From 62c5017a7c4ac30fbe4dfc56ed10daa937b9fca6 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Sun, 31 Mar 2024 04:25:00 +0200 Subject: [PATCH] regenerate parser after rebase on main --- tree_sitter_v/src/parser.c | 395964 +++++++++++++++++----------------- 1 file changed, 198068 insertions(+), 197896 deletions(-) diff --git a/tree_sitter_v/src/parser.c b/tree_sitter_v/src/parser.c index 71de0f30..d35a803a 100644 --- a/tree_sitter_v/src/parser.c +++ b/tree_sitter_v/src/parser.c @@ -13,9 +13,9 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 4761 -#define LARGE_STATE_COUNT 1649 -#define SYMBOL_COUNT 361 +#define STATE_COUNT 4763 +#define LARGE_STATE_COUNT 1650 +#define SYMBOL_COUNT 362 #define ALIAS_COUNT 3 #define TOKEN_COUNT 143 #define EXTERNAL_TOKEN_COUNT 0 @@ -331,62 +331,63 @@ enum ts_symbol_identifiers { sym_empty_labeled_statement = 305, sym_compile_time_for_statement = 306, sym_for_statement = 307, - sym_range_clause = 308, - sym_for_clause = 309, - sym__definite_range = 310, - sym_range = 311, - sym_hash_statement = 312, - sym_asm_statement = 313, - sym__content_block = 314, - sym_attributes = 315, - sym_attribute = 316, - sym_attribute_expression = 317, - sym_if_attribute = 318, - sym__plain_attribute = 319, - sym_literal_attribute = 320, - sym_value_attribute = 321, - sym_key_value_attribute = 322, - sym___rcbr = 323, - aux_sym_source_file_repeat1 = 324, - aux_sym_block_comment_repeat1 = 325, - aux_sym_import_list_repeat1 = 326, - aux_sym_import_path_repeat1 = 327, - aux_sym_selective_import_list_repeat1 = 328, - aux_sym_const_declaration_repeat1 = 329, - aux_sym_global_var_declaration_repeat1 = 330, - aux_sym__type_union_list_repeat1 = 331, - aux_sym_parameter_list_repeat1 = 332, - aux_sym_type_parameter_list_repeat1 = 333, - aux_sym_generic_parameters_repeat1 = 334, - aux_sym__struct_body_repeat1 = 335, - aux_sym__enum_body_repeat1 = 336, - aux_sym__interface_body_repeat1 = 337, - aux_sym_strictly_expression_list_repeat1 = 338, - aux_sym_type_parameters_repeat1 = 339, - aux_sym_argument_list_repeat1 = 340, - aux_sym_short_lambda_repeat1 = 341, - aux_sym_element_list_repeat1 = 342, - aux_sym_short_element_list_repeat1 = 343, - aux_sym_capture_list_repeat1 = 344, - aux_sym_map_init_expression_repeat1 = 345, - aux_sym__array_repeat1 = 346, - aux_sym_match_arms_repeat1 = 347, - aux_sym_match_expression_list_repeat1 = 348, - aux_sym_select_expression_repeat1 = 349, - aux_sym_c_string_literal_repeat1 = 350, - aux_sym_c_string_literal_repeat2 = 351, - aux_sym_raw_string_literal_repeat1 = 352, - aux_sym_raw_string_literal_repeat2 = 353, - aux_sym_string_interpolation_repeat1 = 354, - aux_sym_identifier_list_repeat1 = 355, - aux_sym_expression_without_blocks_list_repeat1 = 356, - aux_sym__statement_list_repeat1 = 357, - aux_sym_var_definition_list_repeat1 = 358, - aux_sym_attributes_repeat1 = 359, - aux_sym_attribute_repeat1 = 360, - alias_sym_element = 361, - alias_sym_field_name = 362, - alias_sym_interpolation_expression = 363, + sym_mut_is_clause = 308, + sym_range_clause = 309, + sym_for_clause = 310, + sym__definite_range = 311, + sym_range = 312, + sym_hash_statement = 313, + sym_asm_statement = 314, + sym__content_block = 315, + sym_attributes = 316, + sym_attribute = 317, + sym_attribute_expression = 318, + sym_if_attribute = 319, + sym__plain_attribute = 320, + sym_literal_attribute = 321, + sym_value_attribute = 322, + sym_key_value_attribute = 323, + sym___rcbr = 324, + aux_sym_source_file_repeat1 = 325, + aux_sym_block_comment_repeat1 = 326, + aux_sym_import_list_repeat1 = 327, + aux_sym_import_path_repeat1 = 328, + aux_sym_selective_import_list_repeat1 = 329, + aux_sym_const_declaration_repeat1 = 330, + aux_sym_global_var_declaration_repeat1 = 331, + aux_sym__type_union_list_repeat1 = 332, + aux_sym_parameter_list_repeat1 = 333, + aux_sym_type_parameter_list_repeat1 = 334, + aux_sym_generic_parameters_repeat1 = 335, + aux_sym__struct_body_repeat1 = 336, + aux_sym__enum_body_repeat1 = 337, + aux_sym__interface_body_repeat1 = 338, + aux_sym_strictly_expression_list_repeat1 = 339, + aux_sym_type_parameters_repeat1 = 340, + aux_sym_argument_list_repeat1 = 341, + aux_sym_short_lambda_repeat1 = 342, + aux_sym_element_list_repeat1 = 343, + aux_sym_short_element_list_repeat1 = 344, + aux_sym_capture_list_repeat1 = 345, + aux_sym_map_init_expression_repeat1 = 346, + aux_sym__array_repeat1 = 347, + aux_sym_match_arms_repeat1 = 348, + aux_sym_match_expression_list_repeat1 = 349, + aux_sym_select_expression_repeat1 = 350, + aux_sym_c_string_literal_repeat1 = 351, + aux_sym_c_string_literal_repeat2 = 352, + aux_sym_raw_string_literal_repeat1 = 353, + aux_sym_raw_string_literal_repeat2 = 354, + aux_sym_string_interpolation_repeat1 = 355, + aux_sym_identifier_list_repeat1 = 356, + aux_sym_expression_without_blocks_list_repeat1 = 357, + aux_sym__statement_list_repeat1 = 358, + aux_sym_var_definition_list_repeat1 = 359, + aux_sym_attributes_repeat1 = 360, + aux_sym_attribute_repeat1 = 361, + alias_sym_element = 362, + alias_sym_field_name = 363, + alias_sym_interpolation_expression = 364, }; static const char * const ts_symbol_names[] = { @@ -698,6 +699,7 @@ static const char * const ts_symbol_names[] = { [sym_empty_labeled_statement] = "labeled_statement", [sym_compile_time_for_statement] = "compile_time_for_statement", [sym_for_statement] = "for_statement", + [sym_mut_is_clause] = "mut_is_clause", [sym_range_clause] = "range_clause", [sym_for_clause] = "for_clause", [sym__definite_range] = "range", @@ -1065,6 +1067,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_empty_labeled_statement] = sym_labeled_statement, [sym_compile_time_for_statement] = sym_compile_time_for_statement, [sym_for_statement] = sym_for_statement, + [sym_mut_is_clause] = sym_mut_is_clause, [sym_range_clause] = sym_range_clause, [sym_for_clause] = sym_for_clause, [sym__definite_range] = sym_range, @@ -2359,6 +2362,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_mut_is_clause] = { + .visible = true, + .named = true, + }, [sym_range_clause] = { .visible = true, .named = true, @@ -3521,7 +3528,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [92] = 85, [93] = 85, [94] = 85, - [95] = 85, + [95] = 95, [96] = 85, [97] = 85, [98] = 85, @@ -3534,87 +3541,87 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [105] = 85, [106] = 85, [107] = 85, - [108] = 108, - [109] = 108, + [108] = 85, + [109] = 95, [110] = 110, [111] = 111, [112] = 110, - [113] = 113, - [114] = 111, - [115] = 110, - [116] = 111, - [117] = 111, - [118] = 113, - [119] = 110, - [120] = 111, - [121] = 113, - [122] = 113, - [123] = 111, - [124] = 110, - [125] = 113, - [126] = 113, - [127] = 110, + [113] = 110, + [114] = 114, + [115] = 111, + [116] = 114, + [117] = 114, + [118] = 114, + [119] = 114, + [120] = 110, + [121] = 110, + [122] = 111, + [123] = 110, + [124] = 111, + [125] = 114, + [126] = 110, + [127] = 111, [128] = 111, [129] = 111, - [130] = 110, - [131] = 113, - [132] = 110, - [133] = 113, - [134] = 113, - [135] = 110, + [130] = 114, + [131] = 114, + [132] = 114, + [133] = 114, + [134] = 111, + [135] = 111, [136] = 110, - [137] = 111, - [138] = 111, + [137] = 110, + [138] = 110, [139] = 111, [140] = 111, [141] = 110, [142] = 111, - [143] = 110, - [144] = 113, - [145] = 113, - [146] = 113, - [147] = 113, - [148] = 110, + [143] = 114, + [144] = 110, + [145] = 110, + [146] = 114, + [147] = 114, + [148] = 111, [149] = 149, [150] = 150, - [151] = 151, + [151] = 150, [152] = 150, - [153] = 151, + [153] = 150, [154] = 150, - [155] = 151, - [156] = 150, - [157] = 151, - [158] = 151, - [159] = 151, + [155] = 155, + [156] = 155, + [157] = 155, + [158] = 155, + [159] = 155, [160] = 150, - [161] = 151, - [162] = 150, - [163] = 151, + [161] = 150, + [162] = 155, + [163] = 150, [164] = 150, - [165] = 150, + [165] = 155, [166] = 150, - [167] = 150, - [168] = 151, - [169] = 150, - [170] = 150, - [171] = 151, - [172] = 151, + [167] = 155, + [168] = 155, + [169] = 155, + [170] = 155, + [171] = 150, + [172] = 155, [173] = 150, - [174] = 151, + [174] = 150, [175] = 175, - [176] = 175, - [177] = 175, + [176] = 176, + [177] = 177, [178] = 175, - [179] = 179, + [179] = 175, [180] = 180, - [181] = 181, + [181] = 175, [182] = 175, [183] = 175, - [184] = 175, + [184] = 184, [185] = 175, [186] = 175, [187] = 175, - [188] = 188, + [188] = 175, [189] = 175, [190] = 175, [191] = 175, @@ -3625,254 +3632,254 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [196] = 192, [197] = 192, [198] = 192, - [199] = 199, + [199] = 192, [200] = 192, [201] = 192, [202] = 192, - [203] = 192, + [203] = 203, [204] = 192, - [205] = 205, - [206] = 66, - [207] = 68, - [208] = 208, + [205] = 70, + [206] = 67, + [207] = 207, + [208] = 68, [209] = 209, - [210] = 210, - [211] = 69, - [212] = 70, - [213] = 71, - [214] = 67, + [210] = 69, + [211] = 66, + [212] = 71, + [213] = 213, + [214] = 214, [215] = 215, [216] = 216, [217] = 217, [218] = 218, - [219] = 217, + [219] = 219, [220] = 220, [221] = 220, - [222] = 220, - [223] = 217, - [224] = 220, - [225] = 220, + [222] = 218, + [223] = 219, + [224] = 217, + [225] = 219, [226] = 226, - [227] = 218, - [228] = 228, - [229] = 229, + [227] = 227, + [228] = 220, + [229] = 219, [230] = 230, - [231] = 220, - [232] = 230, - [233] = 233, - [234] = 234, - [235] = 235, - [236] = 220, - [237] = 217, - [238] = 238, - [239] = 218, - [240] = 240, + [231] = 217, + [232] = 220, + [233] = 218, + [234] = 219, + [235] = 218, + [236] = 218, + [237] = 237, + [238] = 220, + [239] = 239, + [240] = 219, [241] = 241, - [242] = 220, - [243] = 217, - [244] = 230, - [245] = 230, - [246] = 218, - [247] = 218, - [248] = 217, - [249] = 217, - [250] = 220, + [242] = 242, + [243] = 220, + [244] = 218, + [245] = 218, + [246] = 217, + [247] = 247, + [248] = 241, + [249] = 219, + [250] = 250, [251] = 251, - [252] = 218, - [253] = 230, + [252] = 252, + [253] = 218, [254] = 220, - [255] = 218, - [256] = 230, - [257] = 257, - [258] = 230, - [259] = 233, + [255] = 255, + [256] = 220, + [257] = 219, + [258] = 218, + [259] = 219, [260] = 217, - [261] = 220, - [262] = 230, - [263] = 217, + [261] = 219, + [262] = 262, + [263] = 218, [264] = 217, - [265] = 218, - [266] = 218, - [267] = 218, - [268] = 218, + [265] = 262, + [266] = 219, + [267] = 219, + [268] = 220, [269] = 218, - [270] = 230, - [271] = 218, - [272] = 218, - [273] = 218, - [274] = 218, - [275] = 218, - [276] = 218, - [277] = 218, - [278] = 218, + [270] = 217, + [271] = 220, + [272] = 272, + [273] = 217, + [274] = 217, + [275] = 226, + [276] = 219, + [277] = 219, + [278] = 219, [279] = 279, - [280] = 230, - [281] = 217, - [282] = 282, - [283] = 217, - [284] = 218, - [285] = 220, - [286] = 217, - [287] = 287, - [288] = 230, - [289] = 230, - [290] = 220, - [291] = 291, + [280] = 219, + [281] = 219, + [282] = 219, + [283] = 219, + [284] = 220, + [285] = 218, + [286] = 219, + [287] = 219, + [288] = 288, + [289] = 217, + [290] = 219, + [291] = 217, [292] = 218, [293] = 293, - [294] = 218, - [295] = 282, - [296] = 230, - [297] = 297, - [298] = 279, + [294] = 217, + [295] = 220, + [296] = 217, + [297] = 219, + [298] = 220, [299] = 299, [300] = 300, - [301] = 299, - [302] = 299, - [303] = 299, - [304] = 299, - [305] = 299, - [306] = 306, - [307] = 299, - [308] = 299, - [309] = 299, - [310] = 306, - [311] = 299, - [312] = 299, - [313] = 299, - [314] = 299, - [315] = 300, - [316] = 300, - [317] = 317, - [318] = 318, - [319] = 299, - [320] = 320, - [321] = 320, - [322] = 306, - [323] = 323, - [324] = 306, - [325] = 299, - [326] = 306, - [327] = 327, - [328] = 317, - [329] = 306, - [330] = 330, - [331] = 306, + [301] = 301, + [302] = 301, + [303] = 301, + [304] = 301, + [305] = 305, + [306] = 301, + [307] = 301, + [308] = 301, + [309] = 309, + [310] = 301, + [311] = 301, + [312] = 301, + [313] = 313, + [314] = 309, + [315] = 301, + [316] = 309, + [317] = 301, + [318] = 299, + [319] = 319, + [320] = 300, + [321] = 321, + [322] = 309, + [323] = 305, + [324] = 309, + [325] = 301, + [326] = 326, + [327] = 300, + [328] = 300, + [329] = 301, + [330] = 309, + [331] = 299, [332] = 300, - [333] = 320, - [334] = 318, - [335] = 299, + [333] = 309, + [334] = 305, + [335] = 301, [336] = 299, - [337] = 306, - [338] = 318, - [339] = 339, - [340] = 320, - [341] = 306, - [342] = 339, - [343] = 317, - [344] = 300, - [345] = 300, - [346] = 320, - [347] = 299, - [348] = 317, + [337] = 300, + [338] = 305, + [339] = 309, + [340] = 319, + [341] = 305, + [342] = 342, + [343] = 309, + [344] = 299, + [345] = 305, + [346] = 305, + [347] = 301, + [348] = 348, [349] = 349, - [350] = 320, - [351] = 339, - [352] = 320, - [353] = 317, - [354] = 306, - [355] = 299, - [356] = 356, - [357] = 317, - [358] = 358, - [359] = 300, - [360] = 360, - [361] = 300, - [362] = 317, - [363] = 330, + [350] = 350, + [351] = 305, + [352] = 352, + [353] = 349, + [354] = 301, + [355] = 355, + [356] = 319, + [357] = 300, + [358] = 309, + [359] = 299, + [360] = 305, + [361] = 301, + [362] = 305, + [363] = 300, [364] = 299, - [365] = 299, - [366] = 320, - [367] = 306, - [368] = 320, - [369] = 317, - [370] = 300, - [371] = 299, - [372] = 306, - [373] = 320, - [374] = 317, - [375] = 300, + [365] = 301, + [366] = 309, + [367] = 299, + [368] = 309, + [369] = 299, + [370] = 301, + [371] = 309, + [372] = 299, + [373] = 300, + [374] = 300, + [375] = 299, [376] = 376, - [377] = 300, - [378] = 317, - [379] = 317, - [380] = 306, - [381] = 299, - [382] = 306, - [383] = 339, - [384] = 320, - [385] = 318, - [386] = 306, - [387] = 320, - [388] = 300, - [389] = 317, - [390] = 390, + [377] = 299, + [378] = 305, + [379] = 301, + [380] = 309, + [381] = 301, + [382] = 321, + [383] = 349, + [384] = 305, + [385] = 301, + [386] = 300, + [387] = 349, + [388] = 319, + [389] = 300, + [390] = 309, [391] = 391, [392] = 392, [393] = 393, [394] = 392, [395] = 395, [396] = 395, - [397] = 330, - [398] = 393, + [397] = 397, + [398] = 398, [399] = 395, - [400] = 393, - [401] = 395, - [402] = 402, - [403] = 395, - [404] = 395, - [405] = 393, - [406] = 406, - [407] = 406, + [400] = 400, + [401] = 321, + [402] = 395, + [403] = 397, + [404] = 397, + [405] = 400, + [406] = 392, + [407] = 392, [408] = 395, - [409] = 395, + [409] = 409, [410] = 395, [411] = 411, - [412] = 393, - [413] = 413, + [412] = 392, + [413] = 397, [414] = 414, - [415] = 393, - [416] = 393, - [417] = 417, - [418] = 406, - [419] = 392, + [415] = 392, + [416] = 397, + [417] = 397, + [418] = 397, + [419] = 419, [420] = 420, - [421] = 420, - [422] = 395, - [423] = 423, - [424] = 393, - [425] = 395, - [426] = 406, - [427] = 427, - [428] = 395, - [429] = 414, - [430] = 393, - [431] = 393, - [432] = 393, - [433] = 406, - [434] = 406, - [435] = 393, - [436] = 393, - [437] = 393, - [438] = 393, - [439] = 439, - [440] = 392, + [421] = 395, + [422] = 422, + [423] = 395, + [424] = 419, + [425] = 425, + [426] = 397, + [427] = 397, + [428] = 393, + [429] = 397, + [430] = 395, + [431] = 431, + [432] = 432, + [433] = 397, + [434] = 395, + [435] = 435, + [436] = 400, + [437] = 395, + [438] = 395, + [439] = 397, + [440] = 397, [441] = 395, [442] = 442, - [443] = 393, - [444] = 444, - [445] = 445, - [446] = 330, + [443] = 400, + [444] = 397, + [445] = 397, + [446] = 397, [447] = 447, [448] = 448, [449] = 449, @@ -3883,1068 +3890,1068 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [454] = 454, [455] = 455, [456] = 456, - [457] = 457, + [457] = 456, [458] = 458, - [459] = 459, + [459] = 458, [460] = 460, [461] = 461, [462] = 462, - [463] = 463, - [464] = 464, + [463] = 453, + [464] = 449, [465] = 465, - [466] = 458, + [466] = 450, [467] = 467, [468] = 468, [469] = 469, - [470] = 454, - [471] = 450, - [472] = 448, + [470] = 470, + [471] = 471, + [472] = 472, [473] = 473, [474] = 474, [475] = 475, - [476] = 476, - [477] = 448, - [478] = 461, - [479] = 479, + [476] = 473, + [477] = 472, + [478] = 460, + [479] = 472, [480] = 480, - [481] = 458, - [482] = 482, + [481] = 460, + [482] = 480, [483] = 483, [484] = 484, [485] = 485, [486] = 486, - [487] = 487, - [488] = 450, + [487] = 321, + [488] = 488, [489] = 489, - [490] = 448, - [491] = 454, - [492] = 465, - [493] = 493, - [494] = 474, - [495] = 479, - [496] = 447, + [490] = 473, + [491] = 467, + [492] = 449, + [493] = 321, + [494] = 460, + [495] = 450, + [496] = 496, [497] = 497, - [498] = 465, + [498] = 498, [499] = 458, [500] = 450, - [501] = 448, - [502] = 448, - [503] = 457, - [504] = 504, + [501] = 501, + [502] = 460, + [503] = 503, + [504] = 472, [505] = 505, - [506] = 450, - [507] = 454, - [508] = 469, + [506] = 448, + [507] = 507, + [508] = 473, [509] = 509, - [510] = 510, - [511] = 458, - [512] = 510, + [510] = 447, + [511] = 496, + [512] = 512, [513] = 513, - [514] = 330, - [515] = 504, - [516] = 516, - [517] = 454, - [518] = 458, - [519] = 457, - [520] = 448, - [521] = 450, - [522] = 448, - [523] = 516, - [524] = 450, - [525] = 454, - [526] = 526, - [527] = 458, - [528] = 493, - [529] = 509, - [530] = 530, - [531] = 531, - [532] = 532, - [533] = 513, - [534] = 330, - [535] = 531, - [536] = 458, - [537] = 532, - [538] = 454, - [539] = 510, - [540] = 526, - [541] = 448, - [542] = 447, - [543] = 330, - [544] = 457, + [514] = 497, + [515] = 515, + [516] = 473, + [517] = 517, + [518] = 472, + [519] = 450, + [520] = 460, + [521] = 460, + [522] = 450, + [523] = 523, + [524] = 524, + [525] = 472, + [526] = 473, + [527] = 527, + [528] = 501, + [529] = 529, + [530] = 512, + [531] = 509, + [532] = 448, + [533] = 447, + [534] = 473, + [535] = 447, + [536] = 472, + [537] = 450, + [538] = 460, + [539] = 512, + [540] = 460, + [541] = 541, + [542] = 505, + [543] = 449, + [544] = 321, [545] = 447, - [546] = 546, - [547] = 469, - [548] = 504, - [549] = 549, - [550] = 493, - [551] = 516, - [552] = 465, - [553] = 450, - [554] = 448, - [555] = 546, - [556] = 447, - [557] = 493, - [558] = 530, - [559] = 516, - [560] = 330, - [561] = 457, - [562] = 532, - [563] = 465, - [564] = 457, - [565] = 458, - [566] = 546, - [567] = 447, - [568] = 493, - [569] = 516, - [570] = 330, - [571] = 457, - [572] = 530, - [573] = 531, - [574] = 532, - [575] = 465, - [576] = 576, - [577] = 577, + [546] = 453, + [547] = 547, + [548] = 467, + [549] = 541, + [550] = 496, + [551] = 551, + [552] = 480, + [553] = 512, + [554] = 497, + [555] = 450, + [556] = 453, + [557] = 449, + [558] = 467, + [559] = 480, + [560] = 503, + [561] = 321, + [562] = 447, + [563] = 512, + [564] = 501, + [565] = 565, + [566] = 501, + [567] = 453, + [568] = 449, + [569] = 467, + [570] = 480, + [571] = 321, + [572] = 447, + [573] = 512, + [574] = 321, + [575] = 503, + [576] = 505, + [577] = 503, [578] = 578, - [579] = 454, - [580] = 531, - [581] = 450, - [582] = 485, - [583] = 509, - [584] = 504, - [585] = 585, - [586] = 586, - [587] = 469, + [579] = 579, + [580] = 547, + [581] = 480, + [582] = 497, + [583] = 458, + [584] = 496, + [585] = 480, + [586] = 473, + [587] = 587, [588] = 588, - [589] = 448, - [590] = 458, - [591] = 509, - [592] = 526, - [593] = 509, - [594] = 504, - [595] = 595, - [596] = 530, - [597] = 597, - [598] = 526, - [599] = 599, - [600] = 526, - [601] = 530, - [602] = 531, - [603] = 532, - [604] = 530, - [605] = 532, - [606] = 531, - [607] = 469, - [608] = 454, - [609] = 609, - [610] = 509, - [611] = 454, - [612] = 504, - [613] = 469, - [614] = 504, - [615] = 509, - [616] = 616, - [617] = 450, - [618] = 531, - [619] = 450, - [620] = 620, - [621] = 621, - [622] = 546, - [623] = 546, - [624] = 624, - [625] = 454, - [626] = 532, + [589] = 467, + [590] = 551, + [591] = 541, + [592] = 592, + [593] = 505, + [594] = 594, + [595] = 448, + [596] = 472, + [597] = 460, + [598] = 509, + [599] = 448, + [600] = 509, + [601] = 509, + [602] = 448, + [603] = 505, + [604] = 449, + [605] = 605, + [606] = 321, + [607] = 503, + [608] = 501, + [609] = 496, + [610] = 473, + [611] = 611, + [612] = 497, + [613] = 497, + [614] = 496, + [615] = 453, + [616] = 450, + [617] = 453, + [618] = 618, + [619] = 619, + [620] = 472, + [621] = 453, + [622] = 622, + [623] = 623, + [624] = 473, + [625] = 473, + [626] = 626, [627] = 627, - [628] = 458, - [629] = 465, - [630] = 526, - [631] = 631, - [632] = 465, - [633] = 546, - [634] = 457, - [635] = 465, + [628] = 628, + [629] = 629, + [630] = 630, + [631] = 472, + [632] = 460, + [633] = 450, + [634] = 509, + [635] = 448, [636] = 636, - [637] = 330, - [638] = 638, - [639] = 516, - [640] = 526, - [641] = 641, - [642] = 530, - [643] = 493, - [644] = 469, - [645] = 458, - [646] = 532, - [647] = 647, - [648] = 485, - [649] = 649, - [650] = 448, - [651] = 510, - [652] = 652, - [653] = 531, - [654] = 469, - [655] = 509, + [637] = 467, + [638] = 501, + [639] = 503, + [640] = 640, + [641] = 450, + [642] = 505, + [643] = 643, + [644] = 503, + [645] = 645, + [646] = 646, + [647] = 473, + [648] = 501, + [649] = 460, + [650] = 650, + [651] = 651, + [652] = 472, + [653] = 505, + [654] = 654, + [655] = 497, [656] = 656, - [657] = 657, + [657] = 496, [658] = 658, - [659] = 659, - [660] = 447, - [661] = 447, - [662] = 546, - [663] = 504, - [664] = 469, - [665] = 504, - [666] = 458, - [667] = 509, - [668] = 531, - [669] = 532, - [670] = 450, - [671] = 485, - [672] = 672, - [673] = 530, + [659] = 449, + [660] = 660, + [661] = 661, + [662] = 450, + [663] = 663, + [664] = 512, + [665] = 512, + [666] = 666, + [667] = 512, + [668] = 448, + [669] = 447, + [670] = 321, + [671] = 480, + [672] = 472, + [673] = 450, [674] = 674, - [675] = 469, - [676] = 526, - [677] = 457, - [678] = 678, - [679] = 679, + [675] = 509, + [676] = 676, + [677] = 447, + [678] = 541, + [679] = 321, [680] = 680, - [681] = 330, - [682] = 516, - [683] = 683, - [684] = 526, - [685] = 530, + [681] = 458, + [682] = 541, + [683] = 480, + [684] = 503, + [685] = 685, [686] = 686, [687] = 687, - [688] = 688, - [689] = 447, - [690] = 690, - [691] = 330, - [692] = 457, - [693] = 531, - [694] = 694, - [695] = 695, - [696] = 510, - [697] = 475, + [688] = 467, + [689] = 467, + [690] = 449, + [691] = 321, + [692] = 541, + [693] = 447, + [694] = 449, + [695] = 496, + [696] = 541, + [697] = 497, [698] = 698, - [699] = 474, - [700] = 479, - [701] = 701, - [702] = 702, + [699] = 449, + [700] = 509, + [701] = 515, + [702] = 523, [703] = 703, - [704] = 447, - [705] = 705, - [706] = 706, - [707] = 457, - [708] = 708, - [709] = 709, - [710] = 710, - [711] = 509, - [712] = 532, - [713] = 447, - [714] = 530, - [715] = 330, - [716] = 716, - [717] = 457, - [718] = 504, - [719] = 469, - [720] = 330, - [721] = 516, - [722] = 546, - [723] = 447, - [724] = 493, - [725] = 516, - [726] = 330, - [727] = 516, - [728] = 457, - [729] = 469, - [730] = 493, - [731] = 465, - [732] = 504, - [733] = 485, - [734] = 734, - [735] = 509, - [736] = 531, + [704] = 704, + [705] = 448, + [706] = 501, + [707] = 505, + [708] = 447, + [709] = 503, + [710] = 503, + [711] = 453, + [712] = 505, + [713] = 449, + [714] = 541, + [715] = 321, + [716] = 501, + [717] = 447, + [718] = 458, + [719] = 448, + [720] = 509, + [721] = 721, + [722] = 722, + [723] = 453, + [724] = 449, + [725] = 467, + [726] = 480, + [727] = 321, + [728] = 447, + [729] = 497, + [730] = 512, + [731] = 496, + [732] = 467, + [733] = 509, + [734] = 448, + [735] = 735, + [736] = 736, [737] = 737, - [738] = 532, - [739] = 546, - [740] = 447, - [741] = 493, - [742] = 516, - [743] = 530, - [744] = 457, - [745] = 465, - [746] = 526, - [747] = 526, - [748] = 748, - [749] = 546, - [750] = 447, + [738] = 738, + [739] = 505, + [740] = 453, + [741] = 449, + [742] = 467, + [743] = 480, + [744] = 496, + [745] = 447, + [746] = 512, + [747] = 747, + [748] = 541, + [749] = 470, + [750] = 750, [751] = 751, - [752] = 546, - [753] = 447, - [754] = 493, - [755] = 516, - [756] = 330, - [757] = 457, - [758] = 532, - [759] = 465, - [760] = 760, - [761] = 510, - [762] = 762, - [763] = 763, - [764] = 510, + [752] = 752, + [753] = 453, + [754] = 449, + [755] = 467, + [756] = 480, + [757] = 321, + [758] = 447, + [759] = 512, + [760] = 541, + [761] = 761, + [762] = 541, + [763] = 501, + [764] = 458, [765] = 765, - [766] = 766, - [767] = 447, - [768] = 768, - [769] = 469, - [770] = 504, - [771] = 504, - [772] = 509, - [773] = 531, - [774] = 546, - [775] = 509, - [776] = 532, - [777] = 493, - [778] = 516, - [779] = 485, - [780] = 780, - [781] = 781, - [782] = 530, + [766] = 497, + [767] = 767, + [768] = 496, + [769] = 449, + [770] = 770, + [771] = 771, + [772] = 541, + [773] = 458, + [774] = 453, + [775] = 496, + [776] = 458, + [777] = 497, + [778] = 501, + [779] = 512, + [780] = 503, + [781] = 447, + [782] = 782, [783] = 783, - [784] = 526, - [785] = 656, - [786] = 766, - [787] = 457, - [788] = 788, - [789] = 510, - [790] = 493, - [791] = 493, - [792] = 454, - [793] = 546, - [794] = 516, - [795] = 485, - [796] = 330, - [797] = 465, - [798] = 546, - [799] = 799, - [800] = 800, - [801] = 447, - [802] = 493, - [803] = 516, - [804] = 485, - [805] = 330, - [806] = 457, - [807] = 465, - [808] = 808, + [784] = 784, + [785] = 785, + [786] = 321, + [787] = 565, + [788] = 505, + [789] = 789, + [790] = 790, + [791] = 791, + [792] = 448, + [793] = 509, + [794] = 794, + [795] = 795, + [796] = 480, + [797] = 398, + [798] = 798, + [799] = 453, + [800] = 449, + [801] = 801, + [802] = 802, + [803] = 467, + [804] = 480, + [805] = 321, + [806] = 806, + [807] = 447, + [808] = 512, [809] = 809, [810] = 810, - [811] = 531, - [812] = 469, - [813] = 504, - [814] = 814, - [815] = 485, - [816] = 509, - [817] = 457, - [818] = 531, - [819] = 465, - [820] = 532, - [821] = 510, - [822] = 530, - [823] = 526, - [824] = 510, - [825] = 526, - [826] = 510, - [827] = 530, - [828] = 485, - [829] = 532, - [830] = 526, - [831] = 532, - [832] = 531, - [833] = 510, - [834] = 530, - [835] = 530, - [836] = 836, - [837] = 837, - [838] = 532, - [839] = 531, - [840] = 485, - [841] = 509, - [842] = 526, - [843] = 509, - [844] = 469, - [845] = 504, - [846] = 526, - [847] = 530, - [848] = 504, - [849] = 532, - [850] = 509, - [851] = 531, - [852] = 531, - [853] = 532, - [854] = 546, - [855] = 447, - [856] = 504, - [857] = 469, - [858] = 493, - [859] = 516, - [860] = 330, - [861] = 457, - [862] = 465, - [863] = 530, - [864] = 526, - [865] = 865, - [866] = 509, - [867] = 504, - [868] = 469, - [869] = 869, - [870] = 469, - [871] = 871, - [872] = 546, + [811] = 467, + [812] = 497, + [813] = 497, + [814] = 501, + [815] = 503, + [816] = 816, + [817] = 449, + [818] = 453, + [819] = 819, + [820] = 640, + [821] = 458, + [822] = 645, + [823] = 505, + [824] = 824, + [825] = 448, + [826] = 826, + [827] = 449, + [828] = 828, + [829] = 509, + [830] = 515, + [831] = 523, + [832] = 832, + [833] = 480, + [834] = 698, + [835] = 321, + [836] = 660, + [837] = 447, + [838] = 453, + [839] = 467, + [840] = 480, + [841] = 512, + [842] = 509, + [843] = 448, + [844] = 453, + [845] = 505, + [846] = 449, + [847] = 503, + [848] = 509, + [849] = 448, + [850] = 467, + [851] = 480, + [852] = 447, + [853] = 321, + [854] = 512, + [855] = 453, + [856] = 449, + [857] = 467, + [858] = 447, + [859] = 501, + [860] = 480, + [861] = 321, + [862] = 447, + [863] = 512, + [864] = 864, + [865] = 497, + [866] = 866, + [867] = 496, + [868] = 496, + [869] = 497, + [870] = 501, + [871] = 503, + [872] = 505, [873] = 873, [874] = 874, [875] = 875, - [876] = 447, - [877] = 469, - [878] = 526, - [879] = 530, - [880] = 880, + [876] = 876, + [877] = 448, + [878] = 496, + [879] = 497, + [880] = 509, [881] = 881, - [882] = 531, - [883] = 469, - [884] = 504, - [885] = 531, - [886] = 509, - [887] = 887, - [888] = 888, - [889] = 465, - [890] = 890, - [891] = 532, - [892] = 457, - [893] = 530, - [894] = 526, - [895] = 526, - [896] = 475, - [897] = 509, - [898] = 504, - [899] = 469, - [900] = 504, - [901] = 509, - [902] = 902, - [903] = 530, - [904] = 532, - [905] = 485, - [906] = 531, - [907] = 465, - [908] = 510, - [909] = 531, - [910] = 457, - [911] = 695, - [912] = 465, - [913] = 509, - [914] = 330, - [915] = 516, - [916] = 493, - [917] = 546, - [918] = 447, - [919] = 493, - [920] = 516, - [921] = 330, - [922] = 457, - [923] = 457, - [924] = 330, - [925] = 504, - [926] = 469, - [927] = 447, - [928] = 516, + [882] = 512, + [883] = 883, + [884] = 501, + [885] = 458, + [886] = 503, + [887] = 505, + [888] = 458, + [889] = 889, + [890] = 453, + [891] = 509, + [892] = 892, + [893] = 509, + [894] = 505, + [895] = 449, + [896] = 467, + [897] = 448, + [898] = 505, + [899] = 480, + [900] = 453, + [901] = 496, + [902] = 449, + [903] = 467, + [904] = 480, + [905] = 497, + [906] = 321, + [907] = 447, + [908] = 512, + [909] = 447, + [910] = 503, + [911] = 503, + [912] = 541, + [913] = 512, + [914] = 458, + [915] = 501, + [916] = 503, + [917] = 917, + [918] = 453, + [919] = 449, + [920] = 467, + [921] = 480, + [922] = 321, + [923] = 447, + [924] = 512, + [925] = 501, + [926] = 501, + [927] = 497, + [928] = 505, [929] = 929, - [930] = 465, - [931] = 627, - [932] = 493, - [933] = 532, - [934] = 402, - [935] = 546, - [936] = 936, - [937] = 937, - [938] = 465, - [939] = 493, - [940] = 330, - [941] = 516, - [942] = 942, - [943] = 493, - [944] = 447, - [945] = 546, - [946] = 946, - [947] = 947, - [948] = 948, - [949] = 949, - [950] = 457, - [951] = 330, - [952] = 516, - [953] = 588, - [954] = 638, - [955] = 493, - [956] = 485, - [957] = 447, - [958] = 530, - [959] = 447, - [960] = 526, - [961] = 447, - [962] = 330, - [963] = 485, - [964] = 595, - [965] = 546, - [966] = 546, - [967] = 465, - [968] = 457, - [969] = 546, - [970] = 516, - [971] = 597, - [972] = 493, - [973] = 973, - [974] = 71, + [930] = 496, + [931] = 496, + [932] = 497, + [933] = 512, + [934] = 448, + [935] = 509, + [936] = 448, + [937] = 501, + [938] = 503, + [939] = 505, + [940] = 503, + [941] = 747, + [942] = 501, + [943] = 497, + [944] = 496, + [945] = 497, + [946] = 505, + [947] = 447, + [948] = 321, + [949] = 480, + [950] = 467, + [951] = 505, + [952] = 448, + [953] = 509, + [954] = 449, + [955] = 453, + [956] = 496, + [957] = 470, + [958] = 501, + [959] = 503, + [960] = 496, + [961] = 509, + [962] = 509, + [963] = 509, + [964] = 448, + [965] = 458, + [966] = 321, + [967] = 503, + [968] = 448, + [969] = 496, + [970] = 497, + [971] = 501, + [972] = 505, + [973] = 594, + [974] = 974, [975] = 69, - [976] = 67, - [977] = 68, - [978] = 70, - [979] = 979, + [976] = 70, + [977] = 67, + [978] = 71, + [979] = 68, [980] = 980, [981] = 251, - [982] = 226, - [983] = 228, - [984] = 229, - [985] = 297, - [986] = 287, - [987] = 987, - [988] = 240, - [989] = 257, - [990] = 235, - [991] = 238, - [992] = 241, - [993] = 291, - [994] = 238, - [995] = 358, - [996] = 226, - [997] = 229, - [998] = 235, + [982] = 272, + [983] = 237, + [984] = 252, + [985] = 255, + [986] = 239, + [987] = 247, + [988] = 250, + [989] = 989, + [990] = 288, + [991] = 230, + [992] = 227, + [993] = 993, + [994] = 279, + [995] = 272, + [996] = 348, + [997] = 255, + [998] = 247, [999] = 999, - [1000] = 240, - [1001] = 241, - [1002] = 1002, + [1000] = 352, + [1001] = 1001, + [1002] = 227, [1003] = 1003, - [1004] = 297, - [1005] = 1005, - [1006] = 287, - [1007] = 356, - [1008] = 414, - [1009] = 67, - [1010] = 71, + [1004] = 239, + [1005] = 230, + [1006] = 251, + [1007] = 1007, + [1008] = 252, + [1009] = 69, + [1010] = 442, [1011] = 411, - [1012] = 414, - [1013] = 417, - [1014] = 420, - [1015] = 68, - [1016] = 70, - [1017] = 420, - [1018] = 439, - [1019] = 69, - [1020] = 705, - [1021] = 631, - [1022] = 487, - [1023] = 887, - [1024] = 937, - [1025] = 936, - [1026] = 597, - [1027] = 484, - [1028] = 483, - [1029] = 482, - [1030] = 929, - [1031] = 456, - [1032] = 902, - [1033] = 455, - [1034] = 875, - [1035] = 463, - [1036] = 871, - [1037] = 460, - [1038] = 459, - [1039] = 869, - [1040] = 453, - [1041] = 452, - [1042] = 865, - [1043] = 449, - [1044] = 599, - [1045] = 464, - [1046] = 474, - [1047] = 479, - [1048] = 489, - [1049] = 762, - [1050] = 734, - [1051] = 467, - [1052] = 716, - [1053] = 708, - [1054] = 674, - [1055] = 652, - [1056] = 480, - [1057] = 476, - [1058] = 649, - [1059] = 703, - [1060] = 694, - [1061] = 659, - [1062] = 881, - [1063] = 874, - [1064] = 873, - [1065] = 880, - [1066] = 476, - [1067] = 800, - [1068] = 799, - [1069] = 788, - [1070] = 783, - [1071] = 781, - [1072] = 780, - [1073] = 763, - [1074] = 760, - [1075] = 549, - [1076] = 836, - [1077] = 657, - [1078] = 497, - [1079] = 505, - [1080] = 576, - [1081] = 577, - [1082] = 658, - [1083] = 585, - [1084] = 679, - [1085] = 680, - [1086] = 451, - [1087] = 473, - [1088] = 597, - [1089] = 486, - [1090] = 698, - [1091] = 706, - [1092] = 709, - [1093] = 710, - [1094] = 647, - [1095] = 402, - [1096] = 586, - [1097] = 737, - [1098] = 748, - [1099] = 690, - [1100] = 578, - [1101] = 702, - [1102] = 687, - [1103] = 609, - [1104] = 808, - [1105] = 809, - [1106] = 810, - [1107] = 701, - [1108] = 462, - [1109] = 683, - [1110] = 688, - [1111] = 751, - [1112] = 837, - [1113] = 616, - [1114] = 620, - [1115] = 621, - [1116] = 474, - [1117] = 479, - [1118] = 686, - [1119] = 402, - [1120] = 948, - [1121] = 949, - [1122] = 678, - [1123] = 624, - [1124] = 942, - [1125] = 947, - [1126] = 946, - [1127] = 888, - [1128] = 641, - [1129] = 68, - [1130] = 69, - [1131] = 71, - [1132] = 67, - [1133] = 71, - [1134] = 70, - [1135] = 68, - [1136] = 69, - [1137] = 1137, - [1138] = 297, - [1139] = 235, - [1140] = 228, + [1012] = 419, + [1013] = 67, + [1014] = 71, + [1015] = 393, + [1016] = 391, + [1017] = 393, + [1018] = 68, + [1019] = 419, + [1020] = 70, + [1021] = 485, + [1022] = 587, + [1023] = 765, + [1024] = 782, + [1025] = 783, + [1026] = 785, + [1027] = 790, + [1028] = 486, + [1029] = 626, + [1030] = 801, + [1031] = 802, + [1032] = 875, + [1033] = 876, + [1034] = 484, + [1035] = 883, + [1036] = 889, + [1037] = 650, + [1038] = 474, + [1039] = 465, + [1040] = 462, + [1041] = 832, + [1042] = 461, + [1043] = 455, + [1044] = 483, + [1045] = 454, + [1046] = 451, + [1047] = 523, + [1048] = 515, + [1049] = 809, + [1050] = 468, + [1051] = 828, + [1052] = 452, + [1053] = 806, + [1054] = 651, + [1055] = 661, + [1056] = 594, + [1057] = 654, + [1058] = 488, + [1059] = 628, + [1060] = 789, + [1061] = 515, + [1062] = 524, + [1063] = 523, + [1064] = 527, + [1065] = 771, + [1066] = 686, + [1067] = 629, + [1068] = 676, + [1069] = 483, + [1070] = 619, + [1071] = 498, + [1072] = 643, + [1073] = 623, + [1074] = 738, + [1075] = 592, + [1076] = 398, + [1077] = 791, + [1078] = 658, + [1079] = 513, + [1080] = 663, + [1081] = 517, + [1082] = 795, + [1083] = 687, + [1084] = 398, + [1085] = 721, + [1086] = 722, + [1087] = 529, + [1088] = 737, + [1089] = 736, + [1090] = 735, + [1091] = 750, + [1092] = 751, + [1093] = 752, + [1094] = 761, + [1095] = 704, + [1096] = 810, + [1097] = 594, + [1098] = 784, + [1099] = 489, + [1100] = 794, + [1101] = 622, + [1102] = 798, + [1103] = 826, + [1104] = 824, + [1105] = 507, + [1106] = 630, + [1107] = 636, + [1108] = 819, + [1109] = 866, + [1110] = 873, + [1111] = 874, + [1112] = 864, + [1113] = 578, + [1114] = 471, + [1115] = 579, + [1116] = 656, + [1117] = 917, + [1118] = 618, + [1119] = 588, + [1120] = 469, + [1121] = 703, + [1122] = 929, + [1123] = 685, + [1124] = 605, + [1125] = 611, + [1126] = 627, + [1127] = 646, + [1128] = 680, + [1129] = 881, + [1130] = 71, + [1131] = 67, + [1132] = 70, + [1133] = 69, + [1134] = 68, + [1135] = 67, + [1136] = 71, + [1137] = 70, + [1138] = 1138, + [1139] = 252, + [1140] = 255, [1141] = 251, - [1142] = 287, - [1143] = 67, - [1144] = 241, - [1145] = 238, - [1146] = 257, - [1147] = 240, - [1148] = 226, - [1149] = 229, - [1150] = 1150, - [1151] = 1151, - [1152] = 68, - [1153] = 71, + [1142] = 247, + [1143] = 69, + [1144] = 250, + [1145] = 239, + [1146] = 227, + [1147] = 230, + [1148] = 272, + [1149] = 288, + [1150] = 237, + [1151] = 71, + [1152] = 352, + [1153] = 67, [1154] = 70, - [1155] = 69, - [1156] = 358, - [1157] = 356, - [1158] = 291, - [1159] = 1159, - [1160] = 1160, - [1161] = 420, - [1162] = 411, - [1163] = 597, - [1164] = 1164, - [1165] = 414, - [1166] = 417, - [1167] = 414, - [1168] = 420, - [1169] = 439, - [1170] = 505, - [1171] = 678, - [1172] = 1172, - [1173] = 641, - [1174] = 624, - [1175] = 67, - [1176] = 647, - [1177] = 621, - [1178] = 620, - [1179] = 616, - [1180] = 751, - [1181] = 486, - [1182] = 609, - [1183] = 473, - [1184] = 949, - [1185] = 586, - [1186] = 585, - [1187] = 577, - [1188] = 576, - [1189] = 70, - [1190] = 482, - [1191] = 888, - [1192] = 657, - [1193] = 836, - [1194] = 946, - [1195] = 947, - [1196] = 71, - [1197] = 476, - [1198] = 873, - [1199] = 937, - [1200] = 487, - [1201] = 484, - [1202] = 483, - [1203] = 936, - [1204] = 68, - [1205] = 942, - [1206] = 71, - [1207] = 463, - [1208] = 460, - [1209] = 874, - [1210] = 459, - [1211] = 453, - [1212] = 455, - [1213] = 452, - [1214] = 449, - [1215] = 464, - [1216] = 881, - [1217] = 467, - [1218] = 456, - [1219] = 687, - [1220] = 688, - [1221] = 69, - [1222] = 780, - [1223] = 887, - [1224] = 880, - [1225] = 70, - [1226] = 480, - [1227] = 659, - [1228] = 68, - [1229] = 67, - [1230] = 694, - [1231] = 703, - [1232] = 705, - [1233] = 708, - [1234] = 716, - [1235] = 734, - [1236] = 549, - [1237] = 762, - [1238] = 497, - [1239] = 578, - [1240] = 67, - [1241] = 631, - [1242] = 658, - [1243] = 760, - [1244] = 69, - [1245] = 599, - [1246] = 679, - [1247] = 674, - [1248] = 680, - [1249] = 649, - [1250] = 462, - [1251] = 698, - [1252] = 706, - [1253] = 709, - [1254] = 710, - [1255] = 763, - [1256] = 810, - [1257] = 474, - [1258] = 479, - [1259] = 737, - [1260] = 748, - [1261] = 948, - [1262] = 1262, - [1263] = 402, - [1264] = 929, - [1265] = 597, - [1266] = 902, - [1267] = 652, - [1268] = 781, - [1269] = 451, - [1270] = 683, - [1271] = 701, - [1272] = 690, - [1273] = 783, - [1274] = 702, - [1275] = 788, - [1276] = 865, - [1277] = 869, - [1278] = 489, - [1279] = 799, - [1280] = 871, - [1281] = 686, - [1282] = 875, - [1283] = 808, - [1284] = 809, - [1285] = 1172, - [1286] = 837, - [1287] = 800, - [1288] = 70, - [1289] = 251, - [1290] = 228, - [1291] = 474, - [1292] = 479, - [1293] = 257, - [1294] = 1294, - [1295] = 356, - [1296] = 1294, - [1297] = 358, - [1298] = 690, - [1299] = 411, - [1300] = 417, - [1301] = 748, - [1302] = 297, - [1303] = 737, - [1304] = 241, - [1305] = 240, - [1306] = 226, - [1307] = 229, - [1308] = 235, - [1309] = 240, - [1310] = 241, - [1311] = 420, - [1312] = 414, - [1313] = 287, - [1314] = 414, - [1315] = 449, - [1316] = 452, - [1317] = 453, - [1318] = 226, - [1319] = 439, - [1320] = 647, - [1321] = 229, - [1322] = 1322, - [1323] = 420, - [1324] = 235, - [1325] = 297, - [1326] = 597, - [1327] = 287, - [1328] = 238, - [1329] = 238, - [1330] = 706, - [1331] = 705, - [1332] = 456, - [1333] = 455, - [1334] = 942, - [1335] = 865, - [1336] = 888, - [1337] = 946, - [1338] = 947, - [1339] = 869, - [1340] = 751, - [1341] = 760, - [1342] = 871, - [1343] = 1343, - [1344] = 687, - [1345] = 688, - [1346] = 875, - [1347] = 837, - [1348] = 599, - [1349] = 762, - [1350] = 734, - [1351] = 716, - [1352] = 810, - [1353] = 809, - [1354] = 808, - [1355] = 708, - [1356] = 474, - [1357] = 479, - [1358] = 887, - [1359] = 881, - [1360] = 948, - [1361] = 597, - [1362] = 874, - [1363] = 949, - [1364] = 873, - [1365] = 710, - [1366] = 709, - [1367] = 703, - [1368] = 698, - [1369] = 800, - [1370] = 799, - [1371] = 788, - [1372] = 783, - [1373] = 680, - [1374] = 679, - [1375] = 781, - [1376] = 780, - [1377] = 658, - [1378] = 763, - [1379] = 694, - [1380] = 631, - [1381] = 880, - [1382] = 497, - [1383] = 1383, - [1384] = 686, - [1385] = 549, - [1386] = 702, - [1387] = 701, - [1388] = 659, - [1389] = 683, - [1390] = 678, - [1391] = 489, - [1392] = 462, - [1393] = 578, - [1394] = 486, - [1395] = 473, - [1396] = 674, - [1397] = 480, - [1398] = 652, - [1399] = 649, - [1400] = 641, - [1401] = 624, - [1402] = 467, - [1403] = 451, - [1404] = 464, - [1405] = 621, - [1406] = 657, - [1407] = 620, - [1408] = 616, - [1409] = 459, - [1410] = 460, - [1411] = 463, - [1412] = 836, - [1413] = 609, - [1414] = 937, - [1415] = 936, - [1416] = 586, - [1417] = 482, - [1418] = 483, + [1155] = 68, + [1156] = 1156, + [1157] = 1157, + [1158] = 1158, + [1159] = 348, + [1160] = 279, + [1161] = 419, + [1162] = 1162, + [1163] = 1163, + [1164] = 393, + [1165] = 419, + [1166] = 391, + [1167] = 411, + [1168] = 393, + [1169] = 594, + [1170] = 442, + [1171] = 795, + [1172] = 771, + [1173] = 802, + [1174] = 881, + [1175] = 498, + [1176] = 527, + [1177] = 676, + [1178] = 680, + [1179] = 524, + [1180] = 737, + [1181] = 623, + [1182] = 398, + [1183] = 471, + [1184] = 469, + [1185] = 71, + [1186] = 69, + [1187] = 651, + [1188] = 71, + [1189] = 488, + [1190] = 1190, + [1191] = 738, + [1192] = 619, + [1193] = 69, + [1194] = 643, + [1195] = 70, + [1196] = 832, + [1197] = 736, + [1198] = 70, + [1199] = 765, + [1200] = 735, + [1201] = 67, + [1202] = 68, + [1203] = 627, + [1204] = 875, + [1205] = 461, + [1206] = 626, + [1207] = 67, + [1208] = 629, + [1209] = 630, + [1210] = 876, + [1211] = 454, + [1212] = 636, + [1213] = 646, + [1214] = 650, + [1215] = 592, + [1216] = 883, + [1217] = 455, + [1218] = 661, + [1219] = 658, + [1220] = 810, + [1221] = 451, + [1222] = 452, + [1223] = 656, + [1224] = 789, + [1225] = 929, + [1226] = 474, + [1227] = 462, + [1228] = 465, + [1229] = 594, + [1230] = 791, + [1231] = 798, + [1232] = 866, + [1233] = 484, + [1234] = 468, + [1235] = 485, + [1236] = 663, + [1237] = 486, + [1238] = 69, + [1239] = 889, + [1240] = 686, + [1241] = 687, + [1242] = 1242, + [1243] = 605, + [1244] = 721, + [1245] = 483, + [1246] = 806, + [1247] = 722, + [1248] = 809, + [1249] = 801, + [1250] = 790, + [1251] = 873, + [1252] = 622, + [1253] = 750, + [1254] = 704, + [1255] = 785, + [1256] = 751, + [1257] = 752, + [1258] = 703, + [1259] = 819, + [1260] = 761, + [1261] = 489, + [1262] = 523, + [1263] = 654, + [1264] = 824, + [1265] = 1190, + [1266] = 826, + [1267] = 507, + [1268] = 783, + [1269] = 917, + [1270] = 68, + [1271] = 529, + [1272] = 628, + [1273] = 685, + [1274] = 578, + [1275] = 828, + [1276] = 579, + [1277] = 587, + [1278] = 874, + [1279] = 864, + [1280] = 588, + [1281] = 784, + [1282] = 794, + [1283] = 517, + [1284] = 782, + [1285] = 611, + [1286] = 513, + [1287] = 515, + [1288] = 618, + [1289] = 288, + [1290] = 515, + [1291] = 523, + [1292] = 250, + [1293] = 68, + [1294] = 237, + [1295] = 352, + [1296] = 1296, + [1297] = 348, + [1298] = 1296, + [1299] = 784, + [1300] = 1300, + [1301] = 230, + [1302] = 227, + [1303] = 419, + [1304] = 393, + [1305] = 794, + [1306] = 798, + [1307] = 251, + [1308] = 391, + [1309] = 393, + [1310] = 442, + [1311] = 272, + [1312] = 227, + [1313] = 419, + [1314] = 239, + [1315] = 230, + [1316] = 247, + [1317] = 411, + [1318] = 451, + [1319] = 454, + [1320] = 455, + [1321] = 252, + [1322] = 628, + [1323] = 255, + [1324] = 272, + [1325] = 239, + [1326] = 247, + [1327] = 251, + [1328] = 594, + [1329] = 252, + [1330] = 255, + [1331] = 752, + [1332] = 771, + [1333] = 524, + [1334] = 527, + [1335] = 656, + [1336] = 881, + [1337] = 782, + [1338] = 791, + [1339] = 795, + [1340] = 810, + [1341] = 1341, + [1342] = 686, + [1343] = 471, + [1344] = 469, + [1345] = 704, + [1346] = 703, + [1347] = 783, + [1348] = 785, + [1349] = 917, + [1350] = 685, + [1351] = 790, + [1352] = 680, + [1353] = 676, + [1354] = 874, + [1355] = 873, + [1356] = 866, + [1357] = 801, + [1358] = 594, + [1359] = 819, + [1360] = 654, + [1361] = 651, + [1362] = 643, + [1363] = 626, + [1364] = 864, + [1365] = 1365, + [1366] = 802, + [1367] = 761, + [1368] = 623, + [1369] = 751, + [1370] = 750, + [1371] = 832, + [1372] = 474, + [1373] = 828, + [1374] = 513, + [1375] = 722, + [1376] = 721, + [1377] = 517, + [1378] = 529, + [1379] = 687, + [1380] = 622, + [1381] = 929, + [1382] = 663, + [1383] = 826, + [1384] = 658, + [1385] = 824, + [1386] = 875, + [1387] = 592, + [1388] = 619, + [1389] = 498, + [1390] = 629, + [1391] = 630, + [1392] = 636, + [1393] = 618, + [1394] = 523, + [1395] = 515, + [1396] = 646, + [1397] = 650, + [1398] = 661, + [1399] = 488, + [1400] = 605, + [1401] = 876, + [1402] = 627, + [1403] = 611, + [1404] = 452, + [1405] = 883, + [1406] = 468, + [1407] = 735, + [1408] = 736, + [1409] = 737, + [1410] = 588, + [1411] = 461, + [1412] = 462, + [1413] = 465, + [1414] = 587, + [1415] = 579, + [1416] = 809, + [1417] = 806, + [1418] = 578, [1419] = 484, - [1420] = 585, - [1421] = 929, - [1422] = 487, - [1423] = 577, - [1424] = 902, - [1425] = 505, - [1426] = 576, - [1427] = 1427, - [1428] = 402, - [1429] = 476, + [1420] = 485, + [1421] = 486, + [1422] = 738, + [1423] = 789, + [1424] = 489, + [1425] = 889, + [1426] = 765, + [1427] = 507, + [1428] = 483, + [1429] = 1429, [1430] = 1430, - [1431] = 67, - [1432] = 476, + [1431] = 398, + [1432] = 69, [1433] = 1433, - [1434] = 1434, - [1435] = 70, - [1436] = 402, - [1437] = 68, - [1438] = 71, - [1439] = 69, - [1440] = 71, - [1441] = 417, - [1442] = 68, - [1443] = 69, - [1444] = 67, - [1445] = 67, - [1446] = 1446, - [1447] = 836, + [1434] = 68, + [1435] = 71, + [1436] = 483, + [1437] = 70, + [1438] = 67, + [1439] = 398, + [1440] = 1440, + [1441] = 71, + [1442] = 67, + [1443] = 70, + [1444] = 442, + [1445] = 1445, + [1446] = 594, + [1447] = 1447, [1448] = 1448, [1449] = 1449, - [1450] = 1450, - [1451] = 597, - [1452] = 657, + [1450] = 69, + [1451] = 69, + [1452] = 1452, [1453] = 1453, [1454] = 1454, - [1455] = 1455, - [1456] = 1456, - [1457] = 462, - [1458] = 1458, + [1455] = 824, + [1456] = 826, + [1457] = 737, + [1458] = 661, [1459] = 1459, [1460] = 1460, - [1461] = 1461, + [1461] = 68, [1462] = 1462, - [1463] = 489, - [1464] = 1464, - [1465] = 1465, + [1463] = 71, + [1464] = 832, + [1465] = 70, [1466] = 1466, [1467] = 1467, - [1468] = 68, + [1468] = 1468, [1469] = 1469, - [1470] = 71, - [1471] = 69, - [1472] = 937, - [1473] = 936, + [1470] = 1470, + [1471] = 1471, + [1472] = 67, + [1473] = 1473, [1474] = 1474, - [1475] = 70, - [1476] = 1476, - [1477] = 688, - [1478] = 687, - [1479] = 686, - [1480] = 929, + [1475] = 1475, + [1476] = 469, + [1477] = 471, + [1478] = 474, + [1479] = 1479, + [1480] = 1480, [1481] = 1481, [1482] = 1482, - [1483] = 902, - [1484] = 1484, + [1483] = 1483, + [1484] = 828, [1485] = 1485, [1486] = 1486, [1487] = 1487, - [1488] = 875, - [1489] = 871, + [1488] = 1488, + [1489] = 1489, [1490] = 1490, - [1491] = 578, - [1492] = 869, - [1493] = 865, - [1494] = 599, - [1495] = 760, - [1496] = 762, - [1497] = 1497, - [1498] = 1498, - [1499] = 1499, - [1500] = 659, - [1501] = 486, - [1502] = 694, - [1503] = 473, - [1504] = 703, - [1505] = 705, - [1506] = 708, - [1507] = 716, - [1508] = 456, - [1509] = 455, - [1510] = 1510, - [1511] = 451, - [1512] = 1512, - [1513] = 734, - [1514] = 1514, - [1515] = 1515, - [1516] = 1516, - [1517] = 1517, - [1518] = 1518, + [1491] = 498, + [1492] = 1492, + [1493] = 1493, + [1494] = 1494, + [1495] = 1495, + [1496] = 1496, + [1497] = 809, + [1498] = 806, + [1499] = 789, + [1500] = 1500, + [1501] = 771, + [1502] = 513, + [1503] = 605, + [1504] = 517, + [1505] = 735, + [1506] = 736, + [1507] = 619, + [1508] = 627, + [1509] = 524, + [1510] = 527, + [1511] = 529, + [1512] = 629, + [1513] = 630, + [1514] = 636, + [1515] = 646, + [1516] = 650, + [1517] = 738, + [1518] = 656, [1519] = 1519, [1520] = 1520, [1521] = 1521, @@ -4964,9 +4971,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1535] = 1535, [1536] = 1536, [1537] = 1537, - [1538] = 1538, + [1538] = 419, [1539] = 1539, - [1540] = 1540, + [1540] = 68, [1541] = 1541, [1542] = 1542, [1543] = 1543, @@ -4978,13 +4985,13 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1549] = 1549, [1550] = 1550, [1551] = 1551, - [1552] = 414, + [1552] = 1552, [1553] = 1553, - [1554] = 1554, - [1555] = 67, + [1554] = 393, + [1555] = 1555, [1556] = 1556, [1557] = 1557, - [1558] = 70, + [1558] = 69, [1559] = 1559, [1560] = 1560, [1561] = 1561, @@ -4993,7 +5000,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1564] = 1564, [1565] = 1565, [1566] = 1566, - [1567] = 1567, + [1567] = 654, [1568] = 1568, [1569] = 1569, [1570] = 1570, @@ -5004,14 +5011,14 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1575] = 1575, [1576] = 1576, [1577] = 1577, - [1578] = 420, + [1578] = 1578, [1579] = 1579, [1580] = 1580, [1581] = 1581, [1582] = 1582, [1583] = 1583, [1584] = 1584, - [1585] = 652, + [1585] = 1585, [1586] = 1586, [1587] = 1587, [1588] = 1588, @@ -5040,1469 +5047,1469 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1611] = 1611, [1612] = 1612, [1613] = 1613, - [1614] = 68, - [1615] = 70, - [1616] = 67, - [1617] = 71, - [1618] = 69, - [1619] = 1619, - [1620] = 70, + [1614] = 1614, + [1615] = 68, + [1616] = 69, + [1617] = 67, + [1618] = 71, + [1619] = 70, + [1620] = 1620, [1621] = 1621, - [1622] = 1622, - [1623] = 70, + [1622] = 68, + [1623] = 1623, [1624] = 1624, [1625] = 1625, [1626] = 1626, - [1627] = 1627, - [1628] = 688, - [1629] = 687, - [1630] = 455, - [1631] = 456, - [1632] = 760, - [1633] = 455, - [1634] = 760, - [1635] = 688, - [1636] = 687, - [1637] = 456, - [1638] = 760, - [1639] = 760, - [1640] = 455, - [1641] = 688, - [1642] = 1642, - [1643] = 687, - [1644] = 688, - [1645] = 455, - [1646] = 687, - [1647] = 456, - [1648] = 456, - [1649] = 238, - [1650] = 234, - [1651] = 216, - [1652] = 229, - [1653] = 228, - [1654] = 235, - [1655] = 226, - [1656] = 257, - [1657] = 287, - [1658] = 297, - [1659] = 240, - [1660] = 251, - [1661] = 241, - [1662] = 215, - [1663] = 414, - [1664] = 420, - [1665] = 358, - [1666] = 356, - [1667] = 251, - [1668] = 871, - [1669] = 875, - [1670] = 1670, - [1671] = 869, - [1672] = 411, - [1673] = 476, - [1674] = 427, - [1675] = 1675, - [1676] = 241, - [1677] = 240, - [1678] = 238, - [1679] = 902, - [1680] = 235, - [1681] = 1675, - [1682] = 229, - [1683] = 226, - [1684] = 427, - [1685] = 597, - [1686] = 228, - [1687] = 451, - [1688] = 865, - [1689] = 762, - [1690] = 257, - [1691] = 659, - [1692] = 734, - [1693] = 694, - [1694] = 473, - [1695] = 486, - [1696] = 703, - [1697] = 705, - [1698] = 936, - [1699] = 937, - [1700] = 297, - [1701] = 708, - [1702] = 287, - [1703] = 291, - [1704] = 578, - [1705] = 686, - [1706] = 716, - [1707] = 417, - [1708] = 929, - [1709] = 439, - [1710] = 402, - [1711] = 942, - [1712] = 549, - [1713] = 621, - [1714] = 358, - [1715] = 620, - [1716] = 616, - [1717] = 609, - [1718] = 586, - [1719] = 585, - [1720] = 577, - [1721] = 356, - [1722] = 576, - [1723] = 505, - [1724] = 487, - [1725] = 484, - [1726] = 880, - [1727] = 483, - [1728] = 599, - [1729] = 482, - [1730] = 463, - [1731] = 460, - [1732] = 881, - [1733] = 474, - [1734] = 459, - [1735] = 479, - [1736] = 949, - [1737] = 624, - [1738] = 453, + [1627] = 68, + [1628] = 1628, + [1629] = 527, + [1630] = 469, + [1631] = 524, + [1632] = 471, + [1633] = 656, + [1634] = 656, + [1635] = 527, + [1636] = 524, + [1637] = 471, + [1638] = 469, + [1639] = 656, + [1640] = 471, + [1641] = 524, + [1642] = 527, + [1643] = 524, + [1644] = 471, + [1645] = 469, + [1646] = 656, + [1647] = 469, + [1648] = 527, + [1649] = 1649, + [1650] = 252, + [1651] = 237, + [1652] = 251, + [1653] = 250, + [1654] = 272, + [1655] = 288, + [1656] = 216, + [1657] = 227, + [1658] = 230, + [1659] = 255, + [1660] = 247, + [1661] = 242, + [1662] = 239, + [1663] = 419, + [1664] = 215, + [1665] = 352, + [1666] = 393, + [1667] = 348, + [1668] = 247, + [1669] = 272, + [1670] = 619, + [1671] = 255, + [1672] = 806, + [1673] = 736, + [1674] = 735, + [1675] = 661, + [1676] = 1676, + [1677] = 738, + [1678] = 237, + [1679] = 650, + [1680] = 252, + [1681] = 251, + [1682] = 409, + [1683] = 498, + [1684] = 239, + [1685] = 391, + [1686] = 636, + [1687] = 279, + [1688] = 398, + [1689] = 737, + [1690] = 250, + [1691] = 288, + [1692] = 227, + [1693] = 483, + [1694] = 646, + [1695] = 230, + [1696] = 411, + [1697] = 409, + [1698] = 630, + [1699] = 629, + [1700] = 594, + [1701] = 442, + [1702] = 517, + [1703] = 627, + [1704] = 809, + [1705] = 1676, + [1706] = 1706, + [1707] = 474, + [1708] = 513, + [1709] = 529, + [1710] = 771, + [1711] = 789, + [1712] = 398, + [1713] = 523, + [1714] = 795, + [1715] = 791, + [1716] = 686, + [1717] = 751, + [1718] = 750, + [1719] = 587, + [1720] = 579, + [1721] = 722, + [1722] = 721, + [1723] = 578, + [1724] = 628, + [1725] = 810, + [1726] = 507, + [1727] = 889, + [1728] = 761, + [1729] = 784, + [1730] = 794, + [1731] = 832, + [1732] = 687, + [1733] = 798, + [1734] = 663, + [1735] = 348, + [1736] = 658, + [1737] = 626, + [1738] = 876, [1739] = 452, - [1740] = 449, - [1741] = 887, - [1742] = 464, - [1743] = 874, - [1744] = 873, - [1745] = 647, - [1746] = 489, - [1747] = 751, - [1748] = 799, - [1749] = 888, - [1750] = 946, - [1751] = 947, - [1752] = 948, - [1753] = 788, - [1754] = 783, - [1755] = 781, - [1756] = 780, - [1757] = 763, - [1758] = 702, - [1759] = 462, - [1760] = 641, - [1761] = 402, - [1762] = 597, - [1763] = 414, - [1764] = 701, - [1765] = 479, - [1766] = 706, - [1767] = 474, - [1768] = 420, - [1769] = 467, - [1770] = 480, - [1771] = 402, - [1772] = 497, - [1773] = 837, - [1774] = 683, - [1775] = 678, - [1776] = 810, - [1777] = 809, - [1778] = 808, - [1779] = 674, - [1780] = 652, - [1781] = 649, - [1782] = 800, - [1783] = 690, - [1784] = 748, - [1785] = 657, - [1786] = 836, - [1787] = 737, - [1788] = 710, - [1789] = 709, - [1790] = 698, - [1791] = 680, - [1792] = 679, - [1793] = 658, - [1794] = 631, - [1795] = 402, - [1796] = 235, - [1797] = 215, - [1798] = 476, - [1799] = 597, - [1800] = 251, - [1801] = 228, - [1802] = 297, - [1803] = 257, - [1804] = 287, - [1805] = 287, - [1806] = 215, - [1807] = 297, - [1808] = 417, - [1809] = 241, - [1810] = 240, - [1811] = 238, - [1812] = 235, - [1813] = 229, - [1814] = 226, - [1815] = 1815, - [1816] = 411, - [1817] = 439, - [1818] = 257, - [1819] = 229, - [1820] = 241, - [1821] = 240, - [1822] = 228, - [1823] = 226, - [1824] = 238, - [1825] = 251, - [1826] = 942, - [1827] = 609, - [1828] = 652, - [1829] = 887, - [1830] = 881, - [1831] = 874, - [1832] = 873, - [1833] = 800, - [1834] = 799, - [1835] = 788, - [1836] = 783, - [1837] = 781, - [1838] = 780, - [1839] = 763, - [1840] = 688, - [1841] = 687, - [1842] = 702, - [1843] = 701, - [1844] = 683, - [1845] = 678, - [1846] = 674, - [1847] = 649, - [1848] = 641, - [1849] = 624, - [1850] = 226, - [1851] = 229, - [1852] = 235, - [1853] = 238, - [1854] = 240, - [1855] = 621, - [1856] = 241, - [1857] = 620, - [1858] = 616, - [1859] = 586, - [1860] = 585, - [1861] = 577, - [1862] = 576, - [1863] = 456, - [1864] = 455, - [1865] = 505, - [1866] = 487, - [1867] = 484, - [1868] = 483, - [1869] = 482, - [1870] = 463, - [1871] = 460, - [1872] = 459, - [1873] = 453, - [1874] = 452, - [1875] = 449, - [1876] = 464, - [1877] = 467, - [1878] = 480, - [1879] = 549, - [1880] = 597, - [1881] = 760, - [1882] = 497, - [1883] = 880, - [1884] = 631, - [1885] = 658, - [1886] = 679, - [1887] = 479, - [1888] = 474, - [1889] = 680, - [1890] = 698, - [1891] = 706, - [1892] = 709, - [1893] = 710, - [1894] = 358, - [1895] = 737, - [1896] = 748, - [1897] = 690, - [1898] = 808, - [1899] = 414, - [1900] = 809, - [1901] = 810, - [1902] = 479, - [1903] = 474, - [1904] = 356, - [1905] = 837, - [1906] = 947, - [1907] = 946, - [1908] = 888, - [1909] = 751, - [1910] = 647, - [1911] = 489, - [1912] = 686, - [1913] = 462, - [1914] = 578, - [1915] = 486, - [1916] = 473, - [1917] = 451, - [1918] = 657, - [1919] = 836, - [1920] = 659, - [1921] = 694, - [1922] = 703, - [1923] = 1923, - [1924] = 705, - [1925] = 708, - [1926] = 949, - [1927] = 716, - [1928] = 734, - [1929] = 762, - [1930] = 599, - [1931] = 865, - [1932] = 869, - [1933] = 871, - [1934] = 875, - [1935] = 902, - [1936] = 929, - [1937] = 936, - [1938] = 937, - [1939] = 948, - [1940] = 291, - [1941] = 297, - [1942] = 287, - [1943] = 420, - [1944] = 414, - [1945] = 358, - [1946] = 356, - [1947] = 291, - [1948] = 420, - [1949] = 411, - [1950] = 417, - [1951] = 439, - [1952] = 987, - [1953] = 1953, - [1954] = 411, + [1740] = 592, + [1741] = 790, + [1742] = 488, + [1743] = 824, + [1744] = 826, + [1745] = 866, + [1746] = 588, + [1747] = 783, + [1748] = 874, + [1749] = 611, + [1750] = 352, + [1751] = 752, + [1752] = 468, + [1753] = 643, + [1754] = 782, + [1755] = 875, + [1756] = 451, + [1757] = 454, + [1758] = 455, + [1759] = 461, + [1760] = 765, + [1761] = 651, + [1762] = 917, + [1763] = 594, + [1764] = 393, + [1765] = 462, + [1766] = 929, + [1767] = 515, + [1768] = 864, + [1769] = 419, + [1770] = 654, + [1771] = 785, + [1772] = 802, + [1773] = 883, + [1774] = 465, + [1775] = 704, + [1776] = 703, + [1777] = 618, + [1778] = 819, + [1779] = 523, + [1780] = 605, + [1781] = 881, + [1782] = 622, + [1783] = 515, + [1784] = 828, + [1785] = 685, + [1786] = 623, + [1787] = 676, + [1788] = 680, + [1789] = 484, + [1790] = 398, + [1791] = 485, + [1792] = 486, + [1793] = 489, + [1794] = 873, + [1795] = 801, + [1796] = 594, + [1797] = 247, + [1798] = 411, + [1799] = 272, + [1800] = 237, + [1801] = 227, + [1802] = 288, + [1803] = 230, + [1804] = 227, + [1805] = 230, + [1806] = 250, + [1807] = 391, + [1808] = 398, + [1809] = 483, + [1810] = 239, + [1811] = 288, + [1812] = 215, + [1813] = 442, + [1814] = 239, + [1815] = 255, + [1816] = 272, + [1817] = 237, + [1818] = 1818, + [1819] = 215, + [1820] = 255, + [1821] = 252, + [1822] = 252, + [1823] = 251, + [1824] = 251, + [1825] = 250, + [1826] = 247, + [1827] = 881, + [1828] = 929, + [1829] = 875, + [1830] = 802, + [1831] = 801, + [1832] = 790, + [1833] = 419, + [1834] = 785, + [1835] = 783, + [1836] = 782, + [1837] = 765, + [1838] = 469, + [1839] = 471, + [1840] = 704, + [1841] = 272, + [1842] = 239, + [1843] = 247, + [1844] = 251, + [1845] = 252, + [1846] = 255, + [1847] = 703, + [1848] = 348, + [1849] = 685, + [1850] = 680, + [1851] = 594, + [1852] = 676, + [1853] = 651, + [1854] = 643, + [1855] = 626, + [1856] = 623, + [1857] = 622, + [1858] = 523, + [1859] = 515, + [1860] = 618, + [1861] = 611, + [1862] = 588, + [1863] = 587, + [1864] = 579, + [1865] = 578, + [1866] = 524, + [1867] = 527, + [1868] = 507, + [1869] = 489, + [1870] = 393, + [1871] = 889, + [1872] = 523, + [1873] = 515, + [1874] = 486, + [1875] = 485, + [1876] = 484, + [1877] = 465, + [1878] = 462, + [1879] = 461, + [1880] = 455, + [1881] = 454, + [1882] = 451, + [1883] = 468, + [1884] = 452, + [1885] = 1885, + [1886] = 352, + [1887] = 488, + [1888] = 592, + [1889] = 393, + [1890] = 656, + [1891] = 348, + [1892] = 658, + [1893] = 279, + [1894] = 876, + [1895] = 663, + [1896] = 687, + [1897] = 721, + [1898] = 722, + [1899] = 750, + [1900] = 279, + [1901] = 751, + [1902] = 752, + [1903] = 761, + [1904] = 784, + [1905] = 794, + [1906] = 352, + [1907] = 798, + [1908] = 866, + [1909] = 873, + [1910] = 874, + [1911] = 917, + [1912] = 810, + [1913] = 795, + [1914] = 419, + [1915] = 791, + [1916] = 686, + [1917] = 227, + [1918] = 230, + [1919] = 628, + [1920] = 832, + [1921] = 474, + [1922] = 828, + [1923] = 498, + [1924] = 513, + [1925] = 517, + [1926] = 529, + [1927] = 826, + [1928] = 864, + [1929] = 824, + [1930] = 654, + [1931] = 619, + [1932] = 627, + [1933] = 819, + [1934] = 629, + [1935] = 630, + [1936] = 636, + [1937] = 646, + [1938] = 650, + [1939] = 661, + [1940] = 605, + [1941] = 809, + [1942] = 735, + [1943] = 736, + [1944] = 737, + [1945] = 738, + [1946] = 883, + [1947] = 771, + [1948] = 789, + [1949] = 806, + [1950] = 442, + [1951] = 442, + [1952] = 993, + [1953] = 279, + [1954] = 279, [1955] = 1955, - [1956] = 291, - [1957] = 1957, - [1958] = 417, - [1959] = 291, - [1960] = 291, - [1961] = 439, - [1962] = 869, - [1963] = 873, - [1964] = 705, - [1965] = 641, - [1966] = 624, - [1967] = 621, - [1968] = 620, - [1969] = 616, - [1970] = 609, - [1971] = 586, - [1972] = 585, - [1973] = 800, - [1974] = 577, - [1975] = 576, - [1976] = 505, - [1977] = 487, - [1978] = 484, - [1979] = 483, - [1980] = 482, - [1981] = 463, - [1982] = 460, - [1983] = 459, - [1984] = 453, - [1985] = 942, - [1986] = 452, - [1987] = 449, - [1988] = 464, - [1989] = 467, - [1990] = 1990, - [1991] = 874, - [1992] = 881, - [1993] = 476, - [1994] = 480, - [1995] = 887, - [1996] = 549, - [1997] = 462, - [1998] = 497, - [1999] = 631, - [2000] = 658, - [2001] = 679, - [2002] = 578, - [2003] = 698, - [2004] = 652, - [2005] = 706, - [2006] = 486, - [2007] = 473, - [2008] = 451, - [2009] = 709, - [2010] = 710, - [2011] = 737, - [2012] = 657, - [2013] = 836, - [2014] = 748, - [2015] = 690, - [2016] = 875, - [2017] = 809, - [2018] = 810, - [2019] = 734, - [2020] = 837, - [2021] = 708, - [2022] = 659, - [2023] = 694, - [2024] = 942, - [2025] = 703, - [2026] = 947, - [2027] = 946, - [2028] = 888, - [2029] = 705, - [2030] = 708, - [2031] = 751, - [2032] = 647, - [2033] = 716, - [2034] = 734, - [2035] = 937, - [2036] = 783, - [2037] = 947, - [2038] = 888, - [2039] = 762, - [2040] = 474, - [2041] = 479, - [2042] = 686, - [2043] = 762, - [2044] = 887, - [2045] = 880, - [2046] = 880, - [2047] = 949, - [2048] = 599, - [2049] = 402, - [2050] = 836, - [2051] = 631, - [2052] = 489, - [2053] = 658, - [2054] = 948, - [2055] = 599, - [2056] = 657, - [2057] = 873, - [2058] = 865, - [2059] = 865, - [2060] = 647, - [2061] = 751, - [2062] = 869, - [2063] = 871, - [2064] = 2064, - [2065] = 505, - [2066] = 946, - [2067] = 871, - [2068] = 788, - [2069] = 674, - [2070] = 875, - [2071] = 680, - [2072] = 649, - [2073] = 652, - [2074] = 808, - [2075] = 902, - [2076] = 808, - [2077] = 809, - [2078] = 810, - [2079] = 703, - [2080] = 597, - [2081] = 799, - [2082] = 597, - [2083] = 678, - [2084] = 597, - [2085] = 683, - [2086] = 837, - [2087] = 694, - [2088] = 402, - [2089] = 659, - [2090] = 479, - [2091] = 929, - [2092] = 474, - [2093] = 949, - [2094] = 701, - [2095] = 597, - [2096] = 476, - [2097] = 716, - [2098] = 690, - [2099] = 748, - [2100] = 737, - [2101] = 902, - [2102] = 929, - [2103] = 597, - [2104] = 710, - [2105] = 709, - [2106] = 706, - [2107] = 698, - [2108] = 402, - [2109] = 702, - [2110] = 467, - [2111] = 464, - [2112] = 680, - [2113] = 679, - [2114] = 936, - [2115] = 936, - [2116] = 937, - [2117] = 497, - [2118] = 549, - [2119] = 451, - [2120] = 763, - [2121] = 948, - [2122] = 780, - [2123] = 480, - [2124] = 881, - [2125] = 874, - [2126] = 489, - [2127] = 476, - [2128] = 800, - [2129] = 799, - [2130] = 788, - [2131] = 449, - [2132] = 452, - [2133] = 453, - [2134] = 459, - [2135] = 460, - [2136] = 463, - [2137] = 783, - [2138] = 482, - [2139] = 483, - [2140] = 484, - [2141] = 781, - [2142] = 487, - [2143] = 474, - [2144] = 780, - [2145] = 479, - [2146] = 686, - [2147] = 576, - [2148] = 577, - [2149] = 702, - [2150] = 701, - [2151] = 609, - [2152] = 616, - [2153] = 462, - [2154] = 578, - [2155] = 649, - [2156] = 641, - [2157] = 624, - [2158] = 674, - [2159] = 678, - [2160] = 683, - [2161] = 474, - [2162] = 479, - [2163] = 781, - [2164] = 621, - [2165] = 585, - [2166] = 620, - [2167] = 586, - [2168] = 763, - [2169] = 486, - [2170] = 473, - [2171] = 760, - [2172] = 455, - [2173] = 456, - [2174] = 687, - [2175] = 688, - [2176] = 228, - [2177] = 2177, - [2178] = 257, - [2179] = 251, - [2180] = 358, - [2181] = 356, - [2182] = 2182, - [2183] = 597, - [2184] = 420, + [1956] = 411, + [1957] = 391, + [1958] = 1958, + [1959] = 1959, + [1960] = 279, + [1961] = 411, + [1962] = 391, + [1963] = 917, + [1964] = 485, + [1965] = 703, + [1966] = 623, + [1967] = 622, + [1968] = 618, + [1969] = 611, + [1970] = 588, + [1971] = 587, + [1972] = 579, + [1973] = 643, + [1974] = 578, + [1975] = 507, + [1976] = 489, + [1977] = 486, + [1978] = 485, + [1979] = 484, + [1980] = 465, + [1981] = 462, + [1982] = 461, + [1983] = 455, + [1984] = 454, + [1985] = 474, + [1986] = 451, + [1987] = 468, + [1988] = 452, + [1989] = 704, + [1990] = 651, + [1991] = 654, + [1992] = 676, + [1993] = 488, + [1994] = 483, + [1995] = 592, + [1996] = 680, + [1997] = 703, + [1998] = 658, + [1999] = 663, + [2000] = 687, + [2001] = 721, + [2002] = 722, + [2003] = 750, + [2004] = 828, + [2005] = 498, + [2006] = 752, + [2007] = 2007, + [2008] = 651, + [2009] = 643, + [2010] = 761, + [2011] = 784, + [2012] = 794, + [2013] = 626, + [2014] = 685, + [2015] = 798, + [2016] = 866, + [2017] = 873, + [2018] = 874, + [2019] = 623, + [2020] = 917, + [2021] = 622, + [2022] = 513, + [2023] = 517, + [2024] = 588, + [2025] = 881, + [2026] = 587, + [2027] = 810, + [2028] = 795, + [2029] = 791, + [2030] = 529, + [2031] = 507, + [2032] = 686, + [2033] = 628, + [2034] = 826, + [2035] = 594, + [2036] = 824, + [2037] = 594, + [2038] = 594, + [2039] = 398, + [2040] = 523, + [2041] = 515, + [2042] = 515, + [2043] = 523, + [2044] = 483, + [2045] = 523, + [2046] = 929, + [2047] = 515, + [2048] = 864, + [2049] = 398, + [2050] = 468, + [2051] = 452, + [2052] = 883, + [2053] = 704, + [2054] = 832, + [2055] = 819, + [2056] = 765, + [2057] = 474, + [2058] = 619, + [2059] = 627, + [2060] = 828, + [2061] = 629, + [2062] = 628, + [2063] = 686, + [2064] = 630, + [2065] = 636, + [2066] = 646, + [2067] = 650, + [2068] = 795, + [2069] = 782, + [2070] = 783, + [2071] = 785, + [2072] = 790, + [2073] = 801, + [2074] = 498, + [2075] = 881, + [2076] = 661, + [2077] = 929, + [2078] = 663, + [2079] = 654, + [2080] = 802, + [2081] = 687, + [2082] = 605, + [2083] = 735, + [2084] = 736, + [2085] = 875, + [2086] = 737, + [2087] = 738, + [2088] = 876, + [2089] = 866, + [2090] = 873, + [2091] = 874, + [2092] = 513, + [2093] = 771, + [2094] = 789, + [2095] = 517, + [2096] = 650, + [2097] = 889, + [2098] = 782, + [2099] = 783, + [2100] = 798, + [2101] = 794, + [2102] = 784, + [2103] = 594, + [2104] = 398, + [2105] = 529, + [2106] = 761, + [2107] = 752, + [2108] = 751, + [2109] = 750, + [2110] = 806, + [2111] = 809, + [2112] = 785, + [2113] = 810, + [2114] = 722, + [2115] = 721, + [2116] = 790, + [2117] = 791, + [2118] = 826, + [2119] = 824, + [2120] = 619, + [2121] = 627, + [2122] = 658, + [2123] = 801, + [2124] = 629, + [2125] = 592, + [2126] = 802, + [2127] = 832, + [2128] = 876, + [2129] = 751, + [2130] = 883, + [2131] = 594, + [2132] = 630, + [2133] = 636, + [2134] = 646, + [2135] = 2135, + [2136] = 488, + [2137] = 661, + [2138] = 605, + [2139] = 735, + [2140] = 483, + [2141] = 736, + [2142] = 889, + [2143] = 875, + [2144] = 737, + [2145] = 451, + [2146] = 454, + [2147] = 455, + [2148] = 461, + [2149] = 462, + [2150] = 465, + [2151] = 765, + [2152] = 523, + [2153] = 515, + [2154] = 685, + [2155] = 738, + [2156] = 484, + [2157] = 626, + [2158] = 486, + [2159] = 680, + [2160] = 809, + [2161] = 489, + [2162] = 806, + [2163] = 864, + [2164] = 676, + [2165] = 789, + [2166] = 819, + [2167] = 618, + [2168] = 578, + [2169] = 579, + [2170] = 611, + [2171] = 771, + [2172] = 469, + [2173] = 471, + [2174] = 524, + [2175] = 527, + [2176] = 656, + [2177] = 237, + [2178] = 250, + [2179] = 288, + [2180] = 2180, + [2181] = 2181, + [2182] = 352, + [2183] = 348, + [2184] = 393, [2185] = 2185, - [2186] = 414, - [2187] = 2187, - [2188] = 2188, - [2189] = 2189, - [2190] = 417, + [2186] = 2186, + [2187] = 393, + [2188] = 419, + [2189] = 594, + [2190] = 419, [2191] = 2191, - [2192] = 439, - [2193] = 411, - [2194] = 414, + [2192] = 391, + [2193] = 442, + [2194] = 2194, [2195] = 2195, - [2196] = 420, - [2197] = 2197, - [2198] = 420, + [2196] = 393, + [2197] = 419, + [2198] = 2198, [2199] = 2199, - [2200] = 414, - [2201] = 2201, - [2202] = 762, - [2203] = 624, - [2204] = 687, - [2205] = 452, - [2206] = 688, - [2207] = 449, - [2208] = 480, - [2209] = 881, - [2210] = 652, - [2211] = 760, - [2212] = 459, - [2213] = 464, - [2214] = 489, - [2215] = 2215, - [2216] = 297, - [2217] = 463, - [2218] = 647, - [2219] = 482, - [2220] = 799, - [2221] = 751, - [2222] = 937, - [2223] = 936, - [2224] = 2224, - [2225] = 455, - [2226] = 241, - [2227] = 800, - [2228] = 483, - [2229] = 686, - [2230] = 929, - [2231] = 484, - [2232] = 240, - [2233] = 487, - [2234] = 902, - [2235] = 549, - [2236] = 888, - [2237] = 497, - [2238] = 880, - [2239] = 631, - [2240] = 658, - [2241] = 946, - [2242] = 474, - [2243] = 875, - [2244] = 871, - [2245] = 869, - [2246] = 865, - [2247] = 479, - [2248] = 505, - [2249] = 576, - [2250] = 947, - [2251] = 694, - [2252] = 577, - [2253] = 462, - [2254] = 2254, - [2255] = 238, - [2256] = 679, - [2257] = 585, - [2258] = 235, - [2259] = 578, - [2260] = 599, - [2261] = 586, - [2262] = 609, - [2263] = 616, - [2264] = 620, - [2265] = 788, - [2266] = 703, - [2267] = 456, - [2268] = 887, - [2269] = 597, - [2270] = 734, - [2271] = 716, - [2272] = 708, - [2273] = 705, - [2274] = 621, - [2275] = 453, - [2276] = 229, - [2277] = 680, - [2278] = 659, - [2279] = 641, - [2280] = 874, - [2281] = 649, - [2282] = 698, - [2283] = 706, - [2284] = 287, - [2285] = 709, - [2286] = 710, - [2287] = 2287, - [2288] = 949, - [2289] = 674, - [2290] = 678, - [2291] = 873, - [2292] = 683, - [2293] = 701, - [2294] = 737, - [2295] = 748, - [2296] = 690, - [2297] = 702, - [2298] = 467, - [2299] = 808, - [2300] = 809, - [2301] = 810, - [2302] = 226, - [2303] = 948, - [2304] = 763, - [2305] = 460, - [2306] = 836, - [2307] = 657, - [2308] = 837, - [2309] = 451, - [2310] = 783, - [2311] = 781, - [2312] = 486, - [2313] = 2313, - [2314] = 780, - [2315] = 942, - [2316] = 473, - [2317] = 238, - [2318] = 476, - [2319] = 241, - [2320] = 251, - [2321] = 297, - [2322] = 287, - [2323] = 414, - [2324] = 240, - [2325] = 257, - [2326] = 229, - [2327] = 2327, - [2328] = 2328, - [2329] = 402, - [2330] = 1151, - [2331] = 235, - [2332] = 420, - [2333] = 1159, - [2334] = 226, - [2335] = 228, - [2336] = 2336, - [2337] = 358, - [2338] = 356, - [2339] = 476, - [2340] = 411, - [2341] = 417, - [2342] = 979, - [2343] = 402, - [2344] = 257, - [2345] = 251, - [2346] = 228, - [2347] = 439, - [2348] = 788, - [2349] = 936, - [2350] = 937, - [2351] = 297, - [2352] = 287, - [2353] = 599, - [2354] = 929, - [2355] = 2355, - [2356] = 837, - [2357] = 902, - [2358] = 358, - [2359] = 810, - [2360] = 356, - [2361] = 2355, - [2362] = 647, - [2363] = 241, - [2364] = 226, - [2365] = 2355, - [2366] = 229, - [2367] = 942, - [2368] = 948, - [2369] = 235, - [2370] = 947, - [2371] = 946, - [2372] = 888, - [2373] = 238, - [2374] = 2355, - [2375] = 751, - [2376] = 240, - [2377] = 875, - [2378] = 238, - [2379] = 240, - [2380] = 241, - [2381] = 808, - [2382] = 690, - [2383] = 871, - [2384] = 869, - [2385] = 865, - [2386] = 578, - [2387] = 748, - [2388] = 737, - [2389] = 2355, - [2390] = 710, - [2391] = 709, - [2392] = 706, - [2393] = 235, - [2394] = 229, - [2395] = 226, - [2396] = 698, - [2397] = 680, - [2398] = 880, - [2399] = 679, - [2400] = 658, - [2401] = 631, - [2402] = 762, - [2403] = 462, - [2404] = 497, - [2405] = 549, - [2406] = 480, - [2407] = 624, - [2408] = 686, - [2409] = 734, - [2410] = 467, - [2411] = 464, - [2412] = 716, - [2413] = 980, - [2414] = 449, - [2415] = 452, - [2416] = 453, - [2417] = 2355, - [2418] = 459, - [2419] = 949, - [2420] = 460, - [2421] = 463, - [2422] = 597, - [2423] = 482, - [2424] = 483, - [2425] = 705, - [2426] = 484, - [2427] = 703, - [2428] = 809, - [2429] = 694, - [2430] = 659, - [2431] = 487, - [2432] = 2355, - [2433] = 2355, - [2434] = 505, - [2435] = 576, - [2436] = 577, - [2437] = 585, - [2438] = 586, - [2439] = 414, - [2440] = 616, - [2441] = 620, - [2442] = 287, - [2443] = 297, - [2444] = 621, - [2445] = 486, - [2446] = 708, - [2447] = 420, - [2448] = 641, - [2449] = 649, - [2450] = 652, - [2451] = 674, - [2452] = 678, - [2453] = 2355, - [2454] = 683, - [2455] = 474, - [2456] = 2355, - [2457] = 479, - [2458] = 701, - [2459] = 702, - [2460] = 763, - [2461] = 780, - [2462] = 781, - [2463] = 783, - [2464] = 799, - [2465] = 800, - [2466] = 873, - [2467] = 489, - [2468] = 874, - [2469] = 836, - [2470] = 657, - [2471] = 609, - [2472] = 887, - [2473] = 291, - [2474] = 473, - [2475] = 881, - [2476] = 2355, - [2477] = 2355, - [2478] = 451, - [2479] = 987, - [2480] = 2355, - [2481] = 999, - [2482] = 973, - [2483] = 597, - [2484] = 597, - [2485] = 226, - [2486] = 229, - [2487] = 235, - [2488] = 238, - [2489] = 240, - [2490] = 241, - [2491] = 241, - [2492] = 240, - [2493] = 238, - [2494] = 297, - [2495] = 597, - [2496] = 287, - [2497] = 235, - [2498] = 229, - [2499] = 226, - [2500] = 476, - [2501] = 417, - [2502] = 228, - [2503] = 402, - [2504] = 476, + [2200] = 2200, + [2201] = 411, + [2202] = 594, + [2203] = 630, + [2204] = 489, + [2205] = 643, + [2206] = 227, + [2207] = 486, + [2208] = 485, + [2209] = 484, + [2210] = 832, + [2211] = 465, + [2212] = 462, + [2213] = 765, + [2214] = 461, + [2215] = 455, + [2216] = 782, + [2217] = 454, + [2218] = 783, + [2219] = 785, + [2220] = 451, + [2221] = 468, + [2222] = 452, + [2223] = 230, + [2224] = 790, + [2225] = 801, + [2226] = 809, + [2227] = 806, + [2228] = 488, + [2229] = 2229, + [2230] = 592, + [2231] = 658, + [2232] = 789, + [2233] = 929, + [2234] = 663, + [2235] = 687, + [2236] = 771, + [2237] = 721, + [2238] = 722, + [2239] = 802, + [2240] = 750, + [2241] = 751, + [2242] = 752, + [2243] = 255, + [2244] = 2244, + [2245] = 252, + [2246] = 738, + [2247] = 737, + [2248] = 736, + [2249] = 735, + [2250] = 875, + [2251] = 629, + [2252] = 883, + [2253] = 251, + [2254] = 247, + [2255] = 761, + [2256] = 889, + [2257] = 239, + [2258] = 784, + [2259] = 794, + [2260] = 798, + [2261] = 866, + [2262] = 272, + [2263] = 605, + [2264] = 474, + [2265] = 795, + [2266] = 636, + [2267] = 654, + [2268] = 2268, + [2269] = 661, + [2270] = 864, + [2271] = 578, + [2272] = 650, + [2273] = 646, + [2274] = 579, + [2275] = 507, + [2276] = 876, + [2277] = 704, + [2278] = 627, + [2279] = 917, + [2280] = 619, + [2281] = 828, + [2282] = 703, + [2283] = 873, + [2284] = 587, + [2285] = 2285, + [2286] = 881, + [2287] = 656, + [2288] = 626, + [2289] = 527, + [2290] = 498, + [2291] = 524, + [2292] = 622, + [2293] = 588, + [2294] = 471, + [2295] = 469, + [2296] = 2296, + [2297] = 819, + [2298] = 810, + [2299] = 874, + [2300] = 791, + [2301] = 686, + [2302] = 618, + [2303] = 623, + [2304] = 611, + [2305] = 628, + [2306] = 685, + [2307] = 513, + [2308] = 824, + [2309] = 826, + [2310] = 515, + [2311] = 529, + [2312] = 523, + [2313] = 680, + [2314] = 676, + [2315] = 517, + [2316] = 651, + [2317] = 393, + [2318] = 2318, + [2319] = 255, + [2320] = 1157, + [2321] = 483, + [2322] = 237, + [2323] = 227, + [2324] = 288, + [2325] = 247, + [2326] = 398, + [2327] = 250, + [2328] = 239, + [2329] = 272, + [2330] = 252, + [2331] = 251, + [2332] = 1156, + [2333] = 230, + [2334] = 419, + [2335] = 2335, + [2336] = 352, + [2337] = 348, + [2338] = 2338, + [2339] = 442, + [2340] = 391, + [2341] = 398, + [2342] = 250, + [2343] = 411, + [2344] = 237, + [2345] = 483, + [2346] = 980, + [2347] = 288, + [2348] = 651, + [2349] = 650, + [2350] = 227, + [2351] = 628, + [2352] = 230, + [2353] = 917, + [2354] = 874, + [2355] = 873, + [2356] = 809, + [2357] = 806, + [2358] = 685, + [2359] = 866, + [2360] = 798, + [2361] = 794, + [2362] = 784, + [2363] = 761, + [2364] = 881, + [2365] = 819, + [2366] = 752, + [2367] = 751, + [2368] = 680, + [2369] = 810, + [2370] = 795, + [2371] = 750, + [2372] = 791, + [2373] = 686, + [2374] = 676, + [2375] = 789, + [2376] = 2376, + [2377] = 876, + [2378] = 722, + [2379] = 721, + [2380] = 687, + [2381] = 654, + [2382] = 643, + [2383] = 626, + [2384] = 663, + [2385] = 279, + [2386] = 2376, + [2387] = 771, + [2388] = 875, + [2389] = 2376, + [2390] = 783, + [2391] = 2376, + [2392] = 658, + [2393] = 592, + [2394] = 352, + [2395] = 348, + [2396] = 623, + [2397] = 255, + [2398] = 252, + [2399] = 488, + [2400] = 889, + [2401] = 738, + [2402] = 251, + [2403] = 765, + [2404] = 737, + [2405] = 736, + [2406] = 452, + [2407] = 468, + [2408] = 989, + [2409] = 451, + [2410] = 735, + [2411] = 454, + [2412] = 455, + [2413] = 461, + [2414] = 462, + [2415] = 247, + [2416] = 239, + [2417] = 465, + [2418] = 2376, + [2419] = 272, + [2420] = 864, + [2421] = 929, + [2422] = 661, + [2423] = 272, + [2424] = 239, + [2425] = 247, + [2426] = 704, + [2427] = 2376, + [2428] = 251, + [2429] = 252, + [2430] = 255, + [2431] = 703, + [2432] = 605, + [2433] = 883, + [2434] = 523, + [2435] = 594, + [2436] = 646, + [2437] = 630, + [2438] = 484, + [2439] = 485, + [2440] = 629, + [2441] = 627, + [2442] = 619, + [2443] = 515, + [2444] = 419, + [2445] = 2376, + [2446] = 824, + [2447] = 782, + [2448] = 826, + [2449] = 636, + [2450] = 802, + [2451] = 622, + [2452] = 618, + [2453] = 486, + [2454] = 611, + [2455] = 2376, + [2456] = 801, + [2457] = 587, + [2458] = 529, + [2459] = 227, + [2460] = 230, + [2461] = 517, + [2462] = 513, + [2463] = 2376, + [2464] = 832, + [2465] = 393, + [2466] = 790, + [2467] = 828, + [2468] = 2376, + [2469] = 588, + [2470] = 785, + [2471] = 2376, + [2472] = 489, + [2473] = 579, + [2474] = 993, + [2475] = 2376, + [2476] = 2376, + [2477] = 578, + [2478] = 474, + [2479] = 507, + [2480] = 498, + [2481] = 594, + [2482] = 237, + [2483] = 398, + [2484] = 255, + [2485] = 252, + [2486] = 251, + [2487] = 247, + [2488] = 239, + [2489] = 272, + [2490] = 230, + [2491] = 227, + [2492] = 272, + [2493] = 239, + [2494] = 247, + [2495] = 251, + [2496] = 252, + [2497] = 255, + [2498] = 288, + [2499] = 391, + [2500] = 483, + [2501] = 442, + [2502] = 398, + [2503] = 974, + [2504] = 483, [2505] = 411, - [2506] = 1002, - [2507] = 1005, - [2508] = 297, - [2509] = 287, - [2510] = 69, - [2511] = 71, - [2512] = 439, - [2513] = 68, - [2514] = 1003, - [2515] = 251, - [2516] = 402, - [2517] = 257, - [2518] = 476, - [2519] = 686, - [2520] = 238, - [2521] = 240, - [2522] = 599, - [2523] = 241, - [2524] = 235, - [2525] = 229, - [2526] = 226, - [2527] = 659, - [2528] = 480, - [2529] = 710, - [2530] = 467, - [2531] = 658, - [2532] = 464, - [2533] = 709, - [2534] = 449, - [2535] = 452, - [2536] = 453, - [2537] = 979, - [2538] = 497, - [2539] = 459, - [2540] = 460, - [2541] = 463, - [2542] = 482, - [2543] = 483, - [2544] = 484, - [2545] = 487, - [2546] = 836, - [2547] = 657, - [2548] = 505, - [2549] = 2549, - [2550] = 451, - [2551] = 706, - [2552] = 631, - [2553] = 576, - [2554] = 577, - [2555] = 287, - [2556] = 297, - [2557] = 585, - [2558] = 586, - [2559] = 473, - [2560] = 609, - [2561] = 979, - [2562] = 486, - [2563] = 616, - [2564] = 620, - [2565] = 597, - [2566] = 621, - [2567] = 479, - [2568] = 474, - [2569] = 624, - [2570] = 641, - [2571] = 649, - [2572] = 880, - [2573] = 297, - [2574] = 578, - [2575] = 414, - [2576] = 674, - [2577] = 420, - [2578] = 235, - [2579] = 678, - [2580] = 462, - [2581] = 683, - [2582] = 737, - [2583] = 701, - [2584] = 702, - [2585] = 694, - [2586] = 748, - [2587] = 229, - [2588] = 762, - [2589] = 763, - [2590] = 780, - [2591] = 781, - [2592] = 783, - [2593] = 788, - [2594] = 226, - [2595] = 679, - [2596] = 799, - [2597] = 800, - [2598] = 489, - [2599] = 873, - [2600] = 874, - [2601] = 881, - [2602] = 887, - [2603] = 865, - [2604] = 869, - [2605] = 871, - [2606] = 875, - [2607] = 808, - [2608] = 809, - [2609] = 810, - [2610] = 937, - [2611] = 837, - [2612] = 902, - [2613] = 929, - [2614] = 942, - [2615] = 936, - [2616] = 947, - [2617] = 946, - [2618] = 888, - [2619] = 751, - [2620] = 647, - [2621] = 690, - [2622] = 238, - [2623] = 240, - [2624] = 241, - [2625] = 287, - [2626] = 703, - [2627] = 705, - [2628] = 708, - [2629] = 987, - [2630] = 479, - [2631] = 474, - [2632] = 680, - [2633] = 716, - [2634] = 402, - [2635] = 734, - [2636] = 226, - [2637] = 549, - [2638] = 229, - [2639] = 235, - [2640] = 238, - [2641] = 240, - [2642] = 297, - [2643] = 358, - [2644] = 287, - [2645] = 241, - [2646] = 948, - [2647] = 652, - [2648] = 356, - [2649] = 949, - [2650] = 698, - [2651] = 987, - [2652] = 291, - [2653] = 2653, - [2654] = 291, - [2655] = 2655, - [2656] = 2656, - [2657] = 2653, - [2658] = 2653, - [2659] = 2655, - [2660] = 2655, - [2661] = 2655, - [2662] = 2653, - [2663] = 2653, - [2664] = 2655, - [2665] = 2653, - [2666] = 2653, - [2667] = 2667, - [2668] = 291, - [2669] = 2653, - [2670] = 2655, - [2671] = 2655, - [2672] = 2655, - [2673] = 2673, - [2674] = 2655, - [2675] = 2675, - [2676] = 417, - [2677] = 597, - [2678] = 2678, - [2679] = 2655, - [2680] = 2655, - [2681] = 2653, - [2682] = 2653, - [2683] = 402, - [2684] = 411, - [2685] = 2653, - [2686] = 2653, - [2687] = 479, - [2688] = 474, - [2689] = 476, - [2690] = 2653, - [2691] = 2655, - [2692] = 439, - [2693] = 577, - [2694] = 482, + [2506] = 1007, + [2507] = 1003, + [2508] = 67, + [2509] = 1001, + [2510] = 999, + [2511] = 594, + [2512] = 70, + [2513] = 71, + [2514] = 227, + [2515] = 230, + [2516] = 594, + [2517] = 250, + [2518] = 239, + [2519] = 784, + [2520] = 523, + [2521] = 230, + [2522] = 661, + [2523] = 752, + [2524] = 592, + [2525] = 802, + [2526] = 832, + [2527] = 650, + [2528] = 483, + [2529] = 875, + [2530] = 876, + [2531] = 883, + [2532] = 227, + [2533] = 255, + [2534] = 252, + [2535] = 251, + [2536] = 272, + [2537] = 239, + [2538] = 247, + [2539] = 929, + [2540] = 251, + [2541] = 646, + [2542] = 252, + [2543] = 255, + [2544] = 751, + [2545] = 247, + [2546] = 348, + [2547] = 239, + [2548] = 272, + [2549] = 889, + [2550] = 636, + [2551] = 630, + [2552] = 2552, + [2553] = 629, + [2554] = 722, + [2555] = 627, + [2556] = 721, + [2557] = 619, + [2558] = 352, + [2559] = 783, + [2560] = 488, + [2561] = 980, + [2562] = 736, + [2563] = 980, + [2564] = 785, + [2565] = 605, + [2566] = 227, + [2567] = 230, + [2568] = 452, + [2569] = 790, + [2570] = 737, + [2571] = 750, + [2572] = 468, + [2573] = 687, + [2574] = 507, + [2575] = 451, + [2576] = 765, + [2577] = 594, + [2578] = 454, + [2579] = 455, + [2580] = 864, + [2581] = 523, + [2582] = 515, + [2583] = 461, + [2584] = 462, + [2585] = 465, + [2586] = 393, + [2587] = 419, + [2588] = 735, + [2589] = 484, + [2590] = 738, + [2591] = 485, + [2592] = 486, + [2593] = 798, + [2594] = 489, + [2595] = 824, + [2596] = 866, + [2597] = 873, + [2598] = 826, + [2599] = 874, + [2600] = 654, + [2601] = 658, + [2602] = 529, + [2603] = 806, + [2604] = 993, + [2605] = 801, + [2606] = 761, + [2607] = 474, + [2608] = 819, + [2609] = 578, + [2610] = 579, + [2611] = 587, + [2612] = 704, + [2613] = 588, + [2614] = 703, + [2615] = 794, + [2616] = 917, + [2617] = 517, + [2618] = 611, + [2619] = 513, + [2620] = 618, + [2621] = 622, + [2622] = 623, + [2623] = 255, + [2624] = 626, + [2625] = 685, + [2626] = 252, + [2627] = 643, + [2628] = 251, + [2629] = 651, + [2630] = 771, + [2631] = 230, + [2632] = 247, + [2633] = 782, + [2634] = 663, + [2635] = 628, + [2636] = 686, + [2637] = 791, + [2638] = 795, + [2639] = 810, + [2640] = 498, + [2641] = 398, + [2642] = 809, + [2643] = 676, + [2644] = 227, + [2645] = 828, + [2646] = 789, + [2647] = 881, + [2648] = 680, + [2649] = 515, + [2650] = 272, + [2651] = 2651, + [2652] = 2651, + [2653] = 398, + [2654] = 2654, + [2655] = 2651, + [2656] = 2654, + [2657] = 2651, + [2658] = 2658, + [2659] = 523, + [2660] = 515, + [2661] = 2661, + [2662] = 442, + [2663] = 2654, + [2664] = 2654, + [2665] = 391, + [2666] = 2666, + [2667] = 2651, + [2668] = 279, + [2669] = 2651, + [2670] = 2651, + [2671] = 483, + [2672] = 2651, + [2673] = 2654, + [2674] = 2654, + [2675] = 594, + [2676] = 2651, + [2677] = 2651, + [2678] = 2654, + [2679] = 2679, + [2680] = 2680, + [2681] = 2654, + [2682] = 2651, + [2683] = 993, + [2684] = 2654, + [2685] = 2654, + [2686] = 2654, + [2687] = 2654, + [2688] = 2654, + [2689] = 279, + [2690] = 279, + [2691] = 2651, + [2692] = 411, + [2693] = 785, + [2694] = 578, [2695] = 2695, - [2696] = 2695, - [2697] = 2697, - [2698] = 658, + [2696] = 663, + [2697] = 929, + [2698] = 247, [2699] = 2699, - [2700] = 631, - [2701] = 880, - [2702] = 2702, - [2703] = 2703, - [2704] = 2656, - [2705] = 2695, - [2706] = 2699, - [2707] = 287, - [2708] = 2695, - [2709] = 476, - [2710] = 467, - [2711] = 297, - [2712] = 464, - [2713] = 2699, - [2714] = 2714, - [2715] = 2699, - [2716] = 2714, - [2717] = 763, - [2718] = 291, - [2719] = 505, - [2720] = 873, - [2721] = 2702, - [2722] = 585, - [2723] = 586, - [2724] = 2724, - [2725] = 2695, - [2726] = 620, - [2727] = 621, - [2728] = 624, - [2729] = 641, - [2730] = 649, - [2731] = 2714, - [2732] = 2699, - [2733] = 476, - [2734] = 701, - [2735] = 702, - [2736] = 683, - [2737] = 2699, - [2738] = 2702, - [2739] = 780, - [2740] = 781, - [2741] = 783, - [2742] = 788, - [2743] = 799, - [2744] = 800, - [2745] = 241, - [2746] = 874, - [2747] = 881, - [2748] = 678, - [2749] = 240, - [2750] = 674, - [2751] = 2695, - [2752] = 2752, - [2753] = 937, - [2754] = 936, - [2755] = 949, - [2756] = 238, - [2757] = 929, - [2758] = 2702, - [2759] = 235, - [2760] = 2760, - [2761] = 2702, - [2762] = 902, - [2763] = 229, - [2764] = 875, - [2765] = 871, - [2766] = 869, - [2767] = 865, - [2768] = 599, - [2769] = 226, - [2770] = 647, - [2771] = 762, - [2772] = 2714, - [2773] = 734, - [2774] = 716, - [2775] = 708, - [2776] = 705, - [2777] = 703, - [2778] = 751, - [2779] = 694, - [2780] = 659, - [2781] = 2699, - [2782] = 356, - [2783] = 241, - [2784] = 887, - [2785] = 836, - [2786] = 657, - [2787] = 451, - [2788] = 2714, - [2789] = 616, - [2790] = 473, - [2791] = 486, - [2792] = 652, - [2793] = 578, - [2794] = 462, - [2795] = 2714, - [2796] = 609, - [2797] = 686, - [2798] = 2699, - [2799] = 2695, - [2800] = 489, - [2801] = 946, - [2802] = 402, - [2803] = 2702, - [2804] = 2714, - [2805] = 948, - [2806] = 2714, - [2807] = 240, - [2808] = 888, - [2809] = 2695, - [2810] = 576, - [2811] = 402, - [2812] = 402, - [2813] = 942, - [2814] = 808, - [2815] = 2702, - [2816] = 2699, - [2817] = 2695, - [2818] = 947, - [2819] = 2702, - [2820] = 358, - [2821] = 809, - [2822] = 487, - [2823] = 2695, - [2824] = 484, - [2825] = 483, - [2826] = 2699, - [2827] = 2827, - [2828] = 2702, - [2829] = 235, - [2830] = 810, - [2831] = 999, - [2832] = 2714, - [2833] = 463, - [2834] = 460, - [2835] = 459, - [2836] = 2714, - [2837] = 453, - [2838] = 452, - [2839] = 449, - [2840] = 837, - [2841] = 2714, - [2842] = 229, - [2843] = 414, - [2844] = 226, - [2845] = 476, - [2846] = 238, - [2847] = 2695, - [2848] = 597, - [2849] = 476, - [2850] = 2699, - [2851] = 2702, - [2852] = 480, - [2853] = 2695, - [2854] = 690, - [2855] = 748, - [2856] = 420, - [2857] = 2702, - [2858] = 402, - [2859] = 2695, - [2860] = 737, - [2861] = 2861, - [2862] = 2862, - [2863] = 2714, - [2864] = 287, - [2865] = 597, - [2866] = 597, - [2867] = 549, - [2868] = 710, - [2869] = 297, - [2870] = 2870, - [2871] = 497, + [2700] = 227, + [2701] = 483, + [2702] = 452, + [2703] = 468, + [2704] = 2704, + [2705] = 2699, + [2706] = 810, + [2707] = 2658, + [2708] = 2708, + [2709] = 2695, + [2710] = 348, + [2711] = 2704, + [2712] = 227, + [2713] = 507, + [2714] = 230, + [2715] = 352, + [2716] = 230, + [2717] = 587, + [2718] = 588, + [2719] = 2699, + [2720] = 866, + [2721] = 622, + [2722] = 623, + [2723] = 873, + [2724] = 626, + [2725] = 643, + [2726] = 651, + [2727] = 874, + [2728] = 2695, + [2729] = 2695, + [2730] = 2699, + [2731] = 2704, + [2732] = 703, + [2733] = 704, + [2734] = 255, + [2735] = 2708, + [2736] = 255, + [2737] = 782, + [2738] = 783, + [2739] = 2695, + [2740] = 790, + [2741] = 801, + [2742] = 802, + [2743] = 628, + [2744] = 876, + [2745] = 883, + [2746] = 686, + [2747] = 252, + [2748] = 791, + [2749] = 2749, + [2750] = 889, + [2751] = 809, + [2752] = 806, + [2753] = 864, + [2754] = 875, + [2755] = 2704, + [2756] = 251, + [2757] = 789, + [2758] = 247, + [2759] = 2759, + [2760] = 2704, + [2761] = 239, + [2762] = 771, + [2763] = 765, + [2764] = 272, + [2765] = 738, + [2766] = 737, + [2767] = 736, + [2768] = 735, + [2769] = 605, + [2770] = 279, + [2771] = 483, + [2772] = 661, + [2773] = 2708, + [2774] = 650, + [2775] = 646, + [2776] = 636, + [2777] = 630, + [2778] = 629, + [2779] = 2708, + [2780] = 627, + [2781] = 2695, + [2782] = 619, + [2783] = 685, + [2784] = 2695, + [2785] = 2699, + [2786] = 2704, + [2787] = 824, + [2788] = 826, + [2789] = 529, + [2790] = 2790, + [2791] = 680, + [2792] = 517, + [2793] = 513, + [2794] = 654, + [2795] = 498, + [2796] = 828, + [2797] = 676, + [2798] = 2798, + [2799] = 474, + [2800] = 795, + [2801] = 819, + [2802] = 832, + [2803] = 881, + [2804] = 398, + [2805] = 2699, + [2806] = 2708, + [2807] = 2807, + [2808] = 917, + [2809] = 2699, + [2810] = 2810, + [2811] = 419, + [2812] = 798, + [2813] = 794, + [2814] = 398, + [2815] = 618, + [2816] = 2704, + [2817] = 784, + [2818] = 2818, + [2819] = 611, + [2820] = 2704, + [2821] = 761, + [2822] = 752, + [2823] = 2699, + [2824] = 251, + [2825] = 751, + [2826] = 579, + [2827] = 687, + [2828] = 750, + [2829] = 2704, + [2830] = 2830, + [2831] = 2708, + [2832] = 252, + [2833] = 489, + [2834] = 486, + [2835] = 2704, + [2836] = 485, + [2837] = 1007, + [2838] = 484, + [2839] = 2708, + [2840] = 2708, + [2841] = 239, + [2842] = 2699, + [2843] = 2704, + [2844] = 2695, + [2845] = 2708, + [2846] = 465, + [2847] = 272, + [2848] = 2695, + [2849] = 462, + [2850] = 594, + [2851] = 483, + [2852] = 2704, + [2853] = 722, + [2854] = 461, + [2855] = 455, + [2856] = 454, + [2857] = 451, + [2858] = 2695, + [2859] = 2699, + [2860] = 398, + [2861] = 393, + [2862] = 2699, + [2863] = 483, + [2864] = 721, + [2865] = 2708, + [2866] = 488, + [2867] = 594, + [2868] = 594, + [2869] = 2699, + [2870] = 658, + [2871] = 2871, [2872] = 2695, - [2873] = 2702, - [2874] = 709, - [2875] = 706, - [2876] = 698, - [2877] = 2702, - [2878] = 2878, - [2879] = 680, - [2880] = 2699, - [2881] = 679, - [2882] = 1427, + [2873] = 2699, + [2874] = 2704, + [2875] = 2875, + [2876] = 2695, + [2877] = 2708, + [2878] = 2708, + [2879] = 398, + [2880] = 592, + [2881] = 2699, + [2882] = 2882, [2883] = 2883, - [2884] = 2884, - [2885] = 2884, + [2884] = 1430, + [2885] = 2883, [2886] = 2886, - [2887] = 2887, - [2888] = 2887, - [2889] = 411, - [2890] = 2887, - [2891] = 2887, - [2892] = 2884, - [2893] = 2887, - [2894] = 439, - [2895] = 2887, - [2896] = 479, - [2897] = 2887, - [2898] = 474, - [2899] = 2887, - [2900] = 1953, - [2901] = 2884, - [2902] = 2902, - [2903] = 2903, - [2904] = 2887, - [2905] = 2905, - [2906] = 2887, - [2907] = 2887, - [2908] = 2887, - [2909] = 2887, - [2910] = 2910, - [2911] = 624, - [2912] = 810, - [2913] = 2910, - [2914] = 68, - [2915] = 881, - [2916] = 874, - [2917] = 2910, - [2918] = 800, - [2919] = 2177, - [2920] = 808, - [2921] = 799, - [2922] = 947, - [2923] = 788, - [2924] = 888, - [2925] = 783, - [2926] = 781, - [2927] = 2910, - [2928] = 2910, - [2929] = 702, - [2930] = 701, - [2931] = 880, - [2932] = 649, - [2933] = 2910, - [2934] = 641, - [2935] = 2910, - [2936] = 631, - [2937] = 658, - [2938] = 621, - [2939] = 2910, - [2940] = 620, - [2941] = 2910, - [2942] = 586, - [2943] = 652, - [2944] = 585, - [2945] = 505, - [2946] = 780, - [2947] = 467, - [2948] = 71, - [2949] = 2910, - [2950] = 69, - [2951] = 68, - [2952] = 2910, - [2953] = 2910, - [2954] = 69, - [2955] = 809, - [2956] = 2956, - [2957] = 71, - [2958] = 2910, - [2959] = 464, - [2960] = 1430, - [2961] = 2961, - [2962] = 1434, - [2963] = 1434, + [2887] = 2886, + [2888] = 2888, + [2889] = 2886, + [2890] = 2886, + [2891] = 1959, + [2892] = 411, + [2893] = 2893, + [2894] = 2886, + [2895] = 523, + [2896] = 515, + [2897] = 2886, + [2898] = 2886, + [2899] = 2886, + [2900] = 2886, + [2901] = 2901, + [2902] = 2886, + [2903] = 391, + [2904] = 2886, + [2905] = 2886, + [2906] = 2883, + [2907] = 2883, + [2908] = 2886, + [2909] = 2909, + [2910] = 873, + [2911] = 643, + [2912] = 507, + [2913] = 70, + [2914] = 67, + [2915] = 883, + [2916] = 876, + [2917] = 874, + [2918] = 802, + [2919] = 67, + [2920] = 70, + [2921] = 587, + [2922] = 866, + [2923] = 588, + [2924] = 2180, + [2925] = 622, + [2926] = 687, + [2927] = 623, + [2928] = 810, + [2929] = 2929, + [2930] = 801, + [2931] = 654, + [2932] = 626, + [2933] = 2933, + [2934] = 2929, + [2935] = 2929, + [2936] = 785, + [2937] = 783, + [2938] = 71, + [2939] = 2929, + [2940] = 651, + [2941] = 663, + [2942] = 790, + [2943] = 929, + [2944] = 2929, + [2945] = 703, + [2946] = 2929, + [2947] = 782, + [2948] = 2948, + [2949] = 2929, + [2950] = 2929, + [2951] = 71, + [2952] = 2929, + [2953] = 704, + [2954] = 2929, + [2955] = 2929, + [2956] = 452, + [2957] = 2929, + [2958] = 468, + [2959] = 791, + [2960] = 2929, + [2961] = 1429, + [2962] = 2962, + [2963] = 1433, [2964] = 1433, - [2965] = 2965, - [2966] = 1430, - [2967] = 2961, - [2968] = 2961, - [2969] = 2965, - [2970] = 1430, - [2971] = 2965, - [2972] = 1430, - [2973] = 1433, - [2974] = 1430, - [2975] = 2961, - [2976] = 1433, - [2977] = 1430, + [2965] = 1440, + [2966] = 2966, + [2967] = 2962, + [2968] = 2962, + [2969] = 1433, + [2970] = 1429, + [2971] = 1433, + [2972] = 1429, + [2973] = 1440, + [2974] = 1429, + [2975] = 1440, + [2976] = 2966, + [2977] = 2962, [2978] = 1433, - [2979] = 1434, - [2980] = 1433, - [2981] = 1434, + [2979] = 1440, + [2980] = 2966, + [2981] = 1433, [2982] = 2982, [2983] = 1433, - [2984] = 2965, - [2985] = 2961, - [2986] = 1430, - [2987] = 1430, - [2988] = 1434, - [2989] = 1433, - [2990] = 1430, + [2984] = 1429, + [2985] = 2966, + [2986] = 2962, + [2987] = 1440, + [2988] = 1429, + [2989] = 1429, + [2990] = 1429, [2991] = 1433, - [2992] = 1430, - [2993] = 2961, - [2994] = 2961, - [2995] = 2965, - [2996] = 1430, - [2997] = 1433, - [2998] = 1434, - [2999] = 1433, - [3000] = 2965, - [3001] = 1434, - [3002] = 1434, - [3003] = 1430, + [2992] = 1429, + [2993] = 2962, + [2994] = 1433, + [2995] = 1433, + [2996] = 2962, + [2997] = 2966, + [2998] = 1440, + [2999] = 2966, + [3000] = 1440, + [3001] = 1440, + [3002] = 1440, + [3003] = 1429, [3004] = 1433, - [3005] = 1434, - [3006] = 1433, - [3007] = 1430, - [3008] = 1434, - [3009] = 2965, - [3010] = 2961, - [3011] = 2965, - [3012] = 1430, - [3013] = 1433, - [3014] = 1434, - [3015] = 2965, - [3016] = 2961, - [3017] = 1434, - [3018] = 1430, - [3019] = 1433, - [3020] = 1434, - [3021] = 2961, - [3022] = 3022, - [3023] = 3023, - [3024] = 1433, - [3025] = 1434, - [3026] = 2965, - [3027] = 2961, - [3028] = 1434, - [3029] = 2965, - [3030] = 2961, - [3031] = 2965, - [3032] = 1430, - [3033] = 1433, - [3034] = 1434, - [3035] = 3035, - [3036] = 3035, + [3005] = 1440, + [3006] = 2966, + [3007] = 1433, + [3008] = 1429, + [3009] = 1440, + [3010] = 2966, + [3011] = 2962, + [3012] = 1440, + [3013] = 1429, + [3014] = 1433, + [3015] = 1440, + [3016] = 2966, + [3017] = 2962, + [3018] = 1433, + [3019] = 1429, + [3020] = 1429, + [3021] = 1433, + [3022] = 1440, + [3023] = 2962, + [3024] = 3024, + [3025] = 1429, + [3026] = 3026, + [3027] = 1433, + [3028] = 1440, + [3029] = 2966, + [3030] = 2962, + [3031] = 1429, + [3032] = 3032, + [3033] = 2966, + [3034] = 2962, + [3035] = 2966, + [3036] = 1440, [3037] = 3037, - [3038] = 3038, - [3039] = 1624, - [3040] = 3040, + [3038] = 3037, + [3039] = 3039, + [3040] = 3039, [3041] = 3041, - [3042] = 3037, - [3043] = 3037, - [3044] = 3040, - [3045] = 3037, - [3046] = 3037, - [3047] = 3040, - [3048] = 3037, - [3049] = 3040, - [3050] = 3040, - [3051] = 3051, - [3052] = 3037, - [3053] = 3040, - [3054] = 3040, - [3055] = 3040, - [3056] = 3037, - [3057] = 3057, - [3058] = 3037, - [3059] = 3040, - [3060] = 3060, - [3061] = 3037, - [3062] = 3037, - [3063] = 3040, - [3064] = 3040, - [3065] = 3065, - [3066] = 3066, - [3067] = 3067, - [3068] = 3037, - [3069] = 3037, - [3070] = 3040, - [3071] = 3037, - [3072] = 3040, - [3073] = 3073, - [3074] = 3040, + [3042] = 3039, + [3043] = 3043, + [3044] = 3043, + [3045] = 3043, + [3046] = 3039, + [3047] = 3039, + [3048] = 3043, + [3049] = 1626, + [3050] = 3043, + [3051] = 3039, + [3052] = 3052, + [3053] = 3039, + [3054] = 3054, + [3055] = 3043, + [3056] = 3043, + [3057] = 3039, + [3058] = 3043, + [3059] = 3059, + [3060] = 3039, + [3061] = 3043, + [3062] = 3062, + [3063] = 3039, + [3064] = 3039, + [3065] = 3043, + [3066] = 3043, + [3067] = 3039, + [3068] = 3068, + [3069] = 3069, + [3070] = 3070, + [3071] = 3039, + [3072] = 3043, + [3073] = 3039, + [3074] = 3043, [3075] = 3075, - [3076] = 3076, + [3076] = 3043, [3077] = 3077, [3078] = 3078, [3079] = 3079, @@ -6512,417 +6519,417 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3083] = 3083, [3084] = 3084, [3085] = 3085, - [3086] = 3086, - [3087] = 3077, + [3086] = 3080, + [3087] = 3087, [3088] = 3088, [3089] = 3089, - [3090] = 3080, + [3090] = 3090, [3091] = 3091, - [3092] = 3079, + [3092] = 3080, [3093] = 3093, - [3094] = 3076, + [3094] = 3079, [3095] = 3095, - [3096] = 3096, - [3097] = 3095, - [3098] = 3080, - [3099] = 3096, + [3096] = 3078, + [3097] = 3093, + [3098] = 3098, + [3099] = 3095, [3100] = 3079, - [3101] = 3076, - [3102] = 3088, - [3103] = 3080, - [3104] = 3078, - [3105] = 3085, - [3106] = 3078, - [3107] = 3079, - [3108] = 3085, - [3109] = 3079, - [3110] = 3081, - [3111] = 3078, - [3112] = 3091, - [3113] = 3076, - [3114] = 3096, - [3115] = 3096, - [3116] = 3089, - [3117] = 3085, - [3118] = 3083, - [3119] = 3084, - [3120] = 3081, - [3121] = 3085, - [3122] = 3077, - [3123] = 3079, + [3101] = 3088, + [3102] = 3082, + [3103] = 3082, + [3104] = 3090, + [3105] = 3080, + [3106] = 3098, + [3107] = 3078, + [3108] = 3080, + [3109] = 3091, + [3110] = 3079, + [3111] = 3079, + [3112] = 3081, + [3113] = 3098, + [3114] = 3093, + [3115] = 3087, + [3116] = 3081, + [3117] = 3078, + [3118] = 3091, + [3119] = 3079, + [3120] = 3084, + [3121] = 3083, + [3122] = 3081, + [3123] = 3088, [3124] = 3089, - [3125] = 3086, - [3126] = 3079, - [3127] = 3084, - [3128] = 3080, - [3129] = 3081, - [3130] = 3084, - [3131] = 3091, - [3132] = 3083, - [3133] = 3093, - [3134] = 3088, + [3125] = 3079, + [3126] = 3085, + [3127] = 3127, + [3128] = 3079, + [3129] = 3083, + [3130] = 3087, + [3131] = 3093, + [3132] = 3087, + [3133] = 3083, + [3134] = 3090, [3135] = 3095, - [3136] = 3089, - [3137] = 3086, - [3138] = 3076, - [3139] = 3093, - [3140] = 3088, - [3141] = 3083, - [3142] = 3093, - [3143] = 3091, - [3144] = 3076, - [3145] = 3145, - [3146] = 3091, - [3147] = 3083, - [3148] = 3086, - [3149] = 3088, - [3150] = 3079, - [3151] = 3077, - [3152] = 3086, - [3153] = 3093, - [3154] = 3095, - [3155] = 3093, - [3156] = 3081, - [3157] = 3157, - [3158] = 3080, - [3159] = 3095, - [3160] = 3084, - [3161] = 3088, - [3162] = 3081, - [3163] = 3079, - [3164] = 3084, - [3165] = 3091, - [3166] = 3095, - [3167] = 3095, - [3168] = 3085, - [3169] = 3077, - [3170] = 3077, - [3171] = 3093, - [3172] = 3093, - [3173] = 3077, - [3174] = 3076, - [3175] = 3084, - [3176] = 3081, - [3177] = 3088, - [3178] = 3084, - [3179] = 3091, - [3180] = 3076, - [3181] = 3081, - [3182] = 3085, - [3183] = 3079, - [3184] = 3085, - [3185] = 3077, - [3186] = 3083, - [3187] = 3083, - [3188] = 3095, - [3189] = 3086, - [3190] = 3084, - [3191] = 3086, - [3192] = 3080, - [3193] = 3081, - [3194] = 3093, - [3195] = 3085, - [3196] = 3081, - [3197] = 3093, - [3198] = 3096, - [3199] = 3079, - [3200] = 3080, + [3136] = 3082, + [3137] = 3087, + [3138] = 3078, + [3139] = 3091, + [3140] = 3090, + [3141] = 3082, + [3142] = 3090, + [3143] = 3084, + [3144] = 3081, + [3145] = 3093, + [3146] = 3087, + [3147] = 3147, + [3148] = 3082, + [3149] = 3084, + [3150] = 3085, + [3151] = 3088, + [3152] = 3079, + [3153] = 3089, + [3154] = 3085, + [3155] = 3095, + [3156] = 3095, + [3157] = 3089, + [3158] = 3089, + [3159] = 3084, + [3160] = 3080, + [3161] = 3082, + [3162] = 3083, + [3163] = 3083, + [3164] = 3081, + [3165] = 3079, + [3166] = 3085, + [3167] = 3090, + [3168] = 3089, + [3169] = 3095, + [3170] = 3088, + [3171] = 3089, + [3172] = 3088, + [3173] = 3089, + [3174] = 3088, + [3175] = 3093, + [3176] = 3095, + [3177] = 3087, + [3178] = 3082, + [3179] = 3090, + [3180] = 3081, + [3181] = 3093, + [3182] = 3083, + [3183] = 3087, + [3184] = 3084, + [3185] = 3079, + [3186] = 3081, + [3187] = 3088, + [3188] = 3084, + [3189] = 3085, + [3190] = 3091, + [3191] = 3095, + [3192] = 3083, + [3193] = 3085, + [3194] = 3194, + [3195] = 3081, + [3196] = 3085, + [3197] = 3083, + [3198] = 3089, + [3199] = 3095, + [3200] = 3089, [3201] = 3201, - [3202] = 3086, - [3203] = 3095, - [3204] = 3083, - [3205] = 3077, - [3206] = 3206, - [3207] = 3093, - [3208] = 3076, - [3209] = 3088, - [3210] = 3091, - [3211] = 3095, - [3212] = 3076, - [3213] = 3089, - [3214] = 3086, - [3215] = 3083, - [3216] = 3077, - [3217] = 3080, - [3218] = 3080, - [3219] = 3079, - [3220] = 3096, - [3221] = 3078, - [3222] = 3084, - [3223] = 3083, - [3224] = 3096, - [3225] = 3089, - [3226] = 3086, - [3227] = 3085, - [3228] = 3085, + [3202] = 3080, + [3203] = 3079, + [3204] = 3088, + [3205] = 3089, + [3206] = 3083, + [3207] = 3095, + [3208] = 3084, + [3209] = 3091, + [3210] = 3087, + [3211] = 3082, + [3212] = 3090, + [3213] = 3081, + [3214] = 3093, + [3215] = 3080, + [3216] = 3085, + [3217] = 3084, + [3218] = 3218, + [3219] = 3088, + [3220] = 3080, + [3221] = 3079, + [3222] = 3078, + [3223] = 3098, + [3224] = 3087, + [3225] = 3083, + [3226] = 3078, + [3227] = 3091, + [3228] = 3084, [3229] = 3085, - [3230] = 3077, - [3231] = 3093, - [3232] = 3078, - [3233] = 3081, - [3234] = 3081, - [3235] = 3084, - [3236] = 3084, - [3237] = 3076, - [3238] = 3091, - [3239] = 3079, - [3240] = 3083, - [3241] = 3086, - [3242] = 3095, - [3243] = 3078, - [3244] = 3088, - [3245] = 3078, - [3246] = 3086, - [3247] = 3086, - [3248] = 3088, - [3249] = 3091, - [3250] = 3096, - [3251] = 3089, - [3252] = 3076, - [3253] = 3084, - [3254] = 3088, - [3255] = 3083, - [3256] = 3083, - [3257] = 3086, - [3258] = 3201, - [3259] = 3091, - [3260] = 3086, - [3261] = 3077, - [3262] = 3076, - [3263] = 3079, - [3264] = 3083, - [3265] = 3086, - [3266] = 3079, - [3267] = 3089, - [3268] = 3084, - [3269] = 3081, - [3270] = 3270, - [3271] = 3085, - [3272] = 3089, - [3273] = 3083, - [3274] = 3081, - [3275] = 3085, - [3276] = 3086, - [3277] = 3277, - [3278] = 3096, - [3279] = 3077, - [3280] = 3093, - [3281] = 3095, - [3282] = 3083, - [3283] = 3086, - [3284] = 3088, - [3285] = 3083, - [3286] = 3088, - [3287] = 3091, - [3288] = 3076, - [3289] = 3091, - [3290] = 3083, - [3291] = 3078, - [3292] = 3086, - [3293] = 3091, - [3294] = 3095, - [3295] = 3088, - [3296] = 3093, - [3297] = 3084, - [3298] = 3077, - [3299] = 3081, - [3300] = 3083, - [3301] = 3076, - [3302] = 3077, + [3230] = 3081, + [3231] = 3081, + [3232] = 3088, + [3233] = 3089, + [3234] = 3098, + [3235] = 3087, + [3236] = 3083, + [3237] = 3087, + [3238] = 3093, + [3239] = 3090, + [3240] = 3080, + [3241] = 3079, + [3242] = 3084, + [3243] = 3085, + [3244] = 3095, + [3245] = 3098, + [3246] = 3082, + [3247] = 3085, + [3248] = 3082, + [3249] = 3084, + [3250] = 3082, + [3251] = 3090, + [3252] = 3078, + [3253] = 3091, + [3254] = 3093, + [3255] = 3087, + [3256] = 3090, + [3257] = 3201, + [3258] = 3084, + [3259] = 3085, + [3260] = 3098, + [3261] = 3084, + [3262] = 3093, + [3263] = 3085, + [3264] = 3084, + [3265] = 3085, + [3266] = 3088, + [3267] = 3079, + [3268] = 3093, + [3269] = 3087, + [3270] = 3083, + [3271] = 3083, + [3272] = 3272, + [3273] = 3081, + [3274] = 3091, + [3275] = 3084, + [3276] = 3081, + [3277] = 3085, + [3278] = 3085, + [3279] = 3279, + [3280] = 3078, + [3281] = 3088, + [3282] = 3089, + [3283] = 3095, + [3284] = 3084, + [3285] = 3085, + [3286] = 3082, + [3287] = 3084, + [3288] = 3082, + [3289] = 3090, + [3290] = 3093, + [3291] = 3090, + [3292] = 3084, + [3293] = 3098, + [3294] = 3085, + [3295] = 3090, + [3296] = 3095, + [3297] = 3082, + [3298] = 3089, + [3299] = 3087, + [3300] = 3088, + [3301] = 3083, + [3302] = 3084, [3303] = 3093, - [3304] = 3076, - [3305] = 3096, - [3306] = 3080, - [3307] = 3307, - [3308] = 3089, - [3309] = 3095, + [3304] = 3088, + [3305] = 3089, + [3306] = 3085, + [3307] = 3093, + [3308] = 3080, + [3309] = 3098, [3310] = 3080, - [3311] = 3080, - [3312] = 3091, - [3313] = 3078, - [3314] = 3083, - [3315] = 3086, - [3316] = 3088, - [3317] = 3083, - [3318] = 3091, - [3319] = 3095, - [3320] = 3201, - [3321] = 3088, - [3322] = 3080, - [3323] = 3086, - [3324] = 3085, - [3325] = 3095, - [3326] = 3093, - [3327] = 3078, + [3311] = 3095, + [3312] = 3080, + [3313] = 3098, + [3314] = 3093, + [3315] = 3315, + [3316] = 3084, + [3317] = 3078, + [3318] = 3082, + [3319] = 3085, + [3320] = 3090, + [3321] = 3095, + [3322] = 3201, + [3323] = 3090, + [3324] = 3080, + [3325] = 3084, + [3326] = 3081, + [3327] = 3095, [3328] = 3089, - [3329] = 3077, - [3330] = 3096, - [3331] = 3089, + [3329] = 3098, + [3330] = 3088, + [3331] = 3098, [3332] = 3078, - [3333] = 3085, - [3334] = 3084, - [3335] = 3081, - [3336] = 3083, - [3337] = 3086, - [3338] = 3083, - [3339] = 3079, - [3340] = 3096, - [3341] = 3086, - [3342] = 3342, - [3343] = 3343, + [3333] = 3091, + [3334] = 3081, + [3335] = 3085, + [3336] = 3087, + [3337] = 3083, + [3338] = 3091, + [3339] = 3091, + [3340] = 3079, + [3341] = 3084, + [3342] = 3078, + [3343] = 3085, [3344] = 3344, - [3345] = 3342, - [3346] = 3342, - [3347] = 3342, - [3348] = 3342, - [3349] = 3342, - [3350] = 3342, - [3351] = 3342, - [3352] = 3342, + [3345] = 3344, + [3346] = 3346, + [3347] = 3344, + [3348] = 3348, + [3349] = 3344, + [3350] = 3344, + [3351] = 3344, + [3352] = 3344, [3353] = 3353, - [3354] = 3342, - [3355] = 3342, - [3356] = 3356, - [3357] = 3342, + [3354] = 3344, + [3355] = 3344, + [3356] = 3344, + [3357] = 3344, [3358] = 3358, - [3359] = 455, - [3360] = 760, - [3361] = 688, - [3362] = 687, - [3363] = 456, - [3364] = 1137, - [3365] = 687, - [3366] = 760, - [3367] = 455, - [3368] = 3368, - [3369] = 3369, - [3370] = 456, - [3371] = 688, - [3372] = 3372, - [3373] = 3373, - [3374] = 3374, - [3375] = 1137, - [3376] = 3376, - [3377] = 1137, - [3378] = 1499, - [3379] = 2185, + [3359] = 3344, + [3360] = 3360, + [3361] = 527, + [3362] = 469, + [3363] = 656, + [3364] = 471, + [3365] = 524, + [3366] = 1138, + [3367] = 3367, + [3368] = 471, + [3369] = 656, + [3370] = 3370, + [3371] = 3371, + [3372] = 524, + [3373] = 527, + [3374] = 469, + [3375] = 3375, + [3376] = 1138, + [3377] = 1138, + [3378] = 3378, + [3379] = 2186, [3380] = 3380, - [3381] = 1455, - [3382] = 2224, + [3381] = 1500, + [3382] = 2229, [3383] = 3383, - [3384] = 3383, - [3385] = 3385, - [3386] = 3383, + [3384] = 1445, + [3385] = 3383, + [3386] = 3386, [3387] = 3383, - [3388] = 1450, - [3389] = 2327, + [3388] = 1454, + [3389] = 3383, [3390] = 3390, - [3391] = 3391, - [3392] = 2328, + [3391] = 2335, + [3392] = 3392, [3393] = 3393, [3394] = 3394, - [3395] = 3395, - [3396] = 3395, + [3395] = 2318, + [3396] = 3396, [3397] = 3397, - [3398] = 3398, + [3398] = 3397, [3399] = 3399, - [3400] = 3395, + [3400] = 3400, [3401] = 3401, - [3402] = 3401, - [3403] = 3398, - [3404] = 3395, - [3405] = 3401, + [3402] = 3402, + [3403] = 3397, + [3404] = 3400, + [3405] = 3397, [3406] = 3406, - [3407] = 3407, - [3408] = 3395, - [3409] = 3401, - [3410] = 3395, - [3411] = 3395, - [3412] = 3401, - [3413] = 3401, - [3414] = 3414, - [3415] = 3395, - [3416] = 3416, - [3417] = 3401, - [3418] = 3398, - [3419] = 3401, - [3420] = 3395, - [3421] = 3401, - [3422] = 3398, - [3423] = 3401, - [3424] = 3395, - [3425] = 3395, - [3426] = 3426, - [3427] = 3401, + [3407] = 3399, + [3408] = 3397, + [3409] = 3397, + [3410] = 3410, + [3411] = 3400, + [3412] = 3400, + [3413] = 3400, + [3414] = 3397, + [3415] = 3415, + [3416] = 3400, + [3417] = 3399, + [3418] = 3418, + [3419] = 3400, + [3420] = 3399, + [3421] = 3397, + [3422] = 3397, + [3423] = 3400, + [3424] = 3424, + [3425] = 3400, + [3426] = 3397, + [3427] = 3400, [3428] = 3428, - [3429] = 597, - [3430] = 3401, - [3431] = 3401, + [3429] = 3400, + [3430] = 3397, + [3431] = 3397, [3432] = 3432, - [3433] = 3395, - [3434] = 657, - [3435] = 3401, - [3436] = 836, - [3437] = 417, - [3438] = 3438, - [3439] = 3395, - [3440] = 3395, - [3441] = 599, - [3442] = 462, - [3443] = 489, - [3444] = 3444, - [3445] = 3445, + [3433] = 3397, + [3434] = 594, + [3435] = 3400, + [3436] = 826, + [3437] = 3400, + [3438] = 442, + [3439] = 824, + [3440] = 3397, + [3441] = 3441, + [3442] = 3400, + [3443] = 605, + [3444] = 828, + [3445] = 832, [3446] = 3446, [3447] = 3447, [3448] = 3448, - [3449] = 865, - [3450] = 902, - [3451] = 3451, - [3452] = 929, - [3453] = 686, - [3454] = 578, - [3455] = 937, - [3456] = 3456, - [3457] = 486, - [3458] = 473, - [3459] = 936, - [3460] = 708, - [3461] = 451, - [3462] = 659, - [3463] = 875, - [3464] = 871, - [3465] = 869, - [3466] = 762, - [3467] = 734, - [3468] = 3468, - [3469] = 3469, - [3470] = 694, - [3471] = 716, - [3472] = 703, - [3473] = 705, - [3474] = 3474, - [3475] = 3475, + [3449] = 3449, + [3450] = 3450, + [3451] = 735, + [3452] = 738, + [3453] = 809, + [3454] = 789, + [3455] = 474, + [3456] = 498, + [3457] = 806, + [3458] = 3458, + [3459] = 513, + [3460] = 517, + [3461] = 646, + [3462] = 771, + [3463] = 630, + [3464] = 3464, + [3465] = 3465, + [3466] = 737, + [3467] = 736, + [3468] = 661, + [3469] = 650, + [3470] = 3470, + [3471] = 619, + [3472] = 627, + [3473] = 529, + [3474] = 636, + [3475] = 629, [3476] = 3476, [3477] = 3477, [3478] = 3478, - [3479] = 3478, - [3480] = 949, + [3479] = 3479, + [3480] = 3480, [3481] = 3481, [3482] = 3482, - [3483] = 3478, - [3484] = 3478, - [3485] = 3478, - [3486] = 3486, - [3487] = 3478, - [3488] = 3478, - [3489] = 3478, - [3490] = 3478, + [3483] = 864, + [3484] = 3480, + [3485] = 3480, + [3486] = 3480, + [3487] = 3480, + [3488] = 3480, + [3489] = 3480, + [3490] = 3480, [3491] = 3491, - [3492] = 3478, - [3493] = 3478, - [3494] = 3478, - [3495] = 3495, - [3496] = 3496, + [3492] = 3492, + [3493] = 3480, + [3494] = 3480, + [3495] = 3480, + [3496] = 3480, [3497] = 3497, [3498] = 3498, [3499] = 3499, @@ -6941,150 +6948,150 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3512] = 3512, [3513] = 3513, [3514] = 3514, - [3515] = 3513, + [3515] = 3515, [3516] = 3516, - [3517] = 3513, - [3518] = 3518, - [3519] = 3513, - [3520] = 3513, + [3517] = 3516, + [3518] = 3516, + [3519] = 3516, + [3520] = 3516, [3521] = 3521, - [3522] = 3513, + [3522] = 3522, [3523] = 3523, [3524] = 3524, [3525] = 3525, - [3526] = 3513, + [3526] = 3526, [3527] = 3527, - [3528] = 3528, - [3529] = 3513, + [3528] = 3516, + [3529] = 3529, [3530] = 3530, - [3531] = 3513, - [3532] = 3513, - [3533] = 3533, + [3531] = 3516, + [3532] = 3532, + [3533] = 3516, [3534] = 3534, [3535] = 3535, - [3536] = 3536, - [3537] = 3513, + [3536] = 3516, + [3537] = 3537, [3538] = 3538, - [3539] = 3539, + [3539] = 3516, [3540] = 3540, - [3541] = 3513, + [3541] = 3516, [3542] = 3542, [3543] = 3543, [3544] = 3544, - [3545] = 3545, + [3545] = 3516, [3546] = 3546, [3547] = 3547, [3548] = 3548, [3549] = 3549, - [3550] = 3546, + [3550] = 3550, [3551] = 3551, - [3552] = 3545, - [3553] = 3548, - [3554] = 3546, - [3555] = 3555, - [3556] = 3551, - [3557] = 3548, - [3558] = 3547, - [3559] = 3545, + [3552] = 3548, + [3553] = 3547, + [3554] = 3549, + [3555] = 3548, + [3556] = 3556, + [3557] = 3547, + [3558] = 3549, + [3559] = 3547, [3560] = 3560, [3561] = 3561, - [3562] = 3545, - [3563] = 3551, - [3564] = 3560, - [3565] = 3547, + [3562] = 3562, + [3563] = 3548, + [3564] = 3551, + [3565] = 3549, [3566] = 3561, - [3567] = 3549, - [3568] = 3546, - [3569] = 3551, - [3570] = 3561, - [3571] = 3546, - [3572] = 3549, - [3573] = 417, + [3567] = 3550, + [3568] = 3562, + [3569] = 3550, + [3570] = 3551, + [3571] = 3548, + [3572] = 442, + [3573] = 3560, [3574] = 3561, - [3575] = 1446, - [3576] = 3547, - [3577] = 3577, + [3575] = 3561, + [3576] = 3562, + [3577] = 1453, [3578] = 3578, - [3579] = 3579, - [3580] = 3549, - [3581] = 3546, - [3582] = 3551, - [3583] = 3545, - [3584] = 597, - [3585] = 3560, - [3586] = 1515, - [3587] = 3587, - [3588] = 3545, - [3589] = 3551, - [3590] = 3546, - [3591] = 3561, - [3592] = 1514, - [3593] = 3560, - [3594] = 3549, - [3595] = 1454, - [3596] = 3547, - [3597] = 3549, - [3598] = 3545, + [3579] = 3562, + [3580] = 3580, + [3581] = 3581, + [3582] = 3550, + [3583] = 3551, + [3584] = 3548, + [3585] = 3547, + [3586] = 1448, + [3587] = 594, + [3588] = 3588, + [3589] = 3547, + [3590] = 3548, + [3591] = 3551, + [3592] = 3562, + [3593] = 3561, + [3594] = 3550, + [3595] = 3550, + [3596] = 3560, + [3597] = 3550, + [3598] = 1459, [3599] = 3551, - [3600] = 3546, - [3601] = 3549, - [3602] = 3547, - [3603] = 3551, - [3604] = 3545, - [3605] = 3548, - [3606] = 3561, - [3607] = 3548, - [3608] = 3547, + [3600] = 3547, + [3601] = 3548, + [3602] = 3551, + [3603] = 3550, + [3604] = 3560, + [3605] = 3547, + [3606] = 3549, + [3607] = 1460, + [3608] = 3551, [3609] = 3549, [3610] = 3560, - [3611] = 3561, - [3612] = 3548, - [3613] = 3560, - [3614] = 3547, - [3615] = 3560, - [3616] = 3561, + [3611] = 3562, + [3612] = 3561, + [3613] = 3562, + [3614] = 3549, + [3615] = 3562, + [3616] = 3560, [3617] = 3561, - [3618] = 3560, - [3619] = 3560, - [3620] = 3547, - [3621] = 1455, - [3622] = 3548, + [3618] = 3562, + [3619] = 3561, + [3620] = 3560, + [3621] = 3561, + [3622] = 3560, [3623] = 3549, - [3624] = 3546, - [3625] = 3551, - [3626] = 3561, - [3627] = 3560, - [3628] = 3547, - [3629] = 3548, - [3630] = 3549, - [3631] = 3546, - [3632] = 3545, - [3633] = 3551, - [3634] = 3634, - [3635] = 3545, - [3636] = 3545, - [3637] = 3551, - [3638] = 3638, - [3639] = 3546, - [3640] = 3549, - [3641] = 3641, - [3642] = 3548, - [3643] = 3548, - [3644] = 3547, - [3645] = 3560, - [3646] = 3561, + [3624] = 1454, + [3625] = 3550, + [3626] = 3551, + [3627] = 3548, + [3628] = 3562, + [3629] = 3561, + [3630] = 3560, + [3631] = 3549, + [3632] = 3547, + [3633] = 3550, + [3634] = 3551, + [3635] = 3635, + [3636] = 3547, + [3637] = 3548, + [3638] = 3547, + [3639] = 3639, + [3640] = 3548, + [3641] = 3551, + [3642] = 3550, + [3643] = 3643, + [3644] = 3560, + [3645] = 3549, + [3646] = 3560, [3647] = 3561, - [3648] = 3560, - [3649] = 3547, - [3650] = 3548, - [3651] = 1450, - [3652] = 3652, - [3653] = 3545, - [3654] = 3551, - [3655] = 3546, - [3656] = 3548, - [3657] = 3549, - [3658] = 3658, + [3648] = 3562, + [3649] = 3562, + [3650] = 3561, + [3651] = 3560, + [3652] = 3549, + [3653] = 1445, + [3654] = 3547, + [3655] = 3548, + [3656] = 3551, + [3657] = 3550, + [3658] = 3549, [3659] = 3659, [3660] = 3660, [3661] = 3661, @@ -7094,17 +7101,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3665] = 3665, [3666] = 3666, [3667] = 3667, - [3668] = 3666, + [3668] = 3668, [3669] = 3669, - [3670] = 3670, + [3670] = 3668, [3671] = 3671, [3672] = 3672, [3673] = 3673, - [3674] = 1499, - [3675] = 3675, - [3676] = 949, + [3674] = 3674, + [3675] = 1500, + [3676] = 3676, [3677] = 3677, - [3678] = 3678, + [3678] = 864, [3679] = 3679, [3680] = 3680, [3681] = 3681, @@ -7114,750 +7121,750 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3685] = 3685, [3686] = 3686, [3687] = 3687, - [3688] = 3661, + [3688] = 3688, [3689] = 3689, - [3690] = 3690, - [3691] = 3690, + [3690] = 3672, + [3691] = 3691, [3692] = 3692, [3693] = 3693, [3694] = 3694, [3695] = 3695, - [3696] = 3696, - [3697] = 3690, - [3698] = 3698, - [3699] = 3692, + [3696] = 3693, + [3697] = 3697, + [3698] = 3693, + [3699] = 3699, [3700] = 3700, - [3701] = 3693, - [3702] = 3698, + [3701] = 3692, + [3702] = 3702, [3703] = 3703, - [3704] = 3704, + [3704] = 3693, [3705] = 3705, - [3706] = 3698, + [3706] = 3706, [3707] = 3707, - [3708] = 3708, - [3709] = 3690, - [3710] = 3693, + [3708] = 3693, + [3709] = 3709, + [3710] = 3710, [3711] = 3692, - [3712] = 3692, - [3713] = 3713, - [3714] = 3693, - [3715] = 3705, - [3716] = 3690, - [3717] = 3692, - [3718] = 3690, - [3719] = 3693, + [3712] = 3703, + [3713] = 3702, + [3714] = 1550, + [3715] = 3709, + [3716] = 3702, + [3717] = 3702, + [3718] = 3692, + [3719] = 3703, [3720] = 3720, - [3721] = 3721, - [3722] = 3690, + [3721] = 3703, + [3722] = 3692, [3723] = 3723, - [3724] = 3724, - [3725] = 1604, - [3726] = 1603, + [3724] = 1553, + [3725] = 3725, + [3726] = 1552, [3727] = 3727, - [3728] = 3700, - [3729] = 3698, - [3730] = 3698, - [3731] = 3731, - [3732] = 3698, - [3733] = 3733, - [3734] = 3700, - [3735] = 3735, - [3736] = 3736, + [3728] = 3728, + [3729] = 3729, + [3730] = 3692, + [3731] = 3693, + [3732] = 3693, + [3733] = 3697, + [3734] = 3734, + [3735] = 3697, + [3736] = 3693, [3737] = 3737, - [3738] = 3700, + [3738] = 3738, [3739] = 3739, [3740] = 3740, [3741] = 3741, - [3742] = 1573, - [3743] = 1598, - [3744] = 3744, - [3745] = 3693, - [3746] = 3692, + [3742] = 3697, + [3743] = 3743, + [3744] = 1536, + [3745] = 1549, + [3746] = 3746, [3747] = 3747, - [3748] = 3748, - [3749] = 3749, + [3748] = 3702, + [3749] = 3703, [3750] = 3750, [3751] = 3751, - [3752] = 3700, + [3752] = 3752, [3753] = 3753, - [3754] = 3754, - [3755] = 1597, - [3756] = 1592, - [3757] = 3757, - [3758] = 3690, - [3759] = 3721, - [3760] = 3690, - [3761] = 3761, + [3754] = 3697, + [3755] = 3755, + [3756] = 3756, + [3757] = 1547, + [3758] = 3758, + [3759] = 3702, + [3760] = 3692, + [3761] = 3692, [3762] = 3762, - [3763] = 3690, - [3764] = 3753, + [3763] = 3720, + [3764] = 3692, [3765] = 3765, - [3766] = 3766, - [3767] = 3698, + [3766] = 3753, + [3767] = 3767, [3768] = 3693, - [3769] = 3692, - [3770] = 3693, - [3771] = 3692, + [3769] = 3703, + [3770] = 3702, + [3771] = 3771, [3772] = 3772, - [3773] = 3773, - [3774] = 3692, - [3775] = 3693, - [3776] = 3776, - [3777] = 3690, - [3778] = 3778, - [3779] = 3700, - [3780] = 3780, - [3781] = 3690, - [3782] = 3698, - [3783] = 3783, - [3784] = 3700, - [3785] = 3698, - [3786] = 3700, - [3787] = 3787, - [3788] = 1582, - [3789] = 1581, - [3790] = 3790, + [3773] = 3703, + [3774] = 3702, + [3775] = 3775, + [3776] = 3702, + [3777] = 3703, + [3778] = 3692, + [3779] = 3697, + [3780] = 3692, + [3781] = 3781, + [3782] = 3782, + [3783] = 1543, + [3784] = 3693, + [3785] = 3785, + [3786] = 3697, + [3787] = 3693, + [3788] = 3697, + [3789] = 3789, + [3790] = 1542, [3791] = 3791, - [3792] = 3700, - [3793] = 1571, - [3794] = 3693, - [3795] = 1569, - [3796] = 1566, - [3797] = 1565, - [3798] = 3753, - [3799] = 3692, - [3800] = 3800, - [3801] = 3801, - [3802] = 3802, - [3803] = 3766, + [3792] = 3792, + [3793] = 3697, + [3794] = 1535, + [3795] = 1534, + [3796] = 3796, + [3797] = 1533, + [3798] = 1532, + [3799] = 1531, + [3800] = 3703, + [3801] = 3702, + [3802] = 3753, + [3803] = 3803, [3804] = 3804, - [3805] = 3753, + [3805] = 3805, [3806] = 3806, - [3807] = 1564, - [3808] = 3808, - [3809] = 1561, - [3810] = 1560, - [3811] = 1559, - [3812] = 3812, - [3813] = 3766, + [3807] = 3807, + [3808] = 3767, + [3809] = 1529, + [3810] = 3810, + [3811] = 1528, + [3812] = 1527, + [3813] = 3753, [3814] = 3814, - [3815] = 3690, + [3815] = 3767, [3816] = 3816, - [3817] = 3766, + [3817] = 3692, [3818] = 3818, [3819] = 3819, - [3820] = 3820, + [3820] = 3767, [3821] = 3753, - [3822] = 3690, - [3823] = 3753, - [3824] = 3824, + [3822] = 3692, + [3823] = 3823, + [3824] = 3753, [3825] = 3825, - [3826] = 3766, + [3826] = 3767, [3827] = 3827, [3828] = 3828, [3829] = 3753, - [3830] = 3766, + [3830] = 3830, [3831] = 3831, - [3832] = 3690, - [3833] = 3698, - [3834] = 3753, + [3832] = 3832, + [3833] = 3767, + [3834] = 3692, [3835] = 3835, - [3836] = 3766, - [3837] = 3766, - [3838] = 3692, - [3839] = 3693, - [3840] = 3753, - [3841] = 3766, - [3842] = 1527, - [3843] = 1526, - [3844] = 3844, - [3845] = 3736, - [3846] = 3713, - [3847] = 3700, - [3848] = 3690, - [3849] = 3766, - [3850] = 3698, + [3836] = 3767, + [3837] = 3767, + [3838] = 1523, + [3839] = 3703, + [3840] = 3702, + [3841] = 3703, + [3842] = 3753, + [3843] = 3692, + [3844] = 1522, + [3845] = 3692, + [3846] = 3767, + [3847] = 3753, + [3848] = 3767, + [3849] = 3728, + [3850] = 3850, [3851] = 3753, - [3852] = 3852, - [3853] = 3753, - [3854] = 3854, - [3855] = 3766, - [3856] = 3693, - [3857] = 3692, - [3858] = 3692, - [3859] = 3766, - [3860] = 3693, - [3861] = 3700, - [3862] = 3698, - [3863] = 3700, - [3864] = 3698, - [3865] = 3753, - [3866] = 3866, + [3852] = 3738, + [3853] = 3853, + [3854] = 3697, + [3855] = 3702, + [3856] = 3767, + [3857] = 3703, + [3858] = 3753, + [3859] = 3693, + [3860] = 3697, + [3861] = 3697, + [3862] = 3767, + [3863] = 3693, + [3864] = 3702, + [3865] = 3703, + [3866] = 3753, [3867] = 3867, [3868] = 3868, [3869] = 3869, - [3870] = 3867, + [3870] = 3870, [3871] = 3871, [3872] = 3872, [3873] = 3873, - [3874] = 3868, - [3875] = 3868, - [3876] = 3872, - [3877] = 3868, - [3878] = 3878, - [3879] = 3871, - [3880] = 3867, - [3881] = 3878, - [3882] = 3866, + [3874] = 3874, + [3875] = 3875, + [3876] = 3875, + [3877] = 3875, + [3878] = 3875, + [3879] = 3868, + [3880] = 3880, + [3881] = 3881, + [3882] = 3872, [3883] = 3883, - [3884] = 3884, + [3884] = 3874, [3885] = 3885, - [3886] = 3886, + [3886] = 3872, [3887] = 3887, [3888] = 3888, [3889] = 3889, - [3890] = 3890, - [3891] = 3890, - [3892] = 3886, + [3890] = 3887, + [3891] = 3873, + [3892] = 3881, [3893] = 3893, [3894] = 3894, [3895] = 3895, - [3896] = 3888, - [3897] = 3889, - [3898] = 3898, - [3899] = 3878, + [3896] = 3896, + [3897] = 3897, + [3898] = 3893, + [3899] = 2186, [3900] = 3900, - [3901] = 3872, - [3902] = 3871, - [3903] = 3866, - [3904] = 3883, - [3905] = 3890, - [3906] = 3898, - [3907] = 3900, + [3901] = 3896, + [3902] = 3881, + [3903] = 3874, + [3904] = 3873, + [3905] = 3897, + [3906] = 3880, + [3907] = 3887, [3908] = 3908, [3909] = 3909, - [3910] = 3866, - [3911] = 3911, - [3912] = 3886, - [3913] = 3898, - [3914] = 1454, - [3915] = 3888, - [3916] = 3890, - [3917] = 3883, - [3918] = 3900, - [3919] = 3889, - [3920] = 3878, + [3910] = 3908, + [3911] = 3909, + [3912] = 3881, + [3913] = 3913, + [3914] = 3914, + [3915] = 3908, + [3916] = 3916, + [3917] = 3893, + [3918] = 3897, + [3919] = 3896, + [3920] = 3887, [3921] = 3921, - [3922] = 3889, - [3923] = 3888, - [3924] = 3886, - [3925] = 3890, + [3922] = 3880, + [3923] = 1448, + [3924] = 3896, + [3925] = 3893, [3926] = 3926, - [3927] = 3927, - [3928] = 3900, - [3929] = 3883, - [3930] = 3898, - [3931] = 3866, - [3932] = 1450, - [3933] = 3900, - [3934] = 3898, - [3935] = 3871, - [3936] = 3878, - [3937] = 3872, - [3938] = 3878, - [3939] = 3883, - [3940] = 3890, - [3941] = 3889, - [3942] = 3942, - [3943] = 3888, - [3944] = 3886, - [3945] = 3889, - [3946] = 3888, - [3947] = 3886, - [3948] = 3948, - [3949] = 3867, - [3950] = 3886, - [3951] = 3951, - [3952] = 3888, - [3953] = 3889, - [3954] = 3871, - [3955] = 3868, - [3956] = 3872, - [3957] = 3868, + [3927] = 3909, + [3928] = 3908, + [3929] = 3929, + [3930] = 3909, + [3931] = 3897, + [3932] = 3868, + [3933] = 3881, + [3934] = 1445, + [3935] = 3909, + [3936] = 3908, + [3937] = 3873, + [3938] = 3887, + [3939] = 3874, + [3940] = 3880, + [3941] = 3897, + [3942] = 3868, + [3943] = 3868, + [3944] = 3944, + [3945] = 3880, + [3946] = 3896, + [3947] = 3897, + [3948] = 3896, + [3949] = 3893, + [3950] = 3872, + [3951] = 3887, + [3952] = 3893, + [3953] = 3873, + [3954] = 3893, + [3955] = 3896, + [3956] = 3875, + [3957] = 3874, [3958] = 3958, [3959] = 3959, - [3960] = 3867, + [3960] = 3960, [3961] = 3961, [3962] = 3962, - [3963] = 3898, - [3964] = 3878, - [3965] = 3866, - [3966] = 3883, - [3967] = 3890, - [3968] = 3968, - [3969] = 3900, - [3970] = 3898, - [3971] = 3871, - [3972] = 3872, - [3973] = 3872, - [3974] = 3871, - [3975] = 3975, - [3976] = 3976, - [3977] = 3977, + [3963] = 3963, + [3964] = 3897, + [3965] = 3872, + [3966] = 3868, + [3967] = 3881, + [3968] = 3880, + [3969] = 3887, + [3970] = 3970, + [3971] = 3875, + [3972] = 3908, + [3973] = 3873, + [3974] = 3874, + [3975] = 3908, + [3976] = 3909, + [3977] = 3874, [3978] = 3978, - [3979] = 3900, - [3980] = 3867, + [3979] = 3873, + [3980] = 3980, [3981] = 3981, - [3982] = 1446, - [3983] = 1455, - [3984] = 3868, - [3985] = 3985, - [3986] = 3900, - [3987] = 3867, - [3988] = 3988, - [3989] = 1450, + [3982] = 3872, + [3983] = 3909, + [3984] = 3896, + [3985] = 1454, + [3986] = 3986, + [3987] = 3909, + [3988] = 1445, + [3989] = 3868, [3990] = 3990, [3991] = 3991, [3992] = 3992, - [3993] = 3898, - [3994] = 3866, - [3995] = 1446, + [3993] = 3993, + [3994] = 1453, + [3995] = 3908, [3996] = 3996, - [3997] = 3997, - [3998] = 3878, - [3999] = 3889, + [3997] = 3881, + [3998] = 1453, + [3999] = 3897, [4000] = 3868, - [4001] = 3888, - [4002] = 3886, - [4003] = 3883, - [4004] = 3890, - [4005] = 4005, - [4006] = 1454, - [4007] = 4007, - [4008] = 3900, - [4009] = 4009, - [4010] = 3868, - [4011] = 3662, - [4012] = 3670, - [4013] = 3867, - [4014] = 3898, - [4015] = 1455, - [4016] = 3866, - [4017] = 3672, - [4018] = 3890, - [4019] = 3658, - [4020] = 4020, - [4021] = 3871, - [4022] = 3883, - [4023] = 3889, - [4024] = 3872, + [4001] = 3896, + [4002] = 3875, + [4003] = 3893, + [4004] = 4004, + [4005] = 3880, + [4006] = 3887, + [4007] = 3875, + [4008] = 3875, + [4009] = 3872, + [4010] = 3881, + [4011] = 4011, + [4012] = 3873, + [4013] = 3663, + [4014] = 3685, + [4015] = 3874, + [4016] = 4016, + [4017] = 1448, + [4018] = 3887, + [4019] = 3674, + [4020] = 3909, + [4021] = 3660, + [4022] = 3880, + [4023] = 3908, + [4024] = 1454, [4025] = 4025, - [4026] = 3886, - [4027] = 3888, - [4028] = 3878, - [4029] = 3889, - [4030] = 3868, - [4031] = 3888, - [4032] = 3900, - [4033] = 3898, - [4034] = 3866, - [4035] = 3868, - [4036] = 3380, - [4037] = 3898, - [4038] = 3867, - [4039] = 3900, - [4040] = 3871, - [4041] = 3883, - [4042] = 3872, - [4043] = 3867, - [4044] = 3889, - [4045] = 3888, - [4046] = 3886, - [4047] = 3868, - [4048] = 4048, - [4049] = 3385, - [4050] = 1450, - [4051] = 3878, - [4052] = 3883, - [4053] = 3890, - [4054] = 3868, - [4055] = 3890, + [4026] = 3897, + [4027] = 3868, + [4028] = 3893, + [4029] = 3896, + [4030] = 3897, + [4031] = 3875, + [4032] = 4032, + [4033] = 3872, + [4034] = 3909, + [4035] = 3908, + [4036] = 3875, + [4037] = 3881, + [4038] = 3386, + [4039] = 3908, + [4040] = 3909, + [4041] = 3873, + [4042] = 3875, + [4043] = 3880, + [4044] = 3872, + [4045] = 3874, + [4046] = 3897, + [4047] = 3896, + [4048] = 3893, + [4049] = 3872, + [4050] = 3868, + [4051] = 3880, + [4052] = 3893, + [4053] = 3887, + [4054] = 3875, + [4055] = 4055, [4056] = 4056, - [4057] = 2185, + [4057] = 3390, [4058] = 4058, [4059] = 4059, - [4060] = 3867, - [4061] = 3872, - [4062] = 3883, - [4063] = 3871, - [4064] = 3866, - [4065] = 3866, - [4066] = 3872, - [4067] = 3886, - [4068] = 3888, - [4069] = 3871, - [4070] = 3871, - [4071] = 3872, - [4072] = 3889, - [4073] = 3886, - [4074] = 3890, - [4075] = 4075, - [4076] = 4076, - [4077] = 3883, - [4078] = 3878, - [4079] = 3867, - [4080] = 3872, - [4081] = 3871, - [4082] = 4082, - [4083] = 3866, - [4084] = 3900, - [4085] = 3866, - [4086] = 1455, - [4087] = 4087, + [4060] = 3872, + [4061] = 3874, + [4062] = 3873, + [4063] = 1445, + [4064] = 3881, + [4065] = 3893, + [4066] = 3881, + [4067] = 3874, + [4068] = 3873, + [4069] = 3896, + [4070] = 3897, + [4071] = 3909, + [4072] = 3873, + [4073] = 3874, + [4074] = 4074, + [4075] = 3896, + [4076] = 3887, + [4077] = 3880, + [4078] = 3908, + [4079] = 4079, + [4080] = 3887, + [4081] = 3872, + [4082] = 3880, + [4083] = 3868, + [4084] = 3874, + [4085] = 3881, + [4086] = 4086, + [4087] = 3873, [4088] = 4088, - [4089] = 3878, - [4090] = 3898, - [4091] = 1446, - [4092] = 3867, + [4089] = 4089, + [4090] = 3881, + [4091] = 1454, + [4092] = 3872, [4093] = 3868, - [4094] = 4094, - [4095] = 3878, - [4096] = 3872, - [4097] = 3871, - [4098] = 3889, - [4099] = 3888, - [4100] = 4100, - [4101] = 3866, - [4102] = 3867, - [4103] = 3886, - [4104] = 4104, - [4105] = 3889, - [4106] = 3888, + [4094] = 1453, + [4095] = 3874, + [4096] = 3873, + [4097] = 3868, + [4098] = 3897, + [4099] = 3896, + [4100] = 3893, + [4101] = 4101, + [4102] = 3881, + [4103] = 4103, + [4104] = 3875, + [4105] = 4105, + [4106] = 3872, [4107] = 4107, - [4108] = 4108, - [4109] = 3886, + [4108] = 3893, + [4109] = 4109, [4110] = 4110, - [4111] = 4111, + [4111] = 3897, [4112] = 4112, [4113] = 4113, [4114] = 4114, [4115] = 4115, [4116] = 4116, [4117] = 4117, - [4118] = 4115, + [4118] = 4118, [4119] = 4119, - [4120] = 4119, - [4121] = 4121, + [4120] = 4118, + [4121] = 4116, [4122] = 4122, - [4123] = 4123, + [4123] = 4122, [4124] = 4124, [4125] = 4125, - [4126] = 4119, - [4127] = 2224, - [4128] = 4119, - [4129] = 4121, + [4126] = 4126, + [4127] = 4127, + [4128] = 4122, + [4129] = 4129, [4130] = 4130, - [4131] = 4119, - [4132] = 1526, - [4133] = 4133, - [4134] = 4119, - [4135] = 4116, - [4136] = 4136, - [4137] = 4119, + [4131] = 2229, + [4132] = 4122, + [4133] = 4122, + [4134] = 4124, + [4135] = 4135, + [4136] = 4122, + [4137] = 4137, [4138] = 4138, - [4139] = 4122, - [4140] = 4119, + [4139] = 4127, + [4140] = 1522, [4141] = 4122, - [4142] = 4119, - [4143] = 4143, - [4144] = 4138, - [4145] = 4145, - [4146] = 4119, - [4147] = 4147, - [4148] = 3662, - [4149] = 3670, - [4150] = 4119, - [4151] = 4130, + [4142] = 4122, + [4143] = 4122, + [4144] = 4127, + [4145] = 4119, + [4146] = 4138, + [4147] = 4122, + [4148] = 4148, + [4149] = 4149, + [4150] = 3663, + [4151] = 4122, [4152] = 4152, - [4153] = 3672, - [4154] = 4123, - [4155] = 3658, - [4156] = 4138, + [4153] = 4153, + [4154] = 3685, + [4155] = 4130, + [4156] = 3674, [4157] = 4157, - [4158] = 4158, - [4159] = 4130, - [4160] = 4112, - [4161] = 4113, - [4162] = 4162, - [4163] = 4125, - [4164] = 4116, - [4165] = 4165, - [4166] = 4114, - [4167] = 4114, - [4168] = 4145, - [4169] = 4147, - [4170] = 4113, - [4171] = 4119, - [4172] = 4143, - [4173] = 4112, - [4174] = 3658, - [4175] = 3672, - [4176] = 4145, - [4177] = 4116, - [4178] = 4178, - [4179] = 4130, + [4158] = 4138, + [4159] = 4126, + [4160] = 3660, + [4161] = 4130, + [4162] = 4114, + [4163] = 4163, + [4164] = 4164, + [4165] = 4115, + [4166] = 4119, + [4167] = 4148, + [4168] = 4117, + [4169] = 4148, + [4170] = 4122, + [4171] = 4152, + [4172] = 4117, + [4173] = 4149, + [4174] = 4119, + [4175] = 4115, + [4176] = 4114, + [4177] = 3660, + [4178] = 4148, + [4179] = 4126, [4180] = 4180, - [4181] = 4125, - [4182] = 4123, - [4183] = 3670, - [4184] = 4184, + [4181] = 4181, + [4182] = 4182, + [4183] = 3674, + [4184] = 4130, [4185] = 4185, - [4186] = 3662, - [4187] = 4116, - [4188] = 3662, - [4189] = 4117, - [4190] = 4190, - [4191] = 4143, - [4192] = 3670, - [4193] = 4147, - [4194] = 4138, - [4195] = 4195, - [4196] = 4196, - [4197] = 4117, - [4198] = 4130, - [4199] = 4199, - [4200] = 3672, - [4201] = 4201, - [4202] = 4122, - [4203] = 4121, - [4204] = 4204, - [4205] = 4205, - [4206] = 4117, - [4207] = 4115, - [4208] = 4123, - [4209] = 3658, - [4210] = 4125, - [4211] = 4112, - [4212] = 4117, - [4213] = 4113, - [4214] = 4116, - [4215] = 4215, - [4216] = 4114, + [4186] = 4125, + [4187] = 4125, + [4188] = 4119, + [4189] = 4189, + [4190] = 3663, + [4191] = 4149, + [4192] = 3685, + [4193] = 3663, + [4194] = 4194, + [4195] = 4118, + [4196] = 4118, + [4197] = 3685, + [4198] = 4138, + [4199] = 4152, + [4200] = 4200, + [4201] = 4130, + [4202] = 4202, + [4203] = 4203, + [4204] = 3674, + [4205] = 4125, + [4206] = 4206, + [4207] = 4126, + [4208] = 4127, + [4209] = 4124, + [4210] = 4116, + [4211] = 4211, + [4212] = 3660, + [4213] = 4119, + [4214] = 4114, + [4215] = 4149, + [4216] = 4216, [4217] = 4217, - [4218] = 4218, - [4219] = 4143, - [4220] = 4220, - [4221] = 4201, - [4222] = 4199, - [4223] = 4195, - [4224] = 4147, - [4225] = 4225, - [4226] = 4115, - [4227] = 4227, - [4228] = 4121, - [4229] = 4122, + [4218] = 4115, + [4219] = 4219, + [4220] = 4117, + [4221] = 4221, + [4222] = 4152, + [4223] = 4116, + [4224] = 4203, + [4225] = 4124, + [4226] = 4127, + [4227] = 4202, + [4228] = 4200, + [4229] = 4229, [4230] = 4230, [4231] = 4231, - [4232] = 4145, - [4233] = 4145, - [4234] = 4234, + [4232] = 4232, + [4233] = 4117, + [4234] = 4115, [4235] = 4114, - [4236] = 4113, - [4237] = 4113, - [4238] = 4112, - [4239] = 3658, - [4240] = 3672, - [4241] = 4241, - [4242] = 4112, - [4243] = 4117, + [4236] = 4115, + [4237] = 4148, + [4238] = 4148, + [4239] = 4130, + [4240] = 4138, + [4241] = 4114, + [4242] = 3660, + [4243] = 3674, [4244] = 4244, - [4245] = 4245, - [4246] = 4130, - [4247] = 4130, - [4248] = 4138, - [4249] = 4123, - [4250] = 4125, - [4251] = 3670, - [4252] = 4143, - [4253] = 4253, - [4254] = 4157, - [4255] = 3662, - [4256] = 4116, - [4257] = 4123, - [4258] = 4115, + [4245] = 4118, + [4246] = 4246, + [4247] = 4247, + [4248] = 4248, + [4249] = 4249, + [4250] = 4130, + [4251] = 4125, + [4252] = 4125, + [4253] = 3685, + [4254] = 4149, + [4255] = 4157, + [4256] = 3663, + [4257] = 4119, + [4258] = 4126, [4259] = 4138, - [4260] = 4260, - [4261] = 4121, - [4262] = 4122, - [4263] = 4116, - [4264] = 4119, + [4260] = 4138, + [4261] = 4261, + [4262] = 4116, + [4263] = 4124, + [4264] = 4122, [4265] = 4125, - [4266] = 4138, - [4267] = 4115, - [4268] = 3662, - [4269] = 3670, - [4270] = 4136, - [4271] = 4130, - [4272] = 4116, - [4273] = 4143, - [4274] = 4143, - [4275] = 4147, - [4276] = 4122, - [4277] = 3672, - [4278] = 3658, - [4279] = 4279, - [4280] = 4133, - [4281] = 4281, - [4282] = 4147, - [4283] = 4121, - [4284] = 4284, - [4285] = 4112, - [4286] = 4286, - [4287] = 4115, - [4288] = 4288, - [4289] = 4114, - [4290] = 4121, - [4291] = 4122, - [4292] = 4292, - [4293] = 4138, + [4266] = 4126, + [4267] = 3663, + [4268] = 3685, + [4269] = 4116, + [4270] = 4130, + [4271] = 4119, + [4272] = 4137, + [4273] = 4127, + [4274] = 4149, + [4275] = 3674, + [4276] = 4127, + [4277] = 4152, + [4278] = 3660, + [4279] = 4124, + [4280] = 4280, + [4281] = 4135, + [4282] = 4114, + [4283] = 4283, + [4284] = 4119, + [4285] = 4285, + [4286] = 4127, + [4287] = 4287, + [4288] = 4116, + [4289] = 4289, + [4290] = 4124, + [4291] = 4117, + [4292] = 4149, + [4293] = 4293, [4294] = 4294, - [4295] = 4121, - [4296] = 4296, - [4297] = 4115, - [4298] = 4114, - [4299] = 4299, + [4295] = 4124, + [4296] = 4116, + [4297] = 4297, + [4298] = 4127, + [4299] = 4117, [4300] = 4300, - [4301] = 4113, - [4302] = 4112, - [4303] = 4122, - [4304] = 3658, - [4305] = 3672, - [4306] = 4130, - [4307] = 3662, - [4308] = 4145, - [4309] = 3670, - [4310] = 3662, - [4311] = 3670, - [4312] = 4138, - [4313] = 4130, - [4314] = 3672, - [4315] = 4147, - [4316] = 4114, - [4317] = 4143, - [4318] = 4145, - [4319] = 3658, - [4320] = 4122, - [4321] = 4321, - [4322] = 4116, - [4323] = 4121, - [4324] = 4324, - [4325] = 4113, - [4326] = 4138, - [4327] = 4145, + [4301] = 4301, + [4302] = 4115, + [4303] = 4114, + [4304] = 4152, + [4305] = 3660, + [4306] = 3674, + [4307] = 4130, + [4308] = 4138, + [4309] = 4148, + [4310] = 3685, + [4311] = 3663, + [4312] = 3663, + [4313] = 4138, + [4314] = 3685, + [4315] = 4130, + [4316] = 4152, + [4317] = 3674, + [4318] = 4149, + [4319] = 4148, + [4320] = 4117, + [4321] = 4127, + [4322] = 4322, + [4323] = 4119, + [4324] = 4124, + [4325] = 4138, + [4326] = 4117, + [4327] = 4327, [4328] = 4328, - [4329] = 4115, - [4330] = 4114, - [4331] = 4331, - [4332] = 4130, - [4333] = 4117, - [4334] = 4112, - [4335] = 4335, + [4329] = 4329, + [4330] = 4116, + [4331] = 3660, + [4332] = 4332, + [4333] = 4118, + [4334] = 4130, + [4335] = 4114, [4336] = 4336, - [4337] = 4112, - [4338] = 4338, - [4339] = 4114, - [4340] = 4123, - [4341] = 4341, - [4342] = 4125, - [4343] = 3658, - [4344] = 4344, - [4345] = 4113, + [4337] = 4337, + [4338] = 4118, + [4339] = 4339, + [4340] = 4114, + [4341] = 4126, + [4342] = 4342, + [4343] = 4126, + [4344] = 4115, + [4345] = 4345, [4346] = 4346, [4347] = 4347, - [4348] = 4113, - [4349] = 4116, - [4350] = 4143, - [4351] = 4125, - [4352] = 4145, - [4353] = 1603, - [4354] = 4123, - [4355] = 4114, - [4356] = 3672, - [4357] = 4114, - [4358] = 4358, - [4359] = 4147, - [4360] = 1604, - [4361] = 4130, - [4362] = 3670, - [4363] = 4363, - [4364] = 4147, - [4365] = 4117, - [4366] = 3662, - [4367] = 4143, + [4348] = 4114, + [4349] = 3660, + [4350] = 4119, + [4351] = 4149, + [4352] = 4125, + [4353] = 4148, + [4354] = 4115, + [4355] = 1552, + [4356] = 4117, + [4357] = 4152, + [4358] = 4117, + [4359] = 4359, + [4360] = 3674, + [4361] = 1553, + [4362] = 4362, + [4363] = 4152, + [4364] = 4130, + [4365] = 4118, + [4366] = 4149, + [4367] = 4126, [4368] = 4125, - [4369] = 4123, - [4370] = 4147, + [4369] = 3685, + [4370] = 4152, [4371] = 4371, - [4372] = 4116, - [4373] = 4138, - [4374] = 4147, - [4375] = 4117, - [4376] = 4143, - [4377] = 4116, - [4378] = 4125, - [4379] = 4123, - [4380] = 4125, - [4381] = 4112, - [4382] = 4113, - [4383] = 4383, - [4384] = 4125, - [4385] = 4123, - [4386] = 4123, + [4372] = 4119, + [4373] = 3663, + [4374] = 4152, + [4375] = 4149, + [4376] = 4117, + [4377] = 4118, + [4378] = 4119, + [4379] = 4115, + [4380] = 4126, + [4381] = 4125, + [4382] = 4125, + [4383] = 4138, + [4384] = 4126, + [4385] = 4115, + [4386] = 4126, [4387] = 4387, - [4388] = 4388, - [4389] = 4115, - [4390] = 4112, - [4391] = 3658, - [4392] = 4117, - [4393] = 4122, - [4394] = 4394, - [4395] = 4116, - [4396] = 4143, - [4397] = 4147, - [4398] = 3672, + [4388] = 4125, + [4389] = 4389, + [4390] = 4390, + [4391] = 4114, + [4392] = 3660, + [4393] = 3674, + [4394] = 4118, + [4395] = 4395, + [4396] = 4127, + [4397] = 4119, + [4398] = 4149, [4399] = 4130, - [4400] = 4117, - [4401] = 3670, - [4402] = 4121, - [4403] = 4114, - [4404] = 4145, - [4405] = 4113, - [4406] = 4112, - [4407] = 4113, - [4408] = 4117, - [4409] = 4145, - [4410] = 3658, + [4400] = 4152, + [4401] = 4148, + [4402] = 4118, + [4403] = 3685, + [4404] = 4124, + [4405] = 4117, + [4406] = 4115, + [4407] = 4115, + [4408] = 4114, + [4409] = 4118, + [4410] = 4116, [4411] = 4411, - [4412] = 3662, - [4413] = 4413, - [4414] = 4115, - [4415] = 4121, + [4412] = 4412, + [4413] = 3663, + [4414] = 4148, + [4415] = 4116, [4416] = 4138, - [4417] = 3672, - [4418] = 4418, - [4419] = 4130, - [4420] = 4122, - [4421] = 4115, - [4422] = 3670, - [4423] = 4145, - [4424] = 3662, - [4425] = 4122, - [4426] = 4426, - [4427] = 4427, - [4428] = 4138, - [4429] = 4121, - [4430] = 4430, - [4431] = 4431, + [4417] = 4124, + [4418] = 3660, + [4419] = 4419, + [4420] = 3674, + [4421] = 4127, + [4422] = 4148, + [4423] = 4130, + [4424] = 4127, + [4425] = 4425, + [4426] = 3685, + [4427] = 4116, + [4428] = 4428, + [4429] = 3663, + [4430] = 4124, + [4431] = 4138, [4432] = 4432, [4433] = 4433, [4434] = 4434, @@ -7868,325 +7875,327 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [4439] = 4439, [4440] = 4440, [4441] = 4441, - [4442] = 4430, + [4442] = 4442, [4443] = 4443, [4444] = 4444, - [4445] = 4445, - [4446] = 4446, - [4447] = 4439, + [4445] = 4442, + [4446] = 4439, + [4447] = 4447, [4448] = 4448, - [4449] = 4435, - [4450] = 4433, - [4451] = 4451, - [4452] = 4452, + [4449] = 4437, + [4450] = 4450, + [4451] = 4435, + [4452] = 4436, [4453] = 4453, - [4454] = 4430, + [4454] = 4454, [4455] = 4455, - [4456] = 4441, - [4457] = 4437, + [4456] = 4444, + [4457] = 4457, [4458] = 4458, - [4459] = 4459, - [4460] = 4446, + [4459] = 4450, + [4460] = 4460, [4461] = 4461, - [4462] = 4452, - [4463] = 4443, - [4464] = 4440, - [4465] = 4448, + [4462] = 4462, + [4463] = 4454, + [4464] = 4458, + [4465] = 4443, [4466] = 4443, - [4467] = 4446, - [4468] = 4439, - [4469] = 4430, - [4470] = 4441, - [4471] = 4433, - [4472] = 4451, - [4473] = 4452, - [4474] = 4437, - [4475] = 4445, - [4476] = 4451, - [4477] = 4453, - [4478] = 4433, - [4479] = 4458, - [4480] = 4439, - [4481] = 4481, + [4467] = 4448, + [4468] = 4453, + [4469] = 4447, + [4470] = 4437, + [4471] = 4442, + [4472] = 4439, + [4473] = 4436, + [4474] = 4453, + [4475] = 4454, + [4476] = 4444, + [4477] = 4455, + [4478] = 4436, + [4479] = 4437, + [4480] = 4480, + [4481] = 4460, [4482] = 4448, - [4483] = 4440, - [4484] = 4484, - [4485] = 4440, + [4483] = 4483, + [4484] = 4458, + [4485] = 4450, [4486] = 4486, - [4487] = 4448, + [4487] = 4450, [4488] = 4488, - [4489] = 4439, - [4490] = 4446, - [4491] = 4445, - [4492] = 4433, - [4493] = 4451, - [4494] = 4452, - [4495] = 4445, - [4496] = 4453, - [4497] = 4458, - [4498] = 4498, - [4499] = 4452, - [4500] = 4488, - [4501] = 4498, - [4502] = 4488, - [4503] = 4498, - [4504] = 4451, - [4505] = 4433, - [4506] = 4439, - [4507] = 4498, + [4489] = 4458, + [4490] = 4454, + [4491] = 4437, + [4492] = 4448, + [4493] = 4453, + [4494] = 4436, + [4495] = 4453, + [4496] = 4454, + [4497] = 4447, + [4498] = 4455, + [4499] = 4460, + [4500] = 4436, + [4501] = 4437, + [4502] = 4486, + [4503] = 4488, + [4504] = 4486, + [4505] = 4488, + [4506] = 4506, + [4507] = 4435, [4508] = 4488, - [4509] = 4458, - [4510] = 4439, - [4511] = 4481, - [4512] = 4453, - [4513] = 4433, - [4514] = 4451, - [4515] = 4452, - [4516] = 4516, - [4517] = 4517, - [4518] = 4435, + [4509] = 4486, + [4510] = 4460, + [4511] = 4480, + [4512] = 4437, + [4513] = 4447, + [4514] = 4514, + [4515] = 4436, + [4516] = 4453, + [4517] = 4454, + [4518] = 4518, [4519] = 4519, [4520] = 4520, - [4521] = 4445, - [4522] = 4446, - [4523] = 4458, - [4524] = 4488, - [4525] = 4448, - [4526] = 4440, - [4527] = 4498, + [4521] = 4447, + [4522] = 4448, + [4523] = 4455, + [4524] = 4460, + [4525] = 4458, + [4526] = 4486, + [4527] = 4450, [4528] = 4528, - [4529] = 4481, - [4530] = 4452, - [4531] = 4439, - [4532] = 4451, - [4533] = 4433, - [4534] = 4433, - [4535] = 4451, - [4536] = 4452, - [4537] = 4537, - [4538] = 4481, + [4529] = 4454, + [4530] = 4480, + [4531] = 4480, + [4532] = 4453, + [4533] = 4437, + [4534] = 4436, + [4535] = 4488, + [4536] = 4436, + [4537] = 4453, + [4538] = 4454, [4539] = 4539, - [4540] = 4540, - [4541] = 4439, - [4542] = 4437, - [4543] = 4441, - [4544] = 4544, - [4545] = 4430, - [4546] = 4488, - [4547] = 4443, - [4548] = 4548, - [4549] = 4448, - [4550] = 4458, - [4551] = 4435, - [4552] = 4439, - [4553] = 4453, - [4554] = 4445, - [4555] = 4433, - [4556] = 4451, - [4557] = 4451, - [4558] = 4558, - [4559] = 4446, + [4540] = 4437, + [4541] = 4541, + [4542] = 4542, + [4543] = 4444, + [4544] = 4439, + [4545] = 4545, + [4546] = 4442, + [4547] = 4547, + [4548] = 4488, + [4549] = 4443, + [4550] = 4486, + [4551] = 4460, + [4552] = 4455, + [4553] = 4435, + [4554] = 4437, + [4555] = 4447, + [4556] = 4448, + [4557] = 4436, + [4558] = 4453, + [4559] = 4453, [4560] = 4560, - [4561] = 4448, - [4562] = 4481, - [4563] = 4440, - [4564] = 4435, - [4565] = 4565, + [4561] = 4561, + [4562] = 4480, + [4563] = 4458, + [4564] = 4450, + [4565] = 4435, [4566] = 4435, - [4567] = 4437, - [4568] = 4441, + [4567] = 4567, + [4568] = 4444, [4569] = 4439, - [4570] = 4481, - [4571] = 4433, - [4572] = 4451, - [4573] = 4452, - [4574] = 4430, - [4575] = 4443, - [4576] = 4437, - [4577] = 4439, - [4578] = 4452, - [4579] = 4481, - [4580] = 4452, - [4581] = 4451, - [4582] = 4582, - [4583] = 4433, - [4584] = 4439, - [4585] = 4441, - [4586] = 4586, - [4587] = 4587, + [4570] = 4480, + [4571] = 4437, + [4572] = 4442, + [4573] = 4436, + [4574] = 4453, + [4575] = 4454, + [4576] = 4443, + [4577] = 4480, + [4578] = 4444, + [4579] = 4437, + [4580] = 4454, + [4581] = 4442, + [4582] = 4454, + [4583] = 4453, + [4584] = 4436, + [4585] = 4585, + [4586] = 4437, + [4587] = 4439, [4588] = 4588, [4589] = 4589, [4590] = 4590, [4591] = 4591, - [4592] = 4435, - [4593] = 4441, - [4594] = 4452, - [4595] = 4452, - [4596] = 4596, - [4597] = 4597, + [4592] = 4592, + [4593] = 4593, + [4594] = 4439, + [4595] = 4442, + [4596] = 4454, + [4597] = 4454, [4598] = 4598, [4599] = 4599, [4600] = 4600, - [4601] = 4435, + [4601] = 4601, [4602] = 4602, [4603] = 4603, - [4604] = 4435, - [4605] = 4498, - [4606] = 4488, - [4607] = 4453, - [4608] = 4458, - [4609] = 4498, - [4610] = 4610, - [4611] = 4443, + [4604] = 4604, + [4605] = 4488, + [4606] = 4435, + [4607] = 4486, + [4608] = 4455, + [4609] = 4460, + [4610] = 4443, + [4611] = 4435, [4612] = 4612, - [4613] = 4453, - [4614] = 4498, - [4615] = 4445, - [4616] = 4430, - [4617] = 4617, - [4618] = 4435, + [4613] = 4613, + [4614] = 4442, + [4615] = 4455, + [4616] = 4439, + [4617] = 4447, + [4618] = 4444, [4619] = 4448, - [4620] = 4440, - [4621] = 4441, + [4620] = 4450, + [4621] = 4435, [4622] = 4622, - [4623] = 4437, + [4623] = 4623, [4624] = 4435, - [4625] = 4481, - [4626] = 4488, - [4627] = 4435, - [4628] = 4437, - [4629] = 4443, - [4630] = 4630, - [4631] = 4441, - [4632] = 4440, - [4633] = 4488, - [4634] = 4430, - [4635] = 4635, - [4636] = 4481, - [4637] = 4435, - [4638] = 4452, - [4639] = 4639, - [4640] = 4451, - [4641] = 4433, - [4642] = 4443, - [4643] = 4643, - [4644] = 4437, - [4645] = 4481, - [4646] = 4498, - [4647] = 4488, - [4648] = 4435, - [4649] = 4446, - [4650] = 4481, - [4651] = 4430, - [4652] = 4441, - [4653] = 4439, - [4654] = 2327, - [4655] = 4655, - [4656] = 4656, - [4657] = 4437, - [4658] = 4445, - [4659] = 4453, - [4660] = 4458, - [4661] = 4453, - [4662] = 4481, - [4663] = 4435, - [4664] = 4458, - [4665] = 4665, - [4666] = 4666, - [4667] = 4458, - [4668] = 4435, - [4669] = 4669, - [4670] = 4445, + [4625] = 4488, + [4626] = 4444, + [4627] = 4450, + [4628] = 4458, + [4629] = 4439, + [4630] = 4480, + [4631] = 4435, + [4632] = 4632, + [4633] = 4442, + [4634] = 4486, + [4635] = 4488, + [4636] = 4443, + [4637] = 4637, + [4638] = 4480, + [4639] = 4443, + [4640] = 4454, + [4641] = 4435, + [4642] = 4453, + [4643] = 4436, + [4644] = 4644, + [4645] = 4645, + [4646] = 4444, + [4647] = 4486, + [4648] = 4448, + [4649] = 4480, + [4650] = 4435, + [4651] = 4447, + [4652] = 4480, + [4653] = 4455, + [4654] = 4488, + [4655] = 4437, + [4656] = 4486, + [4657] = 4439, + [4658] = 4444, + [4659] = 4659, + [4660] = 2335, + [4661] = 4460, + [4662] = 4460, + [4663] = 4455, + [4664] = 4664, + [4665] = 4435, + [4666] = 4480, + [4667] = 4667, + [4668] = 4668, + [4669] = 4447, + [4670] = 4435, [4671] = 4671, - [4672] = 4672, - [4673] = 4488, - [4674] = 4498, - [4675] = 4453, - [4676] = 4498, - [4677] = 4445, - [4678] = 4446, - [4679] = 4446, + [4672] = 4486, + [4673] = 4673, + [4674] = 4674, + [4675] = 4488, + [4676] = 4460, + [4677] = 4455, + [4678] = 4447, + [4679] = 4448, [4680] = 4448, - [4681] = 4586, - [4682] = 4448, - [4683] = 4683, - [4684] = 4443, - [4685] = 4435, - [4686] = 4453, - [4687] = 4440, - [4688] = 4440, - [4689] = 4481, - [4690] = 4437, - [4691] = 4481, - [4692] = 4441, - [4693] = 4693, - [4694] = 4430, - [4695] = 4434, - [4696] = 4430, + [4681] = 4455, + [4682] = 4443, + [4683] = 4588, + [4684] = 4458, + [4685] = 4685, + [4686] = 4458, + [4687] = 4435, + [4688] = 4450, + [4689] = 4450, + [4690] = 4450, + [4691] = 4480, + [4692] = 4480, + [4693] = 4442, + [4694] = 4480, + [4695] = 4695, + [4696] = 4444, [4697] = 4441, - [4698] = 4481, - [4699] = 4435, - [4700] = 4448, - [4701] = 4443, - [4702] = 4437, - [4703] = 4446, - [4704] = 4704, - [4705] = 4705, + [4698] = 4439, + [4699] = 4439, + [4700] = 4435, + [4701] = 4435, + [4702] = 4458, + [4703] = 4444, + [4704] = 4443, + [4705] = 4448, [4706] = 4706, [4707] = 4707, - [4708] = 4434, + [4708] = 4708, [4709] = 4709, - [4710] = 4435, - [4711] = 4443, + [4710] = 4441, + [4711] = 4435, [4712] = 4443, - [4713] = 4434, - [4714] = 4714, - [4715] = 4430, - [4716] = 4441, - [4717] = 4434, - [4718] = 4440, - [4719] = 4437, - [4720] = 4588, - [4721] = 4434, - [4722] = 4587, - [4723] = 4723, - [4724] = 4448, - [4725] = 4434, - [4726] = 4435, - [4727] = 4440, - [4728] = 4448, - [4729] = 4434, - [4730] = 4445, - [4731] = 4453, - [4732] = 4453, - [4733] = 4434, - [4734] = 4446, - [4735] = 4735, - [4736] = 4445, - [4737] = 4434, - [4738] = 4440, - [4739] = 4458, - [4740] = 4498, - [4741] = 4434, - [4742] = 4488, - [4743] = 4498, - [4744] = 4744, - [4745] = 4434, + [4713] = 4713, + [4714] = 4443, + [4715] = 4441, + [4716] = 4442, + [4717] = 4439, + [4718] = 4450, + [4719] = 4441, + [4720] = 4458, + [4721] = 4444, + [4722] = 4590, + [4723] = 4441, + [4724] = 4589, + [4725] = 4725, + [4726] = 4726, + [4727] = 4441, + [4728] = 4447, + [4729] = 4450, + [4730] = 4458, + [4731] = 4441, + [4732] = 4435, + [4733] = 4733, + [4734] = 4448, + [4735] = 4441, + [4736] = 4447, + [4737] = 4455, + [4738] = 4455, + [4739] = 4441, + [4740] = 4455, + [4741] = 4460, + [4742] = 4442, + [4743] = 4441, + [4744] = 4488, + [4745] = 4486, [4746] = 4746, - [4747] = 4488, - [4748] = 4453, - [4749] = 2328, - [4750] = 4750, - [4751] = 4446, - [4752] = 4458, - [4753] = 4753, - [4754] = 4458, - [4755] = 4443, - [4756] = 4481, - [4757] = 4430, - [4758] = 4758, - [4759] = 4759, + [4747] = 4441, + [4748] = 4748, + [4749] = 4488, + [4750] = 4460, + [4751] = 2318, + [4752] = 4752, + [4753] = 4458, + [4754] = 4480, + [4755] = 4755, + [4756] = 4486, + [4757] = 4443, + [4758] = 4460, + [4759] = 4442, [4760] = 4760, + [4761] = 4761, + [4762] = 4762, }; static inline bool sym_rune_literal_character_set_1(int32_t c) { @@ -9806,9 +9815,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(220); if (lookahead == '/') ADVANCE(251); if (lookahead == '0') ADVANCE(343); - if (lookahead == ':') ADVANCE(111); + if (lookahead == ':') ADVANCE(274); if (lookahead == ';') ADVANCE(219); - if (lookahead == '<') ADVANCE(256); + if (lookahead == '<') ADVANCE(254); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(261); if (lookahead == '?') ADVANCE(278); @@ -9842,9 +9851,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(220); if (lookahead == '/') ADVANCE(251); if (lookahead == '0') ADVANCE(343); - if (lookahead == ':') ADVANCE(111); + if (lookahead == ':') ADVANCE(274); if (lookahead == ';') ADVANCE(219); - if (lookahead == '<') ADVANCE(256); + if (lookahead == '<') ADVANCE(254); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(261); if (lookahead == '?') ADVANCE(278); @@ -9887,15 +9896,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'J') ADVANCE(370); if (lookahead == '[') ADVANCE(268); if (lookahead == '^') ADVANCE(285); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(387); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'h') || + ('j' <= lookahead && lookahead <= 'n') || + ('p' <= lookahead && lookahead <= 'z') || + lookahead == 181 || + (913 <= lookahead && lookahead <= 937) || + (945 <= lookahead && lookahead <= 969)) ADVANCE(387); if (lookahead == 'a') ADVANCE(383); if (lookahead == 'i') ADVANCE(373); - if (lookahead == 'm') ADVANCE(386); if (lookahead == 'o') ADVANCE(381); if (lookahead == '{') ADVANCE(229); if (lookahead == '|') ADVANCE(237); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(45) + lookahead == ' ') SKIP(44) END_STATE(); case 44: if (lookahead == '!') ADVANCE(280); @@ -9918,7 +9933,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '@') ADVANCE(92); if (lookahead == 'C') ADVANCE(366); if (lookahead == 'J') ADVANCE(370); - if (lookahead == '[') ADVANCE(268); + if (lookahead == '[') ADVANCE(282); if (lookahead == '^') ADVANCE(285); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || @@ -9934,7 +9949,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '{') ADVANCE(229); if (lookahead == '|') ADVANCE(237); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(46) + lookahead == ' ') SKIP(44) END_STATE(); case 45: if (lookahead == '!') ADVANCE(280); @@ -9949,15 +9964,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(245); if (lookahead == '.') ADVANCE(220); if (lookahead == '/') ADVANCE(251); - if (lookahead == ':') ADVANCE(273); - if (lookahead == '<') ADVANCE(254); + if (lookahead == ':') ADVANCE(111); + if (lookahead == ';') ADVANCE(219); + if (lookahead == '<') ADVANCE(256); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(261); if (lookahead == '?') ADVANCE(278); if (lookahead == '@') ADVANCE(92); if (lookahead == 'C') ADVANCE(366); if (lookahead == 'J') ADVANCE(370); - if (lookahead == '[') ADVANCE(282); + if (lookahead == '[') ADVANCE(268); if (lookahead == '^') ADVANCE(285); if (sym_identifier_character_set_3(lookahead)) ADVANCE(387); if (lookahead == 'a') ADVANCE(383); @@ -9967,7 +9983,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '{') ADVANCE(229); if (lookahead == '|') ADVANCE(237); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(45) + lookahead == ' ') SKIP(47) END_STATE(); case 46: if (lookahead == '!') ADVANCE(280); @@ -9982,15 +9998,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(245); if (lookahead == '.') ADVANCE(220); if (lookahead == '/') ADVANCE(251); - if (lookahead == ':') ADVANCE(273); - if (lookahead == '<') ADVANCE(254); + if (lookahead == ':') ADVANCE(111); + if (lookahead == ';') ADVANCE(219); + if (lookahead == '<') ADVANCE(256); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(261); if (lookahead == '?') ADVANCE(278); if (lookahead == '@') ADVANCE(92); if (lookahead == 'C') ADVANCE(366); if (lookahead == 'J') ADVANCE(370); - if (lookahead == '[') ADVANCE(282); + if (lookahead == '[') ADVANCE(268); if (lookahead == '^') ADVANCE(285); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || @@ -10006,7 +10023,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '{') ADVANCE(229); if (lookahead == '|') ADVANCE(237); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(46) + lookahead == ' ') SKIP(48) END_STATE(); case 47: if (lookahead == '!') ADVANCE(280); @@ -10030,23 +10047,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '@') ADVANCE(92); if (lookahead == 'C') ADVANCE(366); if (lookahead == 'J') ADVANCE(370); - if (lookahead == '[') ADVANCE(268); + if (lookahead == '[') ADVANCE(282); if (lookahead == '^') ADVANCE(285); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'h') || - ('j' <= lookahead && lookahead <= 'n') || - ('p' <= lookahead && lookahead <= 'z') || - lookahead == 181 || - (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(387); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(387); if (lookahead == 'a') ADVANCE(383); if (lookahead == 'i') ADVANCE(373); + if (lookahead == 'm') ADVANCE(386); if (lookahead == 'o') ADVANCE(381); if (lookahead == '{') ADVANCE(229); if (lookahead == '|') ADVANCE(237); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(48) + lookahead == ' ') SKIP(47) END_STATE(); case 48: if (lookahead == '!') ADVANCE(280); @@ -14557,11 +14568,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [174] = {.lex_state = 79}, [175] = {.lex_state = 79}, [176] = {.lex_state = 79}, - [177] = {.lex_state = 79}, + [177] = {.lex_state = 80}, [178] = {.lex_state = 79}, [179] = {.lex_state = 79}, [180] = {.lex_state = 79}, - [181] = {.lex_state = 80}, + [181] = {.lex_state = 79}, [182] = {.lex_state = 79}, [183] = {.lex_state = 79}, [184] = {.lex_state = 79}, @@ -14585,16 +14596,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [202] = {.lex_state = 79}, [203] = {.lex_state = 79}, [204] = {.lex_state = 79}, - [205] = {.lex_state = 79}, - [206] = {.lex_state = 30}, - [207] = {.lex_state = 187}, - [208] = {.lex_state = 79}, + [205] = {.lex_state = 187}, + [206] = {.lex_state = 187}, + [207] = {.lex_state = 79}, + [208] = {.lex_state = 187}, [209] = {.lex_state = 79}, - [210] = {.lex_state = 79}, - [211] = {.lex_state = 187}, + [210] = {.lex_state = 187}, + [211] = {.lex_state = 30}, [212] = {.lex_state = 187}, - [213] = {.lex_state = 187}, - [214] = {.lex_state = 187}, + [213] = {.lex_state = 79}, + [214] = {.lex_state = 79}, [215] = {.lex_state = 185}, [216] = {.lex_state = 185}, [217] = {.lex_state = 79}, @@ -14606,38 +14617,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [223] = {.lex_state = 79}, [224] = {.lex_state = 79}, [225] = {.lex_state = 79}, - [226] = {.lex_state = 185}, - [227] = {.lex_state = 79}, - [228] = {.lex_state = 185}, - [229] = {.lex_state = 185}, - [230] = {.lex_state = 79}, + [226] = {.lex_state = 79}, + [227] = {.lex_state = 185}, + [228] = {.lex_state = 79}, + [229] = {.lex_state = 79}, + [230] = {.lex_state = 185}, [231] = {.lex_state = 79}, [232] = {.lex_state = 79}, [233] = {.lex_state = 79}, - [234] = {.lex_state = 185}, - [235] = {.lex_state = 185}, + [234] = {.lex_state = 79}, + [235] = {.lex_state = 79}, [236] = {.lex_state = 79}, - [237] = {.lex_state = 79}, - [238] = {.lex_state = 185}, - [239] = {.lex_state = 79}, - [240] = {.lex_state = 185}, - [241] = {.lex_state = 185}, - [242] = {.lex_state = 79}, + [237] = {.lex_state = 185}, + [238] = {.lex_state = 79}, + [239] = {.lex_state = 185}, + [240] = {.lex_state = 79}, + [241] = {.lex_state = 79}, + [242] = {.lex_state = 185}, [243] = {.lex_state = 79}, [244] = {.lex_state = 79}, [245] = {.lex_state = 79}, [246] = {.lex_state = 79}, - [247] = {.lex_state = 79}, + [247] = {.lex_state = 185}, [248] = {.lex_state = 79}, [249] = {.lex_state = 79}, - [250] = {.lex_state = 79}, + [250] = {.lex_state = 185}, [251] = {.lex_state = 185}, - [252] = {.lex_state = 79}, + [252] = {.lex_state = 185}, [253] = {.lex_state = 79}, [254] = {.lex_state = 79}, - [255] = {.lex_state = 79}, + [255] = {.lex_state = 185}, [256] = {.lex_state = 79}, - [257] = {.lex_state = 185}, + [257] = {.lex_state = 79}, [258] = {.lex_state = 79}, [259] = {.lex_state = 79}, [260] = {.lex_state = 79}, @@ -14652,14 +14663,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [269] = {.lex_state = 79}, [270] = {.lex_state = 79}, [271] = {.lex_state = 79}, - [272] = {.lex_state = 79}, + [272] = {.lex_state = 185}, [273] = {.lex_state = 79}, [274] = {.lex_state = 79}, [275] = {.lex_state = 79}, [276] = {.lex_state = 79}, [277] = {.lex_state = 79}, [278] = {.lex_state = 79}, - [279] = {.lex_state = 79}, + [279] = {.lex_state = 185}, [280] = {.lex_state = 79}, [281] = {.lex_state = 79}, [282] = {.lex_state = 79}, @@ -14667,19 +14678,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [284] = {.lex_state = 79}, [285] = {.lex_state = 79}, [286] = {.lex_state = 79}, - [287] = {.lex_state = 185}, - [288] = {.lex_state = 79}, + [287] = {.lex_state = 79}, + [288] = {.lex_state = 185}, [289] = {.lex_state = 79}, [290] = {.lex_state = 79}, - [291] = {.lex_state = 185}, + [291] = {.lex_state = 79}, [292] = {.lex_state = 79}, [293] = {.lex_state = 79}, [294] = {.lex_state = 79}, [295] = {.lex_state = 79}, [296] = {.lex_state = 79}, - [297] = {.lex_state = 185}, + [297] = {.lex_state = 79}, [298] = {.lex_state = 79}, - [299] = {.lex_state = 79}, + [299] = {.lex_state = 80}, [300] = {.lex_state = 80}, [301] = {.lex_state = 79}, [302] = {.lex_state = 79}, @@ -14695,121 +14706,121 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [312] = {.lex_state = 79}, [313] = {.lex_state = 79}, [314] = {.lex_state = 79}, - [315] = {.lex_state = 80}, - [316] = {.lex_state = 80}, - [317] = {.lex_state = 80}, - [318] = {.lex_state = 79}, + [315] = {.lex_state = 79}, + [316] = {.lex_state = 79}, + [317] = {.lex_state = 79}, + [318] = {.lex_state = 80}, [319] = {.lex_state = 79}, - [320] = {.lex_state = 79}, + [320] = {.lex_state = 80}, [321] = {.lex_state = 79}, [322] = {.lex_state = 79}, [323] = {.lex_state = 79}, [324] = {.lex_state = 79}, [325] = {.lex_state = 79}, [326] = {.lex_state = 79}, - [327] = {.lex_state = 79}, + [327] = {.lex_state = 80}, [328] = {.lex_state = 80}, [329] = {.lex_state = 79}, [330] = {.lex_state = 79}, - [331] = {.lex_state = 79}, + [331] = {.lex_state = 80}, [332] = {.lex_state = 80}, [333] = {.lex_state = 79}, [334] = {.lex_state = 79}, [335] = {.lex_state = 79}, - [336] = {.lex_state = 79}, - [337] = {.lex_state = 79}, + [336] = {.lex_state = 80}, + [337] = {.lex_state = 80}, [338] = {.lex_state = 79}, [339] = {.lex_state = 79}, [340] = {.lex_state = 79}, [341] = {.lex_state = 79}, [342] = {.lex_state = 79}, - [343] = {.lex_state = 80}, + [343] = {.lex_state = 79}, [344] = {.lex_state = 80}, - [345] = {.lex_state = 80}, + [345] = {.lex_state = 79}, [346] = {.lex_state = 79}, [347] = {.lex_state = 79}, - [348] = {.lex_state = 80}, + [348] = {.lex_state = 185}, [349] = {.lex_state = 79}, [350] = {.lex_state = 79}, [351] = {.lex_state = 79}, - [352] = {.lex_state = 79}, - [353] = {.lex_state = 80}, + [352] = {.lex_state = 185}, + [353] = {.lex_state = 79}, [354] = {.lex_state = 79}, [355] = {.lex_state = 79}, - [356] = {.lex_state = 185}, + [356] = {.lex_state = 79}, [357] = {.lex_state = 80}, - [358] = {.lex_state = 185}, + [358] = {.lex_state = 79}, [359] = {.lex_state = 80}, [360] = {.lex_state = 79}, - [361] = {.lex_state = 80}, - [362] = {.lex_state = 80}, - [363] = {.lex_state = 79}, - [364] = {.lex_state = 79}, + [361] = {.lex_state = 79}, + [362] = {.lex_state = 79}, + [363] = {.lex_state = 80}, + [364] = {.lex_state = 80}, [365] = {.lex_state = 79}, [366] = {.lex_state = 79}, - [367] = {.lex_state = 79}, + [367] = {.lex_state = 80}, [368] = {.lex_state = 79}, [369] = {.lex_state = 80}, - [370] = {.lex_state = 80}, + [370] = {.lex_state = 79}, [371] = {.lex_state = 79}, - [372] = {.lex_state = 79}, - [373] = {.lex_state = 79}, + [372] = {.lex_state = 80}, + [373] = {.lex_state = 80}, [374] = {.lex_state = 80}, [375] = {.lex_state = 80}, [376] = {.lex_state = 79}, [377] = {.lex_state = 80}, - [378] = {.lex_state = 80}, - [379] = {.lex_state = 80}, + [378] = {.lex_state = 79}, + [379] = {.lex_state = 79}, [380] = {.lex_state = 79}, [381] = {.lex_state = 79}, [382] = {.lex_state = 79}, [383] = {.lex_state = 79}, [384] = {.lex_state = 79}, [385] = {.lex_state = 79}, - [386] = {.lex_state = 79}, + [386] = {.lex_state = 80}, [387] = {.lex_state = 79}, - [388] = {.lex_state = 80}, + [388] = {.lex_state = 79}, [389] = {.lex_state = 80}, [390] = {.lex_state = 79}, - [391] = {.lex_state = 79}, + [391] = {.lex_state = 189}, [392] = {.lex_state = 79}, - [393] = {.lex_state = 79}, + [393] = {.lex_state = 189}, [394] = {.lex_state = 79}, [395] = {.lex_state = 79}, [396] = {.lex_state = 79}, [397] = {.lex_state = 79}, - [398] = {.lex_state = 79}, + [398] = {.lex_state = 185}, [399] = {.lex_state = 79}, [400] = {.lex_state = 79}, [401] = {.lex_state = 79}, - [402] = {.lex_state = 185}, + [402] = {.lex_state = 79}, [403] = {.lex_state = 79}, [404] = {.lex_state = 79}, [405] = {.lex_state = 79}, [406] = {.lex_state = 79}, [407] = {.lex_state = 79}, [408] = {.lex_state = 79}, - [409] = {.lex_state = 79}, + [409] = {.lex_state = 185}, [410] = {.lex_state = 79}, [411] = {.lex_state = 189}, [412] = {.lex_state = 79}, [413] = {.lex_state = 79}, - [414] = {.lex_state = 189}, + [414] = {.lex_state = 79}, [415] = {.lex_state = 79}, [416] = {.lex_state = 79}, - [417] = {.lex_state = 185}, + [417] = {.lex_state = 79}, [418] = {.lex_state = 79}, - [419] = {.lex_state = 79}, - [420] = {.lex_state = 185}, - [421] = {.lex_state = 189}, + [419] = {.lex_state = 189}, + [420] = {.lex_state = 79}, + [421] = {.lex_state = 79}, [422] = {.lex_state = 79}, [423] = {.lex_state = 79}, - [424] = {.lex_state = 79}, + [424] = {.lex_state = 185}, [425] = {.lex_state = 79}, [426] = {.lex_state = 79}, - [427] = {.lex_state = 185}, - [428] = {.lex_state = 79}, - [429] = {.lex_state = 185}, + [427] = {.lex_state = 79}, + [428] = {.lex_state = 185}, + [429] = {.lex_state = 79}, [430] = {.lex_state = 79}, [431] = {.lex_state = 79}, [432] = {.lex_state = 79}, @@ -14819,97 +14830,97 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [436] = {.lex_state = 79}, [437] = {.lex_state = 79}, [438] = {.lex_state = 79}, - [439] = {.lex_state = 189}, + [439] = {.lex_state = 79}, [440] = {.lex_state = 79}, [441] = {.lex_state = 79}, - [442] = {.lex_state = 79}, + [442] = {.lex_state = 185}, [443] = {.lex_state = 79}, [444] = {.lex_state = 79}, [445] = {.lex_state = 79}, [446] = {.lex_state = 79}, [447] = {.lex_state = 79}, [448] = {.lex_state = 79}, - [449] = {.lex_state = 185}, + [449] = {.lex_state = 79}, [450] = {.lex_state = 79}, [451] = {.lex_state = 185}, [452] = {.lex_state = 185}, - [453] = {.lex_state = 185}, - [454] = {.lex_state = 79}, + [453] = {.lex_state = 79}, + [454] = {.lex_state = 185}, [455] = {.lex_state = 185}, - [456] = {.lex_state = 185}, + [456] = {.lex_state = 79}, [457] = {.lex_state = 79}, [458] = {.lex_state = 79}, - [459] = {.lex_state = 185}, - [460] = {.lex_state = 185}, - [461] = {.lex_state = 79}, + [459] = {.lex_state = 79}, + [460] = {.lex_state = 79}, + [461] = {.lex_state = 185}, [462] = {.lex_state = 185}, - [463] = {.lex_state = 185}, - [464] = {.lex_state = 185}, - [465] = {.lex_state = 79}, + [463] = {.lex_state = 79}, + [464] = {.lex_state = 79}, + [465] = {.lex_state = 185}, [466] = {.lex_state = 79}, - [467] = {.lex_state = 185}, - [468] = {.lex_state = 79}, - [469] = {.lex_state = 79}, + [467] = {.lex_state = 79}, + [468] = {.lex_state = 185}, + [469] = {.lex_state = 185}, [470] = {.lex_state = 79}, - [471] = {.lex_state = 79}, + [471] = {.lex_state = 185}, [472] = {.lex_state = 79}, - [473] = {.lex_state = 185}, + [473] = {.lex_state = 79}, [474] = {.lex_state = 185}, [475] = {.lex_state = 79}, - [476] = {.lex_state = 185}, + [476] = {.lex_state = 79}, [477] = {.lex_state = 79}, [478] = {.lex_state = 79}, - [479] = {.lex_state = 185}, - [480] = {.lex_state = 185}, + [479] = {.lex_state = 79}, + [480] = {.lex_state = 79}, [481] = {.lex_state = 79}, - [482] = {.lex_state = 185}, + [482] = {.lex_state = 79}, [483] = {.lex_state = 185}, [484] = {.lex_state = 185}, - [485] = {.lex_state = 79}, + [485] = {.lex_state = 185}, [486] = {.lex_state = 185}, - [487] = {.lex_state = 185}, - [488] = {.lex_state = 79}, + [487] = {.lex_state = 79}, + [488] = {.lex_state = 185}, [489] = {.lex_state = 185}, [490] = {.lex_state = 79}, [491] = {.lex_state = 79}, [492] = {.lex_state = 79}, [493] = {.lex_state = 79}, - [494] = {.lex_state = 185}, - [495] = {.lex_state = 185}, + [494] = {.lex_state = 79}, + [495] = {.lex_state = 79}, [496] = {.lex_state = 79}, - [497] = {.lex_state = 185}, - [498] = {.lex_state = 79}, + [497] = {.lex_state = 79}, + [498] = {.lex_state = 185}, [499] = {.lex_state = 79}, [500] = {.lex_state = 79}, [501] = {.lex_state = 79}, [502] = {.lex_state = 79}, [503] = {.lex_state = 79}, [504] = {.lex_state = 79}, - [505] = {.lex_state = 185}, + [505] = {.lex_state = 79}, [506] = {.lex_state = 79}, - [507] = {.lex_state = 79}, + [507] = {.lex_state = 185}, [508] = {.lex_state = 79}, [509] = {.lex_state = 79}, [510] = {.lex_state = 79}, [511] = {.lex_state = 79}, [512] = {.lex_state = 79}, - [513] = {.lex_state = 79}, + [513] = {.lex_state = 185}, [514] = {.lex_state = 79}, - [515] = {.lex_state = 79}, + [515] = {.lex_state = 185}, [516] = {.lex_state = 79}, - [517] = {.lex_state = 79}, + [517] = {.lex_state = 185}, [518] = {.lex_state = 79}, [519] = {.lex_state = 79}, [520] = {.lex_state = 79}, [521] = {.lex_state = 79}, [522] = {.lex_state = 79}, - [523] = {.lex_state = 79}, - [524] = {.lex_state = 79}, + [523] = {.lex_state = 185}, + [524] = {.lex_state = 185}, [525] = {.lex_state = 79}, [526] = {.lex_state = 79}, - [527] = {.lex_state = 79}, + [527] = {.lex_state = 185}, [528] = {.lex_state = 79}, - [529] = {.lex_state = 79}, + [529] = {.lex_state = 185}, [530] = {.lex_state = 79}, [531] = {.lex_state = 79}, [532] = {.lex_state = 79}, @@ -14929,7 +14940,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [546] = {.lex_state = 79}, [547] = {.lex_state = 79}, [548] = {.lex_state = 79}, - [549] = {.lex_state = 185}, + [549] = {.lex_state = 79}, [550] = {.lex_state = 79}, [551] = {.lex_state = 79}, [552] = {.lex_state = 79}, @@ -14956,94 +14967,94 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [573] = {.lex_state = 79}, [574] = {.lex_state = 79}, [575] = {.lex_state = 79}, - [576] = {.lex_state = 185}, - [577] = {.lex_state = 185}, + [576] = {.lex_state = 79}, + [577] = {.lex_state = 79}, [578] = {.lex_state = 185}, - [579] = {.lex_state = 79}, + [579] = {.lex_state = 185}, [580] = {.lex_state = 79}, [581] = {.lex_state = 79}, [582] = {.lex_state = 79}, [583] = {.lex_state = 79}, [584] = {.lex_state = 79}, - [585] = {.lex_state = 185}, - [586] = {.lex_state = 185}, - [587] = {.lex_state = 79}, - [588] = {.lex_state = 79}, + [585] = {.lex_state = 79}, + [586] = {.lex_state = 79}, + [587] = {.lex_state = 185}, + [588] = {.lex_state = 185}, [589] = {.lex_state = 79}, [590] = {.lex_state = 79}, [591] = {.lex_state = 79}, - [592] = {.lex_state = 79}, + [592] = {.lex_state = 185}, [593] = {.lex_state = 79}, - [594] = {.lex_state = 79}, + [594] = {.lex_state = 185}, [595] = {.lex_state = 79}, [596] = {.lex_state = 79}, - [597] = {.lex_state = 185}, + [597] = {.lex_state = 79}, [598] = {.lex_state = 79}, - [599] = {.lex_state = 185}, + [599] = {.lex_state = 79}, [600] = {.lex_state = 79}, [601] = {.lex_state = 79}, [602] = {.lex_state = 79}, [603] = {.lex_state = 79}, [604] = {.lex_state = 79}, - [605] = {.lex_state = 79}, + [605] = {.lex_state = 185}, [606] = {.lex_state = 79}, [607] = {.lex_state = 79}, [608] = {.lex_state = 79}, - [609] = {.lex_state = 185}, + [609] = {.lex_state = 79}, [610] = {.lex_state = 79}, - [611] = {.lex_state = 79}, + [611] = {.lex_state = 185}, [612] = {.lex_state = 79}, [613] = {.lex_state = 79}, [614] = {.lex_state = 79}, [615] = {.lex_state = 79}, - [616] = {.lex_state = 185}, + [616] = {.lex_state = 79}, [617] = {.lex_state = 79}, - [618] = {.lex_state = 79}, - [619] = {.lex_state = 79}, - [620] = {.lex_state = 185}, - [621] = {.lex_state = 185}, - [622] = {.lex_state = 79}, - [623] = {.lex_state = 79}, - [624] = {.lex_state = 185}, + [618] = {.lex_state = 185}, + [619] = {.lex_state = 185}, + [620] = {.lex_state = 79}, + [621] = {.lex_state = 79}, + [622] = {.lex_state = 185}, + [623] = {.lex_state = 185}, + [624] = {.lex_state = 79}, [625] = {.lex_state = 79}, - [626] = {.lex_state = 79}, - [627] = {.lex_state = 79}, - [628] = {.lex_state = 79}, - [629] = {.lex_state = 79}, - [630] = {.lex_state = 79}, - [631] = {.lex_state = 185}, + [626] = {.lex_state = 185}, + [627] = {.lex_state = 185}, + [628] = {.lex_state = 185}, + [629] = {.lex_state = 185}, + [630] = {.lex_state = 185}, + [631] = {.lex_state = 79}, [632] = {.lex_state = 79}, [633] = {.lex_state = 79}, [634] = {.lex_state = 79}, [635] = {.lex_state = 79}, - [636] = {.lex_state = 79}, + [636] = {.lex_state = 185}, [637] = {.lex_state = 79}, [638] = {.lex_state = 79}, [639] = {.lex_state = 79}, [640] = {.lex_state = 79}, - [641] = {.lex_state = 185}, + [641] = {.lex_state = 79}, [642] = {.lex_state = 79}, - [643] = {.lex_state = 79}, + [643] = {.lex_state = 185}, [644] = {.lex_state = 79}, [645] = {.lex_state = 79}, - [646] = {.lex_state = 79}, - [647] = {.lex_state = 185}, + [646] = {.lex_state = 185}, + [647] = {.lex_state = 79}, [648] = {.lex_state = 79}, - [649] = {.lex_state = 185}, - [650] = {.lex_state = 79}, - [651] = {.lex_state = 79}, - [652] = {.lex_state = 185}, + [649] = {.lex_state = 79}, + [650] = {.lex_state = 185}, + [651] = {.lex_state = 185}, + [652] = {.lex_state = 79}, [653] = {.lex_state = 79}, - [654] = {.lex_state = 79}, + [654] = {.lex_state = 185}, [655] = {.lex_state = 79}, - [656] = {.lex_state = 79}, - [657] = {.lex_state = 185}, + [656] = {.lex_state = 185}, + [657] = {.lex_state = 79}, [658] = {.lex_state = 185}, - [659] = {.lex_state = 185}, + [659] = {.lex_state = 79}, [660] = {.lex_state = 79}, - [661] = {.lex_state = 79}, + [661] = {.lex_state = 185}, [662] = {.lex_state = 79}, - [663] = {.lex_state = 79}, + [663] = {.lex_state = 185}, [664] = {.lex_state = 79}, [665] = {.lex_state = 79}, [666] = {.lex_state = 79}, @@ -15054,55 +15065,55 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [671] = {.lex_state = 79}, [672] = {.lex_state = 79}, [673] = {.lex_state = 79}, - [674] = {.lex_state = 185}, + [674] = {.lex_state = 79}, [675] = {.lex_state = 79}, - [676] = {.lex_state = 79}, + [676] = {.lex_state = 185}, [677] = {.lex_state = 79}, - [678] = {.lex_state = 185}, - [679] = {.lex_state = 185}, + [678] = {.lex_state = 79}, + [679] = {.lex_state = 79}, [680] = {.lex_state = 185}, [681] = {.lex_state = 79}, [682] = {.lex_state = 79}, - [683] = {.lex_state = 185}, + [683] = {.lex_state = 79}, [684] = {.lex_state = 79}, - [685] = {.lex_state = 79}, + [685] = {.lex_state = 185}, [686] = {.lex_state = 185}, [687] = {.lex_state = 185}, - [688] = {.lex_state = 185}, + [688] = {.lex_state = 79}, [689] = {.lex_state = 79}, - [690] = {.lex_state = 185}, + [690] = {.lex_state = 79}, [691] = {.lex_state = 79}, [692] = {.lex_state = 79}, [693] = {.lex_state = 79}, - [694] = {.lex_state = 185}, + [694] = {.lex_state = 79}, [695] = {.lex_state = 79}, [696] = {.lex_state = 79}, [697] = {.lex_state = 79}, - [698] = {.lex_state = 185}, - [699] = {.lex_state = 185}, - [700] = {.lex_state = 185}, + [698] = {.lex_state = 79}, + [699] = {.lex_state = 79}, + [700] = {.lex_state = 79}, [701] = {.lex_state = 185}, [702] = {.lex_state = 185}, [703] = {.lex_state = 185}, - [704] = {.lex_state = 79}, - [705] = {.lex_state = 185}, - [706] = {.lex_state = 185}, + [704] = {.lex_state = 185}, + [705] = {.lex_state = 79}, + [706] = {.lex_state = 79}, [707] = {.lex_state = 79}, - [708] = {.lex_state = 185}, - [709] = {.lex_state = 185}, - [710] = {.lex_state = 185}, + [708] = {.lex_state = 79}, + [709] = {.lex_state = 79}, + [710] = {.lex_state = 79}, [711] = {.lex_state = 79}, [712] = {.lex_state = 79}, [713] = {.lex_state = 79}, [714] = {.lex_state = 79}, [715] = {.lex_state = 79}, - [716] = {.lex_state = 185}, + [716] = {.lex_state = 79}, [717] = {.lex_state = 79}, [718] = {.lex_state = 79}, [719] = {.lex_state = 79}, [720] = {.lex_state = 79}, - [721] = {.lex_state = 79}, - [722] = {.lex_state = 79}, + [721] = {.lex_state = 185}, + [722] = {.lex_state = 185}, [723] = {.lex_state = 79}, [724] = {.lex_state = 79}, [725] = {.lex_state = 79}, @@ -15114,11 +15125,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [731] = {.lex_state = 79}, [732] = {.lex_state = 79}, [733] = {.lex_state = 79}, - [734] = {.lex_state = 185}, - [735] = {.lex_state = 79}, - [736] = {.lex_state = 79}, + [734] = {.lex_state = 79}, + [735] = {.lex_state = 185}, + [736] = {.lex_state = 185}, [737] = {.lex_state = 185}, - [738] = {.lex_state = 79}, + [738] = {.lex_state = 185}, [739] = {.lex_state = 79}, [740] = {.lex_state = 79}, [741] = {.lex_state = 79}, @@ -15128,11 +15139,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [745] = {.lex_state = 79}, [746] = {.lex_state = 79}, [747] = {.lex_state = 79}, - [748] = {.lex_state = 185}, + [748] = {.lex_state = 79}, [749] = {.lex_state = 79}, - [750] = {.lex_state = 79}, + [750] = {.lex_state = 185}, [751] = {.lex_state = 185}, - [752] = {.lex_state = 79}, + [752] = {.lex_state = 185}, [753] = {.lex_state = 79}, [754] = {.lex_state = 79}, [755] = {.lex_state = 79}, @@ -15140,18 +15151,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [757] = {.lex_state = 79}, [758] = {.lex_state = 79}, [759] = {.lex_state = 79}, - [760] = {.lex_state = 185}, - [761] = {.lex_state = 79}, - [762] = {.lex_state = 185}, - [763] = {.lex_state = 185}, + [760] = {.lex_state = 79}, + [761] = {.lex_state = 185}, + [762] = {.lex_state = 79}, + [763] = {.lex_state = 79}, [764] = {.lex_state = 79}, - [765] = {.lex_state = 79}, + [765] = {.lex_state = 185}, [766] = {.lex_state = 79}, [767] = {.lex_state = 79}, [768] = {.lex_state = 79}, [769] = {.lex_state = 79}, [770] = {.lex_state = 79}, - [771] = {.lex_state = 79}, + [771] = {.lex_state = 185}, [772] = {.lex_state = 79}, [773] = {.lex_state = 79}, [774] = {.lex_state = 79}, @@ -15160,35 +15171,35 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [777] = {.lex_state = 79}, [778] = {.lex_state = 79}, [779] = {.lex_state = 79}, - [780] = {.lex_state = 185}, - [781] = {.lex_state = 185}, - [782] = {.lex_state = 79}, + [780] = {.lex_state = 79}, + [781] = {.lex_state = 79}, + [782] = {.lex_state = 185}, [783] = {.lex_state = 185}, - [784] = {.lex_state = 79}, - [785] = {.lex_state = 79}, + [784] = {.lex_state = 185}, + [785] = {.lex_state = 185}, [786] = {.lex_state = 79}, [787] = {.lex_state = 79}, - [788] = {.lex_state = 185}, - [789] = {.lex_state = 79}, - [790] = {.lex_state = 79}, - [791] = {.lex_state = 79}, + [788] = {.lex_state = 79}, + [789] = {.lex_state = 185}, + [790] = {.lex_state = 185}, + [791] = {.lex_state = 185}, [792] = {.lex_state = 79}, [793] = {.lex_state = 79}, - [794] = {.lex_state = 79}, - [795] = {.lex_state = 79}, + [794] = {.lex_state = 185}, + [795] = {.lex_state = 185}, [796] = {.lex_state = 79}, - [797] = {.lex_state = 79}, - [798] = {.lex_state = 79}, - [799] = {.lex_state = 185}, - [800] = {.lex_state = 185}, - [801] = {.lex_state = 79}, - [802] = {.lex_state = 79}, + [797] = {.lex_state = 185}, + [798] = {.lex_state = 185}, + [799] = {.lex_state = 79}, + [800] = {.lex_state = 79}, + [801] = {.lex_state = 185}, + [802] = {.lex_state = 185}, [803] = {.lex_state = 79}, [804] = {.lex_state = 79}, [805] = {.lex_state = 79}, - [806] = {.lex_state = 79}, + [806] = {.lex_state = 185}, [807] = {.lex_state = 79}, - [808] = {.lex_state = 185}, + [808] = {.lex_state = 79}, [809] = {.lex_state = 185}, [810] = {.lex_state = 185}, [811] = {.lex_state = 79}, @@ -15199,25 +15210,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [816] = {.lex_state = 79}, [817] = {.lex_state = 79}, [818] = {.lex_state = 79}, - [819] = {.lex_state = 79}, + [819] = {.lex_state = 185}, [820] = {.lex_state = 79}, [821] = {.lex_state = 79}, [822] = {.lex_state = 79}, [823] = {.lex_state = 79}, - [824] = {.lex_state = 79}, + [824] = {.lex_state = 185}, [825] = {.lex_state = 79}, - [826] = {.lex_state = 79}, + [826] = {.lex_state = 185}, [827] = {.lex_state = 79}, - [828] = {.lex_state = 79}, + [828] = {.lex_state = 185}, [829] = {.lex_state = 79}, - [830] = {.lex_state = 79}, - [831] = {.lex_state = 79}, - [832] = {.lex_state = 79}, + [830] = {.lex_state = 185}, + [831] = {.lex_state = 185}, + [832] = {.lex_state = 185}, [833] = {.lex_state = 79}, [834] = {.lex_state = 79}, [835] = {.lex_state = 79}, - [836] = {.lex_state = 185}, - [837] = {.lex_state = 185}, + [836] = {.lex_state = 79}, + [837] = {.lex_state = 79}, [838] = {.lex_state = 79}, [839] = {.lex_state = 79}, [840] = {.lex_state = 79}, @@ -15244,32 +15255,32 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [861] = {.lex_state = 79}, [862] = {.lex_state = 79}, [863] = {.lex_state = 79}, - [864] = {.lex_state = 79}, - [865] = {.lex_state = 185}, - [866] = {.lex_state = 79}, + [864] = {.lex_state = 185}, + [865] = {.lex_state = 79}, + [866] = {.lex_state = 185}, [867] = {.lex_state = 79}, [868] = {.lex_state = 79}, - [869] = {.lex_state = 185}, + [869] = {.lex_state = 79}, [870] = {.lex_state = 79}, - [871] = {.lex_state = 185}, + [871] = {.lex_state = 79}, [872] = {.lex_state = 79}, [873] = {.lex_state = 185}, [874] = {.lex_state = 185}, [875] = {.lex_state = 185}, - [876] = {.lex_state = 79}, + [876] = {.lex_state = 185}, [877] = {.lex_state = 79}, [878] = {.lex_state = 79}, [879] = {.lex_state = 79}, - [880] = {.lex_state = 185}, + [880] = {.lex_state = 79}, [881] = {.lex_state = 185}, [882] = {.lex_state = 79}, - [883] = {.lex_state = 79}, + [883] = {.lex_state = 185}, [884] = {.lex_state = 79}, [885] = {.lex_state = 79}, [886] = {.lex_state = 79}, - [887] = {.lex_state = 185}, - [888] = {.lex_state = 185}, - [889] = {.lex_state = 79}, + [887] = {.lex_state = 79}, + [888] = {.lex_state = 79}, + [889] = {.lex_state = 185}, [890] = {.lex_state = 79}, [891] = {.lex_state = 79}, [892] = {.lex_state = 79}, @@ -15282,7 +15293,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [899] = {.lex_state = 79}, [900] = {.lex_state = 79}, [901] = {.lex_state = 79}, - [902] = {.lex_state = 185}, + [902] = {.lex_state = 79}, [903] = {.lex_state = 79}, [904] = {.lex_state = 79}, [905] = {.lex_state = 79}, @@ -15297,7 +15308,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [914] = {.lex_state = 79}, [915] = {.lex_state = 79}, [916] = {.lex_state = 79}, - [917] = {.lex_state = 79}, + [917] = {.lex_state = 185}, [918] = {.lex_state = 79}, [919] = {.lex_state = 79}, [920] = {.lex_state = 79}, @@ -15314,22 +15325,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [931] = {.lex_state = 79}, [932] = {.lex_state = 79}, [933] = {.lex_state = 79}, - [934] = {.lex_state = 185}, + [934] = {.lex_state = 79}, [935] = {.lex_state = 79}, - [936] = {.lex_state = 185}, - [937] = {.lex_state = 185}, + [936] = {.lex_state = 79}, + [937] = {.lex_state = 79}, [938] = {.lex_state = 79}, [939] = {.lex_state = 79}, [940] = {.lex_state = 79}, [941] = {.lex_state = 79}, - [942] = {.lex_state = 185}, + [942] = {.lex_state = 79}, [943] = {.lex_state = 79}, [944] = {.lex_state = 79}, [945] = {.lex_state = 79}, - [946] = {.lex_state = 185}, - [947] = {.lex_state = 185}, - [948] = {.lex_state = 185}, - [949] = {.lex_state = 185}, + [946] = {.lex_state = 79}, + [947] = {.lex_state = 79}, + [948] = {.lex_state = 79}, + [949] = {.lex_state = 79}, [950] = {.lex_state = 79}, [951] = {.lex_state = 79}, [952] = {.lex_state = 79}, @@ -15351,15 +15362,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [968] = {.lex_state = 79}, [969] = {.lex_state = 79}, [970] = {.lex_state = 79}, - [971] = {.lex_state = 185}, + [971] = {.lex_state = 79}, [972] = {.lex_state = 79}, - [973] = {.lex_state = 2}, + [973] = {.lex_state = 185}, [974] = {.lex_state = 2}, [975] = {.lex_state = 2}, [976] = {.lex_state = 2}, [977] = {.lex_state = 2}, [978] = {.lex_state = 2}, - [979] = {.lex_state = 187}, + [979] = {.lex_state = 2}, [980] = {.lex_state = 187}, [981] = {.lex_state = 187}, [982] = {.lex_state = 187}, @@ -15390,17 +15401,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1007] = {.lex_state = 187}, [1008] = {.lex_state = 187}, [1009] = {.lex_state = 37}, - [1010] = {.lex_state = 37}, + [1010] = {.lex_state = 187}, [1011] = {.lex_state = 191}, - [1012] = {.lex_state = 191}, - [1013] = {.lex_state = 187}, - [1014] = {.lex_state = 191}, - [1015] = {.lex_state = 37}, - [1016] = {.lex_state = 37}, + [1012] = {.lex_state = 187}, + [1013] = {.lex_state = 37}, + [1014] = {.lex_state = 37}, + [1015] = {.lex_state = 191}, + [1016] = {.lex_state = 191}, [1017] = {.lex_state = 187}, - [1018] = {.lex_state = 191}, - [1019] = {.lex_state = 37}, - [1020] = {.lex_state = 187}, + [1018] = {.lex_state = 37}, + [1019] = {.lex_state = 191}, + [1020] = {.lex_state = 37}, [1021] = {.lex_state = 187}, [1022] = {.lex_state = 187}, [1023] = {.lex_state = 187}, @@ -15509,16 +15520,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1126] = {.lex_state = 187}, [1127] = {.lex_state = 187}, [1128] = {.lex_state = 187}, - [1129] = {.lex_state = 194}, + [1129] = {.lex_state = 187}, [1130] = {.lex_state = 194}, [1131] = {.lex_state = 194}, - [1132] = {.lex_state = 6}, + [1132] = {.lex_state = 194}, [1133] = {.lex_state = 6}, [1134] = {.lex_state = 6}, [1135] = {.lex_state = 6}, [1136] = {.lex_state = 6}, - [1137] = {.lex_state = 193}, - [1138] = {.lex_state = 2}, + [1137] = {.lex_state = 6}, + [1138] = {.lex_state = 193}, [1139] = {.lex_state = 2}, [1140] = {.lex_state = 2}, [1141] = {.lex_state = 2}, @@ -15531,8 +15542,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1148] = {.lex_state = 2}, [1149] = {.lex_state = 2}, [1150] = {.lex_state = 2}, - [1151] = {.lex_state = 2}, - [1152] = {.lex_state = 10}, + [1151] = {.lex_state = 10}, + [1152] = {.lex_state = 2}, [1153] = {.lex_state = 10}, [1154] = {.lex_state = 10}, [1155] = {.lex_state = 10}, @@ -15542,20 +15553,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1159] = {.lex_state = 2}, [1160] = {.lex_state = 2}, [1161] = {.lex_state = 2}, - [1162] = {.lex_state = 4}, + [1162] = {.lex_state = 2}, [1163] = {.lex_state = 2}, - [1164] = {.lex_state = 2}, + [1164] = {.lex_state = 4}, [1165] = {.lex_state = 4}, - [1166] = {.lex_state = 2}, - [1167] = {.lex_state = 2}, - [1168] = {.lex_state = 4}, - [1169] = {.lex_state = 4}, + [1166] = {.lex_state = 4}, + [1167] = {.lex_state = 4}, + [1168] = {.lex_state = 2}, + [1169] = {.lex_state = 2}, [1170] = {.lex_state = 2}, [1171] = {.lex_state = 2}, [1172] = {.lex_state = 2}, [1173] = {.lex_state = 2}, [1174] = {.lex_state = 2}, - [1175] = {.lex_state = 41}, + [1175] = {.lex_state = 2}, [1176] = {.lex_state = 2}, [1177] = {.lex_state = 2}, [1178] = {.lex_state = 2}, @@ -15565,29 +15576,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1182] = {.lex_state = 2}, [1183] = {.lex_state = 2}, [1184] = {.lex_state = 2}, - [1185] = {.lex_state = 2}, - [1186] = {.lex_state = 2}, + [1185] = {.lex_state = 41}, + [1186] = {.lex_state = 45}, [1187] = {.lex_state = 2}, - [1188] = {.lex_state = 2}, - [1189] = {.lex_state = 41}, + [1188] = {.lex_state = 45}, + [1189] = {.lex_state = 2}, [1190] = {.lex_state = 2}, [1191] = {.lex_state = 2}, [1192] = {.lex_state = 2}, - [1193] = {.lex_state = 2}, + [1193] = {.lex_state = 45}, [1194] = {.lex_state = 2}, - [1195] = {.lex_state = 2}, - [1196] = {.lex_state = 41}, + [1195] = {.lex_state = 41}, + [1196] = {.lex_state = 2}, [1197] = {.lex_state = 2}, - [1198] = {.lex_state = 2}, + [1198] = {.lex_state = 45}, [1199] = {.lex_state = 2}, [1200] = {.lex_state = 2}, - [1201] = {.lex_state = 2}, - [1202] = {.lex_state = 2}, + [1201] = {.lex_state = 45}, + [1202] = {.lex_state = 41}, [1203] = {.lex_state = 2}, - [1204] = {.lex_state = 41}, + [1204] = {.lex_state = 2}, [1205] = {.lex_state = 2}, - [1206] = {.lex_state = 43}, - [1207] = {.lex_state = 2}, + [1206] = {.lex_state = 2}, + [1207] = {.lex_state = 41}, [1208] = {.lex_state = 2}, [1209] = {.lex_state = 2}, [1210] = {.lex_state = 2}, @@ -15601,15 +15612,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1218] = {.lex_state = 2}, [1219] = {.lex_state = 2}, [1220] = {.lex_state = 2}, - [1221] = {.lex_state = 43}, + [1221] = {.lex_state = 2}, [1222] = {.lex_state = 2}, [1223] = {.lex_state = 2}, [1224] = {.lex_state = 2}, - [1225] = {.lex_state = 43}, + [1225] = {.lex_state = 2}, [1226] = {.lex_state = 2}, [1227] = {.lex_state = 2}, - [1228] = {.lex_state = 43}, - [1229] = {.lex_state = 41}, + [1228] = {.lex_state = 2}, + [1229] = {.lex_state = 2}, [1230] = {.lex_state = 2}, [1231] = {.lex_state = 2}, [1232] = {.lex_state = 2}, @@ -15618,13 +15629,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1235] = {.lex_state = 2}, [1236] = {.lex_state = 2}, [1237] = {.lex_state = 2}, - [1238] = {.lex_state = 2}, + [1238] = {.lex_state = 41}, [1239] = {.lex_state = 2}, - [1240] = {.lex_state = 43}, + [1240] = {.lex_state = 2}, [1241] = {.lex_state = 2}, [1242] = {.lex_state = 2}, [1243] = {.lex_state = 2}, - [1244] = {.lex_state = 41}, + [1244] = {.lex_state = 2}, [1245] = {.lex_state = 2}, [1246] = {.lex_state = 2}, [1247] = {.lex_state = 2}, @@ -15650,7 +15661,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1267] = {.lex_state = 2}, [1268] = {.lex_state = 2}, [1269] = {.lex_state = 2}, - [1270] = {.lex_state = 2}, + [1270] = {.lex_state = 45}, [1271] = {.lex_state = 2}, [1272] = {.lex_state = 2}, [1273] = {.lex_state = 2}, @@ -15668,38 +15679,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1285] = {.lex_state = 2}, [1286] = {.lex_state = 2}, [1287] = {.lex_state = 2}, - [1288] = {.lex_state = 41}, + [1288] = {.lex_state = 2}, [1289] = {.lex_state = 37}, - [1290] = {.lex_state = 37}, + [1290] = {.lex_state = 2}, [1291] = {.lex_state = 2}, - [1292] = {.lex_state = 2}, - [1293] = {.lex_state = 37}, + [1292] = {.lex_state = 37}, + [1293] = {.lex_state = 45}, [1294] = {.lex_state = 37}, [1295] = {.lex_state = 37}, [1296] = {.lex_state = 37}, [1297] = {.lex_state = 37}, [1298] = {.lex_state = 37}, - [1299] = {.lex_state = 39}, + [1299] = {.lex_state = 37}, [1300] = {.lex_state = 37}, [1301] = {.lex_state = 37}, [1302] = {.lex_state = 37}, - [1303] = {.lex_state = 37}, + [1303] = {.lex_state = 39}, [1304] = {.lex_state = 37}, [1305] = {.lex_state = 37}, [1306] = {.lex_state = 37}, [1307] = {.lex_state = 37}, - [1308] = {.lex_state = 37}, - [1309] = {.lex_state = 37}, + [1308] = {.lex_state = 39}, + [1309] = {.lex_state = 39}, [1310] = {.lex_state = 37}, - [1311] = {.lex_state = 39}, + [1311] = {.lex_state = 37}, [1312] = {.lex_state = 37}, [1313] = {.lex_state = 37}, - [1314] = {.lex_state = 39}, + [1314] = {.lex_state = 37}, [1315] = {.lex_state = 37}, [1316] = {.lex_state = 37}, - [1317] = {.lex_state = 37}, + [1317] = {.lex_state = 39}, [1318] = {.lex_state = 37}, - [1319] = {.lex_state = 39}, + [1319] = {.lex_state = 37}, [1320] = {.lex_state = 37}, [1321] = {.lex_state = 37}, [1322] = {.lex_state = 37}, @@ -15811,51 +15822,51 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1428] = {.lex_state = 37}, [1429] = {.lex_state = 37}, [1430] = {.lex_state = 37}, - [1431] = {.lex_state = 14}, - [1432] = {.lex_state = 37}, + [1431] = {.lex_state = 37}, + [1432] = {.lex_state = 14}, [1433] = {.lex_state = 37}, - [1434] = {.lex_state = 37}, + [1434] = {.lex_state = 14}, [1435] = {.lex_state = 14}, [1436] = {.lex_state = 37}, [1437] = {.lex_state = 14}, [1438] = {.lex_state = 14}, - [1439] = {.lex_state = 14}, - [1440] = {.lex_state = 49}, - [1441] = {.lex_state = 195}, + [1439] = {.lex_state = 37}, + [1440] = {.lex_state = 37}, + [1441] = {.lex_state = 49}, [1442] = {.lex_state = 49}, [1443] = {.lex_state = 49}, - [1444] = {.lex_state = 14}, - [1445] = {.lex_state = 49}, - [1446] = {.lex_state = 194}, - [1447] = {.lex_state = 195}, + [1444] = {.lex_state = 195}, + [1445] = {.lex_state = 194}, + [1446] = {.lex_state = 195}, + [1447] = {.lex_state = 194}, [1448] = {.lex_state = 194}, [1449] = {.lex_state = 194}, - [1450] = {.lex_state = 194}, - [1451] = {.lex_state = 195}, - [1452] = {.lex_state = 195}, + [1450] = {.lex_state = 49}, + [1451] = {.lex_state = 14}, + [1452] = {.lex_state = 194}, [1453] = {.lex_state = 194}, [1454] = {.lex_state = 194}, - [1455] = {.lex_state = 194}, - [1456] = {.lex_state = 194}, + [1455] = {.lex_state = 195}, + [1456] = {.lex_state = 195}, [1457] = {.lex_state = 194}, [1458] = {.lex_state = 194}, [1459] = {.lex_state = 194}, [1460] = {.lex_state = 194}, - [1461] = {.lex_state = 194}, + [1461] = {.lex_state = 14}, [1462] = {.lex_state = 194}, - [1463] = {.lex_state = 194}, + [1463] = {.lex_state = 14}, [1464] = {.lex_state = 194}, - [1465] = {.lex_state = 194}, + [1465] = {.lex_state = 14}, [1466] = {.lex_state = 194}, [1467] = {.lex_state = 194}, - [1468] = {.lex_state = 14}, + [1468] = {.lex_state = 194}, [1469] = {.lex_state = 194}, - [1470] = {.lex_state = 14}, - [1471] = {.lex_state = 14}, - [1472] = {.lex_state = 194}, + [1470] = {.lex_state = 194}, + [1471] = {.lex_state = 194}, + [1472] = {.lex_state = 14}, [1473] = {.lex_state = 194}, [1474] = {.lex_state = 194}, - [1475] = {.lex_state = 14}, + [1475] = {.lex_state = 194}, [1476] = {.lex_state = 194}, [1477] = {.lex_state = 194}, [1478] = {.lex_state = 194}, @@ -15904,11 +15915,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1521] = {.lex_state = 194}, [1522] = {.lex_state = 194}, [1523] = {.lex_state = 194}, - [1524] = {.lex_state = 194}, + [1524] = {.lex_state = 199}, [1525] = {.lex_state = 194}, [1526] = {.lex_state = 194}, [1527] = {.lex_state = 194}, - [1528] = {.lex_state = 199}, + [1528] = {.lex_state = 194}, [1529] = {.lex_state = 194}, [1530] = {.lex_state = 194}, [1531] = {.lex_state = 194}, @@ -15917,10 +15928,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1534] = {.lex_state = 194}, [1535] = {.lex_state = 194}, [1536] = {.lex_state = 194}, - [1537] = {.lex_state = 194}, + [1537] = {.lex_state = 199}, [1538] = {.lex_state = 194}, [1539] = {.lex_state = 194}, - [1540] = {.lex_state = 194}, + [1540] = {.lex_state = 49}, [1541] = {.lex_state = 194}, [1542] = {.lex_state = 194}, [1543] = {.lex_state = 194}, @@ -15935,10 +15946,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1552] = {.lex_state = 194}, [1553] = {.lex_state = 194}, [1554] = {.lex_state = 194}, - [1555] = {.lex_state = 53}, + [1555] = {.lex_state = 194}, [1556] = {.lex_state = 194}, [1557] = {.lex_state = 194}, - [1558] = {.lex_state = 49}, + [1558] = {.lex_state = 53}, [1559] = {.lex_state = 194}, [1560] = {.lex_state = 194}, [1561] = {.lex_state = 194}, @@ -15954,7 +15965,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1571] = {.lex_state = 194}, [1572] = {.lex_state = 194}, [1573] = {.lex_state = 194}, - [1574] = {.lex_state = 199}, + [1574] = {.lex_state = 194}, [1575] = {.lex_state = 194}, [1576] = {.lex_state = 194}, [1577] = {.lex_state = 194}, @@ -15994,41 +16005,41 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1611] = {.lex_state = 194}, [1612] = {.lex_state = 194}, [1613] = {.lex_state = 194}, - [1614] = {.lex_state = 53}, + [1614] = {.lex_state = 194}, [1615] = {.lex_state = 53}, [1616] = {.lex_state = 49}, [1617] = {.lex_state = 53}, [1618] = {.lex_state = 53}, - [1619] = {.lex_state = 199}, - [1620] = {.lex_state = 49}, + [1619] = {.lex_state = 53}, + [1620] = {.lex_state = 199}, [1621] = {.lex_state = 199}, - [1622] = {.lex_state = 199}, - [1623] = {.lex_state = 49}, - [1624] = {.lex_state = 79}, + [1622] = {.lex_state = 49}, + [1623] = {.lex_state = 199}, + [1624] = {.lex_state = 199}, [1625] = {.lex_state = 199}, - [1626] = {.lex_state = 199}, - [1627] = {.lex_state = 199}, - [1628] = {.lex_state = 6}, + [1626] = {.lex_state = 79}, + [1627] = {.lex_state = 49}, + [1628] = {.lex_state = 199}, [1629] = {.lex_state = 6}, [1630] = {.lex_state = 6}, [1631] = {.lex_state = 6}, [1632] = {.lex_state = 6}, - [1633] = {.lex_state = 10}, + [1633] = {.lex_state = 6}, [1634] = {.lex_state = 10}, [1635] = {.lex_state = 10}, [1636] = {.lex_state = 10}, [1637] = {.lex_state = 10}, - [1638] = {.lex_state = 41}, - [1639] = {.lex_state = 43}, - [1640] = {.lex_state = 41}, - [1641] = {.lex_state = 43}, - [1642] = {.lex_state = 24}, - [1643] = {.lex_state = 43}, + [1638] = {.lex_state = 10}, + [1639] = {.lex_state = 45}, + [1640] = {.lex_state = 45}, + [1641] = {.lex_state = 45}, + [1642] = {.lex_state = 41}, + [1643] = {.lex_state = 41}, [1644] = {.lex_state = 41}, - [1645] = {.lex_state = 43}, + [1645] = {.lex_state = 41}, [1646] = {.lex_state = 41}, - [1647] = {.lex_state = 41}, - [1648] = {.lex_state = 43}, + [1647] = {.lex_state = 45}, + [1648] = {.lex_state = 45}, [1649] = {.lex_state = 24}, [1650] = {.lex_state = 24}, [1651] = {.lex_state = 24}, @@ -16042,51 +16053,51 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1659] = {.lex_state = 24}, [1660] = {.lex_state = 24}, [1661] = {.lex_state = 24}, - [1662] = {.lex_state = 26}, + [1662] = {.lex_state = 24}, [1663] = {.lex_state = 18}, - [1664] = {.lex_state = 18}, + [1664] = {.lex_state = 26}, [1665] = {.lex_state = 7}, - [1666] = {.lex_state = 7}, - [1667] = {.lex_state = 26}, - [1668] = {.lex_state = 24}, - [1669] = {.lex_state = 24}, - [1670] = {.lex_state = 199}, - [1671] = {.lex_state = 24}, + [1666] = {.lex_state = 18}, + [1667] = {.lex_state = 7}, + [1668] = {.lex_state = 26}, + [1669] = {.lex_state = 26}, + [1670] = {.lex_state = 24}, + [1671] = {.lex_state = 26}, [1672] = {.lex_state = 24}, [1673] = {.lex_state = 24}, [1674] = {.lex_state = 24}, - [1675] = {.lex_state = 69}, - [1676] = {.lex_state = 26}, - [1677] = {.lex_state = 26}, + [1675] = {.lex_state = 24}, + [1676] = {.lex_state = 69}, + [1677] = {.lex_state = 24}, [1678] = {.lex_state = 26}, [1679] = {.lex_state = 24}, [1680] = {.lex_state = 26}, - [1681] = {.lex_state = 69}, - [1682] = {.lex_state = 26}, - [1683] = {.lex_state = 26}, - [1684] = {.lex_state = 24}, + [1681] = {.lex_state = 26}, + [1682] = {.lex_state = 24}, + [1683] = {.lex_state = 24}, + [1684] = {.lex_state = 26}, [1685] = {.lex_state = 24}, - [1686] = {.lex_state = 26}, - [1687] = {.lex_state = 24}, + [1686] = {.lex_state = 24}, + [1687] = {.lex_state = 26}, [1688] = {.lex_state = 24}, [1689] = {.lex_state = 24}, [1690] = {.lex_state = 26}, - [1691] = {.lex_state = 24}, - [1692] = {.lex_state = 24}, + [1691] = {.lex_state = 26}, + [1692] = {.lex_state = 26}, [1693] = {.lex_state = 24}, [1694] = {.lex_state = 24}, - [1695] = {.lex_state = 24}, + [1695] = {.lex_state = 26}, [1696] = {.lex_state = 24}, [1697] = {.lex_state = 24}, [1698] = {.lex_state = 24}, [1699] = {.lex_state = 24}, - [1700] = {.lex_state = 26}, + [1700] = {.lex_state = 24}, [1701] = {.lex_state = 24}, - [1702] = {.lex_state = 26}, - [1703] = {.lex_state = 26}, + [1702] = {.lex_state = 24}, + [1703] = {.lex_state = 24}, [1704] = {.lex_state = 24}, - [1705] = {.lex_state = 24}, - [1706] = {.lex_state = 24}, + [1705] = {.lex_state = 69}, + [1706] = {.lex_state = 199}, [1707] = {.lex_state = 24}, [1708] = {.lex_state = 24}, [1709] = {.lex_state = 24}, @@ -16094,14 +16105,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1711] = {.lex_state = 24}, [1712] = {.lex_state = 24}, [1713] = {.lex_state = 24}, - [1714] = {.lex_state = 11}, + [1714] = {.lex_state = 24}, [1715] = {.lex_state = 24}, [1716] = {.lex_state = 24}, [1717] = {.lex_state = 24}, [1718] = {.lex_state = 24}, [1719] = {.lex_state = 24}, [1720] = {.lex_state = 24}, - [1721] = {.lex_state = 11}, + [1721] = {.lex_state = 24}, [1722] = {.lex_state = 24}, [1723] = {.lex_state = 24}, [1724] = {.lex_state = 24}, @@ -16115,7 +16126,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1732] = {.lex_state = 24}, [1733] = {.lex_state = 24}, [1734] = {.lex_state = 24}, - [1735] = {.lex_state = 24}, + [1735] = {.lex_state = 11}, [1736] = {.lex_state = 24}, [1737] = {.lex_state = 24}, [1738] = {.lex_state = 24}, @@ -16130,7 +16141,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1747] = {.lex_state = 24}, [1748] = {.lex_state = 24}, [1749] = {.lex_state = 24}, - [1750] = {.lex_state = 24}, + [1750] = {.lex_state = 11}, [1751] = {.lex_state = 24}, [1752] = {.lex_state = 24}, [1753] = {.lex_state = 24}, @@ -16143,15 +16154,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1760] = {.lex_state = 24}, [1761] = {.lex_state = 24}, [1762] = {.lex_state = 24}, - [1763] = {.lex_state = 20}, - [1764] = {.lex_state = 24}, + [1763] = {.lex_state = 24}, + [1764] = {.lex_state = 20}, [1765] = {.lex_state = 24}, [1766] = {.lex_state = 24}, [1767] = {.lex_state = 24}, - [1768] = {.lex_state = 20}, - [1769] = {.lex_state = 24}, + [1768] = {.lex_state = 24}, + [1769] = {.lex_state = 20}, [1770] = {.lex_state = 24}, - [1771] = {.lex_state = 26}, + [1771] = {.lex_state = 24}, [1772] = {.lex_state = 24}, [1773] = {.lex_state = 24}, [1774] = {.lex_state = 24}, @@ -16170,87 +16181,87 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1787] = {.lex_state = 24}, [1788] = {.lex_state = 24}, [1789] = {.lex_state = 24}, - [1790] = {.lex_state = 24}, + [1790] = {.lex_state = 26}, [1791] = {.lex_state = 24}, [1792] = {.lex_state = 24}, [1793] = {.lex_state = 24}, [1794] = {.lex_state = 24}, - [1795] = {.lex_state = 26}, - [1796] = {.lex_state = 69}, - [1797] = {.lex_state = 69}, + [1795] = {.lex_state = 24}, + [1796] = {.lex_state = 26}, + [1797] = {.lex_state = 71}, [1798] = {.lex_state = 26}, - [1799] = {.lex_state = 26}, - [1800] = {.lex_state = 69}, - [1801] = {.lex_state = 71}, - [1802] = {.lex_state = 69}, - [1803] = {.lex_state = 71}, + [1799] = {.lex_state = 71}, + [1800] = {.lex_state = 71}, + [1801] = {.lex_state = 69}, + [1802] = {.lex_state = 71}, + [1803] = {.lex_state = 69}, [1804] = {.lex_state = 71}, - [1805] = {.lex_state = 69}, + [1805] = {.lex_state = 71}, [1806] = {.lex_state = 69}, - [1807] = {.lex_state = 71}, + [1807] = {.lex_state = 26}, [1808] = {.lex_state = 26}, - [1809] = {.lex_state = 71}, - [1810] = {.lex_state = 71}, - [1811] = {.lex_state = 71}, - [1812] = {.lex_state = 71}, - [1813] = {.lex_state = 71}, + [1809] = {.lex_state = 26}, + [1810] = {.lex_state = 69}, + [1811] = {.lex_state = 69}, + [1812] = {.lex_state = 69}, + [1813] = {.lex_state = 26}, [1814] = {.lex_state = 71}, - [1815] = {.lex_state = 69}, - [1816] = {.lex_state = 26}, - [1817] = {.lex_state = 26}, + [1815] = {.lex_state = 71}, + [1816] = {.lex_state = 69}, + [1817] = {.lex_state = 69}, [1818] = {.lex_state = 69}, [1819] = {.lex_state = 69}, [1820] = {.lex_state = 69}, [1821] = {.lex_state = 69}, - [1822] = {.lex_state = 69}, - [1823] = {.lex_state = 69}, + [1822] = {.lex_state = 71}, + [1823] = {.lex_state = 71}, [1824] = {.lex_state = 69}, [1825] = {.lex_state = 71}, - [1826] = {.lex_state = 26}, + [1826] = {.lex_state = 69}, [1827] = {.lex_state = 26}, [1828] = {.lex_state = 26}, [1829] = {.lex_state = 26}, [1830] = {.lex_state = 26}, [1831] = {.lex_state = 26}, [1832] = {.lex_state = 26}, - [1833] = {.lex_state = 26}, + [1833] = {.lex_state = 61}, [1834] = {.lex_state = 26}, [1835] = {.lex_state = 26}, [1836] = {.lex_state = 26}, [1837] = {.lex_state = 26}, - [1838] = {.lex_state = 26}, - [1839] = {.lex_state = 26}, - [1840] = {.lex_state = 14}, - [1841] = {.lex_state = 14}, - [1842] = {.lex_state = 26}, - [1843] = {.lex_state = 26}, - [1844] = {.lex_state = 26}, - [1845] = {.lex_state = 26}, - [1846] = {.lex_state = 26}, + [1838] = {.lex_state = 14}, + [1839] = {.lex_state = 14}, + [1840] = {.lex_state = 26}, + [1841] = {.lex_state = 69}, + [1842] = {.lex_state = 69}, + [1843] = {.lex_state = 69}, + [1844] = {.lex_state = 69}, + [1845] = {.lex_state = 69}, + [1846] = {.lex_state = 69}, [1847] = {.lex_state = 26}, - [1848] = {.lex_state = 26}, + [1848] = {.lex_state = 46}, [1849] = {.lex_state = 26}, - [1850] = {.lex_state = 69}, - [1851] = {.lex_state = 69}, - [1852] = {.lex_state = 69}, - [1853] = {.lex_state = 69}, - [1854] = {.lex_state = 69}, + [1850] = {.lex_state = 26}, + [1851] = {.lex_state = 26}, + [1852] = {.lex_state = 26}, + [1853] = {.lex_state = 26}, + [1854] = {.lex_state = 26}, [1855] = {.lex_state = 26}, - [1856] = {.lex_state = 69}, + [1856] = {.lex_state = 26}, [1857] = {.lex_state = 26}, [1858] = {.lex_state = 26}, [1859] = {.lex_state = 26}, [1860] = {.lex_state = 26}, [1861] = {.lex_state = 26}, [1862] = {.lex_state = 26}, - [1863] = {.lex_state = 14}, - [1864] = {.lex_state = 14}, + [1863] = {.lex_state = 26}, + [1864] = {.lex_state = 26}, [1865] = {.lex_state = 26}, - [1866] = {.lex_state = 26}, - [1867] = {.lex_state = 26}, + [1866] = {.lex_state = 14}, + [1867] = {.lex_state = 14}, [1868] = {.lex_state = 26}, [1869] = {.lex_state = 26}, - [1870] = {.lex_state = 26}, + [1870] = {.lex_state = 59}, [1871] = {.lex_state = 26}, [1872] = {.lex_state = 26}, [1873] = {.lex_state = 26}, @@ -16261,32 +16272,32 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1878] = {.lex_state = 26}, [1879] = {.lex_state = 26}, [1880] = {.lex_state = 26}, - [1881] = {.lex_state = 14}, + [1881] = {.lex_state = 26}, [1882] = {.lex_state = 26}, [1883] = {.lex_state = 26}, [1884] = {.lex_state = 26}, - [1885] = {.lex_state = 26}, - [1886] = {.lex_state = 26}, + [1885] = {.lex_state = 71}, + [1886] = {.lex_state = 46}, [1887] = {.lex_state = 26}, [1888] = {.lex_state = 26}, - [1889] = {.lex_state = 26}, - [1890] = {.lex_state = 26}, - [1891] = {.lex_state = 26}, + [1889] = {.lex_state = 61}, + [1890] = {.lex_state = 14}, + [1891] = {.lex_state = 43}, [1892] = {.lex_state = 26}, - [1893] = {.lex_state = 26}, - [1894] = {.lex_state = 44}, + [1893] = {.lex_state = 69}, + [1894] = {.lex_state = 26}, [1895] = {.lex_state = 26}, [1896] = {.lex_state = 26}, [1897] = {.lex_state = 26}, [1898] = {.lex_state = 26}, - [1899] = {.lex_state = 59}, - [1900] = {.lex_state = 26}, + [1899] = {.lex_state = 26}, + [1900] = {.lex_state = 69}, [1901] = {.lex_state = 26}, [1902] = {.lex_state = 26}, [1903] = {.lex_state = 26}, - [1904] = {.lex_state = 44}, + [1904] = {.lex_state = 26}, [1905] = {.lex_state = 26}, - [1906] = {.lex_state = 26}, + [1906] = {.lex_state = 43}, [1907] = {.lex_state = 26}, [1908] = {.lex_state = 26}, [1909] = {.lex_state = 26}, @@ -16294,16 +16305,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1911] = {.lex_state = 26}, [1912] = {.lex_state = 26}, [1913] = {.lex_state = 26}, - [1914] = {.lex_state = 26}, + [1914] = {.lex_state = 59}, [1915] = {.lex_state = 26}, [1916] = {.lex_state = 26}, - [1917] = {.lex_state = 26}, - [1918] = {.lex_state = 26}, + [1917] = {.lex_state = 69}, + [1918] = {.lex_state = 69}, [1919] = {.lex_state = 26}, [1920] = {.lex_state = 26}, [1921] = {.lex_state = 26}, [1922] = {.lex_state = 26}, - [1923] = {.lex_state = 71}, + [1923] = {.lex_state = 26}, [1924] = {.lex_state = 26}, [1925] = {.lex_state = 26}, [1926] = {.lex_state = 26}, @@ -16320,31 +16331,31 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1937] = {.lex_state = 26}, [1938] = {.lex_state = 26}, [1939] = {.lex_state = 26}, - [1940] = {.lex_state = 69}, - [1941] = {.lex_state = 69}, - [1942] = {.lex_state = 69}, - [1943] = {.lex_state = 59}, - [1944] = {.lex_state = 61}, - [1945] = {.lex_state = 47}, - [1946] = {.lex_state = 47}, - [1947] = {.lex_state = 69}, - [1948] = {.lex_state = 61}, - [1949] = {.lex_state = 69}, + [1940] = {.lex_state = 26}, + [1941] = {.lex_state = 26}, + [1942] = {.lex_state = 26}, + [1943] = {.lex_state = 26}, + [1944] = {.lex_state = 26}, + [1945] = {.lex_state = 26}, + [1946] = {.lex_state = 26}, + [1947] = {.lex_state = 26}, + [1948] = {.lex_state = 26}, + [1949] = {.lex_state = 26}, [1950] = {.lex_state = 71}, - [1951] = {.lex_state = 71}, + [1951] = {.lex_state = 69}, [1952] = {.lex_state = 69}, - [1953] = {.lex_state = 71}, - [1954] = {.lex_state = 71}, + [1953] = {.lex_state = 69}, + [1954] = {.lex_state = 69}, [1955] = {.lex_state = 30}, - [1956] = {.lex_state = 69}, - [1957] = {.lex_state = 30}, - [1958] = {.lex_state = 69}, - [1959] = {.lex_state = 69}, + [1956] = {.lex_state = 71}, + [1957] = {.lex_state = 71}, + [1958] = {.lex_state = 30}, + [1959] = {.lex_state = 71}, [1960] = {.lex_state = 69}, [1961] = {.lex_state = 69}, - [1962] = {.lex_state = 71}, - [1963] = {.lex_state = 69}, - [1964] = {.lex_state = 69}, + [1962] = {.lex_state = 69}, + [1963] = {.lex_state = 71}, + [1964] = {.lex_state = 71}, [1965] = {.lex_state = 69}, [1966] = {.lex_state = 69}, [1967] = {.lex_state = 69}, @@ -16365,12 +16376,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1982] = {.lex_state = 69}, [1983] = {.lex_state = 69}, [1984] = {.lex_state = 69}, - [1985] = {.lex_state = 71}, + [1985] = {.lex_state = 69}, [1986] = {.lex_state = 69}, [1987] = {.lex_state = 69}, [1988] = {.lex_state = 69}, - [1989] = {.lex_state = 69}, - [1990] = {.lex_state = 30}, + [1989] = {.lex_state = 71}, + [1990] = {.lex_state = 69}, [1991] = {.lex_state = 69}, [1992] = {.lex_state = 69}, [1993] = {.lex_state = 69}, @@ -16382,220 +16393,220 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1999] = {.lex_state = 69}, [2000] = {.lex_state = 69}, [2001] = {.lex_state = 69}, - [2002] = {.lex_state = 71}, + [2002] = {.lex_state = 69}, [2003] = {.lex_state = 69}, - [2004] = {.lex_state = 71}, + [2004] = {.lex_state = 69}, [2005] = {.lex_state = 69}, - [2006] = {.lex_state = 71}, - [2007] = {.lex_state = 71}, + [2006] = {.lex_state = 69}, + [2007] = {.lex_state = 69}, [2008] = {.lex_state = 71}, - [2009] = {.lex_state = 69}, + [2009] = {.lex_state = 71}, [2010] = {.lex_state = 69}, [2011] = {.lex_state = 69}, - [2012] = {.lex_state = 71}, + [2012] = {.lex_state = 69}, [2013] = {.lex_state = 71}, [2014] = {.lex_state = 69}, [2015] = {.lex_state = 69}, - [2016] = {.lex_state = 71}, + [2016] = {.lex_state = 69}, [2017] = {.lex_state = 69}, [2018] = {.lex_state = 69}, - [2019] = {.lex_state = 69}, + [2019] = {.lex_state = 71}, [2020] = {.lex_state = 69}, - [2021] = {.lex_state = 69}, - [2022] = {.lex_state = 71}, - [2023] = {.lex_state = 71}, - [2024] = {.lex_state = 69}, - [2025] = {.lex_state = 71}, - [2026] = {.lex_state = 69}, + [2021] = {.lex_state = 71}, + [2022] = {.lex_state = 69}, + [2023] = {.lex_state = 69}, + [2024] = {.lex_state = 71}, + [2025] = {.lex_state = 69}, + [2026] = {.lex_state = 71}, [2027] = {.lex_state = 69}, [2028] = {.lex_state = 69}, - [2029] = {.lex_state = 71}, - [2030] = {.lex_state = 71}, - [2031] = {.lex_state = 69}, + [2029] = {.lex_state = 69}, + [2030] = {.lex_state = 69}, + [2031] = {.lex_state = 71}, [2032] = {.lex_state = 69}, - [2033] = {.lex_state = 71}, - [2034] = {.lex_state = 71}, - [2035] = {.lex_state = 69}, + [2033] = {.lex_state = 69}, + [2034] = {.lex_state = 69}, + [2035] = {.lex_state = 71}, [2036] = {.lex_state = 69}, - [2037] = {.lex_state = 71}, + [2037] = {.lex_state = 69}, [2038] = {.lex_state = 71}, [2039] = {.lex_state = 71}, [2040] = {.lex_state = 69}, [2041] = {.lex_state = 69}, - [2042] = {.lex_state = 71}, + [2042] = {.lex_state = 69}, [2043] = {.lex_state = 69}, [2044] = {.lex_state = 71}, - [2045] = {.lex_state = 69}, - [2046] = {.lex_state = 71}, - [2047] = {.lex_state = 69}, - [2048] = {.lex_state = 71}, + [2045] = {.lex_state = 71}, + [2046] = {.lex_state = 69}, + [2047] = {.lex_state = 71}, + [2048] = {.lex_state = 69}, [2049] = {.lex_state = 69}, - [2050] = {.lex_state = 69}, + [2050] = {.lex_state = 71}, [2051] = {.lex_state = 71}, - [2052] = {.lex_state = 71}, - [2053] = {.lex_state = 71}, - [2054] = {.lex_state = 69}, + [2052] = {.lex_state = 69}, + [2053] = {.lex_state = 69}, + [2054] = {.lex_state = 71}, [2055] = {.lex_state = 69}, [2056] = {.lex_state = 69}, [2057] = {.lex_state = 71}, - [2058] = {.lex_state = 71}, + [2058] = {.lex_state = 69}, [2059] = {.lex_state = 69}, [2060] = {.lex_state = 71}, - [2061] = {.lex_state = 71}, - [2062] = {.lex_state = 69}, - [2063] = {.lex_state = 69}, + [2061] = {.lex_state = 69}, + [2062] = {.lex_state = 71}, + [2063] = {.lex_state = 71}, [2064] = {.lex_state = 69}, - [2065] = {.lex_state = 71}, - [2066] = {.lex_state = 71}, - [2067] = {.lex_state = 71}, - [2068] = {.lex_state = 69}, + [2065] = {.lex_state = 69}, + [2066] = {.lex_state = 69}, + [2067] = {.lex_state = 69}, + [2068] = {.lex_state = 71}, [2069] = {.lex_state = 69}, [2070] = {.lex_state = 69}, [2071] = {.lex_state = 69}, [2072] = {.lex_state = 69}, [2073] = {.lex_state = 69}, - [2074] = {.lex_state = 69}, + [2074] = {.lex_state = 71}, [2075] = {.lex_state = 71}, - [2076] = {.lex_state = 71}, + [2076] = {.lex_state = 69}, [2077] = {.lex_state = 71}, [2078] = {.lex_state = 71}, - [2079] = {.lex_state = 69}, - [2080] = {.lex_state = 71}, - [2081] = {.lex_state = 69}, + [2079] = {.lex_state = 71}, + [2080] = {.lex_state = 69}, + [2081] = {.lex_state = 71}, [2082] = {.lex_state = 69}, [2083] = {.lex_state = 69}, - [2084] = {.lex_state = 71}, + [2084] = {.lex_state = 69}, [2085] = {.lex_state = 69}, - [2086] = {.lex_state = 71}, + [2086] = {.lex_state = 69}, [2087] = {.lex_state = 69}, - [2088] = {.lex_state = 71}, - [2089] = {.lex_state = 69}, - [2090] = {.lex_state = 69}, + [2088] = {.lex_state = 69}, + [2089] = {.lex_state = 71}, + [2090] = {.lex_state = 71}, [2091] = {.lex_state = 71}, - [2092] = {.lex_state = 69}, - [2093] = {.lex_state = 71}, + [2092] = {.lex_state = 71}, + [2093] = {.lex_state = 69}, [2094] = {.lex_state = 69}, - [2095] = {.lex_state = 69}, + [2095] = {.lex_state = 71}, [2096] = {.lex_state = 71}, [2097] = {.lex_state = 69}, [2098] = {.lex_state = 71}, [2099] = {.lex_state = 71}, [2100] = {.lex_state = 71}, - [2101] = {.lex_state = 69}, - [2102] = {.lex_state = 69}, + [2101] = {.lex_state = 71}, + [2102] = {.lex_state = 71}, [2103] = {.lex_state = 69}, - [2104] = {.lex_state = 71}, + [2104] = {.lex_state = 69}, [2105] = {.lex_state = 71}, [2106] = {.lex_state = 71}, [2107] = {.lex_state = 71}, - [2108] = {.lex_state = 69}, - [2109] = {.lex_state = 69}, - [2110] = {.lex_state = 71}, - [2111] = {.lex_state = 71}, + [2108] = {.lex_state = 71}, + [2109] = {.lex_state = 71}, + [2110] = {.lex_state = 69}, + [2111] = {.lex_state = 69}, [2112] = {.lex_state = 71}, [2113] = {.lex_state = 71}, - [2114] = {.lex_state = 69}, + [2114] = {.lex_state = 71}, [2115] = {.lex_state = 71}, [2116] = {.lex_state = 71}, [2117] = {.lex_state = 71}, [2118] = {.lex_state = 71}, - [2119] = {.lex_state = 69}, - [2120] = {.lex_state = 69}, + [2119] = {.lex_state = 71}, + [2120] = {.lex_state = 71}, [2121] = {.lex_state = 71}, - [2122] = {.lex_state = 69}, + [2122] = {.lex_state = 71}, [2123] = {.lex_state = 71}, [2124] = {.lex_state = 71}, [2125] = {.lex_state = 71}, - [2126] = {.lex_state = 69}, + [2126] = {.lex_state = 71}, [2127] = {.lex_state = 69}, [2128] = {.lex_state = 71}, - [2129] = {.lex_state = 71}, + [2129] = {.lex_state = 69}, [2130] = {.lex_state = 71}, - [2131] = {.lex_state = 71}, + [2131] = {.lex_state = 69}, [2132] = {.lex_state = 71}, [2133] = {.lex_state = 71}, [2134] = {.lex_state = 71}, - [2135] = {.lex_state = 71}, + [2135] = {.lex_state = 30}, [2136] = {.lex_state = 71}, [2137] = {.lex_state = 71}, [2138] = {.lex_state = 71}, [2139] = {.lex_state = 71}, - [2140] = {.lex_state = 71}, + [2140] = {.lex_state = 69}, [2141] = {.lex_state = 71}, [2142] = {.lex_state = 71}, [2143] = {.lex_state = 71}, [2144] = {.lex_state = 71}, [2145] = {.lex_state = 71}, - [2146] = {.lex_state = 69}, + [2146] = {.lex_state = 71}, [2147] = {.lex_state = 71}, [2148] = {.lex_state = 71}, [2149] = {.lex_state = 71}, [2150] = {.lex_state = 71}, [2151] = {.lex_state = 71}, - [2152] = {.lex_state = 71}, + [2152] = {.lex_state = 69}, [2153] = {.lex_state = 69}, - [2154] = {.lex_state = 69}, + [2154] = {.lex_state = 71}, [2155] = {.lex_state = 71}, [2156] = {.lex_state = 71}, - [2157] = {.lex_state = 71}, + [2157] = {.lex_state = 69}, [2158] = {.lex_state = 71}, [2159] = {.lex_state = 71}, [2160] = {.lex_state = 71}, - [2161] = {.lex_state = 69}, - [2162] = {.lex_state = 69}, - [2163] = {.lex_state = 69}, + [2161] = {.lex_state = 71}, + [2162] = {.lex_state = 71}, + [2163] = {.lex_state = 71}, [2164] = {.lex_state = 71}, [2165] = {.lex_state = 71}, [2166] = {.lex_state = 71}, [2167] = {.lex_state = 71}, [2168] = {.lex_state = 71}, - [2169] = {.lex_state = 69}, - [2170] = {.lex_state = 69}, - [2171] = {.lex_state = 49}, + [2169] = {.lex_state = 71}, + [2170] = {.lex_state = 71}, + [2171] = {.lex_state = 71}, [2172] = {.lex_state = 49}, [2173] = {.lex_state = 49}, [2174] = {.lex_state = 49}, [2175] = {.lex_state = 49}, - [2176] = {.lex_state = 15}, - [2177] = {.lex_state = 69}, + [2176] = {.lex_state = 49}, + [2177] = {.lex_state = 15}, [2178] = {.lex_state = 15}, [2179] = {.lex_state = 15}, - [2180] = {.lex_state = 15}, - [2181] = {.lex_state = 15}, - [2182] = {.lex_state = 79}, + [2180] = {.lex_state = 69}, + [2181] = {.lex_state = 79}, + [2182] = {.lex_state = 15}, [2183] = {.lex_state = 15}, - [2184] = {.lex_state = 22}, + [2184] = {.lex_state = 15}, [2185] = {.lex_state = 79}, [2186] = {.lex_state = 79}, - [2187] = {.lex_state = 79}, - [2188] = {.lex_state = 79}, - [2189] = {.lex_state = 79}, + [2187] = {.lex_state = 22}, + [2188] = {.lex_state = 22}, + [2189] = {.lex_state = 15}, [2190] = {.lex_state = 15}, [2191] = {.lex_state = 79}, [2192] = {.lex_state = 22}, - [2193] = {.lex_state = 22}, - [2194] = {.lex_state = 15}, + [2193] = {.lex_state = 15}, + [2194] = {.lex_state = 79}, [2195] = {.lex_state = 79}, [2196] = {.lex_state = 79}, [2197] = {.lex_state = 79}, [2198] = {.lex_state = 15}, [2199] = {.lex_state = 79}, - [2200] = {.lex_state = 22}, - [2201] = {.lex_state = 15}, + [2200] = {.lex_state = 79}, + [2201] = {.lex_state = 22}, [2202] = {.lex_state = 15}, [2203] = {.lex_state = 15}, - [2204] = {.lex_state = 53}, + [2204] = {.lex_state = 15}, [2205] = {.lex_state = 15}, - [2206] = {.lex_state = 53}, + [2206] = {.lex_state = 15}, [2207] = {.lex_state = 15}, [2208] = {.lex_state = 15}, [2209] = {.lex_state = 15}, [2210] = {.lex_state = 15}, - [2211] = {.lex_state = 53}, + [2211] = {.lex_state = 15}, [2212] = {.lex_state = 15}, [2213] = {.lex_state = 15}, [2214] = {.lex_state = 15}, - [2215] = {.lex_state = 79}, + [2215] = {.lex_state = 15}, [2216] = {.lex_state = 15}, [2217] = {.lex_state = 15}, [2218] = {.lex_state = 15}, @@ -16604,12 +16615,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2221] = {.lex_state = 15}, [2222] = {.lex_state = 15}, [2223] = {.lex_state = 15}, - [2224] = {.lex_state = 79}, - [2225] = {.lex_state = 53}, + [2224] = {.lex_state = 15}, + [2225] = {.lex_state = 15}, [2226] = {.lex_state = 15}, [2227] = {.lex_state = 15}, [2228] = {.lex_state = 15}, - [2229] = {.lex_state = 15}, + [2229] = {.lex_state = 79}, [2230] = {.lex_state = 15}, [2231] = {.lex_state = 15}, [2232] = {.lex_state = 15}, @@ -16624,7 +16635,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2241] = {.lex_state = 15}, [2242] = {.lex_state = 15}, [2243] = {.lex_state = 15}, - [2244] = {.lex_state = 15}, + [2244] = {.lex_state = 31}, [2245] = {.lex_state = 15}, [2246] = {.lex_state = 15}, [2247] = {.lex_state = 15}, @@ -16634,7 +16645,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2251] = {.lex_state = 15}, [2252] = {.lex_state = 15}, [2253] = {.lex_state = 15}, - [2254] = {.lex_state = 31}, + [2254] = {.lex_state = 15}, [2255] = {.lex_state = 15}, [2256] = {.lex_state = 15}, [2257] = {.lex_state = 15}, @@ -16647,8 +16658,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2264] = {.lex_state = 15}, [2265] = {.lex_state = 15}, [2266] = {.lex_state = 15}, - [2267] = {.lex_state = 53}, - [2268] = {.lex_state = 15}, + [2267] = {.lex_state = 15}, + [2268] = {.lex_state = 79}, [2269] = {.lex_state = 15}, [2270] = {.lex_state = 15}, [2271] = {.lex_state = 15}, @@ -16665,18 +16676,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2282] = {.lex_state = 15}, [2283] = {.lex_state = 15}, [2284] = {.lex_state = 15}, - [2285] = {.lex_state = 15}, + [2285] = {.lex_state = 79}, [2286] = {.lex_state = 15}, - [2287] = {.lex_state = 79}, + [2287] = {.lex_state = 53}, [2288] = {.lex_state = 15}, - [2289] = {.lex_state = 15}, + [2289] = {.lex_state = 53}, [2290] = {.lex_state = 15}, - [2291] = {.lex_state = 15}, + [2291] = {.lex_state = 53}, [2292] = {.lex_state = 15}, [2293] = {.lex_state = 15}, - [2294] = {.lex_state = 15}, - [2295] = {.lex_state = 15}, - [2296] = {.lex_state = 15}, + [2294] = {.lex_state = 53}, + [2295] = {.lex_state = 53}, + [2296] = {.lex_state = 79}, [2297] = {.lex_state = 15}, [2298] = {.lex_state = 15}, [2299] = {.lex_state = 15}, @@ -16693,79 +16704,79 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2310] = {.lex_state = 15}, [2311] = {.lex_state = 15}, [2312] = {.lex_state = 15}, - [2313] = {.lex_state = 79}, + [2313] = {.lex_state = 15}, [2314] = {.lex_state = 15}, [2315] = {.lex_state = 15}, [2316] = {.lex_state = 15}, - [2317] = {.lex_state = 15}, - [2318] = {.lex_state = 15}, + [2317] = {.lex_state = 63}, + [2318] = {.lex_state = 79}, [2319] = {.lex_state = 15}, - [2320] = {.lex_state = 73}, + [2320] = {.lex_state = 15}, [2321] = {.lex_state = 15}, - [2322] = {.lex_state = 15}, - [2323] = {.lex_state = 63}, - [2324] = {.lex_state = 15}, - [2325] = {.lex_state = 73}, + [2322] = {.lex_state = 73}, + [2323] = {.lex_state = 15}, + [2324] = {.lex_state = 73}, + [2325] = {.lex_state = 15}, [2326] = {.lex_state = 15}, - [2327] = {.lex_state = 79}, - [2328] = {.lex_state = 79}, + [2327] = {.lex_state = 73}, + [2328] = {.lex_state = 15}, [2329] = {.lex_state = 15}, [2330] = {.lex_state = 15}, [2331] = {.lex_state = 15}, - [2332] = {.lex_state = 63}, + [2332] = {.lex_state = 15}, [2333] = {.lex_state = 15}, - [2334] = {.lex_state = 15}, - [2335] = {.lex_state = 73}, - [2336] = {.lex_state = 15}, + [2334] = {.lex_state = 63}, + [2335] = {.lex_state = 79}, + [2336] = {.lex_state = 50}, [2337] = {.lex_state = 50}, - [2338] = {.lex_state = 50}, - [2339] = {.lex_state = 15}, + [2338] = {.lex_state = 15}, + [2339] = {.lex_state = 73}, [2340] = {.lex_state = 73}, - [2341] = {.lex_state = 73}, + [2341] = {.lex_state = 15}, [2342] = {.lex_state = 28}, - [2343] = {.lex_state = 15}, + [2343] = {.lex_state = 73}, [2344] = {.lex_state = 28}, - [2345] = {.lex_state = 28}, + [2345] = {.lex_state = 15}, [2346] = {.lex_state = 28}, - [2347] = {.lex_state = 73}, + [2347] = {.lex_state = 28}, [2348] = {.lex_state = 73}, [2349] = {.lex_state = 73}, - [2350] = {.lex_state = 73}, - [2351] = {.lex_state = 28}, + [2350] = {.lex_state = 28}, + [2351] = {.lex_state = 73}, [2352] = {.lex_state = 28}, [2353] = {.lex_state = 73}, [2354] = {.lex_state = 73}, [2355] = {.lex_state = 73}, [2356] = {.lex_state = 73}, [2357] = {.lex_state = 73}, - [2358] = {.lex_state = 15}, + [2358] = {.lex_state = 73}, [2359] = {.lex_state = 73}, - [2360] = {.lex_state = 15}, + [2360] = {.lex_state = 73}, [2361] = {.lex_state = 73}, [2362] = {.lex_state = 73}, - [2363] = {.lex_state = 28}, - [2364] = {.lex_state = 28}, + [2363] = {.lex_state = 73}, + [2364] = {.lex_state = 73}, [2365] = {.lex_state = 73}, - [2366] = {.lex_state = 28}, + [2366] = {.lex_state = 73}, [2367] = {.lex_state = 73}, [2368] = {.lex_state = 73}, - [2369] = {.lex_state = 28}, + [2369] = {.lex_state = 73}, [2370] = {.lex_state = 73}, [2371] = {.lex_state = 73}, [2372] = {.lex_state = 73}, - [2373] = {.lex_state = 28}, + [2373] = {.lex_state = 73}, [2374] = {.lex_state = 73}, [2375] = {.lex_state = 73}, - [2376] = {.lex_state = 28}, + [2376] = {.lex_state = 73}, [2377] = {.lex_state = 73}, - [2378] = {.lex_state = 28}, - [2379] = {.lex_state = 28}, - [2380] = {.lex_state = 28}, + [2378] = {.lex_state = 73}, + [2379] = {.lex_state = 73}, + [2380] = {.lex_state = 73}, [2381] = {.lex_state = 73}, [2382] = {.lex_state = 73}, [2383] = {.lex_state = 73}, [2384] = {.lex_state = 73}, - [2385] = {.lex_state = 73}, + [2385] = {.lex_state = 28}, [2386] = {.lex_state = 73}, [2387] = {.lex_state = 73}, [2388] = {.lex_state = 73}, @@ -16773,44 +16784,44 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2390] = {.lex_state = 73}, [2391] = {.lex_state = 73}, [2392] = {.lex_state = 73}, - [2393] = {.lex_state = 28}, - [2394] = {.lex_state = 28}, - [2395] = {.lex_state = 28}, + [2393] = {.lex_state = 73}, + [2394] = {.lex_state = 15}, + [2395] = {.lex_state = 15}, [2396] = {.lex_state = 73}, - [2397] = {.lex_state = 73}, - [2398] = {.lex_state = 73}, + [2397] = {.lex_state = 28}, + [2398] = {.lex_state = 28}, [2399] = {.lex_state = 73}, [2400] = {.lex_state = 73}, [2401] = {.lex_state = 73}, - [2402] = {.lex_state = 73}, + [2402] = {.lex_state = 28}, [2403] = {.lex_state = 73}, [2404] = {.lex_state = 73}, [2405] = {.lex_state = 73}, [2406] = {.lex_state = 73}, [2407] = {.lex_state = 73}, - [2408] = {.lex_state = 73}, + [2408] = {.lex_state = 28}, [2409] = {.lex_state = 73}, [2410] = {.lex_state = 73}, [2411] = {.lex_state = 73}, [2412] = {.lex_state = 73}, - [2413] = {.lex_state = 28}, + [2413] = {.lex_state = 73}, [2414] = {.lex_state = 73}, - [2415] = {.lex_state = 73}, - [2416] = {.lex_state = 73}, + [2415] = {.lex_state = 28}, + [2416] = {.lex_state = 28}, [2417] = {.lex_state = 73}, [2418] = {.lex_state = 73}, - [2419] = {.lex_state = 73}, + [2419] = {.lex_state = 28}, [2420] = {.lex_state = 73}, [2421] = {.lex_state = 73}, [2422] = {.lex_state = 73}, - [2423] = {.lex_state = 73}, - [2424] = {.lex_state = 73}, - [2425] = {.lex_state = 73}, + [2423] = {.lex_state = 28}, + [2424] = {.lex_state = 28}, + [2425] = {.lex_state = 28}, [2426] = {.lex_state = 73}, [2427] = {.lex_state = 73}, - [2428] = {.lex_state = 73}, - [2429] = {.lex_state = 73}, - [2430] = {.lex_state = 73}, + [2428] = {.lex_state = 28}, + [2429] = {.lex_state = 28}, + [2430] = {.lex_state = 28}, [2431] = {.lex_state = 73}, [2432] = {.lex_state = 73}, [2433] = {.lex_state = 73}, @@ -16819,15 +16830,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2436] = {.lex_state = 73}, [2437] = {.lex_state = 73}, [2438] = {.lex_state = 73}, - [2439] = {.lex_state = 22}, + [2439] = {.lex_state = 73}, [2440] = {.lex_state = 73}, [2441] = {.lex_state = 73}, - [2442] = {.lex_state = 28}, - [2443] = {.lex_state = 28}, - [2444] = {.lex_state = 73}, + [2442] = {.lex_state = 73}, + [2443] = {.lex_state = 73}, + [2444] = {.lex_state = 22}, [2445] = {.lex_state = 73}, [2446] = {.lex_state = 73}, - [2447] = {.lex_state = 22}, + [2447] = {.lex_state = 73}, [2448] = {.lex_state = 73}, [2449] = {.lex_state = 73}, [2450] = {.lex_state = 73}, @@ -16839,13 +16850,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2456] = {.lex_state = 73}, [2457] = {.lex_state = 73}, [2458] = {.lex_state = 73}, - [2459] = {.lex_state = 73}, - [2460] = {.lex_state = 73}, + [2459] = {.lex_state = 28}, + [2460] = {.lex_state = 28}, [2461] = {.lex_state = 73}, [2462] = {.lex_state = 73}, [2463] = {.lex_state = 73}, [2464] = {.lex_state = 73}, - [2465] = {.lex_state = 73}, + [2465] = {.lex_state = 22}, [2466] = {.lex_state = 73}, [2467] = {.lex_state = 73}, [2468] = {.lex_state = 73}, @@ -16853,128 +16864,128 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2470] = {.lex_state = 73}, [2471] = {.lex_state = 73}, [2472] = {.lex_state = 73}, - [2473] = {.lex_state = 28}, - [2474] = {.lex_state = 73}, + [2473] = {.lex_state = 73}, + [2474] = {.lex_state = 28}, [2475] = {.lex_state = 73}, [2476] = {.lex_state = 73}, [2477] = {.lex_state = 73}, [2478] = {.lex_state = 73}, - [2479] = {.lex_state = 28}, + [2479] = {.lex_state = 73}, [2480] = {.lex_state = 73}, - [2481] = {.lex_state = 28}, - [2482] = {.lex_state = 31}, - [2483] = {.lex_state = 28}, - [2484] = {.lex_state = 75}, - [2485] = {.lex_state = 75}, - [2486] = {.lex_state = 75}, - [2487] = {.lex_state = 75}, - [2488] = {.lex_state = 75}, - [2489] = {.lex_state = 75}, + [2481] = {.lex_state = 75}, + [2482] = {.lex_state = 75}, + [2483] = {.lex_state = 73}, + [2484] = {.lex_state = 73}, + [2485] = {.lex_state = 73}, + [2486] = {.lex_state = 73}, + [2487] = {.lex_state = 73}, + [2488] = {.lex_state = 73}, + [2489] = {.lex_state = 73}, [2490] = {.lex_state = 75}, - [2491] = {.lex_state = 73}, - [2492] = {.lex_state = 73}, - [2493] = {.lex_state = 73}, - [2494] = {.lex_state = 73}, - [2495] = {.lex_state = 73}, - [2496] = {.lex_state = 73}, - [2497] = {.lex_state = 73}, - [2498] = {.lex_state = 73}, - [2499] = {.lex_state = 73}, + [2491] = {.lex_state = 75}, + [2492] = {.lex_state = 75}, + [2493] = {.lex_state = 75}, + [2494] = {.lex_state = 75}, + [2495] = {.lex_state = 75}, + [2496] = {.lex_state = 75}, + [2497] = {.lex_state = 75}, + [2498] = {.lex_state = 75}, + [2499] = {.lex_state = 28}, [2500] = {.lex_state = 28}, [2501] = {.lex_state = 28}, - [2502] = {.lex_state = 75}, - [2503] = {.lex_state = 28}, + [2502] = {.lex_state = 28}, + [2503] = {.lex_state = 31}, [2504] = {.lex_state = 73}, [2505] = {.lex_state = 28}, [2506] = {.lex_state = 28}, [2507] = {.lex_state = 28}, - [2508] = {.lex_state = 75}, - [2509] = {.lex_state = 75}, - [2510] = {.lex_state = 33}, - [2511] = {.lex_state = 33}, - [2512] = {.lex_state = 28}, + [2508] = {.lex_state = 33}, + [2509] = {.lex_state = 28}, + [2510] = {.lex_state = 28}, + [2511] = {.lex_state = 28}, + [2512] = {.lex_state = 33}, [2513] = {.lex_state = 33}, - [2514] = {.lex_state = 28}, - [2515] = {.lex_state = 75}, + [2514] = {.lex_state = 73}, + [2515] = {.lex_state = 73}, [2516] = {.lex_state = 73}, [2517] = {.lex_state = 75}, - [2518] = {.lex_state = 28}, + [2518] = {.lex_state = 73}, [2519] = {.lex_state = 28}, - [2520] = {.lex_state = 73}, - [2521] = {.lex_state = 73}, + [2520] = {.lex_state = 28}, + [2521] = {.lex_state = 75}, [2522] = {.lex_state = 28}, - [2523] = {.lex_state = 73}, - [2524] = {.lex_state = 75}, - [2525] = {.lex_state = 75}, - [2526] = {.lex_state = 75}, + [2523] = {.lex_state = 28}, + [2524] = {.lex_state = 28}, + [2525] = {.lex_state = 28}, + [2526] = {.lex_state = 28}, [2527] = {.lex_state = 28}, [2528] = {.lex_state = 28}, [2529] = {.lex_state = 28}, [2530] = {.lex_state = 28}, [2531] = {.lex_state = 28}, - [2532] = {.lex_state = 28}, - [2533] = {.lex_state = 28}, - [2534] = {.lex_state = 28}, - [2535] = {.lex_state = 28}, - [2536] = {.lex_state = 28}, + [2532] = {.lex_state = 75}, + [2533] = {.lex_state = 75}, + [2534] = {.lex_state = 75}, + [2535] = {.lex_state = 75}, + [2536] = {.lex_state = 73}, [2537] = {.lex_state = 73}, - [2538] = {.lex_state = 28}, + [2538] = {.lex_state = 73}, [2539] = {.lex_state = 28}, - [2540] = {.lex_state = 28}, + [2540] = {.lex_state = 73}, [2541] = {.lex_state = 28}, - [2542] = {.lex_state = 28}, - [2543] = {.lex_state = 28}, + [2542] = {.lex_state = 73}, + [2543] = {.lex_state = 73}, [2544] = {.lex_state = 28}, - [2545] = {.lex_state = 28}, - [2546] = {.lex_state = 28}, - [2547] = {.lex_state = 28}, - [2548] = {.lex_state = 28}, - [2549] = {.lex_state = 75}, + [2545] = {.lex_state = 75}, + [2546] = {.lex_state = 55}, + [2547] = {.lex_state = 75}, + [2548] = {.lex_state = 75}, + [2549] = {.lex_state = 28}, [2550] = {.lex_state = 28}, [2551] = {.lex_state = 28}, - [2552] = {.lex_state = 28}, + [2552] = {.lex_state = 75}, [2553] = {.lex_state = 28}, [2554] = {.lex_state = 28}, - [2555] = {.lex_state = 73}, - [2556] = {.lex_state = 73}, + [2555] = {.lex_state = 28}, + [2556] = {.lex_state = 28}, [2557] = {.lex_state = 28}, - [2558] = {.lex_state = 28}, + [2558] = {.lex_state = 55}, [2559] = {.lex_state = 28}, [2560] = {.lex_state = 28}, [2561] = {.lex_state = 73}, [2562] = {.lex_state = 28}, - [2563] = {.lex_state = 28}, + [2563] = {.lex_state = 73}, [2564] = {.lex_state = 28}, [2565] = {.lex_state = 28}, - [2566] = {.lex_state = 28}, - [2567] = {.lex_state = 75}, - [2568] = {.lex_state = 75}, + [2566] = {.lex_state = 73}, + [2567] = {.lex_state = 73}, + [2568] = {.lex_state = 28}, [2569] = {.lex_state = 28}, [2570] = {.lex_state = 28}, [2571] = {.lex_state = 28}, [2572] = {.lex_state = 28}, - [2573] = {.lex_state = 75}, + [2573] = {.lex_state = 28}, [2574] = {.lex_state = 28}, - [2575] = {.lex_state = 65}, + [2575] = {.lex_state = 28}, [2576] = {.lex_state = 28}, - [2577] = {.lex_state = 65}, - [2578] = {.lex_state = 73}, + [2577] = {.lex_state = 28}, + [2578] = {.lex_state = 28}, [2579] = {.lex_state = 28}, [2580] = {.lex_state = 28}, - [2581] = {.lex_state = 28}, - [2582] = {.lex_state = 28}, + [2581] = {.lex_state = 75}, + [2582] = {.lex_state = 75}, [2583] = {.lex_state = 28}, [2584] = {.lex_state = 28}, [2585] = {.lex_state = 28}, - [2586] = {.lex_state = 28}, - [2587] = {.lex_state = 73}, + [2586] = {.lex_state = 65}, + [2587] = {.lex_state = 65}, [2588] = {.lex_state = 28}, [2589] = {.lex_state = 28}, [2590] = {.lex_state = 28}, [2591] = {.lex_state = 28}, [2592] = {.lex_state = 28}, [2593] = {.lex_state = 28}, - [2594] = {.lex_state = 73}, + [2594] = {.lex_state = 28}, [2595] = {.lex_state = 28}, [2596] = {.lex_state = 28}, [2597] = {.lex_state = 28}, @@ -16984,7 +16995,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2601] = {.lex_state = 28}, [2602] = {.lex_state = 28}, [2603] = {.lex_state = 28}, - [2604] = {.lex_state = 28}, + [2604] = {.lex_state = 73}, [2605] = {.lex_state = 28}, [2606] = {.lex_state = 28}, [2607] = {.lex_state = 28}, @@ -17002,140 +17013,140 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2619] = {.lex_state = 28}, [2620] = {.lex_state = 28}, [2621] = {.lex_state = 28}, - [2622] = {.lex_state = 75}, - [2623] = {.lex_state = 75}, - [2624] = {.lex_state = 75}, - [2625] = {.lex_state = 75}, - [2626] = {.lex_state = 28}, + [2622] = {.lex_state = 28}, + [2623] = {.lex_state = 73}, + [2624] = {.lex_state = 28}, + [2625] = {.lex_state = 28}, + [2626] = {.lex_state = 73}, [2627] = {.lex_state = 28}, - [2628] = {.lex_state = 28}, - [2629] = {.lex_state = 73}, + [2628] = {.lex_state = 73}, + [2629] = {.lex_state = 28}, [2630] = {.lex_state = 28}, - [2631] = {.lex_state = 28}, - [2632] = {.lex_state = 28}, + [2631] = {.lex_state = 73}, + [2632] = {.lex_state = 73}, [2633] = {.lex_state = 28}, [2634] = {.lex_state = 28}, [2635] = {.lex_state = 28}, - [2636] = {.lex_state = 73}, + [2636] = {.lex_state = 28}, [2637] = {.lex_state = 28}, - [2638] = {.lex_state = 73}, - [2639] = {.lex_state = 73}, - [2640] = {.lex_state = 73}, - [2641] = {.lex_state = 73}, - [2642] = {.lex_state = 73}, - [2643] = {.lex_state = 55}, + [2638] = {.lex_state = 28}, + [2639] = {.lex_state = 28}, + [2640] = {.lex_state = 28}, + [2641] = {.lex_state = 28}, + [2642] = {.lex_state = 28}, + [2643] = {.lex_state = 28}, [2644] = {.lex_state = 73}, - [2645] = {.lex_state = 73}, + [2645] = {.lex_state = 28}, [2646] = {.lex_state = 28}, [2647] = {.lex_state = 28}, - [2648] = {.lex_state = 55}, + [2648] = {.lex_state = 28}, [2649] = {.lex_state = 28}, - [2650] = {.lex_state = 28}, + [2650] = {.lex_state = 73}, [2651] = {.lex_state = 73}, [2652] = {.lex_state = 73}, - [2653] = {.lex_state = 73}, + [2653] = {.lex_state = 75}, [2654] = {.lex_state = 73}, [2655] = {.lex_state = 73}, [2656] = {.lex_state = 73}, [2657] = {.lex_state = 73}, [2658] = {.lex_state = 73}, - [2659] = {.lex_state = 73}, - [2660] = {.lex_state = 73}, - [2661] = {.lex_state = 73}, - [2662] = {.lex_state = 73}, + [2659] = {.lex_state = 28}, + [2660] = {.lex_state = 28}, + [2661] = {.lex_state = 77}, + [2662] = {.lex_state = 75}, [2663] = {.lex_state = 73}, [2664] = {.lex_state = 73}, - [2665] = {.lex_state = 73}, + [2665] = {.lex_state = 75}, [2666] = {.lex_state = 73}, - [2667] = {.lex_state = 75}, + [2667] = {.lex_state = 73}, [2668] = {.lex_state = 73}, [2669] = {.lex_state = 73}, [2670] = {.lex_state = 73}, - [2671] = {.lex_state = 73}, + [2671] = {.lex_state = 75}, [2672] = {.lex_state = 73}, - [2673] = {.lex_state = 75}, + [2673] = {.lex_state = 73}, [2674] = {.lex_state = 73}, [2675] = {.lex_state = 73}, - [2676] = {.lex_state = 75}, + [2676] = {.lex_state = 73}, [2677] = {.lex_state = 73}, - [2678] = {.lex_state = 77}, - [2679] = {.lex_state = 73}, - [2680] = {.lex_state = 73}, + [2678] = {.lex_state = 73}, + [2679] = {.lex_state = 75}, + [2680] = {.lex_state = 75}, [2681] = {.lex_state = 73}, [2682] = {.lex_state = 73}, - [2683] = {.lex_state = 75}, - [2684] = {.lex_state = 75}, + [2683] = {.lex_state = 73}, + [2684] = {.lex_state = 73}, [2685] = {.lex_state = 73}, [2686] = {.lex_state = 73}, - [2687] = {.lex_state = 28}, - [2688] = {.lex_state = 28}, - [2689] = {.lex_state = 75}, + [2687] = {.lex_state = 73}, + [2688] = {.lex_state = 73}, + [2689] = {.lex_state = 73}, [2690] = {.lex_state = 73}, [2691] = {.lex_state = 73}, [2692] = {.lex_state = 75}, [2693] = {.lex_state = 75}, [2694] = {.lex_state = 75}, - [2695] = {.lex_state = 83}, - [2696] = {.lex_state = 83}, - [2697] = {.lex_state = 83}, - [2698] = {.lex_state = 75}, - [2699] = {.lex_state = 73}, - [2700] = {.lex_state = 75}, - [2701] = {.lex_state = 75}, - [2702] = {.lex_state = 73}, - [2703] = {.lex_state = 73}, + [2695] = {.lex_state = 73}, + [2696] = {.lex_state = 75}, + [2697] = {.lex_state = 75}, + [2698] = {.lex_state = 73}, + [2699] = {.lex_state = 83}, + [2700] = {.lex_state = 73}, + [2701] = {.lex_state = 77}, + [2702] = {.lex_state = 75}, + [2703] = {.lex_state = 75}, [2704] = {.lex_state = 73}, [2705] = {.lex_state = 83}, - [2706] = {.lex_state = 73}, + [2706] = {.lex_state = 75}, [2707] = {.lex_state = 73}, - [2708] = {.lex_state = 83}, - [2709] = {.lex_state = 77}, - [2710] = {.lex_state = 75}, + [2708] = {.lex_state = 73}, + [2709] = {.lex_state = 73}, + [2710] = {.lex_state = 57}, [2711] = {.lex_state = 73}, - [2712] = {.lex_state = 75}, - [2713] = {.lex_state = 73}, + [2712] = {.lex_state = 73}, + [2713] = {.lex_state = 75}, [2714] = {.lex_state = 73}, - [2715] = {.lex_state = 73}, + [2715] = {.lex_state = 57}, [2716] = {.lex_state = 73}, [2717] = {.lex_state = 75}, - [2718] = {.lex_state = 73}, - [2719] = {.lex_state = 75}, + [2718] = {.lex_state = 75}, + [2719] = {.lex_state = 83}, [2720] = {.lex_state = 75}, - [2721] = {.lex_state = 73}, + [2721] = {.lex_state = 75}, [2722] = {.lex_state = 75}, [2723] = {.lex_state = 75}, [2724] = {.lex_state = 75}, - [2725] = {.lex_state = 83}, + [2725] = {.lex_state = 75}, [2726] = {.lex_state = 75}, [2727] = {.lex_state = 75}, - [2728] = {.lex_state = 75}, - [2729] = {.lex_state = 75}, - [2730] = {.lex_state = 75}, + [2728] = {.lex_state = 73}, + [2729] = {.lex_state = 73}, + [2730] = {.lex_state = 83}, [2731] = {.lex_state = 73}, - [2732] = {.lex_state = 73}, + [2732] = {.lex_state = 75}, [2733] = {.lex_state = 75}, - [2734] = {.lex_state = 75}, - [2735] = {.lex_state = 75}, - [2736] = {.lex_state = 75}, - [2737] = {.lex_state = 73}, - [2738] = {.lex_state = 73}, - [2739] = {.lex_state = 75}, + [2734] = {.lex_state = 73}, + [2735] = {.lex_state = 73}, + [2736] = {.lex_state = 73}, + [2737] = {.lex_state = 75}, + [2738] = {.lex_state = 75}, + [2739] = {.lex_state = 73}, [2740] = {.lex_state = 75}, [2741] = {.lex_state = 75}, [2742] = {.lex_state = 75}, [2743] = {.lex_state = 75}, [2744] = {.lex_state = 75}, - [2745] = {.lex_state = 73}, + [2745] = {.lex_state = 75}, [2746] = {.lex_state = 75}, - [2747] = {.lex_state = 75}, + [2747] = {.lex_state = 73}, [2748] = {.lex_state = 75}, - [2749] = {.lex_state = 73}, + [2749] = {.lex_state = 83}, [2750] = {.lex_state = 75}, - [2751] = {.lex_state = 83}, - [2752] = {.lex_state = 83}, + [2751] = {.lex_state = 75}, + [2752] = {.lex_state = 75}, [2753] = {.lex_state = 75}, [2754] = {.lex_state = 75}, - [2755] = {.lex_state = 75}, + [2755] = {.lex_state = 73}, [2756] = {.lex_state = 73}, [2757] = {.lex_state = 75}, [2758] = {.lex_state = 73}, @@ -17143,138 +17154,138 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2760] = {.lex_state = 73}, [2761] = {.lex_state = 73}, [2762] = {.lex_state = 75}, - [2763] = {.lex_state = 73}, - [2764] = {.lex_state = 75}, + [2763] = {.lex_state = 75}, + [2764] = {.lex_state = 73}, [2765] = {.lex_state = 75}, [2766] = {.lex_state = 75}, [2767] = {.lex_state = 75}, [2768] = {.lex_state = 75}, - [2769] = {.lex_state = 73}, - [2770] = {.lex_state = 75}, + [2769] = {.lex_state = 75}, + [2770] = {.lex_state = 73}, [2771] = {.lex_state = 75}, - [2772] = {.lex_state = 73}, - [2773] = {.lex_state = 75}, + [2772] = {.lex_state = 75}, + [2773] = {.lex_state = 73}, [2774] = {.lex_state = 75}, [2775] = {.lex_state = 75}, [2776] = {.lex_state = 75}, [2777] = {.lex_state = 75}, [2778] = {.lex_state = 75}, - [2779] = {.lex_state = 75}, + [2779] = {.lex_state = 73}, [2780] = {.lex_state = 75}, [2781] = {.lex_state = 73}, - [2782] = {.lex_state = 57}, - [2783] = {.lex_state = 73}, - [2784] = {.lex_state = 75}, - [2785] = {.lex_state = 75}, - [2786] = {.lex_state = 75}, + [2782] = {.lex_state = 75}, + [2783] = {.lex_state = 75}, + [2784] = {.lex_state = 73}, + [2785] = {.lex_state = 83}, + [2786] = {.lex_state = 73}, [2787] = {.lex_state = 75}, - [2788] = {.lex_state = 73}, + [2788] = {.lex_state = 75}, [2789] = {.lex_state = 75}, - [2790] = {.lex_state = 75}, + [2790] = {.lex_state = 73}, [2791] = {.lex_state = 75}, [2792] = {.lex_state = 75}, [2793] = {.lex_state = 75}, [2794] = {.lex_state = 75}, - [2795] = {.lex_state = 73}, + [2795] = {.lex_state = 75}, [2796] = {.lex_state = 75}, [2797] = {.lex_state = 75}, - [2798] = {.lex_state = 73}, - [2799] = {.lex_state = 83}, + [2798] = {.lex_state = 83}, + [2799] = {.lex_state = 75}, [2800] = {.lex_state = 75}, [2801] = {.lex_state = 75}, - [2802] = {.lex_state = 73}, - [2803] = {.lex_state = 73}, + [2802] = {.lex_state = 75}, + [2803] = {.lex_state = 75}, [2804] = {.lex_state = 73}, - [2805] = {.lex_state = 75}, + [2805] = {.lex_state = 83}, [2806] = {.lex_state = 73}, - [2807] = {.lex_state = 73}, + [2807] = {.lex_state = 75}, [2808] = {.lex_state = 75}, [2809] = {.lex_state = 83}, - [2810] = {.lex_state = 75}, - [2811] = {.lex_state = 75}, - [2812] = {.lex_state = 77}, + [2810] = {.lex_state = 73}, + [2811] = {.lex_state = 67}, + [2812] = {.lex_state = 75}, [2813] = {.lex_state = 75}, - [2814] = {.lex_state = 75}, - [2815] = {.lex_state = 73}, + [2814] = {.lex_state = 77}, + [2815] = {.lex_state = 75}, [2816] = {.lex_state = 73}, - [2817] = {.lex_state = 83}, - [2818] = {.lex_state = 75}, - [2819] = {.lex_state = 73}, - [2820] = {.lex_state = 57}, + [2817] = {.lex_state = 75}, + [2818] = {.lex_state = 73}, + [2819] = {.lex_state = 75}, + [2820] = {.lex_state = 73}, [2821] = {.lex_state = 75}, [2822] = {.lex_state = 75}, [2823] = {.lex_state = 83}, - [2824] = {.lex_state = 75}, + [2824] = {.lex_state = 73}, [2825] = {.lex_state = 75}, - [2826] = {.lex_state = 73}, - [2827] = {.lex_state = 73}, - [2828] = {.lex_state = 73}, + [2826] = {.lex_state = 75}, + [2827] = {.lex_state = 75}, + [2828] = {.lex_state = 75}, [2829] = {.lex_state = 73}, - [2830] = {.lex_state = 75}, + [2830] = {.lex_state = 77}, [2831] = {.lex_state = 73}, [2832] = {.lex_state = 73}, [2833] = {.lex_state = 75}, [2834] = {.lex_state = 75}, - [2835] = {.lex_state = 75}, - [2836] = {.lex_state = 73}, - [2837] = {.lex_state = 75}, + [2835] = {.lex_state = 73}, + [2836] = {.lex_state = 75}, + [2837] = {.lex_state = 73}, [2838] = {.lex_state = 75}, - [2839] = {.lex_state = 75}, - [2840] = {.lex_state = 75}, + [2839] = {.lex_state = 73}, + [2840] = {.lex_state = 73}, [2841] = {.lex_state = 73}, - [2842] = {.lex_state = 73}, - [2843] = {.lex_state = 67}, + [2842] = {.lex_state = 83}, + [2843] = {.lex_state = 73}, [2844] = {.lex_state = 73}, [2845] = {.lex_state = 73}, - [2846] = {.lex_state = 73}, - [2847] = {.lex_state = 83}, - [2848] = {.lex_state = 75}, + [2846] = {.lex_state = 75}, + [2847] = {.lex_state = 73}, + [2848] = {.lex_state = 73}, [2849] = {.lex_state = 75}, - [2850] = {.lex_state = 73}, - [2851] = {.lex_state = 73}, - [2852] = {.lex_state = 75}, - [2853] = {.lex_state = 83}, + [2850] = {.lex_state = 75}, + [2851] = {.lex_state = 75}, + [2852] = {.lex_state = 73}, + [2853] = {.lex_state = 75}, [2854] = {.lex_state = 75}, [2855] = {.lex_state = 75}, - [2856] = {.lex_state = 67}, - [2857] = {.lex_state = 73}, - [2858] = {.lex_state = 75}, + [2856] = {.lex_state = 75}, + [2857] = {.lex_state = 75}, + [2858] = {.lex_state = 73}, [2859] = {.lex_state = 83}, [2860] = {.lex_state = 75}, - [2861] = {.lex_state = 73}, - [2862] = {.lex_state = 73}, + [2861] = {.lex_state = 67}, + [2862] = {.lex_state = 83}, [2863] = {.lex_state = 73}, - [2864] = {.lex_state = 73}, + [2864] = {.lex_state = 75}, [2865] = {.lex_state = 73}, [2866] = {.lex_state = 75}, - [2867] = {.lex_state = 75}, + [2867] = {.lex_state = 73}, [2868] = {.lex_state = 75}, - [2869] = {.lex_state = 73}, - [2870] = {.lex_state = 73}, - [2871] = {.lex_state = 75}, - [2872] = {.lex_state = 83}, - [2873] = {.lex_state = 73}, - [2874] = {.lex_state = 75}, - [2875] = {.lex_state = 75}, - [2876] = {.lex_state = 75}, + [2869] = {.lex_state = 83}, + [2870] = {.lex_state = 75}, + [2871] = {.lex_state = 73}, + [2872] = {.lex_state = 73}, + [2873] = {.lex_state = 83}, + [2874] = {.lex_state = 73}, + [2875] = {.lex_state = 73}, + [2876] = {.lex_state = 73}, [2877] = {.lex_state = 73}, - [2878] = {.lex_state = 77}, + [2878] = {.lex_state = 73}, [2879] = {.lex_state = 75}, - [2880] = {.lex_state = 73}, - [2881] = {.lex_state = 75}, - [2882] = {.lex_state = 73}, - [2883] = {.lex_state = 81}, + [2880] = {.lex_state = 75}, + [2881] = {.lex_state = 83}, + [2882] = {.lex_state = 81}, + [2883] = {.lex_state = 73}, [2884] = {.lex_state = 73}, [2885] = {.lex_state = 73}, - [2886] = {.lex_state = 81}, + [2886] = {.lex_state = 73}, [2887] = {.lex_state = 73}, - [2888] = {.lex_state = 73}, - [2889] = {.lex_state = 77}, + [2888] = {.lex_state = 81}, + [2889] = {.lex_state = 73}, [2890] = {.lex_state = 73}, [2891] = {.lex_state = 73}, - [2892] = {.lex_state = 73}, - [2893] = {.lex_state = 73}, - [2894] = {.lex_state = 77}, + [2892] = {.lex_state = 77}, + [2893] = {.lex_state = 81}, + [2894] = {.lex_state = 73}, [2895] = {.lex_state = 73}, [2896] = {.lex_state = 73}, [2897] = {.lex_state = 73}, @@ -17282,63 +17293,63 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2899] = {.lex_state = 73}, [2900] = {.lex_state = 73}, [2901] = {.lex_state = 73}, - [2902] = {.lex_state = 81}, - [2903] = {.lex_state = 81}, + [2902] = {.lex_state = 73}, + [2903] = {.lex_state = 77}, [2904] = {.lex_state = 73}, [2905] = {.lex_state = 73}, [2906] = {.lex_state = 73}, [2907] = {.lex_state = 73}, [2908] = {.lex_state = 73}, - [2909] = {.lex_state = 73}, - [2910] = {.lex_state = 73}, + [2909] = {.lex_state = 81}, + [2910] = {.lex_state = 77}, [2911] = {.lex_state = 77}, [2912] = {.lex_state = 77}, - [2913] = {.lex_state = 73}, + [2913] = {.lex_state = 33}, [2914] = {.lex_state = 83}, [2915] = {.lex_state = 77}, [2916] = {.lex_state = 77}, - [2917] = {.lex_state = 73}, + [2917] = {.lex_state = 77}, [2918] = {.lex_state = 77}, - [2919] = {.lex_state = 73}, - [2920] = {.lex_state = 77}, + [2919] = {.lex_state = 33}, + [2920] = {.lex_state = 83}, [2921] = {.lex_state = 77}, [2922] = {.lex_state = 77}, [2923] = {.lex_state = 77}, - [2924] = {.lex_state = 77}, + [2924] = {.lex_state = 73}, [2925] = {.lex_state = 77}, [2926] = {.lex_state = 77}, - [2927] = {.lex_state = 73}, - [2928] = {.lex_state = 73}, - [2929] = {.lex_state = 77}, + [2927] = {.lex_state = 77}, + [2928] = {.lex_state = 77}, + [2929] = {.lex_state = 73}, [2930] = {.lex_state = 77}, [2931] = {.lex_state = 77}, [2932] = {.lex_state = 77}, [2933] = {.lex_state = 73}, - [2934] = {.lex_state = 77}, + [2934] = {.lex_state = 73}, [2935] = {.lex_state = 73}, [2936] = {.lex_state = 77}, [2937] = {.lex_state = 77}, - [2938] = {.lex_state = 77}, + [2938] = {.lex_state = 33}, [2939] = {.lex_state = 73}, [2940] = {.lex_state = 77}, - [2941] = {.lex_state = 73}, + [2941] = {.lex_state = 77}, [2942] = {.lex_state = 77}, [2943] = {.lex_state = 77}, - [2944] = {.lex_state = 77}, + [2944] = {.lex_state = 73}, [2945] = {.lex_state = 77}, - [2946] = {.lex_state = 77}, + [2946] = {.lex_state = 73}, [2947] = {.lex_state = 77}, - [2948] = {.lex_state = 33}, + [2948] = {.lex_state = 83}, [2949] = {.lex_state = 73}, - [2950] = {.lex_state = 83}, - [2951] = {.lex_state = 33}, + [2950] = {.lex_state = 73}, + [2951] = {.lex_state = 83}, [2952] = {.lex_state = 73}, - [2953] = {.lex_state = 73}, - [2954] = {.lex_state = 33}, - [2955] = {.lex_state = 77}, - [2956] = {.lex_state = 83}, - [2957] = {.lex_state = 83}, - [2958] = {.lex_state = 73}, + [2953] = {.lex_state = 77}, + [2954] = {.lex_state = 73}, + [2955] = {.lex_state = 73}, + [2956] = {.lex_state = 77}, + [2957] = {.lex_state = 73}, + [2958] = {.lex_state = 77}, [2959] = {.lex_state = 77}, [2960] = {.lex_state = 73}, [2961] = {.lex_state = 73}, @@ -17415,8 +17426,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3032] = {.lex_state = 73}, [3033] = {.lex_state = 73}, [3034] = {.lex_state = 73}, - [3035] = {.lex_state = 83}, - [3036] = {.lex_state = 83}, + [3035] = {.lex_state = 73}, + [3036] = {.lex_state = 73}, [3037] = {.lex_state = 83}, [3038] = {.lex_state = 83}, [3039] = {.lex_state = 83}, @@ -17724,11 +17735,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3341] = {.lex_state = 83}, [3342] = {.lex_state = 83}, [3343] = {.lex_state = 83}, - [3344] = {.lex_state = 87}, + [3344] = {.lex_state = 83}, [3345] = {.lex_state = 83}, - [3346] = {.lex_state = 83}, + [3346] = {.lex_state = 87}, [3347] = {.lex_state = 83}, - [3348] = {.lex_state = 83}, + [3348] = {.lex_state = 87}, [3349] = {.lex_state = 83}, [3350] = {.lex_state = 83}, [3351] = {.lex_state = 83}, @@ -17736,31 +17747,31 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3353] = {.lex_state = 83}, [3354] = {.lex_state = 83}, [3355] = {.lex_state = 83}, - [3356] = {.lex_state = 87}, + [3356] = {.lex_state = 83}, [3357] = {.lex_state = 83}, - [3358] = {.lex_state = 85}, - [3359] = {.lex_state = 33}, - [3360] = {.lex_state = 33}, + [3358] = {.lex_state = 83}, + [3359] = {.lex_state = 83}, + [3360] = {.lex_state = 85}, [3361] = {.lex_state = 33}, [3362] = {.lex_state = 33}, [3363] = {.lex_state = 33}, - [3364] = {.lex_state = 185}, - [3365] = {.lex_state = 83}, - [3366] = {.lex_state = 83}, - [3367] = {.lex_state = 83}, - [3368] = {.lex_state = 84}, - [3369] = {.lex_state = 84}, - [3370] = {.lex_state = 83}, - [3371] = {.lex_state = 83}, - [3372] = {.lex_state = 84}, - [3373] = {.lex_state = 87}, - [3374] = {.lex_state = 34}, - [3375] = {.lex_state = 41}, - [3376] = {.lex_state = 34}, + [3364] = {.lex_state = 33}, + [3365] = {.lex_state = 33}, + [3366] = {.lex_state = 185}, + [3367] = {.lex_state = 84}, + [3368] = {.lex_state = 83}, + [3369] = {.lex_state = 83}, + [3370] = {.lex_state = 84}, + [3371] = {.lex_state = 87}, + [3372] = {.lex_state = 83}, + [3373] = {.lex_state = 83}, + [3374] = {.lex_state = 83}, + [3375] = {.lex_state = 84}, + [3376] = {.lex_state = 41}, [3377] = {.lex_state = 41}, - [3378] = {.lex_state = 41}, + [3378] = {.lex_state = 34}, [3379] = {.lex_state = 83}, - [3380] = {.lex_state = 41}, + [3380] = {.lex_state = 34}, [3381] = {.lex_state = 41}, [3382] = {.lex_state = 83}, [3383] = {.lex_state = 41}, @@ -17769,47 +17780,47 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3386] = {.lex_state = 41}, [3387] = {.lex_state = 41}, [3388] = {.lex_state = 41}, - [3389] = {.lex_state = 83}, + [3389] = {.lex_state = 41}, [3390] = {.lex_state = 41}, - [3391] = {.lex_state = 85}, - [3392] = {.lex_state = 83}, + [3391] = {.lex_state = 83}, + [3392] = {.lex_state = 41}, [3393] = {.lex_state = 85}, [3394] = {.lex_state = 85}, - [3395] = {.lex_state = 85}, + [3395] = {.lex_state = 83}, [3396] = {.lex_state = 85}, - [3397] = {.lex_state = 84}, - [3398] = {.lex_state = 41}, - [3399] = {.lex_state = 84}, + [3397] = {.lex_state = 85}, + [3398] = {.lex_state = 85}, + [3399] = {.lex_state = 41}, [3400] = {.lex_state = 85}, - [3401] = {.lex_state = 85}, - [3402] = {.lex_state = 85}, - [3403] = {.lex_state = 41}, + [3401] = {.lex_state = 84}, + [3402] = {.lex_state = 84}, + [3403] = {.lex_state = 85}, [3404] = {.lex_state = 85}, [3405] = {.lex_state = 85}, [3406] = {.lex_state = 84}, - [3407] = {.lex_state = 34}, + [3407] = {.lex_state = 41}, [3408] = {.lex_state = 85}, [3409] = {.lex_state = 85}, - [3410] = {.lex_state = 85}, + [3410] = {.lex_state = 34}, [3411] = {.lex_state = 85}, [3412] = {.lex_state = 85}, [3413] = {.lex_state = 85}, - [3414] = {.lex_state = 84}, - [3415] = {.lex_state = 85}, - [3416] = {.lex_state = 84}, - [3417] = {.lex_state = 85}, - [3418] = {.lex_state = 41}, + [3414] = {.lex_state = 85}, + [3415] = {.lex_state = 84}, + [3416] = {.lex_state = 85}, + [3417] = {.lex_state = 41}, + [3418] = {.lex_state = 84}, [3419] = {.lex_state = 85}, - [3420] = {.lex_state = 85}, + [3420] = {.lex_state = 41}, [3421] = {.lex_state = 85}, - [3422] = {.lex_state = 41}, + [3422] = {.lex_state = 85}, [3423] = {.lex_state = 85}, - [3424] = {.lex_state = 85}, + [3424] = {.lex_state = 84}, [3425] = {.lex_state = 85}, - [3426] = {.lex_state = 84}, + [3426] = {.lex_state = 85}, [3427] = {.lex_state = 85}, [3428] = {.lex_state = 84}, - [3429] = {.lex_state = 35}, + [3429] = {.lex_state = 85}, [3430] = {.lex_state = 85}, [3431] = {.lex_state = 85}, [3432] = {.lex_state = 85}, @@ -17817,20 +17828,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3434] = {.lex_state = 35}, [3435] = {.lex_state = 85}, [3436] = {.lex_state = 35}, - [3437] = {.lex_state = 35}, - [3438] = {.lex_state = 84}, - [3439] = {.lex_state = 85}, + [3437] = {.lex_state = 85}, + [3438] = {.lex_state = 35}, + [3439] = {.lex_state = 35}, [3440] = {.lex_state = 85}, - [3441] = {.lex_state = 34}, - [3442] = {.lex_state = 34}, + [3441] = {.lex_state = 84}, + [3442] = {.lex_state = 85}, [3443] = {.lex_state = 34}, - [3444] = {.lex_state = 84}, - [3445] = {.lex_state = 84}, + [3444] = {.lex_state = 34}, + [3445] = {.lex_state = 34}, [3446] = {.lex_state = 84}, - [3447] = {.lex_state = 34}, + [3447] = {.lex_state = 84}, [3448] = {.lex_state = 84}, [3449] = {.lex_state = 34}, - [3450] = {.lex_state = 34}, + [3450] = {.lex_state = 84}, [3451] = {.lex_state = 34}, [3452] = {.lex_state = 34}, [3453] = {.lex_state = 34}, @@ -17844,68 +17855,68 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3461] = {.lex_state = 34}, [3462] = {.lex_state = 34}, [3463] = {.lex_state = 34}, - [3464] = {.lex_state = 34}, + [3464] = {.lex_state = 84}, [3465] = {.lex_state = 34}, [3466] = {.lex_state = 34}, [3467] = {.lex_state = 34}, - [3468] = {.lex_state = 35}, - [3469] = {.lex_state = 84}, - [3470] = {.lex_state = 34}, + [3468] = {.lex_state = 34}, + [3469] = {.lex_state = 34}, + [3470] = {.lex_state = 35}, [3471] = {.lex_state = 34}, [3472] = {.lex_state = 34}, [3473] = {.lex_state = 34}, - [3474] = {.lex_state = 85}, - [3475] = {.lex_state = 85}, - [3476] = {.lex_state = 35}, - [3477] = {.lex_state = 34}, - [3478] = {.lex_state = 81}, - [3479] = {.lex_state = 81}, - [3480] = {.lex_state = 34}, + [3474] = {.lex_state = 34}, + [3475] = {.lex_state = 34}, + [3476] = {.lex_state = 85}, + [3477] = {.lex_state = 85}, + [3478] = {.lex_state = 35}, + [3479] = {.lex_state = 34}, + [3480] = {.lex_state = 81}, [3481] = {.lex_state = 85}, [3482] = {.lex_state = 85}, - [3483] = {.lex_state = 81}, + [3483] = {.lex_state = 34}, [3484] = {.lex_state = 81}, [3485] = {.lex_state = 81}, - [3486] = {.lex_state = 34}, + [3486] = {.lex_state = 81}, [3487] = {.lex_state = 81}, [3488] = {.lex_state = 81}, [3489] = {.lex_state = 81}, [3490] = {.lex_state = 81}, [3491] = {.lex_state = 34}, - [3492] = {.lex_state = 81}, + [3492] = {.lex_state = 34}, [3493] = {.lex_state = 81}, [3494] = {.lex_state = 81}, - [3495] = {.lex_state = 34}, - [3496] = {.lex_state = 34}, + [3495] = {.lex_state = 81}, + [3496] = {.lex_state = 81}, [3497] = {.lex_state = 34}, - [3498] = {.lex_state = 34}, + [3498] = {.lex_state = 24}, [3499] = {.lex_state = 34}, [3500] = {.lex_state = 34}, - [3501] = {.lex_state = 24}, - [3502] = {.lex_state = 24}, + [3501] = {.lex_state = 34}, + [3502] = {.lex_state = 34}, [3503] = {.lex_state = 34}, - [3504] = {.lex_state = 85}, + [3504] = {.lex_state = 34}, [3505] = {.lex_state = 34}, [3506] = {.lex_state = 24}, - [3507] = {.lex_state = 34}, + [3507] = {.lex_state = 24}, [3508] = {.lex_state = 34}, - [3509] = {.lex_state = 24}, - [3510] = {.lex_state = 34}, - [3511] = {.lex_state = 34}, - [3512] = {.lex_state = 81}, - [3513] = {.lex_state = 81}, - [3514] = {.lex_state = 34}, + [3509] = {.lex_state = 34}, + [3510] = {.lex_state = 85}, + [3511] = {.lex_state = 24}, + [3512] = {.lex_state = 34}, + [3513] = {.lex_state = 34}, + [3514] = {.lex_state = 81}, [3515] = {.lex_state = 81}, - [3516] = {.lex_state = 85}, + [3516] = {.lex_state = 81}, [3517] = {.lex_state = 81}, - [3518] = {.lex_state = 85}, + [3518] = {.lex_state = 81}, [3519] = {.lex_state = 81}, [3520] = {.lex_state = 81}, [3521] = {.lex_state = 85}, - [3522] = {.lex_state = 81}, + [3522] = {.lex_state = 24}, [3523] = {.lex_state = 24}, - [3524] = {.lex_state = 81}, - [3525] = {.lex_state = 81}, + [3524] = {.lex_state = 85}, + [3525] = {.lex_state = 85}, [3526] = {.lex_state = 81}, [3527] = {.lex_state = 81}, [3528] = {.lex_state = 81}, @@ -17913,343 +17924,343 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3530] = {.lex_state = 81}, [3531] = {.lex_state = 81}, [3532] = {.lex_state = 81}, - [3533] = {.lex_state = 85}, - [3534] = {.lex_state = 81}, + [3533] = {.lex_state = 81}, + [3534] = {.lex_state = 34}, [3535] = {.lex_state = 81}, - [3536] = {.lex_state = 85}, + [3536] = {.lex_state = 81}, [3537] = {.lex_state = 81}, - [3538] = {.lex_state = 81}, + [3538] = {.lex_state = 85}, [3539] = {.lex_state = 81}, [3540] = {.lex_state = 85}, [3541] = {.lex_state = 81}, [3542] = {.lex_state = 81}, - [3543] = {.lex_state = 81}, - [3544] = {.lex_state = 24}, - [3545] = {.lex_state = 88}, - [3546] = {.lex_state = 88}, + [3543] = {.lex_state = 85}, + [3544] = {.lex_state = 81}, + [3545] = {.lex_state = 81}, + [3546] = {.lex_state = 81}, [3547] = {.lex_state = 88}, [3548] = {.lex_state = 95}, [3549] = {.lex_state = 95}, - [3550] = {.lex_state = 88}, - [3551] = {.lex_state = 95}, - [3552] = {.lex_state = 88}, - [3553] = {.lex_state = 95}, - [3554] = {.lex_state = 88}, - [3555] = {.lex_state = 194}, - [3556] = {.lex_state = 95}, - [3557] = {.lex_state = 95}, - [3558] = {.lex_state = 88}, + [3550] = {.lex_state = 95}, + [3551] = {.lex_state = 88}, + [3552] = {.lex_state = 95}, + [3553] = {.lex_state = 88}, + [3554] = {.lex_state = 95}, + [3555] = {.lex_state = 95}, + [3556] = {.lex_state = 194}, + [3557] = {.lex_state = 88}, + [3558] = {.lex_state = 95}, [3559] = {.lex_state = 88}, - [3560] = {.lex_state = 95}, - [3561] = {.lex_state = 88}, + [3560] = {.lex_state = 88}, + [3561] = {.lex_state = 95}, [3562] = {.lex_state = 88}, [3563] = {.lex_state = 95}, - [3564] = {.lex_state = 95}, - [3565] = {.lex_state = 88}, - [3566] = {.lex_state = 88}, + [3564] = {.lex_state = 88}, + [3565] = {.lex_state = 95}, + [3566] = {.lex_state = 95}, [3567] = {.lex_state = 95}, [3568] = {.lex_state = 88}, [3569] = {.lex_state = 95}, [3570] = {.lex_state = 88}, - [3571] = {.lex_state = 88}, - [3572] = {.lex_state = 95}, - [3573] = {.lex_state = 0}, - [3574] = {.lex_state = 88}, - [3575] = {.lex_state = 194}, + [3571] = {.lex_state = 95}, + [3572] = {.lex_state = 0}, + [3573] = {.lex_state = 88}, + [3574] = {.lex_state = 95}, + [3575] = {.lex_state = 95}, [3576] = {.lex_state = 88}, - [3577] = {.lex_state = 85}, - [3578] = {.lex_state = 95}, + [3577] = {.lex_state = 194}, + [3578] = {.lex_state = 85}, [3579] = {.lex_state = 88}, [3580] = {.lex_state = 95}, [3581] = {.lex_state = 88}, [3582] = {.lex_state = 95}, [3583] = {.lex_state = 88}, - [3584] = {.lex_state = 0}, - [3585] = {.lex_state = 95}, - [3586] = {.lex_state = 34}, - [3587] = {.lex_state = 194}, - [3588] = {.lex_state = 88}, - [3589] = {.lex_state = 95}, - [3590] = {.lex_state = 88}, + [3584] = {.lex_state = 95}, + [3585] = {.lex_state = 88}, + [3586] = {.lex_state = 194}, + [3587] = {.lex_state = 0}, + [3588] = {.lex_state = 194}, + [3589] = {.lex_state = 88}, + [3590] = {.lex_state = 95}, [3591] = {.lex_state = 88}, - [3592] = {.lex_state = 34}, + [3592] = {.lex_state = 88}, [3593] = {.lex_state = 95}, [3594] = {.lex_state = 95}, - [3595] = {.lex_state = 194}, + [3595] = {.lex_state = 95}, [3596] = {.lex_state = 88}, [3597] = {.lex_state = 95}, - [3598] = {.lex_state = 88}, - [3599] = {.lex_state = 95}, + [3598] = {.lex_state = 34}, + [3599] = {.lex_state = 88}, [3600] = {.lex_state = 88}, [3601] = {.lex_state = 95}, [3602] = {.lex_state = 88}, [3603] = {.lex_state = 95}, [3604] = {.lex_state = 88}, - [3605] = {.lex_state = 95}, - [3606] = {.lex_state = 88}, - [3607] = {.lex_state = 95}, + [3605] = {.lex_state = 88}, + [3606] = {.lex_state = 95}, + [3607] = {.lex_state = 34}, [3608] = {.lex_state = 88}, [3609] = {.lex_state = 95}, - [3610] = {.lex_state = 95}, + [3610] = {.lex_state = 88}, [3611] = {.lex_state = 88}, [3612] = {.lex_state = 95}, - [3613] = {.lex_state = 95}, - [3614] = {.lex_state = 88}, - [3615] = {.lex_state = 95}, + [3613] = {.lex_state = 88}, + [3614] = {.lex_state = 95}, + [3615] = {.lex_state = 88}, [3616] = {.lex_state = 88}, - [3617] = {.lex_state = 88}, - [3618] = {.lex_state = 95}, + [3617] = {.lex_state = 95}, + [3618] = {.lex_state = 88}, [3619] = {.lex_state = 95}, [3620] = {.lex_state = 88}, - [3621] = {.lex_state = 194}, - [3622] = {.lex_state = 95}, + [3621] = {.lex_state = 95}, + [3622] = {.lex_state = 88}, [3623] = {.lex_state = 95}, - [3624] = {.lex_state = 88}, + [3624] = {.lex_state = 194}, [3625] = {.lex_state = 95}, [3626] = {.lex_state = 88}, [3627] = {.lex_state = 95}, [3628] = {.lex_state = 88}, [3629] = {.lex_state = 95}, - [3630] = {.lex_state = 95}, - [3631] = {.lex_state = 88}, + [3630] = {.lex_state = 88}, + [3631] = {.lex_state = 95}, [3632] = {.lex_state = 88}, [3633] = {.lex_state = 95}, - [3634] = {.lex_state = 194}, - [3635] = {.lex_state = 88}, + [3634] = {.lex_state = 88}, + [3635] = {.lex_state = 194}, [3636] = {.lex_state = 88}, [3637] = {.lex_state = 95}, - [3638] = {.lex_state = 90}, - [3639] = {.lex_state = 88}, + [3638] = {.lex_state = 88}, + [3639] = {.lex_state = 90}, [3640] = {.lex_state = 95}, - [3641] = {.lex_state = 85}, + [3641] = {.lex_state = 88}, [3642] = {.lex_state = 95}, - [3643] = {.lex_state = 95}, + [3643] = {.lex_state = 85}, [3644] = {.lex_state = 88}, [3645] = {.lex_state = 95}, [3646] = {.lex_state = 88}, - [3647] = {.lex_state = 88}, - [3648] = {.lex_state = 95}, + [3647] = {.lex_state = 95}, + [3648] = {.lex_state = 88}, [3649] = {.lex_state = 88}, [3650] = {.lex_state = 95}, - [3651] = {.lex_state = 194}, - [3652] = {.lex_state = 194}, - [3653] = {.lex_state = 88}, - [3654] = {.lex_state = 95}, - [3655] = {.lex_state = 88}, - [3656] = {.lex_state = 95}, + [3651] = {.lex_state = 88}, + [3652] = {.lex_state = 95}, + [3653] = {.lex_state = 194}, + [3654] = {.lex_state = 88}, + [3655] = {.lex_state = 95}, + [3656] = {.lex_state = 88}, [3657] = {.lex_state = 95}, - [3658] = {.lex_state = 0}, - [3659] = {.lex_state = 81}, - [3660] = {.lex_state = 81}, - [3661] = {.lex_state = 85}, - [3662] = {.lex_state = 0}, - [3663] = {.lex_state = 81}, - [3664] = {.lex_state = 0}, - [3665] = {.lex_state = 194}, + [3658] = {.lex_state = 95}, + [3659] = {.lex_state = 194}, + [3660] = {.lex_state = 0}, + [3661] = {.lex_state = 81}, + [3662] = {.lex_state = 81}, + [3663] = {.lex_state = 0}, + [3664] = {.lex_state = 194}, + [3665] = {.lex_state = 81}, [3666] = {.lex_state = 0}, - [3667] = {.lex_state = 81}, + [3667] = {.lex_state = 194}, [3668] = {.lex_state = 0}, - [3669] = {.lex_state = 194}, + [3669] = {.lex_state = 81}, [3670] = {.lex_state = 0}, - [3671] = {.lex_state = 85}, - [3672] = {.lex_state = 0}, + [3671] = {.lex_state = 81}, + [3672] = {.lex_state = 85}, [3673] = {.lex_state = 85}, - [3674] = {.lex_state = 194}, + [3674] = {.lex_state = 0}, [3675] = {.lex_state = 194}, - [3676] = {.lex_state = 198}, - [3677] = {.lex_state = 34}, - [3678] = {.lex_state = 85}, - [3679] = {.lex_state = 0}, - [3680] = {.lex_state = 81}, - [3681] = {.lex_state = 34}, - [3682] = {.lex_state = 34}, - [3683] = {.lex_state = 85}, - [3684] = {.lex_state = 81}, - [3685] = {.lex_state = 81}, + [3676] = {.lex_state = 85}, + [3677] = {.lex_state = 194}, + [3678] = {.lex_state = 198}, + [3679] = {.lex_state = 34}, + [3680] = {.lex_state = 85}, + [3681] = {.lex_state = 0}, + [3682] = {.lex_state = 85}, + [3683] = {.lex_state = 34}, + [3684] = {.lex_state = 34}, + [3685] = {.lex_state = 0}, [3686] = {.lex_state = 81}, - [3687] = {.lex_state = 194}, - [3688] = {.lex_state = 85}, + [3687] = {.lex_state = 81}, + [3688] = {.lex_state = 81}, [3689] = {.lex_state = 194}, - [3690] = {.lex_state = 0}, - [3691] = {.lex_state = 0}, - [3692] = {.lex_state = 85}, + [3690] = {.lex_state = 85}, + [3691] = {.lex_state = 194}, + [3692] = {.lex_state = 0}, [3693] = {.lex_state = 69}, [3694] = {.lex_state = 99}, [3695] = {.lex_state = 85}, - [3696] = {.lex_state = 85}, - [3697] = {.lex_state = 0}, + [3696] = {.lex_state = 69}, + [3697] = {.lex_state = 85}, [3698] = {.lex_state = 69}, - [3699] = {.lex_state = 85}, + [3699] = {.lex_state = 0}, [3700] = {.lex_state = 85}, - [3701] = {.lex_state = 69}, - [3702] = {.lex_state = 69}, - [3703] = {.lex_state = 0}, - [3704] = {.lex_state = 85}, - [3705] = {.lex_state = 88}, - [3706] = {.lex_state = 69}, + [3701] = {.lex_state = 0}, + [3702] = {.lex_state = 85}, + [3703] = {.lex_state = 69}, + [3704] = {.lex_state = 69}, + [3705] = {.lex_state = 0}, + [3706] = {.lex_state = 85}, [3707] = {.lex_state = 198}, - [3708] = {.lex_state = 90}, - [3709] = {.lex_state = 0}, - [3710] = {.lex_state = 69}, - [3711] = {.lex_state = 85}, - [3712] = {.lex_state = 85}, - [3713] = {.lex_state = 95}, - [3714] = {.lex_state = 69}, + [3708] = {.lex_state = 69}, + [3709] = {.lex_state = 88}, + [3710] = {.lex_state = 90}, + [3711] = {.lex_state = 0}, + [3712] = {.lex_state = 69}, + [3713] = {.lex_state = 85}, + [3714] = {.lex_state = 194}, [3715] = {.lex_state = 95}, - [3716] = {.lex_state = 0}, + [3716] = {.lex_state = 85}, [3717] = {.lex_state = 85}, [3718] = {.lex_state = 0}, [3719] = {.lex_state = 69}, - [3720] = {.lex_state = 194}, - [3721] = {.lex_state = 95}, + [3720] = {.lex_state = 95}, + [3721] = {.lex_state = 69}, [3722] = {.lex_state = 0}, - [3723] = {.lex_state = 69}, - [3724] = {.lex_state = 99}, - [3725] = {.lex_state = 194}, + [3723] = {.lex_state = 194}, + [3724] = {.lex_state = 194}, + [3725] = {.lex_state = 99}, [3726] = {.lex_state = 194}, [3727] = {.lex_state = 194}, - [3728] = {.lex_state = 85}, + [3728] = {.lex_state = 95}, [3729] = {.lex_state = 69}, - [3730] = {.lex_state = 69}, - [3731] = {.lex_state = 0}, + [3730] = {.lex_state = 0}, + [3731] = {.lex_state = 69}, [3732] = {.lex_state = 69}, [3733] = {.lex_state = 85}, [3734] = {.lex_state = 85}, - [3735] = {.lex_state = 0}, - [3736] = {.lex_state = 95}, - [3737] = {.lex_state = 85}, - [3738] = {.lex_state = 85}, + [3735] = {.lex_state = 85}, + [3736] = {.lex_state = 69}, + [3737] = {.lex_state = 0}, + [3738] = {.lex_state = 95}, [3739] = {.lex_state = 85}, [3740] = {.lex_state = 85}, - [3741] = {.lex_state = 85}, - [3742] = {.lex_state = 194}, - [3743] = {.lex_state = 194}, - [3744] = {.lex_state = 81}, - [3745] = {.lex_state = 69}, + [3741] = {.lex_state = 0}, + [3742] = {.lex_state = 85}, + [3743] = {.lex_state = 81}, + [3744] = {.lex_state = 194}, + [3745] = {.lex_state = 194}, [3746] = {.lex_state = 85}, - [3747] = {.lex_state = 0}, - [3748] = {.lex_state = 0}, - [3749] = {.lex_state = 85}, - [3750] = {.lex_state = 81}, - [3751] = {.lex_state = 0}, + [3747] = {.lex_state = 85}, + [3748] = {.lex_state = 85}, + [3749] = {.lex_state = 69}, + [3750] = {.lex_state = 0}, + [3751] = {.lex_state = 81}, [3752] = {.lex_state = 85}, [3753] = {.lex_state = 0}, [3754] = {.lex_state = 85}, - [3755] = {.lex_state = 194}, - [3756] = {.lex_state = 194}, - [3757] = {.lex_state = 69}, + [3755] = {.lex_state = 0}, + [3756] = {.lex_state = 69}, + [3757] = {.lex_state = 194}, [3758] = {.lex_state = 0}, - [3759] = {.lex_state = 88}, + [3759] = {.lex_state = 85}, [3760] = {.lex_state = 0}, - [3761] = {.lex_state = 194}, - [3762] = {.lex_state = 69}, - [3763] = {.lex_state = 0}, + [3761] = {.lex_state = 0}, + [3762] = {.lex_state = 85}, + [3763] = {.lex_state = 88}, [3764] = {.lex_state = 0}, - [3765] = {.lex_state = 0}, + [3765] = {.lex_state = 194}, [3766] = {.lex_state = 0}, - [3767] = {.lex_state = 69}, + [3767] = {.lex_state = 0}, [3768] = {.lex_state = 69}, - [3769] = {.lex_state = 85}, - [3770] = {.lex_state = 69}, - [3771] = {.lex_state = 85}, - [3772] = {.lex_state = 85}, - [3773] = {.lex_state = 88}, + [3769] = {.lex_state = 69}, + [3770] = {.lex_state = 85}, + [3771] = {.lex_state = 88}, + [3772] = {.lex_state = 95}, + [3773] = {.lex_state = 69}, [3774] = {.lex_state = 85}, - [3775] = {.lex_state = 69}, - [3776] = {.lex_state = 95}, - [3777] = {.lex_state = 0}, + [3775] = {.lex_state = 85}, + [3776] = {.lex_state = 85}, + [3777] = {.lex_state = 69}, [3778] = {.lex_state = 0}, [3779] = {.lex_state = 85}, - [3780] = {.lex_state = 198}, + [3780] = {.lex_state = 0}, [3781] = {.lex_state = 0}, - [3782] = {.lex_state = 69}, - [3783] = {.lex_state = 90}, - [3784] = {.lex_state = 85}, - [3785] = {.lex_state = 69}, + [3782] = {.lex_state = 198}, + [3783] = {.lex_state = 194}, + [3784] = {.lex_state = 69}, + [3785] = {.lex_state = 90}, [3786] = {.lex_state = 85}, - [3787] = {.lex_state = 85}, - [3788] = {.lex_state = 194}, - [3789] = {.lex_state = 194}, - [3790] = {.lex_state = 0}, - [3791] = {.lex_state = 85}, + [3787] = {.lex_state = 69}, + [3788] = {.lex_state = 85}, + [3789] = {.lex_state = 85}, + [3790] = {.lex_state = 194}, + [3791] = {.lex_state = 0}, [3792] = {.lex_state = 85}, - [3793] = {.lex_state = 194}, - [3794] = {.lex_state = 69}, + [3793] = {.lex_state = 85}, + [3794] = {.lex_state = 194}, [3795] = {.lex_state = 194}, - [3796] = {.lex_state = 194}, + [3796] = {.lex_state = 99}, [3797] = {.lex_state = 194}, - [3798] = {.lex_state = 0}, - [3799] = {.lex_state = 85}, - [3800] = {.lex_state = 99}, - [3801] = {.lex_state = 194}, - [3802] = {.lex_state = 194}, - [3803] = {.lex_state = 0}, + [3798] = {.lex_state = 194}, + [3799] = {.lex_state = 194}, + [3800] = {.lex_state = 69}, + [3801] = {.lex_state = 85}, + [3802] = {.lex_state = 0}, + [3803] = {.lex_state = 194}, [3804] = {.lex_state = 194}, - [3805] = {.lex_state = 0}, + [3805] = {.lex_state = 85}, [3806] = {.lex_state = 194}, [3807] = {.lex_state = 194}, - [3808] = {.lex_state = 85}, + [3808] = {.lex_state = 0}, [3809] = {.lex_state = 194}, - [3810] = {.lex_state = 194}, + [3810] = {.lex_state = 69}, [3811] = {.lex_state = 194}, - [3812] = {.lex_state = 85}, + [3812] = {.lex_state = 194}, [3813] = {.lex_state = 0}, - [3814] = {.lex_state = 85}, + [3814] = {.lex_state = 194}, [3815] = {.lex_state = 0}, - [3816] = {.lex_state = 194}, + [3816] = {.lex_state = 85}, [3817] = {.lex_state = 0}, [3818] = {.lex_state = 85}, - [3819] = {.lex_state = 0}, - [3820] = {.lex_state = 69}, + [3819] = {.lex_state = 85}, + [3820] = {.lex_state = 0}, [3821] = {.lex_state = 0}, [3822] = {.lex_state = 0}, - [3823] = {.lex_state = 0}, - [3824] = {.lex_state = 85}, + [3823] = {.lex_state = 69}, + [3824] = {.lex_state = 0}, [3825] = {.lex_state = 198}, [3826] = {.lex_state = 0}, [3827] = {.lex_state = 0}, - [3828] = {.lex_state = 81}, + [3828] = {.lex_state = 85}, [3829] = {.lex_state = 0}, - [3830] = {.lex_state = 0}, - [3831] = {.lex_state = 85}, + [3830] = {.lex_state = 81}, + [3831] = {.lex_state = 0}, [3832] = {.lex_state = 0}, - [3833] = {.lex_state = 69}, + [3833] = {.lex_state = 0}, [3834] = {.lex_state = 0}, - [3835] = {.lex_state = 0}, + [3835] = {.lex_state = 85}, [3836] = {.lex_state = 0}, [3837] = {.lex_state = 0}, - [3838] = {.lex_state = 85}, + [3838] = {.lex_state = 194}, [3839] = {.lex_state = 69}, - [3840] = {.lex_state = 0}, - [3841] = {.lex_state = 0}, - [3842] = {.lex_state = 194}, - [3843] = {.lex_state = 194}, - [3844] = {.lex_state = 0}, - [3845] = {.lex_state = 88}, - [3846] = {.lex_state = 88}, - [3847] = {.lex_state = 85}, + [3840] = {.lex_state = 85}, + [3841] = {.lex_state = 69}, + [3842] = {.lex_state = 0}, + [3843] = {.lex_state = 0}, + [3844] = {.lex_state = 194}, + [3845] = {.lex_state = 0}, + [3846] = {.lex_state = 0}, + [3847] = {.lex_state = 0}, [3848] = {.lex_state = 0}, - [3849] = {.lex_state = 0}, - [3850] = {.lex_state = 69}, + [3849] = {.lex_state = 88}, + [3850] = {.lex_state = 0}, [3851] = {.lex_state = 0}, - [3852] = {.lex_state = 0}, - [3853] = {.lex_state = 0}, + [3852] = {.lex_state = 88}, + [3853] = {.lex_state = 85}, [3854] = {.lex_state = 85}, - [3855] = {.lex_state = 0}, - [3856] = {.lex_state = 69}, - [3857] = {.lex_state = 85}, - [3858] = {.lex_state = 85}, - [3859] = {.lex_state = 0}, - [3860] = {.lex_state = 69}, + [3855] = {.lex_state = 85}, + [3856] = {.lex_state = 0}, + [3857] = {.lex_state = 69}, + [3858] = {.lex_state = 0}, + [3859] = {.lex_state = 69}, + [3860] = {.lex_state = 85}, [3861] = {.lex_state = 85}, - [3862] = {.lex_state = 69}, - [3863] = {.lex_state = 85}, - [3864] = {.lex_state = 69}, - [3865] = {.lex_state = 0}, + [3862] = {.lex_state = 0}, + [3863] = {.lex_state = 69}, + [3864] = {.lex_state = 85}, + [3865] = {.lex_state = 69}, [3866] = {.lex_state = 0}, [3867] = {.lex_state = 0}, - [3868] = {.lex_state = 0}, - [3869] = {.lex_state = 0}, + [3868] = {.lex_state = 85}, + [3869] = {.lex_state = 81}, [3870] = {.lex_state = 0}, [3871] = {.lex_state = 0}, [3872] = {.lex_state = 0}, @@ -18258,80 +18269,80 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3875] = {.lex_state = 0}, [3876] = {.lex_state = 0}, [3877] = {.lex_state = 0}, - [3878] = {.lex_state = 85}, - [3879] = {.lex_state = 0}, - [3880] = {.lex_state = 0}, - [3881] = {.lex_state = 85}, + [3878] = {.lex_state = 0}, + [3879] = {.lex_state = 85}, + [3880] = {.lex_state = 89}, + [3881] = {.lex_state = 0}, [3882] = {.lex_state = 0}, - [3883] = {.lex_state = 89}, - [3884] = {.lex_state = 85}, + [3883] = {.lex_state = 85}, + [3884] = {.lex_state = 0}, [3885] = {.lex_state = 69}, [3886] = {.lex_state = 0}, - [3887] = {.lex_state = 198}, - [3888] = {.lex_state = 0}, - [3889] = {.lex_state = 0}, + [3887] = {.lex_state = 96}, + [3888] = {.lex_state = 81}, + [3889] = {.lex_state = 198}, [3890] = {.lex_state = 96}, - [3891] = {.lex_state = 96}, + [3891] = {.lex_state = 0}, [3892] = {.lex_state = 0}, - [3893] = {.lex_state = 89}, - [3894] = {.lex_state = 96}, - [3895] = {.lex_state = 85}, + [3893] = {.lex_state = 0}, + [3894] = {.lex_state = 89}, + [3895] = {.lex_state = 96}, [3896] = {.lex_state = 0}, [3897] = {.lex_state = 0}, - [3898] = {.lex_state = 96}, + [3898] = {.lex_state = 0}, [3899] = {.lex_state = 85}, - [3900] = {.lex_state = 89}, + [3900] = {.lex_state = 85}, [3901] = {.lex_state = 0}, [3902] = {.lex_state = 0}, [3903] = {.lex_state = 0}, - [3904] = {.lex_state = 89}, - [3905] = {.lex_state = 96}, - [3906] = {.lex_state = 96}, - [3907] = {.lex_state = 89}, - [3908] = {.lex_state = 0}, - [3909] = {.lex_state = 81}, - [3910] = {.lex_state = 0}, - [3911] = {.lex_state = 198}, + [3904] = {.lex_state = 0}, + [3905] = {.lex_state = 0}, + [3906] = {.lex_state = 89}, + [3907] = {.lex_state = 96}, + [3908] = {.lex_state = 96}, + [3909] = {.lex_state = 89}, + [3910] = {.lex_state = 96}, + [3911] = {.lex_state = 89}, [3912] = {.lex_state = 0}, - [3913] = {.lex_state = 96}, + [3913] = {.lex_state = 0}, [3914] = {.lex_state = 0}, - [3915] = {.lex_state = 0}, - [3916] = {.lex_state = 96}, - [3917] = {.lex_state = 89}, - [3918] = {.lex_state = 89}, + [3915] = {.lex_state = 96}, + [3916] = {.lex_state = 198}, + [3917] = {.lex_state = 0}, + [3918] = {.lex_state = 0}, [3919] = {.lex_state = 0}, - [3920] = {.lex_state = 85}, + [3920] = {.lex_state = 96}, [3921] = {.lex_state = 198}, - [3922] = {.lex_state = 0}, + [3922] = {.lex_state = 89}, [3923] = {.lex_state = 0}, [3924] = {.lex_state = 0}, - [3925] = {.lex_state = 96}, + [3925] = {.lex_state = 0}, [3926] = {.lex_state = 85}, - [3927] = {.lex_state = 85}, - [3928] = {.lex_state = 89}, - [3929] = {.lex_state = 89}, - [3930] = {.lex_state = 96}, + [3927] = {.lex_state = 89}, + [3928] = {.lex_state = 96}, + [3929] = {.lex_state = 85}, + [3930] = {.lex_state = 89}, [3931] = {.lex_state = 0}, - [3932] = {.lex_state = 0}, - [3933] = {.lex_state = 89}, - [3934] = {.lex_state = 96}, - [3935] = {.lex_state = 0}, - [3936] = {.lex_state = 85}, + [3932] = {.lex_state = 85}, + [3933] = {.lex_state = 0}, + [3934] = {.lex_state = 0}, + [3935] = {.lex_state = 89}, + [3936] = {.lex_state = 96}, [3937] = {.lex_state = 0}, - [3938] = {.lex_state = 85}, - [3939] = {.lex_state = 89}, - [3940] = {.lex_state = 96}, + [3938] = {.lex_state = 96}, + [3939] = {.lex_state = 0}, + [3940] = {.lex_state = 89}, [3941] = {.lex_state = 0}, - [3942] = {.lex_state = 0}, - [3943] = {.lex_state = 0}, + [3942] = {.lex_state = 85}, + [3943] = {.lex_state = 85}, [3944] = {.lex_state = 0}, - [3945] = {.lex_state = 0}, + [3945] = {.lex_state = 89}, [3946] = {.lex_state = 0}, [3947] = {.lex_state = 0}, - [3948] = {.lex_state = 85}, + [3948] = {.lex_state = 0}, [3949] = {.lex_state = 0}, [3950] = {.lex_state = 0}, - [3951] = {.lex_state = 85}, + [3951] = {.lex_state = 96}, [3952] = {.lex_state = 0}, [3953] = {.lex_state = 0}, [3954] = {.lex_state = 0}, @@ -18339,110 +18350,110 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3956] = {.lex_state = 0}, [3957] = {.lex_state = 0}, [3958] = {.lex_state = 0}, - [3959] = {.lex_state = 0}, + [3959] = {.lex_state = 85}, [3960] = {.lex_state = 0}, - [3961] = {.lex_state = 81}, - [3962] = {.lex_state = 0}, - [3963] = {.lex_state = 96}, - [3964] = {.lex_state = 85}, + [3961] = {.lex_state = 85}, + [3962] = {.lex_state = 81}, + [3963] = {.lex_state = 0}, + [3964] = {.lex_state = 0}, [3965] = {.lex_state = 0}, - [3966] = {.lex_state = 89}, - [3967] = {.lex_state = 96}, - [3968] = {.lex_state = 85}, - [3969] = {.lex_state = 89}, - [3970] = {.lex_state = 96}, + [3966] = {.lex_state = 85}, + [3967] = {.lex_state = 0}, + [3968] = {.lex_state = 89}, + [3969] = {.lex_state = 96}, + [3970] = {.lex_state = 85}, [3971] = {.lex_state = 0}, - [3972] = {.lex_state = 0}, + [3972] = {.lex_state = 96}, [3973] = {.lex_state = 0}, [3974] = {.lex_state = 0}, - [3975] = {.lex_state = 0}, - [3976] = {.lex_state = 0}, + [3975] = {.lex_state = 96}, + [3976] = {.lex_state = 89}, [3977] = {.lex_state = 0}, - [3978] = {.lex_state = 69}, - [3979] = {.lex_state = 89}, + [3978] = {.lex_state = 0}, + [3979] = {.lex_state = 0}, [3980] = {.lex_state = 0}, [3981] = {.lex_state = 0}, [3982] = {.lex_state = 0}, - [3983] = {.lex_state = 0}, + [3983] = {.lex_state = 89}, [3984] = {.lex_state = 0}, [3985] = {.lex_state = 0}, - [3986] = {.lex_state = 89}, - [3987] = {.lex_state = 0}, - [3988] = {.lex_state = 81}, - [3989] = {.lex_state = 0}, + [3986] = {.lex_state = 69}, + [3987] = {.lex_state = 89}, + [3988] = {.lex_state = 0}, + [3989] = {.lex_state = 85}, [3990] = {.lex_state = 0}, [3991] = {.lex_state = 0}, [3992] = {.lex_state = 0}, - [3993] = {.lex_state = 96}, + [3993] = {.lex_state = 0}, [3994] = {.lex_state = 0}, - [3995] = {.lex_state = 0}, + [3995] = {.lex_state = 96}, [3996] = {.lex_state = 0}, [3997] = {.lex_state = 0}, - [3998] = {.lex_state = 85}, + [3998] = {.lex_state = 0}, [3999] = {.lex_state = 0}, - [4000] = {.lex_state = 0}, + [4000] = {.lex_state = 85}, [4001] = {.lex_state = 0}, [4002] = {.lex_state = 0}, - [4003] = {.lex_state = 89}, - [4004] = {.lex_state = 96}, - [4005] = {.lex_state = 0}, - [4006] = {.lex_state = 0}, - [4007] = {.lex_state = 69}, - [4008] = {.lex_state = 89}, - [4009] = {.lex_state = 198}, + [4003] = {.lex_state = 0}, + [4004] = {.lex_state = 69}, + [4005] = {.lex_state = 89}, + [4006] = {.lex_state = 96}, + [4007] = {.lex_state = 0}, + [4008] = {.lex_state = 0}, + [4009] = {.lex_state = 0}, [4010] = {.lex_state = 0}, [4011] = {.lex_state = 0}, [4012] = {.lex_state = 0}, [4013] = {.lex_state = 0}, - [4014] = {.lex_state = 96}, + [4014] = {.lex_state = 0}, [4015] = {.lex_state = 0}, [4016] = {.lex_state = 0}, [4017] = {.lex_state = 0}, [4018] = {.lex_state = 96}, [4019] = {.lex_state = 0}, - [4020] = {.lex_state = 81}, + [4020] = {.lex_state = 89}, [4021] = {.lex_state = 0}, [4022] = {.lex_state = 89}, - [4023] = {.lex_state = 0}, + [4023] = {.lex_state = 96}, [4024] = {.lex_state = 0}, [4025] = {.lex_state = 81}, [4026] = {.lex_state = 0}, - [4027] = {.lex_state = 0}, - [4028] = {.lex_state = 85}, + [4027] = {.lex_state = 85}, + [4028] = {.lex_state = 0}, [4029] = {.lex_state = 0}, [4030] = {.lex_state = 0}, [4031] = {.lex_state = 0}, - [4032] = {.lex_state = 89}, - [4033] = {.lex_state = 96}, - [4034] = {.lex_state = 0}, - [4035] = {.lex_state = 0}, + [4032] = {.lex_state = 81}, + [4033] = {.lex_state = 0}, + [4034] = {.lex_state = 89}, + [4035] = {.lex_state = 96}, [4036] = {.lex_state = 0}, - [4037] = {.lex_state = 96}, + [4037] = {.lex_state = 0}, [4038] = {.lex_state = 0}, - [4039] = {.lex_state = 89}, - [4040] = {.lex_state = 0}, - [4041] = {.lex_state = 89}, + [4039] = {.lex_state = 96}, + [4040] = {.lex_state = 89}, + [4041] = {.lex_state = 0}, [4042] = {.lex_state = 0}, - [4043] = {.lex_state = 0}, + [4043] = {.lex_state = 89}, [4044] = {.lex_state = 0}, [4045] = {.lex_state = 0}, [4046] = {.lex_state = 0}, [4047] = {.lex_state = 0}, - [4048] = {.lex_state = 99}, + [4048] = {.lex_state = 0}, [4049] = {.lex_state = 0}, - [4050] = {.lex_state = 0}, - [4051] = {.lex_state = 85}, - [4052] = {.lex_state = 89}, + [4050] = {.lex_state = 85}, + [4051] = {.lex_state = 89}, + [4052] = {.lex_state = 0}, [4053] = {.lex_state = 96}, [4054] = {.lex_state = 0}, - [4055] = {.lex_state = 96}, + [4055] = {.lex_state = 99}, [4056] = {.lex_state = 0}, - [4057] = {.lex_state = 85}, - [4058] = {.lex_state = 198}, - [4059] = {.lex_state = 0}, + [4057] = {.lex_state = 0}, + [4058] = {.lex_state = 0}, + [4059] = {.lex_state = 198}, [4060] = {.lex_state = 0}, [4061] = {.lex_state = 0}, - [4062] = {.lex_state = 89}, + [4062] = {.lex_state = 0}, [4063] = {.lex_state = 0}, [4064] = {.lex_state = 0}, [4065] = {.lex_state = 0}, @@ -18451,73 +18462,73 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4068] = {.lex_state = 0}, [4069] = {.lex_state = 0}, [4070] = {.lex_state = 0}, - [4071] = {.lex_state = 0}, + [4071] = {.lex_state = 89}, [4072] = {.lex_state = 0}, [4073] = {.lex_state = 0}, - [4074] = {.lex_state = 96}, + [4074] = {.lex_state = 0}, [4075] = {.lex_state = 0}, - [4076] = {.lex_state = 198}, + [4076] = {.lex_state = 96}, [4077] = {.lex_state = 89}, - [4078] = {.lex_state = 85}, - [4079] = {.lex_state = 0}, - [4080] = {.lex_state = 0}, + [4078] = {.lex_state = 96}, + [4079] = {.lex_state = 198}, + [4080] = {.lex_state = 96}, [4081] = {.lex_state = 0}, - [4082] = {.lex_state = 81}, - [4083] = {.lex_state = 0}, - [4084] = {.lex_state = 89}, + [4082] = {.lex_state = 89}, + [4083] = {.lex_state = 85}, + [4084] = {.lex_state = 0}, [4085] = {.lex_state = 0}, - [4086] = {.lex_state = 0}, + [4086] = {.lex_state = 81}, [4087] = {.lex_state = 0}, - [4088] = {.lex_state = 85}, + [4088] = {.lex_state = 0}, [4089] = {.lex_state = 85}, - [4090] = {.lex_state = 96}, + [4090] = {.lex_state = 0}, [4091] = {.lex_state = 0}, [4092] = {.lex_state = 0}, - [4093] = {.lex_state = 0}, - [4094] = {.lex_state = 85}, - [4095] = {.lex_state = 85}, + [4093] = {.lex_state = 85}, + [4094] = {.lex_state = 0}, + [4095] = {.lex_state = 0}, [4096] = {.lex_state = 0}, - [4097] = {.lex_state = 0}, + [4097] = {.lex_state = 85}, [4098] = {.lex_state = 0}, [4099] = {.lex_state = 0}, [4100] = {.lex_state = 0}, [4101] = {.lex_state = 0}, [4102] = {.lex_state = 0}, - [4103] = {.lex_state = 0}, - [4104] = {.lex_state = 85}, - [4105] = {.lex_state = 0}, + [4103] = {.lex_state = 198}, + [4104] = {.lex_state = 0}, + [4105] = {.lex_state = 85}, [4106] = {.lex_state = 0}, [4107] = {.lex_state = 0}, [4108] = {.lex_state = 0}, [4109] = {.lex_state = 0}, - [4110] = {.lex_state = 0}, - [4111] = {.lex_state = 85}, + [4110] = {.lex_state = 85}, + [4111] = {.lex_state = 0}, [4112] = {.lex_state = 0}, - [4113] = {.lex_state = 0}, + [4113] = {.lex_state = 85}, [4114] = {.lex_state = 0}, - [4115] = {.lex_state = 85}, + [4115] = {.lex_state = 0}, [4116] = {.lex_state = 85}, [4117] = {.lex_state = 0}, - [4118] = {.lex_state = 85}, - [4119] = {.lex_state = 0}, + [4118] = {.lex_state = 0}, + [4119] = {.lex_state = 85}, [4120] = {.lex_state = 0}, - [4121] = {.lex_state = 0}, + [4121] = {.lex_state = 85}, [4122] = {.lex_state = 0}, [4123] = {.lex_state = 0}, - [4124] = {.lex_state = 85}, + [4124] = {.lex_state = 0}, [4125] = {.lex_state = 0}, [4126] = {.lex_state = 0}, - [4127] = {.lex_state = 85}, + [4127] = {.lex_state = 0}, [4128] = {.lex_state = 0}, - [4129] = {.lex_state = 0}, + [4129] = {.lex_state = 85}, [4130] = {.lex_state = 0}, - [4131] = {.lex_state = 0}, + [4131] = {.lex_state = 85}, [4132] = {.lex_state = 0}, [4133] = {.lex_state = 0}, [4134] = {.lex_state = 0}, - [4135] = {.lex_state = 85}, - [4136] = {.lex_state = 85}, - [4137] = {.lex_state = 0}, + [4135] = {.lex_state = 0}, + [4136] = {.lex_state = 0}, + [4137] = {.lex_state = 85}, [4138] = {.lex_state = 0}, [4139] = {.lex_state = 0}, [4140] = {.lex_state = 0}, @@ -18525,7 +18536,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4142] = {.lex_state = 0}, [4143] = {.lex_state = 0}, [4144] = {.lex_state = 0}, - [4145] = {.lex_state = 0}, + [4145] = {.lex_state = 85}, [4146] = {.lex_state = 0}, [4147] = {.lex_state = 0}, [4148] = {.lex_state = 0}, @@ -18544,9 +18555,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4161] = {.lex_state = 0}, [4162] = {.lex_state = 0}, [4163] = {.lex_state = 0}, - [4164] = {.lex_state = 85}, + [4164] = {.lex_state = 0}, [4165] = {.lex_state = 0}, - [4166] = {.lex_state = 0}, + [4166] = {.lex_state = 85}, [4167] = {.lex_state = 0}, [4168] = {.lex_state = 0}, [4169] = {.lex_state = 0}, @@ -18554,21 +18565,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4171] = {.lex_state = 0}, [4172] = {.lex_state = 0}, [4173] = {.lex_state = 0}, - [4174] = {.lex_state = 0}, + [4174] = {.lex_state = 85}, [4175] = {.lex_state = 0}, [4176] = {.lex_state = 0}, - [4177] = {.lex_state = 85}, - [4178] = {.lex_state = 85}, + [4177] = {.lex_state = 0}, + [4178] = {.lex_state = 0}, [4179] = {.lex_state = 0}, - [4180] = {.lex_state = 0}, + [4180] = {.lex_state = 85}, [4181] = {.lex_state = 0}, - [4182] = {.lex_state = 0}, + [4182] = {.lex_state = 85}, [4183] = {.lex_state = 0}, [4184] = {.lex_state = 0}, - [4185] = {.lex_state = 85}, + [4185] = {.lex_state = 0}, [4186] = {.lex_state = 0}, - [4187] = {.lex_state = 85}, - [4188] = {.lex_state = 0}, + [4187] = {.lex_state = 0}, + [4188] = {.lex_state = 85}, [4189] = {.lex_state = 0}, [4190] = {.lex_state = 0}, [4191] = {.lex_state = 0}, @@ -18587,30 +18598,30 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4204] = {.lex_state = 0}, [4205] = {.lex_state = 0}, [4206] = {.lex_state = 0}, - [4207] = {.lex_state = 85}, + [4207] = {.lex_state = 0}, [4208] = {.lex_state = 0}, [4209] = {.lex_state = 0}, - [4210] = {.lex_state = 0}, + [4210] = {.lex_state = 85}, [4211] = {.lex_state = 0}, [4212] = {.lex_state = 0}, - [4213] = {.lex_state = 0}, - [4214] = {.lex_state = 85}, + [4213] = {.lex_state = 85}, + [4214] = {.lex_state = 0}, [4215] = {.lex_state = 0}, [4216] = {.lex_state = 0}, [4217] = {.lex_state = 0}, [4218] = {.lex_state = 0}, [4219] = {.lex_state = 0}, - [4220] = {.lex_state = 69}, - [4221] = {.lex_state = 0}, + [4220] = {.lex_state = 0}, + [4221] = {.lex_state = 69}, [4222] = {.lex_state = 0}, - [4223] = {.lex_state = 0}, + [4223] = {.lex_state = 85}, [4224] = {.lex_state = 0}, - [4225] = {.lex_state = 85}, - [4226] = {.lex_state = 85}, + [4225] = {.lex_state = 0}, + [4226] = {.lex_state = 0}, [4227] = {.lex_state = 0}, [4228] = {.lex_state = 0}, [4229] = {.lex_state = 0}, - [4230] = {.lex_state = 0}, + [4230] = {.lex_state = 85}, [4231] = {.lex_state = 0}, [4232] = {.lex_state = 0}, [4233] = {.lex_state = 0}, @@ -18621,37 +18632,37 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4238] = {.lex_state = 0}, [4239] = {.lex_state = 0}, [4240] = {.lex_state = 0}, - [4241] = {.lex_state = 89}, + [4241] = {.lex_state = 0}, [4242] = {.lex_state = 0}, [4243] = {.lex_state = 0}, - [4244] = {.lex_state = 96}, + [4244] = {.lex_state = 0}, [4245] = {.lex_state = 0}, [4246] = {.lex_state = 0}, [4247] = {.lex_state = 0}, - [4248] = {.lex_state = 0}, - [4249] = {.lex_state = 0}, + [4248] = {.lex_state = 89}, + [4249] = {.lex_state = 96}, [4250] = {.lex_state = 0}, [4251] = {.lex_state = 0}, [4252] = {.lex_state = 0}, [4253] = {.lex_state = 0}, [4254] = {.lex_state = 0}, [4255] = {.lex_state = 0}, - [4256] = {.lex_state = 85}, - [4257] = {.lex_state = 0}, - [4258] = {.lex_state = 85}, + [4256] = {.lex_state = 0}, + [4257] = {.lex_state = 85}, + [4258] = {.lex_state = 0}, [4259] = {.lex_state = 0}, - [4260] = {.lex_state = 69}, - [4261] = {.lex_state = 0}, - [4262] = {.lex_state = 0}, - [4263] = {.lex_state = 85}, + [4260] = {.lex_state = 0}, + [4261] = {.lex_state = 69}, + [4262] = {.lex_state = 85}, + [4263] = {.lex_state = 0}, [4264] = {.lex_state = 0}, [4265] = {.lex_state = 0}, [4266] = {.lex_state = 0}, - [4267] = {.lex_state = 85}, + [4267] = {.lex_state = 0}, [4268] = {.lex_state = 0}, - [4269] = {.lex_state = 0}, - [4270] = {.lex_state = 85}, - [4271] = {.lex_state = 0}, + [4269] = {.lex_state = 85}, + [4270] = {.lex_state = 0}, + [4271] = {.lex_state = 85}, [4272] = {.lex_state = 85}, [4273] = {.lex_state = 0}, [4274] = {.lex_state = 0}, @@ -18659,16 +18670,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4276] = {.lex_state = 0}, [4277] = {.lex_state = 0}, [4278] = {.lex_state = 0}, - [4279] = {.lex_state = 85}, - [4280] = {.lex_state = 0}, - [4281] = {.lex_state = 85}, + [4279] = {.lex_state = 0}, + [4280] = {.lex_state = 85}, + [4281] = {.lex_state = 0}, [4282] = {.lex_state = 0}, - [4283] = {.lex_state = 0}, - [4284] = {.lex_state = 0}, + [4283] = {.lex_state = 85}, + [4284] = {.lex_state = 85}, [4285] = {.lex_state = 0}, - [4286] = {.lex_state = 85}, + [4286] = {.lex_state = 0}, [4287] = {.lex_state = 85}, - [4288] = {.lex_state = 0}, + [4288] = {.lex_state = 85}, [4289] = {.lex_state = 0}, [4290] = {.lex_state = 0}, [4291] = {.lex_state = 0}, @@ -18676,8 +18687,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4293] = {.lex_state = 0}, [4294] = {.lex_state = 85}, [4295] = {.lex_state = 0}, - [4296] = {.lex_state = 0}, - [4297] = {.lex_state = 85}, + [4296] = {.lex_state = 85}, + [4297] = {.lex_state = 0}, [4298] = {.lex_state = 0}, [4299] = {.lex_state = 0}, [4300] = {.lex_state = 0}, @@ -18702,15 +18713,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4319] = {.lex_state = 0}, [4320] = {.lex_state = 0}, [4321] = {.lex_state = 0}, - [4322] = {.lex_state = 85}, - [4323] = {.lex_state = 0}, + [4322] = {.lex_state = 0}, + [4323] = {.lex_state = 85}, [4324] = {.lex_state = 0}, [4325] = {.lex_state = 0}, [4326] = {.lex_state = 0}, [4327] = {.lex_state = 0}, [4328] = {.lex_state = 0}, - [4329] = {.lex_state = 85}, - [4330] = {.lex_state = 0}, + [4329] = {.lex_state = 0}, + [4330] = {.lex_state = 85}, [4331] = {.lex_state = 0}, [4332] = {.lex_state = 0}, [4333] = {.lex_state = 0}, @@ -18721,16 +18732,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4338] = {.lex_state = 0}, [4339] = {.lex_state = 0}, [4340] = {.lex_state = 0}, - [4341] = {.lex_state = 85}, - [4342] = {.lex_state = 0}, + [4341] = {.lex_state = 0}, + [4342] = {.lex_state = 85}, [4343] = {.lex_state = 0}, - [4344] = {.lex_state = 85}, + [4344] = {.lex_state = 0}, [4345] = {.lex_state = 0}, [4346] = {.lex_state = 85}, - [4347] = {.lex_state = 0}, + [4347] = {.lex_state = 85}, [4348] = {.lex_state = 0}, - [4349] = {.lex_state = 85}, - [4350] = {.lex_state = 0}, + [4349] = {.lex_state = 0}, + [4350] = {.lex_state = 85}, [4351] = {.lex_state = 0}, [4352] = {.lex_state = 0}, [4353] = {.lex_state = 0}, @@ -18742,8 +18753,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4359] = {.lex_state = 0}, [4360] = {.lex_state = 0}, [4361] = {.lex_state = 0}, - [4362] = {.lex_state = 0}, - [4363] = {.lex_state = 85}, + [4362] = {.lex_state = 85}, + [4363] = {.lex_state = 0}, [4364] = {.lex_state = 0}, [4365] = {.lex_state = 0}, [4366] = {.lex_state = 0}, @@ -18757,27 +18768,27 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4374] = {.lex_state = 0}, [4375] = {.lex_state = 0}, [4376] = {.lex_state = 0}, - [4377] = {.lex_state = 85}, - [4378] = {.lex_state = 0}, + [4377] = {.lex_state = 0}, + [4378] = {.lex_state = 85}, [4379] = {.lex_state = 0}, [4380] = {.lex_state = 0}, [4381] = {.lex_state = 0}, [4382] = {.lex_state = 0}, - [4383] = {.lex_state = 198}, + [4383] = {.lex_state = 0}, [4384] = {.lex_state = 0}, [4385] = {.lex_state = 0}, [4386] = {.lex_state = 0}, [4387] = {.lex_state = 0}, [4388] = {.lex_state = 0}, - [4389] = {.lex_state = 85}, + [4389] = {.lex_state = 198}, [4390] = {.lex_state = 0}, [4391] = {.lex_state = 0}, [4392] = {.lex_state = 0}, [4393] = {.lex_state = 0}, [4394] = {.lex_state = 0}, - [4395] = {.lex_state = 85}, + [4395] = {.lex_state = 0}, [4396] = {.lex_state = 0}, - [4397] = {.lex_state = 0}, + [4397] = {.lex_state = 85}, [4398] = {.lex_state = 0}, [4399] = {.lex_state = 0}, [4400] = {.lex_state = 0}, @@ -18790,24 +18801,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4407] = {.lex_state = 0}, [4408] = {.lex_state = 0}, [4409] = {.lex_state = 0}, - [4410] = {.lex_state = 0}, + [4410] = {.lex_state = 85}, [4411] = {.lex_state = 0}, [4412] = {.lex_state = 0}, [4413] = {.lex_state = 0}, - [4414] = {.lex_state = 85}, - [4415] = {.lex_state = 0}, + [4414] = {.lex_state = 0}, + [4415] = {.lex_state = 85}, [4416] = {.lex_state = 0}, [4417] = {.lex_state = 0}, - [4418] = {.lex_state = 69}, - [4419] = {.lex_state = 0}, + [4418] = {.lex_state = 0}, + [4419] = {.lex_state = 69}, [4420] = {.lex_state = 0}, - [4421] = {.lex_state = 85}, + [4421] = {.lex_state = 0}, [4422] = {.lex_state = 0}, [4423] = {.lex_state = 0}, [4424] = {.lex_state = 0}, - [4425] = {.lex_state = 0}, - [4426] = {.lex_state = 85}, - [4427] = {.lex_state = 0}, + [4425] = {.lex_state = 85}, + [4426] = {.lex_state = 0}, + [4427] = {.lex_state = 85}, [4428] = {.lex_state = 0}, [4429] = {.lex_state = 0}, [4430] = {.lex_state = 0}, @@ -18816,9 +18827,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4433] = {.lex_state = 0}, [4434] = {.lex_state = 0}, [4435] = {.lex_state = 0}, - [4436] = {.lex_state = 41}, + [4436] = {.lex_state = 0}, [4437] = {.lex_state = 0}, - [4438] = {.lex_state = 0}, + [4438] = {.lex_state = 41}, [4439] = {.lex_state = 0}, [4440] = {.lex_state = 0}, [4441] = {.lex_state = 0}, @@ -18832,9 +18843,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4449] = {.lex_state = 0}, [4450] = {.lex_state = 0}, [4451] = {.lex_state = 0}, - [4452] = {.lex_state = 107}, + [4452] = {.lex_state = 0}, [4453] = {.lex_state = 0}, - [4454] = {.lex_state = 0}, + [4454] = {.lex_state = 107}, [4455] = {.lex_state = 0}, [4456] = {.lex_state = 0}, [4457] = {.lex_state = 0}, @@ -18842,8 +18853,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4459] = {.lex_state = 0}, [4460] = {.lex_state = 0}, [4461] = {.lex_state = 0}, - [4462] = {.lex_state = 107}, - [4463] = {.lex_state = 0}, + [4462] = {.lex_state = 0}, + [4463] = {.lex_state = 107}, [4464] = {.lex_state = 0}, [4465] = {.lex_state = 0}, [4466] = {.lex_state = 0}, @@ -18853,9 +18864,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4470] = {.lex_state = 0}, [4471] = {.lex_state = 0}, [4472] = {.lex_state = 0}, - [4473] = {.lex_state = 107}, + [4473] = {.lex_state = 0}, [4474] = {.lex_state = 0}, - [4475] = {.lex_state = 0}, + [4475] = {.lex_state = 107}, [4476] = {.lex_state = 0}, [4477] = {.lex_state = 0}, [4478] = {.lex_state = 0}, @@ -18870,16 +18881,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4487] = {.lex_state = 0}, [4488] = {.lex_state = 0}, [4489] = {.lex_state = 0}, - [4490] = {.lex_state = 0}, + [4490] = {.lex_state = 107}, [4491] = {.lex_state = 0}, [4492] = {.lex_state = 0}, [4493] = {.lex_state = 0}, - [4494] = {.lex_state = 107}, + [4494] = {.lex_state = 0}, [4495] = {.lex_state = 0}, - [4496] = {.lex_state = 0}, + [4496] = {.lex_state = 107}, [4497] = {.lex_state = 0}, [4498] = {.lex_state = 0}, - [4499] = {.lex_state = 107}, + [4499] = {.lex_state = 0}, [4500] = {.lex_state = 0}, [4501] = {.lex_state = 0}, [4502] = {.lex_state = 0}, @@ -18894,12 +18905,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4511] = {.lex_state = 0}, [4512] = {.lex_state = 0}, [4513] = {.lex_state = 0}, - [4514] = {.lex_state = 0}, - [4515] = {.lex_state = 107}, - [4516] = {.lex_state = 85}, - [4517] = {.lex_state = 0}, - [4518] = {.lex_state = 0}, - [4519] = {.lex_state = 85}, + [4514] = {.lex_state = 85}, + [4515] = {.lex_state = 0}, + [4516] = {.lex_state = 0}, + [4517] = {.lex_state = 107}, + [4518] = {.lex_state = 85}, + [4519] = {.lex_state = 0}, [4520] = {.lex_state = 85}, [4521] = {.lex_state = 0}, [4522] = {.lex_state = 0}, @@ -18908,23 +18919,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4525] = {.lex_state = 0}, [4526] = {.lex_state = 0}, [4527] = {.lex_state = 0}, - [4528] = {.lex_state = 0}, - [4529] = {.lex_state = 0}, - [4530] = {.lex_state = 107}, + [4528] = {.lex_state = 41}, + [4529] = {.lex_state = 107}, + [4530] = {.lex_state = 0}, [4531] = {.lex_state = 0}, [4532] = {.lex_state = 0}, [4533] = {.lex_state = 0}, [4534] = {.lex_state = 0}, [4535] = {.lex_state = 0}, - [4536] = {.lex_state = 107}, - [4537] = {.lex_state = 85}, - [4538] = {.lex_state = 0}, - [4539] = {.lex_state = 0}, + [4536] = {.lex_state = 0}, + [4537] = {.lex_state = 0}, + [4538] = {.lex_state = 107}, + [4539] = {.lex_state = 85}, [4540] = {.lex_state = 0}, [4541] = {.lex_state = 0}, [4542] = {.lex_state = 0}, [4543] = {.lex_state = 0}, - [4544] = {.lex_state = 41}, + [4544] = {.lex_state = 0}, [4545] = {.lex_state = 0}, [4546] = {.lex_state = 0}, [4547] = {.lex_state = 0}, @@ -18953,46 +18964,46 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4570] = {.lex_state = 0}, [4571] = {.lex_state = 0}, [4572] = {.lex_state = 0}, - [4573] = {.lex_state = 107}, + [4573] = {.lex_state = 0}, [4574] = {.lex_state = 0}, - [4575] = {.lex_state = 0}, + [4575] = {.lex_state = 107}, [4576] = {.lex_state = 0}, [4577] = {.lex_state = 0}, - [4578] = {.lex_state = 107}, + [4578] = {.lex_state = 0}, [4579] = {.lex_state = 0}, [4580] = {.lex_state = 107}, [4581] = {.lex_state = 0}, - [4582] = {.lex_state = 0}, + [4582] = {.lex_state = 107}, [4583] = {.lex_state = 0}, [4584] = {.lex_state = 0}, [4585] = {.lex_state = 0}, [4586] = {.lex_state = 0}, - [4587] = {.lex_state = 108}, - [4588] = {.lex_state = 85}, - [4589] = {.lex_state = 85}, + [4587] = {.lex_state = 0}, + [4588] = {.lex_state = 0}, + [4589] = {.lex_state = 108}, [4590] = {.lex_state = 85}, [4591] = {.lex_state = 85}, - [4592] = {.lex_state = 0}, - [4593] = {.lex_state = 0}, - [4594] = {.lex_state = 107}, - [4595] = {.lex_state = 107}, - [4596] = {.lex_state = 205}, - [4597] = {.lex_state = 85}, - [4598] = {.lex_state = 85}, + [4592] = {.lex_state = 85}, + [4593] = {.lex_state = 85}, + [4594] = {.lex_state = 0}, + [4595] = {.lex_state = 0}, + [4596] = {.lex_state = 107}, + [4597] = {.lex_state = 107}, + [4598] = {.lex_state = 205}, [4599] = {.lex_state = 85}, [4600] = {.lex_state = 85}, - [4601] = {.lex_state = 0}, + [4601] = {.lex_state = 85}, [4602] = {.lex_state = 85}, [4603] = {.lex_state = 0}, - [4604] = {.lex_state = 0}, + [4604] = {.lex_state = 85}, [4605] = {.lex_state = 0}, [4606] = {.lex_state = 0}, [4607] = {.lex_state = 0}, [4608] = {.lex_state = 0}, [4609] = {.lex_state = 0}, - [4610] = {.lex_state = 69}, + [4610] = {.lex_state = 0}, [4611] = {.lex_state = 0}, - [4612] = {.lex_state = 0}, + [4612] = {.lex_state = 69}, [4613] = {.lex_state = 0}, [4614] = {.lex_state = 0}, [4615] = {.lex_state = 0}, @@ -19002,8 +19013,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4619] = {.lex_state = 0}, [4620] = {.lex_state = 0}, [4621] = {.lex_state = 0}, - [4622] = {.lex_state = 85}, - [4623] = {.lex_state = 0}, + [4622] = {.lex_state = 0}, + [4623] = {.lex_state = 85}, [4624] = {.lex_state = 0}, [4625] = {.lex_state = 0}, [4626] = {.lex_state = 0}, @@ -19015,12 +19026,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4632] = {.lex_state = 0}, [4633] = {.lex_state = 0}, [4634] = {.lex_state = 0}, - [4635] = {.lex_state = 85}, + [4635] = {.lex_state = 0}, [4636] = {.lex_state = 0}, - [4637] = {.lex_state = 0}, - [4638] = {.lex_state = 107}, + [4637] = {.lex_state = 85}, + [4638] = {.lex_state = 0}, [4639] = {.lex_state = 0}, - [4640] = {.lex_state = 0}, + [4640] = {.lex_state = 107}, [4641] = {.lex_state = 0}, [4642] = {.lex_state = 0}, [4643] = {.lex_state = 0}, @@ -19034,26 +19045,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4651] = {.lex_state = 0}, [4652] = {.lex_state = 0}, [4653] = {.lex_state = 0}, - [4654] = {.lex_state = 85}, + [4654] = {.lex_state = 0}, [4655] = {.lex_state = 0}, - [4656] = {.lex_state = 198}, + [4656] = {.lex_state = 0}, [4657] = {.lex_state = 0}, [4658] = {.lex_state = 0}, [4659] = {.lex_state = 0}, - [4660] = {.lex_state = 0}, + [4660] = {.lex_state = 85}, [4661] = {.lex_state = 0}, [4662] = {.lex_state = 0}, [4663] = {.lex_state = 0}, - [4664] = {.lex_state = 0}, + [4664] = {.lex_state = 198}, [4665] = {.lex_state = 0}, [4666] = {.lex_state = 0}, [4667] = {.lex_state = 0}, [4668] = {.lex_state = 0}, - [4669] = {.lex_state = 85}, + [4669] = {.lex_state = 0}, [4670] = {.lex_state = 0}, - [4671] = {.lex_state = 205}, + [4671] = {.lex_state = 85}, [4672] = {.lex_state = 0}, - [4673] = {.lex_state = 0}, + [4673] = {.lex_state = 205}, [4674] = {.lex_state = 0}, [4675] = {.lex_state = 0}, [4676] = {.lex_state = 0}, @@ -19073,9 +19084,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4690] = {.lex_state = 0}, [4691] = {.lex_state = 0}, [4692] = {.lex_state = 0}, - [4693] = {.lex_state = 85}, + [4693] = {.lex_state = 0}, [4694] = {.lex_state = 0}, - [4695] = {.lex_state = 0}, + [4695] = {.lex_state = 85}, [4696] = {.lex_state = 0}, [4697] = {.lex_state = 0}, [4698] = {.lex_state = 0}, @@ -19086,9 +19097,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4703] = {.lex_state = 0}, [4704] = {.lex_state = 0}, [4705] = {.lex_state = 0}, - [4706] = {.lex_state = 41}, + [4706] = {.lex_state = 0}, [4707] = {.lex_state = 0}, - [4708] = {.lex_state = 0}, + [4708] = {.lex_state = 41}, [4709] = {.lex_state = 0}, [4710] = {.lex_state = 0}, [4711] = {.lex_state = 0}, @@ -19100,11 +19111,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4717] = {.lex_state = 0}, [4718] = {.lex_state = 0}, [4719] = {.lex_state = 0}, - [4720] = {.lex_state = 85}, + [4720] = {.lex_state = 0}, [4721] = {.lex_state = 0}, - [4722] = {.lex_state = 108}, + [4722] = {.lex_state = 85}, [4723] = {.lex_state = 0}, - [4724] = {.lex_state = 0}, + [4724] = {.lex_state = 108}, [4725] = {.lex_state = 0}, [4726] = {.lex_state = 0}, [4727] = {.lex_state = 0}, @@ -19113,9 +19124,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4730] = {.lex_state = 0}, [4731] = {.lex_state = 0}, [4732] = {.lex_state = 0}, - [4733] = {.lex_state = 0}, + [4733] = {.lex_state = 85}, [4734] = {.lex_state = 0}, - [4735] = {.lex_state = 85}, + [4735] = {.lex_state = 0}, [4736] = {.lex_state = 0}, [4737] = {.lex_state = 0}, [4738] = {.lex_state = 0}, @@ -19124,23 +19135,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4741] = {.lex_state = 0}, [4742] = {.lex_state = 0}, [4743] = {.lex_state = 0}, - [4744] = {.lex_state = 85}, + [4744] = {.lex_state = 0}, [4745] = {.lex_state = 0}, [4746] = {.lex_state = 85}, [4747] = {.lex_state = 0}, - [4748] = {.lex_state = 0}, - [4749] = {.lex_state = 85}, - [4750] = {.lex_state = 85}, - [4751] = {.lex_state = 0}, - [4752] = {.lex_state = 0}, - [4753] = {.lex_state = 85}, + [4748] = {.lex_state = 85}, + [4749] = {.lex_state = 0}, + [4750] = {.lex_state = 0}, + [4751] = {.lex_state = 85}, + [4752] = {.lex_state = 85}, + [4753] = {.lex_state = 0}, [4754] = {.lex_state = 0}, - [4755] = {.lex_state = 0}, + [4755] = {.lex_state = 85}, [4756] = {.lex_state = 0}, [4757] = {.lex_state = 0}, - [4758] = {(TSStateId)(-1)}, - [4759] = {(TSStateId)(-1)}, + [4758] = {.lex_state = 0}, + [4759] = {.lex_state = 0}, [4760] = {(TSStateId)(-1)}, + [4761] = {(TSStateId)(-1)}, + [4762] = {(TSStateId)(-1)}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -19279,112 +19292,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1), }, [1] = { - [sym_source_file] = STATE(4705), + [sym_source_file] = STATE(4707), [sym_shebang] = STATE(2), [sym_line_comment] = STATE(1), [sym_block_comment] = STATE(1), [sym_module_clause] = STATE(4), - [sym_import_list] = STATE(9), - [sym_import_declaration] = STATE(1622), - [sym_const_declaration] = STATE(1525), - [sym_global_var_declaration] = STATE(1525), - [sym_type_declaration] = STATE(1525), - [sym_function_declaration] = STATE(1525), - [sym_static_method_declaration] = STATE(1525), - [sym_struct_declaration] = STATE(1525), - [sym_enum_declaration] = STATE(1525), - [sym_interface_declaration] = STATE(1525), + [sym_import_list] = STATE(5), + [sym_import_declaration] = STATE(1623), + [sym_const_declaration] = STATE(1521), + [sym_global_var_declaration] = STATE(1521), + [sym_type_declaration] = STATE(1521), + [sym_function_declaration] = STATE(1521), + [sym_static_method_declaration] = STATE(1521), + [sym_struct_declaration] = STATE(1521), + [sym_enum_declaration] = STATE(1521), + [sym_interface_declaration] = STATE(1521), [sym__expression] = STATE(216), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_strictly_expression_list] = STATE(1526), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_visibility_modifiers] = STATE(3533), - [sym_mutability_modifiers] = STATE(956), - [sym_mutable_expression] = STATE(3387), - [sym_expression_list] = STATE(3398), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(1525), - [sym_simple_statement] = STATE(1527), - [sym_assert_statement] = STATE(1527), - [sym_append_statement] = STATE(1527), - [sym_send_statement] = STATE(1527), - [sym_var_declaration] = STATE(1526), - [sym_assignment_statement] = STATE(1526), - [sym_block] = STATE(1527), - [sym_defer_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_label_definition] = STATE(65), - [sym_labeled_statement] = STATE(1527), - [sym_compile_time_for_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_hash_statement] = STATE(1527), - [sym_asm_statement] = STATE(1527), - [sym_attributes] = STATE(3474), - [sym_attribute] = STATE(3407), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_import_list_repeat1] = STATE(1528), - [aux_sym_attributes_repeat1] = STATE(3445), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_strictly_expression_list] = STATE(1522), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_visibility_modifiers] = STATE(3525), + [sym_mutability_modifiers] = STATE(821), + [sym_mutable_expression] = STATE(3389), + [sym_expression_list] = STATE(3399), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(1521), + [sym_simple_statement] = STATE(1523), + [sym_assert_statement] = STATE(1523), + [sym_append_statement] = STATE(1523), + [sym_send_statement] = STATE(1523), + [sym_var_declaration] = STATE(1522), + [sym_assignment_statement] = STATE(1522), + [sym_block] = STATE(1523), + [sym_defer_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_label_definition] = STATE(64), + [sym_labeled_statement] = STATE(1523), + [sym_compile_time_for_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_hash_statement] = STATE(1523), + [sym_asm_statement] = STATE(1523), + [sym_attributes] = STATE(3477), + [sym_attribute] = STATE(3410), + [aux_sym_source_file_repeat1] = STATE(10), + [aux_sym_import_list_repeat1] = STATE(1524), + [aux_sym_attributes_repeat1] = STATE(3447), [ts_builtin_sym_end] = ACTIONS(7), [sym_identifier] = ACTIONS(9), [anon_sym_POUND_BANG] = ACTIONS(11), @@ -19462,106 +19475,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_block_comment] = STATE(2), [sym_module_clause] = STATE(3), [sym_import_list] = STATE(11), - [sym_import_declaration] = STATE(1622), - [sym_const_declaration] = STATE(1525), - [sym_global_var_declaration] = STATE(1525), - [sym_type_declaration] = STATE(1525), - [sym_function_declaration] = STATE(1525), - [sym_static_method_declaration] = STATE(1525), - [sym_struct_declaration] = STATE(1525), - [sym_enum_declaration] = STATE(1525), - [sym_interface_declaration] = STATE(1525), + [sym_import_declaration] = STATE(1623), + [sym_const_declaration] = STATE(1521), + [sym_global_var_declaration] = STATE(1521), + [sym_type_declaration] = STATE(1521), + [sym_function_declaration] = STATE(1521), + [sym_static_method_declaration] = STATE(1521), + [sym_struct_declaration] = STATE(1521), + [sym_enum_declaration] = STATE(1521), + [sym_interface_declaration] = STATE(1521), [sym__expression] = STATE(216), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_strictly_expression_list] = STATE(1526), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_visibility_modifiers] = STATE(3533), - [sym_mutability_modifiers] = STATE(956), - [sym_mutable_expression] = STATE(3387), - [sym_expression_list] = STATE(3398), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(1525), - [sym_simple_statement] = STATE(1527), - [sym_assert_statement] = STATE(1527), - [sym_append_statement] = STATE(1527), - [sym_send_statement] = STATE(1527), - [sym_var_declaration] = STATE(1526), - [sym_assignment_statement] = STATE(1526), - [sym_block] = STATE(1527), - [sym_defer_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_label_definition] = STATE(65), - [sym_labeled_statement] = STATE(1527), - [sym_compile_time_for_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_hash_statement] = STATE(1527), - [sym_asm_statement] = STATE(1527), - [sym_attributes] = STATE(3474), - [sym_attribute] = STATE(3407), - [aux_sym_source_file_repeat1] = STATE(10), - [aux_sym_import_list_repeat1] = STATE(1528), - [aux_sym_attributes_repeat1] = STATE(3445), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_strictly_expression_list] = STATE(1522), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_visibility_modifiers] = STATE(3525), + [sym_mutability_modifiers] = STATE(821), + [sym_mutable_expression] = STATE(3389), + [sym_expression_list] = STATE(3399), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(1521), + [sym_simple_statement] = STATE(1523), + [sym_assert_statement] = STATE(1523), + [sym_append_statement] = STATE(1523), + [sym_send_statement] = STATE(1523), + [sym_var_declaration] = STATE(1522), + [sym_assignment_statement] = STATE(1522), + [sym_block] = STATE(1523), + [sym_defer_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_label_definition] = STATE(64), + [sym_labeled_statement] = STATE(1523), + [sym_compile_time_for_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_hash_statement] = STATE(1523), + [sym_asm_statement] = STATE(1523), + [sym_attributes] = STATE(3477), + [sym_attribute] = STATE(3410), + [aux_sym_source_file_repeat1] = STATE(6), + [aux_sym_import_list_repeat1] = STATE(1524), + [aux_sym_attributes_repeat1] = STATE(3447), [ts_builtin_sym_end] = ACTIONS(127), [sym_identifier] = ACTIONS(9), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -19636,107 +19649,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [3] = { [sym_line_comment] = STATE(3), [sym_block_comment] = STATE(3), - [sym_import_list] = STATE(5), - [sym_import_declaration] = STATE(1622), - [sym_const_declaration] = STATE(1525), - [sym_global_var_declaration] = STATE(1525), - [sym_type_declaration] = STATE(1525), - [sym_function_declaration] = STATE(1525), - [sym_static_method_declaration] = STATE(1525), - [sym_struct_declaration] = STATE(1525), - [sym_enum_declaration] = STATE(1525), - [sym_interface_declaration] = STATE(1525), + [sym_import_list] = STATE(8), + [sym_import_declaration] = STATE(1623), + [sym_const_declaration] = STATE(1521), + [sym_global_var_declaration] = STATE(1521), + [sym_type_declaration] = STATE(1521), + [sym_function_declaration] = STATE(1521), + [sym_static_method_declaration] = STATE(1521), + [sym_struct_declaration] = STATE(1521), + [sym_enum_declaration] = STATE(1521), + [sym_interface_declaration] = STATE(1521), [sym__expression] = STATE(216), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_strictly_expression_list] = STATE(1526), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_visibility_modifiers] = STATE(3533), - [sym_mutability_modifiers] = STATE(956), - [sym_mutable_expression] = STATE(3387), - [sym_expression_list] = STATE(3398), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(1525), - [sym_simple_statement] = STATE(1527), - [sym_assert_statement] = STATE(1527), - [sym_append_statement] = STATE(1527), - [sym_send_statement] = STATE(1527), - [sym_var_declaration] = STATE(1526), - [sym_assignment_statement] = STATE(1526), - [sym_block] = STATE(1527), - [sym_defer_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_label_definition] = STATE(65), - [sym_labeled_statement] = STATE(1527), - [sym_compile_time_for_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_hash_statement] = STATE(1527), - [sym_asm_statement] = STATE(1527), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_strictly_expression_list] = STATE(1522), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_visibility_modifiers] = STATE(3525), + [sym_mutability_modifiers] = STATE(821), + [sym_mutable_expression] = STATE(3389), + [sym_expression_list] = STATE(3399), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(1521), + [sym_simple_statement] = STATE(1523), + [sym_assert_statement] = STATE(1523), + [sym_append_statement] = STATE(1523), + [sym_send_statement] = STATE(1523), + [sym_var_declaration] = STATE(1522), + [sym_assignment_statement] = STATE(1522), + [sym_block] = STATE(1523), + [sym_defer_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_label_definition] = STATE(64), + [sym_labeled_statement] = STATE(1523), + [sym_compile_time_for_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_hash_statement] = STATE(1523), + [sym_asm_statement] = STATE(1523), [sym_attributes] = STATE(3481), - [sym_attribute] = STATE(3407), - [aux_sym_source_file_repeat1] = STATE(6), - [aux_sym_import_list_repeat1] = STATE(1528), - [aux_sym_attributes_repeat1] = STATE(3445), + [sym_attribute] = STATE(3410), + [aux_sym_source_file_repeat1] = STATE(7), + [aux_sym_import_list_repeat1] = STATE(1524), + [aux_sym_attributes_repeat1] = STATE(3447), [ts_builtin_sym_end] = ACTIONS(131), [sym_identifier] = ACTIONS(9), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -19811,106 +19824,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = STATE(4), [sym_block_comment] = STATE(4), [sym_import_list] = STATE(11), - [sym_import_declaration] = STATE(1622), - [sym_const_declaration] = STATE(1525), - [sym_global_var_declaration] = STATE(1525), - [sym_type_declaration] = STATE(1525), - [sym_function_declaration] = STATE(1525), - [sym_static_method_declaration] = STATE(1525), - [sym_struct_declaration] = STATE(1525), - [sym_enum_declaration] = STATE(1525), - [sym_interface_declaration] = STATE(1525), + [sym_import_declaration] = STATE(1623), + [sym_const_declaration] = STATE(1521), + [sym_global_var_declaration] = STATE(1521), + [sym_type_declaration] = STATE(1521), + [sym_function_declaration] = STATE(1521), + [sym_static_method_declaration] = STATE(1521), + [sym_struct_declaration] = STATE(1521), + [sym_enum_declaration] = STATE(1521), + [sym_interface_declaration] = STATE(1521), [sym__expression] = STATE(216), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_strictly_expression_list] = STATE(1526), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_visibility_modifiers] = STATE(3533), - [sym_mutability_modifiers] = STATE(956), - [sym_mutable_expression] = STATE(3387), - [sym_expression_list] = STATE(3398), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(1525), - [sym_simple_statement] = STATE(1527), - [sym_assert_statement] = STATE(1527), - [sym_append_statement] = STATE(1527), - [sym_send_statement] = STATE(1527), - [sym_var_declaration] = STATE(1526), - [sym_assignment_statement] = STATE(1526), - [sym_block] = STATE(1527), - [sym_defer_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_label_definition] = STATE(65), - [sym_labeled_statement] = STATE(1527), - [sym_compile_time_for_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_hash_statement] = STATE(1527), - [sym_asm_statement] = STATE(1527), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_strictly_expression_list] = STATE(1522), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_visibility_modifiers] = STATE(3525), + [sym_mutability_modifiers] = STATE(821), + [sym_mutable_expression] = STATE(3389), + [sym_expression_list] = STATE(3399), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(1521), + [sym_simple_statement] = STATE(1523), + [sym_assert_statement] = STATE(1523), + [sym_append_statement] = STATE(1523), + [sym_send_statement] = STATE(1523), + [sym_var_declaration] = STATE(1522), + [sym_assignment_statement] = STATE(1522), + [sym_block] = STATE(1523), + [sym_defer_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_label_definition] = STATE(64), + [sym_labeled_statement] = STATE(1523), + [sym_compile_time_for_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_hash_statement] = STATE(1523), + [sym_asm_statement] = STATE(1523), [sym_attributes] = STATE(3481), - [sym_attribute] = STATE(3407), - [aux_sym_source_file_repeat1] = STATE(10), - [aux_sym_import_list_repeat1] = STATE(1528), - [aux_sym_attributes_repeat1] = STATE(3445), + [sym_attribute] = STATE(3410), + [aux_sym_source_file_repeat1] = STATE(6), + [aux_sym_import_list_repeat1] = STATE(1524), + [aux_sym_attributes_repeat1] = STATE(3447), [ts_builtin_sym_end] = ACTIONS(127), [sym_identifier] = ACTIONS(9), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -19984,105 +19997,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [5] = { [sym_line_comment] = STATE(5), [sym_block_comment] = STATE(5), - [sym_const_declaration] = STATE(1525), - [sym_global_var_declaration] = STATE(1525), - [sym_type_declaration] = STATE(1525), - [sym_function_declaration] = STATE(1525), - [sym_static_method_declaration] = STATE(1525), - [sym_struct_declaration] = STATE(1525), - [sym_enum_declaration] = STATE(1525), - [sym_interface_declaration] = STATE(1525), + [sym_const_declaration] = STATE(1521), + [sym_global_var_declaration] = STATE(1521), + [sym_type_declaration] = STATE(1521), + [sym_function_declaration] = STATE(1521), + [sym_static_method_declaration] = STATE(1521), + [sym_struct_declaration] = STATE(1521), + [sym_enum_declaration] = STATE(1521), + [sym_interface_declaration] = STATE(1521), [sym__expression] = STATE(216), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_strictly_expression_list] = STATE(1526), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_visibility_modifiers] = STATE(3533), - [sym_mutability_modifiers] = STATE(956), - [sym_mutable_expression] = STATE(3387), - [sym_expression_list] = STATE(3398), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(1525), - [sym_simple_statement] = STATE(1527), - [sym_assert_statement] = STATE(1527), - [sym_append_statement] = STATE(1527), - [sym_send_statement] = STATE(1527), - [sym_var_declaration] = STATE(1526), - [sym_assignment_statement] = STATE(1526), - [sym_block] = STATE(1527), - [sym_defer_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_label_definition] = STATE(65), - [sym_labeled_statement] = STATE(1527), - [sym_compile_time_for_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_hash_statement] = STATE(1527), - [sym_asm_statement] = STATE(1527), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_strictly_expression_list] = STATE(1522), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_visibility_modifiers] = STATE(3525), + [sym_mutability_modifiers] = STATE(821), + [sym_mutable_expression] = STATE(3389), + [sym_expression_list] = STATE(3399), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(1521), + [sym_simple_statement] = STATE(1523), + [sym_assert_statement] = STATE(1523), + [sym_append_statement] = STATE(1523), + [sym_send_statement] = STATE(1523), + [sym_var_declaration] = STATE(1522), + [sym_assignment_statement] = STATE(1522), + [sym_block] = STATE(1523), + [sym_defer_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_label_definition] = STATE(64), + [sym_labeled_statement] = STATE(1523), + [sym_compile_time_for_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_hash_statement] = STATE(1523), + [sym_asm_statement] = STATE(1523), [sym_attributes] = STATE(3481), - [sym_attribute] = STATE(3407), - [aux_sym_source_file_repeat1] = STATE(8), - [aux_sym_attributes_repeat1] = STATE(3445), - [ts_builtin_sym_end] = ACTIONS(133), + [sym_attribute] = STATE(3410), + [aux_sym_source_file_repeat1] = STATE(6), + [aux_sym_attributes_repeat1] = STATE(3447), + [ts_builtin_sym_end] = ACTIONS(127), [sym_identifier] = ACTIONS(9), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -20154,105 +20167,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [6] = { [sym_line_comment] = STATE(6), [sym_block_comment] = STATE(6), - [sym_const_declaration] = STATE(1525), - [sym_global_var_declaration] = STATE(1525), - [sym_type_declaration] = STATE(1525), - [sym_function_declaration] = STATE(1525), - [sym_static_method_declaration] = STATE(1525), - [sym_struct_declaration] = STATE(1525), - [sym_enum_declaration] = STATE(1525), - [sym_interface_declaration] = STATE(1525), + [sym_const_declaration] = STATE(1521), + [sym_global_var_declaration] = STATE(1521), + [sym_type_declaration] = STATE(1521), + [sym_function_declaration] = STATE(1521), + [sym_static_method_declaration] = STATE(1521), + [sym_struct_declaration] = STATE(1521), + [sym_enum_declaration] = STATE(1521), + [sym_interface_declaration] = STATE(1521), [sym__expression] = STATE(216), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_strictly_expression_list] = STATE(1526), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_visibility_modifiers] = STATE(3533), - [sym_mutability_modifiers] = STATE(956), - [sym_mutable_expression] = STATE(3387), - [sym_expression_list] = STATE(3398), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(1525), - [sym_simple_statement] = STATE(1527), - [sym_assert_statement] = STATE(1527), - [sym_append_statement] = STATE(1527), - [sym_send_statement] = STATE(1527), - [sym_var_declaration] = STATE(1526), - [sym_assignment_statement] = STATE(1526), - [sym_block] = STATE(1527), - [sym_defer_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_label_definition] = STATE(65), - [sym_labeled_statement] = STATE(1527), - [sym_compile_time_for_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_hash_statement] = STATE(1527), - [sym_asm_statement] = STATE(1527), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_strictly_expression_list] = STATE(1522), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_visibility_modifiers] = STATE(3525), + [sym_mutability_modifiers] = STATE(821), + [sym_mutable_expression] = STATE(3389), + [sym_expression_list] = STATE(3399), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(1521), + [sym_simple_statement] = STATE(1523), + [sym_assert_statement] = STATE(1523), + [sym_append_statement] = STATE(1523), + [sym_send_statement] = STATE(1523), + [sym_var_declaration] = STATE(1522), + [sym_assignment_statement] = STATE(1522), + [sym_block] = STATE(1523), + [sym_defer_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_label_definition] = STATE(64), + [sym_labeled_statement] = STATE(1523), + [sym_compile_time_for_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_hash_statement] = STATE(1523), + [sym_asm_statement] = STATE(1523), [sym_attributes] = STATE(3481), - [sym_attribute] = STATE(3407), - [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_attributes_repeat1] = STATE(3445), - [ts_builtin_sym_end] = ACTIONS(133), + [sym_attribute] = STATE(3410), + [aux_sym_source_file_repeat1] = STATE(9), + [aux_sym_attributes_repeat1] = STATE(3447), + [ts_builtin_sym_end] = ACTIONS(131), [sym_identifier] = ACTIONS(9), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -20324,104 +20337,444 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [7] = { [sym_line_comment] = STATE(7), [sym_block_comment] = STATE(7), - [sym_const_declaration] = STATE(1525), - [sym_global_var_declaration] = STATE(1525), - [sym_type_declaration] = STATE(1525), - [sym_function_declaration] = STATE(1525), - [sym_static_method_declaration] = STATE(1525), - [sym_struct_declaration] = STATE(1525), - [sym_enum_declaration] = STATE(1525), - [sym_interface_declaration] = STATE(1525), + [sym_const_declaration] = STATE(1521), + [sym_global_var_declaration] = STATE(1521), + [sym_type_declaration] = STATE(1521), + [sym_function_declaration] = STATE(1521), + [sym_static_method_declaration] = STATE(1521), + [sym_struct_declaration] = STATE(1521), + [sym_enum_declaration] = STATE(1521), + [sym_interface_declaration] = STATE(1521), [sym__expression] = STATE(216), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_strictly_expression_list] = STATE(1526), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_visibility_modifiers] = STATE(3533), - [sym_mutability_modifiers] = STATE(956), - [sym_mutable_expression] = STATE(3387), - [sym_expression_list] = STATE(3398), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(1525), - [sym_simple_statement] = STATE(1527), - [sym_assert_statement] = STATE(1527), - [sym_append_statement] = STATE(1527), - [sym_send_statement] = STATE(1527), - [sym_var_declaration] = STATE(1526), - [sym_assignment_statement] = STATE(1526), - [sym_block] = STATE(1527), - [sym_defer_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_label_definition] = STATE(65), - [sym_labeled_statement] = STATE(1527), - [sym_compile_time_for_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_hash_statement] = STATE(1527), - [sym_asm_statement] = STATE(1527), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_strictly_expression_list] = STATE(1522), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_visibility_modifiers] = STATE(3525), + [sym_mutability_modifiers] = STATE(821), + [sym_mutable_expression] = STATE(3389), + [sym_expression_list] = STATE(3399), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(1521), + [sym_simple_statement] = STATE(1523), + [sym_assert_statement] = STATE(1523), + [sym_append_statement] = STATE(1523), + [sym_send_statement] = STATE(1523), + [sym_var_declaration] = STATE(1522), + [sym_assignment_statement] = STATE(1522), + [sym_block] = STATE(1523), + [sym_defer_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_label_definition] = STATE(64), + [sym_labeled_statement] = STATE(1523), + [sym_compile_time_for_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_hash_statement] = STATE(1523), + [sym_asm_statement] = STATE(1523), [sym_attributes] = STATE(3481), - [sym_attribute] = STATE(3407), - [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_attributes_repeat1] = STATE(3445), + [sym_attribute] = STATE(3410), + [aux_sym_source_file_repeat1] = STATE(9), + [aux_sym_attributes_repeat1] = STATE(3447), + [ts_builtin_sym_end] = ACTIONS(133), + [sym_identifier] = ACTIONS(9), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [anon_sym_const] = ACTIONS(21), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym___global] = ACTIONS(25), + [anon_sym_type] = ACTIONS(27), + [anon_sym_fn] = ACTIONS(29), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(35), + [anon_sym_union] = ACTIONS(37), + [anon_sym_pub] = ACTIONS(39), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_enum] = ACTIONS(43), + [anon_sym_interface] = ACTIONS(45), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(57), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [anon_sym_assert] = ACTIONS(93), + [anon_sym_defer] = ACTIONS(95), + [anon_sym_goto] = ACTIONS(97), + [anon_sym_break] = ACTIONS(99), + [anon_sym_continue] = ACTIONS(101), + [anon_sym_return] = ACTIONS(103), + [anon_sym_DOLLARfor] = ACTIONS(105), + [anon_sym_for] = ACTIONS(107), + [anon_sym_POUND] = ACTIONS(129), + [anon_sym_asm] = ACTIONS(111), + [anon_sym_AT_LBRACK] = ACTIONS(113), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), + }, + [8] = { + [sym_line_comment] = STATE(8), + [sym_block_comment] = STATE(8), + [sym_const_declaration] = STATE(1521), + [sym_global_var_declaration] = STATE(1521), + [sym_type_declaration] = STATE(1521), + [sym_function_declaration] = STATE(1521), + [sym_static_method_declaration] = STATE(1521), + [sym_struct_declaration] = STATE(1521), + [sym_enum_declaration] = STATE(1521), + [sym_interface_declaration] = STATE(1521), + [sym__expression] = STATE(216), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_strictly_expression_list] = STATE(1522), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_visibility_modifiers] = STATE(3525), + [sym_mutability_modifiers] = STATE(821), + [sym_mutable_expression] = STATE(3389), + [sym_expression_list] = STATE(3399), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(1521), + [sym_simple_statement] = STATE(1523), + [sym_assert_statement] = STATE(1523), + [sym_append_statement] = STATE(1523), + [sym_send_statement] = STATE(1523), + [sym_var_declaration] = STATE(1522), + [sym_assignment_statement] = STATE(1522), + [sym_block] = STATE(1523), + [sym_defer_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_label_definition] = STATE(64), + [sym_labeled_statement] = STATE(1523), + [sym_compile_time_for_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_hash_statement] = STATE(1523), + [sym_asm_statement] = STATE(1523), + [sym_attributes] = STATE(3481), + [sym_attribute] = STATE(3410), + [aux_sym_source_file_repeat1] = STATE(12), + [aux_sym_attributes_repeat1] = STATE(3447), + [ts_builtin_sym_end] = ACTIONS(133), + [sym_identifier] = ACTIONS(9), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [anon_sym_const] = ACTIONS(21), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym___global] = ACTIONS(25), + [anon_sym_type] = ACTIONS(27), + [anon_sym_fn] = ACTIONS(29), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(35), + [anon_sym_union] = ACTIONS(37), + [anon_sym_pub] = ACTIONS(39), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_enum] = ACTIONS(43), + [anon_sym_interface] = ACTIONS(45), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(57), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [anon_sym_assert] = ACTIONS(93), + [anon_sym_defer] = ACTIONS(95), + [anon_sym_goto] = ACTIONS(97), + [anon_sym_break] = ACTIONS(99), + [anon_sym_continue] = ACTIONS(101), + [anon_sym_return] = ACTIONS(103), + [anon_sym_DOLLARfor] = ACTIONS(105), + [anon_sym_for] = ACTIONS(107), + [anon_sym_POUND] = ACTIONS(129), + [anon_sym_asm] = ACTIONS(111), + [anon_sym_AT_LBRACK] = ACTIONS(113), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), + }, + [9] = { + [sym_line_comment] = STATE(9), + [sym_block_comment] = STATE(9), + [sym_const_declaration] = STATE(1521), + [sym_global_var_declaration] = STATE(1521), + [sym_type_declaration] = STATE(1521), + [sym_function_declaration] = STATE(1521), + [sym_static_method_declaration] = STATE(1521), + [sym_struct_declaration] = STATE(1521), + [sym_enum_declaration] = STATE(1521), + [sym_interface_declaration] = STATE(1521), + [sym__expression] = STATE(216), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_strictly_expression_list] = STATE(1522), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_visibility_modifiers] = STATE(3525), + [sym_mutability_modifiers] = STATE(821), + [sym_mutable_expression] = STATE(3389), + [sym_expression_list] = STATE(3399), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(1521), + [sym_simple_statement] = STATE(1523), + [sym_assert_statement] = STATE(1523), + [sym_append_statement] = STATE(1523), + [sym_send_statement] = STATE(1523), + [sym_var_declaration] = STATE(1522), + [sym_assignment_statement] = STATE(1522), + [sym_block] = STATE(1523), + [sym_defer_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_label_definition] = STATE(64), + [sym_labeled_statement] = STATE(1523), + [sym_compile_time_for_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_hash_statement] = STATE(1523), + [sym_asm_statement] = STATE(1523), + [sym_attributes] = STATE(3481), + [sym_attribute] = STATE(3410), + [aux_sym_source_file_repeat1] = STATE(9), + [aux_sym_attributes_repeat1] = STATE(3447), [ts_builtin_sym_end] = ACTIONS(135), [sym_identifier] = ACTIONS(137), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -20491,448 +20844,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(299), [sym___r_single_quote] = ACTIONS(302), }, - [8] = { - [sym_line_comment] = STATE(8), - [sym_block_comment] = STATE(8), - [sym_const_declaration] = STATE(1525), - [sym_global_var_declaration] = STATE(1525), - [sym_type_declaration] = STATE(1525), - [sym_function_declaration] = STATE(1525), - [sym_static_method_declaration] = STATE(1525), - [sym_struct_declaration] = STATE(1525), - [sym_enum_declaration] = STATE(1525), - [sym_interface_declaration] = STATE(1525), + [10] = { + [sym_line_comment] = STATE(10), + [sym_block_comment] = STATE(10), + [sym_const_declaration] = STATE(1521), + [sym_global_var_declaration] = STATE(1521), + [sym_type_declaration] = STATE(1521), + [sym_function_declaration] = STATE(1521), + [sym_static_method_declaration] = STATE(1521), + [sym_struct_declaration] = STATE(1521), + [sym_enum_declaration] = STATE(1521), + [sym_interface_declaration] = STATE(1521), [sym__expression] = STATE(216), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_strictly_expression_list] = STATE(1526), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_visibility_modifiers] = STATE(3533), - [sym_mutability_modifiers] = STATE(956), - [sym_mutable_expression] = STATE(3387), - [sym_expression_list] = STATE(3398), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(1525), - [sym_simple_statement] = STATE(1527), - [sym_assert_statement] = STATE(1527), - [sym_append_statement] = STATE(1527), - [sym_send_statement] = STATE(1527), - [sym_var_declaration] = STATE(1526), - [sym_assignment_statement] = STATE(1526), - [sym_block] = STATE(1527), - [sym_defer_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_label_definition] = STATE(65), - [sym_labeled_statement] = STATE(1527), - [sym_compile_time_for_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_hash_statement] = STATE(1527), - [sym_asm_statement] = STATE(1527), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_strictly_expression_list] = STATE(1522), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_visibility_modifiers] = STATE(3525), + [sym_mutability_modifiers] = STATE(821), + [sym_mutable_expression] = STATE(3389), + [sym_expression_list] = STATE(3399), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(1521), + [sym_simple_statement] = STATE(1523), + [sym_assert_statement] = STATE(1523), + [sym_append_statement] = STATE(1523), + [sym_send_statement] = STATE(1523), + [sym_var_declaration] = STATE(1522), + [sym_assignment_statement] = STATE(1522), + [sym_block] = STATE(1523), + [sym_defer_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_label_definition] = STATE(64), + [sym_labeled_statement] = STATE(1523), + [sym_compile_time_for_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_hash_statement] = STATE(1523), + [sym_asm_statement] = STATE(1523), [sym_attributes] = STATE(3481), - [sym_attribute] = STATE(3407), - [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_attributes_repeat1] = STATE(3445), - [ts_builtin_sym_end] = ACTIONS(305), - [sym_identifier] = ACTIONS(9), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_const] = ACTIONS(21), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym___global] = ACTIONS(25), - [anon_sym_type] = ACTIONS(27), - [anon_sym_fn] = ACTIONS(29), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(35), - [anon_sym_union] = ACTIONS(37), - [anon_sym_pub] = ACTIONS(39), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_enum] = ACTIONS(43), - [anon_sym_interface] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(57), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [anon_sym_assert] = ACTIONS(93), - [anon_sym_defer] = ACTIONS(95), - [anon_sym_goto] = ACTIONS(97), - [anon_sym_break] = ACTIONS(99), - [anon_sym_continue] = ACTIONS(101), - [anon_sym_return] = ACTIONS(103), - [anon_sym_DOLLARfor] = ACTIONS(105), - [anon_sym_for] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(129), - [anon_sym_asm] = ACTIONS(111), - [anon_sym_AT_LBRACK] = ACTIONS(113), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), - }, - [9] = { - [sym_line_comment] = STATE(9), - [sym_block_comment] = STATE(9), - [sym_const_declaration] = STATE(1525), - [sym_global_var_declaration] = STATE(1525), - [sym_type_declaration] = STATE(1525), - [sym_function_declaration] = STATE(1525), - [sym_static_method_declaration] = STATE(1525), - [sym_struct_declaration] = STATE(1525), - [sym_enum_declaration] = STATE(1525), - [sym_interface_declaration] = STATE(1525), - [sym__expression] = STATE(216), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_strictly_expression_list] = STATE(1526), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_visibility_modifiers] = STATE(3533), - [sym_mutability_modifiers] = STATE(956), - [sym_mutable_expression] = STATE(3387), - [sym_expression_list] = STATE(3398), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(1525), - [sym_simple_statement] = STATE(1527), - [sym_assert_statement] = STATE(1527), - [sym_append_statement] = STATE(1527), - [sym_send_statement] = STATE(1527), - [sym_var_declaration] = STATE(1526), - [sym_assignment_statement] = STATE(1526), - [sym_block] = STATE(1527), - [sym_defer_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_label_definition] = STATE(65), - [sym_labeled_statement] = STATE(1527), - [sym_compile_time_for_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_hash_statement] = STATE(1527), - [sym_asm_statement] = STATE(1527), - [sym_attributes] = STATE(3481), - [sym_attribute] = STATE(3407), - [aux_sym_source_file_repeat1] = STATE(10), - [aux_sym_attributes_repeat1] = STATE(3445), - [ts_builtin_sym_end] = ACTIONS(127), - [sym_identifier] = ACTIONS(9), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_const] = ACTIONS(21), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym___global] = ACTIONS(25), - [anon_sym_type] = ACTIONS(27), - [anon_sym_fn] = ACTIONS(29), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(35), - [anon_sym_union] = ACTIONS(37), - [anon_sym_pub] = ACTIONS(39), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_enum] = ACTIONS(43), - [anon_sym_interface] = ACTIONS(45), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(57), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [anon_sym_assert] = ACTIONS(93), - [anon_sym_defer] = ACTIONS(95), - [anon_sym_goto] = ACTIONS(97), - [anon_sym_break] = ACTIONS(99), - [anon_sym_continue] = ACTIONS(101), - [anon_sym_return] = ACTIONS(103), - [anon_sym_DOLLARfor] = ACTIONS(105), - [anon_sym_for] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(129), - [anon_sym_asm] = ACTIONS(111), - [anon_sym_AT_LBRACK] = ACTIONS(113), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), - }, - [10] = { - [sym_line_comment] = STATE(10), - [sym_block_comment] = STATE(10), - [sym_const_declaration] = STATE(1525), - [sym_global_var_declaration] = STATE(1525), - [sym_type_declaration] = STATE(1525), - [sym_function_declaration] = STATE(1525), - [sym_static_method_declaration] = STATE(1525), - [sym_struct_declaration] = STATE(1525), - [sym_enum_declaration] = STATE(1525), - [sym_interface_declaration] = STATE(1525), - [sym__expression] = STATE(216), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_strictly_expression_list] = STATE(1526), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_visibility_modifiers] = STATE(3533), - [sym_mutability_modifiers] = STATE(956), - [sym_mutable_expression] = STATE(3387), - [sym_expression_list] = STATE(3398), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(1525), - [sym_simple_statement] = STATE(1527), - [sym_assert_statement] = STATE(1527), - [sym_append_statement] = STATE(1527), - [sym_send_statement] = STATE(1527), - [sym_var_declaration] = STATE(1526), - [sym_assignment_statement] = STATE(1526), - [sym_block] = STATE(1527), - [sym_defer_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_label_definition] = STATE(65), - [sym_labeled_statement] = STATE(1527), - [sym_compile_time_for_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_hash_statement] = STATE(1527), - [sym_asm_statement] = STATE(1527), - [sym_attributes] = STATE(3481), - [sym_attribute] = STATE(3407), - [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_attributes_repeat1] = STATE(3445), - [ts_builtin_sym_end] = ACTIONS(131), + [sym_attribute] = STATE(3410), + [aux_sym_source_file_repeat1] = STATE(9), + [aux_sym_attributes_repeat1] = STATE(3447), + [ts_builtin_sym_end] = ACTIONS(127), [sym_identifier] = ACTIONS(9), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -21004,104 +21017,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [11] = { [sym_line_comment] = STATE(11), [sym_block_comment] = STATE(11), - [sym_const_declaration] = STATE(1525), - [sym_global_var_declaration] = STATE(1525), - [sym_type_declaration] = STATE(1525), - [sym_function_declaration] = STATE(1525), - [sym_static_method_declaration] = STATE(1525), - [sym_struct_declaration] = STATE(1525), - [sym_enum_declaration] = STATE(1525), - [sym_interface_declaration] = STATE(1525), + [sym_const_declaration] = STATE(1521), + [sym_global_var_declaration] = STATE(1521), + [sym_type_declaration] = STATE(1521), + [sym_function_declaration] = STATE(1521), + [sym_static_method_declaration] = STATE(1521), + [sym_struct_declaration] = STATE(1521), + [sym_enum_declaration] = STATE(1521), + [sym_interface_declaration] = STATE(1521), [sym__expression] = STATE(216), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_strictly_expression_list] = STATE(1526), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_visibility_modifiers] = STATE(3533), - [sym_mutability_modifiers] = STATE(956), - [sym_mutable_expression] = STATE(3387), - [sym_expression_list] = STATE(3398), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(1525), - [sym_simple_statement] = STATE(1527), - [sym_assert_statement] = STATE(1527), - [sym_append_statement] = STATE(1527), - [sym_send_statement] = STATE(1527), - [sym_var_declaration] = STATE(1526), - [sym_assignment_statement] = STATE(1526), - [sym_block] = STATE(1527), - [sym_defer_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_label_definition] = STATE(65), - [sym_labeled_statement] = STATE(1527), - [sym_compile_time_for_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_hash_statement] = STATE(1527), - [sym_asm_statement] = STATE(1527), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_strictly_expression_list] = STATE(1522), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_visibility_modifiers] = STATE(3525), + [sym_mutability_modifiers] = STATE(821), + [sym_mutable_expression] = STATE(3389), + [sym_expression_list] = STATE(3399), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(1521), + [sym_simple_statement] = STATE(1523), + [sym_assert_statement] = STATE(1523), + [sym_append_statement] = STATE(1523), + [sym_send_statement] = STATE(1523), + [sym_var_declaration] = STATE(1522), + [sym_assignment_statement] = STATE(1522), + [sym_block] = STATE(1523), + [sym_defer_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_label_definition] = STATE(64), + [sym_labeled_statement] = STATE(1523), + [sym_compile_time_for_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_hash_statement] = STATE(1523), + [sym_asm_statement] = STATE(1523), [sym_attributes] = STATE(3481), - [sym_attribute] = STATE(3407), - [aux_sym_source_file_repeat1] = STATE(6), - [aux_sym_attributes_repeat1] = STATE(3445), + [sym_attribute] = STATE(3410), + [aux_sym_source_file_repeat1] = STATE(7), + [aux_sym_attributes_repeat1] = STATE(3447), [ts_builtin_sym_end] = ACTIONS(131), [sym_identifier] = ACTIONS(9), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -21174,105 +21187,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [12] = { [sym_line_comment] = STATE(12), [sym_block_comment] = STATE(12), - [sym_const_declaration] = STATE(1525), - [sym_global_var_declaration] = STATE(1525), - [sym_type_declaration] = STATE(1525), - [sym_function_declaration] = STATE(1525), - [sym_static_method_declaration] = STATE(1525), - [sym_struct_declaration] = STATE(1525), - [sym_enum_declaration] = STATE(1525), - [sym_interface_declaration] = STATE(1525), + [sym_const_declaration] = STATE(1521), + [sym_global_var_declaration] = STATE(1521), + [sym_type_declaration] = STATE(1521), + [sym_function_declaration] = STATE(1521), + [sym_static_method_declaration] = STATE(1521), + [sym_struct_declaration] = STATE(1521), + [sym_enum_declaration] = STATE(1521), + [sym_interface_declaration] = STATE(1521), [sym__expression] = STATE(216), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_strictly_expression_list] = STATE(1526), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_visibility_modifiers] = STATE(3533), - [sym_mutability_modifiers] = STATE(956), - [sym_mutable_expression] = STATE(3387), - [sym_expression_list] = STATE(3398), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(1525), - [sym_simple_statement] = STATE(1527), - [sym_assert_statement] = STATE(1527), - [sym_append_statement] = STATE(1527), - [sym_send_statement] = STATE(1527), - [sym_var_declaration] = STATE(1526), - [sym_assignment_statement] = STATE(1526), - [sym_block] = STATE(1527), - [sym_defer_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_label_definition] = STATE(65), - [sym_labeled_statement] = STATE(1527), - [sym_compile_time_for_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_hash_statement] = STATE(1527), - [sym_asm_statement] = STATE(1527), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_strictly_expression_list] = STATE(1522), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_visibility_modifiers] = STATE(3525), + [sym_mutability_modifiers] = STATE(821), + [sym_mutable_expression] = STATE(3389), + [sym_expression_list] = STATE(3399), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(1521), + [sym_simple_statement] = STATE(1523), + [sym_assert_statement] = STATE(1523), + [sym_append_statement] = STATE(1523), + [sym_send_statement] = STATE(1523), + [sym_var_declaration] = STATE(1522), + [sym_assignment_statement] = STATE(1522), + [sym_block] = STATE(1523), + [sym_defer_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_label_definition] = STATE(64), + [sym_labeled_statement] = STATE(1523), + [sym_compile_time_for_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_hash_statement] = STATE(1523), + [sym_asm_statement] = STATE(1523), [sym_attributes] = STATE(3481), - [sym_attribute] = STATE(3407), - [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_attributes_repeat1] = STATE(3445), - [ts_builtin_sym_end] = ACTIONS(127), + [sym_attribute] = STATE(3410), + [aux_sym_source_file_repeat1] = STATE(9), + [aux_sym_attributes_repeat1] = STATE(3447), + [ts_builtin_sym_end] = ACTIONS(305), [sym_identifier] = ACTIONS(9), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -21344,95 +21357,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [13] = { [sym_line_comment] = STATE(13), [sym_block_comment] = STATE(13), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4604), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4631), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(217), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -21497,95 +21510,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [14] = { [sym_line_comment] = STATE(14), [sym_block_comment] = STATE(14), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4604), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4507), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(248), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -21650,95 +21663,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [15] = { [sym_line_comment] = STATE(15), [sym_block_comment] = STATE(15), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4435), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4611), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -21803,95 +21816,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [16] = { [sym_line_comment] = STATE(16), [sym_block_comment] = STATE(16), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4566), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4507), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -21956,95 +21969,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [17] = { [sym_line_comment] = STATE(17), [sym_block_comment] = STATE(17), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4435), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4624), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -22109,95 +22122,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [18] = { [sym_line_comment] = STATE(18), [sym_block_comment] = STATE(18), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4592), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4565), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -22262,95 +22275,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [19] = { [sym_line_comment] = STATE(19), [sym_block_comment] = STATE(19), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym__statement_list] = STATE(4435), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -22415,95 +22428,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [20] = { [sym_line_comment] = STATE(20), [sym_block_comment] = STATE(20), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4564), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4650), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -22568,95 +22581,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [21] = { [sym_line_comment] = STATE(21), [sym_block_comment] = STATE(21), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4551), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4670), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -22721,95 +22734,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [22] = { [sym_line_comment] = STATE(22), [sym_block_comment] = STATE(22), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4685), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4711), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(260), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -22874,95 +22887,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [23] = { [sym_line_comment] = STATE(23), [sym_block_comment] = STATE(23), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4710), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4606), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(238), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -23027,95 +23040,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [24] = { [sym_line_comment] = STATE(24), [sym_block_comment] = STATE(24), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4601), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4435), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -23180,95 +23193,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [25] = { [sym_line_comment] = STATE(25), [sym_block_comment] = STATE(25), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4601), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4606), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(220), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -23333,95 +23346,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [26] = { [sym_line_comment] = STATE(26), [sym_block_comment] = STATE(26), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4624), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4553), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -23486,101 +23499,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [27] = { [sym_line_comment] = STATE(27), [sym_block_comment] = STATE(27), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4604), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4631), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(309), [anon_sym_LBRACE] = ACTIONS(311), - [anon_sym_RBRACE] = ACTIONS(417), + [anon_sym_RBRACE] = ACTIONS(411), [anon_sym_LPAREN] = ACTIONS(315), [anon_sym_fn] = ACTIONS(317), [anon_sym_PLUS] = ACTIONS(319), @@ -23639,101 +23652,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [28] = { [sym_line_comment] = STATE(28), [sym_block_comment] = STATE(28), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4668), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4700), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(309), [anon_sym_LBRACE] = ACTIONS(311), - [anon_sym_RBRACE] = ACTIONS(419), + [anon_sym_RBRACE] = ACTIONS(417), [anon_sym_LPAREN] = ACTIONS(315), [anon_sym_fn] = ACTIONS(317), [anon_sym_PLUS] = ACTIONS(319), @@ -23792,101 +23805,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [29] = { [sym_line_comment] = STATE(29), [sym_block_comment] = STATE(29), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4564), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4631), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(309), [anon_sym_LBRACE] = ACTIONS(311), - [anon_sym_RBRACE] = ACTIONS(421), + [anon_sym_RBRACE] = ACTIONS(419), [anon_sym_LPAREN] = ACTIONS(315), [anon_sym_fn] = ACTIONS(317), [anon_sym_PLUS] = ACTIONS(319), @@ -23945,101 +23958,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [30] = { [sym_line_comment] = STATE(30), [sym_block_comment] = STATE(30), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4518), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4435), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(309), [anon_sym_LBRACE] = ACTIONS(311), - [anon_sym_RBRACE] = ACTIONS(423), + [anon_sym_RBRACE] = ACTIONS(419), [anon_sym_LPAREN] = ACTIONS(315), [anon_sym_fn] = ACTIONS(317), [anon_sym_PLUS] = ACTIONS(319), @@ -24098,101 +24111,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [31] = { [sym_line_comment] = STATE(31), [sym_block_comment] = STATE(31), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4627), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4650), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(309), [anon_sym_LBRACE] = ACTIONS(311), - [anon_sym_RBRACE] = ACTIONS(425), + [anon_sym_RBRACE] = ACTIONS(421), [anon_sym_LPAREN] = ACTIONS(315), [anon_sym_fn] = ACTIONS(317), [anon_sym_PLUS] = ACTIONS(319), @@ -24251,101 +24264,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [32] = { [sym_line_comment] = STATE(32), [sym_block_comment] = STATE(32), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4435), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4687), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(238), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(309), [anon_sym_LBRACE] = ACTIONS(311), - [anon_sym_RBRACE] = ACTIONS(427), + [anon_sym_RBRACE] = ACTIONS(423), [anon_sym_LPAREN] = ACTIONS(315), [anon_sym_fn] = ACTIONS(317), [anon_sym_PLUS] = ACTIONS(319), @@ -24404,101 +24417,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [33] = { [sym_line_comment] = STATE(33), [sym_block_comment] = STATE(33), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4518), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4565), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(309), [anon_sym_LBRACE] = ACTIONS(311), - [anon_sym_RBRACE] = ACTIONS(429), + [anon_sym_RBRACE] = ACTIONS(425), [anon_sym_LPAREN] = ACTIONS(315), [anon_sym_fn] = ACTIONS(317), [anon_sym_PLUS] = ACTIONS(319), @@ -24557,101 +24570,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [34] = { [sym_line_comment] = STATE(34), [sym_block_comment] = STATE(34), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4685), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4606), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(217), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(309), [anon_sym_LBRACE] = ACTIONS(311), - [anon_sym_RBRACE] = ACTIONS(407), + [anon_sym_RBRACE] = ACTIONS(427), [anon_sym_LPAREN] = ACTIONS(315), [anon_sym_fn] = ACTIONS(317), [anon_sym_PLUS] = ACTIONS(319), @@ -24710,101 +24723,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [35] = { [sym_line_comment] = STATE(35), [sym_block_comment] = STATE(35), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4648), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4687), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(271), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(309), [anon_sym_LBRACE] = ACTIONS(311), - [anon_sym_RBRACE] = ACTIONS(431), + [anon_sym_RBRACE] = ACTIONS(423), [anon_sym_LPAREN] = ACTIONS(315), [anon_sym_fn] = ACTIONS(317), [anon_sym_PLUS] = ACTIONS(319), @@ -24863,101 +24876,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [36] = { [sym_line_comment] = STATE(36), [sym_block_comment] = STATE(36), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4627), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4711), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(309), [anon_sym_LBRACE] = ACTIONS(311), - [anon_sym_RBRACE] = ACTIONS(427), + [anon_sym_RBRACE] = ACTIONS(429), [anon_sym_LPAREN] = ACTIONS(315), [anon_sym_fn] = ACTIONS(317), [anon_sym_PLUS] = ACTIONS(319), @@ -25016,101 +25029,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [37] = { [sym_line_comment] = STATE(37), [sym_block_comment] = STATE(37), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4627), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4611), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(309), [anon_sym_LBRACE] = ACTIONS(311), - [anon_sym_RBRACE] = ACTIONS(401), + [anon_sym_RBRACE] = ACTIONS(431), [anon_sym_LPAREN] = ACTIONS(315), [anon_sym_fn] = ACTIONS(317), [anon_sym_PLUS] = ACTIONS(319), @@ -25169,95 +25182,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [38] = { [sym_line_comment] = STATE(38), [sym_block_comment] = STATE(38), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4648), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4566), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -25322,95 +25335,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [39] = { [sym_line_comment] = STATE(39), [sym_block_comment] = STATE(39), - [sym__expression] = STATE(1642), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4710), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4435), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), - [aux_sym_map_init_expression_repeat1] = STATE(237), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), + [aux_sym_map_init_expression_repeat1] = STATE(256), [sym_identifier] = ACTIONS(307), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -25475,93 +25488,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [40] = { [sym_line_comment] = STATE(40), [sym_block_comment] = STATE(40), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4726), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4687), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -25626,93 +25639,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [41] = { [sym_line_comment] = STATE(41), [sym_block_comment] = STATE(41), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4566), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4732), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -25777,93 +25790,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [42] = { [sym_line_comment] = STATE(42), [sym_block_comment] = STATE(42), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4668), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4701), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -25928,93 +25941,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [43] = { [sym_line_comment] = STATE(43), [sym_block_comment] = STATE(43), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4663), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4606), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -26079,93 +26092,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [44] = { [sym_line_comment] = STATE(44), [sym_block_comment] = STATE(44), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4601), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4553), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -26230,93 +26243,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [45] = { [sym_line_comment] = STATE(45), [sym_block_comment] = STATE(45), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4710), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4451), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -26381,93 +26394,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [46] = { [sym_line_comment] = STATE(46), [sym_block_comment] = STATE(46), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4435), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4611), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -26532,93 +26545,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [47] = { [sym_line_comment] = STATE(47), [sym_block_comment] = STATE(47), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4604), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4670), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -26683,93 +26696,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [48] = { [sym_line_comment] = STATE(48), [sym_block_comment] = STATE(48), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4449), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4624), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -26834,93 +26847,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [49] = { [sym_line_comment] = STATE(49), [sym_block_comment] = STATE(49), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4618), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4665), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -26985,93 +26998,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [50] = { [sym_line_comment] = STATE(50), [sym_block_comment] = STATE(50), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4685), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4700), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -27136,93 +27149,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [51] = { [sym_line_comment] = STATE(51), [sym_block_comment] = STATE(51), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4564), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4631), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -27287,93 +27300,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [52] = { [sym_line_comment] = STATE(52), [sym_block_comment] = STATE(52), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4624), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4711), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -27438,93 +27451,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [53] = { [sym_line_comment] = STATE(53), [sym_block_comment] = STATE(53), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4699), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4641), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -27589,93 +27602,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [54] = { [sym_line_comment] = STATE(54), [sym_block_comment] = STATE(54), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4592), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4566), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -27740,93 +27753,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [55] = { [sym_line_comment] = STATE(55), [sym_block_comment] = STATE(55), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4648), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4621), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -27891,93 +27904,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [56] = { [sym_line_comment] = STATE(56), [sym_block_comment] = STATE(56), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4551), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4435), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -28042,93 +28055,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [57] = { [sym_line_comment] = STATE(57), [sym_block_comment] = STATE(57), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4627), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4565), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -28193,93 +28206,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [58] = { [sym_line_comment] = STATE(58), [sym_block_comment] = STATE(58), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4518), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4650), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -28344,93 +28357,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [59] = { [sym_line_comment] = STATE(59), [sym_block_comment] = STATE(59), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement_list] = STATE(4637), - [sym__statement] = STATE(3665), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement_list] = STATE(4507), + [sym__statement] = STATE(3667), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4683), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4685), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -28495,92 +28508,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [60] = { [sym_line_comment] = STATE(60), [sym_block_comment] = STATE(60), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(3801), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(3806), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4540), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4659), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -28645,92 +28658,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [61] = { [sym_line_comment] = STATE(61), [sym_block_comment] = STATE(61), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(3801), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(3806), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), [sym_label_definition] = STATE(62), - [sym_labeled_statement] = STATE(3842), - [sym_empty_labeled_statement] = STATE(4655), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym_labeled_statement] = STATE(3838), + [sym_empty_labeled_statement] = STATE(4542), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -28795,91 +28808,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [62] = { [sym_line_comment] = STATE(62), [sym_block_comment] = STATE(62), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(3742), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), - [sym_label_definition] = STATE(64), - [sym_labeled_statement] = STATE(3842), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(3744), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), + [sym_label_definition] = STATE(65), + [sym_labeled_statement] = STATE(3838), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -28944,91 +28957,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [63] = { [sym_line_comment] = STATE(63), [sym_block_comment] = STATE(63), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(3801), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), - [sym_label_definition] = STATE(64), - [sym_labeled_statement] = STATE(3842), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(3806), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), + [sym_label_definition] = STATE(65), + [sym_labeled_statement] = STATE(3838), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -29092,91 +29105,239 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [64] = { [sym_line_comment] = STATE(64), [sym_block_comment] = STATE(64), - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_strictly_expression_list] = STATE(3843), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(648), + [sym__expression] = STATE(216), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_strictly_expression_list] = STATE(1522), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(821), + [sym_mutable_expression] = STATE(3389), + [sym_expression_list] = STATE(3399), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(1536), + [sym_simple_statement] = STATE(1523), + [sym_assert_statement] = STATE(1523), + [sym_append_statement] = STATE(1523), + [sym_send_statement] = STATE(1523), + [sym_var_declaration] = STATE(1522), + [sym_assignment_statement] = STATE(1522), + [sym_block] = STATE(1523), + [sym_defer_statement] = STATE(1523), + [sym_goto_statement] = STATE(1523), + [sym_break_statement] = STATE(1523), + [sym_continue_statement] = STATE(1523), + [sym_return_statement] = STATE(1523), + [sym_label_definition] = STATE(64), + [sym_labeled_statement] = STATE(1523), + [sym_compile_time_for_statement] = STATE(1523), + [sym_for_statement] = STATE(1523), + [sym_hash_statement] = STATE(1523), + [sym_asm_statement] = STATE(1523), + [sym_identifier] = ACTIONS(9), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(19), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [anon_sym_assert] = ACTIONS(93), + [anon_sym_defer] = ACTIONS(95), + [anon_sym_goto] = ACTIONS(97), + [anon_sym_break] = ACTIONS(99), + [anon_sym_continue] = ACTIONS(101), + [anon_sym_return] = ACTIONS(103), + [anon_sym_DOLLARfor] = ACTIONS(105), + [anon_sym_for] = ACTIONS(107), + [anon_sym_POUND] = ACTIONS(129), + [anon_sym_asm] = ACTIONS(111), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), + }, + [65] = { + [sym_line_comment] = STATE(65), + [sym_block_comment] = STATE(65), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_strictly_expression_list] = STATE(3844), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(681), [sym_mutable_expression] = STATE(3383), - [sym_expression_list] = STATE(3422), + [sym_expression_list] = STATE(3420), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(3742), - [sym_simple_statement] = STATE(3842), - [sym_assert_statement] = STATE(3842), - [sym_append_statement] = STATE(3842), - [sym_send_statement] = STATE(3842), - [sym_var_declaration] = STATE(3843), - [sym_assignment_statement] = STATE(3843), - [sym_block] = STATE(3842), - [sym_defer_statement] = STATE(3842), - [sym_goto_statement] = STATE(3842), - [sym_break_statement] = STATE(3842), - [sym_continue_statement] = STATE(3842), - [sym_return_statement] = STATE(3842), - [sym_label_definition] = STATE(64), - [sym_labeled_statement] = STATE(3842), - [sym_compile_time_for_statement] = STATE(3842), - [sym_for_statement] = STATE(3842), - [sym_hash_statement] = STATE(3842), - [sym_asm_statement] = STATE(3842), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__statement] = STATE(3744), + [sym_simple_statement] = STATE(3838), + [sym_assert_statement] = STATE(3838), + [sym_append_statement] = STATE(3838), + [sym_send_statement] = STATE(3838), + [sym_var_declaration] = STATE(3844), + [sym_assignment_statement] = STATE(3844), + [sym_block] = STATE(3838), + [sym_defer_statement] = STATE(3838), + [sym_goto_statement] = STATE(3838), + [sym_break_statement] = STATE(3838), + [sym_continue_statement] = STATE(3838), + [sym_return_statement] = STATE(3838), + [sym_label_definition] = STATE(65), + [sym_labeled_statement] = STATE(3838), + [sym_compile_time_for_statement] = STATE(3838), + [sym_for_statement] = STATE(3838), + [sym_hash_statement] = STATE(3838), + [sym_asm_statement] = STATE(3838), [sym_identifier] = ACTIONS(437), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -29237,222 +29398,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(387), [sym___r_single_quote] = ACTIONS(389), }, - [65] = { - [sym_line_comment] = STATE(65), - [sym_block_comment] = STATE(65), - [sym__expression] = STATE(216), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_strictly_expression_list] = STATE(1526), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(956), - [sym_mutable_expression] = STATE(3387), - [sym_expression_list] = STATE(3398), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__statement] = STATE(1573), - [sym_simple_statement] = STATE(1527), - [sym_assert_statement] = STATE(1527), - [sym_append_statement] = STATE(1527), - [sym_send_statement] = STATE(1527), - [sym_var_declaration] = STATE(1526), - [sym_assignment_statement] = STATE(1526), - [sym_block] = STATE(1527), - [sym_defer_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_label_definition] = STATE(65), - [sym_labeled_statement] = STATE(1527), - [sym_compile_time_for_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_hash_statement] = STATE(1527), - [sym_asm_statement] = STATE(1527), - [sym_identifier] = ACTIONS(9), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [anon_sym_assert] = ACTIONS(93), - [anon_sym_defer] = ACTIONS(95), - [anon_sym_goto] = ACTIONS(97), - [anon_sym_break] = ACTIONS(99), - [anon_sym_continue] = ACTIONS(101), - [anon_sym_return] = ACTIONS(103), - [anon_sym_DOLLARfor] = ACTIONS(105), - [anon_sym_for] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(129), - [anon_sym_asm] = ACTIONS(111), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), - }, [66] = { [sym_line_comment] = STATE(66), [sym_block_comment] = STATE(66), - [sym__expression] = STATE(979), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(779), - [sym_mutable_expression] = STATE(1446), - [sym_expression_list] = STATE(1566), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [sym__expression] = STATE(980), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(776), + [sym_mutable_expression] = STATE(1453), + [sym_expression_list] = STATE(1533), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [ts_builtin_sym_end] = ACTIONS(491), [sym_identifier] = ACTIONS(493), [anon_sym_LF] = ACTIONS(495), @@ -29528,572 +29541,572 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [67] = { [sym_line_comment] = STATE(67), [sym_block_comment] = STATE(67), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [sym_reference_expression] = STATE(4540), + [sym_type_reference_expression] = STATE(442), + [sym_plain_type] = STATE(629), + [sym__plain_type_without_special] = STATE(809), + [sym_anon_struct_type] = STATE(806), + [sym_multi_return_type] = STATE(809), + [sym_result_type] = STATE(809), + [sym_option_type] = STATE(809), + [sym_qualified_type] = STATE(442), + [sym_fixed_array_type] = STATE(806), + [sym_array_type] = STATE(806), + [sym_pointer_type] = STATE(806), + [sym_wrong_pointer_type] = STATE(806), + [sym_map_type] = STATE(806), + [sym_channel_type] = STATE(806), + [sym_shared_type] = STATE(806), + [sym_thread_type] = STATE(806), + [sym_atomic_type] = STATE(806), + [sym_generic_type] = STATE(806), + [sym_function_type] = STATE(806), [ts_builtin_sym_end] = ACTIONS(563), [sym_identifier] = ACTIONS(565), - [anon_sym_LF] = ACTIONS(565), - [anon_sym_CR] = ACTIONS(565), - [anon_sym_CR_LF] = ACTIONS(565), + [anon_sym_LF] = ACTIONS(567), + [anon_sym_CR] = ACTIONS(567), + [anon_sym_CR_LF] = ACTIONS(567), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(565), - [anon_sym_as] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(565), - [anon_sym_COMMA] = ACTIONS(565), - [anon_sym_const] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(565), - [anon_sym_EQ] = ACTIONS(565), - [anon_sym___global] = ACTIONS(565), - [anon_sym_type] = ACTIONS(565), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(565), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(565), - [anon_sym_SLASH] = ACTIONS(565), - [anon_sym_PERCENT] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_EQ_EQ] = ACTIONS(565), - [anon_sym_BANG_EQ] = ACTIONS(565), - [anon_sym_LT_EQ] = ACTIONS(565), - [anon_sym_GT_EQ] = ACTIONS(565), + [anon_sym_DOT] = ACTIONS(567), + [anon_sym_as] = ACTIONS(567), + [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_const] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_EQ] = ACTIONS(567), + [anon_sym___global] = ACTIONS(567), + [anon_sym_type] = ACTIONS(567), + [anon_sym_PIPE] = ACTIONS(567), + [anon_sym_fn] = ACTIONS(571), + [anon_sym_PLUS] = ACTIONS(567), + [anon_sym_DASH] = ACTIONS(567), + [anon_sym_STAR] = ACTIONS(573), + [anon_sym_SLASH] = ACTIONS(567), + [anon_sym_PERCENT] = ACTIONS(567), + [anon_sym_LT] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(567), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_GT_EQ] = ACTIONS(567), [anon_sym_LBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(565), - [anon_sym_union] = ACTIONS(565), - [anon_sym_pub] = ACTIONS(565), - [anon_sym_mut] = ACTIONS(565), - [anon_sym_enum] = ACTIONS(565), - [anon_sym_interface] = ACTIONS(565), - [anon_sym_PLUS_PLUS] = ACTIONS(565), - [anon_sym_DASH_DASH] = ACTIONS(565), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_go] = ACTIONS(565), - [anon_sym_spawn] = ACTIONS(565), - [anon_sym_json_DOTdecode] = ACTIONS(565), - [anon_sym_LBRACK2] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(565), - [anon_sym_CARET] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(565), - [anon_sym_LT_DASH] = ACTIONS(565), - [anon_sym_LT_LT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(565), - [anon_sym_GT_GT_GT] = ACTIONS(565), - [anon_sym_AMP_CARET] = ACTIONS(565), - [anon_sym_AMP_AMP] = ACTIONS(565), - [anon_sym_PIPE_PIPE] = ACTIONS(565), - [anon_sym_or] = ACTIONS(565), - [sym_none] = ACTIONS(565), - [sym_true] = ACTIONS(565), - [sym_false] = ACTIONS(565), - [sym_nil] = ACTIONS(565), - [anon_sym_QMARK_DOT] = ACTIONS(565), - [anon_sym_POUND_LBRACK] = ACTIONS(565), - [anon_sym_if] = ACTIONS(565), - [anon_sym_DOLLARif] = ACTIONS(565), - [anon_sym_is] = ACTIONS(565), - [anon_sym_BANGis] = ACTIONS(565), - [anon_sym_in] = ACTIONS(565), - [anon_sym_BANGin] = ACTIONS(565), - [anon_sym_match] = ACTIONS(565), - [anon_sym_select] = ACTIONS(565), - [anon_sym_STAR_EQ] = ACTIONS(565), - [anon_sym_SLASH_EQ] = ACTIONS(565), - [anon_sym_PERCENT_EQ] = ACTIONS(565), - [anon_sym_LT_LT_EQ] = ACTIONS(565), - [anon_sym_GT_GT_EQ] = ACTIONS(565), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(565), - [anon_sym_AMP_EQ] = ACTIONS(565), - [anon_sym_AMP_CARET_EQ] = ACTIONS(565), - [anon_sym_PLUS_EQ] = ACTIONS(565), - [anon_sym_DASH_EQ] = ACTIONS(565), - [anon_sym_PIPE_EQ] = ACTIONS(565), - [anon_sym_CARET_EQ] = ACTIONS(565), - [anon_sym_COLON_EQ] = ACTIONS(565), - [anon_sym_lock] = ACTIONS(565), - [anon_sym_rlock] = ACTIONS(565), - [anon_sym_unsafe] = ACTIONS(565), - [anon_sym_sql] = ACTIONS(565), - [sym_int_literal] = ACTIONS(565), - [sym_float_literal] = ACTIONS(565), - [sym_rune_literal] = ACTIONS(565), - [sym_pseudo_compile_time_identifier] = ACTIONS(565), - [anon_sym_shared] = ACTIONS(565), - [anon_sym_map_LBRACK] = ACTIONS(565), - [anon_sym_chan] = ACTIONS(565), - [anon_sym_thread] = ACTIONS(565), - [anon_sym_atomic] = ACTIONS(565), - [anon_sym_assert] = ACTIONS(565), - [anon_sym_defer] = ACTIONS(565), - [anon_sym_goto] = ACTIONS(565), - [anon_sym_break] = ACTIONS(565), - [anon_sym_continue] = ACTIONS(565), - [anon_sym_return] = ACTIONS(565), - [anon_sym_DOLLARfor] = ACTIONS(565), - [anon_sym_for] = ACTIONS(565), - [anon_sym_POUND] = ACTIONS(565), - [anon_sym_asm] = ACTIONS(565), - [anon_sym_AT_LBRACK] = ACTIONS(565), - [sym___double_quote] = ACTIONS(565), - [sym___single_quote] = ACTIONS(565), - [sym___c_double_quote] = ACTIONS(565), - [sym___c_single_quote] = ACTIONS(565), - [sym___r_double_quote] = ACTIONS(565), - [sym___r_single_quote] = ACTIONS(565), + [anon_sym_struct] = ACTIONS(575), + [anon_sym_union] = ACTIONS(567), + [anon_sym_pub] = ACTIONS(567), + [anon_sym_mut] = ACTIONS(567), + [anon_sym_enum] = ACTIONS(567), + [anon_sym_interface] = ACTIONS(567), + [anon_sym_PLUS_PLUS] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(567), + [anon_sym_QMARK] = ACTIONS(577), + [anon_sym_BANG] = ACTIONS(579), + [anon_sym_go] = ACTIONS(567), + [anon_sym_spawn] = ACTIONS(567), + [anon_sym_json_DOTdecode] = ACTIONS(567), + [anon_sym_LBRACK2] = ACTIONS(581), + [anon_sym_TILDE] = ACTIONS(567), + [anon_sym_CARET] = ACTIONS(567), + [anon_sym_AMP] = ACTIONS(583), + [anon_sym_LT_DASH] = ACTIONS(567), + [anon_sym_LT_LT] = ACTIONS(567), + [anon_sym_GT_GT] = ACTIONS(567), + [anon_sym_GT_GT_GT] = ACTIONS(567), + [anon_sym_AMP_CARET] = ACTIONS(567), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_or] = ACTIONS(567), + [sym_none] = ACTIONS(567), + [sym_true] = ACTIONS(567), + [sym_false] = ACTIONS(567), + [sym_nil] = ACTIONS(567), + [anon_sym_QMARK_DOT] = ACTIONS(567), + [anon_sym_POUND_LBRACK] = ACTIONS(567), + [anon_sym_if] = ACTIONS(567), + [anon_sym_DOLLARif] = ACTIONS(567), + [anon_sym_is] = ACTIONS(567), + [anon_sym_BANGis] = ACTIONS(567), + [anon_sym_in] = ACTIONS(567), + [anon_sym_BANGin] = ACTIONS(567), + [anon_sym_match] = ACTIONS(567), + [anon_sym_select] = ACTIONS(567), + [anon_sym_STAR_EQ] = ACTIONS(567), + [anon_sym_SLASH_EQ] = ACTIONS(567), + [anon_sym_PERCENT_EQ] = ACTIONS(567), + [anon_sym_LT_LT_EQ] = ACTIONS(567), + [anon_sym_GT_GT_EQ] = ACTIONS(567), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(567), + [anon_sym_AMP_EQ] = ACTIONS(567), + [anon_sym_AMP_CARET_EQ] = ACTIONS(567), + [anon_sym_PLUS_EQ] = ACTIONS(567), + [anon_sym_DASH_EQ] = ACTIONS(567), + [anon_sym_PIPE_EQ] = ACTIONS(567), + [anon_sym_CARET_EQ] = ACTIONS(567), + [anon_sym_COLON_EQ] = ACTIONS(567), + [anon_sym_lock] = ACTIONS(567), + [anon_sym_rlock] = ACTIONS(567), + [anon_sym_unsafe] = ACTIONS(567), + [anon_sym_sql] = ACTIONS(567), + [sym_int_literal] = ACTIONS(567), + [sym_float_literal] = ACTIONS(567), + [sym_rune_literal] = ACTIONS(567), + [sym_pseudo_compile_time_identifier] = ACTIONS(567), + [anon_sym_shared] = ACTIONS(585), + [anon_sym_map_LBRACK] = ACTIONS(587), + [anon_sym_chan] = ACTIONS(589), + [anon_sym_thread] = ACTIONS(591), + [anon_sym_atomic] = ACTIONS(593), + [anon_sym_assert] = ACTIONS(567), + [anon_sym_defer] = ACTIONS(567), + [anon_sym_goto] = ACTIONS(567), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(567), + [anon_sym_return] = ACTIONS(567), + [anon_sym_DOLLARfor] = ACTIONS(567), + [anon_sym_for] = ACTIONS(567), + [anon_sym_POUND] = ACTIONS(567), + [anon_sym_asm] = ACTIONS(567), + [anon_sym_AT_LBRACK] = ACTIONS(567), + [sym___double_quote] = ACTIONS(567), + [sym___single_quote] = ACTIONS(567), + [sym___c_double_quote] = ACTIONS(567), + [sym___c_single_quote] = ACTIONS(567), + [sym___r_double_quote] = ACTIONS(567), + [sym___r_single_quote] = ACTIONS(567), }, [68] = { [sym_line_comment] = STATE(68), [sym_block_comment] = STATE(68), - [sym_reference_expression] = STATE(4541), - [sym_type_reference_expression] = STATE(417), - [sym_plain_type] = STATE(703), - [sym__plain_type_without_special] = STATE(937), - [sym_anon_struct_type] = STATE(936), - [sym_multi_return_type] = STATE(937), - [sym_result_type] = STATE(937), - [sym_option_type] = STATE(937), - [sym_qualified_type] = STATE(417), - [sym_fixed_array_type] = STATE(936), - [sym_array_type] = STATE(936), - [sym_pointer_type] = STATE(936), - [sym_wrong_pointer_type] = STATE(936), - [sym_map_type] = STATE(936), - [sym_channel_type] = STATE(936), - [sym_shared_type] = STATE(936), - [sym_thread_type] = STATE(936), - [sym_atomic_type] = STATE(936), - [sym_generic_type] = STATE(936), - [sym_function_type] = STATE(936), - [ts_builtin_sym_end] = ACTIONS(567), - [sym_identifier] = ACTIONS(569), - [anon_sym_LF] = ACTIONS(571), - [anon_sym_CR] = ACTIONS(571), - [anon_sym_CR_LF] = ACTIONS(571), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [ts_builtin_sym_end] = ACTIONS(595), + [sym_identifier] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(599), + [anon_sym_CR] = ACTIONS(599), + [anon_sym_CR_LF] = ACTIONS(599), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(571), - [anon_sym_as] = ACTIONS(571), - [anon_sym_LBRACE] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(571), - [anon_sym_const] = ACTIONS(571), - [anon_sym_LPAREN] = ACTIONS(573), - [anon_sym_EQ] = ACTIONS(571), - [anon_sym___global] = ACTIONS(571), - [anon_sym_type] = ACTIONS(571), - [anon_sym_PIPE] = ACTIONS(571), - [anon_sym_fn] = ACTIONS(575), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(571), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(571), - [anon_sym_PERCENT] = ACTIONS(571), - [anon_sym_LT] = ACTIONS(571), - [anon_sym_GT] = ACTIONS(571), - [anon_sym_EQ_EQ] = ACTIONS(571), - [anon_sym_BANG_EQ] = ACTIONS(571), - [anon_sym_LT_EQ] = ACTIONS(571), - [anon_sym_GT_EQ] = ACTIONS(571), - [anon_sym_LBRACK] = ACTIONS(567), - [anon_sym_struct] = ACTIONS(579), - [anon_sym_union] = ACTIONS(571), - [anon_sym_pub] = ACTIONS(571), - [anon_sym_mut] = ACTIONS(571), - [anon_sym_enum] = ACTIONS(571), - [anon_sym_interface] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_QMARK] = ACTIONS(581), - [anon_sym_BANG] = ACTIONS(583), - [anon_sym_go] = ACTIONS(571), - [anon_sym_spawn] = ACTIONS(571), - [anon_sym_json_DOTdecode] = ACTIONS(571), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_TILDE] = ACTIONS(571), - [anon_sym_CARET] = ACTIONS(571), - [anon_sym_AMP] = ACTIONS(587), - [anon_sym_LT_DASH] = ACTIONS(571), - [anon_sym_LT_LT] = ACTIONS(571), - [anon_sym_GT_GT] = ACTIONS(571), - [anon_sym_GT_GT_GT] = ACTIONS(571), - [anon_sym_AMP_CARET] = ACTIONS(571), - [anon_sym_AMP_AMP] = ACTIONS(571), - [anon_sym_PIPE_PIPE] = ACTIONS(571), - [anon_sym_or] = ACTIONS(571), - [sym_none] = ACTIONS(571), - [sym_true] = ACTIONS(571), - [sym_false] = ACTIONS(571), - [sym_nil] = ACTIONS(571), - [anon_sym_QMARK_DOT] = ACTIONS(571), - [anon_sym_POUND_LBRACK] = ACTIONS(571), - [anon_sym_if] = ACTIONS(571), - [anon_sym_DOLLARif] = ACTIONS(571), - [anon_sym_is] = ACTIONS(571), - [anon_sym_BANGis] = ACTIONS(571), - [anon_sym_in] = ACTIONS(571), - [anon_sym_BANGin] = ACTIONS(571), - [anon_sym_match] = ACTIONS(571), - [anon_sym_select] = ACTIONS(571), - [anon_sym_STAR_EQ] = ACTIONS(571), - [anon_sym_SLASH_EQ] = ACTIONS(571), - [anon_sym_PERCENT_EQ] = ACTIONS(571), - [anon_sym_LT_LT_EQ] = ACTIONS(571), - [anon_sym_GT_GT_EQ] = ACTIONS(571), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(571), - [anon_sym_AMP_EQ] = ACTIONS(571), - [anon_sym_AMP_CARET_EQ] = ACTIONS(571), - [anon_sym_PLUS_EQ] = ACTIONS(571), - [anon_sym_DASH_EQ] = ACTIONS(571), - [anon_sym_PIPE_EQ] = ACTIONS(571), - [anon_sym_CARET_EQ] = ACTIONS(571), - [anon_sym_COLON_EQ] = ACTIONS(571), - [anon_sym_lock] = ACTIONS(571), - [anon_sym_rlock] = ACTIONS(571), - [anon_sym_unsafe] = ACTIONS(571), - [anon_sym_sql] = ACTIONS(571), - [sym_int_literal] = ACTIONS(571), - [sym_float_literal] = ACTIONS(571), - [sym_rune_literal] = ACTIONS(571), - [sym_pseudo_compile_time_identifier] = ACTIONS(571), - [anon_sym_shared] = ACTIONS(589), - [anon_sym_map_LBRACK] = ACTIONS(591), - [anon_sym_chan] = ACTIONS(593), - [anon_sym_thread] = ACTIONS(595), - [anon_sym_atomic] = ACTIONS(597), - [anon_sym_assert] = ACTIONS(571), - [anon_sym_defer] = ACTIONS(571), - [anon_sym_goto] = ACTIONS(571), - [anon_sym_break] = ACTIONS(571), - [anon_sym_continue] = ACTIONS(571), - [anon_sym_return] = ACTIONS(571), - [anon_sym_DOLLARfor] = ACTIONS(571), - [anon_sym_for] = ACTIONS(571), - [anon_sym_POUND] = ACTIONS(571), - [anon_sym_asm] = ACTIONS(571), - [anon_sym_AT_LBRACK] = ACTIONS(571), - [sym___double_quote] = ACTIONS(571), - [sym___single_quote] = ACTIONS(571), - [sym___c_double_quote] = ACTIONS(571), - [sym___c_single_quote] = ACTIONS(571), - [sym___r_double_quote] = ACTIONS(571), - [sym___r_single_quote] = ACTIONS(571), + [anon_sym_DOT] = ACTIONS(599), + [anon_sym_as] = ACTIONS(599), + [anon_sym_LBRACE] = ACTIONS(599), + [anon_sym_COMMA] = ACTIONS(599), + [anon_sym_const] = ACTIONS(599), + [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym_EQ] = ACTIONS(599), + [anon_sym___global] = ACTIONS(599), + [anon_sym_type] = ACTIONS(599), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(605), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(599), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(599), + [anon_sym_BANG_EQ] = ACTIONS(599), + [anon_sym_LT_EQ] = ACTIONS(599), + [anon_sym_GT_EQ] = ACTIONS(599), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_union] = ACTIONS(599), + [anon_sym_pub] = ACTIONS(599), + [anon_sym_mut] = ACTIONS(599), + [anon_sym_enum] = ACTIONS(599), + [anon_sym_interface] = ACTIONS(599), + [anon_sym_PLUS_PLUS] = ACTIONS(599), + [anon_sym_DASH_DASH] = ACTIONS(599), + [anon_sym_QMARK] = ACTIONS(515), + [anon_sym_BANG] = ACTIONS(609), + [anon_sym_go] = ACTIONS(599), + [anon_sym_spawn] = ACTIONS(599), + [anon_sym_json_DOTdecode] = ACTIONS(599), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_TILDE] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(599), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_DASH] = ACTIONS(599), + [anon_sym_LT_LT] = ACTIONS(599), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(599), + [anon_sym_AMP_CARET] = ACTIONS(599), + [anon_sym_AMP_AMP] = ACTIONS(599), + [anon_sym_PIPE_PIPE] = ACTIONS(599), + [anon_sym_or] = ACTIONS(599), + [sym_none] = ACTIONS(599), + [sym_true] = ACTIONS(599), + [sym_false] = ACTIONS(599), + [sym_nil] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(599), + [anon_sym_POUND_LBRACK] = ACTIONS(599), + [anon_sym_if] = ACTIONS(599), + [anon_sym_DOLLARif] = ACTIONS(599), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(599), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(599), + [anon_sym_match] = ACTIONS(599), + [anon_sym_select] = ACTIONS(599), + [anon_sym_STAR_EQ] = ACTIONS(599), + [anon_sym_SLASH_EQ] = ACTIONS(599), + [anon_sym_PERCENT_EQ] = ACTIONS(599), + [anon_sym_LT_LT_EQ] = ACTIONS(599), + [anon_sym_GT_GT_EQ] = ACTIONS(599), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(599), + [anon_sym_AMP_EQ] = ACTIONS(599), + [anon_sym_AMP_CARET_EQ] = ACTIONS(599), + [anon_sym_PLUS_EQ] = ACTIONS(599), + [anon_sym_DASH_EQ] = ACTIONS(599), + [anon_sym_PIPE_EQ] = ACTIONS(599), + [anon_sym_CARET_EQ] = ACTIONS(599), + [anon_sym_COLON_EQ] = ACTIONS(599), + [anon_sym_lock] = ACTIONS(599), + [anon_sym_rlock] = ACTIONS(599), + [anon_sym_unsafe] = ACTIONS(599), + [anon_sym_sql] = ACTIONS(599), + [sym_int_literal] = ACTIONS(599), + [sym_float_literal] = ACTIONS(599), + [sym_rune_literal] = ACTIONS(599), + [sym_pseudo_compile_time_identifier] = ACTIONS(599), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(549), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [anon_sym_assert] = ACTIONS(599), + [anon_sym_defer] = ACTIONS(599), + [anon_sym_goto] = ACTIONS(599), + [anon_sym_break] = ACTIONS(599), + [anon_sym_continue] = ACTIONS(599), + [anon_sym_return] = ACTIONS(599), + [anon_sym_DOLLARfor] = ACTIONS(599), + [anon_sym_for] = ACTIONS(599), + [anon_sym_POUND] = ACTIONS(599), + [anon_sym_asm] = ACTIONS(599), + [anon_sym_AT_LBRACK] = ACTIONS(599), + [sym___double_quote] = ACTIONS(599), + [sym___single_quote] = ACTIONS(599), + [sym___c_double_quote] = ACTIONS(599), + [sym___c_single_quote] = ACTIONS(599), + [sym___r_double_quote] = ACTIONS(599), + [sym___r_single_quote] = ACTIONS(599), }, [69] = { [sym_line_comment] = STATE(69), [sym_block_comment] = STATE(69), - [sym_reference_expression] = STATE(4541), - [sym_type_reference_expression] = STATE(417), - [sym_plain_type] = STATE(902), - [sym__plain_type_without_special] = STATE(937), - [sym_anon_struct_type] = STATE(936), - [sym_multi_return_type] = STATE(937), - [sym_result_type] = STATE(937), - [sym_option_type] = STATE(937), - [sym_qualified_type] = STATE(417), - [sym_fixed_array_type] = STATE(936), - [sym_array_type] = STATE(936), - [sym_pointer_type] = STATE(936), - [sym_wrong_pointer_type] = STATE(936), - [sym_map_type] = STATE(936), - [sym_channel_type] = STATE(936), - [sym_shared_type] = STATE(936), - [sym_thread_type] = STATE(936), - [sym_atomic_type] = STATE(936), - [sym_generic_type] = STATE(936), - [sym_function_type] = STATE(936), - [ts_builtin_sym_end] = ACTIONS(599), - [sym_identifier] = ACTIONS(569), - [anon_sym_LF] = ACTIONS(601), - [anon_sym_CR] = ACTIONS(601), - [anon_sym_CR_LF] = ACTIONS(601), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [ts_builtin_sym_end] = ACTIONS(617), + [sym_identifier] = ACTIONS(619), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_CR] = ACTIONS(619), + [anon_sym_CR_LF] = ACTIONS(619), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(601), - [anon_sym_as] = ACTIONS(601), - [anon_sym_LBRACE] = ACTIONS(601), - [anon_sym_COMMA] = ACTIONS(601), - [anon_sym_const] = ACTIONS(601), - [anon_sym_LPAREN] = ACTIONS(573), - [anon_sym_EQ] = ACTIONS(601), - [anon_sym___global] = ACTIONS(601), - [anon_sym_type] = ACTIONS(601), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(575), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_PERCENT] = ACTIONS(601), - [anon_sym_LT] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(601), - [anon_sym_BANG_EQ] = ACTIONS(601), - [anon_sym_LT_EQ] = ACTIONS(601), - [anon_sym_GT_EQ] = ACTIONS(601), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_struct] = ACTIONS(579), - [anon_sym_union] = ACTIONS(601), - [anon_sym_pub] = ACTIONS(601), - [anon_sym_mut] = ACTIONS(601), - [anon_sym_enum] = ACTIONS(601), - [anon_sym_interface] = ACTIONS(601), - [anon_sym_PLUS_PLUS] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(601), - [anon_sym_QMARK] = ACTIONS(581), - [anon_sym_BANG] = ACTIONS(583), - [anon_sym_go] = ACTIONS(601), - [anon_sym_spawn] = ACTIONS(601), - [anon_sym_json_DOTdecode] = ACTIONS(601), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_TILDE] = ACTIONS(601), - [anon_sym_CARET] = ACTIONS(601), - [anon_sym_AMP] = ACTIONS(587), - [anon_sym_LT_DASH] = ACTIONS(601), - [anon_sym_LT_LT] = ACTIONS(601), - [anon_sym_GT_GT] = ACTIONS(601), - [anon_sym_GT_GT_GT] = ACTIONS(601), - [anon_sym_AMP_CARET] = ACTIONS(601), - [anon_sym_AMP_AMP] = ACTIONS(601), - [anon_sym_PIPE_PIPE] = ACTIONS(601), - [anon_sym_or] = ACTIONS(601), - [sym_none] = ACTIONS(601), - [sym_true] = ACTIONS(601), - [sym_false] = ACTIONS(601), - [sym_nil] = ACTIONS(601), - [anon_sym_QMARK_DOT] = ACTIONS(601), - [anon_sym_POUND_LBRACK] = ACTIONS(601), - [anon_sym_if] = ACTIONS(601), - [anon_sym_DOLLARif] = ACTIONS(601), - [anon_sym_is] = ACTIONS(601), - [anon_sym_BANGis] = ACTIONS(601), - [anon_sym_in] = ACTIONS(601), - [anon_sym_BANGin] = ACTIONS(601), - [anon_sym_match] = ACTIONS(601), - [anon_sym_select] = ACTIONS(601), - [anon_sym_STAR_EQ] = ACTIONS(601), - [anon_sym_SLASH_EQ] = ACTIONS(601), - [anon_sym_PERCENT_EQ] = ACTIONS(601), - [anon_sym_LT_LT_EQ] = ACTIONS(601), - [anon_sym_GT_GT_EQ] = ACTIONS(601), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(601), - [anon_sym_AMP_EQ] = ACTIONS(601), - [anon_sym_AMP_CARET_EQ] = ACTIONS(601), - [anon_sym_PLUS_EQ] = ACTIONS(601), - [anon_sym_DASH_EQ] = ACTIONS(601), - [anon_sym_PIPE_EQ] = ACTIONS(601), - [anon_sym_CARET_EQ] = ACTIONS(601), - [anon_sym_COLON_EQ] = ACTIONS(601), - [anon_sym_lock] = ACTIONS(601), - [anon_sym_rlock] = ACTIONS(601), - [anon_sym_unsafe] = ACTIONS(601), - [anon_sym_sql] = ACTIONS(601), - [sym_int_literal] = ACTIONS(601), - [sym_float_literal] = ACTIONS(601), - [sym_rune_literal] = ACTIONS(601), - [sym_pseudo_compile_time_identifier] = ACTIONS(601), - [anon_sym_shared] = ACTIONS(589), - [anon_sym_map_LBRACK] = ACTIONS(591), - [anon_sym_chan] = ACTIONS(593), - [anon_sym_thread] = ACTIONS(595), - [anon_sym_atomic] = ACTIONS(597), - [anon_sym_assert] = ACTIONS(601), - [anon_sym_defer] = ACTIONS(601), - [anon_sym_goto] = ACTIONS(601), - [anon_sym_break] = ACTIONS(601), - [anon_sym_continue] = ACTIONS(601), - [anon_sym_return] = ACTIONS(601), - [anon_sym_DOLLARfor] = ACTIONS(601), - [anon_sym_for] = ACTIONS(601), - [anon_sym_POUND] = ACTIONS(601), - [anon_sym_asm] = ACTIONS(601), - [anon_sym_AT_LBRACK] = ACTIONS(601), - [sym___double_quote] = ACTIONS(601), - [sym___single_quote] = ACTIONS(601), - [sym___c_double_quote] = ACTIONS(601), - [sym___c_single_quote] = ACTIONS(601), - [sym___r_double_quote] = ACTIONS(601), - [sym___r_single_quote] = ACTIONS(601), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_const] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_EQ] = ACTIONS(619), + [anon_sym___global] = ACTIONS(619), + [anon_sym_type] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(619), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(619), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(619), + [anon_sym_union] = ACTIONS(619), + [anon_sym_pub] = ACTIONS(619), + [anon_sym_mut] = ACTIONS(619), + [anon_sym_enum] = ACTIONS(619), + [anon_sym_interface] = ACTIONS(619), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_go] = ACTIONS(619), + [anon_sym_spawn] = ACTIONS(619), + [anon_sym_json_DOTdecode] = ACTIONS(619), + [anon_sym_LBRACK2] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_DASH] = ACTIONS(619), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(619), + [anon_sym_AMP_CARET] = ACTIONS(619), + [anon_sym_AMP_AMP] = ACTIONS(619), + [anon_sym_PIPE_PIPE] = ACTIONS(619), + [anon_sym_or] = ACTIONS(619), + [sym_none] = ACTIONS(619), + [sym_true] = ACTIONS(619), + [sym_false] = ACTIONS(619), + [sym_nil] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(619), + [anon_sym_POUND_LBRACK] = ACTIONS(619), + [anon_sym_if] = ACTIONS(619), + [anon_sym_DOLLARif] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(619), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(619), + [anon_sym_match] = ACTIONS(619), + [anon_sym_select] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_LT_LT_EQ] = ACTIONS(619), + [anon_sym_GT_GT_EQ] = ACTIONS(619), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(619), + [anon_sym_AMP_EQ] = ACTIONS(619), + [anon_sym_AMP_CARET_EQ] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_PIPE_EQ] = ACTIONS(619), + [anon_sym_CARET_EQ] = ACTIONS(619), + [anon_sym_COLON_EQ] = ACTIONS(619), + [anon_sym_lock] = ACTIONS(619), + [anon_sym_rlock] = ACTIONS(619), + [anon_sym_unsafe] = ACTIONS(619), + [anon_sym_sql] = ACTIONS(619), + [sym_int_literal] = ACTIONS(619), + [sym_float_literal] = ACTIONS(619), + [sym_rune_literal] = ACTIONS(619), + [sym_pseudo_compile_time_identifier] = ACTIONS(619), + [anon_sym_shared] = ACTIONS(619), + [anon_sym_map_LBRACK] = ACTIONS(619), + [anon_sym_chan] = ACTIONS(619), + [anon_sym_thread] = ACTIONS(619), + [anon_sym_atomic] = ACTIONS(619), + [anon_sym_assert] = ACTIONS(619), + [anon_sym_defer] = ACTIONS(619), + [anon_sym_goto] = ACTIONS(619), + [anon_sym_break] = ACTIONS(619), + [anon_sym_continue] = ACTIONS(619), + [anon_sym_return] = ACTIONS(619), + [anon_sym_DOLLARfor] = ACTIONS(619), + [anon_sym_for] = ACTIONS(619), + [anon_sym_POUND] = ACTIONS(619), + [anon_sym_asm] = ACTIONS(619), + [anon_sym_AT_LBRACK] = ACTIONS(619), + [sym___double_quote] = ACTIONS(619), + [sym___single_quote] = ACTIONS(619), + [sym___c_double_quote] = ACTIONS(619), + [sym___c_single_quote] = ACTIONS(619), + [sym___r_double_quote] = ACTIONS(619), + [sym___r_single_quote] = ACTIONS(619), }, [70] = { [sym_line_comment] = STATE(70), [sym_block_comment] = STATE(70), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [ts_builtin_sym_end] = ACTIONS(603), - [sym_identifier] = ACTIONS(605), - [anon_sym_LF] = ACTIONS(607), - [anon_sym_CR] = ACTIONS(607), - [anon_sym_CR_LF] = ACTIONS(607), + [sym_reference_expression] = STATE(4540), + [sym_type_reference_expression] = STATE(442), + [sym_plain_type] = STATE(650), + [sym__plain_type_without_special] = STATE(809), + [sym_anon_struct_type] = STATE(806), + [sym_multi_return_type] = STATE(809), + [sym_result_type] = STATE(809), + [sym_option_type] = STATE(809), + [sym_qualified_type] = STATE(442), + [sym_fixed_array_type] = STATE(806), + [sym_array_type] = STATE(806), + [sym_pointer_type] = STATE(806), + [sym_wrong_pointer_type] = STATE(806), + [sym_map_type] = STATE(806), + [sym_channel_type] = STATE(806), + [sym_shared_type] = STATE(806), + [sym_thread_type] = STATE(806), + [sym_atomic_type] = STATE(806), + [sym_generic_type] = STATE(806), + [sym_function_type] = STATE(806), + [ts_builtin_sym_end] = ACTIONS(621), + [sym_identifier] = ACTIONS(565), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_CR] = ACTIONS(623), + [anon_sym_CR_LF] = ACTIONS(623), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_LBRACE] = ACTIONS(607), - [anon_sym_COMMA] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(607), - [anon_sym___global] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(613), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(607), - [anon_sym_BANG_EQ] = ACTIONS(607), - [anon_sym_LT_EQ] = ACTIONS(607), - [anon_sym_GT_EQ] = ACTIONS(607), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_union] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_mut] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_interface] = ACTIONS(607), - [anon_sym_PLUS_PLUS] = ACTIONS(607), - [anon_sym_DASH_DASH] = ACTIONS(607), - [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(617), - [anon_sym_go] = ACTIONS(607), - [anon_sym_spawn] = ACTIONS(607), - [anon_sym_json_DOTdecode] = ACTIONS(607), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_TILDE] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(607), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_DASH] = ACTIONS(607), - [anon_sym_LT_LT] = ACTIONS(607), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(607), - [anon_sym_AMP_CARET] = ACTIONS(607), - [anon_sym_AMP_AMP] = ACTIONS(607), - [anon_sym_PIPE_PIPE] = ACTIONS(607), - [anon_sym_or] = ACTIONS(607), - [sym_none] = ACTIONS(607), - [sym_true] = ACTIONS(607), - [sym_false] = ACTIONS(607), - [sym_nil] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(607), - [anon_sym_POUND_LBRACK] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_DOLLARif] = ACTIONS(607), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(607), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_select] = ACTIONS(607), - [anon_sym_STAR_EQ] = ACTIONS(607), - [anon_sym_SLASH_EQ] = ACTIONS(607), - [anon_sym_PERCENT_EQ] = ACTIONS(607), - [anon_sym_LT_LT_EQ] = ACTIONS(607), - [anon_sym_GT_GT_EQ] = ACTIONS(607), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(607), - [anon_sym_AMP_EQ] = ACTIONS(607), - [anon_sym_AMP_CARET_EQ] = ACTIONS(607), - [anon_sym_PLUS_EQ] = ACTIONS(607), - [anon_sym_DASH_EQ] = ACTIONS(607), - [anon_sym_PIPE_EQ] = ACTIONS(607), - [anon_sym_CARET_EQ] = ACTIONS(607), - [anon_sym_COLON_EQ] = ACTIONS(607), - [anon_sym_lock] = ACTIONS(607), - [anon_sym_rlock] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_sql] = ACTIONS(607), - [sym_int_literal] = ACTIONS(607), - [sym_float_literal] = ACTIONS(607), - [sym_rune_literal] = ACTIONS(607), - [sym_pseudo_compile_time_identifier] = ACTIONS(607), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(549), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [anon_sym_assert] = ACTIONS(607), - [anon_sym_defer] = ACTIONS(607), - [anon_sym_goto] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_DOLLARfor] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_POUND] = ACTIONS(607), - [anon_sym_asm] = ACTIONS(607), - [anon_sym_AT_LBRACK] = ACTIONS(607), - [sym___double_quote] = ACTIONS(607), - [sym___single_quote] = ACTIONS(607), - [sym___c_double_quote] = ACTIONS(607), - [sym___c_single_quote] = ACTIONS(607), - [sym___r_double_quote] = ACTIONS(607), - [sym___r_single_quote] = ACTIONS(607), + [anon_sym_DOT] = ACTIONS(623), + [anon_sym_as] = ACTIONS(623), + [anon_sym_LBRACE] = ACTIONS(623), + [anon_sym_COMMA] = ACTIONS(623), + [anon_sym_const] = ACTIONS(623), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_EQ] = ACTIONS(623), + [anon_sym___global] = ACTIONS(623), + [anon_sym_type] = ACTIONS(623), + [anon_sym_PIPE] = ACTIONS(623), + [anon_sym_fn] = ACTIONS(571), + [anon_sym_PLUS] = ACTIONS(623), + [anon_sym_DASH] = ACTIONS(623), + [anon_sym_STAR] = ACTIONS(573), + [anon_sym_SLASH] = ACTIONS(623), + [anon_sym_PERCENT] = ACTIONS(623), + [anon_sym_LT] = ACTIONS(623), + [anon_sym_GT] = ACTIONS(623), + [anon_sym_EQ_EQ] = ACTIONS(623), + [anon_sym_BANG_EQ] = ACTIONS(623), + [anon_sym_LT_EQ] = ACTIONS(623), + [anon_sym_GT_EQ] = ACTIONS(623), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_struct] = ACTIONS(575), + [anon_sym_union] = ACTIONS(623), + [anon_sym_pub] = ACTIONS(623), + [anon_sym_mut] = ACTIONS(623), + [anon_sym_enum] = ACTIONS(623), + [anon_sym_interface] = ACTIONS(623), + [anon_sym_PLUS_PLUS] = ACTIONS(623), + [anon_sym_DASH_DASH] = ACTIONS(623), + [anon_sym_QMARK] = ACTIONS(577), + [anon_sym_BANG] = ACTIONS(579), + [anon_sym_go] = ACTIONS(623), + [anon_sym_spawn] = ACTIONS(623), + [anon_sym_json_DOTdecode] = ACTIONS(623), + [anon_sym_LBRACK2] = ACTIONS(581), + [anon_sym_TILDE] = ACTIONS(623), + [anon_sym_CARET] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(583), + [anon_sym_LT_DASH] = ACTIONS(623), + [anon_sym_LT_LT] = ACTIONS(623), + [anon_sym_GT_GT] = ACTIONS(623), + [anon_sym_GT_GT_GT] = ACTIONS(623), + [anon_sym_AMP_CARET] = ACTIONS(623), + [anon_sym_AMP_AMP] = ACTIONS(623), + [anon_sym_PIPE_PIPE] = ACTIONS(623), + [anon_sym_or] = ACTIONS(623), + [sym_none] = ACTIONS(623), + [sym_true] = ACTIONS(623), + [sym_false] = ACTIONS(623), + [sym_nil] = ACTIONS(623), + [anon_sym_QMARK_DOT] = ACTIONS(623), + [anon_sym_POUND_LBRACK] = ACTIONS(623), + [anon_sym_if] = ACTIONS(623), + [anon_sym_DOLLARif] = ACTIONS(623), + [anon_sym_is] = ACTIONS(623), + [anon_sym_BANGis] = ACTIONS(623), + [anon_sym_in] = ACTIONS(623), + [anon_sym_BANGin] = ACTIONS(623), + [anon_sym_match] = ACTIONS(623), + [anon_sym_select] = ACTIONS(623), + [anon_sym_STAR_EQ] = ACTIONS(623), + [anon_sym_SLASH_EQ] = ACTIONS(623), + [anon_sym_PERCENT_EQ] = ACTIONS(623), + [anon_sym_LT_LT_EQ] = ACTIONS(623), + [anon_sym_GT_GT_EQ] = ACTIONS(623), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(623), + [anon_sym_AMP_EQ] = ACTIONS(623), + [anon_sym_AMP_CARET_EQ] = ACTIONS(623), + [anon_sym_PLUS_EQ] = ACTIONS(623), + [anon_sym_DASH_EQ] = ACTIONS(623), + [anon_sym_PIPE_EQ] = ACTIONS(623), + [anon_sym_CARET_EQ] = ACTIONS(623), + [anon_sym_COLON_EQ] = ACTIONS(623), + [anon_sym_lock] = ACTIONS(623), + [anon_sym_rlock] = ACTIONS(623), + [anon_sym_unsafe] = ACTIONS(623), + [anon_sym_sql] = ACTIONS(623), + [sym_int_literal] = ACTIONS(623), + [sym_float_literal] = ACTIONS(623), + [sym_rune_literal] = ACTIONS(623), + [sym_pseudo_compile_time_identifier] = ACTIONS(623), + [anon_sym_shared] = ACTIONS(585), + [anon_sym_map_LBRACK] = ACTIONS(587), + [anon_sym_chan] = ACTIONS(589), + [anon_sym_thread] = ACTIONS(591), + [anon_sym_atomic] = ACTIONS(593), + [anon_sym_assert] = ACTIONS(623), + [anon_sym_defer] = ACTIONS(623), + [anon_sym_goto] = ACTIONS(623), + [anon_sym_break] = ACTIONS(623), + [anon_sym_continue] = ACTIONS(623), + [anon_sym_return] = ACTIONS(623), + [anon_sym_DOLLARfor] = ACTIONS(623), + [anon_sym_for] = ACTIONS(623), + [anon_sym_POUND] = ACTIONS(623), + [anon_sym_asm] = ACTIONS(623), + [anon_sym_AT_LBRACK] = ACTIONS(623), + [sym___double_quote] = ACTIONS(623), + [sym___single_quote] = ACTIONS(623), + [sym___c_double_quote] = ACTIONS(623), + [sym___c_single_quote] = ACTIONS(623), + [sym___r_double_quote] = ACTIONS(623), + [sym___r_single_quote] = ACTIONS(623), }, [71] = { [sym_line_comment] = STATE(71), [sym_block_comment] = STATE(71), - [sym_reference_expression] = STATE(4541), - [sym_type_reference_expression] = STATE(417), - [sym_plain_type] = STATE(734), - [sym__plain_type_without_special] = STATE(937), - [sym_anon_struct_type] = STATE(936), - [sym_multi_return_type] = STATE(937), - [sym_result_type] = STATE(937), - [sym_option_type] = STATE(937), - [sym_qualified_type] = STATE(417), - [sym_fixed_array_type] = STATE(936), - [sym_array_type] = STATE(936), - [sym_pointer_type] = STATE(936), - [sym_wrong_pointer_type] = STATE(936), - [sym_map_type] = STATE(936), - [sym_channel_type] = STATE(936), - [sym_shared_type] = STATE(936), - [sym_thread_type] = STATE(936), - [sym_atomic_type] = STATE(936), - [sym_generic_type] = STATE(936), - [sym_function_type] = STATE(936), + [sym_reference_expression] = STATE(4540), + [sym_type_reference_expression] = STATE(442), + [sym_plain_type] = STATE(771), + [sym__plain_type_without_special] = STATE(809), + [sym_anon_struct_type] = STATE(806), + [sym_multi_return_type] = STATE(809), + [sym_result_type] = STATE(809), + [sym_option_type] = STATE(809), + [sym_qualified_type] = STATE(442), + [sym_fixed_array_type] = STATE(806), + [sym_array_type] = STATE(806), + [sym_pointer_type] = STATE(806), + [sym_wrong_pointer_type] = STATE(806), + [sym_map_type] = STATE(806), + [sym_channel_type] = STATE(806), + [sym_shared_type] = STATE(806), + [sym_thread_type] = STATE(806), + [sym_atomic_type] = STATE(806), + [sym_generic_type] = STATE(806), + [sym_function_type] = STATE(806), [ts_builtin_sym_end] = ACTIONS(625), - [sym_identifier] = ACTIONS(569), + [sym_identifier] = ACTIONS(565), [anon_sym_LF] = ACTIONS(627), [anon_sym_CR] = ACTIONS(627), [anon_sym_CR_LF] = ACTIONS(627), @@ -30104,15 +30117,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(627), [anon_sym_COMMA] = ACTIONS(627), [anon_sym_const] = ACTIONS(627), - [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_EQ] = ACTIONS(627), [anon_sym___global] = ACTIONS(627), [anon_sym_type] = ACTIONS(627), [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_fn] = ACTIONS(575), + [anon_sym_fn] = ACTIONS(571), [anon_sym_PLUS] = ACTIONS(627), [anon_sym_DASH] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(577), + [anon_sym_STAR] = ACTIONS(573), [anon_sym_SLASH] = ACTIONS(627), [anon_sym_PERCENT] = ACTIONS(627), [anon_sym_LT] = ACTIONS(627), @@ -30122,7 +30135,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(627), [anon_sym_GT_EQ] = ACTIONS(627), [anon_sym_LBRACK] = ACTIONS(625), - [anon_sym_struct] = ACTIONS(579), + [anon_sym_struct] = ACTIONS(575), [anon_sym_union] = ACTIONS(627), [anon_sym_pub] = ACTIONS(627), [anon_sym_mut] = ACTIONS(627), @@ -30130,15 +30143,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(627), [anon_sym_PLUS_PLUS] = ACTIONS(627), [anon_sym_DASH_DASH] = ACTIONS(627), - [anon_sym_QMARK] = ACTIONS(581), - [anon_sym_BANG] = ACTIONS(583), + [anon_sym_QMARK] = ACTIONS(577), + [anon_sym_BANG] = ACTIONS(579), [anon_sym_go] = ACTIONS(627), [anon_sym_spawn] = ACTIONS(627), [anon_sym_json_DOTdecode] = ACTIONS(627), - [anon_sym_LBRACK2] = ACTIONS(585), + [anon_sym_LBRACK2] = ACTIONS(581), [anon_sym_TILDE] = ACTIONS(627), [anon_sym_CARET] = ACTIONS(627), - [anon_sym_AMP] = ACTIONS(587), + [anon_sym_AMP] = ACTIONS(583), [anon_sym_LT_DASH] = ACTIONS(627), [anon_sym_LT_LT] = ACTIONS(627), [anon_sym_GT_GT] = ACTIONS(627), @@ -30182,11 +30195,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(627), [sym_rune_literal] = ACTIONS(627), [sym_pseudo_compile_time_identifier] = ACTIONS(627), - [anon_sym_shared] = ACTIONS(589), - [anon_sym_map_LBRACK] = ACTIONS(591), - [anon_sym_chan] = ACTIONS(593), - [anon_sym_thread] = ACTIONS(595), - [anon_sym_atomic] = ACTIONS(597), + [anon_sym_shared] = ACTIONS(585), + [anon_sym_map_LBRACK] = ACTIONS(587), + [anon_sym_chan] = ACTIONS(589), + [anon_sym_thread] = ACTIONS(591), + [anon_sym_atomic] = ACTIONS(593), [anon_sym_assert] = ACTIONS(627), [anon_sym_defer] = ACTIONS(627), [anon_sym_goto] = ACTIONS(627), @@ -30208,79 +30221,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [72] = { [sym_line_comment] = STATE(72), [sym_block_comment] = STATE(72), - [sym_struct_field_scope] = STATE(3495), - [sym_struct_field_declaration] = STATE(3495), - [sym__struct_field_definition] = STATE(3507), - [sym_embedded_definition] = STATE(3497), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4498), - [sym_short_element_list] = STATE(4488), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3468), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3468), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(3491), - [sym_function_type] = STATE(2349), - [aux_sym__struct_body_repeat1] = STATE(3419), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_struct_field_scope] = STATE(3503), + [sym_struct_field_declaration] = STATE(3503), + [sym__struct_field_definition] = STATE(3509), + [sym_embedded_definition] = STATE(3499), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4508), + [sym_short_element_list] = STATE(4509), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1265), + [sym_type_reference_expression] = STATE(3470), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3470), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(3492), + [sym_function_type] = STATE(2357), + [aux_sym__struct_body_repeat1] = STATE(3421), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), [sym_identifier] = ACTIONS(629), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -30339,79 +30352,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [73] = { [sym_line_comment] = STATE(73), [sym_block_comment] = STATE(73), - [sym_struct_field_scope] = STATE(3495), - [sym_struct_field_declaration] = STATE(3495), - [sym__struct_field_definition] = STATE(3507), - [sym_embedded_definition] = STATE(3497), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4646), - [sym_short_element_list] = STATE(4647), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3468), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3468), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(3491), - [sym_function_type] = STATE(2349), - [aux_sym__struct_body_repeat1] = STATE(3419), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_struct_field_scope] = STATE(3503), + [sym_struct_field_declaration] = STATE(3503), + [sym__struct_field_definition] = STATE(3509), + [sym_embedded_definition] = STATE(3499), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4654), + [sym_short_element_list] = STATE(4656), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1265), + [sym_type_reference_expression] = STATE(3470), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3470), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(3492), + [sym_function_type] = STATE(2357), + [aux_sym__struct_body_repeat1] = STATE(3421), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), [sym_identifier] = ACTIONS(629), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -30470,79 +30483,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [74] = { [sym_line_comment] = STATE(74), [sym_block_comment] = STATE(74), - [sym_struct_field_scope] = STATE(3495), - [sym_struct_field_declaration] = STATE(3495), - [sym__struct_field_definition] = STATE(3507), - [sym_embedded_definition] = STATE(3497), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4743), - [sym_short_element_list] = STATE(4742), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3468), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3468), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(3491), - [sym_function_type] = STATE(2349), - [aux_sym__struct_body_repeat1] = STATE(3419), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_struct_field_scope] = STATE(3503), + [sym_struct_field_declaration] = STATE(3503), + [sym__struct_field_definition] = STATE(3509), + [sym_embedded_definition] = STATE(3499), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4749), + [sym_short_element_list] = STATE(4745), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1265), + [sym_type_reference_expression] = STATE(3470), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3470), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(3492), + [sym_function_type] = STATE(2357), + [aux_sym__struct_body_repeat1] = STATE(3421), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), [sym_identifier] = ACTIONS(629), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -30601,79 +30614,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [75] = { [sym_line_comment] = STATE(75), [sym_block_comment] = STATE(75), - [sym_struct_field_scope] = STATE(3495), - [sym_struct_field_declaration] = STATE(3495), - [sym__struct_field_definition] = STATE(3507), - [sym_embedded_definition] = STATE(3497), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4527), - [sym_short_element_list] = STATE(4524), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3468), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3468), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(3491), - [sym_function_type] = STATE(2349), - [aux_sym__struct_body_repeat1] = STATE(3419), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_struct_field_scope] = STATE(3503), + [sym_struct_field_declaration] = STATE(3503), + [sym__struct_field_definition] = STATE(3509), + [sym_embedded_definition] = STATE(3499), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4625), + [sym_short_element_list] = STATE(4634), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1265), + [sym_type_reference_expression] = STATE(3470), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3470), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(3492), + [sym_function_type] = STATE(2357), + [aux_sym__struct_body_repeat1] = STATE(3421), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), [sym_identifier] = ACTIONS(629), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -30732,79 +30745,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [76] = { [sym_line_comment] = STATE(76), [sym_block_comment] = STATE(76), - [sym_struct_field_scope] = STATE(3495), - [sym_struct_field_declaration] = STATE(3495), - [sym__struct_field_definition] = STATE(3507), - [sym_embedded_definition] = STATE(3497), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4676), - [sym_short_element_list] = STATE(4633), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3468), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3468), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(3491), - [sym_function_type] = STATE(2349), - [aux_sym__struct_body_repeat1] = STATE(3419), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_struct_field_scope] = STATE(3503), + [sym_struct_field_declaration] = STATE(3503), + [sym__struct_field_definition] = STATE(3509), + [sym_embedded_definition] = STATE(3499), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4503), + [sym_short_element_list] = STATE(4502), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1265), + [sym_type_reference_expression] = STATE(3470), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3470), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(3492), + [sym_function_type] = STATE(2357), + [aux_sym__struct_body_repeat1] = STATE(3421), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), [sym_identifier] = ACTIONS(629), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -30863,79 +30876,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [77] = { [sym_line_comment] = STATE(77), [sym_block_comment] = STATE(77), - [sym_struct_field_scope] = STATE(3495), - [sym_struct_field_declaration] = STATE(3495), - [sym__struct_field_definition] = STATE(3507), - [sym_embedded_definition] = STATE(3497), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4503), - [sym_short_element_list] = STATE(4502), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3468), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3468), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(3491), - [sym_function_type] = STATE(2349), - [aux_sym__struct_body_repeat1] = STATE(3419), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_struct_field_scope] = STATE(3503), + [sym_struct_field_declaration] = STATE(3503), + [sym__struct_field_definition] = STATE(3509), + [sym_embedded_definition] = STATE(3499), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4488), + [sym_short_element_list] = STATE(4486), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1265), + [sym_type_reference_expression] = STATE(3470), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3470), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(3492), + [sym_function_type] = STATE(2357), + [aux_sym__struct_body_repeat1] = STATE(3421), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), [sym_identifier] = ACTIONS(629), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -30994,79 +31007,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [78] = { [sym_line_comment] = STATE(78), [sym_block_comment] = STATE(78), - [sym_struct_field_scope] = STATE(3495), - [sym_struct_field_declaration] = STATE(3495), - [sym__struct_field_definition] = STATE(3507), - [sym_embedded_definition] = STATE(3497), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4740), - [sym_short_element_list] = STATE(4747), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3468), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3468), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(3491), - [sym_function_type] = STATE(2349), - [aux_sym__struct_body_repeat1] = STATE(3419), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_struct_field_scope] = STATE(3503), + [sym_struct_field_declaration] = STATE(3503), + [sym__struct_field_definition] = STATE(3509), + [sym_embedded_definition] = STATE(3499), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4675), + [sym_short_element_list] = STATE(4672), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1265), + [sym_type_reference_expression] = STATE(3470), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3470), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(3492), + [sym_function_type] = STATE(2357), + [aux_sym__struct_body_repeat1] = STATE(3421), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), [sym_identifier] = ACTIONS(629), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -31125,79 +31138,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [79] = { [sym_line_comment] = STATE(79), [sym_block_comment] = STATE(79), - [sym_struct_field_scope] = STATE(3495), - [sym_struct_field_declaration] = STATE(3495), - [sym__struct_field_definition] = STATE(3507), - [sym_embedded_definition] = STATE(3497), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4507), - [sym_short_element_list] = STATE(4508), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3468), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3468), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(3491), - [sym_function_type] = STATE(2349), - [aux_sym__struct_body_repeat1] = STATE(3419), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_struct_field_scope] = STATE(3503), + [sym_struct_field_declaration] = STATE(3503), + [sym__struct_field_definition] = STATE(3509), + [sym_embedded_definition] = STATE(3499), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4535), + [sym_short_element_list] = STATE(4526), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1265), + [sym_type_reference_expression] = STATE(3470), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3470), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(3492), + [sym_function_type] = STATE(2357), + [aux_sym__struct_body_repeat1] = STATE(3421), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), [sym_identifier] = ACTIONS(629), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -31256,79 +31269,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [80] = { [sym_line_comment] = STATE(80), [sym_block_comment] = STATE(80), - [sym_struct_field_scope] = STATE(3495), - [sym_struct_field_declaration] = STATE(3495), - [sym__struct_field_definition] = STATE(3507), - [sym_embedded_definition] = STATE(3497), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4674), - [sym_short_element_list] = STATE(4673), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3468), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3468), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(3491), - [sym_function_type] = STATE(2349), - [aux_sym__struct_body_repeat1] = STATE(3419), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_struct_field_scope] = STATE(3503), + [sym_struct_field_declaration] = STATE(3503), + [sym__struct_field_definition] = STATE(3509), + [sym_embedded_definition] = STATE(3499), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4605), + [sym_short_element_list] = STATE(4607), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1265), + [sym_type_reference_expression] = STATE(3470), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3470), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(3492), + [sym_function_type] = STATE(2357), + [aux_sym__struct_body_repeat1] = STATE(3421), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), [sym_identifier] = ACTIONS(629), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -31387,79 +31400,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [81] = { [sym_line_comment] = STATE(81), [sym_block_comment] = STATE(81), - [sym_struct_field_scope] = STATE(3495), - [sym_struct_field_declaration] = STATE(3495), - [sym__struct_field_definition] = STATE(3507), - [sym_embedded_definition] = STATE(3497), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4605), - [sym_short_element_list] = STATE(4606), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3468), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3468), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(3491), - [sym_function_type] = STATE(2349), - [aux_sym__struct_body_repeat1] = STATE(3419), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_struct_field_scope] = STATE(3503), + [sym_struct_field_declaration] = STATE(3503), + [sym__struct_field_definition] = STATE(3509), + [sym_embedded_definition] = STATE(3499), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4548), + [sym_short_element_list] = STATE(4550), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1265), + [sym_type_reference_expression] = STATE(3470), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3470), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(3492), + [sym_function_type] = STATE(2357), + [aux_sym__struct_body_repeat1] = STATE(3421), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), [sym_identifier] = ACTIONS(629), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -31518,79 +31531,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [82] = { [sym_line_comment] = STATE(82), [sym_block_comment] = STATE(82), - [sym_struct_field_scope] = STATE(3495), - [sym_struct_field_declaration] = STATE(3495), - [sym__struct_field_definition] = STATE(3507), - [sym_embedded_definition] = STATE(3497), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4501), - [sym_short_element_list] = STATE(4500), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3468), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3468), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(3491), - [sym_function_type] = STATE(2349), - [aux_sym__struct_body_repeat1] = STATE(3419), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_struct_field_scope] = STATE(3503), + [sym_struct_field_declaration] = STATE(3503), + [sym__struct_field_definition] = STATE(3509), + [sym_embedded_definition] = STATE(3499), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4635), + [sym_short_element_list] = STATE(4756), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1265), + [sym_type_reference_expression] = STATE(3470), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3470), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(3492), + [sym_function_type] = STATE(2357), + [aux_sym__struct_body_repeat1] = STATE(3421), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), [sym_identifier] = ACTIONS(629), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -31649,79 +31662,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [83] = { [sym_line_comment] = STATE(83), [sym_block_comment] = STATE(83), - [sym_struct_field_scope] = STATE(3495), - [sym_struct_field_declaration] = STATE(3495), - [sym__struct_field_definition] = STATE(3507), - [sym_embedded_definition] = STATE(3497), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4609), - [sym_short_element_list] = STATE(4546), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3468), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3468), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(3491), - [sym_function_type] = STATE(2349), - [aux_sym__struct_body_repeat1] = STATE(3419), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_struct_field_scope] = STATE(3503), + [sym_struct_field_declaration] = STATE(3503), + [sym__struct_field_definition] = STATE(3509), + [sym_embedded_definition] = STATE(3499), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4505), + [sym_short_element_list] = STATE(4504), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1265), + [sym_type_reference_expression] = STATE(3470), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3470), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(3492), + [sym_function_type] = STATE(2357), + [aux_sym__struct_body_repeat1] = STATE(3421), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), [sym_identifier] = ACTIONS(629), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -31780,79 +31793,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [84] = { [sym_line_comment] = STATE(84), [sym_block_comment] = STATE(84), - [sym_struct_field_scope] = STATE(3495), - [sym_struct_field_declaration] = STATE(3495), - [sym__struct_field_definition] = STATE(3507), - [sym_embedded_definition] = STATE(3497), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4614), - [sym_short_element_list] = STATE(4626), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3468), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3468), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(3491), - [sym_function_type] = STATE(2349), - [aux_sym__struct_body_repeat1] = STATE(3419), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_struct_field_scope] = STATE(3503), + [sym_struct_field_declaration] = STATE(3503), + [sym__struct_field_definition] = STATE(3509), + [sym_embedded_definition] = STATE(3499), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4744), + [sym_short_element_list] = STATE(4647), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1265), + [sym_type_reference_expression] = STATE(3470), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3470), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(3492), + [sym_function_type] = STATE(2357), + [aux_sym__struct_body_repeat1] = STATE(3421), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), [sym_identifier] = ACTIONS(629), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -31911,80 +31924,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [85] = { [sym_line_comment] = STATE(85), [sym_block_comment] = STATE(85), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4664), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(137), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4499), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(135), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -32040,80 +32053,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [86] = { [sym_line_comment] = STATE(86), [sym_block_comment] = STATE(86), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4752), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(140), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4510), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(142), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -32169,80 +32182,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [87] = { [sym_line_comment] = STATE(87), [sym_block_comment] = STATE(87), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4523), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(117), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4661), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(122), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -32298,80 +32311,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [88] = { [sym_line_comment] = STATE(88), [sym_block_comment] = STATE(88), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4608), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(111), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4460), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(129), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -32427,80 +32440,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [89] = { [sym_line_comment] = STATE(89), [sym_block_comment] = STATE(89), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4523), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(117), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4499), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(135), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -32556,80 +32569,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [90] = { [sym_line_comment] = STATE(90), [sym_block_comment] = STATE(90), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4497), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(129), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4609), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(111), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -32685,80 +32698,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [91] = { [sym_line_comment] = STATE(91), [sym_block_comment] = STATE(91), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4550), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(139), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4741), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(127), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -32814,86 +32827,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [92] = { [sym_line_comment] = STATE(92), [sym_block_comment] = STATE(92), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4509), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(142), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4676), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(140), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(779), + [anon_sym_RBRACE] = ACTIONS(773), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -32943,86 +32956,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [93] = { [sym_line_comment] = STATE(93), [sym_block_comment] = STATE(93), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4458), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(120), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4499), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(135), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(781), + [anon_sym_RBRACE] = ACTIONS(779), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -33072,86 +33085,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [94] = { [sym_line_comment] = STATE(94), [sym_block_comment] = STATE(94), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4754), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(116), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4676), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(140), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(783), + [anon_sym_RBRACE] = ACTIONS(781), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -33201,215 +33214,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [95] = { [sym_line_comment] = STATE(95), [sym_block_comment] = STATE(95), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), - [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4667), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(128), - [sym_identifier] = ACTIONS(701), + [sym__expression] = STATE(1676), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_strictly_expression_list] = STATE(4140), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(773), + [sym_mutable_expression] = STATE(3387), + [sym_expression_list] = STATE(3417), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_simple_statement] = STATE(4632), + [sym_var_declaration] = STATE(4140), + [sym_var_definition_list] = STATE(4612), + [sym_var_definition] = STATE(3986), + [sym_assignment_statement] = STATE(4140), + [sym_block] = STATE(3795), + [sym_mut_is_clause] = STATE(4202), + [sym_range_clause] = STATE(4202), + [sym_for_clause] = STATE(4202), + [sym_identifier] = ACTIONS(783), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(785), - [anon_sym_LPAREN] = ACTIONS(709), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_PLUS] = ACTIONS(713), - [anon_sym_DASH] = ACTIONS(713), - [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(717), - [anon_sym_mut] = ACTIONS(41), + [anon_sym_SEMI] = ACTIONS(785), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), + [anon_sym_mut] = ACTIONS(801), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(719), - [anon_sym_go] = ACTIONS(721), - [anon_sym_spawn] = ACTIONS(723), - [anon_sym_json_DOTdecode] = ACTIONS(725), - [anon_sym_LBRACK2] = ACTIONS(727), - [anon_sym_TILDE] = ACTIONS(713), - [anon_sym_CARET] = ACTIONS(713), - [anon_sym_AMP] = ACTIONS(729), - [anon_sym_LT_DASH] = ACTIONS(731), - [sym_none] = ACTIONS(733), - [sym_true] = ACTIONS(733), - [sym_false] = ACTIONS(733), - [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(735), - [anon_sym_else] = ACTIONS(737), - [anon_sym_DOLLARif] = ACTIONS(739), - [anon_sym_match] = ACTIONS(741), - [anon_sym_select] = ACTIONS(743), - [anon_sym_lock] = ACTIONS(745), - [anon_sym_rlock] = ACTIONS(745), - [anon_sym_unsafe] = ACTIONS(747), - [anon_sym_sql] = ACTIONS(749), - [sym_int_literal] = ACTIONS(733), - [sym_float_literal] = ACTIONS(751), - [sym_rune_literal] = ACTIONS(751), - [sym_pseudo_compile_time_identifier] = ACTIONS(753), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(755), - [sym___single_quote] = ACTIONS(757), - [sym___c_double_quote] = ACTIONS(759), - [sym___c_single_quote] = ACTIONS(761), - [sym___r_double_quote] = ACTIONS(763), - [sym___r_single_quote] = ACTIONS(765), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [96] = { [sym_line_comment] = STATE(96), [sym_block_comment] = STATE(96), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4497), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(129), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4499), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(135), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(787), + [anon_sym_RBRACE] = ACTIONS(849), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -33459,86 +33472,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [97] = { [sym_line_comment] = STATE(97), [sym_block_comment] = STATE(97), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4497), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(129), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4551), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(124), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(789), + [anon_sym_RBRACE] = ACTIONS(851), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -33588,86 +33601,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [98] = { [sym_line_comment] = STATE(98), [sym_block_comment] = STATE(98), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4479), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(138), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4510), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(142), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(791), + [anon_sym_RBRACE] = ACTIONS(853), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -33717,86 +33730,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [99] = { [sym_line_comment] = STATE(99), [sym_block_comment] = STATE(99), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4754), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(116), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4676), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(140), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(793), + [anon_sym_RBRACE] = ACTIONS(707), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -33846,86 +33859,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [100] = { [sym_line_comment] = STATE(100), [sym_block_comment] = STATE(100), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4509), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(142), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4524), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(128), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(795), + [anon_sym_RBRACE] = ACTIONS(855), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -33975,86 +33988,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [101] = { [sym_line_comment] = STATE(101), [sym_block_comment] = STATE(101), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4739), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(123), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4758), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(134), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(797), + [anon_sym_RBRACE] = ACTIONS(857), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -34104,86 +34117,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [102] = { [sym_line_comment] = STATE(102), [sym_block_comment] = STATE(102), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4667), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(128), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4750), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(139), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(799), + [anon_sym_RBRACE] = ACTIONS(859), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -34233,86 +34246,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [103] = { [sym_line_comment] = STATE(103), [sym_block_comment] = STATE(103), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4660), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(114), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4481), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(148), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(801), + [anon_sym_RBRACE] = ACTIONS(861), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -34362,86 +34375,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [104] = { [sym_line_comment] = STATE(104), [sym_block_comment] = STATE(104), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4667), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(128), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4662), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(115), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(775), + [anon_sym_RBRACE] = ACTIONS(863), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -34491,86 +34504,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [105] = { [sym_line_comment] = STATE(105), [sym_block_comment] = STATE(105), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4550), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(139), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4758), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(134), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(803), + [anon_sym_RBRACE] = ACTIONS(865), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -34620,86 +34633,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [106] = { [sym_line_comment] = STATE(106), [sym_block_comment] = STATE(106), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4608), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(111), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4551), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(124), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(805), + [anon_sym_RBRACE] = ACTIONS(867), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -34749,86 +34762,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [107] = { [sym_line_comment] = STATE(107), [sym_block_comment] = STATE(107), - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4497), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [aux_sym_select_expression_repeat1] = STATE(129), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4524), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(128), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), [anon_sym_LBRACE] = ACTIONS(705), - [anon_sym_RBRACE] = ACTIONS(799), + [anon_sym_RBRACE] = ACTIONS(869), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), @@ -34878,334 +34891,336 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [108] = { [sym_line_comment] = STATE(108), [sym_block_comment] = STATE(108), - [sym__expression] = STATE(1675), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_strictly_expression_list] = STATE(4132), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(840), - [sym_mutable_expression] = STATE(3386), - [sym_expression_list] = STATE(3418), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_simple_statement] = STATE(4630), - [sym_var_declaration] = STATE(4132), - [sym_var_definition_list] = STATE(4610), - [sym_var_definition] = STATE(3978), - [sym_assignment_statement] = STATE(4132), - [sym_block] = STATE(1569), - [sym_range_clause] = STATE(4222), - [sym_for_clause] = STATE(4222), - [sym_identifier] = ACTIONS(807), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), + [sym_select_arm] = STATE(2191), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4609), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [aux_sym_select_expression_repeat1] = STATE(111), + [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(809), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(813), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(825), + [anon_sym_DOT] = ACTIONS(703), + [anon_sym_LBRACE] = ACTIONS(705), + [anon_sym_RBRACE] = ACTIONS(871), + [anon_sym_LPAREN] = ACTIONS(709), + [anon_sym_fn] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(713), + [anon_sym_DASH] = ACTIONS(713), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_struct] = ACTIONS(717), + [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(719), + [anon_sym_go] = ACTIONS(721), + [anon_sym_spawn] = ACTIONS(723), + [anon_sym_json_DOTdecode] = ACTIONS(725), + [anon_sym_LBRACK2] = ACTIONS(727), + [anon_sym_TILDE] = ACTIONS(713), + [anon_sym_CARET] = ACTIONS(713), + [anon_sym_AMP] = ACTIONS(729), + [anon_sym_LT_DASH] = ACTIONS(731), + [sym_none] = ACTIONS(733), + [sym_true] = ACTIONS(733), + [sym_false] = ACTIONS(733), + [sym_nil] = ACTIONS(733), + [anon_sym_if] = ACTIONS(735), + [anon_sym_else] = ACTIONS(737), + [anon_sym_DOLLARif] = ACTIONS(739), + [anon_sym_match] = ACTIONS(741), + [anon_sym_select] = ACTIONS(743), + [anon_sym_lock] = ACTIONS(745), + [anon_sym_rlock] = ACTIONS(745), + [anon_sym_unsafe] = ACTIONS(747), + [anon_sym_sql] = ACTIONS(749), + [sym_int_literal] = ACTIONS(733), + [sym_float_literal] = ACTIONS(751), + [sym_rune_literal] = ACTIONS(751), + [sym_pseudo_compile_time_identifier] = ACTIONS(753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(755), + [sym___single_quote] = ACTIONS(757), + [sym___c_double_quote] = ACTIONS(759), + [sym___c_single_quote] = ACTIONS(761), + [sym___r_double_quote] = ACTIONS(763), + [sym___r_single_quote] = ACTIONS(765), }, [109] = { [sym_line_comment] = STATE(109), [sym_block_comment] = STATE(109), - [sym__expression] = STATE(1681), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_strictly_expression_list] = STATE(4132), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(840), - [sym_mutable_expression] = STATE(3386), - [sym_expression_list] = STATE(3418), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_simple_statement] = STATE(4630), - [sym_var_declaration] = STATE(4132), - [sym_var_definition_list] = STATE(4610), - [sym_var_definition] = STATE(3978), - [sym_assignment_statement] = STATE(4132), - [sym_block] = STATE(3795), - [sym_range_clause] = STATE(4199), - [sym_for_clause] = STATE(4199), - [sym_identifier] = ACTIONS(807), + [sym__expression] = STATE(1705), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_strictly_expression_list] = STATE(4140), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(773), + [sym_mutable_expression] = STATE(3387), + [sym_expression_list] = STATE(3417), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_simple_statement] = STATE(4632), + [sym_var_declaration] = STATE(4140), + [sym_var_definition_list] = STATE(4612), + [sym_var_definition] = STATE(3986), + [sym_assignment_statement] = STATE(4140), + [sym_block] = STATE(1534), + [sym_mut_is_clause] = STATE(4227), + [sym_range_clause] = STATE(4227), + [sym_for_clause] = STATE(4227), + [sym_identifier] = ACTIONS(783), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(809), - [anon_sym_DOT] = ACTIONS(811), + [anon_sym_SEMI] = ACTIONS(785), + [anon_sym_DOT] = ACTIONS(787), [anon_sym_LBRACE] = ACTIONS(873), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(825), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), + [anon_sym_mut] = ACTIONS(801), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [110] = { [sym_line_comment] = STATE(110), [sym_block_comment] = STATE(110), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4715), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(118), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4465), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -35261,77 +35276,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [111] = { [sym_line_comment] = STATE(111), [sym_block_comment] = STATE(111), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4631), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4629), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -35388,78 +35403,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [112] = { [sym_line_comment] = STATE(112), [sym_block_comment] = STATE(112), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4651), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(131), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4466), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -35515,77 +35530,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [113] = { [sym_line_comment] = STATE(113), [sym_block_comment] = STATE(113), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4642), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4714), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -35642,78 +35657,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [114] = { [sym_line_comment] = STATE(114), [sym_block_comment] = STATE(114), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4585), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(149), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4572), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(126), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -35769,78 +35784,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [115] = { [sym_line_comment] = STATE(115), [sym_block_comment] = STATE(115), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4442), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(134), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4616), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -35896,78 +35911,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [116] = { [sym_line_comment] = STATE(116), [sym_block_comment] = STATE(116), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4652), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(149), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4693), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(137), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -36023,78 +36038,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [117] = { [sym_line_comment] = STATE(117), [sym_block_comment] = STATE(117), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4441), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(149), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4595), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(113), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -36150,78 +36165,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [118] = { [sym_line_comment] = STATE(118), [sym_block_comment] = STATE(118), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4711), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(149), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4614), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(121), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -36277,78 +36292,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [119] = { [sym_line_comment] = STATE(119), [sym_block_comment] = STATE(119), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4430), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(144), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4759), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(141), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -36404,77 +36419,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [120] = { [sym_line_comment] = STATE(120), [sym_block_comment] = STATE(120), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4593), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4636), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -36531,77 +36546,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [121] = { [sym_line_comment] = STATE(121), [sym_block_comment] = STATE(121), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4684), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4610), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -36658,77 +36673,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [122] = { [sym_line_comment] = STATE(122), [sym_block_comment] = STATE(122), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4547), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4587), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -36785,77 +36800,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [123] = { [sym_line_comment] = STATE(123), [sym_block_comment] = STATE(123), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4716), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4712), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -36912,78 +36927,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [124] = { [sym_line_comment] = STATE(124), [sym_block_comment] = STATE(124), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4634), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(113), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4569), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -37039,78 +37054,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [125] = { [sym_line_comment] = STATE(125), [sym_block_comment] = STATE(125), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4701), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(149), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4716), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(123), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -37166,77 +37181,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [126] = { [sym_line_comment] = STATE(126), [sym_block_comment] = STATE(126), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4755), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4576), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -37293,78 +37308,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [127] = { [sym_line_comment] = STATE(127), [sym_block_comment] = STATE(127), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4694), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(125), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4717), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -37420,77 +37435,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [128] = { [sym_line_comment] = STATE(128), [sym_block_comment] = STATE(128), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4692), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4439), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -37547,77 +37562,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [129] = { [sym_line_comment] = STATE(129), [sym_block_comment] = STATE(129), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4470), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4594), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -37674,78 +37689,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [130] = { [sym_line_comment] = STATE(130), [sym_block_comment] = STATE(130), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4545), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(122), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4581), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(120), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -37801,78 +37816,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [131] = { [sym_line_comment] = STATE(131), [sym_block_comment] = STATE(131), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4629), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(149), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4442), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(112), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -37928,78 +37943,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [132] = { [sym_line_comment] = STATE(132), [sym_block_comment] = STATE(132), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4757), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(126), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4471), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(110), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -38055,78 +38070,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [133] = { [sym_line_comment] = STATE(133), [sym_block_comment] = STATE(133), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4611), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(149), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4633), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(138), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -38182,77 +38197,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [134] = { [sym_line_comment] = STATE(134), [sym_block_comment] = STATE(134), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4466), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4657), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -38309,78 +38324,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [135] = { [sym_line_comment] = STATE(135), [sym_block_comment] = STATE(135), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4616), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(133), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4472), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -38436,78 +38451,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [136] = { [sym_line_comment] = STATE(136), [sym_block_comment] = STATE(136), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4696), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(121), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4549), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -38563,77 +38578,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [137] = { [sym_line_comment] = STATE(137), [sym_block_comment] = STATE(137), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4621), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4682), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -38690,77 +38705,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [138] = { [sym_line_comment] = STATE(138), [sym_block_comment] = STATE(138), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4456), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4639), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -38817,77 +38832,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [139] = { [sym_line_comment] = STATE(139), [sym_block_comment] = STATE(139), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4568), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4698), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -38944,77 +38959,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [140] = { [sym_line_comment] = STATE(140), [sym_block_comment] = STATE(140), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4697), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4699), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -39071,78 +39086,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [141] = { [sym_line_comment] = STATE(141), [sym_block_comment] = STATE(141), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4574), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4757), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -39198,77 +39213,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [142] = { [sym_line_comment] = STATE(142), [sym_block_comment] = STATE(142), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4543), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4544), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -39325,78 +39340,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [143] = { [sym_line_comment] = STATE(143), [sym_block_comment] = STATE(143), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4454), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(145), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4546), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(136), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -39452,77 +39467,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [144] = { [sym_line_comment] = STATE(144), [sym_block_comment] = STATE(144), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4712), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4443), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -39579,77 +39594,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [145] = { [sym_line_comment] = STATE(145), [sym_block_comment] = STATE(145), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4443), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4704), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -39706,78 +39721,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [146] = { [sym_line_comment] = STATE(146), [sym_block_comment] = STATE(146), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4575), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(149), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4742), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(145), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -39833,78 +39848,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [147] = { [sym_line_comment] = STATE(147), [sym_block_comment] = STATE(147), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4463), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(149), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4445), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -39960,78 +39975,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [148] = { [sym_line_comment] = STATE(148), [sym_block_comment] = STATE(148), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_select_else_arn_clause] = STATE(4469), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), - [aux_sym_select_expression_repeat1] = STATE(147), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_select_else_arn_clause] = STATE(4446), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), + [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(701), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -40087,76 +40102,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [149] = { [sym_line_comment] = STATE(149), [sym_block_comment] = STATE(149), - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(1953), - [sym__expression_with_blocks] = STATE(2924), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2922), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2922), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2922), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2922), - [sym_compile_time_if_expression] = STATE(2922), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2922), - [sym_select_expression] = STATE(2922), + [sym__expression] = STATE(2830), + [sym__expression_without_blocks] = STATE(1959), + [sym__expression_with_blocks] = STATE(2959), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2928), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2928), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2928), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2928), + [sym_compile_time_if_expression] = STATE(2928), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2928), + [sym_select_expression] = STATE(2928), [sym_select_arm] = STATE(2191), - [sym_select_arm_statement] = STATE(4413), - [sym_select_var_declaration] = STATE(4459), - [sym_lock_expression] = STATE(2922), - [sym_unsafe_expression] = STATE(2922), - [sym_sql_expression] = STATE(2922), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(468), - [sym_mutable_identifier] = STATE(3873), - [sym_identifier_list] = STATE(4455), - [sym_expression_without_blocks_list] = STATE(3390), - [sym_plain_type] = STATE(4144), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_send_statement] = STATE(4459), + [sym_select_arm_statement] = STATE(4412), + [sym_select_var_declaration] = STATE(4461), + [sym_lock_expression] = STATE(2928), + [sym_unsafe_expression] = STATE(2928), + [sym_sql_expression] = STATE(2928), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(475), + [sym_mutable_identifier] = STATE(3870), + [sym_identifier_list] = STATE(4457), + [sym_expression_without_blocks_list] = STATE(3392), + [sym_plain_type] = STATE(4146), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_send_statement] = STATE(4461), [aux_sym_select_expression_repeat1] = STATE(149), [sym_identifier] = ACTIONS(953), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -40213,76 +40228,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [150] = { [sym_line_comment] = STATE(150), [sym_block_comment] = STATE(150), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arms] = STATE(4628), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(188), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arms] = STATE(4476), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(184), [sym_identifier] = ACTIONS(1071), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -40338,207 +40353,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [151] = { [sym_line_comment] = STATE(151), [sym_block_comment] = STATE(151), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_short_lambda] = STATE(4491), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(204), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arms] = STATE(4568), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(184), + [sym_identifier] = ACTIONS(1071), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(631), - [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_RPAREN] = ACTIONS(1139), - [anon_sym_PIPE] = ACTIONS(1141), - [anon_sym_fn] = ACTIONS(641), - [anon_sym_PLUS] = ACTIONS(643), - [anon_sym_DASH] = ACTIONS(643), - [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), - [anon_sym_struct] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_RBRACE] = ACTIONS(1137), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(655), - [anon_sym_go] = ACTIONS(657), - [anon_sym_spawn] = ACTIONS(659), - [anon_sym_json_DOTdecode] = ACTIONS(661), - [anon_sym_LBRACK2] = ACTIONS(663), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_CARET] = ACTIONS(643), - [anon_sym_AMP] = ACTIONS(665), - [anon_sym_LT_DASH] = ACTIONS(667), - [sym_none] = ACTIONS(669), - [sym_true] = ACTIONS(669), - [sym_false] = ACTIONS(669), - [sym_nil] = ACTIONS(669), - [anon_sym_if] = ACTIONS(671), - [anon_sym_DOLLARif] = ACTIONS(673), - [anon_sym_match] = ACTIONS(675), - [anon_sym_select] = ACTIONS(677), - [anon_sym_lock] = ACTIONS(679), - [anon_sym_rlock] = ACTIONS(679), - [anon_sym_unsafe] = ACTIONS(681), - [anon_sym_sql] = ACTIONS(683), - [sym_int_literal] = ACTIONS(669), - [sym_float_literal] = ACTIONS(685), - [sym_rune_literal] = ACTIONS(685), - [sym_pseudo_compile_time_identifier] = ACTIONS(687), + [anon_sym_BANG] = ACTIONS(1089), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(1099), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_else] = ACTIONS(1107), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(1113), + [anon_sym_lock] = ACTIONS(1115), + [anon_sym_rlock] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(689), - [sym___single_quote] = ACTIONS(691), - [sym___c_double_quote] = ACTIONS(693), - [sym___c_single_quote] = ACTIONS(695), - [sym___r_double_quote] = ACTIONS(697), - [sym___r_single_quote] = ACTIONS(699), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [152] = { [sym_line_comment] = STATE(152), [sym_block_comment] = STATE(152), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arms] = STATE(4474), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(188), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arms] = STATE(4543), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(184), [sym_identifier] = ACTIONS(1071), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_RBRACE] = ACTIONS(1145), + [anon_sym_RBRACE] = ACTIONS(1139), [anon_sym_LPAREN] = ACTIONS(1079), [anon_sym_fn] = ACTIONS(1081), [anon_sym_PLUS] = ACTIONS(1083), @@ -40588,88 +40603,338 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [153] = { [sym_line_comment] = STATE(153), [sym_block_comment] = STATE(153), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_short_lambda] = STATE(4495), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arms] = STATE(4696), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(184), + [sym_identifier] = ACTIONS(1071), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_RBRACE] = ACTIONS(1141), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1089), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(1099), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_else] = ACTIONS(1107), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(1113), + [anon_sym_lock] = ACTIONS(1115), + [anon_sym_rlock] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), + }, + [154] = { + [sym_line_comment] = STATE(154), + [sym_block_comment] = STATE(154), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arms] = STATE(4703), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(184), + [sym_identifier] = ACTIONS(1071), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_RBRACE] = ACTIONS(1143), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1089), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(1099), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_else] = ACTIONS(1107), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(1113), + [anon_sym_lock] = ACTIONS(1115), + [anon_sym_rlock] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), + }, + [155] = { + [sym_line_comment] = STATE(155), + [sym_block_comment] = STATE(155), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_short_lambda] = STATE(4678), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(194), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), [anon_sym_RPAREN] = ACTIONS(1147), - [anon_sym_PIPE] = ACTIONS(1141), + [anon_sym_PIPE] = ACTIONS(1149), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -40710,216 +40975,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [154] = { - [sym_line_comment] = STATE(154), - [sym_block_comment] = STATE(154), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arms] = STATE(4437), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(188), - [sym_identifier] = ACTIONS(1071), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_RBRACE] = ACTIONS(1149), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(1085), - [anon_sym_struct] = ACTIONS(1087), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1089), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(1099), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_else] = ACTIONS(1107), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(1113), - [anon_sym_lock] = ACTIONS(1115), - [anon_sym_rlock] = ACTIONS(1115), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), - }, - [155] = { - [sym_line_comment] = STATE(155), - [sym_block_comment] = STATE(155), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_short_lambda] = STATE(4670), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [156] = { + [sym_line_comment] = STATE(156), + [sym_block_comment] = STATE(156), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_short_lambda] = STATE(4469), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [aux_sym_argument_list_repeat1] = STATE(197), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_RPAREN] = ACTIONS(1151), - [anon_sym_PIPE] = ACTIONS(1141), + [anon_sym_RPAREN] = ACTIONS(1153), + [anon_sym_PIPE] = ACTIONS(1149), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -40960,216 +41100,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [156] = { - [sym_line_comment] = STATE(156), - [sym_block_comment] = STATE(156), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arms] = STATE(4702), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(188), - [sym_identifier] = ACTIONS(1071), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_RBRACE] = ACTIONS(1153), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(1085), - [anon_sym_struct] = ACTIONS(1087), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1089), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(1099), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_else] = ACTIONS(1107), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(1113), - [anon_sym_lock] = ACTIONS(1115), - [anon_sym_rlock] = ACTIONS(1115), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), - }, [157] = { [sym_line_comment] = STATE(157), [sym_block_comment] = STATE(157), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_short_lambda] = STATE(4475), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(192), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_short_lambda] = STATE(4728), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(201), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), [anon_sym_RPAREN] = ACTIONS(1155), - [anon_sym_PIPE] = ACTIONS(1141), + [anon_sym_PIPE] = ACTIONS(1149), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -41213,88 +41228,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [158] = { [sym_line_comment] = STATE(158), [sym_block_comment] = STATE(158), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_short_lambda] = STATE(4730), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(198), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_short_lambda] = STATE(4669), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), [anon_sym_RPAREN] = ACTIONS(1157), - [anon_sym_PIPE] = ACTIONS(1141), + [anon_sym_PIPE] = ACTIONS(1149), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -41338,88 +41353,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [159] = { [sym_line_comment] = STATE(159), [sym_block_comment] = STATE(159), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_short_lambda] = STATE(4521), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(196), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_short_lambda] = STATE(4651), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(193), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), [anon_sym_RPAREN] = ACTIONS(1159), - [anon_sym_PIPE] = ACTIONS(1141), + [anon_sym_PIPE] = ACTIONS(1149), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -41463,76 +41478,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [160] = { [sym_line_comment] = STATE(160), [sym_block_comment] = STATE(160), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arms] = STATE(4542), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(188), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arms] = STATE(4658), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(184), [sym_identifier] = ACTIONS(1071), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -41588,88 +41603,213 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [161] = { [sym_line_comment] = STATE(161), [sym_block_comment] = STATE(161), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_short_lambda] = STATE(4615), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(201), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arms] = STATE(4456), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(184), + [sym_identifier] = ACTIONS(1071), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_RBRACE] = ACTIONS(1163), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1089), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(1099), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_else] = ACTIONS(1107), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(1113), + [anon_sym_lock] = ACTIONS(1115), + [anon_sym_rlock] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), + }, + [162] = { + [sym_line_comment] = STATE(162), + [sym_block_comment] = STATE(162), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_short_lambda] = STATE(4521), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(202), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_RPAREN] = ACTIONS(1163), - [anon_sym_PIPE] = ACTIONS(1141), + [anon_sym_RPAREN] = ACTIONS(1165), + [anon_sym_PIPE] = ACTIONS(1149), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -41710,85 +41850,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [162] = { - [sym_line_comment] = STATE(162), - [sym_block_comment] = STATE(162), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arms] = STATE(4657), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(188), + [163] = { + [sym_line_comment] = STATE(163), + [sym_block_comment] = STATE(163), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arms] = STATE(4646), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(184), [sym_identifier] = ACTIONS(1071), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_RBRACE] = ACTIONS(1165), + [anon_sym_RBRACE] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(1079), [anon_sym_fn] = ACTIONS(1081), [anon_sym_PLUS] = ACTIONS(1083), @@ -41835,91 +41975,216 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [163] = { - [sym_line_comment] = STATE(163), - [sym_block_comment] = STATE(163), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_short_lambda] = STATE(4658), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(203), - [sym_identifier] = ACTIONS(1137), + [164] = { + [sym_line_comment] = STATE(164), + [sym_block_comment] = STATE(164), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arms] = STATE(4578), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(184), + [sym_identifier] = ACTIONS(1071), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_RBRACE] = ACTIONS(1169), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1089), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(1099), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_else] = ACTIONS(1107), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(1113), + [anon_sym_lock] = ACTIONS(1115), + [anon_sym_rlock] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), + }, + [165] = { + [sym_line_comment] = STATE(165), + [sym_block_comment] = STATE(165), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_short_lambda] = STATE(4617), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(195), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_RPAREN] = ACTIONS(1167), - [anon_sym_PIPE] = ACTIONS(1141), + [anon_sym_RPAREN] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1149), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -41960,329 +42225,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [164] = { - [sym_line_comment] = STATE(164), - [sym_block_comment] = STATE(164), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arms] = STATE(4719), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(188), - [sym_identifier] = ACTIONS(1071), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_RBRACE] = ACTIONS(1169), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(1085), - [anon_sym_struct] = ACTIONS(1087), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1089), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(1099), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_else] = ACTIONS(1107), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(1113), - [anon_sym_lock] = ACTIONS(1115), - [anon_sym_rlock] = ACTIONS(1115), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), - }, - [165] = { - [sym_line_comment] = STATE(165), - [sym_block_comment] = STATE(165), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arms] = STATE(4576), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(188), - [sym_identifier] = ACTIONS(1071), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_RBRACE] = ACTIONS(1171), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(1085), - [anon_sym_struct] = ACTIONS(1087), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1089), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(1099), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_else] = ACTIONS(1107), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(1113), - [anon_sym_lock] = ACTIONS(1115), - [anon_sym_rlock] = ACTIONS(1115), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), - }, [166] = { [sym_line_comment] = STATE(166), [sym_block_comment] = STATE(166), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arms] = STATE(4623), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(188), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arms] = STATE(4721), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(184), [sym_identifier] = ACTIONS(1071), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -42338,213 +42353,213 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [167] = { [sym_line_comment] = STATE(167), [sym_block_comment] = STATE(167), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arms] = STATE(4457), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(188), - [sym_identifier] = ACTIONS(1071), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_short_lambda] = STATE(4736), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(204), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_RBRACE] = ACTIONS(1175), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(1085), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(631), + [anon_sym_LBRACE] = ACTIONS(633), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(1175), + [anon_sym_PIPE] = ACTIONS(1149), + [anon_sym_fn] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_STAR] = ACTIONS(645), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), + [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1089), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(1099), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_else] = ACTIONS(1107), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(1113), - [anon_sym_lock] = ACTIONS(1115), - [anon_sym_rlock] = ACTIONS(1115), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(655), + [anon_sym_go] = ACTIONS(657), + [anon_sym_spawn] = ACTIONS(659), + [anon_sym_json_DOTdecode] = ACTIONS(661), + [anon_sym_LBRACK2] = ACTIONS(663), + [anon_sym_TILDE] = ACTIONS(643), + [anon_sym_CARET] = ACTIONS(643), + [anon_sym_AMP] = ACTIONS(665), + [anon_sym_LT_DASH] = ACTIONS(667), + [sym_none] = ACTIONS(669), + [sym_true] = ACTIONS(669), + [sym_false] = ACTIONS(669), + [sym_nil] = ACTIONS(669), + [anon_sym_if] = ACTIONS(671), + [anon_sym_DOLLARif] = ACTIONS(673), + [anon_sym_match] = ACTIONS(675), + [anon_sym_select] = ACTIONS(677), + [anon_sym_lock] = ACTIONS(679), + [anon_sym_rlock] = ACTIONS(679), + [anon_sym_unsafe] = ACTIONS(681), + [anon_sym_sql] = ACTIONS(683), + [sym_int_literal] = ACTIONS(669), + [sym_float_literal] = ACTIONS(685), + [sym_rune_literal] = ACTIONS(685), + [sym_pseudo_compile_time_identifier] = ACTIONS(687), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(689), + [sym___single_quote] = ACTIONS(691), + [sym___c_double_quote] = ACTIONS(693), + [sym___c_single_quote] = ACTIONS(695), + [sym___r_double_quote] = ACTIONS(697), + [sym___r_single_quote] = ACTIONS(699), }, [168] = { [sym_line_comment] = STATE(168), [sym_block_comment] = STATE(168), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_short_lambda] = STATE(4736), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_short_lambda] = STATE(4497), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(192), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), [anon_sym_RPAREN] = ACTIONS(1177), - [anon_sym_PIPE] = ACTIONS(1141), + [anon_sym_PIPE] = ACTIONS(1149), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -42588,338 +42603,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [169] = { [sym_line_comment] = STATE(169), [sym_block_comment] = STATE(169), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arms] = STATE(4567), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(188), - [sym_identifier] = ACTIONS(1071), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_RBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(1085), - [anon_sym_struct] = ACTIONS(1087), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1089), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(1099), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_else] = ACTIONS(1107), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(1113), - [anon_sym_lock] = ACTIONS(1115), - [anon_sym_rlock] = ACTIONS(1115), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), - }, - [170] = { - [sym_line_comment] = STATE(170), - [sym_block_comment] = STATE(170), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arms] = STATE(4644), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(188), - [sym_identifier] = ACTIONS(1071), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_RBRACE] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(1085), - [anon_sym_struct] = ACTIONS(1087), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1089), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(1099), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_else] = ACTIONS(1107), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(1113), - [anon_sym_lock] = ACTIONS(1115), - [anon_sym_rlock] = ACTIONS(1115), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), - }, - [171] = { - [sym_line_comment] = STATE(171), - [sym_block_comment] = STATE(171), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_short_lambda] = STATE(4677), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(202), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_short_lambda] = STATE(4447), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(196), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_RPAREN] = ACTIONS(1183), - [anon_sym_PIPE] = ACTIONS(1141), + [anon_sym_RPAREN] = ACTIONS(1179), + [anon_sym_PIPE] = ACTIONS(1149), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -42960,91 +42725,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [172] = { - [sym_line_comment] = STATE(172), - [sym_block_comment] = STATE(172), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_short_lambda] = STATE(4445), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(193), - [sym_identifier] = ACTIONS(1137), + [170] = { + [sym_line_comment] = STATE(170), + [sym_block_comment] = STATE(170), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_short_lambda] = STATE(4513), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(199), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_RPAREN] = ACTIONS(1185), - [anon_sym_PIPE] = ACTIONS(1141), + [anon_sym_RPAREN] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1149), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -43085,85 +42850,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [173] = { - [sym_line_comment] = STATE(173), - [sym_block_comment] = STATE(173), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arms] = STATE(4690), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(188), + [171] = { + [sym_line_comment] = STATE(171), + [sym_block_comment] = STATE(171), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arms] = STATE(4444), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(184), [sym_identifier] = ACTIONS(1071), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_RBRACE] = ACTIONS(1187), + [anon_sym_RBRACE] = ACTIONS(1183), [anon_sym_LPAREN] = ACTIONS(1079), [anon_sym_fn] = ACTIONS(1081), [anon_sym_PLUS] = ACTIONS(1083), @@ -43210,91 +42975,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [174] = { - [sym_line_comment] = STATE(174), - [sym_block_comment] = STATE(174), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_short_lambda] = STATE(4554), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(1137), + [172] = { + [sym_line_comment] = STATE(172), + [sym_block_comment] = STATE(172), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_short_lambda] = STATE(4555), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(198), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_RPAREN] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1141), + [anon_sym_RPAREN] = ACTIONS(1185), + [anon_sym_PIPE] = ACTIONS(1149), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -43335,79 +43100,329 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, + [173] = { + [sym_line_comment] = STATE(173), + [sym_block_comment] = STATE(173), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arms] = STATE(4626), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(184), + [sym_identifier] = ACTIONS(1071), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_RBRACE] = ACTIONS(1187), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1089), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(1099), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_else] = ACTIONS(1107), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(1113), + [anon_sym_lock] = ACTIONS(1115), + [anon_sym_rlock] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), + }, + [174] = { + [sym_line_comment] = STATE(174), + [sym_block_comment] = STATE(174), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arms] = STATE(4618), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(184), + [sym_identifier] = ACTIONS(1071), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_RBRACE] = ACTIONS(1189), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1089), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(1099), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_else] = ACTIONS(1107), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(1113), + [anon_sym_lock] = ACTIONS(1115), + [anon_sym_rlock] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), + }, [175] = { [sym_line_comment] = STATE(175), [sym_block_comment] = STATE(175), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4549), - [sym_short_element_list] = STATE(4632), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1172), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4628), + [sym_short_element_list] = STATE(4627), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1190), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -43462,81 +43477,329 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [176] = { [sym_line_comment] = STATE(176), [sym_block_comment] = STATE(176), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4619), - [sym_short_element_list] = STATE(4620), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1172), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(176), + [sym_identifier] = ACTIONS(1193), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1196), + [anon_sym_LBRACE] = ACTIONS(1199), + [anon_sym_RBRACE] = ACTIONS(1202), + [anon_sym_LPAREN] = ACTIONS(1204), + [anon_sym_fn] = ACTIONS(1207), + [anon_sym_PLUS] = ACTIONS(1210), + [anon_sym_DASH] = ACTIONS(1210), + [anon_sym_STAR] = ACTIONS(1213), + [anon_sym_struct] = ACTIONS(1216), + [anon_sym_mut] = ACTIONS(1219), + [anon_sym_QMARK] = ACTIONS(1222), + [anon_sym_BANG] = ACTIONS(1225), + [anon_sym_go] = ACTIONS(1228), + [anon_sym_spawn] = ACTIONS(1231), + [anon_sym_json_DOTdecode] = ACTIONS(1234), + [anon_sym_LBRACK2] = ACTIONS(1237), + [anon_sym_TILDE] = ACTIONS(1210), + [anon_sym_CARET] = ACTIONS(1210), + [anon_sym_AMP] = ACTIONS(1240), + [anon_sym_LT_DASH] = ACTIONS(1243), + [sym_none] = ACTIONS(1246), + [sym_true] = ACTIONS(1246), + [sym_false] = ACTIONS(1246), + [sym_nil] = ACTIONS(1246), + [anon_sym_if] = ACTIONS(1249), + [anon_sym_else] = ACTIONS(1252), + [anon_sym_DOLLARif] = ACTIONS(1255), + [anon_sym_match] = ACTIONS(1258), + [anon_sym_select] = ACTIONS(1261), + [anon_sym_lock] = ACTIONS(1264), + [anon_sym_rlock] = ACTIONS(1264), + [anon_sym_unsafe] = ACTIONS(1267), + [anon_sym_sql] = ACTIONS(1270), + [sym_int_literal] = ACTIONS(1246), + [sym_float_literal] = ACTIONS(1273), + [sym_rune_literal] = ACTIONS(1273), + [sym_pseudo_compile_time_identifier] = ACTIONS(1276), + [anon_sym_shared] = ACTIONS(1279), + [anon_sym_map_LBRACK] = ACTIONS(1282), + [anon_sym_chan] = ACTIONS(1285), + [anon_sym_thread] = ACTIONS(1288), + [anon_sym_atomic] = ACTIONS(1291), + [sym___double_quote] = ACTIONS(1294), + [sym___single_quote] = ACTIONS(1297), + [sym___c_double_quote] = ACTIONS(1300), + [sym___c_single_quote] = ACTIONS(1303), + [sym___r_double_quote] = ACTIONS(1306), + [sym___r_single_quote] = ACTIONS(1309), + }, + [177] = { + [sym_line_comment] = STATE(177), + [sym_block_comment] = STATE(177), + [sym__expression] = STATE(2657), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2875), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2884), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4556), + [sym_attribute_expression] = STATE(4016), + [sym_if_attribute] = STATE(4206), + [sym__plain_attribute] = STATE(4206), + [sym_literal_attribute] = STATE(4211), + [sym_value_attribute] = STATE(4011), + [sym_key_value_attribute] = STATE(4211), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1344), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1354), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [178] = { + [sym_line_comment] = STATE(178), + [sym_block_comment] = STATE(178), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4702), + [sym_short_element_list] = STATE(4690), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1190), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_RBRACE] = ACTIONS(1193), + [anon_sym_RBRACE] = ACTIONS(1376), [anon_sym_LPAREN] = ACTIONS(637), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), @@ -43583,84 +43846,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [177] = { - [sym_line_comment] = STATE(177), - [sym_block_comment] = STATE(177), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4700), - [sym_short_element_list] = STATE(4738), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1172), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_element_list_repeat1] = STATE(3521), + [179] = { + [sym_line_comment] = STATE(179), + [sym_block_comment] = STATE(179), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4720), + [sym_short_element_list] = STATE(4718), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1190), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_RBRACE] = ACTIONS(1195), + [anon_sym_RBRACE] = ACTIONS(1378), [anon_sym_LPAREN] = ACTIONS(637), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), @@ -43707,84 +43970,208 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [178] = { - [sym_line_comment] = STATE(178), - [sym_block_comment] = STATE(178), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4682), - [sym_short_element_list] = STATE(4688), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1172), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_element_list_repeat1] = STATE(3521), + [180] = { + [sym_line_comment] = STATE(180), + [sym_block_comment] = STATE(180), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1341), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1430), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1433), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_attribute_expression] = STATE(4016), + [sym_if_attribute] = STATE(4206), + [sym__plain_attribute] = STATE(4206), + [sym_literal_attribute] = STATE(4211), + [sym_value_attribute] = STATE(4011), + [sym_key_value_attribute] = STATE(4211), + [aux_sym__array_repeat1] = STATE(378), + [sym_identifier] = ACTIONS(1380), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1396), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1424), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), + }, + [181] = { + [sym_line_comment] = STATE(181), + [sym_block_comment] = STATE(181), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4684), + [sym_short_element_list] = STATE(4689), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1190), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_RBRACE] = ACTIONS(1197), + [anon_sym_RBRACE] = ACTIONS(1446), [anon_sym_LPAREN] = ACTIONS(637), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), @@ -43831,451 +44218,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [179] = { - [sym_line_comment] = STATE(179), - [sym_block_comment] = STATE(179), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(179), - [sym_identifier] = ACTIONS(1199), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1202), - [anon_sym_LBRACE] = ACTIONS(1205), - [anon_sym_RBRACE] = ACTIONS(1208), - [anon_sym_LPAREN] = ACTIONS(1210), - [anon_sym_fn] = ACTIONS(1213), - [anon_sym_PLUS] = ACTIONS(1216), - [anon_sym_DASH] = ACTIONS(1216), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1222), - [anon_sym_mut] = ACTIONS(1225), - [anon_sym_QMARK] = ACTIONS(1228), - [anon_sym_BANG] = ACTIONS(1231), - [anon_sym_go] = ACTIONS(1234), - [anon_sym_spawn] = ACTIONS(1237), - [anon_sym_json_DOTdecode] = ACTIONS(1240), - [anon_sym_LBRACK2] = ACTIONS(1243), - [anon_sym_TILDE] = ACTIONS(1216), - [anon_sym_CARET] = ACTIONS(1216), - [anon_sym_AMP] = ACTIONS(1246), - [anon_sym_LT_DASH] = ACTIONS(1249), - [sym_none] = ACTIONS(1252), - [sym_true] = ACTIONS(1252), - [sym_false] = ACTIONS(1252), - [sym_nil] = ACTIONS(1252), - [anon_sym_if] = ACTIONS(1255), - [anon_sym_else] = ACTIONS(1258), - [anon_sym_DOLLARif] = ACTIONS(1261), - [anon_sym_match] = ACTIONS(1264), - [anon_sym_select] = ACTIONS(1267), - [anon_sym_lock] = ACTIONS(1270), - [anon_sym_rlock] = ACTIONS(1270), - [anon_sym_unsafe] = ACTIONS(1273), - [anon_sym_sql] = ACTIONS(1276), - [sym_int_literal] = ACTIONS(1252), - [sym_float_literal] = ACTIONS(1279), - [sym_rune_literal] = ACTIONS(1279), - [sym_pseudo_compile_time_identifier] = ACTIONS(1282), - [anon_sym_shared] = ACTIONS(1285), - [anon_sym_map_LBRACK] = ACTIONS(1288), - [anon_sym_chan] = ACTIONS(1291), - [anon_sym_thread] = ACTIONS(1294), - [anon_sym_atomic] = ACTIONS(1297), - [sym___double_quote] = ACTIONS(1300), - [sym___single_quote] = ACTIONS(1303), - [sym___c_double_quote] = ACTIONS(1306), - [sym___c_single_quote] = ACTIONS(1309), - [sym___r_double_quote] = ACTIONS(1312), - [sym___r_single_quote] = ACTIONS(1315), - }, - [180] = { - [sym_line_comment] = STATE(180), - [sym_block_comment] = STATE(180), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1343), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1427), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_attribute_expression] = STATE(4005), - [sym_if_attribute] = STATE(4204), - [sym__plain_attribute] = STATE(4204), - [sym_literal_attribute] = STATE(4205), - [sym_value_attribute] = STATE(3997), - [sym_key_value_attribute] = STATE(4205), - [aux_sym__array_repeat1] = STATE(368), - [sym_identifier] = ACTIONS(1318), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(1332), - [anon_sym_struct] = ACTIONS(1334), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1352), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1362), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), - }, - [181] = { - [sym_line_comment] = STATE(181), - [sym_block_comment] = STATE(181), - [sym__expression] = STATE(2659), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2827), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2882), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4559), - [sym_attribute_expression] = STATE(4005), - [sym_if_attribute] = STATE(4204), - [sym__plain_attribute] = STATE(4204), - [sym_literal_attribute] = STATE(4205), - [sym_value_attribute] = STATE(3997), - [sym_key_value_attribute] = STATE(4205), - [sym_identifier] = ACTIONS(1384), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1416), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1426), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, [182] = { [sym_line_comment] = STATE(182), [sym_block_comment] = STATE(182), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4728), - [sym_short_element_list] = STATE(4727), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1172), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4489), + [sym_short_element_list] = STATE(4487), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1190), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -44330,76 +44345,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [183] = { [sym_line_comment] = STATE(183), [sym_block_comment] = STATE(183), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4448), - [sym_short_element_list] = STATE(4440), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1172), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4730), + [sym_short_element_list] = STATE(4729), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1190), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -44454,81 +44469,205 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [184] = { [sym_line_comment] = STATE(184), [sym_block_comment] = STATE(184), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2680), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arm] = STATE(2200), + [sym_match_expression_list] = STATE(4289), + [sym_match_arm_type] = STATE(3990), + [sym_match_else_arm_clause] = STATE(2200), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(3993), + [aux_sym_match_arms_repeat1] = STATE(176), + [sym_identifier] = ACTIONS(1071), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_RBRACE] = ACTIONS(1452), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1089), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(1099), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_else] = ACTIONS(1107), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(1113), + [anon_sym_lock] = ACTIONS(1115), + [anon_sym_rlock] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), + }, + [185] = { + [sym_line_comment] = STATE(185), + [sym_block_comment] = STATE(185), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), [sym_element_list] = STATE(4525), - [sym_short_element_list] = STATE(4526), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1172), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_short_element_list] = STATE(4527), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1190), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_RBRACE] = ACTIONS(1452), + [anon_sym_RBRACE] = ACTIONS(1454), [anon_sym_LPAREN] = ACTIONS(637), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), @@ -44575,84 +44714,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [185] = { - [sym_line_comment] = STATE(185), - [sym_block_comment] = STATE(185), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4561), - [sym_short_element_list] = STATE(4563), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1172), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_element_list_repeat1] = STATE(3521), + [186] = { + [sym_line_comment] = STATE(186), + [sym_block_comment] = STATE(186), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4458), + [sym_short_element_list] = STATE(4450), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1190), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_RBRACE] = ACTIONS(1454), + [anon_sym_RBRACE] = ACTIONS(1456), [anon_sym_LPAREN] = ACTIONS(637), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), @@ -44699,84 +44838,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [186] = { - [sym_line_comment] = STATE(186), - [sym_block_comment] = STATE(186), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4724), - [sym_short_element_list] = STATE(4718), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1172), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_element_list_repeat1] = STATE(3521), + [187] = { + [sym_line_comment] = STATE(187), + [sym_block_comment] = STATE(187), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4563), + [sym_short_element_list] = STATE(4564), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1190), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_RBRACE] = ACTIONS(1456), + [anon_sym_RBRACE] = ACTIONS(1458), [anon_sym_LPAREN] = ACTIONS(637), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), @@ -44823,84 +44962,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [187] = { - [sym_line_comment] = STATE(187), - [sym_block_comment] = STATE(187), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4487), + [188] = { + [sym_line_comment] = STATE(188), + [sym_block_comment] = STATE(188), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4484), [sym_short_element_list] = STATE(4485), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1172), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1190), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_RBRACE] = ACTIONS(1458), + [anon_sym_RBRACE] = ACTIONS(1460), [anon_sym_LPAREN] = ACTIONS(637), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), @@ -44947,203 +45086,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [188] = { - [sym_line_comment] = STATE(188), - [sym_block_comment] = STATE(188), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2667), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arm] = STATE(2195), - [sym_match_expression_list] = STATE(4288), - [sym_match_arm_type] = STATE(3985), - [sym_match_else_arm_clause] = STATE(2195), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(3992), - [aux_sym_match_arms_repeat1] = STATE(179), - [sym_identifier] = ACTIONS(1071), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_RBRACE] = ACTIONS(1460), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(1085), - [anon_sym_struct] = ACTIONS(1087), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1089), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(1099), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_else] = ACTIONS(1107), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(1113), - [anon_sym_lock] = ACTIONS(1115), - [anon_sym_rlock] = ACTIONS(1115), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), - }, [189] = { [sym_line_comment] = STATE(189), [sym_block_comment] = STATE(189), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4465), - [sym_short_element_list] = STATE(4464), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1172), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4686), + [sym_short_element_list] = STATE(4688), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1190), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -45198,76 +45213,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [190] = { [sym_line_comment] = STATE(190), [sym_block_comment] = STATE(190), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4680), - [sym_short_element_list] = STATE(4687), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1172), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4464), + [sym_short_element_list] = STATE(4459), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1190), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -45322,76 +45337,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [191] = { [sym_line_comment] = STATE(191), [sym_block_comment] = STATE(191), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_element_list] = STATE(4482), - [sym_short_element_list] = STATE(4483), - [sym_keyed_element] = STATE(3498), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1172), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(3498), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_element_list_repeat1] = STATE(3521), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_element_list] = STATE(4753), + [sym_short_element_list] = STATE(4620), + [sym_keyed_element] = STATE(3500), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1190), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(3500), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_element_list_repeat1] = STATE(3524), [aux_sym_short_element_list_repeat1] = STATE(376), - [sym_identifier] = ACTIONS(1137), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -45446,75 +45461,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [192] = { [sym_line_comment] = STATE(192), [sym_block_comment] = STATE(192), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -45525,7 +45540,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -45569,75 +45584,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [193] = { [sym_line_comment] = STATE(193), [sym_block_comment] = STATE(193), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -45648,7 +45663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -45692,75 +45707,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [194] = { [sym_line_comment] = STATE(194), [sym_block_comment] = STATE(194), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -45771,7 +45786,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -45815,75 +45830,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [195] = { [sym_line_comment] = STATE(195), [sym_block_comment] = STATE(195), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -45894,7 +45909,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -45938,75 +45953,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [196] = { [sym_line_comment] = STATE(196), [sym_block_comment] = STATE(196), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -46017,7 +46032,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -46061,75 +46076,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [197] = { [sym_line_comment] = STATE(197), [sym_block_comment] = STATE(197), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -46140,7 +46155,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -46184,75 +46199,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [198] = { [sym_line_comment] = STATE(198), [sym_block_comment] = STATE(198), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -46263,7 +46278,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -46307,209 +46322,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [199] = { [sym_line_comment] = STATE(199), [sym_block_comment] = STATE(199), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1482), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1485), - [anon_sym_LBRACE] = ACTIONS(1488), - [anon_sym_LPAREN] = ACTIONS(1491), - [anon_sym_RPAREN] = ACTIONS(1494), - [anon_sym_fn] = ACTIONS(1496), - [anon_sym_PLUS] = ACTIONS(1499), - [anon_sym_DASH] = ACTIONS(1499), - [anon_sym_STAR] = ACTIONS(1502), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1505), - [anon_sym_struct] = ACTIONS(1508), - [anon_sym_mut] = ACTIONS(1511), - [anon_sym_QMARK] = ACTIONS(1514), - [anon_sym_BANG] = ACTIONS(1517), - [anon_sym_go] = ACTIONS(1520), - [anon_sym_spawn] = ACTIONS(1523), - [anon_sym_json_DOTdecode] = ACTIONS(1526), - [anon_sym_LBRACK2] = ACTIONS(1529), - [anon_sym_TILDE] = ACTIONS(1499), - [anon_sym_CARET] = ACTIONS(1499), - [anon_sym_AMP] = ACTIONS(1532), - [anon_sym_LT_DASH] = ACTIONS(1535), - [sym_none] = ACTIONS(1538), - [sym_true] = ACTIONS(1538), - [sym_false] = ACTIONS(1538), - [sym_nil] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1541), - [anon_sym_DOLLARif] = ACTIONS(1544), - [anon_sym_match] = ACTIONS(1547), - [anon_sym_select] = ACTIONS(1550), - [anon_sym_lock] = ACTIONS(1553), - [anon_sym_rlock] = ACTIONS(1553), - [anon_sym_unsafe] = ACTIONS(1556), - [anon_sym_sql] = ACTIONS(1559), - [sym_int_literal] = ACTIONS(1538), - [sym_float_literal] = ACTIONS(1562), - [sym_rune_literal] = ACTIONS(1562), - [sym_pseudo_compile_time_identifier] = ACTIONS(1565), - [anon_sym_shared] = ACTIONS(1568), - [anon_sym_map_LBRACK] = ACTIONS(1571), - [anon_sym_chan] = ACTIONS(1574), - [anon_sym_thread] = ACTIONS(1577), - [anon_sym_atomic] = ACTIONS(1580), - [sym___double_quote] = ACTIONS(1583), - [sym___single_quote] = ACTIONS(1586), - [sym___c_double_quote] = ACTIONS(1589), - [sym___c_single_quote] = ACTIONS(1592), - [sym___r_double_quote] = ACTIONS(1595), - [sym___r_single_quote] = ACTIONS(1598), - }, - [200] = { - [sym_line_comment] = STATE(200), - [sym_block_comment] = STATE(200), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_RPAREN] = ACTIONS(1601), + [anon_sym_RPAREN] = ACTIONS(1482), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -46550,89 +46442,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [201] = { - [sym_line_comment] = STATE(201), - [sym_block_comment] = STATE(201), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1137), + [200] = { + [sym_line_comment] = STATE(200), + [sym_block_comment] = STATE(200), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_RPAREN] = ACTIONS(1603), + [anon_sym_RPAREN] = ACTIONS(1484), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -46673,89 +46565,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [202] = { - [sym_line_comment] = STATE(202), - [sym_block_comment] = STATE(202), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1137), + [201] = { + [sym_line_comment] = STATE(201), + [sym_block_comment] = STATE(201), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_RPAREN] = ACTIONS(1605), + [anon_sym_RPAREN] = ACTIONS(1486), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -46796,89 +46688,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [203] = { - [sym_line_comment] = STATE(203), - [sym_block_comment] = STATE(203), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1137), + [202] = { + [sym_line_comment] = STATE(202), + [sym_block_comment] = STATE(202), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_RPAREN] = ACTIONS(1607), + [anon_sym_RPAREN] = ACTIONS(1488), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -46919,78 +46811,201 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, + [203] = { + [sym_line_comment] = STATE(203), + [sym_block_comment] = STATE(203), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1490), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1493), + [anon_sym_LBRACE] = ACTIONS(1496), + [anon_sym_LPAREN] = ACTIONS(1499), + [anon_sym_RPAREN] = ACTIONS(1502), + [anon_sym_fn] = ACTIONS(1504), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1513), + [anon_sym_struct] = ACTIONS(1516), + [anon_sym_mut] = ACTIONS(1519), + [anon_sym_QMARK] = ACTIONS(1522), + [anon_sym_BANG] = ACTIONS(1525), + [anon_sym_go] = ACTIONS(1528), + [anon_sym_spawn] = ACTIONS(1531), + [anon_sym_json_DOTdecode] = ACTIONS(1534), + [anon_sym_LBRACK2] = ACTIONS(1537), + [anon_sym_TILDE] = ACTIONS(1507), + [anon_sym_CARET] = ACTIONS(1507), + [anon_sym_AMP] = ACTIONS(1540), + [anon_sym_LT_DASH] = ACTIONS(1543), + [sym_none] = ACTIONS(1546), + [sym_true] = ACTIONS(1546), + [sym_false] = ACTIONS(1546), + [sym_nil] = ACTIONS(1546), + [anon_sym_if] = ACTIONS(1549), + [anon_sym_DOLLARif] = ACTIONS(1552), + [anon_sym_match] = ACTIONS(1555), + [anon_sym_select] = ACTIONS(1558), + [anon_sym_lock] = ACTIONS(1561), + [anon_sym_rlock] = ACTIONS(1561), + [anon_sym_unsafe] = ACTIONS(1564), + [anon_sym_sql] = ACTIONS(1567), + [sym_int_literal] = ACTIONS(1546), + [sym_float_literal] = ACTIONS(1570), + [sym_rune_literal] = ACTIONS(1570), + [sym_pseudo_compile_time_identifier] = ACTIONS(1573), + [anon_sym_shared] = ACTIONS(1576), + [anon_sym_map_LBRACK] = ACTIONS(1579), + [anon_sym_chan] = ACTIONS(1582), + [anon_sym_thread] = ACTIONS(1585), + [anon_sym_atomic] = ACTIONS(1588), + [sym___double_quote] = ACTIONS(1591), + [sym___single_quote] = ACTIONS(1594), + [sym___c_double_quote] = ACTIONS(1597), + [sym___c_single_quote] = ACTIONS(1600), + [sym___r_double_quote] = ACTIONS(1603), + [sym___r_single_quote] = ACTIONS(1606), + }, [204] = { [sym_line_comment] = STATE(204), [sym_block_comment] = STATE(204), - [sym__expression] = STATE(1150), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_argument] = STATE(1955), - [sym_type_initializer] = STATE(1195), - [sym_keyed_element] = STATE(1957), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1262), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_spread_expression] = STATE(1957), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(733), - [sym_mutable_expression] = STATE(1957), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_argument_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1158), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_argument] = STATE(1958), + [sym_type_initializer] = STATE(1220), + [sym_keyed_element] = STATE(1955), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1242), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_spread_expression] = STATE(1955), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(718), + [sym_mutable_expression] = STATE(1955), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_argument_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -47001,7 +47016,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(643), [anon_sym_DASH] = ACTIONS(643), [anon_sym_STAR] = ACTIONS(645), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1143), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1151), [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), @@ -47045,1004 +47060,882 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [205] = { [sym_line_comment] = STATE(205), [sym_block_comment] = STATE(205), - [sym__expression] = STATE(1815), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_strictly_expression_list] = STATE(4132), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(840), - [sym_mutable_expression] = STATE(3384), - [sym_expression_list] = STATE(3403), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_simple_statement] = STATE(4709), - [sym_var_declaration] = STATE(4132), - [sym_assignment_statement] = STATE(4132), + [sym_reference_expression] = STATE(4449), + [sym_type_reference_expression] = STATE(1010), + [sym_plain_type] = STATE(1037), + [sym__plain_type_without_special] = STATE(1049), + [sym_anon_struct_type] = STATE(1053), + [sym_multi_return_type] = STATE(1049), + [sym_result_type] = STATE(1049), + [sym_option_type] = STATE(1049), + [sym_qualified_type] = STATE(1010), + [sym_fixed_array_type] = STATE(1053), + [sym_array_type] = STATE(1053), + [sym_pointer_type] = STATE(1053), + [sym_wrong_pointer_type] = STATE(1053), + [sym_map_type] = STATE(1053), + [sym_channel_type] = STATE(1053), + [sym_shared_type] = STATE(1053), + [sym_thread_type] = STATE(1053), + [sym_atomic_type] = STATE(1053), + [sym_generic_type] = STATE(1053), + [sym_function_type] = STATE(1053), + [ts_builtin_sym_end] = ACTIONS(621), [sym_identifier] = ACTIONS(1611), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(1613), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_CR] = ACTIONS(623), + [anon_sym_CR_LF] = ACTIONS(623), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(623), + [anon_sym_as] = ACTIONS(623), + [anon_sym_LBRACE] = ACTIONS(623), + [anon_sym_COMMA] = ACTIONS(623), + [anon_sym_const] = ACTIONS(623), + [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym___global] = ACTIONS(623), + [anon_sym_type] = ACTIONS(623), + [anon_sym_PIPE] = ACTIONS(623), + [anon_sym_fn] = ACTIONS(1615), + [anon_sym_PLUS] = ACTIONS(623), + [anon_sym_DASH] = ACTIONS(623), + [anon_sym_STAR] = ACTIONS(1617), + [anon_sym_SLASH] = ACTIONS(623), + [anon_sym_PERCENT] = ACTIONS(623), + [anon_sym_LT] = ACTIONS(623), + [anon_sym_GT] = ACTIONS(623), + [anon_sym_EQ_EQ] = ACTIONS(623), + [anon_sym_BANG_EQ] = ACTIONS(623), + [anon_sym_LT_EQ] = ACTIONS(623), + [anon_sym_GT_EQ] = ACTIONS(623), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_struct] = ACTIONS(1619), + [anon_sym_union] = ACTIONS(623), + [anon_sym_pub] = ACTIONS(623), + [anon_sym_mut] = ACTIONS(623), + [anon_sym_enum] = ACTIONS(623), + [anon_sym_interface] = ACTIONS(623), + [anon_sym_PLUS_PLUS] = ACTIONS(623), + [anon_sym_DASH_DASH] = ACTIONS(623), + [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_BANG] = ACTIONS(1623), + [anon_sym_go] = ACTIONS(623), + [anon_sym_spawn] = ACTIONS(623), + [anon_sym_json_DOTdecode] = ACTIONS(623), + [anon_sym_LBRACK2] = ACTIONS(1625), + [anon_sym_TILDE] = ACTIONS(623), + [anon_sym_CARET] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(1627), + [anon_sym_LT_DASH] = ACTIONS(623), + [anon_sym_LT_LT] = ACTIONS(623), + [anon_sym_GT_GT] = ACTIONS(623), + [anon_sym_GT_GT_GT] = ACTIONS(623), + [anon_sym_AMP_CARET] = ACTIONS(623), + [anon_sym_AMP_AMP] = ACTIONS(623), + [anon_sym_PIPE_PIPE] = ACTIONS(623), + [anon_sym_or] = ACTIONS(623), + [sym_none] = ACTIONS(623), + [sym_true] = ACTIONS(623), + [sym_false] = ACTIONS(623), + [sym_nil] = ACTIONS(623), + [anon_sym_QMARK_DOT] = ACTIONS(623), + [anon_sym_POUND_LBRACK] = ACTIONS(623), + [anon_sym_if] = ACTIONS(623), + [anon_sym_DOLLARif] = ACTIONS(623), + [anon_sym_is] = ACTIONS(623), + [anon_sym_BANGis] = ACTIONS(623), + [anon_sym_in] = ACTIONS(623), + [anon_sym_BANGin] = ACTIONS(623), + [anon_sym_match] = ACTIONS(623), + [anon_sym_select] = ACTIONS(623), + [anon_sym_lock] = ACTIONS(623), + [anon_sym_rlock] = ACTIONS(623), + [anon_sym_unsafe] = ACTIONS(623), + [anon_sym_sql] = ACTIONS(623), + [sym_int_literal] = ACTIONS(623), + [sym_float_literal] = ACTIONS(623), + [sym_rune_literal] = ACTIONS(623), + [sym_pseudo_compile_time_identifier] = ACTIONS(623), + [anon_sym_shared] = ACTIONS(1629), + [anon_sym_map_LBRACK] = ACTIONS(1631), + [anon_sym_chan] = ACTIONS(1633), + [anon_sym_thread] = ACTIONS(1635), + [anon_sym_atomic] = ACTIONS(1637), + [anon_sym_assert] = ACTIONS(623), + [anon_sym_defer] = ACTIONS(623), + [anon_sym_goto] = ACTIONS(623), + [anon_sym_break] = ACTIONS(623), + [anon_sym_continue] = ACTIONS(623), + [anon_sym_return] = ACTIONS(623), + [anon_sym_DOLLARfor] = ACTIONS(623), + [anon_sym_for] = ACTIONS(623), + [anon_sym_POUND] = ACTIONS(623), + [anon_sym_asm] = ACTIONS(623), + [anon_sym_AT_LBRACK] = ACTIONS(623), + [sym___double_quote] = ACTIONS(623), + [sym___single_quote] = ACTIONS(623), + [sym___c_double_quote] = ACTIONS(623), + [sym___c_single_quote] = ACTIONS(623), + [sym___r_double_quote] = ACTIONS(623), + [sym___r_single_quote] = ACTIONS(623), }, [206] = { [sym_line_comment] = STATE(206), [sym_block_comment] = STATE(206), - [sym__expression] = STATE(2342), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(804), - [sym_mutable_expression] = STATE(3575), - [sym_expression_list] = STATE(3796), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), - [anon_sym_LF] = ACTIONS(495), - [anon_sym_CR] = ACTIONS(495), - [anon_sym_CR_LF] = ACTIONS(495), + [sym_reference_expression] = STATE(4449), + [sym_type_reference_expression] = STATE(1010), + [sym_plain_type] = STATE(1067), + [sym__plain_type_without_special] = STATE(1049), + [sym_anon_struct_type] = STATE(1053), + [sym_multi_return_type] = STATE(1049), + [sym_result_type] = STATE(1049), + [sym_option_type] = STATE(1049), + [sym_qualified_type] = STATE(1010), + [sym_fixed_array_type] = STATE(1053), + [sym_array_type] = STATE(1053), + [sym_pointer_type] = STATE(1053), + [sym_wrong_pointer_type] = STATE(1053), + [sym_map_type] = STATE(1053), + [sym_channel_type] = STATE(1053), + [sym_shared_type] = STATE(1053), + [sym_thread_type] = STATE(1053), + [sym_atomic_type] = STATE(1053), + [sym_generic_type] = STATE(1053), + [sym_function_type] = STATE(1053), + [ts_builtin_sym_end] = ACTIONS(563), + [sym_identifier] = ACTIONS(1611), + [anon_sym_LF] = ACTIONS(567), + [anon_sym_CR] = ACTIONS(567), + [anon_sym_CR_LF] = ACTIONS(567), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_RBRACE] = ACTIONS(495), - [anon_sym_LPAREN] = ACTIONS(1621), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(1625), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1627), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(1631), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(1637), - [anon_sym_LBRACK2] = ACTIONS(1639), - [anon_sym_TILDE] = ACTIONS(1625), - [anon_sym_CARET] = ACTIONS(1625), - [anon_sym_AMP] = ACTIONS(1641), - [anon_sym_LT_DASH] = ACTIONS(1643), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(1645), - [sym_rune_literal] = ACTIONS(1645), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(549), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1663), - [sym___single_quote] = ACTIONS(1665), - [sym___c_double_quote] = ACTIONS(1667), - [sym___c_single_quote] = ACTIONS(1669), - [sym___r_double_quote] = ACTIONS(1671), - [sym___r_single_quote] = ACTIONS(1673), + [anon_sym_DOT] = ACTIONS(567), + [anon_sym_as] = ACTIONS(567), + [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_const] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym___global] = ACTIONS(567), + [anon_sym_type] = ACTIONS(567), + [anon_sym_PIPE] = ACTIONS(567), + [anon_sym_fn] = ACTIONS(1615), + [anon_sym_PLUS] = ACTIONS(567), + [anon_sym_DASH] = ACTIONS(567), + [anon_sym_STAR] = ACTIONS(1617), + [anon_sym_SLASH] = ACTIONS(567), + [anon_sym_PERCENT] = ACTIONS(567), + [anon_sym_LT] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(567), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_GT_EQ] = ACTIONS(567), + [anon_sym_LBRACK] = ACTIONS(563), + [anon_sym_struct] = ACTIONS(1619), + [anon_sym_union] = ACTIONS(567), + [anon_sym_pub] = ACTIONS(567), + [anon_sym_mut] = ACTIONS(567), + [anon_sym_enum] = ACTIONS(567), + [anon_sym_interface] = ACTIONS(567), + [anon_sym_PLUS_PLUS] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(567), + [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_BANG] = ACTIONS(1623), + [anon_sym_go] = ACTIONS(567), + [anon_sym_spawn] = ACTIONS(567), + [anon_sym_json_DOTdecode] = ACTIONS(567), + [anon_sym_LBRACK2] = ACTIONS(1625), + [anon_sym_TILDE] = ACTIONS(567), + [anon_sym_CARET] = ACTIONS(567), + [anon_sym_AMP] = ACTIONS(1627), + [anon_sym_LT_DASH] = ACTIONS(567), + [anon_sym_LT_LT] = ACTIONS(567), + [anon_sym_GT_GT] = ACTIONS(567), + [anon_sym_GT_GT_GT] = ACTIONS(567), + [anon_sym_AMP_CARET] = ACTIONS(567), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_or] = ACTIONS(567), + [sym_none] = ACTIONS(567), + [sym_true] = ACTIONS(567), + [sym_false] = ACTIONS(567), + [sym_nil] = ACTIONS(567), + [anon_sym_QMARK_DOT] = ACTIONS(567), + [anon_sym_POUND_LBRACK] = ACTIONS(567), + [anon_sym_if] = ACTIONS(567), + [anon_sym_DOLLARif] = ACTIONS(567), + [anon_sym_is] = ACTIONS(567), + [anon_sym_BANGis] = ACTIONS(567), + [anon_sym_in] = ACTIONS(567), + [anon_sym_BANGin] = ACTIONS(567), + [anon_sym_match] = ACTIONS(567), + [anon_sym_select] = ACTIONS(567), + [anon_sym_lock] = ACTIONS(567), + [anon_sym_rlock] = ACTIONS(567), + [anon_sym_unsafe] = ACTIONS(567), + [anon_sym_sql] = ACTIONS(567), + [sym_int_literal] = ACTIONS(567), + [sym_float_literal] = ACTIONS(567), + [sym_rune_literal] = ACTIONS(567), + [sym_pseudo_compile_time_identifier] = ACTIONS(567), + [anon_sym_shared] = ACTIONS(1629), + [anon_sym_map_LBRACK] = ACTIONS(1631), + [anon_sym_chan] = ACTIONS(1633), + [anon_sym_thread] = ACTIONS(1635), + [anon_sym_atomic] = ACTIONS(1637), + [anon_sym_assert] = ACTIONS(567), + [anon_sym_defer] = ACTIONS(567), + [anon_sym_goto] = ACTIONS(567), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(567), + [anon_sym_return] = ACTIONS(567), + [anon_sym_DOLLARfor] = ACTIONS(567), + [anon_sym_for] = ACTIONS(567), + [anon_sym_POUND] = ACTIONS(567), + [anon_sym_asm] = ACTIONS(567), + [anon_sym_AT_LBRACK] = ACTIONS(567), + [sym___double_quote] = ACTIONS(567), + [sym___single_quote] = ACTIONS(567), + [sym___c_double_quote] = ACTIONS(567), + [sym___c_single_quote] = ACTIONS(567), + [sym___r_double_quote] = ACTIONS(567), + [sym___r_single_quote] = ACTIONS(567), }, [207] = { [sym_line_comment] = STATE(207), [sym_block_comment] = STATE(207), - [sym_reference_expression] = STATE(4447), - [sym_type_reference_expression] = STATE(1013), - [sym_plain_type] = STATE(1059), - [sym__plain_type_without_special] = STATE(1024), - [sym_anon_struct_type] = STATE(1025), - [sym_multi_return_type] = STATE(1024), - [sym_result_type] = STATE(1024), - [sym_option_type] = STATE(1024), - [sym_qualified_type] = STATE(1013), - [sym_fixed_array_type] = STATE(1025), - [sym_array_type] = STATE(1025), - [sym_pointer_type] = STATE(1025), - [sym_wrong_pointer_type] = STATE(1025), - [sym_map_type] = STATE(1025), - [sym_channel_type] = STATE(1025), - [sym_shared_type] = STATE(1025), - [sym_thread_type] = STATE(1025), - [sym_atomic_type] = STATE(1025), - [sym_generic_type] = STATE(1025), - [sym_function_type] = STATE(1025), - [ts_builtin_sym_end] = ACTIONS(567), - [sym_identifier] = ACTIONS(1675), - [anon_sym_LF] = ACTIONS(571), - [anon_sym_CR] = ACTIONS(571), - [anon_sym_CR_LF] = ACTIONS(571), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(571), - [anon_sym_as] = ACTIONS(571), - [anon_sym_LBRACE] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(571), - [anon_sym_const] = ACTIONS(571), - [anon_sym_LPAREN] = ACTIONS(1677), - [anon_sym___global] = ACTIONS(571), - [anon_sym_type] = ACTIONS(571), - [anon_sym_PIPE] = ACTIONS(571), - [anon_sym_fn] = ACTIONS(1679), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(571), - [anon_sym_STAR] = ACTIONS(1681), - [anon_sym_SLASH] = ACTIONS(571), - [anon_sym_PERCENT] = ACTIONS(571), - [anon_sym_LT] = ACTIONS(571), - [anon_sym_GT] = ACTIONS(571), - [anon_sym_EQ_EQ] = ACTIONS(571), - [anon_sym_BANG_EQ] = ACTIONS(571), - [anon_sym_LT_EQ] = ACTIONS(571), - [anon_sym_GT_EQ] = ACTIONS(571), - [anon_sym_LBRACK] = ACTIONS(567), - [anon_sym_struct] = ACTIONS(1683), - [anon_sym_union] = ACTIONS(571), - [anon_sym_pub] = ACTIONS(571), - [anon_sym_mut] = ACTIONS(571), - [anon_sym_enum] = ACTIONS(571), - [anon_sym_interface] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_QMARK] = ACTIONS(1685), - [anon_sym_BANG] = ACTIONS(1687), - [anon_sym_go] = ACTIONS(571), - [anon_sym_spawn] = ACTIONS(571), - [anon_sym_json_DOTdecode] = ACTIONS(571), - [anon_sym_LBRACK2] = ACTIONS(1689), - [anon_sym_TILDE] = ACTIONS(571), - [anon_sym_CARET] = ACTIONS(571), - [anon_sym_AMP] = ACTIONS(1691), - [anon_sym_LT_DASH] = ACTIONS(571), - [anon_sym_LT_LT] = ACTIONS(571), - [anon_sym_GT_GT] = ACTIONS(571), - [anon_sym_GT_GT_GT] = ACTIONS(571), - [anon_sym_AMP_CARET] = ACTIONS(571), - [anon_sym_AMP_AMP] = ACTIONS(571), - [anon_sym_PIPE_PIPE] = ACTIONS(571), - [anon_sym_or] = ACTIONS(571), - [sym_none] = ACTIONS(571), - [sym_true] = ACTIONS(571), - [sym_false] = ACTIONS(571), - [sym_nil] = ACTIONS(571), - [anon_sym_QMARK_DOT] = ACTIONS(571), - [anon_sym_POUND_LBRACK] = ACTIONS(571), - [anon_sym_if] = ACTIONS(571), - [anon_sym_DOLLARif] = ACTIONS(571), - [anon_sym_is] = ACTIONS(571), - [anon_sym_BANGis] = ACTIONS(571), - [anon_sym_in] = ACTIONS(571), - [anon_sym_BANGin] = ACTIONS(571), - [anon_sym_match] = ACTIONS(571), - [anon_sym_select] = ACTIONS(571), - [anon_sym_lock] = ACTIONS(571), - [anon_sym_rlock] = ACTIONS(571), - [anon_sym_unsafe] = ACTIONS(571), - [anon_sym_sql] = ACTIONS(571), - [sym_int_literal] = ACTIONS(571), - [sym_float_literal] = ACTIONS(571), - [sym_rune_literal] = ACTIONS(571), - [sym_pseudo_compile_time_identifier] = ACTIONS(571), - [anon_sym_shared] = ACTIONS(1693), - [anon_sym_map_LBRACK] = ACTIONS(1695), - [anon_sym_chan] = ACTIONS(1697), - [anon_sym_thread] = ACTIONS(1699), - [anon_sym_atomic] = ACTIONS(1701), - [anon_sym_assert] = ACTIONS(571), - [anon_sym_defer] = ACTIONS(571), - [anon_sym_goto] = ACTIONS(571), - [anon_sym_break] = ACTIONS(571), - [anon_sym_continue] = ACTIONS(571), - [anon_sym_return] = ACTIONS(571), - [anon_sym_DOLLARfor] = ACTIONS(571), - [anon_sym_for] = ACTIONS(571), - [anon_sym_POUND] = ACTIONS(571), - [anon_sym_asm] = ACTIONS(571), - [anon_sym_AT_LBRACK] = ACTIONS(571), - [sym___double_quote] = ACTIONS(571), - [sym___single_quote] = ACTIONS(571), - [sym___c_double_quote] = ACTIONS(571), - [sym___c_single_quote] = ACTIONS(571), - [sym___r_double_quote] = ACTIONS(571), - [sym___r_single_quote] = ACTIONS(571), - }, - [208] = { - [sym_line_comment] = STATE(208), - [sym_block_comment] = STATE(208), - [sym__expression] = STATE(1815), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_strictly_expression_list] = STATE(4132), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(840), - [sym_mutable_expression] = STATE(3384), - [sym_expression_list] = STATE(3403), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_simple_statement] = STATE(4707), - [sym_var_declaration] = STATE(4132), - [sym_assignment_statement] = STATE(4132), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(1818), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_strictly_expression_list] = STATE(4140), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(773), + [sym_mutable_expression] = STATE(3385), + [sym_expression_list] = STATE(3407), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_simple_statement] = STATE(4603), + [sym_var_declaration] = STATE(4140), + [sym_assignment_statement] = STATE(4140), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(1703), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(1641), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), + }, + [208] = { + [sym_line_comment] = STATE(208), + [sym_block_comment] = STATE(208), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [ts_builtin_sym_end] = ACTIONS(595), + [sym_identifier] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(599), + [anon_sym_CR] = ACTIONS(599), + [anon_sym_CR_LF] = ACTIONS(599), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(599), + [anon_sym_as] = ACTIONS(599), + [anon_sym_LBRACE] = ACTIONS(599), + [anon_sym_COMMA] = ACTIONS(599), + [anon_sym_const] = ACTIONS(599), + [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym___global] = ACTIONS(599), + [anon_sym_type] = ACTIONS(599), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(605), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(599), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(599), + [anon_sym_BANG_EQ] = ACTIONS(599), + [anon_sym_LT_EQ] = ACTIONS(599), + [anon_sym_GT_EQ] = ACTIONS(599), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_union] = ACTIONS(599), + [anon_sym_pub] = ACTIONS(599), + [anon_sym_mut] = ACTIONS(599), + [anon_sym_enum] = ACTIONS(599), + [anon_sym_interface] = ACTIONS(599), + [anon_sym_PLUS_PLUS] = ACTIONS(599), + [anon_sym_DASH_DASH] = ACTIONS(599), + [anon_sym_QMARK] = ACTIONS(515), + [anon_sym_BANG] = ACTIONS(1643), + [anon_sym_go] = ACTIONS(599), + [anon_sym_spawn] = ACTIONS(599), + [anon_sym_json_DOTdecode] = ACTIONS(599), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_TILDE] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(599), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_DASH] = ACTIONS(599), + [anon_sym_LT_LT] = ACTIONS(599), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(599), + [anon_sym_AMP_CARET] = ACTIONS(599), + [anon_sym_AMP_AMP] = ACTIONS(599), + [anon_sym_PIPE_PIPE] = ACTIONS(599), + [anon_sym_or] = ACTIONS(599), + [sym_none] = ACTIONS(599), + [sym_true] = ACTIONS(599), + [sym_false] = ACTIONS(599), + [sym_nil] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(599), + [anon_sym_POUND_LBRACK] = ACTIONS(599), + [anon_sym_if] = ACTIONS(599), + [anon_sym_DOLLARif] = ACTIONS(599), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(599), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(599), + [anon_sym_match] = ACTIONS(599), + [anon_sym_select] = ACTIONS(599), + [anon_sym_lock] = ACTIONS(599), + [anon_sym_rlock] = ACTIONS(599), + [anon_sym_unsafe] = ACTIONS(599), + [anon_sym_sql] = ACTIONS(599), + [sym_int_literal] = ACTIONS(599), + [sym_float_literal] = ACTIONS(599), + [sym_rune_literal] = ACTIONS(599), + [sym_pseudo_compile_time_identifier] = ACTIONS(599), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(549), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [anon_sym_assert] = ACTIONS(599), + [anon_sym_defer] = ACTIONS(599), + [anon_sym_goto] = ACTIONS(599), + [anon_sym_break] = ACTIONS(599), + [anon_sym_continue] = ACTIONS(599), + [anon_sym_return] = ACTIONS(599), + [anon_sym_DOLLARfor] = ACTIONS(599), + [anon_sym_for] = ACTIONS(599), + [anon_sym_POUND] = ACTIONS(599), + [anon_sym_asm] = ACTIONS(599), + [anon_sym_AT_LBRACK] = ACTIONS(599), + [sym___double_quote] = ACTIONS(599), + [sym___single_quote] = ACTIONS(599), + [sym___c_double_quote] = ACTIONS(599), + [sym___c_single_quote] = ACTIONS(599), + [sym___r_double_quote] = ACTIONS(599), + [sym___r_single_quote] = ACTIONS(599), }, [209] = { [sym_line_comment] = STATE(209), [sym_block_comment] = STATE(209), - [sym__expression] = STATE(1815), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_strictly_expression_list] = STATE(4132), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(840), - [sym_mutable_expression] = STATE(3384), - [sym_expression_list] = STATE(3403), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_simple_statement] = STATE(4603), - [sym_var_declaration] = STATE(4132), - [sym_assignment_statement] = STATE(4132), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(1818), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_strictly_expression_list] = STATE(4140), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(773), + [sym_mutable_expression] = STATE(3385), + [sym_expression_list] = STATE(3407), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_simple_statement] = STATE(4709), + [sym_var_declaration] = STATE(4140), + [sym_assignment_statement] = STATE(4140), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(1705), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [210] = { [sym_line_comment] = STATE(210), [sym_block_comment] = STATE(210), - [sym__expression] = STATE(1815), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_strictly_expression_list] = STATE(4132), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(840), - [sym_mutable_expression] = STATE(3384), - [sym_expression_list] = STATE(3403), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_simple_statement] = STATE(4548), - [sym_var_declaration] = STATE(4132), - [sym_assignment_statement] = STATE(4132), - [sym_identifier] = ACTIONS(1611), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(1707), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [ts_builtin_sym_end] = ACTIONS(617), + [sym_identifier] = ACTIONS(619), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_CR] = ACTIONS(619), + [anon_sym_CR_LF] = ACTIONS(619), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_const] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym___global] = ACTIONS(619), + [anon_sym_type] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(619), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(619), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(619), + [anon_sym_union] = ACTIONS(619), + [anon_sym_pub] = ACTIONS(619), + [anon_sym_mut] = ACTIONS(619), + [anon_sym_enum] = ACTIONS(619), + [anon_sym_interface] = ACTIONS(619), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_go] = ACTIONS(619), + [anon_sym_spawn] = ACTIONS(619), + [anon_sym_json_DOTdecode] = ACTIONS(619), + [anon_sym_LBRACK2] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_DASH] = ACTIONS(619), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(619), + [anon_sym_AMP_CARET] = ACTIONS(619), + [anon_sym_AMP_AMP] = ACTIONS(619), + [anon_sym_PIPE_PIPE] = ACTIONS(619), + [anon_sym_or] = ACTIONS(619), + [sym_none] = ACTIONS(619), + [sym_true] = ACTIONS(619), + [sym_false] = ACTIONS(619), + [sym_nil] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(619), + [anon_sym_POUND_LBRACK] = ACTIONS(619), + [anon_sym_if] = ACTIONS(619), + [anon_sym_DOLLARif] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(619), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(619), + [anon_sym_match] = ACTIONS(619), + [anon_sym_select] = ACTIONS(619), + [anon_sym_lock] = ACTIONS(619), + [anon_sym_rlock] = ACTIONS(619), + [anon_sym_unsafe] = ACTIONS(619), + [anon_sym_sql] = ACTIONS(619), + [sym_int_literal] = ACTIONS(619), + [sym_float_literal] = ACTIONS(619), + [sym_rune_literal] = ACTIONS(619), + [sym_pseudo_compile_time_identifier] = ACTIONS(619), + [anon_sym_shared] = ACTIONS(619), + [anon_sym_map_LBRACK] = ACTIONS(619), + [anon_sym_chan] = ACTIONS(619), + [anon_sym_thread] = ACTIONS(619), + [anon_sym_atomic] = ACTIONS(619), + [anon_sym_assert] = ACTIONS(619), + [anon_sym_defer] = ACTIONS(619), + [anon_sym_goto] = ACTIONS(619), + [anon_sym_break] = ACTIONS(619), + [anon_sym_continue] = ACTIONS(619), + [anon_sym_return] = ACTIONS(619), + [anon_sym_DOLLARfor] = ACTIONS(619), + [anon_sym_for] = ACTIONS(619), + [anon_sym_POUND] = ACTIONS(619), + [anon_sym_asm] = ACTIONS(619), + [anon_sym_AT_LBRACK] = ACTIONS(619), + [sym___double_quote] = ACTIONS(619), + [sym___single_quote] = ACTIONS(619), + [sym___c_double_quote] = ACTIONS(619), + [sym___c_single_quote] = ACTIONS(619), + [sym___r_double_quote] = ACTIONS(619), + [sym___r_single_quote] = ACTIONS(619), }, [211] = { [sym_line_comment] = STATE(211), [sym_block_comment] = STATE(211), - [sym_reference_expression] = STATE(4447), - [sym_type_reference_expression] = STATE(1013), - [sym_plain_type] = STATE(1032), - [sym__plain_type_without_special] = STATE(1024), - [sym_anon_struct_type] = STATE(1025), - [sym_multi_return_type] = STATE(1024), - [sym_result_type] = STATE(1024), - [sym_option_type] = STATE(1024), - [sym_qualified_type] = STATE(1013), - [sym_fixed_array_type] = STATE(1025), - [sym_array_type] = STATE(1025), - [sym_pointer_type] = STATE(1025), - [sym_wrong_pointer_type] = STATE(1025), - [sym_map_type] = STATE(1025), - [sym_channel_type] = STATE(1025), - [sym_shared_type] = STATE(1025), - [sym_thread_type] = STATE(1025), - [sym_atomic_type] = STATE(1025), - [sym_generic_type] = STATE(1025), - [sym_function_type] = STATE(1025), - [ts_builtin_sym_end] = ACTIONS(599), - [sym_identifier] = ACTIONS(1675), - [anon_sym_LF] = ACTIONS(601), - [anon_sym_CR] = ACTIONS(601), - [anon_sym_CR_LF] = ACTIONS(601), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(601), - [anon_sym_as] = ACTIONS(601), - [anon_sym_LBRACE] = ACTIONS(601), - [anon_sym_COMMA] = ACTIONS(601), - [anon_sym_const] = ACTIONS(601), - [anon_sym_LPAREN] = ACTIONS(1677), - [anon_sym___global] = ACTIONS(601), - [anon_sym_type] = ACTIONS(601), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(1679), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(1681), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_PERCENT] = ACTIONS(601), - [anon_sym_LT] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(601), - [anon_sym_BANG_EQ] = ACTIONS(601), - [anon_sym_LT_EQ] = ACTIONS(601), - [anon_sym_GT_EQ] = ACTIONS(601), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_struct] = ACTIONS(1683), - [anon_sym_union] = ACTIONS(601), - [anon_sym_pub] = ACTIONS(601), - [anon_sym_mut] = ACTIONS(601), - [anon_sym_enum] = ACTIONS(601), - [anon_sym_interface] = ACTIONS(601), - [anon_sym_PLUS_PLUS] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(601), - [anon_sym_QMARK] = ACTIONS(1685), - [anon_sym_BANG] = ACTIONS(1687), - [anon_sym_go] = ACTIONS(601), - [anon_sym_spawn] = ACTIONS(601), - [anon_sym_json_DOTdecode] = ACTIONS(601), - [anon_sym_LBRACK2] = ACTIONS(1689), - [anon_sym_TILDE] = ACTIONS(601), - [anon_sym_CARET] = ACTIONS(601), - [anon_sym_AMP] = ACTIONS(1691), - [anon_sym_LT_DASH] = ACTIONS(601), - [anon_sym_LT_LT] = ACTIONS(601), - [anon_sym_GT_GT] = ACTIONS(601), - [anon_sym_GT_GT_GT] = ACTIONS(601), - [anon_sym_AMP_CARET] = ACTIONS(601), - [anon_sym_AMP_AMP] = ACTIONS(601), - [anon_sym_PIPE_PIPE] = ACTIONS(601), - [anon_sym_or] = ACTIONS(601), - [sym_none] = ACTIONS(601), - [sym_true] = ACTIONS(601), - [sym_false] = ACTIONS(601), - [sym_nil] = ACTIONS(601), - [anon_sym_QMARK_DOT] = ACTIONS(601), - [anon_sym_POUND_LBRACK] = ACTIONS(601), - [anon_sym_if] = ACTIONS(601), - [anon_sym_DOLLARif] = ACTIONS(601), - [anon_sym_is] = ACTIONS(601), - [anon_sym_BANGis] = ACTIONS(601), - [anon_sym_in] = ACTIONS(601), - [anon_sym_BANGin] = ACTIONS(601), - [anon_sym_match] = ACTIONS(601), - [anon_sym_select] = ACTIONS(601), - [anon_sym_lock] = ACTIONS(601), - [anon_sym_rlock] = ACTIONS(601), - [anon_sym_unsafe] = ACTIONS(601), - [anon_sym_sql] = ACTIONS(601), - [sym_int_literal] = ACTIONS(601), - [sym_float_literal] = ACTIONS(601), - [sym_rune_literal] = ACTIONS(601), - [sym_pseudo_compile_time_identifier] = ACTIONS(601), - [anon_sym_shared] = ACTIONS(1693), - [anon_sym_map_LBRACK] = ACTIONS(1695), - [anon_sym_chan] = ACTIONS(1697), - [anon_sym_thread] = ACTIONS(1699), - [anon_sym_atomic] = ACTIONS(1701), - [anon_sym_assert] = ACTIONS(601), - [anon_sym_defer] = ACTIONS(601), - [anon_sym_goto] = ACTIONS(601), - [anon_sym_break] = ACTIONS(601), - [anon_sym_continue] = ACTIONS(601), - [anon_sym_return] = ACTIONS(601), - [anon_sym_DOLLARfor] = ACTIONS(601), - [anon_sym_for] = ACTIONS(601), - [anon_sym_POUND] = ACTIONS(601), - [anon_sym_asm] = ACTIONS(601), - [anon_sym_AT_LBRACK] = ACTIONS(601), - [sym___double_quote] = ACTIONS(601), - [sym___single_quote] = ACTIONS(601), - [sym___c_double_quote] = ACTIONS(601), - [sym___c_single_quote] = ACTIONS(601), - [sym___r_double_quote] = ACTIONS(601), - [sym___r_single_quote] = ACTIONS(601), - }, - [212] = { - [sym_line_comment] = STATE(212), - [sym_block_comment] = STATE(212), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [ts_builtin_sym_end] = ACTIONS(603), - [sym_identifier] = ACTIONS(605), - [anon_sym_LF] = ACTIONS(607), - [anon_sym_CR] = ACTIONS(607), - [anon_sym_CR_LF] = ACTIONS(607), + [sym__expression] = STATE(2346), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(458), + [sym_mutable_expression] = STATE(3577), + [sym_expression_list] = STATE(3797), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), + [anon_sym_LF] = ACTIONS(495), + [anon_sym_CR] = ACTIONS(495), + [anon_sym_CR_LF] = ACTIONS(495), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_LBRACE] = ACTIONS(607), - [anon_sym_COMMA] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym___global] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(613), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(607), - [anon_sym_BANG_EQ] = ACTIONS(607), - [anon_sym_LT_EQ] = ACTIONS(607), - [anon_sym_GT_EQ] = ACTIONS(607), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_union] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_mut] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_interface] = ACTIONS(607), - [anon_sym_PLUS_PLUS] = ACTIONS(607), - [anon_sym_DASH_DASH] = ACTIONS(607), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(1651), + [anon_sym_RBRACE] = ACTIONS(495), + [anon_sym_LPAREN] = ACTIONS(1653), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(1657), + [anon_sym_DASH] = ACTIONS(1657), + [anon_sym_STAR] = ACTIONS(1659), + [anon_sym_struct] = ACTIONS(1661), + [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(1709), - [anon_sym_go] = ACTIONS(607), - [anon_sym_spawn] = ACTIONS(607), - [anon_sym_json_DOTdecode] = ACTIONS(607), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_TILDE] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(607), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_DASH] = ACTIONS(607), - [anon_sym_LT_LT] = ACTIONS(607), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(607), - [anon_sym_AMP_CARET] = ACTIONS(607), - [anon_sym_AMP_AMP] = ACTIONS(607), - [anon_sym_PIPE_PIPE] = ACTIONS(607), - [anon_sym_or] = ACTIONS(607), - [sym_none] = ACTIONS(607), - [sym_true] = ACTIONS(607), - [sym_false] = ACTIONS(607), - [sym_nil] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(607), - [anon_sym_POUND_LBRACK] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_DOLLARif] = ACTIONS(607), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(607), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_select] = ACTIONS(607), - [anon_sym_lock] = ACTIONS(607), - [anon_sym_rlock] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_sql] = ACTIONS(607), - [sym_int_literal] = ACTIONS(607), - [sym_float_literal] = ACTIONS(607), - [sym_rune_literal] = ACTIONS(607), - [sym_pseudo_compile_time_identifier] = ACTIONS(607), - [anon_sym_shared] = ACTIONS(623), + [anon_sym_BANG] = ACTIONS(1663), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(1669), + [anon_sym_LBRACK2] = ACTIONS(1671), + [anon_sym_TILDE] = ACTIONS(1657), + [anon_sym_CARET] = ACTIONS(1657), + [anon_sym_AMP] = ACTIONS(1673), + [anon_sym_LT_DASH] = ACTIONS(1675), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(1677), + [sym_rune_literal] = ACTIONS(1677), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), + [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(549), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_assert] = ACTIONS(607), - [anon_sym_defer] = ACTIONS(607), - [anon_sym_goto] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_DOLLARfor] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_POUND] = ACTIONS(607), - [anon_sym_asm] = ACTIONS(607), - [anon_sym_AT_LBRACK] = ACTIONS(607), - [sym___double_quote] = ACTIONS(607), - [sym___single_quote] = ACTIONS(607), - [sym___c_double_quote] = ACTIONS(607), - [sym___c_single_quote] = ACTIONS(607), - [sym___r_double_quote] = ACTIONS(607), - [sym___r_single_quote] = ACTIONS(607), + [sym___double_quote] = ACTIONS(1695), + [sym___single_quote] = ACTIONS(1697), + [sym___c_double_quote] = ACTIONS(1699), + [sym___c_single_quote] = ACTIONS(1701), + [sym___r_double_quote] = ACTIONS(1703), + [sym___r_single_quote] = ACTIONS(1705), }, - [213] = { - [sym_line_comment] = STATE(213), - [sym_block_comment] = STATE(213), - [sym_reference_expression] = STATE(4447), - [sym_type_reference_expression] = STATE(1013), - [sym_plain_type] = STATE(1050), - [sym__plain_type_without_special] = STATE(1024), - [sym_anon_struct_type] = STATE(1025), - [sym_multi_return_type] = STATE(1024), - [sym_result_type] = STATE(1024), - [sym_option_type] = STATE(1024), - [sym_qualified_type] = STATE(1013), - [sym_fixed_array_type] = STATE(1025), - [sym_array_type] = STATE(1025), - [sym_pointer_type] = STATE(1025), - [sym_wrong_pointer_type] = STATE(1025), - [sym_map_type] = STATE(1025), - [sym_channel_type] = STATE(1025), - [sym_shared_type] = STATE(1025), - [sym_thread_type] = STATE(1025), - [sym_atomic_type] = STATE(1025), - [sym_generic_type] = STATE(1025), - [sym_function_type] = STATE(1025), + [212] = { + [sym_line_comment] = STATE(212), + [sym_block_comment] = STATE(212), + [sym_reference_expression] = STATE(4449), + [sym_type_reference_expression] = STATE(1010), + [sym_plain_type] = STATE(1065), + [sym__plain_type_without_special] = STATE(1049), + [sym_anon_struct_type] = STATE(1053), + [sym_multi_return_type] = STATE(1049), + [sym_result_type] = STATE(1049), + [sym_option_type] = STATE(1049), + [sym_qualified_type] = STATE(1010), + [sym_fixed_array_type] = STATE(1053), + [sym_array_type] = STATE(1053), + [sym_pointer_type] = STATE(1053), + [sym_wrong_pointer_type] = STATE(1053), + [sym_map_type] = STATE(1053), + [sym_channel_type] = STATE(1053), + [sym_shared_type] = STATE(1053), + [sym_thread_type] = STATE(1053), + [sym_atomic_type] = STATE(1053), + [sym_generic_type] = STATE(1053), + [sym_function_type] = STATE(1053), [ts_builtin_sym_end] = ACTIONS(625), - [sym_identifier] = ACTIONS(1675), + [sym_identifier] = ACTIONS(1611), [anon_sym_LF] = ACTIONS(627), [anon_sym_CR] = ACTIONS(627), [anon_sym_CR_LF] = ACTIONS(627), @@ -48053,14 +47946,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(627), [anon_sym_COMMA] = ACTIONS(627), [anon_sym_const] = ACTIONS(627), - [anon_sym_LPAREN] = ACTIONS(1677), + [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym___global] = ACTIONS(627), [anon_sym_type] = ACTIONS(627), [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_fn] = ACTIONS(1679), + [anon_sym_fn] = ACTIONS(1615), [anon_sym_PLUS] = ACTIONS(627), [anon_sym_DASH] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(1681), + [anon_sym_STAR] = ACTIONS(1617), [anon_sym_SLASH] = ACTIONS(627), [anon_sym_PERCENT] = ACTIONS(627), [anon_sym_LT] = ACTIONS(627), @@ -48070,7 +47963,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(627), [anon_sym_GT_EQ] = ACTIONS(627), [anon_sym_LBRACK] = ACTIONS(625), - [anon_sym_struct] = ACTIONS(1683), + [anon_sym_struct] = ACTIONS(1619), [anon_sym_union] = ACTIONS(627), [anon_sym_pub] = ACTIONS(627), [anon_sym_mut] = ACTIONS(627), @@ -48078,15 +47971,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(627), [anon_sym_PLUS_PLUS] = ACTIONS(627), [anon_sym_DASH_DASH] = ACTIONS(627), - [anon_sym_QMARK] = ACTIONS(1685), - [anon_sym_BANG] = ACTIONS(1687), + [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_BANG] = ACTIONS(1623), [anon_sym_go] = ACTIONS(627), [anon_sym_spawn] = ACTIONS(627), [anon_sym_json_DOTdecode] = ACTIONS(627), - [anon_sym_LBRACK2] = ACTIONS(1689), + [anon_sym_LBRACK2] = ACTIONS(1625), [anon_sym_TILDE] = ACTIONS(627), [anon_sym_CARET] = ACTIONS(627), - [anon_sym_AMP] = ACTIONS(1691), + [anon_sym_AMP] = ACTIONS(1627), [anon_sym_LT_DASH] = ACTIONS(627), [anon_sym_LT_LT] = ACTIONS(627), [anon_sym_GT_GT] = ACTIONS(627), @@ -48117,11 +48010,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(627), [sym_rune_literal] = ACTIONS(627), [sym_pseudo_compile_time_identifier] = ACTIONS(627), - [anon_sym_shared] = ACTIONS(1693), - [anon_sym_map_LBRACK] = ACTIONS(1695), - [anon_sym_chan] = ACTIONS(1697), - [anon_sym_thread] = ACTIONS(1699), - [anon_sym_atomic] = ACTIONS(1701), + [anon_sym_shared] = ACTIONS(1629), + [anon_sym_map_LBRACK] = ACTIONS(1631), + [anon_sym_chan] = ACTIONS(1633), + [anon_sym_thread] = ACTIONS(1635), + [anon_sym_atomic] = ACTIONS(1637), [anon_sym_assert] = ACTIONS(627), [anon_sym_defer] = ACTIONS(627), [anon_sym_goto] = ACTIONS(627), @@ -48140,135 +48033,257 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(627), [sym___r_single_quote] = ACTIONS(627), }, + [213] = { + [sym_line_comment] = STATE(213), + [sym_block_comment] = STATE(213), + [sym__expression] = STATE(1818), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_strictly_expression_list] = STATE(4140), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(773), + [sym_mutable_expression] = STATE(3385), + [sym_expression_list] = STATE(3407), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_simple_statement] = STATE(4713), + [sym_var_declaration] = STATE(4140), + [sym_assignment_statement] = STATE(4140), + [sym_identifier] = ACTIONS(1639), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), + }, [214] = { [sym_line_comment] = STATE(214), [sym_block_comment] = STATE(214), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [ts_builtin_sym_end] = ACTIONS(563), - [sym_identifier] = ACTIONS(565), - [anon_sym_LF] = ACTIONS(565), - [anon_sym_CR] = ACTIONS(565), - [anon_sym_CR_LF] = ACTIONS(565), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(565), - [anon_sym_as] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(565), - [anon_sym_COMMA] = ACTIONS(565), - [anon_sym_const] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(565), - [anon_sym___global] = ACTIONS(565), - [anon_sym_type] = ACTIONS(565), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(565), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(565), - [anon_sym_SLASH] = ACTIONS(565), - [anon_sym_PERCENT] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_EQ_EQ] = ACTIONS(565), - [anon_sym_BANG_EQ] = ACTIONS(565), - [anon_sym_LT_EQ] = ACTIONS(565), - [anon_sym_GT_EQ] = ACTIONS(565), - [anon_sym_LBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(565), - [anon_sym_union] = ACTIONS(565), - [anon_sym_pub] = ACTIONS(565), - [anon_sym_mut] = ACTIONS(565), - [anon_sym_enum] = ACTIONS(565), - [anon_sym_interface] = ACTIONS(565), - [anon_sym_PLUS_PLUS] = ACTIONS(565), - [anon_sym_DASH_DASH] = ACTIONS(565), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_go] = ACTIONS(565), - [anon_sym_spawn] = ACTIONS(565), - [anon_sym_json_DOTdecode] = ACTIONS(565), - [anon_sym_LBRACK2] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(565), - [anon_sym_CARET] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(565), - [anon_sym_LT_DASH] = ACTIONS(565), - [anon_sym_LT_LT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(565), - [anon_sym_GT_GT_GT] = ACTIONS(565), - [anon_sym_AMP_CARET] = ACTIONS(565), - [anon_sym_AMP_AMP] = ACTIONS(565), - [anon_sym_PIPE_PIPE] = ACTIONS(565), - [anon_sym_or] = ACTIONS(565), - [sym_none] = ACTIONS(565), - [sym_true] = ACTIONS(565), - [sym_false] = ACTIONS(565), - [sym_nil] = ACTIONS(565), - [anon_sym_QMARK_DOT] = ACTIONS(565), - [anon_sym_POUND_LBRACK] = ACTIONS(565), - [anon_sym_if] = ACTIONS(565), - [anon_sym_DOLLARif] = ACTIONS(565), - [anon_sym_is] = ACTIONS(565), - [anon_sym_BANGis] = ACTIONS(565), - [anon_sym_in] = ACTIONS(565), - [anon_sym_BANGin] = ACTIONS(565), - [anon_sym_match] = ACTIONS(565), - [anon_sym_select] = ACTIONS(565), - [anon_sym_lock] = ACTIONS(565), - [anon_sym_rlock] = ACTIONS(565), - [anon_sym_unsafe] = ACTIONS(565), - [anon_sym_sql] = ACTIONS(565), - [sym_int_literal] = ACTIONS(565), - [sym_float_literal] = ACTIONS(565), - [sym_rune_literal] = ACTIONS(565), - [sym_pseudo_compile_time_identifier] = ACTIONS(565), - [anon_sym_shared] = ACTIONS(565), - [anon_sym_map_LBRACK] = ACTIONS(565), - [anon_sym_chan] = ACTIONS(565), - [anon_sym_thread] = ACTIONS(565), - [anon_sym_atomic] = ACTIONS(565), - [anon_sym_assert] = ACTIONS(565), - [anon_sym_defer] = ACTIONS(565), - [anon_sym_goto] = ACTIONS(565), - [anon_sym_break] = ACTIONS(565), - [anon_sym_continue] = ACTIONS(565), - [anon_sym_return] = ACTIONS(565), - [anon_sym_DOLLARfor] = ACTIONS(565), - [anon_sym_for] = ACTIONS(565), - [anon_sym_POUND] = ACTIONS(565), - [anon_sym_asm] = ACTIONS(565), - [anon_sym_AT_LBRACK] = ACTIONS(565), - [sym___double_quote] = ACTIONS(565), - [sym___single_quote] = ACTIONS(565), - [sym___c_double_quote] = ACTIONS(565), - [sym___c_single_quote] = ACTIONS(565), - [sym___r_double_quote] = ACTIONS(565), - [sym___r_single_quote] = ACTIONS(565), + [sym__expression] = STATE(1818), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_strictly_expression_list] = STATE(4140), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(773), + [sym_mutable_expression] = STATE(3385), + [sym_expression_list] = STATE(3407), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_simple_statement] = STATE(4545), + [sym_var_declaration] = STATE(4140), + [sym_assignment_statement] = STATE(4140), + [sym_identifier] = ACTIONS(1639), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [215] = { [sym_line_comment] = STATE(215), [sym_block_comment] = STATE(215), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), - [aux_sym_strictly_expression_list_repeat1] = STATE(1454), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), + [aux_sym_strictly_expression_list_repeat1] = STATE(1448), [ts_builtin_sym_end] = ACTIONS(1711), [sym_identifier] = ACTIONS(1713), [anon_sym_LF] = ACTIONS(1713), @@ -48385,10 +48400,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [216] = { [sym_line_comment] = STATE(216), [sym_block_comment] = STATE(216), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), - [aux_sym_strictly_expression_list_repeat1] = STATE(3388), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), + [aux_sym_strictly_expression_list_repeat1] = STATE(3384), [ts_builtin_sym_end] = ACTIONS(1755), [sym_identifier] = ACTIONS(1757), [anon_sym_LF] = ACTIONS(1757), @@ -48505,2746 +48520,2389 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [217] = { [sym_line_comment] = STATE(217), [sym_block_comment] = STATE(217), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2463), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(293), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4303), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1767), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [218] = { [sym_line_comment] = STATE(218), [sym_block_comment] = STATE(218), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4345), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2359), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(295), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1775), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1793), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [219] = { [sym_line_comment] = STATE(219), [sym_block_comment] = STATE(219), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(293), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4385), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2299), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1797), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1795), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [220] = { [sym_line_comment] = STATE(220), [sym_block_comment] = STATE(220), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(219), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(293), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1799), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1797), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [221] = { [sym_line_comment] = STATE(221), [sym_block_comment] = STATE(221), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(264), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(293), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1801), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1799), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [222] = { [sym_line_comment] = STATE(222), [sym_block_comment] = STATE(222), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(237), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(221), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1803), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1801), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [223] = { [sym_line_comment] = STATE(223), [sym_block_comment] = STATE(223), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(293), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4379), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(1278), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1805), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1803), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [224] = { [sym_line_comment] = STATE(224), [sym_block_comment] = STATE(224), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2376), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(223), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4408), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1807), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [225] = { [sym_line_comment] = STATE(225), [sym_block_comment] = STATE(225), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(263), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4302), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(1111), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1809), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1805), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [226] = { [sym_line_comment] = STATE(226), [sym_block_comment] = STATE(226), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), + [sym__expression] = STATE(1365), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym___rcbr] = STATE(3763), + [aux_sym_string_interpolation_repeat1] = STATE(313), + [sym_identifier] = ACTIONS(1380), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_RBRACE] = ACTIONS(1807), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), + }, + [227] = { + [sym_line_comment] = STATE(227), + [sym_block_comment] = STATE(227), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), + [ts_builtin_sym_end] = ACTIONS(1831), + [sym_identifier] = ACTIONS(1833), + [anon_sym_LF] = ACTIONS(1833), + [anon_sym_CR] = ACTIONS(1833), + [anon_sym_CR_LF] = ACTIONS(1833), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(1715), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), + [anon_sym_as] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1833), + [anon_sym_COMMA] = ACTIONS(1833), + [anon_sym_const] = ACTIONS(1833), [anon_sym_LPAREN] = ACTIONS(1721), - [anon_sym_EQ] = ACTIONS(1813), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(1813), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1813), + [anon_sym_EQ] = ACTIONS(1833), + [anon_sym___global] = ACTIONS(1833), + [anon_sym_type] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1723), + [anon_sym_fn] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_DASH] = ACTIONS(1723), [anon_sym_STAR] = ACTIONS(1725), [anon_sym_SLASH] = ACTIONS(1725), [anon_sym_PERCENT] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1813), - [anon_sym_BANG_EQ] = ACTIONS(1813), - [anon_sym_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_EQ] = ACTIONS(1813), + [anon_sym_LT] = ACTIONS(1727), + [anon_sym_GT] = ACTIONS(1727), + [anon_sym_EQ_EQ] = ACTIONS(1727), + [anon_sym_BANG_EQ] = ACTIONS(1727), + [anon_sym_LT_EQ] = ACTIONS(1727), + [anon_sym_GT_EQ] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), + [anon_sym_struct] = ACTIONS(1833), + [anon_sym_union] = ACTIONS(1833), + [anon_sym_pub] = ACTIONS(1833), + [anon_sym_mut] = ACTIONS(1833), + [anon_sym_enum] = ACTIONS(1833), + [anon_sym_interface] = ACTIONS(1833), + [anon_sym_PLUS_PLUS] = ACTIONS(1731), + [anon_sym_DASH_DASH] = ACTIONS(1733), [anon_sym_QMARK] = ACTIONS(1735), [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1833), + [anon_sym_spawn] = ACTIONS(1833), + [anon_sym_json_DOTdecode] = ACTIONS(1833), [anon_sym_LBRACK2] = ACTIONS(1739), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(1813), + [anon_sym_TILDE] = ACTIONS(1833), + [anon_sym_CARET] = ACTIONS(1723), [anon_sym_AMP] = ACTIONS(1725), - [anon_sym_LT_DASH] = ACTIONS(1813), + [anon_sym_LT_DASH] = ACTIONS(1833), [anon_sym_LT_LT] = ACTIONS(1725), [anon_sym_GT_GT] = ACTIONS(1725), [anon_sym_GT_GT_GT] = ACTIONS(1725), [anon_sym_AMP_CARET] = ACTIONS(1725), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), + [anon_sym_AMP_AMP] = ACTIONS(1741), + [anon_sym_PIPE_PIPE] = ACTIONS(1743), + [anon_sym_or] = ACTIONS(1745), + [sym_none] = ACTIONS(1833), + [sym_true] = ACTIONS(1833), + [sym_false] = ACTIONS(1833), + [sym_nil] = ACTIONS(1833), [anon_sym_QMARK_DOT] = ACTIONS(1715), [anon_sym_POUND_LBRACK] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1813), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_STAR_EQ] = ACTIONS(1813), - [anon_sym_SLASH_EQ] = ACTIONS(1813), - [anon_sym_PERCENT_EQ] = ACTIONS(1813), - [anon_sym_LT_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_GT_EQ] = ACTIONS(1813), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1813), - [anon_sym_AMP_EQ] = ACTIONS(1813), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1813), - [anon_sym_PLUS_EQ] = ACTIONS(1813), - [anon_sym_DASH_EQ] = ACTIONS(1813), - [anon_sym_PIPE_EQ] = ACTIONS(1813), - [anon_sym_CARET_EQ] = ACTIONS(1813), - [anon_sym_COLON_EQ] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), + [anon_sym_if] = ACTIONS(1833), + [anon_sym_DOLLARif] = ACTIONS(1833), + [anon_sym_is] = ACTIONS(1747), + [anon_sym_BANGis] = ACTIONS(1749), + [anon_sym_in] = ACTIONS(1751), + [anon_sym_BANGin] = ACTIONS(1753), + [anon_sym_match] = ACTIONS(1833), + [anon_sym_select] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_COLON_EQ] = ACTIONS(1833), + [anon_sym_lock] = ACTIONS(1833), + [anon_sym_rlock] = ACTIONS(1833), + [anon_sym_unsafe] = ACTIONS(1833), + [anon_sym_sql] = ACTIONS(1833), + [sym_int_literal] = ACTIONS(1833), + [sym_float_literal] = ACTIONS(1833), + [sym_rune_literal] = ACTIONS(1833), + [sym_pseudo_compile_time_identifier] = ACTIONS(1833), + [anon_sym_shared] = ACTIONS(1833), + [anon_sym_map_LBRACK] = ACTIONS(1833), + [anon_sym_chan] = ACTIONS(1833), + [anon_sym_thread] = ACTIONS(1833), + [anon_sym_atomic] = ACTIONS(1833), + [anon_sym_assert] = ACTIONS(1833), + [anon_sym_defer] = ACTIONS(1833), + [anon_sym_goto] = ACTIONS(1833), + [anon_sym_break] = ACTIONS(1833), + [anon_sym_continue] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1833), + [anon_sym_DOLLARfor] = ACTIONS(1833), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_POUND] = ACTIONS(1833), + [anon_sym_asm] = ACTIONS(1833), + [anon_sym_AT_LBRACK] = ACTIONS(1833), + [sym___double_quote] = ACTIONS(1833), + [sym___single_quote] = ACTIONS(1833), + [sym___c_double_quote] = ACTIONS(1833), + [sym___c_single_quote] = ACTIONS(1833), + [sym___r_double_quote] = ACTIONS(1833), + [sym___r_single_quote] = ACTIONS(1833), }, - [227] = { - [sym_line_comment] = STATE(227), - [sym_block_comment] = STATE(227), - [sym__expression] = STATE(2537), + [228] = { + [sym_line_comment] = STATE(228), + [sym_block_comment] = STATE(228), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4405), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(1352), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(293), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1815), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1835), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [228] = { - [sym_line_comment] = STATE(228), - [sym_block_comment] = STATE(228), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(1715), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(1721), - [anon_sym_EQ] = ACTIONS(1813), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(1813), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1813), - [anon_sym_STAR] = ACTIONS(1813), - [anon_sym_SLASH] = ACTIONS(1813), - [anon_sym_PERCENT] = ACTIONS(1813), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1813), - [anon_sym_BANG_EQ] = ACTIONS(1813), - [anon_sym_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_EQ] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(1735), - [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(1739), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(1813), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(1813), - [anon_sym_GT_GT] = ACTIONS(1813), - [anon_sym_GT_GT_GT] = ACTIONS(1813), - [anon_sym_AMP_CARET] = ACTIONS(1813), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(1715), - [anon_sym_POUND_LBRACK] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1813), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_STAR_EQ] = ACTIONS(1813), - [anon_sym_SLASH_EQ] = ACTIONS(1813), - [anon_sym_PERCENT_EQ] = ACTIONS(1813), - [anon_sym_LT_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_GT_EQ] = ACTIONS(1813), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1813), - [anon_sym_AMP_EQ] = ACTIONS(1813), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1813), - [anon_sym_PLUS_EQ] = ACTIONS(1813), - [anon_sym_DASH_EQ] = ACTIONS(1813), - [anon_sym_PIPE_EQ] = ACTIONS(1813), - [anon_sym_CARET_EQ] = ACTIONS(1813), - [anon_sym_COLON_EQ] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [229] = { [sym_line_comment] = STATE(229), [sym_block_comment] = STATE(229), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), + [sym__expression] = STATE(2561), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4234), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2727), + [sym_identifier] = ACTIONS(1767), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1837), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [230] = { + [sym_line_comment] = STATE(230), + [sym_block_comment] = STATE(230), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), + [ts_builtin_sym_end] = ACTIONS(1839), + [sym_identifier] = ACTIONS(1841), + [anon_sym_LF] = ACTIONS(1841), + [anon_sym_CR] = ACTIONS(1841), + [anon_sym_CR_LF] = ACTIONS(1841), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(1715), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), + [anon_sym_as] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1841), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_const] = ACTIONS(1841), [anon_sym_LPAREN] = ACTIONS(1721), - [anon_sym_EQ] = ACTIONS(1813), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), + [anon_sym_EQ] = ACTIONS(1841), + [anon_sym___global] = ACTIONS(1841), + [anon_sym_type] = ACTIONS(1841), [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_fn] = ACTIONS(1813), + [anon_sym_fn] = ACTIONS(1841), [anon_sym_PLUS] = ACTIONS(1723), [anon_sym_DASH] = ACTIONS(1723), [anon_sym_STAR] = ACTIONS(1725), [anon_sym_SLASH] = ACTIONS(1725), [anon_sym_PERCENT] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1813), - [anon_sym_BANG_EQ] = ACTIONS(1813), - [anon_sym_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_EQ] = ACTIONS(1813), + [anon_sym_LT] = ACTIONS(1727), + [anon_sym_GT] = ACTIONS(1727), + [anon_sym_EQ_EQ] = ACTIONS(1727), + [anon_sym_BANG_EQ] = ACTIONS(1727), + [anon_sym_LT_EQ] = ACTIONS(1727), + [anon_sym_GT_EQ] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), + [anon_sym_struct] = ACTIONS(1841), + [anon_sym_union] = ACTIONS(1841), + [anon_sym_pub] = ACTIONS(1841), + [anon_sym_mut] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1841), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1731), + [anon_sym_DASH_DASH] = ACTIONS(1733), [anon_sym_QMARK] = ACTIONS(1735), [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1841), + [anon_sym_spawn] = ACTIONS(1841), + [anon_sym_json_DOTdecode] = ACTIONS(1841), [anon_sym_LBRACK2] = ACTIONS(1739), - [anon_sym_TILDE] = ACTIONS(1813), + [anon_sym_TILDE] = ACTIONS(1841), [anon_sym_CARET] = ACTIONS(1723), [anon_sym_AMP] = ACTIONS(1725), - [anon_sym_LT_DASH] = ACTIONS(1813), + [anon_sym_LT_DASH] = ACTIONS(1841), [anon_sym_LT_LT] = ACTIONS(1725), [anon_sym_GT_GT] = ACTIONS(1725), [anon_sym_GT_GT_GT] = ACTIONS(1725), [anon_sym_AMP_CARET] = ACTIONS(1725), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), + [anon_sym_AMP_AMP] = ACTIONS(1741), + [anon_sym_PIPE_PIPE] = ACTIONS(1743), + [anon_sym_or] = ACTIONS(1745), + [sym_none] = ACTIONS(1841), + [sym_true] = ACTIONS(1841), + [sym_false] = ACTIONS(1841), + [sym_nil] = ACTIONS(1841), [anon_sym_QMARK_DOT] = ACTIONS(1715), [anon_sym_POUND_LBRACK] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1813), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_STAR_EQ] = ACTIONS(1813), - [anon_sym_SLASH_EQ] = ACTIONS(1813), - [anon_sym_PERCENT_EQ] = ACTIONS(1813), - [anon_sym_LT_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_GT_EQ] = ACTIONS(1813), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1813), - [anon_sym_AMP_EQ] = ACTIONS(1813), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1813), - [anon_sym_PLUS_EQ] = ACTIONS(1813), - [anon_sym_DASH_EQ] = ACTIONS(1813), - [anon_sym_PIPE_EQ] = ACTIONS(1813), - [anon_sym_CARET_EQ] = ACTIONS(1813), - [anon_sym_COLON_EQ] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), - }, - [230] = { - [sym_line_comment] = STATE(230), - [sym_block_comment] = STATE(230), - [sym__expression] = STATE(2433), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4337), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_if] = ACTIONS(1841), + [anon_sym_DOLLARif] = ACTIONS(1841), + [anon_sym_is] = ACTIONS(1747), + [anon_sym_BANGis] = ACTIONS(1749), + [anon_sym_in] = ACTIONS(1751), + [anon_sym_BANGin] = ACTIONS(1753), + [anon_sym_match] = ACTIONS(1841), + [anon_sym_select] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1841), + [anon_sym_SLASH_EQ] = ACTIONS(1841), + [anon_sym_PERCENT_EQ] = ACTIONS(1841), + [anon_sym_LT_LT_EQ] = ACTIONS(1841), + [anon_sym_GT_GT_EQ] = ACTIONS(1841), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1841), + [anon_sym_AMP_EQ] = ACTIONS(1841), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1841), + [anon_sym_PLUS_EQ] = ACTIONS(1841), + [anon_sym_DASH_EQ] = ACTIONS(1841), + [anon_sym_PIPE_EQ] = ACTIONS(1841), + [anon_sym_CARET_EQ] = ACTIONS(1841), + [anon_sym_COLON_EQ] = ACTIONS(1841), + [anon_sym_lock] = ACTIONS(1841), + [anon_sym_rlock] = ACTIONS(1841), + [anon_sym_unsafe] = ACTIONS(1841), + [anon_sym_sql] = ACTIONS(1841), + [sym_int_literal] = ACTIONS(1841), + [sym_float_literal] = ACTIONS(1841), + [sym_rune_literal] = ACTIONS(1841), + [sym_pseudo_compile_time_identifier] = ACTIONS(1841), + [anon_sym_shared] = ACTIONS(1841), + [anon_sym_map_LBRACK] = ACTIONS(1841), + [anon_sym_chan] = ACTIONS(1841), + [anon_sym_thread] = ACTIONS(1841), + [anon_sym_atomic] = ACTIONS(1841), + [anon_sym_assert] = ACTIONS(1841), + [anon_sym_defer] = ACTIONS(1841), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_break] = ACTIONS(1841), + [anon_sym_continue] = ACTIONS(1841), + [anon_sym_return] = ACTIONS(1841), + [anon_sym_DOLLARfor] = ACTIONS(1841), + [anon_sym_for] = ACTIONS(1841), + [anon_sym_POUND] = ACTIONS(1841), + [anon_sym_asm] = ACTIONS(1841), + [anon_sym_AT_LBRACK] = ACTIONS(1841), + [sym___double_quote] = ACTIONS(1841), + [sym___single_quote] = ACTIONS(1841), + [sym___c_double_quote] = ACTIONS(1841), + [sym___c_single_quote] = ACTIONS(1841), + [sym___r_double_quote] = ACTIONS(1841), + [sym___r_single_quote] = ACTIONS(1841), }, [231] = { [sym_line_comment] = STATE(231), [sym_block_comment] = STATE(231), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2475), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(217), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4282), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1817), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [232] = { [sym_line_comment] = STATE(232), [sym_block_comment] = STATE(232), - [sym__expression] = STATE(2374), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4406), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(293), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1843), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [233] = { [sym_line_comment] = STATE(233), [sym_block_comment] = STATE(233), - [sym__expression] = STATE(1296), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym___rcbr] = STATE(3845), - [aux_sym_string_interpolation_repeat1] = STATE(298), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2871), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(232), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_RBRACE] = ACTIONS(1819), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1845), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [234] = { [sym_line_comment] = STATE(234), [sym_block_comment] = STATE(234), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(1843), - [sym_identifier] = ACTIONS(1845), - [anon_sym_LF] = ACTIONS(1845), - [anon_sym_CR] = ACTIONS(1845), - [anon_sym_CR_LF] = ACTIONS(1845), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(1715), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1845), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1845), - [anon_sym_LPAREN] = ACTIONS(1721), - [anon_sym_EQ] = ACTIONS(1813), - [anon_sym___global] = ACTIONS(1845), - [anon_sym_type] = ACTIONS(1845), - [anon_sym_PIPE] = ACTIONS(1813), - [anon_sym_fn] = ACTIONS(1845), - [anon_sym_PLUS] = ACTIONS(1845), - [anon_sym_DASH] = ACTIONS(1845), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_SLASH] = ACTIONS(1813), - [anon_sym_PERCENT] = ACTIONS(1813), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1813), - [anon_sym_BANG_EQ] = ACTIONS(1813), - [anon_sym_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_EQ] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_struct] = ACTIONS(1845), - [anon_sym_union] = ACTIONS(1845), - [anon_sym_pub] = ACTIONS(1845), - [anon_sym_mut] = ACTIONS(1845), - [anon_sym_enum] = ACTIONS(1845), - [anon_sym_interface] = ACTIONS(1845), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(1735), - [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_go] = ACTIONS(1845), - [anon_sym_spawn] = ACTIONS(1845), - [anon_sym_json_DOTdecode] = ACTIONS(1845), - [anon_sym_LBRACK2] = ACTIONS(1739), - [anon_sym_TILDE] = ACTIONS(1845), - [anon_sym_CARET] = ACTIONS(1845), - [anon_sym_AMP] = ACTIONS(1845), - [anon_sym_LT_DASH] = ACTIONS(1845), - [anon_sym_LT_LT] = ACTIONS(1813), - [anon_sym_GT_GT] = ACTIONS(1813), - [anon_sym_GT_GT_GT] = ACTIONS(1813), - [anon_sym_AMP_CARET] = ACTIONS(1813), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1845), - [sym_true] = ACTIONS(1845), - [sym_false] = ACTIONS(1845), - [sym_nil] = ACTIONS(1845), - [anon_sym_QMARK_DOT] = ACTIONS(1715), - [anon_sym_POUND_LBRACK] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1845), - [anon_sym_DOLLARif] = ACTIONS(1845), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1813), - [anon_sym_match] = ACTIONS(1845), - [anon_sym_select] = ACTIONS(1845), - [anon_sym_STAR_EQ] = ACTIONS(1813), - [anon_sym_SLASH_EQ] = ACTIONS(1813), - [anon_sym_PERCENT_EQ] = ACTIONS(1813), - [anon_sym_LT_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_GT_EQ] = ACTIONS(1813), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1813), - [anon_sym_AMP_EQ] = ACTIONS(1813), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1813), - [anon_sym_PLUS_EQ] = ACTIONS(1813), - [anon_sym_DASH_EQ] = ACTIONS(1813), - [anon_sym_PIPE_EQ] = ACTIONS(1813), - [anon_sym_CARET_EQ] = ACTIONS(1813), - [anon_sym_COLON_EQ] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1845), - [anon_sym_rlock] = ACTIONS(1845), - [anon_sym_unsafe] = ACTIONS(1845), - [anon_sym_sql] = ACTIONS(1845), - [sym_int_literal] = ACTIONS(1845), - [sym_float_literal] = ACTIONS(1845), - [sym_rune_literal] = ACTIONS(1845), - [sym_pseudo_compile_time_identifier] = ACTIONS(1845), - [anon_sym_shared] = ACTIONS(1845), - [anon_sym_map_LBRACK] = ACTIONS(1845), - [anon_sym_chan] = ACTIONS(1845), - [anon_sym_thread] = ACTIONS(1845), - [anon_sym_atomic] = ACTIONS(1845), - [anon_sym_assert] = ACTIONS(1845), - [anon_sym_defer] = ACTIONS(1845), - [anon_sym_goto] = ACTIONS(1845), - [anon_sym_break] = ACTIONS(1845), - [anon_sym_continue] = ACTIONS(1845), - [anon_sym_return] = ACTIONS(1845), - [anon_sym_DOLLARfor] = ACTIONS(1845), - [anon_sym_for] = ACTIONS(1845), - [anon_sym_POUND] = ACTIONS(1845), - [anon_sym_asm] = ACTIONS(1845), - [anon_sym_AT_LBRACK] = ACTIONS(1845), - [sym___double_quote] = ACTIONS(1845), - [sym___single_quote] = ACTIONS(1845), - [sym___c_double_quote] = ACTIONS(1845), - [sym___c_single_quote] = ACTIONS(1845), - [sym___r_double_quote] = ACTIONS(1845), - [sym___r_single_quote] = ACTIONS(1845), - }, - [235] = { - [sym_line_comment] = STATE(235), - [sym_block_comment] = STATE(235), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(1715), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(1721), - [anon_sym_EQ] = ACTIONS(1813), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_STAR] = ACTIONS(1725), - [anon_sym_SLASH] = ACTIONS(1725), - [anon_sym_PERCENT] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1727), - [anon_sym_GT] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1727), - [anon_sym_BANG_EQ] = ACTIONS(1727), - [anon_sym_LT_EQ] = ACTIONS(1727), - [anon_sym_GT_EQ] = ACTIONS(1727), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(1735), - [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(1739), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(1723), - [anon_sym_AMP] = ACTIONS(1725), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(1725), - [anon_sym_GT_GT] = ACTIONS(1725), - [anon_sym_GT_GT_GT] = ACTIONS(1725), - [anon_sym_AMP_CARET] = ACTIONS(1725), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(1715), - [anon_sym_POUND_LBRACK] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1751), - [anon_sym_BANGin] = ACTIONS(1753), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_STAR_EQ] = ACTIONS(1813), - [anon_sym_SLASH_EQ] = ACTIONS(1813), - [anon_sym_PERCENT_EQ] = ACTIONS(1813), - [anon_sym_LT_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_GT_EQ] = ACTIONS(1813), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1813), - [anon_sym_AMP_EQ] = ACTIONS(1813), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1813), - [anon_sym_PLUS_EQ] = ACTIONS(1813), - [anon_sym_DASH_EQ] = ACTIONS(1813), - [anon_sym_PIPE_EQ] = ACTIONS(1813), - [anon_sym_CARET_EQ] = ACTIONS(1813), - [anon_sym_COLON_EQ] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), - }, - [236] = { - [sym_line_comment] = STATE(236), - [sym_block_comment] = STATE(236), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(249), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4236), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(1748), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1847), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1847), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [237] = { - [sym_line_comment] = STATE(237), - [sym_block_comment] = STATE(237), - [sym__expression] = STATE(2870), + [235] = { + [sym_line_comment] = STATE(235), + [sym_block_comment] = STATE(235), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(293), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(220), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), [anon_sym_RBRACE] = ACTIONS(1849), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [238] = { - [sym_line_comment] = STATE(238), - [sym_block_comment] = STATE(238), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(1715), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(1721), - [anon_sym_EQ] = ACTIONS(1813), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_STAR] = ACTIONS(1725), - [anon_sym_SLASH] = ACTIONS(1725), - [anon_sym_PERCENT] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1727), - [anon_sym_GT] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1727), - [anon_sym_BANG_EQ] = ACTIONS(1727), - [anon_sym_LT_EQ] = ACTIONS(1727), - [anon_sym_GT_EQ] = ACTIONS(1727), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(1735), - [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(1739), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(1723), - [anon_sym_AMP] = ACTIONS(1725), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(1725), - [anon_sym_GT_GT] = ACTIONS(1725), - [anon_sym_GT_GT_GT] = ACTIONS(1725), - [anon_sym_AMP_CARET] = ACTIONS(1725), - [anon_sym_AMP_AMP] = ACTIONS(1741), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(1715), - [anon_sym_POUND_LBRACK] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1751), - [anon_sym_BANGin] = ACTIONS(1753), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_STAR_EQ] = ACTIONS(1813), - [anon_sym_SLASH_EQ] = ACTIONS(1813), - [anon_sym_PERCENT_EQ] = ACTIONS(1813), - [anon_sym_LT_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_GT_EQ] = ACTIONS(1813), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1813), - [anon_sym_AMP_EQ] = ACTIONS(1813), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1813), - [anon_sym_PLUS_EQ] = ACTIONS(1813), - [anon_sym_DASH_EQ] = ACTIONS(1813), - [anon_sym_PIPE_EQ] = ACTIONS(1813), - [anon_sym_CARET_EQ] = ACTIONS(1813), - [anon_sym_COLON_EQ] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), - }, - [239] = { - [sym_line_comment] = STATE(239), - [sym_block_comment] = STATE(239), - [sym__expression] = STATE(2537), + [236] = { + [sym_line_comment] = STATE(236), + [sym_block_comment] = STATE(236), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4161), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2912), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(228), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1851), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1851), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [240] = { - [sym_line_comment] = STATE(240), - [sym_block_comment] = STATE(240), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), + [237] = { + [sym_line_comment] = STATE(237), + [sym_block_comment] = STATE(237), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), [ts_builtin_sym_end] = ACTIONS(1853), [sym_identifier] = ACTIONS(1855), [anon_sym_LF] = ACTIONS(1855), @@ -51261,13 +50919,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ] = ACTIONS(1855), [anon_sym___global] = ACTIONS(1855), [anon_sym_type] = ACTIONS(1855), - [anon_sym_PIPE] = ACTIONS(1723), + [anon_sym_PIPE] = ACTIONS(1855), [anon_sym_fn] = ACTIONS(1855), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_STAR] = ACTIONS(1725), - [anon_sym_SLASH] = ACTIONS(1725), - [anon_sym_PERCENT] = ACTIONS(1725), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(1855), + [anon_sym_SLASH] = ACTIONS(1855), + [anon_sym_PERCENT] = ACTIONS(1855), [anon_sym_LT] = ACTIONS(1855), [anon_sym_GT] = ACTIONS(1855), [anon_sym_EQ_EQ] = ACTIONS(1855), @@ -51290,13 +50948,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_json_DOTdecode] = ACTIONS(1855), [anon_sym_LBRACK2] = ACTIONS(1739), [anon_sym_TILDE] = ACTIONS(1855), - [anon_sym_CARET] = ACTIONS(1723), - [anon_sym_AMP] = ACTIONS(1725), + [anon_sym_CARET] = ACTIONS(1855), + [anon_sym_AMP] = ACTIONS(1855), [anon_sym_LT_DASH] = ACTIONS(1855), - [anon_sym_LT_LT] = ACTIONS(1725), - [anon_sym_GT_GT] = ACTIONS(1725), - [anon_sym_GT_GT_GT] = ACTIONS(1725), - [anon_sym_AMP_CARET] = ACTIONS(1725), + [anon_sym_LT_LT] = ACTIONS(1855), + [anon_sym_GT_GT] = ACTIONS(1855), + [anon_sym_GT_GT_GT] = ACTIONS(1855), + [anon_sym_AMP_CARET] = ACTIONS(1855), [anon_sym_AMP_AMP] = ACTIONS(1855), [anon_sym_PIPE_PIPE] = ACTIONS(1855), [anon_sym_or] = ACTIONS(1855), @@ -51358,229 +51016,467 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1855), [sym___r_single_quote] = ACTIONS(1855), }, - [241] = { - [sym_line_comment] = STATE(241), - [sym_block_comment] = STATE(241), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(1857), - [sym_identifier] = ACTIONS(1859), - [anon_sym_LF] = ACTIONS(1859), - [anon_sym_CR] = ACTIONS(1859), - [anon_sym_CR_LF] = ACTIONS(1859), + [238] = { + [sym_line_comment] = STATE(238), + [sym_block_comment] = STATE(238), + [sym__expression] = STATE(2871), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(293), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1857), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [239] = { + [sym_line_comment] = STATE(239), + [sym_block_comment] = STATE(239), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), + [ts_builtin_sym_end] = ACTIONS(1853), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(1715), - [anon_sym_as] = ACTIONS(1859), - [anon_sym_LBRACE] = ACTIONS(1859), - [anon_sym_COMMA] = ACTIONS(1859), - [anon_sym_const] = ACTIONS(1859), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), [anon_sym_LPAREN] = ACTIONS(1721), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym___global] = ACTIONS(1859), - [anon_sym_type] = ACTIONS(1859), + [anon_sym_EQ] = ACTIONS(1855), + [anon_sym___global] = ACTIONS(1855), + [anon_sym_type] = ACTIONS(1855), [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_fn] = ACTIONS(1859), + [anon_sym_fn] = ACTIONS(1855), [anon_sym_PLUS] = ACTIONS(1723), [anon_sym_DASH] = ACTIONS(1723), [anon_sym_STAR] = ACTIONS(1725), [anon_sym_SLASH] = ACTIONS(1725), [anon_sym_PERCENT] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1859), - [anon_sym_GT] = ACTIONS(1859), - [anon_sym_EQ_EQ] = ACTIONS(1859), - [anon_sym_BANG_EQ] = ACTIONS(1859), - [anon_sym_LT_EQ] = ACTIONS(1859), - [anon_sym_GT_EQ] = ACTIONS(1859), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1855), + [anon_sym_BANG_EQ] = ACTIONS(1855), + [anon_sym_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_EQ] = ACTIONS(1855), [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_struct] = ACTIONS(1859), - [anon_sym_union] = ACTIONS(1859), - [anon_sym_pub] = ACTIONS(1859), - [anon_sym_mut] = ACTIONS(1859), - [anon_sym_enum] = ACTIONS(1859), - [anon_sym_interface] = ACTIONS(1859), - [anon_sym_PLUS_PLUS] = ACTIONS(1859), - [anon_sym_DASH_DASH] = ACTIONS(1859), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_pub] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_interface] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), [anon_sym_QMARK] = ACTIONS(1735), [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_go] = ACTIONS(1859), - [anon_sym_spawn] = ACTIONS(1859), - [anon_sym_json_DOTdecode] = ACTIONS(1859), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), [anon_sym_LBRACK2] = ACTIONS(1739), - [anon_sym_TILDE] = ACTIONS(1859), + [anon_sym_TILDE] = ACTIONS(1855), [anon_sym_CARET] = ACTIONS(1723), [anon_sym_AMP] = ACTIONS(1725), - [anon_sym_LT_DASH] = ACTIONS(1859), + [anon_sym_LT_DASH] = ACTIONS(1855), [anon_sym_LT_LT] = ACTIONS(1725), [anon_sym_GT_GT] = ACTIONS(1725), [anon_sym_GT_GT_GT] = ACTIONS(1725), [anon_sym_AMP_CARET] = ACTIONS(1725), - [anon_sym_AMP_AMP] = ACTIONS(1859), - [anon_sym_PIPE_PIPE] = ACTIONS(1859), - [anon_sym_or] = ACTIONS(1859), - [sym_none] = ACTIONS(1859), - [sym_true] = ACTIONS(1859), - [sym_false] = ACTIONS(1859), - [sym_nil] = ACTIONS(1859), + [anon_sym_AMP_AMP] = ACTIONS(1855), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), [anon_sym_QMARK_DOT] = ACTIONS(1715), [anon_sym_POUND_LBRACK] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1859), - [anon_sym_DOLLARif] = ACTIONS(1859), - [anon_sym_is] = ACTIONS(1859), - [anon_sym_BANGis] = ACTIONS(1859), - [anon_sym_in] = ACTIONS(1859), - [anon_sym_BANGin] = ACTIONS(1859), - [anon_sym_match] = ACTIONS(1859), - [anon_sym_select] = ACTIONS(1859), - [anon_sym_STAR_EQ] = ACTIONS(1859), - [anon_sym_SLASH_EQ] = ACTIONS(1859), - [anon_sym_PERCENT_EQ] = ACTIONS(1859), - [anon_sym_LT_LT_EQ] = ACTIONS(1859), - [anon_sym_GT_GT_EQ] = ACTIONS(1859), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1859), - [anon_sym_AMP_EQ] = ACTIONS(1859), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1859), - [anon_sym_PLUS_EQ] = ACTIONS(1859), - [anon_sym_DASH_EQ] = ACTIONS(1859), - [anon_sym_PIPE_EQ] = ACTIONS(1859), - [anon_sym_CARET_EQ] = ACTIONS(1859), - [anon_sym_COLON_EQ] = ACTIONS(1859), - [anon_sym_lock] = ACTIONS(1859), - [anon_sym_rlock] = ACTIONS(1859), - [anon_sym_unsafe] = ACTIONS(1859), - [anon_sym_sql] = ACTIONS(1859), - [sym_int_literal] = ACTIONS(1859), - [sym_float_literal] = ACTIONS(1859), - [sym_rune_literal] = ACTIONS(1859), - [sym_pseudo_compile_time_identifier] = ACTIONS(1859), - [anon_sym_shared] = ACTIONS(1859), - [anon_sym_map_LBRACK] = ACTIONS(1859), - [anon_sym_chan] = ACTIONS(1859), - [anon_sym_thread] = ACTIONS(1859), - [anon_sym_atomic] = ACTIONS(1859), - [anon_sym_assert] = ACTIONS(1859), - [anon_sym_defer] = ACTIONS(1859), - [anon_sym_goto] = ACTIONS(1859), - [anon_sym_break] = ACTIONS(1859), - [anon_sym_continue] = ACTIONS(1859), - [anon_sym_return] = ACTIONS(1859), - [anon_sym_DOLLARfor] = ACTIONS(1859), - [anon_sym_for] = ACTIONS(1859), - [anon_sym_POUND] = ACTIONS(1859), - [anon_sym_asm] = ACTIONS(1859), - [anon_sym_AT_LBRACK] = ACTIONS(1859), - [sym___double_quote] = ACTIONS(1859), - [sym___single_quote] = ACTIONS(1859), - [sym___c_double_quote] = ACTIONS(1859), - [sym___c_single_quote] = ACTIONS(1859), - [sym___r_double_quote] = ACTIONS(1859), - [sym___r_single_quote] = ACTIONS(1859), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(1855), + [anon_sym_BANGin] = ACTIONS(1855), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_STAR_EQ] = ACTIONS(1855), + [anon_sym_SLASH_EQ] = ACTIONS(1855), + [anon_sym_PERCENT_EQ] = ACTIONS(1855), + [anon_sym_LT_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_GT_EQ] = ACTIONS(1855), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1855), + [anon_sym_AMP_EQ] = ACTIONS(1855), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1855), + [anon_sym_PLUS_EQ] = ACTIONS(1855), + [anon_sym_DASH_EQ] = ACTIONS(1855), + [anon_sym_PIPE_EQ] = ACTIONS(1855), + [anon_sym_CARET_EQ] = ACTIONS(1855), + [anon_sym_COLON_EQ] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [anon_sym_assert] = ACTIONS(1855), + [anon_sym_defer] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_DOLLARfor] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_POUND] = ACTIONS(1855), + [anon_sym_asm] = ACTIONS(1855), + [anon_sym_AT_LBRACK] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), }, - [242] = { - [sym_line_comment] = STATE(242), - [sym_block_comment] = STATE(242), - [sym__expression] = STATE(2870), + [240] = { + [sym_line_comment] = STATE(240), + [sym_block_comment] = STATE(240), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(243), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4115), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2091), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1861), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1859), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [241] = { + [sym_line_comment] = STATE(241), + [sym_block_comment] = STATE(241), + [sym__expression] = STATE(1296), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym___rcbr] = STATE(3849), + [aux_sym_string_interpolation_repeat1] = STATE(226), + [sym_identifier] = ACTIONS(1380), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_RBRACE] = ACTIONS(1807), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -51589,712 +51485,831 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), + }, + [242] = { + [sym_line_comment] = STATE(242), + [sym_block_comment] = STATE(242), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), + [ts_builtin_sym_end] = ACTIONS(1861), + [sym_identifier] = ACTIONS(1863), + [anon_sym_LF] = ACTIONS(1863), + [anon_sym_CR] = ACTIONS(1863), + [anon_sym_CR_LF] = ACTIONS(1863), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(1715), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1863), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1863), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_EQ] = ACTIONS(1855), + [anon_sym___global] = ACTIONS(1863), + [anon_sym_type] = ACTIONS(1863), + [anon_sym_PIPE] = ACTIONS(1855), + [anon_sym_fn] = ACTIONS(1863), + [anon_sym_PLUS] = ACTIONS(1863), + [anon_sym_DASH] = ACTIONS(1863), + [anon_sym_STAR] = ACTIONS(1863), + [anon_sym_SLASH] = ACTIONS(1855), + [anon_sym_PERCENT] = ACTIONS(1855), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1855), + [anon_sym_BANG_EQ] = ACTIONS(1855), + [anon_sym_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_EQ] = ACTIONS(1855), + [anon_sym_LBRACK] = ACTIONS(1729), + [anon_sym_struct] = ACTIONS(1863), + [anon_sym_union] = ACTIONS(1863), + [anon_sym_pub] = ACTIONS(1863), + [anon_sym_mut] = ACTIONS(1863), + [anon_sym_enum] = ACTIONS(1863), + [anon_sym_interface] = ACTIONS(1863), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(1735), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_go] = ACTIONS(1863), + [anon_sym_spawn] = ACTIONS(1863), + [anon_sym_json_DOTdecode] = ACTIONS(1863), + [anon_sym_LBRACK2] = ACTIONS(1739), + [anon_sym_TILDE] = ACTIONS(1863), + [anon_sym_CARET] = ACTIONS(1863), + [anon_sym_AMP] = ACTIONS(1863), + [anon_sym_LT_DASH] = ACTIONS(1863), + [anon_sym_LT_LT] = ACTIONS(1855), + [anon_sym_GT_GT] = ACTIONS(1855), + [anon_sym_GT_GT_GT] = ACTIONS(1855), + [anon_sym_AMP_CARET] = ACTIONS(1855), + [anon_sym_AMP_AMP] = ACTIONS(1855), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1863), + [sym_true] = ACTIONS(1863), + [sym_false] = ACTIONS(1863), + [sym_nil] = ACTIONS(1863), + [anon_sym_QMARK_DOT] = ACTIONS(1715), + [anon_sym_POUND_LBRACK] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1863), + [anon_sym_DOLLARif] = ACTIONS(1863), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(1855), + [anon_sym_BANGin] = ACTIONS(1855), + [anon_sym_match] = ACTIONS(1863), + [anon_sym_select] = ACTIONS(1863), + [anon_sym_STAR_EQ] = ACTIONS(1855), + [anon_sym_SLASH_EQ] = ACTIONS(1855), + [anon_sym_PERCENT_EQ] = ACTIONS(1855), + [anon_sym_LT_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_GT_EQ] = ACTIONS(1855), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1855), + [anon_sym_AMP_EQ] = ACTIONS(1855), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1855), + [anon_sym_PLUS_EQ] = ACTIONS(1855), + [anon_sym_DASH_EQ] = ACTIONS(1855), + [anon_sym_PIPE_EQ] = ACTIONS(1855), + [anon_sym_CARET_EQ] = ACTIONS(1855), + [anon_sym_COLON_EQ] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1863), + [anon_sym_rlock] = ACTIONS(1863), + [anon_sym_unsafe] = ACTIONS(1863), + [anon_sym_sql] = ACTIONS(1863), + [sym_int_literal] = ACTIONS(1863), + [sym_float_literal] = ACTIONS(1863), + [sym_rune_literal] = ACTIONS(1863), + [sym_pseudo_compile_time_identifier] = ACTIONS(1863), + [anon_sym_shared] = ACTIONS(1863), + [anon_sym_map_LBRACK] = ACTIONS(1863), + [anon_sym_chan] = ACTIONS(1863), + [anon_sym_thread] = ACTIONS(1863), + [anon_sym_atomic] = ACTIONS(1863), + [anon_sym_assert] = ACTIONS(1863), + [anon_sym_defer] = ACTIONS(1863), + [anon_sym_goto] = ACTIONS(1863), + [anon_sym_break] = ACTIONS(1863), + [anon_sym_continue] = ACTIONS(1863), + [anon_sym_return] = ACTIONS(1863), + [anon_sym_DOLLARfor] = ACTIONS(1863), + [anon_sym_for] = ACTIONS(1863), + [anon_sym_POUND] = ACTIONS(1863), + [anon_sym_asm] = ACTIONS(1863), + [anon_sym_AT_LBRACK] = ACTIONS(1863), + [sym___double_quote] = ACTIONS(1863), + [sym___single_quote] = ACTIONS(1863), + [sym___c_double_quote] = ACTIONS(1863), + [sym___c_single_quote] = ACTIONS(1863), + [sym___r_double_quote] = ACTIONS(1863), + [sym___r_single_quote] = ACTIONS(1863), }, [243] = { [sym_line_comment] = STATE(243), [sym_block_comment] = STATE(243), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [aux_sym_map_init_expression_repeat1] = STATE(293), - [sym_identifier] = ACTIONS(1384), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1863), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [244] = { [sym_line_comment] = STATE(244), [sym_block_comment] = STATE(244), - [sym__expression] = STATE(2480), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4173), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(243), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1867), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [245] = { [sym_line_comment] = STATE(245), [sym_block_comment] = STATE(245), - [sym__expression] = STATE(2389), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4160), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(268), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1869), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [246] = { [sym_line_comment] = STATE(246), [sym_block_comment] = STATE(246), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2476), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4345), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2359), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4348), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1865), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [247] = { [sym_line_comment] = STATE(247), [sym_block_comment] = STATE(247), - [sym__expression] = STATE(2537), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4348), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(1901), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1867), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), + [ts_builtin_sym_end] = ACTIONS(1853), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(1715), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_EQ] = ACTIONS(1855), + [anon_sym___global] = ACTIONS(1855), + [anon_sym_type] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(1723), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_STAR] = ACTIONS(1725), + [anon_sym_SLASH] = ACTIONS(1725), + [anon_sym_PERCENT] = ACTIONS(1725), + [anon_sym_LT] = ACTIONS(1727), + [anon_sym_GT] = ACTIONS(1727), + [anon_sym_EQ_EQ] = ACTIONS(1727), + [anon_sym_BANG_EQ] = ACTIONS(1727), + [anon_sym_LT_EQ] = ACTIONS(1727), + [anon_sym_GT_EQ] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1729), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_pub] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_interface] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(1735), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(1739), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(1723), + [anon_sym_AMP] = ACTIONS(1725), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(1725), + [anon_sym_GT_GT] = ACTIONS(1725), + [anon_sym_GT_GT_GT] = ACTIONS(1725), + [anon_sym_AMP_CARET] = ACTIONS(1725), + [anon_sym_AMP_AMP] = ACTIONS(1855), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(1715), + [anon_sym_POUND_LBRACK] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(1751), + [anon_sym_BANGin] = ACTIONS(1753), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_STAR_EQ] = ACTIONS(1855), + [anon_sym_SLASH_EQ] = ACTIONS(1855), + [anon_sym_PERCENT_EQ] = ACTIONS(1855), + [anon_sym_LT_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_GT_EQ] = ACTIONS(1855), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1855), + [anon_sym_AMP_EQ] = ACTIONS(1855), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1855), + [anon_sym_PLUS_EQ] = ACTIONS(1855), + [anon_sym_DASH_EQ] = ACTIONS(1855), + [anon_sym_PIPE_EQ] = ACTIONS(1855), + [anon_sym_CARET_EQ] = ACTIONS(1855), + [anon_sym_COLON_EQ] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [anon_sym_assert] = ACTIONS(1855), + [anon_sym_defer] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_DOLLARfor] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_POUND] = ACTIONS(1855), + [anon_sym_asm] = ACTIONS(1855), + [anon_sym_AT_LBRACK] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), }, [248] = { [sym_line_comment] = STATE(248), [sym_block_comment] = STATE(248), - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(293), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1298), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym___rcbr] = STATE(3728), + [aux_sym_string_interpolation_repeat1] = STATE(275), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1869), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_RBRACE] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -52303,257 +52318,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [249] = { [sym_line_comment] = STATE(249), [sym_block_comment] = STATE(249), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(293), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4407), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(1354), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1871), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [250] = { [sym_line_comment] = STATE(250), [sym_block_comment] = STATE(250), - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(281), - [sym_identifier] = ACTIONS(1384), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1873), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [251] = { - [sym_line_comment] = STATE(251), - [sym_block_comment] = STATE(251), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), [ts_builtin_sym_end] = ACTIONS(1875), [sym_identifier] = ACTIONS(1877), [anon_sym_LF] = ACTIONS(1877), @@ -52667,2847 +52563,2966 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1877), [sym___r_single_quote] = ACTIONS(1877), }, + [251] = { + [sym_line_comment] = STATE(251), + [sym_block_comment] = STATE(251), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), + [ts_builtin_sym_end] = ACTIONS(1853), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(1715), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_EQ] = ACTIONS(1855), + [anon_sym___global] = ACTIONS(1855), + [anon_sym_type] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(1723), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_STAR] = ACTIONS(1725), + [anon_sym_SLASH] = ACTIONS(1725), + [anon_sym_PERCENT] = ACTIONS(1725), + [anon_sym_LT] = ACTIONS(1727), + [anon_sym_GT] = ACTIONS(1727), + [anon_sym_EQ_EQ] = ACTIONS(1727), + [anon_sym_BANG_EQ] = ACTIONS(1727), + [anon_sym_LT_EQ] = ACTIONS(1727), + [anon_sym_GT_EQ] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1729), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_pub] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_interface] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(1735), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(1739), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(1723), + [anon_sym_AMP] = ACTIONS(1725), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(1725), + [anon_sym_GT_GT] = ACTIONS(1725), + [anon_sym_GT_GT_GT] = ACTIONS(1725), + [anon_sym_AMP_CARET] = ACTIONS(1725), + [anon_sym_AMP_AMP] = ACTIONS(1741), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(1715), + [anon_sym_POUND_LBRACK] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(1751), + [anon_sym_BANGin] = ACTIONS(1753), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_STAR_EQ] = ACTIONS(1855), + [anon_sym_SLASH_EQ] = ACTIONS(1855), + [anon_sym_PERCENT_EQ] = ACTIONS(1855), + [anon_sym_LT_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_GT_EQ] = ACTIONS(1855), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1855), + [anon_sym_AMP_EQ] = ACTIONS(1855), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1855), + [anon_sym_PLUS_EQ] = ACTIONS(1855), + [anon_sym_DASH_EQ] = ACTIONS(1855), + [anon_sym_PIPE_EQ] = ACTIONS(1855), + [anon_sym_CARET_EQ] = ACTIONS(1855), + [anon_sym_COLON_EQ] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [anon_sym_assert] = ACTIONS(1855), + [anon_sym_defer] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_DOLLARfor] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_POUND] = ACTIONS(1855), + [anon_sym_asm] = ACTIONS(1855), + [anon_sym_AT_LBRACK] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), + }, [252] = { [sym_line_comment] = STATE(252), [sym_block_comment] = STATE(252), - [sym__expression] = STATE(2537), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4170), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2018), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1879), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), + [ts_builtin_sym_end] = ACTIONS(1879), + [sym_identifier] = ACTIONS(1881), + [anon_sym_LF] = ACTIONS(1881), + [anon_sym_CR] = ACTIONS(1881), + [anon_sym_CR_LF] = ACTIONS(1881), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(1715), + [anon_sym_as] = ACTIONS(1881), + [anon_sym_LBRACE] = ACTIONS(1881), + [anon_sym_COMMA] = ACTIONS(1881), + [anon_sym_const] = ACTIONS(1881), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_EQ] = ACTIONS(1881), + [anon_sym___global] = ACTIONS(1881), + [anon_sym_type] = ACTIONS(1881), + [anon_sym_PIPE] = ACTIONS(1723), + [anon_sym_fn] = ACTIONS(1881), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_STAR] = ACTIONS(1725), + [anon_sym_SLASH] = ACTIONS(1725), + [anon_sym_PERCENT] = ACTIONS(1725), + [anon_sym_LT] = ACTIONS(1881), + [anon_sym_GT] = ACTIONS(1881), + [anon_sym_EQ_EQ] = ACTIONS(1881), + [anon_sym_BANG_EQ] = ACTIONS(1881), + [anon_sym_LT_EQ] = ACTIONS(1881), + [anon_sym_GT_EQ] = ACTIONS(1881), + [anon_sym_LBRACK] = ACTIONS(1729), + [anon_sym_struct] = ACTIONS(1881), + [anon_sym_union] = ACTIONS(1881), + [anon_sym_pub] = ACTIONS(1881), + [anon_sym_mut] = ACTIONS(1881), + [anon_sym_enum] = ACTIONS(1881), + [anon_sym_interface] = ACTIONS(1881), + [anon_sym_PLUS_PLUS] = ACTIONS(1881), + [anon_sym_DASH_DASH] = ACTIONS(1881), + [anon_sym_QMARK] = ACTIONS(1735), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_go] = ACTIONS(1881), + [anon_sym_spawn] = ACTIONS(1881), + [anon_sym_json_DOTdecode] = ACTIONS(1881), + [anon_sym_LBRACK2] = ACTIONS(1739), + [anon_sym_TILDE] = ACTIONS(1881), + [anon_sym_CARET] = ACTIONS(1723), + [anon_sym_AMP] = ACTIONS(1725), + [anon_sym_LT_DASH] = ACTIONS(1881), + [anon_sym_LT_LT] = ACTIONS(1725), + [anon_sym_GT_GT] = ACTIONS(1725), + [anon_sym_GT_GT_GT] = ACTIONS(1725), + [anon_sym_AMP_CARET] = ACTIONS(1725), + [anon_sym_AMP_AMP] = ACTIONS(1881), + [anon_sym_PIPE_PIPE] = ACTIONS(1881), + [anon_sym_or] = ACTIONS(1881), + [sym_none] = ACTIONS(1881), + [sym_true] = ACTIONS(1881), + [sym_false] = ACTIONS(1881), + [sym_nil] = ACTIONS(1881), + [anon_sym_QMARK_DOT] = ACTIONS(1715), + [anon_sym_POUND_LBRACK] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1881), + [anon_sym_DOLLARif] = ACTIONS(1881), + [anon_sym_is] = ACTIONS(1881), + [anon_sym_BANGis] = ACTIONS(1881), + [anon_sym_in] = ACTIONS(1881), + [anon_sym_BANGin] = ACTIONS(1881), + [anon_sym_match] = ACTIONS(1881), + [anon_sym_select] = ACTIONS(1881), + [anon_sym_STAR_EQ] = ACTIONS(1881), + [anon_sym_SLASH_EQ] = ACTIONS(1881), + [anon_sym_PERCENT_EQ] = ACTIONS(1881), + [anon_sym_LT_LT_EQ] = ACTIONS(1881), + [anon_sym_GT_GT_EQ] = ACTIONS(1881), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1881), + [anon_sym_AMP_EQ] = ACTIONS(1881), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1881), + [anon_sym_PLUS_EQ] = ACTIONS(1881), + [anon_sym_DASH_EQ] = ACTIONS(1881), + [anon_sym_PIPE_EQ] = ACTIONS(1881), + [anon_sym_CARET_EQ] = ACTIONS(1881), + [anon_sym_COLON_EQ] = ACTIONS(1881), + [anon_sym_lock] = ACTIONS(1881), + [anon_sym_rlock] = ACTIONS(1881), + [anon_sym_unsafe] = ACTIONS(1881), + [anon_sym_sql] = ACTIONS(1881), + [sym_int_literal] = ACTIONS(1881), + [sym_float_literal] = ACTIONS(1881), + [sym_rune_literal] = ACTIONS(1881), + [sym_pseudo_compile_time_identifier] = ACTIONS(1881), + [anon_sym_shared] = ACTIONS(1881), + [anon_sym_map_LBRACK] = ACTIONS(1881), + [anon_sym_chan] = ACTIONS(1881), + [anon_sym_thread] = ACTIONS(1881), + [anon_sym_atomic] = ACTIONS(1881), + [anon_sym_assert] = ACTIONS(1881), + [anon_sym_defer] = ACTIONS(1881), + [anon_sym_goto] = ACTIONS(1881), + [anon_sym_break] = ACTIONS(1881), + [anon_sym_continue] = ACTIONS(1881), + [anon_sym_return] = ACTIONS(1881), + [anon_sym_DOLLARfor] = ACTIONS(1881), + [anon_sym_for] = ACTIONS(1881), + [anon_sym_POUND] = ACTIONS(1881), + [anon_sym_asm] = ACTIONS(1881), + [anon_sym_AT_LBRACK] = ACTIONS(1881), + [sym___double_quote] = ACTIONS(1881), + [sym___single_quote] = ACTIONS(1881), + [sym___c_double_quote] = ACTIONS(1881), + [sym___c_single_quote] = ACTIONS(1881), + [sym___r_double_quote] = ACTIONS(1881), + [sym___r_single_quote] = ACTIONS(1881), }, [253] = { [sym_line_comment] = STATE(253), [sym_block_comment] = STATE(253), - [sym__expression] = STATE(2476), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4302), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(254), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1883), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [254] = { [sym_line_comment] = STATE(254), [sym_block_comment] = STATE(254), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(260), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(293), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1881), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1885), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [255] = { [sym_line_comment] = STATE(255), [sym_block_comment] = STATE(255), - [sym__expression] = STATE(2537), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), + [ts_builtin_sym_end] = ACTIONS(1887), + [sym_identifier] = ACTIONS(1889), + [anon_sym_LF] = ACTIONS(1889), + [anon_sym_CR] = ACTIONS(1889), + [anon_sym_CR_LF] = ACTIONS(1889), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(1715), + [anon_sym_as] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1889), + [anon_sym_COMMA] = ACTIONS(1889), + [anon_sym_const] = ACTIONS(1889), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_EQ] = ACTIONS(1889), + [anon_sym___global] = ACTIONS(1889), + [anon_sym_type] = ACTIONS(1889), + [anon_sym_PIPE] = ACTIONS(1723), + [anon_sym_fn] = ACTIONS(1889), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_STAR] = ACTIONS(1725), + [anon_sym_SLASH] = ACTIONS(1725), + [anon_sym_PERCENT] = ACTIONS(1725), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_EQ_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_LT_EQ] = ACTIONS(1889), + [anon_sym_GT_EQ] = ACTIONS(1889), + [anon_sym_LBRACK] = ACTIONS(1729), + [anon_sym_struct] = ACTIONS(1889), + [anon_sym_union] = ACTIONS(1889), + [anon_sym_pub] = ACTIONS(1889), + [anon_sym_mut] = ACTIONS(1889), + [anon_sym_enum] = ACTIONS(1889), + [anon_sym_interface] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1889), + [anon_sym_DASH_DASH] = ACTIONS(1889), + [anon_sym_QMARK] = ACTIONS(1735), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_go] = ACTIONS(1889), + [anon_sym_spawn] = ACTIONS(1889), + [anon_sym_json_DOTdecode] = ACTIONS(1889), + [anon_sym_LBRACK2] = ACTIONS(1739), + [anon_sym_TILDE] = ACTIONS(1889), + [anon_sym_CARET] = ACTIONS(1723), + [anon_sym_AMP] = ACTIONS(1725), + [anon_sym_LT_DASH] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(1725), + [anon_sym_GT_GT] = ACTIONS(1725), + [anon_sym_GT_GT_GT] = ACTIONS(1725), + [anon_sym_AMP_CARET] = ACTIONS(1725), + [anon_sym_AMP_AMP] = ACTIONS(1889), + [anon_sym_PIPE_PIPE] = ACTIONS(1889), + [anon_sym_or] = ACTIONS(1889), + [sym_none] = ACTIONS(1889), + [sym_true] = ACTIONS(1889), + [sym_false] = ACTIONS(1889), + [sym_nil] = ACTIONS(1889), + [anon_sym_QMARK_DOT] = ACTIONS(1715), + [anon_sym_POUND_LBRACK] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1889), + [anon_sym_DOLLARif] = ACTIONS(1889), + [anon_sym_is] = ACTIONS(1889), + [anon_sym_BANGis] = ACTIONS(1889), + [anon_sym_in] = ACTIONS(1889), + [anon_sym_BANGin] = ACTIONS(1889), + [anon_sym_match] = ACTIONS(1889), + [anon_sym_select] = ACTIONS(1889), + [anon_sym_STAR_EQ] = ACTIONS(1889), + [anon_sym_SLASH_EQ] = ACTIONS(1889), + [anon_sym_PERCENT_EQ] = ACTIONS(1889), + [anon_sym_LT_LT_EQ] = ACTIONS(1889), + [anon_sym_GT_GT_EQ] = ACTIONS(1889), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1889), + [anon_sym_AMP_EQ] = ACTIONS(1889), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1889), + [anon_sym_PLUS_EQ] = ACTIONS(1889), + [anon_sym_DASH_EQ] = ACTIONS(1889), + [anon_sym_PIPE_EQ] = ACTIONS(1889), + [anon_sym_CARET_EQ] = ACTIONS(1889), + [anon_sym_COLON_EQ] = ACTIONS(1889), + [anon_sym_lock] = ACTIONS(1889), + [anon_sym_rlock] = ACTIONS(1889), + [anon_sym_unsafe] = ACTIONS(1889), + [anon_sym_sql] = ACTIONS(1889), + [sym_int_literal] = ACTIONS(1889), + [sym_float_literal] = ACTIONS(1889), + [sym_rune_literal] = ACTIONS(1889), + [sym_pseudo_compile_time_identifier] = ACTIONS(1889), + [anon_sym_shared] = ACTIONS(1889), + [anon_sym_map_LBRACK] = ACTIONS(1889), + [anon_sym_chan] = ACTIONS(1889), + [anon_sym_thread] = ACTIONS(1889), + [anon_sym_atomic] = ACTIONS(1889), + [anon_sym_assert] = ACTIONS(1889), + [anon_sym_defer] = ACTIONS(1889), + [anon_sym_goto] = ACTIONS(1889), + [anon_sym_break] = ACTIONS(1889), + [anon_sym_continue] = ACTIONS(1889), + [anon_sym_return] = ACTIONS(1889), + [anon_sym_DOLLARfor] = ACTIONS(1889), + [anon_sym_for] = ACTIONS(1889), + [anon_sym_POUND] = ACTIONS(1889), + [anon_sym_asm] = ACTIONS(1889), + [anon_sym_AT_LBRACK] = ACTIONS(1889), + [sym___double_quote] = ACTIONS(1889), + [sym___single_quote] = ACTIONS(1889), + [sym___c_double_quote] = ACTIONS(1889), + [sym___c_single_quote] = ACTIONS(1889), + [sym___r_double_quote] = ACTIONS(1889), + [sym___r_single_quote] = ACTIONS(1889), + }, + [256] = { + [sym_line_comment] = STATE(256), + [sym_block_comment] = STATE(256), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4237), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2830), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(293), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1883), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [256] = { - [sym_line_comment] = STATE(256), - [sym_block_comment] = STATE(256), - [sym__expression] = STATE(2417), + [257] = { + [sym_line_comment] = STATE(257), + [sym_block_comment] = STATE(257), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4381), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4354), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(1910), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1893), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [257] = { - [sym_line_comment] = STATE(257), - [sym_block_comment] = STATE(257), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(1885), - [sym_identifier] = ACTIONS(1887), - [anon_sym_LF] = ACTIONS(1887), - [anon_sym_CR] = ACTIONS(1887), - [anon_sym_CR_LF] = ACTIONS(1887), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(1715), - [anon_sym_as] = ACTIONS(1887), - [anon_sym_LBRACE] = ACTIONS(1887), - [anon_sym_COMMA] = ACTIONS(1887), - [anon_sym_const] = ACTIONS(1887), - [anon_sym_LPAREN] = ACTIONS(1721), - [anon_sym_EQ] = ACTIONS(1887), - [anon_sym___global] = ACTIONS(1887), - [anon_sym_type] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(1887), - [anon_sym_fn] = ACTIONS(1887), - [anon_sym_PLUS] = ACTIONS(1887), - [anon_sym_DASH] = ACTIONS(1887), - [anon_sym_STAR] = ACTIONS(1887), - [anon_sym_SLASH] = ACTIONS(1887), - [anon_sym_PERCENT] = ACTIONS(1887), - [anon_sym_LT] = ACTIONS(1887), - [anon_sym_GT] = ACTIONS(1887), - [anon_sym_EQ_EQ] = ACTIONS(1887), - [anon_sym_BANG_EQ] = ACTIONS(1887), - [anon_sym_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_EQ] = ACTIONS(1887), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_struct] = ACTIONS(1887), - [anon_sym_union] = ACTIONS(1887), - [anon_sym_pub] = ACTIONS(1887), - [anon_sym_mut] = ACTIONS(1887), - [anon_sym_enum] = ACTIONS(1887), - [anon_sym_interface] = ACTIONS(1887), - [anon_sym_PLUS_PLUS] = ACTIONS(1887), - [anon_sym_DASH_DASH] = ACTIONS(1887), - [anon_sym_QMARK] = ACTIONS(1735), - [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_go] = ACTIONS(1887), - [anon_sym_spawn] = ACTIONS(1887), - [anon_sym_json_DOTdecode] = ACTIONS(1887), - [anon_sym_LBRACK2] = ACTIONS(1739), - [anon_sym_TILDE] = ACTIONS(1887), - [anon_sym_CARET] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1887), - [anon_sym_LT_DASH] = ACTIONS(1887), - [anon_sym_LT_LT] = ACTIONS(1887), - [anon_sym_GT_GT] = ACTIONS(1887), - [anon_sym_GT_GT_GT] = ACTIONS(1887), - [anon_sym_AMP_CARET] = ACTIONS(1887), - [anon_sym_AMP_AMP] = ACTIONS(1887), - [anon_sym_PIPE_PIPE] = ACTIONS(1887), - [anon_sym_or] = ACTIONS(1887), - [sym_none] = ACTIONS(1887), - [sym_true] = ACTIONS(1887), - [sym_false] = ACTIONS(1887), - [sym_nil] = ACTIONS(1887), - [anon_sym_QMARK_DOT] = ACTIONS(1715), - [anon_sym_POUND_LBRACK] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1887), - [anon_sym_DOLLARif] = ACTIONS(1887), - [anon_sym_is] = ACTIONS(1887), - [anon_sym_BANGis] = ACTIONS(1887), - [anon_sym_in] = ACTIONS(1887), - [anon_sym_BANGin] = ACTIONS(1887), - [anon_sym_match] = ACTIONS(1887), - [anon_sym_select] = ACTIONS(1887), - [anon_sym_STAR_EQ] = ACTIONS(1887), - [anon_sym_SLASH_EQ] = ACTIONS(1887), - [anon_sym_PERCENT_EQ] = ACTIONS(1887), - [anon_sym_LT_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1887), - [anon_sym_AMP_EQ] = ACTIONS(1887), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1887), - [anon_sym_PLUS_EQ] = ACTIONS(1887), - [anon_sym_DASH_EQ] = ACTIONS(1887), - [anon_sym_PIPE_EQ] = ACTIONS(1887), - [anon_sym_CARET_EQ] = ACTIONS(1887), - [anon_sym_COLON_EQ] = ACTIONS(1887), - [anon_sym_lock] = ACTIONS(1887), - [anon_sym_rlock] = ACTIONS(1887), - [anon_sym_unsafe] = ACTIONS(1887), - [anon_sym_sql] = ACTIONS(1887), - [sym_int_literal] = ACTIONS(1887), - [sym_float_literal] = ACTIONS(1887), - [sym_rune_literal] = ACTIONS(1887), - [sym_pseudo_compile_time_identifier] = ACTIONS(1887), - [anon_sym_shared] = ACTIONS(1887), - [anon_sym_map_LBRACK] = ACTIONS(1887), - [anon_sym_chan] = ACTIONS(1887), - [anon_sym_thread] = ACTIONS(1887), - [anon_sym_atomic] = ACTIONS(1887), - [anon_sym_assert] = ACTIONS(1887), - [anon_sym_defer] = ACTIONS(1887), - [anon_sym_goto] = ACTIONS(1887), - [anon_sym_break] = ACTIONS(1887), - [anon_sym_continue] = ACTIONS(1887), - [anon_sym_return] = ACTIONS(1887), - [anon_sym_DOLLARfor] = ACTIONS(1887), - [anon_sym_for] = ACTIONS(1887), - [anon_sym_POUND] = ACTIONS(1887), - [anon_sym_asm] = ACTIONS(1887), - [anon_sym_AT_LBRACK] = ACTIONS(1887), - [sym___double_quote] = ACTIONS(1887), - [sym___single_quote] = ACTIONS(1887), - [sym___c_double_quote] = ACTIONS(1887), - [sym___c_single_quote] = ACTIONS(1887), - [sym___r_double_quote] = ACTIONS(1887), - [sym___r_single_quote] = ACTIONS(1887), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [258] = { [sym_line_comment] = STATE(258), [sym_block_comment] = STATE(258), - [sym__expression] = STATE(2477), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4285), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(238), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1895), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [259] = { [sym_line_comment] = STATE(259), [sym_block_comment] = STATE(259), - [sym__expression] = STATE(1294), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym___rcbr] = STATE(3736), - [aux_sym_string_interpolation_repeat1] = STATE(279), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2561), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4344), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2354), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1897), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [260] = { [sym_line_comment] = STATE(260), [sym_block_comment] = STATE(260), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2471), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(293), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4176), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1891), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [261] = { [sym_line_comment] = STATE(261), [sym_block_comment] = STATE(261), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(248), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4344), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2354), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1893), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1899), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [262] = { [sym_line_comment] = STATE(262), [sym_block_comment] = STATE(262), - [sym__expression] = STATE(2456), + [sym__expression] = STATE(2376), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4334), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2666), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4408), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [263] = { [sym_line_comment] = STATE(263), [sym_block_comment] = STATE(263), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(293), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(271), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1895), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1901), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [264] = { [sym_line_comment] = STATE(264), [sym_block_comment] = STATE(264), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2389), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(293), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4162), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1897), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [265] = { [sym_line_comment] = STATE(265), [sym_block_comment] = STATE(265), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2445), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4237), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2830), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2666), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4335), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1899), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [266] = { [sym_line_comment] = STATE(266), [sym_block_comment] = STATE(266), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4301), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(1106), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4234), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2727), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1901), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1903), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [267] = { [sym_line_comment] = STATE(267), [sym_block_comment] = STATE(267), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4237), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2830), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4344), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2354), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1903), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1905), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [268] = { [sym_line_comment] = STATE(268), [sym_block_comment] = STATE(268), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4325), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(1256), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(293), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1905), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1907), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [269] = { [sym_line_comment] = STATE(269), [sym_block_comment] = STATE(269), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4382), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2301), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(256), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1907), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1909), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [270] = { [sym_line_comment] = STATE(270), [sym_block_comment] = STATE(270), - [sym__expression] = STATE(2432), + [sym__expression] = STATE(2391), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4390), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4214), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [271] = { [sym_line_comment] = STATE(271), [sym_block_comment] = STATE(271), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4407), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2609), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(293), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1909), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1911), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [272] = { [sym_line_comment] = STATE(272), [sym_block_comment] = STATE(272), - [sym__expression] = STATE(2537), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4236), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(1776), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1911), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), + [ts_builtin_sym_end] = ACTIONS(1853), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(1715), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_EQ] = ACTIONS(1855), + [anon_sym___global] = ACTIONS(1855), + [anon_sym_type] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(1855), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(1725), + [anon_sym_SLASH] = ACTIONS(1725), + [anon_sym_PERCENT] = ACTIONS(1725), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1855), + [anon_sym_BANG_EQ] = ACTIONS(1855), + [anon_sym_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_EQ] = ACTIONS(1855), + [anon_sym_LBRACK] = ACTIONS(1729), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_pub] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_interface] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(1735), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(1739), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(1855), + [anon_sym_AMP] = ACTIONS(1725), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(1725), + [anon_sym_GT_GT] = ACTIONS(1725), + [anon_sym_GT_GT_GT] = ACTIONS(1725), + [anon_sym_AMP_CARET] = ACTIONS(1725), + [anon_sym_AMP_AMP] = ACTIONS(1855), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(1715), + [anon_sym_POUND_LBRACK] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(1855), + [anon_sym_BANGin] = ACTIONS(1855), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_STAR_EQ] = ACTIONS(1855), + [anon_sym_SLASH_EQ] = ACTIONS(1855), + [anon_sym_PERCENT_EQ] = ACTIONS(1855), + [anon_sym_LT_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_GT_EQ] = ACTIONS(1855), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1855), + [anon_sym_AMP_EQ] = ACTIONS(1855), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1855), + [anon_sym_PLUS_EQ] = ACTIONS(1855), + [anon_sym_DASH_EQ] = ACTIONS(1855), + [anon_sym_PIPE_EQ] = ACTIONS(1855), + [anon_sym_CARET_EQ] = ACTIONS(1855), + [anon_sym_COLON_EQ] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [anon_sym_assert] = ACTIONS(1855), + [anon_sym_defer] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_DOLLARfor] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_POUND] = ACTIONS(1855), + [anon_sym_asm] = ACTIONS(1855), + [anon_sym_AT_LBRACK] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), }, [273] = { [sym_line_comment] = STATE(273), [sym_block_comment] = STATE(273), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2418), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4345), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2359), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4340), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1913), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [274] = { [sym_line_comment] = STATE(274), [sym_block_comment] = STATE(274), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2445), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4170), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2018), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4335), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1915), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [275] = { [sym_line_comment] = STATE(275), [sym_block_comment] = STATE(275), - [sym__expression] = STATE(2537), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4301), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(1106), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1365), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym___rcbr] = STATE(3720), + [aux_sym_string_interpolation_repeat1] = STATE(313), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1917), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_RBRACE] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -55516,2103 +55531,2103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [276] = { [sym_line_comment] = STATE(276), [sym_block_comment] = STATE(276), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4113), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2078), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4406), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2599), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1919), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1913), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [277] = { [sym_line_comment] = STATE(277), [sym_block_comment] = STATE(277), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4405), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(1352), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4234), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2727), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1921), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1915), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [278] = { [sym_line_comment] = STATE(278), [sym_block_comment] = STATE(278), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4345), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2359), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4385), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2299), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1923), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1917), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [279] = { [sym_line_comment] = STATE(279), [sym_block_comment] = STATE(279), - [sym__expression] = STATE(1383), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym___rcbr] = STATE(3721), - [aux_sym_string_interpolation_repeat1] = STATE(349), - [sym_identifier] = ACTIONS(1318), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), + [ts_builtin_sym_end] = ACTIONS(1919), + [sym_identifier] = ACTIONS(1921), + [anon_sym_LF] = ACTIONS(1921), + [anon_sym_CR] = ACTIONS(1921), + [anon_sym_CR_LF] = ACTIONS(1921), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(1715), + [anon_sym_as] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1921), + [anon_sym_COMMA] = ACTIONS(1921), + [anon_sym_const] = ACTIONS(1921), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_EQ] = ACTIONS(1921), + [anon_sym___global] = ACTIONS(1921), + [anon_sym_type] = ACTIONS(1921), + [anon_sym_PIPE] = ACTIONS(1723), + [anon_sym_fn] = ACTIONS(1921), + [anon_sym_PLUS] = ACTIONS(1723), + [anon_sym_DASH] = ACTIONS(1723), + [anon_sym_STAR] = ACTIONS(1725), + [anon_sym_SLASH] = ACTIONS(1725), + [anon_sym_PERCENT] = ACTIONS(1725), + [anon_sym_LT] = ACTIONS(1727), + [anon_sym_GT] = ACTIONS(1727), + [anon_sym_EQ_EQ] = ACTIONS(1727), + [anon_sym_BANG_EQ] = ACTIONS(1727), + [anon_sym_LT_EQ] = ACTIONS(1727), + [anon_sym_GT_EQ] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1729), + [anon_sym_struct] = ACTIONS(1921), + [anon_sym_union] = ACTIONS(1921), + [anon_sym_pub] = ACTIONS(1921), + [anon_sym_mut] = ACTIONS(1921), + [anon_sym_enum] = ACTIONS(1921), + [anon_sym_interface] = ACTIONS(1921), + [anon_sym_PLUS_PLUS] = ACTIONS(1731), + [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_QMARK] = ACTIONS(1735), + [anon_sym_BANG] = ACTIONS(1737), + [anon_sym_go] = ACTIONS(1921), + [anon_sym_spawn] = ACTIONS(1921), + [anon_sym_json_DOTdecode] = ACTIONS(1921), + [anon_sym_LBRACK2] = ACTIONS(1739), + [anon_sym_TILDE] = ACTIONS(1921), + [anon_sym_CARET] = ACTIONS(1723), + [anon_sym_AMP] = ACTIONS(1725), + [anon_sym_LT_DASH] = ACTIONS(1921), + [anon_sym_LT_LT] = ACTIONS(1725), + [anon_sym_GT_GT] = ACTIONS(1725), + [anon_sym_GT_GT_GT] = ACTIONS(1725), + [anon_sym_AMP_CARET] = ACTIONS(1725), + [anon_sym_AMP_AMP] = ACTIONS(1741), + [anon_sym_PIPE_PIPE] = ACTIONS(1743), + [anon_sym_or] = ACTIONS(1745), + [sym_none] = ACTIONS(1921), + [sym_true] = ACTIONS(1921), + [sym_false] = ACTIONS(1921), + [sym_nil] = ACTIONS(1921), + [anon_sym_QMARK_DOT] = ACTIONS(1715), + [anon_sym_POUND_LBRACK] = ACTIONS(1739), + [anon_sym_if] = ACTIONS(1921), + [anon_sym_DOLLARif] = ACTIONS(1921), + [anon_sym_is] = ACTIONS(1923), + [anon_sym_BANGis] = ACTIONS(1925), + [anon_sym_in] = ACTIONS(1751), + [anon_sym_BANGin] = ACTIONS(1753), + [anon_sym_match] = ACTIONS(1921), + [anon_sym_select] = ACTIONS(1921), + [anon_sym_STAR_EQ] = ACTIONS(1921), + [anon_sym_SLASH_EQ] = ACTIONS(1921), + [anon_sym_PERCENT_EQ] = ACTIONS(1921), + [anon_sym_LT_LT_EQ] = ACTIONS(1921), + [anon_sym_GT_GT_EQ] = ACTIONS(1921), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1921), + [anon_sym_AMP_EQ] = ACTIONS(1921), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1921), + [anon_sym_PLUS_EQ] = ACTIONS(1921), + [anon_sym_DASH_EQ] = ACTIONS(1921), + [anon_sym_PIPE_EQ] = ACTIONS(1921), + [anon_sym_CARET_EQ] = ACTIONS(1921), + [anon_sym_COLON_EQ] = ACTIONS(1921), + [anon_sym_lock] = ACTIONS(1921), + [anon_sym_rlock] = ACTIONS(1921), + [anon_sym_unsafe] = ACTIONS(1921), + [anon_sym_sql] = ACTIONS(1921), + [sym_int_literal] = ACTIONS(1921), + [sym_float_literal] = ACTIONS(1921), + [sym_rune_literal] = ACTIONS(1921), + [sym_pseudo_compile_time_identifier] = ACTIONS(1921), + [anon_sym_shared] = ACTIONS(1921), + [anon_sym_map_LBRACK] = ACTIONS(1921), + [anon_sym_chan] = ACTIONS(1921), + [anon_sym_thread] = ACTIONS(1921), + [anon_sym_atomic] = ACTIONS(1921), + [anon_sym_assert] = ACTIONS(1921), + [anon_sym_defer] = ACTIONS(1921), + [anon_sym_goto] = ACTIONS(1921), + [anon_sym_break] = ACTIONS(1921), + [anon_sym_continue] = ACTIONS(1921), + [anon_sym_return] = ACTIONS(1921), + [anon_sym_DOLLARfor] = ACTIONS(1921), + [anon_sym_for] = ACTIONS(1921), + [anon_sym_POUND] = ACTIONS(1921), + [anon_sym_asm] = ACTIONS(1921), + [anon_sym_AT_LBRACK] = ACTIONS(1921), + [sym___double_quote] = ACTIONS(1921), + [sym___single_quote] = ACTIONS(1921), + [sym___c_double_quote] = ACTIONS(1921), + [sym___c_single_quote] = ACTIONS(1921), + [sym___r_double_quote] = ACTIONS(1921), + [sym___r_single_quote] = ACTIONS(1921), }, [280] = { [sym_line_comment] = STATE(280), [sym_block_comment] = STATE(280), - [sym__expression] = STATE(2453), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4242), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4406), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2599), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1927), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [281] = { [sym_line_comment] = STATE(281), [sym_block_comment] = STATE(281), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(293), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4175), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2018), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1925), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1929), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [282] = { [sym_line_comment] = STATE(282), [sym_block_comment] = STATE(282), - [sym__expression] = STATE(2374), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2675), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4406), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4302), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(1111), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1931), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [283] = { [sym_line_comment] = STATE(283), [sym_block_comment] = STATE(283), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(293), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4407), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(1354), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1927), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1933), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [284] = { [sym_line_comment] = STATE(284), [sym_block_comment] = STATE(284), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4213), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(810), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(293), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1929), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1935), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [285] = { [sym_line_comment] = STATE(285), [sym_block_comment] = STATE(285), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(286), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(284), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1931), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1937), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [286] = { [sym_line_comment] = STATE(286), [sym_block_comment] = STATE(286), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(293), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4344), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2354), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1933), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1939), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [287] = { [sym_line_comment] = STATE(287), [sym_block_comment] = STATE(287), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(1935), - [sym_identifier] = ACTIONS(1937), - [anon_sym_LF] = ACTIONS(1937), - [anon_sym_CR] = ACTIONS(1937), - [anon_sym_CR_LF] = ACTIONS(1937), + [sym__expression] = STATE(2561), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4218), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(874), + [sym_identifier] = ACTIONS(1767), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1941), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [288] = { + [sym_line_comment] = STATE(288), + [sym_block_comment] = STATE(288), + [sym_type_parameters] = STATE(4254), + [sym_argument_list] = STATE(722), + [sym_or_block] = STATE(721), + [ts_builtin_sym_end] = ACTIONS(1943), + [sym_identifier] = ACTIONS(1945), + [anon_sym_LF] = ACTIONS(1945), + [anon_sym_CR] = ACTIONS(1945), + [anon_sym_CR_LF] = ACTIONS(1945), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(1715), - [anon_sym_as] = ACTIONS(1717), - [anon_sym_LBRACE] = ACTIONS(1937), - [anon_sym_COMMA] = ACTIONS(1937), - [anon_sym_const] = ACTIONS(1937), + [anon_sym_as] = ACTIONS(1945), + [anon_sym_LBRACE] = ACTIONS(1945), + [anon_sym_COMMA] = ACTIONS(1945), + [anon_sym_const] = ACTIONS(1945), [anon_sym_LPAREN] = ACTIONS(1721), - [anon_sym_EQ] = ACTIONS(1937), - [anon_sym___global] = ACTIONS(1937), - [anon_sym_type] = ACTIONS(1937), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_fn] = ACTIONS(1937), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_STAR] = ACTIONS(1725), - [anon_sym_SLASH] = ACTIONS(1725), - [anon_sym_PERCENT] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1727), - [anon_sym_GT] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1727), - [anon_sym_BANG_EQ] = ACTIONS(1727), - [anon_sym_LT_EQ] = ACTIONS(1727), - [anon_sym_GT_EQ] = ACTIONS(1727), + [anon_sym_EQ] = ACTIONS(1945), + [anon_sym___global] = ACTIONS(1945), + [anon_sym_type] = ACTIONS(1945), + [anon_sym_PIPE] = ACTIONS(1945), + [anon_sym_fn] = ACTIONS(1945), + [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_DASH] = ACTIONS(1945), + [anon_sym_STAR] = ACTIONS(1945), + [anon_sym_SLASH] = ACTIONS(1945), + [anon_sym_PERCENT] = ACTIONS(1945), + [anon_sym_LT] = ACTIONS(1945), + [anon_sym_GT] = ACTIONS(1945), + [anon_sym_EQ_EQ] = ACTIONS(1945), + [anon_sym_BANG_EQ] = ACTIONS(1945), + [anon_sym_LT_EQ] = ACTIONS(1945), + [anon_sym_GT_EQ] = ACTIONS(1945), [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_struct] = ACTIONS(1937), - [anon_sym_union] = ACTIONS(1937), - [anon_sym_pub] = ACTIONS(1937), - [anon_sym_mut] = ACTIONS(1937), - [anon_sym_enum] = ACTIONS(1937), - [anon_sym_interface] = ACTIONS(1937), - [anon_sym_PLUS_PLUS] = ACTIONS(1731), - [anon_sym_DASH_DASH] = ACTIONS(1733), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1945), + [anon_sym_pub] = ACTIONS(1945), + [anon_sym_mut] = ACTIONS(1945), + [anon_sym_enum] = ACTIONS(1945), + [anon_sym_interface] = ACTIONS(1945), + [anon_sym_PLUS_PLUS] = ACTIONS(1945), + [anon_sym_DASH_DASH] = ACTIONS(1945), [anon_sym_QMARK] = ACTIONS(1735), [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_go] = ACTIONS(1937), - [anon_sym_spawn] = ACTIONS(1937), - [anon_sym_json_DOTdecode] = ACTIONS(1937), + [anon_sym_go] = ACTIONS(1945), + [anon_sym_spawn] = ACTIONS(1945), + [anon_sym_json_DOTdecode] = ACTIONS(1945), [anon_sym_LBRACK2] = ACTIONS(1739), - [anon_sym_TILDE] = ACTIONS(1937), - [anon_sym_CARET] = ACTIONS(1723), - [anon_sym_AMP] = ACTIONS(1725), - [anon_sym_LT_DASH] = ACTIONS(1937), - [anon_sym_LT_LT] = ACTIONS(1725), - [anon_sym_GT_GT] = ACTIONS(1725), - [anon_sym_GT_GT_GT] = ACTIONS(1725), - [anon_sym_AMP_CARET] = ACTIONS(1725), - [anon_sym_AMP_AMP] = ACTIONS(1741), - [anon_sym_PIPE_PIPE] = ACTIONS(1743), - [anon_sym_or] = ACTIONS(1745), - [sym_none] = ACTIONS(1937), - [sym_true] = ACTIONS(1937), - [sym_false] = ACTIONS(1937), - [sym_nil] = ACTIONS(1937), + [anon_sym_TILDE] = ACTIONS(1945), + [anon_sym_CARET] = ACTIONS(1945), + [anon_sym_AMP] = ACTIONS(1945), + [anon_sym_LT_DASH] = ACTIONS(1945), + [anon_sym_LT_LT] = ACTIONS(1945), + [anon_sym_GT_GT] = ACTIONS(1945), + [anon_sym_GT_GT_GT] = ACTIONS(1945), + [anon_sym_AMP_CARET] = ACTIONS(1945), + [anon_sym_AMP_AMP] = ACTIONS(1945), + [anon_sym_PIPE_PIPE] = ACTIONS(1945), + [anon_sym_or] = ACTIONS(1945), + [sym_none] = ACTIONS(1945), + [sym_true] = ACTIONS(1945), + [sym_false] = ACTIONS(1945), + [sym_nil] = ACTIONS(1945), [anon_sym_QMARK_DOT] = ACTIONS(1715), [anon_sym_POUND_LBRACK] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1937), - [anon_sym_DOLLARif] = ACTIONS(1937), - [anon_sym_is] = ACTIONS(1747), - [anon_sym_BANGis] = ACTIONS(1749), - [anon_sym_in] = ACTIONS(1751), - [anon_sym_BANGin] = ACTIONS(1753), - [anon_sym_match] = ACTIONS(1937), - [anon_sym_select] = ACTIONS(1937), - [anon_sym_STAR_EQ] = ACTIONS(1937), - [anon_sym_SLASH_EQ] = ACTIONS(1937), - [anon_sym_PERCENT_EQ] = ACTIONS(1937), - [anon_sym_LT_LT_EQ] = ACTIONS(1937), - [anon_sym_GT_GT_EQ] = ACTIONS(1937), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1937), - [anon_sym_AMP_EQ] = ACTIONS(1937), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1937), - [anon_sym_PLUS_EQ] = ACTIONS(1937), - [anon_sym_DASH_EQ] = ACTIONS(1937), - [anon_sym_PIPE_EQ] = ACTIONS(1937), - [anon_sym_CARET_EQ] = ACTIONS(1937), - [anon_sym_COLON_EQ] = ACTIONS(1937), - [anon_sym_lock] = ACTIONS(1937), - [anon_sym_rlock] = ACTIONS(1937), - [anon_sym_unsafe] = ACTIONS(1937), - [anon_sym_sql] = ACTIONS(1937), - [sym_int_literal] = ACTIONS(1937), - [sym_float_literal] = ACTIONS(1937), - [sym_rune_literal] = ACTIONS(1937), - [sym_pseudo_compile_time_identifier] = ACTIONS(1937), - [anon_sym_shared] = ACTIONS(1937), - [anon_sym_map_LBRACK] = ACTIONS(1937), - [anon_sym_chan] = ACTIONS(1937), - [anon_sym_thread] = ACTIONS(1937), - [anon_sym_atomic] = ACTIONS(1937), - [anon_sym_assert] = ACTIONS(1937), - [anon_sym_defer] = ACTIONS(1937), - [anon_sym_goto] = ACTIONS(1937), - [anon_sym_break] = ACTIONS(1937), - [anon_sym_continue] = ACTIONS(1937), - [anon_sym_return] = ACTIONS(1937), - [anon_sym_DOLLARfor] = ACTIONS(1937), - [anon_sym_for] = ACTIONS(1937), - [anon_sym_POUND] = ACTIONS(1937), - [anon_sym_asm] = ACTIONS(1937), - [anon_sym_AT_LBRACK] = ACTIONS(1937), - [sym___double_quote] = ACTIONS(1937), - [sym___single_quote] = ACTIONS(1937), - [sym___c_double_quote] = ACTIONS(1937), - [sym___c_single_quote] = ACTIONS(1937), - [sym___r_double_quote] = ACTIONS(1937), - [sym___r_single_quote] = ACTIONS(1937), + [anon_sym_if] = ACTIONS(1945), + [anon_sym_DOLLARif] = ACTIONS(1945), + [anon_sym_is] = ACTIONS(1945), + [anon_sym_BANGis] = ACTIONS(1945), + [anon_sym_in] = ACTIONS(1945), + [anon_sym_BANGin] = ACTIONS(1945), + [anon_sym_match] = ACTIONS(1945), + [anon_sym_select] = ACTIONS(1945), + [anon_sym_STAR_EQ] = ACTIONS(1945), + [anon_sym_SLASH_EQ] = ACTIONS(1945), + [anon_sym_PERCENT_EQ] = ACTIONS(1945), + [anon_sym_LT_LT_EQ] = ACTIONS(1945), + [anon_sym_GT_GT_EQ] = ACTIONS(1945), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1945), + [anon_sym_AMP_EQ] = ACTIONS(1945), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1945), + [anon_sym_PLUS_EQ] = ACTIONS(1945), + [anon_sym_DASH_EQ] = ACTIONS(1945), + [anon_sym_PIPE_EQ] = ACTIONS(1945), + [anon_sym_CARET_EQ] = ACTIONS(1945), + [anon_sym_COLON_EQ] = ACTIONS(1945), + [anon_sym_lock] = ACTIONS(1945), + [anon_sym_rlock] = ACTIONS(1945), + [anon_sym_unsafe] = ACTIONS(1945), + [anon_sym_sql] = ACTIONS(1945), + [sym_int_literal] = ACTIONS(1945), + [sym_float_literal] = ACTIONS(1945), + [sym_rune_literal] = ACTIONS(1945), + [sym_pseudo_compile_time_identifier] = ACTIONS(1945), + [anon_sym_shared] = ACTIONS(1945), + [anon_sym_map_LBRACK] = ACTIONS(1945), + [anon_sym_chan] = ACTIONS(1945), + [anon_sym_thread] = ACTIONS(1945), + [anon_sym_atomic] = ACTIONS(1945), + [anon_sym_assert] = ACTIONS(1945), + [anon_sym_defer] = ACTIONS(1945), + [anon_sym_goto] = ACTIONS(1945), + [anon_sym_break] = ACTIONS(1945), + [anon_sym_continue] = ACTIONS(1945), + [anon_sym_return] = ACTIONS(1945), + [anon_sym_DOLLARfor] = ACTIONS(1945), + [anon_sym_for] = ACTIONS(1945), + [anon_sym_POUND] = ACTIONS(1945), + [anon_sym_asm] = ACTIONS(1945), + [anon_sym_AT_LBRACK] = ACTIONS(1945), + [sym___double_quote] = ACTIONS(1945), + [sym___single_quote] = ACTIONS(1945), + [sym___c_double_quote] = ACTIONS(1945), + [sym___c_single_quote] = ACTIONS(1945), + [sym___r_double_quote] = ACTIONS(1945), + [sym___r_single_quote] = ACTIONS(1945), }, - [288] = { - [sym_line_comment] = STATE(288), - [sym_block_comment] = STATE(288), - [sym__expression] = STATE(2355), + [289] = { + [sym_line_comment] = STATE(289), + [sym_block_comment] = STATE(289), + [sym__expression] = STATE(2427), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4238), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4391), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [289] = { - [sym_line_comment] = STATE(289), - [sym_block_comment] = STATE(289), - [sym__expression] = STATE(2365), + [290] = { + [sym_line_comment] = STATE(290), + [sym_block_comment] = STATE(290), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4112), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4175), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2018), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1947), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [290] = { - [sym_line_comment] = STATE(290), - [sym_block_comment] = STATE(290), - [sym__expression] = STATE(2870), + [291] = { + [sym_line_comment] = STATE(291), + [sym_block_comment] = STATE(291), + [sym__expression] = STATE(2455), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_map_init_expression_repeat1] = STATE(283), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4235), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1939), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [291] = { - [sym_line_comment] = STATE(291), - [sym_block_comment] = STATE(291), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(1941), - [sym_identifier] = ACTIONS(1943), - [anon_sym_LF] = ACTIONS(1943), - [anon_sym_CR] = ACTIONS(1943), - [anon_sym_CR_LF] = ACTIONS(1943), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(1715), - [anon_sym_as] = ACTIONS(1717), - [anon_sym_LBRACE] = ACTIONS(1943), - [anon_sym_COMMA] = ACTIONS(1943), - [anon_sym_const] = ACTIONS(1943), - [anon_sym_LPAREN] = ACTIONS(1721), - [anon_sym_EQ] = ACTIONS(1943), - [anon_sym___global] = ACTIONS(1943), - [anon_sym_type] = ACTIONS(1943), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_fn] = ACTIONS(1943), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_STAR] = ACTIONS(1725), - [anon_sym_SLASH] = ACTIONS(1725), - [anon_sym_PERCENT] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1727), - [anon_sym_GT] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1727), - [anon_sym_BANG_EQ] = ACTIONS(1727), - [anon_sym_LT_EQ] = ACTIONS(1727), - [anon_sym_GT_EQ] = ACTIONS(1727), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_struct] = ACTIONS(1943), - [anon_sym_union] = ACTIONS(1943), - [anon_sym_pub] = ACTIONS(1943), - [anon_sym_mut] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1943), - [anon_sym_interface] = ACTIONS(1943), - [anon_sym_PLUS_PLUS] = ACTIONS(1731), - [anon_sym_DASH_DASH] = ACTIONS(1733), - [anon_sym_QMARK] = ACTIONS(1735), - [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_go] = ACTIONS(1943), - [anon_sym_spawn] = ACTIONS(1943), - [anon_sym_json_DOTdecode] = ACTIONS(1943), - [anon_sym_LBRACK2] = ACTIONS(1739), - [anon_sym_TILDE] = ACTIONS(1943), - [anon_sym_CARET] = ACTIONS(1723), - [anon_sym_AMP] = ACTIONS(1725), - [anon_sym_LT_DASH] = ACTIONS(1943), - [anon_sym_LT_LT] = ACTIONS(1725), - [anon_sym_GT_GT] = ACTIONS(1725), - [anon_sym_GT_GT_GT] = ACTIONS(1725), - [anon_sym_AMP_CARET] = ACTIONS(1725), - [anon_sym_AMP_AMP] = ACTIONS(1741), - [anon_sym_PIPE_PIPE] = ACTIONS(1743), - [anon_sym_or] = ACTIONS(1745), - [sym_none] = ACTIONS(1943), - [sym_true] = ACTIONS(1943), - [sym_false] = ACTIONS(1943), - [sym_nil] = ACTIONS(1943), - [anon_sym_QMARK_DOT] = ACTIONS(1715), - [anon_sym_POUND_LBRACK] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(1943), - [anon_sym_DOLLARif] = ACTIONS(1943), - [anon_sym_is] = ACTIONS(1945), - [anon_sym_BANGis] = ACTIONS(1947), - [anon_sym_in] = ACTIONS(1751), - [anon_sym_BANGin] = ACTIONS(1753), - [anon_sym_match] = ACTIONS(1943), - [anon_sym_select] = ACTIONS(1943), - [anon_sym_STAR_EQ] = ACTIONS(1943), - [anon_sym_SLASH_EQ] = ACTIONS(1943), - [anon_sym_PERCENT_EQ] = ACTIONS(1943), - [anon_sym_LT_LT_EQ] = ACTIONS(1943), - [anon_sym_GT_GT_EQ] = ACTIONS(1943), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1943), - [anon_sym_AMP_EQ] = ACTIONS(1943), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1943), - [anon_sym_PLUS_EQ] = ACTIONS(1943), - [anon_sym_DASH_EQ] = ACTIONS(1943), - [anon_sym_PIPE_EQ] = ACTIONS(1943), - [anon_sym_CARET_EQ] = ACTIONS(1943), - [anon_sym_COLON_EQ] = ACTIONS(1943), - [anon_sym_lock] = ACTIONS(1943), - [anon_sym_rlock] = ACTIONS(1943), - [anon_sym_unsafe] = ACTIONS(1943), - [anon_sym_sql] = ACTIONS(1943), - [sym_int_literal] = ACTIONS(1943), - [sym_float_literal] = ACTIONS(1943), - [sym_rune_literal] = ACTIONS(1943), - [sym_pseudo_compile_time_identifier] = ACTIONS(1943), - [anon_sym_shared] = ACTIONS(1943), - [anon_sym_map_LBRACK] = ACTIONS(1943), - [anon_sym_chan] = ACTIONS(1943), - [anon_sym_thread] = ACTIONS(1943), - [anon_sym_atomic] = ACTIONS(1943), - [anon_sym_assert] = ACTIONS(1943), - [anon_sym_defer] = ACTIONS(1943), - [anon_sym_goto] = ACTIONS(1943), - [anon_sym_break] = ACTIONS(1943), - [anon_sym_continue] = ACTIONS(1943), - [anon_sym_return] = ACTIONS(1943), - [anon_sym_DOLLARfor] = ACTIONS(1943), - [anon_sym_for] = ACTIONS(1943), - [anon_sym_POUND] = ACTIONS(1943), - [anon_sym_asm] = ACTIONS(1943), - [anon_sym_AT_LBRACK] = ACTIONS(1943), - [sym___double_quote] = ACTIONS(1943), - [sym___single_quote] = ACTIONS(1943), - [sym___c_double_quote] = ACTIONS(1943), - [sym___c_single_quote] = ACTIONS(1943), - [sym___r_double_quote] = ACTIONS(1943), - [sym___r_single_quote] = ACTIONS(1943), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [292] = { [sym_line_comment] = STATE(292), [sym_block_comment] = STATE(292), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4382), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2301), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(298), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1949), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1949), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [293] = { [sym_line_comment] = STATE(293), [sym_block_comment] = STATE(293), - [sym__expression] = STATE(2870), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_map_keyed_element] = STATE(1990), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [aux_sym_map_init_expression_repeat1] = STATE(293), [sym_identifier] = ACTIONS(1951), [anon_sym_SLASH_SLASH] = ACTIONS(3), @@ -57668,1409 +57683,1409 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [294] = { [sym_line_comment] = STATE(294), [sym_block_comment] = STATE(294), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2386), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4407), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_block] = STATE(2609), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4241), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2067), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [295] = { [sym_line_comment] = STATE(295), [sym_block_comment] = STATE(295), - [sym__expression] = STATE(2456), + [sym__expression] = STATE(2871), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2675), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4334), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(293), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(2067), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [296] = { [sym_line_comment] = STATE(296), [sym_block_comment] = STATE(296), - [sym__expression] = STATE(2361), + [sym__expression] = STATE(2468), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3982), - [sym_expression_list] = STATE(4643), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_var_declaration] = STATE(4211), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3998), + [sym_expression_list] = STATE(4645), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_var_declaration] = STATE(4114), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [297] = { [sym_line_comment] = STATE(297), [sym_block_comment] = STATE(297), - [sym_type_parameters] = STATE(4252), - [sym_argument_list] = STATE(680), - [sym_or_block] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(2069), - [sym_identifier] = ACTIONS(2071), - [anon_sym_LF] = ACTIONS(2071), - [anon_sym_CR] = ACTIONS(2071), - [anon_sym_CR_LF] = ACTIONS(2071), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(1715), - [anon_sym_as] = ACTIONS(1717), - [anon_sym_LBRACE] = ACTIONS(2071), - [anon_sym_COMMA] = ACTIONS(2071), - [anon_sym_const] = ACTIONS(2071), - [anon_sym_LPAREN] = ACTIONS(1721), - [anon_sym_EQ] = ACTIONS(2071), - [anon_sym___global] = ACTIONS(2071), - [anon_sym_type] = ACTIONS(2071), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_fn] = ACTIONS(2071), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_STAR] = ACTIONS(1725), - [anon_sym_SLASH] = ACTIONS(1725), - [anon_sym_PERCENT] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1727), - [anon_sym_GT] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1727), - [anon_sym_BANG_EQ] = ACTIONS(1727), - [anon_sym_LT_EQ] = ACTIONS(1727), - [anon_sym_GT_EQ] = ACTIONS(1727), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_struct] = ACTIONS(2071), - [anon_sym_union] = ACTIONS(2071), - [anon_sym_pub] = ACTIONS(2071), - [anon_sym_mut] = ACTIONS(2071), - [anon_sym_enum] = ACTIONS(2071), - [anon_sym_interface] = ACTIONS(2071), - [anon_sym_PLUS_PLUS] = ACTIONS(1731), - [anon_sym_DASH_DASH] = ACTIONS(1733), - [anon_sym_QMARK] = ACTIONS(1735), - [anon_sym_BANG] = ACTIONS(1737), - [anon_sym_go] = ACTIONS(2071), - [anon_sym_spawn] = ACTIONS(2071), - [anon_sym_json_DOTdecode] = ACTIONS(2071), - [anon_sym_LBRACK2] = ACTIONS(1739), - [anon_sym_TILDE] = ACTIONS(2071), - [anon_sym_CARET] = ACTIONS(1723), - [anon_sym_AMP] = ACTIONS(1725), - [anon_sym_LT_DASH] = ACTIONS(2071), - [anon_sym_LT_LT] = ACTIONS(1725), - [anon_sym_GT_GT] = ACTIONS(1725), - [anon_sym_GT_GT_GT] = ACTIONS(1725), - [anon_sym_AMP_CARET] = ACTIONS(1725), - [anon_sym_AMP_AMP] = ACTIONS(1741), - [anon_sym_PIPE_PIPE] = ACTIONS(1743), - [anon_sym_or] = ACTIONS(1745), - [sym_none] = ACTIONS(2071), - [sym_true] = ACTIONS(2071), - [sym_false] = ACTIONS(2071), - [sym_nil] = ACTIONS(2071), - [anon_sym_QMARK_DOT] = ACTIONS(1715), - [anon_sym_POUND_LBRACK] = ACTIONS(1739), - [anon_sym_if] = ACTIONS(2071), - [anon_sym_DOLLARif] = ACTIONS(2071), - [anon_sym_is] = ACTIONS(1747), - [anon_sym_BANGis] = ACTIONS(1749), - [anon_sym_in] = ACTIONS(1751), - [anon_sym_BANGin] = ACTIONS(1753), - [anon_sym_match] = ACTIONS(2071), - [anon_sym_select] = ACTIONS(2071), - [anon_sym_STAR_EQ] = ACTIONS(2071), - [anon_sym_SLASH_EQ] = ACTIONS(2071), - [anon_sym_PERCENT_EQ] = ACTIONS(2071), - [anon_sym_LT_LT_EQ] = ACTIONS(2071), - [anon_sym_GT_GT_EQ] = ACTIONS(2071), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2071), - [anon_sym_AMP_EQ] = ACTIONS(2071), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2071), - [anon_sym_PLUS_EQ] = ACTIONS(2071), - [anon_sym_DASH_EQ] = ACTIONS(2071), - [anon_sym_PIPE_EQ] = ACTIONS(2071), - [anon_sym_CARET_EQ] = ACTIONS(2071), - [anon_sym_COLON_EQ] = ACTIONS(2071), - [anon_sym_lock] = ACTIONS(2071), - [anon_sym_rlock] = ACTIONS(2071), - [anon_sym_unsafe] = ACTIONS(2071), - [anon_sym_sql] = ACTIONS(2071), - [sym_int_literal] = ACTIONS(2071), - [sym_float_literal] = ACTIONS(2071), - [sym_rune_literal] = ACTIONS(2071), - [sym_pseudo_compile_time_identifier] = ACTIONS(2071), - [anon_sym_shared] = ACTIONS(2071), - [anon_sym_map_LBRACK] = ACTIONS(2071), - [anon_sym_chan] = ACTIONS(2071), - [anon_sym_thread] = ACTIONS(2071), - [anon_sym_atomic] = ACTIONS(2071), - [anon_sym_assert] = ACTIONS(2071), - [anon_sym_defer] = ACTIONS(2071), - [anon_sym_goto] = ACTIONS(2071), - [anon_sym_break] = ACTIONS(2071), - [anon_sym_continue] = ACTIONS(2071), - [anon_sym_return] = ACTIONS(2071), - [anon_sym_DOLLARfor] = ACTIONS(2071), - [anon_sym_for] = ACTIONS(2071), - [anon_sym_POUND] = ACTIONS(2071), - [anon_sym_asm] = ACTIONS(2071), - [anon_sym_AT_LBRACK] = ACTIONS(2071), - [sym___double_quote] = ACTIONS(2071), - [sym___single_quote] = ACTIONS(2071), - [sym___c_double_quote] = ACTIONS(2071), - [sym___c_single_quote] = ACTIONS(2071), - [sym___r_double_quote] = ACTIONS(2071), - [sym___r_single_quote] = ACTIONS(2071), + [sym__expression] = STATE(2561), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4165), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_block] = STATE(2917), + [sym_identifier] = ACTIONS(1767), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2069), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [298] = { [sym_line_comment] = STATE(298), [sym_block_comment] = STATE(298), - [sym__expression] = STATE(1383), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym___rcbr] = STATE(3759), - [aux_sym_string_interpolation_repeat1] = STATE(349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2871), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_map_keyed_element] = STATE(2135), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_map_init_expression_repeat1] = STATE(293), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_RBRACE] = ACTIONS(1819), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(2071), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [299] = { [sym_line_comment] = STATE(299), [sym_block_comment] = STATE(299), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2667), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4532), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4522), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2073), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [300] = { [sym_line_comment] = STATE(300), [sym_block_comment] = STATE(300), - [sym__expression] = STATE(2672), + [sym__expression] = STATE(2651), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3679), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4522), - [sym_identifier] = ACTIONS(2075), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4492), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [301] = { [sym_line_comment] = STATE(301), [sym_block_comment] = STATE(301), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4535), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4537), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2081), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [302] = { [sym_line_comment] = STATE(302), [sym_block_comment] = STATE(302), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4556), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4558), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2085), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2083), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [303] = { [sym_line_comment] = STATE(303), [sym_block_comment] = STATE(303), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4556), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4558), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2087), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2085), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [304] = { [sym_line_comment] = STATE(304), [sym_block_comment] = STATE(304), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4572), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4574), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2089), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [305] = { [sym_line_comment] = STATE(305), [sym_block_comment] = STATE(305), - [sym__expression] = STATE(2537), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4640), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2091), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2089), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -59079,470 +59094,470 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [306] = { [sym_line_comment] = STATE(306), [sym_block_comment] = STATE(306), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(384), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2561), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4558), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2093), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2091), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [307] = { [sym_line_comment] = STATE(307), [sym_block_comment] = STATE(307), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4556), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4537), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2095), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2093), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [308] = { [sym_line_comment] = STATE(308), [sym_block_comment] = STATE(308), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4535), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4453), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2097), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2095), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [309] = { [sym_line_comment] = STATE(309), [sym_block_comment] = STATE(309), - [sym__expression] = STATE(2537), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4451), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1433), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(341), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2099), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2097), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -59551,588 +59566,588 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [310] = { [sym_line_comment] = STATE(310), [sym_block_comment] = STATE(310), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(352), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2561), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4516), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2101), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2099), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [311] = { [sym_line_comment] = STATE(311), [sym_block_comment] = STATE(311), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4514), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4468), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2103), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [312] = { [sym_line_comment] = STATE(312), [sym_block_comment] = STATE(312), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4476), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4493), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2105), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2103), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [313] = { [sym_line_comment] = STATE(313), [sym_block_comment] = STATE(313), - [sym__expression] = STATE(2537), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4504), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1365), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_string_interpolation_repeat1] = STATE(313), + [sym_identifier] = ACTIONS(2105), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2107), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT] = ACTIONS(2108), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2114), + [anon_sym_LPAREN] = ACTIONS(2116), + [anon_sym_fn] = ACTIONS(2119), + [anon_sym_PLUS] = ACTIONS(2122), + [anon_sym_DASH] = ACTIONS(2122), + [anon_sym_STAR] = ACTIONS(2125), + [anon_sym_struct] = ACTIONS(2128), + [anon_sym_mut] = ACTIONS(2131), + [anon_sym_QMARK] = ACTIONS(2134), + [anon_sym_BANG] = ACTIONS(2137), + [anon_sym_go] = ACTIONS(2140), + [anon_sym_spawn] = ACTIONS(2143), + [anon_sym_json_DOTdecode] = ACTIONS(2146), + [anon_sym_LBRACK2] = ACTIONS(2149), + [anon_sym_TILDE] = ACTIONS(2122), + [anon_sym_CARET] = ACTIONS(2122), + [anon_sym_AMP] = ACTIONS(2152), + [anon_sym_LT_DASH] = ACTIONS(2155), + [sym_none] = ACTIONS(2158), + [sym_true] = ACTIONS(2158), + [sym_false] = ACTIONS(2158), + [sym_nil] = ACTIONS(2158), + [anon_sym_if] = ACTIONS(2161), + [anon_sym_DOLLARif] = ACTIONS(2164), + [anon_sym_match] = ACTIONS(2167), + [anon_sym_select] = ACTIONS(2170), + [anon_sym_lock] = ACTIONS(2173), + [anon_sym_rlock] = ACTIONS(2173), + [anon_sym_unsafe] = ACTIONS(2176), + [anon_sym_sql] = ACTIONS(2179), + [sym_int_literal] = ACTIONS(2158), + [sym_float_literal] = ACTIONS(2182), + [sym_rune_literal] = ACTIONS(2182), + [sym_pseudo_compile_time_identifier] = ACTIONS(2185), + [anon_sym_shared] = ACTIONS(2188), + [anon_sym_map_LBRACK] = ACTIONS(2191), + [anon_sym_chan] = ACTIONS(2194), + [anon_sym_thread] = ACTIONS(2197), + [anon_sym_atomic] = ACTIONS(2200), + [sym___double_quote] = ACTIONS(2203), + [sym___single_quote] = ACTIONS(2206), + [sym___c_double_quote] = ACTIONS(2209), + [sym___c_single_quote] = ACTIONS(2212), + [sym___r_double_quote] = ACTIONS(2215), + [sym___r_single_quote] = ACTIONS(2218), }, [314] = { [sym_line_comment] = STATE(314), [sym_block_comment] = STATE(314), - [sym__expression] = STATE(2537), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4581), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1433), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(351), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2109), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2221), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -60141,233 +60156,234 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [315] = { [sym_line_comment] = STATE(315), [sym_block_comment] = STATE(315), - [sym__expression] = STATE(2691), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3679), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4703), - [sym_identifier] = ACTIONS(2075), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4532), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2223), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [316] = { [sym_line_comment] = STATE(316), [sym_block_comment] = STATE(316), - [sym__expression] = STATE(2671), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3679), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4734), - [sym_identifier] = ACTIONS(2075), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1433), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(341), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2225), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -60376,1651 +60392,1650 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [317] = { [sym_line_comment] = STATE(317), [sym_block_comment] = STATE(317), - [sym__expression] = STATE(2671), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4734), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4495), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [318] = { [sym_line_comment] = STATE(318), [sym_block_comment] = STATE(318), - [sym__expression] = STATE(2561), + [sym__expression] = STATE(2670), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(582), - [sym_mutable_expression] = STATE(4091), - [sym_expression_list] = STATE(4360), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4705), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [319] = { [sym_line_comment] = STATE(319), [sym_block_comment] = STATE(319), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4493), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4355), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2133), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [320] = { [sym_line_comment] = STATE(320), [sym_block_comment] = STATE(320), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(360), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2670), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4705), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2135), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [321] = { [sym_line_comment] = STATE(321), [sym_block_comment] = STATE(321), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(360), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3674), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2137), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_COMMA] = ACTIONS(563), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_RPAREN] = ACTIONS(563), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [322] = { [sym_line_comment] = STATE(322), [sym_block_comment] = STATE(322), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(340), - [sym_identifier] = ACTIONS(1318), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(323), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2139), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2243), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [323] = { [sym_line_comment] = STATE(323), [sym_block_comment] = STATE(323), - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2724), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_match_arm_type] = STATE(4324), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(3991), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(4110), - [sym_identifier] = ACTIONS(1071), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(1085), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2245), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1089), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(1099), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(1113), - [anon_sym_lock] = ACTIONS(1115), - [anon_sym_rlock] = ACTIONS(1115), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [324] = { [sym_line_comment] = STATE(324), [sym_block_comment] = STATE(324), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(350), - [sym_identifier] = ACTIONS(1318), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(360), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2141), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2247), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [325] = { [sym_line_comment] = STATE(325), [sym_block_comment] = STATE(325), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4476), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4468), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2143), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2249), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [326] = { [sym_line_comment] = STATE(326), [sym_block_comment] = STATE(326), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(350), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(3032), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2251), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2145), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_static] = ACTIONS(2253), + [anon_sym_volatile] = ACTIONS(2255), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [327] = { [sym_line_comment] = STATE(327), [sym_block_comment] = STATE(327), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_short_element_list_repeat1] = STATE(327), - [sym_identifier] = ACTIONS(2147), + [sym__expression] = STATE(2657), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4556), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2150), - [anon_sym_LBRACE] = ACTIONS(2153), - [anon_sym_RBRACE] = ACTIONS(2156), - [anon_sym_LPAREN] = ACTIONS(2158), - [anon_sym_fn] = ACTIONS(2161), - [anon_sym_PLUS] = ACTIONS(2164), - [anon_sym_DASH] = ACTIONS(2164), - [anon_sym_STAR] = ACTIONS(2167), - [anon_sym_struct] = ACTIONS(2170), - [anon_sym_mut] = ACTIONS(2173), - [anon_sym_QMARK] = ACTIONS(2176), - [anon_sym_BANG] = ACTIONS(2179), - [anon_sym_go] = ACTIONS(2182), - [anon_sym_spawn] = ACTIONS(2185), - [anon_sym_json_DOTdecode] = ACTIONS(2188), - [anon_sym_LBRACK2] = ACTIONS(2191), - [anon_sym_TILDE] = ACTIONS(2164), - [anon_sym_CARET] = ACTIONS(2164), - [anon_sym_AMP] = ACTIONS(2194), - [anon_sym_LT_DASH] = ACTIONS(2197), - [sym_none] = ACTIONS(2200), - [sym_true] = ACTIONS(2200), - [sym_false] = ACTIONS(2200), - [sym_nil] = ACTIONS(2200), - [anon_sym_if] = ACTIONS(2203), - [anon_sym_DOLLARif] = ACTIONS(2206), - [anon_sym_match] = ACTIONS(2209), - [anon_sym_select] = ACTIONS(2212), - [anon_sym_lock] = ACTIONS(2215), - [anon_sym_rlock] = ACTIONS(2215), - [anon_sym_unsafe] = ACTIONS(2218), - [anon_sym_sql] = ACTIONS(2221), - [sym_int_literal] = ACTIONS(2200), - [sym_float_literal] = ACTIONS(2224), - [sym_rune_literal] = ACTIONS(2224), - [sym_pseudo_compile_time_identifier] = ACTIONS(2227), - [anon_sym_shared] = ACTIONS(2230), - [anon_sym_map_LBRACK] = ACTIONS(2233), - [anon_sym_chan] = ACTIONS(2236), - [anon_sym_thread] = ACTIONS(2239), - [anon_sym_atomic] = ACTIONS(2242), - [sym___double_quote] = ACTIONS(2245), - [sym___single_quote] = ACTIONS(2248), - [sym___c_double_quote] = ACTIONS(2251), - [sym___c_single_quote] = ACTIONS(2254), - [sym___r_double_quote] = ACTIONS(2257), - [sym___r_single_quote] = ACTIONS(2260), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [328] = { [sym_line_comment] = STATE(328), [sym_block_comment] = STATE(328), - [sym__expression] = STATE(2674), + [sym__expression] = STATE(2672), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4679), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4680), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [329] = { [sym_line_comment] = STATE(329), [sym_block_comment] = STATE(329), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(352), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2561), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4583), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2263), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2257), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [330] = { [sym_line_comment] = STATE(330), [sym_block_comment] = STATE(330), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3672), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1433), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(341), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_RPAREN] = ACTIONS(567), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2259), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -62029,1531 +62044,1532 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [331] = { [sym_line_comment] = STATE(331), [sym_block_comment] = STATE(331), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(387), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2677), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4482), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2279), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [332] = { [sym_line_comment] = STATE(332), [sym_block_comment] = STATE(332), - [sym__expression] = STATE(2674), + [sym__expression] = STATE(2677), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3679), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4679), - [sym_identifier] = ACTIONS(2075), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4482), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [333] = { [sym_line_comment] = STATE(333), [sym_block_comment] = STATE(333), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(360), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1433), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(362), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2281), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2261), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [334] = { [sym_line_comment] = STATE(334), [sym_block_comment] = STATE(334), - [sym__expression] = STATE(2342), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(804), - [sym_mutable_expression] = STATE(3575), - [sym_expression_list] = STATE(3725), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2263), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [335] = { [sym_line_comment] = STATE(335), [sym_block_comment] = STATE(335), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), [sym_expression_list] = STATE(4532), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2315), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2265), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [336] = { [sym_line_comment] = STATE(336), [sym_block_comment] = STATE(336), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2691), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4532), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4734), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2317), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [337] = { [sym_line_comment] = STATE(337), [sym_block_comment] = STATE(337), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(373), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2691), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4734), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2319), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [338] = { [sym_line_comment] = STATE(338), [sym_block_comment] = STATE(338), - [sym__expression] = STATE(979), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(779), - [sym_mutable_expression] = STATE(1446), - [sym_expression_list] = STATE(1604), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2267), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [339] = { [sym_line_comment] = STATE(339), [sym_block_comment] = STATE(339), - [sym__expression] = STATE(979), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(779), - [sym_mutable_expression] = STATE(1446), - [sym_expression_list] = STATE(1603), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1433), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(345), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2269), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [340] = { [sym_line_comment] = STATE(340), [sym_block_comment] = STATE(340), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(360), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2563), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(583), + [sym_mutable_expression] = STATE(4094), + [sym_expression_list] = STATE(4355), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2353), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [341] = { [sym_line_comment] = STATE(341), [sym_block_comment] = STATE(341), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(333), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2355), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2293), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [342] = { [sym_line_comment] = STATE(342), [sym_block_comment] = STATE(342), - [sym__expression] = STATE(2342), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(804), - [sym_mutable_expression] = STATE(3575), - [sym_expression_list] = STATE(3726), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2679), + [sym__expression_without_blocks] = STATE(2807), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_match_arm_type] = STATE(4327), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(3992), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(4328), + [sym_identifier] = ACTIONS(1071), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(1085), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1089), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(1099), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(1113), + [anon_sym_lock] = ACTIONS(1115), + [anon_sym_rlock] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [343] = { [sym_line_comment] = STATE(343), [sym_block_comment] = STATE(343), - [sym__expression] = STATE(2659), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4559), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1433), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(384), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2295), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -63562,234 +63578,234 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [344] = { [sym_line_comment] = STATE(344), [sym_block_comment] = STATE(344), - [sym__expression] = STATE(2659), + [sym__expression] = STATE(2657), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3679), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4559), - [sym_identifier] = ACTIONS(2075), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4556), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [345] = { [sym_line_comment] = STATE(345), [sym_block_comment] = STATE(345), - [sym__expression] = STATE(2679), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3679), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4460), - [sym_identifier] = ACTIONS(2075), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2297), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -63798,707 +63814,706 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [346] = { [sym_line_comment] = STATE(346), [sym_block_comment] = STATE(346), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(360), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2357), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2299), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [347] = { [sym_line_comment] = STATE(347), [sym_block_comment] = STATE(347), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4472), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4474), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2359), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2301), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [348] = { [sym_line_comment] = STATE(348), [sym_block_comment] = STATE(348), - [sym__expression] = STATE(2679), + [sym_else_branch] = STATE(623), + [ts_builtin_sym_end] = ACTIONS(2303), + [sym_identifier] = ACTIONS(2305), + [anon_sym_LF] = ACTIONS(2305), + [anon_sym_CR] = ACTIONS(2305), + [anon_sym_CR_LF] = ACTIONS(2305), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2305), + [anon_sym_as] = ACTIONS(2305), + [anon_sym_LBRACE] = ACTIONS(2305), + [anon_sym_COMMA] = ACTIONS(2305), + [anon_sym_const] = ACTIONS(2305), + [anon_sym_LPAREN] = ACTIONS(2305), + [anon_sym_EQ] = ACTIONS(2305), + [anon_sym___global] = ACTIONS(2305), + [anon_sym_type] = ACTIONS(2305), + [anon_sym_PIPE] = ACTIONS(2305), + [anon_sym_fn] = ACTIONS(2305), + [anon_sym_PLUS] = ACTIONS(2305), + [anon_sym_DASH] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2305), + [anon_sym_SLASH] = ACTIONS(2305), + [anon_sym_PERCENT] = ACTIONS(2305), + [anon_sym_LT] = ACTIONS(2305), + [anon_sym_GT] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(2305), + [anon_sym_BANG_EQ] = ACTIONS(2305), + [anon_sym_LT_EQ] = ACTIONS(2305), + [anon_sym_GT_EQ] = ACTIONS(2305), + [anon_sym_LBRACK] = ACTIONS(2303), + [anon_sym_struct] = ACTIONS(2305), + [anon_sym_union] = ACTIONS(2305), + [anon_sym_pub] = ACTIONS(2305), + [anon_sym_mut] = ACTIONS(2305), + [anon_sym_enum] = ACTIONS(2305), + [anon_sym_interface] = ACTIONS(2305), + [anon_sym_PLUS_PLUS] = ACTIONS(2305), + [anon_sym_DASH_DASH] = ACTIONS(2305), + [anon_sym_QMARK] = ACTIONS(2305), + [anon_sym_BANG] = ACTIONS(2305), + [anon_sym_go] = ACTIONS(2305), + [anon_sym_spawn] = ACTIONS(2305), + [anon_sym_json_DOTdecode] = ACTIONS(2305), + [anon_sym_LBRACK2] = ACTIONS(2305), + [anon_sym_TILDE] = ACTIONS(2305), + [anon_sym_CARET] = ACTIONS(2305), + [anon_sym_AMP] = ACTIONS(2305), + [anon_sym_LT_DASH] = ACTIONS(2305), + [anon_sym_LT_LT] = ACTIONS(2305), + [anon_sym_GT_GT] = ACTIONS(2305), + [anon_sym_GT_GT_GT] = ACTIONS(2305), + [anon_sym_AMP_CARET] = ACTIONS(2305), + [anon_sym_AMP_AMP] = ACTIONS(2305), + [anon_sym_PIPE_PIPE] = ACTIONS(2305), + [anon_sym_or] = ACTIONS(2305), + [sym_none] = ACTIONS(2305), + [sym_true] = ACTIONS(2305), + [sym_false] = ACTIONS(2305), + [sym_nil] = ACTIONS(2305), + [anon_sym_QMARK_DOT] = ACTIONS(2305), + [anon_sym_POUND_LBRACK] = ACTIONS(2305), + [anon_sym_if] = ACTIONS(2305), + [anon_sym_else] = ACTIONS(2307), + [anon_sym_DOLLARif] = ACTIONS(2305), + [anon_sym_is] = ACTIONS(2305), + [anon_sym_BANGis] = ACTIONS(2305), + [anon_sym_in] = ACTIONS(2305), + [anon_sym_BANGin] = ACTIONS(2305), + [anon_sym_match] = ACTIONS(2305), + [anon_sym_select] = ACTIONS(2305), + [anon_sym_STAR_EQ] = ACTIONS(2305), + [anon_sym_SLASH_EQ] = ACTIONS(2305), + [anon_sym_PERCENT_EQ] = ACTIONS(2305), + [anon_sym_LT_LT_EQ] = ACTIONS(2305), + [anon_sym_GT_GT_EQ] = ACTIONS(2305), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2305), + [anon_sym_AMP_EQ] = ACTIONS(2305), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2305), + [anon_sym_PLUS_EQ] = ACTIONS(2305), + [anon_sym_DASH_EQ] = ACTIONS(2305), + [anon_sym_PIPE_EQ] = ACTIONS(2305), + [anon_sym_CARET_EQ] = ACTIONS(2305), + [anon_sym_COLON_EQ] = ACTIONS(2305), + [anon_sym_lock] = ACTIONS(2305), + [anon_sym_rlock] = ACTIONS(2305), + [anon_sym_unsafe] = ACTIONS(2305), + [anon_sym_sql] = ACTIONS(2305), + [sym_int_literal] = ACTIONS(2305), + [sym_float_literal] = ACTIONS(2305), + [sym_rune_literal] = ACTIONS(2305), + [sym_pseudo_compile_time_identifier] = ACTIONS(2305), + [anon_sym_shared] = ACTIONS(2305), + [anon_sym_map_LBRACK] = ACTIONS(2305), + [anon_sym_chan] = ACTIONS(2305), + [anon_sym_thread] = ACTIONS(2305), + [anon_sym_atomic] = ACTIONS(2305), + [anon_sym_assert] = ACTIONS(2305), + [anon_sym_defer] = ACTIONS(2305), + [anon_sym_goto] = ACTIONS(2305), + [anon_sym_break] = ACTIONS(2305), + [anon_sym_continue] = ACTIONS(2305), + [anon_sym_return] = ACTIONS(2305), + [anon_sym_DOLLARfor] = ACTIONS(2305), + [anon_sym_for] = ACTIONS(2305), + [anon_sym_POUND] = ACTIONS(2305), + [anon_sym_asm] = ACTIONS(2305), + [anon_sym_AT_LBRACK] = ACTIONS(2305), + [sym___double_quote] = ACTIONS(2305), + [sym___single_quote] = ACTIONS(2305), + [sym___c_double_quote] = ACTIONS(2305), + [sym___c_single_quote] = ACTIONS(2305), + [sym___r_double_quote] = ACTIONS(2305), + [sym___r_single_quote] = ACTIONS(2305), + }, + [349] = { + [sym_line_comment] = STATE(349), + [sym_block_comment] = STATE(349), + [sym__expression] = STATE(2563), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4460), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(583), + [sym_mutable_expression] = STATE(4094), + [sym_expression_list] = STATE(4361), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [349] = { - [sym_line_comment] = STATE(349), - [sym_block_comment] = STATE(349), - [sym__expression] = STATE(1383), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_string_interpolation_repeat1] = STATE(349), - [sym_identifier] = ACTIONS(2361), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2364), - [anon_sym_LBRACE] = ACTIONS(2367), - [anon_sym_RBRACE] = ACTIONS(2370), - [anon_sym_LPAREN] = ACTIONS(2372), - [anon_sym_fn] = ACTIONS(2375), - [anon_sym_PLUS] = ACTIONS(2378), - [anon_sym_DASH] = ACTIONS(2378), - [anon_sym_STAR] = ACTIONS(2381), - [anon_sym_struct] = ACTIONS(2384), - [anon_sym_mut] = ACTIONS(2387), - [anon_sym_QMARK] = ACTIONS(2390), - [anon_sym_BANG] = ACTIONS(2393), - [anon_sym_go] = ACTIONS(2396), - [anon_sym_spawn] = ACTIONS(2399), - [anon_sym_json_DOTdecode] = ACTIONS(2402), - [anon_sym_LBRACK2] = ACTIONS(2405), - [anon_sym_TILDE] = ACTIONS(2378), - [anon_sym_CARET] = ACTIONS(2378), - [anon_sym_AMP] = ACTIONS(2408), - [anon_sym_LT_DASH] = ACTIONS(2411), - [sym_none] = ACTIONS(2414), - [sym_true] = ACTIONS(2414), - [sym_false] = ACTIONS(2414), - [sym_nil] = ACTIONS(2414), - [anon_sym_if] = ACTIONS(2417), - [anon_sym_DOLLARif] = ACTIONS(2420), - [anon_sym_match] = ACTIONS(2423), - [anon_sym_select] = ACTIONS(2426), - [anon_sym_lock] = ACTIONS(2429), - [anon_sym_rlock] = ACTIONS(2429), - [anon_sym_unsafe] = ACTIONS(2432), - [anon_sym_sql] = ACTIONS(2435), - [sym_int_literal] = ACTIONS(2414), - [sym_float_literal] = ACTIONS(2438), - [sym_rune_literal] = ACTIONS(2438), - [sym_pseudo_compile_time_identifier] = ACTIONS(2441), - [anon_sym_shared] = ACTIONS(2444), - [anon_sym_map_LBRACK] = ACTIONS(2447), - [anon_sym_chan] = ACTIONS(2450), - [anon_sym_thread] = ACTIONS(2453), - [anon_sym_atomic] = ACTIONS(2456), - [sym___double_quote] = ACTIONS(2459), - [sym___single_quote] = ACTIONS(2462), - [sym___c_double_quote] = ACTIONS(2465), - [sym___c_single_quote] = ACTIONS(2468), - [sym___r_double_quote] = ACTIONS(2471), - [sym___r_single_quote] = ACTIONS(2474), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [350] = { [sym_line_comment] = STATE(350), [sym_block_comment] = STATE(350), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(360), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_short_element_list_repeat1] = STATE(350), + [sym_identifier] = ACTIONS(2309), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2477), - [anon_sym_struct] = ACTIONS(1334), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [anon_sym_DOT] = ACTIONS(2312), + [anon_sym_LBRACE] = ACTIONS(2315), + [anon_sym_RBRACE] = ACTIONS(2318), + [anon_sym_LPAREN] = ACTIONS(2320), + [anon_sym_fn] = ACTIONS(2323), + [anon_sym_PLUS] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2326), + [anon_sym_STAR] = ACTIONS(2329), + [anon_sym_struct] = ACTIONS(2332), + [anon_sym_mut] = ACTIONS(2335), + [anon_sym_QMARK] = ACTIONS(2338), + [anon_sym_BANG] = ACTIONS(2341), + [anon_sym_go] = ACTIONS(2344), + [anon_sym_spawn] = ACTIONS(2347), + [anon_sym_json_DOTdecode] = ACTIONS(2350), + [anon_sym_LBRACK2] = ACTIONS(2353), + [anon_sym_TILDE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), + [anon_sym_AMP] = ACTIONS(2356), + [anon_sym_LT_DASH] = ACTIONS(2359), + [sym_none] = ACTIONS(2362), + [sym_true] = ACTIONS(2362), + [sym_false] = ACTIONS(2362), + [sym_nil] = ACTIONS(2362), + [anon_sym_if] = ACTIONS(2365), + [anon_sym_DOLLARif] = ACTIONS(2368), + [anon_sym_match] = ACTIONS(2371), + [anon_sym_select] = ACTIONS(2374), + [anon_sym_lock] = ACTIONS(2377), + [anon_sym_rlock] = ACTIONS(2377), + [anon_sym_unsafe] = ACTIONS(2380), + [anon_sym_sql] = ACTIONS(2383), + [sym_int_literal] = ACTIONS(2362), + [sym_float_literal] = ACTIONS(2386), + [sym_rune_literal] = ACTIONS(2386), + [sym_pseudo_compile_time_identifier] = ACTIONS(2389), + [anon_sym_shared] = ACTIONS(2392), + [anon_sym_map_LBRACK] = ACTIONS(2395), + [anon_sym_chan] = ACTIONS(2398), + [anon_sym_thread] = ACTIONS(2401), + [anon_sym_atomic] = ACTIONS(2404), + [sym___double_quote] = ACTIONS(2407), + [sym___single_quote] = ACTIONS(2410), + [sym___c_double_quote] = ACTIONS(2413), + [sym___c_single_quote] = ACTIONS(2416), + [sym___r_double_quote] = ACTIONS(2419), + [sym___r_single_quote] = ACTIONS(2422), }, [351] = { [sym_line_comment] = STATE(351), [sym_block_comment] = STATE(351), - [sym__expression] = STATE(2537), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4353), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2425), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -64507,1295 +64522,1296 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [352] = { [sym_line_comment] = STATE(352), [sym_block_comment] = STATE(352), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(360), - [sym_identifier] = ACTIONS(1318), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2479), - [anon_sym_struct] = ACTIONS(1334), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym_else_branch] = STATE(622), + [ts_builtin_sym_end] = ACTIONS(2427), + [sym_identifier] = ACTIONS(2429), + [anon_sym_LF] = ACTIONS(2429), + [anon_sym_CR] = ACTIONS(2429), + [anon_sym_CR_LF] = ACTIONS(2429), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2429), + [anon_sym_as] = ACTIONS(2429), + [anon_sym_LBRACE] = ACTIONS(2429), + [anon_sym_COMMA] = ACTIONS(2429), + [anon_sym_const] = ACTIONS(2429), + [anon_sym_LPAREN] = ACTIONS(2429), + [anon_sym_EQ] = ACTIONS(2429), + [anon_sym___global] = ACTIONS(2429), + [anon_sym_type] = ACTIONS(2429), + [anon_sym_PIPE] = ACTIONS(2429), + [anon_sym_fn] = ACTIONS(2429), + [anon_sym_PLUS] = ACTIONS(2429), + [anon_sym_DASH] = ACTIONS(2429), + [anon_sym_STAR] = ACTIONS(2429), + [anon_sym_SLASH] = ACTIONS(2429), + [anon_sym_PERCENT] = ACTIONS(2429), + [anon_sym_LT] = ACTIONS(2429), + [anon_sym_GT] = ACTIONS(2429), + [anon_sym_EQ_EQ] = ACTIONS(2429), + [anon_sym_BANG_EQ] = ACTIONS(2429), + [anon_sym_LT_EQ] = ACTIONS(2429), + [anon_sym_GT_EQ] = ACTIONS(2429), + [anon_sym_LBRACK] = ACTIONS(2427), + [anon_sym_struct] = ACTIONS(2429), + [anon_sym_union] = ACTIONS(2429), + [anon_sym_pub] = ACTIONS(2429), + [anon_sym_mut] = ACTIONS(2429), + [anon_sym_enum] = ACTIONS(2429), + [anon_sym_interface] = ACTIONS(2429), + [anon_sym_PLUS_PLUS] = ACTIONS(2429), + [anon_sym_DASH_DASH] = ACTIONS(2429), + [anon_sym_QMARK] = ACTIONS(2429), + [anon_sym_BANG] = ACTIONS(2429), + [anon_sym_go] = ACTIONS(2429), + [anon_sym_spawn] = ACTIONS(2429), + [anon_sym_json_DOTdecode] = ACTIONS(2429), + [anon_sym_LBRACK2] = ACTIONS(2429), + [anon_sym_TILDE] = ACTIONS(2429), + [anon_sym_CARET] = ACTIONS(2429), + [anon_sym_AMP] = ACTIONS(2429), + [anon_sym_LT_DASH] = ACTIONS(2429), + [anon_sym_LT_LT] = ACTIONS(2429), + [anon_sym_GT_GT] = ACTIONS(2429), + [anon_sym_GT_GT_GT] = ACTIONS(2429), + [anon_sym_AMP_CARET] = ACTIONS(2429), + [anon_sym_AMP_AMP] = ACTIONS(2429), + [anon_sym_PIPE_PIPE] = ACTIONS(2429), + [anon_sym_or] = ACTIONS(2429), + [sym_none] = ACTIONS(2429), + [sym_true] = ACTIONS(2429), + [sym_false] = ACTIONS(2429), + [sym_nil] = ACTIONS(2429), + [anon_sym_QMARK_DOT] = ACTIONS(2429), + [anon_sym_POUND_LBRACK] = ACTIONS(2429), + [anon_sym_if] = ACTIONS(2429), + [anon_sym_else] = ACTIONS(2307), + [anon_sym_DOLLARif] = ACTIONS(2429), + [anon_sym_is] = ACTIONS(2429), + [anon_sym_BANGis] = ACTIONS(2429), + [anon_sym_in] = ACTIONS(2429), + [anon_sym_BANGin] = ACTIONS(2429), + [anon_sym_match] = ACTIONS(2429), + [anon_sym_select] = ACTIONS(2429), + [anon_sym_STAR_EQ] = ACTIONS(2429), + [anon_sym_SLASH_EQ] = ACTIONS(2429), + [anon_sym_PERCENT_EQ] = ACTIONS(2429), + [anon_sym_LT_LT_EQ] = ACTIONS(2429), + [anon_sym_GT_GT_EQ] = ACTIONS(2429), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2429), + [anon_sym_AMP_EQ] = ACTIONS(2429), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2429), + [anon_sym_PLUS_EQ] = ACTIONS(2429), + [anon_sym_DASH_EQ] = ACTIONS(2429), + [anon_sym_PIPE_EQ] = ACTIONS(2429), + [anon_sym_CARET_EQ] = ACTIONS(2429), + [anon_sym_COLON_EQ] = ACTIONS(2429), + [anon_sym_lock] = ACTIONS(2429), + [anon_sym_rlock] = ACTIONS(2429), + [anon_sym_unsafe] = ACTIONS(2429), + [anon_sym_sql] = ACTIONS(2429), + [sym_int_literal] = ACTIONS(2429), + [sym_float_literal] = ACTIONS(2429), + [sym_rune_literal] = ACTIONS(2429), + [sym_pseudo_compile_time_identifier] = ACTIONS(2429), + [anon_sym_shared] = ACTIONS(2429), + [anon_sym_map_LBRACK] = ACTIONS(2429), + [anon_sym_chan] = ACTIONS(2429), + [anon_sym_thread] = ACTIONS(2429), + [anon_sym_atomic] = ACTIONS(2429), + [anon_sym_assert] = ACTIONS(2429), + [anon_sym_defer] = ACTIONS(2429), + [anon_sym_goto] = ACTIONS(2429), + [anon_sym_break] = ACTIONS(2429), + [anon_sym_continue] = ACTIONS(2429), + [anon_sym_return] = ACTIONS(2429), + [anon_sym_DOLLARfor] = ACTIONS(2429), + [anon_sym_for] = ACTIONS(2429), + [anon_sym_POUND] = ACTIONS(2429), + [anon_sym_asm] = ACTIONS(2429), + [anon_sym_AT_LBRACK] = ACTIONS(2429), + [sym___double_quote] = ACTIONS(2429), + [sym___single_quote] = ACTIONS(2429), + [sym___c_double_quote] = ACTIONS(2429), + [sym___c_single_quote] = ACTIONS(2429), + [sym___r_double_quote] = ACTIONS(2429), + [sym___r_single_quote] = ACTIONS(2429), }, [353] = { [sym_line_comment] = STATE(353), [sym_block_comment] = STATE(353), - [sym__expression] = STATE(2691), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4703), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(980), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(776), + [sym_mutable_expression] = STATE(1453), + [sym_expression_list] = STATE(1553), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [354] = { [sym_line_comment] = STATE(354), [sym_block_comment] = STATE(354), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(366), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2561), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4642), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2481), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2463), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [355] = { [sym_line_comment] = STATE(355), [sym_block_comment] = STATE(355), - [sym__expression] = STATE(2537), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4532), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(2465), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2483), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2468), + [anon_sym_LBRACE] = ACTIONS(2471), + [anon_sym_LPAREN] = ACTIONS(2474), + [anon_sym_fn] = ACTIONS(2477), + [anon_sym_PLUS] = ACTIONS(2480), + [anon_sym_DASH] = ACTIONS(2480), + [anon_sym_STAR] = ACTIONS(2483), + [anon_sym_RBRACK] = ACTIONS(2486), + [anon_sym_struct] = ACTIONS(2488), + [anon_sym_mut] = ACTIONS(2491), + [anon_sym_QMARK] = ACTIONS(2494), + [anon_sym_BANG] = ACTIONS(2497), + [anon_sym_go] = ACTIONS(2500), + [anon_sym_spawn] = ACTIONS(2503), + [anon_sym_json_DOTdecode] = ACTIONS(2506), + [anon_sym_LBRACK2] = ACTIONS(2509), + [anon_sym_TILDE] = ACTIONS(2480), + [anon_sym_CARET] = ACTIONS(2480), + [anon_sym_AMP] = ACTIONS(2512), + [anon_sym_LT_DASH] = ACTIONS(2515), + [sym_none] = ACTIONS(2518), + [sym_true] = ACTIONS(2518), + [sym_false] = ACTIONS(2518), + [sym_nil] = ACTIONS(2518), + [anon_sym_if] = ACTIONS(2521), + [anon_sym_DOLLARif] = ACTIONS(2524), + [anon_sym_match] = ACTIONS(2527), + [anon_sym_select] = ACTIONS(2530), + [anon_sym_lock] = ACTIONS(2533), + [anon_sym_rlock] = ACTIONS(2533), + [anon_sym_unsafe] = ACTIONS(2536), + [anon_sym_sql] = ACTIONS(2539), + [sym_int_literal] = ACTIONS(2518), + [sym_float_literal] = ACTIONS(2542), + [sym_rune_literal] = ACTIONS(2542), + [sym_pseudo_compile_time_identifier] = ACTIONS(2545), + [anon_sym_shared] = ACTIONS(2548), + [anon_sym_map_LBRACK] = ACTIONS(2551), + [anon_sym_chan] = ACTIONS(2554), + [anon_sym_thread] = ACTIONS(2557), + [anon_sym_atomic] = ACTIONS(2560), + [sym___double_quote] = ACTIONS(2563), + [sym___single_quote] = ACTIONS(2566), + [sym___c_double_quote] = ACTIONS(2569), + [sym___c_single_quote] = ACTIONS(2572), + [sym___r_double_quote] = ACTIONS(2575), + [sym___r_single_quote] = ACTIONS(2578), + }, + [356] = { + [sym_line_comment] = STATE(356), + [sym_block_comment] = STATE(356), + [sym__expression] = STATE(980), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(776), + [sym_mutable_expression] = STATE(1453), + [sym_expression_list] = STATE(1552), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [356] = { - [sym_line_comment] = STATE(356), - [sym_block_comment] = STATE(356), - [sym_else_branch] = STATE(621), - [ts_builtin_sym_end] = ACTIONS(2485), - [sym_identifier] = ACTIONS(2487), - [anon_sym_LF] = ACTIONS(2487), - [anon_sym_CR] = ACTIONS(2487), - [anon_sym_CR_LF] = ACTIONS(2487), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2487), - [anon_sym_as] = ACTIONS(2487), - [anon_sym_LBRACE] = ACTIONS(2487), - [anon_sym_COMMA] = ACTIONS(2487), - [anon_sym_const] = ACTIONS(2487), - [anon_sym_LPAREN] = ACTIONS(2487), - [anon_sym_EQ] = ACTIONS(2487), - [anon_sym___global] = ACTIONS(2487), - [anon_sym_type] = ACTIONS(2487), - [anon_sym_PIPE] = ACTIONS(2487), - [anon_sym_fn] = ACTIONS(2487), - [anon_sym_PLUS] = ACTIONS(2487), - [anon_sym_DASH] = ACTIONS(2487), - [anon_sym_STAR] = ACTIONS(2487), - [anon_sym_SLASH] = ACTIONS(2487), - [anon_sym_PERCENT] = ACTIONS(2487), - [anon_sym_LT] = ACTIONS(2487), - [anon_sym_GT] = ACTIONS(2487), - [anon_sym_EQ_EQ] = ACTIONS(2487), - [anon_sym_BANG_EQ] = ACTIONS(2487), - [anon_sym_LT_EQ] = ACTIONS(2487), - [anon_sym_GT_EQ] = ACTIONS(2487), - [anon_sym_LBRACK] = ACTIONS(2485), - [anon_sym_struct] = ACTIONS(2487), - [anon_sym_union] = ACTIONS(2487), - [anon_sym_pub] = ACTIONS(2487), - [anon_sym_mut] = ACTIONS(2487), - [anon_sym_enum] = ACTIONS(2487), - [anon_sym_interface] = ACTIONS(2487), - [anon_sym_PLUS_PLUS] = ACTIONS(2487), - [anon_sym_DASH_DASH] = ACTIONS(2487), - [anon_sym_QMARK] = ACTIONS(2487), - [anon_sym_BANG] = ACTIONS(2487), - [anon_sym_go] = ACTIONS(2487), - [anon_sym_spawn] = ACTIONS(2487), - [anon_sym_json_DOTdecode] = ACTIONS(2487), - [anon_sym_LBRACK2] = ACTIONS(2487), - [anon_sym_TILDE] = ACTIONS(2487), - [anon_sym_CARET] = ACTIONS(2487), - [anon_sym_AMP] = ACTIONS(2487), - [anon_sym_LT_DASH] = ACTIONS(2487), - [anon_sym_LT_LT] = ACTIONS(2487), - [anon_sym_GT_GT] = ACTIONS(2487), - [anon_sym_GT_GT_GT] = ACTIONS(2487), - [anon_sym_AMP_CARET] = ACTIONS(2487), - [anon_sym_AMP_AMP] = ACTIONS(2487), - [anon_sym_PIPE_PIPE] = ACTIONS(2487), - [anon_sym_or] = ACTIONS(2487), - [sym_none] = ACTIONS(2487), - [sym_true] = ACTIONS(2487), - [sym_false] = ACTIONS(2487), - [sym_nil] = ACTIONS(2487), - [anon_sym_QMARK_DOT] = ACTIONS(2487), - [anon_sym_POUND_LBRACK] = ACTIONS(2487), - [anon_sym_if] = ACTIONS(2487), - [anon_sym_else] = ACTIONS(2489), - [anon_sym_DOLLARif] = ACTIONS(2487), - [anon_sym_is] = ACTIONS(2487), - [anon_sym_BANGis] = ACTIONS(2487), - [anon_sym_in] = ACTIONS(2487), - [anon_sym_BANGin] = ACTIONS(2487), - [anon_sym_match] = ACTIONS(2487), - [anon_sym_select] = ACTIONS(2487), - [anon_sym_STAR_EQ] = ACTIONS(2487), - [anon_sym_SLASH_EQ] = ACTIONS(2487), - [anon_sym_PERCENT_EQ] = ACTIONS(2487), - [anon_sym_LT_LT_EQ] = ACTIONS(2487), - [anon_sym_GT_GT_EQ] = ACTIONS(2487), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2487), - [anon_sym_AMP_EQ] = ACTIONS(2487), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2487), - [anon_sym_PLUS_EQ] = ACTIONS(2487), - [anon_sym_DASH_EQ] = ACTIONS(2487), - [anon_sym_PIPE_EQ] = ACTIONS(2487), - [anon_sym_CARET_EQ] = ACTIONS(2487), - [anon_sym_COLON_EQ] = ACTIONS(2487), - [anon_sym_lock] = ACTIONS(2487), - [anon_sym_rlock] = ACTIONS(2487), - [anon_sym_unsafe] = ACTIONS(2487), - [anon_sym_sql] = ACTIONS(2487), - [sym_int_literal] = ACTIONS(2487), - [sym_float_literal] = ACTIONS(2487), - [sym_rune_literal] = ACTIONS(2487), - [sym_pseudo_compile_time_identifier] = ACTIONS(2487), - [anon_sym_shared] = ACTIONS(2487), - [anon_sym_map_LBRACK] = ACTIONS(2487), - [anon_sym_chan] = ACTIONS(2487), - [anon_sym_thread] = ACTIONS(2487), - [anon_sym_atomic] = ACTIONS(2487), - [anon_sym_assert] = ACTIONS(2487), - [anon_sym_defer] = ACTIONS(2487), - [anon_sym_goto] = ACTIONS(2487), - [anon_sym_break] = ACTIONS(2487), - [anon_sym_continue] = ACTIONS(2487), - [anon_sym_return] = ACTIONS(2487), - [anon_sym_DOLLARfor] = ACTIONS(2487), - [anon_sym_for] = ACTIONS(2487), - [anon_sym_POUND] = ACTIONS(2487), - [anon_sym_asm] = ACTIONS(2487), - [anon_sym_AT_LBRACK] = ACTIONS(2487), - [sym___double_quote] = ACTIONS(2487), - [sym___single_quote] = ACTIONS(2487), - [sym___c_double_quote] = ACTIONS(2487), - [sym___c_single_quote] = ACTIONS(2487), - [sym___r_double_quote] = ACTIONS(2487), - [sym___r_single_quote] = ACTIONS(2487), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [357] = { [sym_line_comment] = STATE(357), [sym_block_comment] = STATE(357), - [sym__expression] = STATE(2660), + [sym__expression] = STATE(2676), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym_range] = STATE(4467), - [sym_identifier] = ACTIONS(1384), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [358] = { [sym_line_comment] = STATE(358), [sym_block_comment] = STATE(358), - [sym_else_branch] = STATE(620), - [ts_builtin_sym_end] = ACTIONS(2491), - [sym_identifier] = ACTIONS(2493), - [anon_sym_LF] = ACTIONS(2493), - [anon_sym_CR] = ACTIONS(2493), - [anon_sym_CR_LF] = ACTIONS(2493), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2493), - [anon_sym_as] = ACTIONS(2493), - [anon_sym_LBRACE] = ACTIONS(2493), - [anon_sym_COMMA] = ACTIONS(2493), - [anon_sym_const] = ACTIONS(2493), - [anon_sym_LPAREN] = ACTIONS(2493), - [anon_sym_EQ] = ACTIONS(2493), - [anon_sym___global] = ACTIONS(2493), - [anon_sym_type] = ACTIONS(2493), - [anon_sym_PIPE] = ACTIONS(2493), - [anon_sym_fn] = ACTIONS(2493), - [anon_sym_PLUS] = ACTIONS(2493), - [anon_sym_DASH] = ACTIONS(2493), - [anon_sym_STAR] = ACTIONS(2493), - [anon_sym_SLASH] = ACTIONS(2493), - [anon_sym_PERCENT] = ACTIONS(2493), - [anon_sym_LT] = ACTIONS(2493), - [anon_sym_GT] = ACTIONS(2493), - [anon_sym_EQ_EQ] = ACTIONS(2493), - [anon_sym_BANG_EQ] = ACTIONS(2493), - [anon_sym_LT_EQ] = ACTIONS(2493), - [anon_sym_GT_EQ] = ACTIONS(2493), - [anon_sym_LBRACK] = ACTIONS(2491), - [anon_sym_struct] = ACTIONS(2493), - [anon_sym_union] = ACTIONS(2493), - [anon_sym_pub] = ACTIONS(2493), - [anon_sym_mut] = ACTIONS(2493), - [anon_sym_enum] = ACTIONS(2493), - [anon_sym_interface] = ACTIONS(2493), - [anon_sym_PLUS_PLUS] = ACTIONS(2493), - [anon_sym_DASH_DASH] = ACTIONS(2493), - [anon_sym_QMARK] = ACTIONS(2493), - [anon_sym_BANG] = ACTIONS(2493), - [anon_sym_go] = ACTIONS(2493), - [anon_sym_spawn] = ACTIONS(2493), - [anon_sym_json_DOTdecode] = ACTIONS(2493), - [anon_sym_LBRACK2] = ACTIONS(2493), - [anon_sym_TILDE] = ACTIONS(2493), - [anon_sym_CARET] = ACTIONS(2493), - [anon_sym_AMP] = ACTIONS(2493), - [anon_sym_LT_DASH] = ACTIONS(2493), - [anon_sym_LT_LT] = ACTIONS(2493), - [anon_sym_GT_GT] = ACTIONS(2493), - [anon_sym_GT_GT_GT] = ACTIONS(2493), - [anon_sym_AMP_CARET] = ACTIONS(2493), - [anon_sym_AMP_AMP] = ACTIONS(2493), - [anon_sym_PIPE_PIPE] = ACTIONS(2493), - [anon_sym_or] = ACTIONS(2493), - [sym_none] = ACTIONS(2493), - [sym_true] = ACTIONS(2493), - [sym_false] = ACTIONS(2493), - [sym_nil] = ACTIONS(2493), - [anon_sym_QMARK_DOT] = ACTIONS(2493), - [anon_sym_POUND_LBRACK] = ACTIONS(2493), - [anon_sym_if] = ACTIONS(2493), - [anon_sym_else] = ACTIONS(2489), - [anon_sym_DOLLARif] = ACTIONS(2493), - [anon_sym_is] = ACTIONS(2493), - [anon_sym_BANGis] = ACTIONS(2493), - [anon_sym_in] = ACTIONS(2493), - [anon_sym_BANGin] = ACTIONS(2493), - [anon_sym_match] = ACTIONS(2493), - [anon_sym_select] = ACTIONS(2493), - [anon_sym_STAR_EQ] = ACTIONS(2493), - [anon_sym_SLASH_EQ] = ACTIONS(2493), - [anon_sym_PERCENT_EQ] = ACTIONS(2493), - [anon_sym_LT_LT_EQ] = ACTIONS(2493), - [anon_sym_GT_GT_EQ] = ACTIONS(2493), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2493), - [anon_sym_AMP_EQ] = ACTIONS(2493), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2493), - [anon_sym_PLUS_EQ] = ACTIONS(2493), - [anon_sym_DASH_EQ] = ACTIONS(2493), - [anon_sym_PIPE_EQ] = ACTIONS(2493), - [anon_sym_CARET_EQ] = ACTIONS(2493), - [anon_sym_COLON_EQ] = ACTIONS(2493), - [anon_sym_lock] = ACTIONS(2493), - [anon_sym_rlock] = ACTIONS(2493), - [anon_sym_unsafe] = ACTIONS(2493), - [anon_sym_sql] = ACTIONS(2493), - [sym_int_literal] = ACTIONS(2493), - [sym_float_literal] = ACTIONS(2493), - [sym_rune_literal] = ACTIONS(2493), - [sym_pseudo_compile_time_identifier] = ACTIONS(2493), - [anon_sym_shared] = ACTIONS(2493), - [anon_sym_map_LBRACK] = ACTIONS(2493), - [anon_sym_chan] = ACTIONS(2493), - [anon_sym_thread] = ACTIONS(2493), - [anon_sym_atomic] = ACTIONS(2493), - [anon_sym_assert] = ACTIONS(2493), - [anon_sym_defer] = ACTIONS(2493), - [anon_sym_goto] = ACTIONS(2493), - [anon_sym_break] = ACTIONS(2493), - [anon_sym_continue] = ACTIONS(2493), - [anon_sym_return] = ACTIONS(2493), - [anon_sym_DOLLARfor] = ACTIONS(2493), - [anon_sym_for] = ACTIONS(2493), - [anon_sym_POUND] = ACTIONS(2493), - [anon_sym_asm] = ACTIONS(2493), - [anon_sym_AT_LBRACK] = ACTIONS(2493), - [sym___double_quote] = ACTIONS(2493), - [sym___single_quote] = ACTIONS(2493), - [sym___c_double_quote] = ACTIONS(2493), - [sym___c_single_quote] = ACTIONS(2493), - [sym___r_double_quote] = ACTIONS(2493), - [sym___r_single_quote] = ACTIONS(2493), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1433), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(334), + [sym_identifier] = ACTIONS(1380), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2581), + [anon_sym_struct] = ACTIONS(1396), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [359] = { [sym_line_comment] = STATE(359), [sym_block_comment] = STATE(359), - [sym__expression] = STATE(2660), + [sym__expression] = STATE(2676), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3679), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym_range] = STATE(4467), - [sym_identifier] = ACTIONS(2075), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [360] = { [sym_line_comment] = STATE(360), [sym_block_comment] = STATE(360), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(360), - [sym_identifier] = ACTIONS(2495), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2498), - [anon_sym_LBRACE] = ACTIONS(2501), - [anon_sym_LPAREN] = ACTIONS(2504), - [anon_sym_fn] = ACTIONS(2507), - [anon_sym_PLUS] = ACTIONS(2510), - [anon_sym_DASH] = ACTIONS(2510), - [anon_sym_STAR] = ACTIONS(2513), - [anon_sym_RBRACK] = ACTIONS(2516), - [anon_sym_struct] = ACTIONS(2518), - [anon_sym_mut] = ACTIONS(2521), - [anon_sym_QMARK] = ACTIONS(2524), - [anon_sym_BANG] = ACTIONS(2527), - [anon_sym_go] = ACTIONS(2530), - [anon_sym_spawn] = ACTIONS(2533), - [anon_sym_json_DOTdecode] = ACTIONS(2536), - [anon_sym_LBRACK2] = ACTIONS(2539), - [anon_sym_TILDE] = ACTIONS(2510), - [anon_sym_CARET] = ACTIONS(2510), - [anon_sym_AMP] = ACTIONS(2542), - [anon_sym_LT_DASH] = ACTIONS(2545), - [sym_none] = ACTIONS(2548), - [sym_true] = ACTIONS(2548), - [sym_false] = ACTIONS(2548), - [sym_nil] = ACTIONS(2548), - [anon_sym_if] = ACTIONS(2551), - [anon_sym_DOLLARif] = ACTIONS(2554), - [anon_sym_match] = ACTIONS(2557), - [anon_sym_select] = ACTIONS(2560), - [anon_sym_lock] = ACTIONS(2563), - [anon_sym_rlock] = ACTIONS(2563), - [anon_sym_unsafe] = ACTIONS(2566), - [anon_sym_sql] = ACTIONS(2569), - [sym_int_literal] = ACTIONS(2548), - [sym_float_literal] = ACTIONS(2572), - [sym_rune_literal] = ACTIONS(2572), - [sym_pseudo_compile_time_identifier] = ACTIONS(2575), - [anon_sym_shared] = ACTIONS(2578), - [anon_sym_map_LBRACK] = ACTIONS(2581), - [anon_sym_chan] = ACTIONS(2584), - [anon_sym_thread] = ACTIONS(2587), - [anon_sym_atomic] = ACTIONS(2590), - [sym___double_quote] = ACTIONS(2593), - [sym___single_quote] = ACTIONS(2596), - [sym___c_double_quote] = ACTIONS(2599), - [sym___c_single_quote] = ACTIONS(2602), - [sym___r_double_quote] = ACTIONS(2605), - [sym___r_single_quote] = ACTIONS(2608), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2583), + [anon_sym_struct] = ACTIONS(1396), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [361] = { [sym_line_comment] = STATE(361), [sym_block_comment] = STATE(361), - [sym__expression] = STATE(2661), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3679), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4490), - [sym_identifier] = ACTIONS(2075), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4559), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2585), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [362] = { [sym_line_comment] = STATE(362), [sym_block_comment] = STATE(362), - [sym__expression] = STATE(2661), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4490), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2587), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -65804,1061 +65820,1060 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [363] = { [sym_line_comment] = STATE(363), [sym_block_comment] = STATE(363), - [sym__expression] = STATE(2320), + [sym__expression] = STATE(2669), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3672), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2075), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4619), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_RBRACK] = ACTIONS(567), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [364] = { [sym_line_comment] = STATE(364), [sym_block_comment] = STATE(364), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2655), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4557), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4679), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2611), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [365] = { [sym_line_comment] = STATE(365), [sym_block_comment] = STATE(365), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4451), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4453), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [366] = { [sym_line_comment] = STATE(366), [sym_block_comment] = STATE(366), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(360), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1433), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(323), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2615), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2591), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [367] = { [sym_line_comment] = STATE(367), [sym_block_comment] = STATE(367), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(320), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2669), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4619), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2617), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [368] = { [sym_line_comment] = STATE(368), [sym_block_comment] = STATE(368), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(360), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1433), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(338), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2619), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [369] = { [sym_line_comment] = STATE(369), [sym_block_comment] = STATE(369), - [sym__expression] = STATE(2680), + [sym__expression] = STATE(2672), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4446), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4680), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [370] = { [sym_line_comment] = STATE(370), [sym_block_comment] = STATE(370), - [sym__expression] = STATE(2655), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3679), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4678), - [sym_identifier] = ACTIONS(2075), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4532), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2595), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [371] = { [sym_line_comment] = STATE(371), [sym_block_comment] = STATE(371), - [sym__expression] = STATE(2537), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4504), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1433), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(378), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -66867,558 +66882,558 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [372] = { [sym_line_comment] = STATE(372), [sym_block_comment] = STATE(372), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(368), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2651), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4492), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(1332), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [373] = { [sym_line_comment] = STATE(373), [sym_block_comment] = STATE(373), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(360), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2655), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4679), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2623), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [374] = { [sym_line_comment] = STATE(374), [sym_block_comment] = STATE(374), - [sym__expression] = STATE(2664), + [sym__expression] = STATE(2682), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4649), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4648), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [375] = { [sym_line_comment] = STATE(375), [sym_block_comment] = STATE(375), - [sym__expression] = STATE(2664), + [sym__expression] = STATE(2682), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3679), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4649), - [sym_identifier] = ACTIONS(2075), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4648), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [376] = { [sym_line_comment] = STATE(376), [sym_block_comment] = STATE(376), - [sym__expression] = STATE(1160), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym_short_element_list_repeat1] = STATE(327), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(1163), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym_short_element_list_repeat1] = STATE(350), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_RBRACE] = ACTIONS(2625), + [anon_sym_RBRACE] = ACTIONS(2597), [anon_sym_LPAREN] = ACTIONS(637), [anon_sym_fn] = ACTIONS(641), [anon_sym_PLUS] = ACTIONS(643), @@ -67467,223 +67482,224 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [377] = { [sym_line_comment] = STATE(377), [sym_block_comment] = STATE(377), - [sym__expression] = STATE(2680), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3679), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4446), - [sym_identifier] = ACTIONS(2075), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4448), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [378] = { [sym_line_comment] = STATE(378), [sym_block_comment] = STATE(378), - [sym__expression] = STATE(2655), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4678), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2599), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -67692,1414 +67708,1414 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [379] = { [sym_line_comment] = STATE(379), [sym_block_comment] = STATE(379), - [sym__expression] = STATE(2672), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4522), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4532), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2601), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [380] = { [sym_line_comment] = STATE(380), [sym_block_comment] = STATE(380), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(346), - [sym_identifier] = ACTIONS(1318), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(305), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2627), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [381] = { [sym_line_comment] = STATE(381), [sym_block_comment] = STATE(381), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4557), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4559), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(2629), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [382] = { [sym_line_comment] = STATE(382), [sym_block_comment] = STATE(382), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(321), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3674), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2631), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_COMMA] = ACTIONS(563), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_RBRACK] = ACTIONS(563), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [383] = { [sym_line_comment] = STATE(383), [sym_block_comment] = STATE(383), - [sym__expression] = STATE(2561), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(582), - [sym_mutable_expression] = STATE(4091), - [sym_expression_list] = STATE(4353), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(2346), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(458), + [sym_mutable_expression] = STATE(3577), + [sym_expression_list] = STATE(3724), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [384] = { [sym_line_comment] = STATE(384), [sym_block_comment] = STATE(384), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(360), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2633), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2639), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [385] = { [sym_line_comment] = STATE(385), [sym_block_comment] = STATE(385), - [sym__expression] = STATE(2537), + [sym__expression] = STATE(2561), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3995), - [sym_expression_list] = STATE(4360), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4493), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(2641), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [386] = { [sym_line_comment] = STATE(386), [sym_block_comment] = STATE(386), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1434), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1433), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(352), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2652), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4448), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2635), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1366), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [387] = { [sym_line_comment] = STATE(387), [sym_block_comment] = STATE(387), - [sym__expression] = STATE(1322), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [aux_sym__array_repeat1] = STATE(360), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2561), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3994), + [sym_expression_list] = STATE(4361), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_RBRACK] = ACTIONS(2637), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [388] = { [sym_line_comment] = STATE(388), [sym_block_comment] = STATE(388), - [sym__expression] = STATE(2670), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3679), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4751), - [sym_identifier] = ACTIONS(2075), + [sym__expression] = STATE(2346), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(458), + [sym_mutable_expression] = STATE(3577), + [sym_expression_list] = STATE(3726), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [389] = { [sym_line_comment] = STATE(389), [sym_block_comment] = STATE(389), - [sym__expression] = STATE(2670), + [sym__expression] = STATE(2667), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_range] = STATE(4751), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_range] = STATE(4522), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(1434), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1362), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [390] = { [sym_line_comment] = STATE(390), [sym_block_comment] = STATE(390), - [sym__expression] = STATE(2703), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1300), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1440), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1433), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [aux_sym__array_repeat1] = STATE(346), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2639), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_RBRACK] = ACTIONS(2643), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1428), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -69108,787 +69124,1255 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [391] = { [sym_line_comment] = STATE(391), [sym_block_comment] = STATE(391), - [sym__expression] = STATE(2549), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym__definite_range] = STATE(4431), - [sym_identifier] = ACTIONS(1773), + [ts_builtin_sym_end] = ACTIONS(2645), + [sym_identifier] = ACTIONS(2647), + [anon_sym_LF] = ACTIONS(2647), + [anon_sym_CR] = ACTIONS(2647), + [anon_sym_CR_LF] = ACTIONS(2647), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2647), + [anon_sym_as] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2647), + [anon_sym_COMMA] = ACTIONS(2647), + [anon_sym_const] = ACTIONS(2647), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_EQ] = ACTIONS(2647), + [anon_sym___global] = ACTIONS(2647), + [anon_sym_type] = ACTIONS(2647), + [anon_sym_PIPE] = ACTIONS(2647), + [anon_sym_fn] = ACTIONS(2647), + [anon_sym_PLUS] = ACTIONS(2647), + [anon_sym_DASH] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(2647), + [anon_sym_SLASH] = ACTIONS(2647), + [anon_sym_PERCENT] = ACTIONS(2647), + [anon_sym_LT] = ACTIONS(2647), + [anon_sym_GT] = ACTIONS(2647), + [anon_sym_EQ_EQ] = ACTIONS(2647), + [anon_sym_BANG_EQ] = ACTIONS(2647), + [anon_sym_LT_EQ] = ACTIONS(2647), + [anon_sym_GT_EQ] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2645), + [anon_sym_struct] = ACTIONS(2647), + [anon_sym_union] = ACTIONS(2647), + [anon_sym_pub] = ACTIONS(2647), + [anon_sym_mut] = ACTIONS(2647), + [anon_sym_enum] = ACTIONS(2647), + [anon_sym_interface] = ACTIONS(2647), + [anon_sym_PLUS_PLUS] = ACTIONS(2647), + [anon_sym_DASH_DASH] = ACTIONS(2647), + [anon_sym_QMARK] = ACTIONS(2647), + [anon_sym_BANG] = ACTIONS(2647), + [anon_sym_go] = ACTIONS(2647), + [anon_sym_spawn] = ACTIONS(2647), + [anon_sym_json_DOTdecode] = ACTIONS(2647), + [anon_sym_LBRACK2] = ACTIONS(2647), + [anon_sym_TILDE] = ACTIONS(2647), + [anon_sym_CARET] = ACTIONS(2647), + [anon_sym_AMP] = ACTIONS(2647), + [anon_sym_LT_DASH] = ACTIONS(2647), + [anon_sym_LT_LT] = ACTIONS(2647), + [anon_sym_GT_GT] = ACTIONS(2647), + [anon_sym_GT_GT_GT] = ACTIONS(2647), + [anon_sym_AMP_CARET] = ACTIONS(2647), + [anon_sym_AMP_AMP] = ACTIONS(2647), + [anon_sym_PIPE_PIPE] = ACTIONS(2647), + [anon_sym_or] = ACTIONS(2647), + [sym_none] = ACTIONS(2647), + [sym_true] = ACTIONS(2647), + [sym_false] = ACTIONS(2647), + [sym_nil] = ACTIONS(2647), + [anon_sym_QMARK_DOT] = ACTIONS(2647), + [anon_sym_POUND_LBRACK] = ACTIONS(2647), + [anon_sym_if] = ACTIONS(2647), + [anon_sym_DOLLARif] = ACTIONS(2647), + [anon_sym_DOLLARelse] = ACTIONS(2649), + [anon_sym_is] = ACTIONS(2647), + [anon_sym_BANGis] = ACTIONS(2647), + [anon_sym_in] = ACTIONS(2647), + [anon_sym_BANGin] = ACTIONS(2647), + [anon_sym_match] = ACTIONS(2647), + [anon_sym_select] = ACTIONS(2647), + [anon_sym_STAR_EQ] = ACTIONS(2647), + [anon_sym_SLASH_EQ] = ACTIONS(2647), + [anon_sym_PERCENT_EQ] = ACTIONS(2647), + [anon_sym_LT_LT_EQ] = ACTIONS(2647), + [anon_sym_GT_GT_EQ] = ACTIONS(2647), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2647), + [anon_sym_AMP_EQ] = ACTIONS(2647), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2647), + [anon_sym_PLUS_EQ] = ACTIONS(2647), + [anon_sym_DASH_EQ] = ACTIONS(2647), + [anon_sym_PIPE_EQ] = ACTIONS(2647), + [anon_sym_CARET_EQ] = ACTIONS(2647), + [anon_sym_COLON_EQ] = ACTIONS(2647), + [anon_sym_lock] = ACTIONS(2647), + [anon_sym_rlock] = ACTIONS(2647), + [anon_sym_unsafe] = ACTIONS(2647), + [anon_sym_sql] = ACTIONS(2647), + [sym_int_literal] = ACTIONS(2647), + [sym_float_literal] = ACTIONS(2647), + [sym_rune_literal] = ACTIONS(2647), + [sym_pseudo_compile_time_identifier] = ACTIONS(2647), + [anon_sym_shared] = ACTIONS(2647), + [anon_sym_map_LBRACK] = ACTIONS(2647), + [anon_sym_chan] = ACTIONS(2647), + [anon_sym_thread] = ACTIONS(2647), + [anon_sym_atomic] = ACTIONS(2647), + [anon_sym_assert] = ACTIONS(2647), + [anon_sym_defer] = ACTIONS(2647), + [anon_sym_goto] = ACTIONS(2647), + [anon_sym_break] = ACTIONS(2647), + [anon_sym_continue] = ACTIONS(2647), + [anon_sym_return] = ACTIONS(2647), + [anon_sym_DOLLARfor] = ACTIONS(2647), + [anon_sym_for] = ACTIONS(2647), + [anon_sym_POUND] = ACTIONS(2647), + [anon_sym_asm] = ACTIONS(2647), + [anon_sym_AT_LBRACK] = ACTIONS(2647), + [sym___double_quote] = ACTIONS(2647), + [sym___single_quote] = ACTIONS(2647), + [sym___c_double_quote] = ACTIONS(2647), + [sym___c_single_quote] = ACTIONS(2647), + [sym___r_double_quote] = ACTIONS(2647), + [sym___r_single_quote] = ACTIONS(2647), + }, + [392] = { + [sym_line_comment] = STATE(392), + [sym_block_comment] = STATE(392), + [sym__expression] = STATE(2683), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(914), + [sym_mutable_expression] = STATE(3381), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [392] = { - [sym_line_comment] = STATE(392), - [sym_block_comment] = STATE(392), - [sym__expression] = STATE(215), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(963), - [sym_mutable_expression] = STATE(1137), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [393] = { + [sym_line_comment] = STATE(393), + [sym_block_comment] = STATE(393), + [ts_builtin_sym_end] = ACTIONS(2651), + [sym_identifier] = ACTIONS(2653), + [anon_sym_LF] = ACTIONS(2653), + [anon_sym_CR] = ACTIONS(2653), + [anon_sym_CR_LF] = ACTIONS(2653), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym_EQ] = ACTIONS(2653), + [anon_sym___global] = ACTIONS(2653), + [anon_sym_type] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2653), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2653), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2653), + [anon_sym_BANG_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_pub] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_interface] = ACTIONS(2653), + [anon_sym_PLUS_PLUS] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2653), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_LT_LT] = ACTIONS(2653), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2653), + [anon_sym_AMP_CARET] = ACTIONS(2653), + [anon_sym_AMP_AMP] = ACTIONS(2653), + [anon_sym_PIPE_PIPE] = ACTIONS(2653), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2653), + [anon_sym_POUND_LBRACK] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_DOLLARelse] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2653), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_STAR_EQ] = ACTIONS(2653), + [anon_sym_SLASH_EQ] = ACTIONS(2653), + [anon_sym_PERCENT_EQ] = ACTIONS(2653), + [anon_sym_LT_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_GT_EQ] = ACTIONS(2653), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2653), + [anon_sym_AMP_EQ] = ACTIONS(2653), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2653), + [anon_sym_PLUS_EQ] = ACTIONS(2653), + [anon_sym_DASH_EQ] = ACTIONS(2653), + [anon_sym_PIPE_EQ] = ACTIONS(2653), + [anon_sym_CARET_EQ] = ACTIONS(2653), + [anon_sym_COLON_EQ] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2653), + [sym_rune_literal] = ACTIONS(2653), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2653), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [anon_sym_assert] = ACTIONS(2653), + [anon_sym_defer] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_DOLLARfor] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_POUND] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym_AT_LBRACK] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2653), + [sym___single_quote] = ACTIONS(2653), + [sym___c_double_quote] = ACTIONS(2653), + [sym___c_single_quote] = ACTIONS(2653), + [sym___r_double_quote] = ACTIONS(2653), + [sym___r_single_quote] = ACTIONS(2653), + }, + [394] = { + [sym_line_comment] = STATE(394), + [sym_block_comment] = STATE(394), + [sym__expression] = STATE(1952), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(773), + [sym_mutable_expression] = STATE(3381), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, - [393] = { - [sym_line_comment] = STATE(393), - [sym_block_comment] = STATE(393), - [sym__expression] = STATE(2901), + [395] = { + [sym_line_comment] = STATE(395), + [sym_block_comment] = STATE(395), + [sym__expression] = STATE(2835), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3002), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(3006), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(499), + [sym_mutable_expression] = STATE(4584), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2663), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2665), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [394] = { - [sym_line_comment] = STATE(394), - [sym_block_comment] = STATE(394), - [sym__expression] = STATE(1662), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(671), - [sym_mutable_expression] = STATE(3364), - [sym_plain_type] = STATE(4293), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), + [396] = { + [sym_line_comment] = STATE(396), + [sym_block_comment] = STATE(396), + [sym__expression] = STATE(2843), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(499), + [sym_mutable_expression] = STATE(4557), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), [anon_sym_BANG] = ACTIONS(2683), [anon_sym_go] = ACTIONS(2685), [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [395] = { - [sym_line_comment] = STATE(395), - [sym_block_comment] = STATE(395), - [sym__expression] = STATE(2702), + [397] = { + [sym_line_comment] = STATE(397), + [sym_block_comment] = STATE(397), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(485), - [sym_mutable_expression] = STATE(4533), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2965), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2963), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2697), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2699), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [396] = { - [sym_line_comment] = STATE(396), - [sym_block_comment] = STATE(396), - [sym__expression] = STATE(2877), + [398] = { + [sym_line_comment] = STATE(398), + [sym_block_comment] = STATE(398), + [ts_builtin_sym_end] = ACTIONS(2651), + [sym_identifier] = ACTIONS(2653), + [anon_sym_LF] = ACTIONS(2653), + [anon_sym_CR] = ACTIONS(2653), + [anon_sym_CR_LF] = ACTIONS(2653), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(2701), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2701), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2701), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym_EQ] = ACTIONS(2701), + [anon_sym___global] = ACTIONS(2653), + [anon_sym_type] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2653), + [anon_sym_SLASH] = ACTIONS(2701), + [anon_sym_PERCENT] = ACTIONS(2701), + [anon_sym_LT] = ACTIONS(2701), + [anon_sym_GT] = ACTIONS(2701), + [anon_sym_EQ_EQ] = ACTIONS(2701), + [anon_sym_BANG_EQ] = ACTIONS(2701), + [anon_sym_LT_EQ] = ACTIONS(2701), + [anon_sym_GT_EQ] = ACTIONS(2701), + [anon_sym_LBRACK] = ACTIONS(2703), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_pub] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_interface] = ACTIONS(2653), + [anon_sym_PLUS_PLUS] = ACTIONS(2701), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2653), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_LT_LT] = ACTIONS(2701), + [anon_sym_GT_GT] = ACTIONS(2701), + [anon_sym_GT_GT_GT] = ACTIONS(2701), + [anon_sym_AMP_CARET] = ACTIONS(2701), + [anon_sym_AMP_AMP] = ACTIONS(2701), + [anon_sym_PIPE_PIPE] = ACTIONS(2701), + [anon_sym_or] = ACTIONS(2701), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2701), + [anon_sym_POUND_LBRACK] = ACTIONS(2701), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2701), + [anon_sym_BANGis] = ACTIONS(2701), + [anon_sym_in] = ACTIONS(2701), + [anon_sym_BANGin] = ACTIONS(2701), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_STAR_EQ] = ACTIONS(2701), + [anon_sym_SLASH_EQ] = ACTIONS(2701), + [anon_sym_PERCENT_EQ] = ACTIONS(2701), + [anon_sym_LT_LT_EQ] = ACTIONS(2701), + [anon_sym_GT_GT_EQ] = ACTIONS(2701), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2701), + [anon_sym_AMP_EQ] = ACTIONS(2701), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2701), + [anon_sym_PLUS_EQ] = ACTIONS(2701), + [anon_sym_DASH_EQ] = ACTIONS(2701), + [anon_sym_PIPE_EQ] = ACTIONS(2701), + [anon_sym_CARET_EQ] = ACTIONS(2701), + [anon_sym_COLON_EQ] = ACTIONS(2701), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2653), + [sym_rune_literal] = ACTIONS(2653), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2653), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [anon_sym_assert] = ACTIONS(2653), + [anon_sym_defer] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_DOLLARfor] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_POUND] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym_AT_LBRACK] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2653), + [sym___single_quote] = ACTIONS(2653), + [sym___c_double_quote] = ACTIONS(2653), + [sym___c_single_quote] = ACTIONS(2653), + [sym___r_double_quote] = ACTIONS(2653), + [sym___r_single_quote] = ACTIONS(2653), + }, + [399] = { + [sym_line_comment] = STATE(399), + [sym_block_comment] = STATE(399), + [sym__expression] = STATE(2852), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(485), - [sym_mutable_expression] = STATE(4583), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(499), + [sym_mutable_expression] = STATE(4643), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [400] = { + [sym_line_comment] = STATE(400), + [sym_block_comment] = STATE(400), + [sym__expression] = STATE(1664), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(888), + [sym_mutable_expression] = STATE(3366), + [sym_plain_type] = STATE(4308), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), [anon_sym_select] = ACTIONS(2743), [anon_sym_lock] = ACTIONS(2745), [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, - [397] = { - [sym_line_comment] = STATE(397), - [sym_block_comment] = STATE(397), - [sym__expression] = STATE(2515), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4017), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [401] = { + [sym_line_comment] = STATE(401), + [sym_block_comment] = STATE(401), + [sym__expression] = STATE(2517), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4019), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym_identifier] = ACTIONS(1071), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(563), [anon_sym_LPAREN] = ACTIONS(1079), [anon_sym_fn] = ACTIONS(1081), [anon_sym_PLUS] = ACTIONS(1083), @@ -69913,9 +70397,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -69934,1031 +70418,563 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [398] = { - [sym_line_comment] = STATE(398), - [sym_block_comment] = STATE(398), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2981), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2983), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2751), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2753), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [399] = { - [sym_line_comment] = STATE(399), - [sym_block_comment] = STATE(399), - [sym__expression] = STATE(2721), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(485), - [sym_mutable_expression] = STATE(4505), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [400] = { - [sym_line_comment] = STATE(400), - [sym_block_comment] = STATE(400), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3014), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(3013), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2755), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2757), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [401] = { - [sym_line_comment] = STATE(401), - [sym_block_comment] = STATE(401), - [sym__expression] = STATE(2738), + [402] = { + [sym_line_comment] = STATE(402), + [sym_block_comment] = STATE(402), + [sym__expression] = STATE(2874), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(485), - [sym_mutable_expression] = STATE(4478), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(499), + [sym_mutable_expression] = STATE(4573), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [402] = { - [sym_line_comment] = STATE(402), - [sym_block_comment] = STATE(402), - [ts_builtin_sym_end] = ACTIONS(2759), - [sym_identifier] = ACTIONS(2761), - [anon_sym_LF] = ACTIONS(2761), - [anon_sym_CR] = ACTIONS(2761), - [anon_sym_CR_LF] = ACTIONS(2761), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2763), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2763), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_COMMA] = ACTIONS(2763), - [anon_sym_const] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym_EQ] = ACTIONS(2763), - [anon_sym___global] = ACTIONS(2761), - [anon_sym_type] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2763), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_SLASH] = ACTIONS(2763), - [anon_sym_PERCENT] = ACTIONS(2763), - [anon_sym_LT] = ACTIONS(2763), - [anon_sym_GT] = ACTIONS(2763), - [anon_sym_EQ_EQ] = ACTIONS(2763), - [anon_sym_BANG_EQ] = ACTIONS(2763), - [anon_sym_LT_EQ] = ACTIONS(2763), - [anon_sym_GT_EQ] = ACTIONS(2763), - [anon_sym_LBRACK] = ACTIONS(2765), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_union] = ACTIONS(2761), - [anon_sym_pub] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_enum] = ACTIONS(2761), - [anon_sym_interface] = ACTIONS(2761), - [anon_sym_PLUS_PLUS] = ACTIONS(2763), - [anon_sym_DASH_DASH] = ACTIONS(2763), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2761), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2763), - [anon_sym_GT_GT] = ACTIONS(2763), - [anon_sym_GT_GT_GT] = ACTIONS(2763), - [anon_sym_AMP_CARET] = ACTIONS(2763), - [anon_sym_AMP_AMP] = ACTIONS(2763), - [anon_sym_PIPE_PIPE] = ACTIONS(2763), - [anon_sym_or] = ACTIONS(2763), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2763), - [anon_sym_POUND_LBRACK] = ACTIONS(2763), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2763), - [anon_sym_BANGis] = ACTIONS(2763), - [anon_sym_in] = ACTIONS(2763), - [anon_sym_BANGin] = ACTIONS(2763), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_STAR_EQ] = ACTIONS(2763), - [anon_sym_SLASH_EQ] = ACTIONS(2763), - [anon_sym_PERCENT_EQ] = ACTIONS(2763), - [anon_sym_LT_LT_EQ] = ACTIONS(2763), - [anon_sym_GT_GT_EQ] = ACTIONS(2763), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2763), - [anon_sym_AMP_EQ] = ACTIONS(2763), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2763), - [anon_sym_PLUS_EQ] = ACTIONS(2763), - [anon_sym_DASH_EQ] = ACTIONS(2763), - [anon_sym_PIPE_EQ] = ACTIONS(2763), - [anon_sym_CARET_EQ] = ACTIONS(2763), - [anon_sym_COLON_EQ] = ACTIONS(2763), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), - [sym_rune_literal] = ACTIONS(2761), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2761), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [anon_sym_assert] = ACTIONS(2761), - [anon_sym_defer] = ACTIONS(2761), - [anon_sym_goto] = ACTIONS(2761), - [anon_sym_break] = ACTIONS(2761), - [anon_sym_continue] = ACTIONS(2761), - [anon_sym_return] = ACTIONS(2761), - [anon_sym_DOLLARfor] = ACTIONS(2761), - [anon_sym_for] = ACTIONS(2761), - [anon_sym_POUND] = ACTIONS(2761), - [anon_sym_asm] = ACTIONS(2761), - [anon_sym_AT_LBRACK] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2761), - [sym___single_quote] = ACTIONS(2761), - [sym___c_double_quote] = ACTIONS(2761), - [sym___c_single_quote] = ACTIONS(2761), - [sym___r_double_quote] = ACTIONS(2761), - [sym___r_single_quote] = ACTIONS(2761), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [403] = { [sym_line_comment] = STATE(403), [sym_block_comment] = STATE(403), - [sym__expression] = STATE(2873), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(485), - [sym_mutable_expression] = STATE(4571), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3002), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(3007), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2773), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [404] = { [sym_line_comment] = STATE(404), [sym_block_comment] = STATE(404), - [sym__expression] = STATE(2758), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(485), - [sym_mutable_expression] = STATE(4433), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3000), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2995), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2777), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [405] = { [sym_line_comment] = STATE(405), [sym_block_comment] = STATE(405), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2962), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2976), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(215), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(965), + [sym_mutable_expression] = STATE(1138), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2767), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2769), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), }, [406] = { [sym_line_comment] = STATE(406), [sym_block_comment] = STATE(406), - [sym__expression] = STATE(987), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(779), - [sym_mutable_expression] = STATE(1499), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [sym__expression] = STATE(993), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(776), + [sym_mutable_expression] = STATE(1500), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), + [anon_sym_BANG] = ACTIONS(2439), [anon_sym_go] = ACTIONS(519), [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), [sym_none] = ACTIONS(531), [sym_true] = ACTIONS(531), [sym_false] = ACTIONS(531), @@ -70972,7028 +70988,5173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(543), [anon_sym_sql] = ACTIONS(545), [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [407] = { [sym_line_comment] = STATE(407), [sym_block_comment] = STATE(407), - [sym__expression] = STATE(2629), + [sym__expression] = STATE(2604), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3378), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(885), + [sym_mutable_expression] = STATE(3381), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [408] = { [sym_line_comment] = STATE(408), [sym_block_comment] = STATE(408), - [sym__expression] = STATE(2857), + [sym__expression] = STATE(2829), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(485), - [sym_mutable_expression] = STATE(4555), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(499), + [sym_mutable_expression] = STATE(4536), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [409] = { [sym_line_comment] = STATE(409), [sym_block_comment] = STATE(409), - [sym__expression] = STATE(2761), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(485), - [sym_mutable_expression] = STATE(4450), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [ts_builtin_sym_end] = ACTIONS(2783), + [sym_identifier] = ACTIONS(2785), + [anon_sym_LF] = ACTIONS(2785), + [anon_sym_CR] = ACTIONS(2785), + [anon_sym_CR_LF] = ACTIONS(2785), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2785), + [anon_sym_as] = ACTIONS(2785), + [anon_sym_LBRACE] = ACTIONS(2787), + [anon_sym_COMMA] = ACTIONS(2785), + [anon_sym_const] = ACTIONS(2785), + [anon_sym_LPAREN] = ACTIONS(2785), + [anon_sym_EQ] = ACTIONS(2785), + [anon_sym___global] = ACTIONS(2785), + [anon_sym_type] = ACTIONS(2785), + [anon_sym_PIPE] = ACTIONS(2785), + [anon_sym_fn] = ACTIONS(2785), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_STAR] = ACTIONS(2785), + [anon_sym_SLASH] = ACTIONS(2785), + [anon_sym_PERCENT] = ACTIONS(2785), + [anon_sym_LT] = ACTIONS(2785), + [anon_sym_GT] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2785), + [anon_sym_BANG_EQ] = ACTIONS(2785), + [anon_sym_LT_EQ] = ACTIONS(2785), + [anon_sym_GT_EQ] = ACTIONS(2785), + [anon_sym_LBRACK] = ACTIONS(2790), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_union] = ACTIONS(2785), + [anon_sym_pub] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(2785), + [anon_sym_COLON] = ACTIONS(2793), + [anon_sym_enum] = ACTIONS(2785), + [anon_sym_interface] = ACTIONS(2785), + [anon_sym_PLUS_PLUS] = ACTIONS(2785), + [anon_sym_DASH_DASH] = ACTIONS(2785), + [anon_sym_QMARK] = ACTIONS(2785), + [anon_sym_BANG] = ACTIONS(2785), + [anon_sym_go] = ACTIONS(2785), + [anon_sym_spawn] = ACTIONS(2785), + [anon_sym_json_DOTdecode] = ACTIONS(2785), + [anon_sym_LBRACK2] = ACTIONS(2785), + [anon_sym_TILDE] = ACTIONS(2785), + [anon_sym_CARET] = ACTIONS(2785), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_LT_DASH] = ACTIONS(2785), + [anon_sym_LT_LT] = ACTIONS(2785), + [anon_sym_GT_GT] = ACTIONS(2785), + [anon_sym_GT_GT_GT] = ACTIONS(2785), + [anon_sym_AMP_CARET] = ACTIONS(2785), + [anon_sym_AMP_AMP] = ACTIONS(2785), + [anon_sym_PIPE_PIPE] = ACTIONS(2785), + [anon_sym_or] = ACTIONS(2785), + [sym_none] = ACTIONS(2785), + [sym_true] = ACTIONS(2785), + [sym_false] = ACTIONS(2785), + [sym_nil] = ACTIONS(2785), + [anon_sym_QMARK_DOT] = ACTIONS(2785), + [anon_sym_POUND_LBRACK] = ACTIONS(2785), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_DOLLARif] = ACTIONS(2785), + [anon_sym_is] = ACTIONS(2785), + [anon_sym_BANGis] = ACTIONS(2785), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_BANGin] = ACTIONS(2785), + [anon_sym_match] = ACTIONS(2785), + [anon_sym_select] = ACTIONS(2785), + [anon_sym_STAR_EQ] = ACTIONS(2785), + [anon_sym_SLASH_EQ] = ACTIONS(2785), + [anon_sym_PERCENT_EQ] = ACTIONS(2785), + [anon_sym_LT_LT_EQ] = ACTIONS(2785), + [anon_sym_GT_GT_EQ] = ACTIONS(2785), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2785), + [anon_sym_AMP_EQ] = ACTIONS(2785), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2785), + [anon_sym_PLUS_EQ] = ACTIONS(2785), + [anon_sym_DASH_EQ] = ACTIONS(2785), + [anon_sym_PIPE_EQ] = ACTIONS(2785), + [anon_sym_CARET_EQ] = ACTIONS(2785), + [anon_sym_COLON_EQ] = ACTIONS(2785), + [anon_sym_lock] = ACTIONS(2785), + [anon_sym_rlock] = ACTIONS(2785), + [anon_sym_unsafe] = ACTIONS(2785), + [anon_sym_sql] = ACTIONS(2785), + [sym_int_literal] = ACTIONS(2785), + [sym_float_literal] = ACTIONS(2785), + [sym_rune_literal] = ACTIONS(2785), + [sym_pseudo_compile_time_identifier] = ACTIONS(2785), + [anon_sym_shared] = ACTIONS(2785), + [anon_sym_map_LBRACK] = ACTIONS(2785), + [anon_sym_chan] = ACTIONS(2785), + [anon_sym_thread] = ACTIONS(2785), + [anon_sym_atomic] = ACTIONS(2785), + [anon_sym_assert] = ACTIONS(2785), + [anon_sym_defer] = ACTIONS(2785), + [anon_sym_goto] = ACTIONS(2785), + [anon_sym_break] = ACTIONS(2785), + [anon_sym_continue] = ACTIONS(2785), + [anon_sym_return] = ACTIONS(2785), + [anon_sym_DOLLARfor] = ACTIONS(2785), + [anon_sym_for] = ACTIONS(2785), + [anon_sym_POUND] = ACTIONS(2785), + [anon_sym_asm] = ACTIONS(2785), + [anon_sym_AT_LBRACK] = ACTIONS(2785), + [sym___double_quote] = ACTIONS(2785), + [sym___single_quote] = ACTIONS(2785), + [sym___c_double_quote] = ACTIONS(2785), + [sym___c_single_quote] = ACTIONS(2785), + [sym___r_double_quote] = ACTIONS(2785), + [sym___r_single_quote] = ACTIONS(2785), }, [410] = { [sym_line_comment] = STATE(410), [sym_block_comment] = STATE(410), - [sym__expression] = STATE(2803), + [sym__expression] = STATE(2755), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(485), - [sym_mutable_expression] = STATE(4471), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(499), + [sym_mutable_expression] = STATE(4436), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [411] = { [sym_line_comment] = STATE(411), [sym_block_comment] = STATE(411), - [ts_builtin_sym_end] = ACTIONS(2771), - [sym_identifier] = ACTIONS(2773), - [anon_sym_LF] = ACTIONS(2773), - [anon_sym_CR] = ACTIONS(2773), - [anon_sym_CR_LF] = ACTIONS(2773), + [ts_builtin_sym_end] = ACTIONS(2795), + [sym_identifier] = ACTIONS(2797), + [anon_sym_LF] = ACTIONS(2797), + [anon_sym_CR] = ACTIONS(2797), + [anon_sym_CR_LF] = ACTIONS(2797), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2773), - [anon_sym_as] = ACTIONS(2773), - [anon_sym_LBRACE] = ACTIONS(2773), - [anon_sym_COMMA] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2773), - [anon_sym_EQ] = ACTIONS(2773), - [anon_sym___global] = ACTIONS(2773), - [anon_sym_type] = ACTIONS(2773), - [anon_sym_PIPE] = ACTIONS(2773), - [anon_sym_fn] = ACTIONS(2773), - [anon_sym_PLUS] = ACTIONS(2773), - [anon_sym_DASH] = ACTIONS(2773), - [anon_sym_STAR] = ACTIONS(2773), - [anon_sym_SLASH] = ACTIONS(2773), - [anon_sym_PERCENT] = ACTIONS(2773), - [anon_sym_LT] = ACTIONS(2773), - [anon_sym_GT] = ACTIONS(2773), - [anon_sym_EQ_EQ] = ACTIONS(2773), - [anon_sym_BANG_EQ] = ACTIONS(2773), - [anon_sym_LT_EQ] = ACTIONS(2773), - [anon_sym_GT_EQ] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2771), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [anon_sym_pub] = ACTIONS(2773), - [anon_sym_mut] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_interface] = ACTIONS(2773), - [anon_sym_PLUS_PLUS] = ACTIONS(2773), - [anon_sym_DASH_DASH] = ACTIONS(2773), - [anon_sym_QMARK] = ACTIONS(2773), - [anon_sym_BANG] = ACTIONS(2773), - [anon_sym_go] = ACTIONS(2773), - [anon_sym_spawn] = ACTIONS(2773), - [anon_sym_json_DOTdecode] = ACTIONS(2773), - [anon_sym_LBRACK2] = ACTIONS(2773), - [anon_sym_TILDE] = ACTIONS(2773), - [anon_sym_CARET] = ACTIONS(2773), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_LT_DASH] = ACTIONS(2773), - [anon_sym_LT_LT] = ACTIONS(2773), - [anon_sym_GT_GT] = ACTIONS(2773), - [anon_sym_GT_GT_GT] = ACTIONS(2773), - [anon_sym_AMP_CARET] = ACTIONS(2773), - [anon_sym_AMP_AMP] = ACTIONS(2773), - [anon_sym_PIPE_PIPE] = ACTIONS(2773), - [anon_sym_or] = ACTIONS(2773), - [sym_none] = ACTIONS(2773), - [sym_true] = ACTIONS(2773), - [sym_false] = ACTIONS(2773), - [sym_nil] = ACTIONS(2773), - [anon_sym_QMARK_DOT] = ACTIONS(2773), - [anon_sym_POUND_LBRACK] = ACTIONS(2773), - [anon_sym_if] = ACTIONS(2773), - [anon_sym_DOLLARif] = ACTIONS(2773), - [anon_sym_DOLLARelse] = ACTIONS(2775), - [anon_sym_is] = ACTIONS(2773), - [anon_sym_BANGis] = ACTIONS(2773), - [anon_sym_in] = ACTIONS(2773), - [anon_sym_BANGin] = ACTIONS(2773), - [anon_sym_match] = ACTIONS(2773), - [anon_sym_select] = ACTIONS(2773), - [anon_sym_STAR_EQ] = ACTIONS(2773), - [anon_sym_SLASH_EQ] = ACTIONS(2773), - [anon_sym_PERCENT_EQ] = ACTIONS(2773), - [anon_sym_LT_LT_EQ] = ACTIONS(2773), - [anon_sym_GT_GT_EQ] = ACTIONS(2773), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2773), - [anon_sym_AMP_EQ] = ACTIONS(2773), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2773), - [anon_sym_PLUS_EQ] = ACTIONS(2773), - [anon_sym_DASH_EQ] = ACTIONS(2773), - [anon_sym_PIPE_EQ] = ACTIONS(2773), - [anon_sym_CARET_EQ] = ACTIONS(2773), - [anon_sym_COLON_EQ] = ACTIONS(2773), - [anon_sym_lock] = ACTIONS(2773), - [anon_sym_rlock] = ACTIONS(2773), - [anon_sym_unsafe] = ACTIONS(2773), - [anon_sym_sql] = ACTIONS(2773), - [sym_int_literal] = ACTIONS(2773), - [sym_float_literal] = ACTIONS(2773), - [sym_rune_literal] = ACTIONS(2773), - [sym_pseudo_compile_time_identifier] = ACTIONS(2773), - [anon_sym_shared] = ACTIONS(2773), - [anon_sym_map_LBRACK] = ACTIONS(2773), - [anon_sym_chan] = ACTIONS(2773), - [anon_sym_thread] = ACTIONS(2773), - [anon_sym_atomic] = ACTIONS(2773), - [anon_sym_assert] = ACTIONS(2773), - [anon_sym_defer] = ACTIONS(2773), - [anon_sym_goto] = ACTIONS(2773), - [anon_sym_break] = ACTIONS(2773), - [anon_sym_continue] = ACTIONS(2773), - [anon_sym_return] = ACTIONS(2773), - [anon_sym_DOLLARfor] = ACTIONS(2773), - [anon_sym_for] = ACTIONS(2773), - [anon_sym_POUND] = ACTIONS(2773), - [anon_sym_asm] = ACTIONS(2773), - [anon_sym_AT_LBRACK] = ACTIONS(2773), - [sym___double_quote] = ACTIONS(2773), - [sym___single_quote] = ACTIONS(2773), - [sym___c_double_quote] = ACTIONS(2773), - [sym___c_single_quote] = ACTIONS(2773), - [sym___r_double_quote] = ACTIONS(2773), - [sym___r_single_quote] = ACTIONS(2773), + [anon_sym_DOT] = ACTIONS(2797), + [anon_sym_as] = ACTIONS(2797), + [anon_sym_LBRACE] = ACTIONS(2797), + [anon_sym_COMMA] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_LPAREN] = ACTIONS(2797), + [anon_sym_EQ] = ACTIONS(2797), + [anon_sym___global] = ACTIONS(2797), + [anon_sym_type] = ACTIONS(2797), + [anon_sym_PIPE] = ACTIONS(2797), + [anon_sym_fn] = ACTIONS(2797), + [anon_sym_PLUS] = ACTIONS(2797), + [anon_sym_DASH] = ACTIONS(2797), + [anon_sym_STAR] = ACTIONS(2797), + [anon_sym_SLASH] = ACTIONS(2797), + [anon_sym_PERCENT] = ACTIONS(2797), + [anon_sym_LT] = ACTIONS(2797), + [anon_sym_GT] = ACTIONS(2797), + [anon_sym_EQ_EQ] = ACTIONS(2797), + [anon_sym_BANG_EQ] = ACTIONS(2797), + [anon_sym_LT_EQ] = ACTIONS(2797), + [anon_sym_GT_EQ] = ACTIONS(2797), + [anon_sym_LBRACK] = ACTIONS(2795), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [anon_sym_pub] = ACTIONS(2797), + [anon_sym_mut] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_interface] = ACTIONS(2797), + [anon_sym_PLUS_PLUS] = ACTIONS(2797), + [anon_sym_DASH_DASH] = ACTIONS(2797), + [anon_sym_QMARK] = ACTIONS(2797), + [anon_sym_BANG] = ACTIONS(2797), + [anon_sym_go] = ACTIONS(2797), + [anon_sym_spawn] = ACTIONS(2797), + [anon_sym_json_DOTdecode] = ACTIONS(2797), + [anon_sym_LBRACK2] = ACTIONS(2797), + [anon_sym_TILDE] = ACTIONS(2797), + [anon_sym_CARET] = ACTIONS(2797), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_LT_DASH] = ACTIONS(2797), + [anon_sym_LT_LT] = ACTIONS(2797), + [anon_sym_GT_GT] = ACTIONS(2797), + [anon_sym_GT_GT_GT] = ACTIONS(2797), + [anon_sym_AMP_CARET] = ACTIONS(2797), + [anon_sym_AMP_AMP] = ACTIONS(2797), + [anon_sym_PIPE_PIPE] = ACTIONS(2797), + [anon_sym_or] = ACTIONS(2797), + [sym_none] = ACTIONS(2797), + [sym_true] = ACTIONS(2797), + [sym_false] = ACTIONS(2797), + [sym_nil] = ACTIONS(2797), + [anon_sym_QMARK_DOT] = ACTIONS(2797), + [anon_sym_POUND_LBRACK] = ACTIONS(2797), + [anon_sym_if] = ACTIONS(2797), + [anon_sym_DOLLARif] = ACTIONS(2797), + [anon_sym_DOLLARelse] = ACTIONS(2799), + [anon_sym_is] = ACTIONS(2797), + [anon_sym_BANGis] = ACTIONS(2797), + [anon_sym_in] = ACTIONS(2797), + [anon_sym_BANGin] = ACTIONS(2797), + [anon_sym_match] = ACTIONS(2797), + [anon_sym_select] = ACTIONS(2797), + [anon_sym_STAR_EQ] = ACTIONS(2797), + [anon_sym_SLASH_EQ] = ACTIONS(2797), + [anon_sym_PERCENT_EQ] = ACTIONS(2797), + [anon_sym_LT_LT_EQ] = ACTIONS(2797), + [anon_sym_GT_GT_EQ] = ACTIONS(2797), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2797), + [anon_sym_AMP_EQ] = ACTIONS(2797), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2797), + [anon_sym_PLUS_EQ] = ACTIONS(2797), + [anon_sym_DASH_EQ] = ACTIONS(2797), + [anon_sym_PIPE_EQ] = ACTIONS(2797), + [anon_sym_CARET_EQ] = ACTIONS(2797), + [anon_sym_COLON_EQ] = ACTIONS(2797), + [anon_sym_lock] = ACTIONS(2797), + [anon_sym_rlock] = ACTIONS(2797), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2797), + [sym_int_literal] = ACTIONS(2797), + [sym_float_literal] = ACTIONS(2797), + [sym_rune_literal] = ACTIONS(2797), + [sym_pseudo_compile_time_identifier] = ACTIONS(2797), + [anon_sym_shared] = ACTIONS(2797), + [anon_sym_map_LBRACK] = ACTIONS(2797), + [anon_sym_chan] = ACTIONS(2797), + [anon_sym_thread] = ACTIONS(2797), + [anon_sym_atomic] = ACTIONS(2797), + [anon_sym_assert] = ACTIONS(2797), + [anon_sym_defer] = ACTIONS(2797), + [anon_sym_goto] = ACTIONS(2797), + [anon_sym_break] = ACTIONS(2797), + [anon_sym_continue] = ACTIONS(2797), + [anon_sym_return] = ACTIONS(2797), + [anon_sym_DOLLARfor] = ACTIONS(2797), + [anon_sym_for] = ACTIONS(2797), + [anon_sym_POUND] = ACTIONS(2797), + [anon_sym_asm] = ACTIONS(2797), + [anon_sym_AT_LBRACK] = ACTIONS(2797), + [sym___double_quote] = ACTIONS(2797), + [sym___single_quote] = ACTIONS(2797), + [sym___c_double_quote] = ACTIONS(2797), + [sym___c_single_quote] = ACTIONS(2797), + [sym___r_double_quote] = ACTIONS(2797), + [sym___r_single_quote] = ACTIONS(2797), }, [412] = { [sym_line_comment] = STATE(412), [sym_block_comment] = STATE(412), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3025), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(3024), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(2474), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(458), + [sym_mutable_expression] = STATE(3675), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2779), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [413] = { [sym_line_comment] = STATE(413), [sym_block_comment] = STATE(413), - [sym__expression] = STATE(2861), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2987), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2971), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2801), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2803), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [414] = { [sym_line_comment] = STATE(414), [sym_block_comment] = STATE(414), - [ts_builtin_sym_end] = ACTIONS(2759), - [sym_identifier] = ACTIONS(2761), - [anon_sym_LF] = ACTIONS(2761), - [anon_sym_CR] = ACTIONS(2761), - [anon_sym_CR_LF] = ACTIONS(2761), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_COMMA] = ACTIONS(2761), - [anon_sym_const] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym_EQ] = ACTIONS(2761), - [anon_sym___global] = ACTIONS(2761), - [anon_sym_type] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2761), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2761), - [anon_sym_BANG_EQ] = ACTIONS(2761), - [anon_sym_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_EQ] = ACTIONS(2761), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_union] = ACTIONS(2761), - [anon_sym_pub] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_enum] = ACTIONS(2761), - [anon_sym_interface] = ACTIONS(2761), - [anon_sym_PLUS_PLUS] = ACTIONS(2761), - [anon_sym_DASH_DASH] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2761), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2761), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2761), - [anon_sym_AMP_CARET] = ACTIONS(2761), - [anon_sym_AMP_AMP] = ACTIONS(2761), - [anon_sym_PIPE_PIPE] = ACTIONS(2761), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2761), - [anon_sym_POUND_LBRACK] = ACTIONS(2761), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_DOLLARelse] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2761), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2761), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_STAR_EQ] = ACTIONS(2761), - [anon_sym_SLASH_EQ] = ACTIONS(2761), - [anon_sym_PERCENT_EQ] = ACTIONS(2761), - [anon_sym_LT_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_GT_EQ] = ACTIONS(2761), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2761), - [anon_sym_AMP_EQ] = ACTIONS(2761), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2761), - [anon_sym_PLUS_EQ] = ACTIONS(2761), - [anon_sym_DASH_EQ] = ACTIONS(2761), - [anon_sym_PIPE_EQ] = ACTIONS(2761), - [anon_sym_CARET_EQ] = ACTIONS(2761), - [anon_sym_COLON_EQ] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), - [sym_rune_literal] = ACTIONS(2761), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2761), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [anon_sym_assert] = ACTIONS(2761), - [anon_sym_defer] = ACTIONS(2761), - [anon_sym_goto] = ACTIONS(2761), - [anon_sym_break] = ACTIONS(2761), - [anon_sym_continue] = ACTIONS(2761), - [anon_sym_return] = ACTIONS(2761), - [anon_sym_DOLLARfor] = ACTIONS(2761), - [anon_sym_for] = ACTIONS(2761), - [anon_sym_POUND] = ACTIONS(2761), - [anon_sym_asm] = ACTIONS(2761), - [anon_sym_AT_LBRACK] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2761), - [sym___single_quote] = ACTIONS(2761), - [sym___c_double_quote] = ACTIONS(2761), - [sym___c_single_quote] = ACTIONS(2761), - [sym___r_double_quote] = ACTIONS(2761), - [sym___r_single_quote] = ACTIONS(2761), + [sym__expression] = STATE(2883), + [sym__expression_without_blocks] = STATE(2891), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_expression_without_blocks_list] = STATE(4726), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [415] = { [sym_line_comment] = STATE(415), [sym_block_comment] = STATE(415), - [sym__expression] = STATE(2901), + [sym__expression] = STATE(2604), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3020), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(3019), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(583), + [sym_mutable_expression] = STATE(3381), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2783), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2785), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [416] = { [sym_line_comment] = STATE(416), [sym_block_comment] = STATE(416), - [sym__expression] = STATE(2901), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2963), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2964), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2975), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2978), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2787), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2789), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2807), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [417] = { [sym_line_comment] = STATE(417), [sym_block_comment] = STATE(417), - [sym_type_parameters] = STATE(599), - [ts_builtin_sym_end] = ACTIONS(2791), - [sym_identifier] = ACTIONS(2793), - [anon_sym_LF] = ACTIONS(2793), - [anon_sym_CR] = ACTIONS(2793), - [anon_sym_CR_LF] = ACTIONS(2793), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_as] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2793), - [anon_sym_COMMA] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2793), - [anon_sym_EQ] = ACTIONS(2793), - [anon_sym___global] = ACTIONS(2793), - [anon_sym_type] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_fn] = ACTIONS(2793), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_SLASH] = ACTIONS(2793), - [anon_sym_PERCENT] = ACTIONS(2793), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_GT] = ACTIONS(2793), - [anon_sym_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ] = ACTIONS(2793), - [anon_sym_LT_EQ] = ACTIONS(2793), - [anon_sym_GT_EQ] = ACTIONS(2793), - [anon_sym_LBRACK] = ACTIONS(2791), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_pub] = ACTIONS(2793), - [anon_sym_mut] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_interface] = ACTIONS(2793), - [anon_sym_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2793), - [anon_sym_QMARK] = ACTIONS(2793), - [anon_sym_BANG] = ACTIONS(2793), - [anon_sym_go] = ACTIONS(2793), - [anon_sym_spawn] = ACTIONS(2793), - [anon_sym_json_DOTdecode] = ACTIONS(2793), - [anon_sym_LBRACK2] = ACTIONS(2793), - [anon_sym_TILDE] = ACTIONS(2793), - [anon_sym_CARET] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_LT_DASH] = ACTIONS(2793), - [anon_sym_LT_LT] = ACTIONS(2793), - [anon_sym_GT_GT] = ACTIONS(2793), - [anon_sym_GT_GT_GT] = ACTIONS(2793), - [anon_sym_AMP_CARET] = ACTIONS(2793), - [anon_sym_AMP_AMP] = ACTIONS(2793), - [anon_sym_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_or] = ACTIONS(2793), - [sym_none] = ACTIONS(2793), - [sym_true] = ACTIONS(2793), - [sym_false] = ACTIONS(2793), - [sym_nil] = ACTIONS(2793), - [anon_sym_QMARK_DOT] = ACTIONS(2793), - [anon_sym_POUND_LBRACK] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_DOLLARif] = ACTIONS(2793), - [anon_sym_is] = ACTIONS(2793), - [anon_sym_BANGis] = ACTIONS(2793), - [anon_sym_in] = ACTIONS(2793), - [anon_sym_BANGin] = ACTIONS(2793), - [anon_sym_match] = ACTIONS(2793), - [anon_sym_select] = ACTIONS(2793), - [anon_sym_STAR_EQ] = ACTIONS(2793), - [anon_sym_SLASH_EQ] = ACTIONS(2793), - [anon_sym_PERCENT_EQ] = ACTIONS(2793), - [anon_sym_LT_LT_EQ] = ACTIONS(2793), - [anon_sym_GT_GT_EQ] = ACTIONS(2793), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2793), - [anon_sym_AMP_EQ] = ACTIONS(2793), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2793), - [anon_sym_PLUS_EQ] = ACTIONS(2793), - [anon_sym_DASH_EQ] = ACTIONS(2793), - [anon_sym_PIPE_EQ] = ACTIONS(2793), - [anon_sym_CARET_EQ] = ACTIONS(2793), - [anon_sym_COLON_EQ] = ACTIONS(2793), - [anon_sym_lock] = ACTIONS(2793), - [anon_sym_rlock] = ACTIONS(2793), - [anon_sym_unsafe] = ACTIONS(2793), - [anon_sym_sql] = ACTIONS(2793), - [sym_int_literal] = ACTIONS(2793), - [sym_float_literal] = ACTIONS(2793), - [sym_rune_literal] = ACTIONS(2793), - [sym_pseudo_compile_time_identifier] = ACTIONS(2793), - [anon_sym_shared] = ACTIONS(2793), - [anon_sym_map_LBRACK] = ACTIONS(2793), - [anon_sym_chan] = ACTIONS(2793), - [anon_sym_thread] = ACTIONS(2793), - [anon_sym_atomic] = ACTIONS(2793), - [anon_sym_assert] = ACTIONS(2793), - [anon_sym_defer] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_DOLLARfor] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_POUND] = ACTIONS(2793), - [anon_sym_asm] = ACTIONS(2793), - [anon_sym_AT_LBRACK] = ACTIONS(2793), - [sym___double_quote] = ACTIONS(2793), - [sym___single_quote] = ACTIONS(2793), - [sym___c_double_quote] = ACTIONS(2793), - [sym___c_single_quote] = ACTIONS(2793), - [sym___r_double_quote] = ACTIONS(2793), - [sym___r_single_quote] = ACTIONS(2793), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2979), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2983), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2809), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2811), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [418] = { [sym_line_comment] = STATE(418), [sym_block_comment] = STATE(418), - [sym__expression] = STATE(2651), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(905), - [sym_mutable_expression] = STATE(3378), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2998), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2994), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2815), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [419] = { [sym_line_comment] = STATE(419), [sym_block_comment] = STATE(419), - [sym__expression] = STATE(1797), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(828), - [sym_mutable_expression] = STATE(3375), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [ts_builtin_sym_end] = ACTIONS(2817), + [sym_identifier] = ACTIONS(2819), + [anon_sym_LF] = ACTIONS(2819), + [anon_sym_CR] = ACTIONS(2819), + [anon_sym_CR_LF] = ACTIONS(2819), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_as] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_COMMA] = ACTIONS(2819), + [anon_sym_const] = ACTIONS(2819), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_EQ] = ACTIONS(2819), + [anon_sym___global] = ACTIONS(2819), + [anon_sym_type] = ACTIONS(2819), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_PERCENT] = ACTIONS(2819), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_EQ_EQ] = ACTIONS(2819), + [anon_sym_BANG_EQ] = ACTIONS(2819), + [anon_sym_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_EQ] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_union] = ACTIONS(2819), + [anon_sym_pub] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_enum] = ACTIONS(2819), + [anon_sym_interface] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2819), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_CARET] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2819), + [anon_sym_LT_LT] = ACTIONS(2819), + [anon_sym_GT_GT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2819), + [anon_sym_AMP_CARET] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_PIPE_PIPE] = ACTIONS(2819), + [anon_sym_or] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_QMARK_DOT] = ACTIONS(2819), + [anon_sym_POUND_LBRACK] = ACTIONS(2819), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_DOLLARelse] = ACTIONS(2819), + [anon_sym_is] = ACTIONS(2819), + [anon_sym_BANGis] = ACTIONS(2819), + [anon_sym_in] = ACTIONS(2819), + [anon_sym_BANGin] = ACTIONS(2819), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_STAR_EQ] = ACTIONS(2819), + [anon_sym_SLASH_EQ] = ACTIONS(2819), + [anon_sym_PERCENT_EQ] = ACTIONS(2819), + [anon_sym_LT_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_GT_EQ] = ACTIONS(2819), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2819), + [anon_sym_AMP_EQ] = ACTIONS(2819), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2819), + [anon_sym_PLUS_EQ] = ACTIONS(2819), + [anon_sym_DASH_EQ] = ACTIONS(2819), + [anon_sym_PIPE_EQ] = ACTIONS(2819), + [anon_sym_CARET_EQ] = ACTIONS(2819), + [anon_sym_COLON_EQ] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2819), + [sym_rune_literal] = ACTIONS(2819), + [sym_pseudo_compile_time_identifier] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2819), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [anon_sym_assert] = ACTIONS(2819), + [anon_sym_defer] = ACTIONS(2819), + [anon_sym_goto] = ACTIONS(2819), + [anon_sym_break] = ACTIONS(2819), + [anon_sym_continue] = ACTIONS(2819), + [anon_sym_return] = ACTIONS(2819), + [anon_sym_DOLLARfor] = ACTIONS(2819), + [anon_sym_for] = ACTIONS(2819), + [anon_sym_POUND] = ACTIONS(2819), + [anon_sym_asm] = ACTIONS(2819), + [anon_sym_AT_LBRACK] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2819), + [sym___single_quote] = ACTIONS(2819), + [sym___c_double_quote] = ACTIONS(2819), + [sym___c_single_quote] = ACTIONS(2819), + [sym___r_double_quote] = ACTIONS(2819), + [sym___r_single_quote] = ACTIONS(2819), + }, + [420] = { + [sym_line_comment] = STATE(420), + [sym_block_comment] = STATE(420), + [sym__expression] = STATE(2810), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2821), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), - }, - [420] = { - [sym_line_comment] = STATE(420), - [sym_block_comment] = STATE(420), - [ts_builtin_sym_end] = ACTIONS(2819), - [sym_identifier] = ACTIONS(2821), - [anon_sym_LF] = ACTIONS(2821), - [anon_sym_CR] = ACTIONS(2821), - [anon_sym_CR_LF] = ACTIONS(2821), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2821), - [anon_sym_as] = ACTIONS(2821), - [anon_sym_LBRACE] = ACTIONS(2821), - [anon_sym_COMMA] = ACTIONS(2821), - [anon_sym_const] = ACTIONS(2821), - [anon_sym_LPAREN] = ACTIONS(2821), - [anon_sym_EQ] = ACTIONS(2821), - [anon_sym___global] = ACTIONS(2821), - [anon_sym_type] = ACTIONS(2821), - [anon_sym_PIPE] = ACTIONS(2821), - [anon_sym_fn] = ACTIONS(2821), - [anon_sym_PLUS] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2821), - [anon_sym_STAR] = ACTIONS(2821), - [anon_sym_SLASH] = ACTIONS(2821), - [anon_sym_PERCENT] = ACTIONS(2821), - [anon_sym_LT] = ACTIONS(2821), - [anon_sym_GT] = ACTIONS(2821), - [anon_sym_EQ_EQ] = ACTIONS(2821), - [anon_sym_BANG_EQ] = ACTIONS(2821), - [anon_sym_LT_EQ] = ACTIONS(2821), - [anon_sym_GT_EQ] = ACTIONS(2821), - [anon_sym_LBRACK] = ACTIONS(2819), - [anon_sym_struct] = ACTIONS(2821), - [anon_sym_union] = ACTIONS(2821), - [anon_sym_pub] = ACTIONS(2821), - [anon_sym_mut] = ACTIONS(2821), - [anon_sym_enum] = ACTIONS(2821), - [anon_sym_interface] = ACTIONS(2821), - [anon_sym_PLUS_PLUS] = ACTIONS(2821), - [anon_sym_DASH_DASH] = ACTIONS(2821), - [anon_sym_QMARK] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_go] = ACTIONS(2821), - [anon_sym_spawn] = ACTIONS(2821), - [anon_sym_json_DOTdecode] = ACTIONS(2821), - [anon_sym_LBRACK2] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2821), - [anon_sym_CARET] = ACTIONS(2821), - [anon_sym_AMP] = ACTIONS(2821), - [anon_sym_LT_DASH] = ACTIONS(2821), - [anon_sym_LT_LT] = ACTIONS(2821), - [anon_sym_GT_GT] = ACTIONS(2821), - [anon_sym_GT_GT_GT] = ACTIONS(2821), - [anon_sym_AMP_CARET] = ACTIONS(2821), - [anon_sym_AMP_AMP] = ACTIONS(2821), - [anon_sym_PIPE_PIPE] = ACTIONS(2821), - [anon_sym_or] = ACTIONS(2821), - [sym_none] = ACTIONS(2821), - [sym_true] = ACTIONS(2821), - [sym_false] = ACTIONS(2821), - [sym_nil] = ACTIONS(2821), - [anon_sym_QMARK_DOT] = ACTIONS(2821), - [anon_sym_POUND_LBRACK] = ACTIONS(2821), - [anon_sym_if] = ACTIONS(2821), - [anon_sym_else] = ACTIONS(2821), - [anon_sym_DOLLARif] = ACTIONS(2821), - [anon_sym_is] = ACTIONS(2821), - [anon_sym_BANGis] = ACTIONS(2821), - [anon_sym_in] = ACTIONS(2821), - [anon_sym_BANGin] = ACTIONS(2821), - [anon_sym_match] = ACTIONS(2821), - [anon_sym_select] = ACTIONS(2821), - [anon_sym_STAR_EQ] = ACTIONS(2821), - [anon_sym_SLASH_EQ] = ACTIONS(2821), - [anon_sym_PERCENT_EQ] = ACTIONS(2821), - [anon_sym_LT_LT_EQ] = ACTIONS(2821), - [anon_sym_GT_GT_EQ] = ACTIONS(2821), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2821), - [anon_sym_AMP_EQ] = ACTIONS(2821), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2821), - [anon_sym_PLUS_EQ] = ACTIONS(2821), - [anon_sym_DASH_EQ] = ACTIONS(2821), - [anon_sym_PIPE_EQ] = ACTIONS(2821), - [anon_sym_CARET_EQ] = ACTIONS(2821), - [anon_sym_COLON_EQ] = ACTIONS(2821), - [anon_sym_lock] = ACTIONS(2821), - [anon_sym_rlock] = ACTIONS(2821), - [anon_sym_unsafe] = ACTIONS(2821), - [anon_sym_sql] = ACTIONS(2821), - [sym_int_literal] = ACTIONS(2821), - [sym_float_literal] = ACTIONS(2821), - [sym_rune_literal] = ACTIONS(2821), - [sym_pseudo_compile_time_identifier] = ACTIONS(2821), - [anon_sym_shared] = ACTIONS(2821), - [anon_sym_map_LBRACK] = ACTIONS(2821), - [anon_sym_chan] = ACTIONS(2821), - [anon_sym_thread] = ACTIONS(2821), - [anon_sym_atomic] = ACTIONS(2821), - [anon_sym_assert] = ACTIONS(2821), - [anon_sym_defer] = ACTIONS(2821), - [anon_sym_goto] = ACTIONS(2821), - [anon_sym_break] = ACTIONS(2821), - [anon_sym_continue] = ACTIONS(2821), - [anon_sym_return] = ACTIONS(2821), - [anon_sym_DOLLARfor] = ACTIONS(2821), - [anon_sym_for] = ACTIONS(2821), - [anon_sym_POUND] = ACTIONS(2821), - [anon_sym_asm] = ACTIONS(2821), - [anon_sym_AT_LBRACK] = ACTIONS(2821), - [sym___double_quote] = ACTIONS(2821), - [sym___single_quote] = ACTIONS(2821), - [sym___c_double_quote] = ACTIONS(2821), - [sym___c_single_quote] = ACTIONS(2821), - [sym___r_double_quote] = ACTIONS(2821), - [sym___r_single_quote] = ACTIONS(2821), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [421] = { [sym_line_comment] = STATE(421), [sym_block_comment] = STATE(421), - [ts_builtin_sym_end] = ACTIONS(2819), - [sym_identifier] = ACTIONS(2821), - [anon_sym_LF] = ACTIONS(2821), - [anon_sym_CR] = ACTIONS(2821), - [anon_sym_CR_LF] = ACTIONS(2821), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2821), - [anon_sym_as] = ACTIONS(2821), - [anon_sym_LBRACE] = ACTIONS(2821), - [anon_sym_COMMA] = ACTIONS(2821), - [anon_sym_const] = ACTIONS(2821), - [anon_sym_LPAREN] = ACTIONS(2821), - [anon_sym_EQ] = ACTIONS(2821), - [anon_sym___global] = ACTIONS(2821), - [anon_sym_type] = ACTIONS(2821), - [anon_sym_PIPE] = ACTIONS(2821), - [anon_sym_fn] = ACTIONS(2821), - [anon_sym_PLUS] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2821), - [anon_sym_STAR] = ACTIONS(2821), - [anon_sym_SLASH] = ACTIONS(2821), - [anon_sym_PERCENT] = ACTIONS(2821), - [anon_sym_LT] = ACTIONS(2821), - [anon_sym_GT] = ACTIONS(2821), - [anon_sym_EQ_EQ] = ACTIONS(2821), - [anon_sym_BANG_EQ] = ACTIONS(2821), - [anon_sym_LT_EQ] = ACTIONS(2821), - [anon_sym_GT_EQ] = ACTIONS(2821), - [anon_sym_LBRACK] = ACTIONS(2819), - [anon_sym_struct] = ACTIONS(2821), - [anon_sym_union] = ACTIONS(2821), - [anon_sym_pub] = ACTIONS(2821), - [anon_sym_mut] = ACTIONS(2821), - [anon_sym_enum] = ACTIONS(2821), - [anon_sym_interface] = ACTIONS(2821), - [anon_sym_PLUS_PLUS] = ACTIONS(2821), - [anon_sym_DASH_DASH] = ACTIONS(2821), - [anon_sym_QMARK] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_go] = ACTIONS(2821), - [anon_sym_spawn] = ACTIONS(2821), - [anon_sym_json_DOTdecode] = ACTIONS(2821), - [anon_sym_LBRACK2] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2821), - [anon_sym_CARET] = ACTIONS(2821), - [anon_sym_AMP] = ACTIONS(2821), - [anon_sym_LT_DASH] = ACTIONS(2821), - [anon_sym_LT_LT] = ACTIONS(2821), - [anon_sym_GT_GT] = ACTIONS(2821), - [anon_sym_GT_GT_GT] = ACTIONS(2821), - [anon_sym_AMP_CARET] = ACTIONS(2821), - [anon_sym_AMP_AMP] = ACTIONS(2821), - [anon_sym_PIPE_PIPE] = ACTIONS(2821), - [anon_sym_or] = ACTIONS(2821), - [sym_none] = ACTIONS(2821), - [sym_true] = ACTIONS(2821), - [sym_false] = ACTIONS(2821), - [sym_nil] = ACTIONS(2821), - [anon_sym_QMARK_DOT] = ACTIONS(2821), - [anon_sym_POUND_LBRACK] = ACTIONS(2821), - [anon_sym_if] = ACTIONS(2821), - [anon_sym_DOLLARif] = ACTIONS(2821), - [anon_sym_DOLLARelse] = ACTIONS(2821), - [anon_sym_is] = ACTIONS(2821), - [anon_sym_BANGis] = ACTIONS(2821), - [anon_sym_in] = ACTIONS(2821), - [anon_sym_BANGin] = ACTIONS(2821), - [anon_sym_match] = ACTIONS(2821), - [anon_sym_select] = ACTIONS(2821), - [anon_sym_STAR_EQ] = ACTIONS(2821), - [anon_sym_SLASH_EQ] = ACTIONS(2821), - [anon_sym_PERCENT_EQ] = ACTIONS(2821), - [anon_sym_LT_LT_EQ] = ACTIONS(2821), - [anon_sym_GT_GT_EQ] = ACTIONS(2821), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2821), - [anon_sym_AMP_EQ] = ACTIONS(2821), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2821), - [anon_sym_PLUS_EQ] = ACTIONS(2821), - [anon_sym_DASH_EQ] = ACTIONS(2821), - [anon_sym_PIPE_EQ] = ACTIONS(2821), - [anon_sym_CARET_EQ] = ACTIONS(2821), - [anon_sym_COLON_EQ] = ACTIONS(2821), - [anon_sym_lock] = ACTIONS(2821), - [anon_sym_rlock] = ACTIONS(2821), - [anon_sym_unsafe] = ACTIONS(2821), - [anon_sym_sql] = ACTIONS(2821), - [sym_int_literal] = ACTIONS(2821), - [sym_float_literal] = ACTIONS(2821), - [sym_rune_literal] = ACTIONS(2821), - [sym_pseudo_compile_time_identifier] = ACTIONS(2821), - [anon_sym_shared] = ACTIONS(2821), - [anon_sym_map_LBRACK] = ACTIONS(2821), - [anon_sym_chan] = ACTIONS(2821), - [anon_sym_thread] = ACTIONS(2821), - [anon_sym_atomic] = ACTIONS(2821), - [anon_sym_assert] = ACTIONS(2821), - [anon_sym_defer] = ACTIONS(2821), - [anon_sym_goto] = ACTIONS(2821), - [anon_sym_break] = ACTIONS(2821), - [anon_sym_continue] = ACTIONS(2821), - [anon_sym_return] = ACTIONS(2821), - [anon_sym_DOLLARfor] = ACTIONS(2821), - [anon_sym_for] = ACTIONS(2821), - [anon_sym_POUND] = ACTIONS(2821), - [anon_sym_asm] = ACTIONS(2821), - [anon_sym_AT_LBRACK] = ACTIONS(2821), - [sym___double_quote] = ACTIONS(2821), - [sym___single_quote] = ACTIONS(2821), - [sym___c_double_quote] = ACTIONS(2821), - [sym___c_single_quote] = ACTIONS(2821), - [sym___r_double_quote] = ACTIONS(2821), - [sym___r_single_quote] = ACTIONS(2821), - }, - [422] = { - [sym_line_comment] = STATE(422), - [sym_block_comment] = STATE(422), - [sym__expression] = STATE(2815), + [sym__expression] = STATE(2820), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(485), - [sym_mutable_expression] = STATE(4492), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(499), + [sym_mutable_expression] = STATE(4515), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [423] = { - [sym_line_comment] = STATE(423), - [sym_block_comment] = STATE(423), - [sym__expression] = STATE(2760), + [422] = { + [sym_line_comment] = STATE(422), + [sym_block_comment] = STATE(422), + [sym__expression] = STATE(2790), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(2823), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [424] = { - [sym_line_comment] = STATE(424), - [sym_block_comment] = STATE(424), - [sym__expression] = STATE(2901), + [423] = { + [sym_line_comment] = STATE(423), + [sym_block_comment] = STATE(423), + [sym__expression] = STATE(2816), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3008), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2978), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(499), + [sym_mutable_expression] = STATE(4494), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2825), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2827), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [424] = { + [sym_line_comment] = STATE(424), + [sym_block_comment] = STATE(424), + [ts_builtin_sym_end] = ACTIONS(2817), + [sym_identifier] = ACTIONS(2819), + [anon_sym_LF] = ACTIONS(2819), + [anon_sym_CR] = ACTIONS(2819), + [anon_sym_CR_LF] = ACTIONS(2819), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_as] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_COMMA] = ACTIONS(2819), + [anon_sym_const] = ACTIONS(2819), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_EQ] = ACTIONS(2819), + [anon_sym___global] = ACTIONS(2819), + [anon_sym_type] = ACTIONS(2819), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_PERCENT] = ACTIONS(2819), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_EQ_EQ] = ACTIONS(2819), + [anon_sym_BANG_EQ] = ACTIONS(2819), + [anon_sym_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_EQ] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_union] = ACTIONS(2819), + [anon_sym_pub] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_enum] = ACTIONS(2819), + [anon_sym_interface] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2819), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_CARET] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2819), + [anon_sym_LT_LT] = ACTIONS(2819), + [anon_sym_GT_GT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2819), + [anon_sym_AMP_CARET] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_PIPE_PIPE] = ACTIONS(2819), + [anon_sym_or] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_QMARK_DOT] = ACTIONS(2819), + [anon_sym_POUND_LBRACK] = ACTIONS(2819), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_else] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_is] = ACTIONS(2819), + [anon_sym_BANGis] = ACTIONS(2819), + [anon_sym_in] = ACTIONS(2819), + [anon_sym_BANGin] = ACTIONS(2819), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_STAR_EQ] = ACTIONS(2819), + [anon_sym_SLASH_EQ] = ACTIONS(2819), + [anon_sym_PERCENT_EQ] = ACTIONS(2819), + [anon_sym_LT_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_GT_EQ] = ACTIONS(2819), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2819), + [anon_sym_AMP_EQ] = ACTIONS(2819), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2819), + [anon_sym_PLUS_EQ] = ACTIONS(2819), + [anon_sym_DASH_EQ] = ACTIONS(2819), + [anon_sym_PIPE_EQ] = ACTIONS(2819), + [anon_sym_CARET_EQ] = ACTIONS(2819), + [anon_sym_COLON_EQ] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2819), + [sym_rune_literal] = ACTIONS(2819), + [sym_pseudo_compile_time_identifier] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2819), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [anon_sym_assert] = ACTIONS(2819), + [anon_sym_defer] = ACTIONS(2819), + [anon_sym_goto] = ACTIONS(2819), + [anon_sym_break] = ACTIONS(2819), + [anon_sym_continue] = ACTIONS(2819), + [anon_sym_return] = ACTIONS(2819), + [anon_sym_DOLLARfor] = ACTIONS(2819), + [anon_sym_for] = ACTIONS(2819), + [anon_sym_POUND] = ACTIONS(2819), + [anon_sym_asm] = ACTIONS(2819), + [anon_sym_AT_LBRACK] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2819), + [sym___single_quote] = ACTIONS(2819), + [sym___c_double_quote] = ACTIONS(2819), + [sym___c_single_quote] = ACTIONS(2819), + [sym___r_double_quote] = ACTIONS(2819), + [sym___r_single_quote] = ACTIONS(2819), }, [425] = { [sym_line_comment] = STATE(425), [sym_block_comment] = STATE(425), - [sym__expression] = STATE(2819), - [sym__expression_without_blocks] = STATE(2372), + [sym__expression] = STATE(2883), + [sym__expression_without_blocks] = STATE(2891), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(485), - [sym_mutable_expression] = STATE(4513), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_expression_without_blocks_list] = STATE(4725), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [426] = { [sym_line_comment] = STATE(426), [sym_block_comment] = STATE(426), - [sym__expression] = STATE(2479), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(804), - [sym_mutable_expression] = STATE(3674), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3005), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(3004), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2825), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2827), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [427] = { [sym_line_comment] = STATE(427), [sym_block_comment] = STATE(427), - [ts_builtin_sym_end] = ACTIONS(2829), - [sym_identifier] = ACTIONS(2831), - [anon_sym_LF] = ACTIONS(2831), - [anon_sym_CR] = ACTIONS(2831), - [anon_sym_CR_LF] = ACTIONS(2831), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2831), - [anon_sym_as] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2833), - [anon_sym_COMMA] = ACTIONS(2831), - [anon_sym_const] = ACTIONS(2831), - [anon_sym_LPAREN] = ACTIONS(2831), - [anon_sym_EQ] = ACTIONS(2831), - [anon_sym___global] = ACTIONS(2831), - [anon_sym_type] = ACTIONS(2831), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_fn] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2831), - [anon_sym_SLASH] = ACTIONS(2831), - [anon_sym_PERCENT] = ACTIONS(2831), - [anon_sym_LT] = ACTIONS(2831), - [anon_sym_GT] = ACTIONS(2831), - [anon_sym_EQ_EQ] = ACTIONS(2831), - [anon_sym_BANG_EQ] = ACTIONS(2831), - [anon_sym_LT_EQ] = ACTIONS(2831), - [anon_sym_GT_EQ] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2836), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_union] = ACTIONS(2831), - [anon_sym_pub] = ACTIONS(2831), - [anon_sym_mut] = ACTIONS(2831), - [anon_sym_COLON] = ACTIONS(2839), - [anon_sym_enum] = ACTIONS(2831), - [anon_sym_interface] = ACTIONS(2831), - [anon_sym_PLUS_PLUS] = ACTIONS(2831), - [anon_sym_DASH_DASH] = ACTIONS(2831), - [anon_sym_QMARK] = ACTIONS(2831), - [anon_sym_BANG] = ACTIONS(2831), - [anon_sym_go] = ACTIONS(2831), - [anon_sym_spawn] = ACTIONS(2831), - [anon_sym_json_DOTdecode] = ACTIONS(2831), - [anon_sym_LBRACK2] = ACTIONS(2831), - [anon_sym_TILDE] = ACTIONS(2831), - [anon_sym_CARET] = ACTIONS(2831), - [anon_sym_AMP] = ACTIONS(2831), - [anon_sym_LT_DASH] = ACTIONS(2831), - [anon_sym_LT_LT] = ACTIONS(2831), - [anon_sym_GT_GT] = ACTIONS(2831), - [anon_sym_GT_GT_GT] = ACTIONS(2831), - [anon_sym_AMP_CARET] = ACTIONS(2831), - [anon_sym_AMP_AMP] = ACTIONS(2831), - [anon_sym_PIPE_PIPE] = ACTIONS(2831), - [anon_sym_or] = ACTIONS(2831), - [sym_none] = ACTIONS(2831), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [sym_nil] = ACTIONS(2831), - [anon_sym_QMARK_DOT] = ACTIONS(2831), - [anon_sym_POUND_LBRACK] = ACTIONS(2831), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_DOLLARif] = ACTIONS(2831), - [anon_sym_is] = ACTIONS(2831), - [anon_sym_BANGis] = ACTIONS(2831), - [anon_sym_in] = ACTIONS(2831), - [anon_sym_BANGin] = ACTIONS(2831), - [anon_sym_match] = ACTIONS(2831), - [anon_sym_select] = ACTIONS(2831), - [anon_sym_STAR_EQ] = ACTIONS(2831), - [anon_sym_SLASH_EQ] = ACTIONS(2831), - [anon_sym_PERCENT_EQ] = ACTIONS(2831), - [anon_sym_LT_LT_EQ] = ACTIONS(2831), - [anon_sym_GT_GT_EQ] = ACTIONS(2831), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2831), - [anon_sym_AMP_EQ] = ACTIONS(2831), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2831), - [anon_sym_PLUS_EQ] = ACTIONS(2831), - [anon_sym_DASH_EQ] = ACTIONS(2831), - [anon_sym_PIPE_EQ] = ACTIONS(2831), - [anon_sym_CARET_EQ] = ACTIONS(2831), - [anon_sym_COLON_EQ] = ACTIONS(2831), - [anon_sym_lock] = ACTIONS(2831), - [anon_sym_rlock] = ACTIONS(2831), - [anon_sym_unsafe] = ACTIONS(2831), - [anon_sym_sql] = ACTIONS(2831), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3036), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2969), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2829), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), [sym_int_literal] = ACTIONS(2831), - [sym_float_literal] = ACTIONS(2831), - [sym_rune_literal] = ACTIONS(2831), - [sym_pseudo_compile_time_identifier] = ACTIONS(2831), - [anon_sym_shared] = ACTIONS(2831), - [anon_sym_map_LBRACK] = ACTIONS(2831), - [anon_sym_chan] = ACTIONS(2831), - [anon_sym_thread] = ACTIONS(2831), - [anon_sym_atomic] = ACTIONS(2831), - [anon_sym_assert] = ACTIONS(2831), - [anon_sym_defer] = ACTIONS(2831), - [anon_sym_goto] = ACTIONS(2831), - [anon_sym_break] = ACTIONS(2831), - [anon_sym_continue] = ACTIONS(2831), - [anon_sym_return] = ACTIONS(2831), - [anon_sym_DOLLARfor] = ACTIONS(2831), - [anon_sym_for] = ACTIONS(2831), - [anon_sym_POUND] = ACTIONS(2831), - [anon_sym_asm] = ACTIONS(2831), - [anon_sym_AT_LBRACK] = ACTIONS(2831), - [sym___double_quote] = ACTIONS(2831), - [sym___single_quote] = ACTIONS(2831), - [sym___c_double_quote] = ACTIONS(2831), - [sym___c_single_quote] = ACTIONS(2831), - [sym___r_double_quote] = ACTIONS(2831), - [sym___r_single_quote] = ACTIONS(2831), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [428] = { [sym_line_comment] = STATE(428), [sym_block_comment] = STATE(428), - [sym__expression] = STATE(2828), + [ts_builtin_sym_end] = ACTIONS(2651), + [sym_identifier] = ACTIONS(2653), + [anon_sym_LF] = ACTIONS(2653), + [anon_sym_CR] = ACTIONS(2653), + [anon_sym_CR_LF] = ACTIONS(2653), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym_EQ] = ACTIONS(2653), + [anon_sym___global] = ACTIONS(2653), + [anon_sym_type] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2653), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2653), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2653), + [anon_sym_BANG_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_pub] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_interface] = ACTIONS(2653), + [anon_sym_PLUS_PLUS] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2653), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_LT_LT] = ACTIONS(2653), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2653), + [anon_sym_AMP_CARET] = ACTIONS(2653), + [anon_sym_AMP_AMP] = ACTIONS(2653), + [anon_sym_PIPE_PIPE] = ACTIONS(2653), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2653), + [anon_sym_POUND_LBRACK] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_else] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2653), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_STAR_EQ] = ACTIONS(2653), + [anon_sym_SLASH_EQ] = ACTIONS(2653), + [anon_sym_PERCENT_EQ] = ACTIONS(2653), + [anon_sym_LT_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_GT_EQ] = ACTIONS(2653), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2653), + [anon_sym_AMP_EQ] = ACTIONS(2653), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2653), + [anon_sym_PLUS_EQ] = ACTIONS(2653), + [anon_sym_DASH_EQ] = ACTIONS(2653), + [anon_sym_PIPE_EQ] = ACTIONS(2653), + [anon_sym_CARET_EQ] = ACTIONS(2653), + [anon_sym_COLON_EQ] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2653), + [sym_rune_literal] = ACTIONS(2653), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2653), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [anon_sym_assert] = ACTIONS(2653), + [anon_sym_defer] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_DOLLARfor] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_POUND] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym_AT_LBRACK] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2653), + [sym___single_quote] = ACTIONS(2653), + [sym___c_double_quote] = ACTIONS(2653), + [sym___c_single_quote] = ACTIONS(2653), + [sym___r_double_quote] = ACTIONS(2653), + [sym___r_single_quote] = ACTIONS(2653), + }, + [429] = { + [sym_line_comment] = STATE(429), + [sym_block_comment] = STATE(429), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(485), - [sym_mutable_expression] = STATE(4534), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3022), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(3021), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2835), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [429] = { - [sym_line_comment] = STATE(429), - [sym_block_comment] = STATE(429), - [ts_builtin_sym_end] = ACTIONS(2759), - [sym_identifier] = ACTIONS(2761), - [anon_sym_LF] = ACTIONS(2761), - [anon_sym_CR] = ACTIONS(2761), - [anon_sym_CR_LF] = ACTIONS(2761), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_COMMA] = ACTIONS(2761), - [anon_sym_const] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym_EQ] = ACTIONS(2761), - [anon_sym___global] = ACTIONS(2761), - [anon_sym_type] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2761), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2761), - [anon_sym_BANG_EQ] = ACTIONS(2761), - [anon_sym_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_EQ] = ACTIONS(2761), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_union] = ACTIONS(2761), - [anon_sym_pub] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_enum] = ACTIONS(2761), - [anon_sym_interface] = ACTIONS(2761), - [anon_sym_PLUS_PLUS] = ACTIONS(2761), - [anon_sym_DASH_DASH] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2761), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2761), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2761), - [anon_sym_AMP_CARET] = ACTIONS(2761), - [anon_sym_AMP_AMP] = ACTIONS(2761), - [anon_sym_PIPE_PIPE] = ACTIONS(2761), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2761), - [anon_sym_POUND_LBRACK] = ACTIONS(2761), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_else] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2761), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2761), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_STAR_EQ] = ACTIONS(2761), - [anon_sym_SLASH_EQ] = ACTIONS(2761), - [anon_sym_PERCENT_EQ] = ACTIONS(2761), - [anon_sym_LT_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_GT_EQ] = ACTIONS(2761), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2761), - [anon_sym_AMP_EQ] = ACTIONS(2761), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2761), - [anon_sym_PLUS_EQ] = ACTIONS(2761), - [anon_sym_DASH_EQ] = ACTIONS(2761), - [anon_sym_PIPE_EQ] = ACTIONS(2761), - [anon_sym_CARET_EQ] = ACTIONS(2761), - [anon_sym_COLON_EQ] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), - [sym_rune_literal] = ACTIONS(2761), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2761), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [anon_sym_assert] = ACTIONS(2761), - [anon_sym_defer] = ACTIONS(2761), - [anon_sym_goto] = ACTIONS(2761), - [anon_sym_break] = ACTIONS(2761), - [anon_sym_continue] = ACTIONS(2761), - [anon_sym_return] = ACTIONS(2761), - [anon_sym_DOLLARfor] = ACTIONS(2761), - [anon_sym_for] = ACTIONS(2761), - [anon_sym_POUND] = ACTIONS(2761), - [anon_sym_asm] = ACTIONS(2761), - [anon_sym_AT_LBRACK] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2761), - [sym___single_quote] = ACTIONS(2761), - [sym___c_double_quote] = ACTIONS(2761), - [sym___c_single_quote] = ACTIONS(2761), - [sym___r_double_quote] = ACTIONS(2761), - [sym___r_single_quote] = ACTIONS(2761), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [430] = { [sym_line_comment] = STATE(430), [sym_block_comment] = STATE(430), - [sym__expression] = STATE(2901), + [sym__expression] = STATE(2786), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3034), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(3033), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(499), + [sym_mutable_expression] = STATE(4473), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2841), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2843), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [431] = { [sym_line_comment] = STATE(431), [sym_block_comment] = STATE(431), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3028), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2989), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(2552), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym__definite_range] = STATE(4433), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2845), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2847), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [432] = { [sym_line_comment] = STATE(432), [sym_block_comment] = STATE(432), - [sym__expression] = STATE(2901), + [sym__expression] = STATE(2759), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3001), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2991), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2849), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2851), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [433] = { [sym_line_comment] = STATE(433), [sym_block_comment] = STATE(433), - [sym__expression] = STATE(2629), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(582), - [sym_mutable_expression] = STATE(3378), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3009), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2981), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2857), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2859), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [434] = { [sym_line_comment] = STATE(434), [sym_block_comment] = STATE(434), - [sym__expression] = STATE(1952), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(840), - [sym_mutable_expression] = STATE(3378), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [sym__expression] = STATE(2760), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(499), + [sym_mutable_expression] = STATE(4452), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [435] = { [sym_line_comment] = STATE(435), [sym_block_comment] = STATE(435), - [sym__expression] = STATE(2901), + [sym__expression] = STATE(2818), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2998), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2997), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2853), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_SEMI] = ACTIONS(2861), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2855), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [436] = { [sym_line_comment] = STATE(436), [sym_block_comment] = STATE(436), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2988), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2973), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1812), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(459), + [sym_mutable_expression] = STATE(3376), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2857), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2859), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [437] = { [sym_line_comment] = STATE(437), [sym_block_comment] = STATE(437), - [sym__expression] = STATE(2901), + [sym__expression] = STATE(2731), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2979), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2980), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(499), + [sym_mutable_expression] = STATE(4478), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2861), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2863), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [438] = { [sym_line_comment] = STATE(438), [sym_block_comment] = STATE(438), - [sym__expression] = STATE(2901), + [sym__expression] = STATE(2704), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3017), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2999), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(499), + [sym_mutable_expression] = STATE(4500), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2865), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2867), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [439] = { [sym_line_comment] = STATE(439), [sym_block_comment] = STATE(439), - [ts_builtin_sym_end] = ACTIONS(2869), - [sym_identifier] = ACTIONS(2871), - [anon_sym_LF] = ACTIONS(2871), - [anon_sym_CR] = ACTIONS(2871), - [anon_sym_CR_LF] = ACTIONS(2871), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2871), - [anon_sym_as] = ACTIONS(2871), - [anon_sym_LBRACE] = ACTIONS(2871), - [anon_sym_COMMA] = ACTIONS(2871), - [anon_sym_const] = ACTIONS(2871), - [anon_sym_LPAREN] = ACTIONS(2871), - [anon_sym_EQ] = ACTIONS(2871), - [anon_sym___global] = ACTIONS(2871), - [anon_sym_type] = ACTIONS(2871), - [anon_sym_PIPE] = ACTIONS(2871), - [anon_sym_fn] = ACTIONS(2871), - [anon_sym_PLUS] = ACTIONS(2871), - [anon_sym_DASH] = ACTIONS(2871), - [anon_sym_STAR] = ACTIONS(2871), - [anon_sym_SLASH] = ACTIONS(2871), - [anon_sym_PERCENT] = ACTIONS(2871), - [anon_sym_LT] = ACTIONS(2871), - [anon_sym_GT] = ACTIONS(2871), - [anon_sym_EQ_EQ] = ACTIONS(2871), - [anon_sym_BANG_EQ] = ACTIONS(2871), - [anon_sym_LT_EQ] = ACTIONS(2871), - [anon_sym_GT_EQ] = ACTIONS(2871), - [anon_sym_LBRACK] = ACTIONS(2869), - [anon_sym_struct] = ACTIONS(2871), - [anon_sym_union] = ACTIONS(2871), - [anon_sym_pub] = ACTIONS(2871), - [anon_sym_mut] = ACTIONS(2871), - [anon_sym_enum] = ACTIONS(2871), - [anon_sym_interface] = ACTIONS(2871), - [anon_sym_PLUS_PLUS] = ACTIONS(2871), - [anon_sym_DASH_DASH] = ACTIONS(2871), - [anon_sym_QMARK] = ACTIONS(2871), - [anon_sym_BANG] = ACTIONS(2871), - [anon_sym_go] = ACTIONS(2871), - [anon_sym_spawn] = ACTIONS(2871), - [anon_sym_json_DOTdecode] = ACTIONS(2871), - [anon_sym_LBRACK2] = ACTIONS(2871), - [anon_sym_TILDE] = ACTIONS(2871), - [anon_sym_CARET] = ACTIONS(2871), - [anon_sym_AMP] = ACTIONS(2871), - [anon_sym_LT_DASH] = ACTIONS(2871), - [anon_sym_LT_LT] = ACTIONS(2871), - [anon_sym_GT_GT] = ACTIONS(2871), - [anon_sym_GT_GT_GT] = ACTIONS(2871), - [anon_sym_AMP_CARET] = ACTIONS(2871), - [anon_sym_AMP_AMP] = ACTIONS(2871), - [anon_sym_PIPE_PIPE] = ACTIONS(2871), - [anon_sym_or] = ACTIONS(2871), - [sym_none] = ACTIONS(2871), - [sym_true] = ACTIONS(2871), - [sym_false] = ACTIONS(2871), - [sym_nil] = ACTIONS(2871), - [anon_sym_QMARK_DOT] = ACTIONS(2871), - [anon_sym_POUND_LBRACK] = ACTIONS(2871), - [anon_sym_if] = ACTIONS(2871), - [anon_sym_DOLLARif] = ACTIONS(2871), - [anon_sym_DOLLARelse] = ACTIONS(2873), - [anon_sym_is] = ACTIONS(2871), - [anon_sym_BANGis] = ACTIONS(2871), - [anon_sym_in] = ACTIONS(2871), - [anon_sym_BANGin] = ACTIONS(2871), - [anon_sym_match] = ACTIONS(2871), - [anon_sym_select] = ACTIONS(2871), - [anon_sym_STAR_EQ] = ACTIONS(2871), - [anon_sym_SLASH_EQ] = ACTIONS(2871), - [anon_sym_PERCENT_EQ] = ACTIONS(2871), - [anon_sym_LT_LT_EQ] = ACTIONS(2871), - [anon_sym_GT_GT_EQ] = ACTIONS(2871), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2871), - [anon_sym_AMP_EQ] = ACTIONS(2871), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2871), - [anon_sym_PLUS_EQ] = ACTIONS(2871), - [anon_sym_DASH_EQ] = ACTIONS(2871), - [anon_sym_PIPE_EQ] = ACTIONS(2871), - [anon_sym_CARET_EQ] = ACTIONS(2871), - [anon_sym_COLON_EQ] = ACTIONS(2871), - [anon_sym_lock] = ACTIONS(2871), - [anon_sym_rlock] = ACTIONS(2871), - [anon_sym_unsafe] = ACTIONS(2871), - [anon_sym_sql] = ACTIONS(2871), - [sym_int_literal] = ACTIONS(2871), - [sym_float_literal] = ACTIONS(2871), - [sym_rune_literal] = ACTIONS(2871), - [sym_pseudo_compile_time_identifier] = ACTIONS(2871), - [anon_sym_shared] = ACTIONS(2871), - [anon_sym_map_LBRACK] = ACTIONS(2871), - [anon_sym_chan] = ACTIONS(2871), - [anon_sym_thread] = ACTIONS(2871), - [anon_sym_atomic] = ACTIONS(2871), - [anon_sym_assert] = ACTIONS(2871), - [anon_sym_defer] = ACTIONS(2871), - [anon_sym_goto] = ACTIONS(2871), - [anon_sym_break] = ACTIONS(2871), - [anon_sym_continue] = ACTIONS(2871), - [anon_sym_return] = ACTIONS(2871), - [anon_sym_DOLLARfor] = ACTIONS(2871), - [anon_sym_for] = ACTIONS(2871), - [anon_sym_POUND] = ACTIONS(2871), - [anon_sym_asm] = ACTIONS(2871), - [anon_sym_AT_LBRACK] = ACTIONS(2871), - [sym___double_quote] = ACTIONS(2871), - [sym___single_quote] = ACTIONS(2871), - [sym___c_double_quote] = ACTIONS(2871), - [sym___c_single_quote] = ACTIONS(2871), - [sym___r_double_quote] = ACTIONS(2871), - [sym___r_single_quote] = ACTIONS(2871), - }, - [440] = { - [sym_line_comment] = STATE(440), - [sym_block_comment] = STATE(440), - [sym__expression] = STATE(1806), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(795), - [sym_mutable_expression] = STATE(3377), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2973), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2964), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2863), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2865), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [441] = { - [sym_line_comment] = STATE(441), - [sym_block_comment] = STATE(441), - [sym__expression] = STATE(2851), + [440] = { + [sym_line_comment] = STATE(440), + [sym_block_comment] = STATE(440), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(485), - [sym_mutable_expression] = STATE(4641), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3028), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(3027), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2867), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2869), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [442] = { - [sym_line_comment] = STATE(442), - [sym_block_comment] = STATE(442), - [sym__expression] = STATE(2862), + [441] = { + [sym_line_comment] = STATE(441), + [sym_block_comment] = STATE(441), + [sym__expression] = STATE(2711), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(499), + [sym_mutable_expression] = STATE(4534), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(2875), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [442] = { + [sym_line_comment] = STATE(442), + [sym_block_comment] = STATE(442), + [sym_type_parameters] = STATE(605), + [ts_builtin_sym_end] = ACTIONS(2871), + [sym_identifier] = ACTIONS(2873), + [anon_sym_LF] = ACTIONS(2873), + [anon_sym_CR] = ACTIONS(2873), + [anon_sym_CR_LF] = ACTIONS(2873), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2873), + [anon_sym_as] = ACTIONS(2873), + [anon_sym_LBRACE] = ACTIONS(2873), + [anon_sym_COMMA] = ACTIONS(2873), + [anon_sym_const] = ACTIONS(2873), + [anon_sym_LPAREN] = ACTIONS(2873), + [anon_sym_EQ] = ACTIONS(2873), + [anon_sym___global] = ACTIONS(2873), + [anon_sym_type] = ACTIONS(2873), + [anon_sym_PIPE] = ACTIONS(2873), + [anon_sym_fn] = ACTIONS(2873), + [anon_sym_PLUS] = ACTIONS(2873), + [anon_sym_DASH] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_SLASH] = ACTIONS(2873), + [anon_sym_PERCENT] = ACTIONS(2873), + [anon_sym_LT] = ACTIONS(2873), + [anon_sym_GT] = ACTIONS(2873), + [anon_sym_EQ_EQ] = ACTIONS(2873), + [anon_sym_BANG_EQ] = ACTIONS(2873), + [anon_sym_LT_EQ] = ACTIONS(2873), + [anon_sym_GT_EQ] = ACTIONS(2873), + [anon_sym_LBRACK] = ACTIONS(2871), + [anon_sym_struct] = ACTIONS(2873), + [anon_sym_union] = ACTIONS(2873), + [anon_sym_pub] = ACTIONS(2873), + [anon_sym_mut] = ACTIONS(2873), + [anon_sym_enum] = ACTIONS(2873), + [anon_sym_interface] = ACTIONS(2873), + [anon_sym_PLUS_PLUS] = ACTIONS(2873), + [anon_sym_DASH_DASH] = ACTIONS(2873), + [anon_sym_QMARK] = ACTIONS(2873), + [anon_sym_BANG] = ACTIONS(2873), + [anon_sym_go] = ACTIONS(2873), + [anon_sym_spawn] = ACTIONS(2873), + [anon_sym_json_DOTdecode] = ACTIONS(2873), + [anon_sym_LBRACK2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_CARET] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2873), + [anon_sym_LT_DASH] = ACTIONS(2873), + [anon_sym_LT_LT] = ACTIONS(2873), + [anon_sym_GT_GT] = ACTIONS(2873), + [anon_sym_GT_GT_GT] = ACTIONS(2873), + [anon_sym_AMP_CARET] = ACTIONS(2873), + [anon_sym_AMP_AMP] = ACTIONS(2873), + [anon_sym_PIPE_PIPE] = ACTIONS(2873), + [anon_sym_or] = ACTIONS(2873), + [sym_none] = ACTIONS(2873), + [sym_true] = ACTIONS(2873), + [sym_false] = ACTIONS(2873), + [sym_nil] = ACTIONS(2873), + [anon_sym_QMARK_DOT] = ACTIONS(2873), + [anon_sym_POUND_LBRACK] = ACTIONS(2873), + [anon_sym_if] = ACTIONS(2873), + [anon_sym_DOLLARif] = ACTIONS(2873), + [anon_sym_is] = ACTIONS(2873), + [anon_sym_BANGis] = ACTIONS(2873), + [anon_sym_in] = ACTIONS(2873), + [anon_sym_BANGin] = ACTIONS(2873), + [anon_sym_match] = ACTIONS(2873), + [anon_sym_select] = ACTIONS(2873), + [anon_sym_STAR_EQ] = ACTIONS(2873), + [anon_sym_SLASH_EQ] = ACTIONS(2873), + [anon_sym_PERCENT_EQ] = ACTIONS(2873), + [anon_sym_LT_LT_EQ] = ACTIONS(2873), + [anon_sym_GT_GT_EQ] = ACTIONS(2873), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2873), + [anon_sym_AMP_EQ] = ACTIONS(2873), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2873), + [anon_sym_PLUS_EQ] = ACTIONS(2873), + [anon_sym_DASH_EQ] = ACTIONS(2873), + [anon_sym_PIPE_EQ] = ACTIONS(2873), + [anon_sym_CARET_EQ] = ACTIONS(2873), + [anon_sym_COLON_EQ] = ACTIONS(2873), + [anon_sym_lock] = ACTIONS(2873), + [anon_sym_rlock] = ACTIONS(2873), + [anon_sym_unsafe] = ACTIONS(2873), + [anon_sym_sql] = ACTIONS(2873), + [sym_int_literal] = ACTIONS(2873), + [sym_float_literal] = ACTIONS(2873), + [sym_rune_literal] = ACTIONS(2873), + [sym_pseudo_compile_time_identifier] = ACTIONS(2873), + [anon_sym_shared] = ACTIONS(2873), + [anon_sym_map_LBRACK] = ACTIONS(2873), + [anon_sym_chan] = ACTIONS(2873), + [anon_sym_thread] = ACTIONS(2873), + [anon_sym_atomic] = ACTIONS(2873), + [anon_sym_assert] = ACTIONS(2873), + [anon_sym_defer] = ACTIONS(2873), + [anon_sym_goto] = ACTIONS(2873), + [anon_sym_break] = ACTIONS(2873), + [anon_sym_continue] = ACTIONS(2873), + [anon_sym_return] = ACTIONS(2873), + [anon_sym_DOLLARfor] = ACTIONS(2873), + [anon_sym_for] = ACTIONS(2873), + [anon_sym_POUND] = ACTIONS(2873), + [anon_sym_asm] = ACTIONS(2873), + [anon_sym_AT_LBRACK] = ACTIONS(2873), + [sym___double_quote] = ACTIONS(2873), + [sym___single_quote] = ACTIONS(2873), + [sym___c_double_quote] = ACTIONS(2873), + [sym___c_single_quote] = ACTIONS(2873), + [sym___r_double_quote] = ACTIONS(2873), + [sym___r_single_quote] = ACTIONS(2873), }, [443] = { [sym_line_comment] = STATE(443), [sym_block_comment] = STATE(443), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3005), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(3004), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1819), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(764), + [sym_mutable_expression] = STATE(3377), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_RBRACK] = ACTIONS(2877), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(2879), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [444] = { [sym_line_comment] = STATE(444), [sym_block_comment] = STATE(444), - [sym__expression] = STATE(2885), - [sym__expression_without_blocks] = STATE(2900), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_expression_without_blocks_list] = STATE(4723), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3001), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2991), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2875), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2877), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [445] = { [sym_line_comment] = STATE(445), [sym_block_comment] = STATE(445), - [sym__expression] = STATE(2885), - [sym__expression_without_blocks] = STATE(2900), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_expression_without_blocks_list] = STATE(4714), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3015), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(3014), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2881), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [446] = { [sym_line_comment] = STATE(446), [sym_block_comment] = STATE(446), - [sym__expression] = STATE(2320), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(3672), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3012), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(3018), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_RBRACK] = ACTIONS(2883), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(2885), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [447] = { [sym_line_comment] = STATE(447), [sym_block_comment] = STATE(447), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(3658), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(988), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4310), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [448] = { [sym_line_comment] = STATE(448), [sym_block_comment] = STATE(448), - [sym__expression] = STATE(2699), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3664), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(2245), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [449] = { [sym_line_comment] = STATE(449), [sym_block_comment] = STATE(449), - [ts_builtin_sym_end] = ACTIONS(2881), - [sym_identifier] = ACTIONS(2883), - [anon_sym_LF] = ACTIONS(2883), - [anon_sym_CR] = ACTIONS(2883), - [anon_sym_CR_LF] = ACTIONS(2883), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2883), - [anon_sym_as] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2883), - [anon_sym_COMMA] = ACTIONS(2883), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_LPAREN] = ACTIONS(2883), - [anon_sym_EQ] = ACTIONS(2883), - [anon_sym___global] = ACTIONS(2883), - [anon_sym_type] = ACTIONS(2883), - [anon_sym_PIPE] = ACTIONS(2883), - [anon_sym_fn] = ACTIONS(2883), - [anon_sym_PLUS] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2883), - [anon_sym_STAR] = ACTIONS(2883), - [anon_sym_SLASH] = ACTIONS(2883), - [anon_sym_PERCENT] = ACTIONS(2883), - [anon_sym_LT] = ACTIONS(2883), - [anon_sym_GT] = ACTIONS(2883), - [anon_sym_EQ_EQ] = ACTIONS(2883), - [anon_sym_BANG_EQ] = ACTIONS(2883), - [anon_sym_LT_EQ] = ACTIONS(2883), - [anon_sym_GT_EQ] = ACTIONS(2883), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_struct] = ACTIONS(2883), - [anon_sym_union] = ACTIONS(2883), - [anon_sym_pub] = ACTIONS(2883), - [anon_sym_mut] = ACTIONS(2883), - [anon_sym_enum] = ACTIONS(2883), - [anon_sym_interface] = ACTIONS(2883), - [anon_sym_PLUS_PLUS] = ACTIONS(2883), - [anon_sym_DASH_DASH] = ACTIONS(2883), - [anon_sym_QMARK] = ACTIONS(2883), - [anon_sym_BANG] = ACTIONS(2883), - [anon_sym_go] = ACTIONS(2883), - [anon_sym_spawn] = ACTIONS(2883), - [anon_sym_json_DOTdecode] = ACTIONS(2883), - [anon_sym_LBRACK2] = ACTIONS(2883), - [anon_sym_TILDE] = ACTIONS(2883), - [anon_sym_CARET] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2883), - [anon_sym_LT_DASH] = ACTIONS(2883), - [anon_sym_LT_LT] = ACTIONS(2883), - [anon_sym_GT_GT] = ACTIONS(2883), - [anon_sym_GT_GT_GT] = ACTIONS(2883), - [anon_sym_AMP_CARET] = ACTIONS(2883), - [anon_sym_AMP_AMP] = ACTIONS(2883), - [anon_sym_PIPE_PIPE] = ACTIONS(2883), - [anon_sym_or] = ACTIONS(2883), - [sym_none] = ACTIONS(2883), - [sym_true] = ACTIONS(2883), - [sym_false] = ACTIONS(2883), - [sym_nil] = ACTIONS(2883), - [anon_sym_QMARK_DOT] = ACTIONS(2883), - [anon_sym_POUND_LBRACK] = ACTIONS(2883), - [anon_sym_if] = ACTIONS(2883), - [anon_sym_DOLLARif] = ACTIONS(2883), - [anon_sym_is] = ACTIONS(2883), - [anon_sym_BANGis] = ACTIONS(2883), - [anon_sym_in] = ACTIONS(2883), - [anon_sym_BANGin] = ACTIONS(2883), - [anon_sym_match] = ACTIONS(2883), - [anon_sym_select] = ACTIONS(2883), - [anon_sym_STAR_EQ] = ACTIONS(2883), - [anon_sym_SLASH_EQ] = ACTIONS(2883), - [anon_sym_PERCENT_EQ] = ACTIONS(2883), - [anon_sym_LT_LT_EQ] = ACTIONS(2883), - [anon_sym_GT_GT_EQ] = ACTIONS(2883), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2883), - [anon_sym_AMP_EQ] = ACTIONS(2883), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2883), - [anon_sym_PLUS_EQ] = ACTIONS(2883), - [anon_sym_DASH_EQ] = ACTIONS(2883), - [anon_sym_PIPE_EQ] = ACTIONS(2883), - [anon_sym_CARET_EQ] = ACTIONS(2883), - [anon_sym_COLON_EQ] = ACTIONS(2883), - [anon_sym_lock] = ACTIONS(2883), - [anon_sym_rlock] = ACTIONS(2883), - [anon_sym_unsafe] = ACTIONS(2883), - [anon_sym_sql] = ACTIONS(2883), - [sym_int_literal] = ACTIONS(2883), - [sym_float_literal] = ACTIONS(2883), - [sym_rune_literal] = ACTIONS(2883), - [sym_pseudo_compile_time_identifier] = ACTIONS(2883), - [anon_sym_shared] = ACTIONS(2883), - [anon_sym_map_LBRACK] = ACTIONS(2883), - [anon_sym_chan] = ACTIONS(2883), - [anon_sym_thread] = ACTIONS(2883), - [anon_sym_atomic] = ACTIONS(2883), - [anon_sym_assert] = ACTIONS(2883), - [anon_sym_defer] = ACTIONS(2883), - [anon_sym_goto] = ACTIONS(2883), - [anon_sym_break] = ACTIONS(2883), - [anon_sym_continue] = ACTIONS(2883), - [anon_sym_return] = ACTIONS(2883), - [anon_sym_DOLLARfor] = ACTIONS(2883), - [anon_sym_for] = ACTIONS(2883), - [anon_sym_POUND] = ACTIONS(2883), - [anon_sym_asm] = ACTIONS(2883), - [anon_sym_AT_LBRACK] = ACTIONS(2883), - [sym___double_quote] = ACTIONS(2883), - [sym___single_quote] = ACTIONS(2883), - [sym___c_double_quote] = ACTIONS(2883), - [sym___c_single_quote] = ACTIONS(2883), - [sym___r_double_quote] = ACTIONS(2883), - [sym___r_single_quote] = ACTIONS(2883), - }, - [450] = { - [sym_line_comment] = STATE(450), - [sym_block_comment] = STATE(450), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2993), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(3000), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(1806), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4177), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [451] = { - [sym_line_comment] = STATE(451), - [sym_block_comment] = STATE(451), - [ts_builtin_sym_end] = ACTIONS(2885), - [sym_identifier] = ACTIONS(2887), - [anon_sym_LF] = ACTIONS(2887), - [anon_sym_CR] = ACTIONS(2887), - [anon_sym_CR_LF] = ACTIONS(2887), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2887), - [anon_sym_as] = ACTIONS(2887), - [anon_sym_LBRACE] = ACTIONS(2887), - [anon_sym_COMMA] = ACTIONS(2887), - [anon_sym_const] = ACTIONS(2887), - [anon_sym_LPAREN] = ACTIONS(2887), - [anon_sym_EQ] = ACTIONS(2887), - [anon_sym___global] = ACTIONS(2887), - [anon_sym_type] = ACTIONS(2887), - [anon_sym_PIPE] = ACTIONS(2887), - [anon_sym_fn] = ACTIONS(2887), - [anon_sym_PLUS] = ACTIONS(2887), - [anon_sym_DASH] = ACTIONS(2887), - [anon_sym_STAR] = ACTIONS(2887), - [anon_sym_SLASH] = ACTIONS(2887), - [anon_sym_PERCENT] = ACTIONS(2887), - [anon_sym_LT] = ACTIONS(2887), - [anon_sym_GT] = ACTIONS(2887), - [anon_sym_EQ_EQ] = ACTIONS(2887), - [anon_sym_BANG_EQ] = ACTIONS(2887), - [anon_sym_LT_EQ] = ACTIONS(2887), - [anon_sym_GT_EQ] = ACTIONS(2887), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_struct] = ACTIONS(2887), - [anon_sym_union] = ACTIONS(2887), - [anon_sym_pub] = ACTIONS(2887), - [anon_sym_mut] = ACTIONS(2887), - [anon_sym_enum] = ACTIONS(2887), - [anon_sym_interface] = ACTIONS(2887), - [anon_sym_PLUS_PLUS] = ACTIONS(2887), - [anon_sym_DASH_DASH] = ACTIONS(2887), - [anon_sym_QMARK] = ACTIONS(2887), - [anon_sym_BANG] = ACTIONS(2887), - [anon_sym_go] = ACTIONS(2887), - [anon_sym_spawn] = ACTIONS(2887), - [anon_sym_json_DOTdecode] = ACTIONS(2887), - [anon_sym_LBRACK2] = ACTIONS(2887), - [anon_sym_TILDE] = ACTIONS(2887), - [anon_sym_CARET] = ACTIONS(2887), - [anon_sym_AMP] = ACTIONS(2887), - [anon_sym_LT_DASH] = ACTIONS(2887), - [anon_sym_LT_LT] = ACTIONS(2887), - [anon_sym_GT_GT] = ACTIONS(2887), - [anon_sym_GT_GT_GT] = ACTIONS(2887), - [anon_sym_AMP_CARET] = ACTIONS(2887), - [anon_sym_AMP_AMP] = ACTIONS(2887), - [anon_sym_PIPE_PIPE] = ACTIONS(2887), - [anon_sym_or] = ACTIONS(2887), - [sym_none] = ACTIONS(2887), - [sym_true] = ACTIONS(2887), - [sym_false] = ACTIONS(2887), - [sym_nil] = ACTIONS(2887), - [anon_sym_QMARK_DOT] = ACTIONS(2887), - [anon_sym_POUND_LBRACK] = ACTIONS(2887), - [anon_sym_if] = ACTIONS(2887), - [anon_sym_DOLLARif] = ACTIONS(2887), - [anon_sym_is] = ACTIONS(2887), - [anon_sym_BANGis] = ACTIONS(2887), - [anon_sym_in] = ACTIONS(2887), - [anon_sym_BANGin] = ACTIONS(2887), - [anon_sym_match] = ACTIONS(2887), - [anon_sym_select] = ACTIONS(2887), - [anon_sym_STAR_EQ] = ACTIONS(2887), - [anon_sym_SLASH_EQ] = ACTIONS(2887), - [anon_sym_PERCENT_EQ] = ACTIONS(2887), - [anon_sym_LT_LT_EQ] = ACTIONS(2887), - [anon_sym_GT_GT_EQ] = ACTIONS(2887), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2887), - [anon_sym_AMP_EQ] = ACTIONS(2887), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2887), - [anon_sym_PLUS_EQ] = ACTIONS(2887), - [anon_sym_DASH_EQ] = ACTIONS(2887), - [anon_sym_PIPE_EQ] = ACTIONS(2887), - [anon_sym_CARET_EQ] = ACTIONS(2887), - [anon_sym_COLON_EQ] = ACTIONS(2887), - [anon_sym_lock] = ACTIONS(2887), - [anon_sym_rlock] = ACTIONS(2887), - [anon_sym_unsafe] = ACTIONS(2887), - [anon_sym_sql] = ACTIONS(2887), - [sym_int_literal] = ACTIONS(2887), - [sym_float_literal] = ACTIONS(2887), - [sym_rune_literal] = ACTIONS(2887), - [sym_pseudo_compile_time_identifier] = ACTIONS(2887), - [anon_sym_shared] = ACTIONS(2887), - [anon_sym_map_LBRACK] = ACTIONS(2887), - [anon_sym_chan] = ACTIONS(2887), - [anon_sym_thread] = ACTIONS(2887), - [anon_sym_atomic] = ACTIONS(2887), - [anon_sym_assert] = ACTIONS(2887), - [anon_sym_defer] = ACTIONS(2887), - [anon_sym_goto] = ACTIONS(2887), - [anon_sym_break] = ACTIONS(2887), - [anon_sym_continue] = ACTIONS(2887), - [anon_sym_return] = ACTIONS(2887), - [anon_sym_DOLLARfor] = ACTIONS(2887), - [anon_sym_for] = ACTIONS(2887), - [anon_sym_POUND] = ACTIONS(2887), - [anon_sym_asm] = ACTIONS(2887), - [anon_sym_AT_LBRACK] = ACTIONS(2887), - [sym___double_quote] = ACTIONS(2887), - [sym___single_quote] = ACTIONS(2887), - [sym___c_double_quote] = ACTIONS(2887), - [sym___c_single_quote] = ACTIONS(2887), - [sym___r_double_quote] = ACTIONS(2887), - [sym___r_single_quote] = ACTIONS(2887), - }, - [452] = { - [sym_line_comment] = STATE(452), - [sym_block_comment] = STATE(452), - [ts_builtin_sym_end] = ACTIONS(2889), - [sym_identifier] = ACTIONS(2891), - [anon_sym_LF] = ACTIONS(2891), - [anon_sym_CR] = ACTIONS(2891), - [anon_sym_CR_LF] = ACTIONS(2891), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2891), - [anon_sym_as] = ACTIONS(2891), - [anon_sym_LBRACE] = ACTIONS(2891), - [anon_sym_COMMA] = ACTIONS(2891), - [anon_sym_const] = ACTIONS(2891), - [anon_sym_LPAREN] = ACTIONS(2891), - [anon_sym_EQ] = ACTIONS(2891), - [anon_sym___global] = ACTIONS(2891), - [anon_sym_type] = ACTIONS(2891), - [anon_sym_PIPE] = ACTIONS(2891), - [anon_sym_fn] = ACTIONS(2891), - [anon_sym_PLUS] = ACTIONS(2891), - [anon_sym_DASH] = ACTIONS(2891), - [anon_sym_STAR] = ACTIONS(2891), - [anon_sym_SLASH] = ACTIONS(2891), - [anon_sym_PERCENT] = ACTIONS(2891), - [anon_sym_LT] = ACTIONS(2891), - [anon_sym_GT] = ACTIONS(2891), - [anon_sym_EQ_EQ] = ACTIONS(2891), - [anon_sym_BANG_EQ] = ACTIONS(2891), - [anon_sym_LT_EQ] = ACTIONS(2891), - [anon_sym_GT_EQ] = ACTIONS(2891), - [anon_sym_LBRACK] = ACTIONS(2889), - [anon_sym_struct] = ACTIONS(2891), - [anon_sym_union] = ACTIONS(2891), - [anon_sym_pub] = ACTIONS(2891), - [anon_sym_mut] = ACTIONS(2891), - [anon_sym_enum] = ACTIONS(2891), - [anon_sym_interface] = ACTIONS(2891), - [anon_sym_PLUS_PLUS] = ACTIONS(2891), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_QMARK] = ACTIONS(2891), - [anon_sym_BANG] = ACTIONS(2891), - [anon_sym_go] = ACTIONS(2891), - [anon_sym_spawn] = ACTIONS(2891), - [anon_sym_json_DOTdecode] = ACTIONS(2891), - [anon_sym_LBRACK2] = ACTIONS(2891), - [anon_sym_TILDE] = ACTIONS(2891), - [anon_sym_CARET] = ACTIONS(2891), - [anon_sym_AMP] = ACTIONS(2891), - [anon_sym_LT_DASH] = ACTIONS(2891), - [anon_sym_LT_LT] = ACTIONS(2891), - [anon_sym_GT_GT] = ACTIONS(2891), - [anon_sym_GT_GT_GT] = ACTIONS(2891), - [anon_sym_AMP_CARET] = ACTIONS(2891), - [anon_sym_AMP_AMP] = ACTIONS(2891), - [anon_sym_PIPE_PIPE] = ACTIONS(2891), - [anon_sym_or] = ACTIONS(2891), - [sym_none] = ACTIONS(2891), - [sym_true] = ACTIONS(2891), - [sym_false] = ACTIONS(2891), - [sym_nil] = ACTIONS(2891), - [anon_sym_QMARK_DOT] = ACTIONS(2891), - [anon_sym_POUND_LBRACK] = ACTIONS(2891), - [anon_sym_if] = ACTIONS(2891), - [anon_sym_DOLLARif] = ACTIONS(2891), - [anon_sym_is] = ACTIONS(2891), - [anon_sym_BANGis] = ACTIONS(2891), - [anon_sym_in] = ACTIONS(2891), - [anon_sym_BANGin] = ACTIONS(2891), - [anon_sym_match] = ACTIONS(2891), - [anon_sym_select] = ACTIONS(2891), - [anon_sym_STAR_EQ] = ACTIONS(2891), - [anon_sym_SLASH_EQ] = ACTIONS(2891), - [anon_sym_PERCENT_EQ] = ACTIONS(2891), - [anon_sym_LT_LT_EQ] = ACTIONS(2891), - [anon_sym_GT_GT_EQ] = ACTIONS(2891), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2891), - [anon_sym_AMP_EQ] = ACTIONS(2891), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2891), - [anon_sym_PLUS_EQ] = ACTIONS(2891), - [anon_sym_DASH_EQ] = ACTIONS(2891), - [anon_sym_PIPE_EQ] = ACTIONS(2891), - [anon_sym_CARET_EQ] = ACTIONS(2891), - [anon_sym_COLON_EQ] = ACTIONS(2891), - [anon_sym_lock] = ACTIONS(2891), - [anon_sym_rlock] = ACTIONS(2891), - [anon_sym_unsafe] = ACTIONS(2891), - [anon_sym_sql] = ACTIONS(2891), - [sym_int_literal] = ACTIONS(2891), - [sym_float_literal] = ACTIONS(2891), - [sym_rune_literal] = ACTIONS(2891), - [sym_pseudo_compile_time_identifier] = ACTIONS(2891), - [anon_sym_shared] = ACTIONS(2891), - [anon_sym_map_LBRACK] = ACTIONS(2891), - [anon_sym_chan] = ACTIONS(2891), - [anon_sym_thread] = ACTIONS(2891), - [anon_sym_atomic] = ACTIONS(2891), - [anon_sym_assert] = ACTIONS(2891), - [anon_sym_defer] = ACTIONS(2891), - [anon_sym_goto] = ACTIONS(2891), - [anon_sym_break] = ACTIONS(2891), - [anon_sym_continue] = ACTIONS(2891), - [anon_sym_return] = ACTIONS(2891), - [anon_sym_DOLLARfor] = ACTIONS(2891), - [anon_sym_for] = ACTIONS(2891), - [anon_sym_POUND] = ACTIONS(2891), - [anon_sym_asm] = ACTIONS(2891), - [anon_sym_AT_LBRACK] = ACTIONS(2891), - [sym___double_quote] = ACTIONS(2891), - [sym___single_quote] = ACTIONS(2891), - [sym___c_double_quote] = ACTIONS(2891), - [sym___c_single_quote] = ACTIONS(2891), - [sym___r_double_quote] = ACTIONS(2891), - [sym___r_single_quote] = ACTIONS(2891), - }, - [453] = { - [sym_line_comment] = STATE(453), - [sym_block_comment] = STATE(453), - [ts_builtin_sym_end] = ACTIONS(2893), - [sym_identifier] = ACTIONS(2895), - [anon_sym_LF] = ACTIONS(2895), - [anon_sym_CR] = ACTIONS(2895), - [anon_sym_CR_LF] = ACTIONS(2895), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2895), - [anon_sym_as] = ACTIONS(2895), - [anon_sym_LBRACE] = ACTIONS(2895), - [anon_sym_COMMA] = ACTIONS(2895), - [anon_sym_const] = ACTIONS(2895), - [anon_sym_LPAREN] = ACTIONS(2895), - [anon_sym_EQ] = ACTIONS(2895), - [anon_sym___global] = ACTIONS(2895), - [anon_sym_type] = ACTIONS(2895), - [anon_sym_PIPE] = ACTIONS(2895), - [anon_sym_fn] = ACTIONS(2895), - [anon_sym_PLUS] = ACTIONS(2895), - [anon_sym_DASH] = ACTIONS(2895), - [anon_sym_STAR] = ACTIONS(2895), - [anon_sym_SLASH] = ACTIONS(2895), - [anon_sym_PERCENT] = ACTIONS(2895), - [anon_sym_LT] = ACTIONS(2895), - [anon_sym_GT] = ACTIONS(2895), - [anon_sym_EQ_EQ] = ACTIONS(2895), - [anon_sym_BANG_EQ] = ACTIONS(2895), - [anon_sym_LT_EQ] = ACTIONS(2895), - [anon_sym_GT_EQ] = ACTIONS(2895), - [anon_sym_LBRACK] = ACTIONS(2893), - [anon_sym_struct] = ACTIONS(2895), - [anon_sym_union] = ACTIONS(2895), - [anon_sym_pub] = ACTIONS(2895), - [anon_sym_mut] = ACTIONS(2895), - [anon_sym_enum] = ACTIONS(2895), - [anon_sym_interface] = ACTIONS(2895), - [anon_sym_PLUS_PLUS] = ACTIONS(2895), - [anon_sym_DASH_DASH] = ACTIONS(2895), - [anon_sym_QMARK] = ACTIONS(2895), - [anon_sym_BANG] = ACTIONS(2895), - [anon_sym_go] = ACTIONS(2895), - [anon_sym_spawn] = ACTIONS(2895), - [anon_sym_json_DOTdecode] = ACTIONS(2895), - [anon_sym_LBRACK2] = ACTIONS(2895), - [anon_sym_TILDE] = ACTIONS(2895), - [anon_sym_CARET] = ACTIONS(2895), - [anon_sym_AMP] = ACTIONS(2895), - [anon_sym_LT_DASH] = ACTIONS(2895), - [anon_sym_LT_LT] = ACTIONS(2895), - [anon_sym_GT_GT] = ACTIONS(2895), - [anon_sym_GT_GT_GT] = ACTIONS(2895), - [anon_sym_AMP_CARET] = ACTIONS(2895), - [anon_sym_AMP_AMP] = ACTIONS(2895), - [anon_sym_PIPE_PIPE] = ACTIONS(2895), - [anon_sym_or] = ACTIONS(2895), - [sym_none] = ACTIONS(2895), - [sym_true] = ACTIONS(2895), - [sym_false] = ACTIONS(2895), - [sym_nil] = ACTIONS(2895), - [anon_sym_QMARK_DOT] = ACTIONS(2895), - [anon_sym_POUND_LBRACK] = ACTIONS(2895), - [anon_sym_if] = ACTIONS(2895), - [anon_sym_DOLLARif] = ACTIONS(2895), - [anon_sym_is] = ACTIONS(2895), - [anon_sym_BANGis] = ACTIONS(2895), - [anon_sym_in] = ACTIONS(2895), - [anon_sym_BANGin] = ACTIONS(2895), - [anon_sym_match] = ACTIONS(2895), - [anon_sym_select] = ACTIONS(2895), - [anon_sym_STAR_EQ] = ACTIONS(2895), - [anon_sym_SLASH_EQ] = ACTIONS(2895), - [anon_sym_PERCENT_EQ] = ACTIONS(2895), - [anon_sym_LT_LT_EQ] = ACTIONS(2895), - [anon_sym_GT_GT_EQ] = ACTIONS(2895), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2895), - [anon_sym_AMP_EQ] = ACTIONS(2895), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2895), - [anon_sym_PLUS_EQ] = ACTIONS(2895), - [anon_sym_DASH_EQ] = ACTIONS(2895), - [anon_sym_PIPE_EQ] = ACTIONS(2895), - [anon_sym_CARET_EQ] = ACTIONS(2895), - [anon_sym_COLON_EQ] = ACTIONS(2895), - [anon_sym_lock] = ACTIONS(2895), - [anon_sym_rlock] = ACTIONS(2895), - [anon_sym_unsafe] = ACTIONS(2895), - [anon_sym_sql] = ACTIONS(2895), - [sym_int_literal] = ACTIONS(2895), - [sym_float_literal] = ACTIONS(2895), - [sym_rune_literal] = ACTIONS(2895), - [sym_pseudo_compile_time_identifier] = ACTIONS(2895), - [anon_sym_shared] = ACTIONS(2895), - [anon_sym_map_LBRACK] = ACTIONS(2895), - [anon_sym_chan] = ACTIONS(2895), - [anon_sym_thread] = ACTIONS(2895), - [anon_sym_atomic] = ACTIONS(2895), - [anon_sym_assert] = ACTIONS(2895), - [anon_sym_defer] = ACTIONS(2895), - [anon_sym_goto] = ACTIONS(2895), - [anon_sym_break] = ACTIONS(2895), - [anon_sym_continue] = ACTIONS(2895), - [anon_sym_return] = ACTIONS(2895), - [anon_sym_DOLLARfor] = ACTIONS(2895), - [anon_sym_for] = ACTIONS(2895), - [anon_sym_POUND] = ACTIONS(2895), - [anon_sym_asm] = ACTIONS(2895), - [anon_sym_AT_LBRACK] = ACTIONS(2895), - [sym___double_quote] = ACTIONS(2895), - [sym___single_quote] = ACTIONS(2895), - [sym___c_double_quote] = ACTIONS(2895), - [sym___c_single_quote] = ACTIONS(2895), - [sym___r_double_quote] = ACTIONS(2895), - [sym___r_single_quote] = ACTIONS(2895), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, - [454] = { - [sym_line_comment] = STATE(454), - [sym_block_comment] = STATE(454), - [sym__expression] = STATE(2863), + [450] = { + [sym_line_comment] = STATE(450), + [sym_block_comment] = STATE(450), + [sym__expression] = STATE(2674), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [455] = { - [sym_line_comment] = STATE(455), - [sym_block_comment] = STATE(455), - [ts_builtin_sym_end] = ACTIONS(2903), - [sym_identifier] = ACTIONS(2905), - [anon_sym_LF] = ACTIONS(2905), - [anon_sym_CR] = ACTIONS(2905), - [anon_sym_CR_LF] = ACTIONS(2905), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2905), - [anon_sym_as] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2905), - [anon_sym_COMMA] = ACTIONS(2905), - [anon_sym_const] = ACTIONS(2905), - [anon_sym_LPAREN] = ACTIONS(2905), - [anon_sym_EQ] = ACTIONS(2905), - [anon_sym___global] = ACTIONS(2905), - [anon_sym_type] = ACTIONS(2905), - [anon_sym_PIPE] = ACTIONS(2905), - [anon_sym_fn] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_SLASH] = ACTIONS(2905), - [anon_sym_PERCENT] = ACTIONS(2905), - [anon_sym_LT] = ACTIONS(2905), - [anon_sym_GT] = ACTIONS(2905), - [anon_sym_EQ_EQ] = ACTIONS(2905), - [anon_sym_BANG_EQ] = ACTIONS(2905), - [anon_sym_LT_EQ] = ACTIONS(2905), - [anon_sym_GT_EQ] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(2903), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_union] = ACTIONS(2905), - [anon_sym_pub] = ACTIONS(2905), - [anon_sym_mut] = ACTIONS(2905), - [anon_sym_enum] = ACTIONS(2905), - [anon_sym_interface] = ACTIONS(2905), - [anon_sym_PLUS_PLUS] = ACTIONS(2905), - [anon_sym_DASH_DASH] = ACTIONS(2905), - [anon_sym_QMARK] = ACTIONS(2905), - [anon_sym_BANG] = ACTIONS(2905), - [anon_sym_go] = ACTIONS(2905), - [anon_sym_spawn] = ACTIONS(2905), - [anon_sym_json_DOTdecode] = ACTIONS(2905), - [anon_sym_LBRACK2] = ACTIONS(2905), - [anon_sym_TILDE] = ACTIONS(2905), - [anon_sym_CARET] = ACTIONS(2905), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_LT_DASH] = ACTIONS(2905), - [anon_sym_LT_LT] = ACTIONS(2905), - [anon_sym_GT_GT] = ACTIONS(2905), - [anon_sym_GT_GT_GT] = ACTIONS(2905), - [anon_sym_AMP_CARET] = ACTIONS(2905), - [anon_sym_AMP_AMP] = ACTIONS(2905), - [anon_sym_PIPE_PIPE] = ACTIONS(2905), - [anon_sym_or] = ACTIONS(2905), - [sym_none] = ACTIONS(2905), - [sym_true] = ACTIONS(2905), - [sym_false] = ACTIONS(2905), - [sym_nil] = ACTIONS(2905), - [anon_sym_QMARK_DOT] = ACTIONS(2905), - [anon_sym_POUND_LBRACK] = ACTIONS(2905), - [anon_sym_if] = ACTIONS(2905), - [anon_sym_DOLLARif] = ACTIONS(2905), - [anon_sym_is] = ACTIONS(2905), - [anon_sym_BANGis] = ACTIONS(2905), - [anon_sym_in] = ACTIONS(2905), - [anon_sym_BANGin] = ACTIONS(2905), - [anon_sym_match] = ACTIONS(2905), - [anon_sym_select] = ACTIONS(2905), - [anon_sym_STAR_EQ] = ACTIONS(2905), - [anon_sym_SLASH_EQ] = ACTIONS(2905), - [anon_sym_PERCENT_EQ] = ACTIONS(2905), - [anon_sym_LT_LT_EQ] = ACTIONS(2905), - [anon_sym_GT_GT_EQ] = ACTIONS(2905), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2905), - [anon_sym_AMP_EQ] = ACTIONS(2905), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2905), - [anon_sym_PLUS_EQ] = ACTIONS(2905), - [anon_sym_DASH_EQ] = ACTIONS(2905), - [anon_sym_PIPE_EQ] = ACTIONS(2905), - [anon_sym_CARET_EQ] = ACTIONS(2905), - [anon_sym_COLON_EQ] = ACTIONS(2905), - [anon_sym_lock] = ACTIONS(2905), - [anon_sym_rlock] = ACTIONS(2905), - [anon_sym_unsafe] = ACTIONS(2905), - [anon_sym_sql] = ACTIONS(2905), - [sym_int_literal] = ACTIONS(2905), - [sym_float_literal] = ACTIONS(2905), - [sym_rune_literal] = ACTIONS(2905), - [sym_pseudo_compile_time_identifier] = ACTIONS(2905), - [anon_sym_shared] = ACTIONS(2905), - [anon_sym_map_LBRACK] = ACTIONS(2905), - [anon_sym_chan] = ACTIONS(2905), - [anon_sym_thread] = ACTIONS(2905), - [anon_sym_atomic] = ACTIONS(2905), - [anon_sym_assert] = ACTIONS(2905), - [anon_sym_defer] = ACTIONS(2905), - [anon_sym_goto] = ACTIONS(2905), - [anon_sym_break] = ACTIONS(2905), - [anon_sym_continue] = ACTIONS(2905), - [anon_sym_return] = ACTIONS(2905), - [anon_sym_DOLLARfor] = ACTIONS(2905), - [anon_sym_for] = ACTIONS(2905), - [anon_sym_POUND] = ACTIONS(2905), - [anon_sym_asm] = ACTIONS(2905), - [anon_sym_AT_LBRACK] = ACTIONS(2905), - [sym___double_quote] = ACTIONS(2905), - [sym___single_quote] = ACTIONS(2905), - [sym___c_double_quote] = ACTIONS(2905), - [sym___c_single_quote] = ACTIONS(2905), - [sym___r_double_quote] = ACTIONS(2905), - [sym___r_single_quote] = ACTIONS(2905), - }, - [456] = { - [sym_line_comment] = STATE(456), - [sym_block_comment] = STATE(456), - [ts_builtin_sym_end] = ACTIONS(2907), - [sym_identifier] = ACTIONS(2909), - [anon_sym_LF] = ACTIONS(2909), - [anon_sym_CR] = ACTIONS(2909), - [anon_sym_CR_LF] = ACTIONS(2909), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2909), - [anon_sym_as] = ACTIONS(2909), - [anon_sym_LBRACE] = ACTIONS(2909), - [anon_sym_COMMA] = ACTIONS(2909), - [anon_sym_const] = ACTIONS(2909), - [anon_sym_LPAREN] = ACTIONS(2909), - [anon_sym_EQ] = ACTIONS(2909), - [anon_sym___global] = ACTIONS(2909), - [anon_sym_type] = ACTIONS(2909), - [anon_sym_PIPE] = ACTIONS(2909), - [anon_sym_fn] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2909), - [anon_sym_SLASH] = ACTIONS(2909), - [anon_sym_PERCENT] = ACTIONS(2909), - [anon_sym_LT] = ACTIONS(2909), - [anon_sym_GT] = ACTIONS(2909), - [anon_sym_EQ_EQ] = ACTIONS(2909), - [anon_sym_BANG_EQ] = ACTIONS(2909), - [anon_sym_LT_EQ] = ACTIONS(2909), - [anon_sym_GT_EQ] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2907), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_union] = ACTIONS(2909), - [anon_sym_pub] = ACTIONS(2909), - [anon_sym_mut] = ACTIONS(2909), - [anon_sym_enum] = ACTIONS(2909), - [anon_sym_interface] = ACTIONS(2909), - [anon_sym_PLUS_PLUS] = ACTIONS(2909), - [anon_sym_DASH_DASH] = ACTIONS(2909), - [anon_sym_QMARK] = ACTIONS(2909), - [anon_sym_BANG] = ACTIONS(2909), - [anon_sym_go] = ACTIONS(2909), - [anon_sym_spawn] = ACTIONS(2909), - [anon_sym_json_DOTdecode] = ACTIONS(2909), - [anon_sym_LBRACK2] = ACTIONS(2909), - [anon_sym_TILDE] = ACTIONS(2909), - [anon_sym_CARET] = ACTIONS(2909), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_LT_DASH] = ACTIONS(2909), - [anon_sym_LT_LT] = ACTIONS(2909), - [anon_sym_GT_GT] = ACTIONS(2909), - [anon_sym_GT_GT_GT] = ACTIONS(2909), - [anon_sym_AMP_CARET] = ACTIONS(2909), - [anon_sym_AMP_AMP] = ACTIONS(2909), - [anon_sym_PIPE_PIPE] = ACTIONS(2909), - [anon_sym_or] = ACTIONS(2909), - [sym_none] = ACTIONS(2909), - [sym_true] = ACTIONS(2909), - [sym_false] = ACTIONS(2909), - [sym_nil] = ACTIONS(2909), - [anon_sym_QMARK_DOT] = ACTIONS(2909), - [anon_sym_POUND_LBRACK] = ACTIONS(2909), - [anon_sym_if] = ACTIONS(2909), - [anon_sym_DOLLARif] = ACTIONS(2909), - [anon_sym_is] = ACTIONS(2909), - [anon_sym_BANGis] = ACTIONS(2909), - [anon_sym_in] = ACTIONS(2909), - [anon_sym_BANGin] = ACTIONS(2909), - [anon_sym_match] = ACTIONS(2909), - [anon_sym_select] = ACTIONS(2909), - [anon_sym_STAR_EQ] = ACTIONS(2909), - [anon_sym_SLASH_EQ] = ACTIONS(2909), - [anon_sym_PERCENT_EQ] = ACTIONS(2909), - [anon_sym_LT_LT_EQ] = ACTIONS(2909), - [anon_sym_GT_GT_EQ] = ACTIONS(2909), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2909), - [anon_sym_AMP_EQ] = ACTIONS(2909), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2909), - [anon_sym_PLUS_EQ] = ACTIONS(2909), - [anon_sym_DASH_EQ] = ACTIONS(2909), - [anon_sym_PIPE_EQ] = ACTIONS(2909), - [anon_sym_CARET_EQ] = ACTIONS(2909), - [anon_sym_COLON_EQ] = ACTIONS(2909), - [anon_sym_lock] = ACTIONS(2909), - [anon_sym_rlock] = ACTIONS(2909), - [anon_sym_unsafe] = ACTIONS(2909), - [anon_sym_sql] = ACTIONS(2909), - [sym_int_literal] = ACTIONS(2909), - [sym_float_literal] = ACTIONS(2909), - [sym_rune_literal] = ACTIONS(2909), - [sym_pseudo_compile_time_identifier] = ACTIONS(2909), - [anon_sym_shared] = ACTIONS(2909), - [anon_sym_map_LBRACK] = ACTIONS(2909), - [anon_sym_chan] = ACTIONS(2909), - [anon_sym_thread] = ACTIONS(2909), - [anon_sym_atomic] = ACTIONS(2909), - [anon_sym_assert] = ACTIONS(2909), - [anon_sym_defer] = ACTIONS(2909), - [anon_sym_goto] = ACTIONS(2909), - [anon_sym_break] = ACTIONS(2909), - [anon_sym_continue] = ACTIONS(2909), - [anon_sym_return] = ACTIONS(2909), - [anon_sym_DOLLARfor] = ACTIONS(2909), - [anon_sym_for] = ACTIONS(2909), - [anon_sym_POUND] = ACTIONS(2909), - [anon_sym_asm] = ACTIONS(2909), - [anon_sym_AT_LBRACK] = ACTIONS(2909), - [sym___double_quote] = ACTIONS(2909), - [sym___single_quote] = ACTIONS(2909), - [sym___c_double_quote] = ACTIONS(2909), - [sym___c_single_quote] = ACTIONS(2909), - [sym___r_double_quote] = ACTIONS(2909), - [sym___r_single_quote] = ACTIONS(2909), - }, - [457] = { - [sym_line_comment] = STATE(457), - [sym_block_comment] = STATE(457), - [sym__expression] = STATE(1800), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4183), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), - }, - [458] = { - [sym_line_comment] = STATE(458), - [sym_block_comment] = STATE(458), - [sym__expression] = STATE(2685), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [459] = { - [sym_line_comment] = STATE(459), - [sym_block_comment] = STATE(459), - [ts_builtin_sym_end] = ACTIONS(2911), - [sym_identifier] = ACTIONS(2913), - [anon_sym_LF] = ACTIONS(2913), - [anon_sym_CR] = ACTIONS(2913), - [anon_sym_CR_LF] = ACTIONS(2913), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2913), - [anon_sym_as] = ACTIONS(2913), - [anon_sym_LBRACE] = ACTIONS(2913), - [anon_sym_COMMA] = ACTIONS(2913), - [anon_sym_const] = ACTIONS(2913), - [anon_sym_LPAREN] = ACTIONS(2913), - [anon_sym_EQ] = ACTIONS(2913), - [anon_sym___global] = ACTIONS(2913), - [anon_sym_type] = ACTIONS(2913), - [anon_sym_PIPE] = ACTIONS(2913), - [anon_sym_fn] = ACTIONS(2913), - [anon_sym_PLUS] = ACTIONS(2913), - [anon_sym_DASH] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2913), - [anon_sym_SLASH] = ACTIONS(2913), - [anon_sym_PERCENT] = ACTIONS(2913), - [anon_sym_LT] = ACTIONS(2913), - [anon_sym_GT] = ACTIONS(2913), - [anon_sym_EQ_EQ] = ACTIONS(2913), - [anon_sym_BANG_EQ] = ACTIONS(2913), - [anon_sym_LT_EQ] = ACTIONS(2913), - [anon_sym_GT_EQ] = ACTIONS(2913), - [anon_sym_LBRACK] = ACTIONS(2911), - [anon_sym_struct] = ACTIONS(2913), - [anon_sym_union] = ACTIONS(2913), - [anon_sym_pub] = ACTIONS(2913), - [anon_sym_mut] = ACTIONS(2913), - [anon_sym_enum] = ACTIONS(2913), - [anon_sym_interface] = ACTIONS(2913), - [anon_sym_PLUS_PLUS] = ACTIONS(2913), - [anon_sym_DASH_DASH] = ACTIONS(2913), - [anon_sym_QMARK] = ACTIONS(2913), - [anon_sym_BANG] = ACTIONS(2913), - [anon_sym_go] = ACTIONS(2913), - [anon_sym_spawn] = ACTIONS(2913), - [anon_sym_json_DOTdecode] = ACTIONS(2913), - [anon_sym_LBRACK2] = ACTIONS(2913), - [anon_sym_TILDE] = ACTIONS(2913), - [anon_sym_CARET] = ACTIONS(2913), - [anon_sym_AMP] = ACTIONS(2913), - [anon_sym_LT_DASH] = ACTIONS(2913), - [anon_sym_LT_LT] = ACTIONS(2913), - [anon_sym_GT_GT] = ACTIONS(2913), - [anon_sym_GT_GT_GT] = ACTIONS(2913), - [anon_sym_AMP_CARET] = ACTIONS(2913), - [anon_sym_AMP_AMP] = ACTIONS(2913), - [anon_sym_PIPE_PIPE] = ACTIONS(2913), - [anon_sym_or] = ACTIONS(2913), - [sym_none] = ACTIONS(2913), - [sym_true] = ACTIONS(2913), - [sym_false] = ACTIONS(2913), - [sym_nil] = ACTIONS(2913), - [anon_sym_QMARK_DOT] = ACTIONS(2913), - [anon_sym_POUND_LBRACK] = ACTIONS(2913), - [anon_sym_if] = ACTIONS(2913), - [anon_sym_DOLLARif] = ACTIONS(2913), - [anon_sym_is] = ACTIONS(2913), - [anon_sym_BANGis] = ACTIONS(2913), - [anon_sym_in] = ACTIONS(2913), - [anon_sym_BANGin] = ACTIONS(2913), - [anon_sym_match] = ACTIONS(2913), - [anon_sym_select] = ACTIONS(2913), - [anon_sym_STAR_EQ] = ACTIONS(2913), - [anon_sym_SLASH_EQ] = ACTIONS(2913), - [anon_sym_PERCENT_EQ] = ACTIONS(2913), - [anon_sym_LT_LT_EQ] = ACTIONS(2913), - [anon_sym_GT_GT_EQ] = ACTIONS(2913), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2913), - [anon_sym_AMP_EQ] = ACTIONS(2913), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2913), - [anon_sym_PLUS_EQ] = ACTIONS(2913), - [anon_sym_DASH_EQ] = ACTIONS(2913), - [anon_sym_PIPE_EQ] = ACTIONS(2913), - [anon_sym_CARET_EQ] = ACTIONS(2913), - [anon_sym_COLON_EQ] = ACTIONS(2913), - [anon_sym_lock] = ACTIONS(2913), - [anon_sym_rlock] = ACTIONS(2913), - [anon_sym_unsafe] = ACTIONS(2913), - [anon_sym_sql] = ACTIONS(2913), - [sym_int_literal] = ACTIONS(2913), - [sym_float_literal] = ACTIONS(2913), - [sym_rune_literal] = ACTIONS(2913), - [sym_pseudo_compile_time_identifier] = ACTIONS(2913), - [anon_sym_shared] = ACTIONS(2913), - [anon_sym_map_LBRACK] = ACTIONS(2913), - [anon_sym_chan] = ACTIONS(2913), - [anon_sym_thread] = ACTIONS(2913), - [anon_sym_atomic] = ACTIONS(2913), - [anon_sym_assert] = ACTIONS(2913), - [anon_sym_defer] = ACTIONS(2913), - [anon_sym_goto] = ACTIONS(2913), - [anon_sym_break] = ACTIONS(2913), - [anon_sym_continue] = ACTIONS(2913), - [anon_sym_return] = ACTIONS(2913), - [anon_sym_DOLLARfor] = ACTIONS(2913), - [anon_sym_for] = ACTIONS(2913), - [anon_sym_POUND] = ACTIONS(2913), - [anon_sym_asm] = ACTIONS(2913), - [anon_sym_AT_LBRACK] = ACTIONS(2913), - [sym___double_quote] = ACTIONS(2913), - [sym___single_quote] = ACTIONS(2913), - [sym___c_double_quote] = ACTIONS(2913), - [sym___c_single_quote] = ACTIONS(2913), - [sym___r_double_quote] = ACTIONS(2913), - [sym___r_single_quote] = ACTIONS(2913), - }, - [460] = { - [sym_line_comment] = STATE(460), - [sym_block_comment] = STATE(460), - [ts_builtin_sym_end] = ACTIONS(2915), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LF] = ACTIONS(2917), - [anon_sym_CR] = ACTIONS(2917), - [anon_sym_CR_LF] = ACTIONS(2917), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2917), - [anon_sym_as] = ACTIONS(2917), - [anon_sym_LBRACE] = ACTIONS(2917), - [anon_sym_COMMA] = ACTIONS(2917), - [anon_sym_const] = ACTIONS(2917), - [anon_sym_LPAREN] = ACTIONS(2917), - [anon_sym_EQ] = ACTIONS(2917), - [anon_sym___global] = ACTIONS(2917), - [anon_sym_type] = ACTIONS(2917), - [anon_sym_PIPE] = ACTIONS(2917), - [anon_sym_fn] = ACTIONS(2917), - [anon_sym_PLUS] = ACTIONS(2917), - [anon_sym_DASH] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2917), - [anon_sym_SLASH] = ACTIONS(2917), - [anon_sym_PERCENT] = ACTIONS(2917), - [anon_sym_LT] = ACTIONS(2917), - [anon_sym_GT] = ACTIONS(2917), - [anon_sym_EQ_EQ] = ACTIONS(2917), - [anon_sym_BANG_EQ] = ACTIONS(2917), - [anon_sym_LT_EQ] = ACTIONS(2917), - [anon_sym_GT_EQ] = ACTIONS(2917), - [anon_sym_LBRACK] = ACTIONS(2915), - [anon_sym_struct] = ACTIONS(2917), - [anon_sym_union] = ACTIONS(2917), - [anon_sym_pub] = ACTIONS(2917), - [anon_sym_mut] = ACTIONS(2917), - [anon_sym_enum] = ACTIONS(2917), - [anon_sym_interface] = ACTIONS(2917), - [anon_sym_PLUS_PLUS] = ACTIONS(2917), - [anon_sym_DASH_DASH] = ACTIONS(2917), - [anon_sym_QMARK] = ACTIONS(2917), - [anon_sym_BANG] = ACTIONS(2917), - [anon_sym_go] = ACTIONS(2917), - [anon_sym_spawn] = ACTIONS(2917), - [anon_sym_json_DOTdecode] = ACTIONS(2917), - [anon_sym_LBRACK2] = ACTIONS(2917), - [anon_sym_TILDE] = ACTIONS(2917), - [anon_sym_CARET] = ACTIONS(2917), - [anon_sym_AMP] = ACTIONS(2917), - [anon_sym_LT_DASH] = ACTIONS(2917), - [anon_sym_LT_LT] = ACTIONS(2917), - [anon_sym_GT_GT] = ACTIONS(2917), - [anon_sym_GT_GT_GT] = ACTIONS(2917), - [anon_sym_AMP_CARET] = ACTIONS(2917), - [anon_sym_AMP_AMP] = ACTIONS(2917), - [anon_sym_PIPE_PIPE] = ACTIONS(2917), - [anon_sym_or] = ACTIONS(2917), - [sym_none] = ACTIONS(2917), - [sym_true] = ACTIONS(2917), - [sym_false] = ACTIONS(2917), - [sym_nil] = ACTIONS(2917), - [anon_sym_QMARK_DOT] = ACTIONS(2917), - [anon_sym_POUND_LBRACK] = ACTIONS(2917), - [anon_sym_if] = ACTIONS(2917), - [anon_sym_DOLLARif] = ACTIONS(2917), - [anon_sym_is] = ACTIONS(2917), - [anon_sym_BANGis] = ACTIONS(2917), - [anon_sym_in] = ACTIONS(2917), - [anon_sym_BANGin] = ACTIONS(2917), - [anon_sym_match] = ACTIONS(2917), - [anon_sym_select] = ACTIONS(2917), - [anon_sym_STAR_EQ] = ACTIONS(2917), - [anon_sym_SLASH_EQ] = ACTIONS(2917), - [anon_sym_PERCENT_EQ] = ACTIONS(2917), - [anon_sym_LT_LT_EQ] = ACTIONS(2917), - [anon_sym_GT_GT_EQ] = ACTIONS(2917), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2917), - [anon_sym_AMP_EQ] = ACTIONS(2917), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2917), - [anon_sym_PLUS_EQ] = ACTIONS(2917), - [anon_sym_DASH_EQ] = ACTIONS(2917), - [anon_sym_PIPE_EQ] = ACTIONS(2917), - [anon_sym_CARET_EQ] = ACTIONS(2917), - [anon_sym_COLON_EQ] = ACTIONS(2917), - [anon_sym_lock] = ACTIONS(2917), - [anon_sym_rlock] = ACTIONS(2917), - [anon_sym_unsafe] = ACTIONS(2917), - [anon_sym_sql] = ACTIONS(2917), - [sym_int_literal] = ACTIONS(2917), - [sym_float_literal] = ACTIONS(2917), - [sym_rune_literal] = ACTIONS(2917), - [sym_pseudo_compile_time_identifier] = ACTIONS(2917), - [anon_sym_shared] = ACTIONS(2917), - [anon_sym_map_LBRACK] = ACTIONS(2917), - [anon_sym_chan] = ACTIONS(2917), - [anon_sym_thread] = ACTIONS(2917), - [anon_sym_atomic] = ACTIONS(2917), - [anon_sym_assert] = ACTIONS(2917), - [anon_sym_defer] = ACTIONS(2917), - [anon_sym_goto] = ACTIONS(2917), - [anon_sym_break] = ACTIONS(2917), - [anon_sym_continue] = ACTIONS(2917), - [anon_sym_return] = ACTIONS(2917), - [anon_sym_DOLLARfor] = ACTIONS(2917), - [anon_sym_for] = ACTIONS(2917), - [anon_sym_POUND] = ACTIONS(2917), - [anon_sym_asm] = ACTIONS(2917), - [anon_sym_AT_LBRACK] = ACTIONS(2917), - [sym___double_quote] = ACTIONS(2917), - [sym___single_quote] = ACTIONS(2917), - [sym___c_double_quote] = ACTIONS(2917), - [sym___c_single_quote] = ACTIONS(2917), - [sym___r_double_quote] = ACTIONS(2917), - [sym___r_single_quote] = ACTIONS(2917), - }, - [461] = { - [sym_line_comment] = STATE(461), - [sym_block_comment] = STATE(461), - [sym__expression] = STATE(1005), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), - }, - [462] = { - [sym_line_comment] = STATE(462), - [sym_block_comment] = STATE(462), - [ts_builtin_sym_end] = ACTIONS(2937), - [sym_identifier] = ACTIONS(2939), - [anon_sym_LF] = ACTIONS(2939), - [anon_sym_CR] = ACTIONS(2939), - [anon_sym_CR_LF] = ACTIONS(2939), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2939), - [anon_sym_as] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2939), - [anon_sym_COMMA] = ACTIONS(2939), - [anon_sym_const] = ACTIONS(2939), - [anon_sym_LPAREN] = ACTIONS(2939), - [anon_sym_EQ] = ACTIONS(2939), - [anon_sym___global] = ACTIONS(2939), - [anon_sym_type] = ACTIONS(2939), - [anon_sym_PIPE] = ACTIONS(2939), - [anon_sym_fn] = ACTIONS(2939), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_STAR] = ACTIONS(2939), - [anon_sym_SLASH] = ACTIONS(2939), - [anon_sym_PERCENT] = ACTIONS(2939), - [anon_sym_LT] = ACTIONS(2939), - [anon_sym_GT] = ACTIONS(2939), - [anon_sym_EQ_EQ] = ACTIONS(2939), - [anon_sym_BANG_EQ] = ACTIONS(2939), - [anon_sym_LT_EQ] = ACTIONS(2939), - [anon_sym_GT_EQ] = ACTIONS(2939), - [anon_sym_LBRACK] = ACTIONS(2937), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_union] = ACTIONS(2939), - [anon_sym_pub] = ACTIONS(2939), - [anon_sym_mut] = ACTIONS(2939), - [anon_sym_enum] = ACTIONS(2939), - [anon_sym_interface] = ACTIONS(2939), - [anon_sym_PLUS_PLUS] = ACTIONS(2939), - [anon_sym_DASH_DASH] = ACTIONS(2939), - [anon_sym_QMARK] = ACTIONS(2939), - [anon_sym_BANG] = ACTIONS(2939), - [anon_sym_go] = ACTIONS(2939), - [anon_sym_spawn] = ACTIONS(2939), - [anon_sym_json_DOTdecode] = ACTIONS(2939), - [anon_sym_LBRACK2] = ACTIONS(2939), - [anon_sym_TILDE] = ACTIONS(2939), - [anon_sym_CARET] = ACTIONS(2939), - [anon_sym_AMP] = ACTIONS(2939), - [anon_sym_LT_DASH] = ACTIONS(2939), - [anon_sym_LT_LT] = ACTIONS(2939), - [anon_sym_GT_GT] = ACTIONS(2939), - [anon_sym_GT_GT_GT] = ACTIONS(2939), - [anon_sym_AMP_CARET] = ACTIONS(2939), - [anon_sym_AMP_AMP] = ACTIONS(2939), - [anon_sym_PIPE_PIPE] = ACTIONS(2939), - [anon_sym_or] = ACTIONS(2939), - [sym_none] = ACTIONS(2939), - [sym_true] = ACTIONS(2939), - [sym_false] = ACTIONS(2939), - [sym_nil] = ACTIONS(2939), - [anon_sym_QMARK_DOT] = ACTIONS(2939), - [anon_sym_POUND_LBRACK] = ACTIONS(2939), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_DOLLARif] = ACTIONS(2939), - [anon_sym_is] = ACTIONS(2939), - [anon_sym_BANGis] = ACTIONS(2939), - [anon_sym_in] = ACTIONS(2939), - [anon_sym_BANGin] = ACTIONS(2939), - [anon_sym_match] = ACTIONS(2939), - [anon_sym_select] = ACTIONS(2939), - [anon_sym_STAR_EQ] = ACTIONS(2939), - [anon_sym_SLASH_EQ] = ACTIONS(2939), - [anon_sym_PERCENT_EQ] = ACTIONS(2939), - [anon_sym_LT_LT_EQ] = ACTIONS(2939), - [anon_sym_GT_GT_EQ] = ACTIONS(2939), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2939), - [anon_sym_AMP_EQ] = ACTIONS(2939), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2939), - [anon_sym_PLUS_EQ] = ACTIONS(2939), - [anon_sym_DASH_EQ] = ACTIONS(2939), - [anon_sym_PIPE_EQ] = ACTIONS(2939), - [anon_sym_CARET_EQ] = ACTIONS(2939), - [anon_sym_COLON_EQ] = ACTIONS(2939), - [anon_sym_lock] = ACTIONS(2939), - [anon_sym_rlock] = ACTIONS(2939), - [anon_sym_unsafe] = ACTIONS(2939), - [anon_sym_sql] = ACTIONS(2939), - [sym_int_literal] = ACTIONS(2939), - [sym_float_literal] = ACTIONS(2939), - [sym_rune_literal] = ACTIONS(2939), - [sym_pseudo_compile_time_identifier] = ACTIONS(2939), - [anon_sym_shared] = ACTIONS(2939), - [anon_sym_map_LBRACK] = ACTIONS(2939), - [anon_sym_chan] = ACTIONS(2939), - [anon_sym_thread] = ACTIONS(2939), - [anon_sym_atomic] = ACTIONS(2939), - [anon_sym_assert] = ACTIONS(2939), - [anon_sym_defer] = ACTIONS(2939), - [anon_sym_goto] = ACTIONS(2939), - [anon_sym_break] = ACTIONS(2939), - [anon_sym_continue] = ACTIONS(2939), - [anon_sym_return] = ACTIONS(2939), - [anon_sym_DOLLARfor] = ACTIONS(2939), - [anon_sym_for] = ACTIONS(2939), - [anon_sym_POUND] = ACTIONS(2939), - [anon_sym_asm] = ACTIONS(2939), - [anon_sym_AT_LBRACK] = ACTIONS(2939), - [sym___double_quote] = ACTIONS(2939), - [sym___single_quote] = ACTIONS(2939), - [sym___c_double_quote] = ACTIONS(2939), - [sym___c_single_quote] = ACTIONS(2939), - [sym___r_double_quote] = ACTIONS(2939), - [sym___r_single_quote] = ACTIONS(2939), - }, - [463] = { - [sym_line_comment] = STATE(463), - [sym_block_comment] = STATE(463), - [ts_builtin_sym_end] = ACTIONS(2941), - [sym_identifier] = ACTIONS(2943), - [anon_sym_LF] = ACTIONS(2943), - [anon_sym_CR] = ACTIONS(2943), - [anon_sym_CR_LF] = ACTIONS(2943), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2943), - [anon_sym_as] = ACTIONS(2943), - [anon_sym_LBRACE] = ACTIONS(2943), - [anon_sym_COMMA] = ACTIONS(2943), - [anon_sym_const] = ACTIONS(2943), - [anon_sym_LPAREN] = ACTIONS(2943), - [anon_sym_EQ] = ACTIONS(2943), - [anon_sym___global] = ACTIONS(2943), - [anon_sym_type] = ACTIONS(2943), - [anon_sym_PIPE] = ACTIONS(2943), - [anon_sym_fn] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2943), - [anon_sym_DASH] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2943), - [anon_sym_SLASH] = ACTIONS(2943), - [anon_sym_PERCENT] = ACTIONS(2943), - [anon_sym_LT] = ACTIONS(2943), - [anon_sym_GT] = ACTIONS(2943), - [anon_sym_EQ_EQ] = ACTIONS(2943), - [anon_sym_BANG_EQ] = ACTIONS(2943), - [anon_sym_LT_EQ] = ACTIONS(2943), - [anon_sym_GT_EQ] = ACTIONS(2943), - [anon_sym_LBRACK] = ACTIONS(2941), - [anon_sym_struct] = ACTIONS(2943), - [anon_sym_union] = ACTIONS(2943), - [anon_sym_pub] = ACTIONS(2943), - [anon_sym_mut] = ACTIONS(2943), - [anon_sym_enum] = ACTIONS(2943), - [anon_sym_interface] = ACTIONS(2943), - [anon_sym_PLUS_PLUS] = ACTIONS(2943), - [anon_sym_DASH_DASH] = ACTIONS(2943), - [anon_sym_QMARK] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(2943), - [anon_sym_go] = ACTIONS(2943), - [anon_sym_spawn] = ACTIONS(2943), - [anon_sym_json_DOTdecode] = ACTIONS(2943), - [anon_sym_LBRACK2] = ACTIONS(2943), - [anon_sym_TILDE] = ACTIONS(2943), - [anon_sym_CARET] = ACTIONS(2943), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_LT_DASH] = ACTIONS(2943), - [anon_sym_LT_LT] = ACTIONS(2943), - [anon_sym_GT_GT] = ACTIONS(2943), - [anon_sym_GT_GT_GT] = ACTIONS(2943), - [anon_sym_AMP_CARET] = ACTIONS(2943), - [anon_sym_AMP_AMP] = ACTIONS(2943), - [anon_sym_PIPE_PIPE] = ACTIONS(2943), - [anon_sym_or] = ACTIONS(2943), - [sym_none] = ACTIONS(2943), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [sym_nil] = ACTIONS(2943), - [anon_sym_QMARK_DOT] = ACTIONS(2943), - [anon_sym_POUND_LBRACK] = ACTIONS(2943), - [anon_sym_if] = ACTIONS(2943), - [anon_sym_DOLLARif] = ACTIONS(2943), - [anon_sym_is] = ACTIONS(2943), - [anon_sym_BANGis] = ACTIONS(2943), - [anon_sym_in] = ACTIONS(2943), - [anon_sym_BANGin] = ACTIONS(2943), - [anon_sym_match] = ACTIONS(2943), - [anon_sym_select] = ACTIONS(2943), - [anon_sym_STAR_EQ] = ACTIONS(2943), - [anon_sym_SLASH_EQ] = ACTIONS(2943), - [anon_sym_PERCENT_EQ] = ACTIONS(2943), - [anon_sym_LT_LT_EQ] = ACTIONS(2943), - [anon_sym_GT_GT_EQ] = ACTIONS(2943), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2943), - [anon_sym_AMP_EQ] = ACTIONS(2943), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2943), - [anon_sym_PLUS_EQ] = ACTIONS(2943), - [anon_sym_DASH_EQ] = ACTIONS(2943), - [anon_sym_PIPE_EQ] = ACTIONS(2943), - [anon_sym_CARET_EQ] = ACTIONS(2943), - [anon_sym_COLON_EQ] = ACTIONS(2943), - [anon_sym_lock] = ACTIONS(2943), - [anon_sym_rlock] = ACTIONS(2943), - [anon_sym_unsafe] = ACTIONS(2943), - [anon_sym_sql] = ACTIONS(2943), - [sym_int_literal] = ACTIONS(2943), - [sym_float_literal] = ACTIONS(2943), - [sym_rune_literal] = ACTIONS(2943), - [sym_pseudo_compile_time_identifier] = ACTIONS(2943), - [anon_sym_shared] = ACTIONS(2943), - [anon_sym_map_LBRACK] = ACTIONS(2943), - [anon_sym_chan] = ACTIONS(2943), - [anon_sym_thread] = ACTIONS(2943), - [anon_sym_atomic] = ACTIONS(2943), - [anon_sym_assert] = ACTIONS(2943), - [anon_sym_defer] = ACTIONS(2943), - [anon_sym_goto] = ACTIONS(2943), - [anon_sym_break] = ACTIONS(2943), - [anon_sym_continue] = ACTIONS(2943), - [anon_sym_return] = ACTIONS(2943), - [anon_sym_DOLLARfor] = ACTIONS(2943), - [anon_sym_for] = ACTIONS(2943), - [anon_sym_POUND] = ACTIONS(2943), - [anon_sym_asm] = ACTIONS(2943), - [anon_sym_AT_LBRACK] = ACTIONS(2943), - [sym___double_quote] = ACTIONS(2943), - [sym___single_quote] = ACTIONS(2943), - [sym___c_double_quote] = ACTIONS(2943), - [sym___c_single_quote] = ACTIONS(2943), - [sym___r_double_quote] = ACTIONS(2943), - [sym___r_single_quote] = ACTIONS(2943), - }, - [464] = { - [sym_line_comment] = STATE(464), - [sym_block_comment] = STATE(464), - [ts_builtin_sym_end] = ACTIONS(2945), - [sym_identifier] = ACTIONS(2947), - [anon_sym_LF] = ACTIONS(2947), - [anon_sym_CR] = ACTIONS(2947), - [anon_sym_CR_LF] = ACTIONS(2947), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2947), - [anon_sym_as] = ACTIONS(2947), - [anon_sym_LBRACE] = ACTIONS(2947), - [anon_sym_COMMA] = ACTIONS(2947), - [anon_sym_const] = ACTIONS(2947), - [anon_sym_LPAREN] = ACTIONS(2947), - [anon_sym_EQ] = ACTIONS(2947), - [anon_sym___global] = ACTIONS(2947), - [anon_sym_type] = ACTIONS(2947), - [anon_sym_PIPE] = ACTIONS(2947), - [anon_sym_fn] = ACTIONS(2947), - [anon_sym_PLUS] = ACTIONS(2947), - [anon_sym_DASH] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(2947), - [anon_sym_SLASH] = ACTIONS(2947), - [anon_sym_PERCENT] = ACTIONS(2947), - [anon_sym_LT] = ACTIONS(2947), - [anon_sym_GT] = ACTIONS(2947), - [anon_sym_EQ_EQ] = ACTIONS(2947), - [anon_sym_BANG_EQ] = ACTIONS(2947), - [anon_sym_LT_EQ] = ACTIONS(2947), - [anon_sym_GT_EQ] = ACTIONS(2947), - [anon_sym_LBRACK] = ACTIONS(2945), - [anon_sym_struct] = ACTIONS(2947), - [anon_sym_union] = ACTIONS(2947), - [anon_sym_pub] = ACTIONS(2947), - [anon_sym_mut] = ACTIONS(2947), - [anon_sym_enum] = ACTIONS(2947), - [anon_sym_interface] = ACTIONS(2947), - [anon_sym_PLUS_PLUS] = ACTIONS(2947), - [anon_sym_DASH_DASH] = ACTIONS(2947), - [anon_sym_QMARK] = ACTIONS(2947), - [anon_sym_BANG] = ACTIONS(2947), - [anon_sym_go] = ACTIONS(2947), - [anon_sym_spawn] = ACTIONS(2947), - [anon_sym_json_DOTdecode] = ACTIONS(2947), - [anon_sym_LBRACK2] = ACTIONS(2947), - [anon_sym_TILDE] = ACTIONS(2947), - [anon_sym_CARET] = ACTIONS(2947), - [anon_sym_AMP] = ACTIONS(2947), - [anon_sym_LT_DASH] = ACTIONS(2947), - [anon_sym_LT_LT] = ACTIONS(2947), - [anon_sym_GT_GT] = ACTIONS(2947), - [anon_sym_GT_GT_GT] = ACTIONS(2947), - [anon_sym_AMP_CARET] = ACTIONS(2947), - [anon_sym_AMP_AMP] = ACTIONS(2947), - [anon_sym_PIPE_PIPE] = ACTIONS(2947), - [anon_sym_or] = ACTIONS(2947), - [sym_none] = ACTIONS(2947), - [sym_true] = ACTIONS(2947), - [sym_false] = ACTIONS(2947), - [sym_nil] = ACTIONS(2947), - [anon_sym_QMARK_DOT] = ACTIONS(2947), - [anon_sym_POUND_LBRACK] = ACTIONS(2947), - [anon_sym_if] = ACTIONS(2947), - [anon_sym_DOLLARif] = ACTIONS(2947), - [anon_sym_is] = ACTIONS(2947), - [anon_sym_BANGis] = ACTIONS(2947), - [anon_sym_in] = ACTIONS(2947), - [anon_sym_BANGin] = ACTIONS(2947), - [anon_sym_match] = ACTIONS(2947), - [anon_sym_select] = ACTIONS(2947), - [anon_sym_STAR_EQ] = ACTIONS(2947), - [anon_sym_SLASH_EQ] = ACTIONS(2947), - [anon_sym_PERCENT_EQ] = ACTIONS(2947), - [anon_sym_LT_LT_EQ] = ACTIONS(2947), - [anon_sym_GT_GT_EQ] = ACTIONS(2947), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2947), - [anon_sym_AMP_EQ] = ACTIONS(2947), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2947), - [anon_sym_PLUS_EQ] = ACTIONS(2947), - [anon_sym_DASH_EQ] = ACTIONS(2947), - [anon_sym_PIPE_EQ] = ACTIONS(2947), - [anon_sym_CARET_EQ] = ACTIONS(2947), - [anon_sym_COLON_EQ] = ACTIONS(2947), - [anon_sym_lock] = ACTIONS(2947), - [anon_sym_rlock] = ACTIONS(2947), - [anon_sym_unsafe] = ACTIONS(2947), - [anon_sym_sql] = ACTIONS(2947), - [sym_int_literal] = ACTIONS(2947), - [sym_float_literal] = ACTIONS(2947), - [sym_rune_literal] = ACTIONS(2947), - [sym_pseudo_compile_time_identifier] = ACTIONS(2947), - [anon_sym_shared] = ACTIONS(2947), - [anon_sym_map_LBRACK] = ACTIONS(2947), - [anon_sym_chan] = ACTIONS(2947), - [anon_sym_thread] = ACTIONS(2947), - [anon_sym_atomic] = ACTIONS(2947), - [anon_sym_assert] = ACTIONS(2947), - [anon_sym_defer] = ACTIONS(2947), - [anon_sym_goto] = ACTIONS(2947), - [anon_sym_break] = ACTIONS(2947), - [anon_sym_continue] = ACTIONS(2947), - [anon_sym_return] = ACTIONS(2947), - [anon_sym_DOLLARfor] = ACTIONS(2947), - [anon_sym_for] = ACTIONS(2947), - [anon_sym_POUND] = ACTIONS(2947), - [anon_sym_asm] = ACTIONS(2947), - [anon_sym_AT_LBRACK] = ACTIONS(2947), - [sym___double_quote] = ACTIONS(2947), - [sym___single_quote] = ACTIONS(2947), - [sym___c_double_quote] = ACTIONS(2947), - [sym___c_single_quote] = ACTIONS(2947), - [sym___r_double_quote] = ACTIONS(2947), - [sym___r_single_quote] = ACTIONS(2947), - }, - [465] = { - [sym_line_comment] = STATE(465), - [sym_block_comment] = STATE(465), - [sym__expression] = STATE(1800), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), - }, - [466] = { - [sym_line_comment] = STATE(466), - [sym_block_comment] = STATE(466), - [sym__expression] = STATE(2686), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [467] = { - [sym_line_comment] = STATE(467), - [sym_block_comment] = STATE(467), - [ts_builtin_sym_end] = ACTIONS(2949), - [sym_identifier] = ACTIONS(2951), - [anon_sym_LF] = ACTIONS(2951), - [anon_sym_CR] = ACTIONS(2951), - [anon_sym_CR_LF] = ACTIONS(2951), + [451] = { + [sym_line_comment] = STATE(451), + [sym_block_comment] = STATE(451), + [ts_builtin_sym_end] = ACTIONS(2949), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LF] = ACTIONS(2951), + [anon_sym_CR] = ACTIONS(2951), + [anon_sym_CR_LF] = ACTIONS(2951), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(2951), @@ -78102,723 +76263,375 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2951), [sym___r_single_quote] = ACTIONS(2951), }, - [468] = { - [sym_line_comment] = STATE(468), - [sym_block_comment] = STATE(468), - [sym__expression] = STATE(2906), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2953), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [469] = { - [sym_line_comment] = STATE(469), - [sym_block_comment] = STATE(469), - [sym__expression] = STATE(1318), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), - }, - [470] = { - [sym_line_comment] = STATE(470), - [sym_block_comment] = STATE(470), - [sym__expression] = STATE(2788), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [471] = { - [sym_line_comment] = STATE(471), - [sym_block_comment] = STATE(471), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3030), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(3031), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [452] = { + [sym_line_comment] = STATE(452), + [sym_block_comment] = STATE(452), + [ts_builtin_sym_end] = ACTIONS(2953), + [sym_identifier] = ACTIONS(2955), + [anon_sym_LF] = ACTIONS(2955), + [anon_sym_CR] = ACTIONS(2955), + [anon_sym_CR_LF] = ACTIONS(2955), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2955), + [anon_sym_as] = ACTIONS(2955), + [anon_sym_LBRACE] = ACTIONS(2955), + [anon_sym_COMMA] = ACTIONS(2955), + [anon_sym_const] = ACTIONS(2955), + [anon_sym_LPAREN] = ACTIONS(2955), + [anon_sym_EQ] = ACTIONS(2955), + [anon_sym___global] = ACTIONS(2955), + [anon_sym_type] = ACTIONS(2955), + [anon_sym_PIPE] = ACTIONS(2955), + [anon_sym_fn] = ACTIONS(2955), + [anon_sym_PLUS] = ACTIONS(2955), + [anon_sym_DASH] = ACTIONS(2955), + [anon_sym_STAR] = ACTIONS(2955), + [anon_sym_SLASH] = ACTIONS(2955), + [anon_sym_PERCENT] = ACTIONS(2955), + [anon_sym_LT] = ACTIONS(2955), + [anon_sym_GT] = ACTIONS(2955), + [anon_sym_EQ_EQ] = ACTIONS(2955), + [anon_sym_BANG_EQ] = ACTIONS(2955), + [anon_sym_LT_EQ] = ACTIONS(2955), + [anon_sym_GT_EQ] = ACTIONS(2955), + [anon_sym_LBRACK] = ACTIONS(2953), + [anon_sym_struct] = ACTIONS(2955), + [anon_sym_union] = ACTIONS(2955), + [anon_sym_pub] = ACTIONS(2955), + [anon_sym_mut] = ACTIONS(2955), + [anon_sym_enum] = ACTIONS(2955), + [anon_sym_interface] = ACTIONS(2955), + [anon_sym_PLUS_PLUS] = ACTIONS(2955), + [anon_sym_DASH_DASH] = ACTIONS(2955), + [anon_sym_QMARK] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_go] = ACTIONS(2955), + [anon_sym_spawn] = ACTIONS(2955), + [anon_sym_json_DOTdecode] = ACTIONS(2955), + [anon_sym_LBRACK2] = ACTIONS(2955), + [anon_sym_TILDE] = ACTIONS(2955), + [anon_sym_CARET] = ACTIONS(2955), + [anon_sym_AMP] = ACTIONS(2955), + [anon_sym_LT_DASH] = ACTIONS(2955), + [anon_sym_LT_LT] = ACTIONS(2955), + [anon_sym_GT_GT] = ACTIONS(2955), + [anon_sym_GT_GT_GT] = ACTIONS(2955), + [anon_sym_AMP_CARET] = ACTIONS(2955), + [anon_sym_AMP_AMP] = ACTIONS(2955), + [anon_sym_PIPE_PIPE] = ACTIONS(2955), + [anon_sym_or] = ACTIONS(2955), + [sym_none] = ACTIONS(2955), + [sym_true] = ACTIONS(2955), + [sym_false] = ACTIONS(2955), + [sym_nil] = ACTIONS(2955), + [anon_sym_QMARK_DOT] = ACTIONS(2955), + [anon_sym_POUND_LBRACK] = ACTIONS(2955), + [anon_sym_if] = ACTIONS(2955), + [anon_sym_DOLLARif] = ACTIONS(2955), + [anon_sym_is] = ACTIONS(2955), + [anon_sym_BANGis] = ACTIONS(2955), + [anon_sym_in] = ACTIONS(2955), + [anon_sym_BANGin] = ACTIONS(2955), + [anon_sym_match] = ACTIONS(2955), + [anon_sym_select] = ACTIONS(2955), + [anon_sym_STAR_EQ] = ACTIONS(2955), + [anon_sym_SLASH_EQ] = ACTIONS(2955), + [anon_sym_PERCENT_EQ] = ACTIONS(2955), + [anon_sym_LT_LT_EQ] = ACTIONS(2955), + [anon_sym_GT_GT_EQ] = ACTIONS(2955), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2955), + [anon_sym_AMP_EQ] = ACTIONS(2955), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2955), + [anon_sym_PLUS_EQ] = ACTIONS(2955), + [anon_sym_DASH_EQ] = ACTIONS(2955), + [anon_sym_PIPE_EQ] = ACTIONS(2955), + [anon_sym_CARET_EQ] = ACTIONS(2955), + [anon_sym_COLON_EQ] = ACTIONS(2955), + [anon_sym_lock] = ACTIONS(2955), + [anon_sym_rlock] = ACTIONS(2955), + [anon_sym_unsafe] = ACTIONS(2955), + [anon_sym_sql] = ACTIONS(2955), + [sym_int_literal] = ACTIONS(2955), + [sym_float_literal] = ACTIONS(2955), + [sym_rune_literal] = ACTIONS(2955), + [sym_pseudo_compile_time_identifier] = ACTIONS(2955), + [anon_sym_shared] = ACTIONS(2955), + [anon_sym_map_LBRACK] = ACTIONS(2955), + [anon_sym_chan] = ACTIONS(2955), + [anon_sym_thread] = ACTIONS(2955), + [anon_sym_atomic] = ACTIONS(2955), + [anon_sym_assert] = ACTIONS(2955), + [anon_sym_defer] = ACTIONS(2955), + [anon_sym_goto] = ACTIONS(2955), + [anon_sym_break] = ACTIONS(2955), + [anon_sym_continue] = ACTIONS(2955), + [anon_sym_return] = ACTIONS(2955), + [anon_sym_DOLLARfor] = ACTIONS(2955), + [anon_sym_for] = ACTIONS(2955), + [anon_sym_POUND] = ACTIONS(2955), + [anon_sym_asm] = ACTIONS(2955), + [anon_sym_AT_LBRACK] = ACTIONS(2955), + [sym___double_quote] = ACTIONS(2955), + [sym___single_quote] = ACTIONS(2955), + [sym___c_double_quote] = ACTIONS(2955), + [sym___c_single_quote] = ACTIONS(2955), + [sym___r_double_quote] = ACTIONS(2955), + [sym___r_single_quote] = ACTIONS(2955), }, - [472] = { - [sym_line_comment] = STATE(472), - [sym_block_comment] = STATE(472), - [sym__expression] = STATE(2715), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3664), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [453] = { + [sym_line_comment] = STATE(453), + [sym_block_comment] = STATE(453), + [sym__expression] = STATE(1811), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, - [473] = { - [sym_line_comment] = STATE(473), - [sym_block_comment] = STATE(473), - [ts_builtin_sym_end] = ACTIONS(2955), - [sym_identifier] = ACTIONS(2957), - [anon_sym_LF] = ACTIONS(2957), - [anon_sym_CR] = ACTIONS(2957), - [anon_sym_CR_LF] = ACTIONS(2957), + [454] = { + [sym_line_comment] = STATE(454), + [sym_block_comment] = STATE(454), + [ts_builtin_sym_end] = ACTIONS(2957), + [sym_identifier] = ACTIONS(2959), + [anon_sym_LF] = ACTIONS(2959), + [anon_sym_CR] = ACTIONS(2959), + [anon_sym_CR_LF] = ACTIONS(2959), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2957), - [anon_sym_as] = ACTIONS(2957), - [anon_sym_LBRACE] = ACTIONS(2957), - [anon_sym_COMMA] = ACTIONS(2957), - [anon_sym_const] = ACTIONS(2957), - [anon_sym_LPAREN] = ACTIONS(2957), - [anon_sym_EQ] = ACTIONS(2957), - [anon_sym___global] = ACTIONS(2957), - [anon_sym_type] = ACTIONS(2957), - [anon_sym_PIPE] = ACTIONS(2957), - [anon_sym_fn] = ACTIONS(2957), - [anon_sym_PLUS] = ACTIONS(2957), - [anon_sym_DASH] = ACTIONS(2957), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_SLASH] = ACTIONS(2957), - [anon_sym_PERCENT] = ACTIONS(2957), - [anon_sym_LT] = ACTIONS(2957), - [anon_sym_GT] = ACTIONS(2957), - [anon_sym_EQ_EQ] = ACTIONS(2957), - [anon_sym_BANG_EQ] = ACTIONS(2957), - [anon_sym_LT_EQ] = ACTIONS(2957), - [anon_sym_GT_EQ] = ACTIONS(2957), - [anon_sym_LBRACK] = ACTIONS(2955), - [anon_sym_struct] = ACTIONS(2957), - [anon_sym_union] = ACTIONS(2957), - [anon_sym_pub] = ACTIONS(2957), - [anon_sym_mut] = ACTIONS(2957), - [anon_sym_enum] = ACTIONS(2957), - [anon_sym_interface] = ACTIONS(2957), - [anon_sym_PLUS_PLUS] = ACTIONS(2957), - [anon_sym_DASH_DASH] = ACTIONS(2957), - [anon_sym_QMARK] = ACTIONS(2957), - [anon_sym_BANG] = ACTIONS(2957), - [anon_sym_go] = ACTIONS(2957), - [anon_sym_spawn] = ACTIONS(2957), - [anon_sym_json_DOTdecode] = ACTIONS(2957), - [anon_sym_LBRACK2] = ACTIONS(2957), - [anon_sym_TILDE] = ACTIONS(2957), - [anon_sym_CARET] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2957), - [anon_sym_LT_DASH] = ACTIONS(2957), - [anon_sym_LT_LT] = ACTIONS(2957), - [anon_sym_GT_GT] = ACTIONS(2957), - [anon_sym_GT_GT_GT] = ACTIONS(2957), - [anon_sym_AMP_CARET] = ACTIONS(2957), - [anon_sym_AMP_AMP] = ACTIONS(2957), - [anon_sym_PIPE_PIPE] = ACTIONS(2957), - [anon_sym_or] = ACTIONS(2957), - [sym_none] = ACTIONS(2957), - [sym_true] = ACTIONS(2957), - [sym_false] = ACTIONS(2957), - [sym_nil] = ACTIONS(2957), - [anon_sym_QMARK_DOT] = ACTIONS(2957), - [anon_sym_POUND_LBRACK] = ACTIONS(2957), - [anon_sym_if] = ACTIONS(2957), - [anon_sym_DOLLARif] = ACTIONS(2957), - [anon_sym_is] = ACTIONS(2957), - [anon_sym_BANGis] = ACTIONS(2957), - [anon_sym_in] = ACTIONS(2957), - [anon_sym_BANGin] = ACTIONS(2957), - [anon_sym_match] = ACTIONS(2957), - [anon_sym_select] = ACTIONS(2957), - [anon_sym_STAR_EQ] = ACTIONS(2957), - [anon_sym_SLASH_EQ] = ACTIONS(2957), - [anon_sym_PERCENT_EQ] = ACTIONS(2957), - [anon_sym_LT_LT_EQ] = ACTIONS(2957), - [anon_sym_GT_GT_EQ] = ACTIONS(2957), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2957), - [anon_sym_AMP_EQ] = ACTIONS(2957), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2957), - [anon_sym_PLUS_EQ] = ACTIONS(2957), - [anon_sym_DASH_EQ] = ACTIONS(2957), - [anon_sym_PIPE_EQ] = ACTIONS(2957), - [anon_sym_CARET_EQ] = ACTIONS(2957), - [anon_sym_COLON_EQ] = ACTIONS(2957), - [anon_sym_lock] = ACTIONS(2957), - [anon_sym_rlock] = ACTIONS(2957), - [anon_sym_unsafe] = ACTIONS(2957), - [anon_sym_sql] = ACTIONS(2957), - [sym_int_literal] = ACTIONS(2957), - [sym_float_literal] = ACTIONS(2957), - [sym_rune_literal] = ACTIONS(2957), - [sym_pseudo_compile_time_identifier] = ACTIONS(2957), - [anon_sym_shared] = ACTIONS(2957), - [anon_sym_map_LBRACK] = ACTIONS(2957), - [anon_sym_chan] = ACTIONS(2957), - [anon_sym_thread] = ACTIONS(2957), - [anon_sym_atomic] = ACTIONS(2957), - [anon_sym_assert] = ACTIONS(2957), - [anon_sym_defer] = ACTIONS(2957), - [anon_sym_goto] = ACTIONS(2957), - [anon_sym_break] = ACTIONS(2957), - [anon_sym_continue] = ACTIONS(2957), - [anon_sym_return] = ACTIONS(2957), - [anon_sym_DOLLARfor] = ACTIONS(2957), - [anon_sym_for] = ACTIONS(2957), - [anon_sym_POUND] = ACTIONS(2957), - [anon_sym_asm] = ACTIONS(2957), - [anon_sym_AT_LBRACK] = ACTIONS(2957), - [sym___double_quote] = ACTIONS(2957), - [sym___single_quote] = ACTIONS(2957), - [sym___c_double_quote] = ACTIONS(2957), - [sym___c_single_quote] = ACTIONS(2957), - [sym___r_double_quote] = ACTIONS(2957), - [sym___r_single_quote] = ACTIONS(2957), + [anon_sym_DOT] = ACTIONS(2959), + [anon_sym_as] = ACTIONS(2959), + [anon_sym_LBRACE] = ACTIONS(2959), + [anon_sym_COMMA] = ACTIONS(2959), + [anon_sym_const] = ACTIONS(2959), + [anon_sym_LPAREN] = ACTIONS(2959), + [anon_sym_EQ] = ACTIONS(2959), + [anon_sym___global] = ACTIONS(2959), + [anon_sym_type] = ACTIONS(2959), + [anon_sym_PIPE] = ACTIONS(2959), + [anon_sym_fn] = ACTIONS(2959), + [anon_sym_PLUS] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2959), + [anon_sym_STAR] = ACTIONS(2959), + [anon_sym_SLASH] = ACTIONS(2959), + [anon_sym_PERCENT] = ACTIONS(2959), + [anon_sym_LT] = ACTIONS(2959), + [anon_sym_GT] = ACTIONS(2959), + [anon_sym_EQ_EQ] = ACTIONS(2959), + [anon_sym_BANG_EQ] = ACTIONS(2959), + [anon_sym_LT_EQ] = ACTIONS(2959), + [anon_sym_GT_EQ] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(2957), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_union] = ACTIONS(2959), + [anon_sym_pub] = ACTIONS(2959), + [anon_sym_mut] = ACTIONS(2959), + [anon_sym_enum] = ACTIONS(2959), + [anon_sym_interface] = ACTIONS(2959), + [anon_sym_PLUS_PLUS] = ACTIONS(2959), + [anon_sym_DASH_DASH] = ACTIONS(2959), + [anon_sym_QMARK] = ACTIONS(2959), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_go] = ACTIONS(2959), + [anon_sym_spawn] = ACTIONS(2959), + [anon_sym_json_DOTdecode] = ACTIONS(2959), + [anon_sym_LBRACK2] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_CARET] = ACTIONS(2959), + [anon_sym_AMP] = ACTIONS(2959), + [anon_sym_LT_DASH] = ACTIONS(2959), + [anon_sym_LT_LT] = ACTIONS(2959), + [anon_sym_GT_GT] = ACTIONS(2959), + [anon_sym_GT_GT_GT] = ACTIONS(2959), + [anon_sym_AMP_CARET] = ACTIONS(2959), + [anon_sym_AMP_AMP] = ACTIONS(2959), + [anon_sym_PIPE_PIPE] = ACTIONS(2959), + [anon_sym_or] = ACTIONS(2959), + [sym_none] = ACTIONS(2959), + [sym_true] = ACTIONS(2959), + [sym_false] = ACTIONS(2959), + [sym_nil] = ACTIONS(2959), + [anon_sym_QMARK_DOT] = ACTIONS(2959), + [anon_sym_POUND_LBRACK] = ACTIONS(2959), + [anon_sym_if] = ACTIONS(2959), + [anon_sym_DOLLARif] = ACTIONS(2959), + [anon_sym_is] = ACTIONS(2959), + [anon_sym_BANGis] = ACTIONS(2959), + [anon_sym_in] = ACTIONS(2959), + [anon_sym_BANGin] = ACTIONS(2959), + [anon_sym_match] = ACTIONS(2959), + [anon_sym_select] = ACTIONS(2959), + [anon_sym_STAR_EQ] = ACTIONS(2959), + [anon_sym_SLASH_EQ] = ACTIONS(2959), + [anon_sym_PERCENT_EQ] = ACTIONS(2959), + [anon_sym_LT_LT_EQ] = ACTIONS(2959), + [anon_sym_GT_GT_EQ] = ACTIONS(2959), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2959), + [anon_sym_AMP_EQ] = ACTIONS(2959), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2959), + [anon_sym_PLUS_EQ] = ACTIONS(2959), + [anon_sym_DASH_EQ] = ACTIONS(2959), + [anon_sym_PIPE_EQ] = ACTIONS(2959), + [anon_sym_CARET_EQ] = ACTIONS(2959), + [anon_sym_COLON_EQ] = ACTIONS(2959), + [anon_sym_lock] = ACTIONS(2959), + [anon_sym_rlock] = ACTIONS(2959), + [anon_sym_unsafe] = ACTIONS(2959), + [anon_sym_sql] = ACTIONS(2959), + [sym_int_literal] = ACTIONS(2959), + [sym_float_literal] = ACTIONS(2959), + [sym_rune_literal] = ACTIONS(2959), + [sym_pseudo_compile_time_identifier] = ACTIONS(2959), + [anon_sym_shared] = ACTIONS(2959), + [anon_sym_map_LBRACK] = ACTIONS(2959), + [anon_sym_chan] = ACTIONS(2959), + [anon_sym_thread] = ACTIONS(2959), + [anon_sym_atomic] = ACTIONS(2959), + [anon_sym_assert] = ACTIONS(2959), + [anon_sym_defer] = ACTIONS(2959), + [anon_sym_goto] = ACTIONS(2959), + [anon_sym_break] = ACTIONS(2959), + [anon_sym_continue] = ACTIONS(2959), + [anon_sym_return] = ACTIONS(2959), + [anon_sym_DOLLARfor] = ACTIONS(2959), + [anon_sym_for] = ACTIONS(2959), + [anon_sym_POUND] = ACTIONS(2959), + [anon_sym_asm] = ACTIONS(2959), + [anon_sym_AT_LBRACK] = ACTIONS(2959), + [sym___double_quote] = ACTIONS(2959), + [sym___single_quote] = ACTIONS(2959), + [sym___c_double_quote] = ACTIONS(2959), + [sym___c_single_quote] = ACTIONS(2959), + [sym___r_double_quote] = ACTIONS(2959), + [sym___r_single_quote] = ACTIONS(2959), }, - [474] = { - [sym_line_comment] = STATE(474), - [sym_block_comment] = STATE(474), - [ts_builtin_sym_end] = ACTIONS(2959), - [sym_identifier] = ACTIONS(2961), - [anon_sym_LF] = ACTIONS(2961), - [anon_sym_CR] = ACTIONS(2961), - [anon_sym_CR_LF] = ACTIONS(2961), + [455] = { + [sym_line_comment] = STATE(455), + [sym_block_comment] = STATE(455), + [ts_builtin_sym_end] = ACTIONS(2961), + [sym_identifier] = ACTIONS(2963), + [anon_sym_LF] = ACTIONS(2963), + [anon_sym_CR] = ACTIONS(2963), + [anon_sym_CR_LF] = ACTIONS(2963), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(2963), [anon_sym_as] = ACTIONS(2963), - [anon_sym_LBRACE] = ACTIONS(2961), - [anon_sym_COMMA] = ACTIONS(2961), - [anon_sym_const] = ACTIONS(2961), + [anon_sym_LBRACE] = ACTIONS(2963), + [anon_sym_COMMA] = ACTIONS(2963), + [anon_sym_const] = ACTIONS(2963), [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_EQ] = ACTIONS(2961), - [anon_sym___global] = ACTIONS(2961), - [anon_sym_type] = ACTIONS(2961), + [anon_sym_EQ] = ACTIONS(2963), + [anon_sym___global] = ACTIONS(2963), + [anon_sym_type] = ACTIONS(2963), [anon_sym_PIPE] = ACTIONS(2963), - [anon_sym_fn] = ACTIONS(2961), + [anon_sym_fn] = ACTIONS(2963), [anon_sym_PLUS] = ACTIONS(2963), [anon_sym_DASH] = ACTIONS(2963), [anon_sym_STAR] = ACTIONS(2963), @@ -78830,25 +76643,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANG_EQ] = ACTIONS(2963), [anon_sym_LT_EQ] = ACTIONS(2963), [anon_sym_GT_EQ] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2966), - [anon_sym_struct] = ACTIONS(2961), - [anon_sym_union] = ACTIONS(2961), - [anon_sym_pub] = ACTIONS(2961), - [anon_sym_mut] = ACTIONS(2961), - [anon_sym_enum] = ACTIONS(2961), - [anon_sym_interface] = ACTIONS(2961), + [anon_sym_LBRACK] = ACTIONS(2961), + [anon_sym_struct] = ACTIONS(2963), + [anon_sym_union] = ACTIONS(2963), + [anon_sym_pub] = ACTIONS(2963), + [anon_sym_mut] = ACTIONS(2963), + [anon_sym_enum] = ACTIONS(2963), + [anon_sym_interface] = ACTIONS(2963), [anon_sym_PLUS_PLUS] = ACTIONS(2963), [anon_sym_DASH_DASH] = ACTIONS(2963), [anon_sym_QMARK] = ACTIONS(2963), [anon_sym_BANG] = ACTIONS(2963), - [anon_sym_go] = ACTIONS(2961), - [anon_sym_spawn] = ACTIONS(2961), - [anon_sym_json_DOTdecode] = ACTIONS(2961), + [anon_sym_go] = ACTIONS(2963), + [anon_sym_spawn] = ACTIONS(2963), + [anon_sym_json_DOTdecode] = ACTIONS(2963), [anon_sym_LBRACK2] = ACTIONS(2963), - [anon_sym_TILDE] = ACTIONS(2961), + [anon_sym_TILDE] = ACTIONS(2963), [anon_sym_CARET] = ACTIONS(2963), [anon_sym_AMP] = ACTIONS(2963), - [anon_sym_LT_DASH] = ACTIONS(2961), + [anon_sym_LT_DASH] = ACTIONS(2963), [anon_sym_LT_LT] = ACTIONS(2963), [anon_sym_GT_GT] = ACTIONS(2963), [anon_sym_GT_GT_GT] = ACTIONS(2963), @@ -78856,647 +76669,647 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_AMP] = ACTIONS(2963), [anon_sym_PIPE_PIPE] = ACTIONS(2963), [anon_sym_or] = ACTIONS(2963), - [sym_none] = ACTIONS(2961), - [sym_true] = ACTIONS(2961), - [sym_false] = ACTIONS(2961), - [sym_nil] = ACTIONS(2961), + [sym_none] = ACTIONS(2963), + [sym_true] = ACTIONS(2963), + [sym_false] = ACTIONS(2963), + [sym_nil] = ACTIONS(2963), [anon_sym_QMARK_DOT] = ACTIONS(2963), [anon_sym_POUND_LBRACK] = ACTIONS(2963), - [anon_sym_if] = ACTIONS(2961), - [anon_sym_DOLLARif] = ACTIONS(2961), + [anon_sym_if] = ACTIONS(2963), + [anon_sym_DOLLARif] = ACTIONS(2963), [anon_sym_is] = ACTIONS(2963), [anon_sym_BANGis] = ACTIONS(2963), [anon_sym_in] = ACTIONS(2963), [anon_sym_BANGin] = ACTIONS(2963), - [anon_sym_match] = ACTIONS(2961), - [anon_sym_select] = ACTIONS(2961), - [anon_sym_STAR_EQ] = ACTIONS(2961), - [anon_sym_SLASH_EQ] = ACTIONS(2961), - [anon_sym_PERCENT_EQ] = ACTIONS(2961), - [anon_sym_LT_LT_EQ] = ACTIONS(2961), - [anon_sym_GT_GT_EQ] = ACTIONS(2961), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2961), - [anon_sym_AMP_EQ] = ACTIONS(2961), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2961), - [anon_sym_PLUS_EQ] = ACTIONS(2961), - [anon_sym_DASH_EQ] = ACTIONS(2961), - [anon_sym_PIPE_EQ] = ACTIONS(2961), - [anon_sym_CARET_EQ] = ACTIONS(2961), - [anon_sym_COLON_EQ] = ACTIONS(2961), - [anon_sym_lock] = ACTIONS(2961), - [anon_sym_rlock] = ACTIONS(2961), - [anon_sym_unsafe] = ACTIONS(2961), - [anon_sym_sql] = ACTIONS(2961), - [sym_int_literal] = ACTIONS(2961), - [sym_float_literal] = ACTIONS(2961), - [sym_rune_literal] = ACTIONS(2961), - [sym_pseudo_compile_time_identifier] = ACTIONS(2961), - [anon_sym_shared] = ACTIONS(2961), - [anon_sym_map_LBRACK] = ACTIONS(2961), - [anon_sym_chan] = ACTIONS(2961), - [anon_sym_thread] = ACTIONS(2961), - [anon_sym_atomic] = ACTIONS(2961), - [anon_sym_assert] = ACTIONS(2961), - [anon_sym_defer] = ACTIONS(2961), - [anon_sym_goto] = ACTIONS(2961), - [anon_sym_break] = ACTIONS(2961), - [anon_sym_continue] = ACTIONS(2961), - [anon_sym_return] = ACTIONS(2961), - [anon_sym_DOLLARfor] = ACTIONS(2961), - [anon_sym_for] = ACTIONS(2961), - [anon_sym_POUND] = ACTIONS(2961), - [anon_sym_asm] = ACTIONS(2961), - [anon_sym_AT_LBRACK] = ACTIONS(2961), - [sym___double_quote] = ACTIONS(2961), - [sym___single_quote] = ACTIONS(2961), - [sym___c_double_quote] = ACTIONS(2961), - [sym___c_single_quote] = ACTIONS(2961), - [sym___r_double_quote] = ACTIONS(2961), - [sym___r_single_quote] = ACTIONS(2961), + [anon_sym_match] = ACTIONS(2963), + [anon_sym_select] = ACTIONS(2963), + [anon_sym_STAR_EQ] = ACTIONS(2963), + [anon_sym_SLASH_EQ] = ACTIONS(2963), + [anon_sym_PERCENT_EQ] = ACTIONS(2963), + [anon_sym_LT_LT_EQ] = ACTIONS(2963), + [anon_sym_GT_GT_EQ] = ACTIONS(2963), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2963), + [anon_sym_AMP_EQ] = ACTIONS(2963), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2963), + [anon_sym_PLUS_EQ] = ACTIONS(2963), + [anon_sym_DASH_EQ] = ACTIONS(2963), + [anon_sym_PIPE_EQ] = ACTIONS(2963), + [anon_sym_CARET_EQ] = ACTIONS(2963), + [anon_sym_COLON_EQ] = ACTIONS(2963), + [anon_sym_lock] = ACTIONS(2963), + [anon_sym_rlock] = ACTIONS(2963), + [anon_sym_unsafe] = ACTIONS(2963), + [anon_sym_sql] = ACTIONS(2963), + [sym_int_literal] = ACTIONS(2963), + [sym_float_literal] = ACTIONS(2963), + [sym_rune_literal] = ACTIONS(2963), + [sym_pseudo_compile_time_identifier] = ACTIONS(2963), + [anon_sym_shared] = ACTIONS(2963), + [anon_sym_map_LBRACK] = ACTIONS(2963), + [anon_sym_chan] = ACTIONS(2963), + [anon_sym_thread] = ACTIONS(2963), + [anon_sym_atomic] = ACTIONS(2963), + [anon_sym_assert] = ACTIONS(2963), + [anon_sym_defer] = ACTIONS(2963), + [anon_sym_goto] = ACTIONS(2963), + [anon_sym_break] = ACTIONS(2963), + [anon_sym_continue] = ACTIONS(2963), + [anon_sym_return] = ACTIONS(2963), + [anon_sym_DOLLARfor] = ACTIONS(2963), + [anon_sym_for] = ACTIONS(2963), + [anon_sym_POUND] = ACTIONS(2963), + [anon_sym_asm] = ACTIONS(2963), + [anon_sym_AT_LBRACK] = ACTIONS(2963), + [sym___double_quote] = ACTIONS(2963), + [sym___single_quote] = ACTIONS(2963), + [sym___c_double_quote] = ACTIONS(2963), + [sym___c_single_quote] = ACTIONS(2963), + [sym___r_double_quote] = ACTIONS(2963), + [sym___r_single_quote] = ACTIONS(2963), }, - [475] = { - [sym_line_comment] = STATE(475), - [sym_block_comment] = STATE(475), - [sym__expression] = STATE(2831), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [456] = { + [sym_line_comment] = STATE(456), + [sym_block_comment] = STATE(456), + [sym__expression] = STATE(2510), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, - [476] = { - [sym_line_comment] = STATE(476), - [sym_block_comment] = STATE(476), - [ts_builtin_sym_end] = ACTIONS(2969), - [sym_identifier] = ACTIONS(2971), - [anon_sym_LF] = ACTIONS(2971), - [anon_sym_CR] = ACTIONS(2971), - [anon_sym_CR_LF] = ACTIONS(2971), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2971), - [anon_sym_as] = ACTIONS(2971), - [anon_sym_LBRACE] = ACTIONS(2971), - [anon_sym_COMMA] = ACTIONS(2971), - [anon_sym_const] = ACTIONS(2971), - [anon_sym_LPAREN] = ACTIONS(2971), - [anon_sym_EQ] = ACTIONS(2971), - [anon_sym___global] = ACTIONS(2971), - [anon_sym_type] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(2971), - [anon_sym_fn] = ACTIONS(2971), - [anon_sym_PLUS] = ACTIONS(2971), - [anon_sym_DASH] = ACTIONS(2971), - [anon_sym_STAR] = ACTIONS(2971), - [anon_sym_SLASH] = ACTIONS(2971), - [anon_sym_PERCENT] = ACTIONS(2971), - [anon_sym_LT] = ACTIONS(2971), - [anon_sym_GT] = ACTIONS(2971), - [anon_sym_EQ_EQ] = ACTIONS(2971), - [anon_sym_BANG_EQ] = ACTIONS(2971), - [anon_sym_LT_EQ] = ACTIONS(2971), - [anon_sym_GT_EQ] = ACTIONS(2971), - [anon_sym_LBRACK] = ACTIONS(2969), - [anon_sym_struct] = ACTIONS(2971), - [anon_sym_union] = ACTIONS(2971), - [anon_sym_pub] = ACTIONS(2971), - [anon_sym_mut] = ACTIONS(2971), - [anon_sym_enum] = ACTIONS(2971), - [anon_sym_interface] = ACTIONS(2971), - [anon_sym_PLUS_PLUS] = ACTIONS(2971), - [anon_sym_DASH_DASH] = ACTIONS(2971), - [anon_sym_QMARK] = ACTIONS(2971), - [anon_sym_BANG] = ACTIONS(2971), - [anon_sym_go] = ACTIONS(2971), - [anon_sym_spawn] = ACTIONS(2971), - [anon_sym_json_DOTdecode] = ACTIONS(2971), - [anon_sym_LBRACK2] = ACTIONS(2971), - [anon_sym_TILDE] = ACTIONS(2971), - [anon_sym_CARET] = ACTIONS(2971), - [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_LT_DASH] = ACTIONS(2971), - [anon_sym_LT_LT] = ACTIONS(2971), - [anon_sym_GT_GT] = ACTIONS(2971), - [anon_sym_GT_GT_GT] = ACTIONS(2971), - [anon_sym_AMP_CARET] = ACTIONS(2971), - [anon_sym_AMP_AMP] = ACTIONS(2971), - [anon_sym_PIPE_PIPE] = ACTIONS(2971), - [anon_sym_or] = ACTIONS(2971), - [sym_none] = ACTIONS(2971), - [sym_true] = ACTIONS(2971), - [sym_false] = ACTIONS(2971), - [sym_nil] = ACTIONS(2971), - [anon_sym_QMARK_DOT] = ACTIONS(2971), - [anon_sym_POUND_LBRACK] = ACTIONS(2971), - [anon_sym_if] = ACTIONS(2971), - [anon_sym_DOLLARif] = ACTIONS(2971), - [anon_sym_is] = ACTIONS(2971), - [anon_sym_BANGis] = ACTIONS(2971), - [anon_sym_in] = ACTIONS(2971), - [anon_sym_BANGin] = ACTIONS(2971), - [anon_sym_match] = ACTIONS(2971), - [anon_sym_select] = ACTIONS(2971), - [anon_sym_STAR_EQ] = ACTIONS(2971), - [anon_sym_SLASH_EQ] = ACTIONS(2971), - [anon_sym_PERCENT_EQ] = ACTIONS(2971), - [anon_sym_LT_LT_EQ] = ACTIONS(2971), - [anon_sym_GT_GT_EQ] = ACTIONS(2971), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2971), - [anon_sym_AMP_EQ] = ACTIONS(2971), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2971), - [anon_sym_PLUS_EQ] = ACTIONS(2971), - [anon_sym_DASH_EQ] = ACTIONS(2971), - [anon_sym_PIPE_EQ] = ACTIONS(2971), - [anon_sym_CARET_EQ] = ACTIONS(2971), - [anon_sym_COLON_EQ] = ACTIONS(2971), - [anon_sym_lock] = ACTIONS(2971), - [anon_sym_rlock] = ACTIONS(2971), - [anon_sym_unsafe] = ACTIONS(2971), - [anon_sym_sql] = ACTIONS(2971), - [sym_int_literal] = ACTIONS(2971), - [sym_float_literal] = ACTIONS(2971), - [sym_rune_literal] = ACTIONS(2971), - [sym_pseudo_compile_time_identifier] = ACTIONS(2971), - [anon_sym_shared] = ACTIONS(2971), - [anon_sym_map_LBRACK] = ACTIONS(2971), - [anon_sym_chan] = ACTIONS(2971), - [anon_sym_thread] = ACTIONS(2971), - [anon_sym_atomic] = ACTIONS(2971), - [anon_sym_assert] = ACTIONS(2971), - [anon_sym_defer] = ACTIONS(2971), - [anon_sym_goto] = ACTIONS(2971), - [anon_sym_break] = ACTIONS(2971), - [anon_sym_continue] = ACTIONS(2971), - [anon_sym_return] = ACTIONS(2971), - [anon_sym_DOLLARfor] = ACTIONS(2971), - [anon_sym_for] = ACTIONS(2971), - [anon_sym_POUND] = ACTIONS(2971), - [anon_sym_asm] = ACTIONS(2971), - [anon_sym_AT_LBRACK] = ACTIONS(2971), - [sym___double_quote] = ACTIONS(2971), - [sym___single_quote] = ACTIONS(2971), - [sym___c_double_quote] = ACTIONS(2971), - [sym___c_single_quote] = ACTIONS(2971), - [sym___r_double_quote] = ACTIONS(2971), - [sym___r_single_quote] = ACTIONS(2971), + [457] = { + [sym_line_comment] = STATE(457), + [sym_block_comment] = STATE(457), + [sym__expression] = STATE(999), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, - [477] = { - [sym_line_comment] = STATE(477), - [sym_block_comment] = STATE(477), - [sym__expression] = STATE(2732), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3664), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [458] = { + [sym_line_comment] = STATE(458), + [sym_block_comment] = STATE(458), + [sym__expression] = STATE(2385), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, - [478] = { - [sym_line_comment] = STATE(478), - [sym_block_comment] = STATE(478), - [sym__expression] = STATE(2507), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [459] = { + [sym_line_comment] = STATE(459), + [sym_block_comment] = STATE(459), + [sym__expression] = STATE(1893), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, - [479] = { - [sym_line_comment] = STATE(479), - [sym_block_comment] = STATE(479), - [ts_builtin_sym_end] = ACTIONS(2991), - [sym_identifier] = ACTIONS(2993), - [anon_sym_LF] = ACTIONS(2993), - [anon_sym_CR] = ACTIONS(2993), - [anon_sym_CR_LF] = ACTIONS(2993), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2995), - [anon_sym_as] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(2993), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_const] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(2995), - [anon_sym_EQ] = ACTIONS(2993), - [anon_sym___global] = ACTIONS(2993), - [anon_sym_type] = ACTIONS(2993), - [anon_sym_PIPE] = ACTIONS(2995), - [anon_sym_fn] = ACTIONS(2993), - [anon_sym_PLUS] = ACTIONS(2995), - [anon_sym_DASH] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(2995), - [anon_sym_SLASH] = ACTIONS(2995), - [anon_sym_PERCENT] = ACTIONS(2995), - [anon_sym_LT] = ACTIONS(2995), - [anon_sym_GT] = ACTIONS(2995), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_LT_EQ] = ACTIONS(2995), - [anon_sym_GT_EQ] = ACTIONS(2995), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2993), - [anon_sym_union] = ACTIONS(2993), - [anon_sym_pub] = ACTIONS(2993), - [anon_sym_mut] = ACTIONS(2993), - [anon_sym_enum] = ACTIONS(2993), - [anon_sym_interface] = ACTIONS(2993), - [anon_sym_PLUS_PLUS] = ACTIONS(2995), - [anon_sym_DASH_DASH] = ACTIONS(2995), - [anon_sym_QMARK] = ACTIONS(2995), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_go] = ACTIONS(2993), - [anon_sym_spawn] = ACTIONS(2993), - [anon_sym_json_DOTdecode] = ACTIONS(2993), - [anon_sym_LBRACK2] = ACTIONS(2995), - [anon_sym_TILDE] = ACTIONS(2993), - [anon_sym_CARET] = ACTIONS(2995), - [anon_sym_AMP] = ACTIONS(2995), - [anon_sym_LT_DASH] = ACTIONS(2993), - [anon_sym_LT_LT] = ACTIONS(2995), - [anon_sym_GT_GT] = ACTIONS(2995), - [anon_sym_GT_GT_GT] = ACTIONS(2995), - [anon_sym_AMP_CARET] = ACTIONS(2995), - [anon_sym_AMP_AMP] = ACTIONS(2995), - [anon_sym_PIPE_PIPE] = ACTIONS(2995), - [anon_sym_or] = ACTIONS(2995), - [sym_none] = ACTIONS(2993), - [sym_true] = ACTIONS(2993), - [sym_false] = ACTIONS(2993), - [sym_nil] = ACTIONS(2993), - [anon_sym_QMARK_DOT] = ACTIONS(2995), - [anon_sym_POUND_LBRACK] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2993), - [anon_sym_DOLLARif] = ACTIONS(2993), - [anon_sym_is] = ACTIONS(2995), - [anon_sym_BANGis] = ACTIONS(2995), - [anon_sym_in] = ACTIONS(2995), - [anon_sym_BANGin] = ACTIONS(2995), - [anon_sym_match] = ACTIONS(2993), - [anon_sym_select] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), - [anon_sym_LT_LT_EQ] = ACTIONS(2993), - [anon_sym_GT_GT_EQ] = ACTIONS(2993), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2993), - [anon_sym_AMP_EQ] = ACTIONS(2993), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2993), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_PIPE_EQ] = ACTIONS(2993), - [anon_sym_CARET_EQ] = ACTIONS(2993), - [anon_sym_COLON_EQ] = ACTIONS(2993), - [anon_sym_lock] = ACTIONS(2993), - [anon_sym_rlock] = ACTIONS(2993), - [anon_sym_unsafe] = ACTIONS(2993), - [anon_sym_sql] = ACTIONS(2993), - [sym_int_literal] = ACTIONS(2993), - [sym_float_literal] = ACTIONS(2993), - [sym_rune_literal] = ACTIONS(2993), - [sym_pseudo_compile_time_identifier] = ACTIONS(2993), - [anon_sym_shared] = ACTIONS(2993), - [anon_sym_map_LBRACK] = ACTIONS(2993), - [anon_sym_chan] = ACTIONS(2993), - [anon_sym_thread] = ACTIONS(2993), - [anon_sym_atomic] = ACTIONS(2993), - [anon_sym_assert] = ACTIONS(2993), - [anon_sym_defer] = ACTIONS(2993), - [anon_sym_goto] = ACTIONS(2993), - [anon_sym_break] = ACTIONS(2993), - [anon_sym_continue] = ACTIONS(2993), - [anon_sym_return] = ACTIONS(2993), - [anon_sym_DOLLARfor] = ACTIONS(2993), - [anon_sym_for] = ACTIONS(2993), - [anon_sym_POUND] = ACTIONS(2993), - [anon_sym_asm] = ACTIONS(2993), - [anon_sym_AT_LBRACK] = ACTIONS(2993), - [sym___double_quote] = ACTIONS(2993), - [sym___single_quote] = ACTIONS(2993), - [sym___c_double_quote] = ACTIONS(2993), - [sym___c_single_quote] = ACTIONS(2993), - [sym___r_double_quote] = ACTIONS(2993), - [sym___r_single_quote] = ACTIONS(2993), + [460] = { + [sym_line_comment] = STATE(460), + [sym_block_comment] = STATE(460), + [sym__expression] = STATE(2839), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3666), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [480] = { - [sym_line_comment] = STATE(480), - [sym_block_comment] = STATE(480), + [461] = { + [sym_line_comment] = STATE(461), + [sym_block_comment] = STATE(461), [ts_builtin_sym_end] = ACTIONS(3001), [sym_identifier] = ACTIONS(3003), [anon_sym_LF] = ACTIONS(3003), @@ -79536,7 +77349,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3003), [anon_sym_DASH_DASH] = ACTIONS(3003), [anon_sym_QMARK] = ACTIONS(3003), - [anon_sym_BANG] = ACTIONS(3005), + [anon_sym_BANG] = ACTIONS(3003), [anon_sym_go] = ACTIONS(3003), [anon_sym_spawn] = ACTIONS(3003), [anon_sym_json_DOTdecode] = ACTIONS(3003), @@ -79610,1865 +77423,1401 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3003), [sym___r_single_quote] = ACTIONS(3003), }, - [481] = { - [sym_line_comment] = STATE(481), - [sym_block_comment] = STATE(481), - [sym__expression] = STATE(2682), + [462] = { + [sym_line_comment] = STATE(462), + [sym_block_comment] = STATE(462), + [ts_builtin_sym_end] = ACTIONS(3005), + [sym_identifier] = ACTIONS(3007), + [anon_sym_LF] = ACTIONS(3007), + [anon_sym_CR] = ACTIONS(3007), + [anon_sym_CR_LF] = ACTIONS(3007), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3007), + [anon_sym_as] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(3007), + [anon_sym_COMMA] = ACTIONS(3007), + [anon_sym_const] = ACTIONS(3007), + [anon_sym_LPAREN] = ACTIONS(3007), + [anon_sym_EQ] = ACTIONS(3007), + [anon_sym___global] = ACTIONS(3007), + [anon_sym_type] = ACTIONS(3007), + [anon_sym_PIPE] = ACTIONS(3007), + [anon_sym_fn] = ACTIONS(3007), + [anon_sym_PLUS] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(3007), + [anon_sym_SLASH] = ACTIONS(3007), + [anon_sym_PERCENT] = ACTIONS(3007), + [anon_sym_LT] = ACTIONS(3007), + [anon_sym_GT] = ACTIONS(3007), + [anon_sym_EQ_EQ] = ACTIONS(3007), + [anon_sym_BANG_EQ] = ACTIONS(3007), + [anon_sym_LT_EQ] = ACTIONS(3007), + [anon_sym_GT_EQ] = ACTIONS(3007), + [anon_sym_LBRACK] = ACTIONS(3005), + [anon_sym_struct] = ACTIONS(3007), + [anon_sym_union] = ACTIONS(3007), + [anon_sym_pub] = ACTIONS(3007), + [anon_sym_mut] = ACTIONS(3007), + [anon_sym_enum] = ACTIONS(3007), + [anon_sym_interface] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_QMARK] = ACTIONS(3007), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_go] = ACTIONS(3007), + [anon_sym_spawn] = ACTIONS(3007), + [anon_sym_json_DOTdecode] = ACTIONS(3007), + [anon_sym_LBRACK2] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_CARET] = ACTIONS(3007), + [anon_sym_AMP] = ACTIONS(3007), + [anon_sym_LT_DASH] = ACTIONS(3007), + [anon_sym_LT_LT] = ACTIONS(3007), + [anon_sym_GT_GT] = ACTIONS(3007), + [anon_sym_GT_GT_GT] = ACTIONS(3007), + [anon_sym_AMP_CARET] = ACTIONS(3007), + [anon_sym_AMP_AMP] = ACTIONS(3007), + [anon_sym_PIPE_PIPE] = ACTIONS(3007), + [anon_sym_or] = ACTIONS(3007), + [sym_none] = ACTIONS(3007), + [sym_true] = ACTIONS(3007), + [sym_false] = ACTIONS(3007), + [sym_nil] = ACTIONS(3007), + [anon_sym_QMARK_DOT] = ACTIONS(3007), + [anon_sym_POUND_LBRACK] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_DOLLARif] = ACTIONS(3007), + [anon_sym_is] = ACTIONS(3007), + [anon_sym_BANGis] = ACTIONS(3007), + [anon_sym_in] = ACTIONS(3007), + [anon_sym_BANGin] = ACTIONS(3007), + [anon_sym_match] = ACTIONS(3007), + [anon_sym_select] = ACTIONS(3007), + [anon_sym_STAR_EQ] = ACTIONS(3007), + [anon_sym_SLASH_EQ] = ACTIONS(3007), + [anon_sym_PERCENT_EQ] = ACTIONS(3007), + [anon_sym_LT_LT_EQ] = ACTIONS(3007), + [anon_sym_GT_GT_EQ] = ACTIONS(3007), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3007), + [anon_sym_AMP_EQ] = ACTIONS(3007), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3007), + [anon_sym_PLUS_EQ] = ACTIONS(3007), + [anon_sym_DASH_EQ] = ACTIONS(3007), + [anon_sym_PIPE_EQ] = ACTIONS(3007), + [anon_sym_CARET_EQ] = ACTIONS(3007), + [anon_sym_COLON_EQ] = ACTIONS(3007), + [anon_sym_lock] = ACTIONS(3007), + [anon_sym_rlock] = ACTIONS(3007), + [anon_sym_unsafe] = ACTIONS(3007), + [anon_sym_sql] = ACTIONS(3007), + [sym_int_literal] = ACTIONS(3007), + [sym_float_literal] = ACTIONS(3007), + [sym_rune_literal] = ACTIONS(3007), + [sym_pseudo_compile_time_identifier] = ACTIONS(3007), + [anon_sym_shared] = ACTIONS(3007), + [anon_sym_map_LBRACK] = ACTIONS(3007), + [anon_sym_chan] = ACTIONS(3007), + [anon_sym_thread] = ACTIONS(3007), + [anon_sym_atomic] = ACTIONS(3007), + [anon_sym_assert] = ACTIONS(3007), + [anon_sym_defer] = ACTIONS(3007), + [anon_sym_goto] = ACTIONS(3007), + [anon_sym_break] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3007), + [anon_sym_return] = ACTIONS(3007), + [anon_sym_DOLLARfor] = ACTIONS(3007), + [anon_sym_for] = ACTIONS(3007), + [anon_sym_POUND] = ACTIONS(3007), + [anon_sym_asm] = ACTIONS(3007), + [anon_sym_AT_LBRACK] = ACTIONS(3007), + [sym___double_quote] = ACTIONS(3007), + [sym___single_quote] = ACTIONS(3007), + [sym___c_double_quote] = ACTIONS(3007), + [sym___c_single_quote] = ACTIONS(3007), + [sym___r_double_quote] = ACTIONS(3007), + [sym___r_single_quote] = ACTIONS(3007), + }, + [463] = { + [sym_line_comment] = STATE(463), + [sym_block_comment] = STATE(463), + [sym__expression] = STATE(2324), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [482] = { - [sym_line_comment] = STATE(482), - [sym_block_comment] = STATE(482), - [ts_builtin_sym_end] = ACTIONS(3007), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LF] = ACTIONS(3009), - [anon_sym_CR] = ACTIONS(3009), - [anon_sym_CR_LF] = ACTIONS(3009), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3009), - [anon_sym_as] = ACTIONS(3009), - [anon_sym_LBRACE] = ACTIONS(3009), - [anon_sym_COMMA] = ACTIONS(3009), - [anon_sym_const] = ACTIONS(3009), - [anon_sym_LPAREN] = ACTIONS(3009), - [anon_sym_EQ] = ACTIONS(3009), - [anon_sym___global] = ACTIONS(3009), - [anon_sym_type] = ACTIONS(3009), - [anon_sym_PIPE] = ACTIONS(3009), - [anon_sym_fn] = ACTIONS(3009), - [anon_sym_PLUS] = ACTIONS(3009), - [anon_sym_DASH] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_SLASH] = ACTIONS(3009), - [anon_sym_PERCENT] = ACTIONS(3009), - [anon_sym_LT] = ACTIONS(3009), - [anon_sym_GT] = ACTIONS(3009), - [anon_sym_EQ_EQ] = ACTIONS(3009), - [anon_sym_BANG_EQ] = ACTIONS(3009), - [anon_sym_LT_EQ] = ACTIONS(3009), - [anon_sym_GT_EQ] = ACTIONS(3009), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_struct] = ACTIONS(3009), - [anon_sym_union] = ACTIONS(3009), - [anon_sym_pub] = ACTIONS(3009), - [anon_sym_mut] = ACTIONS(3009), - [anon_sym_enum] = ACTIONS(3009), - [anon_sym_interface] = ACTIONS(3009), - [anon_sym_PLUS_PLUS] = ACTIONS(3009), - [anon_sym_DASH_DASH] = ACTIONS(3009), - [anon_sym_QMARK] = ACTIONS(3009), - [anon_sym_BANG] = ACTIONS(3009), - [anon_sym_go] = ACTIONS(3009), - [anon_sym_spawn] = ACTIONS(3009), - [anon_sym_json_DOTdecode] = ACTIONS(3009), - [anon_sym_LBRACK2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_CARET] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3009), - [anon_sym_LT_DASH] = ACTIONS(3009), - [anon_sym_LT_LT] = ACTIONS(3009), - [anon_sym_GT_GT] = ACTIONS(3009), - [anon_sym_GT_GT_GT] = ACTIONS(3009), - [anon_sym_AMP_CARET] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_PIPE_PIPE] = ACTIONS(3009), - [anon_sym_or] = ACTIONS(3009), - [sym_none] = ACTIONS(3009), - [sym_true] = ACTIONS(3009), - [sym_false] = ACTIONS(3009), - [sym_nil] = ACTIONS(3009), - [anon_sym_QMARK_DOT] = ACTIONS(3009), - [anon_sym_POUND_LBRACK] = ACTIONS(3009), - [anon_sym_if] = ACTIONS(3009), - [anon_sym_DOLLARif] = ACTIONS(3009), - [anon_sym_is] = ACTIONS(3009), - [anon_sym_BANGis] = ACTIONS(3009), - [anon_sym_in] = ACTIONS(3009), - [anon_sym_BANGin] = ACTIONS(3009), - [anon_sym_match] = ACTIONS(3009), - [anon_sym_select] = ACTIONS(3009), - [anon_sym_STAR_EQ] = ACTIONS(3009), - [anon_sym_SLASH_EQ] = ACTIONS(3009), - [anon_sym_PERCENT_EQ] = ACTIONS(3009), - [anon_sym_LT_LT_EQ] = ACTIONS(3009), - [anon_sym_GT_GT_EQ] = ACTIONS(3009), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3009), - [anon_sym_AMP_EQ] = ACTIONS(3009), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3009), - [anon_sym_PLUS_EQ] = ACTIONS(3009), - [anon_sym_DASH_EQ] = ACTIONS(3009), - [anon_sym_PIPE_EQ] = ACTIONS(3009), - [anon_sym_CARET_EQ] = ACTIONS(3009), - [anon_sym_COLON_EQ] = ACTIONS(3009), - [anon_sym_lock] = ACTIONS(3009), - [anon_sym_rlock] = ACTIONS(3009), - [anon_sym_unsafe] = ACTIONS(3009), - [anon_sym_sql] = ACTIONS(3009), - [sym_int_literal] = ACTIONS(3009), - [sym_float_literal] = ACTIONS(3009), - [sym_rune_literal] = ACTIONS(3009), - [sym_pseudo_compile_time_identifier] = ACTIONS(3009), - [anon_sym_shared] = ACTIONS(3009), - [anon_sym_map_LBRACK] = ACTIONS(3009), - [anon_sym_chan] = ACTIONS(3009), - [anon_sym_thread] = ACTIONS(3009), - [anon_sym_atomic] = ACTIONS(3009), - [anon_sym_assert] = ACTIONS(3009), - [anon_sym_defer] = ACTIONS(3009), - [anon_sym_goto] = ACTIONS(3009), - [anon_sym_break] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(3009), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_DOLLARfor] = ACTIONS(3009), - [anon_sym_for] = ACTIONS(3009), - [anon_sym_POUND] = ACTIONS(3009), - [anon_sym_asm] = ACTIONS(3009), - [anon_sym_AT_LBRACK] = ACTIONS(3009), - [sym___double_quote] = ACTIONS(3009), - [sym___single_quote] = ACTIONS(3009), - [sym___c_double_quote] = ACTIONS(3009), - [sym___c_single_quote] = ACTIONS(3009), - [sym___r_double_quote] = ACTIONS(3009), - [sym___r_single_quote] = ACTIONS(3009), - }, - [483] = { - [sym_line_comment] = STATE(483), - [sym_block_comment] = STATE(483), - [ts_builtin_sym_end] = ACTIONS(3011), - [sym_identifier] = ACTIONS(3013), - [anon_sym_LF] = ACTIONS(3013), - [anon_sym_CR] = ACTIONS(3013), - [anon_sym_CR_LF] = ACTIONS(3013), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3013), - [anon_sym_as] = ACTIONS(3013), - [anon_sym_LBRACE] = ACTIONS(3013), - [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_const] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3013), - [anon_sym_EQ] = ACTIONS(3013), - [anon_sym___global] = ACTIONS(3013), - [anon_sym_type] = ACTIONS(3013), - [anon_sym_PIPE] = ACTIONS(3013), - [anon_sym_fn] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3013), - [anon_sym_SLASH] = ACTIONS(3013), - [anon_sym_PERCENT] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(3013), - [anon_sym_GT] = ACTIONS(3013), - [anon_sym_EQ_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(3013), - [anon_sym_LT_EQ] = ACTIONS(3013), - [anon_sym_GT_EQ] = ACTIONS(3013), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_struct] = ACTIONS(3013), - [anon_sym_union] = ACTIONS(3013), - [anon_sym_pub] = ACTIONS(3013), - [anon_sym_mut] = ACTIONS(3013), - [anon_sym_enum] = ACTIONS(3013), - [anon_sym_interface] = ACTIONS(3013), - [anon_sym_PLUS_PLUS] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3013), - [anon_sym_QMARK] = ACTIONS(3013), - [anon_sym_BANG] = ACTIONS(3013), - [anon_sym_go] = ACTIONS(3013), - [anon_sym_spawn] = ACTIONS(3013), - [anon_sym_json_DOTdecode] = ACTIONS(3013), - [anon_sym_LBRACK2] = ACTIONS(3013), - [anon_sym_TILDE] = ACTIONS(3013), - [anon_sym_CARET] = ACTIONS(3013), - [anon_sym_AMP] = ACTIONS(3013), - [anon_sym_LT_DASH] = ACTIONS(3013), - [anon_sym_LT_LT] = ACTIONS(3013), - [anon_sym_GT_GT] = ACTIONS(3013), - [anon_sym_GT_GT_GT] = ACTIONS(3013), - [anon_sym_AMP_CARET] = ACTIONS(3013), - [anon_sym_AMP_AMP] = ACTIONS(3013), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_or] = ACTIONS(3013), - [sym_none] = ACTIONS(3013), - [sym_true] = ACTIONS(3013), - [sym_false] = ACTIONS(3013), - [sym_nil] = ACTIONS(3013), - [anon_sym_QMARK_DOT] = ACTIONS(3013), - [anon_sym_POUND_LBRACK] = ACTIONS(3013), - [anon_sym_if] = ACTIONS(3013), - [anon_sym_DOLLARif] = ACTIONS(3013), - [anon_sym_is] = ACTIONS(3013), - [anon_sym_BANGis] = ACTIONS(3013), - [anon_sym_in] = ACTIONS(3013), - [anon_sym_BANGin] = ACTIONS(3013), - [anon_sym_match] = ACTIONS(3013), - [anon_sym_select] = ACTIONS(3013), - [anon_sym_STAR_EQ] = ACTIONS(3013), - [anon_sym_SLASH_EQ] = ACTIONS(3013), - [anon_sym_PERCENT_EQ] = ACTIONS(3013), - [anon_sym_LT_LT_EQ] = ACTIONS(3013), - [anon_sym_GT_GT_EQ] = ACTIONS(3013), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3013), - [anon_sym_AMP_EQ] = ACTIONS(3013), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3013), - [anon_sym_PLUS_EQ] = ACTIONS(3013), - [anon_sym_DASH_EQ] = ACTIONS(3013), - [anon_sym_PIPE_EQ] = ACTIONS(3013), - [anon_sym_CARET_EQ] = ACTIONS(3013), - [anon_sym_COLON_EQ] = ACTIONS(3013), - [anon_sym_lock] = ACTIONS(3013), - [anon_sym_rlock] = ACTIONS(3013), - [anon_sym_unsafe] = ACTIONS(3013), - [anon_sym_sql] = ACTIONS(3013), - [sym_int_literal] = ACTIONS(3013), - [sym_float_literal] = ACTIONS(3013), - [sym_rune_literal] = ACTIONS(3013), - [sym_pseudo_compile_time_identifier] = ACTIONS(3013), - [anon_sym_shared] = ACTIONS(3013), - [anon_sym_map_LBRACK] = ACTIONS(3013), - [anon_sym_chan] = ACTIONS(3013), - [anon_sym_thread] = ACTIONS(3013), - [anon_sym_atomic] = ACTIONS(3013), - [anon_sym_assert] = ACTIONS(3013), - [anon_sym_defer] = ACTIONS(3013), - [anon_sym_goto] = ACTIONS(3013), - [anon_sym_break] = ACTIONS(3013), - [anon_sym_continue] = ACTIONS(3013), - [anon_sym_return] = ACTIONS(3013), - [anon_sym_DOLLARfor] = ACTIONS(3013), - [anon_sym_for] = ACTIONS(3013), - [anon_sym_POUND] = ACTIONS(3013), - [anon_sym_asm] = ACTIONS(3013), - [anon_sym_AT_LBRACK] = ACTIONS(3013), - [sym___double_quote] = ACTIONS(3013), - [sym___single_quote] = ACTIONS(3013), - [sym___c_double_quote] = ACTIONS(3013), - [sym___c_single_quote] = ACTIONS(3013), - [sym___r_double_quote] = ACTIONS(3013), - [sym___r_single_quote] = ACTIONS(3013), - }, - [484] = { - [sym_line_comment] = STATE(484), - [sym_block_comment] = STATE(484), - [ts_builtin_sym_end] = ACTIONS(3015), - [sym_identifier] = ACTIONS(3017), - [anon_sym_LF] = ACTIONS(3017), - [anon_sym_CR] = ACTIONS(3017), - [anon_sym_CR_LF] = ACTIONS(3017), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3017), - [anon_sym_as] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3017), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_const] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(3017), - [anon_sym_EQ] = ACTIONS(3017), - [anon_sym___global] = ACTIONS(3017), - [anon_sym_type] = ACTIONS(3017), - [anon_sym_PIPE] = ACTIONS(3017), - [anon_sym_fn] = ACTIONS(3017), - [anon_sym_PLUS] = ACTIONS(3017), - [anon_sym_DASH] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_SLASH] = ACTIONS(3017), - [anon_sym_PERCENT] = ACTIONS(3017), - [anon_sym_LT] = ACTIONS(3017), - [anon_sym_GT] = ACTIONS(3017), - [anon_sym_EQ_EQ] = ACTIONS(3017), - [anon_sym_BANG_EQ] = ACTIONS(3017), - [anon_sym_LT_EQ] = ACTIONS(3017), - [anon_sym_GT_EQ] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_struct] = ACTIONS(3017), - [anon_sym_union] = ACTIONS(3017), - [anon_sym_pub] = ACTIONS(3017), - [anon_sym_mut] = ACTIONS(3017), - [anon_sym_enum] = ACTIONS(3017), - [anon_sym_interface] = ACTIONS(3017), - [anon_sym_PLUS_PLUS] = ACTIONS(3017), - [anon_sym_DASH_DASH] = ACTIONS(3017), - [anon_sym_QMARK] = ACTIONS(3017), - [anon_sym_BANG] = ACTIONS(3017), - [anon_sym_go] = ACTIONS(3017), - [anon_sym_spawn] = ACTIONS(3017), - [anon_sym_json_DOTdecode] = ACTIONS(3017), - [anon_sym_LBRACK2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_CARET] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_LT_DASH] = ACTIONS(3017), - [anon_sym_LT_LT] = ACTIONS(3017), - [anon_sym_GT_GT] = ACTIONS(3017), - [anon_sym_GT_GT_GT] = ACTIONS(3017), - [anon_sym_AMP_CARET] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_PIPE_PIPE] = ACTIONS(3017), - [anon_sym_or] = ACTIONS(3017), - [sym_none] = ACTIONS(3017), - [sym_true] = ACTIONS(3017), - [sym_false] = ACTIONS(3017), - [sym_nil] = ACTIONS(3017), - [anon_sym_QMARK_DOT] = ACTIONS(3017), - [anon_sym_POUND_LBRACK] = ACTIONS(3017), - [anon_sym_if] = ACTIONS(3017), - [anon_sym_DOLLARif] = ACTIONS(3017), - [anon_sym_is] = ACTIONS(3017), - [anon_sym_BANGis] = ACTIONS(3017), - [anon_sym_in] = ACTIONS(3017), - [anon_sym_BANGin] = ACTIONS(3017), - [anon_sym_match] = ACTIONS(3017), - [anon_sym_select] = ACTIONS(3017), - [anon_sym_STAR_EQ] = ACTIONS(3017), - [anon_sym_SLASH_EQ] = ACTIONS(3017), - [anon_sym_PERCENT_EQ] = ACTIONS(3017), - [anon_sym_LT_LT_EQ] = ACTIONS(3017), - [anon_sym_GT_GT_EQ] = ACTIONS(3017), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3017), - [anon_sym_AMP_EQ] = ACTIONS(3017), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3017), - [anon_sym_PLUS_EQ] = ACTIONS(3017), - [anon_sym_DASH_EQ] = ACTIONS(3017), - [anon_sym_PIPE_EQ] = ACTIONS(3017), - [anon_sym_CARET_EQ] = ACTIONS(3017), - [anon_sym_COLON_EQ] = ACTIONS(3017), - [anon_sym_lock] = ACTIONS(3017), - [anon_sym_rlock] = ACTIONS(3017), - [anon_sym_unsafe] = ACTIONS(3017), - [anon_sym_sql] = ACTIONS(3017), - [sym_int_literal] = ACTIONS(3017), - [sym_float_literal] = ACTIONS(3017), - [sym_rune_literal] = ACTIONS(3017), - [sym_pseudo_compile_time_identifier] = ACTIONS(3017), - [anon_sym_shared] = ACTIONS(3017), - [anon_sym_map_LBRACK] = ACTIONS(3017), - [anon_sym_chan] = ACTIONS(3017), - [anon_sym_thread] = ACTIONS(3017), - [anon_sym_atomic] = ACTIONS(3017), - [anon_sym_assert] = ACTIONS(3017), - [anon_sym_defer] = ACTIONS(3017), - [anon_sym_goto] = ACTIONS(3017), - [anon_sym_break] = ACTIONS(3017), - [anon_sym_continue] = ACTIONS(3017), - [anon_sym_return] = ACTIONS(3017), - [anon_sym_DOLLARfor] = ACTIONS(3017), - [anon_sym_for] = ACTIONS(3017), - [anon_sym_POUND] = ACTIONS(3017), - [anon_sym_asm] = ACTIONS(3017), - [anon_sym_AT_LBRACK] = ACTIONS(3017), - [sym___double_quote] = ACTIONS(3017), - [sym___single_quote] = ACTIONS(3017), - [sym___c_double_quote] = ACTIONS(3017), - [sym___c_single_quote] = ACTIONS(3017), - [sym___r_double_quote] = ACTIONS(3017), - [sym___r_single_quote] = ACTIONS(3017), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [485] = { - [sym_line_comment] = STATE(485), - [sym_block_comment] = STATE(485), - [sym__expression] = STATE(2718), + [464] = { + [sym_line_comment] = STATE(464), + [sym_block_comment] = STATE(464), + [sym__expression] = STATE(2327), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(3660), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [486] = { - [sym_line_comment] = STATE(486), - [sym_block_comment] = STATE(486), - [ts_builtin_sym_end] = ACTIONS(3019), - [sym_identifier] = ACTIONS(3021), - [anon_sym_LF] = ACTIONS(3021), - [anon_sym_CR] = ACTIONS(3021), - [anon_sym_CR_LF] = ACTIONS(3021), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3021), - [anon_sym_as] = ACTIONS(3021), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_const] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3021), - [anon_sym_EQ] = ACTIONS(3021), - [anon_sym___global] = ACTIONS(3021), - [anon_sym_type] = ACTIONS(3021), - [anon_sym_PIPE] = ACTIONS(3021), - [anon_sym_fn] = ACTIONS(3021), - [anon_sym_PLUS] = ACTIONS(3021), - [anon_sym_DASH] = ACTIONS(3021), - [anon_sym_STAR] = ACTIONS(3021), - [anon_sym_SLASH] = ACTIONS(3021), - [anon_sym_PERCENT] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(3021), - [anon_sym_GT] = ACTIONS(3021), - [anon_sym_EQ_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(3021), - [anon_sym_LT_EQ] = ACTIONS(3021), - [anon_sym_GT_EQ] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3019), - [anon_sym_struct] = ACTIONS(3021), - [anon_sym_union] = ACTIONS(3021), - [anon_sym_pub] = ACTIONS(3021), - [anon_sym_mut] = ACTIONS(3021), - [anon_sym_enum] = ACTIONS(3021), - [anon_sym_interface] = ACTIONS(3021), - [anon_sym_PLUS_PLUS] = ACTIONS(3021), - [anon_sym_DASH_DASH] = ACTIONS(3021), - [anon_sym_QMARK] = ACTIONS(3021), - [anon_sym_BANG] = ACTIONS(3021), - [anon_sym_go] = ACTIONS(3021), - [anon_sym_spawn] = ACTIONS(3021), - [anon_sym_json_DOTdecode] = ACTIONS(3021), - [anon_sym_LBRACK2] = ACTIONS(3021), - [anon_sym_TILDE] = ACTIONS(3021), - [anon_sym_CARET] = ACTIONS(3021), - [anon_sym_AMP] = ACTIONS(3021), - [anon_sym_LT_DASH] = ACTIONS(3021), - [anon_sym_LT_LT] = ACTIONS(3021), - [anon_sym_GT_GT] = ACTIONS(3021), - [anon_sym_GT_GT_GT] = ACTIONS(3021), - [anon_sym_AMP_CARET] = ACTIONS(3021), - [anon_sym_AMP_AMP] = ACTIONS(3021), - [anon_sym_PIPE_PIPE] = ACTIONS(3021), - [anon_sym_or] = ACTIONS(3021), - [sym_none] = ACTIONS(3021), - [sym_true] = ACTIONS(3021), - [sym_false] = ACTIONS(3021), - [sym_nil] = ACTIONS(3021), - [anon_sym_QMARK_DOT] = ACTIONS(3021), - [anon_sym_POUND_LBRACK] = ACTIONS(3021), - [anon_sym_if] = ACTIONS(3021), - [anon_sym_DOLLARif] = ACTIONS(3021), - [anon_sym_is] = ACTIONS(3021), - [anon_sym_BANGis] = ACTIONS(3021), - [anon_sym_in] = ACTIONS(3021), - [anon_sym_BANGin] = ACTIONS(3021), - [anon_sym_match] = ACTIONS(3021), - [anon_sym_select] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), - [anon_sym_LT_LT_EQ] = ACTIONS(3021), - [anon_sym_GT_GT_EQ] = ACTIONS(3021), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3021), - [anon_sym_AMP_EQ] = ACTIONS(3021), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3021), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_PIPE_EQ] = ACTIONS(3021), - [anon_sym_CARET_EQ] = ACTIONS(3021), - [anon_sym_COLON_EQ] = ACTIONS(3021), - [anon_sym_lock] = ACTIONS(3021), - [anon_sym_rlock] = ACTIONS(3021), - [anon_sym_unsafe] = ACTIONS(3021), - [anon_sym_sql] = ACTIONS(3021), - [sym_int_literal] = ACTIONS(3021), - [sym_float_literal] = ACTIONS(3021), - [sym_rune_literal] = ACTIONS(3021), - [sym_pseudo_compile_time_identifier] = ACTIONS(3021), - [anon_sym_shared] = ACTIONS(3021), - [anon_sym_map_LBRACK] = ACTIONS(3021), - [anon_sym_chan] = ACTIONS(3021), - [anon_sym_thread] = ACTIONS(3021), - [anon_sym_atomic] = ACTIONS(3021), - [anon_sym_assert] = ACTIONS(3021), - [anon_sym_defer] = ACTIONS(3021), - [anon_sym_goto] = ACTIONS(3021), - [anon_sym_break] = ACTIONS(3021), - [anon_sym_continue] = ACTIONS(3021), - [anon_sym_return] = ACTIONS(3021), - [anon_sym_DOLLARfor] = ACTIONS(3021), - [anon_sym_for] = ACTIONS(3021), - [anon_sym_POUND] = ACTIONS(3021), - [anon_sym_asm] = ACTIONS(3021), - [anon_sym_AT_LBRACK] = ACTIONS(3021), - [sym___double_quote] = ACTIONS(3021), - [sym___single_quote] = ACTIONS(3021), - [sym___c_double_quote] = ACTIONS(3021), - [sym___c_single_quote] = ACTIONS(3021), - [sym___r_double_quote] = ACTIONS(3021), - [sym___r_single_quote] = ACTIONS(3021), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [487] = { - [sym_line_comment] = STATE(487), - [sym_block_comment] = STATE(487), - [ts_builtin_sym_end] = ACTIONS(3023), - [sym_identifier] = ACTIONS(3025), - [anon_sym_LF] = ACTIONS(3025), - [anon_sym_CR] = ACTIONS(3025), - [anon_sym_CR_LF] = ACTIONS(3025), + [465] = { + [sym_line_comment] = STATE(465), + [sym_block_comment] = STATE(465), + [ts_builtin_sym_end] = ACTIONS(3009), + [sym_identifier] = ACTIONS(3011), + [anon_sym_LF] = ACTIONS(3011), + [anon_sym_CR] = ACTIONS(3011), + [anon_sym_CR_LF] = ACTIONS(3011), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3025), - [anon_sym_as] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3025), - [anon_sym_COMMA] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3025), - [anon_sym_EQ] = ACTIONS(3025), - [anon_sym___global] = ACTIONS(3025), - [anon_sym_type] = ACTIONS(3025), - [anon_sym_PIPE] = ACTIONS(3025), - [anon_sym_fn] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3025), - [anon_sym_SLASH] = ACTIONS(3025), - [anon_sym_PERCENT] = ACTIONS(3025), - [anon_sym_LT] = ACTIONS(3025), - [anon_sym_GT] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3023), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [anon_sym_pub] = ACTIONS(3025), - [anon_sym_mut] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_interface] = ACTIONS(3025), - [anon_sym_PLUS_PLUS] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3025), - [anon_sym_QMARK] = ACTIONS(3025), - [anon_sym_BANG] = ACTIONS(3025), - [anon_sym_go] = ACTIONS(3025), - [anon_sym_spawn] = ACTIONS(3025), - [anon_sym_json_DOTdecode] = ACTIONS(3025), - [anon_sym_LBRACK2] = ACTIONS(3025), - [anon_sym_TILDE] = ACTIONS(3025), - [anon_sym_CARET] = ACTIONS(3025), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_LT_DASH] = ACTIONS(3025), - [anon_sym_LT_LT] = ACTIONS(3025), - [anon_sym_GT_GT] = ACTIONS(3025), - [anon_sym_GT_GT_GT] = ACTIONS(3025), - [anon_sym_AMP_CARET] = ACTIONS(3025), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_or] = ACTIONS(3025), - [sym_none] = ACTIONS(3025), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [sym_nil] = ACTIONS(3025), - [anon_sym_QMARK_DOT] = ACTIONS(3025), - [anon_sym_POUND_LBRACK] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_DOLLARif] = ACTIONS(3025), - [anon_sym_is] = ACTIONS(3025), - [anon_sym_BANGis] = ACTIONS(3025), - [anon_sym_in] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(3025), - [anon_sym_match] = ACTIONS(3025), - [anon_sym_select] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_LT_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_GT_EQ] = ACTIONS(3025), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3025), - [anon_sym_AMP_EQ] = ACTIONS(3025), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3025), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_PIPE_EQ] = ACTIONS(3025), - [anon_sym_CARET_EQ] = ACTIONS(3025), - [anon_sym_COLON_EQ] = ACTIONS(3025), - [anon_sym_lock] = ACTIONS(3025), - [anon_sym_rlock] = ACTIONS(3025), - [anon_sym_unsafe] = ACTIONS(3025), - [anon_sym_sql] = ACTIONS(3025), - [sym_int_literal] = ACTIONS(3025), - [sym_float_literal] = ACTIONS(3025), - [sym_rune_literal] = ACTIONS(3025), - [sym_pseudo_compile_time_identifier] = ACTIONS(3025), - [anon_sym_shared] = ACTIONS(3025), - [anon_sym_map_LBRACK] = ACTIONS(3025), - [anon_sym_chan] = ACTIONS(3025), - [anon_sym_thread] = ACTIONS(3025), - [anon_sym_atomic] = ACTIONS(3025), - [anon_sym_assert] = ACTIONS(3025), - [anon_sym_defer] = ACTIONS(3025), - [anon_sym_goto] = ACTIONS(3025), - [anon_sym_break] = ACTIONS(3025), - [anon_sym_continue] = ACTIONS(3025), - [anon_sym_return] = ACTIONS(3025), - [anon_sym_DOLLARfor] = ACTIONS(3025), - [anon_sym_for] = ACTIONS(3025), - [anon_sym_POUND] = ACTIONS(3025), - [anon_sym_asm] = ACTIONS(3025), - [anon_sym_AT_LBRACK] = ACTIONS(3025), - [sym___double_quote] = ACTIONS(3025), - [sym___single_quote] = ACTIONS(3025), - [sym___c_double_quote] = ACTIONS(3025), - [sym___c_single_quote] = ACTIONS(3025), - [sym___r_double_quote] = ACTIONS(3025), - [sym___r_single_quote] = ACTIONS(3025), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_as] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(3011), + [anon_sym_COMMA] = ACTIONS(3011), + [anon_sym_const] = ACTIONS(3011), + [anon_sym_LPAREN] = ACTIONS(3011), + [anon_sym_EQ] = ACTIONS(3011), + [anon_sym___global] = ACTIONS(3011), + [anon_sym_type] = ACTIONS(3011), + [anon_sym_PIPE] = ACTIONS(3011), + [anon_sym_fn] = ACTIONS(3011), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3011), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_EQ] = ACTIONS(3011), + [anon_sym_LBRACK] = ACTIONS(3009), + [anon_sym_struct] = ACTIONS(3011), + [anon_sym_union] = ACTIONS(3011), + [anon_sym_pub] = ACTIONS(3011), + [anon_sym_mut] = ACTIONS(3011), + [anon_sym_enum] = ACTIONS(3011), + [anon_sym_interface] = ACTIONS(3011), + [anon_sym_PLUS_PLUS] = ACTIONS(3011), + [anon_sym_DASH_DASH] = ACTIONS(3011), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_go] = ACTIONS(3011), + [anon_sym_spawn] = ACTIONS(3011), + [anon_sym_json_DOTdecode] = ACTIONS(3011), + [anon_sym_LBRACK2] = ACTIONS(3011), + [anon_sym_TILDE] = ACTIONS(3011), + [anon_sym_CARET] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3011), + [anon_sym_LT_DASH] = ACTIONS(3011), + [anon_sym_LT_LT] = ACTIONS(3011), + [anon_sym_GT_GT] = ACTIONS(3011), + [anon_sym_GT_GT_GT] = ACTIONS(3011), + [anon_sym_AMP_CARET] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3011), + [anon_sym_PIPE_PIPE] = ACTIONS(3011), + [anon_sym_or] = ACTIONS(3011), + [sym_none] = ACTIONS(3011), + [sym_true] = ACTIONS(3011), + [sym_false] = ACTIONS(3011), + [sym_nil] = ACTIONS(3011), + [anon_sym_QMARK_DOT] = ACTIONS(3011), + [anon_sym_POUND_LBRACK] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_DOLLARif] = ACTIONS(3011), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3011), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_BANGin] = ACTIONS(3011), + [anon_sym_match] = ACTIONS(3011), + [anon_sym_select] = ACTIONS(3011), + [anon_sym_STAR_EQ] = ACTIONS(3011), + [anon_sym_SLASH_EQ] = ACTIONS(3011), + [anon_sym_PERCENT_EQ] = ACTIONS(3011), + [anon_sym_LT_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_GT_EQ] = ACTIONS(3011), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3011), + [anon_sym_AMP_EQ] = ACTIONS(3011), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3011), + [anon_sym_PLUS_EQ] = ACTIONS(3011), + [anon_sym_DASH_EQ] = ACTIONS(3011), + [anon_sym_PIPE_EQ] = ACTIONS(3011), + [anon_sym_CARET_EQ] = ACTIONS(3011), + [anon_sym_COLON_EQ] = ACTIONS(3011), + [anon_sym_lock] = ACTIONS(3011), + [anon_sym_rlock] = ACTIONS(3011), + [anon_sym_unsafe] = ACTIONS(3011), + [anon_sym_sql] = ACTIONS(3011), + [sym_int_literal] = ACTIONS(3011), + [sym_float_literal] = ACTIONS(3011), + [sym_rune_literal] = ACTIONS(3011), + [sym_pseudo_compile_time_identifier] = ACTIONS(3011), + [anon_sym_shared] = ACTIONS(3011), + [anon_sym_map_LBRACK] = ACTIONS(3011), + [anon_sym_chan] = ACTIONS(3011), + [anon_sym_thread] = ACTIONS(3011), + [anon_sym_atomic] = ACTIONS(3011), + [anon_sym_assert] = ACTIONS(3011), + [anon_sym_defer] = ACTIONS(3011), + [anon_sym_goto] = ACTIONS(3011), + [anon_sym_break] = ACTIONS(3011), + [anon_sym_continue] = ACTIONS(3011), + [anon_sym_return] = ACTIONS(3011), + [anon_sym_DOLLARfor] = ACTIONS(3011), + [anon_sym_for] = ACTIONS(3011), + [anon_sym_POUND] = ACTIONS(3011), + [anon_sym_asm] = ACTIONS(3011), + [anon_sym_AT_LBRACK] = ACTIONS(3011), + [sym___double_quote] = ACTIONS(3011), + [sym___single_quote] = ACTIONS(3011), + [sym___c_double_quote] = ACTIONS(3011), + [sym___c_single_quote] = ACTIONS(3011), + [sym___r_double_quote] = ACTIONS(3011), + [sym___r_single_quote] = ACTIONS(3011), }, - [488] = { - [sym_line_comment] = STATE(488), - [sym_block_comment] = STATE(488), - [sym__expression] = STATE(2901), + [466] = { + [sym_line_comment] = STATE(466), + [sym_block_comment] = STATE(466), + [sym__expression] = STATE(2664), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2985), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2984), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [489] = { - [sym_line_comment] = STATE(489), - [sym_block_comment] = STATE(489), - [ts_builtin_sym_end] = ACTIONS(3027), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LF] = ACTIONS(3029), - [anon_sym_CR] = ACTIONS(3029), - [anon_sym_CR_LF] = ACTIONS(3029), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym_EQ] = ACTIONS(3029), - [anon_sym___global] = ACTIONS(3029), - [anon_sym_type] = ACTIONS(3029), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3029), - [anon_sym_SLASH] = ACTIONS(3029), - [anon_sym_PERCENT] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3029), - [anon_sym_GT] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [anon_sym_pub] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_interface] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3029), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3029), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3029), - [anon_sym_CARET] = ACTIONS(3029), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3029), - [anon_sym_LT_LT] = ACTIONS(3029), - [anon_sym_GT_GT] = ACTIONS(3029), - [anon_sym_GT_GT_GT] = ACTIONS(3029), - [anon_sym_AMP_CARET] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_or] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_QMARK_DOT] = ACTIONS(3029), - [anon_sym_POUND_LBRACK] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3029), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_in] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_LT_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_GT_EQ] = ACTIONS(3029), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3029), - [anon_sym_AMP_EQ] = ACTIONS(3029), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3029), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_PIPE_EQ] = ACTIONS(3029), - [anon_sym_CARET_EQ] = ACTIONS(3029), - [anon_sym_COLON_EQ] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3029), - [sym_rune_literal] = ACTIONS(3029), - [sym_pseudo_compile_time_identifier] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3029), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [anon_sym_assert] = ACTIONS(3029), - [anon_sym_defer] = ACTIONS(3029), - [anon_sym_goto] = ACTIONS(3029), - [anon_sym_break] = ACTIONS(3029), - [anon_sym_continue] = ACTIONS(3029), - [anon_sym_return] = ACTIONS(3029), - [anon_sym_DOLLARfor] = ACTIONS(3029), - [anon_sym_for] = ACTIONS(3029), - [anon_sym_POUND] = ACTIONS(3029), - [anon_sym_asm] = ACTIONS(3029), - [anon_sym_AT_LBRACK] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3029), - [sym___single_quote] = ACTIONS(3029), - [sym___c_double_quote] = ACTIONS(3029), - [sym___c_single_quote] = ACTIONS(3029), - [sym___r_double_quote] = ACTIONS(3029), - [sym___r_single_quote] = ACTIONS(3029), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [490] = { - [sym_line_comment] = STATE(490), - [sym_block_comment] = STATE(490), - [sym__expression] = STATE(2737), + [467] = { + [sym_line_comment] = STATE(467), + [sym_block_comment] = STATE(467), + [sym__expression] = STATE(2644), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3664), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [491] = { - [sym_line_comment] = STATE(491), - [sym_block_comment] = STATE(491), - [sym__expression] = STATE(2772), + [468] = { + [sym_line_comment] = STATE(468), + [sym_block_comment] = STATE(468), + [ts_builtin_sym_end] = ACTIONS(3013), + [sym_identifier] = ACTIONS(3015), + [anon_sym_LF] = ACTIONS(3015), + [anon_sym_CR] = ACTIONS(3015), + [anon_sym_CR_LF] = ACTIONS(3015), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3015), + [anon_sym_as] = ACTIONS(3015), + [anon_sym_LBRACE] = ACTIONS(3015), + [anon_sym_COMMA] = ACTIONS(3015), + [anon_sym_const] = ACTIONS(3015), + [anon_sym_LPAREN] = ACTIONS(3015), + [anon_sym_EQ] = ACTIONS(3015), + [anon_sym___global] = ACTIONS(3015), + [anon_sym_type] = ACTIONS(3015), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_fn] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(3015), + [anon_sym_DASH] = ACTIONS(3015), + [anon_sym_STAR] = ACTIONS(3015), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3015), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_EQ_EQ] = ACTIONS(3015), + [anon_sym_BANG_EQ] = ACTIONS(3015), + [anon_sym_LT_EQ] = ACTIONS(3015), + [anon_sym_GT_EQ] = ACTIONS(3015), + [anon_sym_LBRACK] = ACTIONS(3013), + [anon_sym_struct] = ACTIONS(3015), + [anon_sym_union] = ACTIONS(3015), + [anon_sym_pub] = ACTIONS(3015), + [anon_sym_mut] = ACTIONS(3015), + [anon_sym_enum] = ACTIONS(3015), + [anon_sym_interface] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_QMARK] = ACTIONS(3015), + [anon_sym_BANG] = ACTIONS(3015), + [anon_sym_go] = ACTIONS(3015), + [anon_sym_spawn] = ACTIONS(3015), + [anon_sym_json_DOTdecode] = ACTIONS(3015), + [anon_sym_LBRACK2] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_AMP] = ACTIONS(3015), + [anon_sym_LT_DASH] = ACTIONS(3015), + [anon_sym_LT_LT] = ACTIONS(3015), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_GT_GT_GT] = ACTIONS(3015), + [anon_sym_AMP_CARET] = ACTIONS(3015), + [anon_sym_AMP_AMP] = ACTIONS(3015), + [anon_sym_PIPE_PIPE] = ACTIONS(3015), + [anon_sym_or] = ACTIONS(3015), + [sym_none] = ACTIONS(3015), + [sym_true] = ACTIONS(3015), + [sym_false] = ACTIONS(3015), + [sym_nil] = ACTIONS(3015), + [anon_sym_QMARK_DOT] = ACTIONS(3015), + [anon_sym_POUND_LBRACK] = ACTIONS(3015), + [anon_sym_if] = ACTIONS(3015), + [anon_sym_DOLLARif] = ACTIONS(3015), + [anon_sym_is] = ACTIONS(3015), + [anon_sym_BANGis] = ACTIONS(3015), + [anon_sym_in] = ACTIONS(3015), + [anon_sym_BANGin] = ACTIONS(3015), + [anon_sym_match] = ACTIONS(3015), + [anon_sym_select] = ACTIONS(3015), + [anon_sym_STAR_EQ] = ACTIONS(3015), + [anon_sym_SLASH_EQ] = ACTIONS(3015), + [anon_sym_PERCENT_EQ] = ACTIONS(3015), + [anon_sym_LT_LT_EQ] = ACTIONS(3015), + [anon_sym_GT_GT_EQ] = ACTIONS(3015), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3015), + [anon_sym_AMP_EQ] = ACTIONS(3015), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3015), + [anon_sym_PLUS_EQ] = ACTIONS(3015), + [anon_sym_DASH_EQ] = ACTIONS(3015), + [anon_sym_PIPE_EQ] = ACTIONS(3015), + [anon_sym_CARET_EQ] = ACTIONS(3015), + [anon_sym_COLON_EQ] = ACTIONS(3015), + [anon_sym_lock] = ACTIONS(3015), + [anon_sym_rlock] = ACTIONS(3015), + [anon_sym_unsafe] = ACTIONS(3015), + [anon_sym_sql] = ACTIONS(3015), + [sym_int_literal] = ACTIONS(3015), + [sym_float_literal] = ACTIONS(3015), + [sym_rune_literal] = ACTIONS(3015), + [sym_pseudo_compile_time_identifier] = ACTIONS(3015), + [anon_sym_shared] = ACTIONS(3015), + [anon_sym_map_LBRACK] = ACTIONS(3015), + [anon_sym_chan] = ACTIONS(3015), + [anon_sym_thread] = ACTIONS(3015), + [anon_sym_atomic] = ACTIONS(3015), + [anon_sym_assert] = ACTIONS(3015), + [anon_sym_defer] = ACTIONS(3015), + [anon_sym_goto] = ACTIONS(3015), + [anon_sym_break] = ACTIONS(3015), + [anon_sym_continue] = ACTIONS(3015), + [anon_sym_return] = ACTIONS(3015), + [anon_sym_DOLLARfor] = ACTIONS(3015), + [anon_sym_for] = ACTIONS(3015), + [anon_sym_POUND] = ACTIONS(3015), + [anon_sym_asm] = ACTIONS(3015), + [anon_sym_AT_LBRACK] = ACTIONS(3015), + [sym___double_quote] = ACTIONS(3015), + [sym___single_quote] = ACTIONS(3015), + [sym___c_double_quote] = ACTIONS(3015), + [sym___c_single_quote] = ACTIONS(3015), + [sym___r_double_quote] = ACTIONS(3015), + [sym___r_single_quote] = ACTIONS(3015), + }, + [469] = { + [sym_line_comment] = STATE(469), + [sym_block_comment] = STATE(469), + [ts_builtin_sym_end] = ACTIONS(3017), + [sym_identifier] = ACTIONS(3019), + [anon_sym_LF] = ACTIONS(3019), + [anon_sym_CR] = ACTIONS(3019), + [anon_sym_CR_LF] = ACTIONS(3019), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3019), + [anon_sym_as] = ACTIONS(3019), + [anon_sym_LBRACE] = ACTIONS(3019), + [anon_sym_COMMA] = ACTIONS(3019), + [anon_sym_const] = ACTIONS(3019), + [anon_sym_LPAREN] = ACTIONS(3019), + [anon_sym_EQ] = ACTIONS(3019), + [anon_sym___global] = ACTIONS(3019), + [anon_sym_type] = ACTIONS(3019), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3019), + [anon_sym_SLASH] = ACTIONS(3019), + [anon_sym_PERCENT] = ACTIONS(3019), + [anon_sym_LT] = ACTIONS(3019), + [anon_sym_GT] = ACTIONS(3019), + [anon_sym_EQ_EQ] = ACTIONS(3019), + [anon_sym_BANG_EQ] = ACTIONS(3019), + [anon_sym_LT_EQ] = ACTIONS(3019), + [anon_sym_GT_EQ] = ACTIONS(3019), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_union] = ACTIONS(3019), + [anon_sym_pub] = ACTIONS(3019), + [anon_sym_mut] = ACTIONS(3019), + [anon_sym_enum] = ACTIONS(3019), + [anon_sym_interface] = ACTIONS(3019), + [anon_sym_PLUS_PLUS] = ACTIONS(3019), + [anon_sym_DASH_DASH] = ACTIONS(3019), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_go] = ACTIONS(3019), + [anon_sym_spawn] = ACTIONS(3019), + [anon_sym_json_DOTdecode] = ACTIONS(3019), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_TILDE] = ACTIONS(3019), + [anon_sym_CARET] = ACTIONS(3019), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_DASH] = ACTIONS(3019), + [anon_sym_LT_LT] = ACTIONS(3019), + [anon_sym_GT_GT] = ACTIONS(3019), + [anon_sym_GT_GT_GT] = ACTIONS(3019), + [anon_sym_AMP_CARET] = ACTIONS(3019), + [anon_sym_AMP_AMP] = ACTIONS(3019), + [anon_sym_PIPE_PIPE] = ACTIONS(3019), + [anon_sym_or] = ACTIONS(3019), + [sym_none] = ACTIONS(3019), + [sym_true] = ACTIONS(3019), + [sym_false] = ACTIONS(3019), + [sym_nil] = ACTIONS(3019), + [anon_sym_QMARK_DOT] = ACTIONS(3019), + [anon_sym_POUND_LBRACK] = ACTIONS(3019), + [anon_sym_if] = ACTIONS(3019), + [anon_sym_DOLLARif] = ACTIONS(3019), + [anon_sym_is] = ACTIONS(3019), + [anon_sym_BANGis] = ACTIONS(3019), + [anon_sym_in] = ACTIONS(3019), + [anon_sym_BANGin] = ACTIONS(3019), + [anon_sym_match] = ACTIONS(3019), + [anon_sym_select] = ACTIONS(3019), + [anon_sym_STAR_EQ] = ACTIONS(3019), + [anon_sym_SLASH_EQ] = ACTIONS(3019), + [anon_sym_PERCENT_EQ] = ACTIONS(3019), + [anon_sym_LT_LT_EQ] = ACTIONS(3019), + [anon_sym_GT_GT_EQ] = ACTIONS(3019), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3019), + [anon_sym_AMP_EQ] = ACTIONS(3019), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3019), + [anon_sym_PLUS_EQ] = ACTIONS(3019), + [anon_sym_DASH_EQ] = ACTIONS(3019), + [anon_sym_PIPE_EQ] = ACTIONS(3019), + [anon_sym_CARET_EQ] = ACTIONS(3019), + [anon_sym_COLON_EQ] = ACTIONS(3019), + [anon_sym_lock] = ACTIONS(3019), + [anon_sym_rlock] = ACTIONS(3019), + [anon_sym_unsafe] = ACTIONS(3019), + [anon_sym_sql] = ACTIONS(3019), + [sym_int_literal] = ACTIONS(3019), + [sym_float_literal] = ACTIONS(3019), + [sym_rune_literal] = ACTIONS(3019), + [sym_pseudo_compile_time_identifier] = ACTIONS(3019), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3019), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), + [anon_sym_assert] = ACTIONS(3019), + [anon_sym_defer] = ACTIONS(3019), + [anon_sym_goto] = ACTIONS(3019), + [anon_sym_break] = ACTIONS(3019), + [anon_sym_continue] = ACTIONS(3019), + [anon_sym_return] = ACTIONS(3019), + [anon_sym_DOLLARfor] = ACTIONS(3019), + [anon_sym_for] = ACTIONS(3019), + [anon_sym_POUND] = ACTIONS(3019), + [anon_sym_asm] = ACTIONS(3019), + [anon_sym_AT_LBRACK] = ACTIONS(3019), + [sym___double_quote] = ACTIONS(3019), + [sym___single_quote] = ACTIONS(3019), + [sym___c_double_quote] = ACTIONS(3019), + [sym___c_single_quote] = ACTIONS(3019), + [sym___r_double_quote] = ACTIONS(3019), + [sym___r_single_quote] = ACTIONS(3019), + }, + [470] = { + [sym_line_comment] = STATE(470), + [sym_block_comment] = STATE(470), + [sym__expression] = STATE(2837), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [492] = { - [sym_line_comment] = STATE(492), - [sym_block_comment] = STATE(492), - [sym__expression] = STATE(251), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [471] = { + [sym_line_comment] = STATE(471), + [sym_block_comment] = STATE(471), + [ts_builtin_sym_end] = ACTIONS(3021), + [sym_identifier] = ACTIONS(3023), + [anon_sym_LF] = ACTIONS(3023), + [anon_sym_CR] = ACTIONS(3023), + [anon_sym_CR_LF] = ACTIONS(3023), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3023), + [anon_sym_as] = ACTIONS(3023), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_COMMA] = ACTIONS(3023), + [anon_sym_const] = ACTIONS(3023), + [anon_sym_LPAREN] = ACTIONS(3023), + [anon_sym_EQ] = ACTIONS(3023), + [anon_sym___global] = ACTIONS(3023), + [anon_sym_type] = ACTIONS(3023), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_SLASH] = ACTIONS(3023), + [anon_sym_PERCENT] = ACTIONS(3023), + [anon_sym_LT] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(3023), + [anon_sym_EQ_EQ] = ACTIONS(3023), + [anon_sym_BANG_EQ] = ACTIONS(3023), + [anon_sym_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_EQ] = ACTIONS(3023), + [anon_sym_LBRACK] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_union] = ACTIONS(3023), + [anon_sym_pub] = ACTIONS(3023), + [anon_sym_mut] = ACTIONS(3023), + [anon_sym_enum] = ACTIONS(3023), + [anon_sym_interface] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_go] = ACTIONS(3023), + [anon_sym_spawn] = ACTIONS(3023), + [anon_sym_json_DOTdecode] = ACTIONS(3023), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_CARET] = ACTIONS(3023), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_DASH] = ACTIONS(3023), + [anon_sym_LT_LT] = ACTIONS(3023), + [anon_sym_GT_GT] = ACTIONS(3023), + [anon_sym_GT_GT_GT] = ACTIONS(3023), + [anon_sym_AMP_CARET] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(3023), + [anon_sym_PIPE_PIPE] = ACTIONS(3023), + [anon_sym_or] = ACTIONS(3023), + [sym_none] = ACTIONS(3023), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_nil] = ACTIONS(3023), + [anon_sym_QMARK_DOT] = ACTIONS(3023), + [anon_sym_POUND_LBRACK] = ACTIONS(3023), + [anon_sym_if] = ACTIONS(3023), + [anon_sym_DOLLARif] = ACTIONS(3023), + [anon_sym_is] = ACTIONS(3023), + [anon_sym_BANGis] = ACTIONS(3023), + [anon_sym_in] = ACTIONS(3023), + [anon_sym_BANGin] = ACTIONS(3023), + [anon_sym_match] = ACTIONS(3023), + [anon_sym_select] = ACTIONS(3023), + [anon_sym_STAR_EQ] = ACTIONS(3023), + [anon_sym_SLASH_EQ] = ACTIONS(3023), + [anon_sym_PERCENT_EQ] = ACTIONS(3023), + [anon_sym_LT_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_GT_EQ] = ACTIONS(3023), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3023), + [anon_sym_AMP_EQ] = ACTIONS(3023), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3023), + [anon_sym_PLUS_EQ] = ACTIONS(3023), + [anon_sym_DASH_EQ] = ACTIONS(3023), + [anon_sym_PIPE_EQ] = ACTIONS(3023), + [anon_sym_CARET_EQ] = ACTIONS(3023), + [anon_sym_COLON_EQ] = ACTIONS(3023), + [anon_sym_lock] = ACTIONS(3023), + [anon_sym_rlock] = ACTIONS(3023), + [anon_sym_unsafe] = ACTIONS(3023), + [anon_sym_sql] = ACTIONS(3023), + [sym_int_literal] = ACTIONS(3023), + [sym_float_literal] = ACTIONS(3023), + [sym_rune_literal] = ACTIONS(3023), + [sym_pseudo_compile_time_identifier] = ACTIONS(3023), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3023), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), + [anon_sym_assert] = ACTIONS(3023), + [anon_sym_defer] = ACTIONS(3023), + [anon_sym_goto] = ACTIONS(3023), + [anon_sym_break] = ACTIONS(3023), + [anon_sym_continue] = ACTIONS(3023), + [anon_sym_return] = ACTIONS(3023), + [anon_sym_DOLLARfor] = ACTIONS(3023), + [anon_sym_for] = ACTIONS(3023), + [anon_sym_POUND] = ACTIONS(3023), + [anon_sym_asm] = ACTIONS(3023), + [anon_sym_AT_LBRACK] = ACTIONS(3023), + [sym___double_quote] = ACTIONS(3023), + [sym___single_quote] = ACTIONS(3023), + [sym___c_double_quote] = ACTIONS(3023), + [sym___c_single_quote] = ACTIONS(3023), + [sym___r_double_quote] = ACTIONS(3023), + [sym___r_single_quote] = ACTIONS(3023), + }, + [472] = { + [sym_line_comment] = STATE(472), + [sym_block_comment] = STATE(472), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2993), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2999), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [493] = { - [sym_line_comment] = STATE(493), - [sym_block_comment] = STATE(493), - [sym__expression] = STATE(986), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [473] = { + [sym_line_comment] = STATE(473), + [sym_block_comment] = STATE(473), + [sym__expression] = STATE(2781), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), - }, - [494] = { - [sym_line_comment] = STATE(494), - [sym_block_comment] = STATE(494), - [ts_builtin_sym_end] = ACTIONS(2966), - [sym_identifier] = ACTIONS(2963), - [anon_sym_LF] = ACTIONS(2963), - [anon_sym_CR] = ACTIONS(2963), - [anon_sym_CR_LF] = ACTIONS(2963), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2963), - [anon_sym_as] = ACTIONS(2963), - [anon_sym_LBRACE] = ACTIONS(2963), - [anon_sym_COMMA] = ACTIONS(2963), - [anon_sym_const] = ACTIONS(2963), - [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_EQ] = ACTIONS(2963), - [anon_sym___global] = ACTIONS(2963), - [anon_sym_type] = ACTIONS(2963), - [anon_sym_PIPE] = ACTIONS(2963), - [anon_sym_fn] = ACTIONS(2963), - [anon_sym_PLUS] = ACTIONS(2963), - [anon_sym_DASH] = ACTIONS(2963), - [anon_sym_STAR] = ACTIONS(2963), - [anon_sym_SLASH] = ACTIONS(2963), - [anon_sym_PERCENT] = ACTIONS(2963), - [anon_sym_LT] = ACTIONS(2963), - [anon_sym_GT] = ACTIONS(2963), - [anon_sym_EQ_EQ] = ACTIONS(2963), - [anon_sym_BANG_EQ] = ACTIONS(2963), - [anon_sym_LT_EQ] = ACTIONS(2963), - [anon_sym_GT_EQ] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2966), - [anon_sym_struct] = ACTIONS(2963), - [anon_sym_union] = ACTIONS(2963), - [anon_sym_pub] = ACTIONS(2963), - [anon_sym_mut] = ACTIONS(2963), - [anon_sym_enum] = ACTIONS(2963), - [anon_sym_interface] = ACTIONS(2963), - [anon_sym_PLUS_PLUS] = ACTIONS(2963), - [anon_sym_DASH_DASH] = ACTIONS(2963), - [anon_sym_QMARK] = ACTIONS(2963), - [anon_sym_BANG] = ACTIONS(2963), - [anon_sym_go] = ACTIONS(2963), - [anon_sym_spawn] = ACTIONS(2963), - [anon_sym_json_DOTdecode] = ACTIONS(2963), - [anon_sym_LBRACK2] = ACTIONS(2963), - [anon_sym_TILDE] = ACTIONS(2963), - [anon_sym_CARET] = ACTIONS(2963), - [anon_sym_AMP] = ACTIONS(2963), - [anon_sym_LT_DASH] = ACTIONS(2963), - [anon_sym_LT_LT] = ACTIONS(2963), - [anon_sym_GT_GT] = ACTIONS(2963), - [anon_sym_GT_GT_GT] = ACTIONS(2963), - [anon_sym_AMP_CARET] = ACTIONS(2963), - [anon_sym_AMP_AMP] = ACTIONS(2963), - [anon_sym_PIPE_PIPE] = ACTIONS(2963), - [anon_sym_or] = ACTIONS(2963), - [sym_none] = ACTIONS(2963), - [sym_true] = ACTIONS(2963), - [sym_false] = ACTIONS(2963), - [sym_nil] = ACTIONS(2963), - [anon_sym_QMARK_DOT] = ACTIONS(2963), - [anon_sym_POUND_LBRACK] = ACTIONS(2963), - [anon_sym_if] = ACTIONS(2963), - [anon_sym_DOLLARif] = ACTIONS(2963), - [anon_sym_is] = ACTIONS(2963), - [anon_sym_BANGis] = ACTIONS(2963), - [anon_sym_in] = ACTIONS(2963), - [anon_sym_BANGin] = ACTIONS(2963), - [anon_sym_match] = ACTIONS(2963), - [anon_sym_select] = ACTIONS(2963), - [anon_sym_STAR_EQ] = ACTIONS(2963), - [anon_sym_SLASH_EQ] = ACTIONS(2963), - [anon_sym_PERCENT_EQ] = ACTIONS(2963), - [anon_sym_LT_LT_EQ] = ACTIONS(2963), - [anon_sym_GT_GT_EQ] = ACTIONS(2963), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2963), - [anon_sym_AMP_EQ] = ACTIONS(2963), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2963), - [anon_sym_PLUS_EQ] = ACTIONS(2963), - [anon_sym_DASH_EQ] = ACTIONS(2963), - [anon_sym_PIPE_EQ] = ACTIONS(2963), - [anon_sym_CARET_EQ] = ACTIONS(2963), - [anon_sym_COLON_EQ] = ACTIONS(2963), - [anon_sym_lock] = ACTIONS(2963), - [anon_sym_rlock] = ACTIONS(2963), - [anon_sym_unsafe] = ACTIONS(2963), - [anon_sym_sql] = ACTIONS(2963), - [sym_int_literal] = ACTIONS(2963), - [sym_float_literal] = ACTIONS(2963), - [sym_rune_literal] = ACTIONS(2963), - [sym_pseudo_compile_time_identifier] = ACTIONS(2963), - [anon_sym_shared] = ACTIONS(2963), - [anon_sym_map_LBRACK] = ACTIONS(2963), - [anon_sym_chan] = ACTIONS(2963), - [anon_sym_thread] = ACTIONS(2963), - [anon_sym_atomic] = ACTIONS(2963), - [anon_sym_assert] = ACTIONS(2963), - [anon_sym_defer] = ACTIONS(2963), - [anon_sym_goto] = ACTIONS(2963), - [anon_sym_break] = ACTIONS(2963), - [anon_sym_continue] = ACTIONS(2963), - [anon_sym_return] = ACTIONS(2963), - [anon_sym_DOLLARfor] = ACTIONS(2963), - [anon_sym_for] = ACTIONS(2963), - [anon_sym_POUND] = ACTIONS(2963), - [anon_sym_asm] = ACTIONS(2963), - [anon_sym_AT_LBRACK] = ACTIONS(2963), - [sym___double_quote] = ACTIONS(2963), - [sym___single_quote] = ACTIONS(2963), - [sym___c_double_quote] = ACTIONS(2963), - [sym___c_single_quote] = ACTIONS(2963), - [sym___r_double_quote] = ACTIONS(2963), - [sym___r_single_quote] = ACTIONS(2963), - }, - [495] = { - [sym_line_comment] = STATE(495), - [sym_block_comment] = STATE(495), - [ts_builtin_sym_end] = ACTIONS(2998), - [sym_identifier] = ACTIONS(2995), - [anon_sym_LF] = ACTIONS(2995), - [anon_sym_CR] = ACTIONS(2995), - [anon_sym_CR_LF] = ACTIONS(2995), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2995), - [anon_sym_as] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(2995), - [anon_sym_COMMA] = ACTIONS(2995), - [anon_sym_const] = ACTIONS(2995), - [anon_sym_LPAREN] = ACTIONS(2995), - [anon_sym_EQ] = ACTIONS(2995), - [anon_sym___global] = ACTIONS(2995), - [anon_sym_type] = ACTIONS(2995), - [anon_sym_PIPE] = ACTIONS(2995), - [anon_sym_fn] = ACTIONS(2995), - [anon_sym_PLUS] = ACTIONS(2995), - [anon_sym_DASH] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(2995), - [anon_sym_SLASH] = ACTIONS(2995), - [anon_sym_PERCENT] = ACTIONS(2995), - [anon_sym_LT] = ACTIONS(2995), - [anon_sym_GT] = ACTIONS(2995), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_LT_EQ] = ACTIONS(2995), - [anon_sym_GT_EQ] = ACTIONS(2995), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2995), - [anon_sym_union] = ACTIONS(2995), - [anon_sym_pub] = ACTIONS(2995), - [anon_sym_mut] = ACTIONS(2995), - [anon_sym_enum] = ACTIONS(2995), - [anon_sym_interface] = ACTIONS(2995), - [anon_sym_PLUS_PLUS] = ACTIONS(2995), - [anon_sym_DASH_DASH] = ACTIONS(2995), - [anon_sym_QMARK] = ACTIONS(2995), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_go] = ACTIONS(2995), - [anon_sym_spawn] = ACTIONS(2995), - [anon_sym_json_DOTdecode] = ACTIONS(2995), - [anon_sym_LBRACK2] = ACTIONS(2995), - [anon_sym_TILDE] = ACTIONS(2995), - [anon_sym_CARET] = ACTIONS(2995), - [anon_sym_AMP] = ACTIONS(2995), - [anon_sym_LT_DASH] = ACTIONS(2995), - [anon_sym_LT_LT] = ACTIONS(2995), - [anon_sym_GT_GT] = ACTIONS(2995), - [anon_sym_GT_GT_GT] = ACTIONS(2995), - [anon_sym_AMP_CARET] = ACTIONS(2995), - [anon_sym_AMP_AMP] = ACTIONS(2995), - [anon_sym_PIPE_PIPE] = ACTIONS(2995), - [anon_sym_or] = ACTIONS(2995), - [sym_none] = ACTIONS(2995), - [sym_true] = ACTIONS(2995), - [sym_false] = ACTIONS(2995), - [sym_nil] = ACTIONS(2995), - [anon_sym_QMARK_DOT] = ACTIONS(2995), - [anon_sym_POUND_LBRACK] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2995), - [anon_sym_DOLLARif] = ACTIONS(2995), - [anon_sym_is] = ACTIONS(2995), - [anon_sym_BANGis] = ACTIONS(2995), - [anon_sym_in] = ACTIONS(2995), - [anon_sym_BANGin] = ACTIONS(2995), - [anon_sym_match] = ACTIONS(2995), - [anon_sym_select] = ACTIONS(2995), - [anon_sym_STAR_EQ] = ACTIONS(2995), - [anon_sym_SLASH_EQ] = ACTIONS(2995), - [anon_sym_PERCENT_EQ] = ACTIONS(2995), - [anon_sym_LT_LT_EQ] = ACTIONS(2995), - [anon_sym_GT_GT_EQ] = ACTIONS(2995), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2995), - [anon_sym_AMP_EQ] = ACTIONS(2995), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2995), - [anon_sym_PLUS_EQ] = ACTIONS(2995), - [anon_sym_DASH_EQ] = ACTIONS(2995), - [anon_sym_PIPE_EQ] = ACTIONS(2995), - [anon_sym_CARET_EQ] = ACTIONS(2995), - [anon_sym_COLON_EQ] = ACTIONS(2995), - [anon_sym_lock] = ACTIONS(2995), - [anon_sym_rlock] = ACTIONS(2995), - [anon_sym_unsafe] = ACTIONS(2995), - [anon_sym_sql] = ACTIONS(2995), - [sym_int_literal] = ACTIONS(2995), - [sym_float_literal] = ACTIONS(2995), - [sym_rune_literal] = ACTIONS(2995), - [sym_pseudo_compile_time_identifier] = ACTIONS(2995), - [anon_sym_shared] = ACTIONS(2995), - [anon_sym_map_LBRACK] = ACTIONS(2995), - [anon_sym_chan] = ACTIONS(2995), - [anon_sym_thread] = ACTIONS(2995), - [anon_sym_atomic] = ACTIONS(2995), - [anon_sym_assert] = ACTIONS(2995), - [anon_sym_defer] = ACTIONS(2995), - [anon_sym_goto] = ACTIONS(2995), - [anon_sym_break] = ACTIONS(2995), - [anon_sym_continue] = ACTIONS(2995), - [anon_sym_return] = ACTIONS(2995), - [anon_sym_DOLLARfor] = ACTIONS(2995), - [anon_sym_for] = ACTIONS(2995), - [anon_sym_POUND] = ACTIONS(2995), - [anon_sym_asm] = ACTIONS(2995), - [anon_sym_AT_LBRACK] = ACTIONS(2995), - [sym___double_quote] = ACTIONS(2995), - [sym___single_quote] = ACTIONS(2995), - [sym___c_double_quote] = ACTIONS(2995), - [sym___c_single_quote] = ACTIONS(2995), - [sym___r_double_quote] = ACTIONS(2995), - [sym___r_single_quote] = ACTIONS(2995), - }, - [496] = { - [sym_line_comment] = STATE(496), - [sym_block_comment] = STATE(496), - [sym__expression] = STATE(981), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4304), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_struct] = ACTIONS(513), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [497] = { - [sym_line_comment] = STATE(497), - [sym_block_comment] = STATE(497), + [474] = { + [sym_line_comment] = STATE(474), + [sym_block_comment] = STATE(474), [ts_builtin_sym_end] = ACTIONS(3031), [sym_identifier] = ACTIONS(3033), [anon_sym_LF] = ACTIONS(3033), @@ -81582,1813 +78931,2509 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3033), [sym___r_single_quote] = ACTIONS(3033), }, - [498] = { - [sym_line_comment] = STATE(498), - [sym_block_comment] = STATE(498), - [sym__expression] = STATE(2320), + [475] = { + [sym_line_comment] = STATE(475), + [sym_block_comment] = STATE(475), + [sym__expression] = STATE(2904), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3035), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [499] = { - [sym_line_comment] = STATE(499), - [sym_block_comment] = STATE(499), - [sym__expression] = STATE(2681), + [476] = { + [sym_line_comment] = STATE(476), + [sym_block_comment] = STATE(476), + [sym__expression] = STATE(2876), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [500] = { - [sym_line_comment] = STATE(500), - [sym_block_comment] = STATE(500), - [sym__expression] = STATE(2901), + [477] = { + [sym_line_comment] = STATE(477), + [sym_block_comment] = STATE(477), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2975), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2971), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3034), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(3035), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [501] = { - [sym_line_comment] = STATE(501), - [sym_block_comment] = STATE(501), - [sym__expression] = STATE(2713), + [478] = { + [sym_line_comment] = STATE(478), + [sym_block_comment] = STATE(478), + [sym__expression] = STATE(2773), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3664), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3666), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [502] = { - [sym_line_comment] = STATE(502), - [sym_block_comment] = STATE(502), - [sym__expression] = STATE(2880), + [479] = { + [sym_line_comment] = STATE(479), + [sym_block_comment] = STATE(479), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3664), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2986), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2985), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [503] = { - [sym_line_comment] = STATE(503), - [sym_block_comment] = STATE(503), - [sym__expression] = STATE(251), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4192), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [480] = { + [sym_line_comment] = STATE(480), + [sym_block_comment] = STATE(480), + [sym__expression] = STATE(1918), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, - [504] = { - [sym_line_comment] = STATE(504), - [sym_block_comment] = STATE(504), - [sym__expression] = STATE(1290), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [481] = { + [sym_line_comment] = STATE(481), + [sym_block_comment] = STATE(481), + [sym__expression] = STATE(2840), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3666), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [505] = { - [sym_line_comment] = STATE(505), - [sym_block_comment] = STATE(505), - [ts_builtin_sym_end] = ACTIONS(3035), - [sym_identifier] = ACTIONS(3037), - [anon_sym_LF] = ACTIONS(3037), - [anon_sym_CR] = ACTIONS(3037), - [anon_sym_CR_LF] = ACTIONS(3037), + [482] = { + [sym_line_comment] = STATE(482), + [sym_block_comment] = STATE(482), + [sym__expression] = STATE(2631), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [483] = { + [sym_line_comment] = STATE(483), + [sym_block_comment] = STATE(483), + [ts_builtin_sym_end] = ACTIONS(3037), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LF] = ACTIONS(3039), + [anon_sym_CR] = ACTIONS(3039), + [anon_sym_CR_LF] = ACTIONS(3039), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3037), - [anon_sym_as] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COMMA] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_LPAREN] = ACTIONS(3037), - [anon_sym_EQ] = ACTIONS(3037), - [anon_sym___global] = ACTIONS(3037), - [anon_sym_type] = ACTIONS(3037), - [anon_sym_PIPE] = ACTIONS(3037), - [anon_sym_fn] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_SLASH] = ACTIONS(3037), - [anon_sym_PERCENT] = ACTIONS(3037), - [anon_sym_LT] = ACTIONS(3037), - [anon_sym_GT] = ACTIONS(3037), - [anon_sym_EQ_EQ] = ACTIONS(3037), - [anon_sym_BANG_EQ] = ACTIONS(3037), - [anon_sym_LT_EQ] = ACTIONS(3037), - [anon_sym_GT_EQ] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3035), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [anon_sym_pub] = ACTIONS(3037), - [anon_sym_mut] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_interface] = ACTIONS(3037), - [anon_sym_PLUS_PLUS] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3037), - [anon_sym_QMARK] = ACTIONS(3037), - [anon_sym_BANG] = ACTIONS(3037), - [anon_sym_go] = ACTIONS(3037), - [anon_sym_spawn] = ACTIONS(3037), - [anon_sym_json_DOTdecode] = ACTIONS(3037), - [anon_sym_LBRACK2] = ACTIONS(3037), - [anon_sym_TILDE] = ACTIONS(3037), - [anon_sym_CARET] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_LT_DASH] = ACTIONS(3037), - [anon_sym_LT_LT] = ACTIONS(3037), - [anon_sym_GT_GT] = ACTIONS(3037), - [anon_sym_GT_GT_GT] = ACTIONS(3037), - [anon_sym_AMP_CARET] = ACTIONS(3037), - [anon_sym_AMP_AMP] = ACTIONS(3037), - [anon_sym_PIPE_PIPE] = ACTIONS(3037), - [anon_sym_or] = ACTIONS(3037), - [sym_none] = ACTIONS(3037), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [sym_nil] = ACTIONS(3037), - [anon_sym_QMARK_DOT] = ACTIONS(3037), - [anon_sym_POUND_LBRACK] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_DOLLARif] = ACTIONS(3037), - [anon_sym_is] = ACTIONS(3037), - [anon_sym_BANGis] = ACTIONS(3037), - [anon_sym_in] = ACTIONS(3037), - [anon_sym_BANGin] = ACTIONS(3037), - [anon_sym_match] = ACTIONS(3037), - [anon_sym_select] = ACTIONS(3037), - [anon_sym_STAR_EQ] = ACTIONS(3037), - [anon_sym_SLASH_EQ] = ACTIONS(3037), - [anon_sym_PERCENT_EQ] = ACTIONS(3037), - [anon_sym_LT_LT_EQ] = ACTIONS(3037), - [anon_sym_GT_GT_EQ] = ACTIONS(3037), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3037), - [anon_sym_AMP_EQ] = ACTIONS(3037), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3037), - [anon_sym_PLUS_EQ] = ACTIONS(3037), - [anon_sym_DASH_EQ] = ACTIONS(3037), - [anon_sym_PIPE_EQ] = ACTIONS(3037), - [anon_sym_CARET_EQ] = ACTIONS(3037), - [anon_sym_COLON_EQ] = ACTIONS(3037), - [anon_sym_lock] = ACTIONS(3037), - [anon_sym_rlock] = ACTIONS(3037), - [anon_sym_unsafe] = ACTIONS(3037), - [anon_sym_sql] = ACTIONS(3037), - [sym_int_literal] = ACTIONS(3037), - [sym_float_literal] = ACTIONS(3037), - [sym_rune_literal] = ACTIONS(3037), - [sym_pseudo_compile_time_identifier] = ACTIONS(3037), - [anon_sym_shared] = ACTIONS(3037), - [anon_sym_map_LBRACK] = ACTIONS(3037), - [anon_sym_chan] = ACTIONS(3037), - [anon_sym_thread] = ACTIONS(3037), - [anon_sym_atomic] = ACTIONS(3037), - [anon_sym_assert] = ACTIONS(3037), - [anon_sym_defer] = ACTIONS(3037), - [anon_sym_goto] = ACTIONS(3037), - [anon_sym_break] = ACTIONS(3037), - [anon_sym_continue] = ACTIONS(3037), - [anon_sym_return] = ACTIONS(3037), - [anon_sym_DOLLARfor] = ACTIONS(3037), - [anon_sym_for] = ACTIONS(3037), - [anon_sym_POUND] = ACTIONS(3037), - [anon_sym_asm] = ACTIONS(3037), - [anon_sym_AT_LBRACK] = ACTIONS(3037), - [sym___double_quote] = ACTIONS(3037), - [sym___single_quote] = ACTIONS(3037), - [sym___c_double_quote] = ACTIONS(3037), - [sym___c_single_quote] = ACTIONS(3037), - [sym___r_double_quote] = ACTIONS(3037), - [sym___r_single_quote] = ACTIONS(3037), + [anon_sym_DOT] = ACTIONS(3039), + [anon_sym_as] = ACTIONS(3039), + [anon_sym_LBRACE] = ACTIONS(3039), + [anon_sym_COMMA] = ACTIONS(3039), + [anon_sym_const] = ACTIONS(3039), + [anon_sym_LPAREN] = ACTIONS(3039), + [anon_sym_EQ] = ACTIONS(3039), + [anon_sym___global] = ACTIONS(3039), + [anon_sym_type] = ACTIONS(3039), + [anon_sym_PIPE] = ACTIONS(3039), + [anon_sym_fn] = ACTIONS(3039), + [anon_sym_PLUS] = ACTIONS(3039), + [anon_sym_DASH] = ACTIONS(3039), + [anon_sym_STAR] = ACTIONS(3039), + [anon_sym_SLASH] = ACTIONS(3039), + [anon_sym_PERCENT] = ACTIONS(3039), + [anon_sym_LT] = ACTIONS(3039), + [anon_sym_GT] = ACTIONS(3039), + [anon_sym_EQ_EQ] = ACTIONS(3039), + [anon_sym_BANG_EQ] = ACTIONS(3039), + [anon_sym_LT_EQ] = ACTIONS(3039), + [anon_sym_GT_EQ] = ACTIONS(3039), + [anon_sym_LBRACK] = ACTIONS(3037), + [anon_sym_struct] = ACTIONS(3039), + [anon_sym_union] = ACTIONS(3039), + [anon_sym_pub] = ACTIONS(3039), + [anon_sym_mut] = ACTIONS(3039), + [anon_sym_enum] = ACTIONS(3039), + [anon_sym_interface] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_QMARK] = ACTIONS(3039), + [anon_sym_BANG] = ACTIONS(3039), + [anon_sym_go] = ACTIONS(3039), + [anon_sym_spawn] = ACTIONS(3039), + [anon_sym_json_DOTdecode] = ACTIONS(3039), + [anon_sym_LBRACK2] = ACTIONS(3039), + [anon_sym_TILDE] = ACTIONS(3039), + [anon_sym_CARET] = ACTIONS(3039), + [anon_sym_AMP] = ACTIONS(3039), + [anon_sym_LT_DASH] = ACTIONS(3039), + [anon_sym_LT_LT] = ACTIONS(3039), + [anon_sym_GT_GT] = ACTIONS(3039), + [anon_sym_GT_GT_GT] = ACTIONS(3039), + [anon_sym_AMP_CARET] = ACTIONS(3039), + [anon_sym_AMP_AMP] = ACTIONS(3039), + [anon_sym_PIPE_PIPE] = ACTIONS(3039), + [anon_sym_or] = ACTIONS(3039), + [sym_none] = ACTIONS(3039), + [sym_true] = ACTIONS(3039), + [sym_false] = ACTIONS(3039), + [sym_nil] = ACTIONS(3039), + [anon_sym_QMARK_DOT] = ACTIONS(3039), + [anon_sym_POUND_LBRACK] = ACTIONS(3039), + [anon_sym_if] = ACTIONS(3039), + [anon_sym_DOLLARif] = ACTIONS(3039), + [anon_sym_is] = ACTIONS(3039), + [anon_sym_BANGis] = ACTIONS(3039), + [anon_sym_in] = ACTIONS(3039), + [anon_sym_BANGin] = ACTIONS(3039), + [anon_sym_match] = ACTIONS(3039), + [anon_sym_select] = ACTIONS(3039), + [anon_sym_STAR_EQ] = ACTIONS(3039), + [anon_sym_SLASH_EQ] = ACTIONS(3039), + [anon_sym_PERCENT_EQ] = ACTIONS(3039), + [anon_sym_LT_LT_EQ] = ACTIONS(3039), + [anon_sym_GT_GT_EQ] = ACTIONS(3039), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3039), + [anon_sym_AMP_EQ] = ACTIONS(3039), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3039), + [anon_sym_PLUS_EQ] = ACTIONS(3039), + [anon_sym_DASH_EQ] = ACTIONS(3039), + [anon_sym_PIPE_EQ] = ACTIONS(3039), + [anon_sym_CARET_EQ] = ACTIONS(3039), + [anon_sym_COLON_EQ] = ACTIONS(3039), + [anon_sym_lock] = ACTIONS(3039), + [anon_sym_rlock] = ACTIONS(3039), + [anon_sym_unsafe] = ACTIONS(3039), + [anon_sym_sql] = ACTIONS(3039), + [sym_int_literal] = ACTIONS(3039), + [sym_float_literal] = ACTIONS(3039), + [sym_rune_literal] = ACTIONS(3039), + [sym_pseudo_compile_time_identifier] = ACTIONS(3039), + [anon_sym_shared] = ACTIONS(3039), + [anon_sym_map_LBRACK] = ACTIONS(3039), + [anon_sym_chan] = ACTIONS(3039), + [anon_sym_thread] = ACTIONS(3039), + [anon_sym_atomic] = ACTIONS(3039), + [anon_sym_assert] = ACTIONS(3039), + [anon_sym_defer] = ACTIONS(3039), + [anon_sym_goto] = ACTIONS(3039), + [anon_sym_break] = ACTIONS(3039), + [anon_sym_continue] = ACTIONS(3039), + [anon_sym_return] = ACTIONS(3039), + [anon_sym_DOLLARfor] = ACTIONS(3039), + [anon_sym_for] = ACTIONS(3039), + [anon_sym_POUND] = ACTIONS(3039), + [anon_sym_asm] = ACTIONS(3039), + [anon_sym_AT_LBRACK] = ACTIONS(3039), + [sym___double_quote] = ACTIONS(3039), + [sym___single_quote] = ACTIONS(3039), + [sym___c_double_quote] = ACTIONS(3039), + [sym___c_single_quote] = ACTIONS(3039), + [sym___r_double_quote] = ACTIONS(3039), + [sym___r_single_quote] = ACTIONS(3039), }, - [506] = { - [sym_line_comment] = STATE(506), - [sym_block_comment] = STATE(506), - [sym__expression] = STATE(2901), + [484] = { + [sym_line_comment] = STATE(484), + [sym_block_comment] = STATE(484), + [ts_builtin_sym_end] = ACTIONS(3041), + [sym_identifier] = ACTIONS(3043), + [anon_sym_LF] = ACTIONS(3043), + [anon_sym_CR] = ACTIONS(3043), + [anon_sym_CR_LF] = ACTIONS(3043), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3043), + [anon_sym_as] = ACTIONS(3043), + [anon_sym_LBRACE] = ACTIONS(3043), + [anon_sym_COMMA] = ACTIONS(3043), + [anon_sym_const] = ACTIONS(3043), + [anon_sym_LPAREN] = ACTIONS(3043), + [anon_sym_EQ] = ACTIONS(3043), + [anon_sym___global] = ACTIONS(3043), + [anon_sym_type] = ACTIONS(3043), + [anon_sym_PIPE] = ACTIONS(3043), + [anon_sym_fn] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3043), + [anon_sym_SLASH] = ACTIONS(3043), + [anon_sym_PERCENT] = ACTIONS(3043), + [anon_sym_LT] = ACTIONS(3043), + [anon_sym_GT] = ACTIONS(3043), + [anon_sym_EQ_EQ] = ACTIONS(3043), + [anon_sym_BANG_EQ] = ACTIONS(3043), + [anon_sym_LT_EQ] = ACTIONS(3043), + [anon_sym_GT_EQ] = ACTIONS(3043), + [anon_sym_LBRACK] = ACTIONS(3041), + [anon_sym_struct] = ACTIONS(3043), + [anon_sym_union] = ACTIONS(3043), + [anon_sym_pub] = ACTIONS(3043), + [anon_sym_mut] = ACTIONS(3043), + [anon_sym_enum] = ACTIONS(3043), + [anon_sym_interface] = ACTIONS(3043), + [anon_sym_PLUS_PLUS] = ACTIONS(3043), + [anon_sym_DASH_DASH] = ACTIONS(3043), + [anon_sym_QMARK] = ACTIONS(3043), + [anon_sym_BANG] = ACTIONS(3043), + [anon_sym_go] = ACTIONS(3043), + [anon_sym_spawn] = ACTIONS(3043), + [anon_sym_json_DOTdecode] = ACTIONS(3043), + [anon_sym_LBRACK2] = ACTIONS(3043), + [anon_sym_TILDE] = ACTIONS(3043), + [anon_sym_CARET] = ACTIONS(3043), + [anon_sym_AMP] = ACTIONS(3043), + [anon_sym_LT_DASH] = ACTIONS(3043), + [anon_sym_LT_LT] = ACTIONS(3043), + [anon_sym_GT_GT] = ACTIONS(3043), + [anon_sym_GT_GT_GT] = ACTIONS(3043), + [anon_sym_AMP_CARET] = ACTIONS(3043), + [anon_sym_AMP_AMP] = ACTIONS(3043), + [anon_sym_PIPE_PIPE] = ACTIONS(3043), + [anon_sym_or] = ACTIONS(3043), + [sym_none] = ACTIONS(3043), + [sym_true] = ACTIONS(3043), + [sym_false] = ACTIONS(3043), + [sym_nil] = ACTIONS(3043), + [anon_sym_QMARK_DOT] = ACTIONS(3043), + [anon_sym_POUND_LBRACK] = ACTIONS(3043), + [anon_sym_if] = ACTIONS(3043), + [anon_sym_DOLLARif] = ACTIONS(3043), + [anon_sym_is] = ACTIONS(3043), + [anon_sym_BANGis] = ACTIONS(3043), + [anon_sym_in] = ACTIONS(3043), + [anon_sym_BANGin] = ACTIONS(3043), + [anon_sym_match] = ACTIONS(3043), + [anon_sym_select] = ACTIONS(3043), + [anon_sym_STAR_EQ] = ACTIONS(3043), + [anon_sym_SLASH_EQ] = ACTIONS(3043), + [anon_sym_PERCENT_EQ] = ACTIONS(3043), + [anon_sym_LT_LT_EQ] = ACTIONS(3043), + [anon_sym_GT_GT_EQ] = ACTIONS(3043), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3043), + [anon_sym_AMP_EQ] = ACTIONS(3043), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3043), + [anon_sym_PLUS_EQ] = ACTIONS(3043), + [anon_sym_DASH_EQ] = ACTIONS(3043), + [anon_sym_PIPE_EQ] = ACTIONS(3043), + [anon_sym_CARET_EQ] = ACTIONS(3043), + [anon_sym_COLON_EQ] = ACTIONS(3043), + [anon_sym_lock] = ACTIONS(3043), + [anon_sym_rlock] = ACTIONS(3043), + [anon_sym_unsafe] = ACTIONS(3043), + [anon_sym_sql] = ACTIONS(3043), + [sym_int_literal] = ACTIONS(3043), + [sym_float_literal] = ACTIONS(3043), + [sym_rune_literal] = ACTIONS(3043), + [sym_pseudo_compile_time_identifier] = ACTIONS(3043), + [anon_sym_shared] = ACTIONS(3043), + [anon_sym_map_LBRACK] = ACTIONS(3043), + [anon_sym_chan] = ACTIONS(3043), + [anon_sym_thread] = ACTIONS(3043), + [anon_sym_atomic] = ACTIONS(3043), + [anon_sym_assert] = ACTIONS(3043), + [anon_sym_defer] = ACTIONS(3043), + [anon_sym_goto] = ACTIONS(3043), + [anon_sym_break] = ACTIONS(3043), + [anon_sym_continue] = ACTIONS(3043), + [anon_sym_return] = ACTIONS(3043), + [anon_sym_DOLLARfor] = ACTIONS(3043), + [anon_sym_for] = ACTIONS(3043), + [anon_sym_POUND] = ACTIONS(3043), + [anon_sym_asm] = ACTIONS(3043), + [anon_sym_AT_LBRACK] = ACTIONS(3043), + [sym___double_quote] = ACTIONS(3043), + [sym___single_quote] = ACTIONS(3043), + [sym___c_double_quote] = ACTIONS(3043), + [sym___c_single_quote] = ACTIONS(3043), + [sym___r_double_quote] = ACTIONS(3043), + [sym___r_single_quote] = ACTIONS(3043), + }, + [485] = { + [sym_line_comment] = STATE(485), + [sym_block_comment] = STATE(485), + [ts_builtin_sym_end] = ACTIONS(3045), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LF] = ACTIONS(3047), + [anon_sym_CR] = ACTIONS(3047), + [anon_sym_CR_LF] = ACTIONS(3047), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3047), + [anon_sym_as] = ACTIONS(3047), + [anon_sym_LBRACE] = ACTIONS(3047), + [anon_sym_COMMA] = ACTIONS(3047), + [anon_sym_const] = ACTIONS(3047), + [anon_sym_LPAREN] = ACTIONS(3047), + [anon_sym_EQ] = ACTIONS(3047), + [anon_sym___global] = ACTIONS(3047), + [anon_sym_type] = ACTIONS(3047), + [anon_sym_PIPE] = ACTIONS(3047), + [anon_sym_fn] = ACTIONS(3047), + [anon_sym_PLUS] = ACTIONS(3047), + [anon_sym_DASH] = ACTIONS(3047), + [anon_sym_STAR] = ACTIONS(3047), + [anon_sym_SLASH] = ACTIONS(3047), + [anon_sym_PERCENT] = ACTIONS(3047), + [anon_sym_LT] = ACTIONS(3047), + [anon_sym_GT] = ACTIONS(3047), + [anon_sym_EQ_EQ] = ACTIONS(3047), + [anon_sym_BANG_EQ] = ACTIONS(3047), + [anon_sym_LT_EQ] = ACTIONS(3047), + [anon_sym_GT_EQ] = ACTIONS(3047), + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_struct] = ACTIONS(3047), + [anon_sym_union] = ACTIONS(3047), + [anon_sym_pub] = ACTIONS(3047), + [anon_sym_mut] = ACTIONS(3047), + [anon_sym_enum] = ACTIONS(3047), + [anon_sym_interface] = ACTIONS(3047), + [anon_sym_PLUS_PLUS] = ACTIONS(3047), + [anon_sym_DASH_DASH] = ACTIONS(3047), + [anon_sym_QMARK] = ACTIONS(3047), + [anon_sym_BANG] = ACTIONS(3047), + [anon_sym_go] = ACTIONS(3047), + [anon_sym_spawn] = ACTIONS(3047), + [anon_sym_json_DOTdecode] = ACTIONS(3047), + [anon_sym_LBRACK2] = ACTIONS(3047), + [anon_sym_TILDE] = ACTIONS(3047), + [anon_sym_CARET] = ACTIONS(3047), + [anon_sym_AMP] = ACTIONS(3047), + [anon_sym_LT_DASH] = ACTIONS(3047), + [anon_sym_LT_LT] = ACTIONS(3047), + [anon_sym_GT_GT] = ACTIONS(3047), + [anon_sym_GT_GT_GT] = ACTIONS(3047), + [anon_sym_AMP_CARET] = ACTIONS(3047), + [anon_sym_AMP_AMP] = ACTIONS(3047), + [anon_sym_PIPE_PIPE] = ACTIONS(3047), + [anon_sym_or] = ACTIONS(3047), + [sym_none] = ACTIONS(3047), + [sym_true] = ACTIONS(3047), + [sym_false] = ACTIONS(3047), + [sym_nil] = ACTIONS(3047), + [anon_sym_QMARK_DOT] = ACTIONS(3047), + [anon_sym_POUND_LBRACK] = ACTIONS(3047), + [anon_sym_if] = ACTIONS(3047), + [anon_sym_DOLLARif] = ACTIONS(3047), + [anon_sym_is] = ACTIONS(3047), + [anon_sym_BANGis] = ACTIONS(3047), + [anon_sym_in] = ACTIONS(3047), + [anon_sym_BANGin] = ACTIONS(3047), + [anon_sym_match] = ACTIONS(3047), + [anon_sym_select] = ACTIONS(3047), + [anon_sym_STAR_EQ] = ACTIONS(3047), + [anon_sym_SLASH_EQ] = ACTIONS(3047), + [anon_sym_PERCENT_EQ] = ACTIONS(3047), + [anon_sym_LT_LT_EQ] = ACTIONS(3047), + [anon_sym_GT_GT_EQ] = ACTIONS(3047), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3047), + [anon_sym_AMP_EQ] = ACTIONS(3047), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3047), + [anon_sym_PLUS_EQ] = ACTIONS(3047), + [anon_sym_DASH_EQ] = ACTIONS(3047), + [anon_sym_PIPE_EQ] = ACTIONS(3047), + [anon_sym_CARET_EQ] = ACTIONS(3047), + [anon_sym_COLON_EQ] = ACTIONS(3047), + [anon_sym_lock] = ACTIONS(3047), + [anon_sym_rlock] = ACTIONS(3047), + [anon_sym_unsafe] = ACTIONS(3047), + [anon_sym_sql] = ACTIONS(3047), + [sym_int_literal] = ACTIONS(3047), + [sym_float_literal] = ACTIONS(3047), + [sym_rune_literal] = ACTIONS(3047), + [sym_pseudo_compile_time_identifier] = ACTIONS(3047), + [anon_sym_shared] = ACTIONS(3047), + [anon_sym_map_LBRACK] = ACTIONS(3047), + [anon_sym_chan] = ACTIONS(3047), + [anon_sym_thread] = ACTIONS(3047), + [anon_sym_atomic] = ACTIONS(3047), + [anon_sym_assert] = ACTIONS(3047), + [anon_sym_defer] = ACTIONS(3047), + [anon_sym_goto] = ACTIONS(3047), + [anon_sym_break] = ACTIONS(3047), + [anon_sym_continue] = ACTIONS(3047), + [anon_sym_return] = ACTIONS(3047), + [anon_sym_DOLLARfor] = ACTIONS(3047), + [anon_sym_for] = ACTIONS(3047), + [anon_sym_POUND] = ACTIONS(3047), + [anon_sym_asm] = ACTIONS(3047), + [anon_sym_AT_LBRACK] = ACTIONS(3047), + [sym___double_quote] = ACTIONS(3047), + [sym___single_quote] = ACTIONS(3047), + [sym___c_double_quote] = ACTIONS(3047), + [sym___c_single_quote] = ACTIONS(3047), + [sym___r_double_quote] = ACTIONS(3047), + [sym___r_single_quote] = ACTIONS(3047), + }, + [486] = { + [sym_line_comment] = STATE(486), + [sym_block_comment] = STATE(486), + [ts_builtin_sym_end] = ACTIONS(3049), + [sym_identifier] = ACTIONS(3051), + [anon_sym_LF] = ACTIONS(3051), + [anon_sym_CR] = ACTIONS(3051), + [anon_sym_CR_LF] = ACTIONS(3051), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3051), + [anon_sym_as] = ACTIONS(3051), + [anon_sym_LBRACE] = ACTIONS(3051), + [anon_sym_COMMA] = ACTIONS(3051), + [anon_sym_const] = ACTIONS(3051), + [anon_sym_LPAREN] = ACTIONS(3051), + [anon_sym_EQ] = ACTIONS(3051), + [anon_sym___global] = ACTIONS(3051), + [anon_sym_type] = ACTIONS(3051), + [anon_sym_PIPE] = ACTIONS(3051), + [anon_sym_fn] = ACTIONS(3051), + [anon_sym_PLUS] = ACTIONS(3051), + [anon_sym_DASH] = ACTIONS(3051), + [anon_sym_STAR] = ACTIONS(3051), + [anon_sym_SLASH] = ACTIONS(3051), + [anon_sym_PERCENT] = ACTIONS(3051), + [anon_sym_LT] = ACTIONS(3051), + [anon_sym_GT] = ACTIONS(3051), + [anon_sym_EQ_EQ] = ACTIONS(3051), + [anon_sym_BANG_EQ] = ACTIONS(3051), + [anon_sym_LT_EQ] = ACTIONS(3051), + [anon_sym_GT_EQ] = ACTIONS(3051), + [anon_sym_LBRACK] = ACTIONS(3049), + [anon_sym_struct] = ACTIONS(3051), + [anon_sym_union] = ACTIONS(3051), + [anon_sym_pub] = ACTIONS(3051), + [anon_sym_mut] = ACTIONS(3051), + [anon_sym_enum] = ACTIONS(3051), + [anon_sym_interface] = ACTIONS(3051), + [anon_sym_PLUS_PLUS] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3051), + [anon_sym_QMARK] = ACTIONS(3051), + [anon_sym_BANG] = ACTIONS(3051), + [anon_sym_go] = ACTIONS(3051), + [anon_sym_spawn] = ACTIONS(3051), + [anon_sym_json_DOTdecode] = ACTIONS(3051), + [anon_sym_LBRACK2] = ACTIONS(3051), + [anon_sym_TILDE] = ACTIONS(3051), + [anon_sym_CARET] = ACTIONS(3051), + [anon_sym_AMP] = ACTIONS(3051), + [anon_sym_LT_DASH] = ACTIONS(3051), + [anon_sym_LT_LT] = ACTIONS(3051), + [anon_sym_GT_GT] = ACTIONS(3051), + [anon_sym_GT_GT_GT] = ACTIONS(3051), + [anon_sym_AMP_CARET] = ACTIONS(3051), + [anon_sym_AMP_AMP] = ACTIONS(3051), + [anon_sym_PIPE_PIPE] = ACTIONS(3051), + [anon_sym_or] = ACTIONS(3051), + [sym_none] = ACTIONS(3051), + [sym_true] = ACTIONS(3051), + [sym_false] = ACTIONS(3051), + [sym_nil] = ACTIONS(3051), + [anon_sym_QMARK_DOT] = ACTIONS(3051), + [anon_sym_POUND_LBRACK] = ACTIONS(3051), + [anon_sym_if] = ACTIONS(3051), + [anon_sym_DOLLARif] = ACTIONS(3051), + [anon_sym_is] = ACTIONS(3051), + [anon_sym_BANGis] = ACTIONS(3051), + [anon_sym_in] = ACTIONS(3051), + [anon_sym_BANGin] = ACTIONS(3051), + [anon_sym_match] = ACTIONS(3051), + [anon_sym_select] = ACTIONS(3051), + [anon_sym_STAR_EQ] = ACTIONS(3051), + [anon_sym_SLASH_EQ] = ACTIONS(3051), + [anon_sym_PERCENT_EQ] = ACTIONS(3051), + [anon_sym_LT_LT_EQ] = ACTIONS(3051), + [anon_sym_GT_GT_EQ] = ACTIONS(3051), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3051), + [anon_sym_AMP_EQ] = ACTIONS(3051), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3051), + [anon_sym_PLUS_EQ] = ACTIONS(3051), + [anon_sym_DASH_EQ] = ACTIONS(3051), + [anon_sym_PIPE_EQ] = ACTIONS(3051), + [anon_sym_CARET_EQ] = ACTIONS(3051), + [anon_sym_COLON_EQ] = ACTIONS(3051), + [anon_sym_lock] = ACTIONS(3051), + [anon_sym_rlock] = ACTIONS(3051), + [anon_sym_unsafe] = ACTIONS(3051), + [anon_sym_sql] = ACTIONS(3051), + [sym_int_literal] = ACTIONS(3051), + [sym_float_literal] = ACTIONS(3051), + [sym_rune_literal] = ACTIONS(3051), + [sym_pseudo_compile_time_identifier] = ACTIONS(3051), + [anon_sym_shared] = ACTIONS(3051), + [anon_sym_map_LBRACK] = ACTIONS(3051), + [anon_sym_chan] = ACTIONS(3051), + [anon_sym_thread] = ACTIONS(3051), + [anon_sym_atomic] = ACTIONS(3051), + [anon_sym_assert] = ACTIONS(3051), + [anon_sym_defer] = ACTIONS(3051), + [anon_sym_goto] = ACTIONS(3051), + [anon_sym_break] = ACTIONS(3051), + [anon_sym_continue] = ACTIONS(3051), + [anon_sym_return] = ACTIONS(3051), + [anon_sym_DOLLARfor] = ACTIONS(3051), + [anon_sym_for] = ACTIONS(3051), + [anon_sym_POUND] = ACTIONS(3051), + [anon_sym_asm] = ACTIONS(3051), + [anon_sym_AT_LBRACK] = ACTIONS(3051), + [sym___double_quote] = ACTIONS(3051), + [sym___single_quote] = ACTIONS(3051), + [sym___c_double_quote] = ACTIONS(3051), + [sym___c_single_quote] = ACTIONS(3051), + [sym___r_double_quote] = ACTIONS(3051), + [sym___r_single_quote] = ACTIONS(3051), + }, + [487] = { + [sym_line_comment] = STATE(487), + [sym_block_comment] = STATE(487), + [sym__expression] = STATE(2327), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3016), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(3015), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(3674), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [507] = { - [sym_line_comment] = STATE(507), - [sym_block_comment] = STATE(507), - [sym__expression] = STATE(2836), + [488] = { + [sym_line_comment] = STATE(488), + [sym_block_comment] = STATE(488), + [ts_builtin_sym_end] = ACTIONS(3053), + [sym_identifier] = ACTIONS(3055), + [anon_sym_LF] = ACTIONS(3055), + [anon_sym_CR] = ACTIONS(3055), + [anon_sym_CR_LF] = ACTIONS(3055), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3055), + [anon_sym_as] = ACTIONS(3055), + [anon_sym_LBRACE] = ACTIONS(3055), + [anon_sym_COMMA] = ACTIONS(3055), + [anon_sym_const] = ACTIONS(3055), + [anon_sym_LPAREN] = ACTIONS(3055), + [anon_sym_EQ] = ACTIONS(3055), + [anon_sym___global] = ACTIONS(3055), + [anon_sym_type] = ACTIONS(3055), + [anon_sym_PIPE] = ACTIONS(3055), + [anon_sym_fn] = ACTIONS(3055), + [anon_sym_PLUS] = ACTIONS(3055), + [anon_sym_DASH] = ACTIONS(3055), + [anon_sym_STAR] = ACTIONS(3055), + [anon_sym_SLASH] = ACTIONS(3055), + [anon_sym_PERCENT] = ACTIONS(3055), + [anon_sym_LT] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(3055), + [anon_sym_EQ_EQ] = ACTIONS(3055), + [anon_sym_BANG_EQ] = ACTIONS(3055), + [anon_sym_LT_EQ] = ACTIONS(3055), + [anon_sym_GT_EQ] = ACTIONS(3055), + [anon_sym_LBRACK] = ACTIONS(3053), + [anon_sym_struct] = ACTIONS(3055), + [anon_sym_union] = ACTIONS(3055), + [anon_sym_pub] = ACTIONS(3055), + [anon_sym_mut] = ACTIONS(3055), + [anon_sym_enum] = ACTIONS(3055), + [anon_sym_interface] = ACTIONS(3055), + [anon_sym_PLUS_PLUS] = ACTIONS(3055), + [anon_sym_DASH_DASH] = ACTIONS(3055), + [anon_sym_QMARK] = ACTIONS(3055), + [anon_sym_BANG] = ACTIONS(3057), + [anon_sym_go] = ACTIONS(3055), + [anon_sym_spawn] = ACTIONS(3055), + [anon_sym_json_DOTdecode] = ACTIONS(3055), + [anon_sym_LBRACK2] = ACTIONS(3055), + [anon_sym_TILDE] = ACTIONS(3055), + [anon_sym_CARET] = ACTIONS(3055), + [anon_sym_AMP] = ACTIONS(3055), + [anon_sym_LT_DASH] = ACTIONS(3055), + [anon_sym_LT_LT] = ACTIONS(3055), + [anon_sym_GT_GT] = ACTIONS(3055), + [anon_sym_GT_GT_GT] = ACTIONS(3055), + [anon_sym_AMP_CARET] = ACTIONS(3055), + [anon_sym_AMP_AMP] = ACTIONS(3055), + [anon_sym_PIPE_PIPE] = ACTIONS(3055), + [anon_sym_or] = ACTIONS(3055), + [sym_none] = ACTIONS(3055), + [sym_true] = ACTIONS(3055), + [sym_false] = ACTIONS(3055), + [sym_nil] = ACTIONS(3055), + [anon_sym_QMARK_DOT] = ACTIONS(3055), + [anon_sym_POUND_LBRACK] = ACTIONS(3055), + [anon_sym_if] = ACTIONS(3055), + [anon_sym_DOLLARif] = ACTIONS(3055), + [anon_sym_is] = ACTIONS(3055), + [anon_sym_BANGis] = ACTIONS(3055), + [anon_sym_in] = ACTIONS(3055), + [anon_sym_BANGin] = ACTIONS(3055), + [anon_sym_match] = ACTIONS(3055), + [anon_sym_select] = ACTIONS(3055), + [anon_sym_STAR_EQ] = ACTIONS(3055), + [anon_sym_SLASH_EQ] = ACTIONS(3055), + [anon_sym_PERCENT_EQ] = ACTIONS(3055), + [anon_sym_LT_LT_EQ] = ACTIONS(3055), + [anon_sym_GT_GT_EQ] = ACTIONS(3055), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3055), + [anon_sym_AMP_EQ] = ACTIONS(3055), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3055), + [anon_sym_PLUS_EQ] = ACTIONS(3055), + [anon_sym_DASH_EQ] = ACTIONS(3055), + [anon_sym_PIPE_EQ] = ACTIONS(3055), + [anon_sym_CARET_EQ] = ACTIONS(3055), + [anon_sym_COLON_EQ] = ACTIONS(3055), + [anon_sym_lock] = ACTIONS(3055), + [anon_sym_rlock] = ACTIONS(3055), + [anon_sym_unsafe] = ACTIONS(3055), + [anon_sym_sql] = ACTIONS(3055), + [sym_int_literal] = ACTIONS(3055), + [sym_float_literal] = ACTIONS(3055), + [sym_rune_literal] = ACTIONS(3055), + [sym_pseudo_compile_time_identifier] = ACTIONS(3055), + [anon_sym_shared] = ACTIONS(3055), + [anon_sym_map_LBRACK] = ACTIONS(3055), + [anon_sym_chan] = ACTIONS(3055), + [anon_sym_thread] = ACTIONS(3055), + [anon_sym_atomic] = ACTIONS(3055), + [anon_sym_assert] = ACTIONS(3055), + [anon_sym_defer] = ACTIONS(3055), + [anon_sym_goto] = ACTIONS(3055), + [anon_sym_break] = ACTIONS(3055), + [anon_sym_continue] = ACTIONS(3055), + [anon_sym_return] = ACTIONS(3055), + [anon_sym_DOLLARfor] = ACTIONS(3055), + [anon_sym_for] = ACTIONS(3055), + [anon_sym_POUND] = ACTIONS(3055), + [anon_sym_asm] = ACTIONS(3055), + [anon_sym_AT_LBRACK] = ACTIONS(3055), + [sym___double_quote] = ACTIONS(3055), + [sym___single_quote] = ACTIONS(3055), + [sym___c_double_quote] = ACTIONS(3055), + [sym___c_single_quote] = ACTIONS(3055), + [sym___r_double_quote] = ACTIONS(3055), + [sym___r_single_quote] = ACTIONS(3055), + }, + [489] = { + [sym_line_comment] = STATE(489), + [sym_block_comment] = STATE(489), + [ts_builtin_sym_end] = ACTIONS(3059), + [sym_identifier] = ACTIONS(3061), + [anon_sym_LF] = ACTIONS(3061), + [anon_sym_CR] = ACTIONS(3061), + [anon_sym_CR_LF] = ACTIONS(3061), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3061), + [anon_sym_as] = ACTIONS(3061), + [anon_sym_LBRACE] = ACTIONS(3061), + [anon_sym_COMMA] = ACTIONS(3061), + [anon_sym_const] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(3061), + [anon_sym_EQ] = ACTIONS(3061), + [anon_sym___global] = ACTIONS(3061), + [anon_sym_type] = ACTIONS(3061), + [anon_sym_PIPE] = ACTIONS(3061), + [anon_sym_fn] = ACTIONS(3061), + [anon_sym_PLUS] = ACTIONS(3061), + [anon_sym_DASH] = ACTIONS(3061), + [anon_sym_STAR] = ACTIONS(3061), + [anon_sym_SLASH] = ACTIONS(3061), + [anon_sym_PERCENT] = ACTIONS(3061), + [anon_sym_LT] = ACTIONS(3061), + [anon_sym_GT] = ACTIONS(3061), + [anon_sym_EQ_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(3061), + [anon_sym_LT_EQ] = ACTIONS(3061), + [anon_sym_GT_EQ] = ACTIONS(3061), + [anon_sym_LBRACK] = ACTIONS(3059), + [anon_sym_struct] = ACTIONS(3061), + [anon_sym_union] = ACTIONS(3061), + [anon_sym_pub] = ACTIONS(3061), + [anon_sym_mut] = ACTIONS(3061), + [anon_sym_enum] = ACTIONS(3061), + [anon_sym_interface] = ACTIONS(3061), + [anon_sym_PLUS_PLUS] = ACTIONS(3061), + [anon_sym_DASH_DASH] = ACTIONS(3061), + [anon_sym_QMARK] = ACTIONS(3061), + [anon_sym_BANG] = ACTIONS(3061), + [anon_sym_go] = ACTIONS(3061), + [anon_sym_spawn] = ACTIONS(3061), + [anon_sym_json_DOTdecode] = ACTIONS(3061), + [anon_sym_LBRACK2] = ACTIONS(3061), + [anon_sym_TILDE] = ACTIONS(3061), + [anon_sym_CARET] = ACTIONS(3061), + [anon_sym_AMP] = ACTIONS(3061), + [anon_sym_LT_DASH] = ACTIONS(3061), + [anon_sym_LT_LT] = ACTIONS(3061), + [anon_sym_GT_GT] = ACTIONS(3061), + [anon_sym_GT_GT_GT] = ACTIONS(3061), + [anon_sym_AMP_CARET] = ACTIONS(3061), + [anon_sym_AMP_AMP] = ACTIONS(3061), + [anon_sym_PIPE_PIPE] = ACTIONS(3061), + [anon_sym_or] = ACTIONS(3061), + [sym_none] = ACTIONS(3061), + [sym_true] = ACTIONS(3061), + [sym_false] = ACTIONS(3061), + [sym_nil] = ACTIONS(3061), + [anon_sym_QMARK_DOT] = ACTIONS(3061), + [anon_sym_POUND_LBRACK] = ACTIONS(3061), + [anon_sym_if] = ACTIONS(3061), + [anon_sym_DOLLARif] = ACTIONS(3061), + [anon_sym_is] = ACTIONS(3061), + [anon_sym_BANGis] = ACTIONS(3061), + [anon_sym_in] = ACTIONS(3061), + [anon_sym_BANGin] = ACTIONS(3061), + [anon_sym_match] = ACTIONS(3061), + [anon_sym_select] = ACTIONS(3061), + [anon_sym_STAR_EQ] = ACTIONS(3061), + [anon_sym_SLASH_EQ] = ACTIONS(3061), + [anon_sym_PERCENT_EQ] = ACTIONS(3061), + [anon_sym_LT_LT_EQ] = ACTIONS(3061), + [anon_sym_GT_GT_EQ] = ACTIONS(3061), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3061), + [anon_sym_AMP_EQ] = ACTIONS(3061), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3061), + [anon_sym_PLUS_EQ] = ACTIONS(3061), + [anon_sym_DASH_EQ] = ACTIONS(3061), + [anon_sym_PIPE_EQ] = ACTIONS(3061), + [anon_sym_CARET_EQ] = ACTIONS(3061), + [anon_sym_COLON_EQ] = ACTIONS(3061), + [anon_sym_lock] = ACTIONS(3061), + [anon_sym_rlock] = ACTIONS(3061), + [anon_sym_unsafe] = ACTIONS(3061), + [anon_sym_sql] = ACTIONS(3061), + [sym_int_literal] = ACTIONS(3061), + [sym_float_literal] = ACTIONS(3061), + [sym_rune_literal] = ACTIONS(3061), + [sym_pseudo_compile_time_identifier] = ACTIONS(3061), + [anon_sym_shared] = ACTIONS(3061), + [anon_sym_map_LBRACK] = ACTIONS(3061), + [anon_sym_chan] = ACTIONS(3061), + [anon_sym_thread] = ACTIONS(3061), + [anon_sym_atomic] = ACTIONS(3061), + [anon_sym_assert] = ACTIONS(3061), + [anon_sym_defer] = ACTIONS(3061), + [anon_sym_goto] = ACTIONS(3061), + [anon_sym_break] = ACTIONS(3061), + [anon_sym_continue] = ACTIONS(3061), + [anon_sym_return] = ACTIONS(3061), + [anon_sym_DOLLARfor] = ACTIONS(3061), + [anon_sym_for] = ACTIONS(3061), + [anon_sym_POUND] = ACTIONS(3061), + [anon_sym_asm] = ACTIONS(3061), + [anon_sym_AT_LBRACK] = ACTIONS(3061), + [sym___double_quote] = ACTIONS(3061), + [sym___single_quote] = ACTIONS(3061), + [sym___c_double_quote] = ACTIONS(3061), + [sym___c_single_quote] = ACTIONS(3061), + [sym___r_double_quote] = ACTIONS(3061), + [sym___r_single_quote] = ACTIONS(3061), + }, + [490] = { + [sym_line_comment] = STATE(490), + [sym_block_comment] = STATE(490), + [sym__expression] = STATE(2739), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [508] = { - [sym_line_comment] = STATE(508), - [sym_block_comment] = STATE(508), - [sym__expression] = STATE(2499), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [491] = { + [sym_line_comment] = STATE(491), + [sym_block_comment] = STATE(491), + [sym__expression] = STATE(992), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, - [509] = { - [sym_line_comment] = STATE(509), - [sym_block_comment] = STATE(509), - [sym__expression] = STATE(1321), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [492] = { + [sym_line_comment] = STATE(492), + [sym_block_comment] = STATE(492), + [sym__expression] = STATE(988), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4305), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, - [510] = { - [sym_line_comment] = STATE(510), - [sym_block_comment] = STATE(510), - [sym__expression] = STATE(2887), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [493] = { + [sym_line_comment] = STATE(493), + [sym_block_comment] = STATE(493), + [sym__expression] = STATE(1806), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4183), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, - [511] = { - [sym_line_comment] = STATE(511), - [sym_block_comment] = STATE(511), - [sym__expression] = STATE(2666), + [494] = { + [sym_line_comment] = STATE(494), + [sym_block_comment] = STATE(494), + [sym__expression] = STATE(2735), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3666), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [512] = { - [sym_line_comment] = STATE(512), - [sym_block_comment] = STATE(512), - [sym__expression] = STATE(2906), + [495] = { + [sym_line_comment] = STATE(495), + [sym_block_comment] = STATE(495), + [sym__expression] = STATE(2663), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [513] = { - [sym_line_comment] = STATE(513), - [sym_block_comment] = STATE(513), - [sym__expression] = STATE(1151), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [496] = { + [sym_line_comment] = STATE(496), + [sym_block_comment] = STATE(496), + [sym__expression] = STATE(1148), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -83438,1465 +81483,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [514] = { - [sym_line_comment] = STATE(514), - [sym_block_comment] = STATE(514), - [sym__expression] = STATE(251), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4200), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), - }, - [515] = { - [sym_line_comment] = STATE(515), - [sym_block_comment] = STATE(515), - [sym__expression] = STATE(2335), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [516] = { - [sym_line_comment] = STATE(516), - [sym_block_comment] = STATE(516), - [sym__expression] = STATE(985), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_struct] = ACTIONS(513), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), - }, - [517] = { - [sym_line_comment] = STATE(517), - [sym_block_comment] = STATE(517), - [sym__expression] = STATE(2841), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [518] = { - [sym_line_comment] = STATE(518), - [sym_block_comment] = STATE(518), - [sym__expression] = STATE(2669), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [519] = { - [sym_line_comment] = STATE(519), - [sym_block_comment] = STATE(519), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(3670), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [520] = { - [sym_line_comment] = STATE(520), - [sym_block_comment] = STATE(520), - [sym__expression] = STATE(2816), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3664), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [521] = { - [sym_line_comment] = STATE(521), - [sym_block_comment] = STATE(521), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3021), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(3029), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [522] = { - [sym_line_comment] = STATE(522), - [sym_block_comment] = STATE(522), - [sym__expression] = STATE(2826), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3664), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [523] = { - [sym_line_comment] = STATE(523), - [sym_block_comment] = STATE(523), - [sym__expression] = STATE(297), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), - }, - [524] = { - [sym_line_comment] = STATE(524), - [sym_block_comment] = STATE(524), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2961), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(3011), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [525] = { - [sym_line_comment] = STATE(525), - [sym_block_comment] = STATE(525), - [sym__expression] = STATE(2804), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [526] = { - [sym_line_comment] = STATE(526), - [sym_block_comment] = STATE(526), - [sym__expression] = STATE(1144), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [497] = { + [sym_line_comment] = STATE(497), + [sym_block_comment] = STATE(497), + [sym__expression] = STATE(1150), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -84946,421 +81599,421 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [527] = { - [sym_line_comment] = STATE(527), - [sym_block_comment] = STATE(527), - [sym__expression] = STATE(2662), + [498] = { + [sym_line_comment] = STATE(498), + [sym_block_comment] = STATE(498), + [ts_builtin_sym_end] = ACTIONS(3063), + [sym_identifier] = ACTIONS(3065), + [anon_sym_LF] = ACTIONS(3065), + [anon_sym_CR] = ACTIONS(3065), + [anon_sym_CR_LF] = ACTIONS(3065), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3065), + [anon_sym_as] = ACTIONS(3065), + [anon_sym_LBRACE] = ACTIONS(3065), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_const] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(3065), + [anon_sym_EQ] = ACTIONS(3065), + [anon_sym___global] = ACTIONS(3065), + [anon_sym_type] = ACTIONS(3065), + [anon_sym_PIPE] = ACTIONS(3065), + [anon_sym_fn] = ACTIONS(3065), + [anon_sym_PLUS] = ACTIONS(3065), + [anon_sym_DASH] = ACTIONS(3065), + [anon_sym_STAR] = ACTIONS(3065), + [anon_sym_SLASH] = ACTIONS(3065), + [anon_sym_PERCENT] = ACTIONS(3065), + [anon_sym_LT] = ACTIONS(3065), + [anon_sym_GT] = ACTIONS(3065), + [anon_sym_EQ_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(3065), + [anon_sym_LT_EQ] = ACTIONS(3065), + [anon_sym_GT_EQ] = ACTIONS(3065), + [anon_sym_LBRACK] = ACTIONS(3063), + [anon_sym_struct] = ACTIONS(3065), + [anon_sym_union] = ACTIONS(3065), + [anon_sym_pub] = ACTIONS(3065), + [anon_sym_mut] = ACTIONS(3065), + [anon_sym_enum] = ACTIONS(3065), + [anon_sym_interface] = ACTIONS(3065), + [anon_sym_PLUS_PLUS] = ACTIONS(3065), + [anon_sym_DASH_DASH] = ACTIONS(3065), + [anon_sym_QMARK] = ACTIONS(3065), + [anon_sym_BANG] = ACTIONS(3065), + [anon_sym_go] = ACTIONS(3065), + [anon_sym_spawn] = ACTIONS(3065), + [anon_sym_json_DOTdecode] = ACTIONS(3065), + [anon_sym_LBRACK2] = ACTIONS(3065), + [anon_sym_TILDE] = ACTIONS(3065), + [anon_sym_CARET] = ACTIONS(3065), + [anon_sym_AMP] = ACTIONS(3065), + [anon_sym_LT_DASH] = ACTIONS(3065), + [anon_sym_LT_LT] = ACTIONS(3065), + [anon_sym_GT_GT] = ACTIONS(3065), + [anon_sym_GT_GT_GT] = ACTIONS(3065), + [anon_sym_AMP_CARET] = ACTIONS(3065), + [anon_sym_AMP_AMP] = ACTIONS(3065), + [anon_sym_PIPE_PIPE] = ACTIONS(3065), + [anon_sym_or] = ACTIONS(3065), + [sym_none] = ACTIONS(3065), + [sym_true] = ACTIONS(3065), + [sym_false] = ACTIONS(3065), + [sym_nil] = ACTIONS(3065), + [anon_sym_QMARK_DOT] = ACTIONS(3065), + [anon_sym_POUND_LBRACK] = ACTIONS(3065), + [anon_sym_if] = ACTIONS(3065), + [anon_sym_DOLLARif] = ACTIONS(3065), + [anon_sym_is] = ACTIONS(3065), + [anon_sym_BANGis] = ACTIONS(3065), + [anon_sym_in] = ACTIONS(3065), + [anon_sym_BANGin] = ACTIONS(3065), + [anon_sym_match] = ACTIONS(3065), + [anon_sym_select] = ACTIONS(3065), + [anon_sym_STAR_EQ] = ACTIONS(3065), + [anon_sym_SLASH_EQ] = ACTIONS(3065), + [anon_sym_PERCENT_EQ] = ACTIONS(3065), + [anon_sym_LT_LT_EQ] = ACTIONS(3065), + [anon_sym_GT_GT_EQ] = ACTIONS(3065), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3065), + [anon_sym_AMP_EQ] = ACTIONS(3065), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3065), + [anon_sym_PLUS_EQ] = ACTIONS(3065), + [anon_sym_DASH_EQ] = ACTIONS(3065), + [anon_sym_PIPE_EQ] = ACTIONS(3065), + [anon_sym_CARET_EQ] = ACTIONS(3065), + [anon_sym_COLON_EQ] = ACTIONS(3065), + [anon_sym_lock] = ACTIONS(3065), + [anon_sym_rlock] = ACTIONS(3065), + [anon_sym_unsafe] = ACTIONS(3065), + [anon_sym_sql] = ACTIONS(3065), + [sym_int_literal] = ACTIONS(3065), + [sym_float_literal] = ACTIONS(3065), + [sym_rune_literal] = ACTIONS(3065), + [sym_pseudo_compile_time_identifier] = ACTIONS(3065), + [anon_sym_shared] = ACTIONS(3065), + [anon_sym_map_LBRACK] = ACTIONS(3065), + [anon_sym_chan] = ACTIONS(3065), + [anon_sym_thread] = ACTIONS(3065), + [anon_sym_atomic] = ACTIONS(3065), + [anon_sym_assert] = ACTIONS(3065), + [anon_sym_defer] = ACTIONS(3065), + [anon_sym_goto] = ACTIONS(3065), + [anon_sym_break] = ACTIONS(3065), + [anon_sym_continue] = ACTIONS(3065), + [anon_sym_return] = ACTIONS(3065), + [anon_sym_DOLLARfor] = ACTIONS(3065), + [anon_sym_for] = ACTIONS(3065), + [anon_sym_POUND] = ACTIONS(3065), + [anon_sym_asm] = ACTIONS(3065), + [anon_sym_AT_LBRACK] = ACTIONS(3065), + [sym___double_quote] = ACTIONS(3065), + [sym___single_quote] = ACTIONS(3065), + [sym___c_double_quote] = ACTIONS(3065), + [sym___c_single_quote] = ACTIONS(3065), + [sym___r_double_quote] = ACTIONS(3065), + [sym___r_single_quote] = ACTIONS(3065), + }, + [499] = { + [sym_line_comment] = STATE(499), + [sym_block_comment] = STATE(499), + [sym__expression] = STATE(2770), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [528] = { - [sym_line_comment] = STATE(528), - [sym_block_comment] = STATE(528), - [sym__expression] = STATE(287), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [529] = { - [sym_line_comment] = STATE(529), - [sym_block_comment] = STATE(529), - [sym__expression] = STATE(2498), + [500] = { + [sym_line_comment] = STATE(500), + [sym_block_comment] = STATE(500), + [sym__expression] = STATE(2654), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [530] = { - [sym_line_comment] = STATE(530), - [sym_block_comment] = STATE(530), - [sym__expression] = STATE(1147), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [501] = { + [sym_line_comment] = STATE(501), + [sym_block_comment] = STATE(501), + [sym__expression] = STATE(1145), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -85410,189 +82063,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [531] = { - [sym_line_comment] = STATE(531), - [sym_block_comment] = STATE(531), - [sym__expression] = STATE(1324), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [502] = { + [sym_line_comment] = STATE(502), + [sym_block_comment] = STATE(502), + [sym__expression] = STATE(2865), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3666), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [532] = { - [sym_line_comment] = STATE(532), - [sym_block_comment] = STATE(532), - [sym__expression] = STATE(1145), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [503] = { + [sym_line_comment] = STATE(503), + [sym_block_comment] = STATE(503), + [sym__expression] = STATE(1142), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -85642,305 +82295,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [533] = { - [sym_line_comment] = STATE(533), - [sym_block_comment] = STATE(533), - [sym__expression] = STATE(2330), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), - }, - [534] = { - [sym_line_comment] = STATE(534), - [sym_block_comment] = STATE(534), - [sym__expression] = STATE(981), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4305), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [504] = { + [sym_line_comment] = STATE(504), + [sym_block_comment] = STATE(504), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3017), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(3016), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [535] = { - [sym_line_comment] = STATE(535), - [sym_block_comment] = STATE(535), - [sym__expression] = STATE(1139), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [505] = { + [sym_line_comment] = STATE(505), + [sym_block_comment] = STATE(505), + [sym__expression] = STATE(1141), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -85990,2625 +82527,2973 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [536] = { - [sym_line_comment] = STATE(536), - [sym_block_comment] = STATE(536), - [sym__expression] = STATE(2690), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [506] = { + [sym_line_comment] = STATE(506), + [sym_block_comment] = STATE(506), + [sym__expression] = STATE(1139), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(631), + [anon_sym_LBRACE] = ACTIONS(633), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_fn] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_STAR] = ACTIONS(645), + [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(655), + [anon_sym_go] = ACTIONS(657), + [anon_sym_spawn] = ACTIONS(659), + [anon_sym_json_DOTdecode] = ACTIONS(661), + [anon_sym_LBRACK2] = ACTIONS(663), + [anon_sym_TILDE] = ACTIONS(643), + [anon_sym_CARET] = ACTIONS(643), + [anon_sym_AMP] = ACTIONS(665), + [anon_sym_LT_DASH] = ACTIONS(667), + [sym_none] = ACTIONS(669), + [sym_true] = ACTIONS(669), + [sym_false] = ACTIONS(669), + [sym_nil] = ACTIONS(669), + [anon_sym_if] = ACTIONS(671), + [anon_sym_DOLLARif] = ACTIONS(673), + [anon_sym_match] = ACTIONS(675), + [anon_sym_select] = ACTIONS(677), + [anon_sym_lock] = ACTIONS(679), + [anon_sym_rlock] = ACTIONS(679), + [anon_sym_unsafe] = ACTIONS(681), + [anon_sym_sql] = ACTIONS(683), + [sym_int_literal] = ACTIONS(669), + [sym_float_literal] = ACTIONS(685), + [sym_rune_literal] = ACTIONS(685), + [sym_pseudo_compile_time_identifier] = ACTIONS(687), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(689), + [sym___single_quote] = ACTIONS(691), + [sym___c_double_quote] = ACTIONS(693), + [sym___c_single_quote] = ACTIONS(695), + [sym___r_double_quote] = ACTIONS(697), + [sym___r_single_quote] = ACTIONS(699), }, - [537] = { - [sym_line_comment] = STATE(537), - [sym_block_comment] = STATE(537), - [sym__expression] = STATE(1329), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [507] = { + [sym_line_comment] = STATE(507), + [sym_block_comment] = STATE(507), + [ts_builtin_sym_end] = ACTIONS(3067), + [sym_identifier] = ACTIONS(3069), + [anon_sym_LF] = ACTIONS(3069), + [anon_sym_CR] = ACTIONS(3069), + [anon_sym_CR_LF] = ACTIONS(3069), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3069), + [anon_sym_as] = ACTIONS(3069), + [anon_sym_LBRACE] = ACTIONS(3069), + [anon_sym_COMMA] = ACTIONS(3069), + [anon_sym_const] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(3069), + [anon_sym_EQ] = ACTIONS(3069), + [anon_sym___global] = ACTIONS(3069), + [anon_sym_type] = ACTIONS(3069), + [anon_sym_PIPE] = ACTIONS(3069), + [anon_sym_fn] = ACTIONS(3069), + [anon_sym_PLUS] = ACTIONS(3069), + [anon_sym_DASH] = ACTIONS(3069), + [anon_sym_STAR] = ACTIONS(3069), + [anon_sym_SLASH] = ACTIONS(3069), + [anon_sym_PERCENT] = ACTIONS(3069), + [anon_sym_LT] = ACTIONS(3069), + [anon_sym_GT] = ACTIONS(3069), + [anon_sym_EQ_EQ] = ACTIONS(3069), + [anon_sym_BANG_EQ] = ACTIONS(3069), + [anon_sym_LT_EQ] = ACTIONS(3069), + [anon_sym_GT_EQ] = ACTIONS(3069), + [anon_sym_LBRACK] = ACTIONS(3067), + [anon_sym_struct] = ACTIONS(3069), + [anon_sym_union] = ACTIONS(3069), + [anon_sym_pub] = ACTIONS(3069), + [anon_sym_mut] = ACTIONS(3069), + [anon_sym_enum] = ACTIONS(3069), + [anon_sym_interface] = ACTIONS(3069), + [anon_sym_PLUS_PLUS] = ACTIONS(3069), + [anon_sym_DASH_DASH] = ACTIONS(3069), + [anon_sym_QMARK] = ACTIONS(3069), + [anon_sym_BANG] = ACTIONS(3069), + [anon_sym_go] = ACTIONS(3069), + [anon_sym_spawn] = ACTIONS(3069), + [anon_sym_json_DOTdecode] = ACTIONS(3069), + [anon_sym_LBRACK2] = ACTIONS(3069), + [anon_sym_TILDE] = ACTIONS(3069), + [anon_sym_CARET] = ACTIONS(3069), + [anon_sym_AMP] = ACTIONS(3069), + [anon_sym_LT_DASH] = ACTIONS(3069), + [anon_sym_LT_LT] = ACTIONS(3069), + [anon_sym_GT_GT] = ACTIONS(3069), + [anon_sym_GT_GT_GT] = ACTIONS(3069), + [anon_sym_AMP_CARET] = ACTIONS(3069), + [anon_sym_AMP_AMP] = ACTIONS(3069), + [anon_sym_PIPE_PIPE] = ACTIONS(3069), + [anon_sym_or] = ACTIONS(3069), + [sym_none] = ACTIONS(3069), + [sym_true] = ACTIONS(3069), + [sym_false] = ACTIONS(3069), + [sym_nil] = ACTIONS(3069), + [anon_sym_QMARK_DOT] = ACTIONS(3069), + [anon_sym_POUND_LBRACK] = ACTIONS(3069), + [anon_sym_if] = ACTIONS(3069), + [anon_sym_DOLLARif] = ACTIONS(3069), + [anon_sym_is] = ACTIONS(3069), + [anon_sym_BANGis] = ACTIONS(3069), + [anon_sym_in] = ACTIONS(3069), + [anon_sym_BANGin] = ACTIONS(3069), + [anon_sym_match] = ACTIONS(3069), + [anon_sym_select] = ACTIONS(3069), + [anon_sym_STAR_EQ] = ACTIONS(3069), + [anon_sym_SLASH_EQ] = ACTIONS(3069), + [anon_sym_PERCENT_EQ] = ACTIONS(3069), + [anon_sym_LT_LT_EQ] = ACTIONS(3069), + [anon_sym_GT_GT_EQ] = ACTIONS(3069), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3069), + [anon_sym_AMP_EQ] = ACTIONS(3069), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3069), + [anon_sym_PLUS_EQ] = ACTIONS(3069), + [anon_sym_DASH_EQ] = ACTIONS(3069), + [anon_sym_PIPE_EQ] = ACTIONS(3069), + [anon_sym_CARET_EQ] = ACTIONS(3069), + [anon_sym_COLON_EQ] = ACTIONS(3069), + [anon_sym_lock] = ACTIONS(3069), + [anon_sym_rlock] = ACTIONS(3069), + [anon_sym_unsafe] = ACTIONS(3069), + [anon_sym_sql] = ACTIONS(3069), + [sym_int_literal] = ACTIONS(3069), + [sym_float_literal] = ACTIONS(3069), + [sym_rune_literal] = ACTIONS(3069), + [sym_pseudo_compile_time_identifier] = ACTIONS(3069), + [anon_sym_shared] = ACTIONS(3069), + [anon_sym_map_LBRACK] = ACTIONS(3069), + [anon_sym_chan] = ACTIONS(3069), + [anon_sym_thread] = ACTIONS(3069), + [anon_sym_atomic] = ACTIONS(3069), + [anon_sym_assert] = ACTIONS(3069), + [anon_sym_defer] = ACTIONS(3069), + [anon_sym_goto] = ACTIONS(3069), + [anon_sym_break] = ACTIONS(3069), + [anon_sym_continue] = ACTIONS(3069), + [anon_sym_return] = ACTIONS(3069), + [anon_sym_DOLLARfor] = ACTIONS(3069), + [anon_sym_for] = ACTIONS(3069), + [anon_sym_POUND] = ACTIONS(3069), + [anon_sym_asm] = ACTIONS(3069), + [anon_sym_AT_LBRACK] = ACTIONS(3069), + [sym___double_quote] = ACTIONS(3069), + [sym___single_quote] = ACTIONS(3069), + [sym___c_double_quote] = ACTIONS(3069), + [sym___c_single_quote] = ACTIONS(3069), + [sym___r_double_quote] = ACTIONS(3069), + [sym___r_single_quote] = ACTIONS(3069), }, - [538] = { - [sym_line_comment] = STATE(538), - [sym_block_comment] = STATE(538), - [sym__expression] = STATE(2806), + [508] = { + [sym_line_comment] = STATE(508), + [sym_block_comment] = STATE(508), + [sym__expression] = STATE(2695), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [539] = { - [sym_line_comment] = STATE(539), - [sym_block_comment] = STATE(539), - [sym__expression] = STATE(2890), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [509] = { + [sym_line_comment] = STATE(509), + [sym_block_comment] = STATE(509), + [sym__expression] = STATE(1140), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(631), + [anon_sym_LBRACE] = ACTIONS(633), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_fn] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_STAR] = ACTIONS(645), + [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(655), + [anon_sym_go] = ACTIONS(657), + [anon_sym_spawn] = ACTIONS(659), + [anon_sym_json_DOTdecode] = ACTIONS(661), + [anon_sym_LBRACK2] = ACTIONS(663), + [anon_sym_TILDE] = ACTIONS(643), + [anon_sym_CARET] = ACTIONS(643), + [anon_sym_AMP] = ACTIONS(665), + [anon_sym_LT_DASH] = ACTIONS(667), + [sym_none] = ACTIONS(669), + [sym_true] = ACTIONS(669), + [sym_false] = ACTIONS(669), + [sym_nil] = ACTIONS(669), + [anon_sym_if] = ACTIONS(671), + [anon_sym_DOLLARif] = ACTIONS(673), + [anon_sym_match] = ACTIONS(675), + [anon_sym_select] = ACTIONS(677), + [anon_sym_lock] = ACTIONS(679), + [anon_sym_rlock] = ACTIONS(679), + [anon_sym_unsafe] = ACTIONS(681), + [anon_sym_sql] = ACTIONS(683), + [sym_int_literal] = ACTIONS(669), + [sym_float_literal] = ACTIONS(685), + [sym_rune_literal] = ACTIONS(685), + [sym_pseudo_compile_time_identifier] = ACTIONS(687), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(689), + [sym___single_quote] = ACTIONS(691), + [sym___c_double_quote] = ACTIONS(693), + [sym___c_single_quote] = ACTIONS(695), + [sym___r_double_quote] = ACTIONS(697), + [sym___r_single_quote] = ACTIONS(699), }, - [540] = { - [sym_line_comment] = STATE(540), - [sym_block_comment] = STATE(540), - [sym__expression] = STATE(2490), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [510] = { + [sym_line_comment] = STATE(510), + [sym_block_comment] = STATE(510), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(3685), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [541] = { - [sym_line_comment] = STATE(541), - [sym_block_comment] = STATE(541), - [sym__expression] = STATE(2781), + [511] = { + [sym_line_comment] = STATE(511), + [sym_block_comment] = STATE(511), + [sym__expression] = STATE(2489), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3664), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [542] = { - [sym_line_comment] = STATE(542), - [sym_block_comment] = STATE(542), - [sym__expression] = STATE(2179), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4391), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [512] = { + [sym_line_comment] = STATE(512), + [sym_block_comment] = STATE(512), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [543] = { - [sym_line_comment] = STATE(543), - [sym_block_comment] = STATE(543), - [sym__expression] = STATE(2179), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4398), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), + [513] = { + [sym_line_comment] = STATE(513), + [sym_block_comment] = STATE(513), + [ts_builtin_sym_end] = ACTIONS(3071), + [sym_identifier] = ACTIONS(3073), + [anon_sym_LF] = ACTIONS(3073), + [anon_sym_CR] = ACTIONS(3073), + [anon_sym_CR_LF] = ACTIONS(3073), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3073), + [anon_sym_as] = ACTIONS(3073), + [anon_sym_LBRACE] = ACTIONS(3073), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_const] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(3073), + [anon_sym_EQ] = ACTIONS(3073), + [anon_sym___global] = ACTIONS(3073), + [anon_sym_type] = ACTIONS(3073), + [anon_sym_PIPE] = ACTIONS(3073), + [anon_sym_fn] = ACTIONS(3073), + [anon_sym_PLUS] = ACTIONS(3073), + [anon_sym_DASH] = ACTIONS(3073), + [anon_sym_STAR] = ACTIONS(3073), + [anon_sym_SLASH] = ACTIONS(3073), + [anon_sym_PERCENT] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(3073), + [anon_sym_GT] = ACTIONS(3073), + [anon_sym_EQ_EQ] = ACTIONS(3073), + [anon_sym_BANG_EQ] = ACTIONS(3073), + [anon_sym_LT_EQ] = ACTIONS(3073), + [anon_sym_GT_EQ] = ACTIONS(3073), + [anon_sym_LBRACK] = ACTIONS(3071), + [anon_sym_struct] = ACTIONS(3073), + [anon_sym_union] = ACTIONS(3073), + [anon_sym_pub] = ACTIONS(3073), + [anon_sym_mut] = ACTIONS(3073), + [anon_sym_enum] = ACTIONS(3073), + [anon_sym_interface] = ACTIONS(3073), + [anon_sym_PLUS_PLUS] = ACTIONS(3073), + [anon_sym_DASH_DASH] = ACTIONS(3073), + [anon_sym_QMARK] = ACTIONS(3073), + [anon_sym_BANG] = ACTIONS(3073), + [anon_sym_go] = ACTIONS(3073), + [anon_sym_spawn] = ACTIONS(3073), + [anon_sym_json_DOTdecode] = ACTIONS(3073), + [anon_sym_LBRACK2] = ACTIONS(3073), + [anon_sym_TILDE] = ACTIONS(3073), + [anon_sym_CARET] = ACTIONS(3073), + [anon_sym_AMP] = ACTIONS(3073), + [anon_sym_LT_DASH] = ACTIONS(3073), + [anon_sym_LT_LT] = ACTIONS(3073), + [anon_sym_GT_GT] = ACTIONS(3073), + [anon_sym_GT_GT_GT] = ACTIONS(3073), + [anon_sym_AMP_CARET] = ACTIONS(3073), + [anon_sym_AMP_AMP] = ACTIONS(3073), + [anon_sym_PIPE_PIPE] = ACTIONS(3073), + [anon_sym_or] = ACTIONS(3073), + [sym_none] = ACTIONS(3073), + [sym_true] = ACTIONS(3073), + [sym_false] = ACTIONS(3073), + [sym_nil] = ACTIONS(3073), + [anon_sym_QMARK_DOT] = ACTIONS(3073), + [anon_sym_POUND_LBRACK] = ACTIONS(3073), + [anon_sym_if] = ACTIONS(3073), [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [anon_sym_is] = ACTIONS(3073), + [anon_sym_BANGis] = ACTIONS(3073), + [anon_sym_in] = ACTIONS(3073), + [anon_sym_BANGin] = ACTIONS(3073), + [anon_sym_match] = ACTIONS(3073), + [anon_sym_select] = ACTIONS(3073), + [anon_sym_STAR_EQ] = ACTIONS(3073), + [anon_sym_SLASH_EQ] = ACTIONS(3073), + [anon_sym_PERCENT_EQ] = ACTIONS(3073), + [anon_sym_LT_LT_EQ] = ACTIONS(3073), + [anon_sym_GT_GT_EQ] = ACTIONS(3073), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3073), + [anon_sym_AMP_EQ] = ACTIONS(3073), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3073), + [anon_sym_PLUS_EQ] = ACTIONS(3073), + [anon_sym_DASH_EQ] = ACTIONS(3073), + [anon_sym_PIPE_EQ] = ACTIONS(3073), + [anon_sym_CARET_EQ] = ACTIONS(3073), + [anon_sym_COLON_EQ] = ACTIONS(3073), + [anon_sym_lock] = ACTIONS(3073), + [anon_sym_rlock] = ACTIONS(3073), + [anon_sym_unsafe] = ACTIONS(3073), + [anon_sym_sql] = ACTIONS(3073), + [sym_int_literal] = ACTIONS(3073), + [sym_float_literal] = ACTIONS(3073), + [sym_rune_literal] = ACTIONS(3073), + [sym_pseudo_compile_time_identifier] = ACTIONS(3073), + [anon_sym_shared] = ACTIONS(3073), + [anon_sym_map_LBRACK] = ACTIONS(3073), + [anon_sym_chan] = ACTIONS(3073), + [anon_sym_thread] = ACTIONS(3073), + [anon_sym_atomic] = ACTIONS(3073), + [anon_sym_assert] = ACTIONS(3073), + [anon_sym_defer] = ACTIONS(3073), + [anon_sym_goto] = ACTIONS(3073), + [anon_sym_break] = ACTIONS(3073), + [anon_sym_continue] = ACTIONS(3073), + [anon_sym_return] = ACTIONS(3073), + [anon_sym_DOLLARfor] = ACTIONS(3073), + [anon_sym_for] = ACTIONS(3073), + [anon_sym_POUND] = ACTIONS(3073), + [anon_sym_asm] = ACTIONS(3073), + [anon_sym_AT_LBRACK] = ACTIONS(3073), + [sym___double_quote] = ACTIONS(3073), + [sym___single_quote] = ACTIONS(3073), + [sym___c_double_quote] = ACTIONS(3073), + [sym___c_single_quote] = ACTIONS(3073), + [sym___r_double_quote] = ACTIONS(3073), + [sym___r_single_quote] = ACTIONS(3073), }, - [544] = { - [sym_line_comment] = STATE(544), - [sym_block_comment] = STATE(544), - [sym__expression] = STATE(2179), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4401), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [514] = { + [sym_line_comment] = STATE(514), + [sym_block_comment] = STATE(514), + [sym__expression] = STATE(2322), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [545] = { - [sym_line_comment] = STATE(545), - [sym_block_comment] = STATE(545), - [sym__expression] = STATE(251), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4209), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [515] = { + [sym_line_comment] = STATE(515), + [sym_block_comment] = STATE(515), + [ts_builtin_sym_end] = ACTIONS(3075), + [sym_identifier] = ACTIONS(3078), + [anon_sym_LF] = ACTIONS(3078), + [anon_sym_CR] = ACTIONS(3078), + [anon_sym_CR_LF] = ACTIONS(3078), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3078), + [anon_sym_as] = ACTIONS(3078), + [anon_sym_LBRACE] = ACTIONS(3078), + [anon_sym_COMMA] = ACTIONS(3078), + [anon_sym_const] = ACTIONS(3078), + [anon_sym_LPAREN] = ACTIONS(3078), + [anon_sym_EQ] = ACTIONS(3078), + [anon_sym___global] = ACTIONS(3078), + [anon_sym_type] = ACTIONS(3078), + [anon_sym_PIPE] = ACTIONS(3078), + [anon_sym_fn] = ACTIONS(3078), + [anon_sym_PLUS] = ACTIONS(3078), + [anon_sym_DASH] = ACTIONS(3078), + [anon_sym_STAR] = ACTIONS(3078), + [anon_sym_SLASH] = ACTIONS(3078), + [anon_sym_PERCENT] = ACTIONS(3078), + [anon_sym_LT] = ACTIONS(3078), + [anon_sym_GT] = ACTIONS(3078), + [anon_sym_EQ_EQ] = ACTIONS(3078), + [anon_sym_BANG_EQ] = ACTIONS(3078), + [anon_sym_LT_EQ] = ACTIONS(3078), + [anon_sym_GT_EQ] = ACTIONS(3078), + [anon_sym_LBRACK] = ACTIONS(3075), + [anon_sym_struct] = ACTIONS(3078), + [anon_sym_union] = ACTIONS(3078), + [anon_sym_pub] = ACTIONS(3078), + [anon_sym_mut] = ACTIONS(3078), + [anon_sym_enum] = ACTIONS(3078), + [anon_sym_interface] = ACTIONS(3078), + [anon_sym_PLUS_PLUS] = ACTIONS(3078), + [anon_sym_DASH_DASH] = ACTIONS(3078), + [anon_sym_QMARK] = ACTIONS(3078), + [anon_sym_BANG] = ACTIONS(3078), + [anon_sym_go] = ACTIONS(3078), + [anon_sym_spawn] = ACTIONS(3078), + [anon_sym_json_DOTdecode] = ACTIONS(3078), + [anon_sym_LBRACK2] = ACTIONS(3078), + [anon_sym_TILDE] = ACTIONS(3078), + [anon_sym_CARET] = ACTIONS(3078), + [anon_sym_AMP] = ACTIONS(3078), + [anon_sym_LT_DASH] = ACTIONS(3078), + [anon_sym_LT_LT] = ACTIONS(3078), + [anon_sym_GT_GT] = ACTIONS(3078), + [anon_sym_GT_GT_GT] = ACTIONS(3078), + [anon_sym_AMP_CARET] = ACTIONS(3078), + [anon_sym_AMP_AMP] = ACTIONS(3078), + [anon_sym_PIPE_PIPE] = ACTIONS(3078), + [anon_sym_or] = ACTIONS(3078), + [sym_none] = ACTIONS(3078), + [sym_true] = ACTIONS(3078), + [sym_false] = ACTIONS(3078), + [sym_nil] = ACTIONS(3078), + [anon_sym_QMARK_DOT] = ACTIONS(3078), + [anon_sym_POUND_LBRACK] = ACTIONS(3078), + [anon_sym_if] = ACTIONS(3078), + [anon_sym_DOLLARif] = ACTIONS(3078), + [anon_sym_is] = ACTIONS(3078), + [anon_sym_BANGis] = ACTIONS(3078), + [anon_sym_in] = ACTIONS(3078), + [anon_sym_BANGin] = ACTIONS(3078), + [anon_sym_match] = ACTIONS(3078), + [anon_sym_select] = ACTIONS(3078), + [anon_sym_STAR_EQ] = ACTIONS(3078), + [anon_sym_SLASH_EQ] = ACTIONS(3078), + [anon_sym_PERCENT_EQ] = ACTIONS(3078), + [anon_sym_LT_LT_EQ] = ACTIONS(3078), + [anon_sym_GT_GT_EQ] = ACTIONS(3078), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3078), + [anon_sym_AMP_EQ] = ACTIONS(3078), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3078), + [anon_sym_PLUS_EQ] = ACTIONS(3078), + [anon_sym_DASH_EQ] = ACTIONS(3078), + [anon_sym_PIPE_EQ] = ACTIONS(3078), + [anon_sym_CARET_EQ] = ACTIONS(3078), + [anon_sym_COLON_EQ] = ACTIONS(3078), + [anon_sym_lock] = ACTIONS(3078), + [anon_sym_rlock] = ACTIONS(3078), + [anon_sym_unsafe] = ACTIONS(3078), + [anon_sym_sql] = ACTIONS(3078), + [sym_int_literal] = ACTIONS(3078), + [sym_float_literal] = ACTIONS(3078), + [sym_rune_literal] = ACTIONS(3078), + [sym_pseudo_compile_time_identifier] = ACTIONS(3078), + [anon_sym_shared] = ACTIONS(3078), + [anon_sym_map_LBRACK] = ACTIONS(3078), + [anon_sym_chan] = ACTIONS(3078), + [anon_sym_thread] = ACTIONS(3078), + [anon_sym_atomic] = ACTIONS(3078), + [anon_sym_assert] = ACTIONS(3078), + [anon_sym_defer] = ACTIONS(3078), + [anon_sym_goto] = ACTIONS(3078), + [anon_sym_break] = ACTIONS(3078), + [anon_sym_continue] = ACTIONS(3078), + [anon_sym_return] = ACTIONS(3078), + [anon_sym_DOLLARfor] = ACTIONS(3078), + [anon_sym_for] = ACTIONS(3078), + [anon_sym_POUND] = ACTIONS(3078), + [anon_sym_asm] = ACTIONS(3078), + [anon_sym_AT_LBRACK] = ACTIONS(3078), + [sym___double_quote] = ACTIONS(3078), + [sym___single_quote] = ACTIONS(3078), + [sym___c_double_quote] = ACTIONS(3078), + [sym___c_single_quote] = ACTIONS(3078), + [sym___r_double_quote] = ACTIONS(3078), + [sym___r_single_quote] = ACTIONS(3078), + }, + [516] = { + [sym_line_comment] = STATE(516), + [sym_block_comment] = STATE(516), + [sym__expression] = STATE(2729), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [546] = { - [sym_line_comment] = STATE(546), - [sym_block_comment] = STATE(546), - [sym__expression] = STATE(2178), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), + [517] = { + [sym_line_comment] = STATE(517), + [sym_block_comment] = STATE(517), + [ts_builtin_sym_end] = ACTIONS(3081), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LF] = ACTIONS(3083), + [anon_sym_CR] = ACTIONS(3083), + [anon_sym_CR_LF] = ACTIONS(3083), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3083), + [anon_sym_as] = ACTIONS(3083), + [anon_sym_LBRACE] = ACTIONS(3083), + [anon_sym_COMMA] = ACTIONS(3083), + [anon_sym_const] = ACTIONS(3083), + [anon_sym_LPAREN] = ACTIONS(3083), + [anon_sym_EQ] = ACTIONS(3083), + [anon_sym___global] = ACTIONS(3083), + [anon_sym_type] = ACTIONS(3083), + [anon_sym_PIPE] = ACTIONS(3083), + [anon_sym_fn] = ACTIONS(3083), + [anon_sym_PLUS] = ACTIONS(3083), + [anon_sym_DASH] = ACTIONS(3083), + [anon_sym_STAR] = ACTIONS(3083), + [anon_sym_SLASH] = ACTIONS(3083), + [anon_sym_PERCENT] = ACTIONS(3083), + [anon_sym_LT] = ACTIONS(3083), + [anon_sym_GT] = ACTIONS(3083), + [anon_sym_EQ_EQ] = ACTIONS(3083), + [anon_sym_BANG_EQ] = ACTIONS(3083), + [anon_sym_LT_EQ] = ACTIONS(3083), + [anon_sym_GT_EQ] = ACTIONS(3083), + [anon_sym_LBRACK] = ACTIONS(3081), + [anon_sym_struct] = ACTIONS(3083), + [anon_sym_union] = ACTIONS(3083), + [anon_sym_pub] = ACTIONS(3083), + [anon_sym_mut] = ACTIONS(3083), + [anon_sym_enum] = ACTIONS(3083), + [anon_sym_interface] = ACTIONS(3083), + [anon_sym_PLUS_PLUS] = ACTIONS(3083), + [anon_sym_DASH_DASH] = ACTIONS(3083), + [anon_sym_QMARK] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_go] = ACTIONS(3083), + [anon_sym_spawn] = ACTIONS(3083), + [anon_sym_json_DOTdecode] = ACTIONS(3083), + [anon_sym_LBRACK2] = ACTIONS(3083), + [anon_sym_TILDE] = ACTIONS(3083), + [anon_sym_CARET] = ACTIONS(3083), + [anon_sym_AMP] = ACTIONS(3083), + [anon_sym_LT_DASH] = ACTIONS(3083), + [anon_sym_LT_LT] = ACTIONS(3083), + [anon_sym_GT_GT] = ACTIONS(3083), + [anon_sym_GT_GT_GT] = ACTIONS(3083), + [anon_sym_AMP_CARET] = ACTIONS(3083), + [anon_sym_AMP_AMP] = ACTIONS(3083), + [anon_sym_PIPE_PIPE] = ACTIONS(3083), + [anon_sym_or] = ACTIONS(3083), + [sym_none] = ACTIONS(3083), + [sym_true] = ACTIONS(3083), + [sym_false] = ACTIONS(3083), + [sym_nil] = ACTIONS(3083), + [anon_sym_QMARK_DOT] = ACTIONS(3083), + [anon_sym_POUND_LBRACK] = ACTIONS(3083), + [anon_sym_if] = ACTIONS(3083), + [anon_sym_DOLLARif] = ACTIONS(3083), + [anon_sym_is] = ACTIONS(3083), + [anon_sym_BANGis] = ACTIONS(3083), + [anon_sym_in] = ACTIONS(3083), + [anon_sym_BANGin] = ACTIONS(3083), + [anon_sym_match] = ACTIONS(3083), + [anon_sym_select] = ACTIONS(3083), + [anon_sym_STAR_EQ] = ACTIONS(3083), + [anon_sym_SLASH_EQ] = ACTIONS(3083), + [anon_sym_PERCENT_EQ] = ACTIONS(3083), + [anon_sym_LT_LT_EQ] = ACTIONS(3083), + [anon_sym_GT_GT_EQ] = ACTIONS(3083), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3083), + [anon_sym_AMP_EQ] = ACTIONS(3083), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3083), + [anon_sym_PLUS_EQ] = ACTIONS(3083), + [anon_sym_DASH_EQ] = ACTIONS(3083), + [anon_sym_PIPE_EQ] = ACTIONS(3083), + [anon_sym_CARET_EQ] = ACTIONS(3083), + [anon_sym_COLON_EQ] = ACTIONS(3083), + [anon_sym_lock] = ACTIONS(3083), + [anon_sym_rlock] = ACTIONS(3083), + [anon_sym_unsafe] = ACTIONS(3083), [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym_int_literal] = ACTIONS(3083), + [sym_float_literal] = ACTIONS(3083), + [sym_rune_literal] = ACTIONS(3083), + [sym_pseudo_compile_time_identifier] = ACTIONS(3083), + [anon_sym_shared] = ACTIONS(3083), + [anon_sym_map_LBRACK] = ACTIONS(3083), + [anon_sym_chan] = ACTIONS(3083), + [anon_sym_thread] = ACTIONS(3083), + [anon_sym_atomic] = ACTIONS(3083), + [anon_sym_assert] = ACTIONS(3083), + [anon_sym_defer] = ACTIONS(3083), + [anon_sym_goto] = ACTIONS(3083), + [anon_sym_break] = ACTIONS(3083), + [anon_sym_continue] = ACTIONS(3083), + [anon_sym_return] = ACTIONS(3083), + [anon_sym_DOLLARfor] = ACTIONS(3083), + [anon_sym_for] = ACTIONS(3083), + [anon_sym_POUND] = ACTIONS(3083), + [anon_sym_asm] = ACTIONS(3083), + [anon_sym_AT_LBRACK] = ACTIONS(3083), + [sym___double_quote] = ACTIONS(3083), + [sym___single_quote] = ACTIONS(3083), + [sym___c_double_quote] = ACTIONS(3083), + [sym___c_single_quote] = ACTIONS(3083), + [sym___r_double_quote] = ACTIONS(3083), + [sym___r_single_quote] = ACTIONS(3083), }, - [547] = { - [sym_line_comment] = STATE(547), - [sym_block_comment] = STATE(547), - [sym__expression] = STATE(982), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [518] = { + [sym_line_comment] = STATE(518), + [sym_block_comment] = STATE(518), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2977), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2976), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [548] = { - [sym_line_comment] = STATE(548), - [sym_block_comment] = STATE(548), - [sym__expression] = STATE(983), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [519] = { + [sym_line_comment] = STATE(519), + [sym_block_comment] = STATE(519), + [sym__expression] = STATE(2687), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), - }, - [549] = { - [sym_line_comment] = STATE(549), - [sym_block_comment] = STATE(549), - [ts_builtin_sym_end] = ACTIONS(3125), - [sym_identifier] = ACTIONS(3127), - [anon_sym_LF] = ACTIONS(3127), - [anon_sym_CR] = ACTIONS(3127), - [anon_sym_CR_LF] = ACTIONS(3127), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3127), - [anon_sym_as] = ACTIONS(3127), - [anon_sym_LBRACE] = ACTIONS(3127), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_const] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(3127), - [anon_sym_EQ] = ACTIONS(3127), - [anon_sym___global] = ACTIONS(3127), - [anon_sym_type] = ACTIONS(3127), - [anon_sym_PIPE] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(3127), - [anon_sym_DASH] = ACTIONS(3127), - [anon_sym_STAR] = ACTIONS(3127), - [anon_sym_SLASH] = ACTIONS(3127), - [anon_sym_PERCENT] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3127), - [anon_sym_GT] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_LBRACK] = ACTIONS(3125), - [anon_sym_struct] = ACTIONS(3127), - [anon_sym_union] = ACTIONS(3127), - [anon_sym_pub] = ACTIONS(3127), - [anon_sym_mut] = ACTIONS(3127), - [anon_sym_enum] = ACTIONS(3127), - [anon_sym_interface] = ACTIONS(3127), - [anon_sym_PLUS_PLUS] = ACTIONS(3127), - [anon_sym_DASH_DASH] = ACTIONS(3127), - [anon_sym_QMARK] = ACTIONS(3127), - [anon_sym_BANG] = ACTIONS(3127), - [anon_sym_go] = ACTIONS(3127), - [anon_sym_spawn] = ACTIONS(3127), - [anon_sym_json_DOTdecode] = ACTIONS(3127), - [anon_sym_LBRACK2] = ACTIONS(3127), - [anon_sym_TILDE] = ACTIONS(3127), - [anon_sym_CARET] = ACTIONS(3127), - [anon_sym_AMP] = ACTIONS(3127), - [anon_sym_LT_DASH] = ACTIONS(3127), - [anon_sym_LT_LT] = ACTIONS(3127), - [anon_sym_GT_GT] = ACTIONS(3127), - [anon_sym_GT_GT_GT] = ACTIONS(3127), - [anon_sym_AMP_CARET] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_or] = ACTIONS(3127), - [sym_none] = ACTIONS(3127), - [sym_true] = ACTIONS(3127), - [sym_false] = ACTIONS(3127), - [sym_nil] = ACTIONS(3127), - [anon_sym_QMARK_DOT] = ACTIONS(3127), - [anon_sym_POUND_LBRACK] = ACTIONS(3127), - [anon_sym_if] = ACTIONS(3127), - [anon_sym_DOLLARif] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3127), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_in] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_match] = ACTIONS(3127), - [anon_sym_select] = ACTIONS(3127), - [anon_sym_STAR_EQ] = ACTIONS(3127), - [anon_sym_SLASH_EQ] = ACTIONS(3127), - [anon_sym_PERCENT_EQ] = ACTIONS(3127), - [anon_sym_LT_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_GT_EQ] = ACTIONS(3127), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3127), - [anon_sym_AMP_EQ] = ACTIONS(3127), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3127), - [anon_sym_PLUS_EQ] = ACTIONS(3127), - [anon_sym_DASH_EQ] = ACTIONS(3127), - [anon_sym_PIPE_EQ] = ACTIONS(3127), - [anon_sym_CARET_EQ] = ACTIONS(3127), - [anon_sym_COLON_EQ] = ACTIONS(3127), - [anon_sym_lock] = ACTIONS(3127), - [anon_sym_rlock] = ACTIONS(3127), - [anon_sym_unsafe] = ACTIONS(3127), - [anon_sym_sql] = ACTIONS(3127), - [sym_int_literal] = ACTIONS(3127), - [sym_float_literal] = ACTIONS(3127), - [sym_rune_literal] = ACTIONS(3127), - [sym_pseudo_compile_time_identifier] = ACTIONS(3127), - [anon_sym_shared] = ACTIONS(3127), - [anon_sym_map_LBRACK] = ACTIONS(3127), - [anon_sym_chan] = ACTIONS(3127), - [anon_sym_thread] = ACTIONS(3127), - [anon_sym_atomic] = ACTIONS(3127), - [anon_sym_assert] = ACTIONS(3127), - [anon_sym_defer] = ACTIONS(3127), - [anon_sym_goto] = ACTIONS(3127), - [anon_sym_break] = ACTIONS(3127), - [anon_sym_continue] = ACTIONS(3127), - [anon_sym_return] = ACTIONS(3127), - [anon_sym_DOLLARfor] = ACTIONS(3127), - [anon_sym_for] = ACTIONS(3127), - [anon_sym_POUND] = ACTIONS(3127), - [anon_sym_asm] = ACTIONS(3127), - [anon_sym_AT_LBRACK] = ACTIONS(3127), - [sym___double_quote] = ACTIONS(3127), - [sym___single_quote] = ACTIONS(3127), - [sym___c_double_quote] = ACTIONS(3127), - [sym___c_single_quote] = ACTIONS(3127), - [sym___r_double_quote] = ACTIONS(3127), - [sym___r_single_quote] = ACTIONS(3127), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [550] = { - [sym_line_comment] = STATE(550), - [sym_block_comment] = STATE(550), - [sym__expression] = STATE(2284), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [520] = { + [sym_line_comment] = STATE(520), + [sym_block_comment] = STATE(520), + [sym__expression] = STATE(2806), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3666), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [551] = { - [sym_line_comment] = STATE(551), - [sym_block_comment] = STATE(551), - [sym__expression] = STATE(2216), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [521] = { + [sym_line_comment] = STATE(521), + [sym_block_comment] = STATE(521), + [sym__expression] = STATE(2877), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3666), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [552] = { - [sym_line_comment] = STATE(552), - [sym_block_comment] = STATE(552), - [sym__expression] = STATE(2179), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [522] = { + [sym_line_comment] = STATE(522), + [sym_block_comment] = STATE(522), + [sym__expression] = STATE(2685), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [523] = { + [sym_line_comment] = STATE(523), + [sym_block_comment] = STATE(523), + [ts_builtin_sym_end] = ACTIONS(3085), + [sym_identifier] = ACTIONS(3088), + [anon_sym_LF] = ACTIONS(3088), + [anon_sym_CR] = ACTIONS(3088), + [anon_sym_CR_LF] = ACTIONS(3088), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3088), + [anon_sym_as] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3088), + [anon_sym_COMMA] = ACTIONS(3088), + [anon_sym_const] = ACTIONS(3088), + [anon_sym_LPAREN] = ACTIONS(3088), + [anon_sym_EQ] = ACTIONS(3088), + [anon_sym___global] = ACTIONS(3088), + [anon_sym_type] = ACTIONS(3088), + [anon_sym_PIPE] = ACTIONS(3088), + [anon_sym_fn] = ACTIONS(3088), + [anon_sym_PLUS] = ACTIONS(3088), + [anon_sym_DASH] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3088), + [anon_sym_SLASH] = ACTIONS(3088), + [anon_sym_PERCENT] = ACTIONS(3088), + [anon_sym_LT] = ACTIONS(3088), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_LT_EQ] = ACTIONS(3088), + [anon_sym_GT_EQ] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3085), + [anon_sym_struct] = ACTIONS(3088), + [anon_sym_union] = ACTIONS(3088), + [anon_sym_pub] = ACTIONS(3088), + [anon_sym_mut] = ACTIONS(3088), + [anon_sym_enum] = ACTIONS(3088), + [anon_sym_interface] = ACTIONS(3088), + [anon_sym_PLUS_PLUS] = ACTIONS(3088), + [anon_sym_DASH_DASH] = ACTIONS(3088), + [anon_sym_QMARK] = ACTIONS(3088), + [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_go] = ACTIONS(3088), + [anon_sym_spawn] = ACTIONS(3088), + [anon_sym_json_DOTdecode] = ACTIONS(3088), + [anon_sym_LBRACK2] = ACTIONS(3088), + [anon_sym_TILDE] = ACTIONS(3088), + [anon_sym_CARET] = ACTIONS(3088), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_LT_DASH] = ACTIONS(3088), + [anon_sym_LT_LT] = ACTIONS(3088), + [anon_sym_GT_GT] = ACTIONS(3088), + [anon_sym_GT_GT_GT] = ACTIONS(3088), + [anon_sym_AMP_CARET] = ACTIONS(3088), + [anon_sym_AMP_AMP] = ACTIONS(3088), + [anon_sym_PIPE_PIPE] = ACTIONS(3088), + [anon_sym_or] = ACTIONS(3088), + [sym_none] = ACTIONS(3088), + [sym_true] = ACTIONS(3088), + [sym_false] = ACTIONS(3088), + [sym_nil] = ACTIONS(3088), + [anon_sym_QMARK_DOT] = ACTIONS(3088), + [anon_sym_POUND_LBRACK] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_DOLLARif] = ACTIONS(3088), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3088), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_BANGin] = ACTIONS(3088), + [anon_sym_match] = ACTIONS(3088), + [anon_sym_select] = ACTIONS(3088), + [anon_sym_STAR_EQ] = ACTIONS(3088), + [anon_sym_SLASH_EQ] = ACTIONS(3088), + [anon_sym_PERCENT_EQ] = ACTIONS(3088), + [anon_sym_LT_LT_EQ] = ACTIONS(3088), + [anon_sym_GT_GT_EQ] = ACTIONS(3088), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3088), + [anon_sym_AMP_EQ] = ACTIONS(3088), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3088), + [anon_sym_PLUS_EQ] = ACTIONS(3088), + [anon_sym_DASH_EQ] = ACTIONS(3088), + [anon_sym_PIPE_EQ] = ACTIONS(3088), + [anon_sym_CARET_EQ] = ACTIONS(3088), + [anon_sym_COLON_EQ] = ACTIONS(3088), + [anon_sym_lock] = ACTIONS(3088), + [anon_sym_rlock] = ACTIONS(3088), + [anon_sym_unsafe] = ACTIONS(3088), + [anon_sym_sql] = ACTIONS(3088), + [sym_int_literal] = ACTIONS(3088), + [sym_float_literal] = ACTIONS(3088), + [sym_rune_literal] = ACTIONS(3088), + [sym_pseudo_compile_time_identifier] = ACTIONS(3088), + [anon_sym_shared] = ACTIONS(3088), + [anon_sym_map_LBRACK] = ACTIONS(3088), + [anon_sym_chan] = ACTIONS(3088), + [anon_sym_thread] = ACTIONS(3088), + [anon_sym_atomic] = ACTIONS(3088), + [anon_sym_assert] = ACTIONS(3088), + [anon_sym_defer] = ACTIONS(3088), + [anon_sym_goto] = ACTIONS(3088), + [anon_sym_break] = ACTIONS(3088), + [anon_sym_continue] = ACTIONS(3088), + [anon_sym_return] = ACTIONS(3088), + [anon_sym_DOLLARfor] = ACTIONS(3088), + [anon_sym_for] = ACTIONS(3088), + [anon_sym_POUND] = ACTIONS(3088), + [anon_sym_asm] = ACTIONS(3088), + [anon_sym_AT_LBRACK] = ACTIONS(3088), + [sym___double_quote] = ACTIONS(3088), + [sym___single_quote] = ACTIONS(3088), + [sym___c_double_quote] = ACTIONS(3088), + [sym___c_single_quote] = ACTIONS(3088), + [sym___r_double_quote] = ACTIONS(3088), + [sym___r_single_quote] = ACTIONS(3088), + }, + [524] = { + [sym_line_comment] = STATE(524), + [sym_block_comment] = STATE(524), + [ts_builtin_sym_end] = ACTIONS(3091), + [sym_identifier] = ACTIONS(3093), + [anon_sym_LF] = ACTIONS(3093), + [anon_sym_CR] = ACTIONS(3093), + [anon_sym_CR_LF] = ACTIONS(3093), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3093), + [anon_sym_as] = ACTIONS(3093), + [anon_sym_LBRACE] = ACTIONS(3093), + [anon_sym_COMMA] = ACTIONS(3093), + [anon_sym_const] = ACTIONS(3093), + [anon_sym_LPAREN] = ACTIONS(3093), + [anon_sym_EQ] = ACTIONS(3093), + [anon_sym___global] = ACTIONS(3093), + [anon_sym_type] = ACTIONS(3093), + [anon_sym_PIPE] = ACTIONS(3093), + [anon_sym_fn] = ACTIONS(3093), + [anon_sym_PLUS] = ACTIONS(3093), + [anon_sym_DASH] = ACTIONS(3093), + [anon_sym_STAR] = ACTIONS(3093), + [anon_sym_SLASH] = ACTIONS(3093), + [anon_sym_PERCENT] = ACTIONS(3093), + [anon_sym_LT] = ACTIONS(3093), + [anon_sym_GT] = ACTIONS(3093), + [anon_sym_EQ_EQ] = ACTIONS(3093), + [anon_sym_BANG_EQ] = ACTIONS(3093), + [anon_sym_LT_EQ] = ACTIONS(3093), + [anon_sym_GT_EQ] = ACTIONS(3093), + [anon_sym_LBRACK] = ACTIONS(3091), + [anon_sym_struct] = ACTIONS(3093), + [anon_sym_union] = ACTIONS(3093), + [anon_sym_pub] = ACTIONS(3093), + [anon_sym_mut] = ACTIONS(3093), + [anon_sym_enum] = ACTIONS(3093), + [anon_sym_interface] = ACTIONS(3093), + [anon_sym_PLUS_PLUS] = ACTIONS(3093), + [anon_sym_DASH_DASH] = ACTIONS(3093), + [anon_sym_QMARK] = ACTIONS(3093), + [anon_sym_BANG] = ACTIONS(3093), + [anon_sym_go] = ACTIONS(3093), + [anon_sym_spawn] = ACTIONS(3093), + [anon_sym_json_DOTdecode] = ACTIONS(3093), + [anon_sym_LBRACK2] = ACTIONS(3093), + [anon_sym_TILDE] = ACTIONS(3093), + [anon_sym_CARET] = ACTIONS(3093), + [anon_sym_AMP] = ACTIONS(3093), + [anon_sym_LT_DASH] = ACTIONS(3093), + [anon_sym_LT_LT] = ACTIONS(3093), + [anon_sym_GT_GT] = ACTIONS(3093), + [anon_sym_GT_GT_GT] = ACTIONS(3093), + [anon_sym_AMP_CARET] = ACTIONS(3093), + [anon_sym_AMP_AMP] = ACTIONS(3093), + [anon_sym_PIPE_PIPE] = ACTIONS(3093), + [anon_sym_or] = ACTIONS(3093), + [sym_none] = ACTIONS(3093), + [sym_true] = ACTIONS(3093), + [sym_false] = ACTIONS(3093), + [sym_nil] = ACTIONS(3093), + [anon_sym_QMARK_DOT] = ACTIONS(3093), + [anon_sym_POUND_LBRACK] = ACTIONS(3093), + [anon_sym_if] = ACTIONS(3093), + [anon_sym_DOLLARif] = ACTIONS(3093), + [anon_sym_is] = ACTIONS(3093), + [anon_sym_BANGis] = ACTIONS(3093), + [anon_sym_in] = ACTIONS(3093), + [anon_sym_BANGin] = ACTIONS(3093), + [anon_sym_match] = ACTIONS(3093), + [anon_sym_select] = ACTIONS(3093), + [anon_sym_STAR_EQ] = ACTIONS(3093), + [anon_sym_SLASH_EQ] = ACTIONS(3093), + [anon_sym_PERCENT_EQ] = ACTIONS(3093), + [anon_sym_LT_LT_EQ] = ACTIONS(3093), + [anon_sym_GT_GT_EQ] = ACTIONS(3093), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3093), + [anon_sym_AMP_EQ] = ACTIONS(3093), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3093), + [anon_sym_PLUS_EQ] = ACTIONS(3093), + [anon_sym_DASH_EQ] = ACTIONS(3093), + [anon_sym_PIPE_EQ] = ACTIONS(3093), + [anon_sym_CARET_EQ] = ACTIONS(3093), + [anon_sym_COLON_EQ] = ACTIONS(3093), + [anon_sym_lock] = ACTIONS(3093), + [anon_sym_rlock] = ACTIONS(3093), + [anon_sym_unsafe] = ACTIONS(3093), + [anon_sym_sql] = ACTIONS(3093), + [sym_int_literal] = ACTIONS(3093), + [sym_float_literal] = ACTIONS(3093), + [sym_rune_literal] = ACTIONS(3093), + [sym_pseudo_compile_time_identifier] = ACTIONS(3093), + [anon_sym_shared] = ACTIONS(3093), + [anon_sym_map_LBRACK] = ACTIONS(3093), + [anon_sym_chan] = ACTIONS(3093), + [anon_sym_thread] = ACTIONS(3093), + [anon_sym_atomic] = ACTIONS(3093), + [anon_sym_assert] = ACTIONS(3093), + [anon_sym_defer] = ACTIONS(3093), + [anon_sym_goto] = ACTIONS(3093), + [anon_sym_break] = ACTIONS(3093), + [anon_sym_continue] = ACTIONS(3093), + [anon_sym_return] = ACTIONS(3093), + [anon_sym_DOLLARfor] = ACTIONS(3093), + [anon_sym_for] = ACTIONS(3093), + [anon_sym_POUND] = ACTIONS(3093), + [anon_sym_asm] = ACTIONS(3093), + [anon_sym_AT_LBRACK] = ACTIONS(3093), + [sym___double_quote] = ACTIONS(3093), + [sym___single_quote] = ACTIONS(3093), [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___c_single_quote] = ACTIONS(3093), + [sym___r_double_quote] = ACTIONS(3093), + [sym___r_single_quote] = ACTIONS(3093), }, - [553] = { - [sym_line_comment] = STATE(553), - [sym_block_comment] = STATE(553), - [sym__expression] = STATE(2901), + [525] = { + [sym_line_comment] = STATE(525), + [sym_block_comment] = STATE(525), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3027), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(3026), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2962), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(3006), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [554] = { - [sym_line_comment] = STATE(554), - [sym_block_comment] = STATE(554), - [sym__expression] = STATE(2798), + [526] = { + [sym_line_comment] = STATE(526), + [sym_block_comment] = STATE(526), + [sym__expression] = STATE(2858), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3664), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [555] = { - [sym_line_comment] = STATE(555), - [sym_block_comment] = STATE(555), - [sym__expression] = STATE(2344), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [527] = { + [sym_line_comment] = STATE(527), + [sym_block_comment] = STATE(527), + [ts_builtin_sym_end] = ACTIONS(3095), + [sym_identifier] = ACTIONS(3097), + [anon_sym_LF] = ACTIONS(3097), + [anon_sym_CR] = ACTIONS(3097), + [anon_sym_CR_LF] = ACTIONS(3097), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(3097), + [anon_sym_LBRACE] = ACTIONS(3097), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_const] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3097), + [anon_sym_EQ] = ACTIONS(3097), + [anon_sym___global] = ACTIONS(3097), + [anon_sym_type] = ACTIONS(3097), + [anon_sym_PIPE] = ACTIONS(3097), + [anon_sym_fn] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3097), + [anon_sym_DASH] = ACTIONS(3097), + [anon_sym_STAR] = ACTIONS(3097), + [anon_sym_SLASH] = ACTIONS(3097), + [anon_sym_PERCENT] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(3097), + [anon_sym_GT] = ACTIONS(3097), + [anon_sym_EQ_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(3097), + [anon_sym_LT_EQ] = ACTIONS(3097), + [anon_sym_GT_EQ] = ACTIONS(3097), + [anon_sym_LBRACK] = ACTIONS(3095), + [anon_sym_struct] = ACTIONS(3097), + [anon_sym_union] = ACTIONS(3097), + [anon_sym_pub] = ACTIONS(3097), + [anon_sym_mut] = ACTIONS(3097), + [anon_sym_enum] = ACTIONS(3097), + [anon_sym_interface] = ACTIONS(3097), + [anon_sym_PLUS_PLUS] = ACTIONS(3097), + [anon_sym_DASH_DASH] = ACTIONS(3097), + [anon_sym_QMARK] = ACTIONS(3097), + [anon_sym_BANG] = ACTIONS(3097), + [anon_sym_go] = ACTIONS(3097), + [anon_sym_spawn] = ACTIONS(3097), + [anon_sym_json_DOTdecode] = ACTIONS(3097), + [anon_sym_LBRACK2] = ACTIONS(3097), + [anon_sym_TILDE] = ACTIONS(3097), + [anon_sym_CARET] = ACTIONS(3097), + [anon_sym_AMP] = ACTIONS(3097), + [anon_sym_LT_DASH] = ACTIONS(3097), + [anon_sym_LT_LT] = ACTIONS(3097), + [anon_sym_GT_GT] = ACTIONS(3097), + [anon_sym_GT_GT_GT] = ACTIONS(3097), + [anon_sym_AMP_CARET] = ACTIONS(3097), + [anon_sym_AMP_AMP] = ACTIONS(3097), + [anon_sym_PIPE_PIPE] = ACTIONS(3097), + [anon_sym_or] = ACTIONS(3097), + [sym_none] = ACTIONS(3097), + [sym_true] = ACTIONS(3097), + [sym_false] = ACTIONS(3097), + [sym_nil] = ACTIONS(3097), + [anon_sym_QMARK_DOT] = ACTIONS(3097), + [anon_sym_POUND_LBRACK] = ACTIONS(3097), + [anon_sym_if] = ACTIONS(3097), + [anon_sym_DOLLARif] = ACTIONS(3097), + [anon_sym_is] = ACTIONS(3097), + [anon_sym_BANGis] = ACTIONS(3097), + [anon_sym_in] = ACTIONS(3097), + [anon_sym_BANGin] = ACTIONS(3097), + [anon_sym_match] = ACTIONS(3097), + [anon_sym_select] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_LT_LT_EQ] = ACTIONS(3097), + [anon_sym_GT_GT_EQ] = ACTIONS(3097), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3097), + [anon_sym_AMP_EQ] = ACTIONS(3097), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3097), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_PIPE_EQ] = ACTIONS(3097), + [anon_sym_CARET_EQ] = ACTIONS(3097), + [anon_sym_COLON_EQ] = ACTIONS(3097), + [anon_sym_lock] = ACTIONS(3097), + [anon_sym_rlock] = ACTIONS(3097), + [anon_sym_unsafe] = ACTIONS(3097), + [anon_sym_sql] = ACTIONS(3097), + [sym_int_literal] = ACTIONS(3097), + [sym_float_literal] = ACTIONS(3097), + [sym_rune_literal] = ACTIONS(3097), + [sym_pseudo_compile_time_identifier] = ACTIONS(3097), + [anon_sym_shared] = ACTIONS(3097), + [anon_sym_map_LBRACK] = ACTIONS(3097), + [anon_sym_chan] = ACTIONS(3097), + [anon_sym_thread] = ACTIONS(3097), + [anon_sym_atomic] = ACTIONS(3097), + [anon_sym_assert] = ACTIONS(3097), + [anon_sym_defer] = ACTIONS(3097), + [anon_sym_goto] = ACTIONS(3097), + [anon_sym_break] = ACTIONS(3097), + [anon_sym_continue] = ACTIONS(3097), + [anon_sym_return] = ACTIONS(3097), + [anon_sym_DOLLARfor] = ACTIONS(3097), + [anon_sym_for] = ACTIONS(3097), + [anon_sym_POUND] = ACTIONS(3097), + [anon_sym_asm] = ACTIONS(3097), + [anon_sym_AT_LBRACK] = ACTIONS(3097), + [sym___double_quote] = ACTIONS(3097), + [sym___single_quote] = ACTIONS(3097), + [sym___c_double_quote] = ACTIONS(3097), + [sym___c_single_quote] = ACTIONS(3097), + [sym___r_double_quote] = ACTIONS(3097), + [sym___r_single_quote] = ACTIONS(3097), }, - [556] = { - [sym_line_comment] = STATE(556), - [sym_block_comment] = STATE(556), - [sym__expression] = STATE(2345), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4278), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [528] = { + [sym_line_comment] = STATE(528), + [sym_block_comment] = STATE(528), + [sym__expression] = STATE(2488), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [557] = { - [sym_line_comment] = STATE(557), - [sym_block_comment] = STATE(557), - [sym__expression] = STATE(2352), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [529] = { + [sym_line_comment] = STATE(529), + [sym_block_comment] = STATE(529), + [ts_builtin_sym_end] = ACTIONS(3099), + [sym_identifier] = ACTIONS(3101), + [anon_sym_LF] = ACTIONS(3101), + [anon_sym_CR] = ACTIONS(3101), + [anon_sym_CR_LF] = ACTIONS(3101), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3101), + [anon_sym_as] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(3101), + [anon_sym_COMMA] = ACTIONS(3101), + [anon_sym_const] = ACTIONS(3101), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_EQ] = ACTIONS(3101), + [anon_sym___global] = ACTIONS(3101), + [anon_sym_type] = ACTIONS(3101), + [anon_sym_PIPE] = ACTIONS(3101), + [anon_sym_fn] = ACTIONS(3101), + [anon_sym_PLUS] = ACTIONS(3101), + [anon_sym_DASH] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(3101), + [anon_sym_SLASH] = ACTIONS(3101), + [anon_sym_PERCENT] = ACTIONS(3101), + [anon_sym_LT] = ACTIONS(3101), + [anon_sym_GT] = ACTIONS(3101), + [anon_sym_EQ_EQ] = ACTIONS(3101), + [anon_sym_BANG_EQ] = ACTIONS(3101), + [anon_sym_LT_EQ] = ACTIONS(3101), + [anon_sym_GT_EQ] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3099), + [anon_sym_struct] = ACTIONS(3101), + [anon_sym_union] = ACTIONS(3101), + [anon_sym_pub] = ACTIONS(3101), + [anon_sym_mut] = ACTIONS(3101), + [anon_sym_enum] = ACTIONS(3101), + [anon_sym_interface] = ACTIONS(3101), + [anon_sym_PLUS_PLUS] = ACTIONS(3101), + [anon_sym_DASH_DASH] = ACTIONS(3101), + [anon_sym_QMARK] = ACTIONS(3101), + [anon_sym_BANG] = ACTIONS(3101), + [anon_sym_go] = ACTIONS(3101), + [anon_sym_spawn] = ACTIONS(3101), + [anon_sym_json_DOTdecode] = ACTIONS(3101), + [anon_sym_LBRACK2] = ACTIONS(3101), + [anon_sym_TILDE] = ACTIONS(3101), + [anon_sym_CARET] = ACTIONS(3101), + [anon_sym_AMP] = ACTIONS(3101), + [anon_sym_LT_DASH] = ACTIONS(3101), + [anon_sym_LT_LT] = ACTIONS(3101), + [anon_sym_GT_GT] = ACTIONS(3101), + [anon_sym_GT_GT_GT] = ACTIONS(3101), + [anon_sym_AMP_CARET] = ACTIONS(3101), + [anon_sym_AMP_AMP] = ACTIONS(3101), + [anon_sym_PIPE_PIPE] = ACTIONS(3101), + [anon_sym_or] = ACTIONS(3101), + [sym_none] = ACTIONS(3101), + [sym_true] = ACTIONS(3101), + [sym_false] = ACTIONS(3101), + [sym_nil] = ACTIONS(3101), + [anon_sym_QMARK_DOT] = ACTIONS(3101), + [anon_sym_POUND_LBRACK] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3101), + [anon_sym_DOLLARif] = ACTIONS(3101), + [anon_sym_is] = ACTIONS(3101), + [anon_sym_BANGis] = ACTIONS(3101), + [anon_sym_in] = ACTIONS(3101), + [anon_sym_BANGin] = ACTIONS(3101), + [anon_sym_match] = ACTIONS(3101), + [anon_sym_select] = ACTIONS(3101), + [anon_sym_STAR_EQ] = ACTIONS(3101), + [anon_sym_SLASH_EQ] = ACTIONS(3101), + [anon_sym_PERCENT_EQ] = ACTIONS(3101), + [anon_sym_LT_LT_EQ] = ACTIONS(3101), + [anon_sym_GT_GT_EQ] = ACTIONS(3101), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3101), + [anon_sym_AMP_EQ] = ACTIONS(3101), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3101), + [anon_sym_PLUS_EQ] = ACTIONS(3101), + [anon_sym_DASH_EQ] = ACTIONS(3101), + [anon_sym_PIPE_EQ] = ACTIONS(3101), + [anon_sym_CARET_EQ] = ACTIONS(3101), + [anon_sym_COLON_EQ] = ACTIONS(3101), + [anon_sym_lock] = ACTIONS(3101), + [anon_sym_rlock] = ACTIONS(3101), + [anon_sym_unsafe] = ACTIONS(3101), + [anon_sym_sql] = ACTIONS(3101), + [sym_int_literal] = ACTIONS(3101), + [sym_float_literal] = ACTIONS(3101), + [sym_rune_literal] = ACTIONS(3101), + [sym_pseudo_compile_time_identifier] = ACTIONS(3101), + [anon_sym_shared] = ACTIONS(3101), + [anon_sym_map_LBRACK] = ACTIONS(3101), + [anon_sym_chan] = ACTIONS(3101), + [anon_sym_thread] = ACTIONS(3101), + [anon_sym_atomic] = ACTIONS(3101), + [anon_sym_assert] = ACTIONS(3101), + [anon_sym_defer] = ACTIONS(3101), + [anon_sym_goto] = ACTIONS(3101), + [anon_sym_break] = ACTIONS(3101), + [anon_sym_continue] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3101), + [anon_sym_DOLLARfor] = ACTIONS(3101), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_POUND] = ACTIONS(3101), + [anon_sym_asm] = ACTIONS(3101), + [anon_sym_AT_LBRACK] = ACTIONS(3101), + [sym___double_quote] = ACTIONS(3101), + [sym___single_quote] = ACTIONS(3101), + [sym___c_double_quote] = ACTIONS(3101), + [sym___c_single_quote] = ACTIONS(3101), + [sym___r_double_quote] = ACTIONS(3101), + [sym___r_single_quote] = ACTIONS(3101), + }, + [530] = { + [sym_line_comment] = STATE(530), + [sym_block_comment] = STATE(530), + [sym__expression] = STATE(250), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), }, - [558] = { - [sym_line_comment] = STATE(558), - [sym_block_comment] = STATE(558), - [sym__expression] = STATE(2489), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), + [531] = { + [sym_line_comment] = STATE(531), + [sym_block_comment] = STATE(531), + [sym__expression] = STATE(2497), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), @@ -88617,18 +85502,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1081), [anon_sym_PLUS] = ACTIONS(1083), [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), + [anon_sym_BANG] = ACTIONS(3105), [anon_sym_go] = ACTIONS(1091), [anon_sym_spawn] = ACTIONS(1093), [anon_sym_json_DOTdecode] = ACTIONS(1095), [anon_sym_LBRACK2] = ACTIONS(1097), [anon_sym_TILDE] = ACTIONS(1083), [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), + [anon_sym_AMP] = ACTIONS(3107), [anon_sym_LT_DASH] = ACTIONS(1101), [sym_none] = ACTIONS(1103), [sym_true] = ACTIONS(1103), @@ -88637,9 +85522,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -88658,421 +85543,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [559] = { - [sym_line_comment] = STATE(559), - [sym_block_comment] = STATE(559), - [sym__expression] = STATE(2351), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), - }, - [560] = { - [sym_line_comment] = STATE(560), - [sym_block_comment] = STATE(560), - [sym__expression] = STATE(2345), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4277), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), - }, - [561] = { - [sym_line_comment] = STATE(561), - [sym_block_comment] = STATE(561), - [sym__expression] = STATE(2345), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), - }, - [562] = { - [sym_line_comment] = STATE(562), - [sym_block_comment] = STATE(562), - [sym__expression] = STATE(2488), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), + [532] = { + [sym_line_comment] = STATE(532), + [sym_block_comment] = STATE(532), + [sym__expression] = STATE(2496), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), @@ -89081,18 +85618,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1081), [anon_sym_PLUS] = ACTIONS(1083), [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), + [anon_sym_BANG] = ACTIONS(3105), [anon_sym_go] = ACTIONS(1091), [anon_sym_spawn] = ACTIONS(1093), [anon_sym_json_DOTdecode] = ACTIONS(1095), [anon_sym_LBRACK2] = ACTIONS(1097), [anon_sym_TILDE] = ACTIONS(1083), [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), + [anon_sym_AMP] = ACTIONS(3107), [anon_sym_LT_DASH] = ACTIONS(1101), [sym_none] = ACTIONS(1103), [sym_true] = ACTIONS(1103), @@ -89101,9 +85638,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -89122,1963 +85659,2079 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [563] = { - [sym_line_comment] = STATE(563), - [sym_block_comment] = STATE(563), - [sym__expression] = STATE(2345), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [533] = { + [sym_line_comment] = STATE(533), + [sym_block_comment] = STATE(533), + [sym__expression] = STATE(250), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4197), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), }, - [564] = { - [sym_line_comment] = STATE(564), - [sym_block_comment] = STATE(564), - [sym__expression] = STATE(981), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4309), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [534] = { + [sym_line_comment] = STATE(534), + [sym_block_comment] = STATE(534), + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [565] = { - [sym_line_comment] = STATE(565), - [sym_block_comment] = STATE(565), - [sym__expression] = STATE(2658), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [535] = { + [sym_line_comment] = STATE(535), + [sym_block_comment] = STATE(535), + [sym__expression] = STATE(1806), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4192), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, - [566] = { - [sym_line_comment] = STATE(566), - [sym_block_comment] = STATE(566), - [sym__expression] = STATE(989), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [536] = { + [sym_line_comment] = STATE(536), + [sym_block_comment] = STATE(536), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3023), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(3033), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [567] = { - [sym_line_comment] = STATE(567), - [sym_block_comment] = STATE(567), - [sym__expression] = STATE(981), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4304), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [537] = { + [sym_line_comment] = STATE(537), + [sym_block_comment] = STATE(537), + [sym__expression] = STATE(2656), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [568] = { - [sym_line_comment] = STATE(568), - [sym_block_comment] = STATE(568), - [sym__expression] = STATE(1006), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [538] = { + [sym_line_comment] = STATE(538), + [sym_block_comment] = STATE(538), + [sym__expression] = STATE(2878), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3666), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [569] = { - [sym_line_comment] = STATE(569), - [sym_block_comment] = STATE(569), - [sym__expression] = STATE(1004), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [539] = { + [sym_line_comment] = STATE(539), + [sym_block_comment] = STATE(539), + [sym__expression] = STATE(1806), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, - [570] = { - [sym_line_comment] = STATE(570), - [sym_block_comment] = STATE(570), - [sym__expression] = STATE(981), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4305), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [540] = { + [sym_line_comment] = STATE(540), + [sym_block_comment] = STATE(540), + [sym__expression] = STATE(2779), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3666), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [571] = { - [sym_line_comment] = STATE(571), - [sym_block_comment] = STATE(571), - [sym__expression] = STATE(981), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4309), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [541] = { + [sym_line_comment] = STATE(541), + [sym_block_comment] = STATE(541), + [sym__expression] = STATE(2886), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [572] = { - [sym_line_comment] = STATE(572), - [sym_block_comment] = STATE(572), - [sym__expression] = STATE(1305), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [542] = { + [sym_line_comment] = STATE(542), + [sym_block_comment] = STATE(542), + [sym__expression] = STATE(2495), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(3103), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(3105), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(3107), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), - }, - [573] = { - [sym_line_comment] = STATE(573), - [sym_block_comment] = STATE(573), - [sym__expression] = STATE(2497), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), + }, + [543] = { + [sym_line_comment] = STATE(543), + [sym_block_comment] = STATE(543), + [sym__expression] = STATE(2178), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4392), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, - [574] = { - [sym_line_comment] = STATE(574), - [sym_block_comment] = STATE(574), - [sym__expression] = STATE(2493), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [544] = { + [sym_line_comment] = STATE(544), + [sym_block_comment] = STATE(544), + [sym__expression] = STATE(2178), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4393), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, - [575] = { - [sym_line_comment] = STATE(575), - [sym_block_comment] = STATE(575), - [sym__expression] = STATE(981), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [545] = { + [sym_line_comment] = STATE(545), + [sym_block_comment] = STATE(545), + [sym__expression] = STATE(2178), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4403), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, - [576] = { - [sym_line_comment] = STATE(576), - [sym_block_comment] = STATE(576), - [ts_builtin_sym_end] = ACTIONS(3129), - [sym_identifier] = ACTIONS(3131), - [anon_sym_LF] = ACTIONS(3131), - [anon_sym_CR] = ACTIONS(3131), - [anon_sym_CR_LF] = ACTIONS(3131), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3131), - [anon_sym_as] = ACTIONS(3131), - [anon_sym_LBRACE] = ACTIONS(3131), - [anon_sym_COMMA] = ACTIONS(3131), - [anon_sym_const] = ACTIONS(3131), - [anon_sym_LPAREN] = ACTIONS(3131), - [anon_sym_EQ] = ACTIONS(3131), - [anon_sym___global] = ACTIONS(3131), - [anon_sym_type] = ACTIONS(3131), - [anon_sym_PIPE] = ACTIONS(3131), - [anon_sym_fn] = ACTIONS(3131), - [anon_sym_PLUS] = ACTIONS(3131), - [anon_sym_DASH] = ACTIONS(3131), - [anon_sym_STAR] = ACTIONS(3131), - [anon_sym_SLASH] = ACTIONS(3131), - [anon_sym_PERCENT] = ACTIONS(3131), - [anon_sym_LT] = ACTIONS(3131), - [anon_sym_GT] = ACTIONS(3131), - [anon_sym_EQ_EQ] = ACTIONS(3131), - [anon_sym_BANG_EQ] = ACTIONS(3131), - [anon_sym_LT_EQ] = ACTIONS(3131), - [anon_sym_GT_EQ] = ACTIONS(3131), - [anon_sym_LBRACK] = ACTIONS(3129), - [anon_sym_struct] = ACTIONS(3131), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_pub] = ACTIONS(3131), - [anon_sym_mut] = ACTIONS(3131), - [anon_sym_enum] = ACTIONS(3131), - [anon_sym_interface] = ACTIONS(3131), - [anon_sym_PLUS_PLUS] = ACTIONS(3131), - [anon_sym_DASH_DASH] = ACTIONS(3131), - [anon_sym_QMARK] = ACTIONS(3131), - [anon_sym_BANG] = ACTIONS(3131), - [anon_sym_go] = ACTIONS(3131), - [anon_sym_spawn] = ACTIONS(3131), - [anon_sym_json_DOTdecode] = ACTIONS(3131), - [anon_sym_LBRACK2] = ACTIONS(3131), - [anon_sym_TILDE] = ACTIONS(3131), - [anon_sym_CARET] = ACTIONS(3131), - [anon_sym_AMP] = ACTIONS(3131), - [anon_sym_LT_DASH] = ACTIONS(3131), - [anon_sym_LT_LT] = ACTIONS(3131), - [anon_sym_GT_GT] = ACTIONS(3131), - [anon_sym_GT_GT_GT] = ACTIONS(3131), - [anon_sym_AMP_CARET] = ACTIONS(3131), - [anon_sym_AMP_AMP] = ACTIONS(3131), - [anon_sym_PIPE_PIPE] = ACTIONS(3131), - [anon_sym_or] = ACTIONS(3131), - [sym_none] = ACTIONS(3131), - [sym_true] = ACTIONS(3131), - [sym_false] = ACTIONS(3131), - [sym_nil] = ACTIONS(3131), - [anon_sym_QMARK_DOT] = ACTIONS(3131), - [anon_sym_POUND_LBRACK] = ACTIONS(3131), - [anon_sym_if] = ACTIONS(3131), - [anon_sym_DOLLARif] = ACTIONS(3131), - [anon_sym_is] = ACTIONS(3131), - [anon_sym_BANGis] = ACTIONS(3131), - [anon_sym_in] = ACTIONS(3131), - [anon_sym_BANGin] = ACTIONS(3131), - [anon_sym_match] = ACTIONS(3131), - [anon_sym_select] = ACTIONS(3131), - [anon_sym_STAR_EQ] = ACTIONS(3131), - [anon_sym_SLASH_EQ] = ACTIONS(3131), - [anon_sym_PERCENT_EQ] = ACTIONS(3131), - [anon_sym_LT_LT_EQ] = ACTIONS(3131), - [anon_sym_GT_GT_EQ] = ACTIONS(3131), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3131), - [anon_sym_AMP_EQ] = ACTIONS(3131), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3131), - [anon_sym_PLUS_EQ] = ACTIONS(3131), - [anon_sym_DASH_EQ] = ACTIONS(3131), - [anon_sym_PIPE_EQ] = ACTIONS(3131), - [anon_sym_CARET_EQ] = ACTIONS(3131), - [anon_sym_COLON_EQ] = ACTIONS(3131), - [anon_sym_lock] = ACTIONS(3131), - [anon_sym_rlock] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(3131), - [anon_sym_sql] = ACTIONS(3131), - [sym_int_literal] = ACTIONS(3131), - [sym_float_literal] = ACTIONS(3131), - [sym_rune_literal] = ACTIONS(3131), - [sym_pseudo_compile_time_identifier] = ACTIONS(3131), - [anon_sym_shared] = ACTIONS(3131), - [anon_sym_map_LBRACK] = ACTIONS(3131), - [anon_sym_chan] = ACTIONS(3131), - [anon_sym_thread] = ACTIONS(3131), - [anon_sym_atomic] = ACTIONS(3131), - [anon_sym_assert] = ACTIONS(3131), - [anon_sym_defer] = ACTIONS(3131), - [anon_sym_goto] = ACTIONS(3131), - [anon_sym_break] = ACTIONS(3131), - [anon_sym_continue] = ACTIONS(3131), - [anon_sym_return] = ACTIONS(3131), - [anon_sym_DOLLARfor] = ACTIONS(3131), - [anon_sym_for] = ACTIONS(3131), - [anon_sym_POUND] = ACTIONS(3131), - [anon_sym_asm] = ACTIONS(3131), - [anon_sym_AT_LBRACK] = ACTIONS(3131), - [sym___double_quote] = ACTIONS(3131), - [sym___single_quote] = ACTIONS(3131), - [sym___c_double_quote] = ACTIONS(3131), - [sym___c_single_quote] = ACTIONS(3131), - [sym___r_double_quote] = ACTIONS(3131), - [sym___r_single_quote] = ACTIONS(3131), + [546] = { + [sym_line_comment] = STATE(546), + [sym_block_comment] = STATE(546), + [sym__expression] = STATE(2179), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, - [577] = { - [sym_line_comment] = STATE(577), - [sym_block_comment] = STATE(577), - [ts_builtin_sym_end] = ACTIONS(3133), - [sym_identifier] = ACTIONS(3135), - [anon_sym_LF] = ACTIONS(3135), - [anon_sym_CR] = ACTIONS(3135), - [anon_sym_CR_LF] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3135), - [anon_sym_as] = ACTIONS(3135), - [anon_sym_LBRACE] = ACTIONS(3135), - [anon_sym_COMMA] = ACTIONS(3135), - [anon_sym_const] = ACTIONS(3135), - [anon_sym_LPAREN] = ACTIONS(3135), - [anon_sym_EQ] = ACTIONS(3135), - [anon_sym___global] = ACTIONS(3135), - [anon_sym_type] = ACTIONS(3135), - [anon_sym_PIPE] = ACTIONS(3135), - [anon_sym_fn] = ACTIONS(3135), - [anon_sym_PLUS] = ACTIONS(3135), - [anon_sym_DASH] = ACTIONS(3135), - [anon_sym_STAR] = ACTIONS(3135), - [anon_sym_SLASH] = ACTIONS(3135), - [anon_sym_PERCENT] = ACTIONS(3135), - [anon_sym_LT] = ACTIONS(3135), - [anon_sym_GT] = ACTIONS(3135), - [anon_sym_EQ_EQ] = ACTIONS(3135), - [anon_sym_BANG_EQ] = ACTIONS(3135), - [anon_sym_LT_EQ] = ACTIONS(3135), - [anon_sym_GT_EQ] = ACTIONS(3135), - [anon_sym_LBRACK] = ACTIONS(3133), - [anon_sym_struct] = ACTIONS(3135), - [anon_sym_union] = ACTIONS(3135), - [anon_sym_pub] = ACTIONS(3135), - [anon_sym_mut] = ACTIONS(3135), - [anon_sym_enum] = ACTIONS(3135), - [anon_sym_interface] = ACTIONS(3135), - [anon_sym_PLUS_PLUS] = ACTIONS(3135), - [anon_sym_DASH_DASH] = ACTIONS(3135), - [anon_sym_QMARK] = ACTIONS(3135), - [anon_sym_BANG] = ACTIONS(3135), - [anon_sym_go] = ACTIONS(3135), - [anon_sym_spawn] = ACTIONS(3135), - [anon_sym_json_DOTdecode] = ACTIONS(3135), - [anon_sym_LBRACK2] = ACTIONS(3135), - [anon_sym_TILDE] = ACTIONS(3135), - [anon_sym_CARET] = ACTIONS(3135), - [anon_sym_AMP] = ACTIONS(3135), - [anon_sym_LT_DASH] = ACTIONS(3135), - [anon_sym_LT_LT] = ACTIONS(3135), - [anon_sym_GT_GT] = ACTIONS(3135), - [anon_sym_GT_GT_GT] = ACTIONS(3135), - [anon_sym_AMP_CARET] = ACTIONS(3135), - [anon_sym_AMP_AMP] = ACTIONS(3135), - [anon_sym_PIPE_PIPE] = ACTIONS(3135), - [anon_sym_or] = ACTIONS(3135), - [sym_none] = ACTIONS(3135), - [sym_true] = ACTIONS(3135), - [sym_false] = ACTIONS(3135), - [sym_nil] = ACTIONS(3135), - [anon_sym_QMARK_DOT] = ACTIONS(3135), - [anon_sym_POUND_LBRACK] = ACTIONS(3135), - [anon_sym_if] = ACTIONS(3135), - [anon_sym_DOLLARif] = ACTIONS(3135), - [anon_sym_is] = ACTIONS(3135), - [anon_sym_BANGis] = ACTIONS(3135), - [anon_sym_in] = ACTIONS(3135), - [anon_sym_BANGin] = ACTIONS(3135), - [anon_sym_match] = ACTIONS(3135), - [anon_sym_select] = ACTIONS(3135), - [anon_sym_STAR_EQ] = ACTIONS(3135), - [anon_sym_SLASH_EQ] = ACTIONS(3135), - [anon_sym_PERCENT_EQ] = ACTIONS(3135), - [anon_sym_LT_LT_EQ] = ACTIONS(3135), - [anon_sym_GT_GT_EQ] = ACTIONS(3135), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3135), - [anon_sym_AMP_EQ] = ACTIONS(3135), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3135), - [anon_sym_PLUS_EQ] = ACTIONS(3135), - [anon_sym_DASH_EQ] = ACTIONS(3135), - [anon_sym_PIPE_EQ] = ACTIONS(3135), - [anon_sym_CARET_EQ] = ACTIONS(3135), - [anon_sym_COLON_EQ] = ACTIONS(3135), - [anon_sym_lock] = ACTIONS(3135), - [anon_sym_rlock] = ACTIONS(3135), - [anon_sym_unsafe] = ACTIONS(3135), - [anon_sym_sql] = ACTIONS(3135), - [sym_int_literal] = ACTIONS(3135), - [sym_float_literal] = ACTIONS(3135), - [sym_rune_literal] = ACTIONS(3135), - [sym_pseudo_compile_time_identifier] = ACTIONS(3135), - [anon_sym_shared] = ACTIONS(3135), - [anon_sym_map_LBRACK] = ACTIONS(3135), - [anon_sym_chan] = ACTIONS(3135), - [anon_sym_thread] = ACTIONS(3135), - [anon_sym_atomic] = ACTIONS(3135), - [anon_sym_assert] = ACTIONS(3135), - [anon_sym_defer] = ACTIONS(3135), - [anon_sym_goto] = ACTIONS(3135), - [anon_sym_break] = ACTIONS(3135), - [anon_sym_continue] = ACTIONS(3135), - [anon_sym_return] = ACTIONS(3135), - [anon_sym_DOLLARfor] = ACTIONS(3135), - [anon_sym_for] = ACTIONS(3135), - [anon_sym_POUND] = ACTIONS(3135), - [anon_sym_asm] = ACTIONS(3135), - [anon_sym_AT_LBRACK] = ACTIONS(3135), - [sym___double_quote] = ACTIONS(3135), - [sym___single_quote] = ACTIONS(3135), - [sym___c_double_quote] = ACTIONS(3135), - [sym___c_single_quote] = ACTIONS(3135), - [sym___r_double_quote] = ACTIONS(3135), - [sym___r_single_quote] = ACTIONS(3135), + [547] = { + [sym_line_comment] = STATE(547), + [sym_block_comment] = STATE(547), + [sym__expression] = STATE(1157), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(631), + [anon_sym_LBRACE] = ACTIONS(633), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_fn] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_STAR] = ACTIONS(645), + [anon_sym_struct] = ACTIONS(649), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(655), + [anon_sym_go] = ACTIONS(657), + [anon_sym_spawn] = ACTIONS(659), + [anon_sym_json_DOTdecode] = ACTIONS(661), + [anon_sym_LBRACK2] = ACTIONS(663), + [anon_sym_TILDE] = ACTIONS(643), + [anon_sym_CARET] = ACTIONS(643), + [anon_sym_AMP] = ACTIONS(665), + [anon_sym_LT_DASH] = ACTIONS(667), + [sym_none] = ACTIONS(669), + [sym_true] = ACTIONS(669), + [sym_false] = ACTIONS(669), + [sym_nil] = ACTIONS(669), + [anon_sym_if] = ACTIONS(671), + [anon_sym_DOLLARif] = ACTIONS(673), + [anon_sym_match] = ACTIONS(675), + [anon_sym_select] = ACTIONS(677), + [anon_sym_lock] = ACTIONS(679), + [anon_sym_rlock] = ACTIONS(679), + [anon_sym_unsafe] = ACTIONS(681), + [anon_sym_sql] = ACTIONS(683), + [sym_int_literal] = ACTIONS(669), + [sym_float_literal] = ACTIONS(685), + [sym_rune_literal] = ACTIONS(685), + [sym_pseudo_compile_time_identifier] = ACTIONS(687), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(689), + [sym___single_quote] = ACTIONS(691), + [sym___c_double_quote] = ACTIONS(693), + [sym___c_single_quote] = ACTIONS(695), + [sym___r_double_quote] = ACTIONS(697), + [sym___r_single_quote] = ACTIONS(699), }, - [578] = { - [sym_line_comment] = STATE(578), - [sym_block_comment] = STATE(578), - [ts_builtin_sym_end] = ACTIONS(3137), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LF] = ACTIONS(3139), - [anon_sym_CR] = ACTIONS(3139), - [anon_sym_CR_LF] = ACTIONS(3139), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3139), - [anon_sym_as] = ACTIONS(3139), - [anon_sym_LBRACE] = ACTIONS(3139), - [anon_sym_COMMA] = ACTIONS(3139), - [anon_sym_const] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3139), - [anon_sym_EQ] = ACTIONS(3139), - [anon_sym___global] = ACTIONS(3139), - [anon_sym_type] = ACTIONS(3139), - [anon_sym_PIPE] = ACTIONS(3139), - [anon_sym_fn] = ACTIONS(3139), - [anon_sym_PLUS] = ACTIONS(3139), - [anon_sym_DASH] = ACTIONS(3139), - [anon_sym_STAR] = ACTIONS(3139), - [anon_sym_SLASH] = ACTIONS(3139), - [anon_sym_PERCENT] = ACTIONS(3139), - [anon_sym_LT] = ACTIONS(3139), - [anon_sym_GT] = ACTIONS(3139), - [anon_sym_EQ_EQ] = ACTIONS(3139), - [anon_sym_BANG_EQ] = ACTIONS(3139), - [anon_sym_LT_EQ] = ACTIONS(3139), - [anon_sym_GT_EQ] = ACTIONS(3139), - [anon_sym_LBRACK] = ACTIONS(3137), - [anon_sym_struct] = ACTIONS(3139), - [anon_sym_union] = ACTIONS(3139), - [anon_sym_pub] = ACTIONS(3139), - [anon_sym_mut] = ACTIONS(3139), - [anon_sym_enum] = ACTIONS(3139), - [anon_sym_interface] = ACTIONS(3139), - [anon_sym_PLUS_PLUS] = ACTIONS(3139), - [anon_sym_DASH_DASH] = ACTIONS(3139), - [anon_sym_QMARK] = ACTIONS(3139), - [anon_sym_BANG] = ACTIONS(3139), - [anon_sym_go] = ACTIONS(3139), - [anon_sym_spawn] = ACTIONS(3139), - [anon_sym_json_DOTdecode] = ACTIONS(3139), - [anon_sym_LBRACK2] = ACTIONS(3139), - [anon_sym_TILDE] = ACTIONS(3139), - [anon_sym_CARET] = ACTIONS(3139), - [anon_sym_AMP] = ACTIONS(3139), - [anon_sym_LT_DASH] = ACTIONS(3139), - [anon_sym_LT_LT] = ACTIONS(3139), - [anon_sym_GT_GT] = ACTIONS(3139), - [anon_sym_GT_GT_GT] = ACTIONS(3139), - [anon_sym_AMP_CARET] = ACTIONS(3139), - [anon_sym_AMP_AMP] = ACTIONS(3139), - [anon_sym_PIPE_PIPE] = ACTIONS(3139), - [anon_sym_or] = ACTIONS(3139), - [sym_none] = ACTIONS(3139), - [sym_true] = ACTIONS(3139), - [sym_false] = ACTIONS(3139), - [sym_nil] = ACTIONS(3139), - [anon_sym_QMARK_DOT] = ACTIONS(3139), - [anon_sym_POUND_LBRACK] = ACTIONS(3139), - [anon_sym_if] = ACTIONS(3139), - [anon_sym_DOLLARif] = ACTIONS(3139), - [anon_sym_is] = ACTIONS(3139), - [anon_sym_BANGis] = ACTIONS(3139), - [anon_sym_in] = ACTIONS(3139), - [anon_sym_BANGin] = ACTIONS(3139), - [anon_sym_match] = ACTIONS(3139), - [anon_sym_select] = ACTIONS(3139), - [anon_sym_STAR_EQ] = ACTIONS(3139), - [anon_sym_SLASH_EQ] = ACTIONS(3139), - [anon_sym_PERCENT_EQ] = ACTIONS(3139), - [anon_sym_LT_LT_EQ] = ACTIONS(3139), - [anon_sym_GT_GT_EQ] = ACTIONS(3139), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3139), - [anon_sym_AMP_EQ] = ACTIONS(3139), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3139), - [anon_sym_PLUS_EQ] = ACTIONS(3139), - [anon_sym_DASH_EQ] = ACTIONS(3139), - [anon_sym_PIPE_EQ] = ACTIONS(3139), - [anon_sym_CARET_EQ] = ACTIONS(3139), - [anon_sym_COLON_EQ] = ACTIONS(3139), - [anon_sym_lock] = ACTIONS(3139), - [anon_sym_rlock] = ACTIONS(3139), - [anon_sym_unsafe] = ACTIONS(3139), - [anon_sym_sql] = ACTIONS(3139), - [sym_int_literal] = ACTIONS(3139), - [sym_float_literal] = ACTIONS(3139), - [sym_rune_literal] = ACTIONS(3139), - [sym_pseudo_compile_time_identifier] = ACTIONS(3139), - [anon_sym_shared] = ACTIONS(3139), - [anon_sym_map_LBRACK] = ACTIONS(3139), - [anon_sym_chan] = ACTIONS(3139), - [anon_sym_thread] = ACTIONS(3139), - [anon_sym_atomic] = ACTIONS(3139), - [anon_sym_assert] = ACTIONS(3139), - [anon_sym_defer] = ACTIONS(3139), - [anon_sym_goto] = ACTIONS(3139), - [anon_sym_break] = ACTIONS(3139), - [anon_sym_continue] = ACTIONS(3139), - [anon_sym_return] = ACTIONS(3139), - [anon_sym_DOLLARfor] = ACTIONS(3139), - [anon_sym_for] = ACTIONS(3139), - [anon_sym_POUND] = ACTIONS(3139), - [anon_sym_asm] = ACTIONS(3139), - [anon_sym_AT_LBRACK] = ACTIONS(3139), - [sym___double_quote] = ACTIONS(3139), - [sym___single_quote] = ACTIONS(3139), - [sym___c_double_quote] = ACTIONS(3139), - [sym___c_single_quote] = ACTIONS(3139), - [sym___r_double_quote] = ACTIONS(3139), - [sym___r_single_quote] = ACTIONS(3139), + [548] = { + [sym_line_comment] = STATE(548), + [sym_block_comment] = STATE(548), + [sym__expression] = STATE(2206), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, - [579] = { - [sym_line_comment] = STATE(579), - [sym_block_comment] = STATE(579), - [sym__expression] = STATE(2714), + [549] = { + [sym_line_comment] = STATE(549), + [sym_block_comment] = STATE(549), + [sym__expression] = STATE(2904), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [550] = { + [sym_line_comment] = STATE(550), + [sym_block_comment] = STATE(550), + [sym__expression] = STATE(1324), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -91087,230 +87740,462 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, - [580] = { - [sym_line_comment] = STATE(580), - [sym_block_comment] = STATE(580), - [sym__expression] = STATE(2487), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [551] = { + [sym_line_comment] = STATE(551), + [sym_block_comment] = STATE(551), + [sym__expression] = STATE(1156), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(631), + [anon_sym_LBRACE] = ACTIONS(633), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_fn] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_STAR] = ACTIONS(645), + [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(655), + [anon_sym_go] = ACTIONS(657), + [anon_sym_spawn] = ACTIONS(659), + [anon_sym_json_DOTdecode] = ACTIONS(661), + [anon_sym_LBRACK2] = ACTIONS(663), + [anon_sym_TILDE] = ACTIONS(643), + [anon_sym_CARET] = ACTIONS(643), + [anon_sym_AMP] = ACTIONS(665), + [anon_sym_LT_DASH] = ACTIONS(667), + [sym_none] = ACTIONS(669), + [sym_true] = ACTIONS(669), + [sym_false] = ACTIONS(669), + [sym_nil] = ACTIONS(669), + [anon_sym_if] = ACTIONS(671), + [anon_sym_DOLLARif] = ACTIONS(673), + [anon_sym_match] = ACTIONS(675), + [anon_sym_select] = ACTIONS(677), + [anon_sym_lock] = ACTIONS(679), + [anon_sym_rlock] = ACTIONS(679), + [anon_sym_unsafe] = ACTIONS(681), + [anon_sym_sql] = ACTIONS(683), + [sym_int_literal] = ACTIONS(669), + [sym_float_literal] = ACTIONS(685), + [sym_rune_literal] = ACTIONS(685), + [sym_pseudo_compile_time_identifier] = ACTIONS(687), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(689), + [sym___single_quote] = ACTIONS(691), + [sym___c_double_quote] = ACTIONS(693), + [sym___c_single_quote] = ACTIONS(695), + [sym___r_double_quote] = ACTIONS(697), + [sym___r_single_quote] = ACTIONS(699), }, - [581] = { - [sym_line_comment] = STATE(581), - [sym_block_comment] = STATE(581), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(3010), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(3009), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [552] = { + [sym_line_comment] = STATE(552), + [sym_block_comment] = STATE(552), + [sym__expression] = STATE(2223), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), + }, + [553] = { + [sym_line_comment] = STATE(553), + [sym_block_comment] = STATE(553), + [sym__expression] = STATE(2178), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), + }, + [554] = { + [sym_line_comment] = STATE(554), + [sym_block_comment] = STATE(554), + [sym__expression] = STATE(1294), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -91319,312 +88204,660 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, - [582] = { - [sym_line_comment] = STATE(582), - [sym_block_comment] = STATE(582), - [sym__expression] = STATE(2652), + [555] = { + [sym_line_comment] = STATE(555), + [sym_block_comment] = STATE(555), + [sym__expression] = STATE(2681), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [583] = { - [sym_line_comment] = STATE(583), - [sym_block_comment] = STATE(583), - [sym__expression] = STATE(2486), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [556] = { + [sym_line_comment] = STATE(556), + [sym_block_comment] = STATE(556), + [sym__expression] = STATE(2347), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, - [584] = { - [sym_line_comment] = STATE(584), - [sym_block_comment] = STATE(584), - [sym__expression] = STATE(2502), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), + [557] = { + [sym_line_comment] = STATE(557), + [sym_block_comment] = STATE(557), + [sym__expression] = STATE(2342), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4278), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), + }, + [558] = { + [sym_line_comment] = STATE(558), + [sym_block_comment] = STATE(558), + [sym__expression] = STATE(2350), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), + }, + [559] = { + [sym_line_comment] = STATE(559), + [sym_block_comment] = STATE(559), + [sym__expression] = STATE(2352), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), + }, + [560] = { + [sym_line_comment] = STATE(560), + [sym_block_comment] = STATE(560), + [sym__expression] = STATE(2494), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), @@ -91633,18 +88866,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1081), [anon_sym_PLUS] = ACTIONS(1083), [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), + [anon_sym_BANG] = ACTIONS(3105), [anon_sym_go] = ACTIONS(1091), [anon_sym_spawn] = ACTIONS(1093), [anon_sym_json_DOTdecode] = ACTIONS(1095), [anon_sym_LBRACK2] = ACTIONS(1097), [anon_sym_TILDE] = ACTIONS(1083), [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), + [anon_sym_AMP] = ACTIONS(3107), [anon_sym_LT_DASH] = ACTIONS(1101), [sym_none] = ACTIONS(1103), [sym_true] = ACTIONS(1103), @@ -91653,9 +88886,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -91674,305 +88907,421 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [585] = { - [sym_line_comment] = STATE(585), - [sym_block_comment] = STATE(585), - [ts_builtin_sym_end] = ACTIONS(3141), - [sym_identifier] = ACTIONS(3143), - [anon_sym_LF] = ACTIONS(3143), - [anon_sym_CR] = ACTIONS(3143), - [anon_sym_CR_LF] = ACTIONS(3143), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3143), - [anon_sym_as] = ACTIONS(3143), - [anon_sym_LBRACE] = ACTIONS(3143), - [anon_sym_COMMA] = ACTIONS(3143), - [anon_sym_const] = ACTIONS(3143), - [anon_sym_LPAREN] = ACTIONS(3143), - [anon_sym_EQ] = ACTIONS(3143), - [anon_sym___global] = ACTIONS(3143), - [anon_sym_type] = ACTIONS(3143), - [anon_sym_PIPE] = ACTIONS(3143), - [anon_sym_fn] = ACTIONS(3143), - [anon_sym_PLUS] = ACTIONS(3143), - [anon_sym_DASH] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3143), - [anon_sym_SLASH] = ACTIONS(3143), - [anon_sym_PERCENT] = ACTIONS(3143), - [anon_sym_LT] = ACTIONS(3143), - [anon_sym_GT] = ACTIONS(3143), - [anon_sym_EQ_EQ] = ACTIONS(3143), - [anon_sym_BANG_EQ] = ACTIONS(3143), - [anon_sym_LT_EQ] = ACTIONS(3143), - [anon_sym_GT_EQ] = ACTIONS(3143), - [anon_sym_LBRACK] = ACTIONS(3141), - [anon_sym_struct] = ACTIONS(3143), - [anon_sym_union] = ACTIONS(3143), - [anon_sym_pub] = ACTIONS(3143), - [anon_sym_mut] = ACTIONS(3143), - [anon_sym_enum] = ACTIONS(3143), - [anon_sym_interface] = ACTIONS(3143), - [anon_sym_PLUS_PLUS] = ACTIONS(3143), - [anon_sym_DASH_DASH] = ACTIONS(3143), - [anon_sym_QMARK] = ACTIONS(3143), - [anon_sym_BANG] = ACTIONS(3143), - [anon_sym_go] = ACTIONS(3143), - [anon_sym_spawn] = ACTIONS(3143), - [anon_sym_json_DOTdecode] = ACTIONS(3143), - [anon_sym_LBRACK2] = ACTIONS(3143), - [anon_sym_TILDE] = ACTIONS(3143), - [anon_sym_CARET] = ACTIONS(3143), - [anon_sym_AMP] = ACTIONS(3143), - [anon_sym_LT_DASH] = ACTIONS(3143), - [anon_sym_LT_LT] = ACTIONS(3143), - [anon_sym_GT_GT] = ACTIONS(3143), - [anon_sym_GT_GT_GT] = ACTIONS(3143), - [anon_sym_AMP_CARET] = ACTIONS(3143), - [anon_sym_AMP_AMP] = ACTIONS(3143), - [anon_sym_PIPE_PIPE] = ACTIONS(3143), - [anon_sym_or] = ACTIONS(3143), - [sym_none] = ACTIONS(3143), - [sym_true] = ACTIONS(3143), - [sym_false] = ACTIONS(3143), - [sym_nil] = ACTIONS(3143), - [anon_sym_QMARK_DOT] = ACTIONS(3143), - [anon_sym_POUND_LBRACK] = ACTIONS(3143), - [anon_sym_if] = ACTIONS(3143), - [anon_sym_DOLLARif] = ACTIONS(3143), - [anon_sym_is] = ACTIONS(3143), - [anon_sym_BANGis] = ACTIONS(3143), - [anon_sym_in] = ACTIONS(3143), - [anon_sym_BANGin] = ACTIONS(3143), - [anon_sym_match] = ACTIONS(3143), - [anon_sym_select] = ACTIONS(3143), - [anon_sym_STAR_EQ] = ACTIONS(3143), - [anon_sym_SLASH_EQ] = ACTIONS(3143), - [anon_sym_PERCENT_EQ] = ACTIONS(3143), - [anon_sym_LT_LT_EQ] = ACTIONS(3143), - [anon_sym_GT_GT_EQ] = ACTIONS(3143), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3143), - [anon_sym_AMP_EQ] = ACTIONS(3143), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3143), - [anon_sym_PLUS_EQ] = ACTIONS(3143), - [anon_sym_DASH_EQ] = ACTIONS(3143), - [anon_sym_PIPE_EQ] = ACTIONS(3143), - [anon_sym_CARET_EQ] = ACTIONS(3143), - [anon_sym_COLON_EQ] = ACTIONS(3143), - [anon_sym_lock] = ACTIONS(3143), - [anon_sym_rlock] = ACTIONS(3143), - [anon_sym_unsafe] = ACTIONS(3143), - [anon_sym_sql] = ACTIONS(3143), - [sym_int_literal] = ACTIONS(3143), - [sym_float_literal] = ACTIONS(3143), - [sym_rune_literal] = ACTIONS(3143), - [sym_pseudo_compile_time_identifier] = ACTIONS(3143), - [anon_sym_shared] = ACTIONS(3143), - [anon_sym_map_LBRACK] = ACTIONS(3143), - [anon_sym_chan] = ACTIONS(3143), - [anon_sym_thread] = ACTIONS(3143), - [anon_sym_atomic] = ACTIONS(3143), - [anon_sym_assert] = ACTIONS(3143), - [anon_sym_defer] = ACTIONS(3143), - [anon_sym_goto] = ACTIONS(3143), - [anon_sym_break] = ACTIONS(3143), - [anon_sym_continue] = ACTIONS(3143), - [anon_sym_return] = ACTIONS(3143), - [anon_sym_DOLLARfor] = ACTIONS(3143), - [anon_sym_for] = ACTIONS(3143), - [anon_sym_POUND] = ACTIONS(3143), - [anon_sym_asm] = ACTIONS(3143), - [anon_sym_AT_LBRACK] = ACTIONS(3143), - [sym___double_quote] = ACTIONS(3143), - [sym___single_quote] = ACTIONS(3143), - [sym___c_double_quote] = ACTIONS(3143), - [sym___c_single_quote] = ACTIONS(3143), - [sym___r_double_quote] = ACTIONS(3143), - [sym___r_single_quote] = ACTIONS(3143), + [561] = { + [sym_line_comment] = STATE(561), + [sym_block_comment] = STATE(561), + [sym__expression] = STATE(2342), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4275), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, - [586] = { - [sym_line_comment] = STATE(586), - [sym_block_comment] = STATE(586), - [ts_builtin_sym_end] = ACTIONS(3145), - [sym_identifier] = ACTIONS(3147), - [anon_sym_LF] = ACTIONS(3147), - [anon_sym_CR] = ACTIONS(3147), - [anon_sym_CR_LF] = ACTIONS(3147), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3147), - [anon_sym_as] = ACTIONS(3147), - [anon_sym_LBRACE] = ACTIONS(3147), - [anon_sym_COMMA] = ACTIONS(3147), - [anon_sym_const] = ACTIONS(3147), - [anon_sym_LPAREN] = ACTIONS(3147), - [anon_sym_EQ] = ACTIONS(3147), - [anon_sym___global] = ACTIONS(3147), - [anon_sym_type] = ACTIONS(3147), - [anon_sym_PIPE] = ACTIONS(3147), - [anon_sym_fn] = ACTIONS(3147), - [anon_sym_PLUS] = ACTIONS(3147), - [anon_sym_DASH] = ACTIONS(3147), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_SLASH] = ACTIONS(3147), - [anon_sym_PERCENT] = ACTIONS(3147), - [anon_sym_LT] = ACTIONS(3147), - [anon_sym_GT] = ACTIONS(3147), - [anon_sym_EQ_EQ] = ACTIONS(3147), - [anon_sym_BANG_EQ] = ACTIONS(3147), - [anon_sym_LT_EQ] = ACTIONS(3147), - [anon_sym_GT_EQ] = ACTIONS(3147), - [anon_sym_LBRACK] = ACTIONS(3145), - [anon_sym_struct] = ACTIONS(3147), - [anon_sym_union] = ACTIONS(3147), - [anon_sym_pub] = ACTIONS(3147), - [anon_sym_mut] = ACTIONS(3147), - [anon_sym_enum] = ACTIONS(3147), - [anon_sym_interface] = ACTIONS(3147), - [anon_sym_PLUS_PLUS] = ACTIONS(3147), - [anon_sym_DASH_DASH] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3147), - [anon_sym_BANG] = ACTIONS(3147), - [anon_sym_go] = ACTIONS(3147), - [anon_sym_spawn] = ACTIONS(3147), - [anon_sym_json_DOTdecode] = ACTIONS(3147), - [anon_sym_LBRACK2] = ACTIONS(3147), - [anon_sym_TILDE] = ACTIONS(3147), - [anon_sym_CARET] = ACTIONS(3147), - [anon_sym_AMP] = ACTIONS(3147), - [anon_sym_LT_DASH] = ACTIONS(3147), - [anon_sym_LT_LT] = ACTIONS(3147), - [anon_sym_GT_GT] = ACTIONS(3147), - [anon_sym_GT_GT_GT] = ACTIONS(3147), - [anon_sym_AMP_CARET] = ACTIONS(3147), - [anon_sym_AMP_AMP] = ACTIONS(3147), - [anon_sym_PIPE_PIPE] = ACTIONS(3147), - [anon_sym_or] = ACTIONS(3147), - [sym_none] = ACTIONS(3147), - [sym_true] = ACTIONS(3147), - [sym_false] = ACTIONS(3147), - [sym_nil] = ACTIONS(3147), - [anon_sym_QMARK_DOT] = ACTIONS(3147), - [anon_sym_POUND_LBRACK] = ACTIONS(3147), - [anon_sym_if] = ACTIONS(3147), - [anon_sym_DOLLARif] = ACTIONS(3147), - [anon_sym_is] = ACTIONS(3147), - [anon_sym_BANGis] = ACTIONS(3147), - [anon_sym_in] = ACTIONS(3147), - [anon_sym_BANGin] = ACTIONS(3147), - [anon_sym_match] = ACTIONS(3147), - [anon_sym_select] = ACTIONS(3147), - [anon_sym_STAR_EQ] = ACTIONS(3147), - [anon_sym_SLASH_EQ] = ACTIONS(3147), - [anon_sym_PERCENT_EQ] = ACTIONS(3147), - [anon_sym_LT_LT_EQ] = ACTIONS(3147), - [anon_sym_GT_GT_EQ] = ACTIONS(3147), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3147), - [anon_sym_AMP_EQ] = ACTIONS(3147), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3147), - [anon_sym_PLUS_EQ] = ACTIONS(3147), - [anon_sym_DASH_EQ] = ACTIONS(3147), - [anon_sym_PIPE_EQ] = ACTIONS(3147), - [anon_sym_CARET_EQ] = ACTIONS(3147), - [anon_sym_COLON_EQ] = ACTIONS(3147), - [anon_sym_lock] = ACTIONS(3147), - [anon_sym_rlock] = ACTIONS(3147), - [anon_sym_unsafe] = ACTIONS(3147), - [anon_sym_sql] = ACTIONS(3147), - [sym_int_literal] = ACTIONS(3147), - [sym_float_literal] = ACTIONS(3147), - [sym_rune_literal] = ACTIONS(3147), - [sym_pseudo_compile_time_identifier] = ACTIONS(3147), - [anon_sym_shared] = ACTIONS(3147), - [anon_sym_map_LBRACK] = ACTIONS(3147), - [anon_sym_chan] = ACTIONS(3147), - [anon_sym_thread] = ACTIONS(3147), - [anon_sym_atomic] = ACTIONS(3147), - [anon_sym_assert] = ACTIONS(3147), - [anon_sym_defer] = ACTIONS(3147), - [anon_sym_goto] = ACTIONS(3147), - [anon_sym_break] = ACTIONS(3147), - [anon_sym_continue] = ACTIONS(3147), - [anon_sym_return] = ACTIONS(3147), - [anon_sym_DOLLARfor] = ACTIONS(3147), - [anon_sym_for] = ACTIONS(3147), - [anon_sym_POUND] = ACTIONS(3147), - [anon_sym_asm] = ACTIONS(3147), - [anon_sym_AT_LBRACK] = ACTIONS(3147), - [sym___double_quote] = ACTIONS(3147), - [sym___single_quote] = ACTIONS(3147), - [sym___c_double_quote] = ACTIONS(3147), - [sym___c_single_quote] = ACTIONS(3147), - [sym___r_double_quote] = ACTIONS(3147), - [sym___r_single_quote] = ACTIONS(3147), + [562] = { + [sym_line_comment] = STATE(562), + [sym_block_comment] = STATE(562), + [sym__expression] = STATE(2342), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4268), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, - [587] = { - [sym_line_comment] = STATE(587), - [sym_block_comment] = STATE(587), - [sym__expression] = STATE(2485), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), + [563] = { + [sym_line_comment] = STATE(563), + [sym_block_comment] = STATE(563), + [sym__expression] = STATE(2342), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), + }, + [564] = { + [sym_line_comment] = STATE(564), + [sym_block_comment] = STATE(564), + [sym__expression] = STATE(2493), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), @@ -91981,18 +89330,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1081), [anon_sym_PLUS] = ACTIONS(1083), [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), + [anon_sym_BANG] = ACTIONS(3105), [anon_sym_go] = ACTIONS(1091), [anon_sym_spawn] = ACTIONS(1093), [anon_sym_json_DOTdecode] = ACTIONS(1095), [anon_sym_LBRACK2] = ACTIONS(1097), [anon_sym_TILDE] = ACTIONS(1083), [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), + [anon_sym_AMP] = ACTIONS(3107), [anon_sym_LT_DASH] = ACTIONS(1101), [sym_none] = ACTIONS(1103), [sym_true] = ACTIONS(1103), @@ -92001,9 +89350,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -92022,223 +89371,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [588] = { - [sym_line_comment] = STATE(588), - [sym_block_comment] = STATE(588), - [sym__expression] = STATE(2333), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [565] = { + [sym_line_comment] = STATE(565), + [sym_block_comment] = STATE(565), + [sym__expression] = STATE(2707), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [589] = { - [sym_line_comment] = STATE(589), - [sym_block_comment] = STATE(589), - [sym__expression] = STATE(2706), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3664), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [566] = { + [sym_line_comment] = STATE(566), + [sym_block_comment] = STATE(566), + [sym__expression] = STATE(1325), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -92247,217 +89596,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, - [590] = { - [sym_line_comment] = STATE(590), - [sym_block_comment] = STATE(590), - [sym__expression] = STATE(2653), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [567] = { + [sym_line_comment] = STATE(567), + [sym_block_comment] = STATE(567), + [sym__expression] = STATE(990), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, - [591] = { - [sym_line_comment] = STATE(591), - [sym_block_comment] = STATE(591), - [sym__expression] = STATE(984), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [568] = { + [sym_line_comment] = STATE(568), + [sym_block_comment] = STATE(568), + [sym__expression] = STATE(988), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4305), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), [sym_none] = ACTIONS(531), [sym_true] = ACTIONS(531), [sym_false] = ACTIONS(531), @@ -92465,463 +89814,463 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(533), [anon_sym_DOLLARif] = ACTIONS(535), [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), [anon_sym_unsafe] = ACTIONS(543), [anon_sym_sql] = ACTIONS(545), [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, - [592] = { - [sym_line_comment] = STATE(592), - [sym_block_comment] = STATE(592), - [sym__expression] = STATE(1304), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [569] = { + [sym_line_comment] = STATE(569), + [sym_block_comment] = STATE(569), + [sym__expression] = STATE(1002), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, - [593] = { - [sym_line_comment] = STATE(593), - [sym_block_comment] = STATE(593), - [sym__expression] = STATE(1149), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [570] = { + [sym_line_comment] = STATE(570), + [sym_block_comment] = STATE(570), + [sym__expression] = STATE(1005), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(631), - [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_fn] = ACTIONS(641), - [anon_sym_PLUS] = ACTIONS(643), - [anon_sym_DASH] = ACTIONS(643), - [anon_sym_STAR] = ACTIONS(645), - [anon_sym_struct] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(655), - [anon_sym_go] = ACTIONS(657), - [anon_sym_spawn] = ACTIONS(659), - [anon_sym_json_DOTdecode] = ACTIONS(661), - [anon_sym_LBRACK2] = ACTIONS(663), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_CARET] = ACTIONS(643), - [anon_sym_AMP] = ACTIONS(665), - [anon_sym_LT_DASH] = ACTIONS(667), - [sym_none] = ACTIONS(669), - [sym_true] = ACTIONS(669), - [sym_false] = ACTIONS(669), - [sym_nil] = ACTIONS(669), - [anon_sym_if] = ACTIONS(671), - [anon_sym_DOLLARif] = ACTIONS(673), - [anon_sym_match] = ACTIONS(675), - [anon_sym_select] = ACTIONS(677), - [anon_sym_lock] = ACTIONS(679), - [anon_sym_rlock] = ACTIONS(679), - [anon_sym_unsafe] = ACTIONS(681), - [anon_sym_sql] = ACTIONS(683), - [sym_int_literal] = ACTIONS(669), - [sym_float_literal] = ACTIONS(685), - [sym_rune_literal] = ACTIONS(685), - [sym_pseudo_compile_time_identifier] = ACTIONS(687), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(689), - [sym___single_quote] = ACTIONS(691), - [sym___c_double_quote] = ACTIONS(693), - [sym___c_single_quote] = ACTIONS(695), - [sym___r_double_quote] = ACTIONS(697), - [sym___r_single_quote] = ACTIONS(699), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, - [594] = { - [sym_line_comment] = STATE(594), - [sym_block_comment] = STATE(594), - [sym__expression] = STATE(1140), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [571] = { + [sym_line_comment] = STATE(571), + [sym_block_comment] = STATE(571), + [sym__expression] = STATE(988), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4306), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(631), - [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_fn] = ACTIONS(641), - [anon_sym_PLUS] = ACTIONS(643), - [anon_sym_DASH] = ACTIONS(643), - [anon_sym_STAR] = ACTIONS(645), - [anon_sym_struct] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(655), - [anon_sym_go] = ACTIONS(657), - [anon_sym_spawn] = ACTIONS(659), - [anon_sym_json_DOTdecode] = ACTIONS(661), - [anon_sym_LBRACK2] = ACTIONS(663), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_CARET] = ACTIONS(643), - [anon_sym_AMP] = ACTIONS(665), - [anon_sym_LT_DASH] = ACTIONS(667), - [sym_none] = ACTIONS(669), - [sym_true] = ACTIONS(669), - [sym_false] = ACTIONS(669), - [sym_nil] = ACTIONS(669), - [anon_sym_if] = ACTIONS(671), - [anon_sym_DOLLARif] = ACTIONS(673), - [anon_sym_match] = ACTIONS(675), - [anon_sym_select] = ACTIONS(677), - [anon_sym_lock] = ACTIONS(679), - [anon_sym_rlock] = ACTIONS(679), - [anon_sym_unsafe] = ACTIONS(681), - [anon_sym_sql] = ACTIONS(683), - [sym_int_literal] = ACTIONS(669), - [sym_float_literal] = ACTIONS(685), - [sym_rune_literal] = ACTIONS(685), - [sym_pseudo_compile_time_identifier] = ACTIONS(687), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(689), - [sym___single_quote] = ACTIONS(691), - [sym___c_double_quote] = ACTIONS(693), - [sym___c_single_quote] = ACTIONS(695), - [sym___r_double_quote] = ACTIONS(697), - [sym___r_single_quote] = ACTIONS(699), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, - [595] = { - [sym_line_comment] = STATE(595), - [sym_block_comment] = STATE(595), - [sym__expression] = STATE(1003), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [572] = { + [sym_line_comment] = STATE(572), + [sym_block_comment] = STATE(572), + [sym__expression] = STATE(988), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4310), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), [sym_none] = ACTIONS(531), [sym_true] = ACTIONS(531), [sym_false] = ACTIONS(531), @@ -92929,360 +90278,592 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(533), [anon_sym_DOLLARif] = ACTIONS(535), [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), [anon_sym_unsafe] = ACTIONS(543), [anon_sym_sql] = ACTIONS(545), [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, - [596] = { - [sym_line_comment] = STATE(596), - [sym_block_comment] = STATE(596), - [sym__expression] = STATE(2492), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [573] = { + [sym_line_comment] = STATE(573), + [sym_block_comment] = STATE(573), + [sym__expression] = STATE(988), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, - [597] = { - [sym_line_comment] = STATE(597), - [sym_block_comment] = STATE(597), - [ts_builtin_sym_end] = ACTIONS(3149), - [sym_identifier] = ACTIONS(3151), - [anon_sym_LF] = ACTIONS(3151), - [anon_sym_CR] = ACTIONS(3151), - [anon_sym_CR_LF] = ACTIONS(3151), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2833), - [anon_sym_as] = ACTIONS(3151), - [anon_sym_LBRACE] = ACTIONS(3151), - [anon_sym_COMMA] = ACTIONS(3151), - [anon_sym_const] = ACTIONS(3151), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_EQ] = ACTIONS(3151), - [anon_sym___global] = ACTIONS(3151), - [anon_sym_type] = ACTIONS(3151), - [anon_sym_PIPE] = ACTIONS(3151), - [anon_sym_fn] = ACTIONS(3151), - [anon_sym_PLUS] = ACTIONS(3151), - [anon_sym_DASH] = ACTIONS(3151), - [anon_sym_STAR] = ACTIONS(3151), - [anon_sym_SLASH] = ACTIONS(3151), - [anon_sym_PERCENT] = ACTIONS(3151), - [anon_sym_LT] = ACTIONS(3151), - [anon_sym_GT] = ACTIONS(3151), - [anon_sym_EQ_EQ] = ACTIONS(3151), - [anon_sym_BANG_EQ] = ACTIONS(3151), - [anon_sym_LT_EQ] = ACTIONS(3151), - [anon_sym_GT_EQ] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3149), - [anon_sym_struct] = ACTIONS(3151), - [anon_sym_union] = ACTIONS(3151), - [anon_sym_pub] = ACTIONS(3151), - [anon_sym_mut] = ACTIONS(3151), - [anon_sym_enum] = ACTIONS(3151), - [anon_sym_interface] = ACTIONS(3151), - [anon_sym_PLUS_PLUS] = ACTIONS(3151), - [anon_sym_DASH_DASH] = ACTIONS(3151), - [anon_sym_QMARK] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3151), - [anon_sym_go] = ACTIONS(3151), - [anon_sym_spawn] = ACTIONS(3151), - [anon_sym_json_DOTdecode] = ACTIONS(3151), - [anon_sym_LBRACK2] = ACTIONS(3151), - [anon_sym_TILDE] = ACTIONS(3151), - [anon_sym_CARET] = ACTIONS(3151), - [anon_sym_AMP] = ACTIONS(3151), - [anon_sym_LT_DASH] = ACTIONS(3151), - [anon_sym_LT_LT] = ACTIONS(3151), - [anon_sym_GT_GT] = ACTIONS(3151), - [anon_sym_GT_GT_GT] = ACTIONS(3151), - [anon_sym_AMP_CARET] = ACTIONS(3151), - [anon_sym_AMP_AMP] = ACTIONS(3151), - [anon_sym_PIPE_PIPE] = ACTIONS(3151), - [anon_sym_or] = ACTIONS(3151), - [sym_none] = ACTIONS(3151), - [sym_true] = ACTIONS(3151), - [sym_false] = ACTIONS(3151), - [sym_nil] = ACTIONS(3151), - [anon_sym_QMARK_DOT] = ACTIONS(3151), - [anon_sym_POUND_LBRACK] = ACTIONS(3151), - [anon_sym_if] = ACTIONS(3151), - [anon_sym_DOLLARif] = ACTIONS(3151), - [anon_sym_is] = ACTIONS(3151), - [anon_sym_BANGis] = ACTIONS(3151), - [anon_sym_in] = ACTIONS(3151), - [anon_sym_BANGin] = ACTIONS(3151), - [anon_sym_match] = ACTIONS(3151), - [anon_sym_select] = ACTIONS(3151), - [anon_sym_STAR_EQ] = ACTIONS(3151), - [anon_sym_SLASH_EQ] = ACTIONS(3151), - [anon_sym_PERCENT_EQ] = ACTIONS(3151), - [anon_sym_LT_LT_EQ] = ACTIONS(3151), - [anon_sym_GT_GT_EQ] = ACTIONS(3151), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3151), - [anon_sym_AMP_EQ] = ACTIONS(3151), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3151), - [anon_sym_PLUS_EQ] = ACTIONS(3151), - [anon_sym_DASH_EQ] = ACTIONS(3151), - [anon_sym_PIPE_EQ] = ACTIONS(3151), - [anon_sym_CARET_EQ] = ACTIONS(3151), - [anon_sym_COLON_EQ] = ACTIONS(3151), - [anon_sym_lock] = ACTIONS(3151), - [anon_sym_rlock] = ACTIONS(3151), - [anon_sym_unsafe] = ACTIONS(3151), - [anon_sym_sql] = ACTIONS(3151), - [sym_int_literal] = ACTIONS(3151), - [sym_float_literal] = ACTIONS(3151), - [sym_rune_literal] = ACTIONS(3151), - [sym_pseudo_compile_time_identifier] = ACTIONS(3151), - [anon_sym_shared] = ACTIONS(3151), - [anon_sym_map_LBRACK] = ACTIONS(3151), - [anon_sym_chan] = ACTIONS(3151), - [anon_sym_thread] = ACTIONS(3151), - [anon_sym_atomic] = ACTIONS(3151), - [anon_sym_assert] = ACTIONS(3151), - [anon_sym_defer] = ACTIONS(3151), - [anon_sym_goto] = ACTIONS(3151), - [anon_sym_break] = ACTIONS(3151), - [anon_sym_continue] = ACTIONS(3151), - [anon_sym_return] = ACTIONS(3151), - [anon_sym_DOLLARfor] = ACTIONS(3151), - [anon_sym_for] = ACTIONS(3151), - [anon_sym_POUND] = ACTIONS(3151), - [anon_sym_asm] = ACTIONS(3151), - [anon_sym_AT_LBRACK] = ACTIONS(3151), - [sym___double_quote] = ACTIONS(3151), - [sym___single_quote] = ACTIONS(3151), - [sym___c_double_quote] = ACTIONS(3151), - [sym___c_single_quote] = ACTIONS(3151), - [sym___r_double_quote] = ACTIONS(3151), - [sym___r_single_quote] = ACTIONS(3151), + [574] = { + [sym_line_comment] = STATE(574), + [sym_block_comment] = STATE(574), + [sym__expression] = STATE(250), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4204), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), }, - [598] = { - [sym_line_comment] = STATE(598), - [sym_block_comment] = STATE(598), - [sym__expression] = STATE(2491), + [575] = { + [sym_line_comment] = STATE(575), + [sym_block_comment] = STATE(575), + [sym__expression] = STATE(2487), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [576] = { + [sym_line_comment] = STATE(576), + [sym_block_comment] = STATE(576), + [sym__expression] = STATE(2486), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [577] = { + [sym_line_comment] = STATE(577), + [sym_block_comment] = STATE(577), + [sym__expression] = STATE(1326), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -93291,449 +90872,913 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, - [599] = { - [sym_line_comment] = STATE(599), - [sym_block_comment] = STATE(599), - [ts_builtin_sym_end] = ACTIONS(3153), - [sym_identifier] = ACTIONS(3155), - [anon_sym_LF] = ACTIONS(3155), - [anon_sym_CR] = ACTIONS(3155), - [anon_sym_CR_LF] = ACTIONS(3155), + [578] = { + [sym_line_comment] = STATE(578), + [sym_block_comment] = STATE(578), + [ts_builtin_sym_end] = ACTIONS(3109), + [sym_identifier] = ACTIONS(3111), + [anon_sym_LF] = ACTIONS(3111), + [anon_sym_CR] = ACTIONS(3111), + [anon_sym_CR_LF] = ACTIONS(3111), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3155), - [anon_sym_as] = ACTIONS(3155), - [anon_sym_LBRACE] = ACTIONS(3155), - [anon_sym_COMMA] = ACTIONS(3155), - [anon_sym_const] = ACTIONS(3155), - [anon_sym_LPAREN] = ACTIONS(3155), - [anon_sym_EQ] = ACTIONS(3155), - [anon_sym___global] = ACTIONS(3155), - [anon_sym_type] = ACTIONS(3155), - [anon_sym_PIPE] = ACTIONS(3155), - [anon_sym_fn] = ACTIONS(3155), - [anon_sym_PLUS] = ACTIONS(3155), - [anon_sym_DASH] = ACTIONS(3155), - [anon_sym_STAR] = ACTIONS(3155), - [anon_sym_SLASH] = ACTIONS(3155), - [anon_sym_PERCENT] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(3155), - [anon_sym_GT] = ACTIONS(3155), - [anon_sym_EQ_EQ] = ACTIONS(3155), - [anon_sym_BANG_EQ] = ACTIONS(3155), - [anon_sym_LT_EQ] = ACTIONS(3155), - [anon_sym_GT_EQ] = ACTIONS(3155), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_struct] = ACTIONS(3155), - [anon_sym_union] = ACTIONS(3155), - [anon_sym_pub] = ACTIONS(3155), - [anon_sym_mut] = ACTIONS(3155), - [anon_sym_enum] = ACTIONS(3155), - [anon_sym_interface] = ACTIONS(3155), - [anon_sym_PLUS_PLUS] = ACTIONS(3155), - [anon_sym_DASH_DASH] = ACTIONS(3155), - [anon_sym_QMARK] = ACTIONS(3155), - [anon_sym_BANG] = ACTIONS(3155), - [anon_sym_go] = ACTIONS(3155), - [anon_sym_spawn] = ACTIONS(3155), - [anon_sym_json_DOTdecode] = ACTIONS(3155), - [anon_sym_LBRACK2] = ACTIONS(3155), - [anon_sym_TILDE] = ACTIONS(3155), - [anon_sym_CARET] = ACTIONS(3155), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT_DASH] = ACTIONS(3155), - [anon_sym_LT_LT] = ACTIONS(3155), - [anon_sym_GT_GT] = ACTIONS(3155), - [anon_sym_GT_GT_GT] = ACTIONS(3155), - [anon_sym_AMP_CARET] = ACTIONS(3155), - [anon_sym_AMP_AMP] = ACTIONS(3155), - [anon_sym_PIPE_PIPE] = ACTIONS(3155), - [anon_sym_or] = ACTIONS(3155), - [sym_none] = ACTIONS(3155), - [sym_true] = ACTIONS(3155), - [sym_false] = ACTIONS(3155), - [sym_nil] = ACTIONS(3155), - [anon_sym_QMARK_DOT] = ACTIONS(3155), - [anon_sym_POUND_LBRACK] = ACTIONS(3155), - [anon_sym_if] = ACTIONS(3155), - [anon_sym_DOLLARif] = ACTIONS(3155), - [anon_sym_is] = ACTIONS(3155), - [anon_sym_BANGis] = ACTIONS(3155), - [anon_sym_in] = ACTIONS(3155), - [anon_sym_BANGin] = ACTIONS(3155), - [anon_sym_match] = ACTIONS(3155), - [anon_sym_select] = ACTIONS(3155), - [anon_sym_STAR_EQ] = ACTIONS(3155), - [anon_sym_SLASH_EQ] = ACTIONS(3155), - [anon_sym_PERCENT_EQ] = ACTIONS(3155), - [anon_sym_LT_LT_EQ] = ACTIONS(3155), - [anon_sym_GT_GT_EQ] = ACTIONS(3155), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3155), - [anon_sym_AMP_EQ] = ACTIONS(3155), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3155), - [anon_sym_PLUS_EQ] = ACTIONS(3155), - [anon_sym_DASH_EQ] = ACTIONS(3155), - [anon_sym_PIPE_EQ] = ACTIONS(3155), - [anon_sym_CARET_EQ] = ACTIONS(3155), - [anon_sym_COLON_EQ] = ACTIONS(3155), - [anon_sym_lock] = ACTIONS(3155), - [anon_sym_rlock] = ACTIONS(3155), - [anon_sym_unsafe] = ACTIONS(3155), - [anon_sym_sql] = ACTIONS(3155), - [sym_int_literal] = ACTIONS(3155), - [sym_float_literal] = ACTIONS(3155), - [sym_rune_literal] = ACTIONS(3155), - [sym_pseudo_compile_time_identifier] = ACTIONS(3155), - [anon_sym_shared] = ACTIONS(3155), - [anon_sym_map_LBRACK] = ACTIONS(3155), - [anon_sym_chan] = ACTIONS(3155), - [anon_sym_thread] = ACTIONS(3155), - [anon_sym_atomic] = ACTIONS(3155), - [anon_sym_assert] = ACTIONS(3155), - [anon_sym_defer] = ACTIONS(3155), - [anon_sym_goto] = ACTIONS(3155), - [anon_sym_break] = ACTIONS(3155), - [anon_sym_continue] = ACTIONS(3155), - [anon_sym_return] = ACTIONS(3155), - [anon_sym_DOLLARfor] = ACTIONS(3155), - [anon_sym_for] = ACTIONS(3155), - [anon_sym_POUND] = ACTIONS(3155), - [anon_sym_asm] = ACTIONS(3155), - [anon_sym_AT_LBRACK] = ACTIONS(3155), - [sym___double_quote] = ACTIONS(3155), - [sym___single_quote] = ACTIONS(3155), - [sym___c_double_quote] = ACTIONS(3155), - [sym___c_single_quote] = ACTIONS(3155), - [sym___r_double_quote] = ACTIONS(3155), - [sym___r_single_quote] = ACTIONS(3155), + [anon_sym_DOT] = ACTIONS(3111), + [anon_sym_as] = ACTIONS(3111), + [anon_sym_LBRACE] = ACTIONS(3111), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_const] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(3111), + [anon_sym_EQ] = ACTIONS(3111), + [anon_sym___global] = ACTIONS(3111), + [anon_sym_type] = ACTIONS(3111), + [anon_sym_PIPE] = ACTIONS(3111), + [anon_sym_fn] = ACTIONS(3111), + [anon_sym_PLUS] = ACTIONS(3111), + [anon_sym_DASH] = ACTIONS(3111), + [anon_sym_STAR] = ACTIONS(3111), + [anon_sym_SLASH] = ACTIONS(3111), + [anon_sym_PERCENT] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(3111), + [anon_sym_GT] = ACTIONS(3111), + [anon_sym_EQ_EQ] = ACTIONS(3111), + [anon_sym_BANG_EQ] = ACTIONS(3111), + [anon_sym_LT_EQ] = ACTIONS(3111), + [anon_sym_GT_EQ] = ACTIONS(3111), + [anon_sym_LBRACK] = ACTIONS(3109), + [anon_sym_struct] = ACTIONS(3111), + [anon_sym_union] = ACTIONS(3111), + [anon_sym_pub] = ACTIONS(3111), + [anon_sym_mut] = ACTIONS(3111), + [anon_sym_enum] = ACTIONS(3111), + [anon_sym_interface] = ACTIONS(3111), + [anon_sym_PLUS_PLUS] = ACTIONS(3111), + [anon_sym_DASH_DASH] = ACTIONS(3111), + [anon_sym_QMARK] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3111), + [anon_sym_go] = ACTIONS(3111), + [anon_sym_spawn] = ACTIONS(3111), + [anon_sym_json_DOTdecode] = ACTIONS(3111), + [anon_sym_LBRACK2] = ACTIONS(3111), + [anon_sym_TILDE] = ACTIONS(3111), + [anon_sym_CARET] = ACTIONS(3111), + [anon_sym_AMP] = ACTIONS(3111), + [anon_sym_LT_DASH] = ACTIONS(3111), + [anon_sym_LT_LT] = ACTIONS(3111), + [anon_sym_GT_GT] = ACTIONS(3111), + [anon_sym_GT_GT_GT] = ACTIONS(3111), + [anon_sym_AMP_CARET] = ACTIONS(3111), + [anon_sym_AMP_AMP] = ACTIONS(3111), + [anon_sym_PIPE_PIPE] = ACTIONS(3111), + [anon_sym_or] = ACTIONS(3111), + [sym_none] = ACTIONS(3111), + [sym_true] = ACTIONS(3111), + [sym_false] = ACTIONS(3111), + [sym_nil] = ACTIONS(3111), + [anon_sym_QMARK_DOT] = ACTIONS(3111), + [anon_sym_POUND_LBRACK] = ACTIONS(3111), + [anon_sym_if] = ACTIONS(3111), + [anon_sym_DOLLARif] = ACTIONS(3111), + [anon_sym_is] = ACTIONS(3111), + [anon_sym_BANGis] = ACTIONS(3111), + [anon_sym_in] = ACTIONS(3111), + [anon_sym_BANGin] = ACTIONS(3111), + [anon_sym_match] = ACTIONS(3111), + [anon_sym_select] = ACTIONS(3111), + [anon_sym_STAR_EQ] = ACTIONS(3111), + [anon_sym_SLASH_EQ] = ACTIONS(3111), + [anon_sym_PERCENT_EQ] = ACTIONS(3111), + [anon_sym_LT_LT_EQ] = ACTIONS(3111), + [anon_sym_GT_GT_EQ] = ACTIONS(3111), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3111), + [anon_sym_AMP_EQ] = ACTIONS(3111), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3111), + [anon_sym_PLUS_EQ] = ACTIONS(3111), + [anon_sym_DASH_EQ] = ACTIONS(3111), + [anon_sym_PIPE_EQ] = ACTIONS(3111), + [anon_sym_CARET_EQ] = ACTIONS(3111), + [anon_sym_COLON_EQ] = ACTIONS(3111), + [anon_sym_lock] = ACTIONS(3111), + [anon_sym_rlock] = ACTIONS(3111), + [anon_sym_unsafe] = ACTIONS(3111), + [anon_sym_sql] = ACTIONS(3111), + [sym_int_literal] = ACTIONS(3111), + [sym_float_literal] = ACTIONS(3111), + [sym_rune_literal] = ACTIONS(3111), + [sym_pseudo_compile_time_identifier] = ACTIONS(3111), + [anon_sym_shared] = ACTIONS(3111), + [anon_sym_map_LBRACK] = ACTIONS(3111), + [anon_sym_chan] = ACTIONS(3111), + [anon_sym_thread] = ACTIONS(3111), + [anon_sym_atomic] = ACTIONS(3111), + [anon_sym_assert] = ACTIONS(3111), + [anon_sym_defer] = ACTIONS(3111), + [anon_sym_goto] = ACTIONS(3111), + [anon_sym_break] = ACTIONS(3111), + [anon_sym_continue] = ACTIONS(3111), + [anon_sym_return] = ACTIONS(3111), + [anon_sym_DOLLARfor] = ACTIONS(3111), + [anon_sym_for] = ACTIONS(3111), + [anon_sym_POUND] = ACTIONS(3111), + [anon_sym_asm] = ACTIONS(3111), + [anon_sym_AT_LBRACK] = ACTIONS(3111), + [sym___double_quote] = ACTIONS(3111), + [sym___single_quote] = ACTIONS(3111), + [sym___c_double_quote] = ACTIONS(3111), + [sym___c_single_quote] = ACTIONS(3111), + [sym___r_double_quote] = ACTIONS(3111), + [sym___r_single_quote] = ACTIONS(3111), }, - [600] = { - [sym_line_comment] = STATE(600), - [sym_block_comment] = STATE(600), - [sym__expression] = STATE(2645), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [579] = { + [sym_line_comment] = STATE(579), + [sym_block_comment] = STATE(579), + [ts_builtin_sym_end] = ACTIONS(3113), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LF] = ACTIONS(3115), + [anon_sym_CR] = ACTIONS(3115), + [anon_sym_CR_LF] = ACTIONS(3115), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3115), + [anon_sym_as] = ACTIONS(3115), + [anon_sym_LBRACE] = ACTIONS(3115), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_const] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(3115), + [anon_sym_EQ] = ACTIONS(3115), + [anon_sym___global] = ACTIONS(3115), + [anon_sym_type] = ACTIONS(3115), + [anon_sym_PIPE] = ACTIONS(3115), + [anon_sym_fn] = ACTIONS(3115), + [anon_sym_PLUS] = ACTIONS(3115), + [anon_sym_DASH] = ACTIONS(3115), + [anon_sym_STAR] = ACTIONS(3115), + [anon_sym_SLASH] = ACTIONS(3115), + [anon_sym_PERCENT] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(3115), + [anon_sym_GT] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(3115), + [anon_sym_GT_EQ] = ACTIONS(3115), + [anon_sym_LBRACK] = ACTIONS(3113), + [anon_sym_struct] = ACTIONS(3115), + [anon_sym_union] = ACTIONS(3115), + [anon_sym_pub] = ACTIONS(3115), + [anon_sym_mut] = ACTIONS(3115), + [anon_sym_enum] = ACTIONS(3115), + [anon_sym_interface] = ACTIONS(3115), + [anon_sym_PLUS_PLUS] = ACTIONS(3115), + [anon_sym_DASH_DASH] = ACTIONS(3115), + [anon_sym_QMARK] = ACTIONS(3115), + [anon_sym_BANG] = ACTIONS(3115), + [anon_sym_go] = ACTIONS(3115), + [anon_sym_spawn] = ACTIONS(3115), + [anon_sym_json_DOTdecode] = ACTIONS(3115), + [anon_sym_LBRACK2] = ACTIONS(3115), + [anon_sym_TILDE] = ACTIONS(3115), + [anon_sym_CARET] = ACTIONS(3115), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT_DASH] = ACTIONS(3115), + [anon_sym_LT_LT] = ACTIONS(3115), + [anon_sym_GT_GT] = ACTIONS(3115), + [anon_sym_GT_GT_GT] = ACTIONS(3115), + [anon_sym_AMP_CARET] = ACTIONS(3115), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_or] = ACTIONS(3115), + [sym_none] = ACTIONS(3115), + [sym_true] = ACTIONS(3115), + [sym_false] = ACTIONS(3115), + [sym_nil] = ACTIONS(3115), + [anon_sym_QMARK_DOT] = ACTIONS(3115), + [anon_sym_POUND_LBRACK] = ACTIONS(3115), + [anon_sym_if] = ACTIONS(3115), + [anon_sym_DOLLARif] = ACTIONS(3115), + [anon_sym_is] = ACTIONS(3115), + [anon_sym_BANGis] = ACTIONS(3115), + [anon_sym_in] = ACTIONS(3115), + [anon_sym_BANGin] = ACTIONS(3115), + [anon_sym_match] = ACTIONS(3115), + [anon_sym_select] = ACTIONS(3115), + [anon_sym_STAR_EQ] = ACTIONS(3115), + [anon_sym_SLASH_EQ] = ACTIONS(3115), + [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_LT_LT_EQ] = ACTIONS(3115), + [anon_sym_GT_GT_EQ] = ACTIONS(3115), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3115), + [anon_sym_AMP_EQ] = ACTIONS(3115), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3115), + [anon_sym_PLUS_EQ] = ACTIONS(3115), + [anon_sym_DASH_EQ] = ACTIONS(3115), + [anon_sym_PIPE_EQ] = ACTIONS(3115), + [anon_sym_CARET_EQ] = ACTIONS(3115), + [anon_sym_COLON_EQ] = ACTIONS(3115), + [anon_sym_lock] = ACTIONS(3115), + [anon_sym_rlock] = ACTIONS(3115), + [anon_sym_unsafe] = ACTIONS(3115), + [anon_sym_sql] = ACTIONS(3115), + [sym_int_literal] = ACTIONS(3115), + [sym_float_literal] = ACTIONS(3115), + [sym_rune_literal] = ACTIONS(3115), + [sym_pseudo_compile_time_identifier] = ACTIONS(3115), + [anon_sym_shared] = ACTIONS(3115), + [anon_sym_map_LBRACK] = ACTIONS(3115), + [anon_sym_chan] = ACTIONS(3115), + [anon_sym_thread] = ACTIONS(3115), + [anon_sym_atomic] = ACTIONS(3115), + [anon_sym_assert] = ACTIONS(3115), + [anon_sym_defer] = ACTIONS(3115), + [anon_sym_goto] = ACTIONS(3115), + [anon_sym_break] = ACTIONS(3115), + [anon_sym_continue] = ACTIONS(3115), + [anon_sym_return] = ACTIONS(3115), + [anon_sym_DOLLARfor] = ACTIONS(3115), + [anon_sym_for] = ACTIONS(3115), + [anon_sym_POUND] = ACTIONS(3115), + [anon_sym_asm] = ACTIONS(3115), + [anon_sym_AT_LBRACK] = ACTIONS(3115), + [sym___double_quote] = ACTIONS(3115), + [sym___single_quote] = ACTIONS(3115), + [sym___c_double_quote] = ACTIONS(3115), + [sym___c_single_quote] = ACTIONS(3115), + [sym___r_double_quote] = ACTIONS(3115), + [sym___r_single_quote] = ACTIONS(3115), + }, + [580] = { + [sym_line_comment] = STATE(580), + [sym_block_comment] = STATE(580), + [sym__expression] = STATE(2320), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, - [601] = { - [sym_line_comment] = STATE(601), - [sym_block_comment] = STATE(601), - [sym__expression] = STATE(2641), + [581] = { + [sym_line_comment] = STATE(581), + [sym_block_comment] = STATE(581), + [sym__expression] = STATE(230), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), + }, + [582] = { + [sym_line_comment] = STATE(582), + [sym_block_comment] = STATE(582), + [sym__expression] = STATE(2482), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(3103), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(3105), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(3107), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), + }, + [583] = { + [sym_line_comment] = STATE(583), + [sym_block_comment] = STATE(583), + [sym__expression] = STATE(2668), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [602] = { - [sym_line_comment] = STATE(602), - [sym_block_comment] = STATE(602), - [sym__expression] = STATE(990), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [584] = { + [sym_line_comment] = STATE(584), + [sym_block_comment] = STATE(584), + [sym__expression] = STATE(2492), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(3103), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(3105), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(3107), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), + }, + [585] = { + [sym_line_comment] = STATE(585), + [sym_block_comment] = STATE(585), + [sym__expression] = STATE(991), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), + [anon_sym_BANG] = ACTIONS(2439), [anon_sym_go] = ACTIONS(519), [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), [sym_none] = ACTIONS(531), [sym_true] = ACTIONS(531), [sym_false] = ACTIONS(531), @@ -93747,225 +91792,2429 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(543), [anon_sym_sql] = ACTIONS(545), [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), + }, + [586] = { + [sym_line_comment] = STATE(586), + [sym_block_comment] = STATE(586), + [sym__expression] = STATE(2848), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [587] = { + [sym_line_comment] = STATE(587), + [sym_block_comment] = STATE(587), + [ts_builtin_sym_end] = ACTIONS(3135), + [sym_identifier] = ACTIONS(3137), + [anon_sym_LF] = ACTIONS(3137), + [anon_sym_CR] = ACTIONS(3137), + [anon_sym_CR_LF] = ACTIONS(3137), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3137), + [anon_sym_as] = ACTIONS(3137), + [anon_sym_LBRACE] = ACTIONS(3137), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_const] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_EQ] = ACTIONS(3137), + [anon_sym___global] = ACTIONS(3137), + [anon_sym_type] = ACTIONS(3137), + [anon_sym_PIPE] = ACTIONS(3137), + [anon_sym_fn] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3137), + [anon_sym_DASH] = ACTIONS(3137), + [anon_sym_STAR] = ACTIONS(3137), + [anon_sym_SLASH] = ACTIONS(3137), + [anon_sym_PERCENT] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3137), + [anon_sym_GT] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3135), + [anon_sym_struct] = ACTIONS(3137), + [anon_sym_union] = ACTIONS(3137), + [anon_sym_pub] = ACTIONS(3137), + [anon_sym_mut] = ACTIONS(3137), + [anon_sym_enum] = ACTIONS(3137), + [anon_sym_interface] = ACTIONS(3137), + [anon_sym_PLUS_PLUS] = ACTIONS(3137), + [anon_sym_DASH_DASH] = ACTIONS(3137), + [anon_sym_QMARK] = ACTIONS(3137), + [anon_sym_BANG] = ACTIONS(3137), + [anon_sym_go] = ACTIONS(3137), + [anon_sym_spawn] = ACTIONS(3137), + [anon_sym_json_DOTdecode] = ACTIONS(3137), + [anon_sym_LBRACK2] = ACTIONS(3137), + [anon_sym_TILDE] = ACTIONS(3137), + [anon_sym_CARET] = ACTIONS(3137), + [anon_sym_AMP] = ACTIONS(3137), + [anon_sym_LT_DASH] = ACTIONS(3137), + [anon_sym_LT_LT] = ACTIONS(3137), + [anon_sym_GT_GT] = ACTIONS(3137), + [anon_sym_GT_GT_GT] = ACTIONS(3137), + [anon_sym_AMP_CARET] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_or] = ACTIONS(3137), + [sym_none] = ACTIONS(3137), + [sym_true] = ACTIONS(3137), + [sym_false] = ACTIONS(3137), + [sym_nil] = ACTIONS(3137), + [anon_sym_QMARK_DOT] = ACTIONS(3137), + [anon_sym_POUND_LBRACK] = ACTIONS(3137), + [anon_sym_if] = ACTIONS(3137), + [anon_sym_DOLLARif] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3137), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_in] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_match] = ACTIONS(3137), + [anon_sym_select] = ACTIONS(3137), + [anon_sym_STAR_EQ] = ACTIONS(3137), + [anon_sym_SLASH_EQ] = ACTIONS(3137), + [anon_sym_PERCENT_EQ] = ACTIONS(3137), + [anon_sym_LT_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_GT_EQ] = ACTIONS(3137), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3137), + [anon_sym_AMP_EQ] = ACTIONS(3137), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3137), + [anon_sym_PLUS_EQ] = ACTIONS(3137), + [anon_sym_DASH_EQ] = ACTIONS(3137), + [anon_sym_PIPE_EQ] = ACTIONS(3137), + [anon_sym_CARET_EQ] = ACTIONS(3137), + [anon_sym_COLON_EQ] = ACTIONS(3137), + [anon_sym_lock] = ACTIONS(3137), + [anon_sym_rlock] = ACTIONS(3137), + [anon_sym_unsafe] = ACTIONS(3137), + [anon_sym_sql] = ACTIONS(3137), + [sym_int_literal] = ACTIONS(3137), + [sym_float_literal] = ACTIONS(3137), + [sym_rune_literal] = ACTIONS(3137), + [sym_pseudo_compile_time_identifier] = ACTIONS(3137), + [anon_sym_shared] = ACTIONS(3137), + [anon_sym_map_LBRACK] = ACTIONS(3137), + [anon_sym_chan] = ACTIONS(3137), + [anon_sym_thread] = ACTIONS(3137), + [anon_sym_atomic] = ACTIONS(3137), + [anon_sym_assert] = ACTIONS(3137), + [anon_sym_defer] = ACTIONS(3137), + [anon_sym_goto] = ACTIONS(3137), + [anon_sym_break] = ACTIONS(3137), + [anon_sym_continue] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(3137), + [anon_sym_DOLLARfor] = ACTIONS(3137), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_POUND] = ACTIONS(3137), + [anon_sym_asm] = ACTIONS(3137), + [anon_sym_AT_LBRACK] = ACTIONS(3137), + [sym___double_quote] = ACTIONS(3137), + [sym___single_quote] = ACTIONS(3137), + [sym___c_double_quote] = ACTIONS(3137), + [sym___c_single_quote] = ACTIONS(3137), + [sym___r_double_quote] = ACTIONS(3137), + [sym___r_single_quote] = ACTIONS(3137), + }, + [588] = { + [sym_line_comment] = STATE(588), + [sym_block_comment] = STATE(588), + [ts_builtin_sym_end] = ACTIONS(3139), + [sym_identifier] = ACTIONS(3141), + [anon_sym_LF] = ACTIONS(3141), + [anon_sym_CR] = ACTIONS(3141), + [anon_sym_CR_LF] = ACTIONS(3141), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3141), + [anon_sym_as] = ACTIONS(3141), + [anon_sym_LBRACE] = ACTIONS(3141), + [anon_sym_COMMA] = ACTIONS(3141), + [anon_sym_const] = ACTIONS(3141), + [anon_sym_LPAREN] = ACTIONS(3141), + [anon_sym_EQ] = ACTIONS(3141), + [anon_sym___global] = ACTIONS(3141), + [anon_sym_type] = ACTIONS(3141), + [anon_sym_PIPE] = ACTIONS(3141), + [anon_sym_fn] = ACTIONS(3141), + [anon_sym_PLUS] = ACTIONS(3141), + [anon_sym_DASH] = ACTIONS(3141), + [anon_sym_STAR] = ACTIONS(3141), + [anon_sym_SLASH] = ACTIONS(3141), + [anon_sym_PERCENT] = ACTIONS(3141), + [anon_sym_LT] = ACTIONS(3141), + [anon_sym_GT] = ACTIONS(3141), + [anon_sym_EQ_EQ] = ACTIONS(3141), + [anon_sym_BANG_EQ] = ACTIONS(3141), + [anon_sym_LT_EQ] = ACTIONS(3141), + [anon_sym_GT_EQ] = ACTIONS(3141), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3141), + [anon_sym_union] = ACTIONS(3141), + [anon_sym_pub] = ACTIONS(3141), + [anon_sym_mut] = ACTIONS(3141), + [anon_sym_enum] = ACTIONS(3141), + [anon_sym_interface] = ACTIONS(3141), + [anon_sym_PLUS_PLUS] = ACTIONS(3141), + [anon_sym_DASH_DASH] = ACTIONS(3141), + [anon_sym_QMARK] = ACTIONS(3141), + [anon_sym_BANG] = ACTIONS(3141), + [anon_sym_go] = ACTIONS(3141), + [anon_sym_spawn] = ACTIONS(3141), + [anon_sym_json_DOTdecode] = ACTIONS(3141), + [anon_sym_LBRACK2] = ACTIONS(3141), + [anon_sym_TILDE] = ACTIONS(3141), + [anon_sym_CARET] = ACTIONS(3141), + [anon_sym_AMP] = ACTIONS(3141), + [anon_sym_LT_DASH] = ACTIONS(3141), + [anon_sym_LT_LT] = ACTIONS(3141), + [anon_sym_GT_GT] = ACTIONS(3141), + [anon_sym_GT_GT_GT] = ACTIONS(3141), + [anon_sym_AMP_CARET] = ACTIONS(3141), + [anon_sym_AMP_AMP] = ACTIONS(3141), + [anon_sym_PIPE_PIPE] = ACTIONS(3141), + [anon_sym_or] = ACTIONS(3141), + [sym_none] = ACTIONS(3141), + [sym_true] = ACTIONS(3141), + [sym_false] = ACTIONS(3141), + [sym_nil] = ACTIONS(3141), + [anon_sym_QMARK_DOT] = ACTIONS(3141), + [anon_sym_POUND_LBRACK] = ACTIONS(3141), + [anon_sym_if] = ACTIONS(3141), + [anon_sym_DOLLARif] = ACTIONS(3141), + [anon_sym_is] = ACTIONS(3141), + [anon_sym_BANGis] = ACTIONS(3141), + [anon_sym_in] = ACTIONS(3141), + [anon_sym_BANGin] = ACTIONS(3141), + [anon_sym_match] = ACTIONS(3141), + [anon_sym_select] = ACTIONS(3141), + [anon_sym_STAR_EQ] = ACTIONS(3141), + [anon_sym_SLASH_EQ] = ACTIONS(3141), + [anon_sym_PERCENT_EQ] = ACTIONS(3141), + [anon_sym_LT_LT_EQ] = ACTIONS(3141), + [anon_sym_GT_GT_EQ] = ACTIONS(3141), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3141), + [anon_sym_AMP_EQ] = ACTIONS(3141), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3141), + [anon_sym_PLUS_EQ] = ACTIONS(3141), + [anon_sym_DASH_EQ] = ACTIONS(3141), + [anon_sym_PIPE_EQ] = ACTIONS(3141), + [anon_sym_CARET_EQ] = ACTIONS(3141), + [anon_sym_COLON_EQ] = ACTIONS(3141), + [anon_sym_lock] = ACTIONS(3141), + [anon_sym_rlock] = ACTIONS(3141), + [anon_sym_unsafe] = ACTIONS(3141), + [anon_sym_sql] = ACTIONS(3141), + [sym_int_literal] = ACTIONS(3141), + [sym_float_literal] = ACTIONS(3141), + [sym_rune_literal] = ACTIONS(3141), + [sym_pseudo_compile_time_identifier] = ACTIONS(3141), + [anon_sym_shared] = ACTIONS(3141), + [anon_sym_map_LBRACK] = ACTIONS(3141), + [anon_sym_chan] = ACTIONS(3141), + [anon_sym_thread] = ACTIONS(3141), + [anon_sym_atomic] = ACTIONS(3141), + [anon_sym_assert] = ACTIONS(3141), + [anon_sym_defer] = ACTIONS(3141), + [anon_sym_goto] = ACTIONS(3141), + [anon_sym_break] = ACTIONS(3141), + [anon_sym_continue] = ACTIONS(3141), + [anon_sym_return] = ACTIONS(3141), + [anon_sym_DOLLARfor] = ACTIONS(3141), + [anon_sym_for] = ACTIONS(3141), + [anon_sym_POUND] = ACTIONS(3141), + [anon_sym_asm] = ACTIONS(3141), + [anon_sym_AT_LBRACK] = ACTIONS(3141), + [sym___double_quote] = ACTIONS(3141), + [sym___single_quote] = ACTIONS(3141), + [sym___c_double_quote] = ACTIONS(3141), + [sym___c_single_quote] = ACTIONS(3141), + [sym___r_double_quote] = ACTIONS(3141), + [sym___r_single_quote] = ACTIONS(3141), + }, + [589] = { + [sym_line_comment] = STATE(589), + [sym_block_comment] = STATE(589), + [sym__expression] = STATE(227), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), + }, + [590] = { + [sym_line_comment] = STATE(590), + [sym_block_comment] = STATE(590), + [sym__expression] = STATE(2332), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), + }, + [591] = { + [sym_line_comment] = STATE(591), + [sym_block_comment] = STATE(591), + [sym__expression] = STATE(2894), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [592] = { + [sym_line_comment] = STATE(592), + [sym_block_comment] = STATE(592), + [ts_builtin_sym_end] = ACTIONS(3143), + [sym_identifier] = ACTIONS(3145), + [anon_sym_LF] = ACTIONS(3145), + [anon_sym_CR] = ACTIONS(3145), + [anon_sym_CR_LF] = ACTIONS(3145), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3145), + [anon_sym_as] = ACTIONS(3145), + [anon_sym_LBRACE] = ACTIONS(3145), + [anon_sym_COMMA] = ACTIONS(3145), + [anon_sym_const] = ACTIONS(3145), + [anon_sym_LPAREN] = ACTIONS(3145), + [anon_sym_EQ] = ACTIONS(3145), + [anon_sym___global] = ACTIONS(3145), + [anon_sym_type] = ACTIONS(3145), + [anon_sym_PIPE] = ACTIONS(3145), + [anon_sym_fn] = ACTIONS(3145), + [anon_sym_PLUS] = ACTIONS(3145), + [anon_sym_DASH] = ACTIONS(3145), + [anon_sym_STAR] = ACTIONS(3145), + [anon_sym_SLASH] = ACTIONS(3145), + [anon_sym_PERCENT] = ACTIONS(3145), + [anon_sym_LT] = ACTIONS(3145), + [anon_sym_GT] = ACTIONS(3145), + [anon_sym_EQ_EQ] = ACTIONS(3145), + [anon_sym_BANG_EQ] = ACTIONS(3145), + [anon_sym_LT_EQ] = ACTIONS(3145), + [anon_sym_GT_EQ] = ACTIONS(3145), + [anon_sym_LBRACK] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3145), + [anon_sym_union] = ACTIONS(3145), + [anon_sym_pub] = ACTIONS(3145), + [anon_sym_mut] = ACTIONS(3145), + [anon_sym_enum] = ACTIONS(3145), + [anon_sym_interface] = ACTIONS(3145), + [anon_sym_PLUS_PLUS] = ACTIONS(3145), + [anon_sym_DASH_DASH] = ACTIONS(3145), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3145), + [anon_sym_go] = ACTIONS(3145), + [anon_sym_spawn] = ACTIONS(3145), + [anon_sym_json_DOTdecode] = ACTIONS(3145), + [anon_sym_LBRACK2] = ACTIONS(3145), + [anon_sym_TILDE] = ACTIONS(3145), + [anon_sym_CARET] = ACTIONS(3145), + [anon_sym_AMP] = ACTIONS(3145), + [anon_sym_LT_DASH] = ACTIONS(3145), + [anon_sym_LT_LT] = ACTIONS(3145), + [anon_sym_GT_GT] = ACTIONS(3145), + [anon_sym_GT_GT_GT] = ACTIONS(3145), + [anon_sym_AMP_CARET] = ACTIONS(3145), + [anon_sym_AMP_AMP] = ACTIONS(3145), + [anon_sym_PIPE_PIPE] = ACTIONS(3145), + [anon_sym_or] = ACTIONS(3145), + [sym_none] = ACTIONS(3145), + [sym_true] = ACTIONS(3145), + [sym_false] = ACTIONS(3145), + [sym_nil] = ACTIONS(3145), + [anon_sym_QMARK_DOT] = ACTIONS(3145), + [anon_sym_POUND_LBRACK] = ACTIONS(3145), + [anon_sym_if] = ACTIONS(3145), + [anon_sym_DOLLARif] = ACTIONS(3145), + [anon_sym_is] = ACTIONS(3145), + [anon_sym_BANGis] = ACTIONS(3145), + [anon_sym_in] = ACTIONS(3145), + [anon_sym_BANGin] = ACTIONS(3145), + [anon_sym_match] = ACTIONS(3145), + [anon_sym_select] = ACTIONS(3145), + [anon_sym_STAR_EQ] = ACTIONS(3145), + [anon_sym_SLASH_EQ] = ACTIONS(3145), + [anon_sym_PERCENT_EQ] = ACTIONS(3145), + [anon_sym_LT_LT_EQ] = ACTIONS(3145), + [anon_sym_GT_GT_EQ] = ACTIONS(3145), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3145), + [anon_sym_AMP_EQ] = ACTIONS(3145), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3145), + [anon_sym_PLUS_EQ] = ACTIONS(3145), + [anon_sym_DASH_EQ] = ACTIONS(3145), + [anon_sym_PIPE_EQ] = ACTIONS(3145), + [anon_sym_CARET_EQ] = ACTIONS(3145), + [anon_sym_COLON_EQ] = ACTIONS(3145), + [anon_sym_lock] = ACTIONS(3145), + [anon_sym_rlock] = ACTIONS(3145), + [anon_sym_unsafe] = ACTIONS(3145), + [anon_sym_sql] = ACTIONS(3145), + [sym_int_literal] = ACTIONS(3145), + [sym_float_literal] = ACTIONS(3145), + [sym_rune_literal] = ACTIONS(3145), + [sym_pseudo_compile_time_identifier] = ACTIONS(3145), + [anon_sym_shared] = ACTIONS(3145), + [anon_sym_map_LBRACK] = ACTIONS(3145), + [anon_sym_chan] = ACTIONS(3145), + [anon_sym_thread] = ACTIONS(3145), + [anon_sym_atomic] = ACTIONS(3145), + [anon_sym_assert] = ACTIONS(3145), + [anon_sym_defer] = ACTIONS(3145), + [anon_sym_goto] = ACTIONS(3145), + [anon_sym_break] = ACTIONS(3145), + [anon_sym_continue] = ACTIONS(3145), + [anon_sym_return] = ACTIONS(3145), + [anon_sym_DOLLARfor] = ACTIONS(3145), + [anon_sym_for] = ACTIONS(3145), + [anon_sym_POUND] = ACTIONS(3145), + [anon_sym_asm] = ACTIONS(3145), + [anon_sym_AT_LBRACK] = ACTIONS(3145), + [sym___double_quote] = ACTIONS(3145), + [sym___single_quote] = ACTIONS(3145), + [sym___c_double_quote] = ACTIONS(3145), + [sym___c_single_quote] = ACTIONS(3145), + [sym___r_double_quote] = ACTIONS(3145), + [sym___r_single_quote] = ACTIONS(3145), + }, + [593] = { + [sym_line_comment] = STATE(593), + [sym_block_comment] = STATE(593), + [sym__expression] = STATE(1327), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), + }, + [594] = { + [sym_line_comment] = STATE(594), + [sym_block_comment] = STATE(594), + [ts_builtin_sym_end] = ACTIONS(3147), + [sym_identifier] = ACTIONS(3149), + [anon_sym_LF] = ACTIONS(3149), + [anon_sym_CR] = ACTIONS(3149), + [anon_sym_CR_LF] = ACTIONS(3149), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2787), + [anon_sym_as] = ACTIONS(3149), + [anon_sym_LBRACE] = ACTIONS(3149), + [anon_sym_COMMA] = ACTIONS(3149), + [anon_sym_const] = ACTIONS(3149), + [anon_sym_LPAREN] = ACTIONS(3149), + [anon_sym_EQ] = ACTIONS(3149), + [anon_sym___global] = ACTIONS(3149), + [anon_sym_type] = ACTIONS(3149), + [anon_sym_PIPE] = ACTIONS(3149), + [anon_sym_fn] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_SLASH] = ACTIONS(3149), + [anon_sym_PERCENT] = ACTIONS(3149), + [anon_sym_LT] = ACTIONS(3149), + [anon_sym_GT] = ACTIONS(3149), + [anon_sym_EQ_EQ] = ACTIONS(3149), + [anon_sym_BANG_EQ] = ACTIONS(3149), + [anon_sym_LT_EQ] = ACTIONS(3149), + [anon_sym_GT_EQ] = ACTIONS(3149), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3149), + [anon_sym_union] = ACTIONS(3149), + [anon_sym_pub] = ACTIONS(3149), + [anon_sym_mut] = ACTIONS(3149), + [anon_sym_enum] = ACTIONS(3149), + [anon_sym_interface] = ACTIONS(3149), + [anon_sym_PLUS_PLUS] = ACTIONS(3149), + [anon_sym_DASH_DASH] = ACTIONS(3149), + [anon_sym_QMARK] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_go] = ACTIONS(3149), + [anon_sym_spawn] = ACTIONS(3149), + [anon_sym_json_DOTdecode] = ACTIONS(3149), + [anon_sym_LBRACK2] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_CARET] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3149), + [anon_sym_LT_DASH] = ACTIONS(3149), + [anon_sym_LT_LT] = ACTIONS(3149), + [anon_sym_GT_GT] = ACTIONS(3149), + [anon_sym_GT_GT_GT] = ACTIONS(3149), + [anon_sym_AMP_CARET] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_PIPE_PIPE] = ACTIONS(3149), + [anon_sym_or] = ACTIONS(3149), + [sym_none] = ACTIONS(3149), + [sym_true] = ACTIONS(3149), + [sym_false] = ACTIONS(3149), + [sym_nil] = ACTIONS(3149), + [anon_sym_QMARK_DOT] = ACTIONS(3149), + [anon_sym_POUND_LBRACK] = ACTIONS(3149), + [anon_sym_if] = ACTIONS(3149), + [anon_sym_DOLLARif] = ACTIONS(3149), + [anon_sym_is] = ACTIONS(3149), + [anon_sym_BANGis] = ACTIONS(3149), + [anon_sym_in] = ACTIONS(3149), + [anon_sym_BANGin] = ACTIONS(3149), + [anon_sym_match] = ACTIONS(3149), + [anon_sym_select] = ACTIONS(3149), + [anon_sym_STAR_EQ] = ACTIONS(3149), + [anon_sym_SLASH_EQ] = ACTIONS(3149), + [anon_sym_PERCENT_EQ] = ACTIONS(3149), + [anon_sym_LT_LT_EQ] = ACTIONS(3149), + [anon_sym_GT_GT_EQ] = ACTIONS(3149), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3149), + [anon_sym_AMP_EQ] = ACTIONS(3149), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3149), + [anon_sym_PLUS_EQ] = ACTIONS(3149), + [anon_sym_DASH_EQ] = ACTIONS(3149), + [anon_sym_PIPE_EQ] = ACTIONS(3149), + [anon_sym_CARET_EQ] = ACTIONS(3149), + [anon_sym_COLON_EQ] = ACTIONS(3149), + [anon_sym_lock] = ACTIONS(3149), + [anon_sym_rlock] = ACTIONS(3149), + [anon_sym_unsafe] = ACTIONS(3149), + [anon_sym_sql] = ACTIONS(3149), + [sym_int_literal] = ACTIONS(3149), + [sym_float_literal] = ACTIONS(3149), + [sym_rune_literal] = ACTIONS(3149), + [sym_pseudo_compile_time_identifier] = ACTIONS(3149), + [anon_sym_shared] = ACTIONS(3149), + [anon_sym_map_LBRACK] = ACTIONS(3149), + [anon_sym_chan] = ACTIONS(3149), + [anon_sym_thread] = ACTIONS(3149), + [anon_sym_atomic] = ACTIONS(3149), + [anon_sym_assert] = ACTIONS(3149), + [anon_sym_defer] = ACTIONS(3149), + [anon_sym_goto] = ACTIONS(3149), + [anon_sym_break] = ACTIONS(3149), + [anon_sym_continue] = ACTIONS(3149), + [anon_sym_return] = ACTIONS(3149), + [anon_sym_DOLLARfor] = ACTIONS(3149), + [anon_sym_for] = ACTIONS(3149), + [anon_sym_POUND] = ACTIONS(3149), + [anon_sym_asm] = ACTIONS(3149), + [anon_sym_AT_LBRACK] = ACTIONS(3149), + [sym___double_quote] = ACTIONS(3149), + [sym___single_quote] = ACTIONS(3149), + [sym___c_double_quote] = ACTIONS(3149), + [sym___c_single_quote] = ACTIONS(3149), + [sym___r_double_quote] = ACTIONS(3149), + [sym___r_single_quote] = ACTIONS(3149), + }, + [595] = { + [sym_line_comment] = STATE(595), + [sym_block_comment] = STATE(595), + [sym__expression] = STATE(2485), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [596] = { + [sym_line_comment] = STATE(596), + [sym_block_comment] = STATE(596), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3030), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(3029), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [597] = { + [sym_line_comment] = STATE(597), + [sym_block_comment] = STATE(597), + [sym__expression] = STATE(2845), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3666), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [598] = { + [sym_line_comment] = STATE(598), + [sym_block_comment] = STATE(598), + [sym__expression] = STATE(2484), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [599] = { + [sym_line_comment] = STATE(599), + [sym_block_comment] = STATE(599), + [sym__expression] = STATE(1329), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), + }, + [600] = { + [sym_line_comment] = STATE(600), + [sym_block_comment] = STATE(600), + [sym__expression] = STATE(1330), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), + }, + [601] = { + [sym_line_comment] = STATE(601), + [sym_block_comment] = STATE(601), + [sym__expression] = STATE(2623), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [602] = { + [sym_line_comment] = STATE(602), + [sym_block_comment] = STATE(602), + [sym__expression] = STATE(2626), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [603] = { [sym_line_comment] = STATE(603), [sym_block_comment] = STATE(603), - [sym__expression] = STATE(991), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [604] = { [sym_line_comment] = STATE(604), [sym_block_comment] = STATE(604), + [sym__expression] = STATE(250), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4212), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), + }, + [605] = { + [sym_line_comment] = STATE(605), + [sym_block_comment] = STATE(605), + [ts_builtin_sym_end] = ACTIONS(3151), + [sym_identifier] = ACTIONS(3153), + [anon_sym_LF] = ACTIONS(3153), + [anon_sym_CR] = ACTIONS(3153), + [anon_sym_CR_LF] = ACTIONS(3153), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3153), + [anon_sym_as] = ACTIONS(3153), + [anon_sym_LBRACE] = ACTIONS(3153), + [anon_sym_COMMA] = ACTIONS(3153), + [anon_sym_const] = ACTIONS(3153), + [anon_sym_LPAREN] = ACTIONS(3153), + [anon_sym_EQ] = ACTIONS(3153), + [anon_sym___global] = ACTIONS(3153), + [anon_sym_type] = ACTIONS(3153), + [anon_sym_PIPE] = ACTIONS(3153), + [anon_sym_fn] = ACTIONS(3153), + [anon_sym_PLUS] = ACTIONS(3153), + [anon_sym_DASH] = ACTIONS(3153), + [anon_sym_STAR] = ACTIONS(3153), + [anon_sym_SLASH] = ACTIONS(3153), + [anon_sym_PERCENT] = ACTIONS(3153), + [anon_sym_LT] = ACTIONS(3153), + [anon_sym_GT] = ACTIONS(3153), + [anon_sym_EQ_EQ] = ACTIONS(3153), + [anon_sym_BANG_EQ] = ACTIONS(3153), + [anon_sym_LT_EQ] = ACTIONS(3153), + [anon_sym_GT_EQ] = ACTIONS(3153), + [anon_sym_LBRACK] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3153), + [anon_sym_union] = ACTIONS(3153), + [anon_sym_pub] = ACTIONS(3153), + [anon_sym_mut] = ACTIONS(3153), + [anon_sym_enum] = ACTIONS(3153), + [anon_sym_interface] = ACTIONS(3153), + [anon_sym_PLUS_PLUS] = ACTIONS(3153), + [anon_sym_DASH_DASH] = ACTIONS(3153), + [anon_sym_QMARK] = ACTIONS(3153), + [anon_sym_BANG] = ACTIONS(3153), + [anon_sym_go] = ACTIONS(3153), + [anon_sym_spawn] = ACTIONS(3153), + [anon_sym_json_DOTdecode] = ACTIONS(3153), + [anon_sym_LBRACK2] = ACTIONS(3153), + [anon_sym_TILDE] = ACTIONS(3153), + [anon_sym_CARET] = ACTIONS(3153), + [anon_sym_AMP] = ACTIONS(3153), + [anon_sym_LT_DASH] = ACTIONS(3153), + [anon_sym_LT_LT] = ACTIONS(3153), + [anon_sym_GT_GT] = ACTIONS(3153), + [anon_sym_GT_GT_GT] = ACTIONS(3153), + [anon_sym_AMP_CARET] = ACTIONS(3153), + [anon_sym_AMP_AMP] = ACTIONS(3153), + [anon_sym_PIPE_PIPE] = ACTIONS(3153), + [anon_sym_or] = ACTIONS(3153), + [sym_none] = ACTIONS(3153), + [sym_true] = ACTIONS(3153), + [sym_false] = ACTIONS(3153), + [sym_nil] = ACTIONS(3153), + [anon_sym_QMARK_DOT] = ACTIONS(3153), + [anon_sym_POUND_LBRACK] = ACTIONS(3153), + [anon_sym_if] = ACTIONS(3153), + [anon_sym_DOLLARif] = ACTIONS(3153), + [anon_sym_is] = ACTIONS(3153), + [anon_sym_BANGis] = ACTIONS(3153), + [anon_sym_in] = ACTIONS(3153), + [anon_sym_BANGin] = ACTIONS(3153), + [anon_sym_match] = ACTIONS(3153), + [anon_sym_select] = ACTIONS(3153), + [anon_sym_STAR_EQ] = ACTIONS(3153), + [anon_sym_SLASH_EQ] = ACTIONS(3153), + [anon_sym_PERCENT_EQ] = ACTIONS(3153), + [anon_sym_LT_LT_EQ] = ACTIONS(3153), + [anon_sym_GT_GT_EQ] = ACTIONS(3153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3153), + [anon_sym_AMP_EQ] = ACTIONS(3153), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3153), + [anon_sym_PLUS_EQ] = ACTIONS(3153), + [anon_sym_DASH_EQ] = ACTIONS(3153), + [anon_sym_PIPE_EQ] = ACTIONS(3153), + [anon_sym_CARET_EQ] = ACTIONS(3153), + [anon_sym_COLON_EQ] = ACTIONS(3153), + [anon_sym_lock] = ACTIONS(3153), + [anon_sym_rlock] = ACTIONS(3153), + [anon_sym_unsafe] = ACTIONS(3153), + [anon_sym_sql] = ACTIONS(3153), + [sym_int_literal] = ACTIONS(3153), + [sym_float_literal] = ACTIONS(3153), + [sym_rune_literal] = ACTIONS(3153), + [sym_pseudo_compile_time_identifier] = ACTIONS(3153), + [anon_sym_shared] = ACTIONS(3153), + [anon_sym_map_LBRACK] = ACTIONS(3153), + [anon_sym_chan] = ACTIONS(3153), + [anon_sym_thread] = ACTIONS(3153), + [anon_sym_atomic] = ACTIONS(3153), + [anon_sym_assert] = ACTIONS(3153), + [anon_sym_defer] = ACTIONS(3153), + [anon_sym_goto] = ACTIONS(3153), + [anon_sym_break] = ACTIONS(3153), + [anon_sym_continue] = ACTIONS(3153), + [anon_sym_return] = ACTIONS(3153), + [anon_sym_DOLLARfor] = ACTIONS(3153), + [anon_sym_for] = ACTIONS(3153), + [anon_sym_POUND] = ACTIONS(3153), + [anon_sym_asm] = ACTIONS(3153), + [anon_sym_AT_LBRACK] = ACTIONS(3153), + [sym___double_quote] = ACTIONS(3153), + [sym___single_quote] = ACTIONS(3153), + [sym___c_double_quote] = ACTIONS(3153), + [sym___c_single_quote] = ACTIONS(3153), + [sym___r_double_quote] = ACTIONS(3153), + [sym___r_single_quote] = ACTIONS(3153), + }, + [606] = { + [sym_line_comment] = STATE(606), + [sym_block_comment] = STATE(606), [sym__expression] = STATE(988), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4306), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), + [anon_sym_BANG] = ACTIONS(2439), [anon_sym_go] = ACTIONS(519), [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), [sym_none] = ACTIONS(531), [sym_true] = ACTIONS(531), [sym_false] = ACTIONS(531), @@ -93979,330 +94228,330 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(543), [anon_sym_sql] = ACTIONS(545), [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, - [605] = { - [sym_line_comment] = STATE(605), - [sym_block_comment] = STATE(605), - [sym__expression] = STATE(2640), + [607] = { + [sym_line_comment] = STATE(607), + [sym_block_comment] = STATE(607), + [sym__expression] = STATE(2632), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [606] = { - [sym_line_comment] = STATE(606), - [sym_block_comment] = STATE(606), - [sym__expression] = STATE(2639), + [608] = { + [sym_line_comment] = STATE(608), + [sym_block_comment] = STATE(608), + [sym__expression] = STATE(2518), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [607] = { - [sym_line_comment] = STATE(607), - [sym_block_comment] = STATE(607), - [sym__expression] = STATE(1814), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4266), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), + [609] = { + [sym_line_comment] = STATE(609), + [sym_block_comment] = STATE(609), + [sym__expression] = STATE(1799), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4260), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3157), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), [anon_sym_DASH] = ACTIONS(713), [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), [anon_sym_BANG] = ACTIONS(719), @@ -94318,14 +94567,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(733), [sym_false] = ACTIONS(733), [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), [sym_int_literal] = ACTIONS(733), [sym_float_literal] = ACTIONS(751), [sym_rune_literal] = ACTIONS(751), @@ -94342,779 +94591,431 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(763), [sym___r_single_quote] = ACTIONS(765), }, - [608] = { - [sym_line_comment] = STATE(608), - [sym_block_comment] = STATE(608), - [sym__expression] = STATE(2795), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [609] = { - [sym_line_comment] = STATE(609), - [sym_block_comment] = STATE(609), - [ts_builtin_sym_end] = ACTIONS(3177), - [sym_identifier] = ACTIONS(3179), - [anon_sym_LF] = ACTIONS(3179), - [anon_sym_CR] = ACTIONS(3179), - [anon_sym_CR_LF] = ACTIONS(3179), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3179), - [anon_sym_as] = ACTIONS(3179), - [anon_sym_LBRACE] = ACTIONS(3179), - [anon_sym_COMMA] = ACTIONS(3179), - [anon_sym_const] = ACTIONS(3179), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_EQ] = ACTIONS(3179), - [anon_sym___global] = ACTIONS(3179), - [anon_sym_type] = ACTIONS(3179), - [anon_sym_PIPE] = ACTIONS(3179), - [anon_sym_fn] = ACTIONS(3179), - [anon_sym_PLUS] = ACTIONS(3179), - [anon_sym_DASH] = ACTIONS(3179), - [anon_sym_STAR] = ACTIONS(3179), - [anon_sym_SLASH] = ACTIONS(3179), - [anon_sym_PERCENT] = ACTIONS(3179), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3179), - [anon_sym_EQ_EQ] = ACTIONS(3179), - [anon_sym_BANG_EQ] = ACTIONS(3179), - [anon_sym_LT_EQ] = ACTIONS(3179), - [anon_sym_GT_EQ] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_struct] = ACTIONS(3179), - [anon_sym_union] = ACTIONS(3179), - [anon_sym_pub] = ACTIONS(3179), - [anon_sym_mut] = ACTIONS(3179), - [anon_sym_enum] = ACTIONS(3179), - [anon_sym_interface] = ACTIONS(3179), - [anon_sym_PLUS_PLUS] = ACTIONS(3179), - [anon_sym_DASH_DASH] = ACTIONS(3179), - [anon_sym_QMARK] = ACTIONS(3179), - [anon_sym_BANG] = ACTIONS(3179), - [anon_sym_go] = ACTIONS(3179), - [anon_sym_spawn] = ACTIONS(3179), - [anon_sym_json_DOTdecode] = ACTIONS(3179), - [anon_sym_LBRACK2] = ACTIONS(3179), - [anon_sym_TILDE] = ACTIONS(3179), - [anon_sym_CARET] = ACTIONS(3179), - [anon_sym_AMP] = ACTIONS(3179), - [anon_sym_LT_DASH] = ACTIONS(3179), - [anon_sym_LT_LT] = ACTIONS(3179), - [anon_sym_GT_GT] = ACTIONS(3179), - [anon_sym_GT_GT_GT] = ACTIONS(3179), - [anon_sym_AMP_CARET] = ACTIONS(3179), - [anon_sym_AMP_AMP] = ACTIONS(3179), - [anon_sym_PIPE_PIPE] = ACTIONS(3179), - [anon_sym_or] = ACTIONS(3179), - [sym_none] = ACTIONS(3179), - [sym_true] = ACTIONS(3179), - [sym_false] = ACTIONS(3179), - [sym_nil] = ACTIONS(3179), - [anon_sym_QMARK_DOT] = ACTIONS(3179), - [anon_sym_POUND_LBRACK] = ACTIONS(3179), - [anon_sym_if] = ACTIONS(3179), - [anon_sym_DOLLARif] = ACTIONS(3179), - [anon_sym_is] = ACTIONS(3179), - [anon_sym_BANGis] = ACTIONS(3179), - [anon_sym_in] = ACTIONS(3179), - [anon_sym_BANGin] = ACTIONS(3179), - [anon_sym_match] = ACTIONS(3179), - [anon_sym_select] = ACTIONS(3179), - [anon_sym_STAR_EQ] = ACTIONS(3179), - [anon_sym_SLASH_EQ] = ACTIONS(3179), - [anon_sym_PERCENT_EQ] = ACTIONS(3179), - [anon_sym_LT_LT_EQ] = ACTIONS(3179), - [anon_sym_GT_GT_EQ] = ACTIONS(3179), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3179), - [anon_sym_AMP_EQ] = ACTIONS(3179), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3179), - [anon_sym_PLUS_EQ] = ACTIONS(3179), - [anon_sym_DASH_EQ] = ACTIONS(3179), - [anon_sym_PIPE_EQ] = ACTIONS(3179), - [anon_sym_CARET_EQ] = ACTIONS(3179), - [anon_sym_COLON_EQ] = ACTIONS(3179), - [anon_sym_lock] = ACTIONS(3179), - [anon_sym_rlock] = ACTIONS(3179), - [anon_sym_unsafe] = ACTIONS(3179), - [anon_sym_sql] = ACTIONS(3179), - [sym_int_literal] = ACTIONS(3179), - [sym_float_literal] = ACTIONS(3179), - [sym_rune_literal] = ACTIONS(3179), - [sym_pseudo_compile_time_identifier] = ACTIONS(3179), - [anon_sym_shared] = ACTIONS(3179), - [anon_sym_map_LBRACK] = ACTIONS(3179), - [anon_sym_chan] = ACTIONS(3179), - [anon_sym_thread] = ACTIONS(3179), - [anon_sym_atomic] = ACTIONS(3179), - [anon_sym_assert] = ACTIONS(3179), - [anon_sym_defer] = ACTIONS(3179), - [anon_sym_goto] = ACTIONS(3179), - [anon_sym_break] = ACTIONS(3179), - [anon_sym_continue] = ACTIONS(3179), - [anon_sym_return] = ACTIONS(3179), - [anon_sym_DOLLARfor] = ACTIONS(3179), - [anon_sym_for] = ACTIONS(3179), - [anon_sym_POUND] = ACTIONS(3179), - [anon_sym_asm] = ACTIONS(3179), - [anon_sym_AT_LBRACK] = ACTIONS(3179), - [sym___double_quote] = ACTIONS(3179), - [sym___single_quote] = ACTIONS(3179), - [sym___c_double_quote] = ACTIONS(3179), - [sym___c_single_quote] = ACTIONS(3179), - [sym___r_double_quote] = ACTIONS(3179), - [sym___r_single_quote] = ACTIONS(3179), - }, [610] = { [sym_line_comment] = STATE(610), [sym_block_comment] = STATE(610), - [sym__expression] = STATE(2638), + [sym__expression] = STATE(2784), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [611] = { [sym_line_comment] = STATE(611), [sym_block_comment] = STATE(611), - [sym__expression] = STATE(2832), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [ts_builtin_sym_end] = ACTIONS(3175), + [sym_identifier] = ACTIONS(3177), + [anon_sym_LF] = ACTIONS(3177), + [anon_sym_CR] = ACTIONS(3177), + [anon_sym_CR_LF] = ACTIONS(3177), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3177), + [anon_sym_as] = ACTIONS(3177), + [anon_sym_LBRACE] = ACTIONS(3177), + [anon_sym_COMMA] = ACTIONS(3177), + [anon_sym_const] = ACTIONS(3177), + [anon_sym_LPAREN] = ACTIONS(3177), + [anon_sym_EQ] = ACTIONS(3177), + [anon_sym___global] = ACTIONS(3177), + [anon_sym_type] = ACTIONS(3177), + [anon_sym_PIPE] = ACTIONS(3177), + [anon_sym_fn] = ACTIONS(3177), + [anon_sym_PLUS] = ACTIONS(3177), + [anon_sym_DASH] = ACTIONS(3177), + [anon_sym_STAR] = ACTIONS(3177), + [anon_sym_SLASH] = ACTIONS(3177), + [anon_sym_PERCENT] = ACTIONS(3177), + [anon_sym_LT] = ACTIONS(3177), + [anon_sym_GT] = ACTIONS(3177), + [anon_sym_EQ_EQ] = ACTIONS(3177), + [anon_sym_BANG_EQ] = ACTIONS(3177), + [anon_sym_LT_EQ] = ACTIONS(3177), + [anon_sym_GT_EQ] = ACTIONS(3177), + [anon_sym_LBRACK] = ACTIONS(3175), + [anon_sym_struct] = ACTIONS(3177), + [anon_sym_union] = ACTIONS(3177), + [anon_sym_pub] = ACTIONS(3177), + [anon_sym_mut] = ACTIONS(3177), + [anon_sym_enum] = ACTIONS(3177), + [anon_sym_interface] = ACTIONS(3177), + [anon_sym_PLUS_PLUS] = ACTIONS(3177), + [anon_sym_DASH_DASH] = ACTIONS(3177), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_BANG] = ACTIONS(3177), + [anon_sym_go] = ACTIONS(3177), + [anon_sym_spawn] = ACTIONS(3177), + [anon_sym_json_DOTdecode] = ACTIONS(3177), + [anon_sym_LBRACK2] = ACTIONS(3177), + [anon_sym_TILDE] = ACTIONS(3177), + [anon_sym_CARET] = ACTIONS(3177), + [anon_sym_AMP] = ACTIONS(3177), + [anon_sym_LT_DASH] = ACTIONS(3177), + [anon_sym_LT_LT] = ACTIONS(3177), + [anon_sym_GT_GT] = ACTIONS(3177), + [anon_sym_GT_GT_GT] = ACTIONS(3177), + [anon_sym_AMP_CARET] = ACTIONS(3177), + [anon_sym_AMP_AMP] = ACTIONS(3177), + [anon_sym_PIPE_PIPE] = ACTIONS(3177), + [anon_sym_or] = ACTIONS(3177), + [sym_none] = ACTIONS(3177), + [sym_true] = ACTIONS(3177), + [sym_false] = ACTIONS(3177), + [sym_nil] = ACTIONS(3177), + [anon_sym_QMARK_DOT] = ACTIONS(3177), + [anon_sym_POUND_LBRACK] = ACTIONS(3177), + [anon_sym_if] = ACTIONS(3177), + [anon_sym_DOLLARif] = ACTIONS(3177), + [anon_sym_is] = ACTIONS(3177), + [anon_sym_BANGis] = ACTIONS(3177), + [anon_sym_in] = ACTIONS(3177), + [anon_sym_BANGin] = ACTIONS(3177), + [anon_sym_match] = ACTIONS(3177), + [anon_sym_select] = ACTIONS(3177), + [anon_sym_STAR_EQ] = ACTIONS(3177), + [anon_sym_SLASH_EQ] = ACTIONS(3177), + [anon_sym_PERCENT_EQ] = ACTIONS(3177), + [anon_sym_LT_LT_EQ] = ACTIONS(3177), + [anon_sym_GT_GT_EQ] = ACTIONS(3177), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3177), + [anon_sym_AMP_EQ] = ACTIONS(3177), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3177), + [anon_sym_PLUS_EQ] = ACTIONS(3177), + [anon_sym_DASH_EQ] = ACTIONS(3177), + [anon_sym_PIPE_EQ] = ACTIONS(3177), + [anon_sym_CARET_EQ] = ACTIONS(3177), + [anon_sym_COLON_EQ] = ACTIONS(3177), + [anon_sym_lock] = ACTIONS(3177), + [anon_sym_rlock] = ACTIONS(3177), + [anon_sym_unsafe] = ACTIONS(3177), + [anon_sym_sql] = ACTIONS(3177), + [sym_int_literal] = ACTIONS(3177), + [sym_float_literal] = ACTIONS(3177), + [sym_rune_literal] = ACTIONS(3177), + [sym_pseudo_compile_time_identifier] = ACTIONS(3177), + [anon_sym_shared] = ACTIONS(3177), + [anon_sym_map_LBRACK] = ACTIONS(3177), + [anon_sym_chan] = ACTIONS(3177), + [anon_sym_thread] = ACTIONS(3177), + [anon_sym_atomic] = ACTIONS(3177), + [anon_sym_assert] = ACTIONS(3177), + [anon_sym_defer] = ACTIONS(3177), + [anon_sym_goto] = ACTIONS(3177), + [anon_sym_break] = ACTIONS(3177), + [anon_sym_continue] = ACTIONS(3177), + [anon_sym_return] = ACTIONS(3177), + [anon_sym_DOLLARfor] = ACTIONS(3177), + [anon_sym_for] = ACTIONS(3177), + [anon_sym_POUND] = ACTIONS(3177), + [anon_sym_asm] = ACTIONS(3177), + [anon_sym_AT_LBRACK] = ACTIONS(3177), + [sym___double_quote] = ACTIONS(3177), + [sym___single_quote] = ACTIONS(3177), + [sym___c_double_quote] = ACTIONS(3177), + [sym___c_single_quote] = ACTIONS(3177), + [sym___r_double_quote] = ACTIONS(3177), + [sym___r_single_quote] = ACTIONS(3177), }, [612] = { [sym_line_comment] = STATE(612), [sym_block_comment] = STATE(612), - [sym__expression] = STATE(2335), + [sym__expression] = STATE(2322), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [613] = { [sym_line_comment] = STATE(613), [sym_block_comment] = STATE(613), - [sym__expression] = STATE(2636), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [614] = { - [sym_line_comment] = STATE(614), - [sym_block_comment] = STATE(614), - [sym__expression] = STATE(1801), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4266), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), + [sym__expression] = STATE(1800), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4260), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3157), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), [anon_sym_DASH] = ACTIONS(713), [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), [anon_sym_BANG] = ACTIONS(719), @@ -95130,14 +95031,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(733), [sym_false] = ACTIONS(733), [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), [sym_int_literal] = ACTIONS(733), [sym_float_literal] = ACTIONS(751), [sym_rune_literal] = ACTIONS(751), @@ -95154,1022 +95055,442 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(763), [sym___r_single_quote] = ACTIONS(765), }, - [615] = { - [sym_line_comment] = STATE(615), - [sym_block_comment] = STATE(615), - [sym__expression] = STATE(1813), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4266), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), - [anon_sym_LPAREN] = ACTIONS(709), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_PLUS] = ACTIONS(713), - [anon_sym_DASH] = ACTIONS(713), - [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(719), - [anon_sym_go] = ACTIONS(721), - [anon_sym_spawn] = ACTIONS(723), - [anon_sym_json_DOTdecode] = ACTIONS(725), - [anon_sym_LBRACK2] = ACTIONS(727), - [anon_sym_TILDE] = ACTIONS(713), - [anon_sym_CARET] = ACTIONS(713), - [anon_sym_AMP] = ACTIONS(729), - [anon_sym_LT_DASH] = ACTIONS(731), - [sym_none] = ACTIONS(733), - [sym_true] = ACTIONS(733), - [sym_false] = ACTIONS(733), - [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), - [sym_int_literal] = ACTIONS(733), - [sym_float_literal] = ACTIONS(751), - [sym_rune_literal] = ACTIONS(751), - [sym_pseudo_compile_time_identifier] = ACTIONS(753), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(755), - [sym___single_quote] = ACTIONS(757), - [sym___c_double_quote] = ACTIONS(759), - [sym___c_single_quote] = ACTIONS(761), - [sym___r_double_quote] = ACTIONS(763), - [sym___r_single_quote] = ACTIONS(765), - }, - [616] = { - [sym_line_comment] = STATE(616), - [sym_block_comment] = STATE(616), - [ts_builtin_sym_end] = ACTIONS(3181), - [sym_identifier] = ACTIONS(3183), - [anon_sym_LF] = ACTIONS(3183), - [anon_sym_CR] = ACTIONS(3183), - [anon_sym_CR_LF] = ACTIONS(3183), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3183), - [anon_sym_as] = ACTIONS(3183), - [anon_sym_LBRACE] = ACTIONS(3183), - [anon_sym_COMMA] = ACTIONS(3183), - [anon_sym_const] = ACTIONS(3183), - [anon_sym_LPAREN] = ACTIONS(3183), - [anon_sym_EQ] = ACTIONS(3183), - [anon_sym___global] = ACTIONS(3183), - [anon_sym_type] = ACTIONS(3183), - [anon_sym_PIPE] = ACTIONS(3183), - [anon_sym_fn] = ACTIONS(3183), - [anon_sym_PLUS] = ACTIONS(3183), - [anon_sym_DASH] = ACTIONS(3183), - [anon_sym_STAR] = ACTIONS(3183), - [anon_sym_SLASH] = ACTIONS(3183), - [anon_sym_PERCENT] = ACTIONS(3183), - [anon_sym_LT] = ACTIONS(3183), - [anon_sym_GT] = ACTIONS(3183), - [anon_sym_EQ_EQ] = ACTIONS(3183), - [anon_sym_BANG_EQ] = ACTIONS(3183), - [anon_sym_LT_EQ] = ACTIONS(3183), - [anon_sym_GT_EQ] = ACTIONS(3183), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_struct] = ACTIONS(3183), - [anon_sym_union] = ACTIONS(3183), - [anon_sym_pub] = ACTIONS(3183), - [anon_sym_mut] = ACTIONS(3183), - [anon_sym_enum] = ACTIONS(3183), - [anon_sym_interface] = ACTIONS(3183), - [anon_sym_PLUS_PLUS] = ACTIONS(3183), - [anon_sym_DASH_DASH] = ACTIONS(3183), - [anon_sym_QMARK] = ACTIONS(3183), - [anon_sym_BANG] = ACTIONS(3183), - [anon_sym_go] = ACTIONS(3183), - [anon_sym_spawn] = ACTIONS(3183), - [anon_sym_json_DOTdecode] = ACTIONS(3183), - [anon_sym_LBRACK2] = ACTIONS(3183), - [anon_sym_TILDE] = ACTIONS(3183), - [anon_sym_CARET] = ACTIONS(3183), - [anon_sym_AMP] = ACTIONS(3183), - [anon_sym_LT_DASH] = ACTIONS(3183), - [anon_sym_LT_LT] = ACTIONS(3183), - [anon_sym_GT_GT] = ACTIONS(3183), - [anon_sym_GT_GT_GT] = ACTIONS(3183), - [anon_sym_AMP_CARET] = ACTIONS(3183), - [anon_sym_AMP_AMP] = ACTIONS(3183), - [anon_sym_PIPE_PIPE] = ACTIONS(3183), - [anon_sym_or] = ACTIONS(3183), - [sym_none] = ACTIONS(3183), - [sym_true] = ACTIONS(3183), - [sym_false] = ACTIONS(3183), - [sym_nil] = ACTIONS(3183), - [anon_sym_QMARK_DOT] = ACTIONS(3183), - [anon_sym_POUND_LBRACK] = ACTIONS(3183), - [anon_sym_if] = ACTIONS(3183), - [anon_sym_DOLLARif] = ACTIONS(3183), - [anon_sym_is] = ACTIONS(3183), - [anon_sym_BANGis] = ACTIONS(3183), - [anon_sym_in] = ACTIONS(3183), - [anon_sym_BANGin] = ACTIONS(3183), - [anon_sym_match] = ACTIONS(3183), - [anon_sym_select] = ACTIONS(3183), - [anon_sym_STAR_EQ] = ACTIONS(3183), - [anon_sym_SLASH_EQ] = ACTIONS(3183), - [anon_sym_PERCENT_EQ] = ACTIONS(3183), - [anon_sym_LT_LT_EQ] = ACTIONS(3183), - [anon_sym_GT_GT_EQ] = ACTIONS(3183), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3183), - [anon_sym_AMP_EQ] = ACTIONS(3183), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3183), - [anon_sym_PLUS_EQ] = ACTIONS(3183), - [anon_sym_DASH_EQ] = ACTIONS(3183), - [anon_sym_PIPE_EQ] = ACTIONS(3183), - [anon_sym_CARET_EQ] = ACTIONS(3183), - [anon_sym_COLON_EQ] = ACTIONS(3183), - [anon_sym_lock] = ACTIONS(3183), - [anon_sym_rlock] = ACTIONS(3183), - [anon_sym_unsafe] = ACTIONS(3183), - [anon_sym_sql] = ACTIONS(3183), - [sym_int_literal] = ACTIONS(3183), - [sym_float_literal] = ACTIONS(3183), - [sym_rune_literal] = ACTIONS(3183), - [sym_pseudo_compile_time_identifier] = ACTIONS(3183), - [anon_sym_shared] = ACTIONS(3183), - [anon_sym_map_LBRACK] = ACTIONS(3183), - [anon_sym_chan] = ACTIONS(3183), - [anon_sym_thread] = ACTIONS(3183), - [anon_sym_atomic] = ACTIONS(3183), - [anon_sym_assert] = ACTIONS(3183), - [anon_sym_defer] = ACTIONS(3183), - [anon_sym_goto] = ACTIONS(3183), - [anon_sym_break] = ACTIONS(3183), - [anon_sym_continue] = ACTIONS(3183), - [anon_sym_return] = ACTIONS(3183), - [anon_sym_DOLLARfor] = ACTIONS(3183), - [anon_sym_for] = ACTIONS(3183), - [anon_sym_POUND] = ACTIONS(3183), - [anon_sym_asm] = ACTIONS(3183), - [anon_sym_AT_LBRACK] = ACTIONS(3183), - [sym___double_quote] = ACTIONS(3183), - [sym___single_quote] = ACTIONS(3183), - [sym___c_double_quote] = ACTIONS(3183), - [sym___c_single_quote] = ACTIONS(3183), - [sym___r_double_quote] = ACTIONS(3183), - [sym___r_single_quote] = ACTIONS(3183), - }, - [617] = { - [sym_line_comment] = STATE(617), - [sym_block_comment] = STATE(617), - [sym__expression] = STATE(2901), + [614] = { + [sym_line_comment] = STATE(614), + [sym_block_comment] = STATE(614), + [sym__expression] = STATE(2650), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2967), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2965), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [618] = { - [sym_line_comment] = STATE(618), - [sym_block_comment] = STATE(618), - [sym__expression] = STATE(1812), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4266), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), - [anon_sym_LPAREN] = ACTIONS(709), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_PLUS] = ACTIONS(713), - [anon_sym_DASH] = ACTIONS(713), - [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(719), - [anon_sym_go] = ACTIONS(721), - [anon_sym_spawn] = ACTIONS(723), - [anon_sym_json_DOTdecode] = ACTIONS(725), - [anon_sym_LBRACK2] = ACTIONS(727), - [anon_sym_TILDE] = ACTIONS(713), - [anon_sym_CARET] = ACTIONS(713), - [anon_sym_AMP] = ACTIONS(729), - [anon_sym_LT_DASH] = ACTIONS(731), - [sym_none] = ACTIONS(733), - [sym_true] = ACTIONS(733), - [sym_false] = ACTIONS(733), - [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), - [sym_int_literal] = ACTIONS(733), - [sym_float_literal] = ACTIONS(751), - [sym_rune_literal] = ACTIONS(751), - [sym_pseudo_compile_time_identifier] = ACTIONS(753), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(755), - [sym___single_quote] = ACTIONS(757), - [sym___c_double_quote] = ACTIONS(759), - [sym___c_single_quote] = ACTIONS(761), - [sym___r_double_quote] = ACTIONS(763), - [sym___r_single_quote] = ACTIONS(765), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [619] = { - [sym_line_comment] = STATE(619), - [sym_block_comment] = STATE(619), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2994), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2995), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [615] = { + [sym_line_comment] = STATE(615), + [sym_block_comment] = STATE(615), + [sym__expression] = STATE(288), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [620] = { - [sym_line_comment] = STATE(620), - [sym_block_comment] = STATE(620), - [ts_builtin_sym_end] = ACTIONS(3185), - [sym_identifier] = ACTIONS(3187), - [anon_sym_LF] = ACTIONS(3187), - [anon_sym_CR] = ACTIONS(3187), - [anon_sym_CR_LF] = ACTIONS(3187), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3187), - [anon_sym_as] = ACTIONS(3187), - [anon_sym_LBRACE] = ACTIONS(3187), - [anon_sym_COMMA] = ACTIONS(3187), - [anon_sym_const] = ACTIONS(3187), - [anon_sym_LPAREN] = ACTIONS(3187), - [anon_sym_EQ] = ACTIONS(3187), - [anon_sym___global] = ACTIONS(3187), - [anon_sym_type] = ACTIONS(3187), - [anon_sym_PIPE] = ACTIONS(3187), - [anon_sym_fn] = ACTIONS(3187), - [anon_sym_PLUS] = ACTIONS(3187), - [anon_sym_DASH] = ACTIONS(3187), - [anon_sym_STAR] = ACTIONS(3187), - [anon_sym_SLASH] = ACTIONS(3187), - [anon_sym_PERCENT] = ACTIONS(3187), - [anon_sym_LT] = ACTIONS(3187), - [anon_sym_GT] = ACTIONS(3187), - [anon_sym_EQ_EQ] = ACTIONS(3187), - [anon_sym_BANG_EQ] = ACTIONS(3187), - [anon_sym_LT_EQ] = ACTIONS(3187), - [anon_sym_GT_EQ] = ACTIONS(3187), - [anon_sym_LBRACK] = ACTIONS(3185), - [anon_sym_struct] = ACTIONS(3187), - [anon_sym_union] = ACTIONS(3187), - [anon_sym_pub] = ACTIONS(3187), - [anon_sym_mut] = ACTIONS(3187), - [anon_sym_enum] = ACTIONS(3187), - [anon_sym_interface] = ACTIONS(3187), - [anon_sym_PLUS_PLUS] = ACTIONS(3187), - [anon_sym_DASH_DASH] = ACTIONS(3187), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_BANG] = ACTIONS(3187), - [anon_sym_go] = ACTIONS(3187), - [anon_sym_spawn] = ACTIONS(3187), - [anon_sym_json_DOTdecode] = ACTIONS(3187), - [anon_sym_LBRACK2] = ACTIONS(3187), - [anon_sym_TILDE] = ACTIONS(3187), - [anon_sym_CARET] = ACTIONS(3187), - [anon_sym_AMP] = ACTIONS(3187), - [anon_sym_LT_DASH] = ACTIONS(3187), - [anon_sym_LT_LT] = ACTIONS(3187), - [anon_sym_GT_GT] = ACTIONS(3187), - [anon_sym_GT_GT_GT] = ACTIONS(3187), - [anon_sym_AMP_CARET] = ACTIONS(3187), - [anon_sym_AMP_AMP] = ACTIONS(3187), - [anon_sym_PIPE_PIPE] = ACTIONS(3187), - [anon_sym_or] = ACTIONS(3187), - [sym_none] = ACTIONS(3187), - [sym_true] = ACTIONS(3187), - [sym_false] = ACTIONS(3187), - [sym_nil] = ACTIONS(3187), - [anon_sym_QMARK_DOT] = ACTIONS(3187), - [anon_sym_POUND_LBRACK] = ACTIONS(3187), - [anon_sym_if] = ACTIONS(3187), - [anon_sym_DOLLARif] = ACTIONS(3187), - [anon_sym_is] = ACTIONS(3187), - [anon_sym_BANGis] = ACTIONS(3187), - [anon_sym_in] = ACTIONS(3187), - [anon_sym_BANGin] = ACTIONS(3187), - [anon_sym_match] = ACTIONS(3187), - [anon_sym_select] = ACTIONS(3187), - [anon_sym_STAR_EQ] = ACTIONS(3187), - [anon_sym_SLASH_EQ] = ACTIONS(3187), - [anon_sym_PERCENT_EQ] = ACTIONS(3187), - [anon_sym_LT_LT_EQ] = ACTIONS(3187), - [anon_sym_GT_GT_EQ] = ACTIONS(3187), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3187), - [anon_sym_AMP_EQ] = ACTIONS(3187), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3187), - [anon_sym_PLUS_EQ] = ACTIONS(3187), - [anon_sym_DASH_EQ] = ACTIONS(3187), - [anon_sym_PIPE_EQ] = ACTIONS(3187), - [anon_sym_CARET_EQ] = ACTIONS(3187), - [anon_sym_COLON_EQ] = ACTIONS(3187), - [anon_sym_lock] = ACTIONS(3187), - [anon_sym_rlock] = ACTIONS(3187), - [anon_sym_unsafe] = ACTIONS(3187), - [anon_sym_sql] = ACTIONS(3187), - [sym_int_literal] = ACTIONS(3187), - [sym_float_literal] = ACTIONS(3187), - [sym_rune_literal] = ACTIONS(3187), - [sym_pseudo_compile_time_identifier] = ACTIONS(3187), - [anon_sym_shared] = ACTIONS(3187), - [anon_sym_map_LBRACK] = ACTIONS(3187), - [anon_sym_chan] = ACTIONS(3187), - [anon_sym_thread] = ACTIONS(3187), - [anon_sym_atomic] = ACTIONS(3187), - [anon_sym_assert] = ACTIONS(3187), - [anon_sym_defer] = ACTIONS(3187), - [anon_sym_goto] = ACTIONS(3187), - [anon_sym_break] = ACTIONS(3187), - [anon_sym_continue] = ACTIONS(3187), - [anon_sym_return] = ACTIONS(3187), - [anon_sym_DOLLARfor] = ACTIONS(3187), - [anon_sym_for] = ACTIONS(3187), - [anon_sym_POUND] = ACTIONS(3187), - [anon_sym_asm] = ACTIONS(3187), - [anon_sym_AT_LBRACK] = ACTIONS(3187), - [sym___double_quote] = ACTIONS(3187), - [sym___single_quote] = ACTIONS(3187), - [sym___c_double_quote] = ACTIONS(3187), - [sym___c_single_quote] = ACTIONS(3187), - [sym___r_double_quote] = ACTIONS(3187), - [sym___r_single_quote] = ACTIONS(3187), - }, - [621] = { - [sym_line_comment] = STATE(621), - [sym_block_comment] = STATE(621), - [ts_builtin_sym_end] = ACTIONS(3189), - [sym_identifier] = ACTIONS(3191), - [anon_sym_LF] = ACTIONS(3191), - [anon_sym_CR] = ACTIONS(3191), - [anon_sym_CR_LF] = ACTIONS(3191), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3191), - [anon_sym_as] = ACTIONS(3191), - [anon_sym_LBRACE] = ACTIONS(3191), - [anon_sym_COMMA] = ACTIONS(3191), - [anon_sym_const] = ACTIONS(3191), - [anon_sym_LPAREN] = ACTIONS(3191), - [anon_sym_EQ] = ACTIONS(3191), - [anon_sym___global] = ACTIONS(3191), - [anon_sym_type] = ACTIONS(3191), - [anon_sym_PIPE] = ACTIONS(3191), - [anon_sym_fn] = ACTIONS(3191), - [anon_sym_PLUS] = ACTIONS(3191), - [anon_sym_DASH] = ACTIONS(3191), - [anon_sym_STAR] = ACTIONS(3191), - [anon_sym_SLASH] = ACTIONS(3191), - [anon_sym_PERCENT] = ACTIONS(3191), - [anon_sym_LT] = ACTIONS(3191), - [anon_sym_GT] = ACTIONS(3191), - [anon_sym_EQ_EQ] = ACTIONS(3191), - [anon_sym_BANG_EQ] = ACTIONS(3191), - [anon_sym_LT_EQ] = ACTIONS(3191), - [anon_sym_GT_EQ] = ACTIONS(3191), - [anon_sym_LBRACK] = ACTIONS(3189), - [anon_sym_struct] = ACTIONS(3191), - [anon_sym_union] = ACTIONS(3191), - [anon_sym_pub] = ACTIONS(3191), - [anon_sym_mut] = ACTIONS(3191), - [anon_sym_enum] = ACTIONS(3191), - [anon_sym_interface] = ACTIONS(3191), - [anon_sym_PLUS_PLUS] = ACTIONS(3191), - [anon_sym_DASH_DASH] = ACTIONS(3191), - [anon_sym_QMARK] = ACTIONS(3191), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_go] = ACTIONS(3191), - [anon_sym_spawn] = ACTIONS(3191), - [anon_sym_json_DOTdecode] = ACTIONS(3191), - [anon_sym_LBRACK2] = ACTIONS(3191), - [anon_sym_TILDE] = ACTIONS(3191), - [anon_sym_CARET] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3191), - [anon_sym_LT_DASH] = ACTIONS(3191), - [anon_sym_LT_LT] = ACTIONS(3191), - [anon_sym_GT_GT] = ACTIONS(3191), - [anon_sym_GT_GT_GT] = ACTIONS(3191), - [anon_sym_AMP_CARET] = ACTIONS(3191), - [anon_sym_AMP_AMP] = ACTIONS(3191), - [anon_sym_PIPE_PIPE] = ACTIONS(3191), - [anon_sym_or] = ACTIONS(3191), - [sym_none] = ACTIONS(3191), - [sym_true] = ACTIONS(3191), - [sym_false] = ACTIONS(3191), - [sym_nil] = ACTIONS(3191), - [anon_sym_QMARK_DOT] = ACTIONS(3191), - [anon_sym_POUND_LBRACK] = ACTIONS(3191), - [anon_sym_if] = ACTIONS(3191), - [anon_sym_DOLLARif] = ACTIONS(3191), - [anon_sym_is] = ACTIONS(3191), - [anon_sym_BANGis] = ACTIONS(3191), - [anon_sym_in] = ACTIONS(3191), - [anon_sym_BANGin] = ACTIONS(3191), - [anon_sym_match] = ACTIONS(3191), - [anon_sym_select] = ACTIONS(3191), - [anon_sym_STAR_EQ] = ACTIONS(3191), - [anon_sym_SLASH_EQ] = ACTIONS(3191), - [anon_sym_PERCENT_EQ] = ACTIONS(3191), - [anon_sym_LT_LT_EQ] = ACTIONS(3191), - [anon_sym_GT_GT_EQ] = ACTIONS(3191), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3191), - [anon_sym_AMP_EQ] = ACTIONS(3191), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3191), - [anon_sym_PLUS_EQ] = ACTIONS(3191), - [anon_sym_DASH_EQ] = ACTIONS(3191), - [anon_sym_PIPE_EQ] = ACTIONS(3191), - [anon_sym_CARET_EQ] = ACTIONS(3191), - [anon_sym_COLON_EQ] = ACTIONS(3191), - [anon_sym_lock] = ACTIONS(3191), - [anon_sym_rlock] = ACTIONS(3191), - [anon_sym_unsafe] = ACTIONS(3191), - [anon_sym_sql] = ACTIONS(3191), - [sym_int_literal] = ACTIONS(3191), - [sym_float_literal] = ACTIONS(3191), - [sym_rune_literal] = ACTIONS(3191), - [sym_pseudo_compile_time_identifier] = ACTIONS(3191), - [anon_sym_shared] = ACTIONS(3191), - [anon_sym_map_LBRACK] = ACTIONS(3191), - [anon_sym_chan] = ACTIONS(3191), - [anon_sym_thread] = ACTIONS(3191), - [anon_sym_atomic] = ACTIONS(3191), - [anon_sym_assert] = ACTIONS(3191), - [anon_sym_defer] = ACTIONS(3191), - [anon_sym_goto] = ACTIONS(3191), - [anon_sym_break] = ACTIONS(3191), - [anon_sym_continue] = ACTIONS(3191), - [anon_sym_return] = ACTIONS(3191), - [anon_sym_DOLLARfor] = ACTIONS(3191), - [anon_sym_for] = ACTIONS(3191), - [anon_sym_POUND] = ACTIONS(3191), - [anon_sym_asm] = ACTIONS(3191), - [anon_sym_AT_LBRACK] = ACTIONS(3191), - [sym___double_quote] = ACTIONS(3191), - [sym___single_quote] = ACTIONS(3191), - [sym___c_double_quote] = ACTIONS(3191), - [sym___c_single_quote] = ACTIONS(3191), - [sym___r_double_quote] = ACTIONS(3191), - [sym___r_single_quote] = ACTIONS(3191), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), }, - [622] = { - [sym_line_comment] = STATE(622), - [sym_block_comment] = STATE(622), - [sym__expression] = STATE(2325), + [616] = { + [sym_line_comment] = STATE(616), + [sym_block_comment] = STATE(616), + [sym__expression] = STATE(2673), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [623] = { - [sym_line_comment] = STATE(623), - [sym_block_comment] = STATE(623), - [sym__expression] = STATE(989), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [617] = { + [sym_line_comment] = STATE(617), + [sym_block_comment] = STATE(617), + [sym__expression] = STATE(990), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), + [anon_sym_BANG] = ACTIONS(2439), [anon_sym_go] = ACTIONS(519), [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), [sym_none] = ACTIONS(531), [sym_true] = ACTIONS(531), [sym_false] = ACTIONS(531), @@ -96183,4500 +95504,5428 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(543), [anon_sym_sql] = ACTIONS(545), [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, - [624] = { - [sym_line_comment] = STATE(624), - [sym_block_comment] = STATE(624), - [ts_builtin_sym_end] = ACTIONS(3193), - [sym_identifier] = ACTIONS(3195), - [anon_sym_LF] = ACTIONS(3195), - [anon_sym_CR] = ACTIONS(3195), - [anon_sym_CR_LF] = ACTIONS(3195), + [618] = { + [sym_line_comment] = STATE(618), + [sym_block_comment] = STATE(618), + [ts_builtin_sym_end] = ACTIONS(3179), + [sym_identifier] = ACTIONS(3181), + [anon_sym_LF] = ACTIONS(3181), + [anon_sym_CR] = ACTIONS(3181), + [anon_sym_CR_LF] = ACTIONS(3181), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3195), - [anon_sym_as] = ACTIONS(3195), - [anon_sym_LBRACE] = ACTIONS(3195), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_const] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(3195), - [anon_sym_EQ] = ACTIONS(3195), - [anon_sym___global] = ACTIONS(3195), - [anon_sym_type] = ACTIONS(3195), - [anon_sym_PIPE] = ACTIONS(3195), - [anon_sym_fn] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3195), - [anon_sym_DASH] = ACTIONS(3195), - [anon_sym_STAR] = ACTIONS(3195), - [anon_sym_SLASH] = ACTIONS(3195), - [anon_sym_PERCENT] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3195), - [anon_sym_GT] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_LBRACK] = ACTIONS(3193), - [anon_sym_struct] = ACTIONS(3195), - [anon_sym_union] = ACTIONS(3195), - [anon_sym_pub] = ACTIONS(3195), - [anon_sym_mut] = ACTIONS(3195), - [anon_sym_enum] = ACTIONS(3195), - [anon_sym_interface] = ACTIONS(3195), - [anon_sym_PLUS_PLUS] = ACTIONS(3195), - [anon_sym_DASH_DASH] = ACTIONS(3195), - [anon_sym_QMARK] = ACTIONS(3195), - [anon_sym_BANG] = ACTIONS(3195), - [anon_sym_go] = ACTIONS(3195), - [anon_sym_spawn] = ACTIONS(3195), - [anon_sym_json_DOTdecode] = ACTIONS(3195), - [anon_sym_LBRACK2] = ACTIONS(3195), - [anon_sym_TILDE] = ACTIONS(3195), - [anon_sym_CARET] = ACTIONS(3195), - [anon_sym_AMP] = ACTIONS(3195), - [anon_sym_LT_DASH] = ACTIONS(3195), - [anon_sym_LT_LT] = ACTIONS(3195), - [anon_sym_GT_GT] = ACTIONS(3195), - [anon_sym_GT_GT_GT] = ACTIONS(3195), - [anon_sym_AMP_CARET] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_or] = ACTIONS(3195), - [sym_none] = ACTIONS(3195), - [sym_true] = ACTIONS(3195), - [sym_false] = ACTIONS(3195), - [sym_nil] = ACTIONS(3195), - [anon_sym_QMARK_DOT] = ACTIONS(3195), - [anon_sym_POUND_LBRACK] = ACTIONS(3195), - [anon_sym_if] = ACTIONS(3195), - [anon_sym_DOLLARif] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3195), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_in] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_match] = ACTIONS(3195), - [anon_sym_select] = ACTIONS(3195), - [anon_sym_STAR_EQ] = ACTIONS(3195), - [anon_sym_SLASH_EQ] = ACTIONS(3195), - [anon_sym_PERCENT_EQ] = ACTIONS(3195), - [anon_sym_LT_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_GT_EQ] = ACTIONS(3195), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3195), - [anon_sym_AMP_EQ] = ACTIONS(3195), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3195), - [anon_sym_PLUS_EQ] = ACTIONS(3195), - [anon_sym_DASH_EQ] = ACTIONS(3195), - [anon_sym_PIPE_EQ] = ACTIONS(3195), - [anon_sym_CARET_EQ] = ACTIONS(3195), - [anon_sym_COLON_EQ] = ACTIONS(3195), - [anon_sym_lock] = ACTIONS(3195), - [anon_sym_rlock] = ACTIONS(3195), - [anon_sym_unsafe] = ACTIONS(3195), - [anon_sym_sql] = ACTIONS(3195), - [sym_int_literal] = ACTIONS(3195), - [sym_float_literal] = ACTIONS(3195), - [sym_rune_literal] = ACTIONS(3195), - [sym_pseudo_compile_time_identifier] = ACTIONS(3195), - [anon_sym_shared] = ACTIONS(3195), - [anon_sym_map_LBRACK] = ACTIONS(3195), - [anon_sym_chan] = ACTIONS(3195), - [anon_sym_thread] = ACTIONS(3195), - [anon_sym_atomic] = ACTIONS(3195), - [anon_sym_assert] = ACTIONS(3195), - [anon_sym_defer] = ACTIONS(3195), - [anon_sym_goto] = ACTIONS(3195), - [anon_sym_break] = ACTIONS(3195), - [anon_sym_continue] = ACTIONS(3195), - [anon_sym_return] = ACTIONS(3195), - [anon_sym_DOLLARfor] = ACTIONS(3195), - [anon_sym_for] = ACTIONS(3195), - [anon_sym_POUND] = ACTIONS(3195), - [anon_sym_asm] = ACTIONS(3195), - [anon_sym_AT_LBRACK] = ACTIONS(3195), - [sym___double_quote] = ACTIONS(3195), - [sym___single_quote] = ACTIONS(3195), - [sym___c_double_quote] = ACTIONS(3195), - [sym___c_single_quote] = ACTIONS(3195), - [sym___r_double_quote] = ACTIONS(3195), - [sym___r_single_quote] = ACTIONS(3195), + [anon_sym_DOT] = ACTIONS(3181), + [anon_sym_as] = ACTIONS(3181), + [anon_sym_LBRACE] = ACTIONS(3181), + [anon_sym_COMMA] = ACTIONS(3181), + [anon_sym_const] = ACTIONS(3181), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_EQ] = ACTIONS(3181), + [anon_sym___global] = ACTIONS(3181), + [anon_sym_type] = ACTIONS(3181), + [anon_sym_PIPE] = ACTIONS(3181), + [anon_sym_fn] = ACTIONS(3181), + [anon_sym_PLUS] = ACTIONS(3181), + [anon_sym_DASH] = ACTIONS(3181), + [anon_sym_STAR] = ACTIONS(3181), + [anon_sym_SLASH] = ACTIONS(3181), + [anon_sym_PERCENT] = ACTIONS(3181), + [anon_sym_LT] = ACTIONS(3181), + [anon_sym_GT] = ACTIONS(3181), + [anon_sym_EQ_EQ] = ACTIONS(3181), + [anon_sym_BANG_EQ] = ACTIONS(3181), + [anon_sym_LT_EQ] = ACTIONS(3181), + [anon_sym_GT_EQ] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3181), + [anon_sym_union] = ACTIONS(3181), + [anon_sym_pub] = ACTIONS(3181), + [anon_sym_mut] = ACTIONS(3181), + [anon_sym_enum] = ACTIONS(3181), + [anon_sym_interface] = ACTIONS(3181), + [anon_sym_PLUS_PLUS] = ACTIONS(3181), + [anon_sym_DASH_DASH] = ACTIONS(3181), + [anon_sym_QMARK] = ACTIONS(3181), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_go] = ACTIONS(3181), + [anon_sym_spawn] = ACTIONS(3181), + [anon_sym_json_DOTdecode] = ACTIONS(3181), + [anon_sym_LBRACK2] = ACTIONS(3181), + [anon_sym_TILDE] = ACTIONS(3181), + [anon_sym_CARET] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3181), + [anon_sym_LT_DASH] = ACTIONS(3181), + [anon_sym_LT_LT] = ACTIONS(3181), + [anon_sym_GT_GT] = ACTIONS(3181), + [anon_sym_GT_GT_GT] = ACTIONS(3181), + [anon_sym_AMP_CARET] = ACTIONS(3181), + [anon_sym_AMP_AMP] = ACTIONS(3181), + [anon_sym_PIPE_PIPE] = ACTIONS(3181), + [anon_sym_or] = ACTIONS(3181), + [sym_none] = ACTIONS(3181), + [sym_true] = ACTIONS(3181), + [sym_false] = ACTIONS(3181), + [sym_nil] = ACTIONS(3181), + [anon_sym_QMARK_DOT] = ACTIONS(3181), + [anon_sym_POUND_LBRACK] = ACTIONS(3181), + [anon_sym_if] = ACTIONS(3181), + [anon_sym_DOLLARif] = ACTIONS(3181), + [anon_sym_is] = ACTIONS(3181), + [anon_sym_BANGis] = ACTIONS(3181), + [anon_sym_in] = ACTIONS(3181), + [anon_sym_BANGin] = ACTIONS(3181), + [anon_sym_match] = ACTIONS(3181), + [anon_sym_select] = ACTIONS(3181), + [anon_sym_STAR_EQ] = ACTIONS(3181), + [anon_sym_SLASH_EQ] = ACTIONS(3181), + [anon_sym_PERCENT_EQ] = ACTIONS(3181), + [anon_sym_LT_LT_EQ] = ACTIONS(3181), + [anon_sym_GT_GT_EQ] = ACTIONS(3181), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3181), + [anon_sym_AMP_EQ] = ACTIONS(3181), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3181), + [anon_sym_PLUS_EQ] = ACTIONS(3181), + [anon_sym_DASH_EQ] = ACTIONS(3181), + [anon_sym_PIPE_EQ] = ACTIONS(3181), + [anon_sym_CARET_EQ] = ACTIONS(3181), + [anon_sym_COLON_EQ] = ACTIONS(3181), + [anon_sym_lock] = ACTIONS(3181), + [anon_sym_rlock] = ACTIONS(3181), + [anon_sym_unsafe] = ACTIONS(3181), + [anon_sym_sql] = ACTIONS(3181), + [sym_int_literal] = ACTIONS(3181), + [sym_float_literal] = ACTIONS(3181), + [sym_rune_literal] = ACTIONS(3181), + [sym_pseudo_compile_time_identifier] = ACTIONS(3181), + [anon_sym_shared] = ACTIONS(3181), + [anon_sym_map_LBRACK] = ACTIONS(3181), + [anon_sym_chan] = ACTIONS(3181), + [anon_sym_thread] = ACTIONS(3181), + [anon_sym_atomic] = ACTIONS(3181), + [anon_sym_assert] = ACTIONS(3181), + [anon_sym_defer] = ACTIONS(3181), + [anon_sym_goto] = ACTIONS(3181), + [anon_sym_break] = ACTIONS(3181), + [anon_sym_continue] = ACTIONS(3181), + [anon_sym_return] = ACTIONS(3181), + [anon_sym_DOLLARfor] = ACTIONS(3181), + [anon_sym_for] = ACTIONS(3181), + [anon_sym_POUND] = ACTIONS(3181), + [anon_sym_asm] = ACTIONS(3181), + [anon_sym_AT_LBRACK] = ACTIONS(3181), + [sym___double_quote] = ACTIONS(3181), + [sym___single_quote] = ACTIONS(3181), + [sym___c_double_quote] = ACTIONS(3181), + [sym___c_single_quote] = ACTIONS(3181), + [sym___r_double_quote] = ACTIONS(3181), + [sym___r_single_quote] = ACTIONS(3181), }, - [625] = { - [sym_line_comment] = STATE(625), - [sym_block_comment] = STATE(625), - [sym__expression] = STATE(2716), + [619] = { + [sym_line_comment] = STATE(619), + [sym_block_comment] = STATE(619), + [ts_builtin_sym_end] = ACTIONS(3183), + [sym_identifier] = ACTIONS(3185), + [anon_sym_LF] = ACTIONS(3185), + [anon_sym_CR] = ACTIONS(3185), + [anon_sym_CR_LF] = ACTIONS(3185), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3185), + [anon_sym_as] = ACTIONS(3185), + [anon_sym_LBRACE] = ACTIONS(3185), + [anon_sym_COMMA] = ACTIONS(3185), + [anon_sym_const] = ACTIONS(3185), + [anon_sym_LPAREN] = ACTIONS(3185), + [anon_sym_EQ] = ACTIONS(3185), + [anon_sym___global] = ACTIONS(3185), + [anon_sym_type] = ACTIONS(3185), + [anon_sym_PIPE] = ACTIONS(3185), + [anon_sym_fn] = ACTIONS(3185), + [anon_sym_PLUS] = ACTIONS(3185), + [anon_sym_DASH] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(3185), + [anon_sym_SLASH] = ACTIONS(3185), + [anon_sym_PERCENT] = ACTIONS(3185), + [anon_sym_LT] = ACTIONS(3185), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_LT_EQ] = ACTIONS(3185), + [anon_sym_GT_EQ] = ACTIONS(3185), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3185), + [anon_sym_union] = ACTIONS(3185), + [anon_sym_pub] = ACTIONS(3185), + [anon_sym_mut] = ACTIONS(3185), + [anon_sym_enum] = ACTIONS(3185), + [anon_sym_interface] = ACTIONS(3185), + [anon_sym_PLUS_PLUS] = ACTIONS(3185), + [anon_sym_DASH_DASH] = ACTIONS(3185), + [anon_sym_QMARK] = ACTIONS(3185), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_go] = ACTIONS(3185), + [anon_sym_spawn] = ACTIONS(3185), + [anon_sym_json_DOTdecode] = ACTIONS(3185), + [anon_sym_LBRACK2] = ACTIONS(3185), + [anon_sym_TILDE] = ACTIONS(3185), + [anon_sym_CARET] = ACTIONS(3185), + [anon_sym_AMP] = ACTIONS(3185), + [anon_sym_LT_DASH] = ACTIONS(3185), + [anon_sym_LT_LT] = ACTIONS(3185), + [anon_sym_GT_GT] = ACTIONS(3185), + [anon_sym_GT_GT_GT] = ACTIONS(3185), + [anon_sym_AMP_CARET] = ACTIONS(3185), + [anon_sym_AMP_AMP] = ACTIONS(3185), + [anon_sym_PIPE_PIPE] = ACTIONS(3185), + [anon_sym_or] = ACTIONS(3185), + [sym_none] = ACTIONS(3185), + [sym_true] = ACTIONS(3185), + [sym_false] = ACTIONS(3185), + [sym_nil] = ACTIONS(3185), + [anon_sym_QMARK_DOT] = ACTIONS(3185), + [anon_sym_POUND_LBRACK] = ACTIONS(3185), + [anon_sym_if] = ACTIONS(3185), + [anon_sym_DOLLARif] = ACTIONS(3185), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3185), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_BANGin] = ACTIONS(3185), + [anon_sym_match] = ACTIONS(3185), + [anon_sym_select] = ACTIONS(3185), + [anon_sym_STAR_EQ] = ACTIONS(3185), + [anon_sym_SLASH_EQ] = ACTIONS(3185), + [anon_sym_PERCENT_EQ] = ACTIONS(3185), + [anon_sym_LT_LT_EQ] = ACTIONS(3185), + [anon_sym_GT_GT_EQ] = ACTIONS(3185), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3185), + [anon_sym_AMP_EQ] = ACTIONS(3185), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3185), + [anon_sym_PLUS_EQ] = ACTIONS(3185), + [anon_sym_DASH_EQ] = ACTIONS(3185), + [anon_sym_PIPE_EQ] = ACTIONS(3185), + [anon_sym_CARET_EQ] = ACTIONS(3185), + [anon_sym_COLON_EQ] = ACTIONS(3185), + [anon_sym_lock] = ACTIONS(3185), + [anon_sym_rlock] = ACTIONS(3185), + [anon_sym_unsafe] = ACTIONS(3185), + [anon_sym_sql] = ACTIONS(3185), + [sym_int_literal] = ACTIONS(3185), + [sym_float_literal] = ACTIONS(3185), + [sym_rune_literal] = ACTIONS(3185), + [sym_pseudo_compile_time_identifier] = ACTIONS(3185), + [anon_sym_shared] = ACTIONS(3185), + [anon_sym_map_LBRACK] = ACTIONS(3185), + [anon_sym_chan] = ACTIONS(3185), + [anon_sym_thread] = ACTIONS(3185), + [anon_sym_atomic] = ACTIONS(3185), + [anon_sym_assert] = ACTIONS(3185), + [anon_sym_defer] = ACTIONS(3185), + [anon_sym_goto] = ACTIONS(3185), + [anon_sym_break] = ACTIONS(3185), + [anon_sym_continue] = ACTIONS(3185), + [anon_sym_return] = ACTIONS(3185), + [anon_sym_DOLLARfor] = ACTIONS(3185), + [anon_sym_for] = ACTIONS(3185), + [anon_sym_POUND] = ACTIONS(3185), + [anon_sym_asm] = ACTIONS(3185), + [anon_sym_AT_LBRACK] = ACTIONS(3185), + [sym___double_quote] = ACTIONS(3185), + [sym___single_quote] = ACTIONS(3185), + [sym___c_double_quote] = ACTIONS(3185), + [sym___c_single_quote] = ACTIONS(3185), + [sym___r_double_quote] = ACTIONS(3185), + [sym___r_single_quote] = ACTIONS(3185), + }, + [620] = { + [sym_line_comment] = STATE(620), + [sym_block_comment] = STATE(620), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2996), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2997), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [626] = { - [sym_line_comment] = STATE(626), - [sym_block_comment] = STATE(626), - [sym__expression] = STATE(238), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [621] = { + [sym_line_comment] = STATE(621), + [sym_block_comment] = STATE(621), + [sym__expression] = STATE(2324), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [627] = { - [sym_line_comment] = STATE(627), - [sym_block_comment] = STATE(627), - [sym__expression] = STATE(1002), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [622] = { + [sym_line_comment] = STATE(622), + [sym_block_comment] = STATE(622), + [ts_builtin_sym_end] = ACTIONS(3187), + [sym_identifier] = ACTIONS(3189), + [anon_sym_LF] = ACTIONS(3189), + [anon_sym_CR] = ACTIONS(3189), + [anon_sym_CR_LF] = ACTIONS(3189), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3189), + [anon_sym_as] = ACTIONS(3189), + [anon_sym_LBRACE] = ACTIONS(3189), + [anon_sym_COMMA] = ACTIONS(3189), + [anon_sym_const] = ACTIONS(3189), + [anon_sym_LPAREN] = ACTIONS(3189), + [anon_sym_EQ] = ACTIONS(3189), + [anon_sym___global] = ACTIONS(3189), + [anon_sym_type] = ACTIONS(3189), + [anon_sym_PIPE] = ACTIONS(3189), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_PLUS] = ACTIONS(3189), + [anon_sym_DASH] = ACTIONS(3189), + [anon_sym_STAR] = ACTIONS(3189), + [anon_sym_SLASH] = ACTIONS(3189), + [anon_sym_PERCENT] = ACTIONS(3189), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3189), + [anon_sym_EQ_EQ] = ACTIONS(3189), + [anon_sym_BANG_EQ] = ACTIONS(3189), + [anon_sym_LT_EQ] = ACTIONS(3189), + [anon_sym_GT_EQ] = ACTIONS(3189), + [anon_sym_LBRACK] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3189), + [anon_sym_union] = ACTIONS(3189), + [anon_sym_pub] = ACTIONS(3189), + [anon_sym_mut] = ACTIONS(3189), + [anon_sym_enum] = ACTIONS(3189), + [anon_sym_interface] = ACTIONS(3189), + [anon_sym_PLUS_PLUS] = ACTIONS(3189), + [anon_sym_DASH_DASH] = ACTIONS(3189), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_BANG] = ACTIONS(3189), + [anon_sym_go] = ACTIONS(3189), + [anon_sym_spawn] = ACTIONS(3189), + [anon_sym_json_DOTdecode] = ACTIONS(3189), + [anon_sym_LBRACK2] = ACTIONS(3189), + [anon_sym_TILDE] = ACTIONS(3189), + [anon_sym_CARET] = ACTIONS(3189), + [anon_sym_AMP] = ACTIONS(3189), + [anon_sym_LT_DASH] = ACTIONS(3189), + [anon_sym_LT_LT] = ACTIONS(3189), + [anon_sym_GT_GT] = ACTIONS(3189), + [anon_sym_GT_GT_GT] = ACTIONS(3189), + [anon_sym_AMP_CARET] = ACTIONS(3189), + [anon_sym_AMP_AMP] = ACTIONS(3189), + [anon_sym_PIPE_PIPE] = ACTIONS(3189), + [anon_sym_or] = ACTIONS(3189), + [sym_none] = ACTIONS(3189), + [sym_true] = ACTIONS(3189), + [sym_false] = ACTIONS(3189), + [sym_nil] = ACTIONS(3189), + [anon_sym_QMARK_DOT] = ACTIONS(3189), + [anon_sym_POUND_LBRACK] = ACTIONS(3189), + [anon_sym_if] = ACTIONS(3189), + [anon_sym_DOLLARif] = ACTIONS(3189), + [anon_sym_is] = ACTIONS(3189), + [anon_sym_BANGis] = ACTIONS(3189), + [anon_sym_in] = ACTIONS(3189), + [anon_sym_BANGin] = ACTIONS(3189), + [anon_sym_match] = ACTIONS(3189), + [anon_sym_select] = ACTIONS(3189), + [anon_sym_STAR_EQ] = ACTIONS(3189), + [anon_sym_SLASH_EQ] = ACTIONS(3189), + [anon_sym_PERCENT_EQ] = ACTIONS(3189), + [anon_sym_LT_LT_EQ] = ACTIONS(3189), + [anon_sym_GT_GT_EQ] = ACTIONS(3189), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3189), + [anon_sym_AMP_EQ] = ACTIONS(3189), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3189), + [anon_sym_PLUS_EQ] = ACTIONS(3189), + [anon_sym_DASH_EQ] = ACTIONS(3189), + [anon_sym_PIPE_EQ] = ACTIONS(3189), + [anon_sym_CARET_EQ] = ACTIONS(3189), + [anon_sym_COLON_EQ] = ACTIONS(3189), + [anon_sym_lock] = ACTIONS(3189), + [anon_sym_rlock] = ACTIONS(3189), + [anon_sym_unsafe] = ACTIONS(3189), + [anon_sym_sql] = ACTIONS(3189), + [sym_int_literal] = ACTIONS(3189), + [sym_float_literal] = ACTIONS(3189), + [sym_rune_literal] = ACTIONS(3189), + [sym_pseudo_compile_time_identifier] = ACTIONS(3189), + [anon_sym_shared] = ACTIONS(3189), + [anon_sym_map_LBRACK] = ACTIONS(3189), + [anon_sym_chan] = ACTIONS(3189), + [anon_sym_thread] = ACTIONS(3189), + [anon_sym_atomic] = ACTIONS(3189), + [anon_sym_assert] = ACTIONS(3189), + [anon_sym_defer] = ACTIONS(3189), + [anon_sym_goto] = ACTIONS(3189), + [anon_sym_break] = ACTIONS(3189), + [anon_sym_continue] = ACTIONS(3189), + [anon_sym_return] = ACTIONS(3189), + [anon_sym_DOLLARfor] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(3189), + [anon_sym_POUND] = ACTIONS(3189), + [anon_sym_asm] = ACTIONS(3189), + [anon_sym_AT_LBRACK] = ACTIONS(3189), + [sym___double_quote] = ACTIONS(3189), + [sym___single_quote] = ACTIONS(3189), + [sym___c_double_quote] = ACTIONS(3189), + [sym___c_single_quote] = ACTIONS(3189), + [sym___r_double_quote] = ACTIONS(3189), + [sym___r_single_quote] = ACTIONS(3189), + }, + [623] = { + [sym_line_comment] = STATE(623), + [sym_block_comment] = STATE(623), + [ts_builtin_sym_end] = ACTIONS(3191), + [sym_identifier] = ACTIONS(3193), + [anon_sym_LF] = ACTIONS(3193), + [anon_sym_CR] = ACTIONS(3193), + [anon_sym_CR_LF] = ACTIONS(3193), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3193), + [anon_sym_as] = ACTIONS(3193), + [anon_sym_LBRACE] = ACTIONS(3193), + [anon_sym_COMMA] = ACTIONS(3193), + [anon_sym_const] = ACTIONS(3193), + [anon_sym_LPAREN] = ACTIONS(3193), + [anon_sym_EQ] = ACTIONS(3193), + [anon_sym___global] = ACTIONS(3193), + [anon_sym_type] = ACTIONS(3193), + [anon_sym_PIPE] = ACTIONS(3193), + [anon_sym_fn] = ACTIONS(3193), + [anon_sym_PLUS] = ACTIONS(3193), + [anon_sym_DASH] = ACTIONS(3193), + [anon_sym_STAR] = ACTIONS(3193), + [anon_sym_SLASH] = ACTIONS(3193), + [anon_sym_PERCENT] = ACTIONS(3193), + [anon_sym_LT] = ACTIONS(3193), + [anon_sym_GT] = ACTIONS(3193), + [anon_sym_EQ_EQ] = ACTIONS(3193), + [anon_sym_BANG_EQ] = ACTIONS(3193), + [anon_sym_LT_EQ] = ACTIONS(3193), + [anon_sym_GT_EQ] = ACTIONS(3193), + [anon_sym_LBRACK] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3193), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_pub] = ACTIONS(3193), + [anon_sym_mut] = ACTIONS(3193), + [anon_sym_enum] = ACTIONS(3193), + [anon_sym_interface] = ACTIONS(3193), + [anon_sym_PLUS_PLUS] = ACTIONS(3193), + [anon_sym_DASH_DASH] = ACTIONS(3193), + [anon_sym_QMARK] = ACTIONS(3193), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_go] = ACTIONS(3193), + [anon_sym_spawn] = ACTIONS(3193), + [anon_sym_json_DOTdecode] = ACTIONS(3193), + [anon_sym_LBRACK2] = ACTIONS(3193), + [anon_sym_TILDE] = ACTIONS(3193), + [anon_sym_CARET] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3193), + [anon_sym_LT_DASH] = ACTIONS(3193), + [anon_sym_LT_LT] = ACTIONS(3193), + [anon_sym_GT_GT] = ACTIONS(3193), + [anon_sym_GT_GT_GT] = ACTIONS(3193), + [anon_sym_AMP_CARET] = ACTIONS(3193), + [anon_sym_AMP_AMP] = ACTIONS(3193), + [anon_sym_PIPE_PIPE] = ACTIONS(3193), + [anon_sym_or] = ACTIONS(3193), + [sym_none] = ACTIONS(3193), + [sym_true] = ACTIONS(3193), + [sym_false] = ACTIONS(3193), + [sym_nil] = ACTIONS(3193), + [anon_sym_QMARK_DOT] = ACTIONS(3193), + [anon_sym_POUND_LBRACK] = ACTIONS(3193), + [anon_sym_if] = ACTIONS(3193), + [anon_sym_DOLLARif] = ACTIONS(3193), + [anon_sym_is] = ACTIONS(3193), + [anon_sym_BANGis] = ACTIONS(3193), + [anon_sym_in] = ACTIONS(3193), + [anon_sym_BANGin] = ACTIONS(3193), + [anon_sym_match] = ACTIONS(3193), + [anon_sym_select] = ACTIONS(3193), + [anon_sym_STAR_EQ] = ACTIONS(3193), + [anon_sym_SLASH_EQ] = ACTIONS(3193), + [anon_sym_PERCENT_EQ] = ACTIONS(3193), + [anon_sym_LT_LT_EQ] = ACTIONS(3193), + [anon_sym_GT_GT_EQ] = ACTIONS(3193), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3193), + [anon_sym_AMP_EQ] = ACTIONS(3193), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3193), + [anon_sym_PLUS_EQ] = ACTIONS(3193), + [anon_sym_DASH_EQ] = ACTIONS(3193), + [anon_sym_PIPE_EQ] = ACTIONS(3193), + [anon_sym_CARET_EQ] = ACTIONS(3193), + [anon_sym_COLON_EQ] = ACTIONS(3193), + [anon_sym_lock] = ACTIONS(3193), + [anon_sym_rlock] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(3193), + [anon_sym_sql] = ACTIONS(3193), + [sym_int_literal] = ACTIONS(3193), + [sym_float_literal] = ACTIONS(3193), + [sym_rune_literal] = ACTIONS(3193), + [sym_pseudo_compile_time_identifier] = ACTIONS(3193), + [anon_sym_shared] = ACTIONS(3193), + [anon_sym_map_LBRACK] = ACTIONS(3193), + [anon_sym_chan] = ACTIONS(3193), + [anon_sym_thread] = ACTIONS(3193), + [anon_sym_atomic] = ACTIONS(3193), + [anon_sym_assert] = ACTIONS(3193), + [anon_sym_defer] = ACTIONS(3193), + [anon_sym_goto] = ACTIONS(3193), + [anon_sym_break] = ACTIONS(3193), + [anon_sym_continue] = ACTIONS(3193), + [anon_sym_return] = ACTIONS(3193), + [anon_sym_DOLLARfor] = ACTIONS(3193), + [anon_sym_for] = ACTIONS(3193), + [anon_sym_POUND] = ACTIONS(3193), + [anon_sym_asm] = ACTIONS(3193), + [anon_sym_AT_LBRACK] = ACTIONS(3193), + [sym___double_quote] = ACTIONS(3193), + [sym___single_quote] = ACTIONS(3193), + [sym___c_double_quote] = ACTIONS(3193), + [sym___c_single_quote] = ACTIONS(3193), + [sym___r_double_quote] = ACTIONS(3193), + [sym___r_single_quote] = ACTIONS(3193), + }, + [624] = { + [sym_line_comment] = STATE(624), + [sym_block_comment] = STATE(624), + [sym__expression] = STATE(2709), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [628] = { - [sym_line_comment] = STATE(628), - [sym_block_comment] = STATE(628), - [sym__expression] = STATE(2657), + [625] = { + [sym_line_comment] = STATE(625), + [sym_block_comment] = STATE(625), + [sym__expression] = STATE(2728), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [626] = { + [sym_line_comment] = STATE(626), + [sym_block_comment] = STATE(626), + [ts_builtin_sym_end] = ACTIONS(3195), + [sym_identifier] = ACTIONS(3197), + [anon_sym_LF] = ACTIONS(3197), + [anon_sym_CR] = ACTIONS(3197), + [anon_sym_CR_LF] = ACTIONS(3197), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3197), + [anon_sym_as] = ACTIONS(3197), + [anon_sym_LBRACE] = ACTIONS(3197), + [anon_sym_COMMA] = ACTIONS(3197), + [anon_sym_const] = ACTIONS(3197), + [anon_sym_LPAREN] = ACTIONS(3197), + [anon_sym_EQ] = ACTIONS(3197), + [anon_sym___global] = ACTIONS(3197), + [anon_sym_type] = ACTIONS(3197), + [anon_sym_PIPE] = ACTIONS(3197), + [anon_sym_fn] = ACTIONS(3197), + [anon_sym_PLUS] = ACTIONS(3197), + [anon_sym_DASH] = ACTIONS(3197), + [anon_sym_STAR] = ACTIONS(3197), + [anon_sym_SLASH] = ACTIONS(3197), + [anon_sym_PERCENT] = ACTIONS(3197), + [anon_sym_LT] = ACTIONS(3197), + [anon_sym_GT] = ACTIONS(3197), + [anon_sym_EQ_EQ] = ACTIONS(3197), + [anon_sym_BANG_EQ] = ACTIONS(3197), + [anon_sym_LT_EQ] = ACTIONS(3197), + [anon_sym_GT_EQ] = ACTIONS(3197), + [anon_sym_LBRACK] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3197), + [anon_sym_union] = ACTIONS(3197), + [anon_sym_pub] = ACTIONS(3197), + [anon_sym_mut] = ACTIONS(3197), + [anon_sym_enum] = ACTIONS(3197), + [anon_sym_interface] = ACTIONS(3197), + [anon_sym_PLUS_PLUS] = ACTIONS(3197), + [anon_sym_DASH_DASH] = ACTIONS(3197), + [anon_sym_QMARK] = ACTIONS(3197), + [anon_sym_BANG] = ACTIONS(3197), + [anon_sym_go] = ACTIONS(3197), + [anon_sym_spawn] = ACTIONS(3197), + [anon_sym_json_DOTdecode] = ACTIONS(3197), + [anon_sym_LBRACK2] = ACTIONS(3197), + [anon_sym_TILDE] = ACTIONS(3197), + [anon_sym_CARET] = ACTIONS(3197), + [anon_sym_AMP] = ACTIONS(3197), + [anon_sym_LT_DASH] = ACTIONS(3197), + [anon_sym_LT_LT] = ACTIONS(3197), + [anon_sym_GT_GT] = ACTIONS(3197), + [anon_sym_GT_GT_GT] = ACTIONS(3197), + [anon_sym_AMP_CARET] = ACTIONS(3197), + [anon_sym_AMP_AMP] = ACTIONS(3197), + [anon_sym_PIPE_PIPE] = ACTIONS(3197), + [anon_sym_or] = ACTIONS(3197), + [sym_none] = ACTIONS(3197), + [sym_true] = ACTIONS(3197), + [sym_false] = ACTIONS(3197), + [sym_nil] = ACTIONS(3197), + [anon_sym_QMARK_DOT] = ACTIONS(3197), + [anon_sym_POUND_LBRACK] = ACTIONS(3197), + [anon_sym_if] = ACTIONS(3197), + [anon_sym_DOLLARif] = ACTIONS(3197), + [anon_sym_is] = ACTIONS(3197), + [anon_sym_BANGis] = ACTIONS(3197), + [anon_sym_in] = ACTIONS(3197), + [anon_sym_BANGin] = ACTIONS(3197), + [anon_sym_match] = ACTIONS(3197), + [anon_sym_select] = ACTIONS(3197), + [anon_sym_STAR_EQ] = ACTIONS(3197), + [anon_sym_SLASH_EQ] = ACTIONS(3197), + [anon_sym_PERCENT_EQ] = ACTIONS(3197), + [anon_sym_LT_LT_EQ] = ACTIONS(3197), + [anon_sym_GT_GT_EQ] = ACTIONS(3197), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3197), + [anon_sym_AMP_EQ] = ACTIONS(3197), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3197), + [anon_sym_PLUS_EQ] = ACTIONS(3197), + [anon_sym_DASH_EQ] = ACTIONS(3197), + [anon_sym_PIPE_EQ] = ACTIONS(3197), + [anon_sym_CARET_EQ] = ACTIONS(3197), + [anon_sym_COLON_EQ] = ACTIONS(3197), + [anon_sym_lock] = ACTIONS(3197), + [anon_sym_rlock] = ACTIONS(3197), + [anon_sym_unsafe] = ACTIONS(3197), + [anon_sym_sql] = ACTIONS(3197), + [sym_int_literal] = ACTIONS(3197), + [sym_float_literal] = ACTIONS(3197), + [sym_rune_literal] = ACTIONS(3197), + [sym_pseudo_compile_time_identifier] = ACTIONS(3197), + [anon_sym_shared] = ACTIONS(3197), + [anon_sym_map_LBRACK] = ACTIONS(3197), + [anon_sym_chan] = ACTIONS(3197), + [anon_sym_thread] = ACTIONS(3197), + [anon_sym_atomic] = ACTIONS(3197), + [anon_sym_assert] = ACTIONS(3197), + [anon_sym_defer] = ACTIONS(3197), + [anon_sym_goto] = ACTIONS(3197), + [anon_sym_break] = ACTIONS(3197), + [anon_sym_continue] = ACTIONS(3197), + [anon_sym_return] = ACTIONS(3197), + [anon_sym_DOLLARfor] = ACTIONS(3197), + [anon_sym_for] = ACTIONS(3197), + [anon_sym_POUND] = ACTIONS(3197), + [anon_sym_asm] = ACTIONS(3197), + [anon_sym_AT_LBRACK] = ACTIONS(3197), + [sym___double_quote] = ACTIONS(3197), + [sym___single_quote] = ACTIONS(3197), + [sym___c_double_quote] = ACTIONS(3197), + [sym___c_single_quote] = ACTIONS(3197), + [sym___r_double_quote] = ACTIONS(3197), + [sym___r_single_quote] = ACTIONS(3197), + }, + [627] = { + [sym_line_comment] = STATE(627), + [sym_block_comment] = STATE(627), + [ts_builtin_sym_end] = ACTIONS(3199), + [sym_identifier] = ACTIONS(3201), + [anon_sym_LF] = ACTIONS(3201), + [anon_sym_CR] = ACTIONS(3201), + [anon_sym_CR_LF] = ACTIONS(3201), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3201), + [anon_sym_as] = ACTIONS(3201), + [anon_sym_LBRACE] = ACTIONS(3201), + [anon_sym_COMMA] = ACTIONS(3201), + [anon_sym_const] = ACTIONS(3201), + [anon_sym_LPAREN] = ACTIONS(3201), + [anon_sym_EQ] = ACTIONS(3201), + [anon_sym___global] = ACTIONS(3201), + [anon_sym_type] = ACTIONS(3201), + [anon_sym_PIPE] = ACTIONS(3201), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_PLUS] = ACTIONS(3201), + [anon_sym_DASH] = ACTIONS(3201), + [anon_sym_STAR] = ACTIONS(3201), + [anon_sym_SLASH] = ACTIONS(3201), + [anon_sym_PERCENT] = ACTIONS(3201), + [anon_sym_LT] = ACTIONS(3201), + [anon_sym_GT] = ACTIONS(3201), + [anon_sym_EQ_EQ] = ACTIONS(3201), + [anon_sym_BANG_EQ] = ACTIONS(3201), + [anon_sym_LT_EQ] = ACTIONS(3201), + [anon_sym_GT_EQ] = ACTIONS(3201), + [anon_sym_LBRACK] = ACTIONS(3199), + [anon_sym_struct] = ACTIONS(3201), + [anon_sym_union] = ACTIONS(3201), + [anon_sym_pub] = ACTIONS(3201), + [anon_sym_mut] = ACTIONS(3201), + [anon_sym_enum] = ACTIONS(3201), + [anon_sym_interface] = ACTIONS(3201), + [anon_sym_PLUS_PLUS] = ACTIONS(3201), + [anon_sym_DASH_DASH] = ACTIONS(3201), + [anon_sym_QMARK] = ACTIONS(3201), + [anon_sym_BANG] = ACTIONS(3201), + [anon_sym_go] = ACTIONS(3201), + [anon_sym_spawn] = ACTIONS(3201), + [anon_sym_json_DOTdecode] = ACTIONS(3201), + [anon_sym_LBRACK2] = ACTIONS(3201), + [anon_sym_TILDE] = ACTIONS(3201), + [anon_sym_CARET] = ACTIONS(3201), + [anon_sym_AMP] = ACTIONS(3201), + [anon_sym_LT_DASH] = ACTIONS(3201), + [anon_sym_LT_LT] = ACTIONS(3201), + [anon_sym_GT_GT] = ACTIONS(3201), + [anon_sym_GT_GT_GT] = ACTIONS(3201), + [anon_sym_AMP_CARET] = ACTIONS(3201), + [anon_sym_AMP_AMP] = ACTIONS(3201), + [anon_sym_PIPE_PIPE] = ACTIONS(3201), + [anon_sym_or] = ACTIONS(3201), + [sym_none] = ACTIONS(3201), + [sym_true] = ACTIONS(3201), + [sym_false] = ACTIONS(3201), + [sym_nil] = ACTIONS(3201), + [anon_sym_QMARK_DOT] = ACTIONS(3201), + [anon_sym_POUND_LBRACK] = ACTIONS(3201), + [anon_sym_if] = ACTIONS(3201), + [anon_sym_DOLLARif] = ACTIONS(3201), + [anon_sym_is] = ACTIONS(3201), + [anon_sym_BANGis] = ACTIONS(3201), + [anon_sym_in] = ACTIONS(3201), + [anon_sym_BANGin] = ACTIONS(3201), + [anon_sym_match] = ACTIONS(3201), + [anon_sym_select] = ACTIONS(3201), + [anon_sym_STAR_EQ] = ACTIONS(3201), + [anon_sym_SLASH_EQ] = ACTIONS(3201), + [anon_sym_PERCENT_EQ] = ACTIONS(3201), + [anon_sym_LT_LT_EQ] = ACTIONS(3201), + [anon_sym_GT_GT_EQ] = ACTIONS(3201), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3201), + [anon_sym_AMP_EQ] = ACTIONS(3201), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3201), + [anon_sym_PLUS_EQ] = ACTIONS(3201), + [anon_sym_DASH_EQ] = ACTIONS(3201), + [anon_sym_PIPE_EQ] = ACTIONS(3201), + [anon_sym_CARET_EQ] = ACTIONS(3201), + [anon_sym_COLON_EQ] = ACTIONS(3201), + [anon_sym_lock] = ACTIONS(3201), + [anon_sym_rlock] = ACTIONS(3201), + [anon_sym_unsafe] = ACTIONS(3201), + [anon_sym_sql] = ACTIONS(3201), + [sym_int_literal] = ACTIONS(3201), + [sym_float_literal] = ACTIONS(3201), + [sym_rune_literal] = ACTIONS(3201), + [sym_pseudo_compile_time_identifier] = ACTIONS(3201), + [anon_sym_shared] = ACTIONS(3201), + [anon_sym_map_LBRACK] = ACTIONS(3201), + [anon_sym_chan] = ACTIONS(3201), + [anon_sym_thread] = ACTIONS(3201), + [anon_sym_atomic] = ACTIONS(3201), + [anon_sym_assert] = ACTIONS(3201), + [anon_sym_defer] = ACTIONS(3201), + [anon_sym_goto] = ACTIONS(3201), + [anon_sym_break] = ACTIONS(3201), + [anon_sym_continue] = ACTIONS(3201), + [anon_sym_return] = ACTIONS(3201), + [anon_sym_DOLLARfor] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(3201), + [anon_sym_POUND] = ACTIONS(3201), + [anon_sym_asm] = ACTIONS(3201), + [anon_sym_AT_LBRACK] = ACTIONS(3201), + [sym___double_quote] = ACTIONS(3201), + [sym___single_quote] = ACTIONS(3201), + [sym___c_double_quote] = ACTIONS(3201), + [sym___c_single_quote] = ACTIONS(3201), + [sym___r_double_quote] = ACTIONS(3201), + [sym___r_single_quote] = ACTIONS(3201), + }, + [628] = { + [sym_line_comment] = STATE(628), + [sym_block_comment] = STATE(628), + [ts_builtin_sym_end] = ACTIONS(3203), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LF] = ACTIONS(3205), + [anon_sym_CR] = ACTIONS(3205), + [anon_sym_CR_LF] = ACTIONS(3205), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3205), + [anon_sym_as] = ACTIONS(3205), + [anon_sym_LBRACE] = ACTIONS(3205), + [anon_sym_COMMA] = ACTIONS(3205), + [anon_sym_const] = ACTIONS(3205), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_EQ] = ACTIONS(3205), + [anon_sym___global] = ACTIONS(3205), + [anon_sym_type] = ACTIONS(3205), + [anon_sym_PIPE] = ACTIONS(3205), + [anon_sym_fn] = ACTIONS(3205), + [anon_sym_PLUS] = ACTIONS(3205), + [anon_sym_DASH] = ACTIONS(3205), + [anon_sym_STAR] = ACTIONS(3205), + [anon_sym_SLASH] = ACTIONS(3205), + [anon_sym_PERCENT] = ACTIONS(3205), + [anon_sym_LT] = ACTIONS(3205), + [anon_sym_GT] = ACTIONS(3205), + [anon_sym_EQ_EQ] = ACTIONS(3205), + [anon_sym_BANG_EQ] = ACTIONS(3205), + [anon_sym_LT_EQ] = ACTIONS(3205), + [anon_sym_GT_EQ] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3203), + [anon_sym_struct] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3205), + [anon_sym_pub] = ACTIONS(3205), + [anon_sym_mut] = ACTIONS(3205), + [anon_sym_enum] = ACTIONS(3205), + [anon_sym_interface] = ACTIONS(3205), + [anon_sym_PLUS_PLUS] = ACTIONS(3205), + [anon_sym_DASH_DASH] = ACTIONS(3205), + [anon_sym_QMARK] = ACTIONS(3205), + [anon_sym_BANG] = ACTIONS(3205), + [anon_sym_go] = ACTIONS(3205), + [anon_sym_spawn] = ACTIONS(3205), + [anon_sym_json_DOTdecode] = ACTIONS(3205), + [anon_sym_LBRACK2] = ACTIONS(3205), + [anon_sym_TILDE] = ACTIONS(3205), + [anon_sym_CARET] = ACTIONS(3205), + [anon_sym_AMP] = ACTIONS(3205), + [anon_sym_LT_DASH] = ACTIONS(3205), + [anon_sym_LT_LT] = ACTIONS(3205), + [anon_sym_GT_GT] = ACTIONS(3205), + [anon_sym_GT_GT_GT] = ACTIONS(3205), + [anon_sym_AMP_CARET] = ACTIONS(3205), + [anon_sym_AMP_AMP] = ACTIONS(3205), + [anon_sym_PIPE_PIPE] = ACTIONS(3205), + [anon_sym_or] = ACTIONS(3205), + [sym_none] = ACTIONS(3205), + [sym_true] = ACTIONS(3205), + [sym_false] = ACTIONS(3205), + [sym_nil] = ACTIONS(3205), + [anon_sym_QMARK_DOT] = ACTIONS(3205), + [anon_sym_POUND_LBRACK] = ACTIONS(3205), + [anon_sym_if] = ACTIONS(3205), + [anon_sym_DOLLARif] = ACTIONS(3205), + [anon_sym_is] = ACTIONS(3205), + [anon_sym_BANGis] = ACTIONS(3205), + [anon_sym_in] = ACTIONS(3205), + [anon_sym_BANGin] = ACTIONS(3205), + [anon_sym_match] = ACTIONS(3205), + [anon_sym_select] = ACTIONS(3205), + [anon_sym_STAR_EQ] = ACTIONS(3205), + [anon_sym_SLASH_EQ] = ACTIONS(3205), + [anon_sym_PERCENT_EQ] = ACTIONS(3205), + [anon_sym_LT_LT_EQ] = ACTIONS(3205), + [anon_sym_GT_GT_EQ] = ACTIONS(3205), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3205), + [anon_sym_AMP_EQ] = ACTIONS(3205), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3205), + [anon_sym_PLUS_EQ] = ACTIONS(3205), + [anon_sym_DASH_EQ] = ACTIONS(3205), + [anon_sym_PIPE_EQ] = ACTIONS(3205), + [anon_sym_CARET_EQ] = ACTIONS(3205), + [anon_sym_COLON_EQ] = ACTIONS(3205), + [anon_sym_lock] = ACTIONS(3205), + [anon_sym_rlock] = ACTIONS(3205), + [anon_sym_unsafe] = ACTIONS(3205), + [anon_sym_sql] = ACTIONS(3205), + [sym_int_literal] = ACTIONS(3205), + [sym_float_literal] = ACTIONS(3205), + [sym_rune_literal] = ACTIONS(3205), + [sym_pseudo_compile_time_identifier] = ACTIONS(3205), + [anon_sym_shared] = ACTIONS(3205), + [anon_sym_map_LBRACK] = ACTIONS(3205), + [anon_sym_chan] = ACTIONS(3205), + [anon_sym_thread] = ACTIONS(3205), + [anon_sym_atomic] = ACTIONS(3205), + [anon_sym_assert] = ACTIONS(3205), + [anon_sym_defer] = ACTIONS(3205), + [anon_sym_goto] = ACTIONS(3205), + [anon_sym_break] = ACTIONS(3205), + [anon_sym_continue] = ACTIONS(3205), + [anon_sym_return] = ACTIONS(3205), + [anon_sym_DOLLARfor] = ACTIONS(3205), + [anon_sym_for] = ACTIONS(3205), + [anon_sym_POUND] = ACTIONS(3205), + [anon_sym_asm] = ACTIONS(3205), + [anon_sym_AT_LBRACK] = ACTIONS(3205), + [sym___double_quote] = ACTIONS(3205), + [sym___single_quote] = ACTIONS(3205), + [sym___c_double_quote] = ACTIONS(3205), + [sym___c_single_quote] = ACTIONS(3205), + [sym___r_double_quote] = ACTIONS(3205), + [sym___r_single_quote] = ACTIONS(3205), }, [629] = { [sym_line_comment] = STATE(629), [sym_block_comment] = STATE(629), - [sym__expression] = STATE(1660), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [ts_builtin_sym_end] = ACTIONS(3207), + [sym_identifier] = ACTIONS(3209), + [anon_sym_LF] = ACTIONS(3209), + [anon_sym_CR] = ACTIONS(3209), + [anon_sym_CR_LF] = ACTIONS(3209), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3209), + [anon_sym_as] = ACTIONS(3209), + [anon_sym_LBRACE] = ACTIONS(3209), + [anon_sym_COMMA] = ACTIONS(3209), + [anon_sym_const] = ACTIONS(3209), + [anon_sym_LPAREN] = ACTIONS(3209), + [anon_sym_EQ] = ACTIONS(3209), + [anon_sym___global] = ACTIONS(3209), + [anon_sym_type] = ACTIONS(3209), + [anon_sym_PIPE] = ACTIONS(3209), + [anon_sym_fn] = ACTIONS(3209), + [anon_sym_PLUS] = ACTIONS(3209), + [anon_sym_DASH] = ACTIONS(3209), + [anon_sym_STAR] = ACTIONS(3209), + [anon_sym_SLASH] = ACTIONS(3209), + [anon_sym_PERCENT] = ACTIONS(3209), + [anon_sym_LT] = ACTIONS(3209), + [anon_sym_GT] = ACTIONS(3209), + [anon_sym_EQ_EQ] = ACTIONS(3209), + [anon_sym_BANG_EQ] = ACTIONS(3209), + [anon_sym_LT_EQ] = ACTIONS(3209), + [anon_sym_GT_EQ] = ACTIONS(3209), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_struct] = ACTIONS(3209), + [anon_sym_union] = ACTIONS(3209), + [anon_sym_pub] = ACTIONS(3209), + [anon_sym_mut] = ACTIONS(3209), + [anon_sym_enum] = ACTIONS(3209), + [anon_sym_interface] = ACTIONS(3209), + [anon_sym_PLUS_PLUS] = ACTIONS(3209), + [anon_sym_DASH_DASH] = ACTIONS(3209), + [anon_sym_QMARK] = ACTIONS(3209), + [anon_sym_BANG] = ACTIONS(3209), + [anon_sym_go] = ACTIONS(3209), + [anon_sym_spawn] = ACTIONS(3209), + [anon_sym_json_DOTdecode] = ACTIONS(3209), + [anon_sym_LBRACK2] = ACTIONS(3209), + [anon_sym_TILDE] = ACTIONS(3209), + [anon_sym_CARET] = ACTIONS(3209), + [anon_sym_AMP] = ACTIONS(3209), + [anon_sym_LT_DASH] = ACTIONS(3209), + [anon_sym_LT_LT] = ACTIONS(3209), + [anon_sym_GT_GT] = ACTIONS(3209), + [anon_sym_GT_GT_GT] = ACTIONS(3209), + [anon_sym_AMP_CARET] = ACTIONS(3209), + [anon_sym_AMP_AMP] = ACTIONS(3209), + [anon_sym_PIPE_PIPE] = ACTIONS(3209), + [anon_sym_or] = ACTIONS(3209), + [sym_none] = ACTIONS(3209), + [sym_true] = ACTIONS(3209), + [sym_false] = ACTIONS(3209), + [sym_nil] = ACTIONS(3209), + [anon_sym_QMARK_DOT] = ACTIONS(3209), + [anon_sym_POUND_LBRACK] = ACTIONS(3209), + [anon_sym_if] = ACTIONS(3209), + [anon_sym_DOLLARif] = ACTIONS(3209), + [anon_sym_is] = ACTIONS(3209), + [anon_sym_BANGis] = ACTIONS(3209), + [anon_sym_in] = ACTIONS(3209), + [anon_sym_BANGin] = ACTIONS(3209), + [anon_sym_match] = ACTIONS(3209), + [anon_sym_select] = ACTIONS(3209), + [anon_sym_STAR_EQ] = ACTIONS(3209), + [anon_sym_SLASH_EQ] = ACTIONS(3209), + [anon_sym_PERCENT_EQ] = ACTIONS(3209), + [anon_sym_LT_LT_EQ] = ACTIONS(3209), + [anon_sym_GT_GT_EQ] = ACTIONS(3209), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3209), + [anon_sym_AMP_EQ] = ACTIONS(3209), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3209), + [anon_sym_PLUS_EQ] = ACTIONS(3209), + [anon_sym_DASH_EQ] = ACTIONS(3209), + [anon_sym_PIPE_EQ] = ACTIONS(3209), + [anon_sym_CARET_EQ] = ACTIONS(3209), + [anon_sym_COLON_EQ] = ACTIONS(3209), + [anon_sym_lock] = ACTIONS(3209), + [anon_sym_rlock] = ACTIONS(3209), + [anon_sym_unsafe] = ACTIONS(3209), + [anon_sym_sql] = ACTIONS(3209), + [sym_int_literal] = ACTIONS(3209), + [sym_float_literal] = ACTIONS(3209), + [sym_rune_literal] = ACTIONS(3209), + [sym_pseudo_compile_time_identifier] = ACTIONS(3209), + [anon_sym_shared] = ACTIONS(3209), + [anon_sym_map_LBRACK] = ACTIONS(3209), + [anon_sym_chan] = ACTIONS(3209), + [anon_sym_thread] = ACTIONS(3209), + [anon_sym_atomic] = ACTIONS(3209), + [anon_sym_assert] = ACTIONS(3209), + [anon_sym_defer] = ACTIONS(3209), + [anon_sym_goto] = ACTIONS(3209), + [anon_sym_break] = ACTIONS(3209), + [anon_sym_continue] = ACTIONS(3209), + [anon_sym_return] = ACTIONS(3209), + [anon_sym_DOLLARfor] = ACTIONS(3209), + [anon_sym_for] = ACTIONS(3209), + [anon_sym_POUND] = ACTIONS(3209), + [anon_sym_asm] = ACTIONS(3209), + [anon_sym_AT_LBRACK] = ACTIONS(3209), + [sym___double_quote] = ACTIONS(3209), + [sym___single_quote] = ACTIONS(3209), + [sym___c_double_quote] = ACTIONS(3209), + [sym___c_single_quote] = ACTIONS(3209), + [sym___r_double_quote] = ACTIONS(3209), + [sym___r_single_quote] = ACTIONS(3209), }, [630] = { [sym_line_comment] = STATE(630), [sym_block_comment] = STATE(630), - [sym__expression] = STATE(992), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [ts_builtin_sym_end] = ACTIONS(3211), + [sym_identifier] = ACTIONS(3213), + [anon_sym_LF] = ACTIONS(3213), + [anon_sym_CR] = ACTIONS(3213), + [anon_sym_CR_LF] = ACTIONS(3213), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3213), + [anon_sym_as] = ACTIONS(3213), + [anon_sym_LBRACE] = ACTIONS(3213), + [anon_sym_COMMA] = ACTIONS(3213), + [anon_sym_const] = ACTIONS(3213), + [anon_sym_LPAREN] = ACTIONS(3213), + [anon_sym_EQ] = ACTIONS(3213), + [anon_sym___global] = ACTIONS(3213), + [anon_sym_type] = ACTIONS(3213), + [anon_sym_PIPE] = ACTIONS(3213), + [anon_sym_fn] = ACTIONS(3213), + [anon_sym_PLUS] = ACTIONS(3213), + [anon_sym_DASH] = ACTIONS(3213), + [anon_sym_STAR] = ACTIONS(3213), + [anon_sym_SLASH] = ACTIONS(3213), + [anon_sym_PERCENT] = ACTIONS(3213), + [anon_sym_LT] = ACTIONS(3213), + [anon_sym_GT] = ACTIONS(3213), + [anon_sym_EQ_EQ] = ACTIONS(3213), + [anon_sym_BANG_EQ] = ACTIONS(3213), + [anon_sym_LT_EQ] = ACTIONS(3213), + [anon_sym_GT_EQ] = ACTIONS(3213), + [anon_sym_LBRACK] = ACTIONS(3211), + [anon_sym_struct] = ACTIONS(3213), + [anon_sym_union] = ACTIONS(3213), + [anon_sym_pub] = ACTIONS(3213), + [anon_sym_mut] = ACTIONS(3213), + [anon_sym_enum] = ACTIONS(3213), + [anon_sym_interface] = ACTIONS(3213), + [anon_sym_PLUS_PLUS] = ACTIONS(3213), + [anon_sym_DASH_DASH] = ACTIONS(3213), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_BANG] = ACTIONS(3213), + [anon_sym_go] = ACTIONS(3213), + [anon_sym_spawn] = ACTIONS(3213), + [anon_sym_json_DOTdecode] = ACTIONS(3213), + [anon_sym_LBRACK2] = ACTIONS(3213), + [anon_sym_TILDE] = ACTIONS(3213), + [anon_sym_CARET] = ACTIONS(3213), + [anon_sym_AMP] = ACTIONS(3213), + [anon_sym_LT_DASH] = ACTIONS(3213), + [anon_sym_LT_LT] = ACTIONS(3213), + [anon_sym_GT_GT] = ACTIONS(3213), + [anon_sym_GT_GT_GT] = ACTIONS(3213), + [anon_sym_AMP_CARET] = ACTIONS(3213), + [anon_sym_AMP_AMP] = ACTIONS(3213), + [anon_sym_PIPE_PIPE] = ACTIONS(3213), + [anon_sym_or] = ACTIONS(3213), + [sym_none] = ACTIONS(3213), + [sym_true] = ACTIONS(3213), + [sym_false] = ACTIONS(3213), + [sym_nil] = ACTIONS(3213), + [anon_sym_QMARK_DOT] = ACTIONS(3213), + [anon_sym_POUND_LBRACK] = ACTIONS(3213), + [anon_sym_if] = ACTIONS(3213), + [anon_sym_DOLLARif] = ACTIONS(3213), + [anon_sym_is] = ACTIONS(3213), + [anon_sym_BANGis] = ACTIONS(3213), + [anon_sym_in] = ACTIONS(3213), + [anon_sym_BANGin] = ACTIONS(3213), + [anon_sym_match] = ACTIONS(3213), + [anon_sym_select] = ACTIONS(3213), + [anon_sym_STAR_EQ] = ACTIONS(3213), + [anon_sym_SLASH_EQ] = ACTIONS(3213), + [anon_sym_PERCENT_EQ] = ACTIONS(3213), + [anon_sym_LT_LT_EQ] = ACTIONS(3213), + [anon_sym_GT_GT_EQ] = ACTIONS(3213), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3213), + [anon_sym_AMP_EQ] = ACTIONS(3213), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3213), + [anon_sym_PLUS_EQ] = ACTIONS(3213), + [anon_sym_DASH_EQ] = ACTIONS(3213), + [anon_sym_PIPE_EQ] = ACTIONS(3213), + [anon_sym_CARET_EQ] = ACTIONS(3213), + [anon_sym_COLON_EQ] = ACTIONS(3213), + [anon_sym_lock] = ACTIONS(3213), + [anon_sym_rlock] = ACTIONS(3213), + [anon_sym_unsafe] = ACTIONS(3213), + [anon_sym_sql] = ACTIONS(3213), + [sym_int_literal] = ACTIONS(3213), + [sym_float_literal] = ACTIONS(3213), + [sym_rune_literal] = ACTIONS(3213), + [sym_pseudo_compile_time_identifier] = ACTIONS(3213), + [anon_sym_shared] = ACTIONS(3213), + [anon_sym_map_LBRACK] = ACTIONS(3213), + [anon_sym_chan] = ACTIONS(3213), + [anon_sym_thread] = ACTIONS(3213), + [anon_sym_atomic] = ACTIONS(3213), + [anon_sym_assert] = ACTIONS(3213), + [anon_sym_defer] = ACTIONS(3213), + [anon_sym_goto] = ACTIONS(3213), + [anon_sym_break] = ACTIONS(3213), + [anon_sym_continue] = ACTIONS(3213), + [anon_sym_return] = ACTIONS(3213), + [anon_sym_DOLLARfor] = ACTIONS(3213), + [anon_sym_for] = ACTIONS(3213), + [anon_sym_POUND] = ACTIONS(3213), + [anon_sym_asm] = ACTIONS(3213), + [anon_sym_AT_LBRACK] = ACTIONS(3213), + [sym___double_quote] = ACTIONS(3213), + [sym___single_quote] = ACTIONS(3213), + [sym___c_double_quote] = ACTIONS(3213), + [sym___c_single_quote] = ACTIONS(3213), + [sym___r_double_quote] = ACTIONS(3213), + [sym___r_single_quote] = ACTIONS(3213), + }, + [631] = { + [sym_line_comment] = STATE(631), + [sym_block_comment] = STATE(631), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(3011), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(3010), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), - }, - [631] = { - [sym_line_comment] = STATE(631), - [sym_block_comment] = STATE(631), - [ts_builtin_sym_end] = ACTIONS(3201), - [sym_identifier] = ACTIONS(3203), - [anon_sym_LF] = ACTIONS(3203), - [anon_sym_CR] = ACTIONS(3203), - [anon_sym_CR_LF] = ACTIONS(3203), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3203), - [anon_sym_as] = ACTIONS(3203), - [anon_sym_LBRACE] = ACTIONS(3203), - [anon_sym_COMMA] = ACTIONS(3203), - [anon_sym_const] = ACTIONS(3203), - [anon_sym_LPAREN] = ACTIONS(3203), - [anon_sym_EQ] = ACTIONS(3203), - [anon_sym___global] = ACTIONS(3203), - [anon_sym_type] = ACTIONS(3203), - [anon_sym_PIPE] = ACTIONS(3203), - [anon_sym_fn] = ACTIONS(3203), - [anon_sym_PLUS] = ACTIONS(3203), - [anon_sym_DASH] = ACTIONS(3203), - [anon_sym_STAR] = ACTIONS(3203), - [anon_sym_SLASH] = ACTIONS(3203), - [anon_sym_PERCENT] = ACTIONS(3203), - [anon_sym_LT] = ACTIONS(3203), - [anon_sym_GT] = ACTIONS(3203), - [anon_sym_EQ_EQ] = ACTIONS(3203), - [anon_sym_BANG_EQ] = ACTIONS(3203), - [anon_sym_LT_EQ] = ACTIONS(3203), - [anon_sym_GT_EQ] = ACTIONS(3203), - [anon_sym_LBRACK] = ACTIONS(3201), - [anon_sym_struct] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3203), - [anon_sym_pub] = ACTIONS(3203), - [anon_sym_mut] = ACTIONS(3203), - [anon_sym_enum] = ACTIONS(3203), - [anon_sym_interface] = ACTIONS(3203), - [anon_sym_PLUS_PLUS] = ACTIONS(3203), - [anon_sym_DASH_DASH] = ACTIONS(3203), - [anon_sym_QMARK] = ACTIONS(3203), - [anon_sym_BANG] = ACTIONS(3203), - [anon_sym_go] = ACTIONS(3203), - [anon_sym_spawn] = ACTIONS(3203), - [anon_sym_json_DOTdecode] = ACTIONS(3203), - [anon_sym_LBRACK2] = ACTIONS(3203), - [anon_sym_TILDE] = ACTIONS(3203), - [anon_sym_CARET] = ACTIONS(3203), - [anon_sym_AMP] = ACTIONS(3203), - [anon_sym_LT_DASH] = ACTIONS(3203), - [anon_sym_LT_LT] = ACTIONS(3203), - [anon_sym_GT_GT] = ACTIONS(3203), - [anon_sym_GT_GT_GT] = ACTIONS(3203), - [anon_sym_AMP_CARET] = ACTIONS(3203), - [anon_sym_AMP_AMP] = ACTIONS(3203), - [anon_sym_PIPE_PIPE] = ACTIONS(3203), - [anon_sym_or] = ACTIONS(3203), - [sym_none] = ACTIONS(3203), - [sym_true] = ACTIONS(3203), - [sym_false] = ACTIONS(3203), - [sym_nil] = ACTIONS(3203), - [anon_sym_QMARK_DOT] = ACTIONS(3203), - [anon_sym_POUND_LBRACK] = ACTIONS(3203), - [anon_sym_if] = ACTIONS(3203), - [anon_sym_DOLLARif] = ACTIONS(3203), - [anon_sym_is] = ACTIONS(3203), - [anon_sym_BANGis] = ACTIONS(3203), - [anon_sym_in] = ACTIONS(3203), - [anon_sym_BANGin] = ACTIONS(3203), - [anon_sym_match] = ACTIONS(3203), - [anon_sym_select] = ACTIONS(3203), - [anon_sym_STAR_EQ] = ACTIONS(3203), - [anon_sym_SLASH_EQ] = ACTIONS(3203), - [anon_sym_PERCENT_EQ] = ACTIONS(3203), - [anon_sym_LT_LT_EQ] = ACTIONS(3203), - [anon_sym_GT_GT_EQ] = ACTIONS(3203), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3203), - [anon_sym_AMP_EQ] = ACTIONS(3203), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3203), - [anon_sym_PLUS_EQ] = ACTIONS(3203), - [anon_sym_DASH_EQ] = ACTIONS(3203), - [anon_sym_PIPE_EQ] = ACTIONS(3203), - [anon_sym_CARET_EQ] = ACTIONS(3203), - [anon_sym_COLON_EQ] = ACTIONS(3203), - [anon_sym_lock] = ACTIONS(3203), - [anon_sym_rlock] = ACTIONS(3203), - [anon_sym_unsafe] = ACTIONS(3203), - [anon_sym_sql] = ACTIONS(3203), - [sym_int_literal] = ACTIONS(3203), - [sym_float_literal] = ACTIONS(3203), - [sym_rune_literal] = ACTIONS(3203), - [sym_pseudo_compile_time_identifier] = ACTIONS(3203), - [anon_sym_shared] = ACTIONS(3203), - [anon_sym_map_LBRACK] = ACTIONS(3203), - [anon_sym_chan] = ACTIONS(3203), - [anon_sym_thread] = ACTIONS(3203), - [anon_sym_atomic] = ACTIONS(3203), - [anon_sym_assert] = ACTIONS(3203), - [anon_sym_defer] = ACTIONS(3203), - [anon_sym_goto] = ACTIONS(3203), - [anon_sym_break] = ACTIONS(3203), - [anon_sym_continue] = ACTIONS(3203), - [anon_sym_return] = ACTIONS(3203), - [anon_sym_DOLLARfor] = ACTIONS(3203), - [anon_sym_for] = ACTIONS(3203), - [anon_sym_POUND] = ACTIONS(3203), - [anon_sym_asm] = ACTIONS(3203), - [anon_sym_AT_LBRACK] = ACTIONS(3203), - [sym___double_quote] = ACTIONS(3203), - [sym___single_quote] = ACTIONS(3203), - [sym___c_double_quote] = ACTIONS(3203), - [sym___c_single_quote] = ACTIONS(3203), - [sym___r_double_quote] = ACTIONS(3203), - [sym___r_single_quote] = ACTIONS(3203), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [632] = { [sym_line_comment] = STATE(632), [sym_block_comment] = STATE(632), - [sym__expression] = STATE(981), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [sym__expression] = STATE(2708), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3666), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [633] = { [sym_line_comment] = STATE(633), [sym_block_comment] = STATE(633), - [sym__expression] = STATE(257), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [sym__expression] = STATE(2678), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [634] = { [sym_line_comment] = STATE(634), [sym_block_comment] = STATE(634), - [sym__expression] = STATE(1660), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4251), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [sym__expression] = STATE(2319), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [635] = { [sym_line_comment] = STATE(635), [sym_block_comment] = STATE(635), - [sym__expression] = STATE(1289), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2330), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [636] = { [sym_line_comment] = STATE(636), [sym_block_comment] = STATE(636), - [sym__expression] = STATE(1164), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(631), - [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_fn] = ACTIONS(641), - [anon_sym_PLUS] = ACTIONS(643), - [anon_sym_DASH] = ACTIONS(643), - [anon_sym_STAR] = ACTIONS(645), - [anon_sym_struct] = ACTIONS(649), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(655), - [anon_sym_go] = ACTIONS(657), - [anon_sym_spawn] = ACTIONS(659), - [anon_sym_json_DOTdecode] = ACTIONS(661), - [anon_sym_LBRACK2] = ACTIONS(663), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_CARET] = ACTIONS(643), - [anon_sym_AMP] = ACTIONS(665), - [anon_sym_LT_DASH] = ACTIONS(667), - [sym_none] = ACTIONS(669), - [sym_true] = ACTIONS(669), - [sym_false] = ACTIONS(669), - [sym_nil] = ACTIONS(669), - [anon_sym_if] = ACTIONS(671), - [anon_sym_DOLLARif] = ACTIONS(673), - [anon_sym_match] = ACTIONS(675), - [anon_sym_select] = ACTIONS(677), - [anon_sym_lock] = ACTIONS(679), - [anon_sym_rlock] = ACTIONS(679), - [anon_sym_unsafe] = ACTIONS(681), - [anon_sym_sql] = ACTIONS(683), - [sym_int_literal] = ACTIONS(669), - [sym_float_literal] = ACTIONS(685), - [sym_rune_literal] = ACTIONS(685), - [sym_pseudo_compile_time_identifier] = ACTIONS(687), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(689), - [sym___single_quote] = ACTIONS(691), - [sym___c_double_quote] = ACTIONS(693), - [sym___c_single_quote] = ACTIONS(695), - [sym___r_double_quote] = ACTIONS(697), - [sym___r_single_quote] = ACTIONS(699), + [ts_builtin_sym_end] = ACTIONS(3215), + [sym_identifier] = ACTIONS(3217), + [anon_sym_LF] = ACTIONS(3217), + [anon_sym_CR] = ACTIONS(3217), + [anon_sym_CR_LF] = ACTIONS(3217), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3217), + [anon_sym_as] = ACTIONS(3217), + [anon_sym_LBRACE] = ACTIONS(3217), + [anon_sym_COMMA] = ACTIONS(3217), + [anon_sym_const] = ACTIONS(3217), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_EQ] = ACTIONS(3217), + [anon_sym___global] = ACTIONS(3217), + [anon_sym_type] = ACTIONS(3217), + [anon_sym_PIPE] = ACTIONS(3217), + [anon_sym_fn] = ACTIONS(3217), + [anon_sym_PLUS] = ACTIONS(3217), + [anon_sym_DASH] = ACTIONS(3217), + [anon_sym_STAR] = ACTIONS(3217), + [anon_sym_SLASH] = ACTIONS(3217), + [anon_sym_PERCENT] = ACTIONS(3217), + [anon_sym_LT] = ACTIONS(3217), + [anon_sym_GT] = ACTIONS(3217), + [anon_sym_EQ_EQ] = ACTIONS(3217), + [anon_sym_BANG_EQ] = ACTIONS(3217), + [anon_sym_LT_EQ] = ACTIONS(3217), + [anon_sym_GT_EQ] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3215), + [anon_sym_struct] = ACTIONS(3217), + [anon_sym_union] = ACTIONS(3217), + [anon_sym_pub] = ACTIONS(3217), + [anon_sym_mut] = ACTIONS(3217), + [anon_sym_enum] = ACTIONS(3217), + [anon_sym_interface] = ACTIONS(3217), + [anon_sym_PLUS_PLUS] = ACTIONS(3217), + [anon_sym_DASH_DASH] = ACTIONS(3217), + [anon_sym_QMARK] = ACTIONS(3217), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_go] = ACTIONS(3217), + [anon_sym_spawn] = ACTIONS(3217), + [anon_sym_json_DOTdecode] = ACTIONS(3217), + [anon_sym_LBRACK2] = ACTIONS(3217), + [anon_sym_TILDE] = ACTIONS(3217), + [anon_sym_CARET] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3217), + [anon_sym_LT_DASH] = ACTIONS(3217), + [anon_sym_LT_LT] = ACTIONS(3217), + [anon_sym_GT_GT] = ACTIONS(3217), + [anon_sym_GT_GT_GT] = ACTIONS(3217), + [anon_sym_AMP_CARET] = ACTIONS(3217), + [anon_sym_AMP_AMP] = ACTIONS(3217), + [anon_sym_PIPE_PIPE] = ACTIONS(3217), + [anon_sym_or] = ACTIONS(3217), + [sym_none] = ACTIONS(3217), + [sym_true] = ACTIONS(3217), + [sym_false] = ACTIONS(3217), + [sym_nil] = ACTIONS(3217), + [anon_sym_QMARK_DOT] = ACTIONS(3217), + [anon_sym_POUND_LBRACK] = ACTIONS(3217), + [anon_sym_if] = ACTIONS(3217), + [anon_sym_DOLLARif] = ACTIONS(3217), + [anon_sym_is] = ACTIONS(3217), + [anon_sym_BANGis] = ACTIONS(3217), + [anon_sym_in] = ACTIONS(3217), + [anon_sym_BANGin] = ACTIONS(3217), + [anon_sym_match] = ACTIONS(3217), + [anon_sym_select] = ACTIONS(3217), + [anon_sym_STAR_EQ] = ACTIONS(3217), + [anon_sym_SLASH_EQ] = ACTIONS(3217), + [anon_sym_PERCENT_EQ] = ACTIONS(3217), + [anon_sym_LT_LT_EQ] = ACTIONS(3217), + [anon_sym_GT_GT_EQ] = ACTIONS(3217), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3217), + [anon_sym_AMP_EQ] = ACTIONS(3217), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3217), + [anon_sym_PLUS_EQ] = ACTIONS(3217), + [anon_sym_DASH_EQ] = ACTIONS(3217), + [anon_sym_PIPE_EQ] = ACTIONS(3217), + [anon_sym_CARET_EQ] = ACTIONS(3217), + [anon_sym_COLON_EQ] = ACTIONS(3217), + [anon_sym_lock] = ACTIONS(3217), + [anon_sym_rlock] = ACTIONS(3217), + [anon_sym_unsafe] = ACTIONS(3217), + [anon_sym_sql] = ACTIONS(3217), + [sym_int_literal] = ACTIONS(3217), + [sym_float_literal] = ACTIONS(3217), + [sym_rune_literal] = ACTIONS(3217), + [sym_pseudo_compile_time_identifier] = ACTIONS(3217), + [anon_sym_shared] = ACTIONS(3217), + [anon_sym_map_LBRACK] = ACTIONS(3217), + [anon_sym_chan] = ACTIONS(3217), + [anon_sym_thread] = ACTIONS(3217), + [anon_sym_atomic] = ACTIONS(3217), + [anon_sym_assert] = ACTIONS(3217), + [anon_sym_defer] = ACTIONS(3217), + [anon_sym_goto] = ACTIONS(3217), + [anon_sym_break] = ACTIONS(3217), + [anon_sym_continue] = ACTIONS(3217), + [anon_sym_return] = ACTIONS(3217), + [anon_sym_DOLLARfor] = ACTIONS(3217), + [anon_sym_for] = ACTIONS(3217), + [anon_sym_POUND] = ACTIONS(3217), + [anon_sym_asm] = ACTIONS(3217), + [anon_sym_AT_LBRACK] = ACTIONS(3217), + [sym___double_quote] = ACTIONS(3217), + [sym___single_quote] = ACTIONS(3217), + [sym___c_double_quote] = ACTIONS(3217), + [sym___c_single_quote] = ACTIONS(3217), + [sym___r_double_quote] = ACTIONS(3217), + [sym___r_single_quote] = ACTIONS(3217), }, [637] = { [sym_line_comment] = STATE(637), [sym_block_comment] = STATE(637), - [sym__expression] = STATE(1660), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4240), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [sym__expression] = STATE(1917), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [638] = { [sym_line_comment] = STATE(638), [sym_block_comment] = STATE(638), - [sym__expression] = STATE(2884), - [sym__expression_without_blocks] = STATE(2177), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(1814), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4260), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(703), + [anon_sym_LBRACE] = ACTIONS(3157), + [anon_sym_LPAREN] = ACTIONS(709), + [anon_sym_fn] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(713), + [anon_sym_DASH] = ACTIONS(713), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(719), + [anon_sym_go] = ACTIONS(721), + [anon_sym_spawn] = ACTIONS(723), + [anon_sym_json_DOTdecode] = ACTIONS(725), + [anon_sym_LBRACK2] = ACTIONS(727), + [anon_sym_TILDE] = ACTIONS(713), + [anon_sym_CARET] = ACTIONS(713), + [anon_sym_AMP] = ACTIONS(729), + [anon_sym_LT_DASH] = ACTIONS(731), + [sym_none] = ACTIONS(733), + [sym_true] = ACTIONS(733), + [sym_false] = ACTIONS(733), + [sym_nil] = ACTIONS(733), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), + [sym_int_literal] = ACTIONS(733), + [sym_float_literal] = ACTIONS(751), + [sym_rune_literal] = ACTIONS(751), + [sym_pseudo_compile_time_identifier] = ACTIONS(753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(755), + [sym___single_quote] = ACTIONS(757), + [sym___c_double_quote] = ACTIONS(759), + [sym___c_single_quote] = ACTIONS(761), + [sym___r_double_quote] = ACTIONS(763), + [sym___r_single_quote] = ACTIONS(765), }, [639] = { [sym_line_comment] = STATE(639), [sym_block_comment] = STATE(639), - [sym__expression] = STATE(1658), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [sym__expression] = STATE(1797), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4260), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(703), + [anon_sym_LBRACE] = ACTIONS(3157), + [anon_sym_LPAREN] = ACTIONS(709), + [anon_sym_fn] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(713), + [anon_sym_DASH] = ACTIONS(713), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_BANG] = ACTIONS(719), + [anon_sym_go] = ACTIONS(721), + [anon_sym_spawn] = ACTIONS(723), + [anon_sym_json_DOTdecode] = ACTIONS(725), + [anon_sym_LBRACK2] = ACTIONS(727), + [anon_sym_TILDE] = ACTIONS(713), + [anon_sym_CARET] = ACTIONS(713), + [anon_sym_AMP] = ACTIONS(729), + [anon_sym_LT_DASH] = ACTIONS(731), + [sym_none] = ACTIONS(733), + [sym_true] = ACTIONS(733), + [sym_false] = ACTIONS(733), + [sym_nil] = ACTIONS(733), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), + [sym_int_literal] = ACTIONS(733), + [sym_float_literal] = ACTIONS(751), + [sym_rune_literal] = ACTIONS(751), + [sym_pseudo_compile_time_identifier] = ACTIONS(753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [sym___double_quote] = ACTIONS(755), + [sym___single_quote] = ACTIONS(757), + [sym___c_double_quote] = ACTIONS(759), + [sym___c_single_quote] = ACTIONS(761), + [sym___r_double_quote] = ACTIONS(763), + [sym___r_single_quote] = ACTIONS(765), }, [640] = { [sym_line_comment] = STATE(640), [sym_block_comment] = STATE(640), - [sym__expression] = STATE(2319), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2885), + [sym__expression_without_blocks] = STATE(2180), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [641] = { [sym_line_comment] = STATE(641), [sym_block_comment] = STATE(641), - [ts_builtin_sym_end] = ACTIONS(3205), - [sym_identifier] = ACTIONS(3207), - [anon_sym_LF] = ACTIONS(3207), - [anon_sym_CR] = ACTIONS(3207), - [anon_sym_CR_LF] = ACTIONS(3207), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3207), - [anon_sym_as] = ACTIONS(3207), - [anon_sym_LBRACE] = ACTIONS(3207), - [anon_sym_COMMA] = ACTIONS(3207), - [anon_sym_const] = ACTIONS(3207), - [anon_sym_LPAREN] = ACTIONS(3207), - [anon_sym_EQ] = ACTIONS(3207), - [anon_sym___global] = ACTIONS(3207), - [anon_sym_type] = ACTIONS(3207), - [anon_sym_PIPE] = ACTIONS(3207), - [anon_sym_fn] = ACTIONS(3207), - [anon_sym_PLUS] = ACTIONS(3207), - [anon_sym_DASH] = ACTIONS(3207), - [anon_sym_STAR] = ACTIONS(3207), - [anon_sym_SLASH] = ACTIONS(3207), - [anon_sym_PERCENT] = ACTIONS(3207), - [anon_sym_LT] = ACTIONS(3207), - [anon_sym_GT] = ACTIONS(3207), - [anon_sym_EQ_EQ] = ACTIONS(3207), - [anon_sym_BANG_EQ] = ACTIONS(3207), - [anon_sym_LT_EQ] = ACTIONS(3207), - [anon_sym_GT_EQ] = ACTIONS(3207), - [anon_sym_LBRACK] = ACTIONS(3205), - [anon_sym_struct] = ACTIONS(3207), - [anon_sym_union] = ACTIONS(3207), - [anon_sym_pub] = ACTIONS(3207), - [anon_sym_mut] = ACTIONS(3207), - [anon_sym_enum] = ACTIONS(3207), - [anon_sym_interface] = ACTIONS(3207), - [anon_sym_PLUS_PLUS] = ACTIONS(3207), - [anon_sym_DASH_DASH] = ACTIONS(3207), - [anon_sym_QMARK] = ACTIONS(3207), - [anon_sym_BANG] = ACTIONS(3207), - [anon_sym_go] = ACTIONS(3207), - [anon_sym_spawn] = ACTIONS(3207), - [anon_sym_json_DOTdecode] = ACTIONS(3207), - [anon_sym_LBRACK2] = ACTIONS(3207), - [anon_sym_TILDE] = ACTIONS(3207), - [anon_sym_CARET] = ACTIONS(3207), - [anon_sym_AMP] = ACTIONS(3207), - [anon_sym_LT_DASH] = ACTIONS(3207), - [anon_sym_LT_LT] = ACTIONS(3207), - [anon_sym_GT_GT] = ACTIONS(3207), - [anon_sym_GT_GT_GT] = ACTIONS(3207), - [anon_sym_AMP_CARET] = ACTIONS(3207), - [anon_sym_AMP_AMP] = ACTIONS(3207), - [anon_sym_PIPE_PIPE] = ACTIONS(3207), - [anon_sym_or] = ACTIONS(3207), - [sym_none] = ACTIONS(3207), - [sym_true] = ACTIONS(3207), - [sym_false] = ACTIONS(3207), - [sym_nil] = ACTIONS(3207), - [anon_sym_QMARK_DOT] = ACTIONS(3207), - [anon_sym_POUND_LBRACK] = ACTIONS(3207), - [anon_sym_if] = ACTIONS(3207), - [anon_sym_DOLLARif] = ACTIONS(3207), - [anon_sym_is] = ACTIONS(3207), - [anon_sym_BANGis] = ACTIONS(3207), - [anon_sym_in] = ACTIONS(3207), - [anon_sym_BANGin] = ACTIONS(3207), - [anon_sym_match] = ACTIONS(3207), - [anon_sym_select] = ACTIONS(3207), - [anon_sym_STAR_EQ] = ACTIONS(3207), - [anon_sym_SLASH_EQ] = ACTIONS(3207), - [anon_sym_PERCENT_EQ] = ACTIONS(3207), - [anon_sym_LT_LT_EQ] = ACTIONS(3207), - [anon_sym_GT_GT_EQ] = ACTIONS(3207), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3207), - [anon_sym_AMP_EQ] = ACTIONS(3207), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3207), - [anon_sym_PLUS_EQ] = ACTIONS(3207), - [anon_sym_DASH_EQ] = ACTIONS(3207), - [anon_sym_PIPE_EQ] = ACTIONS(3207), - [anon_sym_CARET_EQ] = ACTIONS(3207), - [anon_sym_COLON_EQ] = ACTIONS(3207), - [anon_sym_lock] = ACTIONS(3207), - [anon_sym_rlock] = ACTIONS(3207), - [anon_sym_unsafe] = ACTIONS(3207), - [anon_sym_sql] = ACTIONS(3207), - [sym_int_literal] = ACTIONS(3207), - [sym_float_literal] = ACTIONS(3207), - [sym_rune_literal] = ACTIONS(3207), - [sym_pseudo_compile_time_identifier] = ACTIONS(3207), - [anon_sym_shared] = ACTIONS(3207), - [anon_sym_map_LBRACK] = ACTIONS(3207), - [anon_sym_chan] = ACTIONS(3207), - [anon_sym_thread] = ACTIONS(3207), - [anon_sym_atomic] = ACTIONS(3207), - [anon_sym_assert] = ACTIONS(3207), - [anon_sym_defer] = ACTIONS(3207), - [anon_sym_goto] = ACTIONS(3207), - [anon_sym_break] = ACTIONS(3207), - [anon_sym_continue] = ACTIONS(3207), - [anon_sym_return] = ACTIONS(3207), - [anon_sym_DOLLARfor] = ACTIONS(3207), - [anon_sym_for] = ACTIONS(3207), - [anon_sym_POUND] = ACTIONS(3207), - [anon_sym_asm] = ACTIONS(3207), - [anon_sym_AT_LBRACK] = ACTIONS(3207), - [sym___double_quote] = ACTIONS(3207), - [sym___single_quote] = ACTIONS(3207), - [sym___c_double_quote] = ACTIONS(3207), - [sym___c_single_quote] = ACTIONS(3207), - [sym___r_double_quote] = ACTIONS(3207), - [sym___r_single_quote] = ACTIONS(3207), - }, - [642] = { - [sym_line_comment] = STATE(642), - [sym_block_comment] = STATE(642), - [sym__expression] = STATE(2324), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2686), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [643] = { - [sym_line_comment] = STATE(643), - [sym_block_comment] = STATE(643), - [sym__expression] = STATE(1657), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [642] = { + [sym_line_comment] = STATE(642), + [sym_block_comment] = STATE(642), + [sym__expression] = STATE(2331), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), + }, + [643] = { + [sym_line_comment] = STATE(643), + [sym_block_comment] = STATE(643), + [ts_builtin_sym_end] = ACTIONS(3219), + [sym_identifier] = ACTIONS(3221), + [anon_sym_LF] = ACTIONS(3221), + [anon_sym_CR] = ACTIONS(3221), + [anon_sym_CR_LF] = ACTIONS(3221), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3221), + [anon_sym_as] = ACTIONS(3221), + [anon_sym_LBRACE] = ACTIONS(3221), + [anon_sym_COMMA] = ACTIONS(3221), + [anon_sym_const] = ACTIONS(3221), + [anon_sym_LPAREN] = ACTIONS(3221), + [anon_sym_EQ] = ACTIONS(3221), + [anon_sym___global] = ACTIONS(3221), + [anon_sym_type] = ACTIONS(3221), + [anon_sym_PIPE] = ACTIONS(3221), + [anon_sym_fn] = ACTIONS(3221), + [anon_sym_PLUS] = ACTIONS(3221), + [anon_sym_DASH] = ACTIONS(3221), + [anon_sym_STAR] = ACTIONS(3221), + [anon_sym_SLASH] = ACTIONS(3221), + [anon_sym_PERCENT] = ACTIONS(3221), + [anon_sym_LT] = ACTIONS(3221), + [anon_sym_GT] = ACTIONS(3221), + [anon_sym_EQ_EQ] = ACTIONS(3221), + [anon_sym_BANG_EQ] = ACTIONS(3221), + [anon_sym_LT_EQ] = ACTIONS(3221), + [anon_sym_GT_EQ] = ACTIONS(3221), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_struct] = ACTIONS(3221), + [anon_sym_union] = ACTIONS(3221), + [anon_sym_pub] = ACTIONS(3221), + [anon_sym_mut] = ACTIONS(3221), + [anon_sym_enum] = ACTIONS(3221), + [anon_sym_interface] = ACTIONS(3221), + [anon_sym_PLUS_PLUS] = ACTIONS(3221), + [anon_sym_DASH_DASH] = ACTIONS(3221), + [anon_sym_QMARK] = ACTIONS(3221), + [anon_sym_BANG] = ACTIONS(3221), + [anon_sym_go] = ACTIONS(3221), + [anon_sym_spawn] = ACTIONS(3221), + [anon_sym_json_DOTdecode] = ACTIONS(3221), + [anon_sym_LBRACK2] = ACTIONS(3221), + [anon_sym_TILDE] = ACTIONS(3221), + [anon_sym_CARET] = ACTIONS(3221), + [anon_sym_AMP] = ACTIONS(3221), + [anon_sym_LT_DASH] = ACTIONS(3221), + [anon_sym_LT_LT] = ACTIONS(3221), + [anon_sym_GT_GT] = ACTIONS(3221), + [anon_sym_GT_GT_GT] = ACTIONS(3221), + [anon_sym_AMP_CARET] = ACTIONS(3221), + [anon_sym_AMP_AMP] = ACTIONS(3221), + [anon_sym_PIPE_PIPE] = ACTIONS(3221), + [anon_sym_or] = ACTIONS(3221), + [sym_none] = ACTIONS(3221), + [sym_true] = ACTIONS(3221), + [sym_false] = ACTIONS(3221), + [sym_nil] = ACTIONS(3221), + [anon_sym_QMARK_DOT] = ACTIONS(3221), + [anon_sym_POUND_LBRACK] = ACTIONS(3221), + [anon_sym_if] = ACTIONS(3221), + [anon_sym_DOLLARif] = ACTIONS(3221), + [anon_sym_is] = ACTIONS(3221), + [anon_sym_BANGis] = ACTIONS(3221), + [anon_sym_in] = ACTIONS(3221), + [anon_sym_BANGin] = ACTIONS(3221), + [anon_sym_match] = ACTIONS(3221), + [anon_sym_select] = ACTIONS(3221), + [anon_sym_STAR_EQ] = ACTIONS(3221), + [anon_sym_SLASH_EQ] = ACTIONS(3221), + [anon_sym_PERCENT_EQ] = ACTIONS(3221), + [anon_sym_LT_LT_EQ] = ACTIONS(3221), + [anon_sym_GT_GT_EQ] = ACTIONS(3221), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3221), + [anon_sym_AMP_EQ] = ACTIONS(3221), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3221), + [anon_sym_PLUS_EQ] = ACTIONS(3221), + [anon_sym_DASH_EQ] = ACTIONS(3221), + [anon_sym_PIPE_EQ] = ACTIONS(3221), + [anon_sym_CARET_EQ] = ACTIONS(3221), + [anon_sym_COLON_EQ] = ACTIONS(3221), + [anon_sym_lock] = ACTIONS(3221), + [anon_sym_rlock] = ACTIONS(3221), + [anon_sym_unsafe] = ACTIONS(3221), + [anon_sym_sql] = ACTIONS(3221), + [sym_int_literal] = ACTIONS(3221), + [sym_float_literal] = ACTIONS(3221), + [sym_rune_literal] = ACTIONS(3221), + [sym_pseudo_compile_time_identifier] = ACTIONS(3221), + [anon_sym_shared] = ACTIONS(3221), + [anon_sym_map_LBRACK] = ACTIONS(3221), + [anon_sym_chan] = ACTIONS(3221), + [anon_sym_thread] = ACTIONS(3221), + [anon_sym_atomic] = ACTIONS(3221), + [anon_sym_assert] = ACTIONS(3221), + [anon_sym_defer] = ACTIONS(3221), + [anon_sym_goto] = ACTIONS(3221), + [anon_sym_break] = ACTIONS(3221), + [anon_sym_continue] = ACTIONS(3221), + [anon_sym_return] = ACTIONS(3221), + [anon_sym_DOLLARfor] = ACTIONS(3221), + [anon_sym_for] = ACTIONS(3221), + [anon_sym_POUND] = ACTIONS(3221), + [anon_sym_asm] = ACTIONS(3221), + [anon_sym_AT_LBRACK] = ACTIONS(3221), + [sym___double_quote] = ACTIONS(3221), + [sym___single_quote] = ACTIONS(3221), + [sym___c_double_quote] = ACTIONS(3221), + [sym___c_single_quote] = ACTIONS(3221), + [sym___r_double_quote] = ACTIONS(3221), + [sym___r_single_quote] = ACTIONS(3221), }, [644] = { [sym_line_comment] = STATE(644), [sym_block_comment] = STATE(644), - [sym__expression] = STATE(1148), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(2325), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(631), - [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_fn] = ACTIONS(641), - [anon_sym_PLUS] = ACTIONS(643), - [anon_sym_DASH] = ACTIONS(643), - [anon_sym_STAR] = ACTIONS(645), - [anon_sym_struct] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(655), - [anon_sym_go] = ACTIONS(657), - [anon_sym_spawn] = ACTIONS(659), - [anon_sym_json_DOTdecode] = ACTIONS(661), - [anon_sym_LBRACK2] = ACTIONS(663), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_CARET] = ACTIONS(643), - [anon_sym_AMP] = ACTIONS(665), - [anon_sym_LT_DASH] = ACTIONS(667), - [sym_none] = ACTIONS(669), - [sym_true] = ACTIONS(669), - [sym_false] = ACTIONS(669), - [sym_nil] = ACTIONS(669), - [anon_sym_if] = ACTIONS(671), - [anon_sym_DOLLARif] = ACTIONS(673), - [anon_sym_match] = ACTIONS(675), - [anon_sym_select] = ACTIONS(677), - [anon_sym_lock] = ACTIONS(679), - [anon_sym_rlock] = ACTIONS(679), - [anon_sym_unsafe] = ACTIONS(681), - [anon_sym_sql] = ACTIONS(683), - [sym_int_literal] = ACTIONS(669), - [sym_float_literal] = ACTIONS(685), - [sym_rune_literal] = ACTIONS(685), - [sym_pseudo_compile_time_identifier] = ACTIONS(687), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(689), - [sym___single_quote] = ACTIONS(691), - [sym___c_double_quote] = ACTIONS(693), - [sym___c_single_quote] = ACTIONS(695), - [sym___r_double_quote] = ACTIONS(697), - [sym___r_single_quote] = ACTIONS(699), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [645] = { [sym_line_comment] = STATE(645), [sym_block_comment] = STATE(645), - [sym__expression] = STATE(2663), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1001), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [646] = { [sym_line_comment] = STATE(646), [sym_block_comment] = STATE(646), - [sym__expression] = STATE(2317), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [ts_builtin_sym_end] = ACTIONS(3223), + [sym_identifier] = ACTIONS(3225), + [anon_sym_LF] = ACTIONS(3225), + [anon_sym_CR] = ACTIONS(3225), + [anon_sym_CR_LF] = ACTIONS(3225), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3225), + [anon_sym_as] = ACTIONS(3225), + [anon_sym_LBRACE] = ACTIONS(3225), + [anon_sym_COMMA] = ACTIONS(3225), + [anon_sym_const] = ACTIONS(3225), + [anon_sym_LPAREN] = ACTIONS(3225), + [anon_sym_EQ] = ACTIONS(3225), + [anon_sym___global] = ACTIONS(3225), + [anon_sym_type] = ACTIONS(3225), + [anon_sym_PIPE] = ACTIONS(3225), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_PLUS] = ACTIONS(3225), + [anon_sym_DASH] = ACTIONS(3225), + [anon_sym_STAR] = ACTIONS(3225), + [anon_sym_SLASH] = ACTIONS(3225), + [anon_sym_PERCENT] = ACTIONS(3225), + [anon_sym_LT] = ACTIONS(3225), + [anon_sym_GT] = ACTIONS(3225), + [anon_sym_EQ_EQ] = ACTIONS(3225), + [anon_sym_BANG_EQ] = ACTIONS(3225), + [anon_sym_LT_EQ] = ACTIONS(3225), + [anon_sym_GT_EQ] = ACTIONS(3225), + [anon_sym_LBRACK] = ACTIONS(3223), + [anon_sym_struct] = ACTIONS(3225), + [anon_sym_union] = ACTIONS(3225), + [anon_sym_pub] = ACTIONS(3225), + [anon_sym_mut] = ACTIONS(3225), + [anon_sym_enum] = ACTIONS(3225), + [anon_sym_interface] = ACTIONS(3225), + [anon_sym_PLUS_PLUS] = ACTIONS(3225), + [anon_sym_DASH_DASH] = ACTIONS(3225), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_BANG] = ACTIONS(3225), + [anon_sym_go] = ACTIONS(3225), + [anon_sym_spawn] = ACTIONS(3225), + [anon_sym_json_DOTdecode] = ACTIONS(3225), + [anon_sym_LBRACK2] = ACTIONS(3225), + [anon_sym_TILDE] = ACTIONS(3225), + [anon_sym_CARET] = ACTIONS(3225), + [anon_sym_AMP] = ACTIONS(3225), + [anon_sym_LT_DASH] = ACTIONS(3225), + [anon_sym_LT_LT] = ACTIONS(3225), + [anon_sym_GT_GT] = ACTIONS(3225), + [anon_sym_GT_GT_GT] = ACTIONS(3225), + [anon_sym_AMP_CARET] = ACTIONS(3225), + [anon_sym_AMP_AMP] = ACTIONS(3225), + [anon_sym_PIPE_PIPE] = ACTIONS(3225), + [anon_sym_or] = ACTIONS(3225), + [sym_none] = ACTIONS(3225), + [sym_true] = ACTIONS(3225), + [sym_false] = ACTIONS(3225), + [sym_nil] = ACTIONS(3225), + [anon_sym_QMARK_DOT] = ACTIONS(3225), + [anon_sym_POUND_LBRACK] = ACTIONS(3225), + [anon_sym_if] = ACTIONS(3225), + [anon_sym_DOLLARif] = ACTIONS(3225), + [anon_sym_is] = ACTIONS(3225), + [anon_sym_BANGis] = ACTIONS(3225), + [anon_sym_in] = ACTIONS(3225), + [anon_sym_BANGin] = ACTIONS(3225), + [anon_sym_match] = ACTIONS(3225), + [anon_sym_select] = ACTIONS(3225), + [anon_sym_STAR_EQ] = ACTIONS(3225), + [anon_sym_SLASH_EQ] = ACTIONS(3225), + [anon_sym_PERCENT_EQ] = ACTIONS(3225), + [anon_sym_LT_LT_EQ] = ACTIONS(3225), + [anon_sym_GT_GT_EQ] = ACTIONS(3225), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3225), + [anon_sym_AMP_EQ] = ACTIONS(3225), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3225), + [anon_sym_PLUS_EQ] = ACTIONS(3225), + [anon_sym_DASH_EQ] = ACTIONS(3225), + [anon_sym_PIPE_EQ] = ACTIONS(3225), + [anon_sym_CARET_EQ] = ACTIONS(3225), + [anon_sym_COLON_EQ] = ACTIONS(3225), + [anon_sym_lock] = ACTIONS(3225), + [anon_sym_rlock] = ACTIONS(3225), + [anon_sym_unsafe] = ACTIONS(3225), + [anon_sym_sql] = ACTIONS(3225), + [sym_int_literal] = ACTIONS(3225), + [sym_float_literal] = ACTIONS(3225), + [sym_rune_literal] = ACTIONS(3225), + [sym_pseudo_compile_time_identifier] = ACTIONS(3225), + [anon_sym_shared] = ACTIONS(3225), + [anon_sym_map_LBRACK] = ACTIONS(3225), + [anon_sym_chan] = ACTIONS(3225), + [anon_sym_thread] = ACTIONS(3225), + [anon_sym_atomic] = ACTIONS(3225), + [anon_sym_assert] = ACTIONS(3225), + [anon_sym_defer] = ACTIONS(3225), + [anon_sym_goto] = ACTIONS(3225), + [anon_sym_break] = ACTIONS(3225), + [anon_sym_continue] = ACTIONS(3225), + [anon_sym_return] = ACTIONS(3225), + [anon_sym_DOLLARfor] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(3225), + [anon_sym_POUND] = ACTIONS(3225), + [anon_sym_asm] = ACTIONS(3225), + [anon_sym_AT_LBRACK] = ACTIONS(3225), + [sym___double_quote] = ACTIONS(3225), + [sym___single_quote] = ACTIONS(3225), + [sym___c_double_quote] = ACTIONS(3225), + [sym___c_single_quote] = ACTIONS(3225), + [sym___r_double_quote] = ACTIONS(3225), + [sym___r_single_quote] = ACTIONS(3225), + }, + [647] = { + [sym_line_comment] = STATE(647), + [sym_block_comment] = STATE(647), + [sym__expression] = STATE(2844), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), - }, - [647] = { - [sym_line_comment] = STATE(647), - [sym_block_comment] = STATE(647), - [ts_builtin_sym_end] = ACTIONS(3209), - [sym_identifier] = ACTIONS(3211), - [anon_sym_LF] = ACTIONS(3211), - [anon_sym_CR] = ACTIONS(3211), - [anon_sym_CR_LF] = ACTIONS(3211), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3211), - [anon_sym_as] = ACTIONS(3211), - [anon_sym_LBRACE] = ACTIONS(3211), - [anon_sym_COMMA] = ACTIONS(3211), - [anon_sym_const] = ACTIONS(3211), - [anon_sym_LPAREN] = ACTIONS(3211), - [anon_sym_EQ] = ACTIONS(3211), - [anon_sym___global] = ACTIONS(3211), - [anon_sym_type] = ACTIONS(3211), - [anon_sym_PIPE] = ACTIONS(3211), - [anon_sym_fn] = ACTIONS(3211), - [anon_sym_PLUS] = ACTIONS(3211), - [anon_sym_DASH] = ACTIONS(3211), - [anon_sym_STAR] = ACTIONS(3211), - [anon_sym_SLASH] = ACTIONS(3211), - [anon_sym_PERCENT] = ACTIONS(3211), - [anon_sym_LT] = ACTIONS(3211), - [anon_sym_GT] = ACTIONS(3211), - [anon_sym_EQ_EQ] = ACTIONS(3211), - [anon_sym_BANG_EQ] = ACTIONS(3211), - [anon_sym_LT_EQ] = ACTIONS(3211), - [anon_sym_GT_EQ] = ACTIONS(3211), - [anon_sym_LBRACK] = ACTIONS(3209), - [anon_sym_struct] = ACTIONS(3211), - [anon_sym_union] = ACTIONS(3211), - [anon_sym_pub] = ACTIONS(3211), - [anon_sym_mut] = ACTIONS(3211), - [anon_sym_enum] = ACTIONS(3211), - [anon_sym_interface] = ACTIONS(3211), - [anon_sym_PLUS_PLUS] = ACTIONS(3211), - [anon_sym_DASH_DASH] = ACTIONS(3211), - [anon_sym_QMARK] = ACTIONS(3211), - [anon_sym_BANG] = ACTIONS(3211), - [anon_sym_go] = ACTIONS(3211), - [anon_sym_spawn] = ACTIONS(3211), - [anon_sym_json_DOTdecode] = ACTIONS(3211), - [anon_sym_LBRACK2] = ACTIONS(3211), - [anon_sym_TILDE] = ACTIONS(3211), - [anon_sym_CARET] = ACTIONS(3211), - [anon_sym_AMP] = ACTIONS(3211), - [anon_sym_LT_DASH] = ACTIONS(3211), - [anon_sym_LT_LT] = ACTIONS(3211), - [anon_sym_GT_GT] = ACTIONS(3211), - [anon_sym_GT_GT_GT] = ACTIONS(3211), - [anon_sym_AMP_CARET] = ACTIONS(3211), - [anon_sym_AMP_AMP] = ACTIONS(3211), - [anon_sym_PIPE_PIPE] = ACTIONS(3211), - [anon_sym_or] = ACTIONS(3211), - [sym_none] = ACTIONS(3211), - [sym_true] = ACTIONS(3211), - [sym_false] = ACTIONS(3211), - [sym_nil] = ACTIONS(3211), - [anon_sym_QMARK_DOT] = ACTIONS(3211), - [anon_sym_POUND_LBRACK] = ACTIONS(3211), - [anon_sym_if] = ACTIONS(3211), - [anon_sym_DOLLARif] = ACTIONS(3211), - [anon_sym_is] = ACTIONS(3211), - [anon_sym_BANGis] = ACTIONS(3211), - [anon_sym_in] = ACTIONS(3211), - [anon_sym_BANGin] = ACTIONS(3211), - [anon_sym_match] = ACTIONS(3211), - [anon_sym_select] = ACTIONS(3211), - [anon_sym_STAR_EQ] = ACTIONS(3211), - [anon_sym_SLASH_EQ] = ACTIONS(3211), - [anon_sym_PERCENT_EQ] = ACTIONS(3211), - [anon_sym_LT_LT_EQ] = ACTIONS(3211), - [anon_sym_GT_GT_EQ] = ACTIONS(3211), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3211), - [anon_sym_AMP_EQ] = ACTIONS(3211), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3211), - [anon_sym_PLUS_EQ] = ACTIONS(3211), - [anon_sym_DASH_EQ] = ACTIONS(3211), - [anon_sym_PIPE_EQ] = ACTIONS(3211), - [anon_sym_CARET_EQ] = ACTIONS(3211), - [anon_sym_COLON_EQ] = ACTIONS(3211), - [anon_sym_lock] = ACTIONS(3211), - [anon_sym_rlock] = ACTIONS(3211), - [anon_sym_unsafe] = ACTIONS(3211), - [anon_sym_sql] = ACTIONS(3211), - [sym_int_literal] = ACTIONS(3211), - [sym_float_literal] = ACTIONS(3211), - [sym_rune_literal] = ACTIONS(3211), - [sym_pseudo_compile_time_identifier] = ACTIONS(3211), - [anon_sym_shared] = ACTIONS(3211), - [anon_sym_map_LBRACK] = ACTIONS(3211), - [anon_sym_chan] = ACTIONS(3211), - [anon_sym_thread] = ACTIONS(3211), - [anon_sym_atomic] = ACTIONS(3211), - [anon_sym_assert] = ACTIONS(3211), - [anon_sym_defer] = ACTIONS(3211), - [anon_sym_goto] = ACTIONS(3211), - [anon_sym_break] = ACTIONS(3211), - [anon_sym_continue] = ACTIONS(3211), - [anon_sym_return] = ACTIONS(3211), - [anon_sym_DOLLARfor] = ACTIONS(3211), - [anon_sym_for] = ACTIONS(3211), - [anon_sym_POUND] = ACTIONS(3211), - [anon_sym_asm] = ACTIONS(3211), - [anon_sym_AT_LBRACK] = ACTIONS(3211), - [sym___double_quote] = ACTIONS(3211), - [sym___single_quote] = ACTIONS(3211), - [sym___c_double_quote] = ACTIONS(3211), - [sym___c_single_quote] = ACTIONS(3211), - [sym___r_double_quote] = ACTIONS(3211), - [sym___r_single_quote] = ACTIONS(3211), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [648] = { [sym_line_comment] = STATE(648), [sym_block_comment] = STATE(648), - [sym__expression] = STATE(1956), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [sym__expression] = STATE(2328), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [649] = { [sym_line_comment] = STATE(649), [sym_block_comment] = STATE(649), - [ts_builtin_sym_end] = ACTIONS(3213), - [sym_identifier] = ACTIONS(3215), - [anon_sym_LF] = ACTIONS(3215), - [anon_sym_CR] = ACTIONS(3215), - [anon_sym_CR_LF] = ACTIONS(3215), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3215), - [anon_sym_as] = ACTIONS(3215), - [anon_sym_LBRACE] = ACTIONS(3215), - [anon_sym_COMMA] = ACTIONS(3215), - [anon_sym_const] = ACTIONS(3215), - [anon_sym_LPAREN] = ACTIONS(3215), - [anon_sym_EQ] = ACTIONS(3215), - [anon_sym___global] = ACTIONS(3215), - [anon_sym_type] = ACTIONS(3215), - [anon_sym_PIPE] = ACTIONS(3215), - [anon_sym_fn] = ACTIONS(3215), - [anon_sym_PLUS] = ACTIONS(3215), - [anon_sym_DASH] = ACTIONS(3215), - [anon_sym_STAR] = ACTIONS(3215), - [anon_sym_SLASH] = ACTIONS(3215), - [anon_sym_PERCENT] = ACTIONS(3215), - [anon_sym_LT] = ACTIONS(3215), - [anon_sym_GT] = ACTIONS(3215), - [anon_sym_EQ_EQ] = ACTIONS(3215), - [anon_sym_BANG_EQ] = ACTIONS(3215), - [anon_sym_LT_EQ] = ACTIONS(3215), - [anon_sym_GT_EQ] = ACTIONS(3215), - [anon_sym_LBRACK] = ACTIONS(3213), - [anon_sym_struct] = ACTIONS(3215), - [anon_sym_union] = ACTIONS(3215), - [anon_sym_pub] = ACTIONS(3215), - [anon_sym_mut] = ACTIONS(3215), - [anon_sym_enum] = ACTIONS(3215), - [anon_sym_interface] = ACTIONS(3215), - [anon_sym_PLUS_PLUS] = ACTIONS(3215), - [anon_sym_DASH_DASH] = ACTIONS(3215), - [anon_sym_QMARK] = ACTIONS(3215), - [anon_sym_BANG] = ACTIONS(3215), - [anon_sym_go] = ACTIONS(3215), - [anon_sym_spawn] = ACTIONS(3215), - [anon_sym_json_DOTdecode] = ACTIONS(3215), - [anon_sym_LBRACK2] = ACTIONS(3215), - [anon_sym_TILDE] = ACTIONS(3215), - [anon_sym_CARET] = ACTIONS(3215), - [anon_sym_AMP] = ACTIONS(3215), - [anon_sym_LT_DASH] = ACTIONS(3215), - [anon_sym_LT_LT] = ACTIONS(3215), - [anon_sym_GT_GT] = ACTIONS(3215), - [anon_sym_GT_GT_GT] = ACTIONS(3215), - [anon_sym_AMP_CARET] = ACTIONS(3215), - [anon_sym_AMP_AMP] = ACTIONS(3215), - [anon_sym_PIPE_PIPE] = ACTIONS(3215), - [anon_sym_or] = ACTIONS(3215), - [sym_none] = ACTIONS(3215), - [sym_true] = ACTIONS(3215), - [sym_false] = ACTIONS(3215), - [sym_nil] = ACTIONS(3215), - [anon_sym_QMARK_DOT] = ACTIONS(3215), - [anon_sym_POUND_LBRACK] = ACTIONS(3215), - [anon_sym_if] = ACTIONS(3215), - [anon_sym_DOLLARif] = ACTIONS(3215), - [anon_sym_is] = ACTIONS(3215), - [anon_sym_BANGis] = ACTIONS(3215), - [anon_sym_in] = ACTIONS(3215), - [anon_sym_BANGin] = ACTIONS(3215), - [anon_sym_match] = ACTIONS(3215), - [anon_sym_select] = ACTIONS(3215), - [anon_sym_STAR_EQ] = ACTIONS(3215), - [anon_sym_SLASH_EQ] = ACTIONS(3215), - [anon_sym_PERCENT_EQ] = ACTIONS(3215), - [anon_sym_LT_LT_EQ] = ACTIONS(3215), - [anon_sym_GT_GT_EQ] = ACTIONS(3215), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3215), - [anon_sym_AMP_EQ] = ACTIONS(3215), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3215), - [anon_sym_PLUS_EQ] = ACTIONS(3215), - [anon_sym_DASH_EQ] = ACTIONS(3215), - [anon_sym_PIPE_EQ] = ACTIONS(3215), - [anon_sym_CARET_EQ] = ACTIONS(3215), - [anon_sym_COLON_EQ] = ACTIONS(3215), - [anon_sym_lock] = ACTIONS(3215), - [anon_sym_rlock] = ACTIONS(3215), - [anon_sym_unsafe] = ACTIONS(3215), - [anon_sym_sql] = ACTIONS(3215), - [sym_int_literal] = ACTIONS(3215), - [sym_float_literal] = ACTIONS(3215), - [sym_rune_literal] = ACTIONS(3215), - [sym_pseudo_compile_time_identifier] = ACTIONS(3215), - [anon_sym_shared] = ACTIONS(3215), - [anon_sym_map_LBRACK] = ACTIONS(3215), - [anon_sym_chan] = ACTIONS(3215), - [anon_sym_thread] = ACTIONS(3215), - [anon_sym_atomic] = ACTIONS(3215), - [anon_sym_assert] = ACTIONS(3215), - [anon_sym_defer] = ACTIONS(3215), - [anon_sym_goto] = ACTIONS(3215), - [anon_sym_break] = ACTIONS(3215), - [anon_sym_continue] = ACTIONS(3215), - [anon_sym_return] = ACTIONS(3215), - [anon_sym_DOLLARfor] = ACTIONS(3215), - [anon_sym_for] = ACTIONS(3215), - [anon_sym_POUND] = ACTIONS(3215), - [anon_sym_asm] = ACTIONS(3215), - [anon_sym_AT_LBRACK] = ACTIONS(3215), - [sym___double_quote] = ACTIONS(3215), - [sym___single_quote] = ACTIONS(3215), - [sym___c_double_quote] = ACTIONS(3215), - [sym___c_single_quote] = ACTIONS(3215), - [sym___r_double_quote] = ACTIONS(3215), - [sym___r_single_quote] = ACTIONS(3215), - }, - [650] = { - [sym_line_comment] = STATE(650), - [sym_block_comment] = STATE(650), - [sym__expression] = STATE(2850), + [sym__expression] = STATE(2831), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3664), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3666), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [650] = { + [sym_line_comment] = STATE(650), + [sym_block_comment] = STATE(650), + [ts_builtin_sym_end] = ACTIONS(3227), + [sym_identifier] = ACTIONS(3229), + [anon_sym_LF] = ACTIONS(3229), + [anon_sym_CR] = ACTIONS(3229), + [anon_sym_CR_LF] = ACTIONS(3229), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3229), + [anon_sym_as] = ACTIONS(3229), + [anon_sym_LBRACE] = ACTIONS(3229), + [anon_sym_COMMA] = ACTIONS(3229), + [anon_sym_const] = ACTIONS(3229), + [anon_sym_LPAREN] = ACTIONS(3229), + [anon_sym_EQ] = ACTIONS(3229), + [anon_sym___global] = ACTIONS(3229), + [anon_sym_type] = ACTIONS(3229), + [anon_sym_PIPE] = ACTIONS(3229), + [anon_sym_fn] = ACTIONS(3229), + [anon_sym_PLUS] = ACTIONS(3229), + [anon_sym_DASH] = ACTIONS(3229), + [anon_sym_STAR] = ACTIONS(3229), + [anon_sym_SLASH] = ACTIONS(3229), + [anon_sym_PERCENT] = ACTIONS(3229), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_GT] = ACTIONS(3229), + [anon_sym_EQ_EQ] = ACTIONS(3229), + [anon_sym_BANG_EQ] = ACTIONS(3229), + [anon_sym_LT_EQ] = ACTIONS(3229), + [anon_sym_GT_EQ] = ACTIONS(3229), + [anon_sym_LBRACK] = ACTIONS(3227), + [anon_sym_struct] = ACTIONS(3229), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_pub] = ACTIONS(3229), + [anon_sym_mut] = ACTIONS(3229), + [anon_sym_enum] = ACTIONS(3229), + [anon_sym_interface] = ACTIONS(3229), + [anon_sym_PLUS_PLUS] = ACTIONS(3229), + [anon_sym_DASH_DASH] = ACTIONS(3229), + [anon_sym_QMARK] = ACTIONS(3229), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_go] = ACTIONS(3229), + [anon_sym_spawn] = ACTIONS(3229), + [anon_sym_json_DOTdecode] = ACTIONS(3229), + [anon_sym_LBRACK2] = ACTIONS(3229), + [anon_sym_TILDE] = ACTIONS(3229), + [anon_sym_CARET] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3229), + [anon_sym_LT_DASH] = ACTIONS(3229), + [anon_sym_LT_LT] = ACTIONS(3229), + [anon_sym_GT_GT] = ACTIONS(3229), + [anon_sym_GT_GT_GT] = ACTIONS(3229), + [anon_sym_AMP_CARET] = ACTIONS(3229), + [anon_sym_AMP_AMP] = ACTIONS(3229), + [anon_sym_PIPE_PIPE] = ACTIONS(3229), + [anon_sym_or] = ACTIONS(3229), + [sym_none] = ACTIONS(3229), + [sym_true] = ACTIONS(3229), + [sym_false] = ACTIONS(3229), + [sym_nil] = ACTIONS(3229), + [anon_sym_QMARK_DOT] = ACTIONS(3229), + [anon_sym_POUND_LBRACK] = ACTIONS(3229), + [anon_sym_if] = ACTIONS(3229), + [anon_sym_DOLLARif] = ACTIONS(3229), + [anon_sym_is] = ACTIONS(3229), + [anon_sym_BANGis] = ACTIONS(3229), + [anon_sym_in] = ACTIONS(3229), + [anon_sym_BANGin] = ACTIONS(3229), + [anon_sym_match] = ACTIONS(3229), + [anon_sym_select] = ACTIONS(3229), + [anon_sym_STAR_EQ] = ACTIONS(3229), + [anon_sym_SLASH_EQ] = ACTIONS(3229), + [anon_sym_PERCENT_EQ] = ACTIONS(3229), + [anon_sym_LT_LT_EQ] = ACTIONS(3229), + [anon_sym_GT_GT_EQ] = ACTIONS(3229), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3229), + [anon_sym_AMP_EQ] = ACTIONS(3229), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3229), + [anon_sym_PLUS_EQ] = ACTIONS(3229), + [anon_sym_DASH_EQ] = ACTIONS(3229), + [anon_sym_PIPE_EQ] = ACTIONS(3229), + [anon_sym_CARET_EQ] = ACTIONS(3229), + [anon_sym_COLON_EQ] = ACTIONS(3229), + [anon_sym_lock] = ACTIONS(3229), + [anon_sym_rlock] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(3229), + [anon_sym_sql] = ACTIONS(3229), + [sym_int_literal] = ACTIONS(3229), + [sym_float_literal] = ACTIONS(3229), + [sym_rune_literal] = ACTIONS(3229), + [sym_pseudo_compile_time_identifier] = ACTIONS(3229), + [anon_sym_shared] = ACTIONS(3229), + [anon_sym_map_LBRACK] = ACTIONS(3229), + [anon_sym_chan] = ACTIONS(3229), + [anon_sym_thread] = ACTIONS(3229), + [anon_sym_atomic] = ACTIONS(3229), + [anon_sym_assert] = ACTIONS(3229), + [anon_sym_defer] = ACTIONS(3229), + [anon_sym_goto] = ACTIONS(3229), + [anon_sym_break] = ACTIONS(3229), + [anon_sym_continue] = ACTIONS(3229), + [anon_sym_return] = ACTIONS(3229), + [anon_sym_DOLLARfor] = ACTIONS(3229), + [anon_sym_for] = ACTIONS(3229), + [anon_sym_POUND] = ACTIONS(3229), + [anon_sym_asm] = ACTIONS(3229), + [anon_sym_AT_LBRACK] = ACTIONS(3229), + [sym___double_quote] = ACTIONS(3229), + [sym___single_quote] = ACTIONS(3229), + [sym___c_double_quote] = ACTIONS(3229), + [sym___c_single_quote] = ACTIONS(3229), + [sym___r_double_quote] = ACTIONS(3229), + [sym___r_single_quote] = ACTIONS(3229), }, [651] = { [sym_line_comment] = STATE(651), [sym_block_comment] = STATE(651), - [sym__expression] = STATE(2895), + [ts_builtin_sym_end] = ACTIONS(3231), + [sym_identifier] = ACTIONS(3233), + [anon_sym_LF] = ACTIONS(3233), + [anon_sym_CR] = ACTIONS(3233), + [anon_sym_CR_LF] = ACTIONS(3233), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3233), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(3233), + [anon_sym_COMMA] = ACTIONS(3233), + [anon_sym_const] = ACTIONS(3233), + [anon_sym_LPAREN] = ACTIONS(3233), + [anon_sym_EQ] = ACTIONS(3233), + [anon_sym___global] = ACTIONS(3233), + [anon_sym_type] = ACTIONS(3233), + [anon_sym_PIPE] = ACTIONS(3233), + [anon_sym_fn] = ACTIONS(3233), + [anon_sym_PLUS] = ACTIONS(3233), + [anon_sym_DASH] = ACTIONS(3233), + [anon_sym_STAR] = ACTIONS(3233), + [anon_sym_SLASH] = ACTIONS(3233), + [anon_sym_PERCENT] = ACTIONS(3233), + [anon_sym_LT] = ACTIONS(3233), + [anon_sym_GT] = ACTIONS(3233), + [anon_sym_EQ_EQ] = ACTIONS(3233), + [anon_sym_BANG_EQ] = ACTIONS(3233), + [anon_sym_LT_EQ] = ACTIONS(3233), + [anon_sym_GT_EQ] = ACTIONS(3233), + [anon_sym_LBRACK] = ACTIONS(3231), + [anon_sym_struct] = ACTIONS(3233), + [anon_sym_union] = ACTIONS(3233), + [anon_sym_pub] = ACTIONS(3233), + [anon_sym_mut] = ACTIONS(3233), + [anon_sym_enum] = ACTIONS(3233), + [anon_sym_interface] = ACTIONS(3233), + [anon_sym_PLUS_PLUS] = ACTIONS(3233), + [anon_sym_DASH_DASH] = ACTIONS(3233), + [anon_sym_QMARK] = ACTIONS(3233), + [anon_sym_BANG] = ACTIONS(3233), + [anon_sym_go] = ACTIONS(3233), + [anon_sym_spawn] = ACTIONS(3233), + [anon_sym_json_DOTdecode] = ACTIONS(3233), + [anon_sym_LBRACK2] = ACTIONS(3233), + [anon_sym_TILDE] = ACTIONS(3233), + [anon_sym_CARET] = ACTIONS(3233), + [anon_sym_AMP] = ACTIONS(3233), + [anon_sym_LT_DASH] = ACTIONS(3233), + [anon_sym_LT_LT] = ACTIONS(3233), + [anon_sym_GT_GT] = ACTIONS(3233), + [anon_sym_GT_GT_GT] = ACTIONS(3233), + [anon_sym_AMP_CARET] = ACTIONS(3233), + [anon_sym_AMP_AMP] = ACTIONS(3233), + [anon_sym_PIPE_PIPE] = ACTIONS(3233), + [anon_sym_or] = ACTIONS(3233), + [sym_none] = ACTIONS(3233), + [sym_true] = ACTIONS(3233), + [sym_false] = ACTIONS(3233), + [sym_nil] = ACTIONS(3233), + [anon_sym_QMARK_DOT] = ACTIONS(3233), + [anon_sym_POUND_LBRACK] = ACTIONS(3233), + [anon_sym_if] = ACTIONS(3233), + [anon_sym_DOLLARif] = ACTIONS(3233), + [anon_sym_is] = ACTIONS(3233), + [anon_sym_BANGis] = ACTIONS(3233), + [anon_sym_in] = ACTIONS(3233), + [anon_sym_BANGin] = ACTIONS(3233), + [anon_sym_match] = ACTIONS(3233), + [anon_sym_select] = ACTIONS(3233), + [anon_sym_STAR_EQ] = ACTIONS(3233), + [anon_sym_SLASH_EQ] = ACTIONS(3233), + [anon_sym_PERCENT_EQ] = ACTIONS(3233), + [anon_sym_LT_LT_EQ] = ACTIONS(3233), + [anon_sym_GT_GT_EQ] = ACTIONS(3233), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3233), + [anon_sym_AMP_EQ] = ACTIONS(3233), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3233), + [anon_sym_PLUS_EQ] = ACTIONS(3233), + [anon_sym_DASH_EQ] = ACTIONS(3233), + [anon_sym_PIPE_EQ] = ACTIONS(3233), + [anon_sym_CARET_EQ] = ACTIONS(3233), + [anon_sym_COLON_EQ] = ACTIONS(3233), + [anon_sym_lock] = ACTIONS(3233), + [anon_sym_rlock] = ACTIONS(3233), + [anon_sym_unsafe] = ACTIONS(3233), + [anon_sym_sql] = ACTIONS(3233), + [sym_int_literal] = ACTIONS(3233), + [sym_float_literal] = ACTIONS(3233), + [sym_rune_literal] = ACTIONS(3233), + [sym_pseudo_compile_time_identifier] = ACTIONS(3233), + [anon_sym_shared] = ACTIONS(3233), + [anon_sym_map_LBRACK] = ACTIONS(3233), + [anon_sym_chan] = ACTIONS(3233), + [anon_sym_thread] = ACTIONS(3233), + [anon_sym_atomic] = ACTIONS(3233), + [anon_sym_assert] = ACTIONS(3233), + [anon_sym_defer] = ACTIONS(3233), + [anon_sym_goto] = ACTIONS(3233), + [anon_sym_break] = ACTIONS(3233), + [anon_sym_continue] = ACTIONS(3233), + [anon_sym_return] = ACTIONS(3233), + [anon_sym_DOLLARfor] = ACTIONS(3233), + [anon_sym_for] = ACTIONS(3233), + [anon_sym_POUND] = ACTIONS(3233), + [anon_sym_asm] = ACTIONS(3233), + [anon_sym_AT_LBRACK] = ACTIONS(3233), + [sym___double_quote] = ACTIONS(3233), + [sym___single_quote] = ACTIONS(3233), + [sym___c_double_quote] = ACTIONS(3233), + [sym___c_single_quote] = ACTIONS(3233), + [sym___r_double_quote] = ACTIONS(3233), + [sym___r_single_quote] = ACTIONS(3233), + }, + [652] = { + [sym_line_comment] = STATE(652), + [sym_block_comment] = STATE(652), + [sym__expression] = STATE(2907), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2967), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2966), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [652] = { - [sym_line_comment] = STATE(652), - [sym_block_comment] = STATE(652), - [ts_builtin_sym_end] = ACTIONS(3217), - [sym_identifier] = ACTIONS(3219), - [anon_sym_LF] = ACTIONS(3219), - [anon_sym_CR] = ACTIONS(3219), - [anon_sym_CR_LF] = ACTIONS(3219), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3219), - [anon_sym_as] = ACTIONS(3219), - [anon_sym_LBRACE] = ACTIONS(3219), - [anon_sym_COMMA] = ACTIONS(3219), - [anon_sym_const] = ACTIONS(3219), - [anon_sym_LPAREN] = ACTIONS(3219), - [anon_sym_EQ] = ACTIONS(3219), - [anon_sym___global] = ACTIONS(3219), - [anon_sym_type] = ACTIONS(3219), - [anon_sym_PIPE] = ACTIONS(3219), - [anon_sym_fn] = ACTIONS(3219), - [anon_sym_PLUS] = ACTIONS(3219), - [anon_sym_DASH] = ACTIONS(3219), - [anon_sym_STAR] = ACTIONS(3219), - [anon_sym_SLASH] = ACTIONS(3219), - [anon_sym_PERCENT] = ACTIONS(3219), - [anon_sym_LT] = ACTIONS(3219), - [anon_sym_GT] = ACTIONS(3219), - [anon_sym_EQ_EQ] = ACTIONS(3219), - [anon_sym_BANG_EQ] = ACTIONS(3219), - [anon_sym_LT_EQ] = ACTIONS(3219), - [anon_sym_GT_EQ] = ACTIONS(3219), - [anon_sym_LBRACK] = ACTIONS(3217), - [anon_sym_struct] = ACTIONS(3219), - [anon_sym_union] = ACTIONS(3219), - [anon_sym_pub] = ACTIONS(3219), - [anon_sym_mut] = ACTIONS(3219), - [anon_sym_enum] = ACTIONS(3219), - [anon_sym_interface] = ACTIONS(3219), - [anon_sym_PLUS_PLUS] = ACTIONS(3219), - [anon_sym_DASH_DASH] = ACTIONS(3219), - [anon_sym_QMARK] = ACTIONS(3219), - [anon_sym_BANG] = ACTIONS(3219), - [anon_sym_go] = ACTIONS(3219), - [anon_sym_spawn] = ACTIONS(3219), - [anon_sym_json_DOTdecode] = ACTIONS(3219), - [anon_sym_LBRACK2] = ACTIONS(3219), - [anon_sym_TILDE] = ACTIONS(3219), - [anon_sym_CARET] = ACTIONS(3219), - [anon_sym_AMP] = ACTIONS(3219), - [anon_sym_LT_DASH] = ACTIONS(3219), - [anon_sym_LT_LT] = ACTIONS(3219), - [anon_sym_GT_GT] = ACTIONS(3219), - [anon_sym_GT_GT_GT] = ACTIONS(3219), - [anon_sym_AMP_CARET] = ACTIONS(3219), - [anon_sym_AMP_AMP] = ACTIONS(3219), - [anon_sym_PIPE_PIPE] = ACTIONS(3219), - [anon_sym_or] = ACTIONS(3219), - [sym_none] = ACTIONS(3219), - [sym_true] = ACTIONS(3219), - [sym_false] = ACTIONS(3219), - [sym_nil] = ACTIONS(3219), - [anon_sym_QMARK_DOT] = ACTIONS(3219), - [anon_sym_POUND_LBRACK] = ACTIONS(3219), - [anon_sym_if] = ACTIONS(3219), - [anon_sym_DOLLARif] = ACTIONS(3219), - [anon_sym_is] = ACTIONS(3219), - [anon_sym_BANGis] = ACTIONS(3219), - [anon_sym_in] = ACTIONS(3219), - [anon_sym_BANGin] = ACTIONS(3219), - [anon_sym_match] = ACTIONS(3219), - [anon_sym_select] = ACTIONS(3219), - [anon_sym_STAR_EQ] = ACTIONS(3219), - [anon_sym_SLASH_EQ] = ACTIONS(3219), - [anon_sym_PERCENT_EQ] = ACTIONS(3219), - [anon_sym_LT_LT_EQ] = ACTIONS(3219), - [anon_sym_GT_GT_EQ] = ACTIONS(3219), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3219), - [anon_sym_AMP_EQ] = ACTIONS(3219), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3219), - [anon_sym_PLUS_EQ] = ACTIONS(3219), - [anon_sym_DASH_EQ] = ACTIONS(3219), - [anon_sym_PIPE_EQ] = ACTIONS(3219), - [anon_sym_CARET_EQ] = ACTIONS(3219), - [anon_sym_COLON_EQ] = ACTIONS(3219), - [anon_sym_lock] = ACTIONS(3219), - [anon_sym_rlock] = ACTIONS(3219), - [anon_sym_unsafe] = ACTIONS(3219), - [anon_sym_sql] = ACTIONS(3219), - [sym_int_literal] = ACTIONS(3219), - [sym_float_literal] = ACTIONS(3219), - [sym_rune_literal] = ACTIONS(3219), - [sym_pseudo_compile_time_identifier] = ACTIONS(3219), - [anon_sym_shared] = ACTIONS(3219), - [anon_sym_map_LBRACK] = ACTIONS(3219), - [anon_sym_chan] = ACTIONS(3219), - [anon_sym_thread] = ACTIONS(3219), - [anon_sym_atomic] = ACTIONS(3219), - [anon_sym_assert] = ACTIONS(3219), - [anon_sym_defer] = ACTIONS(3219), - [anon_sym_goto] = ACTIONS(3219), - [anon_sym_break] = ACTIONS(3219), - [anon_sym_continue] = ACTIONS(3219), - [anon_sym_return] = ACTIONS(3219), - [anon_sym_DOLLARfor] = ACTIONS(3219), - [anon_sym_for] = ACTIONS(3219), - [anon_sym_POUND] = ACTIONS(3219), - [anon_sym_asm] = ACTIONS(3219), - [anon_sym_AT_LBRACK] = ACTIONS(3219), - [sym___double_quote] = ACTIONS(3219), - [sym___single_quote] = ACTIONS(3219), - [sym___c_double_quote] = ACTIONS(3219), - [sym___c_single_quote] = ACTIONS(3219), - [sym___r_double_quote] = ACTIONS(3219), - [sym___r_single_quote] = ACTIONS(3219), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [653] = { [sym_line_comment] = STATE(653), [sym_block_comment] = STATE(653), - [sym__expression] = STATE(2331), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(1823), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4260), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(703), + [anon_sym_LBRACE] = ACTIONS(3157), + [anon_sym_LPAREN] = ACTIONS(709), + [anon_sym_fn] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(713), + [anon_sym_DASH] = ACTIONS(713), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(719), + [anon_sym_go] = ACTIONS(721), + [anon_sym_spawn] = ACTIONS(723), + [anon_sym_json_DOTdecode] = ACTIONS(725), + [anon_sym_LBRACK2] = ACTIONS(727), + [anon_sym_TILDE] = ACTIONS(713), + [anon_sym_CARET] = ACTIONS(713), + [anon_sym_AMP] = ACTIONS(729), + [anon_sym_LT_DASH] = ACTIONS(731), + [sym_none] = ACTIONS(733), + [sym_true] = ACTIONS(733), + [sym_false] = ACTIONS(733), + [sym_nil] = ACTIONS(733), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), + [sym_int_literal] = ACTIONS(733), + [sym_float_literal] = ACTIONS(751), + [sym_rune_literal] = ACTIONS(751), + [sym_pseudo_compile_time_identifier] = ACTIONS(753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(755), + [sym___single_quote] = ACTIONS(757), + [sym___c_double_quote] = ACTIONS(759), + [sym___c_single_quote] = ACTIONS(761), + [sym___r_double_quote] = ACTIONS(763), + [sym___r_single_quote] = ACTIONS(765), }, [654] = { [sym_line_comment] = STATE(654), [sym_block_comment] = STATE(654), - [sym__expression] = STATE(1683), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4293), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [ts_builtin_sym_end] = ACTIONS(3235), + [sym_identifier] = ACTIONS(3237), + [anon_sym_LF] = ACTIONS(3237), + [anon_sym_CR] = ACTIONS(3237), + [anon_sym_CR_LF] = ACTIONS(3237), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3237), + [anon_sym_as] = ACTIONS(3237), + [anon_sym_LBRACE] = ACTIONS(3237), + [anon_sym_COMMA] = ACTIONS(3237), + [anon_sym_const] = ACTIONS(3237), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym_EQ] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(3237), + [anon_sym_type] = ACTIONS(3237), + [anon_sym_PIPE] = ACTIONS(3237), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_PLUS] = ACTIONS(3237), + [anon_sym_DASH] = ACTIONS(3237), + [anon_sym_STAR] = ACTIONS(3237), + [anon_sym_SLASH] = ACTIONS(3237), + [anon_sym_PERCENT] = ACTIONS(3237), + [anon_sym_LT] = ACTIONS(3237), + [anon_sym_GT] = ACTIONS(3237), + [anon_sym_EQ_EQ] = ACTIONS(3237), + [anon_sym_BANG_EQ] = ACTIONS(3237), + [anon_sym_LT_EQ] = ACTIONS(3237), + [anon_sym_GT_EQ] = ACTIONS(3237), + [anon_sym_LBRACK] = ACTIONS(3235), + [anon_sym_struct] = ACTIONS(3237), + [anon_sym_union] = ACTIONS(3237), + [anon_sym_pub] = ACTIONS(3237), + [anon_sym_mut] = ACTIONS(3237), + [anon_sym_enum] = ACTIONS(3237), + [anon_sym_interface] = ACTIONS(3237), + [anon_sym_PLUS_PLUS] = ACTIONS(3237), + [anon_sym_DASH_DASH] = ACTIONS(3237), + [anon_sym_QMARK] = ACTIONS(3237), + [anon_sym_BANG] = ACTIONS(3237), + [anon_sym_go] = ACTIONS(3237), + [anon_sym_spawn] = ACTIONS(3237), + [anon_sym_json_DOTdecode] = ACTIONS(3237), + [anon_sym_LBRACK2] = ACTIONS(3237), + [anon_sym_TILDE] = ACTIONS(3237), + [anon_sym_CARET] = ACTIONS(3237), + [anon_sym_AMP] = ACTIONS(3237), + [anon_sym_LT_DASH] = ACTIONS(3237), + [anon_sym_LT_LT] = ACTIONS(3237), + [anon_sym_GT_GT] = ACTIONS(3237), + [anon_sym_GT_GT_GT] = ACTIONS(3237), + [anon_sym_AMP_CARET] = ACTIONS(3237), + [anon_sym_AMP_AMP] = ACTIONS(3237), + [anon_sym_PIPE_PIPE] = ACTIONS(3237), + [anon_sym_or] = ACTIONS(3237), + [sym_none] = ACTIONS(3237), + [sym_true] = ACTIONS(3237), + [sym_false] = ACTIONS(3237), + [sym_nil] = ACTIONS(3237), + [anon_sym_QMARK_DOT] = ACTIONS(3237), + [anon_sym_POUND_LBRACK] = ACTIONS(3237), + [anon_sym_if] = ACTIONS(3237), + [anon_sym_DOLLARif] = ACTIONS(3237), + [anon_sym_is] = ACTIONS(3237), + [anon_sym_BANGis] = ACTIONS(3237), + [anon_sym_in] = ACTIONS(3237), + [anon_sym_BANGin] = ACTIONS(3237), + [anon_sym_match] = ACTIONS(3237), + [anon_sym_select] = ACTIONS(3237), + [anon_sym_STAR_EQ] = ACTIONS(3237), + [anon_sym_SLASH_EQ] = ACTIONS(3237), + [anon_sym_PERCENT_EQ] = ACTIONS(3237), + [anon_sym_LT_LT_EQ] = ACTIONS(3237), + [anon_sym_GT_GT_EQ] = ACTIONS(3237), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3237), + [anon_sym_AMP_EQ] = ACTIONS(3237), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3237), + [anon_sym_PLUS_EQ] = ACTIONS(3237), + [anon_sym_DASH_EQ] = ACTIONS(3237), + [anon_sym_PIPE_EQ] = ACTIONS(3237), + [anon_sym_CARET_EQ] = ACTIONS(3237), + [anon_sym_COLON_EQ] = ACTIONS(3237), + [anon_sym_lock] = ACTIONS(3237), + [anon_sym_rlock] = ACTIONS(3237), + [anon_sym_unsafe] = ACTIONS(3237), + [anon_sym_sql] = ACTIONS(3237), + [sym_int_literal] = ACTIONS(3237), + [sym_float_literal] = ACTIONS(3237), + [sym_rune_literal] = ACTIONS(3237), + [sym_pseudo_compile_time_identifier] = ACTIONS(3237), + [anon_sym_shared] = ACTIONS(3237), + [anon_sym_map_LBRACK] = ACTIONS(3237), + [anon_sym_chan] = ACTIONS(3237), + [anon_sym_thread] = ACTIONS(3237), + [anon_sym_atomic] = ACTIONS(3237), + [anon_sym_assert] = ACTIONS(3237), + [anon_sym_defer] = ACTIONS(3237), + [anon_sym_goto] = ACTIONS(3237), + [anon_sym_break] = ACTIONS(3237), + [anon_sym_continue] = ACTIONS(3237), + [anon_sym_return] = ACTIONS(3237), + [anon_sym_DOLLARfor] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(3237), + [anon_sym_POUND] = ACTIONS(3237), + [anon_sym_asm] = ACTIONS(3237), + [anon_sym_AT_LBRACK] = ACTIONS(3237), + [sym___double_quote] = ACTIONS(3237), + [sym___single_quote] = ACTIONS(3237), + [sym___c_double_quote] = ACTIONS(3237), + [sym___c_single_quote] = ACTIONS(3237), + [sym___r_double_quote] = ACTIONS(3237), + [sym___r_single_quote] = ACTIONS(3237), }, [655] = { [sym_line_comment] = STATE(655), [sym_block_comment] = STATE(655), - [sym__expression] = STATE(2326), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), + [sym__expression] = STATE(2177), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [656] = { [sym_line_comment] = STATE(656), [sym_block_comment] = STATE(656), - [sym__expression] = STATE(2704), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [ts_builtin_sym_end] = ACTIONS(3239), + [sym_identifier] = ACTIONS(3241), + [anon_sym_LF] = ACTIONS(3241), + [anon_sym_CR] = ACTIONS(3241), + [anon_sym_CR_LF] = ACTIONS(3241), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3241), + [anon_sym_as] = ACTIONS(3241), + [anon_sym_LBRACE] = ACTIONS(3241), + [anon_sym_COMMA] = ACTIONS(3241), + [anon_sym_const] = ACTIONS(3241), + [anon_sym_LPAREN] = ACTIONS(3241), + [anon_sym_EQ] = ACTIONS(3241), + [anon_sym___global] = ACTIONS(3241), + [anon_sym_type] = ACTIONS(3241), + [anon_sym_PIPE] = ACTIONS(3241), + [anon_sym_fn] = ACTIONS(3241), + [anon_sym_PLUS] = ACTIONS(3241), + [anon_sym_DASH] = ACTIONS(3241), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3241), + [anon_sym_GT] = ACTIONS(3241), + [anon_sym_EQ_EQ] = ACTIONS(3241), + [anon_sym_BANG_EQ] = ACTIONS(3241), + [anon_sym_LT_EQ] = ACTIONS(3241), + [anon_sym_GT_EQ] = ACTIONS(3241), + [anon_sym_LBRACK] = ACTIONS(3239), + [anon_sym_struct] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3241), + [anon_sym_pub] = ACTIONS(3241), + [anon_sym_mut] = ACTIONS(3241), + [anon_sym_enum] = ACTIONS(3241), + [anon_sym_interface] = ACTIONS(3241), + [anon_sym_PLUS_PLUS] = ACTIONS(3241), + [anon_sym_DASH_DASH] = ACTIONS(3241), + [anon_sym_QMARK] = ACTIONS(3241), + [anon_sym_BANG] = ACTIONS(3241), + [anon_sym_go] = ACTIONS(3241), + [anon_sym_spawn] = ACTIONS(3241), + [anon_sym_json_DOTdecode] = ACTIONS(3241), + [anon_sym_LBRACK2] = ACTIONS(3241), + [anon_sym_TILDE] = ACTIONS(3241), + [anon_sym_CARET] = ACTIONS(3241), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(3241), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3241), + [anon_sym_PIPE_PIPE] = ACTIONS(3241), + [anon_sym_or] = ACTIONS(3241), + [sym_none] = ACTIONS(3241), + [sym_true] = ACTIONS(3241), + [sym_false] = ACTIONS(3241), + [sym_nil] = ACTIONS(3241), + [anon_sym_QMARK_DOT] = ACTIONS(3241), + [anon_sym_POUND_LBRACK] = ACTIONS(3241), + [anon_sym_if] = ACTIONS(3241), + [anon_sym_DOLLARif] = ACTIONS(3241), + [anon_sym_is] = ACTIONS(3241), + [anon_sym_BANGis] = ACTIONS(3241), + [anon_sym_in] = ACTIONS(3241), + [anon_sym_BANGin] = ACTIONS(3241), + [anon_sym_match] = ACTIONS(3241), + [anon_sym_select] = ACTIONS(3241), + [anon_sym_STAR_EQ] = ACTIONS(3241), + [anon_sym_SLASH_EQ] = ACTIONS(3241), + [anon_sym_PERCENT_EQ] = ACTIONS(3241), + [anon_sym_LT_LT_EQ] = ACTIONS(3241), + [anon_sym_GT_GT_EQ] = ACTIONS(3241), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3241), + [anon_sym_AMP_EQ] = ACTIONS(3241), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3241), + [anon_sym_PLUS_EQ] = ACTIONS(3241), + [anon_sym_DASH_EQ] = ACTIONS(3241), + [anon_sym_PIPE_EQ] = ACTIONS(3241), + [anon_sym_CARET_EQ] = ACTIONS(3241), + [anon_sym_COLON_EQ] = ACTIONS(3241), + [anon_sym_lock] = ACTIONS(3241), + [anon_sym_rlock] = ACTIONS(3241), + [anon_sym_unsafe] = ACTIONS(3241), + [anon_sym_sql] = ACTIONS(3241), + [sym_int_literal] = ACTIONS(3241), + [sym_float_literal] = ACTIONS(3241), + [sym_rune_literal] = ACTIONS(3241), + [sym_pseudo_compile_time_identifier] = ACTIONS(3241), + [anon_sym_shared] = ACTIONS(3241), + [anon_sym_map_LBRACK] = ACTIONS(3241), + [anon_sym_chan] = ACTIONS(3241), + [anon_sym_thread] = ACTIONS(3241), + [anon_sym_atomic] = ACTIONS(3241), + [anon_sym_assert] = ACTIONS(3241), + [anon_sym_defer] = ACTIONS(3241), + [anon_sym_goto] = ACTIONS(3241), + [anon_sym_break] = ACTIONS(3241), + [anon_sym_continue] = ACTIONS(3241), + [anon_sym_return] = ACTIONS(3241), + [anon_sym_DOLLARfor] = ACTIONS(3241), + [anon_sym_for] = ACTIONS(3241), + [anon_sym_POUND] = ACTIONS(3241), + [anon_sym_asm] = ACTIONS(3241), + [anon_sym_AT_LBRACK] = ACTIONS(3241), + [sym___double_quote] = ACTIONS(3241), + [sym___single_quote] = ACTIONS(3241), + [sym___c_double_quote] = ACTIONS(3241), + [sym___c_single_quote] = ACTIONS(3241), + [sym___r_double_quote] = ACTIONS(3241), + [sym___r_single_quote] = ACTIONS(3241), + }, + [657] = { + [sym_line_comment] = STATE(657), + [sym_block_comment] = STATE(657), + [sym__expression] = STATE(2329), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, - [657] = { - [sym_line_comment] = STATE(657), - [sym_block_comment] = STATE(657), - [ts_builtin_sym_end] = ACTIONS(3221), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LF] = ACTIONS(3223), - [anon_sym_CR] = ACTIONS(3223), - [anon_sym_CR_LF] = ACTIONS(3223), + [658] = { + [sym_line_comment] = STATE(658), + [sym_block_comment] = STATE(658), + [ts_builtin_sym_end] = ACTIONS(3243), + [sym_identifier] = ACTIONS(3245), + [anon_sym_LF] = ACTIONS(3245), + [anon_sym_CR] = ACTIONS(3245), + [anon_sym_CR_LF] = ACTIONS(3245), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3223), - [anon_sym_as] = ACTIONS(3223), - [anon_sym_LBRACE] = ACTIONS(3223), - [anon_sym_COMMA] = ACTIONS(3223), - [anon_sym_const] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3223), - [anon_sym_EQ] = ACTIONS(3223), - [anon_sym___global] = ACTIONS(3223), - [anon_sym_type] = ACTIONS(3223), - [anon_sym_PIPE] = ACTIONS(3223), - [anon_sym_fn] = ACTIONS(3223), - [anon_sym_PLUS] = ACTIONS(3223), - [anon_sym_DASH] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3223), - [anon_sym_SLASH] = ACTIONS(3223), - [anon_sym_PERCENT] = ACTIONS(3223), - [anon_sym_LT] = ACTIONS(3223), - [anon_sym_GT] = ACTIONS(3223), - [anon_sym_EQ_EQ] = ACTIONS(3223), - [anon_sym_BANG_EQ] = ACTIONS(3223), - [anon_sym_LT_EQ] = ACTIONS(3223), - [anon_sym_GT_EQ] = ACTIONS(3223), - [anon_sym_LBRACK] = ACTIONS(3221), - [anon_sym_struct] = ACTIONS(3223), - [anon_sym_union] = ACTIONS(3223), - [anon_sym_pub] = ACTIONS(3223), - [anon_sym_mut] = ACTIONS(3223), - [anon_sym_enum] = ACTIONS(3223), - [anon_sym_interface] = ACTIONS(3223), - [anon_sym_PLUS_PLUS] = ACTIONS(3223), - [anon_sym_DASH_DASH] = ACTIONS(3223), - [anon_sym_QMARK] = ACTIONS(3223), - [anon_sym_BANG] = ACTIONS(3223), - [anon_sym_go] = ACTIONS(3223), - [anon_sym_spawn] = ACTIONS(3223), - [anon_sym_json_DOTdecode] = ACTIONS(3223), - [anon_sym_LBRACK2] = ACTIONS(3223), - [anon_sym_TILDE] = ACTIONS(3223), - [anon_sym_CARET] = ACTIONS(3223), - [anon_sym_AMP] = ACTIONS(3223), - [anon_sym_LT_DASH] = ACTIONS(3223), - [anon_sym_LT_LT] = ACTIONS(3223), - [anon_sym_GT_GT] = ACTIONS(3223), - [anon_sym_GT_GT_GT] = ACTIONS(3223), - [anon_sym_AMP_CARET] = ACTIONS(3223), - [anon_sym_AMP_AMP] = ACTIONS(3223), - [anon_sym_PIPE_PIPE] = ACTIONS(3223), - [anon_sym_or] = ACTIONS(3223), - [sym_none] = ACTIONS(3223), - [sym_true] = ACTIONS(3223), - [sym_false] = ACTIONS(3223), - [sym_nil] = ACTIONS(3223), - [anon_sym_QMARK_DOT] = ACTIONS(3223), - [anon_sym_POUND_LBRACK] = ACTIONS(3223), - [anon_sym_if] = ACTIONS(3223), - [anon_sym_DOLLARif] = ACTIONS(3223), - [anon_sym_is] = ACTIONS(3223), - [anon_sym_BANGis] = ACTIONS(3223), - [anon_sym_in] = ACTIONS(3223), - [anon_sym_BANGin] = ACTIONS(3223), - [anon_sym_match] = ACTIONS(3223), - [anon_sym_select] = ACTIONS(3223), - [anon_sym_STAR_EQ] = ACTIONS(3223), - [anon_sym_SLASH_EQ] = ACTIONS(3223), - [anon_sym_PERCENT_EQ] = ACTIONS(3223), - [anon_sym_LT_LT_EQ] = ACTIONS(3223), - [anon_sym_GT_GT_EQ] = ACTIONS(3223), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3223), - [anon_sym_AMP_EQ] = ACTIONS(3223), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3223), - [anon_sym_PLUS_EQ] = ACTIONS(3223), - [anon_sym_DASH_EQ] = ACTIONS(3223), - [anon_sym_PIPE_EQ] = ACTIONS(3223), - [anon_sym_CARET_EQ] = ACTIONS(3223), - [anon_sym_COLON_EQ] = ACTIONS(3223), - [anon_sym_lock] = ACTIONS(3223), - [anon_sym_rlock] = ACTIONS(3223), - [anon_sym_unsafe] = ACTIONS(3223), - [anon_sym_sql] = ACTIONS(3223), - [sym_int_literal] = ACTIONS(3223), - [sym_float_literal] = ACTIONS(3223), - [sym_rune_literal] = ACTIONS(3223), - [sym_pseudo_compile_time_identifier] = ACTIONS(3223), - [anon_sym_shared] = ACTIONS(3223), - [anon_sym_map_LBRACK] = ACTIONS(3223), - [anon_sym_chan] = ACTIONS(3223), - [anon_sym_thread] = ACTIONS(3223), - [anon_sym_atomic] = ACTIONS(3223), - [anon_sym_assert] = ACTIONS(3223), - [anon_sym_defer] = ACTIONS(3223), - [anon_sym_goto] = ACTIONS(3223), - [anon_sym_break] = ACTIONS(3223), - [anon_sym_continue] = ACTIONS(3223), - [anon_sym_return] = ACTIONS(3223), - [anon_sym_DOLLARfor] = ACTIONS(3223), - [anon_sym_for] = ACTIONS(3223), - [anon_sym_POUND] = ACTIONS(3223), - [anon_sym_asm] = ACTIONS(3223), - [anon_sym_AT_LBRACK] = ACTIONS(3223), - [sym___double_quote] = ACTIONS(3223), - [sym___single_quote] = ACTIONS(3223), - [sym___c_double_quote] = ACTIONS(3223), - [sym___c_single_quote] = ACTIONS(3223), - [sym___r_double_quote] = ACTIONS(3223), - [sym___r_single_quote] = ACTIONS(3223), - }, - [658] = { - [sym_line_comment] = STATE(658), - [sym_block_comment] = STATE(658), - [ts_builtin_sym_end] = ACTIONS(3225), - [sym_identifier] = ACTIONS(3227), - [anon_sym_LF] = ACTIONS(3227), - [anon_sym_CR] = ACTIONS(3227), - [anon_sym_CR_LF] = ACTIONS(3227), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3227), - [anon_sym_as] = ACTIONS(3227), - [anon_sym_LBRACE] = ACTIONS(3227), - [anon_sym_COMMA] = ACTIONS(3227), - [anon_sym_const] = ACTIONS(3227), - [anon_sym_LPAREN] = ACTIONS(3227), - [anon_sym_EQ] = ACTIONS(3227), - [anon_sym___global] = ACTIONS(3227), - [anon_sym_type] = ACTIONS(3227), - [anon_sym_PIPE] = ACTIONS(3227), - [anon_sym_fn] = ACTIONS(3227), - [anon_sym_PLUS] = ACTIONS(3227), - [anon_sym_DASH] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3227), - [anon_sym_SLASH] = ACTIONS(3227), - [anon_sym_PERCENT] = ACTIONS(3227), - [anon_sym_LT] = ACTIONS(3227), - [anon_sym_GT] = ACTIONS(3227), - [anon_sym_EQ_EQ] = ACTIONS(3227), - [anon_sym_BANG_EQ] = ACTIONS(3227), - [anon_sym_LT_EQ] = ACTIONS(3227), - [anon_sym_GT_EQ] = ACTIONS(3227), - [anon_sym_LBRACK] = ACTIONS(3225), - [anon_sym_struct] = ACTIONS(3227), - [anon_sym_union] = ACTIONS(3227), - [anon_sym_pub] = ACTIONS(3227), - [anon_sym_mut] = ACTIONS(3227), - [anon_sym_enum] = ACTIONS(3227), - [anon_sym_interface] = ACTIONS(3227), - [anon_sym_PLUS_PLUS] = ACTIONS(3227), - [anon_sym_DASH_DASH] = ACTIONS(3227), - [anon_sym_QMARK] = ACTIONS(3227), - [anon_sym_BANG] = ACTIONS(3227), - [anon_sym_go] = ACTIONS(3227), - [anon_sym_spawn] = ACTIONS(3227), - [anon_sym_json_DOTdecode] = ACTIONS(3227), - [anon_sym_LBRACK2] = ACTIONS(3227), - [anon_sym_TILDE] = ACTIONS(3227), - [anon_sym_CARET] = ACTIONS(3227), - [anon_sym_AMP] = ACTIONS(3227), - [anon_sym_LT_DASH] = ACTIONS(3227), - [anon_sym_LT_LT] = ACTIONS(3227), - [anon_sym_GT_GT] = ACTIONS(3227), - [anon_sym_GT_GT_GT] = ACTIONS(3227), - [anon_sym_AMP_CARET] = ACTIONS(3227), - [anon_sym_AMP_AMP] = ACTIONS(3227), - [anon_sym_PIPE_PIPE] = ACTIONS(3227), - [anon_sym_or] = ACTIONS(3227), - [sym_none] = ACTIONS(3227), - [sym_true] = ACTIONS(3227), - [sym_false] = ACTIONS(3227), - [sym_nil] = ACTIONS(3227), - [anon_sym_QMARK_DOT] = ACTIONS(3227), - [anon_sym_POUND_LBRACK] = ACTIONS(3227), - [anon_sym_if] = ACTIONS(3227), - [anon_sym_DOLLARif] = ACTIONS(3227), - [anon_sym_is] = ACTIONS(3227), - [anon_sym_BANGis] = ACTIONS(3227), - [anon_sym_in] = ACTIONS(3227), - [anon_sym_BANGin] = ACTIONS(3227), - [anon_sym_match] = ACTIONS(3227), - [anon_sym_select] = ACTIONS(3227), - [anon_sym_STAR_EQ] = ACTIONS(3227), - [anon_sym_SLASH_EQ] = ACTIONS(3227), - [anon_sym_PERCENT_EQ] = ACTIONS(3227), - [anon_sym_LT_LT_EQ] = ACTIONS(3227), - [anon_sym_GT_GT_EQ] = ACTIONS(3227), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3227), - [anon_sym_AMP_EQ] = ACTIONS(3227), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3227), - [anon_sym_PLUS_EQ] = ACTIONS(3227), - [anon_sym_DASH_EQ] = ACTIONS(3227), - [anon_sym_PIPE_EQ] = ACTIONS(3227), - [anon_sym_CARET_EQ] = ACTIONS(3227), - [anon_sym_COLON_EQ] = ACTIONS(3227), - [anon_sym_lock] = ACTIONS(3227), - [anon_sym_rlock] = ACTIONS(3227), - [anon_sym_unsafe] = ACTIONS(3227), - [anon_sym_sql] = ACTIONS(3227), - [sym_int_literal] = ACTIONS(3227), - [sym_float_literal] = ACTIONS(3227), - [sym_rune_literal] = ACTIONS(3227), - [sym_pseudo_compile_time_identifier] = ACTIONS(3227), - [anon_sym_shared] = ACTIONS(3227), - [anon_sym_map_LBRACK] = ACTIONS(3227), - [anon_sym_chan] = ACTIONS(3227), - [anon_sym_thread] = ACTIONS(3227), - [anon_sym_atomic] = ACTIONS(3227), - [anon_sym_assert] = ACTIONS(3227), - [anon_sym_defer] = ACTIONS(3227), - [anon_sym_goto] = ACTIONS(3227), - [anon_sym_break] = ACTIONS(3227), - [anon_sym_continue] = ACTIONS(3227), - [anon_sym_return] = ACTIONS(3227), - [anon_sym_DOLLARfor] = ACTIONS(3227), - [anon_sym_for] = ACTIONS(3227), - [anon_sym_POUND] = ACTIONS(3227), - [anon_sym_asm] = ACTIONS(3227), - [anon_sym_AT_LBRACK] = ACTIONS(3227), - [sym___double_quote] = ACTIONS(3227), - [sym___single_quote] = ACTIONS(3227), - [sym___c_double_quote] = ACTIONS(3227), - [sym___c_single_quote] = ACTIONS(3227), - [sym___r_double_quote] = ACTIONS(3227), - [sym___r_single_quote] = ACTIONS(3227), + [anon_sym_DOT] = ACTIONS(3245), + [anon_sym_as] = ACTIONS(3245), + [anon_sym_LBRACE] = ACTIONS(3245), + [anon_sym_COMMA] = ACTIONS(3245), + [anon_sym_const] = ACTIONS(3245), + [anon_sym_LPAREN] = ACTIONS(3245), + [anon_sym_EQ] = ACTIONS(3245), + [anon_sym___global] = ACTIONS(3245), + [anon_sym_type] = ACTIONS(3245), + [anon_sym_PIPE] = ACTIONS(3245), + [anon_sym_fn] = ACTIONS(3245), + [anon_sym_PLUS] = ACTIONS(3245), + [anon_sym_DASH] = ACTIONS(3245), + [anon_sym_STAR] = ACTIONS(3245), + [anon_sym_SLASH] = ACTIONS(3245), + [anon_sym_PERCENT] = ACTIONS(3245), + [anon_sym_LT] = ACTIONS(3245), + [anon_sym_GT] = ACTIONS(3245), + [anon_sym_EQ_EQ] = ACTIONS(3245), + [anon_sym_BANG_EQ] = ACTIONS(3245), + [anon_sym_LT_EQ] = ACTIONS(3245), + [anon_sym_GT_EQ] = ACTIONS(3245), + [anon_sym_LBRACK] = ACTIONS(3243), + [anon_sym_struct] = ACTIONS(3245), + [anon_sym_union] = ACTIONS(3245), + [anon_sym_pub] = ACTIONS(3245), + [anon_sym_mut] = ACTIONS(3245), + [anon_sym_enum] = ACTIONS(3245), + [anon_sym_interface] = ACTIONS(3245), + [anon_sym_PLUS_PLUS] = ACTIONS(3245), + [anon_sym_DASH_DASH] = ACTIONS(3245), + [anon_sym_QMARK] = ACTIONS(3245), + [anon_sym_BANG] = ACTIONS(3245), + [anon_sym_go] = ACTIONS(3245), + [anon_sym_spawn] = ACTIONS(3245), + [anon_sym_json_DOTdecode] = ACTIONS(3245), + [anon_sym_LBRACK2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3245), + [anon_sym_CARET] = ACTIONS(3245), + [anon_sym_AMP] = ACTIONS(3245), + [anon_sym_LT_DASH] = ACTIONS(3245), + [anon_sym_LT_LT] = ACTIONS(3245), + [anon_sym_GT_GT] = ACTIONS(3245), + [anon_sym_GT_GT_GT] = ACTIONS(3245), + [anon_sym_AMP_CARET] = ACTIONS(3245), + [anon_sym_AMP_AMP] = ACTIONS(3245), + [anon_sym_PIPE_PIPE] = ACTIONS(3245), + [anon_sym_or] = ACTIONS(3245), + [sym_none] = ACTIONS(3245), + [sym_true] = ACTIONS(3245), + [sym_false] = ACTIONS(3245), + [sym_nil] = ACTIONS(3245), + [anon_sym_QMARK_DOT] = ACTIONS(3245), + [anon_sym_POUND_LBRACK] = ACTIONS(3245), + [anon_sym_if] = ACTIONS(3245), + [anon_sym_DOLLARif] = ACTIONS(3245), + [anon_sym_is] = ACTIONS(3245), + [anon_sym_BANGis] = ACTIONS(3245), + [anon_sym_in] = ACTIONS(3245), + [anon_sym_BANGin] = ACTIONS(3245), + [anon_sym_match] = ACTIONS(3245), + [anon_sym_select] = ACTIONS(3245), + [anon_sym_STAR_EQ] = ACTIONS(3245), + [anon_sym_SLASH_EQ] = ACTIONS(3245), + [anon_sym_PERCENT_EQ] = ACTIONS(3245), + [anon_sym_LT_LT_EQ] = ACTIONS(3245), + [anon_sym_GT_GT_EQ] = ACTIONS(3245), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3245), + [anon_sym_AMP_EQ] = ACTIONS(3245), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3245), + [anon_sym_PLUS_EQ] = ACTIONS(3245), + [anon_sym_DASH_EQ] = ACTIONS(3245), + [anon_sym_PIPE_EQ] = ACTIONS(3245), + [anon_sym_CARET_EQ] = ACTIONS(3245), + [anon_sym_COLON_EQ] = ACTIONS(3245), + [anon_sym_lock] = ACTIONS(3245), + [anon_sym_rlock] = ACTIONS(3245), + [anon_sym_unsafe] = ACTIONS(3245), + [anon_sym_sql] = ACTIONS(3245), + [sym_int_literal] = ACTIONS(3245), + [sym_float_literal] = ACTIONS(3245), + [sym_rune_literal] = ACTIONS(3245), + [sym_pseudo_compile_time_identifier] = ACTIONS(3245), + [anon_sym_shared] = ACTIONS(3245), + [anon_sym_map_LBRACK] = ACTIONS(3245), + [anon_sym_chan] = ACTIONS(3245), + [anon_sym_thread] = ACTIONS(3245), + [anon_sym_atomic] = ACTIONS(3245), + [anon_sym_assert] = ACTIONS(3245), + [anon_sym_defer] = ACTIONS(3245), + [anon_sym_goto] = ACTIONS(3245), + [anon_sym_break] = ACTIONS(3245), + [anon_sym_continue] = ACTIONS(3245), + [anon_sym_return] = ACTIONS(3245), + [anon_sym_DOLLARfor] = ACTIONS(3245), + [anon_sym_for] = ACTIONS(3245), + [anon_sym_POUND] = ACTIONS(3245), + [anon_sym_asm] = ACTIONS(3245), + [anon_sym_AT_LBRACK] = ACTIONS(3245), + [sym___double_quote] = ACTIONS(3245), + [sym___single_quote] = ACTIONS(3245), + [sym___c_double_quote] = ACTIONS(3245), + [sym___c_single_quote] = ACTIONS(3245), + [sym___r_double_quote] = ACTIONS(3245), + [sym___r_single_quote] = ACTIONS(3245), }, [659] = { [sym_line_comment] = STATE(659), [sym_block_comment] = STATE(659), - [ts_builtin_sym_end] = ACTIONS(3229), - [sym_identifier] = ACTIONS(3231), - [anon_sym_LF] = ACTIONS(3231), - [anon_sym_CR] = ACTIONS(3231), - [anon_sym_CR_LF] = ACTIONS(3231), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3231), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(3231), - [anon_sym_COMMA] = ACTIONS(3231), - [anon_sym_const] = ACTIONS(3231), - [anon_sym_LPAREN] = ACTIONS(3231), - [anon_sym_EQ] = ACTIONS(3231), - [anon_sym___global] = ACTIONS(3231), - [anon_sym_type] = ACTIONS(3231), - [anon_sym_PIPE] = ACTIONS(3231), - [anon_sym_fn] = ACTIONS(3231), - [anon_sym_PLUS] = ACTIONS(3231), - [anon_sym_DASH] = ACTIONS(3231), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_SLASH] = ACTIONS(3231), - [anon_sym_PERCENT] = ACTIONS(3231), - [anon_sym_LT] = ACTIONS(3231), - [anon_sym_GT] = ACTIONS(3231), - [anon_sym_EQ_EQ] = ACTIONS(3231), - [anon_sym_BANG_EQ] = ACTIONS(3231), - [anon_sym_LT_EQ] = ACTIONS(3231), - [anon_sym_GT_EQ] = ACTIONS(3231), - [anon_sym_LBRACK] = ACTIONS(3229), - [anon_sym_struct] = ACTIONS(3231), - [anon_sym_union] = ACTIONS(3231), - [anon_sym_pub] = ACTIONS(3231), - [anon_sym_mut] = ACTIONS(3231), - [anon_sym_enum] = ACTIONS(3231), - [anon_sym_interface] = ACTIONS(3231), - [anon_sym_PLUS_PLUS] = ACTIONS(3231), - [anon_sym_DASH_DASH] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3231), - [anon_sym_BANG] = ACTIONS(3231), - [anon_sym_go] = ACTIONS(3231), - [anon_sym_spawn] = ACTIONS(3231), - [anon_sym_json_DOTdecode] = ACTIONS(3231), - [anon_sym_LBRACK2] = ACTIONS(3231), - [anon_sym_TILDE] = ACTIONS(3231), - [anon_sym_CARET] = ACTIONS(3231), - [anon_sym_AMP] = ACTIONS(3231), - [anon_sym_LT_DASH] = ACTIONS(3231), - [anon_sym_LT_LT] = ACTIONS(3231), - [anon_sym_GT_GT] = ACTIONS(3231), - [anon_sym_GT_GT_GT] = ACTIONS(3231), - [anon_sym_AMP_CARET] = ACTIONS(3231), - [anon_sym_AMP_AMP] = ACTIONS(3231), - [anon_sym_PIPE_PIPE] = ACTIONS(3231), - [anon_sym_or] = ACTIONS(3231), - [sym_none] = ACTIONS(3231), - [sym_true] = ACTIONS(3231), - [sym_false] = ACTIONS(3231), - [sym_nil] = ACTIONS(3231), - [anon_sym_QMARK_DOT] = ACTIONS(3231), - [anon_sym_POUND_LBRACK] = ACTIONS(3231), - [anon_sym_if] = ACTIONS(3231), - [anon_sym_DOLLARif] = ACTIONS(3231), - [anon_sym_is] = ACTIONS(3231), - [anon_sym_BANGis] = ACTIONS(3231), - [anon_sym_in] = ACTIONS(3231), - [anon_sym_BANGin] = ACTIONS(3231), - [anon_sym_match] = ACTIONS(3231), - [anon_sym_select] = ACTIONS(3231), - [anon_sym_STAR_EQ] = ACTIONS(3231), - [anon_sym_SLASH_EQ] = ACTIONS(3231), - [anon_sym_PERCENT_EQ] = ACTIONS(3231), - [anon_sym_LT_LT_EQ] = ACTIONS(3231), - [anon_sym_GT_GT_EQ] = ACTIONS(3231), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3231), - [anon_sym_AMP_EQ] = ACTIONS(3231), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3231), - [anon_sym_PLUS_EQ] = ACTIONS(3231), - [anon_sym_DASH_EQ] = ACTIONS(3231), - [anon_sym_PIPE_EQ] = ACTIONS(3231), - [anon_sym_CARET_EQ] = ACTIONS(3231), - [anon_sym_COLON_EQ] = ACTIONS(3231), - [anon_sym_lock] = ACTIONS(3231), - [anon_sym_rlock] = ACTIONS(3231), - [anon_sym_unsafe] = ACTIONS(3231), - [anon_sym_sql] = ACTIONS(3231), - [sym_int_literal] = ACTIONS(3231), - [sym_float_literal] = ACTIONS(3231), - [sym_rune_literal] = ACTIONS(3231), - [sym_pseudo_compile_time_identifier] = ACTIONS(3231), - [anon_sym_shared] = ACTIONS(3231), - [anon_sym_map_LBRACK] = ACTIONS(3231), - [anon_sym_chan] = ACTIONS(3231), - [anon_sym_thread] = ACTIONS(3231), - [anon_sym_atomic] = ACTIONS(3231), - [anon_sym_assert] = ACTIONS(3231), - [anon_sym_defer] = ACTIONS(3231), - [anon_sym_goto] = ACTIONS(3231), - [anon_sym_break] = ACTIONS(3231), - [anon_sym_continue] = ACTIONS(3231), - [anon_sym_return] = ACTIONS(3231), - [anon_sym_DOLLARfor] = ACTIONS(3231), - [anon_sym_for] = ACTIONS(3231), - [anon_sym_POUND] = ACTIONS(3231), - [anon_sym_asm] = ACTIONS(3231), - [anon_sym_AT_LBRACK] = ACTIONS(3231), - [sym___double_quote] = ACTIONS(3231), - [sym___single_quote] = ACTIONS(3231), - [sym___c_double_quote] = ACTIONS(3231), - [sym___c_single_quote] = ACTIONS(3231), - [sym___r_double_quote] = ACTIONS(3231), - [sym___r_single_quote] = ACTIONS(3231), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3660), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [660] = { [sym_line_comment] = STATE(660), [sym_block_comment] = STATE(660), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3658), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1003), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [661] = { [sym_line_comment] = STATE(661), [sym_block_comment] = STATE(661), - [sym__expression] = STATE(1660), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4239), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [ts_builtin_sym_end] = ACTIONS(3247), + [sym_identifier] = ACTIONS(3249), + [anon_sym_LF] = ACTIONS(3249), + [anon_sym_CR] = ACTIONS(3249), + [anon_sym_CR_LF] = ACTIONS(3249), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3249), + [anon_sym_as] = ACTIONS(3249), + [anon_sym_LBRACE] = ACTIONS(3249), + [anon_sym_COMMA] = ACTIONS(3249), + [anon_sym_const] = ACTIONS(3249), + [anon_sym_LPAREN] = ACTIONS(3249), + [anon_sym_EQ] = ACTIONS(3249), + [anon_sym___global] = ACTIONS(3249), + [anon_sym_type] = ACTIONS(3249), + [anon_sym_PIPE] = ACTIONS(3249), + [anon_sym_fn] = ACTIONS(3249), + [anon_sym_PLUS] = ACTIONS(3249), + [anon_sym_DASH] = ACTIONS(3249), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_SLASH] = ACTIONS(3249), + [anon_sym_PERCENT] = ACTIONS(3249), + [anon_sym_LT] = ACTIONS(3249), + [anon_sym_GT] = ACTIONS(3249), + [anon_sym_EQ_EQ] = ACTIONS(3249), + [anon_sym_BANG_EQ] = ACTIONS(3249), + [anon_sym_LT_EQ] = ACTIONS(3249), + [anon_sym_GT_EQ] = ACTIONS(3249), + [anon_sym_LBRACK] = ACTIONS(3247), + [anon_sym_struct] = ACTIONS(3249), + [anon_sym_union] = ACTIONS(3249), + [anon_sym_pub] = ACTIONS(3249), + [anon_sym_mut] = ACTIONS(3249), + [anon_sym_enum] = ACTIONS(3249), + [anon_sym_interface] = ACTIONS(3249), + [anon_sym_PLUS_PLUS] = ACTIONS(3249), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3249), + [anon_sym_BANG] = ACTIONS(3249), + [anon_sym_go] = ACTIONS(3249), + [anon_sym_spawn] = ACTIONS(3249), + [anon_sym_json_DOTdecode] = ACTIONS(3249), + [anon_sym_LBRACK2] = ACTIONS(3249), + [anon_sym_TILDE] = ACTIONS(3249), + [anon_sym_CARET] = ACTIONS(3249), + [anon_sym_AMP] = ACTIONS(3249), + [anon_sym_LT_DASH] = ACTIONS(3249), + [anon_sym_LT_LT] = ACTIONS(3249), + [anon_sym_GT_GT] = ACTIONS(3249), + [anon_sym_GT_GT_GT] = ACTIONS(3249), + [anon_sym_AMP_CARET] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(3249), + [anon_sym_PIPE_PIPE] = ACTIONS(3249), + [anon_sym_or] = ACTIONS(3249), + [sym_none] = ACTIONS(3249), + [sym_true] = ACTIONS(3249), + [sym_false] = ACTIONS(3249), + [sym_nil] = ACTIONS(3249), + [anon_sym_QMARK_DOT] = ACTIONS(3249), + [anon_sym_POUND_LBRACK] = ACTIONS(3249), + [anon_sym_if] = ACTIONS(3249), + [anon_sym_DOLLARif] = ACTIONS(3249), + [anon_sym_is] = ACTIONS(3249), + [anon_sym_BANGis] = ACTIONS(3249), + [anon_sym_in] = ACTIONS(3249), + [anon_sym_BANGin] = ACTIONS(3249), + [anon_sym_match] = ACTIONS(3249), + [anon_sym_select] = ACTIONS(3249), + [anon_sym_STAR_EQ] = ACTIONS(3249), + [anon_sym_SLASH_EQ] = ACTIONS(3249), + [anon_sym_PERCENT_EQ] = ACTIONS(3249), + [anon_sym_LT_LT_EQ] = ACTIONS(3249), + [anon_sym_GT_GT_EQ] = ACTIONS(3249), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3249), + [anon_sym_AMP_EQ] = ACTIONS(3249), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3249), + [anon_sym_PLUS_EQ] = ACTIONS(3249), + [anon_sym_DASH_EQ] = ACTIONS(3249), + [anon_sym_PIPE_EQ] = ACTIONS(3249), + [anon_sym_CARET_EQ] = ACTIONS(3249), + [anon_sym_COLON_EQ] = ACTIONS(3249), + [anon_sym_lock] = ACTIONS(3249), + [anon_sym_rlock] = ACTIONS(3249), + [anon_sym_unsafe] = ACTIONS(3249), + [anon_sym_sql] = ACTIONS(3249), + [sym_int_literal] = ACTIONS(3249), + [sym_float_literal] = ACTIONS(3249), + [sym_rune_literal] = ACTIONS(3249), + [sym_pseudo_compile_time_identifier] = ACTIONS(3249), + [anon_sym_shared] = ACTIONS(3249), + [anon_sym_map_LBRACK] = ACTIONS(3249), + [anon_sym_chan] = ACTIONS(3249), + [anon_sym_thread] = ACTIONS(3249), + [anon_sym_atomic] = ACTIONS(3249), + [anon_sym_assert] = ACTIONS(3249), + [anon_sym_defer] = ACTIONS(3249), + [anon_sym_goto] = ACTIONS(3249), + [anon_sym_break] = ACTIONS(3249), + [anon_sym_continue] = ACTIONS(3249), + [anon_sym_return] = ACTIONS(3249), + [anon_sym_DOLLARfor] = ACTIONS(3249), + [anon_sym_for] = ACTIONS(3249), + [anon_sym_POUND] = ACTIONS(3249), + [anon_sym_asm] = ACTIONS(3249), + [anon_sym_AT_LBRACK] = ACTIONS(3249), + [sym___double_quote] = ACTIONS(3249), + [sym___single_quote] = ACTIONS(3249), + [sym___c_double_quote] = ACTIONS(3249), + [sym___c_single_quote] = ACTIONS(3249), + [sym___r_double_quote] = ACTIONS(3249), + [sym___r_single_quote] = ACTIONS(3249), + }, + [662] = { + [sym_line_comment] = STATE(662), + [sym_block_comment] = STATE(662), + [sym__expression] = STATE(2688), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [662] = { - [sym_line_comment] = STATE(662), - [sym_block_comment] = STATE(662), - [sym__expression] = STATE(1656), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), + [663] = { + [sym_line_comment] = STATE(663), + [sym_block_comment] = STATE(663), + [ts_builtin_sym_end] = ACTIONS(3251), + [sym_identifier] = ACTIONS(3253), + [anon_sym_LF] = ACTIONS(3253), + [anon_sym_CR] = ACTIONS(3253), + [anon_sym_CR_LF] = ACTIONS(3253), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3253), + [anon_sym_as] = ACTIONS(3253), + [anon_sym_LBRACE] = ACTIONS(3253), + [anon_sym_COMMA] = ACTIONS(3253), + [anon_sym_const] = ACTIONS(3253), + [anon_sym_LPAREN] = ACTIONS(3253), + [anon_sym_EQ] = ACTIONS(3253), + [anon_sym___global] = ACTIONS(3253), + [anon_sym_type] = ACTIONS(3253), + [anon_sym_PIPE] = ACTIONS(3253), + [anon_sym_fn] = ACTIONS(3253), + [anon_sym_PLUS] = ACTIONS(3253), + [anon_sym_DASH] = ACTIONS(3253), + [anon_sym_STAR] = ACTIONS(3253), + [anon_sym_SLASH] = ACTIONS(3253), + [anon_sym_PERCENT] = ACTIONS(3253), + [anon_sym_LT] = ACTIONS(3253), + [anon_sym_GT] = ACTIONS(3253), + [anon_sym_EQ_EQ] = ACTIONS(3253), + [anon_sym_BANG_EQ] = ACTIONS(3253), + [anon_sym_LT_EQ] = ACTIONS(3253), + [anon_sym_GT_EQ] = ACTIONS(3253), + [anon_sym_LBRACK] = ACTIONS(3251), + [anon_sym_struct] = ACTIONS(3253), + [anon_sym_union] = ACTIONS(3253), + [anon_sym_pub] = ACTIONS(3253), + [anon_sym_mut] = ACTIONS(3253), + [anon_sym_enum] = ACTIONS(3253), + [anon_sym_interface] = ACTIONS(3253), + [anon_sym_PLUS_PLUS] = ACTIONS(3253), + [anon_sym_DASH_DASH] = ACTIONS(3253), + [anon_sym_QMARK] = ACTIONS(3253), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(3253), + [anon_sym_spawn] = ACTIONS(3253), + [anon_sym_json_DOTdecode] = ACTIONS(3253), + [anon_sym_LBRACK2] = ACTIONS(3253), + [anon_sym_TILDE] = ACTIONS(3253), + [anon_sym_CARET] = ACTIONS(3253), + [anon_sym_AMP] = ACTIONS(3253), + [anon_sym_LT_DASH] = ACTIONS(3253), + [anon_sym_LT_LT] = ACTIONS(3253), + [anon_sym_GT_GT] = ACTIONS(3253), + [anon_sym_GT_GT_GT] = ACTIONS(3253), + [anon_sym_AMP_CARET] = ACTIONS(3253), + [anon_sym_AMP_AMP] = ACTIONS(3253), + [anon_sym_PIPE_PIPE] = ACTIONS(3253), + [anon_sym_or] = ACTIONS(3253), + [sym_none] = ACTIONS(3253), + [sym_true] = ACTIONS(3253), + [sym_false] = ACTIONS(3253), + [sym_nil] = ACTIONS(3253), + [anon_sym_QMARK_DOT] = ACTIONS(3253), + [anon_sym_POUND_LBRACK] = ACTIONS(3253), + [anon_sym_if] = ACTIONS(3253), + [anon_sym_DOLLARif] = ACTIONS(3253), + [anon_sym_is] = ACTIONS(3253), + [anon_sym_BANGis] = ACTIONS(3253), + [anon_sym_in] = ACTIONS(3253), + [anon_sym_BANGin] = ACTIONS(3253), + [anon_sym_match] = ACTIONS(3253), + [anon_sym_select] = ACTIONS(3253), + [anon_sym_STAR_EQ] = ACTIONS(3253), + [anon_sym_SLASH_EQ] = ACTIONS(3253), + [anon_sym_PERCENT_EQ] = ACTIONS(3253), + [anon_sym_LT_LT_EQ] = ACTIONS(3253), + [anon_sym_GT_GT_EQ] = ACTIONS(3253), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3253), + [anon_sym_AMP_EQ] = ACTIONS(3253), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3253), + [anon_sym_PLUS_EQ] = ACTIONS(3253), + [anon_sym_DASH_EQ] = ACTIONS(3253), + [anon_sym_PIPE_EQ] = ACTIONS(3253), + [anon_sym_CARET_EQ] = ACTIONS(3253), + [anon_sym_COLON_EQ] = ACTIONS(3253), + [anon_sym_lock] = ACTIONS(3253), + [anon_sym_rlock] = ACTIONS(3253), + [anon_sym_unsafe] = ACTIONS(3253), + [anon_sym_sql] = ACTIONS(3253), + [sym_int_literal] = ACTIONS(3253), + [sym_float_literal] = ACTIONS(3253), + [sym_rune_literal] = ACTIONS(3253), + [sym_pseudo_compile_time_identifier] = ACTIONS(3253), + [anon_sym_shared] = ACTIONS(3253), + [anon_sym_map_LBRACK] = ACTIONS(3253), + [anon_sym_chan] = ACTIONS(3253), + [anon_sym_thread] = ACTIONS(3253), + [anon_sym_atomic] = ACTIONS(3253), + [anon_sym_assert] = ACTIONS(3253), + [anon_sym_defer] = ACTIONS(3253), + [anon_sym_goto] = ACTIONS(3253), + [anon_sym_break] = ACTIONS(3253), + [anon_sym_continue] = ACTIONS(3253), + [anon_sym_return] = ACTIONS(3253), + [anon_sym_DOLLARfor] = ACTIONS(3253), + [anon_sym_for] = ACTIONS(3253), + [anon_sym_POUND] = ACTIONS(3253), + [anon_sym_asm] = ACTIONS(3253), + [anon_sym_AT_LBRACK] = ACTIONS(3253), + [sym___double_quote] = ACTIONS(3253), + [sym___single_quote] = ACTIONS(3253), + [sym___c_double_quote] = ACTIONS(3253), + [sym___c_single_quote] = ACTIONS(3253), + [sym___r_double_quote] = ACTIONS(3253), + [sym___r_single_quote] = ACTIONS(3253), + }, + [664] = { + [sym_line_comment] = STATE(664), + [sym_block_comment] = STATE(664), + [sym__expression] = STATE(1653), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), + [anon_sym_LBRACE] = ACTIONS(3257), [anon_sym_LPAREN] = ACTIONS(315), [anon_sym_fn] = ACTIONS(317), [anon_sym_PLUS] = ACTIONS(319), @@ -100722,2513 +100971,2281 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(387), [sym___r_single_quote] = ACTIONS(389), }, - [663] = { - [sym_line_comment] = STATE(663), - [sym_block_comment] = STATE(663), - [sym__expression] = STATE(2176), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), - }, - [664] = { - [sym_line_comment] = STATE(664), - [sym_block_comment] = STATE(664), - [sym__expression] = STATE(1306), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), - }, [665] = { [sym_line_comment] = STATE(665), [sym_block_comment] = STATE(665), - [sym__expression] = STATE(1290), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1292), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [666] = { [sym_line_comment] = STATE(666), [sym_block_comment] = STATE(666), - [sym__expression] = STATE(2665), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1162), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(631), + [anon_sym_LBRACE] = ACTIONS(633), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_fn] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_STAR] = ACTIONS(645), + [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(655), + [anon_sym_go] = ACTIONS(657), + [anon_sym_spawn] = ACTIONS(659), + [anon_sym_json_DOTdecode] = ACTIONS(661), + [anon_sym_LBRACK2] = ACTIONS(663), + [anon_sym_TILDE] = ACTIONS(643), + [anon_sym_CARET] = ACTIONS(643), + [anon_sym_AMP] = ACTIONS(665), + [anon_sym_LT_DASH] = ACTIONS(667), + [sym_none] = ACTIONS(669), + [sym_true] = ACTIONS(669), + [sym_false] = ACTIONS(669), + [sym_nil] = ACTIONS(669), + [anon_sym_if] = ACTIONS(671), + [anon_sym_DOLLARif] = ACTIONS(673), + [anon_sym_match] = ACTIONS(675), + [anon_sym_select] = ACTIONS(677), + [anon_sym_lock] = ACTIONS(679), + [anon_sym_rlock] = ACTIONS(679), + [anon_sym_unsafe] = ACTIONS(681), + [anon_sym_sql] = ACTIONS(683), + [sym_int_literal] = ACTIONS(669), + [sym_float_literal] = ACTIONS(685), + [sym_rune_literal] = ACTIONS(685), + [sym_pseudo_compile_time_identifier] = ACTIONS(687), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(689), + [sym___single_quote] = ACTIONS(691), + [sym___c_double_quote] = ACTIONS(693), + [sym___c_single_quote] = ACTIONS(695), + [sym___r_double_quote] = ACTIONS(697), + [sym___r_single_quote] = ACTIONS(699), }, [667] = { [sym_line_comment] = STATE(667), [sym_block_comment] = STATE(667), - [sym__expression] = STATE(1307), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(988), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [668] = { [sym_line_comment] = STATE(668), [sym_block_comment] = STATE(668), - [sym__expression] = STATE(1308), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1822), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4260), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(703), + [anon_sym_LBRACE] = ACTIONS(3157), + [anon_sym_LPAREN] = ACTIONS(709), + [anon_sym_fn] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(713), + [anon_sym_DASH] = ACTIONS(713), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(719), + [anon_sym_go] = ACTIONS(721), + [anon_sym_spawn] = ACTIONS(723), + [anon_sym_json_DOTdecode] = ACTIONS(725), + [anon_sym_LBRACK2] = ACTIONS(727), + [anon_sym_TILDE] = ACTIONS(713), + [anon_sym_CARET] = ACTIONS(713), + [anon_sym_AMP] = ACTIONS(729), + [anon_sym_LT_DASH] = ACTIONS(731), + [sym_none] = ACTIONS(733), + [sym_true] = ACTIONS(733), + [sym_false] = ACTIONS(733), + [sym_nil] = ACTIONS(733), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), + [sym_int_literal] = ACTIONS(733), + [sym_float_literal] = ACTIONS(751), + [sym_rune_literal] = ACTIONS(751), + [sym_pseudo_compile_time_identifier] = ACTIONS(753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(755), + [sym___single_quote] = ACTIONS(757), + [sym___c_double_quote] = ACTIONS(759), + [sym___c_single_quote] = ACTIONS(761), + [sym___r_double_quote] = ACTIONS(763), + [sym___r_single_quote] = ACTIONS(765), }, [669] = { [sym_line_comment] = STATE(669), [sym_block_comment] = STATE(669), - [sym__expression] = STATE(1328), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1653), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4253), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), }, [670] = { [sym_line_comment] = STATE(670), [sym_block_comment] = STATE(670), - [sym__expression] = STATE(2901), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2968), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2969), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(1653), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4243), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), }, [671] = { [sym_line_comment] = STATE(671), [sym_block_comment] = STATE(671), - [sym__expression] = STATE(1703), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4293), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), + [sym__expression] = STATE(1658), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4259), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), }, [672] = { [sym_line_comment] = STATE(672), [sym_block_comment] = STATE(672), - [sym__expression] = STATE(2892), - [sym__expression_without_blocks] = STATE(2982), + [sym__expression] = STATE(2907), + [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2968), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2980), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [673] = { [sym_line_comment] = STATE(673), [sym_block_comment] = STATE(673), - [sym__expression] = STATE(1309), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2684), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [674] = { [sym_line_comment] = STATE(674), [sym_block_comment] = STATE(674), - [ts_builtin_sym_end] = ACTIONS(3233), - [sym_identifier] = ACTIONS(3235), - [anon_sym_LF] = ACTIONS(3235), - [anon_sym_CR] = ACTIONS(3235), - [anon_sym_CR_LF] = ACTIONS(3235), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3235), - [anon_sym_as] = ACTIONS(3235), - [anon_sym_LBRACE] = ACTIONS(3235), - [anon_sym_COMMA] = ACTIONS(3235), - [anon_sym_const] = ACTIONS(3235), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym_EQ] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(3235), - [anon_sym_type] = ACTIONS(3235), - [anon_sym_PIPE] = ACTIONS(3235), - [anon_sym_fn] = ACTIONS(3235), - [anon_sym_PLUS] = ACTIONS(3235), - [anon_sym_DASH] = ACTIONS(3235), - [anon_sym_STAR] = ACTIONS(3235), - [anon_sym_SLASH] = ACTIONS(3235), - [anon_sym_PERCENT] = ACTIONS(3235), - [anon_sym_LT] = ACTIONS(3235), - [anon_sym_GT] = ACTIONS(3235), - [anon_sym_EQ_EQ] = ACTIONS(3235), - [anon_sym_BANG_EQ] = ACTIONS(3235), - [anon_sym_LT_EQ] = ACTIONS(3235), - [anon_sym_GT_EQ] = ACTIONS(3235), - [anon_sym_LBRACK] = ACTIONS(3233), - [anon_sym_struct] = ACTIONS(3235), - [anon_sym_union] = ACTIONS(3235), - [anon_sym_pub] = ACTIONS(3235), - [anon_sym_mut] = ACTIONS(3235), - [anon_sym_enum] = ACTIONS(3235), - [anon_sym_interface] = ACTIONS(3235), - [anon_sym_PLUS_PLUS] = ACTIONS(3235), - [anon_sym_DASH_DASH] = ACTIONS(3235), - [anon_sym_QMARK] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3235), - [anon_sym_go] = ACTIONS(3235), - [anon_sym_spawn] = ACTIONS(3235), - [anon_sym_json_DOTdecode] = ACTIONS(3235), - [anon_sym_LBRACK2] = ACTIONS(3235), - [anon_sym_TILDE] = ACTIONS(3235), - [anon_sym_CARET] = ACTIONS(3235), - [anon_sym_AMP] = ACTIONS(3235), - [anon_sym_LT_DASH] = ACTIONS(3235), - [anon_sym_LT_LT] = ACTIONS(3235), - [anon_sym_GT_GT] = ACTIONS(3235), - [anon_sym_GT_GT_GT] = ACTIONS(3235), - [anon_sym_AMP_CARET] = ACTIONS(3235), - [anon_sym_AMP_AMP] = ACTIONS(3235), - [anon_sym_PIPE_PIPE] = ACTIONS(3235), - [anon_sym_or] = ACTIONS(3235), - [sym_none] = ACTIONS(3235), - [sym_true] = ACTIONS(3235), - [sym_false] = ACTIONS(3235), - [sym_nil] = ACTIONS(3235), - [anon_sym_QMARK_DOT] = ACTIONS(3235), - [anon_sym_POUND_LBRACK] = ACTIONS(3235), - [anon_sym_if] = ACTIONS(3235), - [anon_sym_DOLLARif] = ACTIONS(3235), - [anon_sym_is] = ACTIONS(3235), - [anon_sym_BANGis] = ACTIONS(3235), - [anon_sym_in] = ACTIONS(3235), - [anon_sym_BANGin] = ACTIONS(3235), - [anon_sym_match] = ACTIONS(3235), - [anon_sym_select] = ACTIONS(3235), - [anon_sym_STAR_EQ] = ACTIONS(3235), - [anon_sym_SLASH_EQ] = ACTIONS(3235), - [anon_sym_PERCENT_EQ] = ACTIONS(3235), - [anon_sym_LT_LT_EQ] = ACTIONS(3235), - [anon_sym_GT_GT_EQ] = ACTIONS(3235), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3235), - [anon_sym_AMP_EQ] = ACTIONS(3235), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3235), - [anon_sym_PLUS_EQ] = ACTIONS(3235), - [anon_sym_DASH_EQ] = ACTIONS(3235), - [anon_sym_PIPE_EQ] = ACTIONS(3235), - [anon_sym_CARET_EQ] = ACTIONS(3235), - [anon_sym_COLON_EQ] = ACTIONS(3235), - [anon_sym_lock] = ACTIONS(3235), - [anon_sym_rlock] = ACTIONS(3235), - [anon_sym_unsafe] = ACTIONS(3235), - [anon_sym_sql] = ACTIONS(3235), - [sym_int_literal] = ACTIONS(3235), - [sym_float_literal] = ACTIONS(3235), - [sym_rune_literal] = ACTIONS(3235), - [sym_pseudo_compile_time_identifier] = ACTIONS(3235), - [anon_sym_shared] = ACTIONS(3235), - [anon_sym_map_LBRACK] = ACTIONS(3235), - [anon_sym_chan] = ACTIONS(3235), - [anon_sym_thread] = ACTIONS(3235), - [anon_sym_atomic] = ACTIONS(3235), - [anon_sym_assert] = ACTIONS(3235), - [anon_sym_defer] = ACTIONS(3235), - [anon_sym_goto] = ACTIONS(3235), - [anon_sym_break] = ACTIONS(3235), - [anon_sym_continue] = ACTIONS(3235), - [anon_sym_return] = ACTIONS(3235), - [anon_sym_DOLLARfor] = ACTIONS(3235), - [anon_sym_for] = ACTIONS(3235), - [anon_sym_POUND] = ACTIONS(3235), - [anon_sym_asm] = ACTIONS(3235), - [anon_sym_AT_LBRACK] = ACTIONS(3235), - [sym___double_quote] = ACTIONS(3235), - [sym___single_quote] = ACTIONS(3235), - [sym___c_double_quote] = ACTIONS(3235), - [sym___c_single_quote] = ACTIONS(3235), - [sym___r_double_quote] = ACTIONS(3235), - [sym___r_single_quote] = ACTIONS(3235), - }, - [675] = { - [sym_line_comment] = STATE(675), - [sym_block_comment] = STATE(675), - [sym__expression] = STATE(2334), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2906), + [sym__expression_without_blocks] = STATE(2982), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [676] = { - [sym_line_comment] = STATE(676), - [sym_block_comment] = STATE(676), - [sym__expression] = STATE(1310), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [675] = { + [sym_line_comment] = STATE(675), + [sym_block_comment] = STATE(675), + [sym__expression] = STATE(1815), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4260), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(703), + [anon_sym_LBRACE] = ACTIONS(3157), + [anon_sym_LPAREN] = ACTIONS(709), + [anon_sym_fn] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(713), + [anon_sym_DASH] = ACTIONS(713), + [anon_sym_STAR] = ACTIONS(715), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(719), + [anon_sym_go] = ACTIONS(721), + [anon_sym_spawn] = ACTIONS(723), + [anon_sym_json_DOTdecode] = ACTIONS(725), + [anon_sym_LBRACK2] = ACTIONS(727), + [anon_sym_TILDE] = ACTIONS(713), + [anon_sym_CARET] = ACTIONS(713), + [anon_sym_AMP] = ACTIONS(729), + [anon_sym_LT_DASH] = ACTIONS(731), + [sym_none] = ACTIONS(733), + [sym_true] = ACTIONS(733), + [sym_false] = ACTIONS(733), + [sym_nil] = ACTIONS(733), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), + [sym_int_literal] = ACTIONS(733), + [sym_float_literal] = ACTIONS(751), + [sym_rune_literal] = ACTIONS(751), + [sym_pseudo_compile_time_identifier] = ACTIONS(753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(755), + [sym___single_quote] = ACTIONS(757), + [sym___c_double_quote] = ACTIONS(759), + [sym___c_single_quote] = ACTIONS(761), + [sym___r_double_quote] = ACTIONS(763), + [sym___r_single_quote] = ACTIONS(765), + }, + [676] = { + [sym_line_comment] = STATE(676), + [sym_block_comment] = STATE(676), + [ts_builtin_sym_end] = ACTIONS(3259), + [sym_identifier] = ACTIONS(3261), + [anon_sym_LF] = ACTIONS(3261), + [anon_sym_CR] = ACTIONS(3261), + [anon_sym_CR_LF] = ACTIONS(3261), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3261), + [anon_sym_as] = ACTIONS(3261), + [anon_sym_LBRACE] = ACTIONS(3261), + [anon_sym_COMMA] = ACTIONS(3261), + [anon_sym_const] = ACTIONS(3261), + [anon_sym_LPAREN] = ACTIONS(3261), + [anon_sym_EQ] = ACTIONS(3261), + [anon_sym___global] = ACTIONS(3261), + [anon_sym_type] = ACTIONS(3261), + [anon_sym_PIPE] = ACTIONS(3261), + [anon_sym_fn] = ACTIONS(3261), + [anon_sym_PLUS] = ACTIONS(3261), + [anon_sym_DASH] = ACTIONS(3261), + [anon_sym_STAR] = ACTIONS(3261), + [anon_sym_SLASH] = ACTIONS(3261), + [anon_sym_PERCENT] = ACTIONS(3261), + [anon_sym_LT] = ACTIONS(3261), + [anon_sym_GT] = ACTIONS(3261), + [anon_sym_EQ_EQ] = ACTIONS(3261), + [anon_sym_BANG_EQ] = ACTIONS(3261), + [anon_sym_LT_EQ] = ACTIONS(3261), + [anon_sym_GT_EQ] = ACTIONS(3261), + [anon_sym_LBRACK] = ACTIONS(3259), + [anon_sym_struct] = ACTIONS(3261), + [anon_sym_union] = ACTIONS(3261), + [anon_sym_pub] = ACTIONS(3261), + [anon_sym_mut] = ACTIONS(3261), + [anon_sym_enum] = ACTIONS(3261), + [anon_sym_interface] = ACTIONS(3261), + [anon_sym_PLUS_PLUS] = ACTIONS(3261), + [anon_sym_DASH_DASH] = ACTIONS(3261), + [anon_sym_QMARK] = ACTIONS(3261), + [anon_sym_BANG] = ACTIONS(3261), + [anon_sym_go] = ACTIONS(3261), + [anon_sym_spawn] = ACTIONS(3261), + [anon_sym_json_DOTdecode] = ACTIONS(3261), + [anon_sym_LBRACK2] = ACTIONS(3261), + [anon_sym_TILDE] = ACTIONS(3261), + [anon_sym_CARET] = ACTIONS(3261), + [anon_sym_AMP] = ACTIONS(3261), + [anon_sym_LT_DASH] = ACTIONS(3261), + [anon_sym_LT_LT] = ACTIONS(3261), + [anon_sym_GT_GT] = ACTIONS(3261), + [anon_sym_GT_GT_GT] = ACTIONS(3261), + [anon_sym_AMP_CARET] = ACTIONS(3261), + [anon_sym_AMP_AMP] = ACTIONS(3261), + [anon_sym_PIPE_PIPE] = ACTIONS(3261), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(3261), + [sym_true] = ACTIONS(3261), + [sym_false] = ACTIONS(3261), + [sym_nil] = ACTIONS(3261), + [anon_sym_QMARK_DOT] = ACTIONS(3261), + [anon_sym_POUND_LBRACK] = ACTIONS(3261), + [anon_sym_if] = ACTIONS(3261), + [anon_sym_DOLLARif] = ACTIONS(3261), + [anon_sym_is] = ACTIONS(3261), + [anon_sym_BANGis] = ACTIONS(3261), + [anon_sym_in] = ACTIONS(3261), + [anon_sym_BANGin] = ACTIONS(3261), + [anon_sym_match] = ACTIONS(3261), + [anon_sym_select] = ACTIONS(3261), + [anon_sym_STAR_EQ] = ACTIONS(3261), + [anon_sym_SLASH_EQ] = ACTIONS(3261), + [anon_sym_PERCENT_EQ] = ACTIONS(3261), + [anon_sym_LT_LT_EQ] = ACTIONS(3261), + [anon_sym_GT_GT_EQ] = ACTIONS(3261), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3261), + [anon_sym_AMP_EQ] = ACTIONS(3261), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3261), + [anon_sym_PLUS_EQ] = ACTIONS(3261), + [anon_sym_DASH_EQ] = ACTIONS(3261), + [anon_sym_PIPE_EQ] = ACTIONS(3261), + [anon_sym_CARET_EQ] = ACTIONS(3261), + [anon_sym_COLON_EQ] = ACTIONS(3261), + [anon_sym_lock] = ACTIONS(3261), + [anon_sym_rlock] = ACTIONS(3261), + [anon_sym_unsafe] = ACTIONS(3261), + [anon_sym_sql] = ACTIONS(3261), + [sym_int_literal] = ACTIONS(3261), + [sym_float_literal] = ACTIONS(3261), + [sym_rune_literal] = ACTIONS(3261), + [sym_pseudo_compile_time_identifier] = ACTIONS(3261), + [anon_sym_shared] = ACTIONS(3261), + [anon_sym_map_LBRACK] = ACTIONS(3261), + [anon_sym_chan] = ACTIONS(3261), + [anon_sym_thread] = ACTIONS(3261), + [anon_sym_atomic] = ACTIONS(3261), + [anon_sym_assert] = ACTIONS(3261), + [anon_sym_defer] = ACTIONS(3261), + [anon_sym_goto] = ACTIONS(3261), + [anon_sym_break] = ACTIONS(3261), + [anon_sym_continue] = ACTIONS(3261), + [anon_sym_return] = ACTIONS(3261), + [anon_sym_DOLLARfor] = ACTIONS(3261), + [anon_sym_for] = ACTIONS(3261), + [anon_sym_POUND] = ACTIONS(3261), + [anon_sym_asm] = ACTIONS(3261), + [anon_sym_AT_LBRACK] = ACTIONS(3261), + [sym___double_quote] = ACTIONS(3261), + [sym___single_quote] = ACTIONS(3261), + [sym___c_double_quote] = ACTIONS(3261), + [sym___c_single_quote] = ACTIONS(3261), + [sym___r_double_quote] = ACTIONS(3261), + [sym___r_single_quote] = ACTIONS(3261), }, [677] = { [sym_line_comment] = STATE(677), [sym_block_comment] = STATE(677), - [sym__expression] = STATE(1289), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4422), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1292), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4426), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [678] = { [sym_line_comment] = STATE(678), [sym_block_comment] = STATE(678), - [ts_builtin_sym_end] = ACTIONS(3237), - [sym_identifier] = ACTIONS(3239), - [anon_sym_LF] = ACTIONS(3239), - [anon_sym_CR] = ACTIONS(3239), - [anon_sym_CR_LF] = ACTIONS(3239), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3239), - [anon_sym_as] = ACTIONS(3239), - [anon_sym_LBRACE] = ACTIONS(3239), - [anon_sym_COMMA] = ACTIONS(3239), - [anon_sym_const] = ACTIONS(3239), - [anon_sym_LPAREN] = ACTIONS(3239), - [anon_sym_EQ] = ACTIONS(3239), - [anon_sym___global] = ACTIONS(3239), - [anon_sym_type] = ACTIONS(3239), - [anon_sym_PIPE] = ACTIONS(3239), - [anon_sym_fn] = ACTIONS(3239), - [anon_sym_PLUS] = ACTIONS(3239), - [anon_sym_DASH] = ACTIONS(3239), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(3239), - [anon_sym_GT] = ACTIONS(3239), - [anon_sym_EQ_EQ] = ACTIONS(3239), - [anon_sym_BANG_EQ] = ACTIONS(3239), - [anon_sym_LT_EQ] = ACTIONS(3239), - [anon_sym_GT_EQ] = ACTIONS(3239), - [anon_sym_LBRACK] = ACTIONS(3237), - [anon_sym_struct] = ACTIONS(3239), - [anon_sym_union] = ACTIONS(3239), - [anon_sym_pub] = ACTIONS(3239), - [anon_sym_mut] = ACTIONS(3239), - [anon_sym_enum] = ACTIONS(3239), - [anon_sym_interface] = ACTIONS(3239), - [anon_sym_PLUS_PLUS] = ACTIONS(3239), - [anon_sym_DASH_DASH] = ACTIONS(3239), - [anon_sym_QMARK] = ACTIONS(3239), - [anon_sym_BANG] = ACTIONS(3239), - [anon_sym_go] = ACTIONS(3239), - [anon_sym_spawn] = ACTIONS(3239), - [anon_sym_json_DOTdecode] = ACTIONS(3239), - [anon_sym_LBRACK2] = ACTIONS(3239), - [anon_sym_TILDE] = ACTIONS(3239), - [anon_sym_CARET] = ACTIONS(3239), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(3239), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(3239), - [anon_sym_PIPE_PIPE] = ACTIONS(3239), - [anon_sym_or] = ACTIONS(3239), - [sym_none] = ACTIONS(3239), - [sym_true] = ACTIONS(3239), - [sym_false] = ACTIONS(3239), - [sym_nil] = ACTIONS(3239), - [anon_sym_QMARK_DOT] = ACTIONS(3239), - [anon_sym_POUND_LBRACK] = ACTIONS(3239), - [anon_sym_if] = ACTIONS(3239), - [anon_sym_DOLLARif] = ACTIONS(3239), - [anon_sym_is] = ACTIONS(3239), - [anon_sym_BANGis] = ACTIONS(3239), - [anon_sym_in] = ACTIONS(3239), - [anon_sym_BANGin] = ACTIONS(3239), - [anon_sym_match] = ACTIONS(3239), - [anon_sym_select] = ACTIONS(3239), - [anon_sym_STAR_EQ] = ACTIONS(3239), - [anon_sym_SLASH_EQ] = ACTIONS(3239), - [anon_sym_PERCENT_EQ] = ACTIONS(3239), - [anon_sym_LT_LT_EQ] = ACTIONS(3239), - [anon_sym_GT_GT_EQ] = ACTIONS(3239), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3239), - [anon_sym_AMP_EQ] = ACTIONS(3239), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3239), - [anon_sym_PLUS_EQ] = ACTIONS(3239), - [anon_sym_DASH_EQ] = ACTIONS(3239), - [anon_sym_PIPE_EQ] = ACTIONS(3239), - [anon_sym_CARET_EQ] = ACTIONS(3239), - [anon_sym_COLON_EQ] = ACTIONS(3239), - [anon_sym_lock] = ACTIONS(3239), - [anon_sym_rlock] = ACTIONS(3239), - [anon_sym_unsafe] = ACTIONS(3239), - [anon_sym_sql] = ACTIONS(3239), - [sym_int_literal] = ACTIONS(3239), - [sym_float_literal] = ACTIONS(3239), - [sym_rune_literal] = ACTIONS(3239), - [sym_pseudo_compile_time_identifier] = ACTIONS(3239), - [anon_sym_shared] = ACTIONS(3239), - [anon_sym_map_LBRACK] = ACTIONS(3239), - [anon_sym_chan] = ACTIONS(3239), - [anon_sym_thread] = ACTIONS(3239), - [anon_sym_atomic] = ACTIONS(3239), - [anon_sym_assert] = ACTIONS(3239), - [anon_sym_defer] = ACTIONS(3239), - [anon_sym_goto] = ACTIONS(3239), - [anon_sym_break] = ACTIONS(3239), - [anon_sym_continue] = ACTIONS(3239), - [anon_sym_return] = ACTIONS(3239), - [anon_sym_DOLLARfor] = ACTIONS(3239), - [anon_sym_for] = ACTIONS(3239), - [anon_sym_POUND] = ACTIONS(3239), - [anon_sym_asm] = ACTIONS(3239), - [anon_sym_AT_LBRACK] = ACTIONS(3239), - [sym___double_quote] = ACTIONS(3239), - [sym___single_quote] = ACTIONS(3239), - [sym___c_double_quote] = ACTIONS(3239), - [sym___c_single_quote] = ACTIONS(3239), - [sym___r_double_quote] = ACTIONS(3239), - [sym___r_single_quote] = ACTIONS(3239), + [sym__expression] = STATE(2902), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [679] = { [sym_line_comment] = STATE(679), [sym_block_comment] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(3241), - [sym_identifier] = ACTIONS(3243), - [anon_sym_LF] = ACTIONS(3243), - [anon_sym_CR] = ACTIONS(3243), - [anon_sym_CR_LF] = ACTIONS(3243), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3243), - [anon_sym_as] = ACTIONS(3243), - [anon_sym_LBRACE] = ACTIONS(3243), - [anon_sym_COMMA] = ACTIONS(3243), - [anon_sym_const] = ACTIONS(3243), - [anon_sym_LPAREN] = ACTIONS(3243), - [anon_sym_EQ] = ACTIONS(3243), - [anon_sym___global] = ACTIONS(3243), - [anon_sym_type] = ACTIONS(3243), - [anon_sym_PIPE] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3243), - [anon_sym_PLUS] = ACTIONS(3243), - [anon_sym_DASH] = ACTIONS(3243), - [anon_sym_STAR] = ACTIONS(3243), - [anon_sym_SLASH] = ACTIONS(3243), - [anon_sym_PERCENT] = ACTIONS(3243), - [anon_sym_LT] = ACTIONS(3243), - [anon_sym_GT] = ACTIONS(3243), - [anon_sym_EQ_EQ] = ACTIONS(3243), - [anon_sym_BANG_EQ] = ACTIONS(3243), - [anon_sym_LT_EQ] = ACTIONS(3243), - [anon_sym_GT_EQ] = ACTIONS(3243), - [anon_sym_LBRACK] = ACTIONS(3241), - [anon_sym_struct] = ACTIONS(3243), - [anon_sym_union] = ACTIONS(3243), - [anon_sym_pub] = ACTIONS(3243), - [anon_sym_mut] = ACTIONS(3243), - [anon_sym_enum] = ACTIONS(3243), - [anon_sym_interface] = ACTIONS(3243), - [anon_sym_PLUS_PLUS] = ACTIONS(3243), - [anon_sym_DASH_DASH] = ACTIONS(3243), - [anon_sym_QMARK] = ACTIONS(3243), - [anon_sym_BANG] = ACTIONS(3243), - [anon_sym_go] = ACTIONS(3243), - [anon_sym_spawn] = ACTIONS(3243), - [anon_sym_json_DOTdecode] = ACTIONS(3243), - [anon_sym_LBRACK2] = ACTIONS(3243), - [anon_sym_TILDE] = ACTIONS(3243), - [anon_sym_CARET] = ACTIONS(3243), - [anon_sym_AMP] = ACTIONS(3243), - [anon_sym_LT_DASH] = ACTIONS(3243), - [anon_sym_LT_LT] = ACTIONS(3243), - [anon_sym_GT_GT] = ACTIONS(3243), - [anon_sym_GT_GT_GT] = ACTIONS(3243), - [anon_sym_AMP_CARET] = ACTIONS(3243), - [anon_sym_AMP_AMP] = ACTIONS(3243), - [anon_sym_PIPE_PIPE] = ACTIONS(3243), - [anon_sym_or] = ACTIONS(3243), - [sym_none] = ACTIONS(3243), - [sym_true] = ACTIONS(3243), - [sym_false] = ACTIONS(3243), - [sym_nil] = ACTIONS(3243), - [anon_sym_QMARK_DOT] = ACTIONS(3243), - [anon_sym_POUND_LBRACK] = ACTIONS(3243), - [anon_sym_if] = ACTIONS(3243), - [anon_sym_DOLLARif] = ACTIONS(3243), - [anon_sym_is] = ACTIONS(3243), - [anon_sym_BANGis] = ACTIONS(3243), - [anon_sym_in] = ACTIONS(3243), - [anon_sym_BANGin] = ACTIONS(3243), - [anon_sym_match] = ACTIONS(3243), - [anon_sym_select] = ACTIONS(3243), - [anon_sym_STAR_EQ] = ACTIONS(3243), - [anon_sym_SLASH_EQ] = ACTIONS(3243), - [anon_sym_PERCENT_EQ] = ACTIONS(3243), - [anon_sym_LT_LT_EQ] = ACTIONS(3243), - [anon_sym_GT_GT_EQ] = ACTIONS(3243), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3243), - [anon_sym_AMP_EQ] = ACTIONS(3243), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3243), - [anon_sym_PLUS_EQ] = ACTIONS(3243), - [anon_sym_DASH_EQ] = ACTIONS(3243), - [anon_sym_PIPE_EQ] = ACTIONS(3243), - [anon_sym_CARET_EQ] = ACTIONS(3243), - [anon_sym_COLON_EQ] = ACTIONS(3243), - [anon_sym_lock] = ACTIONS(3243), - [anon_sym_rlock] = ACTIONS(3243), - [anon_sym_unsafe] = ACTIONS(3243), - [anon_sym_sql] = ACTIONS(3243), - [sym_int_literal] = ACTIONS(3243), - [sym_float_literal] = ACTIONS(3243), - [sym_rune_literal] = ACTIONS(3243), - [sym_pseudo_compile_time_identifier] = ACTIONS(3243), - [anon_sym_shared] = ACTIONS(3243), - [anon_sym_map_LBRACK] = ACTIONS(3243), - [anon_sym_chan] = ACTIONS(3243), - [anon_sym_thread] = ACTIONS(3243), - [anon_sym_atomic] = ACTIONS(3243), - [anon_sym_assert] = ACTIONS(3243), - [anon_sym_defer] = ACTIONS(3243), - [anon_sym_goto] = ACTIONS(3243), - [anon_sym_break] = ACTIONS(3243), - [anon_sym_continue] = ACTIONS(3243), - [anon_sym_return] = ACTIONS(3243), - [anon_sym_DOLLARfor] = ACTIONS(3243), - [anon_sym_for] = ACTIONS(3243), - [anon_sym_POUND] = ACTIONS(3243), - [anon_sym_asm] = ACTIONS(3243), - [anon_sym_AT_LBRACK] = ACTIONS(3243), - [sym___double_quote] = ACTIONS(3243), - [sym___single_quote] = ACTIONS(3243), - [sym___c_double_quote] = ACTIONS(3243), - [sym___c_single_quote] = ACTIONS(3243), - [sym___r_double_quote] = ACTIONS(3243), - [sym___r_single_quote] = ACTIONS(3243), + [sym__expression] = STATE(1292), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [680] = { [sym_line_comment] = STATE(680), [sym_block_comment] = STATE(680), - [ts_builtin_sym_end] = ACTIONS(3245), - [sym_identifier] = ACTIONS(3247), - [anon_sym_LF] = ACTIONS(3247), - [anon_sym_CR] = ACTIONS(3247), - [anon_sym_CR_LF] = ACTIONS(3247), + [ts_builtin_sym_end] = ACTIONS(3263), + [sym_identifier] = ACTIONS(3265), + [anon_sym_LF] = ACTIONS(3265), + [anon_sym_CR] = ACTIONS(3265), + [anon_sym_CR_LF] = ACTIONS(3265), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3247), - [anon_sym_as] = ACTIONS(3247), - [anon_sym_LBRACE] = ACTIONS(3247), - [anon_sym_COMMA] = ACTIONS(3247), - [anon_sym_const] = ACTIONS(3247), - [anon_sym_LPAREN] = ACTIONS(3247), - [anon_sym_EQ] = ACTIONS(3247), - [anon_sym___global] = ACTIONS(3247), - [anon_sym_type] = ACTIONS(3247), - [anon_sym_PIPE] = ACTIONS(3247), - [anon_sym_fn] = ACTIONS(3247), - [anon_sym_PLUS] = ACTIONS(3247), - [anon_sym_DASH] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3247), - [anon_sym_SLASH] = ACTIONS(3247), - [anon_sym_PERCENT] = ACTIONS(3247), - [anon_sym_LT] = ACTIONS(3247), - [anon_sym_GT] = ACTIONS(3247), - [anon_sym_EQ_EQ] = ACTIONS(3247), - [anon_sym_BANG_EQ] = ACTIONS(3247), - [anon_sym_LT_EQ] = ACTIONS(3247), - [anon_sym_GT_EQ] = ACTIONS(3247), - [anon_sym_LBRACK] = ACTIONS(3245), - [anon_sym_struct] = ACTIONS(3247), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_pub] = ACTIONS(3247), - [anon_sym_mut] = ACTIONS(3247), - [anon_sym_enum] = ACTIONS(3247), - [anon_sym_interface] = ACTIONS(3247), - [anon_sym_PLUS_PLUS] = ACTIONS(3247), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3247), - [anon_sym_BANG] = ACTIONS(3247), - [anon_sym_go] = ACTIONS(3247), - [anon_sym_spawn] = ACTIONS(3247), - [anon_sym_json_DOTdecode] = ACTIONS(3247), - [anon_sym_LBRACK2] = ACTIONS(3247), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_CARET] = ACTIONS(3247), - [anon_sym_AMP] = ACTIONS(3247), - [anon_sym_LT_DASH] = ACTIONS(3247), - [anon_sym_LT_LT] = ACTIONS(3247), - [anon_sym_GT_GT] = ACTIONS(3247), - [anon_sym_GT_GT_GT] = ACTIONS(3247), - [anon_sym_AMP_CARET] = ACTIONS(3247), - [anon_sym_AMP_AMP] = ACTIONS(3247), - [anon_sym_PIPE_PIPE] = ACTIONS(3247), - [anon_sym_or] = ACTIONS(3247), - [sym_none] = ACTIONS(3247), - [sym_true] = ACTIONS(3247), - [sym_false] = ACTIONS(3247), - [sym_nil] = ACTIONS(3247), - [anon_sym_QMARK_DOT] = ACTIONS(3247), - [anon_sym_POUND_LBRACK] = ACTIONS(3247), - [anon_sym_if] = ACTIONS(3247), - [anon_sym_DOLLARif] = ACTIONS(3247), - [anon_sym_is] = ACTIONS(3247), - [anon_sym_BANGis] = ACTIONS(3247), - [anon_sym_in] = ACTIONS(3247), - [anon_sym_BANGin] = ACTIONS(3247), - [anon_sym_match] = ACTIONS(3247), - [anon_sym_select] = ACTIONS(3247), - [anon_sym_STAR_EQ] = ACTIONS(3247), - [anon_sym_SLASH_EQ] = ACTIONS(3247), - [anon_sym_PERCENT_EQ] = ACTIONS(3247), - [anon_sym_LT_LT_EQ] = ACTIONS(3247), - [anon_sym_GT_GT_EQ] = ACTIONS(3247), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3247), - [anon_sym_AMP_EQ] = ACTIONS(3247), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3247), - [anon_sym_PLUS_EQ] = ACTIONS(3247), - [anon_sym_DASH_EQ] = ACTIONS(3247), - [anon_sym_PIPE_EQ] = ACTIONS(3247), - [anon_sym_CARET_EQ] = ACTIONS(3247), - [anon_sym_COLON_EQ] = ACTIONS(3247), - [anon_sym_lock] = ACTIONS(3247), - [anon_sym_rlock] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(3247), - [anon_sym_sql] = ACTIONS(3247), - [sym_int_literal] = ACTIONS(3247), - [sym_float_literal] = ACTIONS(3247), - [sym_rune_literal] = ACTIONS(3247), - [sym_pseudo_compile_time_identifier] = ACTIONS(3247), - [anon_sym_shared] = ACTIONS(3247), - [anon_sym_map_LBRACK] = ACTIONS(3247), - [anon_sym_chan] = ACTIONS(3247), - [anon_sym_thread] = ACTIONS(3247), - [anon_sym_atomic] = ACTIONS(3247), - [anon_sym_assert] = ACTIONS(3247), - [anon_sym_defer] = ACTIONS(3247), - [anon_sym_goto] = ACTIONS(3247), - [anon_sym_break] = ACTIONS(3247), - [anon_sym_continue] = ACTIONS(3247), - [anon_sym_return] = ACTIONS(3247), - [anon_sym_DOLLARfor] = ACTIONS(3247), - [anon_sym_for] = ACTIONS(3247), - [anon_sym_POUND] = ACTIONS(3247), - [anon_sym_asm] = ACTIONS(3247), - [anon_sym_AT_LBRACK] = ACTIONS(3247), - [sym___double_quote] = ACTIONS(3247), - [sym___single_quote] = ACTIONS(3247), - [sym___c_double_quote] = ACTIONS(3247), - [sym___c_single_quote] = ACTIONS(3247), - [sym___r_double_quote] = ACTIONS(3247), - [sym___r_single_quote] = ACTIONS(3247), + [anon_sym_DOT] = ACTIONS(3265), + [anon_sym_as] = ACTIONS(3265), + [anon_sym_LBRACE] = ACTIONS(3265), + [anon_sym_COMMA] = ACTIONS(3265), + [anon_sym_const] = ACTIONS(3265), + [anon_sym_LPAREN] = ACTIONS(3265), + [anon_sym_EQ] = ACTIONS(3265), + [anon_sym___global] = ACTIONS(3265), + [anon_sym_type] = ACTIONS(3265), + [anon_sym_PIPE] = ACTIONS(3265), + [anon_sym_fn] = ACTIONS(3265), + [anon_sym_PLUS] = ACTIONS(3265), + [anon_sym_DASH] = ACTIONS(3265), + [anon_sym_STAR] = ACTIONS(3265), + [anon_sym_SLASH] = ACTIONS(3265), + [anon_sym_PERCENT] = ACTIONS(3265), + [anon_sym_LT] = ACTIONS(3265), + [anon_sym_GT] = ACTIONS(3265), + [anon_sym_EQ_EQ] = ACTIONS(3265), + [anon_sym_BANG_EQ] = ACTIONS(3265), + [anon_sym_LT_EQ] = ACTIONS(3265), + [anon_sym_GT_EQ] = ACTIONS(3265), + [anon_sym_LBRACK] = ACTIONS(3263), + [anon_sym_struct] = ACTIONS(3265), + [anon_sym_union] = ACTIONS(3265), + [anon_sym_pub] = ACTIONS(3265), + [anon_sym_mut] = ACTIONS(3265), + [anon_sym_enum] = ACTIONS(3265), + [anon_sym_interface] = ACTIONS(3265), + [anon_sym_PLUS_PLUS] = ACTIONS(3265), + [anon_sym_DASH_DASH] = ACTIONS(3265), + [anon_sym_QMARK] = ACTIONS(3265), + [anon_sym_BANG] = ACTIONS(3265), + [anon_sym_go] = ACTIONS(3265), + [anon_sym_spawn] = ACTIONS(3265), + [anon_sym_json_DOTdecode] = ACTIONS(3265), + [anon_sym_LBRACK2] = ACTIONS(3265), + [anon_sym_TILDE] = ACTIONS(3265), + [anon_sym_CARET] = ACTIONS(3265), + [anon_sym_AMP] = ACTIONS(3265), + [anon_sym_LT_DASH] = ACTIONS(3265), + [anon_sym_LT_LT] = ACTIONS(3265), + [anon_sym_GT_GT] = ACTIONS(3265), + [anon_sym_GT_GT_GT] = ACTIONS(3265), + [anon_sym_AMP_CARET] = ACTIONS(3265), + [anon_sym_AMP_AMP] = ACTIONS(3265), + [anon_sym_PIPE_PIPE] = ACTIONS(3265), + [anon_sym_or] = ACTIONS(3265), + [sym_none] = ACTIONS(3265), + [sym_true] = ACTIONS(3265), + [sym_false] = ACTIONS(3265), + [sym_nil] = ACTIONS(3265), + [anon_sym_QMARK_DOT] = ACTIONS(3265), + [anon_sym_POUND_LBRACK] = ACTIONS(3265), + [anon_sym_if] = ACTIONS(3265), + [anon_sym_DOLLARif] = ACTIONS(3265), + [anon_sym_is] = ACTIONS(3265), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3265), + [anon_sym_BANGin] = ACTIONS(3265), + [anon_sym_match] = ACTIONS(3265), + [anon_sym_select] = ACTIONS(3265), + [anon_sym_STAR_EQ] = ACTIONS(3265), + [anon_sym_SLASH_EQ] = ACTIONS(3265), + [anon_sym_PERCENT_EQ] = ACTIONS(3265), + [anon_sym_LT_LT_EQ] = ACTIONS(3265), + [anon_sym_GT_GT_EQ] = ACTIONS(3265), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3265), + [anon_sym_AMP_EQ] = ACTIONS(3265), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3265), + [anon_sym_PLUS_EQ] = ACTIONS(3265), + [anon_sym_DASH_EQ] = ACTIONS(3265), + [anon_sym_PIPE_EQ] = ACTIONS(3265), + [anon_sym_CARET_EQ] = ACTIONS(3265), + [anon_sym_COLON_EQ] = ACTIONS(3265), + [anon_sym_lock] = ACTIONS(3265), + [anon_sym_rlock] = ACTIONS(3265), + [anon_sym_unsafe] = ACTIONS(3265), + [anon_sym_sql] = ACTIONS(3265), + [sym_int_literal] = ACTIONS(3265), + [sym_float_literal] = ACTIONS(3265), + [sym_rune_literal] = ACTIONS(3265), + [sym_pseudo_compile_time_identifier] = ACTIONS(3265), + [anon_sym_shared] = ACTIONS(3265), + [anon_sym_map_LBRACK] = ACTIONS(3265), + [anon_sym_chan] = ACTIONS(3265), + [anon_sym_thread] = ACTIONS(3265), + [anon_sym_atomic] = ACTIONS(3265), + [anon_sym_assert] = ACTIONS(3265), + [anon_sym_defer] = ACTIONS(3265), + [anon_sym_goto] = ACTIONS(3265), + [anon_sym_break] = ACTIONS(3265), + [anon_sym_continue] = ACTIONS(3265), + [anon_sym_return] = ACTIONS(3265), + [anon_sym_DOLLARfor] = ACTIONS(3265), + [anon_sym_for] = ACTIONS(3265), + [anon_sym_POUND] = ACTIONS(3265), + [anon_sym_asm] = ACTIONS(3265), + [anon_sym_AT_LBRACK] = ACTIONS(3265), + [sym___double_quote] = ACTIONS(3265), + [sym___single_quote] = ACTIONS(3265), + [sym___c_double_quote] = ACTIONS(3265), + [sym___c_single_quote] = ACTIONS(3265), + [sym___r_double_quote] = ACTIONS(3265), + [sym___r_single_quote] = ACTIONS(3265), }, [681] = { [sym_line_comment] = STATE(681), [sym_block_comment] = STATE(681), - [sym__expression] = STATE(1289), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4417), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1953), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [682] = { [sym_line_comment] = STATE(682), [sym_block_comment] = STATE(682), - [sym__expression] = STATE(2642), + [sym__expression] = STATE(2887), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [683] = { [sym_line_comment] = STATE(683), [sym_block_comment] = STATE(683), - [ts_builtin_sym_end] = ACTIONS(3249), - [sym_identifier] = ACTIONS(3251), - [anon_sym_LF] = ACTIONS(3251), - [anon_sym_CR] = ACTIONS(3251), - [anon_sym_CR_LF] = ACTIONS(3251), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3251), - [anon_sym_as] = ACTIONS(3251), - [anon_sym_LBRACE] = ACTIONS(3251), - [anon_sym_COMMA] = ACTIONS(3251), - [anon_sym_const] = ACTIONS(3251), - [anon_sym_LPAREN] = ACTIONS(3251), - [anon_sym_EQ] = ACTIONS(3251), - [anon_sym___global] = ACTIONS(3251), - [anon_sym_type] = ACTIONS(3251), - [anon_sym_PIPE] = ACTIONS(3251), - [anon_sym_fn] = ACTIONS(3251), - [anon_sym_PLUS] = ACTIONS(3251), - [anon_sym_DASH] = ACTIONS(3251), - [anon_sym_STAR] = ACTIONS(3251), - [anon_sym_SLASH] = ACTIONS(3251), - [anon_sym_PERCENT] = ACTIONS(3251), - [anon_sym_LT] = ACTIONS(3251), - [anon_sym_GT] = ACTIONS(3251), - [anon_sym_EQ_EQ] = ACTIONS(3251), - [anon_sym_BANG_EQ] = ACTIONS(3251), - [anon_sym_LT_EQ] = ACTIONS(3251), - [anon_sym_GT_EQ] = ACTIONS(3251), - [anon_sym_LBRACK] = ACTIONS(3249), - [anon_sym_struct] = ACTIONS(3251), - [anon_sym_union] = ACTIONS(3251), - [anon_sym_pub] = ACTIONS(3251), - [anon_sym_mut] = ACTIONS(3251), - [anon_sym_enum] = ACTIONS(3251), - [anon_sym_interface] = ACTIONS(3251), - [anon_sym_PLUS_PLUS] = ACTIONS(3251), - [anon_sym_DASH_DASH] = ACTIONS(3251), - [anon_sym_QMARK] = ACTIONS(3251), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(3251), - [anon_sym_spawn] = ACTIONS(3251), - [anon_sym_json_DOTdecode] = ACTIONS(3251), - [anon_sym_LBRACK2] = ACTIONS(3251), - [anon_sym_TILDE] = ACTIONS(3251), - [anon_sym_CARET] = ACTIONS(3251), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_LT_DASH] = ACTIONS(3251), - [anon_sym_LT_LT] = ACTIONS(3251), - [anon_sym_GT_GT] = ACTIONS(3251), - [anon_sym_GT_GT_GT] = ACTIONS(3251), - [anon_sym_AMP_CARET] = ACTIONS(3251), - [anon_sym_AMP_AMP] = ACTIONS(3251), - [anon_sym_PIPE_PIPE] = ACTIONS(3251), - [anon_sym_or] = ACTIONS(3251), - [sym_none] = ACTIONS(3251), - [sym_true] = ACTIONS(3251), - [sym_false] = ACTIONS(3251), - [sym_nil] = ACTIONS(3251), - [anon_sym_QMARK_DOT] = ACTIONS(3251), - [anon_sym_POUND_LBRACK] = ACTIONS(3251), - [anon_sym_if] = ACTIONS(3251), - [anon_sym_DOLLARif] = ACTIONS(3251), - [anon_sym_is] = ACTIONS(3251), - [anon_sym_BANGis] = ACTIONS(3251), - [anon_sym_in] = ACTIONS(3251), - [anon_sym_BANGin] = ACTIONS(3251), - [anon_sym_match] = ACTIONS(3251), - [anon_sym_select] = ACTIONS(3251), - [anon_sym_STAR_EQ] = ACTIONS(3251), - [anon_sym_SLASH_EQ] = ACTIONS(3251), - [anon_sym_PERCENT_EQ] = ACTIONS(3251), - [anon_sym_LT_LT_EQ] = ACTIONS(3251), - [anon_sym_GT_GT_EQ] = ACTIONS(3251), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3251), - [anon_sym_AMP_EQ] = ACTIONS(3251), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3251), - [anon_sym_PLUS_EQ] = ACTIONS(3251), - [anon_sym_DASH_EQ] = ACTIONS(3251), - [anon_sym_PIPE_EQ] = ACTIONS(3251), - [anon_sym_CARET_EQ] = ACTIONS(3251), - [anon_sym_COLON_EQ] = ACTIONS(3251), - [anon_sym_lock] = ACTIONS(3251), - [anon_sym_rlock] = ACTIONS(3251), - [anon_sym_unsafe] = ACTIONS(3251), - [anon_sym_sql] = ACTIONS(3251), - [sym_int_literal] = ACTIONS(3251), - [sym_float_literal] = ACTIONS(3251), - [sym_rune_literal] = ACTIONS(3251), - [sym_pseudo_compile_time_identifier] = ACTIONS(3251), - [anon_sym_shared] = ACTIONS(3251), - [anon_sym_map_LBRACK] = ACTIONS(3251), - [anon_sym_chan] = ACTIONS(3251), - [anon_sym_thread] = ACTIONS(3251), - [anon_sym_atomic] = ACTIONS(3251), - [anon_sym_assert] = ACTIONS(3251), - [anon_sym_defer] = ACTIONS(3251), - [anon_sym_goto] = ACTIONS(3251), - [anon_sym_break] = ACTIONS(3251), - [anon_sym_continue] = ACTIONS(3251), - [anon_sym_return] = ACTIONS(3251), - [anon_sym_DOLLARfor] = ACTIONS(3251), - [anon_sym_for] = ACTIONS(3251), - [anon_sym_POUND] = ACTIONS(3251), - [anon_sym_asm] = ACTIONS(3251), - [anon_sym_AT_LBRACK] = ACTIONS(3251), - [sym___double_quote] = ACTIONS(3251), - [sym___single_quote] = ACTIONS(3251), - [sym___c_double_quote] = ACTIONS(3251), - [sym___c_single_quote] = ACTIONS(3251), - [sym___r_double_quote] = ACTIONS(3251), - [sym___r_single_quote] = ACTIONS(3251), + [sym__expression] = STATE(1301), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [684] = { [sym_line_comment] = STATE(684), [sym_block_comment] = STATE(684), - [sym__expression] = STATE(241), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [sym__expression] = STATE(247), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), + [anon_sym_LBRACE] = ACTIONS(2781), [anon_sym_LPAREN] = ACTIONS(23), [anon_sym_fn] = ACTIONS(485), [anon_sym_PLUS] = ACTIONS(31), @@ -103277,555 +103294,671 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [685] = { [sym_line_comment] = STATE(685), [sym_block_comment] = STATE(685), - [sym__expression] = STATE(240), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), + [ts_builtin_sym_end] = ACTIONS(3267), + [sym_identifier] = ACTIONS(3269), + [anon_sym_LF] = ACTIONS(3269), + [anon_sym_CR] = ACTIONS(3269), + [anon_sym_CR_LF] = ACTIONS(3269), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3269), + [anon_sym_as] = ACTIONS(3269), + [anon_sym_LBRACE] = ACTIONS(3269), + [anon_sym_COMMA] = ACTIONS(3269), + [anon_sym_const] = ACTIONS(3269), + [anon_sym_LPAREN] = ACTIONS(3269), + [anon_sym_EQ] = ACTIONS(3269), + [anon_sym___global] = ACTIONS(3269), + [anon_sym_type] = ACTIONS(3269), + [anon_sym_PIPE] = ACTIONS(3269), + [anon_sym_fn] = ACTIONS(3269), + [anon_sym_PLUS] = ACTIONS(3269), + [anon_sym_DASH] = ACTIONS(3269), + [anon_sym_STAR] = ACTIONS(3269), + [anon_sym_SLASH] = ACTIONS(3269), + [anon_sym_PERCENT] = ACTIONS(3269), + [anon_sym_LT] = ACTIONS(3269), + [anon_sym_GT] = ACTIONS(3269), + [anon_sym_EQ_EQ] = ACTIONS(3269), + [anon_sym_BANG_EQ] = ACTIONS(3269), + [anon_sym_LT_EQ] = ACTIONS(3269), + [anon_sym_GT_EQ] = ACTIONS(3269), + [anon_sym_LBRACK] = ACTIONS(3267), + [anon_sym_struct] = ACTIONS(3269), + [anon_sym_union] = ACTIONS(3269), + [anon_sym_pub] = ACTIONS(3269), + [anon_sym_mut] = ACTIONS(3269), + [anon_sym_enum] = ACTIONS(3269), + [anon_sym_interface] = ACTIONS(3269), + [anon_sym_PLUS_PLUS] = ACTIONS(3269), + [anon_sym_DASH_DASH] = ACTIONS(3269), + [anon_sym_QMARK] = ACTIONS(3269), + [anon_sym_BANG] = ACTIONS(3269), + [anon_sym_go] = ACTIONS(3269), + [anon_sym_spawn] = ACTIONS(3269), + [anon_sym_json_DOTdecode] = ACTIONS(3269), + [anon_sym_LBRACK2] = ACTIONS(3269), + [anon_sym_TILDE] = ACTIONS(3269), + [anon_sym_CARET] = ACTIONS(3269), + [anon_sym_AMP] = ACTIONS(3269), + [anon_sym_LT_DASH] = ACTIONS(3269), + [anon_sym_LT_LT] = ACTIONS(3269), + [anon_sym_GT_GT] = ACTIONS(3269), + [anon_sym_GT_GT_GT] = ACTIONS(3269), + [anon_sym_AMP_CARET] = ACTIONS(3269), + [anon_sym_AMP_AMP] = ACTIONS(3269), + [anon_sym_PIPE_PIPE] = ACTIONS(3269), + [anon_sym_or] = ACTIONS(3269), + [sym_none] = ACTIONS(3269), + [sym_true] = ACTIONS(3269), + [sym_false] = ACTIONS(3269), + [sym_nil] = ACTIONS(3269), + [anon_sym_QMARK_DOT] = ACTIONS(3269), + [anon_sym_POUND_LBRACK] = ACTIONS(3269), + [anon_sym_if] = ACTIONS(3269), + [anon_sym_DOLLARif] = ACTIONS(3269), + [anon_sym_is] = ACTIONS(3269), + [anon_sym_BANGis] = ACTIONS(3269), + [anon_sym_in] = ACTIONS(3269), + [anon_sym_BANGin] = ACTIONS(3269), + [anon_sym_match] = ACTIONS(3269), + [anon_sym_select] = ACTIONS(3269), + [anon_sym_STAR_EQ] = ACTIONS(3269), + [anon_sym_SLASH_EQ] = ACTIONS(3269), + [anon_sym_PERCENT_EQ] = ACTIONS(3269), + [anon_sym_LT_LT_EQ] = ACTIONS(3269), + [anon_sym_GT_GT_EQ] = ACTIONS(3269), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3269), + [anon_sym_AMP_EQ] = ACTIONS(3269), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3269), + [anon_sym_PLUS_EQ] = ACTIONS(3269), + [anon_sym_DASH_EQ] = ACTIONS(3269), + [anon_sym_PIPE_EQ] = ACTIONS(3269), + [anon_sym_CARET_EQ] = ACTIONS(3269), + [anon_sym_COLON_EQ] = ACTIONS(3269), + [anon_sym_lock] = ACTIONS(3269), + [anon_sym_rlock] = ACTIONS(3269), + [anon_sym_unsafe] = ACTIONS(3269), + [anon_sym_sql] = ACTIONS(3269), + [sym_int_literal] = ACTIONS(3269), + [sym_float_literal] = ACTIONS(3269), + [sym_rune_literal] = ACTIONS(3269), + [sym_pseudo_compile_time_identifier] = ACTIONS(3269), + [anon_sym_shared] = ACTIONS(3269), + [anon_sym_map_LBRACK] = ACTIONS(3269), + [anon_sym_chan] = ACTIONS(3269), + [anon_sym_thread] = ACTIONS(3269), + [anon_sym_atomic] = ACTIONS(3269), + [anon_sym_assert] = ACTIONS(3269), + [anon_sym_defer] = ACTIONS(3269), + [anon_sym_goto] = ACTIONS(3269), + [anon_sym_break] = ACTIONS(3269), + [anon_sym_continue] = ACTIONS(3269), + [anon_sym_return] = ACTIONS(3269), + [anon_sym_DOLLARfor] = ACTIONS(3269), + [anon_sym_for] = ACTIONS(3269), + [anon_sym_POUND] = ACTIONS(3269), + [anon_sym_asm] = ACTIONS(3269), + [anon_sym_AT_LBRACK] = ACTIONS(3269), + [sym___double_quote] = ACTIONS(3269), + [sym___single_quote] = ACTIONS(3269), + [sym___c_double_quote] = ACTIONS(3269), + [sym___c_single_quote] = ACTIONS(3269), + [sym___r_double_quote] = ACTIONS(3269), + [sym___r_single_quote] = ACTIONS(3269), }, [686] = { [sym_line_comment] = STATE(686), [sym_block_comment] = STATE(686), - [ts_builtin_sym_end] = ACTIONS(3253), - [sym_identifier] = ACTIONS(3255), - [anon_sym_LF] = ACTIONS(3255), - [anon_sym_CR] = ACTIONS(3255), - [anon_sym_CR_LF] = ACTIONS(3255), + [ts_builtin_sym_end] = ACTIONS(3271), + [sym_identifier] = ACTIONS(3273), + [anon_sym_LF] = ACTIONS(3273), + [anon_sym_CR] = ACTIONS(3273), + [anon_sym_CR_LF] = ACTIONS(3273), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3255), - [anon_sym_as] = ACTIONS(3255), - [anon_sym_LBRACE] = ACTIONS(3255), - [anon_sym_COMMA] = ACTIONS(3255), - [anon_sym_const] = ACTIONS(3255), - [anon_sym_LPAREN] = ACTIONS(3255), - [anon_sym_EQ] = ACTIONS(3255), - [anon_sym___global] = ACTIONS(3255), - [anon_sym_type] = ACTIONS(3255), - [anon_sym_PIPE] = ACTIONS(3255), - [anon_sym_fn] = ACTIONS(3255), - [anon_sym_PLUS] = ACTIONS(3255), - [anon_sym_DASH] = ACTIONS(3255), - [anon_sym_STAR] = ACTIONS(3255), - [anon_sym_SLASH] = ACTIONS(3255), - [anon_sym_PERCENT] = ACTIONS(3255), - [anon_sym_LT] = ACTIONS(3255), - [anon_sym_GT] = ACTIONS(3255), - [anon_sym_EQ_EQ] = ACTIONS(3255), - [anon_sym_BANG_EQ] = ACTIONS(3255), - [anon_sym_LT_EQ] = ACTIONS(3255), - [anon_sym_GT_EQ] = ACTIONS(3255), - [anon_sym_LBRACK] = ACTIONS(3253), - [anon_sym_struct] = ACTIONS(3255), - [anon_sym_union] = ACTIONS(3255), - [anon_sym_pub] = ACTIONS(3255), - [anon_sym_mut] = ACTIONS(3255), - [anon_sym_enum] = ACTIONS(3255), - [anon_sym_interface] = ACTIONS(3255), - [anon_sym_PLUS_PLUS] = ACTIONS(3255), - [anon_sym_DASH_DASH] = ACTIONS(3255), - [anon_sym_QMARK] = ACTIONS(3255), - [anon_sym_BANG] = ACTIONS(3255), - [anon_sym_go] = ACTIONS(3255), - [anon_sym_spawn] = ACTIONS(3255), - [anon_sym_json_DOTdecode] = ACTIONS(3255), - [anon_sym_LBRACK2] = ACTIONS(3255), - [anon_sym_TILDE] = ACTIONS(3255), - [anon_sym_CARET] = ACTIONS(3255), - [anon_sym_AMP] = ACTIONS(3255), - [anon_sym_LT_DASH] = ACTIONS(3255), - [anon_sym_LT_LT] = ACTIONS(3255), - [anon_sym_GT_GT] = ACTIONS(3255), - [anon_sym_GT_GT_GT] = ACTIONS(3255), - [anon_sym_AMP_CARET] = ACTIONS(3255), - [anon_sym_AMP_AMP] = ACTIONS(3255), - [anon_sym_PIPE_PIPE] = ACTIONS(3255), - [anon_sym_or] = ACTIONS(3255), - [sym_none] = ACTIONS(3255), - [sym_true] = ACTIONS(3255), - [sym_false] = ACTIONS(3255), - [sym_nil] = ACTIONS(3255), - [anon_sym_QMARK_DOT] = ACTIONS(3255), - [anon_sym_POUND_LBRACK] = ACTIONS(3255), - [anon_sym_if] = ACTIONS(3255), - [anon_sym_DOLLARif] = ACTIONS(3255), - [anon_sym_is] = ACTIONS(3255), - [anon_sym_BANGis] = ACTIONS(3255), - [anon_sym_in] = ACTIONS(3255), - [anon_sym_BANGin] = ACTIONS(3255), - [anon_sym_match] = ACTIONS(3255), - [anon_sym_select] = ACTIONS(3255), - [anon_sym_STAR_EQ] = ACTIONS(3255), - [anon_sym_SLASH_EQ] = ACTIONS(3255), - [anon_sym_PERCENT_EQ] = ACTIONS(3255), - [anon_sym_LT_LT_EQ] = ACTIONS(3255), - [anon_sym_GT_GT_EQ] = ACTIONS(3255), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3255), - [anon_sym_AMP_EQ] = ACTIONS(3255), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3255), - [anon_sym_PLUS_EQ] = ACTIONS(3255), - [anon_sym_DASH_EQ] = ACTIONS(3255), - [anon_sym_PIPE_EQ] = ACTIONS(3255), - [anon_sym_CARET_EQ] = ACTIONS(3255), - [anon_sym_COLON_EQ] = ACTIONS(3255), - [anon_sym_lock] = ACTIONS(3255), - [anon_sym_rlock] = ACTIONS(3255), - [anon_sym_unsafe] = ACTIONS(3255), - [anon_sym_sql] = ACTIONS(3255), - [sym_int_literal] = ACTIONS(3255), - [sym_float_literal] = ACTIONS(3255), - [sym_rune_literal] = ACTIONS(3255), - [sym_pseudo_compile_time_identifier] = ACTIONS(3255), - [anon_sym_shared] = ACTIONS(3255), - [anon_sym_map_LBRACK] = ACTIONS(3255), - [anon_sym_chan] = ACTIONS(3255), - [anon_sym_thread] = ACTIONS(3255), - [anon_sym_atomic] = ACTIONS(3255), - [anon_sym_assert] = ACTIONS(3255), - [anon_sym_defer] = ACTIONS(3255), - [anon_sym_goto] = ACTIONS(3255), - [anon_sym_break] = ACTIONS(3255), - [anon_sym_continue] = ACTIONS(3255), - [anon_sym_return] = ACTIONS(3255), - [anon_sym_DOLLARfor] = ACTIONS(3255), - [anon_sym_for] = ACTIONS(3255), - [anon_sym_POUND] = ACTIONS(3255), - [anon_sym_asm] = ACTIONS(3255), - [anon_sym_AT_LBRACK] = ACTIONS(3255), - [sym___double_quote] = ACTIONS(3255), - [sym___single_quote] = ACTIONS(3255), - [sym___c_double_quote] = ACTIONS(3255), - [sym___c_single_quote] = ACTIONS(3255), - [sym___r_double_quote] = ACTIONS(3255), - [sym___r_single_quote] = ACTIONS(3255), + [anon_sym_DOT] = ACTIONS(3273), + [anon_sym_as] = ACTIONS(3273), + [anon_sym_LBRACE] = ACTIONS(3273), + [anon_sym_COMMA] = ACTIONS(3273), + [anon_sym_const] = ACTIONS(3273), + [anon_sym_LPAREN] = ACTIONS(3273), + [anon_sym_EQ] = ACTIONS(3273), + [anon_sym___global] = ACTIONS(3273), + [anon_sym_type] = ACTIONS(3273), + [anon_sym_PIPE] = ACTIONS(3273), + [anon_sym_fn] = ACTIONS(3273), + [anon_sym_PLUS] = ACTIONS(3273), + [anon_sym_DASH] = ACTIONS(3273), + [anon_sym_STAR] = ACTIONS(3273), + [anon_sym_SLASH] = ACTIONS(3273), + [anon_sym_PERCENT] = ACTIONS(3273), + [anon_sym_LT] = ACTIONS(3273), + [anon_sym_GT] = ACTIONS(3273), + [anon_sym_EQ_EQ] = ACTIONS(3273), + [anon_sym_BANG_EQ] = ACTIONS(3273), + [anon_sym_LT_EQ] = ACTIONS(3273), + [anon_sym_GT_EQ] = ACTIONS(3273), + [anon_sym_LBRACK] = ACTIONS(3271), + [anon_sym_struct] = ACTIONS(3273), + [anon_sym_union] = ACTIONS(3273), + [anon_sym_pub] = ACTIONS(3273), + [anon_sym_mut] = ACTIONS(3273), + [anon_sym_enum] = ACTIONS(3273), + [anon_sym_interface] = ACTIONS(3273), + [anon_sym_PLUS_PLUS] = ACTIONS(3273), + [anon_sym_DASH_DASH] = ACTIONS(3273), + [anon_sym_QMARK] = ACTIONS(3273), + [anon_sym_BANG] = ACTIONS(3273), + [anon_sym_go] = ACTIONS(3273), + [anon_sym_spawn] = ACTIONS(3273), + [anon_sym_json_DOTdecode] = ACTIONS(3273), + [anon_sym_LBRACK2] = ACTIONS(3273), + [anon_sym_TILDE] = ACTIONS(3273), + [anon_sym_CARET] = ACTIONS(3273), + [anon_sym_AMP] = ACTIONS(3273), + [anon_sym_LT_DASH] = ACTIONS(3273), + [anon_sym_LT_LT] = ACTIONS(3273), + [anon_sym_GT_GT] = ACTIONS(3273), + [anon_sym_GT_GT_GT] = ACTIONS(3273), + [anon_sym_AMP_CARET] = ACTIONS(3273), + [anon_sym_AMP_AMP] = ACTIONS(3273), + [anon_sym_PIPE_PIPE] = ACTIONS(3273), + [anon_sym_or] = ACTIONS(3273), + [sym_none] = ACTIONS(3273), + [sym_true] = ACTIONS(3273), + [sym_false] = ACTIONS(3273), + [sym_nil] = ACTIONS(3273), + [anon_sym_QMARK_DOT] = ACTIONS(3273), + [anon_sym_POUND_LBRACK] = ACTIONS(3273), + [anon_sym_if] = ACTIONS(3273), + [anon_sym_DOLLARif] = ACTIONS(3273), + [anon_sym_is] = ACTIONS(3273), + [anon_sym_BANGis] = ACTIONS(3273), + [anon_sym_in] = ACTIONS(3273), + [anon_sym_BANGin] = ACTIONS(3273), + [anon_sym_match] = ACTIONS(3273), + [anon_sym_select] = ACTIONS(3273), + [anon_sym_STAR_EQ] = ACTIONS(3273), + [anon_sym_SLASH_EQ] = ACTIONS(3273), + [anon_sym_PERCENT_EQ] = ACTIONS(3273), + [anon_sym_LT_LT_EQ] = ACTIONS(3273), + [anon_sym_GT_GT_EQ] = ACTIONS(3273), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3273), + [anon_sym_AMP_EQ] = ACTIONS(3273), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3273), + [anon_sym_PLUS_EQ] = ACTIONS(3273), + [anon_sym_DASH_EQ] = ACTIONS(3273), + [anon_sym_PIPE_EQ] = ACTIONS(3273), + [anon_sym_CARET_EQ] = ACTIONS(3273), + [anon_sym_COLON_EQ] = ACTIONS(3273), + [anon_sym_lock] = ACTIONS(3273), + [anon_sym_rlock] = ACTIONS(3273), + [anon_sym_unsafe] = ACTIONS(3273), + [anon_sym_sql] = ACTIONS(3273), + [sym_int_literal] = ACTIONS(3273), + [sym_float_literal] = ACTIONS(3273), + [sym_rune_literal] = ACTIONS(3273), + [sym_pseudo_compile_time_identifier] = ACTIONS(3273), + [anon_sym_shared] = ACTIONS(3273), + [anon_sym_map_LBRACK] = ACTIONS(3273), + [anon_sym_chan] = ACTIONS(3273), + [anon_sym_thread] = ACTIONS(3273), + [anon_sym_atomic] = ACTIONS(3273), + [anon_sym_assert] = ACTIONS(3273), + [anon_sym_defer] = ACTIONS(3273), + [anon_sym_goto] = ACTIONS(3273), + [anon_sym_break] = ACTIONS(3273), + [anon_sym_continue] = ACTIONS(3273), + [anon_sym_return] = ACTIONS(3273), + [anon_sym_DOLLARfor] = ACTIONS(3273), + [anon_sym_for] = ACTIONS(3273), + [anon_sym_POUND] = ACTIONS(3273), + [anon_sym_asm] = ACTIONS(3273), + [anon_sym_AT_LBRACK] = ACTIONS(3273), + [sym___double_quote] = ACTIONS(3273), + [sym___single_quote] = ACTIONS(3273), + [sym___c_double_quote] = ACTIONS(3273), + [sym___c_single_quote] = ACTIONS(3273), + [sym___r_double_quote] = ACTIONS(3273), + [sym___r_single_quote] = ACTIONS(3273), }, [687] = { [sym_line_comment] = STATE(687), [sym_block_comment] = STATE(687), - [ts_builtin_sym_end] = ACTIONS(3257), - [sym_identifier] = ACTIONS(3259), - [anon_sym_LF] = ACTIONS(3259), - [anon_sym_CR] = ACTIONS(3259), - [anon_sym_CR_LF] = ACTIONS(3259), + [ts_builtin_sym_end] = ACTIONS(3275), + [sym_identifier] = ACTIONS(3277), + [anon_sym_LF] = ACTIONS(3277), + [anon_sym_CR] = ACTIONS(3277), + [anon_sym_CR_LF] = ACTIONS(3277), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_as] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(3259), - [anon_sym_COMMA] = ACTIONS(3259), - [anon_sym_const] = ACTIONS(3259), - [anon_sym_LPAREN] = ACTIONS(3259), - [anon_sym_EQ] = ACTIONS(3259), - [anon_sym___global] = ACTIONS(3259), - [anon_sym_type] = ACTIONS(3259), - [anon_sym_PIPE] = ACTIONS(3259), - [anon_sym_fn] = ACTIONS(3259), - [anon_sym_PLUS] = ACTIONS(3259), - [anon_sym_DASH] = ACTIONS(3259), - [anon_sym_STAR] = ACTIONS(3259), - [anon_sym_SLASH] = ACTIONS(3259), - [anon_sym_PERCENT] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3259), - [anon_sym_GT] = ACTIONS(3259), - [anon_sym_EQ_EQ] = ACTIONS(3259), - [anon_sym_BANG_EQ] = ACTIONS(3259), - [anon_sym_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_EQ] = ACTIONS(3259), - [anon_sym_LBRACK] = ACTIONS(3257), - [anon_sym_struct] = ACTIONS(3259), - [anon_sym_union] = ACTIONS(3259), - [anon_sym_pub] = ACTIONS(3259), - [anon_sym_mut] = ACTIONS(3259), - [anon_sym_enum] = ACTIONS(3259), - [anon_sym_interface] = ACTIONS(3259), - [anon_sym_PLUS_PLUS] = ACTIONS(3259), - [anon_sym_DASH_DASH] = ACTIONS(3259), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3259), - [anon_sym_go] = ACTIONS(3259), - [anon_sym_spawn] = ACTIONS(3259), - [anon_sym_json_DOTdecode] = ACTIONS(3259), - [anon_sym_LBRACK2] = ACTIONS(3259), - [anon_sym_TILDE] = ACTIONS(3259), - [anon_sym_CARET] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3259), - [anon_sym_LT_DASH] = ACTIONS(3259), - [anon_sym_LT_LT] = ACTIONS(3259), - [anon_sym_GT_GT] = ACTIONS(3259), - [anon_sym_GT_GT_GT] = ACTIONS(3259), - [anon_sym_AMP_CARET] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_PIPE_PIPE] = ACTIONS(3259), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(3259), - [sym_true] = ACTIONS(3259), - [sym_false] = ACTIONS(3259), - [sym_nil] = ACTIONS(3259), - [anon_sym_QMARK_DOT] = ACTIONS(3259), - [anon_sym_POUND_LBRACK] = ACTIONS(3259), - [anon_sym_if] = ACTIONS(3259), - [anon_sym_DOLLARif] = ACTIONS(3259), - [anon_sym_is] = ACTIONS(3259), - [anon_sym_BANGis] = ACTIONS(3259), - [anon_sym_in] = ACTIONS(3259), - [anon_sym_BANGin] = ACTIONS(3259), - [anon_sym_match] = ACTIONS(3259), - [anon_sym_select] = ACTIONS(3259), - [anon_sym_STAR_EQ] = ACTIONS(3259), - [anon_sym_SLASH_EQ] = ACTIONS(3259), - [anon_sym_PERCENT_EQ] = ACTIONS(3259), - [anon_sym_LT_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_GT_EQ] = ACTIONS(3259), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3259), - [anon_sym_AMP_EQ] = ACTIONS(3259), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3259), - [anon_sym_PLUS_EQ] = ACTIONS(3259), - [anon_sym_DASH_EQ] = ACTIONS(3259), - [anon_sym_PIPE_EQ] = ACTIONS(3259), - [anon_sym_CARET_EQ] = ACTIONS(3259), - [anon_sym_COLON_EQ] = ACTIONS(3259), - [anon_sym_lock] = ACTIONS(3259), - [anon_sym_rlock] = ACTIONS(3259), - [anon_sym_unsafe] = ACTIONS(3259), - [anon_sym_sql] = ACTIONS(3259), - [sym_int_literal] = ACTIONS(3259), - [sym_float_literal] = ACTIONS(3259), - [sym_rune_literal] = ACTIONS(3259), - [sym_pseudo_compile_time_identifier] = ACTIONS(3259), - [anon_sym_shared] = ACTIONS(3259), - [anon_sym_map_LBRACK] = ACTIONS(3259), - [anon_sym_chan] = ACTIONS(3259), - [anon_sym_thread] = ACTIONS(3259), - [anon_sym_atomic] = ACTIONS(3259), - [anon_sym_assert] = ACTIONS(3259), - [anon_sym_defer] = ACTIONS(3259), - [anon_sym_goto] = ACTIONS(3259), - [anon_sym_break] = ACTIONS(3259), - [anon_sym_continue] = ACTIONS(3259), - [anon_sym_return] = ACTIONS(3259), - [anon_sym_DOLLARfor] = ACTIONS(3259), - [anon_sym_for] = ACTIONS(3259), - [anon_sym_POUND] = ACTIONS(3259), - [anon_sym_asm] = ACTIONS(3259), - [anon_sym_AT_LBRACK] = ACTIONS(3259), - [sym___double_quote] = ACTIONS(3259), - [sym___single_quote] = ACTIONS(3259), - [sym___c_double_quote] = ACTIONS(3259), - [sym___c_single_quote] = ACTIONS(3259), - [sym___r_double_quote] = ACTIONS(3259), - [sym___r_single_quote] = ACTIONS(3259), + [anon_sym_DOT] = ACTIONS(3277), + [anon_sym_as] = ACTIONS(3277), + [anon_sym_LBRACE] = ACTIONS(3277), + [anon_sym_COMMA] = ACTIONS(3277), + [anon_sym_const] = ACTIONS(3277), + [anon_sym_LPAREN] = ACTIONS(3277), + [anon_sym_EQ] = ACTIONS(3277), + [anon_sym___global] = ACTIONS(3277), + [anon_sym_type] = ACTIONS(3277), + [anon_sym_PIPE] = ACTIONS(3277), + [anon_sym_fn] = ACTIONS(3277), + [anon_sym_PLUS] = ACTIONS(3277), + [anon_sym_DASH] = ACTIONS(3277), + [anon_sym_STAR] = ACTIONS(3277), + [anon_sym_SLASH] = ACTIONS(3277), + [anon_sym_PERCENT] = ACTIONS(3277), + [anon_sym_LT] = ACTIONS(3277), + [anon_sym_GT] = ACTIONS(3277), + [anon_sym_EQ_EQ] = ACTIONS(3277), + [anon_sym_BANG_EQ] = ACTIONS(3277), + [anon_sym_LT_EQ] = ACTIONS(3277), + [anon_sym_GT_EQ] = ACTIONS(3277), + [anon_sym_LBRACK] = ACTIONS(3275), + [anon_sym_struct] = ACTIONS(3277), + [anon_sym_union] = ACTIONS(3277), + [anon_sym_pub] = ACTIONS(3277), + [anon_sym_mut] = ACTIONS(3277), + [anon_sym_enum] = ACTIONS(3277), + [anon_sym_interface] = ACTIONS(3277), + [anon_sym_PLUS_PLUS] = ACTIONS(3277), + [anon_sym_DASH_DASH] = ACTIONS(3277), + [anon_sym_QMARK] = ACTIONS(3277), + [anon_sym_BANG] = ACTIONS(3277), + [anon_sym_go] = ACTIONS(3277), + [anon_sym_spawn] = ACTIONS(3277), + [anon_sym_json_DOTdecode] = ACTIONS(3277), + [anon_sym_LBRACK2] = ACTIONS(3277), + [anon_sym_TILDE] = ACTIONS(3277), + [anon_sym_CARET] = ACTIONS(3277), + [anon_sym_AMP] = ACTIONS(3277), + [anon_sym_LT_DASH] = ACTIONS(3277), + [anon_sym_LT_LT] = ACTIONS(3277), + [anon_sym_GT_GT] = ACTIONS(3277), + [anon_sym_GT_GT_GT] = ACTIONS(3277), + [anon_sym_AMP_CARET] = ACTIONS(3277), + [anon_sym_AMP_AMP] = ACTIONS(3277), + [anon_sym_PIPE_PIPE] = ACTIONS(3277), + [anon_sym_or] = ACTIONS(3277), + [sym_none] = ACTIONS(3277), + [sym_true] = ACTIONS(3277), + [sym_false] = ACTIONS(3277), + [sym_nil] = ACTIONS(3277), + [anon_sym_QMARK_DOT] = ACTIONS(3277), + [anon_sym_POUND_LBRACK] = ACTIONS(3277), + [anon_sym_if] = ACTIONS(3277), + [anon_sym_DOLLARif] = ACTIONS(3277), + [anon_sym_is] = ACTIONS(3277), + [anon_sym_BANGis] = ACTIONS(3277), + [anon_sym_in] = ACTIONS(3277), + [anon_sym_BANGin] = ACTIONS(3277), + [anon_sym_match] = ACTIONS(3277), + [anon_sym_select] = ACTIONS(3277), + [anon_sym_STAR_EQ] = ACTIONS(3277), + [anon_sym_SLASH_EQ] = ACTIONS(3277), + [anon_sym_PERCENT_EQ] = ACTIONS(3277), + [anon_sym_LT_LT_EQ] = ACTIONS(3277), + [anon_sym_GT_GT_EQ] = ACTIONS(3277), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3277), + [anon_sym_AMP_EQ] = ACTIONS(3277), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3277), + [anon_sym_PLUS_EQ] = ACTIONS(3277), + [anon_sym_DASH_EQ] = ACTIONS(3277), + [anon_sym_PIPE_EQ] = ACTIONS(3277), + [anon_sym_CARET_EQ] = ACTIONS(3277), + [anon_sym_COLON_EQ] = ACTIONS(3277), + [anon_sym_lock] = ACTIONS(3277), + [anon_sym_rlock] = ACTIONS(3277), + [anon_sym_unsafe] = ACTIONS(3277), + [anon_sym_sql] = ACTIONS(3277), + [sym_int_literal] = ACTIONS(3277), + [sym_float_literal] = ACTIONS(3277), + [sym_rune_literal] = ACTIONS(3277), + [sym_pseudo_compile_time_identifier] = ACTIONS(3277), + [anon_sym_shared] = ACTIONS(3277), + [anon_sym_map_LBRACK] = ACTIONS(3277), + [anon_sym_chan] = ACTIONS(3277), + [anon_sym_thread] = ACTIONS(3277), + [anon_sym_atomic] = ACTIONS(3277), + [anon_sym_assert] = ACTIONS(3277), + [anon_sym_defer] = ACTIONS(3277), + [anon_sym_goto] = ACTIONS(3277), + [anon_sym_break] = ACTIONS(3277), + [anon_sym_continue] = ACTIONS(3277), + [anon_sym_return] = ACTIONS(3277), + [anon_sym_DOLLARfor] = ACTIONS(3277), + [anon_sym_for] = ACTIONS(3277), + [anon_sym_POUND] = ACTIONS(3277), + [anon_sym_asm] = ACTIONS(3277), + [anon_sym_AT_LBRACK] = ACTIONS(3277), + [sym___double_quote] = ACTIONS(3277), + [sym___single_quote] = ACTIONS(3277), + [sym___c_double_quote] = ACTIONS(3277), + [sym___c_single_quote] = ACTIONS(3277), + [sym___r_double_quote] = ACTIONS(3277), + [sym___r_single_quote] = ACTIONS(3277), }, [688] = { [sym_line_comment] = STATE(688), [sym_block_comment] = STATE(688), - [ts_builtin_sym_end] = ACTIONS(3261), - [sym_identifier] = ACTIONS(3263), - [anon_sym_LF] = ACTIONS(3263), - [anon_sym_CR] = ACTIONS(3263), - [anon_sym_CR_LF] = ACTIONS(3263), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3263), - [anon_sym_as] = ACTIONS(3263), - [anon_sym_LBRACE] = ACTIONS(3263), - [anon_sym_COMMA] = ACTIONS(3263), - [anon_sym_const] = ACTIONS(3263), - [anon_sym_LPAREN] = ACTIONS(3263), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym___global] = ACTIONS(3263), - [anon_sym_type] = ACTIONS(3263), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_fn] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(3263), - [anon_sym_DASH] = ACTIONS(3263), - [anon_sym_STAR] = ACTIONS(3263), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_EQ_EQ] = ACTIONS(3263), - [anon_sym_BANG_EQ] = ACTIONS(3263), - [anon_sym_LT_EQ] = ACTIONS(3263), - [anon_sym_GT_EQ] = ACTIONS(3263), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_struct] = ACTIONS(3263), - [anon_sym_union] = ACTIONS(3263), - [anon_sym_pub] = ACTIONS(3263), - [anon_sym_mut] = ACTIONS(3263), - [anon_sym_enum] = ACTIONS(3263), - [anon_sym_interface] = ACTIONS(3263), - [anon_sym_PLUS_PLUS] = ACTIONS(3263), - [anon_sym_DASH_DASH] = ACTIONS(3263), - [anon_sym_QMARK] = ACTIONS(3263), - [anon_sym_BANG] = ACTIONS(3263), - [anon_sym_go] = ACTIONS(3263), - [anon_sym_spawn] = ACTIONS(3263), - [anon_sym_json_DOTdecode] = ACTIONS(3263), - [anon_sym_LBRACK2] = ACTIONS(3263), - [anon_sym_TILDE] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_AMP] = ACTIONS(3263), - [anon_sym_LT_DASH] = ACTIONS(3263), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_GT_GT_GT] = ACTIONS(3263), - [anon_sym_AMP_CARET] = ACTIONS(3263), - [anon_sym_AMP_AMP] = ACTIONS(3263), - [anon_sym_PIPE_PIPE] = ACTIONS(3263), - [anon_sym_or] = ACTIONS(3263), - [sym_none] = ACTIONS(3263), - [sym_true] = ACTIONS(3263), - [sym_false] = ACTIONS(3263), - [sym_nil] = ACTIONS(3263), - [anon_sym_QMARK_DOT] = ACTIONS(3263), - [anon_sym_POUND_LBRACK] = ACTIONS(3263), - [anon_sym_if] = ACTIONS(3263), - [anon_sym_DOLLARif] = ACTIONS(3263), - [anon_sym_is] = ACTIONS(3263), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3263), - [anon_sym_BANGin] = ACTIONS(3263), - [anon_sym_match] = ACTIONS(3263), - [anon_sym_select] = ACTIONS(3263), - [anon_sym_STAR_EQ] = ACTIONS(3263), - [anon_sym_SLASH_EQ] = ACTIONS(3263), - [anon_sym_PERCENT_EQ] = ACTIONS(3263), - [anon_sym_LT_LT_EQ] = ACTIONS(3263), - [anon_sym_GT_GT_EQ] = ACTIONS(3263), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3263), - [anon_sym_AMP_EQ] = ACTIONS(3263), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3263), - [anon_sym_PLUS_EQ] = ACTIONS(3263), - [anon_sym_DASH_EQ] = ACTIONS(3263), - [anon_sym_PIPE_EQ] = ACTIONS(3263), - [anon_sym_CARET_EQ] = ACTIONS(3263), - [anon_sym_COLON_EQ] = ACTIONS(3263), - [anon_sym_lock] = ACTIONS(3263), - [anon_sym_rlock] = ACTIONS(3263), - [anon_sym_unsafe] = ACTIONS(3263), - [anon_sym_sql] = ACTIONS(3263), - [sym_int_literal] = ACTIONS(3263), - [sym_float_literal] = ACTIONS(3263), - [sym_rune_literal] = ACTIONS(3263), - [sym_pseudo_compile_time_identifier] = ACTIONS(3263), - [anon_sym_shared] = ACTIONS(3263), - [anon_sym_map_LBRACK] = ACTIONS(3263), - [anon_sym_chan] = ACTIONS(3263), - [anon_sym_thread] = ACTIONS(3263), - [anon_sym_atomic] = ACTIONS(3263), - [anon_sym_assert] = ACTIONS(3263), - [anon_sym_defer] = ACTIONS(3263), - [anon_sym_goto] = ACTIONS(3263), - [anon_sym_break] = ACTIONS(3263), - [anon_sym_continue] = ACTIONS(3263), - [anon_sym_return] = ACTIONS(3263), - [anon_sym_DOLLARfor] = ACTIONS(3263), - [anon_sym_for] = ACTIONS(3263), - [anon_sym_POUND] = ACTIONS(3263), - [anon_sym_asm] = ACTIONS(3263), - [anon_sym_AT_LBRACK] = ACTIONS(3263), - [sym___double_quote] = ACTIONS(3263), - [sym___single_quote] = ACTIONS(3263), - [sym___c_double_quote] = ACTIONS(3263), - [sym___c_single_quote] = ACTIONS(3263), - [sym___r_double_quote] = ACTIONS(3263), - [sym___r_single_quote] = ACTIONS(3263), + [sym__expression] = STATE(1657), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4259), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), }, [689] = { [sym_line_comment] = STATE(689), [sym_block_comment] = STATE(689), - [sym__expression] = STATE(2515), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4019), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2700), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [690] = { + [sym_line_comment] = STATE(690), + [sym_block_comment] = STATE(690), + [sym__expression] = STATE(2517), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4021), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), [anon_sym_LBRACE] = ACTIONS(1075), [anon_sym_LPAREN] = ACTIONS(1079), [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), [anon_sym_json_DOTdecode] = ACTIONS(1095), [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), [sym_none] = ACTIONS(1103), [sym_true] = ACTIONS(1103), [sym_false] = ACTIONS(1103), @@ -103833,9 +103966,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -103854,210 +103987,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [690] = { - [sym_line_comment] = STATE(690), - [sym_block_comment] = STATE(690), - [ts_builtin_sym_end] = ACTIONS(3265), - [sym_identifier] = ACTIONS(3267), - [anon_sym_LF] = ACTIONS(3267), - [anon_sym_CR] = ACTIONS(3267), - [anon_sym_CR_LF] = ACTIONS(3267), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3267), - [anon_sym_as] = ACTIONS(3267), - [anon_sym_LBRACE] = ACTIONS(3267), - [anon_sym_COMMA] = ACTIONS(3267), - [anon_sym_const] = ACTIONS(3267), - [anon_sym_LPAREN] = ACTIONS(3267), - [anon_sym_EQ] = ACTIONS(3267), - [anon_sym___global] = ACTIONS(3267), - [anon_sym_type] = ACTIONS(3267), - [anon_sym_PIPE] = ACTIONS(3267), - [anon_sym_fn] = ACTIONS(3267), - [anon_sym_PLUS] = ACTIONS(3267), - [anon_sym_DASH] = ACTIONS(3267), - [anon_sym_STAR] = ACTIONS(3267), - [anon_sym_SLASH] = ACTIONS(3267), - [anon_sym_PERCENT] = ACTIONS(3267), - [anon_sym_LT] = ACTIONS(3267), - [anon_sym_GT] = ACTIONS(3267), - [anon_sym_EQ_EQ] = ACTIONS(3267), - [anon_sym_BANG_EQ] = ACTIONS(3267), - [anon_sym_LT_EQ] = ACTIONS(3267), - [anon_sym_GT_EQ] = ACTIONS(3267), - [anon_sym_LBRACK] = ACTIONS(3265), - [anon_sym_struct] = ACTIONS(3267), - [anon_sym_union] = ACTIONS(3267), - [anon_sym_pub] = ACTIONS(3267), - [anon_sym_mut] = ACTIONS(3267), - [anon_sym_enum] = ACTIONS(3267), - [anon_sym_interface] = ACTIONS(3267), - [anon_sym_PLUS_PLUS] = ACTIONS(3267), - [anon_sym_DASH_DASH] = ACTIONS(3267), - [anon_sym_QMARK] = ACTIONS(3267), - [anon_sym_BANG] = ACTIONS(3267), - [anon_sym_go] = ACTIONS(3267), - [anon_sym_spawn] = ACTIONS(3267), - [anon_sym_json_DOTdecode] = ACTIONS(3267), - [anon_sym_LBRACK2] = ACTIONS(3267), - [anon_sym_TILDE] = ACTIONS(3267), - [anon_sym_CARET] = ACTIONS(3267), - [anon_sym_AMP] = ACTIONS(3267), - [anon_sym_LT_DASH] = ACTIONS(3267), - [anon_sym_LT_LT] = ACTIONS(3267), - [anon_sym_GT_GT] = ACTIONS(3267), - [anon_sym_GT_GT_GT] = ACTIONS(3267), - [anon_sym_AMP_CARET] = ACTIONS(3267), - [anon_sym_AMP_AMP] = ACTIONS(3267), - [anon_sym_PIPE_PIPE] = ACTIONS(3267), - [anon_sym_or] = ACTIONS(3267), - [sym_none] = ACTIONS(3267), - [sym_true] = ACTIONS(3267), - [sym_false] = ACTIONS(3267), - [sym_nil] = ACTIONS(3267), - [anon_sym_QMARK_DOT] = ACTIONS(3267), - [anon_sym_POUND_LBRACK] = ACTIONS(3267), - [anon_sym_if] = ACTIONS(3267), - [anon_sym_DOLLARif] = ACTIONS(3267), - [anon_sym_is] = ACTIONS(3267), - [anon_sym_BANGis] = ACTIONS(3267), - [anon_sym_in] = ACTIONS(3267), - [anon_sym_BANGin] = ACTIONS(3267), - [anon_sym_match] = ACTIONS(3267), - [anon_sym_select] = ACTIONS(3267), - [anon_sym_STAR_EQ] = ACTIONS(3267), - [anon_sym_SLASH_EQ] = ACTIONS(3267), - [anon_sym_PERCENT_EQ] = ACTIONS(3267), - [anon_sym_LT_LT_EQ] = ACTIONS(3267), - [anon_sym_GT_GT_EQ] = ACTIONS(3267), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3267), - [anon_sym_AMP_EQ] = ACTIONS(3267), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3267), - [anon_sym_PLUS_EQ] = ACTIONS(3267), - [anon_sym_DASH_EQ] = ACTIONS(3267), - [anon_sym_PIPE_EQ] = ACTIONS(3267), - [anon_sym_CARET_EQ] = ACTIONS(3267), - [anon_sym_COLON_EQ] = ACTIONS(3267), - [anon_sym_lock] = ACTIONS(3267), - [anon_sym_rlock] = ACTIONS(3267), - [anon_sym_unsafe] = ACTIONS(3267), - [anon_sym_sql] = ACTIONS(3267), - [sym_int_literal] = ACTIONS(3267), - [sym_float_literal] = ACTIONS(3267), - [sym_rune_literal] = ACTIONS(3267), - [sym_pseudo_compile_time_identifier] = ACTIONS(3267), - [anon_sym_shared] = ACTIONS(3267), - [anon_sym_map_LBRACK] = ACTIONS(3267), - [anon_sym_chan] = ACTIONS(3267), - [anon_sym_thread] = ACTIONS(3267), - [anon_sym_atomic] = ACTIONS(3267), - [anon_sym_assert] = ACTIONS(3267), - [anon_sym_defer] = ACTIONS(3267), - [anon_sym_goto] = ACTIONS(3267), - [anon_sym_break] = ACTIONS(3267), - [anon_sym_continue] = ACTIONS(3267), - [anon_sym_return] = ACTIONS(3267), - [anon_sym_DOLLARfor] = ACTIONS(3267), - [anon_sym_for] = ACTIONS(3267), - [anon_sym_POUND] = ACTIONS(3267), - [anon_sym_asm] = ACTIONS(3267), - [anon_sym_AT_LBRACK] = ACTIONS(3267), - [sym___double_quote] = ACTIONS(3267), - [sym___single_quote] = ACTIONS(3267), - [sym___c_double_quote] = ACTIONS(3267), - [sym___c_single_quote] = ACTIONS(3267), - [sym___r_double_quote] = ACTIONS(3267), - [sym___r_single_quote] = ACTIONS(3267), - }, [691] = { [sym_line_comment] = STATE(691), [sym_block_comment] = STATE(691), - [sym__expression] = STATE(2515), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4017), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2517), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4019), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), [anon_sym_LBRACE] = ACTIONS(1075), [anon_sym_LPAREN] = ACTIONS(1079), [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), [anon_sym_json_DOTdecode] = ACTIONS(1095), [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), [sym_none] = ACTIONS(1103), [sym_true] = ACTIONS(1103), [sym_false] = ACTIONS(1103), @@ -104065,9 +104082,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -104089,91 +104106,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [692] = { [sym_line_comment] = STATE(692), [sym_block_comment] = STATE(692), - [sym__expression] = STATE(2515), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4012), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2908), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [693] = { + [sym_line_comment] = STATE(693), + [sym_block_comment] = STATE(693), + [sym__expression] = STATE(2517), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4014), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), [anon_sym_LBRACE] = ACTIONS(1075), [anon_sym_LPAREN] = ACTIONS(1079), [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), [anon_sym_json_DOTdecode] = ACTIONS(1095), [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), [sym_none] = ACTIONS(1103), [sym_true] = ACTIONS(1103), [sym_false] = ACTIONS(1103), @@ -104181,9 +104314,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -104202,558 +104335,558 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [693] = { - [sym_line_comment] = STATE(693), - [sym_block_comment] = STATE(693), - [sym__expression] = STATE(235), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [694] = { + [sym_line_comment] = STATE(694), + [sym_block_comment] = STATE(694), + [sym__expression] = STATE(1653), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4242), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), - }, - [694] = { - [sym_line_comment] = STATE(694), - [sym_block_comment] = STATE(694), - [ts_builtin_sym_end] = ACTIONS(3269), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LF] = ACTIONS(3271), - [anon_sym_CR] = ACTIONS(3271), - [anon_sym_CR_LF] = ACTIONS(3271), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3271), - [anon_sym_as] = ACTIONS(3271), - [anon_sym_LBRACE] = ACTIONS(3271), - [anon_sym_COMMA] = ACTIONS(3271), - [anon_sym_const] = ACTIONS(3271), - [anon_sym_LPAREN] = ACTIONS(3271), - [anon_sym_EQ] = ACTIONS(3271), - [anon_sym___global] = ACTIONS(3271), - [anon_sym_type] = ACTIONS(3271), - [anon_sym_PIPE] = ACTIONS(3271), - [anon_sym_fn] = ACTIONS(3271), - [anon_sym_PLUS] = ACTIONS(3271), - [anon_sym_DASH] = ACTIONS(3271), - [anon_sym_STAR] = ACTIONS(3271), - [anon_sym_SLASH] = ACTIONS(3271), - [anon_sym_PERCENT] = ACTIONS(3271), - [anon_sym_LT] = ACTIONS(3271), - [anon_sym_GT] = ACTIONS(3271), - [anon_sym_EQ_EQ] = ACTIONS(3271), - [anon_sym_BANG_EQ] = ACTIONS(3271), - [anon_sym_LT_EQ] = ACTIONS(3271), - [anon_sym_GT_EQ] = ACTIONS(3271), - [anon_sym_LBRACK] = ACTIONS(3269), - [anon_sym_struct] = ACTIONS(3271), - [anon_sym_union] = ACTIONS(3271), - [anon_sym_pub] = ACTIONS(3271), - [anon_sym_mut] = ACTIONS(3271), - [anon_sym_enum] = ACTIONS(3271), - [anon_sym_interface] = ACTIONS(3271), - [anon_sym_PLUS_PLUS] = ACTIONS(3271), - [anon_sym_DASH_DASH] = ACTIONS(3271), - [anon_sym_QMARK] = ACTIONS(3271), - [anon_sym_BANG] = ACTIONS(3271), - [anon_sym_go] = ACTIONS(3271), - [anon_sym_spawn] = ACTIONS(3271), - [anon_sym_json_DOTdecode] = ACTIONS(3271), - [anon_sym_LBRACK2] = ACTIONS(3271), - [anon_sym_TILDE] = ACTIONS(3271), - [anon_sym_CARET] = ACTIONS(3271), - [anon_sym_AMP] = ACTIONS(3271), - [anon_sym_LT_DASH] = ACTIONS(3271), - [anon_sym_LT_LT] = ACTIONS(3271), - [anon_sym_GT_GT] = ACTIONS(3271), - [anon_sym_GT_GT_GT] = ACTIONS(3271), - [anon_sym_AMP_CARET] = ACTIONS(3271), - [anon_sym_AMP_AMP] = ACTIONS(3271), - [anon_sym_PIPE_PIPE] = ACTIONS(3271), - [anon_sym_or] = ACTIONS(3271), - [sym_none] = ACTIONS(3271), - [sym_true] = ACTIONS(3271), - [sym_false] = ACTIONS(3271), - [sym_nil] = ACTIONS(3271), - [anon_sym_QMARK_DOT] = ACTIONS(3271), - [anon_sym_POUND_LBRACK] = ACTIONS(3271), - [anon_sym_if] = ACTIONS(3271), - [anon_sym_DOLLARif] = ACTIONS(3271), - [anon_sym_is] = ACTIONS(3271), - [anon_sym_BANGis] = ACTIONS(3271), - [anon_sym_in] = ACTIONS(3271), - [anon_sym_BANGin] = ACTIONS(3271), - [anon_sym_match] = ACTIONS(3271), - [anon_sym_select] = ACTIONS(3271), - [anon_sym_STAR_EQ] = ACTIONS(3271), - [anon_sym_SLASH_EQ] = ACTIONS(3271), - [anon_sym_PERCENT_EQ] = ACTIONS(3271), - [anon_sym_LT_LT_EQ] = ACTIONS(3271), - [anon_sym_GT_GT_EQ] = ACTIONS(3271), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3271), - [anon_sym_AMP_EQ] = ACTIONS(3271), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3271), - [anon_sym_PLUS_EQ] = ACTIONS(3271), - [anon_sym_DASH_EQ] = ACTIONS(3271), - [anon_sym_PIPE_EQ] = ACTIONS(3271), - [anon_sym_CARET_EQ] = ACTIONS(3271), - [anon_sym_COLON_EQ] = ACTIONS(3271), - [anon_sym_lock] = ACTIONS(3271), - [anon_sym_rlock] = ACTIONS(3271), - [anon_sym_unsafe] = ACTIONS(3271), - [anon_sym_sql] = ACTIONS(3271), - [sym_int_literal] = ACTIONS(3271), - [sym_float_literal] = ACTIONS(3271), - [sym_rune_literal] = ACTIONS(3271), - [sym_pseudo_compile_time_identifier] = ACTIONS(3271), - [anon_sym_shared] = ACTIONS(3271), - [anon_sym_map_LBRACK] = ACTIONS(3271), - [anon_sym_chan] = ACTIONS(3271), - [anon_sym_thread] = ACTIONS(3271), - [anon_sym_atomic] = ACTIONS(3271), - [anon_sym_assert] = ACTIONS(3271), - [anon_sym_defer] = ACTIONS(3271), - [anon_sym_goto] = ACTIONS(3271), - [anon_sym_break] = ACTIONS(3271), - [anon_sym_continue] = ACTIONS(3271), - [anon_sym_return] = ACTIONS(3271), - [anon_sym_DOLLARfor] = ACTIONS(3271), - [anon_sym_for] = ACTIONS(3271), - [anon_sym_POUND] = ACTIONS(3271), - [anon_sym_asm] = ACTIONS(3271), - [anon_sym_AT_LBRACK] = ACTIONS(3271), - [sym___double_quote] = ACTIONS(3271), - [sym___single_quote] = ACTIONS(3271), - [sym___c_double_quote] = ACTIONS(3271), - [sym___c_single_quote] = ACTIONS(3271), - [sym___r_double_quote] = ACTIONS(3271), - [sym___r_single_quote] = ACTIONS(3271), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), }, [695] = { [sym_line_comment] = STATE(695), [sym_block_comment] = STATE(695), - [sym__expression] = STATE(234), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [sym__expression] = STATE(1311), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [696] = { [sym_line_comment] = STATE(696), [sym_block_comment] = STATE(696), - [sym__expression] = STATE(2909), + [sym__expression] = STATE(2905), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [697] = { [sym_line_comment] = STATE(697), [sym_block_comment] = STATE(697), - [sym__expression] = STATE(999), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [sym__expression] = STATE(1294), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), + }, + [698] = { + [sym_line_comment] = STATE(698), + [sym_block_comment] = STATE(698), + [sym__expression] = STATE(989), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), [sym_none] = ACTIONS(531), [sym_true] = ACTIONS(531), [sym_false] = ACTIONS(531), @@ -104761,789 +104894,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(533), [anon_sym_DOLLARif] = ACTIONS(535), [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), [anon_sym_unsafe] = ACTIONS(543), [anon_sym_sql] = ACTIONS(545), [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), - }, - [698] = { - [sym_line_comment] = STATE(698), - [sym_block_comment] = STATE(698), - [ts_builtin_sym_end] = ACTIONS(3273), - [sym_identifier] = ACTIONS(3275), - [anon_sym_LF] = ACTIONS(3275), - [anon_sym_CR] = ACTIONS(3275), - [anon_sym_CR_LF] = ACTIONS(3275), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3275), - [anon_sym_as] = ACTIONS(3275), - [anon_sym_LBRACE] = ACTIONS(3275), - [anon_sym_COMMA] = ACTIONS(3275), - [anon_sym_const] = ACTIONS(3275), - [anon_sym_LPAREN] = ACTIONS(3275), - [anon_sym_EQ] = ACTIONS(3275), - [anon_sym___global] = ACTIONS(3275), - [anon_sym_type] = ACTIONS(3275), - [anon_sym_PIPE] = ACTIONS(3275), - [anon_sym_fn] = ACTIONS(3275), - [anon_sym_PLUS] = ACTIONS(3275), - [anon_sym_DASH] = ACTIONS(3275), - [anon_sym_STAR] = ACTIONS(3275), - [anon_sym_SLASH] = ACTIONS(3275), - [anon_sym_PERCENT] = ACTIONS(3275), - [anon_sym_LT] = ACTIONS(3275), - [anon_sym_GT] = ACTIONS(3275), - [anon_sym_EQ_EQ] = ACTIONS(3275), - [anon_sym_BANG_EQ] = ACTIONS(3275), - [anon_sym_LT_EQ] = ACTIONS(3275), - [anon_sym_GT_EQ] = ACTIONS(3275), - [anon_sym_LBRACK] = ACTIONS(3273), - [anon_sym_struct] = ACTIONS(3275), - [anon_sym_union] = ACTIONS(3275), - [anon_sym_pub] = ACTIONS(3275), - [anon_sym_mut] = ACTIONS(3275), - [anon_sym_enum] = ACTIONS(3275), - [anon_sym_interface] = ACTIONS(3275), - [anon_sym_PLUS_PLUS] = ACTIONS(3275), - [anon_sym_DASH_DASH] = ACTIONS(3275), - [anon_sym_QMARK] = ACTIONS(3275), - [anon_sym_BANG] = ACTIONS(3275), - [anon_sym_go] = ACTIONS(3275), - [anon_sym_spawn] = ACTIONS(3275), - [anon_sym_json_DOTdecode] = ACTIONS(3275), - [anon_sym_LBRACK2] = ACTIONS(3275), - [anon_sym_TILDE] = ACTIONS(3275), - [anon_sym_CARET] = ACTIONS(3275), - [anon_sym_AMP] = ACTIONS(3275), - [anon_sym_LT_DASH] = ACTIONS(3275), - [anon_sym_LT_LT] = ACTIONS(3275), - [anon_sym_GT_GT] = ACTIONS(3275), - [anon_sym_GT_GT_GT] = ACTIONS(3275), - [anon_sym_AMP_CARET] = ACTIONS(3275), - [anon_sym_AMP_AMP] = ACTIONS(3275), - [anon_sym_PIPE_PIPE] = ACTIONS(3275), - [anon_sym_or] = ACTIONS(3275), - [sym_none] = ACTIONS(3275), - [sym_true] = ACTIONS(3275), - [sym_false] = ACTIONS(3275), - [sym_nil] = ACTIONS(3275), - [anon_sym_QMARK_DOT] = ACTIONS(3275), - [anon_sym_POUND_LBRACK] = ACTIONS(3275), - [anon_sym_if] = ACTIONS(3275), - [anon_sym_DOLLARif] = ACTIONS(3275), - [anon_sym_is] = ACTIONS(3275), - [anon_sym_BANGis] = ACTIONS(3275), - [anon_sym_in] = ACTIONS(3275), - [anon_sym_BANGin] = ACTIONS(3275), - [anon_sym_match] = ACTIONS(3275), - [anon_sym_select] = ACTIONS(3275), - [anon_sym_STAR_EQ] = ACTIONS(3275), - [anon_sym_SLASH_EQ] = ACTIONS(3275), - [anon_sym_PERCENT_EQ] = ACTIONS(3275), - [anon_sym_LT_LT_EQ] = ACTIONS(3275), - [anon_sym_GT_GT_EQ] = ACTIONS(3275), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3275), - [anon_sym_AMP_EQ] = ACTIONS(3275), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3275), - [anon_sym_PLUS_EQ] = ACTIONS(3275), - [anon_sym_DASH_EQ] = ACTIONS(3275), - [anon_sym_PIPE_EQ] = ACTIONS(3275), - [anon_sym_CARET_EQ] = ACTIONS(3275), - [anon_sym_COLON_EQ] = ACTIONS(3275), - [anon_sym_lock] = ACTIONS(3275), - [anon_sym_rlock] = ACTIONS(3275), - [anon_sym_unsafe] = ACTIONS(3275), - [anon_sym_sql] = ACTIONS(3275), - [sym_int_literal] = ACTIONS(3275), - [sym_float_literal] = ACTIONS(3275), - [sym_rune_literal] = ACTIONS(3275), - [sym_pseudo_compile_time_identifier] = ACTIONS(3275), - [anon_sym_shared] = ACTIONS(3275), - [anon_sym_map_LBRACK] = ACTIONS(3275), - [anon_sym_chan] = ACTIONS(3275), - [anon_sym_thread] = ACTIONS(3275), - [anon_sym_atomic] = ACTIONS(3275), - [anon_sym_assert] = ACTIONS(3275), - [anon_sym_defer] = ACTIONS(3275), - [anon_sym_goto] = ACTIONS(3275), - [anon_sym_break] = ACTIONS(3275), - [anon_sym_continue] = ACTIONS(3275), - [anon_sym_return] = ACTIONS(3275), - [anon_sym_DOLLARfor] = ACTIONS(3275), - [anon_sym_for] = ACTIONS(3275), - [anon_sym_POUND] = ACTIONS(3275), - [anon_sym_asm] = ACTIONS(3275), - [anon_sym_AT_LBRACK] = ACTIONS(3275), - [sym___double_quote] = ACTIONS(3275), - [sym___single_quote] = ACTIONS(3275), - [sym___c_double_quote] = ACTIONS(3275), - [sym___c_single_quote] = ACTIONS(3275), - [sym___r_double_quote] = ACTIONS(3275), - [sym___r_single_quote] = ACTIONS(3275), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [699] = { [sym_line_comment] = STATE(699), [sym_block_comment] = STATE(699), - [ts_builtin_sym_end] = ACTIONS(2959), - [sym_identifier] = ACTIONS(2961), - [anon_sym_LF] = ACTIONS(2961), - [anon_sym_CR] = ACTIONS(2961), - [anon_sym_CR_LF] = ACTIONS(2961), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2963), - [anon_sym_as] = ACTIONS(2963), - [anon_sym_LBRACE] = ACTIONS(2961), - [anon_sym_COMMA] = ACTIONS(2963), - [anon_sym_const] = ACTIONS(2961), - [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_EQ] = ACTIONS(2963), - [anon_sym___global] = ACTIONS(2961), - [anon_sym_type] = ACTIONS(2961), - [anon_sym_PIPE] = ACTIONS(2963), - [anon_sym_fn] = ACTIONS(2961), - [anon_sym_PLUS] = ACTIONS(2963), - [anon_sym_DASH] = ACTIONS(2963), - [anon_sym_STAR] = ACTIONS(2963), - [anon_sym_SLASH] = ACTIONS(2963), - [anon_sym_PERCENT] = ACTIONS(2963), - [anon_sym_LT] = ACTIONS(2963), - [anon_sym_GT] = ACTIONS(2963), - [anon_sym_EQ_EQ] = ACTIONS(2963), - [anon_sym_BANG_EQ] = ACTIONS(2963), - [anon_sym_LT_EQ] = ACTIONS(2963), - [anon_sym_GT_EQ] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2966), - [anon_sym_struct] = ACTIONS(2961), - [anon_sym_union] = ACTIONS(2961), - [anon_sym_pub] = ACTIONS(2961), - [anon_sym_mut] = ACTIONS(2961), - [anon_sym_enum] = ACTIONS(2961), - [anon_sym_interface] = ACTIONS(2961), - [anon_sym_PLUS_PLUS] = ACTIONS(2963), - [anon_sym_DASH_DASH] = ACTIONS(2963), - [anon_sym_QMARK] = ACTIONS(2963), - [anon_sym_BANG] = ACTIONS(2963), - [anon_sym_go] = ACTIONS(2961), - [anon_sym_spawn] = ACTIONS(2961), - [anon_sym_json_DOTdecode] = ACTIONS(2961), - [anon_sym_LBRACK2] = ACTIONS(2963), - [anon_sym_TILDE] = ACTIONS(2961), - [anon_sym_CARET] = ACTIONS(2963), - [anon_sym_AMP] = ACTIONS(2963), - [anon_sym_LT_DASH] = ACTIONS(2961), - [anon_sym_LT_LT] = ACTIONS(2963), - [anon_sym_GT_GT] = ACTIONS(2963), - [anon_sym_GT_GT_GT] = ACTIONS(2963), - [anon_sym_AMP_CARET] = ACTIONS(2963), - [anon_sym_AMP_AMP] = ACTIONS(2963), - [anon_sym_PIPE_PIPE] = ACTIONS(2963), - [anon_sym_or] = ACTIONS(2963), - [sym_none] = ACTIONS(2961), - [sym_true] = ACTIONS(2961), - [sym_false] = ACTIONS(2961), - [sym_nil] = ACTIONS(2961), - [anon_sym_QMARK_DOT] = ACTIONS(2963), - [anon_sym_POUND_LBRACK] = ACTIONS(2963), - [anon_sym_if] = ACTIONS(2961), - [anon_sym_DOLLARif] = ACTIONS(2961), - [anon_sym_is] = ACTIONS(2963), - [anon_sym_BANGis] = ACTIONS(2963), - [anon_sym_in] = ACTIONS(2963), - [anon_sym_BANGin] = ACTIONS(2963), - [anon_sym_match] = ACTIONS(2961), - [anon_sym_select] = ACTIONS(2961), - [anon_sym_STAR_EQ] = ACTIONS(2963), - [anon_sym_SLASH_EQ] = ACTIONS(2963), - [anon_sym_PERCENT_EQ] = ACTIONS(2963), - [anon_sym_LT_LT_EQ] = ACTIONS(2963), - [anon_sym_GT_GT_EQ] = ACTIONS(2963), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2963), - [anon_sym_AMP_EQ] = ACTIONS(2963), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2963), - [anon_sym_PLUS_EQ] = ACTIONS(2963), - [anon_sym_DASH_EQ] = ACTIONS(2963), - [anon_sym_PIPE_EQ] = ACTIONS(2963), - [anon_sym_CARET_EQ] = ACTIONS(2963), - [anon_sym_COLON_EQ] = ACTIONS(2963), - [anon_sym_lock] = ACTIONS(2961), - [anon_sym_rlock] = ACTIONS(2961), - [anon_sym_unsafe] = ACTIONS(2961), - [anon_sym_sql] = ACTIONS(2961), - [sym_int_literal] = ACTIONS(2961), - [sym_float_literal] = ACTIONS(2961), - [sym_rune_literal] = ACTIONS(2961), - [sym_pseudo_compile_time_identifier] = ACTIONS(2961), - [anon_sym_shared] = ACTIONS(2961), - [anon_sym_map_LBRACK] = ACTIONS(2961), - [anon_sym_chan] = ACTIONS(2961), - [anon_sym_thread] = ACTIONS(2961), - [anon_sym_atomic] = ACTIONS(2961), - [anon_sym_assert] = ACTIONS(2961), - [anon_sym_defer] = ACTIONS(2961), - [anon_sym_goto] = ACTIONS(2961), - [anon_sym_break] = ACTIONS(2961), - [anon_sym_continue] = ACTIONS(2961), - [anon_sym_return] = ACTIONS(2961), - [anon_sym_DOLLARfor] = ACTIONS(2961), - [anon_sym_for] = ACTIONS(2961), - [anon_sym_POUND] = ACTIONS(2961), - [anon_sym_asm] = ACTIONS(2961), - [anon_sym_AT_LBRACK] = ACTIONS(2961), - [sym___double_quote] = ACTIONS(2961), - [sym___single_quote] = ACTIONS(2961), - [sym___c_double_quote] = ACTIONS(2961), - [sym___c_single_quote] = ACTIONS(2961), - [sym___r_double_quote] = ACTIONS(2961), - [sym___r_single_quote] = ACTIONS(2961), - }, - [700] = { - [sym_line_comment] = STATE(700), - [sym_block_comment] = STATE(700), - [ts_builtin_sym_end] = ACTIONS(2991), - [sym_identifier] = ACTIONS(2993), - [anon_sym_LF] = ACTIONS(2993), - [anon_sym_CR] = ACTIONS(2993), - [anon_sym_CR_LF] = ACTIONS(2993), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2995), - [anon_sym_as] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(2993), - [anon_sym_COMMA] = ACTIONS(2995), - [anon_sym_const] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(2995), - [anon_sym_EQ] = ACTIONS(2995), - [anon_sym___global] = ACTIONS(2993), - [anon_sym_type] = ACTIONS(2993), - [anon_sym_PIPE] = ACTIONS(2995), - [anon_sym_fn] = ACTIONS(2993), - [anon_sym_PLUS] = ACTIONS(2995), - [anon_sym_DASH] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(2995), - [anon_sym_SLASH] = ACTIONS(2995), - [anon_sym_PERCENT] = ACTIONS(2995), - [anon_sym_LT] = ACTIONS(2995), - [anon_sym_GT] = ACTIONS(2995), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_LT_EQ] = ACTIONS(2995), - [anon_sym_GT_EQ] = ACTIONS(2995), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2993), - [anon_sym_union] = ACTIONS(2993), - [anon_sym_pub] = ACTIONS(2993), - [anon_sym_mut] = ACTIONS(2993), - [anon_sym_enum] = ACTIONS(2993), - [anon_sym_interface] = ACTIONS(2993), - [anon_sym_PLUS_PLUS] = ACTIONS(2995), - [anon_sym_DASH_DASH] = ACTIONS(2995), - [anon_sym_QMARK] = ACTIONS(2995), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_go] = ACTIONS(2993), - [anon_sym_spawn] = ACTIONS(2993), - [anon_sym_json_DOTdecode] = ACTIONS(2993), - [anon_sym_LBRACK2] = ACTIONS(2995), - [anon_sym_TILDE] = ACTIONS(2993), - [anon_sym_CARET] = ACTIONS(2995), - [anon_sym_AMP] = ACTIONS(2995), - [anon_sym_LT_DASH] = ACTIONS(2993), - [anon_sym_LT_LT] = ACTIONS(2995), - [anon_sym_GT_GT] = ACTIONS(2995), - [anon_sym_GT_GT_GT] = ACTIONS(2995), - [anon_sym_AMP_CARET] = ACTIONS(2995), - [anon_sym_AMP_AMP] = ACTIONS(2995), - [anon_sym_PIPE_PIPE] = ACTIONS(2995), - [anon_sym_or] = ACTIONS(2995), - [sym_none] = ACTIONS(2993), - [sym_true] = ACTIONS(2993), - [sym_false] = ACTIONS(2993), - [sym_nil] = ACTIONS(2993), - [anon_sym_QMARK_DOT] = ACTIONS(2995), - [anon_sym_POUND_LBRACK] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2993), - [anon_sym_DOLLARif] = ACTIONS(2993), - [anon_sym_is] = ACTIONS(2995), - [anon_sym_BANGis] = ACTIONS(2995), - [anon_sym_in] = ACTIONS(2995), - [anon_sym_BANGin] = ACTIONS(2995), - [anon_sym_match] = ACTIONS(2993), - [anon_sym_select] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2995), - [anon_sym_SLASH_EQ] = ACTIONS(2995), - [anon_sym_PERCENT_EQ] = ACTIONS(2995), - [anon_sym_LT_LT_EQ] = ACTIONS(2995), - [anon_sym_GT_GT_EQ] = ACTIONS(2995), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2995), - [anon_sym_AMP_EQ] = ACTIONS(2995), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2995), - [anon_sym_PLUS_EQ] = ACTIONS(2995), - [anon_sym_DASH_EQ] = ACTIONS(2995), - [anon_sym_PIPE_EQ] = ACTIONS(2995), - [anon_sym_CARET_EQ] = ACTIONS(2995), - [anon_sym_COLON_EQ] = ACTIONS(2995), - [anon_sym_lock] = ACTIONS(2993), - [anon_sym_rlock] = ACTIONS(2993), - [anon_sym_unsafe] = ACTIONS(2993), - [anon_sym_sql] = ACTIONS(2993), - [sym_int_literal] = ACTIONS(2993), - [sym_float_literal] = ACTIONS(2993), - [sym_rune_literal] = ACTIONS(2993), - [sym_pseudo_compile_time_identifier] = ACTIONS(2993), - [anon_sym_shared] = ACTIONS(2993), - [anon_sym_map_LBRACK] = ACTIONS(2993), - [anon_sym_chan] = ACTIONS(2993), - [anon_sym_thread] = ACTIONS(2993), - [anon_sym_atomic] = ACTIONS(2993), - [anon_sym_assert] = ACTIONS(2993), - [anon_sym_defer] = ACTIONS(2993), - [anon_sym_goto] = ACTIONS(2993), - [anon_sym_break] = ACTIONS(2993), - [anon_sym_continue] = ACTIONS(2993), - [anon_sym_return] = ACTIONS(2993), - [anon_sym_DOLLARfor] = ACTIONS(2993), - [anon_sym_for] = ACTIONS(2993), - [anon_sym_POUND] = ACTIONS(2993), - [anon_sym_asm] = ACTIONS(2993), - [anon_sym_AT_LBRACK] = ACTIONS(2993), - [sym___double_quote] = ACTIONS(2993), - [sym___single_quote] = ACTIONS(2993), - [sym___c_double_quote] = ACTIONS(2993), - [sym___c_single_quote] = ACTIONS(2993), - [sym___r_double_quote] = ACTIONS(2993), - [sym___r_single_quote] = ACTIONS(2993), - }, - [701] = { - [sym_line_comment] = STATE(701), - [sym_block_comment] = STATE(701), - [ts_builtin_sym_end] = ACTIONS(3277), - [sym_identifier] = ACTIONS(3279), - [anon_sym_LF] = ACTIONS(3279), - [anon_sym_CR] = ACTIONS(3279), - [anon_sym_CR_LF] = ACTIONS(3279), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3279), - [anon_sym_as] = ACTIONS(3279), - [anon_sym_LBRACE] = ACTIONS(3279), - [anon_sym_COMMA] = ACTIONS(3279), - [anon_sym_const] = ACTIONS(3279), - [anon_sym_LPAREN] = ACTIONS(3279), - [anon_sym_EQ] = ACTIONS(3279), - [anon_sym___global] = ACTIONS(3279), - [anon_sym_type] = ACTIONS(3279), - [anon_sym_PIPE] = ACTIONS(3279), - [anon_sym_fn] = ACTIONS(3279), - [anon_sym_PLUS] = ACTIONS(3279), - [anon_sym_DASH] = ACTIONS(3279), - [anon_sym_STAR] = ACTIONS(3279), - [anon_sym_SLASH] = ACTIONS(3279), - [anon_sym_PERCENT] = ACTIONS(3279), - [anon_sym_LT] = ACTIONS(3279), - [anon_sym_GT] = ACTIONS(3279), - [anon_sym_EQ_EQ] = ACTIONS(3279), - [anon_sym_BANG_EQ] = ACTIONS(3279), - [anon_sym_LT_EQ] = ACTIONS(3279), - [anon_sym_GT_EQ] = ACTIONS(3279), - [anon_sym_LBRACK] = ACTIONS(3277), - [anon_sym_struct] = ACTIONS(3279), - [anon_sym_union] = ACTIONS(3279), - [anon_sym_pub] = ACTIONS(3279), - [anon_sym_mut] = ACTIONS(3279), - [anon_sym_enum] = ACTIONS(3279), - [anon_sym_interface] = ACTIONS(3279), - [anon_sym_PLUS_PLUS] = ACTIONS(3279), - [anon_sym_DASH_DASH] = ACTIONS(3279), - [anon_sym_QMARK] = ACTIONS(3279), - [anon_sym_BANG] = ACTIONS(3279), - [anon_sym_go] = ACTIONS(3279), - [anon_sym_spawn] = ACTIONS(3279), - [anon_sym_json_DOTdecode] = ACTIONS(3279), - [anon_sym_LBRACK2] = ACTIONS(3279), - [anon_sym_TILDE] = ACTIONS(3279), - [anon_sym_CARET] = ACTIONS(3279), - [anon_sym_AMP] = ACTIONS(3279), - [anon_sym_LT_DASH] = ACTIONS(3279), - [anon_sym_LT_LT] = ACTIONS(3279), - [anon_sym_GT_GT] = ACTIONS(3279), - [anon_sym_GT_GT_GT] = ACTIONS(3279), - [anon_sym_AMP_CARET] = ACTIONS(3279), - [anon_sym_AMP_AMP] = ACTIONS(3279), - [anon_sym_PIPE_PIPE] = ACTIONS(3279), - [anon_sym_or] = ACTIONS(3279), - [sym_none] = ACTIONS(3279), - [sym_true] = ACTIONS(3279), - [sym_false] = ACTIONS(3279), - [sym_nil] = ACTIONS(3279), - [anon_sym_QMARK_DOT] = ACTIONS(3279), - [anon_sym_POUND_LBRACK] = ACTIONS(3279), - [anon_sym_if] = ACTIONS(3279), - [anon_sym_DOLLARif] = ACTIONS(3279), - [anon_sym_is] = ACTIONS(3279), - [anon_sym_BANGis] = ACTIONS(3279), - [anon_sym_in] = ACTIONS(3279), - [anon_sym_BANGin] = ACTIONS(3279), - [anon_sym_match] = ACTIONS(3279), - [anon_sym_select] = ACTIONS(3279), - [anon_sym_STAR_EQ] = ACTIONS(3279), - [anon_sym_SLASH_EQ] = ACTIONS(3279), - [anon_sym_PERCENT_EQ] = ACTIONS(3279), - [anon_sym_LT_LT_EQ] = ACTIONS(3279), - [anon_sym_GT_GT_EQ] = ACTIONS(3279), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3279), - [anon_sym_AMP_EQ] = ACTIONS(3279), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3279), - [anon_sym_PLUS_EQ] = ACTIONS(3279), - [anon_sym_DASH_EQ] = ACTIONS(3279), - [anon_sym_PIPE_EQ] = ACTIONS(3279), - [anon_sym_CARET_EQ] = ACTIONS(3279), - [anon_sym_COLON_EQ] = ACTIONS(3279), - [anon_sym_lock] = ACTIONS(3279), - [anon_sym_rlock] = ACTIONS(3279), - [anon_sym_unsafe] = ACTIONS(3279), - [anon_sym_sql] = ACTIONS(3279), - [sym_int_literal] = ACTIONS(3279), - [sym_float_literal] = ACTIONS(3279), - [sym_rune_literal] = ACTIONS(3279), - [sym_pseudo_compile_time_identifier] = ACTIONS(3279), - [anon_sym_shared] = ACTIONS(3279), - [anon_sym_map_LBRACK] = ACTIONS(3279), - [anon_sym_chan] = ACTIONS(3279), - [anon_sym_thread] = ACTIONS(3279), - [anon_sym_atomic] = ACTIONS(3279), - [anon_sym_assert] = ACTIONS(3279), - [anon_sym_defer] = ACTIONS(3279), - [anon_sym_goto] = ACTIONS(3279), - [anon_sym_break] = ACTIONS(3279), - [anon_sym_continue] = ACTIONS(3279), - [anon_sym_return] = ACTIONS(3279), - [anon_sym_DOLLARfor] = ACTIONS(3279), - [anon_sym_for] = ACTIONS(3279), - [anon_sym_POUND] = ACTIONS(3279), - [anon_sym_asm] = ACTIONS(3279), - [anon_sym_AT_LBRACK] = ACTIONS(3279), - [sym___double_quote] = ACTIONS(3279), - [sym___single_quote] = ACTIONS(3279), - [sym___c_double_quote] = ACTIONS(3279), - [sym___c_single_quote] = ACTIONS(3279), - [sym___r_double_quote] = ACTIONS(3279), - [sym___r_single_quote] = ACTIONS(3279), - }, - [702] = { - [sym_line_comment] = STATE(702), - [sym_block_comment] = STATE(702), - [ts_builtin_sym_end] = ACTIONS(3281), - [sym_identifier] = ACTIONS(3283), - [anon_sym_LF] = ACTIONS(3283), - [anon_sym_CR] = ACTIONS(3283), - [anon_sym_CR_LF] = ACTIONS(3283), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3283), - [anon_sym_as] = ACTIONS(3283), - [anon_sym_LBRACE] = ACTIONS(3283), - [anon_sym_COMMA] = ACTIONS(3283), - [anon_sym_const] = ACTIONS(3283), - [anon_sym_LPAREN] = ACTIONS(3283), - [anon_sym_EQ] = ACTIONS(3283), - [anon_sym___global] = ACTIONS(3283), - [anon_sym_type] = ACTIONS(3283), - [anon_sym_PIPE] = ACTIONS(3283), - [anon_sym_fn] = ACTIONS(3283), - [anon_sym_PLUS] = ACTIONS(3283), - [anon_sym_DASH] = ACTIONS(3283), - [anon_sym_STAR] = ACTIONS(3283), - [anon_sym_SLASH] = ACTIONS(3283), - [anon_sym_PERCENT] = ACTIONS(3283), - [anon_sym_LT] = ACTIONS(3283), - [anon_sym_GT] = ACTIONS(3283), - [anon_sym_EQ_EQ] = ACTIONS(3283), - [anon_sym_BANG_EQ] = ACTIONS(3283), - [anon_sym_LT_EQ] = ACTIONS(3283), - [anon_sym_GT_EQ] = ACTIONS(3283), - [anon_sym_LBRACK] = ACTIONS(3281), - [anon_sym_struct] = ACTIONS(3283), - [anon_sym_union] = ACTIONS(3283), - [anon_sym_pub] = ACTIONS(3283), - [anon_sym_mut] = ACTIONS(3283), - [anon_sym_enum] = ACTIONS(3283), - [anon_sym_interface] = ACTIONS(3283), - [anon_sym_PLUS_PLUS] = ACTIONS(3283), - [anon_sym_DASH_DASH] = ACTIONS(3283), - [anon_sym_QMARK] = ACTIONS(3283), - [anon_sym_BANG] = ACTIONS(3283), - [anon_sym_go] = ACTIONS(3283), - [anon_sym_spawn] = ACTIONS(3283), - [anon_sym_json_DOTdecode] = ACTIONS(3283), - [anon_sym_LBRACK2] = ACTIONS(3283), - [anon_sym_TILDE] = ACTIONS(3283), - [anon_sym_CARET] = ACTIONS(3283), - [anon_sym_AMP] = ACTIONS(3283), - [anon_sym_LT_DASH] = ACTIONS(3283), - [anon_sym_LT_LT] = ACTIONS(3283), - [anon_sym_GT_GT] = ACTIONS(3283), - [anon_sym_GT_GT_GT] = ACTIONS(3283), - [anon_sym_AMP_CARET] = ACTIONS(3283), - [anon_sym_AMP_AMP] = ACTIONS(3283), - [anon_sym_PIPE_PIPE] = ACTIONS(3283), - [anon_sym_or] = ACTIONS(3283), - [sym_none] = ACTIONS(3283), - [sym_true] = ACTIONS(3283), - [sym_false] = ACTIONS(3283), - [sym_nil] = ACTIONS(3283), - [anon_sym_QMARK_DOT] = ACTIONS(3283), - [anon_sym_POUND_LBRACK] = ACTIONS(3283), - [anon_sym_if] = ACTIONS(3283), - [anon_sym_DOLLARif] = ACTIONS(3283), - [anon_sym_is] = ACTIONS(3283), - [anon_sym_BANGis] = ACTIONS(3283), - [anon_sym_in] = ACTIONS(3283), - [anon_sym_BANGin] = ACTIONS(3283), - [anon_sym_match] = ACTIONS(3283), - [anon_sym_select] = ACTIONS(3283), - [anon_sym_STAR_EQ] = ACTIONS(3283), - [anon_sym_SLASH_EQ] = ACTIONS(3283), - [anon_sym_PERCENT_EQ] = ACTIONS(3283), - [anon_sym_LT_LT_EQ] = ACTIONS(3283), - [anon_sym_GT_GT_EQ] = ACTIONS(3283), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3283), - [anon_sym_AMP_EQ] = ACTIONS(3283), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3283), - [anon_sym_PLUS_EQ] = ACTIONS(3283), - [anon_sym_DASH_EQ] = ACTIONS(3283), - [anon_sym_PIPE_EQ] = ACTIONS(3283), - [anon_sym_CARET_EQ] = ACTIONS(3283), - [anon_sym_COLON_EQ] = ACTIONS(3283), - [anon_sym_lock] = ACTIONS(3283), - [anon_sym_rlock] = ACTIONS(3283), - [anon_sym_unsafe] = ACTIONS(3283), - [anon_sym_sql] = ACTIONS(3283), - [sym_int_literal] = ACTIONS(3283), - [sym_float_literal] = ACTIONS(3283), - [sym_rune_literal] = ACTIONS(3283), - [sym_pseudo_compile_time_identifier] = ACTIONS(3283), - [anon_sym_shared] = ACTIONS(3283), - [anon_sym_map_LBRACK] = ACTIONS(3283), - [anon_sym_chan] = ACTIONS(3283), - [anon_sym_thread] = ACTIONS(3283), - [anon_sym_atomic] = ACTIONS(3283), - [anon_sym_assert] = ACTIONS(3283), - [anon_sym_defer] = ACTIONS(3283), - [anon_sym_goto] = ACTIONS(3283), - [anon_sym_break] = ACTIONS(3283), - [anon_sym_continue] = ACTIONS(3283), - [anon_sym_return] = ACTIONS(3283), - [anon_sym_DOLLARfor] = ACTIONS(3283), - [anon_sym_for] = ACTIONS(3283), - [anon_sym_POUND] = ACTIONS(3283), - [anon_sym_asm] = ACTIONS(3283), - [anon_sym_AT_LBRACK] = ACTIONS(3283), - [sym___double_quote] = ACTIONS(3283), - [sym___single_quote] = ACTIONS(3283), - [sym___c_double_quote] = ACTIONS(3283), - [sym___c_single_quote] = ACTIONS(3283), - [sym___r_double_quote] = ACTIONS(3283), - [sym___r_single_quote] = ACTIONS(3283), - }, - [703] = { - [sym_line_comment] = STATE(703), - [sym_block_comment] = STATE(703), - [ts_builtin_sym_end] = ACTIONS(3285), - [sym_identifier] = ACTIONS(3287), - [anon_sym_LF] = ACTIONS(3287), - [anon_sym_CR] = ACTIONS(3287), - [anon_sym_CR_LF] = ACTIONS(3287), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3287), - [anon_sym_as] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3287), - [anon_sym_COMMA] = ACTIONS(3287), - [anon_sym_const] = ACTIONS(3287), - [anon_sym_LPAREN] = ACTIONS(3287), - [anon_sym_EQ] = ACTIONS(3287), - [anon_sym___global] = ACTIONS(3287), - [anon_sym_type] = ACTIONS(3287), - [anon_sym_PIPE] = ACTIONS(3287), - [anon_sym_fn] = ACTIONS(3287), - [anon_sym_PLUS] = ACTIONS(3287), - [anon_sym_DASH] = ACTIONS(3287), - [anon_sym_STAR] = ACTIONS(3287), - [anon_sym_SLASH] = ACTIONS(3287), - [anon_sym_PERCENT] = ACTIONS(3287), - [anon_sym_LT] = ACTIONS(3287), - [anon_sym_GT] = ACTIONS(3287), - [anon_sym_EQ_EQ] = ACTIONS(3287), - [anon_sym_BANG_EQ] = ACTIONS(3287), - [anon_sym_LT_EQ] = ACTIONS(3287), - [anon_sym_GT_EQ] = ACTIONS(3287), - [anon_sym_LBRACK] = ACTIONS(3285), - [anon_sym_struct] = ACTIONS(3287), - [anon_sym_union] = ACTIONS(3287), - [anon_sym_pub] = ACTIONS(3287), - [anon_sym_mut] = ACTIONS(3287), - [anon_sym_enum] = ACTIONS(3287), - [anon_sym_interface] = ACTIONS(3287), - [anon_sym_PLUS_PLUS] = ACTIONS(3287), - [anon_sym_DASH_DASH] = ACTIONS(3287), - [anon_sym_QMARK] = ACTIONS(3287), - [anon_sym_BANG] = ACTIONS(3287), - [anon_sym_go] = ACTIONS(3287), - [anon_sym_spawn] = ACTIONS(3287), - [anon_sym_json_DOTdecode] = ACTIONS(3287), - [anon_sym_LBRACK2] = ACTIONS(3287), - [anon_sym_TILDE] = ACTIONS(3287), - [anon_sym_CARET] = ACTIONS(3287), - [anon_sym_AMP] = ACTIONS(3287), - [anon_sym_LT_DASH] = ACTIONS(3287), - [anon_sym_LT_LT] = ACTIONS(3287), - [anon_sym_GT_GT] = ACTIONS(3287), - [anon_sym_GT_GT_GT] = ACTIONS(3287), - [anon_sym_AMP_CARET] = ACTIONS(3287), - [anon_sym_AMP_AMP] = ACTIONS(3287), - [anon_sym_PIPE_PIPE] = ACTIONS(3287), - [anon_sym_or] = ACTIONS(3287), - [sym_none] = ACTIONS(3287), - [sym_true] = ACTIONS(3287), - [sym_false] = ACTIONS(3287), - [sym_nil] = ACTIONS(3287), - [anon_sym_QMARK_DOT] = ACTIONS(3287), - [anon_sym_POUND_LBRACK] = ACTIONS(3287), - [anon_sym_if] = ACTIONS(3287), - [anon_sym_DOLLARif] = ACTIONS(3287), - [anon_sym_is] = ACTIONS(3287), - [anon_sym_BANGis] = ACTIONS(3287), - [anon_sym_in] = ACTIONS(3287), - [anon_sym_BANGin] = ACTIONS(3287), - [anon_sym_match] = ACTIONS(3287), - [anon_sym_select] = ACTIONS(3287), - [anon_sym_STAR_EQ] = ACTIONS(3287), - [anon_sym_SLASH_EQ] = ACTIONS(3287), - [anon_sym_PERCENT_EQ] = ACTIONS(3287), - [anon_sym_LT_LT_EQ] = ACTIONS(3287), - [anon_sym_GT_GT_EQ] = ACTIONS(3287), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3287), - [anon_sym_AMP_EQ] = ACTIONS(3287), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3287), - [anon_sym_PLUS_EQ] = ACTIONS(3287), - [anon_sym_DASH_EQ] = ACTIONS(3287), - [anon_sym_PIPE_EQ] = ACTIONS(3287), - [anon_sym_CARET_EQ] = ACTIONS(3287), - [anon_sym_COLON_EQ] = ACTIONS(3287), - [anon_sym_lock] = ACTIONS(3287), - [anon_sym_rlock] = ACTIONS(3287), - [anon_sym_unsafe] = ACTIONS(3287), - [anon_sym_sql] = ACTIONS(3287), - [sym_int_literal] = ACTIONS(3287), - [sym_float_literal] = ACTIONS(3287), - [sym_rune_literal] = ACTIONS(3287), - [sym_pseudo_compile_time_identifier] = ACTIONS(3287), - [anon_sym_shared] = ACTIONS(3287), - [anon_sym_map_LBRACK] = ACTIONS(3287), - [anon_sym_chan] = ACTIONS(3287), - [anon_sym_thread] = ACTIONS(3287), - [anon_sym_atomic] = ACTIONS(3287), - [anon_sym_assert] = ACTIONS(3287), - [anon_sym_defer] = ACTIONS(3287), - [anon_sym_goto] = ACTIONS(3287), - [anon_sym_break] = ACTIONS(3287), - [anon_sym_continue] = ACTIONS(3287), - [anon_sym_return] = ACTIONS(3287), - [anon_sym_DOLLARfor] = ACTIONS(3287), - [anon_sym_for] = ACTIONS(3287), - [anon_sym_POUND] = ACTIONS(3287), - [anon_sym_asm] = ACTIONS(3287), - [anon_sym_AT_LBRACK] = ACTIONS(3287), - [sym___double_quote] = ACTIONS(3287), - [sym___single_quote] = ACTIONS(3287), - [sym___c_double_quote] = ACTIONS(3287), - [sym___c_single_quote] = ACTIONS(3287), - [sym___r_double_quote] = ACTIONS(3287), - [sym___r_single_quote] = ACTIONS(3287), - }, - [704] = { - [sym_line_comment] = STATE(704), - [sym_block_comment] = STATE(704), - [sym__expression] = STATE(2515), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4019), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [sym__expression] = STATE(2517), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4021), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym_identifier] = ACTIONS(1071), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -105573,9 +105010,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -105594,304 +105031,1000 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, + [700] = { + [sym_line_comment] = STATE(700), + [sym_block_comment] = STATE(700), + [sym__expression] = STATE(2734), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [701] = { + [sym_line_comment] = STATE(701), + [sym_block_comment] = STATE(701), + [ts_builtin_sym_end] = ACTIONS(3279), + [sym_identifier] = ACTIONS(3281), + [anon_sym_LF] = ACTIONS(3281), + [anon_sym_CR] = ACTIONS(3281), + [anon_sym_CR_LF] = ACTIONS(3281), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3078), + [anon_sym_as] = ACTIONS(3078), + [anon_sym_LBRACE] = ACTIONS(3281), + [anon_sym_COMMA] = ACTIONS(3078), + [anon_sym_const] = ACTIONS(3281), + [anon_sym_LPAREN] = ACTIONS(3078), + [anon_sym_EQ] = ACTIONS(3078), + [anon_sym___global] = ACTIONS(3281), + [anon_sym_type] = ACTIONS(3281), + [anon_sym_PIPE] = ACTIONS(3078), + [anon_sym_fn] = ACTIONS(3281), + [anon_sym_PLUS] = ACTIONS(3078), + [anon_sym_DASH] = ACTIONS(3078), + [anon_sym_STAR] = ACTIONS(3078), + [anon_sym_SLASH] = ACTIONS(3078), + [anon_sym_PERCENT] = ACTIONS(3078), + [anon_sym_LT] = ACTIONS(3078), + [anon_sym_GT] = ACTIONS(3078), + [anon_sym_EQ_EQ] = ACTIONS(3078), + [anon_sym_BANG_EQ] = ACTIONS(3078), + [anon_sym_LT_EQ] = ACTIONS(3078), + [anon_sym_GT_EQ] = ACTIONS(3078), + [anon_sym_LBRACK] = ACTIONS(3075), + [anon_sym_struct] = ACTIONS(3281), + [anon_sym_union] = ACTIONS(3281), + [anon_sym_pub] = ACTIONS(3281), + [anon_sym_mut] = ACTIONS(3281), + [anon_sym_enum] = ACTIONS(3281), + [anon_sym_interface] = ACTIONS(3281), + [anon_sym_PLUS_PLUS] = ACTIONS(3078), + [anon_sym_DASH_DASH] = ACTIONS(3078), + [anon_sym_QMARK] = ACTIONS(3078), + [anon_sym_BANG] = ACTIONS(3078), + [anon_sym_go] = ACTIONS(3281), + [anon_sym_spawn] = ACTIONS(3281), + [anon_sym_json_DOTdecode] = ACTIONS(3281), + [anon_sym_LBRACK2] = ACTIONS(3078), + [anon_sym_TILDE] = ACTIONS(3281), + [anon_sym_CARET] = ACTIONS(3078), + [anon_sym_AMP] = ACTIONS(3078), + [anon_sym_LT_DASH] = ACTIONS(3281), + [anon_sym_LT_LT] = ACTIONS(3078), + [anon_sym_GT_GT] = ACTIONS(3078), + [anon_sym_GT_GT_GT] = ACTIONS(3078), + [anon_sym_AMP_CARET] = ACTIONS(3078), + [anon_sym_AMP_AMP] = ACTIONS(3078), + [anon_sym_PIPE_PIPE] = ACTIONS(3078), + [anon_sym_or] = ACTIONS(3078), + [sym_none] = ACTIONS(3281), + [sym_true] = ACTIONS(3281), + [sym_false] = ACTIONS(3281), + [sym_nil] = ACTIONS(3281), + [anon_sym_QMARK_DOT] = ACTIONS(3078), + [anon_sym_POUND_LBRACK] = ACTIONS(3078), + [anon_sym_if] = ACTIONS(3281), + [anon_sym_DOLLARif] = ACTIONS(3281), + [anon_sym_is] = ACTIONS(3078), + [anon_sym_BANGis] = ACTIONS(3078), + [anon_sym_in] = ACTIONS(3078), + [anon_sym_BANGin] = ACTIONS(3078), + [anon_sym_match] = ACTIONS(3281), + [anon_sym_select] = ACTIONS(3281), + [anon_sym_STAR_EQ] = ACTIONS(3078), + [anon_sym_SLASH_EQ] = ACTIONS(3078), + [anon_sym_PERCENT_EQ] = ACTIONS(3078), + [anon_sym_LT_LT_EQ] = ACTIONS(3078), + [anon_sym_GT_GT_EQ] = ACTIONS(3078), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3078), + [anon_sym_AMP_EQ] = ACTIONS(3078), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3078), + [anon_sym_PLUS_EQ] = ACTIONS(3078), + [anon_sym_DASH_EQ] = ACTIONS(3078), + [anon_sym_PIPE_EQ] = ACTIONS(3078), + [anon_sym_CARET_EQ] = ACTIONS(3078), + [anon_sym_COLON_EQ] = ACTIONS(3078), + [anon_sym_lock] = ACTIONS(3281), + [anon_sym_rlock] = ACTIONS(3281), + [anon_sym_unsafe] = ACTIONS(3281), + [anon_sym_sql] = ACTIONS(3281), + [sym_int_literal] = ACTIONS(3281), + [sym_float_literal] = ACTIONS(3281), + [sym_rune_literal] = ACTIONS(3281), + [sym_pseudo_compile_time_identifier] = ACTIONS(3281), + [anon_sym_shared] = ACTIONS(3281), + [anon_sym_map_LBRACK] = ACTIONS(3281), + [anon_sym_chan] = ACTIONS(3281), + [anon_sym_thread] = ACTIONS(3281), + [anon_sym_atomic] = ACTIONS(3281), + [anon_sym_assert] = ACTIONS(3281), + [anon_sym_defer] = ACTIONS(3281), + [anon_sym_goto] = ACTIONS(3281), + [anon_sym_break] = ACTIONS(3281), + [anon_sym_continue] = ACTIONS(3281), + [anon_sym_return] = ACTIONS(3281), + [anon_sym_DOLLARfor] = ACTIONS(3281), + [anon_sym_for] = ACTIONS(3281), + [anon_sym_POUND] = ACTIONS(3281), + [anon_sym_asm] = ACTIONS(3281), + [anon_sym_AT_LBRACK] = ACTIONS(3281), + [sym___double_quote] = ACTIONS(3281), + [sym___single_quote] = ACTIONS(3281), + [sym___c_double_quote] = ACTIONS(3281), + [sym___c_single_quote] = ACTIONS(3281), + [sym___r_double_quote] = ACTIONS(3281), + [sym___r_single_quote] = ACTIONS(3281), + }, + [702] = { + [sym_line_comment] = STATE(702), + [sym_block_comment] = STATE(702), + [ts_builtin_sym_end] = ACTIONS(3283), + [sym_identifier] = ACTIONS(3285), + [anon_sym_LF] = ACTIONS(3285), + [anon_sym_CR] = ACTIONS(3285), + [anon_sym_CR_LF] = ACTIONS(3285), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3088), + [anon_sym_as] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3285), + [anon_sym_COMMA] = ACTIONS(3088), + [anon_sym_const] = ACTIONS(3285), + [anon_sym_LPAREN] = ACTIONS(3088), + [anon_sym_EQ] = ACTIONS(3088), + [anon_sym___global] = ACTIONS(3285), + [anon_sym_type] = ACTIONS(3285), + [anon_sym_PIPE] = ACTIONS(3088), + [anon_sym_fn] = ACTIONS(3285), + [anon_sym_PLUS] = ACTIONS(3088), + [anon_sym_DASH] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3088), + [anon_sym_SLASH] = ACTIONS(3088), + [anon_sym_PERCENT] = ACTIONS(3088), + [anon_sym_LT] = ACTIONS(3088), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_LT_EQ] = ACTIONS(3088), + [anon_sym_GT_EQ] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3085), + [anon_sym_struct] = ACTIONS(3285), + [anon_sym_union] = ACTIONS(3285), + [anon_sym_pub] = ACTIONS(3285), + [anon_sym_mut] = ACTIONS(3285), + [anon_sym_enum] = ACTIONS(3285), + [anon_sym_interface] = ACTIONS(3285), + [anon_sym_PLUS_PLUS] = ACTIONS(3088), + [anon_sym_DASH_DASH] = ACTIONS(3088), + [anon_sym_QMARK] = ACTIONS(3088), + [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_go] = ACTIONS(3285), + [anon_sym_spawn] = ACTIONS(3285), + [anon_sym_json_DOTdecode] = ACTIONS(3285), + [anon_sym_LBRACK2] = ACTIONS(3088), + [anon_sym_TILDE] = ACTIONS(3285), + [anon_sym_CARET] = ACTIONS(3088), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_LT_DASH] = ACTIONS(3285), + [anon_sym_LT_LT] = ACTIONS(3088), + [anon_sym_GT_GT] = ACTIONS(3088), + [anon_sym_GT_GT_GT] = ACTIONS(3088), + [anon_sym_AMP_CARET] = ACTIONS(3088), + [anon_sym_AMP_AMP] = ACTIONS(3088), + [anon_sym_PIPE_PIPE] = ACTIONS(3088), + [anon_sym_or] = ACTIONS(3088), + [sym_none] = ACTIONS(3285), + [sym_true] = ACTIONS(3285), + [sym_false] = ACTIONS(3285), + [sym_nil] = ACTIONS(3285), + [anon_sym_QMARK_DOT] = ACTIONS(3088), + [anon_sym_POUND_LBRACK] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3285), + [anon_sym_DOLLARif] = ACTIONS(3285), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3088), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_BANGin] = ACTIONS(3088), + [anon_sym_match] = ACTIONS(3285), + [anon_sym_select] = ACTIONS(3285), + [anon_sym_STAR_EQ] = ACTIONS(3088), + [anon_sym_SLASH_EQ] = ACTIONS(3088), + [anon_sym_PERCENT_EQ] = ACTIONS(3088), + [anon_sym_LT_LT_EQ] = ACTIONS(3088), + [anon_sym_GT_GT_EQ] = ACTIONS(3088), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3088), + [anon_sym_AMP_EQ] = ACTIONS(3088), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3088), + [anon_sym_PLUS_EQ] = ACTIONS(3088), + [anon_sym_DASH_EQ] = ACTIONS(3088), + [anon_sym_PIPE_EQ] = ACTIONS(3088), + [anon_sym_CARET_EQ] = ACTIONS(3088), + [anon_sym_COLON_EQ] = ACTIONS(3088), + [anon_sym_lock] = ACTIONS(3285), + [anon_sym_rlock] = ACTIONS(3285), + [anon_sym_unsafe] = ACTIONS(3285), + [anon_sym_sql] = ACTIONS(3285), + [sym_int_literal] = ACTIONS(3285), + [sym_float_literal] = ACTIONS(3285), + [sym_rune_literal] = ACTIONS(3285), + [sym_pseudo_compile_time_identifier] = ACTIONS(3285), + [anon_sym_shared] = ACTIONS(3285), + [anon_sym_map_LBRACK] = ACTIONS(3285), + [anon_sym_chan] = ACTIONS(3285), + [anon_sym_thread] = ACTIONS(3285), + [anon_sym_atomic] = ACTIONS(3285), + [anon_sym_assert] = ACTIONS(3285), + [anon_sym_defer] = ACTIONS(3285), + [anon_sym_goto] = ACTIONS(3285), + [anon_sym_break] = ACTIONS(3285), + [anon_sym_continue] = ACTIONS(3285), + [anon_sym_return] = ACTIONS(3285), + [anon_sym_DOLLARfor] = ACTIONS(3285), + [anon_sym_for] = ACTIONS(3285), + [anon_sym_POUND] = ACTIONS(3285), + [anon_sym_asm] = ACTIONS(3285), + [anon_sym_AT_LBRACK] = ACTIONS(3285), + [sym___double_quote] = ACTIONS(3285), + [sym___single_quote] = ACTIONS(3285), + [sym___c_double_quote] = ACTIONS(3285), + [sym___c_single_quote] = ACTIONS(3285), + [sym___r_double_quote] = ACTIONS(3285), + [sym___r_single_quote] = ACTIONS(3285), + }, + [703] = { + [sym_line_comment] = STATE(703), + [sym_block_comment] = STATE(703), + [ts_builtin_sym_end] = ACTIONS(3287), + [sym_identifier] = ACTIONS(3289), + [anon_sym_LF] = ACTIONS(3289), + [anon_sym_CR] = ACTIONS(3289), + [anon_sym_CR_LF] = ACTIONS(3289), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3289), + [anon_sym_as] = ACTIONS(3289), + [anon_sym_LBRACE] = ACTIONS(3289), + [anon_sym_COMMA] = ACTIONS(3289), + [anon_sym_const] = ACTIONS(3289), + [anon_sym_LPAREN] = ACTIONS(3289), + [anon_sym_EQ] = ACTIONS(3289), + [anon_sym___global] = ACTIONS(3289), + [anon_sym_type] = ACTIONS(3289), + [anon_sym_PIPE] = ACTIONS(3289), + [anon_sym_fn] = ACTIONS(3289), + [anon_sym_PLUS] = ACTIONS(3289), + [anon_sym_DASH] = ACTIONS(3289), + [anon_sym_STAR] = ACTIONS(3289), + [anon_sym_SLASH] = ACTIONS(3289), + [anon_sym_PERCENT] = ACTIONS(3289), + [anon_sym_LT] = ACTIONS(3289), + [anon_sym_GT] = ACTIONS(3289), + [anon_sym_EQ_EQ] = ACTIONS(3289), + [anon_sym_BANG_EQ] = ACTIONS(3289), + [anon_sym_LT_EQ] = ACTIONS(3289), + [anon_sym_GT_EQ] = ACTIONS(3289), + [anon_sym_LBRACK] = ACTIONS(3287), + [anon_sym_struct] = ACTIONS(3289), + [anon_sym_union] = ACTIONS(3289), + [anon_sym_pub] = ACTIONS(3289), + [anon_sym_mut] = ACTIONS(3289), + [anon_sym_enum] = ACTIONS(3289), + [anon_sym_interface] = ACTIONS(3289), + [anon_sym_PLUS_PLUS] = ACTIONS(3289), + [anon_sym_DASH_DASH] = ACTIONS(3289), + [anon_sym_QMARK] = ACTIONS(3289), + [anon_sym_BANG] = ACTIONS(3289), + [anon_sym_go] = ACTIONS(3289), + [anon_sym_spawn] = ACTIONS(3289), + [anon_sym_json_DOTdecode] = ACTIONS(3289), + [anon_sym_LBRACK2] = ACTIONS(3289), + [anon_sym_TILDE] = ACTIONS(3289), + [anon_sym_CARET] = ACTIONS(3289), + [anon_sym_AMP] = ACTIONS(3289), + [anon_sym_LT_DASH] = ACTIONS(3289), + [anon_sym_LT_LT] = ACTIONS(3289), + [anon_sym_GT_GT] = ACTIONS(3289), + [anon_sym_GT_GT_GT] = ACTIONS(3289), + [anon_sym_AMP_CARET] = ACTIONS(3289), + [anon_sym_AMP_AMP] = ACTIONS(3289), + [anon_sym_PIPE_PIPE] = ACTIONS(3289), + [anon_sym_or] = ACTIONS(3289), + [sym_none] = ACTIONS(3289), + [sym_true] = ACTIONS(3289), + [sym_false] = ACTIONS(3289), + [sym_nil] = ACTIONS(3289), + [anon_sym_QMARK_DOT] = ACTIONS(3289), + [anon_sym_POUND_LBRACK] = ACTIONS(3289), + [anon_sym_if] = ACTIONS(3289), + [anon_sym_DOLLARif] = ACTIONS(3289), + [anon_sym_is] = ACTIONS(3289), + [anon_sym_BANGis] = ACTIONS(3289), + [anon_sym_in] = ACTIONS(3289), + [anon_sym_BANGin] = ACTIONS(3289), + [anon_sym_match] = ACTIONS(3289), + [anon_sym_select] = ACTIONS(3289), + [anon_sym_STAR_EQ] = ACTIONS(3289), + [anon_sym_SLASH_EQ] = ACTIONS(3289), + [anon_sym_PERCENT_EQ] = ACTIONS(3289), + [anon_sym_LT_LT_EQ] = ACTIONS(3289), + [anon_sym_GT_GT_EQ] = ACTIONS(3289), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3289), + [anon_sym_AMP_EQ] = ACTIONS(3289), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3289), + [anon_sym_PLUS_EQ] = ACTIONS(3289), + [anon_sym_DASH_EQ] = ACTIONS(3289), + [anon_sym_PIPE_EQ] = ACTIONS(3289), + [anon_sym_CARET_EQ] = ACTIONS(3289), + [anon_sym_COLON_EQ] = ACTIONS(3289), + [anon_sym_lock] = ACTIONS(3289), + [anon_sym_rlock] = ACTIONS(3289), + [anon_sym_unsafe] = ACTIONS(3289), + [anon_sym_sql] = ACTIONS(3289), + [sym_int_literal] = ACTIONS(3289), + [sym_float_literal] = ACTIONS(3289), + [sym_rune_literal] = ACTIONS(3289), + [sym_pseudo_compile_time_identifier] = ACTIONS(3289), + [anon_sym_shared] = ACTIONS(3289), + [anon_sym_map_LBRACK] = ACTIONS(3289), + [anon_sym_chan] = ACTIONS(3289), + [anon_sym_thread] = ACTIONS(3289), + [anon_sym_atomic] = ACTIONS(3289), + [anon_sym_assert] = ACTIONS(3289), + [anon_sym_defer] = ACTIONS(3289), + [anon_sym_goto] = ACTIONS(3289), + [anon_sym_break] = ACTIONS(3289), + [anon_sym_continue] = ACTIONS(3289), + [anon_sym_return] = ACTIONS(3289), + [anon_sym_DOLLARfor] = ACTIONS(3289), + [anon_sym_for] = ACTIONS(3289), + [anon_sym_POUND] = ACTIONS(3289), + [anon_sym_asm] = ACTIONS(3289), + [anon_sym_AT_LBRACK] = ACTIONS(3289), + [sym___double_quote] = ACTIONS(3289), + [sym___single_quote] = ACTIONS(3289), + [sym___c_double_quote] = ACTIONS(3289), + [sym___c_single_quote] = ACTIONS(3289), + [sym___r_double_quote] = ACTIONS(3289), + [sym___r_single_quote] = ACTIONS(3289), + }, + [704] = { + [sym_line_comment] = STATE(704), + [sym_block_comment] = STATE(704), + [ts_builtin_sym_end] = ACTIONS(3291), + [sym_identifier] = ACTIONS(3293), + [anon_sym_LF] = ACTIONS(3293), + [anon_sym_CR] = ACTIONS(3293), + [anon_sym_CR_LF] = ACTIONS(3293), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3293), + [anon_sym_as] = ACTIONS(3293), + [anon_sym_LBRACE] = ACTIONS(3293), + [anon_sym_COMMA] = ACTIONS(3293), + [anon_sym_const] = ACTIONS(3293), + [anon_sym_LPAREN] = ACTIONS(3293), + [anon_sym_EQ] = ACTIONS(3293), + [anon_sym___global] = ACTIONS(3293), + [anon_sym_type] = ACTIONS(3293), + [anon_sym_PIPE] = ACTIONS(3293), + [anon_sym_fn] = ACTIONS(3293), + [anon_sym_PLUS] = ACTIONS(3293), + [anon_sym_DASH] = ACTIONS(3293), + [anon_sym_STAR] = ACTIONS(3293), + [anon_sym_SLASH] = ACTIONS(3293), + [anon_sym_PERCENT] = ACTIONS(3293), + [anon_sym_LT] = ACTIONS(3293), + [anon_sym_GT] = ACTIONS(3293), + [anon_sym_EQ_EQ] = ACTIONS(3293), + [anon_sym_BANG_EQ] = ACTIONS(3293), + [anon_sym_LT_EQ] = ACTIONS(3293), + [anon_sym_GT_EQ] = ACTIONS(3293), + [anon_sym_LBRACK] = ACTIONS(3291), + [anon_sym_struct] = ACTIONS(3293), + [anon_sym_union] = ACTIONS(3293), + [anon_sym_pub] = ACTIONS(3293), + [anon_sym_mut] = ACTIONS(3293), + [anon_sym_enum] = ACTIONS(3293), + [anon_sym_interface] = ACTIONS(3293), + [anon_sym_PLUS_PLUS] = ACTIONS(3293), + [anon_sym_DASH_DASH] = ACTIONS(3293), + [anon_sym_QMARK] = ACTIONS(3293), + [anon_sym_BANG] = ACTIONS(3293), + [anon_sym_go] = ACTIONS(3293), + [anon_sym_spawn] = ACTIONS(3293), + [anon_sym_json_DOTdecode] = ACTIONS(3293), + [anon_sym_LBRACK2] = ACTIONS(3293), + [anon_sym_TILDE] = ACTIONS(3293), + [anon_sym_CARET] = ACTIONS(3293), + [anon_sym_AMP] = ACTIONS(3293), + [anon_sym_LT_DASH] = ACTIONS(3293), + [anon_sym_LT_LT] = ACTIONS(3293), + [anon_sym_GT_GT] = ACTIONS(3293), + [anon_sym_GT_GT_GT] = ACTIONS(3293), + [anon_sym_AMP_CARET] = ACTIONS(3293), + [anon_sym_AMP_AMP] = ACTIONS(3293), + [anon_sym_PIPE_PIPE] = ACTIONS(3293), + [anon_sym_or] = ACTIONS(3293), + [sym_none] = ACTIONS(3293), + [sym_true] = ACTIONS(3293), + [sym_false] = ACTIONS(3293), + [sym_nil] = ACTIONS(3293), + [anon_sym_QMARK_DOT] = ACTIONS(3293), + [anon_sym_POUND_LBRACK] = ACTIONS(3293), + [anon_sym_if] = ACTIONS(3293), + [anon_sym_DOLLARif] = ACTIONS(3293), + [anon_sym_is] = ACTIONS(3293), + [anon_sym_BANGis] = ACTIONS(3293), + [anon_sym_in] = ACTIONS(3293), + [anon_sym_BANGin] = ACTIONS(3293), + [anon_sym_match] = ACTIONS(3293), + [anon_sym_select] = ACTIONS(3293), + [anon_sym_STAR_EQ] = ACTIONS(3293), + [anon_sym_SLASH_EQ] = ACTIONS(3293), + [anon_sym_PERCENT_EQ] = ACTIONS(3293), + [anon_sym_LT_LT_EQ] = ACTIONS(3293), + [anon_sym_GT_GT_EQ] = ACTIONS(3293), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3293), + [anon_sym_AMP_EQ] = ACTIONS(3293), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3293), + [anon_sym_PLUS_EQ] = ACTIONS(3293), + [anon_sym_DASH_EQ] = ACTIONS(3293), + [anon_sym_PIPE_EQ] = ACTIONS(3293), + [anon_sym_CARET_EQ] = ACTIONS(3293), + [anon_sym_COLON_EQ] = ACTIONS(3293), + [anon_sym_lock] = ACTIONS(3293), + [anon_sym_rlock] = ACTIONS(3293), + [anon_sym_unsafe] = ACTIONS(3293), + [anon_sym_sql] = ACTIONS(3293), + [sym_int_literal] = ACTIONS(3293), + [sym_float_literal] = ACTIONS(3293), + [sym_rune_literal] = ACTIONS(3293), + [sym_pseudo_compile_time_identifier] = ACTIONS(3293), + [anon_sym_shared] = ACTIONS(3293), + [anon_sym_map_LBRACK] = ACTIONS(3293), + [anon_sym_chan] = ACTIONS(3293), + [anon_sym_thread] = ACTIONS(3293), + [anon_sym_atomic] = ACTIONS(3293), + [anon_sym_assert] = ACTIONS(3293), + [anon_sym_defer] = ACTIONS(3293), + [anon_sym_goto] = ACTIONS(3293), + [anon_sym_break] = ACTIONS(3293), + [anon_sym_continue] = ACTIONS(3293), + [anon_sym_return] = ACTIONS(3293), + [anon_sym_DOLLARfor] = ACTIONS(3293), + [anon_sym_for] = ACTIONS(3293), + [anon_sym_POUND] = ACTIONS(3293), + [anon_sym_asm] = ACTIONS(3293), + [anon_sym_AT_LBRACK] = ACTIONS(3293), + [sym___double_quote] = ACTIONS(3293), + [sym___single_quote] = ACTIONS(3293), + [sym___c_double_quote] = ACTIONS(3293), + [sym___c_single_quote] = ACTIONS(3293), + [sym___r_double_quote] = ACTIONS(3293), + [sym___r_single_quote] = ACTIONS(3293), + }, [705] = { [sym_line_comment] = STATE(705), [sym_block_comment] = STATE(705), - [ts_builtin_sym_end] = ACTIONS(3289), - [sym_identifier] = ACTIONS(3291), - [anon_sym_LF] = ACTIONS(3291), - [anon_sym_CR] = ACTIONS(3291), - [anon_sym_CR_LF] = ACTIONS(3291), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3291), - [anon_sym_as] = ACTIONS(3291), - [anon_sym_LBRACE] = ACTIONS(3291), - [anon_sym_COMMA] = ACTIONS(3291), - [anon_sym_const] = ACTIONS(3291), - [anon_sym_LPAREN] = ACTIONS(3291), - [anon_sym_EQ] = ACTIONS(3291), - [anon_sym___global] = ACTIONS(3291), - [anon_sym_type] = ACTIONS(3291), - [anon_sym_PIPE] = ACTIONS(3291), - [anon_sym_fn] = ACTIONS(3291), - [anon_sym_PLUS] = ACTIONS(3291), - [anon_sym_DASH] = ACTIONS(3291), - [anon_sym_STAR] = ACTIONS(3291), - [anon_sym_SLASH] = ACTIONS(3291), - [anon_sym_PERCENT] = ACTIONS(3291), - [anon_sym_LT] = ACTIONS(3291), - [anon_sym_GT] = ACTIONS(3291), - [anon_sym_EQ_EQ] = ACTIONS(3291), - [anon_sym_BANG_EQ] = ACTIONS(3291), - [anon_sym_LT_EQ] = ACTIONS(3291), - [anon_sym_GT_EQ] = ACTIONS(3291), - [anon_sym_LBRACK] = ACTIONS(3289), - [anon_sym_struct] = ACTIONS(3291), - [anon_sym_union] = ACTIONS(3291), - [anon_sym_pub] = ACTIONS(3291), - [anon_sym_mut] = ACTIONS(3291), - [anon_sym_enum] = ACTIONS(3291), - [anon_sym_interface] = ACTIONS(3291), - [anon_sym_PLUS_PLUS] = ACTIONS(3291), - [anon_sym_DASH_DASH] = ACTIONS(3291), - [anon_sym_QMARK] = ACTIONS(3291), - [anon_sym_BANG] = ACTIONS(3291), - [anon_sym_go] = ACTIONS(3291), - [anon_sym_spawn] = ACTIONS(3291), - [anon_sym_json_DOTdecode] = ACTIONS(3291), - [anon_sym_LBRACK2] = ACTIONS(3291), - [anon_sym_TILDE] = ACTIONS(3291), - [anon_sym_CARET] = ACTIONS(3291), - [anon_sym_AMP] = ACTIONS(3291), - [anon_sym_LT_DASH] = ACTIONS(3291), - [anon_sym_LT_LT] = ACTIONS(3291), - [anon_sym_GT_GT] = ACTIONS(3291), - [anon_sym_GT_GT_GT] = ACTIONS(3291), - [anon_sym_AMP_CARET] = ACTIONS(3291), - [anon_sym_AMP_AMP] = ACTIONS(3291), - [anon_sym_PIPE_PIPE] = ACTIONS(3291), - [anon_sym_or] = ACTIONS(3291), - [sym_none] = ACTIONS(3291), - [sym_true] = ACTIONS(3291), - [sym_false] = ACTIONS(3291), - [sym_nil] = ACTIONS(3291), - [anon_sym_QMARK_DOT] = ACTIONS(3291), - [anon_sym_POUND_LBRACK] = ACTIONS(3291), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_DOLLARif] = ACTIONS(3291), - [anon_sym_is] = ACTIONS(3291), - [anon_sym_BANGis] = ACTIONS(3291), - [anon_sym_in] = ACTIONS(3291), - [anon_sym_BANGin] = ACTIONS(3291), - [anon_sym_match] = ACTIONS(3291), - [anon_sym_select] = ACTIONS(3291), - [anon_sym_STAR_EQ] = ACTIONS(3291), - [anon_sym_SLASH_EQ] = ACTIONS(3291), - [anon_sym_PERCENT_EQ] = ACTIONS(3291), - [anon_sym_LT_LT_EQ] = ACTIONS(3291), - [anon_sym_GT_GT_EQ] = ACTIONS(3291), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3291), - [anon_sym_AMP_EQ] = ACTIONS(3291), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3291), - [anon_sym_PLUS_EQ] = ACTIONS(3291), - [anon_sym_DASH_EQ] = ACTIONS(3291), - [anon_sym_PIPE_EQ] = ACTIONS(3291), - [anon_sym_CARET_EQ] = ACTIONS(3291), - [anon_sym_COLON_EQ] = ACTIONS(3291), - [anon_sym_lock] = ACTIONS(3291), - [anon_sym_rlock] = ACTIONS(3291), - [anon_sym_unsafe] = ACTIONS(3291), - [anon_sym_sql] = ACTIONS(3291), - [sym_int_literal] = ACTIONS(3291), - [sym_float_literal] = ACTIONS(3291), - [sym_rune_literal] = ACTIONS(3291), - [sym_pseudo_compile_time_identifier] = ACTIONS(3291), - [anon_sym_shared] = ACTIONS(3291), - [anon_sym_map_LBRACK] = ACTIONS(3291), - [anon_sym_chan] = ACTIONS(3291), - [anon_sym_thread] = ACTIONS(3291), - [anon_sym_atomic] = ACTIONS(3291), - [anon_sym_assert] = ACTIONS(3291), - [anon_sym_defer] = ACTIONS(3291), - [anon_sym_goto] = ACTIONS(3291), - [anon_sym_break] = ACTIONS(3291), - [anon_sym_continue] = ACTIONS(3291), - [anon_sym_return] = ACTIONS(3291), - [anon_sym_DOLLARfor] = ACTIONS(3291), - [anon_sym_for] = ACTIONS(3291), - [anon_sym_POUND] = ACTIONS(3291), - [anon_sym_asm] = ACTIONS(3291), - [anon_sym_AT_LBRACK] = ACTIONS(3291), - [sym___double_quote] = ACTIONS(3291), - [sym___single_quote] = ACTIONS(3291), - [sym___c_double_quote] = ACTIONS(3291), - [sym___c_single_quote] = ACTIONS(3291), - [sym___r_double_quote] = ACTIONS(3291), - [sym___r_single_quote] = ACTIONS(3291), + [sym__expression] = STATE(2832), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [706] = { [sym_line_comment] = STATE(706), [sym_block_comment] = STATE(706), - [ts_builtin_sym_end] = ACTIONS(3293), - [sym_identifier] = ACTIONS(3295), - [anon_sym_LF] = ACTIONS(3295), - [anon_sym_CR] = ACTIONS(3295), - [anon_sym_CR_LF] = ACTIONS(3295), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3295), - [anon_sym_as] = ACTIONS(3295), - [anon_sym_LBRACE] = ACTIONS(3295), - [anon_sym_COMMA] = ACTIONS(3295), - [anon_sym_const] = ACTIONS(3295), - [anon_sym_LPAREN] = ACTIONS(3295), - [anon_sym_EQ] = ACTIONS(3295), - [anon_sym___global] = ACTIONS(3295), - [anon_sym_type] = ACTIONS(3295), - [anon_sym_PIPE] = ACTIONS(3295), - [anon_sym_fn] = ACTIONS(3295), - [anon_sym_PLUS] = ACTIONS(3295), - [anon_sym_DASH] = ACTIONS(3295), - [anon_sym_STAR] = ACTIONS(3295), - [anon_sym_SLASH] = ACTIONS(3295), - [anon_sym_PERCENT] = ACTIONS(3295), - [anon_sym_LT] = ACTIONS(3295), - [anon_sym_GT] = ACTIONS(3295), - [anon_sym_EQ_EQ] = ACTIONS(3295), - [anon_sym_BANG_EQ] = ACTIONS(3295), - [anon_sym_LT_EQ] = ACTIONS(3295), - [anon_sym_GT_EQ] = ACTIONS(3295), - [anon_sym_LBRACK] = ACTIONS(3293), - [anon_sym_struct] = ACTIONS(3295), - [anon_sym_union] = ACTIONS(3295), - [anon_sym_pub] = ACTIONS(3295), - [anon_sym_mut] = ACTIONS(3295), - [anon_sym_enum] = ACTIONS(3295), - [anon_sym_interface] = ACTIONS(3295), - [anon_sym_PLUS_PLUS] = ACTIONS(3295), - [anon_sym_DASH_DASH] = ACTIONS(3295), - [anon_sym_QMARK] = ACTIONS(3295), - [anon_sym_BANG] = ACTIONS(3295), - [anon_sym_go] = ACTIONS(3295), - [anon_sym_spawn] = ACTIONS(3295), - [anon_sym_json_DOTdecode] = ACTIONS(3295), - [anon_sym_LBRACK2] = ACTIONS(3295), - [anon_sym_TILDE] = ACTIONS(3295), - [anon_sym_CARET] = ACTIONS(3295), - [anon_sym_AMP] = ACTIONS(3295), - [anon_sym_LT_DASH] = ACTIONS(3295), - [anon_sym_LT_LT] = ACTIONS(3295), - [anon_sym_GT_GT] = ACTIONS(3295), - [anon_sym_GT_GT_GT] = ACTIONS(3295), - [anon_sym_AMP_CARET] = ACTIONS(3295), - [anon_sym_AMP_AMP] = ACTIONS(3295), - [anon_sym_PIPE_PIPE] = ACTIONS(3295), - [anon_sym_or] = ACTIONS(3295), - [sym_none] = ACTIONS(3295), - [sym_true] = ACTIONS(3295), - [sym_false] = ACTIONS(3295), - [sym_nil] = ACTIONS(3295), - [anon_sym_QMARK_DOT] = ACTIONS(3295), - [anon_sym_POUND_LBRACK] = ACTIONS(3295), - [anon_sym_if] = ACTIONS(3295), - [anon_sym_DOLLARif] = ACTIONS(3295), - [anon_sym_is] = ACTIONS(3295), - [anon_sym_BANGis] = ACTIONS(3295), - [anon_sym_in] = ACTIONS(3295), - [anon_sym_BANGin] = ACTIONS(3295), - [anon_sym_match] = ACTIONS(3295), - [anon_sym_select] = ACTIONS(3295), - [anon_sym_STAR_EQ] = ACTIONS(3295), - [anon_sym_SLASH_EQ] = ACTIONS(3295), - [anon_sym_PERCENT_EQ] = ACTIONS(3295), - [anon_sym_LT_LT_EQ] = ACTIONS(3295), - [anon_sym_GT_GT_EQ] = ACTIONS(3295), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3295), - [anon_sym_AMP_EQ] = ACTIONS(3295), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3295), - [anon_sym_PLUS_EQ] = ACTIONS(3295), - [anon_sym_DASH_EQ] = ACTIONS(3295), - [anon_sym_PIPE_EQ] = ACTIONS(3295), - [anon_sym_CARET_EQ] = ACTIONS(3295), - [anon_sym_COLON_EQ] = ACTIONS(3295), - [anon_sym_lock] = ACTIONS(3295), - [anon_sym_rlock] = ACTIONS(3295), - [anon_sym_unsafe] = ACTIONS(3295), - [anon_sym_sql] = ACTIONS(3295), - [sym_int_literal] = ACTIONS(3295), - [sym_float_literal] = ACTIONS(3295), - [sym_rune_literal] = ACTIONS(3295), - [sym_pseudo_compile_time_identifier] = ACTIONS(3295), - [anon_sym_shared] = ACTIONS(3295), - [anon_sym_map_LBRACK] = ACTIONS(3295), - [anon_sym_chan] = ACTIONS(3295), - [anon_sym_thread] = ACTIONS(3295), - [anon_sym_atomic] = ACTIONS(3295), - [anon_sym_assert] = ACTIONS(3295), - [anon_sym_defer] = ACTIONS(3295), - [anon_sym_goto] = ACTIONS(3295), - [anon_sym_break] = ACTIONS(3295), - [anon_sym_continue] = ACTIONS(3295), - [anon_sym_return] = ACTIONS(3295), - [anon_sym_DOLLARfor] = ACTIONS(3295), - [anon_sym_for] = ACTIONS(3295), - [anon_sym_POUND] = ACTIONS(3295), - [anon_sym_asm] = ACTIONS(3295), - [anon_sym_AT_LBRACK] = ACTIONS(3295), - [sym___double_quote] = ACTIONS(3295), - [sym___single_quote] = ACTIONS(3295), - [sym___c_double_quote] = ACTIONS(3295), - [sym___c_single_quote] = ACTIONS(3295), - [sym___r_double_quote] = ACTIONS(3295), - [sym___r_single_quote] = ACTIONS(3295), + [sym__expression] = STATE(1314), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [707] = { [sym_line_comment] = STATE(707), [sym_block_comment] = STATE(707), - [sym__expression] = STATE(2515), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4012), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [sym__expression] = STATE(2824), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [708] = { + [sym_line_comment] = STATE(708), + [sym_block_comment] = STATE(708), + [sym__expression] = STATE(2517), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4014), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym_identifier] = ACTIONS(1071), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -105921,9 +106054,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -105942,1697 +106075,1697 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [708] = { - [sym_line_comment] = STATE(708), - [sym_block_comment] = STATE(708), - [ts_builtin_sym_end] = ACTIONS(3297), - [sym_identifier] = ACTIONS(3299), - [anon_sym_LF] = ACTIONS(3299), - [anon_sym_CR] = ACTIONS(3299), - [anon_sym_CR_LF] = ACTIONS(3299), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3299), - [anon_sym_as] = ACTIONS(3299), - [anon_sym_LBRACE] = ACTIONS(3299), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_const] = ACTIONS(3299), - [anon_sym_LPAREN] = ACTIONS(3299), - [anon_sym_EQ] = ACTIONS(3299), - [anon_sym___global] = ACTIONS(3299), - [anon_sym_type] = ACTIONS(3299), - [anon_sym_PIPE] = ACTIONS(3299), - [anon_sym_fn] = ACTIONS(3299), - [anon_sym_PLUS] = ACTIONS(3299), - [anon_sym_DASH] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_SLASH] = ACTIONS(3299), - [anon_sym_PERCENT] = ACTIONS(3299), - [anon_sym_LT] = ACTIONS(3299), - [anon_sym_GT] = ACTIONS(3299), - [anon_sym_EQ_EQ] = ACTIONS(3299), - [anon_sym_BANG_EQ] = ACTIONS(3299), - [anon_sym_LT_EQ] = ACTIONS(3299), - [anon_sym_GT_EQ] = ACTIONS(3299), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_struct] = ACTIONS(3299), - [anon_sym_union] = ACTIONS(3299), - [anon_sym_pub] = ACTIONS(3299), - [anon_sym_mut] = ACTIONS(3299), - [anon_sym_enum] = ACTIONS(3299), - [anon_sym_interface] = ACTIONS(3299), - [anon_sym_PLUS_PLUS] = ACTIONS(3299), - [anon_sym_DASH_DASH] = ACTIONS(3299), - [anon_sym_QMARK] = ACTIONS(3299), - [anon_sym_BANG] = ACTIONS(3299), - [anon_sym_go] = ACTIONS(3299), - [anon_sym_spawn] = ACTIONS(3299), - [anon_sym_json_DOTdecode] = ACTIONS(3299), - [anon_sym_LBRACK2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_CARET] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3299), - [anon_sym_LT_DASH] = ACTIONS(3299), - [anon_sym_LT_LT] = ACTIONS(3299), - [anon_sym_GT_GT] = ACTIONS(3299), - [anon_sym_GT_GT_GT] = ACTIONS(3299), - [anon_sym_AMP_CARET] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_PIPE_PIPE] = ACTIONS(3299), - [anon_sym_or] = ACTIONS(3299), - [sym_none] = ACTIONS(3299), - [sym_true] = ACTIONS(3299), - [sym_false] = ACTIONS(3299), - [sym_nil] = ACTIONS(3299), - [anon_sym_QMARK_DOT] = ACTIONS(3299), - [anon_sym_POUND_LBRACK] = ACTIONS(3299), - [anon_sym_if] = ACTIONS(3299), - [anon_sym_DOLLARif] = ACTIONS(3299), - [anon_sym_is] = ACTIONS(3299), - [anon_sym_BANGis] = ACTIONS(3299), - [anon_sym_in] = ACTIONS(3299), - [anon_sym_BANGin] = ACTIONS(3299), - [anon_sym_match] = ACTIONS(3299), - [anon_sym_select] = ACTIONS(3299), - [anon_sym_STAR_EQ] = ACTIONS(3299), - [anon_sym_SLASH_EQ] = ACTIONS(3299), - [anon_sym_PERCENT_EQ] = ACTIONS(3299), - [anon_sym_LT_LT_EQ] = ACTIONS(3299), - [anon_sym_GT_GT_EQ] = ACTIONS(3299), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3299), - [anon_sym_AMP_EQ] = ACTIONS(3299), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3299), - [anon_sym_PLUS_EQ] = ACTIONS(3299), - [anon_sym_DASH_EQ] = ACTIONS(3299), - [anon_sym_PIPE_EQ] = ACTIONS(3299), - [anon_sym_CARET_EQ] = ACTIONS(3299), - [anon_sym_COLON_EQ] = ACTIONS(3299), - [anon_sym_lock] = ACTIONS(3299), - [anon_sym_rlock] = ACTIONS(3299), - [anon_sym_unsafe] = ACTIONS(3299), - [anon_sym_sql] = ACTIONS(3299), - [sym_int_literal] = ACTIONS(3299), - [sym_float_literal] = ACTIONS(3299), - [sym_rune_literal] = ACTIONS(3299), - [sym_pseudo_compile_time_identifier] = ACTIONS(3299), - [anon_sym_shared] = ACTIONS(3299), - [anon_sym_map_LBRACK] = ACTIONS(3299), - [anon_sym_chan] = ACTIONS(3299), - [anon_sym_thread] = ACTIONS(3299), - [anon_sym_atomic] = ACTIONS(3299), - [anon_sym_assert] = ACTIONS(3299), - [anon_sym_defer] = ACTIONS(3299), - [anon_sym_goto] = ACTIONS(3299), - [anon_sym_break] = ACTIONS(3299), - [anon_sym_continue] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3299), - [anon_sym_DOLLARfor] = ACTIONS(3299), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_POUND] = ACTIONS(3299), - [anon_sym_asm] = ACTIONS(3299), - [anon_sym_AT_LBRACK] = ACTIONS(3299), - [sym___double_quote] = ACTIONS(3299), - [sym___single_quote] = ACTIONS(3299), - [sym___c_double_quote] = ACTIONS(3299), - [sym___c_single_quote] = ACTIONS(3299), - [sym___r_double_quote] = ACTIONS(3299), - [sym___r_single_quote] = ACTIONS(3299), - }, [709] = { [sym_line_comment] = STATE(709), [sym_block_comment] = STATE(709), - [ts_builtin_sym_end] = ACTIONS(3301), - [sym_identifier] = ACTIONS(3303), - [anon_sym_LF] = ACTIONS(3303), - [anon_sym_CR] = ACTIONS(3303), - [anon_sym_CR_LF] = ACTIONS(3303), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3303), - [anon_sym_as] = ACTIONS(3303), - [anon_sym_LBRACE] = ACTIONS(3303), - [anon_sym_COMMA] = ACTIONS(3303), - [anon_sym_const] = ACTIONS(3303), - [anon_sym_LPAREN] = ACTIONS(3303), - [anon_sym_EQ] = ACTIONS(3303), - [anon_sym___global] = ACTIONS(3303), - [anon_sym_type] = ACTIONS(3303), - [anon_sym_PIPE] = ACTIONS(3303), - [anon_sym_fn] = ACTIONS(3303), - [anon_sym_PLUS] = ACTIONS(3303), - [anon_sym_DASH] = ACTIONS(3303), - [anon_sym_STAR] = ACTIONS(3303), - [anon_sym_SLASH] = ACTIONS(3303), - [anon_sym_PERCENT] = ACTIONS(3303), - [anon_sym_LT] = ACTIONS(3303), - [anon_sym_GT] = ACTIONS(3303), - [anon_sym_EQ_EQ] = ACTIONS(3303), - [anon_sym_BANG_EQ] = ACTIONS(3303), - [anon_sym_LT_EQ] = ACTIONS(3303), - [anon_sym_GT_EQ] = ACTIONS(3303), - [anon_sym_LBRACK] = ACTIONS(3301), - [anon_sym_struct] = ACTIONS(3303), - [anon_sym_union] = ACTIONS(3303), - [anon_sym_pub] = ACTIONS(3303), - [anon_sym_mut] = ACTIONS(3303), - [anon_sym_enum] = ACTIONS(3303), - [anon_sym_interface] = ACTIONS(3303), - [anon_sym_PLUS_PLUS] = ACTIONS(3303), - [anon_sym_DASH_DASH] = ACTIONS(3303), - [anon_sym_QMARK] = ACTIONS(3303), - [anon_sym_BANG] = ACTIONS(3303), - [anon_sym_go] = ACTIONS(3303), - [anon_sym_spawn] = ACTIONS(3303), - [anon_sym_json_DOTdecode] = ACTIONS(3303), - [anon_sym_LBRACK2] = ACTIONS(3303), - [anon_sym_TILDE] = ACTIONS(3303), - [anon_sym_CARET] = ACTIONS(3303), - [anon_sym_AMP] = ACTIONS(3303), - [anon_sym_LT_DASH] = ACTIONS(3303), - [anon_sym_LT_LT] = ACTIONS(3303), - [anon_sym_GT_GT] = ACTIONS(3303), - [anon_sym_GT_GT_GT] = ACTIONS(3303), - [anon_sym_AMP_CARET] = ACTIONS(3303), - [anon_sym_AMP_AMP] = ACTIONS(3303), - [anon_sym_PIPE_PIPE] = ACTIONS(3303), - [anon_sym_or] = ACTIONS(3303), - [sym_none] = ACTIONS(3303), - [sym_true] = ACTIONS(3303), - [sym_false] = ACTIONS(3303), - [sym_nil] = ACTIONS(3303), - [anon_sym_QMARK_DOT] = ACTIONS(3303), - [anon_sym_POUND_LBRACK] = ACTIONS(3303), - [anon_sym_if] = ACTIONS(3303), - [anon_sym_DOLLARif] = ACTIONS(3303), - [anon_sym_is] = ACTIONS(3303), - [anon_sym_BANGis] = ACTIONS(3303), - [anon_sym_in] = ACTIONS(3303), - [anon_sym_BANGin] = ACTIONS(3303), - [anon_sym_match] = ACTIONS(3303), - [anon_sym_select] = ACTIONS(3303), - [anon_sym_STAR_EQ] = ACTIONS(3303), - [anon_sym_SLASH_EQ] = ACTIONS(3303), - [anon_sym_PERCENT_EQ] = ACTIONS(3303), - [anon_sym_LT_LT_EQ] = ACTIONS(3303), - [anon_sym_GT_GT_EQ] = ACTIONS(3303), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3303), - [anon_sym_AMP_EQ] = ACTIONS(3303), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3303), - [anon_sym_PLUS_EQ] = ACTIONS(3303), - [anon_sym_DASH_EQ] = ACTIONS(3303), - [anon_sym_PIPE_EQ] = ACTIONS(3303), - [anon_sym_CARET_EQ] = ACTIONS(3303), - [anon_sym_COLON_EQ] = ACTIONS(3303), - [anon_sym_lock] = ACTIONS(3303), - [anon_sym_rlock] = ACTIONS(3303), - [anon_sym_unsafe] = ACTIONS(3303), - [anon_sym_sql] = ACTIONS(3303), - [sym_int_literal] = ACTIONS(3303), - [sym_float_literal] = ACTIONS(3303), - [sym_rune_literal] = ACTIONS(3303), - [sym_pseudo_compile_time_identifier] = ACTIONS(3303), - [anon_sym_shared] = ACTIONS(3303), - [anon_sym_map_LBRACK] = ACTIONS(3303), - [anon_sym_chan] = ACTIONS(3303), - [anon_sym_thread] = ACTIONS(3303), - [anon_sym_atomic] = ACTIONS(3303), - [anon_sym_assert] = ACTIONS(3303), - [anon_sym_defer] = ACTIONS(3303), - [anon_sym_goto] = ACTIONS(3303), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3303), - [anon_sym_return] = ACTIONS(3303), - [anon_sym_DOLLARfor] = ACTIONS(3303), - [anon_sym_for] = ACTIONS(3303), - [anon_sym_POUND] = ACTIONS(3303), - [anon_sym_asm] = ACTIONS(3303), - [anon_sym_AT_LBRACK] = ACTIONS(3303), - [sym___double_quote] = ACTIONS(3303), - [sym___single_quote] = ACTIONS(3303), - [sym___c_double_quote] = ACTIONS(3303), - [sym___c_single_quote] = ACTIONS(3303), - [sym___r_double_quote] = ACTIONS(3303), - [sym___r_single_quote] = ACTIONS(3303), + [sym__expression] = STATE(1316), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [710] = { [sym_line_comment] = STATE(710), [sym_block_comment] = STATE(710), - [ts_builtin_sym_end] = ACTIONS(3305), - [sym_identifier] = ACTIONS(3307), - [anon_sym_LF] = ACTIONS(3307), - [anon_sym_CR] = ACTIONS(3307), - [anon_sym_CR_LF] = ACTIONS(3307), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3307), - [anon_sym_as] = ACTIONS(3307), - [anon_sym_LBRACE] = ACTIONS(3307), - [anon_sym_COMMA] = ACTIONS(3307), - [anon_sym_const] = ACTIONS(3307), - [anon_sym_LPAREN] = ACTIONS(3307), - [anon_sym_EQ] = ACTIONS(3307), - [anon_sym___global] = ACTIONS(3307), - [anon_sym_type] = ACTIONS(3307), - [anon_sym_PIPE] = ACTIONS(3307), - [anon_sym_fn] = ACTIONS(3307), - [anon_sym_PLUS] = ACTIONS(3307), - [anon_sym_DASH] = ACTIONS(3307), - [anon_sym_STAR] = ACTIONS(3307), - [anon_sym_SLASH] = ACTIONS(3307), - [anon_sym_PERCENT] = ACTIONS(3307), - [anon_sym_LT] = ACTIONS(3307), - [anon_sym_GT] = ACTIONS(3307), - [anon_sym_EQ_EQ] = ACTIONS(3307), - [anon_sym_BANG_EQ] = ACTIONS(3307), - [anon_sym_LT_EQ] = ACTIONS(3307), - [anon_sym_GT_EQ] = ACTIONS(3307), - [anon_sym_LBRACK] = ACTIONS(3305), - [anon_sym_struct] = ACTIONS(3307), - [anon_sym_union] = ACTIONS(3307), - [anon_sym_pub] = ACTIONS(3307), - [anon_sym_mut] = ACTIONS(3307), - [anon_sym_enum] = ACTIONS(3307), - [anon_sym_interface] = ACTIONS(3307), - [anon_sym_PLUS_PLUS] = ACTIONS(3307), - [anon_sym_DASH_DASH] = ACTIONS(3307), - [anon_sym_QMARK] = ACTIONS(3307), - [anon_sym_BANG] = ACTIONS(3307), - [anon_sym_go] = ACTIONS(3307), - [anon_sym_spawn] = ACTIONS(3307), - [anon_sym_json_DOTdecode] = ACTIONS(3307), - [anon_sym_LBRACK2] = ACTIONS(3307), - [anon_sym_TILDE] = ACTIONS(3307), - [anon_sym_CARET] = ACTIONS(3307), - [anon_sym_AMP] = ACTIONS(3307), - [anon_sym_LT_DASH] = ACTIONS(3307), - [anon_sym_LT_LT] = ACTIONS(3307), - [anon_sym_GT_GT] = ACTIONS(3307), - [anon_sym_GT_GT_GT] = ACTIONS(3307), - [anon_sym_AMP_CARET] = ACTIONS(3307), - [anon_sym_AMP_AMP] = ACTIONS(3307), - [anon_sym_PIPE_PIPE] = ACTIONS(3307), - [anon_sym_or] = ACTIONS(3307), - [sym_none] = ACTIONS(3307), - [sym_true] = ACTIONS(3307), - [sym_false] = ACTIONS(3307), - [sym_nil] = ACTIONS(3307), - [anon_sym_QMARK_DOT] = ACTIONS(3307), - [anon_sym_POUND_LBRACK] = ACTIONS(3307), - [anon_sym_if] = ACTIONS(3307), - [anon_sym_DOLLARif] = ACTIONS(3307), - [anon_sym_is] = ACTIONS(3307), - [anon_sym_BANGis] = ACTIONS(3307), - [anon_sym_in] = ACTIONS(3307), - [anon_sym_BANGin] = ACTIONS(3307), - [anon_sym_match] = ACTIONS(3307), - [anon_sym_select] = ACTIONS(3307), - [anon_sym_STAR_EQ] = ACTIONS(3307), - [anon_sym_SLASH_EQ] = ACTIONS(3307), - [anon_sym_PERCENT_EQ] = ACTIONS(3307), - [anon_sym_LT_LT_EQ] = ACTIONS(3307), - [anon_sym_GT_GT_EQ] = ACTIONS(3307), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3307), - [anon_sym_AMP_EQ] = ACTIONS(3307), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3307), - [anon_sym_PLUS_EQ] = ACTIONS(3307), - [anon_sym_DASH_EQ] = ACTIONS(3307), - [anon_sym_PIPE_EQ] = ACTIONS(3307), - [anon_sym_CARET_EQ] = ACTIONS(3307), - [anon_sym_COLON_EQ] = ACTIONS(3307), - [anon_sym_lock] = ACTIONS(3307), - [anon_sym_rlock] = ACTIONS(3307), - [anon_sym_unsafe] = ACTIONS(3307), - [anon_sym_sql] = ACTIONS(3307), - [sym_int_literal] = ACTIONS(3307), - [sym_float_literal] = ACTIONS(3307), - [sym_rune_literal] = ACTIONS(3307), - [sym_pseudo_compile_time_identifier] = ACTIONS(3307), - [anon_sym_shared] = ACTIONS(3307), - [anon_sym_map_LBRACK] = ACTIONS(3307), - [anon_sym_chan] = ACTIONS(3307), - [anon_sym_thread] = ACTIONS(3307), - [anon_sym_atomic] = ACTIONS(3307), - [anon_sym_assert] = ACTIONS(3307), - [anon_sym_defer] = ACTIONS(3307), - [anon_sym_goto] = ACTIONS(3307), - [anon_sym_break] = ACTIONS(3307), - [anon_sym_continue] = ACTIONS(3307), - [anon_sym_return] = ACTIONS(3307), - [anon_sym_DOLLARfor] = ACTIONS(3307), - [anon_sym_for] = ACTIONS(3307), - [anon_sym_POUND] = ACTIONS(3307), - [anon_sym_asm] = ACTIONS(3307), - [anon_sym_AT_LBRACK] = ACTIONS(3307), - [sym___double_quote] = ACTIONS(3307), - [sym___single_quote] = ACTIONS(3307), - [sym___c_double_quote] = ACTIONS(3307), - [sym___c_single_quote] = ACTIONS(3307), - [sym___r_double_quote] = ACTIONS(3307), - [sym___r_single_quote] = ACTIONS(3307), + [sym__expression] = STATE(2698), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [711] = { [sym_line_comment] = STATE(711), [sym_block_comment] = STATE(711), - [sym__expression] = STATE(229), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [sym__expression] = STATE(1655), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4259), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), }, [712] = { [sym_line_comment] = STATE(712), [sym_block_comment] = STATE(712), - [sym__expression] = STATE(1811), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4266), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), + [sym__expression] = STATE(1307), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), - [anon_sym_LPAREN] = ACTIONS(709), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_PLUS] = ACTIONS(713), - [anon_sym_DASH] = ACTIONS(713), - [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(719), - [anon_sym_go] = ACTIONS(721), - [anon_sym_spawn] = ACTIONS(723), - [anon_sym_json_DOTdecode] = ACTIONS(725), - [anon_sym_LBRACK2] = ACTIONS(727), - [anon_sym_TILDE] = ACTIONS(713), - [anon_sym_CARET] = ACTIONS(713), - [anon_sym_AMP] = ACTIONS(729), - [anon_sym_LT_DASH] = ACTIONS(731), - [sym_none] = ACTIONS(733), - [sym_true] = ACTIONS(733), - [sym_false] = ACTIONS(733), - [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), - [sym_int_literal] = ACTIONS(733), - [sym_float_literal] = ACTIONS(751), - [sym_rune_literal] = ACTIONS(751), - [sym_pseudo_compile_time_identifier] = ACTIONS(753), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(755), - [sym___single_quote] = ACTIONS(757), - [sym___c_double_quote] = ACTIONS(759), - [sym___c_single_quote] = ACTIONS(761), - [sym___r_double_quote] = ACTIONS(763), - [sym___r_single_quote] = ACTIONS(765), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [713] = { [sym_line_comment] = STATE(713), [sym_block_comment] = STATE(713), - [sym__expression] = STATE(2179), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4391), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2178), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4392), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [714] = { [sym_line_comment] = STATE(714), [sym_block_comment] = STATE(714), - [sym__expression] = STATE(1810), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4266), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), + [sym__expression] = STATE(2900), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), - [anon_sym_LPAREN] = ACTIONS(709), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_PLUS] = ACTIONS(713), - [anon_sym_DASH] = ACTIONS(713), - [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(719), - [anon_sym_go] = ACTIONS(721), - [anon_sym_spawn] = ACTIONS(723), - [anon_sym_json_DOTdecode] = ACTIONS(725), - [anon_sym_LBRACK2] = ACTIONS(727), - [anon_sym_TILDE] = ACTIONS(713), - [anon_sym_CARET] = ACTIONS(713), - [anon_sym_AMP] = ACTIONS(729), - [anon_sym_LT_DASH] = ACTIONS(731), - [sym_none] = ACTIONS(733), - [sym_true] = ACTIONS(733), - [sym_false] = ACTIONS(733), - [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), - [sym_int_literal] = ACTIONS(733), - [sym_float_literal] = ACTIONS(751), - [sym_rune_literal] = ACTIONS(751), - [sym_pseudo_compile_time_identifier] = ACTIONS(753), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(755), - [sym___single_quote] = ACTIONS(757), - [sym___c_double_quote] = ACTIONS(759), - [sym___c_single_quote] = ACTIONS(761), - [sym___r_double_quote] = ACTIONS(763), - [sym___r_single_quote] = ACTIONS(765), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [715] = { [sym_line_comment] = STATE(715), [sym_block_comment] = STATE(715), - [sym__expression] = STATE(2179), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4398), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2178), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4393), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [716] = { [sym_line_comment] = STATE(716), [sym_block_comment] = STATE(716), - [ts_builtin_sym_end] = ACTIONS(3309), - [sym_identifier] = ACTIONS(3311), - [anon_sym_LF] = ACTIONS(3311), - [anon_sym_CR] = ACTIONS(3311), - [anon_sym_CR_LF] = ACTIONS(3311), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3311), - [anon_sym_as] = ACTIONS(3311), - [anon_sym_LBRACE] = ACTIONS(3311), - [anon_sym_COMMA] = ACTIONS(3311), - [anon_sym_const] = ACTIONS(3311), - [anon_sym_LPAREN] = ACTIONS(3311), - [anon_sym_EQ] = ACTIONS(3311), - [anon_sym___global] = ACTIONS(3311), - [anon_sym_type] = ACTIONS(3311), - [anon_sym_PIPE] = ACTIONS(3311), - [anon_sym_fn] = ACTIONS(3311), - [anon_sym_PLUS] = ACTIONS(3311), - [anon_sym_DASH] = ACTIONS(3311), - [anon_sym_STAR] = ACTIONS(3311), - [anon_sym_SLASH] = ACTIONS(3311), - [anon_sym_PERCENT] = ACTIONS(3311), - [anon_sym_LT] = ACTIONS(3311), - [anon_sym_GT] = ACTIONS(3311), - [anon_sym_EQ_EQ] = ACTIONS(3311), - [anon_sym_BANG_EQ] = ACTIONS(3311), - [anon_sym_LT_EQ] = ACTIONS(3311), - [anon_sym_GT_EQ] = ACTIONS(3311), - [anon_sym_LBRACK] = ACTIONS(3309), - [anon_sym_struct] = ACTIONS(3311), - [anon_sym_union] = ACTIONS(3311), - [anon_sym_pub] = ACTIONS(3311), - [anon_sym_mut] = ACTIONS(3311), - [anon_sym_enum] = ACTIONS(3311), - [anon_sym_interface] = ACTIONS(3311), - [anon_sym_PLUS_PLUS] = ACTIONS(3311), - [anon_sym_DASH_DASH] = ACTIONS(3311), - [anon_sym_QMARK] = ACTIONS(3311), - [anon_sym_BANG] = ACTIONS(3311), - [anon_sym_go] = ACTIONS(3311), - [anon_sym_spawn] = ACTIONS(3311), - [anon_sym_json_DOTdecode] = ACTIONS(3311), - [anon_sym_LBRACK2] = ACTIONS(3311), - [anon_sym_TILDE] = ACTIONS(3311), - [anon_sym_CARET] = ACTIONS(3311), - [anon_sym_AMP] = ACTIONS(3311), - [anon_sym_LT_DASH] = ACTIONS(3311), - [anon_sym_LT_LT] = ACTIONS(3311), - [anon_sym_GT_GT] = ACTIONS(3311), - [anon_sym_GT_GT_GT] = ACTIONS(3311), - [anon_sym_AMP_CARET] = ACTIONS(3311), - [anon_sym_AMP_AMP] = ACTIONS(3311), - [anon_sym_PIPE_PIPE] = ACTIONS(3311), - [anon_sym_or] = ACTIONS(3311), - [sym_none] = ACTIONS(3311), - [sym_true] = ACTIONS(3311), - [sym_false] = ACTIONS(3311), - [sym_nil] = ACTIONS(3311), - [anon_sym_QMARK_DOT] = ACTIONS(3311), - [anon_sym_POUND_LBRACK] = ACTIONS(3311), - [anon_sym_if] = ACTIONS(3311), - [anon_sym_DOLLARif] = ACTIONS(3311), - [anon_sym_is] = ACTIONS(3311), - [anon_sym_BANGis] = ACTIONS(3311), - [anon_sym_in] = ACTIONS(3311), - [anon_sym_BANGin] = ACTIONS(3311), - [anon_sym_match] = ACTIONS(3311), - [anon_sym_select] = ACTIONS(3311), - [anon_sym_STAR_EQ] = ACTIONS(3311), - [anon_sym_SLASH_EQ] = ACTIONS(3311), - [anon_sym_PERCENT_EQ] = ACTIONS(3311), - [anon_sym_LT_LT_EQ] = ACTIONS(3311), - [anon_sym_GT_GT_EQ] = ACTIONS(3311), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3311), - [anon_sym_AMP_EQ] = ACTIONS(3311), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3311), - [anon_sym_PLUS_EQ] = ACTIONS(3311), - [anon_sym_DASH_EQ] = ACTIONS(3311), - [anon_sym_PIPE_EQ] = ACTIONS(3311), - [anon_sym_CARET_EQ] = ACTIONS(3311), - [anon_sym_COLON_EQ] = ACTIONS(3311), - [anon_sym_lock] = ACTIONS(3311), - [anon_sym_rlock] = ACTIONS(3311), - [anon_sym_unsafe] = ACTIONS(3311), - [anon_sym_sql] = ACTIONS(3311), - [sym_int_literal] = ACTIONS(3311), - [sym_float_literal] = ACTIONS(3311), - [sym_rune_literal] = ACTIONS(3311), - [sym_pseudo_compile_time_identifier] = ACTIONS(3311), - [anon_sym_shared] = ACTIONS(3311), - [anon_sym_map_LBRACK] = ACTIONS(3311), - [anon_sym_chan] = ACTIONS(3311), - [anon_sym_thread] = ACTIONS(3311), - [anon_sym_atomic] = ACTIONS(3311), - [anon_sym_assert] = ACTIONS(3311), - [anon_sym_defer] = ACTIONS(3311), - [anon_sym_goto] = ACTIONS(3311), - [anon_sym_break] = ACTIONS(3311), - [anon_sym_continue] = ACTIONS(3311), - [anon_sym_return] = ACTIONS(3311), - [anon_sym_DOLLARfor] = ACTIONS(3311), - [anon_sym_for] = ACTIONS(3311), - [anon_sym_POUND] = ACTIONS(3311), - [anon_sym_asm] = ACTIONS(3311), - [anon_sym_AT_LBRACK] = ACTIONS(3311), - [sym___double_quote] = ACTIONS(3311), - [sym___single_quote] = ACTIONS(3311), - [sym___c_double_quote] = ACTIONS(3311), - [sym___c_single_quote] = ACTIONS(3311), - [sym___r_double_quote] = ACTIONS(3311), - [sym___r_single_quote] = ACTIONS(3311), + [sym__expression] = STATE(2841), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [717] = { [sym_line_comment] = STATE(717), [sym_block_comment] = STATE(717), - [sym__expression] = STATE(2179), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4401), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2178), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4403), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [718] = { [sym_line_comment] = STATE(718), [sym_block_comment] = STATE(718), - [sym__expression] = STATE(228), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [sym__expression] = STATE(1160), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(631), + [anon_sym_LBRACE] = ACTIONS(633), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_fn] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_STAR] = ACTIONS(645), + [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_BANG] = ACTIONS(655), + [anon_sym_go] = ACTIONS(657), + [anon_sym_spawn] = ACTIONS(659), + [anon_sym_json_DOTdecode] = ACTIONS(661), + [anon_sym_LBRACK2] = ACTIONS(663), + [anon_sym_TILDE] = ACTIONS(643), + [anon_sym_CARET] = ACTIONS(643), + [anon_sym_AMP] = ACTIONS(665), + [anon_sym_LT_DASH] = ACTIONS(667), + [sym_none] = ACTIONS(669), + [sym_true] = ACTIONS(669), + [sym_false] = ACTIONS(669), + [sym_nil] = ACTIONS(669), + [anon_sym_if] = ACTIONS(671), + [anon_sym_DOLLARif] = ACTIONS(673), + [anon_sym_match] = ACTIONS(675), + [anon_sym_select] = ACTIONS(677), + [anon_sym_lock] = ACTIONS(679), + [anon_sym_rlock] = ACTIONS(679), + [anon_sym_unsafe] = ACTIONS(681), + [anon_sym_sql] = ACTIONS(683), + [sym_int_literal] = ACTIONS(669), + [sym_float_literal] = ACTIONS(685), + [sym_rune_literal] = ACTIONS(685), + [sym_pseudo_compile_time_identifier] = ACTIONS(687), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), + [sym___double_quote] = ACTIONS(689), + [sym___single_quote] = ACTIONS(691), + [sym___c_double_quote] = ACTIONS(693), + [sym___c_single_quote] = ACTIONS(695), + [sym___r_double_quote] = ACTIONS(697), + [sym___r_single_quote] = ACTIONS(699), }, [719] = { [sym_line_comment] = STATE(719), [sym_block_comment] = STATE(719), - [sym__expression] = STATE(226), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [sym__expression] = STATE(1321), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(23), - [anon_sym_fn] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(31), - [anon_sym_DASH] = ACTIONS(31), - [anon_sym_STAR] = ACTIONS(33), - [anon_sym_struct] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(49), - [anon_sym_go] = ACTIONS(51), - [anon_sym_spawn] = ACTIONS(53), - [anon_sym_json_DOTdecode] = ACTIONS(55), - [anon_sym_LBRACK2] = ACTIONS(489), - [anon_sym_TILDE] = ACTIONS(31), - [anon_sym_CARET] = ACTIONS(31), - [anon_sym_AMP] = ACTIONS(59), - [anon_sym_LT_DASH] = ACTIONS(61), - [sym_none] = ACTIONS(63), - [sym_true] = ACTIONS(63), - [sym_false] = ACTIONS(63), - [sym_nil] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_DOLLARif] = ACTIONS(67), - [anon_sym_match] = ACTIONS(69), - [anon_sym_select] = ACTIONS(71), - [anon_sym_lock] = ACTIONS(73), - [anon_sym_rlock] = ACTIONS(73), - [anon_sym_unsafe] = ACTIONS(75), - [anon_sym_sql] = ACTIONS(77), - [sym_int_literal] = ACTIONS(63), - [sym_float_literal] = ACTIONS(79), - [sym_rune_literal] = ACTIONS(79), - [sym_pseudo_compile_time_identifier] = ACTIONS(81), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(115), - [sym___single_quote] = ACTIONS(117), - [sym___c_double_quote] = ACTIONS(119), - [sym___c_single_quote] = ACTIONS(121), - [sym___r_double_quote] = ACTIONS(123), - [sym___r_single_quote] = ACTIONS(125), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [720] = { [sym_line_comment] = STATE(720), [sym_block_comment] = STATE(720), - [sym__expression] = STATE(1800), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4175), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [sym__expression] = STATE(1323), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [721] = { [sym_line_comment] = STATE(721), [sym_block_comment] = STATE(721), - [sym__expression] = STATE(1941), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [ts_builtin_sym_end] = ACTIONS(3295), + [sym_identifier] = ACTIONS(3297), + [anon_sym_LF] = ACTIONS(3297), + [anon_sym_CR] = ACTIONS(3297), + [anon_sym_CR_LF] = ACTIONS(3297), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3297), + [anon_sym_as] = ACTIONS(3297), + [anon_sym_LBRACE] = ACTIONS(3297), + [anon_sym_COMMA] = ACTIONS(3297), + [anon_sym_const] = ACTIONS(3297), + [anon_sym_LPAREN] = ACTIONS(3297), + [anon_sym_EQ] = ACTIONS(3297), + [anon_sym___global] = ACTIONS(3297), + [anon_sym_type] = ACTIONS(3297), + [anon_sym_PIPE] = ACTIONS(3297), + [anon_sym_fn] = ACTIONS(3297), + [anon_sym_PLUS] = ACTIONS(3297), + [anon_sym_DASH] = ACTIONS(3297), + [anon_sym_STAR] = ACTIONS(3297), + [anon_sym_SLASH] = ACTIONS(3297), + [anon_sym_PERCENT] = ACTIONS(3297), + [anon_sym_LT] = ACTIONS(3297), + [anon_sym_GT] = ACTIONS(3297), + [anon_sym_EQ_EQ] = ACTIONS(3297), + [anon_sym_BANG_EQ] = ACTIONS(3297), + [anon_sym_LT_EQ] = ACTIONS(3297), + [anon_sym_GT_EQ] = ACTIONS(3297), + [anon_sym_LBRACK] = ACTIONS(3295), + [anon_sym_struct] = ACTIONS(3297), + [anon_sym_union] = ACTIONS(3297), + [anon_sym_pub] = ACTIONS(3297), + [anon_sym_mut] = ACTIONS(3297), + [anon_sym_enum] = ACTIONS(3297), + [anon_sym_interface] = ACTIONS(3297), + [anon_sym_PLUS_PLUS] = ACTIONS(3297), + [anon_sym_DASH_DASH] = ACTIONS(3297), + [anon_sym_QMARK] = ACTIONS(3297), + [anon_sym_BANG] = ACTIONS(3297), + [anon_sym_go] = ACTIONS(3297), + [anon_sym_spawn] = ACTIONS(3297), + [anon_sym_json_DOTdecode] = ACTIONS(3297), + [anon_sym_LBRACK2] = ACTIONS(3297), + [anon_sym_TILDE] = ACTIONS(3297), + [anon_sym_CARET] = ACTIONS(3297), + [anon_sym_AMP] = ACTIONS(3297), + [anon_sym_LT_DASH] = ACTIONS(3297), + [anon_sym_LT_LT] = ACTIONS(3297), + [anon_sym_GT_GT] = ACTIONS(3297), + [anon_sym_GT_GT_GT] = ACTIONS(3297), + [anon_sym_AMP_CARET] = ACTIONS(3297), + [anon_sym_AMP_AMP] = ACTIONS(3297), + [anon_sym_PIPE_PIPE] = ACTIONS(3297), + [anon_sym_or] = ACTIONS(3297), + [sym_none] = ACTIONS(3297), + [sym_true] = ACTIONS(3297), + [sym_false] = ACTIONS(3297), + [sym_nil] = ACTIONS(3297), + [anon_sym_QMARK_DOT] = ACTIONS(3297), + [anon_sym_POUND_LBRACK] = ACTIONS(3297), + [anon_sym_if] = ACTIONS(3297), + [anon_sym_DOLLARif] = ACTIONS(3297), + [anon_sym_is] = ACTIONS(3297), + [anon_sym_BANGis] = ACTIONS(3297), + [anon_sym_in] = ACTIONS(3297), + [anon_sym_BANGin] = ACTIONS(3297), + [anon_sym_match] = ACTIONS(3297), + [anon_sym_select] = ACTIONS(3297), + [anon_sym_STAR_EQ] = ACTIONS(3297), + [anon_sym_SLASH_EQ] = ACTIONS(3297), + [anon_sym_PERCENT_EQ] = ACTIONS(3297), + [anon_sym_LT_LT_EQ] = ACTIONS(3297), + [anon_sym_GT_GT_EQ] = ACTIONS(3297), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3297), + [anon_sym_AMP_EQ] = ACTIONS(3297), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3297), + [anon_sym_PLUS_EQ] = ACTIONS(3297), + [anon_sym_DASH_EQ] = ACTIONS(3297), + [anon_sym_PIPE_EQ] = ACTIONS(3297), + [anon_sym_CARET_EQ] = ACTIONS(3297), + [anon_sym_COLON_EQ] = ACTIONS(3297), + [anon_sym_lock] = ACTIONS(3297), + [anon_sym_rlock] = ACTIONS(3297), + [anon_sym_unsafe] = ACTIONS(3297), + [anon_sym_sql] = ACTIONS(3297), + [sym_int_literal] = ACTIONS(3297), + [sym_float_literal] = ACTIONS(3297), + [sym_rune_literal] = ACTIONS(3297), + [sym_pseudo_compile_time_identifier] = ACTIONS(3297), + [anon_sym_shared] = ACTIONS(3297), + [anon_sym_map_LBRACK] = ACTIONS(3297), + [anon_sym_chan] = ACTIONS(3297), + [anon_sym_thread] = ACTIONS(3297), + [anon_sym_atomic] = ACTIONS(3297), + [anon_sym_assert] = ACTIONS(3297), + [anon_sym_defer] = ACTIONS(3297), + [anon_sym_goto] = ACTIONS(3297), + [anon_sym_break] = ACTIONS(3297), + [anon_sym_continue] = ACTIONS(3297), + [anon_sym_return] = ACTIONS(3297), + [anon_sym_DOLLARfor] = ACTIONS(3297), + [anon_sym_for] = ACTIONS(3297), + [anon_sym_POUND] = ACTIONS(3297), + [anon_sym_asm] = ACTIONS(3297), + [anon_sym_AT_LBRACK] = ACTIONS(3297), + [sym___double_quote] = ACTIONS(3297), + [sym___single_quote] = ACTIONS(3297), + [sym___c_double_quote] = ACTIONS(3297), + [sym___c_single_quote] = ACTIONS(3297), + [sym___r_double_quote] = ACTIONS(3297), + [sym___r_single_quote] = ACTIONS(3297), }, [722] = { [sym_line_comment] = STATE(722), [sym_block_comment] = STATE(722), - [sym__expression] = STATE(2517), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), + [ts_builtin_sym_end] = ACTIONS(3299), + [sym_identifier] = ACTIONS(3301), + [anon_sym_LF] = ACTIONS(3301), + [anon_sym_CR] = ACTIONS(3301), + [anon_sym_CR_LF] = ACTIONS(3301), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3301), + [anon_sym_as] = ACTIONS(3301), + [anon_sym_LBRACE] = ACTIONS(3301), + [anon_sym_COMMA] = ACTIONS(3301), + [anon_sym_const] = ACTIONS(3301), + [anon_sym_LPAREN] = ACTIONS(3301), + [anon_sym_EQ] = ACTIONS(3301), + [anon_sym___global] = ACTIONS(3301), + [anon_sym_type] = ACTIONS(3301), + [anon_sym_PIPE] = ACTIONS(3301), + [anon_sym_fn] = ACTIONS(3301), + [anon_sym_PLUS] = ACTIONS(3301), + [anon_sym_DASH] = ACTIONS(3301), + [anon_sym_STAR] = ACTIONS(3301), + [anon_sym_SLASH] = ACTIONS(3301), + [anon_sym_PERCENT] = ACTIONS(3301), + [anon_sym_LT] = ACTIONS(3301), + [anon_sym_GT] = ACTIONS(3301), + [anon_sym_EQ_EQ] = ACTIONS(3301), + [anon_sym_BANG_EQ] = ACTIONS(3301), + [anon_sym_LT_EQ] = ACTIONS(3301), + [anon_sym_GT_EQ] = ACTIONS(3301), + [anon_sym_LBRACK] = ACTIONS(3299), + [anon_sym_struct] = ACTIONS(3301), + [anon_sym_union] = ACTIONS(3301), + [anon_sym_pub] = ACTIONS(3301), + [anon_sym_mut] = ACTIONS(3301), + [anon_sym_enum] = ACTIONS(3301), + [anon_sym_interface] = ACTIONS(3301), + [anon_sym_PLUS_PLUS] = ACTIONS(3301), + [anon_sym_DASH_DASH] = ACTIONS(3301), + [anon_sym_QMARK] = ACTIONS(3301), + [anon_sym_BANG] = ACTIONS(3301), + [anon_sym_go] = ACTIONS(3301), + [anon_sym_spawn] = ACTIONS(3301), + [anon_sym_json_DOTdecode] = ACTIONS(3301), + [anon_sym_LBRACK2] = ACTIONS(3301), + [anon_sym_TILDE] = ACTIONS(3301), + [anon_sym_CARET] = ACTIONS(3301), + [anon_sym_AMP] = ACTIONS(3301), + [anon_sym_LT_DASH] = ACTIONS(3301), + [anon_sym_LT_LT] = ACTIONS(3301), + [anon_sym_GT_GT] = ACTIONS(3301), + [anon_sym_GT_GT_GT] = ACTIONS(3301), + [anon_sym_AMP_CARET] = ACTIONS(3301), + [anon_sym_AMP_AMP] = ACTIONS(3301), + [anon_sym_PIPE_PIPE] = ACTIONS(3301), + [anon_sym_or] = ACTIONS(3301), + [sym_none] = ACTIONS(3301), + [sym_true] = ACTIONS(3301), + [sym_false] = ACTIONS(3301), + [sym_nil] = ACTIONS(3301), + [anon_sym_QMARK_DOT] = ACTIONS(3301), + [anon_sym_POUND_LBRACK] = ACTIONS(3301), + [anon_sym_if] = ACTIONS(3301), + [anon_sym_DOLLARif] = ACTIONS(3301), + [anon_sym_is] = ACTIONS(3301), + [anon_sym_BANGis] = ACTIONS(3301), + [anon_sym_in] = ACTIONS(3301), + [anon_sym_BANGin] = ACTIONS(3301), + [anon_sym_match] = ACTIONS(3301), + [anon_sym_select] = ACTIONS(3301), + [anon_sym_STAR_EQ] = ACTIONS(3301), + [anon_sym_SLASH_EQ] = ACTIONS(3301), + [anon_sym_PERCENT_EQ] = ACTIONS(3301), + [anon_sym_LT_LT_EQ] = ACTIONS(3301), + [anon_sym_GT_GT_EQ] = ACTIONS(3301), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3301), + [anon_sym_AMP_EQ] = ACTIONS(3301), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3301), + [anon_sym_PLUS_EQ] = ACTIONS(3301), + [anon_sym_DASH_EQ] = ACTIONS(3301), + [anon_sym_PIPE_EQ] = ACTIONS(3301), + [anon_sym_CARET_EQ] = ACTIONS(3301), + [anon_sym_COLON_EQ] = ACTIONS(3301), + [anon_sym_lock] = ACTIONS(3301), + [anon_sym_rlock] = ACTIONS(3301), + [anon_sym_unsafe] = ACTIONS(3301), + [anon_sym_sql] = ACTIONS(3301), + [sym_int_literal] = ACTIONS(3301), + [sym_float_literal] = ACTIONS(3301), + [sym_rune_literal] = ACTIONS(3301), + [sym_pseudo_compile_time_identifier] = ACTIONS(3301), + [anon_sym_shared] = ACTIONS(3301), + [anon_sym_map_LBRACK] = ACTIONS(3301), + [anon_sym_chan] = ACTIONS(3301), + [anon_sym_thread] = ACTIONS(3301), + [anon_sym_atomic] = ACTIONS(3301), + [anon_sym_assert] = ACTIONS(3301), + [anon_sym_defer] = ACTIONS(3301), + [anon_sym_goto] = ACTIONS(3301), + [anon_sym_break] = ACTIONS(3301), + [anon_sym_continue] = ACTIONS(3301), + [anon_sym_return] = ACTIONS(3301), + [anon_sym_DOLLARfor] = ACTIONS(3301), + [anon_sym_for] = ACTIONS(3301), + [anon_sym_POUND] = ACTIONS(3301), + [anon_sym_asm] = ACTIONS(3301), + [anon_sym_AT_LBRACK] = ACTIONS(3301), + [sym___double_quote] = ACTIONS(3301), + [sym___single_quote] = ACTIONS(3301), + [sym___c_double_quote] = ACTIONS(3301), + [sym___c_single_quote] = ACTIONS(3301), + [sym___r_double_quote] = ACTIONS(3301), + [sym___r_single_quote] = ACTIONS(3301), + }, + [723] = { + [sym_line_comment] = STATE(723), + [sym_block_comment] = STATE(723), + [sym__expression] = STATE(2498), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), @@ -107641,18 +107774,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1081), [anon_sym_PLUS] = ACTIONS(1083), [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), + [anon_sym_BANG] = ACTIONS(3105), [anon_sym_go] = ACTIONS(1091), [anon_sym_spawn] = ACTIONS(1093), [anon_sym_json_DOTdecode] = ACTIONS(1095), [anon_sym_LBRACK2] = ACTIONS(1097), [anon_sym_TILDE] = ACTIONS(1083), [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), + [anon_sym_AMP] = ACTIONS(3107), [anon_sym_LT_DASH] = ACTIONS(1101), [sym_none] = ACTIONS(1103), [sym_true] = ACTIONS(1103), @@ -107661,9 +107794,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -107682,189 +107815,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [723] = { - [sym_line_comment] = STATE(723), - [sym_block_comment] = STATE(723), - [sym__expression] = STATE(1667), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4319), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), + [724] = { + [sym_line_comment] = STATE(724), + [sym_block_comment] = STATE(724), + [sym__expression] = STATE(1690), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4331), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, - [724] = { - [sym_line_comment] = STATE(724), - [sym_block_comment] = STATE(724), - [sym__expression] = STATE(2509), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), + [725] = { + [sym_line_comment] = STATE(725), + [sym_block_comment] = STATE(725), + [sym__expression] = STATE(2491), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), @@ -107873,18 +108006,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1081), [anon_sym_PLUS] = ACTIONS(1083), [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), + [anon_sym_BANG] = ACTIONS(3105), [anon_sym_go] = ACTIONS(1091), [anon_sym_spawn] = ACTIONS(1093), [anon_sym_json_DOTdecode] = ACTIONS(1095), [anon_sym_LBRACK2] = ACTIONS(1097), [anon_sym_TILDE] = ACTIONS(1083), [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), + [anon_sym_AMP] = ACTIONS(3107), [anon_sym_LT_DASH] = ACTIONS(1101), [sym_none] = ACTIONS(1103), [sym_true] = ACTIONS(1103), @@ -107893,9 +108026,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -107914,73 +108047,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [725] = { - [sym_line_comment] = STATE(725), - [sym_block_comment] = STATE(725), - [sym__expression] = STATE(2508), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), + [726] = { + [sym_line_comment] = STATE(726), + [sym_block_comment] = STATE(726), + [sym__expression] = STATE(2490), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), @@ -107989,18 +108122,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1081), [anon_sym_PLUS] = ACTIONS(1083), [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), + [anon_sym_BANG] = ACTIONS(3105), [anon_sym_go] = ACTIONS(1091), [anon_sym_spawn] = ACTIONS(1093), [anon_sym_json_DOTdecode] = ACTIONS(1095), [anon_sym_LBRACK2] = ACTIONS(1097), [anon_sym_TILDE] = ACTIONS(1083), [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), + [anon_sym_AMP] = ACTIONS(3107), [anon_sym_LT_DASH] = ACTIONS(1101), [sym_none] = ACTIONS(1103), [sym_true] = ACTIONS(1103), @@ -108009,9 +108142,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -108030,653 +108163,421 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [726] = { - [sym_line_comment] = STATE(726), - [sym_block_comment] = STATE(726), - [sym__expression] = STATE(1667), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4314), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), - }, [727] = { [sym_line_comment] = STATE(727), [sym_block_comment] = STATE(727), - [sym__expression] = STATE(1302), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1690), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4317), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, [728] = { [sym_line_comment] = STATE(728), [sym_block_comment] = STATE(728), - [sym__expression] = STATE(1667), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4311), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), + [sym__expression] = STATE(1690), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4314), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, [729] = { [sym_line_comment] = STATE(729), [sym_block_comment] = STATE(729), - [sym__expression] = STATE(996), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [sym__expression] = STATE(2322), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [730] = { [sym_line_comment] = STATE(730), [sym_block_comment] = STATE(730), - [sym__expression] = STATE(1313), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), - }, - [731] = { - [sym_line_comment] = STATE(731), - [sym_block_comment] = STATE(731), - [sym__expression] = STATE(2515), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), + [sym__expression] = STATE(2517), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(1073), @@ -108685,18 +108586,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1081), [anon_sym_PLUS] = ACTIONS(1083), [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(3103), [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), + [anon_sym_BANG] = ACTIONS(3105), [anon_sym_go] = ACTIONS(1091), [anon_sym_spawn] = ACTIONS(1093), [anon_sym_json_DOTdecode] = ACTIONS(1095), [anon_sym_LBRACK2] = ACTIONS(1097), [anon_sym_TILDE] = ACTIONS(1083), [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), + [anon_sym_AMP] = ACTIONS(3107), [anon_sym_LT_DASH] = ACTIONS(1101), [sym_none] = ACTIONS(1103), [sym_true] = ACTIONS(1103), @@ -108705,9 +108606,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1105), [anon_sym_DOLLARif] = ACTIONS(1109), [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), [anon_sym_unsafe] = ACTIONS(1117), [anon_sym_sql] = ACTIONS(1119), [sym_int_literal] = ACTIONS(1103), @@ -108726,2519 +108627,2751 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1133), [sym___r_single_quote] = ACTIONS(1135), }, - [732] = { - [sym_line_comment] = STATE(732), - [sym_block_comment] = STATE(732), - [sym__expression] = STATE(983), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [731] = { + [sym_line_comment] = STATE(731), + [sym_block_comment] = STATE(731), + [sym__expression] = STATE(2847), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [733] = { - [sym_line_comment] = STATE(733), - [sym_block_comment] = STATE(733), - [sym__expression] = STATE(1158), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [732] = { + [sym_line_comment] = STATE(732), + [sym_block_comment] = STATE(732), + [sym__expression] = STATE(1312), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(631), - [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_fn] = ACTIONS(641), - [anon_sym_PLUS] = ACTIONS(643), - [anon_sym_DASH] = ACTIONS(643), - [anon_sym_STAR] = ACTIONS(645), - [anon_sym_struct] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(655), - [anon_sym_go] = ACTIONS(657), - [anon_sym_spawn] = ACTIONS(659), - [anon_sym_json_DOTdecode] = ACTIONS(661), - [anon_sym_LBRACK2] = ACTIONS(663), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_CARET] = ACTIONS(643), - [anon_sym_AMP] = ACTIONS(665), - [anon_sym_LT_DASH] = ACTIONS(667), - [sym_none] = ACTIONS(669), - [sym_true] = ACTIONS(669), - [sym_false] = ACTIONS(669), - [sym_nil] = ACTIONS(669), - [anon_sym_if] = ACTIONS(671), - [anon_sym_DOLLARif] = ACTIONS(673), - [anon_sym_match] = ACTIONS(675), - [anon_sym_select] = ACTIONS(677), - [anon_sym_lock] = ACTIONS(679), - [anon_sym_rlock] = ACTIONS(679), - [anon_sym_unsafe] = ACTIONS(681), - [anon_sym_sql] = ACTIONS(683), - [sym_int_literal] = ACTIONS(669), - [sym_float_literal] = ACTIONS(685), - [sym_rune_literal] = ACTIONS(685), - [sym_pseudo_compile_time_identifier] = ACTIONS(687), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(689), - [sym___single_quote] = ACTIONS(691), - [sym___c_double_quote] = ACTIONS(693), - [sym___c_single_quote] = ACTIONS(695), - [sym___r_double_quote] = ACTIONS(697), - [sym___r_single_quote] = ACTIONS(699), - }, - [734] = { - [sym_line_comment] = STATE(734), - [sym_block_comment] = STATE(734), - [ts_builtin_sym_end] = ACTIONS(3313), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LF] = ACTIONS(3315), - [anon_sym_CR] = ACTIONS(3315), - [anon_sym_CR_LF] = ACTIONS(3315), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3315), - [anon_sym_as] = ACTIONS(3315), - [anon_sym_LBRACE] = ACTIONS(3315), - [anon_sym_COMMA] = ACTIONS(3315), - [anon_sym_const] = ACTIONS(3315), - [anon_sym_LPAREN] = ACTIONS(3315), - [anon_sym_EQ] = ACTIONS(3315), - [anon_sym___global] = ACTIONS(3315), - [anon_sym_type] = ACTIONS(3315), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(3315), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3315), - [anon_sym_SLASH] = ACTIONS(3315), - [anon_sym_PERCENT] = ACTIONS(3315), - [anon_sym_LT] = ACTIONS(3315), - [anon_sym_GT] = ACTIONS(3315), - [anon_sym_EQ_EQ] = ACTIONS(3315), - [anon_sym_BANG_EQ] = ACTIONS(3315), - [anon_sym_LT_EQ] = ACTIONS(3315), - [anon_sym_GT_EQ] = ACTIONS(3315), - [anon_sym_LBRACK] = ACTIONS(3313), - [anon_sym_struct] = ACTIONS(3315), - [anon_sym_union] = ACTIONS(3315), - [anon_sym_pub] = ACTIONS(3315), - [anon_sym_mut] = ACTIONS(3315), - [anon_sym_enum] = ACTIONS(3315), - [anon_sym_interface] = ACTIONS(3315), - [anon_sym_PLUS_PLUS] = ACTIONS(3315), - [anon_sym_DASH_DASH] = ACTIONS(3315), - [anon_sym_QMARK] = ACTIONS(3315), - [anon_sym_BANG] = ACTIONS(3315), - [anon_sym_go] = ACTIONS(3315), - [anon_sym_spawn] = ACTIONS(3315), - [anon_sym_json_DOTdecode] = ACTIONS(3315), - [anon_sym_LBRACK2] = ACTIONS(3315), - [anon_sym_TILDE] = ACTIONS(3315), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3315), - [anon_sym_LT_DASH] = ACTIONS(3315), - [anon_sym_LT_LT] = ACTIONS(3315), - [anon_sym_GT_GT] = ACTIONS(3315), - [anon_sym_GT_GT_GT] = ACTIONS(3315), - [anon_sym_AMP_CARET] = ACTIONS(3315), - [anon_sym_AMP_AMP] = ACTIONS(3315), - [anon_sym_PIPE_PIPE] = ACTIONS(3315), - [anon_sym_or] = ACTIONS(3315), - [sym_none] = ACTIONS(3315), - [sym_true] = ACTIONS(3315), - [sym_false] = ACTIONS(3315), - [sym_nil] = ACTIONS(3315), - [anon_sym_QMARK_DOT] = ACTIONS(3315), - [anon_sym_POUND_LBRACK] = ACTIONS(3315), - [anon_sym_if] = ACTIONS(3315), - [anon_sym_DOLLARif] = ACTIONS(3315), - [anon_sym_is] = ACTIONS(3315), - [anon_sym_BANGis] = ACTIONS(3315), - [anon_sym_in] = ACTIONS(3315), - [anon_sym_BANGin] = ACTIONS(3315), - [anon_sym_match] = ACTIONS(3315), - [anon_sym_select] = ACTIONS(3315), - [anon_sym_STAR_EQ] = ACTIONS(3315), - [anon_sym_SLASH_EQ] = ACTIONS(3315), - [anon_sym_PERCENT_EQ] = ACTIONS(3315), - [anon_sym_LT_LT_EQ] = ACTIONS(3315), - [anon_sym_GT_GT_EQ] = ACTIONS(3315), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3315), - [anon_sym_AMP_EQ] = ACTIONS(3315), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3315), - [anon_sym_PLUS_EQ] = ACTIONS(3315), - [anon_sym_DASH_EQ] = ACTIONS(3315), - [anon_sym_PIPE_EQ] = ACTIONS(3315), - [anon_sym_CARET_EQ] = ACTIONS(3315), - [anon_sym_COLON_EQ] = ACTIONS(3315), - [anon_sym_lock] = ACTIONS(3315), - [anon_sym_rlock] = ACTIONS(3315), - [anon_sym_unsafe] = ACTIONS(3315), - [anon_sym_sql] = ACTIONS(3315), - [sym_int_literal] = ACTIONS(3315), - [sym_float_literal] = ACTIONS(3315), - [sym_rune_literal] = ACTIONS(3315), - [sym_pseudo_compile_time_identifier] = ACTIONS(3315), - [anon_sym_shared] = ACTIONS(3315), - [anon_sym_map_LBRACK] = ACTIONS(3315), - [anon_sym_chan] = ACTIONS(3315), - [anon_sym_thread] = ACTIONS(3315), - [anon_sym_atomic] = ACTIONS(3315), - [anon_sym_assert] = ACTIONS(3315), - [anon_sym_defer] = ACTIONS(3315), - [anon_sym_goto] = ACTIONS(3315), - [anon_sym_break] = ACTIONS(3315), - [anon_sym_continue] = ACTIONS(3315), - [anon_sym_return] = ACTIONS(3315), - [anon_sym_DOLLARfor] = ACTIONS(3315), - [anon_sym_for] = ACTIONS(3315), - [anon_sym_POUND] = ACTIONS(3315), - [anon_sym_asm] = ACTIONS(3315), - [anon_sym_AT_LBRACK] = ACTIONS(3315), - [sym___double_quote] = ACTIONS(3315), - [sym___single_quote] = ACTIONS(3315), - [sym___c_double_quote] = ACTIONS(3315), - [sym___c_single_quote] = ACTIONS(3315), - [sym___r_double_quote] = ACTIONS(3315), - [sym___r_single_quote] = ACTIONS(3315), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, - [735] = { - [sym_line_comment] = STATE(735), - [sym_block_comment] = STATE(735), - [sym__expression] = STATE(997), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [733] = { + [sym_line_comment] = STATE(733), + [sym_block_comment] = STATE(733), + [sym__expression] = STATE(255), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), }, - [736] = { - [sym_line_comment] = STATE(736), - [sym_block_comment] = STATE(736), - [sym__expression] = STATE(998), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [734] = { + [sym_line_comment] = STATE(734), + [sym_block_comment] = STATE(734), + [sym__expression] = STATE(252), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), }, - [737] = { - [sym_line_comment] = STATE(737), - [sym_block_comment] = STATE(737), - [ts_builtin_sym_end] = ACTIONS(3317), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LF] = ACTIONS(3319), - [anon_sym_CR] = ACTIONS(3319), - [anon_sym_CR_LF] = ACTIONS(3319), + [735] = { + [sym_line_comment] = STATE(735), + [sym_block_comment] = STATE(735), + [ts_builtin_sym_end] = ACTIONS(3303), + [sym_identifier] = ACTIONS(3305), + [anon_sym_LF] = ACTIONS(3305), + [anon_sym_CR] = ACTIONS(3305), + [anon_sym_CR_LF] = ACTIONS(3305), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3319), - [anon_sym_as] = ACTIONS(3319), - [anon_sym_LBRACE] = ACTIONS(3319), - [anon_sym_COMMA] = ACTIONS(3319), - [anon_sym_const] = ACTIONS(3319), - [anon_sym_LPAREN] = ACTIONS(3319), - [anon_sym_EQ] = ACTIONS(3319), - [anon_sym___global] = ACTIONS(3319), - [anon_sym_type] = ACTIONS(3319), - [anon_sym_PIPE] = ACTIONS(3319), - [anon_sym_fn] = ACTIONS(3319), - [anon_sym_PLUS] = ACTIONS(3319), - [anon_sym_DASH] = ACTIONS(3319), - [anon_sym_STAR] = ACTIONS(3319), - [anon_sym_SLASH] = ACTIONS(3319), - [anon_sym_PERCENT] = ACTIONS(3319), - [anon_sym_LT] = ACTIONS(3319), - [anon_sym_GT] = ACTIONS(3319), - [anon_sym_EQ_EQ] = ACTIONS(3319), - [anon_sym_BANG_EQ] = ACTIONS(3319), - [anon_sym_LT_EQ] = ACTIONS(3319), - [anon_sym_GT_EQ] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(3317), - [anon_sym_struct] = ACTIONS(3319), - [anon_sym_union] = ACTIONS(3319), - [anon_sym_pub] = ACTIONS(3319), - [anon_sym_mut] = ACTIONS(3319), - [anon_sym_enum] = ACTIONS(3319), - [anon_sym_interface] = ACTIONS(3319), - [anon_sym_PLUS_PLUS] = ACTIONS(3319), - [anon_sym_DASH_DASH] = ACTIONS(3319), - [anon_sym_QMARK] = ACTIONS(3319), - [anon_sym_BANG] = ACTIONS(3319), - [anon_sym_go] = ACTIONS(3319), - [anon_sym_spawn] = ACTIONS(3319), - [anon_sym_json_DOTdecode] = ACTIONS(3319), - [anon_sym_LBRACK2] = ACTIONS(3319), - [anon_sym_TILDE] = ACTIONS(3319), - [anon_sym_CARET] = ACTIONS(3319), - [anon_sym_AMP] = ACTIONS(3319), - [anon_sym_LT_DASH] = ACTIONS(3319), - [anon_sym_LT_LT] = ACTIONS(3319), - [anon_sym_GT_GT] = ACTIONS(3319), - [anon_sym_GT_GT_GT] = ACTIONS(3319), - [anon_sym_AMP_CARET] = ACTIONS(3319), - [anon_sym_AMP_AMP] = ACTIONS(3319), - [anon_sym_PIPE_PIPE] = ACTIONS(3319), - [anon_sym_or] = ACTIONS(3319), - [sym_none] = ACTIONS(3319), - [sym_true] = ACTIONS(3319), - [sym_false] = ACTIONS(3319), - [sym_nil] = ACTIONS(3319), - [anon_sym_QMARK_DOT] = ACTIONS(3319), - [anon_sym_POUND_LBRACK] = ACTIONS(3319), - [anon_sym_if] = ACTIONS(3319), - [anon_sym_DOLLARif] = ACTIONS(3319), - [anon_sym_is] = ACTIONS(3319), - [anon_sym_BANGis] = ACTIONS(3319), - [anon_sym_in] = ACTIONS(3319), - [anon_sym_BANGin] = ACTIONS(3319), - [anon_sym_match] = ACTIONS(3319), - [anon_sym_select] = ACTIONS(3319), - [anon_sym_STAR_EQ] = ACTIONS(3319), - [anon_sym_SLASH_EQ] = ACTIONS(3319), - [anon_sym_PERCENT_EQ] = ACTIONS(3319), - [anon_sym_LT_LT_EQ] = ACTIONS(3319), - [anon_sym_GT_GT_EQ] = ACTIONS(3319), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3319), - [anon_sym_AMP_EQ] = ACTIONS(3319), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3319), - [anon_sym_PLUS_EQ] = ACTIONS(3319), - [anon_sym_DASH_EQ] = ACTIONS(3319), - [anon_sym_PIPE_EQ] = ACTIONS(3319), - [anon_sym_CARET_EQ] = ACTIONS(3319), - [anon_sym_COLON_EQ] = ACTIONS(3319), - [anon_sym_lock] = ACTIONS(3319), - [anon_sym_rlock] = ACTIONS(3319), - [anon_sym_unsafe] = ACTIONS(3319), - [anon_sym_sql] = ACTIONS(3319), - [sym_int_literal] = ACTIONS(3319), - [sym_float_literal] = ACTIONS(3319), - [sym_rune_literal] = ACTIONS(3319), - [sym_pseudo_compile_time_identifier] = ACTIONS(3319), - [anon_sym_shared] = ACTIONS(3319), - [anon_sym_map_LBRACK] = ACTIONS(3319), - [anon_sym_chan] = ACTIONS(3319), - [anon_sym_thread] = ACTIONS(3319), - [anon_sym_atomic] = ACTIONS(3319), - [anon_sym_assert] = ACTIONS(3319), - [anon_sym_defer] = ACTIONS(3319), - [anon_sym_goto] = ACTIONS(3319), - [anon_sym_break] = ACTIONS(3319), - [anon_sym_continue] = ACTIONS(3319), - [anon_sym_return] = ACTIONS(3319), - [anon_sym_DOLLARfor] = ACTIONS(3319), - [anon_sym_for] = ACTIONS(3319), - [anon_sym_POUND] = ACTIONS(3319), - [anon_sym_asm] = ACTIONS(3319), - [anon_sym_AT_LBRACK] = ACTIONS(3319), - [sym___double_quote] = ACTIONS(3319), - [sym___single_quote] = ACTIONS(3319), - [sym___c_double_quote] = ACTIONS(3319), - [sym___c_single_quote] = ACTIONS(3319), - [sym___r_double_quote] = ACTIONS(3319), - [sym___r_single_quote] = ACTIONS(3319), + [anon_sym_DOT] = ACTIONS(3305), + [anon_sym_as] = ACTIONS(3305), + [anon_sym_LBRACE] = ACTIONS(3305), + [anon_sym_COMMA] = ACTIONS(3305), + [anon_sym_const] = ACTIONS(3305), + [anon_sym_LPAREN] = ACTIONS(3305), + [anon_sym_EQ] = ACTIONS(3305), + [anon_sym___global] = ACTIONS(3305), + [anon_sym_type] = ACTIONS(3305), + [anon_sym_PIPE] = ACTIONS(3305), + [anon_sym_fn] = ACTIONS(3305), + [anon_sym_PLUS] = ACTIONS(3305), + [anon_sym_DASH] = ACTIONS(3305), + [anon_sym_STAR] = ACTIONS(3305), + [anon_sym_SLASH] = ACTIONS(3305), + [anon_sym_PERCENT] = ACTIONS(3305), + [anon_sym_LT] = ACTIONS(3305), + [anon_sym_GT] = ACTIONS(3305), + [anon_sym_EQ_EQ] = ACTIONS(3305), + [anon_sym_BANG_EQ] = ACTIONS(3305), + [anon_sym_LT_EQ] = ACTIONS(3305), + [anon_sym_GT_EQ] = ACTIONS(3305), + [anon_sym_LBRACK] = ACTIONS(3303), + [anon_sym_struct] = ACTIONS(3305), + [anon_sym_union] = ACTIONS(3305), + [anon_sym_pub] = ACTIONS(3305), + [anon_sym_mut] = ACTIONS(3305), + [anon_sym_enum] = ACTIONS(3305), + [anon_sym_interface] = ACTIONS(3305), + [anon_sym_PLUS_PLUS] = ACTIONS(3305), + [anon_sym_DASH_DASH] = ACTIONS(3305), + [anon_sym_QMARK] = ACTIONS(3305), + [anon_sym_BANG] = ACTIONS(3305), + [anon_sym_go] = ACTIONS(3305), + [anon_sym_spawn] = ACTIONS(3305), + [anon_sym_json_DOTdecode] = ACTIONS(3305), + [anon_sym_LBRACK2] = ACTIONS(3305), + [anon_sym_TILDE] = ACTIONS(3305), + [anon_sym_CARET] = ACTIONS(3305), + [anon_sym_AMP] = ACTIONS(3305), + [anon_sym_LT_DASH] = ACTIONS(3305), + [anon_sym_LT_LT] = ACTIONS(3305), + [anon_sym_GT_GT] = ACTIONS(3305), + [anon_sym_GT_GT_GT] = ACTIONS(3305), + [anon_sym_AMP_CARET] = ACTIONS(3305), + [anon_sym_AMP_AMP] = ACTIONS(3305), + [anon_sym_PIPE_PIPE] = ACTIONS(3305), + [anon_sym_or] = ACTIONS(3305), + [sym_none] = ACTIONS(3305), + [sym_true] = ACTIONS(3305), + [sym_false] = ACTIONS(3305), + [sym_nil] = ACTIONS(3305), + [anon_sym_QMARK_DOT] = ACTIONS(3305), + [anon_sym_POUND_LBRACK] = ACTIONS(3305), + [anon_sym_if] = ACTIONS(3305), + [anon_sym_DOLLARif] = ACTIONS(3305), + [anon_sym_is] = ACTIONS(3305), + [anon_sym_BANGis] = ACTIONS(3305), + [anon_sym_in] = ACTIONS(3305), + [anon_sym_BANGin] = ACTIONS(3305), + [anon_sym_match] = ACTIONS(3305), + [anon_sym_select] = ACTIONS(3305), + [anon_sym_STAR_EQ] = ACTIONS(3305), + [anon_sym_SLASH_EQ] = ACTIONS(3305), + [anon_sym_PERCENT_EQ] = ACTIONS(3305), + [anon_sym_LT_LT_EQ] = ACTIONS(3305), + [anon_sym_GT_GT_EQ] = ACTIONS(3305), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3305), + [anon_sym_AMP_EQ] = ACTIONS(3305), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3305), + [anon_sym_PLUS_EQ] = ACTIONS(3305), + [anon_sym_DASH_EQ] = ACTIONS(3305), + [anon_sym_PIPE_EQ] = ACTIONS(3305), + [anon_sym_CARET_EQ] = ACTIONS(3305), + [anon_sym_COLON_EQ] = ACTIONS(3305), + [anon_sym_lock] = ACTIONS(3305), + [anon_sym_rlock] = ACTIONS(3305), + [anon_sym_unsafe] = ACTIONS(3305), + [anon_sym_sql] = ACTIONS(3305), + [sym_int_literal] = ACTIONS(3305), + [sym_float_literal] = ACTIONS(3305), + [sym_rune_literal] = ACTIONS(3305), + [sym_pseudo_compile_time_identifier] = ACTIONS(3305), + [anon_sym_shared] = ACTIONS(3305), + [anon_sym_map_LBRACK] = ACTIONS(3305), + [anon_sym_chan] = ACTIONS(3305), + [anon_sym_thread] = ACTIONS(3305), + [anon_sym_atomic] = ACTIONS(3305), + [anon_sym_assert] = ACTIONS(3305), + [anon_sym_defer] = ACTIONS(3305), + [anon_sym_goto] = ACTIONS(3305), + [anon_sym_break] = ACTIONS(3305), + [anon_sym_continue] = ACTIONS(3305), + [anon_sym_return] = ACTIONS(3305), + [anon_sym_DOLLARfor] = ACTIONS(3305), + [anon_sym_for] = ACTIONS(3305), + [anon_sym_POUND] = ACTIONS(3305), + [anon_sym_asm] = ACTIONS(3305), + [anon_sym_AT_LBRACK] = ACTIONS(3305), + [sym___double_quote] = ACTIONS(3305), + [sym___single_quote] = ACTIONS(3305), + [sym___c_double_quote] = ACTIONS(3305), + [sym___c_single_quote] = ACTIONS(3305), + [sym___r_double_quote] = ACTIONS(3305), + [sym___r_single_quote] = ACTIONS(3305), + }, + [736] = { + [sym_line_comment] = STATE(736), + [sym_block_comment] = STATE(736), + [ts_builtin_sym_end] = ACTIONS(3307), + [sym_identifier] = ACTIONS(3309), + [anon_sym_LF] = ACTIONS(3309), + [anon_sym_CR] = ACTIONS(3309), + [anon_sym_CR_LF] = ACTIONS(3309), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3309), + [anon_sym_as] = ACTIONS(3309), + [anon_sym_LBRACE] = ACTIONS(3309), + [anon_sym_COMMA] = ACTIONS(3309), + [anon_sym_const] = ACTIONS(3309), + [anon_sym_LPAREN] = ACTIONS(3309), + [anon_sym_EQ] = ACTIONS(3309), + [anon_sym___global] = ACTIONS(3309), + [anon_sym_type] = ACTIONS(3309), + [anon_sym_PIPE] = ACTIONS(3309), + [anon_sym_fn] = ACTIONS(3309), + [anon_sym_PLUS] = ACTIONS(3309), + [anon_sym_DASH] = ACTIONS(3309), + [anon_sym_STAR] = ACTIONS(3309), + [anon_sym_SLASH] = ACTIONS(3309), + [anon_sym_PERCENT] = ACTIONS(3309), + [anon_sym_LT] = ACTIONS(3309), + [anon_sym_GT] = ACTIONS(3309), + [anon_sym_EQ_EQ] = ACTIONS(3309), + [anon_sym_BANG_EQ] = ACTIONS(3309), + [anon_sym_LT_EQ] = ACTIONS(3309), + [anon_sym_GT_EQ] = ACTIONS(3309), + [anon_sym_LBRACK] = ACTIONS(3307), + [anon_sym_struct] = ACTIONS(3309), + [anon_sym_union] = ACTIONS(3309), + [anon_sym_pub] = ACTIONS(3309), + [anon_sym_mut] = ACTIONS(3309), + [anon_sym_enum] = ACTIONS(3309), + [anon_sym_interface] = ACTIONS(3309), + [anon_sym_PLUS_PLUS] = ACTIONS(3309), + [anon_sym_DASH_DASH] = ACTIONS(3309), + [anon_sym_QMARK] = ACTIONS(3309), + [anon_sym_BANG] = ACTIONS(3309), + [anon_sym_go] = ACTIONS(3309), + [anon_sym_spawn] = ACTIONS(3309), + [anon_sym_json_DOTdecode] = ACTIONS(3309), + [anon_sym_LBRACK2] = ACTIONS(3309), + [anon_sym_TILDE] = ACTIONS(3309), + [anon_sym_CARET] = ACTIONS(3309), + [anon_sym_AMP] = ACTIONS(3309), + [anon_sym_LT_DASH] = ACTIONS(3309), + [anon_sym_LT_LT] = ACTIONS(3309), + [anon_sym_GT_GT] = ACTIONS(3309), + [anon_sym_GT_GT_GT] = ACTIONS(3309), + [anon_sym_AMP_CARET] = ACTIONS(3309), + [anon_sym_AMP_AMP] = ACTIONS(3309), + [anon_sym_PIPE_PIPE] = ACTIONS(3309), + [anon_sym_or] = ACTIONS(3309), + [sym_none] = ACTIONS(3309), + [sym_true] = ACTIONS(3309), + [sym_false] = ACTIONS(3309), + [sym_nil] = ACTIONS(3309), + [anon_sym_QMARK_DOT] = ACTIONS(3309), + [anon_sym_POUND_LBRACK] = ACTIONS(3309), + [anon_sym_if] = ACTIONS(3309), + [anon_sym_DOLLARif] = ACTIONS(3309), + [anon_sym_is] = ACTIONS(3309), + [anon_sym_BANGis] = ACTIONS(3309), + [anon_sym_in] = ACTIONS(3309), + [anon_sym_BANGin] = ACTIONS(3309), + [anon_sym_match] = ACTIONS(3309), + [anon_sym_select] = ACTIONS(3309), + [anon_sym_STAR_EQ] = ACTIONS(3309), + [anon_sym_SLASH_EQ] = ACTIONS(3309), + [anon_sym_PERCENT_EQ] = ACTIONS(3309), + [anon_sym_LT_LT_EQ] = ACTIONS(3309), + [anon_sym_GT_GT_EQ] = ACTIONS(3309), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3309), + [anon_sym_AMP_EQ] = ACTIONS(3309), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3309), + [anon_sym_PLUS_EQ] = ACTIONS(3309), + [anon_sym_DASH_EQ] = ACTIONS(3309), + [anon_sym_PIPE_EQ] = ACTIONS(3309), + [anon_sym_CARET_EQ] = ACTIONS(3309), + [anon_sym_COLON_EQ] = ACTIONS(3309), + [anon_sym_lock] = ACTIONS(3309), + [anon_sym_rlock] = ACTIONS(3309), + [anon_sym_unsafe] = ACTIONS(3309), + [anon_sym_sql] = ACTIONS(3309), + [sym_int_literal] = ACTIONS(3309), + [sym_float_literal] = ACTIONS(3309), + [sym_rune_literal] = ACTIONS(3309), + [sym_pseudo_compile_time_identifier] = ACTIONS(3309), + [anon_sym_shared] = ACTIONS(3309), + [anon_sym_map_LBRACK] = ACTIONS(3309), + [anon_sym_chan] = ACTIONS(3309), + [anon_sym_thread] = ACTIONS(3309), + [anon_sym_atomic] = ACTIONS(3309), + [anon_sym_assert] = ACTIONS(3309), + [anon_sym_defer] = ACTIONS(3309), + [anon_sym_goto] = ACTIONS(3309), + [anon_sym_break] = ACTIONS(3309), + [anon_sym_continue] = ACTIONS(3309), + [anon_sym_return] = ACTIONS(3309), + [anon_sym_DOLLARfor] = ACTIONS(3309), + [anon_sym_for] = ACTIONS(3309), + [anon_sym_POUND] = ACTIONS(3309), + [anon_sym_asm] = ACTIONS(3309), + [anon_sym_AT_LBRACK] = ACTIONS(3309), + [sym___double_quote] = ACTIONS(3309), + [sym___single_quote] = ACTIONS(3309), + [sym___c_double_quote] = ACTIONS(3309), + [sym___c_single_quote] = ACTIONS(3309), + [sym___r_double_quote] = ACTIONS(3309), + [sym___r_single_quote] = ACTIONS(3309), + }, + [737] = { + [sym_line_comment] = STATE(737), + [sym_block_comment] = STATE(737), + [ts_builtin_sym_end] = ACTIONS(3311), + [sym_identifier] = ACTIONS(3313), + [anon_sym_LF] = ACTIONS(3313), + [anon_sym_CR] = ACTIONS(3313), + [anon_sym_CR_LF] = ACTIONS(3313), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3313), + [anon_sym_as] = ACTIONS(3313), + [anon_sym_LBRACE] = ACTIONS(3313), + [anon_sym_COMMA] = ACTIONS(3313), + [anon_sym_const] = ACTIONS(3313), + [anon_sym_LPAREN] = ACTIONS(3313), + [anon_sym_EQ] = ACTIONS(3313), + [anon_sym___global] = ACTIONS(3313), + [anon_sym_type] = ACTIONS(3313), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(3313), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3313), + [anon_sym_SLASH] = ACTIONS(3313), + [anon_sym_PERCENT] = ACTIONS(3313), + [anon_sym_LT] = ACTIONS(3313), + [anon_sym_GT] = ACTIONS(3313), + [anon_sym_EQ_EQ] = ACTIONS(3313), + [anon_sym_BANG_EQ] = ACTIONS(3313), + [anon_sym_LT_EQ] = ACTIONS(3313), + [anon_sym_GT_EQ] = ACTIONS(3313), + [anon_sym_LBRACK] = ACTIONS(3311), + [anon_sym_struct] = ACTIONS(3313), + [anon_sym_union] = ACTIONS(3313), + [anon_sym_pub] = ACTIONS(3313), + [anon_sym_mut] = ACTIONS(3313), + [anon_sym_enum] = ACTIONS(3313), + [anon_sym_interface] = ACTIONS(3313), + [anon_sym_PLUS_PLUS] = ACTIONS(3313), + [anon_sym_DASH_DASH] = ACTIONS(3313), + [anon_sym_QMARK] = ACTIONS(3313), + [anon_sym_BANG] = ACTIONS(3313), + [anon_sym_go] = ACTIONS(3313), + [anon_sym_spawn] = ACTIONS(3313), + [anon_sym_json_DOTdecode] = ACTIONS(3313), + [anon_sym_LBRACK2] = ACTIONS(3313), + [anon_sym_TILDE] = ACTIONS(3313), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3313), + [anon_sym_LT_DASH] = ACTIONS(3313), + [anon_sym_LT_LT] = ACTIONS(3313), + [anon_sym_GT_GT] = ACTIONS(3313), + [anon_sym_GT_GT_GT] = ACTIONS(3313), + [anon_sym_AMP_CARET] = ACTIONS(3313), + [anon_sym_AMP_AMP] = ACTIONS(3313), + [anon_sym_PIPE_PIPE] = ACTIONS(3313), + [anon_sym_or] = ACTIONS(3313), + [sym_none] = ACTIONS(3313), + [sym_true] = ACTIONS(3313), + [sym_false] = ACTIONS(3313), + [sym_nil] = ACTIONS(3313), + [anon_sym_QMARK_DOT] = ACTIONS(3313), + [anon_sym_POUND_LBRACK] = ACTIONS(3313), + [anon_sym_if] = ACTIONS(3313), + [anon_sym_DOLLARif] = ACTIONS(3313), + [anon_sym_is] = ACTIONS(3313), + [anon_sym_BANGis] = ACTIONS(3313), + [anon_sym_in] = ACTIONS(3313), + [anon_sym_BANGin] = ACTIONS(3313), + [anon_sym_match] = ACTIONS(3313), + [anon_sym_select] = ACTIONS(3313), + [anon_sym_STAR_EQ] = ACTIONS(3313), + [anon_sym_SLASH_EQ] = ACTIONS(3313), + [anon_sym_PERCENT_EQ] = ACTIONS(3313), + [anon_sym_LT_LT_EQ] = ACTIONS(3313), + [anon_sym_GT_GT_EQ] = ACTIONS(3313), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3313), + [anon_sym_AMP_EQ] = ACTIONS(3313), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3313), + [anon_sym_PLUS_EQ] = ACTIONS(3313), + [anon_sym_DASH_EQ] = ACTIONS(3313), + [anon_sym_PIPE_EQ] = ACTIONS(3313), + [anon_sym_CARET_EQ] = ACTIONS(3313), + [anon_sym_COLON_EQ] = ACTIONS(3313), + [anon_sym_lock] = ACTIONS(3313), + [anon_sym_rlock] = ACTIONS(3313), + [anon_sym_unsafe] = ACTIONS(3313), + [anon_sym_sql] = ACTIONS(3313), + [sym_int_literal] = ACTIONS(3313), + [sym_float_literal] = ACTIONS(3313), + [sym_rune_literal] = ACTIONS(3313), + [sym_pseudo_compile_time_identifier] = ACTIONS(3313), + [anon_sym_shared] = ACTIONS(3313), + [anon_sym_map_LBRACK] = ACTIONS(3313), + [anon_sym_chan] = ACTIONS(3313), + [anon_sym_thread] = ACTIONS(3313), + [anon_sym_atomic] = ACTIONS(3313), + [anon_sym_assert] = ACTIONS(3313), + [anon_sym_defer] = ACTIONS(3313), + [anon_sym_goto] = ACTIONS(3313), + [anon_sym_break] = ACTIONS(3313), + [anon_sym_continue] = ACTIONS(3313), + [anon_sym_return] = ACTIONS(3313), + [anon_sym_DOLLARfor] = ACTIONS(3313), + [anon_sym_for] = ACTIONS(3313), + [anon_sym_POUND] = ACTIONS(3313), + [anon_sym_asm] = ACTIONS(3313), + [anon_sym_AT_LBRACK] = ACTIONS(3313), + [sym___double_quote] = ACTIONS(3313), + [sym___single_quote] = ACTIONS(3313), + [sym___c_double_quote] = ACTIONS(3313), + [sym___c_single_quote] = ACTIONS(3313), + [sym___r_double_quote] = ACTIONS(3313), + [sym___r_single_quote] = ACTIONS(3313), }, [738] = { [sym_line_comment] = STATE(738), [sym_block_comment] = STATE(738), - [sym__expression] = STATE(994), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [ts_builtin_sym_end] = ACTIONS(3315), + [sym_identifier] = ACTIONS(3317), + [anon_sym_LF] = ACTIONS(3317), + [anon_sym_CR] = ACTIONS(3317), + [anon_sym_CR_LF] = ACTIONS(3317), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3317), + [anon_sym_as] = ACTIONS(3317), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_COMMA] = ACTIONS(3317), + [anon_sym_const] = ACTIONS(3317), + [anon_sym_LPAREN] = ACTIONS(3317), + [anon_sym_EQ] = ACTIONS(3317), + [anon_sym___global] = ACTIONS(3317), + [anon_sym_type] = ACTIONS(3317), + [anon_sym_PIPE] = ACTIONS(3317), + [anon_sym_fn] = ACTIONS(3317), + [anon_sym_PLUS] = ACTIONS(3317), + [anon_sym_DASH] = ACTIONS(3317), + [anon_sym_STAR] = ACTIONS(3317), + [anon_sym_SLASH] = ACTIONS(3317), + [anon_sym_PERCENT] = ACTIONS(3317), + [anon_sym_LT] = ACTIONS(3317), + [anon_sym_GT] = ACTIONS(3317), + [anon_sym_EQ_EQ] = ACTIONS(3317), + [anon_sym_BANG_EQ] = ACTIONS(3317), + [anon_sym_LT_EQ] = ACTIONS(3317), + [anon_sym_GT_EQ] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(3315), + [anon_sym_struct] = ACTIONS(3317), + [anon_sym_union] = ACTIONS(3317), + [anon_sym_pub] = ACTIONS(3317), + [anon_sym_mut] = ACTIONS(3317), + [anon_sym_enum] = ACTIONS(3317), + [anon_sym_interface] = ACTIONS(3317), + [anon_sym_PLUS_PLUS] = ACTIONS(3317), + [anon_sym_DASH_DASH] = ACTIONS(3317), + [anon_sym_QMARK] = ACTIONS(3317), + [anon_sym_BANG] = ACTIONS(3317), + [anon_sym_go] = ACTIONS(3317), + [anon_sym_spawn] = ACTIONS(3317), + [anon_sym_json_DOTdecode] = ACTIONS(3317), + [anon_sym_LBRACK2] = ACTIONS(3317), + [anon_sym_TILDE] = ACTIONS(3317), + [anon_sym_CARET] = ACTIONS(3317), + [anon_sym_AMP] = ACTIONS(3317), + [anon_sym_LT_DASH] = ACTIONS(3317), + [anon_sym_LT_LT] = ACTIONS(3317), + [anon_sym_GT_GT] = ACTIONS(3317), + [anon_sym_GT_GT_GT] = ACTIONS(3317), + [anon_sym_AMP_CARET] = ACTIONS(3317), + [anon_sym_AMP_AMP] = ACTIONS(3317), + [anon_sym_PIPE_PIPE] = ACTIONS(3317), + [anon_sym_or] = ACTIONS(3317), + [sym_none] = ACTIONS(3317), + [sym_true] = ACTIONS(3317), + [sym_false] = ACTIONS(3317), + [sym_nil] = ACTIONS(3317), + [anon_sym_QMARK_DOT] = ACTIONS(3317), + [anon_sym_POUND_LBRACK] = ACTIONS(3317), + [anon_sym_if] = ACTIONS(3317), + [anon_sym_DOLLARif] = ACTIONS(3317), + [anon_sym_is] = ACTIONS(3317), + [anon_sym_BANGis] = ACTIONS(3317), + [anon_sym_in] = ACTIONS(3317), + [anon_sym_BANGin] = ACTIONS(3317), + [anon_sym_match] = ACTIONS(3317), + [anon_sym_select] = ACTIONS(3317), + [anon_sym_STAR_EQ] = ACTIONS(3317), + [anon_sym_SLASH_EQ] = ACTIONS(3317), + [anon_sym_PERCENT_EQ] = ACTIONS(3317), + [anon_sym_LT_LT_EQ] = ACTIONS(3317), + [anon_sym_GT_GT_EQ] = ACTIONS(3317), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3317), + [anon_sym_AMP_EQ] = ACTIONS(3317), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3317), + [anon_sym_PLUS_EQ] = ACTIONS(3317), + [anon_sym_DASH_EQ] = ACTIONS(3317), + [anon_sym_PIPE_EQ] = ACTIONS(3317), + [anon_sym_CARET_EQ] = ACTIONS(3317), + [anon_sym_COLON_EQ] = ACTIONS(3317), + [anon_sym_lock] = ACTIONS(3317), + [anon_sym_rlock] = ACTIONS(3317), + [anon_sym_unsafe] = ACTIONS(3317), + [anon_sym_sql] = ACTIONS(3317), + [sym_int_literal] = ACTIONS(3317), + [sym_float_literal] = ACTIONS(3317), + [sym_rune_literal] = ACTIONS(3317), + [sym_pseudo_compile_time_identifier] = ACTIONS(3317), + [anon_sym_shared] = ACTIONS(3317), + [anon_sym_map_LBRACK] = ACTIONS(3317), + [anon_sym_chan] = ACTIONS(3317), + [anon_sym_thread] = ACTIONS(3317), + [anon_sym_atomic] = ACTIONS(3317), + [anon_sym_assert] = ACTIONS(3317), + [anon_sym_defer] = ACTIONS(3317), + [anon_sym_goto] = ACTIONS(3317), + [anon_sym_break] = ACTIONS(3317), + [anon_sym_continue] = ACTIONS(3317), + [anon_sym_return] = ACTIONS(3317), + [anon_sym_DOLLARfor] = ACTIONS(3317), + [anon_sym_for] = ACTIONS(3317), + [anon_sym_POUND] = ACTIONS(3317), + [anon_sym_asm] = ACTIONS(3317), + [anon_sym_AT_LBRACK] = ACTIONS(3317), + [sym___double_quote] = ACTIONS(3317), + [sym___single_quote] = ACTIONS(3317), + [sym___c_double_quote] = ACTIONS(3317), + [sym___c_single_quote] = ACTIONS(3317), + [sym___r_double_quote] = ACTIONS(3317), + [sym___r_single_quote] = ACTIONS(3317), }, [739] = { [sym_line_comment] = STATE(739), [sym_block_comment] = STATE(739), - [sym__expression] = STATE(2178), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(251), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), }, [740] = { [sym_line_comment] = STATE(740), [sym_block_comment] = STATE(740), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3658), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2075), + [sym__expression] = STATE(2179), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [741] = { [sym_line_comment] = STATE(741), [sym_block_comment] = STATE(741), - [sym__expression] = STATE(2322), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3660), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [742] = { [sym_line_comment] = STATE(742), [sym_block_comment] = STATE(742), - [sym__expression] = STATE(2321), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), + [sym__expression] = STATE(2323), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [743] = { [sym_line_comment] = STATE(743), [sym_block_comment] = STATE(743), - [sym__expression] = STATE(1000), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [sym__expression] = STATE(2333), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [744] = { [sym_line_comment] = STATE(744), [sym_block_comment] = STATE(744), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3670), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2075), + [sym__expression] = STATE(2419), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(2081), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [745] = { [sym_line_comment] = STATE(745), [sym_block_comment] = STATE(745), - [sym__expression] = STATE(2179), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3685), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2073), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3059), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3067), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3079), - [anon_sym_rlock] = ACTIONS(3079), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(2079), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [746] = { [sym_line_comment] = STATE(746), [sym_block_comment] = STATE(746), - [sym__expression] = STATE(1001), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [sym__expression] = STATE(2178), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(3117), + [anon_sym_DASH] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2925), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_LT_DASH] = ACTIONS(2931), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(2933), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3125), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3129), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3133), + [anon_sym_rlock] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [747] = { [sym_line_comment] = STATE(747), [sym_block_comment] = STATE(747), - [sym__expression] = STATE(1809), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4266), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), + [sym__expression] = STATE(242), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), - [anon_sym_LPAREN] = ACTIONS(709), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_PLUS] = ACTIONS(713), - [anon_sym_DASH] = ACTIONS(713), - [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(719), - [anon_sym_go] = ACTIONS(721), - [anon_sym_spawn] = ACTIONS(723), - [anon_sym_json_DOTdecode] = ACTIONS(725), - [anon_sym_LBRACK2] = ACTIONS(727), - [anon_sym_TILDE] = ACTIONS(713), - [anon_sym_CARET] = ACTIONS(713), - [anon_sym_AMP] = ACTIONS(729), - [anon_sym_LT_DASH] = ACTIONS(731), - [sym_none] = ACTIONS(733), - [sym_true] = ACTIONS(733), - [sym_false] = ACTIONS(733), - [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), - [sym_int_literal] = ACTIONS(733), - [sym_float_literal] = ACTIONS(751), - [sym_rune_literal] = ACTIONS(751), - [sym_pseudo_compile_time_identifier] = ACTIONS(753), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(755), - [sym___single_quote] = ACTIONS(757), - [sym___c_double_quote] = ACTIONS(759), - [sym___c_single_quote] = ACTIONS(761), - [sym___r_double_quote] = ACTIONS(763), - [sym___r_single_quote] = ACTIONS(765), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), }, [748] = { [sym_line_comment] = STATE(748), [sym_block_comment] = STATE(748), - [ts_builtin_sym_end] = ACTIONS(3321), - [sym_identifier] = ACTIONS(3323), - [anon_sym_LF] = ACTIONS(3323), - [anon_sym_CR] = ACTIONS(3323), - [anon_sym_CR_LF] = ACTIONS(3323), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3323), - [anon_sym_as] = ACTIONS(3323), - [anon_sym_LBRACE] = ACTIONS(3323), - [anon_sym_COMMA] = ACTIONS(3323), - [anon_sym_const] = ACTIONS(3323), - [anon_sym_LPAREN] = ACTIONS(3323), - [anon_sym_EQ] = ACTIONS(3323), - [anon_sym___global] = ACTIONS(3323), - [anon_sym_type] = ACTIONS(3323), - [anon_sym_PIPE] = ACTIONS(3323), - [anon_sym_fn] = ACTIONS(3323), - [anon_sym_PLUS] = ACTIONS(3323), - [anon_sym_DASH] = ACTIONS(3323), - [anon_sym_STAR] = ACTIONS(3323), - [anon_sym_SLASH] = ACTIONS(3323), - [anon_sym_PERCENT] = ACTIONS(3323), - [anon_sym_LT] = ACTIONS(3323), - [anon_sym_GT] = ACTIONS(3323), - [anon_sym_EQ_EQ] = ACTIONS(3323), - [anon_sym_BANG_EQ] = ACTIONS(3323), - [anon_sym_LT_EQ] = ACTIONS(3323), - [anon_sym_GT_EQ] = ACTIONS(3323), - [anon_sym_LBRACK] = ACTIONS(3321), - [anon_sym_struct] = ACTIONS(3323), - [anon_sym_union] = ACTIONS(3323), - [anon_sym_pub] = ACTIONS(3323), - [anon_sym_mut] = ACTIONS(3323), - [anon_sym_enum] = ACTIONS(3323), - [anon_sym_interface] = ACTIONS(3323), - [anon_sym_PLUS_PLUS] = ACTIONS(3323), - [anon_sym_DASH_DASH] = ACTIONS(3323), - [anon_sym_QMARK] = ACTIONS(3323), - [anon_sym_BANG] = ACTIONS(3323), - [anon_sym_go] = ACTIONS(3323), - [anon_sym_spawn] = ACTIONS(3323), - [anon_sym_json_DOTdecode] = ACTIONS(3323), - [anon_sym_LBRACK2] = ACTIONS(3323), - [anon_sym_TILDE] = ACTIONS(3323), - [anon_sym_CARET] = ACTIONS(3323), - [anon_sym_AMP] = ACTIONS(3323), - [anon_sym_LT_DASH] = ACTIONS(3323), - [anon_sym_LT_LT] = ACTIONS(3323), - [anon_sym_GT_GT] = ACTIONS(3323), - [anon_sym_GT_GT_GT] = ACTIONS(3323), - [anon_sym_AMP_CARET] = ACTIONS(3323), - [anon_sym_AMP_AMP] = ACTIONS(3323), - [anon_sym_PIPE_PIPE] = ACTIONS(3323), - [anon_sym_or] = ACTIONS(3323), - [sym_none] = ACTIONS(3323), - [sym_true] = ACTIONS(3323), - [sym_false] = ACTIONS(3323), - [sym_nil] = ACTIONS(3323), - [anon_sym_QMARK_DOT] = ACTIONS(3323), - [anon_sym_POUND_LBRACK] = ACTIONS(3323), - [anon_sym_if] = ACTIONS(3323), - [anon_sym_DOLLARif] = ACTIONS(3323), - [anon_sym_is] = ACTIONS(3323), - [anon_sym_BANGis] = ACTIONS(3323), - [anon_sym_in] = ACTIONS(3323), - [anon_sym_BANGin] = ACTIONS(3323), - [anon_sym_match] = ACTIONS(3323), - [anon_sym_select] = ACTIONS(3323), - [anon_sym_STAR_EQ] = ACTIONS(3323), - [anon_sym_SLASH_EQ] = ACTIONS(3323), - [anon_sym_PERCENT_EQ] = ACTIONS(3323), - [anon_sym_LT_LT_EQ] = ACTIONS(3323), - [anon_sym_GT_GT_EQ] = ACTIONS(3323), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3323), - [anon_sym_AMP_EQ] = ACTIONS(3323), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3323), - [anon_sym_PLUS_EQ] = ACTIONS(3323), - [anon_sym_DASH_EQ] = ACTIONS(3323), - [anon_sym_PIPE_EQ] = ACTIONS(3323), - [anon_sym_CARET_EQ] = ACTIONS(3323), - [anon_sym_COLON_EQ] = ACTIONS(3323), - [anon_sym_lock] = ACTIONS(3323), - [anon_sym_rlock] = ACTIONS(3323), - [anon_sym_unsafe] = ACTIONS(3323), - [anon_sym_sql] = ACTIONS(3323), - [sym_int_literal] = ACTIONS(3323), - [sym_float_literal] = ACTIONS(3323), - [sym_rune_literal] = ACTIONS(3323), - [sym_pseudo_compile_time_identifier] = ACTIONS(3323), - [anon_sym_shared] = ACTIONS(3323), - [anon_sym_map_LBRACK] = ACTIONS(3323), - [anon_sym_chan] = ACTIONS(3323), - [anon_sym_thread] = ACTIONS(3323), - [anon_sym_atomic] = ACTIONS(3323), - [anon_sym_assert] = ACTIONS(3323), - [anon_sym_defer] = ACTIONS(3323), - [anon_sym_goto] = ACTIONS(3323), - [anon_sym_break] = ACTIONS(3323), - [anon_sym_continue] = ACTIONS(3323), - [anon_sym_return] = ACTIONS(3323), - [anon_sym_DOLLARfor] = ACTIONS(3323), - [anon_sym_for] = ACTIONS(3323), - [anon_sym_POUND] = ACTIONS(3323), - [anon_sym_asm] = ACTIONS(3323), - [anon_sym_AT_LBRACK] = ACTIONS(3323), - [sym___double_quote] = ACTIONS(3323), - [sym___single_quote] = ACTIONS(3323), - [sym___c_double_quote] = ACTIONS(3323), - [sym___c_single_quote] = ACTIONS(3323), - [sym___r_double_quote] = ACTIONS(3323), - [sym___r_single_quote] = ACTIONS(3323), - }, - [749] = { - [sym_line_comment] = STATE(749), - [sym_block_comment] = STATE(749), - [sym__expression] = STATE(1818), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(2899), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [750] = { - [sym_line_comment] = STATE(750), - [sym_block_comment] = STATE(750), - [sym__expression] = STATE(1800), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4174), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), + [749] = { + [sym_line_comment] = STATE(749), + [sym_block_comment] = STATE(749), + [sym__expression] = STATE(1007), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), + }, + [750] = { + [sym_line_comment] = STATE(750), + [sym_block_comment] = STATE(750), + [ts_builtin_sym_end] = ACTIONS(3319), + [sym_identifier] = ACTIONS(3321), + [anon_sym_LF] = ACTIONS(3321), + [anon_sym_CR] = ACTIONS(3321), + [anon_sym_CR_LF] = ACTIONS(3321), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3321), + [anon_sym_as] = ACTIONS(3321), + [anon_sym_LBRACE] = ACTIONS(3321), + [anon_sym_COMMA] = ACTIONS(3321), + [anon_sym_const] = ACTIONS(3321), + [anon_sym_LPAREN] = ACTIONS(3321), + [anon_sym_EQ] = ACTIONS(3321), + [anon_sym___global] = ACTIONS(3321), + [anon_sym_type] = ACTIONS(3321), + [anon_sym_PIPE] = ACTIONS(3321), + [anon_sym_fn] = ACTIONS(3321), + [anon_sym_PLUS] = ACTIONS(3321), + [anon_sym_DASH] = ACTIONS(3321), + [anon_sym_STAR] = ACTIONS(3321), + [anon_sym_SLASH] = ACTIONS(3321), + [anon_sym_PERCENT] = ACTIONS(3321), + [anon_sym_LT] = ACTIONS(3321), + [anon_sym_GT] = ACTIONS(3321), + [anon_sym_EQ_EQ] = ACTIONS(3321), + [anon_sym_BANG_EQ] = ACTIONS(3321), + [anon_sym_LT_EQ] = ACTIONS(3321), + [anon_sym_GT_EQ] = ACTIONS(3321), + [anon_sym_LBRACK] = ACTIONS(3319), + [anon_sym_struct] = ACTIONS(3321), + [anon_sym_union] = ACTIONS(3321), + [anon_sym_pub] = ACTIONS(3321), + [anon_sym_mut] = ACTIONS(3321), + [anon_sym_enum] = ACTIONS(3321), + [anon_sym_interface] = ACTIONS(3321), + [anon_sym_PLUS_PLUS] = ACTIONS(3321), + [anon_sym_DASH_DASH] = ACTIONS(3321), + [anon_sym_QMARK] = ACTIONS(3321), + [anon_sym_BANG] = ACTIONS(3321), + [anon_sym_go] = ACTIONS(3321), + [anon_sym_spawn] = ACTIONS(3321), + [anon_sym_json_DOTdecode] = ACTIONS(3321), + [anon_sym_LBRACK2] = ACTIONS(3321), + [anon_sym_TILDE] = ACTIONS(3321), + [anon_sym_CARET] = ACTIONS(3321), + [anon_sym_AMP] = ACTIONS(3321), + [anon_sym_LT_DASH] = ACTIONS(3321), + [anon_sym_LT_LT] = ACTIONS(3321), + [anon_sym_GT_GT] = ACTIONS(3321), + [anon_sym_GT_GT_GT] = ACTIONS(3321), + [anon_sym_AMP_CARET] = ACTIONS(3321), + [anon_sym_AMP_AMP] = ACTIONS(3321), + [anon_sym_PIPE_PIPE] = ACTIONS(3321), + [anon_sym_or] = ACTIONS(3321), + [sym_none] = ACTIONS(3321), + [sym_true] = ACTIONS(3321), + [sym_false] = ACTIONS(3321), + [sym_nil] = ACTIONS(3321), + [anon_sym_QMARK_DOT] = ACTIONS(3321), + [anon_sym_POUND_LBRACK] = ACTIONS(3321), + [anon_sym_if] = ACTIONS(3321), + [anon_sym_DOLLARif] = ACTIONS(3321), + [anon_sym_is] = ACTIONS(3321), + [anon_sym_BANGis] = ACTIONS(3321), + [anon_sym_in] = ACTIONS(3321), + [anon_sym_BANGin] = ACTIONS(3321), + [anon_sym_match] = ACTIONS(3321), + [anon_sym_select] = ACTIONS(3321), + [anon_sym_STAR_EQ] = ACTIONS(3321), + [anon_sym_SLASH_EQ] = ACTIONS(3321), + [anon_sym_PERCENT_EQ] = ACTIONS(3321), + [anon_sym_LT_LT_EQ] = ACTIONS(3321), + [anon_sym_GT_GT_EQ] = ACTIONS(3321), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3321), + [anon_sym_AMP_EQ] = ACTIONS(3321), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3321), + [anon_sym_PLUS_EQ] = ACTIONS(3321), + [anon_sym_DASH_EQ] = ACTIONS(3321), + [anon_sym_PIPE_EQ] = ACTIONS(3321), + [anon_sym_CARET_EQ] = ACTIONS(3321), + [anon_sym_COLON_EQ] = ACTIONS(3321), + [anon_sym_lock] = ACTIONS(3321), + [anon_sym_rlock] = ACTIONS(3321), + [anon_sym_unsafe] = ACTIONS(3321), + [anon_sym_sql] = ACTIONS(3321), + [sym_int_literal] = ACTIONS(3321), + [sym_float_literal] = ACTIONS(3321), + [sym_rune_literal] = ACTIONS(3321), + [sym_pseudo_compile_time_identifier] = ACTIONS(3321), + [anon_sym_shared] = ACTIONS(3321), + [anon_sym_map_LBRACK] = ACTIONS(3321), + [anon_sym_chan] = ACTIONS(3321), + [anon_sym_thread] = ACTIONS(3321), + [anon_sym_atomic] = ACTIONS(3321), + [anon_sym_assert] = ACTIONS(3321), + [anon_sym_defer] = ACTIONS(3321), + [anon_sym_goto] = ACTIONS(3321), + [anon_sym_break] = ACTIONS(3321), + [anon_sym_continue] = ACTIONS(3321), + [anon_sym_return] = ACTIONS(3321), + [anon_sym_DOLLARfor] = ACTIONS(3321), + [anon_sym_for] = ACTIONS(3321), + [anon_sym_POUND] = ACTIONS(3321), + [anon_sym_asm] = ACTIONS(3321), + [anon_sym_AT_LBRACK] = ACTIONS(3321), + [sym___double_quote] = ACTIONS(3321), + [sym___single_quote] = ACTIONS(3321), + [sym___c_double_quote] = ACTIONS(3321), + [sym___c_single_quote] = ACTIONS(3321), + [sym___r_double_quote] = ACTIONS(3321), + [sym___r_single_quote] = ACTIONS(3321), }, [751] = { [sym_line_comment] = STATE(751), [sym_block_comment] = STATE(751), - [ts_builtin_sym_end] = ACTIONS(3325), - [sym_identifier] = ACTIONS(3327), - [anon_sym_LF] = ACTIONS(3327), - [anon_sym_CR] = ACTIONS(3327), - [anon_sym_CR_LF] = ACTIONS(3327), + [ts_builtin_sym_end] = ACTIONS(3323), + [sym_identifier] = ACTIONS(3325), + [anon_sym_LF] = ACTIONS(3325), + [anon_sym_CR] = ACTIONS(3325), + [anon_sym_CR_LF] = ACTIONS(3325), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3327), - [anon_sym_as] = ACTIONS(3327), - [anon_sym_LBRACE] = ACTIONS(3327), - [anon_sym_COMMA] = ACTIONS(3327), - [anon_sym_const] = ACTIONS(3327), - [anon_sym_LPAREN] = ACTIONS(3327), - [anon_sym_EQ] = ACTIONS(3327), - [anon_sym___global] = ACTIONS(3327), - [anon_sym_type] = ACTIONS(3327), - [anon_sym_PIPE] = ACTIONS(3327), - [anon_sym_fn] = ACTIONS(3327), - [anon_sym_PLUS] = ACTIONS(3327), - [anon_sym_DASH] = ACTIONS(3327), - [anon_sym_STAR] = ACTIONS(3327), - [anon_sym_SLASH] = ACTIONS(3327), - [anon_sym_PERCENT] = ACTIONS(3327), - [anon_sym_LT] = ACTIONS(3327), - [anon_sym_GT] = ACTIONS(3327), - [anon_sym_EQ_EQ] = ACTIONS(3327), - [anon_sym_BANG_EQ] = ACTIONS(3327), - [anon_sym_LT_EQ] = ACTIONS(3327), - [anon_sym_GT_EQ] = ACTIONS(3327), - [anon_sym_LBRACK] = ACTIONS(3325), - [anon_sym_struct] = ACTIONS(3327), - [anon_sym_union] = ACTIONS(3327), - [anon_sym_pub] = ACTIONS(3327), - [anon_sym_mut] = ACTIONS(3327), - [anon_sym_enum] = ACTIONS(3327), - [anon_sym_interface] = ACTIONS(3327), - [anon_sym_PLUS_PLUS] = ACTIONS(3327), - [anon_sym_DASH_DASH] = ACTIONS(3327), - [anon_sym_QMARK] = ACTIONS(3327), - [anon_sym_BANG] = ACTIONS(3327), - [anon_sym_go] = ACTIONS(3327), - [anon_sym_spawn] = ACTIONS(3327), - [anon_sym_json_DOTdecode] = ACTIONS(3327), - [anon_sym_LBRACK2] = ACTIONS(3327), - [anon_sym_TILDE] = ACTIONS(3327), - [anon_sym_CARET] = ACTIONS(3327), - [anon_sym_AMP] = ACTIONS(3327), - [anon_sym_LT_DASH] = ACTIONS(3327), - [anon_sym_LT_LT] = ACTIONS(3327), - [anon_sym_GT_GT] = ACTIONS(3327), - [anon_sym_GT_GT_GT] = ACTIONS(3327), - [anon_sym_AMP_CARET] = ACTIONS(3327), - [anon_sym_AMP_AMP] = ACTIONS(3327), - [anon_sym_PIPE_PIPE] = ACTIONS(3327), - [anon_sym_or] = ACTIONS(3327), - [sym_none] = ACTIONS(3327), - [sym_true] = ACTIONS(3327), - [sym_false] = ACTIONS(3327), - [sym_nil] = ACTIONS(3327), - [anon_sym_QMARK_DOT] = ACTIONS(3327), - [anon_sym_POUND_LBRACK] = ACTIONS(3327), - [anon_sym_if] = ACTIONS(3327), - [anon_sym_DOLLARif] = ACTIONS(3327), - [anon_sym_is] = ACTIONS(3327), - [anon_sym_BANGis] = ACTIONS(3327), - [anon_sym_in] = ACTIONS(3327), - [anon_sym_BANGin] = ACTIONS(3327), - [anon_sym_match] = ACTIONS(3327), - [anon_sym_select] = ACTIONS(3327), - [anon_sym_STAR_EQ] = ACTIONS(3327), - [anon_sym_SLASH_EQ] = ACTIONS(3327), - [anon_sym_PERCENT_EQ] = ACTIONS(3327), - [anon_sym_LT_LT_EQ] = ACTIONS(3327), - [anon_sym_GT_GT_EQ] = ACTIONS(3327), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3327), - [anon_sym_AMP_EQ] = ACTIONS(3327), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3327), - [anon_sym_PLUS_EQ] = ACTIONS(3327), - [anon_sym_DASH_EQ] = ACTIONS(3327), - [anon_sym_PIPE_EQ] = ACTIONS(3327), - [anon_sym_CARET_EQ] = ACTIONS(3327), - [anon_sym_COLON_EQ] = ACTIONS(3327), - [anon_sym_lock] = ACTIONS(3327), - [anon_sym_rlock] = ACTIONS(3327), - [anon_sym_unsafe] = ACTIONS(3327), - [anon_sym_sql] = ACTIONS(3327), - [sym_int_literal] = ACTIONS(3327), - [sym_float_literal] = ACTIONS(3327), - [sym_rune_literal] = ACTIONS(3327), - [sym_pseudo_compile_time_identifier] = ACTIONS(3327), - [anon_sym_shared] = ACTIONS(3327), - [anon_sym_map_LBRACK] = ACTIONS(3327), - [anon_sym_chan] = ACTIONS(3327), - [anon_sym_thread] = ACTIONS(3327), - [anon_sym_atomic] = ACTIONS(3327), - [anon_sym_assert] = ACTIONS(3327), - [anon_sym_defer] = ACTIONS(3327), - [anon_sym_goto] = ACTIONS(3327), - [anon_sym_break] = ACTIONS(3327), - [anon_sym_continue] = ACTIONS(3327), - [anon_sym_return] = ACTIONS(3327), - [anon_sym_DOLLARfor] = ACTIONS(3327), - [anon_sym_for] = ACTIONS(3327), - [anon_sym_POUND] = ACTIONS(3327), - [anon_sym_asm] = ACTIONS(3327), - [anon_sym_AT_LBRACK] = ACTIONS(3327), - [sym___double_quote] = ACTIONS(3327), - [sym___single_quote] = ACTIONS(3327), - [sym___c_double_quote] = ACTIONS(3327), - [sym___c_single_quote] = ACTIONS(3327), - [sym___r_double_quote] = ACTIONS(3327), - [sym___r_single_quote] = ACTIONS(3327), + [anon_sym_DOT] = ACTIONS(3325), + [anon_sym_as] = ACTIONS(3325), + [anon_sym_LBRACE] = ACTIONS(3325), + [anon_sym_COMMA] = ACTIONS(3325), + [anon_sym_const] = ACTIONS(3325), + [anon_sym_LPAREN] = ACTIONS(3325), + [anon_sym_EQ] = ACTIONS(3325), + [anon_sym___global] = ACTIONS(3325), + [anon_sym_type] = ACTIONS(3325), + [anon_sym_PIPE] = ACTIONS(3325), + [anon_sym_fn] = ACTIONS(3325), + [anon_sym_PLUS] = ACTIONS(3325), + [anon_sym_DASH] = ACTIONS(3325), + [anon_sym_STAR] = ACTIONS(3325), + [anon_sym_SLASH] = ACTIONS(3325), + [anon_sym_PERCENT] = ACTIONS(3325), + [anon_sym_LT] = ACTIONS(3325), + [anon_sym_GT] = ACTIONS(3325), + [anon_sym_EQ_EQ] = ACTIONS(3325), + [anon_sym_BANG_EQ] = ACTIONS(3325), + [anon_sym_LT_EQ] = ACTIONS(3325), + [anon_sym_GT_EQ] = ACTIONS(3325), + [anon_sym_LBRACK] = ACTIONS(3323), + [anon_sym_struct] = ACTIONS(3325), + [anon_sym_union] = ACTIONS(3325), + [anon_sym_pub] = ACTIONS(3325), + [anon_sym_mut] = ACTIONS(3325), + [anon_sym_enum] = ACTIONS(3325), + [anon_sym_interface] = ACTIONS(3325), + [anon_sym_PLUS_PLUS] = ACTIONS(3325), + [anon_sym_DASH_DASH] = ACTIONS(3325), + [anon_sym_QMARK] = ACTIONS(3325), + [anon_sym_BANG] = ACTIONS(3325), + [anon_sym_go] = ACTIONS(3325), + [anon_sym_spawn] = ACTIONS(3325), + [anon_sym_json_DOTdecode] = ACTIONS(3325), + [anon_sym_LBRACK2] = ACTIONS(3325), + [anon_sym_TILDE] = ACTIONS(3325), + [anon_sym_CARET] = ACTIONS(3325), + [anon_sym_AMP] = ACTIONS(3325), + [anon_sym_LT_DASH] = ACTIONS(3325), + [anon_sym_LT_LT] = ACTIONS(3325), + [anon_sym_GT_GT] = ACTIONS(3325), + [anon_sym_GT_GT_GT] = ACTIONS(3325), + [anon_sym_AMP_CARET] = ACTIONS(3325), + [anon_sym_AMP_AMP] = ACTIONS(3325), + [anon_sym_PIPE_PIPE] = ACTIONS(3325), + [anon_sym_or] = ACTIONS(3325), + [sym_none] = ACTIONS(3325), + [sym_true] = ACTIONS(3325), + [sym_false] = ACTIONS(3325), + [sym_nil] = ACTIONS(3325), + [anon_sym_QMARK_DOT] = ACTIONS(3325), + [anon_sym_POUND_LBRACK] = ACTIONS(3325), + [anon_sym_if] = ACTIONS(3325), + [anon_sym_DOLLARif] = ACTIONS(3325), + [anon_sym_is] = ACTIONS(3325), + [anon_sym_BANGis] = ACTIONS(3325), + [anon_sym_in] = ACTIONS(3325), + [anon_sym_BANGin] = ACTIONS(3325), + [anon_sym_match] = ACTIONS(3325), + [anon_sym_select] = ACTIONS(3325), + [anon_sym_STAR_EQ] = ACTIONS(3325), + [anon_sym_SLASH_EQ] = ACTIONS(3325), + [anon_sym_PERCENT_EQ] = ACTIONS(3325), + [anon_sym_LT_LT_EQ] = ACTIONS(3325), + [anon_sym_GT_GT_EQ] = ACTIONS(3325), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3325), + [anon_sym_AMP_EQ] = ACTIONS(3325), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3325), + [anon_sym_PLUS_EQ] = ACTIONS(3325), + [anon_sym_DASH_EQ] = ACTIONS(3325), + [anon_sym_PIPE_EQ] = ACTIONS(3325), + [anon_sym_CARET_EQ] = ACTIONS(3325), + [anon_sym_COLON_EQ] = ACTIONS(3325), + [anon_sym_lock] = ACTIONS(3325), + [anon_sym_rlock] = ACTIONS(3325), + [anon_sym_unsafe] = ACTIONS(3325), + [anon_sym_sql] = ACTIONS(3325), + [sym_int_literal] = ACTIONS(3325), + [sym_float_literal] = ACTIONS(3325), + [sym_rune_literal] = ACTIONS(3325), + [sym_pseudo_compile_time_identifier] = ACTIONS(3325), + [anon_sym_shared] = ACTIONS(3325), + [anon_sym_map_LBRACK] = ACTIONS(3325), + [anon_sym_chan] = ACTIONS(3325), + [anon_sym_thread] = ACTIONS(3325), + [anon_sym_atomic] = ACTIONS(3325), + [anon_sym_assert] = ACTIONS(3325), + [anon_sym_defer] = ACTIONS(3325), + [anon_sym_goto] = ACTIONS(3325), + [anon_sym_break] = ACTIONS(3325), + [anon_sym_continue] = ACTIONS(3325), + [anon_sym_return] = ACTIONS(3325), + [anon_sym_DOLLARfor] = ACTIONS(3325), + [anon_sym_for] = ACTIONS(3325), + [anon_sym_POUND] = ACTIONS(3325), + [anon_sym_asm] = ACTIONS(3325), + [anon_sym_AT_LBRACK] = ACTIONS(3325), + [sym___double_quote] = ACTIONS(3325), + [sym___single_quote] = ACTIONS(3325), + [sym___c_double_quote] = ACTIONS(3325), + [sym___c_single_quote] = ACTIONS(3325), + [sym___r_double_quote] = ACTIONS(3325), + [sym___r_single_quote] = ACTIONS(3325), }, [752] = { [sym_line_comment] = STATE(752), [sym_block_comment] = STATE(752), - [sym__expression] = STATE(1690), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4293), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), + [ts_builtin_sym_end] = ACTIONS(3327), + [sym_identifier] = ACTIONS(3329), + [anon_sym_LF] = ACTIONS(3329), + [anon_sym_CR] = ACTIONS(3329), + [anon_sym_CR_LF] = ACTIONS(3329), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3329), + [anon_sym_as] = ACTIONS(3329), + [anon_sym_LBRACE] = ACTIONS(3329), + [anon_sym_COMMA] = ACTIONS(3329), + [anon_sym_const] = ACTIONS(3329), + [anon_sym_LPAREN] = ACTIONS(3329), + [anon_sym_EQ] = ACTIONS(3329), + [anon_sym___global] = ACTIONS(3329), + [anon_sym_type] = ACTIONS(3329), + [anon_sym_PIPE] = ACTIONS(3329), + [anon_sym_fn] = ACTIONS(3329), + [anon_sym_PLUS] = ACTIONS(3329), + [anon_sym_DASH] = ACTIONS(3329), + [anon_sym_STAR] = ACTIONS(3329), + [anon_sym_SLASH] = ACTIONS(3329), + [anon_sym_PERCENT] = ACTIONS(3329), + [anon_sym_LT] = ACTIONS(3329), + [anon_sym_GT] = ACTIONS(3329), + [anon_sym_EQ_EQ] = ACTIONS(3329), + [anon_sym_BANG_EQ] = ACTIONS(3329), + [anon_sym_LT_EQ] = ACTIONS(3329), + [anon_sym_GT_EQ] = ACTIONS(3329), + [anon_sym_LBRACK] = ACTIONS(3327), + [anon_sym_struct] = ACTIONS(3329), + [anon_sym_union] = ACTIONS(3329), + [anon_sym_pub] = ACTIONS(3329), + [anon_sym_mut] = ACTIONS(3329), + [anon_sym_enum] = ACTIONS(3329), + [anon_sym_interface] = ACTIONS(3329), + [anon_sym_PLUS_PLUS] = ACTIONS(3329), + [anon_sym_DASH_DASH] = ACTIONS(3329), + [anon_sym_QMARK] = ACTIONS(3329), + [anon_sym_BANG] = ACTIONS(3329), + [anon_sym_go] = ACTIONS(3329), + [anon_sym_spawn] = ACTIONS(3329), + [anon_sym_json_DOTdecode] = ACTIONS(3329), + [anon_sym_LBRACK2] = ACTIONS(3329), + [anon_sym_TILDE] = ACTIONS(3329), + [anon_sym_CARET] = ACTIONS(3329), + [anon_sym_AMP] = ACTIONS(3329), + [anon_sym_LT_DASH] = ACTIONS(3329), + [anon_sym_LT_LT] = ACTIONS(3329), + [anon_sym_GT_GT] = ACTIONS(3329), + [anon_sym_GT_GT_GT] = ACTIONS(3329), + [anon_sym_AMP_CARET] = ACTIONS(3329), + [anon_sym_AMP_AMP] = ACTIONS(3329), + [anon_sym_PIPE_PIPE] = ACTIONS(3329), + [anon_sym_or] = ACTIONS(3329), + [sym_none] = ACTIONS(3329), + [sym_true] = ACTIONS(3329), + [sym_false] = ACTIONS(3329), + [sym_nil] = ACTIONS(3329), + [anon_sym_QMARK_DOT] = ACTIONS(3329), + [anon_sym_POUND_LBRACK] = ACTIONS(3329), + [anon_sym_if] = ACTIONS(3329), + [anon_sym_DOLLARif] = ACTIONS(3329), + [anon_sym_is] = ACTIONS(3329), + [anon_sym_BANGis] = ACTIONS(3329), + [anon_sym_in] = ACTIONS(3329), + [anon_sym_BANGin] = ACTIONS(3329), + [anon_sym_match] = ACTIONS(3329), + [anon_sym_select] = ACTIONS(3329), + [anon_sym_STAR_EQ] = ACTIONS(3329), + [anon_sym_SLASH_EQ] = ACTIONS(3329), + [anon_sym_PERCENT_EQ] = ACTIONS(3329), + [anon_sym_LT_LT_EQ] = ACTIONS(3329), + [anon_sym_GT_GT_EQ] = ACTIONS(3329), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3329), + [anon_sym_AMP_EQ] = ACTIONS(3329), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3329), + [anon_sym_PLUS_EQ] = ACTIONS(3329), + [anon_sym_DASH_EQ] = ACTIONS(3329), + [anon_sym_PIPE_EQ] = ACTIONS(3329), + [anon_sym_CARET_EQ] = ACTIONS(3329), + [anon_sym_COLON_EQ] = ACTIONS(3329), + [anon_sym_lock] = ACTIONS(3329), + [anon_sym_rlock] = ACTIONS(3329), + [anon_sym_unsafe] = ACTIONS(3329), + [anon_sym_sql] = ACTIONS(3329), + [sym_int_literal] = ACTIONS(3329), + [sym_float_literal] = ACTIONS(3329), + [sym_rune_literal] = ACTIONS(3329), + [sym_pseudo_compile_time_identifier] = ACTIONS(3329), + [anon_sym_shared] = ACTIONS(3329), + [anon_sym_map_LBRACK] = ACTIONS(3329), + [anon_sym_chan] = ACTIONS(3329), + [anon_sym_thread] = ACTIONS(3329), + [anon_sym_atomic] = ACTIONS(3329), + [anon_sym_assert] = ACTIONS(3329), + [anon_sym_defer] = ACTIONS(3329), + [anon_sym_goto] = ACTIONS(3329), + [anon_sym_break] = ACTIONS(3329), + [anon_sym_continue] = ACTIONS(3329), + [anon_sym_return] = ACTIONS(3329), + [anon_sym_DOLLARfor] = ACTIONS(3329), + [anon_sym_for] = ACTIONS(3329), + [anon_sym_POUND] = ACTIONS(3329), + [anon_sym_asm] = ACTIONS(3329), + [anon_sym_AT_LBRACK] = ACTIONS(3329), + [sym___double_quote] = ACTIONS(3329), + [sym___single_quote] = ACTIONS(3329), + [sym___c_double_quote] = ACTIONS(3329), + [sym___c_single_quote] = ACTIONS(3329), + [sym___r_double_quote] = ACTIONS(3329), + [sym___r_single_quote] = ACTIONS(3329), + }, + [753] = { + [sym_line_comment] = STATE(753), + [sym_block_comment] = STATE(753), + [sym__expression] = STATE(1691), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4308), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, - [753] = { - [sym_line_comment] = STATE(753), - [sym_block_comment] = STATE(753), + [754] = { + [sym_line_comment] = STATE(754), + [sym_block_comment] = STATE(754), [sym__expression] = STATE(1825), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4155), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4160), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3157), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), [anon_sym_DASH] = ACTIONS(713), [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), [anon_sym_BANG] = ACTIONS(719), @@ -111254,14 +111387,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(733), [sym_false] = ACTIONS(733), [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), [sym_int_literal] = ACTIONS(733), [sym_float_literal] = ACTIONS(751), [sym_rune_literal] = ACTIONS(751), @@ -111278,315 +111411,315 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(763), [sym___r_single_quote] = ACTIONS(765), }, - [754] = { - [sym_line_comment] = STATE(754), - [sym_block_comment] = STATE(754), - [sym__expression] = STATE(1702), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4293), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), + [755] = { + [sym_line_comment] = STATE(755), + [sym_block_comment] = STATE(755), + [sym__expression] = STATE(1692), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4308), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, - [755] = { - [sym_line_comment] = STATE(755), - [sym_block_comment] = STATE(755), - [sym__expression] = STATE(1700), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4293), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), + [756] = { + [sym_line_comment] = STATE(756), + [sym_block_comment] = STATE(756), + [sym__expression] = STATE(1695), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4308), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, - [756] = { - [sym_line_comment] = STATE(756), - [sym_block_comment] = STATE(756), + [757] = { + [sym_line_comment] = STATE(757), + [sym_block_comment] = STATE(757), [sym__expression] = STATE(1825), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4153), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4156), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3157), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), [anon_sym_DASH] = ACTIONS(713), [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), [anon_sym_BANG] = ACTIONS(719), @@ -111602,14 +111735,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(733), [sym_false] = ACTIONS(733), [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), [sym_int_literal] = ACTIONS(733), [sym_float_literal] = ACTIONS(751), [sym_rune_literal] = ACTIONS(751), @@ -111626,83 +111759,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(763), [sym___r_single_quote] = ACTIONS(765), }, - [757] = { - [sym_line_comment] = STATE(757), - [sym_block_comment] = STATE(757), + [758] = { + [sym_line_comment] = STATE(758), + [sym_block_comment] = STATE(758), [sym__expression] = STATE(1825), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4149), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4154), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3157), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), [anon_sym_DASH] = ACTIONS(713), [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), [anon_sym_BANG] = ACTIONS(719), @@ -111718,14 +111851,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(733), [sym_false] = ACTIONS(733), [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), [sym_int_literal] = ACTIONS(733), [sym_float_literal] = ACTIONS(751), [sym_rune_literal] = ACTIONS(751), @@ -111742,2530 +111875,2530 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(763), [sym___r_single_quote] = ACTIONS(765), }, - [758] = { - [sym_line_comment] = STATE(758), - [sym_block_comment] = STATE(758), - [sym__expression] = STATE(2520), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, [759] = { [sym_line_comment] = STATE(759), [sym_block_comment] = STATE(759), - [sym__expression] = STATE(1667), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4293), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), + [sym__expression] = STATE(1690), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4308), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, [760] = { [sym_line_comment] = STATE(760), [sym_block_comment] = STATE(760), - [ts_builtin_sym_end] = ACTIONS(3329), - [sym_identifier] = ACTIONS(3331), - [anon_sym_LF] = ACTIONS(3331), - [anon_sym_CR] = ACTIONS(3331), - [anon_sym_CR_LF] = ACTIONS(3331), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3331), - [anon_sym_as] = ACTIONS(3331), - [anon_sym_LBRACE] = ACTIONS(3331), - [anon_sym_COMMA] = ACTIONS(3331), - [anon_sym_const] = ACTIONS(3331), - [anon_sym_LPAREN] = ACTIONS(3331), - [anon_sym_EQ] = ACTIONS(3331), - [anon_sym___global] = ACTIONS(3331), - [anon_sym_type] = ACTIONS(3331), - [anon_sym_PIPE] = ACTIONS(3331), - [anon_sym_fn] = ACTIONS(3331), - [anon_sym_PLUS] = ACTIONS(3331), - [anon_sym_DASH] = ACTIONS(3331), - [anon_sym_STAR] = ACTIONS(3331), - [anon_sym_SLASH] = ACTIONS(3331), - [anon_sym_PERCENT] = ACTIONS(3331), - [anon_sym_LT] = ACTIONS(3331), - [anon_sym_GT] = ACTIONS(3331), - [anon_sym_EQ_EQ] = ACTIONS(3331), - [anon_sym_BANG_EQ] = ACTIONS(3331), - [anon_sym_LT_EQ] = ACTIONS(3331), - [anon_sym_GT_EQ] = ACTIONS(3331), - [anon_sym_LBRACK] = ACTIONS(3329), - [anon_sym_struct] = ACTIONS(3331), - [anon_sym_union] = ACTIONS(3331), - [anon_sym_pub] = ACTIONS(3331), - [anon_sym_mut] = ACTIONS(3331), - [anon_sym_enum] = ACTIONS(3331), - [anon_sym_interface] = ACTIONS(3331), - [anon_sym_PLUS_PLUS] = ACTIONS(3331), - [anon_sym_DASH_DASH] = ACTIONS(3331), - [anon_sym_QMARK] = ACTIONS(3331), - [anon_sym_BANG] = ACTIONS(3331), - [anon_sym_go] = ACTIONS(3331), - [anon_sym_spawn] = ACTIONS(3331), - [anon_sym_json_DOTdecode] = ACTIONS(3331), - [anon_sym_LBRACK2] = ACTIONS(3331), - [anon_sym_TILDE] = ACTIONS(3331), - [anon_sym_CARET] = ACTIONS(3331), - [anon_sym_AMP] = ACTIONS(3331), - [anon_sym_LT_DASH] = ACTIONS(3331), - [anon_sym_LT_LT] = ACTIONS(3331), - [anon_sym_GT_GT] = ACTIONS(3331), - [anon_sym_GT_GT_GT] = ACTIONS(3331), - [anon_sym_AMP_CARET] = ACTIONS(3331), - [anon_sym_AMP_AMP] = ACTIONS(3331), - [anon_sym_PIPE_PIPE] = ACTIONS(3331), - [anon_sym_or] = ACTIONS(3331), - [sym_none] = ACTIONS(3331), - [sym_true] = ACTIONS(3331), - [sym_false] = ACTIONS(3331), - [sym_nil] = ACTIONS(3331), - [anon_sym_QMARK_DOT] = ACTIONS(3331), - [anon_sym_POUND_LBRACK] = ACTIONS(3331), - [anon_sym_if] = ACTIONS(3331), - [anon_sym_DOLLARif] = ACTIONS(3331), - [anon_sym_is] = ACTIONS(3331), - [anon_sym_BANGis] = ACTIONS(3331), - [anon_sym_in] = ACTIONS(3331), - [anon_sym_BANGin] = ACTIONS(3331), - [anon_sym_match] = ACTIONS(3331), - [anon_sym_select] = ACTIONS(3331), - [anon_sym_STAR_EQ] = ACTIONS(3331), - [anon_sym_SLASH_EQ] = ACTIONS(3331), - [anon_sym_PERCENT_EQ] = ACTIONS(3331), - [anon_sym_LT_LT_EQ] = ACTIONS(3331), - [anon_sym_GT_GT_EQ] = ACTIONS(3331), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3331), - [anon_sym_AMP_EQ] = ACTIONS(3331), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3331), - [anon_sym_PLUS_EQ] = ACTIONS(3331), - [anon_sym_DASH_EQ] = ACTIONS(3331), - [anon_sym_PIPE_EQ] = ACTIONS(3331), - [anon_sym_CARET_EQ] = ACTIONS(3331), - [anon_sym_COLON_EQ] = ACTIONS(3331), - [anon_sym_lock] = ACTIONS(3331), - [anon_sym_rlock] = ACTIONS(3331), - [anon_sym_unsafe] = ACTIONS(3331), - [anon_sym_sql] = ACTIONS(3331), - [sym_int_literal] = ACTIONS(3331), - [sym_float_literal] = ACTIONS(3331), - [sym_rune_literal] = ACTIONS(3331), - [sym_pseudo_compile_time_identifier] = ACTIONS(3331), - [anon_sym_shared] = ACTIONS(3331), - [anon_sym_map_LBRACK] = ACTIONS(3331), - [anon_sym_chan] = ACTIONS(3331), - [anon_sym_thread] = ACTIONS(3331), - [anon_sym_atomic] = ACTIONS(3331), - [anon_sym_assert] = ACTIONS(3331), - [anon_sym_defer] = ACTIONS(3331), - [anon_sym_goto] = ACTIONS(3331), - [anon_sym_break] = ACTIONS(3331), - [anon_sym_continue] = ACTIONS(3331), - [anon_sym_return] = ACTIONS(3331), - [anon_sym_DOLLARfor] = ACTIONS(3331), - [anon_sym_for] = ACTIONS(3331), - [anon_sym_POUND] = ACTIONS(3331), - [anon_sym_asm] = ACTIONS(3331), - [anon_sym_AT_LBRACK] = ACTIONS(3331), - [sym___double_quote] = ACTIONS(3331), - [sym___single_quote] = ACTIONS(3331), - [sym___c_double_quote] = ACTIONS(3331), - [sym___c_single_quote] = ACTIONS(3331), - [sym___r_double_quote] = ACTIONS(3331), - [sym___r_single_quote] = ACTIONS(3331), - }, - [761] = { - [sym_line_comment] = STATE(761), - [sym_block_comment] = STATE(761), - [sym__expression] = STATE(2907), + [sym__expression] = STATE(2898), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [762] = { - [sym_line_comment] = STATE(762), - [sym_block_comment] = STATE(762), - [ts_builtin_sym_end] = ACTIONS(3333), - [sym_identifier] = ACTIONS(3335), - [anon_sym_LF] = ACTIONS(3335), - [anon_sym_CR] = ACTIONS(3335), - [anon_sym_CR_LF] = ACTIONS(3335), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3335), - [anon_sym_as] = ACTIONS(3335), - [anon_sym_LBRACE] = ACTIONS(3335), - [anon_sym_COMMA] = ACTIONS(3335), - [anon_sym_const] = ACTIONS(3335), - [anon_sym_LPAREN] = ACTIONS(3335), - [anon_sym_EQ] = ACTIONS(3335), - [anon_sym___global] = ACTIONS(3335), - [anon_sym_type] = ACTIONS(3335), - [anon_sym_PIPE] = ACTIONS(3335), - [anon_sym_fn] = ACTIONS(3335), - [anon_sym_PLUS] = ACTIONS(3335), - [anon_sym_DASH] = ACTIONS(3335), - [anon_sym_STAR] = ACTIONS(3335), - [anon_sym_SLASH] = ACTIONS(3335), - [anon_sym_PERCENT] = ACTIONS(3335), - [anon_sym_LT] = ACTIONS(3335), - [anon_sym_GT] = ACTIONS(3335), - [anon_sym_EQ_EQ] = ACTIONS(3335), - [anon_sym_BANG_EQ] = ACTIONS(3335), - [anon_sym_LT_EQ] = ACTIONS(3335), - [anon_sym_GT_EQ] = ACTIONS(3335), - [anon_sym_LBRACK] = ACTIONS(3333), - [anon_sym_struct] = ACTIONS(3335), - [anon_sym_union] = ACTIONS(3335), - [anon_sym_pub] = ACTIONS(3335), - [anon_sym_mut] = ACTIONS(3335), - [anon_sym_enum] = ACTIONS(3335), - [anon_sym_interface] = ACTIONS(3335), - [anon_sym_PLUS_PLUS] = ACTIONS(3335), - [anon_sym_DASH_DASH] = ACTIONS(3335), - [anon_sym_QMARK] = ACTIONS(3335), - [anon_sym_BANG] = ACTIONS(3335), - [anon_sym_go] = ACTIONS(3335), - [anon_sym_spawn] = ACTIONS(3335), - [anon_sym_json_DOTdecode] = ACTIONS(3335), - [anon_sym_LBRACK2] = ACTIONS(3335), - [anon_sym_TILDE] = ACTIONS(3335), - [anon_sym_CARET] = ACTIONS(3335), - [anon_sym_AMP] = ACTIONS(3335), - [anon_sym_LT_DASH] = ACTIONS(3335), - [anon_sym_LT_LT] = ACTIONS(3335), - [anon_sym_GT_GT] = ACTIONS(3335), - [anon_sym_GT_GT_GT] = ACTIONS(3335), - [anon_sym_AMP_CARET] = ACTIONS(3335), - [anon_sym_AMP_AMP] = ACTIONS(3335), - [anon_sym_PIPE_PIPE] = ACTIONS(3335), - [anon_sym_or] = ACTIONS(3335), - [sym_none] = ACTIONS(3335), - [sym_true] = ACTIONS(3335), - [sym_false] = ACTIONS(3335), - [sym_nil] = ACTIONS(3335), - [anon_sym_QMARK_DOT] = ACTIONS(3335), - [anon_sym_POUND_LBRACK] = ACTIONS(3335), - [anon_sym_if] = ACTIONS(3335), - [anon_sym_DOLLARif] = ACTIONS(3335), - [anon_sym_is] = ACTIONS(3335), - [anon_sym_BANGis] = ACTIONS(3335), - [anon_sym_in] = ACTIONS(3335), - [anon_sym_BANGin] = ACTIONS(3335), - [anon_sym_match] = ACTIONS(3335), - [anon_sym_select] = ACTIONS(3335), - [anon_sym_STAR_EQ] = ACTIONS(3335), - [anon_sym_SLASH_EQ] = ACTIONS(3335), - [anon_sym_PERCENT_EQ] = ACTIONS(3335), - [anon_sym_LT_LT_EQ] = ACTIONS(3335), - [anon_sym_GT_GT_EQ] = ACTIONS(3335), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3335), - [anon_sym_AMP_EQ] = ACTIONS(3335), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3335), - [anon_sym_PLUS_EQ] = ACTIONS(3335), - [anon_sym_DASH_EQ] = ACTIONS(3335), - [anon_sym_PIPE_EQ] = ACTIONS(3335), - [anon_sym_CARET_EQ] = ACTIONS(3335), - [anon_sym_COLON_EQ] = ACTIONS(3335), - [anon_sym_lock] = ACTIONS(3335), - [anon_sym_rlock] = ACTIONS(3335), - [anon_sym_unsafe] = ACTIONS(3335), - [anon_sym_sql] = ACTIONS(3335), - [sym_int_literal] = ACTIONS(3335), - [sym_float_literal] = ACTIONS(3335), - [sym_rune_literal] = ACTIONS(3335), - [sym_pseudo_compile_time_identifier] = ACTIONS(3335), - [anon_sym_shared] = ACTIONS(3335), - [anon_sym_map_LBRACK] = ACTIONS(3335), - [anon_sym_chan] = ACTIONS(3335), - [anon_sym_thread] = ACTIONS(3335), - [anon_sym_atomic] = ACTIONS(3335), - [anon_sym_assert] = ACTIONS(3335), - [anon_sym_defer] = ACTIONS(3335), - [anon_sym_goto] = ACTIONS(3335), - [anon_sym_break] = ACTIONS(3335), - [anon_sym_continue] = ACTIONS(3335), - [anon_sym_return] = ACTIONS(3335), - [anon_sym_DOLLARfor] = ACTIONS(3335), - [anon_sym_for] = ACTIONS(3335), - [anon_sym_POUND] = ACTIONS(3335), - [anon_sym_asm] = ACTIONS(3335), - [anon_sym_AT_LBRACK] = ACTIONS(3335), - [sym___double_quote] = ACTIONS(3335), - [sym___single_quote] = ACTIONS(3335), - [sym___c_double_quote] = ACTIONS(3335), - [sym___c_single_quote] = ACTIONS(3335), - [sym___r_double_quote] = ACTIONS(3335), - [sym___r_single_quote] = ACTIONS(3335), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [763] = { - [sym_line_comment] = STATE(763), - [sym_block_comment] = STATE(763), - [ts_builtin_sym_end] = ACTIONS(3337), - [sym_identifier] = ACTIONS(3339), - [anon_sym_LF] = ACTIONS(3339), - [anon_sym_CR] = ACTIONS(3339), - [anon_sym_CR_LF] = ACTIONS(3339), + [761] = { + [sym_line_comment] = STATE(761), + [sym_block_comment] = STATE(761), + [ts_builtin_sym_end] = ACTIONS(3331), + [sym_identifier] = ACTIONS(3333), + [anon_sym_LF] = ACTIONS(3333), + [anon_sym_CR] = ACTIONS(3333), + [anon_sym_CR_LF] = ACTIONS(3333), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3339), - [anon_sym_as] = ACTIONS(3339), - [anon_sym_LBRACE] = ACTIONS(3339), - [anon_sym_COMMA] = ACTIONS(3339), - [anon_sym_const] = ACTIONS(3339), - [anon_sym_LPAREN] = ACTIONS(3339), - [anon_sym_EQ] = ACTIONS(3339), - [anon_sym___global] = ACTIONS(3339), - [anon_sym_type] = ACTIONS(3339), - [anon_sym_PIPE] = ACTIONS(3339), - [anon_sym_fn] = ACTIONS(3339), - [anon_sym_PLUS] = ACTIONS(3339), - [anon_sym_DASH] = ACTIONS(3339), - [anon_sym_STAR] = ACTIONS(3339), - [anon_sym_SLASH] = ACTIONS(3339), - [anon_sym_PERCENT] = ACTIONS(3339), - [anon_sym_LT] = ACTIONS(3339), - [anon_sym_GT] = ACTIONS(3339), - [anon_sym_EQ_EQ] = ACTIONS(3339), - [anon_sym_BANG_EQ] = ACTIONS(3339), - [anon_sym_LT_EQ] = ACTIONS(3339), - [anon_sym_GT_EQ] = ACTIONS(3339), - [anon_sym_LBRACK] = ACTIONS(3337), - [anon_sym_struct] = ACTIONS(3339), - [anon_sym_union] = ACTIONS(3339), - [anon_sym_pub] = ACTIONS(3339), - [anon_sym_mut] = ACTIONS(3339), - [anon_sym_enum] = ACTIONS(3339), - [anon_sym_interface] = ACTIONS(3339), - [anon_sym_PLUS_PLUS] = ACTIONS(3339), - [anon_sym_DASH_DASH] = ACTIONS(3339), - [anon_sym_QMARK] = ACTIONS(3339), - [anon_sym_BANG] = ACTIONS(3339), - [anon_sym_go] = ACTIONS(3339), - [anon_sym_spawn] = ACTIONS(3339), - [anon_sym_json_DOTdecode] = ACTIONS(3339), - [anon_sym_LBRACK2] = ACTIONS(3339), - [anon_sym_TILDE] = ACTIONS(3339), - [anon_sym_CARET] = ACTIONS(3339), - [anon_sym_AMP] = ACTIONS(3339), - [anon_sym_LT_DASH] = ACTIONS(3339), - [anon_sym_LT_LT] = ACTIONS(3339), - [anon_sym_GT_GT] = ACTIONS(3339), - [anon_sym_GT_GT_GT] = ACTIONS(3339), - [anon_sym_AMP_CARET] = ACTIONS(3339), - [anon_sym_AMP_AMP] = ACTIONS(3339), - [anon_sym_PIPE_PIPE] = ACTIONS(3339), - [anon_sym_or] = ACTIONS(3339), - [sym_none] = ACTIONS(3339), - [sym_true] = ACTIONS(3339), - [sym_false] = ACTIONS(3339), - [sym_nil] = ACTIONS(3339), - [anon_sym_QMARK_DOT] = ACTIONS(3339), - [anon_sym_POUND_LBRACK] = ACTIONS(3339), - [anon_sym_if] = ACTIONS(3339), - [anon_sym_DOLLARif] = ACTIONS(3339), - [anon_sym_is] = ACTIONS(3339), - [anon_sym_BANGis] = ACTIONS(3339), - [anon_sym_in] = ACTIONS(3339), - [anon_sym_BANGin] = ACTIONS(3339), - [anon_sym_match] = ACTIONS(3339), - [anon_sym_select] = ACTIONS(3339), - [anon_sym_STAR_EQ] = ACTIONS(3339), - [anon_sym_SLASH_EQ] = ACTIONS(3339), - [anon_sym_PERCENT_EQ] = ACTIONS(3339), - [anon_sym_LT_LT_EQ] = ACTIONS(3339), - [anon_sym_GT_GT_EQ] = ACTIONS(3339), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3339), - [anon_sym_AMP_EQ] = ACTIONS(3339), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3339), - [anon_sym_PLUS_EQ] = ACTIONS(3339), - [anon_sym_DASH_EQ] = ACTIONS(3339), - [anon_sym_PIPE_EQ] = ACTIONS(3339), - [anon_sym_CARET_EQ] = ACTIONS(3339), - [anon_sym_COLON_EQ] = ACTIONS(3339), - [anon_sym_lock] = ACTIONS(3339), - [anon_sym_rlock] = ACTIONS(3339), - [anon_sym_unsafe] = ACTIONS(3339), - [anon_sym_sql] = ACTIONS(3339), - [sym_int_literal] = ACTIONS(3339), - [sym_float_literal] = ACTIONS(3339), - [sym_rune_literal] = ACTIONS(3339), - [sym_pseudo_compile_time_identifier] = ACTIONS(3339), - [anon_sym_shared] = ACTIONS(3339), - [anon_sym_map_LBRACK] = ACTIONS(3339), - [anon_sym_chan] = ACTIONS(3339), - [anon_sym_thread] = ACTIONS(3339), - [anon_sym_atomic] = ACTIONS(3339), - [anon_sym_assert] = ACTIONS(3339), - [anon_sym_defer] = ACTIONS(3339), - [anon_sym_goto] = ACTIONS(3339), - [anon_sym_break] = ACTIONS(3339), - [anon_sym_continue] = ACTIONS(3339), - [anon_sym_return] = ACTIONS(3339), - [anon_sym_DOLLARfor] = ACTIONS(3339), - [anon_sym_for] = ACTIONS(3339), - [anon_sym_POUND] = ACTIONS(3339), - [anon_sym_asm] = ACTIONS(3339), - [anon_sym_AT_LBRACK] = ACTIONS(3339), - [sym___double_quote] = ACTIONS(3339), - [sym___single_quote] = ACTIONS(3339), - [sym___c_double_quote] = ACTIONS(3339), - [sym___c_single_quote] = ACTIONS(3339), - [sym___r_double_quote] = ACTIONS(3339), - [sym___r_single_quote] = ACTIONS(3339), + [anon_sym_DOT] = ACTIONS(3333), + [anon_sym_as] = ACTIONS(3333), + [anon_sym_LBRACE] = ACTIONS(3333), + [anon_sym_COMMA] = ACTIONS(3333), + [anon_sym_const] = ACTIONS(3333), + [anon_sym_LPAREN] = ACTIONS(3333), + [anon_sym_EQ] = ACTIONS(3333), + [anon_sym___global] = ACTIONS(3333), + [anon_sym_type] = ACTIONS(3333), + [anon_sym_PIPE] = ACTIONS(3333), + [anon_sym_fn] = ACTIONS(3333), + [anon_sym_PLUS] = ACTIONS(3333), + [anon_sym_DASH] = ACTIONS(3333), + [anon_sym_STAR] = ACTIONS(3333), + [anon_sym_SLASH] = ACTIONS(3333), + [anon_sym_PERCENT] = ACTIONS(3333), + [anon_sym_LT] = ACTIONS(3333), + [anon_sym_GT] = ACTIONS(3333), + [anon_sym_EQ_EQ] = ACTIONS(3333), + [anon_sym_BANG_EQ] = ACTIONS(3333), + [anon_sym_LT_EQ] = ACTIONS(3333), + [anon_sym_GT_EQ] = ACTIONS(3333), + [anon_sym_LBRACK] = ACTIONS(3331), + [anon_sym_struct] = ACTIONS(3333), + [anon_sym_union] = ACTIONS(3333), + [anon_sym_pub] = ACTIONS(3333), + [anon_sym_mut] = ACTIONS(3333), + [anon_sym_enum] = ACTIONS(3333), + [anon_sym_interface] = ACTIONS(3333), + [anon_sym_PLUS_PLUS] = ACTIONS(3333), + [anon_sym_DASH_DASH] = ACTIONS(3333), + [anon_sym_QMARK] = ACTIONS(3333), + [anon_sym_BANG] = ACTIONS(3333), + [anon_sym_go] = ACTIONS(3333), + [anon_sym_spawn] = ACTIONS(3333), + [anon_sym_json_DOTdecode] = ACTIONS(3333), + [anon_sym_LBRACK2] = ACTIONS(3333), + [anon_sym_TILDE] = ACTIONS(3333), + [anon_sym_CARET] = ACTIONS(3333), + [anon_sym_AMP] = ACTIONS(3333), + [anon_sym_LT_DASH] = ACTIONS(3333), + [anon_sym_LT_LT] = ACTIONS(3333), + [anon_sym_GT_GT] = ACTIONS(3333), + [anon_sym_GT_GT_GT] = ACTIONS(3333), + [anon_sym_AMP_CARET] = ACTIONS(3333), + [anon_sym_AMP_AMP] = ACTIONS(3333), + [anon_sym_PIPE_PIPE] = ACTIONS(3333), + [anon_sym_or] = ACTIONS(3333), + [sym_none] = ACTIONS(3333), + [sym_true] = ACTIONS(3333), + [sym_false] = ACTIONS(3333), + [sym_nil] = ACTIONS(3333), + [anon_sym_QMARK_DOT] = ACTIONS(3333), + [anon_sym_POUND_LBRACK] = ACTIONS(3333), + [anon_sym_if] = ACTIONS(3333), + [anon_sym_DOLLARif] = ACTIONS(3333), + [anon_sym_is] = ACTIONS(3333), + [anon_sym_BANGis] = ACTIONS(3333), + [anon_sym_in] = ACTIONS(3333), + [anon_sym_BANGin] = ACTIONS(3333), + [anon_sym_match] = ACTIONS(3333), + [anon_sym_select] = ACTIONS(3333), + [anon_sym_STAR_EQ] = ACTIONS(3333), + [anon_sym_SLASH_EQ] = ACTIONS(3333), + [anon_sym_PERCENT_EQ] = ACTIONS(3333), + [anon_sym_LT_LT_EQ] = ACTIONS(3333), + [anon_sym_GT_GT_EQ] = ACTIONS(3333), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3333), + [anon_sym_AMP_EQ] = ACTIONS(3333), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3333), + [anon_sym_PLUS_EQ] = ACTIONS(3333), + [anon_sym_DASH_EQ] = ACTIONS(3333), + [anon_sym_PIPE_EQ] = ACTIONS(3333), + [anon_sym_CARET_EQ] = ACTIONS(3333), + [anon_sym_COLON_EQ] = ACTIONS(3333), + [anon_sym_lock] = ACTIONS(3333), + [anon_sym_rlock] = ACTIONS(3333), + [anon_sym_unsafe] = ACTIONS(3333), + [anon_sym_sql] = ACTIONS(3333), + [sym_int_literal] = ACTIONS(3333), + [sym_float_literal] = ACTIONS(3333), + [sym_rune_literal] = ACTIONS(3333), + [sym_pseudo_compile_time_identifier] = ACTIONS(3333), + [anon_sym_shared] = ACTIONS(3333), + [anon_sym_map_LBRACK] = ACTIONS(3333), + [anon_sym_chan] = ACTIONS(3333), + [anon_sym_thread] = ACTIONS(3333), + [anon_sym_atomic] = ACTIONS(3333), + [anon_sym_assert] = ACTIONS(3333), + [anon_sym_defer] = ACTIONS(3333), + [anon_sym_goto] = ACTIONS(3333), + [anon_sym_break] = ACTIONS(3333), + [anon_sym_continue] = ACTIONS(3333), + [anon_sym_return] = ACTIONS(3333), + [anon_sym_DOLLARfor] = ACTIONS(3333), + [anon_sym_for] = ACTIONS(3333), + [anon_sym_POUND] = ACTIONS(3333), + [anon_sym_asm] = ACTIONS(3333), + [anon_sym_AT_LBRACK] = ACTIONS(3333), + [sym___double_quote] = ACTIONS(3333), + [sym___single_quote] = ACTIONS(3333), + [sym___c_double_quote] = ACTIONS(3333), + [sym___c_single_quote] = ACTIONS(3333), + [sym___r_double_quote] = ACTIONS(3333), + [sym___r_single_quote] = ACTIONS(3333), }, - [764] = { - [sym_line_comment] = STATE(764), - [sym_block_comment] = STATE(764), - [sym__expression] = STATE(2908), + [762] = { + [sym_line_comment] = STATE(762), + [sym_block_comment] = STATE(762), + [sym__expression] = STATE(2897), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [765] = { - [sym_line_comment] = STATE(765), - [sym_block_comment] = STATE(765), - [sym__expression] = STATE(2201), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [763] = { + [sym_line_comment] = STATE(763), + [sym_block_comment] = STATE(763), + [sym__expression] = STATE(239), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), + }, + [764] = { + [sym_line_comment] = STATE(764), + [sym_block_comment] = STATE(764), + [sym__expression] = STATE(1900), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), + }, + [765] = { + [sym_line_comment] = STATE(765), + [sym_block_comment] = STATE(765), + [ts_builtin_sym_end] = ACTIONS(3335), + [sym_identifier] = ACTIONS(3337), + [anon_sym_LF] = ACTIONS(3337), + [anon_sym_CR] = ACTIONS(3337), + [anon_sym_CR_LF] = ACTIONS(3337), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3337), + [anon_sym_as] = ACTIONS(3337), + [anon_sym_LBRACE] = ACTIONS(3337), + [anon_sym_COMMA] = ACTIONS(3337), + [anon_sym_const] = ACTIONS(3337), + [anon_sym_LPAREN] = ACTIONS(3337), + [anon_sym_EQ] = ACTIONS(3337), + [anon_sym___global] = ACTIONS(3337), + [anon_sym_type] = ACTIONS(3337), + [anon_sym_PIPE] = ACTIONS(3337), + [anon_sym_fn] = ACTIONS(3337), + [anon_sym_PLUS] = ACTIONS(3337), + [anon_sym_DASH] = ACTIONS(3337), + [anon_sym_STAR] = ACTIONS(3337), + [anon_sym_SLASH] = ACTIONS(3337), + [anon_sym_PERCENT] = ACTIONS(3337), + [anon_sym_LT] = ACTIONS(3337), + [anon_sym_GT] = ACTIONS(3337), + [anon_sym_EQ_EQ] = ACTIONS(3337), + [anon_sym_BANG_EQ] = ACTIONS(3337), + [anon_sym_LT_EQ] = ACTIONS(3337), + [anon_sym_GT_EQ] = ACTIONS(3337), + [anon_sym_LBRACK] = ACTIONS(3335), + [anon_sym_struct] = ACTIONS(3337), + [anon_sym_union] = ACTIONS(3337), + [anon_sym_pub] = ACTIONS(3337), + [anon_sym_mut] = ACTIONS(3337), + [anon_sym_enum] = ACTIONS(3337), + [anon_sym_interface] = ACTIONS(3337), + [anon_sym_PLUS_PLUS] = ACTIONS(3337), + [anon_sym_DASH_DASH] = ACTIONS(3337), + [anon_sym_QMARK] = ACTIONS(3337), + [anon_sym_BANG] = ACTIONS(3337), + [anon_sym_go] = ACTIONS(3337), + [anon_sym_spawn] = ACTIONS(3337), + [anon_sym_json_DOTdecode] = ACTIONS(3337), + [anon_sym_LBRACK2] = ACTIONS(3337), + [anon_sym_TILDE] = ACTIONS(3337), + [anon_sym_CARET] = ACTIONS(3337), + [anon_sym_AMP] = ACTIONS(3337), + [anon_sym_LT_DASH] = ACTIONS(3337), + [anon_sym_LT_LT] = ACTIONS(3337), + [anon_sym_GT_GT] = ACTIONS(3337), + [anon_sym_GT_GT_GT] = ACTIONS(3337), + [anon_sym_AMP_CARET] = ACTIONS(3337), + [anon_sym_AMP_AMP] = ACTIONS(3337), + [anon_sym_PIPE_PIPE] = ACTIONS(3337), + [anon_sym_or] = ACTIONS(3337), + [sym_none] = ACTIONS(3337), + [sym_true] = ACTIONS(3337), + [sym_false] = ACTIONS(3337), + [sym_nil] = ACTIONS(3337), + [anon_sym_QMARK_DOT] = ACTIONS(3337), + [anon_sym_POUND_LBRACK] = ACTIONS(3337), + [anon_sym_if] = ACTIONS(3337), + [anon_sym_DOLLARif] = ACTIONS(3337), + [anon_sym_is] = ACTIONS(3337), + [anon_sym_BANGis] = ACTIONS(3337), + [anon_sym_in] = ACTIONS(3337), + [anon_sym_BANGin] = ACTIONS(3337), + [anon_sym_match] = ACTIONS(3337), + [anon_sym_select] = ACTIONS(3337), + [anon_sym_STAR_EQ] = ACTIONS(3337), + [anon_sym_SLASH_EQ] = ACTIONS(3337), + [anon_sym_PERCENT_EQ] = ACTIONS(3337), + [anon_sym_LT_LT_EQ] = ACTIONS(3337), + [anon_sym_GT_GT_EQ] = ACTIONS(3337), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3337), + [anon_sym_AMP_EQ] = ACTIONS(3337), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3337), + [anon_sym_PLUS_EQ] = ACTIONS(3337), + [anon_sym_DASH_EQ] = ACTIONS(3337), + [anon_sym_PIPE_EQ] = ACTIONS(3337), + [anon_sym_CARET_EQ] = ACTIONS(3337), + [anon_sym_COLON_EQ] = ACTIONS(3337), + [anon_sym_lock] = ACTIONS(3337), + [anon_sym_rlock] = ACTIONS(3337), + [anon_sym_unsafe] = ACTIONS(3337), + [anon_sym_sql] = ACTIONS(3337), + [sym_int_literal] = ACTIONS(3337), + [sym_float_literal] = ACTIONS(3337), + [sym_rune_literal] = ACTIONS(3337), + [sym_pseudo_compile_time_identifier] = ACTIONS(3337), + [anon_sym_shared] = ACTIONS(3337), + [anon_sym_map_LBRACK] = ACTIONS(3337), + [anon_sym_chan] = ACTIONS(3337), + [anon_sym_thread] = ACTIONS(3337), + [anon_sym_atomic] = ACTIONS(3337), + [anon_sym_assert] = ACTIONS(3337), + [anon_sym_defer] = ACTIONS(3337), + [anon_sym_goto] = ACTIONS(3337), + [anon_sym_break] = ACTIONS(3337), + [anon_sym_continue] = ACTIONS(3337), + [anon_sym_return] = ACTIONS(3337), + [anon_sym_DOLLARfor] = ACTIONS(3337), + [anon_sym_for] = ACTIONS(3337), + [anon_sym_POUND] = ACTIONS(3337), + [anon_sym_asm] = ACTIONS(3337), + [anon_sym_AT_LBRACK] = ACTIONS(3337), + [sym___double_quote] = ACTIONS(3337), + [sym___single_quote] = ACTIONS(3337), + [sym___c_double_quote] = ACTIONS(3337), + [sym___c_single_quote] = ACTIONS(3337), + [sym___r_double_quote] = ACTIONS(3337), + [sym___r_single_quote] = ACTIONS(3337), }, [766] = { [sym_line_comment] = STATE(766), [sym_block_comment] = STATE(766), - [sym__expression] = STATE(980), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(493), + [sym__expression] = STATE(237), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_struct] = ACTIONS(513), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), - [sym_none] = ACTIONS(531), - [sym_true] = ACTIONS(531), - [sym_false] = ACTIONS(531), - [sym_nil] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_DOLLARif] = ACTIONS(535), - [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), - [anon_sym_unsafe] = ACTIONS(543), - [anon_sym_sql] = ACTIONS(545), - [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), - [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), }, [767] = { [sym_line_comment] = STATE(767), [sym_block_comment] = STATE(767), - [sym__expression] = STATE(1289), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4410), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2198), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [768] = { [sym_line_comment] = STATE(768), [sym_block_comment] = STATE(768), - [sym__expression] = STATE(2336), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(272), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(2781), + [anon_sym_LPAREN] = ACTIONS(23), + [anon_sym_fn] = ACTIONS(485), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(33), + [anon_sym_struct] = ACTIONS(487), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(49), + [anon_sym_go] = ACTIONS(51), + [anon_sym_spawn] = ACTIONS(53), + [anon_sym_json_DOTdecode] = ACTIONS(55), + [anon_sym_LBRACK2] = ACTIONS(489), + [anon_sym_TILDE] = ACTIONS(31), + [anon_sym_CARET] = ACTIONS(31), + [anon_sym_AMP] = ACTIONS(59), + [anon_sym_LT_DASH] = ACTIONS(61), + [sym_none] = ACTIONS(63), + [sym_true] = ACTIONS(63), + [sym_false] = ACTIONS(63), + [sym_nil] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_DOLLARif] = ACTIONS(67), + [anon_sym_match] = ACTIONS(69), + [anon_sym_select] = ACTIONS(71), + [anon_sym_lock] = ACTIONS(73), + [anon_sym_rlock] = ACTIONS(73), + [anon_sym_unsafe] = ACTIONS(75), + [anon_sym_sql] = ACTIONS(77), + [sym_int_literal] = ACTIONS(63), + [sym_float_literal] = ACTIONS(79), + [sym_rune_literal] = ACTIONS(79), + [sym_pseudo_compile_time_identifier] = ACTIONS(81), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(115), + [sym___single_quote] = ACTIONS(117), + [sym___c_double_quote] = ACTIONS(119), + [sym___c_single_quote] = ACTIONS(121), + [sym___r_double_quote] = ACTIONS(123), + [sym___r_single_quote] = ACTIONS(125), }, [769] = { [sym_line_comment] = STATE(769), [sym_block_comment] = STATE(769), - [sym__expression] = STATE(2395), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(1292), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4418), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [770] = { [sym_line_comment] = STATE(770), [sym_block_comment] = STATE(770), - [sym__expression] = STATE(2346), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2338), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [771] = { [sym_line_comment] = STATE(771), [sym_block_comment] = STATE(771), - [sym__expression] = STATE(1686), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4293), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [ts_builtin_sym_end] = ACTIONS(3339), + [sym_identifier] = ACTIONS(3341), + [anon_sym_LF] = ACTIONS(3341), + [anon_sym_CR] = ACTIONS(3341), + [anon_sym_CR_LF] = ACTIONS(3341), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3341), + [anon_sym_as] = ACTIONS(3341), + [anon_sym_LBRACE] = ACTIONS(3341), + [anon_sym_COMMA] = ACTIONS(3341), + [anon_sym_const] = ACTIONS(3341), + [anon_sym_LPAREN] = ACTIONS(3341), + [anon_sym_EQ] = ACTIONS(3341), + [anon_sym___global] = ACTIONS(3341), + [anon_sym_type] = ACTIONS(3341), + [anon_sym_PIPE] = ACTIONS(3341), + [anon_sym_fn] = ACTIONS(3341), + [anon_sym_PLUS] = ACTIONS(3341), + [anon_sym_DASH] = ACTIONS(3341), + [anon_sym_STAR] = ACTIONS(3341), + [anon_sym_SLASH] = ACTIONS(3341), + [anon_sym_PERCENT] = ACTIONS(3341), + [anon_sym_LT] = ACTIONS(3341), + [anon_sym_GT] = ACTIONS(3341), + [anon_sym_EQ_EQ] = ACTIONS(3341), + [anon_sym_BANG_EQ] = ACTIONS(3341), + [anon_sym_LT_EQ] = ACTIONS(3341), + [anon_sym_GT_EQ] = ACTIONS(3341), + [anon_sym_LBRACK] = ACTIONS(3339), + [anon_sym_struct] = ACTIONS(3341), + [anon_sym_union] = ACTIONS(3341), + [anon_sym_pub] = ACTIONS(3341), + [anon_sym_mut] = ACTIONS(3341), + [anon_sym_enum] = ACTIONS(3341), + [anon_sym_interface] = ACTIONS(3341), + [anon_sym_PLUS_PLUS] = ACTIONS(3341), + [anon_sym_DASH_DASH] = ACTIONS(3341), + [anon_sym_QMARK] = ACTIONS(3341), + [anon_sym_BANG] = ACTIONS(3341), + [anon_sym_go] = ACTIONS(3341), + [anon_sym_spawn] = ACTIONS(3341), + [anon_sym_json_DOTdecode] = ACTIONS(3341), + [anon_sym_LBRACK2] = ACTIONS(3341), + [anon_sym_TILDE] = ACTIONS(3341), + [anon_sym_CARET] = ACTIONS(3341), + [anon_sym_AMP] = ACTIONS(3341), + [anon_sym_LT_DASH] = ACTIONS(3341), + [anon_sym_LT_LT] = ACTIONS(3341), + [anon_sym_GT_GT] = ACTIONS(3341), + [anon_sym_GT_GT_GT] = ACTIONS(3341), + [anon_sym_AMP_CARET] = ACTIONS(3341), + [anon_sym_AMP_AMP] = ACTIONS(3341), + [anon_sym_PIPE_PIPE] = ACTIONS(3341), + [anon_sym_or] = ACTIONS(3341), + [sym_none] = ACTIONS(3341), + [sym_true] = ACTIONS(3341), + [sym_false] = ACTIONS(3341), + [sym_nil] = ACTIONS(3341), + [anon_sym_QMARK_DOT] = ACTIONS(3341), + [anon_sym_POUND_LBRACK] = ACTIONS(3341), + [anon_sym_if] = ACTIONS(3341), + [anon_sym_DOLLARif] = ACTIONS(3341), + [anon_sym_is] = ACTIONS(3341), + [anon_sym_BANGis] = ACTIONS(3341), + [anon_sym_in] = ACTIONS(3341), + [anon_sym_BANGin] = ACTIONS(3341), + [anon_sym_match] = ACTIONS(3341), + [anon_sym_select] = ACTIONS(3341), + [anon_sym_STAR_EQ] = ACTIONS(3341), + [anon_sym_SLASH_EQ] = ACTIONS(3341), + [anon_sym_PERCENT_EQ] = ACTIONS(3341), + [anon_sym_LT_LT_EQ] = ACTIONS(3341), + [anon_sym_GT_GT_EQ] = ACTIONS(3341), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3341), + [anon_sym_AMP_EQ] = ACTIONS(3341), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3341), + [anon_sym_PLUS_EQ] = ACTIONS(3341), + [anon_sym_DASH_EQ] = ACTIONS(3341), + [anon_sym_PIPE_EQ] = ACTIONS(3341), + [anon_sym_CARET_EQ] = ACTIONS(3341), + [anon_sym_COLON_EQ] = ACTIONS(3341), + [anon_sym_lock] = ACTIONS(3341), + [anon_sym_rlock] = ACTIONS(3341), + [anon_sym_unsafe] = ACTIONS(3341), + [anon_sym_sql] = ACTIONS(3341), + [sym_int_literal] = ACTIONS(3341), + [sym_float_literal] = ACTIONS(3341), + [sym_rune_literal] = ACTIONS(3341), + [sym_pseudo_compile_time_identifier] = ACTIONS(3341), + [anon_sym_shared] = ACTIONS(3341), + [anon_sym_map_LBRACK] = ACTIONS(3341), + [anon_sym_chan] = ACTIONS(3341), + [anon_sym_thread] = ACTIONS(3341), + [anon_sym_atomic] = ACTIONS(3341), + [anon_sym_assert] = ACTIONS(3341), + [anon_sym_defer] = ACTIONS(3341), + [anon_sym_goto] = ACTIONS(3341), + [anon_sym_break] = ACTIONS(3341), + [anon_sym_continue] = ACTIONS(3341), + [anon_sym_return] = ACTIONS(3341), + [anon_sym_DOLLARfor] = ACTIONS(3341), + [anon_sym_for] = ACTIONS(3341), + [anon_sym_POUND] = ACTIONS(3341), + [anon_sym_asm] = ACTIONS(3341), + [anon_sym_AT_LBRACK] = ACTIONS(3341), + [sym___double_quote] = ACTIONS(3341), + [sym___single_quote] = ACTIONS(3341), + [sym___c_double_quote] = ACTIONS(3341), + [sym___c_single_quote] = ACTIONS(3341), + [sym___r_double_quote] = ACTIONS(3341), + [sym___r_single_quote] = ACTIONS(3341), }, [772] = { [sym_line_comment] = STATE(772), [sym_block_comment] = STATE(772), - [sym__expression] = STATE(2394), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2889), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [773] = { [sym_line_comment] = STATE(773), [sym_block_comment] = STATE(773), - [sym__expression] = STATE(2393), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(1954), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [774] = { [sym_line_comment] = STATE(774), [sym_block_comment] = STATE(774), - [sym__expression] = STATE(1293), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1289), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_go] = ACTIONS(1338), - [anon_sym_spawn] = ACTIONS(1340), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_CARET] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_LT_DASH] = ACTIONS(1348), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1358), - [anon_sym_lock] = ACTIONS(1360), - [anon_sym_rlock] = ACTIONS(1360), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1398), + [anon_sym_go] = ACTIONS(1400), + [anon_sym_spawn] = ACTIONS(1402), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_LT_DASH] = ACTIONS(1410), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1420), + [anon_sym_lock] = ACTIONS(1422), + [anon_sym_rlock] = ACTIONS(1422), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [775] = { [sym_line_comment] = STATE(775), [sym_block_comment] = STATE(775), - [sym__expression] = STATE(1682), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4293), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), + [sym__expression] = STATE(995), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [776] = { [sym_line_comment] = STATE(776), [sym_block_comment] = STATE(776), - [sym__expression] = STATE(2378), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(994), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [777] = { [sym_line_comment] = STATE(777), [sym_block_comment] = STATE(777), - [sym__expression] = STATE(2864), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(983), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [778] = { [sym_line_comment] = STATE(778), [sym_block_comment] = STATE(778), - [sym__expression] = STATE(2869), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(1004), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [779] = { [sym_line_comment] = STATE(779), [sym_block_comment] = STATE(779), - [sym__expression] = STATE(993), - [sym__expression_without_blocks] = STATE(1127), - [sym__expression_with_blocks] = STATE(1127), - [sym_inc_expression] = STATE(1126), - [sym_dec_expression] = STATE(1126), - [sym_or_block_expression] = STATE(1126), - [sym_option_propagation_expression] = STATE(1126), - [sym_result_propagation_expression] = STATE(1126), - [sym_anon_struct_value_expression] = STATE(1125), - [sym_go_expression] = STATE(1126), - [sym_spawn_expression] = STATE(1126), - [sym_parenthesized_expression] = STATE(1126), - [sym_call_expression] = STATE(1126), - [sym_type_initializer] = STATE(1125), - [sym_function_literal] = STATE(1126), - [sym_reference_expression] = STATE(1120), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1126), - [sym_receive_expression] = STATE(1126), - [sym_binary_expression] = STATE(1126), - [sym_as_type_cast_expression] = STATE(1126), - [sym__max_group] = STATE(1126), - [sym_literal] = STATE(1111), - [sym_map_init_expression] = STATE(1125), - [sym_array_creation] = STATE(1126), - [sym_fixed_array_creation] = STATE(1126), - [sym_selector_expression] = STATE(1126), - [sym_index_expression] = STATE(1126), - [sym_slice_expression] = STATE(1126), - [sym_if_expression] = STATE(1125), - [sym_compile_time_if_expression] = STATE(1125), - [sym_is_expression] = STATE(1126), - [sym_not_is_expression] = STATE(1126), - [sym_in_expression] = STATE(1126), - [sym_not_in_expression] = STATE(1126), - [sym_enum_fetch] = STATE(1126), - [sym_match_expression] = STATE(1125), - [sym_select_expression] = STATE(1125), - [sym_lock_expression] = STATE(1125), - [sym_unsafe_expression] = STATE(1125), - [sym_sql_expression] = STATE(1125), - [sym_c_string_literal] = STATE(1094), - [sym_raw_string_literal] = STATE(1094), - [sym_interpreted_string_literal] = STATE(1094), - [sym_mutability_modifiers] = STATE(826), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), + [sym__expression] = STATE(2342), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), + }, + [780] = { + [sym_line_comment] = STATE(780), + [sym_block_comment] = STATE(780), + [sym__expression] = STATE(998), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(501), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), [anon_sym_fn] = ACTIONS(507), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_STAR] = ACTIONS(2327), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_go] = ACTIONS(519), - [anon_sym_spawn] = ACTIONS(521), - [anon_sym_json_DOTdecode] = ACTIONS(2331), - [anon_sym_LBRACK2] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_CARET] = ACTIONS(2325), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_LT_DASH] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), [sym_none] = ACTIONS(531), [sym_true] = ACTIONS(531), [sym_false] = ACTIONS(531), @@ -114273,2192 +114406,2192 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(533), [anon_sym_DOLLARif] = ACTIONS(535), [anon_sym_match] = ACTIONS(537), - [anon_sym_select] = ACTIONS(539), - [anon_sym_lock] = ACTIONS(541), - [anon_sym_rlock] = ACTIONS(541), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), [anon_sym_unsafe] = ACTIONS(543), [anon_sym_sql] = ACTIONS(545), [sym_int_literal] = ACTIONS(531), - [sym_float_literal] = ACTIONS(2339), - [sym_rune_literal] = ACTIONS(2339), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2341), - [sym___single_quote] = ACTIONS(2343), - [sym___c_double_quote] = ACTIONS(2345), - [sym___c_single_quote] = ACTIONS(2347), - [sym___r_double_quote] = ACTIONS(2349), - [sym___r_single_quote] = ACTIONS(2351), - }, - [780] = { - [sym_line_comment] = STATE(780), - [sym_block_comment] = STATE(780), - [ts_builtin_sym_end] = ACTIONS(3341), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LF] = ACTIONS(3343), - [anon_sym_CR] = ACTIONS(3343), - [anon_sym_CR_LF] = ACTIONS(3343), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3343), - [anon_sym_as] = ACTIONS(3343), - [anon_sym_LBRACE] = ACTIONS(3343), - [anon_sym_COMMA] = ACTIONS(3343), - [anon_sym_const] = ACTIONS(3343), - [anon_sym_LPAREN] = ACTIONS(3343), - [anon_sym_EQ] = ACTIONS(3343), - [anon_sym___global] = ACTIONS(3343), - [anon_sym_type] = ACTIONS(3343), - [anon_sym_PIPE] = ACTIONS(3343), - [anon_sym_fn] = ACTIONS(3343), - [anon_sym_PLUS] = ACTIONS(3343), - [anon_sym_DASH] = ACTIONS(3343), - [anon_sym_STAR] = ACTIONS(3343), - [anon_sym_SLASH] = ACTIONS(3343), - [anon_sym_PERCENT] = ACTIONS(3343), - [anon_sym_LT] = ACTIONS(3343), - [anon_sym_GT] = ACTIONS(3343), - [anon_sym_EQ_EQ] = ACTIONS(3343), - [anon_sym_BANG_EQ] = ACTIONS(3343), - [anon_sym_LT_EQ] = ACTIONS(3343), - [anon_sym_GT_EQ] = ACTIONS(3343), - [anon_sym_LBRACK] = ACTIONS(3341), - [anon_sym_struct] = ACTIONS(3343), - [anon_sym_union] = ACTIONS(3343), - [anon_sym_pub] = ACTIONS(3343), - [anon_sym_mut] = ACTIONS(3343), - [anon_sym_enum] = ACTIONS(3343), - [anon_sym_interface] = ACTIONS(3343), - [anon_sym_PLUS_PLUS] = ACTIONS(3343), - [anon_sym_DASH_DASH] = ACTIONS(3343), - [anon_sym_QMARK] = ACTIONS(3343), - [anon_sym_BANG] = ACTIONS(3343), - [anon_sym_go] = ACTIONS(3343), - [anon_sym_spawn] = ACTIONS(3343), - [anon_sym_json_DOTdecode] = ACTIONS(3343), - [anon_sym_LBRACK2] = ACTIONS(3343), - [anon_sym_TILDE] = ACTIONS(3343), - [anon_sym_CARET] = ACTIONS(3343), - [anon_sym_AMP] = ACTIONS(3343), - [anon_sym_LT_DASH] = ACTIONS(3343), - [anon_sym_LT_LT] = ACTIONS(3343), - [anon_sym_GT_GT] = ACTIONS(3343), - [anon_sym_GT_GT_GT] = ACTIONS(3343), - [anon_sym_AMP_CARET] = ACTIONS(3343), - [anon_sym_AMP_AMP] = ACTIONS(3343), - [anon_sym_PIPE_PIPE] = ACTIONS(3343), - [anon_sym_or] = ACTIONS(3343), - [sym_none] = ACTIONS(3343), - [sym_true] = ACTIONS(3343), - [sym_false] = ACTIONS(3343), - [sym_nil] = ACTIONS(3343), - [anon_sym_QMARK_DOT] = ACTIONS(3343), - [anon_sym_POUND_LBRACK] = ACTIONS(3343), - [anon_sym_if] = ACTIONS(3343), - [anon_sym_DOLLARif] = ACTIONS(3343), - [anon_sym_is] = ACTIONS(3343), - [anon_sym_BANGis] = ACTIONS(3343), - [anon_sym_in] = ACTIONS(3343), - [anon_sym_BANGin] = ACTIONS(3343), - [anon_sym_match] = ACTIONS(3343), - [anon_sym_select] = ACTIONS(3343), - [anon_sym_STAR_EQ] = ACTIONS(3343), - [anon_sym_SLASH_EQ] = ACTIONS(3343), - [anon_sym_PERCENT_EQ] = ACTIONS(3343), - [anon_sym_LT_LT_EQ] = ACTIONS(3343), - [anon_sym_GT_GT_EQ] = ACTIONS(3343), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3343), - [anon_sym_AMP_EQ] = ACTIONS(3343), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3343), - [anon_sym_PLUS_EQ] = ACTIONS(3343), - [anon_sym_DASH_EQ] = ACTIONS(3343), - [anon_sym_PIPE_EQ] = ACTIONS(3343), - [anon_sym_CARET_EQ] = ACTIONS(3343), - [anon_sym_COLON_EQ] = ACTIONS(3343), - [anon_sym_lock] = ACTIONS(3343), - [anon_sym_rlock] = ACTIONS(3343), - [anon_sym_unsafe] = ACTIONS(3343), - [anon_sym_sql] = ACTIONS(3343), - [sym_int_literal] = ACTIONS(3343), - [sym_float_literal] = ACTIONS(3343), - [sym_rune_literal] = ACTIONS(3343), - [sym_pseudo_compile_time_identifier] = ACTIONS(3343), - [anon_sym_shared] = ACTIONS(3343), - [anon_sym_map_LBRACK] = ACTIONS(3343), - [anon_sym_chan] = ACTIONS(3343), - [anon_sym_thread] = ACTIONS(3343), - [anon_sym_atomic] = ACTIONS(3343), - [anon_sym_assert] = ACTIONS(3343), - [anon_sym_defer] = ACTIONS(3343), - [anon_sym_goto] = ACTIONS(3343), - [anon_sym_break] = ACTIONS(3343), - [anon_sym_continue] = ACTIONS(3343), - [anon_sym_return] = ACTIONS(3343), - [anon_sym_DOLLARfor] = ACTIONS(3343), - [anon_sym_for] = ACTIONS(3343), - [anon_sym_POUND] = ACTIONS(3343), - [anon_sym_asm] = ACTIONS(3343), - [anon_sym_AT_LBRACK] = ACTIONS(3343), - [sym___double_quote] = ACTIONS(3343), - [sym___single_quote] = ACTIONS(3343), - [sym___c_double_quote] = ACTIONS(3343), - [sym___c_single_quote] = ACTIONS(3343), - [sym___r_double_quote] = ACTIONS(3343), - [sym___r_single_quote] = ACTIONS(3343), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [781] = { [sym_line_comment] = STATE(781), [sym_block_comment] = STATE(781), - [ts_builtin_sym_end] = ACTIONS(3345), - [sym_identifier] = ACTIONS(3347), - [anon_sym_LF] = ACTIONS(3347), - [anon_sym_CR] = ACTIONS(3347), - [anon_sym_CR_LF] = ACTIONS(3347), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3347), - [anon_sym_as] = ACTIONS(3347), - [anon_sym_LBRACE] = ACTIONS(3347), - [anon_sym_COMMA] = ACTIONS(3347), - [anon_sym_const] = ACTIONS(3347), - [anon_sym_LPAREN] = ACTIONS(3347), - [anon_sym_EQ] = ACTIONS(3347), - [anon_sym___global] = ACTIONS(3347), - [anon_sym_type] = ACTIONS(3347), - [anon_sym_PIPE] = ACTIONS(3347), - [anon_sym_fn] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3347), - [anon_sym_SLASH] = ACTIONS(3347), - [anon_sym_PERCENT] = ACTIONS(3347), - [anon_sym_LT] = ACTIONS(3347), - [anon_sym_GT] = ACTIONS(3347), - [anon_sym_EQ_EQ] = ACTIONS(3347), - [anon_sym_BANG_EQ] = ACTIONS(3347), - [anon_sym_LT_EQ] = ACTIONS(3347), - [anon_sym_GT_EQ] = ACTIONS(3347), - [anon_sym_LBRACK] = ACTIONS(3345), - [anon_sym_struct] = ACTIONS(3347), - [anon_sym_union] = ACTIONS(3347), - [anon_sym_pub] = ACTIONS(3347), - [anon_sym_mut] = ACTIONS(3347), - [anon_sym_enum] = ACTIONS(3347), - [anon_sym_interface] = ACTIONS(3347), - [anon_sym_PLUS_PLUS] = ACTIONS(3347), - [anon_sym_DASH_DASH] = ACTIONS(3347), - [anon_sym_QMARK] = ACTIONS(3347), - [anon_sym_BANG] = ACTIONS(3347), - [anon_sym_go] = ACTIONS(3347), - [anon_sym_spawn] = ACTIONS(3347), - [anon_sym_json_DOTdecode] = ACTIONS(3347), - [anon_sym_LBRACK2] = ACTIONS(3347), - [anon_sym_TILDE] = ACTIONS(3347), - [anon_sym_CARET] = ACTIONS(3347), - [anon_sym_AMP] = ACTIONS(3347), - [anon_sym_LT_DASH] = ACTIONS(3347), - [anon_sym_LT_LT] = ACTIONS(3347), - [anon_sym_GT_GT] = ACTIONS(3347), - [anon_sym_GT_GT_GT] = ACTIONS(3347), - [anon_sym_AMP_CARET] = ACTIONS(3347), - [anon_sym_AMP_AMP] = ACTIONS(3347), - [anon_sym_PIPE_PIPE] = ACTIONS(3347), - [anon_sym_or] = ACTIONS(3347), - [sym_none] = ACTIONS(3347), - [sym_true] = ACTIONS(3347), - [sym_false] = ACTIONS(3347), - [sym_nil] = ACTIONS(3347), - [anon_sym_QMARK_DOT] = ACTIONS(3347), - [anon_sym_POUND_LBRACK] = ACTIONS(3347), - [anon_sym_if] = ACTIONS(3347), - [anon_sym_DOLLARif] = ACTIONS(3347), - [anon_sym_is] = ACTIONS(3347), - [anon_sym_BANGis] = ACTIONS(3347), - [anon_sym_in] = ACTIONS(3347), - [anon_sym_BANGin] = ACTIONS(3347), - [anon_sym_match] = ACTIONS(3347), - [anon_sym_select] = ACTIONS(3347), - [anon_sym_STAR_EQ] = ACTIONS(3347), - [anon_sym_SLASH_EQ] = ACTIONS(3347), - [anon_sym_PERCENT_EQ] = ACTIONS(3347), - [anon_sym_LT_LT_EQ] = ACTIONS(3347), - [anon_sym_GT_GT_EQ] = ACTIONS(3347), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3347), - [anon_sym_AMP_EQ] = ACTIONS(3347), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3347), - [anon_sym_PLUS_EQ] = ACTIONS(3347), - [anon_sym_DASH_EQ] = ACTIONS(3347), - [anon_sym_PIPE_EQ] = ACTIONS(3347), - [anon_sym_CARET_EQ] = ACTIONS(3347), - [anon_sym_COLON_EQ] = ACTIONS(3347), - [anon_sym_lock] = ACTIONS(3347), - [anon_sym_rlock] = ACTIONS(3347), - [anon_sym_unsafe] = ACTIONS(3347), - [anon_sym_sql] = ACTIONS(3347), - [sym_int_literal] = ACTIONS(3347), - [sym_float_literal] = ACTIONS(3347), - [sym_rune_literal] = ACTIONS(3347), - [sym_pseudo_compile_time_identifier] = ACTIONS(3347), - [anon_sym_shared] = ACTIONS(3347), - [anon_sym_map_LBRACK] = ACTIONS(3347), - [anon_sym_chan] = ACTIONS(3347), - [anon_sym_thread] = ACTIONS(3347), - [anon_sym_atomic] = ACTIONS(3347), - [anon_sym_assert] = ACTIONS(3347), - [anon_sym_defer] = ACTIONS(3347), - [anon_sym_goto] = ACTIONS(3347), - [anon_sym_break] = ACTIONS(3347), - [anon_sym_continue] = ACTIONS(3347), - [anon_sym_return] = ACTIONS(3347), - [anon_sym_DOLLARfor] = ACTIONS(3347), - [anon_sym_for] = ACTIONS(3347), - [anon_sym_POUND] = ACTIONS(3347), - [anon_sym_asm] = ACTIONS(3347), - [anon_sym_AT_LBRACK] = ACTIONS(3347), - [sym___double_quote] = ACTIONS(3347), - [sym___single_quote] = ACTIONS(3347), - [sym___c_double_quote] = ACTIONS(3347), - [sym___c_single_quote] = ACTIONS(3347), - [sym___r_double_quote] = ACTIONS(3347), - [sym___r_single_quote] = ACTIONS(3347), - }, - [782] = { - [sym_line_comment] = STATE(782), - [sym_block_comment] = STATE(782), - [sym__expression] = STATE(2376), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2342), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4268), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), + }, + [782] = { + [sym_line_comment] = STATE(782), + [sym_block_comment] = STATE(782), + [ts_builtin_sym_end] = ACTIONS(3343), + [sym_identifier] = ACTIONS(3345), + [anon_sym_LF] = ACTIONS(3345), + [anon_sym_CR] = ACTIONS(3345), + [anon_sym_CR_LF] = ACTIONS(3345), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3345), + [anon_sym_as] = ACTIONS(3345), + [anon_sym_LBRACE] = ACTIONS(3345), + [anon_sym_COMMA] = ACTIONS(3345), + [anon_sym_const] = ACTIONS(3345), + [anon_sym_LPAREN] = ACTIONS(3345), + [anon_sym_EQ] = ACTIONS(3345), + [anon_sym___global] = ACTIONS(3345), + [anon_sym_type] = ACTIONS(3345), + [anon_sym_PIPE] = ACTIONS(3345), + [anon_sym_fn] = ACTIONS(3345), + [anon_sym_PLUS] = ACTIONS(3345), + [anon_sym_DASH] = ACTIONS(3345), + [anon_sym_STAR] = ACTIONS(3345), + [anon_sym_SLASH] = ACTIONS(3345), + [anon_sym_PERCENT] = ACTIONS(3345), + [anon_sym_LT] = ACTIONS(3345), + [anon_sym_GT] = ACTIONS(3345), + [anon_sym_EQ_EQ] = ACTIONS(3345), + [anon_sym_BANG_EQ] = ACTIONS(3345), + [anon_sym_LT_EQ] = ACTIONS(3345), + [anon_sym_GT_EQ] = ACTIONS(3345), + [anon_sym_LBRACK] = ACTIONS(3343), + [anon_sym_struct] = ACTIONS(3345), + [anon_sym_union] = ACTIONS(3345), + [anon_sym_pub] = ACTIONS(3345), + [anon_sym_mut] = ACTIONS(3345), + [anon_sym_enum] = ACTIONS(3345), + [anon_sym_interface] = ACTIONS(3345), + [anon_sym_PLUS_PLUS] = ACTIONS(3345), + [anon_sym_DASH_DASH] = ACTIONS(3345), + [anon_sym_QMARK] = ACTIONS(3345), + [anon_sym_BANG] = ACTIONS(3345), + [anon_sym_go] = ACTIONS(3345), + [anon_sym_spawn] = ACTIONS(3345), + [anon_sym_json_DOTdecode] = ACTIONS(3345), + [anon_sym_LBRACK2] = ACTIONS(3345), + [anon_sym_TILDE] = ACTIONS(3345), + [anon_sym_CARET] = ACTIONS(3345), + [anon_sym_AMP] = ACTIONS(3345), + [anon_sym_LT_DASH] = ACTIONS(3345), + [anon_sym_LT_LT] = ACTIONS(3345), + [anon_sym_GT_GT] = ACTIONS(3345), + [anon_sym_GT_GT_GT] = ACTIONS(3345), + [anon_sym_AMP_CARET] = ACTIONS(3345), + [anon_sym_AMP_AMP] = ACTIONS(3345), + [anon_sym_PIPE_PIPE] = ACTIONS(3345), + [anon_sym_or] = ACTIONS(3345), + [sym_none] = ACTIONS(3345), + [sym_true] = ACTIONS(3345), + [sym_false] = ACTIONS(3345), + [sym_nil] = ACTIONS(3345), + [anon_sym_QMARK_DOT] = ACTIONS(3345), + [anon_sym_POUND_LBRACK] = ACTIONS(3345), + [anon_sym_if] = ACTIONS(3345), + [anon_sym_DOLLARif] = ACTIONS(3345), + [anon_sym_is] = ACTIONS(3345), + [anon_sym_BANGis] = ACTIONS(3345), + [anon_sym_in] = ACTIONS(3345), + [anon_sym_BANGin] = ACTIONS(3345), + [anon_sym_match] = ACTIONS(3345), + [anon_sym_select] = ACTIONS(3345), + [anon_sym_STAR_EQ] = ACTIONS(3345), + [anon_sym_SLASH_EQ] = ACTIONS(3345), + [anon_sym_PERCENT_EQ] = ACTIONS(3345), + [anon_sym_LT_LT_EQ] = ACTIONS(3345), + [anon_sym_GT_GT_EQ] = ACTIONS(3345), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3345), + [anon_sym_AMP_EQ] = ACTIONS(3345), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3345), + [anon_sym_PLUS_EQ] = ACTIONS(3345), + [anon_sym_DASH_EQ] = ACTIONS(3345), + [anon_sym_PIPE_EQ] = ACTIONS(3345), + [anon_sym_CARET_EQ] = ACTIONS(3345), + [anon_sym_COLON_EQ] = ACTIONS(3345), + [anon_sym_lock] = ACTIONS(3345), + [anon_sym_rlock] = ACTIONS(3345), + [anon_sym_unsafe] = ACTIONS(3345), + [anon_sym_sql] = ACTIONS(3345), + [sym_int_literal] = ACTIONS(3345), + [sym_float_literal] = ACTIONS(3345), + [sym_rune_literal] = ACTIONS(3345), + [sym_pseudo_compile_time_identifier] = ACTIONS(3345), + [anon_sym_shared] = ACTIONS(3345), + [anon_sym_map_LBRACK] = ACTIONS(3345), + [anon_sym_chan] = ACTIONS(3345), + [anon_sym_thread] = ACTIONS(3345), + [anon_sym_atomic] = ACTIONS(3345), + [anon_sym_assert] = ACTIONS(3345), + [anon_sym_defer] = ACTIONS(3345), + [anon_sym_goto] = ACTIONS(3345), + [anon_sym_break] = ACTIONS(3345), + [anon_sym_continue] = ACTIONS(3345), + [anon_sym_return] = ACTIONS(3345), + [anon_sym_DOLLARfor] = ACTIONS(3345), + [anon_sym_for] = ACTIONS(3345), + [anon_sym_POUND] = ACTIONS(3345), + [anon_sym_asm] = ACTIONS(3345), + [anon_sym_AT_LBRACK] = ACTIONS(3345), + [sym___double_quote] = ACTIONS(3345), + [sym___single_quote] = ACTIONS(3345), + [sym___c_double_quote] = ACTIONS(3345), + [sym___c_single_quote] = ACTIONS(3345), + [sym___r_double_quote] = ACTIONS(3345), + [sym___r_single_quote] = ACTIONS(3345), }, [783] = { [sym_line_comment] = STATE(783), [sym_block_comment] = STATE(783), - [ts_builtin_sym_end] = ACTIONS(3349), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LF] = ACTIONS(3351), - [anon_sym_CR] = ACTIONS(3351), - [anon_sym_CR_LF] = ACTIONS(3351), + [ts_builtin_sym_end] = ACTIONS(3347), + [sym_identifier] = ACTIONS(3349), + [anon_sym_LF] = ACTIONS(3349), + [anon_sym_CR] = ACTIONS(3349), + [anon_sym_CR_LF] = ACTIONS(3349), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3351), - [anon_sym_as] = ACTIONS(3351), - [anon_sym_LBRACE] = ACTIONS(3351), - [anon_sym_COMMA] = ACTIONS(3351), - [anon_sym_const] = ACTIONS(3351), - [anon_sym_LPAREN] = ACTIONS(3351), - [anon_sym_EQ] = ACTIONS(3351), - [anon_sym___global] = ACTIONS(3351), - [anon_sym_type] = ACTIONS(3351), - [anon_sym_PIPE] = ACTIONS(3351), - [anon_sym_fn] = ACTIONS(3351), - [anon_sym_PLUS] = ACTIONS(3351), - [anon_sym_DASH] = ACTIONS(3351), - [anon_sym_STAR] = ACTIONS(3351), - [anon_sym_SLASH] = ACTIONS(3351), - [anon_sym_PERCENT] = ACTIONS(3351), - [anon_sym_LT] = ACTIONS(3351), - [anon_sym_GT] = ACTIONS(3351), - [anon_sym_EQ_EQ] = ACTIONS(3351), - [anon_sym_BANG_EQ] = ACTIONS(3351), - [anon_sym_LT_EQ] = ACTIONS(3351), - [anon_sym_GT_EQ] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(3349), - [anon_sym_struct] = ACTIONS(3351), - [anon_sym_union] = ACTIONS(3351), - [anon_sym_pub] = ACTIONS(3351), - [anon_sym_mut] = ACTIONS(3351), - [anon_sym_enum] = ACTIONS(3351), - [anon_sym_interface] = ACTIONS(3351), - [anon_sym_PLUS_PLUS] = ACTIONS(3351), - [anon_sym_DASH_DASH] = ACTIONS(3351), - [anon_sym_QMARK] = ACTIONS(3351), - [anon_sym_BANG] = ACTIONS(3351), - [anon_sym_go] = ACTIONS(3351), - [anon_sym_spawn] = ACTIONS(3351), - [anon_sym_json_DOTdecode] = ACTIONS(3351), - [anon_sym_LBRACK2] = ACTIONS(3351), - [anon_sym_TILDE] = ACTIONS(3351), - [anon_sym_CARET] = ACTIONS(3351), - [anon_sym_AMP] = ACTIONS(3351), - [anon_sym_LT_DASH] = ACTIONS(3351), - [anon_sym_LT_LT] = ACTIONS(3351), - [anon_sym_GT_GT] = ACTIONS(3351), - [anon_sym_GT_GT_GT] = ACTIONS(3351), - [anon_sym_AMP_CARET] = ACTIONS(3351), - [anon_sym_AMP_AMP] = ACTIONS(3351), - [anon_sym_PIPE_PIPE] = ACTIONS(3351), - [anon_sym_or] = ACTIONS(3351), - [sym_none] = ACTIONS(3351), - [sym_true] = ACTIONS(3351), - [sym_false] = ACTIONS(3351), - [sym_nil] = ACTIONS(3351), - [anon_sym_QMARK_DOT] = ACTIONS(3351), - [anon_sym_POUND_LBRACK] = ACTIONS(3351), - [anon_sym_if] = ACTIONS(3351), - [anon_sym_DOLLARif] = ACTIONS(3351), - [anon_sym_is] = ACTIONS(3351), - [anon_sym_BANGis] = ACTIONS(3351), - [anon_sym_in] = ACTIONS(3351), - [anon_sym_BANGin] = ACTIONS(3351), - [anon_sym_match] = ACTIONS(3351), - [anon_sym_select] = ACTIONS(3351), - [anon_sym_STAR_EQ] = ACTIONS(3351), - [anon_sym_SLASH_EQ] = ACTIONS(3351), - [anon_sym_PERCENT_EQ] = ACTIONS(3351), - [anon_sym_LT_LT_EQ] = ACTIONS(3351), - [anon_sym_GT_GT_EQ] = ACTIONS(3351), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3351), - [anon_sym_AMP_EQ] = ACTIONS(3351), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3351), - [anon_sym_PLUS_EQ] = ACTIONS(3351), - [anon_sym_DASH_EQ] = ACTIONS(3351), - [anon_sym_PIPE_EQ] = ACTIONS(3351), - [anon_sym_CARET_EQ] = ACTIONS(3351), - [anon_sym_COLON_EQ] = ACTIONS(3351), - [anon_sym_lock] = ACTIONS(3351), - [anon_sym_rlock] = ACTIONS(3351), - [anon_sym_unsafe] = ACTIONS(3351), - [anon_sym_sql] = ACTIONS(3351), - [sym_int_literal] = ACTIONS(3351), - [sym_float_literal] = ACTIONS(3351), - [sym_rune_literal] = ACTIONS(3351), - [sym_pseudo_compile_time_identifier] = ACTIONS(3351), - [anon_sym_shared] = ACTIONS(3351), - [anon_sym_map_LBRACK] = ACTIONS(3351), - [anon_sym_chan] = ACTIONS(3351), - [anon_sym_thread] = ACTIONS(3351), - [anon_sym_atomic] = ACTIONS(3351), - [anon_sym_assert] = ACTIONS(3351), - [anon_sym_defer] = ACTIONS(3351), - [anon_sym_goto] = ACTIONS(3351), - [anon_sym_break] = ACTIONS(3351), - [anon_sym_continue] = ACTIONS(3351), - [anon_sym_return] = ACTIONS(3351), - [anon_sym_DOLLARfor] = ACTIONS(3351), - [anon_sym_for] = ACTIONS(3351), - [anon_sym_POUND] = ACTIONS(3351), - [anon_sym_asm] = ACTIONS(3351), - [anon_sym_AT_LBRACK] = ACTIONS(3351), - [sym___double_quote] = ACTIONS(3351), - [sym___single_quote] = ACTIONS(3351), - [sym___c_double_quote] = ACTIONS(3351), - [sym___c_single_quote] = ACTIONS(3351), - [sym___r_double_quote] = ACTIONS(3351), - [sym___r_single_quote] = ACTIONS(3351), + [anon_sym_DOT] = ACTIONS(3349), + [anon_sym_as] = ACTIONS(3349), + [anon_sym_LBRACE] = ACTIONS(3349), + [anon_sym_COMMA] = ACTIONS(3349), + [anon_sym_const] = ACTIONS(3349), + [anon_sym_LPAREN] = ACTIONS(3349), + [anon_sym_EQ] = ACTIONS(3349), + [anon_sym___global] = ACTIONS(3349), + [anon_sym_type] = ACTIONS(3349), + [anon_sym_PIPE] = ACTIONS(3349), + [anon_sym_fn] = ACTIONS(3349), + [anon_sym_PLUS] = ACTIONS(3349), + [anon_sym_DASH] = ACTIONS(3349), + [anon_sym_STAR] = ACTIONS(3349), + [anon_sym_SLASH] = ACTIONS(3349), + [anon_sym_PERCENT] = ACTIONS(3349), + [anon_sym_LT] = ACTIONS(3349), + [anon_sym_GT] = ACTIONS(3349), + [anon_sym_EQ_EQ] = ACTIONS(3349), + [anon_sym_BANG_EQ] = ACTIONS(3349), + [anon_sym_LT_EQ] = ACTIONS(3349), + [anon_sym_GT_EQ] = ACTIONS(3349), + [anon_sym_LBRACK] = ACTIONS(3347), + [anon_sym_struct] = ACTIONS(3349), + [anon_sym_union] = ACTIONS(3349), + [anon_sym_pub] = ACTIONS(3349), + [anon_sym_mut] = ACTIONS(3349), + [anon_sym_enum] = ACTIONS(3349), + [anon_sym_interface] = ACTIONS(3349), + [anon_sym_PLUS_PLUS] = ACTIONS(3349), + [anon_sym_DASH_DASH] = ACTIONS(3349), + [anon_sym_QMARK] = ACTIONS(3349), + [anon_sym_BANG] = ACTIONS(3349), + [anon_sym_go] = ACTIONS(3349), + [anon_sym_spawn] = ACTIONS(3349), + [anon_sym_json_DOTdecode] = ACTIONS(3349), + [anon_sym_LBRACK2] = ACTIONS(3349), + [anon_sym_TILDE] = ACTIONS(3349), + [anon_sym_CARET] = ACTIONS(3349), + [anon_sym_AMP] = ACTIONS(3349), + [anon_sym_LT_DASH] = ACTIONS(3349), + [anon_sym_LT_LT] = ACTIONS(3349), + [anon_sym_GT_GT] = ACTIONS(3349), + [anon_sym_GT_GT_GT] = ACTIONS(3349), + [anon_sym_AMP_CARET] = ACTIONS(3349), + [anon_sym_AMP_AMP] = ACTIONS(3349), + [anon_sym_PIPE_PIPE] = ACTIONS(3349), + [anon_sym_or] = ACTIONS(3349), + [sym_none] = ACTIONS(3349), + [sym_true] = ACTIONS(3349), + [sym_false] = ACTIONS(3349), + [sym_nil] = ACTIONS(3349), + [anon_sym_QMARK_DOT] = ACTIONS(3349), + [anon_sym_POUND_LBRACK] = ACTIONS(3349), + [anon_sym_if] = ACTIONS(3349), + [anon_sym_DOLLARif] = ACTIONS(3349), + [anon_sym_is] = ACTIONS(3349), + [anon_sym_BANGis] = ACTIONS(3349), + [anon_sym_in] = ACTIONS(3349), + [anon_sym_BANGin] = ACTIONS(3349), + [anon_sym_match] = ACTIONS(3349), + [anon_sym_select] = ACTIONS(3349), + [anon_sym_STAR_EQ] = ACTIONS(3349), + [anon_sym_SLASH_EQ] = ACTIONS(3349), + [anon_sym_PERCENT_EQ] = ACTIONS(3349), + [anon_sym_LT_LT_EQ] = ACTIONS(3349), + [anon_sym_GT_GT_EQ] = ACTIONS(3349), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3349), + [anon_sym_AMP_EQ] = ACTIONS(3349), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3349), + [anon_sym_PLUS_EQ] = ACTIONS(3349), + [anon_sym_DASH_EQ] = ACTIONS(3349), + [anon_sym_PIPE_EQ] = ACTIONS(3349), + [anon_sym_CARET_EQ] = ACTIONS(3349), + [anon_sym_COLON_EQ] = ACTIONS(3349), + [anon_sym_lock] = ACTIONS(3349), + [anon_sym_rlock] = ACTIONS(3349), + [anon_sym_unsafe] = ACTIONS(3349), + [anon_sym_sql] = ACTIONS(3349), + [sym_int_literal] = ACTIONS(3349), + [sym_float_literal] = ACTIONS(3349), + [sym_rune_literal] = ACTIONS(3349), + [sym_pseudo_compile_time_identifier] = ACTIONS(3349), + [anon_sym_shared] = ACTIONS(3349), + [anon_sym_map_LBRACK] = ACTIONS(3349), + [anon_sym_chan] = ACTIONS(3349), + [anon_sym_thread] = ACTIONS(3349), + [anon_sym_atomic] = ACTIONS(3349), + [anon_sym_assert] = ACTIONS(3349), + [anon_sym_defer] = ACTIONS(3349), + [anon_sym_goto] = ACTIONS(3349), + [anon_sym_break] = ACTIONS(3349), + [anon_sym_continue] = ACTIONS(3349), + [anon_sym_return] = ACTIONS(3349), + [anon_sym_DOLLARfor] = ACTIONS(3349), + [anon_sym_for] = ACTIONS(3349), + [anon_sym_POUND] = ACTIONS(3349), + [anon_sym_asm] = ACTIONS(3349), + [anon_sym_AT_LBRACK] = ACTIONS(3349), + [sym___double_quote] = ACTIONS(3349), + [sym___single_quote] = ACTIONS(3349), + [sym___c_double_quote] = ACTIONS(3349), + [sym___c_single_quote] = ACTIONS(3349), + [sym___r_double_quote] = ACTIONS(3349), + [sym___r_single_quote] = ACTIONS(3349), }, [784] = { [sym_line_comment] = STATE(784), [sym_block_comment] = STATE(784), - [sym__expression] = STATE(2363), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [ts_builtin_sym_end] = ACTIONS(3351), + [sym_identifier] = ACTIONS(3353), + [anon_sym_LF] = ACTIONS(3353), + [anon_sym_CR] = ACTIONS(3353), + [anon_sym_CR_LF] = ACTIONS(3353), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3353), + [anon_sym_as] = ACTIONS(3353), + [anon_sym_LBRACE] = ACTIONS(3353), + [anon_sym_COMMA] = ACTIONS(3353), + [anon_sym_const] = ACTIONS(3353), + [anon_sym_LPAREN] = ACTIONS(3353), + [anon_sym_EQ] = ACTIONS(3353), + [anon_sym___global] = ACTIONS(3353), + [anon_sym_type] = ACTIONS(3353), + [anon_sym_PIPE] = ACTIONS(3353), + [anon_sym_fn] = ACTIONS(3353), + [anon_sym_PLUS] = ACTIONS(3353), + [anon_sym_DASH] = ACTIONS(3353), + [anon_sym_STAR] = ACTIONS(3353), + [anon_sym_SLASH] = ACTIONS(3353), + [anon_sym_PERCENT] = ACTIONS(3353), + [anon_sym_LT] = ACTIONS(3353), + [anon_sym_GT] = ACTIONS(3353), + [anon_sym_EQ_EQ] = ACTIONS(3353), + [anon_sym_BANG_EQ] = ACTIONS(3353), + [anon_sym_LT_EQ] = ACTIONS(3353), + [anon_sym_GT_EQ] = ACTIONS(3353), + [anon_sym_LBRACK] = ACTIONS(3351), + [anon_sym_struct] = ACTIONS(3353), + [anon_sym_union] = ACTIONS(3353), + [anon_sym_pub] = ACTIONS(3353), + [anon_sym_mut] = ACTIONS(3353), + [anon_sym_enum] = ACTIONS(3353), + [anon_sym_interface] = ACTIONS(3353), + [anon_sym_PLUS_PLUS] = ACTIONS(3353), + [anon_sym_DASH_DASH] = ACTIONS(3353), + [anon_sym_QMARK] = ACTIONS(3353), + [anon_sym_BANG] = ACTIONS(3353), + [anon_sym_go] = ACTIONS(3353), + [anon_sym_spawn] = ACTIONS(3353), + [anon_sym_json_DOTdecode] = ACTIONS(3353), + [anon_sym_LBRACK2] = ACTIONS(3353), + [anon_sym_TILDE] = ACTIONS(3353), + [anon_sym_CARET] = ACTIONS(3353), + [anon_sym_AMP] = ACTIONS(3353), + [anon_sym_LT_DASH] = ACTIONS(3353), + [anon_sym_LT_LT] = ACTIONS(3353), + [anon_sym_GT_GT] = ACTIONS(3353), + [anon_sym_GT_GT_GT] = ACTIONS(3353), + [anon_sym_AMP_CARET] = ACTIONS(3353), + [anon_sym_AMP_AMP] = ACTIONS(3353), + [anon_sym_PIPE_PIPE] = ACTIONS(3353), + [anon_sym_or] = ACTIONS(3353), + [sym_none] = ACTIONS(3353), + [sym_true] = ACTIONS(3353), + [sym_false] = ACTIONS(3353), + [sym_nil] = ACTIONS(3353), + [anon_sym_QMARK_DOT] = ACTIONS(3353), + [anon_sym_POUND_LBRACK] = ACTIONS(3353), + [anon_sym_if] = ACTIONS(3353), + [anon_sym_DOLLARif] = ACTIONS(3353), + [anon_sym_is] = ACTIONS(3353), + [anon_sym_BANGis] = ACTIONS(3353), + [anon_sym_in] = ACTIONS(3353), + [anon_sym_BANGin] = ACTIONS(3353), + [anon_sym_match] = ACTIONS(3353), + [anon_sym_select] = ACTIONS(3353), + [anon_sym_STAR_EQ] = ACTIONS(3353), + [anon_sym_SLASH_EQ] = ACTIONS(3353), + [anon_sym_PERCENT_EQ] = ACTIONS(3353), + [anon_sym_LT_LT_EQ] = ACTIONS(3353), + [anon_sym_GT_GT_EQ] = ACTIONS(3353), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3353), + [anon_sym_AMP_EQ] = ACTIONS(3353), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3353), + [anon_sym_PLUS_EQ] = ACTIONS(3353), + [anon_sym_DASH_EQ] = ACTIONS(3353), + [anon_sym_PIPE_EQ] = ACTIONS(3353), + [anon_sym_CARET_EQ] = ACTIONS(3353), + [anon_sym_COLON_EQ] = ACTIONS(3353), + [anon_sym_lock] = ACTIONS(3353), + [anon_sym_rlock] = ACTIONS(3353), + [anon_sym_unsafe] = ACTIONS(3353), + [anon_sym_sql] = ACTIONS(3353), + [sym_int_literal] = ACTIONS(3353), + [sym_float_literal] = ACTIONS(3353), + [sym_rune_literal] = ACTIONS(3353), + [sym_pseudo_compile_time_identifier] = ACTIONS(3353), + [anon_sym_shared] = ACTIONS(3353), + [anon_sym_map_LBRACK] = ACTIONS(3353), + [anon_sym_chan] = ACTIONS(3353), + [anon_sym_thread] = ACTIONS(3353), + [anon_sym_atomic] = ACTIONS(3353), + [anon_sym_assert] = ACTIONS(3353), + [anon_sym_defer] = ACTIONS(3353), + [anon_sym_goto] = ACTIONS(3353), + [anon_sym_break] = ACTIONS(3353), + [anon_sym_continue] = ACTIONS(3353), + [anon_sym_return] = ACTIONS(3353), + [anon_sym_DOLLARfor] = ACTIONS(3353), + [anon_sym_for] = ACTIONS(3353), + [anon_sym_POUND] = ACTIONS(3353), + [anon_sym_asm] = ACTIONS(3353), + [anon_sym_AT_LBRACK] = ACTIONS(3353), + [sym___double_quote] = ACTIONS(3353), + [sym___single_quote] = ACTIONS(3353), + [sym___c_double_quote] = ACTIONS(3353), + [sym___c_single_quote] = ACTIONS(3353), + [sym___r_double_quote] = ACTIONS(3353), + [sym___r_single_quote] = ACTIONS(3353), }, [785] = { [sym_line_comment] = STATE(785), [sym_block_comment] = STATE(785), - [sym__expression] = STATE(2656), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [ts_builtin_sym_end] = ACTIONS(3355), + [sym_identifier] = ACTIONS(3357), + [anon_sym_LF] = ACTIONS(3357), + [anon_sym_CR] = ACTIONS(3357), + [anon_sym_CR_LF] = ACTIONS(3357), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3357), + [anon_sym_as] = ACTIONS(3357), + [anon_sym_LBRACE] = ACTIONS(3357), + [anon_sym_COMMA] = ACTIONS(3357), + [anon_sym_const] = ACTIONS(3357), + [anon_sym_LPAREN] = ACTIONS(3357), + [anon_sym_EQ] = ACTIONS(3357), + [anon_sym___global] = ACTIONS(3357), + [anon_sym_type] = ACTIONS(3357), + [anon_sym_PIPE] = ACTIONS(3357), + [anon_sym_fn] = ACTIONS(3357), + [anon_sym_PLUS] = ACTIONS(3357), + [anon_sym_DASH] = ACTIONS(3357), + [anon_sym_STAR] = ACTIONS(3357), + [anon_sym_SLASH] = ACTIONS(3357), + [anon_sym_PERCENT] = ACTIONS(3357), + [anon_sym_LT] = ACTIONS(3357), + [anon_sym_GT] = ACTIONS(3357), + [anon_sym_EQ_EQ] = ACTIONS(3357), + [anon_sym_BANG_EQ] = ACTIONS(3357), + [anon_sym_LT_EQ] = ACTIONS(3357), + [anon_sym_GT_EQ] = ACTIONS(3357), + [anon_sym_LBRACK] = ACTIONS(3355), + [anon_sym_struct] = ACTIONS(3357), + [anon_sym_union] = ACTIONS(3357), + [anon_sym_pub] = ACTIONS(3357), + [anon_sym_mut] = ACTIONS(3357), + [anon_sym_enum] = ACTIONS(3357), + [anon_sym_interface] = ACTIONS(3357), + [anon_sym_PLUS_PLUS] = ACTIONS(3357), + [anon_sym_DASH_DASH] = ACTIONS(3357), + [anon_sym_QMARK] = ACTIONS(3357), + [anon_sym_BANG] = ACTIONS(3357), + [anon_sym_go] = ACTIONS(3357), + [anon_sym_spawn] = ACTIONS(3357), + [anon_sym_json_DOTdecode] = ACTIONS(3357), + [anon_sym_LBRACK2] = ACTIONS(3357), + [anon_sym_TILDE] = ACTIONS(3357), + [anon_sym_CARET] = ACTIONS(3357), + [anon_sym_AMP] = ACTIONS(3357), + [anon_sym_LT_DASH] = ACTIONS(3357), + [anon_sym_LT_LT] = ACTIONS(3357), + [anon_sym_GT_GT] = ACTIONS(3357), + [anon_sym_GT_GT_GT] = ACTIONS(3357), + [anon_sym_AMP_CARET] = ACTIONS(3357), + [anon_sym_AMP_AMP] = ACTIONS(3357), + [anon_sym_PIPE_PIPE] = ACTIONS(3357), + [anon_sym_or] = ACTIONS(3357), + [sym_none] = ACTIONS(3357), + [sym_true] = ACTIONS(3357), + [sym_false] = ACTIONS(3357), + [sym_nil] = ACTIONS(3357), + [anon_sym_QMARK_DOT] = ACTIONS(3357), + [anon_sym_POUND_LBRACK] = ACTIONS(3357), + [anon_sym_if] = ACTIONS(3357), + [anon_sym_DOLLARif] = ACTIONS(3357), + [anon_sym_is] = ACTIONS(3357), + [anon_sym_BANGis] = ACTIONS(3357), + [anon_sym_in] = ACTIONS(3357), + [anon_sym_BANGin] = ACTIONS(3357), + [anon_sym_match] = ACTIONS(3357), + [anon_sym_select] = ACTIONS(3357), + [anon_sym_STAR_EQ] = ACTIONS(3357), + [anon_sym_SLASH_EQ] = ACTIONS(3357), + [anon_sym_PERCENT_EQ] = ACTIONS(3357), + [anon_sym_LT_LT_EQ] = ACTIONS(3357), + [anon_sym_GT_GT_EQ] = ACTIONS(3357), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3357), + [anon_sym_AMP_EQ] = ACTIONS(3357), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3357), + [anon_sym_PLUS_EQ] = ACTIONS(3357), + [anon_sym_DASH_EQ] = ACTIONS(3357), + [anon_sym_PIPE_EQ] = ACTIONS(3357), + [anon_sym_CARET_EQ] = ACTIONS(3357), + [anon_sym_COLON_EQ] = ACTIONS(3357), + [anon_sym_lock] = ACTIONS(3357), + [anon_sym_rlock] = ACTIONS(3357), + [anon_sym_unsafe] = ACTIONS(3357), + [anon_sym_sql] = ACTIONS(3357), + [sym_int_literal] = ACTIONS(3357), + [sym_float_literal] = ACTIONS(3357), + [sym_rune_literal] = ACTIONS(3357), + [sym_pseudo_compile_time_identifier] = ACTIONS(3357), + [anon_sym_shared] = ACTIONS(3357), + [anon_sym_map_LBRACK] = ACTIONS(3357), + [anon_sym_chan] = ACTIONS(3357), + [anon_sym_thread] = ACTIONS(3357), + [anon_sym_atomic] = ACTIONS(3357), + [anon_sym_assert] = ACTIONS(3357), + [anon_sym_defer] = ACTIONS(3357), + [anon_sym_goto] = ACTIONS(3357), + [anon_sym_break] = ACTIONS(3357), + [anon_sym_continue] = ACTIONS(3357), + [anon_sym_return] = ACTIONS(3357), + [anon_sym_DOLLARfor] = ACTIONS(3357), + [anon_sym_for] = ACTIONS(3357), + [anon_sym_POUND] = ACTIONS(3357), + [anon_sym_asm] = ACTIONS(3357), + [anon_sym_AT_LBRACK] = ACTIONS(3357), + [sym___double_quote] = ACTIONS(3357), + [sym___single_quote] = ACTIONS(3357), + [sym___c_double_quote] = ACTIONS(3357), + [sym___c_single_quote] = ACTIONS(3357), + [sym___r_double_quote] = ACTIONS(3357), + [sym___r_single_quote] = ACTIONS(3357), }, [786] = { [sym_line_comment] = STATE(786), [sym_block_comment] = STATE(786), - [sym__expression] = STATE(2413), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2342), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4275), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [787] = { [sym_line_comment] = STATE(787), [sym_block_comment] = STATE(787), - [sym__expression] = STATE(2320), + [sym__expression] = STATE(2658), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3670), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [788] = { [sym_line_comment] = STATE(788), [sym_block_comment] = STATE(788), - [ts_builtin_sym_end] = ACTIONS(3353), - [sym_identifier] = ACTIONS(3355), - [anon_sym_LF] = ACTIONS(3355), - [anon_sym_CR] = ACTIONS(3355), - [anon_sym_CR_LF] = ACTIONS(3355), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3355), - [anon_sym_as] = ACTIONS(3355), - [anon_sym_LBRACE] = ACTIONS(3355), - [anon_sym_COMMA] = ACTIONS(3355), - [anon_sym_const] = ACTIONS(3355), - [anon_sym_LPAREN] = ACTIONS(3355), - [anon_sym_EQ] = ACTIONS(3355), - [anon_sym___global] = ACTIONS(3355), - [anon_sym_type] = ACTIONS(3355), - [anon_sym_PIPE] = ACTIONS(3355), - [anon_sym_fn] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3355), - [anon_sym_SLASH] = ACTIONS(3355), - [anon_sym_PERCENT] = ACTIONS(3355), - [anon_sym_LT] = ACTIONS(3355), - [anon_sym_GT] = ACTIONS(3355), - [anon_sym_EQ_EQ] = ACTIONS(3355), - [anon_sym_BANG_EQ] = ACTIONS(3355), - [anon_sym_LT_EQ] = ACTIONS(3355), - [anon_sym_GT_EQ] = ACTIONS(3355), - [anon_sym_LBRACK] = ACTIONS(3353), - [anon_sym_struct] = ACTIONS(3355), - [anon_sym_union] = ACTIONS(3355), - [anon_sym_pub] = ACTIONS(3355), - [anon_sym_mut] = ACTIONS(3355), - [anon_sym_enum] = ACTIONS(3355), - [anon_sym_interface] = ACTIONS(3355), - [anon_sym_PLUS_PLUS] = ACTIONS(3355), - [anon_sym_DASH_DASH] = ACTIONS(3355), - [anon_sym_QMARK] = ACTIONS(3355), - [anon_sym_BANG] = ACTIONS(3355), - [anon_sym_go] = ACTIONS(3355), - [anon_sym_spawn] = ACTIONS(3355), - [anon_sym_json_DOTdecode] = ACTIONS(3355), - [anon_sym_LBRACK2] = ACTIONS(3355), - [anon_sym_TILDE] = ACTIONS(3355), - [anon_sym_CARET] = ACTIONS(3355), - [anon_sym_AMP] = ACTIONS(3355), - [anon_sym_LT_DASH] = ACTIONS(3355), - [anon_sym_LT_LT] = ACTIONS(3355), - [anon_sym_GT_GT] = ACTIONS(3355), - [anon_sym_GT_GT_GT] = ACTIONS(3355), - [anon_sym_AMP_CARET] = ACTIONS(3355), - [anon_sym_AMP_AMP] = ACTIONS(3355), - [anon_sym_PIPE_PIPE] = ACTIONS(3355), - [anon_sym_or] = ACTIONS(3355), - [sym_none] = ACTIONS(3355), - [sym_true] = ACTIONS(3355), - [sym_false] = ACTIONS(3355), - [sym_nil] = ACTIONS(3355), - [anon_sym_QMARK_DOT] = ACTIONS(3355), - [anon_sym_POUND_LBRACK] = ACTIONS(3355), - [anon_sym_if] = ACTIONS(3355), - [anon_sym_DOLLARif] = ACTIONS(3355), - [anon_sym_is] = ACTIONS(3355), - [anon_sym_BANGis] = ACTIONS(3355), - [anon_sym_in] = ACTIONS(3355), - [anon_sym_BANGin] = ACTIONS(3355), - [anon_sym_match] = ACTIONS(3355), - [anon_sym_select] = ACTIONS(3355), - [anon_sym_STAR_EQ] = ACTIONS(3355), - [anon_sym_SLASH_EQ] = ACTIONS(3355), - [anon_sym_PERCENT_EQ] = ACTIONS(3355), - [anon_sym_LT_LT_EQ] = ACTIONS(3355), - [anon_sym_GT_GT_EQ] = ACTIONS(3355), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3355), - [anon_sym_AMP_EQ] = ACTIONS(3355), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3355), - [anon_sym_PLUS_EQ] = ACTIONS(3355), - [anon_sym_DASH_EQ] = ACTIONS(3355), - [anon_sym_PIPE_EQ] = ACTIONS(3355), - [anon_sym_CARET_EQ] = ACTIONS(3355), - [anon_sym_COLON_EQ] = ACTIONS(3355), - [anon_sym_lock] = ACTIONS(3355), - [anon_sym_rlock] = ACTIONS(3355), - [anon_sym_unsafe] = ACTIONS(3355), - [anon_sym_sql] = ACTIONS(3355), - [sym_int_literal] = ACTIONS(3355), - [sym_float_literal] = ACTIONS(3355), - [sym_rune_literal] = ACTIONS(3355), - [sym_pseudo_compile_time_identifier] = ACTIONS(3355), - [anon_sym_shared] = ACTIONS(3355), - [anon_sym_map_LBRACK] = ACTIONS(3355), - [anon_sym_chan] = ACTIONS(3355), - [anon_sym_thread] = ACTIONS(3355), - [anon_sym_atomic] = ACTIONS(3355), - [anon_sym_assert] = ACTIONS(3355), - [anon_sym_defer] = ACTIONS(3355), - [anon_sym_goto] = ACTIONS(3355), - [anon_sym_break] = ACTIONS(3355), - [anon_sym_continue] = ACTIONS(3355), - [anon_sym_return] = ACTIONS(3355), - [anon_sym_DOLLARfor] = ACTIONS(3355), - [anon_sym_for] = ACTIONS(3355), - [anon_sym_POUND] = ACTIONS(3355), - [anon_sym_asm] = ACTIONS(3355), - [anon_sym_AT_LBRACK] = ACTIONS(3355), - [sym___double_quote] = ACTIONS(3355), - [sym___single_quote] = ACTIONS(3355), - [sym___c_double_quote] = ACTIONS(3355), - [sym___c_single_quote] = ACTIONS(3355), - [sym___r_double_quote] = ACTIONS(3355), - [sym___r_single_quote] = ACTIONS(3355), - }, - [789] = { - [sym_line_comment] = STATE(789), - [sym_block_comment] = STATE(789), - [sym__expression] = STATE(2899), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1006), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), + }, + [789] = { + [sym_line_comment] = STATE(789), + [sym_block_comment] = STATE(789), + [ts_builtin_sym_end] = ACTIONS(3359), + [sym_identifier] = ACTIONS(3361), + [anon_sym_LF] = ACTIONS(3361), + [anon_sym_CR] = ACTIONS(3361), + [anon_sym_CR_LF] = ACTIONS(3361), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3361), + [anon_sym_as] = ACTIONS(3361), + [anon_sym_LBRACE] = ACTIONS(3361), + [anon_sym_COMMA] = ACTIONS(3361), + [anon_sym_const] = ACTIONS(3361), + [anon_sym_LPAREN] = ACTIONS(3361), + [anon_sym_EQ] = ACTIONS(3361), + [anon_sym___global] = ACTIONS(3361), + [anon_sym_type] = ACTIONS(3361), + [anon_sym_PIPE] = ACTIONS(3361), + [anon_sym_fn] = ACTIONS(3361), + [anon_sym_PLUS] = ACTIONS(3361), + [anon_sym_DASH] = ACTIONS(3361), + [anon_sym_STAR] = ACTIONS(3361), + [anon_sym_SLASH] = ACTIONS(3361), + [anon_sym_PERCENT] = ACTIONS(3361), + [anon_sym_LT] = ACTIONS(3361), + [anon_sym_GT] = ACTIONS(3361), + [anon_sym_EQ_EQ] = ACTIONS(3361), + [anon_sym_BANG_EQ] = ACTIONS(3361), + [anon_sym_LT_EQ] = ACTIONS(3361), + [anon_sym_GT_EQ] = ACTIONS(3361), + [anon_sym_LBRACK] = ACTIONS(3359), + [anon_sym_struct] = ACTIONS(3361), + [anon_sym_union] = ACTIONS(3361), + [anon_sym_pub] = ACTIONS(3361), + [anon_sym_mut] = ACTIONS(3361), + [anon_sym_enum] = ACTIONS(3361), + [anon_sym_interface] = ACTIONS(3361), + [anon_sym_PLUS_PLUS] = ACTIONS(3361), + [anon_sym_DASH_DASH] = ACTIONS(3361), + [anon_sym_QMARK] = ACTIONS(3361), + [anon_sym_BANG] = ACTIONS(3361), + [anon_sym_go] = ACTIONS(3361), + [anon_sym_spawn] = ACTIONS(3361), + [anon_sym_json_DOTdecode] = ACTIONS(3361), + [anon_sym_LBRACK2] = ACTIONS(3361), + [anon_sym_TILDE] = ACTIONS(3361), + [anon_sym_CARET] = ACTIONS(3361), + [anon_sym_AMP] = ACTIONS(3361), + [anon_sym_LT_DASH] = ACTIONS(3361), + [anon_sym_LT_LT] = ACTIONS(3361), + [anon_sym_GT_GT] = ACTIONS(3361), + [anon_sym_GT_GT_GT] = ACTIONS(3361), + [anon_sym_AMP_CARET] = ACTIONS(3361), + [anon_sym_AMP_AMP] = ACTIONS(3361), + [anon_sym_PIPE_PIPE] = ACTIONS(3361), + [anon_sym_or] = ACTIONS(3361), + [sym_none] = ACTIONS(3361), + [sym_true] = ACTIONS(3361), + [sym_false] = ACTIONS(3361), + [sym_nil] = ACTIONS(3361), + [anon_sym_QMARK_DOT] = ACTIONS(3361), + [anon_sym_POUND_LBRACK] = ACTIONS(3361), + [anon_sym_if] = ACTIONS(3361), + [anon_sym_DOLLARif] = ACTIONS(3361), + [anon_sym_is] = ACTIONS(3361), + [anon_sym_BANGis] = ACTIONS(3361), + [anon_sym_in] = ACTIONS(3361), + [anon_sym_BANGin] = ACTIONS(3361), + [anon_sym_match] = ACTIONS(3361), + [anon_sym_select] = ACTIONS(3361), + [anon_sym_STAR_EQ] = ACTIONS(3361), + [anon_sym_SLASH_EQ] = ACTIONS(3361), + [anon_sym_PERCENT_EQ] = ACTIONS(3361), + [anon_sym_LT_LT_EQ] = ACTIONS(3361), + [anon_sym_GT_GT_EQ] = ACTIONS(3361), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3361), + [anon_sym_AMP_EQ] = ACTIONS(3361), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3361), + [anon_sym_PLUS_EQ] = ACTIONS(3361), + [anon_sym_DASH_EQ] = ACTIONS(3361), + [anon_sym_PIPE_EQ] = ACTIONS(3361), + [anon_sym_CARET_EQ] = ACTIONS(3361), + [anon_sym_COLON_EQ] = ACTIONS(3361), + [anon_sym_lock] = ACTIONS(3361), + [anon_sym_rlock] = ACTIONS(3361), + [anon_sym_unsafe] = ACTIONS(3361), + [anon_sym_sql] = ACTIONS(3361), + [sym_int_literal] = ACTIONS(3361), + [sym_float_literal] = ACTIONS(3361), + [sym_rune_literal] = ACTIONS(3361), + [sym_pseudo_compile_time_identifier] = ACTIONS(3361), + [anon_sym_shared] = ACTIONS(3361), + [anon_sym_map_LBRACK] = ACTIONS(3361), + [anon_sym_chan] = ACTIONS(3361), + [anon_sym_thread] = ACTIONS(3361), + [anon_sym_atomic] = ACTIONS(3361), + [anon_sym_assert] = ACTIONS(3361), + [anon_sym_defer] = ACTIONS(3361), + [anon_sym_goto] = ACTIONS(3361), + [anon_sym_break] = ACTIONS(3361), + [anon_sym_continue] = ACTIONS(3361), + [anon_sym_return] = ACTIONS(3361), + [anon_sym_DOLLARfor] = ACTIONS(3361), + [anon_sym_for] = ACTIONS(3361), + [anon_sym_POUND] = ACTIONS(3361), + [anon_sym_asm] = ACTIONS(3361), + [anon_sym_AT_LBRACK] = ACTIONS(3361), + [sym___double_quote] = ACTIONS(3361), + [sym___single_quote] = ACTIONS(3361), + [sym___c_double_quote] = ACTIONS(3361), + [sym___c_single_quote] = ACTIONS(3361), + [sym___r_double_quote] = ACTIONS(3361), + [sym___r_single_quote] = ACTIONS(3361), }, [790] = { [sym_line_comment] = STATE(790), [sym_block_comment] = STATE(790), - [sym__expression] = STATE(1805), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [ts_builtin_sym_end] = ACTIONS(3363), + [sym_identifier] = ACTIONS(3365), + [anon_sym_LF] = ACTIONS(3365), + [anon_sym_CR] = ACTIONS(3365), + [anon_sym_CR_LF] = ACTIONS(3365), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3365), + [anon_sym_as] = ACTIONS(3365), + [anon_sym_LBRACE] = ACTIONS(3365), + [anon_sym_COMMA] = ACTIONS(3365), + [anon_sym_const] = ACTIONS(3365), + [anon_sym_LPAREN] = ACTIONS(3365), + [anon_sym_EQ] = ACTIONS(3365), + [anon_sym___global] = ACTIONS(3365), + [anon_sym_type] = ACTIONS(3365), + [anon_sym_PIPE] = ACTIONS(3365), + [anon_sym_fn] = ACTIONS(3365), + [anon_sym_PLUS] = ACTIONS(3365), + [anon_sym_DASH] = ACTIONS(3365), + [anon_sym_STAR] = ACTIONS(3365), + [anon_sym_SLASH] = ACTIONS(3365), + [anon_sym_PERCENT] = ACTIONS(3365), + [anon_sym_LT] = ACTIONS(3365), + [anon_sym_GT] = ACTIONS(3365), + [anon_sym_EQ_EQ] = ACTIONS(3365), + [anon_sym_BANG_EQ] = ACTIONS(3365), + [anon_sym_LT_EQ] = ACTIONS(3365), + [anon_sym_GT_EQ] = ACTIONS(3365), + [anon_sym_LBRACK] = ACTIONS(3363), + [anon_sym_struct] = ACTIONS(3365), + [anon_sym_union] = ACTIONS(3365), + [anon_sym_pub] = ACTIONS(3365), + [anon_sym_mut] = ACTIONS(3365), + [anon_sym_enum] = ACTIONS(3365), + [anon_sym_interface] = ACTIONS(3365), + [anon_sym_PLUS_PLUS] = ACTIONS(3365), + [anon_sym_DASH_DASH] = ACTIONS(3365), + [anon_sym_QMARK] = ACTIONS(3365), + [anon_sym_BANG] = ACTIONS(3365), + [anon_sym_go] = ACTIONS(3365), + [anon_sym_spawn] = ACTIONS(3365), + [anon_sym_json_DOTdecode] = ACTIONS(3365), + [anon_sym_LBRACK2] = ACTIONS(3365), + [anon_sym_TILDE] = ACTIONS(3365), + [anon_sym_CARET] = ACTIONS(3365), + [anon_sym_AMP] = ACTIONS(3365), + [anon_sym_LT_DASH] = ACTIONS(3365), + [anon_sym_LT_LT] = ACTIONS(3365), + [anon_sym_GT_GT] = ACTIONS(3365), + [anon_sym_GT_GT_GT] = ACTIONS(3365), + [anon_sym_AMP_CARET] = ACTIONS(3365), + [anon_sym_AMP_AMP] = ACTIONS(3365), + [anon_sym_PIPE_PIPE] = ACTIONS(3365), + [anon_sym_or] = ACTIONS(3365), + [sym_none] = ACTIONS(3365), + [sym_true] = ACTIONS(3365), + [sym_false] = ACTIONS(3365), + [sym_nil] = ACTIONS(3365), + [anon_sym_QMARK_DOT] = ACTIONS(3365), + [anon_sym_POUND_LBRACK] = ACTIONS(3365), + [anon_sym_if] = ACTIONS(3365), + [anon_sym_DOLLARif] = ACTIONS(3365), + [anon_sym_is] = ACTIONS(3365), + [anon_sym_BANGis] = ACTIONS(3365), + [anon_sym_in] = ACTIONS(3365), + [anon_sym_BANGin] = ACTIONS(3365), + [anon_sym_match] = ACTIONS(3365), + [anon_sym_select] = ACTIONS(3365), + [anon_sym_STAR_EQ] = ACTIONS(3365), + [anon_sym_SLASH_EQ] = ACTIONS(3365), + [anon_sym_PERCENT_EQ] = ACTIONS(3365), + [anon_sym_LT_LT_EQ] = ACTIONS(3365), + [anon_sym_GT_GT_EQ] = ACTIONS(3365), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3365), + [anon_sym_AMP_EQ] = ACTIONS(3365), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3365), + [anon_sym_PLUS_EQ] = ACTIONS(3365), + [anon_sym_DASH_EQ] = ACTIONS(3365), + [anon_sym_PIPE_EQ] = ACTIONS(3365), + [anon_sym_CARET_EQ] = ACTIONS(3365), + [anon_sym_COLON_EQ] = ACTIONS(3365), + [anon_sym_lock] = ACTIONS(3365), + [anon_sym_rlock] = ACTIONS(3365), + [anon_sym_unsafe] = ACTIONS(3365), + [anon_sym_sql] = ACTIONS(3365), + [sym_int_literal] = ACTIONS(3365), + [sym_float_literal] = ACTIONS(3365), + [sym_rune_literal] = ACTIONS(3365), + [sym_pseudo_compile_time_identifier] = ACTIONS(3365), + [anon_sym_shared] = ACTIONS(3365), + [anon_sym_map_LBRACK] = ACTIONS(3365), + [anon_sym_chan] = ACTIONS(3365), + [anon_sym_thread] = ACTIONS(3365), + [anon_sym_atomic] = ACTIONS(3365), + [anon_sym_assert] = ACTIONS(3365), + [anon_sym_defer] = ACTIONS(3365), + [anon_sym_goto] = ACTIONS(3365), + [anon_sym_break] = ACTIONS(3365), + [anon_sym_continue] = ACTIONS(3365), + [anon_sym_return] = ACTIONS(3365), + [anon_sym_DOLLARfor] = ACTIONS(3365), + [anon_sym_for] = ACTIONS(3365), + [anon_sym_POUND] = ACTIONS(3365), + [anon_sym_asm] = ACTIONS(3365), + [anon_sym_AT_LBRACK] = ACTIONS(3365), + [sym___double_quote] = ACTIONS(3365), + [sym___single_quote] = ACTIONS(3365), + [sym___c_double_quote] = ACTIONS(3365), + [sym___c_single_quote] = ACTIONS(3365), + [sym___r_double_quote] = ACTIONS(3365), + [sym___r_single_quote] = ACTIONS(3365), }, [791] = { [sym_line_comment] = STATE(791), [sym_block_comment] = STATE(791), - [sym__expression] = STATE(2644), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [ts_builtin_sym_end] = ACTIONS(3367), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LF] = ACTIONS(3369), + [anon_sym_CR] = ACTIONS(3369), + [anon_sym_CR_LF] = ACTIONS(3369), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3369), + [anon_sym_as] = ACTIONS(3369), + [anon_sym_LBRACE] = ACTIONS(3369), + [anon_sym_COMMA] = ACTIONS(3369), + [anon_sym_const] = ACTIONS(3369), + [anon_sym_LPAREN] = ACTIONS(3369), + [anon_sym_EQ] = ACTIONS(3369), + [anon_sym___global] = ACTIONS(3369), + [anon_sym_type] = ACTIONS(3369), + [anon_sym_PIPE] = ACTIONS(3369), + [anon_sym_fn] = ACTIONS(3369), + [anon_sym_PLUS] = ACTIONS(3369), + [anon_sym_DASH] = ACTIONS(3369), + [anon_sym_STAR] = ACTIONS(3369), + [anon_sym_SLASH] = ACTIONS(3369), + [anon_sym_PERCENT] = ACTIONS(3369), + [anon_sym_LT] = ACTIONS(3369), + [anon_sym_GT] = ACTIONS(3369), + [anon_sym_EQ_EQ] = ACTIONS(3369), + [anon_sym_BANG_EQ] = ACTIONS(3369), + [anon_sym_LT_EQ] = ACTIONS(3369), + [anon_sym_GT_EQ] = ACTIONS(3369), + [anon_sym_LBRACK] = ACTIONS(3367), + [anon_sym_struct] = ACTIONS(3369), + [anon_sym_union] = ACTIONS(3369), + [anon_sym_pub] = ACTIONS(3369), + [anon_sym_mut] = ACTIONS(3369), + [anon_sym_enum] = ACTIONS(3369), + [anon_sym_interface] = ACTIONS(3369), + [anon_sym_PLUS_PLUS] = ACTIONS(3369), + [anon_sym_DASH_DASH] = ACTIONS(3369), + [anon_sym_QMARK] = ACTIONS(3369), + [anon_sym_BANG] = ACTIONS(3369), + [anon_sym_go] = ACTIONS(3369), + [anon_sym_spawn] = ACTIONS(3369), + [anon_sym_json_DOTdecode] = ACTIONS(3369), + [anon_sym_LBRACK2] = ACTIONS(3369), + [anon_sym_TILDE] = ACTIONS(3369), + [anon_sym_CARET] = ACTIONS(3369), + [anon_sym_AMP] = ACTIONS(3369), + [anon_sym_LT_DASH] = ACTIONS(3369), + [anon_sym_LT_LT] = ACTIONS(3369), + [anon_sym_GT_GT] = ACTIONS(3369), + [anon_sym_GT_GT_GT] = ACTIONS(3369), + [anon_sym_AMP_CARET] = ACTIONS(3369), + [anon_sym_AMP_AMP] = ACTIONS(3369), + [anon_sym_PIPE_PIPE] = ACTIONS(3369), + [anon_sym_or] = ACTIONS(3369), + [sym_none] = ACTIONS(3369), + [sym_true] = ACTIONS(3369), + [sym_false] = ACTIONS(3369), + [sym_nil] = ACTIONS(3369), + [anon_sym_QMARK_DOT] = ACTIONS(3369), + [anon_sym_POUND_LBRACK] = ACTIONS(3369), + [anon_sym_if] = ACTIONS(3369), + [anon_sym_DOLLARif] = ACTIONS(3369), + [anon_sym_is] = ACTIONS(3369), + [anon_sym_BANGis] = ACTIONS(3369), + [anon_sym_in] = ACTIONS(3369), + [anon_sym_BANGin] = ACTIONS(3369), + [anon_sym_match] = ACTIONS(3369), + [anon_sym_select] = ACTIONS(3369), + [anon_sym_STAR_EQ] = ACTIONS(3369), + [anon_sym_SLASH_EQ] = ACTIONS(3369), + [anon_sym_PERCENT_EQ] = ACTIONS(3369), + [anon_sym_LT_LT_EQ] = ACTIONS(3369), + [anon_sym_GT_GT_EQ] = ACTIONS(3369), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3369), + [anon_sym_AMP_EQ] = ACTIONS(3369), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3369), + [anon_sym_PLUS_EQ] = ACTIONS(3369), + [anon_sym_DASH_EQ] = ACTIONS(3369), + [anon_sym_PIPE_EQ] = ACTIONS(3369), + [anon_sym_CARET_EQ] = ACTIONS(3369), + [anon_sym_COLON_EQ] = ACTIONS(3369), + [anon_sym_lock] = ACTIONS(3369), + [anon_sym_rlock] = ACTIONS(3369), + [anon_sym_unsafe] = ACTIONS(3369), + [anon_sym_sql] = ACTIONS(3369), + [sym_int_literal] = ACTIONS(3369), + [sym_float_literal] = ACTIONS(3369), + [sym_rune_literal] = ACTIONS(3369), + [sym_pseudo_compile_time_identifier] = ACTIONS(3369), + [anon_sym_shared] = ACTIONS(3369), + [anon_sym_map_LBRACK] = ACTIONS(3369), + [anon_sym_chan] = ACTIONS(3369), + [anon_sym_thread] = ACTIONS(3369), + [anon_sym_atomic] = ACTIONS(3369), + [anon_sym_assert] = ACTIONS(3369), + [anon_sym_defer] = ACTIONS(3369), + [anon_sym_goto] = ACTIONS(3369), + [anon_sym_break] = ACTIONS(3369), + [anon_sym_continue] = ACTIONS(3369), + [anon_sym_return] = ACTIONS(3369), + [anon_sym_DOLLARfor] = ACTIONS(3369), + [anon_sym_for] = ACTIONS(3369), + [anon_sym_POUND] = ACTIONS(3369), + [anon_sym_asm] = ACTIONS(3369), + [anon_sym_AT_LBRACK] = ACTIONS(3369), + [sym___double_quote] = ACTIONS(3369), + [sym___single_quote] = ACTIONS(3369), + [sym___c_double_quote] = ACTIONS(3369), + [sym___c_single_quote] = ACTIONS(3369), + [sym___r_double_quote] = ACTIONS(3369), + [sym___r_single_quote] = ACTIONS(3369), }, [792] = { [sym_line_comment] = STATE(792), [sym_block_comment] = STATE(792), - [sym__expression] = STATE(2731), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(1008), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [793] = { [sym_line_comment] = STATE(793), [sym_block_comment] = STATE(793), - [sym__expression] = STATE(2325), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(997), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2989), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_LT_DASH] = ACTIONS(2995), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(2997), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [794] = { [sym_line_comment] = STATE(794), [sym_block_comment] = STATE(794), - [sym__expression] = STATE(1802), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [ts_builtin_sym_end] = ACTIONS(3371), + [sym_identifier] = ACTIONS(3373), + [anon_sym_LF] = ACTIONS(3373), + [anon_sym_CR] = ACTIONS(3373), + [anon_sym_CR_LF] = ACTIONS(3373), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3373), + [anon_sym_as] = ACTIONS(3373), + [anon_sym_LBRACE] = ACTIONS(3373), + [anon_sym_COMMA] = ACTIONS(3373), + [anon_sym_const] = ACTIONS(3373), + [anon_sym_LPAREN] = ACTIONS(3373), + [anon_sym_EQ] = ACTIONS(3373), + [anon_sym___global] = ACTIONS(3373), + [anon_sym_type] = ACTIONS(3373), + [anon_sym_PIPE] = ACTIONS(3373), + [anon_sym_fn] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3373), + [anon_sym_SLASH] = ACTIONS(3373), + [anon_sym_PERCENT] = ACTIONS(3373), + [anon_sym_LT] = ACTIONS(3373), + [anon_sym_GT] = ACTIONS(3373), + [anon_sym_EQ_EQ] = ACTIONS(3373), + [anon_sym_BANG_EQ] = ACTIONS(3373), + [anon_sym_LT_EQ] = ACTIONS(3373), + [anon_sym_GT_EQ] = ACTIONS(3373), + [anon_sym_LBRACK] = ACTIONS(3371), + [anon_sym_struct] = ACTIONS(3373), + [anon_sym_union] = ACTIONS(3373), + [anon_sym_pub] = ACTIONS(3373), + [anon_sym_mut] = ACTIONS(3373), + [anon_sym_enum] = ACTIONS(3373), + [anon_sym_interface] = ACTIONS(3373), + [anon_sym_PLUS_PLUS] = ACTIONS(3373), + [anon_sym_DASH_DASH] = ACTIONS(3373), + [anon_sym_QMARK] = ACTIONS(3373), + [anon_sym_BANG] = ACTIONS(3373), + [anon_sym_go] = ACTIONS(3373), + [anon_sym_spawn] = ACTIONS(3373), + [anon_sym_json_DOTdecode] = ACTIONS(3373), + [anon_sym_LBRACK2] = ACTIONS(3373), + [anon_sym_TILDE] = ACTIONS(3373), + [anon_sym_CARET] = ACTIONS(3373), + [anon_sym_AMP] = ACTIONS(3373), + [anon_sym_LT_DASH] = ACTIONS(3373), + [anon_sym_LT_LT] = ACTIONS(3373), + [anon_sym_GT_GT] = ACTIONS(3373), + [anon_sym_GT_GT_GT] = ACTIONS(3373), + [anon_sym_AMP_CARET] = ACTIONS(3373), + [anon_sym_AMP_AMP] = ACTIONS(3373), + [anon_sym_PIPE_PIPE] = ACTIONS(3373), + [anon_sym_or] = ACTIONS(3373), + [sym_none] = ACTIONS(3373), + [sym_true] = ACTIONS(3373), + [sym_false] = ACTIONS(3373), + [sym_nil] = ACTIONS(3373), + [anon_sym_QMARK_DOT] = ACTIONS(3373), + [anon_sym_POUND_LBRACK] = ACTIONS(3373), + [anon_sym_if] = ACTIONS(3373), + [anon_sym_DOLLARif] = ACTIONS(3373), + [anon_sym_is] = ACTIONS(3373), + [anon_sym_BANGis] = ACTIONS(3373), + [anon_sym_in] = ACTIONS(3373), + [anon_sym_BANGin] = ACTIONS(3373), + [anon_sym_match] = ACTIONS(3373), + [anon_sym_select] = ACTIONS(3373), + [anon_sym_STAR_EQ] = ACTIONS(3373), + [anon_sym_SLASH_EQ] = ACTIONS(3373), + [anon_sym_PERCENT_EQ] = ACTIONS(3373), + [anon_sym_LT_LT_EQ] = ACTIONS(3373), + [anon_sym_GT_GT_EQ] = ACTIONS(3373), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3373), + [anon_sym_AMP_EQ] = ACTIONS(3373), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3373), + [anon_sym_PLUS_EQ] = ACTIONS(3373), + [anon_sym_DASH_EQ] = ACTIONS(3373), + [anon_sym_PIPE_EQ] = ACTIONS(3373), + [anon_sym_CARET_EQ] = ACTIONS(3373), + [anon_sym_COLON_EQ] = ACTIONS(3373), + [anon_sym_lock] = ACTIONS(3373), + [anon_sym_rlock] = ACTIONS(3373), + [anon_sym_unsafe] = ACTIONS(3373), + [anon_sym_sql] = ACTIONS(3373), + [sym_int_literal] = ACTIONS(3373), + [sym_float_literal] = ACTIONS(3373), + [sym_rune_literal] = ACTIONS(3373), + [sym_pseudo_compile_time_identifier] = ACTIONS(3373), + [anon_sym_shared] = ACTIONS(3373), + [anon_sym_map_LBRACK] = ACTIONS(3373), + [anon_sym_chan] = ACTIONS(3373), + [anon_sym_thread] = ACTIONS(3373), + [anon_sym_atomic] = ACTIONS(3373), + [anon_sym_assert] = ACTIONS(3373), + [anon_sym_defer] = ACTIONS(3373), + [anon_sym_goto] = ACTIONS(3373), + [anon_sym_break] = ACTIONS(3373), + [anon_sym_continue] = ACTIONS(3373), + [anon_sym_return] = ACTIONS(3373), + [anon_sym_DOLLARfor] = ACTIONS(3373), + [anon_sym_for] = ACTIONS(3373), + [anon_sym_POUND] = ACTIONS(3373), + [anon_sym_asm] = ACTIONS(3373), + [anon_sym_AT_LBRACK] = ACTIONS(3373), + [sym___double_quote] = ACTIONS(3373), + [sym___single_quote] = ACTIONS(3373), + [sym___c_double_quote] = ACTIONS(3373), + [sym___c_single_quote] = ACTIONS(3373), + [sym___r_double_quote] = ACTIONS(3373), + [sym___r_single_quote] = ACTIONS(3373), }, [795] = { [sym_line_comment] = STATE(795), [sym_block_comment] = STATE(795), - [sym__expression] = STATE(1940), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), - }, + [ts_builtin_sym_end] = ACTIONS(3375), + [sym_identifier] = ACTIONS(3377), + [anon_sym_LF] = ACTIONS(3377), + [anon_sym_CR] = ACTIONS(3377), + [anon_sym_CR_LF] = ACTIONS(3377), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3377), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3377), + [anon_sym_COMMA] = ACTIONS(3377), + [anon_sym_const] = ACTIONS(3377), + [anon_sym_LPAREN] = ACTIONS(3377), + [anon_sym_EQ] = ACTIONS(3377), + [anon_sym___global] = ACTIONS(3377), + [anon_sym_type] = ACTIONS(3377), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3377), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3377), + [anon_sym_BANG_EQ] = ACTIONS(3377), + [anon_sym_LT_EQ] = ACTIONS(3377), + [anon_sym_GT_EQ] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_union] = ACTIONS(3377), + [anon_sym_pub] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_enum] = ACTIONS(3377), + [anon_sym_interface] = ACTIONS(3377), + [anon_sym_PLUS_PLUS] = ACTIONS(3377), + [anon_sym_DASH_DASH] = ACTIONS(3377), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3377), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3377), + [anon_sym_CARET] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3377), + [anon_sym_LT_LT] = ACTIONS(3377), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3377), + [anon_sym_AMP_CARET] = ACTIONS(3377), + [anon_sym_AMP_AMP] = ACTIONS(3377), + [anon_sym_PIPE_PIPE] = ACTIONS(3377), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3377), + [anon_sym_POUND_LBRACK] = ACTIONS(3377), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3377), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3377), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_STAR_EQ] = ACTIONS(3377), + [anon_sym_SLASH_EQ] = ACTIONS(3377), + [anon_sym_PERCENT_EQ] = ACTIONS(3377), + [anon_sym_LT_LT_EQ] = ACTIONS(3377), + [anon_sym_GT_GT_EQ] = ACTIONS(3377), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3377), + [anon_sym_AMP_EQ] = ACTIONS(3377), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3377), + [anon_sym_PLUS_EQ] = ACTIONS(3377), + [anon_sym_DASH_EQ] = ACTIONS(3377), + [anon_sym_PIPE_EQ] = ACTIONS(3377), + [anon_sym_CARET_EQ] = ACTIONS(3377), + [anon_sym_COLON_EQ] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3377), + [sym_rune_literal] = ACTIONS(3377), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3377), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [anon_sym_assert] = ACTIONS(3377), + [anon_sym_defer] = ACTIONS(3377), + [anon_sym_goto] = ACTIONS(3377), + [anon_sym_break] = ACTIONS(3377), + [anon_sym_continue] = ACTIONS(3377), + [anon_sym_return] = ACTIONS(3377), + [anon_sym_DOLLARfor] = ACTIONS(3377), + [anon_sym_for] = ACTIONS(3377), + [anon_sym_POUND] = ACTIONS(3377), + [anon_sym_asm] = ACTIONS(3377), + [anon_sym_AT_LBRACK] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3377), + [sym___single_quote] = ACTIONS(3377), + [sym___c_double_quote] = ACTIONS(3377), + [sym___c_single_quote] = ACTIONS(3377), + [sym___r_double_quote] = ACTIONS(3377), + [sym___r_single_quote] = ACTIONS(3377), + }, [796] = { [sym_line_comment] = STATE(796), [sym_block_comment] = STATE(796), - [sym__expression] = STATE(1800), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4175), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(2460), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [797] = { [sym_line_comment] = STATE(797), [sym_block_comment] = STATE(797), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [ts_builtin_sym_end] = ACTIONS(2651), + [sym_identifier] = ACTIONS(2653), + [anon_sym_LF] = ACTIONS(2653), + [anon_sym_CR] = ACTIONS(2653), + [anon_sym_CR_LF] = ACTIONS(2653), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym_EQ] = ACTIONS(2653), + [anon_sym___global] = ACTIONS(2653), + [anon_sym_type] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2653), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2653), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2653), + [anon_sym_BANG_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_pub] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_interface] = ACTIONS(2653), + [anon_sym_PLUS_PLUS] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2653), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_LT_LT] = ACTIONS(2653), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2653), + [anon_sym_AMP_CARET] = ACTIONS(2653), + [anon_sym_AMP_AMP] = ACTIONS(2653), + [anon_sym_PIPE_PIPE] = ACTIONS(2653), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2653), + [anon_sym_POUND_LBRACK] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2653), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_STAR_EQ] = ACTIONS(2653), + [anon_sym_SLASH_EQ] = ACTIONS(2653), + [anon_sym_PERCENT_EQ] = ACTIONS(2653), + [anon_sym_LT_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_GT_EQ] = ACTIONS(2653), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2653), + [anon_sym_AMP_EQ] = ACTIONS(2653), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2653), + [anon_sym_PLUS_EQ] = ACTIONS(2653), + [anon_sym_DASH_EQ] = ACTIONS(2653), + [anon_sym_PIPE_EQ] = ACTIONS(2653), + [anon_sym_CARET_EQ] = ACTIONS(2653), + [anon_sym_COLON_EQ] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2653), + [sym_rune_literal] = ACTIONS(2653), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2653), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [anon_sym_assert] = ACTIONS(2653), + [anon_sym_defer] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_DOLLARfor] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_POUND] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym_AT_LBRACK] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2653), + [sym___single_quote] = ACTIONS(2653), + [sym___c_double_quote] = ACTIONS(2653), + [sym___c_single_quote] = ACTIONS(2653), + [sym___r_double_quote] = ACTIONS(2653), + [sym___r_single_quote] = ACTIONS(2653), }, [798] = { [sym_line_comment] = STATE(798), [sym_block_comment] = STATE(798), - [sym__expression] = STATE(1803), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4266), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), + [ts_builtin_sym_end] = ACTIONS(3379), + [sym_identifier] = ACTIONS(3381), + [anon_sym_LF] = ACTIONS(3381), + [anon_sym_CR] = ACTIONS(3381), + [anon_sym_CR_LF] = ACTIONS(3381), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3381), + [anon_sym_as] = ACTIONS(3381), + [anon_sym_LBRACE] = ACTIONS(3381), + [anon_sym_COMMA] = ACTIONS(3381), + [anon_sym_const] = ACTIONS(3381), + [anon_sym_LPAREN] = ACTIONS(3381), + [anon_sym_EQ] = ACTIONS(3381), + [anon_sym___global] = ACTIONS(3381), + [anon_sym_type] = ACTIONS(3381), + [anon_sym_PIPE] = ACTIONS(3381), + [anon_sym_fn] = ACTIONS(3381), + [anon_sym_PLUS] = ACTIONS(3381), + [anon_sym_DASH] = ACTIONS(3381), + [anon_sym_STAR] = ACTIONS(3381), + [anon_sym_SLASH] = ACTIONS(3381), + [anon_sym_PERCENT] = ACTIONS(3381), + [anon_sym_LT] = ACTIONS(3381), + [anon_sym_GT] = ACTIONS(3381), + [anon_sym_EQ_EQ] = ACTIONS(3381), + [anon_sym_BANG_EQ] = ACTIONS(3381), + [anon_sym_LT_EQ] = ACTIONS(3381), + [anon_sym_GT_EQ] = ACTIONS(3381), + [anon_sym_LBRACK] = ACTIONS(3379), + [anon_sym_struct] = ACTIONS(3381), + [anon_sym_union] = ACTIONS(3381), + [anon_sym_pub] = ACTIONS(3381), + [anon_sym_mut] = ACTIONS(3381), + [anon_sym_enum] = ACTIONS(3381), + [anon_sym_interface] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_QMARK] = ACTIONS(3381), + [anon_sym_BANG] = ACTIONS(3381), + [anon_sym_go] = ACTIONS(3381), + [anon_sym_spawn] = ACTIONS(3381), + [anon_sym_json_DOTdecode] = ACTIONS(3381), + [anon_sym_LBRACK2] = ACTIONS(3381), + [anon_sym_TILDE] = ACTIONS(3381), + [anon_sym_CARET] = ACTIONS(3381), + [anon_sym_AMP] = ACTIONS(3381), + [anon_sym_LT_DASH] = ACTIONS(3381), + [anon_sym_LT_LT] = ACTIONS(3381), + [anon_sym_GT_GT] = ACTIONS(3381), + [anon_sym_GT_GT_GT] = ACTIONS(3381), + [anon_sym_AMP_CARET] = ACTIONS(3381), + [anon_sym_AMP_AMP] = ACTIONS(3381), + [anon_sym_PIPE_PIPE] = ACTIONS(3381), + [anon_sym_or] = ACTIONS(3381), + [sym_none] = ACTIONS(3381), + [sym_true] = ACTIONS(3381), + [sym_false] = ACTIONS(3381), + [sym_nil] = ACTIONS(3381), + [anon_sym_QMARK_DOT] = ACTIONS(3381), + [anon_sym_POUND_LBRACK] = ACTIONS(3381), + [anon_sym_if] = ACTIONS(3381), + [anon_sym_DOLLARif] = ACTIONS(3381), + [anon_sym_is] = ACTIONS(3381), + [anon_sym_BANGis] = ACTIONS(3381), + [anon_sym_in] = ACTIONS(3381), + [anon_sym_BANGin] = ACTIONS(3381), + [anon_sym_match] = ACTIONS(3381), + [anon_sym_select] = ACTIONS(3381), + [anon_sym_STAR_EQ] = ACTIONS(3381), + [anon_sym_SLASH_EQ] = ACTIONS(3381), + [anon_sym_PERCENT_EQ] = ACTIONS(3381), + [anon_sym_LT_LT_EQ] = ACTIONS(3381), + [anon_sym_GT_GT_EQ] = ACTIONS(3381), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3381), + [anon_sym_AMP_EQ] = ACTIONS(3381), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3381), + [anon_sym_PLUS_EQ] = ACTIONS(3381), + [anon_sym_DASH_EQ] = ACTIONS(3381), + [anon_sym_PIPE_EQ] = ACTIONS(3381), + [anon_sym_CARET_EQ] = ACTIONS(3381), + [anon_sym_COLON_EQ] = ACTIONS(3381), + [anon_sym_lock] = ACTIONS(3381), + [anon_sym_rlock] = ACTIONS(3381), + [anon_sym_unsafe] = ACTIONS(3381), + [anon_sym_sql] = ACTIONS(3381), + [sym_int_literal] = ACTIONS(3381), + [sym_float_literal] = ACTIONS(3381), + [sym_rune_literal] = ACTIONS(3381), + [sym_pseudo_compile_time_identifier] = ACTIONS(3381), + [anon_sym_shared] = ACTIONS(3381), + [anon_sym_map_LBRACK] = ACTIONS(3381), + [anon_sym_chan] = ACTIONS(3381), + [anon_sym_thread] = ACTIONS(3381), + [anon_sym_atomic] = ACTIONS(3381), + [anon_sym_assert] = ACTIONS(3381), + [anon_sym_defer] = ACTIONS(3381), + [anon_sym_goto] = ACTIONS(3381), + [anon_sym_break] = ACTIONS(3381), + [anon_sym_continue] = ACTIONS(3381), + [anon_sym_return] = ACTIONS(3381), + [anon_sym_DOLLARfor] = ACTIONS(3381), + [anon_sym_for] = ACTIONS(3381), + [anon_sym_POUND] = ACTIONS(3381), + [anon_sym_asm] = ACTIONS(3381), + [anon_sym_AT_LBRACK] = ACTIONS(3381), + [sym___double_quote] = ACTIONS(3381), + [sym___single_quote] = ACTIONS(3381), + [sym___c_double_quote] = ACTIONS(3381), + [sym___c_single_quote] = ACTIONS(3381), + [sym___r_double_quote] = ACTIONS(3381), + [sym___r_single_quote] = ACTIONS(3381), + }, + [799] = { + [sym_line_comment] = STATE(799), + [sym_block_comment] = STATE(799), + [sym__expression] = STATE(1802), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4260), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3157), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), [anon_sym_DASH] = ACTIONS(713), [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), [anon_sym_BANG] = ACTIONS(719), @@ -116474,14 +116607,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(733), [sym_false] = ACTIONS(733), [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), [sym_int_literal] = ACTIONS(733), [sym_float_literal] = ACTIONS(751), [sym_rune_literal] = ACTIONS(751), @@ -116498,431 +116631,431 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(763), [sym___r_single_quote] = ACTIONS(765), }, - [799] = { - [sym_line_comment] = STATE(799), - [sym_block_comment] = STATE(799), - [ts_builtin_sym_end] = ACTIONS(3357), - [sym_identifier] = ACTIONS(3359), - [anon_sym_LF] = ACTIONS(3359), - [anon_sym_CR] = ACTIONS(3359), - [anon_sym_CR_LF] = ACTIONS(3359), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3359), - [anon_sym_as] = ACTIONS(3359), - [anon_sym_LBRACE] = ACTIONS(3359), - [anon_sym_COMMA] = ACTIONS(3359), - [anon_sym_const] = ACTIONS(3359), - [anon_sym_LPAREN] = ACTIONS(3359), - [anon_sym_EQ] = ACTIONS(3359), - [anon_sym___global] = ACTIONS(3359), - [anon_sym_type] = ACTIONS(3359), - [anon_sym_PIPE] = ACTIONS(3359), - [anon_sym_fn] = ACTIONS(3359), - [anon_sym_PLUS] = ACTIONS(3359), - [anon_sym_DASH] = ACTIONS(3359), - [anon_sym_STAR] = ACTIONS(3359), - [anon_sym_SLASH] = ACTIONS(3359), - [anon_sym_PERCENT] = ACTIONS(3359), - [anon_sym_LT] = ACTIONS(3359), - [anon_sym_GT] = ACTIONS(3359), - [anon_sym_EQ_EQ] = ACTIONS(3359), - [anon_sym_BANG_EQ] = ACTIONS(3359), - [anon_sym_LT_EQ] = ACTIONS(3359), - [anon_sym_GT_EQ] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(3357), - [anon_sym_struct] = ACTIONS(3359), - [anon_sym_union] = ACTIONS(3359), - [anon_sym_pub] = ACTIONS(3359), - [anon_sym_mut] = ACTIONS(3359), - [anon_sym_enum] = ACTIONS(3359), - [anon_sym_interface] = ACTIONS(3359), - [anon_sym_PLUS_PLUS] = ACTIONS(3359), - [anon_sym_DASH_DASH] = ACTIONS(3359), - [anon_sym_QMARK] = ACTIONS(3359), - [anon_sym_BANG] = ACTIONS(3359), - [anon_sym_go] = ACTIONS(3359), - [anon_sym_spawn] = ACTIONS(3359), - [anon_sym_json_DOTdecode] = ACTIONS(3359), - [anon_sym_LBRACK2] = ACTIONS(3359), - [anon_sym_TILDE] = ACTIONS(3359), - [anon_sym_CARET] = ACTIONS(3359), - [anon_sym_AMP] = ACTIONS(3359), - [anon_sym_LT_DASH] = ACTIONS(3359), - [anon_sym_LT_LT] = ACTIONS(3359), - [anon_sym_GT_GT] = ACTIONS(3359), - [anon_sym_GT_GT_GT] = ACTIONS(3359), - [anon_sym_AMP_CARET] = ACTIONS(3359), - [anon_sym_AMP_AMP] = ACTIONS(3359), - [anon_sym_PIPE_PIPE] = ACTIONS(3359), - [anon_sym_or] = ACTIONS(3359), - [sym_none] = ACTIONS(3359), - [sym_true] = ACTIONS(3359), - [sym_false] = ACTIONS(3359), - [sym_nil] = ACTIONS(3359), - [anon_sym_QMARK_DOT] = ACTIONS(3359), - [anon_sym_POUND_LBRACK] = ACTIONS(3359), - [anon_sym_if] = ACTIONS(3359), - [anon_sym_DOLLARif] = ACTIONS(3359), - [anon_sym_is] = ACTIONS(3359), - [anon_sym_BANGis] = ACTIONS(3359), - [anon_sym_in] = ACTIONS(3359), - [anon_sym_BANGin] = ACTIONS(3359), - [anon_sym_match] = ACTIONS(3359), - [anon_sym_select] = ACTIONS(3359), - [anon_sym_STAR_EQ] = ACTIONS(3359), - [anon_sym_SLASH_EQ] = ACTIONS(3359), - [anon_sym_PERCENT_EQ] = ACTIONS(3359), - [anon_sym_LT_LT_EQ] = ACTIONS(3359), - [anon_sym_GT_GT_EQ] = ACTIONS(3359), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3359), - [anon_sym_AMP_EQ] = ACTIONS(3359), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3359), - [anon_sym_PLUS_EQ] = ACTIONS(3359), - [anon_sym_DASH_EQ] = ACTIONS(3359), - [anon_sym_PIPE_EQ] = ACTIONS(3359), - [anon_sym_CARET_EQ] = ACTIONS(3359), - [anon_sym_COLON_EQ] = ACTIONS(3359), - [anon_sym_lock] = ACTIONS(3359), - [anon_sym_rlock] = ACTIONS(3359), - [anon_sym_unsafe] = ACTIONS(3359), - [anon_sym_sql] = ACTIONS(3359), - [sym_int_literal] = ACTIONS(3359), - [sym_float_literal] = ACTIONS(3359), - [sym_rune_literal] = ACTIONS(3359), - [sym_pseudo_compile_time_identifier] = ACTIONS(3359), - [anon_sym_shared] = ACTIONS(3359), - [anon_sym_map_LBRACK] = ACTIONS(3359), - [anon_sym_chan] = ACTIONS(3359), - [anon_sym_thread] = ACTIONS(3359), - [anon_sym_atomic] = ACTIONS(3359), - [anon_sym_assert] = ACTIONS(3359), - [anon_sym_defer] = ACTIONS(3359), - [anon_sym_goto] = ACTIONS(3359), - [anon_sym_break] = ACTIONS(3359), - [anon_sym_continue] = ACTIONS(3359), - [anon_sym_return] = ACTIONS(3359), - [anon_sym_DOLLARfor] = ACTIONS(3359), - [anon_sym_for] = ACTIONS(3359), - [anon_sym_POUND] = ACTIONS(3359), - [anon_sym_asm] = ACTIONS(3359), - [anon_sym_AT_LBRACK] = ACTIONS(3359), - [sym___double_quote] = ACTIONS(3359), - [sym___single_quote] = ACTIONS(3359), - [sym___c_double_quote] = ACTIONS(3359), - [sym___c_single_quote] = ACTIONS(3359), - [sym___r_double_quote] = ACTIONS(3359), - [sym___r_single_quote] = ACTIONS(3359), - }, [800] = { [sym_line_comment] = STATE(800), [sym_block_comment] = STATE(800), - [ts_builtin_sym_end] = ACTIONS(3361), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LF] = ACTIONS(3363), - [anon_sym_CR] = ACTIONS(3363), - [anon_sym_CR_LF] = ACTIONS(3363), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3363), - [anon_sym_as] = ACTIONS(3363), - [anon_sym_LBRACE] = ACTIONS(3363), - [anon_sym_COMMA] = ACTIONS(3363), - [anon_sym_const] = ACTIONS(3363), - [anon_sym_LPAREN] = ACTIONS(3363), - [anon_sym_EQ] = ACTIONS(3363), - [anon_sym___global] = ACTIONS(3363), - [anon_sym_type] = ACTIONS(3363), - [anon_sym_PIPE] = ACTIONS(3363), - [anon_sym_fn] = ACTIONS(3363), - [anon_sym_PLUS] = ACTIONS(3363), - [anon_sym_DASH] = ACTIONS(3363), - [anon_sym_STAR] = ACTIONS(3363), - [anon_sym_SLASH] = ACTIONS(3363), - [anon_sym_PERCENT] = ACTIONS(3363), - [anon_sym_LT] = ACTIONS(3363), - [anon_sym_GT] = ACTIONS(3363), - [anon_sym_EQ_EQ] = ACTIONS(3363), - [anon_sym_BANG_EQ] = ACTIONS(3363), - [anon_sym_LT_EQ] = ACTIONS(3363), - [anon_sym_GT_EQ] = ACTIONS(3363), - [anon_sym_LBRACK] = ACTIONS(3361), - [anon_sym_struct] = ACTIONS(3363), - [anon_sym_union] = ACTIONS(3363), - [anon_sym_pub] = ACTIONS(3363), - [anon_sym_mut] = ACTIONS(3363), - [anon_sym_enum] = ACTIONS(3363), - [anon_sym_interface] = ACTIONS(3363), - [anon_sym_PLUS_PLUS] = ACTIONS(3363), - [anon_sym_DASH_DASH] = ACTIONS(3363), - [anon_sym_QMARK] = ACTIONS(3363), - [anon_sym_BANG] = ACTIONS(3363), - [anon_sym_go] = ACTIONS(3363), - [anon_sym_spawn] = ACTIONS(3363), - [anon_sym_json_DOTdecode] = ACTIONS(3363), - [anon_sym_LBRACK2] = ACTIONS(3363), - [anon_sym_TILDE] = ACTIONS(3363), - [anon_sym_CARET] = ACTIONS(3363), - [anon_sym_AMP] = ACTIONS(3363), - [anon_sym_LT_DASH] = ACTIONS(3363), - [anon_sym_LT_LT] = ACTIONS(3363), - [anon_sym_GT_GT] = ACTIONS(3363), - [anon_sym_GT_GT_GT] = ACTIONS(3363), - [anon_sym_AMP_CARET] = ACTIONS(3363), - [anon_sym_AMP_AMP] = ACTIONS(3363), - [anon_sym_PIPE_PIPE] = ACTIONS(3363), - [anon_sym_or] = ACTIONS(3363), - [sym_none] = ACTIONS(3363), - [sym_true] = ACTIONS(3363), - [sym_false] = ACTIONS(3363), - [sym_nil] = ACTIONS(3363), - [anon_sym_QMARK_DOT] = ACTIONS(3363), - [anon_sym_POUND_LBRACK] = ACTIONS(3363), - [anon_sym_if] = ACTIONS(3363), - [anon_sym_DOLLARif] = ACTIONS(3363), - [anon_sym_is] = ACTIONS(3363), - [anon_sym_BANGis] = ACTIONS(3363), - [anon_sym_in] = ACTIONS(3363), - [anon_sym_BANGin] = ACTIONS(3363), - [anon_sym_match] = ACTIONS(3363), - [anon_sym_select] = ACTIONS(3363), - [anon_sym_STAR_EQ] = ACTIONS(3363), - [anon_sym_SLASH_EQ] = ACTIONS(3363), - [anon_sym_PERCENT_EQ] = ACTIONS(3363), - [anon_sym_LT_LT_EQ] = ACTIONS(3363), - [anon_sym_GT_GT_EQ] = ACTIONS(3363), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3363), - [anon_sym_AMP_EQ] = ACTIONS(3363), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3363), - [anon_sym_PLUS_EQ] = ACTIONS(3363), - [anon_sym_DASH_EQ] = ACTIONS(3363), - [anon_sym_PIPE_EQ] = ACTIONS(3363), - [anon_sym_CARET_EQ] = ACTIONS(3363), - [anon_sym_COLON_EQ] = ACTIONS(3363), - [anon_sym_lock] = ACTIONS(3363), - [anon_sym_rlock] = ACTIONS(3363), - [anon_sym_unsafe] = ACTIONS(3363), - [anon_sym_sql] = ACTIONS(3363), - [sym_int_literal] = ACTIONS(3363), - [sym_float_literal] = ACTIONS(3363), - [sym_rune_literal] = ACTIONS(3363), - [sym_pseudo_compile_time_identifier] = ACTIONS(3363), - [anon_sym_shared] = ACTIONS(3363), - [anon_sym_map_LBRACK] = ACTIONS(3363), - [anon_sym_chan] = ACTIONS(3363), - [anon_sym_thread] = ACTIONS(3363), - [anon_sym_atomic] = ACTIONS(3363), - [anon_sym_assert] = ACTIONS(3363), - [anon_sym_defer] = ACTIONS(3363), - [anon_sym_goto] = ACTIONS(3363), - [anon_sym_break] = ACTIONS(3363), - [anon_sym_continue] = ACTIONS(3363), - [anon_sym_return] = ACTIONS(3363), - [anon_sym_DOLLARfor] = ACTIONS(3363), - [anon_sym_for] = ACTIONS(3363), - [anon_sym_POUND] = ACTIONS(3363), - [anon_sym_asm] = ACTIONS(3363), - [anon_sym_AT_LBRACK] = ACTIONS(3363), - [sym___double_quote] = ACTIONS(3363), - [sym___single_quote] = ACTIONS(3363), - [sym___c_double_quote] = ACTIONS(3363), - [sym___c_single_quote] = ACTIONS(3363), - [sym___r_double_quote] = ACTIONS(3363), - [sym___r_single_quote] = ACTIONS(3363), - }, - [801] = { - [sym_line_comment] = STATE(801), - [sym_block_comment] = STATE(801), - [sym__expression] = STATE(2320), + [sym__expression] = STATE(2327), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(3658), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(3660), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [801] = { + [sym_line_comment] = STATE(801), + [sym_block_comment] = STATE(801), + [ts_builtin_sym_end] = ACTIONS(3383), + [sym_identifier] = ACTIONS(3385), + [anon_sym_LF] = ACTIONS(3385), + [anon_sym_CR] = ACTIONS(3385), + [anon_sym_CR_LF] = ACTIONS(3385), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3385), + [anon_sym_as] = ACTIONS(3385), + [anon_sym_LBRACE] = ACTIONS(3385), + [anon_sym_COMMA] = ACTIONS(3385), + [anon_sym_const] = ACTIONS(3385), + [anon_sym_LPAREN] = ACTIONS(3385), + [anon_sym_EQ] = ACTIONS(3385), + [anon_sym___global] = ACTIONS(3385), + [anon_sym_type] = ACTIONS(3385), + [anon_sym_PIPE] = ACTIONS(3385), + [anon_sym_fn] = ACTIONS(3385), + [anon_sym_PLUS] = ACTIONS(3385), + [anon_sym_DASH] = ACTIONS(3385), + [anon_sym_STAR] = ACTIONS(3385), + [anon_sym_SLASH] = ACTIONS(3385), + [anon_sym_PERCENT] = ACTIONS(3385), + [anon_sym_LT] = ACTIONS(3385), + [anon_sym_GT] = ACTIONS(3385), + [anon_sym_EQ_EQ] = ACTIONS(3385), + [anon_sym_BANG_EQ] = ACTIONS(3385), + [anon_sym_LT_EQ] = ACTIONS(3385), + [anon_sym_GT_EQ] = ACTIONS(3385), + [anon_sym_LBRACK] = ACTIONS(3383), + [anon_sym_struct] = ACTIONS(3385), + [anon_sym_union] = ACTIONS(3385), + [anon_sym_pub] = ACTIONS(3385), + [anon_sym_mut] = ACTIONS(3385), + [anon_sym_enum] = ACTIONS(3385), + [anon_sym_interface] = ACTIONS(3385), + [anon_sym_PLUS_PLUS] = ACTIONS(3385), + [anon_sym_DASH_DASH] = ACTIONS(3385), + [anon_sym_QMARK] = ACTIONS(3385), + [anon_sym_BANG] = ACTIONS(3385), + [anon_sym_go] = ACTIONS(3385), + [anon_sym_spawn] = ACTIONS(3385), + [anon_sym_json_DOTdecode] = ACTIONS(3385), + [anon_sym_LBRACK2] = ACTIONS(3385), + [anon_sym_TILDE] = ACTIONS(3385), + [anon_sym_CARET] = ACTIONS(3385), + [anon_sym_AMP] = ACTIONS(3385), + [anon_sym_LT_DASH] = ACTIONS(3385), + [anon_sym_LT_LT] = ACTIONS(3385), + [anon_sym_GT_GT] = ACTIONS(3385), + [anon_sym_GT_GT_GT] = ACTIONS(3385), + [anon_sym_AMP_CARET] = ACTIONS(3385), + [anon_sym_AMP_AMP] = ACTIONS(3385), + [anon_sym_PIPE_PIPE] = ACTIONS(3385), + [anon_sym_or] = ACTIONS(3385), + [sym_none] = ACTIONS(3385), + [sym_true] = ACTIONS(3385), + [sym_false] = ACTIONS(3385), + [sym_nil] = ACTIONS(3385), + [anon_sym_QMARK_DOT] = ACTIONS(3385), + [anon_sym_POUND_LBRACK] = ACTIONS(3385), + [anon_sym_if] = ACTIONS(3385), + [anon_sym_DOLLARif] = ACTIONS(3385), + [anon_sym_is] = ACTIONS(3385), + [anon_sym_BANGis] = ACTIONS(3385), + [anon_sym_in] = ACTIONS(3385), + [anon_sym_BANGin] = ACTIONS(3385), + [anon_sym_match] = ACTIONS(3385), + [anon_sym_select] = ACTIONS(3385), + [anon_sym_STAR_EQ] = ACTIONS(3385), + [anon_sym_SLASH_EQ] = ACTIONS(3385), + [anon_sym_PERCENT_EQ] = ACTIONS(3385), + [anon_sym_LT_LT_EQ] = ACTIONS(3385), + [anon_sym_GT_GT_EQ] = ACTIONS(3385), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3385), + [anon_sym_AMP_EQ] = ACTIONS(3385), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3385), + [anon_sym_PLUS_EQ] = ACTIONS(3385), + [anon_sym_DASH_EQ] = ACTIONS(3385), + [anon_sym_PIPE_EQ] = ACTIONS(3385), + [anon_sym_CARET_EQ] = ACTIONS(3385), + [anon_sym_COLON_EQ] = ACTIONS(3385), + [anon_sym_lock] = ACTIONS(3385), + [anon_sym_rlock] = ACTIONS(3385), + [anon_sym_unsafe] = ACTIONS(3385), + [anon_sym_sql] = ACTIONS(3385), + [sym_int_literal] = ACTIONS(3385), + [sym_float_literal] = ACTIONS(3385), + [sym_rune_literal] = ACTIONS(3385), + [sym_pseudo_compile_time_identifier] = ACTIONS(3385), + [anon_sym_shared] = ACTIONS(3385), + [anon_sym_map_LBRACK] = ACTIONS(3385), + [anon_sym_chan] = ACTIONS(3385), + [anon_sym_thread] = ACTIONS(3385), + [anon_sym_atomic] = ACTIONS(3385), + [anon_sym_assert] = ACTIONS(3385), + [anon_sym_defer] = ACTIONS(3385), + [anon_sym_goto] = ACTIONS(3385), + [anon_sym_break] = ACTIONS(3385), + [anon_sym_continue] = ACTIONS(3385), + [anon_sym_return] = ACTIONS(3385), + [anon_sym_DOLLARfor] = ACTIONS(3385), + [anon_sym_for] = ACTIONS(3385), + [anon_sym_POUND] = ACTIONS(3385), + [anon_sym_asm] = ACTIONS(3385), + [anon_sym_AT_LBRACK] = ACTIONS(3385), + [sym___double_quote] = ACTIONS(3385), + [sym___single_quote] = ACTIONS(3385), + [sym___c_double_quote] = ACTIONS(3385), + [sym___c_single_quote] = ACTIONS(3385), + [sym___r_double_quote] = ACTIONS(3385), + [sym___r_single_quote] = ACTIONS(3385), }, [802] = { [sym_line_comment] = STATE(802), [sym_block_comment] = STATE(802), + [ts_builtin_sym_end] = ACTIONS(3387), + [sym_identifier] = ACTIONS(3389), + [anon_sym_LF] = ACTIONS(3389), + [anon_sym_CR] = ACTIONS(3389), + [anon_sym_CR_LF] = ACTIONS(3389), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3389), + [anon_sym_as] = ACTIONS(3389), + [anon_sym_LBRACE] = ACTIONS(3389), + [anon_sym_COMMA] = ACTIONS(3389), + [anon_sym_const] = ACTIONS(3389), + [anon_sym_LPAREN] = ACTIONS(3389), + [anon_sym_EQ] = ACTIONS(3389), + [anon_sym___global] = ACTIONS(3389), + [anon_sym_type] = ACTIONS(3389), + [anon_sym_PIPE] = ACTIONS(3389), + [anon_sym_fn] = ACTIONS(3389), + [anon_sym_PLUS] = ACTIONS(3389), + [anon_sym_DASH] = ACTIONS(3389), + [anon_sym_STAR] = ACTIONS(3389), + [anon_sym_SLASH] = ACTIONS(3389), + [anon_sym_PERCENT] = ACTIONS(3389), + [anon_sym_LT] = ACTIONS(3389), + [anon_sym_GT] = ACTIONS(3389), + [anon_sym_EQ_EQ] = ACTIONS(3389), + [anon_sym_BANG_EQ] = ACTIONS(3389), + [anon_sym_LT_EQ] = ACTIONS(3389), + [anon_sym_GT_EQ] = ACTIONS(3389), + [anon_sym_LBRACK] = ACTIONS(3387), + [anon_sym_struct] = ACTIONS(3389), + [anon_sym_union] = ACTIONS(3389), + [anon_sym_pub] = ACTIONS(3389), + [anon_sym_mut] = ACTIONS(3389), + [anon_sym_enum] = ACTIONS(3389), + [anon_sym_interface] = ACTIONS(3389), + [anon_sym_PLUS_PLUS] = ACTIONS(3389), + [anon_sym_DASH_DASH] = ACTIONS(3389), + [anon_sym_QMARK] = ACTIONS(3389), + [anon_sym_BANG] = ACTIONS(3389), + [anon_sym_go] = ACTIONS(3389), + [anon_sym_spawn] = ACTIONS(3389), + [anon_sym_json_DOTdecode] = ACTIONS(3389), + [anon_sym_LBRACK2] = ACTIONS(3389), + [anon_sym_TILDE] = ACTIONS(3389), + [anon_sym_CARET] = ACTIONS(3389), + [anon_sym_AMP] = ACTIONS(3389), + [anon_sym_LT_DASH] = ACTIONS(3389), + [anon_sym_LT_LT] = ACTIONS(3389), + [anon_sym_GT_GT] = ACTIONS(3389), + [anon_sym_GT_GT_GT] = ACTIONS(3389), + [anon_sym_AMP_CARET] = ACTIONS(3389), + [anon_sym_AMP_AMP] = ACTIONS(3389), + [anon_sym_PIPE_PIPE] = ACTIONS(3389), + [anon_sym_or] = ACTIONS(3389), + [sym_none] = ACTIONS(3389), + [sym_true] = ACTIONS(3389), + [sym_false] = ACTIONS(3389), + [sym_nil] = ACTIONS(3389), + [anon_sym_QMARK_DOT] = ACTIONS(3389), + [anon_sym_POUND_LBRACK] = ACTIONS(3389), + [anon_sym_if] = ACTIONS(3389), + [anon_sym_DOLLARif] = ACTIONS(3389), + [anon_sym_is] = ACTIONS(3389), + [anon_sym_BANGis] = ACTIONS(3389), + [anon_sym_in] = ACTIONS(3389), + [anon_sym_BANGin] = ACTIONS(3389), + [anon_sym_match] = ACTIONS(3389), + [anon_sym_select] = ACTIONS(3389), + [anon_sym_STAR_EQ] = ACTIONS(3389), + [anon_sym_SLASH_EQ] = ACTIONS(3389), + [anon_sym_PERCENT_EQ] = ACTIONS(3389), + [anon_sym_LT_LT_EQ] = ACTIONS(3389), + [anon_sym_GT_GT_EQ] = ACTIONS(3389), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3389), + [anon_sym_AMP_EQ] = ACTIONS(3389), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3389), + [anon_sym_PLUS_EQ] = ACTIONS(3389), + [anon_sym_DASH_EQ] = ACTIONS(3389), + [anon_sym_PIPE_EQ] = ACTIONS(3389), + [anon_sym_CARET_EQ] = ACTIONS(3389), + [anon_sym_COLON_EQ] = ACTIONS(3389), + [anon_sym_lock] = ACTIONS(3389), + [anon_sym_rlock] = ACTIONS(3389), + [anon_sym_unsafe] = ACTIONS(3389), + [anon_sym_sql] = ACTIONS(3389), + [sym_int_literal] = ACTIONS(3389), + [sym_float_literal] = ACTIONS(3389), + [sym_rune_literal] = ACTIONS(3389), + [sym_pseudo_compile_time_identifier] = ACTIONS(3389), + [anon_sym_shared] = ACTIONS(3389), + [anon_sym_map_LBRACK] = ACTIONS(3389), + [anon_sym_chan] = ACTIONS(3389), + [anon_sym_thread] = ACTIONS(3389), + [anon_sym_atomic] = ACTIONS(3389), + [anon_sym_assert] = ACTIONS(3389), + [anon_sym_defer] = ACTIONS(3389), + [anon_sym_goto] = ACTIONS(3389), + [anon_sym_break] = ACTIONS(3389), + [anon_sym_continue] = ACTIONS(3389), + [anon_sym_return] = ACTIONS(3389), + [anon_sym_DOLLARfor] = ACTIONS(3389), + [anon_sym_for] = ACTIONS(3389), + [anon_sym_POUND] = ACTIONS(3389), + [anon_sym_asm] = ACTIONS(3389), + [anon_sym_AT_LBRACK] = ACTIONS(3389), + [sym___double_quote] = ACTIONS(3389), + [sym___single_quote] = ACTIONS(3389), + [sym___c_double_quote] = ACTIONS(3389), + [sym___c_single_quote] = ACTIONS(3389), + [sym___r_double_quote] = ACTIONS(3389), + [sym___r_single_quote] = ACTIONS(3389), + }, + [803] = { + [sym_line_comment] = STATE(803), + [sym_block_comment] = STATE(803), [sym__expression] = STATE(1804), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4266), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4260), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3157), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), [anon_sym_DASH] = ACTIONS(713), [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), [anon_sym_BANG] = ACTIONS(719), @@ -116938,14 +117071,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(733), [sym_false] = ACTIONS(733), [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), [sym_int_literal] = ACTIONS(733), [sym_float_literal] = ACTIONS(751), [sym_rune_literal] = ACTIONS(751), @@ -116962,83 +117095,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(763), [sym___r_single_quote] = ACTIONS(765), }, - [803] = { - [sym_line_comment] = STATE(803), - [sym_block_comment] = STATE(803), - [sym__expression] = STATE(1807), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4266), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), + [804] = { + [sym_line_comment] = STATE(804), + [sym_block_comment] = STATE(804), + [sym__expression] = STATE(1805), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4260), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3157), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), [anon_sym_DASH] = ACTIONS(713), [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), [anon_sym_BANG] = ACTIONS(719), @@ -117054,14 +117187,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(733), [sym_false] = ACTIONS(733), [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), [sym_int_literal] = ACTIONS(733), [sym_float_literal] = ACTIONS(751), [sym_rune_literal] = ACTIONS(751), @@ -117078,431 +117211,431 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(763), [sym___r_single_quote] = ACTIONS(765), }, - [804] = { - [sym_line_comment] = STATE(804), - [sym_block_comment] = STATE(804), - [sym__expression] = STATE(2473), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), - }, [805] = { [sym_line_comment] = STATE(805), [sym_block_comment] = STATE(805), - [sym__expression] = STATE(2320), + [sym__expression] = STATE(2327), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(3672), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(3674), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [806] = { [sym_line_comment] = STATE(806), [sym_block_comment] = STATE(806), - [sym__expression] = STATE(2320), + [ts_builtin_sym_end] = ACTIONS(2871), + [sym_identifier] = ACTIONS(2873), + [anon_sym_LF] = ACTIONS(2873), + [anon_sym_CR] = ACTIONS(2873), + [anon_sym_CR_LF] = ACTIONS(2873), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2873), + [anon_sym_as] = ACTIONS(2873), + [anon_sym_LBRACE] = ACTIONS(2873), + [anon_sym_COMMA] = ACTIONS(2873), + [anon_sym_const] = ACTIONS(2873), + [anon_sym_LPAREN] = ACTIONS(2873), + [anon_sym_EQ] = ACTIONS(2873), + [anon_sym___global] = ACTIONS(2873), + [anon_sym_type] = ACTIONS(2873), + [anon_sym_PIPE] = ACTIONS(2873), + [anon_sym_fn] = ACTIONS(2873), + [anon_sym_PLUS] = ACTIONS(2873), + [anon_sym_DASH] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_SLASH] = ACTIONS(2873), + [anon_sym_PERCENT] = ACTIONS(2873), + [anon_sym_LT] = ACTIONS(2873), + [anon_sym_GT] = ACTIONS(2873), + [anon_sym_EQ_EQ] = ACTIONS(2873), + [anon_sym_BANG_EQ] = ACTIONS(2873), + [anon_sym_LT_EQ] = ACTIONS(2873), + [anon_sym_GT_EQ] = ACTIONS(2873), + [anon_sym_LBRACK] = ACTIONS(2871), + [anon_sym_struct] = ACTIONS(2873), + [anon_sym_union] = ACTIONS(2873), + [anon_sym_pub] = ACTIONS(2873), + [anon_sym_mut] = ACTIONS(2873), + [anon_sym_enum] = ACTIONS(2873), + [anon_sym_interface] = ACTIONS(2873), + [anon_sym_PLUS_PLUS] = ACTIONS(2873), + [anon_sym_DASH_DASH] = ACTIONS(2873), + [anon_sym_QMARK] = ACTIONS(2873), + [anon_sym_BANG] = ACTIONS(2873), + [anon_sym_go] = ACTIONS(2873), + [anon_sym_spawn] = ACTIONS(2873), + [anon_sym_json_DOTdecode] = ACTIONS(2873), + [anon_sym_LBRACK2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_CARET] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2873), + [anon_sym_LT_DASH] = ACTIONS(2873), + [anon_sym_LT_LT] = ACTIONS(2873), + [anon_sym_GT_GT] = ACTIONS(2873), + [anon_sym_GT_GT_GT] = ACTIONS(2873), + [anon_sym_AMP_CARET] = ACTIONS(2873), + [anon_sym_AMP_AMP] = ACTIONS(2873), + [anon_sym_PIPE_PIPE] = ACTIONS(2873), + [anon_sym_or] = ACTIONS(2873), + [sym_none] = ACTIONS(2873), + [sym_true] = ACTIONS(2873), + [sym_false] = ACTIONS(2873), + [sym_nil] = ACTIONS(2873), + [anon_sym_QMARK_DOT] = ACTIONS(2873), + [anon_sym_POUND_LBRACK] = ACTIONS(2873), + [anon_sym_if] = ACTIONS(2873), + [anon_sym_DOLLARif] = ACTIONS(2873), + [anon_sym_is] = ACTIONS(2873), + [anon_sym_BANGis] = ACTIONS(2873), + [anon_sym_in] = ACTIONS(2873), + [anon_sym_BANGin] = ACTIONS(2873), + [anon_sym_match] = ACTIONS(2873), + [anon_sym_select] = ACTIONS(2873), + [anon_sym_STAR_EQ] = ACTIONS(2873), + [anon_sym_SLASH_EQ] = ACTIONS(2873), + [anon_sym_PERCENT_EQ] = ACTIONS(2873), + [anon_sym_LT_LT_EQ] = ACTIONS(2873), + [anon_sym_GT_GT_EQ] = ACTIONS(2873), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2873), + [anon_sym_AMP_EQ] = ACTIONS(2873), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2873), + [anon_sym_PLUS_EQ] = ACTIONS(2873), + [anon_sym_DASH_EQ] = ACTIONS(2873), + [anon_sym_PIPE_EQ] = ACTIONS(2873), + [anon_sym_CARET_EQ] = ACTIONS(2873), + [anon_sym_COLON_EQ] = ACTIONS(2873), + [anon_sym_lock] = ACTIONS(2873), + [anon_sym_rlock] = ACTIONS(2873), + [anon_sym_unsafe] = ACTIONS(2873), + [anon_sym_sql] = ACTIONS(2873), + [sym_int_literal] = ACTIONS(2873), + [sym_float_literal] = ACTIONS(2873), + [sym_rune_literal] = ACTIONS(2873), + [sym_pseudo_compile_time_identifier] = ACTIONS(2873), + [anon_sym_shared] = ACTIONS(2873), + [anon_sym_map_LBRACK] = ACTIONS(2873), + [anon_sym_chan] = ACTIONS(2873), + [anon_sym_thread] = ACTIONS(2873), + [anon_sym_atomic] = ACTIONS(2873), + [anon_sym_assert] = ACTIONS(2873), + [anon_sym_defer] = ACTIONS(2873), + [anon_sym_goto] = ACTIONS(2873), + [anon_sym_break] = ACTIONS(2873), + [anon_sym_continue] = ACTIONS(2873), + [anon_sym_return] = ACTIONS(2873), + [anon_sym_DOLLARfor] = ACTIONS(2873), + [anon_sym_for] = ACTIONS(2873), + [anon_sym_POUND] = ACTIONS(2873), + [anon_sym_asm] = ACTIONS(2873), + [anon_sym_AT_LBRACK] = ACTIONS(2873), + [sym___double_quote] = ACTIONS(2873), + [sym___single_quote] = ACTIONS(2873), + [sym___c_double_quote] = ACTIONS(2873), + [sym___c_single_quote] = ACTIONS(2873), + [sym___r_double_quote] = ACTIONS(2873), + [sym___r_single_quote] = ACTIONS(2873), + }, + [807] = { + [sym_line_comment] = STATE(807), + [sym_block_comment] = STATE(807), + [sym__expression] = STATE(2327), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(3670), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(3685), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [807] = { - [sym_line_comment] = STATE(807), - [sym_block_comment] = STATE(807), + [808] = { + [sym_line_comment] = STATE(808), + [sym_block_comment] = STATE(808), [sym__expression] = STATE(1825), - [sym__expression_without_blocks] = STATE(2038), - [sym__expression_with_blocks] = STATE(2038), - [sym_inc_expression] = STATE(2066), - [sym_dec_expression] = STATE(2066), - [sym_or_block_expression] = STATE(2066), - [sym_option_propagation_expression] = STATE(2066), - [sym_result_propagation_expression] = STATE(2066), - [sym_anon_struct_value_expression] = STATE(2037), - [sym_go_expression] = STATE(2066), - [sym_spawn_expression] = STATE(2066), - [sym_parenthesized_expression] = STATE(2066), - [sym_call_expression] = STATE(2066), - [sym_type_initializer] = STATE(2037), - [sym_function_literal] = STATE(2066), - [sym_reference_expression] = STATE(2121), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2066), - [sym_receive_expression] = STATE(2066), - [sym_binary_expression] = STATE(2066), - [sym_as_type_cast_expression] = STATE(2066), - [sym__max_group] = STATE(2066), - [sym_literal] = STATE(2061), - [sym_map_init_expression] = STATE(2037), - [sym_array_creation] = STATE(2066), - [sym_fixed_array_creation] = STATE(2066), - [sym_selector_expression] = STATE(2066), - [sym_index_expression] = STATE(2066), - [sym_slice_expression] = STATE(2066), - [sym_if_expression] = STATE(2037), - [sym_compile_time_if_expression] = STATE(2037), - [sym_is_expression] = STATE(2066), - [sym_not_is_expression] = STATE(2066), - [sym_in_expression] = STATE(2066), - [sym_not_in_expression] = STATE(2066), - [sym_enum_fetch] = STATE(2066), - [sym_match_expression] = STATE(2037), - [sym_select_expression] = STATE(2037), - [sym_lock_expression] = STATE(2037), - [sym_unsafe_expression] = STATE(2037), - [sym_sql_expression] = STATE(2037), - [sym_c_string_literal] = STATE(2060), - [sym_raw_string_literal] = STATE(2060), - [sym_interpreted_string_literal] = STATE(2060), - [sym_mutability_modifiers] = STATE(512), - [sym_plain_type] = STATE(4266), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3157), + [sym__expression_without_blocks] = STATE(2117), + [sym__expression_with_blocks] = STATE(2117), + [sym_inc_expression] = STATE(2068), + [sym_dec_expression] = STATE(2068), + [sym_or_block_expression] = STATE(2068), + [sym_option_propagation_expression] = STATE(2068), + [sym_result_propagation_expression] = STATE(2068), + [sym_anon_struct_value_expression] = STATE(2113), + [sym_go_expression] = STATE(2068), + [sym_spawn_expression] = STATE(2068), + [sym_parenthesized_expression] = STATE(2068), + [sym_call_expression] = STATE(2068), + [sym_type_initializer] = STATE(2113), + [sym_function_literal] = STATE(2068), + [sym_reference_expression] = STATE(2166), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2068), + [sym_receive_expression] = STATE(2068), + [sym_binary_expression] = STATE(2068), + [sym_as_type_cast_expression] = STATE(2068), + [sym__max_group] = STATE(2068), + [sym_literal] = STATE(2063), + [sym_map_init_expression] = STATE(2113), + [sym_array_creation] = STATE(2068), + [sym_fixed_array_creation] = STATE(2068), + [sym_selector_expression] = STATE(2068), + [sym_index_expression] = STATE(2068), + [sym_slice_expression] = STATE(2068), + [sym_if_expression] = STATE(2113), + [sym_compile_time_if_expression] = STATE(2113), + [sym_is_expression] = STATE(2068), + [sym_not_is_expression] = STATE(2068), + [sym_in_expression] = STATE(2068), + [sym_not_in_expression] = STATE(2068), + [sym_enum_fetch] = STATE(2068), + [sym_match_expression] = STATE(2113), + [sym_select_expression] = STATE(2113), + [sym_lock_expression] = STATE(2113), + [sym_unsafe_expression] = STATE(2113), + [sym_sql_expression] = STATE(2113), + [sym_c_string_literal] = STATE(2062), + [sym_raw_string_literal] = STATE(2062), + [sym_interpreted_string_literal] = STATE(2062), + [sym_mutability_modifiers] = STATE(549), + [sym_plain_type] = STATE(4260), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3155), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3157), [anon_sym_LPAREN] = ACTIONS(709), [anon_sym_fn] = ACTIONS(711), [anon_sym_PLUS] = ACTIONS(713), [anon_sym_DASH] = ACTIONS(713), [anon_sym_STAR] = ACTIONS(715), - [anon_sym_struct] = ACTIONS(3161), + [anon_sym_struct] = ACTIONS(3159), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), [anon_sym_BANG] = ACTIONS(719), @@ -117518,14 +117651,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(733), [sym_false] = ACTIONS(733), [sym_nil] = ACTIONS(733), - [anon_sym_if] = ACTIONS(3163), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3167), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3171), - [anon_sym_rlock] = ACTIONS(3171), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3161), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3165), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3169), + [anon_sym_rlock] = ACTIONS(3169), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3173), [sym_int_literal] = ACTIONS(733), [sym_float_literal] = ACTIONS(751), [sym_rune_literal] = ACTIONS(751), @@ -117542,5525 +117675,5525 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(763), [sym___r_single_quote] = ACTIONS(765), }, - [808] = { - [sym_line_comment] = STATE(808), - [sym_block_comment] = STATE(808), - [ts_builtin_sym_end] = ACTIONS(3365), - [sym_identifier] = ACTIONS(3367), - [anon_sym_LF] = ACTIONS(3367), - [anon_sym_CR] = ACTIONS(3367), - [anon_sym_CR_LF] = ACTIONS(3367), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3367), - [anon_sym_as] = ACTIONS(3367), - [anon_sym_LBRACE] = ACTIONS(3367), - [anon_sym_COMMA] = ACTIONS(3367), - [anon_sym_const] = ACTIONS(3367), - [anon_sym_LPAREN] = ACTIONS(3367), - [anon_sym_EQ] = ACTIONS(3367), - [anon_sym___global] = ACTIONS(3367), - [anon_sym_type] = ACTIONS(3367), - [anon_sym_PIPE] = ACTIONS(3367), - [anon_sym_fn] = ACTIONS(3367), - [anon_sym_PLUS] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3367), - [anon_sym_STAR] = ACTIONS(3367), - [anon_sym_SLASH] = ACTIONS(3367), - [anon_sym_PERCENT] = ACTIONS(3367), - [anon_sym_LT] = ACTIONS(3367), - [anon_sym_GT] = ACTIONS(3367), - [anon_sym_EQ_EQ] = ACTIONS(3367), - [anon_sym_BANG_EQ] = ACTIONS(3367), - [anon_sym_LT_EQ] = ACTIONS(3367), - [anon_sym_GT_EQ] = ACTIONS(3367), - [anon_sym_LBRACK] = ACTIONS(3365), - [anon_sym_struct] = ACTIONS(3367), - [anon_sym_union] = ACTIONS(3367), - [anon_sym_pub] = ACTIONS(3367), - [anon_sym_mut] = ACTIONS(3367), - [anon_sym_enum] = ACTIONS(3367), - [anon_sym_interface] = ACTIONS(3367), - [anon_sym_PLUS_PLUS] = ACTIONS(3367), - [anon_sym_DASH_DASH] = ACTIONS(3367), - [anon_sym_QMARK] = ACTIONS(3367), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_go] = ACTIONS(3367), - [anon_sym_spawn] = ACTIONS(3367), - [anon_sym_json_DOTdecode] = ACTIONS(3367), - [anon_sym_LBRACK2] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_CARET] = ACTIONS(3367), - [anon_sym_AMP] = ACTIONS(3367), - [anon_sym_LT_DASH] = ACTIONS(3367), - [anon_sym_LT_LT] = ACTIONS(3367), - [anon_sym_GT_GT] = ACTIONS(3367), - [anon_sym_GT_GT_GT] = ACTIONS(3367), - [anon_sym_AMP_CARET] = ACTIONS(3367), - [anon_sym_AMP_AMP] = ACTIONS(3367), - [anon_sym_PIPE_PIPE] = ACTIONS(3367), - [anon_sym_or] = ACTIONS(3367), - [sym_none] = ACTIONS(3367), - [sym_true] = ACTIONS(3367), - [sym_false] = ACTIONS(3367), - [sym_nil] = ACTIONS(3367), - [anon_sym_QMARK_DOT] = ACTIONS(3367), - [anon_sym_POUND_LBRACK] = ACTIONS(3367), - [anon_sym_if] = ACTIONS(3367), - [anon_sym_DOLLARif] = ACTIONS(3367), - [anon_sym_is] = ACTIONS(3367), - [anon_sym_BANGis] = ACTIONS(3367), - [anon_sym_in] = ACTIONS(3367), - [anon_sym_BANGin] = ACTIONS(3367), - [anon_sym_match] = ACTIONS(3367), - [anon_sym_select] = ACTIONS(3367), - [anon_sym_STAR_EQ] = ACTIONS(3367), - [anon_sym_SLASH_EQ] = ACTIONS(3367), - [anon_sym_PERCENT_EQ] = ACTIONS(3367), - [anon_sym_LT_LT_EQ] = ACTIONS(3367), - [anon_sym_GT_GT_EQ] = ACTIONS(3367), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3367), - [anon_sym_AMP_EQ] = ACTIONS(3367), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3367), - [anon_sym_PLUS_EQ] = ACTIONS(3367), - [anon_sym_DASH_EQ] = ACTIONS(3367), - [anon_sym_PIPE_EQ] = ACTIONS(3367), - [anon_sym_CARET_EQ] = ACTIONS(3367), - [anon_sym_COLON_EQ] = ACTIONS(3367), - [anon_sym_lock] = ACTIONS(3367), - [anon_sym_rlock] = ACTIONS(3367), - [anon_sym_unsafe] = ACTIONS(3367), - [anon_sym_sql] = ACTIONS(3367), - [sym_int_literal] = ACTIONS(3367), - [sym_float_literal] = ACTIONS(3367), - [sym_rune_literal] = ACTIONS(3367), - [sym_pseudo_compile_time_identifier] = ACTIONS(3367), - [anon_sym_shared] = ACTIONS(3367), - [anon_sym_map_LBRACK] = ACTIONS(3367), - [anon_sym_chan] = ACTIONS(3367), - [anon_sym_thread] = ACTIONS(3367), - [anon_sym_atomic] = ACTIONS(3367), - [anon_sym_assert] = ACTIONS(3367), - [anon_sym_defer] = ACTIONS(3367), - [anon_sym_goto] = ACTIONS(3367), - [anon_sym_break] = ACTIONS(3367), - [anon_sym_continue] = ACTIONS(3367), - [anon_sym_return] = ACTIONS(3367), - [anon_sym_DOLLARfor] = ACTIONS(3367), - [anon_sym_for] = ACTIONS(3367), - [anon_sym_POUND] = ACTIONS(3367), - [anon_sym_asm] = ACTIONS(3367), - [anon_sym_AT_LBRACK] = ACTIONS(3367), - [sym___double_quote] = ACTIONS(3367), - [sym___single_quote] = ACTIONS(3367), - [sym___c_double_quote] = ACTIONS(3367), - [sym___c_single_quote] = ACTIONS(3367), - [sym___r_double_quote] = ACTIONS(3367), - [sym___r_single_quote] = ACTIONS(3367), - }, [809] = { [sym_line_comment] = STATE(809), [sym_block_comment] = STATE(809), - [ts_builtin_sym_end] = ACTIONS(3369), - [sym_identifier] = ACTIONS(3371), - [anon_sym_LF] = ACTIONS(3371), - [anon_sym_CR] = ACTIONS(3371), - [anon_sym_CR_LF] = ACTIONS(3371), + [ts_builtin_sym_end] = ACTIONS(3391), + [sym_identifier] = ACTIONS(3393), + [anon_sym_LF] = ACTIONS(3393), + [anon_sym_CR] = ACTIONS(3393), + [anon_sym_CR_LF] = ACTIONS(3393), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3371), - [anon_sym_as] = ACTIONS(3371), - [anon_sym_LBRACE] = ACTIONS(3371), - [anon_sym_COMMA] = ACTIONS(3371), - [anon_sym_const] = ACTIONS(3371), - [anon_sym_LPAREN] = ACTIONS(3371), - [anon_sym_EQ] = ACTIONS(3371), - [anon_sym___global] = ACTIONS(3371), - [anon_sym_type] = ACTIONS(3371), - [anon_sym_PIPE] = ACTIONS(3371), - [anon_sym_fn] = ACTIONS(3371), - [anon_sym_PLUS] = ACTIONS(3371), - [anon_sym_DASH] = ACTIONS(3371), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_SLASH] = ACTIONS(3371), - [anon_sym_PERCENT] = ACTIONS(3371), - [anon_sym_LT] = ACTIONS(3371), - [anon_sym_GT] = ACTIONS(3371), - [anon_sym_EQ_EQ] = ACTIONS(3371), - [anon_sym_BANG_EQ] = ACTIONS(3371), - [anon_sym_LT_EQ] = ACTIONS(3371), - [anon_sym_GT_EQ] = ACTIONS(3371), - [anon_sym_LBRACK] = ACTIONS(3369), - [anon_sym_struct] = ACTIONS(3371), - [anon_sym_union] = ACTIONS(3371), - [anon_sym_pub] = ACTIONS(3371), - [anon_sym_mut] = ACTIONS(3371), - [anon_sym_enum] = ACTIONS(3371), - [anon_sym_interface] = ACTIONS(3371), - [anon_sym_PLUS_PLUS] = ACTIONS(3371), - [anon_sym_DASH_DASH] = ACTIONS(3371), - [anon_sym_QMARK] = ACTIONS(3371), - [anon_sym_BANG] = ACTIONS(3371), - [anon_sym_go] = ACTIONS(3371), - [anon_sym_spawn] = ACTIONS(3371), - [anon_sym_json_DOTdecode] = ACTIONS(3371), - [anon_sym_LBRACK2] = ACTIONS(3371), - [anon_sym_TILDE] = ACTIONS(3371), - [anon_sym_CARET] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LT_DASH] = ACTIONS(3371), - [anon_sym_LT_LT] = ACTIONS(3371), - [anon_sym_GT_GT] = ACTIONS(3371), - [anon_sym_GT_GT_GT] = ACTIONS(3371), - [anon_sym_AMP_CARET] = ACTIONS(3371), - [anon_sym_AMP_AMP] = ACTIONS(3371), - [anon_sym_PIPE_PIPE] = ACTIONS(3371), - [anon_sym_or] = ACTIONS(3371), - [sym_none] = ACTIONS(3371), - [sym_true] = ACTIONS(3371), - [sym_false] = ACTIONS(3371), - [sym_nil] = ACTIONS(3371), - [anon_sym_QMARK_DOT] = ACTIONS(3371), - [anon_sym_POUND_LBRACK] = ACTIONS(3371), - [anon_sym_if] = ACTIONS(3371), - [anon_sym_DOLLARif] = ACTIONS(3371), - [anon_sym_is] = ACTIONS(3371), - [anon_sym_BANGis] = ACTIONS(3371), - [anon_sym_in] = ACTIONS(3371), - [anon_sym_BANGin] = ACTIONS(3371), - [anon_sym_match] = ACTIONS(3371), - [anon_sym_select] = ACTIONS(3371), - [anon_sym_STAR_EQ] = ACTIONS(3371), - [anon_sym_SLASH_EQ] = ACTIONS(3371), - [anon_sym_PERCENT_EQ] = ACTIONS(3371), - [anon_sym_LT_LT_EQ] = ACTIONS(3371), - [anon_sym_GT_GT_EQ] = ACTIONS(3371), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3371), - [anon_sym_AMP_EQ] = ACTIONS(3371), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3371), - [anon_sym_PLUS_EQ] = ACTIONS(3371), - [anon_sym_DASH_EQ] = ACTIONS(3371), - [anon_sym_PIPE_EQ] = ACTIONS(3371), - [anon_sym_CARET_EQ] = ACTIONS(3371), - [anon_sym_COLON_EQ] = ACTIONS(3371), - [anon_sym_lock] = ACTIONS(3371), - [anon_sym_rlock] = ACTIONS(3371), - [anon_sym_unsafe] = ACTIONS(3371), - [anon_sym_sql] = ACTIONS(3371), - [sym_int_literal] = ACTIONS(3371), - [sym_float_literal] = ACTIONS(3371), - [sym_rune_literal] = ACTIONS(3371), - [sym_pseudo_compile_time_identifier] = ACTIONS(3371), - [anon_sym_shared] = ACTIONS(3371), - [anon_sym_map_LBRACK] = ACTIONS(3371), - [anon_sym_chan] = ACTIONS(3371), - [anon_sym_thread] = ACTIONS(3371), - [anon_sym_atomic] = ACTIONS(3371), - [anon_sym_assert] = ACTIONS(3371), - [anon_sym_defer] = ACTIONS(3371), - [anon_sym_goto] = ACTIONS(3371), - [anon_sym_break] = ACTIONS(3371), - [anon_sym_continue] = ACTIONS(3371), - [anon_sym_return] = ACTIONS(3371), - [anon_sym_DOLLARfor] = ACTIONS(3371), - [anon_sym_for] = ACTIONS(3371), - [anon_sym_POUND] = ACTIONS(3371), - [anon_sym_asm] = ACTIONS(3371), - [anon_sym_AT_LBRACK] = ACTIONS(3371), - [sym___double_quote] = ACTIONS(3371), - [sym___single_quote] = ACTIONS(3371), - [sym___c_double_quote] = ACTIONS(3371), - [sym___c_single_quote] = ACTIONS(3371), - [sym___r_double_quote] = ACTIONS(3371), - [sym___r_single_quote] = ACTIONS(3371), + [anon_sym_DOT] = ACTIONS(3393), + [anon_sym_as] = ACTIONS(3393), + [anon_sym_LBRACE] = ACTIONS(3393), + [anon_sym_COMMA] = ACTIONS(3393), + [anon_sym_const] = ACTIONS(3393), + [anon_sym_LPAREN] = ACTIONS(3393), + [anon_sym_EQ] = ACTIONS(3393), + [anon_sym___global] = ACTIONS(3393), + [anon_sym_type] = ACTIONS(3393), + [anon_sym_PIPE] = ACTIONS(3393), + [anon_sym_fn] = ACTIONS(3393), + [anon_sym_PLUS] = ACTIONS(3393), + [anon_sym_DASH] = ACTIONS(3393), + [anon_sym_STAR] = ACTIONS(3393), + [anon_sym_SLASH] = ACTIONS(3393), + [anon_sym_PERCENT] = ACTIONS(3393), + [anon_sym_LT] = ACTIONS(3393), + [anon_sym_GT] = ACTIONS(3393), + [anon_sym_EQ_EQ] = ACTIONS(3393), + [anon_sym_BANG_EQ] = ACTIONS(3393), + [anon_sym_LT_EQ] = ACTIONS(3393), + [anon_sym_GT_EQ] = ACTIONS(3393), + [anon_sym_LBRACK] = ACTIONS(3391), + [anon_sym_struct] = ACTIONS(3393), + [anon_sym_union] = ACTIONS(3393), + [anon_sym_pub] = ACTIONS(3393), + [anon_sym_mut] = ACTIONS(3393), + [anon_sym_enum] = ACTIONS(3393), + [anon_sym_interface] = ACTIONS(3393), + [anon_sym_PLUS_PLUS] = ACTIONS(3393), + [anon_sym_DASH_DASH] = ACTIONS(3393), + [anon_sym_QMARK] = ACTIONS(3393), + [anon_sym_BANG] = ACTIONS(3393), + [anon_sym_go] = ACTIONS(3393), + [anon_sym_spawn] = ACTIONS(3393), + [anon_sym_json_DOTdecode] = ACTIONS(3393), + [anon_sym_LBRACK2] = ACTIONS(3393), + [anon_sym_TILDE] = ACTIONS(3393), + [anon_sym_CARET] = ACTIONS(3393), + [anon_sym_AMP] = ACTIONS(3393), + [anon_sym_LT_DASH] = ACTIONS(3393), + [anon_sym_LT_LT] = ACTIONS(3393), + [anon_sym_GT_GT] = ACTIONS(3393), + [anon_sym_GT_GT_GT] = ACTIONS(3393), + [anon_sym_AMP_CARET] = ACTIONS(3393), + [anon_sym_AMP_AMP] = ACTIONS(3393), + [anon_sym_PIPE_PIPE] = ACTIONS(3393), + [anon_sym_or] = ACTIONS(3393), + [sym_none] = ACTIONS(3393), + [sym_true] = ACTIONS(3393), + [sym_false] = ACTIONS(3393), + [sym_nil] = ACTIONS(3393), + [anon_sym_QMARK_DOT] = ACTIONS(3393), + [anon_sym_POUND_LBRACK] = ACTIONS(3393), + [anon_sym_if] = ACTIONS(3393), + [anon_sym_DOLLARif] = ACTIONS(3393), + [anon_sym_is] = ACTIONS(3393), + [anon_sym_BANGis] = ACTIONS(3393), + [anon_sym_in] = ACTIONS(3393), + [anon_sym_BANGin] = ACTIONS(3393), + [anon_sym_match] = ACTIONS(3393), + [anon_sym_select] = ACTIONS(3393), + [anon_sym_STAR_EQ] = ACTIONS(3393), + [anon_sym_SLASH_EQ] = ACTIONS(3393), + [anon_sym_PERCENT_EQ] = ACTIONS(3393), + [anon_sym_LT_LT_EQ] = ACTIONS(3393), + [anon_sym_GT_GT_EQ] = ACTIONS(3393), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3393), + [anon_sym_AMP_EQ] = ACTIONS(3393), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3393), + [anon_sym_PLUS_EQ] = ACTIONS(3393), + [anon_sym_DASH_EQ] = ACTIONS(3393), + [anon_sym_PIPE_EQ] = ACTIONS(3393), + [anon_sym_CARET_EQ] = ACTIONS(3393), + [anon_sym_COLON_EQ] = ACTIONS(3393), + [anon_sym_lock] = ACTIONS(3393), + [anon_sym_rlock] = ACTIONS(3393), + [anon_sym_unsafe] = ACTIONS(3393), + [anon_sym_sql] = ACTIONS(3393), + [sym_int_literal] = ACTIONS(3393), + [sym_float_literal] = ACTIONS(3393), + [sym_rune_literal] = ACTIONS(3393), + [sym_pseudo_compile_time_identifier] = ACTIONS(3393), + [anon_sym_shared] = ACTIONS(3393), + [anon_sym_map_LBRACK] = ACTIONS(3393), + [anon_sym_chan] = ACTIONS(3393), + [anon_sym_thread] = ACTIONS(3393), + [anon_sym_atomic] = ACTIONS(3393), + [anon_sym_assert] = ACTIONS(3393), + [anon_sym_defer] = ACTIONS(3393), + [anon_sym_goto] = ACTIONS(3393), + [anon_sym_break] = ACTIONS(3393), + [anon_sym_continue] = ACTIONS(3393), + [anon_sym_return] = ACTIONS(3393), + [anon_sym_DOLLARfor] = ACTIONS(3393), + [anon_sym_for] = ACTIONS(3393), + [anon_sym_POUND] = ACTIONS(3393), + [anon_sym_asm] = ACTIONS(3393), + [anon_sym_AT_LBRACK] = ACTIONS(3393), + [sym___double_quote] = ACTIONS(3393), + [sym___single_quote] = ACTIONS(3393), + [sym___c_double_quote] = ACTIONS(3393), + [sym___c_single_quote] = ACTIONS(3393), + [sym___r_double_quote] = ACTIONS(3393), + [sym___r_single_quote] = ACTIONS(3393), }, [810] = { [sym_line_comment] = STATE(810), [sym_block_comment] = STATE(810), - [ts_builtin_sym_end] = ACTIONS(3373), - [sym_identifier] = ACTIONS(3375), - [anon_sym_LF] = ACTIONS(3375), - [anon_sym_CR] = ACTIONS(3375), - [anon_sym_CR_LF] = ACTIONS(3375), + [ts_builtin_sym_end] = ACTIONS(3395), + [sym_identifier] = ACTIONS(3397), + [anon_sym_LF] = ACTIONS(3397), + [anon_sym_CR] = ACTIONS(3397), + [anon_sym_CR_LF] = ACTIONS(3397), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3375), - [anon_sym_as] = ACTIONS(3375), - [anon_sym_LBRACE] = ACTIONS(3375), - [anon_sym_COMMA] = ACTIONS(3375), - [anon_sym_const] = ACTIONS(3375), - [anon_sym_LPAREN] = ACTIONS(3375), - [anon_sym_EQ] = ACTIONS(3375), - [anon_sym___global] = ACTIONS(3375), - [anon_sym_type] = ACTIONS(3375), - [anon_sym_PIPE] = ACTIONS(3375), - [anon_sym_fn] = ACTIONS(3375), - [anon_sym_PLUS] = ACTIONS(3375), - [anon_sym_DASH] = ACTIONS(3375), - [anon_sym_STAR] = ACTIONS(3375), - [anon_sym_SLASH] = ACTIONS(3375), - [anon_sym_PERCENT] = ACTIONS(3375), - [anon_sym_LT] = ACTIONS(3375), - [anon_sym_GT] = ACTIONS(3375), - [anon_sym_EQ_EQ] = ACTIONS(3375), - [anon_sym_BANG_EQ] = ACTIONS(3375), - [anon_sym_LT_EQ] = ACTIONS(3375), - [anon_sym_GT_EQ] = ACTIONS(3375), - [anon_sym_LBRACK] = ACTIONS(3373), - [anon_sym_struct] = ACTIONS(3375), - [anon_sym_union] = ACTIONS(3375), - [anon_sym_pub] = ACTIONS(3375), - [anon_sym_mut] = ACTIONS(3375), - [anon_sym_enum] = ACTIONS(3375), - [anon_sym_interface] = ACTIONS(3375), - [anon_sym_PLUS_PLUS] = ACTIONS(3375), - [anon_sym_DASH_DASH] = ACTIONS(3375), - [anon_sym_QMARK] = ACTIONS(3375), - [anon_sym_BANG] = ACTIONS(3375), - [anon_sym_go] = ACTIONS(3375), - [anon_sym_spawn] = ACTIONS(3375), - [anon_sym_json_DOTdecode] = ACTIONS(3375), - [anon_sym_LBRACK2] = ACTIONS(3375), - [anon_sym_TILDE] = ACTIONS(3375), - [anon_sym_CARET] = ACTIONS(3375), - [anon_sym_AMP] = ACTIONS(3375), - [anon_sym_LT_DASH] = ACTIONS(3375), - [anon_sym_LT_LT] = ACTIONS(3375), - [anon_sym_GT_GT] = ACTIONS(3375), - [anon_sym_GT_GT_GT] = ACTIONS(3375), - [anon_sym_AMP_CARET] = ACTIONS(3375), - [anon_sym_AMP_AMP] = ACTIONS(3375), - [anon_sym_PIPE_PIPE] = ACTIONS(3375), - [anon_sym_or] = ACTIONS(3375), - [sym_none] = ACTIONS(3375), - [sym_true] = ACTIONS(3375), - [sym_false] = ACTIONS(3375), - [sym_nil] = ACTIONS(3375), - [anon_sym_QMARK_DOT] = ACTIONS(3375), - [anon_sym_POUND_LBRACK] = ACTIONS(3375), - [anon_sym_if] = ACTIONS(3375), - [anon_sym_DOLLARif] = ACTIONS(3375), - [anon_sym_is] = ACTIONS(3375), - [anon_sym_BANGis] = ACTIONS(3375), - [anon_sym_in] = ACTIONS(3375), - [anon_sym_BANGin] = ACTIONS(3375), - [anon_sym_match] = ACTIONS(3375), - [anon_sym_select] = ACTIONS(3375), - [anon_sym_STAR_EQ] = ACTIONS(3375), - [anon_sym_SLASH_EQ] = ACTIONS(3375), - [anon_sym_PERCENT_EQ] = ACTIONS(3375), - [anon_sym_LT_LT_EQ] = ACTIONS(3375), - [anon_sym_GT_GT_EQ] = ACTIONS(3375), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3375), - [anon_sym_AMP_EQ] = ACTIONS(3375), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3375), - [anon_sym_PLUS_EQ] = ACTIONS(3375), - [anon_sym_DASH_EQ] = ACTIONS(3375), - [anon_sym_PIPE_EQ] = ACTIONS(3375), - [anon_sym_CARET_EQ] = ACTIONS(3375), - [anon_sym_COLON_EQ] = ACTIONS(3375), - [anon_sym_lock] = ACTIONS(3375), - [anon_sym_rlock] = ACTIONS(3375), - [anon_sym_unsafe] = ACTIONS(3375), - [anon_sym_sql] = ACTIONS(3375), - [sym_int_literal] = ACTIONS(3375), - [sym_float_literal] = ACTIONS(3375), - [sym_rune_literal] = ACTIONS(3375), - [sym_pseudo_compile_time_identifier] = ACTIONS(3375), - [anon_sym_shared] = ACTIONS(3375), - [anon_sym_map_LBRACK] = ACTIONS(3375), - [anon_sym_chan] = ACTIONS(3375), - [anon_sym_thread] = ACTIONS(3375), - [anon_sym_atomic] = ACTIONS(3375), - [anon_sym_assert] = ACTIONS(3375), - [anon_sym_defer] = ACTIONS(3375), - [anon_sym_goto] = ACTIONS(3375), - [anon_sym_break] = ACTIONS(3375), - [anon_sym_continue] = ACTIONS(3375), - [anon_sym_return] = ACTIONS(3375), - [anon_sym_DOLLARfor] = ACTIONS(3375), - [anon_sym_for] = ACTIONS(3375), - [anon_sym_POUND] = ACTIONS(3375), - [anon_sym_asm] = ACTIONS(3375), - [anon_sym_AT_LBRACK] = ACTIONS(3375), - [sym___double_quote] = ACTIONS(3375), - [sym___single_quote] = ACTIONS(3375), - [sym___c_double_quote] = ACTIONS(3375), - [sym___c_single_quote] = ACTIONS(3375), - [sym___r_double_quote] = ACTIONS(3375), - [sym___r_single_quote] = ACTIONS(3375), + [anon_sym_DOT] = ACTIONS(3397), + [anon_sym_as] = ACTIONS(3397), + [anon_sym_LBRACE] = ACTIONS(3397), + [anon_sym_COMMA] = ACTIONS(3397), + [anon_sym_const] = ACTIONS(3397), + [anon_sym_LPAREN] = ACTIONS(3397), + [anon_sym_EQ] = ACTIONS(3397), + [anon_sym___global] = ACTIONS(3397), + [anon_sym_type] = ACTIONS(3397), + [anon_sym_PIPE] = ACTIONS(3397), + [anon_sym_fn] = ACTIONS(3397), + [anon_sym_PLUS] = ACTIONS(3397), + [anon_sym_DASH] = ACTIONS(3397), + [anon_sym_STAR] = ACTIONS(3397), + [anon_sym_SLASH] = ACTIONS(3397), + [anon_sym_PERCENT] = ACTIONS(3397), + [anon_sym_LT] = ACTIONS(3397), + [anon_sym_GT] = ACTIONS(3397), + [anon_sym_EQ_EQ] = ACTIONS(3397), + [anon_sym_BANG_EQ] = ACTIONS(3397), + [anon_sym_LT_EQ] = ACTIONS(3397), + [anon_sym_GT_EQ] = ACTIONS(3397), + [anon_sym_LBRACK] = ACTIONS(3395), + [anon_sym_struct] = ACTIONS(3397), + [anon_sym_union] = ACTIONS(3397), + [anon_sym_pub] = ACTIONS(3397), + [anon_sym_mut] = ACTIONS(3397), + [anon_sym_enum] = ACTIONS(3397), + [anon_sym_interface] = ACTIONS(3397), + [anon_sym_PLUS_PLUS] = ACTIONS(3397), + [anon_sym_DASH_DASH] = ACTIONS(3397), + [anon_sym_QMARK] = ACTIONS(3397), + [anon_sym_BANG] = ACTIONS(3397), + [anon_sym_go] = ACTIONS(3397), + [anon_sym_spawn] = ACTIONS(3397), + [anon_sym_json_DOTdecode] = ACTIONS(3397), + [anon_sym_LBRACK2] = ACTIONS(3397), + [anon_sym_TILDE] = ACTIONS(3397), + [anon_sym_CARET] = ACTIONS(3397), + [anon_sym_AMP] = ACTIONS(3397), + [anon_sym_LT_DASH] = ACTIONS(3397), + [anon_sym_LT_LT] = ACTIONS(3397), + [anon_sym_GT_GT] = ACTIONS(3397), + [anon_sym_GT_GT_GT] = ACTIONS(3397), + [anon_sym_AMP_CARET] = ACTIONS(3397), + [anon_sym_AMP_AMP] = ACTIONS(3397), + [anon_sym_PIPE_PIPE] = ACTIONS(3397), + [anon_sym_or] = ACTIONS(3397), + [sym_none] = ACTIONS(3397), + [sym_true] = ACTIONS(3397), + [sym_false] = ACTIONS(3397), + [sym_nil] = ACTIONS(3397), + [anon_sym_QMARK_DOT] = ACTIONS(3397), + [anon_sym_POUND_LBRACK] = ACTIONS(3397), + [anon_sym_if] = ACTIONS(3397), + [anon_sym_DOLLARif] = ACTIONS(3397), + [anon_sym_is] = ACTIONS(3397), + [anon_sym_BANGis] = ACTIONS(3397), + [anon_sym_in] = ACTIONS(3397), + [anon_sym_BANGin] = ACTIONS(3397), + [anon_sym_match] = ACTIONS(3397), + [anon_sym_select] = ACTIONS(3397), + [anon_sym_STAR_EQ] = ACTIONS(3397), + [anon_sym_SLASH_EQ] = ACTIONS(3397), + [anon_sym_PERCENT_EQ] = ACTIONS(3397), + [anon_sym_LT_LT_EQ] = ACTIONS(3397), + [anon_sym_GT_GT_EQ] = ACTIONS(3397), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3397), + [anon_sym_AMP_EQ] = ACTIONS(3397), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3397), + [anon_sym_PLUS_EQ] = ACTIONS(3397), + [anon_sym_DASH_EQ] = ACTIONS(3397), + [anon_sym_PIPE_EQ] = ACTIONS(3397), + [anon_sym_CARET_EQ] = ACTIONS(3397), + [anon_sym_COLON_EQ] = ACTIONS(3397), + [anon_sym_lock] = ACTIONS(3397), + [anon_sym_rlock] = ACTIONS(3397), + [anon_sym_unsafe] = ACTIONS(3397), + [anon_sym_sql] = ACTIONS(3397), + [sym_int_literal] = ACTIONS(3397), + [sym_float_literal] = ACTIONS(3397), + [sym_rune_literal] = ACTIONS(3397), + [sym_pseudo_compile_time_identifier] = ACTIONS(3397), + [anon_sym_shared] = ACTIONS(3397), + [anon_sym_map_LBRACK] = ACTIONS(3397), + [anon_sym_chan] = ACTIONS(3397), + [anon_sym_thread] = ACTIONS(3397), + [anon_sym_atomic] = ACTIONS(3397), + [anon_sym_assert] = ACTIONS(3397), + [anon_sym_defer] = ACTIONS(3397), + [anon_sym_goto] = ACTIONS(3397), + [anon_sym_break] = ACTIONS(3397), + [anon_sym_continue] = ACTIONS(3397), + [anon_sym_return] = ACTIONS(3397), + [anon_sym_DOLLARfor] = ACTIONS(3397), + [anon_sym_for] = ACTIONS(3397), + [anon_sym_POUND] = ACTIONS(3397), + [anon_sym_asm] = ACTIONS(3397), + [anon_sym_AT_LBRACK] = ACTIONS(3397), + [sym___double_quote] = ACTIONS(3397), + [sym___single_quote] = ACTIONS(3397), + [sym___c_double_quote] = ACTIONS(3397), + [sym___c_single_quote] = ACTIONS(3397), + [sym___r_double_quote] = ACTIONS(3397), + [sym___r_single_quote] = ACTIONS(3397), }, [811] = { [sym_line_comment] = STATE(811), [sym_block_comment] = STATE(811), - [sym__expression] = STATE(1680), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4293), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), + [sym__expression] = STATE(2459), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [812] = { [sym_line_comment] = STATE(812), [sym_block_comment] = STATE(812), - [sym__expression] = STATE(2302), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(1817), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [813] = { [sym_line_comment] = STATE(813), [sym_block_comment] = STATE(813), - [sym__expression] = STATE(2176), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2344), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [814] = { [sym_line_comment] = STATE(814), [sym_block_comment] = STATE(814), - [sym__expression] = STATE(2892), - [sym__expression_without_blocks] = STATE(3022), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(2416), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [815] = { [sym_line_comment] = STATE(815), [sym_block_comment] = STATE(815), - [sym__expression] = STATE(2668), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(2415), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [816] = { [sym_line_comment] = STATE(816), [sym_block_comment] = STATE(816), - [sym__expression] = STATE(2276), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2906), + [sym__expression_without_blocks] = STATE(3024), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [817] = { [sym_line_comment] = STATE(817), [sym_block_comment] = STATE(817), - [sym__expression] = STATE(1800), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4183), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(2342), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4278), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [818] = { [sym_line_comment] = STATE(818), [sym_block_comment] = STATE(818), - [sym__expression] = STATE(2258), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2347), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [819] = { [sym_line_comment] = STATE(819), [sym_block_comment] = STATE(819), - [sym__expression] = STATE(1800), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [ts_builtin_sym_end] = ACTIONS(3375), + [sym_identifier] = ACTIONS(3377), + [anon_sym_LF] = ACTIONS(3377), + [anon_sym_CR] = ACTIONS(3377), + [anon_sym_CR_LF] = ACTIONS(3377), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3399), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3377), + [anon_sym_COMMA] = ACTIONS(3377), + [anon_sym_const] = ACTIONS(3377), + [anon_sym_LPAREN] = ACTIONS(3377), + [anon_sym_EQ] = ACTIONS(3377), + [anon_sym___global] = ACTIONS(3377), + [anon_sym_type] = ACTIONS(3377), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3377), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3377), + [anon_sym_BANG_EQ] = ACTIONS(3377), + [anon_sym_LT_EQ] = ACTIONS(3377), + [anon_sym_GT_EQ] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_union] = ACTIONS(3377), + [anon_sym_pub] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_enum] = ACTIONS(3377), + [anon_sym_interface] = ACTIONS(3377), + [anon_sym_PLUS_PLUS] = ACTIONS(3377), + [anon_sym_DASH_DASH] = ACTIONS(3377), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3377), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3377), + [anon_sym_CARET] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3377), + [anon_sym_LT_LT] = ACTIONS(3377), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3377), + [anon_sym_AMP_CARET] = ACTIONS(3377), + [anon_sym_AMP_AMP] = ACTIONS(3377), + [anon_sym_PIPE_PIPE] = ACTIONS(3377), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3377), + [anon_sym_POUND_LBRACK] = ACTIONS(3377), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3377), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3377), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_STAR_EQ] = ACTIONS(3377), + [anon_sym_SLASH_EQ] = ACTIONS(3377), + [anon_sym_PERCENT_EQ] = ACTIONS(3377), + [anon_sym_LT_LT_EQ] = ACTIONS(3377), + [anon_sym_GT_GT_EQ] = ACTIONS(3377), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3377), + [anon_sym_AMP_EQ] = ACTIONS(3377), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3377), + [anon_sym_PLUS_EQ] = ACTIONS(3377), + [anon_sym_DASH_EQ] = ACTIONS(3377), + [anon_sym_PIPE_EQ] = ACTIONS(3377), + [anon_sym_CARET_EQ] = ACTIONS(3377), + [anon_sym_COLON_EQ] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3377), + [sym_rune_literal] = ACTIONS(3377), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3377), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [anon_sym_assert] = ACTIONS(3377), + [anon_sym_defer] = ACTIONS(3377), + [anon_sym_goto] = ACTIONS(3377), + [anon_sym_break] = ACTIONS(3377), + [anon_sym_continue] = ACTIONS(3377), + [anon_sym_return] = ACTIONS(3377), + [anon_sym_DOLLARfor] = ACTIONS(3377), + [anon_sym_for] = ACTIONS(3377), + [anon_sym_POUND] = ACTIONS(3377), + [anon_sym_asm] = ACTIONS(3377), + [anon_sym_AT_LBRACK] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3377), + [sym___single_quote] = ACTIONS(3377), + [sym___c_double_quote] = ACTIONS(3377), + [sym___c_single_quote] = ACTIONS(3377), + [sym___r_double_quote] = ACTIONS(3377), + [sym___r_single_quote] = ACTIONS(3377), }, [820] = { [sym_line_comment] = STATE(820), [sym_block_comment] = STATE(820), - [sym__expression] = STATE(2255), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2883), + [sym__expression_without_blocks] = STATE(2924), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [821] = { [sym_line_comment] = STATE(821), [sym_block_comment] = STATE(821), - [sym__expression] = STATE(2897), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1960), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [822] = { [sym_line_comment] = STATE(822), [sym_block_comment] = STATE(822), - [sym__expression] = STATE(2232), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2509), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [823] = { [sym_line_comment] = STATE(823), [sym_block_comment] = STATE(823), - [sym__expression] = STATE(2226), - [sym__expression_without_blocks] = STATE(2236), - [sym__expression_with_blocks] = STATE(2236), - [sym_inc_expression] = STATE(2241), - [sym_dec_expression] = STATE(2241), - [sym_or_block_expression] = STATE(2241), - [sym_option_propagation_expression] = STATE(2241), - [sym_result_propagation_expression] = STATE(2241), - [sym_anon_struct_value_expression] = STATE(2250), - [sym_go_expression] = STATE(2241), - [sym_spawn_expression] = STATE(2241), - [sym_parenthesized_expression] = STATE(2241), - [sym_call_expression] = STATE(2241), - [sym_type_initializer] = STATE(2250), - [sym_function_literal] = STATE(2241), - [sym_reference_expression] = STATE(2303), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2241), - [sym_receive_expression] = STATE(2241), - [sym_binary_expression] = STATE(2241), - [sym_as_type_cast_expression] = STATE(2241), - [sym__max_group] = STATE(2241), - [sym_literal] = STATE(2221), - [sym_map_init_expression] = STATE(2250), - [sym_array_creation] = STATE(2241), - [sym_fixed_array_creation] = STATE(2241), - [sym_selector_expression] = STATE(2241), - [sym_index_expression] = STATE(2241), - [sym_slice_expression] = STATE(2241), - [sym_if_expression] = STATE(2250), - [sym_compile_time_if_expression] = STATE(2250), - [sym_is_expression] = STATE(2241), - [sym_not_is_expression] = STATE(2241), - [sym_in_expression] = STATE(2241), - [sym_not_in_expression] = STATE(2241), - [sym_enum_fetch] = STATE(2241), - [sym_match_expression] = STATE(2250), - [sym_select_expression] = STATE(2250), - [sym_lock_expression] = STATE(2250), - [sym_unsafe_expression] = STATE(2250), - [sym_sql_expression] = STATE(2250), - [sym_c_string_literal] = STATE(2218), - [sym_raw_string_literal] = STATE(2218), - [sym_interpreted_string_literal] = STATE(2218), - [sym_mutability_modifiers] = STATE(696), - [sym_plain_type] = STATE(4416), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3039), + [sym__expression] = STATE(2402), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3047), - [anon_sym_PLUS] = ACTIONS(3107), - [anon_sym_DASH] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3115), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3063), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3119), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3071), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3075), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3123), - [anon_sym_rlock] = ACTIONS(3123), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3083), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [sym_pseudo_compile_time_identifier] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [824] = { [sym_line_comment] = STATE(824), [sym_block_comment] = STATE(824), - [sym__expression] = STATE(2893), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [ts_builtin_sym_end] = ACTIONS(3147), + [sym_identifier] = ACTIONS(3149), + [anon_sym_LF] = ACTIONS(3149), + [anon_sym_CR] = ACTIONS(3149), + [anon_sym_CR_LF] = ACTIONS(3149), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3149), + [anon_sym_as] = ACTIONS(3149), + [anon_sym_LBRACE] = ACTIONS(3149), + [anon_sym_COMMA] = ACTIONS(3149), + [anon_sym_const] = ACTIONS(3149), + [anon_sym_LPAREN] = ACTIONS(3149), + [anon_sym_EQ] = ACTIONS(3149), + [anon_sym___global] = ACTIONS(3149), + [anon_sym_type] = ACTIONS(3149), + [anon_sym_PIPE] = ACTIONS(3149), + [anon_sym_fn] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_SLASH] = ACTIONS(3149), + [anon_sym_PERCENT] = ACTIONS(3149), + [anon_sym_LT] = ACTIONS(3149), + [anon_sym_GT] = ACTIONS(3149), + [anon_sym_EQ_EQ] = ACTIONS(3149), + [anon_sym_BANG_EQ] = ACTIONS(3149), + [anon_sym_LT_EQ] = ACTIONS(3149), + [anon_sym_GT_EQ] = ACTIONS(3149), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3149), + [anon_sym_union] = ACTIONS(3149), + [anon_sym_pub] = ACTIONS(3149), + [anon_sym_mut] = ACTIONS(3149), + [anon_sym_enum] = ACTIONS(3149), + [anon_sym_interface] = ACTIONS(3149), + [anon_sym_PLUS_PLUS] = ACTIONS(3149), + [anon_sym_DASH_DASH] = ACTIONS(3149), + [anon_sym_QMARK] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_go] = ACTIONS(3149), + [anon_sym_spawn] = ACTIONS(3149), + [anon_sym_json_DOTdecode] = ACTIONS(3149), + [anon_sym_LBRACK2] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_CARET] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3149), + [anon_sym_LT_DASH] = ACTIONS(3149), + [anon_sym_LT_LT] = ACTIONS(3149), + [anon_sym_GT_GT] = ACTIONS(3149), + [anon_sym_GT_GT_GT] = ACTIONS(3149), + [anon_sym_AMP_CARET] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_PIPE_PIPE] = ACTIONS(3149), + [anon_sym_or] = ACTIONS(3149), + [sym_none] = ACTIONS(3149), + [sym_true] = ACTIONS(3149), + [sym_false] = ACTIONS(3149), + [sym_nil] = ACTIONS(3149), + [anon_sym_QMARK_DOT] = ACTIONS(3149), + [anon_sym_POUND_LBRACK] = ACTIONS(3149), + [anon_sym_if] = ACTIONS(3149), + [anon_sym_DOLLARif] = ACTIONS(3149), + [anon_sym_is] = ACTIONS(3149), + [anon_sym_BANGis] = ACTIONS(3149), + [anon_sym_in] = ACTIONS(3149), + [anon_sym_BANGin] = ACTIONS(3149), + [anon_sym_match] = ACTIONS(3149), + [anon_sym_select] = ACTIONS(3149), + [anon_sym_STAR_EQ] = ACTIONS(3149), + [anon_sym_SLASH_EQ] = ACTIONS(3149), + [anon_sym_PERCENT_EQ] = ACTIONS(3149), + [anon_sym_LT_LT_EQ] = ACTIONS(3149), + [anon_sym_GT_GT_EQ] = ACTIONS(3149), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3149), + [anon_sym_AMP_EQ] = ACTIONS(3149), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3149), + [anon_sym_PLUS_EQ] = ACTIONS(3149), + [anon_sym_DASH_EQ] = ACTIONS(3149), + [anon_sym_PIPE_EQ] = ACTIONS(3149), + [anon_sym_CARET_EQ] = ACTIONS(3149), + [anon_sym_COLON_EQ] = ACTIONS(3149), + [anon_sym_lock] = ACTIONS(3149), + [anon_sym_rlock] = ACTIONS(3149), + [anon_sym_unsafe] = ACTIONS(3149), + [anon_sym_sql] = ACTIONS(3149), + [sym_int_literal] = ACTIONS(3149), + [sym_float_literal] = ACTIONS(3149), + [sym_rune_literal] = ACTIONS(3149), + [sym_pseudo_compile_time_identifier] = ACTIONS(3149), + [anon_sym_shared] = ACTIONS(3149), + [anon_sym_map_LBRACK] = ACTIONS(3149), + [anon_sym_chan] = ACTIONS(3149), + [anon_sym_thread] = ACTIONS(3149), + [anon_sym_atomic] = ACTIONS(3149), + [anon_sym_assert] = ACTIONS(3149), + [anon_sym_defer] = ACTIONS(3149), + [anon_sym_goto] = ACTIONS(3149), + [anon_sym_break] = ACTIONS(3149), + [anon_sym_continue] = ACTIONS(3149), + [anon_sym_return] = ACTIONS(3149), + [anon_sym_DOLLARfor] = ACTIONS(3149), + [anon_sym_for] = ACTIONS(3149), + [anon_sym_POUND] = ACTIONS(3149), + [anon_sym_asm] = ACTIONS(3149), + [anon_sym_AT_LBRACK] = ACTIONS(3149), + [sym___double_quote] = ACTIONS(3149), + [sym___single_quote] = ACTIONS(3149), + [sym___c_double_quote] = ACTIONS(3149), + [sym___c_single_quote] = ACTIONS(3149), + [sym___r_double_quote] = ACTIONS(3149), + [sym___r_single_quote] = ACTIONS(3149), }, [825] = { [sym_line_comment] = STATE(825), [sym_block_comment] = STATE(825), - [sym__expression] = STATE(1856), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [sym__expression] = STATE(2398), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [826] = { [sym_line_comment] = STATE(826), [sym_block_comment] = STATE(826), - [sym__expression] = STATE(2891), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [ts_builtin_sym_end] = ACTIONS(3402), + [sym_identifier] = ACTIONS(3404), + [anon_sym_LF] = ACTIONS(3404), + [anon_sym_CR] = ACTIONS(3404), + [anon_sym_CR_LF] = ACTIONS(3404), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3404), + [anon_sym_as] = ACTIONS(3404), + [anon_sym_LBRACE] = ACTIONS(3404), + [anon_sym_COMMA] = ACTIONS(3404), + [anon_sym_const] = ACTIONS(3404), + [anon_sym_LPAREN] = ACTIONS(3404), + [anon_sym_EQ] = ACTIONS(3404), + [anon_sym___global] = ACTIONS(3404), + [anon_sym_type] = ACTIONS(3404), + [anon_sym_PIPE] = ACTIONS(3404), + [anon_sym_fn] = ACTIONS(3404), + [anon_sym_PLUS] = ACTIONS(3404), + [anon_sym_DASH] = ACTIONS(3404), + [anon_sym_STAR] = ACTIONS(3404), + [anon_sym_SLASH] = ACTIONS(3404), + [anon_sym_PERCENT] = ACTIONS(3404), + [anon_sym_LT] = ACTIONS(3404), + [anon_sym_GT] = ACTIONS(3404), + [anon_sym_EQ_EQ] = ACTIONS(3404), + [anon_sym_BANG_EQ] = ACTIONS(3404), + [anon_sym_LT_EQ] = ACTIONS(3404), + [anon_sym_GT_EQ] = ACTIONS(3404), + [anon_sym_LBRACK] = ACTIONS(3402), + [anon_sym_struct] = ACTIONS(3404), + [anon_sym_union] = ACTIONS(3404), + [anon_sym_pub] = ACTIONS(3404), + [anon_sym_mut] = ACTIONS(3404), + [anon_sym_enum] = ACTIONS(3404), + [anon_sym_interface] = ACTIONS(3404), + [anon_sym_PLUS_PLUS] = ACTIONS(3404), + [anon_sym_DASH_DASH] = ACTIONS(3404), + [anon_sym_QMARK] = ACTIONS(3404), + [anon_sym_BANG] = ACTIONS(3404), + [anon_sym_go] = ACTIONS(3404), + [anon_sym_spawn] = ACTIONS(3404), + [anon_sym_json_DOTdecode] = ACTIONS(3404), + [anon_sym_LBRACK2] = ACTIONS(3404), + [anon_sym_TILDE] = ACTIONS(3404), + [anon_sym_CARET] = ACTIONS(3404), + [anon_sym_AMP] = ACTIONS(3404), + [anon_sym_LT_DASH] = ACTIONS(3404), + [anon_sym_LT_LT] = ACTIONS(3404), + [anon_sym_GT_GT] = ACTIONS(3404), + [anon_sym_GT_GT_GT] = ACTIONS(3404), + [anon_sym_AMP_CARET] = ACTIONS(3404), + [anon_sym_AMP_AMP] = ACTIONS(3404), + [anon_sym_PIPE_PIPE] = ACTIONS(3404), + [anon_sym_or] = ACTIONS(3404), + [sym_none] = ACTIONS(3404), + [sym_true] = ACTIONS(3404), + [sym_false] = ACTIONS(3404), + [sym_nil] = ACTIONS(3404), + [anon_sym_QMARK_DOT] = ACTIONS(3404), + [anon_sym_POUND_LBRACK] = ACTIONS(3404), + [anon_sym_if] = ACTIONS(3404), + [anon_sym_DOLLARif] = ACTIONS(3404), + [anon_sym_is] = ACTIONS(3404), + [anon_sym_BANGis] = ACTIONS(3404), + [anon_sym_in] = ACTIONS(3404), + [anon_sym_BANGin] = ACTIONS(3404), + [anon_sym_match] = ACTIONS(3404), + [anon_sym_select] = ACTIONS(3404), + [anon_sym_STAR_EQ] = ACTIONS(3404), + [anon_sym_SLASH_EQ] = ACTIONS(3404), + [anon_sym_PERCENT_EQ] = ACTIONS(3404), + [anon_sym_LT_LT_EQ] = ACTIONS(3404), + [anon_sym_GT_GT_EQ] = ACTIONS(3404), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3404), + [anon_sym_AMP_EQ] = ACTIONS(3404), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3404), + [anon_sym_PLUS_EQ] = ACTIONS(3404), + [anon_sym_DASH_EQ] = ACTIONS(3404), + [anon_sym_PIPE_EQ] = ACTIONS(3404), + [anon_sym_CARET_EQ] = ACTIONS(3404), + [anon_sym_COLON_EQ] = ACTIONS(3404), + [anon_sym_lock] = ACTIONS(3404), + [anon_sym_rlock] = ACTIONS(3404), + [anon_sym_unsafe] = ACTIONS(3404), + [anon_sym_sql] = ACTIONS(3404), + [sym_int_literal] = ACTIONS(3404), + [sym_float_literal] = ACTIONS(3404), + [sym_rune_literal] = ACTIONS(3404), + [sym_pseudo_compile_time_identifier] = ACTIONS(3404), + [anon_sym_shared] = ACTIONS(3404), + [anon_sym_map_LBRACK] = ACTIONS(3404), + [anon_sym_chan] = ACTIONS(3404), + [anon_sym_thread] = ACTIONS(3404), + [anon_sym_atomic] = ACTIONS(3404), + [anon_sym_assert] = ACTIONS(3404), + [anon_sym_defer] = ACTIONS(3404), + [anon_sym_goto] = ACTIONS(3404), + [anon_sym_break] = ACTIONS(3404), + [anon_sym_continue] = ACTIONS(3404), + [anon_sym_return] = ACTIONS(3404), + [anon_sym_DOLLARfor] = ACTIONS(3404), + [anon_sym_for] = ACTIONS(3404), + [anon_sym_POUND] = ACTIONS(3404), + [anon_sym_asm] = ACTIONS(3404), + [anon_sym_AT_LBRACK] = ACTIONS(3404), + [sym___double_quote] = ACTIONS(3404), + [sym___single_quote] = ACTIONS(3404), + [sym___c_double_quote] = ACTIONS(3404), + [sym___c_single_quote] = ACTIONS(3404), + [sym___r_double_quote] = ACTIONS(3404), + [sym___r_single_quote] = ACTIONS(3404), }, [827] = { [sym_line_comment] = STATE(827), [sym_block_comment] = STATE(827), - [sym__expression] = STATE(1854), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [sym__expression] = STATE(2517), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4021), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(3103), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(3105), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(3107), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [828] = { [sym_line_comment] = STATE(828), [sym_block_comment] = STATE(828), - [sym__expression] = STATE(1947), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [ts_builtin_sym_end] = ACTIONS(3406), + [sym_identifier] = ACTIONS(3408), + [anon_sym_LF] = ACTIONS(3408), + [anon_sym_CR] = ACTIONS(3408), + [anon_sym_CR_LF] = ACTIONS(3408), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3408), + [anon_sym_as] = ACTIONS(3408), + [anon_sym_LBRACE] = ACTIONS(3408), + [anon_sym_COMMA] = ACTIONS(3408), + [anon_sym_const] = ACTIONS(3408), + [anon_sym_LPAREN] = ACTIONS(3408), + [anon_sym_EQ] = ACTIONS(3408), + [anon_sym___global] = ACTIONS(3408), + [anon_sym_type] = ACTIONS(3408), + [anon_sym_PIPE] = ACTIONS(3408), + [anon_sym_fn] = ACTIONS(3408), + [anon_sym_PLUS] = ACTIONS(3408), + [anon_sym_DASH] = ACTIONS(3408), + [anon_sym_STAR] = ACTIONS(3408), + [anon_sym_SLASH] = ACTIONS(3408), + [anon_sym_PERCENT] = ACTIONS(3408), + [anon_sym_LT] = ACTIONS(3408), + [anon_sym_GT] = ACTIONS(3408), + [anon_sym_EQ_EQ] = ACTIONS(3408), + [anon_sym_BANG_EQ] = ACTIONS(3408), + [anon_sym_LT_EQ] = ACTIONS(3408), + [anon_sym_GT_EQ] = ACTIONS(3408), + [anon_sym_LBRACK] = ACTIONS(3406), + [anon_sym_struct] = ACTIONS(3408), + [anon_sym_union] = ACTIONS(3408), + [anon_sym_pub] = ACTIONS(3408), + [anon_sym_mut] = ACTIONS(3408), + [anon_sym_enum] = ACTIONS(3408), + [anon_sym_interface] = ACTIONS(3408), + [anon_sym_PLUS_PLUS] = ACTIONS(3408), + [anon_sym_DASH_DASH] = ACTIONS(3408), + [anon_sym_QMARK] = ACTIONS(3408), + [anon_sym_BANG] = ACTIONS(3408), + [anon_sym_go] = ACTIONS(3408), + [anon_sym_spawn] = ACTIONS(3408), + [anon_sym_json_DOTdecode] = ACTIONS(3408), + [anon_sym_LBRACK2] = ACTIONS(3408), + [anon_sym_TILDE] = ACTIONS(3408), + [anon_sym_CARET] = ACTIONS(3408), + [anon_sym_AMP] = ACTIONS(3408), + [anon_sym_LT_DASH] = ACTIONS(3408), + [anon_sym_LT_LT] = ACTIONS(3408), + [anon_sym_GT_GT] = ACTIONS(3408), + [anon_sym_GT_GT_GT] = ACTIONS(3408), + [anon_sym_AMP_CARET] = ACTIONS(3408), + [anon_sym_AMP_AMP] = ACTIONS(3408), + [anon_sym_PIPE_PIPE] = ACTIONS(3408), + [anon_sym_or] = ACTIONS(3408), + [sym_none] = ACTIONS(3408), + [sym_true] = ACTIONS(3408), + [sym_false] = ACTIONS(3408), + [sym_nil] = ACTIONS(3408), + [anon_sym_QMARK_DOT] = ACTIONS(3408), + [anon_sym_POUND_LBRACK] = ACTIONS(3408), + [anon_sym_if] = ACTIONS(3408), + [anon_sym_DOLLARif] = ACTIONS(3408), + [anon_sym_is] = ACTIONS(3408), + [anon_sym_BANGis] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3408), + [anon_sym_BANGin] = ACTIONS(3408), + [anon_sym_match] = ACTIONS(3408), + [anon_sym_select] = ACTIONS(3408), + [anon_sym_STAR_EQ] = ACTIONS(3408), + [anon_sym_SLASH_EQ] = ACTIONS(3408), + [anon_sym_PERCENT_EQ] = ACTIONS(3408), + [anon_sym_LT_LT_EQ] = ACTIONS(3408), + [anon_sym_GT_GT_EQ] = ACTIONS(3408), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3408), + [anon_sym_AMP_EQ] = ACTIONS(3408), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3408), + [anon_sym_PLUS_EQ] = ACTIONS(3408), + [anon_sym_DASH_EQ] = ACTIONS(3408), + [anon_sym_PIPE_EQ] = ACTIONS(3408), + [anon_sym_CARET_EQ] = ACTIONS(3408), + [anon_sym_COLON_EQ] = ACTIONS(3408), + [anon_sym_lock] = ACTIONS(3408), + [anon_sym_rlock] = ACTIONS(3408), + [anon_sym_unsafe] = ACTIONS(3408), + [anon_sym_sql] = ACTIONS(3408), + [sym_int_literal] = ACTIONS(3408), + [sym_float_literal] = ACTIONS(3408), + [sym_rune_literal] = ACTIONS(3408), + [sym_pseudo_compile_time_identifier] = ACTIONS(3408), + [anon_sym_shared] = ACTIONS(3408), + [anon_sym_map_LBRACK] = ACTIONS(3408), + [anon_sym_chan] = ACTIONS(3408), + [anon_sym_thread] = ACTIONS(3408), + [anon_sym_atomic] = ACTIONS(3408), + [anon_sym_assert] = ACTIONS(3408), + [anon_sym_defer] = ACTIONS(3408), + [anon_sym_goto] = ACTIONS(3408), + [anon_sym_break] = ACTIONS(3408), + [anon_sym_continue] = ACTIONS(3408), + [anon_sym_return] = ACTIONS(3408), + [anon_sym_DOLLARfor] = ACTIONS(3408), + [anon_sym_for] = ACTIONS(3408), + [anon_sym_POUND] = ACTIONS(3408), + [anon_sym_asm] = ACTIONS(3408), + [anon_sym_AT_LBRACK] = ACTIONS(3408), + [sym___double_quote] = ACTIONS(3408), + [sym___single_quote] = ACTIONS(3408), + [sym___c_double_quote] = ACTIONS(3408), + [sym___c_single_quote] = ACTIONS(3408), + [sym___r_double_quote] = ACTIONS(3408), + [sym___r_single_quote] = ACTIONS(3408), }, [829] = { [sym_line_comment] = STATE(829), [sym_block_comment] = STATE(829), - [sym__expression] = STATE(1853), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [sym__expression] = STATE(2397), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [830] = { [sym_line_comment] = STATE(830), [sym_block_comment] = STATE(830), - [sym__expression] = STATE(2783), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [ts_builtin_sym_end] = ACTIONS(3279), + [sym_identifier] = ACTIONS(3281), + [anon_sym_LF] = ACTIONS(3281), + [anon_sym_CR] = ACTIONS(3281), + [anon_sym_CR_LF] = ACTIONS(3281), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3078), + [anon_sym_as] = ACTIONS(3078), + [anon_sym_LBRACE] = ACTIONS(3281), + [anon_sym_COMMA] = ACTIONS(3281), + [anon_sym_const] = ACTIONS(3281), + [anon_sym_LPAREN] = ACTIONS(3078), + [anon_sym_EQ] = ACTIONS(3281), + [anon_sym___global] = ACTIONS(3281), + [anon_sym_type] = ACTIONS(3281), + [anon_sym_PIPE] = ACTIONS(3078), + [anon_sym_fn] = ACTIONS(3281), + [anon_sym_PLUS] = ACTIONS(3078), + [anon_sym_DASH] = ACTIONS(3078), + [anon_sym_STAR] = ACTIONS(3078), + [anon_sym_SLASH] = ACTIONS(3078), + [anon_sym_PERCENT] = ACTIONS(3078), + [anon_sym_LT] = ACTIONS(3078), + [anon_sym_GT] = ACTIONS(3078), + [anon_sym_EQ_EQ] = ACTIONS(3078), + [anon_sym_BANG_EQ] = ACTIONS(3078), + [anon_sym_LT_EQ] = ACTIONS(3078), + [anon_sym_GT_EQ] = ACTIONS(3078), + [anon_sym_LBRACK] = ACTIONS(3075), + [anon_sym_struct] = ACTIONS(3281), + [anon_sym_union] = ACTIONS(3281), + [anon_sym_pub] = ACTIONS(3281), + [anon_sym_mut] = ACTIONS(3281), + [anon_sym_enum] = ACTIONS(3281), + [anon_sym_interface] = ACTIONS(3281), + [anon_sym_PLUS_PLUS] = ACTIONS(3078), + [anon_sym_DASH_DASH] = ACTIONS(3078), + [anon_sym_QMARK] = ACTIONS(3078), + [anon_sym_BANG] = ACTIONS(3078), + [anon_sym_go] = ACTIONS(3281), + [anon_sym_spawn] = ACTIONS(3281), + [anon_sym_json_DOTdecode] = ACTIONS(3281), + [anon_sym_LBRACK2] = ACTIONS(3078), + [anon_sym_TILDE] = ACTIONS(3281), + [anon_sym_CARET] = ACTIONS(3078), + [anon_sym_AMP] = ACTIONS(3078), + [anon_sym_LT_DASH] = ACTIONS(3281), + [anon_sym_LT_LT] = ACTIONS(3078), + [anon_sym_GT_GT] = ACTIONS(3078), + [anon_sym_GT_GT_GT] = ACTIONS(3078), + [anon_sym_AMP_CARET] = ACTIONS(3078), + [anon_sym_AMP_AMP] = ACTIONS(3078), + [anon_sym_PIPE_PIPE] = ACTIONS(3078), + [anon_sym_or] = ACTIONS(3078), + [sym_none] = ACTIONS(3281), + [sym_true] = ACTIONS(3281), + [sym_false] = ACTIONS(3281), + [sym_nil] = ACTIONS(3281), + [anon_sym_QMARK_DOT] = ACTIONS(3078), + [anon_sym_POUND_LBRACK] = ACTIONS(3078), + [anon_sym_if] = ACTIONS(3281), + [anon_sym_DOLLARif] = ACTIONS(3281), + [anon_sym_is] = ACTIONS(3078), + [anon_sym_BANGis] = ACTIONS(3078), + [anon_sym_in] = ACTIONS(3078), + [anon_sym_BANGin] = ACTIONS(3078), + [anon_sym_match] = ACTIONS(3281), + [anon_sym_select] = ACTIONS(3281), + [anon_sym_STAR_EQ] = ACTIONS(3281), + [anon_sym_SLASH_EQ] = ACTIONS(3281), + [anon_sym_PERCENT_EQ] = ACTIONS(3281), + [anon_sym_LT_LT_EQ] = ACTIONS(3281), + [anon_sym_GT_GT_EQ] = ACTIONS(3281), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3281), + [anon_sym_AMP_EQ] = ACTIONS(3281), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3281), + [anon_sym_PLUS_EQ] = ACTIONS(3281), + [anon_sym_DASH_EQ] = ACTIONS(3281), + [anon_sym_PIPE_EQ] = ACTIONS(3281), + [anon_sym_CARET_EQ] = ACTIONS(3281), + [anon_sym_COLON_EQ] = ACTIONS(3281), + [anon_sym_lock] = ACTIONS(3281), + [anon_sym_rlock] = ACTIONS(3281), + [anon_sym_unsafe] = ACTIONS(3281), + [anon_sym_sql] = ACTIONS(3281), + [sym_int_literal] = ACTIONS(3281), + [sym_float_literal] = ACTIONS(3281), + [sym_rune_literal] = ACTIONS(3281), + [sym_pseudo_compile_time_identifier] = ACTIONS(3281), + [anon_sym_shared] = ACTIONS(3281), + [anon_sym_map_LBRACK] = ACTIONS(3281), + [anon_sym_chan] = ACTIONS(3281), + [anon_sym_thread] = ACTIONS(3281), + [anon_sym_atomic] = ACTIONS(3281), + [anon_sym_assert] = ACTIONS(3281), + [anon_sym_defer] = ACTIONS(3281), + [anon_sym_goto] = ACTIONS(3281), + [anon_sym_break] = ACTIONS(3281), + [anon_sym_continue] = ACTIONS(3281), + [anon_sym_return] = ACTIONS(3281), + [anon_sym_DOLLARfor] = ACTIONS(3281), + [anon_sym_for] = ACTIONS(3281), + [anon_sym_POUND] = ACTIONS(3281), + [anon_sym_asm] = ACTIONS(3281), + [anon_sym_AT_LBRACK] = ACTIONS(3281), + [sym___double_quote] = ACTIONS(3281), + [sym___single_quote] = ACTIONS(3281), + [sym___c_double_quote] = ACTIONS(3281), + [sym___c_single_quote] = ACTIONS(3281), + [sym___r_double_quote] = ACTIONS(3281), + [sym___r_single_quote] = ACTIONS(3281), }, [831] = { [sym_line_comment] = STATE(831), [sym_block_comment] = STATE(831), - [sym__expression] = STATE(1678), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4293), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [ts_builtin_sym_end] = ACTIONS(3283), + [sym_identifier] = ACTIONS(3285), + [anon_sym_LF] = ACTIONS(3285), + [anon_sym_CR] = ACTIONS(3285), + [anon_sym_CR_LF] = ACTIONS(3285), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3088), + [anon_sym_as] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3285), + [anon_sym_COMMA] = ACTIONS(3285), + [anon_sym_const] = ACTIONS(3285), + [anon_sym_LPAREN] = ACTIONS(3088), + [anon_sym_EQ] = ACTIONS(3285), + [anon_sym___global] = ACTIONS(3285), + [anon_sym_type] = ACTIONS(3285), + [anon_sym_PIPE] = ACTIONS(3088), + [anon_sym_fn] = ACTIONS(3285), + [anon_sym_PLUS] = ACTIONS(3088), + [anon_sym_DASH] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3088), + [anon_sym_SLASH] = ACTIONS(3088), + [anon_sym_PERCENT] = ACTIONS(3088), + [anon_sym_LT] = ACTIONS(3088), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_LT_EQ] = ACTIONS(3088), + [anon_sym_GT_EQ] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3085), + [anon_sym_struct] = ACTIONS(3285), + [anon_sym_union] = ACTIONS(3285), + [anon_sym_pub] = ACTIONS(3285), + [anon_sym_mut] = ACTIONS(3285), + [anon_sym_enum] = ACTIONS(3285), + [anon_sym_interface] = ACTIONS(3285), + [anon_sym_PLUS_PLUS] = ACTIONS(3088), + [anon_sym_DASH_DASH] = ACTIONS(3088), + [anon_sym_QMARK] = ACTIONS(3088), + [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_go] = ACTIONS(3285), + [anon_sym_spawn] = ACTIONS(3285), + [anon_sym_json_DOTdecode] = ACTIONS(3285), + [anon_sym_LBRACK2] = ACTIONS(3088), + [anon_sym_TILDE] = ACTIONS(3285), + [anon_sym_CARET] = ACTIONS(3088), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_LT_DASH] = ACTIONS(3285), + [anon_sym_LT_LT] = ACTIONS(3088), + [anon_sym_GT_GT] = ACTIONS(3088), + [anon_sym_GT_GT_GT] = ACTIONS(3088), + [anon_sym_AMP_CARET] = ACTIONS(3088), + [anon_sym_AMP_AMP] = ACTIONS(3088), + [anon_sym_PIPE_PIPE] = ACTIONS(3088), + [anon_sym_or] = ACTIONS(3088), + [sym_none] = ACTIONS(3285), + [sym_true] = ACTIONS(3285), + [sym_false] = ACTIONS(3285), + [sym_nil] = ACTIONS(3285), + [anon_sym_QMARK_DOT] = ACTIONS(3088), + [anon_sym_POUND_LBRACK] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3285), + [anon_sym_DOLLARif] = ACTIONS(3285), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3088), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_BANGin] = ACTIONS(3088), + [anon_sym_match] = ACTIONS(3285), + [anon_sym_select] = ACTIONS(3285), + [anon_sym_STAR_EQ] = ACTIONS(3285), + [anon_sym_SLASH_EQ] = ACTIONS(3285), + [anon_sym_PERCENT_EQ] = ACTIONS(3285), + [anon_sym_LT_LT_EQ] = ACTIONS(3285), + [anon_sym_GT_GT_EQ] = ACTIONS(3285), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3285), + [anon_sym_AMP_EQ] = ACTIONS(3285), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3285), + [anon_sym_PLUS_EQ] = ACTIONS(3285), + [anon_sym_DASH_EQ] = ACTIONS(3285), + [anon_sym_PIPE_EQ] = ACTIONS(3285), + [anon_sym_CARET_EQ] = ACTIONS(3285), + [anon_sym_COLON_EQ] = ACTIONS(3285), + [anon_sym_lock] = ACTIONS(3285), + [anon_sym_rlock] = ACTIONS(3285), + [anon_sym_unsafe] = ACTIONS(3285), + [anon_sym_sql] = ACTIONS(3285), + [sym_int_literal] = ACTIONS(3285), + [sym_float_literal] = ACTIONS(3285), + [sym_rune_literal] = ACTIONS(3285), + [sym_pseudo_compile_time_identifier] = ACTIONS(3285), + [anon_sym_shared] = ACTIONS(3285), + [anon_sym_map_LBRACK] = ACTIONS(3285), + [anon_sym_chan] = ACTIONS(3285), + [anon_sym_thread] = ACTIONS(3285), + [anon_sym_atomic] = ACTIONS(3285), + [anon_sym_assert] = ACTIONS(3285), + [anon_sym_defer] = ACTIONS(3285), + [anon_sym_goto] = ACTIONS(3285), + [anon_sym_break] = ACTIONS(3285), + [anon_sym_continue] = ACTIONS(3285), + [anon_sym_return] = ACTIONS(3285), + [anon_sym_DOLLARfor] = ACTIONS(3285), + [anon_sym_for] = ACTIONS(3285), + [anon_sym_POUND] = ACTIONS(3285), + [anon_sym_asm] = ACTIONS(3285), + [anon_sym_AT_LBRACK] = ACTIONS(3285), + [sym___double_quote] = ACTIONS(3285), + [sym___single_quote] = ACTIONS(3285), + [sym___c_double_quote] = ACTIONS(3285), + [sym___c_single_quote] = ACTIONS(3285), + [sym___r_double_quote] = ACTIONS(3285), + [sym___r_single_quote] = ACTIONS(3285), }, [832] = { [sym_line_comment] = STATE(832), [sym_block_comment] = STATE(832), - [sym__expression] = STATE(1852), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [ts_builtin_sym_end] = ACTIONS(3410), + [sym_identifier] = ACTIONS(3412), + [anon_sym_LF] = ACTIONS(3412), + [anon_sym_CR] = ACTIONS(3412), + [anon_sym_CR_LF] = ACTIONS(3412), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3412), + [anon_sym_as] = ACTIONS(3412), + [anon_sym_LBRACE] = ACTIONS(3412), + [anon_sym_COMMA] = ACTIONS(3412), + [anon_sym_const] = ACTIONS(3412), + [anon_sym_LPAREN] = ACTIONS(3412), + [anon_sym_EQ] = ACTIONS(3412), + [anon_sym___global] = ACTIONS(3412), + [anon_sym_type] = ACTIONS(3412), + [anon_sym_PIPE] = ACTIONS(3412), + [anon_sym_fn] = ACTIONS(3412), + [anon_sym_PLUS] = ACTIONS(3412), + [anon_sym_DASH] = ACTIONS(3412), + [anon_sym_STAR] = ACTIONS(3412), + [anon_sym_SLASH] = ACTIONS(3412), + [anon_sym_PERCENT] = ACTIONS(3412), + [anon_sym_LT] = ACTIONS(3412), + [anon_sym_GT] = ACTIONS(3412), + [anon_sym_EQ_EQ] = ACTIONS(3412), + [anon_sym_BANG_EQ] = ACTIONS(3412), + [anon_sym_LT_EQ] = ACTIONS(3412), + [anon_sym_GT_EQ] = ACTIONS(3412), + [anon_sym_LBRACK] = ACTIONS(3410), + [anon_sym_struct] = ACTIONS(3412), + [anon_sym_union] = ACTIONS(3412), + [anon_sym_pub] = ACTIONS(3412), + [anon_sym_mut] = ACTIONS(3412), + [anon_sym_enum] = ACTIONS(3412), + [anon_sym_interface] = ACTIONS(3412), + [anon_sym_PLUS_PLUS] = ACTIONS(3412), + [anon_sym_DASH_DASH] = ACTIONS(3412), + [anon_sym_QMARK] = ACTIONS(3412), + [anon_sym_BANG] = ACTIONS(3412), + [anon_sym_go] = ACTIONS(3412), + [anon_sym_spawn] = ACTIONS(3412), + [anon_sym_json_DOTdecode] = ACTIONS(3412), + [anon_sym_LBRACK2] = ACTIONS(3412), + [anon_sym_TILDE] = ACTIONS(3412), + [anon_sym_CARET] = ACTIONS(3412), + [anon_sym_AMP] = ACTIONS(3412), + [anon_sym_LT_DASH] = ACTIONS(3412), + [anon_sym_LT_LT] = ACTIONS(3412), + [anon_sym_GT_GT] = ACTIONS(3412), + [anon_sym_GT_GT_GT] = ACTIONS(3412), + [anon_sym_AMP_CARET] = ACTIONS(3412), + [anon_sym_AMP_AMP] = ACTIONS(3412), + [anon_sym_PIPE_PIPE] = ACTIONS(3412), + [anon_sym_or] = ACTIONS(3412), + [sym_none] = ACTIONS(3412), + [sym_true] = ACTIONS(3412), + [sym_false] = ACTIONS(3412), + [sym_nil] = ACTIONS(3412), + [anon_sym_QMARK_DOT] = ACTIONS(3412), + [anon_sym_POUND_LBRACK] = ACTIONS(3412), + [anon_sym_if] = ACTIONS(3412), + [anon_sym_DOLLARif] = ACTIONS(3412), + [anon_sym_is] = ACTIONS(3412), + [anon_sym_BANGis] = ACTIONS(3412), + [anon_sym_in] = ACTIONS(3412), + [anon_sym_BANGin] = ACTIONS(3412), + [anon_sym_match] = ACTIONS(3412), + [anon_sym_select] = ACTIONS(3412), + [anon_sym_STAR_EQ] = ACTIONS(3412), + [anon_sym_SLASH_EQ] = ACTIONS(3412), + [anon_sym_PERCENT_EQ] = ACTIONS(3412), + [anon_sym_LT_LT_EQ] = ACTIONS(3412), + [anon_sym_GT_GT_EQ] = ACTIONS(3412), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3412), + [anon_sym_AMP_EQ] = ACTIONS(3412), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3412), + [anon_sym_PLUS_EQ] = ACTIONS(3412), + [anon_sym_DASH_EQ] = ACTIONS(3412), + [anon_sym_PIPE_EQ] = ACTIONS(3412), + [anon_sym_CARET_EQ] = ACTIONS(3412), + [anon_sym_COLON_EQ] = ACTIONS(3412), + [anon_sym_lock] = ACTIONS(3412), + [anon_sym_rlock] = ACTIONS(3412), + [anon_sym_unsafe] = ACTIONS(3412), + [anon_sym_sql] = ACTIONS(3412), + [sym_int_literal] = ACTIONS(3412), + [sym_float_literal] = ACTIONS(3412), + [sym_rune_literal] = ACTIONS(3412), + [sym_pseudo_compile_time_identifier] = ACTIONS(3412), + [anon_sym_shared] = ACTIONS(3412), + [anon_sym_map_LBRACK] = ACTIONS(3412), + [anon_sym_chan] = ACTIONS(3412), + [anon_sym_thread] = ACTIONS(3412), + [anon_sym_atomic] = ACTIONS(3412), + [anon_sym_assert] = ACTIONS(3412), + [anon_sym_defer] = ACTIONS(3412), + [anon_sym_goto] = ACTIONS(3412), + [anon_sym_break] = ACTIONS(3412), + [anon_sym_continue] = ACTIONS(3412), + [anon_sym_return] = ACTIONS(3412), + [anon_sym_DOLLARfor] = ACTIONS(3412), + [anon_sym_for] = ACTIONS(3412), + [anon_sym_POUND] = ACTIONS(3412), + [anon_sym_asm] = ACTIONS(3412), + [anon_sym_AT_LBRACK] = ACTIONS(3412), + [sym___double_quote] = ACTIONS(3412), + [sym___single_quote] = ACTIONS(3412), + [sym___c_double_quote] = ACTIONS(3412), + [sym___c_single_quote] = ACTIONS(3412), + [sym___r_double_quote] = ACTIONS(3412), + [sym___r_single_quote] = ACTIONS(3412), }, [833] = { [sym_line_comment] = STATE(833), [sym_block_comment] = STATE(833), - [sym__expression] = STATE(2904), + [sym__expression] = STATE(2716), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [834] = { [sym_line_comment] = STATE(834), [sym_block_comment] = STATE(834), - [sym__expression] = STATE(2807), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(2408), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [835] = { [sym_line_comment] = STATE(835), [sym_block_comment] = STATE(835), - [sym__expression] = STATE(1677), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4293), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), + [sym__expression] = STATE(2517), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4019), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(3103), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), + [anon_sym_BANG] = ACTIONS(3105), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(3107), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [836] = { [sym_line_comment] = STATE(836), [sym_block_comment] = STATE(836), - [ts_builtin_sym_end] = ACTIONS(3149), - [sym_identifier] = ACTIONS(3151), - [anon_sym_LF] = ACTIONS(3151), - [anon_sym_CR] = ACTIONS(3151), - [anon_sym_CR_LF] = ACTIONS(3151), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3151), - [anon_sym_as] = ACTIONS(3151), - [anon_sym_LBRACE] = ACTIONS(3151), - [anon_sym_COMMA] = ACTIONS(3151), - [anon_sym_const] = ACTIONS(3151), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_EQ] = ACTIONS(3151), - [anon_sym___global] = ACTIONS(3151), - [anon_sym_type] = ACTIONS(3151), - [anon_sym_PIPE] = ACTIONS(3151), - [anon_sym_fn] = ACTIONS(3151), - [anon_sym_PLUS] = ACTIONS(3151), - [anon_sym_DASH] = ACTIONS(3151), - [anon_sym_STAR] = ACTIONS(3151), - [anon_sym_SLASH] = ACTIONS(3151), - [anon_sym_PERCENT] = ACTIONS(3151), - [anon_sym_LT] = ACTIONS(3151), - [anon_sym_GT] = ACTIONS(3151), - [anon_sym_EQ_EQ] = ACTIONS(3151), - [anon_sym_BANG_EQ] = ACTIONS(3151), - [anon_sym_LT_EQ] = ACTIONS(3151), - [anon_sym_GT_EQ] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3149), - [anon_sym_struct] = ACTIONS(3151), - [anon_sym_union] = ACTIONS(3151), - [anon_sym_pub] = ACTIONS(3151), - [anon_sym_mut] = ACTIONS(3151), - [anon_sym_enum] = ACTIONS(3151), - [anon_sym_interface] = ACTIONS(3151), - [anon_sym_PLUS_PLUS] = ACTIONS(3151), - [anon_sym_DASH_DASH] = ACTIONS(3151), - [anon_sym_QMARK] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3151), - [anon_sym_go] = ACTIONS(3151), - [anon_sym_spawn] = ACTIONS(3151), - [anon_sym_json_DOTdecode] = ACTIONS(3151), - [anon_sym_LBRACK2] = ACTIONS(3151), - [anon_sym_TILDE] = ACTIONS(3151), - [anon_sym_CARET] = ACTIONS(3151), - [anon_sym_AMP] = ACTIONS(3151), - [anon_sym_LT_DASH] = ACTIONS(3151), - [anon_sym_LT_LT] = ACTIONS(3151), - [anon_sym_GT_GT] = ACTIONS(3151), - [anon_sym_GT_GT_GT] = ACTIONS(3151), - [anon_sym_AMP_CARET] = ACTIONS(3151), - [anon_sym_AMP_AMP] = ACTIONS(3151), - [anon_sym_PIPE_PIPE] = ACTIONS(3151), - [anon_sym_or] = ACTIONS(3151), - [sym_none] = ACTIONS(3151), - [sym_true] = ACTIONS(3151), - [sym_false] = ACTIONS(3151), - [sym_nil] = ACTIONS(3151), - [anon_sym_QMARK_DOT] = ACTIONS(3151), - [anon_sym_POUND_LBRACK] = ACTIONS(3151), - [anon_sym_if] = ACTIONS(3151), - [anon_sym_DOLLARif] = ACTIONS(3151), - [anon_sym_is] = ACTIONS(3151), - [anon_sym_BANGis] = ACTIONS(3151), - [anon_sym_in] = ACTIONS(3151), - [anon_sym_BANGin] = ACTIONS(3151), - [anon_sym_match] = ACTIONS(3151), - [anon_sym_select] = ACTIONS(3151), - [anon_sym_STAR_EQ] = ACTIONS(3151), - [anon_sym_SLASH_EQ] = ACTIONS(3151), - [anon_sym_PERCENT_EQ] = ACTIONS(3151), - [anon_sym_LT_LT_EQ] = ACTIONS(3151), - [anon_sym_GT_GT_EQ] = ACTIONS(3151), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3151), - [anon_sym_AMP_EQ] = ACTIONS(3151), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3151), - [anon_sym_PLUS_EQ] = ACTIONS(3151), - [anon_sym_DASH_EQ] = ACTIONS(3151), - [anon_sym_PIPE_EQ] = ACTIONS(3151), - [anon_sym_CARET_EQ] = ACTIONS(3151), - [anon_sym_COLON_EQ] = ACTIONS(3151), - [anon_sym_lock] = ACTIONS(3151), - [anon_sym_rlock] = ACTIONS(3151), - [anon_sym_unsafe] = ACTIONS(3151), - [anon_sym_sql] = ACTIONS(3151), - [sym_int_literal] = ACTIONS(3151), - [sym_float_literal] = ACTIONS(3151), - [sym_rune_literal] = ACTIONS(3151), - [sym_pseudo_compile_time_identifier] = ACTIONS(3151), - [anon_sym_shared] = ACTIONS(3151), - [anon_sym_map_LBRACK] = ACTIONS(3151), - [anon_sym_chan] = ACTIONS(3151), - [anon_sym_thread] = ACTIONS(3151), - [anon_sym_atomic] = ACTIONS(3151), - [anon_sym_assert] = ACTIONS(3151), - [anon_sym_defer] = ACTIONS(3151), - [anon_sym_goto] = ACTIONS(3151), - [anon_sym_break] = ACTIONS(3151), - [anon_sym_continue] = ACTIONS(3151), - [anon_sym_return] = ACTIONS(3151), - [anon_sym_DOLLARfor] = ACTIONS(3151), - [anon_sym_for] = ACTIONS(3151), - [anon_sym_POUND] = ACTIONS(3151), - [anon_sym_asm] = ACTIONS(3151), - [anon_sym_AT_LBRACK] = ACTIONS(3151), - [sym___double_quote] = ACTIONS(3151), - [sym___single_quote] = ACTIONS(3151), - [sym___c_double_quote] = ACTIONS(3151), - [sym___c_single_quote] = ACTIONS(3151), - [sym___r_double_quote] = ACTIONS(3151), - [sym___r_single_quote] = ACTIONS(3151), + [sym__expression] = STATE(2507), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [837] = { [sym_line_comment] = STATE(837), [sym_block_comment] = STATE(837), - [ts_builtin_sym_end] = ACTIONS(3377), - [sym_identifier] = ACTIONS(3379), - [anon_sym_LF] = ACTIONS(3379), - [anon_sym_CR] = ACTIONS(3379), - [anon_sym_CR_LF] = ACTIONS(3379), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3379), - [anon_sym_as] = ACTIONS(3379), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_COMMA] = ACTIONS(3379), - [anon_sym_const] = ACTIONS(3379), - [anon_sym_LPAREN] = ACTIONS(3379), - [anon_sym_EQ] = ACTIONS(3379), - [anon_sym___global] = ACTIONS(3379), - [anon_sym_type] = ACTIONS(3379), - [anon_sym_PIPE] = ACTIONS(3379), - [anon_sym_fn] = ACTIONS(3379), - [anon_sym_PLUS] = ACTIONS(3379), - [anon_sym_DASH] = ACTIONS(3379), - [anon_sym_STAR] = ACTIONS(3379), - [anon_sym_SLASH] = ACTIONS(3379), - [anon_sym_PERCENT] = ACTIONS(3379), - [anon_sym_LT] = ACTIONS(3379), - [anon_sym_GT] = ACTIONS(3379), - [anon_sym_EQ_EQ] = ACTIONS(3379), - [anon_sym_BANG_EQ] = ACTIONS(3379), - [anon_sym_LT_EQ] = ACTIONS(3379), - [anon_sym_GT_EQ] = ACTIONS(3379), - [anon_sym_LBRACK] = ACTIONS(3377), - [anon_sym_struct] = ACTIONS(3379), - [anon_sym_union] = ACTIONS(3379), - [anon_sym_pub] = ACTIONS(3379), - [anon_sym_mut] = ACTIONS(3379), - [anon_sym_enum] = ACTIONS(3379), - [anon_sym_interface] = ACTIONS(3379), - [anon_sym_PLUS_PLUS] = ACTIONS(3379), - [anon_sym_DASH_DASH] = ACTIONS(3379), - [anon_sym_QMARK] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3379), - [anon_sym_go] = ACTIONS(3379), - [anon_sym_spawn] = ACTIONS(3379), - [anon_sym_json_DOTdecode] = ACTIONS(3379), - [anon_sym_LBRACK2] = ACTIONS(3379), - [anon_sym_TILDE] = ACTIONS(3379), - [anon_sym_CARET] = ACTIONS(3379), - [anon_sym_AMP] = ACTIONS(3379), - [anon_sym_LT_DASH] = ACTIONS(3379), - [anon_sym_LT_LT] = ACTIONS(3379), - [anon_sym_GT_GT] = ACTIONS(3379), - [anon_sym_GT_GT_GT] = ACTIONS(3379), - [anon_sym_AMP_CARET] = ACTIONS(3379), - [anon_sym_AMP_AMP] = ACTIONS(3379), - [anon_sym_PIPE_PIPE] = ACTIONS(3379), - [anon_sym_or] = ACTIONS(3379), - [sym_none] = ACTIONS(3379), - [sym_true] = ACTIONS(3379), - [sym_false] = ACTIONS(3379), - [sym_nil] = ACTIONS(3379), - [anon_sym_QMARK_DOT] = ACTIONS(3379), - [anon_sym_POUND_LBRACK] = ACTIONS(3379), - [anon_sym_if] = ACTIONS(3379), - [anon_sym_DOLLARif] = ACTIONS(3379), - [anon_sym_is] = ACTIONS(3379), - [anon_sym_BANGis] = ACTIONS(3379), - [anon_sym_in] = ACTIONS(3379), - [anon_sym_BANGin] = ACTIONS(3379), - [anon_sym_match] = ACTIONS(3379), - [anon_sym_select] = ACTIONS(3379), - [anon_sym_STAR_EQ] = ACTIONS(3379), - [anon_sym_SLASH_EQ] = ACTIONS(3379), - [anon_sym_PERCENT_EQ] = ACTIONS(3379), - [anon_sym_LT_LT_EQ] = ACTIONS(3379), - [anon_sym_GT_GT_EQ] = ACTIONS(3379), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3379), - [anon_sym_AMP_EQ] = ACTIONS(3379), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3379), - [anon_sym_PLUS_EQ] = ACTIONS(3379), - [anon_sym_DASH_EQ] = ACTIONS(3379), - [anon_sym_PIPE_EQ] = ACTIONS(3379), - [anon_sym_CARET_EQ] = ACTIONS(3379), - [anon_sym_COLON_EQ] = ACTIONS(3379), - [anon_sym_lock] = ACTIONS(3379), - [anon_sym_rlock] = ACTIONS(3379), - [anon_sym_unsafe] = ACTIONS(3379), - [anon_sym_sql] = ACTIONS(3379), - [sym_int_literal] = ACTIONS(3379), - [sym_float_literal] = ACTIONS(3379), - [sym_rune_literal] = ACTIONS(3379), - [sym_pseudo_compile_time_identifier] = ACTIONS(3379), - [anon_sym_shared] = ACTIONS(3379), - [anon_sym_map_LBRACK] = ACTIONS(3379), - [anon_sym_chan] = ACTIONS(3379), - [anon_sym_thread] = ACTIONS(3379), - [anon_sym_atomic] = ACTIONS(3379), - [anon_sym_assert] = ACTIONS(3379), - [anon_sym_defer] = ACTIONS(3379), - [anon_sym_goto] = ACTIONS(3379), - [anon_sym_break] = ACTIONS(3379), - [anon_sym_continue] = ACTIONS(3379), - [anon_sym_return] = ACTIONS(3379), - [anon_sym_DOLLARfor] = ACTIONS(3379), - [anon_sym_for] = ACTIONS(3379), - [anon_sym_POUND] = ACTIONS(3379), - [anon_sym_asm] = ACTIONS(3379), - [anon_sym_AT_LBRACK] = ACTIONS(3379), - [sym___double_quote] = ACTIONS(3379), - [sym___single_quote] = ACTIONS(3379), - [sym___c_double_quote] = ACTIONS(3379), - [sym___c_single_quote] = ACTIONS(3379), - [sym___r_double_quote] = ACTIONS(3379), - [sym___r_single_quote] = ACTIONS(3379), + [sym__expression] = STATE(2517), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4014), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1083), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(3103), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(3105), + [anon_sym_go] = ACTIONS(1091), + [anon_sym_spawn] = ACTIONS(1093), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(1083), + [anon_sym_CARET] = ACTIONS(1083), + [anon_sym_AMP] = ACTIONS(3107), + [anon_sym_LT_DASH] = ACTIONS(1101), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2767), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [838] = { [sym_line_comment] = STATE(838), [sym_block_comment] = STATE(838), - [sym__expression] = STATE(2846), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(2498), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [839] = { [sym_line_comment] = STATE(839), [sym_block_comment] = STATE(839), - [sym__expression] = STATE(2829), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(2532), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [840] = { [sym_line_comment] = STATE(840), [sym_block_comment] = STATE(840), - [sym__expression] = STATE(1960), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [sym__expression] = STATE(2521), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [841] = { [sym_line_comment] = STATE(841), [sym_block_comment] = STATE(841), - [sym__expression] = STATE(1851), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [sym__expression] = STATE(2517), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [842] = { [sym_line_comment] = STATE(842), [sym_block_comment] = STATE(842), - [sym__expression] = STATE(1676), - [sym__expression_without_blocks] = STATE(1908), - [sym__expression_with_blocks] = STATE(1908), - [sym_inc_expression] = STATE(1907), - [sym_dec_expression] = STATE(1907), - [sym_or_block_expression] = STATE(1907), - [sym_option_propagation_expression] = STATE(1907), - [sym_result_propagation_expression] = STATE(1907), - [sym_anon_struct_value_expression] = STATE(1906), - [sym_go_expression] = STATE(1907), - [sym_spawn_expression] = STATE(1907), - [sym_parenthesized_expression] = STATE(1907), - [sym_call_expression] = STATE(1907), - [sym_type_initializer] = STATE(1906), - [sym_function_literal] = STATE(1907), - [sym_reference_expression] = STATE(1939), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1907), - [sym_receive_expression] = STATE(1907), - [sym_binary_expression] = STATE(1907), - [sym_as_type_cast_expression] = STATE(1907), - [sym__max_group] = STATE(1907), - [sym_literal] = STATE(1909), - [sym_map_init_expression] = STATE(1906), - [sym_array_creation] = STATE(1907), - [sym_fixed_array_creation] = STATE(1907), - [sym_selector_expression] = STATE(1907), - [sym_index_expression] = STATE(1907), - [sym_slice_expression] = STATE(1907), - [sym_if_expression] = STATE(1906), - [sym_compile_time_if_expression] = STATE(1906), - [sym_is_expression] = STATE(1907), - [sym_not_is_expression] = STATE(1907), - [sym_in_expression] = STATE(1907), - [sym_not_in_expression] = STATE(1907), - [sym_enum_fetch] = STATE(1907), - [sym_match_expression] = STATE(1906), - [sym_select_expression] = STATE(1906), - [sym_lock_expression] = STATE(1906), - [sym_unsafe_expression] = STATE(1906), - [sym_sql_expression] = STATE(1906), - [sym_c_string_literal] = STATE(1910), - [sym_raw_string_literal] = STATE(1910), - [sym_interpreted_string_literal] = STATE(1910), - [sym_mutability_modifiers] = STATE(510), - [sym_plain_type] = STATE(4293), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2667), + [sym__expression] = STATE(1820), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2681), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2683), - [anon_sym_go] = ACTIONS(2685), - [anon_sym_spawn] = ACTIONS(2687), - [anon_sym_json_DOTdecode] = ACTIONS(2689), - [anon_sym_LBRACK2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_LT_DASH] = ACTIONS(2695), - [sym_none] = ACTIONS(2697), - [sym_true] = ACTIONS(2697), - [sym_false] = ACTIONS(2697), - [sym_nil] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_DOLLARif] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_select] = ACTIONS(2705), - [anon_sym_lock] = ACTIONS(2707), - [anon_sym_rlock] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_sql] = ACTIONS(2711), - [sym_int_literal] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2713), - [sym_rune_literal] = ACTIONS(2713), - [sym_pseudo_compile_time_identifier] = ACTIONS(2715), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2717), - [sym___single_quote] = ACTIONS(2719), - [sym___c_double_quote] = ACTIONS(2721), - [sym___c_single_quote] = ACTIONS(2723), - [sym___r_double_quote] = ACTIONS(2725), - [sym___r_single_quote] = ACTIONS(2727), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [843] = { [sym_line_comment] = STATE(843), [sym_block_comment] = STATE(843), - [sym__expression] = STATE(2842), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(1821), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [844] = { [sym_line_comment] = STATE(844), [sym_block_comment] = STATE(844), - [sym__expression] = STATE(2526), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2324), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [845] = { [sym_line_comment] = STATE(845), [sym_block_comment] = STATE(845), - [sym__expression] = STATE(1822), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [sym__expression] = STATE(1824), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [846] = { [sym_line_comment] = STATE(846), [sym_block_comment] = STATE(846), - [sym__expression] = STATE(1820), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3660), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [847] = { [sym_line_comment] = STATE(847), [sym_block_comment] = STATE(847), - [sym__expression] = STATE(1821), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(1826), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [848] = { [sym_line_comment] = STATE(848), [sym_block_comment] = STATE(848), - [sym__expression] = STATE(2502), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2430), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [849] = { [sym_line_comment] = STATE(849), [sym_block_comment] = STATE(849), - [sym__expression] = STATE(1824), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(2429), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [850] = { [sym_line_comment] = STATE(850), [sym_block_comment] = STATE(850), - [sym__expression] = STATE(2525), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2712), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [851] = { [sym_line_comment] = STATE(851), [sym_block_comment] = STATE(851), - [sym__expression] = STATE(1796), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(2714), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [852] = { [sym_line_comment] = STATE(852), [sym_block_comment] = STATE(852), - [sym__expression] = STATE(2524), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3685), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2239), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [853] = { [sym_line_comment] = STATE(853), [sym_block_comment] = STATE(853), - [sym__expression] = STATE(2622), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3674), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [854] = { [sym_line_comment] = STATE(854), [sym_block_comment] = STATE(854), - [sym__expression] = STATE(2325), + [sym__expression] = STATE(2327), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [855] = { [sym_line_comment] = STATE(855), [sym_block_comment] = STATE(855), - [sym__expression] = STATE(1141), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4343), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(2324), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [856] = { + [sym_line_comment] = STATE(856), + [sym_block_comment] = STATE(856), + [sym__expression] = STATE(1144), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4349), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -123110,537 +123243,537 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [856] = { - [sym_line_comment] = STATE(856), - [sym_block_comment] = STATE(856), - [sym__expression] = STATE(2335), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, [857] = { [sym_line_comment] = STATE(857), [sym_block_comment] = STATE(857), - [sym__expression] = STATE(2844), + [sym__expression] = STATE(2566), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [858] = { [sym_line_comment] = STATE(858), [sym_block_comment] = STATE(858), - [sym__expression] = STATE(2555), + [sym__expression] = STATE(2327), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3685), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [859] = { [sym_line_comment] = STATE(859), [sym_block_comment] = STATE(859), - [sym__expression] = STATE(2556), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(1810), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [860] = { [sym_line_comment] = STATE(860), [sym_block_comment] = STATE(860), - [sym__expression] = STATE(1141), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4356), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(2567), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [861] = { + [sym_line_comment] = STATE(861), + [sym_block_comment] = STATE(861), + [sym__expression] = STATE(1144), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4360), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -123690,73 +123823,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [861] = { - [sym_line_comment] = STATE(861), - [sym_block_comment] = STATE(861), - [sym__expression] = STATE(1141), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4362), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [862] = { + [sym_line_comment] = STATE(862), + [sym_block_comment] = STATE(862), + [sym__expression] = STATE(1144), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4369), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -123806,3355 +123939,3239 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [862] = { - [sym_line_comment] = STATE(862), - [sym_block_comment] = STATE(862), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2113), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_go] = ACTIONS(2119), - [anon_sym_spawn] = ACTIONS(2121), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_CARET] = ACTIONS(2113), - [anon_sym_AMP] = ACTIONS(2125), - [anon_sym_LT_DASH] = ACTIONS(2127), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2129), - [anon_sym_lock] = ACTIONS(2131), - [anon_sym_rlock] = ACTIONS(2131), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, [863] = { [sym_line_comment] = STATE(863), [sym_block_comment] = STATE(863), - [sym__expression] = STATE(2623), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [864] = { [sym_line_comment] = STATE(864), [sym_block_comment] = STATE(864), - [sym__expression] = STATE(2624), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(1087), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [ts_builtin_sym_end] = ACTIONS(2783), + [sym_identifier] = ACTIONS(2785), + [anon_sym_LF] = ACTIONS(2785), + [anon_sym_CR] = ACTIONS(2785), + [anon_sym_CR_LF] = ACTIONS(2785), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2785), + [anon_sym_as] = ACTIONS(2785), + [anon_sym_LBRACE] = ACTIONS(2785), + [anon_sym_COMMA] = ACTIONS(2785), + [anon_sym_const] = ACTIONS(2785), + [anon_sym_LPAREN] = ACTIONS(2785), + [anon_sym_EQ] = ACTIONS(2785), + [anon_sym___global] = ACTIONS(2785), + [anon_sym_type] = ACTIONS(2785), + [anon_sym_PIPE] = ACTIONS(2785), + [anon_sym_fn] = ACTIONS(2785), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_STAR] = ACTIONS(2785), + [anon_sym_SLASH] = ACTIONS(2785), + [anon_sym_PERCENT] = ACTIONS(2785), + [anon_sym_LT] = ACTIONS(2785), + [anon_sym_GT] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2785), + [anon_sym_BANG_EQ] = ACTIONS(2785), + [anon_sym_LT_EQ] = ACTIONS(2785), + [anon_sym_GT_EQ] = ACTIONS(2785), + [anon_sym_LBRACK] = ACTIONS(2783), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_union] = ACTIONS(2785), + [anon_sym_pub] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(2785), + [anon_sym_enum] = ACTIONS(2785), + [anon_sym_interface] = ACTIONS(2785), + [anon_sym_PLUS_PLUS] = ACTIONS(2785), + [anon_sym_DASH_DASH] = ACTIONS(2785), + [anon_sym_QMARK] = ACTIONS(2785), + [anon_sym_BANG] = ACTIONS(2785), + [anon_sym_go] = ACTIONS(2785), + [anon_sym_spawn] = ACTIONS(2785), + [anon_sym_json_DOTdecode] = ACTIONS(2785), + [anon_sym_LBRACK2] = ACTIONS(2785), + [anon_sym_TILDE] = ACTIONS(2785), + [anon_sym_CARET] = ACTIONS(2785), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_LT_DASH] = ACTIONS(2785), + [anon_sym_LT_LT] = ACTIONS(2785), + [anon_sym_GT_GT] = ACTIONS(2785), + [anon_sym_GT_GT_GT] = ACTIONS(2785), + [anon_sym_AMP_CARET] = ACTIONS(2785), + [anon_sym_AMP_AMP] = ACTIONS(2785), + [anon_sym_PIPE_PIPE] = ACTIONS(2785), + [anon_sym_or] = ACTIONS(2785), + [sym_none] = ACTIONS(2785), + [sym_true] = ACTIONS(2785), + [sym_false] = ACTIONS(2785), + [sym_nil] = ACTIONS(2785), + [anon_sym_QMARK_DOT] = ACTIONS(2785), + [anon_sym_POUND_LBRACK] = ACTIONS(2785), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_DOLLARif] = ACTIONS(2785), + [anon_sym_is] = ACTIONS(2785), + [anon_sym_BANGis] = ACTIONS(2785), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_BANGin] = ACTIONS(2785), + [anon_sym_match] = ACTIONS(2785), + [anon_sym_select] = ACTIONS(2785), + [anon_sym_STAR_EQ] = ACTIONS(2785), + [anon_sym_SLASH_EQ] = ACTIONS(2785), + [anon_sym_PERCENT_EQ] = ACTIONS(2785), + [anon_sym_LT_LT_EQ] = ACTIONS(2785), + [anon_sym_GT_GT_EQ] = ACTIONS(2785), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2785), + [anon_sym_AMP_EQ] = ACTIONS(2785), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2785), + [anon_sym_PLUS_EQ] = ACTIONS(2785), + [anon_sym_DASH_EQ] = ACTIONS(2785), + [anon_sym_PIPE_EQ] = ACTIONS(2785), + [anon_sym_CARET_EQ] = ACTIONS(2785), + [anon_sym_COLON_EQ] = ACTIONS(2785), + [anon_sym_lock] = ACTIONS(2785), + [anon_sym_rlock] = ACTIONS(2785), + [anon_sym_unsafe] = ACTIONS(2785), + [anon_sym_sql] = ACTIONS(2785), + [sym_int_literal] = ACTIONS(2785), + [sym_float_literal] = ACTIONS(2785), + [sym_rune_literal] = ACTIONS(2785), + [sym_pseudo_compile_time_identifier] = ACTIONS(2785), + [anon_sym_shared] = ACTIONS(2785), + [anon_sym_map_LBRACK] = ACTIONS(2785), + [anon_sym_chan] = ACTIONS(2785), + [anon_sym_thread] = ACTIONS(2785), + [anon_sym_atomic] = ACTIONS(2785), + [anon_sym_assert] = ACTIONS(2785), + [anon_sym_defer] = ACTIONS(2785), + [anon_sym_goto] = ACTIONS(2785), + [anon_sym_break] = ACTIONS(2785), + [anon_sym_continue] = ACTIONS(2785), + [anon_sym_return] = ACTIONS(2785), + [anon_sym_DOLLARfor] = ACTIONS(2785), + [anon_sym_for] = ACTIONS(2785), + [anon_sym_POUND] = ACTIONS(2785), + [anon_sym_asm] = ACTIONS(2785), + [anon_sym_AT_LBRACK] = ACTIONS(2785), + [sym___double_quote] = ACTIONS(2785), + [sym___single_quote] = ACTIONS(2785), + [sym___c_double_quote] = ACTIONS(2785), + [sym___c_single_quote] = ACTIONS(2785), + [sym___r_double_quote] = ACTIONS(2785), + [sym___r_single_quote] = ACTIONS(2785), }, [865] = { [sym_line_comment] = STATE(865), [sym_block_comment] = STATE(865), - [ts_builtin_sym_end] = ACTIONS(3381), - [sym_identifier] = ACTIONS(3383), - [anon_sym_LF] = ACTIONS(3383), - [anon_sym_CR] = ACTIONS(3383), - [anon_sym_CR_LF] = ACTIONS(3383), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3383), - [anon_sym_as] = ACTIONS(3383), - [anon_sym_LBRACE] = ACTIONS(3383), - [anon_sym_COMMA] = ACTIONS(3383), - [anon_sym_const] = ACTIONS(3383), - [anon_sym_LPAREN] = ACTIONS(3383), - [anon_sym_EQ] = ACTIONS(3383), - [anon_sym___global] = ACTIONS(3383), - [anon_sym_type] = ACTIONS(3383), - [anon_sym_PIPE] = ACTIONS(3383), - [anon_sym_fn] = ACTIONS(3383), - [anon_sym_PLUS] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3383), - [anon_sym_STAR] = ACTIONS(3383), - [anon_sym_SLASH] = ACTIONS(3383), - [anon_sym_PERCENT] = ACTIONS(3383), - [anon_sym_LT] = ACTIONS(3383), - [anon_sym_GT] = ACTIONS(3383), - [anon_sym_EQ_EQ] = ACTIONS(3383), - [anon_sym_BANG_EQ] = ACTIONS(3383), - [anon_sym_LT_EQ] = ACTIONS(3383), - [anon_sym_GT_EQ] = ACTIONS(3383), - [anon_sym_LBRACK] = ACTIONS(3381), - [anon_sym_struct] = ACTIONS(3383), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_pub] = ACTIONS(3383), - [anon_sym_mut] = ACTIONS(3383), - [anon_sym_enum] = ACTIONS(3383), - [anon_sym_interface] = ACTIONS(3383), - [anon_sym_PLUS_PLUS] = ACTIONS(3383), - [anon_sym_DASH_DASH] = ACTIONS(3383), - [anon_sym_QMARK] = ACTIONS(3383), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_go] = ACTIONS(3383), - [anon_sym_spawn] = ACTIONS(3383), - [anon_sym_json_DOTdecode] = ACTIONS(3383), - [anon_sym_LBRACK2] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_CARET] = ACTIONS(3383), - [anon_sym_AMP] = ACTIONS(3383), - [anon_sym_LT_DASH] = ACTIONS(3383), - [anon_sym_LT_LT] = ACTIONS(3383), - [anon_sym_GT_GT] = ACTIONS(3383), - [anon_sym_GT_GT_GT] = ACTIONS(3383), - [anon_sym_AMP_CARET] = ACTIONS(3383), - [anon_sym_AMP_AMP] = ACTIONS(3383), - [anon_sym_PIPE_PIPE] = ACTIONS(3383), - [anon_sym_or] = ACTIONS(3383), - [sym_none] = ACTIONS(3383), - [sym_true] = ACTIONS(3383), - [sym_false] = ACTIONS(3383), - [sym_nil] = ACTIONS(3383), - [anon_sym_QMARK_DOT] = ACTIONS(3383), - [anon_sym_POUND_LBRACK] = ACTIONS(3383), - [anon_sym_if] = ACTIONS(3383), - [anon_sym_DOLLARif] = ACTIONS(3383), - [anon_sym_is] = ACTIONS(3383), - [anon_sym_BANGis] = ACTIONS(3383), - [anon_sym_in] = ACTIONS(3383), - [anon_sym_BANGin] = ACTIONS(3383), - [anon_sym_match] = ACTIONS(3383), - [anon_sym_select] = ACTIONS(3383), - [anon_sym_STAR_EQ] = ACTIONS(3383), - [anon_sym_SLASH_EQ] = ACTIONS(3383), - [anon_sym_PERCENT_EQ] = ACTIONS(3383), - [anon_sym_LT_LT_EQ] = ACTIONS(3383), - [anon_sym_GT_GT_EQ] = ACTIONS(3383), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3383), - [anon_sym_AMP_EQ] = ACTIONS(3383), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3383), - [anon_sym_PLUS_EQ] = ACTIONS(3383), - [anon_sym_DASH_EQ] = ACTIONS(3383), - [anon_sym_PIPE_EQ] = ACTIONS(3383), - [anon_sym_CARET_EQ] = ACTIONS(3383), - [anon_sym_COLON_EQ] = ACTIONS(3383), - [anon_sym_lock] = ACTIONS(3383), - [anon_sym_rlock] = ACTIONS(3383), - [anon_sym_unsafe] = ACTIONS(3383), - [anon_sym_sql] = ACTIONS(3383), - [sym_int_literal] = ACTIONS(3383), - [sym_float_literal] = ACTIONS(3383), - [sym_rune_literal] = ACTIONS(3383), - [sym_pseudo_compile_time_identifier] = ACTIONS(3383), - [anon_sym_shared] = ACTIONS(3383), - [anon_sym_map_LBRACK] = ACTIONS(3383), - [anon_sym_chan] = ACTIONS(3383), - [anon_sym_thread] = ACTIONS(3383), - [anon_sym_atomic] = ACTIONS(3383), - [anon_sym_assert] = ACTIONS(3383), - [anon_sym_defer] = ACTIONS(3383), - [anon_sym_goto] = ACTIONS(3383), - [anon_sym_break] = ACTIONS(3383), - [anon_sym_continue] = ACTIONS(3383), - [anon_sym_return] = ACTIONS(3383), - [anon_sym_DOLLARfor] = ACTIONS(3383), - [anon_sym_for] = ACTIONS(3383), - [anon_sym_POUND] = ACTIONS(3383), - [anon_sym_asm] = ACTIONS(3383), - [anon_sym_AT_LBRACK] = ACTIONS(3383), - [sym___double_quote] = ACTIONS(3383), - [sym___single_quote] = ACTIONS(3383), - [sym___c_double_quote] = ACTIONS(3383), - [sym___c_single_quote] = ACTIONS(3383), - [sym___r_double_quote] = ACTIONS(3383), - [sym___r_single_quote] = ACTIONS(3383), - }, - [866] = { - [sym_line_comment] = STATE(866), - [sym_block_comment] = STATE(866), - [sym__expression] = STATE(1819), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(1817), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), + }, + [866] = { + [sym_line_comment] = STATE(866), + [sym_block_comment] = STATE(866), + [ts_builtin_sym_end] = ACTIONS(3414), + [sym_identifier] = ACTIONS(3416), + [anon_sym_LF] = ACTIONS(3416), + [anon_sym_CR] = ACTIONS(3416), + [anon_sym_CR_LF] = ACTIONS(3416), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3416), + [anon_sym_as] = ACTIONS(3416), + [anon_sym_LBRACE] = ACTIONS(3416), + [anon_sym_COMMA] = ACTIONS(3416), + [anon_sym_const] = ACTIONS(3416), + [anon_sym_LPAREN] = ACTIONS(3416), + [anon_sym_EQ] = ACTIONS(3416), + [anon_sym___global] = ACTIONS(3416), + [anon_sym_type] = ACTIONS(3416), + [anon_sym_PIPE] = ACTIONS(3416), + [anon_sym_fn] = ACTIONS(3416), + [anon_sym_PLUS] = ACTIONS(3416), + [anon_sym_DASH] = ACTIONS(3416), + [anon_sym_STAR] = ACTIONS(3416), + [anon_sym_SLASH] = ACTIONS(3416), + [anon_sym_PERCENT] = ACTIONS(3416), + [anon_sym_LT] = ACTIONS(3416), + [anon_sym_GT] = ACTIONS(3416), + [anon_sym_EQ_EQ] = ACTIONS(3416), + [anon_sym_BANG_EQ] = ACTIONS(3416), + [anon_sym_LT_EQ] = ACTIONS(3416), + [anon_sym_GT_EQ] = ACTIONS(3416), + [anon_sym_LBRACK] = ACTIONS(3414), + [anon_sym_struct] = ACTIONS(3416), + [anon_sym_union] = ACTIONS(3416), + [anon_sym_pub] = ACTIONS(3416), + [anon_sym_mut] = ACTIONS(3416), + [anon_sym_enum] = ACTIONS(3416), + [anon_sym_interface] = ACTIONS(3416), + [anon_sym_PLUS_PLUS] = ACTIONS(3416), + [anon_sym_DASH_DASH] = ACTIONS(3416), + [anon_sym_QMARK] = ACTIONS(3416), + [anon_sym_BANG] = ACTIONS(3416), + [anon_sym_go] = ACTIONS(3416), + [anon_sym_spawn] = ACTIONS(3416), + [anon_sym_json_DOTdecode] = ACTIONS(3416), + [anon_sym_LBRACK2] = ACTIONS(3416), + [anon_sym_TILDE] = ACTIONS(3416), + [anon_sym_CARET] = ACTIONS(3416), + [anon_sym_AMP] = ACTIONS(3416), + [anon_sym_LT_DASH] = ACTIONS(3416), + [anon_sym_LT_LT] = ACTIONS(3416), + [anon_sym_GT_GT] = ACTIONS(3416), + [anon_sym_GT_GT_GT] = ACTIONS(3416), + [anon_sym_AMP_CARET] = ACTIONS(3416), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3416), + [anon_sym_or] = ACTIONS(3416), + [sym_none] = ACTIONS(3416), + [sym_true] = ACTIONS(3416), + [sym_false] = ACTIONS(3416), + [sym_nil] = ACTIONS(3416), + [anon_sym_QMARK_DOT] = ACTIONS(3416), + [anon_sym_POUND_LBRACK] = ACTIONS(3416), + [anon_sym_if] = ACTIONS(3416), + [anon_sym_DOLLARif] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3416), + [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_in] = ACTIONS(3416), + [anon_sym_BANGin] = ACTIONS(3416), + [anon_sym_match] = ACTIONS(3416), + [anon_sym_select] = ACTIONS(3416), + [anon_sym_STAR_EQ] = ACTIONS(3416), + [anon_sym_SLASH_EQ] = ACTIONS(3416), + [anon_sym_PERCENT_EQ] = ACTIONS(3416), + [anon_sym_LT_LT_EQ] = ACTIONS(3416), + [anon_sym_GT_GT_EQ] = ACTIONS(3416), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3416), + [anon_sym_AMP_EQ] = ACTIONS(3416), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3416), + [anon_sym_PLUS_EQ] = ACTIONS(3416), + [anon_sym_DASH_EQ] = ACTIONS(3416), + [anon_sym_PIPE_EQ] = ACTIONS(3416), + [anon_sym_CARET_EQ] = ACTIONS(3416), + [anon_sym_COLON_EQ] = ACTIONS(3416), + [anon_sym_lock] = ACTIONS(3416), + [anon_sym_rlock] = ACTIONS(3416), + [anon_sym_unsafe] = ACTIONS(3416), + [anon_sym_sql] = ACTIONS(3416), + [sym_int_literal] = ACTIONS(3416), + [sym_float_literal] = ACTIONS(3416), + [sym_rune_literal] = ACTIONS(3416), + [sym_pseudo_compile_time_identifier] = ACTIONS(3416), + [anon_sym_shared] = ACTIONS(3416), + [anon_sym_map_LBRACK] = ACTIONS(3416), + [anon_sym_chan] = ACTIONS(3416), + [anon_sym_thread] = ACTIONS(3416), + [anon_sym_atomic] = ACTIONS(3416), + [anon_sym_assert] = ACTIONS(3416), + [anon_sym_defer] = ACTIONS(3416), + [anon_sym_goto] = ACTIONS(3416), + [anon_sym_break] = ACTIONS(3416), + [anon_sym_continue] = ACTIONS(3416), + [anon_sym_return] = ACTIONS(3416), + [anon_sym_DOLLARfor] = ACTIONS(3416), + [anon_sym_for] = ACTIONS(3416), + [anon_sym_POUND] = ACTIONS(3416), + [anon_sym_asm] = ACTIONS(3416), + [anon_sym_AT_LBRACK] = ACTIONS(3416), + [sym___double_quote] = ACTIONS(3416), + [sym___single_quote] = ACTIONS(3416), + [sym___c_double_quote] = ACTIONS(3416), + [sym___c_single_quote] = ACTIONS(3416), + [sym___r_double_quote] = ACTIONS(3416), + [sym___r_single_quote] = ACTIONS(3416), }, [867] = { [sym_line_comment] = STATE(867), [sym_block_comment] = STATE(867), - [sym__expression] = STATE(1822), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(1816), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [868] = { [sym_line_comment] = STATE(868), [sym_block_comment] = STATE(868), - [sym__expression] = STATE(1823), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1611), + [sym__expression] = STATE(982), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(819), - [anon_sym_DASH] = ACTIONS(819), - [anon_sym_STAR] = ACTIONS(821), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(827), - [anon_sym_go] = ACTIONS(829), - [anon_sym_spawn] = ACTIONS(831), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(835), - [anon_sym_TILDE] = ACTIONS(819), - [anon_sym_CARET] = ACTIONS(819), - [anon_sym_AMP] = ACTIONS(837), - [anon_sym_LT_DASH] = ACTIONS(839), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(849), - [anon_sym_lock] = ACTIONS(851), - [anon_sym_rlock] = ACTIONS(851), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [869] = { [sym_line_comment] = STATE(869), [sym_block_comment] = STATE(869), - [ts_builtin_sym_end] = ACTIONS(3385), - [sym_identifier] = ACTIONS(3387), - [anon_sym_LF] = ACTIONS(3387), - [anon_sym_CR] = ACTIONS(3387), - [anon_sym_CR_LF] = ACTIONS(3387), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3387), - [anon_sym_as] = ACTIONS(3387), - [anon_sym_LBRACE] = ACTIONS(3387), - [anon_sym_COMMA] = ACTIONS(3387), - [anon_sym_const] = ACTIONS(3387), - [anon_sym_LPAREN] = ACTIONS(3387), - [anon_sym_EQ] = ACTIONS(3387), - [anon_sym___global] = ACTIONS(3387), - [anon_sym_type] = ACTIONS(3387), - [anon_sym_PIPE] = ACTIONS(3387), - [anon_sym_fn] = ACTIONS(3387), - [anon_sym_PLUS] = ACTIONS(3387), - [anon_sym_DASH] = ACTIONS(3387), - [anon_sym_STAR] = ACTIONS(3387), - [anon_sym_SLASH] = ACTIONS(3387), - [anon_sym_PERCENT] = ACTIONS(3387), - [anon_sym_LT] = ACTIONS(3387), - [anon_sym_GT] = ACTIONS(3387), - [anon_sym_EQ_EQ] = ACTIONS(3387), - [anon_sym_BANG_EQ] = ACTIONS(3387), - [anon_sym_LT_EQ] = ACTIONS(3387), - [anon_sym_GT_EQ] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(3385), - [anon_sym_struct] = ACTIONS(3387), - [anon_sym_union] = ACTIONS(3387), - [anon_sym_pub] = ACTIONS(3387), - [anon_sym_mut] = ACTIONS(3387), - [anon_sym_enum] = ACTIONS(3387), - [anon_sym_interface] = ACTIONS(3387), - [anon_sym_PLUS_PLUS] = ACTIONS(3387), - [anon_sym_DASH_DASH] = ACTIONS(3387), - [anon_sym_QMARK] = ACTIONS(3387), - [anon_sym_BANG] = ACTIONS(3387), - [anon_sym_go] = ACTIONS(3387), - [anon_sym_spawn] = ACTIONS(3387), - [anon_sym_json_DOTdecode] = ACTIONS(3387), - [anon_sym_LBRACK2] = ACTIONS(3387), - [anon_sym_TILDE] = ACTIONS(3387), - [anon_sym_CARET] = ACTIONS(3387), - [anon_sym_AMP] = ACTIONS(3387), - [anon_sym_LT_DASH] = ACTIONS(3387), - [anon_sym_LT_LT] = ACTIONS(3387), - [anon_sym_GT_GT] = ACTIONS(3387), - [anon_sym_GT_GT_GT] = ACTIONS(3387), - [anon_sym_AMP_CARET] = ACTIONS(3387), - [anon_sym_AMP_AMP] = ACTIONS(3387), - [anon_sym_PIPE_PIPE] = ACTIONS(3387), - [anon_sym_or] = ACTIONS(3387), - [sym_none] = ACTIONS(3387), - [sym_true] = ACTIONS(3387), - [sym_false] = ACTIONS(3387), - [sym_nil] = ACTIONS(3387), - [anon_sym_QMARK_DOT] = ACTIONS(3387), - [anon_sym_POUND_LBRACK] = ACTIONS(3387), - [anon_sym_if] = ACTIONS(3387), - [anon_sym_DOLLARif] = ACTIONS(3387), - [anon_sym_is] = ACTIONS(3387), - [anon_sym_BANGis] = ACTIONS(3387), - [anon_sym_in] = ACTIONS(3387), - [anon_sym_BANGin] = ACTIONS(3387), - [anon_sym_match] = ACTIONS(3387), - [anon_sym_select] = ACTIONS(3387), - [anon_sym_STAR_EQ] = ACTIONS(3387), - [anon_sym_SLASH_EQ] = ACTIONS(3387), - [anon_sym_PERCENT_EQ] = ACTIONS(3387), - [anon_sym_LT_LT_EQ] = ACTIONS(3387), - [anon_sym_GT_GT_EQ] = ACTIONS(3387), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3387), - [anon_sym_AMP_EQ] = ACTIONS(3387), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3387), - [anon_sym_PLUS_EQ] = ACTIONS(3387), - [anon_sym_DASH_EQ] = ACTIONS(3387), - [anon_sym_PIPE_EQ] = ACTIONS(3387), - [anon_sym_CARET_EQ] = ACTIONS(3387), - [anon_sym_COLON_EQ] = ACTIONS(3387), - [anon_sym_lock] = ACTIONS(3387), - [anon_sym_rlock] = ACTIONS(3387), - [anon_sym_unsafe] = ACTIONS(3387), - [anon_sym_sql] = ACTIONS(3387), - [sym_int_literal] = ACTIONS(3387), - [sym_float_literal] = ACTIONS(3387), - [sym_rune_literal] = ACTIONS(3387), - [sym_pseudo_compile_time_identifier] = ACTIONS(3387), - [anon_sym_shared] = ACTIONS(3387), - [anon_sym_map_LBRACK] = ACTIONS(3387), - [anon_sym_chan] = ACTIONS(3387), - [anon_sym_thread] = ACTIONS(3387), - [anon_sym_atomic] = ACTIONS(3387), - [anon_sym_assert] = ACTIONS(3387), - [anon_sym_defer] = ACTIONS(3387), - [anon_sym_goto] = ACTIONS(3387), - [anon_sym_break] = ACTIONS(3387), - [anon_sym_continue] = ACTIONS(3387), - [anon_sym_return] = ACTIONS(3387), - [anon_sym_DOLLARfor] = ACTIONS(3387), - [anon_sym_for] = ACTIONS(3387), - [anon_sym_POUND] = ACTIONS(3387), - [anon_sym_asm] = ACTIONS(3387), - [anon_sym_AT_LBRACK] = ACTIONS(3387), - [sym___double_quote] = ACTIONS(3387), - [sym___single_quote] = ACTIONS(3387), - [sym___c_double_quote] = ACTIONS(3387), - [sym___c_single_quote] = ACTIONS(3387), - [sym___r_double_quote] = ACTIONS(3387), - [sym___r_single_quote] = ACTIONS(3387), + [sym__expression] = STATE(983), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [870] = { [sym_line_comment] = STATE(870), [sym_block_comment] = STATE(870), - [sym__expression] = STATE(1850), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [sym__expression] = STATE(986), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [871] = { [sym_line_comment] = STATE(871), [sym_block_comment] = STATE(871), - [ts_builtin_sym_end] = ACTIONS(3389), - [sym_identifier] = ACTIONS(3391), - [anon_sym_LF] = ACTIONS(3391), - [anon_sym_CR] = ACTIONS(3391), - [anon_sym_CR_LF] = ACTIONS(3391), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3391), - [anon_sym_as] = ACTIONS(3391), - [anon_sym_LBRACE] = ACTIONS(3391), - [anon_sym_COMMA] = ACTIONS(3391), - [anon_sym_const] = ACTIONS(3391), - [anon_sym_LPAREN] = ACTIONS(3391), - [anon_sym_EQ] = ACTIONS(3391), - [anon_sym___global] = ACTIONS(3391), - [anon_sym_type] = ACTIONS(3391), - [anon_sym_PIPE] = ACTIONS(3391), - [anon_sym_fn] = ACTIONS(3391), - [anon_sym_PLUS] = ACTIONS(3391), - [anon_sym_DASH] = ACTIONS(3391), - [anon_sym_STAR] = ACTIONS(3391), - [anon_sym_SLASH] = ACTIONS(3391), - [anon_sym_PERCENT] = ACTIONS(3391), - [anon_sym_LT] = ACTIONS(3391), - [anon_sym_GT] = ACTIONS(3391), - [anon_sym_EQ_EQ] = ACTIONS(3391), - [anon_sym_BANG_EQ] = ACTIONS(3391), - [anon_sym_LT_EQ] = ACTIONS(3391), - [anon_sym_GT_EQ] = ACTIONS(3391), - [anon_sym_LBRACK] = ACTIONS(3389), - [anon_sym_struct] = ACTIONS(3391), - [anon_sym_union] = ACTIONS(3391), - [anon_sym_pub] = ACTIONS(3391), - [anon_sym_mut] = ACTIONS(3391), - [anon_sym_enum] = ACTIONS(3391), - [anon_sym_interface] = ACTIONS(3391), - [anon_sym_PLUS_PLUS] = ACTIONS(3391), - [anon_sym_DASH_DASH] = ACTIONS(3391), - [anon_sym_QMARK] = ACTIONS(3391), - [anon_sym_BANG] = ACTIONS(3391), - [anon_sym_go] = ACTIONS(3391), - [anon_sym_spawn] = ACTIONS(3391), - [anon_sym_json_DOTdecode] = ACTIONS(3391), - [anon_sym_LBRACK2] = ACTIONS(3391), - [anon_sym_TILDE] = ACTIONS(3391), - [anon_sym_CARET] = ACTIONS(3391), - [anon_sym_AMP] = ACTIONS(3391), - [anon_sym_LT_DASH] = ACTIONS(3391), - [anon_sym_LT_LT] = ACTIONS(3391), - [anon_sym_GT_GT] = ACTIONS(3391), - [anon_sym_GT_GT_GT] = ACTIONS(3391), - [anon_sym_AMP_CARET] = ACTIONS(3391), - [anon_sym_AMP_AMP] = ACTIONS(3391), - [anon_sym_PIPE_PIPE] = ACTIONS(3391), - [anon_sym_or] = ACTIONS(3391), - [sym_none] = ACTIONS(3391), - [sym_true] = ACTIONS(3391), - [sym_false] = ACTIONS(3391), - [sym_nil] = ACTIONS(3391), - [anon_sym_QMARK_DOT] = ACTIONS(3391), - [anon_sym_POUND_LBRACK] = ACTIONS(3391), - [anon_sym_if] = ACTIONS(3391), - [anon_sym_DOLLARif] = ACTIONS(3391), - [anon_sym_is] = ACTIONS(3391), - [anon_sym_BANGis] = ACTIONS(3391), - [anon_sym_in] = ACTIONS(3391), - [anon_sym_BANGin] = ACTIONS(3391), - [anon_sym_match] = ACTIONS(3391), - [anon_sym_select] = ACTIONS(3391), - [anon_sym_STAR_EQ] = ACTIONS(3391), - [anon_sym_SLASH_EQ] = ACTIONS(3391), - [anon_sym_PERCENT_EQ] = ACTIONS(3391), - [anon_sym_LT_LT_EQ] = ACTIONS(3391), - [anon_sym_GT_GT_EQ] = ACTIONS(3391), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3391), - [anon_sym_AMP_EQ] = ACTIONS(3391), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3391), - [anon_sym_PLUS_EQ] = ACTIONS(3391), - [anon_sym_DASH_EQ] = ACTIONS(3391), - [anon_sym_PIPE_EQ] = ACTIONS(3391), - [anon_sym_CARET_EQ] = ACTIONS(3391), - [anon_sym_COLON_EQ] = ACTIONS(3391), - [anon_sym_lock] = ACTIONS(3391), - [anon_sym_rlock] = ACTIONS(3391), - [anon_sym_unsafe] = ACTIONS(3391), - [anon_sym_sql] = ACTIONS(3391), - [sym_int_literal] = ACTIONS(3391), - [sym_float_literal] = ACTIONS(3391), - [sym_rune_literal] = ACTIONS(3391), - [sym_pseudo_compile_time_identifier] = ACTIONS(3391), - [anon_sym_shared] = ACTIONS(3391), - [anon_sym_map_LBRACK] = ACTIONS(3391), - [anon_sym_chan] = ACTIONS(3391), - [anon_sym_thread] = ACTIONS(3391), - [anon_sym_atomic] = ACTIONS(3391), - [anon_sym_assert] = ACTIONS(3391), - [anon_sym_defer] = ACTIONS(3391), - [anon_sym_goto] = ACTIONS(3391), - [anon_sym_break] = ACTIONS(3391), - [anon_sym_continue] = ACTIONS(3391), - [anon_sym_return] = ACTIONS(3391), - [anon_sym_DOLLARfor] = ACTIONS(3391), - [anon_sym_for] = ACTIONS(3391), - [anon_sym_POUND] = ACTIONS(3391), - [anon_sym_asm] = ACTIONS(3391), - [anon_sym_AT_LBRACK] = ACTIONS(3391), - [sym___double_quote] = ACTIONS(3391), - [sym___single_quote] = ACTIONS(3391), - [sym___c_double_quote] = ACTIONS(3391), - [sym___c_single_quote] = ACTIONS(3391), - [sym___r_double_quote] = ACTIONS(3391), - [sym___r_single_quote] = ACTIONS(3391), + [sym__expression] = STATE(987), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [872] = { [sym_line_comment] = STATE(872), [sym_block_comment] = STATE(872), - [sym__expression] = STATE(1818), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [sym__expression] = STATE(981), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [873] = { [sym_line_comment] = STATE(873), [sym_block_comment] = STATE(873), - [ts_builtin_sym_end] = ACTIONS(3393), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LF] = ACTIONS(3395), - [anon_sym_CR] = ACTIONS(3395), - [anon_sym_CR_LF] = ACTIONS(3395), + [ts_builtin_sym_end] = ACTIONS(3418), + [sym_identifier] = ACTIONS(3420), + [anon_sym_LF] = ACTIONS(3420), + [anon_sym_CR] = ACTIONS(3420), + [anon_sym_CR_LF] = ACTIONS(3420), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3395), - [anon_sym_as] = ACTIONS(3395), - [anon_sym_LBRACE] = ACTIONS(3395), - [anon_sym_COMMA] = ACTIONS(3395), - [anon_sym_const] = ACTIONS(3395), - [anon_sym_LPAREN] = ACTIONS(3395), - [anon_sym_EQ] = ACTIONS(3395), - [anon_sym___global] = ACTIONS(3395), - [anon_sym_type] = ACTIONS(3395), - [anon_sym_PIPE] = ACTIONS(3395), - [anon_sym_fn] = ACTIONS(3395), - [anon_sym_PLUS] = ACTIONS(3395), - [anon_sym_DASH] = ACTIONS(3395), - [anon_sym_STAR] = ACTIONS(3395), - [anon_sym_SLASH] = ACTIONS(3395), - [anon_sym_PERCENT] = ACTIONS(3395), - [anon_sym_LT] = ACTIONS(3395), - [anon_sym_GT] = ACTIONS(3395), - [anon_sym_EQ_EQ] = ACTIONS(3395), - [anon_sym_BANG_EQ] = ACTIONS(3395), - [anon_sym_LT_EQ] = ACTIONS(3395), - [anon_sym_GT_EQ] = ACTIONS(3395), - [anon_sym_LBRACK] = ACTIONS(3393), - [anon_sym_struct] = ACTIONS(3395), - [anon_sym_union] = ACTIONS(3395), - [anon_sym_pub] = ACTIONS(3395), - [anon_sym_mut] = ACTIONS(3395), - [anon_sym_enum] = ACTIONS(3395), - [anon_sym_interface] = ACTIONS(3395), - [anon_sym_PLUS_PLUS] = ACTIONS(3395), - [anon_sym_DASH_DASH] = ACTIONS(3395), - [anon_sym_QMARK] = ACTIONS(3395), - [anon_sym_BANG] = ACTIONS(3395), - [anon_sym_go] = ACTIONS(3395), - [anon_sym_spawn] = ACTIONS(3395), - [anon_sym_json_DOTdecode] = ACTIONS(3395), - [anon_sym_LBRACK2] = ACTIONS(3395), - [anon_sym_TILDE] = ACTIONS(3395), - [anon_sym_CARET] = ACTIONS(3395), - [anon_sym_AMP] = ACTIONS(3395), - [anon_sym_LT_DASH] = ACTIONS(3395), - [anon_sym_LT_LT] = ACTIONS(3395), - [anon_sym_GT_GT] = ACTIONS(3395), - [anon_sym_GT_GT_GT] = ACTIONS(3395), - [anon_sym_AMP_CARET] = ACTIONS(3395), - [anon_sym_AMP_AMP] = ACTIONS(3395), - [anon_sym_PIPE_PIPE] = ACTIONS(3395), - [anon_sym_or] = ACTIONS(3395), - [sym_none] = ACTIONS(3395), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_nil] = ACTIONS(3395), - [anon_sym_QMARK_DOT] = ACTIONS(3395), - [anon_sym_POUND_LBRACK] = ACTIONS(3395), - [anon_sym_if] = ACTIONS(3395), - [anon_sym_DOLLARif] = ACTIONS(3395), - [anon_sym_is] = ACTIONS(3395), - [anon_sym_BANGis] = ACTIONS(3395), - [anon_sym_in] = ACTIONS(3395), - [anon_sym_BANGin] = ACTIONS(3395), - [anon_sym_match] = ACTIONS(3395), - [anon_sym_select] = ACTIONS(3395), - [anon_sym_STAR_EQ] = ACTIONS(3395), - [anon_sym_SLASH_EQ] = ACTIONS(3395), - [anon_sym_PERCENT_EQ] = ACTIONS(3395), - [anon_sym_LT_LT_EQ] = ACTIONS(3395), - [anon_sym_GT_GT_EQ] = ACTIONS(3395), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3395), - [anon_sym_AMP_EQ] = ACTIONS(3395), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3395), - [anon_sym_PLUS_EQ] = ACTIONS(3395), - [anon_sym_DASH_EQ] = ACTIONS(3395), - [anon_sym_PIPE_EQ] = ACTIONS(3395), - [anon_sym_CARET_EQ] = ACTIONS(3395), - [anon_sym_COLON_EQ] = ACTIONS(3395), - [anon_sym_lock] = ACTIONS(3395), - [anon_sym_rlock] = ACTIONS(3395), - [anon_sym_unsafe] = ACTIONS(3395), - [anon_sym_sql] = ACTIONS(3395), - [sym_int_literal] = ACTIONS(3395), - [sym_float_literal] = ACTIONS(3395), - [sym_rune_literal] = ACTIONS(3395), - [sym_pseudo_compile_time_identifier] = ACTIONS(3395), - [anon_sym_shared] = ACTIONS(3395), - [anon_sym_map_LBRACK] = ACTIONS(3395), - [anon_sym_chan] = ACTIONS(3395), - [anon_sym_thread] = ACTIONS(3395), - [anon_sym_atomic] = ACTIONS(3395), - [anon_sym_assert] = ACTIONS(3395), - [anon_sym_defer] = ACTIONS(3395), - [anon_sym_goto] = ACTIONS(3395), - [anon_sym_break] = ACTIONS(3395), - [anon_sym_continue] = ACTIONS(3395), - [anon_sym_return] = ACTIONS(3395), - [anon_sym_DOLLARfor] = ACTIONS(3395), - [anon_sym_for] = ACTIONS(3395), - [anon_sym_POUND] = ACTIONS(3395), - [anon_sym_asm] = ACTIONS(3395), - [anon_sym_AT_LBRACK] = ACTIONS(3395), - [sym___double_quote] = ACTIONS(3395), - [sym___single_quote] = ACTIONS(3395), - [sym___c_double_quote] = ACTIONS(3395), - [sym___c_single_quote] = ACTIONS(3395), - [sym___r_double_quote] = ACTIONS(3395), - [sym___r_single_quote] = ACTIONS(3395), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3420), + [anon_sym_COMMA] = ACTIONS(3420), + [anon_sym_const] = ACTIONS(3420), + [anon_sym_LPAREN] = ACTIONS(3420), + [anon_sym_EQ] = ACTIONS(3420), + [anon_sym___global] = ACTIONS(3420), + [anon_sym_type] = ACTIONS(3420), + [anon_sym_PIPE] = ACTIONS(3420), + [anon_sym_fn] = ACTIONS(3420), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_STAR] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3420), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_LT_EQ] = ACTIONS(3420), + [anon_sym_GT_EQ] = ACTIONS(3420), + [anon_sym_LBRACK] = ACTIONS(3418), + [anon_sym_struct] = ACTIONS(3420), + [anon_sym_union] = ACTIONS(3420), + [anon_sym_pub] = ACTIONS(3420), + [anon_sym_mut] = ACTIONS(3420), + [anon_sym_enum] = ACTIONS(3420), + [anon_sym_interface] = ACTIONS(3420), + [anon_sym_PLUS_PLUS] = ACTIONS(3420), + [anon_sym_DASH_DASH] = ACTIONS(3420), + [anon_sym_QMARK] = ACTIONS(3420), + [anon_sym_BANG] = ACTIONS(3420), + [anon_sym_go] = ACTIONS(3420), + [anon_sym_spawn] = ACTIONS(3420), + [anon_sym_json_DOTdecode] = ACTIONS(3420), + [anon_sym_LBRACK2] = ACTIONS(3420), + [anon_sym_TILDE] = ACTIONS(3420), + [anon_sym_CARET] = ACTIONS(3420), + [anon_sym_AMP] = ACTIONS(3420), + [anon_sym_LT_DASH] = ACTIONS(3420), + [anon_sym_LT_LT] = ACTIONS(3420), + [anon_sym_GT_GT] = ACTIONS(3420), + [anon_sym_GT_GT_GT] = ACTIONS(3420), + [anon_sym_AMP_CARET] = ACTIONS(3420), + [anon_sym_AMP_AMP] = ACTIONS(3420), + [anon_sym_PIPE_PIPE] = ACTIONS(3420), + [anon_sym_or] = ACTIONS(3420), + [sym_none] = ACTIONS(3420), + [sym_true] = ACTIONS(3420), + [sym_false] = ACTIONS(3420), + [sym_nil] = ACTIONS(3420), + [anon_sym_QMARK_DOT] = ACTIONS(3420), + [anon_sym_POUND_LBRACK] = ACTIONS(3420), + [anon_sym_if] = ACTIONS(3420), + [anon_sym_DOLLARif] = ACTIONS(3420), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3420), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_BANGin] = ACTIONS(3420), + [anon_sym_match] = ACTIONS(3420), + [anon_sym_select] = ACTIONS(3420), + [anon_sym_STAR_EQ] = ACTIONS(3420), + [anon_sym_SLASH_EQ] = ACTIONS(3420), + [anon_sym_PERCENT_EQ] = ACTIONS(3420), + [anon_sym_LT_LT_EQ] = ACTIONS(3420), + [anon_sym_GT_GT_EQ] = ACTIONS(3420), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3420), + [anon_sym_AMP_EQ] = ACTIONS(3420), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3420), + [anon_sym_DASH_EQ] = ACTIONS(3420), + [anon_sym_PIPE_EQ] = ACTIONS(3420), + [anon_sym_CARET_EQ] = ACTIONS(3420), + [anon_sym_COLON_EQ] = ACTIONS(3420), + [anon_sym_lock] = ACTIONS(3420), + [anon_sym_rlock] = ACTIONS(3420), + [anon_sym_unsafe] = ACTIONS(3420), + [anon_sym_sql] = ACTIONS(3420), + [sym_int_literal] = ACTIONS(3420), + [sym_float_literal] = ACTIONS(3420), + [sym_rune_literal] = ACTIONS(3420), + [sym_pseudo_compile_time_identifier] = ACTIONS(3420), + [anon_sym_shared] = ACTIONS(3420), + [anon_sym_map_LBRACK] = ACTIONS(3420), + [anon_sym_chan] = ACTIONS(3420), + [anon_sym_thread] = ACTIONS(3420), + [anon_sym_atomic] = ACTIONS(3420), + [anon_sym_assert] = ACTIONS(3420), + [anon_sym_defer] = ACTIONS(3420), + [anon_sym_goto] = ACTIONS(3420), + [anon_sym_break] = ACTIONS(3420), + [anon_sym_continue] = ACTIONS(3420), + [anon_sym_return] = ACTIONS(3420), + [anon_sym_DOLLARfor] = ACTIONS(3420), + [anon_sym_for] = ACTIONS(3420), + [anon_sym_POUND] = ACTIONS(3420), + [anon_sym_asm] = ACTIONS(3420), + [anon_sym_AT_LBRACK] = ACTIONS(3420), + [sym___double_quote] = ACTIONS(3420), + [sym___single_quote] = ACTIONS(3420), + [sym___c_double_quote] = ACTIONS(3420), + [sym___c_single_quote] = ACTIONS(3420), + [sym___r_double_quote] = ACTIONS(3420), + [sym___r_single_quote] = ACTIONS(3420), }, [874] = { [sym_line_comment] = STATE(874), [sym_block_comment] = STATE(874), - [ts_builtin_sym_end] = ACTIONS(3397), - [sym_identifier] = ACTIONS(3399), - [anon_sym_LF] = ACTIONS(3399), - [anon_sym_CR] = ACTIONS(3399), - [anon_sym_CR_LF] = ACTIONS(3399), + [ts_builtin_sym_end] = ACTIONS(3422), + [sym_identifier] = ACTIONS(3424), + [anon_sym_LF] = ACTIONS(3424), + [anon_sym_CR] = ACTIONS(3424), + [anon_sym_CR_LF] = ACTIONS(3424), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3399), - [anon_sym_as] = ACTIONS(3399), - [anon_sym_LBRACE] = ACTIONS(3399), - [anon_sym_COMMA] = ACTIONS(3399), - [anon_sym_const] = ACTIONS(3399), - [anon_sym_LPAREN] = ACTIONS(3399), - [anon_sym_EQ] = ACTIONS(3399), - [anon_sym___global] = ACTIONS(3399), - [anon_sym_type] = ACTIONS(3399), - [anon_sym_PIPE] = ACTIONS(3399), - [anon_sym_fn] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3399), - [anon_sym_SLASH] = ACTIONS(3399), - [anon_sym_PERCENT] = ACTIONS(3399), - [anon_sym_LT] = ACTIONS(3399), - [anon_sym_GT] = ACTIONS(3399), - [anon_sym_EQ_EQ] = ACTIONS(3399), - [anon_sym_BANG_EQ] = ACTIONS(3399), - [anon_sym_LT_EQ] = ACTIONS(3399), - [anon_sym_GT_EQ] = ACTIONS(3399), - [anon_sym_LBRACK] = ACTIONS(3397), - [anon_sym_struct] = ACTIONS(3399), - [anon_sym_union] = ACTIONS(3399), - [anon_sym_pub] = ACTIONS(3399), - [anon_sym_mut] = ACTIONS(3399), - [anon_sym_enum] = ACTIONS(3399), - [anon_sym_interface] = ACTIONS(3399), - [anon_sym_PLUS_PLUS] = ACTIONS(3399), - [anon_sym_DASH_DASH] = ACTIONS(3399), - [anon_sym_QMARK] = ACTIONS(3399), - [anon_sym_BANG] = ACTIONS(3399), - [anon_sym_go] = ACTIONS(3399), - [anon_sym_spawn] = ACTIONS(3399), - [anon_sym_json_DOTdecode] = ACTIONS(3399), - [anon_sym_LBRACK2] = ACTIONS(3399), - [anon_sym_TILDE] = ACTIONS(3399), - [anon_sym_CARET] = ACTIONS(3399), - [anon_sym_AMP] = ACTIONS(3399), - [anon_sym_LT_DASH] = ACTIONS(3399), - [anon_sym_LT_LT] = ACTIONS(3399), - [anon_sym_GT_GT] = ACTIONS(3399), - [anon_sym_GT_GT_GT] = ACTIONS(3399), - [anon_sym_AMP_CARET] = ACTIONS(3399), - [anon_sym_AMP_AMP] = ACTIONS(3399), - [anon_sym_PIPE_PIPE] = ACTIONS(3399), - [anon_sym_or] = ACTIONS(3399), - [sym_none] = ACTIONS(3399), - [sym_true] = ACTIONS(3399), - [sym_false] = ACTIONS(3399), - [sym_nil] = ACTIONS(3399), - [anon_sym_QMARK_DOT] = ACTIONS(3399), - [anon_sym_POUND_LBRACK] = ACTIONS(3399), - [anon_sym_if] = ACTIONS(3399), - [anon_sym_DOLLARif] = ACTIONS(3399), - [anon_sym_is] = ACTIONS(3399), - [anon_sym_BANGis] = ACTIONS(3399), - [anon_sym_in] = ACTIONS(3399), - [anon_sym_BANGin] = ACTIONS(3399), - [anon_sym_match] = ACTIONS(3399), - [anon_sym_select] = ACTIONS(3399), - [anon_sym_STAR_EQ] = ACTIONS(3399), - [anon_sym_SLASH_EQ] = ACTIONS(3399), - [anon_sym_PERCENT_EQ] = ACTIONS(3399), - [anon_sym_LT_LT_EQ] = ACTIONS(3399), - [anon_sym_GT_GT_EQ] = ACTIONS(3399), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3399), - [anon_sym_AMP_EQ] = ACTIONS(3399), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3399), - [anon_sym_PLUS_EQ] = ACTIONS(3399), - [anon_sym_DASH_EQ] = ACTIONS(3399), - [anon_sym_PIPE_EQ] = ACTIONS(3399), - [anon_sym_CARET_EQ] = ACTIONS(3399), - [anon_sym_COLON_EQ] = ACTIONS(3399), - [anon_sym_lock] = ACTIONS(3399), - [anon_sym_rlock] = ACTIONS(3399), - [anon_sym_unsafe] = ACTIONS(3399), - [anon_sym_sql] = ACTIONS(3399), - [sym_int_literal] = ACTIONS(3399), - [sym_float_literal] = ACTIONS(3399), - [sym_rune_literal] = ACTIONS(3399), - [sym_pseudo_compile_time_identifier] = ACTIONS(3399), - [anon_sym_shared] = ACTIONS(3399), - [anon_sym_map_LBRACK] = ACTIONS(3399), - [anon_sym_chan] = ACTIONS(3399), - [anon_sym_thread] = ACTIONS(3399), - [anon_sym_atomic] = ACTIONS(3399), - [anon_sym_assert] = ACTIONS(3399), - [anon_sym_defer] = ACTIONS(3399), - [anon_sym_goto] = ACTIONS(3399), - [anon_sym_break] = ACTIONS(3399), - [anon_sym_continue] = ACTIONS(3399), - [anon_sym_return] = ACTIONS(3399), - [anon_sym_DOLLARfor] = ACTIONS(3399), - [anon_sym_for] = ACTIONS(3399), - [anon_sym_POUND] = ACTIONS(3399), - [anon_sym_asm] = ACTIONS(3399), - [anon_sym_AT_LBRACK] = ACTIONS(3399), - [sym___double_quote] = ACTIONS(3399), - [sym___single_quote] = ACTIONS(3399), - [sym___c_double_quote] = ACTIONS(3399), - [sym___c_single_quote] = ACTIONS(3399), - [sym___r_double_quote] = ACTIONS(3399), - [sym___r_single_quote] = ACTIONS(3399), + [anon_sym_DOT] = ACTIONS(3424), + [anon_sym_as] = ACTIONS(3424), + [anon_sym_LBRACE] = ACTIONS(3424), + [anon_sym_COMMA] = ACTIONS(3424), + [anon_sym_const] = ACTIONS(3424), + [anon_sym_LPAREN] = ACTIONS(3424), + [anon_sym_EQ] = ACTIONS(3424), + [anon_sym___global] = ACTIONS(3424), + [anon_sym_type] = ACTIONS(3424), + [anon_sym_PIPE] = ACTIONS(3424), + [anon_sym_fn] = ACTIONS(3424), + [anon_sym_PLUS] = ACTIONS(3424), + [anon_sym_DASH] = ACTIONS(3424), + [anon_sym_STAR] = ACTIONS(3424), + [anon_sym_SLASH] = ACTIONS(3424), + [anon_sym_PERCENT] = ACTIONS(3424), + [anon_sym_LT] = ACTIONS(3424), + [anon_sym_GT] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3424), + [anon_sym_BANG_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3424), + [anon_sym_GT_EQ] = ACTIONS(3424), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_struct] = ACTIONS(3424), + [anon_sym_union] = ACTIONS(3424), + [anon_sym_pub] = ACTIONS(3424), + [anon_sym_mut] = ACTIONS(3424), + [anon_sym_enum] = ACTIONS(3424), + [anon_sym_interface] = ACTIONS(3424), + [anon_sym_PLUS_PLUS] = ACTIONS(3424), + [anon_sym_DASH_DASH] = ACTIONS(3424), + [anon_sym_QMARK] = ACTIONS(3424), + [anon_sym_BANG] = ACTIONS(3424), + [anon_sym_go] = ACTIONS(3424), + [anon_sym_spawn] = ACTIONS(3424), + [anon_sym_json_DOTdecode] = ACTIONS(3424), + [anon_sym_LBRACK2] = ACTIONS(3424), + [anon_sym_TILDE] = ACTIONS(3424), + [anon_sym_CARET] = ACTIONS(3424), + [anon_sym_AMP] = ACTIONS(3424), + [anon_sym_LT_DASH] = ACTIONS(3424), + [anon_sym_LT_LT] = ACTIONS(3424), + [anon_sym_GT_GT] = ACTIONS(3424), + [anon_sym_GT_GT_GT] = ACTIONS(3424), + [anon_sym_AMP_CARET] = ACTIONS(3424), + [anon_sym_AMP_AMP] = ACTIONS(3424), + [anon_sym_PIPE_PIPE] = ACTIONS(3424), + [anon_sym_or] = ACTIONS(3424), + [sym_none] = ACTIONS(3424), + [sym_true] = ACTIONS(3424), + [sym_false] = ACTIONS(3424), + [sym_nil] = ACTIONS(3424), + [anon_sym_QMARK_DOT] = ACTIONS(3424), + [anon_sym_POUND_LBRACK] = ACTIONS(3424), + [anon_sym_if] = ACTIONS(3424), + [anon_sym_DOLLARif] = ACTIONS(3424), + [anon_sym_is] = ACTIONS(3424), + [anon_sym_BANGis] = ACTIONS(3424), + [anon_sym_in] = ACTIONS(3424), + [anon_sym_BANGin] = ACTIONS(3424), + [anon_sym_match] = ACTIONS(3424), + [anon_sym_select] = ACTIONS(3424), + [anon_sym_STAR_EQ] = ACTIONS(3424), + [anon_sym_SLASH_EQ] = ACTIONS(3424), + [anon_sym_PERCENT_EQ] = ACTIONS(3424), + [anon_sym_LT_LT_EQ] = ACTIONS(3424), + [anon_sym_GT_GT_EQ] = ACTIONS(3424), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3424), + [anon_sym_AMP_EQ] = ACTIONS(3424), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3424), + [anon_sym_PLUS_EQ] = ACTIONS(3424), + [anon_sym_DASH_EQ] = ACTIONS(3424), + [anon_sym_PIPE_EQ] = ACTIONS(3424), + [anon_sym_CARET_EQ] = ACTIONS(3424), + [anon_sym_COLON_EQ] = ACTIONS(3424), + [anon_sym_lock] = ACTIONS(3424), + [anon_sym_rlock] = ACTIONS(3424), + [anon_sym_unsafe] = ACTIONS(3424), + [anon_sym_sql] = ACTIONS(3424), + [sym_int_literal] = ACTIONS(3424), + [sym_float_literal] = ACTIONS(3424), + [sym_rune_literal] = ACTIONS(3424), + [sym_pseudo_compile_time_identifier] = ACTIONS(3424), + [anon_sym_shared] = ACTIONS(3424), + [anon_sym_map_LBRACK] = ACTIONS(3424), + [anon_sym_chan] = ACTIONS(3424), + [anon_sym_thread] = ACTIONS(3424), + [anon_sym_atomic] = ACTIONS(3424), + [anon_sym_assert] = ACTIONS(3424), + [anon_sym_defer] = ACTIONS(3424), + [anon_sym_goto] = ACTIONS(3424), + [anon_sym_break] = ACTIONS(3424), + [anon_sym_continue] = ACTIONS(3424), + [anon_sym_return] = ACTIONS(3424), + [anon_sym_DOLLARfor] = ACTIONS(3424), + [anon_sym_for] = ACTIONS(3424), + [anon_sym_POUND] = ACTIONS(3424), + [anon_sym_asm] = ACTIONS(3424), + [anon_sym_AT_LBRACK] = ACTIONS(3424), + [sym___double_quote] = ACTIONS(3424), + [sym___single_quote] = ACTIONS(3424), + [sym___c_double_quote] = ACTIONS(3424), + [sym___c_single_quote] = ACTIONS(3424), + [sym___r_double_quote] = ACTIONS(3424), + [sym___r_single_quote] = ACTIONS(3424), }, [875] = { [sym_line_comment] = STATE(875), [sym_block_comment] = STATE(875), - [ts_builtin_sym_end] = ACTIONS(3401), - [sym_identifier] = ACTIONS(3403), - [anon_sym_LF] = ACTIONS(3403), - [anon_sym_CR] = ACTIONS(3403), - [anon_sym_CR_LF] = ACTIONS(3403), + [ts_builtin_sym_end] = ACTIONS(3426), + [sym_identifier] = ACTIONS(3428), + [anon_sym_LF] = ACTIONS(3428), + [anon_sym_CR] = ACTIONS(3428), + [anon_sym_CR_LF] = ACTIONS(3428), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3403), - [anon_sym_as] = ACTIONS(3403), - [anon_sym_LBRACE] = ACTIONS(3403), - [anon_sym_COMMA] = ACTIONS(3403), - [anon_sym_const] = ACTIONS(3403), - [anon_sym_LPAREN] = ACTIONS(3403), - [anon_sym_EQ] = ACTIONS(3403), - [anon_sym___global] = ACTIONS(3403), - [anon_sym_type] = ACTIONS(3403), - [anon_sym_PIPE] = ACTIONS(3403), - [anon_sym_fn] = ACTIONS(3403), - [anon_sym_PLUS] = ACTIONS(3403), - [anon_sym_DASH] = ACTIONS(3403), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_SLASH] = ACTIONS(3403), - [anon_sym_PERCENT] = ACTIONS(3403), - [anon_sym_LT] = ACTIONS(3403), - [anon_sym_GT] = ACTIONS(3403), - [anon_sym_EQ_EQ] = ACTIONS(3403), - [anon_sym_BANG_EQ] = ACTIONS(3403), - [anon_sym_LT_EQ] = ACTIONS(3403), - [anon_sym_GT_EQ] = ACTIONS(3403), - [anon_sym_LBRACK] = ACTIONS(3401), - [anon_sym_struct] = ACTIONS(3403), - [anon_sym_union] = ACTIONS(3403), - [anon_sym_pub] = ACTIONS(3403), - [anon_sym_mut] = ACTIONS(3403), - [anon_sym_enum] = ACTIONS(3403), - [anon_sym_interface] = ACTIONS(3403), - [anon_sym_PLUS_PLUS] = ACTIONS(3403), - [anon_sym_DASH_DASH] = ACTIONS(3403), - [anon_sym_QMARK] = ACTIONS(3403), - [anon_sym_BANG] = ACTIONS(3403), - [anon_sym_go] = ACTIONS(3403), - [anon_sym_spawn] = ACTIONS(3403), - [anon_sym_json_DOTdecode] = ACTIONS(3403), - [anon_sym_LBRACK2] = ACTIONS(3403), - [anon_sym_TILDE] = ACTIONS(3403), - [anon_sym_CARET] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_LT_DASH] = ACTIONS(3403), - [anon_sym_LT_LT] = ACTIONS(3403), - [anon_sym_GT_GT] = ACTIONS(3403), - [anon_sym_GT_GT_GT] = ACTIONS(3403), - [anon_sym_AMP_CARET] = ACTIONS(3403), - [anon_sym_AMP_AMP] = ACTIONS(3403), - [anon_sym_PIPE_PIPE] = ACTIONS(3403), - [anon_sym_or] = ACTIONS(3403), - [sym_none] = ACTIONS(3403), - [sym_true] = ACTIONS(3403), - [sym_false] = ACTIONS(3403), - [sym_nil] = ACTIONS(3403), - [anon_sym_QMARK_DOT] = ACTIONS(3403), - [anon_sym_POUND_LBRACK] = ACTIONS(3403), - [anon_sym_if] = ACTIONS(3403), - [anon_sym_DOLLARif] = ACTIONS(3403), - [anon_sym_is] = ACTIONS(3403), - [anon_sym_BANGis] = ACTIONS(3403), - [anon_sym_in] = ACTIONS(3403), - [anon_sym_BANGin] = ACTIONS(3403), - [anon_sym_match] = ACTIONS(3403), - [anon_sym_select] = ACTIONS(3403), - [anon_sym_STAR_EQ] = ACTIONS(3403), - [anon_sym_SLASH_EQ] = ACTIONS(3403), - [anon_sym_PERCENT_EQ] = ACTIONS(3403), - [anon_sym_LT_LT_EQ] = ACTIONS(3403), - [anon_sym_GT_GT_EQ] = ACTIONS(3403), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3403), - [anon_sym_AMP_EQ] = ACTIONS(3403), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3403), - [anon_sym_PLUS_EQ] = ACTIONS(3403), - [anon_sym_DASH_EQ] = ACTIONS(3403), - [anon_sym_PIPE_EQ] = ACTIONS(3403), - [anon_sym_CARET_EQ] = ACTIONS(3403), - [anon_sym_COLON_EQ] = ACTIONS(3403), - [anon_sym_lock] = ACTIONS(3403), - [anon_sym_rlock] = ACTIONS(3403), - [anon_sym_unsafe] = ACTIONS(3403), - [anon_sym_sql] = ACTIONS(3403), - [sym_int_literal] = ACTIONS(3403), - [sym_float_literal] = ACTIONS(3403), - [sym_rune_literal] = ACTIONS(3403), - [sym_pseudo_compile_time_identifier] = ACTIONS(3403), - [anon_sym_shared] = ACTIONS(3403), - [anon_sym_map_LBRACK] = ACTIONS(3403), - [anon_sym_chan] = ACTIONS(3403), - [anon_sym_thread] = ACTIONS(3403), - [anon_sym_atomic] = ACTIONS(3403), - [anon_sym_assert] = ACTIONS(3403), - [anon_sym_defer] = ACTIONS(3403), - [anon_sym_goto] = ACTIONS(3403), - [anon_sym_break] = ACTIONS(3403), - [anon_sym_continue] = ACTIONS(3403), - [anon_sym_return] = ACTIONS(3403), - [anon_sym_DOLLARfor] = ACTIONS(3403), - [anon_sym_for] = ACTIONS(3403), - [anon_sym_POUND] = ACTIONS(3403), - [anon_sym_asm] = ACTIONS(3403), - [anon_sym_AT_LBRACK] = ACTIONS(3403), - [sym___double_quote] = ACTIONS(3403), - [sym___single_quote] = ACTIONS(3403), - [sym___c_double_quote] = ACTIONS(3403), - [sym___c_single_quote] = ACTIONS(3403), - [sym___r_double_quote] = ACTIONS(3403), - [sym___r_single_quote] = ACTIONS(3403), + [anon_sym_DOT] = ACTIONS(3428), + [anon_sym_as] = ACTIONS(3428), + [anon_sym_LBRACE] = ACTIONS(3428), + [anon_sym_COMMA] = ACTIONS(3428), + [anon_sym_const] = ACTIONS(3428), + [anon_sym_LPAREN] = ACTIONS(3428), + [anon_sym_EQ] = ACTIONS(3428), + [anon_sym___global] = ACTIONS(3428), + [anon_sym_type] = ACTIONS(3428), + [anon_sym_PIPE] = ACTIONS(3428), + [anon_sym_fn] = ACTIONS(3428), + [anon_sym_PLUS] = ACTIONS(3428), + [anon_sym_DASH] = ACTIONS(3428), + [anon_sym_STAR] = ACTIONS(3428), + [anon_sym_SLASH] = ACTIONS(3428), + [anon_sym_PERCENT] = ACTIONS(3428), + [anon_sym_LT] = ACTIONS(3428), + [anon_sym_GT] = ACTIONS(3428), + [anon_sym_EQ_EQ] = ACTIONS(3428), + [anon_sym_BANG_EQ] = ACTIONS(3428), + [anon_sym_LT_EQ] = ACTIONS(3428), + [anon_sym_GT_EQ] = ACTIONS(3428), + [anon_sym_LBRACK] = ACTIONS(3426), + [anon_sym_struct] = ACTIONS(3428), + [anon_sym_union] = ACTIONS(3428), + [anon_sym_pub] = ACTIONS(3428), + [anon_sym_mut] = ACTIONS(3428), + [anon_sym_enum] = ACTIONS(3428), + [anon_sym_interface] = ACTIONS(3428), + [anon_sym_PLUS_PLUS] = ACTIONS(3428), + [anon_sym_DASH_DASH] = ACTIONS(3428), + [anon_sym_QMARK] = ACTIONS(3428), + [anon_sym_BANG] = ACTIONS(3428), + [anon_sym_go] = ACTIONS(3428), + [anon_sym_spawn] = ACTIONS(3428), + [anon_sym_json_DOTdecode] = ACTIONS(3428), + [anon_sym_LBRACK2] = ACTIONS(3428), + [anon_sym_TILDE] = ACTIONS(3428), + [anon_sym_CARET] = ACTIONS(3428), + [anon_sym_AMP] = ACTIONS(3428), + [anon_sym_LT_DASH] = ACTIONS(3428), + [anon_sym_LT_LT] = ACTIONS(3428), + [anon_sym_GT_GT] = ACTIONS(3428), + [anon_sym_GT_GT_GT] = ACTIONS(3428), + [anon_sym_AMP_CARET] = ACTIONS(3428), + [anon_sym_AMP_AMP] = ACTIONS(3428), + [anon_sym_PIPE_PIPE] = ACTIONS(3428), + [anon_sym_or] = ACTIONS(3428), + [sym_none] = ACTIONS(3428), + [sym_true] = ACTIONS(3428), + [sym_false] = ACTIONS(3428), + [sym_nil] = ACTIONS(3428), + [anon_sym_QMARK_DOT] = ACTIONS(3428), + [anon_sym_POUND_LBRACK] = ACTIONS(3428), + [anon_sym_if] = ACTIONS(3428), + [anon_sym_DOLLARif] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3428), + [anon_sym_BANGis] = ACTIONS(3428), + [anon_sym_in] = ACTIONS(3428), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_match] = ACTIONS(3428), + [anon_sym_select] = ACTIONS(3428), + [anon_sym_STAR_EQ] = ACTIONS(3428), + [anon_sym_SLASH_EQ] = ACTIONS(3428), + [anon_sym_PERCENT_EQ] = ACTIONS(3428), + [anon_sym_LT_LT_EQ] = ACTIONS(3428), + [anon_sym_GT_GT_EQ] = ACTIONS(3428), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3428), + [anon_sym_AMP_EQ] = ACTIONS(3428), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3428), + [anon_sym_PLUS_EQ] = ACTIONS(3428), + [anon_sym_DASH_EQ] = ACTIONS(3428), + [anon_sym_PIPE_EQ] = ACTIONS(3428), + [anon_sym_CARET_EQ] = ACTIONS(3428), + [anon_sym_COLON_EQ] = ACTIONS(3428), + [anon_sym_lock] = ACTIONS(3428), + [anon_sym_rlock] = ACTIONS(3428), + [anon_sym_unsafe] = ACTIONS(3428), + [anon_sym_sql] = ACTIONS(3428), + [sym_int_literal] = ACTIONS(3428), + [sym_float_literal] = ACTIONS(3428), + [sym_rune_literal] = ACTIONS(3428), + [sym_pseudo_compile_time_identifier] = ACTIONS(3428), + [anon_sym_shared] = ACTIONS(3428), + [anon_sym_map_LBRACK] = ACTIONS(3428), + [anon_sym_chan] = ACTIONS(3428), + [anon_sym_thread] = ACTIONS(3428), + [anon_sym_atomic] = ACTIONS(3428), + [anon_sym_assert] = ACTIONS(3428), + [anon_sym_defer] = ACTIONS(3428), + [anon_sym_goto] = ACTIONS(3428), + [anon_sym_break] = ACTIONS(3428), + [anon_sym_continue] = ACTIONS(3428), + [anon_sym_return] = ACTIONS(3428), + [anon_sym_DOLLARfor] = ACTIONS(3428), + [anon_sym_for] = ACTIONS(3428), + [anon_sym_POUND] = ACTIONS(3428), + [anon_sym_asm] = ACTIONS(3428), + [anon_sym_AT_LBRACK] = ACTIONS(3428), + [sym___double_quote] = ACTIONS(3428), + [sym___single_quote] = ACTIONS(3428), + [sym___c_double_quote] = ACTIONS(3428), + [sym___c_single_quote] = ACTIONS(3428), + [sym___r_double_quote] = ACTIONS(3428), + [sym___r_single_quote] = ACTIONS(3428), }, [876] = { [sym_line_comment] = STATE(876), [sym_block_comment] = STATE(876), - [sym__expression] = STATE(1800), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4174), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [ts_builtin_sym_end] = ACTIONS(3430), + [sym_identifier] = ACTIONS(3432), + [anon_sym_LF] = ACTIONS(3432), + [anon_sym_CR] = ACTIONS(3432), + [anon_sym_CR_LF] = ACTIONS(3432), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3432), + [anon_sym_as] = ACTIONS(3432), + [anon_sym_LBRACE] = ACTIONS(3432), + [anon_sym_COMMA] = ACTIONS(3432), + [anon_sym_const] = ACTIONS(3432), + [anon_sym_LPAREN] = ACTIONS(3432), + [anon_sym_EQ] = ACTIONS(3432), + [anon_sym___global] = ACTIONS(3432), + [anon_sym_type] = ACTIONS(3432), + [anon_sym_PIPE] = ACTIONS(3432), + [anon_sym_fn] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3432), + [anon_sym_DASH] = ACTIONS(3432), + [anon_sym_STAR] = ACTIONS(3432), + [anon_sym_SLASH] = ACTIONS(3432), + [anon_sym_PERCENT] = ACTIONS(3432), + [anon_sym_LT] = ACTIONS(3432), + [anon_sym_GT] = ACTIONS(3432), + [anon_sym_EQ_EQ] = ACTIONS(3432), + [anon_sym_BANG_EQ] = ACTIONS(3432), + [anon_sym_LT_EQ] = ACTIONS(3432), + [anon_sym_GT_EQ] = ACTIONS(3432), + [anon_sym_LBRACK] = ACTIONS(3430), + [anon_sym_struct] = ACTIONS(3432), + [anon_sym_union] = ACTIONS(3432), + [anon_sym_pub] = ACTIONS(3432), + [anon_sym_mut] = ACTIONS(3432), + [anon_sym_enum] = ACTIONS(3432), + [anon_sym_interface] = ACTIONS(3432), + [anon_sym_PLUS_PLUS] = ACTIONS(3432), + [anon_sym_DASH_DASH] = ACTIONS(3432), + [anon_sym_QMARK] = ACTIONS(3432), + [anon_sym_BANG] = ACTIONS(3432), + [anon_sym_go] = ACTIONS(3432), + [anon_sym_spawn] = ACTIONS(3432), + [anon_sym_json_DOTdecode] = ACTIONS(3432), + [anon_sym_LBRACK2] = ACTIONS(3432), + [anon_sym_TILDE] = ACTIONS(3432), + [anon_sym_CARET] = ACTIONS(3432), + [anon_sym_AMP] = ACTIONS(3432), + [anon_sym_LT_DASH] = ACTIONS(3432), + [anon_sym_LT_LT] = ACTIONS(3432), + [anon_sym_GT_GT] = ACTIONS(3432), + [anon_sym_GT_GT_GT] = ACTIONS(3432), + [anon_sym_AMP_CARET] = ACTIONS(3432), + [anon_sym_AMP_AMP] = ACTIONS(3432), + [anon_sym_PIPE_PIPE] = ACTIONS(3432), + [anon_sym_or] = ACTIONS(3432), + [sym_none] = ACTIONS(3432), + [sym_true] = ACTIONS(3432), + [sym_false] = ACTIONS(3432), + [sym_nil] = ACTIONS(3432), + [anon_sym_QMARK_DOT] = ACTIONS(3432), + [anon_sym_POUND_LBRACK] = ACTIONS(3432), + [anon_sym_if] = ACTIONS(3432), + [anon_sym_DOLLARif] = ACTIONS(3432), + [anon_sym_is] = ACTIONS(3432), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_in] = ACTIONS(3432), + [anon_sym_BANGin] = ACTIONS(3432), + [anon_sym_match] = ACTIONS(3432), + [anon_sym_select] = ACTIONS(3432), + [anon_sym_STAR_EQ] = ACTIONS(3432), + [anon_sym_SLASH_EQ] = ACTIONS(3432), + [anon_sym_PERCENT_EQ] = ACTIONS(3432), + [anon_sym_LT_LT_EQ] = ACTIONS(3432), + [anon_sym_GT_GT_EQ] = ACTIONS(3432), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3432), + [anon_sym_AMP_EQ] = ACTIONS(3432), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3432), + [anon_sym_PLUS_EQ] = ACTIONS(3432), + [anon_sym_DASH_EQ] = ACTIONS(3432), + [anon_sym_PIPE_EQ] = ACTIONS(3432), + [anon_sym_CARET_EQ] = ACTIONS(3432), + [anon_sym_COLON_EQ] = ACTIONS(3432), + [anon_sym_lock] = ACTIONS(3432), + [anon_sym_rlock] = ACTIONS(3432), + [anon_sym_unsafe] = ACTIONS(3432), + [anon_sym_sql] = ACTIONS(3432), + [sym_int_literal] = ACTIONS(3432), + [sym_float_literal] = ACTIONS(3432), + [sym_rune_literal] = ACTIONS(3432), + [sym_pseudo_compile_time_identifier] = ACTIONS(3432), + [anon_sym_shared] = ACTIONS(3432), + [anon_sym_map_LBRACK] = ACTIONS(3432), + [anon_sym_chan] = ACTIONS(3432), + [anon_sym_thread] = ACTIONS(3432), + [anon_sym_atomic] = ACTIONS(3432), + [anon_sym_assert] = ACTIONS(3432), + [anon_sym_defer] = ACTIONS(3432), + [anon_sym_goto] = ACTIONS(3432), + [anon_sym_break] = ACTIONS(3432), + [anon_sym_continue] = ACTIONS(3432), + [anon_sym_return] = ACTIONS(3432), + [anon_sym_DOLLARfor] = ACTIONS(3432), + [anon_sym_for] = ACTIONS(3432), + [anon_sym_POUND] = ACTIONS(3432), + [anon_sym_asm] = ACTIONS(3432), + [anon_sym_AT_LBRACK] = ACTIONS(3432), + [sym___double_quote] = ACTIONS(3432), + [sym___single_quote] = ACTIONS(3432), + [sym___c_double_quote] = ACTIONS(3432), + [sym___c_single_quote] = ACTIONS(3432), + [sym___r_double_quote] = ACTIONS(3432), + [sym___r_single_quote] = ACTIONS(3432), }, [877] = { [sym_line_comment] = STATE(877), [sym_block_comment] = STATE(877), - [sym__expression] = STATE(2364), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(984), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [878] = { [sym_line_comment] = STATE(878), [sym_block_comment] = STATE(878), - [sym__expression] = STATE(2523), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2262), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [879] = { [sym_line_comment] = STATE(879), [sym_block_comment] = STATE(879), - [sym__expression] = STATE(2521), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2177), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [880] = { [sym_line_comment] = STATE(880), [sym_block_comment] = STATE(880), - [ts_builtin_sym_end] = ACTIONS(2765), - [sym_identifier] = ACTIONS(2763), - [anon_sym_LF] = ACTIONS(2763), - [anon_sym_CR] = ACTIONS(2763), - [anon_sym_CR_LF] = ACTIONS(2763), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2763), - [anon_sym_as] = ACTIONS(2763), - [anon_sym_LBRACE] = ACTIONS(2763), - [anon_sym_COMMA] = ACTIONS(2763), - [anon_sym_const] = ACTIONS(2763), - [anon_sym_LPAREN] = ACTIONS(2763), - [anon_sym_EQ] = ACTIONS(2763), - [anon_sym___global] = ACTIONS(2763), - [anon_sym_type] = ACTIONS(2763), - [anon_sym_PIPE] = ACTIONS(2763), - [anon_sym_fn] = ACTIONS(2763), - [anon_sym_PLUS] = ACTIONS(2763), - [anon_sym_DASH] = ACTIONS(2763), - [anon_sym_STAR] = ACTIONS(2763), - [anon_sym_SLASH] = ACTIONS(2763), - [anon_sym_PERCENT] = ACTIONS(2763), - [anon_sym_LT] = ACTIONS(2763), - [anon_sym_GT] = ACTIONS(2763), - [anon_sym_EQ_EQ] = ACTIONS(2763), - [anon_sym_BANG_EQ] = ACTIONS(2763), - [anon_sym_LT_EQ] = ACTIONS(2763), - [anon_sym_GT_EQ] = ACTIONS(2763), - [anon_sym_LBRACK] = ACTIONS(2765), - [anon_sym_struct] = ACTIONS(2763), - [anon_sym_union] = ACTIONS(2763), - [anon_sym_pub] = ACTIONS(2763), - [anon_sym_mut] = ACTIONS(2763), - [anon_sym_enum] = ACTIONS(2763), - [anon_sym_interface] = ACTIONS(2763), - [anon_sym_PLUS_PLUS] = ACTIONS(2763), - [anon_sym_DASH_DASH] = ACTIONS(2763), - [anon_sym_QMARK] = ACTIONS(2763), - [anon_sym_BANG] = ACTIONS(2763), - [anon_sym_go] = ACTIONS(2763), - [anon_sym_spawn] = ACTIONS(2763), - [anon_sym_json_DOTdecode] = ACTIONS(2763), - [anon_sym_LBRACK2] = ACTIONS(2763), - [anon_sym_TILDE] = ACTIONS(2763), - [anon_sym_CARET] = ACTIONS(2763), - [anon_sym_AMP] = ACTIONS(2763), - [anon_sym_LT_DASH] = ACTIONS(2763), - [anon_sym_LT_LT] = ACTIONS(2763), - [anon_sym_GT_GT] = ACTIONS(2763), - [anon_sym_GT_GT_GT] = ACTIONS(2763), - [anon_sym_AMP_CARET] = ACTIONS(2763), - [anon_sym_AMP_AMP] = ACTIONS(2763), - [anon_sym_PIPE_PIPE] = ACTIONS(2763), - [anon_sym_or] = ACTIONS(2763), - [sym_none] = ACTIONS(2763), - [sym_true] = ACTIONS(2763), - [sym_false] = ACTIONS(2763), - [sym_nil] = ACTIONS(2763), - [anon_sym_QMARK_DOT] = ACTIONS(2763), - [anon_sym_POUND_LBRACK] = ACTIONS(2763), - [anon_sym_if] = ACTIONS(2763), - [anon_sym_DOLLARif] = ACTIONS(2763), - [anon_sym_is] = ACTIONS(2763), - [anon_sym_BANGis] = ACTIONS(2763), - [anon_sym_in] = ACTIONS(2763), - [anon_sym_BANGin] = ACTIONS(2763), - [anon_sym_match] = ACTIONS(2763), - [anon_sym_select] = ACTIONS(2763), - [anon_sym_STAR_EQ] = ACTIONS(2763), - [anon_sym_SLASH_EQ] = ACTIONS(2763), - [anon_sym_PERCENT_EQ] = ACTIONS(2763), - [anon_sym_LT_LT_EQ] = ACTIONS(2763), - [anon_sym_GT_GT_EQ] = ACTIONS(2763), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2763), - [anon_sym_AMP_EQ] = ACTIONS(2763), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2763), - [anon_sym_PLUS_EQ] = ACTIONS(2763), - [anon_sym_DASH_EQ] = ACTIONS(2763), - [anon_sym_PIPE_EQ] = ACTIONS(2763), - [anon_sym_CARET_EQ] = ACTIONS(2763), - [anon_sym_COLON_EQ] = ACTIONS(2763), - [anon_sym_lock] = ACTIONS(2763), - [anon_sym_rlock] = ACTIONS(2763), - [anon_sym_unsafe] = ACTIONS(2763), - [anon_sym_sql] = ACTIONS(2763), - [sym_int_literal] = ACTIONS(2763), - [sym_float_literal] = ACTIONS(2763), - [sym_rune_literal] = ACTIONS(2763), - [sym_pseudo_compile_time_identifier] = ACTIONS(2763), - [anon_sym_shared] = ACTIONS(2763), - [anon_sym_map_LBRACK] = ACTIONS(2763), - [anon_sym_chan] = ACTIONS(2763), - [anon_sym_thread] = ACTIONS(2763), - [anon_sym_atomic] = ACTIONS(2763), - [anon_sym_assert] = ACTIONS(2763), - [anon_sym_defer] = ACTIONS(2763), - [anon_sym_goto] = ACTIONS(2763), - [anon_sym_break] = ACTIONS(2763), - [anon_sym_continue] = ACTIONS(2763), - [anon_sym_return] = ACTIONS(2763), - [anon_sym_DOLLARfor] = ACTIONS(2763), - [anon_sym_for] = ACTIONS(2763), - [anon_sym_POUND] = ACTIONS(2763), - [anon_sym_asm] = ACTIONS(2763), - [anon_sym_AT_LBRACK] = ACTIONS(2763), - [sym___double_quote] = ACTIONS(2763), - [sym___single_quote] = ACTIONS(2763), - [sym___c_double_quote] = ACTIONS(2763), - [sym___c_single_quote] = ACTIONS(2763), - [sym___r_double_quote] = ACTIONS(2763), - [sym___r_single_quote] = ACTIONS(2763), + [sym__expression] = STATE(985), + [sym__expression_without_blocks] = STATE(1077), + [sym__expression_with_blocks] = STATE(1077), + [sym_inc_expression] = STATE(1082), + [sym_dec_expression] = STATE(1082), + [sym_or_block_expression] = STATE(1082), + [sym_option_propagation_expression] = STATE(1082), + [sym_result_propagation_expression] = STATE(1082), + [sym_anon_struct_value_expression] = STATE(1096), + [sym_go_expression] = STATE(1082), + [sym_spawn_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(1082), + [sym_call_expression] = STATE(1082), + [sym_type_initializer] = STATE(1096), + [sym_function_literal] = STATE(1082), + [sym_reference_expression] = STATE(1108), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1082), + [sym_receive_expression] = STATE(1082), + [sym_binary_expression] = STATE(1082), + [sym_as_type_cast_expression] = STATE(1082), + [sym__max_group] = STATE(1082), + [sym_literal] = STATE(1066), + [sym_map_init_expression] = STATE(1096), + [sym_array_creation] = STATE(1082), + [sym_fixed_array_creation] = STATE(1082), + [sym_selector_expression] = STATE(1082), + [sym_index_expression] = STATE(1082), + [sym_slice_expression] = STATE(1082), + [sym_if_expression] = STATE(1096), + [sym_compile_time_if_expression] = STATE(1096), + [sym_is_expression] = STATE(1082), + [sym_not_is_expression] = STATE(1082), + [sym_in_expression] = STATE(1082), + [sym_not_in_expression] = STATE(1082), + [sym_enum_fetch] = STATE(1082), + [sym_match_expression] = STATE(1096), + [sym_select_expression] = STATE(1096), + [sym_lock_expression] = STATE(1096), + [sym_unsafe_expression] = STATE(1096), + [sym_sql_expression] = STATE(1096), + [sym_c_string_literal] = STATE(1059), + [sym_raw_string_literal] = STATE(1059), + [sym_interpreted_string_literal] = STATE(1059), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4313), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(493), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(501), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(513), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_go] = ACTIONS(519), + [anon_sym_spawn] = ACTIONS(521), + [anon_sym_json_DOTdecode] = ACTIONS(2441), + [anon_sym_LBRACK2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_LT_DASH] = ACTIONS(2447), + [sym_none] = ACTIONS(531), + [sym_true] = ACTIONS(531), + [sym_false] = ACTIONS(531), + [sym_nil] = ACTIONS(531), + [anon_sym_if] = ACTIONS(533), + [anon_sym_DOLLARif] = ACTIONS(535), + [anon_sym_match] = ACTIONS(537), + [anon_sym_select] = ACTIONS(539), + [anon_sym_lock] = ACTIONS(541), + [anon_sym_rlock] = ACTIONS(541), + [anon_sym_unsafe] = ACTIONS(543), + [anon_sym_sql] = ACTIONS(545), + [sym_int_literal] = ACTIONS(531), + [sym_float_literal] = ACTIONS(2449), + [sym_rune_literal] = ACTIONS(2449), + [sym_pseudo_compile_time_identifier] = ACTIONS(547), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2451), + [sym___single_quote] = ACTIONS(2453), + [sym___c_double_quote] = ACTIONS(2455), + [sym___c_single_quote] = ACTIONS(2457), + [sym___r_double_quote] = ACTIONS(2459), + [sym___r_single_quote] = ACTIONS(2461), }, [881] = { [sym_line_comment] = STATE(881), [sym_block_comment] = STATE(881), - [ts_builtin_sym_end] = ACTIONS(3405), - [sym_identifier] = ACTIONS(3407), - [anon_sym_LF] = ACTIONS(3407), - [anon_sym_CR] = ACTIONS(3407), - [anon_sym_CR_LF] = ACTIONS(3407), + [ts_builtin_sym_end] = ACTIONS(3434), + [sym_identifier] = ACTIONS(3436), + [anon_sym_LF] = ACTIONS(3436), + [anon_sym_CR] = ACTIONS(3436), + [anon_sym_CR_LF] = ACTIONS(3436), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3407), - [anon_sym_as] = ACTIONS(3407), - [anon_sym_LBRACE] = ACTIONS(3407), - [anon_sym_COMMA] = ACTIONS(3407), - [anon_sym_const] = ACTIONS(3407), - [anon_sym_LPAREN] = ACTIONS(3407), - [anon_sym_EQ] = ACTIONS(3407), - [anon_sym___global] = ACTIONS(3407), - [anon_sym_type] = ACTIONS(3407), - [anon_sym_PIPE] = ACTIONS(3407), - [anon_sym_fn] = ACTIONS(3407), - [anon_sym_PLUS] = ACTIONS(3407), - [anon_sym_DASH] = ACTIONS(3407), - [anon_sym_STAR] = ACTIONS(3407), - [anon_sym_SLASH] = ACTIONS(3407), - [anon_sym_PERCENT] = ACTIONS(3407), - [anon_sym_LT] = ACTIONS(3407), - [anon_sym_GT] = ACTIONS(3407), - [anon_sym_EQ_EQ] = ACTIONS(3407), - [anon_sym_BANG_EQ] = ACTIONS(3407), - [anon_sym_LT_EQ] = ACTIONS(3407), - [anon_sym_GT_EQ] = ACTIONS(3407), - [anon_sym_LBRACK] = ACTIONS(3405), - [anon_sym_struct] = ACTIONS(3407), - [anon_sym_union] = ACTIONS(3407), - [anon_sym_pub] = ACTIONS(3407), - [anon_sym_mut] = ACTIONS(3407), - [anon_sym_enum] = ACTIONS(3407), - [anon_sym_interface] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_QMARK] = ACTIONS(3407), - [anon_sym_BANG] = ACTIONS(3407), - [anon_sym_go] = ACTIONS(3407), - [anon_sym_spawn] = ACTIONS(3407), - [anon_sym_json_DOTdecode] = ACTIONS(3407), - [anon_sym_LBRACK2] = ACTIONS(3407), - [anon_sym_TILDE] = ACTIONS(3407), - [anon_sym_CARET] = ACTIONS(3407), - [anon_sym_AMP] = ACTIONS(3407), - [anon_sym_LT_DASH] = ACTIONS(3407), - [anon_sym_LT_LT] = ACTIONS(3407), - [anon_sym_GT_GT] = ACTIONS(3407), - [anon_sym_GT_GT_GT] = ACTIONS(3407), - [anon_sym_AMP_CARET] = ACTIONS(3407), - [anon_sym_AMP_AMP] = ACTIONS(3407), - [anon_sym_PIPE_PIPE] = ACTIONS(3407), - [anon_sym_or] = ACTIONS(3407), - [sym_none] = ACTIONS(3407), - [sym_true] = ACTIONS(3407), - [sym_false] = ACTIONS(3407), - [sym_nil] = ACTIONS(3407), - [anon_sym_QMARK_DOT] = ACTIONS(3407), - [anon_sym_POUND_LBRACK] = ACTIONS(3407), - [anon_sym_if] = ACTIONS(3407), - [anon_sym_DOLLARif] = ACTIONS(3407), - [anon_sym_is] = ACTIONS(3407), - [anon_sym_BANGis] = ACTIONS(3407), - [anon_sym_in] = ACTIONS(3407), - [anon_sym_BANGin] = ACTIONS(3407), - [anon_sym_match] = ACTIONS(3407), - [anon_sym_select] = ACTIONS(3407), - [anon_sym_STAR_EQ] = ACTIONS(3407), - [anon_sym_SLASH_EQ] = ACTIONS(3407), - [anon_sym_PERCENT_EQ] = ACTIONS(3407), - [anon_sym_LT_LT_EQ] = ACTIONS(3407), - [anon_sym_GT_GT_EQ] = ACTIONS(3407), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3407), - [anon_sym_AMP_EQ] = ACTIONS(3407), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3407), - [anon_sym_PLUS_EQ] = ACTIONS(3407), - [anon_sym_DASH_EQ] = ACTIONS(3407), - [anon_sym_PIPE_EQ] = ACTIONS(3407), - [anon_sym_CARET_EQ] = ACTIONS(3407), - [anon_sym_COLON_EQ] = ACTIONS(3407), - [anon_sym_lock] = ACTIONS(3407), - [anon_sym_rlock] = ACTIONS(3407), - [anon_sym_unsafe] = ACTIONS(3407), - [anon_sym_sql] = ACTIONS(3407), - [sym_int_literal] = ACTIONS(3407), - [sym_float_literal] = ACTIONS(3407), - [sym_rune_literal] = ACTIONS(3407), - [sym_pseudo_compile_time_identifier] = ACTIONS(3407), - [anon_sym_shared] = ACTIONS(3407), - [anon_sym_map_LBRACK] = ACTIONS(3407), - [anon_sym_chan] = ACTIONS(3407), - [anon_sym_thread] = ACTIONS(3407), - [anon_sym_atomic] = ACTIONS(3407), - [anon_sym_assert] = ACTIONS(3407), - [anon_sym_defer] = ACTIONS(3407), - [anon_sym_goto] = ACTIONS(3407), - [anon_sym_break] = ACTIONS(3407), - [anon_sym_continue] = ACTIONS(3407), - [anon_sym_return] = ACTIONS(3407), - [anon_sym_DOLLARfor] = ACTIONS(3407), - [anon_sym_for] = ACTIONS(3407), - [anon_sym_POUND] = ACTIONS(3407), - [anon_sym_asm] = ACTIONS(3407), - [anon_sym_AT_LBRACK] = ACTIONS(3407), - [sym___double_quote] = ACTIONS(3407), - [sym___single_quote] = ACTIONS(3407), - [sym___c_double_quote] = ACTIONS(3407), - [sym___c_single_quote] = ACTIONS(3407), - [sym___r_double_quote] = ACTIONS(3407), - [sym___r_single_quote] = ACTIONS(3407), + [anon_sym_DOT] = ACTIONS(3436), + [anon_sym_as] = ACTIONS(3436), + [anon_sym_LBRACE] = ACTIONS(3436), + [anon_sym_COMMA] = ACTIONS(3436), + [anon_sym_const] = ACTIONS(3436), + [anon_sym_LPAREN] = ACTIONS(3436), + [anon_sym_EQ] = ACTIONS(3436), + [anon_sym___global] = ACTIONS(3436), + [anon_sym_type] = ACTIONS(3436), + [anon_sym_PIPE] = ACTIONS(3436), + [anon_sym_fn] = ACTIONS(3436), + [anon_sym_PLUS] = ACTIONS(3436), + [anon_sym_DASH] = ACTIONS(3436), + [anon_sym_STAR] = ACTIONS(3436), + [anon_sym_SLASH] = ACTIONS(3436), + [anon_sym_PERCENT] = ACTIONS(3436), + [anon_sym_LT] = ACTIONS(3436), + [anon_sym_GT] = ACTIONS(3436), + [anon_sym_EQ_EQ] = ACTIONS(3436), + [anon_sym_BANG_EQ] = ACTIONS(3436), + [anon_sym_LT_EQ] = ACTIONS(3436), + [anon_sym_GT_EQ] = ACTIONS(3436), + [anon_sym_LBRACK] = ACTIONS(3434), + [anon_sym_struct] = ACTIONS(3436), + [anon_sym_union] = ACTIONS(3436), + [anon_sym_pub] = ACTIONS(3436), + [anon_sym_mut] = ACTIONS(3436), + [anon_sym_enum] = ACTIONS(3436), + [anon_sym_interface] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3436), + [anon_sym_DASH_DASH] = ACTIONS(3436), + [anon_sym_QMARK] = ACTIONS(3436), + [anon_sym_BANG] = ACTIONS(3436), + [anon_sym_go] = ACTIONS(3436), + [anon_sym_spawn] = ACTIONS(3436), + [anon_sym_json_DOTdecode] = ACTIONS(3436), + [anon_sym_LBRACK2] = ACTIONS(3436), + [anon_sym_TILDE] = ACTIONS(3436), + [anon_sym_CARET] = ACTIONS(3436), + [anon_sym_AMP] = ACTIONS(3436), + [anon_sym_LT_DASH] = ACTIONS(3436), + [anon_sym_LT_LT] = ACTIONS(3436), + [anon_sym_GT_GT] = ACTIONS(3436), + [anon_sym_GT_GT_GT] = ACTIONS(3436), + [anon_sym_AMP_CARET] = ACTIONS(3436), + [anon_sym_AMP_AMP] = ACTIONS(3436), + [anon_sym_PIPE_PIPE] = ACTIONS(3436), + [anon_sym_or] = ACTIONS(3436), + [sym_none] = ACTIONS(3436), + [sym_true] = ACTIONS(3436), + [sym_false] = ACTIONS(3436), + [sym_nil] = ACTIONS(3436), + [anon_sym_QMARK_DOT] = ACTIONS(3436), + [anon_sym_POUND_LBRACK] = ACTIONS(3436), + [anon_sym_if] = ACTIONS(3436), + [anon_sym_DOLLARif] = ACTIONS(3436), + [anon_sym_is] = ACTIONS(3436), + [anon_sym_BANGis] = ACTIONS(3436), + [anon_sym_in] = ACTIONS(3436), + [anon_sym_BANGin] = ACTIONS(3436), + [anon_sym_match] = ACTIONS(3436), + [anon_sym_select] = ACTIONS(3436), + [anon_sym_STAR_EQ] = ACTIONS(3436), + [anon_sym_SLASH_EQ] = ACTIONS(3436), + [anon_sym_PERCENT_EQ] = ACTIONS(3436), + [anon_sym_LT_LT_EQ] = ACTIONS(3436), + [anon_sym_GT_GT_EQ] = ACTIONS(3436), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3436), + [anon_sym_AMP_EQ] = ACTIONS(3436), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3436), + [anon_sym_PLUS_EQ] = ACTIONS(3436), + [anon_sym_DASH_EQ] = ACTIONS(3436), + [anon_sym_PIPE_EQ] = ACTIONS(3436), + [anon_sym_CARET_EQ] = ACTIONS(3436), + [anon_sym_COLON_EQ] = ACTIONS(3436), + [anon_sym_lock] = ACTIONS(3436), + [anon_sym_rlock] = ACTIONS(3436), + [anon_sym_unsafe] = ACTIONS(3436), + [anon_sym_sql] = ACTIONS(3436), + [sym_int_literal] = ACTIONS(3436), + [sym_float_literal] = ACTIONS(3436), + [sym_rune_literal] = ACTIONS(3436), + [sym_pseudo_compile_time_identifier] = ACTIONS(3436), + [anon_sym_shared] = ACTIONS(3436), + [anon_sym_map_LBRACK] = ACTIONS(3436), + [anon_sym_chan] = ACTIONS(3436), + [anon_sym_thread] = ACTIONS(3436), + [anon_sym_atomic] = ACTIONS(3436), + [anon_sym_assert] = ACTIONS(3436), + [anon_sym_defer] = ACTIONS(3436), + [anon_sym_goto] = ACTIONS(3436), + [anon_sym_break] = ACTIONS(3436), + [anon_sym_continue] = ACTIONS(3436), + [anon_sym_return] = ACTIONS(3436), + [anon_sym_DOLLARfor] = ACTIONS(3436), + [anon_sym_for] = ACTIONS(3436), + [anon_sym_POUND] = ACTIONS(3436), + [anon_sym_asm] = ACTIONS(3436), + [anon_sym_AT_LBRACK] = ACTIONS(3436), + [sym___double_quote] = ACTIONS(3436), + [sym___single_quote] = ACTIONS(3436), + [sym___c_double_quote] = ACTIONS(3436), + [sym___c_single_quote] = ACTIONS(3436), + [sym___r_double_quote] = ACTIONS(3436), + [sym___r_single_quote] = ACTIONS(3436), }, [882] = { [sym_line_comment] = STATE(882), [sym_block_comment] = STATE(882), - [sym__expression] = STATE(2759), + [sym__expression] = STATE(2327), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [883] = { [sym_line_comment] = STATE(883), [sym_block_comment] = STATE(883), - [sym__expression] = STATE(2769), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [ts_builtin_sym_end] = ACTIONS(3438), + [sym_identifier] = ACTIONS(3440), + [anon_sym_LF] = ACTIONS(3440), + [anon_sym_CR] = ACTIONS(3440), + [anon_sym_CR_LF] = ACTIONS(3440), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3440), + [anon_sym_as] = ACTIONS(3440), + [anon_sym_LBRACE] = ACTIONS(3440), + [anon_sym_COMMA] = ACTIONS(3440), + [anon_sym_const] = ACTIONS(3440), + [anon_sym_LPAREN] = ACTIONS(3440), + [anon_sym_EQ] = ACTIONS(3440), + [anon_sym___global] = ACTIONS(3440), + [anon_sym_type] = ACTIONS(3440), + [anon_sym_PIPE] = ACTIONS(3440), + [anon_sym_fn] = ACTIONS(3440), + [anon_sym_PLUS] = ACTIONS(3440), + [anon_sym_DASH] = ACTIONS(3440), + [anon_sym_STAR] = ACTIONS(3440), + [anon_sym_SLASH] = ACTIONS(3440), + [anon_sym_PERCENT] = ACTIONS(3440), + [anon_sym_LT] = ACTIONS(3440), + [anon_sym_GT] = ACTIONS(3440), + [anon_sym_EQ_EQ] = ACTIONS(3440), + [anon_sym_BANG_EQ] = ACTIONS(3440), + [anon_sym_LT_EQ] = ACTIONS(3440), + [anon_sym_GT_EQ] = ACTIONS(3440), + [anon_sym_LBRACK] = ACTIONS(3438), + [anon_sym_struct] = ACTIONS(3440), + [anon_sym_union] = ACTIONS(3440), + [anon_sym_pub] = ACTIONS(3440), + [anon_sym_mut] = ACTIONS(3440), + [anon_sym_enum] = ACTIONS(3440), + [anon_sym_interface] = ACTIONS(3440), + [anon_sym_PLUS_PLUS] = ACTIONS(3440), + [anon_sym_DASH_DASH] = ACTIONS(3440), + [anon_sym_QMARK] = ACTIONS(3440), + [anon_sym_BANG] = ACTIONS(3440), + [anon_sym_go] = ACTIONS(3440), + [anon_sym_spawn] = ACTIONS(3440), + [anon_sym_json_DOTdecode] = ACTIONS(3440), + [anon_sym_LBRACK2] = ACTIONS(3440), + [anon_sym_TILDE] = ACTIONS(3440), + [anon_sym_CARET] = ACTIONS(3440), + [anon_sym_AMP] = ACTIONS(3440), + [anon_sym_LT_DASH] = ACTIONS(3440), + [anon_sym_LT_LT] = ACTIONS(3440), + [anon_sym_GT_GT] = ACTIONS(3440), + [anon_sym_GT_GT_GT] = ACTIONS(3440), + [anon_sym_AMP_CARET] = ACTIONS(3440), + [anon_sym_AMP_AMP] = ACTIONS(3440), + [anon_sym_PIPE_PIPE] = ACTIONS(3440), + [anon_sym_or] = ACTIONS(3440), + [sym_none] = ACTIONS(3440), + [sym_true] = ACTIONS(3440), + [sym_false] = ACTIONS(3440), + [sym_nil] = ACTIONS(3440), + [anon_sym_QMARK_DOT] = ACTIONS(3440), + [anon_sym_POUND_LBRACK] = ACTIONS(3440), + [anon_sym_if] = ACTIONS(3440), + [anon_sym_DOLLARif] = ACTIONS(3440), + [anon_sym_is] = ACTIONS(3440), + [anon_sym_BANGis] = ACTIONS(3440), + [anon_sym_in] = ACTIONS(3440), + [anon_sym_BANGin] = ACTIONS(3440), + [anon_sym_match] = ACTIONS(3440), + [anon_sym_select] = ACTIONS(3440), + [anon_sym_STAR_EQ] = ACTIONS(3440), + [anon_sym_SLASH_EQ] = ACTIONS(3440), + [anon_sym_PERCENT_EQ] = ACTIONS(3440), + [anon_sym_LT_LT_EQ] = ACTIONS(3440), + [anon_sym_GT_GT_EQ] = ACTIONS(3440), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3440), + [anon_sym_AMP_EQ] = ACTIONS(3440), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3440), + [anon_sym_PLUS_EQ] = ACTIONS(3440), + [anon_sym_DASH_EQ] = ACTIONS(3440), + [anon_sym_PIPE_EQ] = ACTIONS(3440), + [anon_sym_CARET_EQ] = ACTIONS(3440), + [anon_sym_COLON_EQ] = ACTIONS(3440), + [anon_sym_lock] = ACTIONS(3440), + [anon_sym_rlock] = ACTIONS(3440), + [anon_sym_unsafe] = ACTIONS(3440), + [anon_sym_sql] = ACTIONS(3440), + [sym_int_literal] = ACTIONS(3440), + [sym_float_literal] = ACTIONS(3440), + [sym_rune_literal] = ACTIONS(3440), + [sym_pseudo_compile_time_identifier] = ACTIONS(3440), + [anon_sym_shared] = ACTIONS(3440), + [anon_sym_map_LBRACK] = ACTIONS(3440), + [anon_sym_chan] = ACTIONS(3440), + [anon_sym_thread] = ACTIONS(3440), + [anon_sym_atomic] = ACTIONS(3440), + [anon_sym_assert] = ACTIONS(3440), + [anon_sym_defer] = ACTIONS(3440), + [anon_sym_goto] = ACTIONS(3440), + [anon_sym_break] = ACTIONS(3440), + [anon_sym_continue] = ACTIONS(3440), + [anon_sym_return] = ACTIONS(3440), + [anon_sym_DOLLARfor] = ACTIONS(3440), + [anon_sym_for] = ACTIONS(3440), + [anon_sym_POUND] = ACTIONS(3440), + [anon_sym_asm] = ACTIONS(3440), + [anon_sym_AT_LBRACK] = ACTIONS(3440), + [sym___double_quote] = ACTIONS(3440), + [sym___single_quote] = ACTIONS(3440), + [sym___c_double_quote] = ACTIONS(3440), + [sym___c_single_quote] = ACTIONS(3440), + [sym___r_double_quote] = ACTIONS(3440), + [sym___r_single_quote] = ACTIONS(3440), + }, + [884] = { + [sym_line_comment] = STATE(884), + [sym_block_comment] = STATE(884), + [sym__expression] = STATE(2257), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, - [884] = { - [sym_line_comment] = STATE(884), - [sym_block_comment] = STATE(884), - [sym__expression] = STATE(2335), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [885] = { [sym_line_comment] = STATE(885), [sym_block_comment] = STATE(885), - [sym__expression] = STATE(2578), + [sym__expression] = STATE(2689), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_go] = ACTIONS(2279), + [anon_sym_spawn] = ACTIONS(2281), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(2283), + [anon_sym_TILDE] = ACTIONS(2273), + [anon_sym_CARET] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2285), + [anon_sym_LT_DASH] = ACTIONS(2287), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2289), + [anon_sym_lock] = ACTIONS(2291), + [anon_sym_rlock] = ACTIONS(2291), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [886] = { [sym_line_comment] = STATE(886), [sym_block_comment] = STATE(886), - [sym__expression] = STATE(2763), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2254), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [887] = { [sym_line_comment] = STATE(887), [sym_block_comment] = STATE(887), - [ts_builtin_sym_end] = ACTIONS(3409), - [sym_identifier] = ACTIONS(3411), - [anon_sym_LF] = ACTIONS(3411), - [anon_sym_CR] = ACTIONS(3411), - [anon_sym_CR_LF] = ACTIONS(3411), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3411), - [anon_sym_as] = ACTIONS(3411), - [anon_sym_LBRACE] = ACTIONS(3411), - [anon_sym_COMMA] = ACTIONS(3411), - [anon_sym_const] = ACTIONS(3411), - [anon_sym_LPAREN] = ACTIONS(3411), - [anon_sym_EQ] = ACTIONS(3411), - [anon_sym___global] = ACTIONS(3411), - [anon_sym_type] = ACTIONS(3411), - [anon_sym_PIPE] = ACTIONS(3411), - [anon_sym_fn] = ACTIONS(3411), - [anon_sym_PLUS] = ACTIONS(3411), - [anon_sym_DASH] = ACTIONS(3411), - [anon_sym_STAR] = ACTIONS(3411), - [anon_sym_SLASH] = ACTIONS(3411), - [anon_sym_PERCENT] = ACTIONS(3411), - [anon_sym_LT] = ACTIONS(3411), - [anon_sym_GT] = ACTIONS(3411), - [anon_sym_EQ_EQ] = ACTIONS(3411), - [anon_sym_BANG_EQ] = ACTIONS(3411), - [anon_sym_LT_EQ] = ACTIONS(3411), - [anon_sym_GT_EQ] = ACTIONS(3411), - [anon_sym_LBRACK] = ACTIONS(3409), - [anon_sym_struct] = ACTIONS(3411), - [anon_sym_union] = ACTIONS(3411), - [anon_sym_pub] = ACTIONS(3411), - [anon_sym_mut] = ACTIONS(3411), - [anon_sym_enum] = ACTIONS(3411), - [anon_sym_interface] = ACTIONS(3411), - [anon_sym_PLUS_PLUS] = ACTIONS(3411), - [anon_sym_DASH_DASH] = ACTIONS(3411), - [anon_sym_QMARK] = ACTIONS(3411), - [anon_sym_BANG] = ACTIONS(3411), - [anon_sym_go] = ACTIONS(3411), - [anon_sym_spawn] = ACTIONS(3411), - [anon_sym_json_DOTdecode] = ACTIONS(3411), - [anon_sym_LBRACK2] = ACTIONS(3411), - [anon_sym_TILDE] = ACTIONS(3411), - [anon_sym_CARET] = ACTIONS(3411), - [anon_sym_AMP] = ACTIONS(3411), - [anon_sym_LT_DASH] = ACTIONS(3411), - [anon_sym_LT_LT] = ACTIONS(3411), - [anon_sym_GT_GT] = ACTIONS(3411), - [anon_sym_GT_GT_GT] = ACTIONS(3411), - [anon_sym_AMP_CARET] = ACTIONS(3411), - [anon_sym_AMP_AMP] = ACTIONS(3411), - [anon_sym_PIPE_PIPE] = ACTIONS(3411), - [anon_sym_or] = ACTIONS(3411), - [sym_none] = ACTIONS(3411), - [sym_true] = ACTIONS(3411), - [sym_false] = ACTIONS(3411), - [sym_nil] = ACTIONS(3411), - [anon_sym_QMARK_DOT] = ACTIONS(3411), - [anon_sym_POUND_LBRACK] = ACTIONS(3411), - [anon_sym_if] = ACTIONS(3411), - [anon_sym_DOLLARif] = ACTIONS(3411), - [anon_sym_is] = ACTIONS(3411), - [anon_sym_BANGis] = ACTIONS(3411), - [anon_sym_in] = ACTIONS(3411), - [anon_sym_BANGin] = ACTIONS(3411), - [anon_sym_match] = ACTIONS(3411), - [anon_sym_select] = ACTIONS(3411), - [anon_sym_STAR_EQ] = ACTIONS(3411), - [anon_sym_SLASH_EQ] = ACTIONS(3411), - [anon_sym_PERCENT_EQ] = ACTIONS(3411), - [anon_sym_LT_LT_EQ] = ACTIONS(3411), - [anon_sym_GT_GT_EQ] = ACTIONS(3411), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3411), - [anon_sym_AMP_EQ] = ACTIONS(3411), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3411), - [anon_sym_PLUS_EQ] = ACTIONS(3411), - [anon_sym_DASH_EQ] = ACTIONS(3411), - [anon_sym_PIPE_EQ] = ACTIONS(3411), - [anon_sym_CARET_EQ] = ACTIONS(3411), - [anon_sym_COLON_EQ] = ACTIONS(3411), - [anon_sym_lock] = ACTIONS(3411), - [anon_sym_rlock] = ACTIONS(3411), - [anon_sym_unsafe] = ACTIONS(3411), - [anon_sym_sql] = ACTIONS(3411), - [sym_int_literal] = ACTIONS(3411), - [sym_float_literal] = ACTIONS(3411), - [sym_rune_literal] = ACTIONS(3411), - [sym_pseudo_compile_time_identifier] = ACTIONS(3411), - [anon_sym_shared] = ACTIONS(3411), - [anon_sym_map_LBRACK] = ACTIONS(3411), - [anon_sym_chan] = ACTIONS(3411), - [anon_sym_thread] = ACTIONS(3411), - [anon_sym_atomic] = ACTIONS(3411), - [anon_sym_assert] = ACTIONS(3411), - [anon_sym_defer] = ACTIONS(3411), - [anon_sym_goto] = ACTIONS(3411), - [anon_sym_break] = ACTIONS(3411), - [anon_sym_continue] = ACTIONS(3411), - [anon_sym_return] = ACTIONS(3411), - [anon_sym_DOLLARfor] = ACTIONS(3411), - [anon_sym_for] = ACTIONS(3411), - [anon_sym_POUND] = ACTIONS(3411), - [anon_sym_asm] = ACTIONS(3411), - [anon_sym_AT_LBRACK] = ACTIONS(3411), - [sym___double_quote] = ACTIONS(3411), - [sym___single_quote] = ACTIONS(3411), - [sym___c_double_quote] = ACTIONS(3411), - [sym___c_single_quote] = ACTIONS(3411), - [sym___r_double_quote] = ACTIONS(3411), - [sym___r_single_quote] = ACTIONS(3411), + [sym__expression] = STATE(2253), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [888] = { [sym_line_comment] = STATE(888), [sym_block_comment] = STATE(888), - [ts_builtin_sym_end] = ACTIONS(3413), - [sym_identifier] = ACTIONS(3415), - [anon_sym_LF] = ACTIONS(3415), - [anon_sym_CR] = ACTIONS(3415), - [anon_sym_CR_LF] = ACTIONS(3415), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3415), - [anon_sym_as] = ACTIONS(3415), - [anon_sym_LBRACE] = ACTIONS(3415), - [anon_sym_COMMA] = ACTIONS(3415), - [anon_sym_const] = ACTIONS(3415), - [anon_sym_LPAREN] = ACTIONS(3415), - [anon_sym_EQ] = ACTIONS(3415), - [anon_sym___global] = ACTIONS(3415), - [anon_sym_type] = ACTIONS(3415), - [anon_sym_PIPE] = ACTIONS(3415), - [anon_sym_fn] = ACTIONS(3415), - [anon_sym_PLUS] = ACTIONS(3415), - [anon_sym_DASH] = ACTIONS(3415), - [anon_sym_STAR] = ACTIONS(3415), - [anon_sym_SLASH] = ACTIONS(3415), - [anon_sym_PERCENT] = ACTIONS(3415), - [anon_sym_LT] = ACTIONS(3415), - [anon_sym_GT] = ACTIONS(3415), - [anon_sym_EQ_EQ] = ACTIONS(3415), - [anon_sym_BANG_EQ] = ACTIONS(3415), - [anon_sym_LT_EQ] = ACTIONS(3415), - [anon_sym_GT_EQ] = ACTIONS(3415), - [anon_sym_LBRACK] = ACTIONS(3413), - [anon_sym_struct] = ACTIONS(3415), - [anon_sym_union] = ACTIONS(3415), - [anon_sym_pub] = ACTIONS(3415), - [anon_sym_mut] = ACTIONS(3415), - [anon_sym_enum] = ACTIONS(3415), - [anon_sym_interface] = ACTIONS(3415), - [anon_sym_PLUS_PLUS] = ACTIONS(3415), - [anon_sym_DASH_DASH] = ACTIONS(3415), - [anon_sym_QMARK] = ACTIONS(3415), - [anon_sym_BANG] = ACTIONS(3415), - [anon_sym_go] = ACTIONS(3415), - [anon_sym_spawn] = ACTIONS(3415), - [anon_sym_json_DOTdecode] = ACTIONS(3415), - [anon_sym_LBRACK2] = ACTIONS(3415), - [anon_sym_TILDE] = ACTIONS(3415), - [anon_sym_CARET] = ACTIONS(3415), - [anon_sym_AMP] = ACTIONS(3415), - [anon_sym_LT_DASH] = ACTIONS(3415), - [anon_sym_LT_LT] = ACTIONS(3415), - [anon_sym_GT_GT] = ACTIONS(3415), - [anon_sym_GT_GT_GT] = ACTIONS(3415), - [anon_sym_AMP_CARET] = ACTIONS(3415), - [anon_sym_AMP_AMP] = ACTIONS(3415), - [anon_sym_PIPE_PIPE] = ACTIONS(3415), - [anon_sym_or] = ACTIONS(3415), - [sym_none] = ACTIONS(3415), - [sym_true] = ACTIONS(3415), - [sym_false] = ACTIONS(3415), - [sym_nil] = ACTIONS(3415), - [anon_sym_QMARK_DOT] = ACTIONS(3415), - [anon_sym_POUND_LBRACK] = ACTIONS(3415), - [anon_sym_if] = ACTIONS(3415), - [anon_sym_DOLLARif] = ACTIONS(3415), - [anon_sym_is] = ACTIONS(3415), - [anon_sym_BANGis] = ACTIONS(3415), - [anon_sym_in] = ACTIONS(3415), - [anon_sym_BANGin] = ACTIONS(3415), - [anon_sym_match] = ACTIONS(3415), - [anon_sym_select] = ACTIONS(3415), - [anon_sym_STAR_EQ] = ACTIONS(3415), - [anon_sym_SLASH_EQ] = ACTIONS(3415), - [anon_sym_PERCENT_EQ] = ACTIONS(3415), - [anon_sym_LT_LT_EQ] = ACTIONS(3415), - [anon_sym_GT_GT_EQ] = ACTIONS(3415), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3415), - [anon_sym_AMP_EQ] = ACTIONS(3415), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3415), - [anon_sym_PLUS_EQ] = ACTIONS(3415), - [anon_sym_DASH_EQ] = ACTIONS(3415), - [anon_sym_PIPE_EQ] = ACTIONS(3415), - [anon_sym_CARET_EQ] = ACTIONS(3415), - [anon_sym_COLON_EQ] = ACTIONS(3415), - [anon_sym_lock] = ACTIONS(3415), - [anon_sym_rlock] = ACTIONS(3415), - [anon_sym_unsafe] = ACTIONS(3415), - [anon_sym_sql] = ACTIONS(3415), - [sym_int_literal] = ACTIONS(3415), - [sym_float_literal] = ACTIONS(3415), - [sym_rune_literal] = ACTIONS(3415), - [sym_pseudo_compile_time_identifier] = ACTIONS(3415), - [anon_sym_shared] = ACTIONS(3415), - [anon_sym_map_LBRACK] = ACTIONS(3415), - [anon_sym_chan] = ACTIONS(3415), - [anon_sym_thread] = ACTIONS(3415), - [anon_sym_atomic] = ACTIONS(3415), - [anon_sym_assert] = ACTIONS(3415), - [anon_sym_defer] = ACTIONS(3415), - [anon_sym_goto] = ACTIONS(3415), - [anon_sym_break] = ACTIONS(3415), - [anon_sym_continue] = ACTIONS(3415), - [anon_sym_return] = ACTIONS(3415), - [anon_sym_DOLLARfor] = ACTIONS(3415), - [anon_sym_for] = ACTIONS(3415), - [anon_sym_POUND] = ACTIONS(3415), - [anon_sym_asm] = ACTIONS(3415), - [anon_sym_AT_LBRACK] = ACTIONS(3415), - [sym___double_quote] = ACTIONS(3415), - [sym___single_quote] = ACTIONS(3415), - [sym___c_double_quote] = ACTIONS(3415), - [sym___c_single_quote] = ACTIONS(3415), - [sym___r_double_quote] = ACTIONS(3415), - [sym___r_single_quote] = ACTIONS(3415), - }, - [889] = { - [sym_line_comment] = STATE(889), - [sym_block_comment] = STATE(889), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1687), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4308), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), + }, + [889] = { + [sym_line_comment] = STATE(889), + [sym_block_comment] = STATE(889), + [ts_builtin_sym_end] = ACTIONS(3442), + [sym_identifier] = ACTIONS(3444), + [anon_sym_LF] = ACTIONS(3444), + [anon_sym_CR] = ACTIONS(3444), + [anon_sym_CR_LF] = ACTIONS(3444), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3444), + [anon_sym_as] = ACTIONS(3444), + [anon_sym_LBRACE] = ACTIONS(3444), + [anon_sym_COMMA] = ACTIONS(3444), + [anon_sym_const] = ACTIONS(3444), + [anon_sym_LPAREN] = ACTIONS(3444), + [anon_sym_EQ] = ACTIONS(3444), + [anon_sym___global] = ACTIONS(3444), + [anon_sym_type] = ACTIONS(3444), + [anon_sym_PIPE] = ACTIONS(3444), + [anon_sym_fn] = ACTIONS(3444), + [anon_sym_PLUS] = ACTIONS(3444), + [anon_sym_DASH] = ACTIONS(3444), + [anon_sym_STAR] = ACTIONS(3444), + [anon_sym_SLASH] = ACTIONS(3444), + [anon_sym_PERCENT] = ACTIONS(3444), + [anon_sym_LT] = ACTIONS(3444), + [anon_sym_GT] = ACTIONS(3444), + [anon_sym_EQ_EQ] = ACTIONS(3444), + [anon_sym_BANG_EQ] = ACTIONS(3444), + [anon_sym_LT_EQ] = ACTIONS(3444), + [anon_sym_GT_EQ] = ACTIONS(3444), + [anon_sym_LBRACK] = ACTIONS(3442), + [anon_sym_struct] = ACTIONS(3444), + [anon_sym_union] = ACTIONS(3444), + [anon_sym_pub] = ACTIONS(3444), + [anon_sym_mut] = ACTIONS(3444), + [anon_sym_enum] = ACTIONS(3444), + [anon_sym_interface] = ACTIONS(3444), + [anon_sym_PLUS_PLUS] = ACTIONS(3444), + [anon_sym_DASH_DASH] = ACTIONS(3444), + [anon_sym_QMARK] = ACTIONS(3444), + [anon_sym_BANG] = ACTIONS(3444), + [anon_sym_go] = ACTIONS(3444), + [anon_sym_spawn] = ACTIONS(3444), + [anon_sym_json_DOTdecode] = ACTIONS(3444), + [anon_sym_LBRACK2] = ACTIONS(3444), + [anon_sym_TILDE] = ACTIONS(3444), + [anon_sym_CARET] = ACTIONS(3444), + [anon_sym_AMP] = ACTIONS(3444), + [anon_sym_LT_DASH] = ACTIONS(3444), + [anon_sym_LT_LT] = ACTIONS(3444), + [anon_sym_GT_GT] = ACTIONS(3444), + [anon_sym_GT_GT_GT] = ACTIONS(3444), + [anon_sym_AMP_CARET] = ACTIONS(3444), + [anon_sym_AMP_AMP] = ACTIONS(3444), + [anon_sym_PIPE_PIPE] = ACTIONS(3444), + [anon_sym_or] = ACTIONS(3444), + [sym_none] = ACTIONS(3444), + [sym_true] = ACTIONS(3444), + [sym_false] = ACTIONS(3444), + [sym_nil] = ACTIONS(3444), + [anon_sym_QMARK_DOT] = ACTIONS(3444), + [anon_sym_POUND_LBRACK] = ACTIONS(3444), + [anon_sym_if] = ACTIONS(3444), + [anon_sym_DOLLARif] = ACTIONS(3444), + [anon_sym_is] = ACTIONS(3444), + [anon_sym_BANGis] = ACTIONS(3444), + [anon_sym_in] = ACTIONS(3444), + [anon_sym_BANGin] = ACTIONS(3444), + [anon_sym_match] = ACTIONS(3444), + [anon_sym_select] = ACTIONS(3444), + [anon_sym_STAR_EQ] = ACTIONS(3444), + [anon_sym_SLASH_EQ] = ACTIONS(3444), + [anon_sym_PERCENT_EQ] = ACTIONS(3444), + [anon_sym_LT_LT_EQ] = ACTIONS(3444), + [anon_sym_GT_GT_EQ] = ACTIONS(3444), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3444), + [anon_sym_AMP_EQ] = ACTIONS(3444), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3444), + [anon_sym_PLUS_EQ] = ACTIONS(3444), + [anon_sym_DASH_EQ] = ACTIONS(3444), + [anon_sym_PIPE_EQ] = ACTIONS(3444), + [anon_sym_CARET_EQ] = ACTIONS(3444), + [anon_sym_COLON_EQ] = ACTIONS(3444), + [anon_sym_lock] = ACTIONS(3444), + [anon_sym_rlock] = ACTIONS(3444), + [anon_sym_unsafe] = ACTIONS(3444), + [anon_sym_sql] = ACTIONS(3444), + [sym_int_literal] = ACTIONS(3444), + [sym_float_literal] = ACTIONS(3444), + [sym_rune_literal] = ACTIONS(3444), + [sym_pseudo_compile_time_identifier] = ACTIONS(3444), + [anon_sym_shared] = ACTIONS(3444), + [anon_sym_map_LBRACK] = ACTIONS(3444), + [anon_sym_chan] = ACTIONS(3444), + [anon_sym_thread] = ACTIONS(3444), + [anon_sym_atomic] = ACTIONS(3444), + [anon_sym_assert] = ACTIONS(3444), + [anon_sym_defer] = ACTIONS(3444), + [anon_sym_goto] = ACTIONS(3444), + [anon_sym_break] = ACTIONS(3444), + [anon_sym_continue] = ACTIONS(3444), + [anon_sym_return] = ACTIONS(3444), + [anon_sym_DOLLARfor] = ACTIONS(3444), + [anon_sym_for] = ACTIONS(3444), + [anon_sym_POUND] = ACTIONS(3444), + [anon_sym_asm] = ACTIONS(3444), + [anon_sym_AT_LBRACK] = ACTIONS(3444), + [sym___double_quote] = ACTIONS(3444), + [sym___single_quote] = ACTIONS(3444), + [sym___c_double_quote] = ACTIONS(3444), + [sym___c_single_quote] = ACTIONS(3444), + [sym___r_double_quote] = ACTIONS(3444), + [sym___r_single_quote] = ACTIONS(3444), }, [890] = { [sym_line_comment] = STATE(890), [sym_block_comment] = STATE(890), - [sym__expression] = STATE(2892), - [sym__expression_without_blocks] = STATE(3023), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym__expression] = STATE(1289), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -127163,578 +127180,578 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [891] = { [sym_line_comment] = STATE(891), [sym_block_comment] = STATE(891), - [sym__expression] = STATE(2756), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2243), + [sym__expression_without_blocks] = STATE(2300), + [sym__expression_with_blocks] = STATE(2300), + [sym_inc_expression] = STATE(2265), + [sym_dec_expression] = STATE(2265), + [sym_or_block_expression] = STATE(2265), + [sym_option_propagation_expression] = STATE(2265), + [sym_result_propagation_expression] = STATE(2265), + [sym_anon_struct_value_expression] = STATE(2298), + [sym_go_expression] = STATE(2265), + [sym_spawn_expression] = STATE(2265), + [sym_parenthesized_expression] = STATE(2265), + [sym_call_expression] = STATE(2265), + [sym_type_initializer] = STATE(2298), + [sym_function_literal] = STATE(2265), + [sym_reference_expression] = STATE(2297), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2265), + [sym_receive_expression] = STATE(2265), + [sym_binary_expression] = STATE(2265), + [sym_as_type_cast_expression] = STATE(2265), + [sym__max_group] = STATE(2265), + [sym_literal] = STATE(2301), + [sym_map_init_expression] = STATE(2298), + [sym_array_creation] = STATE(2265), + [sym_fixed_array_creation] = STATE(2265), + [sym_selector_expression] = STATE(2265), + [sym_index_expression] = STATE(2265), + [sym_slice_expression] = STATE(2265), + [sym_if_expression] = STATE(2298), + [sym_compile_time_if_expression] = STATE(2298), + [sym_is_expression] = STATE(2265), + [sym_not_is_expression] = STATE(2265), + [sym_in_expression] = STATE(2265), + [sym_not_in_expression] = STATE(2265), + [sym_enum_fetch] = STATE(2265), + [sym_match_expression] = STATE(2298), + [sym_select_expression] = STATE(2298), + [sym_lock_expression] = STATE(2298), + [sym_unsafe_expression] = STATE(2298), + [sym_sql_expression] = STATE(2298), + [sym_c_string_literal] = STATE(2305), + [sym_raw_string_literal] = STATE(2305), + [sym_interpreted_string_literal] = STATE(2305), + [sym_mutability_modifiers] = STATE(678), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2887), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2901), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2905), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2909), + [anon_sym_LBRACK2] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_LT_DASH] = ACTIONS(2915), + [sym_none] = ACTIONS(2917), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [sym_nil] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2921), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2925), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2917), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [sym_pseudo_compile_time_identifier] = ACTIONS(2935), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2947), }, [892] = { [sym_line_comment] = STATE(892), [sym_block_comment] = STATE(892), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), + [sym__expression] = STATE(2906), + [sym__expression_without_blocks] = STATE(3026), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3670), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [893] = { [sym_line_comment] = STATE(893), [sym_block_comment] = STATE(893), - [sym__expression] = STATE(2749), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1846), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [894] = { [sym_line_comment] = STATE(894), [sym_block_comment] = STATE(894), - [sym__expression] = STATE(1661), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [sym__expression] = STATE(2428), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [895] = { [sym_line_comment] = STATE(895), [sym_block_comment] = STATE(895), - [sym__expression] = STATE(2745), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1292), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4418), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -127743,462 +127760,462 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [896] = { [sym_line_comment] = STATE(896), [sym_block_comment] = STATE(896), - [sym__expression] = STATE(2481), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(1302), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [897] = { [sym_line_comment] = STATE(897), [sym_block_comment] = STATE(897), - [sym__expression] = STATE(2587), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1845), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [898] = { [sym_line_comment] = STATE(898), [sym_block_comment] = STATE(898), - [sym__expression] = STATE(2335), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1844), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [899] = { [sym_line_comment] = STATE(899), [sym_block_comment] = STATE(899), - [sym__expression] = STATE(2594), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1315), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -128207,2052 +128224,2168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [900] = { [sym_line_comment] = STATE(900), [sym_block_comment] = STATE(900), - [sym__expression] = STATE(2346), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(1811), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [901] = { [sym_line_comment] = STATE(901), [sym_block_comment] = STATE(901), - [sym__expression] = STATE(2366), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(1669), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4308), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, [902] = { [sym_line_comment] = STATE(902), [sym_block_comment] = STATE(902), - [ts_builtin_sym_end] = ACTIONS(3417), - [sym_identifier] = ACTIONS(3419), - [anon_sym_LF] = ACTIONS(3419), - [anon_sym_CR] = ACTIONS(3419), - [anon_sym_CR_LF] = ACTIONS(3419), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3419), - [anon_sym_as] = ACTIONS(3419), - [anon_sym_LBRACE] = ACTIONS(3419), - [anon_sym_COMMA] = ACTIONS(3419), - [anon_sym_const] = ACTIONS(3419), - [anon_sym_LPAREN] = ACTIONS(3419), - [anon_sym_EQ] = ACTIONS(3419), - [anon_sym___global] = ACTIONS(3419), - [anon_sym_type] = ACTIONS(3419), - [anon_sym_PIPE] = ACTIONS(3419), - [anon_sym_fn] = ACTIONS(3419), - [anon_sym_PLUS] = ACTIONS(3419), - [anon_sym_DASH] = ACTIONS(3419), - [anon_sym_STAR] = ACTIONS(3419), - [anon_sym_SLASH] = ACTIONS(3419), - [anon_sym_PERCENT] = ACTIONS(3419), - [anon_sym_LT] = ACTIONS(3419), - [anon_sym_GT] = ACTIONS(3419), - [anon_sym_EQ_EQ] = ACTIONS(3419), - [anon_sym_BANG_EQ] = ACTIONS(3419), - [anon_sym_LT_EQ] = ACTIONS(3419), - [anon_sym_GT_EQ] = ACTIONS(3419), - [anon_sym_LBRACK] = ACTIONS(3417), - [anon_sym_struct] = ACTIONS(3419), - [anon_sym_union] = ACTIONS(3419), - [anon_sym_pub] = ACTIONS(3419), - [anon_sym_mut] = ACTIONS(3419), - [anon_sym_enum] = ACTIONS(3419), - [anon_sym_interface] = ACTIONS(3419), - [anon_sym_PLUS_PLUS] = ACTIONS(3419), - [anon_sym_DASH_DASH] = ACTIONS(3419), - [anon_sym_QMARK] = ACTIONS(3419), - [anon_sym_BANG] = ACTIONS(3419), - [anon_sym_go] = ACTIONS(3419), - [anon_sym_spawn] = ACTIONS(3419), - [anon_sym_json_DOTdecode] = ACTIONS(3419), - [anon_sym_LBRACK2] = ACTIONS(3419), - [anon_sym_TILDE] = ACTIONS(3419), - [anon_sym_CARET] = ACTIONS(3419), - [anon_sym_AMP] = ACTIONS(3419), - [anon_sym_LT_DASH] = ACTIONS(3419), - [anon_sym_LT_LT] = ACTIONS(3419), - [anon_sym_GT_GT] = ACTIONS(3419), - [anon_sym_GT_GT_GT] = ACTIONS(3419), - [anon_sym_AMP_CARET] = ACTIONS(3419), - [anon_sym_AMP_AMP] = ACTIONS(3419), - [anon_sym_PIPE_PIPE] = ACTIONS(3419), - [anon_sym_or] = ACTIONS(3419), - [sym_none] = ACTIONS(3419), - [sym_true] = ACTIONS(3419), - [sym_false] = ACTIONS(3419), - [sym_nil] = ACTIONS(3419), - [anon_sym_QMARK_DOT] = ACTIONS(3419), - [anon_sym_POUND_LBRACK] = ACTIONS(3419), - [anon_sym_if] = ACTIONS(3419), - [anon_sym_DOLLARif] = ACTIONS(3419), - [anon_sym_is] = ACTIONS(3419), - [anon_sym_BANGis] = ACTIONS(3419), - [anon_sym_in] = ACTIONS(3419), - [anon_sym_BANGin] = ACTIONS(3419), - [anon_sym_match] = ACTIONS(3419), - [anon_sym_select] = ACTIONS(3419), - [anon_sym_STAR_EQ] = ACTIONS(3419), - [anon_sym_SLASH_EQ] = ACTIONS(3419), - [anon_sym_PERCENT_EQ] = ACTIONS(3419), - [anon_sym_LT_LT_EQ] = ACTIONS(3419), - [anon_sym_GT_GT_EQ] = ACTIONS(3419), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3419), - [anon_sym_AMP_EQ] = ACTIONS(3419), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3419), - [anon_sym_PLUS_EQ] = ACTIONS(3419), - [anon_sym_DASH_EQ] = ACTIONS(3419), - [anon_sym_PIPE_EQ] = ACTIONS(3419), - [anon_sym_CARET_EQ] = ACTIONS(3419), - [anon_sym_COLON_EQ] = ACTIONS(3419), - [anon_sym_lock] = ACTIONS(3419), - [anon_sym_rlock] = ACTIONS(3419), - [anon_sym_unsafe] = ACTIONS(3419), - [anon_sym_sql] = ACTIONS(3419), - [sym_int_literal] = ACTIONS(3419), - [sym_float_literal] = ACTIONS(3419), - [sym_rune_literal] = ACTIONS(3419), - [sym_pseudo_compile_time_identifier] = ACTIONS(3419), - [anon_sym_shared] = ACTIONS(3419), - [anon_sym_map_LBRACK] = ACTIONS(3419), - [anon_sym_chan] = ACTIONS(3419), - [anon_sym_thread] = ACTIONS(3419), - [anon_sym_atomic] = ACTIONS(3419), - [anon_sym_assert] = ACTIONS(3419), - [anon_sym_defer] = ACTIONS(3419), - [anon_sym_goto] = ACTIONS(3419), - [anon_sym_break] = ACTIONS(3419), - [anon_sym_continue] = ACTIONS(3419), - [anon_sym_return] = ACTIONS(3419), - [anon_sym_DOLLARfor] = ACTIONS(3419), - [anon_sym_for] = ACTIONS(3419), - [anon_sym_POUND] = ACTIONS(3419), - [anon_sym_asm] = ACTIONS(3419), - [anon_sym_AT_LBRACK] = ACTIONS(3419), - [sym___double_quote] = ACTIONS(3419), - [sym___single_quote] = ACTIONS(3419), - [sym___c_double_quote] = ACTIONS(3419), - [sym___c_single_quote] = ACTIONS(3419), - [sym___r_double_quote] = ACTIONS(3419), - [sym___r_single_quote] = ACTIONS(3419), + [sym__expression] = STATE(1806), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4177), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [903] = { [sym_line_comment] = STATE(903), [sym_block_comment] = STATE(903), - [sym__expression] = STATE(1659), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [sym__expression] = STATE(1801), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [904] = { [sym_line_comment] = STATE(904), [sym_block_comment] = STATE(904), - [sym__expression] = STATE(1649), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [sym__expression] = STATE(1803), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [905] = { [sym_line_comment] = STATE(905), [sym_block_comment] = STATE(905), - [sym__expression] = STATE(2654), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1678), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4308), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1793), - [anon_sym_lock] = ACTIONS(1795), - [anon_sym_rlock] = ACTIONS(1795), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, [906] = { [sym_line_comment] = STATE(906), [sym_block_comment] = STATE(906), - [sym__expression] = STATE(1654), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [sym__expression] = STATE(1806), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4183), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [907] = { [sym_line_comment] = STATE(907), [sym_block_comment] = STATE(907), - [sym__expression] = STATE(1289), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1806), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4192), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [908] = { [sym_line_comment] = STATE(908), [sym_block_comment] = STATE(908), - [sym__expression] = STATE(2888), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1806), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1639), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(795), + [anon_sym_DASH] = ACTIONS(795), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_go] = ACTIONS(805), + [anon_sym_spawn] = ACTIONS(807), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(811), + [anon_sym_TILDE] = ACTIONS(795), + [anon_sym_CARET] = ACTIONS(795), + [anon_sym_AMP] = ACTIONS(813), + [anon_sym_LT_DASH] = ACTIONS(815), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(825), + [anon_sym_lock] = ACTIONS(827), + [anon_sym_rlock] = ACTIONS(827), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [909] = { [sym_line_comment] = STATE(909), [sym_block_comment] = STATE(909), - [sym__expression] = STATE(2369), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(1292), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4426), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [910] = { [sym_line_comment] = STATE(910), [sym_block_comment] = STATE(910), - [sym__expression] = STATE(1289), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4422), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2425), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [911] = { [sym_line_comment] = STATE(911), [sym_block_comment] = STATE(911), - [sym__expression] = STATE(1650), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [sym__expression] = STATE(1843), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [912] = { [sym_line_comment] = STATE(912), [sym_block_comment] = STATE(912), - [sym__expression] = STATE(2345), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2890), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [913] = { [sym_line_comment] = STATE(913), [sym_block_comment] = STATE(913), - [sym__expression] = STATE(1652), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [sym__expression] = STATE(1292), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4325), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), + [sym_float_literal] = ACTIONS(1430), + [sym_rune_literal] = ACTIONS(1430), + [sym_pseudo_compile_time_identifier] = ACTIONS(1432), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [914] = { [sym_line_comment] = STATE(914), [sym_block_comment] = STATE(914), - [sym__expression] = STATE(1289), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4417), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2690), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [915] = { [sym_line_comment] = STATE(915), [sym_block_comment] = STATE(915), - [sym__expression] = STATE(1325), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1684), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4308), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, [916] = { [sym_line_comment] = STATE(916), [sym_block_comment] = STATE(916), - [sym__expression] = STATE(1327), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1668), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4308), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, [917] = { [sym_line_comment] = STATE(917), [sym_block_comment] = STATE(917), - [sym__expression] = STATE(1146), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [ts_builtin_sym_end] = ACTIONS(3446), + [sym_identifier] = ACTIONS(3448), + [anon_sym_LF] = ACTIONS(3448), + [anon_sym_CR] = ACTIONS(3448), + [anon_sym_CR_LF] = ACTIONS(3448), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3448), + [anon_sym_as] = ACTIONS(3448), + [anon_sym_LBRACE] = ACTIONS(3448), + [anon_sym_COMMA] = ACTIONS(3448), + [anon_sym_const] = ACTIONS(3448), + [anon_sym_LPAREN] = ACTIONS(3448), + [anon_sym_EQ] = ACTIONS(3448), + [anon_sym___global] = ACTIONS(3448), + [anon_sym_type] = ACTIONS(3448), + [anon_sym_PIPE] = ACTIONS(3448), + [anon_sym_fn] = ACTIONS(3448), + [anon_sym_PLUS] = ACTIONS(3448), + [anon_sym_DASH] = ACTIONS(3448), + [anon_sym_STAR] = ACTIONS(3448), + [anon_sym_SLASH] = ACTIONS(3448), + [anon_sym_PERCENT] = ACTIONS(3448), + [anon_sym_LT] = ACTIONS(3448), + [anon_sym_GT] = ACTIONS(3448), + [anon_sym_EQ_EQ] = ACTIONS(3448), + [anon_sym_BANG_EQ] = ACTIONS(3448), + [anon_sym_LT_EQ] = ACTIONS(3448), + [anon_sym_GT_EQ] = ACTIONS(3448), + [anon_sym_LBRACK] = ACTIONS(3446), + [anon_sym_struct] = ACTIONS(3448), + [anon_sym_union] = ACTIONS(3448), + [anon_sym_pub] = ACTIONS(3448), + [anon_sym_mut] = ACTIONS(3448), + [anon_sym_enum] = ACTIONS(3448), + [anon_sym_interface] = ACTIONS(3448), + [anon_sym_PLUS_PLUS] = ACTIONS(3448), + [anon_sym_DASH_DASH] = ACTIONS(3448), + [anon_sym_QMARK] = ACTIONS(3448), + [anon_sym_BANG] = ACTIONS(3448), + [anon_sym_go] = ACTIONS(3448), + [anon_sym_spawn] = ACTIONS(3448), + [anon_sym_json_DOTdecode] = ACTIONS(3448), + [anon_sym_LBRACK2] = ACTIONS(3448), + [anon_sym_TILDE] = ACTIONS(3448), + [anon_sym_CARET] = ACTIONS(3448), + [anon_sym_AMP] = ACTIONS(3448), + [anon_sym_LT_DASH] = ACTIONS(3448), + [anon_sym_LT_LT] = ACTIONS(3448), + [anon_sym_GT_GT] = ACTIONS(3448), + [anon_sym_GT_GT_GT] = ACTIONS(3448), + [anon_sym_AMP_CARET] = ACTIONS(3448), + [anon_sym_AMP_AMP] = ACTIONS(3448), + [anon_sym_PIPE_PIPE] = ACTIONS(3448), + [anon_sym_or] = ACTIONS(3448), + [sym_none] = ACTIONS(3448), + [sym_true] = ACTIONS(3448), + [sym_false] = ACTIONS(3448), + [sym_nil] = ACTIONS(3448), + [anon_sym_QMARK_DOT] = ACTIONS(3448), + [anon_sym_POUND_LBRACK] = ACTIONS(3448), + [anon_sym_if] = ACTIONS(3448), + [anon_sym_DOLLARif] = ACTIONS(3448), + [anon_sym_is] = ACTIONS(3448), + [anon_sym_BANGis] = ACTIONS(3448), + [anon_sym_in] = ACTIONS(3448), + [anon_sym_BANGin] = ACTIONS(3448), + [anon_sym_match] = ACTIONS(3448), + [anon_sym_select] = ACTIONS(3448), + [anon_sym_STAR_EQ] = ACTIONS(3448), + [anon_sym_SLASH_EQ] = ACTIONS(3448), + [anon_sym_PERCENT_EQ] = ACTIONS(3448), + [anon_sym_LT_LT_EQ] = ACTIONS(3448), + [anon_sym_GT_GT_EQ] = ACTIONS(3448), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3448), + [anon_sym_AMP_EQ] = ACTIONS(3448), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3448), + [anon_sym_PLUS_EQ] = ACTIONS(3448), + [anon_sym_DASH_EQ] = ACTIONS(3448), + [anon_sym_PIPE_EQ] = ACTIONS(3448), + [anon_sym_CARET_EQ] = ACTIONS(3448), + [anon_sym_COLON_EQ] = ACTIONS(3448), + [anon_sym_lock] = ACTIONS(3448), + [anon_sym_rlock] = ACTIONS(3448), + [anon_sym_unsafe] = ACTIONS(3448), + [anon_sym_sql] = ACTIONS(3448), + [sym_int_literal] = ACTIONS(3448), + [sym_float_literal] = ACTIONS(3448), + [sym_rune_literal] = ACTIONS(3448), + [sym_pseudo_compile_time_identifier] = ACTIONS(3448), + [anon_sym_shared] = ACTIONS(3448), + [anon_sym_map_LBRACK] = ACTIONS(3448), + [anon_sym_chan] = ACTIONS(3448), + [anon_sym_thread] = ACTIONS(3448), + [anon_sym_atomic] = ACTIONS(3448), + [anon_sym_assert] = ACTIONS(3448), + [anon_sym_defer] = ACTIONS(3448), + [anon_sym_goto] = ACTIONS(3448), + [anon_sym_break] = ACTIONS(3448), + [anon_sym_continue] = ACTIONS(3448), + [anon_sym_return] = ACTIONS(3448), + [anon_sym_DOLLARfor] = ACTIONS(3448), + [anon_sym_for] = ACTIONS(3448), + [anon_sym_POUND] = ACTIONS(3448), + [anon_sym_asm] = ACTIONS(3448), + [anon_sym_AT_LBRACK] = ACTIONS(3448), + [sym___double_quote] = ACTIONS(3448), + [sym___single_quote] = ACTIONS(3448), + [sym___c_double_quote] = ACTIONS(3448), + [sym___c_single_quote] = ACTIONS(3448), + [sym___r_double_quote] = ACTIONS(3448), + [sym___r_single_quote] = ACTIONS(3448), + }, + [918] = { + [sym_line_comment] = STATE(918), + [sym_block_comment] = STATE(918), + [sym__expression] = STATE(1149), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -130302,189 +130435,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [918] = { - [sym_line_comment] = STATE(918), - [sym_block_comment] = STATE(918), - [sym__expression] = STATE(2320), + [919] = { + [sym_line_comment] = STATE(919), + [sym_block_comment] = STATE(919), + [sym__expression] = STATE(2327), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3658), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3660), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, - [919] = { - [sym_line_comment] = STATE(919), - [sym_block_comment] = STATE(919), - [sym__expression] = STATE(1142), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [920] = { + [sym_line_comment] = STATE(920), + [sym_block_comment] = STATE(920), + [sym__expression] = STATE(1146), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -130534,73 +130667,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [920] = { - [sym_line_comment] = STATE(920), - [sym_block_comment] = STATE(920), - [sym__expression] = STATE(1138), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [921] = { + [sym_line_comment] = STATE(921), + [sym_block_comment] = STATE(921), + [sym__expression] = STATE(1147), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(631), @@ -130650,4949 +130783,5065 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(697), [sym___r_single_quote] = ACTIONS(699), }, - [921] = { - [sym_line_comment] = STATE(921), - [sym_block_comment] = STATE(921), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3672), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), - }, [922] = { [sym_line_comment] = STATE(922), [sym_block_comment] = STATE(922), - [sym__expression] = STATE(2320), + [sym__expression] = STATE(2327), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3670), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2111), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3674), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2271), - [anon_sym_spawn] = ACTIONS(2273), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_CARET] = ACTIONS(2265), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_LT_DASH] = ACTIONS(2277), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [923] = { [sym_line_comment] = STATE(923), [sym_block_comment] = STATE(923), - [sym__expression] = STATE(2345), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3685), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2271), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(2235), + [anon_sym_spawn] = ACTIONS(2237), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(2229), + [anon_sym_CARET] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_LT_DASH] = ACTIONS(2241), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [924] = { [sym_line_comment] = STATE(924), [sym_block_comment] = STATE(924), - [sym__expression] = STATE(2345), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4277), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(1144), + [sym__expression_without_blocks] = STATE(1230), + [sym__expression_with_blocks] = STATE(1230), + [sym_inc_expression] = STATE(1171), + [sym_dec_expression] = STATE(1171), + [sym_or_block_expression] = STATE(1171), + [sym_option_propagation_expression] = STATE(1171), + [sym_result_propagation_expression] = STATE(1171), + [sym_anon_struct_value_expression] = STATE(1220), + [sym_go_expression] = STATE(1171), + [sym_spawn_expression] = STATE(1171), + [sym_parenthesized_expression] = STATE(1171), + [sym_call_expression] = STATE(1171), + [sym_type_initializer] = STATE(1220), + [sym_function_literal] = STATE(1171), + [sym_reference_expression] = STATE(1259), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1171), + [sym_receive_expression] = STATE(1171), + [sym_binary_expression] = STATE(1171), + [sym_as_type_cast_expression] = STATE(1171), + [sym__max_group] = STATE(1171), + [sym_literal] = STATE(1240), + [sym_map_init_expression] = STATE(1220), + [sym_array_creation] = STATE(1171), + [sym_fixed_array_creation] = STATE(1171), + [sym_selector_expression] = STATE(1171), + [sym_index_expression] = STATE(1171), + [sym_slice_expression] = STATE(1171), + [sym_if_expression] = STATE(1220), + [sym_compile_time_if_expression] = STATE(1220), + [sym_is_expression] = STATE(1171), + [sym_not_is_expression] = STATE(1171), + [sym_in_expression] = STATE(1171), + [sym_not_in_expression] = STATE(1171), + [sym_enum_fetch] = STATE(1171), + [sym_match_expression] = STATE(1220), + [sym_select_expression] = STATE(1220), + [sym_lock_expression] = STATE(1220), + [sym_unsafe_expression] = STATE(1220), + [sym_sql_expression] = STATE(1220), + [sym_c_string_literal] = STATE(1272), + [sym_raw_string_literal] = STATE(1272), + [sym_interpreted_string_literal] = STATE(1272), + [sym_mutability_modifiers] = STATE(696), + [sym_plain_type] = STATE(4383), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(631), + [anon_sym_LBRACE] = ACTIONS(633), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_fn] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_STAR] = ACTIONS(645), + [anon_sym_struct] = ACTIONS(649), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(655), + [anon_sym_go] = ACTIONS(657), + [anon_sym_spawn] = ACTIONS(659), + [anon_sym_json_DOTdecode] = ACTIONS(661), + [anon_sym_LBRACK2] = ACTIONS(663), + [anon_sym_TILDE] = ACTIONS(643), + [anon_sym_CARET] = ACTIONS(643), + [anon_sym_AMP] = ACTIONS(665), + [anon_sym_LT_DASH] = ACTIONS(667), + [sym_none] = ACTIONS(669), + [sym_true] = ACTIONS(669), + [sym_false] = ACTIONS(669), + [sym_nil] = ACTIONS(669), + [anon_sym_if] = ACTIONS(671), + [anon_sym_DOLLARif] = ACTIONS(673), + [anon_sym_match] = ACTIONS(675), + [anon_sym_select] = ACTIONS(677), + [anon_sym_lock] = ACTIONS(679), + [anon_sym_rlock] = ACTIONS(679), + [anon_sym_unsafe] = ACTIONS(681), + [anon_sym_sql] = ACTIONS(683), + [sym_int_literal] = ACTIONS(669), + [sym_float_literal] = ACTIONS(685), + [sym_rune_literal] = ACTIONS(685), + [sym_pseudo_compile_time_identifier] = ACTIONS(687), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(689), + [sym___single_quote] = ACTIONS(691), + [sym___c_double_quote] = ACTIONS(693), + [sym___c_single_quote] = ACTIONS(695), + [sym___r_double_quote] = ACTIONS(697), + [sym___r_single_quote] = ACTIONS(699), }, [925] = { [sym_line_comment] = STATE(925), [sym_block_comment] = STATE(925), - [sym__expression] = STATE(1653), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [sym__expression] = STATE(2424), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [926] = { [sym_line_comment] = STATE(926), [sym_block_comment] = STATE(926), - [sym__expression] = STATE(1655), - [sym__expression_without_blocks] = STATE(1749), - [sym__expression_with_blocks] = STATE(1749), - [sym_inc_expression] = STATE(1750), - [sym_dec_expression] = STATE(1750), - [sym_or_block_expression] = STATE(1750), - [sym_option_propagation_expression] = STATE(1750), - [sym_result_propagation_expression] = STATE(1750), - [sym_anon_struct_value_expression] = STATE(1751), - [sym_go_expression] = STATE(1750), - [sym_spawn_expression] = STATE(1750), - [sym_parenthesized_expression] = STATE(1750), - [sym_call_expression] = STATE(1750), - [sym_type_initializer] = STATE(1751), - [sym_function_literal] = STATE(1750), - [sym_reference_expression] = STATE(1752), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1750), - [sym_receive_expression] = STATE(1750), - [sym_binary_expression] = STATE(1750), - [sym_as_type_cast_expression] = STATE(1750), - [sym__max_group] = STATE(1750), - [sym_literal] = STATE(1747), - [sym_map_init_expression] = STATE(1751), - [sym_array_creation] = STATE(1750), - [sym_fixed_array_creation] = STATE(1750), - [sym_selector_expression] = STATE(1750), - [sym_index_expression] = STATE(1750), - [sym_slice_expression] = STATE(1750), - [sym_if_expression] = STATE(1751), - [sym_compile_time_if_expression] = STATE(1751), - [sym_is_expression] = STATE(1750), - [sym_not_is_expression] = STATE(1750), - [sym_in_expression] = STATE(1750), - [sym_not_in_expression] = STATE(1750), - [sym_enum_fetch] = STATE(1750), - [sym_match_expression] = STATE(1751), - [sym_select_expression] = STATE(1751), - [sym_lock_expression] = STATE(1751), - [sym_unsafe_expression] = STATE(1751), - [sym_sql_expression] = STATE(1751), - [sym_c_string_literal] = STATE(1745), - [sym_raw_string_literal] = STATE(1745), - [sym_interpreted_string_literal] = STATE(1745), - [sym_mutability_modifiers] = STATE(821), - [sym_plain_type] = STATE(4259), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3197), + [sym__expression] = STATE(1842), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_LPAREN] = ACTIONS(315), - [anon_sym_fn] = ACTIONS(317), - [anon_sym_PLUS] = ACTIONS(319), - [anon_sym_DASH] = ACTIONS(319), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_struct] = ACTIONS(323), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_go] = ACTIONS(327), - [anon_sym_spawn] = ACTIONS(329), - [anon_sym_json_DOTdecode] = ACTIONS(331), - [anon_sym_LBRACK2] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_CARET] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(335), - [anon_sym_LT_DASH] = ACTIONS(337), - [sym_none] = ACTIONS(339), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_nil] = ACTIONS(339), - [anon_sym_if] = ACTIONS(341), - [anon_sym_DOLLARif] = ACTIONS(343), - [anon_sym_match] = ACTIONS(345), - [anon_sym_select] = ACTIONS(347), - [anon_sym_lock] = ACTIONS(349), - [anon_sym_rlock] = ACTIONS(349), - [anon_sym_unsafe] = ACTIONS(351), - [anon_sym_sql] = ACTIONS(353), - [sym_int_literal] = ACTIONS(339), - [sym_float_literal] = ACTIONS(355), - [sym_rune_literal] = ACTIONS(355), - [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(379), - [sym___single_quote] = ACTIONS(381), - [sym___c_double_quote] = ACTIONS(383), - [sym___c_single_quote] = ACTIONS(385), - [sym___r_double_quote] = ACTIONS(387), - [sym___r_single_quote] = ACTIONS(389), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [927] = { [sym_line_comment] = STATE(927), [sym_block_comment] = STATE(927), - [sym__expression] = STATE(1289), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4410), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(2344), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [928] = { [sym_line_comment] = STATE(928), [sym_block_comment] = STATE(928), - [sym__expression] = STATE(2443), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(1681), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4308), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, [929] = { [sym_line_comment] = STATE(929), [sym_block_comment] = STATE(929), - [ts_builtin_sym_end] = ACTIONS(3421), - [sym_identifier] = ACTIONS(3423), - [anon_sym_LF] = ACTIONS(3423), - [anon_sym_CR] = ACTIONS(3423), - [anon_sym_CR_LF] = ACTIONS(3423), + [ts_builtin_sym_end] = ACTIONS(2703), + [sym_identifier] = ACTIONS(2701), + [anon_sym_LF] = ACTIONS(2701), + [anon_sym_CR] = ACTIONS(2701), + [anon_sym_CR_LF] = ACTIONS(2701), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3423), - [anon_sym_as] = ACTIONS(3423), - [anon_sym_LBRACE] = ACTIONS(3423), - [anon_sym_COMMA] = ACTIONS(3423), - [anon_sym_const] = ACTIONS(3423), - [anon_sym_LPAREN] = ACTIONS(3423), - [anon_sym_EQ] = ACTIONS(3423), - [anon_sym___global] = ACTIONS(3423), - [anon_sym_type] = ACTIONS(3423), - [anon_sym_PIPE] = ACTIONS(3423), - [anon_sym_fn] = ACTIONS(3423), - [anon_sym_PLUS] = ACTIONS(3423), - [anon_sym_DASH] = ACTIONS(3423), - [anon_sym_STAR] = ACTIONS(3423), - [anon_sym_SLASH] = ACTIONS(3423), - [anon_sym_PERCENT] = ACTIONS(3423), - [anon_sym_LT] = ACTIONS(3423), - [anon_sym_GT] = ACTIONS(3423), - [anon_sym_EQ_EQ] = ACTIONS(3423), - [anon_sym_BANG_EQ] = ACTIONS(3423), - [anon_sym_LT_EQ] = ACTIONS(3423), - [anon_sym_GT_EQ] = ACTIONS(3423), - [anon_sym_LBRACK] = ACTIONS(3421), - [anon_sym_struct] = ACTIONS(3423), - [anon_sym_union] = ACTIONS(3423), - [anon_sym_pub] = ACTIONS(3423), - [anon_sym_mut] = ACTIONS(3423), - [anon_sym_enum] = ACTIONS(3423), - [anon_sym_interface] = ACTIONS(3423), - [anon_sym_PLUS_PLUS] = ACTIONS(3423), - [anon_sym_DASH_DASH] = ACTIONS(3423), - [anon_sym_QMARK] = ACTIONS(3423), - [anon_sym_BANG] = ACTIONS(3423), - [anon_sym_go] = ACTIONS(3423), - [anon_sym_spawn] = ACTIONS(3423), - [anon_sym_json_DOTdecode] = ACTIONS(3423), - [anon_sym_LBRACK2] = ACTIONS(3423), - [anon_sym_TILDE] = ACTIONS(3423), - [anon_sym_CARET] = ACTIONS(3423), - [anon_sym_AMP] = ACTIONS(3423), - [anon_sym_LT_DASH] = ACTIONS(3423), - [anon_sym_LT_LT] = ACTIONS(3423), - [anon_sym_GT_GT] = ACTIONS(3423), - [anon_sym_GT_GT_GT] = ACTIONS(3423), - [anon_sym_AMP_CARET] = ACTIONS(3423), - [anon_sym_AMP_AMP] = ACTIONS(3423), - [anon_sym_PIPE_PIPE] = ACTIONS(3423), - [anon_sym_or] = ACTIONS(3423), - [sym_none] = ACTIONS(3423), - [sym_true] = ACTIONS(3423), - [sym_false] = ACTIONS(3423), - [sym_nil] = ACTIONS(3423), - [anon_sym_QMARK_DOT] = ACTIONS(3423), - [anon_sym_POUND_LBRACK] = ACTIONS(3423), - [anon_sym_if] = ACTIONS(3423), - [anon_sym_DOLLARif] = ACTIONS(3423), - [anon_sym_is] = ACTIONS(3423), - [anon_sym_BANGis] = ACTIONS(3423), - [anon_sym_in] = ACTIONS(3423), - [anon_sym_BANGin] = ACTIONS(3423), - [anon_sym_match] = ACTIONS(3423), - [anon_sym_select] = ACTIONS(3423), - [anon_sym_STAR_EQ] = ACTIONS(3423), - [anon_sym_SLASH_EQ] = ACTIONS(3423), - [anon_sym_PERCENT_EQ] = ACTIONS(3423), - [anon_sym_LT_LT_EQ] = ACTIONS(3423), - [anon_sym_GT_GT_EQ] = ACTIONS(3423), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3423), - [anon_sym_AMP_EQ] = ACTIONS(3423), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3423), - [anon_sym_PLUS_EQ] = ACTIONS(3423), - [anon_sym_DASH_EQ] = ACTIONS(3423), - [anon_sym_PIPE_EQ] = ACTIONS(3423), - [anon_sym_CARET_EQ] = ACTIONS(3423), - [anon_sym_COLON_EQ] = ACTIONS(3423), - [anon_sym_lock] = ACTIONS(3423), - [anon_sym_rlock] = ACTIONS(3423), - [anon_sym_unsafe] = ACTIONS(3423), - [anon_sym_sql] = ACTIONS(3423), - [sym_int_literal] = ACTIONS(3423), - [sym_float_literal] = ACTIONS(3423), - [sym_rune_literal] = ACTIONS(3423), - [sym_pseudo_compile_time_identifier] = ACTIONS(3423), - [anon_sym_shared] = ACTIONS(3423), - [anon_sym_map_LBRACK] = ACTIONS(3423), - [anon_sym_chan] = ACTIONS(3423), - [anon_sym_thread] = ACTIONS(3423), - [anon_sym_atomic] = ACTIONS(3423), - [anon_sym_assert] = ACTIONS(3423), - [anon_sym_defer] = ACTIONS(3423), - [anon_sym_goto] = ACTIONS(3423), - [anon_sym_break] = ACTIONS(3423), - [anon_sym_continue] = ACTIONS(3423), - [anon_sym_return] = ACTIONS(3423), - [anon_sym_DOLLARfor] = ACTIONS(3423), - [anon_sym_for] = ACTIONS(3423), - [anon_sym_POUND] = ACTIONS(3423), - [anon_sym_asm] = ACTIONS(3423), - [anon_sym_AT_LBRACK] = ACTIONS(3423), - [sym___double_quote] = ACTIONS(3423), - [sym___single_quote] = ACTIONS(3423), - [sym___c_double_quote] = ACTIONS(3423), - [sym___c_single_quote] = ACTIONS(3423), - [sym___r_double_quote] = ACTIONS(3423), - [sym___r_single_quote] = ACTIONS(3423), + [anon_sym_DOT] = ACTIONS(2701), + [anon_sym_as] = ACTIONS(2701), + [anon_sym_LBRACE] = ACTIONS(2701), + [anon_sym_COMMA] = ACTIONS(2701), + [anon_sym_const] = ACTIONS(2701), + [anon_sym_LPAREN] = ACTIONS(2701), + [anon_sym_EQ] = ACTIONS(2701), + [anon_sym___global] = ACTIONS(2701), + [anon_sym_type] = ACTIONS(2701), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_fn] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2701), + [anon_sym_STAR] = ACTIONS(2701), + [anon_sym_SLASH] = ACTIONS(2701), + [anon_sym_PERCENT] = ACTIONS(2701), + [anon_sym_LT] = ACTIONS(2701), + [anon_sym_GT] = ACTIONS(2701), + [anon_sym_EQ_EQ] = ACTIONS(2701), + [anon_sym_BANG_EQ] = ACTIONS(2701), + [anon_sym_LT_EQ] = ACTIONS(2701), + [anon_sym_GT_EQ] = ACTIONS(2701), + [anon_sym_LBRACK] = ACTIONS(2703), + [anon_sym_struct] = ACTIONS(2701), + [anon_sym_union] = ACTIONS(2701), + [anon_sym_pub] = ACTIONS(2701), + [anon_sym_mut] = ACTIONS(2701), + [anon_sym_enum] = ACTIONS(2701), + [anon_sym_interface] = ACTIONS(2701), + [anon_sym_PLUS_PLUS] = ACTIONS(2701), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_QMARK] = ACTIONS(2701), + [anon_sym_BANG] = ACTIONS(2701), + [anon_sym_go] = ACTIONS(2701), + [anon_sym_spawn] = ACTIONS(2701), + [anon_sym_json_DOTdecode] = ACTIONS(2701), + [anon_sym_LBRACK2] = ACTIONS(2701), + [anon_sym_TILDE] = ACTIONS(2701), + [anon_sym_CARET] = ACTIONS(2701), + [anon_sym_AMP] = ACTIONS(2701), + [anon_sym_LT_DASH] = ACTIONS(2701), + [anon_sym_LT_LT] = ACTIONS(2701), + [anon_sym_GT_GT] = ACTIONS(2701), + [anon_sym_GT_GT_GT] = ACTIONS(2701), + [anon_sym_AMP_CARET] = ACTIONS(2701), + [anon_sym_AMP_AMP] = ACTIONS(2701), + [anon_sym_PIPE_PIPE] = ACTIONS(2701), + [anon_sym_or] = ACTIONS(2701), + [sym_none] = ACTIONS(2701), + [sym_true] = ACTIONS(2701), + [sym_false] = ACTIONS(2701), + [sym_nil] = ACTIONS(2701), + [anon_sym_QMARK_DOT] = ACTIONS(2701), + [anon_sym_POUND_LBRACK] = ACTIONS(2701), + [anon_sym_if] = ACTIONS(2701), + [anon_sym_DOLLARif] = ACTIONS(2701), + [anon_sym_is] = ACTIONS(2701), + [anon_sym_BANGis] = ACTIONS(2701), + [anon_sym_in] = ACTIONS(2701), + [anon_sym_BANGin] = ACTIONS(2701), + [anon_sym_match] = ACTIONS(2701), + [anon_sym_select] = ACTIONS(2701), + [anon_sym_STAR_EQ] = ACTIONS(2701), + [anon_sym_SLASH_EQ] = ACTIONS(2701), + [anon_sym_PERCENT_EQ] = ACTIONS(2701), + [anon_sym_LT_LT_EQ] = ACTIONS(2701), + [anon_sym_GT_GT_EQ] = ACTIONS(2701), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2701), + [anon_sym_AMP_EQ] = ACTIONS(2701), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2701), + [anon_sym_PLUS_EQ] = ACTIONS(2701), + [anon_sym_DASH_EQ] = ACTIONS(2701), + [anon_sym_PIPE_EQ] = ACTIONS(2701), + [anon_sym_CARET_EQ] = ACTIONS(2701), + [anon_sym_COLON_EQ] = ACTIONS(2701), + [anon_sym_lock] = ACTIONS(2701), + [anon_sym_rlock] = ACTIONS(2701), + [anon_sym_unsafe] = ACTIONS(2701), + [anon_sym_sql] = ACTIONS(2701), + [sym_int_literal] = ACTIONS(2701), + [sym_float_literal] = ACTIONS(2701), + [sym_rune_literal] = ACTIONS(2701), + [sym_pseudo_compile_time_identifier] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(2701), + [anon_sym_map_LBRACK] = ACTIONS(2701), + [anon_sym_chan] = ACTIONS(2701), + [anon_sym_thread] = ACTIONS(2701), + [anon_sym_atomic] = ACTIONS(2701), + [anon_sym_assert] = ACTIONS(2701), + [anon_sym_defer] = ACTIONS(2701), + [anon_sym_goto] = ACTIONS(2701), + [anon_sym_break] = ACTIONS(2701), + [anon_sym_continue] = ACTIONS(2701), + [anon_sym_return] = ACTIONS(2701), + [anon_sym_DOLLARfor] = ACTIONS(2701), + [anon_sym_for] = ACTIONS(2701), + [anon_sym_POUND] = ACTIONS(2701), + [anon_sym_asm] = ACTIONS(2701), + [anon_sym_AT_LBRACK] = ACTIONS(2701), + [sym___double_quote] = ACTIONS(2701), + [sym___single_quote] = ACTIONS(2701), + [sym___c_double_quote] = ACTIONS(2701), + [sym___c_single_quote] = ACTIONS(2701), + [sym___r_double_quote] = ACTIONS(2701), + [sym___r_single_quote] = ACTIONS(2701), }, [930] = { [sym_line_comment] = STATE(930), [sym_block_comment] = STATE(930), - [sym__expression] = STATE(1141), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(2536), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(631), - [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_fn] = ACTIONS(641), - [anon_sym_PLUS] = ACTIONS(643), - [anon_sym_DASH] = ACTIONS(643), - [anon_sym_STAR] = ACTIONS(645), - [anon_sym_struct] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(655), - [anon_sym_go] = ACTIONS(657), - [anon_sym_spawn] = ACTIONS(659), - [anon_sym_json_DOTdecode] = ACTIONS(661), - [anon_sym_LBRACK2] = ACTIONS(663), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_CARET] = ACTIONS(643), - [anon_sym_AMP] = ACTIONS(665), - [anon_sym_LT_DASH] = ACTIONS(667), - [sym_none] = ACTIONS(669), - [sym_true] = ACTIONS(669), - [sym_false] = ACTIONS(669), - [sym_nil] = ACTIONS(669), - [anon_sym_if] = ACTIONS(671), - [anon_sym_DOLLARif] = ACTIONS(673), - [anon_sym_match] = ACTIONS(675), - [anon_sym_select] = ACTIONS(677), - [anon_sym_lock] = ACTIONS(679), - [anon_sym_rlock] = ACTIONS(679), - [anon_sym_unsafe] = ACTIONS(681), - [anon_sym_sql] = ACTIONS(683), - [sym_int_literal] = ACTIONS(669), - [sym_float_literal] = ACTIONS(685), - [sym_rune_literal] = ACTIONS(685), - [sym_pseudo_compile_time_identifier] = ACTIONS(687), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(689), - [sym___single_quote] = ACTIONS(691), - [sym___c_double_quote] = ACTIONS(693), - [sym___c_single_quote] = ACTIONS(695), - [sym___r_double_quote] = ACTIONS(697), - [sym___r_single_quote] = ACTIONS(699), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [931] = { [sym_line_comment] = STATE(931), [sym_block_comment] = STATE(931), - [sym__expression] = STATE(2506), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2548), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [932] = { [sym_line_comment] = STATE(932), [sym_block_comment] = STATE(932), - [sym__expression] = STATE(2442), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2482), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [933] = { [sym_line_comment] = STATE(933), [sym_block_comment] = STATE(933), - [sym__expression] = STATE(2373), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [934] = { [sym_line_comment] = STATE(934), [sym_block_comment] = STATE(934), - [ts_builtin_sym_end] = ACTIONS(2759), - [sym_identifier] = ACTIONS(2761), - [anon_sym_LF] = ACTIONS(2761), - [anon_sym_CR] = ACTIONS(2761), - [anon_sym_CR_LF] = ACTIONS(2761), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_COMMA] = ACTIONS(2761), - [anon_sym_const] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym_EQ] = ACTIONS(2761), - [anon_sym___global] = ACTIONS(2761), - [anon_sym_type] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2761), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2761), - [anon_sym_BANG_EQ] = ACTIONS(2761), - [anon_sym_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_EQ] = ACTIONS(2761), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_union] = ACTIONS(2761), - [anon_sym_pub] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_enum] = ACTIONS(2761), - [anon_sym_interface] = ACTIONS(2761), - [anon_sym_PLUS_PLUS] = ACTIONS(2761), - [anon_sym_DASH_DASH] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2761), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2761), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2761), - [anon_sym_AMP_CARET] = ACTIONS(2761), - [anon_sym_AMP_AMP] = ACTIONS(2761), - [anon_sym_PIPE_PIPE] = ACTIONS(2761), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2761), - [anon_sym_POUND_LBRACK] = ACTIONS(2761), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2761), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2761), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_STAR_EQ] = ACTIONS(2761), - [anon_sym_SLASH_EQ] = ACTIONS(2761), - [anon_sym_PERCENT_EQ] = ACTIONS(2761), - [anon_sym_LT_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_GT_EQ] = ACTIONS(2761), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2761), - [anon_sym_AMP_EQ] = ACTIONS(2761), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2761), - [anon_sym_PLUS_EQ] = ACTIONS(2761), - [anon_sym_DASH_EQ] = ACTIONS(2761), - [anon_sym_PIPE_EQ] = ACTIONS(2761), - [anon_sym_CARET_EQ] = ACTIONS(2761), - [anon_sym_COLON_EQ] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), - [sym_rune_literal] = ACTIONS(2761), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2761), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [anon_sym_assert] = ACTIONS(2761), - [anon_sym_defer] = ACTIONS(2761), - [anon_sym_goto] = ACTIONS(2761), - [anon_sym_break] = ACTIONS(2761), - [anon_sym_continue] = ACTIONS(2761), - [anon_sym_return] = ACTIONS(2761), - [anon_sym_DOLLARfor] = ACTIONS(2761), - [anon_sym_for] = ACTIONS(2761), - [anon_sym_POUND] = ACTIONS(2761), - [anon_sym_asm] = ACTIONS(2761), - [anon_sym_AT_LBRACK] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2761), - [sym___single_quote] = ACTIONS(2761), - [sym___c_double_quote] = ACTIONS(2761), + [sym__expression] = STATE(1680), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4308), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), [sym___c_single_quote] = ACTIONS(2761), - [sym___r_double_quote] = ACTIONS(2761), - [sym___r_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, [935] = { [sym_line_comment] = STATE(935), [sym_block_comment] = STATE(935), - [sym__expression] = STATE(1293), - [sym__expression_without_blocks] = STATE(1336), - [sym__expression_with_blocks] = STATE(1336), - [sym_inc_expression] = STATE(1337), - [sym_dec_expression] = STATE(1337), - [sym_or_block_expression] = STATE(1337), - [sym_option_propagation_expression] = STATE(1337), - [sym_result_propagation_expression] = STATE(1337), - [sym_anon_struct_value_expression] = STATE(1338), - [sym_go_expression] = STATE(1337), - [sym_spawn_expression] = STATE(1337), - [sym_parenthesized_expression] = STATE(1337), - [sym_call_expression] = STATE(1337), - [sym_type_initializer] = STATE(1338), - [sym_function_literal] = STATE(1337), - [sym_reference_expression] = STATE(1360), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1337), - [sym_receive_expression] = STATE(1337), - [sym_binary_expression] = STATE(1337), - [sym_as_type_cast_expression] = STATE(1337), - [sym__max_group] = STATE(1337), - [sym_literal] = STATE(1340), - [sym_map_init_expression] = STATE(1338), - [sym_array_creation] = STATE(1337), - [sym_fixed_array_creation] = STATE(1337), - [sym_selector_expression] = STATE(1337), - [sym_index_expression] = STATE(1337), - [sym_slice_expression] = STATE(1337), - [sym_if_expression] = STATE(1338), - [sym_compile_time_if_expression] = STATE(1338), - [sym_is_expression] = STATE(1337), - [sym_not_is_expression] = STATE(1337), - [sym_in_expression] = STATE(1337), - [sym_not_in_expression] = STATE(1337), - [sym_enum_fetch] = STATE(1337), - [sym_match_expression] = STATE(1338), - [sym_select_expression] = STATE(1338), - [sym_lock_expression] = STATE(1338), - [sym_unsafe_expression] = STATE(1338), - [sym_sql_expression] = STATE(1338), - [sym_c_string_literal] = STATE(1320), - [sym_raw_string_literal] = STATE(1320), - [sym_interpreted_string_literal] = STATE(1320), - [sym_mutability_modifiers] = STATE(833), - [sym_plain_type] = STATE(4326), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1318), + [sym__expression] = STATE(1659), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4259), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1324), - [anon_sym_fn] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1821), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_struct] = ACTIONS(1334), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1825), - [anon_sym_go] = ACTIONS(1827), - [anon_sym_spawn] = ACTIONS(1829), - [anon_sym_json_DOTdecode] = ACTIONS(1342), - [anon_sym_LBRACK2] = ACTIONS(1344), - [anon_sym_TILDE] = ACTIONS(1821), - [anon_sym_CARET] = ACTIONS(1821), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_LT_DASH] = ACTIONS(1833), - [sym_none] = ACTIONS(1350), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [sym_nil] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1835), - [anon_sym_DOLLARif] = ACTIONS(1354), - [anon_sym_match] = ACTIONS(1356), - [anon_sym_select] = ACTIONS(1837), - [anon_sym_lock] = ACTIONS(1839), - [anon_sym_rlock] = ACTIONS(1839), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_sql] = ACTIONS(1364), - [sym_int_literal] = ACTIONS(1350), - [sym_float_literal] = ACTIONS(1368), - [sym_rune_literal] = ACTIONS(1368), - [sym_pseudo_compile_time_identifier] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1372), - [sym___single_quote] = ACTIONS(1374), - [sym___c_double_quote] = ACTIONS(1376), - [sym___c_single_quote] = ACTIONS(1378), - [sym___r_double_quote] = ACTIONS(1380), - [sym___r_single_quote] = ACTIONS(1382), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), }, [936] = { [sym_line_comment] = STATE(936), [sym_block_comment] = STATE(936), - [ts_builtin_sym_end] = ACTIONS(2791), - [sym_identifier] = ACTIONS(2793), - [anon_sym_LF] = ACTIONS(2793), - [anon_sym_CR] = ACTIONS(2793), - [anon_sym_CR_LF] = ACTIONS(2793), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_as] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2793), - [anon_sym_COMMA] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2793), - [anon_sym_EQ] = ACTIONS(2793), - [anon_sym___global] = ACTIONS(2793), - [anon_sym_type] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_fn] = ACTIONS(2793), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_SLASH] = ACTIONS(2793), - [anon_sym_PERCENT] = ACTIONS(2793), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_GT] = ACTIONS(2793), - [anon_sym_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ] = ACTIONS(2793), - [anon_sym_LT_EQ] = ACTIONS(2793), - [anon_sym_GT_EQ] = ACTIONS(2793), - [anon_sym_LBRACK] = ACTIONS(2791), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_pub] = ACTIONS(2793), - [anon_sym_mut] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_interface] = ACTIONS(2793), - [anon_sym_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2793), - [anon_sym_QMARK] = ACTIONS(2793), - [anon_sym_BANG] = ACTIONS(2793), - [anon_sym_go] = ACTIONS(2793), - [anon_sym_spawn] = ACTIONS(2793), - [anon_sym_json_DOTdecode] = ACTIONS(2793), - [anon_sym_LBRACK2] = ACTIONS(2793), - [anon_sym_TILDE] = ACTIONS(2793), - [anon_sym_CARET] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_LT_DASH] = ACTIONS(2793), - [anon_sym_LT_LT] = ACTIONS(2793), - [anon_sym_GT_GT] = ACTIONS(2793), - [anon_sym_GT_GT_GT] = ACTIONS(2793), - [anon_sym_AMP_CARET] = ACTIONS(2793), - [anon_sym_AMP_AMP] = ACTIONS(2793), - [anon_sym_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_or] = ACTIONS(2793), - [sym_none] = ACTIONS(2793), - [sym_true] = ACTIONS(2793), - [sym_false] = ACTIONS(2793), - [sym_nil] = ACTIONS(2793), - [anon_sym_QMARK_DOT] = ACTIONS(2793), - [anon_sym_POUND_LBRACK] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_DOLLARif] = ACTIONS(2793), - [anon_sym_is] = ACTIONS(2793), - [anon_sym_BANGis] = ACTIONS(2793), - [anon_sym_in] = ACTIONS(2793), - [anon_sym_BANGin] = ACTIONS(2793), - [anon_sym_match] = ACTIONS(2793), - [anon_sym_select] = ACTIONS(2793), - [anon_sym_STAR_EQ] = ACTIONS(2793), - [anon_sym_SLASH_EQ] = ACTIONS(2793), - [anon_sym_PERCENT_EQ] = ACTIONS(2793), - [anon_sym_LT_LT_EQ] = ACTIONS(2793), - [anon_sym_GT_GT_EQ] = ACTIONS(2793), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2793), - [anon_sym_AMP_EQ] = ACTIONS(2793), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2793), - [anon_sym_PLUS_EQ] = ACTIONS(2793), - [anon_sym_DASH_EQ] = ACTIONS(2793), - [anon_sym_PIPE_EQ] = ACTIONS(2793), - [anon_sym_CARET_EQ] = ACTIONS(2793), - [anon_sym_COLON_EQ] = ACTIONS(2793), - [anon_sym_lock] = ACTIONS(2793), - [anon_sym_rlock] = ACTIONS(2793), - [anon_sym_unsafe] = ACTIONS(2793), - [anon_sym_sql] = ACTIONS(2793), - [sym_int_literal] = ACTIONS(2793), - [sym_float_literal] = ACTIONS(2793), - [sym_rune_literal] = ACTIONS(2793), - [sym_pseudo_compile_time_identifier] = ACTIONS(2793), - [anon_sym_shared] = ACTIONS(2793), - [anon_sym_map_LBRACK] = ACTIONS(2793), - [anon_sym_chan] = ACTIONS(2793), - [anon_sym_thread] = ACTIONS(2793), - [anon_sym_atomic] = ACTIONS(2793), - [anon_sym_assert] = ACTIONS(2793), - [anon_sym_defer] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_DOLLARfor] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_POUND] = ACTIONS(2793), - [anon_sym_asm] = ACTIONS(2793), - [anon_sym_AT_LBRACK] = ACTIONS(2793), - [sym___double_quote] = ACTIONS(2793), - [sym___single_quote] = ACTIONS(2793), - [sym___c_double_quote] = ACTIONS(2793), - [sym___c_single_quote] = ACTIONS(2793), - [sym___r_double_quote] = ACTIONS(2793), - [sym___r_single_quote] = ACTIONS(2793), - }, - [937] = { - [sym_line_comment] = STATE(937), - [sym_block_comment] = STATE(937), - [ts_builtin_sym_end] = ACTIONS(3425), - [sym_identifier] = ACTIONS(3427), - [anon_sym_LF] = ACTIONS(3427), - [anon_sym_CR] = ACTIONS(3427), - [anon_sym_CR_LF] = ACTIONS(3427), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3427), - [anon_sym_as] = ACTIONS(3427), - [anon_sym_LBRACE] = ACTIONS(3427), - [anon_sym_COMMA] = ACTIONS(3427), - [anon_sym_const] = ACTIONS(3427), - [anon_sym_LPAREN] = ACTIONS(3427), - [anon_sym_EQ] = ACTIONS(3427), - [anon_sym___global] = ACTIONS(3427), - [anon_sym_type] = ACTIONS(3427), - [anon_sym_PIPE] = ACTIONS(3427), - [anon_sym_fn] = ACTIONS(3427), - [anon_sym_PLUS] = ACTIONS(3427), - [anon_sym_DASH] = ACTIONS(3427), - [anon_sym_STAR] = ACTIONS(3427), - [anon_sym_SLASH] = ACTIONS(3427), - [anon_sym_PERCENT] = ACTIONS(3427), - [anon_sym_LT] = ACTIONS(3427), - [anon_sym_GT] = ACTIONS(3427), - [anon_sym_EQ_EQ] = ACTIONS(3427), - [anon_sym_BANG_EQ] = ACTIONS(3427), - [anon_sym_LT_EQ] = ACTIONS(3427), - [anon_sym_GT_EQ] = ACTIONS(3427), - [anon_sym_LBRACK] = ACTIONS(3425), - [anon_sym_struct] = ACTIONS(3427), - [anon_sym_union] = ACTIONS(3427), - [anon_sym_pub] = ACTIONS(3427), - [anon_sym_mut] = ACTIONS(3427), - [anon_sym_enum] = ACTIONS(3427), - [anon_sym_interface] = ACTIONS(3427), - [anon_sym_PLUS_PLUS] = ACTIONS(3427), - [anon_sym_DASH_DASH] = ACTIONS(3427), - [anon_sym_QMARK] = ACTIONS(3427), - [anon_sym_BANG] = ACTIONS(3427), - [anon_sym_go] = ACTIONS(3427), - [anon_sym_spawn] = ACTIONS(3427), - [anon_sym_json_DOTdecode] = ACTIONS(3427), - [anon_sym_LBRACK2] = ACTIONS(3427), - [anon_sym_TILDE] = ACTIONS(3427), - [anon_sym_CARET] = ACTIONS(3427), - [anon_sym_AMP] = ACTIONS(3427), - [anon_sym_LT_DASH] = ACTIONS(3427), - [anon_sym_LT_LT] = ACTIONS(3427), - [anon_sym_GT_GT] = ACTIONS(3427), - [anon_sym_GT_GT_GT] = ACTIONS(3427), - [anon_sym_AMP_CARET] = ACTIONS(3427), - [anon_sym_AMP_AMP] = ACTIONS(3427), - [anon_sym_PIPE_PIPE] = ACTIONS(3427), - [anon_sym_or] = ACTIONS(3427), - [sym_none] = ACTIONS(3427), - [sym_true] = ACTIONS(3427), - [sym_false] = ACTIONS(3427), - [sym_nil] = ACTIONS(3427), - [anon_sym_QMARK_DOT] = ACTIONS(3427), - [anon_sym_POUND_LBRACK] = ACTIONS(3427), - [anon_sym_if] = ACTIONS(3427), - [anon_sym_DOLLARif] = ACTIONS(3427), - [anon_sym_is] = ACTIONS(3427), - [anon_sym_BANGis] = ACTIONS(3427), - [anon_sym_in] = ACTIONS(3427), - [anon_sym_BANGin] = ACTIONS(3427), - [anon_sym_match] = ACTIONS(3427), - [anon_sym_select] = ACTIONS(3427), - [anon_sym_STAR_EQ] = ACTIONS(3427), - [anon_sym_SLASH_EQ] = ACTIONS(3427), - [anon_sym_PERCENT_EQ] = ACTIONS(3427), - [anon_sym_LT_LT_EQ] = ACTIONS(3427), - [anon_sym_GT_GT_EQ] = ACTIONS(3427), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3427), - [anon_sym_AMP_EQ] = ACTIONS(3427), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3427), - [anon_sym_PLUS_EQ] = ACTIONS(3427), - [anon_sym_DASH_EQ] = ACTIONS(3427), - [anon_sym_PIPE_EQ] = ACTIONS(3427), - [anon_sym_CARET_EQ] = ACTIONS(3427), - [anon_sym_COLON_EQ] = ACTIONS(3427), - [anon_sym_lock] = ACTIONS(3427), - [anon_sym_rlock] = ACTIONS(3427), - [anon_sym_unsafe] = ACTIONS(3427), - [anon_sym_sql] = ACTIONS(3427), - [sym_int_literal] = ACTIONS(3427), - [sym_float_literal] = ACTIONS(3427), - [sym_rune_literal] = ACTIONS(3427), - [sym_pseudo_compile_time_identifier] = ACTIONS(3427), - [anon_sym_shared] = ACTIONS(3427), - [anon_sym_map_LBRACK] = ACTIONS(3427), - [anon_sym_chan] = ACTIONS(3427), - [anon_sym_thread] = ACTIONS(3427), - [anon_sym_atomic] = ACTIONS(3427), - [anon_sym_assert] = ACTIONS(3427), - [anon_sym_defer] = ACTIONS(3427), - [anon_sym_goto] = ACTIONS(3427), - [anon_sym_break] = ACTIONS(3427), - [anon_sym_continue] = ACTIONS(3427), - [anon_sym_return] = ACTIONS(3427), - [anon_sym_DOLLARfor] = ACTIONS(3427), - [anon_sym_for] = ACTIONS(3427), - [anon_sym_POUND] = ACTIONS(3427), - [anon_sym_asm] = ACTIONS(3427), - [anon_sym_AT_LBRACK] = ACTIONS(3427), - [sym___double_quote] = ACTIONS(3427), - [sym___single_quote] = ACTIONS(3427), - [sym___c_double_quote] = ACTIONS(3427), - [sym___c_single_quote] = ACTIONS(3427), - [sym___r_double_quote] = ACTIONS(3427), - [sym___r_single_quote] = ACTIONS(3427), - }, - [938] = { - [sym_line_comment] = STATE(938), - [sym_block_comment] = STATE(938), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1650), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4259), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), }, - [939] = { - [sym_line_comment] = STATE(939), - [sym_block_comment] = STATE(939), - [sym__expression] = STATE(1942), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [937] = { + [sym_line_comment] = STATE(937), + [sym_block_comment] = STATE(937), + [sym__expression] = STATE(2547), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), - }, - [940] = { - [sym_line_comment] = STATE(940), - [sym_block_comment] = STATE(940), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3672), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), + }, + [938] = { + [sym_line_comment] = STATE(938), + [sym_block_comment] = STATE(938), + [sym__expression] = STATE(2545), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), + }, + [939] = { + [sym_line_comment] = STATE(939), + [sym_block_comment] = STATE(939), + [sym__expression] = STATE(1652), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4259), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), + }, + [940] = { + [sym_line_comment] = STATE(940), + [sym_block_comment] = STATE(940), + [sym__expression] = STATE(1660), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4259), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), }, [941] = { [sym_line_comment] = STATE(941), [sym_block_comment] = STATE(941), - [sym__expression] = STATE(2494), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1661), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4259), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), }, [942] = { [sym_line_comment] = STATE(942), [sym_block_comment] = STATE(942), - [ts_builtin_sym_end] = ACTIONS(3429), - [sym_identifier] = ACTIONS(3431), - [anon_sym_LF] = ACTIONS(3431), - [anon_sym_CR] = ACTIONS(3431), - [anon_sym_CR_LF] = ACTIONS(3431), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3431), - [anon_sym_as] = ACTIONS(3431), - [anon_sym_LBRACE] = ACTIONS(3431), - [anon_sym_COMMA] = ACTIONS(3431), - [anon_sym_const] = ACTIONS(3431), - [anon_sym_LPAREN] = ACTIONS(3431), - [anon_sym_EQ] = ACTIONS(3431), - [anon_sym___global] = ACTIONS(3431), - [anon_sym_type] = ACTIONS(3431), - [anon_sym_PIPE] = ACTIONS(3431), - [anon_sym_fn] = ACTIONS(3431), - [anon_sym_PLUS] = ACTIONS(3431), - [anon_sym_DASH] = ACTIONS(3431), - [anon_sym_STAR] = ACTIONS(3431), - [anon_sym_SLASH] = ACTIONS(3431), - [anon_sym_PERCENT] = ACTIONS(3431), - [anon_sym_LT] = ACTIONS(3431), - [anon_sym_GT] = ACTIONS(3431), - [anon_sym_EQ_EQ] = ACTIONS(3431), - [anon_sym_BANG_EQ] = ACTIONS(3431), - [anon_sym_LT_EQ] = ACTIONS(3431), - [anon_sym_GT_EQ] = ACTIONS(3431), - [anon_sym_LBRACK] = ACTIONS(3429), - [anon_sym_struct] = ACTIONS(3431), - [anon_sym_union] = ACTIONS(3431), - [anon_sym_pub] = ACTIONS(3431), - [anon_sym_mut] = ACTIONS(3431), - [anon_sym_enum] = ACTIONS(3431), - [anon_sym_interface] = ACTIONS(3431), - [anon_sym_PLUS_PLUS] = ACTIONS(3431), - [anon_sym_DASH_DASH] = ACTIONS(3431), - [anon_sym_QMARK] = ACTIONS(3431), - [anon_sym_BANG] = ACTIONS(3431), - [anon_sym_go] = ACTIONS(3431), - [anon_sym_spawn] = ACTIONS(3431), - [anon_sym_json_DOTdecode] = ACTIONS(3431), - [anon_sym_LBRACK2] = ACTIONS(3431), - [anon_sym_TILDE] = ACTIONS(3431), - [anon_sym_CARET] = ACTIONS(3431), - [anon_sym_AMP] = ACTIONS(3431), - [anon_sym_LT_DASH] = ACTIONS(3431), - [anon_sym_LT_LT] = ACTIONS(3431), - [anon_sym_GT_GT] = ACTIONS(3431), - [anon_sym_GT_GT_GT] = ACTIONS(3431), - [anon_sym_AMP_CARET] = ACTIONS(3431), - [anon_sym_AMP_AMP] = ACTIONS(3431), - [anon_sym_PIPE_PIPE] = ACTIONS(3431), - [anon_sym_or] = ACTIONS(3431), - [sym_none] = ACTIONS(3431), - [sym_true] = ACTIONS(3431), - [sym_false] = ACTIONS(3431), - [sym_nil] = ACTIONS(3431), - [anon_sym_QMARK_DOT] = ACTIONS(3431), - [anon_sym_POUND_LBRACK] = ACTIONS(3431), - [anon_sym_if] = ACTIONS(3431), - [anon_sym_DOLLARif] = ACTIONS(3431), - [anon_sym_is] = ACTIONS(3431), - [anon_sym_BANGis] = ACTIONS(3431), - [anon_sym_in] = ACTIONS(3431), - [anon_sym_BANGin] = ACTIONS(3431), - [anon_sym_match] = ACTIONS(3431), - [anon_sym_select] = ACTIONS(3431), - [anon_sym_STAR_EQ] = ACTIONS(3431), - [anon_sym_SLASH_EQ] = ACTIONS(3431), - [anon_sym_PERCENT_EQ] = ACTIONS(3431), - [anon_sym_LT_LT_EQ] = ACTIONS(3431), - [anon_sym_GT_GT_EQ] = ACTIONS(3431), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3431), - [anon_sym_AMP_EQ] = ACTIONS(3431), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3431), - [anon_sym_PLUS_EQ] = ACTIONS(3431), - [anon_sym_DASH_EQ] = ACTIONS(3431), - [anon_sym_PIPE_EQ] = ACTIONS(3431), - [anon_sym_CARET_EQ] = ACTIONS(3431), - [anon_sym_COLON_EQ] = ACTIONS(3431), - [anon_sym_lock] = ACTIONS(3431), - [anon_sym_rlock] = ACTIONS(3431), - [anon_sym_unsafe] = ACTIONS(3431), - [anon_sym_sql] = ACTIONS(3431), - [sym_int_literal] = ACTIONS(3431), - [sym_float_literal] = ACTIONS(3431), - [sym_rune_literal] = ACTIONS(3431), - [sym_pseudo_compile_time_identifier] = ACTIONS(3431), - [anon_sym_shared] = ACTIONS(3431), - [anon_sym_map_LBRACK] = ACTIONS(3431), - [anon_sym_chan] = ACTIONS(3431), - [anon_sym_thread] = ACTIONS(3431), - [anon_sym_atomic] = ACTIONS(3431), - [anon_sym_assert] = ACTIONS(3431), - [anon_sym_defer] = ACTIONS(3431), - [anon_sym_goto] = ACTIONS(3431), - [anon_sym_break] = ACTIONS(3431), - [anon_sym_continue] = ACTIONS(3431), - [anon_sym_return] = ACTIONS(3431), - [anon_sym_DOLLARfor] = ACTIONS(3431), - [anon_sym_for] = ACTIONS(3431), - [anon_sym_POUND] = ACTIONS(3431), - [anon_sym_asm] = ACTIONS(3431), - [anon_sym_AT_LBRACK] = ACTIONS(3431), - [sym___double_quote] = ACTIONS(3431), - [sym___single_quote] = ACTIONS(3431), - [sym___c_double_quote] = ACTIONS(3431), - [sym___c_single_quote] = ACTIONS(3431), - [sym___r_double_quote] = ACTIONS(3431), - [sym___r_single_quote] = ACTIONS(3431), + [sym__expression] = STATE(1662), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4259), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), }, [943] = { [sym_line_comment] = STATE(943), [sym_block_comment] = STATE(943), - [sym__expression] = STATE(2496), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1651), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4259), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), }, [944] = { [sym_line_comment] = STATE(944), [sym_block_comment] = STATE(944), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3658), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym__expression] = STATE(1654), + [sym__expression_without_blocks] = STATE(1715), + [sym__expression_with_blocks] = STATE(1715), + [sym_inc_expression] = STATE(1714), + [sym_dec_expression] = STATE(1714), + [sym_or_block_expression] = STATE(1714), + [sym_option_propagation_expression] = STATE(1714), + [sym_result_propagation_expression] = STATE(1714), + [sym_anon_struct_value_expression] = STATE(1725), + [sym_go_expression] = STATE(1714), + [sym_spawn_expression] = STATE(1714), + [sym_parenthesized_expression] = STATE(1714), + [sym_call_expression] = STATE(1714), + [sym_type_initializer] = STATE(1725), + [sym_function_literal] = STATE(1714), + [sym_reference_expression] = STATE(1778), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1714), + [sym_receive_expression] = STATE(1714), + [sym_binary_expression] = STATE(1714), + [sym_as_type_cast_expression] = STATE(1714), + [sym__max_group] = STATE(1714), + [sym_literal] = STATE(1716), + [sym_map_init_expression] = STATE(1725), + [sym_array_creation] = STATE(1714), + [sym_fixed_array_creation] = STATE(1714), + [sym_selector_expression] = STATE(1714), + [sym_index_expression] = STATE(1714), + [sym_slice_expression] = STATE(1714), + [sym_if_expression] = STATE(1725), + [sym_compile_time_if_expression] = STATE(1725), + [sym_is_expression] = STATE(1714), + [sym_not_is_expression] = STATE(1714), + [sym_in_expression] = STATE(1714), + [sym_not_in_expression] = STATE(1714), + [sym_enum_fetch] = STATE(1714), + [sym_match_expression] = STATE(1725), + [sym_select_expression] = STATE(1725), + [sym_lock_expression] = STATE(1725), + [sym_unsafe_expression] = STATE(1725), + [sym_sql_expression] = STATE(1725), + [sym_c_string_literal] = STATE(1724), + [sym_raw_string_literal] = STATE(1724), + [sym_interpreted_string_literal] = STATE(1724), + [sym_mutability_modifiers] = STATE(748), + [sym_plain_type] = STATE(4259), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3255), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(309), + [anon_sym_LBRACE] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(315), + [anon_sym_fn] = ACTIONS(317), + [anon_sym_PLUS] = ACTIONS(319), + [anon_sym_DASH] = ACTIONS(319), + [anon_sym_STAR] = ACTIONS(321), + [anon_sym_struct] = ACTIONS(323), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(325), + [anon_sym_go] = ACTIONS(327), + [anon_sym_spawn] = ACTIONS(329), + [anon_sym_json_DOTdecode] = ACTIONS(331), + [anon_sym_LBRACK2] = ACTIONS(333), + [anon_sym_TILDE] = ACTIONS(319), + [anon_sym_CARET] = ACTIONS(319), + [anon_sym_AMP] = ACTIONS(335), + [anon_sym_LT_DASH] = ACTIONS(337), + [sym_none] = ACTIONS(339), + [sym_true] = ACTIONS(339), + [sym_false] = ACTIONS(339), + [sym_nil] = ACTIONS(339), + [anon_sym_if] = ACTIONS(341), + [anon_sym_DOLLARif] = ACTIONS(343), + [anon_sym_match] = ACTIONS(345), + [anon_sym_select] = ACTIONS(347), + [anon_sym_lock] = ACTIONS(349), + [anon_sym_rlock] = ACTIONS(349), + [anon_sym_unsafe] = ACTIONS(351), + [anon_sym_sql] = ACTIONS(353), + [sym_int_literal] = ACTIONS(339), + [sym_float_literal] = ACTIONS(355), + [sym_rune_literal] = ACTIONS(355), + [sym_pseudo_compile_time_identifier] = ACTIONS(357), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(379), + [sym___single_quote] = ACTIONS(381), + [sym___c_double_quote] = ACTIONS(383), + [sym___c_single_quote] = ACTIONS(385), + [sym___r_double_quote] = ACTIONS(387), + [sym___r_single_quote] = ACTIONS(389), }, [945] = { [sym_line_comment] = STATE(945), [sym_block_comment] = STATE(945), - [sym__expression] = STATE(2325), + [sym__expression] = STATE(2322), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1384), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_go] = ACTIONS(1402), - [anon_sym_spawn] = ACTIONS(1404), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_LT_DASH] = ACTIONS(1412), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [946] = { [sym_line_comment] = STATE(946), [sym_block_comment] = STATE(946), - [ts_builtin_sym_end] = ACTIONS(3433), - [sym_identifier] = ACTIONS(3435), - [anon_sym_LF] = ACTIONS(3435), - [anon_sym_CR] = ACTIONS(3435), - [anon_sym_CR_LF] = ACTIONS(3435), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3435), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3435), - [anon_sym_COMMA] = ACTIONS(3435), - [anon_sym_const] = ACTIONS(3435), - [anon_sym_LPAREN] = ACTIONS(3435), - [anon_sym_EQ] = ACTIONS(3435), - [anon_sym___global] = ACTIONS(3435), - [anon_sym_type] = ACTIONS(3435), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3435), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3435), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3435), - [anon_sym_BANG_EQ] = ACTIONS(3435), - [anon_sym_LT_EQ] = ACTIONS(3435), - [anon_sym_GT_EQ] = ACTIONS(3435), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_union] = ACTIONS(3435), - [anon_sym_pub] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_enum] = ACTIONS(3435), - [anon_sym_interface] = ACTIONS(3435), - [anon_sym_PLUS_PLUS] = ACTIONS(3435), - [anon_sym_DASH_DASH] = ACTIONS(3435), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3435), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3435), - [anon_sym_CARET] = ACTIONS(3435), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3435), - [anon_sym_LT_LT] = ACTIONS(3435), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3435), - [anon_sym_AMP_CARET] = ACTIONS(3435), - [anon_sym_AMP_AMP] = ACTIONS(3435), - [anon_sym_PIPE_PIPE] = ACTIONS(3435), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3435), - [anon_sym_POUND_LBRACK] = ACTIONS(3435), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3435), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3435), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_STAR_EQ] = ACTIONS(3435), - [anon_sym_SLASH_EQ] = ACTIONS(3435), - [anon_sym_PERCENT_EQ] = ACTIONS(3435), - [anon_sym_LT_LT_EQ] = ACTIONS(3435), - [anon_sym_GT_GT_EQ] = ACTIONS(3435), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3435), - [anon_sym_AMP_EQ] = ACTIONS(3435), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3435), - [anon_sym_PLUS_EQ] = ACTIONS(3435), - [anon_sym_DASH_EQ] = ACTIONS(3435), - [anon_sym_PIPE_EQ] = ACTIONS(3435), - [anon_sym_CARET_EQ] = ACTIONS(3435), - [anon_sym_COLON_EQ] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3435), - [sym_rune_literal] = ACTIONS(3435), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3435), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [anon_sym_assert] = ACTIONS(3435), - [anon_sym_defer] = ACTIONS(3435), - [anon_sym_goto] = ACTIONS(3435), - [anon_sym_break] = ACTIONS(3435), - [anon_sym_continue] = ACTIONS(3435), - [anon_sym_return] = ACTIONS(3435), - [anon_sym_DOLLARfor] = ACTIONS(3435), - [anon_sym_for] = ACTIONS(3435), - [anon_sym_POUND] = ACTIONS(3435), - [anon_sym_asm] = ACTIONS(3435), - [anon_sym_AT_LBRACK] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3435), - [sym___single_quote] = ACTIONS(3435), - [sym___c_double_quote] = ACTIONS(3435), - [sym___c_single_quote] = ACTIONS(3435), - [sym___r_double_quote] = ACTIONS(3435), - [sym___r_single_quote] = ACTIONS(3435), + [sym__expression] = STATE(2756), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [947] = { [sym_line_comment] = STATE(947), [sym_block_comment] = STATE(947), - [ts_builtin_sym_end] = ACTIONS(3437), - [sym_identifier] = ACTIONS(3439), - [anon_sym_LF] = ACTIONS(3439), - [anon_sym_CR] = ACTIONS(3439), - [anon_sym_CR_LF] = ACTIONS(3439), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3439), - [anon_sym_as] = ACTIONS(3439), - [anon_sym_LBRACE] = ACTIONS(3439), - [anon_sym_COMMA] = ACTIONS(3439), - [anon_sym_const] = ACTIONS(3439), - [anon_sym_LPAREN] = ACTIONS(3439), - [anon_sym_EQ] = ACTIONS(3439), - [anon_sym___global] = ACTIONS(3439), - [anon_sym_type] = ACTIONS(3439), - [anon_sym_PIPE] = ACTIONS(3439), - [anon_sym_fn] = ACTIONS(3439), - [anon_sym_PLUS] = ACTIONS(3439), - [anon_sym_DASH] = ACTIONS(3439), - [anon_sym_STAR] = ACTIONS(3439), - [anon_sym_SLASH] = ACTIONS(3439), - [anon_sym_PERCENT] = ACTIONS(3439), - [anon_sym_LT] = ACTIONS(3439), - [anon_sym_GT] = ACTIONS(3439), - [anon_sym_EQ_EQ] = ACTIONS(3439), - [anon_sym_BANG_EQ] = ACTIONS(3439), - [anon_sym_LT_EQ] = ACTIONS(3439), - [anon_sym_GT_EQ] = ACTIONS(3439), - [anon_sym_LBRACK] = ACTIONS(3437), - [anon_sym_struct] = ACTIONS(3439), - [anon_sym_union] = ACTIONS(3439), - [anon_sym_pub] = ACTIONS(3439), - [anon_sym_mut] = ACTIONS(3439), - [anon_sym_enum] = ACTIONS(3439), - [anon_sym_interface] = ACTIONS(3439), - [anon_sym_PLUS_PLUS] = ACTIONS(3439), - [anon_sym_DASH_DASH] = ACTIONS(3439), - [anon_sym_QMARK] = ACTIONS(3439), - [anon_sym_BANG] = ACTIONS(3439), - [anon_sym_go] = ACTIONS(3439), - [anon_sym_spawn] = ACTIONS(3439), - [anon_sym_json_DOTdecode] = ACTIONS(3439), - [anon_sym_LBRACK2] = ACTIONS(3439), - [anon_sym_TILDE] = ACTIONS(3439), - [anon_sym_CARET] = ACTIONS(3439), - [anon_sym_AMP] = ACTIONS(3439), - [anon_sym_LT_DASH] = ACTIONS(3439), - [anon_sym_LT_LT] = ACTIONS(3439), - [anon_sym_GT_GT] = ACTIONS(3439), - [anon_sym_GT_GT_GT] = ACTIONS(3439), - [anon_sym_AMP_CARET] = ACTIONS(3439), - [anon_sym_AMP_AMP] = ACTIONS(3439), - [anon_sym_PIPE_PIPE] = ACTIONS(3439), - [anon_sym_or] = ACTIONS(3439), - [sym_none] = ACTIONS(3439), - [sym_true] = ACTIONS(3439), - [sym_false] = ACTIONS(3439), - [sym_nil] = ACTIONS(3439), - [anon_sym_QMARK_DOT] = ACTIONS(3439), - [anon_sym_POUND_LBRACK] = ACTIONS(3439), - [anon_sym_if] = ACTIONS(3439), - [anon_sym_DOLLARif] = ACTIONS(3439), - [anon_sym_is] = ACTIONS(3439), - [anon_sym_BANGis] = ACTIONS(3439), - [anon_sym_in] = ACTIONS(3439), - [anon_sym_BANGin] = ACTIONS(3439), - [anon_sym_match] = ACTIONS(3439), - [anon_sym_select] = ACTIONS(3439), - [anon_sym_STAR_EQ] = ACTIONS(3439), - [anon_sym_SLASH_EQ] = ACTIONS(3439), - [anon_sym_PERCENT_EQ] = ACTIONS(3439), - [anon_sym_LT_LT_EQ] = ACTIONS(3439), - [anon_sym_GT_GT_EQ] = ACTIONS(3439), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3439), - [anon_sym_AMP_EQ] = ACTIONS(3439), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3439), - [anon_sym_PLUS_EQ] = ACTIONS(3439), - [anon_sym_DASH_EQ] = ACTIONS(3439), - [anon_sym_PIPE_EQ] = ACTIONS(3439), - [anon_sym_CARET_EQ] = ACTIONS(3439), - [anon_sym_COLON_EQ] = ACTIONS(3439), - [anon_sym_lock] = ACTIONS(3439), - [anon_sym_rlock] = ACTIONS(3439), - [anon_sym_unsafe] = ACTIONS(3439), - [anon_sym_sql] = ACTIONS(3439), - [sym_int_literal] = ACTIONS(3439), - [sym_float_literal] = ACTIONS(3439), - [sym_rune_literal] = ACTIONS(3439), - [sym_pseudo_compile_time_identifier] = ACTIONS(3439), - [anon_sym_shared] = ACTIONS(3439), - [anon_sym_map_LBRACK] = ACTIONS(3439), - [anon_sym_chan] = ACTIONS(3439), - [anon_sym_thread] = ACTIONS(3439), - [anon_sym_atomic] = ACTIONS(3439), - [anon_sym_assert] = ACTIONS(3439), - [anon_sym_defer] = ACTIONS(3439), - [anon_sym_goto] = ACTIONS(3439), - [anon_sym_break] = ACTIONS(3439), - [anon_sym_continue] = ACTIONS(3439), - [anon_sym_return] = ACTIONS(3439), - [anon_sym_DOLLARfor] = ACTIONS(3439), - [anon_sym_for] = ACTIONS(3439), - [anon_sym_POUND] = ACTIONS(3439), - [anon_sym_asm] = ACTIONS(3439), - [anon_sym_AT_LBRACK] = ACTIONS(3439), - [sym___double_quote] = ACTIONS(3439), - [sym___single_quote] = ACTIONS(3439), - [sym___c_double_quote] = ACTIONS(3439), - [sym___c_single_quote] = ACTIONS(3439), - [sym___r_double_quote] = ACTIONS(3439), - [sym___r_single_quote] = ACTIONS(3439), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3685), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [948] = { [sym_line_comment] = STATE(948), [sym_block_comment] = STATE(948), - [ts_builtin_sym_end] = ACTIONS(3433), - [sym_identifier] = ACTIONS(3435), - [anon_sym_LF] = ACTIONS(3435), - [anon_sym_CR] = ACTIONS(3435), - [anon_sym_CR_LF] = ACTIONS(3435), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3441), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3435), - [anon_sym_COMMA] = ACTIONS(3435), - [anon_sym_const] = ACTIONS(3435), - [anon_sym_LPAREN] = ACTIONS(3435), - [anon_sym_EQ] = ACTIONS(3435), - [anon_sym___global] = ACTIONS(3435), - [anon_sym_type] = ACTIONS(3435), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3435), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3435), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3435), - [anon_sym_BANG_EQ] = ACTIONS(3435), - [anon_sym_LT_EQ] = ACTIONS(3435), - [anon_sym_GT_EQ] = ACTIONS(3435), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_union] = ACTIONS(3435), - [anon_sym_pub] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_enum] = ACTIONS(3435), - [anon_sym_interface] = ACTIONS(3435), - [anon_sym_PLUS_PLUS] = ACTIONS(3435), - [anon_sym_DASH_DASH] = ACTIONS(3435), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3435), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3435), - [anon_sym_CARET] = ACTIONS(3435), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3435), - [anon_sym_LT_LT] = ACTIONS(3435), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3435), - [anon_sym_AMP_CARET] = ACTIONS(3435), - [anon_sym_AMP_AMP] = ACTIONS(3435), - [anon_sym_PIPE_PIPE] = ACTIONS(3435), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3435), - [anon_sym_POUND_LBRACK] = ACTIONS(3435), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3435), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3435), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_STAR_EQ] = ACTIONS(3435), - [anon_sym_SLASH_EQ] = ACTIONS(3435), - [anon_sym_PERCENT_EQ] = ACTIONS(3435), - [anon_sym_LT_LT_EQ] = ACTIONS(3435), - [anon_sym_GT_GT_EQ] = ACTIONS(3435), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3435), - [anon_sym_AMP_EQ] = ACTIONS(3435), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3435), - [anon_sym_PLUS_EQ] = ACTIONS(3435), - [anon_sym_DASH_EQ] = ACTIONS(3435), - [anon_sym_PIPE_EQ] = ACTIONS(3435), - [anon_sym_CARET_EQ] = ACTIONS(3435), - [anon_sym_COLON_EQ] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3435), - [sym_rune_literal] = ACTIONS(3435), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3435), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [anon_sym_assert] = ACTIONS(3435), - [anon_sym_defer] = ACTIONS(3435), - [anon_sym_goto] = ACTIONS(3435), - [anon_sym_break] = ACTIONS(3435), - [anon_sym_continue] = ACTIONS(3435), - [anon_sym_return] = ACTIONS(3435), - [anon_sym_DOLLARfor] = ACTIONS(3435), - [anon_sym_for] = ACTIONS(3435), - [anon_sym_POUND] = ACTIONS(3435), - [anon_sym_asm] = ACTIONS(3435), - [anon_sym_AT_LBRACK] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3435), - [sym___single_quote] = ACTIONS(3435), - [sym___c_double_quote] = ACTIONS(3435), - [sym___c_single_quote] = ACTIONS(3435), - [sym___r_double_quote] = ACTIONS(3435), - [sym___r_single_quote] = ACTIONS(3435), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3674), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [949] = { [sym_line_comment] = STATE(949), [sym_block_comment] = STATE(949), - [ts_builtin_sym_end] = ACTIONS(2829), - [sym_identifier] = ACTIONS(2831), - [anon_sym_LF] = ACTIONS(2831), - [anon_sym_CR] = ACTIONS(2831), - [anon_sym_CR_LF] = ACTIONS(2831), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2831), - [anon_sym_as] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2831), - [anon_sym_COMMA] = ACTIONS(2831), - [anon_sym_const] = ACTIONS(2831), - [anon_sym_LPAREN] = ACTIONS(2831), - [anon_sym_EQ] = ACTIONS(2831), - [anon_sym___global] = ACTIONS(2831), - [anon_sym_type] = ACTIONS(2831), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_fn] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2831), - [anon_sym_SLASH] = ACTIONS(2831), - [anon_sym_PERCENT] = ACTIONS(2831), - [anon_sym_LT] = ACTIONS(2831), - [anon_sym_GT] = ACTIONS(2831), - [anon_sym_EQ_EQ] = ACTIONS(2831), - [anon_sym_BANG_EQ] = ACTIONS(2831), - [anon_sym_LT_EQ] = ACTIONS(2831), - [anon_sym_GT_EQ] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2829), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_union] = ACTIONS(2831), - [anon_sym_pub] = ACTIONS(2831), - [anon_sym_mut] = ACTIONS(2831), - [anon_sym_enum] = ACTIONS(2831), - [anon_sym_interface] = ACTIONS(2831), - [anon_sym_PLUS_PLUS] = ACTIONS(2831), - [anon_sym_DASH_DASH] = ACTIONS(2831), - [anon_sym_QMARK] = ACTIONS(2831), - [anon_sym_BANG] = ACTIONS(2831), - [anon_sym_go] = ACTIONS(2831), - [anon_sym_spawn] = ACTIONS(2831), - [anon_sym_json_DOTdecode] = ACTIONS(2831), - [anon_sym_LBRACK2] = ACTIONS(2831), - [anon_sym_TILDE] = ACTIONS(2831), - [anon_sym_CARET] = ACTIONS(2831), - [anon_sym_AMP] = ACTIONS(2831), - [anon_sym_LT_DASH] = ACTIONS(2831), - [anon_sym_LT_LT] = ACTIONS(2831), - [anon_sym_GT_GT] = ACTIONS(2831), - [anon_sym_GT_GT_GT] = ACTIONS(2831), - [anon_sym_AMP_CARET] = ACTIONS(2831), - [anon_sym_AMP_AMP] = ACTIONS(2831), - [anon_sym_PIPE_PIPE] = ACTIONS(2831), - [anon_sym_or] = ACTIONS(2831), - [sym_none] = ACTIONS(2831), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [sym_nil] = ACTIONS(2831), - [anon_sym_QMARK_DOT] = ACTIONS(2831), - [anon_sym_POUND_LBRACK] = ACTIONS(2831), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_DOLLARif] = ACTIONS(2831), - [anon_sym_is] = ACTIONS(2831), - [anon_sym_BANGis] = ACTIONS(2831), - [anon_sym_in] = ACTIONS(2831), - [anon_sym_BANGin] = ACTIONS(2831), - [anon_sym_match] = ACTIONS(2831), - [anon_sym_select] = ACTIONS(2831), - [anon_sym_STAR_EQ] = ACTIONS(2831), - [anon_sym_SLASH_EQ] = ACTIONS(2831), - [anon_sym_PERCENT_EQ] = ACTIONS(2831), - [anon_sym_LT_LT_EQ] = ACTIONS(2831), - [anon_sym_GT_GT_EQ] = ACTIONS(2831), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2831), - [anon_sym_AMP_EQ] = ACTIONS(2831), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2831), - [anon_sym_PLUS_EQ] = ACTIONS(2831), - [anon_sym_DASH_EQ] = ACTIONS(2831), - [anon_sym_PIPE_EQ] = ACTIONS(2831), - [anon_sym_CARET_EQ] = ACTIONS(2831), - [anon_sym_COLON_EQ] = ACTIONS(2831), - [anon_sym_lock] = ACTIONS(2831), - [anon_sym_rlock] = ACTIONS(2831), - [anon_sym_unsafe] = ACTIONS(2831), - [anon_sym_sql] = ACTIONS(2831), - [sym_int_literal] = ACTIONS(2831), - [sym_float_literal] = ACTIONS(2831), - [sym_rune_literal] = ACTIONS(2831), - [sym_pseudo_compile_time_identifier] = ACTIONS(2831), - [anon_sym_shared] = ACTIONS(2831), - [anon_sym_map_LBRACK] = ACTIONS(2831), - [anon_sym_chan] = ACTIONS(2831), - [anon_sym_thread] = ACTIONS(2831), - [anon_sym_atomic] = ACTIONS(2831), - [anon_sym_assert] = ACTIONS(2831), - [anon_sym_defer] = ACTIONS(2831), - [anon_sym_goto] = ACTIONS(2831), - [anon_sym_break] = ACTIONS(2831), - [anon_sym_continue] = ACTIONS(2831), - [anon_sym_return] = ACTIONS(2831), - [anon_sym_DOLLARfor] = ACTIONS(2831), - [anon_sym_for] = ACTIONS(2831), - [anon_sym_POUND] = ACTIONS(2831), - [anon_sym_asm] = ACTIONS(2831), - [anon_sym_AT_LBRACK] = ACTIONS(2831), - [sym___double_quote] = ACTIONS(2831), - [sym___single_quote] = ACTIONS(2831), - [sym___c_double_quote] = ACTIONS(2831), - [sym___c_single_quote] = ACTIONS(2831), - [sym___r_double_quote] = ACTIONS(2831), - [sym___r_single_quote] = ACTIONS(2831), + [sym__expression] = STATE(2515), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [950] = { [sym_line_comment] = STATE(950), [sym_block_comment] = STATE(950), - [sym__expression] = STATE(2320), + [sym__expression] = STATE(2514), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3670), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [951] = { [sym_line_comment] = STATE(951), [sym_block_comment] = STATE(951), - [sym__expression] = STATE(2320), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3672), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2535), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [952] = { [sym_line_comment] = STATE(952), [sym_block_comment] = STATE(952), - [sym__expression] = STATE(2711), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2534), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [953] = { [sym_line_comment] = STATE(953), [sym_block_comment] = STATE(953), - [sym__expression] = STATE(1159), - [sym__expression_without_blocks] = STATE(1191), - [sym__expression_with_blocks] = STATE(1191), - [sym_inc_expression] = STATE(1194), - [sym_dec_expression] = STATE(1194), - [sym_or_block_expression] = STATE(1194), - [sym_option_propagation_expression] = STATE(1194), - [sym_result_propagation_expression] = STATE(1194), - [sym_anon_struct_value_expression] = STATE(1195), - [sym_go_expression] = STATE(1194), - [sym_spawn_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_type_initializer] = STATE(1195), - [sym_function_literal] = STATE(1194), - [sym_reference_expression] = STATE(1261), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(1194), - [sym_receive_expression] = STATE(1194), - [sym_binary_expression] = STATE(1194), - [sym_as_type_cast_expression] = STATE(1194), - [sym__max_group] = STATE(1194), - [sym_literal] = STATE(1180), - [sym_map_init_expression] = STATE(1195), - [sym_array_creation] = STATE(1194), - [sym_fixed_array_creation] = STATE(1194), - [sym_selector_expression] = STATE(1194), - [sym_index_expression] = STATE(1194), - [sym_slice_expression] = STATE(1194), - [sym_if_expression] = STATE(1195), - [sym_compile_time_if_expression] = STATE(1195), - [sym_is_expression] = STATE(1194), - [sym_not_is_expression] = STATE(1194), - [sym_in_expression] = STATE(1194), - [sym_not_in_expression] = STATE(1194), - [sym_enum_fetch] = STATE(1194), - [sym_match_expression] = STATE(1195), - [sym_select_expression] = STATE(1195), - [sym_lock_expression] = STATE(1195), - [sym_unsafe_expression] = STATE(1195), - [sym_sql_expression] = STATE(1195), - [sym_c_string_literal] = STATE(1176), - [sym_raw_string_literal] = STATE(1176), - [sym_interpreted_string_literal] = STATE(1176), - [sym_mutability_modifiers] = STATE(764), - [sym_plain_type] = STATE(4373), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1137), + [sym__expression] = STATE(2533), + [sym__expression_without_blocks] = STATE(2748), + [sym__expression_with_blocks] = STATE(2748), + [sym_inc_expression] = STATE(2800), + [sym_dec_expression] = STATE(2800), + [sym_or_block_expression] = STATE(2800), + [sym_option_propagation_expression] = STATE(2800), + [sym_result_propagation_expression] = STATE(2800), + [sym_anon_struct_value_expression] = STATE(2706), + [sym_go_expression] = STATE(2800), + [sym_spawn_expression] = STATE(2800), + [sym_parenthesized_expression] = STATE(2800), + [sym_call_expression] = STATE(2800), + [sym_type_initializer] = STATE(2706), + [sym_function_literal] = STATE(2800), + [sym_reference_expression] = STATE(2801), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2800), + [sym_receive_expression] = STATE(2800), + [sym_binary_expression] = STATE(2800), + [sym_as_type_cast_expression] = STATE(2800), + [sym__max_group] = STATE(2800), + [sym_literal] = STATE(2746), + [sym_map_init_expression] = STATE(2706), + [sym_array_creation] = STATE(2800), + [sym_fixed_array_creation] = STATE(2800), + [sym_selector_expression] = STATE(2800), + [sym_index_expression] = STATE(2800), + [sym_slice_expression] = STATE(2800), + [sym_if_expression] = STATE(2706), + [sym_compile_time_if_expression] = STATE(2706), + [sym_is_expression] = STATE(2800), + [sym_not_is_expression] = STATE(2800), + [sym_in_expression] = STATE(2800), + [sym_not_in_expression] = STATE(2800), + [sym_enum_fetch] = STATE(2800), + [sym_match_expression] = STATE(2706), + [sym_select_expression] = STATE(2706), + [sym_lock_expression] = STATE(2706), + [sym_unsafe_expression] = STATE(2706), + [sym_sql_expression] = STATE(2706), + [sym_c_string_literal] = STATE(2743), + [sym_raw_string_literal] = STATE(2743), + [sym_interpreted_string_literal] = STATE(2743), + [sym_mutability_modifiers] = STATE(591), + [sym_plain_type] = STATE(4138), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(631), - [anon_sym_LBRACE] = ACTIONS(633), - [anon_sym_LPAREN] = ACTIONS(637), - [anon_sym_fn] = ACTIONS(641), - [anon_sym_PLUS] = ACTIONS(643), - [anon_sym_DASH] = ACTIONS(643), - [anon_sym_STAR] = ACTIONS(645), - [anon_sym_struct] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(1075), + [anon_sym_LPAREN] = ACTIONS(1079), + [anon_sym_fn] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_struct] = ACTIONS(1087), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(655), - [anon_sym_go] = ACTIONS(657), - [anon_sym_spawn] = ACTIONS(659), - [anon_sym_json_DOTdecode] = ACTIONS(661), - [anon_sym_LBRACK2] = ACTIONS(663), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_CARET] = ACTIONS(643), - [anon_sym_AMP] = ACTIONS(665), - [anon_sym_LT_DASH] = ACTIONS(667), - [sym_none] = ACTIONS(669), - [sym_true] = ACTIONS(669), - [sym_false] = ACTIONS(669), - [sym_nil] = ACTIONS(669), - [anon_sym_if] = ACTIONS(671), - [anon_sym_DOLLARif] = ACTIONS(673), - [anon_sym_match] = ACTIONS(675), - [anon_sym_select] = ACTIONS(677), - [anon_sym_lock] = ACTIONS(679), - [anon_sym_rlock] = ACTIONS(679), - [anon_sym_unsafe] = ACTIONS(681), - [anon_sym_sql] = ACTIONS(683), - [sym_int_literal] = ACTIONS(669), - [sym_float_literal] = ACTIONS(685), - [sym_rune_literal] = ACTIONS(685), - [sym_pseudo_compile_time_identifier] = ACTIONS(687), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2843), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(1095), + [anon_sym_LBRACK2] = ACTIONS(1097), + [anon_sym_TILDE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2837), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_LT_DASH] = ACTIONS(2849), + [sym_none] = ACTIONS(1103), + [sym_true] = ACTIONS(1103), + [sym_false] = ACTIONS(1103), + [sym_nil] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(1105), + [anon_sym_DOLLARif] = ACTIONS(1109), + [anon_sym_match] = ACTIONS(1111), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2853), + [anon_sym_rlock] = ACTIONS(2853), + [anon_sym_unsafe] = ACTIONS(1117), + [anon_sym_sql] = ACTIONS(1119), + [sym_int_literal] = ACTIONS(1103), + [sym_float_literal] = ACTIONS(1121), + [sym_rune_literal] = ACTIONS(1121), + [sym_pseudo_compile_time_identifier] = ACTIONS(1123), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(689), - [sym___single_quote] = ACTIONS(691), - [sym___c_double_quote] = ACTIONS(693), - [sym___c_single_quote] = ACTIONS(695), - [sym___r_double_quote] = ACTIONS(697), - [sym___r_single_quote] = ACTIONS(699), + [sym___double_quote] = ACTIONS(1125), + [sym___single_quote] = ACTIONS(1127), + [sym___c_double_quote] = ACTIONS(1129), + [sym___c_single_quote] = ACTIONS(1131), + [sym___r_double_quote] = ACTIONS(1133), + [sym___r_single_quote] = ACTIONS(1135), }, [954] = { [sym_line_comment] = STATE(954), [sym_block_comment] = STATE(954), - [sym__expression] = STATE(2885), - [sym__expression_without_blocks] = STATE(2919), + [sym__expression] = STATE(2327), + [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(761), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(3660), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1777), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(1781), - [anon_sym_go] = ACTIONS(1783), - [anon_sym_spawn] = ACTIONS(1785), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(1777), - [anon_sym_CARET] = ACTIONS(1777), - [anon_sym_AMP] = ACTIONS(1789), - [anon_sym_LT_DASH] = ACTIONS(1791), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(1422), - [anon_sym_lock] = ACTIONS(1424), - [anon_sym_rlock] = ACTIONS(1424), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [955] = { [sym_line_comment] = STATE(955), [sym_block_comment] = STATE(955), - [sym__expression] = STATE(2707), + [sym__expression] = STATE(2324), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1312), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_go] = ACTIONS(1330), + [anon_sym_spawn] = ACTIONS(1332), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_CARET] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_LT_DASH] = ACTIONS(1340), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1350), + [anon_sym_lock] = ACTIONS(1352), + [anon_sym_rlock] = ACTIONS(1352), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [956] = { [sym_line_comment] = STATE(956), [sym_block_comment] = STATE(956), - [sym__expression] = STATE(1959), - [sym__expression_without_blocks] = STATE(2028), - [sym__expression_with_blocks] = STATE(2028), - [sym_inc_expression] = STATE(2027), - [sym_dec_expression] = STATE(2027), - [sym_or_block_expression] = STATE(2027), - [sym_option_propagation_expression] = STATE(2027), - [sym_result_propagation_expression] = STATE(2027), - [sym_anon_struct_value_expression] = STATE(2026), - [sym_go_expression] = STATE(2027), - [sym_spawn_expression] = STATE(2027), - [sym_parenthesized_expression] = STATE(2027), - [sym_call_expression] = STATE(2027), - [sym_type_initializer] = STATE(2026), - [sym_function_literal] = STATE(2027), - [sym_reference_expression] = STATE(2054), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2027), - [sym_receive_expression] = STATE(2027), - [sym_binary_expression] = STATE(2027), - [sym_as_type_cast_expression] = STATE(2027), - [sym__max_group] = STATE(2027), - [sym_literal] = STATE(2031), - [sym_map_init_expression] = STATE(2026), - [sym_array_creation] = STATE(2027), - [sym_fixed_array_creation] = STATE(2027), - [sym_selector_expression] = STATE(2027), - [sym_index_expression] = STATE(2027), - [sym_slice_expression] = STATE(2027), - [sym_if_expression] = STATE(2026), - [sym_compile_time_if_expression] = STATE(2026), - [sym_is_expression] = STATE(2027), - [sym_not_is_expression] = STATE(2027), - [sym_in_expression] = STATE(2027), - [sym_not_in_expression] = STATE(2027), - [sym_enum_fetch] = STATE(2027), - [sym_match_expression] = STATE(2026), - [sym_select_expression] = STATE(2026), - [sym_lock_expression] = STATE(2026), - [sym_unsafe_expression] = STATE(2026), - [sym_sql_expression] = STATE(2026), - [sym_c_string_literal] = STATE(2032), - [sym_raw_string_literal] = STATE(2032), - [sym_interpreted_string_literal] = STATE(2032), - [sym_mutability_modifiers] = STATE(824), - [sym_plain_type] = STATE(4194), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2795), + [sym__expression] = STATE(1841), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2028), + [sym_dec_expression] = STATE(2028), + [sym_or_block_expression] = STATE(2028), + [sym_option_propagation_expression] = STATE(2028), + [sym_result_propagation_expression] = STATE(2028), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2028), + [sym_spawn_expression] = STATE(2028), + [sym_parenthesized_expression] = STATE(2028), + [sym_call_expression] = STATE(2028), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2028), + [sym_reference_expression] = STATE(2055), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2028), + [sym_receive_expression] = STATE(2028), + [sym_binary_expression] = STATE(2028), + [sym_as_type_cast_expression] = STATE(2028), + [sym__max_group] = STATE(2028), + [sym_literal] = STATE(2032), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2028), + [sym_fixed_array_creation] = STATE(2028), + [sym_selector_expression] = STATE(2028), + [sym_index_expression] = STATE(2028), + [sym_slice_expression] = STATE(2028), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2028), + [sym_not_is_expression] = STATE(2028), + [sym_in_expression] = STATE(2028), + [sym_not_in_expression] = STATE(2028), + [sym_enum_fetch] = STATE(2028), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2033), + [sym_raw_string_literal] = STATE(2033), + [sym_interpreted_string_literal] = STATE(2033), + [sym_mutability_modifiers] = STATE(760), + [sym_plain_type] = STATE(4198), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2655), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(811), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_fn] = ACTIONS(817), - [anon_sym_PLUS] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(823), + [anon_sym_DOT] = ACTIONS(787), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_fn] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(799), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_go] = ACTIONS(2805), - [anon_sym_spawn] = ACTIONS(2807), - [anon_sym_json_DOTdecode] = ACTIONS(833), - [anon_sym_LBRACK2] = ACTIONS(2809), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_LT_DASH] = ACTIONS(2813), - [sym_none] = ACTIONS(841), - [sym_true] = ACTIONS(841), - [sym_false] = ACTIONS(841), - [sym_nil] = ACTIONS(841), - [anon_sym_if] = ACTIONS(843), - [anon_sym_DOLLARif] = ACTIONS(845), - [anon_sym_match] = ACTIONS(847), - [anon_sym_select] = ACTIONS(2815), - [anon_sym_lock] = ACTIONS(2817), - [anon_sym_rlock] = ACTIONS(2817), - [anon_sym_unsafe] = ACTIONS(853), - [anon_sym_sql] = ACTIONS(855), - [sym_int_literal] = ACTIONS(841), - [sym_float_literal] = ACTIONS(857), - [sym_rune_literal] = ACTIONS(857), - [sym_pseudo_compile_time_identifier] = ACTIONS(859), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_go] = ACTIONS(2665), + [anon_sym_spawn] = ACTIONS(2667), + [anon_sym_json_DOTdecode] = ACTIONS(809), + [anon_sym_LBRACK2] = ACTIONS(2669), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_LT_DASH] = ACTIONS(2673), + [sym_none] = ACTIONS(817), + [sym_true] = ACTIONS(817), + [sym_false] = ACTIONS(817), + [sym_nil] = ACTIONS(817), + [anon_sym_if] = ACTIONS(819), + [anon_sym_DOLLARif] = ACTIONS(821), + [anon_sym_match] = ACTIONS(823), + [anon_sym_select] = ACTIONS(2675), + [anon_sym_lock] = ACTIONS(2677), + [anon_sym_rlock] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(829), + [anon_sym_sql] = ACTIONS(831), + [sym_int_literal] = ACTIONS(817), + [sym_float_literal] = ACTIONS(833), + [sym_rune_literal] = ACTIONS(833), + [sym_pseudo_compile_time_identifier] = ACTIONS(835), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(861), - [sym___single_quote] = ACTIONS(863), - [sym___c_double_quote] = ACTIONS(865), - [sym___c_single_quote] = ACTIONS(867), - [sym___r_double_quote] = ACTIONS(869), - [sym___r_single_quote] = ACTIONS(871), + [sym___double_quote] = ACTIONS(837), + [sym___single_quote] = ACTIONS(839), + [sym___c_double_quote] = ACTIONS(841), + [sym___c_single_quote] = ACTIONS(843), + [sym___r_double_quote] = ACTIONS(845), + [sym___r_single_quote] = ACTIONS(847), }, [957] = { [sym_line_comment] = STATE(957), [sym_block_comment] = STATE(957), - [sym__expression] = STATE(2515), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4019), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2506), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2967), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(2969), + [anon_sym_go] = ACTIONS(2971), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2977), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(2979), + [anon_sym_lock] = ACTIONS(2981), + [anon_sym_rlock] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [958] = { [sym_line_comment] = STATE(958), [sym_block_comment] = STATE(958), - [sym__expression] = STATE(2379), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2537), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [959] = { [sym_line_comment] = STATE(959), [sym_block_comment] = STATE(959), - [sym__expression] = STATE(2345), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4278), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2538), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [960] = { [sym_line_comment] = STATE(960), [sym_block_comment] = STATE(960), - [sym__expression] = STATE(2380), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), + [sym__expression] = STATE(2423), + [sym__expression_without_blocks] = STATE(2637), + [sym__expression_with_blocks] = STATE(2637), + [sym_inc_expression] = STATE(2638), + [sym_dec_expression] = STATE(2638), + [sym_or_block_expression] = STATE(2638), + [sym_option_propagation_expression] = STATE(2638), + [sym_result_propagation_expression] = STATE(2638), + [sym_anon_struct_value_expression] = STATE(2639), + [sym_go_expression] = STATE(2638), + [sym_spawn_expression] = STATE(2638), + [sym_parenthesized_expression] = STATE(2638), + [sym_call_expression] = STATE(2638), + [sym_type_initializer] = STATE(2639), + [sym_function_literal] = STATE(2638), + [sym_reference_expression] = STATE(2608), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2638), + [sym_receive_expression] = STATE(2638), + [sym_binary_expression] = STATE(2638), + [sym_as_type_cast_expression] = STATE(2638), + [sym__max_group] = STATE(2638), + [sym_literal] = STATE(2636), + [sym_map_init_expression] = STATE(2639), + [sym_array_creation] = STATE(2638), + [sym_fixed_array_creation] = STATE(2638), + [sym_selector_expression] = STATE(2638), + [sym_index_expression] = STATE(2638), + [sym_slice_expression] = STATE(2638), + [sym_if_expression] = STATE(2639), + [sym_compile_time_if_expression] = STATE(2639), + [sym_is_expression] = STATE(2638), + [sym_not_is_expression] = STATE(2638), + [sym_in_expression] = STATE(2638), + [sym_not_in_expression] = STATE(2638), + [sym_enum_fetch] = STATE(2638), + [sym_match_expression] = STATE(2639), + [sym_select_expression] = STATE(2639), + [sym_lock_expression] = STATE(2639), + [sym_unsafe_expression] = STATE(2639), + [sym_sql_expression] = STATE(2639), + [sym_c_string_literal] = STATE(2635), + [sym_raw_string_literal] = STATE(2635), + [sym_interpreted_string_literal] = STATE(2635), + [sym_mutability_modifiers] = STATE(714), + [sym_plain_type] = STATE(4240), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(1655), + [anon_sym_PLUS] = ACTIONS(2611), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(1661), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_go] = ACTIONS(1665), + [anon_sym_spawn] = ACTIONS(1667), + [anon_sym_json_DOTdecode] = ACTIONS(2617), + [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_CARET] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2623), + [sym_none] = ACTIONS(1677), + [sym_true] = ACTIONS(1677), + [sym_false] = ACTIONS(1677), + [sym_nil] = ACTIONS(1677), + [anon_sym_if] = ACTIONS(1679), + [anon_sym_DOLLARif] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1683), + [anon_sym_select] = ACTIONS(1685), + [anon_sym_lock] = ACTIONS(1687), + [anon_sym_rlock] = ACTIONS(1687), + [anon_sym_unsafe] = ACTIONS(1689), + [anon_sym_sql] = ACTIONS(1691), + [sym_int_literal] = ACTIONS(1677), + [sym_float_literal] = ACTIONS(2625), + [sym_rune_literal] = ACTIONS(2625), + [sym_pseudo_compile_time_identifier] = ACTIONS(1693), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), + [sym___double_quote] = ACTIONS(2627), + [sym___single_quote] = ACTIONS(2629), + [sym___c_double_quote] = ACTIONS(2631), + [sym___c_single_quote] = ACTIONS(2633), + [sym___r_double_quote] = ACTIONS(2635), + [sym___r_single_quote] = ACTIONS(2637), }, [961] = { [sym_line_comment] = STATE(961), [sym_block_comment] = STATE(961), - [sym__expression] = STATE(2320), + [sym__expression] = STATE(2543), [sym__expression_without_blocks] = STATE(2372), [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(3658), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), - [sym_float_literal] = ACTIONS(1430), - [sym_rune_literal] = ACTIONS(1430), - [sym_pseudo_compile_time_identifier] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [962] = { [sym_line_comment] = STATE(962), [sym_block_comment] = STATE(962), - [sym__expression] = STATE(2515), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4017), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1671), + [sym__expression_without_blocks] = STATE(1915), + [sym__expression_with_blocks] = STATE(1915), + [sym_inc_expression] = STATE(1913), + [sym_dec_expression] = STATE(1913), + [sym_or_block_expression] = STATE(1913), + [sym_option_propagation_expression] = STATE(1913), + [sym_result_propagation_expression] = STATE(1913), + [sym_anon_struct_value_expression] = STATE(1912), + [sym_go_expression] = STATE(1913), + [sym_spawn_expression] = STATE(1913), + [sym_parenthesized_expression] = STATE(1913), + [sym_call_expression] = STATE(1913), + [sym_type_initializer] = STATE(1912), + [sym_function_literal] = STATE(1913), + [sym_reference_expression] = STATE(1933), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1913), + [sym_receive_expression] = STATE(1913), + [sym_binary_expression] = STATE(1913), + [sym_as_type_cast_expression] = STATE(1913), + [sym__max_group] = STATE(1913), + [sym_literal] = STATE(1916), + [sym_map_init_expression] = STATE(1912), + [sym_array_creation] = STATE(1913), + [sym_fixed_array_creation] = STATE(1913), + [sym_selector_expression] = STATE(1913), + [sym_index_expression] = STATE(1913), + [sym_slice_expression] = STATE(1913), + [sym_if_expression] = STATE(1912), + [sym_compile_time_if_expression] = STATE(1912), + [sym_is_expression] = STATE(1913), + [sym_not_is_expression] = STATE(1913), + [sym_in_expression] = STATE(1913), + [sym_not_in_expression] = STATE(1913), + [sym_enum_fetch] = STATE(1913), + [sym_match_expression] = STATE(1912), + [sym_select_expression] = STATE(1912), + [sym_lock_expression] = STATE(1912), + [sym_unsafe_expression] = STATE(1912), + [sym_sql_expression] = STATE(1912), + [sym_c_string_literal] = STATE(1919), + [sym_raw_string_literal] = STATE(1919), + [sym_interpreted_string_literal] = STATE(1919), + [sym_mutability_modifiers] = STATE(541), + [sym_plain_type] = STATE(4308), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2705), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2709), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2715), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2719), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2723), + [anon_sym_spawn] = ACTIONS(2725), + [anon_sym_json_DOTdecode] = ACTIONS(2727), + [anon_sym_LBRACK2] = ACTIONS(2729), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_LT_DASH] = ACTIONS(2733), + [sym_none] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_nil] = ACTIONS(2735), + [anon_sym_if] = ACTIONS(2737), + [anon_sym_DOLLARif] = ACTIONS(2739), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_select] = ACTIONS(2743), + [anon_sym_lock] = ACTIONS(2745), + [anon_sym_rlock] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2747), + [anon_sym_sql] = ACTIONS(2749), + [sym_int_literal] = ACTIONS(2735), + [sym_float_literal] = ACTIONS(2751), + [sym_rune_literal] = ACTIONS(2751), + [sym_pseudo_compile_time_identifier] = ACTIONS(2753), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(2755), + [sym___single_quote] = ACTIONS(2757), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2765), }, [963] = { [sym_line_comment] = STATE(963), [sym_block_comment] = STATE(963), - [sym__expression] = STATE(291), - [sym__expression_without_blocks] = STATE(888), - [sym__expression_with_blocks] = STATE(888), - [sym_inc_expression] = STATE(946), - [sym_dec_expression] = STATE(946), - [sym_or_block_expression] = STATE(946), - [sym_option_propagation_expression] = STATE(946), - [sym_result_propagation_expression] = STATE(946), - [sym_anon_struct_value_expression] = STATE(947), - [sym_go_expression] = STATE(946), - [sym_spawn_expression] = STATE(946), - [sym_parenthesized_expression] = STATE(946), - [sym_call_expression] = STATE(946), - [sym_type_initializer] = STATE(947), - [sym_function_literal] = STATE(946), - [sym_reference_expression] = STATE(948), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(946), - [sym_receive_expression] = STATE(946), - [sym_binary_expression] = STATE(946), - [sym_as_type_cast_expression] = STATE(946), - [sym__max_group] = STATE(946), - [sym_literal] = STATE(751), - [sym_map_init_expression] = STATE(947), - [sym_array_creation] = STATE(946), - [sym_fixed_array_creation] = STATE(946), - [sym_selector_expression] = STATE(946), - [sym_index_expression] = STATE(946), - [sym_slice_expression] = STATE(946), - [sym_if_expression] = STATE(947), - [sym_compile_time_if_expression] = STATE(947), - [sym_is_expression] = STATE(946), - [sym_not_is_expression] = STATE(946), - [sym_in_expression] = STATE(946), - [sym_not_in_expression] = STATE(946), - [sym_enum_fetch] = STATE(946), - [sym_match_expression] = STATE(947), - [sym_select_expression] = STATE(947), - [sym_lock_expression] = STATE(947), - [sym_unsafe_expression] = STATE(947), - [sym_sql_expression] = STATE(947), - [sym_c_string_literal] = STATE(647), - [sym_raw_string_literal] = STATE(647), - [sym_interpreted_string_literal] = STATE(647), - [sym_mutability_modifiers] = STATE(651), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(2659), + [sym__expression] = STATE(2736), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [964] = { + [sym_line_comment] = STATE(964), + [sym_block_comment] = STATE(964), + [sym__expression] = STATE(2747), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), + }, + [965] = { + [sym_line_comment] = STATE(965), + [sym_block_comment] = STATE(965), + [sym__expression] = STATE(279), + [sym__expression_without_blocks] = STATE(791), + [sym__expression_with_blocks] = STATE(791), + [sym_inc_expression] = STATE(795), + [sym_dec_expression] = STATE(795), + [sym_or_block_expression] = STATE(795), + [sym_option_propagation_expression] = STATE(795), + [sym_result_propagation_expression] = STATE(795), + [sym_anon_struct_value_expression] = STATE(810), + [sym_go_expression] = STATE(795), + [sym_spawn_expression] = STATE(795), + [sym_parenthesized_expression] = STATE(795), + [sym_call_expression] = STATE(795), + [sym_type_initializer] = STATE(810), + [sym_function_literal] = STATE(795), + [sym_reference_expression] = STATE(819), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(795), + [sym_receive_expression] = STATE(795), + [sym_binary_expression] = STATE(795), + [sym_as_type_cast_expression] = STATE(795), + [sym__max_group] = STATE(795), + [sym_literal] = STATE(686), + [sym_map_init_expression] = STATE(810), + [sym_array_creation] = STATE(795), + [sym_fixed_array_creation] = STATE(795), + [sym_selector_expression] = STATE(795), + [sym_index_expression] = STATE(795), + [sym_slice_expression] = STATE(795), + [sym_if_expression] = STATE(810), + [sym_compile_time_if_expression] = STATE(810), + [sym_is_expression] = STATE(795), + [sym_not_is_expression] = STATE(795), + [sym_in_expression] = STATE(795), + [sym_not_in_expression] = STATE(795), + [sym_enum_fetch] = STATE(795), + [sym_match_expression] = STATE(810), + [sym_select_expression] = STATE(810), + [sym_lock_expression] = STATE(810), + [sym_unsafe_expression] = STATE(810), + [sym_sql_expression] = STATE(810), + [sym_c_string_literal] = STATE(628), + [sym_raw_string_literal] = STATE(628), + [sym_interpreted_string_literal] = STATE(628), + [sym_mutability_modifiers] = STATE(682), + [sym_plain_type] = STATE(4158), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(2779), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(2661), + [anon_sym_LBRACE] = ACTIONS(2781), [anon_sym_LPAREN] = ACTIONS(23), [anon_sym_fn] = ACTIONS(485), [anon_sym_PLUS] = ACTIONS(31), @@ -135638,339 +135887,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(123), [sym___r_single_quote] = ACTIONS(125), }, - [964] = { - [sym_line_comment] = STATE(964), - [sym_block_comment] = STATE(964), - [sym__expression] = STATE(2514), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_go] = ACTIONS(2979), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2983), - [anon_sym_LT_DASH] = ACTIONS(2985), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(2987), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), - }, - [965] = { - [sym_line_comment] = STATE(965), - [sym_block_comment] = STATE(965), - [sym__expression] = STATE(2344), - [sym__expression_without_blocks] = STATE(2618), - [sym__expression_with_blocks] = STATE(2618), - [sym_inc_expression] = STATE(2617), - [sym_dec_expression] = STATE(2617), - [sym_or_block_expression] = STATE(2617), - [sym_option_propagation_expression] = STATE(2617), - [sym_result_propagation_expression] = STATE(2617), - [sym_anon_struct_value_expression] = STATE(2616), - [sym_go_expression] = STATE(2617), - [sym_spawn_expression] = STATE(2617), - [sym_parenthesized_expression] = STATE(2617), - [sym_call_expression] = STATE(2617), - [sym_type_initializer] = STATE(2616), - [sym_function_literal] = STATE(2617), - [sym_reference_expression] = STATE(2646), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2617), - [sym_receive_expression] = STATE(2617), - [sym_binary_expression] = STATE(2617), - [sym_as_type_cast_expression] = STATE(2617), - [sym__max_group] = STATE(2617), - [sym_literal] = STATE(2619), - [sym_map_init_expression] = STATE(2616), - [sym_array_creation] = STATE(2617), - [sym_fixed_array_creation] = STATE(2617), - [sym_selector_expression] = STATE(2617), - [sym_index_expression] = STATE(2617), - [sym_slice_expression] = STATE(2617), - [sym_if_expression] = STATE(2616), - [sym_compile_time_if_expression] = STATE(2616), - [sym_is_expression] = STATE(2617), - [sym_not_is_expression] = STATE(2617), - [sym_in_expression] = STATE(2617), - [sym_not_in_expression] = STATE(2617), - [sym_enum_fetch] = STATE(2617), - [sym_match_expression] = STATE(2616), - [sym_select_expression] = STATE(2616), - [sym_lock_expression] = STATE(2616), - [sym_unsafe_expression] = STATE(2616), - [sym_sql_expression] = STATE(2616), - [sym_c_string_literal] = STATE(2620), - [sym_raw_string_literal] = STATE(2620), - [sym_interpreted_string_literal] = STATE(2620), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1615), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(1623), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(1629), - [anon_sym_mut] = ACTIONS(41), - [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_go] = ACTIONS(1633), - [anon_sym_spawn] = ACTIONS(1635), - [anon_sym_json_DOTdecode] = ACTIONS(2293), - [anon_sym_LBRACK2] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_CARET] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2297), - [anon_sym_LT_DASH] = ACTIONS(2299), - [sym_none] = ACTIONS(1645), - [sym_true] = ACTIONS(1645), - [sym_false] = ACTIONS(1645), - [sym_nil] = ACTIONS(1645), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_DOLLARif] = ACTIONS(1649), - [anon_sym_match] = ACTIONS(1651), - [anon_sym_select] = ACTIONS(1653), - [anon_sym_lock] = ACTIONS(1655), - [anon_sym_rlock] = ACTIONS(1655), - [anon_sym_unsafe] = ACTIONS(1657), - [anon_sym_sql] = ACTIONS(1659), - [sym_int_literal] = ACTIONS(1645), - [sym_float_literal] = ACTIONS(2301), - [sym_rune_literal] = ACTIONS(2301), - [sym_pseudo_compile_time_identifier] = ACTIONS(1661), - [anon_sym_shared] = ACTIONS(83), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(2303), - [sym___single_quote] = ACTIONS(2305), - [sym___c_double_quote] = ACTIONS(2307), - [sym___c_single_quote] = ACTIONS(2309), - [sym___r_double_quote] = ACTIONS(2311), - [sym___r_single_quote] = ACTIONS(2313), - }, [966] = { [sym_line_comment] = STATE(966), [sym_block_comment] = STATE(966), - [sym__expression] = STATE(2325), - [sym__expression_without_blocks] = STATE(2372), - [sym__expression_with_blocks] = STATE(2372), - [sym_inc_expression] = STATE(2371), - [sym_dec_expression] = STATE(2371), - [sym_or_block_expression] = STATE(2371), - [sym_option_propagation_expression] = STATE(2371), - [sym_result_propagation_expression] = STATE(2371), - [sym_anon_struct_value_expression] = STATE(2370), - [sym_go_expression] = STATE(2371), - [sym_spawn_expression] = STATE(2371), - [sym_parenthesized_expression] = STATE(2371), - [sym_call_expression] = STATE(2371), - [sym_type_initializer] = STATE(2370), - [sym_function_literal] = STATE(2371), - [sym_reference_expression] = STATE(2368), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2371), - [sym_receive_expression] = STATE(2371), - [sym_binary_expression] = STATE(2371), - [sym_as_type_cast_expression] = STATE(2371), - [sym__max_group] = STATE(2371), - [sym_literal] = STATE(2375), - [sym_map_init_expression] = STATE(2370), - [sym_array_creation] = STATE(2371), - [sym_fixed_array_creation] = STATE(2371), - [sym_selector_expression] = STATE(2371), - [sym_index_expression] = STATE(2371), - [sym_slice_expression] = STATE(2371), - [sym_if_expression] = STATE(2370), - [sym_compile_time_if_expression] = STATE(2370), - [sym_is_expression] = STATE(2371), - [sym_not_is_expression] = STATE(2371), - [sym_in_expression] = STATE(2371), - [sym_not_in_expression] = STATE(2371), - [sym_enum_fetch] = STATE(2371), - [sym_match_expression] = STATE(2370), - [sym_select_expression] = STATE(2370), - [sym_lock_expression] = STATE(2370), - [sym_unsafe_expression] = STATE(2370), - [sym_sql_expression] = STATE(2370), - [sym_c_string_literal] = STATE(2362), - [sym_raw_string_literal] = STATE(2362), - [sym_interpreted_string_literal] = STATE(2362), - [sym_mutability_modifiers] = STATE(908), - [sym_plain_type] = STATE(4428), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(1292), + [sym__expression_without_blocks] = STATE(1338), + [sym__expression_with_blocks] = STATE(1338), + [sym_inc_expression] = STATE(1339), + [sym_dec_expression] = STATE(1339), + [sym_or_block_expression] = STATE(1339), + [sym_option_propagation_expression] = STATE(1339), + [sym_result_propagation_expression] = STATE(1339), + [sym_anon_struct_value_expression] = STATE(1340), + [sym_go_expression] = STATE(1339), + [sym_spawn_expression] = STATE(1339), + [sym_parenthesized_expression] = STATE(1339), + [sym_call_expression] = STATE(1339), + [sym_type_initializer] = STATE(1340), + [sym_function_literal] = STATE(1339), + [sym_reference_expression] = STATE(1359), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(1339), + [sym_receive_expression] = STATE(1339), + [sym_binary_expression] = STATE(1339), + [sym_as_type_cast_expression] = STATE(1339), + [sym__max_group] = STATE(1339), + [sym_literal] = STATE(1342), + [sym_map_init_expression] = STATE(1340), + [sym_array_creation] = STATE(1339), + [sym_fixed_array_creation] = STATE(1339), + [sym_selector_expression] = STATE(1339), + [sym_index_expression] = STATE(1339), + [sym_slice_expression] = STATE(1339), + [sym_if_expression] = STATE(1340), + [sym_compile_time_if_expression] = STATE(1340), + [sym_is_expression] = STATE(1339), + [sym_not_is_expression] = STATE(1339), + [sym_in_expression] = STATE(1339), + [sym_not_in_expression] = STATE(1339), + [sym_enum_fetch] = STATE(1339), + [sym_match_expression] = STATE(1340), + [sym_select_expression] = STATE(1340), + [sym_lock_expression] = STATE(1340), + [sym_unsafe_expression] = STATE(1340), + [sym_sql_expression] = STATE(1340), + [sym_c_string_literal] = STATE(1322), + [sym_raw_string_literal] = STATE(1322), + [sym_interpreted_string_literal] = STATE(1322), + [sym_mutability_modifiers] = STATE(772), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1380), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_fn] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(1398), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_fn] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1809), + [anon_sym_STAR] = ACTIONS(1811), + [anon_sym_struct] = ACTIONS(1396), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_go] = ACTIONS(2735), - [anon_sym_spawn] = ACTIONS(2737), - [anon_sym_json_DOTdecode] = ACTIONS(1406), - [anon_sym_LBRACK2] = ACTIONS(1787), - [anon_sym_TILDE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_LT_DASH] = ACTIONS(2741), - [sym_none] = ACTIONS(1414), - [sym_true] = ACTIONS(1414), - [sym_false] = ACTIONS(1414), - [sym_nil] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1769), - [anon_sym_DOLLARif] = ACTIONS(1418), - [anon_sym_match] = ACTIONS(1420), - [anon_sym_select] = ACTIONS(2743), - [anon_sym_lock] = ACTIONS(2745), - [anon_sym_rlock] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(1771), - [anon_sym_sql] = ACTIONS(1428), - [sym_int_literal] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1813), + [anon_sym_go] = ACTIONS(1815), + [anon_sym_spawn] = ACTIONS(1817), + [anon_sym_json_DOTdecode] = ACTIONS(1404), + [anon_sym_LBRACK2] = ACTIONS(1406), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_CARET] = ACTIONS(1809), + [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_LT_DASH] = ACTIONS(1821), + [sym_none] = ACTIONS(1412), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_nil] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1823), + [anon_sym_DOLLARif] = ACTIONS(1416), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_select] = ACTIONS(1825), + [anon_sym_lock] = ACTIONS(1827), + [anon_sym_rlock] = ACTIONS(1827), + [anon_sym_unsafe] = ACTIONS(1829), + [anon_sym_sql] = ACTIONS(1426), + [sym_int_literal] = ACTIONS(1412), [sym_float_literal] = ACTIONS(1430), [sym_rune_literal] = ACTIONS(1430), [sym_pseudo_compile_time_identifier] = ACTIONS(1432), @@ -135979,842 +135996,1279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1436), - [sym___single_quote] = ACTIONS(1438), - [sym___c_double_quote] = ACTIONS(1440), - [sym___c_single_quote] = ACTIONS(1442), - [sym___r_double_quote] = ACTIONS(1444), - [sym___r_single_quote] = ACTIONS(1446), + [sym___double_quote] = ACTIONS(1434), + [sym___single_quote] = ACTIONS(1436), + [sym___c_double_quote] = ACTIONS(1438), + [sym___c_single_quote] = ACTIONS(1440), + [sym___r_double_quote] = ACTIONS(1442), + [sym___r_single_quote] = ACTIONS(1444), }, [967] = { [sym_line_comment] = STATE(967), [sym_block_comment] = STATE(967), - [sym__expression] = STATE(2515), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2758), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [968] = { [sym_line_comment] = STATE(968), [sym_block_comment] = STATE(968), - [sym__expression] = STATE(2515), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4012), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2542), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(1083), - [anon_sym_DASH] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(3101), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(3103), - [anon_sym_go] = ACTIONS(1091), - [anon_sym_spawn] = ACTIONS(1093), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(1083), - [anon_sym_CARET] = ACTIONS(1083), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_LT_DASH] = ACTIONS(1101), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2747), - [anon_sym_lock] = ACTIONS(2749), - [anon_sym_rlock] = ACTIONS(2749), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [969] = { [sym_line_comment] = STATE(969), [sym_block_comment] = STATE(969), - [sym__expression] = STATE(2517), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2764), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [970] = { [sym_line_comment] = STATE(970), [sym_block_comment] = STATE(970), - [sym__expression] = STATE(2573), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2322), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [971] = { [sym_line_comment] = STATE(971), [sym_block_comment] = STATE(971), - [ts_builtin_sym_end] = ACTIONS(2829), - [sym_identifier] = ACTIONS(2831), - [anon_sym_LF] = ACTIONS(2831), - [anon_sym_CR] = ACTIONS(2831), - [anon_sym_CR_LF] = ACTIONS(2831), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2831), - [anon_sym_as] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2833), - [anon_sym_COMMA] = ACTIONS(2831), - [anon_sym_const] = ACTIONS(2831), - [anon_sym_LPAREN] = ACTIONS(2831), - [anon_sym_EQ] = ACTIONS(2831), - [anon_sym___global] = ACTIONS(2831), - [anon_sym_type] = ACTIONS(2831), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_fn] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2831), - [anon_sym_SLASH] = ACTIONS(2831), - [anon_sym_PERCENT] = ACTIONS(2831), - [anon_sym_LT] = ACTIONS(2831), - [anon_sym_GT] = ACTIONS(2831), - [anon_sym_EQ_EQ] = ACTIONS(2831), - [anon_sym_BANG_EQ] = ACTIONS(2831), - [anon_sym_LT_EQ] = ACTIONS(2831), - [anon_sym_GT_EQ] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2836), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_union] = ACTIONS(2831), - [anon_sym_pub] = ACTIONS(2831), - [anon_sym_mut] = ACTIONS(2831), - [anon_sym_enum] = ACTIONS(2831), - [anon_sym_interface] = ACTIONS(2831), - [anon_sym_PLUS_PLUS] = ACTIONS(2831), - [anon_sym_DASH_DASH] = ACTIONS(2831), - [anon_sym_QMARK] = ACTIONS(2831), - [anon_sym_BANG] = ACTIONS(2831), - [anon_sym_go] = ACTIONS(2831), - [anon_sym_spawn] = ACTIONS(2831), - [anon_sym_json_DOTdecode] = ACTIONS(2831), - [anon_sym_LBRACK2] = ACTIONS(2831), - [anon_sym_TILDE] = ACTIONS(2831), - [anon_sym_CARET] = ACTIONS(2831), - [anon_sym_AMP] = ACTIONS(2831), - [anon_sym_LT_DASH] = ACTIONS(2831), - [anon_sym_LT_LT] = ACTIONS(2831), - [anon_sym_GT_GT] = ACTIONS(2831), - [anon_sym_GT_GT_GT] = ACTIONS(2831), - [anon_sym_AMP_CARET] = ACTIONS(2831), - [anon_sym_AMP_AMP] = ACTIONS(2831), - [anon_sym_PIPE_PIPE] = ACTIONS(2831), - [anon_sym_or] = ACTIONS(2831), - [sym_none] = ACTIONS(2831), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [sym_nil] = ACTIONS(2831), - [anon_sym_QMARK_DOT] = ACTIONS(2831), - [anon_sym_POUND_LBRACK] = ACTIONS(2831), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_DOLLARif] = ACTIONS(2831), - [anon_sym_is] = ACTIONS(2831), - [anon_sym_BANGis] = ACTIONS(2831), - [anon_sym_in] = ACTIONS(2831), - [anon_sym_BANGin] = ACTIONS(2831), - [anon_sym_match] = ACTIONS(2831), - [anon_sym_select] = ACTIONS(2831), - [anon_sym_STAR_EQ] = ACTIONS(2831), - [anon_sym_SLASH_EQ] = ACTIONS(2831), - [anon_sym_PERCENT_EQ] = ACTIONS(2831), - [anon_sym_LT_LT_EQ] = ACTIONS(2831), - [anon_sym_GT_GT_EQ] = ACTIONS(2831), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2831), - [anon_sym_AMP_EQ] = ACTIONS(2831), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2831), - [anon_sym_PLUS_EQ] = ACTIONS(2831), - [anon_sym_DASH_EQ] = ACTIONS(2831), - [anon_sym_PIPE_EQ] = ACTIONS(2831), - [anon_sym_CARET_EQ] = ACTIONS(2831), - [anon_sym_COLON_EQ] = ACTIONS(2831), - [anon_sym_lock] = ACTIONS(2831), - [anon_sym_rlock] = ACTIONS(2831), - [anon_sym_unsafe] = ACTIONS(2831), - [anon_sym_sql] = ACTIONS(2831), - [sym_int_literal] = ACTIONS(2831), - [sym_float_literal] = ACTIONS(2831), - [sym_rune_literal] = ACTIONS(2831), - [sym_pseudo_compile_time_identifier] = ACTIONS(2831), - [anon_sym_shared] = ACTIONS(2831), - [anon_sym_map_LBRACK] = ACTIONS(2831), - [anon_sym_chan] = ACTIONS(2831), - [anon_sym_thread] = ACTIONS(2831), - [anon_sym_atomic] = ACTIONS(2831), - [anon_sym_assert] = ACTIONS(2831), - [anon_sym_defer] = ACTIONS(2831), - [anon_sym_goto] = ACTIONS(2831), - [anon_sym_break] = ACTIONS(2831), - [anon_sym_continue] = ACTIONS(2831), - [anon_sym_return] = ACTIONS(2831), - [anon_sym_DOLLARfor] = ACTIONS(2831), - [anon_sym_for] = ACTIONS(2831), - [anon_sym_POUND] = ACTIONS(2831), - [anon_sym_asm] = ACTIONS(2831), - [anon_sym_AT_LBRACK] = ACTIONS(2831), - [sym___double_quote] = ACTIONS(2831), - [sym___single_quote] = ACTIONS(2831), - [sym___c_double_quote] = ACTIONS(2831), - [sym___c_single_quote] = ACTIONS(2831), - [sym___r_double_quote] = ACTIONS(2831), - [sym___r_single_quote] = ACTIONS(2831), + [sym__expression] = STATE(2761), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(912), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_mut] = ACTIONS(41), + [anon_sym_QMARK] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_go] = ACTIONS(2685), + [anon_sym_spawn] = ACTIONS(2687), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_LT_DASH] = ACTIONS(2691), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(2693), + [anon_sym_lock] = ACTIONS(2695), + [anon_sym_rlock] = ACTIONS(2695), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), + [anon_sym_shared] = ACTIONS(83), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [972] = { [sym_line_comment] = STATE(972), [sym_block_comment] = STATE(972), - [sym__expression] = STATE(2625), - [sym__expression_without_blocks] = STATE(2808), - [sym__expression_with_blocks] = STATE(2808), - [sym_inc_expression] = STATE(2801), - [sym_dec_expression] = STATE(2801), - [sym_or_block_expression] = STATE(2801), - [sym_option_propagation_expression] = STATE(2801), - [sym_result_propagation_expression] = STATE(2801), - [sym_anon_struct_value_expression] = STATE(2818), - [sym_go_expression] = STATE(2801), - [sym_spawn_expression] = STATE(2801), - [sym_parenthesized_expression] = STATE(2801), - [sym_call_expression] = STATE(2801), - [sym_type_initializer] = STATE(2818), - [sym_function_literal] = STATE(2801), - [sym_reference_expression] = STATE(2805), - [sym_type_reference_expression] = STATE(3573), - [sym_unary_expression] = STATE(2801), - [sym_receive_expression] = STATE(2801), - [sym_binary_expression] = STATE(2801), - [sym_as_type_cast_expression] = STATE(2801), - [sym__max_group] = STATE(2801), - [sym_literal] = STATE(2778), - [sym_map_init_expression] = STATE(2818), - [sym_array_creation] = STATE(2801), - [sym_fixed_array_creation] = STATE(2801), - [sym_selector_expression] = STATE(2801), - [sym_index_expression] = STATE(2801), - [sym_slice_expression] = STATE(2801), - [sym_if_expression] = STATE(2818), - [sym_compile_time_if_expression] = STATE(2818), - [sym_is_expression] = STATE(2801), - [sym_not_is_expression] = STATE(2801), - [sym_in_expression] = STATE(2801), - [sym_not_in_expression] = STATE(2801), - [sym_enum_fetch] = STATE(2801), - [sym_match_expression] = STATE(2818), - [sym_select_expression] = STATE(2818), - [sym_lock_expression] = STATE(2818), - [sym_unsafe_expression] = STATE(2818), - [sym_sql_expression] = STATE(2818), - [sym_c_string_literal] = STATE(2770), - [sym_raw_string_literal] = STATE(2770), - [sym_interpreted_string_literal] = STATE(2770), - [sym_mutability_modifiers] = STATE(539), - [sym_plain_type] = STATE(4138), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(1773), + [sym__expression] = STATE(2540), + [sym__expression_without_blocks] = STATE(2372), + [sym__expression_with_blocks] = STATE(2372), + [sym_inc_expression] = STATE(2370), + [sym_dec_expression] = STATE(2370), + [sym_or_block_expression] = STATE(2370), + [sym_option_propagation_expression] = STATE(2370), + [sym_result_propagation_expression] = STATE(2370), + [sym_anon_struct_value_expression] = STATE(2369), + [sym_go_expression] = STATE(2370), + [sym_spawn_expression] = STATE(2370), + [sym_parenthesized_expression] = STATE(2370), + [sym_call_expression] = STATE(2370), + [sym_type_initializer] = STATE(2369), + [sym_function_literal] = STATE(2370), + [sym_reference_expression] = STATE(2365), + [sym_type_reference_expression] = STATE(3572), + [sym_unary_expression] = STATE(2370), + [sym_receive_expression] = STATE(2370), + [sym_binary_expression] = STATE(2370), + [sym_as_type_cast_expression] = STATE(2370), + [sym__max_group] = STATE(2370), + [sym_literal] = STATE(2373), + [sym_map_init_expression] = STATE(2369), + [sym_array_creation] = STATE(2370), + [sym_fixed_array_creation] = STATE(2370), + [sym_selector_expression] = STATE(2370), + [sym_index_expression] = STATE(2370), + [sym_slice_expression] = STATE(2370), + [sym_if_expression] = STATE(2369), + [sym_compile_time_if_expression] = STATE(2369), + [sym_is_expression] = STATE(2370), + [sym_not_is_expression] = STATE(2370), + [sym_in_expression] = STATE(2370), + [sym_not_in_expression] = STATE(2370), + [sym_enum_fetch] = STATE(2370), + [sym_match_expression] = STATE(2369), + [sym_select_expression] = STATE(2369), + [sym_lock_expression] = STATE(2369), + [sym_unsafe_expression] = STATE(2369), + [sym_sql_expression] = STATE(2369), + [sym_c_string_literal] = STATE(2351), + [sym_raw_string_literal] = STATE(2351), + [sym_interpreted_string_literal] = STATE(2351), + [sym_mutability_modifiers] = STATE(692), + [sym_plain_type] = STATE(4431), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(1767), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(1073), - [anon_sym_LBRACE] = ACTIONS(1075), - [anon_sym_LPAREN] = ACTIONS(1079), - [anon_sym_fn] = ACTIONS(1081), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(1087), + [anon_sym_DOT] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1318), + [anon_sym_fn] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1769), + [anon_sym_DASH] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1771), + [anon_sym_struct] = ACTIONS(1326), [anon_sym_mut] = ACTIONS(41), [anon_sym_QMARK] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_go] = ACTIONS(2647), - [anon_sym_spawn] = ACTIONS(2649), - [anon_sym_json_DOTdecode] = ACTIONS(1095), - [anon_sym_LBRACK2] = ACTIONS(1097), - [anon_sym_TILDE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2651), - [anon_sym_LT_DASH] = ACTIONS(2653), - [sym_none] = ACTIONS(1103), - [sym_true] = ACTIONS(1103), - [sym_false] = ACTIONS(1103), - [sym_nil] = ACTIONS(1103), - [anon_sym_if] = ACTIONS(1105), - [anon_sym_DOLLARif] = ACTIONS(1109), - [anon_sym_match] = ACTIONS(1111), - [anon_sym_select] = ACTIONS(2655), - [anon_sym_lock] = ACTIONS(2657), - [anon_sym_rlock] = ACTIONS(2657), - [anon_sym_unsafe] = ACTIONS(1117), - [anon_sym_sql] = ACTIONS(1119), - [sym_int_literal] = ACTIONS(1103), - [sym_float_literal] = ACTIONS(1121), - [sym_rune_literal] = ACTIONS(1121), - [sym_pseudo_compile_time_identifier] = ACTIONS(1123), + [anon_sym_BANG] = ACTIONS(1773), + [anon_sym_go] = ACTIONS(1775), + [anon_sym_spawn] = ACTIONS(1777), + [anon_sym_json_DOTdecode] = ACTIONS(1334), + [anon_sym_LBRACK2] = ACTIONS(1779), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_CARET] = ACTIONS(1769), + [anon_sym_AMP] = ACTIONS(1781), + [anon_sym_LT_DASH] = ACTIONS(1783), + [sym_none] = ACTIONS(1342), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [sym_nil] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1785), + [anon_sym_DOLLARif] = ACTIONS(1346), + [anon_sym_match] = ACTIONS(1348), + [anon_sym_select] = ACTIONS(1787), + [anon_sym_lock] = ACTIONS(1789), + [anon_sym_rlock] = ACTIONS(1789), + [anon_sym_unsafe] = ACTIONS(1791), + [anon_sym_sql] = ACTIONS(1356), + [sym_int_literal] = ACTIONS(1342), + [sym_float_literal] = ACTIONS(1358), + [sym_rune_literal] = ACTIONS(1358), + [sym_pseudo_compile_time_identifier] = ACTIONS(1360), [anon_sym_shared] = ACTIONS(83), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(1125), - [sym___single_quote] = ACTIONS(1127), - [sym___c_double_quote] = ACTIONS(1129), - [sym___c_single_quote] = ACTIONS(1131), - [sym___r_double_quote] = ACTIONS(1133), - [sym___r_single_quote] = ACTIONS(1135), + [sym___double_quote] = ACTIONS(1364), + [sym___single_quote] = ACTIONS(1366), + [sym___c_double_quote] = ACTIONS(1368), + [sym___c_single_quote] = ACTIONS(1370), + [sym___r_double_quote] = ACTIONS(1372), + [sym___r_single_quote] = ACTIONS(1374), }, [973] = { [sym_line_comment] = STATE(973), [sym_block_comment] = STATE(973), - [sym_reference_expression] = STATE(4480), - [sym_type_reference_expression] = STATE(3437), - [sym_plain_type] = STATE(3447), - [sym__plain_type_without_special] = STATE(3455), - [sym_anon_struct_type] = STATE(3459), - [sym_multi_return_type] = STATE(3455), - [sym_result_type] = STATE(3455), - [sym_option_type] = STATE(3455), - [sym_qualified_type] = STATE(3437), - [sym_fixed_array_type] = STATE(3459), - [sym_array_type] = STATE(3459), - [sym_pointer_type] = STATE(3459), - [sym_wrong_pointer_type] = STATE(3459), - [sym_map_type] = STATE(3459), - [sym_channel_type] = STATE(3459), - [sym_shared_type] = STATE(3459), - [sym_thread_type] = STATE(3459), - [sym_atomic_type] = STATE(3459), - [sym_generic_type] = STATE(3459), - [sym_function_type] = STATE(3459), - [sym_identifier] = ACTIONS(3444), - [anon_sym_LF] = ACTIONS(2833), - [anon_sym_CR] = ACTIONS(2833), - [anon_sym_CR_LF] = ACTIONS(2833), + [ts_builtin_sym_end] = ACTIONS(2783), + [sym_identifier] = ACTIONS(2785), + [anon_sym_LF] = ACTIONS(2785), + [anon_sym_CR] = ACTIONS(2785), + [anon_sym_CR_LF] = ACTIONS(2785), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2831), - [anon_sym_DOT] = ACTIONS(2831), - [anon_sym_as] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2833), - [anon_sym_COMMA] = ACTIONS(2831), - [anon_sym_RBRACE] = ACTIONS(2833), - [anon_sym_LPAREN] = ACTIONS(3446), - [anon_sym___global] = ACTIONS(3151), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_fn] = ACTIONS(3448), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(3450), - [anon_sym_SLASH] = ACTIONS(2831), - [anon_sym_PERCENT] = ACTIONS(2831), - [anon_sym_LT] = ACTIONS(2831), - [anon_sym_GT] = ACTIONS(2831), - [anon_sym_EQ_EQ] = ACTIONS(2831), - [anon_sym_BANG_EQ] = ACTIONS(2831), - [anon_sym_LT_EQ] = ACTIONS(2831), - [anon_sym_GT_EQ] = ACTIONS(2831), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2836), - [anon_sym_struct] = ACTIONS(3452), - [anon_sym_pub] = ACTIONS(3151), - [anon_sym_mut] = ACTIONS(2833), - [anon_sym_COLON] = ACTIONS(2831), - [anon_sym_PLUS_PLUS] = ACTIONS(2831), - [anon_sym_DASH_DASH] = ACTIONS(2831), - [anon_sym_QMARK] = ACTIONS(3454), - [anon_sym_BANG] = ACTIONS(3456), - [anon_sym_go] = ACTIONS(2831), - [anon_sym_spawn] = ACTIONS(2831), - [anon_sym_json_DOTdecode] = ACTIONS(2831), - [anon_sym_LBRACK2] = ACTIONS(3458), - [anon_sym_TILDE] = ACTIONS(2831), - [anon_sym_CARET] = ACTIONS(2831), - [anon_sym_AMP] = ACTIONS(3460), - [anon_sym_LT_DASH] = ACTIONS(2831), - [anon_sym_LT_LT] = ACTIONS(2831), - [anon_sym_GT_GT] = ACTIONS(2831), - [anon_sym_GT_GT_GT] = ACTIONS(2831), - [anon_sym_AMP_CARET] = ACTIONS(2831), - [anon_sym_AMP_AMP] = ACTIONS(2831), - [anon_sym_PIPE_PIPE] = ACTIONS(2831), - [anon_sym_or] = ACTIONS(2831), - [sym_none] = ACTIONS(2831), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [sym_nil] = ACTIONS(2831), - [anon_sym_QMARK_DOT] = ACTIONS(2831), - [anon_sym_POUND_LBRACK] = ACTIONS(2831), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_DOLLARif] = ACTIONS(2831), - [anon_sym_is] = ACTIONS(2831), - [anon_sym_BANGis] = ACTIONS(2831), - [anon_sym_in] = ACTIONS(2831), - [anon_sym_BANGin] = ACTIONS(2831), - [anon_sym_match] = ACTIONS(2831), - [anon_sym_select] = ACTIONS(2831), - [anon_sym_lock] = ACTIONS(2831), - [anon_sym_rlock] = ACTIONS(2831), - [anon_sym_unsafe] = ACTIONS(2831), - [anon_sym_sql] = ACTIONS(2831), - [sym_int_literal] = ACTIONS(2831), - [sym_float_literal] = ACTIONS(2831), - [sym_rune_literal] = ACTIONS(2831), - [sym_pseudo_compile_time_identifier] = ACTIONS(2831), - [anon_sym_shared] = ACTIONS(3462), - [anon_sym_map_LBRACK] = ACTIONS(3464), - [anon_sym_chan] = ACTIONS(3466), - [anon_sym_thread] = ACTIONS(3468), - [anon_sym_atomic] = ACTIONS(3470), - [sym___double_quote] = ACTIONS(2831), - [sym___single_quote] = ACTIONS(2831), - [sym___c_double_quote] = ACTIONS(2831), - [sym___c_single_quote] = ACTIONS(2831), - [sym___r_double_quote] = ACTIONS(2831), - [sym___r_single_quote] = ACTIONS(2831), + [anon_sym_DOT] = ACTIONS(2785), + [anon_sym_as] = ACTIONS(2785), + [anon_sym_LBRACE] = ACTIONS(2787), + [anon_sym_COMMA] = ACTIONS(2785), + [anon_sym_const] = ACTIONS(2785), + [anon_sym_LPAREN] = ACTIONS(2785), + [anon_sym_EQ] = ACTIONS(2785), + [anon_sym___global] = ACTIONS(2785), + [anon_sym_type] = ACTIONS(2785), + [anon_sym_PIPE] = ACTIONS(2785), + [anon_sym_fn] = ACTIONS(2785), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_STAR] = ACTIONS(2785), + [anon_sym_SLASH] = ACTIONS(2785), + [anon_sym_PERCENT] = ACTIONS(2785), + [anon_sym_LT] = ACTIONS(2785), + [anon_sym_GT] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2785), + [anon_sym_BANG_EQ] = ACTIONS(2785), + [anon_sym_LT_EQ] = ACTIONS(2785), + [anon_sym_GT_EQ] = ACTIONS(2785), + [anon_sym_LBRACK] = ACTIONS(2790), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_union] = ACTIONS(2785), + [anon_sym_pub] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(2785), + [anon_sym_enum] = ACTIONS(2785), + [anon_sym_interface] = ACTIONS(2785), + [anon_sym_PLUS_PLUS] = ACTIONS(2785), + [anon_sym_DASH_DASH] = ACTIONS(2785), + [anon_sym_QMARK] = ACTIONS(2785), + [anon_sym_BANG] = ACTIONS(2785), + [anon_sym_go] = ACTIONS(2785), + [anon_sym_spawn] = ACTIONS(2785), + [anon_sym_json_DOTdecode] = ACTIONS(2785), + [anon_sym_LBRACK2] = ACTIONS(2785), + [anon_sym_TILDE] = ACTIONS(2785), + [anon_sym_CARET] = ACTIONS(2785), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_LT_DASH] = ACTIONS(2785), + [anon_sym_LT_LT] = ACTIONS(2785), + [anon_sym_GT_GT] = ACTIONS(2785), + [anon_sym_GT_GT_GT] = ACTIONS(2785), + [anon_sym_AMP_CARET] = ACTIONS(2785), + [anon_sym_AMP_AMP] = ACTIONS(2785), + [anon_sym_PIPE_PIPE] = ACTIONS(2785), + [anon_sym_or] = ACTIONS(2785), + [sym_none] = ACTIONS(2785), + [sym_true] = ACTIONS(2785), + [sym_false] = ACTIONS(2785), + [sym_nil] = ACTIONS(2785), + [anon_sym_QMARK_DOT] = ACTIONS(2785), + [anon_sym_POUND_LBRACK] = ACTIONS(2785), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_DOLLARif] = ACTIONS(2785), + [anon_sym_is] = ACTIONS(2785), + [anon_sym_BANGis] = ACTIONS(2785), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_BANGin] = ACTIONS(2785), + [anon_sym_match] = ACTIONS(2785), + [anon_sym_select] = ACTIONS(2785), + [anon_sym_STAR_EQ] = ACTIONS(2785), + [anon_sym_SLASH_EQ] = ACTIONS(2785), + [anon_sym_PERCENT_EQ] = ACTIONS(2785), + [anon_sym_LT_LT_EQ] = ACTIONS(2785), + [anon_sym_GT_GT_EQ] = ACTIONS(2785), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2785), + [anon_sym_AMP_EQ] = ACTIONS(2785), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2785), + [anon_sym_PLUS_EQ] = ACTIONS(2785), + [anon_sym_DASH_EQ] = ACTIONS(2785), + [anon_sym_PIPE_EQ] = ACTIONS(2785), + [anon_sym_CARET_EQ] = ACTIONS(2785), + [anon_sym_COLON_EQ] = ACTIONS(2785), + [anon_sym_lock] = ACTIONS(2785), + [anon_sym_rlock] = ACTIONS(2785), + [anon_sym_unsafe] = ACTIONS(2785), + [anon_sym_sql] = ACTIONS(2785), + [sym_int_literal] = ACTIONS(2785), + [sym_float_literal] = ACTIONS(2785), + [sym_rune_literal] = ACTIONS(2785), + [sym_pseudo_compile_time_identifier] = ACTIONS(2785), + [anon_sym_shared] = ACTIONS(2785), + [anon_sym_map_LBRACK] = ACTIONS(2785), + [anon_sym_chan] = ACTIONS(2785), + [anon_sym_thread] = ACTIONS(2785), + [anon_sym_atomic] = ACTIONS(2785), + [anon_sym_assert] = ACTIONS(2785), + [anon_sym_defer] = ACTIONS(2785), + [anon_sym_goto] = ACTIONS(2785), + [anon_sym_break] = ACTIONS(2785), + [anon_sym_continue] = ACTIONS(2785), + [anon_sym_return] = ACTIONS(2785), + [anon_sym_DOLLARfor] = ACTIONS(2785), + [anon_sym_for] = ACTIONS(2785), + [anon_sym_POUND] = ACTIONS(2785), + [anon_sym_asm] = ACTIONS(2785), + [anon_sym_AT_LBRACK] = ACTIONS(2785), + [sym___double_quote] = ACTIONS(2785), + [sym___single_quote] = ACTIONS(2785), + [sym___c_double_quote] = ACTIONS(2785), + [sym___c_single_quote] = ACTIONS(2785), + [sym___r_double_quote] = ACTIONS(2785), + [sym___r_single_quote] = ACTIONS(2785), }, [974] = { [sym_line_comment] = STATE(974), [sym_block_comment] = STATE(974), - [sym_reference_expression] = STATE(4510), - [sym_type_reference_expression] = STATE(1166), - [sym_plain_type] = STATE(1235), - [sym__plain_type_without_special] = STATE(1199), - [sym_anon_struct_type] = STATE(1203), - [sym_multi_return_type] = STATE(1199), - [sym_result_type] = STATE(1199), - [sym_option_type] = STATE(1199), - [sym_qualified_type] = STATE(1166), - [sym_fixed_array_type] = STATE(1203), - [sym_array_type] = STATE(1203), - [sym_pointer_type] = STATE(1203), - [sym_wrong_pointer_type] = STATE(1203), - [sym_map_type] = STATE(1203), - [sym_channel_type] = STATE(1203), - [sym_shared_type] = STATE(1203), - [sym_thread_type] = STATE(1203), - [sym_atomic_type] = STATE(1203), - [sym_generic_type] = STATE(1203), - [sym_function_type] = STATE(1203), - [sym_identifier] = ACTIONS(3472), + [sym_reference_expression] = STATE(4479), + [sym_type_reference_expression] = STATE(3438), + [sym_plain_type] = STATE(3449), + [sym__plain_type_without_special] = STATE(3453), + [sym_anon_struct_type] = STATE(3457), + [sym_multi_return_type] = STATE(3453), + [sym_result_type] = STATE(3453), + [sym_option_type] = STATE(3453), + [sym_qualified_type] = STATE(3438), + [sym_fixed_array_type] = STATE(3457), + [sym_array_type] = STATE(3457), + [sym_pointer_type] = STATE(3457), + [sym_wrong_pointer_type] = STATE(3457), + [sym_map_type] = STATE(3457), + [sym_channel_type] = STATE(3457), + [sym_shared_type] = STATE(3457), + [sym_thread_type] = STATE(3457), + [sym_atomic_type] = STATE(3457), + [sym_generic_type] = STATE(3457), + [sym_function_type] = STATE(3457), + [sym_identifier] = ACTIONS(3450), + [anon_sym_LF] = ACTIONS(2787), + [anon_sym_CR] = ACTIONS(2787), + [anon_sym_CR_LF] = ACTIONS(2787), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(2785), + [anon_sym_DOT] = ACTIONS(2785), + [anon_sym_as] = ACTIONS(2785), + [anon_sym_LBRACE] = ACTIONS(2787), + [anon_sym_COMMA] = ACTIONS(2785), + [anon_sym_RBRACE] = ACTIONS(2787), + [anon_sym_LPAREN] = ACTIONS(3452), + [anon_sym___global] = ACTIONS(3149), + [anon_sym_PIPE] = ACTIONS(2785), + [anon_sym_fn] = ACTIONS(3454), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_STAR] = ACTIONS(3456), + [anon_sym_SLASH] = ACTIONS(2785), + [anon_sym_PERCENT] = ACTIONS(2785), + [anon_sym_LT] = ACTIONS(2785), + [anon_sym_GT] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2785), + [anon_sym_BANG_EQ] = ACTIONS(2785), + [anon_sym_LT_EQ] = ACTIONS(2785), + [anon_sym_GT_EQ] = ACTIONS(2785), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2785), + [anon_sym_LBRACK] = ACTIONS(2790), + [anon_sym_struct] = ACTIONS(3458), + [anon_sym_pub] = ACTIONS(3149), + [anon_sym_mut] = ACTIONS(2787), + [anon_sym_COLON] = ACTIONS(2785), + [anon_sym_PLUS_PLUS] = ACTIONS(2785), + [anon_sym_DASH_DASH] = ACTIONS(2785), + [anon_sym_QMARK] = ACTIONS(3460), + [anon_sym_BANG] = ACTIONS(3462), + [anon_sym_go] = ACTIONS(2785), + [anon_sym_spawn] = ACTIONS(2785), + [anon_sym_json_DOTdecode] = ACTIONS(2785), + [anon_sym_LBRACK2] = ACTIONS(3464), + [anon_sym_TILDE] = ACTIONS(2785), + [anon_sym_CARET] = ACTIONS(2785), + [anon_sym_AMP] = ACTIONS(3466), + [anon_sym_LT_DASH] = ACTIONS(2785), + [anon_sym_LT_LT] = ACTIONS(2785), + [anon_sym_GT_GT] = ACTIONS(2785), + [anon_sym_GT_GT_GT] = ACTIONS(2785), + [anon_sym_AMP_CARET] = ACTIONS(2785), + [anon_sym_AMP_AMP] = ACTIONS(2785), + [anon_sym_PIPE_PIPE] = ACTIONS(2785), + [anon_sym_or] = ACTIONS(2785), + [sym_none] = ACTIONS(2785), + [sym_true] = ACTIONS(2785), + [sym_false] = ACTIONS(2785), + [sym_nil] = ACTIONS(2785), + [anon_sym_QMARK_DOT] = ACTIONS(2785), + [anon_sym_POUND_LBRACK] = ACTIONS(2785), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_DOLLARif] = ACTIONS(2785), + [anon_sym_is] = ACTIONS(2785), + [anon_sym_BANGis] = ACTIONS(2785), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_BANGin] = ACTIONS(2785), + [anon_sym_match] = ACTIONS(2785), + [anon_sym_select] = ACTIONS(2785), + [anon_sym_lock] = ACTIONS(2785), + [anon_sym_rlock] = ACTIONS(2785), + [anon_sym_unsafe] = ACTIONS(2785), + [anon_sym_sql] = ACTIONS(2785), + [sym_int_literal] = ACTIONS(2785), + [sym_float_literal] = ACTIONS(2785), + [sym_rune_literal] = ACTIONS(2785), + [sym_pseudo_compile_time_identifier] = ACTIONS(2785), + [anon_sym_shared] = ACTIONS(3468), + [anon_sym_map_LBRACK] = ACTIONS(3470), + [anon_sym_chan] = ACTIONS(3472), + [anon_sym_thread] = ACTIONS(3474), + [anon_sym_atomic] = ACTIONS(3476), + [sym___double_quote] = ACTIONS(2785), + [sym___single_quote] = ACTIONS(2785), + [sym___c_double_quote] = ACTIONS(2785), + [sym___c_single_quote] = ACTIONS(2785), + [sym___r_double_quote] = ACTIONS(2785), + [sym___r_single_quote] = ACTIONS(2785), + }, + [975] = { + [sym_line_comment] = STATE(975), + [sym_block_comment] = STATE(975), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(619), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_CR] = ACTIONS(619), + [anon_sym_CR_LF] = ACTIONS(619), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(619), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_RPAREN] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(619), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(619), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(619), + [anon_sym_mut] = ACTIONS(619), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_go] = ACTIONS(619), + [anon_sym_spawn] = ACTIONS(619), + [anon_sym_json_DOTdecode] = ACTIONS(619), + [anon_sym_LBRACK2] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_DASH] = ACTIONS(619), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(619), + [anon_sym_AMP_CARET] = ACTIONS(619), + [anon_sym_AMP_AMP] = ACTIONS(619), + [anon_sym_PIPE_PIPE] = ACTIONS(619), + [anon_sym_or] = ACTIONS(619), + [sym_none] = ACTIONS(619), + [sym_true] = ACTIONS(619), + [sym_false] = ACTIONS(619), + [sym_nil] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(619), + [anon_sym_POUND_LBRACK] = ACTIONS(619), + [anon_sym_if] = ACTIONS(619), + [anon_sym_DOLLARif] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(619), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(619), + [anon_sym_match] = ACTIONS(619), + [anon_sym_select] = ACTIONS(619), + [anon_sym_lock] = ACTIONS(619), + [anon_sym_rlock] = ACTIONS(619), + [anon_sym_unsafe] = ACTIONS(619), + [anon_sym_sql] = ACTIONS(619), + [sym_int_literal] = ACTIONS(619), + [sym_float_literal] = ACTIONS(619), + [sym_rune_literal] = ACTIONS(619), + [sym_pseudo_compile_time_identifier] = ACTIONS(619), + [anon_sym_shared] = ACTIONS(619), + [anon_sym_map_LBRACK] = ACTIONS(619), + [anon_sym_chan] = ACTIONS(619), + [anon_sym_thread] = ACTIONS(619), + [anon_sym_atomic] = ACTIONS(619), + [sym___double_quote] = ACTIONS(619), + [sym___single_quote] = ACTIONS(619), + [sym___c_double_quote] = ACTIONS(619), + [sym___c_single_quote] = ACTIONS(619), + [sym___r_double_quote] = ACTIONS(619), + [sym___r_single_quote] = ACTIONS(619), + }, + [976] = { + [sym_line_comment] = STATE(976), + [sym_block_comment] = STATE(976), + [sym_reference_expression] = STATE(4512), + [sym_type_reference_expression] = STATE(1170), + [sym_plain_type] = STATE(1214), + [sym__plain_type_without_special] = STATE(1248), + [sym_anon_struct_type] = STATE(1246), + [sym_multi_return_type] = STATE(1248), + [sym_result_type] = STATE(1248), + [sym_option_type] = STATE(1248), + [sym_qualified_type] = STATE(1170), + [sym_fixed_array_type] = STATE(1246), + [sym_array_type] = STATE(1246), + [sym_pointer_type] = STATE(1246), + [sym_wrong_pointer_type] = STATE(1246), + [sym_map_type] = STATE(1246), + [sym_channel_type] = STATE(1246), + [sym_shared_type] = STATE(1246), + [sym_thread_type] = STATE(1246), + [sym_atomic_type] = STATE(1246), + [sym_generic_type] = STATE(1246), + [sym_function_type] = STATE(1246), + [sym_identifier] = ACTIONS(3478), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_CR] = ACTIONS(623), + [anon_sym_CR_LF] = ACTIONS(623), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(623), + [anon_sym_DOT] = ACTIONS(623), + [anon_sym_as] = ACTIONS(623), + [anon_sym_LBRACE] = ACTIONS(623), + [anon_sym_COMMA] = ACTIONS(623), + [anon_sym_RBRACE] = ACTIONS(623), + [anon_sym_LPAREN] = ACTIONS(3480), + [anon_sym_RPAREN] = ACTIONS(623), + [anon_sym_PIPE] = ACTIONS(623), + [anon_sym_fn] = ACTIONS(3482), + [anon_sym_PLUS] = ACTIONS(623), + [anon_sym_DASH] = ACTIONS(623), + [anon_sym_STAR] = ACTIONS(3484), + [anon_sym_SLASH] = ACTIONS(623), + [anon_sym_PERCENT] = ACTIONS(623), + [anon_sym_LT] = ACTIONS(623), + [anon_sym_GT] = ACTIONS(623), + [anon_sym_EQ_EQ] = ACTIONS(623), + [anon_sym_BANG_EQ] = ACTIONS(623), + [anon_sym_LT_EQ] = ACTIONS(623), + [anon_sym_GT_EQ] = ACTIONS(623), + [anon_sym_DOT_DOT_DOT] = ACTIONS(623), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_struct] = ACTIONS(3486), + [anon_sym_mut] = ACTIONS(623), + [anon_sym_PLUS_PLUS] = ACTIONS(623), + [anon_sym_DASH_DASH] = ACTIONS(623), + [anon_sym_QMARK] = ACTIONS(3488), + [anon_sym_BANG] = ACTIONS(3490), + [anon_sym_go] = ACTIONS(623), + [anon_sym_spawn] = ACTIONS(623), + [anon_sym_json_DOTdecode] = ACTIONS(623), + [anon_sym_LBRACK2] = ACTIONS(3492), + [anon_sym_TILDE] = ACTIONS(623), + [anon_sym_CARET] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(3494), + [anon_sym_LT_DASH] = ACTIONS(623), + [anon_sym_LT_LT] = ACTIONS(623), + [anon_sym_GT_GT] = ACTIONS(623), + [anon_sym_GT_GT_GT] = ACTIONS(623), + [anon_sym_AMP_CARET] = ACTIONS(623), + [anon_sym_AMP_AMP] = ACTIONS(623), + [anon_sym_PIPE_PIPE] = ACTIONS(623), + [anon_sym_or] = ACTIONS(623), + [sym_none] = ACTIONS(623), + [sym_true] = ACTIONS(623), + [sym_false] = ACTIONS(623), + [sym_nil] = ACTIONS(623), + [anon_sym_QMARK_DOT] = ACTIONS(623), + [anon_sym_POUND_LBRACK] = ACTIONS(623), + [anon_sym_if] = ACTIONS(623), + [anon_sym_DOLLARif] = ACTIONS(623), + [anon_sym_is] = ACTIONS(623), + [anon_sym_BANGis] = ACTIONS(623), + [anon_sym_in] = ACTIONS(623), + [anon_sym_BANGin] = ACTIONS(623), + [anon_sym_match] = ACTIONS(623), + [anon_sym_select] = ACTIONS(623), + [anon_sym_lock] = ACTIONS(623), + [anon_sym_rlock] = ACTIONS(623), + [anon_sym_unsafe] = ACTIONS(623), + [anon_sym_sql] = ACTIONS(623), + [sym_int_literal] = ACTIONS(623), + [sym_float_literal] = ACTIONS(623), + [sym_rune_literal] = ACTIONS(623), + [sym_pseudo_compile_time_identifier] = ACTIONS(623), + [anon_sym_shared] = ACTIONS(3496), + [anon_sym_map_LBRACK] = ACTIONS(3498), + [anon_sym_chan] = ACTIONS(3500), + [anon_sym_thread] = ACTIONS(3502), + [anon_sym_atomic] = ACTIONS(3504), + [sym___double_quote] = ACTIONS(623), + [sym___single_quote] = ACTIONS(623), + [sym___c_double_quote] = ACTIONS(623), + [sym___c_single_quote] = ACTIONS(623), + [sym___r_double_quote] = ACTIONS(623), + [sym___r_single_quote] = ACTIONS(623), + }, + [977] = { + [sym_line_comment] = STATE(977), + [sym_block_comment] = STATE(977), + [sym_reference_expression] = STATE(4512), + [sym_type_reference_expression] = STATE(1170), + [sym_plain_type] = STATE(1208), + [sym__plain_type_without_special] = STATE(1248), + [sym_anon_struct_type] = STATE(1246), + [sym_multi_return_type] = STATE(1248), + [sym_result_type] = STATE(1248), + [sym_option_type] = STATE(1248), + [sym_qualified_type] = STATE(1170), + [sym_fixed_array_type] = STATE(1246), + [sym_array_type] = STATE(1246), + [sym_pointer_type] = STATE(1246), + [sym_wrong_pointer_type] = STATE(1246), + [sym_map_type] = STATE(1246), + [sym_channel_type] = STATE(1246), + [sym_shared_type] = STATE(1246), + [sym_thread_type] = STATE(1246), + [sym_atomic_type] = STATE(1246), + [sym_generic_type] = STATE(1246), + [sym_function_type] = STATE(1246), + [sym_identifier] = ACTIONS(3478), + [anon_sym_LF] = ACTIONS(567), + [anon_sym_CR] = ACTIONS(567), + [anon_sym_CR_LF] = ACTIONS(567), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(567), + [anon_sym_DOT] = ACTIONS(567), + [anon_sym_as] = ACTIONS(567), + [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_RBRACE] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(3480), + [anon_sym_RPAREN] = ACTIONS(567), + [anon_sym_PIPE] = ACTIONS(567), + [anon_sym_fn] = ACTIONS(3482), + [anon_sym_PLUS] = ACTIONS(567), + [anon_sym_DASH] = ACTIONS(567), + [anon_sym_STAR] = ACTIONS(3484), + [anon_sym_SLASH] = ACTIONS(567), + [anon_sym_PERCENT] = ACTIONS(567), + [anon_sym_LT] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(567), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_GT_EQ] = ACTIONS(567), + [anon_sym_DOT_DOT_DOT] = ACTIONS(567), + [anon_sym_LBRACK] = ACTIONS(563), + [anon_sym_struct] = ACTIONS(3486), + [anon_sym_mut] = ACTIONS(567), + [anon_sym_PLUS_PLUS] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(567), + [anon_sym_QMARK] = ACTIONS(3488), + [anon_sym_BANG] = ACTIONS(3490), + [anon_sym_go] = ACTIONS(567), + [anon_sym_spawn] = ACTIONS(567), + [anon_sym_json_DOTdecode] = ACTIONS(567), + [anon_sym_LBRACK2] = ACTIONS(3492), + [anon_sym_TILDE] = ACTIONS(567), + [anon_sym_CARET] = ACTIONS(567), + [anon_sym_AMP] = ACTIONS(3494), + [anon_sym_LT_DASH] = ACTIONS(567), + [anon_sym_LT_LT] = ACTIONS(567), + [anon_sym_GT_GT] = ACTIONS(567), + [anon_sym_GT_GT_GT] = ACTIONS(567), + [anon_sym_AMP_CARET] = ACTIONS(567), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_or] = ACTIONS(567), + [sym_none] = ACTIONS(567), + [sym_true] = ACTIONS(567), + [sym_false] = ACTIONS(567), + [sym_nil] = ACTIONS(567), + [anon_sym_QMARK_DOT] = ACTIONS(567), + [anon_sym_POUND_LBRACK] = ACTIONS(567), + [anon_sym_if] = ACTIONS(567), + [anon_sym_DOLLARif] = ACTIONS(567), + [anon_sym_is] = ACTIONS(567), + [anon_sym_BANGis] = ACTIONS(567), + [anon_sym_in] = ACTIONS(567), + [anon_sym_BANGin] = ACTIONS(567), + [anon_sym_match] = ACTIONS(567), + [anon_sym_select] = ACTIONS(567), + [anon_sym_lock] = ACTIONS(567), + [anon_sym_rlock] = ACTIONS(567), + [anon_sym_unsafe] = ACTIONS(567), + [anon_sym_sql] = ACTIONS(567), + [sym_int_literal] = ACTIONS(567), + [sym_float_literal] = ACTIONS(567), + [sym_rune_literal] = ACTIONS(567), + [sym_pseudo_compile_time_identifier] = ACTIONS(567), + [anon_sym_shared] = ACTIONS(3496), + [anon_sym_map_LBRACK] = ACTIONS(3498), + [anon_sym_chan] = ACTIONS(3500), + [anon_sym_thread] = ACTIONS(3502), + [anon_sym_atomic] = ACTIONS(3504), + [sym___double_quote] = ACTIONS(567), + [sym___single_quote] = ACTIONS(567), + [sym___c_double_quote] = ACTIONS(567), + [sym___c_single_quote] = ACTIONS(567), + [sym___r_double_quote] = ACTIONS(567), + [sym___r_single_quote] = ACTIONS(567), + }, + [978] = { + [sym_line_comment] = STATE(978), + [sym_block_comment] = STATE(978), + [sym_reference_expression] = STATE(4512), + [sym_type_reference_expression] = STATE(1170), + [sym_plain_type] = STATE(1172), + [sym__plain_type_without_special] = STATE(1248), + [sym_anon_struct_type] = STATE(1246), + [sym_multi_return_type] = STATE(1248), + [sym_result_type] = STATE(1248), + [sym_option_type] = STATE(1248), + [sym_qualified_type] = STATE(1170), + [sym_fixed_array_type] = STATE(1246), + [sym_array_type] = STATE(1246), + [sym_pointer_type] = STATE(1246), + [sym_wrong_pointer_type] = STATE(1246), + [sym_map_type] = STATE(1246), + [sym_channel_type] = STATE(1246), + [sym_shared_type] = STATE(1246), + [sym_thread_type] = STATE(1246), + [sym_atomic_type] = STATE(1246), + [sym_generic_type] = STATE(1246), + [sym_function_type] = STATE(1246), + [sym_identifier] = ACTIONS(3478), [anon_sym_LF] = ACTIONS(627), [anon_sym_CR] = ACTIONS(627), [anon_sym_CR_LF] = ACTIONS(627), @@ -136826,13 +137280,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(627), [anon_sym_COMMA] = ACTIONS(627), [anon_sym_RBRACE] = ACTIONS(627), - [anon_sym_LPAREN] = ACTIONS(3474), + [anon_sym_LPAREN] = ACTIONS(3480), [anon_sym_RPAREN] = ACTIONS(627), [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_fn] = ACTIONS(3476), + [anon_sym_fn] = ACTIONS(3482), [anon_sym_PLUS] = ACTIONS(627), [anon_sym_DASH] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(3478), + [anon_sym_STAR] = ACTIONS(3484), [anon_sym_SLASH] = ACTIONS(627), [anon_sym_PERCENT] = ACTIONS(627), [anon_sym_LT] = ACTIONS(627), @@ -136843,19 +137297,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(627), [anon_sym_DOT_DOT_DOT] = ACTIONS(627), [anon_sym_LBRACK] = ACTIONS(625), - [anon_sym_struct] = ACTIONS(3480), + [anon_sym_struct] = ACTIONS(3486), [anon_sym_mut] = ACTIONS(627), [anon_sym_PLUS_PLUS] = ACTIONS(627), [anon_sym_DASH_DASH] = ACTIONS(627), - [anon_sym_QMARK] = ACTIONS(3482), - [anon_sym_BANG] = ACTIONS(3484), + [anon_sym_QMARK] = ACTIONS(3488), + [anon_sym_BANG] = ACTIONS(3490), [anon_sym_go] = ACTIONS(627), [anon_sym_spawn] = ACTIONS(627), [anon_sym_json_DOTdecode] = ACTIONS(627), - [anon_sym_LBRACK2] = ACTIONS(3486), + [anon_sym_LBRACK2] = ACTIONS(3492), [anon_sym_TILDE] = ACTIONS(627), [anon_sym_CARET] = ACTIONS(627), - [anon_sym_AMP] = ACTIONS(3488), + [anon_sym_AMP] = ACTIONS(3494), [anon_sym_LT_DASH] = ACTIONS(627), [anon_sym_LT_LT] = ACTIONS(627), [anon_sym_GT_GT] = ACTIONS(627), @@ -136886,11 +137340,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(627), [sym_rune_literal] = ACTIONS(627), [sym_pseudo_compile_time_identifier] = ACTIONS(627), - [anon_sym_shared] = ACTIONS(3490), - [anon_sym_map_LBRACK] = ACTIONS(3492), - [anon_sym_chan] = ACTIONS(3494), - [anon_sym_thread] = ACTIONS(3496), - [anon_sym_atomic] = ACTIONS(3498), + [anon_sym_shared] = ACTIONS(3496), + [anon_sym_map_LBRACK] = ACTIONS(3498), + [anon_sym_chan] = ACTIONS(3500), + [anon_sym_thread] = ACTIONS(3502), + [anon_sym_atomic] = ACTIONS(3504), [sym___double_quote] = ACTIONS(627), [sym___single_quote] = ACTIONS(627), [sym___c_double_quote] = ACTIONS(627), @@ -136898,507 +137352,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(627), [sym___r_single_quote] = ACTIONS(627), }, - [975] = { - [sym_line_comment] = STATE(975), - [sym_block_comment] = STATE(975), - [sym_reference_expression] = STATE(4510), - [sym_type_reference_expression] = STATE(1166), - [sym_plain_type] = STATE(1266), - [sym__plain_type_without_special] = STATE(1199), - [sym_anon_struct_type] = STATE(1203), - [sym_multi_return_type] = STATE(1199), - [sym_result_type] = STATE(1199), - [sym_option_type] = STATE(1199), - [sym_qualified_type] = STATE(1166), - [sym_fixed_array_type] = STATE(1203), - [sym_array_type] = STATE(1203), - [sym_pointer_type] = STATE(1203), - [sym_wrong_pointer_type] = STATE(1203), - [sym_map_type] = STATE(1203), - [sym_channel_type] = STATE(1203), - [sym_shared_type] = STATE(1203), - [sym_thread_type] = STATE(1203), - [sym_atomic_type] = STATE(1203), - [sym_generic_type] = STATE(1203), - [sym_function_type] = STATE(1203), - [sym_identifier] = ACTIONS(3472), - [anon_sym_LF] = ACTIONS(601), - [anon_sym_CR] = ACTIONS(601), - [anon_sym_CR_LF] = ACTIONS(601), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(601), - [anon_sym_DOT] = ACTIONS(601), - [anon_sym_as] = ACTIONS(601), - [anon_sym_LBRACE] = ACTIONS(601), - [anon_sym_COMMA] = ACTIONS(601), - [anon_sym_RBRACE] = ACTIONS(601), - [anon_sym_LPAREN] = ACTIONS(3474), - [anon_sym_RPAREN] = ACTIONS(601), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(3476), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(3478), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_PERCENT] = ACTIONS(601), - [anon_sym_LT] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(601), - [anon_sym_BANG_EQ] = ACTIONS(601), - [anon_sym_LT_EQ] = ACTIONS(601), - [anon_sym_GT_EQ] = ACTIONS(601), - [anon_sym_DOT_DOT_DOT] = ACTIONS(601), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_struct] = ACTIONS(3480), - [anon_sym_mut] = ACTIONS(601), - [anon_sym_PLUS_PLUS] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(601), - [anon_sym_QMARK] = ACTIONS(3482), - [anon_sym_BANG] = ACTIONS(3484), - [anon_sym_go] = ACTIONS(601), - [anon_sym_spawn] = ACTIONS(601), - [anon_sym_json_DOTdecode] = ACTIONS(601), - [anon_sym_LBRACK2] = ACTIONS(3486), - [anon_sym_TILDE] = ACTIONS(601), - [anon_sym_CARET] = ACTIONS(601), - [anon_sym_AMP] = ACTIONS(3488), - [anon_sym_LT_DASH] = ACTIONS(601), - [anon_sym_LT_LT] = ACTIONS(601), - [anon_sym_GT_GT] = ACTIONS(601), - [anon_sym_GT_GT_GT] = ACTIONS(601), - [anon_sym_AMP_CARET] = ACTIONS(601), - [anon_sym_AMP_AMP] = ACTIONS(601), - [anon_sym_PIPE_PIPE] = ACTIONS(601), - [anon_sym_or] = ACTIONS(601), - [sym_none] = ACTIONS(601), - [sym_true] = ACTIONS(601), - [sym_false] = ACTIONS(601), - [sym_nil] = ACTIONS(601), - [anon_sym_QMARK_DOT] = ACTIONS(601), - [anon_sym_POUND_LBRACK] = ACTIONS(601), - [anon_sym_if] = ACTIONS(601), - [anon_sym_DOLLARif] = ACTIONS(601), - [anon_sym_is] = ACTIONS(601), - [anon_sym_BANGis] = ACTIONS(601), - [anon_sym_in] = ACTIONS(601), - [anon_sym_BANGin] = ACTIONS(601), - [anon_sym_match] = ACTIONS(601), - [anon_sym_select] = ACTIONS(601), - [anon_sym_lock] = ACTIONS(601), - [anon_sym_rlock] = ACTIONS(601), - [anon_sym_unsafe] = ACTIONS(601), - [anon_sym_sql] = ACTIONS(601), - [sym_int_literal] = ACTIONS(601), - [sym_float_literal] = ACTIONS(601), - [sym_rune_literal] = ACTIONS(601), - [sym_pseudo_compile_time_identifier] = ACTIONS(601), - [anon_sym_shared] = ACTIONS(3490), - [anon_sym_map_LBRACK] = ACTIONS(3492), - [anon_sym_chan] = ACTIONS(3494), - [anon_sym_thread] = ACTIONS(3496), - [anon_sym_atomic] = ACTIONS(3498), - [sym___double_quote] = ACTIONS(601), - [sym___single_quote] = ACTIONS(601), - [sym___c_double_quote] = ACTIONS(601), - [sym___c_single_quote] = ACTIONS(601), - [sym___r_double_quote] = ACTIONS(601), - [sym___r_single_quote] = ACTIONS(601), - }, - [976] = { - [sym_line_comment] = STATE(976), - [sym_block_comment] = STATE(976), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(565), - [anon_sym_LF] = ACTIONS(565), - [anon_sym_CR] = ACTIONS(565), - [anon_sym_CR_LF] = ACTIONS(565), + [979] = { + [sym_line_comment] = STATE(979), + [sym_block_comment] = STATE(979), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(599), + [anon_sym_CR] = ACTIONS(599), + [anon_sym_CR_LF] = ACTIONS(599), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(565), - [anon_sym_DOT] = ACTIONS(565), - [anon_sym_as] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(565), - [anon_sym_COMMA] = ACTIONS(565), - [anon_sym_RBRACE] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(565), - [anon_sym_RPAREN] = ACTIONS(565), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(565), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(565), - [anon_sym_SLASH] = ACTIONS(565), - [anon_sym_PERCENT] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_EQ_EQ] = ACTIONS(565), - [anon_sym_BANG_EQ] = ACTIONS(565), - [anon_sym_LT_EQ] = ACTIONS(565), - [anon_sym_GT_EQ] = ACTIONS(565), - [anon_sym_DOT_DOT_DOT] = ACTIONS(565), - [anon_sym_LBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(565), - [anon_sym_mut] = ACTIONS(565), - [anon_sym_PLUS_PLUS] = ACTIONS(565), - [anon_sym_DASH_DASH] = ACTIONS(565), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_go] = ACTIONS(565), - [anon_sym_spawn] = ACTIONS(565), - [anon_sym_json_DOTdecode] = ACTIONS(565), - [anon_sym_LBRACK2] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(565), - [anon_sym_CARET] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(565), - [anon_sym_LT_DASH] = ACTIONS(565), - [anon_sym_LT_LT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(565), - [anon_sym_GT_GT_GT] = ACTIONS(565), - [anon_sym_AMP_CARET] = ACTIONS(565), - [anon_sym_AMP_AMP] = ACTIONS(565), - [anon_sym_PIPE_PIPE] = ACTIONS(565), - [anon_sym_or] = ACTIONS(565), - [sym_none] = ACTIONS(565), - [sym_true] = ACTIONS(565), - [sym_false] = ACTIONS(565), - [sym_nil] = ACTIONS(565), - [anon_sym_QMARK_DOT] = ACTIONS(565), - [anon_sym_POUND_LBRACK] = ACTIONS(565), - [anon_sym_if] = ACTIONS(565), - [anon_sym_DOLLARif] = ACTIONS(565), - [anon_sym_is] = ACTIONS(565), - [anon_sym_BANGis] = ACTIONS(565), - [anon_sym_in] = ACTIONS(565), - [anon_sym_BANGin] = ACTIONS(565), - [anon_sym_match] = ACTIONS(565), - [anon_sym_select] = ACTIONS(565), - [anon_sym_lock] = ACTIONS(565), - [anon_sym_rlock] = ACTIONS(565), - [anon_sym_unsafe] = ACTIONS(565), - [anon_sym_sql] = ACTIONS(565), - [sym_int_literal] = ACTIONS(565), - [sym_float_literal] = ACTIONS(565), - [sym_rune_literal] = ACTIONS(565), - [sym_pseudo_compile_time_identifier] = ACTIONS(565), - [anon_sym_shared] = ACTIONS(565), - [anon_sym_map_LBRACK] = ACTIONS(565), - [anon_sym_chan] = ACTIONS(565), - [anon_sym_thread] = ACTIONS(565), - [anon_sym_atomic] = ACTIONS(565), - [sym___double_quote] = ACTIONS(565), - [sym___single_quote] = ACTIONS(565), - [sym___c_double_quote] = ACTIONS(565), - [sym___c_single_quote] = ACTIONS(565), - [sym___r_double_quote] = ACTIONS(565), - [sym___r_single_quote] = ACTIONS(565), - }, - [977] = { - [sym_line_comment] = STATE(977), - [sym_block_comment] = STATE(977), - [sym_reference_expression] = STATE(4510), - [sym_type_reference_expression] = STATE(1166), - [sym_plain_type] = STATE(1231), - [sym__plain_type_without_special] = STATE(1199), - [sym_anon_struct_type] = STATE(1203), - [sym_multi_return_type] = STATE(1199), - [sym_result_type] = STATE(1199), - [sym_option_type] = STATE(1199), - [sym_qualified_type] = STATE(1166), - [sym_fixed_array_type] = STATE(1203), - [sym_array_type] = STATE(1203), - [sym_pointer_type] = STATE(1203), - [sym_wrong_pointer_type] = STATE(1203), - [sym_map_type] = STATE(1203), - [sym_channel_type] = STATE(1203), - [sym_shared_type] = STATE(1203), - [sym_thread_type] = STATE(1203), - [sym_atomic_type] = STATE(1203), - [sym_generic_type] = STATE(1203), - [sym_function_type] = STATE(1203), - [sym_identifier] = ACTIONS(3472), - [anon_sym_LF] = ACTIONS(571), - [anon_sym_CR] = ACTIONS(571), - [anon_sym_CR_LF] = ACTIONS(571), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(571), - [anon_sym_DOT] = ACTIONS(571), - [anon_sym_as] = ACTIONS(571), - [anon_sym_LBRACE] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(571), - [anon_sym_RBRACE] = ACTIONS(571), - [anon_sym_LPAREN] = ACTIONS(3474), - [anon_sym_RPAREN] = ACTIONS(571), - [anon_sym_PIPE] = ACTIONS(571), - [anon_sym_fn] = ACTIONS(3476), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(571), - [anon_sym_STAR] = ACTIONS(3478), - [anon_sym_SLASH] = ACTIONS(571), - [anon_sym_PERCENT] = ACTIONS(571), - [anon_sym_LT] = ACTIONS(571), - [anon_sym_GT] = ACTIONS(571), - [anon_sym_EQ_EQ] = ACTIONS(571), - [anon_sym_BANG_EQ] = ACTIONS(571), - [anon_sym_LT_EQ] = ACTIONS(571), - [anon_sym_GT_EQ] = ACTIONS(571), - [anon_sym_DOT_DOT_DOT] = ACTIONS(571), - [anon_sym_LBRACK] = ACTIONS(567), - [anon_sym_struct] = ACTIONS(3480), - [anon_sym_mut] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_QMARK] = ACTIONS(3482), - [anon_sym_BANG] = ACTIONS(3484), - [anon_sym_go] = ACTIONS(571), - [anon_sym_spawn] = ACTIONS(571), - [anon_sym_json_DOTdecode] = ACTIONS(571), - [anon_sym_LBRACK2] = ACTIONS(3486), - [anon_sym_TILDE] = ACTIONS(571), - [anon_sym_CARET] = ACTIONS(571), - [anon_sym_AMP] = ACTIONS(3488), - [anon_sym_LT_DASH] = ACTIONS(571), - [anon_sym_LT_LT] = ACTIONS(571), - [anon_sym_GT_GT] = ACTIONS(571), - [anon_sym_GT_GT_GT] = ACTIONS(571), - [anon_sym_AMP_CARET] = ACTIONS(571), - [anon_sym_AMP_AMP] = ACTIONS(571), - [anon_sym_PIPE_PIPE] = ACTIONS(571), - [anon_sym_or] = ACTIONS(571), - [sym_none] = ACTIONS(571), - [sym_true] = ACTIONS(571), - [sym_false] = ACTIONS(571), - [sym_nil] = ACTIONS(571), - [anon_sym_QMARK_DOT] = ACTIONS(571), - [anon_sym_POUND_LBRACK] = ACTIONS(571), - [anon_sym_if] = ACTIONS(571), - [anon_sym_DOLLARif] = ACTIONS(571), - [anon_sym_is] = ACTIONS(571), - [anon_sym_BANGis] = ACTIONS(571), - [anon_sym_in] = ACTIONS(571), - [anon_sym_BANGin] = ACTIONS(571), - [anon_sym_match] = ACTIONS(571), - [anon_sym_select] = ACTIONS(571), - [anon_sym_lock] = ACTIONS(571), - [anon_sym_rlock] = ACTIONS(571), - [anon_sym_unsafe] = ACTIONS(571), - [anon_sym_sql] = ACTIONS(571), - [sym_int_literal] = ACTIONS(571), - [sym_float_literal] = ACTIONS(571), - [sym_rune_literal] = ACTIONS(571), - [sym_pseudo_compile_time_identifier] = ACTIONS(571), - [anon_sym_shared] = ACTIONS(3490), - [anon_sym_map_LBRACK] = ACTIONS(3492), - [anon_sym_chan] = ACTIONS(3494), - [anon_sym_thread] = ACTIONS(3496), - [anon_sym_atomic] = ACTIONS(3498), - [sym___double_quote] = ACTIONS(571), - [sym___single_quote] = ACTIONS(571), - [sym___c_double_quote] = ACTIONS(571), - [sym___c_single_quote] = ACTIONS(571), - [sym___r_double_quote] = ACTIONS(571), - [sym___r_single_quote] = ACTIONS(571), - }, - [978] = { - [sym_line_comment] = STATE(978), - [sym_block_comment] = STATE(978), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), - [anon_sym_LF] = ACTIONS(607), - [anon_sym_CR] = ACTIONS(607), - [anon_sym_CR_LF] = ACTIONS(607), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(607), - [anon_sym_DOT] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_LBRACE] = ACTIONS(607), - [anon_sym_COMMA] = ACTIONS(607), - [anon_sym_RBRACE] = ACTIONS(607), - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym_RPAREN] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(613), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(607), - [anon_sym_BANG_EQ] = ACTIONS(607), - [anon_sym_LT_EQ] = ACTIONS(607), - [anon_sym_GT_EQ] = ACTIONS(607), - [anon_sym_DOT_DOT_DOT] = ACTIONS(607), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_mut] = ACTIONS(607), - [anon_sym_PLUS_PLUS] = ACTIONS(607), - [anon_sym_DASH_DASH] = ACTIONS(607), + [anon_sym_SEMI] = ACTIONS(599), + [anon_sym_DOT] = ACTIONS(599), + [anon_sym_as] = ACTIONS(599), + [anon_sym_LBRACE] = ACTIONS(599), + [anon_sym_COMMA] = ACTIONS(599), + [anon_sym_RBRACE] = ACTIONS(599), + [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym_RPAREN] = ACTIONS(599), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(605), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(599), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(599), + [anon_sym_BANG_EQ] = ACTIONS(599), + [anon_sym_LT_EQ] = ACTIONS(599), + [anon_sym_GT_EQ] = ACTIONS(599), + [anon_sym_DOT_DOT_DOT] = ACTIONS(599), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_mut] = ACTIONS(599), + [anon_sym_PLUS_PLUS] = ACTIONS(599), + [anon_sym_DASH_DASH] = ACTIONS(599), [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(3500), - [anon_sym_go] = ACTIONS(607), - [anon_sym_spawn] = ACTIONS(607), - [anon_sym_json_DOTdecode] = ACTIONS(607), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_TILDE] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(607), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_DASH] = ACTIONS(607), - [anon_sym_LT_LT] = ACTIONS(607), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(607), - [anon_sym_AMP_CARET] = ACTIONS(607), - [anon_sym_AMP_AMP] = ACTIONS(607), - [anon_sym_PIPE_PIPE] = ACTIONS(607), - [anon_sym_or] = ACTIONS(607), - [sym_none] = ACTIONS(607), - [sym_true] = ACTIONS(607), - [sym_false] = ACTIONS(607), - [sym_nil] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(607), - [anon_sym_POUND_LBRACK] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_DOLLARif] = ACTIONS(607), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(607), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_select] = ACTIONS(607), - [anon_sym_lock] = ACTIONS(607), - [anon_sym_rlock] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_sql] = ACTIONS(607), - [sym_int_literal] = ACTIONS(607), - [sym_float_literal] = ACTIONS(607), - [sym_rune_literal] = ACTIONS(607), - [sym_pseudo_compile_time_identifier] = ACTIONS(607), - [anon_sym_shared] = ACTIONS(623), + [anon_sym_BANG] = ACTIONS(3506), + [anon_sym_go] = ACTIONS(599), + [anon_sym_spawn] = ACTIONS(599), + [anon_sym_json_DOTdecode] = ACTIONS(599), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_TILDE] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(599), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_DASH] = ACTIONS(599), + [anon_sym_LT_LT] = ACTIONS(599), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(599), + [anon_sym_AMP_CARET] = ACTIONS(599), + [anon_sym_AMP_AMP] = ACTIONS(599), + [anon_sym_PIPE_PIPE] = ACTIONS(599), + [anon_sym_or] = ACTIONS(599), + [sym_none] = ACTIONS(599), + [sym_true] = ACTIONS(599), + [sym_false] = ACTIONS(599), + [sym_nil] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(599), + [anon_sym_POUND_LBRACK] = ACTIONS(599), + [anon_sym_if] = ACTIONS(599), + [anon_sym_DOLLARif] = ACTIONS(599), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(599), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(599), + [anon_sym_match] = ACTIONS(599), + [anon_sym_select] = ACTIONS(599), + [anon_sym_lock] = ACTIONS(599), + [anon_sym_rlock] = ACTIONS(599), + [anon_sym_unsafe] = ACTIONS(599), + [anon_sym_sql] = ACTIONS(599), + [sym_int_literal] = ACTIONS(599), + [sym_float_literal] = ACTIONS(599), + [sym_rune_literal] = ACTIONS(599), + [sym_pseudo_compile_time_identifier] = ACTIONS(599), + [anon_sym_shared] = ACTIONS(615), [anon_sym_map_LBRACK] = ACTIONS(549), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(607), - [sym___single_quote] = ACTIONS(607), - [sym___c_double_quote] = ACTIONS(607), - [sym___c_single_quote] = ACTIONS(607), - [sym___r_double_quote] = ACTIONS(607), - [sym___r_single_quote] = ACTIONS(607), + [sym___double_quote] = ACTIONS(599), + [sym___single_quote] = ACTIONS(599), + [sym___c_double_quote] = ACTIONS(599), + [sym___c_single_quote] = ACTIONS(599), + [sym___r_double_quote] = ACTIONS(599), + [sym___r_single_quote] = ACTIONS(599), }, - [979] = { - [sym_line_comment] = STATE(979), - [sym_block_comment] = STATE(979), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [aux_sym_strictly_expression_list_repeat1] = STATE(1450), - [ts_builtin_sym_end] = ACTIONS(3502), + [980] = { + [sym_line_comment] = STATE(980), + [sym_block_comment] = STATE(980), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [aux_sym_strictly_expression_list_repeat1] = STATE(1445), + [ts_builtin_sym_end] = ACTIONS(3508), [sym_identifier] = ACTIONS(1761), [anon_sym_LF] = ACTIONS(1761), [anon_sym_CR] = ACTIONS(1761), [anon_sym_CR_LF] = ACTIONS(1761), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(3506), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(3512), [anon_sym_LBRACE] = ACTIONS(1761), - [anon_sym_COMMA] = ACTIONS(3508), + [anon_sym_COMMA] = ACTIONS(3514), [anon_sym_const] = ACTIONS(1761), - [anon_sym_LPAREN] = ACTIONS(3510), + [anon_sym_LPAREN] = ACTIONS(3516), [anon_sym___global] = ACTIONS(1761), [anon_sym_type] = ACTIONS(1761), - [anon_sym_PIPE] = ACTIONS(3512), + [anon_sym_PIPE] = ACTIONS(3518), [anon_sym_fn] = ACTIONS(1761), - [anon_sym_PLUS] = ACTIONS(3512), - [anon_sym_DASH] = ACTIONS(3512), - [anon_sym_STAR] = ACTIONS(3514), - [anon_sym_SLASH] = ACTIONS(3514), - [anon_sym_PERCENT] = ACTIONS(3514), - [anon_sym_LT] = ACTIONS(3516), - [anon_sym_GT] = ACTIONS(3516), - [anon_sym_EQ_EQ] = ACTIONS(3516), - [anon_sym_BANG_EQ] = ACTIONS(3516), - [anon_sym_LT_EQ] = ACTIONS(3516), - [anon_sym_GT_EQ] = ACTIONS(3516), - [anon_sym_LBRACK] = ACTIONS(3518), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_LT] = ACTIONS(3522), + [anon_sym_GT] = ACTIONS(3522), + [anon_sym_EQ_EQ] = ACTIONS(3522), + [anon_sym_BANG_EQ] = ACTIONS(3522), + [anon_sym_LT_EQ] = ACTIONS(3522), + [anon_sym_GT_EQ] = ACTIONS(3522), + [anon_sym_LBRACK] = ACTIONS(3524), [anon_sym_struct] = ACTIONS(1761), [anon_sym_union] = ACTIONS(1761), [anon_sym_pub] = ACTIONS(1761), [anon_sym_mut] = ACTIONS(1761), [anon_sym_enum] = ACTIONS(1761), [anon_sym_interface] = ACTIONS(1761), - [anon_sym_PLUS_PLUS] = ACTIONS(3520), - [anon_sym_DASH_DASH] = ACTIONS(3522), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), + [anon_sym_PLUS_PLUS] = ACTIONS(3526), + [anon_sym_DASH_DASH] = ACTIONS(3528), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), [anon_sym_go] = ACTIONS(1761), [anon_sym_spawn] = ACTIONS(1761), [anon_sym_json_DOTdecode] = ACTIONS(1761), - [anon_sym_LBRACK2] = ACTIONS(3528), + [anon_sym_LBRACK2] = ACTIONS(3534), [anon_sym_TILDE] = ACTIONS(1761), - [anon_sym_CARET] = ACTIONS(3512), - [anon_sym_AMP] = ACTIONS(3514), + [anon_sym_CARET] = ACTIONS(3518), + [anon_sym_AMP] = ACTIONS(3520), [anon_sym_LT_DASH] = ACTIONS(1761), - [anon_sym_LT_LT] = ACTIONS(3514), - [anon_sym_GT_GT] = ACTIONS(3514), - [anon_sym_GT_GT_GT] = ACTIONS(3514), - [anon_sym_AMP_CARET] = ACTIONS(3514), - [anon_sym_AMP_AMP] = ACTIONS(3530), - [anon_sym_PIPE_PIPE] = ACTIONS(3532), - [anon_sym_or] = ACTIONS(3534), + [anon_sym_LT_LT] = ACTIONS(3520), + [anon_sym_GT_GT] = ACTIONS(3520), + [anon_sym_GT_GT_GT] = ACTIONS(3520), + [anon_sym_AMP_CARET] = ACTIONS(3520), + [anon_sym_AMP_AMP] = ACTIONS(3536), + [anon_sym_PIPE_PIPE] = ACTIONS(3538), + [anon_sym_or] = ACTIONS(3540), [sym_none] = ACTIONS(1761), [sym_true] = ACTIONS(1761), [sym_false] = ACTIONS(1761), [sym_nil] = ACTIONS(1761), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), [anon_sym_if] = ACTIONS(1761), [anon_sym_DOLLARif] = ACTIONS(1761), - [anon_sym_is] = ACTIONS(3536), - [anon_sym_BANGis] = ACTIONS(3538), - [anon_sym_in] = ACTIONS(3540), - [anon_sym_BANGin] = ACTIONS(3542), + [anon_sym_is] = ACTIONS(3542), + [anon_sym_BANGis] = ACTIONS(3544), + [anon_sym_in] = ACTIONS(3546), + [anon_sym_BANGin] = ACTIONS(3548), [anon_sym_match] = ACTIONS(1761), [anon_sym_select] = ACTIONS(1761), [anon_sym_lock] = ACTIONS(1761), @@ -137432,117 +137565,747 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1761), [sym___r_single_quote] = ACTIONS(1761), }, - [980] = { - [sym_line_comment] = STATE(980), - [sym_block_comment] = STATE(980), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(3544), - [sym_identifier] = ACTIONS(3546), - [anon_sym_LF] = ACTIONS(3546), - [anon_sym_CR] = ACTIONS(3546), - [anon_sym_CR_LF] = ACTIONS(3546), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(3506), - [anon_sym_LBRACE] = ACTIONS(3546), - [anon_sym_COMMA] = ACTIONS(3548), - [anon_sym_const] = ACTIONS(3546), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(3546), - [anon_sym_type] = ACTIONS(3546), - [anon_sym_PIPE] = ACTIONS(3512), - [anon_sym_fn] = ACTIONS(3546), - [anon_sym_PLUS] = ACTIONS(3512), - [anon_sym_DASH] = ACTIONS(3512), - [anon_sym_STAR] = ACTIONS(3514), - [anon_sym_SLASH] = ACTIONS(3514), - [anon_sym_PERCENT] = ACTIONS(3514), - [anon_sym_LT] = ACTIONS(3516), - [anon_sym_GT] = ACTIONS(3516), - [anon_sym_EQ_EQ] = ACTIONS(3516), - [anon_sym_BANG_EQ] = ACTIONS(3516), - [anon_sym_LT_EQ] = ACTIONS(3516), - [anon_sym_GT_EQ] = ACTIONS(3516), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(3546), - [anon_sym_union] = ACTIONS(3546), - [anon_sym_pub] = ACTIONS(3546), - [anon_sym_mut] = ACTIONS(3546), - [anon_sym_enum] = ACTIONS(3546), - [anon_sym_interface] = ACTIONS(3546), - [anon_sym_PLUS_PLUS] = ACTIONS(3520), - [anon_sym_DASH_DASH] = ACTIONS(3522), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(3546), - [anon_sym_spawn] = ACTIONS(3546), - [anon_sym_json_DOTdecode] = ACTIONS(3546), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(3546), - [anon_sym_CARET] = ACTIONS(3512), - [anon_sym_AMP] = ACTIONS(3514), - [anon_sym_LT_DASH] = ACTIONS(3546), - [anon_sym_LT_LT] = ACTIONS(3514), - [anon_sym_GT_GT] = ACTIONS(3514), - [anon_sym_GT_GT_GT] = ACTIONS(3514), - [anon_sym_AMP_CARET] = ACTIONS(3514), - [anon_sym_AMP_AMP] = ACTIONS(3530), - [anon_sym_PIPE_PIPE] = ACTIONS(3532), - [anon_sym_or] = ACTIONS(3534), - [sym_none] = ACTIONS(3546), - [sym_true] = ACTIONS(3546), - [sym_false] = ACTIONS(3546), - [sym_nil] = ACTIONS(3546), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(3546), - [anon_sym_DOLLARif] = ACTIONS(3546), - [anon_sym_is] = ACTIONS(3536), - [anon_sym_BANGis] = ACTIONS(3538), - [anon_sym_in] = ACTIONS(3540), - [anon_sym_BANGin] = ACTIONS(3542), - [anon_sym_match] = ACTIONS(3546), - [anon_sym_select] = ACTIONS(3546), - [anon_sym_lock] = ACTIONS(3546), - [anon_sym_rlock] = ACTIONS(3546), - [anon_sym_unsafe] = ACTIONS(3546), - [anon_sym_sql] = ACTIONS(3546), - [sym_int_literal] = ACTIONS(3546), - [sym_float_literal] = ACTIONS(3546), - [sym_rune_literal] = ACTIONS(3546), - [sym_pseudo_compile_time_identifier] = ACTIONS(3546), - [anon_sym_shared] = ACTIONS(3546), - [anon_sym_map_LBRACK] = ACTIONS(3546), - [anon_sym_chan] = ACTIONS(3546), - [anon_sym_thread] = ACTIONS(3546), - [anon_sym_atomic] = ACTIONS(3546), - [anon_sym_assert] = ACTIONS(3546), - [anon_sym_defer] = ACTIONS(3546), - [anon_sym_goto] = ACTIONS(3546), - [anon_sym_break] = ACTIONS(3546), - [anon_sym_continue] = ACTIONS(3546), - [anon_sym_return] = ACTIONS(3546), - [anon_sym_DOLLARfor] = ACTIONS(3546), - [anon_sym_for] = ACTIONS(3546), - [anon_sym_POUND] = ACTIONS(3546), - [anon_sym_asm] = ACTIONS(3546), - [anon_sym_AT_LBRACK] = ACTIONS(3546), - [sym___double_quote] = ACTIONS(3546), - [sym___single_quote] = ACTIONS(3546), - [sym___c_double_quote] = ACTIONS(3546), - [sym___c_single_quote] = ACTIONS(3546), - [sym___r_double_quote] = ACTIONS(3546), - [sym___r_single_quote] = ACTIONS(3546), - }, [981] = { [sym_line_comment] = STATE(981), [sym_block_comment] = STATE(981), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1853), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1855), + [anon_sym_type] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(3518), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_LT] = ACTIONS(3522), + [anon_sym_GT] = ACTIONS(3522), + [anon_sym_EQ_EQ] = ACTIONS(3522), + [anon_sym_BANG_EQ] = ACTIONS(3522), + [anon_sym_LT_EQ] = ACTIONS(3522), + [anon_sym_GT_EQ] = ACTIONS(3522), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_pub] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_interface] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(3518), + [anon_sym_AMP] = ACTIONS(3520), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(3520), + [anon_sym_GT_GT] = ACTIONS(3520), + [anon_sym_GT_GT_GT] = ACTIONS(3520), + [anon_sym_AMP_CARET] = ACTIONS(3520), + [anon_sym_AMP_AMP] = ACTIONS(3536), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(3546), + [anon_sym_BANGin] = ACTIONS(3548), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [anon_sym_assert] = ACTIONS(1855), + [anon_sym_defer] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_DOLLARfor] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_POUND] = ACTIONS(1855), + [anon_sym_asm] = ACTIONS(1855), + [anon_sym_AT_LBRACK] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), + }, + [982] = { + [sym_line_comment] = STATE(982), + [sym_block_comment] = STATE(982), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1853), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1855), + [anon_sym_type] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(1855), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1855), + [anon_sym_BANG_EQ] = ACTIONS(1855), + [anon_sym_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_EQ] = ACTIONS(1855), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_pub] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_interface] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(1855), + [anon_sym_AMP] = ACTIONS(3520), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(3520), + [anon_sym_GT_GT] = ACTIONS(3520), + [anon_sym_GT_GT_GT] = ACTIONS(3520), + [anon_sym_AMP_CARET] = ACTIONS(3520), + [anon_sym_AMP_AMP] = ACTIONS(1855), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(1855), + [anon_sym_BANGin] = ACTIONS(1855), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [anon_sym_assert] = ACTIONS(1855), + [anon_sym_defer] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_DOLLARfor] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_POUND] = ACTIONS(1855), + [anon_sym_asm] = ACTIONS(1855), + [anon_sym_AT_LBRACK] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), + }, + [983] = { + [sym_line_comment] = STATE(983), + [sym_block_comment] = STATE(983), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1853), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1855), + [anon_sym_type] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(1855), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(1855), + [anon_sym_SLASH] = ACTIONS(1855), + [anon_sym_PERCENT] = ACTIONS(1855), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1855), + [anon_sym_BANG_EQ] = ACTIONS(1855), + [anon_sym_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_EQ] = ACTIONS(1855), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_pub] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_interface] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(1855), + [anon_sym_AMP] = ACTIONS(1855), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(1855), + [anon_sym_GT_GT] = ACTIONS(1855), + [anon_sym_GT_GT_GT] = ACTIONS(1855), + [anon_sym_AMP_CARET] = ACTIONS(1855), + [anon_sym_AMP_AMP] = ACTIONS(1855), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(1855), + [anon_sym_BANGin] = ACTIONS(1855), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [anon_sym_assert] = ACTIONS(1855), + [anon_sym_defer] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_DOLLARfor] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_POUND] = ACTIONS(1855), + [anon_sym_asm] = ACTIONS(1855), + [anon_sym_AT_LBRACK] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), + }, + [984] = { + [sym_line_comment] = STATE(984), + [sym_block_comment] = STATE(984), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1879), + [sym_identifier] = ACTIONS(1881), + [anon_sym_LF] = ACTIONS(1881), + [anon_sym_CR] = ACTIONS(1881), + [anon_sym_CR_LF] = ACTIONS(1881), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(1881), + [anon_sym_LBRACE] = ACTIONS(1881), + [anon_sym_COMMA] = ACTIONS(1881), + [anon_sym_const] = ACTIONS(1881), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1881), + [anon_sym_type] = ACTIONS(1881), + [anon_sym_PIPE] = ACTIONS(3518), + [anon_sym_fn] = ACTIONS(1881), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_LT] = ACTIONS(1881), + [anon_sym_GT] = ACTIONS(1881), + [anon_sym_EQ_EQ] = ACTIONS(1881), + [anon_sym_BANG_EQ] = ACTIONS(1881), + [anon_sym_LT_EQ] = ACTIONS(1881), + [anon_sym_GT_EQ] = ACTIONS(1881), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1881), + [anon_sym_union] = ACTIONS(1881), + [anon_sym_pub] = ACTIONS(1881), + [anon_sym_mut] = ACTIONS(1881), + [anon_sym_enum] = ACTIONS(1881), + [anon_sym_interface] = ACTIONS(1881), + [anon_sym_PLUS_PLUS] = ACTIONS(1881), + [anon_sym_DASH_DASH] = ACTIONS(1881), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1881), + [anon_sym_spawn] = ACTIONS(1881), + [anon_sym_json_DOTdecode] = ACTIONS(1881), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1881), + [anon_sym_CARET] = ACTIONS(3518), + [anon_sym_AMP] = ACTIONS(3520), + [anon_sym_LT_DASH] = ACTIONS(1881), + [anon_sym_LT_LT] = ACTIONS(3520), + [anon_sym_GT_GT] = ACTIONS(3520), + [anon_sym_GT_GT_GT] = ACTIONS(3520), + [anon_sym_AMP_CARET] = ACTIONS(3520), + [anon_sym_AMP_AMP] = ACTIONS(1881), + [anon_sym_PIPE_PIPE] = ACTIONS(1881), + [anon_sym_or] = ACTIONS(1881), + [sym_none] = ACTIONS(1881), + [sym_true] = ACTIONS(1881), + [sym_false] = ACTIONS(1881), + [sym_nil] = ACTIONS(1881), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1881), + [anon_sym_DOLLARif] = ACTIONS(1881), + [anon_sym_is] = ACTIONS(1881), + [anon_sym_BANGis] = ACTIONS(1881), + [anon_sym_in] = ACTIONS(1881), + [anon_sym_BANGin] = ACTIONS(1881), + [anon_sym_match] = ACTIONS(1881), + [anon_sym_select] = ACTIONS(1881), + [anon_sym_lock] = ACTIONS(1881), + [anon_sym_rlock] = ACTIONS(1881), + [anon_sym_unsafe] = ACTIONS(1881), + [anon_sym_sql] = ACTIONS(1881), + [sym_int_literal] = ACTIONS(1881), + [sym_float_literal] = ACTIONS(1881), + [sym_rune_literal] = ACTIONS(1881), + [sym_pseudo_compile_time_identifier] = ACTIONS(1881), + [anon_sym_shared] = ACTIONS(1881), + [anon_sym_map_LBRACK] = ACTIONS(1881), + [anon_sym_chan] = ACTIONS(1881), + [anon_sym_thread] = ACTIONS(1881), + [anon_sym_atomic] = ACTIONS(1881), + [anon_sym_assert] = ACTIONS(1881), + [anon_sym_defer] = ACTIONS(1881), + [anon_sym_goto] = ACTIONS(1881), + [anon_sym_break] = ACTIONS(1881), + [anon_sym_continue] = ACTIONS(1881), + [anon_sym_return] = ACTIONS(1881), + [anon_sym_DOLLARfor] = ACTIONS(1881), + [anon_sym_for] = ACTIONS(1881), + [anon_sym_POUND] = ACTIONS(1881), + [anon_sym_asm] = ACTIONS(1881), + [anon_sym_AT_LBRACK] = ACTIONS(1881), + [sym___double_quote] = ACTIONS(1881), + [sym___single_quote] = ACTIONS(1881), + [sym___c_double_quote] = ACTIONS(1881), + [sym___c_single_quote] = ACTIONS(1881), + [sym___r_double_quote] = ACTIONS(1881), + [sym___r_single_quote] = ACTIONS(1881), + }, + [985] = { + [sym_line_comment] = STATE(985), + [sym_block_comment] = STATE(985), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1887), + [sym_identifier] = ACTIONS(1889), + [anon_sym_LF] = ACTIONS(1889), + [anon_sym_CR] = ACTIONS(1889), + [anon_sym_CR_LF] = ACTIONS(1889), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1889), + [anon_sym_COMMA] = ACTIONS(1889), + [anon_sym_const] = ACTIONS(1889), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1889), + [anon_sym_type] = ACTIONS(1889), + [anon_sym_PIPE] = ACTIONS(3518), + [anon_sym_fn] = ACTIONS(1889), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_EQ_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_LT_EQ] = ACTIONS(1889), + [anon_sym_GT_EQ] = ACTIONS(1889), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1889), + [anon_sym_union] = ACTIONS(1889), + [anon_sym_pub] = ACTIONS(1889), + [anon_sym_mut] = ACTIONS(1889), + [anon_sym_enum] = ACTIONS(1889), + [anon_sym_interface] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1889), + [anon_sym_DASH_DASH] = ACTIONS(1889), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1889), + [anon_sym_spawn] = ACTIONS(1889), + [anon_sym_json_DOTdecode] = ACTIONS(1889), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1889), + [anon_sym_CARET] = ACTIONS(3518), + [anon_sym_AMP] = ACTIONS(3520), + [anon_sym_LT_DASH] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(3520), + [anon_sym_GT_GT] = ACTIONS(3520), + [anon_sym_GT_GT_GT] = ACTIONS(3520), + [anon_sym_AMP_CARET] = ACTIONS(3520), + [anon_sym_AMP_AMP] = ACTIONS(1889), + [anon_sym_PIPE_PIPE] = ACTIONS(1889), + [anon_sym_or] = ACTIONS(1889), + [sym_none] = ACTIONS(1889), + [sym_true] = ACTIONS(1889), + [sym_false] = ACTIONS(1889), + [sym_nil] = ACTIONS(1889), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1889), + [anon_sym_DOLLARif] = ACTIONS(1889), + [anon_sym_is] = ACTIONS(1889), + [anon_sym_BANGis] = ACTIONS(1889), + [anon_sym_in] = ACTIONS(1889), + [anon_sym_BANGin] = ACTIONS(1889), + [anon_sym_match] = ACTIONS(1889), + [anon_sym_select] = ACTIONS(1889), + [anon_sym_lock] = ACTIONS(1889), + [anon_sym_rlock] = ACTIONS(1889), + [anon_sym_unsafe] = ACTIONS(1889), + [anon_sym_sql] = ACTIONS(1889), + [sym_int_literal] = ACTIONS(1889), + [sym_float_literal] = ACTIONS(1889), + [sym_rune_literal] = ACTIONS(1889), + [sym_pseudo_compile_time_identifier] = ACTIONS(1889), + [anon_sym_shared] = ACTIONS(1889), + [anon_sym_map_LBRACK] = ACTIONS(1889), + [anon_sym_chan] = ACTIONS(1889), + [anon_sym_thread] = ACTIONS(1889), + [anon_sym_atomic] = ACTIONS(1889), + [anon_sym_assert] = ACTIONS(1889), + [anon_sym_defer] = ACTIONS(1889), + [anon_sym_goto] = ACTIONS(1889), + [anon_sym_break] = ACTIONS(1889), + [anon_sym_continue] = ACTIONS(1889), + [anon_sym_return] = ACTIONS(1889), + [anon_sym_DOLLARfor] = ACTIONS(1889), + [anon_sym_for] = ACTIONS(1889), + [anon_sym_POUND] = ACTIONS(1889), + [anon_sym_asm] = ACTIONS(1889), + [anon_sym_AT_LBRACK] = ACTIONS(1889), + [sym___double_quote] = ACTIONS(1889), + [sym___single_quote] = ACTIONS(1889), + [sym___c_double_quote] = ACTIONS(1889), + [sym___c_single_quote] = ACTIONS(1889), + [sym___r_double_quote] = ACTIONS(1889), + [sym___r_single_quote] = ACTIONS(1889), + }, + [986] = { + [sym_line_comment] = STATE(986), + [sym_block_comment] = STATE(986), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1853), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1855), + [anon_sym_type] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(3518), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1855), + [anon_sym_BANG_EQ] = ACTIONS(1855), + [anon_sym_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_EQ] = ACTIONS(1855), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_pub] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_interface] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(3518), + [anon_sym_AMP] = ACTIONS(3520), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(3520), + [anon_sym_GT_GT] = ACTIONS(3520), + [anon_sym_GT_GT_GT] = ACTIONS(3520), + [anon_sym_AMP_CARET] = ACTIONS(3520), + [anon_sym_AMP_AMP] = ACTIONS(1855), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(1855), + [anon_sym_BANGin] = ACTIONS(1855), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [anon_sym_assert] = ACTIONS(1855), + [anon_sym_defer] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_DOLLARfor] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_POUND] = ACTIONS(1855), + [anon_sym_asm] = ACTIONS(1855), + [anon_sym_AT_LBRACK] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), + }, + [987] = { + [sym_line_comment] = STATE(987), + [sym_block_comment] = STATE(987), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1853), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1855), + [anon_sym_type] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(3518), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_LT] = ACTIONS(3522), + [anon_sym_GT] = ACTIONS(3522), + [anon_sym_EQ_EQ] = ACTIONS(3522), + [anon_sym_BANG_EQ] = ACTIONS(3522), + [anon_sym_LT_EQ] = ACTIONS(3522), + [anon_sym_GT_EQ] = ACTIONS(3522), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_pub] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_interface] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(3518), + [anon_sym_AMP] = ACTIONS(3520), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(3520), + [anon_sym_GT_GT] = ACTIONS(3520), + [anon_sym_GT_GT_GT] = ACTIONS(3520), + [anon_sym_AMP_CARET] = ACTIONS(3520), + [anon_sym_AMP_AMP] = ACTIONS(1855), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(3546), + [anon_sym_BANGin] = ACTIONS(3548), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [anon_sym_assert] = ACTIONS(1855), + [anon_sym_defer] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_DOLLARfor] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_POUND] = ACTIONS(1855), + [anon_sym_asm] = ACTIONS(1855), + [anon_sym_AT_LBRACK] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), + }, + [988] = { + [sym_line_comment] = STATE(988), + [sym_block_comment] = STATE(988), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), [ts_builtin_sym_end] = ACTIONS(1875), [sym_identifier] = ACTIONS(1877), [anon_sym_LF] = ACTIONS(1877), @@ -137550,12 +138313,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(1877), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), + [anon_sym_DOT] = ACTIONS(3510), [anon_sym_as] = ACTIONS(1877), [anon_sym_LBRACE] = ACTIONS(1877), [anon_sym_COMMA] = ACTIONS(1877), [anon_sym_const] = ACTIONS(1877), - [anon_sym_LPAREN] = ACTIONS(3510), + [anon_sym_LPAREN] = ACTIONS(3516), [anon_sym___global] = ACTIONS(1877), [anon_sym_type] = ACTIONS(1877), [anon_sym_PIPE] = ACTIONS(1877), @@ -137571,7 +138334,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANG_EQ] = ACTIONS(1877), [anon_sym_LT_EQ] = ACTIONS(1877), [anon_sym_GT_EQ] = ACTIONS(1877), - [anon_sym_LBRACK] = ACTIONS(3518), + [anon_sym_LBRACK] = ACTIONS(3524), [anon_sym_struct] = ACTIONS(1877), [anon_sym_union] = ACTIONS(1877), [anon_sym_pub] = ACTIONS(1877), @@ -137580,12 +138343,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(1877), [anon_sym_PLUS_PLUS] = ACTIONS(1877), [anon_sym_DASH_DASH] = ACTIONS(1877), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), [anon_sym_go] = ACTIONS(1877), [anon_sym_spawn] = ACTIONS(1877), [anon_sym_json_DOTdecode] = ACTIONS(1877), - [anon_sym_LBRACK2] = ACTIONS(3528), + [anon_sym_LBRACK2] = ACTIONS(3534), [anon_sym_TILDE] = ACTIONS(1877), [anon_sym_CARET] = ACTIONS(1877), [anon_sym_AMP] = ACTIONS(1877), @@ -137601,8 +138364,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [sym_nil] = ACTIONS(1877), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), [anon_sym_if] = ACTIONS(1877), [anon_sym_DOLLARif] = ACTIONS(1877), [anon_sym_is] = ACTIONS(1877), @@ -137642,603 +138405,498 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1877), [sym___r_single_quote] = ACTIONS(1877), }, - [982] = { - [sym_line_comment] = STATE(982), - [sym_block_comment] = STATE(982), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(1813), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1813), - [anon_sym_STAR] = ACTIONS(3514), - [anon_sym_SLASH] = ACTIONS(3514), - [anon_sym_PERCENT] = ACTIONS(3514), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1813), - [anon_sym_BANG_EQ] = ACTIONS(1813), - [anon_sym_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_EQ] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(3514), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(3514), - [anon_sym_GT_GT] = ACTIONS(3514), - [anon_sym_GT_GT_GT] = ACTIONS(3514), - [anon_sym_AMP_CARET] = ACTIONS(3514), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1813), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), - }, - [983] = { - [sym_line_comment] = STATE(983), - [sym_block_comment] = STATE(983), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), + [989] = { + [sym_line_comment] = STATE(989), + [sym_block_comment] = STATE(989), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(3550), + [sym_identifier] = ACTIONS(3552), + [anon_sym_LF] = ACTIONS(3552), + [anon_sym_CR] = ACTIONS(3552), + [anon_sym_CR_LF] = ACTIONS(3552), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(1813), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1813), - [anon_sym_STAR] = ACTIONS(1813), - [anon_sym_SLASH] = ACTIONS(1813), - [anon_sym_PERCENT] = ACTIONS(1813), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1813), - [anon_sym_BANG_EQ] = ACTIONS(1813), - [anon_sym_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_EQ] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(1813), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(1813), - [anon_sym_GT_GT] = ACTIONS(1813), - [anon_sym_GT_GT_GT] = ACTIONS(1813), - [anon_sym_AMP_CARET] = ACTIONS(1813), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1813), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(3512), + [anon_sym_LBRACE] = ACTIONS(3552), + [anon_sym_COMMA] = ACTIONS(3554), + [anon_sym_const] = ACTIONS(3552), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(3552), + [anon_sym_type] = ACTIONS(3552), + [anon_sym_PIPE] = ACTIONS(3518), + [anon_sym_fn] = ACTIONS(3552), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_LT] = ACTIONS(3522), + [anon_sym_GT] = ACTIONS(3522), + [anon_sym_EQ_EQ] = ACTIONS(3522), + [anon_sym_BANG_EQ] = ACTIONS(3522), + [anon_sym_LT_EQ] = ACTIONS(3522), + [anon_sym_GT_EQ] = ACTIONS(3522), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(3552), + [anon_sym_union] = ACTIONS(3552), + [anon_sym_pub] = ACTIONS(3552), + [anon_sym_mut] = ACTIONS(3552), + [anon_sym_enum] = ACTIONS(3552), + [anon_sym_interface] = ACTIONS(3552), + [anon_sym_PLUS_PLUS] = ACTIONS(3526), + [anon_sym_DASH_DASH] = ACTIONS(3528), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(3552), + [anon_sym_spawn] = ACTIONS(3552), + [anon_sym_json_DOTdecode] = ACTIONS(3552), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(3552), + [anon_sym_CARET] = ACTIONS(3518), + [anon_sym_AMP] = ACTIONS(3520), + [anon_sym_LT_DASH] = ACTIONS(3552), + [anon_sym_LT_LT] = ACTIONS(3520), + [anon_sym_GT_GT] = ACTIONS(3520), + [anon_sym_GT_GT_GT] = ACTIONS(3520), + [anon_sym_AMP_CARET] = ACTIONS(3520), + [anon_sym_AMP_AMP] = ACTIONS(3536), + [anon_sym_PIPE_PIPE] = ACTIONS(3538), + [anon_sym_or] = ACTIONS(3540), + [sym_none] = ACTIONS(3552), + [sym_true] = ACTIONS(3552), + [sym_false] = ACTIONS(3552), + [sym_nil] = ACTIONS(3552), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(3552), + [anon_sym_DOLLARif] = ACTIONS(3552), + [anon_sym_is] = ACTIONS(3542), + [anon_sym_BANGis] = ACTIONS(3544), + [anon_sym_in] = ACTIONS(3546), + [anon_sym_BANGin] = ACTIONS(3548), + [anon_sym_match] = ACTIONS(3552), + [anon_sym_select] = ACTIONS(3552), + [anon_sym_lock] = ACTIONS(3552), + [anon_sym_rlock] = ACTIONS(3552), + [anon_sym_unsafe] = ACTIONS(3552), + [anon_sym_sql] = ACTIONS(3552), + [sym_int_literal] = ACTIONS(3552), + [sym_float_literal] = ACTIONS(3552), + [sym_rune_literal] = ACTIONS(3552), + [sym_pseudo_compile_time_identifier] = ACTIONS(3552), + [anon_sym_shared] = ACTIONS(3552), + [anon_sym_map_LBRACK] = ACTIONS(3552), + [anon_sym_chan] = ACTIONS(3552), + [anon_sym_thread] = ACTIONS(3552), + [anon_sym_atomic] = ACTIONS(3552), + [anon_sym_assert] = ACTIONS(3552), + [anon_sym_defer] = ACTIONS(3552), + [anon_sym_goto] = ACTIONS(3552), + [anon_sym_break] = ACTIONS(3552), + [anon_sym_continue] = ACTIONS(3552), + [anon_sym_return] = ACTIONS(3552), + [anon_sym_DOLLARfor] = ACTIONS(3552), + [anon_sym_for] = ACTIONS(3552), + [anon_sym_POUND] = ACTIONS(3552), + [anon_sym_asm] = ACTIONS(3552), + [anon_sym_AT_LBRACK] = ACTIONS(3552), + [sym___double_quote] = ACTIONS(3552), + [sym___single_quote] = ACTIONS(3552), + [sym___c_double_quote] = ACTIONS(3552), + [sym___c_single_quote] = ACTIONS(3552), + [sym___r_double_quote] = ACTIONS(3552), + [sym___r_single_quote] = ACTIONS(3552), }, - [984] = { - [sym_line_comment] = STATE(984), - [sym_block_comment] = STATE(984), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), + [990] = { + [sym_line_comment] = STATE(990), + [sym_block_comment] = STATE(990), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1943), + [sym_identifier] = ACTIONS(1945), + [anon_sym_LF] = ACTIONS(1945), + [anon_sym_CR] = ACTIONS(1945), + [anon_sym_CR_LF] = ACTIONS(1945), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(3512), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3512), - [anon_sym_DASH] = ACTIONS(3512), - [anon_sym_STAR] = ACTIONS(3514), - [anon_sym_SLASH] = ACTIONS(3514), - [anon_sym_PERCENT] = ACTIONS(3514), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1813), - [anon_sym_BANG_EQ] = ACTIONS(1813), - [anon_sym_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_EQ] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(3512), - [anon_sym_AMP] = ACTIONS(3514), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(3514), - [anon_sym_GT_GT] = ACTIONS(3514), - [anon_sym_GT_GT_GT] = ACTIONS(3514), - [anon_sym_AMP_CARET] = ACTIONS(3514), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1813), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(1945), + [anon_sym_LBRACE] = ACTIONS(1945), + [anon_sym_COMMA] = ACTIONS(1945), + [anon_sym_const] = ACTIONS(1945), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1945), + [anon_sym_type] = ACTIONS(1945), + [anon_sym_PIPE] = ACTIONS(1945), + [anon_sym_fn] = ACTIONS(1945), + [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_DASH] = ACTIONS(1945), + [anon_sym_STAR] = ACTIONS(1945), + [anon_sym_SLASH] = ACTIONS(1945), + [anon_sym_PERCENT] = ACTIONS(1945), + [anon_sym_LT] = ACTIONS(1945), + [anon_sym_GT] = ACTIONS(1945), + [anon_sym_EQ_EQ] = ACTIONS(1945), + [anon_sym_BANG_EQ] = ACTIONS(1945), + [anon_sym_LT_EQ] = ACTIONS(1945), + [anon_sym_GT_EQ] = ACTIONS(1945), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_union] = ACTIONS(1945), + [anon_sym_pub] = ACTIONS(1945), + [anon_sym_mut] = ACTIONS(1945), + [anon_sym_enum] = ACTIONS(1945), + [anon_sym_interface] = ACTIONS(1945), + [anon_sym_PLUS_PLUS] = ACTIONS(1945), + [anon_sym_DASH_DASH] = ACTIONS(1945), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1945), + [anon_sym_spawn] = ACTIONS(1945), + [anon_sym_json_DOTdecode] = ACTIONS(1945), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1945), + [anon_sym_CARET] = ACTIONS(1945), + [anon_sym_AMP] = ACTIONS(1945), + [anon_sym_LT_DASH] = ACTIONS(1945), + [anon_sym_LT_LT] = ACTIONS(1945), + [anon_sym_GT_GT] = ACTIONS(1945), + [anon_sym_GT_GT_GT] = ACTIONS(1945), + [anon_sym_AMP_CARET] = ACTIONS(1945), + [anon_sym_AMP_AMP] = ACTIONS(1945), + [anon_sym_PIPE_PIPE] = ACTIONS(1945), + [anon_sym_or] = ACTIONS(1945), + [sym_none] = ACTIONS(1945), + [sym_true] = ACTIONS(1945), + [sym_false] = ACTIONS(1945), + [sym_nil] = ACTIONS(1945), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1945), + [anon_sym_DOLLARif] = ACTIONS(1945), + [anon_sym_is] = ACTIONS(1945), + [anon_sym_BANGis] = ACTIONS(1945), + [anon_sym_in] = ACTIONS(1945), + [anon_sym_BANGin] = ACTIONS(1945), + [anon_sym_match] = ACTIONS(1945), + [anon_sym_select] = ACTIONS(1945), + [anon_sym_lock] = ACTIONS(1945), + [anon_sym_rlock] = ACTIONS(1945), + [anon_sym_unsafe] = ACTIONS(1945), + [anon_sym_sql] = ACTIONS(1945), + [sym_int_literal] = ACTIONS(1945), + [sym_float_literal] = ACTIONS(1945), + [sym_rune_literal] = ACTIONS(1945), + [sym_pseudo_compile_time_identifier] = ACTIONS(1945), + [anon_sym_shared] = ACTIONS(1945), + [anon_sym_map_LBRACK] = ACTIONS(1945), + [anon_sym_chan] = ACTIONS(1945), + [anon_sym_thread] = ACTIONS(1945), + [anon_sym_atomic] = ACTIONS(1945), + [anon_sym_assert] = ACTIONS(1945), + [anon_sym_defer] = ACTIONS(1945), + [anon_sym_goto] = ACTIONS(1945), + [anon_sym_break] = ACTIONS(1945), + [anon_sym_continue] = ACTIONS(1945), + [anon_sym_return] = ACTIONS(1945), + [anon_sym_DOLLARfor] = ACTIONS(1945), + [anon_sym_for] = ACTIONS(1945), + [anon_sym_POUND] = ACTIONS(1945), + [anon_sym_asm] = ACTIONS(1945), + [anon_sym_AT_LBRACK] = ACTIONS(1945), + [sym___double_quote] = ACTIONS(1945), + [sym___single_quote] = ACTIONS(1945), + [sym___c_double_quote] = ACTIONS(1945), + [sym___c_single_quote] = ACTIONS(1945), + [sym___r_double_quote] = ACTIONS(1945), + [sym___r_single_quote] = ACTIONS(1945), }, - [985] = { - [sym_line_comment] = STATE(985), - [sym_block_comment] = STATE(985), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(2069), - [sym_identifier] = ACTIONS(2071), - [anon_sym_LF] = ACTIONS(2071), - [anon_sym_CR] = ACTIONS(2071), - [anon_sym_CR_LF] = ACTIONS(2071), + [991] = { + [sym_line_comment] = STATE(991), + [sym_block_comment] = STATE(991), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1839), + [sym_identifier] = ACTIONS(1841), + [anon_sym_LF] = ACTIONS(1841), + [anon_sym_CR] = ACTIONS(1841), + [anon_sym_CR_LF] = ACTIONS(1841), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(3506), - [anon_sym_LBRACE] = ACTIONS(2071), - [anon_sym_COMMA] = ACTIONS(2071), - [anon_sym_const] = ACTIONS(2071), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(2071), - [anon_sym_type] = ACTIONS(2071), - [anon_sym_PIPE] = ACTIONS(3512), - [anon_sym_fn] = ACTIONS(2071), - [anon_sym_PLUS] = ACTIONS(3512), - [anon_sym_DASH] = ACTIONS(3512), - [anon_sym_STAR] = ACTIONS(3514), - [anon_sym_SLASH] = ACTIONS(3514), - [anon_sym_PERCENT] = ACTIONS(3514), - [anon_sym_LT] = ACTIONS(3516), - [anon_sym_GT] = ACTIONS(3516), - [anon_sym_EQ_EQ] = ACTIONS(3516), - [anon_sym_BANG_EQ] = ACTIONS(3516), - [anon_sym_LT_EQ] = ACTIONS(3516), - [anon_sym_GT_EQ] = ACTIONS(3516), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(2071), - [anon_sym_union] = ACTIONS(2071), - [anon_sym_pub] = ACTIONS(2071), - [anon_sym_mut] = ACTIONS(2071), - [anon_sym_enum] = ACTIONS(2071), - [anon_sym_interface] = ACTIONS(2071), - [anon_sym_PLUS_PLUS] = ACTIONS(3520), - [anon_sym_DASH_DASH] = ACTIONS(3522), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(2071), - [anon_sym_spawn] = ACTIONS(2071), - [anon_sym_json_DOTdecode] = ACTIONS(2071), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(2071), - [anon_sym_CARET] = ACTIONS(3512), - [anon_sym_AMP] = ACTIONS(3514), - [anon_sym_LT_DASH] = ACTIONS(2071), - [anon_sym_LT_LT] = ACTIONS(3514), - [anon_sym_GT_GT] = ACTIONS(3514), - [anon_sym_GT_GT_GT] = ACTIONS(3514), - [anon_sym_AMP_CARET] = ACTIONS(3514), - [anon_sym_AMP_AMP] = ACTIONS(3530), - [anon_sym_PIPE_PIPE] = ACTIONS(3532), - [anon_sym_or] = ACTIONS(3534), - [sym_none] = ACTIONS(2071), - [sym_true] = ACTIONS(2071), - [sym_false] = ACTIONS(2071), - [sym_nil] = ACTIONS(2071), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(2071), - [anon_sym_DOLLARif] = ACTIONS(2071), - [anon_sym_is] = ACTIONS(3536), - [anon_sym_BANGis] = ACTIONS(3538), - [anon_sym_in] = ACTIONS(3540), - [anon_sym_BANGin] = ACTIONS(3542), - [anon_sym_match] = ACTIONS(2071), - [anon_sym_select] = ACTIONS(2071), - [anon_sym_lock] = ACTIONS(2071), - [anon_sym_rlock] = ACTIONS(2071), - [anon_sym_unsafe] = ACTIONS(2071), - [anon_sym_sql] = ACTIONS(2071), - [sym_int_literal] = ACTIONS(2071), - [sym_float_literal] = ACTIONS(2071), - [sym_rune_literal] = ACTIONS(2071), - [sym_pseudo_compile_time_identifier] = ACTIONS(2071), - [anon_sym_shared] = ACTIONS(2071), - [anon_sym_map_LBRACK] = ACTIONS(2071), - [anon_sym_chan] = ACTIONS(2071), - [anon_sym_thread] = ACTIONS(2071), - [anon_sym_atomic] = ACTIONS(2071), - [anon_sym_assert] = ACTIONS(2071), - [anon_sym_defer] = ACTIONS(2071), - [anon_sym_goto] = ACTIONS(2071), - [anon_sym_break] = ACTIONS(2071), - [anon_sym_continue] = ACTIONS(2071), - [anon_sym_return] = ACTIONS(2071), - [anon_sym_DOLLARfor] = ACTIONS(2071), - [anon_sym_for] = ACTIONS(2071), - [anon_sym_POUND] = ACTIONS(2071), - [anon_sym_asm] = ACTIONS(2071), - [anon_sym_AT_LBRACK] = ACTIONS(2071), - [sym___double_quote] = ACTIONS(2071), - [sym___single_quote] = ACTIONS(2071), - [sym___c_double_quote] = ACTIONS(2071), - [sym___c_single_quote] = ACTIONS(2071), - [sym___r_double_quote] = ACTIONS(2071), - [sym___r_single_quote] = ACTIONS(2071), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(3512), + [anon_sym_LBRACE] = ACTIONS(1841), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_const] = ACTIONS(1841), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1841), + [anon_sym_type] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(3518), + [anon_sym_fn] = ACTIONS(1841), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_LT] = ACTIONS(3522), + [anon_sym_GT] = ACTIONS(3522), + [anon_sym_EQ_EQ] = ACTIONS(3522), + [anon_sym_BANG_EQ] = ACTIONS(3522), + [anon_sym_LT_EQ] = ACTIONS(3522), + [anon_sym_GT_EQ] = ACTIONS(3522), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1841), + [anon_sym_union] = ACTIONS(1841), + [anon_sym_pub] = ACTIONS(1841), + [anon_sym_mut] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1841), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(3526), + [anon_sym_DASH_DASH] = ACTIONS(3528), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1841), + [anon_sym_spawn] = ACTIONS(1841), + [anon_sym_json_DOTdecode] = ACTIONS(1841), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1841), + [anon_sym_CARET] = ACTIONS(3518), + [anon_sym_AMP] = ACTIONS(3520), + [anon_sym_LT_DASH] = ACTIONS(1841), + [anon_sym_LT_LT] = ACTIONS(3520), + [anon_sym_GT_GT] = ACTIONS(3520), + [anon_sym_GT_GT_GT] = ACTIONS(3520), + [anon_sym_AMP_CARET] = ACTIONS(3520), + [anon_sym_AMP_AMP] = ACTIONS(3536), + [anon_sym_PIPE_PIPE] = ACTIONS(3538), + [anon_sym_or] = ACTIONS(3540), + [sym_none] = ACTIONS(1841), + [sym_true] = ACTIONS(1841), + [sym_false] = ACTIONS(1841), + [sym_nil] = ACTIONS(1841), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1841), + [anon_sym_DOLLARif] = ACTIONS(1841), + [anon_sym_is] = ACTIONS(3542), + [anon_sym_BANGis] = ACTIONS(3544), + [anon_sym_in] = ACTIONS(3546), + [anon_sym_BANGin] = ACTIONS(3548), + [anon_sym_match] = ACTIONS(1841), + [anon_sym_select] = ACTIONS(1841), + [anon_sym_lock] = ACTIONS(1841), + [anon_sym_rlock] = ACTIONS(1841), + [anon_sym_unsafe] = ACTIONS(1841), + [anon_sym_sql] = ACTIONS(1841), + [sym_int_literal] = ACTIONS(1841), + [sym_float_literal] = ACTIONS(1841), + [sym_rune_literal] = ACTIONS(1841), + [sym_pseudo_compile_time_identifier] = ACTIONS(1841), + [anon_sym_shared] = ACTIONS(1841), + [anon_sym_map_LBRACK] = ACTIONS(1841), + [anon_sym_chan] = ACTIONS(1841), + [anon_sym_thread] = ACTIONS(1841), + [anon_sym_atomic] = ACTIONS(1841), + [anon_sym_assert] = ACTIONS(1841), + [anon_sym_defer] = ACTIONS(1841), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_break] = ACTIONS(1841), + [anon_sym_continue] = ACTIONS(1841), + [anon_sym_return] = ACTIONS(1841), + [anon_sym_DOLLARfor] = ACTIONS(1841), + [anon_sym_for] = ACTIONS(1841), + [anon_sym_POUND] = ACTIONS(1841), + [anon_sym_asm] = ACTIONS(1841), + [anon_sym_AT_LBRACK] = ACTIONS(1841), + [sym___double_quote] = ACTIONS(1841), + [sym___single_quote] = ACTIONS(1841), + [sym___c_double_quote] = ACTIONS(1841), + [sym___c_single_quote] = ACTIONS(1841), + [sym___r_double_quote] = ACTIONS(1841), + [sym___r_single_quote] = ACTIONS(1841), }, - [986] = { - [sym_line_comment] = STATE(986), - [sym_block_comment] = STATE(986), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1935), - [sym_identifier] = ACTIONS(1937), - [anon_sym_LF] = ACTIONS(1937), - [anon_sym_CR] = ACTIONS(1937), - [anon_sym_CR_LF] = ACTIONS(1937), + [992] = { + [sym_line_comment] = STATE(992), + [sym_block_comment] = STATE(992), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1831), + [sym_identifier] = ACTIONS(1833), + [anon_sym_LF] = ACTIONS(1833), + [anon_sym_CR] = ACTIONS(1833), + [anon_sym_CR_LF] = ACTIONS(1833), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(3506), - [anon_sym_LBRACE] = ACTIONS(1937), - [anon_sym_COMMA] = ACTIONS(1937), - [anon_sym_const] = ACTIONS(1937), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1937), - [anon_sym_type] = ACTIONS(1937), - [anon_sym_PIPE] = ACTIONS(3512), - [anon_sym_fn] = ACTIONS(1937), - [anon_sym_PLUS] = ACTIONS(3512), - [anon_sym_DASH] = ACTIONS(3512), - [anon_sym_STAR] = ACTIONS(3514), - [anon_sym_SLASH] = ACTIONS(3514), - [anon_sym_PERCENT] = ACTIONS(3514), - [anon_sym_LT] = ACTIONS(3516), - [anon_sym_GT] = ACTIONS(3516), - [anon_sym_EQ_EQ] = ACTIONS(3516), - [anon_sym_BANG_EQ] = ACTIONS(3516), - [anon_sym_LT_EQ] = ACTIONS(3516), - [anon_sym_GT_EQ] = ACTIONS(3516), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1937), - [anon_sym_union] = ACTIONS(1937), - [anon_sym_pub] = ACTIONS(1937), - [anon_sym_mut] = ACTIONS(1937), - [anon_sym_enum] = ACTIONS(1937), - [anon_sym_interface] = ACTIONS(1937), - [anon_sym_PLUS_PLUS] = ACTIONS(3520), - [anon_sym_DASH_DASH] = ACTIONS(3522), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1937), - [anon_sym_spawn] = ACTIONS(1937), - [anon_sym_json_DOTdecode] = ACTIONS(1937), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1937), - [anon_sym_CARET] = ACTIONS(3512), - [anon_sym_AMP] = ACTIONS(3514), - [anon_sym_LT_DASH] = ACTIONS(1937), - [anon_sym_LT_LT] = ACTIONS(3514), - [anon_sym_GT_GT] = ACTIONS(3514), - [anon_sym_GT_GT_GT] = ACTIONS(3514), - [anon_sym_AMP_CARET] = ACTIONS(3514), - [anon_sym_AMP_AMP] = ACTIONS(3530), - [anon_sym_PIPE_PIPE] = ACTIONS(3532), - [anon_sym_or] = ACTIONS(3534), - [sym_none] = ACTIONS(1937), - [sym_true] = ACTIONS(1937), - [sym_false] = ACTIONS(1937), - [sym_nil] = ACTIONS(1937), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1937), - [anon_sym_DOLLARif] = ACTIONS(1937), - [anon_sym_is] = ACTIONS(3536), - [anon_sym_BANGis] = ACTIONS(3538), - [anon_sym_in] = ACTIONS(3540), - [anon_sym_BANGin] = ACTIONS(3542), - [anon_sym_match] = ACTIONS(1937), - [anon_sym_select] = ACTIONS(1937), - [anon_sym_lock] = ACTIONS(1937), - [anon_sym_rlock] = ACTIONS(1937), - [anon_sym_unsafe] = ACTIONS(1937), - [anon_sym_sql] = ACTIONS(1937), - [sym_int_literal] = ACTIONS(1937), - [sym_float_literal] = ACTIONS(1937), - [sym_rune_literal] = ACTIONS(1937), - [sym_pseudo_compile_time_identifier] = ACTIONS(1937), - [anon_sym_shared] = ACTIONS(1937), - [anon_sym_map_LBRACK] = ACTIONS(1937), - [anon_sym_chan] = ACTIONS(1937), - [anon_sym_thread] = ACTIONS(1937), - [anon_sym_atomic] = ACTIONS(1937), - [anon_sym_assert] = ACTIONS(1937), - [anon_sym_defer] = ACTIONS(1937), - [anon_sym_goto] = ACTIONS(1937), - [anon_sym_break] = ACTIONS(1937), - [anon_sym_continue] = ACTIONS(1937), - [anon_sym_return] = ACTIONS(1937), - [anon_sym_DOLLARfor] = ACTIONS(1937), - [anon_sym_for] = ACTIONS(1937), - [anon_sym_POUND] = ACTIONS(1937), - [anon_sym_asm] = ACTIONS(1937), - [anon_sym_AT_LBRACK] = ACTIONS(1937), - [sym___double_quote] = ACTIONS(1937), - [sym___single_quote] = ACTIONS(1937), - [sym___c_double_quote] = ACTIONS(1937), - [sym___c_single_quote] = ACTIONS(1937), - [sym___r_double_quote] = ACTIONS(1937), - [sym___r_single_quote] = ACTIONS(1937), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(3512), + [anon_sym_LBRACE] = ACTIONS(1833), + [anon_sym_COMMA] = ACTIONS(1833), + [anon_sym_const] = ACTIONS(1833), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1833), + [anon_sym_type] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(3518), + [anon_sym_fn] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_LT] = ACTIONS(3522), + [anon_sym_GT] = ACTIONS(3522), + [anon_sym_EQ_EQ] = ACTIONS(3522), + [anon_sym_BANG_EQ] = ACTIONS(3522), + [anon_sym_LT_EQ] = ACTIONS(3522), + [anon_sym_GT_EQ] = ACTIONS(3522), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1833), + [anon_sym_union] = ACTIONS(1833), + [anon_sym_pub] = ACTIONS(1833), + [anon_sym_mut] = ACTIONS(1833), + [anon_sym_enum] = ACTIONS(1833), + [anon_sym_interface] = ACTIONS(1833), + [anon_sym_PLUS_PLUS] = ACTIONS(3526), + [anon_sym_DASH_DASH] = ACTIONS(3528), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1833), + [anon_sym_spawn] = ACTIONS(1833), + [anon_sym_json_DOTdecode] = ACTIONS(1833), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1833), + [anon_sym_CARET] = ACTIONS(3518), + [anon_sym_AMP] = ACTIONS(3520), + [anon_sym_LT_DASH] = ACTIONS(1833), + [anon_sym_LT_LT] = ACTIONS(3520), + [anon_sym_GT_GT] = ACTIONS(3520), + [anon_sym_GT_GT_GT] = ACTIONS(3520), + [anon_sym_AMP_CARET] = ACTIONS(3520), + [anon_sym_AMP_AMP] = ACTIONS(3536), + [anon_sym_PIPE_PIPE] = ACTIONS(3538), + [anon_sym_or] = ACTIONS(3540), + [sym_none] = ACTIONS(1833), + [sym_true] = ACTIONS(1833), + [sym_false] = ACTIONS(1833), + [sym_nil] = ACTIONS(1833), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1833), + [anon_sym_DOLLARif] = ACTIONS(1833), + [anon_sym_is] = ACTIONS(3542), + [anon_sym_BANGis] = ACTIONS(3544), + [anon_sym_in] = ACTIONS(3546), + [anon_sym_BANGin] = ACTIONS(3548), + [anon_sym_match] = ACTIONS(1833), + [anon_sym_select] = ACTIONS(1833), + [anon_sym_lock] = ACTIONS(1833), + [anon_sym_rlock] = ACTIONS(1833), + [anon_sym_unsafe] = ACTIONS(1833), + [anon_sym_sql] = ACTIONS(1833), + [sym_int_literal] = ACTIONS(1833), + [sym_float_literal] = ACTIONS(1833), + [sym_rune_literal] = ACTIONS(1833), + [sym_pseudo_compile_time_identifier] = ACTIONS(1833), + [anon_sym_shared] = ACTIONS(1833), + [anon_sym_map_LBRACK] = ACTIONS(1833), + [anon_sym_chan] = ACTIONS(1833), + [anon_sym_thread] = ACTIONS(1833), + [anon_sym_atomic] = ACTIONS(1833), + [anon_sym_assert] = ACTIONS(1833), + [anon_sym_defer] = ACTIONS(1833), + [anon_sym_goto] = ACTIONS(1833), + [anon_sym_break] = ACTIONS(1833), + [anon_sym_continue] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1833), + [anon_sym_DOLLARfor] = ACTIONS(1833), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_POUND] = ACTIONS(1833), + [anon_sym_asm] = ACTIONS(1833), + [anon_sym_AT_LBRACK] = ACTIONS(1833), + [sym___double_quote] = ACTIONS(1833), + [sym___single_quote] = ACTIONS(1833), + [sym___c_double_quote] = ACTIONS(1833), + [sym___c_single_quote] = ACTIONS(1833), + [sym___r_double_quote] = ACTIONS(1833), + [sym___r_single_quote] = ACTIONS(1833), }, - [987] = { - [sym_line_comment] = STATE(987), - [sym_block_comment] = STATE(987), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(3550), + [993] = { + [sym_line_comment] = STATE(993), + [sym_block_comment] = STATE(993), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(3556), [sym_identifier] = ACTIONS(1719), [anon_sym_LF] = ACTIONS(1719), [anon_sym_CR] = ACTIONS(1719), [anon_sym_CR_LF] = ACTIONS(1719), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(3506), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(3512), [anon_sym_LBRACE] = ACTIONS(1719), [anon_sym_COMMA] = ACTIONS(1719), [anon_sym_const] = ACTIONS(1719), - [anon_sym_LPAREN] = ACTIONS(3510), + [anon_sym_LPAREN] = ACTIONS(3516), [anon_sym___global] = ACTIONS(1719), [anon_sym_type] = ACTIONS(1719), - [anon_sym_PIPE] = ACTIONS(3512), + [anon_sym_PIPE] = ACTIONS(3518), [anon_sym_fn] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(3512), - [anon_sym_DASH] = ACTIONS(3512), - [anon_sym_STAR] = ACTIONS(3514), - [anon_sym_SLASH] = ACTIONS(3514), - [anon_sym_PERCENT] = ACTIONS(3514), - [anon_sym_LT] = ACTIONS(3516), - [anon_sym_GT] = ACTIONS(3516), - [anon_sym_EQ_EQ] = ACTIONS(3516), - [anon_sym_BANG_EQ] = ACTIONS(3516), - [anon_sym_LT_EQ] = ACTIONS(3516), - [anon_sym_GT_EQ] = ACTIONS(3516), - [anon_sym_LBRACK] = ACTIONS(3518), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_LT] = ACTIONS(3522), + [anon_sym_GT] = ACTIONS(3522), + [anon_sym_EQ_EQ] = ACTIONS(3522), + [anon_sym_BANG_EQ] = ACTIONS(3522), + [anon_sym_LT_EQ] = ACTIONS(3522), + [anon_sym_GT_EQ] = ACTIONS(3522), + [anon_sym_LBRACK] = ACTIONS(3524), [anon_sym_struct] = ACTIONS(1719), [anon_sym_union] = ACTIONS(1719), [anon_sym_pub] = ACTIONS(1719), [anon_sym_mut] = ACTIONS(1719), [anon_sym_enum] = ACTIONS(1719), [anon_sym_interface] = ACTIONS(1719), - [anon_sym_PLUS_PLUS] = ACTIONS(3520), - [anon_sym_DASH_DASH] = ACTIONS(3522), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), + [anon_sym_PLUS_PLUS] = ACTIONS(3526), + [anon_sym_DASH_DASH] = ACTIONS(3528), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), [anon_sym_go] = ACTIONS(1719), [anon_sym_spawn] = ACTIONS(1719), [anon_sym_json_DOTdecode] = ACTIONS(1719), - [anon_sym_LBRACK2] = ACTIONS(3528), + [anon_sym_LBRACK2] = ACTIONS(3534), [anon_sym_TILDE] = ACTIONS(1719), - [anon_sym_CARET] = ACTIONS(3512), - [anon_sym_AMP] = ACTIONS(3514), + [anon_sym_CARET] = ACTIONS(3518), + [anon_sym_AMP] = ACTIONS(3520), [anon_sym_LT_DASH] = ACTIONS(1719), - [anon_sym_LT_LT] = ACTIONS(3514), - [anon_sym_GT_GT] = ACTIONS(3514), - [anon_sym_GT_GT_GT] = ACTIONS(3514), - [anon_sym_AMP_CARET] = ACTIONS(3514), - [anon_sym_AMP_AMP] = ACTIONS(3530), - [anon_sym_PIPE_PIPE] = ACTIONS(3532), - [anon_sym_or] = ACTIONS(3534), + [anon_sym_LT_LT] = ACTIONS(3520), + [anon_sym_GT_GT] = ACTIONS(3520), + [anon_sym_GT_GT_GT] = ACTIONS(3520), + [anon_sym_AMP_CARET] = ACTIONS(3520), + [anon_sym_AMP_AMP] = ACTIONS(3536), + [anon_sym_PIPE_PIPE] = ACTIONS(3538), + [anon_sym_or] = ACTIONS(3540), [sym_none] = ACTIONS(1719), [sym_true] = ACTIONS(1719), [sym_false] = ACTIONS(1719), [sym_nil] = ACTIONS(1719), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), [anon_sym_if] = ACTIONS(1719), [anon_sym_DOLLARif] = ACTIONS(1719), - [anon_sym_is] = ACTIONS(3536), - [anon_sym_BANGis] = ACTIONS(3538), - [anon_sym_in] = ACTIONS(3540), - [anon_sym_BANGin] = ACTIONS(3542), + [anon_sym_is] = ACTIONS(3542), + [anon_sym_BANGis] = ACTIONS(3544), + [anon_sym_in] = ACTIONS(3546), + [anon_sym_BANGin] = ACTIONS(3548), [anon_sym_match] = ACTIONS(1719), [anon_sym_select] = ACTIONS(1719), [anon_sym_lock] = ACTIONS(1719), @@ -138272,12 +138930,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1719), [sym___r_single_quote] = ACTIONS(1719), }, - [988] = { - [sym_line_comment] = STATE(988), - [sym_block_comment] = STATE(988), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), + [994] = { + [sym_line_comment] = STATE(994), + [sym_block_comment] = STATE(994), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1919), + [sym_identifier] = ACTIONS(1921), + [anon_sym_LF] = ACTIONS(1921), + [anon_sym_CR] = ACTIONS(1921), + [anon_sym_CR_LF] = ACTIONS(1921), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(3512), + [anon_sym_LBRACE] = ACTIONS(1921), + [anon_sym_COMMA] = ACTIONS(1921), + [anon_sym_const] = ACTIONS(1921), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1921), + [anon_sym_type] = ACTIONS(1921), + [anon_sym_PIPE] = ACTIONS(3518), + [anon_sym_fn] = ACTIONS(1921), + [anon_sym_PLUS] = ACTIONS(3518), + [anon_sym_DASH] = ACTIONS(3518), + [anon_sym_STAR] = ACTIONS(3520), + [anon_sym_SLASH] = ACTIONS(3520), + [anon_sym_PERCENT] = ACTIONS(3520), + [anon_sym_LT] = ACTIONS(3522), + [anon_sym_GT] = ACTIONS(3522), + [anon_sym_EQ_EQ] = ACTIONS(3522), + [anon_sym_BANG_EQ] = ACTIONS(3522), + [anon_sym_LT_EQ] = ACTIONS(3522), + [anon_sym_GT_EQ] = ACTIONS(3522), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1921), + [anon_sym_union] = ACTIONS(1921), + [anon_sym_pub] = ACTIONS(1921), + [anon_sym_mut] = ACTIONS(1921), + [anon_sym_enum] = ACTIONS(1921), + [anon_sym_interface] = ACTIONS(1921), + [anon_sym_PLUS_PLUS] = ACTIONS(3526), + [anon_sym_DASH_DASH] = ACTIONS(3528), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1921), + [anon_sym_spawn] = ACTIONS(1921), + [anon_sym_json_DOTdecode] = ACTIONS(1921), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1921), + [anon_sym_CARET] = ACTIONS(3518), + [anon_sym_AMP] = ACTIONS(3520), + [anon_sym_LT_DASH] = ACTIONS(1921), + [anon_sym_LT_LT] = ACTIONS(3520), + [anon_sym_GT_GT] = ACTIONS(3520), + [anon_sym_GT_GT_GT] = ACTIONS(3520), + [anon_sym_AMP_CARET] = ACTIONS(3520), + [anon_sym_AMP_AMP] = ACTIONS(3536), + [anon_sym_PIPE_PIPE] = ACTIONS(3538), + [anon_sym_or] = ACTIONS(3540), + [sym_none] = ACTIONS(1921), + [sym_true] = ACTIONS(1921), + [sym_false] = ACTIONS(1921), + [sym_nil] = ACTIONS(1921), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1921), + [anon_sym_DOLLARif] = ACTIONS(1921), + [anon_sym_is] = ACTIONS(3558), + [anon_sym_BANGis] = ACTIONS(3560), + [anon_sym_in] = ACTIONS(3546), + [anon_sym_BANGin] = ACTIONS(3548), + [anon_sym_match] = ACTIONS(1921), + [anon_sym_select] = ACTIONS(1921), + [anon_sym_lock] = ACTIONS(1921), + [anon_sym_rlock] = ACTIONS(1921), + [anon_sym_unsafe] = ACTIONS(1921), + [anon_sym_sql] = ACTIONS(1921), + [sym_int_literal] = ACTIONS(1921), + [sym_float_literal] = ACTIONS(1921), + [sym_rune_literal] = ACTIONS(1921), + [sym_pseudo_compile_time_identifier] = ACTIONS(1921), + [anon_sym_shared] = ACTIONS(1921), + [anon_sym_map_LBRACK] = ACTIONS(1921), + [anon_sym_chan] = ACTIONS(1921), + [anon_sym_thread] = ACTIONS(1921), + [anon_sym_atomic] = ACTIONS(1921), + [anon_sym_assert] = ACTIONS(1921), + [anon_sym_defer] = ACTIONS(1921), + [anon_sym_goto] = ACTIONS(1921), + [anon_sym_break] = ACTIONS(1921), + [anon_sym_continue] = ACTIONS(1921), + [anon_sym_return] = ACTIONS(1921), + [anon_sym_DOLLARfor] = ACTIONS(1921), + [anon_sym_for] = ACTIONS(1921), + [anon_sym_POUND] = ACTIONS(1921), + [anon_sym_asm] = ACTIONS(1921), + [anon_sym_AT_LBRACK] = ACTIONS(1921), + [sym___double_quote] = ACTIONS(1921), + [sym___single_quote] = ACTIONS(1921), + [sym___c_double_quote] = ACTIONS(1921), + [sym___c_single_quote] = ACTIONS(1921), + [sym___r_double_quote] = ACTIONS(1921), + [sym___r_single_quote] = ACTIONS(1921), + }, + [995] = { + [sym_line_comment] = STATE(995), + [sym_block_comment] = STATE(995), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), [ts_builtin_sym_end] = ACTIONS(1853), [sym_identifier] = ACTIONS(1855), [anon_sym_LF] = ACTIONS(1855), @@ -138285,28 +139048,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), + [anon_sym_DOT] = ACTIONS(3510), [anon_sym_as] = ACTIONS(1855), [anon_sym_LBRACE] = ACTIONS(1855), - [anon_sym_COMMA] = ACTIONS(1855), [anon_sym_const] = ACTIONS(1855), - [anon_sym_LPAREN] = ACTIONS(3510), + [anon_sym_LPAREN] = ACTIONS(3516), [anon_sym___global] = ACTIONS(1855), [anon_sym_type] = ACTIONS(1855), - [anon_sym_PIPE] = ACTIONS(3512), + [anon_sym_PIPE] = ACTIONS(1855), [anon_sym_fn] = ACTIONS(1855), - [anon_sym_PLUS] = ACTIONS(3512), - [anon_sym_DASH] = ACTIONS(3512), - [anon_sym_STAR] = ACTIONS(3514), - [anon_sym_SLASH] = ACTIONS(3514), - [anon_sym_PERCENT] = ACTIONS(3514), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(3562), + [anon_sym_SLASH] = ACTIONS(3562), + [anon_sym_PERCENT] = ACTIONS(3562), [anon_sym_LT] = ACTIONS(1855), [anon_sym_GT] = ACTIONS(1855), [anon_sym_EQ_EQ] = ACTIONS(1855), [anon_sym_BANG_EQ] = ACTIONS(1855), [anon_sym_LT_EQ] = ACTIONS(1855), [anon_sym_GT_EQ] = ACTIONS(1855), - [anon_sym_LBRACK] = ACTIONS(3518), + [anon_sym_LBRACK] = ACTIONS(3524), [anon_sym_struct] = ACTIONS(1855), [anon_sym_union] = ACTIONS(1855), [anon_sym_pub] = ACTIONS(1855), @@ -138315,20 +139077,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(1855), [anon_sym_PLUS_PLUS] = ACTIONS(1855), [anon_sym_DASH_DASH] = ACTIONS(1855), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), [anon_sym_go] = ACTIONS(1855), [anon_sym_spawn] = ACTIONS(1855), [anon_sym_json_DOTdecode] = ACTIONS(1855), - [anon_sym_LBRACK2] = ACTIONS(3528), + [anon_sym_LBRACK2] = ACTIONS(3534), [anon_sym_TILDE] = ACTIONS(1855), - [anon_sym_CARET] = ACTIONS(3512), - [anon_sym_AMP] = ACTIONS(3514), + [anon_sym_CARET] = ACTIONS(1855), + [anon_sym_AMP] = ACTIONS(3562), [anon_sym_LT_DASH] = ACTIONS(1855), - [anon_sym_LT_LT] = ACTIONS(3514), - [anon_sym_GT_GT] = ACTIONS(3514), - [anon_sym_GT_GT_GT] = ACTIONS(3514), - [anon_sym_AMP_CARET] = ACTIONS(3514), + [anon_sym_LT_LT] = ACTIONS(3562), + [anon_sym_GT_GT] = ACTIONS(3562), + [anon_sym_GT_GT_GT] = ACTIONS(3562), + [anon_sym_AMP_CARET] = ACTIONS(3562), [anon_sym_AMP_AMP] = ACTIONS(1855), [anon_sym_PIPE_PIPE] = ACTIONS(1855), [anon_sym_or] = ACTIONS(1855), @@ -138336,8 +139098,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(1855), [sym_false] = ACTIONS(1855), [sym_nil] = ACTIONS(1855), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), [anon_sym_if] = ACTIONS(1855), [anon_sym_DOLLARif] = ACTIONS(1855), [anon_sym_is] = ACTIONS(1855), @@ -138377,1161 +139139,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1855), [sym___r_single_quote] = ACTIONS(1855), }, - [989] = { - [sym_line_comment] = STATE(989), - [sym_block_comment] = STATE(989), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1885), - [sym_identifier] = ACTIONS(1887), - [anon_sym_LF] = ACTIONS(1887), - [anon_sym_CR] = ACTIONS(1887), - [anon_sym_CR_LF] = ACTIONS(1887), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(1887), - [anon_sym_LBRACE] = ACTIONS(1887), - [anon_sym_COMMA] = ACTIONS(1887), - [anon_sym_const] = ACTIONS(1887), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1887), - [anon_sym_type] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(1887), - [anon_sym_fn] = ACTIONS(1887), - [anon_sym_PLUS] = ACTIONS(1887), - [anon_sym_DASH] = ACTIONS(1887), - [anon_sym_STAR] = ACTIONS(1887), - [anon_sym_SLASH] = ACTIONS(1887), - [anon_sym_PERCENT] = ACTIONS(1887), - [anon_sym_LT] = ACTIONS(1887), - [anon_sym_GT] = ACTIONS(1887), - [anon_sym_EQ_EQ] = ACTIONS(1887), - [anon_sym_BANG_EQ] = ACTIONS(1887), - [anon_sym_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_EQ] = ACTIONS(1887), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1887), - [anon_sym_union] = ACTIONS(1887), - [anon_sym_pub] = ACTIONS(1887), - [anon_sym_mut] = ACTIONS(1887), - [anon_sym_enum] = ACTIONS(1887), - [anon_sym_interface] = ACTIONS(1887), - [anon_sym_PLUS_PLUS] = ACTIONS(1887), - [anon_sym_DASH_DASH] = ACTIONS(1887), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1887), - [anon_sym_spawn] = ACTIONS(1887), - [anon_sym_json_DOTdecode] = ACTIONS(1887), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1887), - [anon_sym_CARET] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1887), - [anon_sym_LT_DASH] = ACTIONS(1887), - [anon_sym_LT_LT] = ACTIONS(1887), - [anon_sym_GT_GT] = ACTIONS(1887), - [anon_sym_GT_GT_GT] = ACTIONS(1887), - [anon_sym_AMP_CARET] = ACTIONS(1887), - [anon_sym_AMP_AMP] = ACTIONS(1887), - [anon_sym_PIPE_PIPE] = ACTIONS(1887), - [anon_sym_or] = ACTIONS(1887), - [sym_none] = ACTIONS(1887), - [sym_true] = ACTIONS(1887), - [sym_false] = ACTIONS(1887), - [sym_nil] = ACTIONS(1887), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1887), - [anon_sym_DOLLARif] = ACTIONS(1887), - [anon_sym_is] = ACTIONS(1887), - [anon_sym_BANGis] = ACTIONS(1887), - [anon_sym_in] = ACTIONS(1887), - [anon_sym_BANGin] = ACTIONS(1887), - [anon_sym_match] = ACTIONS(1887), - [anon_sym_select] = ACTIONS(1887), - [anon_sym_lock] = ACTIONS(1887), - [anon_sym_rlock] = ACTIONS(1887), - [anon_sym_unsafe] = ACTIONS(1887), - [anon_sym_sql] = ACTIONS(1887), - [sym_int_literal] = ACTIONS(1887), - [sym_float_literal] = ACTIONS(1887), - [sym_rune_literal] = ACTIONS(1887), - [sym_pseudo_compile_time_identifier] = ACTIONS(1887), - [anon_sym_shared] = ACTIONS(1887), - [anon_sym_map_LBRACK] = ACTIONS(1887), - [anon_sym_chan] = ACTIONS(1887), - [anon_sym_thread] = ACTIONS(1887), - [anon_sym_atomic] = ACTIONS(1887), - [anon_sym_assert] = ACTIONS(1887), - [anon_sym_defer] = ACTIONS(1887), - [anon_sym_goto] = ACTIONS(1887), - [anon_sym_break] = ACTIONS(1887), - [anon_sym_continue] = ACTIONS(1887), - [anon_sym_return] = ACTIONS(1887), - [anon_sym_DOLLARfor] = ACTIONS(1887), - [anon_sym_for] = ACTIONS(1887), - [anon_sym_POUND] = ACTIONS(1887), - [anon_sym_asm] = ACTIONS(1887), - [anon_sym_AT_LBRACK] = ACTIONS(1887), - [sym___double_quote] = ACTIONS(1887), - [sym___single_quote] = ACTIONS(1887), - [sym___c_double_quote] = ACTIONS(1887), - [sym___c_single_quote] = ACTIONS(1887), - [sym___r_double_quote] = ACTIONS(1887), - [sym___r_single_quote] = ACTIONS(1887), - }, - [990] = { - [sym_line_comment] = STATE(990), - [sym_block_comment] = STATE(990), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(3512), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3512), - [anon_sym_DASH] = ACTIONS(3512), - [anon_sym_STAR] = ACTIONS(3514), - [anon_sym_SLASH] = ACTIONS(3514), - [anon_sym_PERCENT] = ACTIONS(3514), - [anon_sym_LT] = ACTIONS(3516), - [anon_sym_GT] = ACTIONS(3516), - [anon_sym_EQ_EQ] = ACTIONS(3516), - [anon_sym_BANG_EQ] = ACTIONS(3516), - [anon_sym_LT_EQ] = ACTIONS(3516), - [anon_sym_GT_EQ] = ACTIONS(3516), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(3512), - [anon_sym_AMP] = ACTIONS(3514), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(3514), - [anon_sym_GT_GT] = ACTIONS(3514), - [anon_sym_GT_GT_GT] = ACTIONS(3514), - [anon_sym_AMP_CARET] = ACTIONS(3514), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(3540), - [anon_sym_BANGin] = ACTIONS(3542), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), - }, - [991] = { - [sym_line_comment] = STATE(991), - [sym_block_comment] = STATE(991), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(3512), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3512), - [anon_sym_DASH] = ACTIONS(3512), - [anon_sym_STAR] = ACTIONS(3514), - [anon_sym_SLASH] = ACTIONS(3514), - [anon_sym_PERCENT] = ACTIONS(3514), - [anon_sym_LT] = ACTIONS(3516), - [anon_sym_GT] = ACTIONS(3516), - [anon_sym_EQ_EQ] = ACTIONS(3516), - [anon_sym_BANG_EQ] = ACTIONS(3516), - [anon_sym_LT_EQ] = ACTIONS(3516), - [anon_sym_GT_EQ] = ACTIONS(3516), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(3512), - [anon_sym_AMP] = ACTIONS(3514), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(3514), - [anon_sym_GT_GT] = ACTIONS(3514), - [anon_sym_GT_GT_GT] = ACTIONS(3514), - [anon_sym_AMP_CARET] = ACTIONS(3514), - [anon_sym_AMP_AMP] = ACTIONS(3530), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(3540), - [anon_sym_BANGin] = ACTIONS(3542), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), - }, - [992] = { - [sym_line_comment] = STATE(992), - [sym_block_comment] = STATE(992), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1857), - [sym_identifier] = ACTIONS(1859), - [anon_sym_LF] = ACTIONS(1859), - [anon_sym_CR] = ACTIONS(1859), - [anon_sym_CR_LF] = ACTIONS(1859), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(1859), - [anon_sym_LBRACE] = ACTIONS(1859), - [anon_sym_COMMA] = ACTIONS(1859), - [anon_sym_const] = ACTIONS(1859), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1859), - [anon_sym_type] = ACTIONS(1859), - [anon_sym_PIPE] = ACTIONS(3512), - [anon_sym_fn] = ACTIONS(1859), - [anon_sym_PLUS] = ACTIONS(3512), - [anon_sym_DASH] = ACTIONS(3512), - [anon_sym_STAR] = ACTIONS(3514), - [anon_sym_SLASH] = ACTIONS(3514), - [anon_sym_PERCENT] = ACTIONS(3514), - [anon_sym_LT] = ACTIONS(1859), - [anon_sym_GT] = ACTIONS(1859), - [anon_sym_EQ_EQ] = ACTIONS(1859), - [anon_sym_BANG_EQ] = ACTIONS(1859), - [anon_sym_LT_EQ] = ACTIONS(1859), - [anon_sym_GT_EQ] = ACTIONS(1859), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1859), - [anon_sym_union] = ACTIONS(1859), - [anon_sym_pub] = ACTIONS(1859), - [anon_sym_mut] = ACTIONS(1859), - [anon_sym_enum] = ACTIONS(1859), - [anon_sym_interface] = ACTIONS(1859), - [anon_sym_PLUS_PLUS] = ACTIONS(1859), - [anon_sym_DASH_DASH] = ACTIONS(1859), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1859), - [anon_sym_spawn] = ACTIONS(1859), - [anon_sym_json_DOTdecode] = ACTIONS(1859), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1859), - [anon_sym_CARET] = ACTIONS(3512), - [anon_sym_AMP] = ACTIONS(3514), - [anon_sym_LT_DASH] = ACTIONS(1859), - [anon_sym_LT_LT] = ACTIONS(3514), - [anon_sym_GT_GT] = ACTIONS(3514), - [anon_sym_GT_GT_GT] = ACTIONS(3514), - [anon_sym_AMP_CARET] = ACTIONS(3514), - [anon_sym_AMP_AMP] = ACTIONS(1859), - [anon_sym_PIPE_PIPE] = ACTIONS(1859), - [anon_sym_or] = ACTIONS(1859), - [sym_none] = ACTIONS(1859), - [sym_true] = ACTIONS(1859), - [sym_false] = ACTIONS(1859), - [sym_nil] = ACTIONS(1859), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1859), - [anon_sym_DOLLARif] = ACTIONS(1859), - [anon_sym_is] = ACTIONS(1859), - [anon_sym_BANGis] = ACTIONS(1859), - [anon_sym_in] = ACTIONS(1859), - [anon_sym_BANGin] = ACTIONS(1859), - [anon_sym_match] = ACTIONS(1859), - [anon_sym_select] = ACTIONS(1859), - [anon_sym_lock] = ACTIONS(1859), - [anon_sym_rlock] = ACTIONS(1859), - [anon_sym_unsafe] = ACTIONS(1859), - [anon_sym_sql] = ACTIONS(1859), - [sym_int_literal] = ACTIONS(1859), - [sym_float_literal] = ACTIONS(1859), - [sym_rune_literal] = ACTIONS(1859), - [sym_pseudo_compile_time_identifier] = ACTIONS(1859), - [anon_sym_shared] = ACTIONS(1859), - [anon_sym_map_LBRACK] = ACTIONS(1859), - [anon_sym_chan] = ACTIONS(1859), - [anon_sym_thread] = ACTIONS(1859), - [anon_sym_atomic] = ACTIONS(1859), - [anon_sym_assert] = ACTIONS(1859), - [anon_sym_defer] = ACTIONS(1859), - [anon_sym_goto] = ACTIONS(1859), - [anon_sym_break] = ACTIONS(1859), - [anon_sym_continue] = ACTIONS(1859), - [anon_sym_return] = ACTIONS(1859), - [anon_sym_DOLLARfor] = ACTIONS(1859), - [anon_sym_for] = ACTIONS(1859), - [anon_sym_POUND] = ACTIONS(1859), - [anon_sym_asm] = ACTIONS(1859), - [anon_sym_AT_LBRACK] = ACTIONS(1859), - [sym___double_quote] = ACTIONS(1859), - [sym___single_quote] = ACTIONS(1859), - [sym___c_double_quote] = ACTIONS(1859), - [sym___c_single_quote] = ACTIONS(1859), - [sym___r_double_quote] = ACTIONS(1859), - [sym___r_single_quote] = ACTIONS(1859), - }, - [993] = { - [sym_line_comment] = STATE(993), - [sym_block_comment] = STATE(993), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1941), - [sym_identifier] = ACTIONS(1943), - [anon_sym_LF] = ACTIONS(1943), - [anon_sym_CR] = ACTIONS(1943), - [anon_sym_CR_LF] = ACTIONS(1943), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(3506), - [anon_sym_LBRACE] = ACTIONS(1943), - [anon_sym_COMMA] = ACTIONS(1943), - [anon_sym_const] = ACTIONS(1943), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1943), - [anon_sym_type] = ACTIONS(1943), - [anon_sym_PIPE] = ACTIONS(3512), - [anon_sym_fn] = ACTIONS(1943), - [anon_sym_PLUS] = ACTIONS(3512), - [anon_sym_DASH] = ACTIONS(3512), - [anon_sym_STAR] = ACTIONS(3514), - [anon_sym_SLASH] = ACTIONS(3514), - [anon_sym_PERCENT] = ACTIONS(3514), - [anon_sym_LT] = ACTIONS(3516), - [anon_sym_GT] = ACTIONS(3516), - [anon_sym_EQ_EQ] = ACTIONS(3516), - [anon_sym_BANG_EQ] = ACTIONS(3516), - [anon_sym_LT_EQ] = ACTIONS(3516), - [anon_sym_GT_EQ] = ACTIONS(3516), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1943), - [anon_sym_union] = ACTIONS(1943), - [anon_sym_pub] = ACTIONS(1943), - [anon_sym_mut] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1943), - [anon_sym_interface] = ACTIONS(1943), - [anon_sym_PLUS_PLUS] = ACTIONS(3520), - [anon_sym_DASH_DASH] = ACTIONS(3522), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1943), - [anon_sym_spawn] = ACTIONS(1943), - [anon_sym_json_DOTdecode] = ACTIONS(1943), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1943), - [anon_sym_CARET] = ACTIONS(3512), - [anon_sym_AMP] = ACTIONS(3514), - [anon_sym_LT_DASH] = ACTIONS(1943), - [anon_sym_LT_LT] = ACTIONS(3514), - [anon_sym_GT_GT] = ACTIONS(3514), - [anon_sym_GT_GT_GT] = ACTIONS(3514), - [anon_sym_AMP_CARET] = ACTIONS(3514), - [anon_sym_AMP_AMP] = ACTIONS(3530), - [anon_sym_PIPE_PIPE] = ACTIONS(3532), - [anon_sym_or] = ACTIONS(3534), - [sym_none] = ACTIONS(1943), - [sym_true] = ACTIONS(1943), - [sym_false] = ACTIONS(1943), - [sym_nil] = ACTIONS(1943), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1943), - [anon_sym_DOLLARif] = ACTIONS(1943), - [anon_sym_is] = ACTIONS(3552), - [anon_sym_BANGis] = ACTIONS(3554), - [anon_sym_in] = ACTIONS(3540), - [anon_sym_BANGin] = ACTIONS(3542), - [anon_sym_match] = ACTIONS(1943), - [anon_sym_select] = ACTIONS(1943), - [anon_sym_lock] = ACTIONS(1943), - [anon_sym_rlock] = ACTIONS(1943), - [anon_sym_unsafe] = ACTIONS(1943), - [anon_sym_sql] = ACTIONS(1943), - [sym_int_literal] = ACTIONS(1943), - [sym_float_literal] = ACTIONS(1943), - [sym_rune_literal] = ACTIONS(1943), - [sym_pseudo_compile_time_identifier] = ACTIONS(1943), - [anon_sym_shared] = ACTIONS(1943), - [anon_sym_map_LBRACK] = ACTIONS(1943), - [anon_sym_chan] = ACTIONS(1943), - [anon_sym_thread] = ACTIONS(1943), - [anon_sym_atomic] = ACTIONS(1943), - [anon_sym_assert] = ACTIONS(1943), - [anon_sym_defer] = ACTIONS(1943), - [anon_sym_goto] = ACTIONS(1943), - [anon_sym_break] = ACTIONS(1943), - [anon_sym_continue] = ACTIONS(1943), - [anon_sym_return] = ACTIONS(1943), - [anon_sym_DOLLARfor] = ACTIONS(1943), - [anon_sym_for] = ACTIONS(1943), - [anon_sym_POUND] = ACTIONS(1943), - [anon_sym_asm] = ACTIONS(1943), - [anon_sym_AT_LBRACK] = ACTIONS(1943), - [sym___double_quote] = ACTIONS(1943), - [sym___single_quote] = ACTIONS(1943), - [sym___c_double_quote] = ACTIONS(1943), - [sym___c_single_quote] = ACTIONS(1943), - [sym___r_double_quote] = ACTIONS(1943), - [sym___r_single_quote] = ACTIONS(1943), - }, - [994] = { - [sym_line_comment] = STATE(994), - [sym_block_comment] = STATE(994), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(3556), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3556), - [anon_sym_DASH] = ACTIONS(3556), - [anon_sym_STAR] = ACTIONS(3558), - [anon_sym_SLASH] = ACTIONS(3558), - [anon_sym_PERCENT] = ACTIONS(3558), - [anon_sym_LT] = ACTIONS(3560), - [anon_sym_GT] = ACTIONS(3560), - [anon_sym_EQ_EQ] = ACTIONS(3560), - [anon_sym_BANG_EQ] = ACTIONS(3560), - [anon_sym_LT_EQ] = ACTIONS(3560), - [anon_sym_GT_EQ] = ACTIONS(3560), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(3556), - [anon_sym_AMP] = ACTIONS(3558), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(3558), - [anon_sym_GT_GT] = ACTIONS(3558), - [anon_sym_GT_GT_GT] = ACTIONS(3558), - [anon_sym_AMP_CARET] = ACTIONS(3558), - [anon_sym_AMP_AMP] = ACTIONS(3562), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(3564), - [anon_sym_BANGin] = ACTIONS(3566), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), - }, - [995] = { - [sym_line_comment] = STATE(995), - [sym_block_comment] = STATE(995), - [sym_else_branch] = STATE(1114), - [ts_builtin_sym_end] = ACTIONS(2491), - [sym_identifier] = ACTIONS(2493), - [anon_sym_LF] = ACTIONS(2493), - [anon_sym_CR] = ACTIONS(2493), - [anon_sym_CR_LF] = ACTIONS(2493), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2493), - [anon_sym_as] = ACTIONS(2493), - [anon_sym_LBRACE] = ACTIONS(2493), - [anon_sym_COMMA] = ACTIONS(2493), - [anon_sym_const] = ACTIONS(2493), - [anon_sym_LPAREN] = ACTIONS(2493), - [anon_sym___global] = ACTIONS(2493), - [anon_sym_type] = ACTIONS(2493), - [anon_sym_PIPE] = ACTIONS(2493), - [anon_sym_fn] = ACTIONS(2493), - [anon_sym_PLUS] = ACTIONS(2493), - [anon_sym_DASH] = ACTIONS(2493), - [anon_sym_STAR] = ACTIONS(2493), - [anon_sym_SLASH] = ACTIONS(2493), - [anon_sym_PERCENT] = ACTIONS(2493), - [anon_sym_LT] = ACTIONS(2493), - [anon_sym_GT] = ACTIONS(2493), - [anon_sym_EQ_EQ] = ACTIONS(2493), - [anon_sym_BANG_EQ] = ACTIONS(2493), - [anon_sym_LT_EQ] = ACTIONS(2493), - [anon_sym_GT_EQ] = ACTIONS(2493), - [anon_sym_LBRACK] = ACTIONS(2491), - [anon_sym_struct] = ACTIONS(2493), - [anon_sym_union] = ACTIONS(2493), - [anon_sym_pub] = ACTIONS(2493), - [anon_sym_mut] = ACTIONS(2493), - [anon_sym_enum] = ACTIONS(2493), - [anon_sym_interface] = ACTIONS(2493), - [anon_sym_PLUS_PLUS] = ACTIONS(2493), - [anon_sym_DASH_DASH] = ACTIONS(2493), - [anon_sym_QMARK] = ACTIONS(2493), - [anon_sym_BANG] = ACTIONS(2493), - [anon_sym_go] = ACTIONS(2493), - [anon_sym_spawn] = ACTIONS(2493), - [anon_sym_json_DOTdecode] = ACTIONS(2493), - [anon_sym_LBRACK2] = ACTIONS(2493), - [anon_sym_TILDE] = ACTIONS(2493), - [anon_sym_CARET] = ACTIONS(2493), - [anon_sym_AMP] = ACTIONS(2493), - [anon_sym_LT_DASH] = ACTIONS(2493), - [anon_sym_LT_LT] = ACTIONS(2493), - [anon_sym_GT_GT] = ACTIONS(2493), - [anon_sym_GT_GT_GT] = ACTIONS(2493), - [anon_sym_AMP_CARET] = ACTIONS(2493), - [anon_sym_AMP_AMP] = ACTIONS(2493), - [anon_sym_PIPE_PIPE] = ACTIONS(2493), - [anon_sym_or] = ACTIONS(2493), - [sym_none] = ACTIONS(2493), - [sym_true] = ACTIONS(2493), - [sym_false] = ACTIONS(2493), - [sym_nil] = ACTIONS(2493), - [anon_sym_QMARK_DOT] = ACTIONS(2493), - [anon_sym_POUND_LBRACK] = ACTIONS(2493), - [anon_sym_if] = ACTIONS(2493), - [anon_sym_else] = ACTIONS(3568), - [anon_sym_DOLLARif] = ACTIONS(2493), - [anon_sym_is] = ACTIONS(2493), - [anon_sym_BANGis] = ACTIONS(2493), - [anon_sym_in] = ACTIONS(2493), - [anon_sym_BANGin] = ACTIONS(2493), - [anon_sym_match] = ACTIONS(2493), - [anon_sym_select] = ACTIONS(2493), - [anon_sym_lock] = ACTIONS(2493), - [anon_sym_rlock] = ACTIONS(2493), - [anon_sym_unsafe] = ACTIONS(2493), - [anon_sym_sql] = ACTIONS(2493), - [sym_int_literal] = ACTIONS(2493), - [sym_float_literal] = ACTIONS(2493), - [sym_rune_literal] = ACTIONS(2493), - [sym_pseudo_compile_time_identifier] = ACTIONS(2493), - [anon_sym_shared] = ACTIONS(2493), - [anon_sym_map_LBRACK] = ACTIONS(2493), - [anon_sym_chan] = ACTIONS(2493), - [anon_sym_thread] = ACTIONS(2493), - [anon_sym_atomic] = ACTIONS(2493), - [anon_sym_assert] = ACTIONS(2493), - [anon_sym_defer] = ACTIONS(2493), - [anon_sym_goto] = ACTIONS(2493), - [anon_sym_break] = ACTIONS(2493), - [anon_sym_continue] = ACTIONS(2493), - [anon_sym_return] = ACTIONS(2493), - [anon_sym_DOLLARfor] = ACTIONS(2493), - [anon_sym_for] = ACTIONS(2493), - [anon_sym_POUND] = ACTIONS(2493), - [anon_sym_asm] = ACTIONS(2493), - [anon_sym_AT_LBRACK] = ACTIONS(2493), - [sym___double_quote] = ACTIONS(2493), - [sym___single_quote] = ACTIONS(2493), - [sym___c_double_quote] = ACTIONS(2493), - [sym___c_single_quote] = ACTIONS(2493), - [sym___r_double_quote] = ACTIONS(2493), - [sym___r_single_quote] = ACTIONS(2493), - }, [996] = { [sym_line_comment] = STATE(996), [sym_block_comment] = STATE(996), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), + [sym_else_branch] = STATE(1073), + [ts_builtin_sym_end] = ACTIONS(2303), + [sym_identifier] = ACTIONS(2305), + [anon_sym_LF] = ACTIONS(2305), + [anon_sym_CR] = ACTIONS(2305), + [anon_sym_CR_LF] = ACTIONS(2305), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(1813), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1813), - [anon_sym_STAR] = ACTIONS(3558), - [anon_sym_SLASH] = ACTIONS(3558), - [anon_sym_PERCENT] = ACTIONS(3558), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1813), - [anon_sym_BANG_EQ] = ACTIONS(1813), - [anon_sym_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_EQ] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(3558), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(3558), - [anon_sym_GT_GT] = ACTIONS(3558), - [anon_sym_GT_GT_GT] = ACTIONS(3558), - [anon_sym_AMP_CARET] = ACTIONS(3558), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1813), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), + [anon_sym_DOT] = ACTIONS(2305), + [anon_sym_as] = ACTIONS(2305), + [anon_sym_LBRACE] = ACTIONS(2305), + [anon_sym_COMMA] = ACTIONS(2305), + [anon_sym_const] = ACTIONS(2305), + [anon_sym_LPAREN] = ACTIONS(2305), + [anon_sym___global] = ACTIONS(2305), + [anon_sym_type] = ACTIONS(2305), + [anon_sym_PIPE] = ACTIONS(2305), + [anon_sym_fn] = ACTIONS(2305), + [anon_sym_PLUS] = ACTIONS(2305), + [anon_sym_DASH] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2305), + [anon_sym_SLASH] = ACTIONS(2305), + [anon_sym_PERCENT] = ACTIONS(2305), + [anon_sym_LT] = ACTIONS(2305), + [anon_sym_GT] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(2305), + [anon_sym_BANG_EQ] = ACTIONS(2305), + [anon_sym_LT_EQ] = ACTIONS(2305), + [anon_sym_GT_EQ] = ACTIONS(2305), + [anon_sym_LBRACK] = ACTIONS(2303), + [anon_sym_struct] = ACTIONS(2305), + [anon_sym_union] = ACTIONS(2305), + [anon_sym_pub] = ACTIONS(2305), + [anon_sym_mut] = ACTIONS(2305), + [anon_sym_enum] = ACTIONS(2305), + [anon_sym_interface] = ACTIONS(2305), + [anon_sym_PLUS_PLUS] = ACTIONS(2305), + [anon_sym_DASH_DASH] = ACTIONS(2305), + [anon_sym_QMARK] = ACTIONS(2305), + [anon_sym_BANG] = ACTIONS(2305), + [anon_sym_go] = ACTIONS(2305), + [anon_sym_spawn] = ACTIONS(2305), + [anon_sym_json_DOTdecode] = ACTIONS(2305), + [anon_sym_LBRACK2] = ACTIONS(2305), + [anon_sym_TILDE] = ACTIONS(2305), + [anon_sym_CARET] = ACTIONS(2305), + [anon_sym_AMP] = ACTIONS(2305), + [anon_sym_LT_DASH] = ACTIONS(2305), + [anon_sym_LT_LT] = ACTIONS(2305), + [anon_sym_GT_GT] = ACTIONS(2305), + [anon_sym_GT_GT_GT] = ACTIONS(2305), + [anon_sym_AMP_CARET] = ACTIONS(2305), + [anon_sym_AMP_AMP] = ACTIONS(2305), + [anon_sym_PIPE_PIPE] = ACTIONS(2305), + [anon_sym_or] = ACTIONS(2305), + [sym_none] = ACTIONS(2305), + [sym_true] = ACTIONS(2305), + [sym_false] = ACTIONS(2305), + [sym_nil] = ACTIONS(2305), + [anon_sym_QMARK_DOT] = ACTIONS(2305), + [anon_sym_POUND_LBRACK] = ACTIONS(2305), + [anon_sym_if] = ACTIONS(2305), + [anon_sym_else] = ACTIONS(3564), + [anon_sym_DOLLARif] = ACTIONS(2305), + [anon_sym_is] = ACTIONS(2305), + [anon_sym_BANGis] = ACTIONS(2305), + [anon_sym_in] = ACTIONS(2305), + [anon_sym_BANGin] = ACTIONS(2305), + [anon_sym_match] = ACTIONS(2305), + [anon_sym_select] = ACTIONS(2305), + [anon_sym_lock] = ACTIONS(2305), + [anon_sym_rlock] = ACTIONS(2305), + [anon_sym_unsafe] = ACTIONS(2305), + [anon_sym_sql] = ACTIONS(2305), + [sym_int_literal] = ACTIONS(2305), + [sym_float_literal] = ACTIONS(2305), + [sym_rune_literal] = ACTIONS(2305), + [sym_pseudo_compile_time_identifier] = ACTIONS(2305), + [anon_sym_shared] = ACTIONS(2305), + [anon_sym_map_LBRACK] = ACTIONS(2305), + [anon_sym_chan] = ACTIONS(2305), + [anon_sym_thread] = ACTIONS(2305), + [anon_sym_atomic] = ACTIONS(2305), + [anon_sym_assert] = ACTIONS(2305), + [anon_sym_defer] = ACTIONS(2305), + [anon_sym_goto] = ACTIONS(2305), + [anon_sym_break] = ACTIONS(2305), + [anon_sym_continue] = ACTIONS(2305), + [anon_sym_return] = ACTIONS(2305), + [anon_sym_DOLLARfor] = ACTIONS(2305), + [anon_sym_for] = ACTIONS(2305), + [anon_sym_POUND] = ACTIONS(2305), + [anon_sym_asm] = ACTIONS(2305), + [anon_sym_AT_LBRACK] = ACTIONS(2305), + [sym___double_quote] = ACTIONS(2305), + [sym___single_quote] = ACTIONS(2305), + [sym___c_double_quote] = ACTIONS(2305), + [sym___c_single_quote] = ACTIONS(2305), + [sym___r_double_quote] = ACTIONS(2305), + [sym___r_single_quote] = ACTIONS(2305), }, [997] = { [sym_line_comment] = STATE(997), [sym_block_comment] = STATE(997), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1887), + [sym_identifier] = ACTIONS(1889), + [anon_sym_LF] = ACTIONS(1889), + [anon_sym_CR] = ACTIONS(1889), + [anon_sym_CR_LF] = ACTIONS(1889), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(3556), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3556), - [anon_sym_DASH] = ACTIONS(3556), - [anon_sym_STAR] = ACTIONS(3558), - [anon_sym_SLASH] = ACTIONS(3558), - [anon_sym_PERCENT] = ACTIONS(3558), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1813), - [anon_sym_BANG_EQ] = ACTIONS(1813), - [anon_sym_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_EQ] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(3556), - [anon_sym_AMP] = ACTIONS(3558), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(3558), - [anon_sym_GT_GT] = ACTIONS(3558), - [anon_sym_GT_GT_GT] = ACTIONS(3558), - [anon_sym_AMP_CARET] = ACTIONS(3558), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1813), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1889), + [anon_sym_const] = ACTIONS(1889), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1889), + [anon_sym_type] = ACTIONS(1889), + [anon_sym_PIPE] = ACTIONS(3566), + [anon_sym_fn] = ACTIONS(1889), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3562), + [anon_sym_SLASH] = ACTIONS(3562), + [anon_sym_PERCENT] = ACTIONS(3562), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_EQ_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_LT_EQ] = ACTIONS(1889), + [anon_sym_GT_EQ] = ACTIONS(1889), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1889), + [anon_sym_union] = ACTIONS(1889), + [anon_sym_pub] = ACTIONS(1889), + [anon_sym_mut] = ACTIONS(1889), + [anon_sym_enum] = ACTIONS(1889), + [anon_sym_interface] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1889), + [anon_sym_DASH_DASH] = ACTIONS(1889), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1889), + [anon_sym_spawn] = ACTIONS(1889), + [anon_sym_json_DOTdecode] = ACTIONS(1889), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1889), + [anon_sym_CARET] = ACTIONS(3566), + [anon_sym_AMP] = ACTIONS(3562), + [anon_sym_LT_DASH] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(3562), + [anon_sym_GT_GT] = ACTIONS(3562), + [anon_sym_GT_GT_GT] = ACTIONS(3562), + [anon_sym_AMP_CARET] = ACTIONS(3562), + [anon_sym_AMP_AMP] = ACTIONS(1889), + [anon_sym_PIPE_PIPE] = ACTIONS(1889), + [anon_sym_or] = ACTIONS(1889), + [sym_none] = ACTIONS(1889), + [sym_true] = ACTIONS(1889), + [sym_false] = ACTIONS(1889), + [sym_nil] = ACTIONS(1889), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1889), + [anon_sym_DOLLARif] = ACTIONS(1889), + [anon_sym_is] = ACTIONS(1889), + [anon_sym_BANGis] = ACTIONS(1889), + [anon_sym_in] = ACTIONS(1889), + [anon_sym_BANGin] = ACTIONS(1889), + [anon_sym_match] = ACTIONS(1889), + [anon_sym_select] = ACTIONS(1889), + [anon_sym_lock] = ACTIONS(1889), + [anon_sym_rlock] = ACTIONS(1889), + [anon_sym_unsafe] = ACTIONS(1889), + [anon_sym_sql] = ACTIONS(1889), + [sym_int_literal] = ACTIONS(1889), + [sym_float_literal] = ACTIONS(1889), + [sym_rune_literal] = ACTIONS(1889), + [sym_pseudo_compile_time_identifier] = ACTIONS(1889), + [anon_sym_shared] = ACTIONS(1889), + [anon_sym_map_LBRACK] = ACTIONS(1889), + [anon_sym_chan] = ACTIONS(1889), + [anon_sym_thread] = ACTIONS(1889), + [anon_sym_atomic] = ACTIONS(1889), + [anon_sym_assert] = ACTIONS(1889), + [anon_sym_defer] = ACTIONS(1889), + [anon_sym_goto] = ACTIONS(1889), + [anon_sym_break] = ACTIONS(1889), + [anon_sym_continue] = ACTIONS(1889), + [anon_sym_return] = ACTIONS(1889), + [anon_sym_DOLLARfor] = ACTIONS(1889), + [anon_sym_for] = ACTIONS(1889), + [anon_sym_POUND] = ACTIONS(1889), + [anon_sym_asm] = ACTIONS(1889), + [anon_sym_AT_LBRACK] = ACTIONS(1889), + [sym___double_quote] = ACTIONS(1889), + [sym___single_quote] = ACTIONS(1889), + [sym___c_double_quote] = ACTIONS(1889), + [sym___c_single_quote] = ACTIONS(1889), + [sym___r_double_quote] = ACTIONS(1889), + [sym___r_single_quote] = ACTIONS(1889), }, [998] = { [sym_line_comment] = STATE(998), [sym_block_comment] = STATE(998), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(3556), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3556), - [anon_sym_DASH] = ACTIONS(3556), - [anon_sym_STAR] = ACTIONS(3558), - [anon_sym_SLASH] = ACTIONS(3558), - [anon_sym_PERCENT] = ACTIONS(3558), - [anon_sym_LT] = ACTIONS(3560), - [anon_sym_GT] = ACTIONS(3560), - [anon_sym_EQ_EQ] = ACTIONS(3560), - [anon_sym_BANG_EQ] = ACTIONS(3560), - [anon_sym_LT_EQ] = ACTIONS(3560), - [anon_sym_GT_EQ] = ACTIONS(3560), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_interface] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(3556), - [anon_sym_AMP] = ACTIONS(3558), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(3558), - [anon_sym_GT_GT] = ACTIONS(3558), - [anon_sym_GT_GT_GT] = ACTIONS(3558), - [anon_sym_AMP_CARET] = ACTIONS(3558), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(3564), - [anon_sym_BANGin] = ACTIONS(3566), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [anon_sym_assert] = ACTIONS(1813), - [anon_sym_defer] = ACTIONS(1813), - [anon_sym_goto] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_DOLLARfor] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_POUND] = ACTIONS(1813), - [anon_sym_asm] = ACTIONS(1813), - [anon_sym_AT_LBRACK] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), - }, - [999] = { - [sym_line_comment] = STATE(999), - [sym_block_comment] = STATE(999), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(3570), - [sym_identifier] = ACTIONS(3572), - [anon_sym_LF] = ACTIONS(3572), - [anon_sym_CR] = ACTIONS(3572), - [anon_sym_CR_LF] = ACTIONS(3572), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(3506), - [anon_sym_LBRACE] = ACTIONS(3572), - [anon_sym_const] = ACTIONS(3572), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(3572), - [anon_sym_type] = ACTIONS(3572), - [anon_sym_PIPE] = ACTIONS(3556), - [anon_sym_fn] = ACTIONS(3572), - [anon_sym_PLUS] = ACTIONS(3572), - [anon_sym_DASH] = ACTIONS(3572), - [anon_sym_STAR] = ACTIONS(3572), - [anon_sym_SLASH] = ACTIONS(3558), - [anon_sym_PERCENT] = ACTIONS(3558), - [anon_sym_LT] = ACTIONS(3560), - [anon_sym_GT] = ACTIONS(3560), - [anon_sym_EQ_EQ] = ACTIONS(3560), - [anon_sym_BANG_EQ] = ACTIONS(3560), - [anon_sym_LT_EQ] = ACTIONS(3560), - [anon_sym_GT_EQ] = ACTIONS(3560), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(3572), - [anon_sym_union] = ACTIONS(3572), - [anon_sym_pub] = ACTIONS(3572), - [anon_sym_mut] = ACTIONS(3572), - [anon_sym_enum] = ACTIONS(3572), - [anon_sym_interface] = ACTIONS(3572), - [anon_sym_PLUS_PLUS] = ACTIONS(3520), - [anon_sym_DASH_DASH] = ACTIONS(3522), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(3572), - [anon_sym_spawn] = ACTIONS(3572), - [anon_sym_json_DOTdecode] = ACTIONS(3572), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(3572), - [anon_sym_CARET] = ACTIONS(3572), - [anon_sym_AMP] = ACTIONS(3572), - [anon_sym_LT_DASH] = ACTIONS(3572), - [anon_sym_LT_LT] = ACTIONS(3558), - [anon_sym_GT_GT] = ACTIONS(3558), - [anon_sym_GT_GT_GT] = ACTIONS(3558), - [anon_sym_AMP_CARET] = ACTIONS(3558), - [anon_sym_AMP_AMP] = ACTIONS(3562), - [anon_sym_PIPE_PIPE] = ACTIONS(3574), - [anon_sym_or] = ACTIONS(3534), - [sym_none] = ACTIONS(3572), - [sym_true] = ACTIONS(3572), - [sym_false] = ACTIONS(3572), - [sym_nil] = ACTIONS(3572), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(3572), - [anon_sym_DOLLARif] = ACTIONS(3572), - [anon_sym_is] = ACTIONS(3536), - [anon_sym_BANGis] = ACTIONS(3538), - [anon_sym_in] = ACTIONS(3564), - [anon_sym_BANGin] = ACTIONS(3566), - [anon_sym_match] = ACTIONS(3572), - [anon_sym_select] = ACTIONS(3572), - [anon_sym_lock] = ACTIONS(3572), - [anon_sym_rlock] = ACTIONS(3572), - [anon_sym_unsafe] = ACTIONS(3572), - [anon_sym_sql] = ACTIONS(3572), - [sym_int_literal] = ACTIONS(3572), - [sym_float_literal] = ACTIONS(3572), - [sym_rune_literal] = ACTIONS(3572), - [sym_pseudo_compile_time_identifier] = ACTIONS(3572), - [anon_sym_shared] = ACTIONS(3572), - [anon_sym_map_LBRACK] = ACTIONS(3572), - [anon_sym_chan] = ACTIONS(3572), - [anon_sym_thread] = ACTIONS(3572), - [anon_sym_atomic] = ACTIONS(3572), - [anon_sym_assert] = ACTIONS(3572), - [anon_sym_defer] = ACTIONS(3572), - [anon_sym_goto] = ACTIONS(3572), - [anon_sym_break] = ACTIONS(3572), - [anon_sym_continue] = ACTIONS(3572), - [anon_sym_return] = ACTIONS(3572), - [anon_sym_DOLLARfor] = ACTIONS(3572), - [anon_sym_for] = ACTIONS(3572), - [anon_sym_POUND] = ACTIONS(3572), - [anon_sym_asm] = ACTIONS(3572), - [anon_sym_AT_LBRACK] = ACTIONS(3572), - [sym___double_quote] = ACTIONS(3572), - [sym___single_quote] = ACTIONS(3572), - [sym___c_double_quote] = ACTIONS(3572), - [sym___c_single_quote] = ACTIONS(3572), - [sym___r_double_quote] = ACTIONS(3572), - [sym___r_single_quote] = ACTIONS(3572), - }, - [1000] = { - [sym_line_comment] = STATE(1000), - [sym_block_comment] = STATE(1000), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), [ts_builtin_sym_end] = ACTIONS(1853), [sym_identifier] = ACTIONS(1855), [anon_sym_LF] = ACTIONS(1855), @@ -139539,27 +139360,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), + [anon_sym_DOT] = ACTIONS(3510), [anon_sym_as] = ACTIONS(1855), [anon_sym_LBRACE] = ACTIONS(1855), [anon_sym_const] = ACTIONS(1855), - [anon_sym_LPAREN] = ACTIONS(3510), + [anon_sym_LPAREN] = ACTIONS(3516), [anon_sym___global] = ACTIONS(1855), [anon_sym_type] = ACTIONS(1855), - [anon_sym_PIPE] = ACTIONS(3556), + [anon_sym_PIPE] = ACTIONS(3566), [anon_sym_fn] = ACTIONS(1855), - [anon_sym_PLUS] = ACTIONS(3556), - [anon_sym_DASH] = ACTIONS(3556), - [anon_sym_STAR] = ACTIONS(3558), - [anon_sym_SLASH] = ACTIONS(3558), - [anon_sym_PERCENT] = ACTIONS(3558), - [anon_sym_LT] = ACTIONS(1855), - [anon_sym_GT] = ACTIONS(1855), - [anon_sym_EQ_EQ] = ACTIONS(1855), - [anon_sym_BANG_EQ] = ACTIONS(1855), - [anon_sym_LT_EQ] = ACTIONS(1855), - [anon_sym_GT_EQ] = ACTIONS(1855), - [anon_sym_LBRACK] = ACTIONS(3518), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3562), + [anon_sym_SLASH] = ACTIONS(3562), + [anon_sym_PERCENT] = ACTIONS(3562), + [anon_sym_LT] = ACTIONS(3568), + [anon_sym_GT] = ACTIONS(3568), + [anon_sym_EQ_EQ] = ACTIONS(3568), + [anon_sym_BANG_EQ] = ACTIONS(3568), + [anon_sym_LT_EQ] = ACTIONS(3568), + [anon_sym_GT_EQ] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3524), [anon_sym_struct] = ACTIONS(1855), [anon_sym_union] = ACTIONS(1855), [anon_sym_pub] = ACTIONS(1855), @@ -139568,20 +139389,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(1855), [anon_sym_PLUS_PLUS] = ACTIONS(1855), [anon_sym_DASH_DASH] = ACTIONS(1855), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), [anon_sym_go] = ACTIONS(1855), [anon_sym_spawn] = ACTIONS(1855), [anon_sym_json_DOTdecode] = ACTIONS(1855), - [anon_sym_LBRACK2] = ACTIONS(3528), + [anon_sym_LBRACK2] = ACTIONS(3534), [anon_sym_TILDE] = ACTIONS(1855), - [anon_sym_CARET] = ACTIONS(3556), - [anon_sym_AMP] = ACTIONS(3558), + [anon_sym_CARET] = ACTIONS(3566), + [anon_sym_AMP] = ACTIONS(3562), [anon_sym_LT_DASH] = ACTIONS(1855), - [anon_sym_LT_LT] = ACTIONS(3558), - [anon_sym_GT_GT] = ACTIONS(3558), - [anon_sym_GT_GT_GT] = ACTIONS(3558), - [anon_sym_AMP_CARET] = ACTIONS(3558), + [anon_sym_LT_LT] = ACTIONS(3562), + [anon_sym_GT_GT] = ACTIONS(3562), + [anon_sym_GT_GT_GT] = ACTIONS(3562), + [anon_sym_AMP_CARET] = ACTIONS(3562), [anon_sym_AMP_AMP] = ACTIONS(1855), [anon_sym_PIPE_PIPE] = ACTIONS(1855), [anon_sym_or] = ACTIONS(1855), @@ -139589,14 +139410,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(1855), [sym_false] = ACTIONS(1855), [sym_nil] = ACTIONS(1855), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), [anon_sym_if] = ACTIONS(1855), [anon_sym_DOLLARif] = ACTIONS(1855), [anon_sym_is] = ACTIONS(1855), [anon_sym_BANGis] = ACTIONS(1855), - [anon_sym_in] = ACTIONS(1855), - [anon_sym_BANGin] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(3570), + [anon_sym_BANGin] = ACTIONS(3572), [anon_sym_match] = ACTIONS(1855), [anon_sym_select] = ACTIONS(1855), [anon_sym_lock] = ACTIONS(1855), @@ -139630,933 +139451,1554 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1855), [sym___r_single_quote] = ACTIONS(1855), }, + [999] = { + [sym_line_comment] = STATE(999), + [sym_block_comment] = STATE(999), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(3574), + [sym_identifier] = ACTIONS(3576), + [anon_sym_LF] = ACTIONS(3576), + [anon_sym_CR] = ACTIONS(3576), + [anon_sym_CR_LF] = ACTIONS(3576), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(3512), + [anon_sym_LBRACE] = ACTIONS(3576), + [anon_sym_const] = ACTIONS(3576), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(3576), + [anon_sym_type] = ACTIONS(3576), + [anon_sym_PIPE] = ACTIONS(3566), + [anon_sym_fn] = ACTIONS(3576), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3562), + [anon_sym_SLASH] = ACTIONS(3562), + [anon_sym_PERCENT] = ACTIONS(3562), + [anon_sym_LT] = ACTIONS(3568), + [anon_sym_GT] = ACTIONS(3568), + [anon_sym_EQ_EQ] = ACTIONS(3568), + [anon_sym_BANG_EQ] = ACTIONS(3568), + [anon_sym_LT_EQ] = ACTIONS(3568), + [anon_sym_GT_EQ] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(3576), + [anon_sym_union] = ACTIONS(3576), + [anon_sym_pub] = ACTIONS(3576), + [anon_sym_mut] = ACTIONS(3576), + [anon_sym_enum] = ACTIONS(3576), + [anon_sym_interface] = ACTIONS(3576), + [anon_sym_PLUS_PLUS] = ACTIONS(3526), + [anon_sym_DASH_DASH] = ACTIONS(3528), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(3576), + [anon_sym_spawn] = ACTIONS(3576), + [anon_sym_json_DOTdecode] = ACTIONS(3576), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(3576), + [anon_sym_CARET] = ACTIONS(3566), + [anon_sym_AMP] = ACTIONS(3562), + [anon_sym_LT_DASH] = ACTIONS(3576), + [anon_sym_LT_LT] = ACTIONS(3562), + [anon_sym_GT_GT] = ACTIONS(3562), + [anon_sym_GT_GT_GT] = ACTIONS(3562), + [anon_sym_AMP_CARET] = ACTIONS(3562), + [anon_sym_AMP_AMP] = ACTIONS(3578), + [anon_sym_PIPE_PIPE] = ACTIONS(3580), + [anon_sym_or] = ACTIONS(3540), + [sym_none] = ACTIONS(3576), + [sym_true] = ACTIONS(3576), + [sym_false] = ACTIONS(3576), + [sym_nil] = ACTIONS(3576), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(3576), + [anon_sym_DOLLARif] = ACTIONS(3576), + [anon_sym_is] = ACTIONS(3542), + [anon_sym_BANGis] = ACTIONS(3544), + [anon_sym_in] = ACTIONS(3570), + [anon_sym_BANGin] = ACTIONS(3572), + [anon_sym_match] = ACTIONS(3576), + [anon_sym_select] = ACTIONS(3576), + [anon_sym_lock] = ACTIONS(3576), + [anon_sym_rlock] = ACTIONS(3576), + [anon_sym_unsafe] = ACTIONS(3576), + [anon_sym_sql] = ACTIONS(3576), + [sym_int_literal] = ACTIONS(3576), + [sym_float_literal] = ACTIONS(3576), + [sym_rune_literal] = ACTIONS(3576), + [sym_pseudo_compile_time_identifier] = ACTIONS(3576), + [anon_sym_shared] = ACTIONS(3576), + [anon_sym_map_LBRACK] = ACTIONS(3576), + [anon_sym_chan] = ACTIONS(3576), + [anon_sym_thread] = ACTIONS(3576), + [anon_sym_atomic] = ACTIONS(3576), + [anon_sym_assert] = ACTIONS(3576), + [anon_sym_defer] = ACTIONS(3576), + [anon_sym_goto] = ACTIONS(3576), + [anon_sym_break] = ACTIONS(3576), + [anon_sym_continue] = ACTIONS(3576), + [anon_sym_return] = ACTIONS(3576), + [anon_sym_DOLLARfor] = ACTIONS(3576), + [anon_sym_for] = ACTIONS(3576), + [anon_sym_POUND] = ACTIONS(3576), + [anon_sym_asm] = ACTIONS(3576), + [anon_sym_AT_LBRACK] = ACTIONS(3576), + [sym___double_quote] = ACTIONS(3576), + [sym___single_quote] = ACTIONS(3576), + [sym___c_double_quote] = ACTIONS(3576), + [sym___c_single_quote] = ACTIONS(3576), + [sym___r_double_quote] = ACTIONS(3576), + [sym___r_single_quote] = ACTIONS(3576), + }, + [1000] = { + [sym_line_comment] = STATE(1000), + [sym_block_comment] = STATE(1000), + [sym_else_branch] = STATE(1101), + [ts_builtin_sym_end] = ACTIONS(2427), + [sym_identifier] = ACTIONS(2429), + [anon_sym_LF] = ACTIONS(2429), + [anon_sym_CR] = ACTIONS(2429), + [anon_sym_CR_LF] = ACTIONS(2429), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2429), + [anon_sym_as] = ACTIONS(2429), + [anon_sym_LBRACE] = ACTIONS(2429), + [anon_sym_COMMA] = ACTIONS(2429), + [anon_sym_const] = ACTIONS(2429), + [anon_sym_LPAREN] = ACTIONS(2429), + [anon_sym___global] = ACTIONS(2429), + [anon_sym_type] = ACTIONS(2429), + [anon_sym_PIPE] = ACTIONS(2429), + [anon_sym_fn] = ACTIONS(2429), + [anon_sym_PLUS] = ACTIONS(2429), + [anon_sym_DASH] = ACTIONS(2429), + [anon_sym_STAR] = ACTIONS(2429), + [anon_sym_SLASH] = ACTIONS(2429), + [anon_sym_PERCENT] = ACTIONS(2429), + [anon_sym_LT] = ACTIONS(2429), + [anon_sym_GT] = ACTIONS(2429), + [anon_sym_EQ_EQ] = ACTIONS(2429), + [anon_sym_BANG_EQ] = ACTIONS(2429), + [anon_sym_LT_EQ] = ACTIONS(2429), + [anon_sym_GT_EQ] = ACTIONS(2429), + [anon_sym_LBRACK] = ACTIONS(2427), + [anon_sym_struct] = ACTIONS(2429), + [anon_sym_union] = ACTIONS(2429), + [anon_sym_pub] = ACTIONS(2429), + [anon_sym_mut] = ACTIONS(2429), + [anon_sym_enum] = ACTIONS(2429), + [anon_sym_interface] = ACTIONS(2429), + [anon_sym_PLUS_PLUS] = ACTIONS(2429), + [anon_sym_DASH_DASH] = ACTIONS(2429), + [anon_sym_QMARK] = ACTIONS(2429), + [anon_sym_BANG] = ACTIONS(2429), + [anon_sym_go] = ACTIONS(2429), + [anon_sym_spawn] = ACTIONS(2429), + [anon_sym_json_DOTdecode] = ACTIONS(2429), + [anon_sym_LBRACK2] = ACTIONS(2429), + [anon_sym_TILDE] = ACTIONS(2429), + [anon_sym_CARET] = ACTIONS(2429), + [anon_sym_AMP] = ACTIONS(2429), + [anon_sym_LT_DASH] = ACTIONS(2429), + [anon_sym_LT_LT] = ACTIONS(2429), + [anon_sym_GT_GT] = ACTIONS(2429), + [anon_sym_GT_GT_GT] = ACTIONS(2429), + [anon_sym_AMP_CARET] = ACTIONS(2429), + [anon_sym_AMP_AMP] = ACTIONS(2429), + [anon_sym_PIPE_PIPE] = ACTIONS(2429), + [anon_sym_or] = ACTIONS(2429), + [sym_none] = ACTIONS(2429), + [sym_true] = ACTIONS(2429), + [sym_false] = ACTIONS(2429), + [sym_nil] = ACTIONS(2429), + [anon_sym_QMARK_DOT] = ACTIONS(2429), + [anon_sym_POUND_LBRACK] = ACTIONS(2429), + [anon_sym_if] = ACTIONS(2429), + [anon_sym_else] = ACTIONS(3564), + [anon_sym_DOLLARif] = ACTIONS(2429), + [anon_sym_is] = ACTIONS(2429), + [anon_sym_BANGis] = ACTIONS(2429), + [anon_sym_in] = ACTIONS(2429), + [anon_sym_BANGin] = ACTIONS(2429), + [anon_sym_match] = ACTIONS(2429), + [anon_sym_select] = ACTIONS(2429), + [anon_sym_lock] = ACTIONS(2429), + [anon_sym_rlock] = ACTIONS(2429), + [anon_sym_unsafe] = ACTIONS(2429), + [anon_sym_sql] = ACTIONS(2429), + [sym_int_literal] = ACTIONS(2429), + [sym_float_literal] = ACTIONS(2429), + [sym_rune_literal] = ACTIONS(2429), + [sym_pseudo_compile_time_identifier] = ACTIONS(2429), + [anon_sym_shared] = ACTIONS(2429), + [anon_sym_map_LBRACK] = ACTIONS(2429), + [anon_sym_chan] = ACTIONS(2429), + [anon_sym_thread] = ACTIONS(2429), + [anon_sym_atomic] = ACTIONS(2429), + [anon_sym_assert] = ACTIONS(2429), + [anon_sym_defer] = ACTIONS(2429), + [anon_sym_goto] = ACTIONS(2429), + [anon_sym_break] = ACTIONS(2429), + [anon_sym_continue] = ACTIONS(2429), + [anon_sym_return] = ACTIONS(2429), + [anon_sym_DOLLARfor] = ACTIONS(2429), + [anon_sym_for] = ACTIONS(2429), + [anon_sym_POUND] = ACTIONS(2429), + [anon_sym_asm] = ACTIONS(2429), + [anon_sym_AT_LBRACK] = ACTIONS(2429), + [sym___double_quote] = ACTIONS(2429), + [sym___single_quote] = ACTIONS(2429), + [sym___c_double_quote] = ACTIONS(2429), + [sym___c_single_quote] = ACTIONS(2429), + [sym___r_double_quote] = ACTIONS(2429), + [sym___r_single_quote] = ACTIONS(2429), + }, [1001] = { [sym_line_comment] = STATE(1001), [sym_block_comment] = STATE(1001), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1857), - [sym_identifier] = ACTIONS(1859), - [anon_sym_LF] = ACTIONS(1859), - [anon_sym_CR] = ACTIONS(1859), - [anon_sym_CR_LF] = ACTIONS(1859), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(3582), + [sym_identifier] = ACTIONS(3584), + [anon_sym_LF] = ACTIONS(3584), + [anon_sym_CR] = ACTIONS(3584), + [anon_sym_CR_LF] = ACTIONS(3584), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(1859), - [anon_sym_LBRACE] = ACTIONS(1859), - [anon_sym_const] = ACTIONS(1859), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1859), - [anon_sym_type] = ACTIONS(1859), - [anon_sym_PIPE] = ACTIONS(3556), - [anon_sym_fn] = ACTIONS(1859), - [anon_sym_PLUS] = ACTIONS(3556), - [anon_sym_DASH] = ACTIONS(3556), - [anon_sym_STAR] = ACTIONS(3558), - [anon_sym_SLASH] = ACTIONS(3558), - [anon_sym_PERCENT] = ACTIONS(3558), - [anon_sym_LT] = ACTIONS(1859), - [anon_sym_GT] = ACTIONS(1859), - [anon_sym_EQ_EQ] = ACTIONS(1859), - [anon_sym_BANG_EQ] = ACTIONS(1859), - [anon_sym_LT_EQ] = ACTIONS(1859), - [anon_sym_GT_EQ] = ACTIONS(1859), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1859), - [anon_sym_union] = ACTIONS(1859), - [anon_sym_pub] = ACTIONS(1859), - [anon_sym_mut] = ACTIONS(1859), - [anon_sym_enum] = ACTIONS(1859), - [anon_sym_interface] = ACTIONS(1859), - [anon_sym_PLUS_PLUS] = ACTIONS(1859), - [anon_sym_DASH_DASH] = ACTIONS(1859), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1859), - [anon_sym_spawn] = ACTIONS(1859), - [anon_sym_json_DOTdecode] = ACTIONS(1859), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1859), - [anon_sym_CARET] = ACTIONS(3556), - [anon_sym_AMP] = ACTIONS(3558), - [anon_sym_LT_DASH] = ACTIONS(1859), - [anon_sym_LT_LT] = ACTIONS(3558), - [anon_sym_GT_GT] = ACTIONS(3558), - [anon_sym_GT_GT_GT] = ACTIONS(3558), - [anon_sym_AMP_CARET] = ACTIONS(3558), - [anon_sym_AMP_AMP] = ACTIONS(1859), - [anon_sym_PIPE_PIPE] = ACTIONS(1859), - [anon_sym_or] = ACTIONS(1859), - [sym_none] = ACTIONS(1859), - [sym_true] = ACTIONS(1859), - [sym_false] = ACTIONS(1859), - [sym_nil] = ACTIONS(1859), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1859), - [anon_sym_DOLLARif] = ACTIONS(1859), - [anon_sym_is] = ACTIONS(1859), - [anon_sym_BANGis] = ACTIONS(1859), - [anon_sym_in] = ACTIONS(1859), - [anon_sym_BANGin] = ACTIONS(1859), - [anon_sym_match] = ACTIONS(1859), - [anon_sym_select] = ACTIONS(1859), - [anon_sym_lock] = ACTIONS(1859), - [anon_sym_rlock] = ACTIONS(1859), - [anon_sym_unsafe] = ACTIONS(1859), - [anon_sym_sql] = ACTIONS(1859), - [sym_int_literal] = ACTIONS(1859), - [sym_float_literal] = ACTIONS(1859), - [sym_rune_literal] = ACTIONS(1859), - [sym_pseudo_compile_time_identifier] = ACTIONS(1859), - [anon_sym_shared] = ACTIONS(1859), - [anon_sym_map_LBRACK] = ACTIONS(1859), - [anon_sym_chan] = ACTIONS(1859), - [anon_sym_thread] = ACTIONS(1859), - [anon_sym_atomic] = ACTIONS(1859), - [anon_sym_assert] = ACTIONS(1859), - [anon_sym_defer] = ACTIONS(1859), - [anon_sym_goto] = ACTIONS(1859), - [anon_sym_break] = ACTIONS(1859), - [anon_sym_continue] = ACTIONS(1859), - [anon_sym_return] = ACTIONS(1859), - [anon_sym_DOLLARfor] = ACTIONS(1859), - [anon_sym_for] = ACTIONS(1859), - [anon_sym_POUND] = ACTIONS(1859), - [anon_sym_asm] = ACTIONS(1859), - [anon_sym_AT_LBRACK] = ACTIONS(1859), - [sym___double_quote] = ACTIONS(1859), - [sym___single_quote] = ACTIONS(1859), - [sym___c_double_quote] = ACTIONS(1859), - [sym___c_single_quote] = ACTIONS(1859), - [sym___r_double_quote] = ACTIONS(1859), - [sym___r_single_quote] = ACTIONS(1859), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(3512), + [anon_sym_LBRACE] = ACTIONS(3584), + [anon_sym_const] = ACTIONS(3584), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(3584), + [anon_sym_type] = ACTIONS(3584), + [anon_sym_PIPE] = ACTIONS(3566), + [anon_sym_fn] = ACTIONS(3584), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3562), + [anon_sym_SLASH] = ACTIONS(3562), + [anon_sym_PERCENT] = ACTIONS(3562), + [anon_sym_LT] = ACTIONS(3568), + [anon_sym_GT] = ACTIONS(3568), + [anon_sym_EQ_EQ] = ACTIONS(3568), + [anon_sym_BANG_EQ] = ACTIONS(3568), + [anon_sym_LT_EQ] = ACTIONS(3568), + [anon_sym_GT_EQ] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(3584), + [anon_sym_union] = ACTIONS(3584), + [anon_sym_pub] = ACTIONS(3584), + [anon_sym_mut] = ACTIONS(3584), + [anon_sym_enum] = ACTIONS(3584), + [anon_sym_interface] = ACTIONS(3584), + [anon_sym_PLUS_PLUS] = ACTIONS(3526), + [anon_sym_DASH_DASH] = ACTIONS(3528), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(3584), + [anon_sym_spawn] = ACTIONS(3584), + [anon_sym_json_DOTdecode] = ACTIONS(3584), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(3584), + [anon_sym_CARET] = ACTIONS(3566), + [anon_sym_AMP] = ACTIONS(3562), + [anon_sym_LT_DASH] = ACTIONS(3584), + [anon_sym_LT_LT] = ACTIONS(3562), + [anon_sym_GT_GT] = ACTIONS(3562), + [anon_sym_GT_GT_GT] = ACTIONS(3562), + [anon_sym_AMP_CARET] = ACTIONS(3562), + [anon_sym_AMP_AMP] = ACTIONS(3578), + [anon_sym_PIPE_PIPE] = ACTIONS(3580), + [anon_sym_or] = ACTIONS(3540), + [sym_none] = ACTIONS(3584), + [sym_true] = ACTIONS(3584), + [sym_false] = ACTIONS(3584), + [sym_nil] = ACTIONS(3584), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(3584), + [anon_sym_DOLLARif] = ACTIONS(3584), + [anon_sym_is] = ACTIONS(3542), + [anon_sym_BANGis] = ACTIONS(3544), + [anon_sym_in] = ACTIONS(3570), + [anon_sym_BANGin] = ACTIONS(3572), + [anon_sym_match] = ACTIONS(3584), + [anon_sym_select] = ACTIONS(3584), + [anon_sym_lock] = ACTIONS(3584), + [anon_sym_rlock] = ACTIONS(3584), + [anon_sym_unsafe] = ACTIONS(3584), + [anon_sym_sql] = ACTIONS(3584), + [sym_int_literal] = ACTIONS(3584), + [sym_float_literal] = ACTIONS(3584), + [sym_rune_literal] = ACTIONS(3584), + [sym_pseudo_compile_time_identifier] = ACTIONS(3584), + [anon_sym_shared] = ACTIONS(3584), + [anon_sym_map_LBRACK] = ACTIONS(3584), + [anon_sym_chan] = ACTIONS(3584), + [anon_sym_thread] = ACTIONS(3584), + [anon_sym_atomic] = ACTIONS(3584), + [anon_sym_assert] = ACTIONS(3584), + [anon_sym_defer] = ACTIONS(3584), + [anon_sym_goto] = ACTIONS(3584), + [anon_sym_break] = ACTIONS(3584), + [anon_sym_continue] = ACTIONS(3584), + [anon_sym_return] = ACTIONS(3584), + [anon_sym_DOLLARfor] = ACTIONS(3584), + [anon_sym_for] = ACTIONS(3584), + [anon_sym_POUND] = ACTIONS(3584), + [anon_sym_asm] = ACTIONS(3584), + [anon_sym_AT_LBRACK] = ACTIONS(3584), + [sym___double_quote] = ACTIONS(3584), + [sym___single_quote] = ACTIONS(3584), + [sym___c_double_quote] = ACTIONS(3584), + [sym___c_single_quote] = ACTIONS(3584), + [sym___r_double_quote] = ACTIONS(3584), + [sym___r_single_quote] = ACTIONS(3584), }, [1002] = { [sym_line_comment] = STATE(1002), [sym_block_comment] = STATE(1002), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(3576), - [sym_identifier] = ACTIONS(3578), - [anon_sym_LF] = ACTIONS(3578), - [anon_sym_CR] = ACTIONS(3578), - [anon_sym_CR_LF] = ACTIONS(3578), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1831), + [sym_identifier] = ACTIONS(1833), + [anon_sym_LF] = ACTIONS(1833), + [anon_sym_CR] = ACTIONS(1833), + [anon_sym_CR_LF] = ACTIONS(1833), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(3506), - [anon_sym_LBRACE] = ACTIONS(3578), - [anon_sym_const] = ACTIONS(3578), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(3578), - [anon_sym_type] = ACTIONS(3578), - [anon_sym_PIPE] = ACTIONS(3556), - [anon_sym_fn] = ACTIONS(3578), - [anon_sym_PLUS] = ACTIONS(3556), - [anon_sym_DASH] = ACTIONS(3556), - [anon_sym_STAR] = ACTIONS(3558), - [anon_sym_SLASH] = ACTIONS(3558), - [anon_sym_PERCENT] = ACTIONS(3558), - [anon_sym_LT] = ACTIONS(3560), - [anon_sym_GT] = ACTIONS(3560), - [anon_sym_EQ_EQ] = ACTIONS(3560), - [anon_sym_BANG_EQ] = ACTIONS(3560), - [anon_sym_LT_EQ] = ACTIONS(3560), - [anon_sym_GT_EQ] = ACTIONS(3560), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(3578), - [anon_sym_union] = ACTIONS(3578), - [anon_sym_pub] = ACTIONS(3578), - [anon_sym_mut] = ACTIONS(3578), - [anon_sym_enum] = ACTIONS(3578), - [anon_sym_interface] = ACTIONS(3578), - [anon_sym_PLUS_PLUS] = ACTIONS(3520), - [anon_sym_DASH_DASH] = ACTIONS(3522), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(3578), - [anon_sym_spawn] = ACTIONS(3578), - [anon_sym_json_DOTdecode] = ACTIONS(3578), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(3578), - [anon_sym_CARET] = ACTIONS(3556), - [anon_sym_AMP] = ACTIONS(3558), - [anon_sym_LT_DASH] = ACTIONS(3578), - [anon_sym_LT_LT] = ACTIONS(3558), - [anon_sym_GT_GT] = ACTIONS(3558), - [anon_sym_GT_GT_GT] = ACTIONS(3558), - [anon_sym_AMP_CARET] = ACTIONS(3558), - [anon_sym_AMP_AMP] = ACTIONS(3562), - [anon_sym_PIPE_PIPE] = ACTIONS(3574), - [anon_sym_or] = ACTIONS(3534), - [sym_none] = ACTIONS(3578), - [sym_true] = ACTIONS(3578), - [sym_false] = ACTIONS(3578), - [sym_nil] = ACTIONS(3578), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(3578), - [anon_sym_DOLLARif] = ACTIONS(3578), - [anon_sym_is] = ACTIONS(3536), - [anon_sym_BANGis] = ACTIONS(3538), - [anon_sym_in] = ACTIONS(3564), - [anon_sym_BANGin] = ACTIONS(3566), - [anon_sym_match] = ACTIONS(3578), - [anon_sym_select] = ACTIONS(3578), - [anon_sym_lock] = ACTIONS(3578), - [anon_sym_rlock] = ACTIONS(3578), - [anon_sym_unsafe] = ACTIONS(3578), - [anon_sym_sql] = ACTIONS(3578), - [sym_int_literal] = ACTIONS(3578), - [sym_float_literal] = ACTIONS(3578), - [sym_rune_literal] = ACTIONS(3578), - [sym_pseudo_compile_time_identifier] = ACTIONS(3578), - [anon_sym_shared] = ACTIONS(3578), - [anon_sym_map_LBRACK] = ACTIONS(3578), - [anon_sym_chan] = ACTIONS(3578), - [anon_sym_thread] = ACTIONS(3578), - [anon_sym_atomic] = ACTIONS(3578), - [anon_sym_assert] = ACTIONS(3578), - [anon_sym_defer] = ACTIONS(3578), - [anon_sym_goto] = ACTIONS(3578), - [anon_sym_break] = ACTIONS(3578), - [anon_sym_continue] = ACTIONS(3578), - [anon_sym_return] = ACTIONS(3578), - [anon_sym_DOLLARfor] = ACTIONS(3578), - [anon_sym_for] = ACTIONS(3578), - [anon_sym_POUND] = ACTIONS(3578), - [anon_sym_asm] = ACTIONS(3578), - [anon_sym_AT_LBRACK] = ACTIONS(3578), - [sym___double_quote] = ACTIONS(3578), - [sym___single_quote] = ACTIONS(3578), - [sym___c_double_quote] = ACTIONS(3578), - [sym___c_single_quote] = ACTIONS(3578), - [sym___r_double_quote] = ACTIONS(3578), - [sym___r_single_quote] = ACTIONS(3578), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(3512), + [anon_sym_LBRACE] = ACTIONS(1833), + [anon_sym_const] = ACTIONS(1833), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1833), + [anon_sym_type] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(3566), + [anon_sym_fn] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3562), + [anon_sym_SLASH] = ACTIONS(3562), + [anon_sym_PERCENT] = ACTIONS(3562), + [anon_sym_LT] = ACTIONS(3568), + [anon_sym_GT] = ACTIONS(3568), + [anon_sym_EQ_EQ] = ACTIONS(3568), + [anon_sym_BANG_EQ] = ACTIONS(3568), + [anon_sym_LT_EQ] = ACTIONS(3568), + [anon_sym_GT_EQ] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1833), + [anon_sym_union] = ACTIONS(1833), + [anon_sym_pub] = ACTIONS(1833), + [anon_sym_mut] = ACTIONS(1833), + [anon_sym_enum] = ACTIONS(1833), + [anon_sym_interface] = ACTIONS(1833), + [anon_sym_PLUS_PLUS] = ACTIONS(3526), + [anon_sym_DASH_DASH] = ACTIONS(3528), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1833), + [anon_sym_spawn] = ACTIONS(1833), + [anon_sym_json_DOTdecode] = ACTIONS(1833), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1833), + [anon_sym_CARET] = ACTIONS(3566), + [anon_sym_AMP] = ACTIONS(3562), + [anon_sym_LT_DASH] = ACTIONS(1833), + [anon_sym_LT_LT] = ACTIONS(3562), + [anon_sym_GT_GT] = ACTIONS(3562), + [anon_sym_GT_GT_GT] = ACTIONS(3562), + [anon_sym_AMP_CARET] = ACTIONS(3562), + [anon_sym_AMP_AMP] = ACTIONS(3578), + [anon_sym_PIPE_PIPE] = ACTIONS(3580), + [anon_sym_or] = ACTIONS(3540), + [sym_none] = ACTIONS(1833), + [sym_true] = ACTIONS(1833), + [sym_false] = ACTIONS(1833), + [sym_nil] = ACTIONS(1833), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1833), + [anon_sym_DOLLARif] = ACTIONS(1833), + [anon_sym_is] = ACTIONS(3542), + [anon_sym_BANGis] = ACTIONS(3544), + [anon_sym_in] = ACTIONS(3570), + [anon_sym_BANGin] = ACTIONS(3572), + [anon_sym_match] = ACTIONS(1833), + [anon_sym_select] = ACTIONS(1833), + [anon_sym_lock] = ACTIONS(1833), + [anon_sym_rlock] = ACTIONS(1833), + [anon_sym_unsafe] = ACTIONS(1833), + [anon_sym_sql] = ACTIONS(1833), + [sym_int_literal] = ACTIONS(1833), + [sym_float_literal] = ACTIONS(1833), + [sym_rune_literal] = ACTIONS(1833), + [sym_pseudo_compile_time_identifier] = ACTIONS(1833), + [anon_sym_shared] = ACTIONS(1833), + [anon_sym_map_LBRACK] = ACTIONS(1833), + [anon_sym_chan] = ACTIONS(1833), + [anon_sym_thread] = ACTIONS(1833), + [anon_sym_atomic] = ACTIONS(1833), + [anon_sym_assert] = ACTIONS(1833), + [anon_sym_defer] = ACTIONS(1833), + [anon_sym_goto] = ACTIONS(1833), + [anon_sym_break] = ACTIONS(1833), + [anon_sym_continue] = ACTIONS(1833), + [anon_sym_return] = ACTIONS(1833), + [anon_sym_DOLLARfor] = ACTIONS(1833), + [anon_sym_for] = ACTIONS(1833), + [anon_sym_POUND] = ACTIONS(1833), + [anon_sym_asm] = ACTIONS(1833), + [anon_sym_AT_LBRACK] = ACTIONS(1833), + [sym___double_quote] = ACTIONS(1833), + [sym___single_quote] = ACTIONS(1833), + [sym___c_double_quote] = ACTIONS(1833), + [sym___c_single_quote] = ACTIONS(1833), + [sym___r_double_quote] = ACTIONS(1833), + [sym___r_single_quote] = ACTIONS(1833), }, [1003] = { [sym_line_comment] = STATE(1003), [sym_block_comment] = STATE(1003), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(3580), - [sym_identifier] = ACTIONS(3582), - [anon_sym_LF] = ACTIONS(3582), - [anon_sym_CR] = ACTIONS(3582), - [anon_sym_CR_LF] = ACTIONS(3582), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(3586), + [sym_identifier] = ACTIONS(3588), + [anon_sym_LF] = ACTIONS(3588), + [anon_sym_CR] = ACTIONS(3588), + [anon_sym_CR_LF] = ACTIONS(3588), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(3506), - [anon_sym_LBRACE] = ACTIONS(3582), - [anon_sym_const] = ACTIONS(3582), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(3582), - [anon_sym_type] = ACTIONS(3582), - [anon_sym_PIPE] = ACTIONS(3556), - [anon_sym_fn] = ACTIONS(3582), - [anon_sym_PLUS] = ACTIONS(3556), - [anon_sym_DASH] = ACTIONS(3556), - [anon_sym_STAR] = ACTIONS(3558), - [anon_sym_SLASH] = ACTIONS(3558), - [anon_sym_PERCENT] = ACTIONS(3558), - [anon_sym_LT] = ACTIONS(3560), - [anon_sym_GT] = ACTIONS(3560), - [anon_sym_EQ_EQ] = ACTIONS(3560), - [anon_sym_BANG_EQ] = ACTIONS(3560), - [anon_sym_LT_EQ] = ACTIONS(3560), - [anon_sym_GT_EQ] = ACTIONS(3560), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(3582), - [anon_sym_union] = ACTIONS(3582), - [anon_sym_pub] = ACTIONS(3582), - [anon_sym_mut] = ACTIONS(3582), - [anon_sym_enum] = ACTIONS(3582), - [anon_sym_interface] = ACTIONS(3582), - [anon_sym_PLUS_PLUS] = ACTIONS(3520), - [anon_sym_DASH_DASH] = ACTIONS(3522), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(3582), - [anon_sym_spawn] = ACTIONS(3582), - [anon_sym_json_DOTdecode] = ACTIONS(3582), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(3582), - [anon_sym_CARET] = ACTIONS(3556), - [anon_sym_AMP] = ACTIONS(3558), - [anon_sym_LT_DASH] = ACTIONS(3582), - [anon_sym_LT_LT] = ACTIONS(3558), - [anon_sym_GT_GT] = ACTIONS(3558), - [anon_sym_GT_GT_GT] = ACTIONS(3558), - [anon_sym_AMP_CARET] = ACTIONS(3558), - [anon_sym_AMP_AMP] = ACTIONS(3562), - [anon_sym_PIPE_PIPE] = ACTIONS(3574), - [anon_sym_or] = ACTIONS(3534), - [sym_none] = ACTIONS(3582), - [sym_true] = ACTIONS(3582), - [sym_false] = ACTIONS(3582), - [sym_nil] = ACTIONS(3582), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(3582), - [anon_sym_DOLLARif] = ACTIONS(3582), - [anon_sym_is] = ACTIONS(3536), - [anon_sym_BANGis] = ACTIONS(3538), - [anon_sym_in] = ACTIONS(3564), - [anon_sym_BANGin] = ACTIONS(3566), - [anon_sym_match] = ACTIONS(3582), - [anon_sym_select] = ACTIONS(3582), - [anon_sym_lock] = ACTIONS(3582), - [anon_sym_rlock] = ACTIONS(3582), - [anon_sym_unsafe] = ACTIONS(3582), - [anon_sym_sql] = ACTIONS(3582), - [sym_int_literal] = ACTIONS(3582), - [sym_float_literal] = ACTIONS(3582), - [sym_rune_literal] = ACTIONS(3582), - [sym_pseudo_compile_time_identifier] = ACTIONS(3582), - [anon_sym_shared] = ACTIONS(3582), - [anon_sym_map_LBRACK] = ACTIONS(3582), - [anon_sym_chan] = ACTIONS(3582), - [anon_sym_thread] = ACTIONS(3582), - [anon_sym_atomic] = ACTIONS(3582), - [anon_sym_assert] = ACTIONS(3582), - [anon_sym_defer] = ACTIONS(3582), - [anon_sym_goto] = ACTIONS(3582), - [anon_sym_break] = ACTIONS(3582), - [anon_sym_continue] = ACTIONS(3582), - [anon_sym_return] = ACTIONS(3582), - [anon_sym_DOLLARfor] = ACTIONS(3582), - [anon_sym_for] = ACTIONS(3582), - [anon_sym_POUND] = ACTIONS(3582), - [anon_sym_asm] = ACTIONS(3582), - [anon_sym_AT_LBRACK] = ACTIONS(3582), - [sym___double_quote] = ACTIONS(3582), - [sym___single_quote] = ACTIONS(3582), - [sym___c_double_quote] = ACTIONS(3582), - [sym___c_single_quote] = ACTIONS(3582), - [sym___r_double_quote] = ACTIONS(3582), - [sym___r_single_quote] = ACTIONS(3582), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(3512), + [anon_sym_LBRACE] = ACTIONS(3588), + [anon_sym_const] = ACTIONS(3588), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(3588), + [anon_sym_type] = ACTIONS(3588), + [anon_sym_PIPE] = ACTIONS(3566), + [anon_sym_fn] = ACTIONS(3588), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3562), + [anon_sym_SLASH] = ACTIONS(3562), + [anon_sym_PERCENT] = ACTIONS(3562), + [anon_sym_LT] = ACTIONS(3568), + [anon_sym_GT] = ACTIONS(3568), + [anon_sym_EQ_EQ] = ACTIONS(3568), + [anon_sym_BANG_EQ] = ACTIONS(3568), + [anon_sym_LT_EQ] = ACTIONS(3568), + [anon_sym_GT_EQ] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(3588), + [anon_sym_union] = ACTIONS(3588), + [anon_sym_pub] = ACTIONS(3588), + [anon_sym_mut] = ACTIONS(3588), + [anon_sym_enum] = ACTIONS(3588), + [anon_sym_interface] = ACTIONS(3588), + [anon_sym_PLUS_PLUS] = ACTIONS(3526), + [anon_sym_DASH_DASH] = ACTIONS(3528), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(3588), + [anon_sym_spawn] = ACTIONS(3588), + [anon_sym_json_DOTdecode] = ACTIONS(3588), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(3588), + [anon_sym_CARET] = ACTIONS(3566), + [anon_sym_AMP] = ACTIONS(3562), + [anon_sym_LT_DASH] = ACTIONS(3588), + [anon_sym_LT_LT] = ACTIONS(3562), + [anon_sym_GT_GT] = ACTIONS(3562), + [anon_sym_GT_GT_GT] = ACTIONS(3562), + [anon_sym_AMP_CARET] = ACTIONS(3562), + [anon_sym_AMP_AMP] = ACTIONS(3578), + [anon_sym_PIPE_PIPE] = ACTIONS(3580), + [anon_sym_or] = ACTIONS(3540), + [sym_none] = ACTIONS(3588), + [sym_true] = ACTIONS(3588), + [sym_false] = ACTIONS(3588), + [sym_nil] = ACTIONS(3588), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(3588), + [anon_sym_DOLLARif] = ACTIONS(3588), + [anon_sym_is] = ACTIONS(3542), + [anon_sym_BANGis] = ACTIONS(3544), + [anon_sym_in] = ACTIONS(3570), + [anon_sym_BANGin] = ACTIONS(3572), + [anon_sym_match] = ACTIONS(3588), + [anon_sym_select] = ACTIONS(3588), + [anon_sym_lock] = ACTIONS(3588), + [anon_sym_rlock] = ACTIONS(3588), + [anon_sym_unsafe] = ACTIONS(3588), + [anon_sym_sql] = ACTIONS(3588), + [sym_int_literal] = ACTIONS(3588), + [sym_float_literal] = ACTIONS(3588), + [sym_rune_literal] = ACTIONS(3588), + [sym_pseudo_compile_time_identifier] = ACTIONS(3588), + [anon_sym_shared] = ACTIONS(3588), + [anon_sym_map_LBRACK] = ACTIONS(3588), + [anon_sym_chan] = ACTIONS(3588), + [anon_sym_thread] = ACTIONS(3588), + [anon_sym_atomic] = ACTIONS(3588), + [anon_sym_assert] = ACTIONS(3588), + [anon_sym_defer] = ACTIONS(3588), + [anon_sym_goto] = ACTIONS(3588), + [anon_sym_break] = ACTIONS(3588), + [anon_sym_continue] = ACTIONS(3588), + [anon_sym_return] = ACTIONS(3588), + [anon_sym_DOLLARfor] = ACTIONS(3588), + [anon_sym_for] = ACTIONS(3588), + [anon_sym_POUND] = ACTIONS(3588), + [anon_sym_asm] = ACTIONS(3588), + [anon_sym_AT_LBRACK] = ACTIONS(3588), + [sym___double_quote] = ACTIONS(3588), + [sym___single_quote] = ACTIONS(3588), + [sym___c_double_quote] = ACTIONS(3588), + [sym___c_single_quote] = ACTIONS(3588), + [sym___r_double_quote] = ACTIONS(3588), + [sym___r_single_quote] = ACTIONS(3588), }, [1004] = { [sym_line_comment] = STATE(1004), [sym_block_comment] = STATE(1004), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(2069), - [sym_identifier] = ACTIONS(2071), - [anon_sym_LF] = ACTIONS(2071), - [anon_sym_CR] = ACTIONS(2071), - [anon_sym_CR_LF] = ACTIONS(2071), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1853), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(3506), - [anon_sym_LBRACE] = ACTIONS(2071), - [anon_sym_const] = ACTIONS(2071), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(2071), - [anon_sym_type] = ACTIONS(2071), - [anon_sym_PIPE] = ACTIONS(3556), - [anon_sym_fn] = ACTIONS(2071), - [anon_sym_PLUS] = ACTIONS(3556), - [anon_sym_DASH] = ACTIONS(3556), - [anon_sym_STAR] = ACTIONS(3558), - [anon_sym_SLASH] = ACTIONS(3558), - [anon_sym_PERCENT] = ACTIONS(3558), - [anon_sym_LT] = ACTIONS(3560), - [anon_sym_GT] = ACTIONS(3560), - [anon_sym_EQ_EQ] = ACTIONS(3560), - [anon_sym_BANG_EQ] = ACTIONS(3560), - [anon_sym_LT_EQ] = ACTIONS(3560), - [anon_sym_GT_EQ] = ACTIONS(3560), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(2071), - [anon_sym_union] = ACTIONS(2071), - [anon_sym_pub] = ACTIONS(2071), - [anon_sym_mut] = ACTIONS(2071), - [anon_sym_enum] = ACTIONS(2071), - [anon_sym_interface] = ACTIONS(2071), - [anon_sym_PLUS_PLUS] = ACTIONS(3520), - [anon_sym_DASH_DASH] = ACTIONS(3522), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(2071), - [anon_sym_spawn] = ACTIONS(2071), - [anon_sym_json_DOTdecode] = ACTIONS(2071), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(2071), - [anon_sym_CARET] = ACTIONS(3556), - [anon_sym_AMP] = ACTIONS(3558), - [anon_sym_LT_DASH] = ACTIONS(2071), - [anon_sym_LT_LT] = ACTIONS(3558), - [anon_sym_GT_GT] = ACTIONS(3558), - [anon_sym_GT_GT_GT] = ACTIONS(3558), - [anon_sym_AMP_CARET] = ACTIONS(3558), - [anon_sym_AMP_AMP] = ACTIONS(3562), - [anon_sym_PIPE_PIPE] = ACTIONS(3574), - [anon_sym_or] = ACTIONS(3534), - [sym_none] = ACTIONS(2071), - [sym_true] = ACTIONS(2071), - [sym_false] = ACTIONS(2071), - [sym_nil] = ACTIONS(2071), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(2071), - [anon_sym_DOLLARif] = ACTIONS(2071), - [anon_sym_is] = ACTIONS(3536), - [anon_sym_BANGis] = ACTIONS(3538), - [anon_sym_in] = ACTIONS(3564), - [anon_sym_BANGin] = ACTIONS(3566), - [anon_sym_match] = ACTIONS(2071), - [anon_sym_select] = ACTIONS(2071), - [anon_sym_lock] = ACTIONS(2071), - [anon_sym_rlock] = ACTIONS(2071), - [anon_sym_unsafe] = ACTIONS(2071), - [anon_sym_sql] = ACTIONS(2071), - [sym_int_literal] = ACTIONS(2071), - [sym_float_literal] = ACTIONS(2071), - [sym_rune_literal] = ACTIONS(2071), - [sym_pseudo_compile_time_identifier] = ACTIONS(2071), - [anon_sym_shared] = ACTIONS(2071), - [anon_sym_map_LBRACK] = ACTIONS(2071), - [anon_sym_chan] = ACTIONS(2071), - [anon_sym_thread] = ACTIONS(2071), - [anon_sym_atomic] = ACTIONS(2071), - [anon_sym_assert] = ACTIONS(2071), - [anon_sym_defer] = ACTIONS(2071), - [anon_sym_goto] = ACTIONS(2071), - [anon_sym_break] = ACTIONS(2071), - [anon_sym_continue] = ACTIONS(2071), - [anon_sym_return] = ACTIONS(2071), - [anon_sym_DOLLARfor] = ACTIONS(2071), - [anon_sym_for] = ACTIONS(2071), - [anon_sym_POUND] = ACTIONS(2071), - [anon_sym_asm] = ACTIONS(2071), - [anon_sym_AT_LBRACK] = ACTIONS(2071), - [sym___double_quote] = ACTIONS(2071), - [sym___single_quote] = ACTIONS(2071), - [sym___c_double_quote] = ACTIONS(2071), - [sym___c_single_quote] = ACTIONS(2071), - [sym___r_double_quote] = ACTIONS(2071), - [sym___r_single_quote] = ACTIONS(2071), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1855), + [anon_sym_type] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(3566), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3562), + [anon_sym_SLASH] = ACTIONS(3562), + [anon_sym_PERCENT] = ACTIONS(3562), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1855), + [anon_sym_BANG_EQ] = ACTIONS(1855), + [anon_sym_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_EQ] = ACTIONS(1855), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_pub] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_interface] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(3566), + [anon_sym_AMP] = ACTIONS(3562), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(3562), + [anon_sym_GT_GT] = ACTIONS(3562), + [anon_sym_GT_GT_GT] = ACTIONS(3562), + [anon_sym_AMP_CARET] = ACTIONS(3562), + [anon_sym_AMP_AMP] = ACTIONS(1855), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(1855), + [anon_sym_BANGin] = ACTIONS(1855), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [anon_sym_assert] = ACTIONS(1855), + [anon_sym_defer] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_DOLLARfor] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_POUND] = ACTIONS(1855), + [anon_sym_asm] = ACTIONS(1855), + [anon_sym_AT_LBRACK] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), }, [1005] = { [sym_line_comment] = STATE(1005), [sym_block_comment] = STATE(1005), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(3584), - [sym_identifier] = ACTIONS(3586), - [anon_sym_LF] = ACTIONS(3586), - [anon_sym_CR] = ACTIONS(3586), - [anon_sym_CR_LF] = ACTIONS(3586), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1839), + [sym_identifier] = ACTIONS(1841), + [anon_sym_LF] = ACTIONS(1841), + [anon_sym_CR] = ACTIONS(1841), + [anon_sym_CR_LF] = ACTIONS(1841), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(3506), - [anon_sym_LBRACE] = ACTIONS(3586), - [anon_sym_const] = ACTIONS(3586), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(3586), - [anon_sym_type] = ACTIONS(3586), - [anon_sym_PIPE] = ACTIONS(3556), - [anon_sym_fn] = ACTIONS(3586), - [anon_sym_PLUS] = ACTIONS(3556), - [anon_sym_DASH] = ACTIONS(3556), - [anon_sym_STAR] = ACTIONS(3558), - [anon_sym_SLASH] = ACTIONS(3558), - [anon_sym_PERCENT] = ACTIONS(3558), - [anon_sym_LT] = ACTIONS(3560), - [anon_sym_GT] = ACTIONS(3560), - [anon_sym_EQ_EQ] = ACTIONS(3560), - [anon_sym_BANG_EQ] = ACTIONS(3560), - [anon_sym_LT_EQ] = ACTIONS(3560), - [anon_sym_GT_EQ] = ACTIONS(3560), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(3586), - [anon_sym_union] = ACTIONS(3586), - [anon_sym_pub] = ACTIONS(3586), - [anon_sym_mut] = ACTIONS(3586), - [anon_sym_enum] = ACTIONS(3586), - [anon_sym_interface] = ACTIONS(3586), - [anon_sym_PLUS_PLUS] = ACTIONS(3520), - [anon_sym_DASH_DASH] = ACTIONS(3522), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(3586), - [anon_sym_spawn] = ACTIONS(3586), - [anon_sym_json_DOTdecode] = ACTIONS(3586), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(3586), - [anon_sym_CARET] = ACTIONS(3556), - [anon_sym_AMP] = ACTIONS(3558), - [anon_sym_LT_DASH] = ACTIONS(3586), - [anon_sym_LT_LT] = ACTIONS(3558), - [anon_sym_GT_GT] = ACTIONS(3558), - [anon_sym_GT_GT_GT] = ACTIONS(3558), - [anon_sym_AMP_CARET] = ACTIONS(3558), - [anon_sym_AMP_AMP] = ACTIONS(3562), - [anon_sym_PIPE_PIPE] = ACTIONS(3574), - [anon_sym_or] = ACTIONS(3534), - [sym_none] = ACTIONS(3586), - [sym_true] = ACTIONS(3586), - [sym_false] = ACTIONS(3586), - [sym_nil] = ACTIONS(3586), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(3586), - [anon_sym_DOLLARif] = ACTIONS(3586), - [anon_sym_is] = ACTIONS(3536), - [anon_sym_BANGis] = ACTIONS(3538), - [anon_sym_in] = ACTIONS(3564), - [anon_sym_BANGin] = ACTIONS(3566), - [anon_sym_match] = ACTIONS(3586), - [anon_sym_select] = ACTIONS(3586), - [anon_sym_lock] = ACTIONS(3586), - [anon_sym_rlock] = ACTIONS(3586), - [anon_sym_unsafe] = ACTIONS(3586), - [anon_sym_sql] = ACTIONS(3586), - [sym_int_literal] = ACTIONS(3586), - [sym_float_literal] = ACTIONS(3586), - [sym_rune_literal] = ACTIONS(3586), - [sym_pseudo_compile_time_identifier] = ACTIONS(3586), - [anon_sym_shared] = ACTIONS(3586), - [anon_sym_map_LBRACK] = ACTIONS(3586), - [anon_sym_chan] = ACTIONS(3586), - [anon_sym_thread] = ACTIONS(3586), - [anon_sym_atomic] = ACTIONS(3586), - [anon_sym_assert] = ACTIONS(3586), - [anon_sym_defer] = ACTIONS(3586), - [anon_sym_goto] = ACTIONS(3586), - [anon_sym_break] = ACTIONS(3586), - [anon_sym_continue] = ACTIONS(3586), - [anon_sym_return] = ACTIONS(3586), - [anon_sym_DOLLARfor] = ACTIONS(3586), - [anon_sym_for] = ACTIONS(3586), - [anon_sym_POUND] = ACTIONS(3586), - [anon_sym_asm] = ACTIONS(3586), - [anon_sym_AT_LBRACK] = ACTIONS(3586), - [sym___double_quote] = ACTIONS(3586), - [sym___single_quote] = ACTIONS(3586), - [sym___c_double_quote] = ACTIONS(3586), - [sym___c_single_quote] = ACTIONS(3586), - [sym___r_double_quote] = ACTIONS(3586), - [sym___r_single_quote] = ACTIONS(3586), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(3512), + [anon_sym_LBRACE] = ACTIONS(1841), + [anon_sym_const] = ACTIONS(1841), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1841), + [anon_sym_type] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(3566), + [anon_sym_fn] = ACTIONS(1841), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3562), + [anon_sym_SLASH] = ACTIONS(3562), + [anon_sym_PERCENT] = ACTIONS(3562), + [anon_sym_LT] = ACTIONS(3568), + [anon_sym_GT] = ACTIONS(3568), + [anon_sym_EQ_EQ] = ACTIONS(3568), + [anon_sym_BANG_EQ] = ACTIONS(3568), + [anon_sym_LT_EQ] = ACTIONS(3568), + [anon_sym_GT_EQ] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1841), + [anon_sym_union] = ACTIONS(1841), + [anon_sym_pub] = ACTIONS(1841), + [anon_sym_mut] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1841), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(3526), + [anon_sym_DASH_DASH] = ACTIONS(3528), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1841), + [anon_sym_spawn] = ACTIONS(1841), + [anon_sym_json_DOTdecode] = ACTIONS(1841), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1841), + [anon_sym_CARET] = ACTIONS(3566), + [anon_sym_AMP] = ACTIONS(3562), + [anon_sym_LT_DASH] = ACTIONS(1841), + [anon_sym_LT_LT] = ACTIONS(3562), + [anon_sym_GT_GT] = ACTIONS(3562), + [anon_sym_GT_GT_GT] = ACTIONS(3562), + [anon_sym_AMP_CARET] = ACTIONS(3562), + [anon_sym_AMP_AMP] = ACTIONS(3578), + [anon_sym_PIPE_PIPE] = ACTIONS(3580), + [anon_sym_or] = ACTIONS(3540), + [sym_none] = ACTIONS(1841), + [sym_true] = ACTIONS(1841), + [sym_false] = ACTIONS(1841), + [sym_nil] = ACTIONS(1841), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1841), + [anon_sym_DOLLARif] = ACTIONS(1841), + [anon_sym_is] = ACTIONS(3542), + [anon_sym_BANGis] = ACTIONS(3544), + [anon_sym_in] = ACTIONS(3570), + [anon_sym_BANGin] = ACTIONS(3572), + [anon_sym_match] = ACTIONS(1841), + [anon_sym_select] = ACTIONS(1841), + [anon_sym_lock] = ACTIONS(1841), + [anon_sym_rlock] = ACTIONS(1841), + [anon_sym_unsafe] = ACTIONS(1841), + [anon_sym_sql] = ACTIONS(1841), + [sym_int_literal] = ACTIONS(1841), + [sym_float_literal] = ACTIONS(1841), + [sym_rune_literal] = ACTIONS(1841), + [sym_pseudo_compile_time_identifier] = ACTIONS(1841), + [anon_sym_shared] = ACTIONS(1841), + [anon_sym_map_LBRACK] = ACTIONS(1841), + [anon_sym_chan] = ACTIONS(1841), + [anon_sym_thread] = ACTIONS(1841), + [anon_sym_atomic] = ACTIONS(1841), + [anon_sym_assert] = ACTIONS(1841), + [anon_sym_defer] = ACTIONS(1841), + [anon_sym_goto] = ACTIONS(1841), + [anon_sym_break] = ACTIONS(1841), + [anon_sym_continue] = ACTIONS(1841), + [anon_sym_return] = ACTIONS(1841), + [anon_sym_DOLLARfor] = ACTIONS(1841), + [anon_sym_for] = ACTIONS(1841), + [anon_sym_POUND] = ACTIONS(1841), + [anon_sym_asm] = ACTIONS(1841), + [anon_sym_AT_LBRACK] = ACTIONS(1841), + [sym___double_quote] = ACTIONS(1841), + [sym___single_quote] = ACTIONS(1841), + [sym___c_double_quote] = ACTIONS(1841), + [sym___c_single_quote] = ACTIONS(1841), + [sym___r_double_quote] = ACTIONS(1841), + [sym___r_single_quote] = ACTIONS(1841), }, [1006] = { [sym_line_comment] = STATE(1006), [sym_block_comment] = STATE(1006), - [sym_type_parameters] = STATE(4273), - [sym_argument_list] = STATE(1085), - [sym_or_block] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1935), - [sym_identifier] = ACTIONS(1937), - [anon_sym_LF] = ACTIONS(1937), - [anon_sym_CR] = ACTIONS(1937), - [anon_sym_CR_LF] = ACTIONS(1937), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1853), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3504), - [anon_sym_as] = ACTIONS(3506), - [anon_sym_LBRACE] = ACTIONS(1937), - [anon_sym_const] = ACTIONS(1937), - [anon_sym_LPAREN] = ACTIONS(3510), - [anon_sym___global] = ACTIONS(1937), - [anon_sym_type] = ACTIONS(1937), - [anon_sym_PIPE] = ACTIONS(3556), - [anon_sym_fn] = ACTIONS(1937), - [anon_sym_PLUS] = ACTIONS(3556), - [anon_sym_DASH] = ACTIONS(3556), - [anon_sym_STAR] = ACTIONS(3558), - [anon_sym_SLASH] = ACTIONS(3558), - [anon_sym_PERCENT] = ACTIONS(3558), - [anon_sym_LT] = ACTIONS(3560), - [anon_sym_GT] = ACTIONS(3560), - [anon_sym_EQ_EQ] = ACTIONS(3560), - [anon_sym_BANG_EQ] = ACTIONS(3560), - [anon_sym_LT_EQ] = ACTIONS(3560), - [anon_sym_GT_EQ] = ACTIONS(3560), - [anon_sym_LBRACK] = ACTIONS(3518), - [anon_sym_struct] = ACTIONS(1937), - [anon_sym_union] = ACTIONS(1937), - [anon_sym_pub] = ACTIONS(1937), - [anon_sym_mut] = ACTIONS(1937), - [anon_sym_enum] = ACTIONS(1937), - [anon_sym_interface] = ACTIONS(1937), - [anon_sym_PLUS_PLUS] = ACTIONS(3520), - [anon_sym_DASH_DASH] = ACTIONS(3522), - [anon_sym_QMARK] = ACTIONS(3524), - [anon_sym_BANG] = ACTIONS(3526), - [anon_sym_go] = ACTIONS(1937), - [anon_sym_spawn] = ACTIONS(1937), - [anon_sym_json_DOTdecode] = ACTIONS(1937), - [anon_sym_LBRACK2] = ACTIONS(3528), - [anon_sym_TILDE] = ACTIONS(1937), - [anon_sym_CARET] = ACTIONS(3556), - [anon_sym_AMP] = ACTIONS(3558), - [anon_sym_LT_DASH] = ACTIONS(1937), - [anon_sym_LT_LT] = ACTIONS(3558), - [anon_sym_GT_GT] = ACTIONS(3558), - [anon_sym_GT_GT_GT] = ACTIONS(3558), - [anon_sym_AMP_CARET] = ACTIONS(3558), - [anon_sym_AMP_AMP] = ACTIONS(3562), - [anon_sym_PIPE_PIPE] = ACTIONS(3574), - [anon_sym_or] = ACTIONS(3534), - [sym_none] = ACTIONS(1937), - [sym_true] = ACTIONS(1937), - [sym_false] = ACTIONS(1937), - [sym_nil] = ACTIONS(1937), - [anon_sym_QMARK_DOT] = ACTIONS(3504), - [anon_sym_POUND_LBRACK] = ACTIONS(3528), - [anon_sym_if] = ACTIONS(1937), - [anon_sym_DOLLARif] = ACTIONS(1937), - [anon_sym_is] = ACTIONS(3536), - [anon_sym_BANGis] = ACTIONS(3538), - [anon_sym_in] = ACTIONS(3564), - [anon_sym_BANGin] = ACTIONS(3566), - [anon_sym_match] = ACTIONS(1937), - [anon_sym_select] = ACTIONS(1937), - [anon_sym_lock] = ACTIONS(1937), - [anon_sym_rlock] = ACTIONS(1937), - [anon_sym_unsafe] = ACTIONS(1937), - [anon_sym_sql] = ACTIONS(1937), - [sym_int_literal] = ACTIONS(1937), - [sym_float_literal] = ACTIONS(1937), - [sym_rune_literal] = ACTIONS(1937), - [sym_pseudo_compile_time_identifier] = ACTIONS(1937), - [anon_sym_shared] = ACTIONS(1937), - [anon_sym_map_LBRACK] = ACTIONS(1937), - [anon_sym_chan] = ACTIONS(1937), - [anon_sym_thread] = ACTIONS(1937), - [anon_sym_atomic] = ACTIONS(1937), - [anon_sym_assert] = ACTIONS(1937), - [anon_sym_defer] = ACTIONS(1937), - [anon_sym_goto] = ACTIONS(1937), - [anon_sym_break] = ACTIONS(1937), - [anon_sym_continue] = ACTIONS(1937), - [anon_sym_return] = ACTIONS(1937), - [anon_sym_DOLLARfor] = ACTIONS(1937), - [anon_sym_for] = ACTIONS(1937), - [anon_sym_POUND] = ACTIONS(1937), - [anon_sym_asm] = ACTIONS(1937), - [anon_sym_AT_LBRACK] = ACTIONS(1937), - [sym___double_quote] = ACTIONS(1937), - [sym___single_quote] = ACTIONS(1937), - [sym___c_double_quote] = ACTIONS(1937), - [sym___c_single_quote] = ACTIONS(1937), - [sym___r_double_quote] = ACTIONS(1937), - [sym___r_single_quote] = ACTIONS(1937), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1855), + [anon_sym_type] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(3566), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3562), + [anon_sym_SLASH] = ACTIONS(3562), + [anon_sym_PERCENT] = ACTIONS(3562), + [anon_sym_LT] = ACTIONS(3568), + [anon_sym_GT] = ACTIONS(3568), + [anon_sym_EQ_EQ] = ACTIONS(3568), + [anon_sym_BANG_EQ] = ACTIONS(3568), + [anon_sym_LT_EQ] = ACTIONS(3568), + [anon_sym_GT_EQ] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_union] = ACTIONS(1855), + [anon_sym_pub] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_enum] = ACTIONS(1855), + [anon_sym_interface] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(3566), + [anon_sym_AMP] = ACTIONS(3562), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(3562), + [anon_sym_GT_GT] = ACTIONS(3562), + [anon_sym_GT_GT_GT] = ACTIONS(3562), + [anon_sym_AMP_CARET] = ACTIONS(3562), + [anon_sym_AMP_AMP] = ACTIONS(3578), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(3570), + [anon_sym_BANGin] = ACTIONS(3572), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [anon_sym_assert] = ACTIONS(1855), + [anon_sym_defer] = ACTIONS(1855), + [anon_sym_goto] = ACTIONS(1855), + [anon_sym_break] = ACTIONS(1855), + [anon_sym_continue] = ACTIONS(1855), + [anon_sym_return] = ACTIONS(1855), + [anon_sym_DOLLARfor] = ACTIONS(1855), + [anon_sym_for] = ACTIONS(1855), + [anon_sym_POUND] = ACTIONS(1855), + [anon_sym_asm] = ACTIONS(1855), + [anon_sym_AT_LBRACK] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), }, [1007] = { [sym_line_comment] = STATE(1007), [sym_block_comment] = STATE(1007), - [sym_else_branch] = STATE(1115), - [ts_builtin_sym_end] = ACTIONS(2485), - [sym_identifier] = ACTIONS(2487), - [anon_sym_LF] = ACTIONS(2487), - [anon_sym_CR] = ACTIONS(2487), - [anon_sym_CR_LF] = ACTIONS(2487), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(3590), + [sym_identifier] = ACTIONS(3592), + [anon_sym_LF] = ACTIONS(3592), + [anon_sym_CR] = ACTIONS(3592), + [anon_sym_CR_LF] = ACTIONS(3592), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2487), - [anon_sym_as] = ACTIONS(2487), - [anon_sym_LBRACE] = ACTIONS(2487), - [anon_sym_COMMA] = ACTIONS(2487), - [anon_sym_const] = ACTIONS(2487), - [anon_sym_LPAREN] = ACTIONS(2487), - [anon_sym___global] = ACTIONS(2487), - [anon_sym_type] = ACTIONS(2487), - [anon_sym_PIPE] = ACTIONS(2487), - [anon_sym_fn] = ACTIONS(2487), - [anon_sym_PLUS] = ACTIONS(2487), - [anon_sym_DASH] = ACTIONS(2487), - [anon_sym_STAR] = ACTIONS(2487), - [anon_sym_SLASH] = ACTIONS(2487), - [anon_sym_PERCENT] = ACTIONS(2487), - [anon_sym_LT] = ACTIONS(2487), - [anon_sym_GT] = ACTIONS(2487), - [anon_sym_EQ_EQ] = ACTIONS(2487), - [anon_sym_BANG_EQ] = ACTIONS(2487), - [anon_sym_LT_EQ] = ACTIONS(2487), - [anon_sym_GT_EQ] = ACTIONS(2487), - [anon_sym_LBRACK] = ACTIONS(2485), - [anon_sym_struct] = ACTIONS(2487), - [anon_sym_union] = ACTIONS(2487), - [anon_sym_pub] = ACTIONS(2487), - [anon_sym_mut] = ACTIONS(2487), - [anon_sym_enum] = ACTIONS(2487), - [anon_sym_interface] = ACTIONS(2487), - [anon_sym_PLUS_PLUS] = ACTIONS(2487), - [anon_sym_DASH_DASH] = ACTIONS(2487), - [anon_sym_QMARK] = ACTIONS(2487), - [anon_sym_BANG] = ACTIONS(2487), - [anon_sym_go] = ACTIONS(2487), - [anon_sym_spawn] = ACTIONS(2487), - [anon_sym_json_DOTdecode] = ACTIONS(2487), - [anon_sym_LBRACK2] = ACTIONS(2487), - [anon_sym_TILDE] = ACTIONS(2487), - [anon_sym_CARET] = ACTIONS(2487), - [anon_sym_AMP] = ACTIONS(2487), - [anon_sym_LT_DASH] = ACTIONS(2487), - [anon_sym_LT_LT] = ACTIONS(2487), - [anon_sym_GT_GT] = ACTIONS(2487), - [anon_sym_GT_GT_GT] = ACTIONS(2487), - [anon_sym_AMP_CARET] = ACTIONS(2487), - [anon_sym_AMP_AMP] = ACTIONS(2487), - [anon_sym_PIPE_PIPE] = ACTIONS(2487), - [anon_sym_or] = ACTIONS(2487), - [sym_none] = ACTIONS(2487), - [sym_true] = ACTIONS(2487), - [sym_false] = ACTIONS(2487), - [sym_nil] = ACTIONS(2487), - [anon_sym_QMARK_DOT] = ACTIONS(2487), - [anon_sym_POUND_LBRACK] = ACTIONS(2487), - [anon_sym_if] = ACTIONS(2487), - [anon_sym_else] = ACTIONS(3568), - [anon_sym_DOLLARif] = ACTIONS(2487), - [anon_sym_is] = ACTIONS(2487), - [anon_sym_BANGis] = ACTIONS(2487), - [anon_sym_in] = ACTIONS(2487), - [anon_sym_BANGin] = ACTIONS(2487), - [anon_sym_match] = ACTIONS(2487), - [anon_sym_select] = ACTIONS(2487), - [anon_sym_lock] = ACTIONS(2487), - [anon_sym_rlock] = ACTIONS(2487), - [anon_sym_unsafe] = ACTIONS(2487), - [anon_sym_sql] = ACTIONS(2487), - [sym_int_literal] = ACTIONS(2487), - [sym_float_literal] = ACTIONS(2487), - [sym_rune_literal] = ACTIONS(2487), - [sym_pseudo_compile_time_identifier] = ACTIONS(2487), - [anon_sym_shared] = ACTIONS(2487), - [anon_sym_map_LBRACK] = ACTIONS(2487), - [anon_sym_chan] = ACTIONS(2487), - [anon_sym_thread] = ACTIONS(2487), - [anon_sym_atomic] = ACTIONS(2487), - [anon_sym_assert] = ACTIONS(2487), - [anon_sym_defer] = ACTIONS(2487), - [anon_sym_goto] = ACTIONS(2487), - [anon_sym_break] = ACTIONS(2487), - [anon_sym_continue] = ACTIONS(2487), - [anon_sym_return] = ACTIONS(2487), - [anon_sym_DOLLARfor] = ACTIONS(2487), - [anon_sym_for] = ACTIONS(2487), - [anon_sym_POUND] = ACTIONS(2487), - [anon_sym_asm] = ACTIONS(2487), - [anon_sym_AT_LBRACK] = ACTIONS(2487), - [sym___double_quote] = ACTIONS(2487), - [sym___single_quote] = ACTIONS(2487), - [sym___c_double_quote] = ACTIONS(2487), - [sym___c_single_quote] = ACTIONS(2487), - [sym___r_double_quote] = ACTIONS(2487), - [sym___r_single_quote] = ACTIONS(2487), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(3512), + [anon_sym_LBRACE] = ACTIONS(3592), + [anon_sym_const] = ACTIONS(3592), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(3592), + [anon_sym_type] = ACTIONS(3592), + [anon_sym_PIPE] = ACTIONS(3566), + [anon_sym_fn] = ACTIONS(3592), + [anon_sym_PLUS] = ACTIONS(3592), + [anon_sym_DASH] = ACTIONS(3592), + [anon_sym_STAR] = ACTIONS(3592), + [anon_sym_SLASH] = ACTIONS(3562), + [anon_sym_PERCENT] = ACTIONS(3562), + [anon_sym_LT] = ACTIONS(3568), + [anon_sym_GT] = ACTIONS(3568), + [anon_sym_EQ_EQ] = ACTIONS(3568), + [anon_sym_BANG_EQ] = ACTIONS(3568), + [anon_sym_LT_EQ] = ACTIONS(3568), + [anon_sym_GT_EQ] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(3592), + [anon_sym_union] = ACTIONS(3592), + [anon_sym_pub] = ACTIONS(3592), + [anon_sym_mut] = ACTIONS(3592), + [anon_sym_enum] = ACTIONS(3592), + [anon_sym_interface] = ACTIONS(3592), + [anon_sym_PLUS_PLUS] = ACTIONS(3526), + [anon_sym_DASH_DASH] = ACTIONS(3528), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(3592), + [anon_sym_spawn] = ACTIONS(3592), + [anon_sym_json_DOTdecode] = ACTIONS(3592), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(3592), + [anon_sym_CARET] = ACTIONS(3592), + [anon_sym_AMP] = ACTIONS(3592), + [anon_sym_LT_DASH] = ACTIONS(3592), + [anon_sym_LT_LT] = ACTIONS(3562), + [anon_sym_GT_GT] = ACTIONS(3562), + [anon_sym_GT_GT_GT] = ACTIONS(3562), + [anon_sym_AMP_CARET] = ACTIONS(3562), + [anon_sym_AMP_AMP] = ACTIONS(3578), + [anon_sym_PIPE_PIPE] = ACTIONS(3580), + [anon_sym_or] = ACTIONS(3540), + [sym_none] = ACTIONS(3592), + [sym_true] = ACTIONS(3592), + [sym_false] = ACTIONS(3592), + [sym_nil] = ACTIONS(3592), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(3592), + [anon_sym_DOLLARif] = ACTIONS(3592), + [anon_sym_is] = ACTIONS(3542), + [anon_sym_BANGis] = ACTIONS(3544), + [anon_sym_in] = ACTIONS(3570), + [anon_sym_BANGin] = ACTIONS(3572), + [anon_sym_match] = ACTIONS(3592), + [anon_sym_select] = ACTIONS(3592), + [anon_sym_lock] = ACTIONS(3592), + [anon_sym_rlock] = ACTIONS(3592), + [anon_sym_unsafe] = ACTIONS(3592), + [anon_sym_sql] = ACTIONS(3592), + [sym_int_literal] = ACTIONS(3592), + [sym_float_literal] = ACTIONS(3592), + [sym_rune_literal] = ACTIONS(3592), + [sym_pseudo_compile_time_identifier] = ACTIONS(3592), + [anon_sym_shared] = ACTIONS(3592), + [anon_sym_map_LBRACK] = ACTIONS(3592), + [anon_sym_chan] = ACTIONS(3592), + [anon_sym_thread] = ACTIONS(3592), + [anon_sym_atomic] = ACTIONS(3592), + [anon_sym_assert] = ACTIONS(3592), + [anon_sym_defer] = ACTIONS(3592), + [anon_sym_goto] = ACTIONS(3592), + [anon_sym_break] = ACTIONS(3592), + [anon_sym_continue] = ACTIONS(3592), + [anon_sym_return] = ACTIONS(3592), + [anon_sym_DOLLARfor] = ACTIONS(3592), + [anon_sym_for] = ACTIONS(3592), + [anon_sym_POUND] = ACTIONS(3592), + [anon_sym_asm] = ACTIONS(3592), + [anon_sym_AT_LBRACK] = ACTIONS(3592), + [sym___double_quote] = ACTIONS(3592), + [sym___single_quote] = ACTIONS(3592), + [sym___c_double_quote] = ACTIONS(3592), + [sym___c_single_quote] = ACTIONS(3592), + [sym___r_double_quote] = ACTIONS(3592), + [sym___r_single_quote] = ACTIONS(3592), }, [1008] = { [sym_line_comment] = STATE(1008), [sym_block_comment] = STATE(1008), - [ts_builtin_sym_end] = ACTIONS(2759), - [sym_identifier] = ACTIONS(2761), - [anon_sym_LF] = ACTIONS(2761), - [anon_sym_CR] = ACTIONS(2761), - [anon_sym_CR_LF] = ACTIONS(2761), + [sym_type_parameters] = STATE(4274), + [sym_argument_list] = STATE(1086), + [sym_or_block] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1879), + [sym_identifier] = ACTIONS(1881), + [anon_sym_LF] = ACTIONS(1881), + [anon_sym_CR] = ACTIONS(1881), + [anon_sym_CR_LF] = ACTIONS(1881), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_COMMA] = ACTIONS(2761), - [anon_sym_const] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym___global] = ACTIONS(2761), - [anon_sym_type] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2761), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2761), - [anon_sym_BANG_EQ] = ACTIONS(2761), - [anon_sym_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_EQ] = ACTIONS(2761), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_union] = ACTIONS(2761), - [anon_sym_pub] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_enum] = ACTIONS(2761), - [anon_sym_interface] = ACTIONS(2761), - [anon_sym_PLUS_PLUS] = ACTIONS(2761), - [anon_sym_DASH_DASH] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2761), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2761), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2761), - [anon_sym_AMP_CARET] = ACTIONS(2761), - [anon_sym_AMP_AMP] = ACTIONS(2761), - [anon_sym_PIPE_PIPE] = ACTIONS(2761), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2761), - [anon_sym_POUND_LBRACK] = ACTIONS(2761), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_else] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2761), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2761), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), - [sym_rune_literal] = ACTIONS(2761), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2761), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [anon_sym_assert] = ACTIONS(2761), - [anon_sym_defer] = ACTIONS(2761), - [anon_sym_goto] = ACTIONS(2761), - [anon_sym_break] = ACTIONS(2761), - [anon_sym_continue] = ACTIONS(2761), - [anon_sym_return] = ACTIONS(2761), - [anon_sym_DOLLARfor] = ACTIONS(2761), - [anon_sym_for] = ACTIONS(2761), - [anon_sym_POUND] = ACTIONS(2761), - [anon_sym_asm] = ACTIONS(2761), - [anon_sym_AT_LBRACK] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2761), - [sym___single_quote] = ACTIONS(2761), - [sym___c_double_quote] = ACTIONS(2761), - [sym___c_single_quote] = ACTIONS(2761), - [sym___r_double_quote] = ACTIONS(2761), - [sym___r_single_quote] = ACTIONS(2761), + [anon_sym_DOT] = ACTIONS(3510), + [anon_sym_as] = ACTIONS(1881), + [anon_sym_LBRACE] = ACTIONS(1881), + [anon_sym_const] = ACTIONS(1881), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym___global] = ACTIONS(1881), + [anon_sym_type] = ACTIONS(1881), + [anon_sym_PIPE] = ACTIONS(3566), + [anon_sym_fn] = ACTIONS(1881), + [anon_sym_PLUS] = ACTIONS(3566), + [anon_sym_DASH] = ACTIONS(3566), + [anon_sym_STAR] = ACTIONS(3562), + [anon_sym_SLASH] = ACTIONS(3562), + [anon_sym_PERCENT] = ACTIONS(3562), + [anon_sym_LT] = ACTIONS(1881), + [anon_sym_GT] = ACTIONS(1881), + [anon_sym_EQ_EQ] = ACTIONS(1881), + [anon_sym_BANG_EQ] = ACTIONS(1881), + [anon_sym_LT_EQ] = ACTIONS(1881), + [anon_sym_GT_EQ] = ACTIONS(1881), + [anon_sym_LBRACK] = ACTIONS(3524), + [anon_sym_struct] = ACTIONS(1881), + [anon_sym_union] = ACTIONS(1881), + [anon_sym_pub] = ACTIONS(1881), + [anon_sym_mut] = ACTIONS(1881), + [anon_sym_enum] = ACTIONS(1881), + [anon_sym_interface] = ACTIONS(1881), + [anon_sym_PLUS_PLUS] = ACTIONS(1881), + [anon_sym_DASH_DASH] = ACTIONS(1881), + [anon_sym_QMARK] = ACTIONS(3530), + [anon_sym_BANG] = ACTIONS(3532), + [anon_sym_go] = ACTIONS(1881), + [anon_sym_spawn] = ACTIONS(1881), + [anon_sym_json_DOTdecode] = ACTIONS(1881), + [anon_sym_LBRACK2] = ACTIONS(3534), + [anon_sym_TILDE] = ACTIONS(1881), + [anon_sym_CARET] = ACTIONS(3566), + [anon_sym_AMP] = ACTIONS(3562), + [anon_sym_LT_DASH] = ACTIONS(1881), + [anon_sym_LT_LT] = ACTIONS(3562), + [anon_sym_GT_GT] = ACTIONS(3562), + [anon_sym_GT_GT_GT] = ACTIONS(3562), + [anon_sym_AMP_CARET] = ACTIONS(3562), + [anon_sym_AMP_AMP] = ACTIONS(1881), + [anon_sym_PIPE_PIPE] = ACTIONS(1881), + [anon_sym_or] = ACTIONS(1881), + [sym_none] = ACTIONS(1881), + [sym_true] = ACTIONS(1881), + [sym_false] = ACTIONS(1881), + [sym_nil] = ACTIONS(1881), + [anon_sym_QMARK_DOT] = ACTIONS(3510), + [anon_sym_POUND_LBRACK] = ACTIONS(3534), + [anon_sym_if] = ACTIONS(1881), + [anon_sym_DOLLARif] = ACTIONS(1881), + [anon_sym_is] = ACTIONS(1881), + [anon_sym_BANGis] = ACTIONS(1881), + [anon_sym_in] = ACTIONS(1881), + [anon_sym_BANGin] = ACTIONS(1881), + [anon_sym_match] = ACTIONS(1881), + [anon_sym_select] = ACTIONS(1881), + [anon_sym_lock] = ACTIONS(1881), + [anon_sym_rlock] = ACTIONS(1881), + [anon_sym_unsafe] = ACTIONS(1881), + [anon_sym_sql] = ACTIONS(1881), + [sym_int_literal] = ACTIONS(1881), + [sym_float_literal] = ACTIONS(1881), + [sym_rune_literal] = ACTIONS(1881), + [sym_pseudo_compile_time_identifier] = ACTIONS(1881), + [anon_sym_shared] = ACTIONS(1881), + [anon_sym_map_LBRACK] = ACTIONS(1881), + [anon_sym_chan] = ACTIONS(1881), + [anon_sym_thread] = ACTIONS(1881), + [anon_sym_atomic] = ACTIONS(1881), + [anon_sym_assert] = ACTIONS(1881), + [anon_sym_defer] = ACTIONS(1881), + [anon_sym_goto] = ACTIONS(1881), + [anon_sym_break] = ACTIONS(1881), + [anon_sym_continue] = ACTIONS(1881), + [anon_sym_return] = ACTIONS(1881), + [anon_sym_DOLLARfor] = ACTIONS(1881), + [anon_sym_for] = ACTIONS(1881), + [anon_sym_POUND] = ACTIONS(1881), + [anon_sym_asm] = ACTIONS(1881), + [anon_sym_AT_LBRACK] = ACTIONS(1881), + [sym___double_quote] = ACTIONS(1881), + [sym___single_quote] = ACTIONS(1881), + [sym___c_double_quote] = ACTIONS(1881), + [sym___c_single_quote] = ACTIONS(1881), + [sym___r_double_quote] = ACTIONS(1881), + [sym___r_single_quote] = ACTIONS(1881), }, [1009] = { [sym_line_comment] = STATE(1009), [sym_block_comment] = STATE(1009), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(565), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(619), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_COMMA] = ACTIONS(617), + [anon_sym_RBRACE] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(619), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(617), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(617), + [anon_sym_BANG_EQ] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_RBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(619), + [anon_sym_mut] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(617), + [anon_sym_PLUS_PLUS] = ACTIONS(617), + [anon_sym_DASH_DASH] = ACTIONS(617), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_go] = ACTIONS(619), + [anon_sym_spawn] = ACTIONS(619), + [anon_sym_json_DOTdecode] = ACTIONS(617), + [anon_sym_LBRACK2] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(617), + [anon_sym_CARET] = ACTIONS(617), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_DASH] = ACTIONS(617), + [anon_sym_LT_LT] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(617), + [anon_sym_AMP_CARET] = ACTIONS(617), + [anon_sym_AMP_AMP] = ACTIONS(617), + [anon_sym_PIPE_PIPE] = ACTIONS(617), + [anon_sym_or] = ACTIONS(619), + [sym_none] = ACTIONS(619), + [sym_true] = ACTIONS(619), + [sym_false] = ACTIONS(619), + [sym_nil] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(617), + [anon_sym_POUND_LBRACK] = ACTIONS(617), + [anon_sym_if] = ACTIONS(619), + [anon_sym_DOLLARif] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(617), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(617), + [anon_sym_match] = ACTIONS(619), + [anon_sym_select] = ACTIONS(619), + [anon_sym_lock] = ACTIONS(619), + [anon_sym_rlock] = ACTIONS(619), + [anon_sym_unsafe] = ACTIONS(619), + [anon_sym_sql] = ACTIONS(619), + [sym_int_literal] = ACTIONS(619), + [sym_float_literal] = ACTIONS(617), + [sym_rune_literal] = ACTIONS(617), + [sym_pseudo_compile_time_identifier] = ACTIONS(619), + [anon_sym_shared] = ACTIONS(619), + [anon_sym_map_LBRACK] = ACTIONS(617), + [anon_sym_chan] = ACTIONS(619), + [anon_sym_thread] = ACTIONS(619), + [anon_sym_atomic] = ACTIONS(619), + [sym___double_quote] = ACTIONS(617), + [sym___single_quote] = ACTIONS(617), + [sym___c_double_quote] = ACTIONS(617), + [sym___c_single_quote] = ACTIONS(617), + [sym___r_double_quote] = ACTIONS(617), + [sym___r_single_quote] = ACTIONS(617), + }, + [1010] = { + [sym_line_comment] = STATE(1010), + [sym_block_comment] = STATE(1010), + [sym_type_parameters] = STATE(1124), + [ts_builtin_sym_end] = ACTIONS(2871), + [sym_identifier] = ACTIONS(2873), + [anon_sym_LF] = ACTIONS(2873), + [anon_sym_CR] = ACTIONS(2873), + [anon_sym_CR_LF] = ACTIONS(2873), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2873), + [anon_sym_as] = ACTIONS(2873), + [anon_sym_LBRACE] = ACTIONS(2873), + [anon_sym_COMMA] = ACTIONS(2873), + [anon_sym_const] = ACTIONS(2873), + [anon_sym_LPAREN] = ACTIONS(2873), + [anon_sym___global] = ACTIONS(2873), + [anon_sym_type] = ACTIONS(2873), + [anon_sym_PIPE] = ACTIONS(2873), + [anon_sym_fn] = ACTIONS(2873), + [anon_sym_PLUS] = ACTIONS(2873), + [anon_sym_DASH] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_SLASH] = ACTIONS(2873), + [anon_sym_PERCENT] = ACTIONS(2873), + [anon_sym_LT] = ACTIONS(2873), + [anon_sym_GT] = ACTIONS(2873), + [anon_sym_EQ_EQ] = ACTIONS(2873), + [anon_sym_BANG_EQ] = ACTIONS(2873), + [anon_sym_LT_EQ] = ACTIONS(2873), + [anon_sym_GT_EQ] = ACTIONS(2873), + [anon_sym_LBRACK] = ACTIONS(2871), + [anon_sym_struct] = ACTIONS(2873), + [anon_sym_union] = ACTIONS(2873), + [anon_sym_pub] = ACTIONS(2873), + [anon_sym_mut] = ACTIONS(2873), + [anon_sym_enum] = ACTIONS(2873), + [anon_sym_interface] = ACTIONS(2873), + [anon_sym_PLUS_PLUS] = ACTIONS(2873), + [anon_sym_DASH_DASH] = ACTIONS(2873), + [anon_sym_QMARK] = ACTIONS(2873), + [anon_sym_BANG] = ACTIONS(2873), + [anon_sym_go] = ACTIONS(2873), + [anon_sym_spawn] = ACTIONS(2873), + [anon_sym_json_DOTdecode] = ACTIONS(2873), + [anon_sym_LBRACK2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_CARET] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2873), + [anon_sym_LT_DASH] = ACTIONS(2873), + [anon_sym_LT_LT] = ACTIONS(2873), + [anon_sym_GT_GT] = ACTIONS(2873), + [anon_sym_GT_GT_GT] = ACTIONS(2873), + [anon_sym_AMP_CARET] = ACTIONS(2873), + [anon_sym_AMP_AMP] = ACTIONS(2873), + [anon_sym_PIPE_PIPE] = ACTIONS(2873), + [anon_sym_or] = ACTIONS(2873), + [sym_none] = ACTIONS(2873), + [sym_true] = ACTIONS(2873), + [sym_false] = ACTIONS(2873), + [sym_nil] = ACTIONS(2873), + [anon_sym_QMARK_DOT] = ACTIONS(2873), + [anon_sym_POUND_LBRACK] = ACTIONS(2873), + [anon_sym_if] = ACTIONS(2873), + [anon_sym_DOLLARif] = ACTIONS(2873), + [anon_sym_is] = ACTIONS(2873), + [anon_sym_BANGis] = ACTIONS(2873), + [anon_sym_in] = ACTIONS(2873), + [anon_sym_BANGin] = ACTIONS(2873), + [anon_sym_match] = ACTIONS(2873), + [anon_sym_select] = ACTIONS(2873), + [anon_sym_lock] = ACTIONS(2873), + [anon_sym_rlock] = ACTIONS(2873), + [anon_sym_unsafe] = ACTIONS(2873), + [anon_sym_sql] = ACTIONS(2873), + [sym_int_literal] = ACTIONS(2873), + [sym_float_literal] = ACTIONS(2873), + [sym_rune_literal] = ACTIONS(2873), + [sym_pseudo_compile_time_identifier] = ACTIONS(2873), + [anon_sym_shared] = ACTIONS(2873), + [anon_sym_map_LBRACK] = ACTIONS(2873), + [anon_sym_chan] = ACTIONS(2873), + [anon_sym_thread] = ACTIONS(2873), + [anon_sym_atomic] = ACTIONS(2873), + [anon_sym_assert] = ACTIONS(2873), + [anon_sym_defer] = ACTIONS(2873), + [anon_sym_goto] = ACTIONS(2873), + [anon_sym_break] = ACTIONS(2873), + [anon_sym_continue] = ACTIONS(2873), + [anon_sym_return] = ACTIONS(2873), + [anon_sym_DOLLARfor] = ACTIONS(2873), + [anon_sym_for] = ACTIONS(2873), + [anon_sym_POUND] = ACTIONS(2873), + [anon_sym_asm] = ACTIONS(2873), + [anon_sym_AT_LBRACK] = ACTIONS(2873), + [sym___double_quote] = ACTIONS(2873), + [sym___single_quote] = ACTIONS(2873), + [sym___c_double_quote] = ACTIONS(2873), + [sym___c_single_quote] = ACTIONS(2873), + [sym___r_double_quote] = ACTIONS(2873), + [sym___r_single_quote] = ACTIONS(2873), + }, + [1011] = { + [sym_line_comment] = STATE(1011), + [sym_block_comment] = STATE(1011), + [ts_builtin_sym_end] = ACTIONS(2795), + [sym_identifier] = ACTIONS(2797), + [anon_sym_LF] = ACTIONS(2797), + [anon_sym_CR] = ACTIONS(2797), + [anon_sym_CR_LF] = ACTIONS(2797), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2797), + [anon_sym_as] = ACTIONS(2797), + [anon_sym_LBRACE] = ACTIONS(2797), + [anon_sym_COMMA] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_LPAREN] = ACTIONS(2797), + [anon_sym___global] = ACTIONS(2797), + [anon_sym_type] = ACTIONS(2797), + [anon_sym_PIPE] = ACTIONS(2797), + [anon_sym_fn] = ACTIONS(2797), + [anon_sym_PLUS] = ACTIONS(2797), + [anon_sym_DASH] = ACTIONS(2797), + [anon_sym_STAR] = ACTIONS(2797), + [anon_sym_SLASH] = ACTIONS(2797), + [anon_sym_PERCENT] = ACTIONS(2797), + [anon_sym_LT] = ACTIONS(2797), + [anon_sym_GT] = ACTIONS(2797), + [anon_sym_EQ_EQ] = ACTIONS(2797), + [anon_sym_BANG_EQ] = ACTIONS(2797), + [anon_sym_LT_EQ] = ACTIONS(2797), + [anon_sym_GT_EQ] = ACTIONS(2797), + [anon_sym_LBRACK] = ACTIONS(2795), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [anon_sym_pub] = ACTIONS(2797), + [anon_sym_mut] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_interface] = ACTIONS(2797), + [anon_sym_PLUS_PLUS] = ACTIONS(2797), + [anon_sym_DASH_DASH] = ACTIONS(2797), + [anon_sym_QMARK] = ACTIONS(2797), + [anon_sym_BANG] = ACTIONS(2797), + [anon_sym_go] = ACTIONS(2797), + [anon_sym_spawn] = ACTIONS(2797), + [anon_sym_json_DOTdecode] = ACTIONS(2797), + [anon_sym_LBRACK2] = ACTIONS(2797), + [anon_sym_TILDE] = ACTIONS(2797), + [anon_sym_CARET] = ACTIONS(2797), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_LT_DASH] = ACTIONS(2797), + [anon_sym_LT_LT] = ACTIONS(2797), + [anon_sym_GT_GT] = ACTIONS(2797), + [anon_sym_GT_GT_GT] = ACTIONS(2797), + [anon_sym_AMP_CARET] = ACTIONS(2797), + [anon_sym_AMP_AMP] = ACTIONS(2797), + [anon_sym_PIPE_PIPE] = ACTIONS(2797), + [anon_sym_or] = ACTIONS(2797), + [sym_none] = ACTIONS(2797), + [sym_true] = ACTIONS(2797), + [sym_false] = ACTIONS(2797), + [sym_nil] = ACTIONS(2797), + [anon_sym_QMARK_DOT] = ACTIONS(2797), + [anon_sym_POUND_LBRACK] = ACTIONS(2797), + [anon_sym_if] = ACTIONS(2797), + [anon_sym_DOLLARif] = ACTIONS(2797), + [anon_sym_DOLLARelse] = ACTIONS(3594), + [anon_sym_is] = ACTIONS(2797), + [anon_sym_BANGis] = ACTIONS(2797), + [anon_sym_in] = ACTIONS(2797), + [anon_sym_BANGin] = ACTIONS(2797), + [anon_sym_match] = ACTIONS(2797), + [anon_sym_select] = ACTIONS(2797), + [anon_sym_lock] = ACTIONS(2797), + [anon_sym_rlock] = ACTIONS(2797), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2797), + [sym_int_literal] = ACTIONS(2797), + [sym_float_literal] = ACTIONS(2797), + [sym_rune_literal] = ACTIONS(2797), + [sym_pseudo_compile_time_identifier] = ACTIONS(2797), + [anon_sym_shared] = ACTIONS(2797), + [anon_sym_map_LBRACK] = ACTIONS(2797), + [anon_sym_chan] = ACTIONS(2797), + [anon_sym_thread] = ACTIONS(2797), + [anon_sym_atomic] = ACTIONS(2797), + [anon_sym_assert] = ACTIONS(2797), + [anon_sym_defer] = ACTIONS(2797), + [anon_sym_goto] = ACTIONS(2797), + [anon_sym_break] = ACTIONS(2797), + [anon_sym_continue] = ACTIONS(2797), + [anon_sym_return] = ACTIONS(2797), + [anon_sym_DOLLARfor] = ACTIONS(2797), + [anon_sym_for] = ACTIONS(2797), + [anon_sym_POUND] = ACTIONS(2797), + [anon_sym_asm] = ACTIONS(2797), + [anon_sym_AT_LBRACK] = ACTIONS(2797), + [sym___double_quote] = ACTIONS(2797), + [sym___single_quote] = ACTIONS(2797), + [sym___c_double_quote] = ACTIONS(2797), + [sym___c_single_quote] = ACTIONS(2797), + [sym___r_double_quote] = ACTIONS(2797), + [sym___r_single_quote] = ACTIONS(2797), + }, + [1012] = { + [sym_line_comment] = STATE(1012), + [sym_block_comment] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(2817), + [sym_identifier] = ACTIONS(2819), + [anon_sym_LF] = ACTIONS(2819), + [anon_sym_CR] = ACTIONS(2819), + [anon_sym_CR_LF] = ACTIONS(2819), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_as] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_COMMA] = ACTIONS(2819), + [anon_sym_const] = ACTIONS(2819), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym___global] = ACTIONS(2819), + [anon_sym_type] = ACTIONS(2819), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_PERCENT] = ACTIONS(2819), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_EQ_EQ] = ACTIONS(2819), + [anon_sym_BANG_EQ] = ACTIONS(2819), + [anon_sym_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_EQ] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_union] = ACTIONS(2819), + [anon_sym_pub] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_enum] = ACTIONS(2819), + [anon_sym_interface] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2819), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_CARET] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2819), + [anon_sym_LT_LT] = ACTIONS(2819), + [anon_sym_GT_GT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2819), + [anon_sym_AMP_CARET] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_PIPE_PIPE] = ACTIONS(2819), + [anon_sym_or] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_QMARK_DOT] = ACTIONS(2819), + [anon_sym_POUND_LBRACK] = ACTIONS(2819), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_else] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_is] = ACTIONS(2819), + [anon_sym_BANGis] = ACTIONS(2819), + [anon_sym_in] = ACTIONS(2819), + [anon_sym_BANGin] = ACTIONS(2819), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2819), + [sym_rune_literal] = ACTIONS(2819), + [sym_pseudo_compile_time_identifier] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2819), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [anon_sym_assert] = ACTIONS(2819), + [anon_sym_defer] = ACTIONS(2819), + [anon_sym_goto] = ACTIONS(2819), + [anon_sym_break] = ACTIONS(2819), + [anon_sym_continue] = ACTIONS(2819), + [anon_sym_return] = ACTIONS(2819), + [anon_sym_DOLLARfor] = ACTIONS(2819), + [anon_sym_for] = ACTIONS(2819), + [anon_sym_POUND] = ACTIONS(2819), + [anon_sym_asm] = ACTIONS(2819), + [anon_sym_AT_LBRACK] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2819), + [sym___single_quote] = ACTIONS(2819), + [sym___c_double_quote] = ACTIONS(2819), + [sym___c_single_quote] = ACTIONS(2819), + [sym___r_double_quote] = ACTIONS(2819), + [sym___r_single_quote] = ACTIONS(2819), + }, + [1013] = { + [sym_line_comment] = STATE(1013), + [sym_block_comment] = STATE(1013), + [sym_reference_expression] = STATE(4437), + [sym_type_reference_expression] = STATE(1310), + [sym_plain_type] = STATE(1390), + [sym__plain_type_without_special] = STATE(1416), + [sym_anon_struct_type] = STATE(1417), + [sym_multi_return_type] = STATE(1416), + [sym_result_type] = STATE(1416), + [sym_option_type] = STATE(1416), + [sym_qualified_type] = STATE(1310), + [sym_fixed_array_type] = STATE(1417), + [sym_array_type] = STATE(1417), + [sym_pointer_type] = STATE(1417), + [sym_wrong_pointer_type] = STATE(1417), + [sym_map_type] = STATE(1417), + [sym_channel_type] = STATE(1417), + [sym_shared_type] = STATE(1417), + [sym_thread_type] = STATE(1417), + [sym_atomic_type] = STATE(1417), + [sym_generic_type] = STATE(1417), + [sym_function_type] = STATE(1417), + [sym_identifier] = ACTIONS(3596), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(565), - [anon_sym_as] = ACTIONS(565), + [anon_sym_DOT] = ACTIONS(567), + [anon_sym_as] = ACTIONS(567), [anon_sym_LBRACE] = ACTIONS(563), [anon_sym_COMMA] = ACTIONS(563), [anon_sym_RBRACE] = ACTIONS(563), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(565), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(563), - [anon_sym_SLASH] = ACTIONS(565), + [anon_sym_LPAREN] = ACTIONS(3598), + [anon_sym_PIPE] = ACTIONS(567), + [anon_sym_fn] = ACTIONS(3600), + [anon_sym_PLUS] = ACTIONS(567), + [anon_sym_DASH] = ACTIONS(567), + [anon_sym_STAR] = ACTIONS(3602), + [anon_sym_SLASH] = ACTIONS(567), [anon_sym_PERCENT] = ACTIONS(563), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), + [anon_sym_LT] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(567), [anon_sym_EQ_EQ] = ACTIONS(563), [anon_sym_BANG_EQ] = ACTIONS(563), [anon_sym_LT_EQ] = ACTIONS(563), [anon_sym_GT_EQ] = ACTIONS(563), [anon_sym_LBRACK] = ACTIONS(563), [anon_sym_RBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(565), - [anon_sym_mut] = ACTIONS(565), + [anon_sym_struct] = ACTIONS(3604), + [anon_sym_mut] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(563), [anon_sym_PLUS_PLUS] = ACTIONS(563), [anon_sym_DASH_DASH] = ACTIONS(563), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_go] = ACTIONS(565), - [anon_sym_spawn] = ACTIONS(565), + [anon_sym_QMARK] = ACTIONS(3606), + [anon_sym_BANG] = ACTIONS(3608), + [anon_sym_go] = ACTIONS(567), + [anon_sym_spawn] = ACTIONS(567), [anon_sym_json_DOTdecode] = ACTIONS(563), - [anon_sym_LBRACK2] = ACTIONS(565), + [anon_sym_LBRACK2] = ACTIONS(3610), [anon_sym_TILDE] = ACTIONS(563), [anon_sym_CARET] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(565), + [anon_sym_AMP] = ACTIONS(3612), [anon_sym_LT_DASH] = ACTIONS(563), [anon_sym_LT_LT] = ACTIONS(563), - [anon_sym_GT_GT] = ACTIONS(565), + [anon_sym_GT_GT] = ACTIONS(567), [anon_sym_GT_GT_GT] = ACTIONS(563), [anon_sym_AMP_CARET] = ACTIONS(563), [anon_sym_AMP_AMP] = ACTIONS(563), [anon_sym_PIPE_PIPE] = ACTIONS(563), - [anon_sym_or] = ACTIONS(565), - [sym_none] = ACTIONS(565), - [sym_true] = ACTIONS(565), - [sym_false] = ACTIONS(565), - [sym_nil] = ACTIONS(565), + [anon_sym_or] = ACTIONS(567), + [sym_none] = ACTIONS(567), + [sym_true] = ACTIONS(567), + [sym_false] = ACTIONS(567), + [sym_nil] = ACTIONS(567), [anon_sym_QMARK_DOT] = ACTIONS(563), [anon_sym_POUND_LBRACK] = ACTIONS(563), - [anon_sym_if] = ACTIONS(565), - [anon_sym_DOLLARif] = ACTIONS(565), - [anon_sym_is] = ACTIONS(565), + [anon_sym_if] = ACTIONS(567), + [anon_sym_DOLLARif] = ACTIONS(567), + [anon_sym_is] = ACTIONS(567), [anon_sym_BANGis] = ACTIONS(563), - [anon_sym_in] = ACTIONS(565), + [anon_sym_in] = ACTIONS(567), [anon_sym_BANGin] = ACTIONS(563), - [anon_sym_match] = ACTIONS(565), - [anon_sym_select] = ACTIONS(565), - [anon_sym_lock] = ACTIONS(565), - [anon_sym_rlock] = ACTIONS(565), - [anon_sym_unsafe] = ACTIONS(565), - [anon_sym_sql] = ACTIONS(565), - [sym_int_literal] = ACTIONS(565), + [anon_sym_match] = ACTIONS(567), + [anon_sym_select] = ACTIONS(567), + [anon_sym_lock] = ACTIONS(567), + [anon_sym_rlock] = ACTIONS(567), + [anon_sym_unsafe] = ACTIONS(567), + [anon_sym_sql] = ACTIONS(567), + [sym_int_literal] = ACTIONS(567), [sym_float_literal] = ACTIONS(563), [sym_rune_literal] = ACTIONS(563), - [sym_pseudo_compile_time_identifier] = ACTIONS(565), - [anon_sym_shared] = ACTIONS(565), - [anon_sym_map_LBRACK] = ACTIONS(563), - [anon_sym_chan] = ACTIONS(565), - [anon_sym_thread] = ACTIONS(565), - [anon_sym_atomic] = ACTIONS(565), + [sym_pseudo_compile_time_identifier] = ACTIONS(567), + [anon_sym_shared] = ACTIONS(3614), + [anon_sym_map_LBRACK] = ACTIONS(3616), + [anon_sym_chan] = ACTIONS(3618), + [anon_sym_thread] = ACTIONS(3620), + [anon_sym_atomic] = ACTIONS(3622), [sym___double_quote] = ACTIONS(563), [sym___single_quote] = ACTIONS(563), [sym___c_double_quote] = ACTIONS(563), @@ -140564,30 +141006,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(563), [sym___r_single_quote] = ACTIONS(563), }, - [1010] = { - [sym_line_comment] = STATE(1010), - [sym_block_comment] = STATE(1010), - [sym_reference_expression] = STATE(4439), - [sym_type_reference_expression] = STATE(1300), - [sym_plain_type] = STATE(1350), - [sym__plain_type_without_special] = STATE(1414), - [sym_anon_struct_type] = STATE(1415), - [sym_multi_return_type] = STATE(1414), - [sym_result_type] = STATE(1414), - [sym_option_type] = STATE(1414), - [sym_qualified_type] = STATE(1300), - [sym_fixed_array_type] = STATE(1415), - [sym_array_type] = STATE(1415), - [sym_pointer_type] = STATE(1415), - [sym_wrong_pointer_type] = STATE(1415), - [sym_map_type] = STATE(1415), - [sym_channel_type] = STATE(1415), - [sym_shared_type] = STATE(1415), - [sym_thread_type] = STATE(1415), - [sym_atomic_type] = STATE(1415), - [sym_generic_type] = STATE(1415), - [sym_function_type] = STATE(1415), - [sym_identifier] = ACTIONS(3588), + [1014] = { + [sym_line_comment] = STATE(1014), + [sym_block_comment] = STATE(1014), + [sym_reference_expression] = STATE(4437), + [sym_type_reference_expression] = STATE(1310), + [sym_plain_type] = STATE(1332), + [sym__plain_type_without_special] = STATE(1416), + [sym_anon_struct_type] = STATE(1417), + [sym_multi_return_type] = STATE(1416), + [sym_result_type] = STATE(1416), + [sym_option_type] = STATE(1416), + [sym_qualified_type] = STATE(1310), + [sym_fixed_array_type] = STATE(1417), + [sym_array_type] = STATE(1417), + [sym_pointer_type] = STATE(1417), + [sym_wrong_pointer_type] = STATE(1417), + [sym_map_type] = STATE(1417), + [sym_channel_type] = STATE(1417), + [sym_shared_type] = STATE(1417), + [sym_thread_type] = STATE(1417), + [sym_atomic_type] = STATE(1417), + [sym_generic_type] = STATE(1417), + [sym_function_type] = STATE(1417), + [sym_identifier] = ACTIONS(3596), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(627), @@ -140595,12 +141037,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(625), [anon_sym_COMMA] = ACTIONS(625), [anon_sym_RBRACE] = ACTIONS(625), - [anon_sym_LPAREN] = ACTIONS(3590), + [anon_sym_LPAREN] = ACTIONS(3598), [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_fn] = ACTIONS(3592), + [anon_sym_fn] = ACTIONS(3600), [anon_sym_PLUS] = ACTIONS(627), [anon_sym_DASH] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(3594), + [anon_sym_STAR] = ACTIONS(3602), [anon_sym_SLASH] = ACTIONS(627), [anon_sym_PERCENT] = ACTIONS(625), [anon_sym_LT] = ACTIONS(627), @@ -140611,20 +141053,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(625), [anon_sym_LBRACK] = ACTIONS(625), [anon_sym_RBRACK] = ACTIONS(625), - [anon_sym_struct] = ACTIONS(3596), + [anon_sym_struct] = ACTIONS(3604), [anon_sym_mut] = ACTIONS(627), [anon_sym_COLON] = ACTIONS(625), [anon_sym_PLUS_PLUS] = ACTIONS(625), [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_QMARK] = ACTIONS(3598), - [anon_sym_BANG] = ACTIONS(3600), + [anon_sym_QMARK] = ACTIONS(3606), + [anon_sym_BANG] = ACTIONS(3608), [anon_sym_go] = ACTIONS(627), [anon_sym_spawn] = ACTIONS(627), [anon_sym_json_DOTdecode] = ACTIONS(625), - [anon_sym_LBRACK2] = ACTIONS(3602), + [anon_sym_LBRACK2] = ACTIONS(3610), [anon_sym_TILDE] = ACTIONS(625), [anon_sym_CARET] = ACTIONS(625), - [anon_sym_AMP] = ACTIONS(3604), + [anon_sym_AMP] = ACTIONS(3612), [anon_sym_LT_DASH] = ACTIONS(625), [anon_sym_LT_LT] = ACTIONS(625), [anon_sym_GT_GT] = ACTIONS(627), @@ -140655,11 +141097,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(625), [sym_rune_literal] = ACTIONS(625), [sym_pseudo_compile_time_identifier] = ACTIONS(627), - [anon_sym_shared] = ACTIONS(3606), - [anon_sym_map_LBRACK] = ACTIONS(3608), - [anon_sym_chan] = ACTIONS(3610), - [anon_sym_thread] = ACTIONS(3612), - [anon_sym_atomic] = ACTIONS(3614), + [anon_sym_shared] = ACTIONS(3614), + [anon_sym_map_LBRACK] = ACTIONS(3616), + [anon_sym_chan] = ACTIONS(3618), + [anon_sym_thread] = ACTIONS(3620), + [anon_sym_atomic] = ACTIONS(3622), [sym___double_quote] = ACTIONS(625), [sym___single_quote] = ACTIONS(625), [sym___c_double_quote] = ACTIONS(625), @@ -140667,3589 +141109,2872 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(625), [sym___r_single_quote] = ACTIONS(625), }, - [1011] = { - [sym_line_comment] = STATE(1011), - [sym_block_comment] = STATE(1011), - [ts_builtin_sym_end] = ACTIONS(2771), - [sym_identifier] = ACTIONS(2773), - [anon_sym_LF] = ACTIONS(2773), - [anon_sym_CR] = ACTIONS(2773), - [anon_sym_CR_LF] = ACTIONS(2773), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2773), - [anon_sym_as] = ACTIONS(2773), - [anon_sym_LBRACE] = ACTIONS(2773), - [anon_sym_COMMA] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2773), - [anon_sym___global] = ACTIONS(2773), - [anon_sym_type] = ACTIONS(2773), - [anon_sym_PIPE] = ACTIONS(2773), - [anon_sym_fn] = ACTIONS(2773), - [anon_sym_PLUS] = ACTIONS(2773), - [anon_sym_DASH] = ACTIONS(2773), - [anon_sym_STAR] = ACTIONS(2773), - [anon_sym_SLASH] = ACTIONS(2773), - [anon_sym_PERCENT] = ACTIONS(2773), - [anon_sym_LT] = ACTIONS(2773), - [anon_sym_GT] = ACTIONS(2773), - [anon_sym_EQ_EQ] = ACTIONS(2773), - [anon_sym_BANG_EQ] = ACTIONS(2773), - [anon_sym_LT_EQ] = ACTIONS(2773), - [anon_sym_GT_EQ] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2771), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [anon_sym_pub] = ACTIONS(2773), - [anon_sym_mut] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_interface] = ACTIONS(2773), - [anon_sym_PLUS_PLUS] = ACTIONS(2773), - [anon_sym_DASH_DASH] = ACTIONS(2773), - [anon_sym_QMARK] = ACTIONS(2773), - [anon_sym_BANG] = ACTIONS(2773), - [anon_sym_go] = ACTIONS(2773), - [anon_sym_spawn] = ACTIONS(2773), - [anon_sym_json_DOTdecode] = ACTIONS(2773), - [anon_sym_LBRACK2] = ACTIONS(2773), - [anon_sym_TILDE] = ACTIONS(2773), - [anon_sym_CARET] = ACTIONS(2773), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_LT_DASH] = ACTIONS(2773), - [anon_sym_LT_LT] = ACTIONS(2773), - [anon_sym_GT_GT] = ACTIONS(2773), - [anon_sym_GT_GT_GT] = ACTIONS(2773), - [anon_sym_AMP_CARET] = ACTIONS(2773), - [anon_sym_AMP_AMP] = ACTIONS(2773), - [anon_sym_PIPE_PIPE] = ACTIONS(2773), - [anon_sym_or] = ACTIONS(2773), - [sym_none] = ACTIONS(2773), - [sym_true] = ACTIONS(2773), - [sym_false] = ACTIONS(2773), - [sym_nil] = ACTIONS(2773), - [anon_sym_QMARK_DOT] = ACTIONS(2773), - [anon_sym_POUND_LBRACK] = ACTIONS(2773), - [anon_sym_if] = ACTIONS(2773), - [anon_sym_DOLLARif] = ACTIONS(2773), - [anon_sym_DOLLARelse] = ACTIONS(3616), - [anon_sym_is] = ACTIONS(2773), - [anon_sym_BANGis] = ACTIONS(2773), - [anon_sym_in] = ACTIONS(2773), - [anon_sym_BANGin] = ACTIONS(2773), - [anon_sym_match] = ACTIONS(2773), - [anon_sym_select] = ACTIONS(2773), - [anon_sym_lock] = ACTIONS(2773), - [anon_sym_rlock] = ACTIONS(2773), - [anon_sym_unsafe] = ACTIONS(2773), - [anon_sym_sql] = ACTIONS(2773), - [sym_int_literal] = ACTIONS(2773), - [sym_float_literal] = ACTIONS(2773), - [sym_rune_literal] = ACTIONS(2773), - [sym_pseudo_compile_time_identifier] = ACTIONS(2773), - [anon_sym_shared] = ACTIONS(2773), - [anon_sym_map_LBRACK] = ACTIONS(2773), - [anon_sym_chan] = ACTIONS(2773), - [anon_sym_thread] = ACTIONS(2773), - [anon_sym_atomic] = ACTIONS(2773), - [anon_sym_assert] = ACTIONS(2773), - [anon_sym_defer] = ACTIONS(2773), - [anon_sym_goto] = ACTIONS(2773), - [anon_sym_break] = ACTIONS(2773), - [anon_sym_continue] = ACTIONS(2773), - [anon_sym_return] = ACTIONS(2773), - [anon_sym_DOLLARfor] = ACTIONS(2773), - [anon_sym_for] = ACTIONS(2773), - [anon_sym_POUND] = ACTIONS(2773), - [anon_sym_asm] = ACTIONS(2773), - [anon_sym_AT_LBRACK] = ACTIONS(2773), - [sym___double_quote] = ACTIONS(2773), - [sym___single_quote] = ACTIONS(2773), - [sym___c_double_quote] = ACTIONS(2773), - [sym___c_single_quote] = ACTIONS(2773), - [sym___r_double_quote] = ACTIONS(2773), - [sym___r_single_quote] = ACTIONS(2773), - }, - [1012] = { - [sym_line_comment] = STATE(1012), - [sym_block_comment] = STATE(1012), - [ts_builtin_sym_end] = ACTIONS(2759), - [sym_identifier] = ACTIONS(2761), - [anon_sym_LF] = ACTIONS(2761), - [anon_sym_CR] = ACTIONS(2761), - [anon_sym_CR_LF] = ACTIONS(2761), + [1015] = { + [sym_line_comment] = STATE(1015), + [sym_block_comment] = STATE(1015), + [ts_builtin_sym_end] = ACTIONS(2651), + [sym_identifier] = ACTIONS(2653), + [anon_sym_LF] = ACTIONS(2653), + [anon_sym_CR] = ACTIONS(2653), + [anon_sym_CR_LF] = ACTIONS(2653), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_COMMA] = ACTIONS(2761), - [anon_sym_const] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym___global] = ACTIONS(2761), - [anon_sym_type] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2761), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2761), - [anon_sym_BANG_EQ] = ACTIONS(2761), - [anon_sym_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_EQ] = ACTIONS(2761), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_union] = ACTIONS(2761), - [anon_sym_pub] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_enum] = ACTIONS(2761), - [anon_sym_interface] = ACTIONS(2761), - [anon_sym_PLUS_PLUS] = ACTIONS(2761), - [anon_sym_DASH_DASH] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2761), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2761), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2761), - [anon_sym_AMP_CARET] = ACTIONS(2761), - [anon_sym_AMP_AMP] = ACTIONS(2761), - [anon_sym_PIPE_PIPE] = ACTIONS(2761), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2761), - [anon_sym_POUND_LBRACK] = ACTIONS(2761), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_DOLLARelse] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2761), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2761), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), - [sym_rune_literal] = ACTIONS(2761), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2761), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [anon_sym_assert] = ACTIONS(2761), - [anon_sym_defer] = ACTIONS(2761), - [anon_sym_goto] = ACTIONS(2761), - [anon_sym_break] = ACTIONS(2761), - [anon_sym_continue] = ACTIONS(2761), - [anon_sym_return] = ACTIONS(2761), - [anon_sym_DOLLARfor] = ACTIONS(2761), - [anon_sym_for] = ACTIONS(2761), - [anon_sym_POUND] = ACTIONS(2761), - [anon_sym_asm] = ACTIONS(2761), - [anon_sym_AT_LBRACK] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2761), - [sym___single_quote] = ACTIONS(2761), - [sym___c_double_quote] = ACTIONS(2761), - [sym___c_single_quote] = ACTIONS(2761), - [sym___r_double_quote] = ACTIONS(2761), - [sym___r_single_quote] = ACTIONS(2761), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym___global] = ACTIONS(2653), + [anon_sym_type] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2653), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2653), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2653), + [anon_sym_BANG_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_pub] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_interface] = ACTIONS(2653), + [anon_sym_PLUS_PLUS] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2653), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_LT_LT] = ACTIONS(2653), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2653), + [anon_sym_AMP_CARET] = ACTIONS(2653), + [anon_sym_AMP_AMP] = ACTIONS(2653), + [anon_sym_PIPE_PIPE] = ACTIONS(2653), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2653), + [anon_sym_POUND_LBRACK] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_DOLLARelse] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2653), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2653), + [sym_rune_literal] = ACTIONS(2653), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2653), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [anon_sym_assert] = ACTIONS(2653), + [anon_sym_defer] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_DOLLARfor] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_POUND] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym_AT_LBRACK] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2653), + [sym___single_quote] = ACTIONS(2653), + [sym___c_double_quote] = ACTIONS(2653), + [sym___c_single_quote] = ACTIONS(2653), + [sym___r_double_quote] = ACTIONS(2653), + [sym___r_single_quote] = ACTIONS(2653), }, - [1013] = { - [sym_line_comment] = STATE(1013), - [sym_block_comment] = STATE(1013), - [sym_type_parameters] = STATE(1044), - [ts_builtin_sym_end] = ACTIONS(2791), - [sym_identifier] = ACTIONS(2793), - [anon_sym_LF] = ACTIONS(2793), - [anon_sym_CR] = ACTIONS(2793), - [anon_sym_CR_LF] = ACTIONS(2793), + [1016] = { + [sym_line_comment] = STATE(1016), + [sym_block_comment] = STATE(1016), + [ts_builtin_sym_end] = ACTIONS(2645), + [sym_identifier] = ACTIONS(2647), + [anon_sym_LF] = ACTIONS(2647), + [anon_sym_CR] = ACTIONS(2647), + [anon_sym_CR_LF] = ACTIONS(2647), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_as] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2793), - [anon_sym_COMMA] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2793), - [anon_sym___global] = ACTIONS(2793), - [anon_sym_type] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_fn] = ACTIONS(2793), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_SLASH] = ACTIONS(2793), - [anon_sym_PERCENT] = ACTIONS(2793), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_GT] = ACTIONS(2793), - [anon_sym_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ] = ACTIONS(2793), - [anon_sym_LT_EQ] = ACTIONS(2793), - [anon_sym_GT_EQ] = ACTIONS(2793), - [anon_sym_LBRACK] = ACTIONS(2791), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_pub] = ACTIONS(2793), - [anon_sym_mut] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_interface] = ACTIONS(2793), - [anon_sym_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2793), - [anon_sym_QMARK] = ACTIONS(2793), - [anon_sym_BANG] = ACTIONS(2793), - [anon_sym_go] = ACTIONS(2793), - [anon_sym_spawn] = ACTIONS(2793), - [anon_sym_json_DOTdecode] = ACTIONS(2793), - [anon_sym_LBRACK2] = ACTIONS(2793), - [anon_sym_TILDE] = ACTIONS(2793), - [anon_sym_CARET] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_LT_DASH] = ACTIONS(2793), - [anon_sym_LT_LT] = ACTIONS(2793), - [anon_sym_GT_GT] = ACTIONS(2793), - [anon_sym_GT_GT_GT] = ACTIONS(2793), - [anon_sym_AMP_CARET] = ACTIONS(2793), - [anon_sym_AMP_AMP] = ACTIONS(2793), - [anon_sym_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_or] = ACTIONS(2793), - [sym_none] = ACTIONS(2793), - [sym_true] = ACTIONS(2793), - [sym_false] = ACTIONS(2793), - [sym_nil] = ACTIONS(2793), - [anon_sym_QMARK_DOT] = ACTIONS(2793), - [anon_sym_POUND_LBRACK] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_DOLLARif] = ACTIONS(2793), - [anon_sym_is] = ACTIONS(2793), - [anon_sym_BANGis] = ACTIONS(2793), - [anon_sym_in] = ACTIONS(2793), - [anon_sym_BANGin] = ACTIONS(2793), - [anon_sym_match] = ACTIONS(2793), - [anon_sym_select] = ACTIONS(2793), - [anon_sym_lock] = ACTIONS(2793), - [anon_sym_rlock] = ACTIONS(2793), - [anon_sym_unsafe] = ACTIONS(2793), - [anon_sym_sql] = ACTIONS(2793), - [sym_int_literal] = ACTIONS(2793), - [sym_float_literal] = ACTIONS(2793), - [sym_rune_literal] = ACTIONS(2793), - [sym_pseudo_compile_time_identifier] = ACTIONS(2793), - [anon_sym_shared] = ACTIONS(2793), - [anon_sym_map_LBRACK] = ACTIONS(2793), - [anon_sym_chan] = ACTIONS(2793), - [anon_sym_thread] = ACTIONS(2793), - [anon_sym_atomic] = ACTIONS(2793), - [anon_sym_assert] = ACTIONS(2793), - [anon_sym_defer] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_DOLLARfor] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_POUND] = ACTIONS(2793), - [anon_sym_asm] = ACTIONS(2793), - [anon_sym_AT_LBRACK] = ACTIONS(2793), - [sym___double_quote] = ACTIONS(2793), - [sym___single_quote] = ACTIONS(2793), - [sym___c_double_quote] = ACTIONS(2793), - [sym___c_single_quote] = ACTIONS(2793), - [sym___r_double_quote] = ACTIONS(2793), - [sym___r_single_quote] = ACTIONS(2793), + [anon_sym_DOT] = ACTIONS(2647), + [anon_sym_as] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2647), + [anon_sym_COMMA] = ACTIONS(2647), + [anon_sym_const] = ACTIONS(2647), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym___global] = ACTIONS(2647), + [anon_sym_type] = ACTIONS(2647), + [anon_sym_PIPE] = ACTIONS(2647), + [anon_sym_fn] = ACTIONS(2647), + [anon_sym_PLUS] = ACTIONS(2647), + [anon_sym_DASH] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(2647), + [anon_sym_SLASH] = ACTIONS(2647), + [anon_sym_PERCENT] = ACTIONS(2647), + [anon_sym_LT] = ACTIONS(2647), + [anon_sym_GT] = ACTIONS(2647), + [anon_sym_EQ_EQ] = ACTIONS(2647), + [anon_sym_BANG_EQ] = ACTIONS(2647), + [anon_sym_LT_EQ] = ACTIONS(2647), + [anon_sym_GT_EQ] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2645), + [anon_sym_struct] = ACTIONS(2647), + [anon_sym_union] = ACTIONS(2647), + [anon_sym_pub] = ACTIONS(2647), + [anon_sym_mut] = ACTIONS(2647), + [anon_sym_enum] = ACTIONS(2647), + [anon_sym_interface] = ACTIONS(2647), + [anon_sym_PLUS_PLUS] = ACTIONS(2647), + [anon_sym_DASH_DASH] = ACTIONS(2647), + [anon_sym_QMARK] = ACTIONS(2647), + [anon_sym_BANG] = ACTIONS(2647), + [anon_sym_go] = ACTIONS(2647), + [anon_sym_spawn] = ACTIONS(2647), + [anon_sym_json_DOTdecode] = ACTIONS(2647), + [anon_sym_LBRACK2] = ACTIONS(2647), + [anon_sym_TILDE] = ACTIONS(2647), + [anon_sym_CARET] = ACTIONS(2647), + [anon_sym_AMP] = ACTIONS(2647), + [anon_sym_LT_DASH] = ACTIONS(2647), + [anon_sym_LT_LT] = ACTIONS(2647), + [anon_sym_GT_GT] = ACTIONS(2647), + [anon_sym_GT_GT_GT] = ACTIONS(2647), + [anon_sym_AMP_CARET] = ACTIONS(2647), + [anon_sym_AMP_AMP] = ACTIONS(2647), + [anon_sym_PIPE_PIPE] = ACTIONS(2647), + [anon_sym_or] = ACTIONS(2647), + [sym_none] = ACTIONS(2647), + [sym_true] = ACTIONS(2647), + [sym_false] = ACTIONS(2647), + [sym_nil] = ACTIONS(2647), + [anon_sym_QMARK_DOT] = ACTIONS(2647), + [anon_sym_POUND_LBRACK] = ACTIONS(2647), + [anon_sym_if] = ACTIONS(2647), + [anon_sym_DOLLARif] = ACTIONS(2647), + [anon_sym_DOLLARelse] = ACTIONS(3624), + [anon_sym_is] = ACTIONS(2647), + [anon_sym_BANGis] = ACTIONS(2647), + [anon_sym_in] = ACTIONS(2647), + [anon_sym_BANGin] = ACTIONS(2647), + [anon_sym_match] = ACTIONS(2647), + [anon_sym_select] = ACTIONS(2647), + [anon_sym_lock] = ACTIONS(2647), + [anon_sym_rlock] = ACTIONS(2647), + [anon_sym_unsafe] = ACTIONS(2647), + [anon_sym_sql] = ACTIONS(2647), + [sym_int_literal] = ACTIONS(2647), + [sym_float_literal] = ACTIONS(2647), + [sym_rune_literal] = ACTIONS(2647), + [sym_pseudo_compile_time_identifier] = ACTIONS(2647), + [anon_sym_shared] = ACTIONS(2647), + [anon_sym_map_LBRACK] = ACTIONS(2647), + [anon_sym_chan] = ACTIONS(2647), + [anon_sym_thread] = ACTIONS(2647), + [anon_sym_atomic] = ACTIONS(2647), + [anon_sym_assert] = ACTIONS(2647), + [anon_sym_defer] = ACTIONS(2647), + [anon_sym_goto] = ACTIONS(2647), + [anon_sym_break] = ACTIONS(2647), + [anon_sym_continue] = ACTIONS(2647), + [anon_sym_return] = ACTIONS(2647), + [anon_sym_DOLLARfor] = ACTIONS(2647), + [anon_sym_for] = ACTIONS(2647), + [anon_sym_POUND] = ACTIONS(2647), + [anon_sym_asm] = ACTIONS(2647), + [anon_sym_AT_LBRACK] = ACTIONS(2647), + [sym___double_quote] = ACTIONS(2647), + [sym___single_quote] = ACTIONS(2647), + [sym___c_double_quote] = ACTIONS(2647), + [sym___c_single_quote] = ACTIONS(2647), + [sym___r_double_quote] = ACTIONS(2647), + [sym___r_single_quote] = ACTIONS(2647), }, - [1014] = { - [sym_line_comment] = STATE(1014), - [sym_block_comment] = STATE(1014), - [ts_builtin_sym_end] = ACTIONS(2819), - [sym_identifier] = ACTIONS(2821), - [anon_sym_LF] = ACTIONS(2821), - [anon_sym_CR] = ACTIONS(2821), - [anon_sym_CR_LF] = ACTIONS(2821), + [1017] = { + [sym_line_comment] = STATE(1017), + [sym_block_comment] = STATE(1017), + [ts_builtin_sym_end] = ACTIONS(2651), + [sym_identifier] = ACTIONS(2653), + [anon_sym_LF] = ACTIONS(2653), + [anon_sym_CR] = ACTIONS(2653), + [anon_sym_CR_LF] = ACTIONS(2653), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2821), - [anon_sym_as] = ACTIONS(2821), - [anon_sym_LBRACE] = ACTIONS(2821), - [anon_sym_COMMA] = ACTIONS(2821), - [anon_sym_const] = ACTIONS(2821), - [anon_sym_LPAREN] = ACTIONS(2821), - [anon_sym___global] = ACTIONS(2821), - [anon_sym_type] = ACTIONS(2821), - [anon_sym_PIPE] = ACTIONS(2821), - [anon_sym_fn] = ACTIONS(2821), - [anon_sym_PLUS] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2821), - [anon_sym_STAR] = ACTIONS(2821), - [anon_sym_SLASH] = ACTIONS(2821), - [anon_sym_PERCENT] = ACTIONS(2821), - [anon_sym_LT] = ACTIONS(2821), - [anon_sym_GT] = ACTIONS(2821), - [anon_sym_EQ_EQ] = ACTIONS(2821), - [anon_sym_BANG_EQ] = ACTIONS(2821), - [anon_sym_LT_EQ] = ACTIONS(2821), - [anon_sym_GT_EQ] = ACTIONS(2821), - [anon_sym_LBRACK] = ACTIONS(2819), - [anon_sym_struct] = ACTIONS(2821), - [anon_sym_union] = ACTIONS(2821), - [anon_sym_pub] = ACTIONS(2821), - [anon_sym_mut] = ACTIONS(2821), - [anon_sym_enum] = ACTIONS(2821), - [anon_sym_interface] = ACTIONS(2821), - [anon_sym_PLUS_PLUS] = ACTIONS(2821), - [anon_sym_DASH_DASH] = ACTIONS(2821), - [anon_sym_QMARK] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_go] = ACTIONS(2821), - [anon_sym_spawn] = ACTIONS(2821), - [anon_sym_json_DOTdecode] = ACTIONS(2821), - [anon_sym_LBRACK2] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2821), - [anon_sym_CARET] = ACTIONS(2821), - [anon_sym_AMP] = ACTIONS(2821), - [anon_sym_LT_DASH] = ACTIONS(2821), - [anon_sym_LT_LT] = ACTIONS(2821), - [anon_sym_GT_GT] = ACTIONS(2821), - [anon_sym_GT_GT_GT] = ACTIONS(2821), - [anon_sym_AMP_CARET] = ACTIONS(2821), - [anon_sym_AMP_AMP] = ACTIONS(2821), - [anon_sym_PIPE_PIPE] = ACTIONS(2821), - [anon_sym_or] = ACTIONS(2821), - [sym_none] = ACTIONS(2821), - [sym_true] = ACTIONS(2821), - [sym_false] = ACTIONS(2821), - [sym_nil] = ACTIONS(2821), - [anon_sym_QMARK_DOT] = ACTIONS(2821), - [anon_sym_POUND_LBRACK] = ACTIONS(2821), - [anon_sym_if] = ACTIONS(2821), - [anon_sym_DOLLARif] = ACTIONS(2821), - [anon_sym_DOLLARelse] = ACTIONS(2821), - [anon_sym_is] = ACTIONS(2821), - [anon_sym_BANGis] = ACTIONS(2821), - [anon_sym_in] = ACTIONS(2821), - [anon_sym_BANGin] = ACTIONS(2821), - [anon_sym_match] = ACTIONS(2821), - [anon_sym_select] = ACTIONS(2821), - [anon_sym_lock] = ACTIONS(2821), - [anon_sym_rlock] = ACTIONS(2821), - [anon_sym_unsafe] = ACTIONS(2821), - [anon_sym_sql] = ACTIONS(2821), - [sym_int_literal] = ACTIONS(2821), - [sym_float_literal] = ACTIONS(2821), - [sym_rune_literal] = ACTIONS(2821), - [sym_pseudo_compile_time_identifier] = ACTIONS(2821), - [anon_sym_shared] = ACTIONS(2821), - [anon_sym_map_LBRACK] = ACTIONS(2821), - [anon_sym_chan] = ACTIONS(2821), - [anon_sym_thread] = ACTIONS(2821), - [anon_sym_atomic] = ACTIONS(2821), - [anon_sym_assert] = ACTIONS(2821), - [anon_sym_defer] = ACTIONS(2821), - [anon_sym_goto] = ACTIONS(2821), - [anon_sym_break] = ACTIONS(2821), - [anon_sym_continue] = ACTIONS(2821), - [anon_sym_return] = ACTIONS(2821), - [anon_sym_DOLLARfor] = ACTIONS(2821), - [anon_sym_for] = ACTIONS(2821), - [anon_sym_POUND] = ACTIONS(2821), - [anon_sym_asm] = ACTIONS(2821), - [anon_sym_AT_LBRACK] = ACTIONS(2821), - [sym___double_quote] = ACTIONS(2821), - [sym___single_quote] = ACTIONS(2821), - [sym___c_double_quote] = ACTIONS(2821), - [sym___c_single_quote] = ACTIONS(2821), - [sym___r_double_quote] = ACTIONS(2821), - [sym___r_single_quote] = ACTIONS(2821), - }, - [1015] = { - [sym_line_comment] = STATE(1015), - [sym_block_comment] = STATE(1015), - [sym_reference_expression] = STATE(4439), - [sym_type_reference_expression] = STATE(1300), - [sym_plain_type] = STATE(1367), - [sym__plain_type_without_special] = STATE(1414), - [sym_anon_struct_type] = STATE(1415), - [sym_multi_return_type] = STATE(1414), - [sym_result_type] = STATE(1414), - [sym_option_type] = STATE(1414), - [sym_qualified_type] = STATE(1300), - [sym_fixed_array_type] = STATE(1415), - [sym_array_type] = STATE(1415), - [sym_pointer_type] = STATE(1415), - [sym_wrong_pointer_type] = STATE(1415), - [sym_map_type] = STATE(1415), - [sym_channel_type] = STATE(1415), - [sym_shared_type] = STATE(1415), - [sym_thread_type] = STATE(1415), - [sym_atomic_type] = STATE(1415), - [sym_generic_type] = STATE(1415), - [sym_function_type] = STATE(1415), - [sym_identifier] = ACTIONS(3588), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(571), - [anon_sym_as] = ACTIONS(571), - [anon_sym_LBRACE] = ACTIONS(567), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_RBRACE] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(3590), - [anon_sym_PIPE] = ACTIONS(571), - [anon_sym_fn] = ACTIONS(3592), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(571), - [anon_sym_STAR] = ACTIONS(3594), - [anon_sym_SLASH] = ACTIONS(571), - [anon_sym_PERCENT] = ACTIONS(567), - [anon_sym_LT] = ACTIONS(571), - [anon_sym_GT] = ACTIONS(571), - [anon_sym_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ] = ACTIONS(567), - [anon_sym_LT_EQ] = ACTIONS(567), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LBRACK] = ACTIONS(567), - [anon_sym_RBRACK] = ACTIONS(567), - [anon_sym_struct] = ACTIONS(3596), - [anon_sym_mut] = ACTIONS(571), - [anon_sym_COLON] = ACTIONS(567), - [anon_sym_PLUS_PLUS] = ACTIONS(567), - [anon_sym_DASH_DASH] = ACTIONS(567), - [anon_sym_QMARK] = ACTIONS(3598), - [anon_sym_BANG] = ACTIONS(3600), - [anon_sym_go] = ACTIONS(571), - [anon_sym_spawn] = ACTIONS(571), - [anon_sym_json_DOTdecode] = ACTIONS(567), - [anon_sym_LBRACK2] = ACTIONS(3602), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_CARET] = ACTIONS(567), - [anon_sym_AMP] = ACTIONS(3604), - [anon_sym_LT_DASH] = ACTIONS(567), - [anon_sym_LT_LT] = ACTIONS(567), - [anon_sym_GT_GT] = ACTIONS(571), - [anon_sym_GT_GT_GT] = ACTIONS(567), - [anon_sym_AMP_CARET] = ACTIONS(567), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_or] = ACTIONS(571), - [sym_none] = ACTIONS(571), - [sym_true] = ACTIONS(571), - [sym_false] = ACTIONS(571), - [sym_nil] = ACTIONS(571), - [anon_sym_QMARK_DOT] = ACTIONS(567), - [anon_sym_POUND_LBRACK] = ACTIONS(567), - [anon_sym_if] = ACTIONS(571), - [anon_sym_DOLLARif] = ACTIONS(571), - [anon_sym_is] = ACTIONS(571), - [anon_sym_BANGis] = ACTIONS(567), - [anon_sym_in] = ACTIONS(571), - [anon_sym_BANGin] = ACTIONS(567), - [anon_sym_match] = ACTIONS(571), - [anon_sym_select] = ACTIONS(571), - [anon_sym_lock] = ACTIONS(571), - [anon_sym_rlock] = ACTIONS(571), - [anon_sym_unsafe] = ACTIONS(571), - [anon_sym_sql] = ACTIONS(571), - [sym_int_literal] = ACTIONS(571), - [sym_float_literal] = ACTIONS(567), - [sym_rune_literal] = ACTIONS(567), - [sym_pseudo_compile_time_identifier] = ACTIONS(571), - [anon_sym_shared] = ACTIONS(3606), - [anon_sym_map_LBRACK] = ACTIONS(3608), - [anon_sym_chan] = ACTIONS(3610), - [anon_sym_thread] = ACTIONS(3612), - [anon_sym_atomic] = ACTIONS(3614), - [sym___double_quote] = ACTIONS(567), - [sym___single_quote] = ACTIONS(567), - [sym___c_double_quote] = ACTIONS(567), - [sym___c_single_quote] = ACTIONS(567), - [sym___r_double_quote] = ACTIONS(567), - [sym___r_single_quote] = ACTIONS(567), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym___global] = ACTIONS(2653), + [anon_sym_type] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2653), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2653), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2653), + [anon_sym_BANG_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_pub] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_interface] = ACTIONS(2653), + [anon_sym_PLUS_PLUS] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2653), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_LT_LT] = ACTIONS(2653), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2653), + [anon_sym_AMP_CARET] = ACTIONS(2653), + [anon_sym_AMP_AMP] = ACTIONS(2653), + [anon_sym_PIPE_PIPE] = ACTIONS(2653), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2653), + [anon_sym_POUND_LBRACK] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_else] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2653), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2653), + [sym_rune_literal] = ACTIONS(2653), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2653), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [anon_sym_assert] = ACTIONS(2653), + [anon_sym_defer] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_DOLLARfor] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_POUND] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym_AT_LBRACK] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2653), + [sym___single_quote] = ACTIONS(2653), + [sym___c_double_quote] = ACTIONS(2653), + [sym___c_single_quote] = ACTIONS(2653), + [sym___r_double_quote] = ACTIONS(2653), + [sym___r_single_quote] = ACTIONS(2653), }, - [1016] = { - [sym_line_comment] = STATE(1016), - [sym_block_comment] = STATE(1016), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), + [1018] = { + [sym_line_comment] = STATE(1018), + [sym_block_comment] = STATE(1018), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_LBRACE] = ACTIONS(603), - [anon_sym_COMMA] = ACTIONS(603), - [anon_sym_RBRACE] = ACTIONS(603), - [anon_sym_LPAREN] = ACTIONS(3618), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(3620), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(603), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(603), - [anon_sym_BANG_EQ] = ACTIONS(603), - [anon_sym_LT_EQ] = ACTIONS(603), - [anon_sym_GT_EQ] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_RBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_mut] = ACTIONS(607), - [anon_sym_COLON] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(603), + [anon_sym_DOT] = ACTIONS(599), + [anon_sym_as] = ACTIONS(599), + [anon_sym_LBRACE] = ACTIONS(595), + [anon_sym_COMMA] = ACTIONS(595), + [anon_sym_RBRACE] = ACTIONS(595), + [anon_sym_LPAREN] = ACTIONS(3626), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(3628), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(595), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(595), + [anon_sym_BANG_EQ] = ACTIONS(595), + [anon_sym_LT_EQ] = ACTIONS(595), + [anon_sym_GT_EQ] = ACTIONS(595), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_RBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_mut] = ACTIONS(599), + [anon_sym_COLON] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(595), + [anon_sym_DASH_DASH] = ACTIONS(595), [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(3622), - [anon_sym_go] = ACTIONS(607), - [anon_sym_spawn] = ACTIONS(607), - [anon_sym_json_DOTdecode] = ACTIONS(603), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_TILDE] = ACTIONS(603), - [anon_sym_CARET] = ACTIONS(603), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_DASH] = ACTIONS(603), - [anon_sym_LT_LT] = ACTIONS(603), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(603), - [anon_sym_AMP_CARET] = ACTIONS(603), - [anon_sym_AMP_AMP] = ACTIONS(603), - [anon_sym_PIPE_PIPE] = ACTIONS(603), - [anon_sym_or] = ACTIONS(607), - [sym_none] = ACTIONS(607), - [sym_true] = ACTIONS(607), - [sym_false] = ACTIONS(607), - [sym_nil] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(603), - [anon_sym_POUND_LBRACK] = ACTIONS(603), - [anon_sym_if] = ACTIONS(607), - [anon_sym_DOLLARif] = ACTIONS(607), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(603), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(603), - [anon_sym_match] = ACTIONS(607), - [anon_sym_select] = ACTIONS(607), - [anon_sym_lock] = ACTIONS(607), - [anon_sym_rlock] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_sql] = ACTIONS(607), - [sym_int_literal] = ACTIONS(607), - [sym_float_literal] = ACTIONS(603), - [sym_rune_literal] = ACTIONS(603), - [sym_pseudo_compile_time_identifier] = ACTIONS(607), - [anon_sym_shared] = ACTIONS(623), + [anon_sym_BANG] = ACTIONS(3630), + [anon_sym_go] = ACTIONS(599), + [anon_sym_spawn] = ACTIONS(599), + [anon_sym_json_DOTdecode] = ACTIONS(595), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_TILDE] = ACTIONS(595), + [anon_sym_CARET] = ACTIONS(595), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_DASH] = ACTIONS(595), + [anon_sym_LT_LT] = ACTIONS(595), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(595), + [anon_sym_AMP_CARET] = ACTIONS(595), + [anon_sym_AMP_AMP] = ACTIONS(595), + [anon_sym_PIPE_PIPE] = ACTIONS(595), + [anon_sym_or] = ACTIONS(599), + [sym_none] = ACTIONS(599), + [sym_true] = ACTIONS(599), + [sym_false] = ACTIONS(599), + [sym_nil] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(595), + [anon_sym_POUND_LBRACK] = ACTIONS(595), + [anon_sym_if] = ACTIONS(599), + [anon_sym_DOLLARif] = ACTIONS(599), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(595), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(595), + [anon_sym_match] = ACTIONS(599), + [anon_sym_select] = ACTIONS(599), + [anon_sym_lock] = ACTIONS(599), + [anon_sym_rlock] = ACTIONS(599), + [anon_sym_unsafe] = ACTIONS(599), + [anon_sym_sql] = ACTIONS(599), + [sym_int_literal] = ACTIONS(599), + [sym_float_literal] = ACTIONS(595), + [sym_rune_literal] = ACTIONS(595), + [sym_pseudo_compile_time_identifier] = ACTIONS(599), + [anon_sym_shared] = ACTIONS(615), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [sym___double_quote] = ACTIONS(603), - [sym___single_quote] = ACTIONS(603), - [sym___c_double_quote] = ACTIONS(603), - [sym___c_single_quote] = ACTIONS(603), - [sym___r_double_quote] = ACTIONS(603), - [sym___r_single_quote] = ACTIONS(603), + [sym___double_quote] = ACTIONS(595), + [sym___single_quote] = ACTIONS(595), + [sym___c_double_quote] = ACTIONS(595), + [sym___c_single_quote] = ACTIONS(595), + [sym___r_double_quote] = ACTIONS(595), + [sym___r_single_quote] = ACTIONS(595), }, - [1017] = { - [sym_line_comment] = STATE(1017), - [sym_block_comment] = STATE(1017), - [ts_builtin_sym_end] = ACTIONS(2819), - [sym_identifier] = ACTIONS(2821), - [anon_sym_LF] = ACTIONS(2821), - [anon_sym_CR] = ACTIONS(2821), - [anon_sym_CR_LF] = ACTIONS(2821), + [1019] = { + [sym_line_comment] = STATE(1019), + [sym_block_comment] = STATE(1019), + [ts_builtin_sym_end] = ACTIONS(2817), + [sym_identifier] = ACTIONS(2819), + [anon_sym_LF] = ACTIONS(2819), + [anon_sym_CR] = ACTIONS(2819), + [anon_sym_CR_LF] = ACTIONS(2819), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2821), - [anon_sym_as] = ACTIONS(2821), - [anon_sym_LBRACE] = ACTIONS(2821), - [anon_sym_COMMA] = ACTIONS(2821), - [anon_sym_const] = ACTIONS(2821), - [anon_sym_LPAREN] = ACTIONS(2821), - [anon_sym___global] = ACTIONS(2821), - [anon_sym_type] = ACTIONS(2821), - [anon_sym_PIPE] = ACTIONS(2821), - [anon_sym_fn] = ACTIONS(2821), - [anon_sym_PLUS] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2821), - [anon_sym_STAR] = ACTIONS(2821), - [anon_sym_SLASH] = ACTIONS(2821), - [anon_sym_PERCENT] = ACTIONS(2821), - [anon_sym_LT] = ACTIONS(2821), - [anon_sym_GT] = ACTIONS(2821), - [anon_sym_EQ_EQ] = ACTIONS(2821), - [anon_sym_BANG_EQ] = ACTIONS(2821), - [anon_sym_LT_EQ] = ACTIONS(2821), - [anon_sym_GT_EQ] = ACTIONS(2821), - [anon_sym_LBRACK] = ACTIONS(2819), - [anon_sym_struct] = ACTIONS(2821), - [anon_sym_union] = ACTIONS(2821), - [anon_sym_pub] = ACTIONS(2821), - [anon_sym_mut] = ACTIONS(2821), - [anon_sym_enum] = ACTIONS(2821), - [anon_sym_interface] = ACTIONS(2821), - [anon_sym_PLUS_PLUS] = ACTIONS(2821), - [anon_sym_DASH_DASH] = ACTIONS(2821), - [anon_sym_QMARK] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_go] = ACTIONS(2821), - [anon_sym_spawn] = ACTIONS(2821), - [anon_sym_json_DOTdecode] = ACTIONS(2821), - [anon_sym_LBRACK2] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2821), - [anon_sym_CARET] = ACTIONS(2821), - [anon_sym_AMP] = ACTIONS(2821), - [anon_sym_LT_DASH] = ACTIONS(2821), - [anon_sym_LT_LT] = ACTIONS(2821), - [anon_sym_GT_GT] = ACTIONS(2821), - [anon_sym_GT_GT_GT] = ACTIONS(2821), - [anon_sym_AMP_CARET] = ACTIONS(2821), - [anon_sym_AMP_AMP] = ACTIONS(2821), - [anon_sym_PIPE_PIPE] = ACTIONS(2821), - [anon_sym_or] = ACTIONS(2821), - [sym_none] = ACTIONS(2821), - [sym_true] = ACTIONS(2821), - [sym_false] = ACTIONS(2821), - [sym_nil] = ACTIONS(2821), - [anon_sym_QMARK_DOT] = ACTIONS(2821), - [anon_sym_POUND_LBRACK] = ACTIONS(2821), - [anon_sym_if] = ACTIONS(2821), - [anon_sym_else] = ACTIONS(2821), - [anon_sym_DOLLARif] = ACTIONS(2821), - [anon_sym_is] = ACTIONS(2821), - [anon_sym_BANGis] = ACTIONS(2821), - [anon_sym_in] = ACTIONS(2821), - [anon_sym_BANGin] = ACTIONS(2821), - [anon_sym_match] = ACTIONS(2821), - [anon_sym_select] = ACTIONS(2821), - [anon_sym_lock] = ACTIONS(2821), - [anon_sym_rlock] = ACTIONS(2821), - [anon_sym_unsafe] = ACTIONS(2821), - [anon_sym_sql] = ACTIONS(2821), - [sym_int_literal] = ACTIONS(2821), - [sym_float_literal] = ACTIONS(2821), - [sym_rune_literal] = ACTIONS(2821), - [sym_pseudo_compile_time_identifier] = ACTIONS(2821), - [anon_sym_shared] = ACTIONS(2821), - [anon_sym_map_LBRACK] = ACTIONS(2821), - [anon_sym_chan] = ACTIONS(2821), - [anon_sym_thread] = ACTIONS(2821), - [anon_sym_atomic] = ACTIONS(2821), - [anon_sym_assert] = ACTIONS(2821), - [anon_sym_defer] = ACTIONS(2821), - [anon_sym_goto] = ACTIONS(2821), - [anon_sym_break] = ACTIONS(2821), - [anon_sym_continue] = ACTIONS(2821), - [anon_sym_return] = ACTIONS(2821), - [anon_sym_DOLLARfor] = ACTIONS(2821), - [anon_sym_for] = ACTIONS(2821), - [anon_sym_POUND] = ACTIONS(2821), - [anon_sym_asm] = ACTIONS(2821), - [anon_sym_AT_LBRACK] = ACTIONS(2821), - [sym___double_quote] = ACTIONS(2821), - [sym___single_quote] = ACTIONS(2821), - [sym___c_double_quote] = ACTIONS(2821), - [sym___c_single_quote] = ACTIONS(2821), - [sym___r_double_quote] = ACTIONS(2821), - [sym___r_single_quote] = ACTIONS(2821), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_as] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_COMMA] = ACTIONS(2819), + [anon_sym_const] = ACTIONS(2819), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym___global] = ACTIONS(2819), + [anon_sym_type] = ACTIONS(2819), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_PERCENT] = ACTIONS(2819), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_EQ_EQ] = ACTIONS(2819), + [anon_sym_BANG_EQ] = ACTIONS(2819), + [anon_sym_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_EQ] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_union] = ACTIONS(2819), + [anon_sym_pub] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_enum] = ACTIONS(2819), + [anon_sym_interface] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2819), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_CARET] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2819), + [anon_sym_LT_LT] = ACTIONS(2819), + [anon_sym_GT_GT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2819), + [anon_sym_AMP_CARET] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_PIPE_PIPE] = ACTIONS(2819), + [anon_sym_or] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_QMARK_DOT] = ACTIONS(2819), + [anon_sym_POUND_LBRACK] = ACTIONS(2819), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_DOLLARelse] = ACTIONS(2819), + [anon_sym_is] = ACTIONS(2819), + [anon_sym_BANGis] = ACTIONS(2819), + [anon_sym_in] = ACTIONS(2819), + [anon_sym_BANGin] = ACTIONS(2819), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2819), + [sym_rune_literal] = ACTIONS(2819), + [sym_pseudo_compile_time_identifier] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2819), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [anon_sym_assert] = ACTIONS(2819), + [anon_sym_defer] = ACTIONS(2819), + [anon_sym_goto] = ACTIONS(2819), + [anon_sym_break] = ACTIONS(2819), + [anon_sym_continue] = ACTIONS(2819), + [anon_sym_return] = ACTIONS(2819), + [anon_sym_DOLLARfor] = ACTIONS(2819), + [anon_sym_for] = ACTIONS(2819), + [anon_sym_POUND] = ACTIONS(2819), + [anon_sym_asm] = ACTIONS(2819), + [anon_sym_AT_LBRACK] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2819), + [sym___single_quote] = ACTIONS(2819), + [sym___c_double_quote] = ACTIONS(2819), + [sym___c_single_quote] = ACTIONS(2819), + [sym___r_double_quote] = ACTIONS(2819), + [sym___r_single_quote] = ACTIONS(2819), }, - [1018] = { - [sym_line_comment] = STATE(1018), - [sym_block_comment] = STATE(1018), - [ts_builtin_sym_end] = ACTIONS(2869), - [sym_identifier] = ACTIONS(2871), - [anon_sym_LF] = ACTIONS(2871), - [anon_sym_CR] = ACTIONS(2871), - [anon_sym_CR_LF] = ACTIONS(2871), + [1020] = { + [sym_line_comment] = STATE(1020), + [sym_block_comment] = STATE(1020), + [sym_reference_expression] = STATE(4437), + [sym_type_reference_expression] = STATE(1310), + [sym_plain_type] = STATE(1397), + [sym__plain_type_without_special] = STATE(1416), + [sym_anon_struct_type] = STATE(1417), + [sym_multi_return_type] = STATE(1416), + [sym_result_type] = STATE(1416), + [sym_option_type] = STATE(1416), + [sym_qualified_type] = STATE(1310), + [sym_fixed_array_type] = STATE(1417), + [sym_array_type] = STATE(1417), + [sym_pointer_type] = STATE(1417), + [sym_wrong_pointer_type] = STATE(1417), + [sym_map_type] = STATE(1417), + [sym_channel_type] = STATE(1417), + [sym_shared_type] = STATE(1417), + [sym_thread_type] = STATE(1417), + [sym_atomic_type] = STATE(1417), + [sym_generic_type] = STATE(1417), + [sym_function_type] = STATE(1417), + [sym_identifier] = ACTIONS(3596), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(623), + [anon_sym_as] = ACTIONS(623), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_COMMA] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(3598), + [anon_sym_PIPE] = ACTIONS(623), + [anon_sym_fn] = ACTIONS(3600), + [anon_sym_PLUS] = ACTIONS(623), + [anon_sym_DASH] = ACTIONS(623), + [anon_sym_STAR] = ACTIONS(3602), + [anon_sym_SLASH] = ACTIONS(623), + [anon_sym_PERCENT] = ACTIONS(621), + [anon_sym_LT] = ACTIONS(623), + [anon_sym_GT] = ACTIONS(623), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_RBRACK] = ACTIONS(621), + [anon_sym_struct] = ACTIONS(3604), + [anon_sym_mut] = ACTIONS(623), + [anon_sym_COLON] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_QMARK] = ACTIONS(3606), + [anon_sym_BANG] = ACTIONS(3608), + [anon_sym_go] = ACTIONS(623), + [anon_sym_spawn] = ACTIONS(623), + [anon_sym_json_DOTdecode] = ACTIONS(621), + [anon_sym_LBRACK2] = ACTIONS(3610), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), + [anon_sym_AMP] = ACTIONS(3612), + [anon_sym_LT_DASH] = ACTIONS(621), + [anon_sym_LT_LT] = ACTIONS(621), + [anon_sym_GT_GT] = ACTIONS(623), + [anon_sym_GT_GT_GT] = ACTIONS(621), + [anon_sym_AMP_CARET] = ACTIONS(621), + [anon_sym_AMP_AMP] = ACTIONS(621), + [anon_sym_PIPE_PIPE] = ACTIONS(621), + [anon_sym_or] = ACTIONS(623), + [sym_none] = ACTIONS(623), + [sym_true] = ACTIONS(623), + [sym_false] = ACTIONS(623), + [sym_nil] = ACTIONS(623), + [anon_sym_QMARK_DOT] = ACTIONS(621), + [anon_sym_POUND_LBRACK] = ACTIONS(621), + [anon_sym_if] = ACTIONS(623), + [anon_sym_DOLLARif] = ACTIONS(623), + [anon_sym_is] = ACTIONS(623), + [anon_sym_BANGis] = ACTIONS(621), + [anon_sym_in] = ACTIONS(623), + [anon_sym_BANGin] = ACTIONS(621), + [anon_sym_match] = ACTIONS(623), + [anon_sym_select] = ACTIONS(623), + [anon_sym_lock] = ACTIONS(623), + [anon_sym_rlock] = ACTIONS(623), + [anon_sym_unsafe] = ACTIONS(623), + [anon_sym_sql] = ACTIONS(623), + [sym_int_literal] = ACTIONS(623), + [sym_float_literal] = ACTIONS(621), + [sym_rune_literal] = ACTIONS(621), + [sym_pseudo_compile_time_identifier] = ACTIONS(623), + [anon_sym_shared] = ACTIONS(3614), + [anon_sym_map_LBRACK] = ACTIONS(3616), + [anon_sym_chan] = ACTIONS(3618), + [anon_sym_thread] = ACTIONS(3620), + [anon_sym_atomic] = ACTIONS(3622), + [sym___double_quote] = ACTIONS(621), + [sym___single_quote] = ACTIONS(621), + [sym___c_double_quote] = ACTIONS(621), + [sym___c_single_quote] = ACTIONS(621), + [sym___r_double_quote] = ACTIONS(621), + [sym___r_single_quote] = ACTIONS(621), + }, + [1021] = { + [sym_line_comment] = STATE(1021), + [sym_block_comment] = STATE(1021), + [ts_builtin_sym_end] = ACTIONS(3045), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LF] = ACTIONS(3047), + [anon_sym_CR] = ACTIONS(3047), + [anon_sym_CR_LF] = ACTIONS(3047), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2871), - [anon_sym_as] = ACTIONS(2871), - [anon_sym_LBRACE] = ACTIONS(2871), - [anon_sym_COMMA] = ACTIONS(2871), - [anon_sym_const] = ACTIONS(2871), - [anon_sym_LPAREN] = ACTIONS(2871), - [anon_sym___global] = ACTIONS(2871), - [anon_sym_type] = ACTIONS(2871), - [anon_sym_PIPE] = ACTIONS(2871), - [anon_sym_fn] = ACTIONS(2871), - [anon_sym_PLUS] = ACTIONS(2871), - [anon_sym_DASH] = ACTIONS(2871), - [anon_sym_STAR] = ACTIONS(2871), - [anon_sym_SLASH] = ACTIONS(2871), - [anon_sym_PERCENT] = ACTIONS(2871), - [anon_sym_LT] = ACTIONS(2871), - [anon_sym_GT] = ACTIONS(2871), - [anon_sym_EQ_EQ] = ACTIONS(2871), - [anon_sym_BANG_EQ] = ACTIONS(2871), - [anon_sym_LT_EQ] = ACTIONS(2871), - [anon_sym_GT_EQ] = ACTIONS(2871), - [anon_sym_LBRACK] = ACTIONS(2869), - [anon_sym_struct] = ACTIONS(2871), - [anon_sym_union] = ACTIONS(2871), - [anon_sym_pub] = ACTIONS(2871), - [anon_sym_mut] = ACTIONS(2871), - [anon_sym_enum] = ACTIONS(2871), - [anon_sym_interface] = ACTIONS(2871), - [anon_sym_PLUS_PLUS] = ACTIONS(2871), - [anon_sym_DASH_DASH] = ACTIONS(2871), - [anon_sym_QMARK] = ACTIONS(2871), - [anon_sym_BANG] = ACTIONS(2871), - [anon_sym_go] = ACTIONS(2871), - [anon_sym_spawn] = ACTIONS(2871), - [anon_sym_json_DOTdecode] = ACTIONS(2871), - [anon_sym_LBRACK2] = ACTIONS(2871), - [anon_sym_TILDE] = ACTIONS(2871), - [anon_sym_CARET] = ACTIONS(2871), - [anon_sym_AMP] = ACTIONS(2871), - [anon_sym_LT_DASH] = ACTIONS(2871), - [anon_sym_LT_LT] = ACTIONS(2871), - [anon_sym_GT_GT] = ACTIONS(2871), - [anon_sym_GT_GT_GT] = ACTIONS(2871), - [anon_sym_AMP_CARET] = ACTIONS(2871), - [anon_sym_AMP_AMP] = ACTIONS(2871), - [anon_sym_PIPE_PIPE] = ACTIONS(2871), - [anon_sym_or] = ACTIONS(2871), - [sym_none] = ACTIONS(2871), - [sym_true] = ACTIONS(2871), - [sym_false] = ACTIONS(2871), - [sym_nil] = ACTIONS(2871), - [anon_sym_QMARK_DOT] = ACTIONS(2871), - [anon_sym_POUND_LBRACK] = ACTIONS(2871), - [anon_sym_if] = ACTIONS(2871), - [anon_sym_DOLLARif] = ACTIONS(2871), - [anon_sym_DOLLARelse] = ACTIONS(3624), - [anon_sym_is] = ACTIONS(2871), - [anon_sym_BANGis] = ACTIONS(2871), - [anon_sym_in] = ACTIONS(2871), - [anon_sym_BANGin] = ACTIONS(2871), - [anon_sym_match] = ACTIONS(2871), - [anon_sym_select] = ACTIONS(2871), - [anon_sym_lock] = ACTIONS(2871), - [anon_sym_rlock] = ACTIONS(2871), - [anon_sym_unsafe] = ACTIONS(2871), - [anon_sym_sql] = ACTIONS(2871), - [sym_int_literal] = ACTIONS(2871), - [sym_float_literal] = ACTIONS(2871), - [sym_rune_literal] = ACTIONS(2871), - [sym_pseudo_compile_time_identifier] = ACTIONS(2871), - [anon_sym_shared] = ACTIONS(2871), - [anon_sym_map_LBRACK] = ACTIONS(2871), - [anon_sym_chan] = ACTIONS(2871), - [anon_sym_thread] = ACTIONS(2871), - [anon_sym_atomic] = ACTIONS(2871), - [anon_sym_assert] = ACTIONS(2871), - [anon_sym_defer] = ACTIONS(2871), - [anon_sym_goto] = ACTIONS(2871), - [anon_sym_break] = ACTIONS(2871), - [anon_sym_continue] = ACTIONS(2871), - [anon_sym_return] = ACTIONS(2871), - [anon_sym_DOLLARfor] = ACTIONS(2871), - [anon_sym_for] = ACTIONS(2871), - [anon_sym_POUND] = ACTIONS(2871), - [anon_sym_asm] = ACTIONS(2871), - [anon_sym_AT_LBRACK] = ACTIONS(2871), - [sym___double_quote] = ACTIONS(2871), - [sym___single_quote] = ACTIONS(2871), - [sym___c_double_quote] = ACTIONS(2871), - [sym___c_single_quote] = ACTIONS(2871), - [sym___r_double_quote] = ACTIONS(2871), - [sym___r_single_quote] = ACTIONS(2871), - }, - [1019] = { - [sym_line_comment] = STATE(1019), - [sym_block_comment] = STATE(1019), - [sym_reference_expression] = STATE(4439), - [sym_type_reference_expression] = STATE(1300), - [sym_plain_type] = STATE(1424), - [sym__plain_type_without_special] = STATE(1414), - [sym_anon_struct_type] = STATE(1415), - [sym_multi_return_type] = STATE(1414), - [sym_result_type] = STATE(1414), - [sym_option_type] = STATE(1414), - [sym_qualified_type] = STATE(1300), - [sym_fixed_array_type] = STATE(1415), - [sym_array_type] = STATE(1415), - [sym_pointer_type] = STATE(1415), - [sym_wrong_pointer_type] = STATE(1415), - [sym_map_type] = STATE(1415), - [sym_channel_type] = STATE(1415), - [sym_shared_type] = STATE(1415), - [sym_thread_type] = STATE(1415), - [sym_atomic_type] = STATE(1415), - [sym_generic_type] = STATE(1415), - [sym_function_type] = STATE(1415), - [sym_identifier] = ACTIONS(3588), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(601), - [anon_sym_as] = ACTIONS(601), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_COMMA] = ACTIONS(599), - [anon_sym_RBRACE] = ACTIONS(599), - [anon_sym_LPAREN] = ACTIONS(3590), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(3592), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(3594), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_PERCENT] = ACTIONS(599), - [anon_sym_LT] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(599), - [anon_sym_BANG_EQ] = ACTIONS(599), - [anon_sym_LT_EQ] = ACTIONS(599), - [anon_sym_GT_EQ] = ACTIONS(599), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_RBRACK] = ACTIONS(599), - [anon_sym_struct] = ACTIONS(3596), - [anon_sym_mut] = ACTIONS(601), - [anon_sym_COLON] = ACTIONS(599), - [anon_sym_PLUS_PLUS] = ACTIONS(599), - [anon_sym_DASH_DASH] = ACTIONS(599), - [anon_sym_QMARK] = ACTIONS(3598), - [anon_sym_BANG] = ACTIONS(3600), - [anon_sym_go] = ACTIONS(601), - [anon_sym_spawn] = ACTIONS(601), - [anon_sym_json_DOTdecode] = ACTIONS(599), - [anon_sym_LBRACK2] = ACTIONS(3602), - [anon_sym_TILDE] = ACTIONS(599), - [anon_sym_CARET] = ACTIONS(599), - [anon_sym_AMP] = ACTIONS(3604), - [anon_sym_LT_DASH] = ACTIONS(599), - [anon_sym_LT_LT] = ACTIONS(599), - [anon_sym_GT_GT] = ACTIONS(601), - [anon_sym_GT_GT_GT] = ACTIONS(599), - [anon_sym_AMP_CARET] = ACTIONS(599), - [anon_sym_AMP_AMP] = ACTIONS(599), - [anon_sym_PIPE_PIPE] = ACTIONS(599), - [anon_sym_or] = ACTIONS(601), - [sym_none] = ACTIONS(601), - [sym_true] = ACTIONS(601), - [sym_false] = ACTIONS(601), - [sym_nil] = ACTIONS(601), - [anon_sym_QMARK_DOT] = ACTIONS(599), - [anon_sym_POUND_LBRACK] = ACTIONS(599), - [anon_sym_if] = ACTIONS(601), - [anon_sym_DOLLARif] = ACTIONS(601), - [anon_sym_is] = ACTIONS(601), - [anon_sym_BANGis] = ACTIONS(599), - [anon_sym_in] = ACTIONS(601), - [anon_sym_BANGin] = ACTIONS(599), - [anon_sym_match] = ACTIONS(601), - [anon_sym_select] = ACTIONS(601), - [anon_sym_lock] = ACTIONS(601), - [anon_sym_rlock] = ACTIONS(601), - [anon_sym_unsafe] = ACTIONS(601), - [anon_sym_sql] = ACTIONS(601), - [sym_int_literal] = ACTIONS(601), - [sym_float_literal] = ACTIONS(599), - [sym_rune_literal] = ACTIONS(599), - [sym_pseudo_compile_time_identifier] = ACTIONS(601), - [anon_sym_shared] = ACTIONS(3606), - [anon_sym_map_LBRACK] = ACTIONS(3608), - [anon_sym_chan] = ACTIONS(3610), - [anon_sym_thread] = ACTIONS(3612), - [anon_sym_atomic] = ACTIONS(3614), - [sym___double_quote] = ACTIONS(599), - [sym___single_quote] = ACTIONS(599), - [sym___c_double_quote] = ACTIONS(599), - [sym___c_single_quote] = ACTIONS(599), - [sym___r_double_quote] = ACTIONS(599), - [sym___r_single_quote] = ACTIONS(599), - }, - [1020] = { - [sym_line_comment] = STATE(1020), - [sym_block_comment] = STATE(1020), - [ts_builtin_sym_end] = ACTIONS(3289), - [sym_identifier] = ACTIONS(3291), - [anon_sym_LF] = ACTIONS(3291), - [anon_sym_CR] = ACTIONS(3291), - [anon_sym_CR_LF] = ACTIONS(3291), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3291), - [anon_sym_as] = ACTIONS(3291), - [anon_sym_LBRACE] = ACTIONS(3291), - [anon_sym_COMMA] = ACTIONS(3291), - [anon_sym_const] = ACTIONS(3291), - [anon_sym_LPAREN] = ACTIONS(3291), - [anon_sym___global] = ACTIONS(3291), - [anon_sym_type] = ACTIONS(3291), - [anon_sym_PIPE] = ACTIONS(3291), - [anon_sym_fn] = ACTIONS(3291), - [anon_sym_PLUS] = ACTIONS(3291), - [anon_sym_DASH] = ACTIONS(3291), - [anon_sym_STAR] = ACTIONS(3291), - [anon_sym_SLASH] = ACTIONS(3291), - [anon_sym_PERCENT] = ACTIONS(3291), - [anon_sym_LT] = ACTIONS(3291), - [anon_sym_GT] = ACTIONS(3291), - [anon_sym_EQ_EQ] = ACTIONS(3291), - [anon_sym_BANG_EQ] = ACTIONS(3291), - [anon_sym_LT_EQ] = ACTIONS(3291), - [anon_sym_GT_EQ] = ACTIONS(3291), - [anon_sym_LBRACK] = ACTIONS(3289), - [anon_sym_struct] = ACTIONS(3291), - [anon_sym_union] = ACTIONS(3291), - [anon_sym_pub] = ACTIONS(3291), - [anon_sym_mut] = ACTIONS(3291), - [anon_sym_enum] = ACTIONS(3291), - [anon_sym_interface] = ACTIONS(3291), - [anon_sym_PLUS_PLUS] = ACTIONS(3291), - [anon_sym_DASH_DASH] = ACTIONS(3291), - [anon_sym_QMARK] = ACTIONS(3291), - [anon_sym_BANG] = ACTIONS(3291), - [anon_sym_go] = ACTIONS(3291), - [anon_sym_spawn] = ACTIONS(3291), - [anon_sym_json_DOTdecode] = ACTIONS(3291), - [anon_sym_LBRACK2] = ACTIONS(3291), - [anon_sym_TILDE] = ACTIONS(3291), - [anon_sym_CARET] = ACTIONS(3291), - [anon_sym_AMP] = ACTIONS(3291), - [anon_sym_LT_DASH] = ACTIONS(3291), - [anon_sym_LT_LT] = ACTIONS(3291), - [anon_sym_GT_GT] = ACTIONS(3291), - [anon_sym_GT_GT_GT] = ACTIONS(3291), - [anon_sym_AMP_CARET] = ACTIONS(3291), - [anon_sym_AMP_AMP] = ACTIONS(3291), - [anon_sym_PIPE_PIPE] = ACTIONS(3291), - [anon_sym_or] = ACTIONS(3291), - [sym_none] = ACTIONS(3291), - [sym_true] = ACTIONS(3291), - [sym_false] = ACTIONS(3291), - [sym_nil] = ACTIONS(3291), - [anon_sym_QMARK_DOT] = ACTIONS(3291), - [anon_sym_POUND_LBRACK] = ACTIONS(3291), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_DOLLARif] = ACTIONS(3291), - [anon_sym_is] = ACTIONS(3291), - [anon_sym_BANGis] = ACTIONS(3291), - [anon_sym_in] = ACTIONS(3291), - [anon_sym_BANGin] = ACTIONS(3291), - [anon_sym_match] = ACTIONS(3291), - [anon_sym_select] = ACTIONS(3291), - [anon_sym_lock] = ACTIONS(3291), - [anon_sym_rlock] = ACTIONS(3291), - [anon_sym_unsafe] = ACTIONS(3291), - [anon_sym_sql] = ACTIONS(3291), - [sym_int_literal] = ACTIONS(3291), - [sym_float_literal] = ACTIONS(3291), - [sym_rune_literal] = ACTIONS(3291), - [sym_pseudo_compile_time_identifier] = ACTIONS(3291), - [anon_sym_shared] = ACTIONS(3291), - [anon_sym_map_LBRACK] = ACTIONS(3291), - [anon_sym_chan] = ACTIONS(3291), - [anon_sym_thread] = ACTIONS(3291), - [anon_sym_atomic] = ACTIONS(3291), - [anon_sym_assert] = ACTIONS(3291), - [anon_sym_defer] = ACTIONS(3291), - [anon_sym_goto] = ACTIONS(3291), - [anon_sym_break] = ACTIONS(3291), - [anon_sym_continue] = ACTIONS(3291), - [anon_sym_return] = ACTIONS(3291), - [anon_sym_DOLLARfor] = ACTIONS(3291), - [anon_sym_for] = ACTIONS(3291), - [anon_sym_POUND] = ACTIONS(3291), - [anon_sym_asm] = ACTIONS(3291), - [anon_sym_AT_LBRACK] = ACTIONS(3291), - [sym___double_quote] = ACTIONS(3291), - [sym___single_quote] = ACTIONS(3291), - [sym___c_double_quote] = ACTIONS(3291), - [sym___c_single_quote] = ACTIONS(3291), - [sym___r_double_quote] = ACTIONS(3291), - [sym___r_single_quote] = ACTIONS(3291), - }, - [1021] = { - [sym_line_comment] = STATE(1021), - [sym_block_comment] = STATE(1021), - [ts_builtin_sym_end] = ACTIONS(3201), - [sym_identifier] = ACTIONS(3203), - [anon_sym_LF] = ACTIONS(3203), - [anon_sym_CR] = ACTIONS(3203), - [anon_sym_CR_LF] = ACTIONS(3203), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3203), - [anon_sym_as] = ACTIONS(3203), - [anon_sym_LBRACE] = ACTIONS(3203), - [anon_sym_COMMA] = ACTIONS(3203), - [anon_sym_const] = ACTIONS(3203), - [anon_sym_LPAREN] = ACTIONS(3203), - [anon_sym___global] = ACTIONS(3203), - [anon_sym_type] = ACTIONS(3203), - [anon_sym_PIPE] = ACTIONS(3203), - [anon_sym_fn] = ACTIONS(3203), - [anon_sym_PLUS] = ACTIONS(3203), - [anon_sym_DASH] = ACTIONS(3203), - [anon_sym_STAR] = ACTIONS(3203), - [anon_sym_SLASH] = ACTIONS(3203), - [anon_sym_PERCENT] = ACTIONS(3203), - [anon_sym_LT] = ACTIONS(3203), - [anon_sym_GT] = ACTIONS(3203), - [anon_sym_EQ_EQ] = ACTIONS(3203), - [anon_sym_BANG_EQ] = ACTIONS(3203), - [anon_sym_LT_EQ] = ACTIONS(3203), - [anon_sym_GT_EQ] = ACTIONS(3203), - [anon_sym_LBRACK] = ACTIONS(3201), - [anon_sym_struct] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3203), - [anon_sym_pub] = ACTIONS(3203), - [anon_sym_mut] = ACTIONS(3203), - [anon_sym_enum] = ACTIONS(3203), - [anon_sym_interface] = ACTIONS(3203), - [anon_sym_PLUS_PLUS] = ACTIONS(3203), - [anon_sym_DASH_DASH] = ACTIONS(3203), - [anon_sym_QMARK] = ACTIONS(3203), - [anon_sym_BANG] = ACTIONS(3203), - [anon_sym_go] = ACTIONS(3203), - [anon_sym_spawn] = ACTIONS(3203), - [anon_sym_json_DOTdecode] = ACTIONS(3203), - [anon_sym_LBRACK2] = ACTIONS(3203), - [anon_sym_TILDE] = ACTIONS(3203), - [anon_sym_CARET] = ACTIONS(3203), - [anon_sym_AMP] = ACTIONS(3203), - [anon_sym_LT_DASH] = ACTIONS(3203), - [anon_sym_LT_LT] = ACTIONS(3203), - [anon_sym_GT_GT] = ACTIONS(3203), - [anon_sym_GT_GT_GT] = ACTIONS(3203), - [anon_sym_AMP_CARET] = ACTIONS(3203), - [anon_sym_AMP_AMP] = ACTIONS(3203), - [anon_sym_PIPE_PIPE] = ACTIONS(3203), - [anon_sym_or] = ACTIONS(3203), - [sym_none] = ACTIONS(3203), - [sym_true] = ACTIONS(3203), - [sym_false] = ACTIONS(3203), - [sym_nil] = ACTIONS(3203), - [anon_sym_QMARK_DOT] = ACTIONS(3203), - [anon_sym_POUND_LBRACK] = ACTIONS(3203), - [anon_sym_if] = ACTIONS(3203), - [anon_sym_DOLLARif] = ACTIONS(3203), - [anon_sym_is] = ACTIONS(3203), - [anon_sym_BANGis] = ACTIONS(3203), - [anon_sym_in] = ACTIONS(3203), - [anon_sym_BANGin] = ACTIONS(3203), - [anon_sym_match] = ACTIONS(3203), - [anon_sym_select] = ACTIONS(3203), - [anon_sym_lock] = ACTIONS(3203), - [anon_sym_rlock] = ACTIONS(3203), - [anon_sym_unsafe] = ACTIONS(3203), - [anon_sym_sql] = ACTIONS(3203), - [sym_int_literal] = ACTIONS(3203), - [sym_float_literal] = ACTIONS(3203), - [sym_rune_literal] = ACTIONS(3203), - [sym_pseudo_compile_time_identifier] = ACTIONS(3203), - [anon_sym_shared] = ACTIONS(3203), - [anon_sym_map_LBRACK] = ACTIONS(3203), - [anon_sym_chan] = ACTIONS(3203), - [anon_sym_thread] = ACTIONS(3203), - [anon_sym_atomic] = ACTIONS(3203), - [anon_sym_assert] = ACTIONS(3203), - [anon_sym_defer] = ACTIONS(3203), - [anon_sym_goto] = ACTIONS(3203), - [anon_sym_break] = ACTIONS(3203), - [anon_sym_continue] = ACTIONS(3203), - [anon_sym_return] = ACTIONS(3203), - [anon_sym_DOLLARfor] = ACTIONS(3203), - [anon_sym_for] = ACTIONS(3203), - [anon_sym_POUND] = ACTIONS(3203), - [anon_sym_asm] = ACTIONS(3203), - [anon_sym_AT_LBRACK] = ACTIONS(3203), - [sym___double_quote] = ACTIONS(3203), - [sym___single_quote] = ACTIONS(3203), - [sym___c_double_quote] = ACTIONS(3203), - [sym___c_single_quote] = ACTIONS(3203), - [sym___r_double_quote] = ACTIONS(3203), - [sym___r_single_quote] = ACTIONS(3203), + [anon_sym_DOT] = ACTIONS(3047), + [anon_sym_as] = ACTIONS(3047), + [anon_sym_LBRACE] = ACTIONS(3047), + [anon_sym_COMMA] = ACTIONS(3047), + [anon_sym_const] = ACTIONS(3047), + [anon_sym_LPAREN] = ACTIONS(3047), + [anon_sym___global] = ACTIONS(3047), + [anon_sym_type] = ACTIONS(3047), + [anon_sym_PIPE] = ACTIONS(3047), + [anon_sym_fn] = ACTIONS(3047), + [anon_sym_PLUS] = ACTIONS(3047), + [anon_sym_DASH] = ACTIONS(3047), + [anon_sym_STAR] = ACTIONS(3047), + [anon_sym_SLASH] = ACTIONS(3047), + [anon_sym_PERCENT] = ACTIONS(3047), + [anon_sym_LT] = ACTIONS(3047), + [anon_sym_GT] = ACTIONS(3047), + [anon_sym_EQ_EQ] = ACTIONS(3047), + [anon_sym_BANG_EQ] = ACTIONS(3047), + [anon_sym_LT_EQ] = ACTIONS(3047), + [anon_sym_GT_EQ] = ACTIONS(3047), + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_struct] = ACTIONS(3047), + [anon_sym_union] = ACTIONS(3047), + [anon_sym_pub] = ACTIONS(3047), + [anon_sym_mut] = ACTIONS(3047), + [anon_sym_enum] = ACTIONS(3047), + [anon_sym_interface] = ACTIONS(3047), + [anon_sym_PLUS_PLUS] = ACTIONS(3047), + [anon_sym_DASH_DASH] = ACTIONS(3047), + [anon_sym_QMARK] = ACTIONS(3047), + [anon_sym_BANG] = ACTIONS(3047), + [anon_sym_go] = ACTIONS(3047), + [anon_sym_spawn] = ACTIONS(3047), + [anon_sym_json_DOTdecode] = ACTIONS(3047), + [anon_sym_LBRACK2] = ACTIONS(3047), + [anon_sym_TILDE] = ACTIONS(3047), + [anon_sym_CARET] = ACTIONS(3047), + [anon_sym_AMP] = ACTIONS(3047), + [anon_sym_LT_DASH] = ACTIONS(3047), + [anon_sym_LT_LT] = ACTIONS(3047), + [anon_sym_GT_GT] = ACTIONS(3047), + [anon_sym_GT_GT_GT] = ACTIONS(3047), + [anon_sym_AMP_CARET] = ACTIONS(3047), + [anon_sym_AMP_AMP] = ACTIONS(3047), + [anon_sym_PIPE_PIPE] = ACTIONS(3047), + [anon_sym_or] = ACTIONS(3047), + [sym_none] = ACTIONS(3047), + [sym_true] = ACTIONS(3047), + [sym_false] = ACTIONS(3047), + [sym_nil] = ACTIONS(3047), + [anon_sym_QMARK_DOT] = ACTIONS(3047), + [anon_sym_POUND_LBRACK] = ACTIONS(3047), + [anon_sym_if] = ACTIONS(3047), + [anon_sym_DOLLARif] = ACTIONS(3047), + [anon_sym_is] = ACTIONS(3047), + [anon_sym_BANGis] = ACTIONS(3047), + [anon_sym_in] = ACTIONS(3047), + [anon_sym_BANGin] = ACTIONS(3047), + [anon_sym_match] = ACTIONS(3047), + [anon_sym_select] = ACTIONS(3047), + [anon_sym_lock] = ACTIONS(3047), + [anon_sym_rlock] = ACTIONS(3047), + [anon_sym_unsafe] = ACTIONS(3047), + [anon_sym_sql] = ACTIONS(3047), + [sym_int_literal] = ACTIONS(3047), + [sym_float_literal] = ACTIONS(3047), + [sym_rune_literal] = ACTIONS(3047), + [sym_pseudo_compile_time_identifier] = ACTIONS(3047), + [anon_sym_shared] = ACTIONS(3047), + [anon_sym_map_LBRACK] = ACTIONS(3047), + [anon_sym_chan] = ACTIONS(3047), + [anon_sym_thread] = ACTIONS(3047), + [anon_sym_atomic] = ACTIONS(3047), + [anon_sym_assert] = ACTIONS(3047), + [anon_sym_defer] = ACTIONS(3047), + [anon_sym_goto] = ACTIONS(3047), + [anon_sym_break] = ACTIONS(3047), + [anon_sym_continue] = ACTIONS(3047), + [anon_sym_return] = ACTIONS(3047), + [anon_sym_DOLLARfor] = ACTIONS(3047), + [anon_sym_for] = ACTIONS(3047), + [anon_sym_POUND] = ACTIONS(3047), + [anon_sym_asm] = ACTIONS(3047), + [anon_sym_AT_LBRACK] = ACTIONS(3047), + [sym___double_quote] = ACTIONS(3047), + [sym___single_quote] = ACTIONS(3047), + [sym___c_double_quote] = ACTIONS(3047), + [sym___c_single_quote] = ACTIONS(3047), + [sym___r_double_quote] = ACTIONS(3047), + [sym___r_single_quote] = ACTIONS(3047), }, [1022] = { [sym_line_comment] = STATE(1022), [sym_block_comment] = STATE(1022), - [ts_builtin_sym_end] = ACTIONS(3023), - [sym_identifier] = ACTIONS(3025), - [anon_sym_LF] = ACTIONS(3025), - [anon_sym_CR] = ACTIONS(3025), - [anon_sym_CR_LF] = ACTIONS(3025), + [ts_builtin_sym_end] = ACTIONS(3135), + [sym_identifier] = ACTIONS(3137), + [anon_sym_LF] = ACTIONS(3137), + [anon_sym_CR] = ACTIONS(3137), + [anon_sym_CR_LF] = ACTIONS(3137), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3025), - [anon_sym_as] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3025), - [anon_sym_COMMA] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3025), - [anon_sym___global] = ACTIONS(3025), - [anon_sym_type] = ACTIONS(3025), - [anon_sym_PIPE] = ACTIONS(3025), - [anon_sym_fn] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3025), - [anon_sym_SLASH] = ACTIONS(3025), - [anon_sym_PERCENT] = ACTIONS(3025), - [anon_sym_LT] = ACTIONS(3025), - [anon_sym_GT] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3023), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [anon_sym_pub] = ACTIONS(3025), - [anon_sym_mut] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_interface] = ACTIONS(3025), - [anon_sym_PLUS_PLUS] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3025), - [anon_sym_QMARK] = ACTIONS(3025), - [anon_sym_BANG] = ACTIONS(3025), - [anon_sym_go] = ACTIONS(3025), - [anon_sym_spawn] = ACTIONS(3025), - [anon_sym_json_DOTdecode] = ACTIONS(3025), - [anon_sym_LBRACK2] = ACTIONS(3025), - [anon_sym_TILDE] = ACTIONS(3025), - [anon_sym_CARET] = ACTIONS(3025), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_LT_DASH] = ACTIONS(3025), - [anon_sym_LT_LT] = ACTIONS(3025), - [anon_sym_GT_GT] = ACTIONS(3025), - [anon_sym_GT_GT_GT] = ACTIONS(3025), - [anon_sym_AMP_CARET] = ACTIONS(3025), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_or] = ACTIONS(3025), - [sym_none] = ACTIONS(3025), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [sym_nil] = ACTIONS(3025), - [anon_sym_QMARK_DOT] = ACTIONS(3025), - [anon_sym_POUND_LBRACK] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_DOLLARif] = ACTIONS(3025), - [anon_sym_is] = ACTIONS(3025), - [anon_sym_BANGis] = ACTIONS(3025), - [anon_sym_in] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(3025), - [anon_sym_match] = ACTIONS(3025), - [anon_sym_select] = ACTIONS(3025), - [anon_sym_lock] = ACTIONS(3025), - [anon_sym_rlock] = ACTIONS(3025), - [anon_sym_unsafe] = ACTIONS(3025), - [anon_sym_sql] = ACTIONS(3025), - [sym_int_literal] = ACTIONS(3025), - [sym_float_literal] = ACTIONS(3025), - [sym_rune_literal] = ACTIONS(3025), - [sym_pseudo_compile_time_identifier] = ACTIONS(3025), - [anon_sym_shared] = ACTIONS(3025), - [anon_sym_map_LBRACK] = ACTIONS(3025), - [anon_sym_chan] = ACTIONS(3025), - [anon_sym_thread] = ACTIONS(3025), - [anon_sym_atomic] = ACTIONS(3025), - [anon_sym_assert] = ACTIONS(3025), - [anon_sym_defer] = ACTIONS(3025), - [anon_sym_goto] = ACTIONS(3025), - [anon_sym_break] = ACTIONS(3025), - [anon_sym_continue] = ACTIONS(3025), - [anon_sym_return] = ACTIONS(3025), - [anon_sym_DOLLARfor] = ACTIONS(3025), - [anon_sym_for] = ACTIONS(3025), - [anon_sym_POUND] = ACTIONS(3025), - [anon_sym_asm] = ACTIONS(3025), - [anon_sym_AT_LBRACK] = ACTIONS(3025), - [sym___double_quote] = ACTIONS(3025), - [sym___single_quote] = ACTIONS(3025), - [sym___c_double_quote] = ACTIONS(3025), - [sym___c_single_quote] = ACTIONS(3025), - [sym___r_double_quote] = ACTIONS(3025), - [sym___r_single_quote] = ACTIONS(3025), + [anon_sym_DOT] = ACTIONS(3137), + [anon_sym_as] = ACTIONS(3137), + [anon_sym_LBRACE] = ACTIONS(3137), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_const] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym___global] = ACTIONS(3137), + [anon_sym_type] = ACTIONS(3137), + [anon_sym_PIPE] = ACTIONS(3137), + [anon_sym_fn] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3137), + [anon_sym_DASH] = ACTIONS(3137), + [anon_sym_STAR] = ACTIONS(3137), + [anon_sym_SLASH] = ACTIONS(3137), + [anon_sym_PERCENT] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3137), + [anon_sym_GT] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3135), + [anon_sym_struct] = ACTIONS(3137), + [anon_sym_union] = ACTIONS(3137), + [anon_sym_pub] = ACTIONS(3137), + [anon_sym_mut] = ACTIONS(3137), + [anon_sym_enum] = ACTIONS(3137), + [anon_sym_interface] = ACTIONS(3137), + [anon_sym_PLUS_PLUS] = ACTIONS(3137), + [anon_sym_DASH_DASH] = ACTIONS(3137), + [anon_sym_QMARK] = ACTIONS(3137), + [anon_sym_BANG] = ACTIONS(3137), + [anon_sym_go] = ACTIONS(3137), + [anon_sym_spawn] = ACTIONS(3137), + [anon_sym_json_DOTdecode] = ACTIONS(3137), + [anon_sym_LBRACK2] = ACTIONS(3137), + [anon_sym_TILDE] = ACTIONS(3137), + [anon_sym_CARET] = ACTIONS(3137), + [anon_sym_AMP] = ACTIONS(3137), + [anon_sym_LT_DASH] = ACTIONS(3137), + [anon_sym_LT_LT] = ACTIONS(3137), + [anon_sym_GT_GT] = ACTIONS(3137), + [anon_sym_GT_GT_GT] = ACTIONS(3137), + [anon_sym_AMP_CARET] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_or] = ACTIONS(3137), + [sym_none] = ACTIONS(3137), + [sym_true] = ACTIONS(3137), + [sym_false] = ACTIONS(3137), + [sym_nil] = ACTIONS(3137), + [anon_sym_QMARK_DOT] = ACTIONS(3137), + [anon_sym_POUND_LBRACK] = ACTIONS(3137), + [anon_sym_if] = ACTIONS(3137), + [anon_sym_DOLLARif] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3137), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_in] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_match] = ACTIONS(3137), + [anon_sym_select] = ACTIONS(3137), + [anon_sym_lock] = ACTIONS(3137), + [anon_sym_rlock] = ACTIONS(3137), + [anon_sym_unsafe] = ACTIONS(3137), + [anon_sym_sql] = ACTIONS(3137), + [sym_int_literal] = ACTIONS(3137), + [sym_float_literal] = ACTIONS(3137), + [sym_rune_literal] = ACTIONS(3137), + [sym_pseudo_compile_time_identifier] = ACTIONS(3137), + [anon_sym_shared] = ACTIONS(3137), + [anon_sym_map_LBRACK] = ACTIONS(3137), + [anon_sym_chan] = ACTIONS(3137), + [anon_sym_thread] = ACTIONS(3137), + [anon_sym_atomic] = ACTIONS(3137), + [anon_sym_assert] = ACTIONS(3137), + [anon_sym_defer] = ACTIONS(3137), + [anon_sym_goto] = ACTIONS(3137), + [anon_sym_break] = ACTIONS(3137), + [anon_sym_continue] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(3137), + [anon_sym_DOLLARfor] = ACTIONS(3137), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_POUND] = ACTIONS(3137), + [anon_sym_asm] = ACTIONS(3137), + [anon_sym_AT_LBRACK] = ACTIONS(3137), + [sym___double_quote] = ACTIONS(3137), + [sym___single_quote] = ACTIONS(3137), + [sym___c_double_quote] = ACTIONS(3137), + [sym___c_single_quote] = ACTIONS(3137), + [sym___r_double_quote] = ACTIONS(3137), + [sym___r_single_quote] = ACTIONS(3137), }, [1023] = { [sym_line_comment] = STATE(1023), [sym_block_comment] = STATE(1023), - [ts_builtin_sym_end] = ACTIONS(3409), - [sym_identifier] = ACTIONS(3411), - [anon_sym_LF] = ACTIONS(3411), - [anon_sym_CR] = ACTIONS(3411), - [anon_sym_CR_LF] = ACTIONS(3411), + [ts_builtin_sym_end] = ACTIONS(3335), + [sym_identifier] = ACTIONS(3337), + [anon_sym_LF] = ACTIONS(3337), + [anon_sym_CR] = ACTIONS(3337), + [anon_sym_CR_LF] = ACTIONS(3337), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3411), - [anon_sym_as] = ACTIONS(3411), - [anon_sym_LBRACE] = ACTIONS(3411), - [anon_sym_COMMA] = ACTIONS(3411), - [anon_sym_const] = ACTIONS(3411), - [anon_sym_LPAREN] = ACTIONS(3411), - [anon_sym___global] = ACTIONS(3411), - [anon_sym_type] = ACTIONS(3411), - [anon_sym_PIPE] = ACTIONS(3411), - [anon_sym_fn] = ACTIONS(3411), - [anon_sym_PLUS] = ACTIONS(3411), - [anon_sym_DASH] = ACTIONS(3411), - [anon_sym_STAR] = ACTIONS(3411), - [anon_sym_SLASH] = ACTIONS(3411), - [anon_sym_PERCENT] = ACTIONS(3411), - [anon_sym_LT] = ACTIONS(3411), - [anon_sym_GT] = ACTIONS(3411), - [anon_sym_EQ_EQ] = ACTIONS(3411), - [anon_sym_BANG_EQ] = ACTIONS(3411), - [anon_sym_LT_EQ] = ACTIONS(3411), - [anon_sym_GT_EQ] = ACTIONS(3411), - [anon_sym_LBRACK] = ACTIONS(3409), - [anon_sym_struct] = ACTIONS(3411), - [anon_sym_union] = ACTIONS(3411), - [anon_sym_pub] = ACTIONS(3411), - [anon_sym_mut] = ACTIONS(3411), - [anon_sym_enum] = ACTIONS(3411), - [anon_sym_interface] = ACTIONS(3411), - [anon_sym_PLUS_PLUS] = ACTIONS(3411), - [anon_sym_DASH_DASH] = ACTIONS(3411), - [anon_sym_QMARK] = ACTIONS(3411), - [anon_sym_BANG] = ACTIONS(3411), - [anon_sym_go] = ACTIONS(3411), - [anon_sym_spawn] = ACTIONS(3411), - [anon_sym_json_DOTdecode] = ACTIONS(3411), - [anon_sym_LBRACK2] = ACTIONS(3411), - [anon_sym_TILDE] = ACTIONS(3411), - [anon_sym_CARET] = ACTIONS(3411), - [anon_sym_AMP] = ACTIONS(3411), - [anon_sym_LT_DASH] = ACTIONS(3411), - [anon_sym_LT_LT] = ACTIONS(3411), - [anon_sym_GT_GT] = ACTIONS(3411), - [anon_sym_GT_GT_GT] = ACTIONS(3411), - [anon_sym_AMP_CARET] = ACTIONS(3411), - [anon_sym_AMP_AMP] = ACTIONS(3411), - [anon_sym_PIPE_PIPE] = ACTIONS(3411), - [anon_sym_or] = ACTIONS(3411), - [sym_none] = ACTIONS(3411), - [sym_true] = ACTIONS(3411), - [sym_false] = ACTIONS(3411), - [sym_nil] = ACTIONS(3411), - [anon_sym_QMARK_DOT] = ACTIONS(3411), - [anon_sym_POUND_LBRACK] = ACTIONS(3411), - [anon_sym_if] = ACTIONS(3411), - [anon_sym_DOLLARif] = ACTIONS(3411), - [anon_sym_is] = ACTIONS(3411), - [anon_sym_BANGis] = ACTIONS(3411), - [anon_sym_in] = ACTIONS(3411), - [anon_sym_BANGin] = ACTIONS(3411), - [anon_sym_match] = ACTIONS(3411), - [anon_sym_select] = ACTIONS(3411), - [anon_sym_lock] = ACTIONS(3411), - [anon_sym_rlock] = ACTIONS(3411), - [anon_sym_unsafe] = ACTIONS(3411), - [anon_sym_sql] = ACTIONS(3411), - [sym_int_literal] = ACTIONS(3411), - [sym_float_literal] = ACTIONS(3411), - [sym_rune_literal] = ACTIONS(3411), - [sym_pseudo_compile_time_identifier] = ACTIONS(3411), - [anon_sym_shared] = ACTIONS(3411), - [anon_sym_map_LBRACK] = ACTIONS(3411), - [anon_sym_chan] = ACTIONS(3411), - [anon_sym_thread] = ACTIONS(3411), - [anon_sym_atomic] = ACTIONS(3411), - [anon_sym_assert] = ACTIONS(3411), - [anon_sym_defer] = ACTIONS(3411), - [anon_sym_goto] = ACTIONS(3411), - [anon_sym_break] = ACTIONS(3411), - [anon_sym_continue] = ACTIONS(3411), - [anon_sym_return] = ACTIONS(3411), - [anon_sym_DOLLARfor] = ACTIONS(3411), - [anon_sym_for] = ACTIONS(3411), - [anon_sym_POUND] = ACTIONS(3411), - [anon_sym_asm] = ACTIONS(3411), - [anon_sym_AT_LBRACK] = ACTIONS(3411), - [sym___double_quote] = ACTIONS(3411), - [sym___single_quote] = ACTIONS(3411), - [sym___c_double_quote] = ACTIONS(3411), - [sym___c_single_quote] = ACTIONS(3411), - [sym___r_double_quote] = ACTIONS(3411), - [sym___r_single_quote] = ACTIONS(3411), + [anon_sym_DOT] = ACTIONS(3337), + [anon_sym_as] = ACTIONS(3337), + [anon_sym_LBRACE] = ACTIONS(3337), + [anon_sym_COMMA] = ACTIONS(3337), + [anon_sym_const] = ACTIONS(3337), + [anon_sym_LPAREN] = ACTIONS(3337), + [anon_sym___global] = ACTIONS(3337), + [anon_sym_type] = ACTIONS(3337), + [anon_sym_PIPE] = ACTIONS(3337), + [anon_sym_fn] = ACTIONS(3337), + [anon_sym_PLUS] = ACTIONS(3337), + [anon_sym_DASH] = ACTIONS(3337), + [anon_sym_STAR] = ACTIONS(3337), + [anon_sym_SLASH] = ACTIONS(3337), + [anon_sym_PERCENT] = ACTIONS(3337), + [anon_sym_LT] = ACTIONS(3337), + [anon_sym_GT] = ACTIONS(3337), + [anon_sym_EQ_EQ] = ACTIONS(3337), + [anon_sym_BANG_EQ] = ACTIONS(3337), + [anon_sym_LT_EQ] = ACTIONS(3337), + [anon_sym_GT_EQ] = ACTIONS(3337), + [anon_sym_LBRACK] = ACTIONS(3335), + [anon_sym_struct] = ACTIONS(3337), + [anon_sym_union] = ACTIONS(3337), + [anon_sym_pub] = ACTIONS(3337), + [anon_sym_mut] = ACTIONS(3337), + [anon_sym_enum] = ACTIONS(3337), + [anon_sym_interface] = ACTIONS(3337), + [anon_sym_PLUS_PLUS] = ACTIONS(3337), + [anon_sym_DASH_DASH] = ACTIONS(3337), + [anon_sym_QMARK] = ACTIONS(3337), + [anon_sym_BANG] = ACTIONS(3337), + [anon_sym_go] = ACTIONS(3337), + [anon_sym_spawn] = ACTIONS(3337), + [anon_sym_json_DOTdecode] = ACTIONS(3337), + [anon_sym_LBRACK2] = ACTIONS(3337), + [anon_sym_TILDE] = ACTIONS(3337), + [anon_sym_CARET] = ACTIONS(3337), + [anon_sym_AMP] = ACTIONS(3337), + [anon_sym_LT_DASH] = ACTIONS(3337), + [anon_sym_LT_LT] = ACTIONS(3337), + [anon_sym_GT_GT] = ACTIONS(3337), + [anon_sym_GT_GT_GT] = ACTIONS(3337), + [anon_sym_AMP_CARET] = ACTIONS(3337), + [anon_sym_AMP_AMP] = ACTIONS(3337), + [anon_sym_PIPE_PIPE] = ACTIONS(3337), + [anon_sym_or] = ACTIONS(3337), + [sym_none] = ACTIONS(3337), + [sym_true] = ACTIONS(3337), + [sym_false] = ACTIONS(3337), + [sym_nil] = ACTIONS(3337), + [anon_sym_QMARK_DOT] = ACTIONS(3337), + [anon_sym_POUND_LBRACK] = ACTIONS(3337), + [anon_sym_if] = ACTIONS(3337), + [anon_sym_DOLLARif] = ACTIONS(3337), + [anon_sym_is] = ACTIONS(3337), + [anon_sym_BANGis] = ACTIONS(3337), + [anon_sym_in] = ACTIONS(3337), + [anon_sym_BANGin] = ACTIONS(3337), + [anon_sym_match] = ACTIONS(3337), + [anon_sym_select] = ACTIONS(3337), + [anon_sym_lock] = ACTIONS(3337), + [anon_sym_rlock] = ACTIONS(3337), + [anon_sym_unsafe] = ACTIONS(3337), + [anon_sym_sql] = ACTIONS(3337), + [sym_int_literal] = ACTIONS(3337), + [sym_float_literal] = ACTIONS(3337), + [sym_rune_literal] = ACTIONS(3337), + [sym_pseudo_compile_time_identifier] = ACTIONS(3337), + [anon_sym_shared] = ACTIONS(3337), + [anon_sym_map_LBRACK] = ACTIONS(3337), + [anon_sym_chan] = ACTIONS(3337), + [anon_sym_thread] = ACTIONS(3337), + [anon_sym_atomic] = ACTIONS(3337), + [anon_sym_assert] = ACTIONS(3337), + [anon_sym_defer] = ACTIONS(3337), + [anon_sym_goto] = ACTIONS(3337), + [anon_sym_break] = ACTIONS(3337), + [anon_sym_continue] = ACTIONS(3337), + [anon_sym_return] = ACTIONS(3337), + [anon_sym_DOLLARfor] = ACTIONS(3337), + [anon_sym_for] = ACTIONS(3337), + [anon_sym_POUND] = ACTIONS(3337), + [anon_sym_asm] = ACTIONS(3337), + [anon_sym_AT_LBRACK] = ACTIONS(3337), + [sym___double_quote] = ACTIONS(3337), + [sym___single_quote] = ACTIONS(3337), + [sym___c_double_quote] = ACTIONS(3337), + [sym___c_single_quote] = ACTIONS(3337), + [sym___r_double_quote] = ACTIONS(3337), + [sym___r_single_quote] = ACTIONS(3337), }, [1024] = { [sym_line_comment] = STATE(1024), [sym_block_comment] = STATE(1024), - [ts_builtin_sym_end] = ACTIONS(3425), - [sym_identifier] = ACTIONS(3427), - [anon_sym_LF] = ACTIONS(3427), - [anon_sym_CR] = ACTIONS(3427), - [anon_sym_CR_LF] = ACTIONS(3427), + [ts_builtin_sym_end] = ACTIONS(3343), + [sym_identifier] = ACTIONS(3345), + [anon_sym_LF] = ACTIONS(3345), + [anon_sym_CR] = ACTIONS(3345), + [anon_sym_CR_LF] = ACTIONS(3345), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3427), - [anon_sym_as] = ACTIONS(3427), - [anon_sym_LBRACE] = ACTIONS(3427), - [anon_sym_COMMA] = ACTIONS(3427), - [anon_sym_const] = ACTIONS(3427), - [anon_sym_LPAREN] = ACTIONS(3427), - [anon_sym___global] = ACTIONS(3427), - [anon_sym_type] = ACTIONS(3427), - [anon_sym_PIPE] = ACTIONS(3427), - [anon_sym_fn] = ACTIONS(3427), - [anon_sym_PLUS] = ACTIONS(3427), - [anon_sym_DASH] = ACTIONS(3427), - [anon_sym_STAR] = ACTIONS(3427), - [anon_sym_SLASH] = ACTIONS(3427), - [anon_sym_PERCENT] = ACTIONS(3427), - [anon_sym_LT] = ACTIONS(3427), - [anon_sym_GT] = ACTIONS(3427), - [anon_sym_EQ_EQ] = ACTIONS(3427), - [anon_sym_BANG_EQ] = ACTIONS(3427), - [anon_sym_LT_EQ] = ACTIONS(3427), - [anon_sym_GT_EQ] = ACTIONS(3427), - [anon_sym_LBRACK] = ACTIONS(3425), - [anon_sym_struct] = ACTIONS(3427), - [anon_sym_union] = ACTIONS(3427), - [anon_sym_pub] = ACTIONS(3427), - [anon_sym_mut] = ACTIONS(3427), - [anon_sym_enum] = ACTIONS(3427), - [anon_sym_interface] = ACTIONS(3427), - [anon_sym_PLUS_PLUS] = ACTIONS(3427), - [anon_sym_DASH_DASH] = ACTIONS(3427), - [anon_sym_QMARK] = ACTIONS(3427), - [anon_sym_BANG] = ACTIONS(3427), - [anon_sym_go] = ACTIONS(3427), - [anon_sym_spawn] = ACTIONS(3427), - [anon_sym_json_DOTdecode] = ACTIONS(3427), - [anon_sym_LBRACK2] = ACTIONS(3427), - [anon_sym_TILDE] = ACTIONS(3427), - [anon_sym_CARET] = ACTIONS(3427), - [anon_sym_AMP] = ACTIONS(3427), - [anon_sym_LT_DASH] = ACTIONS(3427), - [anon_sym_LT_LT] = ACTIONS(3427), - [anon_sym_GT_GT] = ACTIONS(3427), - [anon_sym_GT_GT_GT] = ACTIONS(3427), - [anon_sym_AMP_CARET] = ACTIONS(3427), - [anon_sym_AMP_AMP] = ACTIONS(3427), - [anon_sym_PIPE_PIPE] = ACTIONS(3427), - [anon_sym_or] = ACTIONS(3427), - [sym_none] = ACTIONS(3427), - [sym_true] = ACTIONS(3427), - [sym_false] = ACTIONS(3427), - [sym_nil] = ACTIONS(3427), - [anon_sym_QMARK_DOT] = ACTIONS(3427), - [anon_sym_POUND_LBRACK] = ACTIONS(3427), - [anon_sym_if] = ACTIONS(3427), - [anon_sym_DOLLARif] = ACTIONS(3427), - [anon_sym_is] = ACTIONS(3427), - [anon_sym_BANGis] = ACTIONS(3427), - [anon_sym_in] = ACTIONS(3427), - [anon_sym_BANGin] = ACTIONS(3427), - [anon_sym_match] = ACTIONS(3427), - [anon_sym_select] = ACTIONS(3427), - [anon_sym_lock] = ACTIONS(3427), - [anon_sym_rlock] = ACTIONS(3427), - [anon_sym_unsafe] = ACTIONS(3427), - [anon_sym_sql] = ACTIONS(3427), - [sym_int_literal] = ACTIONS(3427), - [sym_float_literal] = ACTIONS(3427), - [sym_rune_literal] = ACTIONS(3427), - [sym_pseudo_compile_time_identifier] = ACTIONS(3427), - [anon_sym_shared] = ACTIONS(3427), - [anon_sym_map_LBRACK] = ACTIONS(3427), - [anon_sym_chan] = ACTIONS(3427), - [anon_sym_thread] = ACTIONS(3427), - [anon_sym_atomic] = ACTIONS(3427), - [anon_sym_assert] = ACTIONS(3427), - [anon_sym_defer] = ACTIONS(3427), - [anon_sym_goto] = ACTIONS(3427), - [anon_sym_break] = ACTIONS(3427), - [anon_sym_continue] = ACTIONS(3427), - [anon_sym_return] = ACTIONS(3427), - [anon_sym_DOLLARfor] = ACTIONS(3427), - [anon_sym_for] = ACTIONS(3427), - [anon_sym_POUND] = ACTIONS(3427), - [anon_sym_asm] = ACTIONS(3427), - [anon_sym_AT_LBRACK] = ACTIONS(3427), - [sym___double_quote] = ACTIONS(3427), - [sym___single_quote] = ACTIONS(3427), - [sym___c_double_quote] = ACTIONS(3427), - [sym___c_single_quote] = ACTIONS(3427), - [sym___r_double_quote] = ACTIONS(3427), - [sym___r_single_quote] = ACTIONS(3427), + [anon_sym_DOT] = ACTIONS(3345), + [anon_sym_as] = ACTIONS(3345), + [anon_sym_LBRACE] = ACTIONS(3345), + [anon_sym_COMMA] = ACTIONS(3345), + [anon_sym_const] = ACTIONS(3345), + [anon_sym_LPAREN] = ACTIONS(3345), + [anon_sym___global] = ACTIONS(3345), + [anon_sym_type] = ACTIONS(3345), + [anon_sym_PIPE] = ACTIONS(3345), + [anon_sym_fn] = ACTIONS(3345), + [anon_sym_PLUS] = ACTIONS(3345), + [anon_sym_DASH] = ACTIONS(3345), + [anon_sym_STAR] = ACTIONS(3345), + [anon_sym_SLASH] = ACTIONS(3345), + [anon_sym_PERCENT] = ACTIONS(3345), + [anon_sym_LT] = ACTIONS(3345), + [anon_sym_GT] = ACTIONS(3345), + [anon_sym_EQ_EQ] = ACTIONS(3345), + [anon_sym_BANG_EQ] = ACTIONS(3345), + [anon_sym_LT_EQ] = ACTIONS(3345), + [anon_sym_GT_EQ] = ACTIONS(3345), + [anon_sym_LBRACK] = ACTIONS(3343), + [anon_sym_struct] = ACTIONS(3345), + [anon_sym_union] = ACTIONS(3345), + [anon_sym_pub] = ACTIONS(3345), + [anon_sym_mut] = ACTIONS(3345), + [anon_sym_enum] = ACTIONS(3345), + [anon_sym_interface] = ACTIONS(3345), + [anon_sym_PLUS_PLUS] = ACTIONS(3345), + [anon_sym_DASH_DASH] = ACTIONS(3345), + [anon_sym_QMARK] = ACTIONS(3345), + [anon_sym_BANG] = ACTIONS(3345), + [anon_sym_go] = ACTIONS(3345), + [anon_sym_spawn] = ACTIONS(3345), + [anon_sym_json_DOTdecode] = ACTIONS(3345), + [anon_sym_LBRACK2] = ACTIONS(3345), + [anon_sym_TILDE] = ACTIONS(3345), + [anon_sym_CARET] = ACTIONS(3345), + [anon_sym_AMP] = ACTIONS(3345), + [anon_sym_LT_DASH] = ACTIONS(3345), + [anon_sym_LT_LT] = ACTIONS(3345), + [anon_sym_GT_GT] = ACTIONS(3345), + [anon_sym_GT_GT_GT] = ACTIONS(3345), + [anon_sym_AMP_CARET] = ACTIONS(3345), + [anon_sym_AMP_AMP] = ACTIONS(3345), + [anon_sym_PIPE_PIPE] = ACTIONS(3345), + [anon_sym_or] = ACTIONS(3345), + [sym_none] = ACTIONS(3345), + [sym_true] = ACTIONS(3345), + [sym_false] = ACTIONS(3345), + [sym_nil] = ACTIONS(3345), + [anon_sym_QMARK_DOT] = ACTIONS(3345), + [anon_sym_POUND_LBRACK] = ACTIONS(3345), + [anon_sym_if] = ACTIONS(3345), + [anon_sym_DOLLARif] = ACTIONS(3345), + [anon_sym_is] = ACTIONS(3345), + [anon_sym_BANGis] = ACTIONS(3345), + [anon_sym_in] = ACTIONS(3345), + [anon_sym_BANGin] = ACTIONS(3345), + [anon_sym_match] = ACTIONS(3345), + [anon_sym_select] = ACTIONS(3345), + [anon_sym_lock] = ACTIONS(3345), + [anon_sym_rlock] = ACTIONS(3345), + [anon_sym_unsafe] = ACTIONS(3345), + [anon_sym_sql] = ACTIONS(3345), + [sym_int_literal] = ACTIONS(3345), + [sym_float_literal] = ACTIONS(3345), + [sym_rune_literal] = ACTIONS(3345), + [sym_pseudo_compile_time_identifier] = ACTIONS(3345), + [anon_sym_shared] = ACTIONS(3345), + [anon_sym_map_LBRACK] = ACTIONS(3345), + [anon_sym_chan] = ACTIONS(3345), + [anon_sym_thread] = ACTIONS(3345), + [anon_sym_atomic] = ACTIONS(3345), + [anon_sym_assert] = ACTIONS(3345), + [anon_sym_defer] = ACTIONS(3345), + [anon_sym_goto] = ACTIONS(3345), + [anon_sym_break] = ACTIONS(3345), + [anon_sym_continue] = ACTIONS(3345), + [anon_sym_return] = ACTIONS(3345), + [anon_sym_DOLLARfor] = ACTIONS(3345), + [anon_sym_for] = ACTIONS(3345), + [anon_sym_POUND] = ACTIONS(3345), + [anon_sym_asm] = ACTIONS(3345), + [anon_sym_AT_LBRACK] = ACTIONS(3345), + [sym___double_quote] = ACTIONS(3345), + [sym___single_quote] = ACTIONS(3345), + [sym___c_double_quote] = ACTIONS(3345), + [sym___c_single_quote] = ACTIONS(3345), + [sym___r_double_quote] = ACTIONS(3345), + [sym___r_single_quote] = ACTIONS(3345), }, [1025] = { [sym_line_comment] = STATE(1025), [sym_block_comment] = STATE(1025), - [ts_builtin_sym_end] = ACTIONS(2791), - [sym_identifier] = ACTIONS(2793), - [anon_sym_LF] = ACTIONS(2793), - [anon_sym_CR] = ACTIONS(2793), - [anon_sym_CR_LF] = ACTIONS(2793), + [ts_builtin_sym_end] = ACTIONS(3347), + [sym_identifier] = ACTIONS(3349), + [anon_sym_LF] = ACTIONS(3349), + [anon_sym_CR] = ACTIONS(3349), + [anon_sym_CR_LF] = ACTIONS(3349), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_as] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2793), - [anon_sym_COMMA] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2793), - [anon_sym___global] = ACTIONS(2793), - [anon_sym_type] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_fn] = ACTIONS(2793), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_SLASH] = ACTIONS(2793), - [anon_sym_PERCENT] = ACTIONS(2793), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_GT] = ACTIONS(2793), - [anon_sym_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ] = ACTIONS(2793), - [anon_sym_LT_EQ] = ACTIONS(2793), - [anon_sym_GT_EQ] = ACTIONS(2793), - [anon_sym_LBRACK] = ACTIONS(2791), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_pub] = ACTIONS(2793), - [anon_sym_mut] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_interface] = ACTIONS(2793), - [anon_sym_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2793), - [anon_sym_QMARK] = ACTIONS(2793), - [anon_sym_BANG] = ACTIONS(2793), - [anon_sym_go] = ACTIONS(2793), - [anon_sym_spawn] = ACTIONS(2793), - [anon_sym_json_DOTdecode] = ACTIONS(2793), - [anon_sym_LBRACK2] = ACTIONS(2793), - [anon_sym_TILDE] = ACTIONS(2793), - [anon_sym_CARET] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_LT_DASH] = ACTIONS(2793), - [anon_sym_LT_LT] = ACTIONS(2793), - [anon_sym_GT_GT] = ACTIONS(2793), - [anon_sym_GT_GT_GT] = ACTIONS(2793), - [anon_sym_AMP_CARET] = ACTIONS(2793), - [anon_sym_AMP_AMP] = ACTIONS(2793), - [anon_sym_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_or] = ACTIONS(2793), - [sym_none] = ACTIONS(2793), - [sym_true] = ACTIONS(2793), - [sym_false] = ACTIONS(2793), - [sym_nil] = ACTIONS(2793), - [anon_sym_QMARK_DOT] = ACTIONS(2793), - [anon_sym_POUND_LBRACK] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_DOLLARif] = ACTIONS(2793), - [anon_sym_is] = ACTIONS(2793), - [anon_sym_BANGis] = ACTIONS(2793), - [anon_sym_in] = ACTIONS(2793), - [anon_sym_BANGin] = ACTIONS(2793), - [anon_sym_match] = ACTIONS(2793), - [anon_sym_select] = ACTIONS(2793), - [anon_sym_lock] = ACTIONS(2793), - [anon_sym_rlock] = ACTIONS(2793), - [anon_sym_unsafe] = ACTIONS(2793), - [anon_sym_sql] = ACTIONS(2793), - [sym_int_literal] = ACTIONS(2793), - [sym_float_literal] = ACTIONS(2793), - [sym_rune_literal] = ACTIONS(2793), - [sym_pseudo_compile_time_identifier] = ACTIONS(2793), - [anon_sym_shared] = ACTIONS(2793), - [anon_sym_map_LBRACK] = ACTIONS(2793), - [anon_sym_chan] = ACTIONS(2793), - [anon_sym_thread] = ACTIONS(2793), - [anon_sym_atomic] = ACTIONS(2793), - [anon_sym_assert] = ACTIONS(2793), - [anon_sym_defer] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_DOLLARfor] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_POUND] = ACTIONS(2793), - [anon_sym_asm] = ACTIONS(2793), - [anon_sym_AT_LBRACK] = ACTIONS(2793), - [sym___double_quote] = ACTIONS(2793), - [sym___single_quote] = ACTIONS(2793), - [sym___c_double_quote] = ACTIONS(2793), - [sym___c_single_quote] = ACTIONS(2793), - [sym___r_double_quote] = ACTIONS(2793), - [sym___r_single_quote] = ACTIONS(2793), + [anon_sym_DOT] = ACTIONS(3349), + [anon_sym_as] = ACTIONS(3349), + [anon_sym_LBRACE] = ACTIONS(3349), + [anon_sym_COMMA] = ACTIONS(3349), + [anon_sym_const] = ACTIONS(3349), + [anon_sym_LPAREN] = ACTIONS(3349), + [anon_sym___global] = ACTIONS(3349), + [anon_sym_type] = ACTIONS(3349), + [anon_sym_PIPE] = ACTIONS(3349), + [anon_sym_fn] = ACTIONS(3349), + [anon_sym_PLUS] = ACTIONS(3349), + [anon_sym_DASH] = ACTIONS(3349), + [anon_sym_STAR] = ACTIONS(3349), + [anon_sym_SLASH] = ACTIONS(3349), + [anon_sym_PERCENT] = ACTIONS(3349), + [anon_sym_LT] = ACTIONS(3349), + [anon_sym_GT] = ACTIONS(3349), + [anon_sym_EQ_EQ] = ACTIONS(3349), + [anon_sym_BANG_EQ] = ACTIONS(3349), + [anon_sym_LT_EQ] = ACTIONS(3349), + [anon_sym_GT_EQ] = ACTIONS(3349), + [anon_sym_LBRACK] = ACTIONS(3347), + [anon_sym_struct] = ACTIONS(3349), + [anon_sym_union] = ACTIONS(3349), + [anon_sym_pub] = ACTIONS(3349), + [anon_sym_mut] = ACTIONS(3349), + [anon_sym_enum] = ACTIONS(3349), + [anon_sym_interface] = ACTIONS(3349), + [anon_sym_PLUS_PLUS] = ACTIONS(3349), + [anon_sym_DASH_DASH] = ACTIONS(3349), + [anon_sym_QMARK] = ACTIONS(3349), + [anon_sym_BANG] = ACTIONS(3349), + [anon_sym_go] = ACTIONS(3349), + [anon_sym_spawn] = ACTIONS(3349), + [anon_sym_json_DOTdecode] = ACTIONS(3349), + [anon_sym_LBRACK2] = ACTIONS(3349), + [anon_sym_TILDE] = ACTIONS(3349), + [anon_sym_CARET] = ACTIONS(3349), + [anon_sym_AMP] = ACTIONS(3349), + [anon_sym_LT_DASH] = ACTIONS(3349), + [anon_sym_LT_LT] = ACTIONS(3349), + [anon_sym_GT_GT] = ACTIONS(3349), + [anon_sym_GT_GT_GT] = ACTIONS(3349), + [anon_sym_AMP_CARET] = ACTIONS(3349), + [anon_sym_AMP_AMP] = ACTIONS(3349), + [anon_sym_PIPE_PIPE] = ACTIONS(3349), + [anon_sym_or] = ACTIONS(3349), + [sym_none] = ACTIONS(3349), + [sym_true] = ACTIONS(3349), + [sym_false] = ACTIONS(3349), + [sym_nil] = ACTIONS(3349), + [anon_sym_QMARK_DOT] = ACTIONS(3349), + [anon_sym_POUND_LBRACK] = ACTIONS(3349), + [anon_sym_if] = ACTIONS(3349), + [anon_sym_DOLLARif] = ACTIONS(3349), + [anon_sym_is] = ACTIONS(3349), + [anon_sym_BANGis] = ACTIONS(3349), + [anon_sym_in] = ACTIONS(3349), + [anon_sym_BANGin] = ACTIONS(3349), + [anon_sym_match] = ACTIONS(3349), + [anon_sym_select] = ACTIONS(3349), + [anon_sym_lock] = ACTIONS(3349), + [anon_sym_rlock] = ACTIONS(3349), + [anon_sym_unsafe] = ACTIONS(3349), + [anon_sym_sql] = ACTIONS(3349), + [sym_int_literal] = ACTIONS(3349), + [sym_float_literal] = ACTIONS(3349), + [sym_rune_literal] = ACTIONS(3349), + [sym_pseudo_compile_time_identifier] = ACTIONS(3349), + [anon_sym_shared] = ACTIONS(3349), + [anon_sym_map_LBRACK] = ACTIONS(3349), + [anon_sym_chan] = ACTIONS(3349), + [anon_sym_thread] = ACTIONS(3349), + [anon_sym_atomic] = ACTIONS(3349), + [anon_sym_assert] = ACTIONS(3349), + [anon_sym_defer] = ACTIONS(3349), + [anon_sym_goto] = ACTIONS(3349), + [anon_sym_break] = ACTIONS(3349), + [anon_sym_continue] = ACTIONS(3349), + [anon_sym_return] = ACTIONS(3349), + [anon_sym_DOLLARfor] = ACTIONS(3349), + [anon_sym_for] = ACTIONS(3349), + [anon_sym_POUND] = ACTIONS(3349), + [anon_sym_asm] = ACTIONS(3349), + [anon_sym_AT_LBRACK] = ACTIONS(3349), + [sym___double_quote] = ACTIONS(3349), + [sym___single_quote] = ACTIONS(3349), + [sym___c_double_quote] = ACTIONS(3349), + [sym___c_single_quote] = ACTIONS(3349), + [sym___r_double_quote] = ACTIONS(3349), + [sym___r_single_quote] = ACTIONS(3349), }, [1026] = { [sym_line_comment] = STATE(1026), [sym_block_comment] = STATE(1026), - [ts_builtin_sym_end] = ACTIONS(2829), - [sym_identifier] = ACTIONS(2831), - [anon_sym_LF] = ACTIONS(2831), - [anon_sym_CR] = ACTIONS(2831), - [anon_sym_CR_LF] = ACTIONS(2831), + [ts_builtin_sym_end] = ACTIONS(3355), + [sym_identifier] = ACTIONS(3357), + [anon_sym_LF] = ACTIONS(3357), + [anon_sym_CR] = ACTIONS(3357), + [anon_sym_CR_LF] = ACTIONS(3357), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2831), - [anon_sym_as] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2833), - [anon_sym_COMMA] = ACTIONS(2831), - [anon_sym_const] = ACTIONS(2831), - [anon_sym_LPAREN] = ACTIONS(2831), - [anon_sym___global] = ACTIONS(2831), - [anon_sym_type] = ACTIONS(2831), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_fn] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2831), - [anon_sym_SLASH] = ACTIONS(2831), - [anon_sym_PERCENT] = ACTIONS(2831), - [anon_sym_LT] = ACTIONS(2831), - [anon_sym_GT] = ACTIONS(2831), - [anon_sym_EQ_EQ] = ACTIONS(2831), - [anon_sym_BANG_EQ] = ACTIONS(2831), - [anon_sym_LT_EQ] = ACTIONS(2831), - [anon_sym_GT_EQ] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2836), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_union] = ACTIONS(2831), - [anon_sym_pub] = ACTIONS(2831), - [anon_sym_mut] = ACTIONS(2831), - [anon_sym_enum] = ACTIONS(2831), - [anon_sym_interface] = ACTIONS(2831), - [anon_sym_PLUS_PLUS] = ACTIONS(2831), - [anon_sym_DASH_DASH] = ACTIONS(2831), - [anon_sym_QMARK] = ACTIONS(2831), - [anon_sym_BANG] = ACTIONS(2831), - [anon_sym_go] = ACTIONS(2831), - [anon_sym_spawn] = ACTIONS(2831), - [anon_sym_json_DOTdecode] = ACTIONS(2831), - [anon_sym_LBRACK2] = ACTIONS(2831), - [anon_sym_TILDE] = ACTIONS(2831), - [anon_sym_CARET] = ACTIONS(2831), - [anon_sym_AMP] = ACTIONS(2831), - [anon_sym_LT_DASH] = ACTIONS(2831), - [anon_sym_LT_LT] = ACTIONS(2831), - [anon_sym_GT_GT] = ACTIONS(2831), - [anon_sym_GT_GT_GT] = ACTIONS(2831), - [anon_sym_AMP_CARET] = ACTIONS(2831), - [anon_sym_AMP_AMP] = ACTIONS(2831), - [anon_sym_PIPE_PIPE] = ACTIONS(2831), - [anon_sym_or] = ACTIONS(2831), - [sym_none] = ACTIONS(2831), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [sym_nil] = ACTIONS(2831), - [anon_sym_QMARK_DOT] = ACTIONS(2831), - [anon_sym_POUND_LBRACK] = ACTIONS(2831), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_DOLLARif] = ACTIONS(2831), - [anon_sym_is] = ACTIONS(2831), - [anon_sym_BANGis] = ACTIONS(2831), - [anon_sym_in] = ACTIONS(2831), - [anon_sym_BANGin] = ACTIONS(2831), - [anon_sym_match] = ACTIONS(2831), - [anon_sym_select] = ACTIONS(2831), - [anon_sym_lock] = ACTIONS(2831), - [anon_sym_rlock] = ACTIONS(2831), - [anon_sym_unsafe] = ACTIONS(2831), - [anon_sym_sql] = ACTIONS(2831), - [sym_int_literal] = ACTIONS(2831), - [sym_float_literal] = ACTIONS(2831), - [sym_rune_literal] = ACTIONS(2831), - [sym_pseudo_compile_time_identifier] = ACTIONS(2831), - [anon_sym_shared] = ACTIONS(2831), - [anon_sym_map_LBRACK] = ACTIONS(2831), - [anon_sym_chan] = ACTIONS(2831), - [anon_sym_thread] = ACTIONS(2831), - [anon_sym_atomic] = ACTIONS(2831), - [anon_sym_assert] = ACTIONS(2831), - [anon_sym_defer] = ACTIONS(2831), - [anon_sym_goto] = ACTIONS(2831), - [anon_sym_break] = ACTIONS(2831), - [anon_sym_continue] = ACTIONS(2831), - [anon_sym_return] = ACTIONS(2831), - [anon_sym_DOLLARfor] = ACTIONS(2831), - [anon_sym_for] = ACTIONS(2831), - [anon_sym_POUND] = ACTIONS(2831), - [anon_sym_asm] = ACTIONS(2831), - [anon_sym_AT_LBRACK] = ACTIONS(2831), - [sym___double_quote] = ACTIONS(2831), - [sym___single_quote] = ACTIONS(2831), - [sym___c_double_quote] = ACTIONS(2831), - [sym___c_single_quote] = ACTIONS(2831), - [sym___r_double_quote] = ACTIONS(2831), - [sym___r_single_quote] = ACTIONS(2831), + [anon_sym_DOT] = ACTIONS(3357), + [anon_sym_as] = ACTIONS(3357), + [anon_sym_LBRACE] = ACTIONS(3357), + [anon_sym_COMMA] = ACTIONS(3357), + [anon_sym_const] = ACTIONS(3357), + [anon_sym_LPAREN] = ACTIONS(3357), + [anon_sym___global] = ACTIONS(3357), + [anon_sym_type] = ACTIONS(3357), + [anon_sym_PIPE] = ACTIONS(3357), + [anon_sym_fn] = ACTIONS(3357), + [anon_sym_PLUS] = ACTIONS(3357), + [anon_sym_DASH] = ACTIONS(3357), + [anon_sym_STAR] = ACTIONS(3357), + [anon_sym_SLASH] = ACTIONS(3357), + [anon_sym_PERCENT] = ACTIONS(3357), + [anon_sym_LT] = ACTIONS(3357), + [anon_sym_GT] = ACTIONS(3357), + [anon_sym_EQ_EQ] = ACTIONS(3357), + [anon_sym_BANG_EQ] = ACTIONS(3357), + [anon_sym_LT_EQ] = ACTIONS(3357), + [anon_sym_GT_EQ] = ACTIONS(3357), + [anon_sym_LBRACK] = ACTIONS(3355), + [anon_sym_struct] = ACTIONS(3357), + [anon_sym_union] = ACTIONS(3357), + [anon_sym_pub] = ACTIONS(3357), + [anon_sym_mut] = ACTIONS(3357), + [anon_sym_enum] = ACTIONS(3357), + [anon_sym_interface] = ACTIONS(3357), + [anon_sym_PLUS_PLUS] = ACTIONS(3357), + [anon_sym_DASH_DASH] = ACTIONS(3357), + [anon_sym_QMARK] = ACTIONS(3357), + [anon_sym_BANG] = ACTIONS(3357), + [anon_sym_go] = ACTIONS(3357), + [anon_sym_spawn] = ACTIONS(3357), + [anon_sym_json_DOTdecode] = ACTIONS(3357), + [anon_sym_LBRACK2] = ACTIONS(3357), + [anon_sym_TILDE] = ACTIONS(3357), + [anon_sym_CARET] = ACTIONS(3357), + [anon_sym_AMP] = ACTIONS(3357), + [anon_sym_LT_DASH] = ACTIONS(3357), + [anon_sym_LT_LT] = ACTIONS(3357), + [anon_sym_GT_GT] = ACTIONS(3357), + [anon_sym_GT_GT_GT] = ACTIONS(3357), + [anon_sym_AMP_CARET] = ACTIONS(3357), + [anon_sym_AMP_AMP] = ACTIONS(3357), + [anon_sym_PIPE_PIPE] = ACTIONS(3357), + [anon_sym_or] = ACTIONS(3357), + [sym_none] = ACTIONS(3357), + [sym_true] = ACTIONS(3357), + [sym_false] = ACTIONS(3357), + [sym_nil] = ACTIONS(3357), + [anon_sym_QMARK_DOT] = ACTIONS(3357), + [anon_sym_POUND_LBRACK] = ACTIONS(3357), + [anon_sym_if] = ACTIONS(3357), + [anon_sym_DOLLARif] = ACTIONS(3357), + [anon_sym_is] = ACTIONS(3357), + [anon_sym_BANGis] = ACTIONS(3357), + [anon_sym_in] = ACTIONS(3357), + [anon_sym_BANGin] = ACTIONS(3357), + [anon_sym_match] = ACTIONS(3357), + [anon_sym_select] = ACTIONS(3357), + [anon_sym_lock] = ACTIONS(3357), + [anon_sym_rlock] = ACTIONS(3357), + [anon_sym_unsafe] = ACTIONS(3357), + [anon_sym_sql] = ACTIONS(3357), + [sym_int_literal] = ACTIONS(3357), + [sym_float_literal] = ACTIONS(3357), + [sym_rune_literal] = ACTIONS(3357), + [sym_pseudo_compile_time_identifier] = ACTIONS(3357), + [anon_sym_shared] = ACTIONS(3357), + [anon_sym_map_LBRACK] = ACTIONS(3357), + [anon_sym_chan] = ACTIONS(3357), + [anon_sym_thread] = ACTIONS(3357), + [anon_sym_atomic] = ACTIONS(3357), + [anon_sym_assert] = ACTIONS(3357), + [anon_sym_defer] = ACTIONS(3357), + [anon_sym_goto] = ACTIONS(3357), + [anon_sym_break] = ACTIONS(3357), + [anon_sym_continue] = ACTIONS(3357), + [anon_sym_return] = ACTIONS(3357), + [anon_sym_DOLLARfor] = ACTIONS(3357), + [anon_sym_for] = ACTIONS(3357), + [anon_sym_POUND] = ACTIONS(3357), + [anon_sym_asm] = ACTIONS(3357), + [anon_sym_AT_LBRACK] = ACTIONS(3357), + [sym___double_quote] = ACTIONS(3357), + [sym___single_quote] = ACTIONS(3357), + [sym___c_double_quote] = ACTIONS(3357), + [sym___c_single_quote] = ACTIONS(3357), + [sym___r_double_quote] = ACTIONS(3357), + [sym___r_single_quote] = ACTIONS(3357), }, [1027] = { [sym_line_comment] = STATE(1027), [sym_block_comment] = STATE(1027), - [ts_builtin_sym_end] = ACTIONS(3015), - [sym_identifier] = ACTIONS(3017), - [anon_sym_LF] = ACTIONS(3017), - [anon_sym_CR] = ACTIONS(3017), - [anon_sym_CR_LF] = ACTIONS(3017), + [ts_builtin_sym_end] = ACTIONS(3363), + [sym_identifier] = ACTIONS(3365), + [anon_sym_LF] = ACTIONS(3365), + [anon_sym_CR] = ACTIONS(3365), + [anon_sym_CR_LF] = ACTIONS(3365), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3017), - [anon_sym_as] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3017), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_const] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(3017), - [anon_sym___global] = ACTIONS(3017), - [anon_sym_type] = ACTIONS(3017), - [anon_sym_PIPE] = ACTIONS(3017), - [anon_sym_fn] = ACTIONS(3017), - [anon_sym_PLUS] = ACTIONS(3017), - [anon_sym_DASH] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_SLASH] = ACTIONS(3017), - [anon_sym_PERCENT] = ACTIONS(3017), - [anon_sym_LT] = ACTIONS(3017), - [anon_sym_GT] = ACTIONS(3017), - [anon_sym_EQ_EQ] = ACTIONS(3017), - [anon_sym_BANG_EQ] = ACTIONS(3017), - [anon_sym_LT_EQ] = ACTIONS(3017), - [anon_sym_GT_EQ] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_struct] = ACTIONS(3017), - [anon_sym_union] = ACTIONS(3017), - [anon_sym_pub] = ACTIONS(3017), - [anon_sym_mut] = ACTIONS(3017), - [anon_sym_enum] = ACTIONS(3017), - [anon_sym_interface] = ACTIONS(3017), - [anon_sym_PLUS_PLUS] = ACTIONS(3017), - [anon_sym_DASH_DASH] = ACTIONS(3017), - [anon_sym_QMARK] = ACTIONS(3017), - [anon_sym_BANG] = ACTIONS(3017), - [anon_sym_go] = ACTIONS(3017), - [anon_sym_spawn] = ACTIONS(3017), - [anon_sym_json_DOTdecode] = ACTIONS(3017), - [anon_sym_LBRACK2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_CARET] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_LT_DASH] = ACTIONS(3017), - [anon_sym_LT_LT] = ACTIONS(3017), - [anon_sym_GT_GT] = ACTIONS(3017), - [anon_sym_GT_GT_GT] = ACTIONS(3017), - [anon_sym_AMP_CARET] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_PIPE_PIPE] = ACTIONS(3017), - [anon_sym_or] = ACTIONS(3017), - [sym_none] = ACTIONS(3017), - [sym_true] = ACTIONS(3017), - [sym_false] = ACTIONS(3017), - [sym_nil] = ACTIONS(3017), - [anon_sym_QMARK_DOT] = ACTIONS(3017), - [anon_sym_POUND_LBRACK] = ACTIONS(3017), - [anon_sym_if] = ACTIONS(3017), - [anon_sym_DOLLARif] = ACTIONS(3017), - [anon_sym_is] = ACTIONS(3017), - [anon_sym_BANGis] = ACTIONS(3017), - [anon_sym_in] = ACTIONS(3017), - [anon_sym_BANGin] = ACTIONS(3017), - [anon_sym_match] = ACTIONS(3017), - [anon_sym_select] = ACTIONS(3017), - [anon_sym_lock] = ACTIONS(3017), - [anon_sym_rlock] = ACTIONS(3017), - [anon_sym_unsafe] = ACTIONS(3017), - [anon_sym_sql] = ACTIONS(3017), - [sym_int_literal] = ACTIONS(3017), - [sym_float_literal] = ACTIONS(3017), - [sym_rune_literal] = ACTIONS(3017), - [sym_pseudo_compile_time_identifier] = ACTIONS(3017), - [anon_sym_shared] = ACTIONS(3017), - [anon_sym_map_LBRACK] = ACTIONS(3017), - [anon_sym_chan] = ACTIONS(3017), - [anon_sym_thread] = ACTIONS(3017), - [anon_sym_atomic] = ACTIONS(3017), - [anon_sym_assert] = ACTIONS(3017), - [anon_sym_defer] = ACTIONS(3017), - [anon_sym_goto] = ACTIONS(3017), - [anon_sym_break] = ACTIONS(3017), - [anon_sym_continue] = ACTIONS(3017), - [anon_sym_return] = ACTIONS(3017), - [anon_sym_DOLLARfor] = ACTIONS(3017), - [anon_sym_for] = ACTIONS(3017), - [anon_sym_POUND] = ACTIONS(3017), - [anon_sym_asm] = ACTIONS(3017), - [anon_sym_AT_LBRACK] = ACTIONS(3017), - [sym___double_quote] = ACTIONS(3017), - [sym___single_quote] = ACTIONS(3017), - [sym___c_double_quote] = ACTIONS(3017), - [sym___c_single_quote] = ACTIONS(3017), - [sym___r_double_quote] = ACTIONS(3017), - [sym___r_single_quote] = ACTIONS(3017), + [anon_sym_DOT] = ACTIONS(3365), + [anon_sym_as] = ACTIONS(3365), + [anon_sym_LBRACE] = ACTIONS(3365), + [anon_sym_COMMA] = ACTIONS(3365), + [anon_sym_const] = ACTIONS(3365), + [anon_sym_LPAREN] = ACTIONS(3365), + [anon_sym___global] = ACTIONS(3365), + [anon_sym_type] = ACTIONS(3365), + [anon_sym_PIPE] = ACTIONS(3365), + [anon_sym_fn] = ACTIONS(3365), + [anon_sym_PLUS] = ACTIONS(3365), + [anon_sym_DASH] = ACTIONS(3365), + [anon_sym_STAR] = ACTIONS(3365), + [anon_sym_SLASH] = ACTIONS(3365), + [anon_sym_PERCENT] = ACTIONS(3365), + [anon_sym_LT] = ACTIONS(3365), + [anon_sym_GT] = ACTIONS(3365), + [anon_sym_EQ_EQ] = ACTIONS(3365), + [anon_sym_BANG_EQ] = ACTIONS(3365), + [anon_sym_LT_EQ] = ACTIONS(3365), + [anon_sym_GT_EQ] = ACTIONS(3365), + [anon_sym_LBRACK] = ACTIONS(3363), + [anon_sym_struct] = ACTIONS(3365), + [anon_sym_union] = ACTIONS(3365), + [anon_sym_pub] = ACTIONS(3365), + [anon_sym_mut] = ACTIONS(3365), + [anon_sym_enum] = ACTIONS(3365), + [anon_sym_interface] = ACTIONS(3365), + [anon_sym_PLUS_PLUS] = ACTIONS(3365), + [anon_sym_DASH_DASH] = ACTIONS(3365), + [anon_sym_QMARK] = ACTIONS(3365), + [anon_sym_BANG] = ACTIONS(3365), + [anon_sym_go] = ACTIONS(3365), + [anon_sym_spawn] = ACTIONS(3365), + [anon_sym_json_DOTdecode] = ACTIONS(3365), + [anon_sym_LBRACK2] = ACTIONS(3365), + [anon_sym_TILDE] = ACTIONS(3365), + [anon_sym_CARET] = ACTIONS(3365), + [anon_sym_AMP] = ACTIONS(3365), + [anon_sym_LT_DASH] = ACTIONS(3365), + [anon_sym_LT_LT] = ACTIONS(3365), + [anon_sym_GT_GT] = ACTIONS(3365), + [anon_sym_GT_GT_GT] = ACTIONS(3365), + [anon_sym_AMP_CARET] = ACTIONS(3365), + [anon_sym_AMP_AMP] = ACTIONS(3365), + [anon_sym_PIPE_PIPE] = ACTIONS(3365), + [anon_sym_or] = ACTIONS(3365), + [sym_none] = ACTIONS(3365), + [sym_true] = ACTIONS(3365), + [sym_false] = ACTIONS(3365), + [sym_nil] = ACTIONS(3365), + [anon_sym_QMARK_DOT] = ACTIONS(3365), + [anon_sym_POUND_LBRACK] = ACTIONS(3365), + [anon_sym_if] = ACTIONS(3365), + [anon_sym_DOLLARif] = ACTIONS(3365), + [anon_sym_is] = ACTIONS(3365), + [anon_sym_BANGis] = ACTIONS(3365), + [anon_sym_in] = ACTIONS(3365), + [anon_sym_BANGin] = ACTIONS(3365), + [anon_sym_match] = ACTIONS(3365), + [anon_sym_select] = ACTIONS(3365), + [anon_sym_lock] = ACTIONS(3365), + [anon_sym_rlock] = ACTIONS(3365), + [anon_sym_unsafe] = ACTIONS(3365), + [anon_sym_sql] = ACTIONS(3365), + [sym_int_literal] = ACTIONS(3365), + [sym_float_literal] = ACTIONS(3365), + [sym_rune_literal] = ACTIONS(3365), + [sym_pseudo_compile_time_identifier] = ACTIONS(3365), + [anon_sym_shared] = ACTIONS(3365), + [anon_sym_map_LBRACK] = ACTIONS(3365), + [anon_sym_chan] = ACTIONS(3365), + [anon_sym_thread] = ACTIONS(3365), + [anon_sym_atomic] = ACTIONS(3365), + [anon_sym_assert] = ACTIONS(3365), + [anon_sym_defer] = ACTIONS(3365), + [anon_sym_goto] = ACTIONS(3365), + [anon_sym_break] = ACTIONS(3365), + [anon_sym_continue] = ACTIONS(3365), + [anon_sym_return] = ACTIONS(3365), + [anon_sym_DOLLARfor] = ACTIONS(3365), + [anon_sym_for] = ACTIONS(3365), + [anon_sym_POUND] = ACTIONS(3365), + [anon_sym_asm] = ACTIONS(3365), + [anon_sym_AT_LBRACK] = ACTIONS(3365), + [sym___double_quote] = ACTIONS(3365), + [sym___single_quote] = ACTIONS(3365), + [sym___c_double_quote] = ACTIONS(3365), + [sym___c_single_quote] = ACTIONS(3365), + [sym___r_double_quote] = ACTIONS(3365), + [sym___r_single_quote] = ACTIONS(3365), }, [1028] = { [sym_line_comment] = STATE(1028), [sym_block_comment] = STATE(1028), - [ts_builtin_sym_end] = ACTIONS(3011), - [sym_identifier] = ACTIONS(3013), - [anon_sym_LF] = ACTIONS(3013), - [anon_sym_CR] = ACTIONS(3013), - [anon_sym_CR_LF] = ACTIONS(3013), + [ts_builtin_sym_end] = ACTIONS(3049), + [sym_identifier] = ACTIONS(3051), + [anon_sym_LF] = ACTIONS(3051), + [anon_sym_CR] = ACTIONS(3051), + [anon_sym_CR_LF] = ACTIONS(3051), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3013), - [anon_sym_as] = ACTIONS(3013), - [anon_sym_LBRACE] = ACTIONS(3013), - [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_const] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3013), - [anon_sym___global] = ACTIONS(3013), - [anon_sym_type] = ACTIONS(3013), - [anon_sym_PIPE] = ACTIONS(3013), - [anon_sym_fn] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3013), - [anon_sym_SLASH] = ACTIONS(3013), - [anon_sym_PERCENT] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(3013), - [anon_sym_GT] = ACTIONS(3013), - [anon_sym_EQ_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(3013), - [anon_sym_LT_EQ] = ACTIONS(3013), - [anon_sym_GT_EQ] = ACTIONS(3013), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_struct] = ACTIONS(3013), - [anon_sym_union] = ACTIONS(3013), - [anon_sym_pub] = ACTIONS(3013), - [anon_sym_mut] = ACTIONS(3013), - [anon_sym_enum] = ACTIONS(3013), - [anon_sym_interface] = ACTIONS(3013), - [anon_sym_PLUS_PLUS] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3013), - [anon_sym_QMARK] = ACTIONS(3013), - [anon_sym_BANG] = ACTIONS(3013), - [anon_sym_go] = ACTIONS(3013), - [anon_sym_spawn] = ACTIONS(3013), - [anon_sym_json_DOTdecode] = ACTIONS(3013), - [anon_sym_LBRACK2] = ACTIONS(3013), - [anon_sym_TILDE] = ACTIONS(3013), - [anon_sym_CARET] = ACTIONS(3013), - [anon_sym_AMP] = ACTIONS(3013), - [anon_sym_LT_DASH] = ACTIONS(3013), - [anon_sym_LT_LT] = ACTIONS(3013), - [anon_sym_GT_GT] = ACTIONS(3013), - [anon_sym_GT_GT_GT] = ACTIONS(3013), - [anon_sym_AMP_CARET] = ACTIONS(3013), - [anon_sym_AMP_AMP] = ACTIONS(3013), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_or] = ACTIONS(3013), - [sym_none] = ACTIONS(3013), - [sym_true] = ACTIONS(3013), - [sym_false] = ACTIONS(3013), - [sym_nil] = ACTIONS(3013), - [anon_sym_QMARK_DOT] = ACTIONS(3013), - [anon_sym_POUND_LBRACK] = ACTIONS(3013), - [anon_sym_if] = ACTIONS(3013), - [anon_sym_DOLLARif] = ACTIONS(3013), - [anon_sym_is] = ACTIONS(3013), - [anon_sym_BANGis] = ACTIONS(3013), - [anon_sym_in] = ACTIONS(3013), - [anon_sym_BANGin] = ACTIONS(3013), - [anon_sym_match] = ACTIONS(3013), - [anon_sym_select] = ACTIONS(3013), - [anon_sym_lock] = ACTIONS(3013), - [anon_sym_rlock] = ACTIONS(3013), - [anon_sym_unsafe] = ACTIONS(3013), - [anon_sym_sql] = ACTIONS(3013), - [sym_int_literal] = ACTIONS(3013), - [sym_float_literal] = ACTIONS(3013), - [sym_rune_literal] = ACTIONS(3013), - [sym_pseudo_compile_time_identifier] = ACTIONS(3013), - [anon_sym_shared] = ACTIONS(3013), - [anon_sym_map_LBRACK] = ACTIONS(3013), - [anon_sym_chan] = ACTIONS(3013), - [anon_sym_thread] = ACTIONS(3013), - [anon_sym_atomic] = ACTIONS(3013), - [anon_sym_assert] = ACTIONS(3013), - [anon_sym_defer] = ACTIONS(3013), - [anon_sym_goto] = ACTIONS(3013), - [anon_sym_break] = ACTIONS(3013), - [anon_sym_continue] = ACTIONS(3013), - [anon_sym_return] = ACTIONS(3013), - [anon_sym_DOLLARfor] = ACTIONS(3013), - [anon_sym_for] = ACTIONS(3013), - [anon_sym_POUND] = ACTIONS(3013), - [anon_sym_asm] = ACTIONS(3013), - [anon_sym_AT_LBRACK] = ACTIONS(3013), - [sym___double_quote] = ACTIONS(3013), - [sym___single_quote] = ACTIONS(3013), - [sym___c_double_quote] = ACTIONS(3013), - [sym___c_single_quote] = ACTIONS(3013), - [sym___r_double_quote] = ACTIONS(3013), - [sym___r_single_quote] = ACTIONS(3013), + [anon_sym_DOT] = ACTIONS(3051), + [anon_sym_as] = ACTIONS(3051), + [anon_sym_LBRACE] = ACTIONS(3051), + [anon_sym_COMMA] = ACTIONS(3051), + [anon_sym_const] = ACTIONS(3051), + [anon_sym_LPAREN] = ACTIONS(3051), + [anon_sym___global] = ACTIONS(3051), + [anon_sym_type] = ACTIONS(3051), + [anon_sym_PIPE] = ACTIONS(3051), + [anon_sym_fn] = ACTIONS(3051), + [anon_sym_PLUS] = ACTIONS(3051), + [anon_sym_DASH] = ACTIONS(3051), + [anon_sym_STAR] = ACTIONS(3051), + [anon_sym_SLASH] = ACTIONS(3051), + [anon_sym_PERCENT] = ACTIONS(3051), + [anon_sym_LT] = ACTIONS(3051), + [anon_sym_GT] = ACTIONS(3051), + [anon_sym_EQ_EQ] = ACTIONS(3051), + [anon_sym_BANG_EQ] = ACTIONS(3051), + [anon_sym_LT_EQ] = ACTIONS(3051), + [anon_sym_GT_EQ] = ACTIONS(3051), + [anon_sym_LBRACK] = ACTIONS(3049), + [anon_sym_struct] = ACTIONS(3051), + [anon_sym_union] = ACTIONS(3051), + [anon_sym_pub] = ACTIONS(3051), + [anon_sym_mut] = ACTIONS(3051), + [anon_sym_enum] = ACTIONS(3051), + [anon_sym_interface] = ACTIONS(3051), + [anon_sym_PLUS_PLUS] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3051), + [anon_sym_QMARK] = ACTIONS(3051), + [anon_sym_BANG] = ACTIONS(3051), + [anon_sym_go] = ACTIONS(3051), + [anon_sym_spawn] = ACTIONS(3051), + [anon_sym_json_DOTdecode] = ACTIONS(3051), + [anon_sym_LBRACK2] = ACTIONS(3051), + [anon_sym_TILDE] = ACTIONS(3051), + [anon_sym_CARET] = ACTIONS(3051), + [anon_sym_AMP] = ACTIONS(3051), + [anon_sym_LT_DASH] = ACTIONS(3051), + [anon_sym_LT_LT] = ACTIONS(3051), + [anon_sym_GT_GT] = ACTIONS(3051), + [anon_sym_GT_GT_GT] = ACTIONS(3051), + [anon_sym_AMP_CARET] = ACTIONS(3051), + [anon_sym_AMP_AMP] = ACTIONS(3051), + [anon_sym_PIPE_PIPE] = ACTIONS(3051), + [anon_sym_or] = ACTIONS(3051), + [sym_none] = ACTIONS(3051), + [sym_true] = ACTIONS(3051), + [sym_false] = ACTIONS(3051), + [sym_nil] = ACTIONS(3051), + [anon_sym_QMARK_DOT] = ACTIONS(3051), + [anon_sym_POUND_LBRACK] = ACTIONS(3051), + [anon_sym_if] = ACTIONS(3051), + [anon_sym_DOLLARif] = ACTIONS(3051), + [anon_sym_is] = ACTIONS(3051), + [anon_sym_BANGis] = ACTIONS(3051), + [anon_sym_in] = ACTIONS(3051), + [anon_sym_BANGin] = ACTIONS(3051), + [anon_sym_match] = ACTIONS(3051), + [anon_sym_select] = ACTIONS(3051), + [anon_sym_lock] = ACTIONS(3051), + [anon_sym_rlock] = ACTIONS(3051), + [anon_sym_unsafe] = ACTIONS(3051), + [anon_sym_sql] = ACTIONS(3051), + [sym_int_literal] = ACTIONS(3051), + [sym_float_literal] = ACTIONS(3051), + [sym_rune_literal] = ACTIONS(3051), + [sym_pseudo_compile_time_identifier] = ACTIONS(3051), + [anon_sym_shared] = ACTIONS(3051), + [anon_sym_map_LBRACK] = ACTIONS(3051), + [anon_sym_chan] = ACTIONS(3051), + [anon_sym_thread] = ACTIONS(3051), + [anon_sym_atomic] = ACTIONS(3051), + [anon_sym_assert] = ACTIONS(3051), + [anon_sym_defer] = ACTIONS(3051), + [anon_sym_goto] = ACTIONS(3051), + [anon_sym_break] = ACTIONS(3051), + [anon_sym_continue] = ACTIONS(3051), + [anon_sym_return] = ACTIONS(3051), + [anon_sym_DOLLARfor] = ACTIONS(3051), + [anon_sym_for] = ACTIONS(3051), + [anon_sym_POUND] = ACTIONS(3051), + [anon_sym_asm] = ACTIONS(3051), + [anon_sym_AT_LBRACK] = ACTIONS(3051), + [sym___double_quote] = ACTIONS(3051), + [sym___single_quote] = ACTIONS(3051), + [sym___c_double_quote] = ACTIONS(3051), + [sym___c_single_quote] = ACTIONS(3051), + [sym___r_double_quote] = ACTIONS(3051), + [sym___r_single_quote] = ACTIONS(3051), }, [1029] = { [sym_line_comment] = STATE(1029), [sym_block_comment] = STATE(1029), - [ts_builtin_sym_end] = ACTIONS(3007), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LF] = ACTIONS(3009), - [anon_sym_CR] = ACTIONS(3009), - [anon_sym_CR_LF] = ACTIONS(3009), + [ts_builtin_sym_end] = ACTIONS(3195), + [sym_identifier] = ACTIONS(3197), + [anon_sym_LF] = ACTIONS(3197), + [anon_sym_CR] = ACTIONS(3197), + [anon_sym_CR_LF] = ACTIONS(3197), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3009), - [anon_sym_as] = ACTIONS(3009), - [anon_sym_LBRACE] = ACTIONS(3009), - [anon_sym_COMMA] = ACTIONS(3009), - [anon_sym_const] = ACTIONS(3009), - [anon_sym_LPAREN] = ACTIONS(3009), - [anon_sym___global] = ACTIONS(3009), - [anon_sym_type] = ACTIONS(3009), - [anon_sym_PIPE] = ACTIONS(3009), - [anon_sym_fn] = ACTIONS(3009), - [anon_sym_PLUS] = ACTIONS(3009), - [anon_sym_DASH] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_SLASH] = ACTIONS(3009), - [anon_sym_PERCENT] = ACTIONS(3009), - [anon_sym_LT] = ACTIONS(3009), - [anon_sym_GT] = ACTIONS(3009), - [anon_sym_EQ_EQ] = ACTIONS(3009), - [anon_sym_BANG_EQ] = ACTIONS(3009), - [anon_sym_LT_EQ] = ACTIONS(3009), - [anon_sym_GT_EQ] = ACTIONS(3009), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_struct] = ACTIONS(3009), - [anon_sym_union] = ACTIONS(3009), - [anon_sym_pub] = ACTIONS(3009), - [anon_sym_mut] = ACTIONS(3009), - [anon_sym_enum] = ACTIONS(3009), - [anon_sym_interface] = ACTIONS(3009), - [anon_sym_PLUS_PLUS] = ACTIONS(3009), - [anon_sym_DASH_DASH] = ACTIONS(3009), - [anon_sym_QMARK] = ACTIONS(3009), - [anon_sym_BANG] = ACTIONS(3009), - [anon_sym_go] = ACTIONS(3009), - [anon_sym_spawn] = ACTIONS(3009), - [anon_sym_json_DOTdecode] = ACTIONS(3009), - [anon_sym_LBRACK2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_CARET] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3009), - [anon_sym_LT_DASH] = ACTIONS(3009), - [anon_sym_LT_LT] = ACTIONS(3009), - [anon_sym_GT_GT] = ACTIONS(3009), - [anon_sym_GT_GT_GT] = ACTIONS(3009), - [anon_sym_AMP_CARET] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_PIPE_PIPE] = ACTIONS(3009), - [anon_sym_or] = ACTIONS(3009), - [sym_none] = ACTIONS(3009), - [sym_true] = ACTIONS(3009), - [sym_false] = ACTIONS(3009), - [sym_nil] = ACTIONS(3009), - [anon_sym_QMARK_DOT] = ACTIONS(3009), - [anon_sym_POUND_LBRACK] = ACTIONS(3009), - [anon_sym_if] = ACTIONS(3009), - [anon_sym_DOLLARif] = ACTIONS(3009), - [anon_sym_is] = ACTIONS(3009), - [anon_sym_BANGis] = ACTIONS(3009), - [anon_sym_in] = ACTIONS(3009), - [anon_sym_BANGin] = ACTIONS(3009), - [anon_sym_match] = ACTIONS(3009), - [anon_sym_select] = ACTIONS(3009), - [anon_sym_lock] = ACTIONS(3009), - [anon_sym_rlock] = ACTIONS(3009), - [anon_sym_unsafe] = ACTIONS(3009), - [anon_sym_sql] = ACTIONS(3009), - [sym_int_literal] = ACTIONS(3009), - [sym_float_literal] = ACTIONS(3009), - [sym_rune_literal] = ACTIONS(3009), - [sym_pseudo_compile_time_identifier] = ACTIONS(3009), - [anon_sym_shared] = ACTIONS(3009), - [anon_sym_map_LBRACK] = ACTIONS(3009), - [anon_sym_chan] = ACTIONS(3009), - [anon_sym_thread] = ACTIONS(3009), - [anon_sym_atomic] = ACTIONS(3009), - [anon_sym_assert] = ACTIONS(3009), - [anon_sym_defer] = ACTIONS(3009), - [anon_sym_goto] = ACTIONS(3009), - [anon_sym_break] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(3009), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_DOLLARfor] = ACTIONS(3009), - [anon_sym_for] = ACTIONS(3009), - [anon_sym_POUND] = ACTIONS(3009), - [anon_sym_asm] = ACTIONS(3009), - [anon_sym_AT_LBRACK] = ACTIONS(3009), - [sym___double_quote] = ACTIONS(3009), - [sym___single_quote] = ACTIONS(3009), - [sym___c_double_quote] = ACTIONS(3009), - [sym___c_single_quote] = ACTIONS(3009), - [sym___r_double_quote] = ACTIONS(3009), - [sym___r_single_quote] = ACTIONS(3009), + [anon_sym_DOT] = ACTIONS(3197), + [anon_sym_as] = ACTIONS(3197), + [anon_sym_LBRACE] = ACTIONS(3197), + [anon_sym_COMMA] = ACTIONS(3197), + [anon_sym_const] = ACTIONS(3197), + [anon_sym_LPAREN] = ACTIONS(3197), + [anon_sym___global] = ACTIONS(3197), + [anon_sym_type] = ACTIONS(3197), + [anon_sym_PIPE] = ACTIONS(3197), + [anon_sym_fn] = ACTIONS(3197), + [anon_sym_PLUS] = ACTIONS(3197), + [anon_sym_DASH] = ACTIONS(3197), + [anon_sym_STAR] = ACTIONS(3197), + [anon_sym_SLASH] = ACTIONS(3197), + [anon_sym_PERCENT] = ACTIONS(3197), + [anon_sym_LT] = ACTIONS(3197), + [anon_sym_GT] = ACTIONS(3197), + [anon_sym_EQ_EQ] = ACTIONS(3197), + [anon_sym_BANG_EQ] = ACTIONS(3197), + [anon_sym_LT_EQ] = ACTIONS(3197), + [anon_sym_GT_EQ] = ACTIONS(3197), + [anon_sym_LBRACK] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3197), + [anon_sym_union] = ACTIONS(3197), + [anon_sym_pub] = ACTIONS(3197), + [anon_sym_mut] = ACTIONS(3197), + [anon_sym_enum] = ACTIONS(3197), + [anon_sym_interface] = ACTIONS(3197), + [anon_sym_PLUS_PLUS] = ACTIONS(3197), + [anon_sym_DASH_DASH] = ACTIONS(3197), + [anon_sym_QMARK] = ACTIONS(3197), + [anon_sym_BANG] = ACTIONS(3197), + [anon_sym_go] = ACTIONS(3197), + [anon_sym_spawn] = ACTIONS(3197), + [anon_sym_json_DOTdecode] = ACTIONS(3197), + [anon_sym_LBRACK2] = ACTIONS(3197), + [anon_sym_TILDE] = ACTIONS(3197), + [anon_sym_CARET] = ACTIONS(3197), + [anon_sym_AMP] = ACTIONS(3197), + [anon_sym_LT_DASH] = ACTIONS(3197), + [anon_sym_LT_LT] = ACTIONS(3197), + [anon_sym_GT_GT] = ACTIONS(3197), + [anon_sym_GT_GT_GT] = ACTIONS(3197), + [anon_sym_AMP_CARET] = ACTIONS(3197), + [anon_sym_AMP_AMP] = ACTIONS(3197), + [anon_sym_PIPE_PIPE] = ACTIONS(3197), + [anon_sym_or] = ACTIONS(3197), + [sym_none] = ACTIONS(3197), + [sym_true] = ACTIONS(3197), + [sym_false] = ACTIONS(3197), + [sym_nil] = ACTIONS(3197), + [anon_sym_QMARK_DOT] = ACTIONS(3197), + [anon_sym_POUND_LBRACK] = ACTIONS(3197), + [anon_sym_if] = ACTIONS(3197), + [anon_sym_DOLLARif] = ACTIONS(3197), + [anon_sym_is] = ACTIONS(3197), + [anon_sym_BANGis] = ACTIONS(3197), + [anon_sym_in] = ACTIONS(3197), + [anon_sym_BANGin] = ACTIONS(3197), + [anon_sym_match] = ACTIONS(3197), + [anon_sym_select] = ACTIONS(3197), + [anon_sym_lock] = ACTIONS(3197), + [anon_sym_rlock] = ACTIONS(3197), + [anon_sym_unsafe] = ACTIONS(3197), + [anon_sym_sql] = ACTIONS(3197), + [sym_int_literal] = ACTIONS(3197), + [sym_float_literal] = ACTIONS(3197), + [sym_rune_literal] = ACTIONS(3197), + [sym_pseudo_compile_time_identifier] = ACTIONS(3197), + [anon_sym_shared] = ACTIONS(3197), + [anon_sym_map_LBRACK] = ACTIONS(3197), + [anon_sym_chan] = ACTIONS(3197), + [anon_sym_thread] = ACTIONS(3197), + [anon_sym_atomic] = ACTIONS(3197), + [anon_sym_assert] = ACTIONS(3197), + [anon_sym_defer] = ACTIONS(3197), + [anon_sym_goto] = ACTIONS(3197), + [anon_sym_break] = ACTIONS(3197), + [anon_sym_continue] = ACTIONS(3197), + [anon_sym_return] = ACTIONS(3197), + [anon_sym_DOLLARfor] = ACTIONS(3197), + [anon_sym_for] = ACTIONS(3197), + [anon_sym_POUND] = ACTIONS(3197), + [anon_sym_asm] = ACTIONS(3197), + [anon_sym_AT_LBRACK] = ACTIONS(3197), + [sym___double_quote] = ACTIONS(3197), + [sym___single_quote] = ACTIONS(3197), + [sym___c_double_quote] = ACTIONS(3197), + [sym___c_single_quote] = ACTIONS(3197), + [sym___r_double_quote] = ACTIONS(3197), + [sym___r_single_quote] = ACTIONS(3197), }, [1030] = { [sym_line_comment] = STATE(1030), [sym_block_comment] = STATE(1030), - [ts_builtin_sym_end] = ACTIONS(3421), - [sym_identifier] = ACTIONS(3423), - [anon_sym_LF] = ACTIONS(3423), - [anon_sym_CR] = ACTIONS(3423), - [anon_sym_CR_LF] = ACTIONS(3423), + [ts_builtin_sym_end] = ACTIONS(3383), + [sym_identifier] = ACTIONS(3385), + [anon_sym_LF] = ACTIONS(3385), + [anon_sym_CR] = ACTIONS(3385), + [anon_sym_CR_LF] = ACTIONS(3385), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3423), - [anon_sym_as] = ACTIONS(3423), - [anon_sym_LBRACE] = ACTIONS(3423), - [anon_sym_COMMA] = ACTIONS(3423), - [anon_sym_const] = ACTIONS(3423), - [anon_sym_LPAREN] = ACTIONS(3423), - [anon_sym___global] = ACTIONS(3423), - [anon_sym_type] = ACTIONS(3423), - [anon_sym_PIPE] = ACTIONS(3423), - [anon_sym_fn] = ACTIONS(3423), - [anon_sym_PLUS] = ACTIONS(3423), - [anon_sym_DASH] = ACTIONS(3423), - [anon_sym_STAR] = ACTIONS(3423), - [anon_sym_SLASH] = ACTIONS(3423), - [anon_sym_PERCENT] = ACTIONS(3423), - [anon_sym_LT] = ACTIONS(3423), - [anon_sym_GT] = ACTIONS(3423), - [anon_sym_EQ_EQ] = ACTIONS(3423), - [anon_sym_BANG_EQ] = ACTIONS(3423), - [anon_sym_LT_EQ] = ACTIONS(3423), - [anon_sym_GT_EQ] = ACTIONS(3423), - [anon_sym_LBRACK] = ACTIONS(3421), - [anon_sym_struct] = ACTIONS(3423), - [anon_sym_union] = ACTIONS(3423), - [anon_sym_pub] = ACTIONS(3423), - [anon_sym_mut] = ACTIONS(3423), - [anon_sym_enum] = ACTIONS(3423), - [anon_sym_interface] = ACTIONS(3423), - [anon_sym_PLUS_PLUS] = ACTIONS(3423), - [anon_sym_DASH_DASH] = ACTIONS(3423), - [anon_sym_QMARK] = ACTIONS(3423), - [anon_sym_BANG] = ACTIONS(3423), - [anon_sym_go] = ACTIONS(3423), - [anon_sym_spawn] = ACTIONS(3423), - [anon_sym_json_DOTdecode] = ACTIONS(3423), - [anon_sym_LBRACK2] = ACTIONS(3423), - [anon_sym_TILDE] = ACTIONS(3423), - [anon_sym_CARET] = ACTIONS(3423), - [anon_sym_AMP] = ACTIONS(3423), - [anon_sym_LT_DASH] = ACTIONS(3423), - [anon_sym_LT_LT] = ACTIONS(3423), - [anon_sym_GT_GT] = ACTIONS(3423), - [anon_sym_GT_GT_GT] = ACTIONS(3423), - [anon_sym_AMP_CARET] = ACTIONS(3423), - [anon_sym_AMP_AMP] = ACTIONS(3423), - [anon_sym_PIPE_PIPE] = ACTIONS(3423), - [anon_sym_or] = ACTIONS(3423), - [sym_none] = ACTIONS(3423), - [sym_true] = ACTIONS(3423), - [sym_false] = ACTIONS(3423), - [sym_nil] = ACTIONS(3423), - [anon_sym_QMARK_DOT] = ACTIONS(3423), - [anon_sym_POUND_LBRACK] = ACTIONS(3423), - [anon_sym_if] = ACTIONS(3423), - [anon_sym_DOLLARif] = ACTIONS(3423), - [anon_sym_is] = ACTIONS(3423), - [anon_sym_BANGis] = ACTIONS(3423), - [anon_sym_in] = ACTIONS(3423), - [anon_sym_BANGin] = ACTIONS(3423), - [anon_sym_match] = ACTIONS(3423), - [anon_sym_select] = ACTIONS(3423), - [anon_sym_lock] = ACTIONS(3423), - [anon_sym_rlock] = ACTIONS(3423), - [anon_sym_unsafe] = ACTIONS(3423), - [anon_sym_sql] = ACTIONS(3423), - [sym_int_literal] = ACTIONS(3423), - [sym_float_literal] = ACTIONS(3423), - [sym_rune_literal] = ACTIONS(3423), - [sym_pseudo_compile_time_identifier] = ACTIONS(3423), - [anon_sym_shared] = ACTIONS(3423), - [anon_sym_map_LBRACK] = ACTIONS(3423), - [anon_sym_chan] = ACTIONS(3423), - [anon_sym_thread] = ACTIONS(3423), - [anon_sym_atomic] = ACTIONS(3423), - [anon_sym_assert] = ACTIONS(3423), - [anon_sym_defer] = ACTIONS(3423), - [anon_sym_goto] = ACTIONS(3423), - [anon_sym_break] = ACTIONS(3423), - [anon_sym_continue] = ACTIONS(3423), - [anon_sym_return] = ACTIONS(3423), - [anon_sym_DOLLARfor] = ACTIONS(3423), - [anon_sym_for] = ACTIONS(3423), - [anon_sym_POUND] = ACTIONS(3423), - [anon_sym_asm] = ACTIONS(3423), - [anon_sym_AT_LBRACK] = ACTIONS(3423), - [sym___double_quote] = ACTIONS(3423), - [sym___single_quote] = ACTIONS(3423), - [sym___c_double_quote] = ACTIONS(3423), - [sym___c_single_quote] = ACTIONS(3423), - [sym___r_double_quote] = ACTIONS(3423), - [sym___r_single_quote] = ACTIONS(3423), + [anon_sym_DOT] = ACTIONS(3385), + [anon_sym_as] = ACTIONS(3385), + [anon_sym_LBRACE] = ACTIONS(3385), + [anon_sym_COMMA] = ACTIONS(3385), + [anon_sym_const] = ACTIONS(3385), + [anon_sym_LPAREN] = ACTIONS(3385), + [anon_sym___global] = ACTIONS(3385), + [anon_sym_type] = ACTIONS(3385), + [anon_sym_PIPE] = ACTIONS(3385), + [anon_sym_fn] = ACTIONS(3385), + [anon_sym_PLUS] = ACTIONS(3385), + [anon_sym_DASH] = ACTIONS(3385), + [anon_sym_STAR] = ACTIONS(3385), + [anon_sym_SLASH] = ACTIONS(3385), + [anon_sym_PERCENT] = ACTIONS(3385), + [anon_sym_LT] = ACTIONS(3385), + [anon_sym_GT] = ACTIONS(3385), + [anon_sym_EQ_EQ] = ACTIONS(3385), + [anon_sym_BANG_EQ] = ACTIONS(3385), + [anon_sym_LT_EQ] = ACTIONS(3385), + [anon_sym_GT_EQ] = ACTIONS(3385), + [anon_sym_LBRACK] = ACTIONS(3383), + [anon_sym_struct] = ACTIONS(3385), + [anon_sym_union] = ACTIONS(3385), + [anon_sym_pub] = ACTIONS(3385), + [anon_sym_mut] = ACTIONS(3385), + [anon_sym_enum] = ACTIONS(3385), + [anon_sym_interface] = ACTIONS(3385), + [anon_sym_PLUS_PLUS] = ACTIONS(3385), + [anon_sym_DASH_DASH] = ACTIONS(3385), + [anon_sym_QMARK] = ACTIONS(3385), + [anon_sym_BANG] = ACTIONS(3385), + [anon_sym_go] = ACTIONS(3385), + [anon_sym_spawn] = ACTIONS(3385), + [anon_sym_json_DOTdecode] = ACTIONS(3385), + [anon_sym_LBRACK2] = ACTIONS(3385), + [anon_sym_TILDE] = ACTIONS(3385), + [anon_sym_CARET] = ACTIONS(3385), + [anon_sym_AMP] = ACTIONS(3385), + [anon_sym_LT_DASH] = ACTIONS(3385), + [anon_sym_LT_LT] = ACTIONS(3385), + [anon_sym_GT_GT] = ACTIONS(3385), + [anon_sym_GT_GT_GT] = ACTIONS(3385), + [anon_sym_AMP_CARET] = ACTIONS(3385), + [anon_sym_AMP_AMP] = ACTIONS(3385), + [anon_sym_PIPE_PIPE] = ACTIONS(3385), + [anon_sym_or] = ACTIONS(3385), + [sym_none] = ACTIONS(3385), + [sym_true] = ACTIONS(3385), + [sym_false] = ACTIONS(3385), + [sym_nil] = ACTIONS(3385), + [anon_sym_QMARK_DOT] = ACTIONS(3385), + [anon_sym_POUND_LBRACK] = ACTIONS(3385), + [anon_sym_if] = ACTIONS(3385), + [anon_sym_DOLLARif] = ACTIONS(3385), + [anon_sym_is] = ACTIONS(3385), + [anon_sym_BANGis] = ACTIONS(3385), + [anon_sym_in] = ACTIONS(3385), + [anon_sym_BANGin] = ACTIONS(3385), + [anon_sym_match] = ACTIONS(3385), + [anon_sym_select] = ACTIONS(3385), + [anon_sym_lock] = ACTIONS(3385), + [anon_sym_rlock] = ACTIONS(3385), + [anon_sym_unsafe] = ACTIONS(3385), + [anon_sym_sql] = ACTIONS(3385), + [sym_int_literal] = ACTIONS(3385), + [sym_float_literal] = ACTIONS(3385), + [sym_rune_literal] = ACTIONS(3385), + [sym_pseudo_compile_time_identifier] = ACTIONS(3385), + [anon_sym_shared] = ACTIONS(3385), + [anon_sym_map_LBRACK] = ACTIONS(3385), + [anon_sym_chan] = ACTIONS(3385), + [anon_sym_thread] = ACTIONS(3385), + [anon_sym_atomic] = ACTIONS(3385), + [anon_sym_assert] = ACTIONS(3385), + [anon_sym_defer] = ACTIONS(3385), + [anon_sym_goto] = ACTIONS(3385), + [anon_sym_break] = ACTIONS(3385), + [anon_sym_continue] = ACTIONS(3385), + [anon_sym_return] = ACTIONS(3385), + [anon_sym_DOLLARfor] = ACTIONS(3385), + [anon_sym_for] = ACTIONS(3385), + [anon_sym_POUND] = ACTIONS(3385), + [anon_sym_asm] = ACTIONS(3385), + [anon_sym_AT_LBRACK] = ACTIONS(3385), + [sym___double_quote] = ACTIONS(3385), + [sym___single_quote] = ACTIONS(3385), + [sym___c_double_quote] = ACTIONS(3385), + [sym___c_single_quote] = ACTIONS(3385), + [sym___r_double_quote] = ACTIONS(3385), + [sym___r_single_quote] = ACTIONS(3385), }, [1031] = { [sym_line_comment] = STATE(1031), [sym_block_comment] = STATE(1031), - [ts_builtin_sym_end] = ACTIONS(2907), - [sym_identifier] = ACTIONS(2909), - [anon_sym_LF] = ACTIONS(2909), - [anon_sym_CR] = ACTIONS(2909), - [anon_sym_CR_LF] = ACTIONS(2909), + [ts_builtin_sym_end] = ACTIONS(3387), + [sym_identifier] = ACTIONS(3389), + [anon_sym_LF] = ACTIONS(3389), + [anon_sym_CR] = ACTIONS(3389), + [anon_sym_CR_LF] = ACTIONS(3389), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2909), - [anon_sym_as] = ACTIONS(2909), - [anon_sym_LBRACE] = ACTIONS(2909), - [anon_sym_COMMA] = ACTIONS(2909), - [anon_sym_const] = ACTIONS(2909), - [anon_sym_LPAREN] = ACTIONS(2909), - [anon_sym___global] = ACTIONS(2909), - [anon_sym_type] = ACTIONS(2909), - [anon_sym_PIPE] = ACTIONS(2909), - [anon_sym_fn] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2909), - [anon_sym_SLASH] = ACTIONS(2909), - [anon_sym_PERCENT] = ACTIONS(2909), - [anon_sym_LT] = ACTIONS(2909), - [anon_sym_GT] = ACTIONS(2909), - [anon_sym_EQ_EQ] = ACTIONS(2909), - [anon_sym_BANG_EQ] = ACTIONS(2909), - [anon_sym_LT_EQ] = ACTIONS(2909), - [anon_sym_GT_EQ] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2907), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_union] = ACTIONS(2909), - [anon_sym_pub] = ACTIONS(2909), - [anon_sym_mut] = ACTIONS(2909), - [anon_sym_enum] = ACTIONS(2909), - [anon_sym_interface] = ACTIONS(2909), - [anon_sym_PLUS_PLUS] = ACTIONS(2909), - [anon_sym_DASH_DASH] = ACTIONS(2909), - [anon_sym_QMARK] = ACTIONS(2909), - [anon_sym_BANG] = ACTIONS(2909), - [anon_sym_go] = ACTIONS(2909), - [anon_sym_spawn] = ACTIONS(2909), - [anon_sym_json_DOTdecode] = ACTIONS(2909), - [anon_sym_LBRACK2] = ACTIONS(2909), - [anon_sym_TILDE] = ACTIONS(2909), - [anon_sym_CARET] = ACTIONS(2909), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_LT_DASH] = ACTIONS(2909), - [anon_sym_LT_LT] = ACTIONS(2909), - [anon_sym_GT_GT] = ACTIONS(2909), - [anon_sym_GT_GT_GT] = ACTIONS(2909), - [anon_sym_AMP_CARET] = ACTIONS(2909), - [anon_sym_AMP_AMP] = ACTIONS(2909), - [anon_sym_PIPE_PIPE] = ACTIONS(2909), - [anon_sym_or] = ACTIONS(2909), - [sym_none] = ACTIONS(2909), - [sym_true] = ACTIONS(2909), - [sym_false] = ACTIONS(2909), - [sym_nil] = ACTIONS(2909), - [anon_sym_QMARK_DOT] = ACTIONS(2909), - [anon_sym_POUND_LBRACK] = ACTIONS(2909), - [anon_sym_if] = ACTIONS(2909), - [anon_sym_DOLLARif] = ACTIONS(2909), - [anon_sym_is] = ACTIONS(2909), - [anon_sym_BANGis] = ACTIONS(2909), - [anon_sym_in] = ACTIONS(2909), - [anon_sym_BANGin] = ACTIONS(2909), - [anon_sym_match] = ACTIONS(2909), - [anon_sym_select] = ACTIONS(2909), - [anon_sym_lock] = ACTIONS(2909), - [anon_sym_rlock] = ACTIONS(2909), - [anon_sym_unsafe] = ACTIONS(2909), - [anon_sym_sql] = ACTIONS(2909), - [sym_int_literal] = ACTIONS(2909), - [sym_float_literal] = ACTIONS(2909), - [sym_rune_literal] = ACTIONS(2909), - [sym_pseudo_compile_time_identifier] = ACTIONS(2909), - [anon_sym_shared] = ACTIONS(2909), - [anon_sym_map_LBRACK] = ACTIONS(2909), - [anon_sym_chan] = ACTIONS(2909), - [anon_sym_thread] = ACTIONS(2909), - [anon_sym_atomic] = ACTIONS(2909), - [anon_sym_assert] = ACTIONS(2909), - [anon_sym_defer] = ACTIONS(2909), - [anon_sym_goto] = ACTIONS(2909), - [anon_sym_break] = ACTIONS(2909), - [anon_sym_continue] = ACTIONS(2909), - [anon_sym_return] = ACTIONS(2909), - [anon_sym_DOLLARfor] = ACTIONS(2909), - [anon_sym_for] = ACTIONS(2909), - [anon_sym_POUND] = ACTIONS(2909), - [anon_sym_asm] = ACTIONS(2909), - [anon_sym_AT_LBRACK] = ACTIONS(2909), - [sym___double_quote] = ACTIONS(2909), - [sym___single_quote] = ACTIONS(2909), - [sym___c_double_quote] = ACTIONS(2909), - [sym___c_single_quote] = ACTIONS(2909), - [sym___r_double_quote] = ACTIONS(2909), - [sym___r_single_quote] = ACTIONS(2909), + [anon_sym_DOT] = ACTIONS(3389), + [anon_sym_as] = ACTIONS(3389), + [anon_sym_LBRACE] = ACTIONS(3389), + [anon_sym_COMMA] = ACTIONS(3389), + [anon_sym_const] = ACTIONS(3389), + [anon_sym_LPAREN] = ACTIONS(3389), + [anon_sym___global] = ACTIONS(3389), + [anon_sym_type] = ACTIONS(3389), + [anon_sym_PIPE] = ACTIONS(3389), + [anon_sym_fn] = ACTIONS(3389), + [anon_sym_PLUS] = ACTIONS(3389), + [anon_sym_DASH] = ACTIONS(3389), + [anon_sym_STAR] = ACTIONS(3389), + [anon_sym_SLASH] = ACTIONS(3389), + [anon_sym_PERCENT] = ACTIONS(3389), + [anon_sym_LT] = ACTIONS(3389), + [anon_sym_GT] = ACTIONS(3389), + [anon_sym_EQ_EQ] = ACTIONS(3389), + [anon_sym_BANG_EQ] = ACTIONS(3389), + [anon_sym_LT_EQ] = ACTIONS(3389), + [anon_sym_GT_EQ] = ACTIONS(3389), + [anon_sym_LBRACK] = ACTIONS(3387), + [anon_sym_struct] = ACTIONS(3389), + [anon_sym_union] = ACTIONS(3389), + [anon_sym_pub] = ACTIONS(3389), + [anon_sym_mut] = ACTIONS(3389), + [anon_sym_enum] = ACTIONS(3389), + [anon_sym_interface] = ACTIONS(3389), + [anon_sym_PLUS_PLUS] = ACTIONS(3389), + [anon_sym_DASH_DASH] = ACTIONS(3389), + [anon_sym_QMARK] = ACTIONS(3389), + [anon_sym_BANG] = ACTIONS(3389), + [anon_sym_go] = ACTIONS(3389), + [anon_sym_spawn] = ACTIONS(3389), + [anon_sym_json_DOTdecode] = ACTIONS(3389), + [anon_sym_LBRACK2] = ACTIONS(3389), + [anon_sym_TILDE] = ACTIONS(3389), + [anon_sym_CARET] = ACTIONS(3389), + [anon_sym_AMP] = ACTIONS(3389), + [anon_sym_LT_DASH] = ACTIONS(3389), + [anon_sym_LT_LT] = ACTIONS(3389), + [anon_sym_GT_GT] = ACTIONS(3389), + [anon_sym_GT_GT_GT] = ACTIONS(3389), + [anon_sym_AMP_CARET] = ACTIONS(3389), + [anon_sym_AMP_AMP] = ACTIONS(3389), + [anon_sym_PIPE_PIPE] = ACTIONS(3389), + [anon_sym_or] = ACTIONS(3389), + [sym_none] = ACTIONS(3389), + [sym_true] = ACTIONS(3389), + [sym_false] = ACTIONS(3389), + [sym_nil] = ACTIONS(3389), + [anon_sym_QMARK_DOT] = ACTIONS(3389), + [anon_sym_POUND_LBRACK] = ACTIONS(3389), + [anon_sym_if] = ACTIONS(3389), + [anon_sym_DOLLARif] = ACTIONS(3389), + [anon_sym_is] = ACTIONS(3389), + [anon_sym_BANGis] = ACTIONS(3389), + [anon_sym_in] = ACTIONS(3389), + [anon_sym_BANGin] = ACTIONS(3389), + [anon_sym_match] = ACTIONS(3389), + [anon_sym_select] = ACTIONS(3389), + [anon_sym_lock] = ACTIONS(3389), + [anon_sym_rlock] = ACTIONS(3389), + [anon_sym_unsafe] = ACTIONS(3389), + [anon_sym_sql] = ACTIONS(3389), + [sym_int_literal] = ACTIONS(3389), + [sym_float_literal] = ACTIONS(3389), + [sym_rune_literal] = ACTIONS(3389), + [sym_pseudo_compile_time_identifier] = ACTIONS(3389), + [anon_sym_shared] = ACTIONS(3389), + [anon_sym_map_LBRACK] = ACTIONS(3389), + [anon_sym_chan] = ACTIONS(3389), + [anon_sym_thread] = ACTIONS(3389), + [anon_sym_atomic] = ACTIONS(3389), + [anon_sym_assert] = ACTIONS(3389), + [anon_sym_defer] = ACTIONS(3389), + [anon_sym_goto] = ACTIONS(3389), + [anon_sym_break] = ACTIONS(3389), + [anon_sym_continue] = ACTIONS(3389), + [anon_sym_return] = ACTIONS(3389), + [anon_sym_DOLLARfor] = ACTIONS(3389), + [anon_sym_for] = ACTIONS(3389), + [anon_sym_POUND] = ACTIONS(3389), + [anon_sym_asm] = ACTIONS(3389), + [anon_sym_AT_LBRACK] = ACTIONS(3389), + [sym___double_quote] = ACTIONS(3389), + [sym___single_quote] = ACTIONS(3389), + [sym___c_double_quote] = ACTIONS(3389), + [sym___c_single_quote] = ACTIONS(3389), + [sym___r_double_quote] = ACTIONS(3389), + [sym___r_single_quote] = ACTIONS(3389), }, [1032] = { [sym_line_comment] = STATE(1032), [sym_block_comment] = STATE(1032), - [ts_builtin_sym_end] = ACTIONS(3417), - [sym_identifier] = ACTIONS(3419), - [anon_sym_LF] = ACTIONS(3419), - [anon_sym_CR] = ACTIONS(3419), - [anon_sym_CR_LF] = ACTIONS(3419), + [ts_builtin_sym_end] = ACTIONS(3426), + [sym_identifier] = ACTIONS(3428), + [anon_sym_LF] = ACTIONS(3428), + [anon_sym_CR] = ACTIONS(3428), + [anon_sym_CR_LF] = ACTIONS(3428), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3419), - [anon_sym_as] = ACTIONS(3419), - [anon_sym_LBRACE] = ACTIONS(3419), - [anon_sym_COMMA] = ACTIONS(3419), - [anon_sym_const] = ACTIONS(3419), - [anon_sym_LPAREN] = ACTIONS(3419), - [anon_sym___global] = ACTIONS(3419), - [anon_sym_type] = ACTIONS(3419), - [anon_sym_PIPE] = ACTIONS(3419), - [anon_sym_fn] = ACTIONS(3419), - [anon_sym_PLUS] = ACTIONS(3419), - [anon_sym_DASH] = ACTIONS(3419), - [anon_sym_STAR] = ACTIONS(3419), - [anon_sym_SLASH] = ACTIONS(3419), - [anon_sym_PERCENT] = ACTIONS(3419), - [anon_sym_LT] = ACTIONS(3419), - [anon_sym_GT] = ACTIONS(3419), - [anon_sym_EQ_EQ] = ACTIONS(3419), - [anon_sym_BANG_EQ] = ACTIONS(3419), - [anon_sym_LT_EQ] = ACTIONS(3419), - [anon_sym_GT_EQ] = ACTIONS(3419), - [anon_sym_LBRACK] = ACTIONS(3417), - [anon_sym_struct] = ACTIONS(3419), - [anon_sym_union] = ACTIONS(3419), - [anon_sym_pub] = ACTIONS(3419), - [anon_sym_mut] = ACTIONS(3419), - [anon_sym_enum] = ACTIONS(3419), - [anon_sym_interface] = ACTIONS(3419), - [anon_sym_PLUS_PLUS] = ACTIONS(3419), - [anon_sym_DASH_DASH] = ACTIONS(3419), - [anon_sym_QMARK] = ACTIONS(3419), - [anon_sym_BANG] = ACTIONS(3419), - [anon_sym_go] = ACTIONS(3419), - [anon_sym_spawn] = ACTIONS(3419), - [anon_sym_json_DOTdecode] = ACTIONS(3419), - [anon_sym_LBRACK2] = ACTIONS(3419), - [anon_sym_TILDE] = ACTIONS(3419), - [anon_sym_CARET] = ACTIONS(3419), - [anon_sym_AMP] = ACTIONS(3419), - [anon_sym_LT_DASH] = ACTIONS(3419), - [anon_sym_LT_LT] = ACTIONS(3419), - [anon_sym_GT_GT] = ACTIONS(3419), - [anon_sym_GT_GT_GT] = ACTIONS(3419), - [anon_sym_AMP_CARET] = ACTIONS(3419), - [anon_sym_AMP_AMP] = ACTIONS(3419), - [anon_sym_PIPE_PIPE] = ACTIONS(3419), - [anon_sym_or] = ACTIONS(3419), - [sym_none] = ACTIONS(3419), - [sym_true] = ACTIONS(3419), - [sym_false] = ACTIONS(3419), - [sym_nil] = ACTIONS(3419), - [anon_sym_QMARK_DOT] = ACTIONS(3419), - [anon_sym_POUND_LBRACK] = ACTIONS(3419), - [anon_sym_if] = ACTIONS(3419), - [anon_sym_DOLLARif] = ACTIONS(3419), - [anon_sym_is] = ACTIONS(3419), - [anon_sym_BANGis] = ACTIONS(3419), - [anon_sym_in] = ACTIONS(3419), - [anon_sym_BANGin] = ACTIONS(3419), - [anon_sym_match] = ACTIONS(3419), - [anon_sym_select] = ACTIONS(3419), - [anon_sym_lock] = ACTIONS(3419), - [anon_sym_rlock] = ACTIONS(3419), - [anon_sym_unsafe] = ACTIONS(3419), - [anon_sym_sql] = ACTIONS(3419), - [sym_int_literal] = ACTIONS(3419), - [sym_float_literal] = ACTIONS(3419), - [sym_rune_literal] = ACTIONS(3419), - [sym_pseudo_compile_time_identifier] = ACTIONS(3419), - [anon_sym_shared] = ACTIONS(3419), - [anon_sym_map_LBRACK] = ACTIONS(3419), - [anon_sym_chan] = ACTIONS(3419), - [anon_sym_thread] = ACTIONS(3419), - [anon_sym_atomic] = ACTIONS(3419), - [anon_sym_assert] = ACTIONS(3419), - [anon_sym_defer] = ACTIONS(3419), - [anon_sym_goto] = ACTIONS(3419), - [anon_sym_break] = ACTIONS(3419), - [anon_sym_continue] = ACTIONS(3419), - [anon_sym_return] = ACTIONS(3419), - [anon_sym_DOLLARfor] = ACTIONS(3419), - [anon_sym_for] = ACTIONS(3419), - [anon_sym_POUND] = ACTIONS(3419), - [anon_sym_asm] = ACTIONS(3419), - [anon_sym_AT_LBRACK] = ACTIONS(3419), - [sym___double_quote] = ACTIONS(3419), - [sym___single_quote] = ACTIONS(3419), - [sym___c_double_quote] = ACTIONS(3419), - [sym___c_single_quote] = ACTIONS(3419), - [sym___r_double_quote] = ACTIONS(3419), - [sym___r_single_quote] = ACTIONS(3419), + [anon_sym_DOT] = ACTIONS(3428), + [anon_sym_as] = ACTIONS(3428), + [anon_sym_LBRACE] = ACTIONS(3428), + [anon_sym_COMMA] = ACTIONS(3428), + [anon_sym_const] = ACTIONS(3428), + [anon_sym_LPAREN] = ACTIONS(3428), + [anon_sym___global] = ACTIONS(3428), + [anon_sym_type] = ACTIONS(3428), + [anon_sym_PIPE] = ACTIONS(3428), + [anon_sym_fn] = ACTIONS(3428), + [anon_sym_PLUS] = ACTIONS(3428), + [anon_sym_DASH] = ACTIONS(3428), + [anon_sym_STAR] = ACTIONS(3428), + [anon_sym_SLASH] = ACTIONS(3428), + [anon_sym_PERCENT] = ACTIONS(3428), + [anon_sym_LT] = ACTIONS(3428), + [anon_sym_GT] = ACTIONS(3428), + [anon_sym_EQ_EQ] = ACTIONS(3428), + [anon_sym_BANG_EQ] = ACTIONS(3428), + [anon_sym_LT_EQ] = ACTIONS(3428), + [anon_sym_GT_EQ] = ACTIONS(3428), + [anon_sym_LBRACK] = ACTIONS(3426), + [anon_sym_struct] = ACTIONS(3428), + [anon_sym_union] = ACTIONS(3428), + [anon_sym_pub] = ACTIONS(3428), + [anon_sym_mut] = ACTIONS(3428), + [anon_sym_enum] = ACTIONS(3428), + [anon_sym_interface] = ACTIONS(3428), + [anon_sym_PLUS_PLUS] = ACTIONS(3428), + [anon_sym_DASH_DASH] = ACTIONS(3428), + [anon_sym_QMARK] = ACTIONS(3428), + [anon_sym_BANG] = ACTIONS(3428), + [anon_sym_go] = ACTIONS(3428), + [anon_sym_spawn] = ACTIONS(3428), + [anon_sym_json_DOTdecode] = ACTIONS(3428), + [anon_sym_LBRACK2] = ACTIONS(3428), + [anon_sym_TILDE] = ACTIONS(3428), + [anon_sym_CARET] = ACTIONS(3428), + [anon_sym_AMP] = ACTIONS(3428), + [anon_sym_LT_DASH] = ACTIONS(3428), + [anon_sym_LT_LT] = ACTIONS(3428), + [anon_sym_GT_GT] = ACTIONS(3428), + [anon_sym_GT_GT_GT] = ACTIONS(3428), + [anon_sym_AMP_CARET] = ACTIONS(3428), + [anon_sym_AMP_AMP] = ACTIONS(3428), + [anon_sym_PIPE_PIPE] = ACTIONS(3428), + [anon_sym_or] = ACTIONS(3428), + [sym_none] = ACTIONS(3428), + [sym_true] = ACTIONS(3428), + [sym_false] = ACTIONS(3428), + [sym_nil] = ACTIONS(3428), + [anon_sym_QMARK_DOT] = ACTIONS(3428), + [anon_sym_POUND_LBRACK] = ACTIONS(3428), + [anon_sym_if] = ACTIONS(3428), + [anon_sym_DOLLARif] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3428), + [anon_sym_BANGis] = ACTIONS(3428), + [anon_sym_in] = ACTIONS(3428), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_match] = ACTIONS(3428), + [anon_sym_select] = ACTIONS(3428), + [anon_sym_lock] = ACTIONS(3428), + [anon_sym_rlock] = ACTIONS(3428), + [anon_sym_unsafe] = ACTIONS(3428), + [anon_sym_sql] = ACTIONS(3428), + [sym_int_literal] = ACTIONS(3428), + [sym_float_literal] = ACTIONS(3428), + [sym_rune_literal] = ACTIONS(3428), + [sym_pseudo_compile_time_identifier] = ACTIONS(3428), + [anon_sym_shared] = ACTIONS(3428), + [anon_sym_map_LBRACK] = ACTIONS(3428), + [anon_sym_chan] = ACTIONS(3428), + [anon_sym_thread] = ACTIONS(3428), + [anon_sym_atomic] = ACTIONS(3428), + [anon_sym_assert] = ACTIONS(3428), + [anon_sym_defer] = ACTIONS(3428), + [anon_sym_goto] = ACTIONS(3428), + [anon_sym_break] = ACTIONS(3428), + [anon_sym_continue] = ACTIONS(3428), + [anon_sym_return] = ACTIONS(3428), + [anon_sym_DOLLARfor] = ACTIONS(3428), + [anon_sym_for] = ACTIONS(3428), + [anon_sym_POUND] = ACTIONS(3428), + [anon_sym_asm] = ACTIONS(3428), + [anon_sym_AT_LBRACK] = ACTIONS(3428), + [sym___double_quote] = ACTIONS(3428), + [sym___single_quote] = ACTIONS(3428), + [sym___c_double_quote] = ACTIONS(3428), + [sym___c_single_quote] = ACTIONS(3428), + [sym___r_double_quote] = ACTIONS(3428), + [sym___r_single_quote] = ACTIONS(3428), }, [1033] = { [sym_line_comment] = STATE(1033), [sym_block_comment] = STATE(1033), - [ts_builtin_sym_end] = ACTIONS(2903), - [sym_identifier] = ACTIONS(2905), - [anon_sym_LF] = ACTIONS(2905), - [anon_sym_CR] = ACTIONS(2905), - [anon_sym_CR_LF] = ACTIONS(2905), + [ts_builtin_sym_end] = ACTIONS(3430), + [sym_identifier] = ACTIONS(3432), + [anon_sym_LF] = ACTIONS(3432), + [anon_sym_CR] = ACTIONS(3432), + [anon_sym_CR_LF] = ACTIONS(3432), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2905), - [anon_sym_as] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2905), - [anon_sym_COMMA] = ACTIONS(2905), - [anon_sym_const] = ACTIONS(2905), - [anon_sym_LPAREN] = ACTIONS(2905), - [anon_sym___global] = ACTIONS(2905), - [anon_sym_type] = ACTIONS(2905), - [anon_sym_PIPE] = ACTIONS(2905), - [anon_sym_fn] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_SLASH] = ACTIONS(2905), - [anon_sym_PERCENT] = ACTIONS(2905), - [anon_sym_LT] = ACTIONS(2905), - [anon_sym_GT] = ACTIONS(2905), - [anon_sym_EQ_EQ] = ACTIONS(2905), - [anon_sym_BANG_EQ] = ACTIONS(2905), - [anon_sym_LT_EQ] = ACTIONS(2905), - [anon_sym_GT_EQ] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(2903), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_union] = ACTIONS(2905), - [anon_sym_pub] = ACTIONS(2905), - [anon_sym_mut] = ACTIONS(2905), - [anon_sym_enum] = ACTIONS(2905), - [anon_sym_interface] = ACTIONS(2905), - [anon_sym_PLUS_PLUS] = ACTIONS(2905), - [anon_sym_DASH_DASH] = ACTIONS(2905), - [anon_sym_QMARK] = ACTIONS(2905), - [anon_sym_BANG] = ACTIONS(2905), - [anon_sym_go] = ACTIONS(2905), - [anon_sym_spawn] = ACTIONS(2905), - [anon_sym_json_DOTdecode] = ACTIONS(2905), - [anon_sym_LBRACK2] = ACTIONS(2905), - [anon_sym_TILDE] = ACTIONS(2905), - [anon_sym_CARET] = ACTIONS(2905), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_LT_DASH] = ACTIONS(2905), - [anon_sym_LT_LT] = ACTIONS(2905), - [anon_sym_GT_GT] = ACTIONS(2905), - [anon_sym_GT_GT_GT] = ACTIONS(2905), - [anon_sym_AMP_CARET] = ACTIONS(2905), - [anon_sym_AMP_AMP] = ACTIONS(2905), - [anon_sym_PIPE_PIPE] = ACTIONS(2905), - [anon_sym_or] = ACTIONS(2905), - [sym_none] = ACTIONS(2905), - [sym_true] = ACTIONS(2905), - [sym_false] = ACTIONS(2905), - [sym_nil] = ACTIONS(2905), - [anon_sym_QMARK_DOT] = ACTIONS(2905), - [anon_sym_POUND_LBRACK] = ACTIONS(2905), - [anon_sym_if] = ACTIONS(2905), - [anon_sym_DOLLARif] = ACTIONS(2905), - [anon_sym_is] = ACTIONS(2905), - [anon_sym_BANGis] = ACTIONS(2905), - [anon_sym_in] = ACTIONS(2905), - [anon_sym_BANGin] = ACTIONS(2905), - [anon_sym_match] = ACTIONS(2905), - [anon_sym_select] = ACTIONS(2905), - [anon_sym_lock] = ACTIONS(2905), - [anon_sym_rlock] = ACTIONS(2905), - [anon_sym_unsafe] = ACTIONS(2905), - [anon_sym_sql] = ACTIONS(2905), - [sym_int_literal] = ACTIONS(2905), - [sym_float_literal] = ACTIONS(2905), - [sym_rune_literal] = ACTIONS(2905), - [sym_pseudo_compile_time_identifier] = ACTIONS(2905), - [anon_sym_shared] = ACTIONS(2905), - [anon_sym_map_LBRACK] = ACTIONS(2905), - [anon_sym_chan] = ACTIONS(2905), - [anon_sym_thread] = ACTIONS(2905), - [anon_sym_atomic] = ACTIONS(2905), - [anon_sym_assert] = ACTIONS(2905), - [anon_sym_defer] = ACTIONS(2905), - [anon_sym_goto] = ACTIONS(2905), - [anon_sym_break] = ACTIONS(2905), - [anon_sym_continue] = ACTIONS(2905), - [anon_sym_return] = ACTIONS(2905), - [anon_sym_DOLLARfor] = ACTIONS(2905), - [anon_sym_for] = ACTIONS(2905), - [anon_sym_POUND] = ACTIONS(2905), - [anon_sym_asm] = ACTIONS(2905), - [anon_sym_AT_LBRACK] = ACTIONS(2905), - [sym___double_quote] = ACTIONS(2905), - [sym___single_quote] = ACTIONS(2905), - [sym___c_double_quote] = ACTIONS(2905), - [sym___c_single_quote] = ACTIONS(2905), - [sym___r_double_quote] = ACTIONS(2905), - [sym___r_single_quote] = ACTIONS(2905), + [anon_sym_DOT] = ACTIONS(3432), + [anon_sym_as] = ACTIONS(3432), + [anon_sym_LBRACE] = ACTIONS(3432), + [anon_sym_COMMA] = ACTIONS(3432), + [anon_sym_const] = ACTIONS(3432), + [anon_sym_LPAREN] = ACTIONS(3432), + [anon_sym___global] = ACTIONS(3432), + [anon_sym_type] = ACTIONS(3432), + [anon_sym_PIPE] = ACTIONS(3432), + [anon_sym_fn] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3432), + [anon_sym_DASH] = ACTIONS(3432), + [anon_sym_STAR] = ACTIONS(3432), + [anon_sym_SLASH] = ACTIONS(3432), + [anon_sym_PERCENT] = ACTIONS(3432), + [anon_sym_LT] = ACTIONS(3432), + [anon_sym_GT] = ACTIONS(3432), + [anon_sym_EQ_EQ] = ACTIONS(3432), + [anon_sym_BANG_EQ] = ACTIONS(3432), + [anon_sym_LT_EQ] = ACTIONS(3432), + [anon_sym_GT_EQ] = ACTIONS(3432), + [anon_sym_LBRACK] = ACTIONS(3430), + [anon_sym_struct] = ACTIONS(3432), + [anon_sym_union] = ACTIONS(3432), + [anon_sym_pub] = ACTIONS(3432), + [anon_sym_mut] = ACTIONS(3432), + [anon_sym_enum] = ACTIONS(3432), + [anon_sym_interface] = ACTIONS(3432), + [anon_sym_PLUS_PLUS] = ACTIONS(3432), + [anon_sym_DASH_DASH] = ACTIONS(3432), + [anon_sym_QMARK] = ACTIONS(3432), + [anon_sym_BANG] = ACTIONS(3432), + [anon_sym_go] = ACTIONS(3432), + [anon_sym_spawn] = ACTIONS(3432), + [anon_sym_json_DOTdecode] = ACTIONS(3432), + [anon_sym_LBRACK2] = ACTIONS(3432), + [anon_sym_TILDE] = ACTIONS(3432), + [anon_sym_CARET] = ACTIONS(3432), + [anon_sym_AMP] = ACTIONS(3432), + [anon_sym_LT_DASH] = ACTIONS(3432), + [anon_sym_LT_LT] = ACTIONS(3432), + [anon_sym_GT_GT] = ACTIONS(3432), + [anon_sym_GT_GT_GT] = ACTIONS(3432), + [anon_sym_AMP_CARET] = ACTIONS(3432), + [anon_sym_AMP_AMP] = ACTIONS(3432), + [anon_sym_PIPE_PIPE] = ACTIONS(3432), + [anon_sym_or] = ACTIONS(3432), + [sym_none] = ACTIONS(3432), + [sym_true] = ACTIONS(3432), + [sym_false] = ACTIONS(3432), + [sym_nil] = ACTIONS(3432), + [anon_sym_QMARK_DOT] = ACTIONS(3432), + [anon_sym_POUND_LBRACK] = ACTIONS(3432), + [anon_sym_if] = ACTIONS(3432), + [anon_sym_DOLLARif] = ACTIONS(3432), + [anon_sym_is] = ACTIONS(3432), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_in] = ACTIONS(3432), + [anon_sym_BANGin] = ACTIONS(3432), + [anon_sym_match] = ACTIONS(3432), + [anon_sym_select] = ACTIONS(3432), + [anon_sym_lock] = ACTIONS(3432), + [anon_sym_rlock] = ACTIONS(3432), + [anon_sym_unsafe] = ACTIONS(3432), + [anon_sym_sql] = ACTIONS(3432), + [sym_int_literal] = ACTIONS(3432), + [sym_float_literal] = ACTIONS(3432), + [sym_rune_literal] = ACTIONS(3432), + [sym_pseudo_compile_time_identifier] = ACTIONS(3432), + [anon_sym_shared] = ACTIONS(3432), + [anon_sym_map_LBRACK] = ACTIONS(3432), + [anon_sym_chan] = ACTIONS(3432), + [anon_sym_thread] = ACTIONS(3432), + [anon_sym_atomic] = ACTIONS(3432), + [anon_sym_assert] = ACTIONS(3432), + [anon_sym_defer] = ACTIONS(3432), + [anon_sym_goto] = ACTIONS(3432), + [anon_sym_break] = ACTIONS(3432), + [anon_sym_continue] = ACTIONS(3432), + [anon_sym_return] = ACTIONS(3432), + [anon_sym_DOLLARfor] = ACTIONS(3432), + [anon_sym_for] = ACTIONS(3432), + [anon_sym_POUND] = ACTIONS(3432), + [anon_sym_asm] = ACTIONS(3432), + [anon_sym_AT_LBRACK] = ACTIONS(3432), + [sym___double_quote] = ACTIONS(3432), + [sym___single_quote] = ACTIONS(3432), + [sym___c_double_quote] = ACTIONS(3432), + [sym___c_single_quote] = ACTIONS(3432), + [sym___r_double_quote] = ACTIONS(3432), + [sym___r_single_quote] = ACTIONS(3432), }, [1034] = { [sym_line_comment] = STATE(1034), [sym_block_comment] = STATE(1034), - [ts_builtin_sym_end] = ACTIONS(3401), - [sym_identifier] = ACTIONS(3403), - [anon_sym_LF] = ACTIONS(3403), - [anon_sym_CR] = ACTIONS(3403), - [anon_sym_CR_LF] = ACTIONS(3403), + [ts_builtin_sym_end] = ACTIONS(3041), + [sym_identifier] = ACTIONS(3043), + [anon_sym_LF] = ACTIONS(3043), + [anon_sym_CR] = ACTIONS(3043), + [anon_sym_CR_LF] = ACTIONS(3043), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3403), - [anon_sym_as] = ACTIONS(3403), - [anon_sym_LBRACE] = ACTIONS(3403), - [anon_sym_COMMA] = ACTIONS(3403), - [anon_sym_const] = ACTIONS(3403), - [anon_sym_LPAREN] = ACTIONS(3403), - [anon_sym___global] = ACTIONS(3403), - [anon_sym_type] = ACTIONS(3403), - [anon_sym_PIPE] = ACTIONS(3403), - [anon_sym_fn] = ACTIONS(3403), - [anon_sym_PLUS] = ACTIONS(3403), - [anon_sym_DASH] = ACTIONS(3403), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_SLASH] = ACTIONS(3403), - [anon_sym_PERCENT] = ACTIONS(3403), - [anon_sym_LT] = ACTIONS(3403), - [anon_sym_GT] = ACTIONS(3403), - [anon_sym_EQ_EQ] = ACTIONS(3403), - [anon_sym_BANG_EQ] = ACTIONS(3403), - [anon_sym_LT_EQ] = ACTIONS(3403), - [anon_sym_GT_EQ] = ACTIONS(3403), - [anon_sym_LBRACK] = ACTIONS(3401), - [anon_sym_struct] = ACTIONS(3403), - [anon_sym_union] = ACTIONS(3403), - [anon_sym_pub] = ACTIONS(3403), - [anon_sym_mut] = ACTIONS(3403), - [anon_sym_enum] = ACTIONS(3403), - [anon_sym_interface] = ACTIONS(3403), - [anon_sym_PLUS_PLUS] = ACTIONS(3403), - [anon_sym_DASH_DASH] = ACTIONS(3403), - [anon_sym_QMARK] = ACTIONS(3403), - [anon_sym_BANG] = ACTIONS(3403), - [anon_sym_go] = ACTIONS(3403), - [anon_sym_spawn] = ACTIONS(3403), - [anon_sym_json_DOTdecode] = ACTIONS(3403), - [anon_sym_LBRACK2] = ACTIONS(3403), - [anon_sym_TILDE] = ACTIONS(3403), - [anon_sym_CARET] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_LT_DASH] = ACTIONS(3403), - [anon_sym_LT_LT] = ACTIONS(3403), - [anon_sym_GT_GT] = ACTIONS(3403), - [anon_sym_GT_GT_GT] = ACTIONS(3403), - [anon_sym_AMP_CARET] = ACTIONS(3403), - [anon_sym_AMP_AMP] = ACTIONS(3403), - [anon_sym_PIPE_PIPE] = ACTIONS(3403), - [anon_sym_or] = ACTIONS(3403), - [sym_none] = ACTIONS(3403), - [sym_true] = ACTIONS(3403), - [sym_false] = ACTIONS(3403), - [sym_nil] = ACTIONS(3403), - [anon_sym_QMARK_DOT] = ACTIONS(3403), - [anon_sym_POUND_LBRACK] = ACTIONS(3403), - [anon_sym_if] = ACTIONS(3403), - [anon_sym_DOLLARif] = ACTIONS(3403), - [anon_sym_is] = ACTIONS(3403), - [anon_sym_BANGis] = ACTIONS(3403), - [anon_sym_in] = ACTIONS(3403), - [anon_sym_BANGin] = ACTIONS(3403), - [anon_sym_match] = ACTIONS(3403), - [anon_sym_select] = ACTIONS(3403), - [anon_sym_lock] = ACTIONS(3403), - [anon_sym_rlock] = ACTIONS(3403), - [anon_sym_unsafe] = ACTIONS(3403), - [anon_sym_sql] = ACTIONS(3403), - [sym_int_literal] = ACTIONS(3403), - [sym_float_literal] = ACTIONS(3403), - [sym_rune_literal] = ACTIONS(3403), - [sym_pseudo_compile_time_identifier] = ACTIONS(3403), - [anon_sym_shared] = ACTIONS(3403), - [anon_sym_map_LBRACK] = ACTIONS(3403), - [anon_sym_chan] = ACTIONS(3403), - [anon_sym_thread] = ACTIONS(3403), - [anon_sym_atomic] = ACTIONS(3403), - [anon_sym_assert] = ACTIONS(3403), - [anon_sym_defer] = ACTIONS(3403), - [anon_sym_goto] = ACTIONS(3403), - [anon_sym_break] = ACTIONS(3403), - [anon_sym_continue] = ACTIONS(3403), - [anon_sym_return] = ACTIONS(3403), - [anon_sym_DOLLARfor] = ACTIONS(3403), - [anon_sym_for] = ACTIONS(3403), - [anon_sym_POUND] = ACTIONS(3403), - [anon_sym_asm] = ACTIONS(3403), - [anon_sym_AT_LBRACK] = ACTIONS(3403), - [sym___double_quote] = ACTIONS(3403), - [sym___single_quote] = ACTIONS(3403), - [sym___c_double_quote] = ACTIONS(3403), - [sym___c_single_quote] = ACTIONS(3403), - [sym___r_double_quote] = ACTIONS(3403), - [sym___r_single_quote] = ACTIONS(3403), + [anon_sym_DOT] = ACTIONS(3043), + [anon_sym_as] = ACTIONS(3043), + [anon_sym_LBRACE] = ACTIONS(3043), + [anon_sym_COMMA] = ACTIONS(3043), + [anon_sym_const] = ACTIONS(3043), + [anon_sym_LPAREN] = ACTIONS(3043), + [anon_sym___global] = ACTIONS(3043), + [anon_sym_type] = ACTIONS(3043), + [anon_sym_PIPE] = ACTIONS(3043), + [anon_sym_fn] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3043), + [anon_sym_SLASH] = ACTIONS(3043), + [anon_sym_PERCENT] = ACTIONS(3043), + [anon_sym_LT] = ACTIONS(3043), + [anon_sym_GT] = ACTIONS(3043), + [anon_sym_EQ_EQ] = ACTIONS(3043), + [anon_sym_BANG_EQ] = ACTIONS(3043), + [anon_sym_LT_EQ] = ACTIONS(3043), + [anon_sym_GT_EQ] = ACTIONS(3043), + [anon_sym_LBRACK] = ACTIONS(3041), + [anon_sym_struct] = ACTIONS(3043), + [anon_sym_union] = ACTIONS(3043), + [anon_sym_pub] = ACTIONS(3043), + [anon_sym_mut] = ACTIONS(3043), + [anon_sym_enum] = ACTIONS(3043), + [anon_sym_interface] = ACTIONS(3043), + [anon_sym_PLUS_PLUS] = ACTIONS(3043), + [anon_sym_DASH_DASH] = ACTIONS(3043), + [anon_sym_QMARK] = ACTIONS(3043), + [anon_sym_BANG] = ACTIONS(3043), + [anon_sym_go] = ACTIONS(3043), + [anon_sym_spawn] = ACTIONS(3043), + [anon_sym_json_DOTdecode] = ACTIONS(3043), + [anon_sym_LBRACK2] = ACTIONS(3043), + [anon_sym_TILDE] = ACTIONS(3043), + [anon_sym_CARET] = ACTIONS(3043), + [anon_sym_AMP] = ACTIONS(3043), + [anon_sym_LT_DASH] = ACTIONS(3043), + [anon_sym_LT_LT] = ACTIONS(3043), + [anon_sym_GT_GT] = ACTIONS(3043), + [anon_sym_GT_GT_GT] = ACTIONS(3043), + [anon_sym_AMP_CARET] = ACTIONS(3043), + [anon_sym_AMP_AMP] = ACTIONS(3043), + [anon_sym_PIPE_PIPE] = ACTIONS(3043), + [anon_sym_or] = ACTIONS(3043), + [sym_none] = ACTIONS(3043), + [sym_true] = ACTIONS(3043), + [sym_false] = ACTIONS(3043), + [sym_nil] = ACTIONS(3043), + [anon_sym_QMARK_DOT] = ACTIONS(3043), + [anon_sym_POUND_LBRACK] = ACTIONS(3043), + [anon_sym_if] = ACTIONS(3043), + [anon_sym_DOLLARif] = ACTIONS(3043), + [anon_sym_is] = ACTIONS(3043), + [anon_sym_BANGis] = ACTIONS(3043), + [anon_sym_in] = ACTIONS(3043), + [anon_sym_BANGin] = ACTIONS(3043), + [anon_sym_match] = ACTIONS(3043), + [anon_sym_select] = ACTIONS(3043), + [anon_sym_lock] = ACTIONS(3043), + [anon_sym_rlock] = ACTIONS(3043), + [anon_sym_unsafe] = ACTIONS(3043), + [anon_sym_sql] = ACTIONS(3043), + [sym_int_literal] = ACTIONS(3043), + [sym_float_literal] = ACTIONS(3043), + [sym_rune_literal] = ACTIONS(3043), + [sym_pseudo_compile_time_identifier] = ACTIONS(3043), + [anon_sym_shared] = ACTIONS(3043), + [anon_sym_map_LBRACK] = ACTIONS(3043), + [anon_sym_chan] = ACTIONS(3043), + [anon_sym_thread] = ACTIONS(3043), + [anon_sym_atomic] = ACTIONS(3043), + [anon_sym_assert] = ACTIONS(3043), + [anon_sym_defer] = ACTIONS(3043), + [anon_sym_goto] = ACTIONS(3043), + [anon_sym_break] = ACTIONS(3043), + [anon_sym_continue] = ACTIONS(3043), + [anon_sym_return] = ACTIONS(3043), + [anon_sym_DOLLARfor] = ACTIONS(3043), + [anon_sym_for] = ACTIONS(3043), + [anon_sym_POUND] = ACTIONS(3043), + [anon_sym_asm] = ACTIONS(3043), + [anon_sym_AT_LBRACK] = ACTIONS(3043), + [sym___double_quote] = ACTIONS(3043), + [sym___single_quote] = ACTIONS(3043), + [sym___c_double_quote] = ACTIONS(3043), + [sym___c_single_quote] = ACTIONS(3043), + [sym___r_double_quote] = ACTIONS(3043), + [sym___r_single_quote] = ACTIONS(3043), }, [1035] = { [sym_line_comment] = STATE(1035), [sym_block_comment] = STATE(1035), - [ts_builtin_sym_end] = ACTIONS(2941), - [sym_identifier] = ACTIONS(2943), - [anon_sym_LF] = ACTIONS(2943), - [anon_sym_CR] = ACTIONS(2943), - [anon_sym_CR_LF] = ACTIONS(2943), + [ts_builtin_sym_end] = ACTIONS(3438), + [sym_identifier] = ACTIONS(3440), + [anon_sym_LF] = ACTIONS(3440), + [anon_sym_CR] = ACTIONS(3440), + [anon_sym_CR_LF] = ACTIONS(3440), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2943), - [anon_sym_as] = ACTIONS(2943), - [anon_sym_LBRACE] = ACTIONS(2943), - [anon_sym_COMMA] = ACTIONS(2943), - [anon_sym_const] = ACTIONS(2943), - [anon_sym_LPAREN] = ACTIONS(2943), - [anon_sym___global] = ACTIONS(2943), - [anon_sym_type] = ACTIONS(2943), - [anon_sym_PIPE] = ACTIONS(2943), - [anon_sym_fn] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2943), - [anon_sym_DASH] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2943), - [anon_sym_SLASH] = ACTIONS(2943), - [anon_sym_PERCENT] = ACTIONS(2943), - [anon_sym_LT] = ACTIONS(2943), - [anon_sym_GT] = ACTIONS(2943), - [anon_sym_EQ_EQ] = ACTIONS(2943), - [anon_sym_BANG_EQ] = ACTIONS(2943), - [anon_sym_LT_EQ] = ACTIONS(2943), - [anon_sym_GT_EQ] = ACTIONS(2943), - [anon_sym_LBRACK] = ACTIONS(2941), - [anon_sym_struct] = ACTIONS(2943), - [anon_sym_union] = ACTIONS(2943), - [anon_sym_pub] = ACTIONS(2943), - [anon_sym_mut] = ACTIONS(2943), - [anon_sym_enum] = ACTIONS(2943), - [anon_sym_interface] = ACTIONS(2943), - [anon_sym_PLUS_PLUS] = ACTIONS(2943), - [anon_sym_DASH_DASH] = ACTIONS(2943), - [anon_sym_QMARK] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(2943), - [anon_sym_go] = ACTIONS(2943), - [anon_sym_spawn] = ACTIONS(2943), - [anon_sym_json_DOTdecode] = ACTIONS(2943), - [anon_sym_LBRACK2] = ACTIONS(2943), - [anon_sym_TILDE] = ACTIONS(2943), - [anon_sym_CARET] = ACTIONS(2943), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_LT_DASH] = ACTIONS(2943), - [anon_sym_LT_LT] = ACTIONS(2943), - [anon_sym_GT_GT] = ACTIONS(2943), - [anon_sym_GT_GT_GT] = ACTIONS(2943), - [anon_sym_AMP_CARET] = ACTIONS(2943), - [anon_sym_AMP_AMP] = ACTIONS(2943), - [anon_sym_PIPE_PIPE] = ACTIONS(2943), - [anon_sym_or] = ACTIONS(2943), - [sym_none] = ACTIONS(2943), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [sym_nil] = ACTIONS(2943), - [anon_sym_QMARK_DOT] = ACTIONS(2943), - [anon_sym_POUND_LBRACK] = ACTIONS(2943), - [anon_sym_if] = ACTIONS(2943), - [anon_sym_DOLLARif] = ACTIONS(2943), - [anon_sym_is] = ACTIONS(2943), - [anon_sym_BANGis] = ACTIONS(2943), - [anon_sym_in] = ACTIONS(2943), - [anon_sym_BANGin] = ACTIONS(2943), - [anon_sym_match] = ACTIONS(2943), - [anon_sym_select] = ACTIONS(2943), - [anon_sym_lock] = ACTIONS(2943), - [anon_sym_rlock] = ACTIONS(2943), - [anon_sym_unsafe] = ACTIONS(2943), - [anon_sym_sql] = ACTIONS(2943), - [sym_int_literal] = ACTIONS(2943), - [sym_float_literal] = ACTIONS(2943), - [sym_rune_literal] = ACTIONS(2943), - [sym_pseudo_compile_time_identifier] = ACTIONS(2943), - [anon_sym_shared] = ACTIONS(2943), - [anon_sym_map_LBRACK] = ACTIONS(2943), - [anon_sym_chan] = ACTIONS(2943), - [anon_sym_thread] = ACTIONS(2943), - [anon_sym_atomic] = ACTIONS(2943), - [anon_sym_assert] = ACTIONS(2943), - [anon_sym_defer] = ACTIONS(2943), - [anon_sym_goto] = ACTIONS(2943), - [anon_sym_break] = ACTIONS(2943), - [anon_sym_continue] = ACTIONS(2943), - [anon_sym_return] = ACTIONS(2943), - [anon_sym_DOLLARfor] = ACTIONS(2943), - [anon_sym_for] = ACTIONS(2943), - [anon_sym_POUND] = ACTIONS(2943), - [anon_sym_asm] = ACTIONS(2943), - [anon_sym_AT_LBRACK] = ACTIONS(2943), - [sym___double_quote] = ACTIONS(2943), - [sym___single_quote] = ACTIONS(2943), - [sym___c_double_quote] = ACTIONS(2943), - [sym___c_single_quote] = ACTIONS(2943), - [sym___r_double_quote] = ACTIONS(2943), - [sym___r_single_quote] = ACTIONS(2943), + [anon_sym_DOT] = ACTIONS(3440), + [anon_sym_as] = ACTIONS(3440), + [anon_sym_LBRACE] = ACTIONS(3440), + [anon_sym_COMMA] = ACTIONS(3440), + [anon_sym_const] = ACTIONS(3440), + [anon_sym_LPAREN] = ACTIONS(3440), + [anon_sym___global] = ACTIONS(3440), + [anon_sym_type] = ACTIONS(3440), + [anon_sym_PIPE] = ACTIONS(3440), + [anon_sym_fn] = ACTIONS(3440), + [anon_sym_PLUS] = ACTIONS(3440), + [anon_sym_DASH] = ACTIONS(3440), + [anon_sym_STAR] = ACTIONS(3440), + [anon_sym_SLASH] = ACTIONS(3440), + [anon_sym_PERCENT] = ACTIONS(3440), + [anon_sym_LT] = ACTIONS(3440), + [anon_sym_GT] = ACTIONS(3440), + [anon_sym_EQ_EQ] = ACTIONS(3440), + [anon_sym_BANG_EQ] = ACTIONS(3440), + [anon_sym_LT_EQ] = ACTIONS(3440), + [anon_sym_GT_EQ] = ACTIONS(3440), + [anon_sym_LBRACK] = ACTIONS(3438), + [anon_sym_struct] = ACTIONS(3440), + [anon_sym_union] = ACTIONS(3440), + [anon_sym_pub] = ACTIONS(3440), + [anon_sym_mut] = ACTIONS(3440), + [anon_sym_enum] = ACTIONS(3440), + [anon_sym_interface] = ACTIONS(3440), + [anon_sym_PLUS_PLUS] = ACTIONS(3440), + [anon_sym_DASH_DASH] = ACTIONS(3440), + [anon_sym_QMARK] = ACTIONS(3440), + [anon_sym_BANG] = ACTIONS(3440), + [anon_sym_go] = ACTIONS(3440), + [anon_sym_spawn] = ACTIONS(3440), + [anon_sym_json_DOTdecode] = ACTIONS(3440), + [anon_sym_LBRACK2] = ACTIONS(3440), + [anon_sym_TILDE] = ACTIONS(3440), + [anon_sym_CARET] = ACTIONS(3440), + [anon_sym_AMP] = ACTIONS(3440), + [anon_sym_LT_DASH] = ACTIONS(3440), + [anon_sym_LT_LT] = ACTIONS(3440), + [anon_sym_GT_GT] = ACTIONS(3440), + [anon_sym_GT_GT_GT] = ACTIONS(3440), + [anon_sym_AMP_CARET] = ACTIONS(3440), + [anon_sym_AMP_AMP] = ACTIONS(3440), + [anon_sym_PIPE_PIPE] = ACTIONS(3440), + [anon_sym_or] = ACTIONS(3440), + [sym_none] = ACTIONS(3440), + [sym_true] = ACTIONS(3440), + [sym_false] = ACTIONS(3440), + [sym_nil] = ACTIONS(3440), + [anon_sym_QMARK_DOT] = ACTIONS(3440), + [anon_sym_POUND_LBRACK] = ACTIONS(3440), + [anon_sym_if] = ACTIONS(3440), + [anon_sym_DOLLARif] = ACTIONS(3440), + [anon_sym_is] = ACTIONS(3440), + [anon_sym_BANGis] = ACTIONS(3440), + [anon_sym_in] = ACTIONS(3440), + [anon_sym_BANGin] = ACTIONS(3440), + [anon_sym_match] = ACTIONS(3440), + [anon_sym_select] = ACTIONS(3440), + [anon_sym_lock] = ACTIONS(3440), + [anon_sym_rlock] = ACTIONS(3440), + [anon_sym_unsafe] = ACTIONS(3440), + [anon_sym_sql] = ACTIONS(3440), + [sym_int_literal] = ACTIONS(3440), + [sym_float_literal] = ACTIONS(3440), + [sym_rune_literal] = ACTIONS(3440), + [sym_pseudo_compile_time_identifier] = ACTIONS(3440), + [anon_sym_shared] = ACTIONS(3440), + [anon_sym_map_LBRACK] = ACTIONS(3440), + [anon_sym_chan] = ACTIONS(3440), + [anon_sym_thread] = ACTIONS(3440), + [anon_sym_atomic] = ACTIONS(3440), + [anon_sym_assert] = ACTIONS(3440), + [anon_sym_defer] = ACTIONS(3440), + [anon_sym_goto] = ACTIONS(3440), + [anon_sym_break] = ACTIONS(3440), + [anon_sym_continue] = ACTIONS(3440), + [anon_sym_return] = ACTIONS(3440), + [anon_sym_DOLLARfor] = ACTIONS(3440), + [anon_sym_for] = ACTIONS(3440), + [anon_sym_POUND] = ACTIONS(3440), + [anon_sym_asm] = ACTIONS(3440), + [anon_sym_AT_LBRACK] = ACTIONS(3440), + [sym___double_quote] = ACTIONS(3440), + [sym___single_quote] = ACTIONS(3440), + [sym___c_double_quote] = ACTIONS(3440), + [sym___c_single_quote] = ACTIONS(3440), + [sym___r_double_quote] = ACTIONS(3440), + [sym___r_single_quote] = ACTIONS(3440), }, [1036] = { [sym_line_comment] = STATE(1036), [sym_block_comment] = STATE(1036), - [ts_builtin_sym_end] = ACTIONS(3389), - [sym_identifier] = ACTIONS(3391), - [anon_sym_LF] = ACTIONS(3391), - [anon_sym_CR] = ACTIONS(3391), - [anon_sym_CR_LF] = ACTIONS(3391), + [ts_builtin_sym_end] = ACTIONS(3442), + [sym_identifier] = ACTIONS(3444), + [anon_sym_LF] = ACTIONS(3444), + [anon_sym_CR] = ACTIONS(3444), + [anon_sym_CR_LF] = ACTIONS(3444), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3391), - [anon_sym_as] = ACTIONS(3391), - [anon_sym_LBRACE] = ACTIONS(3391), - [anon_sym_COMMA] = ACTIONS(3391), - [anon_sym_const] = ACTIONS(3391), - [anon_sym_LPAREN] = ACTIONS(3391), - [anon_sym___global] = ACTIONS(3391), - [anon_sym_type] = ACTIONS(3391), - [anon_sym_PIPE] = ACTIONS(3391), - [anon_sym_fn] = ACTIONS(3391), - [anon_sym_PLUS] = ACTIONS(3391), - [anon_sym_DASH] = ACTIONS(3391), - [anon_sym_STAR] = ACTIONS(3391), - [anon_sym_SLASH] = ACTIONS(3391), - [anon_sym_PERCENT] = ACTIONS(3391), - [anon_sym_LT] = ACTIONS(3391), - [anon_sym_GT] = ACTIONS(3391), - [anon_sym_EQ_EQ] = ACTIONS(3391), - [anon_sym_BANG_EQ] = ACTIONS(3391), - [anon_sym_LT_EQ] = ACTIONS(3391), - [anon_sym_GT_EQ] = ACTIONS(3391), - [anon_sym_LBRACK] = ACTIONS(3389), - [anon_sym_struct] = ACTIONS(3391), - [anon_sym_union] = ACTIONS(3391), - [anon_sym_pub] = ACTIONS(3391), - [anon_sym_mut] = ACTIONS(3391), - [anon_sym_enum] = ACTIONS(3391), - [anon_sym_interface] = ACTIONS(3391), - [anon_sym_PLUS_PLUS] = ACTIONS(3391), - [anon_sym_DASH_DASH] = ACTIONS(3391), - [anon_sym_QMARK] = ACTIONS(3391), - [anon_sym_BANG] = ACTIONS(3391), - [anon_sym_go] = ACTIONS(3391), - [anon_sym_spawn] = ACTIONS(3391), - [anon_sym_json_DOTdecode] = ACTIONS(3391), - [anon_sym_LBRACK2] = ACTIONS(3391), - [anon_sym_TILDE] = ACTIONS(3391), - [anon_sym_CARET] = ACTIONS(3391), - [anon_sym_AMP] = ACTIONS(3391), - [anon_sym_LT_DASH] = ACTIONS(3391), - [anon_sym_LT_LT] = ACTIONS(3391), - [anon_sym_GT_GT] = ACTIONS(3391), - [anon_sym_GT_GT_GT] = ACTIONS(3391), - [anon_sym_AMP_CARET] = ACTIONS(3391), - [anon_sym_AMP_AMP] = ACTIONS(3391), - [anon_sym_PIPE_PIPE] = ACTIONS(3391), - [anon_sym_or] = ACTIONS(3391), - [sym_none] = ACTIONS(3391), - [sym_true] = ACTIONS(3391), - [sym_false] = ACTIONS(3391), - [sym_nil] = ACTIONS(3391), - [anon_sym_QMARK_DOT] = ACTIONS(3391), - [anon_sym_POUND_LBRACK] = ACTIONS(3391), - [anon_sym_if] = ACTIONS(3391), - [anon_sym_DOLLARif] = ACTIONS(3391), - [anon_sym_is] = ACTIONS(3391), - [anon_sym_BANGis] = ACTIONS(3391), - [anon_sym_in] = ACTIONS(3391), - [anon_sym_BANGin] = ACTIONS(3391), - [anon_sym_match] = ACTIONS(3391), - [anon_sym_select] = ACTIONS(3391), - [anon_sym_lock] = ACTIONS(3391), - [anon_sym_rlock] = ACTIONS(3391), - [anon_sym_unsafe] = ACTIONS(3391), - [anon_sym_sql] = ACTIONS(3391), - [sym_int_literal] = ACTIONS(3391), - [sym_float_literal] = ACTIONS(3391), - [sym_rune_literal] = ACTIONS(3391), - [sym_pseudo_compile_time_identifier] = ACTIONS(3391), - [anon_sym_shared] = ACTIONS(3391), - [anon_sym_map_LBRACK] = ACTIONS(3391), - [anon_sym_chan] = ACTIONS(3391), - [anon_sym_thread] = ACTIONS(3391), - [anon_sym_atomic] = ACTIONS(3391), - [anon_sym_assert] = ACTIONS(3391), - [anon_sym_defer] = ACTIONS(3391), - [anon_sym_goto] = ACTIONS(3391), - [anon_sym_break] = ACTIONS(3391), - [anon_sym_continue] = ACTIONS(3391), - [anon_sym_return] = ACTIONS(3391), - [anon_sym_DOLLARfor] = ACTIONS(3391), - [anon_sym_for] = ACTIONS(3391), - [anon_sym_POUND] = ACTIONS(3391), - [anon_sym_asm] = ACTIONS(3391), - [anon_sym_AT_LBRACK] = ACTIONS(3391), - [sym___double_quote] = ACTIONS(3391), - [sym___single_quote] = ACTIONS(3391), - [sym___c_double_quote] = ACTIONS(3391), - [sym___c_single_quote] = ACTIONS(3391), - [sym___r_double_quote] = ACTIONS(3391), - [sym___r_single_quote] = ACTIONS(3391), + [anon_sym_DOT] = ACTIONS(3444), + [anon_sym_as] = ACTIONS(3444), + [anon_sym_LBRACE] = ACTIONS(3444), + [anon_sym_COMMA] = ACTIONS(3444), + [anon_sym_const] = ACTIONS(3444), + [anon_sym_LPAREN] = ACTIONS(3444), + [anon_sym___global] = ACTIONS(3444), + [anon_sym_type] = ACTIONS(3444), + [anon_sym_PIPE] = ACTIONS(3444), + [anon_sym_fn] = ACTIONS(3444), + [anon_sym_PLUS] = ACTIONS(3444), + [anon_sym_DASH] = ACTIONS(3444), + [anon_sym_STAR] = ACTIONS(3444), + [anon_sym_SLASH] = ACTIONS(3444), + [anon_sym_PERCENT] = ACTIONS(3444), + [anon_sym_LT] = ACTIONS(3444), + [anon_sym_GT] = ACTIONS(3444), + [anon_sym_EQ_EQ] = ACTIONS(3444), + [anon_sym_BANG_EQ] = ACTIONS(3444), + [anon_sym_LT_EQ] = ACTIONS(3444), + [anon_sym_GT_EQ] = ACTIONS(3444), + [anon_sym_LBRACK] = ACTIONS(3442), + [anon_sym_struct] = ACTIONS(3444), + [anon_sym_union] = ACTIONS(3444), + [anon_sym_pub] = ACTIONS(3444), + [anon_sym_mut] = ACTIONS(3444), + [anon_sym_enum] = ACTIONS(3444), + [anon_sym_interface] = ACTIONS(3444), + [anon_sym_PLUS_PLUS] = ACTIONS(3444), + [anon_sym_DASH_DASH] = ACTIONS(3444), + [anon_sym_QMARK] = ACTIONS(3444), + [anon_sym_BANG] = ACTIONS(3444), + [anon_sym_go] = ACTIONS(3444), + [anon_sym_spawn] = ACTIONS(3444), + [anon_sym_json_DOTdecode] = ACTIONS(3444), + [anon_sym_LBRACK2] = ACTIONS(3444), + [anon_sym_TILDE] = ACTIONS(3444), + [anon_sym_CARET] = ACTIONS(3444), + [anon_sym_AMP] = ACTIONS(3444), + [anon_sym_LT_DASH] = ACTIONS(3444), + [anon_sym_LT_LT] = ACTIONS(3444), + [anon_sym_GT_GT] = ACTIONS(3444), + [anon_sym_GT_GT_GT] = ACTIONS(3444), + [anon_sym_AMP_CARET] = ACTIONS(3444), + [anon_sym_AMP_AMP] = ACTIONS(3444), + [anon_sym_PIPE_PIPE] = ACTIONS(3444), + [anon_sym_or] = ACTIONS(3444), + [sym_none] = ACTIONS(3444), + [sym_true] = ACTIONS(3444), + [sym_false] = ACTIONS(3444), + [sym_nil] = ACTIONS(3444), + [anon_sym_QMARK_DOT] = ACTIONS(3444), + [anon_sym_POUND_LBRACK] = ACTIONS(3444), + [anon_sym_if] = ACTIONS(3444), + [anon_sym_DOLLARif] = ACTIONS(3444), + [anon_sym_is] = ACTIONS(3444), + [anon_sym_BANGis] = ACTIONS(3444), + [anon_sym_in] = ACTIONS(3444), + [anon_sym_BANGin] = ACTIONS(3444), + [anon_sym_match] = ACTIONS(3444), + [anon_sym_select] = ACTIONS(3444), + [anon_sym_lock] = ACTIONS(3444), + [anon_sym_rlock] = ACTIONS(3444), + [anon_sym_unsafe] = ACTIONS(3444), + [anon_sym_sql] = ACTIONS(3444), + [sym_int_literal] = ACTIONS(3444), + [sym_float_literal] = ACTIONS(3444), + [sym_rune_literal] = ACTIONS(3444), + [sym_pseudo_compile_time_identifier] = ACTIONS(3444), + [anon_sym_shared] = ACTIONS(3444), + [anon_sym_map_LBRACK] = ACTIONS(3444), + [anon_sym_chan] = ACTIONS(3444), + [anon_sym_thread] = ACTIONS(3444), + [anon_sym_atomic] = ACTIONS(3444), + [anon_sym_assert] = ACTIONS(3444), + [anon_sym_defer] = ACTIONS(3444), + [anon_sym_goto] = ACTIONS(3444), + [anon_sym_break] = ACTIONS(3444), + [anon_sym_continue] = ACTIONS(3444), + [anon_sym_return] = ACTIONS(3444), + [anon_sym_DOLLARfor] = ACTIONS(3444), + [anon_sym_for] = ACTIONS(3444), + [anon_sym_POUND] = ACTIONS(3444), + [anon_sym_asm] = ACTIONS(3444), + [anon_sym_AT_LBRACK] = ACTIONS(3444), + [sym___double_quote] = ACTIONS(3444), + [sym___single_quote] = ACTIONS(3444), + [sym___c_double_quote] = ACTIONS(3444), + [sym___c_single_quote] = ACTIONS(3444), + [sym___r_double_quote] = ACTIONS(3444), + [sym___r_single_quote] = ACTIONS(3444), }, [1037] = { [sym_line_comment] = STATE(1037), [sym_block_comment] = STATE(1037), - [ts_builtin_sym_end] = ACTIONS(2915), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LF] = ACTIONS(2917), - [anon_sym_CR] = ACTIONS(2917), - [anon_sym_CR_LF] = ACTIONS(2917), + [ts_builtin_sym_end] = ACTIONS(3227), + [sym_identifier] = ACTIONS(3229), + [anon_sym_LF] = ACTIONS(3229), + [anon_sym_CR] = ACTIONS(3229), + [anon_sym_CR_LF] = ACTIONS(3229), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2917), - [anon_sym_as] = ACTIONS(2917), - [anon_sym_LBRACE] = ACTIONS(2917), - [anon_sym_COMMA] = ACTIONS(2917), - [anon_sym_const] = ACTIONS(2917), - [anon_sym_LPAREN] = ACTIONS(2917), - [anon_sym___global] = ACTIONS(2917), - [anon_sym_type] = ACTIONS(2917), - [anon_sym_PIPE] = ACTIONS(2917), - [anon_sym_fn] = ACTIONS(2917), - [anon_sym_PLUS] = ACTIONS(2917), - [anon_sym_DASH] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2917), - [anon_sym_SLASH] = ACTIONS(2917), - [anon_sym_PERCENT] = ACTIONS(2917), - [anon_sym_LT] = ACTIONS(2917), - [anon_sym_GT] = ACTIONS(2917), - [anon_sym_EQ_EQ] = ACTIONS(2917), - [anon_sym_BANG_EQ] = ACTIONS(2917), - [anon_sym_LT_EQ] = ACTIONS(2917), - [anon_sym_GT_EQ] = ACTIONS(2917), - [anon_sym_LBRACK] = ACTIONS(2915), - [anon_sym_struct] = ACTIONS(2917), - [anon_sym_union] = ACTIONS(2917), - [anon_sym_pub] = ACTIONS(2917), - [anon_sym_mut] = ACTIONS(2917), - [anon_sym_enum] = ACTIONS(2917), - [anon_sym_interface] = ACTIONS(2917), - [anon_sym_PLUS_PLUS] = ACTIONS(2917), - [anon_sym_DASH_DASH] = ACTIONS(2917), - [anon_sym_QMARK] = ACTIONS(2917), - [anon_sym_BANG] = ACTIONS(2917), - [anon_sym_go] = ACTIONS(2917), - [anon_sym_spawn] = ACTIONS(2917), - [anon_sym_json_DOTdecode] = ACTIONS(2917), - [anon_sym_LBRACK2] = ACTIONS(2917), - [anon_sym_TILDE] = ACTIONS(2917), - [anon_sym_CARET] = ACTIONS(2917), - [anon_sym_AMP] = ACTIONS(2917), - [anon_sym_LT_DASH] = ACTIONS(2917), - [anon_sym_LT_LT] = ACTIONS(2917), - [anon_sym_GT_GT] = ACTIONS(2917), - [anon_sym_GT_GT_GT] = ACTIONS(2917), - [anon_sym_AMP_CARET] = ACTIONS(2917), - [anon_sym_AMP_AMP] = ACTIONS(2917), - [anon_sym_PIPE_PIPE] = ACTIONS(2917), - [anon_sym_or] = ACTIONS(2917), - [sym_none] = ACTIONS(2917), - [sym_true] = ACTIONS(2917), - [sym_false] = ACTIONS(2917), - [sym_nil] = ACTIONS(2917), - [anon_sym_QMARK_DOT] = ACTIONS(2917), - [anon_sym_POUND_LBRACK] = ACTIONS(2917), - [anon_sym_if] = ACTIONS(2917), - [anon_sym_DOLLARif] = ACTIONS(2917), - [anon_sym_is] = ACTIONS(2917), - [anon_sym_BANGis] = ACTIONS(2917), - [anon_sym_in] = ACTIONS(2917), - [anon_sym_BANGin] = ACTIONS(2917), - [anon_sym_match] = ACTIONS(2917), - [anon_sym_select] = ACTIONS(2917), - [anon_sym_lock] = ACTIONS(2917), - [anon_sym_rlock] = ACTIONS(2917), - [anon_sym_unsafe] = ACTIONS(2917), - [anon_sym_sql] = ACTIONS(2917), - [sym_int_literal] = ACTIONS(2917), - [sym_float_literal] = ACTIONS(2917), - [sym_rune_literal] = ACTIONS(2917), - [sym_pseudo_compile_time_identifier] = ACTIONS(2917), - [anon_sym_shared] = ACTIONS(2917), - [anon_sym_map_LBRACK] = ACTIONS(2917), - [anon_sym_chan] = ACTIONS(2917), - [anon_sym_thread] = ACTIONS(2917), - [anon_sym_atomic] = ACTIONS(2917), - [anon_sym_assert] = ACTIONS(2917), - [anon_sym_defer] = ACTIONS(2917), - [anon_sym_goto] = ACTIONS(2917), - [anon_sym_break] = ACTIONS(2917), - [anon_sym_continue] = ACTIONS(2917), - [anon_sym_return] = ACTIONS(2917), - [anon_sym_DOLLARfor] = ACTIONS(2917), - [anon_sym_for] = ACTIONS(2917), - [anon_sym_POUND] = ACTIONS(2917), - [anon_sym_asm] = ACTIONS(2917), - [anon_sym_AT_LBRACK] = ACTIONS(2917), - [sym___double_quote] = ACTIONS(2917), - [sym___single_quote] = ACTIONS(2917), - [sym___c_double_quote] = ACTIONS(2917), - [sym___c_single_quote] = ACTIONS(2917), - [sym___r_double_quote] = ACTIONS(2917), - [sym___r_single_quote] = ACTIONS(2917), + [anon_sym_DOT] = ACTIONS(3229), + [anon_sym_as] = ACTIONS(3229), + [anon_sym_LBRACE] = ACTIONS(3229), + [anon_sym_COMMA] = ACTIONS(3229), + [anon_sym_const] = ACTIONS(3229), + [anon_sym_LPAREN] = ACTIONS(3229), + [anon_sym___global] = ACTIONS(3229), + [anon_sym_type] = ACTIONS(3229), + [anon_sym_PIPE] = ACTIONS(3229), + [anon_sym_fn] = ACTIONS(3229), + [anon_sym_PLUS] = ACTIONS(3229), + [anon_sym_DASH] = ACTIONS(3229), + [anon_sym_STAR] = ACTIONS(3229), + [anon_sym_SLASH] = ACTIONS(3229), + [anon_sym_PERCENT] = ACTIONS(3229), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_GT] = ACTIONS(3229), + [anon_sym_EQ_EQ] = ACTIONS(3229), + [anon_sym_BANG_EQ] = ACTIONS(3229), + [anon_sym_LT_EQ] = ACTIONS(3229), + [anon_sym_GT_EQ] = ACTIONS(3229), + [anon_sym_LBRACK] = ACTIONS(3227), + [anon_sym_struct] = ACTIONS(3229), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_pub] = ACTIONS(3229), + [anon_sym_mut] = ACTIONS(3229), + [anon_sym_enum] = ACTIONS(3229), + [anon_sym_interface] = ACTIONS(3229), + [anon_sym_PLUS_PLUS] = ACTIONS(3229), + [anon_sym_DASH_DASH] = ACTIONS(3229), + [anon_sym_QMARK] = ACTIONS(3229), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_go] = ACTIONS(3229), + [anon_sym_spawn] = ACTIONS(3229), + [anon_sym_json_DOTdecode] = ACTIONS(3229), + [anon_sym_LBRACK2] = ACTIONS(3229), + [anon_sym_TILDE] = ACTIONS(3229), + [anon_sym_CARET] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3229), + [anon_sym_LT_DASH] = ACTIONS(3229), + [anon_sym_LT_LT] = ACTIONS(3229), + [anon_sym_GT_GT] = ACTIONS(3229), + [anon_sym_GT_GT_GT] = ACTIONS(3229), + [anon_sym_AMP_CARET] = ACTIONS(3229), + [anon_sym_AMP_AMP] = ACTIONS(3229), + [anon_sym_PIPE_PIPE] = ACTIONS(3229), + [anon_sym_or] = ACTIONS(3229), + [sym_none] = ACTIONS(3229), + [sym_true] = ACTIONS(3229), + [sym_false] = ACTIONS(3229), + [sym_nil] = ACTIONS(3229), + [anon_sym_QMARK_DOT] = ACTIONS(3229), + [anon_sym_POUND_LBRACK] = ACTIONS(3229), + [anon_sym_if] = ACTIONS(3229), + [anon_sym_DOLLARif] = ACTIONS(3229), + [anon_sym_is] = ACTIONS(3229), + [anon_sym_BANGis] = ACTIONS(3229), + [anon_sym_in] = ACTIONS(3229), + [anon_sym_BANGin] = ACTIONS(3229), + [anon_sym_match] = ACTIONS(3229), + [anon_sym_select] = ACTIONS(3229), + [anon_sym_lock] = ACTIONS(3229), + [anon_sym_rlock] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(3229), + [anon_sym_sql] = ACTIONS(3229), + [sym_int_literal] = ACTIONS(3229), + [sym_float_literal] = ACTIONS(3229), + [sym_rune_literal] = ACTIONS(3229), + [sym_pseudo_compile_time_identifier] = ACTIONS(3229), + [anon_sym_shared] = ACTIONS(3229), + [anon_sym_map_LBRACK] = ACTIONS(3229), + [anon_sym_chan] = ACTIONS(3229), + [anon_sym_thread] = ACTIONS(3229), + [anon_sym_atomic] = ACTIONS(3229), + [anon_sym_assert] = ACTIONS(3229), + [anon_sym_defer] = ACTIONS(3229), + [anon_sym_goto] = ACTIONS(3229), + [anon_sym_break] = ACTIONS(3229), + [anon_sym_continue] = ACTIONS(3229), + [anon_sym_return] = ACTIONS(3229), + [anon_sym_DOLLARfor] = ACTIONS(3229), + [anon_sym_for] = ACTIONS(3229), + [anon_sym_POUND] = ACTIONS(3229), + [anon_sym_asm] = ACTIONS(3229), + [anon_sym_AT_LBRACK] = ACTIONS(3229), + [sym___double_quote] = ACTIONS(3229), + [sym___single_quote] = ACTIONS(3229), + [sym___c_double_quote] = ACTIONS(3229), + [sym___c_single_quote] = ACTIONS(3229), + [sym___r_double_quote] = ACTIONS(3229), + [sym___r_single_quote] = ACTIONS(3229), }, [1038] = { [sym_line_comment] = STATE(1038), [sym_block_comment] = STATE(1038), - [ts_builtin_sym_end] = ACTIONS(2911), - [sym_identifier] = ACTIONS(2913), - [anon_sym_LF] = ACTIONS(2913), - [anon_sym_CR] = ACTIONS(2913), - [anon_sym_CR_LF] = ACTIONS(2913), + [ts_builtin_sym_end] = ACTIONS(3031), + [sym_identifier] = ACTIONS(3033), + [anon_sym_LF] = ACTIONS(3033), + [anon_sym_CR] = ACTIONS(3033), + [anon_sym_CR_LF] = ACTIONS(3033), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2913), - [anon_sym_as] = ACTIONS(2913), - [anon_sym_LBRACE] = ACTIONS(2913), - [anon_sym_COMMA] = ACTIONS(2913), - [anon_sym_const] = ACTIONS(2913), - [anon_sym_LPAREN] = ACTIONS(2913), - [anon_sym___global] = ACTIONS(2913), - [anon_sym_type] = ACTIONS(2913), - [anon_sym_PIPE] = ACTIONS(2913), - [anon_sym_fn] = ACTIONS(2913), - [anon_sym_PLUS] = ACTIONS(2913), - [anon_sym_DASH] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2913), - [anon_sym_SLASH] = ACTIONS(2913), - [anon_sym_PERCENT] = ACTIONS(2913), - [anon_sym_LT] = ACTIONS(2913), - [anon_sym_GT] = ACTIONS(2913), - [anon_sym_EQ_EQ] = ACTIONS(2913), - [anon_sym_BANG_EQ] = ACTIONS(2913), - [anon_sym_LT_EQ] = ACTIONS(2913), - [anon_sym_GT_EQ] = ACTIONS(2913), - [anon_sym_LBRACK] = ACTIONS(2911), - [anon_sym_struct] = ACTIONS(2913), - [anon_sym_union] = ACTIONS(2913), - [anon_sym_pub] = ACTIONS(2913), - [anon_sym_mut] = ACTIONS(2913), - [anon_sym_enum] = ACTIONS(2913), - [anon_sym_interface] = ACTIONS(2913), - [anon_sym_PLUS_PLUS] = ACTIONS(2913), - [anon_sym_DASH_DASH] = ACTIONS(2913), - [anon_sym_QMARK] = ACTIONS(2913), - [anon_sym_BANG] = ACTIONS(2913), - [anon_sym_go] = ACTIONS(2913), - [anon_sym_spawn] = ACTIONS(2913), - [anon_sym_json_DOTdecode] = ACTIONS(2913), - [anon_sym_LBRACK2] = ACTIONS(2913), - [anon_sym_TILDE] = ACTIONS(2913), - [anon_sym_CARET] = ACTIONS(2913), - [anon_sym_AMP] = ACTIONS(2913), - [anon_sym_LT_DASH] = ACTIONS(2913), - [anon_sym_LT_LT] = ACTIONS(2913), - [anon_sym_GT_GT] = ACTIONS(2913), - [anon_sym_GT_GT_GT] = ACTIONS(2913), - [anon_sym_AMP_CARET] = ACTIONS(2913), - [anon_sym_AMP_AMP] = ACTIONS(2913), - [anon_sym_PIPE_PIPE] = ACTIONS(2913), - [anon_sym_or] = ACTIONS(2913), - [sym_none] = ACTIONS(2913), - [sym_true] = ACTIONS(2913), - [sym_false] = ACTIONS(2913), - [sym_nil] = ACTIONS(2913), - [anon_sym_QMARK_DOT] = ACTIONS(2913), - [anon_sym_POUND_LBRACK] = ACTIONS(2913), - [anon_sym_if] = ACTIONS(2913), - [anon_sym_DOLLARif] = ACTIONS(2913), - [anon_sym_is] = ACTIONS(2913), - [anon_sym_BANGis] = ACTIONS(2913), - [anon_sym_in] = ACTIONS(2913), - [anon_sym_BANGin] = ACTIONS(2913), - [anon_sym_match] = ACTIONS(2913), - [anon_sym_select] = ACTIONS(2913), - [anon_sym_lock] = ACTIONS(2913), - [anon_sym_rlock] = ACTIONS(2913), - [anon_sym_unsafe] = ACTIONS(2913), - [anon_sym_sql] = ACTIONS(2913), - [sym_int_literal] = ACTIONS(2913), - [sym_float_literal] = ACTIONS(2913), - [sym_rune_literal] = ACTIONS(2913), - [sym_pseudo_compile_time_identifier] = ACTIONS(2913), - [anon_sym_shared] = ACTIONS(2913), - [anon_sym_map_LBRACK] = ACTIONS(2913), - [anon_sym_chan] = ACTIONS(2913), - [anon_sym_thread] = ACTIONS(2913), - [anon_sym_atomic] = ACTIONS(2913), - [anon_sym_assert] = ACTIONS(2913), - [anon_sym_defer] = ACTIONS(2913), - [anon_sym_goto] = ACTIONS(2913), - [anon_sym_break] = ACTIONS(2913), - [anon_sym_continue] = ACTIONS(2913), - [anon_sym_return] = ACTIONS(2913), - [anon_sym_DOLLARfor] = ACTIONS(2913), - [anon_sym_for] = ACTIONS(2913), - [anon_sym_POUND] = ACTIONS(2913), - [anon_sym_asm] = ACTIONS(2913), - [anon_sym_AT_LBRACK] = ACTIONS(2913), - [sym___double_quote] = ACTIONS(2913), - [sym___single_quote] = ACTIONS(2913), - [sym___c_double_quote] = ACTIONS(2913), - [sym___c_single_quote] = ACTIONS(2913), - [sym___r_double_quote] = ACTIONS(2913), - [sym___r_single_quote] = ACTIONS(2913), + [anon_sym_DOT] = ACTIONS(3033), + [anon_sym_as] = ACTIONS(3033), + [anon_sym_LBRACE] = ACTIONS(3033), + [anon_sym_COMMA] = ACTIONS(3033), + [anon_sym_const] = ACTIONS(3033), + [anon_sym_LPAREN] = ACTIONS(3033), + [anon_sym___global] = ACTIONS(3033), + [anon_sym_type] = ACTIONS(3033), + [anon_sym_PIPE] = ACTIONS(3033), + [anon_sym_fn] = ACTIONS(3033), + [anon_sym_PLUS] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3033), + [anon_sym_STAR] = ACTIONS(3033), + [anon_sym_SLASH] = ACTIONS(3033), + [anon_sym_PERCENT] = ACTIONS(3033), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3033), + [anon_sym_EQ_EQ] = ACTIONS(3033), + [anon_sym_BANG_EQ] = ACTIONS(3033), + [anon_sym_LT_EQ] = ACTIONS(3033), + [anon_sym_GT_EQ] = ACTIONS(3033), + [anon_sym_LBRACK] = ACTIONS(3031), + [anon_sym_struct] = ACTIONS(3033), + [anon_sym_union] = ACTIONS(3033), + [anon_sym_pub] = ACTIONS(3033), + [anon_sym_mut] = ACTIONS(3033), + [anon_sym_enum] = ACTIONS(3033), + [anon_sym_interface] = ACTIONS(3033), + [anon_sym_PLUS_PLUS] = ACTIONS(3033), + [anon_sym_DASH_DASH] = ACTIONS(3033), + [anon_sym_QMARK] = ACTIONS(3033), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_go] = ACTIONS(3033), + [anon_sym_spawn] = ACTIONS(3033), + [anon_sym_json_DOTdecode] = ACTIONS(3033), + [anon_sym_LBRACK2] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_CARET] = ACTIONS(3033), + [anon_sym_AMP] = ACTIONS(3033), + [anon_sym_LT_DASH] = ACTIONS(3033), + [anon_sym_LT_LT] = ACTIONS(3033), + [anon_sym_GT_GT] = ACTIONS(3033), + [anon_sym_GT_GT_GT] = ACTIONS(3033), + [anon_sym_AMP_CARET] = ACTIONS(3033), + [anon_sym_AMP_AMP] = ACTIONS(3033), + [anon_sym_PIPE_PIPE] = ACTIONS(3033), + [anon_sym_or] = ACTIONS(3033), + [sym_none] = ACTIONS(3033), + [sym_true] = ACTIONS(3033), + [sym_false] = ACTIONS(3033), + [sym_nil] = ACTIONS(3033), + [anon_sym_QMARK_DOT] = ACTIONS(3033), + [anon_sym_POUND_LBRACK] = ACTIONS(3033), + [anon_sym_if] = ACTIONS(3033), + [anon_sym_DOLLARif] = ACTIONS(3033), + [anon_sym_is] = ACTIONS(3033), + [anon_sym_BANGis] = ACTIONS(3033), + [anon_sym_in] = ACTIONS(3033), + [anon_sym_BANGin] = ACTIONS(3033), + [anon_sym_match] = ACTIONS(3033), + [anon_sym_select] = ACTIONS(3033), + [anon_sym_lock] = ACTIONS(3033), + [anon_sym_rlock] = ACTIONS(3033), + [anon_sym_unsafe] = ACTIONS(3033), + [anon_sym_sql] = ACTIONS(3033), + [sym_int_literal] = ACTIONS(3033), + [sym_float_literal] = ACTIONS(3033), + [sym_rune_literal] = ACTIONS(3033), + [sym_pseudo_compile_time_identifier] = ACTIONS(3033), + [anon_sym_shared] = ACTIONS(3033), + [anon_sym_map_LBRACK] = ACTIONS(3033), + [anon_sym_chan] = ACTIONS(3033), + [anon_sym_thread] = ACTIONS(3033), + [anon_sym_atomic] = ACTIONS(3033), + [anon_sym_assert] = ACTIONS(3033), + [anon_sym_defer] = ACTIONS(3033), + [anon_sym_goto] = ACTIONS(3033), + [anon_sym_break] = ACTIONS(3033), + [anon_sym_continue] = ACTIONS(3033), + [anon_sym_return] = ACTIONS(3033), + [anon_sym_DOLLARfor] = ACTIONS(3033), + [anon_sym_for] = ACTIONS(3033), + [anon_sym_POUND] = ACTIONS(3033), + [anon_sym_asm] = ACTIONS(3033), + [anon_sym_AT_LBRACK] = ACTIONS(3033), + [sym___double_quote] = ACTIONS(3033), + [sym___single_quote] = ACTIONS(3033), + [sym___c_double_quote] = ACTIONS(3033), + [sym___c_single_quote] = ACTIONS(3033), + [sym___r_double_quote] = ACTIONS(3033), + [sym___r_single_quote] = ACTIONS(3033), }, [1039] = { [sym_line_comment] = STATE(1039), [sym_block_comment] = STATE(1039), - [ts_builtin_sym_end] = ACTIONS(3385), - [sym_identifier] = ACTIONS(3387), - [anon_sym_LF] = ACTIONS(3387), - [anon_sym_CR] = ACTIONS(3387), - [anon_sym_CR_LF] = ACTIONS(3387), + [ts_builtin_sym_end] = ACTIONS(3009), + [sym_identifier] = ACTIONS(3011), + [anon_sym_LF] = ACTIONS(3011), + [anon_sym_CR] = ACTIONS(3011), + [anon_sym_CR_LF] = ACTIONS(3011), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3387), - [anon_sym_as] = ACTIONS(3387), - [anon_sym_LBRACE] = ACTIONS(3387), - [anon_sym_COMMA] = ACTIONS(3387), - [anon_sym_const] = ACTIONS(3387), - [anon_sym_LPAREN] = ACTIONS(3387), - [anon_sym___global] = ACTIONS(3387), - [anon_sym_type] = ACTIONS(3387), - [anon_sym_PIPE] = ACTIONS(3387), - [anon_sym_fn] = ACTIONS(3387), - [anon_sym_PLUS] = ACTIONS(3387), - [anon_sym_DASH] = ACTIONS(3387), - [anon_sym_STAR] = ACTIONS(3387), - [anon_sym_SLASH] = ACTIONS(3387), - [anon_sym_PERCENT] = ACTIONS(3387), - [anon_sym_LT] = ACTIONS(3387), - [anon_sym_GT] = ACTIONS(3387), - [anon_sym_EQ_EQ] = ACTIONS(3387), - [anon_sym_BANG_EQ] = ACTIONS(3387), - [anon_sym_LT_EQ] = ACTIONS(3387), - [anon_sym_GT_EQ] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(3385), - [anon_sym_struct] = ACTIONS(3387), - [anon_sym_union] = ACTIONS(3387), - [anon_sym_pub] = ACTIONS(3387), - [anon_sym_mut] = ACTIONS(3387), - [anon_sym_enum] = ACTIONS(3387), - [anon_sym_interface] = ACTIONS(3387), - [anon_sym_PLUS_PLUS] = ACTIONS(3387), - [anon_sym_DASH_DASH] = ACTIONS(3387), - [anon_sym_QMARK] = ACTIONS(3387), - [anon_sym_BANG] = ACTIONS(3387), - [anon_sym_go] = ACTIONS(3387), - [anon_sym_spawn] = ACTIONS(3387), - [anon_sym_json_DOTdecode] = ACTIONS(3387), - [anon_sym_LBRACK2] = ACTIONS(3387), - [anon_sym_TILDE] = ACTIONS(3387), - [anon_sym_CARET] = ACTIONS(3387), - [anon_sym_AMP] = ACTIONS(3387), - [anon_sym_LT_DASH] = ACTIONS(3387), - [anon_sym_LT_LT] = ACTIONS(3387), - [anon_sym_GT_GT] = ACTIONS(3387), - [anon_sym_GT_GT_GT] = ACTIONS(3387), - [anon_sym_AMP_CARET] = ACTIONS(3387), - [anon_sym_AMP_AMP] = ACTIONS(3387), - [anon_sym_PIPE_PIPE] = ACTIONS(3387), - [anon_sym_or] = ACTIONS(3387), - [sym_none] = ACTIONS(3387), - [sym_true] = ACTIONS(3387), - [sym_false] = ACTIONS(3387), - [sym_nil] = ACTIONS(3387), - [anon_sym_QMARK_DOT] = ACTIONS(3387), - [anon_sym_POUND_LBRACK] = ACTIONS(3387), - [anon_sym_if] = ACTIONS(3387), - [anon_sym_DOLLARif] = ACTIONS(3387), - [anon_sym_is] = ACTIONS(3387), - [anon_sym_BANGis] = ACTIONS(3387), - [anon_sym_in] = ACTIONS(3387), - [anon_sym_BANGin] = ACTIONS(3387), - [anon_sym_match] = ACTIONS(3387), - [anon_sym_select] = ACTIONS(3387), - [anon_sym_lock] = ACTIONS(3387), - [anon_sym_rlock] = ACTIONS(3387), - [anon_sym_unsafe] = ACTIONS(3387), - [anon_sym_sql] = ACTIONS(3387), - [sym_int_literal] = ACTIONS(3387), - [sym_float_literal] = ACTIONS(3387), - [sym_rune_literal] = ACTIONS(3387), - [sym_pseudo_compile_time_identifier] = ACTIONS(3387), - [anon_sym_shared] = ACTIONS(3387), - [anon_sym_map_LBRACK] = ACTIONS(3387), - [anon_sym_chan] = ACTIONS(3387), - [anon_sym_thread] = ACTIONS(3387), - [anon_sym_atomic] = ACTIONS(3387), - [anon_sym_assert] = ACTIONS(3387), - [anon_sym_defer] = ACTIONS(3387), - [anon_sym_goto] = ACTIONS(3387), - [anon_sym_break] = ACTIONS(3387), - [anon_sym_continue] = ACTIONS(3387), - [anon_sym_return] = ACTIONS(3387), - [anon_sym_DOLLARfor] = ACTIONS(3387), - [anon_sym_for] = ACTIONS(3387), - [anon_sym_POUND] = ACTIONS(3387), - [anon_sym_asm] = ACTIONS(3387), - [anon_sym_AT_LBRACK] = ACTIONS(3387), - [sym___double_quote] = ACTIONS(3387), - [sym___single_quote] = ACTIONS(3387), - [sym___c_double_quote] = ACTIONS(3387), - [sym___c_single_quote] = ACTIONS(3387), - [sym___r_double_quote] = ACTIONS(3387), - [sym___r_single_quote] = ACTIONS(3387), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_as] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(3011), + [anon_sym_COMMA] = ACTIONS(3011), + [anon_sym_const] = ACTIONS(3011), + [anon_sym_LPAREN] = ACTIONS(3011), + [anon_sym___global] = ACTIONS(3011), + [anon_sym_type] = ACTIONS(3011), + [anon_sym_PIPE] = ACTIONS(3011), + [anon_sym_fn] = ACTIONS(3011), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3011), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_EQ] = ACTIONS(3011), + [anon_sym_LBRACK] = ACTIONS(3009), + [anon_sym_struct] = ACTIONS(3011), + [anon_sym_union] = ACTIONS(3011), + [anon_sym_pub] = ACTIONS(3011), + [anon_sym_mut] = ACTIONS(3011), + [anon_sym_enum] = ACTIONS(3011), + [anon_sym_interface] = ACTIONS(3011), + [anon_sym_PLUS_PLUS] = ACTIONS(3011), + [anon_sym_DASH_DASH] = ACTIONS(3011), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_go] = ACTIONS(3011), + [anon_sym_spawn] = ACTIONS(3011), + [anon_sym_json_DOTdecode] = ACTIONS(3011), + [anon_sym_LBRACK2] = ACTIONS(3011), + [anon_sym_TILDE] = ACTIONS(3011), + [anon_sym_CARET] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3011), + [anon_sym_LT_DASH] = ACTIONS(3011), + [anon_sym_LT_LT] = ACTIONS(3011), + [anon_sym_GT_GT] = ACTIONS(3011), + [anon_sym_GT_GT_GT] = ACTIONS(3011), + [anon_sym_AMP_CARET] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3011), + [anon_sym_PIPE_PIPE] = ACTIONS(3011), + [anon_sym_or] = ACTIONS(3011), + [sym_none] = ACTIONS(3011), + [sym_true] = ACTIONS(3011), + [sym_false] = ACTIONS(3011), + [sym_nil] = ACTIONS(3011), + [anon_sym_QMARK_DOT] = ACTIONS(3011), + [anon_sym_POUND_LBRACK] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_DOLLARif] = ACTIONS(3011), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3011), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_BANGin] = ACTIONS(3011), + [anon_sym_match] = ACTIONS(3011), + [anon_sym_select] = ACTIONS(3011), + [anon_sym_lock] = ACTIONS(3011), + [anon_sym_rlock] = ACTIONS(3011), + [anon_sym_unsafe] = ACTIONS(3011), + [anon_sym_sql] = ACTIONS(3011), + [sym_int_literal] = ACTIONS(3011), + [sym_float_literal] = ACTIONS(3011), + [sym_rune_literal] = ACTIONS(3011), + [sym_pseudo_compile_time_identifier] = ACTIONS(3011), + [anon_sym_shared] = ACTIONS(3011), + [anon_sym_map_LBRACK] = ACTIONS(3011), + [anon_sym_chan] = ACTIONS(3011), + [anon_sym_thread] = ACTIONS(3011), + [anon_sym_atomic] = ACTIONS(3011), + [anon_sym_assert] = ACTIONS(3011), + [anon_sym_defer] = ACTIONS(3011), + [anon_sym_goto] = ACTIONS(3011), + [anon_sym_break] = ACTIONS(3011), + [anon_sym_continue] = ACTIONS(3011), + [anon_sym_return] = ACTIONS(3011), + [anon_sym_DOLLARfor] = ACTIONS(3011), + [anon_sym_for] = ACTIONS(3011), + [anon_sym_POUND] = ACTIONS(3011), + [anon_sym_asm] = ACTIONS(3011), + [anon_sym_AT_LBRACK] = ACTIONS(3011), + [sym___double_quote] = ACTIONS(3011), + [sym___single_quote] = ACTIONS(3011), + [sym___c_double_quote] = ACTIONS(3011), + [sym___c_single_quote] = ACTIONS(3011), + [sym___r_double_quote] = ACTIONS(3011), + [sym___r_single_quote] = ACTIONS(3011), }, [1040] = { [sym_line_comment] = STATE(1040), [sym_block_comment] = STATE(1040), - [ts_builtin_sym_end] = ACTIONS(2893), - [sym_identifier] = ACTIONS(2895), - [anon_sym_LF] = ACTIONS(2895), - [anon_sym_CR] = ACTIONS(2895), - [anon_sym_CR_LF] = ACTIONS(2895), + [ts_builtin_sym_end] = ACTIONS(3005), + [sym_identifier] = ACTIONS(3007), + [anon_sym_LF] = ACTIONS(3007), + [anon_sym_CR] = ACTIONS(3007), + [anon_sym_CR_LF] = ACTIONS(3007), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2895), - [anon_sym_as] = ACTIONS(2895), - [anon_sym_LBRACE] = ACTIONS(2895), - [anon_sym_COMMA] = ACTIONS(2895), - [anon_sym_const] = ACTIONS(2895), - [anon_sym_LPAREN] = ACTIONS(2895), - [anon_sym___global] = ACTIONS(2895), - [anon_sym_type] = ACTIONS(2895), - [anon_sym_PIPE] = ACTIONS(2895), - [anon_sym_fn] = ACTIONS(2895), - [anon_sym_PLUS] = ACTIONS(2895), - [anon_sym_DASH] = ACTIONS(2895), - [anon_sym_STAR] = ACTIONS(2895), - [anon_sym_SLASH] = ACTIONS(2895), - [anon_sym_PERCENT] = ACTIONS(2895), - [anon_sym_LT] = ACTIONS(2895), - [anon_sym_GT] = ACTIONS(2895), - [anon_sym_EQ_EQ] = ACTIONS(2895), - [anon_sym_BANG_EQ] = ACTIONS(2895), - [anon_sym_LT_EQ] = ACTIONS(2895), - [anon_sym_GT_EQ] = ACTIONS(2895), - [anon_sym_LBRACK] = ACTIONS(2893), - [anon_sym_struct] = ACTIONS(2895), - [anon_sym_union] = ACTIONS(2895), - [anon_sym_pub] = ACTIONS(2895), - [anon_sym_mut] = ACTIONS(2895), - [anon_sym_enum] = ACTIONS(2895), - [anon_sym_interface] = ACTIONS(2895), - [anon_sym_PLUS_PLUS] = ACTIONS(2895), - [anon_sym_DASH_DASH] = ACTIONS(2895), - [anon_sym_QMARK] = ACTIONS(2895), - [anon_sym_BANG] = ACTIONS(2895), - [anon_sym_go] = ACTIONS(2895), - [anon_sym_spawn] = ACTIONS(2895), - [anon_sym_json_DOTdecode] = ACTIONS(2895), - [anon_sym_LBRACK2] = ACTIONS(2895), - [anon_sym_TILDE] = ACTIONS(2895), - [anon_sym_CARET] = ACTIONS(2895), - [anon_sym_AMP] = ACTIONS(2895), - [anon_sym_LT_DASH] = ACTIONS(2895), - [anon_sym_LT_LT] = ACTIONS(2895), - [anon_sym_GT_GT] = ACTIONS(2895), - [anon_sym_GT_GT_GT] = ACTIONS(2895), - [anon_sym_AMP_CARET] = ACTIONS(2895), - [anon_sym_AMP_AMP] = ACTIONS(2895), - [anon_sym_PIPE_PIPE] = ACTIONS(2895), - [anon_sym_or] = ACTIONS(2895), - [sym_none] = ACTIONS(2895), - [sym_true] = ACTIONS(2895), - [sym_false] = ACTIONS(2895), - [sym_nil] = ACTIONS(2895), - [anon_sym_QMARK_DOT] = ACTIONS(2895), - [anon_sym_POUND_LBRACK] = ACTIONS(2895), - [anon_sym_if] = ACTIONS(2895), - [anon_sym_DOLLARif] = ACTIONS(2895), - [anon_sym_is] = ACTIONS(2895), - [anon_sym_BANGis] = ACTIONS(2895), - [anon_sym_in] = ACTIONS(2895), - [anon_sym_BANGin] = ACTIONS(2895), - [anon_sym_match] = ACTIONS(2895), - [anon_sym_select] = ACTIONS(2895), - [anon_sym_lock] = ACTIONS(2895), - [anon_sym_rlock] = ACTIONS(2895), - [anon_sym_unsafe] = ACTIONS(2895), - [anon_sym_sql] = ACTIONS(2895), - [sym_int_literal] = ACTIONS(2895), - [sym_float_literal] = ACTIONS(2895), - [sym_rune_literal] = ACTIONS(2895), - [sym_pseudo_compile_time_identifier] = ACTIONS(2895), - [anon_sym_shared] = ACTIONS(2895), - [anon_sym_map_LBRACK] = ACTIONS(2895), - [anon_sym_chan] = ACTIONS(2895), - [anon_sym_thread] = ACTIONS(2895), - [anon_sym_atomic] = ACTIONS(2895), - [anon_sym_assert] = ACTIONS(2895), - [anon_sym_defer] = ACTIONS(2895), - [anon_sym_goto] = ACTIONS(2895), - [anon_sym_break] = ACTIONS(2895), - [anon_sym_continue] = ACTIONS(2895), - [anon_sym_return] = ACTIONS(2895), - [anon_sym_DOLLARfor] = ACTIONS(2895), - [anon_sym_for] = ACTIONS(2895), - [anon_sym_POUND] = ACTIONS(2895), - [anon_sym_asm] = ACTIONS(2895), - [anon_sym_AT_LBRACK] = ACTIONS(2895), - [sym___double_quote] = ACTIONS(2895), - [sym___single_quote] = ACTIONS(2895), - [sym___c_double_quote] = ACTIONS(2895), - [sym___c_single_quote] = ACTIONS(2895), - [sym___r_double_quote] = ACTIONS(2895), - [sym___r_single_quote] = ACTIONS(2895), + [anon_sym_DOT] = ACTIONS(3007), + [anon_sym_as] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(3007), + [anon_sym_COMMA] = ACTIONS(3007), + [anon_sym_const] = ACTIONS(3007), + [anon_sym_LPAREN] = ACTIONS(3007), + [anon_sym___global] = ACTIONS(3007), + [anon_sym_type] = ACTIONS(3007), + [anon_sym_PIPE] = ACTIONS(3007), + [anon_sym_fn] = ACTIONS(3007), + [anon_sym_PLUS] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(3007), + [anon_sym_SLASH] = ACTIONS(3007), + [anon_sym_PERCENT] = ACTIONS(3007), + [anon_sym_LT] = ACTIONS(3007), + [anon_sym_GT] = ACTIONS(3007), + [anon_sym_EQ_EQ] = ACTIONS(3007), + [anon_sym_BANG_EQ] = ACTIONS(3007), + [anon_sym_LT_EQ] = ACTIONS(3007), + [anon_sym_GT_EQ] = ACTIONS(3007), + [anon_sym_LBRACK] = ACTIONS(3005), + [anon_sym_struct] = ACTIONS(3007), + [anon_sym_union] = ACTIONS(3007), + [anon_sym_pub] = ACTIONS(3007), + [anon_sym_mut] = ACTIONS(3007), + [anon_sym_enum] = ACTIONS(3007), + [anon_sym_interface] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_QMARK] = ACTIONS(3007), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_go] = ACTIONS(3007), + [anon_sym_spawn] = ACTIONS(3007), + [anon_sym_json_DOTdecode] = ACTIONS(3007), + [anon_sym_LBRACK2] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_CARET] = ACTIONS(3007), + [anon_sym_AMP] = ACTIONS(3007), + [anon_sym_LT_DASH] = ACTIONS(3007), + [anon_sym_LT_LT] = ACTIONS(3007), + [anon_sym_GT_GT] = ACTIONS(3007), + [anon_sym_GT_GT_GT] = ACTIONS(3007), + [anon_sym_AMP_CARET] = ACTIONS(3007), + [anon_sym_AMP_AMP] = ACTIONS(3007), + [anon_sym_PIPE_PIPE] = ACTIONS(3007), + [anon_sym_or] = ACTIONS(3007), + [sym_none] = ACTIONS(3007), + [sym_true] = ACTIONS(3007), + [sym_false] = ACTIONS(3007), + [sym_nil] = ACTIONS(3007), + [anon_sym_QMARK_DOT] = ACTIONS(3007), + [anon_sym_POUND_LBRACK] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_DOLLARif] = ACTIONS(3007), + [anon_sym_is] = ACTIONS(3007), + [anon_sym_BANGis] = ACTIONS(3007), + [anon_sym_in] = ACTIONS(3007), + [anon_sym_BANGin] = ACTIONS(3007), + [anon_sym_match] = ACTIONS(3007), + [anon_sym_select] = ACTIONS(3007), + [anon_sym_lock] = ACTIONS(3007), + [anon_sym_rlock] = ACTIONS(3007), + [anon_sym_unsafe] = ACTIONS(3007), + [anon_sym_sql] = ACTIONS(3007), + [sym_int_literal] = ACTIONS(3007), + [sym_float_literal] = ACTIONS(3007), + [sym_rune_literal] = ACTIONS(3007), + [sym_pseudo_compile_time_identifier] = ACTIONS(3007), + [anon_sym_shared] = ACTIONS(3007), + [anon_sym_map_LBRACK] = ACTIONS(3007), + [anon_sym_chan] = ACTIONS(3007), + [anon_sym_thread] = ACTIONS(3007), + [anon_sym_atomic] = ACTIONS(3007), + [anon_sym_assert] = ACTIONS(3007), + [anon_sym_defer] = ACTIONS(3007), + [anon_sym_goto] = ACTIONS(3007), + [anon_sym_break] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3007), + [anon_sym_return] = ACTIONS(3007), + [anon_sym_DOLLARfor] = ACTIONS(3007), + [anon_sym_for] = ACTIONS(3007), + [anon_sym_POUND] = ACTIONS(3007), + [anon_sym_asm] = ACTIONS(3007), + [anon_sym_AT_LBRACK] = ACTIONS(3007), + [sym___double_quote] = ACTIONS(3007), + [sym___single_quote] = ACTIONS(3007), + [sym___c_double_quote] = ACTIONS(3007), + [sym___c_single_quote] = ACTIONS(3007), + [sym___r_double_quote] = ACTIONS(3007), + [sym___r_single_quote] = ACTIONS(3007), }, [1041] = { [sym_line_comment] = STATE(1041), [sym_block_comment] = STATE(1041), - [ts_builtin_sym_end] = ACTIONS(2889), - [sym_identifier] = ACTIONS(2891), - [anon_sym_LF] = ACTIONS(2891), - [anon_sym_CR] = ACTIONS(2891), - [anon_sym_CR_LF] = ACTIONS(2891), + [ts_builtin_sym_end] = ACTIONS(3410), + [sym_identifier] = ACTIONS(3412), + [anon_sym_LF] = ACTIONS(3412), + [anon_sym_CR] = ACTIONS(3412), + [anon_sym_CR_LF] = ACTIONS(3412), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2891), - [anon_sym_as] = ACTIONS(2891), - [anon_sym_LBRACE] = ACTIONS(2891), - [anon_sym_COMMA] = ACTIONS(2891), - [anon_sym_const] = ACTIONS(2891), - [anon_sym_LPAREN] = ACTIONS(2891), - [anon_sym___global] = ACTIONS(2891), - [anon_sym_type] = ACTIONS(2891), - [anon_sym_PIPE] = ACTIONS(2891), - [anon_sym_fn] = ACTIONS(2891), - [anon_sym_PLUS] = ACTIONS(2891), - [anon_sym_DASH] = ACTIONS(2891), - [anon_sym_STAR] = ACTIONS(2891), - [anon_sym_SLASH] = ACTIONS(2891), - [anon_sym_PERCENT] = ACTIONS(2891), - [anon_sym_LT] = ACTIONS(2891), - [anon_sym_GT] = ACTIONS(2891), - [anon_sym_EQ_EQ] = ACTIONS(2891), - [anon_sym_BANG_EQ] = ACTIONS(2891), - [anon_sym_LT_EQ] = ACTIONS(2891), - [anon_sym_GT_EQ] = ACTIONS(2891), - [anon_sym_LBRACK] = ACTIONS(2889), - [anon_sym_struct] = ACTIONS(2891), - [anon_sym_union] = ACTIONS(2891), - [anon_sym_pub] = ACTIONS(2891), - [anon_sym_mut] = ACTIONS(2891), - [anon_sym_enum] = ACTIONS(2891), - [anon_sym_interface] = ACTIONS(2891), - [anon_sym_PLUS_PLUS] = ACTIONS(2891), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_QMARK] = ACTIONS(2891), - [anon_sym_BANG] = ACTIONS(2891), - [anon_sym_go] = ACTIONS(2891), - [anon_sym_spawn] = ACTIONS(2891), - [anon_sym_json_DOTdecode] = ACTIONS(2891), - [anon_sym_LBRACK2] = ACTIONS(2891), - [anon_sym_TILDE] = ACTIONS(2891), - [anon_sym_CARET] = ACTIONS(2891), - [anon_sym_AMP] = ACTIONS(2891), - [anon_sym_LT_DASH] = ACTIONS(2891), - [anon_sym_LT_LT] = ACTIONS(2891), - [anon_sym_GT_GT] = ACTIONS(2891), - [anon_sym_GT_GT_GT] = ACTIONS(2891), - [anon_sym_AMP_CARET] = ACTIONS(2891), - [anon_sym_AMP_AMP] = ACTIONS(2891), - [anon_sym_PIPE_PIPE] = ACTIONS(2891), - [anon_sym_or] = ACTIONS(2891), - [sym_none] = ACTIONS(2891), - [sym_true] = ACTIONS(2891), - [sym_false] = ACTIONS(2891), - [sym_nil] = ACTIONS(2891), - [anon_sym_QMARK_DOT] = ACTIONS(2891), - [anon_sym_POUND_LBRACK] = ACTIONS(2891), - [anon_sym_if] = ACTIONS(2891), - [anon_sym_DOLLARif] = ACTIONS(2891), - [anon_sym_is] = ACTIONS(2891), - [anon_sym_BANGis] = ACTIONS(2891), - [anon_sym_in] = ACTIONS(2891), - [anon_sym_BANGin] = ACTIONS(2891), - [anon_sym_match] = ACTIONS(2891), - [anon_sym_select] = ACTIONS(2891), - [anon_sym_lock] = ACTIONS(2891), - [anon_sym_rlock] = ACTIONS(2891), - [anon_sym_unsafe] = ACTIONS(2891), - [anon_sym_sql] = ACTIONS(2891), - [sym_int_literal] = ACTIONS(2891), - [sym_float_literal] = ACTIONS(2891), - [sym_rune_literal] = ACTIONS(2891), - [sym_pseudo_compile_time_identifier] = ACTIONS(2891), - [anon_sym_shared] = ACTIONS(2891), - [anon_sym_map_LBRACK] = ACTIONS(2891), - [anon_sym_chan] = ACTIONS(2891), - [anon_sym_thread] = ACTIONS(2891), - [anon_sym_atomic] = ACTIONS(2891), - [anon_sym_assert] = ACTIONS(2891), - [anon_sym_defer] = ACTIONS(2891), - [anon_sym_goto] = ACTIONS(2891), - [anon_sym_break] = ACTIONS(2891), - [anon_sym_continue] = ACTIONS(2891), - [anon_sym_return] = ACTIONS(2891), - [anon_sym_DOLLARfor] = ACTIONS(2891), - [anon_sym_for] = ACTIONS(2891), - [anon_sym_POUND] = ACTIONS(2891), - [anon_sym_asm] = ACTIONS(2891), - [anon_sym_AT_LBRACK] = ACTIONS(2891), - [sym___double_quote] = ACTIONS(2891), - [sym___single_quote] = ACTIONS(2891), - [sym___c_double_quote] = ACTIONS(2891), - [sym___c_single_quote] = ACTIONS(2891), - [sym___r_double_quote] = ACTIONS(2891), - [sym___r_single_quote] = ACTIONS(2891), + [anon_sym_DOT] = ACTIONS(3412), + [anon_sym_as] = ACTIONS(3412), + [anon_sym_LBRACE] = ACTIONS(3412), + [anon_sym_COMMA] = ACTIONS(3412), + [anon_sym_const] = ACTIONS(3412), + [anon_sym_LPAREN] = ACTIONS(3412), + [anon_sym___global] = ACTIONS(3412), + [anon_sym_type] = ACTIONS(3412), + [anon_sym_PIPE] = ACTIONS(3412), + [anon_sym_fn] = ACTIONS(3412), + [anon_sym_PLUS] = ACTIONS(3412), + [anon_sym_DASH] = ACTIONS(3412), + [anon_sym_STAR] = ACTIONS(3412), + [anon_sym_SLASH] = ACTIONS(3412), + [anon_sym_PERCENT] = ACTIONS(3412), + [anon_sym_LT] = ACTIONS(3412), + [anon_sym_GT] = ACTIONS(3412), + [anon_sym_EQ_EQ] = ACTIONS(3412), + [anon_sym_BANG_EQ] = ACTIONS(3412), + [anon_sym_LT_EQ] = ACTIONS(3412), + [anon_sym_GT_EQ] = ACTIONS(3412), + [anon_sym_LBRACK] = ACTIONS(3410), + [anon_sym_struct] = ACTIONS(3412), + [anon_sym_union] = ACTIONS(3412), + [anon_sym_pub] = ACTIONS(3412), + [anon_sym_mut] = ACTIONS(3412), + [anon_sym_enum] = ACTIONS(3412), + [anon_sym_interface] = ACTIONS(3412), + [anon_sym_PLUS_PLUS] = ACTIONS(3412), + [anon_sym_DASH_DASH] = ACTIONS(3412), + [anon_sym_QMARK] = ACTIONS(3412), + [anon_sym_BANG] = ACTIONS(3412), + [anon_sym_go] = ACTIONS(3412), + [anon_sym_spawn] = ACTIONS(3412), + [anon_sym_json_DOTdecode] = ACTIONS(3412), + [anon_sym_LBRACK2] = ACTIONS(3412), + [anon_sym_TILDE] = ACTIONS(3412), + [anon_sym_CARET] = ACTIONS(3412), + [anon_sym_AMP] = ACTIONS(3412), + [anon_sym_LT_DASH] = ACTIONS(3412), + [anon_sym_LT_LT] = ACTIONS(3412), + [anon_sym_GT_GT] = ACTIONS(3412), + [anon_sym_GT_GT_GT] = ACTIONS(3412), + [anon_sym_AMP_CARET] = ACTIONS(3412), + [anon_sym_AMP_AMP] = ACTIONS(3412), + [anon_sym_PIPE_PIPE] = ACTIONS(3412), + [anon_sym_or] = ACTIONS(3412), + [sym_none] = ACTIONS(3412), + [sym_true] = ACTIONS(3412), + [sym_false] = ACTIONS(3412), + [sym_nil] = ACTIONS(3412), + [anon_sym_QMARK_DOT] = ACTIONS(3412), + [anon_sym_POUND_LBRACK] = ACTIONS(3412), + [anon_sym_if] = ACTIONS(3412), + [anon_sym_DOLLARif] = ACTIONS(3412), + [anon_sym_is] = ACTIONS(3412), + [anon_sym_BANGis] = ACTIONS(3412), + [anon_sym_in] = ACTIONS(3412), + [anon_sym_BANGin] = ACTIONS(3412), + [anon_sym_match] = ACTIONS(3412), + [anon_sym_select] = ACTIONS(3412), + [anon_sym_lock] = ACTIONS(3412), + [anon_sym_rlock] = ACTIONS(3412), + [anon_sym_unsafe] = ACTIONS(3412), + [anon_sym_sql] = ACTIONS(3412), + [sym_int_literal] = ACTIONS(3412), + [sym_float_literal] = ACTIONS(3412), + [sym_rune_literal] = ACTIONS(3412), + [sym_pseudo_compile_time_identifier] = ACTIONS(3412), + [anon_sym_shared] = ACTIONS(3412), + [anon_sym_map_LBRACK] = ACTIONS(3412), + [anon_sym_chan] = ACTIONS(3412), + [anon_sym_thread] = ACTIONS(3412), + [anon_sym_atomic] = ACTIONS(3412), + [anon_sym_assert] = ACTIONS(3412), + [anon_sym_defer] = ACTIONS(3412), + [anon_sym_goto] = ACTIONS(3412), + [anon_sym_break] = ACTIONS(3412), + [anon_sym_continue] = ACTIONS(3412), + [anon_sym_return] = ACTIONS(3412), + [anon_sym_DOLLARfor] = ACTIONS(3412), + [anon_sym_for] = ACTIONS(3412), + [anon_sym_POUND] = ACTIONS(3412), + [anon_sym_asm] = ACTIONS(3412), + [anon_sym_AT_LBRACK] = ACTIONS(3412), + [sym___double_quote] = ACTIONS(3412), + [sym___single_quote] = ACTIONS(3412), + [sym___c_double_quote] = ACTIONS(3412), + [sym___c_single_quote] = ACTIONS(3412), + [sym___r_double_quote] = ACTIONS(3412), + [sym___r_single_quote] = ACTIONS(3412), }, [1042] = { [sym_line_comment] = STATE(1042), [sym_block_comment] = STATE(1042), - [ts_builtin_sym_end] = ACTIONS(3381), - [sym_identifier] = ACTIONS(3383), - [anon_sym_LF] = ACTIONS(3383), - [anon_sym_CR] = ACTIONS(3383), - [anon_sym_CR_LF] = ACTIONS(3383), + [ts_builtin_sym_end] = ACTIONS(3001), + [sym_identifier] = ACTIONS(3003), + [anon_sym_LF] = ACTIONS(3003), + [anon_sym_CR] = ACTIONS(3003), + [anon_sym_CR_LF] = ACTIONS(3003), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3383), - [anon_sym_as] = ACTIONS(3383), - [anon_sym_LBRACE] = ACTIONS(3383), - [anon_sym_COMMA] = ACTIONS(3383), - [anon_sym_const] = ACTIONS(3383), - [anon_sym_LPAREN] = ACTIONS(3383), - [anon_sym___global] = ACTIONS(3383), - [anon_sym_type] = ACTIONS(3383), - [anon_sym_PIPE] = ACTIONS(3383), - [anon_sym_fn] = ACTIONS(3383), - [anon_sym_PLUS] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3383), - [anon_sym_STAR] = ACTIONS(3383), - [anon_sym_SLASH] = ACTIONS(3383), - [anon_sym_PERCENT] = ACTIONS(3383), - [anon_sym_LT] = ACTIONS(3383), - [anon_sym_GT] = ACTIONS(3383), - [anon_sym_EQ_EQ] = ACTIONS(3383), - [anon_sym_BANG_EQ] = ACTIONS(3383), - [anon_sym_LT_EQ] = ACTIONS(3383), - [anon_sym_GT_EQ] = ACTIONS(3383), - [anon_sym_LBRACK] = ACTIONS(3381), - [anon_sym_struct] = ACTIONS(3383), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_pub] = ACTIONS(3383), - [anon_sym_mut] = ACTIONS(3383), - [anon_sym_enum] = ACTIONS(3383), - [anon_sym_interface] = ACTIONS(3383), - [anon_sym_PLUS_PLUS] = ACTIONS(3383), - [anon_sym_DASH_DASH] = ACTIONS(3383), - [anon_sym_QMARK] = ACTIONS(3383), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_go] = ACTIONS(3383), - [anon_sym_spawn] = ACTIONS(3383), - [anon_sym_json_DOTdecode] = ACTIONS(3383), - [anon_sym_LBRACK2] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_CARET] = ACTIONS(3383), - [anon_sym_AMP] = ACTIONS(3383), - [anon_sym_LT_DASH] = ACTIONS(3383), - [anon_sym_LT_LT] = ACTIONS(3383), - [anon_sym_GT_GT] = ACTIONS(3383), - [anon_sym_GT_GT_GT] = ACTIONS(3383), - [anon_sym_AMP_CARET] = ACTIONS(3383), - [anon_sym_AMP_AMP] = ACTIONS(3383), - [anon_sym_PIPE_PIPE] = ACTIONS(3383), - [anon_sym_or] = ACTIONS(3383), - [sym_none] = ACTIONS(3383), - [sym_true] = ACTIONS(3383), - [sym_false] = ACTIONS(3383), - [sym_nil] = ACTIONS(3383), - [anon_sym_QMARK_DOT] = ACTIONS(3383), - [anon_sym_POUND_LBRACK] = ACTIONS(3383), - [anon_sym_if] = ACTIONS(3383), - [anon_sym_DOLLARif] = ACTIONS(3383), - [anon_sym_is] = ACTIONS(3383), - [anon_sym_BANGis] = ACTIONS(3383), - [anon_sym_in] = ACTIONS(3383), - [anon_sym_BANGin] = ACTIONS(3383), - [anon_sym_match] = ACTIONS(3383), - [anon_sym_select] = ACTIONS(3383), - [anon_sym_lock] = ACTIONS(3383), - [anon_sym_rlock] = ACTIONS(3383), - [anon_sym_unsafe] = ACTIONS(3383), - [anon_sym_sql] = ACTIONS(3383), - [sym_int_literal] = ACTIONS(3383), - [sym_float_literal] = ACTIONS(3383), - [sym_rune_literal] = ACTIONS(3383), - [sym_pseudo_compile_time_identifier] = ACTIONS(3383), - [anon_sym_shared] = ACTIONS(3383), - [anon_sym_map_LBRACK] = ACTIONS(3383), - [anon_sym_chan] = ACTIONS(3383), - [anon_sym_thread] = ACTIONS(3383), - [anon_sym_atomic] = ACTIONS(3383), - [anon_sym_assert] = ACTIONS(3383), - [anon_sym_defer] = ACTIONS(3383), - [anon_sym_goto] = ACTIONS(3383), - [anon_sym_break] = ACTIONS(3383), - [anon_sym_continue] = ACTIONS(3383), - [anon_sym_return] = ACTIONS(3383), - [anon_sym_DOLLARfor] = ACTIONS(3383), - [anon_sym_for] = ACTIONS(3383), - [anon_sym_POUND] = ACTIONS(3383), - [anon_sym_asm] = ACTIONS(3383), - [anon_sym_AT_LBRACK] = ACTIONS(3383), - [sym___double_quote] = ACTIONS(3383), - [sym___single_quote] = ACTIONS(3383), - [sym___c_double_quote] = ACTIONS(3383), - [sym___c_single_quote] = ACTIONS(3383), - [sym___r_double_quote] = ACTIONS(3383), - [sym___r_single_quote] = ACTIONS(3383), + [anon_sym_DOT] = ACTIONS(3003), + [anon_sym_as] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(3003), + [anon_sym_COMMA] = ACTIONS(3003), + [anon_sym_const] = ACTIONS(3003), + [anon_sym_LPAREN] = ACTIONS(3003), + [anon_sym___global] = ACTIONS(3003), + [anon_sym_type] = ACTIONS(3003), + [anon_sym_PIPE] = ACTIONS(3003), + [anon_sym_fn] = ACTIONS(3003), + [anon_sym_PLUS] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3003), + [anon_sym_STAR] = ACTIONS(3003), + [anon_sym_SLASH] = ACTIONS(3003), + [anon_sym_PERCENT] = ACTIONS(3003), + [anon_sym_LT] = ACTIONS(3003), + [anon_sym_GT] = ACTIONS(3003), + [anon_sym_EQ_EQ] = ACTIONS(3003), + [anon_sym_BANG_EQ] = ACTIONS(3003), + [anon_sym_LT_EQ] = ACTIONS(3003), + [anon_sym_GT_EQ] = ACTIONS(3003), + [anon_sym_LBRACK] = ACTIONS(3001), + [anon_sym_struct] = ACTIONS(3003), + [anon_sym_union] = ACTIONS(3003), + [anon_sym_pub] = ACTIONS(3003), + [anon_sym_mut] = ACTIONS(3003), + [anon_sym_enum] = ACTIONS(3003), + [anon_sym_interface] = ACTIONS(3003), + [anon_sym_PLUS_PLUS] = ACTIONS(3003), + [anon_sym_DASH_DASH] = ACTIONS(3003), + [anon_sym_QMARK] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_go] = ACTIONS(3003), + [anon_sym_spawn] = ACTIONS(3003), + [anon_sym_json_DOTdecode] = ACTIONS(3003), + [anon_sym_LBRACK2] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_CARET] = ACTIONS(3003), + [anon_sym_AMP] = ACTIONS(3003), + [anon_sym_LT_DASH] = ACTIONS(3003), + [anon_sym_LT_LT] = ACTIONS(3003), + [anon_sym_GT_GT] = ACTIONS(3003), + [anon_sym_GT_GT_GT] = ACTIONS(3003), + [anon_sym_AMP_CARET] = ACTIONS(3003), + [anon_sym_AMP_AMP] = ACTIONS(3003), + [anon_sym_PIPE_PIPE] = ACTIONS(3003), + [anon_sym_or] = ACTIONS(3003), + [sym_none] = ACTIONS(3003), + [sym_true] = ACTIONS(3003), + [sym_false] = ACTIONS(3003), + [sym_nil] = ACTIONS(3003), + [anon_sym_QMARK_DOT] = ACTIONS(3003), + [anon_sym_POUND_LBRACK] = ACTIONS(3003), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_DOLLARif] = ACTIONS(3003), + [anon_sym_is] = ACTIONS(3003), + [anon_sym_BANGis] = ACTIONS(3003), + [anon_sym_in] = ACTIONS(3003), + [anon_sym_BANGin] = ACTIONS(3003), + [anon_sym_match] = ACTIONS(3003), + [anon_sym_select] = ACTIONS(3003), + [anon_sym_lock] = ACTIONS(3003), + [anon_sym_rlock] = ACTIONS(3003), + [anon_sym_unsafe] = ACTIONS(3003), + [anon_sym_sql] = ACTIONS(3003), + [sym_int_literal] = ACTIONS(3003), + [sym_float_literal] = ACTIONS(3003), + [sym_rune_literal] = ACTIONS(3003), + [sym_pseudo_compile_time_identifier] = ACTIONS(3003), + [anon_sym_shared] = ACTIONS(3003), + [anon_sym_map_LBRACK] = ACTIONS(3003), + [anon_sym_chan] = ACTIONS(3003), + [anon_sym_thread] = ACTIONS(3003), + [anon_sym_atomic] = ACTIONS(3003), + [anon_sym_assert] = ACTIONS(3003), + [anon_sym_defer] = ACTIONS(3003), + [anon_sym_goto] = ACTIONS(3003), + [anon_sym_break] = ACTIONS(3003), + [anon_sym_continue] = ACTIONS(3003), + [anon_sym_return] = ACTIONS(3003), + [anon_sym_DOLLARfor] = ACTIONS(3003), + [anon_sym_for] = ACTIONS(3003), + [anon_sym_POUND] = ACTIONS(3003), + [anon_sym_asm] = ACTIONS(3003), + [anon_sym_AT_LBRACK] = ACTIONS(3003), + [sym___double_quote] = ACTIONS(3003), + [sym___single_quote] = ACTIONS(3003), + [sym___c_double_quote] = ACTIONS(3003), + [sym___c_single_quote] = ACTIONS(3003), + [sym___r_double_quote] = ACTIONS(3003), + [sym___r_single_quote] = ACTIONS(3003), }, [1043] = { [sym_line_comment] = STATE(1043), [sym_block_comment] = STATE(1043), - [ts_builtin_sym_end] = ACTIONS(2881), - [sym_identifier] = ACTIONS(2883), - [anon_sym_LF] = ACTIONS(2883), - [anon_sym_CR] = ACTIONS(2883), - [anon_sym_CR_LF] = ACTIONS(2883), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2883), - [anon_sym_as] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2883), - [anon_sym_COMMA] = ACTIONS(2883), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_LPAREN] = ACTIONS(2883), - [anon_sym___global] = ACTIONS(2883), - [anon_sym_type] = ACTIONS(2883), - [anon_sym_PIPE] = ACTIONS(2883), - [anon_sym_fn] = ACTIONS(2883), - [anon_sym_PLUS] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2883), - [anon_sym_STAR] = ACTIONS(2883), - [anon_sym_SLASH] = ACTIONS(2883), - [anon_sym_PERCENT] = ACTIONS(2883), - [anon_sym_LT] = ACTIONS(2883), - [anon_sym_GT] = ACTIONS(2883), - [anon_sym_EQ_EQ] = ACTIONS(2883), - [anon_sym_BANG_EQ] = ACTIONS(2883), - [anon_sym_LT_EQ] = ACTIONS(2883), - [anon_sym_GT_EQ] = ACTIONS(2883), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_struct] = ACTIONS(2883), - [anon_sym_union] = ACTIONS(2883), - [anon_sym_pub] = ACTIONS(2883), - [anon_sym_mut] = ACTIONS(2883), - [anon_sym_enum] = ACTIONS(2883), - [anon_sym_interface] = ACTIONS(2883), - [anon_sym_PLUS_PLUS] = ACTIONS(2883), - [anon_sym_DASH_DASH] = ACTIONS(2883), - [anon_sym_QMARK] = ACTIONS(2883), - [anon_sym_BANG] = ACTIONS(2883), - [anon_sym_go] = ACTIONS(2883), - [anon_sym_spawn] = ACTIONS(2883), - [anon_sym_json_DOTdecode] = ACTIONS(2883), - [anon_sym_LBRACK2] = ACTIONS(2883), - [anon_sym_TILDE] = ACTIONS(2883), - [anon_sym_CARET] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2883), - [anon_sym_LT_DASH] = ACTIONS(2883), - [anon_sym_LT_LT] = ACTIONS(2883), - [anon_sym_GT_GT] = ACTIONS(2883), - [anon_sym_GT_GT_GT] = ACTIONS(2883), - [anon_sym_AMP_CARET] = ACTIONS(2883), - [anon_sym_AMP_AMP] = ACTIONS(2883), - [anon_sym_PIPE_PIPE] = ACTIONS(2883), - [anon_sym_or] = ACTIONS(2883), - [sym_none] = ACTIONS(2883), - [sym_true] = ACTIONS(2883), - [sym_false] = ACTIONS(2883), - [sym_nil] = ACTIONS(2883), - [anon_sym_QMARK_DOT] = ACTIONS(2883), - [anon_sym_POUND_LBRACK] = ACTIONS(2883), - [anon_sym_if] = ACTIONS(2883), - [anon_sym_DOLLARif] = ACTIONS(2883), - [anon_sym_is] = ACTIONS(2883), - [anon_sym_BANGis] = ACTIONS(2883), - [anon_sym_in] = ACTIONS(2883), - [anon_sym_BANGin] = ACTIONS(2883), - [anon_sym_match] = ACTIONS(2883), - [anon_sym_select] = ACTIONS(2883), - [anon_sym_lock] = ACTIONS(2883), - [anon_sym_rlock] = ACTIONS(2883), - [anon_sym_unsafe] = ACTIONS(2883), - [anon_sym_sql] = ACTIONS(2883), - [sym_int_literal] = ACTIONS(2883), - [sym_float_literal] = ACTIONS(2883), - [sym_rune_literal] = ACTIONS(2883), - [sym_pseudo_compile_time_identifier] = ACTIONS(2883), - [anon_sym_shared] = ACTIONS(2883), - [anon_sym_map_LBRACK] = ACTIONS(2883), - [anon_sym_chan] = ACTIONS(2883), - [anon_sym_thread] = ACTIONS(2883), - [anon_sym_atomic] = ACTIONS(2883), - [anon_sym_assert] = ACTIONS(2883), - [anon_sym_defer] = ACTIONS(2883), - [anon_sym_goto] = ACTIONS(2883), - [anon_sym_break] = ACTIONS(2883), - [anon_sym_continue] = ACTIONS(2883), - [anon_sym_return] = ACTIONS(2883), - [anon_sym_DOLLARfor] = ACTIONS(2883), - [anon_sym_for] = ACTIONS(2883), - [anon_sym_POUND] = ACTIONS(2883), - [anon_sym_asm] = ACTIONS(2883), - [anon_sym_AT_LBRACK] = ACTIONS(2883), - [sym___double_quote] = ACTIONS(2883), - [sym___single_quote] = ACTIONS(2883), - [sym___c_double_quote] = ACTIONS(2883), - [sym___c_single_quote] = ACTIONS(2883), - [sym___r_double_quote] = ACTIONS(2883), - [sym___r_single_quote] = ACTIONS(2883), - }, - [1044] = { - [sym_line_comment] = STATE(1044), - [sym_block_comment] = STATE(1044), - [ts_builtin_sym_end] = ACTIONS(3153), - [sym_identifier] = ACTIONS(3155), - [anon_sym_LF] = ACTIONS(3155), - [anon_sym_CR] = ACTIONS(3155), - [anon_sym_CR_LF] = ACTIONS(3155), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3155), - [anon_sym_as] = ACTIONS(3155), - [anon_sym_LBRACE] = ACTIONS(3155), - [anon_sym_COMMA] = ACTIONS(3155), - [anon_sym_const] = ACTIONS(3155), - [anon_sym_LPAREN] = ACTIONS(3155), - [anon_sym___global] = ACTIONS(3155), - [anon_sym_type] = ACTIONS(3155), - [anon_sym_PIPE] = ACTIONS(3155), - [anon_sym_fn] = ACTIONS(3155), - [anon_sym_PLUS] = ACTIONS(3155), - [anon_sym_DASH] = ACTIONS(3155), - [anon_sym_STAR] = ACTIONS(3155), - [anon_sym_SLASH] = ACTIONS(3155), - [anon_sym_PERCENT] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(3155), - [anon_sym_GT] = ACTIONS(3155), - [anon_sym_EQ_EQ] = ACTIONS(3155), - [anon_sym_BANG_EQ] = ACTIONS(3155), - [anon_sym_LT_EQ] = ACTIONS(3155), - [anon_sym_GT_EQ] = ACTIONS(3155), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_struct] = ACTIONS(3155), - [anon_sym_union] = ACTIONS(3155), - [anon_sym_pub] = ACTIONS(3155), - [anon_sym_mut] = ACTIONS(3155), - [anon_sym_enum] = ACTIONS(3155), - [anon_sym_interface] = ACTIONS(3155), - [anon_sym_PLUS_PLUS] = ACTIONS(3155), - [anon_sym_DASH_DASH] = ACTIONS(3155), - [anon_sym_QMARK] = ACTIONS(3155), - [anon_sym_BANG] = ACTIONS(3155), - [anon_sym_go] = ACTIONS(3155), - [anon_sym_spawn] = ACTIONS(3155), - [anon_sym_json_DOTdecode] = ACTIONS(3155), - [anon_sym_LBRACK2] = ACTIONS(3155), - [anon_sym_TILDE] = ACTIONS(3155), - [anon_sym_CARET] = ACTIONS(3155), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT_DASH] = ACTIONS(3155), - [anon_sym_LT_LT] = ACTIONS(3155), - [anon_sym_GT_GT] = ACTIONS(3155), - [anon_sym_GT_GT_GT] = ACTIONS(3155), - [anon_sym_AMP_CARET] = ACTIONS(3155), - [anon_sym_AMP_AMP] = ACTIONS(3155), - [anon_sym_PIPE_PIPE] = ACTIONS(3155), - [anon_sym_or] = ACTIONS(3155), - [sym_none] = ACTIONS(3155), - [sym_true] = ACTIONS(3155), - [sym_false] = ACTIONS(3155), - [sym_nil] = ACTIONS(3155), - [anon_sym_QMARK_DOT] = ACTIONS(3155), - [anon_sym_POUND_LBRACK] = ACTIONS(3155), - [anon_sym_if] = ACTIONS(3155), - [anon_sym_DOLLARif] = ACTIONS(3155), - [anon_sym_is] = ACTIONS(3155), - [anon_sym_BANGis] = ACTIONS(3155), - [anon_sym_in] = ACTIONS(3155), - [anon_sym_BANGin] = ACTIONS(3155), - [anon_sym_match] = ACTIONS(3155), - [anon_sym_select] = ACTIONS(3155), - [anon_sym_lock] = ACTIONS(3155), - [anon_sym_rlock] = ACTIONS(3155), - [anon_sym_unsafe] = ACTIONS(3155), - [anon_sym_sql] = ACTIONS(3155), - [sym_int_literal] = ACTIONS(3155), - [sym_float_literal] = ACTIONS(3155), - [sym_rune_literal] = ACTIONS(3155), - [sym_pseudo_compile_time_identifier] = ACTIONS(3155), - [anon_sym_shared] = ACTIONS(3155), - [anon_sym_map_LBRACK] = ACTIONS(3155), - [anon_sym_chan] = ACTIONS(3155), - [anon_sym_thread] = ACTIONS(3155), - [anon_sym_atomic] = ACTIONS(3155), - [anon_sym_assert] = ACTIONS(3155), - [anon_sym_defer] = ACTIONS(3155), - [anon_sym_goto] = ACTIONS(3155), - [anon_sym_break] = ACTIONS(3155), - [anon_sym_continue] = ACTIONS(3155), - [anon_sym_return] = ACTIONS(3155), - [anon_sym_DOLLARfor] = ACTIONS(3155), - [anon_sym_for] = ACTIONS(3155), - [anon_sym_POUND] = ACTIONS(3155), - [anon_sym_asm] = ACTIONS(3155), - [anon_sym_AT_LBRACK] = ACTIONS(3155), - [sym___double_quote] = ACTIONS(3155), - [sym___single_quote] = ACTIONS(3155), - [sym___c_double_quote] = ACTIONS(3155), - [sym___c_single_quote] = ACTIONS(3155), - [sym___r_double_quote] = ACTIONS(3155), - [sym___r_single_quote] = ACTIONS(3155), - }, - [1045] = { - [sym_line_comment] = STATE(1045), - [sym_block_comment] = STATE(1045), - [ts_builtin_sym_end] = ACTIONS(2945), - [sym_identifier] = ACTIONS(2947), - [anon_sym_LF] = ACTIONS(2947), - [anon_sym_CR] = ACTIONS(2947), - [anon_sym_CR_LF] = ACTIONS(2947), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2947), - [anon_sym_as] = ACTIONS(2947), - [anon_sym_LBRACE] = ACTIONS(2947), - [anon_sym_COMMA] = ACTIONS(2947), - [anon_sym_const] = ACTIONS(2947), - [anon_sym_LPAREN] = ACTIONS(2947), - [anon_sym___global] = ACTIONS(2947), - [anon_sym_type] = ACTIONS(2947), - [anon_sym_PIPE] = ACTIONS(2947), - [anon_sym_fn] = ACTIONS(2947), - [anon_sym_PLUS] = ACTIONS(2947), - [anon_sym_DASH] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(2947), - [anon_sym_SLASH] = ACTIONS(2947), - [anon_sym_PERCENT] = ACTIONS(2947), - [anon_sym_LT] = ACTIONS(2947), - [anon_sym_GT] = ACTIONS(2947), - [anon_sym_EQ_EQ] = ACTIONS(2947), - [anon_sym_BANG_EQ] = ACTIONS(2947), - [anon_sym_LT_EQ] = ACTIONS(2947), - [anon_sym_GT_EQ] = ACTIONS(2947), - [anon_sym_LBRACK] = ACTIONS(2945), - [anon_sym_struct] = ACTIONS(2947), - [anon_sym_union] = ACTIONS(2947), - [anon_sym_pub] = ACTIONS(2947), - [anon_sym_mut] = ACTIONS(2947), - [anon_sym_enum] = ACTIONS(2947), - [anon_sym_interface] = ACTIONS(2947), - [anon_sym_PLUS_PLUS] = ACTIONS(2947), - [anon_sym_DASH_DASH] = ACTIONS(2947), - [anon_sym_QMARK] = ACTIONS(2947), - [anon_sym_BANG] = ACTIONS(2947), - [anon_sym_go] = ACTIONS(2947), - [anon_sym_spawn] = ACTIONS(2947), - [anon_sym_json_DOTdecode] = ACTIONS(2947), - [anon_sym_LBRACK2] = ACTIONS(2947), - [anon_sym_TILDE] = ACTIONS(2947), - [anon_sym_CARET] = ACTIONS(2947), - [anon_sym_AMP] = ACTIONS(2947), - [anon_sym_LT_DASH] = ACTIONS(2947), - [anon_sym_LT_LT] = ACTIONS(2947), - [anon_sym_GT_GT] = ACTIONS(2947), - [anon_sym_GT_GT_GT] = ACTIONS(2947), - [anon_sym_AMP_CARET] = ACTIONS(2947), - [anon_sym_AMP_AMP] = ACTIONS(2947), - [anon_sym_PIPE_PIPE] = ACTIONS(2947), - [anon_sym_or] = ACTIONS(2947), - [sym_none] = ACTIONS(2947), - [sym_true] = ACTIONS(2947), - [sym_false] = ACTIONS(2947), - [sym_nil] = ACTIONS(2947), - [anon_sym_QMARK_DOT] = ACTIONS(2947), - [anon_sym_POUND_LBRACK] = ACTIONS(2947), - [anon_sym_if] = ACTIONS(2947), - [anon_sym_DOLLARif] = ACTIONS(2947), - [anon_sym_is] = ACTIONS(2947), - [anon_sym_BANGis] = ACTIONS(2947), - [anon_sym_in] = ACTIONS(2947), - [anon_sym_BANGin] = ACTIONS(2947), - [anon_sym_match] = ACTIONS(2947), - [anon_sym_select] = ACTIONS(2947), - [anon_sym_lock] = ACTIONS(2947), - [anon_sym_rlock] = ACTIONS(2947), - [anon_sym_unsafe] = ACTIONS(2947), - [anon_sym_sql] = ACTIONS(2947), - [sym_int_literal] = ACTIONS(2947), - [sym_float_literal] = ACTIONS(2947), - [sym_rune_literal] = ACTIONS(2947), - [sym_pseudo_compile_time_identifier] = ACTIONS(2947), - [anon_sym_shared] = ACTIONS(2947), - [anon_sym_map_LBRACK] = ACTIONS(2947), - [anon_sym_chan] = ACTIONS(2947), - [anon_sym_thread] = ACTIONS(2947), - [anon_sym_atomic] = ACTIONS(2947), - [anon_sym_assert] = ACTIONS(2947), - [anon_sym_defer] = ACTIONS(2947), - [anon_sym_goto] = ACTIONS(2947), - [anon_sym_break] = ACTIONS(2947), - [anon_sym_continue] = ACTIONS(2947), - [anon_sym_return] = ACTIONS(2947), - [anon_sym_DOLLARfor] = ACTIONS(2947), - [anon_sym_for] = ACTIONS(2947), - [anon_sym_POUND] = ACTIONS(2947), - [anon_sym_asm] = ACTIONS(2947), - [anon_sym_AT_LBRACK] = ACTIONS(2947), - [sym___double_quote] = ACTIONS(2947), - [sym___single_quote] = ACTIONS(2947), - [sym___c_double_quote] = ACTIONS(2947), - [sym___c_single_quote] = ACTIONS(2947), - [sym___r_double_quote] = ACTIONS(2947), - [sym___r_single_quote] = ACTIONS(2947), - }, - [1046] = { - [sym_line_comment] = STATE(1046), - [sym_block_comment] = STATE(1046), - [ts_builtin_sym_end] = ACTIONS(2966), + [ts_builtin_sym_end] = ACTIONS(2961), [sym_identifier] = ACTIONS(2963), [anon_sym_LF] = ACTIONS(2963), [anon_sym_CR] = ACTIONS(2963), @@ -144277,7 +144002,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANG_EQ] = ACTIONS(2963), [anon_sym_LT_EQ] = ACTIONS(2963), [anon_sym_GT_EQ] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2966), + [anon_sym_LBRACK] = ACTIONS(2961), [anon_sym_struct] = ACTIONS(2963), [anon_sym_union] = ACTIONS(2963), [anon_sym_pub] = ACTIONS(2963), @@ -144348,422 +144073,218 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2963), [sym___r_single_quote] = ACTIONS(2963), }, - [1047] = { - [sym_line_comment] = STATE(1047), - [sym_block_comment] = STATE(1047), - [ts_builtin_sym_end] = ACTIONS(2998), - [sym_identifier] = ACTIONS(2995), - [anon_sym_LF] = ACTIONS(2995), - [anon_sym_CR] = ACTIONS(2995), - [anon_sym_CR_LF] = ACTIONS(2995), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2995), - [anon_sym_as] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(2995), - [anon_sym_COMMA] = ACTIONS(2995), - [anon_sym_const] = ACTIONS(2995), - [anon_sym_LPAREN] = ACTIONS(2995), - [anon_sym___global] = ACTIONS(2995), - [anon_sym_type] = ACTIONS(2995), - [anon_sym_PIPE] = ACTIONS(2995), - [anon_sym_fn] = ACTIONS(2995), - [anon_sym_PLUS] = ACTIONS(2995), - [anon_sym_DASH] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(2995), - [anon_sym_SLASH] = ACTIONS(2995), - [anon_sym_PERCENT] = ACTIONS(2995), - [anon_sym_LT] = ACTIONS(2995), - [anon_sym_GT] = ACTIONS(2995), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_LT_EQ] = ACTIONS(2995), - [anon_sym_GT_EQ] = ACTIONS(2995), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2995), - [anon_sym_union] = ACTIONS(2995), - [anon_sym_pub] = ACTIONS(2995), - [anon_sym_mut] = ACTIONS(2995), - [anon_sym_enum] = ACTIONS(2995), - [anon_sym_interface] = ACTIONS(2995), - [anon_sym_PLUS_PLUS] = ACTIONS(2995), - [anon_sym_DASH_DASH] = ACTIONS(2995), - [anon_sym_QMARK] = ACTIONS(2995), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_go] = ACTIONS(2995), - [anon_sym_spawn] = ACTIONS(2995), - [anon_sym_json_DOTdecode] = ACTIONS(2995), - [anon_sym_LBRACK2] = ACTIONS(2995), - [anon_sym_TILDE] = ACTIONS(2995), - [anon_sym_CARET] = ACTIONS(2995), - [anon_sym_AMP] = ACTIONS(2995), - [anon_sym_LT_DASH] = ACTIONS(2995), - [anon_sym_LT_LT] = ACTIONS(2995), - [anon_sym_GT_GT] = ACTIONS(2995), - [anon_sym_GT_GT_GT] = ACTIONS(2995), - [anon_sym_AMP_CARET] = ACTIONS(2995), - [anon_sym_AMP_AMP] = ACTIONS(2995), - [anon_sym_PIPE_PIPE] = ACTIONS(2995), - [anon_sym_or] = ACTIONS(2995), - [sym_none] = ACTIONS(2995), - [sym_true] = ACTIONS(2995), - [sym_false] = ACTIONS(2995), - [sym_nil] = ACTIONS(2995), - [anon_sym_QMARK_DOT] = ACTIONS(2995), - [anon_sym_POUND_LBRACK] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2995), - [anon_sym_DOLLARif] = ACTIONS(2995), - [anon_sym_is] = ACTIONS(2995), - [anon_sym_BANGis] = ACTIONS(2995), - [anon_sym_in] = ACTIONS(2995), - [anon_sym_BANGin] = ACTIONS(2995), - [anon_sym_match] = ACTIONS(2995), - [anon_sym_select] = ACTIONS(2995), - [anon_sym_lock] = ACTIONS(2995), - [anon_sym_rlock] = ACTIONS(2995), - [anon_sym_unsafe] = ACTIONS(2995), - [anon_sym_sql] = ACTIONS(2995), - [sym_int_literal] = ACTIONS(2995), - [sym_float_literal] = ACTIONS(2995), - [sym_rune_literal] = ACTIONS(2995), - [sym_pseudo_compile_time_identifier] = ACTIONS(2995), - [anon_sym_shared] = ACTIONS(2995), - [anon_sym_map_LBRACK] = ACTIONS(2995), - [anon_sym_chan] = ACTIONS(2995), - [anon_sym_thread] = ACTIONS(2995), - [anon_sym_atomic] = ACTIONS(2995), - [anon_sym_assert] = ACTIONS(2995), - [anon_sym_defer] = ACTIONS(2995), - [anon_sym_goto] = ACTIONS(2995), - [anon_sym_break] = ACTIONS(2995), - [anon_sym_continue] = ACTIONS(2995), - [anon_sym_return] = ACTIONS(2995), - [anon_sym_DOLLARfor] = ACTIONS(2995), - [anon_sym_for] = ACTIONS(2995), - [anon_sym_POUND] = ACTIONS(2995), - [anon_sym_asm] = ACTIONS(2995), - [anon_sym_AT_LBRACK] = ACTIONS(2995), - [sym___double_quote] = ACTIONS(2995), - [sym___single_quote] = ACTIONS(2995), - [sym___c_double_quote] = ACTIONS(2995), - [sym___c_single_quote] = ACTIONS(2995), - [sym___r_double_quote] = ACTIONS(2995), - [sym___r_single_quote] = ACTIONS(2995), - }, - [1048] = { - [sym_line_comment] = STATE(1048), - [sym_block_comment] = STATE(1048), - [ts_builtin_sym_end] = ACTIONS(3027), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LF] = ACTIONS(3029), - [anon_sym_CR] = ACTIONS(3029), - [anon_sym_CR_LF] = ACTIONS(3029), + [1044] = { + [sym_line_comment] = STATE(1044), + [sym_block_comment] = STATE(1044), + [ts_builtin_sym_end] = ACTIONS(3037), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LF] = ACTIONS(3039), + [anon_sym_CR] = ACTIONS(3039), + [anon_sym_CR_LF] = ACTIONS(3039), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym___global] = ACTIONS(3029), - [anon_sym_type] = ACTIONS(3029), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3029), - [anon_sym_SLASH] = ACTIONS(3029), - [anon_sym_PERCENT] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3029), - [anon_sym_GT] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [anon_sym_pub] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_interface] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3029), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3029), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3029), - [anon_sym_CARET] = ACTIONS(3029), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3029), - [anon_sym_LT_LT] = ACTIONS(3029), - [anon_sym_GT_GT] = ACTIONS(3029), - [anon_sym_GT_GT_GT] = ACTIONS(3029), - [anon_sym_AMP_CARET] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_or] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_QMARK_DOT] = ACTIONS(3029), - [anon_sym_POUND_LBRACK] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3029), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_in] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3029), - [sym_rune_literal] = ACTIONS(3029), - [sym_pseudo_compile_time_identifier] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3029), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [anon_sym_assert] = ACTIONS(3029), - [anon_sym_defer] = ACTIONS(3029), - [anon_sym_goto] = ACTIONS(3029), - [anon_sym_break] = ACTIONS(3029), - [anon_sym_continue] = ACTIONS(3029), - [anon_sym_return] = ACTIONS(3029), - [anon_sym_DOLLARfor] = ACTIONS(3029), - [anon_sym_for] = ACTIONS(3029), - [anon_sym_POUND] = ACTIONS(3029), - [anon_sym_asm] = ACTIONS(3029), - [anon_sym_AT_LBRACK] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3029), - [sym___single_quote] = ACTIONS(3029), - [sym___c_double_quote] = ACTIONS(3029), - [sym___c_single_quote] = ACTIONS(3029), - [sym___r_double_quote] = ACTIONS(3029), - [sym___r_single_quote] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3039), + [anon_sym_as] = ACTIONS(3039), + [anon_sym_LBRACE] = ACTIONS(3039), + [anon_sym_COMMA] = ACTIONS(2701), + [anon_sym_const] = ACTIONS(3039), + [anon_sym_LPAREN] = ACTIONS(3039), + [anon_sym___global] = ACTIONS(3039), + [anon_sym_type] = ACTIONS(3039), + [anon_sym_PIPE] = ACTIONS(3039), + [anon_sym_fn] = ACTIONS(3039), + [anon_sym_PLUS] = ACTIONS(3039), + [anon_sym_DASH] = ACTIONS(3039), + [anon_sym_STAR] = ACTIONS(3039), + [anon_sym_SLASH] = ACTIONS(3039), + [anon_sym_PERCENT] = ACTIONS(3039), + [anon_sym_LT] = ACTIONS(3039), + [anon_sym_GT] = ACTIONS(3039), + [anon_sym_EQ_EQ] = ACTIONS(3039), + [anon_sym_BANG_EQ] = ACTIONS(3039), + [anon_sym_LT_EQ] = ACTIONS(3039), + [anon_sym_GT_EQ] = ACTIONS(3039), + [anon_sym_LBRACK] = ACTIONS(3037), + [anon_sym_struct] = ACTIONS(3039), + [anon_sym_union] = ACTIONS(3039), + [anon_sym_pub] = ACTIONS(3039), + [anon_sym_mut] = ACTIONS(3039), + [anon_sym_enum] = ACTIONS(3039), + [anon_sym_interface] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_QMARK] = ACTIONS(3039), + [anon_sym_BANG] = ACTIONS(3039), + [anon_sym_go] = ACTIONS(3039), + [anon_sym_spawn] = ACTIONS(3039), + [anon_sym_json_DOTdecode] = ACTIONS(3039), + [anon_sym_LBRACK2] = ACTIONS(3039), + [anon_sym_TILDE] = ACTIONS(3039), + [anon_sym_CARET] = ACTIONS(3039), + [anon_sym_AMP] = ACTIONS(3039), + [anon_sym_LT_DASH] = ACTIONS(3039), + [anon_sym_LT_LT] = ACTIONS(3039), + [anon_sym_GT_GT] = ACTIONS(3039), + [anon_sym_GT_GT_GT] = ACTIONS(3039), + [anon_sym_AMP_CARET] = ACTIONS(3039), + [anon_sym_AMP_AMP] = ACTIONS(3039), + [anon_sym_PIPE_PIPE] = ACTIONS(3039), + [anon_sym_or] = ACTIONS(3039), + [sym_none] = ACTIONS(3039), + [sym_true] = ACTIONS(3039), + [sym_false] = ACTIONS(3039), + [sym_nil] = ACTIONS(3039), + [anon_sym_QMARK_DOT] = ACTIONS(3039), + [anon_sym_POUND_LBRACK] = ACTIONS(3039), + [anon_sym_if] = ACTIONS(3039), + [anon_sym_DOLLARif] = ACTIONS(3039), + [anon_sym_is] = ACTIONS(3039), + [anon_sym_BANGis] = ACTIONS(3039), + [anon_sym_in] = ACTIONS(3039), + [anon_sym_BANGin] = ACTIONS(3039), + [anon_sym_match] = ACTIONS(3039), + [anon_sym_select] = ACTIONS(3039), + [anon_sym_lock] = ACTIONS(3039), + [anon_sym_rlock] = ACTIONS(3039), + [anon_sym_unsafe] = ACTIONS(3039), + [anon_sym_sql] = ACTIONS(3039), + [sym_int_literal] = ACTIONS(3039), + [sym_float_literal] = ACTIONS(3039), + [sym_rune_literal] = ACTIONS(3039), + [sym_pseudo_compile_time_identifier] = ACTIONS(3039), + [anon_sym_shared] = ACTIONS(3039), + [anon_sym_map_LBRACK] = ACTIONS(3039), + [anon_sym_chan] = ACTIONS(3039), + [anon_sym_thread] = ACTIONS(3039), + [anon_sym_atomic] = ACTIONS(3039), + [anon_sym_assert] = ACTIONS(3039), + [anon_sym_defer] = ACTIONS(3039), + [anon_sym_goto] = ACTIONS(3039), + [anon_sym_break] = ACTIONS(3039), + [anon_sym_continue] = ACTIONS(3039), + [anon_sym_return] = ACTIONS(3039), + [anon_sym_DOLLARfor] = ACTIONS(3039), + [anon_sym_for] = ACTIONS(3039), + [anon_sym_POUND] = ACTIONS(3039), + [anon_sym_asm] = ACTIONS(3039), + [anon_sym_AT_LBRACK] = ACTIONS(3039), + [sym___double_quote] = ACTIONS(3039), + [sym___single_quote] = ACTIONS(3039), + [sym___c_double_quote] = ACTIONS(3039), + [sym___c_single_quote] = ACTIONS(3039), + [sym___r_double_quote] = ACTIONS(3039), + [sym___r_single_quote] = ACTIONS(3039), }, - [1049] = { - [sym_line_comment] = STATE(1049), - [sym_block_comment] = STATE(1049), - [ts_builtin_sym_end] = ACTIONS(3333), - [sym_identifier] = ACTIONS(3335), - [anon_sym_LF] = ACTIONS(3335), - [anon_sym_CR] = ACTIONS(3335), - [anon_sym_CR_LF] = ACTIONS(3335), + [1045] = { + [sym_line_comment] = STATE(1045), + [sym_block_comment] = STATE(1045), + [ts_builtin_sym_end] = ACTIONS(2957), + [sym_identifier] = ACTIONS(2959), + [anon_sym_LF] = ACTIONS(2959), + [anon_sym_CR] = ACTIONS(2959), + [anon_sym_CR_LF] = ACTIONS(2959), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3335), - [anon_sym_as] = ACTIONS(3335), - [anon_sym_LBRACE] = ACTIONS(3335), - [anon_sym_COMMA] = ACTIONS(3335), - [anon_sym_const] = ACTIONS(3335), - [anon_sym_LPAREN] = ACTIONS(3335), - [anon_sym___global] = ACTIONS(3335), - [anon_sym_type] = ACTIONS(3335), - [anon_sym_PIPE] = ACTIONS(3335), - [anon_sym_fn] = ACTIONS(3335), - [anon_sym_PLUS] = ACTIONS(3335), - [anon_sym_DASH] = ACTIONS(3335), - [anon_sym_STAR] = ACTIONS(3335), - [anon_sym_SLASH] = ACTIONS(3335), - [anon_sym_PERCENT] = ACTIONS(3335), - [anon_sym_LT] = ACTIONS(3335), - [anon_sym_GT] = ACTIONS(3335), - [anon_sym_EQ_EQ] = ACTIONS(3335), - [anon_sym_BANG_EQ] = ACTIONS(3335), - [anon_sym_LT_EQ] = ACTIONS(3335), - [anon_sym_GT_EQ] = ACTIONS(3335), - [anon_sym_LBRACK] = ACTIONS(3333), - [anon_sym_struct] = ACTIONS(3335), - [anon_sym_union] = ACTIONS(3335), - [anon_sym_pub] = ACTIONS(3335), - [anon_sym_mut] = ACTIONS(3335), - [anon_sym_enum] = ACTIONS(3335), - [anon_sym_interface] = ACTIONS(3335), - [anon_sym_PLUS_PLUS] = ACTIONS(3335), - [anon_sym_DASH_DASH] = ACTIONS(3335), - [anon_sym_QMARK] = ACTIONS(3335), - [anon_sym_BANG] = ACTIONS(3335), - [anon_sym_go] = ACTIONS(3335), - [anon_sym_spawn] = ACTIONS(3335), - [anon_sym_json_DOTdecode] = ACTIONS(3335), - [anon_sym_LBRACK2] = ACTIONS(3335), - [anon_sym_TILDE] = ACTIONS(3335), - [anon_sym_CARET] = ACTIONS(3335), - [anon_sym_AMP] = ACTIONS(3335), - [anon_sym_LT_DASH] = ACTIONS(3335), - [anon_sym_LT_LT] = ACTIONS(3335), - [anon_sym_GT_GT] = ACTIONS(3335), - [anon_sym_GT_GT_GT] = ACTIONS(3335), - [anon_sym_AMP_CARET] = ACTIONS(3335), - [anon_sym_AMP_AMP] = ACTIONS(3335), - [anon_sym_PIPE_PIPE] = ACTIONS(3335), - [anon_sym_or] = ACTIONS(3335), - [sym_none] = ACTIONS(3335), - [sym_true] = ACTIONS(3335), - [sym_false] = ACTIONS(3335), - [sym_nil] = ACTIONS(3335), - [anon_sym_QMARK_DOT] = ACTIONS(3335), - [anon_sym_POUND_LBRACK] = ACTIONS(3335), - [anon_sym_if] = ACTIONS(3335), - [anon_sym_DOLLARif] = ACTIONS(3335), - [anon_sym_is] = ACTIONS(3335), - [anon_sym_BANGis] = ACTIONS(3335), - [anon_sym_in] = ACTIONS(3335), - [anon_sym_BANGin] = ACTIONS(3335), - [anon_sym_match] = ACTIONS(3335), - [anon_sym_select] = ACTIONS(3335), - [anon_sym_lock] = ACTIONS(3335), - [anon_sym_rlock] = ACTIONS(3335), - [anon_sym_unsafe] = ACTIONS(3335), - [anon_sym_sql] = ACTIONS(3335), - [sym_int_literal] = ACTIONS(3335), - [sym_float_literal] = ACTIONS(3335), - [sym_rune_literal] = ACTIONS(3335), - [sym_pseudo_compile_time_identifier] = ACTIONS(3335), - [anon_sym_shared] = ACTIONS(3335), - [anon_sym_map_LBRACK] = ACTIONS(3335), - [anon_sym_chan] = ACTIONS(3335), - [anon_sym_thread] = ACTIONS(3335), - [anon_sym_atomic] = ACTIONS(3335), - [anon_sym_assert] = ACTIONS(3335), - [anon_sym_defer] = ACTIONS(3335), - [anon_sym_goto] = ACTIONS(3335), - [anon_sym_break] = ACTIONS(3335), - [anon_sym_continue] = ACTIONS(3335), - [anon_sym_return] = ACTIONS(3335), - [anon_sym_DOLLARfor] = ACTIONS(3335), - [anon_sym_for] = ACTIONS(3335), - [anon_sym_POUND] = ACTIONS(3335), - [anon_sym_asm] = ACTIONS(3335), - [anon_sym_AT_LBRACK] = ACTIONS(3335), - [sym___double_quote] = ACTIONS(3335), - [sym___single_quote] = ACTIONS(3335), - [sym___c_double_quote] = ACTIONS(3335), - [sym___c_single_quote] = ACTIONS(3335), - [sym___r_double_quote] = ACTIONS(3335), - [sym___r_single_quote] = ACTIONS(3335), + [anon_sym_DOT] = ACTIONS(2959), + [anon_sym_as] = ACTIONS(2959), + [anon_sym_LBRACE] = ACTIONS(2959), + [anon_sym_COMMA] = ACTIONS(2959), + [anon_sym_const] = ACTIONS(2959), + [anon_sym_LPAREN] = ACTIONS(2959), + [anon_sym___global] = ACTIONS(2959), + [anon_sym_type] = ACTIONS(2959), + [anon_sym_PIPE] = ACTIONS(2959), + [anon_sym_fn] = ACTIONS(2959), + [anon_sym_PLUS] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2959), + [anon_sym_STAR] = ACTIONS(2959), + [anon_sym_SLASH] = ACTIONS(2959), + [anon_sym_PERCENT] = ACTIONS(2959), + [anon_sym_LT] = ACTIONS(2959), + [anon_sym_GT] = ACTIONS(2959), + [anon_sym_EQ_EQ] = ACTIONS(2959), + [anon_sym_BANG_EQ] = ACTIONS(2959), + [anon_sym_LT_EQ] = ACTIONS(2959), + [anon_sym_GT_EQ] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(2957), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_union] = ACTIONS(2959), + [anon_sym_pub] = ACTIONS(2959), + [anon_sym_mut] = ACTIONS(2959), + [anon_sym_enum] = ACTIONS(2959), + [anon_sym_interface] = ACTIONS(2959), + [anon_sym_PLUS_PLUS] = ACTIONS(2959), + [anon_sym_DASH_DASH] = ACTIONS(2959), + [anon_sym_QMARK] = ACTIONS(2959), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_go] = ACTIONS(2959), + [anon_sym_spawn] = ACTIONS(2959), + [anon_sym_json_DOTdecode] = ACTIONS(2959), + [anon_sym_LBRACK2] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_CARET] = ACTIONS(2959), + [anon_sym_AMP] = ACTIONS(2959), + [anon_sym_LT_DASH] = ACTIONS(2959), + [anon_sym_LT_LT] = ACTIONS(2959), + [anon_sym_GT_GT] = ACTIONS(2959), + [anon_sym_GT_GT_GT] = ACTIONS(2959), + [anon_sym_AMP_CARET] = ACTIONS(2959), + [anon_sym_AMP_AMP] = ACTIONS(2959), + [anon_sym_PIPE_PIPE] = ACTIONS(2959), + [anon_sym_or] = ACTIONS(2959), + [sym_none] = ACTIONS(2959), + [sym_true] = ACTIONS(2959), + [sym_false] = ACTIONS(2959), + [sym_nil] = ACTIONS(2959), + [anon_sym_QMARK_DOT] = ACTIONS(2959), + [anon_sym_POUND_LBRACK] = ACTIONS(2959), + [anon_sym_if] = ACTIONS(2959), + [anon_sym_DOLLARif] = ACTIONS(2959), + [anon_sym_is] = ACTIONS(2959), + [anon_sym_BANGis] = ACTIONS(2959), + [anon_sym_in] = ACTIONS(2959), + [anon_sym_BANGin] = ACTIONS(2959), + [anon_sym_match] = ACTIONS(2959), + [anon_sym_select] = ACTIONS(2959), + [anon_sym_lock] = ACTIONS(2959), + [anon_sym_rlock] = ACTIONS(2959), + [anon_sym_unsafe] = ACTIONS(2959), + [anon_sym_sql] = ACTIONS(2959), + [sym_int_literal] = ACTIONS(2959), + [sym_float_literal] = ACTIONS(2959), + [sym_rune_literal] = ACTIONS(2959), + [sym_pseudo_compile_time_identifier] = ACTIONS(2959), + [anon_sym_shared] = ACTIONS(2959), + [anon_sym_map_LBRACK] = ACTIONS(2959), + [anon_sym_chan] = ACTIONS(2959), + [anon_sym_thread] = ACTIONS(2959), + [anon_sym_atomic] = ACTIONS(2959), + [anon_sym_assert] = ACTIONS(2959), + [anon_sym_defer] = ACTIONS(2959), + [anon_sym_goto] = ACTIONS(2959), + [anon_sym_break] = ACTIONS(2959), + [anon_sym_continue] = ACTIONS(2959), + [anon_sym_return] = ACTIONS(2959), + [anon_sym_DOLLARfor] = ACTIONS(2959), + [anon_sym_for] = ACTIONS(2959), + [anon_sym_POUND] = ACTIONS(2959), + [anon_sym_asm] = ACTIONS(2959), + [anon_sym_AT_LBRACK] = ACTIONS(2959), + [sym___double_quote] = ACTIONS(2959), + [sym___single_quote] = ACTIONS(2959), + [sym___c_double_quote] = ACTIONS(2959), + [sym___c_single_quote] = ACTIONS(2959), + [sym___r_double_quote] = ACTIONS(2959), + [sym___r_single_quote] = ACTIONS(2959), }, - [1050] = { - [sym_line_comment] = STATE(1050), - [sym_block_comment] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(3313), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LF] = ACTIONS(3315), - [anon_sym_CR] = ACTIONS(3315), - [anon_sym_CR_LF] = ACTIONS(3315), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3315), - [anon_sym_as] = ACTIONS(3315), - [anon_sym_LBRACE] = ACTIONS(3315), - [anon_sym_COMMA] = ACTIONS(3315), - [anon_sym_const] = ACTIONS(3315), - [anon_sym_LPAREN] = ACTIONS(3315), - [anon_sym___global] = ACTIONS(3315), - [anon_sym_type] = ACTIONS(3315), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(3315), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3315), - [anon_sym_SLASH] = ACTIONS(3315), - [anon_sym_PERCENT] = ACTIONS(3315), - [anon_sym_LT] = ACTIONS(3315), - [anon_sym_GT] = ACTIONS(3315), - [anon_sym_EQ_EQ] = ACTIONS(3315), - [anon_sym_BANG_EQ] = ACTIONS(3315), - [anon_sym_LT_EQ] = ACTIONS(3315), - [anon_sym_GT_EQ] = ACTIONS(3315), - [anon_sym_LBRACK] = ACTIONS(3313), - [anon_sym_struct] = ACTIONS(3315), - [anon_sym_union] = ACTIONS(3315), - [anon_sym_pub] = ACTIONS(3315), - [anon_sym_mut] = ACTIONS(3315), - [anon_sym_enum] = ACTIONS(3315), - [anon_sym_interface] = ACTIONS(3315), - [anon_sym_PLUS_PLUS] = ACTIONS(3315), - [anon_sym_DASH_DASH] = ACTIONS(3315), - [anon_sym_QMARK] = ACTIONS(3315), - [anon_sym_BANG] = ACTIONS(3315), - [anon_sym_go] = ACTIONS(3315), - [anon_sym_spawn] = ACTIONS(3315), - [anon_sym_json_DOTdecode] = ACTIONS(3315), - [anon_sym_LBRACK2] = ACTIONS(3315), - [anon_sym_TILDE] = ACTIONS(3315), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3315), - [anon_sym_LT_DASH] = ACTIONS(3315), - [anon_sym_LT_LT] = ACTIONS(3315), - [anon_sym_GT_GT] = ACTIONS(3315), - [anon_sym_GT_GT_GT] = ACTIONS(3315), - [anon_sym_AMP_CARET] = ACTIONS(3315), - [anon_sym_AMP_AMP] = ACTIONS(3315), - [anon_sym_PIPE_PIPE] = ACTIONS(3315), - [anon_sym_or] = ACTIONS(3315), - [sym_none] = ACTIONS(3315), - [sym_true] = ACTIONS(3315), - [sym_false] = ACTIONS(3315), - [sym_nil] = ACTIONS(3315), - [anon_sym_QMARK_DOT] = ACTIONS(3315), - [anon_sym_POUND_LBRACK] = ACTIONS(3315), - [anon_sym_if] = ACTIONS(3315), - [anon_sym_DOLLARif] = ACTIONS(3315), - [anon_sym_is] = ACTIONS(3315), - [anon_sym_BANGis] = ACTIONS(3315), - [anon_sym_in] = ACTIONS(3315), - [anon_sym_BANGin] = ACTIONS(3315), - [anon_sym_match] = ACTIONS(3315), - [anon_sym_select] = ACTIONS(3315), - [anon_sym_lock] = ACTIONS(3315), - [anon_sym_rlock] = ACTIONS(3315), - [anon_sym_unsafe] = ACTIONS(3315), - [anon_sym_sql] = ACTIONS(3315), - [sym_int_literal] = ACTIONS(3315), - [sym_float_literal] = ACTIONS(3315), - [sym_rune_literal] = ACTIONS(3315), - [sym_pseudo_compile_time_identifier] = ACTIONS(3315), - [anon_sym_shared] = ACTIONS(3315), - [anon_sym_map_LBRACK] = ACTIONS(3315), - [anon_sym_chan] = ACTIONS(3315), - [anon_sym_thread] = ACTIONS(3315), - [anon_sym_atomic] = ACTIONS(3315), - [anon_sym_assert] = ACTIONS(3315), - [anon_sym_defer] = ACTIONS(3315), - [anon_sym_goto] = ACTIONS(3315), - [anon_sym_break] = ACTIONS(3315), - [anon_sym_continue] = ACTIONS(3315), - [anon_sym_return] = ACTIONS(3315), - [anon_sym_DOLLARfor] = ACTIONS(3315), - [anon_sym_for] = ACTIONS(3315), - [anon_sym_POUND] = ACTIONS(3315), - [anon_sym_asm] = ACTIONS(3315), - [anon_sym_AT_LBRACK] = ACTIONS(3315), - [sym___double_quote] = ACTIONS(3315), - [sym___single_quote] = ACTIONS(3315), - [sym___c_double_quote] = ACTIONS(3315), - [sym___c_single_quote] = ACTIONS(3315), - [sym___r_double_quote] = ACTIONS(3315), - [sym___r_single_quote] = ACTIONS(3315), - }, - [1051] = { - [sym_line_comment] = STATE(1051), - [sym_block_comment] = STATE(1051), - [ts_builtin_sym_end] = ACTIONS(2949), - [sym_identifier] = ACTIONS(2951), - [anon_sym_LF] = ACTIONS(2951), - [anon_sym_CR] = ACTIONS(2951), - [anon_sym_CR_LF] = ACTIONS(2951), + [1046] = { + [sym_line_comment] = STATE(1046), + [sym_block_comment] = STATE(1046), + [ts_builtin_sym_end] = ACTIONS(2949), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LF] = ACTIONS(2951), + [anon_sym_CR] = ACTIONS(2951), + [anon_sym_CR_LF] = ACTIONS(2951), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(2951), @@ -144858,8077 +144379,8497 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2951), [sym___r_single_quote] = ACTIONS(2951), }, + [1047] = { + [sym_line_comment] = STATE(1047), + [sym_block_comment] = STATE(1047), + [ts_builtin_sym_end] = ACTIONS(3283), + [sym_identifier] = ACTIONS(3285), + [anon_sym_LF] = ACTIONS(3285), + [anon_sym_CR] = ACTIONS(3285), + [anon_sym_CR_LF] = ACTIONS(3285), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3088), + [anon_sym_as] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3285), + [anon_sym_COMMA] = ACTIONS(3285), + [anon_sym_const] = ACTIONS(3285), + [anon_sym_LPAREN] = ACTIONS(3088), + [anon_sym___global] = ACTIONS(3285), + [anon_sym_type] = ACTIONS(3285), + [anon_sym_PIPE] = ACTIONS(3088), + [anon_sym_fn] = ACTIONS(3285), + [anon_sym_PLUS] = ACTIONS(3088), + [anon_sym_DASH] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3088), + [anon_sym_SLASH] = ACTIONS(3088), + [anon_sym_PERCENT] = ACTIONS(3088), + [anon_sym_LT] = ACTIONS(3088), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_LT_EQ] = ACTIONS(3088), + [anon_sym_GT_EQ] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3085), + [anon_sym_struct] = ACTIONS(3285), + [anon_sym_union] = ACTIONS(3285), + [anon_sym_pub] = ACTIONS(3285), + [anon_sym_mut] = ACTIONS(3285), + [anon_sym_enum] = ACTIONS(3285), + [anon_sym_interface] = ACTIONS(3285), + [anon_sym_PLUS_PLUS] = ACTIONS(3088), + [anon_sym_DASH_DASH] = ACTIONS(3088), + [anon_sym_QMARK] = ACTIONS(3088), + [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_go] = ACTIONS(3285), + [anon_sym_spawn] = ACTIONS(3285), + [anon_sym_json_DOTdecode] = ACTIONS(3285), + [anon_sym_LBRACK2] = ACTIONS(3088), + [anon_sym_TILDE] = ACTIONS(3285), + [anon_sym_CARET] = ACTIONS(3088), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_LT_DASH] = ACTIONS(3285), + [anon_sym_LT_LT] = ACTIONS(3088), + [anon_sym_GT_GT] = ACTIONS(3088), + [anon_sym_GT_GT_GT] = ACTIONS(3088), + [anon_sym_AMP_CARET] = ACTIONS(3088), + [anon_sym_AMP_AMP] = ACTIONS(3088), + [anon_sym_PIPE_PIPE] = ACTIONS(3088), + [anon_sym_or] = ACTIONS(3088), + [sym_none] = ACTIONS(3285), + [sym_true] = ACTIONS(3285), + [sym_false] = ACTIONS(3285), + [sym_nil] = ACTIONS(3285), + [anon_sym_QMARK_DOT] = ACTIONS(3088), + [anon_sym_POUND_LBRACK] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3285), + [anon_sym_DOLLARif] = ACTIONS(3285), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3088), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_BANGin] = ACTIONS(3088), + [anon_sym_match] = ACTIONS(3285), + [anon_sym_select] = ACTIONS(3285), + [anon_sym_lock] = ACTIONS(3285), + [anon_sym_rlock] = ACTIONS(3285), + [anon_sym_unsafe] = ACTIONS(3285), + [anon_sym_sql] = ACTIONS(3285), + [sym_int_literal] = ACTIONS(3285), + [sym_float_literal] = ACTIONS(3285), + [sym_rune_literal] = ACTIONS(3285), + [sym_pseudo_compile_time_identifier] = ACTIONS(3285), + [anon_sym_shared] = ACTIONS(3285), + [anon_sym_map_LBRACK] = ACTIONS(3285), + [anon_sym_chan] = ACTIONS(3285), + [anon_sym_thread] = ACTIONS(3285), + [anon_sym_atomic] = ACTIONS(3285), + [anon_sym_assert] = ACTIONS(3285), + [anon_sym_defer] = ACTIONS(3285), + [anon_sym_goto] = ACTIONS(3285), + [anon_sym_break] = ACTIONS(3285), + [anon_sym_continue] = ACTIONS(3285), + [anon_sym_return] = ACTIONS(3285), + [anon_sym_DOLLARfor] = ACTIONS(3285), + [anon_sym_for] = ACTIONS(3285), + [anon_sym_POUND] = ACTIONS(3285), + [anon_sym_asm] = ACTIONS(3285), + [anon_sym_AT_LBRACK] = ACTIONS(3285), + [sym___double_quote] = ACTIONS(3285), + [sym___single_quote] = ACTIONS(3285), + [sym___c_double_quote] = ACTIONS(3285), + [sym___c_single_quote] = ACTIONS(3285), + [sym___r_double_quote] = ACTIONS(3285), + [sym___r_single_quote] = ACTIONS(3285), + }, + [1048] = { + [sym_line_comment] = STATE(1048), + [sym_block_comment] = STATE(1048), + [ts_builtin_sym_end] = ACTIONS(3279), + [sym_identifier] = ACTIONS(3281), + [anon_sym_LF] = ACTIONS(3281), + [anon_sym_CR] = ACTIONS(3281), + [anon_sym_CR_LF] = ACTIONS(3281), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3078), + [anon_sym_as] = ACTIONS(3078), + [anon_sym_LBRACE] = ACTIONS(3281), + [anon_sym_COMMA] = ACTIONS(3281), + [anon_sym_const] = ACTIONS(3281), + [anon_sym_LPAREN] = ACTIONS(3078), + [anon_sym___global] = ACTIONS(3281), + [anon_sym_type] = ACTIONS(3281), + [anon_sym_PIPE] = ACTIONS(3078), + [anon_sym_fn] = ACTIONS(3281), + [anon_sym_PLUS] = ACTIONS(3078), + [anon_sym_DASH] = ACTIONS(3078), + [anon_sym_STAR] = ACTIONS(3078), + [anon_sym_SLASH] = ACTIONS(3078), + [anon_sym_PERCENT] = ACTIONS(3078), + [anon_sym_LT] = ACTIONS(3078), + [anon_sym_GT] = ACTIONS(3078), + [anon_sym_EQ_EQ] = ACTIONS(3078), + [anon_sym_BANG_EQ] = ACTIONS(3078), + [anon_sym_LT_EQ] = ACTIONS(3078), + [anon_sym_GT_EQ] = ACTIONS(3078), + [anon_sym_LBRACK] = ACTIONS(3075), + [anon_sym_struct] = ACTIONS(3281), + [anon_sym_union] = ACTIONS(3281), + [anon_sym_pub] = ACTIONS(3281), + [anon_sym_mut] = ACTIONS(3281), + [anon_sym_enum] = ACTIONS(3281), + [anon_sym_interface] = ACTIONS(3281), + [anon_sym_PLUS_PLUS] = ACTIONS(3078), + [anon_sym_DASH_DASH] = ACTIONS(3078), + [anon_sym_QMARK] = ACTIONS(3078), + [anon_sym_BANG] = ACTIONS(3078), + [anon_sym_go] = ACTIONS(3281), + [anon_sym_spawn] = ACTIONS(3281), + [anon_sym_json_DOTdecode] = ACTIONS(3281), + [anon_sym_LBRACK2] = ACTIONS(3078), + [anon_sym_TILDE] = ACTIONS(3281), + [anon_sym_CARET] = ACTIONS(3078), + [anon_sym_AMP] = ACTIONS(3078), + [anon_sym_LT_DASH] = ACTIONS(3281), + [anon_sym_LT_LT] = ACTIONS(3078), + [anon_sym_GT_GT] = ACTIONS(3078), + [anon_sym_GT_GT_GT] = ACTIONS(3078), + [anon_sym_AMP_CARET] = ACTIONS(3078), + [anon_sym_AMP_AMP] = ACTIONS(3078), + [anon_sym_PIPE_PIPE] = ACTIONS(3078), + [anon_sym_or] = ACTIONS(3078), + [sym_none] = ACTIONS(3281), + [sym_true] = ACTIONS(3281), + [sym_false] = ACTIONS(3281), + [sym_nil] = ACTIONS(3281), + [anon_sym_QMARK_DOT] = ACTIONS(3078), + [anon_sym_POUND_LBRACK] = ACTIONS(3078), + [anon_sym_if] = ACTIONS(3281), + [anon_sym_DOLLARif] = ACTIONS(3281), + [anon_sym_is] = ACTIONS(3078), + [anon_sym_BANGis] = ACTIONS(3078), + [anon_sym_in] = ACTIONS(3078), + [anon_sym_BANGin] = ACTIONS(3078), + [anon_sym_match] = ACTIONS(3281), + [anon_sym_select] = ACTIONS(3281), + [anon_sym_lock] = ACTIONS(3281), + [anon_sym_rlock] = ACTIONS(3281), + [anon_sym_unsafe] = ACTIONS(3281), + [anon_sym_sql] = ACTIONS(3281), + [sym_int_literal] = ACTIONS(3281), + [sym_float_literal] = ACTIONS(3281), + [sym_rune_literal] = ACTIONS(3281), + [sym_pseudo_compile_time_identifier] = ACTIONS(3281), + [anon_sym_shared] = ACTIONS(3281), + [anon_sym_map_LBRACK] = ACTIONS(3281), + [anon_sym_chan] = ACTIONS(3281), + [anon_sym_thread] = ACTIONS(3281), + [anon_sym_atomic] = ACTIONS(3281), + [anon_sym_assert] = ACTIONS(3281), + [anon_sym_defer] = ACTIONS(3281), + [anon_sym_goto] = ACTIONS(3281), + [anon_sym_break] = ACTIONS(3281), + [anon_sym_continue] = ACTIONS(3281), + [anon_sym_return] = ACTIONS(3281), + [anon_sym_DOLLARfor] = ACTIONS(3281), + [anon_sym_for] = ACTIONS(3281), + [anon_sym_POUND] = ACTIONS(3281), + [anon_sym_asm] = ACTIONS(3281), + [anon_sym_AT_LBRACK] = ACTIONS(3281), + [sym___double_quote] = ACTIONS(3281), + [sym___single_quote] = ACTIONS(3281), + [sym___c_double_quote] = ACTIONS(3281), + [sym___c_single_quote] = ACTIONS(3281), + [sym___r_double_quote] = ACTIONS(3281), + [sym___r_single_quote] = ACTIONS(3281), + }, + [1049] = { + [sym_line_comment] = STATE(1049), + [sym_block_comment] = STATE(1049), + [ts_builtin_sym_end] = ACTIONS(3391), + [sym_identifier] = ACTIONS(3393), + [anon_sym_LF] = ACTIONS(3393), + [anon_sym_CR] = ACTIONS(3393), + [anon_sym_CR_LF] = ACTIONS(3393), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3393), + [anon_sym_as] = ACTIONS(3393), + [anon_sym_LBRACE] = ACTIONS(3393), + [anon_sym_COMMA] = ACTIONS(3393), + [anon_sym_const] = ACTIONS(3393), + [anon_sym_LPAREN] = ACTIONS(3393), + [anon_sym___global] = ACTIONS(3393), + [anon_sym_type] = ACTIONS(3393), + [anon_sym_PIPE] = ACTIONS(3393), + [anon_sym_fn] = ACTIONS(3393), + [anon_sym_PLUS] = ACTIONS(3393), + [anon_sym_DASH] = ACTIONS(3393), + [anon_sym_STAR] = ACTIONS(3393), + [anon_sym_SLASH] = ACTIONS(3393), + [anon_sym_PERCENT] = ACTIONS(3393), + [anon_sym_LT] = ACTIONS(3393), + [anon_sym_GT] = ACTIONS(3393), + [anon_sym_EQ_EQ] = ACTIONS(3393), + [anon_sym_BANG_EQ] = ACTIONS(3393), + [anon_sym_LT_EQ] = ACTIONS(3393), + [anon_sym_GT_EQ] = ACTIONS(3393), + [anon_sym_LBRACK] = ACTIONS(3391), + [anon_sym_struct] = ACTIONS(3393), + [anon_sym_union] = ACTIONS(3393), + [anon_sym_pub] = ACTIONS(3393), + [anon_sym_mut] = ACTIONS(3393), + [anon_sym_enum] = ACTIONS(3393), + [anon_sym_interface] = ACTIONS(3393), + [anon_sym_PLUS_PLUS] = ACTIONS(3393), + [anon_sym_DASH_DASH] = ACTIONS(3393), + [anon_sym_QMARK] = ACTIONS(3393), + [anon_sym_BANG] = ACTIONS(3393), + [anon_sym_go] = ACTIONS(3393), + [anon_sym_spawn] = ACTIONS(3393), + [anon_sym_json_DOTdecode] = ACTIONS(3393), + [anon_sym_LBRACK2] = ACTIONS(3393), + [anon_sym_TILDE] = ACTIONS(3393), + [anon_sym_CARET] = ACTIONS(3393), + [anon_sym_AMP] = ACTIONS(3393), + [anon_sym_LT_DASH] = ACTIONS(3393), + [anon_sym_LT_LT] = ACTIONS(3393), + [anon_sym_GT_GT] = ACTIONS(3393), + [anon_sym_GT_GT_GT] = ACTIONS(3393), + [anon_sym_AMP_CARET] = ACTIONS(3393), + [anon_sym_AMP_AMP] = ACTIONS(3393), + [anon_sym_PIPE_PIPE] = ACTIONS(3393), + [anon_sym_or] = ACTIONS(3393), + [sym_none] = ACTIONS(3393), + [sym_true] = ACTIONS(3393), + [sym_false] = ACTIONS(3393), + [sym_nil] = ACTIONS(3393), + [anon_sym_QMARK_DOT] = ACTIONS(3393), + [anon_sym_POUND_LBRACK] = ACTIONS(3393), + [anon_sym_if] = ACTIONS(3393), + [anon_sym_DOLLARif] = ACTIONS(3393), + [anon_sym_is] = ACTIONS(3393), + [anon_sym_BANGis] = ACTIONS(3393), + [anon_sym_in] = ACTIONS(3393), + [anon_sym_BANGin] = ACTIONS(3393), + [anon_sym_match] = ACTIONS(3393), + [anon_sym_select] = ACTIONS(3393), + [anon_sym_lock] = ACTIONS(3393), + [anon_sym_rlock] = ACTIONS(3393), + [anon_sym_unsafe] = ACTIONS(3393), + [anon_sym_sql] = ACTIONS(3393), + [sym_int_literal] = ACTIONS(3393), + [sym_float_literal] = ACTIONS(3393), + [sym_rune_literal] = ACTIONS(3393), + [sym_pseudo_compile_time_identifier] = ACTIONS(3393), + [anon_sym_shared] = ACTIONS(3393), + [anon_sym_map_LBRACK] = ACTIONS(3393), + [anon_sym_chan] = ACTIONS(3393), + [anon_sym_thread] = ACTIONS(3393), + [anon_sym_atomic] = ACTIONS(3393), + [anon_sym_assert] = ACTIONS(3393), + [anon_sym_defer] = ACTIONS(3393), + [anon_sym_goto] = ACTIONS(3393), + [anon_sym_break] = ACTIONS(3393), + [anon_sym_continue] = ACTIONS(3393), + [anon_sym_return] = ACTIONS(3393), + [anon_sym_DOLLARfor] = ACTIONS(3393), + [anon_sym_for] = ACTIONS(3393), + [anon_sym_POUND] = ACTIONS(3393), + [anon_sym_asm] = ACTIONS(3393), + [anon_sym_AT_LBRACK] = ACTIONS(3393), + [sym___double_quote] = ACTIONS(3393), + [sym___single_quote] = ACTIONS(3393), + [sym___c_double_quote] = ACTIONS(3393), + [sym___c_single_quote] = ACTIONS(3393), + [sym___r_double_quote] = ACTIONS(3393), + [sym___r_single_quote] = ACTIONS(3393), + }, + [1050] = { + [sym_line_comment] = STATE(1050), + [sym_block_comment] = STATE(1050), + [ts_builtin_sym_end] = ACTIONS(3013), + [sym_identifier] = ACTIONS(3015), + [anon_sym_LF] = ACTIONS(3015), + [anon_sym_CR] = ACTIONS(3015), + [anon_sym_CR_LF] = ACTIONS(3015), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3015), + [anon_sym_as] = ACTIONS(3015), + [anon_sym_LBRACE] = ACTIONS(3015), + [anon_sym_COMMA] = ACTIONS(3015), + [anon_sym_const] = ACTIONS(3015), + [anon_sym_LPAREN] = ACTIONS(3015), + [anon_sym___global] = ACTIONS(3015), + [anon_sym_type] = ACTIONS(3015), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_fn] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(3015), + [anon_sym_DASH] = ACTIONS(3015), + [anon_sym_STAR] = ACTIONS(3015), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3015), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_EQ_EQ] = ACTIONS(3015), + [anon_sym_BANG_EQ] = ACTIONS(3015), + [anon_sym_LT_EQ] = ACTIONS(3015), + [anon_sym_GT_EQ] = ACTIONS(3015), + [anon_sym_LBRACK] = ACTIONS(3013), + [anon_sym_struct] = ACTIONS(3015), + [anon_sym_union] = ACTIONS(3015), + [anon_sym_pub] = ACTIONS(3015), + [anon_sym_mut] = ACTIONS(3015), + [anon_sym_enum] = ACTIONS(3015), + [anon_sym_interface] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_QMARK] = ACTIONS(3015), + [anon_sym_BANG] = ACTIONS(3015), + [anon_sym_go] = ACTIONS(3015), + [anon_sym_spawn] = ACTIONS(3015), + [anon_sym_json_DOTdecode] = ACTIONS(3015), + [anon_sym_LBRACK2] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_AMP] = ACTIONS(3015), + [anon_sym_LT_DASH] = ACTIONS(3015), + [anon_sym_LT_LT] = ACTIONS(3015), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_GT_GT_GT] = ACTIONS(3015), + [anon_sym_AMP_CARET] = ACTIONS(3015), + [anon_sym_AMP_AMP] = ACTIONS(3015), + [anon_sym_PIPE_PIPE] = ACTIONS(3015), + [anon_sym_or] = ACTIONS(3015), + [sym_none] = ACTIONS(3015), + [sym_true] = ACTIONS(3015), + [sym_false] = ACTIONS(3015), + [sym_nil] = ACTIONS(3015), + [anon_sym_QMARK_DOT] = ACTIONS(3015), + [anon_sym_POUND_LBRACK] = ACTIONS(3015), + [anon_sym_if] = ACTIONS(3015), + [anon_sym_DOLLARif] = ACTIONS(3015), + [anon_sym_is] = ACTIONS(3015), + [anon_sym_BANGis] = ACTIONS(3015), + [anon_sym_in] = ACTIONS(3015), + [anon_sym_BANGin] = ACTIONS(3015), + [anon_sym_match] = ACTIONS(3015), + [anon_sym_select] = ACTIONS(3015), + [anon_sym_lock] = ACTIONS(3015), + [anon_sym_rlock] = ACTIONS(3015), + [anon_sym_unsafe] = ACTIONS(3015), + [anon_sym_sql] = ACTIONS(3015), + [sym_int_literal] = ACTIONS(3015), + [sym_float_literal] = ACTIONS(3015), + [sym_rune_literal] = ACTIONS(3015), + [sym_pseudo_compile_time_identifier] = ACTIONS(3015), + [anon_sym_shared] = ACTIONS(3015), + [anon_sym_map_LBRACK] = ACTIONS(3015), + [anon_sym_chan] = ACTIONS(3015), + [anon_sym_thread] = ACTIONS(3015), + [anon_sym_atomic] = ACTIONS(3015), + [anon_sym_assert] = ACTIONS(3015), + [anon_sym_defer] = ACTIONS(3015), + [anon_sym_goto] = ACTIONS(3015), + [anon_sym_break] = ACTIONS(3015), + [anon_sym_continue] = ACTIONS(3015), + [anon_sym_return] = ACTIONS(3015), + [anon_sym_DOLLARfor] = ACTIONS(3015), + [anon_sym_for] = ACTIONS(3015), + [anon_sym_POUND] = ACTIONS(3015), + [anon_sym_asm] = ACTIONS(3015), + [anon_sym_AT_LBRACK] = ACTIONS(3015), + [sym___double_quote] = ACTIONS(3015), + [sym___single_quote] = ACTIONS(3015), + [sym___c_double_quote] = ACTIONS(3015), + [sym___c_single_quote] = ACTIONS(3015), + [sym___r_double_quote] = ACTIONS(3015), + [sym___r_single_quote] = ACTIONS(3015), + }, + [1051] = { + [sym_line_comment] = STATE(1051), + [sym_block_comment] = STATE(1051), + [ts_builtin_sym_end] = ACTIONS(3406), + [sym_identifier] = ACTIONS(3408), + [anon_sym_LF] = ACTIONS(3408), + [anon_sym_CR] = ACTIONS(3408), + [anon_sym_CR_LF] = ACTIONS(3408), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3408), + [anon_sym_as] = ACTIONS(3408), + [anon_sym_LBRACE] = ACTIONS(3408), + [anon_sym_COMMA] = ACTIONS(3408), + [anon_sym_const] = ACTIONS(3408), + [anon_sym_LPAREN] = ACTIONS(3408), + [anon_sym___global] = ACTIONS(3408), + [anon_sym_type] = ACTIONS(3408), + [anon_sym_PIPE] = ACTIONS(3408), + [anon_sym_fn] = ACTIONS(3408), + [anon_sym_PLUS] = ACTIONS(3408), + [anon_sym_DASH] = ACTIONS(3408), + [anon_sym_STAR] = ACTIONS(3408), + [anon_sym_SLASH] = ACTIONS(3408), + [anon_sym_PERCENT] = ACTIONS(3408), + [anon_sym_LT] = ACTIONS(3408), + [anon_sym_GT] = ACTIONS(3408), + [anon_sym_EQ_EQ] = ACTIONS(3408), + [anon_sym_BANG_EQ] = ACTIONS(3408), + [anon_sym_LT_EQ] = ACTIONS(3408), + [anon_sym_GT_EQ] = ACTIONS(3408), + [anon_sym_LBRACK] = ACTIONS(3406), + [anon_sym_struct] = ACTIONS(3408), + [anon_sym_union] = ACTIONS(3408), + [anon_sym_pub] = ACTIONS(3408), + [anon_sym_mut] = ACTIONS(3408), + [anon_sym_enum] = ACTIONS(3408), + [anon_sym_interface] = ACTIONS(3408), + [anon_sym_PLUS_PLUS] = ACTIONS(3408), + [anon_sym_DASH_DASH] = ACTIONS(3408), + [anon_sym_QMARK] = ACTIONS(3408), + [anon_sym_BANG] = ACTIONS(3408), + [anon_sym_go] = ACTIONS(3408), + [anon_sym_spawn] = ACTIONS(3408), + [anon_sym_json_DOTdecode] = ACTIONS(3408), + [anon_sym_LBRACK2] = ACTIONS(3408), + [anon_sym_TILDE] = ACTIONS(3408), + [anon_sym_CARET] = ACTIONS(3408), + [anon_sym_AMP] = ACTIONS(3408), + [anon_sym_LT_DASH] = ACTIONS(3408), + [anon_sym_LT_LT] = ACTIONS(3408), + [anon_sym_GT_GT] = ACTIONS(3408), + [anon_sym_GT_GT_GT] = ACTIONS(3408), + [anon_sym_AMP_CARET] = ACTIONS(3408), + [anon_sym_AMP_AMP] = ACTIONS(3408), + [anon_sym_PIPE_PIPE] = ACTIONS(3408), + [anon_sym_or] = ACTIONS(3408), + [sym_none] = ACTIONS(3408), + [sym_true] = ACTIONS(3408), + [sym_false] = ACTIONS(3408), + [sym_nil] = ACTIONS(3408), + [anon_sym_QMARK_DOT] = ACTIONS(3408), + [anon_sym_POUND_LBRACK] = ACTIONS(3408), + [anon_sym_if] = ACTIONS(3408), + [anon_sym_DOLLARif] = ACTIONS(3408), + [anon_sym_is] = ACTIONS(3408), + [anon_sym_BANGis] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3408), + [anon_sym_BANGin] = ACTIONS(3408), + [anon_sym_match] = ACTIONS(3408), + [anon_sym_select] = ACTIONS(3408), + [anon_sym_lock] = ACTIONS(3408), + [anon_sym_rlock] = ACTIONS(3408), + [anon_sym_unsafe] = ACTIONS(3408), + [anon_sym_sql] = ACTIONS(3408), + [sym_int_literal] = ACTIONS(3408), + [sym_float_literal] = ACTIONS(3408), + [sym_rune_literal] = ACTIONS(3408), + [sym_pseudo_compile_time_identifier] = ACTIONS(3408), + [anon_sym_shared] = ACTIONS(3408), + [anon_sym_map_LBRACK] = ACTIONS(3408), + [anon_sym_chan] = ACTIONS(3408), + [anon_sym_thread] = ACTIONS(3408), + [anon_sym_atomic] = ACTIONS(3408), + [anon_sym_assert] = ACTIONS(3408), + [anon_sym_defer] = ACTIONS(3408), + [anon_sym_goto] = ACTIONS(3408), + [anon_sym_break] = ACTIONS(3408), + [anon_sym_continue] = ACTIONS(3408), + [anon_sym_return] = ACTIONS(3408), + [anon_sym_DOLLARfor] = ACTIONS(3408), + [anon_sym_for] = ACTIONS(3408), + [anon_sym_POUND] = ACTIONS(3408), + [anon_sym_asm] = ACTIONS(3408), + [anon_sym_AT_LBRACK] = ACTIONS(3408), + [sym___double_quote] = ACTIONS(3408), + [sym___single_quote] = ACTIONS(3408), + [sym___c_double_quote] = ACTIONS(3408), + [sym___c_single_quote] = ACTIONS(3408), + [sym___r_double_quote] = ACTIONS(3408), + [sym___r_single_quote] = ACTIONS(3408), + }, [1052] = { [sym_line_comment] = STATE(1052), [sym_block_comment] = STATE(1052), - [ts_builtin_sym_end] = ACTIONS(3309), - [sym_identifier] = ACTIONS(3311), - [anon_sym_LF] = ACTIONS(3311), - [anon_sym_CR] = ACTIONS(3311), - [anon_sym_CR_LF] = ACTIONS(3311), + [ts_builtin_sym_end] = ACTIONS(2953), + [sym_identifier] = ACTIONS(2955), + [anon_sym_LF] = ACTIONS(2955), + [anon_sym_CR] = ACTIONS(2955), + [anon_sym_CR_LF] = ACTIONS(2955), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3311), - [anon_sym_as] = ACTIONS(3311), - [anon_sym_LBRACE] = ACTIONS(3311), - [anon_sym_COMMA] = ACTIONS(3311), - [anon_sym_const] = ACTIONS(3311), - [anon_sym_LPAREN] = ACTIONS(3311), - [anon_sym___global] = ACTIONS(3311), - [anon_sym_type] = ACTIONS(3311), - [anon_sym_PIPE] = ACTIONS(3311), - [anon_sym_fn] = ACTIONS(3311), - [anon_sym_PLUS] = ACTIONS(3311), - [anon_sym_DASH] = ACTIONS(3311), - [anon_sym_STAR] = ACTIONS(3311), - [anon_sym_SLASH] = ACTIONS(3311), - [anon_sym_PERCENT] = ACTIONS(3311), - [anon_sym_LT] = ACTIONS(3311), - [anon_sym_GT] = ACTIONS(3311), - [anon_sym_EQ_EQ] = ACTIONS(3311), - [anon_sym_BANG_EQ] = ACTIONS(3311), - [anon_sym_LT_EQ] = ACTIONS(3311), - [anon_sym_GT_EQ] = ACTIONS(3311), - [anon_sym_LBRACK] = ACTIONS(3309), - [anon_sym_struct] = ACTIONS(3311), - [anon_sym_union] = ACTIONS(3311), - [anon_sym_pub] = ACTIONS(3311), - [anon_sym_mut] = ACTIONS(3311), - [anon_sym_enum] = ACTIONS(3311), - [anon_sym_interface] = ACTIONS(3311), - [anon_sym_PLUS_PLUS] = ACTIONS(3311), - [anon_sym_DASH_DASH] = ACTIONS(3311), - [anon_sym_QMARK] = ACTIONS(3311), - [anon_sym_BANG] = ACTIONS(3311), - [anon_sym_go] = ACTIONS(3311), - [anon_sym_spawn] = ACTIONS(3311), - [anon_sym_json_DOTdecode] = ACTIONS(3311), - [anon_sym_LBRACK2] = ACTIONS(3311), - [anon_sym_TILDE] = ACTIONS(3311), - [anon_sym_CARET] = ACTIONS(3311), - [anon_sym_AMP] = ACTIONS(3311), - [anon_sym_LT_DASH] = ACTIONS(3311), - [anon_sym_LT_LT] = ACTIONS(3311), - [anon_sym_GT_GT] = ACTIONS(3311), - [anon_sym_GT_GT_GT] = ACTIONS(3311), - [anon_sym_AMP_CARET] = ACTIONS(3311), - [anon_sym_AMP_AMP] = ACTIONS(3311), - [anon_sym_PIPE_PIPE] = ACTIONS(3311), - [anon_sym_or] = ACTIONS(3311), - [sym_none] = ACTIONS(3311), - [sym_true] = ACTIONS(3311), - [sym_false] = ACTIONS(3311), - [sym_nil] = ACTIONS(3311), - [anon_sym_QMARK_DOT] = ACTIONS(3311), - [anon_sym_POUND_LBRACK] = ACTIONS(3311), - [anon_sym_if] = ACTIONS(3311), - [anon_sym_DOLLARif] = ACTIONS(3311), - [anon_sym_is] = ACTIONS(3311), - [anon_sym_BANGis] = ACTIONS(3311), - [anon_sym_in] = ACTIONS(3311), - [anon_sym_BANGin] = ACTIONS(3311), - [anon_sym_match] = ACTIONS(3311), - [anon_sym_select] = ACTIONS(3311), - [anon_sym_lock] = ACTIONS(3311), - [anon_sym_rlock] = ACTIONS(3311), - [anon_sym_unsafe] = ACTIONS(3311), - [anon_sym_sql] = ACTIONS(3311), - [sym_int_literal] = ACTIONS(3311), - [sym_float_literal] = ACTIONS(3311), - [sym_rune_literal] = ACTIONS(3311), - [sym_pseudo_compile_time_identifier] = ACTIONS(3311), - [anon_sym_shared] = ACTIONS(3311), - [anon_sym_map_LBRACK] = ACTIONS(3311), - [anon_sym_chan] = ACTIONS(3311), - [anon_sym_thread] = ACTIONS(3311), - [anon_sym_atomic] = ACTIONS(3311), - [anon_sym_assert] = ACTIONS(3311), - [anon_sym_defer] = ACTIONS(3311), - [anon_sym_goto] = ACTIONS(3311), - [anon_sym_break] = ACTIONS(3311), - [anon_sym_continue] = ACTIONS(3311), - [anon_sym_return] = ACTIONS(3311), - [anon_sym_DOLLARfor] = ACTIONS(3311), - [anon_sym_for] = ACTIONS(3311), - [anon_sym_POUND] = ACTIONS(3311), - [anon_sym_asm] = ACTIONS(3311), - [anon_sym_AT_LBRACK] = ACTIONS(3311), - [sym___double_quote] = ACTIONS(3311), - [sym___single_quote] = ACTIONS(3311), - [sym___c_double_quote] = ACTIONS(3311), - [sym___c_single_quote] = ACTIONS(3311), - [sym___r_double_quote] = ACTIONS(3311), - [sym___r_single_quote] = ACTIONS(3311), + [anon_sym_DOT] = ACTIONS(2955), + [anon_sym_as] = ACTIONS(2955), + [anon_sym_LBRACE] = ACTIONS(2955), + [anon_sym_COMMA] = ACTIONS(2955), + [anon_sym_const] = ACTIONS(2955), + [anon_sym_LPAREN] = ACTIONS(2955), + [anon_sym___global] = ACTIONS(2955), + [anon_sym_type] = ACTIONS(2955), + [anon_sym_PIPE] = ACTIONS(2955), + [anon_sym_fn] = ACTIONS(2955), + [anon_sym_PLUS] = ACTIONS(2955), + [anon_sym_DASH] = ACTIONS(2955), + [anon_sym_STAR] = ACTIONS(2955), + [anon_sym_SLASH] = ACTIONS(2955), + [anon_sym_PERCENT] = ACTIONS(2955), + [anon_sym_LT] = ACTIONS(2955), + [anon_sym_GT] = ACTIONS(2955), + [anon_sym_EQ_EQ] = ACTIONS(2955), + [anon_sym_BANG_EQ] = ACTIONS(2955), + [anon_sym_LT_EQ] = ACTIONS(2955), + [anon_sym_GT_EQ] = ACTIONS(2955), + [anon_sym_LBRACK] = ACTIONS(2953), + [anon_sym_struct] = ACTIONS(2955), + [anon_sym_union] = ACTIONS(2955), + [anon_sym_pub] = ACTIONS(2955), + [anon_sym_mut] = ACTIONS(2955), + [anon_sym_enum] = ACTIONS(2955), + [anon_sym_interface] = ACTIONS(2955), + [anon_sym_PLUS_PLUS] = ACTIONS(2955), + [anon_sym_DASH_DASH] = ACTIONS(2955), + [anon_sym_QMARK] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_go] = ACTIONS(2955), + [anon_sym_spawn] = ACTIONS(2955), + [anon_sym_json_DOTdecode] = ACTIONS(2955), + [anon_sym_LBRACK2] = ACTIONS(2955), + [anon_sym_TILDE] = ACTIONS(2955), + [anon_sym_CARET] = ACTIONS(2955), + [anon_sym_AMP] = ACTIONS(2955), + [anon_sym_LT_DASH] = ACTIONS(2955), + [anon_sym_LT_LT] = ACTIONS(2955), + [anon_sym_GT_GT] = ACTIONS(2955), + [anon_sym_GT_GT_GT] = ACTIONS(2955), + [anon_sym_AMP_CARET] = ACTIONS(2955), + [anon_sym_AMP_AMP] = ACTIONS(2955), + [anon_sym_PIPE_PIPE] = ACTIONS(2955), + [anon_sym_or] = ACTIONS(2955), + [sym_none] = ACTIONS(2955), + [sym_true] = ACTIONS(2955), + [sym_false] = ACTIONS(2955), + [sym_nil] = ACTIONS(2955), + [anon_sym_QMARK_DOT] = ACTIONS(2955), + [anon_sym_POUND_LBRACK] = ACTIONS(2955), + [anon_sym_if] = ACTIONS(2955), + [anon_sym_DOLLARif] = ACTIONS(2955), + [anon_sym_is] = ACTIONS(2955), + [anon_sym_BANGis] = ACTIONS(2955), + [anon_sym_in] = ACTIONS(2955), + [anon_sym_BANGin] = ACTIONS(2955), + [anon_sym_match] = ACTIONS(2955), + [anon_sym_select] = ACTIONS(2955), + [anon_sym_lock] = ACTIONS(2955), + [anon_sym_rlock] = ACTIONS(2955), + [anon_sym_unsafe] = ACTIONS(2955), + [anon_sym_sql] = ACTIONS(2955), + [sym_int_literal] = ACTIONS(2955), + [sym_float_literal] = ACTIONS(2955), + [sym_rune_literal] = ACTIONS(2955), + [sym_pseudo_compile_time_identifier] = ACTIONS(2955), + [anon_sym_shared] = ACTIONS(2955), + [anon_sym_map_LBRACK] = ACTIONS(2955), + [anon_sym_chan] = ACTIONS(2955), + [anon_sym_thread] = ACTIONS(2955), + [anon_sym_atomic] = ACTIONS(2955), + [anon_sym_assert] = ACTIONS(2955), + [anon_sym_defer] = ACTIONS(2955), + [anon_sym_goto] = ACTIONS(2955), + [anon_sym_break] = ACTIONS(2955), + [anon_sym_continue] = ACTIONS(2955), + [anon_sym_return] = ACTIONS(2955), + [anon_sym_DOLLARfor] = ACTIONS(2955), + [anon_sym_for] = ACTIONS(2955), + [anon_sym_POUND] = ACTIONS(2955), + [anon_sym_asm] = ACTIONS(2955), + [anon_sym_AT_LBRACK] = ACTIONS(2955), + [sym___double_quote] = ACTIONS(2955), + [sym___single_quote] = ACTIONS(2955), + [sym___c_double_quote] = ACTIONS(2955), + [sym___c_single_quote] = ACTIONS(2955), + [sym___r_double_quote] = ACTIONS(2955), + [sym___r_single_quote] = ACTIONS(2955), }, [1053] = { [sym_line_comment] = STATE(1053), [sym_block_comment] = STATE(1053), - [ts_builtin_sym_end] = ACTIONS(3297), - [sym_identifier] = ACTIONS(3299), - [anon_sym_LF] = ACTIONS(3299), - [anon_sym_CR] = ACTIONS(3299), - [anon_sym_CR_LF] = ACTIONS(3299), + [ts_builtin_sym_end] = ACTIONS(2871), + [sym_identifier] = ACTIONS(2873), + [anon_sym_LF] = ACTIONS(2873), + [anon_sym_CR] = ACTIONS(2873), + [anon_sym_CR_LF] = ACTIONS(2873), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3299), - [anon_sym_as] = ACTIONS(3299), - [anon_sym_LBRACE] = ACTIONS(3299), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_const] = ACTIONS(3299), - [anon_sym_LPAREN] = ACTIONS(3299), - [anon_sym___global] = ACTIONS(3299), - [anon_sym_type] = ACTIONS(3299), - [anon_sym_PIPE] = ACTIONS(3299), - [anon_sym_fn] = ACTIONS(3299), - [anon_sym_PLUS] = ACTIONS(3299), - [anon_sym_DASH] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_SLASH] = ACTIONS(3299), - [anon_sym_PERCENT] = ACTIONS(3299), - [anon_sym_LT] = ACTIONS(3299), - [anon_sym_GT] = ACTIONS(3299), - [anon_sym_EQ_EQ] = ACTIONS(3299), - [anon_sym_BANG_EQ] = ACTIONS(3299), - [anon_sym_LT_EQ] = ACTIONS(3299), - [anon_sym_GT_EQ] = ACTIONS(3299), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_struct] = ACTIONS(3299), - [anon_sym_union] = ACTIONS(3299), - [anon_sym_pub] = ACTIONS(3299), - [anon_sym_mut] = ACTIONS(3299), - [anon_sym_enum] = ACTIONS(3299), - [anon_sym_interface] = ACTIONS(3299), - [anon_sym_PLUS_PLUS] = ACTIONS(3299), - [anon_sym_DASH_DASH] = ACTIONS(3299), - [anon_sym_QMARK] = ACTIONS(3299), - [anon_sym_BANG] = ACTIONS(3299), - [anon_sym_go] = ACTIONS(3299), - [anon_sym_spawn] = ACTIONS(3299), - [anon_sym_json_DOTdecode] = ACTIONS(3299), - [anon_sym_LBRACK2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_CARET] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3299), - [anon_sym_LT_DASH] = ACTIONS(3299), - [anon_sym_LT_LT] = ACTIONS(3299), - [anon_sym_GT_GT] = ACTIONS(3299), - [anon_sym_GT_GT_GT] = ACTIONS(3299), - [anon_sym_AMP_CARET] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_PIPE_PIPE] = ACTIONS(3299), - [anon_sym_or] = ACTIONS(3299), - [sym_none] = ACTIONS(3299), - [sym_true] = ACTIONS(3299), - [sym_false] = ACTIONS(3299), - [sym_nil] = ACTIONS(3299), - [anon_sym_QMARK_DOT] = ACTIONS(3299), - [anon_sym_POUND_LBRACK] = ACTIONS(3299), - [anon_sym_if] = ACTIONS(3299), - [anon_sym_DOLLARif] = ACTIONS(3299), - [anon_sym_is] = ACTIONS(3299), - [anon_sym_BANGis] = ACTIONS(3299), - [anon_sym_in] = ACTIONS(3299), - [anon_sym_BANGin] = ACTIONS(3299), - [anon_sym_match] = ACTIONS(3299), - [anon_sym_select] = ACTIONS(3299), - [anon_sym_lock] = ACTIONS(3299), - [anon_sym_rlock] = ACTIONS(3299), - [anon_sym_unsafe] = ACTIONS(3299), - [anon_sym_sql] = ACTIONS(3299), - [sym_int_literal] = ACTIONS(3299), - [sym_float_literal] = ACTIONS(3299), - [sym_rune_literal] = ACTIONS(3299), - [sym_pseudo_compile_time_identifier] = ACTIONS(3299), - [anon_sym_shared] = ACTIONS(3299), - [anon_sym_map_LBRACK] = ACTIONS(3299), - [anon_sym_chan] = ACTIONS(3299), - [anon_sym_thread] = ACTIONS(3299), - [anon_sym_atomic] = ACTIONS(3299), - [anon_sym_assert] = ACTIONS(3299), - [anon_sym_defer] = ACTIONS(3299), - [anon_sym_goto] = ACTIONS(3299), - [anon_sym_break] = ACTIONS(3299), - [anon_sym_continue] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3299), - [anon_sym_DOLLARfor] = ACTIONS(3299), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_POUND] = ACTIONS(3299), - [anon_sym_asm] = ACTIONS(3299), - [anon_sym_AT_LBRACK] = ACTIONS(3299), - [sym___double_quote] = ACTIONS(3299), - [sym___single_quote] = ACTIONS(3299), - [sym___c_double_quote] = ACTIONS(3299), - [sym___c_single_quote] = ACTIONS(3299), - [sym___r_double_quote] = ACTIONS(3299), - [sym___r_single_quote] = ACTIONS(3299), + [anon_sym_DOT] = ACTIONS(2873), + [anon_sym_as] = ACTIONS(2873), + [anon_sym_LBRACE] = ACTIONS(2873), + [anon_sym_COMMA] = ACTIONS(2873), + [anon_sym_const] = ACTIONS(2873), + [anon_sym_LPAREN] = ACTIONS(2873), + [anon_sym___global] = ACTIONS(2873), + [anon_sym_type] = ACTIONS(2873), + [anon_sym_PIPE] = ACTIONS(2873), + [anon_sym_fn] = ACTIONS(2873), + [anon_sym_PLUS] = ACTIONS(2873), + [anon_sym_DASH] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_SLASH] = ACTIONS(2873), + [anon_sym_PERCENT] = ACTIONS(2873), + [anon_sym_LT] = ACTIONS(2873), + [anon_sym_GT] = ACTIONS(2873), + [anon_sym_EQ_EQ] = ACTIONS(2873), + [anon_sym_BANG_EQ] = ACTIONS(2873), + [anon_sym_LT_EQ] = ACTIONS(2873), + [anon_sym_GT_EQ] = ACTIONS(2873), + [anon_sym_LBRACK] = ACTIONS(2871), + [anon_sym_struct] = ACTIONS(2873), + [anon_sym_union] = ACTIONS(2873), + [anon_sym_pub] = ACTIONS(2873), + [anon_sym_mut] = ACTIONS(2873), + [anon_sym_enum] = ACTIONS(2873), + [anon_sym_interface] = ACTIONS(2873), + [anon_sym_PLUS_PLUS] = ACTIONS(2873), + [anon_sym_DASH_DASH] = ACTIONS(2873), + [anon_sym_QMARK] = ACTIONS(2873), + [anon_sym_BANG] = ACTIONS(2873), + [anon_sym_go] = ACTIONS(2873), + [anon_sym_spawn] = ACTIONS(2873), + [anon_sym_json_DOTdecode] = ACTIONS(2873), + [anon_sym_LBRACK2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_CARET] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2873), + [anon_sym_LT_DASH] = ACTIONS(2873), + [anon_sym_LT_LT] = ACTIONS(2873), + [anon_sym_GT_GT] = ACTIONS(2873), + [anon_sym_GT_GT_GT] = ACTIONS(2873), + [anon_sym_AMP_CARET] = ACTIONS(2873), + [anon_sym_AMP_AMP] = ACTIONS(2873), + [anon_sym_PIPE_PIPE] = ACTIONS(2873), + [anon_sym_or] = ACTIONS(2873), + [sym_none] = ACTIONS(2873), + [sym_true] = ACTIONS(2873), + [sym_false] = ACTIONS(2873), + [sym_nil] = ACTIONS(2873), + [anon_sym_QMARK_DOT] = ACTIONS(2873), + [anon_sym_POUND_LBRACK] = ACTIONS(2873), + [anon_sym_if] = ACTIONS(2873), + [anon_sym_DOLLARif] = ACTIONS(2873), + [anon_sym_is] = ACTIONS(2873), + [anon_sym_BANGis] = ACTIONS(2873), + [anon_sym_in] = ACTIONS(2873), + [anon_sym_BANGin] = ACTIONS(2873), + [anon_sym_match] = ACTIONS(2873), + [anon_sym_select] = ACTIONS(2873), + [anon_sym_lock] = ACTIONS(2873), + [anon_sym_rlock] = ACTIONS(2873), + [anon_sym_unsafe] = ACTIONS(2873), + [anon_sym_sql] = ACTIONS(2873), + [sym_int_literal] = ACTIONS(2873), + [sym_float_literal] = ACTIONS(2873), + [sym_rune_literal] = ACTIONS(2873), + [sym_pseudo_compile_time_identifier] = ACTIONS(2873), + [anon_sym_shared] = ACTIONS(2873), + [anon_sym_map_LBRACK] = ACTIONS(2873), + [anon_sym_chan] = ACTIONS(2873), + [anon_sym_thread] = ACTIONS(2873), + [anon_sym_atomic] = ACTIONS(2873), + [anon_sym_assert] = ACTIONS(2873), + [anon_sym_defer] = ACTIONS(2873), + [anon_sym_goto] = ACTIONS(2873), + [anon_sym_break] = ACTIONS(2873), + [anon_sym_continue] = ACTIONS(2873), + [anon_sym_return] = ACTIONS(2873), + [anon_sym_DOLLARfor] = ACTIONS(2873), + [anon_sym_for] = ACTIONS(2873), + [anon_sym_POUND] = ACTIONS(2873), + [anon_sym_asm] = ACTIONS(2873), + [anon_sym_AT_LBRACK] = ACTIONS(2873), + [sym___double_quote] = ACTIONS(2873), + [sym___single_quote] = ACTIONS(2873), + [sym___c_double_quote] = ACTIONS(2873), + [sym___c_single_quote] = ACTIONS(2873), + [sym___r_double_quote] = ACTIONS(2873), + [sym___r_single_quote] = ACTIONS(2873), }, [1054] = { [sym_line_comment] = STATE(1054), [sym_block_comment] = STATE(1054), - [ts_builtin_sym_end] = ACTIONS(3233), - [sym_identifier] = ACTIONS(3235), - [anon_sym_LF] = ACTIONS(3235), - [anon_sym_CR] = ACTIONS(3235), - [anon_sym_CR_LF] = ACTIONS(3235), + [ts_builtin_sym_end] = ACTIONS(3231), + [sym_identifier] = ACTIONS(3233), + [anon_sym_LF] = ACTIONS(3233), + [anon_sym_CR] = ACTIONS(3233), + [anon_sym_CR_LF] = ACTIONS(3233), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3235), - [anon_sym_as] = ACTIONS(3235), - [anon_sym_LBRACE] = ACTIONS(3235), - [anon_sym_COMMA] = ACTIONS(3235), - [anon_sym_const] = ACTIONS(3235), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(3235), - [anon_sym_type] = ACTIONS(3235), - [anon_sym_PIPE] = ACTIONS(3235), - [anon_sym_fn] = ACTIONS(3235), - [anon_sym_PLUS] = ACTIONS(3235), - [anon_sym_DASH] = ACTIONS(3235), - [anon_sym_STAR] = ACTIONS(3235), - [anon_sym_SLASH] = ACTIONS(3235), - [anon_sym_PERCENT] = ACTIONS(3235), - [anon_sym_LT] = ACTIONS(3235), - [anon_sym_GT] = ACTIONS(3235), - [anon_sym_EQ_EQ] = ACTIONS(3235), - [anon_sym_BANG_EQ] = ACTIONS(3235), - [anon_sym_LT_EQ] = ACTIONS(3235), - [anon_sym_GT_EQ] = ACTIONS(3235), - [anon_sym_LBRACK] = ACTIONS(3233), - [anon_sym_struct] = ACTIONS(3235), - [anon_sym_union] = ACTIONS(3235), - [anon_sym_pub] = ACTIONS(3235), - [anon_sym_mut] = ACTIONS(3235), - [anon_sym_enum] = ACTIONS(3235), - [anon_sym_interface] = ACTIONS(3235), - [anon_sym_PLUS_PLUS] = ACTIONS(3235), - [anon_sym_DASH_DASH] = ACTIONS(3235), - [anon_sym_QMARK] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3235), - [anon_sym_go] = ACTIONS(3235), - [anon_sym_spawn] = ACTIONS(3235), - [anon_sym_json_DOTdecode] = ACTIONS(3235), - [anon_sym_LBRACK2] = ACTIONS(3235), - [anon_sym_TILDE] = ACTIONS(3235), - [anon_sym_CARET] = ACTIONS(3235), - [anon_sym_AMP] = ACTIONS(3235), - [anon_sym_LT_DASH] = ACTIONS(3235), - [anon_sym_LT_LT] = ACTIONS(3235), - [anon_sym_GT_GT] = ACTIONS(3235), - [anon_sym_GT_GT_GT] = ACTIONS(3235), - [anon_sym_AMP_CARET] = ACTIONS(3235), - [anon_sym_AMP_AMP] = ACTIONS(3235), - [anon_sym_PIPE_PIPE] = ACTIONS(3235), - [anon_sym_or] = ACTIONS(3235), - [sym_none] = ACTIONS(3235), - [sym_true] = ACTIONS(3235), - [sym_false] = ACTIONS(3235), - [sym_nil] = ACTIONS(3235), - [anon_sym_QMARK_DOT] = ACTIONS(3235), - [anon_sym_POUND_LBRACK] = ACTIONS(3235), - [anon_sym_if] = ACTIONS(3235), - [anon_sym_DOLLARif] = ACTIONS(3235), - [anon_sym_is] = ACTIONS(3235), - [anon_sym_BANGis] = ACTIONS(3235), - [anon_sym_in] = ACTIONS(3235), - [anon_sym_BANGin] = ACTIONS(3235), - [anon_sym_match] = ACTIONS(3235), - [anon_sym_select] = ACTIONS(3235), - [anon_sym_lock] = ACTIONS(3235), - [anon_sym_rlock] = ACTIONS(3235), - [anon_sym_unsafe] = ACTIONS(3235), - [anon_sym_sql] = ACTIONS(3235), - [sym_int_literal] = ACTIONS(3235), - [sym_float_literal] = ACTIONS(3235), - [sym_rune_literal] = ACTIONS(3235), - [sym_pseudo_compile_time_identifier] = ACTIONS(3235), - [anon_sym_shared] = ACTIONS(3235), - [anon_sym_map_LBRACK] = ACTIONS(3235), - [anon_sym_chan] = ACTIONS(3235), - [anon_sym_thread] = ACTIONS(3235), - [anon_sym_atomic] = ACTIONS(3235), - [anon_sym_assert] = ACTIONS(3235), - [anon_sym_defer] = ACTIONS(3235), - [anon_sym_goto] = ACTIONS(3235), - [anon_sym_break] = ACTIONS(3235), - [anon_sym_continue] = ACTIONS(3235), - [anon_sym_return] = ACTIONS(3235), - [anon_sym_DOLLARfor] = ACTIONS(3235), - [anon_sym_for] = ACTIONS(3235), - [anon_sym_POUND] = ACTIONS(3235), - [anon_sym_asm] = ACTIONS(3235), - [anon_sym_AT_LBRACK] = ACTIONS(3235), - [sym___double_quote] = ACTIONS(3235), - [sym___single_quote] = ACTIONS(3235), - [sym___c_double_quote] = ACTIONS(3235), - [sym___c_single_quote] = ACTIONS(3235), - [sym___r_double_quote] = ACTIONS(3235), - [sym___r_single_quote] = ACTIONS(3235), + [anon_sym_DOT] = ACTIONS(3233), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(3233), + [anon_sym_COMMA] = ACTIONS(3233), + [anon_sym_const] = ACTIONS(3233), + [anon_sym_LPAREN] = ACTIONS(3233), + [anon_sym___global] = ACTIONS(3233), + [anon_sym_type] = ACTIONS(3233), + [anon_sym_PIPE] = ACTIONS(3233), + [anon_sym_fn] = ACTIONS(3233), + [anon_sym_PLUS] = ACTIONS(3233), + [anon_sym_DASH] = ACTIONS(3233), + [anon_sym_STAR] = ACTIONS(3233), + [anon_sym_SLASH] = ACTIONS(3233), + [anon_sym_PERCENT] = ACTIONS(3233), + [anon_sym_LT] = ACTIONS(3233), + [anon_sym_GT] = ACTIONS(3233), + [anon_sym_EQ_EQ] = ACTIONS(3233), + [anon_sym_BANG_EQ] = ACTIONS(3233), + [anon_sym_LT_EQ] = ACTIONS(3233), + [anon_sym_GT_EQ] = ACTIONS(3233), + [anon_sym_LBRACK] = ACTIONS(3231), + [anon_sym_struct] = ACTIONS(3233), + [anon_sym_union] = ACTIONS(3233), + [anon_sym_pub] = ACTIONS(3233), + [anon_sym_mut] = ACTIONS(3233), + [anon_sym_enum] = ACTIONS(3233), + [anon_sym_interface] = ACTIONS(3233), + [anon_sym_PLUS_PLUS] = ACTIONS(3233), + [anon_sym_DASH_DASH] = ACTIONS(3233), + [anon_sym_QMARK] = ACTIONS(3233), + [anon_sym_BANG] = ACTIONS(3233), + [anon_sym_go] = ACTIONS(3233), + [anon_sym_spawn] = ACTIONS(3233), + [anon_sym_json_DOTdecode] = ACTIONS(3233), + [anon_sym_LBRACK2] = ACTIONS(3233), + [anon_sym_TILDE] = ACTIONS(3233), + [anon_sym_CARET] = ACTIONS(3233), + [anon_sym_AMP] = ACTIONS(3233), + [anon_sym_LT_DASH] = ACTIONS(3233), + [anon_sym_LT_LT] = ACTIONS(3233), + [anon_sym_GT_GT] = ACTIONS(3233), + [anon_sym_GT_GT_GT] = ACTIONS(3233), + [anon_sym_AMP_CARET] = ACTIONS(3233), + [anon_sym_AMP_AMP] = ACTIONS(3233), + [anon_sym_PIPE_PIPE] = ACTIONS(3233), + [anon_sym_or] = ACTIONS(3233), + [sym_none] = ACTIONS(3233), + [sym_true] = ACTIONS(3233), + [sym_false] = ACTIONS(3233), + [sym_nil] = ACTIONS(3233), + [anon_sym_QMARK_DOT] = ACTIONS(3233), + [anon_sym_POUND_LBRACK] = ACTIONS(3233), + [anon_sym_if] = ACTIONS(3233), + [anon_sym_DOLLARif] = ACTIONS(3233), + [anon_sym_is] = ACTIONS(3233), + [anon_sym_BANGis] = ACTIONS(3233), + [anon_sym_in] = ACTIONS(3233), + [anon_sym_BANGin] = ACTIONS(3233), + [anon_sym_match] = ACTIONS(3233), + [anon_sym_select] = ACTIONS(3233), + [anon_sym_lock] = ACTIONS(3233), + [anon_sym_rlock] = ACTIONS(3233), + [anon_sym_unsafe] = ACTIONS(3233), + [anon_sym_sql] = ACTIONS(3233), + [sym_int_literal] = ACTIONS(3233), + [sym_float_literal] = ACTIONS(3233), + [sym_rune_literal] = ACTIONS(3233), + [sym_pseudo_compile_time_identifier] = ACTIONS(3233), + [anon_sym_shared] = ACTIONS(3233), + [anon_sym_map_LBRACK] = ACTIONS(3233), + [anon_sym_chan] = ACTIONS(3233), + [anon_sym_thread] = ACTIONS(3233), + [anon_sym_atomic] = ACTIONS(3233), + [anon_sym_assert] = ACTIONS(3233), + [anon_sym_defer] = ACTIONS(3233), + [anon_sym_goto] = ACTIONS(3233), + [anon_sym_break] = ACTIONS(3233), + [anon_sym_continue] = ACTIONS(3233), + [anon_sym_return] = ACTIONS(3233), + [anon_sym_DOLLARfor] = ACTIONS(3233), + [anon_sym_for] = ACTIONS(3233), + [anon_sym_POUND] = ACTIONS(3233), + [anon_sym_asm] = ACTIONS(3233), + [anon_sym_AT_LBRACK] = ACTIONS(3233), + [sym___double_quote] = ACTIONS(3233), + [sym___single_quote] = ACTIONS(3233), + [sym___c_double_quote] = ACTIONS(3233), + [sym___c_single_quote] = ACTIONS(3233), + [sym___r_double_quote] = ACTIONS(3233), + [sym___r_single_quote] = ACTIONS(3233), }, [1055] = { [sym_line_comment] = STATE(1055), [sym_block_comment] = STATE(1055), - [ts_builtin_sym_end] = ACTIONS(3217), - [sym_identifier] = ACTIONS(3219), - [anon_sym_LF] = ACTIONS(3219), - [anon_sym_CR] = ACTIONS(3219), - [anon_sym_CR_LF] = ACTIONS(3219), + [ts_builtin_sym_end] = ACTIONS(3247), + [sym_identifier] = ACTIONS(3249), + [anon_sym_LF] = ACTIONS(3249), + [anon_sym_CR] = ACTIONS(3249), + [anon_sym_CR_LF] = ACTIONS(3249), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3219), - [anon_sym_as] = ACTIONS(3219), - [anon_sym_LBRACE] = ACTIONS(3219), - [anon_sym_COMMA] = ACTIONS(3219), - [anon_sym_const] = ACTIONS(3219), - [anon_sym_LPAREN] = ACTIONS(3219), - [anon_sym___global] = ACTIONS(3219), - [anon_sym_type] = ACTIONS(3219), - [anon_sym_PIPE] = ACTIONS(3219), - [anon_sym_fn] = ACTIONS(3219), - [anon_sym_PLUS] = ACTIONS(3219), - [anon_sym_DASH] = ACTIONS(3219), - [anon_sym_STAR] = ACTIONS(3219), - [anon_sym_SLASH] = ACTIONS(3219), - [anon_sym_PERCENT] = ACTIONS(3219), - [anon_sym_LT] = ACTIONS(3219), - [anon_sym_GT] = ACTIONS(3219), - [anon_sym_EQ_EQ] = ACTIONS(3219), - [anon_sym_BANG_EQ] = ACTIONS(3219), - [anon_sym_LT_EQ] = ACTIONS(3219), - [anon_sym_GT_EQ] = ACTIONS(3219), - [anon_sym_LBRACK] = ACTIONS(3217), - [anon_sym_struct] = ACTIONS(3219), - [anon_sym_union] = ACTIONS(3219), - [anon_sym_pub] = ACTIONS(3219), - [anon_sym_mut] = ACTIONS(3219), - [anon_sym_enum] = ACTIONS(3219), - [anon_sym_interface] = ACTIONS(3219), - [anon_sym_PLUS_PLUS] = ACTIONS(3219), - [anon_sym_DASH_DASH] = ACTIONS(3219), - [anon_sym_QMARK] = ACTIONS(3219), - [anon_sym_BANG] = ACTIONS(3219), - [anon_sym_go] = ACTIONS(3219), - [anon_sym_spawn] = ACTIONS(3219), - [anon_sym_json_DOTdecode] = ACTIONS(3219), - [anon_sym_LBRACK2] = ACTIONS(3219), - [anon_sym_TILDE] = ACTIONS(3219), - [anon_sym_CARET] = ACTIONS(3219), - [anon_sym_AMP] = ACTIONS(3219), - [anon_sym_LT_DASH] = ACTIONS(3219), - [anon_sym_LT_LT] = ACTIONS(3219), - [anon_sym_GT_GT] = ACTIONS(3219), - [anon_sym_GT_GT_GT] = ACTIONS(3219), - [anon_sym_AMP_CARET] = ACTIONS(3219), - [anon_sym_AMP_AMP] = ACTIONS(3219), - [anon_sym_PIPE_PIPE] = ACTIONS(3219), - [anon_sym_or] = ACTIONS(3219), - [sym_none] = ACTIONS(3219), - [sym_true] = ACTIONS(3219), - [sym_false] = ACTIONS(3219), - [sym_nil] = ACTIONS(3219), - [anon_sym_QMARK_DOT] = ACTIONS(3219), - [anon_sym_POUND_LBRACK] = ACTIONS(3219), - [anon_sym_if] = ACTIONS(3219), - [anon_sym_DOLLARif] = ACTIONS(3219), - [anon_sym_is] = ACTIONS(3219), - [anon_sym_BANGis] = ACTIONS(3219), - [anon_sym_in] = ACTIONS(3219), - [anon_sym_BANGin] = ACTIONS(3219), - [anon_sym_match] = ACTIONS(3219), - [anon_sym_select] = ACTIONS(3219), - [anon_sym_lock] = ACTIONS(3219), - [anon_sym_rlock] = ACTIONS(3219), - [anon_sym_unsafe] = ACTIONS(3219), - [anon_sym_sql] = ACTIONS(3219), - [sym_int_literal] = ACTIONS(3219), - [sym_float_literal] = ACTIONS(3219), - [sym_rune_literal] = ACTIONS(3219), - [sym_pseudo_compile_time_identifier] = ACTIONS(3219), - [anon_sym_shared] = ACTIONS(3219), - [anon_sym_map_LBRACK] = ACTIONS(3219), - [anon_sym_chan] = ACTIONS(3219), - [anon_sym_thread] = ACTIONS(3219), - [anon_sym_atomic] = ACTIONS(3219), - [anon_sym_assert] = ACTIONS(3219), - [anon_sym_defer] = ACTIONS(3219), - [anon_sym_goto] = ACTIONS(3219), - [anon_sym_break] = ACTIONS(3219), - [anon_sym_continue] = ACTIONS(3219), - [anon_sym_return] = ACTIONS(3219), - [anon_sym_DOLLARfor] = ACTIONS(3219), - [anon_sym_for] = ACTIONS(3219), - [anon_sym_POUND] = ACTIONS(3219), - [anon_sym_asm] = ACTIONS(3219), - [anon_sym_AT_LBRACK] = ACTIONS(3219), - [sym___double_quote] = ACTIONS(3219), - [sym___single_quote] = ACTIONS(3219), - [sym___c_double_quote] = ACTIONS(3219), - [sym___c_single_quote] = ACTIONS(3219), - [sym___r_double_quote] = ACTIONS(3219), - [sym___r_single_quote] = ACTIONS(3219), + [anon_sym_DOT] = ACTIONS(3249), + [anon_sym_as] = ACTIONS(3249), + [anon_sym_LBRACE] = ACTIONS(3249), + [anon_sym_COMMA] = ACTIONS(3249), + [anon_sym_const] = ACTIONS(3249), + [anon_sym_LPAREN] = ACTIONS(3249), + [anon_sym___global] = ACTIONS(3249), + [anon_sym_type] = ACTIONS(3249), + [anon_sym_PIPE] = ACTIONS(3249), + [anon_sym_fn] = ACTIONS(3249), + [anon_sym_PLUS] = ACTIONS(3249), + [anon_sym_DASH] = ACTIONS(3249), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_SLASH] = ACTIONS(3249), + [anon_sym_PERCENT] = ACTIONS(3249), + [anon_sym_LT] = ACTIONS(3249), + [anon_sym_GT] = ACTIONS(3249), + [anon_sym_EQ_EQ] = ACTIONS(3249), + [anon_sym_BANG_EQ] = ACTIONS(3249), + [anon_sym_LT_EQ] = ACTIONS(3249), + [anon_sym_GT_EQ] = ACTIONS(3249), + [anon_sym_LBRACK] = ACTIONS(3247), + [anon_sym_struct] = ACTIONS(3249), + [anon_sym_union] = ACTIONS(3249), + [anon_sym_pub] = ACTIONS(3249), + [anon_sym_mut] = ACTIONS(3249), + [anon_sym_enum] = ACTIONS(3249), + [anon_sym_interface] = ACTIONS(3249), + [anon_sym_PLUS_PLUS] = ACTIONS(3249), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3249), + [anon_sym_BANG] = ACTIONS(3249), + [anon_sym_go] = ACTIONS(3249), + [anon_sym_spawn] = ACTIONS(3249), + [anon_sym_json_DOTdecode] = ACTIONS(3249), + [anon_sym_LBRACK2] = ACTIONS(3249), + [anon_sym_TILDE] = ACTIONS(3249), + [anon_sym_CARET] = ACTIONS(3249), + [anon_sym_AMP] = ACTIONS(3249), + [anon_sym_LT_DASH] = ACTIONS(3249), + [anon_sym_LT_LT] = ACTIONS(3249), + [anon_sym_GT_GT] = ACTIONS(3249), + [anon_sym_GT_GT_GT] = ACTIONS(3249), + [anon_sym_AMP_CARET] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(3249), + [anon_sym_PIPE_PIPE] = ACTIONS(3249), + [anon_sym_or] = ACTIONS(3249), + [sym_none] = ACTIONS(3249), + [sym_true] = ACTIONS(3249), + [sym_false] = ACTIONS(3249), + [sym_nil] = ACTIONS(3249), + [anon_sym_QMARK_DOT] = ACTIONS(3249), + [anon_sym_POUND_LBRACK] = ACTIONS(3249), + [anon_sym_if] = ACTIONS(3249), + [anon_sym_DOLLARif] = ACTIONS(3249), + [anon_sym_is] = ACTIONS(3249), + [anon_sym_BANGis] = ACTIONS(3249), + [anon_sym_in] = ACTIONS(3249), + [anon_sym_BANGin] = ACTIONS(3249), + [anon_sym_match] = ACTIONS(3249), + [anon_sym_select] = ACTIONS(3249), + [anon_sym_lock] = ACTIONS(3249), + [anon_sym_rlock] = ACTIONS(3249), + [anon_sym_unsafe] = ACTIONS(3249), + [anon_sym_sql] = ACTIONS(3249), + [sym_int_literal] = ACTIONS(3249), + [sym_float_literal] = ACTIONS(3249), + [sym_rune_literal] = ACTIONS(3249), + [sym_pseudo_compile_time_identifier] = ACTIONS(3249), + [anon_sym_shared] = ACTIONS(3249), + [anon_sym_map_LBRACK] = ACTIONS(3249), + [anon_sym_chan] = ACTIONS(3249), + [anon_sym_thread] = ACTIONS(3249), + [anon_sym_atomic] = ACTIONS(3249), + [anon_sym_assert] = ACTIONS(3249), + [anon_sym_defer] = ACTIONS(3249), + [anon_sym_goto] = ACTIONS(3249), + [anon_sym_break] = ACTIONS(3249), + [anon_sym_continue] = ACTIONS(3249), + [anon_sym_return] = ACTIONS(3249), + [anon_sym_DOLLARfor] = ACTIONS(3249), + [anon_sym_for] = ACTIONS(3249), + [anon_sym_POUND] = ACTIONS(3249), + [anon_sym_asm] = ACTIONS(3249), + [anon_sym_AT_LBRACK] = ACTIONS(3249), + [sym___double_quote] = ACTIONS(3249), + [sym___single_quote] = ACTIONS(3249), + [sym___c_double_quote] = ACTIONS(3249), + [sym___c_single_quote] = ACTIONS(3249), + [sym___r_double_quote] = ACTIONS(3249), + [sym___r_single_quote] = ACTIONS(3249), }, [1056] = { [sym_line_comment] = STATE(1056), [sym_block_comment] = STATE(1056), - [ts_builtin_sym_end] = ACTIONS(3001), - [sym_identifier] = ACTIONS(3003), - [anon_sym_LF] = ACTIONS(3003), - [anon_sym_CR] = ACTIONS(3003), - [anon_sym_CR_LF] = ACTIONS(3003), + [ts_builtin_sym_end] = ACTIONS(2783), + [sym_identifier] = ACTIONS(2785), + [anon_sym_LF] = ACTIONS(2785), + [anon_sym_CR] = ACTIONS(2785), + [anon_sym_CR_LF] = ACTIONS(2785), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3003), - [anon_sym_as] = ACTIONS(3003), - [anon_sym_LBRACE] = ACTIONS(3003), - [anon_sym_COMMA] = ACTIONS(3003), - [anon_sym_const] = ACTIONS(3003), - [anon_sym_LPAREN] = ACTIONS(3003), - [anon_sym___global] = ACTIONS(3003), - [anon_sym_type] = ACTIONS(3003), - [anon_sym_PIPE] = ACTIONS(3003), - [anon_sym_fn] = ACTIONS(3003), - [anon_sym_PLUS] = ACTIONS(3003), - [anon_sym_DASH] = ACTIONS(3003), - [anon_sym_STAR] = ACTIONS(3003), - [anon_sym_SLASH] = ACTIONS(3003), - [anon_sym_PERCENT] = ACTIONS(3003), - [anon_sym_LT] = ACTIONS(3003), - [anon_sym_GT] = ACTIONS(3003), - [anon_sym_EQ_EQ] = ACTIONS(3003), - [anon_sym_BANG_EQ] = ACTIONS(3003), - [anon_sym_LT_EQ] = ACTIONS(3003), - [anon_sym_GT_EQ] = ACTIONS(3003), - [anon_sym_LBRACK] = ACTIONS(3001), - [anon_sym_struct] = ACTIONS(3003), - [anon_sym_union] = ACTIONS(3003), - [anon_sym_pub] = ACTIONS(3003), - [anon_sym_mut] = ACTIONS(3003), - [anon_sym_enum] = ACTIONS(3003), - [anon_sym_interface] = ACTIONS(3003), - [anon_sym_PLUS_PLUS] = ACTIONS(3003), - [anon_sym_DASH_DASH] = ACTIONS(3003), - [anon_sym_QMARK] = ACTIONS(3003), - [anon_sym_BANG] = ACTIONS(3626), - [anon_sym_go] = ACTIONS(3003), - [anon_sym_spawn] = ACTIONS(3003), - [anon_sym_json_DOTdecode] = ACTIONS(3003), - [anon_sym_LBRACK2] = ACTIONS(3003), - [anon_sym_TILDE] = ACTIONS(3003), - [anon_sym_CARET] = ACTIONS(3003), - [anon_sym_AMP] = ACTIONS(3003), - [anon_sym_LT_DASH] = ACTIONS(3003), - [anon_sym_LT_LT] = ACTIONS(3003), - [anon_sym_GT_GT] = ACTIONS(3003), - [anon_sym_GT_GT_GT] = ACTIONS(3003), - [anon_sym_AMP_CARET] = ACTIONS(3003), - [anon_sym_AMP_AMP] = ACTIONS(3003), - [anon_sym_PIPE_PIPE] = ACTIONS(3003), - [anon_sym_or] = ACTIONS(3003), - [sym_none] = ACTIONS(3003), - [sym_true] = ACTIONS(3003), - [sym_false] = ACTIONS(3003), - [sym_nil] = ACTIONS(3003), - [anon_sym_QMARK_DOT] = ACTIONS(3003), - [anon_sym_POUND_LBRACK] = ACTIONS(3003), - [anon_sym_if] = ACTIONS(3003), - [anon_sym_DOLLARif] = ACTIONS(3003), - [anon_sym_is] = ACTIONS(3003), - [anon_sym_BANGis] = ACTIONS(3003), - [anon_sym_in] = ACTIONS(3003), - [anon_sym_BANGin] = ACTIONS(3003), - [anon_sym_match] = ACTIONS(3003), - [anon_sym_select] = ACTIONS(3003), - [anon_sym_lock] = ACTIONS(3003), - [anon_sym_rlock] = ACTIONS(3003), - [anon_sym_unsafe] = ACTIONS(3003), - [anon_sym_sql] = ACTIONS(3003), - [sym_int_literal] = ACTIONS(3003), - [sym_float_literal] = ACTIONS(3003), - [sym_rune_literal] = ACTIONS(3003), - [sym_pseudo_compile_time_identifier] = ACTIONS(3003), - [anon_sym_shared] = ACTIONS(3003), - [anon_sym_map_LBRACK] = ACTIONS(3003), - [anon_sym_chan] = ACTIONS(3003), - [anon_sym_thread] = ACTIONS(3003), - [anon_sym_atomic] = ACTIONS(3003), - [anon_sym_assert] = ACTIONS(3003), - [anon_sym_defer] = ACTIONS(3003), - [anon_sym_goto] = ACTIONS(3003), - [anon_sym_break] = ACTIONS(3003), - [anon_sym_continue] = ACTIONS(3003), - [anon_sym_return] = ACTIONS(3003), - [anon_sym_DOLLARfor] = ACTIONS(3003), - [anon_sym_for] = ACTIONS(3003), - [anon_sym_POUND] = ACTIONS(3003), - [anon_sym_asm] = ACTIONS(3003), - [anon_sym_AT_LBRACK] = ACTIONS(3003), - [sym___double_quote] = ACTIONS(3003), - [sym___single_quote] = ACTIONS(3003), - [sym___c_double_quote] = ACTIONS(3003), - [sym___c_single_quote] = ACTIONS(3003), - [sym___r_double_quote] = ACTIONS(3003), - [sym___r_single_quote] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(2785), + [anon_sym_as] = ACTIONS(2785), + [anon_sym_LBRACE] = ACTIONS(2787), + [anon_sym_COMMA] = ACTIONS(2785), + [anon_sym_const] = ACTIONS(2785), + [anon_sym_LPAREN] = ACTIONS(2785), + [anon_sym___global] = ACTIONS(2785), + [anon_sym_type] = ACTIONS(2785), + [anon_sym_PIPE] = ACTIONS(2785), + [anon_sym_fn] = ACTIONS(2785), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_STAR] = ACTIONS(2785), + [anon_sym_SLASH] = ACTIONS(2785), + [anon_sym_PERCENT] = ACTIONS(2785), + [anon_sym_LT] = ACTIONS(2785), + [anon_sym_GT] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2785), + [anon_sym_BANG_EQ] = ACTIONS(2785), + [anon_sym_LT_EQ] = ACTIONS(2785), + [anon_sym_GT_EQ] = ACTIONS(2785), + [anon_sym_LBRACK] = ACTIONS(2790), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_union] = ACTIONS(2785), + [anon_sym_pub] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(2785), + [anon_sym_enum] = ACTIONS(2785), + [anon_sym_interface] = ACTIONS(2785), + [anon_sym_PLUS_PLUS] = ACTIONS(2785), + [anon_sym_DASH_DASH] = ACTIONS(2785), + [anon_sym_QMARK] = ACTIONS(2785), + [anon_sym_BANG] = ACTIONS(2785), + [anon_sym_go] = ACTIONS(2785), + [anon_sym_spawn] = ACTIONS(2785), + [anon_sym_json_DOTdecode] = ACTIONS(2785), + [anon_sym_LBRACK2] = ACTIONS(2785), + [anon_sym_TILDE] = ACTIONS(2785), + [anon_sym_CARET] = ACTIONS(2785), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_LT_DASH] = ACTIONS(2785), + [anon_sym_LT_LT] = ACTIONS(2785), + [anon_sym_GT_GT] = ACTIONS(2785), + [anon_sym_GT_GT_GT] = ACTIONS(2785), + [anon_sym_AMP_CARET] = ACTIONS(2785), + [anon_sym_AMP_AMP] = ACTIONS(2785), + [anon_sym_PIPE_PIPE] = ACTIONS(2785), + [anon_sym_or] = ACTIONS(2785), + [sym_none] = ACTIONS(2785), + [sym_true] = ACTIONS(2785), + [sym_false] = ACTIONS(2785), + [sym_nil] = ACTIONS(2785), + [anon_sym_QMARK_DOT] = ACTIONS(2785), + [anon_sym_POUND_LBRACK] = ACTIONS(2785), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_DOLLARif] = ACTIONS(2785), + [anon_sym_is] = ACTIONS(2785), + [anon_sym_BANGis] = ACTIONS(2785), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_BANGin] = ACTIONS(2785), + [anon_sym_match] = ACTIONS(2785), + [anon_sym_select] = ACTIONS(2785), + [anon_sym_lock] = ACTIONS(2785), + [anon_sym_rlock] = ACTIONS(2785), + [anon_sym_unsafe] = ACTIONS(2785), + [anon_sym_sql] = ACTIONS(2785), + [sym_int_literal] = ACTIONS(2785), + [sym_float_literal] = ACTIONS(2785), + [sym_rune_literal] = ACTIONS(2785), + [sym_pseudo_compile_time_identifier] = ACTIONS(2785), + [anon_sym_shared] = ACTIONS(2785), + [anon_sym_map_LBRACK] = ACTIONS(2785), + [anon_sym_chan] = ACTIONS(2785), + [anon_sym_thread] = ACTIONS(2785), + [anon_sym_atomic] = ACTIONS(2785), + [anon_sym_assert] = ACTIONS(2785), + [anon_sym_defer] = ACTIONS(2785), + [anon_sym_goto] = ACTIONS(2785), + [anon_sym_break] = ACTIONS(2785), + [anon_sym_continue] = ACTIONS(2785), + [anon_sym_return] = ACTIONS(2785), + [anon_sym_DOLLARfor] = ACTIONS(2785), + [anon_sym_for] = ACTIONS(2785), + [anon_sym_POUND] = ACTIONS(2785), + [anon_sym_asm] = ACTIONS(2785), + [anon_sym_AT_LBRACK] = ACTIONS(2785), + [sym___double_quote] = ACTIONS(2785), + [sym___single_quote] = ACTIONS(2785), + [sym___c_double_quote] = ACTIONS(2785), + [sym___c_single_quote] = ACTIONS(2785), + [sym___r_double_quote] = ACTIONS(2785), + [sym___r_single_quote] = ACTIONS(2785), }, [1057] = { [sym_line_comment] = STATE(1057), [sym_block_comment] = STATE(1057), - [ts_builtin_sym_end] = ACTIONS(2969), - [sym_identifier] = ACTIONS(2971), - [anon_sym_LF] = ACTIONS(2971), - [anon_sym_CR] = ACTIONS(2971), - [anon_sym_CR_LF] = ACTIONS(2971), + [ts_builtin_sym_end] = ACTIONS(3235), + [sym_identifier] = ACTIONS(3237), + [anon_sym_LF] = ACTIONS(3237), + [anon_sym_CR] = ACTIONS(3237), + [anon_sym_CR_LF] = ACTIONS(3237), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2971), - [anon_sym_as] = ACTIONS(2971), - [anon_sym_LBRACE] = ACTIONS(2971), - [anon_sym_COMMA] = ACTIONS(2971), - [anon_sym_const] = ACTIONS(2971), - [anon_sym_LPAREN] = ACTIONS(2971), - [anon_sym___global] = ACTIONS(2971), - [anon_sym_type] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(2971), - [anon_sym_fn] = ACTIONS(2971), - [anon_sym_PLUS] = ACTIONS(2971), - [anon_sym_DASH] = ACTIONS(2971), - [anon_sym_STAR] = ACTIONS(2971), - [anon_sym_SLASH] = ACTIONS(2971), - [anon_sym_PERCENT] = ACTIONS(2971), - [anon_sym_LT] = ACTIONS(2971), - [anon_sym_GT] = ACTIONS(2971), - [anon_sym_EQ_EQ] = ACTIONS(2971), - [anon_sym_BANG_EQ] = ACTIONS(2971), - [anon_sym_LT_EQ] = ACTIONS(2971), - [anon_sym_GT_EQ] = ACTIONS(2971), - [anon_sym_LBRACK] = ACTIONS(2969), - [anon_sym_struct] = ACTIONS(2971), - [anon_sym_union] = ACTIONS(2971), - [anon_sym_pub] = ACTIONS(2971), - [anon_sym_mut] = ACTIONS(2971), - [anon_sym_enum] = ACTIONS(2971), - [anon_sym_interface] = ACTIONS(2971), - [anon_sym_PLUS_PLUS] = ACTIONS(2971), - [anon_sym_DASH_DASH] = ACTIONS(2971), - [anon_sym_QMARK] = ACTIONS(2971), - [anon_sym_BANG] = ACTIONS(2971), - [anon_sym_go] = ACTIONS(2971), - [anon_sym_spawn] = ACTIONS(2971), - [anon_sym_json_DOTdecode] = ACTIONS(2971), - [anon_sym_LBRACK2] = ACTIONS(2971), - [anon_sym_TILDE] = ACTIONS(2971), - [anon_sym_CARET] = ACTIONS(2971), - [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_LT_DASH] = ACTIONS(2971), - [anon_sym_LT_LT] = ACTIONS(2971), - [anon_sym_GT_GT] = ACTIONS(2971), - [anon_sym_GT_GT_GT] = ACTIONS(2971), - [anon_sym_AMP_CARET] = ACTIONS(2971), - [anon_sym_AMP_AMP] = ACTIONS(2971), - [anon_sym_PIPE_PIPE] = ACTIONS(2971), - [anon_sym_or] = ACTIONS(2971), - [sym_none] = ACTIONS(2971), - [sym_true] = ACTIONS(2971), - [sym_false] = ACTIONS(2971), - [sym_nil] = ACTIONS(2971), - [anon_sym_QMARK_DOT] = ACTIONS(2971), - [anon_sym_POUND_LBRACK] = ACTIONS(2971), - [anon_sym_if] = ACTIONS(2971), - [anon_sym_DOLLARif] = ACTIONS(2971), - [anon_sym_is] = ACTIONS(2971), - [anon_sym_BANGis] = ACTIONS(2971), - [anon_sym_in] = ACTIONS(2971), - [anon_sym_BANGin] = ACTIONS(2971), - [anon_sym_match] = ACTIONS(2971), - [anon_sym_select] = ACTIONS(2971), - [anon_sym_lock] = ACTIONS(2971), - [anon_sym_rlock] = ACTIONS(2971), - [anon_sym_unsafe] = ACTIONS(2971), - [anon_sym_sql] = ACTIONS(2971), - [sym_int_literal] = ACTIONS(2971), - [sym_float_literal] = ACTIONS(2971), - [sym_rune_literal] = ACTIONS(2971), - [sym_pseudo_compile_time_identifier] = ACTIONS(2971), - [anon_sym_shared] = ACTIONS(2971), - [anon_sym_map_LBRACK] = ACTIONS(2971), - [anon_sym_chan] = ACTIONS(2971), - [anon_sym_thread] = ACTIONS(2971), - [anon_sym_atomic] = ACTIONS(2971), - [anon_sym_assert] = ACTIONS(2971), - [anon_sym_defer] = ACTIONS(2971), - [anon_sym_goto] = ACTIONS(2971), - [anon_sym_break] = ACTIONS(2971), - [anon_sym_continue] = ACTIONS(2971), - [anon_sym_return] = ACTIONS(2971), - [anon_sym_DOLLARfor] = ACTIONS(2971), - [anon_sym_for] = ACTIONS(2971), - [anon_sym_POUND] = ACTIONS(2971), - [anon_sym_asm] = ACTIONS(2971), - [anon_sym_AT_LBRACK] = ACTIONS(2971), - [sym___double_quote] = ACTIONS(2971), - [sym___single_quote] = ACTIONS(2971), - [sym___c_double_quote] = ACTIONS(2971), - [sym___c_single_quote] = ACTIONS(2971), - [sym___r_double_quote] = ACTIONS(2971), - [sym___r_single_quote] = ACTIONS(2971), + [anon_sym_DOT] = ACTIONS(3237), + [anon_sym_as] = ACTIONS(3237), + [anon_sym_LBRACE] = ACTIONS(3237), + [anon_sym_COMMA] = ACTIONS(3237), + [anon_sym_const] = ACTIONS(3237), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(3237), + [anon_sym_type] = ACTIONS(3237), + [anon_sym_PIPE] = ACTIONS(3237), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_PLUS] = ACTIONS(3237), + [anon_sym_DASH] = ACTIONS(3237), + [anon_sym_STAR] = ACTIONS(3237), + [anon_sym_SLASH] = ACTIONS(3237), + [anon_sym_PERCENT] = ACTIONS(3237), + [anon_sym_LT] = ACTIONS(3237), + [anon_sym_GT] = ACTIONS(3237), + [anon_sym_EQ_EQ] = ACTIONS(3237), + [anon_sym_BANG_EQ] = ACTIONS(3237), + [anon_sym_LT_EQ] = ACTIONS(3237), + [anon_sym_GT_EQ] = ACTIONS(3237), + [anon_sym_LBRACK] = ACTIONS(3235), + [anon_sym_struct] = ACTIONS(3237), + [anon_sym_union] = ACTIONS(3237), + [anon_sym_pub] = ACTIONS(3237), + [anon_sym_mut] = ACTIONS(3237), + [anon_sym_enum] = ACTIONS(3237), + [anon_sym_interface] = ACTIONS(3237), + [anon_sym_PLUS_PLUS] = ACTIONS(3237), + [anon_sym_DASH_DASH] = ACTIONS(3237), + [anon_sym_QMARK] = ACTIONS(3237), + [anon_sym_BANG] = ACTIONS(3237), + [anon_sym_go] = ACTIONS(3237), + [anon_sym_spawn] = ACTIONS(3237), + [anon_sym_json_DOTdecode] = ACTIONS(3237), + [anon_sym_LBRACK2] = ACTIONS(3237), + [anon_sym_TILDE] = ACTIONS(3237), + [anon_sym_CARET] = ACTIONS(3237), + [anon_sym_AMP] = ACTIONS(3237), + [anon_sym_LT_DASH] = ACTIONS(3237), + [anon_sym_LT_LT] = ACTIONS(3237), + [anon_sym_GT_GT] = ACTIONS(3237), + [anon_sym_GT_GT_GT] = ACTIONS(3237), + [anon_sym_AMP_CARET] = ACTIONS(3237), + [anon_sym_AMP_AMP] = ACTIONS(3237), + [anon_sym_PIPE_PIPE] = ACTIONS(3237), + [anon_sym_or] = ACTIONS(3237), + [sym_none] = ACTIONS(3237), + [sym_true] = ACTIONS(3237), + [sym_false] = ACTIONS(3237), + [sym_nil] = ACTIONS(3237), + [anon_sym_QMARK_DOT] = ACTIONS(3237), + [anon_sym_POUND_LBRACK] = ACTIONS(3237), + [anon_sym_if] = ACTIONS(3237), + [anon_sym_DOLLARif] = ACTIONS(3237), + [anon_sym_is] = ACTIONS(3237), + [anon_sym_BANGis] = ACTIONS(3237), + [anon_sym_in] = ACTIONS(3237), + [anon_sym_BANGin] = ACTIONS(3237), + [anon_sym_match] = ACTIONS(3237), + [anon_sym_select] = ACTIONS(3237), + [anon_sym_lock] = ACTIONS(3237), + [anon_sym_rlock] = ACTIONS(3237), + [anon_sym_unsafe] = ACTIONS(3237), + [anon_sym_sql] = ACTIONS(3237), + [sym_int_literal] = ACTIONS(3237), + [sym_float_literal] = ACTIONS(3237), + [sym_rune_literal] = ACTIONS(3237), + [sym_pseudo_compile_time_identifier] = ACTIONS(3237), + [anon_sym_shared] = ACTIONS(3237), + [anon_sym_map_LBRACK] = ACTIONS(3237), + [anon_sym_chan] = ACTIONS(3237), + [anon_sym_thread] = ACTIONS(3237), + [anon_sym_atomic] = ACTIONS(3237), + [anon_sym_assert] = ACTIONS(3237), + [anon_sym_defer] = ACTIONS(3237), + [anon_sym_goto] = ACTIONS(3237), + [anon_sym_break] = ACTIONS(3237), + [anon_sym_continue] = ACTIONS(3237), + [anon_sym_return] = ACTIONS(3237), + [anon_sym_DOLLARfor] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(3237), + [anon_sym_POUND] = ACTIONS(3237), + [anon_sym_asm] = ACTIONS(3237), + [anon_sym_AT_LBRACK] = ACTIONS(3237), + [sym___double_quote] = ACTIONS(3237), + [sym___single_quote] = ACTIONS(3237), + [sym___c_double_quote] = ACTIONS(3237), + [sym___c_single_quote] = ACTIONS(3237), + [sym___r_double_quote] = ACTIONS(3237), + [sym___r_single_quote] = ACTIONS(3237), }, [1058] = { [sym_line_comment] = STATE(1058), [sym_block_comment] = STATE(1058), - [ts_builtin_sym_end] = ACTIONS(3213), - [sym_identifier] = ACTIONS(3215), - [anon_sym_LF] = ACTIONS(3215), - [anon_sym_CR] = ACTIONS(3215), - [anon_sym_CR_LF] = ACTIONS(3215), + [ts_builtin_sym_end] = ACTIONS(3053), + [sym_identifier] = ACTIONS(3055), + [anon_sym_LF] = ACTIONS(3055), + [anon_sym_CR] = ACTIONS(3055), + [anon_sym_CR_LF] = ACTIONS(3055), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3215), - [anon_sym_as] = ACTIONS(3215), - [anon_sym_LBRACE] = ACTIONS(3215), - [anon_sym_COMMA] = ACTIONS(3215), - [anon_sym_const] = ACTIONS(3215), - [anon_sym_LPAREN] = ACTIONS(3215), - [anon_sym___global] = ACTIONS(3215), - [anon_sym_type] = ACTIONS(3215), - [anon_sym_PIPE] = ACTIONS(3215), - [anon_sym_fn] = ACTIONS(3215), - [anon_sym_PLUS] = ACTIONS(3215), - [anon_sym_DASH] = ACTIONS(3215), - [anon_sym_STAR] = ACTIONS(3215), - [anon_sym_SLASH] = ACTIONS(3215), - [anon_sym_PERCENT] = ACTIONS(3215), - [anon_sym_LT] = ACTIONS(3215), - [anon_sym_GT] = ACTIONS(3215), - [anon_sym_EQ_EQ] = ACTIONS(3215), - [anon_sym_BANG_EQ] = ACTIONS(3215), - [anon_sym_LT_EQ] = ACTIONS(3215), - [anon_sym_GT_EQ] = ACTIONS(3215), - [anon_sym_LBRACK] = ACTIONS(3213), - [anon_sym_struct] = ACTIONS(3215), - [anon_sym_union] = ACTIONS(3215), - [anon_sym_pub] = ACTIONS(3215), - [anon_sym_mut] = ACTIONS(3215), - [anon_sym_enum] = ACTIONS(3215), - [anon_sym_interface] = ACTIONS(3215), - [anon_sym_PLUS_PLUS] = ACTIONS(3215), - [anon_sym_DASH_DASH] = ACTIONS(3215), - [anon_sym_QMARK] = ACTIONS(3215), - [anon_sym_BANG] = ACTIONS(3215), - [anon_sym_go] = ACTIONS(3215), - [anon_sym_spawn] = ACTIONS(3215), - [anon_sym_json_DOTdecode] = ACTIONS(3215), - [anon_sym_LBRACK2] = ACTIONS(3215), - [anon_sym_TILDE] = ACTIONS(3215), - [anon_sym_CARET] = ACTIONS(3215), - [anon_sym_AMP] = ACTIONS(3215), - [anon_sym_LT_DASH] = ACTIONS(3215), - [anon_sym_LT_LT] = ACTIONS(3215), - [anon_sym_GT_GT] = ACTIONS(3215), - [anon_sym_GT_GT_GT] = ACTIONS(3215), - [anon_sym_AMP_CARET] = ACTIONS(3215), - [anon_sym_AMP_AMP] = ACTIONS(3215), - [anon_sym_PIPE_PIPE] = ACTIONS(3215), - [anon_sym_or] = ACTIONS(3215), - [sym_none] = ACTIONS(3215), - [sym_true] = ACTIONS(3215), - [sym_false] = ACTIONS(3215), - [sym_nil] = ACTIONS(3215), - [anon_sym_QMARK_DOT] = ACTIONS(3215), - [anon_sym_POUND_LBRACK] = ACTIONS(3215), - [anon_sym_if] = ACTIONS(3215), - [anon_sym_DOLLARif] = ACTIONS(3215), - [anon_sym_is] = ACTIONS(3215), - [anon_sym_BANGis] = ACTIONS(3215), - [anon_sym_in] = ACTIONS(3215), - [anon_sym_BANGin] = ACTIONS(3215), - [anon_sym_match] = ACTIONS(3215), - [anon_sym_select] = ACTIONS(3215), - [anon_sym_lock] = ACTIONS(3215), - [anon_sym_rlock] = ACTIONS(3215), - [anon_sym_unsafe] = ACTIONS(3215), - [anon_sym_sql] = ACTIONS(3215), - [sym_int_literal] = ACTIONS(3215), - [sym_float_literal] = ACTIONS(3215), - [sym_rune_literal] = ACTIONS(3215), - [sym_pseudo_compile_time_identifier] = ACTIONS(3215), - [anon_sym_shared] = ACTIONS(3215), - [anon_sym_map_LBRACK] = ACTIONS(3215), - [anon_sym_chan] = ACTIONS(3215), - [anon_sym_thread] = ACTIONS(3215), - [anon_sym_atomic] = ACTIONS(3215), - [anon_sym_assert] = ACTIONS(3215), - [anon_sym_defer] = ACTIONS(3215), - [anon_sym_goto] = ACTIONS(3215), - [anon_sym_break] = ACTIONS(3215), - [anon_sym_continue] = ACTIONS(3215), - [anon_sym_return] = ACTIONS(3215), - [anon_sym_DOLLARfor] = ACTIONS(3215), - [anon_sym_for] = ACTIONS(3215), - [anon_sym_POUND] = ACTIONS(3215), - [anon_sym_asm] = ACTIONS(3215), - [anon_sym_AT_LBRACK] = ACTIONS(3215), - [sym___double_quote] = ACTIONS(3215), - [sym___single_quote] = ACTIONS(3215), - [sym___c_double_quote] = ACTIONS(3215), - [sym___c_single_quote] = ACTIONS(3215), - [sym___r_double_quote] = ACTIONS(3215), - [sym___r_single_quote] = ACTIONS(3215), + [anon_sym_DOT] = ACTIONS(3055), + [anon_sym_as] = ACTIONS(3055), + [anon_sym_LBRACE] = ACTIONS(3055), + [anon_sym_COMMA] = ACTIONS(3055), + [anon_sym_const] = ACTIONS(3055), + [anon_sym_LPAREN] = ACTIONS(3055), + [anon_sym___global] = ACTIONS(3055), + [anon_sym_type] = ACTIONS(3055), + [anon_sym_PIPE] = ACTIONS(3055), + [anon_sym_fn] = ACTIONS(3055), + [anon_sym_PLUS] = ACTIONS(3055), + [anon_sym_DASH] = ACTIONS(3055), + [anon_sym_STAR] = ACTIONS(3055), + [anon_sym_SLASH] = ACTIONS(3055), + [anon_sym_PERCENT] = ACTIONS(3055), + [anon_sym_LT] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(3055), + [anon_sym_EQ_EQ] = ACTIONS(3055), + [anon_sym_BANG_EQ] = ACTIONS(3055), + [anon_sym_LT_EQ] = ACTIONS(3055), + [anon_sym_GT_EQ] = ACTIONS(3055), + [anon_sym_LBRACK] = ACTIONS(3053), + [anon_sym_struct] = ACTIONS(3055), + [anon_sym_union] = ACTIONS(3055), + [anon_sym_pub] = ACTIONS(3055), + [anon_sym_mut] = ACTIONS(3055), + [anon_sym_enum] = ACTIONS(3055), + [anon_sym_interface] = ACTIONS(3055), + [anon_sym_PLUS_PLUS] = ACTIONS(3055), + [anon_sym_DASH_DASH] = ACTIONS(3055), + [anon_sym_QMARK] = ACTIONS(3055), + [anon_sym_BANG] = ACTIONS(3632), + [anon_sym_go] = ACTIONS(3055), + [anon_sym_spawn] = ACTIONS(3055), + [anon_sym_json_DOTdecode] = ACTIONS(3055), + [anon_sym_LBRACK2] = ACTIONS(3055), + [anon_sym_TILDE] = ACTIONS(3055), + [anon_sym_CARET] = ACTIONS(3055), + [anon_sym_AMP] = ACTIONS(3055), + [anon_sym_LT_DASH] = ACTIONS(3055), + [anon_sym_LT_LT] = ACTIONS(3055), + [anon_sym_GT_GT] = ACTIONS(3055), + [anon_sym_GT_GT_GT] = ACTIONS(3055), + [anon_sym_AMP_CARET] = ACTIONS(3055), + [anon_sym_AMP_AMP] = ACTIONS(3055), + [anon_sym_PIPE_PIPE] = ACTIONS(3055), + [anon_sym_or] = ACTIONS(3055), + [sym_none] = ACTIONS(3055), + [sym_true] = ACTIONS(3055), + [sym_false] = ACTIONS(3055), + [sym_nil] = ACTIONS(3055), + [anon_sym_QMARK_DOT] = ACTIONS(3055), + [anon_sym_POUND_LBRACK] = ACTIONS(3055), + [anon_sym_if] = ACTIONS(3055), + [anon_sym_DOLLARif] = ACTIONS(3055), + [anon_sym_is] = ACTIONS(3055), + [anon_sym_BANGis] = ACTIONS(3055), + [anon_sym_in] = ACTIONS(3055), + [anon_sym_BANGin] = ACTIONS(3055), + [anon_sym_match] = ACTIONS(3055), + [anon_sym_select] = ACTIONS(3055), + [anon_sym_lock] = ACTIONS(3055), + [anon_sym_rlock] = ACTIONS(3055), + [anon_sym_unsafe] = ACTIONS(3055), + [anon_sym_sql] = ACTIONS(3055), + [sym_int_literal] = ACTIONS(3055), + [sym_float_literal] = ACTIONS(3055), + [sym_rune_literal] = ACTIONS(3055), + [sym_pseudo_compile_time_identifier] = ACTIONS(3055), + [anon_sym_shared] = ACTIONS(3055), + [anon_sym_map_LBRACK] = ACTIONS(3055), + [anon_sym_chan] = ACTIONS(3055), + [anon_sym_thread] = ACTIONS(3055), + [anon_sym_atomic] = ACTIONS(3055), + [anon_sym_assert] = ACTIONS(3055), + [anon_sym_defer] = ACTIONS(3055), + [anon_sym_goto] = ACTIONS(3055), + [anon_sym_break] = ACTIONS(3055), + [anon_sym_continue] = ACTIONS(3055), + [anon_sym_return] = ACTIONS(3055), + [anon_sym_DOLLARfor] = ACTIONS(3055), + [anon_sym_for] = ACTIONS(3055), + [anon_sym_POUND] = ACTIONS(3055), + [anon_sym_asm] = ACTIONS(3055), + [anon_sym_AT_LBRACK] = ACTIONS(3055), + [sym___double_quote] = ACTIONS(3055), + [sym___single_quote] = ACTIONS(3055), + [sym___c_double_quote] = ACTIONS(3055), + [sym___c_single_quote] = ACTIONS(3055), + [sym___r_double_quote] = ACTIONS(3055), + [sym___r_single_quote] = ACTIONS(3055), }, [1059] = { [sym_line_comment] = STATE(1059), [sym_block_comment] = STATE(1059), - [ts_builtin_sym_end] = ACTIONS(3285), - [sym_identifier] = ACTIONS(3287), - [anon_sym_LF] = ACTIONS(3287), - [anon_sym_CR] = ACTIONS(3287), - [anon_sym_CR_LF] = ACTIONS(3287), + [ts_builtin_sym_end] = ACTIONS(3203), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LF] = ACTIONS(3205), + [anon_sym_CR] = ACTIONS(3205), + [anon_sym_CR_LF] = ACTIONS(3205), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3287), - [anon_sym_as] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3287), - [anon_sym_COMMA] = ACTIONS(3287), - [anon_sym_const] = ACTIONS(3287), - [anon_sym_LPAREN] = ACTIONS(3287), - [anon_sym___global] = ACTIONS(3287), - [anon_sym_type] = ACTIONS(3287), - [anon_sym_PIPE] = ACTIONS(3287), - [anon_sym_fn] = ACTIONS(3287), - [anon_sym_PLUS] = ACTIONS(3287), - [anon_sym_DASH] = ACTIONS(3287), - [anon_sym_STAR] = ACTIONS(3287), - [anon_sym_SLASH] = ACTIONS(3287), - [anon_sym_PERCENT] = ACTIONS(3287), - [anon_sym_LT] = ACTIONS(3287), - [anon_sym_GT] = ACTIONS(3287), - [anon_sym_EQ_EQ] = ACTIONS(3287), - [anon_sym_BANG_EQ] = ACTIONS(3287), - [anon_sym_LT_EQ] = ACTIONS(3287), - [anon_sym_GT_EQ] = ACTIONS(3287), - [anon_sym_LBRACK] = ACTIONS(3285), - [anon_sym_struct] = ACTIONS(3287), - [anon_sym_union] = ACTIONS(3287), - [anon_sym_pub] = ACTIONS(3287), - [anon_sym_mut] = ACTIONS(3287), - [anon_sym_enum] = ACTIONS(3287), - [anon_sym_interface] = ACTIONS(3287), - [anon_sym_PLUS_PLUS] = ACTIONS(3287), - [anon_sym_DASH_DASH] = ACTIONS(3287), - [anon_sym_QMARK] = ACTIONS(3287), - [anon_sym_BANG] = ACTIONS(3287), - [anon_sym_go] = ACTIONS(3287), - [anon_sym_spawn] = ACTIONS(3287), - [anon_sym_json_DOTdecode] = ACTIONS(3287), - [anon_sym_LBRACK2] = ACTIONS(3287), - [anon_sym_TILDE] = ACTIONS(3287), - [anon_sym_CARET] = ACTIONS(3287), - [anon_sym_AMP] = ACTIONS(3287), - [anon_sym_LT_DASH] = ACTIONS(3287), - [anon_sym_LT_LT] = ACTIONS(3287), - [anon_sym_GT_GT] = ACTIONS(3287), - [anon_sym_GT_GT_GT] = ACTIONS(3287), - [anon_sym_AMP_CARET] = ACTIONS(3287), - [anon_sym_AMP_AMP] = ACTIONS(3287), - [anon_sym_PIPE_PIPE] = ACTIONS(3287), - [anon_sym_or] = ACTIONS(3287), - [sym_none] = ACTIONS(3287), - [sym_true] = ACTIONS(3287), - [sym_false] = ACTIONS(3287), - [sym_nil] = ACTIONS(3287), - [anon_sym_QMARK_DOT] = ACTIONS(3287), - [anon_sym_POUND_LBRACK] = ACTIONS(3287), - [anon_sym_if] = ACTIONS(3287), - [anon_sym_DOLLARif] = ACTIONS(3287), - [anon_sym_is] = ACTIONS(3287), - [anon_sym_BANGis] = ACTIONS(3287), - [anon_sym_in] = ACTIONS(3287), - [anon_sym_BANGin] = ACTIONS(3287), - [anon_sym_match] = ACTIONS(3287), - [anon_sym_select] = ACTIONS(3287), - [anon_sym_lock] = ACTIONS(3287), - [anon_sym_rlock] = ACTIONS(3287), - [anon_sym_unsafe] = ACTIONS(3287), - [anon_sym_sql] = ACTIONS(3287), - [sym_int_literal] = ACTIONS(3287), - [sym_float_literal] = ACTIONS(3287), - [sym_rune_literal] = ACTIONS(3287), - [sym_pseudo_compile_time_identifier] = ACTIONS(3287), - [anon_sym_shared] = ACTIONS(3287), - [anon_sym_map_LBRACK] = ACTIONS(3287), - [anon_sym_chan] = ACTIONS(3287), - [anon_sym_thread] = ACTIONS(3287), - [anon_sym_atomic] = ACTIONS(3287), - [anon_sym_assert] = ACTIONS(3287), - [anon_sym_defer] = ACTIONS(3287), - [anon_sym_goto] = ACTIONS(3287), - [anon_sym_break] = ACTIONS(3287), - [anon_sym_continue] = ACTIONS(3287), - [anon_sym_return] = ACTIONS(3287), - [anon_sym_DOLLARfor] = ACTIONS(3287), - [anon_sym_for] = ACTIONS(3287), - [anon_sym_POUND] = ACTIONS(3287), - [anon_sym_asm] = ACTIONS(3287), - [anon_sym_AT_LBRACK] = ACTIONS(3287), - [sym___double_quote] = ACTIONS(3287), - [sym___single_quote] = ACTIONS(3287), - [sym___c_double_quote] = ACTIONS(3287), - [sym___c_single_quote] = ACTIONS(3287), - [sym___r_double_quote] = ACTIONS(3287), - [sym___r_single_quote] = ACTIONS(3287), + [anon_sym_DOT] = ACTIONS(3205), + [anon_sym_as] = ACTIONS(3205), + [anon_sym_LBRACE] = ACTIONS(3205), + [anon_sym_COMMA] = ACTIONS(3205), + [anon_sym_const] = ACTIONS(3205), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym___global] = ACTIONS(3205), + [anon_sym_type] = ACTIONS(3205), + [anon_sym_PIPE] = ACTIONS(3205), + [anon_sym_fn] = ACTIONS(3205), + [anon_sym_PLUS] = ACTIONS(3205), + [anon_sym_DASH] = ACTIONS(3205), + [anon_sym_STAR] = ACTIONS(3205), + [anon_sym_SLASH] = ACTIONS(3205), + [anon_sym_PERCENT] = ACTIONS(3205), + [anon_sym_LT] = ACTIONS(3205), + [anon_sym_GT] = ACTIONS(3205), + [anon_sym_EQ_EQ] = ACTIONS(3205), + [anon_sym_BANG_EQ] = ACTIONS(3205), + [anon_sym_LT_EQ] = ACTIONS(3205), + [anon_sym_GT_EQ] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3203), + [anon_sym_struct] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3205), + [anon_sym_pub] = ACTIONS(3205), + [anon_sym_mut] = ACTIONS(3205), + [anon_sym_enum] = ACTIONS(3205), + [anon_sym_interface] = ACTIONS(3205), + [anon_sym_PLUS_PLUS] = ACTIONS(3205), + [anon_sym_DASH_DASH] = ACTIONS(3205), + [anon_sym_QMARK] = ACTIONS(3205), + [anon_sym_BANG] = ACTIONS(3205), + [anon_sym_go] = ACTIONS(3205), + [anon_sym_spawn] = ACTIONS(3205), + [anon_sym_json_DOTdecode] = ACTIONS(3205), + [anon_sym_LBRACK2] = ACTIONS(3205), + [anon_sym_TILDE] = ACTIONS(3205), + [anon_sym_CARET] = ACTIONS(3205), + [anon_sym_AMP] = ACTIONS(3205), + [anon_sym_LT_DASH] = ACTIONS(3205), + [anon_sym_LT_LT] = ACTIONS(3205), + [anon_sym_GT_GT] = ACTIONS(3205), + [anon_sym_GT_GT_GT] = ACTIONS(3205), + [anon_sym_AMP_CARET] = ACTIONS(3205), + [anon_sym_AMP_AMP] = ACTIONS(3205), + [anon_sym_PIPE_PIPE] = ACTIONS(3205), + [anon_sym_or] = ACTIONS(3205), + [sym_none] = ACTIONS(3205), + [sym_true] = ACTIONS(3205), + [sym_false] = ACTIONS(3205), + [sym_nil] = ACTIONS(3205), + [anon_sym_QMARK_DOT] = ACTIONS(3205), + [anon_sym_POUND_LBRACK] = ACTIONS(3205), + [anon_sym_if] = ACTIONS(3205), + [anon_sym_DOLLARif] = ACTIONS(3205), + [anon_sym_is] = ACTIONS(3205), + [anon_sym_BANGis] = ACTIONS(3205), + [anon_sym_in] = ACTIONS(3205), + [anon_sym_BANGin] = ACTIONS(3205), + [anon_sym_match] = ACTIONS(3205), + [anon_sym_select] = ACTIONS(3205), + [anon_sym_lock] = ACTIONS(3205), + [anon_sym_rlock] = ACTIONS(3205), + [anon_sym_unsafe] = ACTIONS(3205), + [anon_sym_sql] = ACTIONS(3205), + [sym_int_literal] = ACTIONS(3205), + [sym_float_literal] = ACTIONS(3205), + [sym_rune_literal] = ACTIONS(3205), + [sym_pseudo_compile_time_identifier] = ACTIONS(3205), + [anon_sym_shared] = ACTIONS(3205), + [anon_sym_map_LBRACK] = ACTIONS(3205), + [anon_sym_chan] = ACTIONS(3205), + [anon_sym_thread] = ACTIONS(3205), + [anon_sym_atomic] = ACTIONS(3205), + [anon_sym_assert] = ACTIONS(3205), + [anon_sym_defer] = ACTIONS(3205), + [anon_sym_goto] = ACTIONS(3205), + [anon_sym_break] = ACTIONS(3205), + [anon_sym_continue] = ACTIONS(3205), + [anon_sym_return] = ACTIONS(3205), + [anon_sym_DOLLARfor] = ACTIONS(3205), + [anon_sym_for] = ACTIONS(3205), + [anon_sym_POUND] = ACTIONS(3205), + [anon_sym_asm] = ACTIONS(3205), + [anon_sym_AT_LBRACK] = ACTIONS(3205), + [sym___double_quote] = ACTIONS(3205), + [sym___single_quote] = ACTIONS(3205), + [sym___c_double_quote] = ACTIONS(3205), + [sym___c_single_quote] = ACTIONS(3205), + [sym___r_double_quote] = ACTIONS(3205), + [sym___r_single_quote] = ACTIONS(3205), }, [1060] = { [sym_line_comment] = STATE(1060), [sym_block_comment] = STATE(1060), - [ts_builtin_sym_end] = ACTIONS(3269), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LF] = ACTIONS(3271), - [anon_sym_CR] = ACTIONS(3271), - [anon_sym_CR_LF] = ACTIONS(3271), + [ts_builtin_sym_end] = ACTIONS(3359), + [sym_identifier] = ACTIONS(3361), + [anon_sym_LF] = ACTIONS(3361), + [anon_sym_CR] = ACTIONS(3361), + [anon_sym_CR_LF] = ACTIONS(3361), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3271), - [anon_sym_as] = ACTIONS(3271), - [anon_sym_LBRACE] = ACTIONS(3271), - [anon_sym_COMMA] = ACTIONS(3271), - [anon_sym_const] = ACTIONS(3271), - [anon_sym_LPAREN] = ACTIONS(3271), - [anon_sym___global] = ACTIONS(3271), - [anon_sym_type] = ACTIONS(3271), - [anon_sym_PIPE] = ACTIONS(3271), - [anon_sym_fn] = ACTIONS(3271), - [anon_sym_PLUS] = ACTIONS(3271), - [anon_sym_DASH] = ACTIONS(3271), - [anon_sym_STAR] = ACTIONS(3271), - [anon_sym_SLASH] = ACTIONS(3271), - [anon_sym_PERCENT] = ACTIONS(3271), - [anon_sym_LT] = ACTIONS(3271), - [anon_sym_GT] = ACTIONS(3271), - [anon_sym_EQ_EQ] = ACTIONS(3271), - [anon_sym_BANG_EQ] = ACTIONS(3271), - [anon_sym_LT_EQ] = ACTIONS(3271), - [anon_sym_GT_EQ] = ACTIONS(3271), - [anon_sym_LBRACK] = ACTIONS(3269), - [anon_sym_struct] = ACTIONS(3271), - [anon_sym_union] = ACTIONS(3271), - [anon_sym_pub] = ACTIONS(3271), - [anon_sym_mut] = ACTIONS(3271), - [anon_sym_enum] = ACTIONS(3271), - [anon_sym_interface] = ACTIONS(3271), - [anon_sym_PLUS_PLUS] = ACTIONS(3271), - [anon_sym_DASH_DASH] = ACTIONS(3271), - [anon_sym_QMARK] = ACTIONS(3271), - [anon_sym_BANG] = ACTIONS(3271), - [anon_sym_go] = ACTIONS(3271), - [anon_sym_spawn] = ACTIONS(3271), - [anon_sym_json_DOTdecode] = ACTIONS(3271), - [anon_sym_LBRACK2] = ACTIONS(3271), - [anon_sym_TILDE] = ACTIONS(3271), - [anon_sym_CARET] = ACTIONS(3271), - [anon_sym_AMP] = ACTIONS(3271), - [anon_sym_LT_DASH] = ACTIONS(3271), - [anon_sym_LT_LT] = ACTIONS(3271), - [anon_sym_GT_GT] = ACTIONS(3271), - [anon_sym_GT_GT_GT] = ACTIONS(3271), - [anon_sym_AMP_CARET] = ACTIONS(3271), - [anon_sym_AMP_AMP] = ACTIONS(3271), - [anon_sym_PIPE_PIPE] = ACTIONS(3271), - [anon_sym_or] = ACTIONS(3271), - [sym_none] = ACTIONS(3271), - [sym_true] = ACTIONS(3271), - [sym_false] = ACTIONS(3271), - [sym_nil] = ACTIONS(3271), - [anon_sym_QMARK_DOT] = ACTIONS(3271), - [anon_sym_POUND_LBRACK] = ACTIONS(3271), - [anon_sym_if] = ACTIONS(3271), - [anon_sym_DOLLARif] = ACTIONS(3271), - [anon_sym_is] = ACTIONS(3271), - [anon_sym_BANGis] = ACTIONS(3271), - [anon_sym_in] = ACTIONS(3271), - [anon_sym_BANGin] = ACTIONS(3271), - [anon_sym_match] = ACTIONS(3271), - [anon_sym_select] = ACTIONS(3271), - [anon_sym_lock] = ACTIONS(3271), - [anon_sym_rlock] = ACTIONS(3271), - [anon_sym_unsafe] = ACTIONS(3271), - [anon_sym_sql] = ACTIONS(3271), - [sym_int_literal] = ACTIONS(3271), - [sym_float_literal] = ACTIONS(3271), - [sym_rune_literal] = ACTIONS(3271), - [sym_pseudo_compile_time_identifier] = ACTIONS(3271), - [anon_sym_shared] = ACTIONS(3271), - [anon_sym_map_LBRACK] = ACTIONS(3271), - [anon_sym_chan] = ACTIONS(3271), - [anon_sym_thread] = ACTIONS(3271), - [anon_sym_atomic] = ACTIONS(3271), - [anon_sym_assert] = ACTIONS(3271), - [anon_sym_defer] = ACTIONS(3271), - [anon_sym_goto] = ACTIONS(3271), - [anon_sym_break] = ACTIONS(3271), - [anon_sym_continue] = ACTIONS(3271), - [anon_sym_return] = ACTIONS(3271), - [anon_sym_DOLLARfor] = ACTIONS(3271), - [anon_sym_for] = ACTIONS(3271), - [anon_sym_POUND] = ACTIONS(3271), - [anon_sym_asm] = ACTIONS(3271), - [anon_sym_AT_LBRACK] = ACTIONS(3271), - [sym___double_quote] = ACTIONS(3271), - [sym___single_quote] = ACTIONS(3271), - [sym___c_double_quote] = ACTIONS(3271), - [sym___c_single_quote] = ACTIONS(3271), - [sym___r_double_quote] = ACTIONS(3271), - [sym___r_single_quote] = ACTIONS(3271), + [anon_sym_DOT] = ACTIONS(3361), + [anon_sym_as] = ACTIONS(3361), + [anon_sym_LBRACE] = ACTIONS(3361), + [anon_sym_COMMA] = ACTIONS(3361), + [anon_sym_const] = ACTIONS(3361), + [anon_sym_LPAREN] = ACTIONS(3361), + [anon_sym___global] = ACTIONS(3361), + [anon_sym_type] = ACTIONS(3361), + [anon_sym_PIPE] = ACTIONS(3361), + [anon_sym_fn] = ACTIONS(3361), + [anon_sym_PLUS] = ACTIONS(3361), + [anon_sym_DASH] = ACTIONS(3361), + [anon_sym_STAR] = ACTIONS(3361), + [anon_sym_SLASH] = ACTIONS(3361), + [anon_sym_PERCENT] = ACTIONS(3361), + [anon_sym_LT] = ACTIONS(3361), + [anon_sym_GT] = ACTIONS(3361), + [anon_sym_EQ_EQ] = ACTIONS(3361), + [anon_sym_BANG_EQ] = ACTIONS(3361), + [anon_sym_LT_EQ] = ACTIONS(3361), + [anon_sym_GT_EQ] = ACTIONS(3361), + [anon_sym_LBRACK] = ACTIONS(3359), + [anon_sym_struct] = ACTIONS(3361), + [anon_sym_union] = ACTIONS(3361), + [anon_sym_pub] = ACTIONS(3361), + [anon_sym_mut] = ACTIONS(3361), + [anon_sym_enum] = ACTIONS(3361), + [anon_sym_interface] = ACTIONS(3361), + [anon_sym_PLUS_PLUS] = ACTIONS(3361), + [anon_sym_DASH_DASH] = ACTIONS(3361), + [anon_sym_QMARK] = ACTIONS(3361), + [anon_sym_BANG] = ACTIONS(3361), + [anon_sym_go] = ACTIONS(3361), + [anon_sym_spawn] = ACTIONS(3361), + [anon_sym_json_DOTdecode] = ACTIONS(3361), + [anon_sym_LBRACK2] = ACTIONS(3361), + [anon_sym_TILDE] = ACTIONS(3361), + [anon_sym_CARET] = ACTIONS(3361), + [anon_sym_AMP] = ACTIONS(3361), + [anon_sym_LT_DASH] = ACTIONS(3361), + [anon_sym_LT_LT] = ACTIONS(3361), + [anon_sym_GT_GT] = ACTIONS(3361), + [anon_sym_GT_GT_GT] = ACTIONS(3361), + [anon_sym_AMP_CARET] = ACTIONS(3361), + [anon_sym_AMP_AMP] = ACTIONS(3361), + [anon_sym_PIPE_PIPE] = ACTIONS(3361), + [anon_sym_or] = ACTIONS(3361), + [sym_none] = ACTIONS(3361), + [sym_true] = ACTIONS(3361), + [sym_false] = ACTIONS(3361), + [sym_nil] = ACTIONS(3361), + [anon_sym_QMARK_DOT] = ACTIONS(3361), + [anon_sym_POUND_LBRACK] = ACTIONS(3361), + [anon_sym_if] = ACTIONS(3361), + [anon_sym_DOLLARif] = ACTIONS(3361), + [anon_sym_is] = ACTIONS(3361), + [anon_sym_BANGis] = ACTIONS(3361), + [anon_sym_in] = ACTIONS(3361), + [anon_sym_BANGin] = ACTIONS(3361), + [anon_sym_match] = ACTIONS(3361), + [anon_sym_select] = ACTIONS(3361), + [anon_sym_lock] = ACTIONS(3361), + [anon_sym_rlock] = ACTIONS(3361), + [anon_sym_unsafe] = ACTIONS(3361), + [anon_sym_sql] = ACTIONS(3361), + [sym_int_literal] = ACTIONS(3361), + [sym_float_literal] = ACTIONS(3361), + [sym_rune_literal] = ACTIONS(3361), + [sym_pseudo_compile_time_identifier] = ACTIONS(3361), + [anon_sym_shared] = ACTIONS(3361), + [anon_sym_map_LBRACK] = ACTIONS(3361), + [anon_sym_chan] = ACTIONS(3361), + [anon_sym_thread] = ACTIONS(3361), + [anon_sym_atomic] = ACTIONS(3361), + [anon_sym_assert] = ACTIONS(3361), + [anon_sym_defer] = ACTIONS(3361), + [anon_sym_goto] = ACTIONS(3361), + [anon_sym_break] = ACTIONS(3361), + [anon_sym_continue] = ACTIONS(3361), + [anon_sym_return] = ACTIONS(3361), + [anon_sym_DOLLARfor] = ACTIONS(3361), + [anon_sym_for] = ACTIONS(3361), + [anon_sym_POUND] = ACTIONS(3361), + [anon_sym_asm] = ACTIONS(3361), + [anon_sym_AT_LBRACK] = ACTIONS(3361), + [sym___double_quote] = ACTIONS(3361), + [sym___single_quote] = ACTIONS(3361), + [sym___c_double_quote] = ACTIONS(3361), + [sym___c_single_quote] = ACTIONS(3361), + [sym___r_double_quote] = ACTIONS(3361), + [sym___r_single_quote] = ACTIONS(3361), }, [1061] = { [sym_line_comment] = STATE(1061), [sym_block_comment] = STATE(1061), - [ts_builtin_sym_end] = ACTIONS(3229), - [sym_identifier] = ACTIONS(3231), - [anon_sym_LF] = ACTIONS(3231), - [anon_sym_CR] = ACTIONS(3231), - [anon_sym_CR_LF] = ACTIONS(3231), + [ts_builtin_sym_end] = ACTIONS(3075), + [sym_identifier] = ACTIONS(3078), + [anon_sym_LF] = ACTIONS(3078), + [anon_sym_CR] = ACTIONS(3078), + [anon_sym_CR_LF] = ACTIONS(3078), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3231), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(3231), - [anon_sym_COMMA] = ACTIONS(3231), - [anon_sym_const] = ACTIONS(3231), - [anon_sym_LPAREN] = ACTIONS(3231), - [anon_sym___global] = ACTIONS(3231), - [anon_sym_type] = ACTIONS(3231), - [anon_sym_PIPE] = ACTIONS(3231), - [anon_sym_fn] = ACTIONS(3231), - [anon_sym_PLUS] = ACTIONS(3231), - [anon_sym_DASH] = ACTIONS(3231), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_SLASH] = ACTIONS(3231), - [anon_sym_PERCENT] = ACTIONS(3231), - [anon_sym_LT] = ACTIONS(3231), - [anon_sym_GT] = ACTIONS(3231), - [anon_sym_EQ_EQ] = ACTIONS(3231), - [anon_sym_BANG_EQ] = ACTIONS(3231), - [anon_sym_LT_EQ] = ACTIONS(3231), - [anon_sym_GT_EQ] = ACTIONS(3231), - [anon_sym_LBRACK] = ACTIONS(3229), - [anon_sym_struct] = ACTIONS(3231), - [anon_sym_union] = ACTIONS(3231), - [anon_sym_pub] = ACTIONS(3231), - [anon_sym_mut] = ACTIONS(3231), - [anon_sym_enum] = ACTIONS(3231), - [anon_sym_interface] = ACTIONS(3231), - [anon_sym_PLUS_PLUS] = ACTIONS(3231), - [anon_sym_DASH_DASH] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3231), - [anon_sym_BANG] = ACTIONS(3231), - [anon_sym_go] = ACTIONS(3231), - [anon_sym_spawn] = ACTIONS(3231), - [anon_sym_json_DOTdecode] = ACTIONS(3231), - [anon_sym_LBRACK2] = ACTIONS(3231), - [anon_sym_TILDE] = ACTIONS(3231), - [anon_sym_CARET] = ACTIONS(3231), - [anon_sym_AMP] = ACTIONS(3231), - [anon_sym_LT_DASH] = ACTIONS(3231), - [anon_sym_LT_LT] = ACTIONS(3231), - [anon_sym_GT_GT] = ACTIONS(3231), - [anon_sym_GT_GT_GT] = ACTIONS(3231), - [anon_sym_AMP_CARET] = ACTIONS(3231), - [anon_sym_AMP_AMP] = ACTIONS(3231), - [anon_sym_PIPE_PIPE] = ACTIONS(3231), - [anon_sym_or] = ACTIONS(3231), - [sym_none] = ACTIONS(3231), - [sym_true] = ACTIONS(3231), - [sym_false] = ACTIONS(3231), - [sym_nil] = ACTIONS(3231), - [anon_sym_QMARK_DOT] = ACTIONS(3231), - [anon_sym_POUND_LBRACK] = ACTIONS(3231), - [anon_sym_if] = ACTIONS(3231), - [anon_sym_DOLLARif] = ACTIONS(3231), - [anon_sym_is] = ACTIONS(3231), - [anon_sym_BANGis] = ACTIONS(3231), - [anon_sym_in] = ACTIONS(3231), - [anon_sym_BANGin] = ACTIONS(3231), - [anon_sym_match] = ACTIONS(3231), - [anon_sym_select] = ACTIONS(3231), - [anon_sym_lock] = ACTIONS(3231), - [anon_sym_rlock] = ACTIONS(3231), - [anon_sym_unsafe] = ACTIONS(3231), - [anon_sym_sql] = ACTIONS(3231), - [sym_int_literal] = ACTIONS(3231), - [sym_float_literal] = ACTIONS(3231), - [sym_rune_literal] = ACTIONS(3231), - [sym_pseudo_compile_time_identifier] = ACTIONS(3231), - [anon_sym_shared] = ACTIONS(3231), - [anon_sym_map_LBRACK] = ACTIONS(3231), - [anon_sym_chan] = ACTIONS(3231), - [anon_sym_thread] = ACTIONS(3231), - [anon_sym_atomic] = ACTIONS(3231), - [anon_sym_assert] = ACTIONS(3231), - [anon_sym_defer] = ACTIONS(3231), - [anon_sym_goto] = ACTIONS(3231), - [anon_sym_break] = ACTIONS(3231), - [anon_sym_continue] = ACTIONS(3231), - [anon_sym_return] = ACTIONS(3231), - [anon_sym_DOLLARfor] = ACTIONS(3231), - [anon_sym_for] = ACTIONS(3231), - [anon_sym_POUND] = ACTIONS(3231), - [anon_sym_asm] = ACTIONS(3231), - [anon_sym_AT_LBRACK] = ACTIONS(3231), - [sym___double_quote] = ACTIONS(3231), - [sym___single_quote] = ACTIONS(3231), - [sym___c_double_quote] = ACTIONS(3231), - [sym___c_single_quote] = ACTIONS(3231), - [sym___r_double_quote] = ACTIONS(3231), - [sym___r_single_quote] = ACTIONS(3231), + [anon_sym_DOT] = ACTIONS(3078), + [anon_sym_as] = ACTIONS(3078), + [anon_sym_LBRACE] = ACTIONS(3078), + [anon_sym_COMMA] = ACTIONS(3078), + [anon_sym_const] = ACTIONS(3078), + [anon_sym_LPAREN] = ACTIONS(3078), + [anon_sym___global] = ACTIONS(3078), + [anon_sym_type] = ACTIONS(3078), + [anon_sym_PIPE] = ACTIONS(3078), + [anon_sym_fn] = ACTIONS(3078), + [anon_sym_PLUS] = ACTIONS(3078), + [anon_sym_DASH] = ACTIONS(3078), + [anon_sym_STAR] = ACTIONS(3078), + [anon_sym_SLASH] = ACTIONS(3078), + [anon_sym_PERCENT] = ACTIONS(3078), + [anon_sym_LT] = ACTIONS(3078), + [anon_sym_GT] = ACTIONS(3078), + [anon_sym_EQ_EQ] = ACTIONS(3078), + [anon_sym_BANG_EQ] = ACTIONS(3078), + [anon_sym_LT_EQ] = ACTIONS(3078), + [anon_sym_GT_EQ] = ACTIONS(3078), + [anon_sym_LBRACK] = ACTIONS(3075), + [anon_sym_struct] = ACTIONS(3078), + [anon_sym_union] = ACTIONS(3078), + [anon_sym_pub] = ACTIONS(3078), + [anon_sym_mut] = ACTIONS(3078), + [anon_sym_enum] = ACTIONS(3078), + [anon_sym_interface] = ACTIONS(3078), + [anon_sym_PLUS_PLUS] = ACTIONS(3078), + [anon_sym_DASH_DASH] = ACTIONS(3078), + [anon_sym_QMARK] = ACTIONS(3078), + [anon_sym_BANG] = ACTIONS(3078), + [anon_sym_go] = ACTIONS(3078), + [anon_sym_spawn] = ACTIONS(3078), + [anon_sym_json_DOTdecode] = ACTIONS(3078), + [anon_sym_LBRACK2] = ACTIONS(3078), + [anon_sym_TILDE] = ACTIONS(3078), + [anon_sym_CARET] = ACTIONS(3078), + [anon_sym_AMP] = ACTIONS(3078), + [anon_sym_LT_DASH] = ACTIONS(3078), + [anon_sym_LT_LT] = ACTIONS(3078), + [anon_sym_GT_GT] = ACTIONS(3078), + [anon_sym_GT_GT_GT] = ACTIONS(3078), + [anon_sym_AMP_CARET] = ACTIONS(3078), + [anon_sym_AMP_AMP] = ACTIONS(3078), + [anon_sym_PIPE_PIPE] = ACTIONS(3078), + [anon_sym_or] = ACTIONS(3078), + [sym_none] = ACTIONS(3078), + [sym_true] = ACTIONS(3078), + [sym_false] = ACTIONS(3078), + [sym_nil] = ACTIONS(3078), + [anon_sym_QMARK_DOT] = ACTIONS(3078), + [anon_sym_POUND_LBRACK] = ACTIONS(3078), + [anon_sym_if] = ACTIONS(3078), + [anon_sym_DOLLARif] = ACTIONS(3078), + [anon_sym_is] = ACTIONS(3078), + [anon_sym_BANGis] = ACTIONS(3078), + [anon_sym_in] = ACTIONS(3078), + [anon_sym_BANGin] = ACTIONS(3078), + [anon_sym_match] = ACTIONS(3078), + [anon_sym_select] = ACTIONS(3078), + [anon_sym_lock] = ACTIONS(3078), + [anon_sym_rlock] = ACTIONS(3078), + [anon_sym_unsafe] = ACTIONS(3078), + [anon_sym_sql] = ACTIONS(3078), + [sym_int_literal] = ACTIONS(3078), + [sym_float_literal] = ACTIONS(3078), + [sym_rune_literal] = ACTIONS(3078), + [sym_pseudo_compile_time_identifier] = ACTIONS(3078), + [anon_sym_shared] = ACTIONS(3078), + [anon_sym_map_LBRACK] = ACTIONS(3078), + [anon_sym_chan] = ACTIONS(3078), + [anon_sym_thread] = ACTIONS(3078), + [anon_sym_atomic] = ACTIONS(3078), + [anon_sym_assert] = ACTIONS(3078), + [anon_sym_defer] = ACTIONS(3078), + [anon_sym_goto] = ACTIONS(3078), + [anon_sym_break] = ACTIONS(3078), + [anon_sym_continue] = ACTIONS(3078), + [anon_sym_return] = ACTIONS(3078), + [anon_sym_DOLLARfor] = ACTIONS(3078), + [anon_sym_for] = ACTIONS(3078), + [anon_sym_POUND] = ACTIONS(3078), + [anon_sym_asm] = ACTIONS(3078), + [anon_sym_AT_LBRACK] = ACTIONS(3078), + [sym___double_quote] = ACTIONS(3078), + [sym___single_quote] = ACTIONS(3078), + [sym___c_double_quote] = ACTIONS(3078), + [sym___c_single_quote] = ACTIONS(3078), + [sym___r_double_quote] = ACTIONS(3078), + [sym___r_single_quote] = ACTIONS(3078), }, [1062] = { [sym_line_comment] = STATE(1062), [sym_block_comment] = STATE(1062), - [ts_builtin_sym_end] = ACTIONS(3405), - [sym_identifier] = ACTIONS(3407), - [anon_sym_LF] = ACTIONS(3407), - [anon_sym_CR] = ACTIONS(3407), - [anon_sym_CR_LF] = ACTIONS(3407), + [ts_builtin_sym_end] = ACTIONS(3091), + [sym_identifier] = ACTIONS(3093), + [anon_sym_LF] = ACTIONS(3093), + [anon_sym_CR] = ACTIONS(3093), + [anon_sym_CR_LF] = ACTIONS(3093), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3407), - [anon_sym_as] = ACTIONS(3407), - [anon_sym_LBRACE] = ACTIONS(3407), - [anon_sym_COMMA] = ACTIONS(3407), - [anon_sym_const] = ACTIONS(3407), - [anon_sym_LPAREN] = ACTIONS(3407), - [anon_sym___global] = ACTIONS(3407), - [anon_sym_type] = ACTIONS(3407), - [anon_sym_PIPE] = ACTIONS(3407), - [anon_sym_fn] = ACTIONS(3407), - [anon_sym_PLUS] = ACTIONS(3407), - [anon_sym_DASH] = ACTIONS(3407), - [anon_sym_STAR] = ACTIONS(3407), - [anon_sym_SLASH] = ACTIONS(3407), - [anon_sym_PERCENT] = ACTIONS(3407), - [anon_sym_LT] = ACTIONS(3407), - [anon_sym_GT] = ACTIONS(3407), - [anon_sym_EQ_EQ] = ACTIONS(3407), - [anon_sym_BANG_EQ] = ACTIONS(3407), - [anon_sym_LT_EQ] = ACTIONS(3407), - [anon_sym_GT_EQ] = ACTIONS(3407), - [anon_sym_LBRACK] = ACTIONS(3405), - [anon_sym_struct] = ACTIONS(3407), - [anon_sym_union] = ACTIONS(3407), - [anon_sym_pub] = ACTIONS(3407), - [anon_sym_mut] = ACTIONS(3407), - [anon_sym_enum] = ACTIONS(3407), - [anon_sym_interface] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_QMARK] = ACTIONS(3407), - [anon_sym_BANG] = ACTIONS(3407), - [anon_sym_go] = ACTIONS(3407), - [anon_sym_spawn] = ACTIONS(3407), - [anon_sym_json_DOTdecode] = ACTIONS(3407), - [anon_sym_LBRACK2] = ACTIONS(3407), - [anon_sym_TILDE] = ACTIONS(3407), - [anon_sym_CARET] = ACTIONS(3407), - [anon_sym_AMP] = ACTIONS(3407), - [anon_sym_LT_DASH] = ACTIONS(3407), - [anon_sym_LT_LT] = ACTIONS(3407), - [anon_sym_GT_GT] = ACTIONS(3407), - [anon_sym_GT_GT_GT] = ACTIONS(3407), - [anon_sym_AMP_CARET] = ACTIONS(3407), - [anon_sym_AMP_AMP] = ACTIONS(3407), - [anon_sym_PIPE_PIPE] = ACTIONS(3407), - [anon_sym_or] = ACTIONS(3407), - [sym_none] = ACTIONS(3407), - [sym_true] = ACTIONS(3407), - [sym_false] = ACTIONS(3407), - [sym_nil] = ACTIONS(3407), - [anon_sym_QMARK_DOT] = ACTIONS(3407), - [anon_sym_POUND_LBRACK] = ACTIONS(3407), - [anon_sym_if] = ACTIONS(3407), - [anon_sym_DOLLARif] = ACTIONS(3407), - [anon_sym_is] = ACTIONS(3407), - [anon_sym_BANGis] = ACTIONS(3407), - [anon_sym_in] = ACTIONS(3407), - [anon_sym_BANGin] = ACTIONS(3407), - [anon_sym_match] = ACTIONS(3407), - [anon_sym_select] = ACTIONS(3407), - [anon_sym_lock] = ACTIONS(3407), - [anon_sym_rlock] = ACTIONS(3407), - [anon_sym_unsafe] = ACTIONS(3407), - [anon_sym_sql] = ACTIONS(3407), - [sym_int_literal] = ACTIONS(3407), - [sym_float_literal] = ACTIONS(3407), - [sym_rune_literal] = ACTIONS(3407), - [sym_pseudo_compile_time_identifier] = ACTIONS(3407), - [anon_sym_shared] = ACTIONS(3407), - [anon_sym_map_LBRACK] = ACTIONS(3407), - [anon_sym_chan] = ACTIONS(3407), - [anon_sym_thread] = ACTIONS(3407), - [anon_sym_atomic] = ACTIONS(3407), - [anon_sym_assert] = ACTIONS(3407), - [anon_sym_defer] = ACTIONS(3407), - [anon_sym_goto] = ACTIONS(3407), - [anon_sym_break] = ACTIONS(3407), - [anon_sym_continue] = ACTIONS(3407), - [anon_sym_return] = ACTIONS(3407), - [anon_sym_DOLLARfor] = ACTIONS(3407), - [anon_sym_for] = ACTIONS(3407), - [anon_sym_POUND] = ACTIONS(3407), - [anon_sym_asm] = ACTIONS(3407), - [anon_sym_AT_LBRACK] = ACTIONS(3407), - [sym___double_quote] = ACTIONS(3407), - [sym___single_quote] = ACTIONS(3407), - [sym___c_double_quote] = ACTIONS(3407), - [sym___c_single_quote] = ACTIONS(3407), - [sym___r_double_quote] = ACTIONS(3407), - [sym___r_single_quote] = ACTIONS(3407), + [anon_sym_DOT] = ACTIONS(3093), + [anon_sym_as] = ACTIONS(3093), + [anon_sym_LBRACE] = ACTIONS(3093), + [anon_sym_COMMA] = ACTIONS(3093), + [anon_sym_const] = ACTIONS(3093), + [anon_sym_LPAREN] = ACTIONS(3093), + [anon_sym___global] = ACTIONS(3093), + [anon_sym_type] = ACTIONS(3093), + [anon_sym_PIPE] = ACTIONS(3093), + [anon_sym_fn] = ACTIONS(3093), + [anon_sym_PLUS] = ACTIONS(3093), + [anon_sym_DASH] = ACTIONS(3093), + [anon_sym_STAR] = ACTIONS(3093), + [anon_sym_SLASH] = ACTIONS(3093), + [anon_sym_PERCENT] = ACTIONS(3093), + [anon_sym_LT] = ACTIONS(3093), + [anon_sym_GT] = ACTIONS(3093), + [anon_sym_EQ_EQ] = ACTIONS(3093), + [anon_sym_BANG_EQ] = ACTIONS(3093), + [anon_sym_LT_EQ] = ACTIONS(3093), + [anon_sym_GT_EQ] = ACTIONS(3093), + [anon_sym_LBRACK] = ACTIONS(3091), + [anon_sym_struct] = ACTIONS(3093), + [anon_sym_union] = ACTIONS(3093), + [anon_sym_pub] = ACTIONS(3093), + [anon_sym_mut] = ACTIONS(3093), + [anon_sym_enum] = ACTIONS(3093), + [anon_sym_interface] = ACTIONS(3093), + [anon_sym_PLUS_PLUS] = ACTIONS(3093), + [anon_sym_DASH_DASH] = ACTIONS(3093), + [anon_sym_QMARK] = ACTIONS(3093), + [anon_sym_BANG] = ACTIONS(3093), + [anon_sym_go] = ACTIONS(3093), + [anon_sym_spawn] = ACTIONS(3093), + [anon_sym_json_DOTdecode] = ACTIONS(3093), + [anon_sym_LBRACK2] = ACTIONS(3093), + [anon_sym_TILDE] = ACTIONS(3093), + [anon_sym_CARET] = ACTIONS(3093), + [anon_sym_AMP] = ACTIONS(3093), + [anon_sym_LT_DASH] = ACTIONS(3093), + [anon_sym_LT_LT] = ACTIONS(3093), + [anon_sym_GT_GT] = ACTIONS(3093), + [anon_sym_GT_GT_GT] = ACTIONS(3093), + [anon_sym_AMP_CARET] = ACTIONS(3093), + [anon_sym_AMP_AMP] = ACTIONS(3093), + [anon_sym_PIPE_PIPE] = ACTIONS(3093), + [anon_sym_or] = ACTIONS(3093), + [sym_none] = ACTIONS(3093), + [sym_true] = ACTIONS(3093), + [sym_false] = ACTIONS(3093), + [sym_nil] = ACTIONS(3093), + [anon_sym_QMARK_DOT] = ACTIONS(3093), + [anon_sym_POUND_LBRACK] = ACTIONS(3093), + [anon_sym_if] = ACTIONS(3093), + [anon_sym_DOLLARif] = ACTIONS(3093), + [anon_sym_is] = ACTIONS(3093), + [anon_sym_BANGis] = ACTIONS(3093), + [anon_sym_in] = ACTIONS(3093), + [anon_sym_BANGin] = ACTIONS(3093), + [anon_sym_match] = ACTIONS(3093), + [anon_sym_select] = ACTIONS(3093), + [anon_sym_lock] = ACTIONS(3093), + [anon_sym_rlock] = ACTIONS(3093), + [anon_sym_unsafe] = ACTIONS(3093), + [anon_sym_sql] = ACTIONS(3093), + [sym_int_literal] = ACTIONS(3093), + [sym_float_literal] = ACTIONS(3093), + [sym_rune_literal] = ACTIONS(3093), + [sym_pseudo_compile_time_identifier] = ACTIONS(3093), + [anon_sym_shared] = ACTIONS(3093), + [anon_sym_map_LBRACK] = ACTIONS(3093), + [anon_sym_chan] = ACTIONS(3093), + [anon_sym_thread] = ACTIONS(3093), + [anon_sym_atomic] = ACTIONS(3093), + [anon_sym_assert] = ACTIONS(3093), + [anon_sym_defer] = ACTIONS(3093), + [anon_sym_goto] = ACTIONS(3093), + [anon_sym_break] = ACTIONS(3093), + [anon_sym_continue] = ACTIONS(3093), + [anon_sym_return] = ACTIONS(3093), + [anon_sym_DOLLARfor] = ACTIONS(3093), + [anon_sym_for] = ACTIONS(3093), + [anon_sym_POUND] = ACTIONS(3093), + [anon_sym_asm] = ACTIONS(3093), + [anon_sym_AT_LBRACK] = ACTIONS(3093), + [sym___double_quote] = ACTIONS(3093), + [sym___single_quote] = ACTIONS(3093), + [sym___c_double_quote] = ACTIONS(3093), + [sym___c_single_quote] = ACTIONS(3093), + [sym___r_double_quote] = ACTIONS(3093), + [sym___r_single_quote] = ACTIONS(3093), }, [1063] = { [sym_line_comment] = STATE(1063), [sym_block_comment] = STATE(1063), - [ts_builtin_sym_end] = ACTIONS(3397), - [sym_identifier] = ACTIONS(3399), - [anon_sym_LF] = ACTIONS(3399), - [anon_sym_CR] = ACTIONS(3399), - [anon_sym_CR_LF] = ACTIONS(3399), + [ts_builtin_sym_end] = ACTIONS(3085), + [sym_identifier] = ACTIONS(3088), + [anon_sym_LF] = ACTIONS(3088), + [anon_sym_CR] = ACTIONS(3088), + [anon_sym_CR_LF] = ACTIONS(3088), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3399), - [anon_sym_as] = ACTIONS(3399), - [anon_sym_LBRACE] = ACTIONS(3399), - [anon_sym_COMMA] = ACTIONS(3399), - [anon_sym_const] = ACTIONS(3399), - [anon_sym_LPAREN] = ACTIONS(3399), - [anon_sym___global] = ACTIONS(3399), - [anon_sym_type] = ACTIONS(3399), - [anon_sym_PIPE] = ACTIONS(3399), - [anon_sym_fn] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3399), - [anon_sym_SLASH] = ACTIONS(3399), - [anon_sym_PERCENT] = ACTIONS(3399), - [anon_sym_LT] = ACTIONS(3399), - [anon_sym_GT] = ACTIONS(3399), - [anon_sym_EQ_EQ] = ACTIONS(3399), - [anon_sym_BANG_EQ] = ACTIONS(3399), - [anon_sym_LT_EQ] = ACTIONS(3399), - [anon_sym_GT_EQ] = ACTIONS(3399), - [anon_sym_LBRACK] = ACTIONS(3397), - [anon_sym_struct] = ACTIONS(3399), - [anon_sym_union] = ACTIONS(3399), - [anon_sym_pub] = ACTIONS(3399), - [anon_sym_mut] = ACTIONS(3399), - [anon_sym_enum] = ACTIONS(3399), - [anon_sym_interface] = ACTIONS(3399), - [anon_sym_PLUS_PLUS] = ACTIONS(3399), - [anon_sym_DASH_DASH] = ACTIONS(3399), - [anon_sym_QMARK] = ACTIONS(3399), - [anon_sym_BANG] = ACTIONS(3399), - [anon_sym_go] = ACTIONS(3399), - [anon_sym_spawn] = ACTIONS(3399), - [anon_sym_json_DOTdecode] = ACTIONS(3399), - [anon_sym_LBRACK2] = ACTIONS(3399), - [anon_sym_TILDE] = ACTIONS(3399), - [anon_sym_CARET] = ACTIONS(3399), - [anon_sym_AMP] = ACTIONS(3399), - [anon_sym_LT_DASH] = ACTIONS(3399), - [anon_sym_LT_LT] = ACTIONS(3399), - [anon_sym_GT_GT] = ACTIONS(3399), - [anon_sym_GT_GT_GT] = ACTIONS(3399), - [anon_sym_AMP_CARET] = ACTIONS(3399), - [anon_sym_AMP_AMP] = ACTIONS(3399), - [anon_sym_PIPE_PIPE] = ACTIONS(3399), - [anon_sym_or] = ACTIONS(3399), - [sym_none] = ACTIONS(3399), - [sym_true] = ACTIONS(3399), - [sym_false] = ACTIONS(3399), - [sym_nil] = ACTIONS(3399), - [anon_sym_QMARK_DOT] = ACTIONS(3399), - [anon_sym_POUND_LBRACK] = ACTIONS(3399), - [anon_sym_if] = ACTIONS(3399), - [anon_sym_DOLLARif] = ACTIONS(3399), - [anon_sym_is] = ACTIONS(3399), - [anon_sym_BANGis] = ACTIONS(3399), - [anon_sym_in] = ACTIONS(3399), - [anon_sym_BANGin] = ACTIONS(3399), - [anon_sym_match] = ACTIONS(3399), - [anon_sym_select] = ACTIONS(3399), - [anon_sym_lock] = ACTIONS(3399), - [anon_sym_rlock] = ACTIONS(3399), - [anon_sym_unsafe] = ACTIONS(3399), - [anon_sym_sql] = ACTIONS(3399), - [sym_int_literal] = ACTIONS(3399), - [sym_float_literal] = ACTIONS(3399), - [sym_rune_literal] = ACTIONS(3399), - [sym_pseudo_compile_time_identifier] = ACTIONS(3399), - [anon_sym_shared] = ACTIONS(3399), - [anon_sym_map_LBRACK] = ACTIONS(3399), - [anon_sym_chan] = ACTIONS(3399), - [anon_sym_thread] = ACTIONS(3399), - [anon_sym_atomic] = ACTIONS(3399), - [anon_sym_assert] = ACTIONS(3399), - [anon_sym_defer] = ACTIONS(3399), - [anon_sym_goto] = ACTIONS(3399), - [anon_sym_break] = ACTIONS(3399), - [anon_sym_continue] = ACTIONS(3399), - [anon_sym_return] = ACTIONS(3399), - [anon_sym_DOLLARfor] = ACTIONS(3399), - [anon_sym_for] = ACTIONS(3399), - [anon_sym_POUND] = ACTIONS(3399), - [anon_sym_asm] = ACTIONS(3399), - [anon_sym_AT_LBRACK] = ACTIONS(3399), - [sym___double_quote] = ACTIONS(3399), - [sym___single_quote] = ACTIONS(3399), - [sym___c_double_quote] = ACTIONS(3399), - [sym___c_single_quote] = ACTIONS(3399), - [sym___r_double_quote] = ACTIONS(3399), - [sym___r_single_quote] = ACTIONS(3399), + [anon_sym_DOT] = ACTIONS(3088), + [anon_sym_as] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3088), + [anon_sym_COMMA] = ACTIONS(3088), + [anon_sym_const] = ACTIONS(3088), + [anon_sym_LPAREN] = ACTIONS(3088), + [anon_sym___global] = ACTIONS(3088), + [anon_sym_type] = ACTIONS(3088), + [anon_sym_PIPE] = ACTIONS(3088), + [anon_sym_fn] = ACTIONS(3088), + [anon_sym_PLUS] = ACTIONS(3088), + [anon_sym_DASH] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3088), + [anon_sym_SLASH] = ACTIONS(3088), + [anon_sym_PERCENT] = ACTIONS(3088), + [anon_sym_LT] = ACTIONS(3088), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_LT_EQ] = ACTIONS(3088), + [anon_sym_GT_EQ] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3085), + [anon_sym_struct] = ACTIONS(3088), + [anon_sym_union] = ACTIONS(3088), + [anon_sym_pub] = ACTIONS(3088), + [anon_sym_mut] = ACTIONS(3088), + [anon_sym_enum] = ACTIONS(3088), + [anon_sym_interface] = ACTIONS(3088), + [anon_sym_PLUS_PLUS] = ACTIONS(3088), + [anon_sym_DASH_DASH] = ACTIONS(3088), + [anon_sym_QMARK] = ACTIONS(3088), + [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_go] = ACTIONS(3088), + [anon_sym_spawn] = ACTIONS(3088), + [anon_sym_json_DOTdecode] = ACTIONS(3088), + [anon_sym_LBRACK2] = ACTIONS(3088), + [anon_sym_TILDE] = ACTIONS(3088), + [anon_sym_CARET] = ACTIONS(3088), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_LT_DASH] = ACTIONS(3088), + [anon_sym_LT_LT] = ACTIONS(3088), + [anon_sym_GT_GT] = ACTIONS(3088), + [anon_sym_GT_GT_GT] = ACTIONS(3088), + [anon_sym_AMP_CARET] = ACTIONS(3088), + [anon_sym_AMP_AMP] = ACTIONS(3088), + [anon_sym_PIPE_PIPE] = ACTIONS(3088), + [anon_sym_or] = ACTIONS(3088), + [sym_none] = ACTIONS(3088), + [sym_true] = ACTIONS(3088), + [sym_false] = ACTIONS(3088), + [sym_nil] = ACTIONS(3088), + [anon_sym_QMARK_DOT] = ACTIONS(3088), + [anon_sym_POUND_LBRACK] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_DOLLARif] = ACTIONS(3088), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3088), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_BANGin] = ACTIONS(3088), + [anon_sym_match] = ACTIONS(3088), + [anon_sym_select] = ACTIONS(3088), + [anon_sym_lock] = ACTIONS(3088), + [anon_sym_rlock] = ACTIONS(3088), + [anon_sym_unsafe] = ACTIONS(3088), + [anon_sym_sql] = ACTIONS(3088), + [sym_int_literal] = ACTIONS(3088), + [sym_float_literal] = ACTIONS(3088), + [sym_rune_literal] = ACTIONS(3088), + [sym_pseudo_compile_time_identifier] = ACTIONS(3088), + [anon_sym_shared] = ACTIONS(3088), + [anon_sym_map_LBRACK] = ACTIONS(3088), + [anon_sym_chan] = ACTIONS(3088), + [anon_sym_thread] = ACTIONS(3088), + [anon_sym_atomic] = ACTIONS(3088), + [anon_sym_assert] = ACTIONS(3088), + [anon_sym_defer] = ACTIONS(3088), + [anon_sym_goto] = ACTIONS(3088), + [anon_sym_break] = ACTIONS(3088), + [anon_sym_continue] = ACTIONS(3088), + [anon_sym_return] = ACTIONS(3088), + [anon_sym_DOLLARfor] = ACTIONS(3088), + [anon_sym_for] = ACTIONS(3088), + [anon_sym_POUND] = ACTIONS(3088), + [anon_sym_asm] = ACTIONS(3088), + [anon_sym_AT_LBRACK] = ACTIONS(3088), + [sym___double_quote] = ACTIONS(3088), + [sym___single_quote] = ACTIONS(3088), + [sym___c_double_quote] = ACTIONS(3088), + [sym___c_single_quote] = ACTIONS(3088), + [sym___r_double_quote] = ACTIONS(3088), + [sym___r_single_quote] = ACTIONS(3088), }, [1064] = { [sym_line_comment] = STATE(1064), [sym_block_comment] = STATE(1064), - [ts_builtin_sym_end] = ACTIONS(3393), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LF] = ACTIONS(3395), - [anon_sym_CR] = ACTIONS(3395), - [anon_sym_CR_LF] = ACTIONS(3395), + [ts_builtin_sym_end] = ACTIONS(3095), + [sym_identifier] = ACTIONS(3097), + [anon_sym_LF] = ACTIONS(3097), + [anon_sym_CR] = ACTIONS(3097), + [anon_sym_CR_LF] = ACTIONS(3097), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3395), - [anon_sym_as] = ACTIONS(3395), - [anon_sym_LBRACE] = ACTIONS(3395), - [anon_sym_COMMA] = ACTIONS(3395), - [anon_sym_const] = ACTIONS(3395), - [anon_sym_LPAREN] = ACTIONS(3395), - [anon_sym___global] = ACTIONS(3395), - [anon_sym_type] = ACTIONS(3395), - [anon_sym_PIPE] = ACTIONS(3395), - [anon_sym_fn] = ACTIONS(3395), - [anon_sym_PLUS] = ACTIONS(3395), - [anon_sym_DASH] = ACTIONS(3395), - [anon_sym_STAR] = ACTIONS(3395), - [anon_sym_SLASH] = ACTIONS(3395), - [anon_sym_PERCENT] = ACTIONS(3395), - [anon_sym_LT] = ACTIONS(3395), - [anon_sym_GT] = ACTIONS(3395), - [anon_sym_EQ_EQ] = ACTIONS(3395), - [anon_sym_BANG_EQ] = ACTIONS(3395), - [anon_sym_LT_EQ] = ACTIONS(3395), - [anon_sym_GT_EQ] = ACTIONS(3395), - [anon_sym_LBRACK] = ACTIONS(3393), - [anon_sym_struct] = ACTIONS(3395), - [anon_sym_union] = ACTIONS(3395), - [anon_sym_pub] = ACTIONS(3395), - [anon_sym_mut] = ACTIONS(3395), - [anon_sym_enum] = ACTIONS(3395), - [anon_sym_interface] = ACTIONS(3395), - [anon_sym_PLUS_PLUS] = ACTIONS(3395), - [anon_sym_DASH_DASH] = ACTIONS(3395), - [anon_sym_QMARK] = ACTIONS(3395), - [anon_sym_BANG] = ACTIONS(3395), - [anon_sym_go] = ACTIONS(3395), - [anon_sym_spawn] = ACTIONS(3395), - [anon_sym_json_DOTdecode] = ACTIONS(3395), - [anon_sym_LBRACK2] = ACTIONS(3395), - [anon_sym_TILDE] = ACTIONS(3395), - [anon_sym_CARET] = ACTIONS(3395), - [anon_sym_AMP] = ACTIONS(3395), - [anon_sym_LT_DASH] = ACTIONS(3395), - [anon_sym_LT_LT] = ACTIONS(3395), - [anon_sym_GT_GT] = ACTIONS(3395), - [anon_sym_GT_GT_GT] = ACTIONS(3395), - [anon_sym_AMP_CARET] = ACTIONS(3395), - [anon_sym_AMP_AMP] = ACTIONS(3395), - [anon_sym_PIPE_PIPE] = ACTIONS(3395), - [anon_sym_or] = ACTIONS(3395), - [sym_none] = ACTIONS(3395), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_nil] = ACTIONS(3395), - [anon_sym_QMARK_DOT] = ACTIONS(3395), - [anon_sym_POUND_LBRACK] = ACTIONS(3395), - [anon_sym_if] = ACTIONS(3395), - [anon_sym_DOLLARif] = ACTIONS(3395), - [anon_sym_is] = ACTIONS(3395), - [anon_sym_BANGis] = ACTIONS(3395), - [anon_sym_in] = ACTIONS(3395), - [anon_sym_BANGin] = ACTIONS(3395), - [anon_sym_match] = ACTIONS(3395), - [anon_sym_select] = ACTIONS(3395), - [anon_sym_lock] = ACTIONS(3395), - [anon_sym_rlock] = ACTIONS(3395), - [anon_sym_unsafe] = ACTIONS(3395), - [anon_sym_sql] = ACTIONS(3395), - [sym_int_literal] = ACTIONS(3395), - [sym_float_literal] = ACTIONS(3395), - [sym_rune_literal] = ACTIONS(3395), - [sym_pseudo_compile_time_identifier] = ACTIONS(3395), - [anon_sym_shared] = ACTIONS(3395), - [anon_sym_map_LBRACK] = ACTIONS(3395), - [anon_sym_chan] = ACTIONS(3395), - [anon_sym_thread] = ACTIONS(3395), - [anon_sym_atomic] = ACTIONS(3395), - [anon_sym_assert] = ACTIONS(3395), - [anon_sym_defer] = ACTIONS(3395), - [anon_sym_goto] = ACTIONS(3395), - [anon_sym_break] = ACTIONS(3395), - [anon_sym_continue] = ACTIONS(3395), - [anon_sym_return] = ACTIONS(3395), - [anon_sym_DOLLARfor] = ACTIONS(3395), - [anon_sym_for] = ACTIONS(3395), - [anon_sym_POUND] = ACTIONS(3395), - [anon_sym_asm] = ACTIONS(3395), - [anon_sym_AT_LBRACK] = ACTIONS(3395), - [sym___double_quote] = ACTIONS(3395), - [sym___single_quote] = ACTIONS(3395), - [sym___c_double_quote] = ACTIONS(3395), - [sym___c_single_quote] = ACTIONS(3395), - [sym___r_double_quote] = ACTIONS(3395), - [sym___r_single_quote] = ACTIONS(3395), + [anon_sym_DOT] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(3097), + [anon_sym_LBRACE] = ACTIONS(3097), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_const] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3097), + [anon_sym___global] = ACTIONS(3097), + [anon_sym_type] = ACTIONS(3097), + [anon_sym_PIPE] = ACTIONS(3097), + [anon_sym_fn] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3097), + [anon_sym_DASH] = ACTIONS(3097), + [anon_sym_STAR] = ACTIONS(3097), + [anon_sym_SLASH] = ACTIONS(3097), + [anon_sym_PERCENT] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(3097), + [anon_sym_GT] = ACTIONS(3097), + [anon_sym_EQ_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(3097), + [anon_sym_LT_EQ] = ACTIONS(3097), + [anon_sym_GT_EQ] = ACTIONS(3097), + [anon_sym_LBRACK] = ACTIONS(3095), + [anon_sym_struct] = ACTIONS(3097), + [anon_sym_union] = ACTIONS(3097), + [anon_sym_pub] = ACTIONS(3097), + [anon_sym_mut] = ACTIONS(3097), + [anon_sym_enum] = ACTIONS(3097), + [anon_sym_interface] = ACTIONS(3097), + [anon_sym_PLUS_PLUS] = ACTIONS(3097), + [anon_sym_DASH_DASH] = ACTIONS(3097), + [anon_sym_QMARK] = ACTIONS(3097), + [anon_sym_BANG] = ACTIONS(3097), + [anon_sym_go] = ACTIONS(3097), + [anon_sym_spawn] = ACTIONS(3097), + [anon_sym_json_DOTdecode] = ACTIONS(3097), + [anon_sym_LBRACK2] = ACTIONS(3097), + [anon_sym_TILDE] = ACTIONS(3097), + [anon_sym_CARET] = ACTIONS(3097), + [anon_sym_AMP] = ACTIONS(3097), + [anon_sym_LT_DASH] = ACTIONS(3097), + [anon_sym_LT_LT] = ACTIONS(3097), + [anon_sym_GT_GT] = ACTIONS(3097), + [anon_sym_GT_GT_GT] = ACTIONS(3097), + [anon_sym_AMP_CARET] = ACTIONS(3097), + [anon_sym_AMP_AMP] = ACTIONS(3097), + [anon_sym_PIPE_PIPE] = ACTIONS(3097), + [anon_sym_or] = ACTIONS(3097), + [sym_none] = ACTIONS(3097), + [sym_true] = ACTIONS(3097), + [sym_false] = ACTIONS(3097), + [sym_nil] = ACTIONS(3097), + [anon_sym_QMARK_DOT] = ACTIONS(3097), + [anon_sym_POUND_LBRACK] = ACTIONS(3097), + [anon_sym_if] = ACTIONS(3097), + [anon_sym_DOLLARif] = ACTIONS(3097), + [anon_sym_is] = ACTIONS(3097), + [anon_sym_BANGis] = ACTIONS(3097), + [anon_sym_in] = ACTIONS(3097), + [anon_sym_BANGin] = ACTIONS(3097), + [anon_sym_match] = ACTIONS(3097), + [anon_sym_select] = ACTIONS(3097), + [anon_sym_lock] = ACTIONS(3097), + [anon_sym_rlock] = ACTIONS(3097), + [anon_sym_unsafe] = ACTIONS(3097), + [anon_sym_sql] = ACTIONS(3097), + [sym_int_literal] = ACTIONS(3097), + [sym_float_literal] = ACTIONS(3097), + [sym_rune_literal] = ACTIONS(3097), + [sym_pseudo_compile_time_identifier] = ACTIONS(3097), + [anon_sym_shared] = ACTIONS(3097), + [anon_sym_map_LBRACK] = ACTIONS(3097), + [anon_sym_chan] = ACTIONS(3097), + [anon_sym_thread] = ACTIONS(3097), + [anon_sym_atomic] = ACTIONS(3097), + [anon_sym_assert] = ACTIONS(3097), + [anon_sym_defer] = ACTIONS(3097), + [anon_sym_goto] = ACTIONS(3097), + [anon_sym_break] = ACTIONS(3097), + [anon_sym_continue] = ACTIONS(3097), + [anon_sym_return] = ACTIONS(3097), + [anon_sym_DOLLARfor] = ACTIONS(3097), + [anon_sym_for] = ACTIONS(3097), + [anon_sym_POUND] = ACTIONS(3097), + [anon_sym_asm] = ACTIONS(3097), + [anon_sym_AT_LBRACK] = ACTIONS(3097), + [sym___double_quote] = ACTIONS(3097), + [sym___single_quote] = ACTIONS(3097), + [sym___c_double_quote] = ACTIONS(3097), + [sym___c_single_quote] = ACTIONS(3097), + [sym___r_double_quote] = ACTIONS(3097), + [sym___r_single_quote] = ACTIONS(3097), }, [1065] = { [sym_line_comment] = STATE(1065), [sym_block_comment] = STATE(1065), - [ts_builtin_sym_end] = ACTIONS(2765), - [sym_identifier] = ACTIONS(2763), - [anon_sym_LF] = ACTIONS(2763), - [anon_sym_CR] = ACTIONS(2763), - [anon_sym_CR_LF] = ACTIONS(2763), + [ts_builtin_sym_end] = ACTIONS(3339), + [sym_identifier] = ACTIONS(3341), + [anon_sym_LF] = ACTIONS(3341), + [anon_sym_CR] = ACTIONS(3341), + [anon_sym_CR_LF] = ACTIONS(3341), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2763), - [anon_sym_as] = ACTIONS(2763), - [anon_sym_LBRACE] = ACTIONS(2763), - [anon_sym_COMMA] = ACTIONS(2763), - [anon_sym_const] = ACTIONS(2763), - [anon_sym_LPAREN] = ACTIONS(2763), - [anon_sym___global] = ACTIONS(2763), - [anon_sym_type] = ACTIONS(2763), - [anon_sym_PIPE] = ACTIONS(2763), - [anon_sym_fn] = ACTIONS(2763), - [anon_sym_PLUS] = ACTIONS(2763), - [anon_sym_DASH] = ACTIONS(2763), - [anon_sym_STAR] = ACTIONS(2763), - [anon_sym_SLASH] = ACTIONS(2763), - [anon_sym_PERCENT] = ACTIONS(2763), - [anon_sym_LT] = ACTIONS(2763), - [anon_sym_GT] = ACTIONS(2763), - [anon_sym_EQ_EQ] = ACTIONS(2763), - [anon_sym_BANG_EQ] = ACTIONS(2763), - [anon_sym_LT_EQ] = ACTIONS(2763), - [anon_sym_GT_EQ] = ACTIONS(2763), - [anon_sym_LBRACK] = ACTIONS(2765), - [anon_sym_struct] = ACTIONS(2763), - [anon_sym_union] = ACTIONS(2763), - [anon_sym_pub] = ACTIONS(2763), - [anon_sym_mut] = ACTIONS(2763), - [anon_sym_enum] = ACTIONS(2763), - [anon_sym_interface] = ACTIONS(2763), - [anon_sym_PLUS_PLUS] = ACTIONS(2763), - [anon_sym_DASH_DASH] = ACTIONS(2763), - [anon_sym_QMARK] = ACTIONS(2763), - [anon_sym_BANG] = ACTIONS(2763), - [anon_sym_go] = ACTIONS(2763), - [anon_sym_spawn] = ACTIONS(2763), - [anon_sym_json_DOTdecode] = ACTIONS(2763), - [anon_sym_LBRACK2] = ACTIONS(2763), - [anon_sym_TILDE] = ACTIONS(2763), - [anon_sym_CARET] = ACTIONS(2763), - [anon_sym_AMP] = ACTIONS(2763), - [anon_sym_LT_DASH] = ACTIONS(2763), - [anon_sym_LT_LT] = ACTIONS(2763), - [anon_sym_GT_GT] = ACTIONS(2763), - [anon_sym_GT_GT_GT] = ACTIONS(2763), - [anon_sym_AMP_CARET] = ACTIONS(2763), - [anon_sym_AMP_AMP] = ACTIONS(2763), - [anon_sym_PIPE_PIPE] = ACTIONS(2763), - [anon_sym_or] = ACTIONS(2763), - [sym_none] = ACTIONS(2763), - [sym_true] = ACTIONS(2763), - [sym_false] = ACTIONS(2763), - [sym_nil] = ACTIONS(2763), - [anon_sym_QMARK_DOT] = ACTIONS(2763), - [anon_sym_POUND_LBRACK] = ACTIONS(2763), - [anon_sym_if] = ACTIONS(2763), - [anon_sym_DOLLARif] = ACTIONS(2763), - [anon_sym_is] = ACTIONS(2763), - [anon_sym_BANGis] = ACTIONS(2763), - [anon_sym_in] = ACTIONS(2763), - [anon_sym_BANGin] = ACTIONS(2763), - [anon_sym_match] = ACTIONS(2763), - [anon_sym_select] = ACTIONS(2763), - [anon_sym_lock] = ACTIONS(2763), - [anon_sym_rlock] = ACTIONS(2763), - [anon_sym_unsafe] = ACTIONS(2763), - [anon_sym_sql] = ACTIONS(2763), - [sym_int_literal] = ACTIONS(2763), - [sym_float_literal] = ACTIONS(2763), - [sym_rune_literal] = ACTIONS(2763), - [sym_pseudo_compile_time_identifier] = ACTIONS(2763), - [anon_sym_shared] = ACTIONS(2763), - [anon_sym_map_LBRACK] = ACTIONS(2763), - [anon_sym_chan] = ACTIONS(2763), - [anon_sym_thread] = ACTIONS(2763), - [anon_sym_atomic] = ACTIONS(2763), - [anon_sym_assert] = ACTIONS(2763), - [anon_sym_defer] = ACTIONS(2763), - [anon_sym_goto] = ACTIONS(2763), - [anon_sym_break] = ACTIONS(2763), - [anon_sym_continue] = ACTIONS(2763), - [anon_sym_return] = ACTIONS(2763), - [anon_sym_DOLLARfor] = ACTIONS(2763), - [anon_sym_for] = ACTIONS(2763), - [anon_sym_POUND] = ACTIONS(2763), - [anon_sym_asm] = ACTIONS(2763), - [anon_sym_AT_LBRACK] = ACTIONS(2763), - [sym___double_quote] = ACTIONS(2763), - [sym___single_quote] = ACTIONS(2763), - [sym___c_double_quote] = ACTIONS(2763), - [sym___c_single_quote] = ACTIONS(2763), - [sym___r_double_quote] = ACTIONS(2763), - [sym___r_single_quote] = ACTIONS(2763), + [anon_sym_DOT] = ACTIONS(3341), + [anon_sym_as] = ACTIONS(3341), + [anon_sym_LBRACE] = ACTIONS(3341), + [anon_sym_COMMA] = ACTIONS(3341), + [anon_sym_const] = ACTIONS(3341), + [anon_sym_LPAREN] = ACTIONS(3341), + [anon_sym___global] = ACTIONS(3341), + [anon_sym_type] = ACTIONS(3341), + [anon_sym_PIPE] = ACTIONS(3341), + [anon_sym_fn] = ACTIONS(3341), + [anon_sym_PLUS] = ACTIONS(3341), + [anon_sym_DASH] = ACTIONS(3341), + [anon_sym_STAR] = ACTIONS(3341), + [anon_sym_SLASH] = ACTIONS(3341), + [anon_sym_PERCENT] = ACTIONS(3341), + [anon_sym_LT] = ACTIONS(3341), + [anon_sym_GT] = ACTIONS(3341), + [anon_sym_EQ_EQ] = ACTIONS(3341), + [anon_sym_BANG_EQ] = ACTIONS(3341), + [anon_sym_LT_EQ] = ACTIONS(3341), + [anon_sym_GT_EQ] = ACTIONS(3341), + [anon_sym_LBRACK] = ACTIONS(3339), + [anon_sym_struct] = ACTIONS(3341), + [anon_sym_union] = ACTIONS(3341), + [anon_sym_pub] = ACTIONS(3341), + [anon_sym_mut] = ACTIONS(3341), + [anon_sym_enum] = ACTIONS(3341), + [anon_sym_interface] = ACTIONS(3341), + [anon_sym_PLUS_PLUS] = ACTIONS(3341), + [anon_sym_DASH_DASH] = ACTIONS(3341), + [anon_sym_QMARK] = ACTIONS(3341), + [anon_sym_BANG] = ACTIONS(3341), + [anon_sym_go] = ACTIONS(3341), + [anon_sym_spawn] = ACTIONS(3341), + [anon_sym_json_DOTdecode] = ACTIONS(3341), + [anon_sym_LBRACK2] = ACTIONS(3341), + [anon_sym_TILDE] = ACTIONS(3341), + [anon_sym_CARET] = ACTIONS(3341), + [anon_sym_AMP] = ACTIONS(3341), + [anon_sym_LT_DASH] = ACTIONS(3341), + [anon_sym_LT_LT] = ACTIONS(3341), + [anon_sym_GT_GT] = ACTIONS(3341), + [anon_sym_GT_GT_GT] = ACTIONS(3341), + [anon_sym_AMP_CARET] = ACTIONS(3341), + [anon_sym_AMP_AMP] = ACTIONS(3341), + [anon_sym_PIPE_PIPE] = ACTIONS(3341), + [anon_sym_or] = ACTIONS(3341), + [sym_none] = ACTIONS(3341), + [sym_true] = ACTIONS(3341), + [sym_false] = ACTIONS(3341), + [sym_nil] = ACTIONS(3341), + [anon_sym_QMARK_DOT] = ACTIONS(3341), + [anon_sym_POUND_LBRACK] = ACTIONS(3341), + [anon_sym_if] = ACTIONS(3341), + [anon_sym_DOLLARif] = ACTIONS(3341), + [anon_sym_is] = ACTIONS(3341), + [anon_sym_BANGis] = ACTIONS(3341), + [anon_sym_in] = ACTIONS(3341), + [anon_sym_BANGin] = ACTIONS(3341), + [anon_sym_match] = ACTIONS(3341), + [anon_sym_select] = ACTIONS(3341), + [anon_sym_lock] = ACTIONS(3341), + [anon_sym_rlock] = ACTIONS(3341), + [anon_sym_unsafe] = ACTIONS(3341), + [anon_sym_sql] = ACTIONS(3341), + [sym_int_literal] = ACTIONS(3341), + [sym_float_literal] = ACTIONS(3341), + [sym_rune_literal] = ACTIONS(3341), + [sym_pseudo_compile_time_identifier] = ACTIONS(3341), + [anon_sym_shared] = ACTIONS(3341), + [anon_sym_map_LBRACK] = ACTIONS(3341), + [anon_sym_chan] = ACTIONS(3341), + [anon_sym_thread] = ACTIONS(3341), + [anon_sym_atomic] = ACTIONS(3341), + [anon_sym_assert] = ACTIONS(3341), + [anon_sym_defer] = ACTIONS(3341), + [anon_sym_goto] = ACTIONS(3341), + [anon_sym_break] = ACTIONS(3341), + [anon_sym_continue] = ACTIONS(3341), + [anon_sym_return] = ACTIONS(3341), + [anon_sym_DOLLARfor] = ACTIONS(3341), + [anon_sym_for] = ACTIONS(3341), + [anon_sym_POUND] = ACTIONS(3341), + [anon_sym_asm] = ACTIONS(3341), + [anon_sym_AT_LBRACK] = ACTIONS(3341), + [sym___double_quote] = ACTIONS(3341), + [sym___single_quote] = ACTIONS(3341), + [sym___c_double_quote] = ACTIONS(3341), + [sym___c_single_quote] = ACTIONS(3341), + [sym___r_double_quote] = ACTIONS(3341), + [sym___r_single_quote] = ACTIONS(3341), }, [1066] = { [sym_line_comment] = STATE(1066), [sym_block_comment] = STATE(1066), - [ts_builtin_sym_end] = ACTIONS(2969), - [sym_identifier] = ACTIONS(2971), - [anon_sym_LF] = ACTIONS(2971), - [anon_sym_CR] = ACTIONS(2971), - [anon_sym_CR_LF] = ACTIONS(2971), + [ts_builtin_sym_end] = ACTIONS(3271), + [sym_identifier] = ACTIONS(3273), + [anon_sym_LF] = ACTIONS(3273), + [anon_sym_CR] = ACTIONS(3273), + [anon_sym_CR_LF] = ACTIONS(3273), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2971), - [anon_sym_as] = ACTIONS(2971), - [anon_sym_LBRACE] = ACTIONS(2971), - [anon_sym_COMMA] = ACTIONS(2763), - [anon_sym_const] = ACTIONS(2971), - [anon_sym_LPAREN] = ACTIONS(2971), - [anon_sym___global] = ACTIONS(2971), - [anon_sym_type] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(2971), - [anon_sym_fn] = ACTIONS(2971), - [anon_sym_PLUS] = ACTIONS(2971), - [anon_sym_DASH] = ACTIONS(2971), - [anon_sym_STAR] = ACTIONS(2971), - [anon_sym_SLASH] = ACTIONS(2971), - [anon_sym_PERCENT] = ACTIONS(2971), - [anon_sym_LT] = ACTIONS(2971), - [anon_sym_GT] = ACTIONS(2971), - [anon_sym_EQ_EQ] = ACTIONS(2971), - [anon_sym_BANG_EQ] = ACTIONS(2971), - [anon_sym_LT_EQ] = ACTIONS(2971), - [anon_sym_GT_EQ] = ACTIONS(2971), - [anon_sym_LBRACK] = ACTIONS(2969), - [anon_sym_struct] = ACTIONS(2971), - [anon_sym_union] = ACTIONS(2971), - [anon_sym_pub] = ACTIONS(2971), - [anon_sym_mut] = ACTIONS(2971), - [anon_sym_enum] = ACTIONS(2971), - [anon_sym_interface] = ACTIONS(2971), - [anon_sym_PLUS_PLUS] = ACTIONS(2971), - [anon_sym_DASH_DASH] = ACTIONS(2971), - [anon_sym_QMARK] = ACTIONS(2971), - [anon_sym_BANG] = ACTIONS(2971), - [anon_sym_go] = ACTIONS(2971), - [anon_sym_spawn] = ACTIONS(2971), - [anon_sym_json_DOTdecode] = ACTIONS(2971), - [anon_sym_LBRACK2] = ACTIONS(2971), - [anon_sym_TILDE] = ACTIONS(2971), - [anon_sym_CARET] = ACTIONS(2971), - [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_LT_DASH] = ACTIONS(2971), - [anon_sym_LT_LT] = ACTIONS(2971), - [anon_sym_GT_GT] = ACTIONS(2971), - [anon_sym_GT_GT_GT] = ACTIONS(2971), - [anon_sym_AMP_CARET] = ACTIONS(2971), - [anon_sym_AMP_AMP] = ACTIONS(2971), - [anon_sym_PIPE_PIPE] = ACTIONS(2971), - [anon_sym_or] = ACTIONS(2971), - [sym_none] = ACTIONS(2971), - [sym_true] = ACTIONS(2971), - [sym_false] = ACTIONS(2971), - [sym_nil] = ACTIONS(2971), - [anon_sym_QMARK_DOT] = ACTIONS(2971), - [anon_sym_POUND_LBRACK] = ACTIONS(2971), - [anon_sym_if] = ACTIONS(2971), - [anon_sym_DOLLARif] = ACTIONS(2971), - [anon_sym_is] = ACTIONS(2971), - [anon_sym_BANGis] = ACTIONS(2971), - [anon_sym_in] = ACTIONS(2971), - [anon_sym_BANGin] = ACTIONS(2971), - [anon_sym_match] = ACTIONS(2971), - [anon_sym_select] = ACTIONS(2971), - [anon_sym_lock] = ACTIONS(2971), - [anon_sym_rlock] = ACTIONS(2971), - [anon_sym_unsafe] = ACTIONS(2971), - [anon_sym_sql] = ACTIONS(2971), - [sym_int_literal] = ACTIONS(2971), - [sym_float_literal] = ACTIONS(2971), - [sym_rune_literal] = ACTIONS(2971), - [sym_pseudo_compile_time_identifier] = ACTIONS(2971), - [anon_sym_shared] = ACTIONS(2971), - [anon_sym_map_LBRACK] = ACTIONS(2971), - [anon_sym_chan] = ACTIONS(2971), - [anon_sym_thread] = ACTIONS(2971), - [anon_sym_atomic] = ACTIONS(2971), - [anon_sym_assert] = ACTIONS(2971), - [anon_sym_defer] = ACTIONS(2971), - [anon_sym_goto] = ACTIONS(2971), - [anon_sym_break] = ACTIONS(2971), - [anon_sym_continue] = ACTIONS(2971), - [anon_sym_return] = ACTIONS(2971), - [anon_sym_DOLLARfor] = ACTIONS(2971), - [anon_sym_for] = ACTIONS(2971), - [anon_sym_POUND] = ACTIONS(2971), - [anon_sym_asm] = ACTIONS(2971), - [anon_sym_AT_LBRACK] = ACTIONS(2971), - [sym___double_quote] = ACTIONS(2971), - [sym___single_quote] = ACTIONS(2971), - [sym___c_double_quote] = ACTIONS(2971), - [sym___c_single_quote] = ACTIONS(2971), - [sym___r_double_quote] = ACTIONS(2971), - [sym___r_single_quote] = ACTIONS(2971), + [anon_sym_DOT] = ACTIONS(3273), + [anon_sym_as] = ACTIONS(3273), + [anon_sym_LBRACE] = ACTIONS(3273), + [anon_sym_COMMA] = ACTIONS(3273), + [anon_sym_const] = ACTIONS(3273), + [anon_sym_LPAREN] = ACTIONS(3273), + [anon_sym___global] = ACTIONS(3273), + [anon_sym_type] = ACTIONS(3273), + [anon_sym_PIPE] = ACTIONS(3273), + [anon_sym_fn] = ACTIONS(3273), + [anon_sym_PLUS] = ACTIONS(3273), + [anon_sym_DASH] = ACTIONS(3273), + [anon_sym_STAR] = ACTIONS(3273), + [anon_sym_SLASH] = ACTIONS(3273), + [anon_sym_PERCENT] = ACTIONS(3273), + [anon_sym_LT] = ACTIONS(3273), + [anon_sym_GT] = ACTIONS(3273), + [anon_sym_EQ_EQ] = ACTIONS(3273), + [anon_sym_BANG_EQ] = ACTIONS(3273), + [anon_sym_LT_EQ] = ACTIONS(3273), + [anon_sym_GT_EQ] = ACTIONS(3273), + [anon_sym_LBRACK] = ACTIONS(3271), + [anon_sym_struct] = ACTIONS(3273), + [anon_sym_union] = ACTIONS(3273), + [anon_sym_pub] = ACTIONS(3273), + [anon_sym_mut] = ACTIONS(3273), + [anon_sym_enum] = ACTIONS(3273), + [anon_sym_interface] = ACTIONS(3273), + [anon_sym_PLUS_PLUS] = ACTIONS(3273), + [anon_sym_DASH_DASH] = ACTIONS(3273), + [anon_sym_QMARK] = ACTIONS(3273), + [anon_sym_BANG] = ACTIONS(3273), + [anon_sym_go] = ACTIONS(3273), + [anon_sym_spawn] = ACTIONS(3273), + [anon_sym_json_DOTdecode] = ACTIONS(3273), + [anon_sym_LBRACK2] = ACTIONS(3273), + [anon_sym_TILDE] = ACTIONS(3273), + [anon_sym_CARET] = ACTIONS(3273), + [anon_sym_AMP] = ACTIONS(3273), + [anon_sym_LT_DASH] = ACTIONS(3273), + [anon_sym_LT_LT] = ACTIONS(3273), + [anon_sym_GT_GT] = ACTIONS(3273), + [anon_sym_GT_GT_GT] = ACTIONS(3273), + [anon_sym_AMP_CARET] = ACTIONS(3273), + [anon_sym_AMP_AMP] = ACTIONS(3273), + [anon_sym_PIPE_PIPE] = ACTIONS(3273), + [anon_sym_or] = ACTIONS(3273), + [sym_none] = ACTIONS(3273), + [sym_true] = ACTIONS(3273), + [sym_false] = ACTIONS(3273), + [sym_nil] = ACTIONS(3273), + [anon_sym_QMARK_DOT] = ACTIONS(3273), + [anon_sym_POUND_LBRACK] = ACTIONS(3273), + [anon_sym_if] = ACTIONS(3273), + [anon_sym_DOLLARif] = ACTIONS(3273), + [anon_sym_is] = ACTIONS(3273), + [anon_sym_BANGis] = ACTIONS(3273), + [anon_sym_in] = ACTIONS(3273), + [anon_sym_BANGin] = ACTIONS(3273), + [anon_sym_match] = ACTIONS(3273), + [anon_sym_select] = ACTIONS(3273), + [anon_sym_lock] = ACTIONS(3273), + [anon_sym_rlock] = ACTIONS(3273), + [anon_sym_unsafe] = ACTIONS(3273), + [anon_sym_sql] = ACTIONS(3273), + [sym_int_literal] = ACTIONS(3273), + [sym_float_literal] = ACTIONS(3273), + [sym_rune_literal] = ACTIONS(3273), + [sym_pseudo_compile_time_identifier] = ACTIONS(3273), + [anon_sym_shared] = ACTIONS(3273), + [anon_sym_map_LBRACK] = ACTIONS(3273), + [anon_sym_chan] = ACTIONS(3273), + [anon_sym_thread] = ACTIONS(3273), + [anon_sym_atomic] = ACTIONS(3273), + [anon_sym_assert] = ACTIONS(3273), + [anon_sym_defer] = ACTIONS(3273), + [anon_sym_goto] = ACTIONS(3273), + [anon_sym_break] = ACTIONS(3273), + [anon_sym_continue] = ACTIONS(3273), + [anon_sym_return] = ACTIONS(3273), + [anon_sym_DOLLARfor] = ACTIONS(3273), + [anon_sym_for] = ACTIONS(3273), + [anon_sym_POUND] = ACTIONS(3273), + [anon_sym_asm] = ACTIONS(3273), + [anon_sym_AT_LBRACK] = ACTIONS(3273), + [sym___double_quote] = ACTIONS(3273), + [sym___single_quote] = ACTIONS(3273), + [sym___c_double_quote] = ACTIONS(3273), + [sym___c_single_quote] = ACTIONS(3273), + [sym___r_double_quote] = ACTIONS(3273), + [sym___r_single_quote] = ACTIONS(3273), }, [1067] = { [sym_line_comment] = STATE(1067), [sym_block_comment] = STATE(1067), - [ts_builtin_sym_end] = ACTIONS(3361), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LF] = ACTIONS(3363), - [anon_sym_CR] = ACTIONS(3363), - [anon_sym_CR_LF] = ACTIONS(3363), + [ts_builtin_sym_end] = ACTIONS(3207), + [sym_identifier] = ACTIONS(3209), + [anon_sym_LF] = ACTIONS(3209), + [anon_sym_CR] = ACTIONS(3209), + [anon_sym_CR_LF] = ACTIONS(3209), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3363), - [anon_sym_as] = ACTIONS(3363), - [anon_sym_LBRACE] = ACTIONS(3363), - [anon_sym_COMMA] = ACTIONS(3363), - [anon_sym_const] = ACTIONS(3363), - [anon_sym_LPAREN] = ACTIONS(3363), - [anon_sym___global] = ACTIONS(3363), - [anon_sym_type] = ACTIONS(3363), - [anon_sym_PIPE] = ACTIONS(3363), - [anon_sym_fn] = ACTIONS(3363), - [anon_sym_PLUS] = ACTIONS(3363), - [anon_sym_DASH] = ACTIONS(3363), - [anon_sym_STAR] = ACTIONS(3363), - [anon_sym_SLASH] = ACTIONS(3363), - [anon_sym_PERCENT] = ACTIONS(3363), - [anon_sym_LT] = ACTIONS(3363), - [anon_sym_GT] = ACTIONS(3363), - [anon_sym_EQ_EQ] = ACTIONS(3363), - [anon_sym_BANG_EQ] = ACTIONS(3363), - [anon_sym_LT_EQ] = ACTIONS(3363), - [anon_sym_GT_EQ] = ACTIONS(3363), - [anon_sym_LBRACK] = ACTIONS(3361), - [anon_sym_struct] = ACTIONS(3363), - [anon_sym_union] = ACTIONS(3363), - [anon_sym_pub] = ACTIONS(3363), - [anon_sym_mut] = ACTIONS(3363), - [anon_sym_enum] = ACTIONS(3363), - [anon_sym_interface] = ACTIONS(3363), - [anon_sym_PLUS_PLUS] = ACTIONS(3363), - [anon_sym_DASH_DASH] = ACTIONS(3363), - [anon_sym_QMARK] = ACTIONS(3363), - [anon_sym_BANG] = ACTIONS(3363), - [anon_sym_go] = ACTIONS(3363), - [anon_sym_spawn] = ACTIONS(3363), - [anon_sym_json_DOTdecode] = ACTIONS(3363), - [anon_sym_LBRACK2] = ACTIONS(3363), - [anon_sym_TILDE] = ACTIONS(3363), - [anon_sym_CARET] = ACTIONS(3363), - [anon_sym_AMP] = ACTIONS(3363), - [anon_sym_LT_DASH] = ACTIONS(3363), - [anon_sym_LT_LT] = ACTIONS(3363), - [anon_sym_GT_GT] = ACTIONS(3363), - [anon_sym_GT_GT_GT] = ACTIONS(3363), - [anon_sym_AMP_CARET] = ACTIONS(3363), - [anon_sym_AMP_AMP] = ACTIONS(3363), - [anon_sym_PIPE_PIPE] = ACTIONS(3363), - [anon_sym_or] = ACTIONS(3363), - [sym_none] = ACTIONS(3363), - [sym_true] = ACTIONS(3363), - [sym_false] = ACTIONS(3363), - [sym_nil] = ACTIONS(3363), - [anon_sym_QMARK_DOT] = ACTIONS(3363), - [anon_sym_POUND_LBRACK] = ACTIONS(3363), - [anon_sym_if] = ACTIONS(3363), - [anon_sym_DOLLARif] = ACTIONS(3363), - [anon_sym_is] = ACTIONS(3363), - [anon_sym_BANGis] = ACTIONS(3363), - [anon_sym_in] = ACTIONS(3363), - [anon_sym_BANGin] = ACTIONS(3363), - [anon_sym_match] = ACTIONS(3363), - [anon_sym_select] = ACTIONS(3363), - [anon_sym_lock] = ACTIONS(3363), - [anon_sym_rlock] = ACTIONS(3363), - [anon_sym_unsafe] = ACTIONS(3363), - [anon_sym_sql] = ACTIONS(3363), - [sym_int_literal] = ACTIONS(3363), - [sym_float_literal] = ACTIONS(3363), - [sym_rune_literal] = ACTIONS(3363), - [sym_pseudo_compile_time_identifier] = ACTIONS(3363), - [anon_sym_shared] = ACTIONS(3363), - [anon_sym_map_LBRACK] = ACTIONS(3363), - [anon_sym_chan] = ACTIONS(3363), - [anon_sym_thread] = ACTIONS(3363), - [anon_sym_atomic] = ACTIONS(3363), - [anon_sym_assert] = ACTIONS(3363), - [anon_sym_defer] = ACTIONS(3363), - [anon_sym_goto] = ACTIONS(3363), - [anon_sym_break] = ACTIONS(3363), - [anon_sym_continue] = ACTIONS(3363), - [anon_sym_return] = ACTIONS(3363), - [anon_sym_DOLLARfor] = ACTIONS(3363), - [anon_sym_for] = ACTIONS(3363), - [anon_sym_POUND] = ACTIONS(3363), - [anon_sym_asm] = ACTIONS(3363), - [anon_sym_AT_LBRACK] = ACTIONS(3363), - [sym___double_quote] = ACTIONS(3363), - [sym___single_quote] = ACTIONS(3363), - [sym___c_double_quote] = ACTIONS(3363), - [sym___c_single_quote] = ACTIONS(3363), - [sym___r_double_quote] = ACTIONS(3363), - [sym___r_single_quote] = ACTIONS(3363), + [anon_sym_DOT] = ACTIONS(3209), + [anon_sym_as] = ACTIONS(3209), + [anon_sym_LBRACE] = ACTIONS(3209), + [anon_sym_COMMA] = ACTIONS(3209), + [anon_sym_const] = ACTIONS(3209), + [anon_sym_LPAREN] = ACTIONS(3209), + [anon_sym___global] = ACTIONS(3209), + [anon_sym_type] = ACTIONS(3209), + [anon_sym_PIPE] = ACTIONS(3209), + [anon_sym_fn] = ACTIONS(3209), + [anon_sym_PLUS] = ACTIONS(3209), + [anon_sym_DASH] = ACTIONS(3209), + [anon_sym_STAR] = ACTIONS(3209), + [anon_sym_SLASH] = ACTIONS(3209), + [anon_sym_PERCENT] = ACTIONS(3209), + [anon_sym_LT] = ACTIONS(3209), + [anon_sym_GT] = ACTIONS(3209), + [anon_sym_EQ_EQ] = ACTIONS(3209), + [anon_sym_BANG_EQ] = ACTIONS(3209), + [anon_sym_LT_EQ] = ACTIONS(3209), + [anon_sym_GT_EQ] = ACTIONS(3209), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_struct] = ACTIONS(3209), + [anon_sym_union] = ACTIONS(3209), + [anon_sym_pub] = ACTIONS(3209), + [anon_sym_mut] = ACTIONS(3209), + [anon_sym_enum] = ACTIONS(3209), + [anon_sym_interface] = ACTIONS(3209), + [anon_sym_PLUS_PLUS] = ACTIONS(3209), + [anon_sym_DASH_DASH] = ACTIONS(3209), + [anon_sym_QMARK] = ACTIONS(3209), + [anon_sym_BANG] = ACTIONS(3209), + [anon_sym_go] = ACTIONS(3209), + [anon_sym_spawn] = ACTIONS(3209), + [anon_sym_json_DOTdecode] = ACTIONS(3209), + [anon_sym_LBRACK2] = ACTIONS(3209), + [anon_sym_TILDE] = ACTIONS(3209), + [anon_sym_CARET] = ACTIONS(3209), + [anon_sym_AMP] = ACTIONS(3209), + [anon_sym_LT_DASH] = ACTIONS(3209), + [anon_sym_LT_LT] = ACTIONS(3209), + [anon_sym_GT_GT] = ACTIONS(3209), + [anon_sym_GT_GT_GT] = ACTIONS(3209), + [anon_sym_AMP_CARET] = ACTIONS(3209), + [anon_sym_AMP_AMP] = ACTIONS(3209), + [anon_sym_PIPE_PIPE] = ACTIONS(3209), + [anon_sym_or] = ACTIONS(3209), + [sym_none] = ACTIONS(3209), + [sym_true] = ACTIONS(3209), + [sym_false] = ACTIONS(3209), + [sym_nil] = ACTIONS(3209), + [anon_sym_QMARK_DOT] = ACTIONS(3209), + [anon_sym_POUND_LBRACK] = ACTIONS(3209), + [anon_sym_if] = ACTIONS(3209), + [anon_sym_DOLLARif] = ACTIONS(3209), + [anon_sym_is] = ACTIONS(3209), + [anon_sym_BANGis] = ACTIONS(3209), + [anon_sym_in] = ACTIONS(3209), + [anon_sym_BANGin] = ACTIONS(3209), + [anon_sym_match] = ACTIONS(3209), + [anon_sym_select] = ACTIONS(3209), + [anon_sym_lock] = ACTIONS(3209), + [anon_sym_rlock] = ACTIONS(3209), + [anon_sym_unsafe] = ACTIONS(3209), + [anon_sym_sql] = ACTIONS(3209), + [sym_int_literal] = ACTIONS(3209), + [sym_float_literal] = ACTIONS(3209), + [sym_rune_literal] = ACTIONS(3209), + [sym_pseudo_compile_time_identifier] = ACTIONS(3209), + [anon_sym_shared] = ACTIONS(3209), + [anon_sym_map_LBRACK] = ACTIONS(3209), + [anon_sym_chan] = ACTIONS(3209), + [anon_sym_thread] = ACTIONS(3209), + [anon_sym_atomic] = ACTIONS(3209), + [anon_sym_assert] = ACTIONS(3209), + [anon_sym_defer] = ACTIONS(3209), + [anon_sym_goto] = ACTIONS(3209), + [anon_sym_break] = ACTIONS(3209), + [anon_sym_continue] = ACTIONS(3209), + [anon_sym_return] = ACTIONS(3209), + [anon_sym_DOLLARfor] = ACTIONS(3209), + [anon_sym_for] = ACTIONS(3209), + [anon_sym_POUND] = ACTIONS(3209), + [anon_sym_asm] = ACTIONS(3209), + [anon_sym_AT_LBRACK] = ACTIONS(3209), + [sym___double_quote] = ACTIONS(3209), + [sym___single_quote] = ACTIONS(3209), + [sym___c_double_quote] = ACTIONS(3209), + [sym___c_single_quote] = ACTIONS(3209), + [sym___r_double_quote] = ACTIONS(3209), + [sym___r_single_quote] = ACTIONS(3209), }, [1068] = { [sym_line_comment] = STATE(1068), [sym_block_comment] = STATE(1068), - [ts_builtin_sym_end] = ACTIONS(3357), - [sym_identifier] = ACTIONS(3359), - [anon_sym_LF] = ACTIONS(3359), - [anon_sym_CR] = ACTIONS(3359), - [anon_sym_CR_LF] = ACTIONS(3359), + [ts_builtin_sym_end] = ACTIONS(3259), + [sym_identifier] = ACTIONS(3261), + [anon_sym_LF] = ACTIONS(3261), + [anon_sym_CR] = ACTIONS(3261), + [anon_sym_CR_LF] = ACTIONS(3261), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3359), - [anon_sym_as] = ACTIONS(3359), - [anon_sym_LBRACE] = ACTIONS(3359), - [anon_sym_COMMA] = ACTIONS(3359), - [anon_sym_const] = ACTIONS(3359), - [anon_sym_LPAREN] = ACTIONS(3359), - [anon_sym___global] = ACTIONS(3359), - [anon_sym_type] = ACTIONS(3359), - [anon_sym_PIPE] = ACTIONS(3359), - [anon_sym_fn] = ACTIONS(3359), - [anon_sym_PLUS] = ACTIONS(3359), - [anon_sym_DASH] = ACTIONS(3359), - [anon_sym_STAR] = ACTIONS(3359), - [anon_sym_SLASH] = ACTIONS(3359), - [anon_sym_PERCENT] = ACTIONS(3359), - [anon_sym_LT] = ACTIONS(3359), - [anon_sym_GT] = ACTIONS(3359), - [anon_sym_EQ_EQ] = ACTIONS(3359), - [anon_sym_BANG_EQ] = ACTIONS(3359), - [anon_sym_LT_EQ] = ACTIONS(3359), - [anon_sym_GT_EQ] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(3357), - [anon_sym_struct] = ACTIONS(3359), - [anon_sym_union] = ACTIONS(3359), - [anon_sym_pub] = ACTIONS(3359), - [anon_sym_mut] = ACTIONS(3359), - [anon_sym_enum] = ACTIONS(3359), - [anon_sym_interface] = ACTIONS(3359), - [anon_sym_PLUS_PLUS] = ACTIONS(3359), - [anon_sym_DASH_DASH] = ACTIONS(3359), - [anon_sym_QMARK] = ACTIONS(3359), - [anon_sym_BANG] = ACTIONS(3359), - [anon_sym_go] = ACTIONS(3359), - [anon_sym_spawn] = ACTIONS(3359), - [anon_sym_json_DOTdecode] = ACTIONS(3359), - [anon_sym_LBRACK2] = ACTIONS(3359), - [anon_sym_TILDE] = ACTIONS(3359), - [anon_sym_CARET] = ACTIONS(3359), - [anon_sym_AMP] = ACTIONS(3359), - [anon_sym_LT_DASH] = ACTIONS(3359), - [anon_sym_LT_LT] = ACTIONS(3359), - [anon_sym_GT_GT] = ACTIONS(3359), - [anon_sym_GT_GT_GT] = ACTIONS(3359), - [anon_sym_AMP_CARET] = ACTIONS(3359), - [anon_sym_AMP_AMP] = ACTIONS(3359), - [anon_sym_PIPE_PIPE] = ACTIONS(3359), - [anon_sym_or] = ACTIONS(3359), - [sym_none] = ACTIONS(3359), - [sym_true] = ACTIONS(3359), - [sym_false] = ACTIONS(3359), - [sym_nil] = ACTIONS(3359), - [anon_sym_QMARK_DOT] = ACTIONS(3359), - [anon_sym_POUND_LBRACK] = ACTIONS(3359), - [anon_sym_if] = ACTIONS(3359), - [anon_sym_DOLLARif] = ACTIONS(3359), - [anon_sym_is] = ACTIONS(3359), - [anon_sym_BANGis] = ACTIONS(3359), - [anon_sym_in] = ACTIONS(3359), - [anon_sym_BANGin] = ACTIONS(3359), - [anon_sym_match] = ACTIONS(3359), - [anon_sym_select] = ACTIONS(3359), - [anon_sym_lock] = ACTIONS(3359), - [anon_sym_rlock] = ACTIONS(3359), - [anon_sym_unsafe] = ACTIONS(3359), - [anon_sym_sql] = ACTIONS(3359), - [sym_int_literal] = ACTIONS(3359), - [sym_float_literal] = ACTIONS(3359), - [sym_rune_literal] = ACTIONS(3359), - [sym_pseudo_compile_time_identifier] = ACTIONS(3359), - [anon_sym_shared] = ACTIONS(3359), - [anon_sym_map_LBRACK] = ACTIONS(3359), - [anon_sym_chan] = ACTIONS(3359), - [anon_sym_thread] = ACTIONS(3359), - [anon_sym_atomic] = ACTIONS(3359), - [anon_sym_assert] = ACTIONS(3359), - [anon_sym_defer] = ACTIONS(3359), - [anon_sym_goto] = ACTIONS(3359), - [anon_sym_break] = ACTIONS(3359), - [anon_sym_continue] = ACTIONS(3359), - [anon_sym_return] = ACTIONS(3359), - [anon_sym_DOLLARfor] = ACTIONS(3359), - [anon_sym_for] = ACTIONS(3359), - [anon_sym_POUND] = ACTIONS(3359), - [anon_sym_asm] = ACTIONS(3359), - [anon_sym_AT_LBRACK] = ACTIONS(3359), - [sym___double_quote] = ACTIONS(3359), - [sym___single_quote] = ACTIONS(3359), - [sym___c_double_quote] = ACTIONS(3359), - [sym___c_single_quote] = ACTIONS(3359), - [sym___r_double_quote] = ACTIONS(3359), - [sym___r_single_quote] = ACTIONS(3359), + [anon_sym_DOT] = ACTIONS(3261), + [anon_sym_as] = ACTIONS(3261), + [anon_sym_LBRACE] = ACTIONS(3261), + [anon_sym_COMMA] = ACTIONS(3261), + [anon_sym_const] = ACTIONS(3261), + [anon_sym_LPAREN] = ACTIONS(3261), + [anon_sym___global] = ACTIONS(3261), + [anon_sym_type] = ACTIONS(3261), + [anon_sym_PIPE] = ACTIONS(3261), + [anon_sym_fn] = ACTIONS(3261), + [anon_sym_PLUS] = ACTIONS(3261), + [anon_sym_DASH] = ACTIONS(3261), + [anon_sym_STAR] = ACTIONS(3261), + [anon_sym_SLASH] = ACTIONS(3261), + [anon_sym_PERCENT] = ACTIONS(3261), + [anon_sym_LT] = ACTIONS(3261), + [anon_sym_GT] = ACTIONS(3261), + [anon_sym_EQ_EQ] = ACTIONS(3261), + [anon_sym_BANG_EQ] = ACTIONS(3261), + [anon_sym_LT_EQ] = ACTIONS(3261), + [anon_sym_GT_EQ] = ACTIONS(3261), + [anon_sym_LBRACK] = ACTIONS(3259), + [anon_sym_struct] = ACTIONS(3261), + [anon_sym_union] = ACTIONS(3261), + [anon_sym_pub] = ACTIONS(3261), + [anon_sym_mut] = ACTIONS(3261), + [anon_sym_enum] = ACTIONS(3261), + [anon_sym_interface] = ACTIONS(3261), + [anon_sym_PLUS_PLUS] = ACTIONS(3261), + [anon_sym_DASH_DASH] = ACTIONS(3261), + [anon_sym_QMARK] = ACTIONS(3261), + [anon_sym_BANG] = ACTIONS(3261), + [anon_sym_go] = ACTIONS(3261), + [anon_sym_spawn] = ACTIONS(3261), + [anon_sym_json_DOTdecode] = ACTIONS(3261), + [anon_sym_LBRACK2] = ACTIONS(3261), + [anon_sym_TILDE] = ACTIONS(3261), + [anon_sym_CARET] = ACTIONS(3261), + [anon_sym_AMP] = ACTIONS(3261), + [anon_sym_LT_DASH] = ACTIONS(3261), + [anon_sym_LT_LT] = ACTIONS(3261), + [anon_sym_GT_GT] = ACTIONS(3261), + [anon_sym_GT_GT_GT] = ACTIONS(3261), + [anon_sym_AMP_CARET] = ACTIONS(3261), + [anon_sym_AMP_AMP] = ACTIONS(3261), + [anon_sym_PIPE_PIPE] = ACTIONS(3261), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(3261), + [sym_true] = ACTIONS(3261), + [sym_false] = ACTIONS(3261), + [sym_nil] = ACTIONS(3261), + [anon_sym_QMARK_DOT] = ACTIONS(3261), + [anon_sym_POUND_LBRACK] = ACTIONS(3261), + [anon_sym_if] = ACTIONS(3261), + [anon_sym_DOLLARif] = ACTIONS(3261), + [anon_sym_is] = ACTIONS(3261), + [anon_sym_BANGis] = ACTIONS(3261), + [anon_sym_in] = ACTIONS(3261), + [anon_sym_BANGin] = ACTIONS(3261), + [anon_sym_match] = ACTIONS(3261), + [anon_sym_select] = ACTIONS(3261), + [anon_sym_lock] = ACTIONS(3261), + [anon_sym_rlock] = ACTIONS(3261), + [anon_sym_unsafe] = ACTIONS(3261), + [anon_sym_sql] = ACTIONS(3261), + [sym_int_literal] = ACTIONS(3261), + [sym_float_literal] = ACTIONS(3261), + [sym_rune_literal] = ACTIONS(3261), + [sym_pseudo_compile_time_identifier] = ACTIONS(3261), + [anon_sym_shared] = ACTIONS(3261), + [anon_sym_map_LBRACK] = ACTIONS(3261), + [anon_sym_chan] = ACTIONS(3261), + [anon_sym_thread] = ACTIONS(3261), + [anon_sym_atomic] = ACTIONS(3261), + [anon_sym_assert] = ACTIONS(3261), + [anon_sym_defer] = ACTIONS(3261), + [anon_sym_goto] = ACTIONS(3261), + [anon_sym_break] = ACTIONS(3261), + [anon_sym_continue] = ACTIONS(3261), + [anon_sym_return] = ACTIONS(3261), + [anon_sym_DOLLARfor] = ACTIONS(3261), + [anon_sym_for] = ACTIONS(3261), + [anon_sym_POUND] = ACTIONS(3261), + [anon_sym_asm] = ACTIONS(3261), + [anon_sym_AT_LBRACK] = ACTIONS(3261), + [sym___double_quote] = ACTIONS(3261), + [sym___single_quote] = ACTIONS(3261), + [sym___c_double_quote] = ACTIONS(3261), + [sym___c_single_quote] = ACTIONS(3261), + [sym___r_double_quote] = ACTIONS(3261), + [sym___r_single_quote] = ACTIONS(3261), }, [1069] = { [sym_line_comment] = STATE(1069), [sym_block_comment] = STATE(1069), - [ts_builtin_sym_end] = ACTIONS(3353), - [sym_identifier] = ACTIONS(3355), - [anon_sym_LF] = ACTIONS(3355), - [anon_sym_CR] = ACTIONS(3355), - [anon_sym_CR_LF] = ACTIONS(3355), + [ts_builtin_sym_end] = ACTIONS(3037), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LF] = ACTIONS(3039), + [anon_sym_CR] = ACTIONS(3039), + [anon_sym_CR_LF] = ACTIONS(3039), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3355), - [anon_sym_as] = ACTIONS(3355), - [anon_sym_LBRACE] = ACTIONS(3355), - [anon_sym_COMMA] = ACTIONS(3355), - [anon_sym_const] = ACTIONS(3355), - [anon_sym_LPAREN] = ACTIONS(3355), - [anon_sym___global] = ACTIONS(3355), - [anon_sym_type] = ACTIONS(3355), - [anon_sym_PIPE] = ACTIONS(3355), - [anon_sym_fn] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3355), - [anon_sym_SLASH] = ACTIONS(3355), - [anon_sym_PERCENT] = ACTIONS(3355), - [anon_sym_LT] = ACTIONS(3355), - [anon_sym_GT] = ACTIONS(3355), - [anon_sym_EQ_EQ] = ACTIONS(3355), - [anon_sym_BANG_EQ] = ACTIONS(3355), - [anon_sym_LT_EQ] = ACTIONS(3355), - [anon_sym_GT_EQ] = ACTIONS(3355), - [anon_sym_LBRACK] = ACTIONS(3353), - [anon_sym_struct] = ACTIONS(3355), - [anon_sym_union] = ACTIONS(3355), - [anon_sym_pub] = ACTIONS(3355), - [anon_sym_mut] = ACTIONS(3355), - [anon_sym_enum] = ACTIONS(3355), - [anon_sym_interface] = ACTIONS(3355), - [anon_sym_PLUS_PLUS] = ACTIONS(3355), - [anon_sym_DASH_DASH] = ACTIONS(3355), - [anon_sym_QMARK] = ACTIONS(3355), - [anon_sym_BANG] = ACTIONS(3355), - [anon_sym_go] = ACTIONS(3355), - [anon_sym_spawn] = ACTIONS(3355), - [anon_sym_json_DOTdecode] = ACTIONS(3355), - [anon_sym_LBRACK2] = ACTIONS(3355), - [anon_sym_TILDE] = ACTIONS(3355), - [anon_sym_CARET] = ACTIONS(3355), - [anon_sym_AMP] = ACTIONS(3355), - [anon_sym_LT_DASH] = ACTIONS(3355), - [anon_sym_LT_LT] = ACTIONS(3355), - [anon_sym_GT_GT] = ACTIONS(3355), - [anon_sym_GT_GT_GT] = ACTIONS(3355), - [anon_sym_AMP_CARET] = ACTIONS(3355), - [anon_sym_AMP_AMP] = ACTIONS(3355), - [anon_sym_PIPE_PIPE] = ACTIONS(3355), - [anon_sym_or] = ACTIONS(3355), - [sym_none] = ACTIONS(3355), - [sym_true] = ACTIONS(3355), - [sym_false] = ACTIONS(3355), - [sym_nil] = ACTIONS(3355), - [anon_sym_QMARK_DOT] = ACTIONS(3355), - [anon_sym_POUND_LBRACK] = ACTIONS(3355), - [anon_sym_if] = ACTIONS(3355), - [anon_sym_DOLLARif] = ACTIONS(3355), - [anon_sym_is] = ACTIONS(3355), - [anon_sym_BANGis] = ACTIONS(3355), - [anon_sym_in] = ACTIONS(3355), - [anon_sym_BANGin] = ACTIONS(3355), - [anon_sym_match] = ACTIONS(3355), - [anon_sym_select] = ACTIONS(3355), - [anon_sym_lock] = ACTIONS(3355), - [anon_sym_rlock] = ACTIONS(3355), - [anon_sym_unsafe] = ACTIONS(3355), - [anon_sym_sql] = ACTIONS(3355), - [sym_int_literal] = ACTIONS(3355), - [sym_float_literal] = ACTIONS(3355), - [sym_rune_literal] = ACTIONS(3355), - [sym_pseudo_compile_time_identifier] = ACTIONS(3355), - [anon_sym_shared] = ACTIONS(3355), - [anon_sym_map_LBRACK] = ACTIONS(3355), - [anon_sym_chan] = ACTIONS(3355), - [anon_sym_thread] = ACTIONS(3355), - [anon_sym_atomic] = ACTIONS(3355), - [anon_sym_assert] = ACTIONS(3355), - [anon_sym_defer] = ACTIONS(3355), - [anon_sym_goto] = ACTIONS(3355), - [anon_sym_break] = ACTIONS(3355), - [anon_sym_continue] = ACTIONS(3355), - [anon_sym_return] = ACTIONS(3355), - [anon_sym_DOLLARfor] = ACTIONS(3355), - [anon_sym_for] = ACTIONS(3355), - [anon_sym_POUND] = ACTIONS(3355), - [anon_sym_asm] = ACTIONS(3355), - [anon_sym_AT_LBRACK] = ACTIONS(3355), - [sym___double_quote] = ACTIONS(3355), - [sym___single_quote] = ACTIONS(3355), - [sym___c_double_quote] = ACTIONS(3355), - [sym___c_single_quote] = ACTIONS(3355), - [sym___r_double_quote] = ACTIONS(3355), - [sym___r_single_quote] = ACTIONS(3355), + [anon_sym_DOT] = ACTIONS(3039), + [anon_sym_as] = ACTIONS(3039), + [anon_sym_LBRACE] = ACTIONS(3039), + [anon_sym_COMMA] = ACTIONS(3039), + [anon_sym_const] = ACTIONS(3039), + [anon_sym_LPAREN] = ACTIONS(3039), + [anon_sym___global] = ACTIONS(3039), + [anon_sym_type] = ACTIONS(3039), + [anon_sym_PIPE] = ACTIONS(3039), + [anon_sym_fn] = ACTIONS(3039), + [anon_sym_PLUS] = ACTIONS(3039), + [anon_sym_DASH] = ACTIONS(3039), + [anon_sym_STAR] = ACTIONS(3039), + [anon_sym_SLASH] = ACTIONS(3039), + [anon_sym_PERCENT] = ACTIONS(3039), + [anon_sym_LT] = ACTIONS(3039), + [anon_sym_GT] = ACTIONS(3039), + [anon_sym_EQ_EQ] = ACTIONS(3039), + [anon_sym_BANG_EQ] = ACTIONS(3039), + [anon_sym_LT_EQ] = ACTIONS(3039), + [anon_sym_GT_EQ] = ACTIONS(3039), + [anon_sym_LBRACK] = ACTIONS(3037), + [anon_sym_struct] = ACTIONS(3039), + [anon_sym_union] = ACTIONS(3039), + [anon_sym_pub] = ACTIONS(3039), + [anon_sym_mut] = ACTIONS(3039), + [anon_sym_enum] = ACTIONS(3039), + [anon_sym_interface] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_QMARK] = ACTIONS(3039), + [anon_sym_BANG] = ACTIONS(3039), + [anon_sym_go] = ACTIONS(3039), + [anon_sym_spawn] = ACTIONS(3039), + [anon_sym_json_DOTdecode] = ACTIONS(3039), + [anon_sym_LBRACK2] = ACTIONS(3039), + [anon_sym_TILDE] = ACTIONS(3039), + [anon_sym_CARET] = ACTIONS(3039), + [anon_sym_AMP] = ACTIONS(3039), + [anon_sym_LT_DASH] = ACTIONS(3039), + [anon_sym_LT_LT] = ACTIONS(3039), + [anon_sym_GT_GT] = ACTIONS(3039), + [anon_sym_GT_GT_GT] = ACTIONS(3039), + [anon_sym_AMP_CARET] = ACTIONS(3039), + [anon_sym_AMP_AMP] = ACTIONS(3039), + [anon_sym_PIPE_PIPE] = ACTIONS(3039), + [anon_sym_or] = ACTIONS(3039), + [sym_none] = ACTIONS(3039), + [sym_true] = ACTIONS(3039), + [sym_false] = ACTIONS(3039), + [sym_nil] = ACTIONS(3039), + [anon_sym_QMARK_DOT] = ACTIONS(3039), + [anon_sym_POUND_LBRACK] = ACTIONS(3039), + [anon_sym_if] = ACTIONS(3039), + [anon_sym_DOLLARif] = ACTIONS(3039), + [anon_sym_is] = ACTIONS(3039), + [anon_sym_BANGis] = ACTIONS(3039), + [anon_sym_in] = ACTIONS(3039), + [anon_sym_BANGin] = ACTIONS(3039), + [anon_sym_match] = ACTIONS(3039), + [anon_sym_select] = ACTIONS(3039), + [anon_sym_lock] = ACTIONS(3039), + [anon_sym_rlock] = ACTIONS(3039), + [anon_sym_unsafe] = ACTIONS(3039), + [anon_sym_sql] = ACTIONS(3039), + [sym_int_literal] = ACTIONS(3039), + [sym_float_literal] = ACTIONS(3039), + [sym_rune_literal] = ACTIONS(3039), + [sym_pseudo_compile_time_identifier] = ACTIONS(3039), + [anon_sym_shared] = ACTIONS(3039), + [anon_sym_map_LBRACK] = ACTIONS(3039), + [anon_sym_chan] = ACTIONS(3039), + [anon_sym_thread] = ACTIONS(3039), + [anon_sym_atomic] = ACTIONS(3039), + [anon_sym_assert] = ACTIONS(3039), + [anon_sym_defer] = ACTIONS(3039), + [anon_sym_goto] = ACTIONS(3039), + [anon_sym_break] = ACTIONS(3039), + [anon_sym_continue] = ACTIONS(3039), + [anon_sym_return] = ACTIONS(3039), + [anon_sym_DOLLARfor] = ACTIONS(3039), + [anon_sym_for] = ACTIONS(3039), + [anon_sym_POUND] = ACTIONS(3039), + [anon_sym_asm] = ACTIONS(3039), + [anon_sym_AT_LBRACK] = ACTIONS(3039), + [sym___double_quote] = ACTIONS(3039), + [sym___single_quote] = ACTIONS(3039), + [sym___c_double_quote] = ACTIONS(3039), + [sym___c_single_quote] = ACTIONS(3039), + [sym___r_double_quote] = ACTIONS(3039), + [sym___r_single_quote] = ACTIONS(3039), }, [1070] = { [sym_line_comment] = STATE(1070), [sym_block_comment] = STATE(1070), - [ts_builtin_sym_end] = ACTIONS(3349), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LF] = ACTIONS(3351), - [anon_sym_CR] = ACTIONS(3351), - [anon_sym_CR_LF] = ACTIONS(3351), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3351), - [anon_sym_as] = ACTIONS(3351), - [anon_sym_LBRACE] = ACTIONS(3351), - [anon_sym_COMMA] = ACTIONS(3351), - [anon_sym_const] = ACTIONS(3351), - [anon_sym_LPAREN] = ACTIONS(3351), - [anon_sym___global] = ACTIONS(3351), - [anon_sym_type] = ACTIONS(3351), - [anon_sym_PIPE] = ACTIONS(3351), - [anon_sym_fn] = ACTIONS(3351), - [anon_sym_PLUS] = ACTIONS(3351), - [anon_sym_DASH] = ACTIONS(3351), - [anon_sym_STAR] = ACTIONS(3351), - [anon_sym_SLASH] = ACTIONS(3351), - [anon_sym_PERCENT] = ACTIONS(3351), - [anon_sym_LT] = ACTIONS(3351), - [anon_sym_GT] = ACTIONS(3351), - [anon_sym_EQ_EQ] = ACTIONS(3351), - [anon_sym_BANG_EQ] = ACTIONS(3351), - [anon_sym_LT_EQ] = ACTIONS(3351), - [anon_sym_GT_EQ] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(3349), - [anon_sym_struct] = ACTIONS(3351), - [anon_sym_union] = ACTIONS(3351), - [anon_sym_pub] = ACTIONS(3351), - [anon_sym_mut] = ACTIONS(3351), - [anon_sym_enum] = ACTIONS(3351), - [anon_sym_interface] = ACTIONS(3351), - [anon_sym_PLUS_PLUS] = ACTIONS(3351), - [anon_sym_DASH_DASH] = ACTIONS(3351), - [anon_sym_QMARK] = ACTIONS(3351), - [anon_sym_BANG] = ACTIONS(3351), - [anon_sym_go] = ACTIONS(3351), - [anon_sym_spawn] = ACTIONS(3351), - [anon_sym_json_DOTdecode] = ACTIONS(3351), - [anon_sym_LBRACK2] = ACTIONS(3351), - [anon_sym_TILDE] = ACTIONS(3351), - [anon_sym_CARET] = ACTIONS(3351), - [anon_sym_AMP] = ACTIONS(3351), - [anon_sym_LT_DASH] = ACTIONS(3351), - [anon_sym_LT_LT] = ACTIONS(3351), - [anon_sym_GT_GT] = ACTIONS(3351), - [anon_sym_GT_GT_GT] = ACTIONS(3351), - [anon_sym_AMP_CARET] = ACTIONS(3351), - [anon_sym_AMP_AMP] = ACTIONS(3351), - [anon_sym_PIPE_PIPE] = ACTIONS(3351), - [anon_sym_or] = ACTIONS(3351), - [sym_none] = ACTIONS(3351), - [sym_true] = ACTIONS(3351), - [sym_false] = ACTIONS(3351), - [sym_nil] = ACTIONS(3351), - [anon_sym_QMARK_DOT] = ACTIONS(3351), - [anon_sym_POUND_LBRACK] = ACTIONS(3351), - [anon_sym_if] = ACTIONS(3351), - [anon_sym_DOLLARif] = ACTIONS(3351), - [anon_sym_is] = ACTIONS(3351), - [anon_sym_BANGis] = ACTIONS(3351), - [anon_sym_in] = ACTIONS(3351), - [anon_sym_BANGin] = ACTIONS(3351), - [anon_sym_match] = ACTIONS(3351), - [anon_sym_select] = ACTIONS(3351), - [anon_sym_lock] = ACTIONS(3351), - [anon_sym_rlock] = ACTIONS(3351), - [anon_sym_unsafe] = ACTIONS(3351), - [anon_sym_sql] = ACTIONS(3351), - [sym_int_literal] = ACTIONS(3351), - [sym_float_literal] = ACTIONS(3351), - [sym_rune_literal] = ACTIONS(3351), - [sym_pseudo_compile_time_identifier] = ACTIONS(3351), - [anon_sym_shared] = ACTIONS(3351), - [anon_sym_map_LBRACK] = ACTIONS(3351), - [anon_sym_chan] = ACTIONS(3351), - [anon_sym_thread] = ACTIONS(3351), - [anon_sym_atomic] = ACTIONS(3351), - [anon_sym_assert] = ACTIONS(3351), - [anon_sym_defer] = ACTIONS(3351), - [anon_sym_goto] = ACTIONS(3351), - [anon_sym_break] = ACTIONS(3351), - [anon_sym_continue] = ACTIONS(3351), - [anon_sym_return] = ACTIONS(3351), - [anon_sym_DOLLARfor] = ACTIONS(3351), - [anon_sym_for] = ACTIONS(3351), - [anon_sym_POUND] = ACTIONS(3351), - [anon_sym_asm] = ACTIONS(3351), - [anon_sym_AT_LBRACK] = ACTIONS(3351), - [sym___double_quote] = ACTIONS(3351), - [sym___single_quote] = ACTIONS(3351), - [sym___c_double_quote] = ACTIONS(3351), - [sym___c_single_quote] = ACTIONS(3351), - [sym___r_double_quote] = ACTIONS(3351), - [sym___r_single_quote] = ACTIONS(3351), - }, - [1071] = { - [sym_line_comment] = STATE(1071), - [sym_block_comment] = STATE(1071), - [ts_builtin_sym_end] = ACTIONS(3345), - [sym_identifier] = ACTIONS(3347), - [anon_sym_LF] = ACTIONS(3347), - [anon_sym_CR] = ACTIONS(3347), - [anon_sym_CR_LF] = ACTIONS(3347), + [ts_builtin_sym_end] = ACTIONS(3183), + [sym_identifier] = ACTIONS(3185), + [anon_sym_LF] = ACTIONS(3185), + [anon_sym_CR] = ACTIONS(3185), + [anon_sym_CR_LF] = ACTIONS(3185), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3347), - [anon_sym_as] = ACTIONS(3347), - [anon_sym_LBRACE] = ACTIONS(3347), - [anon_sym_COMMA] = ACTIONS(3347), - [anon_sym_const] = ACTIONS(3347), - [anon_sym_LPAREN] = ACTIONS(3347), - [anon_sym___global] = ACTIONS(3347), - [anon_sym_type] = ACTIONS(3347), - [anon_sym_PIPE] = ACTIONS(3347), - [anon_sym_fn] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3347), - [anon_sym_SLASH] = ACTIONS(3347), - [anon_sym_PERCENT] = ACTIONS(3347), - [anon_sym_LT] = ACTIONS(3347), - [anon_sym_GT] = ACTIONS(3347), - [anon_sym_EQ_EQ] = ACTIONS(3347), - [anon_sym_BANG_EQ] = ACTIONS(3347), - [anon_sym_LT_EQ] = ACTIONS(3347), - [anon_sym_GT_EQ] = ACTIONS(3347), - [anon_sym_LBRACK] = ACTIONS(3345), - [anon_sym_struct] = ACTIONS(3347), - [anon_sym_union] = ACTIONS(3347), - [anon_sym_pub] = ACTIONS(3347), - [anon_sym_mut] = ACTIONS(3347), - [anon_sym_enum] = ACTIONS(3347), - [anon_sym_interface] = ACTIONS(3347), - [anon_sym_PLUS_PLUS] = ACTIONS(3347), - [anon_sym_DASH_DASH] = ACTIONS(3347), - [anon_sym_QMARK] = ACTIONS(3347), - [anon_sym_BANG] = ACTIONS(3347), - [anon_sym_go] = ACTIONS(3347), - [anon_sym_spawn] = ACTIONS(3347), - [anon_sym_json_DOTdecode] = ACTIONS(3347), - [anon_sym_LBRACK2] = ACTIONS(3347), - [anon_sym_TILDE] = ACTIONS(3347), - [anon_sym_CARET] = ACTIONS(3347), - [anon_sym_AMP] = ACTIONS(3347), - [anon_sym_LT_DASH] = ACTIONS(3347), - [anon_sym_LT_LT] = ACTIONS(3347), - [anon_sym_GT_GT] = ACTIONS(3347), - [anon_sym_GT_GT_GT] = ACTIONS(3347), - [anon_sym_AMP_CARET] = ACTIONS(3347), - [anon_sym_AMP_AMP] = ACTIONS(3347), - [anon_sym_PIPE_PIPE] = ACTIONS(3347), - [anon_sym_or] = ACTIONS(3347), - [sym_none] = ACTIONS(3347), - [sym_true] = ACTIONS(3347), - [sym_false] = ACTIONS(3347), - [sym_nil] = ACTIONS(3347), - [anon_sym_QMARK_DOT] = ACTIONS(3347), - [anon_sym_POUND_LBRACK] = ACTIONS(3347), - [anon_sym_if] = ACTIONS(3347), - [anon_sym_DOLLARif] = ACTIONS(3347), - [anon_sym_is] = ACTIONS(3347), - [anon_sym_BANGis] = ACTIONS(3347), - [anon_sym_in] = ACTIONS(3347), - [anon_sym_BANGin] = ACTIONS(3347), - [anon_sym_match] = ACTIONS(3347), - [anon_sym_select] = ACTIONS(3347), - [anon_sym_lock] = ACTIONS(3347), - [anon_sym_rlock] = ACTIONS(3347), - [anon_sym_unsafe] = ACTIONS(3347), - [anon_sym_sql] = ACTIONS(3347), - [sym_int_literal] = ACTIONS(3347), - [sym_float_literal] = ACTIONS(3347), - [sym_rune_literal] = ACTIONS(3347), - [sym_pseudo_compile_time_identifier] = ACTIONS(3347), - [anon_sym_shared] = ACTIONS(3347), - [anon_sym_map_LBRACK] = ACTIONS(3347), - [anon_sym_chan] = ACTIONS(3347), - [anon_sym_thread] = ACTIONS(3347), - [anon_sym_atomic] = ACTIONS(3347), - [anon_sym_assert] = ACTIONS(3347), - [anon_sym_defer] = ACTIONS(3347), - [anon_sym_goto] = ACTIONS(3347), - [anon_sym_break] = ACTIONS(3347), - [anon_sym_continue] = ACTIONS(3347), - [anon_sym_return] = ACTIONS(3347), - [anon_sym_DOLLARfor] = ACTIONS(3347), - [anon_sym_for] = ACTIONS(3347), - [anon_sym_POUND] = ACTIONS(3347), - [anon_sym_asm] = ACTIONS(3347), - [anon_sym_AT_LBRACK] = ACTIONS(3347), - [sym___double_quote] = ACTIONS(3347), - [sym___single_quote] = ACTIONS(3347), - [sym___c_double_quote] = ACTIONS(3347), - [sym___c_single_quote] = ACTIONS(3347), - [sym___r_double_quote] = ACTIONS(3347), - [sym___r_single_quote] = ACTIONS(3347), + [anon_sym_DOT] = ACTIONS(3185), + [anon_sym_as] = ACTIONS(3185), + [anon_sym_LBRACE] = ACTIONS(3185), + [anon_sym_COMMA] = ACTIONS(3185), + [anon_sym_const] = ACTIONS(3185), + [anon_sym_LPAREN] = ACTIONS(3185), + [anon_sym___global] = ACTIONS(3185), + [anon_sym_type] = ACTIONS(3185), + [anon_sym_PIPE] = ACTIONS(3185), + [anon_sym_fn] = ACTIONS(3185), + [anon_sym_PLUS] = ACTIONS(3185), + [anon_sym_DASH] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(3185), + [anon_sym_SLASH] = ACTIONS(3185), + [anon_sym_PERCENT] = ACTIONS(3185), + [anon_sym_LT] = ACTIONS(3185), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_LT_EQ] = ACTIONS(3185), + [anon_sym_GT_EQ] = ACTIONS(3185), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3185), + [anon_sym_union] = ACTIONS(3185), + [anon_sym_pub] = ACTIONS(3185), + [anon_sym_mut] = ACTIONS(3185), + [anon_sym_enum] = ACTIONS(3185), + [anon_sym_interface] = ACTIONS(3185), + [anon_sym_PLUS_PLUS] = ACTIONS(3185), + [anon_sym_DASH_DASH] = ACTIONS(3185), + [anon_sym_QMARK] = ACTIONS(3185), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_go] = ACTIONS(3185), + [anon_sym_spawn] = ACTIONS(3185), + [anon_sym_json_DOTdecode] = ACTIONS(3185), + [anon_sym_LBRACK2] = ACTIONS(3185), + [anon_sym_TILDE] = ACTIONS(3185), + [anon_sym_CARET] = ACTIONS(3185), + [anon_sym_AMP] = ACTIONS(3185), + [anon_sym_LT_DASH] = ACTIONS(3185), + [anon_sym_LT_LT] = ACTIONS(3185), + [anon_sym_GT_GT] = ACTIONS(3185), + [anon_sym_GT_GT_GT] = ACTIONS(3185), + [anon_sym_AMP_CARET] = ACTIONS(3185), + [anon_sym_AMP_AMP] = ACTIONS(3185), + [anon_sym_PIPE_PIPE] = ACTIONS(3185), + [anon_sym_or] = ACTIONS(3185), + [sym_none] = ACTIONS(3185), + [sym_true] = ACTIONS(3185), + [sym_false] = ACTIONS(3185), + [sym_nil] = ACTIONS(3185), + [anon_sym_QMARK_DOT] = ACTIONS(3185), + [anon_sym_POUND_LBRACK] = ACTIONS(3185), + [anon_sym_if] = ACTIONS(3185), + [anon_sym_DOLLARif] = ACTIONS(3185), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3185), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_BANGin] = ACTIONS(3185), + [anon_sym_match] = ACTIONS(3185), + [anon_sym_select] = ACTIONS(3185), + [anon_sym_lock] = ACTIONS(3185), + [anon_sym_rlock] = ACTIONS(3185), + [anon_sym_unsafe] = ACTIONS(3185), + [anon_sym_sql] = ACTIONS(3185), + [sym_int_literal] = ACTIONS(3185), + [sym_float_literal] = ACTIONS(3185), + [sym_rune_literal] = ACTIONS(3185), + [sym_pseudo_compile_time_identifier] = ACTIONS(3185), + [anon_sym_shared] = ACTIONS(3185), + [anon_sym_map_LBRACK] = ACTIONS(3185), + [anon_sym_chan] = ACTIONS(3185), + [anon_sym_thread] = ACTIONS(3185), + [anon_sym_atomic] = ACTIONS(3185), + [anon_sym_assert] = ACTIONS(3185), + [anon_sym_defer] = ACTIONS(3185), + [anon_sym_goto] = ACTIONS(3185), + [anon_sym_break] = ACTIONS(3185), + [anon_sym_continue] = ACTIONS(3185), + [anon_sym_return] = ACTIONS(3185), + [anon_sym_DOLLARfor] = ACTIONS(3185), + [anon_sym_for] = ACTIONS(3185), + [anon_sym_POUND] = ACTIONS(3185), + [anon_sym_asm] = ACTIONS(3185), + [anon_sym_AT_LBRACK] = ACTIONS(3185), + [sym___double_quote] = ACTIONS(3185), + [sym___single_quote] = ACTIONS(3185), + [sym___c_double_quote] = ACTIONS(3185), + [sym___c_single_quote] = ACTIONS(3185), + [sym___r_double_quote] = ACTIONS(3185), + [sym___r_single_quote] = ACTIONS(3185), + }, + [1071] = { + [sym_line_comment] = STATE(1071), + [sym_block_comment] = STATE(1071), + [ts_builtin_sym_end] = ACTIONS(3063), + [sym_identifier] = ACTIONS(3065), + [anon_sym_LF] = ACTIONS(3065), + [anon_sym_CR] = ACTIONS(3065), + [anon_sym_CR_LF] = ACTIONS(3065), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3065), + [anon_sym_as] = ACTIONS(3065), + [anon_sym_LBRACE] = ACTIONS(3065), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_const] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(3065), + [anon_sym___global] = ACTIONS(3065), + [anon_sym_type] = ACTIONS(3065), + [anon_sym_PIPE] = ACTIONS(3065), + [anon_sym_fn] = ACTIONS(3065), + [anon_sym_PLUS] = ACTIONS(3065), + [anon_sym_DASH] = ACTIONS(3065), + [anon_sym_STAR] = ACTIONS(3065), + [anon_sym_SLASH] = ACTIONS(3065), + [anon_sym_PERCENT] = ACTIONS(3065), + [anon_sym_LT] = ACTIONS(3065), + [anon_sym_GT] = ACTIONS(3065), + [anon_sym_EQ_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(3065), + [anon_sym_LT_EQ] = ACTIONS(3065), + [anon_sym_GT_EQ] = ACTIONS(3065), + [anon_sym_LBRACK] = ACTIONS(3063), + [anon_sym_struct] = ACTIONS(3065), + [anon_sym_union] = ACTIONS(3065), + [anon_sym_pub] = ACTIONS(3065), + [anon_sym_mut] = ACTIONS(3065), + [anon_sym_enum] = ACTIONS(3065), + [anon_sym_interface] = ACTIONS(3065), + [anon_sym_PLUS_PLUS] = ACTIONS(3065), + [anon_sym_DASH_DASH] = ACTIONS(3065), + [anon_sym_QMARK] = ACTIONS(3065), + [anon_sym_BANG] = ACTIONS(3065), + [anon_sym_go] = ACTIONS(3065), + [anon_sym_spawn] = ACTIONS(3065), + [anon_sym_json_DOTdecode] = ACTIONS(3065), + [anon_sym_LBRACK2] = ACTIONS(3065), + [anon_sym_TILDE] = ACTIONS(3065), + [anon_sym_CARET] = ACTIONS(3065), + [anon_sym_AMP] = ACTIONS(3065), + [anon_sym_LT_DASH] = ACTIONS(3065), + [anon_sym_LT_LT] = ACTIONS(3065), + [anon_sym_GT_GT] = ACTIONS(3065), + [anon_sym_GT_GT_GT] = ACTIONS(3065), + [anon_sym_AMP_CARET] = ACTIONS(3065), + [anon_sym_AMP_AMP] = ACTIONS(3065), + [anon_sym_PIPE_PIPE] = ACTIONS(3065), + [anon_sym_or] = ACTIONS(3065), + [sym_none] = ACTIONS(3065), + [sym_true] = ACTIONS(3065), + [sym_false] = ACTIONS(3065), + [sym_nil] = ACTIONS(3065), + [anon_sym_QMARK_DOT] = ACTIONS(3065), + [anon_sym_POUND_LBRACK] = ACTIONS(3065), + [anon_sym_if] = ACTIONS(3065), + [anon_sym_DOLLARif] = ACTIONS(3065), + [anon_sym_is] = ACTIONS(3065), + [anon_sym_BANGis] = ACTIONS(3065), + [anon_sym_in] = ACTIONS(3065), + [anon_sym_BANGin] = ACTIONS(3065), + [anon_sym_match] = ACTIONS(3065), + [anon_sym_select] = ACTIONS(3065), + [anon_sym_lock] = ACTIONS(3065), + [anon_sym_rlock] = ACTIONS(3065), + [anon_sym_unsafe] = ACTIONS(3065), + [anon_sym_sql] = ACTIONS(3065), + [sym_int_literal] = ACTIONS(3065), + [sym_float_literal] = ACTIONS(3065), + [sym_rune_literal] = ACTIONS(3065), + [sym_pseudo_compile_time_identifier] = ACTIONS(3065), + [anon_sym_shared] = ACTIONS(3065), + [anon_sym_map_LBRACK] = ACTIONS(3065), + [anon_sym_chan] = ACTIONS(3065), + [anon_sym_thread] = ACTIONS(3065), + [anon_sym_atomic] = ACTIONS(3065), + [anon_sym_assert] = ACTIONS(3065), + [anon_sym_defer] = ACTIONS(3065), + [anon_sym_goto] = ACTIONS(3065), + [anon_sym_break] = ACTIONS(3065), + [anon_sym_continue] = ACTIONS(3065), + [anon_sym_return] = ACTIONS(3065), + [anon_sym_DOLLARfor] = ACTIONS(3065), + [anon_sym_for] = ACTIONS(3065), + [anon_sym_POUND] = ACTIONS(3065), + [anon_sym_asm] = ACTIONS(3065), + [anon_sym_AT_LBRACK] = ACTIONS(3065), + [sym___double_quote] = ACTIONS(3065), + [sym___single_quote] = ACTIONS(3065), + [sym___c_double_quote] = ACTIONS(3065), + [sym___c_single_quote] = ACTIONS(3065), + [sym___r_double_quote] = ACTIONS(3065), + [sym___r_single_quote] = ACTIONS(3065), }, [1072] = { [sym_line_comment] = STATE(1072), [sym_block_comment] = STATE(1072), - [ts_builtin_sym_end] = ACTIONS(3341), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LF] = ACTIONS(3343), - [anon_sym_CR] = ACTIONS(3343), - [anon_sym_CR_LF] = ACTIONS(3343), + [ts_builtin_sym_end] = ACTIONS(3219), + [sym_identifier] = ACTIONS(3221), + [anon_sym_LF] = ACTIONS(3221), + [anon_sym_CR] = ACTIONS(3221), + [anon_sym_CR_LF] = ACTIONS(3221), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3343), - [anon_sym_as] = ACTIONS(3343), - [anon_sym_LBRACE] = ACTIONS(3343), - [anon_sym_COMMA] = ACTIONS(3343), - [anon_sym_const] = ACTIONS(3343), - [anon_sym_LPAREN] = ACTIONS(3343), - [anon_sym___global] = ACTIONS(3343), - [anon_sym_type] = ACTIONS(3343), - [anon_sym_PIPE] = ACTIONS(3343), - [anon_sym_fn] = ACTIONS(3343), - [anon_sym_PLUS] = ACTIONS(3343), - [anon_sym_DASH] = ACTIONS(3343), - [anon_sym_STAR] = ACTIONS(3343), - [anon_sym_SLASH] = ACTIONS(3343), - [anon_sym_PERCENT] = ACTIONS(3343), - [anon_sym_LT] = ACTIONS(3343), - [anon_sym_GT] = ACTIONS(3343), - [anon_sym_EQ_EQ] = ACTIONS(3343), - [anon_sym_BANG_EQ] = ACTIONS(3343), - [anon_sym_LT_EQ] = ACTIONS(3343), - [anon_sym_GT_EQ] = ACTIONS(3343), - [anon_sym_LBRACK] = ACTIONS(3341), - [anon_sym_struct] = ACTIONS(3343), - [anon_sym_union] = ACTIONS(3343), - [anon_sym_pub] = ACTIONS(3343), - [anon_sym_mut] = ACTIONS(3343), - [anon_sym_enum] = ACTIONS(3343), - [anon_sym_interface] = ACTIONS(3343), - [anon_sym_PLUS_PLUS] = ACTIONS(3343), - [anon_sym_DASH_DASH] = ACTIONS(3343), - [anon_sym_QMARK] = ACTIONS(3343), - [anon_sym_BANG] = ACTIONS(3343), - [anon_sym_go] = ACTIONS(3343), - [anon_sym_spawn] = ACTIONS(3343), - [anon_sym_json_DOTdecode] = ACTIONS(3343), - [anon_sym_LBRACK2] = ACTIONS(3343), - [anon_sym_TILDE] = ACTIONS(3343), - [anon_sym_CARET] = ACTIONS(3343), - [anon_sym_AMP] = ACTIONS(3343), - [anon_sym_LT_DASH] = ACTIONS(3343), - [anon_sym_LT_LT] = ACTIONS(3343), - [anon_sym_GT_GT] = ACTIONS(3343), - [anon_sym_GT_GT_GT] = ACTIONS(3343), - [anon_sym_AMP_CARET] = ACTIONS(3343), - [anon_sym_AMP_AMP] = ACTIONS(3343), - [anon_sym_PIPE_PIPE] = ACTIONS(3343), - [anon_sym_or] = ACTIONS(3343), - [sym_none] = ACTIONS(3343), - [sym_true] = ACTIONS(3343), - [sym_false] = ACTIONS(3343), - [sym_nil] = ACTIONS(3343), - [anon_sym_QMARK_DOT] = ACTIONS(3343), - [anon_sym_POUND_LBRACK] = ACTIONS(3343), - [anon_sym_if] = ACTIONS(3343), - [anon_sym_DOLLARif] = ACTIONS(3343), - [anon_sym_is] = ACTIONS(3343), - [anon_sym_BANGis] = ACTIONS(3343), - [anon_sym_in] = ACTIONS(3343), - [anon_sym_BANGin] = ACTIONS(3343), - [anon_sym_match] = ACTIONS(3343), - [anon_sym_select] = ACTIONS(3343), - [anon_sym_lock] = ACTIONS(3343), - [anon_sym_rlock] = ACTIONS(3343), - [anon_sym_unsafe] = ACTIONS(3343), - [anon_sym_sql] = ACTIONS(3343), - [sym_int_literal] = ACTIONS(3343), - [sym_float_literal] = ACTIONS(3343), - [sym_rune_literal] = ACTIONS(3343), - [sym_pseudo_compile_time_identifier] = ACTIONS(3343), - [anon_sym_shared] = ACTIONS(3343), - [anon_sym_map_LBRACK] = ACTIONS(3343), - [anon_sym_chan] = ACTIONS(3343), - [anon_sym_thread] = ACTIONS(3343), - [anon_sym_atomic] = ACTIONS(3343), - [anon_sym_assert] = ACTIONS(3343), - [anon_sym_defer] = ACTIONS(3343), - [anon_sym_goto] = ACTIONS(3343), - [anon_sym_break] = ACTIONS(3343), - [anon_sym_continue] = ACTIONS(3343), - [anon_sym_return] = ACTIONS(3343), - [anon_sym_DOLLARfor] = ACTIONS(3343), - [anon_sym_for] = ACTIONS(3343), - [anon_sym_POUND] = ACTIONS(3343), - [anon_sym_asm] = ACTIONS(3343), - [anon_sym_AT_LBRACK] = ACTIONS(3343), - [sym___double_quote] = ACTIONS(3343), - [sym___single_quote] = ACTIONS(3343), - [sym___c_double_quote] = ACTIONS(3343), - [sym___c_single_quote] = ACTIONS(3343), - [sym___r_double_quote] = ACTIONS(3343), - [sym___r_single_quote] = ACTIONS(3343), + [anon_sym_DOT] = ACTIONS(3221), + [anon_sym_as] = ACTIONS(3221), + [anon_sym_LBRACE] = ACTIONS(3221), + [anon_sym_COMMA] = ACTIONS(3221), + [anon_sym_const] = ACTIONS(3221), + [anon_sym_LPAREN] = ACTIONS(3221), + [anon_sym___global] = ACTIONS(3221), + [anon_sym_type] = ACTIONS(3221), + [anon_sym_PIPE] = ACTIONS(3221), + [anon_sym_fn] = ACTIONS(3221), + [anon_sym_PLUS] = ACTIONS(3221), + [anon_sym_DASH] = ACTIONS(3221), + [anon_sym_STAR] = ACTIONS(3221), + [anon_sym_SLASH] = ACTIONS(3221), + [anon_sym_PERCENT] = ACTIONS(3221), + [anon_sym_LT] = ACTIONS(3221), + [anon_sym_GT] = ACTIONS(3221), + [anon_sym_EQ_EQ] = ACTIONS(3221), + [anon_sym_BANG_EQ] = ACTIONS(3221), + [anon_sym_LT_EQ] = ACTIONS(3221), + [anon_sym_GT_EQ] = ACTIONS(3221), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_struct] = ACTIONS(3221), + [anon_sym_union] = ACTIONS(3221), + [anon_sym_pub] = ACTIONS(3221), + [anon_sym_mut] = ACTIONS(3221), + [anon_sym_enum] = ACTIONS(3221), + [anon_sym_interface] = ACTIONS(3221), + [anon_sym_PLUS_PLUS] = ACTIONS(3221), + [anon_sym_DASH_DASH] = ACTIONS(3221), + [anon_sym_QMARK] = ACTIONS(3221), + [anon_sym_BANG] = ACTIONS(3221), + [anon_sym_go] = ACTIONS(3221), + [anon_sym_spawn] = ACTIONS(3221), + [anon_sym_json_DOTdecode] = ACTIONS(3221), + [anon_sym_LBRACK2] = ACTIONS(3221), + [anon_sym_TILDE] = ACTIONS(3221), + [anon_sym_CARET] = ACTIONS(3221), + [anon_sym_AMP] = ACTIONS(3221), + [anon_sym_LT_DASH] = ACTIONS(3221), + [anon_sym_LT_LT] = ACTIONS(3221), + [anon_sym_GT_GT] = ACTIONS(3221), + [anon_sym_GT_GT_GT] = ACTIONS(3221), + [anon_sym_AMP_CARET] = ACTIONS(3221), + [anon_sym_AMP_AMP] = ACTIONS(3221), + [anon_sym_PIPE_PIPE] = ACTIONS(3221), + [anon_sym_or] = ACTIONS(3221), + [sym_none] = ACTIONS(3221), + [sym_true] = ACTIONS(3221), + [sym_false] = ACTIONS(3221), + [sym_nil] = ACTIONS(3221), + [anon_sym_QMARK_DOT] = ACTIONS(3221), + [anon_sym_POUND_LBRACK] = ACTIONS(3221), + [anon_sym_if] = ACTIONS(3221), + [anon_sym_DOLLARif] = ACTIONS(3221), + [anon_sym_is] = ACTIONS(3221), + [anon_sym_BANGis] = ACTIONS(3221), + [anon_sym_in] = ACTIONS(3221), + [anon_sym_BANGin] = ACTIONS(3221), + [anon_sym_match] = ACTIONS(3221), + [anon_sym_select] = ACTIONS(3221), + [anon_sym_lock] = ACTIONS(3221), + [anon_sym_rlock] = ACTIONS(3221), + [anon_sym_unsafe] = ACTIONS(3221), + [anon_sym_sql] = ACTIONS(3221), + [sym_int_literal] = ACTIONS(3221), + [sym_float_literal] = ACTIONS(3221), + [sym_rune_literal] = ACTIONS(3221), + [sym_pseudo_compile_time_identifier] = ACTIONS(3221), + [anon_sym_shared] = ACTIONS(3221), + [anon_sym_map_LBRACK] = ACTIONS(3221), + [anon_sym_chan] = ACTIONS(3221), + [anon_sym_thread] = ACTIONS(3221), + [anon_sym_atomic] = ACTIONS(3221), + [anon_sym_assert] = ACTIONS(3221), + [anon_sym_defer] = ACTIONS(3221), + [anon_sym_goto] = ACTIONS(3221), + [anon_sym_break] = ACTIONS(3221), + [anon_sym_continue] = ACTIONS(3221), + [anon_sym_return] = ACTIONS(3221), + [anon_sym_DOLLARfor] = ACTIONS(3221), + [anon_sym_for] = ACTIONS(3221), + [anon_sym_POUND] = ACTIONS(3221), + [anon_sym_asm] = ACTIONS(3221), + [anon_sym_AT_LBRACK] = ACTIONS(3221), + [sym___double_quote] = ACTIONS(3221), + [sym___single_quote] = ACTIONS(3221), + [sym___c_double_quote] = ACTIONS(3221), + [sym___c_single_quote] = ACTIONS(3221), + [sym___r_double_quote] = ACTIONS(3221), + [sym___r_single_quote] = ACTIONS(3221), }, [1073] = { [sym_line_comment] = STATE(1073), [sym_block_comment] = STATE(1073), - [ts_builtin_sym_end] = ACTIONS(3337), - [sym_identifier] = ACTIONS(3339), - [anon_sym_LF] = ACTIONS(3339), - [anon_sym_CR] = ACTIONS(3339), - [anon_sym_CR_LF] = ACTIONS(3339), + [ts_builtin_sym_end] = ACTIONS(3191), + [sym_identifier] = ACTIONS(3193), + [anon_sym_LF] = ACTIONS(3193), + [anon_sym_CR] = ACTIONS(3193), + [anon_sym_CR_LF] = ACTIONS(3193), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3339), - [anon_sym_as] = ACTIONS(3339), - [anon_sym_LBRACE] = ACTIONS(3339), - [anon_sym_COMMA] = ACTIONS(3339), - [anon_sym_const] = ACTIONS(3339), - [anon_sym_LPAREN] = ACTIONS(3339), - [anon_sym___global] = ACTIONS(3339), - [anon_sym_type] = ACTIONS(3339), - [anon_sym_PIPE] = ACTIONS(3339), - [anon_sym_fn] = ACTIONS(3339), - [anon_sym_PLUS] = ACTIONS(3339), - [anon_sym_DASH] = ACTIONS(3339), - [anon_sym_STAR] = ACTIONS(3339), - [anon_sym_SLASH] = ACTIONS(3339), - [anon_sym_PERCENT] = ACTIONS(3339), - [anon_sym_LT] = ACTIONS(3339), - [anon_sym_GT] = ACTIONS(3339), - [anon_sym_EQ_EQ] = ACTIONS(3339), - [anon_sym_BANG_EQ] = ACTIONS(3339), - [anon_sym_LT_EQ] = ACTIONS(3339), - [anon_sym_GT_EQ] = ACTIONS(3339), - [anon_sym_LBRACK] = ACTIONS(3337), - [anon_sym_struct] = ACTIONS(3339), - [anon_sym_union] = ACTIONS(3339), - [anon_sym_pub] = ACTIONS(3339), - [anon_sym_mut] = ACTIONS(3339), - [anon_sym_enum] = ACTIONS(3339), - [anon_sym_interface] = ACTIONS(3339), - [anon_sym_PLUS_PLUS] = ACTIONS(3339), - [anon_sym_DASH_DASH] = ACTIONS(3339), - [anon_sym_QMARK] = ACTIONS(3339), - [anon_sym_BANG] = ACTIONS(3339), - [anon_sym_go] = ACTIONS(3339), - [anon_sym_spawn] = ACTIONS(3339), - [anon_sym_json_DOTdecode] = ACTIONS(3339), - [anon_sym_LBRACK2] = ACTIONS(3339), - [anon_sym_TILDE] = ACTIONS(3339), - [anon_sym_CARET] = ACTIONS(3339), - [anon_sym_AMP] = ACTIONS(3339), - [anon_sym_LT_DASH] = ACTIONS(3339), - [anon_sym_LT_LT] = ACTIONS(3339), - [anon_sym_GT_GT] = ACTIONS(3339), - [anon_sym_GT_GT_GT] = ACTIONS(3339), - [anon_sym_AMP_CARET] = ACTIONS(3339), - [anon_sym_AMP_AMP] = ACTIONS(3339), - [anon_sym_PIPE_PIPE] = ACTIONS(3339), - [anon_sym_or] = ACTIONS(3339), - [sym_none] = ACTIONS(3339), - [sym_true] = ACTIONS(3339), - [sym_false] = ACTIONS(3339), - [sym_nil] = ACTIONS(3339), - [anon_sym_QMARK_DOT] = ACTIONS(3339), - [anon_sym_POUND_LBRACK] = ACTIONS(3339), - [anon_sym_if] = ACTIONS(3339), - [anon_sym_DOLLARif] = ACTIONS(3339), - [anon_sym_is] = ACTIONS(3339), - [anon_sym_BANGis] = ACTIONS(3339), - [anon_sym_in] = ACTIONS(3339), - [anon_sym_BANGin] = ACTIONS(3339), - [anon_sym_match] = ACTIONS(3339), - [anon_sym_select] = ACTIONS(3339), - [anon_sym_lock] = ACTIONS(3339), - [anon_sym_rlock] = ACTIONS(3339), - [anon_sym_unsafe] = ACTIONS(3339), - [anon_sym_sql] = ACTIONS(3339), - [sym_int_literal] = ACTIONS(3339), - [sym_float_literal] = ACTIONS(3339), - [sym_rune_literal] = ACTIONS(3339), - [sym_pseudo_compile_time_identifier] = ACTIONS(3339), - [anon_sym_shared] = ACTIONS(3339), - [anon_sym_map_LBRACK] = ACTIONS(3339), - [anon_sym_chan] = ACTIONS(3339), - [anon_sym_thread] = ACTIONS(3339), - [anon_sym_atomic] = ACTIONS(3339), - [anon_sym_assert] = ACTIONS(3339), - [anon_sym_defer] = ACTIONS(3339), - [anon_sym_goto] = ACTIONS(3339), - [anon_sym_break] = ACTIONS(3339), - [anon_sym_continue] = ACTIONS(3339), - [anon_sym_return] = ACTIONS(3339), - [anon_sym_DOLLARfor] = ACTIONS(3339), - [anon_sym_for] = ACTIONS(3339), - [anon_sym_POUND] = ACTIONS(3339), - [anon_sym_asm] = ACTIONS(3339), - [anon_sym_AT_LBRACK] = ACTIONS(3339), - [sym___double_quote] = ACTIONS(3339), - [sym___single_quote] = ACTIONS(3339), - [sym___c_double_quote] = ACTIONS(3339), - [sym___c_single_quote] = ACTIONS(3339), - [sym___r_double_quote] = ACTIONS(3339), - [sym___r_single_quote] = ACTIONS(3339), + [anon_sym_DOT] = ACTIONS(3193), + [anon_sym_as] = ACTIONS(3193), + [anon_sym_LBRACE] = ACTIONS(3193), + [anon_sym_COMMA] = ACTIONS(3193), + [anon_sym_const] = ACTIONS(3193), + [anon_sym_LPAREN] = ACTIONS(3193), + [anon_sym___global] = ACTIONS(3193), + [anon_sym_type] = ACTIONS(3193), + [anon_sym_PIPE] = ACTIONS(3193), + [anon_sym_fn] = ACTIONS(3193), + [anon_sym_PLUS] = ACTIONS(3193), + [anon_sym_DASH] = ACTIONS(3193), + [anon_sym_STAR] = ACTIONS(3193), + [anon_sym_SLASH] = ACTIONS(3193), + [anon_sym_PERCENT] = ACTIONS(3193), + [anon_sym_LT] = ACTIONS(3193), + [anon_sym_GT] = ACTIONS(3193), + [anon_sym_EQ_EQ] = ACTIONS(3193), + [anon_sym_BANG_EQ] = ACTIONS(3193), + [anon_sym_LT_EQ] = ACTIONS(3193), + [anon_sym_GT_EQ] = ACTIONS(3193), + [anon_sym_LBRACK] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3193), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_pub] = ACTIONS(3193), + [anon_sym_mut] = ACTIONS(3193), + [anon_sym_enum] = ACTIONS(3193), + [anon_sym_interface] = ACTIONS(3193), + [anon_sym_PLUS_PLUS] = ACTIONS(3193), + [anon_sym_DASH_DASH] = ACTIONS(3193), + [anon_sym_QMARK] = ACTIONS(3193), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_go] = ACTIONS(3193), + [anon_sym_spawn] = ACTIONS(3193), + [anon_sym_json_DOTdecode] = ACTIONS(3193), + [anon_sym_LBRACK2] = ACTIONS(3193), + [anon_sym_TILDE] = ACTIONS(3193), + [anon_sym_CARET] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3193), + [anon_sym_LT_DASH] = ACTIONS(3193), + [anon_sym_LT_LT] = ACTIONS(3193), + [anon_sym_GT_GT] = ACTIONS(3193), + [anon_sym_GT_GT_GT] = ACTIONS(3193), + [anon_sym_AMP_CARET] = ACTIONS(3193), + [anon_sym_AMP_AMP] = ACTIONS(3193), + [anon_sym_PIPE_PIPE] = ACTIONS(3193), + [anon_sym_or] = ACTIONS(3193), + [sym_none] = ACTIONS(3193), + [sym_true] = ACTIONS(3193), + [sym_false] = ACTIONS(3193), + [sym_nil] = ACTIONS(3193), + [anon_sym_QMARK_DOT] = ACTIONS(3193), + [anon_sym_POUND_LBRACK] = ACTIONS(3193), + [anon_sym_if] = ACTIONS(3193), + [anon_sym_DOLLARif] = ACTIONS(3193), + [anon_sym_is] = ACTIONS(3193), + [anon_sym_BANGis] = ACTIONS(3193), + [anon_sym_in] = ACTIONS(3193), + [anon_sym_BANGin] = ACTIONS(3193), + [anon_sym_match] = ACTIONS(3193), + [anon_sym_select] = ACTIONS(3193), + [anon_sym_lock] = ACTIONS(3193), + [anon_sym_rlock] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(3193), + [anon_sym_sql] = ACTIONS(3193), + [sym_int_literal] = ACTIONS(3193), + [sym_float_literal] = ACTIONS(3193), + [sym_rune_literal] = ACTIONS(3193), + [sym_pseudo_compile_time_identifier] = ACTIONS(3193), + [anon_sym_shared] = ACTIONS(3193), + [anon_sym_map_LBRACK] = ACTIONS(3193), + [anon_sym_chan] = ACTIONS(3193), + [anon_sym_thread] = ACTIONS(3193), + [anon_sym_atomic] = ACTIONS(3193), + [anon_sym_assert] = ACTIONS(3193), + [anon_sym_defer] = ACTIONS(3193), + [anon_sym_goto] = ACTIONS(3193), + [anon_sym_break] = ACTIONS(3193), + [anon_sym_continue] = ACTIONS(3193), + [anon_sym_return] = ACTIONS(3193), + [anon_sym_DOLLARfor] = ACTIONS(3193), + [anon_sym_for] = ACTIONS(3193), + [anon_sym_POUND] = ACTIONS(3193), + [anon_sym_asm] = ACTIONS(3193), + [anon_sym_AT_LBRACK] = ACTIONS(3193), + [sym___double_quote] = ACTIONS(3193), + [sym___single_quote] = ACTIONS(3193), + [sym___c_double_quote] = ACTIONS(3193), + [sym___c_single_quote] = ACTIONS(3193), + [sym___r_double_quote] = ACTIONS(3193), + [sym___r_single_quote] = ACTIONS(3193), }, [1074] = { [sym_line_comment] = STATE(1074), [sym_block_comment] = STATE(1074), - [ts_builtin_sym_end] = ACTIONS(3329), - [sym_identifier] = ACTIONS(3331), - [anon_sym_LF] = ACTIONS(3331), - [anon_sym_CR] = ACTIONS(3331), - [anon_sym_CR_LF] = ACTIONS(3331), + [ts_builtin_sym_end] = ACTIONS(3315), + [sym_identifier] = ACTIONS(3317), + [anon_sym_LF] = ACTIONS(3317), + [anon_sym_CR] = ACTIONS(3317), + [anon_sym_CR_LF] = ACTIONS(3317), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3331), - [anon_sym_as] = ACTIONS(3331), - [anon_sym_LBRACE] = ACTIONS(3331), - [anon_sym_COMMA] = ACTIONS(3331), - [anon_sym_const] = ACTIONS(3331), - [anon_sym_LPAREN] = ACTIONS(3331), - [anon_sym___global] = ACTIONS(3331), - [anon_sym_type] = ACTIONS(3331), - [anon_sym_PIPE] = ACTIONS(3331), - [anon_sym_fn] = ACTIONS(3331), - [anon_sym_PLUS] = ACTIONS(3331), - [anon_sym_DASH] = ACTIONS(3331), - [anon_sym_STAR] = ACTIONS(3331), - [anon_sym_SLASH] = ACTIONS(3331), - [anon_sym_PERCENT] = ACTIONS(3331), - [anon_sym_LT] = ACTIONS(3331), - [anon_sym_GT] = ACTIONS(3331), - [anon_sym_EQ_EQ] = ACTIONS(3331), - [anon_sym_BANG_EQ] = ACTIONS(3331), - [anon_sym_LT_EQ] = ACTIONS(3331), - [anon_sym_GT_EQ] = ACTIONS(3331), - [anon_sym_LBRACK] = ACTIONS(3329), - [anon_sym_struct] = ACTIONS(3331), - [anon_sym_union] = ACTIONS(3331), - [anon_sym_pub] = ACTIONS(3331), - [anon_sym_mut] = ACTIONS(3331), - [anon_sym_enum] = ACTIONS(3331), - [anon_sym_interface] = ACTIONS(3331), - [anon_sym_PLUS_PLUS] = ACTIONS(3331), - [anon_sym_DASH_DASH] = ACTIONS(3331), - [anon_sym_QMARK] = ACTIONS(3331), - [anon_sym_BANG] = ACTIONS(3331), - [anon_sym_go] = ACTIONS(3331), - [anon_sym_spawn] = ACTIONS(3331), - [anon_sym_json_DOTdecode] = ACTIONS(3331), - [anon_sym_LBRACK2] = ACTIONS(3331), - [anon_sym_TILDE] = ACTIONS(3331), - [anon_sym_CARET] = ACTIONS(3331), - [anon_sym_AMP] = ACTIONS(3331), - [anon_sym_LT_DASH] = ACTIONS(3331), - [anon_sym_LT_LT] = ACTIONS(3331), - [anon_sym_GT_GT] = ACTIONS(3331), - [anon_sym_GT_GT_GT] = ACTIONS(3331), - [anon_sym_AMP_CARET] = ACTIONS(3331), - [anon_sym_AMP_AMP] = ACTIONS(3331), - [anon_sym_PIPE_PIPE] = ACTIONS(3331), - [anon_sym_or] = ACTIONS(3331), - [sym_none] = ACTIONS(3331), - [sym_true] = ACTIONS(3331), - [sym_false] = ACTIONS(3331), - [sym_nil] = ACTIONS(3331), - [anon_sym_QMARK_DOT] = ACTIONS(3331), - [anon_sym_POUND_LBRACK] = ACTIONS(3331), - [anon_sym_if] = ACTIONS(3331), - [anon_sym_DOLLARif] = ACTIONS(3331), - [anon_sym_is] = ACTIONS(3331), - [anon_sym_BANGis] = ACTIONS(3331), - [anon_sym_in] = ACTIONS(3331), - [anon_sym_BANGin] = ACTIONS(3331), - [anon_sym_match] = ACTIONS(3331), - [anon_sym_select] = ACTIONS(3331), - [anon_sym_lock] = ACTIONS(3331), - [anon_sym_rlock] = ACTIONS(3331), - [anon_sym_unsafe] = ACTIONS(3331), - [anon_sym_sql] = ACTIONS(3331), - [sym_int_literal] = ACTIONS(3331), - [sym_float_literal] = ACTIONS(3331), - [sym_rune_literal] = ACTIONS(3331), - [sym_pseudo_compile_time_identifier] = ACTIONS(3331), - [anon_sym_shared] = ACTIONS(3331), - [anon_sym_map_LBRACK] = ACTIONS(3331), - [anon_sym_chan] = ACTIONS(3331), - [anon_sym_thread] = ACTIONS(3331), - [anon_sym_atomic] = ACTIONS(3331), - [anon_sym_assert] = ACTIONS(3331), - [anon_sym_defer] = ACTIONS(3331), - [anon_sym_goto] = ACTIONS(3331), - [anon_sym_break] = ACTIONS(3331), - [anon_sym_continue] = ACTIONS(3331), - [anon_sym_return] = ACTIONS(3331), - [anon_sym_DOLLARfor] = ACTIONS(3331), - [anon_sym_for] = ACTIONS(3331), - [anon_sym_POUND] = ACTIONS(3331), - [anon_sym_asm] = ACTIONS(3331), - [anon_sym_AT_LBRACK] = ACTIONS(3331), - [sym___double_quote] = ACTIONS(3331), - [sym___single_quote] = ACTIONS(3331), - [sym___c_double_quote] = ACTIONS(3331), - [sym___c_single_quote] = ACTIONS(3331), - [sym___r_double_quote] = ACTIONS(3331), - [sym___r_single_quote] = ACTIONS(3331), + [anon_sym_DOT] = ACTIONS(3317), + [anon_sym_as] = ACTIONS(3317), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_COMMA] = ACTIONS(3317), + [anon_sym_const] = ACTIONS(3317), + [anon_sym_LPAREN] = ACTIONS(3317), + [anon_sym___global] = ACTIONS(3317), + [anon_sym_type] = ACTIONS(3317), + [anon_sym_PIPE] = ACTIONS(3317), + [anon_sym_fn] = ACTIONS(3317), + [anon_sym_PLUS] = ACTIONS(3317), + [anon_sym_DASH] = ACTIONS(3317), + [anon_sym_STAR] = ACTIONS(3317), + [anon_sym_SLASH] = ACTIONS(3317), + [anon_sym_PERCENT] = ACTIONS(3317), + [anon_sym_LT] = ACTIONS(3317), + [anon_sym_GT] = ACTIONS(3317), + [anon_sym_EQ_EQ] = ACTIONS(3317), + [anon_sym_BANG_EQ] = ACTIONS(3317), + [anon_sym_LT_EQ] = ACTIONS(3317), + [anon_sym_GT_EQ] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(3315), + [anon_sym_struct] = ACTIONS(3317), + [anon_sym_union] = ACTIONS(3317), + [anon_sym_pub] = ACTIONS(3317), + [anon_sym_mut] = ACTIONS(3317), + [anon_sym_enum] = ACTIONS(3317), + [anon_sym_interface] = ACTIONS(3317), + [anon_sym_PLUS_PLUS] = ACTIONS(3317), + [anon_sym_DASH_DASH] = ACTIONS(3317), + [anon_sym_QMARK] = ACTIONS(3317), + [anon_sym_BANG] = ACTIONS(3317), + [anon_sym_go] = ACTIONS(3317), + [anon_sym_spawn] = ACTIONS(3317), + [anon_sym_json_DOTdecode] = ACTIONS(3317), + [anon_sym_LBRACK2] = ACTIONS(3317), + [anon_sym_TILDE] = ACTIONS(3317), + [anon_sym_CARET] = ACTIONS(3317), + [anon_sym_AMP] = ACTIONS(3317), + [anon_sym_LT_DASH] = ACTIONS(3317), + [anon_sym_LT_LT] = ACTIONS(3317), + [anon_sym_GT_GT] = ACTIONS(3317), + [anon_sym_GT_GT_GT] = ACTIONS(3317), + [anon_sym_AMP_CARET] = ACTIONS(3317), + [anon_sym_AMP_AMP] = ACTIONS(3317), + [anon_sym_PIPE_PIPE] = ACTIONS(3317), + [anon_sym_or] = ACTIONS(3317), + [sym_none] = ACTIONS(3317), + [sym_true] = ACTIONS(3317), + [sym_false] = ACTIONS(3317), + [sym_nil] = ACTIONS(3317), + [anon_sym_QMARK_DOT] = ACTIONS(3317), + [anon_sym_POUND_LBRACK] = ACTIONS(3317), + [anon_sym_if] = ACTIONS(3317), + [anon_sym_DOLLARif] = ACTIONS(3317), + [anon_sym_is] = ACTIONS(3317), + [anon_sym_BANGis] = ACTIONS(3317), + [anon_sym_in] = ACTIONS(3317), + [anon_sym_BANGin] = ACTIONS(3317), + [anon_sym_match] = ACTIONS(3317), + [anon_sym_select] = ACTIONS(3317), + [anon_sym_lock] = ACTIONS(3317), + [anon_sym_rlock] = ACTIONS(3317), + [anon_sym_unsafe] = ACTIONS(3317), + [anon_sym_sql] = ACTIONS(3317), + [sym_int_literal] = ACTIONS(3317), + [sym_float_literal] = ACTIONS(3317), + [sym_rune_literal] = ACTIONS(3317), + [sym_pseudo_compile_time_identifier] = ACTIONS(3317), + [anon_sym_shared] = ACTIONS(3317), + [anon_sym_map_LBRACK] = ACTIONS(3317), + [anon_sym_chan] = ACTIONS(3317), + [anon_sym_thread] = ACTIONS(3317), + [anon_sym_atomic] = ACTIONS(3317), + [anon_sym_assert] = ACTIONS(3317), + [anon_sym_defer] = ACTIONS(3317), + [anon_sym_goto] = ACTIONS(3317), + [anon_sym_break] = ACTIONS(3317), + [anon_sym_continue] = ACTIONS(3317), + [anon_sym_return] = ACTIONS(3317), + [anon_sym_DOLLARfor] = ACTIONS(3317), + [anon_sym_for] = ACTIONS(3317), + [anon_sym_POUND] = ACTIONS(3317), + [anon_sym_asm] = ACTIONS(3317), + [anon_sym_AT_LBRACK] = ACTIONS(3317), + [sym___double_quote] = ACTIONS(3317), + [sym___single_quote] = ACTIONS(3317), + [sym___c_double_quote] = ACTIONS(3317), + [sym___c_single_quote] = ACTIONS(3317), + [sym___r_double_quote] = ACTIONS(3317), + [sym___r_single_quote] = ACTIONS(3317), }, [1075] = { [sym_line_comment] = STATE(1075), [sym_block_comment] = STATE(1075), - [ts_builtin_sym_end] = ACTIONS(3125), - [sym_identifier] = ACTIONS(3127), - [anon_sym_LF] = ACTIONS(3127), - [anon_sym_CR] = ACTIONS(3127), - [anon_sym_CR_LF] = ACTIONS(3127), + [ts_builtin_sym_end] = ACTIONS(3143), + [sym_identifier] = ACTIONS(3145), + [anon_sym_LF] = ACTIONS(3145), + [anon_sym_CR] = ACTIONS(3145), + [anon_sym_CR_LF] = ACTIONS(3145), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3127), - [anon_sym_as] = ACTIONS(3127), - [anon_sym_LBRACE] = ACTIONS(3127), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_const] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(3127), - [anon_sym___global] = ACTIONS(3127), - [anon_sym_type] = ACTIONS(3127), - [anon_sym_PIPE] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(3127), - [anon_sym_DASH] = ACTIONS(3127), - [anon_sym_STAR] = ACTIONS(3127), - [anon_sym_SLASH] = ACTIONS(3127), - [anon_sym_PERCENT] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3127), - [anon_sym_GT] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_LBRACK] = ACTIONS(3125), - [anon_sym_struct] = ACTIONS(3127), - [anon_sym_union] = ACTIONS(3127), - [anon_sym_pub] = ACTIONS(3127), - [anon_sym_mut] = ACTIONS(3127), - [anon_sym_enum] = ACTIONS(3127), - [anon_sym_interface] = ACTIONS(3127), - [anon_sym_PLUS_PLUS] = ACTIONS(3127), - [anon_sym_DASH_DASH] = ACTIONS(3127), - [anon_sym_QMARK] = ACTIONS(3127), - [anon_sym_BANG] = ACTIONS(3127), - [anon_sym_go] = ACTIONS(3127), - [anon_sym_spawn] = ACTIONS(3127), - [anon_sym_json_DOTdecode] = ACTIONS(3127), - [anon_sym_LBRACK2] = ACTIONS(3127), - [anon_sym_TILDE] = ACTIONS(3127), - [anon_sym_CARET] = ACTIONS(3127), - [anon_sym_AMP] = ACTIONS(3127), - [anon_sym_LT_DASH] = ACTIONS(3127), - [anon_sym_LT_LT] = ACTIONS(3127), - [anon_sym_GT_GT] = ACTIONS(3127), - [anon_sym_GT_GT_GT] = ACTIONS(3127), - [anon_sym_AMP_CARET] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_or] = ACTIONS(3127), - [sym_none] = ACTIONS(3127), - [sym_true] = ACTIONS(3127), - [sym_false] = ACTIONS(3127), - [sym_nil] = ACTIONS(3127), - [anon_sym_QMARK_DOT] = ACTIONS(3127), - [anon_sym_POUND_LBRACK] = ACTIONS(3127), - [anon_sym_if] = ACTIONS(3127), - [anon_sym_DOLLARif] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3127), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_in] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_match] = ACTIONS(3127), - [anon_sym_select] = ACTIONS(3127), - [anon_sym_lock] = ACTIONS(3127), - [anon_sym_rlock] = ACTIONS(3127), - [anon_sym_unsafe] = ACTIONS(3127), - [anon_sym_sql] = ACTIONS(3127), - [sym_int_literal] = ACTIONS(3127), - [sym_float_literal] = ACTIONS(3127), - [sym_rune_literal] = ACTIONS(3127), - [sym_pseudo_compile_time_identifier] = ACTIONS(3127), - [anon_sym_shared] = ACTIONS(3127), - [anon_sym_map_LBRACK] = ACTIONS(3127), - [anon_sym_chan] = ACTIONS(3127), - [anon_sym_thread] = ACTIONS(3127), - [anon_sym_atomic] = ACTIONS(3127), - [anon_sym_assert] = ACTIONS(3127), - [anon_sym_defer] = ACTIONS(3127), - [anon_sym_goto] = ACTIONS(3127), - [anon_sym_break] = ACTIONS(3127), - [anon_sym_continue] = ACTIONS(3127), - [anon_sym_return] = ACTIONS(3127), - [anon_sym_DOLLARfor] = ACTIONS(3127), - [anon_sym_for] = ACTIONS(3127), - [anon_sym_POUND] = ACTIONS(3127), - [anon_sym_asm] = ACTIONS(3127), - [anon_sym_AT_LBRACK] = ACTIONS(3127), - [sym___double_quote] = ACTIONS(3127), - [sym___single_quote] = ACTIONS(3127), - [sym___c_double_quote] = ACTIONS(3127), - [sym___c_single_quote] = ACTIONS(3127), - [sym___r_double_quote] = ACTIONS(3127), - [sym___r_single_quote] = ACTIONS(3127), + [anon_sym_DOT] = ACTIONS(3145), + [anon_sym_as] = ACTIONS(3145), + [anon_sym_LBRACE] = ACTIONS(3145), + [anon_sym_COMMA] = ACTIONS(3145), + [anon_sym_const] = ACTIONS(3145), + [anon_sym_LPAREN] = ACTIONS(3145), + [anon_sym___global] = ACTIONS(3145), + [anon_sym_type] = ACTIONS(3145), + [anon_sym_PIPE] = ACTIONS(3145), + [anon_sym_fn] = ACTIONS(3145), + [anon_sym_PLUS] = ACTIONS(3145), + [anon_sym_DASH] = ACTIONS(3145), + [anon_sym_STAR] = ACTIONS(3145), + [anon_sym_SLASH] = ACTIONS(3145), + [anon_sym_PERCENT] = ACTIONS(3145), + [anon_sym_LT] = ACTIONS(3145), + [anon_sym_GT] = ACTIONS(3145), + [anon_sym_EQ_EQ] = ACTIONS(3145), + [anon_sym_BANG_EQ] = ACTIONS(3145), + [anon_sym_LT_EQ] = ACTIONS(3145), + [anon_sym_GT_EQ] = ACTIONS(3145), + [anon_sym_LBRACK] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3145), + [anon_sym_union] = ACTIONS(3145), + [anon_sym_pub] = ACTIONS(3145), + [anon_sym_mut] = ACTIONS(3145), + [anon_sym_enum] = ACTIONS(3145), + [anon_sym_interface] = ACTIONS(3145), + [anon_sym_PLUS_PLUS] = ACTIONS(3145), + [anon_sym_DASH_DASH] = ACTIONS(3145), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3145), + [anon_sym_go] = ACTIONS(3145), + [anon_sym_spawn] = ACTIONS(3145), + [anon_sym_json_DOTdecode] = ACTIONS(3145), + [anon_sym_LBRACK2] = ACTIONS(3145), + [anon_sym_TILDE] = ACTIONS(3145), + [anon_sym_CARET] = ACTIONS(3145), + [anon_sym_AMP] = ACTIONS(3145), + [anon_sym_LT_DASH] = ACTIONS(3145), + [anon_sym_LT_LT] = ACTIONS(3145), + [anon_sym_GT_GT] = ACTIONS(3145), + [anon_sym_GT_GT_GT] = ACTIONS(3145), + [anon_sym_AMP_CARET] = ACTIONS(3145), + [anon_sym_AMP_AMP] = ACTIONS(3145), + [anon_sym_PIPE_PIPE] = ACTIONS(3145), + [anon_sym_or] = ACTIONS(3145), + [sym_none] = ACTIONS(3145), + [sym_true] = ACTIONS(3145), + [sym_false] = ACTIONS(3145), + [sym_nil] = ACTIONS(3145), + [anon_sym_QMARK_DOT] = ACTIONS(3145), + [anon_sym_POUND_LBRACK] = ACTIONS(3145), + [anon_sym_if] = ACTIONS(3145), + [anon_sym_DOLLARif] = ACTIONS(3145), + [anon_sym_is] = ACTIONS(3145), + [anon_sym_BANGis] = ACTIONS(3145), + [anon_sym_in] = ACTIONS(3145), + [anon_sym_BANGin] = ACTIONS(3145), + [anon_sym_match] = ACTIONS(3145), + [anon_sym_select] = ACTIONS(3145), + [anon_sym_lock] = ACTIONS(3145), + [anon_sym_rlock] = ACTIONS(3145), + [anon_sym_unsafe] = ACTIONS(3145), + [anon_sym_sql] = ACTIONS(3145), + [sym_int_literal] = ACTIONS(3145), + [sym_float_literal] = ACTIONS(3145), + [sym_rune_literal] = ACTIONS(3145), + [sym_pseudo_compile_time_identifier] = ACTIONS(3145), + [anon_sym_shared] = ACTIONS(3145), + [anon_sym_map_LBRACK] = ACTIONS(3145), + [anon_sym_chan] = ACTIONS(3145), + [anon_sym_thread] = ACTIONS(3145), + [anon_sym_atomic] = ACTIONS(3145), + [anon_sym_assert] = ACTIONS(3145), + [anon_sym_defer] = ACTIONS(3145), + [anon_sym_goto] = ACTIONS(3145), + [anon_sym_break] = ACTIONS(3145), + [anon_sym_continue] = ACTIONS(3145), + [anon_sym_return] = ACTIONS(3145), + [anon_sym_DOLLARfor] = ACTIONS(3145), + [anon_sym_for] = ACTIONS(3145), + [anon_sym_POUND] = ACTIONS(3145), + [anon_sym_asm] = ACTIONS(3145), + [anon_sym_AT_LBRACK] = ACTIONS(3145), + [sym___double_quote] = ACTIONS(3145), + [sym___single_quote] = ACTIONS(3145), + [sym___c_double_quote] = ACTIONS(3145), + [sym___c_single_quote] = ACTIONS(3145), + [sym___r_double_quote] = ACTIONS(3145), + [sym___r_single_quote] = ACTIONS(3145), }, [1076] = { [sym_line_comment] = STATE(1076), [sym_block_comment] = STATE(1076), - [ts_builtin_sym_end] = ACTIONS(3149), - [sym_identifier] = ACTIONS(3151), - [anon_sym_LF] = ACTIONS(3151), - [anon_sym_CR] = ACTIONS(3151), - [anon_sym_CR_LF] = ACTIONS(3151), + [ts_builtin_sym_end] = ACTIONS(2651), + [sym_identifier] = ACTIONS(2653), + [anon_sym_LF] = ACTIONS(2653), + [anon_sym_CR] = ACTIONS(2653), + [anon_sym_CR_LF] = ACTIONS(2653), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3151), - [anon_sym_as] = ACTIONS(3151), - [anon_sym_LBRACE] = ACTIONS(3151), - [anon_sym_COMMA] = ACTIONS(3151), - [anon_sym_const] = ACTIONS(3151), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym___global] = ACTIONS(3151), - [anon_sym_type] = ACTIONS(3151), - [anon_sym_PIPE] = ACTIONS(3151), - [anon_sym_fn] = ACTIONS(3151), - [anon_sym_PLUS] = ACTIONS(3151), - [anon_sym_DASH] = ACTIONS(3151), - [anon_sym_STAR] = ACTIONS(3151), - [anon_sym_SLASH] = ACTIONS(3151), - [anon_sym_PERCENT] = ACTIONS(3151), - [anon_sym_LT] = ACTIONS(3151), - [anon_sym_GT] = ACTIONS(3151), - [anon_sym_EQ_EQ] = ACTIONS(3151), - [anon_sym_BANG_EQ] = ACTIONS(3151), - [anon_sym_LT_EQ] = ACTIONS(3151), - [anon_sym_GT_EQ] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3149), - [anon_sym_struct] = ACTIONS(3151), - [anon_sym_union] = ACTIONS(3151), - [anon_sym_pub] = ACTIONS(3151), - [anon_sym_mut] = ACTIONS(3151), - [anon_sym_enum] = ACTIONS(3151), - [anon_sym_interface] = ACTIONS(3151), - [anon_sym_PLUS_PLUS] = ACTIONS(3151), - [anon_sym_DASH_DASH] = ACTIONS(3151), - [anon_sym_QMARK] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3151), - [anon_sym_go] = ACTIONS(3151), - [anon_sym_spawn] = ACTIONS(3151), - [anon_sym_json_DOTdecode] = ACTIONS(3151), - [anon_sym_LBRACK2] = ACTIONS(3151), - [anon_sym_TILDE] = ACTIONS(3151), - [anon_sym_CARET] = ACTIONS(3151), - [anon_sym_AMP] = ACTIONS(3151), - [anon_sym_LT_DASH] = ACTIONS(3151), - [anon_sym_LT_LT] = ACTIONS(3151), - [anon_sym_GT_GT] = ACTIONS(3151), - [anon_sym_GT_GT_GT] = ACTIONS(3151), - [anon_sym_AMP_CARET] = ACTIONS(3151), - [anon_sym_AMP_AMP] = ACTIONS(3151), - [anon_sym_PIPE_PIPE] = ACTIONS(3151), - [anon_sym_or] = ACTIONS(3151), - [sym_none] = ACTIONS(3151), - [sym_true] = ACTIONS(3151), - [sym_false] = ACTIONS(3151), - [sym_nil] = ACTIONS(3151), - [anon_sym_QMARK_DOT] = ACTIONS(3151), - [anon_sym_POUND_LBRACK] = ACTIONS(3151), - [anon_sym_if] = ACTIONS(3151), - [anon_sym_DOLLARif] = ACTIONS(3151), - [anon_sym_is] = ACTIONS(3151), - [anon_sym_BANGis] = ACTIONS(3151), - [anon_sym_in] = ACTIONS(3151), - [anon_sym_BANGin] = ACTIONS(3151), - [anon_sym_match] = ACTIONS(3151), - [anon_sym_select] = ACTIONS(3151), - [anon_sym_lock] = ACTIONS(3151), - [anon_sym_rlock] = ACTIONS(3151), - [anon_sym_unsafe] = ACTIONS(3151), - [anon_sym_sql] = ACTIONS(3151), - [sym_int_literal] = ACTIONS(3151), - [sym_float_literal] = ACTIONS(3151), - [sym_rune_literal] = ACTIONS(3151), - [sym_pseudo_compile_time_identifier] = ACTIONS(3151), - [anon_sym_shared] = ACTIONS(3151), - [anon_sym_map_LBRACK] = ACTIONS(3151), - [anon_sym_chan] = ACTIONS(3151), - [anon_sym_thread] = ACTIONS(3151), - [anon_sym_atomic] = ACTIONS(3151), - [anon_sym_assert] = ACTIONS(3151), - [anon_sym_defer] = ACTIONS(3151), - [anon_sym_goto] = ACTIONS(3151), - [anon_sym_break] = ACTIONS(3151), - [anon_sym_continue] = ACTIONS(3151), - [anon_sym_return] = ACTIONS(3151), - [anon_sym_DOLLARfor] = ACTIONS(3151), - [anon_sym_for] = ACTIONS(3151), - [anon_sym_POUND] = ACTIONS(3151), - [anon_sym_asm] = ACTIONS(3151), - [anon_sym_AT_LBRACK] = ACTIONS(3151), - [sym___double_quote] = ACTIONS(3151), - [sym___single_quote] = ACTIONS(3151), - [sym___c_double_quote] = ACTIONS(3151), - [sym___c_single_quote] = ACTIONS(3151), - [sym___r_double_quote] = ACTIONS(3151), - [sym___r_single_quote] = ACTIONS(3151), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym___global] = ACTIONS(2653), + [anon_sym_type] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2653), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2653), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2653), + [anon_sym_BANG_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_pub] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_interface] = ACTIONS(2653), + [anon_sym_PLUS_PLUS] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2653), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_LT_LT] = ACTIONS(2653), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2653), + [anon_sym_AMP_CARET] = ACTIONS(2653), + [anon_sym_AMP_AMP] = ACTIONS(2653), + [anon_sym_PIPE_PIPE] = ACTIONS(2653), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2653), + [anon_sym_POUND_LBRACK] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2653), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2653), + [sym_rune_literal] = ACTIONS(2653), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2653), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [anon_sym_assert] = ACTIONS(2653), + [anon_sym_defer] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_DOLLARfor] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_POUND] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym_AT_LBRACK] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2653), + [sym___single_quote] = ACTIONS(2653), + [sym___c_double_quote] = ACTIONS(2653), + [sym___c_single_quote] = ACTIONS(2653), + [sym___r_double_quote] = ACTIONS(2653), + [sym___r_single_quote] = ACTIONS(2653), }, [1077] = { [sym_line_comment] = STATE(1077), [sym_block_comment] = STATE(1077), - [ts_builtin_sym_end] = ACTIONS(3221), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LF] = ACTIONS(3223), - [anon_sym_CR] = ACTIONS(3223), - [anon_sym_CR_LF] = ACTIONS(3223), + [ts_builtin_sym_end] = ACTIONS(3367), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LF] = ACTIONS(3369), + [anon_sym_CR] = ACTIONS(3369), + [anon_sym_CR_LF] = ACTIONS(3369), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3223), - [anon_sym_as] = ACTIONS(3223), - [anon_sym_LBRACE] = ACTIONS(3223), - [anon_sym_COMMA] = ACTIONS(3223), - [anon_sym_const] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3223), - [anon_sym___global] = ACTIONS(3223), - [anon_sym_type] = ACTIONS(3223), - [anon_sym_PIPE] = ACTIONS(3223), - [anon_sym_fn] = ACTIONS(3223), - [anon_sym_PLUS] = ACTIONS(3223), - [anon_sym_DASH] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3223), - [anon_sym_SLASH] = ACTIONS(3223), - [anon_sym_PERCENT] = ACTIONS(3223), - [anon_sym_LT] = ACTIONS(3223), - [anon_sym_GT] = ACTIONS(3223), - [anon_sym_EQ_EQ] = ACTIONS(3223), - [anon_sym_BANG_EQ] = ACTIONS(3223), - [anon_sym_LT_EQ] = ACTIONS(3223), - [anon_sym_GT_EQ] = ACTIONS(3223), - [anon_sym_LBRACK] = ACTIONS(3221), - [anon_sym_struct] = ACTIONS(3223), - [anon_sym_union] = ACTIONS(3223), - [anon_sym_pub] = ACTIONS(3223), - [anon_sym_mut] = ACTIONS(3223), - [anon_sym_enum] = ACTIONS(3223), - [anon_sym_interface] = ACTIONS(3223), - [anon_sym_PLUS_PLUS] = ACTIONS(3223), - [anon_sym_DASH_DASH] = ACTIONS(3223), - [anon_sym_QMARK] = ACTIONS(3223), - [anon_sym_BANG] = ACTIONS(3223), - [anon_sym_go] = ACTIONS(3223), - [anon_sym_spawn] = ACTIONS(3223), - [anon_sym_json_DOTdecode] = ACTIONS(3223), - [anon_sym_LBRACK2] = ACTIONS(3223), - [anon_sym_TILDE] = ACTIONS(3223), - [anon_sym_CARET] = ACTIONS(3223), - [anon_sym_AMP] = ACTIONS(3223), - [anon_sym_LT_DASH] = ACTIONS(3223), - [anon_sym_LT_LT] = ACTIONS(3223), - [anon_sym_GT_GT] = ACTIONS(3223), - [anon_sym_GT_GT_GT] = ACTIONS(3223), - [anon_sym_AMP_CARET] = ACTIONS(3223), - [anon_sym_AMP_AMP] = ACTIONS(3223), - [anon_sym_PIPE_PIPE] = ACTIONS(3223), - [anon_sym_or] = ACTIONS(3223), - [sym_none] = ACTIONS(3223), - [sym_true] = ACTIONS(3223), - [sym_false] = ACTIONS(3223), - [sym_nil] = ACTIONS(3223), - [anon_sym_QMARK_DOT] = ACTIONS(3223), - [anon_sym_POUND_LBRACK] = ACTIONS(3223), - [anon_sym_if] = ACTIONS(3223), - [anon_sym_DOLLARif] = ACTIONS(3223), - [anon_sym_is] = ACTIONS(3223), - [anon_sym_BANGis] = ACTIONS(3223), - [anon_sym_in] = ACTIONS(3223), - [anon_sym_BANGin] = ACTIONS(3223), - [anon_sym_match] = ACTIONS(3223), - [anon_sym_select] = ACTIONS(3223), - [anon_sym_lock] = ACTIONS(3223), - [anon_sym_rlock] = ACTIONS(3223), - [anon_sym_unsafe] = ACTIONS(3223), - [anon_sym_sql] = ACTIONS(3223), - [sym_int_literal] = ACTIONS(3223), - [sym_float_literal] = ACTIONS(3223), - [sym_rune_literal] = ACTIONS(3223), - [sym_pseudo_compile_time_identifier] = ACTIONS(3223), - [anon_sym_shared] = ACTIONS(3223), - [anon_sym_map_LBRACK] = ACTIONS(3223), - [anon_sym_chan] = ACTIONS(3223), - [anon_sym_thread] = ACTIONS(3223), - [anon_sym_atomic] = ACTIONS(3223), - [anon_sym_assert] = ACTIONS(3223), - [anon_sym_defer] = ACTIONS(3223), - [anon_sym_goto] = ACTIONS(3223), - [anon_sym_break] = ACTIONS(3223), - [anon_sym_continue] = ACTIONS(3223), - [anon_sym_return] = ACTIONS(3223), - [anon_sym_DOLLARfor] = ACTIONS(3223), - [anon_sym_for] = ACTIONS(3223), - [anon_sym_POUND] = ACTIONS(3223), - [anon_sym_asm] = ACTIONS(3223), - [anon_sym_AT_LBRACK] = ACTIONS(3223), - [sym___double_quote] = ACTIONS(3223), - [sym___single_quote] = ACTIONS(3223), - [sym___c_double_quote] = ACTIONS(3223), - [sym___c_single_quote] = ACTIONS(3223), - [sym___r_double_quote] = ACTIONS(3223), - [sym___r_single_quote] = ACTIONS(3223), + [anon_sym_DOT] = ACTIONS(3369), + [anon_sym_as] = ACTIONS(3369), + [anon_sym_LBRACE] = ACTIONS(3369), + [anon_sym_COMMA] = ACTIONS(3369), + [anon_sym_const] = ACTIONS(3369), + [anon_sym_LPAREN] = ACTIONS(3369), + [anon_sym___global] = ACTIONS(3369), + [anon_sym_type] = ACTIONS(3369), + [anon_sym_PIPE] = ACTIONS(3369), + [anon_sym_fn] = ACTIONS(3369), + [anon_sym_PLUS] = ACTIONS(3369), + [anon_sym_DASH] = ACTIONS(3369), + [anon_sym_STAR] = ACTIONS(3369), + [anon_sym_SLASH] = ACTIONS(3369), + [anon_sym_PERCENT] = ACTIONS(3369), + [anon_sym_LT] = ACTIONS(3369), + [anon_sym_GT] = ACTIONS(3369), + [anon_sym_EQ_EQ] = ACTIONS(3369), + [anon_sym_BANG_EQ] = ACTIONS(3369), + [anon_sym_LT_EQ] = ACTIONS(3369), + [anon_sym_GT_EQ] = ACTIONS(3369), + [anon_sym_LBRACK] = ACTIONS(3367), + [anon_sym_struct] = ACTIONS(3369), + [anon_sym_union] = ACTIONS(3369), + [anon_sym_pub] = ACTIONS(3369), + [anon_sym_mut] = ACTIONS(3369), + [anon_sym_enum] = ACTIONS(3369), + [anon_sym_interface] = ACTIONS(3369), + [anon_sym_PLUS_PLUS] = ACTIONS(3369), + [anon_sym_DASH_DASH] = ACTIONS(3369), + [anon_sym_QMARK] = ACTIONS(3369), + [anon_sym_BANG] = ACTIONS(3369), + [anon_sym_go] = ACTIONS(3369), + [anon_sym_spawn] = ACTIONS(3369), + [anon_sym_json_DOTdecode] = ACTIONS(3369), + [anon_sym_LBRACK2] = ACTIONS(3369), + [anon_sym_TILDE] = ACTIONS(3369), + [anon_sym_CARET] = ACTIONS(3369), + [anon_sym_AMP] = ACTIONS(3369), + [anon_sym_LT_DASH] = ACTIONS(3369), + [anon_sym_LT_LT] = ACTIONS(3369), + [anon_sym_GT_GT] = ACTIONS(3369), + [anon_sym_GT_GT_GT] = ACTIONS(3369), + [anon_sym_AMP_CARET] = ACTIONS(3369), + [anon_sym_AMP_AMP] = ACTIONS(3369), + [anon_sym_PIPE_PIPE] = ACTIONS(3369), + [anon_sym_or] = ACTIONS(3369), + [sym_none] = ACTIONS(3369), + [sym_true] = ACTIONS(3369), + [sym_false] = ACTIONS(3369), + [sym_nil] = ACTIONS(3369), + [anon_sym_QMARK_DOT] = ACTIONS(3369), + [anon_sym_POUND_LBRACK] = ACTIONS(3369), + [anon_sym_if] = ACTIONS(3369), + [anon_sym_DOLLARif] = ACTIONS(3369), + [anon_sym_is] = ACTIONS(3369), + [anon_sym_BANGis] = ACTIONS(3369), + [anon_sym_in] = ACTIONS(3369), + [anon_sym_BANGin] = ACTIONS(3369), + [anon_sym_match] = ACTIONS(3369), + [anon_sym_select] = ACTIONS(3369), + [anon_sym_lock] = ACTIONS(3369), + [anon_sym_rlock] = ACTIONS(3369), + [anon_sym_unsafe] = ACTIONS(3369), + [anon_sym_sql] = ACTIONS(3369), + [sym_int_literal] = ACTIONS(3369), + [sym_float_literal] = ACTIONS(3369), + [sym_rune_literal] = ACTIONS(3369), + [sym_pseudo_compile_time_identifier] = ACTIONS(3369), + [anon_sym_shared] = ACTIONS(3369), + [anon_sym_map_LBRACK] = ACTIONS(3369), + [anon_sym_chan] = ACTIONS(3369), + [anon_sym_thread] = ACTIONS(3369), + [anon_sym_atomic] = ACTIONS(3369), + [anon_sym_assert] = ACTIONS(3369), + [anon_sym_defer] = ACTIONS(3369), + [anon_sym_goto] = ACTIONS(3369), + [anon_sym_break] = ACTIONS(3369), + [anon_sym_continue] = ACTIONS(3369), + [anon_sym_return] = ACTIONS(3369), + [anon_sym_DOLLARfor] = ACTIONS(3369), + [anon_sym_for] = ACTIONS(3369), + [anon_sym_POUND] = ACTIONS(3369), + [anon_sym_asm] = ACTIONS(3369), + [anon_sym_AT_LBRACK] = ACTIONS(3369), + [sym___double_quote] = ACTIONS(3369), + [sym___single_quote] = ACTIONS(3369), + [sym___c_double_quote] = ACTIONS(3369), + [sym___c_single_quote] = ACTIONS(3369), + [sym___r_double_quote] = ACTIONS(3369), + [sym___r_single_quote] = ACTIONS(3369), }, [1078] = { [sym_line_comment] = STATE(1078), [sym_block_comment] = STATE(1078), - [ts_builtin_sym_end] = ACTIONS(3031), - [sym_identifier] = ACTIONS(3033), - [anon_sym_LF] = ACTIONS(3033), - [anon_sym_CR] = ACTIONS(3033), - [anon_sym_CR_LF] = ACTIONS(3033), + [ts_builtin_sym_end] = ACTIONS(3243), + [sym_identifier] = ACTIONS(3245), + [anon_sym_LF] = ACTIONS(3245), + [anon_sym_CR] = ACTIONS(3245), + [anon_sym_CR_LF] = ACTIONS(3245), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3033), - [anon_sym_as] = ACTIONS(3033), - [anon_sym_LBRACE] = ACTIONS(3033), - [anon_sym_COMMA] = ACTIONS(3033), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_LPAREN] = ACTIONS(3033), - [anon_sym___global] = ACTIONS(3033), - [anon_sym_type] = ACTIONS(3033), - [anon_sym_PIPE] = ACTIONS(3033), - [anon_sym_fn] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3033), - [anon_sym_SLASH] = ACTIONS(3033), - [anon_sym_PERCENT] = ACTIONS(3033), - [anon_sym_LT] = ACTIONS(3033), - [anon_sym_GT] = ACTIONS(3033), - [anon_sym_EQ_EQ] = ACTIONS(3033), - [anon_sym_BANG_EQ] = ACTIONS(3033), - [anon_sym_LT_EQ] = ACTIONS(3033), - [anon_sym_GT_EQ] = ACTIONS(3033), - [anon_sym_LBRACK] = ACTIONS(3031), - [anon_sym_struct] = ACTIONS(3033), - [anon_sym_union] = ACTIONS(3033), - [anon_sym_pub] = ACTIONS(3033), - [anon_sym_mut] = ACTIONS(3033), - [anon_sym_enum] = ACTIONS(3033), - [anon_sym_interface] = ACTIONS(3033), - [anon_sym_PLUS_PLUS] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3033), - [anon_sym_QMARK] = ACTIONS(3033), - [anon_sym_BANG] = ACTIONS(3033), - [anon_sym_go] = ACTIONS(3033), - [anon_sym_spawn] = ACTIONS(3033), - [anon_sym_json_DOTdecode] = ACTIONS(3033), - [anon_sym_LBRACK2] = ACTIONS(3033), - [anon_sym_TILDE] = ACTIONS(3033), - [anon_sym_CARET] = ACTIONS(3033), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_LT_DASH] = ACTIONS(3033), - [anon_sym_LT_LT] = ACTIONS(3033), - [anon_sym_GT_GT] = ACTIONS(3033), - [anon_sym_GT_GT_GT] = ACTIONS(3033), - [anon_sym_AMP_CARET] = ACTIONS(3033), - [anon_sym_AMP_AMP] = ACTIONS(3033), - [anon_sym_PIPE_PIPE] = ACTIONS(3033), - [anon_sym_or] = ACTIONS(3033), - [sym_none] = ACTIONS(3033), - [sym_true] = ACTIONS(3033), - [sym_false] = ACTIONS(3033), - [sym_nil] = ACTIONS(3033), - [anon_sym_QMARK_DOT] = ACTIONS(3033), - [anon_sym_POUND_LBRACK] = ACTIONS(3033), - [anon_sym_if] = ACTIONS(3033), - [anon_sym_DOLLARif] = ACTIONS(3033), - [anon_sym_is] = ACTIONS(3033), - [anon_sym_BANGis] = ACTIONS(3033), - [anon_sym_in] = ACTIONS(3033), - [anon_sym_BANGin] = ACTIONS(3033), - [anon_sym_match] = ACTIONS(3033), - [anon_sym_select] = ACTIONS(3033), - [anon_sym_lock] = ACTIONS(3033), - [anon_sym_rlock] = ACTIONS(3033), - [anon_sym_unsafe] = ACTIONS(3033), - [anon_sym_sql] = ACTIONS(3033), - [sym_int_literal] = ACTIONS(3033), - [sym_float_literal] = ACTIONS(3033), - [sym_rune_literal] = ACTIONS(3033), - [sym_pseudo_compile_time_identifier] = ACTIONS(3033), - [anon_sym_shared] = ACTIONS(3033), - [anon_sym_map_LBRACK] = ACTIONS(3033), - [anon_sym_chan] = ACTIONS(3033), - [anon_sym_thread] = ACTIONS(3033), - [anon_sym_atomic] = ACTIONS(3033), - [anon_sym_assert] = ACTIONS(3033), - [anon_sym_defer] = ACTIONS(3033), - [anon_sym_goto] = ACTIONS(3033), - [anon_sym_break] = ACTIONS(3033), - [anon_sym_continue] = ACTIONS(3033), - [anon_sym_return] = ACTIONS(3033), - [anon_sym_DOLLARfor] = ACTIONS(3033), - [anon_sym_for] = ACTIONS(3033), - [anon_sym_POUND] = ACTIONS(3033), - [anon_sym_asm] = ACTIONS(3033), - [anon_sym_AT_LBRACK] = ACTIONS(3033), - [sym___double_quote] = ACTIONS(3033), - [sym___single_quote] = ACTIONS(3033), - [sym___c_double_quote] = ACTIONS(3033), - [sym___c_single_quote] = ACTIONS(3033), - [sym___r_double_quote] = ACTIONS(3033), - [sym___r_single_quote] = ACTIONS(3033), + [anon_sym_DOT] = ACTIONS(3245), + [anon_sym_as] = ACTIONS(3245), + [anon_sym_LBRACE] = ACTIONS(3245), + [anon_sym_COMMA] = ACTIONS(3245), + [anon_sym_const] = ACTIONS(3245), + [anon_sym_LPAREN] = ACTIONS(3245), + [anon_sym___global] = ACTIONS(3245), + [anon_sym_type] = ACTIONS(3245), + [anon_sym_PIPE] = ACTIONS(3245), + [anon_sym_fn] = ACTIONS(3245), + [anon_sym_PLUS] = ACTIONS(3245), + [anon_sym_DASH] = ACTIONS(3245), + [anon_sym_STAR] = ACTIONS(3245), + [anon_sym_SLASH] = ACTIONS(3245), + [anon_sym_PERCENT] = ACTIONS(3245), + [anon_sym_LT] = ACTIONS(3245), + [anon_sym_GT] = ACTIONS(3245), + [anon_sym_EQ_EQ] = ACTIONS(3245), + [anon_sym_BANG_EQ] = ACTIONS(3245), + [anon_sym_LT_EQ] = ACTIONS(3245), + [anon_sym_GT_EQ] = ACTIONS(3245), + [anon_sym_LBRACK] = ACTIONS(3243), + [anon_sym_struct] = ACTIONS(3245), + [anon_sym_union] = ACTIONS(3245), + [anon_sym_pub] = ACTIONS(3245), + [anon_sym_mut] = ACTIONS(3245), + [anon_sym_enum] = ACTIONS(3245), + [anon_sym_interface] = ACTIONS(3245), + [anon_sym_PLUS_PLUS] = ACTIONS(3245), + [anon_sym_DASH_DASH] = ACTIONS(3245), + [anon_sym_QMARK] = ACTIONS(3245), + [anon_sym_BANG] = ACTIONS(3245), + [anon_sym_go] = ACTIONS(3245), + [anon_sym_spawn] = ACTIONS(3245), + [anon_sym_json_DOTdecode] = ACTIONS(3245), + [anon_sym_LBRACK2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3245), + [anon_sym_CARET] = ACTIONS(3245), + [anon_sym_AMP] = ACTIONS(3245), + [anon_sym_LT_DASH] = ACTIONS(3245), + [anon_sym_LT_LT] = ACTIONS(3245), + [anon_sym_GT_GT] = ACTIONS(3245), + [anon_sym_GT_GT_GT] = ACTIONS(3245), + [anon_sym_AMP_CARET] = ACTIONS(3245), + [anon_sym_AMP_AMP] = ACTIONS(3245), + [anon_sym_PIPE_PIPE] = ACTIONS(3245), + [anon_sym_or] = ACTIONS(3245), + [sym_none] = ACTIONS(3245), + [sym_true] = ACTIONS(3245), + [sym_false] = ACTIONS(3245), + [sym_nil] = ACTIONS(3245), + [anon_sym_QMARK_DOT] = ACTIONS(3245), + [anon_sym_POUND_LBRACK] = ACTIONS(3245), + [anon_sym_if] = ACTIONS(3245), + [anon_sym_DOLLARif] = ACTIONS(3245), + [anon_sym_is] = ACTIONS(3245), + [anon_sym_BANGis] = ACTIONS(3245), + [anon_sym_in] = ACTIONS(3245), + [anon_sym_BANGin] = ACTIONS(3245), + [anon_sym_match] = ACTIONS(3245), + [anon_sym_select] = ACTIONS(3245), + [anon_sym_lock] = ACTIONS(3245), + [anon_sym_rlock] = ACTIONS(3245), + [anon_sym_unsafe] = ACTIONS(3245), + [anon_sym_sql] = ACTIONS(3245), + [sym_int_literal] = ACTIONS(3245), + [sym_float_literal] = ACTIONS(3245), + [sym_rune_literal] = ACTIONS(3245), + [sym_pseudo_compile_time_identifier] = ACTIONS(3245), + [anon_sym_shared] = ACTIONS(3245), + [anon_sym_map_LBRACK] = ACTIONS(3245), + [anon_sym_chan] = ACTIONS(3245), + [anon_sym_thread] = ACTIONS(3245), + [anon_sym_atomic] = ACTIONS(3245), + [anon_sym_assert] = ACTIONS(3245), + [anon_sym_defer] = ACTIONS(3245), + [anon_sym_goto] = ACTIONS(3245), + [anon_sym_break] = ACTIONS(3245), + [anon_sym_continue] = ACTIONS(3245), + [anon_sym_return] = ACTIONS(3245), + [anon_sym_DOLLARfor] = ACTIONS(3245), + [anon_sym_for] = ACTIONS(3245), + [anon_sym_POUND] = ACTIONS(3245), + [anon_sym_asm] = ACTIONS(3245), + [anon_sym_AT_LBRACK] = ACTIONS(3245), + [sym___double_quote] = ACTIONS(3245), + [sym___single_quote] = ACTIONS(3245), + [sym___c_double_quote] = ACTIONS(3245), + [sym___c_single_quote] = ACTIONS(3245), + [sym___r_double_quote] = ACTIONS(3245), + [sym___r_single_quote] = ACTIONS(3245), }, [1079] = { [sym_line_comment] = STATE(1079), [sym_block_comment] = STATE(1079), - [ts_builtin_sym_end] = ACTIONS(3035), - [sym_identifier] = ACTIONS(3037), - [anon_sym_LF] = ACTIONS(3037), - [anon_sym_CR] = ACTIONS(3037), - [anon_sym_CR_LF] = ACTIONS(3037), + [ts_builtin_sym_end] = ACTIONS(3071), + [sym_identifier] = ACTIONS(3073), + [anon_sym_LF] = ACTIONS(3073), + [anon_sym_CR] = ACTIONS(3073), + [anon_sym_CR_LF] = ACTIONS(3073), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3037), - [anon_sym_as] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COMMA] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_LPAREN] = ACTIONS(3037), - [anon_sym___global] = ACTIONS(3037), - [anon_sym_type] = ACTIONS(3037), - [anon_sym_PIPE] = ACTIONS(3037), - [anon_sym_fn] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_SLASH] = ACTIONS(3037), - [anon_sym_PERCENT] = ACTIONS(3037), - [anon_sym_LT] = ACTIONS(3037), - [anon_sym_GT] = ACTIONS(3037), - [anon_sym_EQ_EQ] = ACTIONS(3037), - [anon_sym_BANG_EQ] = ACTIONS(3037), - [anon_sym_LT_EQ] = ACTIONS(3037), - [anon_sym_GT_EQ] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3035), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [anon_sym_pub] = ACTIONS(3037), - [anon_sym_mut] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_interface] = ACTIONS(3037), - [anon_sym_PLUS_PLUS] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3037), - [anon_sym_QMARK] = ACTIONS(3037), - [anon_sym_BANG] = ACTIONS(3037), - [anon_sym_go] = ACTIONS(3037), - [anon_sym_spawn] = ACTIONS(3037), - [anon_sym_json_DOTdecode] = ACTIONS(3037), - [anon_sym_LBRACK2] = ACTIONS(3037), - [anon_sym_TILDE] = ACTIONS(3037), - [anon_sym_CARET] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_LT_DASH] = ACTIONS(3037), - [anon_sym_LT_LT] = ACTIONS(3037), - [anon_sym_GT_GT] = ACTIONS(3037), - [anon_sym_GT_GT_GT] = ACTIONS(3037), - [anon_sym_AMP_CARET] = ACTIONS(3037), - [anon_sym_AMP_AMP] = ACTIONS(3037), - [anon_sym_PIPE_PIPE] = ACTIONS(3037), - [anon_sym_or] = ACTIONS(3037), - [sym_none] = ACTIONS(3037), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [sym_nil] = ACTIONS(3037), - [anon_sym_QMARK_DOT] = ACTIONS(3037), - [anon_sym_POUND_LBRACK] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_DOLLARif] = ACTIONS(3037), - [anon_sym_is] = ACTIONS(3037), - [anon_sym_BANGis] = ACTIONS(3037), - [anon_sym_in] = ACTIONS(3037), - [anon_sym_BANGin] = ACTIONS(3037), - [anon_sym_match] = ACTIONS(3037), - [anon_sym_select] = ACTIONS(3037), - [anon_sym_lock] = ACTIONS(3037), - [anon_sym_rlock] = ACTIONS(3037), - [anon_sym_unsafe] = ACTIONS(3037), - [anon_sym_sql] = ACTIONS(3037), - [sym_int_literal] = ACTIONS(3037), - [sym_float_literal] = ACTIONS(3037), - [sym_rune_literal] = ACTIONS(3037), - [sym_pseudo_compile_time_identifier] = ACTIONS(3037), - [anon_sym_shared] = ACTIONS(3037), - [anon_sym_map_LBRACK] = ACTIONS(3037), - [anon_sym_chan] = ACTIONS(3037), - [anon_sym_thread] = ACTIONS(3037), - [anon_sym_atomic] = ACTIONS(3037), - [anon_sym_assert] = ACTIONS(3037), - [anon_sym_defer] = ACTIONS(3037), - [anon_sym_goto] = ACTIONS(3037), - [anon_sym_break] = ACTIONS(3037), - [anon_sym_continue] = ACTIONS(3037), - [anon_sym_return] = ACTIONS(3037), - [anon_sym_DOLLARfor] = ACTIONS(3037), - [anon_sym_for] = ACTIONS(3037), - [anon_sym_POUND] = ACTIONS(3037), - [anon_sym_asm] = ACTIONS(3037), - [anon_sym_AT_LBRACK] = ACTIONS(3037), - [sym___double_quote] = ACTIONS(3037), - [sym___single_quote] = ACTIONS(3037), - [sym___c_double_quote] = ACTIONS(3037), - [sym___c_single_quote] = ACTIONS(3037), - [sym___r_double_quote] = ACTIONS(3037), - [sym___r_single_quote] = ACTIONS(3037), + [anon_sym_DOT] = ACTIONS(3073), + [anon_sym_as] = ACTIONS(3073), + [anon_sym_LBRACE] = ACTIONS(3073), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_const] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(3073), + [anon_sym___global] = ACTIONS(3073), + [anon_sym_type] = ACTIONS(3073), + [anon_sym_PIPE] = ACTIONS(3073), + [anon_sym_fn] = ACTIONS(3073), + [anon_sym_PLUS] = ACTIONS(3073), + [anon_sym_DASH] = ACTIONS(3073), + [anon_sym_STAR] = ACTIONS(3073), + [anon_sym_SLASH] = ACTIONS(3073), + [anon_sym_PERCENT] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(3073), + [anon_sym_GT] = ACTIONS(3073), + [anon_sym_EQ_EQ] = ACTIONS(3073), + [anon_sym_BANG_EQ] = ACTIONS(3073), + [anon_sym_LT_EQ] = ACTIONS(3073), + [anon_sym_GT_EQ] = ACTIONS(3073), + [anon_sym_LBRACK] = ACTIONS(3071), + [anon_sym_struct] = ACTIONS(3073), + [anon_sym_union] = ACTIONS(3073), + [anon_sym_pub] = ACTIONS(3073), + [anon_sym_mut] = ACTIONS(3073), + [anon_sym_enum] = ACTIONS(3073), + [anon_sym_interface] = ACTIONS(3073), + [anon_sym_PLUS_PLUS] = ACTIONS(3073), + [anon_sym_DASH_DASH] = ACTIONS(3073), + [anon_sym_QMARK] = ACTIONS(3073), + [anon_sym_BANG] = ACTIONS(3073), + [anon_sym_go] = ACTIONS(3073), + [anon_sym_spawn] = ACTIONS(3073), + [anon_sym_json_DOTdecode] = ACTIONS(3073), + [anon_sym_LBRACK2] = ACTIONS(3073), + [anon_sym_TILDE] = ACTIONS(3073), + [anon_sym_CARET] = ACTIONS(3073), + [anon_sym_AMP] = ACTIONS(3073), + [anon_sym_LT_DASH] = ACTIONS(3073), + [anon_sym_LT_LT] = ACTIONS(3073), + [anon_sym_GT_GT] = ACTIONS(3073), + [anon_sym_GT_GT_GT] = ACTIONS(3073), + [anon_sym_AMP_CARET] = ACTIONS(3073), + [anon_sym_AMP_AMP] = ACTIONS(3073), + [anon_sym_PIPE_PIPE] = ACTIONS(3073), + [anon_sym_or] = ACTIONS(3073), + [sym_none] = ACTIONS(3073), + [sym_true] = ACTIONS(3073), + [sym_false] = ACTIONS(3073), + [sym_nil] = ACTIONS(3073), + [anon_sym_QMARK_DOT] = ACTIONS(3073), + [anon_sym_POUND_LBRACK] = ACTIONS(3073), + [anon_sym_if] = ACTIONS(3073), + [anon_sym_DOLLARif] = ACTIONS(3073), + [anon_sym_is] = ACTIONS(3073), + [anon_sym_BANGis] = ACTIONS(3073), + [anon_sym_in] = ACTIONS(3073), + [anon_sym_BANGin] = ACTIONS(3073), + [anon_sym_match] = ACTIONS(3073), + [anon_sym_select] = ACTIONS(3073), + [anon_sym_lock] = ACTIONS(3073), + [anon_sym_rlock] = ACTIONS(3073), + [anon_sym_unsafe] = ACTIONS(3073), + [anon_sym_sql] = ACTIONS(3073), + [sym_int_literal] = ACTIONS(3073), + [sym_float_literal] = ACTIONS(3073), + [sym_rune_literal] = ACTIONS(3073), + [sym_pseudo_compile_time_identifier] = ACTIONS(3073), + [anon_sym_shared] = ACTIONS(3073), + [anon_sym_map_LBRACK] = ACTIONS(3073), + [anon_sym_chan] = ACTIONS(3073), + [anon_sym_thread] = ACTIONS(3073), + [anon_sym_atomic] = ACTIONS(3073), + [anon_sym_assert] = ACTIONS(3073), + [anon_sym_defer] = ACTIONS(3073), + [anon_sym_goto] = ACTIONS(3073), + [anon_sym_break] = ACTIONS(3073), + [anon_sym_continue] = ACTIONS(3073), + [anon_sym_return] = ACTIONS(3073), + [anon_sym_DOLLARfor] = ACTIONS(3073), + [anon_sym_for] = ACTIONS(3073), + [anon_sym_POUND] = ACTIONS(3073), + [anon_sym_asm] = ACTIONS(3073), + [anon_sym_AT_LBRACK] = ACTIONS(3073), + [sym___double_quote] = ACTIONS(3073), + [sym___single_quote] = ACTIONS(3073), + [sym___c_double_quote] = ACTIONS(3073), + [sym___c_single_quote] = ACTIONS(3073), + [sym___r_double_quote] = ACTIONS(3073), + [sym___r_single_quote] = ACTIONS(3073), }, [1080] = { [sym_line_comment] = STATE(1080), [sym_block_comment] = STATE(1080), - [ts_builtin_sym_end] = ACTIONS(3129), - [sym_identifier] = ACTIONS(3131), - [anon_sym_LF] = ACTIONS(3131), - [anon_sym_CR] = ACTIONS(3131), - [anon_sym_CR_LF] = ACTIONS(3131), + [ts_builtin_sym_end] = ACTIONS(3251), + [sym_identifier] = ACTIONS(3253), + [anon_sym_LF] = ACTIONS(3253), + [anon_sym_CR] = ACTIONS(3253), + [anon_sym_CR_LF] = ACTIONS(3253), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3131), - [anon_sym_as] = ACTIONS(3131), - [anon_sym_LBRACE] = ACTIONS(3131), - [anon_sym_COMMA] = ACTIONS(3131), - [anon_sym_const] = ACTIONS(3131), - [anon_sym_LPAREN] = ACTIONS(3131), - [anon_sym___global] = ACTIONS(3131), - [anon_sym_type] = ACTIONS(3131), - [anon_sym_PIPE] = ACTIONS(3131), - [anon_sym_fn] = ACTIONS(3131), - [anon_sym_PLUS] = ACTIONS(3131), - [anon_sym_DASH] = ACTIONS(3131), - [anon_sym_STAR] = ACTIONS(3131), - [anon_sym_SLASH] = ACTIONS(3131), - [anon_sym_PERCENT] = ACTIONS(3131), - [anon_sym_LT] = ACTIONS(3131), - [anon_sym_GT] = ACTIONS(3131), - [anon_sym_EQ_EQ] = ACTIONS(3131), - [anon_sym_BANG_EQ] = ACTIONS(3131), - [anon_sym_LT_EQ] = ACTIONS(3131), - [anon_sym_GT_EQ] = ACTIONS(3131), - [anon_sym_LBRACK] = ACTIONS(3129), - [anon_sym_struct] = ACTIONS(3131), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_pub] = ACTIONS(3131), - [anon_sym_mut] = ACTIONS(3131), - [anon_sym_enum] = ACTIONS(3131), - [anon_sym_interface] = ACTIONS(3131), - [anon_sym_PLUS_PLUS] = ACTIONS(3131), - [anon_sym_DASH_DASH] = ACTIONS(3131), - [anon_sym_QMARK] = ACTIONS(3131), - [anon_sym_BANG] = ACTIONS(3131), - [anon_sym_go] = ACTIONS(3131), - [anon_sym_spawn] = ACTIONS(3131), - [anon_sym_json_DOTdecode] = ACTIONS(3131), - [anon_sym_LBRACK2] = ACTIONS(3131), - [anon_sym_TILDE] = ACTIONS(3131), - [anon_sym_CARET] = ACTIONS(3131), - [anon_sym_AMP] = ACTIONS(3131), - [anon_sym_LT_DASH] = ACTIONS(3131), - [anon_sym_LT_LT] = ACTIONS(3131), - [anon_sym_GT_GT] = ACTIONS(3131), - [anon_sym_GT_GT_GT] = ACTIONS(3131), - [anon_sym_AMP_CARET] = ACTIONS(3131), - [anon_sym_AMP_AMP] = ACTIONS(3131), - [anon_sym_PIPE_PIPE] = ACTIONS(3131), - [anon_sym_or] = ACTIONS(3131), - [sym_none] = ACTIONS(3131), - [sym_true] = ACTIONS(3131), - [sym_false] = ACTIONS(3131), - [sym_nil] = ACTIONS(3131), - [anon_sym_QMARK_DOT] = ACTIONS(3131), - [anon_sym_POUND_LBRACK] = ACTIONS(3131), - [anon_sym_if] = ACTIONS(3131), - [anon_sym_DOLLARif] = ACTIONS(3131), - [anon_sym_is] = ACTIONS(3131), - [anon_sym_BANGis] = ACTIONS(3131), - [anon_sym_in] = ACTIONS(3131), - [anon_sym_BANGin] = ACTIONS(3131), - [anon_sym_match] = ACTIONS(3131), - [anon_sym_select] = ACTIONS(3131), - [anon_sym_lock] = ACTIONS(3131), - [anon_sym_rlock] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(3131), - [anon_sym_sql] = ACTIONS(3131), - [sym_int_literal] = ACTIONS(3131), - [sym_float_literal] = ACTIONS(3131), - [sym_rune_literal] = ACTIONS(3131), - [sym_pseudo_compile_time_identifier] = ACTIONS(3131), - [anon_sym_shared] = ACTIONS(3131), - [anon_sym_map_LBRACK] = ACTIONS(3131), - [anon_sym_chan] = ACTIONS(3131), - [anon_sym_thread] = ACTIONS(3131), - [anon_sym_atomic] = ACTIONS(3131), - [anon_sym_assert] = ACTIONS(3131), - [anon_sym_defer] = ACTIONS(3131), - [anon_sym_goto] = ACTIONS(3131), - [anon_sym_break] = ACTIONS(3131), - [anon_sym_continue] = ACTIONS(3131), - [anon_sym_return] = ACTIONS(3131), - [anon_sym_DOLLARfor] = ACTIONS(3131), - [anon_sym_for] = ACTIONS(3131), - [anon_sym_POUND] = ACTIONS(3131), - [anon_sym_asm] = ACTIONS(3131), - [anon_sym_AT_LBRACK] = ACTIONS(3131), - [sym___double_quote] = ACTIONS(3131), - [sym___single_quote] = ACTIONS(3131), - [sym___c_double_quote] = ACTIONS(3131), - [sym___c_single_quote] = ACTIONS(3131), - [sym___r_double_quote] = ACTIONS(3131), - [sym___r_single_quote] = ACTIONS(3131), + [anon_sym_DOT] = ACTIONS(3253), + [anon_sym_as] = ACTIONS(3253), + [anon_sym_LBRACE] = ACTIONS(3253), + [anon_sym_COMMA] = ACTIONS(3253), + [anon_sym_const] = ACTIONS(3253), + [anon_sym_LPAREN] = ACTIONS(3253), + [anon_sym___global] = ACTIONS(3253), + [anon_sym_type] = ACTIONS(3253), + [anon_sym_PIPE] = ACTIONS(3253), + [anon_sym_fn] = ACTIONS(3253), + [anon_sym_PLUS] = ACTIONS(3253), + [anon_sym_DASH] = ACTIONS(3253), + [anon_sym_STAR] = ACTIONS(3253), + [anon_sym_SLASH] = ACTIONS(3253), + [anon_sym_PERCENT] = ACTIONS(3253), + [anon_sym_LT] = ACTIONS(3253), + [anon_sym_GT] = ACTIONS(3253), + [anon_sym_EQ_EQ] = ACTIONS(3253), + [anon_sym_BANG_EQ] = ACTIONS(3253), + [anon_sym_LT_EQ] = ACTIONS(3253), + [anon_sym_GT_EQ] = ACTIONS(3253), + [anon_sym_LBRACK] = ACTIONS(3251), + [anon_sym_struct] = ACTIONS(3253), + [anon_sym_union] = ACTIONS(3253), + [anon_sym_pub] = ACTIONS(3253), + [anon_sym_mut] = ACTIONS(3253), + [anon_sym_enum] = ACTIONS(3253), + [anon_sym_interface] = ACTIONS(3253), + [anon_sym_PLUS_PLUS] = ACTIONS(3253), + [anon_sym_DASH_DASH] = ACTIONS(3253), + [anon_sym_QMARK] = ACTIONS(3253), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(3253), + [anon_sym_spawn] = ACTIONS(3253), + [anon_sym_json_DOTdecode] = ACTIONS(3253), + [anon_sym_LBRACK2] = ACTIONS(3253), + [anon_sym_TILDE] = ACTIONS(3253), + [anon_sym_CARET] = ACTIONS(3253), + [anon_sym_AMP] = ACTIONS(3253), + [anon_sym_LT_DASH] = ACTIONS(3253), + [anon_sym_LT_LT] = ACTIONS(3253), + [anon_sym_GT_GT] = ACTIONS(3253), + [anon_sym_GT_GT_GT] = ACTIONS(3253), + [anon_sym_AMP_CARET] = ACTIONS(3253), + [anon_sym_AMP_AMP] = ACTIONS(3253), + [anon_sym_PIPE_PIPE] = ACTIONS(3253), + [anon_sym_or] = ACTIONS(3253), + [sym_none] = ACTIONS(3253), + [sym_true] = ACTIONS(3253), + [sym_false] = ACTIONS(3253), + [sym_nil] = ACTIONS(3253), + [anon_sym_QMARK_DOT] = ACTIONS(3253), + [anon_sym_POUND_LBRACK] = ACTIONS(3253), + [anon_sym_if] = ACTIONS(3253), + [anon_sym_DOLLARif] = ACTIONS(3253), + [anon_sym_is] = ACTIONS(3253), + [anon_sym_BANGis] = ACTIONS(3253), + [anon_sym_in] = ACTIONS(3253), + [anon_sym_BANGin] = ACTIONS(3253), + [anon_sym_match] = ACTIONS(3253), + [anon_sym_select] = ACTIONS(3253), + [anon_sym_lock] = ACTIONS(3253), + [anon_sym_rlock] = ACTIONS(3253), + [anon_sym_unsafe] = ACTIONS(3253), + [anon_sym_sql] = ACTIONS(3253), + [sym_int_literal] = ACTIONS(3253), + [sym_float_literal] = ACTIONS(3253), + [sym_rune_literal] = ACTIONS(3253), + [sym_pseudo_compile_time_identifier] = ACTIONS(3253), + [anon_sym_shared] = ACTIONS(3253), + [anon_sym_map_LBRACK] = ACTIONS(3253), + [anon_sym_chan] = ACTIONS(3253), + [anon_sym_thread] = ACTIONS(3253), + [anon_sym_atomic] = ACTIONS(3253), + [anon_sym_assert] = ACTIONS(3253), + [anon_sym_defer] = ACTIONS(3253), + [anon_sym_goto] = ACTIONS(3253), + [anon_sym_break] = ACTIONS(3253), + [anon_sym_continue] = ACTIONS(3253), + [anon_sym_return] = ACTIONS(3253), + [anon_sym_DOLLARfor] = ACTIONS(3253), + [anon_sym_for] = ACTIONS(3253), + [anon_sym_POUND] = ACTIONS(3253), + [anon_sym_asm] = ACTIONS(3253), + [anon_sym_AT_LBRACK] = ACTIONS(3253), + [sym___double_quote] = ACTIONS(3253), + [sym___single_quote] = ACTIONS(3253), + [sym___c_double_quote] = ACTIONS(3253), + [sym___c_single_quote] = ACTIONS(3253), + [sym___r_double_quote] = ACTIONS(3253), + [sym___r_single_quote] = ACTIONS(3253), }, [1081] = { [sym_line_comment] = STATE(1081), [sym_block_comment] = STATE(1081), - [ts_builtin_sym_end] = ACTIONS(3133), - [sym_identifier] = ACTIONS(3135), - [anon_sym_LF] = ACTIONS(3135), - [anon_sym_CR] = ACTIONS(3135), - [anon_sym_CR_LF] = ACTIONS(3135), + [ts_builtin_sym_end] = ACTIONS(3081), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LF] = ACTIONS(3083), + [anon_sym_CR] = ACTIONS(3083), + [anon_sym_CR_LF] = ACTIONS(3083), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3135), - [anon_sym_as] = ACTIONS(3135), - [anon_sym_LBRACE] = ACTIONS(3135), - [anon_sym_COMMA] = ACTIONS(3135), - [anon_sym_const] = ACTIONS(3135), - [anon_sym_LPAREN] = ACTIONS(3135), - [anon_sym___global] = ACTIONS(3135), - [anon_sym_type] = ACTIONS(3135), - [anon_sym_PIPE] = ACTIONS(3135), - [anon_sym_fn] = ACTIONS(3135), - [anon_sym_PLUS] = ACTIONS(3135), - [anon_sym_DASH] = ACTIONS(3135), - [anon_sym_STAR] = ACTIONS(3135), - [anon_sym_SLASH] = ACTIONS(3135), - [anon_sym_PERCENT] = ACTIONS(3135), - [anon_sym_LT] = ACTIONS(3135), - [anon_sym_GT] = ACTIONS(3135), - [anon_sym_EQ_EQ] = ACTIONS(3135), - [anon_sym_BANG_EQ] = ACTIONS(3135), - [anon_sym_LT_EQ] = ACTIONS(3135), - [anon_sym_GT_EQ] = ACTIONS(3135), - [anon_sym_LBRACK] = ACTIONS(3133), - [anon_sym_struct] = ACTIONS(3135), - [anon_sym_union] = ACTIONS(3135), - [anon_sym_pub] = ACTIONS(3135), - [anon_sym_mut] = ACTIONS(3135), - [anon_sym_enum] = ACTIONS(3135), - [anon_sym_interface] = ACTIONS(3135), - [anon_sym_PLUS_PLUS] = ACTIONS(3135), - [anon_sym_DASH_DASH] = ACTIONS(3135), - [anon_sym_QMARK] = ACTIONS(3135), - [anon_sym_BANG] = ACTIONS(3135), - [anon_sym_go] = ACTIONS(3135), - [anon_sym_spawn] = ACTIONS(3135), - [anon_sym_json_DOTdecode] = ACTIONS(3135), - [anon_sym_LBRACK2] = ACTIONS(3135), - [anon_sym_TILDE] = ACTIONS(3135), - [anon_sym_CARET] = ACTIONS(3135), - [anon_sym_AMP] = ACTIONS(3135), - [anon_sym_LT_DASH] = ACTIONS(3135), - [anon_sym_LT_LT] = ACTIONS(3135), - [anon_sym_GT_GT] = ACTIONS(3135), - [anon_sym_GT_GT_GT] = ACTIONS(3135), - [anon_sym_AMP_CARET] = ACTIONS(3135), - [anon_sym_AMP_AMP] = ACTIONS(3135), - [anon_sym_PIPE_PIPE] = ACTIONS(3135), - [anon_sym_or] = ACTIONS(3135), - [sym_none] = ACTIONS(3135), - [sym_true] = ACTIONS(3135), - [sym_false] = ACTIONS(3135), - [sym_nil] = ACTIONS(3135), - [anon_sym_QMARK_DOT] = ACTIONS(3135), - [anon_sym_POUND_LBRACK] = ACTIONS(3135), - [anon_sym_if] = ACTIONS(3135), - [anon_sym_DOLLARif] = ACTIONS(3135), - [anon_sym_is] = ACTIONS(3135), - [anon_sym_BANGis] = ACTIONS(3135), - [anon_sym_in] = ACTIONS(3135), - [anon_sym_BANGin] = ACTIONS(3135), - [anon_sym_match] = ACTIONS(3135), - [anon_sym_select] = ACTIONS(3135), - [anon_sym_lock] = ACTIONS(3135), - [anon_sym_rlock] = ACTIONS(3135), - [anon_sym_unsafe] = ACTIONS(3135), - [anon_sym_sql] = ACTIONS(3135), - [sym_int_literal] = ACTIONS(3135), - [sym_float_literal] = ACTIONS(3135), - [sym_rune_literal] = ACTIONS(3135), - [sym_pseudo_compile_time_identifier] = ACTIONS(3135), - [anon_sym_shared] = ACTIONS(3135), - [anon_sym_map_LBRACK] = ACTIONS(3135), - [anon_sym_chan] = ACTIONS(3135), - [anon_sym_thread] = ACTIONS(3135), - [anon_sym_atomic] = ACTIONS(3135), - [anon_sym_assert] = ACTIONS(3135), - [anon_sym_defer] = ACTIONS(3135), - [anon_sym_goto] = ACTIONS(3135), - [anon_sym_break] = ACTIONS(3135), - [anon_sym_continue] = ACTIONS(3135), - [anon_sym_return] = ACTIONS(3135), - [anon_sym_DOLLARfor] = ACTIONS(3135), - [anon_sym_for] = ACTIONS(3135), - [anon_sym_POUND] = ACTIONS(3135), - [anon_sym_asm] = ACTIONS(3135), - [anon_sym_AT_LBRACK] = ACTIONS(3135), - [sym___double_quote] = ACTIONS(3135), - [sym___single_quote] = ACTIONS(3135), - [sym___c_double_quote] = ACTIONS(3135), - [sym___c_single_quote] = ACTIONS(3135), - [sym___r_double_quote] = ACTIONS(3135), - [sym___r_single_quote] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(3083), + [anon_sym_as] = ACTIONS(3083), + [anon_sym_LBRACE] = ACTIONS(3083), + [anon_sym_COMMA] = ACTIONS(3083), + [anon_sym_const] = ACTIONS(3083), + [anon_sym_LPAREN] = ACTIONS(3083), + [anon_sym___global] = ACTIONS(3083), + [anon_sym_type] = ACTIONS(3083), + [anon_sym_PIPE] = ACTIONS(3083), + [anon_sym_fn] = ACTIONS(3083), + [anon_sym_PLUS] = ACTIONS(3083), + [anon_sym_DASH] = ACTIONS(3083), + [anon_sym_STAR] = ACTIONS(3083), + [anon_sym_SLASH] = ACTIONS(3083), + [anon_sym_PERCENT] = ACTIONS(3083), + [anon_sym_LT] = ACTIONS(3083), + [anon_sym_GT] = ACTIONS(3083), + [anon_sym_EQ_EQ] = ACTIONS(3083), + [anon_sym_BANG_EQ] = ACTIONS(3083), + [anon_sym_LT_EQ] = ACTIONS(3083), + [anon_sym_GT_EQ] = ACTIONS(3083), + [anon_sym_LBRACK] = ACTIONS(3081), + [anon_sym_struct] = ACTIONS(3083), + [anon_sym_union] = ACTIONS(3083), + [anon_sym_pub] = ACTIONS(3083), + [anon_sym_mut] = ACTIONS(3083), + [anon_sym_enum] = ACTIONS(3083), + [anon_sym_interface] = ACTIONS(3083), + [anon_sym_PLUS_PLUS] = ACTIONS(3083), + [anon_sym_DASH_DASH] = ACTIONS(3083), + [anon_sym_QMARK] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_go] = ACTIONS(3083), + [anon_sym_spawn] = ACTIONS(3083), + [anon_sym_json_DOTdecode] = ACTIONS(3083), + [anon_sym_LBRACK2] = ACTIONS(3083), + [anon_sym_TILDE] = ACTIONS(3083), + [anon_sym_CARET] = ACTIONS(3083), + [anon_sym_AMP] = ACTIONS(3083), + [anon_sym_LT_DASH] = ACTIONS(3083), + [anon_sym_LT_LT] = ACTIONS(3083), + [anon_sym_GT_GT] = ACTIONS(3083), + [anon_sym_GT_GT_GT] = ACTIONS(3083), + [anon_sym_AMP_CARET] = ACTIONS(3083), + [anon_sym_AMP_AMP] = ACTIONS(3083), + [anon_sym_PIPE_PIPE] = ACTIONS(3083), + [anon_sym_or] = ACTIONS(3083), + [sym_none] = ACTIONS(3083), + [sym_true] = ACTIONS(3083), + [sym_false] = ACTIONS(3083), + [sym_nil] = ACTIONS(3083), + [anon_sym_QMARK_DOT] = ACTIONS(3083), + [anon_sym_POUND_LBRACK] = ACTIONS(3083), + [anon_sym_if] = ACTIONS(3083), + [anon_sym_DOLLARif] = ACTIONS(3083), + [anon_sym_is] = ACTIONS(3083), + [anon_sym_BANGis] = ACTIONS(3083), + [anon_sym_in] = ACTIONS(3083), + [anon_sym_BANGin] = ACTIONS(3083), + [anon_sym_match] = ACTIONS(3083), + [anon_sym_select] = ACTIONS(3083), + [anon_sym_lock] = ACTIONS(3083), + [anon_sym_rlock] = ACTIONS(3083), + [anon_sym_unsafe] = ACTIONS(3083), + [anon_sym_sql] = ACTIONS(3083), + [sym_int_literal] = ACTIONS(3083), + [sym_float_literal] = ACTIONS(3083), + [sym_rune_literal] = ACTIONS(3083), + [sym_pseudo_compile_time_identifier] = ACTIONS(3083), + [anon_sym_shared] = ACTIONS(3083), + [anon_sym_map_LBRACK] = ACTIONS(3083), + [anon_sym_chan] = ACTIONS(3083), + [anon_sym_thread] = ACTIONS(3083), + [anon_sym_atomic] = ACTIONS(3083), + [anon_sym_assert] = ACTIONS(3083), + [anon_sym_defer] = ACTIONS(3083), + [anon_sym_goto] = ACTIONS(3083), + [anon_sym_break] = ACTIONS(3083), + [anon_sym_continue] = ACTIONS(3083), + [anon_sym_return] = ACTIONS(3083), + [anon_sym_DOLLARfor] = ACTIONS(3083), + [anon_sym_for] = ACTIONS(3083), + [anon_sym_POUND] = ACTIONS(3083), + [anon_sym_asm] = ACTIONS(3083), + [anon_sym_AT_LBRACK] = ACTIONS(3083), + [sym___double_quote] = ACTIONS(3083), + [sym___single_quote] = ACTIONS(3083), + [sym___c_double_quote] = ACTIONS(3083), + [sym___c_single_quote] = ACTIONS(3083), + [sym___r_double_quote] = ACTIONS(3083), + [sym___r_single_quote] = ACTIONS(3083), }, [1082] = { [sym_line_comment] = STATE(1082), [sym_block_comment] = STATE(1082), - [ts_builtin_sym_end] = ACTIONS(3225), - [sym_identifier] = ACTIONS(3227), - [anon_sym_LF] = ACTIONS(3227), - [anon_sym_CR] = ACTIONS(3227), - [anon_sym_CR_LF] = ACTIONS(3227), + [ts_builtin_sym_end] = ACTIONS(3375), + [sym_identifier] = ACTIONS(3377), + [anon_sym_LF] = ACTIONS(3377), + [anon_sym_CR] = ACTIONS(3377), + [anon_sym_CR_LF] = ACTIONS(3377), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3227), - [anon_sym_as] = ACTIONS(3227), - [anon_sym_LBRACE] = ACTIONS(3227), - [anon_sym_COMMA] = ACTIONS(3227), - [anon_sym_const] = ACTIONS(3227), - [anon_sym_LPAREN] = ACTIONS(3227), - [anon_sym___global] = ACTIONS(3227), - [anon_sym_type] = ACTIONS(3227), - [anon_sym_PIPE] = ACTIONS(3227), - [anon_sym_fn] = ACTIONS(3227), - [anon_sym_PLUS] = ACTIONS(3227), - [anon_sym_DASH] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3227), - [anon_sym_SLASH] = ACTIONS(3227), - [anon_sym_PERCENT] = ACTIONS(3227), - [anon_sym_LT] = ACTIONS(3227), - [anon_sym_GT] = ACTIONS(3227), - [anon_sym_EQ_EQ] = ACTIONS(3227), - [anon_sym_BANG_EQ] = ACTIONS(3227), - [anon_sym_LT_EQ] = ACTIONS(3227), - [anon_sym_GT_EQ] = ACTIONS(3227), - [anon_sym_LBRACK] = ACTIONS(3225), - [anon_sym_struct] = ACTIONS(3227), - [anon_sym_union] = ACTIONS(3227), - [anon_sym_pub] = ACTIONS(3227), - [anon_sym_mut] = ACTIONS(3227), - [anon_sym_enum] = ACTIONS(3227), - [anon_sym_interface] = ACTIONS(3227), - [anon_sym_PLUS_PLUS] = ACTIONS(3227), - [anon_sym_DASH_DASH] = ACTIONS(3227), - [anon_sym_QMARK] = ACTIONS(3227), - [anon_sym_BANG] = ACTIONS(3227), - [anon_sym_go] = ACTIONS(3227), - [anon_sym_spawn] = ACTIONS(3227), - [anon_sym_json_DOTdecode] = ACTIONS(3227), - [anon_sym_LBRACK2] = ACTIONS(3227), - [anon_sym_TILDE] = ACTIONS(3227), - [anon_sym_CARET] = ACTIONS(3227), - [anon_sym_AMP] = ACTIONS(3227), - [anon_sym_LT_DASH] = ACTIONS(3227), - [anon_sym_LT_LT] = ACTIONS(3227), - [anon_sym_GT_GT] = ACTIONS(3227), - [anon_sym_GT_GT_GT] = ACTIONS(3227), - [anon_sym_AMP_CARET] = ACTIONS(3227), - [anon_sym_AMP_AMP] = ACTIONS(3227), - [anon_sym_PIPE_PIPE] = ACTIONS(3227), - [anon_sym_or] = ACTIONS(3227), - [sym_none] = ACTIONS(3227), - [sym_true] = ACTIONS(3227), - [sym_false] = ACTIONS(3227), - [sym_nil] = ACTIONS(3227), - [anon_sym_QMARK_DOT] = ACTIONS(3227), - [anon_sym_POUND_LBRACK] = ACTIONS(3227), - [anon_sym_if] = ACTIONS(3227), - [anon_sym_DOLLARif] = ACTIONS(3227), - [anon_sym_is] = ACTIONS(3227), - [anon_sym_BANGis] = ACTIONS(3227), - [anon_sym_in] = ACTIONS(3227), - [anon_sym_BANGin] = ACTIONS(3227), - [anon_sym_match] = ACTIONS(3227), - [anon_sym_select] = ACTIONS(3227), - [anon_sym_lock] = ACTIONS(3227), - [anon_sym_rlock] = ACTIONS(3227), - [anon_sym_unsafe] = ACTIONS(3227), - [anon_sym_sql] = ACTIONS(3227), - [sym_int_literal] = ACTIONS(3227), - [sym_float_literal] = ACTIONS(3227), - [sym_rune_literal] = ACTIONS(3227), - [sym_pseudo_compile_time_identifier] = ACTIONS(3227), - [anon_sym_shared] = ACTIONS(3227), - [anon_sym_map_LBRACK] = ACTIONS(3227), - [anon_sym_chan] = ACTIONS(3227), - [anon_sym_thread] = ACTIONS(3227), - [anon_sym_atomic] = ACTIONS(3227), - [anon_sym_assert] = ACTIONS(3227), - [anon_sym_defer] = ACTIONS(3227), - [anon_sym_goto] = ACTIONS(3227), - [anon_sym_break] = ACTIONS(3227), - [anon_sym_continue] = ACTIONS(3227), - [anon_sym_return] = ACTIONS(3227), - [anon_sym_DOLLARfor] = ACTIONS(3227), - [anon_sym_for] = ACTIONS(3227), - [anon_sym_POUND] = ACTIONS(3227), - [anon_sym_asm] = ACTIONS(3227), - [anon_sym_AT_LBRACK] = ACTIONS(3227), - [sym___double_quote] = ACTIONS(3227), - [sym___single_quote] = ACTIONS(3227), - [sym___c_double_quote] = ACTIONS(3227), - [sym___c_single_quote] = ACTIONS(3227), - [sym___r_double_quote] = ACTIONS(3227), - [sym___r_single_quote] = ACTIONS(3227), + [anon_sym_DOT] = ACTIONS(3377), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3377), + [anon_sym_COMMA] = ACTIONS(3377), + [anon_sym_const] = ACTIONS(3377), + [anon_sym_LPAREN] = ACTIONS(3377), + [anon_sym___global] = ACTIONS(3377), + [anon_sym_type] = ACTIONS(3377), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3377), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3377), + [anon_sym_BANG_EQ] = ACTIONS(3377), + [anon_sym_LT_EQ] = ACTIONS(3377), + [anon_sym_GT_EQ] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_union] = ACTIONS(3377), + [anon_sym_pub] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_enum] = ACTIONS(3377), + [anon_sym_interface] = ACTIONS(3377), + [anon_sym_PLUS_PLUS] = ACTIONS(3377), + [anon_sym_DASH_DASH] = ACTIONS(3377), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3377), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3377), + [anon_sym_CARET] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3377), + [anon_sym_LT_LT] = ACTIONS(3377), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3377), + [anon_sym_AMP_CARET] = ACTIONS(3377), + [anon_sym_AMP_AMP] = ACTIONS(3377), + [anon_sym_PIPE_PIPE] = ACTIONS(3377), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3377), + [anon_sym_POUND_LBRACK] = ACTIONS(3377), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3377), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3377), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3377), + [sym_rune_literal] = ACTIONS(3377), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3377), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [anon_sym_assert] = ACTIONS(3377), + [anon_sym_defer] = ACTIONS(3377), + [anon_sym_goto] = ACTIONS(3377), + [anon_sym_break] = ACTIONS(3377), + [anon_sym_continue] = ACTIONS(3377), + [anon_sym_return] = ACTIONS(3377), + [anon_sym_DOLLARfor] = ACTIONS(3377), + [anon_sym_for] = ACTIONS(3377), + [anon_sym_POUND] = ACTIONS(3377), + [anon_sym_asm] = ACTIONS(3377), + [anon_sym_AT_LBRACK] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3377), + [sym___single_quote] = ACTIONS(3377), + [sym___c_double_quote] = ACTIONS(3377), + [sym___c_single_quote] = ACTIONS(3377), + [sym___r_double_quote] = ACTIONS(3377), + [sym___r_single_quote] = ACTIONS(3377), }, [1083] = { [sym_line_comment] = STATE(1083), [sym_block_comment] = STATE(1083), - [ts_builtin_sym_end] = ACTIONS(3141), - [sym_identifier] = ACTIONS(3143), - [anon_sym_LF] = ACTIONS(3143), - [anon_sym_CR] = ACTIONS(3143), - [anon_sym_CR_LF] = ACTIONS(3143), + [ts_builtin_sym_end] = ACTIONS(3275), + [sym_identifier] = ACTIONS(3277), + [anon_sym_LF] = ACTIONS(3277), + [anon_sym_CR] = ACTIONS(3277), + [anon_sym_CR_LF] = ACTIONS(3277), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3143), - [anon_sym_as] = ACTIONS(3143), - [anon_sym_LBRACE] = ACTIONS(3143), - [anon_sym_COMMA] = ACTIONS(3143), - [anon_sym_const] = ACTIONS(3143), - [anon_sym_LPAREN] = ACTIONS(3143), - [anon_sym___global] = ACTIONS(3143), - [anon_sym_type] = ACTIONS(3143), - [anon_sym_PIPE] = ACTIONS(3143), - [anon_sym_fn] = ACTIONS(3143), - [anon_sym_PLUS] = ACTIONS(3143), - [anon_sym_DASH] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3143), - [anon_sym_SLASH] = ACTIONS(3143), - [anon_sym_PERCENT] = ACTIONS(3143), - [anon_sym_LT] = ACTIONS(3143), - [anon_sym_GT] = ACTIONS(3143), - [anon_sym_EQ_EQ] = ACTIONS(3143), - [anon_sym_BANG_EQ] = ACTIONS(3143), - [anon_sym_LT_EQ] = ACTIONS(3143), - [anon_sym_GT_EQ] = ACTIONS(3143), - [anon_sym_LBRACK] = ACTIONS(3141), - [anon_sym_struct] = ACTIONS(3143), - [anon_sym_union] = ACTIONS(3143), - [anon_sym_pub] = ACTIONS(3143), - [anon_sym_mut] = ACTIONS(3143), - [anon_sym_enum] = ACTIONS(3143), - [anon_sym_interface] = ACTIONS(3143), - [anon_sym_PLUS_PLUS] = ACTIONS(3143), - [anon_sym_DASH_DASH] = ACTIONS(3143), - [anon_sym_QMARK] = ACTIONS(3143), - [anon_sym_BANG] = ACTIONS(3143), - [anon_sym_go] = ACTIONS(3143), - [anon_sym_spawn] = ACTIONS(3143), - [anon_sym_json_DOTdecode] = ACTIONS(3143), - [anon_sym_LBRACK2] = ACTIONS(3143), - [anon_sym_TILDE] = ACTIONS(3143), - [anon_sym_CARET] = ACTIONS(3143), - [anon_sym_AMP] = ACTIONS(3143), - [anon_sym_LT_DASH] = ACTIONS(3143), - [anon_sym_LT_LT] = ACTIONS(3143), - [anon_sym_GT_GT] = ACTIONS(3143), - [anon_sym_GT_GT_GT] = ACTIONS(3143), - [anon_sym_AMP_CARET] = ACTIONS(3143), - [anon_sym_AMP_AMP] = ACTIONS(3143), - [anon_sym_PIPE_PIPE] = ACTIONS(3143), - [anon_sym_or] = ACTIONS(3143), - [sym_none] = ACTIONS(3143), - [sym_true] = ACTIONS(3143), - [sym_false] = ACTIONS(3143), - [sym_nil] = ACTIONS(3143), - [anon_sym_QMARK_DOT] = ACTIONS(3143), - [anon_sym_POUND_LBRACK] = ACTIONS(3143), - [anon_sym_if] = ACTIONS(3143), - [anon_sym_DOLLARif] = ACTIONS(3143), - [anon_sym_is] = ACTIONS(3143), - [anon_sym_BANGis] = ACTIONS(3143), - [anon_sym_in] = ACTIONS(3143), - [anon_sym_BANGin] = ACTIONS(3143), - [anon_sym_match] = ACTIONS(3143), - [anon_sym_select] = ACTIONS(3143), - [anon_sym_lock] = ACTIONS(3143), - [anon_sym_rlock] = ACTIONS(3143), - [anon_sym_unsafe] = ACTIONS(3143), - [anon_sym_sql] = ACTIONS(3143), - [sym_int_literal] = ACTIONS(3143), - [sym_float_literal] = ACTIONS(3143), - [sym_rune_literal] = ACTIONS(3143), - [sym_pseudo_compile_time_identifier] = ACTIONS(3143), - [anon_sym_shared] = ACTIONS(3143), - [anon_sym_map_LBRACK] = ACTIONS(3143), - [anon_sym_chan] = ACTIONS(3143), - [anon_sym_thread] = ACTIONS(3143), - [anon_sym_atomic] = ACTIONS(3143), - [anon_sym_assert] = ACTIONS(3143), - [anon_sym_defer] = ACTIONS(3143), - [anon_sym_goto] = ACTIONS(3143), - [anon_sym_break] = ACTIONS(3143), - [anon_sym_continue] = ACTIONS(3143), - [anon_sym_return] = ACTIONS(3143), - [anon_sym_DOLLARfor] = ACTIONS(3143), - [anon_sym_for] = ACTIONS(3143), - [anon_sym_POUND] = ACTIONS(3143), - [anon_sym_asm] = ACTIONS(3143), - [anon_sym_AT_LBRACK] = ACTIONS(3143), - [sym___double_quote] = ACTIONS(3143), - [sym___single_quote] = ACTIONS(3143), - [sym___c_double_quote] = ACTIONS(3143), - [sym___c_single_quote] = ACTIONS(3143), - [sym___r_double_quote] = ACTIONS(3143), - [sym___r_single_quote] = ACTIONS(3143), + [anon_sym_DOT] = ACTIONS(3277), + [anon_sym_as] = ACTIONS(3277), + [anon_sym_LBRACE] = ACTIONS(3277), + [anon_sym_COMMA] = ACTIONS(3277), + [anon_sym_const] = ACTIONS(3277), + [anon_sym_LPAREN] = ACTIONS(3277), + [anon_sym___global] = ACTIONS(3277), + [anon_sym_type] = ACTIONS(3277), + [anon_sym_PIPE] = ACTIONS(3277), + [anon_sym_fn] = ACTIONS(3277), + [anon_sym_PLUS] = ACTIONS(3277), + [anon_sym_DASH] = ACTIONS(3277), + [anon_sym_STAR] = ACTIONS(3277), + [anon_sym_SLASH] = ACTIONS(3277), + [anon_sym_PERCENT] = ACTIONS(3277), + [anon_sym_LT] = ACTIONS(3277), + [anon_sym_GT] = ACTIONS(3277), + [anon_sym_EQ_EQ] = ACTIONS(3277), + [anon_sym_BANG_EQ] = ACTIONS(3277), + [anon_sym_LT_EQ] = ACTIONS(3277), + [anon_sym_GT_EQ] = ACTIONS(3277), + [anon_sym_LBRACK] = ACTIONS(3275), + [anon_sym_struct] = ACTIONS(3277), + [anon_sym_union] = ACTIONS(3277), + [anon_sym_pub] = ACTIONS(3277), + [anon_sym_mut] = ACTIONS(3277), + [anon_sym_enum] = ACTIONS(3277), + [anon_sym_interface] = ACTIONS(3277), + [anon_sym_PLUS_PLUS] = ACTIONS(3277), + [anon_sym_DASH_DASH] = ACTIONS(3277), + [anon_sym_QMARK] = ACTIONS(3277), + [anon_sym_BANG] = ACTIONS(3277), + [anon_sym_go] = ACTIONS(3277), + [anon_sym_spawn] = ACTIONS(3277), + [anon_sym_json_DOTdecode] = ACTIONS(3277), + [anon_sym_LBRACK2] = ACTIONS(3277), + [anon_sym_TILDE] = ACTIONS(3277), + [anon_sym_CARET] = ACTIONS(3277), + [anon_sym_AMP] = ACTIONS(3277), + [anon_sym_LT_DASH] = ACTIONS(3277), + [anon_sym_LT_LT] = ACTIONS(3277), + [anon_sym_GT_GT] = ACTIONS(3277), + [anon_sym_GT_GT_GT] = ACTIONS(3277), + [anon_sym_AMP_CARET] = ACTIONS(3277), + [anon_sym_AMP_AMP] = ACTIONS(3277), + [anon_sym_PIPE_PIPE] = ACTIONS(3277), + [anon_sym_or] = ACTIONS(3277), + [sym_none] = ACTIONS(3277), + [sym_true] = ACTIONS(3277), + [sym_false] = ACTIONS(3277), + [sym_nil] = ACTIONS(3277), + [anon_sym_QMARK_DOT] = ACTIONS(3277), + [anon_sym_POUND_LBRACK] = ACTIONS(3277), + [anon_sym_if] = ACTIONS(3277), + [anon_sym_DOLLARif] = ACTIONS(3277), + [anon_sym_is] = ACTIONS(3277), + [anon_sym_BANGis] = ACTIONS(3277), + [anon_sym_in] = ACTIONS(3277), + [anon_sym_BANGin] = ACTIONS(3277), + [anon_sym_match] = ACTIONS(3277), + [anon_sym_select] = ACTIONS(3277), + [anon_sym_lock] = ACTIONS(3277), + [anon_sym_rlock] = ACTIONS(3277), + [anon_sym_unsafe] = ACTIONS(3277), + [anon_sym_sql] = ACTIONS(3277), + [sym_int_literal] = ACTIONS(3277), + [sym_float_literal] = ACTIONS(3277), + [sym_rune_literal] = ACTIONS(3277), + [sym_pseudo_compile_time_identifier] = ACTIONS(3277), + [anon_sym_shared] = ACTIONS(3277), + [anon_sym_map_LBRACK] = ACTIONS(3277), + [anon_sym_chan] = ACTIONS(3277), + [anon_sym_thread] = ACTIONS(3277), + [anon_sym_atomic] = ACTIONS(3277), + [anon_sym_assert] = ACTIONS(3277), + [anon_sym_defer] = ACTIONS(3277), + [anon_sym_goto] = ACTIONS(3277), + [anon_sym_break] = ACTIONS(3277), + [anon_sym_continue] = ACTIONS(3277), + [anon_sym_return] = ACTIONS(3277), + [anon_sym_DOLLARfor] = ACTIONS(3277), + [anon_sym_for] = ACTIONS(3277), + [anon_sym_POUND] = ACTIONS(3277), + [anon_sym_asm] = ACTIONS(3277), + [anon_sym_AT_LBRACK] = ACTIONS(3277), + [sym___double_quote] = ACTIONS(3277), + [sym___single_quote] = ACTIONS(3277), + [sym___c_double_quote] = ACTIONS(3277), + [sym___c_single_quote] = ACTIONS(3277), + [sym___r_double_quote] = ACTIONS(3277), + [sym___r_single_quote] = ACTIONS(3277), }, [1084] = { [sym_line_comment] = STATE(1084), [sym_block_comment] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(3241), - [sym_identifier] = ACTIONS(3243), - [anon_sym_LF] = ACTIONS(3243), - [anon_sym_CR] = ACTIONS(3243), - [anon_sym_CR_LF] = ACTIONS(3243), + [ts_builtin_sym_end] = ACTIONS(2651), + [sym_identifier] = ACTIONS(2653), + [anon_sym_LF] = ACTIONS(2653), + [anon_sym_CR] = ACTIONS(2653), + [anon_sym_CR_LF] = ACTIONS(2653), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3243), - [anon_sym_as] = ACTIONS(3243), - [anon_sym_LBRACE] = ACTIONS(3243), - [anon_sym_COMMA] = ACTIONS(3243), - [anon_sym_const] = ACTIONS(3243), - [anon_sym_LPAREN] = ACTIONS(3243), - [anon_sym___global] = ACTIONS(3243), - [anon_sym_type] = ACTIONS(3243), - [anon_sym_PIPE] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3243), - [anon_sym_PLUS] = ACTIONS(3243), - [anon_sym_DASH] = ACTIONS(3243), - [anon_sym_STAR] = ACTIONS(3243), - [anon_sym_SLASH] = ACTIONS(3243), - [anon_sym_PERCENT] = ACTIONS(3243), - [anon_sym_LT] = ACTIONS(3243), - [anon_sym_GT] = ACTIONS(3243), - [anon_sym_EQ_EQ] = ACTIONS(3243), - [anon_sym_BANG_EQ] = ACTIONS(3243), - [anon_sym_LT_EQ] = ACTIONS(3243), - [anon_sym_GT_EQ] = ACTIONS(3243), - [anon_sym_LBRACK] = ACTIONS(3241), - [anon_sym_struct] = ACTIONS(3243), - [anon_sym_union] = ACTIONS(3243), - [anon_sym_pub] = ACTIONS(3243), - [anon_sym_mut] = ACTIONS(3243), - [anon_sym_enum] = ACTIONS(3243), - [anon_sym_interface] = ACTIONS(3243), - [anon_sym_PLUS_PLUS] = ACTIONS(3243), - [anon_sym_DASH_DASH] = ACTIONS(3243), - [anon_sym_QMARK] = ACTIONS(3243), - [anon_sym_BANG] = ACTIONS(3243), - [anon_sym_go] = ACTIONS(3243), - [anon_sym_spawn] = ACTIONS(3243), - [anon_sym_json_DOTdecode] = ACTIONS(3243), - [anon_sym_LBRACK2] = ACTIONS(3243), - [anon_sym_TILDE] = ACTIONS(3243), - [anon_sym_CARET] = ACTIONS(3243), - [anon_sym_AMP] = ACTIONS(3243), - [anon_sym_LT_DASH] = ACTIONS(3243), - [anon_sym_LT_LT] = ACTIONS(3243), - [anon_sym_GT_GT] = ACTIONS(3243), - [anon_sym_GT_GT_GT] = ACTIONS(3243), - [anon_sym_AMP_CARET] = ACTIONS(3243), - [anon_sym_AMP_AMP] = ACTIONS(3243), - [anon_sym_PIPE_PIPE] = ACTIONS(3243), - [anon_sym_or] = ACTIONS(3243), - [sym_none] = ACTIONS(3243), - [sym_true] = ACTIONS(3243), - [sym_false] = ACTIONS(3243), - [sym_nil] = ACTIONS(3243), - [anon_sym_QMARK_DOT] = ACTIONS(3243), - [anon_sym_POUND_LBRACK] = ACTIONS(3243), - [anon_sym_if] = ACTIONS(3243), - [anon_sym_DOLLARif] = ACTIONS(3243), - [anon_sym_is] = ACTIONS(3243), - [anon_sym_BANGis] = ACTIONS(3243), - [anon_sym_in] = ACTIONS(3243), - [anon_sym_BANGin] = ACTIONS(3243), - [anon_sym_match] = ACTIONS(3243), - [anon_sym_select] = ACTIONS(3243), - [anon_sym_lock] = ACTIONS(3243), - [anon_sym_rlock] = ACTIONS(3243), - [anon_sym_unsafe] = ACTIONS(3243), - [anon_sym_sql] = ACTIONS(3243), - [sym_int_literal] = ACTIONS(3243), - [sym_float_literal] = ACTIONS(3243), - [sym_rune_literal] = ACTIONS(3243), - [sym_pseudo_compile_time_identifier] = ACTIONS(3243), - [anon_sym_shared] = ACTIONS(3243), - [anon_sym_map_LBRACK] = ACTIONS(3243), - [anon_sym_chan] = ACTIONS(3243), - [anon_sym_thread] = ACTIONS(3243), - [anon_sym_atomic] = ACTIONS(3243), - [anon_sym_assert] = ACTIONS(3243), - [anon_sym_defer] = ACTIONS(3243), - [anon_sym_goto] = ACTIONS(3243), - [anon_sym_break] = ACTIONS(3243), - [anon_sym_continue] = ACTIONS(3243), - [anon_sym_return] = ACTIONS(3243), - [anon_sym_DOLLARfor] = ACTIONS(3243), - [anon_sym_for] = ACTIONS(3243), - [anon_sym_POUND] = ACTIONS(3243), - [anon_sym_asm] = ACTIONS(3243), - [anon_sym_AT_LBRACK] = ACTIONS(3243), - [sym___double_quote] = ACTIONS(3243), - [sym___single_quote] = ACTIONS(3243), - [sym___c_double_quote] = ACTIONS(3243), - [sym___c_single_quote] = ACTIONS(3243), - [sym___r_double_quote] = ACTIONS(3243), - [sym___r_single_quote] = ACTIONS(3243), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2701), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym___global] = ACTIONS(2653), + [anon_sym_type] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2653), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2653), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2653), + [anon_sym_BANG_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_pub] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_interface] = ACTIONS(2653), + [anon_sym_PLUS_PLUS] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2653), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_LT_LT] = ACTIONS(2653), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2653), + [anon_sym_AMP_CARET] = ACTIONS(2653), + [anon_sym_AMP_AMP] = ACTIONS(2653), + [anon_sym_PIPE_PIPE] = ACTIONS(2653), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2653), + [anon_sym_POUND_LBRACK] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2653), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2653), + [sym_rune_literal] = ACTIONS(2653), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2653), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [anon_sym_assert] = ACTIONS(2653), + [anon_sym_defer] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_DOLLARfor] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_POUND] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym_AT_LBRACK] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2653), + [sym___single_quote] = ACTIONS(2653), + [sym___c_double_quote] = ACTIONS(2653), + [sym___c_single_quote] = ACTIONS(2653), + [sym___r_double_quote] = ACTIONS(2653), + [sym___r_single_quote] = ACTIONS(2653), }, [1085] = { [sym_line_comment] = STATE(1085), [sym_block_comment] = STATE(1085), - [ts_builtin_sym_end] = ACTIONS(3245), - [sym_identifier] = ACTIONS(3247), - [anon_sym_LF] = ACTIONS(3247), - [anon_sym_CR] = ACTIONS(3247), - [anon_sym_CR_LF] = ACTIONS(3247), + [ts_builtin_sym_end] = ACTIONS(3295), + [sym_identifier] = ACTIONS(3297), + [anon_sym_LF] = ACTIONS(3297), + [anon_sym_CR] = ACTIONS(3297), + [anon_sym_CR_LF] = ACTIONS(3297), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3247), - [anon_sym_as] = ACTIONS(3247), - [anon_sym_LBRACE] = ACTIONS(3247), - [anon_sym_COMMA] = ACTIONS(3247), - [anon_sym_const] = ACTIONS(3247), - [anon_sym_LPAREN] = ACTIONS(3247), - [anon_sym___global] = ACTIONS(3247), - [anon_sym_type] = ACTIONS(3247), - [anon_sym_PIPE] = ACTIONS(3247), - [anon_sym_fn] = ACTIONS(3247), - [anon_sym_PLUS] = ACTIONS(3247), - [anon_sym_DASH] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3247), - [anon_sym_SLASH] = ACTIONS(3247), - [anon_sym_PERCENT] = ACTIONS(3247), - [anon_sym_LT] = ACTIONS(3247), - [anon_sym_GT] = ACTIONS(3247), - [anon_sym_EQ_EQ] = ACTIONS(3247), - [anon_sym_BANG_EQ] = ACTIONS(3247), - [anon_sym_LT_EQ] = ACTIONS(3247), - [anon_sym_GT_EQ] = ACTIONS(3247), - [anon_sym_LBRACK] = ACTIONS(3245), - [anon_sym_struct] = ACTIONS(3247), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_pub] = ACTIONS(3247), - [anon_sym_mut] = ACTIONS(3247), - [anon_sym_enum] = ACTIONS(3247), - [anon_sym_interface] = ACTIONS(3247), - [anon_sym_PLUS_PLUS] = ACTIONS(3247), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3247), - [anon_sym_BANG] = ACTIONS(3247), - [anon_sym_go] = ACTIONS(3247), - [anon_sym_spawn] = ACTIONS(3247), - [anon_sym_json_DOTdecode] = ACTIONS(3247), - [anon_sym_LBRACK2] = ACTIONS(3247), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_CARET] = ACTIONS(3247), - [anon_sym_AMP] = ACTIONS(3247), - [anon_sym_LT_DASH] = ACTIONS(3247), - [anon_sym_LT_LT] = ACTIONS(3247), - [anon_sym_GT_GT] = ACTIONS(3247), - [anon_sym_GT_GT_GT] = ACTIONS(3247), - [anon_sym_AMP_CARET] = ACTIONS(3247), - [anon_sym_AMP_AMP] = ACTIONS(3247), - [anon_sym_PIPE_PIPE] = ACTIONS(3247), - [anon_sym_or] = ACTIONS(3247), - [sym_none] = ACTIONS(3247), - [sym_true] = ACTIONS(3247), - [sym_false] = ACTIONS(3247), - [sym_nil] = ACTIONS(3247), - [anon_sym_QMARK_DOT] = ACTIONS(3247), - [anon_sym_POUND_LBRACK] = ACTIONS(3247), - [anon_sym_if] = ACTIONS(3247), - [anon_sym_DOLLARif] = ACTIONS(3247), - [anon_sym_is] = ACTIONS(3247), - [anon_sym_BANGis] = ACTIONS(3247), - [anon_sym_in] = ACTIONS(3247), - [anon_sym_BANGin] = ACTIONS(3247), - [anon_sym_match] = ACTIONS(3247), - [anon_sym_select] = ACTIONS(3247), - [anon_sym_lock] = ACTIONS(3247), - [anon_sym_rlock] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(3247), - [anon_sym_sql] = ACTIONS(3247), - [sym_int_literal] = ACTIONS(3247), - [sym_float_literal] = ACTIONS(3247), - [sym_rune_literal] = ACTIONS(3247), - [sym_pseudo_compile_time_identifier] = ACTIONS(3247), - [anon_sym_shared] = ACTIONS(3247), - [anon_sym_map_LBRACK] = ACTIONS(3247), - [anon_sym_chan] = ACTIONS(3247), - [anon_sym_thread] = ACTIONS(3247), - [anon_sym_atomic] = ACTIONS(3247), - [anon_sym_assert] = ACTIONS(3247), - [anon_sym_defer] = ACTIONS(3247), - [anon_sym_goto] = ACTIONS(3247), - [anon_sym_break] = ACTIONS(3247), - [anon_sym_continue] = ACTIONS(3247), - [anon_sym_return] = ACTIONS(3247), - [anon_sym_DOLLARfor] = ACTIONS(3247), - [anon_sym_for] = ACTIONS(3247), - [anon_sym_POUND] = ACTIONS(3247), - [anon_sym_asm] = ACTIONS(3247), - [anon_sym_AT_LBRACK] = ACTIONS(3247), - [sym___double_quote] = ACTIONS(3247), - [sym___single_quote] = ACTIONS(3247), - [sym___c_double_quote] = ACTIONS(3247), - [sym___c_single_quote] = ACTIONS(3247), - [sym___r_double_quote] = ACTIONS(3247), - [sym___r_single_quote] = ACTIONS(3247), + [anon_sym_DOT] = ACTIONS(3297), + [anon_sym_as] = ACTIONS(3297), + [anon_sym_LBRACE] = ACTIONS(3297), + [anon_sym_COMMA] = ACTIONS(3297), + [anon_sym_const] = ACTIONS(3297), + [anon_sym_LPAREN] = ACTIONS(3297), + [anon_sym___global] = ACTIONS(3297), + [anon_sym_type] = ACTIONS(3297), + [anon_sym_PIPE] = ACTIONS(3297), + [anon_sym_fn] = ACTIONS(3297), + [anon_sym_PLUS] = ACTIONS(3297), + [anon_sym_DASH] = ACTIONS(3297), + [anon_sym_STAR] = ACTIONS(3297), + [anon_sym_SLASH] = ACTIONS(3297), + [anon_sym_PERCENT] = ACTIONS(3297), + [anon_sym_LT] = ACTIONS(3297), + [anon_sym_GT] = ACTIONS(3297), + [anon_sym_EQ_EQ] = ACTIONS(3297), + [anon_sym_BANG_EQ] = ACTIONS(3297), + [anon_sym_LT_EQ] = ACTIONS(3297), + [anon_sym_GT_EQ] = ACTIONS(3297), + [anon_sym_LBRACK] = ACTIONS(3295), + [anon_sym_struct] = ACTIONS(3297), + [anon_sym_union] = ACTIONS(3297), + [anon_sym_pub] = ACTIONS(3297), + [anon_sym_mut] = ACTIONS(3297), + [anon_sym_enum] = ACTIONS(3297), + [anon_sym_interface] = ACTIONS(3297), + [anon_sym_PLUS_PLUS] = ACTIONS(3297), + [anon_sym_DASH_DASH] = ACTIONS(3297), + [anon_sym_QMARK] = ACTIONS(3297), + [anon_sym_BANG] = ACTIONS(3297), + [anon_sym_go] = ACTIONS(3297), + [anon_sym_spawn] = ACTIONS(3297), + [anon_sym_json_DOTdecode] = ACTIONS(3297), + [anon_sym_LBRACK2] = ACTIONS(3297), + [anon_sym_TILDE] = ACTIONS(3297), + [anon_sym_CARET] = ACTIONS(3297), + [anon_sym_AMP] = ACTIONS(3297), + [anon_sym_LT_DASH] = ACTIONS(3297), + [anon_sym_LT_LT] = ACTIONS(3297), + [anon_sym_GT_GT] = ACTIONS(3297), + [anon_sym_GT_GT_GT] = ACTIONS(3297), + [anon_sym_AMP_CARET] = ACTIONS(3297), + [anon_sym_AMP_AMP] = ACTIONS(3297), + [anon_sym_PIPE_PIPE] = ACTIONS(3297), + [anon_sym_or] = ACTIONS(3297), + [sym_none] = ACTIONS(3297), + [sym_true] = ACTIONS(3297), + [sym_false] = ACTIONS(3297), + [sym_nil] = ACTIONS(3297), + [anon_sym_QMARK_DOT] = ACTIONS(3297), + [anon_sym_POUND_LBRACK] = ACTIONS(3297), + [anon_sym_if] = ACTIONS(3297), + [anon_sym_DOLLARif] = ACTIONS(3297), + [anon_sym_is] = ACTIONS(3297), + [anon_sym_BANGis] = ACTIONS(3297), + [anon_sym_in] = ACTIONS(3297), + [anon_sym_BANGin] = ACTIONS(3297), + [anon_sym_match] = ACTIONS(3297), + [anon_sym_select] = ACTIONS(3297), + [anon_sym_lock] = ACTIONS(3297), + [anon_sym_rlock] = ACTIONS(3297), + [anon_sym_unsafe] = ACTIONS(3297), + [anon_sym_sql] = ACTIONS(3297), + [sym_int_literal] = ACTIONS(3297), + [sym_float_literal] = ACTIONS(3297), + [sym_rune_literal] = ACTIONS(3297), + [sym_pseudo_compile_time_identifier] = ACTIONS(3297), + [anon_sym_shared] = ACTIONS(3297), + [anon_sym_map_LBRACK] = ACTIONS(3297), + [anon_sym_chan] = ACTIONS(3297), + [anon_sym_thread] = ACTIONS(3297), + [anon_sym_atomic] = ACTIONS(3297), + [anon_sym_assert] = ACTIONS(3297), + [anon_sym_defer] = ACTIONS(3297), + [anon_sym_goto] = ACTIONS(3297), + [anon_sym_break] = ACTIONS(3297), + [anon_sym_continue] = ACTIONS(3297), + [anon_sym_return] = ACTIONS(3297), + [anon_sym_DOLLARfor] = ACTIONS(3297), + [anon_sym_for] = ACTIONS(3297), + [anon_sym_POUND] = ACTIONS(3297), + [anon_sym_asm] = ACTIONS(3297), + [anon_sym_AT_LBRACK] = ACTIONS(3297), + [sym___double_quote] = ACTIONS(3297), + [sym___single_quote] = ACTIONS(3297), + [sym___c_double_quote] = ACTIONS(3297), + [sym___c_single_quote] = ACTIONS(3297), + [sym___r_double_quote] = ACTIONS(3297), + [sym___r_single_quote] = ACTIONS(3297), }, [1086] = { [sym_line_comment] = STATE(1086), [sym_block_comment] = STATE(1086), - [ts_builtin_sym_end] = ACTIONS(2885), - [sym_identifier] = ACTIONS(2887), - [anon_sym_LF] = ACTIONS(2887), - [anon_sym_CR] = ACTIONS(2887), - [anon_sym_CR_LF] = ACTIONS(2887), + [ts_builtin_sym_end] = ACTIONS(3299), + [sym_identifier] = ACTIONS(3301), + [anon_sym_LF] = ACTIONS(3301), + [anon_sym_CR] = ACTIONS(3301), + [anon_sym_CR_LF] = ACTIONS(3301), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2887), - [anon_sym_as] = ACTIONS(2887), - [anon_sym_LBRACE] = ACTIONS(2887), - [anon_sym_COMMA] = ACTIONS(2887), - [anon_sym_const] = ACTIONS(2887), - [anon_sym_LPAREN] = ACTIONS(2887), - [anon_sym___global] = ACTIONS(2887), - [anon_sym_type] = ACTIONS(2887), - [anon_sym_PIPE] = ACTIONS(2887), - [anon_sym_fn] = ACTIONS(2887), - [anon_sym_PLUS] = ACTIONS(2887), - [anon_sym_DASH] = ACTIONS(2887), - [anon_sym_STAR] = ACTIONS(2887), - [anon_sym_SLASH] = ACTIONS(2887), - [anon_sym_PERCENT] = ACTIONS(2887), - [anon_sym_LT] = ACTIONS(2887), - [anon_sym_GT] = ACTIONS(2887), - [anon_sym_EQ_EQ] = ACTIONS(2887), - [anon_sym_BANG_EQ] = ACTIONS(2887), - [anon_sym_LT_EQ] = ACTIONS(2887), - [anon_sym_GT_EQ] = ACTIONS(2887), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_struct] = ACTIONS(2887), - [anon_sym_union] = ACTIONS(2887), - [anon_sym_pub] = ACTIONS(2887), - [anon_sym_mut] = ACTIONS(2887), - [anon_sym_enum] = ACTIONS(2887), - [anon_sym_interface] = ACTIONS(2887), - [anon_sym_PLUS_PLUS] = ACTIONS(2887), - [anon_sym_DASH_DASH] = ACTIONS(2887), - [anon_sym_QMARK] = ACTIONS(2887), - [anon_sym_BANG] = ACTIONS(2887), - [anon_sym_go] = ACTIONS(2887), - [anon_sym_spawn] = ACTIONS(2887), - [anon_sym_json_DOTdecode] = ACTIONS(2887), - [anon_sym_LBRACK2] = ACTIONS(2887), - [anon_sym_TILDE] = ACTIONS(2887), - [anon_sym_CARET] = ACTIONS(2887), - [anon_sym_AMP] = ACTIONS(2887), - [anon_sym_LT_DASH] = ACTIONS(2887), - [anon_sym_LT_LT] = ACTIONS(2887), - [anon_sym_GT_GT] = ACTIONS(2887), - [anon_sym_GT_GT_GT] = ACTIONS(2887), - [anon_sym_AMP_CARET] = ACTIONS(2887), - [anon_sym_AMP_AMP] = ACTIONS(2887), - [anon_sym_PIPE_PIPE] = ACTIONS(2887), - [anon_sym_or] = ACTIONS(2887), - [sym_none] = ACTIONS(2887), - [sym_true] = ACTIONS(2887), - [sym_false] = ACTIONS(2887), - [sym_nil] = ACTIONS(2887), - [anon_sym_QMARK_DOT] = ACTIONS(2887), - [anon_sym_POUND_LBRACK] = ACTIONS(2887), - [anon_sym_if] = ACTIONS(2887), - [anon_sym_DOLLARif] = ACTIONS(2887), - [anon_sym_is] = ACTIONS(2887), - [anon_sym_BANGis] = ACTIONS(2887), - [anon_sym_in] = ACTIONS(2887), - [anon_sym_BANGin] = ACTIONS(2887), - [anon_sym_match] = ACTIONS(2887), - [anon_sym_select] = ACTIONS(2887), - [anon_sym_lock] = ACTIONS(2887), - [anon_sym_rlock] = ACTIONS(2887), - [anon_sym_unsafe] = ACTIONS(2887), - [anon_sym_sql] = ACTIONS(2887), - [sym_int_literal] = ACTIONS(2887), - [sym_float_literal] = ACTIONS(2887), - [sym_rune_literal] = ACTIONS(2887), - [sym_pseudo_compile_time_identifier] = ACTIONS(2887), - [anon_sym_shared] = ACTIONS(2887), - [anon_sym_map_LBRACK] = ACTIONS(2887), - [anon_sym_chan] = ACTIONS(2887), - [anon_sym_thread] = ACTIONS(2887), - [anon_sym_atomic] = ACTIONS(2887), - [anon_sym_assert] = ACTIONS(2887), - [anon_sym_defer] = ACTIONS(2887), - [anon_sym_goto] = ACTIONS(2887), - [anon_sym_break] = ACTIONS(2887), - [anon_sym_continue] = ACTIONS(2887), - [anon_sym_return] = ACTIONS(2887), - [anon_sym_DOLLARfor] = ACTIONS(2887), - [anon_sym_for] = ACTIONS(2887), - [anon_sym_POUND] = ACTIONS(2887), - [anon_sym_asm] = ACTIONS(2887), - [anon_sym_AT_LBRACK] = ACTIONS(2887), - [sym___double_quote] = ACTIONS(2887), - [sym___single_quote] = ACTIONS(2887), - [sym___c_double_quote] = ACTIONS(2887), - [sym___c_single_quote] = ACTIONS(2887), - [sym___r_double_quote] = ACTIONS(2887), - [sym___r_single_quote] = ACTIONS(2887), + [anon_sym_DOT] = ACTIONS(3301), + [anon_sym_as] = ACTIONS(3301), + [anon_sym_LBRACE] = ACTIONS(3301), + [anon_sym_COMMA] = ACTIONS(3301), + [anon_sym_const] = ACTIONS(3301), + [anon_sym_LPAREN] = ACTIONS(3301), + [anon_sym___global] = ACTIONS(3301), + [anon_sym_type] = ACTIONS(3301), + [anon_sym_PIPE] = ACTIONS(3301), + [anon_sym_fn] = ACTIONS(3301), + [anon_sym_PLUS] = ACTIONS(3301), + [anon_sym_DASH] = ACTIONS(3301), + [anon_sym_STAR] = ACTIONS(3301), + [anon_sym_SLASH] = ACTIONS(3301), + [anon_sym_PERCENT] = ACTIONS(3301), + [anon_sym_LT] = ACTIONS(3301), + [anon_sym_GT] = ACTIONS(3301), + [anon_sym_EQ_EQ] = ACTIONS(3301), + [anon_sym_BANG_EQ] = ACTIONS(3301), + [anon_sym_LT_EQ] = ACTIONS(3301), + [anon_sym_GT_EQ] = ACTIONS(3301), + [anon_sym_LBRACK] = ACTIONS(3299), + [anon_sym_struct] = ACTIONS(3301), + [anon_sym_union] = ACTIONS(3301), + [anon_sym_pub] = ACTIONS(3301), + [anon_sym_mut] = ACTIONS(3301), + [anon_sym_enum] = ACTIONS(3301), + [anon_sym_interface] = ACTIONS(3301), + [anon_sym_PLUS_PLUS] = ACTIONS(3301), + [anon_sym_DASH_DASH] = ACTIONS(3301), + [anon_sym_QMARK] = ACTIONS(3301), + [anon_sym_BANG] = ACTIONS(3301), + [anon_sym_go] = ACTIONS(3301), + [anon_sym_spawn] = ACTIONS(3301), + [anon_sym_json_DOTdecode] = ACTIONS(3301), + [anon_sym_LBRACK2] = ACTIONS(3301), + [anon_sym_TILDE] = ACTIONS(3301), + [anon_sym_CARET] = ACTIONS(3301), + [anon_sym_AMP] = ACTIONS(3301), + [anon_sym_LT_DASH] = ACTIONS(3301), + [anon_sym_LT_LT] = ACTIONS(3301), + [anon_sym_GT_GT] = ACTIONS(3301), + [anon_sym_GT_GT_GT] = ACTIONS(3301), + [anon_sym_AMP_CARET] = ACTIONS(3301), + [anon_sym_AMP_AMP] = ACTIONS(3301), + [anon_sym_PIPE_PIPE] = ACTIONS(3301), + [anon_sym_or] = ACTIONS(3301), + [sym_none] = ACTIONS(3301), + [sym_true] = ACTIONS(3301), + [sym_false] = ACTIONS(3301), + [sym_nil] = ACTIONS(3301), + [anon_sym_QMARK_DOT] = ACTIONS(3301), + [anon_sym_POUND_LBRACK] = ACTIONS(3301), + [anon_sym_if] = ACTIONS(3301), + [anon_sym_DOLLARif] = ACTIONS(3301), + [anon_sym_is] = ACTIONS(3301), + [anon_sym_BANGis] = ACTIONS(3301), + [anon_sym_in] = ACTIONS(3301), + [anon_sym_BANGin] = ACTIONS(3301), + [anon_sym_match] = ACTIONS(3301), + [anon_sym_select] = ACTIONS(3301), + [anon_sym_lock] = ACTIONS(3301), + [anon_sym_rlock] = ACTIONS(3301), + [anon_sym_unsafe] = ACTIONS(3301), + [anon_sym_sql] = ACTIONS(3301), + [sym_int_literal] = ACTIONS(3301), + [sym_float_literal] = ACTIONS(3301), + [sym_rune_literal] = ACTIONS(3301), + [sym_pseudo_compile_time_identifier] = ACTIONS(3301), + [anon_sym_shared] = ACTIONS(3301), + [anon_sym_map_LBRACK] = ACTIONS(3301), + [anon_sym_chan] = ACTIONS(3301), + [anon_sym_thread] = ACTIONS(3301), + [anon_sym_atomic] = ACTIONS(3301), + [anon_sym_assert] = ACTIONS(3301), + [anon_sym_defer] = ACTIONS(3301), + [anon_sym_goto] = ACTIONS(3301), + [anon_sym_break] = ACTIONS(3301), + [anon_sym_continue] = ACTIONS(3301), + [anon_sym_return] = ACTIONS(3301), + [anon_sym_DOLLARfor] = ACTIONS(3301), + [anon_sym_for] = ACTIONS(3301), + [anon_sym_POUND] = ACTIONS(3301), + [anon_sym_asm] = ACTIONS(3301), + [anon_sym_AT_LBRACK] = ACTIONS(3301), + [sym___double_quote] = ACTIONS(3301), + [sym___single_quote] = ACTIONS(3301), + [sym___c_double_quote] = ACTIONS(3301), + [sym___c_single_quote] = ACTIONS(3301), + [sym___r_double_quote] = ACTIONS(3301), + [sym___r_single_quote] = ACTIONS(3301), }, [1087] = { [sym_line_comment] = STATE(1087), [sym_block_comment] = STATE(1087), - [ts_builtin_sym_end] = ACTIONS(2955), - [sym_identifier] = ACTIONS(2957), - [anon_sym_LF] = ACTIONS(2957), - [anon_sym_CR] = ACTIONS(2957), - [anon_sym_CR_LF] = ACTIONS(2957), + [ts_builtin_sym_end] = ACTIONS(3099), + [sym_identifier] = ACTIONS(3101), + [anon_sym_LF] = ACTIONS(3101), + [anon_sym_CR] = ACTIONS(3101), + [anon_sym_CR_LF] = ACTIONS(3101), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2957), - [anon_sym_as] = ACTIONS(2957), - [anon_sym_LBRACE] = ACTIONS(2957), - [anon_sym_COMMA] = ACTIONS(2957), - [anon_sym_const] = ACTIONS(2957), - [anon_sym_LPAREN] = ACTIONS(2957), - [anon_sym___global] = ACTIONS(2957), - [anon_sym_type] = ACTIONS(2957), - [anon_sym_PIPE] = ACTIONS(2957), - [anon_sym_fn] = ACTIONS(2957), - [anon_sym_PLUS] = ACTIONS(2957), - [anon_sym_DASH] = ACTIONS(2957), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_SLASH] = ACTIONS(2957), - [anon_sym_PERCENT] = ACTIONS(2957), - [anon_sym_LT] = ACTIONS(2957), - [anon_sym_GT] = ACTIONS(2957), - [anon_sym_EQ_EQ] = ACTIONS(2957), - [anon_sym_BANG_EQ] = ACTIONS(2957), - [anon_sym_LT_EQ] = ACTIONS(2957), - [anon_sym_GT_EQ] = ACTIONS(2957), - [anon_sym_LBRACK] = ACTIONS(2955), - [anon_sym_struct] = ACTIONS(2957), - [anon_sym_union] = ACTIONS(2957), - [anon_sym_pub] = ACTIONS(2957), - [anon_sym_mut] = ACTIONS(2957), - [anon_sym_enum] = ACTIONS(2957), - [anon_sym_interface] = ACTIONS(2957), - [anon_sym_PLUS_PLUS] = ACTIONS(2957), - [anon_sym_DASH_DASH] = ACTIONS(2957), - [anon_sym_QMARK] = ACTIONS(2957), - [anon_sym_BANG] = ACTIONS(2957), - [anon_sym_go] = ACTIONS(2957), - [anon_sym_spawn] = ACTIONS(2957), - [anon_sym_json_DOTdecode] = ACTIONS(2957), - [anon_sym_LBRACK2] = ACTIONS(2957), - [anon_sym_TILDE] = ACTIONS(2957), - [anon_sym_CARET] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2957), - [anon_sym_LT_DASH] = ACTIONS(2957), - [anon_sym_LT_LT] = ACTIONS(2957), - [anon_sym_GT_GT] = ACTIONS(2957), - [anon_sym_GT_GT_GT] = ACTIONS(2957), - [anon_sym_AMP_CARET] = ACTIONS(2957), - [anon_sym_AMP_AMP] = ACTIONS(2957), - [anon_sym_PIPE_PIPE] = ACTIONS(2957), - [anon_sym_or] = ACTIONS(2957), - [sym_none] = ACTIONS(2957), - [sym_true] = ACTIONS(2957), - [sym_false] = ACTIONS(2957), - [sym_nil] = ACTIONS(2957), - [anon_sym_QMARK_DOT] = ACTIONS(2957), - [anon_sym_POUND_LBRACK] = ACTIONS(2957), - [anon_sym_if] = ACTIONS(2957), - [anon_sym_DOLLARif] = ACTIONS(2957), - [anon_sym_is] = ACTIONS(2957), - [anon_sym_BANGis] = ACTIONS(2957), - [anon_sym_in] = ACTIONS(2957), - [anon_sym_BANGin] = ACTIONS(2957), - [anon_sym_match] = ACTIONS(2957), - [anon_sym_select] = ACTIONS(2957), - [anon_sym_lock] = ACTIONS(2957), - [anon_sym_rlock] = ACTIONS(2957), - [anon_sym_unsafe] = ACTIONS(2957), - [anon_sym_sql] = ACTIONS(2957), - [sym_int_literal] = ACTIONS(2957), - [sym_float_literal] = ACTIONS(2957), - [sym_rune_literal] = ACTIONS(2957), - [sym_pseudo_compile_time_identifier] = ACTIONS(2957), - [anon_sym_shared] = ACTIONS(2957), - [anon_sym_map_LBRACK] = ACTIONS(2957), - [anon_sym_chan] = ACTIONS(2957), - [anon_sym_thread] = ACTIONS(2957), - [anon_sym_atomic] = ACTIONS(2957), - [anon_sym_assert] = ACTIONS(2957), - [anon_sym_defer] = ACTIONS(2957), - [anon_sym_goto] = ACTIONS(2957), - [anon_sym_break] = ACTIONS(2957), - [anon_sym_continue] = ACTIONS(2957), - [anon_sym_return] = ACTIONS(2957), - [anon_sym_DOLLARfor] = ACTIONS(2957), - [anon_sym_for] = ACTIONS(2957), - [anon_sym_POUND] = ACTIONS(2957), - [anon_sym_asm] = ACTIONS(2957), - [anon_sym_AT_LBRACK] = ACTIONS(2957), - [sym___double_quote] = ACTIONS(2957), - [sym___single_quote] = ACTIONS(2957), - [sym___c_double_quote] = ACTIONS(2957), - [sym___c_single_quote] = ACTIONS(2957), - [sym___r_double_quote] = ACTIONS(2957), - [sym___r_single_quote] = ACTIONS(2957), + [anon_sym_DOT] = ACTIONS(3101), + [anon_sym_as] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(3101), + [anon_sym_COMMA] = ACTIONS(3101), + [anon_sym_const] = ACTIONS(3101), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym___global] = ACTIONS(3101), + [anon_sym_type] = ACTIONS(3101), + [anon_sym_PIPE] = ACTIONS(3101), + [anon_sym_fn] = ACTIONS(3101), + [anon_sym_PLUS] = ACTIONS(3101), + [anon_sym_DASH] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(3101), + [anon_sym_SLASH] = ACTIONS(3101), + [anon_sym_PERCENT] = ACTIONS(3101), + [anon_sym_LT] = ACTIONS(3101), + [anon_sym_GT] = ACTIONS(3101), + [anon_sym_EQ_EQ] = ACTIONS(3101), + [anon_sym_BANG_EQ] = ACTIONS(3101), + [anon_sym_LT_EQ] = ACTIONS(3101), + [anon_sym_GT_EQ] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3099), + [anon_sym_struct] = ACTIONS(3101), + [anon_sym_union] = ACTIONS(3101), + [anon_sym_pub] = ACTIONS(3101), + [anon_sym_mut] = ACTIONS(3101), + [anon_sym_enum] = ACTIONS(3101), + [anon_sym_interface] = ACTIONS(3101), + [anon_sym_PLUS_PLUS] = ACTIONS(3101), + [anon_sym_DASH_DASH] = ACTIONS(3101), + [anon_sym_QMARK] = ACTIONS(3101), + [anon_sym_BANG] = ACTIONS(3101), + [anon_sym_go] = ACTIONS(3101), + [anon_sym_spawn] = ACTIONS(3101), + [anon_sym_json_DOTdecode] = ACTIONS(3101), + [anon_sym_LBRACK2] = ACTIONS(3101), + [anon_sym_TILDE] = ACTIONS(3101), + [anon_sym_CARET] = ACTIONS(3101), + [anon_sym_AMP] = ACTIONS(3101), + [anon_sym_LT_DASH] = ACTIONS(3101), + [anon_sym_LT_LT] = ACTIONS(3101), + [anon_sym_GT_GT] = ACTIONS(3101), + [anon_sym_GT_GT_GT] = ACTIONS(3101), + [anon_sym_AMP_CARET] = ACTIONS(3101), + [anon_sym_AMP_AMP] = ACTIONS(3101), + [anon_sym_PIPE_PIPE] = ACTIONS(3101), + [anon_sym_or] = ACTIONS(3101), + [sym_none] = ACTIONS(3101), + [sym_true] = ACTIONS(3101), + [sym_false] = ACTIONS(3101), + [sym_nil] = ACTIONS(3101), + [anon_sym_QMARK_DOT] = ACTIONS(3101), + [anon_sym_POUND_LBRACK] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3101), + [anon_sym_DOLLARif] = ACTIONS(3101), + [anon_sym_is] = ACTIONS(3101), + [anon_sym_BANGis] = ACTIONS(3101), + [anon_sym_in] = ACTIONS(3101), + [anon_sym_BANGin] = ACTIONS(3101), + [anon_sym_match] = ACTIONS(3101), + [anon_sym_select] = ACTIONS(3101), + [anon_sym_lock] = ACTIONS(3101), + [anon_sym_rlock] = ACTIONS(3101), + [anon_sym_unsafe] = ACTIONS(3101), + [anon_sym_sql] = ACTIONS(3101), + [sym_int_literal] = ACTIONS(3101), + [sym_float_literal] = ACTIONS(3101), + [sym_rune_literal] = ACTIONS(3101), + [sym_pseudo_compile_time_identifier] = ACTIONS(3101), + [anon_sym_shared] = ACTIONS(3101), + [anon_sym_map_LBRACK] = ACTIONS(3101), + [anon_sym_chan] = ACTIONS(3101), + [anon_sym_thread] = ACTIONS(3101), + [anon_sym_atomic] = ACTIONS(3101), + [anon_sym_assert] = ACTIONS(3101), + [anon_sym_defer] = ACTIONS(3101), + [anon_sym_goto] = ACTIONS(3101), + [anon_sym_break] = ACTIONS(3101), + [anon_sym_continue] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3101), + [anon_sym_DOLLARfor] = ACTIONS(3101), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_POUND] = ACTIONS(3101), + [anon_sym_asm] = ACTIONS(3101), + [anon_sym_AT_LBRACK] = ACTIONS(3101), + [sym___double_quote] = ACTIONS(3101), + [sym___single_quote] = ACTIONS(3101), + [sym___c_double_quote] = ACTIONS(3101), + [sym___c_single_quote] = ACTIONS(3101), + [sym___r_double_quote] = ACTIONS(3101), + [sym___r_single_quote] = ACTIONS(3101), }, [1088] = { [sym_line_comment] = STATE(1088), [sym_block_comment] = STATE(1088), - [ts_builtin_sym_end] = ACTIONS(3149), - [sym_identifier] = ACTIONS(3151), - [anon_sym_LF] = ACTIONS(3151), - [anon_sym_CR] = ACTIONS(3151), - [anon_sym_CR_LF] = ACTIONS(3151), + [ts_builtin_sym_end] = ACTIONS(3311), + [sym_identifier] = ACTIONS(3313), + [anon_sym_LF] = ACTIONS(3313), + [anon_sym_CR] = ACTIONS(3313), + [anon_sym_CR_LF] = ACTIONS(3313), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2833), - [anon_sym_as] = ACTIONS(3151), - [anon_sym_LBRACE] = ACTIONS(3151), - [anon_sym_COMMA] = ACTIONS(3151), - [anon_sym_const] = ACTIONS(3151), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym___global] = ACTIONS(3151), - [anon_sym_type] = ACTIONS(3151), - [anon_sym_PIPE] = ACTIONS(3151), - [anon_sym_fn] = ACTIONS(3151), - [anon_sym_PLUS] = ACTIONS(3151), - [anon_sym_DASH] = ACTIONS(3151), - [anon_sym_STAR] = ACTIONS(3151), - [anon_sym_SLASH] = ACTIONS(3151), - [anon_sym_PERCENT] = ACTIONS(3151), - [anon_sym_LT] = ACTIONS(3151), - [anon_sym_GT] = ACTIONS(3151), - [anon_sym_EQ_EQ] = ACTIONS(3151), - [anon_sym_BANG_EQ] = ACTIONS(3151), - [anon_sym_LT_EQ] = ACTIONS(3151), - [anon_sym_GT_EQ] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3149), - [anon_sym_struct] = ACTIONS(3151), - [anon_sym_union] = ACTIONS(3151), - [anon_sym_pub] = ACTIONS(3151), - [anon_sym_mut] = ACTIONS(3151), - [anon_sym_enum] = ACTIONS(3151), - [anon_sym_interface] = ACTIONS(3151), - [anon_sym_PLUS_PLUS] = ACTIONS(3151), - [anon_sym_DASH_DASH] = ACTIONS(3151), - [anon_sym_QMARK] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3151), - [anon_sym_go] = ACTIONS(3151), - [anon_sym_spawn] = ACTIONS(3151), - [anon_sym_json_DOTdecode] = ACTIONS(3151), - [anon_sym_LBRACK2] = ACTIONS(3151), - [anon_sym_TILDE] = ACTIONS(3151), - [anon_sym_CARET] = ACTIONS(3151), - [anon_sym_AMP] = ACTIONS(3151), - [anon_sym_LT_DASH] = ACTIONS(3151), - [anon_sym_LT_LT] = ACTIONS(3151), - [anon_sym_GT_GT] = ACTIONS(3151), - [anon_sym_GT_GT_GT] = ACTIONS(3151), - [anon_sym_AMP_CARET] = ACTIONS(3151), - [anon_sym_AMP_AMP] = ACTIONS(3151), - [anon_sym_PIPE_PIPE] = ACTIONS(3151), - [anon_sym_or] = ACTIONS(3151), - [sym_none] = ACTIONS(3151), - [sym_true] = ACTIONS(3151), - [sym_false] = ACTIONS(3151), - [sym_nil] = ACTIONS(3151), - [anon_sym_QMARK_DOT] = ACTIONS(3151), - [anon_sym_POUND_LBRACK] = ACTIONS(3151), - [anon_sym_if] = ACTIONS(3151), - [anon_sym_DOLLARif] = ACTIONS(3151), - [anon_sym_is] = ACTIONS(3151), - [anon_sym_BANGis] = ACTIONS(3151), - [anon_sym_in] = ACTIONS(3151), - [anon_sym_BANGin] = ACTIONS(3151), - [anon_sym_match] = ACTIONS(3151), - [anon_sym_select] = ACTIONS(3151), - [anon_sym_lock] = ACTIONS(3151), - [anon_sym_rlock] = ACTIONS(3151), - [anon_sym_unsafe] = ACTIONS(3151), - [anon_sym_sql] = ACTIONS(3151), - [sym_int_literal] = ACTIONS(3151), - [sym_float_literal] = ACTIONS(3151), - [sym_rune_literal] = ACTIONS(3151), - [sym_pseudo_compile_time_identifier] = ACTIONS(3151), - [anon_sym_shared] = ACTIONS(3151), - [anon_sym_map_LBRACK] = ACTIONS(3151), - [anon_sym_chan] = ACTIONS(3151), - [anon_sym_thread] = ACTIONS(3151), - [anon_sym_atomic] = ACTIONS(3151), - [anon_sym_assert] = ACTIONS(3151), - [anon_sym_defer] = ACTIONS(3151), - [anon_sym_goto] = ACTIONS(3151), - [anon_sym_break] = ACTIONS(3151), - [anon_sym_continue] = ACTIONS(3151), - [anon_sym_return] = ACTIONS(3151), - [anon_sym_DOLLARfor] = ACTIONS(3151), - [anon_sym_for] = ACTIONS(3151), - [anon_sym_POUND] = ACTIONS(3151), - [anon_sym_asm] = ACTIONS(3151), - [anon_sym_AT_LBRACK] = ACTIONS(3151), - [sym___double_quote] = ACTIONS(3151), - [sym___single_quote] = ACTIONS(3151), - [sym___c_double_quote] = ACTIONS(3151), - [sym___c_single_quote] = ACTIONS(3151), - [sym___r_double_quote] = ACTIONS(3151), - [sym___r_single_quote] = ACTIONS(3151), + [anon_sym_DOT] = ACTIONS(3313), + [anon_sym_as] = ACTIONS(3313), + [anon_sym_LBRACE] = ACTIONS(3313), + [anon_sym_COMMA] = ACTIONS(3313), + [anon_sym_const] = ACTIONS(3313), + [anon_sym_LPAREN] = ACTIONS(3313), + [anon_sym___global] = ACTIONS(3313), + [anon_sym_type] = ACTIONS(3313), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(3313), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3313), + [anon_sym_SLASH] = ACTIONS(3313), + [anon_sym_PERCENT] = ACTIONS(3313), + [anon_sym_LT] = ACTIONS(3313), + [anon_sym_GT] = ACTIONS(3313), + [anon_sym_EQ_EQ] = ACTIONS(3313), + [anon_sym_BANG_EQ] = ACTIONS(3313), + [anon_sym_LT_EQ] = ACTIONS(3313), + [anon_sym_GT_EQ] = ACTIONS(3313), + [anon_sym_LBRACK] = ACTIONS(3311), + [anon_sym_struct] = ACTIONS(3313), + [anon_sym_union] = ACTIONS(3313), + [anon_sym_pub] = ACTIONS(3313), + [anon_sym_mut] = ACTIONS(3313), + [anon_sym_enum] = ACTIONS(3313), + [anon_sym_interface] = ACTIONS(3313), + [anon_sym_PLUS_PLUS] = ACTIONS(3313), + [anon_sym_DASH_DASH] = ACTIONS(3313), + [anon_sym_QMARK] = ACTIONS(3313), + [anon_sym_BANG] = ACTIONS(3313), + [anon_sym_go] = ACTIONS(3313), + [anon_sym_spawn] = ACTIONS(3313), + [anon_sym_json_DOTdecode] = ACTIONS(3313), + [anon_sym_LBRACK2] = ACTIONS(3313), + [anon_sym_TILDE] = ACTIONS(3313), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3313), + [anon_sym_LT_DASH] = ACTIONS(3313), + [anon_sym_LT_LT] = ACTIONS(3313), + [anon_sym_GT_GT] = ACTIONS(3313), + [anon_sym_GT_GT_GT] = ACTIONS(3313), + [anon_sym_AMP_CARET] = ACTIONS(3313), + [anon_sym_AMP_AMP] = ACTIONS(3313), + [anon_sym_PIPE_PIPE] = ACTIONS(3313), + [anon_sym_or] = ACTIONS(3313), + [sym_none] = ACTIONS(3313), + [sym_true] = ACTIONS(3313), + [sym_false] = ACTIONS(3313), + [sym_nil] = ACTIONS(3313), + [anon_sym_QMARK_DOT] = ACTIONS(3313), + [anon_sym_POUND_LBRACK] = ACTIONS(3313), + [anon_sym_if] = ACTIONS(3313), + [anon_sym_DOLLARif] = ACTIONS(3313), + [anon_sym_is] = ACTIONS(3313), + [anon_sym_BANGis] = ACTIONS(3313), + [anon_sym_in] = ACTIONS(3313), + [anon_sym_BANGin] = ACTIONS(3313), + [anon_sym_match] = ACTIONS(3313), + [anon_sym_select] = ACTIONS(3313), + [anon_sym_lock] = ACTIONS(3313), + [anon_sym_rlock] = ACTIONS(3313), + [anon_sym_unsafe] = ACTIONS(3313), + [anon_sym_sql] = ACTIONS(3313), + [sym_int_literal] = ACTIONS(3313), + [sym_float_literal] = ACTIONS(3313), + [sym_rune_literal] = ACTIONS(3313), + [sym_pseudo_compile_time_identifier] = ACTIONS(3313), + [anon_sym_shared] = ACTIONS(3313), + [anon_sym_map_LBRACK] = ACTIONS(3313), + [anon_sym_chan] = ACTIONS(3313), + [anon_sym_thread] = ACTIONS(3313), + [anon_sym_atomic] = ACTIONS(3313), + [anon_sym_assert] = ACTIONS(3313), + [anon_sym_defer] = ACTIONS(3313), + [anon_sym_goto] = ACTIONS(3313), + [anon_sym_break] = ACTIONS(3313), + [anon_sym_continue] = ACTIONS(3313), + [anon_sym_return] = ACTIONS(3313), + [anon_sym_DOLLARfor] = ACTIONS(3313), + [anon_sym_for] = ACTIONS(3313), + [anon_sym_POUND] = ACTIONS(3313), + [anon_sym_asm] = ACTIONS(3313), + [anon_sym_AT_LBRACK] = ACTIONS(3313), + [sym___double_quote] = ACTIONS(3313), + [sym___single_quote] = ACTIONS(3313), + [sym___c_double_quote] = ACTIONS(3313), + [sym___c_single_quote] = ACTIONS(3313), + [sym___r_double_quote] = ACTIONS(3313), + [sym___r_single_quote] = ACTIONS(3313), }, [1089] = { [sym_line_comment] = STATE(1089), [sym_block_comment] = STATE(1089), - [ts_builtin_sym_end] = ACTIONS(3019), - [sym_identifier] = ACTIONS(3021), - [anon_sym_LF] = ACTIONS(3021), - [anon_sym_CR] = ACTIONS(3021), - [anon_sym_CR_LF] = ACTIONS(3021), + [ts_builtin_sym_end] = ACTIONS(3307), + [sym_identifier] = ACTIONS(3309), + [anon_sym_LF] = ACTIONS(3309), + [anon_sym_CR] = ACTIONS(3309), + [anon_sym_CR_LF] = ACTIONS(3309), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3021), - [anon_sym_as] = ACTIONS(3021), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_const] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3021), - [anon_sym___global] = ACTIONS(3021), - [anon_sym_type] = ACTIONS(3021), - [anon_sym_PIPE] = ACTIONS(3021), - [anon_sym_fn] = ACTIONS(3021), - [anon_sym_PLUS] = ACTIONS(3021), - [anon_sym_DASH] = ACTIONS(3021), - [anon_sym_STAR] = ACTIONS(3021), - [anon_sym_SLASH] = ACTIONS(3021), - [anon_sym_PERCENT] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(3021), - [anon_sym_GT] = ACTIONS(3021), - [anon_sym_EQ_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(3021), - [anon_sym_LT_EQ] = ACTIONS(3021), - [anon_sym_GT_EQ] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3019), - [anon_sym_struct] = ACTIONS(3021), - [anon_sym_union] = ACTIONS(3021), - [anon_sym_pub] = ACTIONS(3021), - [anon_sym_mut] = ACTIONS(3021), - [anon_sym_enum] = ACTIONS(3021), - [anon_sym_interface] = ACTIONS(3021), - [anon_sym_PLUS_PLUS] = ACTIONS(3021), - [anon_sym_DASH_DASH] = ACTIONS(3021), - [anon_sym_QMARK] = ACTIONS(3021), - [anon_sym_BANG] = ACTIONS(3021), - [anon_sym_go] = ACTIONS(3021), - [anon_sym_spawn] = ACTIONS(3021), - [anon_sym_json_DOTdecode] = ACTIONS(3021), - [anon_sym_LBRACK2] = ACTIONS(3021), - [anon_sym_TILDE] = ACTIONS(3021), - [anon_sym_CARET] = ACTIONS(3021), - [anon_sym_AMP] = ACTIONS(3021), - [anon_sym_LT_DASH] = ACTIONS(3021), - [anon_sym_LT_LT] = ACTIONS(3021), - [anon_sym_GT_GT] = ACTIONS(3021), - [anon_sym_GT_GT_GT] = ACTIONS(3021), - [anon_sym_AMP_CARET] = ACTIONS(3021), - [anon_sym_AMP_AMP] = ACTIONS(3021), - [anon_sym_PIPE_PIPE] = ACTIONS(3021), - [anon_sym_or] = ACTIONS(3021), - [sym_none] = ACTIONS(3021), - [sym_true] = ACTIONS(3021), - [sym_false] = ACTIONS(3021), - [sym_nil] = ACTIONS(3021), - [anon_sym_QMARK_DOT] = ACTIONS(3021), - [anon_sym_POUND_LBRACK] = ACTIONS(3021), - [anon_sym_if] = ACTIONS(3021), - [anon_sym_DOLLARif] = ACTIONS(3021), - [anon_sym_is] = ACTIONS(3021), - [anon_sym_BANGis] = ACTIONS(3021), - [anon_sym_in] = ACTIONS(3021), - [anon_sym_BANGin] = ACTIONS(3021), - [anon_sym_match] = ACTIONS(3021), - [anon_sym_select] = ACTIONS(3021), - [anon_sym_lock] = ACTIONS(3021), - [anon_sym_rlock] = ACTIONS(3021), - [anon_sym_unsafe] = ACTIONS(3021), - [anon_sym_sql] = ACTIONS(3021), - [sym_int_literal] = ACTIONS(3021), - [sym_float_literal] = ACTIONS(3021), - [sym_rune_literal] = ACTIONS(3021), - [sym_pseudo_compile_time_identifier] = ACTIONS(3021), - [anon_sym_shared] = ACTIONS(3021), - [anon_sym_map_LBRACK] = ACTIONS(3021), - [anon_sym_chan] = ACTIONS(3021), - [anon_sym_thread] = ACTIONS(3021), - [anon_sym_atomic] = ACTIONS(3021), - [anon_sym_assert] = ACTIONS(3021), - [anon_sym_defer] = ACTIONS(3021), - [anon_sym_goto] = ACTIONS(3021), - [anon_sym_break] = ACTIONS(3021), - [anon_sym_continue] = ACTIONS(3021), - [anon_sym_return] = ACTIONS(3021), - [anon_sym_DOLLARfor] = ACTIONS(3021), - [anon_sym_for] = ACTIONS(3021), - [anon_sym_POUND] = ACTIONS(3021), - [anon_sym_asm] = ACTIONS(3021), - [anon_sym_AT_LBRACK] = ACTIONS(3021), - [sym___double_quote] = ACTIONS(3021), - [sym___single_quote] = ACTIONS(3021), - [sym___c_double_quote] = ACTIONS(3021), - [sym___c_single_quote] = ACTIONS(3021), - [sym___r_double_quote] = ACTIONS(3021), - [sym___r_single_quote] = ACTIONS(3021), + [anon_sym_DOT] = ACTIONS(3309), + [anon_sym_as] = ACTIONS(3309), + [anon_sym_LBRACE] = ACTIONS(3309), + [anon_sym_COMMA] = ACTIONS(3309), + [anon_sym_const] = ACTIONS(3309), + [anon_sym_LPAREN] = ACTIONS(3309), + [anon_sym___global] = ACTIONS(3309), + [anon_sym_type] = ACTIONS(3309), + [anon_sym_PIPE] = ACTIONS(3309), + [anon_sym_fn] = ACTIONS(3309), + [anon_sym_PLUS] = ACTIONS(3309), + [anon_sym_DASH] = ACTIONS(3309), + [anon_sym_STAR] = ACTIONS(3309), + [anon_sym_SLASH] = ACTIONS(3309), + [anon_sym_PERCENT] = ACTIONS(3309), + [anon_sym_LT] = ACTIONS(3309), + [anon_sym_GT] = ACTIONS(3309), + [anon_sym_EQ_EQ] = ACTIONS(3309), + [anon_sym_BANG_EQ] = ACTIONS(3309), + [anon_sym_LT_EQ] = ACTIONS(3309), + [anon_sym_GT_EQ] = ACTIONS(3309), + [anon_sym_LBRACK] = ACTIONS(3307), + [anon_sym_struct] = ACTIONS(3309), + [anon_sym_union] = ACTIONS(3309), + [anon_sym_pub] = ACTIONS(3309), + [anon_sym_mut] = ACTIONS(3309), + [anon_sym_enum] = ACTIONS(3309), + [anon_sym_interface] = ACTIONS(3309), + [anon_sym_PLUS_PLUS] = ACTIONS(3309), + [anon_sym_DASH_DASH] = ACTIONS(3309), + [anon_sym_QMARK] = ACTIONS(3309), + [anon_sym_BANG] = ACTIONS(3309), + [anon_sym_go] = ACTIONS(3309), + [anon_sym_spawn] = ACTIONS(3309), + [anon_sym_json_DOTdecode] = ACTIONS(3309), + [anon_sym_LBRACK2] = ACTIONS(3309), + [anon_sym_TILDE] = ACTIONS(3309), + [anon_sym_CARET] = ACTIONS(3309), + [anon_sym_AMP] = ACTIONS(3309), + [anon_sym_LT_DASH] = ACTIONS(3309), + [anon_sym_LT_LT] = ACTIONS(3309), + [anon_sym_GT_GT] = ACTIONS(3309), + [anon_sym_GT_GT_GT] = ACTIONS(3309), + [anon_sym_AMP_CARET] = ACTIONS(3309), + [anon_sym_AMP_AMP] = ACTIONS(3309), + [anon_sym_PIPE_PIPE] = ACTIONS(3309), + [anon_sym_or] = ACTIONS(3309), + [sym_none] = ACTIONS(3309), + [sym_true] = ACTIONS(3309), + [sym_false] = ACTIONS(3309), + [sym_nil] = ACTIONS(3309), + [anon_sym_QMARK_DOT] = ACTIONS(3309), + [anon_sym_POUND_LBRACK] = ACTIONS(3309), + [anon_sym_if] = ACTIONS(3309), + [anon_sym_DOLLARif] = ACTIONS(3309), + [anon_sym_is] = ACTIONS(3309), + [anon_sym_BANGis] = ACTIONS(3309), + [anon_sym_in] = ACTIONS(3309), + [anon_sym_BANGin] = ACTIONS(3309), + [anon_sym_match] = ACTIONS(3309), + [anon_sym_select] = ACTIONS(3309), + [anon_sym_lock] = ACTIONS(3309), + [anon_sym_rlock] = ACTIONS(3309), + [anon_sym_unsafe] = ACTIONS(3309), + [anon_sym_sql] = ACTIONS(3309), + [sym_int_literal] = ACTIONS(3309), + [sym_float_literal] = ACTIONS(3309), + [sym_rune_literal] = ACTIONS(3309), + [sym_pseudo_compile_time_identifier] = ACTIONS(3309), + [anon_sym_shared] = ACTIONS(3309), + [anon_sym_map_LBRACK] = ACTIONS(3309), + [anon_sym_chan] = ACTIONS(3309), + [anon_sym_thread] = ACTIONS(3309), + [anon_sym_atomic] = ACTIONS(3309), + [anon_sym_assert] = ACTIONS(3309), + [anon_sym_defer] = ACTIONS(3309), + [anon_sym_goto] = ACTIONS(3309), + [anon_sym_break] = ACTIONS(3309), + [anon_sym_continue] = ACTIONS(3309), + [anon_sym_return] = ACTIONS(3309), + [anon_sym_DOLLARfor] = ACTIONS(3309), + [anon_sym_for] = ACTIONS(3309), + [anon_sym_POUND] = ACTIONS(3309), + [anon_sym_asm] = ACTIONS(3309), + [anon_sym_AT_LBRACK] = ACTIONS(3309), + [sym___double_quote] = ACTIONS(3309), + [sym___single_quote] = ACTIONS(3309), + [sym___c_double_quote] = ACTIONS(3309), + [sym___c_single_quote] = ACTIONS(3309), + [sym___r_double_quote] = ACTIONS(3309), + [sym___r_single_quote] = ACTIONS(3309), }, [1090] = { [sym_line_comment] = STATE(1090), [sym_block_comment] = STATE(1090), - [ts_builtin_sym_end] = ACTIONS(3273), - [sym_identifier] = ACTIONS(3275), - [anon_sym_LF] = ACTIONS(3275), - [anon_sym_CR] = ACTIONS(3275), - [anon_sym_CR_LF] = ACTIONS(3275), + [ts_builtin_sym_end] = ACTIONS(3303), + [sym_identifier] = ACTIONS(3305), + [anon_sym_LF] = ACTIONS(3305), + [anon_sym_CR] = ACTIONS(3305), + [anon_sym_CR_LF] = ACTIONS(3305), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3275), - [anon_sym_as] = ACTIONS(3275), - [anon_sym_LBRACE] = ACTIONS(3275), - [anon_sym_COMMA] = ACTIONS(3275), - [anon_sym_const] = ACTIONS(3275), - [anon_sym_LPAREN] = ACTIONS(3275), - [anon_sym___global] = ACTIONS(3275), - [anon_sym_type] = ACTIONS(3275), - [anon_sym_PIPE] = ACTIONS(3275), - [anon_sym_fn] = ACTIONS(3275), - [anon_sym_PLUS] = ACTIONS(3275), - [anon_sym_DASH] = ACTIONS(3275), - [anon_sym_STAR] = ACTIONS(3275), - [anon_sym_SLASH] = ACTIONS(3275), - [anon_sym_PERCENT] = ACTIONS(3275), - [anon_sym_LT] = ACTIONS(3275), - [anon_sym_GT] = ACTIONS(3275), - [anon_sym_EQ_EQ] = ACTIONS(3275), - [anon_sym_BANG_EQ] = ACTIONS(3275), - [anon_sym_LT_EQ] = ACTIONS(3275), - [anon_sym_GT_EQ] = ACTIONS(3275), - [anon_sym_LBRACK] = ACTIONS(3273), - [anon_sym_struct] = ACTIONS(3275), - [anon_sym_union] = ACTIONS(3275), - [anon_sym_pub] = ACTIONS(3275), - [anon_sym_mut] = ACTIONS(3275), - [anon_sym_enum] = ACTIONS(3275), - [anon_sym_interface] = ACTIONS(3275), - [anon_sym_PLUS_PLUS] = ACTIONS(3275), - [anon_sym_DASH_DASH] = ACTIONS(3275), - [anon_sym_QMARK] = ACTIONS(3275), - [anon_sym_BANG] = ACTIONS(3275), - [anon_sym_go] = ACTIONS(3275), - [anon_sym_spawn] = ACTIONS(3275), - [anon_sym_json_DOTdecode] = ACTIONS(3275), - [anon_sym_LBRACK2] = ACTIONS(3275), - [anon_sym_TILDE] = ACTIONS(3275), - [anon_sym_CARET] = ACTIONS(3275), - [anon_sym_AMP] = ACTIONS(3275), - [anon_sym_LT_DASH] = ACTIONS(3275), - [anon_sym_LT_LT] = ACTIONS(3275), - [anon_sym_GT_GT] = ACTIONS(3275), - [anon_sym_GT_GT_GT] = ACTIONS(3275), - [anon_sym_AMP_CARET] = ACTIONS(3275), - [anon_sym_AMP_AMP] = ACTIONS(3275), - [anon_sym_PIPE_PIPE] = ACTIONS(3275), - [anon_sym_or] = ACTIONS(3275), - [sym_none] = ACTIONS(3275), - [sym_true] = ACTIONS(3275), - [sym_false] = ACTIONS(3275), - [sym_nil] = ACTIONS(3275), - [anon_sym_QMARK_DOT] = ACTIONS(3275), - [anon_sym_POUND_LBRACK] = ACTIONS(3275), - [anon_sym_if] = ACTIONS(3275), - [anon_sym_DOLLARif] = ACTIONS(3275), - [anon_sym_is] = ACTIONS(3275), - [anon_sym_BANGis] = ACTIONS(3275), - [anon_sym_in] = ACTIONS(3275), - [anon_sym_BANGin] = ACTIONS(3275), - [anon_sym_match] = ACTIONS(3275), - [anon_sym_select] = ACTIONS(3275), - [anon_sym_lock] = ACTIONS(3275), - [anon_sym_rlock] = ACTIONS(3275), - [anon_sym_unsafe] = ACTIONS(3275), - [anon_sym_sql] = ACTIONS(3275), - [sym_int_literal] = ACTIONS(3275), - [sym_float_literal] = ACTIONS(3275), - [sym_rune_literal] = ACTIONS(3275), - [sym_pseudo_compile_time_identifier] = ACTIONS(3275), - [anon_sym_shared] = ACTIONS(3275), - [anon_sym_map_LBRACK] = ACTIONS(3275), - [anon_sym_chan] = ACTIONS(3275), - [anon_sym_thread] = ACTIONS(3275), - [anon_sym_atomic] = ACTIONS(3275), - [anon_sym_assert] = ACTIONS(3275), - [anon_sym_defer] = ACTIONS(3275), - [anon_sym_goto] = ACTIONS(3275), - [anon_sym_break] = ACTIONS(3275), - [anon_sym_continue] = ACTIONS(3275), - [anon_sym_return] = ACTIONS(3275), - [anon_sym_DOLLARfor] = ACTIONS(3275), - [anon_sym_for] = ACTIONS(3275), - [anon_sym_POUND] = ACTIONS(3275), - [anon_sym_asm] = ACTIONS(3275), - [anon_sym_AT_LBRACK] = ACTIONS(3275), - [sym___double_quote] = ACTIONS(3275), - [sym___single_quote] = ACTIONS(3275), - [sym___c_double_quote] = ACTIONS(3275), - [sym___c_single_quote] = ACTIONS(3275), - [sym___r_double_quote] = ACTIONS(3275), - [sym___r_single_quote] = ACTIONS(3275), + [anon_sym_DOT] = ACTIONS(3305), + [anon_sym_as] = ACTIONS(3305), + [anon_sym_LBRACE] = ACTIONS(3305), + [anon_sym_COMMA] = ACTIONS(3305), + [anon_sym_const] = ACTIONS(3305), + [anon_sym_LPAREN] = ACTIONS(3305), + [anon_sym___global] = ACTIONS(3305), + [anon_sym_type] = ACTIONS(3305), + [anon_sym_PIPE] = ACTIONS(3305), + [anon_sym_fn] = ACTIONS(3305), + [anon_sym_PLUS] = ACTIONS(3305), + [anon_sym_DASH] = ACTIONS(3305), + [anon_sym_STAR] = ACTIONS(3305), + [anon_sym_SLASH] = ACTIONS(3305), + [anon_sym_PERCENT] = ACTIONS(3305), + [anon_sym_LT] = ACTIONS(3305), + [anon_sym_GT] = ACTIONS(3305), + [anon_sym_EQ_EQ] = ACTIONS(3305), + [anon_sym_BANG_EQ] = ACTIONS(3305), + [anon_sym_LT_EQ] = ACTIONS(3305), + [anon_sym_GT_EQ] = ACTIONS(3305), + [anon_sym_LBRACK] = ACTIONS(3303), + [anon_sym_struct] = ACTIONS(3305), + [anon_sym_union] = ACTIONS(3305), + [anon_sym_pub] = ACTIONS(3305), + [anon_sym_mut] = ACTIONS(3305), + [anon_sym_enum] = ACTIONS(3305), + [anon_sym_interface] = ACTIONS(3305), + [anon_sym_PLUS_PLUS] = ACTIONS(3305), + [anon_sym_DASH_DASH] = ACTIONS(3305), + [anon_sym_QMARK] = ACTIONS(3305), + [anon_sym_BANG] = ACTIONS(3305), + [anon_sym_go] = ACTIONS(3305), + [anon_sym_spawn] = ACTIONS(3305), + [anon_sym_json_DOTdecode] = ACTIONS(3305), + [anon_sym_LBRACK2] = ACTIONS(3305), + [anon_sym_TILDE] = ACTIONS(3305), + [anon_sym_CARET] = ACTIONS(3305), + [anon_sym_AMP] = ACTIONS(3305), + [anon_sym_LT_DASH] = ACTIONS(3305), + [anon_sym_LT_LT] = ACTIONS(3305), + [anon_sym_GT_GT] = ACTIONS(3305), + [anon_sym_GT_GT_GT] = ACTIONS(3305), + [anon_sym_AMP_CARET] = ACTIONS(3305), + [anon_sym_AMP_AMP] = ACTIONS(3305), + [anon_sym_PIPE_PIPE] = ACTIONS(3305), + [anon_sym_or] = ACTIONS(3305), + [sym_none] = ACTIONS(3305), + [sym_true] = ACTIONS(3305), + [sym_false] = ACTIONS(3305), + [sym_nil] = ACTIONS(3305), + [anon_sym_QMARK_DOT] = ACTIONS(3305), + [anon_sym_POUND_LBRACK] = ACTIONS(3305), + [anon_sym_if] = ACTIONS(3305), + [anon_sym_DOLLARif] = ACTIONS(3305), + [anon_sym_is] = ACTIONS(3305), + [anon_sym_BANGis] = ACTIONS(3305), + [anon_sym_in] = ACTIONS(3305), + [anon_sym_BANGin] = ACTIONS(3305), + [anon_sym_match] = ACTIONS(3305), + [anon_sym_select] = ACTIONS(3305), + [anon_sym_lock] = ACTIONS(3305), + [anon_sym_rlock] = ACTIONS(3305), + [anon_sym_unsafe] = ACTIONS(3305), + [anon_sym_sql] = ACTIONS(3305), + [sym_int_literal] = ACTIONS(3305), + [sym_float_literal] = ACTIONS(3305), + [sym_rune_literal] = ACTIONS(3305), + [sym_pseudo_compile_time_identifier] = ACTIONS(3305), + [anon_sym_shared] = ACTIONS(3305), + [anon_sym_map_LBRACK] = ACTIONS(3305), + [anon_sym_chan] = ACTIONS(3305), + [anon_sym_thread] = ACTIONS(3305), + [anon_sym_atomic] = ACTIONS(3305), + [anon_sym_assert] = ACTIONS(3305), + [anon_sym_defer] = ACTIONS(3305), + [anon_sym_goto] = ACTIONS(3305), + [anon_sym_break] = ACTIONS(3305), + [anon_sym_continue] = ACTIONS(3305), + [anon_sym_return] = ACTIONS(3305), + [anon_sym_DOLLARfor] = ACTIONS(3305), + [anon_sym_for] = ACTIONS(3305), + [anon_sym_POUND] = ACTIONS(3305), + [anon_sym_asm] = ACTIONS(3305), + [anon_sym_AT_LBRACK] = ACTIONS(3305), + [sym___double_quote] = ACTIONS(3305), + [sym___single_quote] = ACTIONS(3305), + [sym___c_double_quote] = ACTIONS(3305), + [sym___c_single_quote] = ACTIONS(3305), + [sym___r_double_quote] = ACTIONS(3305), + [sym___r_single_quote] = ACTIONS(3305), }, [1091] = { [sym_line_comment] = STATE(1091), [sym_block_comment] = STATE(1091), - [ts_builtin_sym_end] = ACTIONS(3293), - [sym_identifier] = ACTIONS(3295), - [anon_sym_LF] = ACTIONS(3295), - [anon_sym_CR] = ACTIONS(3295), - [anon_sym_CR_LF] = ACTIONS(3295), + [ts_builtin_sym_end] = ACTIONS(3319), + [sym_identifier] = ACTIONS(3321), + [anon_sym_LF] = ACTIONS(3321), + [anon_sym_CR] = ACTIONS(3321), + [anon_sym_CR_LF] = ACTIONS(3321), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3295), - [anon_sym_as] = ACTIONS(3295), - [anon_sym_LBRACE] = ACTIONS(3295), - [anon_sym_COMMA] = ACTIONS(3295), - [anon_sym_const] = ACTIONS(3295), - [anon_sym_LPAREN] = ACTIONS(3295), - [anon_sym___global] = ACTIONS(3295), - [anon_sym_type] = ACTIONS(3295), - [anon_sym_PIPE] = ACTIONS(3295), - [anon_sym_fn] = ACTIONS(3295), - [anon_sym_PLUS] = ACTIONS(3295), - [anon_sym_DASH] = ACTIONS(3295), - [anon_sym_STAR] = ACTIONS(3295), - [anon_sym_SLASH] = ACTIONS(3295), - [anon_sym_PERCENT] = ACTIONS(3295), - [anon_sym_LT] = ACTIONS(3295), - [anon_sym_GT] = ACTIONS(3295), - [anon_sym_EQ_EQ] = ACTIONS(3295), - [anon_sym_BANG_EQ] = ACTIONS(3295), - [anon_sym_LT_EQ] = ACTIONS(3295), - [anon_sym_GT_EQ] = ACTIONS(3295), - [anon_sym_LBRACK] = ACTIONS(3293), - [anon_sym_struct] = ACTIONS(3295), - [anon_sym_union] = ACTIONS(3295), - [anon_sym_pub] = ACTIONS(3295), - [anon_sym_mut] = ACTIONS(3295), - [anon_sym_enum] = ACTIONS(3295), - [anon_sym_interface] = ACTIONS(3295), - [anon_sym_PLUS_PLUS] = ACTIONS(3295), - [anon_sym_DASH_DASH] = ACTIONS(3295), - [anon_sym_QMARK] = ACTIONS(3295), - [anon_sym_BANG] = ACTIONS(3295), - [anon_sym_go] = ACTIONS(3295), - [anon_sym_spawn] = ACTIONS(3295), - [anon_sym_json_DOTdecode] = ACTIONS(3295), - [anon_sym_LBRACK2] = ACTIONS(3295), - [anon_sym_TILDE] = ACTIONS(3295), - [anon_sym_CARET] = ACTIONS(3295), - [anon_sym_AMP] = ACTIONS(3295), - [anon_sym_LT_DASH] = ACTIONS(3295), - [anon_sym_LT_LT] = ACTIONS(3295), - [anon_sym_GT_GT] = ACTIONS(3295), - [anon_sym_GT_GT_GT] = ACTIONS(3295), - [anon_sym_AMP_CARET] = ACTIONS(3295), - [anon_sym_AMP_AMP] = ACTIONS(3295), - [anon_sym_PIPE_PIPE] = ACTIONS(3295), - [anon_sym_or] = ACTIONS(3295), - [sym_none] = ACTIONS(3295), - [sym_true] = ACTIONS(3295), - [sym_false] = ACTIONS(3295), - [sym_nil] = ACTIONS(3295), - [anon_sym_QMARK_DOT] = ACTIONS(3295), - [anon_sym_POUND_LBRACK] = ACTIONS(3295), - [anon_sym_if] = ACTIONS(3295), - [anon_sym_DOLLARif] = ACTIONS(3295), - [anon_sym_is] = ACTIONS(3295), - [anon_sym_BANGis] = ACTIONS(3295), - [anon_sym_in] = ACTIONS(3295), - [anon_sym_BANGin] = ACTIONS(3295), - [anon_sym_match] = ACTIONS(3295), - [anon_sym_select] = ACTIONS(3295), - [anon_sym_lock] = ACTIONS(3295), - [anon_sym_rlock] = ACTIONS(3295), - [anon_sym_unsafe] = ACTIONS(3295), - [anon_sym_sql] = ACTIONS(3295), - [sym_int_literal] = ACTIONS(3295), - [sym_float_literal] = ACTIONS(3295), - [sym_rune_literal] = ACTIONS(3295), - [sym_pseudo_compile_time_identifier] = ACTIONS(3295), - [anon_sym_shared] = ACTIONS(3295), - [anon_sym_map_LBRACK] = ACTIONS(3295), - [anon_sym_chan] = ACTIONS(3295), - [anon_sym_thread] = ACTIONS(3295), - [anon_sym_atomic] = ACTIONS(3295), - [anon_sym_assert] = ACTIONS(3295), - [anon_sym_defer] = ACTIONS(3295), - [anon_sym_goto] = ACTIONS(3295), - [anon_sym_break] = ACTIONS(3295), - [anon_sym_continue] = ACTIONS(3295), - [anon_sym_return] = ACTIONS(3295), - [anon_sym_DOLLARfor] = ACTIONS(3295), - [anon_sym_for] = ACTIONS(3295), - [anon_sym_POUND] = ACTIONS(3295), - [anon_sym_asm] = ACTIONS(3295), - [anon_sym_AT_LBRACK] = ACTIONS(3295), - [sym___double_quote] = ACTIONS(3295), - [sym___single_quote] = ACTIONS(3295), - [sym___c_double_quote] = ACTIONS(3295), - [sym___c_single_quote] = ACTIONS(3295), - [sym___r_double_quote] = ACTIONS(3295), - [sym___r_single_quote] = ACTIONS(3295), + [anon_sym_DOT] = ACTIONS(3321), + [anon_sym_as] = ACTIONS(3321), + [anon_sym_LBRACE] = ACTIONS(3321), + [anon_sym_COMMA] = ACTIONS(3321), + [anon_sym_const] = ACTIONS(3321), + [anon_sym_LPAREN] = ACTIONS(3321), + [anon_sym___global] = ACTIONS(3321), + [anon_sym_type] = ACTIONS(3321), + [anon_sym_PIPE] = ACTIONS(3321), + [anon_sym_fn] = ACTIONS(3321), + [anon_sym_PLUS] = ACTIONS(3321), + [anon_sym_DASH] = ACTIONS(3321), + [anon_sym_STAR] = ACTIONS(3321), + [anon_sym_SLASH] = ACTIONS(3321), + [anon_sym_PERCENT] = ACTIONS(3321), + [anon_sym_LT] = ACTIONS(3321), + [anon_sym_GT] = ACTIONS(3321), + [anon_sym_EQ_EQ] = ACTIONS(3321), + [anon_sym_BANG_EQ] = ACTIONS(3321), + [anon_sym_LT_EQ] = ACTIONS(3321), + [anon_sym_GT_EQ] = ACTIONS(3321), + [anon_sym_LBRACK] = ACTIONS(3319), + [anon_sym_struct] = ACTIONS(3321), + [anon_sym_union] = ACTIONS(3321), + [anon_sym_pub] = ACTIONS(3321), + [anon_sym_mut] = ACTIONS(3321), + [anon_sym_enum] = ACTIONS(3321), + [anon_sym_interface] = ACTIONS(3321), + [anon_sym_PLUS_PLUS] = ACTIONS(3321), + [anon_sym_DASH_DASH] = ACTIONS(3321), + [anon_sym_QMARK] = ACTIONS(3321), + [anon_sym_BANG] = ACTIONS(3321), + [anon_sym_go] = ACTIONS(3321), + [anon_sym_spawn] = ACTIONS(3321), + [anon_sym_json_DOTdecode] = ACTIONS(3321), + [anon_sym_LBRACK2] = ACTIONS(3321), + [anon_sym_TILDE] = ACTIONS(3321), + [anon_sym_CARET] = ACTIONS(3321), + [anon_sym_AMP] = ACTIONS(3321), + [anon_sym_LT_DASH] = ACTIONS(3321), + [anon_sym_LT_LT] = ACTIONS(3321), + [anon_sym_GT_GT] = ACTIONS(3321), + [anon_sym_GT_GT_GT] = ACTIONS(3321), + [anon_sym_AMP_CARET] = ACTIONS(3321), + [anon_sym_AMP_AMP] = ACTIONS(3321), + [anon_sym_PIPE_PIPE] = ACTIONS(3321), + [anon_sym_or] = ACTIONS(3321), + [sym_none] = ACTIONS(3321), + [sym_true] = ACTIONS(3321), + [sym_false] = ACTIONS(3321), + [sym_nil] = ACTIONS(3321), + [anon_sym_QMARK_DOT] = ACTIONS(3321), + [anon_sym_POUND_LBRACK] = ACTIONS(3321), + [anon_sym_if] = ACTIONS(3321), + [anon_sym_DOLLARif] = ACTIONS(3321), + [anon_sym_is] = ACTIONS(3321), + [anon_sym_BANGis] = ACTIONS(3321), + [anon_sym_in] = ACTIONS(3321), + [anon_sym_BANGin] = ACTIONS(3321), + [anon_sym_match] = ACTIONS(3321), + [anon_sym_select] = ACTIONS(3321), + [anon_sym_lock] = ACTIONS(3321), + [anon_sym_rlock] = ACTIONS(3321), + [anon_sym_unsafe] = ACTIONS(3321), + [anon_sym_sql] = ACTIONS(3321), + [sym_int_literal] = ACTIONS(3321), + [sym_float_literal] = ACTIONS(3321), + [sym_rune_literal] = ACTIONS(3321), + [sym_pseudo_compile_time_identifier] = ACTIONS(3321), + [anon_sym_shared] = ACTIONS(3321), + [anon_sym_map_LBRACK] = ACTIONS(3321), + [anon_sym_chan] = ACTIONS(3321), + [anon_sym_thread] = ACTIONS(3321), + [anon_sym_atomic] = ACTIONS(3321), + [anon_sym_assert] = ACTIONS(3321), + [anon_sym_defer] = ACTIONS(3321), + [anon_sym_goto] = ACTIONS(3321), + [anon_sym_break] = ACTIONS(3321), + [anon_sym_continue] = ACTIONS(3321), + [anon_sym_return] = ACTIONS(3321), + [anon_sym_DOLLARfor] = ACTIONS(3321), + [anon_sym_for] = ACTIONS(3321), + [anon_sym_POUND] = ACTIONS(3321), + [anon_sym_asm] = ACTIONS(3321), + [anon_sym_AT_LBRACK] = ACTIONS(3321), + [sym___double_quote] = ACTIONS(3321), + [sym___single_quote] = ACTIONS(3321), + [sym___c_double_quote] = ACTIONS(3321), + [sym___c_single_quote] = ACTIONS(3321), + [sym___r_double_quote] = ACTIONS(3321), + [sym___r_single_quote] = ACTIONS(3321), }, [1092] = { [sym_line_comment] = STATE(1092), [sym_block_comment] = STATE(1092), - [ts_builtin_sym_end] = ACTIONS(3301), - [sym_identifier] = ACTIONS(3303), - [anon_sym_LF] = ACTIONS(3303), - [anon_sym_CR] = ACTIONS(3303), - [anon_sym_CR_LF] = ACTIONS(3303), + [ts_builtin_sym_end] = ACTIONS(3323), + [sym_identifier] = ACTIONS(3325), + [anon_sym_LF] = ACTIONS(3325), + [anon_sym_CR] = ACTIONS(3325), + [anon_sym_CR_LF] = ACTIONS(3325), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3303), - [anon_sym_as] = ACTIONS(3303), - [anon_sym_LBRACE] = ACTIONS(3303), - [anon_sym_COMMA] = ACTIONS(3303), - [anon_sym_const] = ACTIONS(3303), - [anon_sym_LPAREN] = ACTIONS(3303), - [anon_sym___global] = ACTIONS(3303), - [anon_sym_type] = ACTIONS(3303), - [anon_sym_PIPE] = ACTIONS(3303), - [anon_sym_fn] = ACTIONS(3303), - [anon_sym_PLUS] = ACTIONS(3303), - [anon_sym_DASH] = ACTIONS(3303), - [anon_sym_STAR] = ACTIONS(3303), - [anon_sym_SLASH] = ACTIONS(3303), - [anon_sym_PERCENT] = ACTIONS(3303), - [anon_sym_LT] = ACTIONS(3303), - [anon_sym_GT] = ACTIONS(3303), - [anon_sym_EQ_EQ] = ACTIONS(3303), - [anon_sym_BANG_EQ] = ACTIONS(3303), - [anon_sym_LT_EQ] = ACTIONS(3303), - [anon_sym_GT_EQ] = ACTIONS(3303), - [anon_sym_LBRACK] = ACTIONS(3301), - [anon_sym_struct] = ACTIONS(3303), - [anon_sym_union] = ACTIONS(3303), - [anon_sym_pub] = ACTIONS(3303), - [anon_sym_mut] = ACTIONS(3303), - [anon_sym_enum] = ACTIONS(3303), - [anon_sym_interface] = ACTIONS(3303), - [anon_sym_PLUS_PLUS] = ACTIONS(3303), - [anon_sym_DASH_DASH] = ACTIONS(3303), - [anon_sym_QMARK] = ACTIONS(3303), - [anon_sym_BANG] = ACTIONS(3303), - [anon_sym_go] = ACTIONS(3303), - [anon_sym_spawn] = ACTIONS(3303), - [anon_sym_json_DOTdecode] = ACTIONS(3303), - [anon_sym_LBRACK2] = ACTIONS(3303), - [anon_sym_TILDE] = ACTIONS(3303), - [anon_sym_CARET] = ACTIONS(3303), - [anon_sym_AMP] = ACTIONS(3303), - [anon_sym_LT_DASH] = ACTIONS(3303), - [anon_sym_LT_LT] = ACTIONS(3303), - [anon_sym_GT_GT] = ACTIONS(3303), - [anon_sym_GT_GT_GT] = ACTIONS(3303), - [anon_sym_AMP_CARET] = ACTIONS(3303), - [anon_sym_AMP_AMP] = ACTIONS(3303), - [anon_sym_PIPE_PIPE] = ACTIONS(3303), - [anon_sym_or] = ACTIONS(3303), - [sym_none] = ACTIONS(3303), - [sym_true] = ACTIONS(3303), - [sym_false] = ACTIONS(3303), - [sym_nil] = ACTIONS(3303), - [anon_sym_QMARK_DOT] = ACTIONS(3303), - [anon_sym_POUND_LBRACK] = ACTIONS(3303), - [anon_sym_if] = ACTIONS(3303), - [anon_sym_DOLLARif] = ACTIONS(3303), - [anon_sym_is] = ACTIONS(3303), - [anon_sym_BANGis] = ACTIONS(3303), - [anon_sym_in] = ACTIONS(3303), - [anon_sym_BANGin] = ACTIONS(3303), - [anon_sym_match] = ACTIONS(3303), - [anon_sym_select] = ACTIONS(3303), - [anon_sym_lock] = ACTIONS(3303), - [anon_sym_rlock] = ACTIONS(3303), - [anon_sym_unsafe] = ACTIONS(3303), - [anon_sym_sql] = ACTIONS(3303), - [sym_int_literal] = ACTIONS(3303), - [sym_float_literal] = ACTIONS(3303), - [sym_rune_literal] = ACTIONS(3303), - [sym_pseudo_compile_time_identifier] = ACTIONS(3303), - [anon_sym_shared] = ACTIONS(3303), - [anon_sym_map_LBRACK] = ACTIONS(3303), - [anon_sym_chan] = ACTIONS(3303), - [anon_sym_thread] = ACTIONS(3303), - [anon_sym_atomic] = ACTIONS(3303), - [anon_sym_assert] = ACTIONS(3303), - [anon_sym_defer] = ACTIONS(3303), - [anon_sym_goto] = ACTIONS(3303), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3303), - [anon_sym_return] = ACTIONS(3303), - [anon_sym_DOLLARfor] = ACTIONS(3303), - [anon_sym_for] = ACTIONS(3303), - [anon_sym_POUND] = ACTIONS(3303), - [anon_sym_asm] = ACTIONS(3303), - [anon_sym_AT_LBRACK] = ACTIONS(3303), - [sym___double_quote] = ACTIONS(3303), - [sym___single_quote] = ACTIONS(3303), - [sym___c_double_quote] = ACTIONS(3303), - [sym___c_single_quote] = ACTIONS(3303), - [sym___r_double_quote] = ACTIONS(3303), - [sym___r_single_quote] = ACTIONS(3303), + [anon_sym_DOT] = ACTIONS(3325), + [anon_sym_as] = ACTIONS(3325), + [anon_sym_LBRACE] = ACTIONS(3325), + [anon_sym_COMMA] = ACTIONS(3325), + [anon_sym_const] = ACTIONS(3325), + [anon_sym_LPAREN] = ACTIONS(3325), + [anon_sym___global] = ACTIONS(3325), + [anon_sym_type] = ACTIONS(3325), + [anon_sym_PIPE] = ACTIONS(3325), + [anon_sym_fn] = ACTIONS(3325), + [anon_sym_PLUS] = ACTIONS(3325), + [anon_sym_DASH] = ACTIONS(3325), + [anon_sym_STAR] = ACTIONS(3325), + [anon_sym_SLASH] = ACTIONS(3325), + [anon_sym_PERCENT] = ACTIONS(3325), + [anon_sym_LT] = ACTIONS(3325), + [anon_sym_GT] = ACTIONS(3325), + [anon_sym_EQ_EQ] = ACTIONS(3325), + [anon_sym_BANG_EQ] = ACTIONS(3325), + [anon_sym_LT_EQ] = ACTIONS(3325), + [anon_sym_GT_EQ] = ACTIONS(3325), + [anon_sym_LBRACK] = ACTIONS(3323), + [anon_sym_struct] = ACTIONS(3325), + [anon_sym_union] = ACTIONS(3325), + [anon_sym_pub] = ACTIONS(3325), + [anon_sym_mut] = ACTIONS(3325), + [anon_sym_enum] = ACTIONS(3325), + [anon_sym_interface] = ACTIONS(3325), + [anon_sym_PLUS_PLUS] = ACTIONS(3325), + [anon_sym_DASH_DASH] = ACTIONS(3325), + [anon_sym_QMARK] = ACTIONS(3325), + [anon_sym_BANG] = ACTIONS(3325), + [anon_sym_go] = ACTIONS(3325), + [anon_sym_spawn] = ACTIONS(3325), + [anon_sym_json_DOTdecode] = ACTIONS(3325), + [anon_sym_LBRACK2] = ACTIONS(3325), + [anon_sym_TILDE] = ACTIONS(3325), + [anon_sym_CARET] = ACTIONS(3325), + [anon_sym_AMP] = ACTIONS(3325), + [anon_sym_LT_DASH] = ACTIONS(3325), + [anon_sym_LT_LT] = ACTIONS(3325), + [anon_sym_GT_GT] = ACTIONS(3325), + [anon_sym_GT_GT_GT] = ACTIONS(3325), + [anon_sym_AMP_CARET] = ACTIONS(3325), + [anon_sym_AMP_AMP] = ACTIONS(3325), + [anon_sym_PIPE_PIPE] = ACTIONS(3325), + [anon_sym_or] = ACTIONS(3325), + [sym_none] = ACTIONS(3325), + [sym_true] = ACTIONS(3325), + [sym_false] = ACTIONS(3325), + [sym_nil] = ACTIONS(3325), + [anon_sym_QMARK_DOT] = ACTIONS(3325), + [anon_sym_POUND_LBRACK] = ACTIONS(3325), + [anon_sym_if] = ACTIONS(3325), + [anon_sym_DOLLARif] = ACTIONS(3325), + [anon_sym_is] = ACTIONS(3325), + [anon_sym_BANGis] = ACTIONS(3325), + [anon_sym_in] = ACTIONS(3325), + [anon_sym_BANGin] = ACTIONS(3325), + [anon_sym_match] = ACTIONS(3325), + [anon_sym_select] = ACTIONS(3325), + [anon_sym_lock] = ACTIONS(3325), + [anon_sym_rlock] = ACTIONS(3325), + [anon_sym_unsafe] = ACTIONS(3325), + [anon_sym_sql] = ACTIONS(3325), + [sym_int_literal] = ACTIONS(3325), + [sym_float_literal] = ACTIONS(3325), + [sym_rune_literal] = ACTIONS(3325), + [sym_pseudo_compile_time_identifier] = ACTIONS(3325), + [anon_sym_shared] = ACTIONS(3325), + [anon_sym_map_LBRACK] = ACTIONS(3325), + [anon_sym_chan] = ACTIONS(3325), + [anon_sym_thread] = ACTIONS(3325), + [anon_sym_atomic] = ACTIONS(3325), + [anon_sym_assert] = ACTIONS(3325), + [anon_sym_defer] = ACTIONS(3325), + [anon_sym_goto] = ACTIONS(3325), + [anon_sym_break] = ACTIONS(3325), + [anon_sym_continue] = ACTIONS(3325), + [anon_sym_return] = ACTIONS(3325), + [anon_sym_DOLLARfor] = ACTIONS(3325), + [anon_sym_for] = ACTIONS(3325), + [anon_sym_POUND] = ACTIONS(3325), + [anon_sym_asm] = ACTIONS(3325), + [anon_sym_AT_LBRACK] = ACTIONS(3325), + [sym___double_quote] = ACTIONS(3325), + [sym___single_quote] = ACTIONS(3325), + [sym___c_double_quote] = ACTIONS(3325), + [sym___c_single_quote] = ACTIONS(3325), + [sym___r_double_quote] = ACTIONS(3325), + [sym___r_single_quote] = ACTIONS(3325), }, [1093] = { [sym_line_comment] = STATE(1093), [sym_block_comment] = STATE(1093), - [ts_builtin_sym_end] = ACTIONS(3305), - [sym_identifier] = ACTIONS(3307), - [anon_sym_LF] = ACTIONS(3307), - [anon_sym_CR] = ACTIONS(3307), - [anon_sym_CR_LF] = ACTIONS(3307), + [ts_builtin_sym_end] = ACTIONS(3327), + [sym_identifier] = ACTIONS(3329), + [anon_sym_LF] = ACTIONS(3329), + [anon_sym_CR] = ACTIONS(3329), + [anon_sym_CR_LF] = ACTIONS(3329), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3307), - [anon_sym_as] = ACTIONS(3307), - [anon_sym_LBRACE] = ACTIONS(3307), - [anon_sym_COMMA] = ACTIONS(3307), - [anon_sym_const] = ACTIONS(3307), - [anon_sym_LPAREN] = ACTIONS(3307), - [anon_sym___global] = ACTIONS(3307), - [anon_sym_type] = ACTIONS(3307), - [anon_sym_PIPE] = ACTIONS(3307), - [anon_sym_fn] = ACTIONS(3307), - [anon_sym_PLUS] = ACTIONS(3307), - [anon_sym_DASH] = ACTIONS(3307), - [anon_sym_STAR] = ACTIONS(3307), - [anon_sym_SLASH] = ACTIONS(3307), - [anon_sym_PERCENT] = ACTIONS(3307), - [anon_sym_LT] = ACTIONS(3307), - [anon_sym_GT] = ACTIONS(3307), - [anon_sym_EQ_EQ] = ACTIONS(3307), - [anon_sym_BANG_EQ] = ACTIONS(3307), - [anon_sym_LT_EQ] = ACTIONS(3307), - [anon_sym_GT_EQ] = ACTIONS(3307), - [anon_sym_LBRACK] = ACTIONS(3305), - [anon_sym_struct] = ACTIONS(3307), - [anon_sym_union] = ACTIONS(3307), - [anon_sym_pub] = ACTIONS(3307), - [anon_sym_mut] = ACTIONS(3307), - [anon_sym_enum] = ACTIONS(3307), - [anon_sym_interface] = ACTIONS(3307), - [anon_sym_PLUS_PLUS] = ACTIONS(3307), - [anon_sym_DASH_DASH] = ACTIONS(3307), - [anon_sym_QMARK] = ACTIONS(3307), - [anon_sym_BANG] = ACTIONS(3307), - [anon_sym_go] = ACTIONS(3307), - [anon_sym_spawn] = ACTIONS(3307), - [anon_sym_json_DOTdecode] = ACTIONS(3307), - [anon_sym_LBRACK2] = ACTIONS(3307), - [anon_sym_TILDE] = ACTIONS(3307), - [anon_sym_CARET] = ACTIONS(3307), - [anon_sym_AMP] = ACTIONS(3307), - [anon_sym_LT_DASH] = ACTIONS(3307), - [anon_sym_LT_LT] = ACTIONS(3307), - [anon_sym_GT_GT] = ACTIONS(3307), - [anon_sym_GT_GT_GT] = ACTIONS(3307), - [anon_sym_AMP_CARET] = ACTIONS(3307), - [anon_sym_AMP_AMP] = ACTIONS(3307), - [anon_sym_PIPE_PIPE] = ACTIONS(3307), - [anon_sym_or] = ACTIONS(3307), - [sym_none] = ACTIONS(3307), - [sym_true] = ACTIONS(3307), - [sym_false] = ACTIONS(3307), - [sym_nil] = ACTIONS(3307), - [anon_sym_QMARK_DOT] = ACTIONS(3307), - [anon_sym_POUND_LBRACK] = ACTIONS(3307), - [anon_sym_if] = ACTIONS(3307), - [anon_sym_DOLLARif] = ACTIONS(3307), - [anon_sym_is] = ACTIONS(3307), - [anon_sym_BANGis] = ACTIONS(3307), - [anon_sym_in] = ACTIONS(3307), - [anon_sym_BANGin] = ACTIONS(3307), - [anon_sym_match] = ACTIONS(3307), - [anon_sym_select] = ACTIONS(3307), - [anon_sym_lock] = ACTIONS(3307), - [anon_sym_rlock] = ACTIONS(3307), - [anon_sym_unsafe] = ACTIONS(3307), - [anon_sym_sql] = ACTIONS(3307), - [sym_int_literal] = ACTIONS(3307), - [sym_float_literal] = ACTIONS(3307), - [sym_rune_literal] = ACTIONS(3307), - [sym_pseudo_compile_time_identifier] = ACTIONS(3307), - [anon_sym_shared] = ACTIONS(3307), - [anon_sym_map_LBRACK] = ACTIONS(3307), - [anon_sym_chan] = ACTIONS(3307), - [anon_sym_thread] = ACTIONS(3307), - [anon_sym_atomic] = ACTIONS(3307), - [anon_sym_assert] = ACTIONS(3307), - [anon_sym_defer] = ACTIONS(3307), - [anon_sym_goto] = ACTIONS(3307), - [anon_sym_break] = ACTIONS(3307), - [anon_sym_continue] = ACTIONS(3307), - [anon_sym_return] = ACTIONS(3307), - [anon_sym_DOLLARfor] = ACTIONS(3307), - [anon_sym_for] = ACTIONS(3307), - [anon_sym_POUND] = ACTIONS(3307), - [anon_sym_asm] = ACTIONS(3307), - [anon_sym_AT_LBRACK] = ACTIONS(3307), - [sym___double_quote] = ACTIONS(3307), - [sym___single_quote] = ACTIONS(3307), - [sym___c_double_quote] = ACTIONS(3307), - [sym___c_single_quote] = ACTIONS(3307), - [sym___r_double_quote] = ACTIONS(3307), - [sym___r_single_quote] = ACTIONS(3307), + [anon_sym_DOT] = ACTIONS(3329), + [anon_sym_as] = ACTIONS(3329), + [anon_sym_LBRACE] = ACTIONS(3329), + [anon_sym_COMMA] = ACTIONS(3329), + [anon_sym_const] = ACTIONS(3329), + [anon_sym_LPAREN] = ACTIONS(3329), + [anon_sym___global] = ACTIONS(3329), + [anon_sym_type] = ACTIONS(3329), + [anon_sym_PIPE] = ACTIONS(3329), + [anon_sym_fn] = ACTIONS(3329), + [anon_sym_PLUS] = ACTIONS(3329), + [anon_sym_DASH] = ACTIONS(3329), + [anon_sym_STAR] = ACTIONS(3329), + [anon_sym_SLASH] = ACTIONS(3329), + [anon_sym_PERCENT] = ACTIONS(3329), + [anon_sym_LT] = ACTIONS(3329), + [anon_sym_GT] = ACTIONS(3329), + [anon_sym_EQ_EQ] = ACTIONS(3329), + [anon_sym_BANG_EQ] = ACTIONS(3329), + [anon_sym_LT_EQ] = ACTIONS(3329), + [anon_sym_GT_EQ] = ACTIONS(3329), + [anon_sym_LBRACK] = ACTIONS(3327), + [anon_sym_struct] = ACTIONS(3329), + [anon_sym_union] = ACTIONS(3329), + [anon_sym_pub] = ACTIONS(3329), + [anon_sym_mut] = ACTIONS(3329), + [anon_sym_enum] = ACTIONS(3329), + [anon_sym_interface] = ACTIONS(3329), + [anon_sym_PLUS_PLUS] = ACTIONS(3329), + [anon_sym_DASH_DASH] = ACTIONS(3329), + [anon_sym_QMARK] = ACTIONS(3329), + [anon_sym_BANG] = ACTIONS(3329), + [anon_sym_go] = ACTIONS(3329), + [anon_sym_spawn] = ACTIONS(3329), + [anon_sym_json_DOTdecode] = ACTIONS(3329), + [anon_sym_LBRACK2] = ACTIONS(3329), + [anon_sym_TILDE] = ACTIONS(3329), + [anon_sym_CARET] = ACTIONS(3329), + [anon_sym_AMP] = ACTIONS(3329), + [anon_sym_LT_DASH] = ACTIONS(3329), + [anon_sym_LT_LT] = ACTIONS(3329), + [anon_sym_GT_GT] = ACTIONS(3329), + [anon_sym_GT_GT_GT] = ACTIONS(3329), + [anon_sym_AMP_CARET] = ACTIONS(3329), + [anon_sym_AMP_AMP] = ACTIONS(3329), + [anon_sym_PIPE_PIPE] = ACTIONS(3329), + [anon_sym_or] = ACTIONS(3329), + [sym_none] = ACTIONS(3329), + [sym_true] = ACTIONS(3329), + [sym_false] = ACTIONS(3329), + [sym_nil] = ACTIONS(3329), + [anon_sym_QMARK_DOT] = ACTIONS(3329), + [anon_sym_POUND_LBRACK] = ACTIONS(3329), + [anon_sym_if] = ACTIONS(3329), + [anon_sym_DOLLARif] = ACTIONS(3329), + [anon_sym_is] = ACTIONS(3329), + [anon_sym_BANGis] = ACTIONS(3329), + [anon_sym_in] = ACTIONS(3329), + [anon_sym_BANGin] = ACTIONS(3329), + [anon_sym_match] = ACTIONS(3329), + [anon_sym_select] = ACTIONS(3329), + [anon_sym_lock] = ACTIONS(3329), + [anon_sym_rlock] = ACTIONS(3329), + [anon_sym_unsafe] = ACTIONS(3329), + [anon_sym_sql] = ACTIONS(3329), + [sym_int_literal] = ACTIONS(3329), + [sym_float_literal] = ACTIONS(3329), + [sym_rune_literal] = ACTIONS(3329), + [sym_pseudo_compile_time_identifier] = ACTIONS(3329), + [anon_sym_shared] = ACTIONS(3329), + [anon_sym_map_LBRACK] = ACTIONS(3329), + [anon_sym_chan] = ACTIONS(3329), + [anon_sym_thread] = ACTIONS(3329), + [anon_sym_atomic] = ACTIONS(3329), + [anon_sym_assert] = ACTIONS(3329), + [anon_sym_defer] = ACTIONS(3329), + [anon_sym_goto] = ACTIONS(3329), + [anon_sym_break] = ACTIONS(3329), + [anon_sym_continue] = ACTIONS(3329), + [anon_sym_return] = ACTIONS(3329), + [anon_sym_DOLLARfor] = ACTIONS(3329), + [anon_sym_for] = ACTIONS(3329), + [anon_sym_POUND] = ACTIONS(3329), + [anon_sym_asm] = ACTIONS(3329), + [anon_sym_AT_LBRACK] = ACTIONS(3329), + [sym___double_quote] = ACTIONS(3329), + [sym___single_quote] = ACTIONS(3329), + [sym___c_double_quote] = ACTIONS(3329), + [sym___c_single_quote] = ACTIONS(3329), + [sym___r_double_quote] = ACTIONS(3329), + [sym___r_single_quote] = ACTIONS(3329), }, [1094] = { [sym_line_comment] = STATE(1094), [sym_block_comment] = STATE(1094), - [ts_builtin_sym_end] = ACTIONS(3209), - [sym_identifier] = ACTIONS(3211), - [anon_sym_LF] = ACTIONS(3211), - [anon_sym_CR] = ACTIONS(3211), - [anon_sym_CR_LF] = ACTIONS(3211), + [ts_builtin_sym_end] = ACTIONS(3331), + [sym_identifier] = ACTIONS(3333), + [anon_sym_LF] = ACTIONS(3333), + [anon_sym_CR] = ACTIONS(3333), + [anon_sym_CR_LF] = ACTIONS(3333), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3211), - [anon_sym_as] = ACTIONS(3211), - [anon_sym_LBRACE] = ACTIONS(3211), - [anon_sym_COMMA] = ACTIONS(3211), - [anon_sym_const] = ACTIONS(3211), - [anon_sym_LPAREN] = ACTIONS(3211), - [anon_sym___global] = ACTIONS(3211), - [anon_sym_type] = ACTIONS(3211), - [anon_sym_PIPE] = ACTIONS(3211), - [anon_sym_fn] = ACTIONS(3211), - [anon_sym_PLUS] = ACTIONS(3211), - [anon_sym_DASH] = ACTIONS(3211), - [anon_sym_STAR] = ACTIONS(3211), - [anon_sym_SLASH] = ACTIONS(3211), - [anon_sym_PERCENT] = ACTIONS(3211), - [anon_sym_LT] = ACTIONS(3211), - [anon_sym_GT] = ACTIONS(3211), - [anon_sym_EQ_EQ] = ACTIONS(3211), - [anon_sym_BANG_EQ] = ACTIONS(3211), - [anon_sym_LT_EQ] = ACTIONS(3211), - [anon_sym_GT_EQ] = ACTIONS(3211), - [anon_sym_LBRACK] = ACTIONS(3209), - [anon_sym_struct] = ACTIONS(3211), - [anon_sym_union] = ACTIONS(3211), - [anon_sym_pub] = ACTIONS(3211), - [anon_sym_mut] = ACTIONS(3211), - [anon_sym_enum] = ACTIONS(3211), - [anon_sym_interface] = ACTIONS(3211), - [anon_sym_PLUS_PLUS] = ACTIONS(3211), - [anon_sym_DASH_DASH] = ACTIONS(3211), - [anon_sym_QMARK] = ACTIONS(3211), - [anon_sym_BANG] = ACTIONS(3211), - [anon_sym_go] = ACTIONS(3211), - [anon_sym_spawn] = ACTIONS(3211), - [anon_sym_json_DOTdecode] = ACTIONS(3211), - [anon_sym_LBRACK2] = ACTIONS(3211), - [anon_sym_TILDE] = ACTIONS(3211), - [anon_sym_CARET] = ACTIONS(3211), - [anon_sym_AMP] = ACTIONS(3211), - [anon_sym_LT_DASH] = ACTIONS(3211), - [anon_sym_LT_LT] = ACTIONS(3211), - [anon_sym_GT_GT] = ACTIONS(3211), - [anon_sym_GT_GT_GT] = ACTIONS(3211), - [anon_sym_AMP_CARET] = ACTIONS(3211), - [anon_sym_AMP_AMP] = ACTIONS(3211), - [anon_sym_PIPE_PIPE] = ACTIONS(3211), - [anon_sym_or] = ACTIONS(3211), - [sym_none] = ACTIONS(3211), - [sym_true] = ACTIONS(3211), - [sym_false] = ACTIONS(3211), - [sym_nil] = ACTIONS(3211), - [anon_sym_QMARK_DOT] = ACTIONS(3211), - [anon_sym_POUND_LBRACK] = ACTIONS(3211), - [anon_sym_if] = ACTIONS(3211), - [anon_sym_DOLLARif] = ACTIONS(3211), - [anon_sym_is] = ACTIONS(3211), - [anon_sym_BANGis] = ACTIONS(3211), - [anon_sym_in] = ACTIONS(3211), - [anon_sym_BANGin] = ACTIONS(3211), - [anon_sym_match] = ACTIONS(3211), - [anon_sym_select] = ACTIONS(3211), - [anon_sym_lock] = ACTIONS(3211), - [anon_sym_rlock] = ACTIONS(3211), - [anon_sym_unsafe] = ACTIONS(3211), - [anon_sym_sql] = ACTIONS(3211), - [sym_int_literal] = ACTIONS(3211), - [sym_float_literal] = ACTIONS(3211), - [sym_rune_literal] = ACTIONS(3211), - [sym_pseudo_compile_time_identifier] = ACTIONS(3211), - [anon_sym_shared] = ACTIONS(3211), - [anon_sym_map_LBRACK] = ACTIONS(3211), - [anon_sym_chan] = ACTIONS(3211), - [anon_sym_thread] = ACTIONS(3211), - [anon_sym_atomic] = ACTIONS(3211), - [anon_sym_assert] = ACTIONS(3211), - [anon_sym_defer] = ACTIONS(3211), - [anon_sym_goto] = ACTIONS(3211), - [anon_sym_break] = ACTIONS(3211), - [anon_sym_continue] = ACTIONS(3211), - [anon_sym_return] = ACTIONS(3211), - [anon_sym_DOLLARfor] = ACTIONS(3211), - [anon_sym_for] = ACTIONS(3211), - [anon_sym_POUND] = ACTIONS(3211), - [anon_sym_asm] = ACTIONS(3211), - [anon_sym_AT_LBRACK] = ACTIONS(3211), - [sym___double_quote] = ACTIONS(3211), - [sym___single_quote] = ACTIONS(3211), - [sym___c_double_quote] = ACTIONS(3211), - [sym___c_single_quote] = ACTIONS(3211), - [sym___r_double_quote] = ACTIONS(3211), - [sym___r_single_quote] = ACTIONS(3211), + [anon_sym_DOT] = ACTIONS(3333), + [anon_sym_as] = ACTIONS(3333), + [anon_sym_LBRACE] = ACTIONS(3333), + [anon_sym_COMMA] = ACTIONS(3333), + [anon_sym_const] = ACTIONS(3333), + [anon_sym_LPAREN] = ACTIONS(3333), + [anon_sym___global] = ACTIONS(3333), + [anon_sym_type] = ACTIONS(3333), + [anon_sym_PIPE] = ACTIONS(3333), + [anon_sym_fn] = ACTIONS(3333), + [anon_sym_PLUS] = ACTIONS(3333), + [anon_sym_DASH] = ACTIONS(3333), + [anon_sym_STAR] = ACTIONS(3333), + [anon_sym_SLASH] = ACTIONS(3333), + [anon_sym_PERCENT] = ACTIONS(3333), + [anon_sym_LT] = ACTIONS(3333), + [anon_sym_GT] = ACTIONS(3333), + [anon_sym_EQ_EQ] = ACTIONS(3333), + [anon_sym_BANG_EQ] = ACTIONS(3333), + [anon_sym_LT_EQ] = ACTIONS(3333), + [anon_sym_GT_EQ] = ACTIONS(3333), + [anon_sym_LBRACK] = ACTIONS(3331), + [anon_sym_struct] = ACTIONS(3333), + [anon_sym_union] = ACTIONS(3333), + [anon_sym_pub] = ACTIONS(3333), + [anon_sym_mut] = ACTIONS(3333), + [anon_sym_enum] = ACTIONS(3333), + [anon_sym_interface] = ACTIONS(3333), + [anon_sym_PLUS_PLUS] = ACTIONS(3333), + [anon_sym_DASH_DASH] = ACTIONS(3333), + [anon_sym_QMARK] = ACTIONS(3333), + [anon_sym_BANG] = ACTIONS(3333), + [anon_sym_go] = ACTIONS(3333), + [anon_sym_spawn] = ACTIONS(3333), + [anon_sym_json_DOTdecode] = ACTIONS(3333), + [anon_sym_LBRACK2] = ACTIONS(3333), + [anon_sym_TILDE] = ACTIONS(3333), + [anon_sym_CARET] = ACTIONS(3333), + [anon_sym_AMP] = ACTIONS(3333), + [anon_sym_LT_DASH] = ACTIONS(3333), + [anon_sym_LT_LT] = ACTIONS(3333), + [anon_sym_GT_GT] = ACTIONS(3333), + [anon_sym_GT_GT_GT] = ACTIONS(3333), + [anon_sym_AMP_CARET] = ACTIONS(3333), + [anon_sym_AMP_AMP] = ACTIONS(3333), + [anon_sym_PIPE_PIPE] = ACTIONS(3333), + [anon_sym_or] = ACTIONS(3333), + [sym_none] = ACTIONS(3333), + [sym_true] = ACTIONS(3333), + [sym_false] = ACTIONS(3333), + [sym_nil] = ACTIONS(3333), + [anon_sym_QMARK_DOT] = ACTIONS(3333), + [anon_sym_POUND_LBRACK] = ACTIONS(3333), + [anon_sym_if] = ACTIONS(3333), + [anon_sym_DOLLARif] = ACTIONS(3333), + [anon_sym_is] = ACTIONS(3333), + [anon_sym_BANGis] = ACTIONS(3333), + [anon_sym_in] = ACTIONS(3333), + [anon_sym_BANGin] = ACTIONS(3333), + [anon_sym_match] = ACTIONS(3333), + [anon_sym_select] = ACTIONS(3333), + [anon_sym_lock] = ACTIONS(3333), + [anon_sym_rlock] = ACTIONS(3333), + [anon_sym_unsafe] = ACTIONS(3333), + [anon_sym_sql] = ACTIONS(3333), + [sym_int_literal] = ACTIONS(3333), + [sym_float_literal] = ACTIONS(3333), + [sym_rune_literal] = ACTIONS(3333), + [sym_pseudo_compile_time_identifier] = ACTIONS(3333), + [anon_sym_shared] = ACTIONS(3333), + [anon_sym_map_LBRACK] = ACTIONS(3333), + [anon_sym_chan] = ACTIONS(3333), + [anon_sym_thread] = ACTIONS(3333), + [anon_sym_atomic] = ACTIONS(3333), + [anon_sym_assert] = ACTIONS(3333), + [anon_sym_defer] = ACTIONS(3333), + [anon_sym_goto] = ACTIONS(3333), + [anon_sym_break] = ACTIONS(3333), + [anon_sym_continue] = ACTIONS(3333), + [anon_sym_return] = ACTIONS(3333), + [anon_sym_DOLLARfor] = ACTIONS(3333), + [anon_sym_for] = ACTIONS(3333), + [anon_sym_POUND] = ACTIONS(3333), + [anon_sym_asm] = ACTIONS(3333), + [anon_sym_AT_LBRACK] = ACTIONS(3333), + [sym___double_quote] = ACTIONS(3333), + [sym___single_quote] = ACTIONS(3333), + [sym___c_double_quote] = ACTIONS(3333), + [sym___c_single_quote] = ACTIONS(3333), + [sym___r_double_quote] = ACTIONS(3333), + [sym___r_single_quote] = ACTIONS(3333), }, [1095] = { [sym_line_comment] = STATE(1095), [sym_block_comment] = STATE(1095), - [ts_builtin_sym_end] = ACTIONS(2759), - [sym_identifier] = ACTIONS(2761), - [anon_sym_LF] = ACTIONS(2761), - [anon_sym_CR] = ACTIONS(2761), - [anon_sym_CR_LF] = ACTIONS(2761), + [ts_builtin_sym_end] = ACTIONS(3291), + [sym_identifier] = ACTIONS(3293), + [anon_sym_LF] = ACTIONS(3293), + [anon_sym_CR] = ACTIONS(3293), + [anon_sym_CR_LF] = ACTIONS(3293), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_COMMA] = ACTIONS(2763), - [anon_sym_const] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym___global] = ACTIONS(2761), - [anon_sym_type] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2761), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2761), - [anon_sym_BANG_EQ] = ACTIONS(2761), - [anon_sym_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_EQ] = ACTIONS(2761), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_union] = ACTIONS(2761), - [anon_sym_pub] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_enum] = ACTIONS(2761), - [anon_sym_interface] = ACTIONS(2761), - [anon_sym_PLUS_PLUS] = ACTIONS(2761), - [anon_sym_DASH_DASH] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2761), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2761), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2761), - [anon_sym_AMP_CARET] = ACTIONS(2761), - [anon_sym_AMP_AMP] = ACTIONS(2761), - [anon_sym_PIPE_PIPE] = ACTIONS(2761), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2761), - [anon_sym_POUND_LBRACK] = ACTIONS(2761), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2761), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2761), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), - [sym_rune_literal] = ACTIONS(2761), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2761), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [anon_sym_assert] = ACTIONS(2761), - [anon_sym_defer] = ACTIONS(2761), - [anon_sym_goto] = ACTIONS(2761), - [anon_sym_break] = ACTIONS(2761), - [anon_sym_continue] = ACTIONS(2761), - [anon_sym_return] = ACTIONS(2761), - [anon_sym_DOLLARfor] = ACTIONS(2761), - [anon_sym_for] = ACTIONS(2761), - [anon_sym_POUND] = ACTIONS(2761), - [anon_sym_asm] = ACTIONS(2761), - [anon_sym_AT_LBRACK] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2761), - [sym___single_quote] = ACTIONS(2761), - [sym___c_double_quote] = ACTIONS(2761), - [sym___c_single_quote] = ACTIONS(2761), - [sym___r_double_quote] = ACTIONS(2761), - [sym___r_single_quote] = ACTIONS(2761), + [anon_sym_DOT] = ACTIONS(3293), + [anon_sym_as] = ACTIONS(3293), + [anon_sym_LBRACE] = ACTIONS(3293), + [anon_sym_COMMA] = ACTIONS(3293), + [anon_sym_const] = ACTIONS(3293), + [anon_sym_LPAREN] = ACTIONS(3293), + [anon_sym___global] = ACTIONS(3293), + [anon_sym_type] = ACTIONS(3293), + [anon_sym_PIPE] = ACTIONS(3293), + [anon_sym_fn] = ACTIONS(3293), + [anon_sym_PLUS] = ACTIONS(3293), + [anon_sym_DASH] = ACTIONS(3293), + [anon_sym_STAR] = ACTIONS(3293), + [anon_sym_SLASH] = ACTIONS(3293), + [anon_sym_PERCENT] = ACTIONS(3293), + [anon_sym_LT] = ACTIONS(3293), + [anon_sym_GT] = ACTIONS(3293), + [anon_sym_EQ_EQ] = ACTIONS(3293), + [anon_sym_BANG_EQ] = ACTIONS(3293), + [anon_sym_LT_EQ] = ACTIONS(3293), + [anon_sym_GT_EQ] = ACTIONS(3293), + [anon_sym_LBRACK] = ACTIONS(3291), + [anon_sym_struct] = ACTIONS(3293), + [anon_sym_union] = ACTIONS(3293), + [anon_sym_pub] = ACTIONS(3293), + [anon_sym_mut] = ACTIONS(3293), + [anon_sym_enum] = ACTIONS(3293), + [anon_sym_interface] = ACTIONS(3293), + [anon_sym_PLUS_PLUS] = ACTIONS(3293), + [anon_sym_DASH_DASH] = ACTIONS(3293), + [anon_sym_QMARK] = ACTIONS(3293), + [anon_sym_BANG] = ACTIONS(3293), + [anon_sym_go] = ACTIONS(3293), + [anon_sym_spawn] = ACTIONS(3293), + [anon_sym_json_DOTdecode] = ACTIONS(3293), + [anon_sym_LBRACK2] = ACTIONS(3293), + [anon_sym_TILDE] = ACTIONS(3293), + [anon_sym_CARET] = ACTIONS(3293), + [anon_sym_AMP] = ACTIONS(3293), + [anon_sym_LT_DASH] = ACTIONS(3293), + [anon_sym_LT_LT] = ACTIONS(3293), + [anon_sym_GT_GT] = ACTIONS(3293), + [anon_sym_GT_GT_GT] = ACTIONS(3293), + [anon_sym_AMP_CARET] = ACTIONS(3293), + [anon_sym_AMP_AMP] = ACTIONS(3293), + [anon_sym_PIPE_PIPE] = ACTIONS(3293), + [anon_sym_or] = ACTIONS(3293), + [sym_none] = ACTIONS(3293), + [sym_true] = ACTIONS(3293), + [sym_false] = ACTIONS(3293), + [sym_nil] = ACTIONS(3293), + [anon_sym_QMARK_DOT] = ACTIONS(3293), + [anon_sym_POUND_LBRACK] = ACTIONS(3293), + [anon_sym_if] = ACTIONS(3293), + [anon_sym_DOLLARif] = ACTIONS(3293), + [anon_sym_is] = ACTIONS(3293), + [anon_sym_BANGis] = ACTIONS(3293), + [anon_sym_in] = ACTIONS(3293), + [anon_sym_BANGin] = ACTIONS(3293), + [anon_sym_match] = ACTIONS(3293), + [anon_sym_select] = ACTIONS(3293), + [anon_sym_lock] = ACTIONS(3293), + [anon_sym_rlock] = ACTIONS(3293), + [anon_sym_unsafe] = ACTIONS(3293), + [anon_sym_sql] = ACTIONS(3293), + [sym_int_literal] = ACTIONS(3293), + [sym_float_literal] = ACTIONS(3293), + [sym_rune_literal] = ACTIONS(3293), + [sym_pseudo_compile_time_identifier] = ACTIONS(3293), + [anon_sym_shared] = ACTIONS(3293), + [anon_sym_map_LBRACK] = ACTIONS(3293), + [anon_sym_chan] = ACTIONS(3293), + [anon_sym_thread] = ACTIONS(3293), + [anon_sym_atomic] = ACTIONS(3293), + [anon_sym_assert] = ACTIONS(3293), + [anon_sym_defer] = ACTIONS(3293), + [anon_sym_goto] = ACTIONS(3293), + [anon_sym_break] = ACTIONS(3293), + [anon_sym_continue] = ACTIONS(3293), + [anon_sym_return] = ACTIONS(3293), + [anon_sym_DOLLARfor] = ACTIONS(3293), + [anon_sym_for] = ACTIONS(3293), + [anon_sym_POUND] = ACTIONS(3293), + [anon_sym_asm] = ACTIONS(3293), + [anon_sym_AT_LBRACK] = ACTIONS(3293), + [sym___double_quote] = ACTIONS(3293), + [sym___single_quote] = ACTIONS(3293), + [sym___c_double_quote] = ACTIONS(3293), + [sym___c_single_quote] = ACTIONS(3293), + [sym___r_double_quote] = ACTIONS(3293), + [sym___r_single_quote] = ACTIONS(3293), }, [1096] = { [sym_line_comment] = STATE(1096), [sym_block_comment] = STATE(1096), - [ts_builtin_sym_end] = ACTIONS(3145), - [sym_identifier] = ACTIONS(3147), - [anon_sym_LF] = ACTIONS(3147), - [anon_sym_CR] = ACTIONS(3147), - [anon_sym_CR_LF] = ACTIONS(3147), + [ts_builtin_sym_end] = ACTIONS(3395), + [sym_identifier] = ACTIONS(3397), + [anon_sym_LF] = ACTIONS(3397), + [anon_sym_CR] = ACTIONS(3397), + [anon_sym_CR_LF] = ACTIONS(3397), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3147), - [anon_sym_as] = ACTIONS(3147), - [anon_sym_LBRACE] = ACTIONS(3147), - [anon_sym_COMMA] = ACTIONS(3147), - [anon_sym_const] = ACTIONS(3147), - [anon_sym_LPAREN] = ACTIONS(3147), - [anon_sym___global] = ACTIONS(3147), - [anon_sym_type] = ACTIONS(3147), - [anon_sym_PIPE] = ACTIONS(3147), - [anon_sym_fn] = ACTIONS(3147), - [anon_sym_PLUS] = ACTIONS(3147), - [anon_sym_DASH] = ACTIONS(3147), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_SLASH] = ACTIONS(3147), - [anon_sym_PERCENT] = ACTIONS(3147), - [anon_sym_LT] = ACTIONS(3147), - [anon_sym_GT] = ACTIONS(3147), - [anon_sym_EQ_EQ] = ACTIONS(3147), - [anon_sym_BANG_EQ] = ACTIONS(3147), - [anon_sym_LT_EQ] = ACTIONS(3147), - [anon_sym_GT_EQ] = ACTIONS(3147), - [anon_sym_LBRACK] = ACTIONS(3145), - [anon_sym_struct] = ACTIONS(3147), - [anon_sym_union] = ACTIONS(3147), - [anon_sym_pub] = ACTIONS(3147), - [anon_sym_mut] = ACTIONS(3147), - [anon_sym_enum] = ACTIONS(3147), - [anon_sym_interface] = ACTIONS(3147), - [anon_sym_PLUS_PLUS] = ACTIONS(3147), - [anon_sym_DASH_DASH] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3147), - [anon_sym_BANG] = ACTIONS(3147), - [anon_sym_go] = ACTIONS(3147), - [anon_sym_spawn] = ACTIONS(3147), - [anon_sym_json_DOTdecode] = ACTIONS(3147), - [anon_sym_LBRACK2] = ACTIONS(3147), - [anon_sym_TILDE] = ACTIONS(3147), - [anon_sym_CARET] = ACTIONS(3147), - [anon_sym_AMP] = ACTIONS(3147), - [anon_sym_LT_DASH] = ACTIONS(3147), - [anon_sym_LT_LT] = ACTIONS(3147), - [anon_sym_GT_GT] = ACTIONS(3147), - [anon_sym_GT_GT_GT] = ACTIONS(3147), - [anon_sym_AMP_CARET] = ACTIONS(3147), - [anon_sym_AMP_AMP] = ACTIONS(3147), - [anon_sym_PIPE_PIPE] = ACTIONS(3147), - [anon_sym_or] = ACTIONS(3147), - [sym_none] = ACTIONS(3147), - [sym_true] = ACTIONS(3147), - [sym_false] = ACTIONS(3147), - [sym_nil] = ACTIONS(3147), - [anon_sym_QMARK_DOT] = ACTIONS(3147), - [anon_sym_POUND_LBRACK] = ACTIONS(3147), - [anon_sym_if] = ACTIONS(3147), - [anon_sym_DOLLARif] = ACTIONS(3147), - [anon_sym_is] = ACTIONS(3147), - [anon_sym_BANGis] = ACTIONS(3147), - [anon_sym_in] = ACTIONS(3147), - [anon_sym_BANGin] = ACTIONS(3147), - [anon_sym_match] = ACTIONS(3147), - [anon_sym_select] = ACTIONS(3147), - [anon_sym_lock] = ACTIONS(3147), - [anon_sym_rlock] = ACTIONS(3147), - [anon_sym_unsafe] = ACTIONS(3147), - [anon_sym_sql] = ACTIONS(3147), - [sym_int_literal] = ACTIONS(3147), - [sym_float_literal] = ACTIONS(3147), - [sym_rune_literal] = ACTIONS(3147), - [sym_pseudo_compile_time_identifier] = ACTIONS(3147), - [anon_sym_shared] = ACTIONS(3147), - [anon_sym_map_LBRACK] = ACTIONS(3147), - [anon_sym_chan] = ACTIONS(3147), - [anon_sym_thread] = ACTIONS(3147), - [anon_sym_atomic] = ACTIONS(3147), - [anon_sym_assert] = ACTIONS(3147), - [anon_sym_defer] = ACTIONS(3147), - [anon_sym_goto] = ACTIONS(3147), - [anon_sym_break] = ACTIONS(3147), - [anon_sym_continue] = ACTIONS(3147), - [anon_sym_return] = ACTIONS(3147), - [anon_sym_DOLLARfor] = ACTIONS(3147), - [anon_sym_for] = ACTIONS(3147), - [anon_sym_POUND] = ACTIONS(3147), - [anon_sym_asm] = ACTIONS(3147), - [anon_sym_AT_LBRACK] = ACTIONS(3147), - [sym___double_quote] = ACTIONS(3147), - [sym___single_quote] = ACTIONS(3147), - [sym___c_double_quote] = ACTIONS(3147), - [sym___c_single_quote] = ACTIONS(3147), - [sym___r_double_quote] = ACTIONS(3147), - [sym___r_single_quote] = ACTIONS(3147), + [anon_sym_DOT] = ACTIONS(3397), + [anon_sym_as] = ACTIONS(3397), + [anon_sym_LBRACE] = ACTIONS(3397), + [anon_sym_COMMA] = ACTIONS(3397), + [anon_sym_const] = ACTIONS(3397), + [anon_sym_LPAREN] = ACTIONS(3397), + [anon_sym___global] = ACTIONS(3397), + [anon_sym_type] = ACTIONS(3397), + [anon_sym_PIPE] = ACTIONS(3397), + [anon_sym_fn] = ACTIONS(3397), + [anon_sym_PLUS] = ACTIONS(3397), + [anon_sym_DASH] = ACTIONS(3397), + [anon_sym_STAR] = ACTIONS(3397), + [anon_sym_SLASH] = ACTIONS(3397), + [anon_sym_PERCENT] = ACTIONS(3397), + [anon_sym_LT] = ACTIONS(3397), + [anon_sym_GT] = ACTIONS(3397), + [anon_sym_EQ_EQ] = ACTIONS(3397), + [anon_sym_BANG_EQ] = ACTIONS(3397), + [anon_sym_LT_EQ] = ACTIONS(3397), + [anon_sym_GT_EQ] = ACTIONS(3397), + [anon_sym_LBRACK] = ACTIONS(3395), + [anon_sym_struct] = ACTIONS(3397), + [anon_sym_union] = ACTIONS(3397), + [anon_sym_pub] = ACTIONS(3397), + [anon_sym_mut] = ACTIONS(3397), + [anon_sym_enum] = ACTIONS(3397), + [anon_sym_interface] = ACTIONS(3397), + [anon_sym_PLUS_PLUS] = ACTIONS(3397), + [anon_sym_DASH_DASH] = ACTIONS(3397), + [anon_sym_QMARK] = ACTIONS(3397), + [anon_sym_BANG] = ACTIONS(3397), + [anon_sym_go] = ACTIONS(3397), + [anon_sym_spawn] = ACTIONS(3397), + [anon_sym_json_DOTdecode] = ACTIONS(3397), + [anon_sym_LBRACK2] = ACTIONS(3397), + [anon_sym_TILDE] = ACTIONS(3397), + [anon_sym_CARET] = ACTIONS(3397), + [anon_sym_AMP] = ACTIONS(3397), + [anon_sym_LT_DASH] = ACTIONS(3397), + [anon_sym_LT_LT] = ACTIONS(3397), + [anon_sym_GT_GT] = ACTIONS(3397), + [anon_sym_GT_GT_GT] = ACTIONS(3397), + [anon_sym_AMP_CARET] = ACTIONS(3397), + [anon_sym_AMP_AMP] = ACTIONS(3397), + [anon_sym_PIPE_PIPE] = ACTIONS(3397), + [anon_sym_or] = ACTIONS(3397), + [sym_none] = ACTIONS(3397), + [sym_true] = ACTIONS(3397), + [sym_false] = ACTIONS(3397), + [sym_nil] = ACTIONS(3397), + [anon_sym_QMARK_DOT] = ACTIONS(3397), + [anon_sym_POUND_LBRACK] = ACTIONS(3397), + [anon_sym_if] = ACTIONS(3397), + [anon_sym_DOLLARif] = ACTIONS(3397), + [anon_sym_is] = ACTIONS(3397), + [anon_sym_BANGis] = ACTIONS(3397), + [anon_sym_in] = ACTIONS(3397), + [anon_sym_BANGin] = ACTIONS(3397), + [anon_sym_match] = ACTIONS(3397), + [anon_sym_select] = ACTIONS(3397), + [anon_sym_lock] = ACTIONS(3397), + [anon_sym_rlock] = ACTIONS(3397), + [anon_sym_unsafe] = ACTIONS(3397), + [anon_sym_sql] = ACTIONS(3397), + [sym_int_literal] = ACTIONS(3397), + [sym_float_literal] = ACTIONS(3397), + [sym_rune_literal] = ACTIONS(3397), + [sym_pseudo_compile_time_identifier] = ACTIONS(3397), + [anon_sym_shared] = ACTIONS(3397), + [anon_sym_map_LBRACK] = ACTIONS(3397), + [anon_sym_chan] = ACTIONS(3397), + [anon_sym_thread] = ACTIONS(3397), + [anon_sym_atomic] = ACTIONS(3397), + [anon_sym_assert] = ACTIONS(3397), + [anon_sym_defer] = ACTIONS(3397), + [anon_sym_goto] = ACTIONS(3397), + [anon_sym_break] = ACTIONS(3397), + [anon_sym_continue] = ACTIONS(3397), + [anon_sym_return] = ACTIONS(3397), + [anon_sym_DOLLARfor] = ACTIONS(3397), + [anon_sym_for] = ACTIONS(3397), + [anon_sym_POUND] = ACTIONS(3397), + [anon_sym_asm] = ACTIONS(3397), + [anon_sym_AT_LBRACK] = ACTIONS(3397), + [sym___double_quote] = ACTIONS(3397), + [sym___single_quote] = ACTIONS(3397), + [sym___c_double_quote] = ACTIONS(3397), + [sym___c_single_quote] = ACTIONS(3397), + [sym___r_double_quote] = ACTIONS(3397), + [sym___r_single_quote] = ACTIONS(3397), }, [1097] = { [sym_line_comment] = STATE(1097), [sym_block_comment] = STATE(1097), - [ts_builtin_sym_end] = ACTIONS(3317), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LF] = ACTIONS(3319), - [anon_sym_CR] = ACTIONS(3319), - [anon_sym_CR_LF] = ACTIONS(3319), + [ts_builtin_sym_end] = ACTIONS(3147), + [sym_identifier] = ACTIONS(3149), + [anon_sym_LF] = ACTIONS(3149), + [anon_sym_CR] = ACTIONS(3149), + [anon_sym_CR_LF] = ACTIONS(3149), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3319), - [anon_sym_as] = ACTIONS(3319), - [anon_sym_LBRACE] = ACTIONS(3319), - [anon_sym_COMMA] = ACTIONS(3319), - [anon_sym_const] = ACTIONS(3319), - [anon_sym_LPAREN] = ACTIONS(3319), - [anon_sym___global] = ACTIONS(3319), - [anon_sym_type] = ACTIONS(3319), - [anon_sym_PIPE] = ACTIONS(3319), - [anon_sym_fn] = ACTIONS(3319), - [anon_sym_PLUS] = ACTIONS(3319), - [anon_sym_DASH] = ACTIONS(3319), - [anon_sym_STAR] = ACTIONS(3319), - [anon_sym_SLASH] = ACTIONS(3319), - [anon_sym_PERCENT] = ACTIONS(3319), - [anon_sym_LT] = ACTIONS(3319), - [anon_sym_GT] = ACTIONS(3319), - [anon_sym_EQ_EQ] = ACTIONS(3319), - [anon_sym_BANG_EQ] = ACTIONS(3319), - [anon_sym_LT_EQ] = ACTIONS(3319), - [anon_sym_GT_EQ] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(3317), - [anon_sym_struct] = ACTIONS(3319), - [anon_sym_union] = ACTIONS(3319), - [anon_sym_pub] = ACTIONS(3319), - [anon_sym_mut] = ACTIONS(3319), - [anon_sym_enum] = ACTIONS(3319), - [anon_sym_interface] = ACTIONS(3319), - [anon_sym_PLUS_PLUS] = ACTIONS(3319), - [anon_sym_DASH_DASH] = ACTIONS(3319), - [anon_sym_QMARK] = ACTIONS(3319), - [anon_sym_BANG] = ACTIONS(3319), - [anon_sym_go] = ACTIONS(3319), - [anon_sym_spawn] = ACTIONS(3319), - [anon_sym_json_DOTdecode] = ACTIONS(3319), - [anon_sym_LBRACK2] = ACTIONS(3319), - [anon_sym_TILDE] = ACTIONS(3319), - [anon_sym_CARET] = ACTIONS(3319), - [anon_sym_AMP] = ACTIONS(3319), - [anon_sym_LT_DASH] = ACTIONS(3319), - [anon_sym_LT_LT] = ACTIONS(3319), - [anon_sym_GT_GT] = ACTIONS(3319), - [anon_sym_GT_GT_GT] = ACTIONS(3319), - [anon_sym_AMP_CARET] = ACTIONS(3319), - [anon_sym_AMP_AMP] = ACTIONS(3319), - [anon_sym_PIPE_PIPE] = ACTIONS(3319), - [anon_sym_or] = ACTIONS(3319), - [sym_none] = ACTIONS(3319), - [sym_true] = ACTIONS(3319), - [sym_false] = ACTIONS(3319), - [sym_nil] = ACTIONS(3319), - [anon_sym_QMARK_DOT] = ACTIONS(3319), - [anon_sym_POUND_LBRACK] = ACTIONS(3319), - [anon_sym_if] = ACTIONS(3319), - [anon_sym_DOLLARif] = ACTIONS(3319), - [anon_sym_is] = ACTIONS(3319), - [anon_sym_BANGis] = ACTIONS(3319), - [anon_sym_in] = ACTIONS(3319), - [anon_sym_BANGin] = ACTIONS(3319), - [anon_sym_match] = ACTIONS(3319), - [anon_sym_select] = ACTIONS(3319), - [anon_sym_lock] = ACTIONS(3319), - [anon_sym_rlock] = ACTIONS(3319), - [anon_sym_unsafe] = ACTIONS(3319), - [anon_sym_sql] = ACTIONS(3319), - [sym_int_literal] = ACTIONS(3319), - [sym_float_literal] = ACTIONS(3319), - [sym_rune_literal] = ACTIONS(3319), - [sym_pseudo_compile_time_identifier] = ACTIONS(3319), - [anon_sym_shared] = ACTIONS(3319), - [anon_sym_map_LBRACK] = ACTIONS(3319), - [anon_sym_chan] = ACTIONS(3319), - [anon_sym_thread] = ACTIONS(3319), - [anon_sym_atomic] = ACTIONS(3319), - [anon_sym_assert] = ACTIONS(3319), - [anon_sym_defer] = ACTIONS(3319), - [anon_sym_goto] = ACTIONS(3319), - [anon_sym_break] = ACTIONS(3319), - [anon_sym_continue] = ACTIONS(3319), - [anon_sym_return] = ACTIONS(3319), - [anon_sym_DOLLARfor] = ACTIONS(3319), - [anon_sym_for] = ACTIONS(3319), - [anon_sym_POUND] = ACTIONS(3319), - [anon_sym_asm] = ACTIONS(3319), - [anon_sym_AT_LBRACK] = ACTIONS(3319), - [sym___double_quote] = ACTIONS(3319), - [sym___single_quote] = ACTIONS(3319), - [sym___c_double_quote] = ACTIONS(3319), - [sym___c_single_quote] = ACTIONS(3319), - [sym___r_double_quote] = ACTIONS(3319), - [sym___r_single_quote] = ACTIONS(3319), + [anon_sym_DOT] = ACTIONS(2787), + [anon_sym_as] = ACTIONS(3149), + [anon_sym_LBRACE] = ACTIONS(3149), + [anon_sym_COMMA] = ACTIONS(3149), + [anon_sym_const] = ACTIONS(3149), + [anon_sym_LPAREN] = ACTIONS(3149), + [anon_sym___global] = ACTIONS(3149), + [anon_sym_type] = ACTIONS(3149), + [anon_sym_PIPE] = ACTIONS(3149), + [anon_sym_fn] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_SLASH] = ACTIONS(3149), + [anon_sym_PERCENT] = ACTIONS(3149), + [anon_sym_LT] = ACTIONS(3149), + [anon_sym_GT] = ACTIONS(3149), + [anon_sym_EQ_EQ] = ACTIONS(3149), + [anon_sym_BANG_EQ] = ACTIONS(3149), + [anon_sym_LT_EQ] = ACTIONS(3149), + [anon_sym_GT_EQ] = ACTIONS(3149), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3149), + [anon_sym_union] = ACTIONS(3149), + [anon_sym_pub] = ACTIONS(3149), + [anon_sym_mut] = ACTIONS(3149), + [anon_sym_enum] = ACTIONS(3149), + [anon_sym_interface] = ACTIONS(3149), + [anon_sym_PLUS_PLUS] = ACTIONS(3149), + [anon_sym_DASH_DASH] = ACTIONS(3149), + [anon_sym_QMARK] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_go] = ACTIONS(3149), + [anon_sym_spawn] = ACTIONS(3149), + [anon_sym_json_DOTdecode] = ACTIONS(3149), + [anon_sym_LBRACK2] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_CARET] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3149), + [anon_sym_LT_DASH] = ACTIONS(3149), + [anon_sym_LT_LT] = ACTIONS(3149), + [anon_sym_GT_GT] = ACTIONS(3149), + [anon_sym_GT_GT_GT] = ACTIONS(3149), + [anon_sym_AMP_CARET] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_PIPE_PIPE] = ACTIONS(3149), + [anon_sym_or] = ACTIONS(3149), + [sym_none] = ACTIONS(3149), + [sym_true] = ACTIONS(3149), + [sym_false] = ACTIONS(3149), + [sym_nil] = ACTIONS(3149), + [anon_sym_QMARK_DOT] = ACTIONS(3149), + [anon_sym_POUND_LBRACK] = ACTIONS(3149), + [anon_sym_if] = ACTIONS(3149), + [anon_sym_DOLLARif] = ACTIONS(3149), + [anon_sym_is] = ACTIONS(3149), + [anon_sym_BANGis] = ACTIONS(3149), + [anon_sym_in] = ACTIONS(3149), + [anon_sym_BANGin] = ACTIONS(3149), + [anon_sym_match] = ACTIONS(3149), + [anon_sym_select] = ACTIONS(3149), + [anon_sym_lock] = ACTIONS(3149), + [anon_sym_rlock] = ACTIONS(3149), + [anon_sym_unsafe] = ACTIONS(3149), + [anon_sym_sql] = ACTIONS(3149), + [sym_int_literal] = ACTIONS(3149), + [sym_float_literal] = ACTIONS(3149), + [sym_rune_literal] = ACTIONS(3149), + [sym_pseudo_compile_time_identifier] = ACTIONS(3149), + [anon_sym_shared] = ACTIONS(3149), + [anon_sym_map_LBRACK] = ACTIONS(3149), + [anon_sym_chan] = ACTIONS(3149), + [anon_sym_thread] = ACTIONS(3149), + [anon_sym_atomic] = ACTIONS(3149), + [anon_sym_assert] = ACTIONS(3149), + [anon_sym_defer] = ACTIONS(3149), + [anon_sym_goto] = ACTIONS(3149), + [anon_sym_break] = ACTIONS(3149), + [anon_sym_continue] = ACTIONS(3149), + [anon_sym_return] = ACTIONS(3149), + [anon_sym_DOLLARfor] = ACTIONS(3149), + [anon_sym_for] = ACTIONS(3149), + [anon_sym_POUND] = ACTIONS(3149), + [anon_sym_asm] = ACTIONS(3149), + [anon_sym_AT_LBRACK] = ACTIONS(3149), + [sym___double_quote] = ACTIONS(3149), + [sym___single_quote] = ACTIONS(3149), + [sym___c_double_quote] = ACTIONS(3149), + [sym___c_single_quote] = ACTIONS(3149), + [sym___r_double_quote] = ACTIONS(3149), + [sym___r_single_quote] = ACTIONS(3149), }, [1098] = { [sym_line_comment] = STATE(1098), [sym_block_comment] = STATE(1098), - [ts_builtin_sym_end] = ACTIONS(3321), - [sym_identifier] = ACTIONS(3323), - [anon_sym_LF] = ACTIONS(3323), - [anon_sym_CR] = ACTIONS(3323), - [anon_sym_CR_LF] = ACTIONS(3323), + [ts_builtin_sym_end] = ACTIONS(3351), + [sym_identifier] = ACTIONS(3353), + [anon_sym_LF] = ACTIONS(3353), + [anon_sym_CR] = ACTIONS(3353), + [anon_sym_CR_LF] = ACTIONS(3353), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3323), - [anon_sym_as] = ACTIONS(3323), - [anon_sym_LBRACE] = ACTIONS(3323), - [anon_sym_COMMA] = ACTIONS(3323), - [anon_sym_const] = ACTIONS(3323), - [anon_sym_LPAREN] = ACTIONS(3323), - [anon_sym___global] = ACTIONS(3323), - [anon_sym_type] = ACTIONS(3323), - [anon_sym_PIPE] = ACTIONS(3323), - [anon_sym_fn] = ACTIONS(3323), - [anon_sym_PLUS] = ACTIONS(3323), - [anon_sym_DASH] = ACTIONS(3323), - [anon_sym_STAR] = ACTIONS(3323), - [anon_sym_SLASH] = ACTIONS(3323), - [anon_sym_PERCENT] = ACTIONS(3323), - [anon_sym_LT] = ACTIONS(3323), - [anon_sym_GT] = ACTIONS(3323), - [anon_sym_EQ_EQ] = ACTIONS(3323), - [anon_sym_BANG_EQ] = ACTIONS(3323), - [anon_sym_LT_EQ] = ACTIONS(3323), - [anon_sym_GT_EQ] = ACTIONS(3323), - [anon_sym_LBRACK] = ACTIONS(3321), - [anon_sym_struct] = ACTIONS(3323), - [anon_sym_union] = ACTIONS(3323), - [anon_sym_pub] = ACTIONS(3323), - [anon_sym_mut] = ACTIONS(3323), - [anon_sym_enum] = ACTIONS(3323), - [anon_sym_interface] = ACTIONS(3323), - [anon_sym_PLUS_PLUS] = ACTIONS(3323), - [anon_sym_DASH_DASH] = ACTIONS(3323), - [anon_sym_QMARK] = ACTIONS(3323), - [anon_sym_BANG] = ACTIONS(3323), - [anon_sym_go] = ACTIONS(3323), - [anon_sym_spawn] = ACTIONS(3323), - [anon_sym_json_DOTdecode] = ACTIONS(3323), - [anon_sym_LBRACK2] = ACTIONS(3323), - [anon_sym_TILDE] = ACTIONS(3323), - [anon_sym_CARET] = ACTIONS(3323), - [anon_sym_AMP] = ACTIONS(3323), - [anon_sym_LT_DASH] = ACTIONS(3323), - [anon_sym_LT_LT] = ACTIONS(3323), - [anon_sym_GT_GT] = ACTIONS(3323), - [anon_sym_GT_GT_GT] = ACTIONS(3323), - [anon_sym_AMP_CARET] = ACTIONS(3323), - [anon_sym_AMP_AMP] = ACTIONS(3323), - [anon_sym_PIPE_PIPE] = ACTIONS(3323), - [anon_sym_or] = ACTIONS(3323), - [sym_none] = ACTIONS(3323), - [sym_true] = ACTIONS(3323), - [sym_false] = ACTIONS(3323), - [sym_nil] = ACTIONS(3323), - [anon_sym_QMARK_DOT] = ACTIONS(3323), - [anon_sym_POUND_LBRACK] = ACTIONS(3323), - [anon_sym_if] = ACTIONS(3323), - [anon_sym_DOLLARif] = ACTIONS(3323), - [anon_sym_is] = ACTIONS(3323), - [anon_sym_BANGis] = ACTIONS(3323), - [anon_sym_in] = ACTIONS(3323), - [anon_sym_BANGin] = ACTIONS(3323), - [anon_sym_match] = ACTIONS(3323), - [anon_sym_select] = ACTIONS(3323), - [anon_sym_lock] = ACTIONS(3323), - [anon_sym_rlock] = ACTIONS(3323), - [anon_sym_unsafe] = ACTIONS(3323), - [anon_sym_sql] = ACTIONS(3323), - [sym_int_literal] = ACTIONS(3323), - [sym_float_literal] = ACTIONS(3323), - [sym_rune_literal] = ACTIONS(3323), - [sym_pseudo_compile_time_identifier] = ACTIONS(3323), - [anon_sym_shared] = ACTIONS(3323), - [anon_sym_map_LBRACK] = ACTIONS(3323), - [anon_sym_chan] = ACTIONS(3323), - [anon_sym_thread] = ACTIONS(3323), - [anon_sym_atomic] = ACTIONS(3323), - [anon_sym_assert] = ACTIONS(3323), - [anon_sym_defer] = ACTIONS(3323), - [anon_sym_goto] = ACTIONS(3323), - [anon_sym_break] = ACTIONS(3323), - [anon_sym_continue] = ACTIONS(3323), - [anon_sym_return] = ACTIONS(3323), - [anon_sym_DOLLARfor] = ACTIONS(3323), - [anon_sym_for] = ACTIONS(3323), - [anon_sym_POUND] = ACTIONS(3323), - [anon_sym_asm] = ACTIONS(3323), - [anon_sym_AT_LBRACK] = ACTIONS(3323), - [sym___double_quote] = ACTIONS(3323), - [sym___single_quote] = ACTIONS(3323), - [sym___c_double_quote] = ACTIONS(3323), - [sym___c_single_quote] = ACTIONS(3323), - [sym___r_double_quote] = ACTIONS(3323), - [sym___r_single_quote] = ACTIONS(3323), + [anon_sym_DOT] = ACTIONS(3353), + [anon_sym_as] = ACTIONS(3353), + [anon_sym_LBRACE] = ACTIONS(3353), + [anon_sym_COMMA] = ACTIONS(3353), + [anon_sym_const] = ACTIONS(3353), + [anon_sym_LPAREN] = ACTIONS(3353), + [anon_sym___global] = ACTIONS(3353), + [anon_sym_type] = ACTIONS(3353), + [anon_sym_PIPE] = ACTIONS(3353), + [anon_sym_fn] = ACTIONS(3353), + [anon_sym_PLUS] = ACTIONS(3353), + [anon_sym_DASH] = ACTIONS(3353), + [anon_sym_STAR] = ACTIONS(3353), + [anon_sym_SLASH] = ACTIONS(3353), + [anon_sym_PERCENT] = ACTIONS(3353), + [anon_sym_LT] = ACTIONS(3353), + [anon_sym_GT] = ACTIONS(3353), + [anon_sym_EQ_EQ] = ACTIONS(3353), + [anon_sym_BANG_EQ] = ACTIONS(3353), + [anon_sym_LT_EQ] = ACTIONS(3353), + [anon_sym_GT_EQ] = ACTIONS(3353), + [anon_sym_LBRACK] = ACTIONS(3351), + [anon_sym_struct] = ACTIONS(3353), + [anon_sym_union] = ACTIONS(3353), + [anon_sym_pub] = ACTIONS(3353), + [anon_sym_mut] = ACTIONS(3353), + [anon_sym_enum] = ACTIONS(3353), + [anon_sym_interface] = ACTIONS(3353), + [anon_sym_PLUS_PLUS] = ACTIONS(3353), + [anon_sym_DASH_DASH] = ACTIONS(3353), + [anon_sym_QMARK] = ACTIONS(3353), + [anon_sym_BANG] = ACTIONS(3353), + [anon_sym_go] = ACTIONS(3353), + [anon_sym_spawn] = ACTIONS(3353), + [anon_sym_json_DOTdecode] = ACTIONS(3353), + [anon_sym_LBRACK2] = ACTIONS(3353), + [anon_sym_TILDE] = ACTIONS(3353), + [anon_sym_CARET] = ACTIONS(3353), + [anon_sym_AMP] = ACTIONS(3353), + [anon_sym_LT_DASH] = ACTIONS(3353), + [anon_sym_LT_LT] = ACTIONS(3353), + [anon_sym_GT_GT] = ACTIONS(3353), + [anon_sym_GT_GT_GT] = ACTIONS(3353), + [anon_sym_AMP_CARET] = ACTIONS(3353), + [anon_sym_AMP_AMP] = ACTIONS(3353), + [anon_sym_PIPE_PIPE] = ACTIONS(3353), + [anon_sym_or] = ACTIONS(3353), + [sym_none] = ACTIONS(3353), + [sym_true] = ACTIONS(3353), + [sym_false] = ACTIONS(3353), + [sym_nil] = ACTIONS(3353), + [anon_sym_QMARK_DOT] = ACTIONS(3353), + [anon_sym_POUND_LBRACK] = ACTIONS(3353), + [anon_sym_if] = ACTIONS(3353), + [anon_sym_DOLLARif] = ACTIONS(3353), + [anon_sym_is] = ACTIONS(3353), + [anon_sym_BANGis] = ACTIONS(3353), + [anon_sym_in] = ACTIONS(3353), + [anon_sym_BANGin] = ACTIONS(3353), + [anon_sym_match] = ACTIONS(3353), + [anon_sym_select] = ACTIONS(3353), + [anon_sym_lock] = ACTIONS(3353), + [anon_sym_rlock] = ACTIONS(3353), + [anon_sym_unsafe] = ACTIONS(3353), + [anon_sym_sql] = ACTIONS(3353), + [sym_int_literal] = ACTIONS(3353), + [sym_float_literal] = ACTIONS(3353), + [sym_rune_literal] = ACTIONS(3353), + [sym_pseudo_compile_time_identifier] = ACTIONS(3353), + [anon_sym_shared] = ACTIONS(3353), + [anon_sym_map_LBRACK] = ACTIONS(3353), + [anon_sym_chan] = ACTIONS(3353), + [anon_sym_thread] = ACTIONS(3353), + [anon_sym_atomic] = ACTIONS(3353), + [anon_sym_assert] = ACTIONS(3353), + [anon_sym_defer] = ACTIONS(3353), + [anon_sym_goto] = ACTIONS(3353), + [anon_sym_break] = ACTIONS(3353), + [anon_sym_continue] = ACTIONS(3353), + [anon_sym_return] = ACTIONS(3353), + [anon_sym_DOLLARfor] = ACTIONS(3353), + [anon_sym_for] = ACTIONS(3353), + [anon_sym_POUND] = ACTIONS(3353), + [anon_sym_asm] = ACTIONS(3353), + [anon_sym_AT_LBRACK] = ACTIONS(3353), + [sym___double_quote] = ACTIONS(3353), + [sym___single_quote] = ACTIONS(3353), + [sym___c_double_quote] = ACTIONS(3353), + [sym___c_single_quote] = ACTIONS(3353), + [sym___r_double_quote] = ACTIONS(3353), + [sym___r_single_quote] = ACTIONS(3353), }, [1099] = { [sym_line_comment] = STATE(1099), [sym_block_comment] = STATE(1099), - [ts_builtin_sym_end] = ACTIONS(3265), - [sym_identifier] = ACTIONS(3267), - [anon_sym_LF] = ACTIONS(3267), - [anon_sym_CR] = ACTIONS(3267), - [anon_sym_CR_LF] = ACTIONS(3267), + [ts_builtin_sym_end] = ACTIONS(3059), + [sym_identifier] = ACTIONS(3061), + [anon_sym_LF] = ACTIONS(3061), + [anon_sym_CR] = ACTIONS(3061), + [anon_sym_CR_LF] = ACTIONS(3061), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3267), - [anon_sym_as] = ACTIONS(3267), - [anon_sym_LBRACE] = ACTIONS(3267), - [anon_sym_COMMA] = ACTIONS(3267), - [anon_sym_const] = ACTIONS(3267), - [anon_sym_LPAREN] = ACTIONS(3267), - [anon_sym___global] = ACTIONS(3267), - [anon_sym_type] = ACTIONS(3267), - [anon_sym_PIPE] = ACTIONS(3267), - [anon_sym_fn] = ACTIONS(3267), - [anon_sym_PLUS] = ACTIONS(3267), - [anon_sym_DASH] = ACTIONS(3267), - [anon_sym_STAR] = ACTIONS(3267), - [anon_sym_SLASH] = ACTIONS(3267), - [anon_sym_PERCENT] = ACTIONS(3267), - [anon_sym_LT] = ACTIONS(3267), - [anon_sym_GT] = ACTIONS(3267), - [anon_sym_EQ_EQ] = ACTIONS(3267), - [anon_sym_BANG_EQ] = ACTIONS(3267), - [anon_sym_LT_EQ] = ACTIONS(3267), - [anon_sym_GT_EQ] = ACTIONS(3267), - [anon_sym_LBRACK] = ACTIONS(3265), - [anon_sym_struct] = ACTIONS(3267), - [anon_sym_union] = ACTIONS(3267), - [anon_sym_pub] = ACTIONS(3267), - [anon_sym_mut] = ACTIONS(3267), - [anon_sym_enum] = ACTIONS(3267), - [anon_sym_interface] = ACTIONS(3267), - [anon_sym_PLUS_PLUS] = ACTIONS(3267), - [anon_sym_DASH_DASH] = ACTIONS(3267), - [anon_sym_QMARK] = ACTIONS(3267), - [anon_sym_BANG] = ACTIONS(3267), - [anon_sym_go] = ACTIONS(3267), - [anon_sym_spawn] = ACTIONS(3267), - [anon_sym_json_DOTdecode] = ACTIONS(3267), - [anon_sym_LBRACK2] = ACTIONS(3267), - [anon_sym_TILDE] = ACTIONS(3267), - [anon_sym_CARET] = ACTIONS(3267), - [anon_sym_AMP] = ACTIONS(3267), - [anon_sym_LT_DASH] = ACTIONS(3267), - [anon_sym_LT_LT] = ACTIONS(3267), - [anon_sym_GT_GT] = ACTIONS(3267), - [anon_sym_GT_GT_GT] = ACTIONS(3267), - [anon_sym_AMP_CARET] = ACTIONS(3267), - [anon_sym_AMP_AMP] = ACTIONS(3267), - [anon_sym_PIPE_PIPE] = ACTIONS(3267), - [anon_sym_or] = ACTIONS(3267), - [sym_none] = ACTIONS(3267), - [sym_true] = ACTIONS(3267), - [sym_false] = ACTIONS(3267), - [sym_nil] = ACTIONS(3267), - [anon_sym_QMARK_DOT] = ACTIONS(3267), - [anon_sym_POUND_LBRACK] = ACTIONS(3267), - [anon_sym_if] = ACTIONS(3267), - [anon_sym_DOLLARif] = ACTIONS(3267), - [anon_sym_is] = ACTIONS(3267), - [anon_sym_BANGis] = ACTIONS(3267), - [anon_sym_in] = ACTIONS(3267), - [anon_sym_BANGin] = ACTIONS(3267), - [anon_sym_match] = ACTIONS(3267), - [anon_sym_select] = ACTIONS(3267), - [anon_sym_lock] = ACTIONS(3267), - [anon_sym_rlock] = ACTIONS(3267), - [anon_sym_unsafe] = ACTIONS(3267), - [anon_sym_sql] = ACTIONS(3267), - [sym_int_literal] = ACTIONS(3267), - [sym_float_literal] = ACTIONS(3267), - [sym_rune_literal] = ACTIONS(3267), - [sym_pseudo_compile_time_identifier] = ACTIONS(3267), - [anon_sym_shared] = ACTIONS(3267), - [anon_sym_map_LBRACK] = ACTIONS(3267), - [anon_sym_chan] = ACTIONS(3267), - [anon_sym_thread] = ACTIONS(3267), - [anon_sym_atomic] = ACTIONS(3267), - [anon_sym_assert] = ACTIONS(3267), - [anon_sym_defer] = ACTIONS(3267), - [anon_sym_goto] = ACTIONS(3267), - [anon_sym_break] = ACTIONS(3267), - [anon_sym_continue] = ACTIONS(3267), - [anon_sym_return] = ACTIONS(3267), - [anon_sym_DOLLARfor] = ACTIONS(3267), - [anon_sym_for] = ACTIONS(3267), - [anon_sym_POUND] = ACTIONS(3267), - [anon_sym_asm] = ACTIONS(3267), - [anon_sym_AT_LBRACK] = ACTIONS(3267), - [sym___double_quote] = ACTIONS(3267), - [sym___single_quote] = ACTIONS(3267), - [sym___c_double_quote] = ACTIONS(3267), - [sym___c_single_quote] = ACTIONS(3267), - [sym___r_double_quote] = ACTIONS(3267), - [sym___r_single_quote] = ACTIONS(3267), + [anon_sym_DOT] = ACTIONS(3061), + [anon_sym_as] = ACTIONS(3061), + [anon_sym_LBRACE] = ACTIONS(3061), + [anon_sym_COMMA] = ACTIONS(3061), + [anon_sym_const] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(3061), + [anon_sym___global] = ACTIONS(3061), + [anon_sym_type] = ACTIONS(3061), + [anon_sym_PIPE] = ACTIONS(3061), + [anon_sym_fn] = ACTIONS(3061), + [anon_sym_PLUS] = ACTIONS(3061), + [anon_sym_DASH] = ACTIONS(3061), + [anon_sym_STAR] = ACTIONS(3061), + [anon_sym_SLASH] = ACTIONS(3061), + [anon_sym_PERCENT] = ACTIONS(3061), + [anon_sym_LT] = ACTIONS(3061), + [anon_sym_GT] = ACTIONS(3061), + [anon_sym_EQ_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(3061), + [anon_sym_LT_EQ] = ACTIONS(3061), + [anon_sym_GT_EQ] = ACTIONS(3061), + [anon_sym_LBRACK] = ACTIONS(3059), + [anon_sym_struct] = ACTIONS(3061), + [anon_sym_union] = ACTIONS(3061), + [anon_sym_pub] = ACTIONS(3061), + [anon_sym_mut] = ACTIONS(3061), + [anon_sym_enum] = ACTIONS(3061), + [anon_sym_interface] = ACTIONS(3061), + [anon_sym_PLUS_PLUS] = ACTIONS(3061), + [anon_sym_DASH_DASH] = ACTIONS(3061), + [anon_sym_QMARK] = ACTIONS(3061), + [anon_sym_BANG] = ACTIONS(3061), + [anon_sym_go] = ACTIONS(3061), + [anon_sym_spawn] = ACTIONS(3061), + [anon_sym_json_DOTdecode] = ACTIONS(3061), + [anon_sym_LBRACK2] = ACTIONS(3061), + [anon_sym_TILDE] = ACTIONS(3061), + [anon_sym_CARET] = ACTIONS(3061), + [anon_sym_AMP] = ACTIONS(3061), + [anon_sym_LT_DASH] = ACTIONS(3061), + [anon_sym_LT_LT] = ACTIONS(3061), + [anon_sym_GT_GT] = ACTIONS(3061), + [anon_sym_GT_GT_GT] = ACTIONS(3061), + [anon_sym_AMP_CARET] = ACTIONS(3061), + [anon_sym_AMP_AMP] = ACTIONS(3061), + [anon_sym_PIPE_PIPE] = ACTIONS(3061), + [anon_sym_or] = ACTIONS(3061), + [sym_none] = ACTIONS(3061), + [sym_true] = ACTIONS(3061), + [sym_false] = ACTIONS(3061), + [sym_nil] = ACTIONS(3061), + [anon_sym_QMARK_DOT] = ACTIONS(3061), + [anon_sym_POUND_LBRACK] = ACTIONS(3061), + [anon_sym_if] = ACTIONS(3061), + [anon_sym_DOLLARif] = ACTIONS(3061), + [anon_sym_is] = ACTIONS(3061), + [anon_sym_BANGis] = ACTIONS(3061), + [anon_sym_in] = ACTIONS(3061), + [anon_sym_BANGin] = ACTIONS(3061), + [anon_sym_match] = ACTIONS(3061), + [anon_sym_select] = ACTIONS(3061), + [anon_sym_lock] = ACTIONS(3061), + [anon_sym_rlock] = ACTIONS(3061), + [anon_sym_unsafe] = ACTIONS(3061), + [anon_sym_sql] = ACTIONS(3061), + [sym_int_literal] = ACTIONS(3061), + [sym_float_literal] = ACTIONS(3061), + [sym_rune_literal] = ACTIONS(3061), + [sym_pseudo_compile_time_identifier] = ACTIONS(3061), + [anon_sym_shared] = ACTIONS(3061), + [anon_sym_map_LBRACK] = ACTIONS(3061), + [anon_sym_chan] = ACTIONS(3061), + [anon_sym_thread] = ACTIONS(3061), + [anon_sym_atomic] = ACTIONS(3061), + [anon_sym_assert] = ACTIONS(3061), + [anon_sym_defer] = ACTIONS(3061), + [anon_sym_goto] = ACTIONS(3061), + [anon_sym_break] = ACTIONS(3061), + [anon_sym_continue] = ACTIONS(3061), + [anon_sym_return] = ACTIONS(3061), + [anon_sym_DOLLARfor] = ACTIONS(3061), + [anon_sym_for] = ACTIONS(3061), + [anon_sym_POUND] = ACTIONS(3061), + [anon_sym_asm] = ACTIONS(3061), + [anon_sym_AT_LBRACK] = ACTIONS(3061), + [sym___double_quote] = ACTIONS(3061), + [sym___single_quote] = ACTIONS(3061), + [sym___c_double_quote] = ACTIONS(3061), + [sym___c_single_quote] = ACTIONS(3061), + [sym___r_double_quote] = ACTIONS(3061), + [sym___r_single_quote] = ACTIONS(3061), }, [1100] = { [sym_line_comment] = STATE(1100), [sym_block_comment] = STATE(1100), - [ts_builtin_sym_end] = ACTIONS(3137), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LF] = ACTIONS(3139), - [anon_sym_CR] = ACTIONS(3139), - [anon_sym_CR_LF] = ACTIONS(3139), + [ts_builtin_sym_end] = ACTIONS(3371), + [sym_identifier] = ACTIONS(3373), + [anon_sym_LF] = ACTIONS(3373), + [anon_sym_CR] = ACTIONS(3373), + [anon_sym_CR_LF] = ACTIONS(3373), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3139), - [anon_sym_as] = ACTIONS(3139), - [anon_sym_LBRACE] = ACTIONS(3139), - [anon_sym_COMMA] = ACTIONS(3139), - [anon_sym_const] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3139), - [anon_sym___global] = ACTIONS(3139), - [anon_sym_type] = ACTIONS(3139), - [anon_sym_PIPE] = ACTIONS(3139), - [anon_sym_fn] = ACTIONS(3139), - [anon_sym_PLUS] = ACTIONS(3139), - [anon_sym_DASH] = ACTIONS(3139), - [anon_sym_STAR] = ACTIONS(3139), - [anon_sym_SLASH] = ACTIONS(3139), - [anon_sym_PERCENT] = ACTIONS(3139), - [anon_sym_LT] = ACTIONS(3139), - [anon_sym_GT] = ACTIONS(3139), - [anon_sym_EQ_EQ] = ACTIONS(3139), - [anon_sym_BANG_EQ] = ACTIONS(3139), - [anon_sym_LT_EQ] = ACTIONS(3139), - [anon_sym_GT_EQ] = ACTIONS(3139), - [anon_sym_LBRACK] = ACTIONS(3137), - [anon_sym_struct] = ACTIONS(3139), - [anon_sym_union] = ACTIONS(3139), - [anon_sym_pub] = ACTIONS(3139), - [anon_sym_mut] = ACTIONS(3139), - [anon_sym_enum] = ACTIONS(3139), - [anon_sym_interface] = ACTIONS(3139), - [anon_sym_PLUS_PLUS] = ACTIONS(3139), - [anon_sym_DASH_DASH] = ACTIONS(3139), - [anon_sym_QMARK] = ACTIONS(3139), - [anon_sym_BANG] = ACTIONS(3139), - [anon_sym_go] = ACTIONS(3139), - [anon_sym_spawn] = ACTIONS(3139), - [anon_sym_json_DOTdecode] = ACTIONS(3139), - [anon_sym_LBRACK2] = ACTIONS(3139), - [anon_sym_TILDE] = ACTIONS(3139), - [anon_sym_CARET] = ACTIONS(3139), - [anon_sym_AMP] = ACTIONS(3139), - [anon_sym_LT_DASH] = ACTIONS(3139), - [anon_sym_LT_LT] = ACTIONS(3139), - [anon_sym_GT_GT] = ACTIONS(3139), - [anon_sym_GT_GT_GT] = ACTIONS(3139), - [anon_sym_AMP_CARET] = ACTIONS(3139), - [anon_sym_AMP_AMP] = ACTIONS(3139), - [anon_sym_PIPE_PIPE] = ACTIONS(3139), - [anon_sym_or] = ACTIONS(3139), - [sym_none] = ACTIONS(3139), - [sym_true] = ACTIONS(3139), - [sym_false] = ACTIONS(3139), - [sym_nil] = ACTIONS(3139), - [anon_sym_QMARK_DOT] = ACTIONS(3139), - [anon_sym_POUND_LBRACK] = ACTIONS(3139), - [anon_sym_if] = ACTIONS(3139), - [anon_sym_DOLLARif] = ACTIONS(3139), - [anon_sym_is] = ACTIONS(3139), - [anon_sym_BANGis] = ACTIONS(3139), - [anon_sym_in] = ACTIONS(3139), - [anon_sym_BANGin] = ACTIONS(3139), - [anon_sym_match] = ACTIONS(3139), - [anon_sym_select] = ACTIONS(3139), - [anon_sym_lock] = ACTIONS(3139), - [anon_sym_rlock] = ACTIONS(3139), - [anon_sym_unsafe] = ACTIONS(3139), - [anon_sym_sql] = ACTIONS(3139), - [sym_int_literal] = ACTIONS(3139), - [sym_float_literal] = ACTIONS(3139), - [sym_rune_literal] = ACTIONS(3139), - [sym_pseudo_compile_time_identifier] = ACTIONS(3139), - [anon_sym_shared] = ACTIONS(3139), - [anon_sym_map_LBRACK] = ACTIONS(3139), - [anon_sym_chan] = ACTIONS(3139), - [anon_sym_thread] = ACTIONS(3139), - [anon_sym_atomic] = ACTIONS(3139), - [anon_sym_assert] = ACTIONS(3139), - [anon_sym_defer] = ACTIONS(3139), - [anon_sym_goto] = ACTIONS(3139), - [anon_sym_break] = ACTIONS(3139), - [anon_sym_continue] = ACTIONS(3139), - [anon_sym_return] = ACTIONS(3139), - [anon_sym_DOLLARfor] = ACTIONS(3139), - [anon_sym_for] = ACTIONS(3139), - [anon_sym_POUND] = ACTIONS(3139), - [anon_sym_asm] = ACTIONS(3139), - [anon_sym_AT_LBRACK] = ACTIONS(3139), - [sym___double_quote] = ACTIONS(3139), - [sym___single_quote] = ACTIONS(3139), - [sym___c_double_quote] = ACTIONS(3139), - [sym___c_single_quote] = ACTIONS(3139), - [sym___r_double_quote] = ACTIONS(3139), - [sym___r_single_quote] = ACTIONS(3139), + [anon_sym_DOT] = ACTIONS(3373), + [anon_sym_as] = ACTIONS(3373), + [anon_sym_LBRACE] = ACTIONS(3373), + [anon_sym_COMMA] = ACTIONS(3373), + [anon_sym_const] = ACTIONS(3373), + [anon_sym_LPAREN] = ACTIONS(3373), + [anon_sym___global] = ACTIONS(3373), + [anon_sym_type] = ACTIONS(3373), + [anon_sym_PIPE] = ACTIONS(3373), + [anon_sym_fn] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3373), + [anon_sym_SLASH] = ACTIONS(3373), + [anon_sym_PERCENT] = ACTIONS(3373), + [anon_sym_LT] = ACTIONS(3373), + [anon_sym_GT] = ACTIONS(3373), + [anon_sym_EQ_EQ] = ACTIONS(3373), + [anon_sym_BANG_EQ] = ACTIONS(3373), + [anon_sym_LT_EQ] = ACTIONS(3373), + [anon_sym_GT_EQ] = ACTIONS(3373), + [anon_sym_LBRACK] = ACTIONS(3371), + [anon_sym_struct] = ACTIONS(3373), + [anon_sym_union] = ACTIONS(3373), + [anon_sym_pub] = ACTIONS(3373), + [anon_sym_mut] = ACTIONS(3373), + [anon_sym_enum] = ACTIONS(3373), + [anon_sym_interface] = ACTIONS(3373), + [anon_sym_PLUS_PLUS] = ACTIONS(3373), + [anon_sym_DASH_DASH] = ACTIONS(3373), + [anon_sym_QMARK] = ACTIONS(3373), + [anon_sym_BANG] = ACTIONS(3373), + [anon_sym_go] = ACTIONS(3373), + [anon_sym_spawn] = ACTIONS(3373), + [anon_sym_json_DOTdecode] = ACTIONS(3373), + [anon_sym_LBRACK2] = ACTIONS(3373), + [anon_sym_TILDE] = ACTIONS(3373), + [anon_sym_CARET] = ACTIONS(3373), + [anon_sym_AMP] = ACTIONS(3373), + [anon_sym_LT_DASH] = ACTIONS(3373), + [anon_sym_LT_LT] = ACTIONS(3373), + [anon_sym_GT_GT] = ACTIONS(3373), + [anon_sym_GT_GT_GT] = ACTIONS(3373), + [anon_sym_AMP_CARET] = ACTIONS(3373), + [anon_sym_AMP_AMP] = ACTIONS(3373), + [anon_sym_PIPE_PIPE] = ACTIONS(3373), + [anon_sym_or] = ACTIONS(3373), + [sym_none] = ACTIONS(3373), + [sym_true] = ACTIONS(3373), + [sym_false] = ACTIONS(3373), + [sym_nil] = ACTIONS(3373), + [anon_sym_QMARK_DOT] = ACTIONS(3373), + [anon_sym_POUND_LBRACK] = ACTIONS(3373), + [anon_sym_if] = ACTIONS(3373), + [anon_sym_DOLLARif] = ACTIONS(3373), + [anon_sym_is] = ACTIONS(3373), + [anon_sym_BANGis] = ACTIONS(3373), + [anon_sym_in] = ACTIONS(3373), + [anon_sym_BANGin] = ACTIONS(3373), + [anon_sym_match] = ACTIONS(3373), + [anon_sym_select] = ACTIONS(3373), + [anon_sym_lock] = ACTIONS(3373), + [anon_sym_rlock] = ACTIONS(3373), + [anon_sym_unsafe] = ACTIONS(3373), + [anon_sym_sql] = ACTIONS(3373), + [sym_int_literal] = ACTIONS(3373), + [sym_float_literal] = ACTIONS(3373), + [sym_rune_literal] = ACTIONS(3373), + [sym_pseudo_compile_time_identifier] = ACTIONS(3373), + [anon_sym_shared] = ACTIONS(3373), + [anon_sym_map_LBRACK] = ACTIONS(3373), + [anon_sym_chan] = ACTIONS(3373), + [anon_sym_thread] = ACTIONS(3373), + [anon_sym_atomic] = ACTIONS(3373), + [anon_sym_assert] = ACTIONS(3373), + [anon_sym_defer] = ACTIONS(3373), + [anon_sym_goto] = ACTIONS(3373), + [anon_sym_break] = ACTIONS(3373), + [anon_sym_continue] = ACTIONS(3373), + [anon_sym_return] = ACTIONS(3373), + [anon_sym_DOLLARfor] = ACTIONS(3373), + [anon_sym_for] = ACTIONS(3373), + [anon_sym_POUND] = ACTIONS(3373), + [anon_sym_asm] = ACTIONS(3373), + [anon_sym_AT_LBRACK] = ACTIONS(3373), + [sym___double_quote] = ACTIONS(3373), + [sym___single_quote] = ACTIONS(3373), + [sym___c_double_quote] = ACTIONS(3373), + [sym___c_single_quote] = ACTIONS(3373), + [sym___r_double_quote] = ACTIONS(3373), + [sym___r_single_quote] = ACTIONS(3373), }, [1101] = { [sym_line_comment] = STATE(1101), [sym_block_comment] = STATE(1101), - [ts_builtin_sym_end] = ACTIONS(3281), - [sym_identifier] = ACTIONS(3283), - [anon_sym_LF] = ACTIONS(3283), - [anon_sym_CR] = ACTIONS(3283), - [anon_sym_CR_LF] = ACTIONS(3283), + [ts_builtin_sym_end] = ACTIONS(3187), + [sym_identifier] = ACTIONS(3189), + [anon_sym_LF] = ACTIONS(3189), + [anon_sym_CR] = ACTIONS(3189), + [anon_sym_CR_LF] = ACTIONS(3189), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3283), - [anon_sym_as] = ACTIONS(3283), - [anon_sym_LBRACE] = ACTIONS(3283), - [anon_sym_COMMA] = ACTIONS(3283), - [anon_sym_const] = ACTIONS(3283), - [anon_sym_LPAREN] = ACTIONS(3283), - [anon_sym___global] = ACTIONS(3283), - [anon_sym_type] = ACTIONS(3283), - [anon_sym_PIPE] = ACTIONS(3283), - [anon_sym_fn] = ACTIONS(3283), - [anon_sym_PLUS] = ACTIONS(3283), - [anon_sym_DASH] = ACTIONS(3283), - [anon_sym_STAR] = ACTIONS(3283), - [anon_sym_SLASH] = ACTIONS(3283), - [anon_sym_PERCENT] = ACTIONS(3283), - [anon_sym_LT] = ACTIONS(3283), - [anon_sym_GT] = ACTIONS(3283), - [anon_sym_EQ_EQ] = ACTIONS(3283), - [anon_sym_BANG_EQ] = ACTIONS(3283), - [anon_sym_LT_EQ] = ACTIONS(3283), - [anon_sym_GT_EQ] = ACTIONS(3283), - [anon_sym_LBRACK] = ACTIONS(3281), - [anon_sym_struct] = ACTIONS(3283), - [anon_sym_union] = ACTIONS(3283), - [anon_sym_pub] = ACTIONS(3283), - [anon_sym_mut] = ACTIONS(3283), - [anon_sym_enum] = ACTIONS(3283), - [anon_sym_interface] = ACTIONS(3283), - [anon_sym_PLUS_PLUS] = ACTIONS(3283), - [anon_sym_DASH_DASH] = ACTIONS(3283), - [anon_sym_QMARK] = ACTIONS(3283), - [anon_sym_BANG] = ACTIONS(3283), - [anon_sym_go] = ACTIONS(3283), - [anon_sym_spawn] = ACTIONS(3283), - [anon_sym_json_DOTdecode] = ACTIONS(3283), - [anon_sym_LBRACK2] = ACTIONS(3283), - [anon_sym_TILDE] = ACTIONS(3283), - [anon_sym_CARET] = ACTIONS(3283), - [anon_sym_AMP] = ACTIONS(3283), - [anon_sym_LT_DASH] = ACTIONS(3283), - [anon_sym_LT_LT] = ACTIONS(3283), - [anon_sym_GT_GT] = ACTIONS(3283), - [anon_sym_GT_GT_GT] = ACTIONS(3283), - [anon_sym_AMP_CARET] = ACTIONS(3283), - [anon_sym_AMP_AMP] = ACTIONS(3283), - [anon_sym_PIPE_PIPE] = ACTIONS(3283), - [anon_sym_or] = ACTIONS(3283), - [sym_none] = ACTIONS(3283), - [sym_true] = ACTIONS(3283), - [sym_false] = ACTIONS(3283), - [sym_nil] = ACTIONS(3283), - [anon_sym_QMARK_DOT] = ACTIONS(3283), - [anon_sym_POUND_LBRACK] = ACTIONS(3283), - [anon_sym_if] = ACTIONS(3283), - [anon_sym_DOLLARif] = ACTIONS(3283), - [anon_sym_is] = ACTIONS(3283), - [anon_sym_BANGis] = ACTIONS(3283), - [anon_sym_in] = ACTIONS(3283), - [anon_sym_BANGin] = ACTIONS(3283), - [anon_sym_match] = ACTIONS(3283), - [anon_sym_select] = ACTIONS(3283), - [anon_sym_lock] = ACTIONS(3283), - [anon_sym_rlock] = ACTIONS(3283), - [anon_sym_unsafe] = ACTIONS(3283), - [anon_sym_sql] = ACTIONS(3283), - [sym_int_literal] = ACTIONS(3283), - [sym_float_literal] = ACTIONS(3283), - [sym_rune_literal] = ACTIONS(3283), - [sym_pseudo_compile_time_identifier] = ACTIONS(3283), - [anon_sym_shared] = ACTIONS(3283), - [anon_sym_map_LBRACK] = ACTIONS(3283), - [anon_sym_chan] = ACTIONS(3283), - [anon_sym_thread] = ACTIONS(3283), - [anon_sym_atomic] = ACTIONS(3283), - [anon_sym_assert] = ACTIONS(3283), - [anon_sym_defer] = ACTIONS(3283), - [anon_sym_goto] = ACTIONS(3283), - [anon_sym_break] = ACTIONS(3283), - [anon_sym_continue] = ACTIONS(3283), - [anon_sym_return] = ACTIONS(3283), - [anon_sym_DOLLARfor] = ACTIONS(3283), - [anon_sym_for] = ACTIONS(3283), - [anon_sym_POUND] = ACTIONS(3283), - [anon_sym_asm] = ACTIONS(3283), - [anon_sym_AT_LBRACK] = ACTIONS(3283), - [sym___double_quote] = ACTIONS(3283), - [sym___single_quote] = ACTIONS(3283), - [sym___c_double_quote] = ACTIONS(3283), - [sym___c_single_quote] = ACTIONS(3283), - [sym___r_double_quote] = ACTIONS(3283), - [sym___r_single_quote] = ACTIONS(3283), + [anon_sym_DOT] = ACTIONS(3189), + [anon_sym_as] = ACTIONS(3189), + [anon_sym_LBRACE] = ACTIONS(3189), + [anon_sym_COMMA] = ACTIONS(3189), + [anon_sym_const] = ACTIONS(3189), + [anon_sym_LPAREN] = ACTIONS(3189), + [anon_sym___global] = ACTIONS(3189), + [anon_sym_type] = ACTIONS(3189), + [anon_sym_PIPE] = ACTIONS(3189), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_PLUS] = ACTIONS(3189), + [anon_sym_DASH] = ACTIONS(3189), + [anon_sym_STAR] = ACTIONS(3189), + [anon_sym_SLASH] = ACTIONS(3189), + [anon_sym_PERCENT] = ACTIONS(3189), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3189), + [anon_sym_EQ_EQ] = ACTIONS(3189), + [anon_sym_BANG_EQ] = ACTIONS(3189), + [anon_sym_LT_EQ] = ACTIONS(3189), + [anon_sym_GT_EQ] = ACTIONS(3189), + [anon_sym_LBRACK] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3189), + [anon_sym_union] = ACTIONS(3189), + [anon_sym_pub] = ACTIONS(3189), + [anon_sym_mut] = ACTIONS(3189), + [anon_sym_enum] = ACTIONS(3189), + [anon_sym_interface] = ACTIONS(3189), + [anon_sym_PLUS_PLUS] = ACTIONS(3189), + [anon_sym_DASH_DASH] = ACTIONS(3189), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_BANG] = ACTIONS(3189), + [anon_sym_go] = ACTIONS(3189), + [anon_sym_spawn] = ACTIONS(3189), + [anon_sym_json_DOTdecode] = ACTIONS(3189), + [anon_sym_LBRACK2] = ACTIONS(3189), + [anon_sym_TILDE] = ACTIONS(3189), + [anon_sym_CARET] = ACTIONS(3189), + [anon_sym_AMP] = ACTIONS(3189), + [anon_sym_LT_DASH] = ACTIONS(3189), + [anon_sym_LT_LT] = ACTIONS(3189), + [anon_sym_GT_GT] = ACTIONS(3189), + [anon_sym_GT_GT_GT] = ACTIONS(3189), + [anon_sym_AMP_CARET] = ACTIONS(3189), + [anon_sym_AMP_AMP] = ACTIONS(3189), + [anon_sym_PIPE_PIPE] = ACTIONS(3189), + [anon_sym_or] = ACTIONS(3189), + [sym_none] = ACTIONS(3189), + [sym_true] = ACTIONS(3189), + [sym_false] = ACTIONS(3189), + [sym_nil] = ACTIONS(3189), + [anon_sym_QMARK_DOT] = ACTIONS(3189), + [anon_sym_POUND_LBRACK] = ACTIONS(3189), + [anon_sym_if] = ACTIONS(3189), + [anon_sym_DOLLARif] = ACTIONS(3189), + [anon_sym_is] = ACTIONS(3189), + [anon_sym_BANGis] = ACTIONS(3189), + [anon_sym_in] = ACTIONS(3189), + [anon_sym_BANGin] = ACTIONS(3189), + [anon_sym_match] = ACTIONS(3189), + [anon_sym_select] = ACTIONS(3189), + [anon_sym_lock] = ACTIONS(3189), + [anon_sym_rlock] = ACTIONS(3189), + [anon_sym_unsafe] = ACTIONS(3189), + [anon_sym_sql] = ACTIONS(3189), + [sym_int_literal] = ACTIONS(3189), + [sym_float_literal] = ACTIONS(3189), + [sym_rune_literal] = ACTIONS(3189), + [sym_pseudo_compile_time_identifier] = ACTIONS(3189), + [anon_sym_shared] = ACTIONS(3189), + [anon_sym_map_LBRACK] = ACTIONS(3189), + [anon_sym_chan] = ACTIONS(3189), + [anon_sym_thread] = ACTIONS(3189), + [anon_sym_atomic] = ACTIONS(3189), + [anon_sym_assert] = ACTIONS(3189), + [anon_sym_defer] = ACTIONS(3189), + [anon_sym_goto] = ACTIONS(3189), + [anon_sym_break] = ACTIONS(3189), + [anon_sym_continue] = ACTIONS(3189), + [anon_sym_return] = ACTIONS(3189), + [anon_sym_DOLLARfor] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(3189), + [anon_sym_POUND] = ACTIONS(3189), + [anon_sym_asm] = ACTIONS(3189), + [anon_sym_AT_LBRACK] = ACTIONS(3189), + [sym___double_quote] = ACTIONS(3189), + [sym___single_quote] = ACTIONS(3189), + [sym___c_double_quote] = ACTIONS(3189), + [sym___c_single_quote] = ACTIONS(3189), + [sym___r_double_quote] = ACTIONS(3189), + [sym___r_single_quote] = ACTIONS(3189), }, [1102] = { [sym_line_comment] = STATE(1102), [sym_block_comment] = STATE(1102), - [ts_builtin_sym_end] = ACTIONS(3257), - [sym_identifier] = ACTIONS(3259), - [anon_sym_LF] = ACTIONS(3259), - [anon_sym_CR] = ACTIONS(3259), - [anon_sym_CR_LF] = ACTIONS(3259), + [ts_builtin_sym_end] = ACTIONS(3379), + [sym_identifier] = ACTIONS(3381), + [anon_sym_LF] = ACTIONS(3381), + [anon_sym_CR] = ACTIONS(3381), + [anon_sym_CR_LF] = ACTIONS(3381), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_as] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(3259), - [anon_sym_COMMA] = ACTIONS(3259), - [anon_sym_const] = ACTIONS(3259), - [anon_sym_LPAREN] = ACTIONS(3259), - [anon_sym___global] = ACTIONS(3259), - [anon_sym_type] = ACTIONS(3259), - [anon_sym_PIPE] = ACTIONS(3259), - [anon_sym_fn] = ACTIONS(3259), - [anon_sym_PLUS] = ACTIONS(3259), - [anon_sym_DASH] = ACTIONS(3259), - [anon_sym_STAR] = ACTIONS(3259), - [anon_sym_SLASH] = ACTIONS(3259), - [anon_sym_PERCENT] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3259), - [anon_sym_GT] = ACTIONS(3259), - [anon_sym_EQ_EQ] = ACTIONS(3259), - [anon_sym_BANG_EQ] = ACTIONS(3259), - [anon_sym_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_EQ] = ACTIONS(3259), - [anon_sym_LBRACK] = ACTIONS(3257), - [anon_sym_struct] = ACTIONS(3259), - [anon_sym_union] = ACTIONS(3259), - [anon_sym_pub] = ACTIONS(3259), - [anon_sym_mut] = ACTIONS(3259), - [anon_sym_enum] = ACTIONS(3259), - [anon_sym_interface] = ACTIONS(3259), - [anon_sym_PLUS_PLUS] = ACTIONS(3259), - [anon_sym_DASH_DASH] = ACTIONS(3259), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3259), - [anon_sym_go] = ACTIONS(3259), - [anon_sym_spawn] = ACTIONS(3259), - [anon_sym_json_DOTdecode] = ACTIONS(3259), - [anon_sym_LBRACK2] = ACTIONS(3259), - [anon_sym_TILDE] = ACTIONS(3259), - [anon_sym_CARET] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3259), - [anon_sym_LT_DASH] = ACTIONS(3259), - [anon_sym_LT_LT] = ACTIONS(3259), - [anon_sym_GT_GT] = ACTIONS(3259), - [anon_sym_GT_GT_GT] = ACTIONS(3259), - [anon_sym_AMP_CARET] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_PIPE_PIPE] = ACTIONS(3259), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(3259), - [sym_true] = ACTIONS(3259), - [sym_false] = ACTIONS(3259), - [sym_nil] = ACTIONS(3259), - [anon_sym_QMARK_DOT] = ACTIONS(3259), - [anon_sym_POUND_LBRACK] = ACTIONS(3259), - [anon_sym_if] = ACTIONS(3259), - [anon_sym_DOLLARif] = ACTIONS(3259), - [anon_sym_is] = ACTIONS(3259), - [anon_sym_BANGis] = ACTIONS(3259), - [anon_sym_in] = ACTIONS(3259), - [anon_sym_BANGin] = ACTIONS(3259), - [anon_sym_match] = ACTIONS(3259), - [anon_sym_select] = ACTIONS(3259), - [anon_sym_lock] = ACTIONS(3259), - [anon_sym_rlock] = ACTIONS(3259), - [anon_sym_unsafe] = ACTIONS(3259), - [anon_sym_sql] = ACTIONS(3259), - [sym_int_literal] = ACTIONS(3259), - [sym_float_literal] = ACTIONS(3259), - [sym_rune_literal] = ACTIONS(3259), - [sym_pseudo_compile_time_identifier] = ACTIONS(3259), - [anon_sym_shared] = ACTIONS(3259), - [anon_sym_map_LBRACK] = ACTIONS(3259), - [anon_sym_chan] = ACTIONS(3259), - [anon_sym_thread] = ACTIONS(3259), - [anon_sym_atomic] = ACTIONS(3259), - [anon_sym_assert] = ACTIONS(3259), - [anon_sym_defer] = ACTIONS(3259), - [anon_sym_goto] = ACTIONS(3259), - [anon_sym_break] = ACTIONS(3259), - [anon_sym_continue] = ACTIONS(3259), - [anon_sym_return] = ACTIONS(3259), - [anon_sym_DOLLARfor] = ACTIONS(3259), - [anon_sym_for] = ACTIONS(3259), - [anon_sym_POUND] = ACTIONS(3259), - [anon_sym_asm] = ACTIONS(3259), - [anon_sym_AT_LBRACK] = ACTIONS(3259), - [sym___double_quote] = ACTIONS(3259), - [sym___single_quote] = ACTIONS(3259), - [sym___c_double_quote] = ACTIONS(3259), - [sym___c_single_quote] = ACTIONS(3259), - [sym___r_double_quote] = ACTIONS(3259), - [sym___r_single_quote] = ACTIONS(3259), + [anon_sym_DOT] = ACTIONS(3381), + [anon_sym_as] = ACTIONS(3381), + [anon_sym_LBRACE] = ACTIONS(3381), + [anon_sym_COMMA] = ACTIONS(3381), + [anon_sym_const] = ACTIONS(3381), + [anon_sym_LPAREN] = ACTIONS(3381), + [anon_sym___global] = ACTIONS(3381), + [anon_sym_type] = ACTIONS(3381), + [anon_sym_PIPE] = ACTIONS(3381), + [anon_sym_fn] = ACTIONS(3381), + [anon_sym_PLUS] = ACTIONS(3381), + [anon_sym_DASH] = ACTIONS(3381), + [anon_sym_STAR] = ACTIONS(3381), + [anon_sym_SLASH] = ACTIONS(3381), + [anon_sym_PERCENT] = ACTIONS(3381), + [anon_sym_LT] = ACTIONS(3381), + [anon_sym_GT] = ACTIONS(3381), + [anon_sym_EQ_EQ] = ACTIONS(3381), + [anon_sym_BANG_EQ] = ACTIONS(3381), + [anon_sym_LT_EQ] = ACTIONS(3381), + [anon_sym_GT_EQ] = ACTIONS(3381), + [anon_sym_LBRACK] = ACTIONS(3379), + [anon_sym_struct] = ACTIONS(3381), + [anon_sym_union] = ACTIONS(3381), + [anon_sym_pub] = ACTIONS(3381), + [anon_sym_mut] = ACTIONS(3381), + [anon_sym_enum] = ACTIONS(3381), + [anon_sym_interface] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_QMARK] = ACTIONS(3381), + [anon_sym_BANG] = ACTIONS(3381), + [anon_sym_go] = ACTIONS(3381), + [anon_sym_spawn] = ACTIONS(3381), + [anon_sym_json_DOTdecode] = ACTIONS(3381), + [anon_sym_LBRACK2] = ACTIONS(3381), + [anon_sym_TILDE] = ACTIONS(3381), + [anon_sym_CARET] = ACTIONS(3381), + [anon_sym_AMP] = ACTIONS(3381), + [anon_sym_LT_DASH] = ACTIONS(3381), + [anon_sym_LT_LT] = ACTIONS(3381), + [anon_sym_GT_GT] = ACTIONS(3381), + [anon_sym_GT_GT_GT] = ACTIONS(3381), + [anon_sym_AMP_CARET] = ACTIONS(3381), + [anon_sym_AMP_AMP] = ACTIONS(3381), + [anon_sym_PIPE_PIPE] = ACTIONS(3381), + [anon_sym_or] = ACTIONS(3381), + [sym_none] = ACTIONS(3381), + [sym_true] = ACTIONS(3381), + [sym_false] = ACTIONS(3381), + [sym_nil] = ACTIONS(3381), + [anon_sym_QMARK_DOT] = ACTIONS(3381), + [anon_sym_POUND_LBRACK] = ACTIONS(3381), + [anon_sym_if] = ACTIONS(3381), + [anon_sym_DOLLARif] = ACTIONS(3381), + [anon_sym_is] = ACTIONS(3381), + [anon_sym_BANGis] = ACTIONS(3381), + [anon_sym_in] = ACTIONS(3381), + [anon_sym_BANGin] = ACTIONS(3381), + [anon_sym_match] = ACTIONS(3381), + [anon_sym_select] = ACTIONS(3381), + [anon_sym_lock] = ACTIONS(3381), + [anon_sym_rlock] = ACTIONS(3381), + [anon_sym_unsafe] = ACTIONS(3381), + [anon_sym_sql] = ACTIONS(3381), + [sym_int_literal] = ACTIONS(3381), + [sym_float_literal] = ACTIONS(3381), + [sym_rune_literal] = ACTIONS(3381), + [sym_pseudo_compile_time_identifier] = ACTIONS(3381), + [anon_sym_shared] = ACTIONS(3381), + [anon_sym_map_LBRACK] = ACTIONS(3381), + [anon_sym_chan] = ACTIONS(3381), + [anon_sym_thread] = ACTIONS(3381), + [anon_sym_atomic] = ACTIONS(3381), + [anon_sym_assert] = ACTIONS(3381), + [anon_sym_defer] = ACTIONS(3381), + [anon_sym_goto] = ACTIONS(3381), + [anon_sym_break] = ACTIONS(3381), + [anon_sym_continue] = ACTIONS(3381), + [anon_sym_return] = ACTIONS(3381), + [anon_sym_DOLLARfor] = ACTIONS(3381), + [anon_sym_for] = ACTIONS(3381), + [anon_sym_POUND] = ACTIONS(3381), + [anon_sym_asm] = ACTIONS(3381), + [anon_sym_AT_LBRACK] = ACTIONS(3381), + [sym___double_quote] = ACTIONS(3381), + [sym___single_quote] = ACTIONS(3381), + [sym___c_double_quote] = ACTIONS(3381), + [sym___c_single_quote] = ACTIONS(3381), + [sym___r_double_quote] = ACTIONS(3381), + [sym___r_single_quote] = ACTIONS(3381), }, [1103] = { [sym_line_comment] = STATE(1103), [sym_block_comment] = STATE(1103), - [ts_builtin_sym_end] = ACTIONS(3177), - [sym_identifier] = ACTIONS(3179), - [anon_sym_LF] = ACTIONS(3179), - [anon_sym_CR] = ACTIONS(3179), - [anon_sym_CR_LF] = ACTIONS(3179), + [ts_builtin_sym_end] = ACTIONS(3402), + [sym_identifier] = ACTIONS(3404), + [anon_sym_LF] = ACTIONS(3404), + [anon_sym_CR] = ACTIONS(3404), + [anon_sym_CR_LF] = ACTIONS(3404), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3179), - [anon_sym_as] = ACTIONS(3179), - [anon_sym_LBRACE] = ACTIONS(3179), - [anon_sym_COMMA] = ACTIONS(3179), - [anon_sym_const] = ACTIONS(3179), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym___global] = ACTIONS(3179), - [anon_sym_type] = ACTIONS(3179), - [anon_sym_PIPE] = ACTIONS(3179), - [anon_sym_fn] = ACTIONS(3179), - [anon_sym_PLUS] = ACTIONS(3179), - [anon_sym_DASH] = ACTIONS(3179), - [anon_sym_STAR] = ACTIONS(3179), - [anon_sym_SLASH] = ACTIONS(3179), - [anon_sym_PERCENT] = ACTIONS(3179), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3179), - [anon_sym_EQ_EQ] = ACTIONS(3179), - [anon_sym_BANG_EQ] = ACTIONS(3179), - [anon_sym_LT_EQ] = ACTIONS(3179), - [anon_sym_GT_EQ] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_struct] = ACTIONS(3179), - [anon_sym_union] = ACTIONS(3179), - [anon_sym_pub] = ACTIONS(3179), - [anon_sym_mut] = ACTIONS(3179), - [anon_sym_enum] = ACTIONS(3179), - [anon_sym_interface] = ACTIONS(3179), - [anon_sym_PLUS_PLUS] = ACTIONS(3179), - [anon_sym_DASH_DASH] = ACTIONS(3179), - [anon_sym_QMARK] = ACTIONS(3179), - [anon_sym_BANG] = ACTIONS(3179), - [anon_sym_go] = ACTIONS(3179), - [anon_sym_spawn] = ACTIONS(3179), - [anon_sym_json_DOTdecode] = ACTIONS(3179), - [anon_sym_LBRACK2] = ACTIONS(3179), - [anon_sym_TILDE] = ACTIONS(3179), - [anon_sym_CARET] = ACTIONS(3179), - [anon_sym_AMP] = ACTIONS(3179), - [anon_sym_LT_DASH] = ACTIONS(3179), - [anon_sym_LT_LT] = ACTIONS(3179), - [anon_sym_GT_GT] = ACTIONS(3179), - [anon_sym_GT_GT_GT] = ACTIONS(3179), - [anon_sym_AMP_CARET] = ACTIONS(3179), - [anon_sym_AMP_AMP] = ACTIONS(3179), - [anon_sym_PIPE_PIPE] = ACTIONS(3179), - [anon_sym_or] = ACTIONS(3179), - [sym_none] = ACTIONS(3179), - [sym_true] = ACTIONS(3179), - [sym_false] = ACTIONS(3179), - [sym_nil] = ACTIONS(3179), - [anon_sym_QMARK_DOT] = ACTIONS(3179), - [anon_sym_POUND_LBRACK] = ACTIONS(3179), - [anon_sym_if] = ACTIONS(3179), - [anon_sym_DOLLARif] = ACTIONS(3179), - [anon_sym_is] = ACTIONS(3179), - [anon_sym_BANGis] = ACTIONS(3179), - [anon_sym_in] = ACTIONS(3179), - [anon_sym_BANGin] = ACTIONS(3179), - [anon_sym_match] = ACTIONS(3179), - [anon_sym_select] = ACTIONS(3179), - [anon_sym_lock] = ACTIONS(3179), - [anon_sym_rlock] = ACTIONS(3179), - [anon_sym_unsafe] = ACTIONS(3179), - [anon_sym_sql] = ACTIONS(3179), - [sym_int_literal] = ACTIONS(3179), - [sym_float_literal] = ACTIONS(3179), - [sym_rune_literal] = ACTIONS(3179), - [sym_pseudo_compile_time_identifier] = ACTIONS(3179), - [anon_sym_shared] = ACTIONS(3179), - [anon_sym_map_LBRACK] = ACTIONS(3179), - [anon_sym_chan] = ACTIONS(3179), - [anon_sym_thread] = ACTIONS(3179), - [anon_sym_atomic] = ACTIONS(3179), - [anon_sym_assert] = ACTIONS(3179), - [anon_sym_defer] = ACTIONS(3179), - [anon_sym_goto] = ACTIONS(3179), - [anon_sym_break] = ACTIONS(3179), - [anon_sym_continue] = ACTIONS(3179), - [anon_sym_return] = ACTIONS(3179), - [anon_sym_DOLLARfor] = ACTIONS(3179), - [anon_sym_for] = ACTIONS(3179), - [anon_sym_POUND] = ACTIONS(3179), - [anon_sym_asm] = ACTIONS(3179), - [anon_sym_AT_LBRACK] = ACTIONS(3179), - [sym___double_quote] = ACTIONS(3179), - [sym___single_quote] = ACTIONS(3179), - [sym___c_double_quote] = ACTIONS(3179), - [sym___c_single_quote] = ACTIONS(3179), - [sym___r_double_quote] = ACTIONS(3179), - [sym___r_single_quote] = ACTIONS(3179), + [anon_sym_DOT] = ACTIONS(3404), + [anon_sym_as] = ACTIONS(3404), + [anon_sym_LBRACE] = ACTIONS(3404), + [anon_sym_COMMA] = ACTIONS(3404), + [anon_sym_const] = ACTIONS(3404), + [anon_sym_LPAREN] = ACTIONS(3404), + [anon_sym___global] = ACTIONS(3404), + [anon_sym_type] = ACTIONS(3404), + [anon_sym_PIPE] = ACTIONS(3404), + [anon_sym_fn] = ACTIONS(3404), + [anon_sym_PLUS] = ACTIONS(3404), + [anon_sym_DASH] = ACTIONS(3404), + [anon_sym_STAR] = ACTIONS(3404), + [anon_sym_SLASH] = ACTIONS(3404), + [anon_sym_PERCENT] = ACTIONS(3404), + [anon_sym_LT] = ACTIONS(3404), + [anon_sym_GT] = ACTIONS(3404), + [anon_sym_EQ_EQ] = ACTIONS(3404), + [anon_sym_BANG_EQ] = ACTIONS(3404), + [anon_sym_LT_EQ] = ACTIONS(3404), + [anon_sym_GT_EQ] = ACTIONS(3404), + [anon_sym_LBRACK] = ACTIONS(3402), + [anon_sym_struct] = ACTIONS(3404), + [anon_sym_union] = ACTIONS(3404), + [anon_sym_pub] = ACTIONS(3404), + [anon_sym_mut] = ACTIONS(3404), + [anon_sym_enum] = ACTIONS(3404), + [anon_sym_interface] = ACTIONS(3404), + [anon_sym_PLUS_PLUS] = ACTIONS(3404), + [anon_sym_DASH_DASH] = ACTIONS(3404), + [anon_sym_QMARK] = ACTIONS(3404), + [anon_sym_BANG] = ACTIONS(3404), + [anon_sym_go] = ACTIONS(3404), + [anon_sym_spawn] = ACTIONS(3404), + [anon_sym_json_DOTdecode] = ACTIONS(3404), + [anon_sym_LBRACK2] = ACTIONS(3404), + [anon_sym_TILDE] = ACTIONS(3404), + [anon_sym_CARET] = ACTIONS(3404), + [anon_sym_AMP] = ACTIONS(3404), + [anon_sym_LT_DASH] = ACTIONS(3404), + [anon_sym_LT_LT] = ACTIONS(3404), + [anon_sym_GT_GT] = ACTIONS(3404), + [anon_sym_GT_GT_GT] = ACTIONS(3404), + [anon_sym_AMP_CARET] = ACTIONS(3404), + [anon_sym_AMP_AMP] = ACTIONS(3404), + [anon_sym_PIPE_PIPE] = ACTIONS(3404), + [anon_sym_or] = ACTIONS(3404), + [sym_none] = ACTIONS(3404), + [sym_true] = ACTIONS(3404), + [sym_false] = ACTIONS(3404), + [sym_nil] = ACTIONS(3404), + [anon_sym_QMARK_DOT] = ACTIONS(3404), + [anon_sym_POUND_LBRACK] = ACTIONS(3404), + [anon_sym_if] = ACTIONS(3404), + [anon_sym_DOLLARif] = ACTIONS(3404), + [anon_sym_is] = ACTIONS(3404), + [anon_sym_BANGis] = ACTIONS(3404), + [anon_sym_in] = ACTIONS(3404), + [anon_sym_BANGin] = ACTIONS(3404), + [anon_sym_match] = ACTIONS(3404), + [anon_sym_select] = ACTIONS(3404), + [anon_sym_lock] = ACTIONS(3404), + [anon_sym_rlock] = ACTIONS(3404), + [anon_sym_unsafe] = ACTIONS(3404), + [anon_sym_sql] = ACTIONS(3404), + [sym_int_literal] = ACTIONS(3404), + [sym_float_literal] = ACTIONS(3404), + [sym_rune_literal] = ACTIONS(3404), + [sym_pseudo_compile_time_identifier] = ACTIONS(3404), + [anon_sym_shared] = ACTIONS(3404), + [anon_sym_map_LBRACK] = ACTIONS(3404), + [anon_sym_chan] = ACTIONS(3404), + [anon_sym_thread] = ACTIONS(3404), + [anon_sym_atomic] = ACTIONS(3404), + [anon_sym_assert] = ACTIONS(3404), + [anon_sym_defer] = ACTIONS(3404), + [anon_sym_goto] = ACTIONS(3404), + [anon_sym_break] = ACTIONS(3404), + [anon_sym_continue] = ACTIONS(3404), + [anon_sym_return] = ACTIONS(3404), + [anon_sym_DOLLARfor] = ACTIONS(3404), + [anon_sym_for] = ACTIONS(3404), + [anon_sym_POUND] = ACTIONS(3404), + [anon_sym_asm] = ACTIONS(3404), + [anon_sym_AT_LBRACK] = ACTIONS(3404), + [sym___double_quote] = ACTIONS(3404), + [sym___single_quote] = ACTIONS(3404), + [sym___c_double_quote] = ACTIONS(3404), + [sym___c_single_quote] = ACTIONS(3404), + [sym___r_double_quote] = ACTIONS(3404), + [sym___r_single_quote] = ACTIONS(3404), }, [1104] = { [sym_line_comment] = STATE(1104), [sym_block_comment] = STATE(1104), - [ts_builtin_sym_end] = ACTIONS(3365), - [sym_identifier] = ACTIONS(3367), - [anon_sym_LF] = ACTIONS(3367), - [anon_sym_CR] = ACTIONS(3367), - [anon_sym_CR_LF] = ACTIONS(3367), + [ts_builtin_sym_end] = ACTIONS(3147), + [sym_identifier] = ACTIONS(3149), + [anon_sym_LF] = ACTIONS(3149), + [anon_sym_CR] = ACTIONS(3149), + [anon_sym_CR_LF] = ACTIONS(3149), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3367), - [anon_sym_as] = ACTIONS(3367), - [anon_sym_LBRACE] = ACTIONS(3367), - [anon_sym_COMMA] = ACTIONS(3367), - [anon_sym_const] = ACTIONS(3367), - [anon_sym_LPAREN] = ACTIONS(3367), - [anon_sym___global] = ACTIONS(3367), - [anon_sym_type] = ACTIONS(3367), - [anon_sym_PIPE] = ACTIONS(3367), - [anon_sym_fn] = ACTIONS(3367), - [anon_sym_PLUS] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3367), - [anon_sym_STAR] = ACTIONS(3367), - [anon_sym_SLASH] = ACTIONS(3367), - [anon_sym_PERCENT] = ACTIONS(3367), - [anon_sym_LT] = ACTIONS(3367), - [anon_sym_GT] = ACTIONS(3367), - [anon_sym_EQ_EQ] = ACTIONS(3367), - [anon_sym_BANG_EQ] = ACTIONS(3367), - [anon_sym_LT_EQ] = ACTIONS(3367), - [anon_sym_GT_EQ] = ACTIONS(3367), - [anon_sym_LBRACK] = ACTIONS(3365), - [anon_sym_struct] = ACTIONS(3367), - [anon_sym_union] = ACTIONS(3367), - [anon_sym_pub] = ACTIONS(3367), - [anon_sym_mut] = ACTIONS(3367), - [anon_sym_enum] = ACTIONS(3367), - [anon_sym_interface] = ACTIONS(3367), - [anon_sym_PLUS_PLUS] = ACTIONS(3367), - [anon_sym_DASH_DASH] = ACTIONS(3367), - [anon_sym_QMARK] = ACTIONS(3367), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_go] = ACTIONS(3367), - [anon_sym_spawn] = ACTIONS(3367), - [anon_sym_json_DOTdecode] = ACTIONS(3367), - [anon_sym_LBRACK2] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_CARET] = ACTIONS(3367), - [anon_sym_AMP] = ACTIONS(3367), - [anon_sym_LT_DASH] = ACTIONS(3367), - [anon_sym_LT_LT] = ACTIONS(3367), - [anon_sym_GT_GT] = ACTIONS(3367), - [anon_sym_GT_GT_GT] = ACTIONS(3367), - [anon_sym_AMP_CARET] = ACTIONS(3367), - [anon_sym_AMP_AMP] = ACTIONS(3367), - [anon_sym_PIPE_PIPE] = ACTIONS(3367), - [anon_sym_or] = ACTIONS(3367), - [sym_none] = ACTIONS(3367), - [sym_true] = ACTIONS(3367), - [sym_false] = ACTIONS(3367), - [sym_nil] = ACTIONS(3367), - [anon_sym_QMARK_DOT] = ACTIONS(3367), - [anon_sym_POUND_LBRACK] = ACTIONS(3367), - [anon_sym_if] = ACTIONS(3367), - [anon_sym_DOLLARif] = ACTIONS(3367), - [anon_sym_is] = ACTIONS(3367), - [anon_sym_BANGis] = ACTIONS(3367), - [anon_sym_in] = ACTIONS(3367), - [anon_sym_BANGin] = ACTIONS(3367), - [anon_sym_match] = ACTIONS(3367), - [anon_sym_select] = ACTIONS(3367), - [anon_sym_lock] = ACTIONS(3367), - [anon_sym_rlock] = ACTIONS(3367), - [anon_sym_unsafe] = ACTIONS(3367), - [anon_sym_sql] = ACTIONS(3367), - [sym_int_literal] = ACTIONS(3367), - [sym_float_literal] = ACTIONS(3367), - [sym_rune_literal] = ACTIONS(3367), - [sym_pseudo_compile_time_identifier] = ACTIONS(3367), - [anon_sym_shared] = ACTIONS(3367), - [anon_sym_map_LBRACK] = ACTIONS(3367), - [anon_sym_chan] = ACTIONS(3367), - [anon_sym_thread] = ACTIONS(3367), - [anon_sym_atomic] = ACTIONS(3367), - [anon_sym_assert] = ACTIONS(3367), - [anon_sym_defer] = ACTIONS(3367), - [anon_sym_goto] = ACTIONS(3367), - [anon_sym_break] = ACTIONS(3367), - [anon_sym_continue] = ACTIONS(3367), - [anon_sym_return] = ACTIONS(3367), - [anon_sym_DOLLARfor] = ACTIONS(3367), - [anon_sym_for] = ACTIONS(3367), - [anon_sym_POUND] = ACTIONS(3367), - [anon_sym_asm] = ACTIONS(3367), - [anon_sym_AT_LBRACK] = ACTIONS(3367), - [sym___double_quote] = ACTIONS(3367), - [sym___single_quote] = ACTIONS(3367), - [sym___c_double_quote] = ACTIONS(3367), - [sym___c_single_quote] = ACTIONS(3367), - [sym___r_double_quote] = ACTIONS(3367), - [sym___r_single_quote] = ACTIONS(3367), + [anon_sym_DOT] = ACTIONS(3149), + [anon_sym_as] = ACTIONS(3149), + [anon_sym_LBRACE] = ACTIONS(3149), + [anon_sym_COMMA] = ACTIONS(3149), + [anon_sym_const] = ACTIONS(3149), + [anon_sym_LPAREN] = ACTIONS(3149), + [anon_sym___global] = ACTIONS(3149), + [anon_sym_type] = ACTIONS(3149), + [anon_sym_PIPE] = ACTIONS(3149), + [anon_sym_fn] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_SLASH] = ACTIONS(3149), + [anon_sym_PERCENT] = ACTIONS(3149), + [anon_sym_LT] = ACTIONS(3149), + [anon_sym_GT] = ACTIONS(3149), + [anon_sym_EQ_EQ] = ACTIONS(3149), + [anon_sym_BANG_EQ] = ACTIONS(3149), + [anon_sym_LT_EQ] = ACTIONS(3149), + [anon_sym_GT_EQ] = ACTIONS(3149), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3149), + [anon_sym_union] = ACTIONS(3149), + [anon_sym_pub] = ACTIONS(3149), + [anon_sym_mut] = ACTIONS(3149), + [anon_sym_enum] = ACTIONS(3149), + [anon_sym_interface] = ACTIONS(3149), + [anon_sym_PLUS_PLUS] = ACTIONS(3149), + [anon_sym_DASH_DASH] = ACTIONS(3149), + [anon_sym_QMARK] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_go] = ACTIONS(3149), + [anon_sym_spawn] = ACTIONS(3149), + [anon_sym_json_DOTdecode] = ACTIONS(3149), + [anon_sym_LBRACK2] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_CARET] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3149), + [anon_sym_LT_DASH] = ACTIONS(3149), + [anon_sym_LT_LT] = ACTIONS(3149), + [anon_sym_GT_GT] = ACTIONS(3149), + [anon_sym_GT_GT_GT] = ACTIONS(3149), + [anon_sym_AMP_CARET] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_PIPE_PIPE] = ACTIONS(3149), + [anon_sym_or] = ACTIONS(3149), + [sym_none] = ACTIONS(3149), + [sym_true] = ACTIONS(3149), + [sym_false] = ACTIONS(3149), + [sym_nil] = ACTIONS(3149), + [anon_sym_QMARK_DOT] = ACTIONS(3149), + [anon_sym_POUND_LBRACK] = ACTIONS(3149), + [anon_sym_if] = ACTIONS(3149), + [anon_sym_DOLLARif] = ACTIONS(3149), + [anon_sym_is] = ACTIONS(3149), + [anon_sym_BANGis] = ACTIONS(3149), + [anon_sym_in] = ACTIONS(3149), + [anon_sym_BANGin] = ACTIONS(3149), + [anon_sym_match] = ACTIONS(3149), + [anon_sym_select] = ACTIONS(3149), + [anon_sym_lock] = ACTIONS(3149), + [anon_sym_rlock] = ACTIONS(3149), + [anon_sym_unsafe] = ACTIONS(3149), + [anon_sym_sql] = ACTIONS(3149), + [sym_int_literal] = ACTIONS(3149), + [sym_float_literal] = ACTIONS(3149), + [sym_rune_literal] = ACTIONS(3149), + [sym_pseudo_compile_time_identifier] = ACTIONS(3149), + [anon_sym_shared] = ACTIONS(3149), + [anon_sym_map_LBRACK] = ACTIONS(3149), + [anon_sym_chan] = ACTIONS(3149), + [anon_sym_thread] = ACTIONS(3149), + [anon_sym_atomic] = ACTIONS(3149), + [anon_sym_assert] = ACTIONS(3149), + [anon_sym_defer] = ACTIONS(3149), + [anon_sym_goto] = ACTIONS(3149), + [anon_sym_break] = ACTIONS(3149), + [anon_sym_continue] = ACTIONS(3149), + [anon_sym_return] = ACTIONS(3149), + [anon_sym_DOLLARfor] = ACTIONS(3149), + [anon_sym_for] = ACTIONS(3149), + [anon_sym_POUND] = ACTIONS(3149), + [anon_sym_asm] = ACTIONS(3149), + [anon_sym_AT_LBRACK] = ACTIONS(3149), + [sym___double_quote] = ACTIONS(3149), + [sym___single_quote] = ACTIONS(3149), + [sym___c_double_quote] = ACTIONS(3149), + [sym___c_single_quote] = ACTIONS(3149), + [sym___r_double_quote] = ACTIONS(3149), + [sym___r_single_quote] = ACTIONS(3149), }, [1105] = { [sym_line_comment] = STATE(1105), [sym_block_comment] = STATE(1105), - [ts_builtin_sym_end] = ACTIONS(3369), - [sym_identifier] = ACTIONS(3371), - [anon_sym_LF] = ACTIONS(3371), - [anon_sym_CR] = ACTIONS(3371), - [anon_sym_CR_LF] = ACTIONS(3371), + [ts_builtin_sym_end] = ACTIONS(3067), + [sym_identifier] = ACTIONS(3069), + [anon_sym_LF] = ACTIONS(3069), + [anon_sym_CR] = ACTIONS(3069), + [anon_sym_CR_LF] = ACTIONS(3069), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3371), - [anon_sym_as] = ACTIONS(3371), - [anon_sym_LBRACE] = ACTIONS(3371), - [anon_sym_COMMA] = ACTIONS(3371), - [anon_sym_const] = ACTIONS(3371), - [anon_sym_LPAREN] = ACTIONS(3371), - [anon_sym___global] = ACTIONS(3371), - [anon_sym_type] = ACTIONS(3371), - [anon_sym_PIPE] = ACTIONS(3371), - [anon_sym_fn] = ACTIONS(3371), - [anon_sym_PLUS] = ACTIONS(3371), - [anon_sym_DASH] = ACTIONS(3371), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_SLASH] = ACTIONS(3371), - [anon_sym_PERCENT] = ACTIONS(3371), - [anon_sym_LT] = ACTIONS(3371), - [anon_sym_GT] = ACTIONS(3371), - [anon_sym_EQ_EQ] = ACTIONS(3371), - [anon_sym_BANG_EQ] = ACTIONS(3371), - [anon_sym_LT_EQ] = ACTIONS(3371), - [anon_sym_GT_EQ] = ACTIONS(3371), - [anon_sym_LBRACK] = ACTIONS(3369), - [anon_sym_struct] = ACTIONS(3371), - [anon_sym_union] = ACTIONS(3371), - [anon_sym_pub] = ACTIONS(3371), - [anon_sym_mut] = ACTIONS(3371), - [anon_sym_enum] = ACTIONS(3371), - [anon_sym_interface] = ACTIONS(3371), - [anon_sym_PLUS_PLUS] = ACTIONS(3371), - [anon_sym_DASH_DASH] = ACTIONS(3371), - [anon_sym_QMARK] = ACTIONS(3371), - [anon_sym_BANG] = ACTIONS(3371), - [anon_sym_go] = ACTIONS(3371), - [anon_sym_spawn] = ACTIONS(3371), - [anon_sym_json_DOTdecode] = ACTIONS(3371), - [anon_sym_LBRACK2] = ACTIONS(3371), - [anon_sym_TILDE] = ACTIONS(3371), - [anon_sym_CARET] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LT_DASH] = ACTIONS(3371), - [anon_sym_LT_LT] = ACTIONS(3371), - [anon_sym_GT_GT] = ACTIONS(3371), - [anon_sym_GT_GT_GT] = ACTIONS(3371), - [anon_sym_AMP_CARET] = ACTIONS(3371), - [anon_sym_AMP_AMP] = ACTIONS(3371), - [anon_sym_PIPE_PIPE] = ACTIONS(3371), - [anon_sym_or] = ACTIONS(3371), - [sym_none] = ACTIONS(3371), - [sym_true] = ACTIONS(3371), - [sym_false] = ACTIONS(3371), - [sym_nil] = ACTIONS(3371), - [anon_sym_QMARK_DOT] = ACTIONS(3371), - [anon_sym_POUND_LBRACK] = ACTIONS(3371), - [anon_sym_if] = ACTIONS(3371), - [anon_sym_DOLLARif] = ACTIONS(3371), - [anon_sym_is] = ACTIONS(3371), - [anon_sym_BANGis] = ACTIONS(3371), - [anon_sym_in] = ACTIONS(3371), - [anon_sym_BANGin] = ACTIONS(3371), - [anon_sym_match] = ACTIONS(3371), - [anon_sym_select] = ACTIONS(3371), - [anon_sym_lock] = ACTIONS(3371), - [anon_sym_rlock] = ACTIONS(3371), - [anon_sym_unsafe] = ACTIONS(3371), - [anon_sym_sql] = ACTIONS(3371), - [sym_int_literal] = ACTIONS(3371), - [sym_float_literal] = ACTIONS(3371), - [sym_rune_literal] = ACTIONS(3371), - [sym_pseudo_compile_time_identifier] = ACTIONS(3371), - [anon_sym_shared] = ACTIONS(3371), - [anon_sym_map_LBRACK] = ACTIONS(3371), - [anon_sym_chan] = ACTIONS(3371), - [anon_sym_thread] = ACTIONS(3371), - [anon_sym_atomic] = ACTIONS(3371), - [anon_sym_assert] = ACTIONS(3371), - [anon_sym_defer] = ACTIONS(3371), - [anon_sym_goto] = ACTIONS(3371), - [anon_sym_break] = ACTIONS(3371), - [anon_sym_continue] = ACTIONS(3371), - [anon_sym_return] = ACTIONS(3371), - [anon_sym_DOLLARfor] = ACTIONS(3371), - [anon_sym_for] = ACTIONS(3371), - [anon_sym_POUND] = ACTIONS(3371), - [anon_sym_asm] = ACTIONS(3371), - [anon_sym_AT_LBRACK] = ACTIONS(3371), - [sym___double_quote] = ACTIONS(3371), - [sym___single_quote] = ACTIONS(3371), - [sym___c_double_quote] = ACTIONS(3371), - [sym___c_single_quote] = ACTIONS(3371), - [sym___r_double_quote] = ACTIONS(3371), - [sym___r_single_quote] = ACTIONS(3371), + [anon_sym_DOT] = ACTIONS(3069), + [anon_sym_as] = ACTIONS(3069), + [anon_sym_LBRACE] = ACTIONS(3069), + [anon_sym_COMMA] = ACTIONS(3069), + [anon_sym_const] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(3069), + [anon_sym___global] = ACTIONS(3069), + [anon_sym_type] = ACTIONS(3069), + [anon_sym_PIPE] = ACTIONS(3069), + [anon_sym_fn] = ACTIONS(3069), + [anon_sym_PLUS] = ACTIONS(3069), + [anon_sym_DASH] = ACTIONS(3069), + [anon_sym_STAR] = ACTIONS(3069), + [anon_sym_SLASH] = ACTIONS(3069), + [anon_sym_PERCENT] = ACTIONS(3069), + [anon_sym_LT] = ACTIONS(3069), + [anon_sym_GT] = ACTIONS(3069), + [anon_sym_EQ_EQ] = ACTIONS(3069), + [anon_sym_BANG_EQ] = ACTIONS(3069), + [anon_sym_LT_EQ] = ACTIONS(3069), + [anon_sym_GT_EQ] = ACTIONS(3069), + [anon_sym_LBRACK] = ACTIONS(3067), + [anon_sym_struct] = ACTIONS(3069), + [anon_sym_union] = ACTIONS(3069), + [anon_sym_pub] = ACTIONS(3069), + [anon_sym_mut] = ACTIONS(3069), + [anon_sym_enum] = ACTIONS(3069), + [anon_sym_interface] = ACTIONS(3069), + [anon_sym_PLUS_PLUS] = ACTIONS(3069), + [anon_sym_DASH_DASH] = ACTIONS(3069), + [anon_sym_QMARK] = ACTIONS(3069), + [anon_sym_BANG] = ACTIONS(3069), + [anon_sym_go] = ACTIONS(3069), + [anon_sym_spawn] = ACTIONS(3069), + [anon_sym_json_DOTdecode] = ACTIONS(3069), + [anon_sym_LBRACK2] = ACTIONS(3069), + [anon_sym_TILDE] = ACTIONS(3069), + [anon_sym_CARET] = ACTIONS(3069), + [anon_sym_AMP] = ACTIONS(3069), + [anon_sym_LT_DASH] = ACTIONS(3069), + [anon_sym_LT_LT] = ACTIONS(3069), + [anon_sym_GT_GT] = ACTIONS(3069), + [anon_sym_GT_GT_GT] = ACTIONS(3069), + [anon_sym_AMP_CARET] = ACTIONS(3069), + [anon_sym_AMP_AMP] = ACTIONS(3069), + [anon_sym_PIPE_PIPE] = ACTIONS(3069), + [anon_sym_or] = ACTIONS(3069), + [sym_none] = ACTIONS(3069), + [sym_true] = ACTIONS(3069), + [sym_false] = ACTIONS(3069), + [sym_nil] = ACTIONS(3069), + [anon_sym_QMARK_DOT] = ACTIONS(3069), + [anon_sym_POUND_LBRACK] = ACTIONS(3069), + [anon_sym_if] = ACTIONS(3069), + [anon_sym_DOLLARif] = ACTIONS(3069), + [anon_sym_is] = ACTIONS(3069), + [anon_sym_BANGis] = ACTIONS(3069), + [anon_sym_in] = ACTIONS(3069), + [anon_sym_BANGin] = ACTIONS(3069), + [anon_sym_match] = ACTIONS(3069), + [anon_sym_select] = ACTIONS(3069), + [anon_sym_lock] = ACTIONS(3069), + [anon_sym_rlock] = ACTIONS(3069), + [anon_sym_unsafe] = ACTIONS(3069), + [anon_sym_sql] = ACTIONS(3069), + [sym_int_literal] = ACTIONS(3069), + [sym_float_literal] = ACTIONS(3069), + [sym_rune_literal] = ACTIONS(3069), + [sym_pseudo_compile_time_identifier] = ACTIONS(3069), + [anon_sym_shared] = ACTIONS(3069), + [anon_sym_map_LBRACK] = ACTIONS(3069), + [anon_sym_chan] = ACTIONS(3069), + [anon_sym_thread] = ACTIONS(3069), + [anon_sym_atomic] = ACTIONS(3069), + [anon_sym_assert] = ACTIONS(3069), + [anon_sym_defer] = ACTIONS(3069), + [anon_sym_goto] = ACTIONS(3069), + [anon_sym_break] = ACTIONS(3069), + [anon_sym_continue] = ACTIONS(3069), + [anon_sym_return] = ACTIONS(3069), + [anon_sym_DOLLARfor] = ACTIONS(3069), + [anon_sym_for] = ACTIONS(3069), + [anon_sym_POUND] = ACTIONS(3069), + [anon_sym_asm] = ACTIONS(3069), + [anon_sym_AT_LBRACK] = ACTIONS(3069), + [sym___double_quote] = ACTIONS(3069), + [sym___single_quote] = ACTIONS(3069), + [sym___c_double_quote] = ACTIONS(3069), + [sym___c_single_quote] = ACTIONS(3069), + [sym___r_double_quote] = ACTIONS(3069), + [sym___r_single_quote] = ACTIONS(3069), }, [1106] = { [sym_line_comment] = STATE(1106), [sym_block_comment] = STATE(1106), - [ts_builtin_sym_end] = ACTIONS(3373), - [sym_identifier] = ACTIONS(3375), - [anon_sym_LF] = ACTIONS(3375), - [anon_sym_CR] = ACTIONS(3375), - [anon_sym_CR_LF] = ACTIONS(3375), + [ts_builtin_sym_end] = ACTIONS(3211), + [sym_identifier] = ACTIONS(3213), + [anon_sym_LF] = ACTIONS(3213), + [anon_sym_CR] = ACTIONS(3213), + [anon_sym_CR_LF] = ACTIONS(3213), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3375), - [anon_sym_as] = ACTIONS(3375), - [anon_sym_LBRACE] = ACTIONS(3375), - [anon_sym_COMMA] = ACTIONS(3375), - [anon_sym_const] = ACTIONS(3375), - [anon_sym_LPAREN] = ACTIONS(3375), - [anon_sym___global] = ACTIONS(3375), - [anon_sym_type] = ACTIONS(3375), - [anon_sym_PIPE] = ACTIONS(3375), - [anon_sym_fn] = ACTIONS(3375), - [anon_sym_PLUS] = ACTIONS(3375), - [anon_sym_DASH] = ACTIONS(3375), - [anon_sym_STAR] = ACTIONS(3375), - [anon_sym_SLASH] = ACTIONS(3375), - [anon_sym_PERCENT] = ACTIONS(3375), - [anon_sym_LT] = ACTIONS(3375), - [anon_sym_GT] = ACTIONS(3375), - [anon_sym_EQ_EQ] = ACTIONS(3375), - [anon_sym_BANG_EQ] = ACTIONS(3375), - [anon_sym_LT_EQ] = ACTIONS(3375), - [anon_sym_GT_EQ] = ACTIONS(3375), - [anon_sym_LBRACK] = ACTIONS(3373), - [anon_sym_struct] = ACTIONS(3375), - [anon_sym_union] = ACTIONS(3375), - [anon_sym_pub] = ACTIONS(3375), - [anon_sym_mut] = ACTIONS(3375), - [anon_sym_enum] = ACTIONS(3375), - [anon_sym_interface] = ACTIONS(3375), - [anon_sym_PLUS_PLUS] = ACTIONS(3375), - [anon_sym_DASH_DASH] = ACTIONS(3375), - [anon_sym_QMARK] = ACTIONS(3375), - [anon_sym_BANG] = ACTIONS(3375), - [anon_sym_go] = ACTIONS(3375), - [anon_sym_spawn] = ACTIONS(3375), - [anon_sym_json_DOTdecode] = ACTIONS(3375), - [anon_sym_LBRACK2] = ACTIONS(3375), - [anon_sym_TILDE] = ACTIONS(3375), - [anon_sym_CARET] = ACTIONS(3375), - [anon_sym_AMP] = ACTIONS(3375), - [anon_sym_LT_DASH] = ACTIONS(3375), - [anon_sym_LT_LT] = ACTIONS(3375), - [anon_sym_GT_GT] = ACTIONS(3375), - [anon_sym_GT_GT_GT] = ACTIONS(3375), - [anon_sym_AMP_CARET] = ACTIONS(3375), - [anon_sym_AMP_AMP] = ACTIONS(3375), - [anon_sym_PIPE_PIPE] = ACTIONS(3375), - [anon_sym_or] = ACTIONS(3375), - [sym_none] = ACTIONS(3375), - [sym_true] = ACTIONS(3375), - [sym_false] = ACTIONS(3375), - [sym_nil] = ACTIONS(3375), - [anon_sym_QMARK_DOT] = ACTIONS(3375), - [anon_sym_POUND_LBRACK] = ACTIONS(3375), - [anon_sym_if] = ACTIONS(3375), - [anon_sym_DOLLARif] = ACTIONS(3375), - [anon_sym_is] = ACTIONS(3375), - [anon_sym_BANGis] = ACTIONS(3375), - [anon_sym_in] = ACTIONS(3375), - [anon_sym_BANGin] = ACTIONS(3375), - [anon_sym_match] = ACTIONS(3375), - [anon_sym_select] = ACTIONS(3375), - [anon_sym_lock] = ACTIONS(3375), - [anon_sym_rlock] = ACTIONS(3375), - [anon_sym_unsafe] = ACTIONS(3375), - [anon_sym_sql] = ACTIONS(3375), - [sym_int_literal] = ACTIONS(3375), - [sym_float_literal] = ACTIONS(3375), - [sym_rune_literal] = ACTIONS(3375), - [sym_pseudo_compile_time_identifier] = ACTIONS(3375), - [anon_sym_shared] = ACTIONS(3375), - [anon_sym_map_LBRACK] = ACTIONS(3375), - [anon_sym_chan] = ACTIONS(3375), - [anon_sym_thread] = ACTIONS(3375), - [anon_sym_atomic] = ACTIONS(3375), - [anon_sym_assert] = ACTIONS(3375), - [anon_sym_defer] = ACTIONS(3375), - [anon_sym_goto] = ACTIONS(3375), - [anon_sym_break] = ACTIONS(3375), - [anon_sym_continue] = ACTIONS(3375), - [anon_sym_return] = ACTIONS(3375), - [anon_sym_DOLLARfor] = ACTIONS(3375), - [anon_sym_for] = ACTIONS(3375), - [anon_sym_POUND] = ACTIONS(3375), - [anon_sym_asm] = ACTIONS(3375), - [anon_sym_AT_LBRACK] = ACTIONS(3375), - [sym___double_quote] = ACTIONS(3375), - [sym___single_quote] = ACTIONS(3375), - [sym___c_double_quote] = ACTIONS(3375), - [sym___c_single_quote] = ACTIONS(3375), - [sym___r_double_quote] = ACTIONS(3375), - [sym___r_single_quote] = ACTIONS(3375), + [anon_sym_DOT] = ACTIONS(3213), + [anon_sym_as] = ACTIONS(3213), + [anon_sym_LBRACE] = ACTIONS(3213), + [anon_sym_COMMA] = ACTIONS(3213), + [anon_sym_const] = ACTIONS(3213), + [anon_sym_LPAREN] = ACTIONS(3213), + [anon_sym___global] = ACTIONS(3213), + [anon_sym_type] = ACTIONS(3213), + [anon_sym_PIPE] = ACTIONS(3213), + [anon_sym_fn] = ACTIONS(3213), + [anon_sym_PLUS] = ACTIONS(3213), + [anon_sym_DASH] = ACTIONS(3213), + [anon_sym_STAR] = ACTIONS(3213), + [anon_sym_SLASH] = ACTIONS(3213), + [anon_sym_PERCENT] = ACTIONS(3213), + [anon_sym_LT] = ACTIONS(3213), + [anon_sym_GT] = ACTIONS(3213), + [anon_sym_EQ_EQ] = ACTIONS(3213), + [anon_sym_BANG_EQ] = ACTIONS(3213), + [anon_sym_LT_EQ] = ACTIONS(3213), + [anon_sym_GT_EQ] = ACTIONS(3213), + [anon_sym_LBRACK] = ACTIONS(3211), + [anon_sym_struct] = ACTIONS(3213), + [anon_sym_union] = ACTIONS(3213), + [anon_sym_pub] = ACTIONS(3213), + [anon_sym_mut] = ACTIONS(3213), + [anon_sym_enum] = ACTIONS(3213), + [anon_sym_interface] = ACTIONS(3213), + [anon_sym_PLUS_PLUS] = ACTIONS(3213), + [anon_sym_DASH_DASH] = ACTIONS(3213), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_BANG] = ACTIONS(3213), + [anon_sym_go] = ACTIONS(3213), + [anon_sym_spawn] = ACTIONS(3213), + [anon_sym_json_DOTdecode] = ACTIONS(3213), + [anon_sym_LBRACK2] = ACTIONS(3213), + [anon_sym_TILDE] = ACTIONS(3213), + [anon_sym_CARET] = ACTIONS(3213), + [anon_sym_AMP] = ACTIONS(3213), + [anon_sym_LT_DASH] = ACTIONS(3213), + [anon_sym_LT_LT] = ACTIONS(3213), + [anon_sym_GT_GT] = ACTIONS(3213), + [anon_sym_GT_GT_GT] = ACTIONS(3213), + [anon_sym_AMP_CARET] = ACTIONS(3213), + [anon_sym_AMP_AMP] = ACTIONS(3213), + [anon_sym_PIPE_PIPE] = ACTIONS(3213), + [anon_sym_or] = ACTIONS(3213), + [sym_none] = ACTIONS(3213), + [sym_true] = ACTIONS(3213), + [sym_false] = ACTIONS(3213), + [sym_nil] = ACTIONS(3213), + [anon_sym_QMARK_DOT] = ACTIONS(3213), + [anon_sym_POUND_LBRACK] = ACTIONS(3213), + [anon_sym_if] = ACTIONS(3213), + [anon_sym_DOLLARif] = ACTIONS(3213), + [anon_sym_is] = ACTIONS(3213), + [anon_sym_BANGis] = ACTIONS(3213), + [anon_sym_in] = ACTIONS(3213), + [anon_sym_BANGin] = ACTIONS(3213), + [anon_sym_match] = ACTIONS(3213), + [anon_sym_select] = ACTIONS(3213), + [anon_sym_lock] = ACTIONS(3213), + [anon_sym_rlock] = ACTIONS(3213), + [anon_sym_unsafe] = ACTIONS(3213), + [anon_sym_sql] = ACTIONS(3213), + [sym_int_literal] = ACTIONS(3213), + [sym_float_literal] = ACTIONS(3213), + [sym_rune_literal] = ACTIONS(3213), + [sym_pseudo_compile_time_identifier] = ACTIONS(3213), + [anon_sym_shared] = ACTIONS(3213), + [anon_sym_map_LBRACK] = ACTIONS(3213), + [anon_sym_chan] = ACTIONS(3213), + [anon_sym_thread] = ACTIONS(3213), + [anon_sym_atomic] = ACTIONS(3213), + [anon_sym_assert] = ACTIONS(3213), + [anon_sym_defer] = ACTIONS(3213), + [anon_sym_goto] = ACTIONS(3213), + [anon_sym_break] = ACTIONS(3213), + [anon_sym_continue] = ACTIONS(3213), + [anon_sym_return] = ACTIONS(3213), + [anon_sym_DOLLARfor] = ACTIONS(3213), + [anon_sym_for] = ACTIONS(3213), + [anon_sym_POUND] = ACTIONS(3213), + [anon_sym_asm] = ACTIONS(3213), + [anon_sym_AT_LBRACK] = ACTIONS(3213), + [sym___double_quote] = ACTIONS(3213), + [sym___single_quote] = ACTIONS(3213), + [sym___c_double_quote] = ACTIONS(3213), + [sym___c_single_quote] = ACTIONS(3213), + [sym___r_double_quote] = ACTIONS(3213), + [sym___r_single_quote] = ACTIONS(3213), }, [1107] = { [sym_line_comment] = STATE(1107), [sym_block_comment] = STATE(1107), - [ts_builtin_sym_end] = ACTIONS(3277), - [sym_identifier] = ACTIONS(3279), - [anon_sym_LF] = ACTIONS(3279), - [anon_sym_CR] = ACTIONS(3279), - [anon_sym_CR_LF] = ACTIONS(3279), + [ts_builtin_sym_end] = ACTIONS(3215), + [sym_identifier] = ACTIONS(3217), + [anon_sym_LF] = ACTIONS(3217), + [anon_sym_CR] = ACTIONS(3217), + [anon_sym_CR_LF] = ACTIONS(3217), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3279), - [anon_sym_as] = ACTIONS(3279), - [anon_sym_LBRACE] = ACTIONS(3279), - [anon_sym_COMMA] = ACTIONS(3279), - [anon_sym_const] = ACTIONS(3279), - [anon_sym_LPAREN] = ACTIONS(3279), - [anon_sym___global] = ACTIONS(3279), - [anon_sym_type] = ACTIONS(3279), - [anon_sym_PIPE] = ACTIONS(3279), - [anon_sym_fn] = ACTIONS(3279), - [anon_sym_PLUS] = ACTIONS(3279), - [anon_sym_DASH] = ACTIONS(3279), - [anon_sym_STAR] = ACTIONS(3279), - [anon_sym_SLASH] = ACTIONS(3279), - [anon_sym_PERCENT] = ACTIONS(3279), - [anon_sym_LT] = ACTIONS(3279), - [anon_sym_GT] = ACTIONS(3279), - [anon_sym_EQ_EQ] = ACTIONS(3279), - [anon_sym_BANG_EQ] = ACTIONS(3279), - [anon_sym_LT_EQ] = ACTIONS(3279), - [anon_sym_GT_EQ] = ACTIONS(3279), - [anon_sym_LBRACK] = ACTIONS(3277), - [anon_sym_struct] = ACTIONS(3279), - [anon_sym_union] = ACTIONS(3279), - [anon_sym_pub] = ACTIONS(3279), - [anon_sym_mut] = ACTIONS(3279), - [anon_sym_enum] = ACTIONS(3279), - [anon_sym_interface] = ACTIONS(3279), - [anon_sym_PLUS_PLUS] = ACTIONS(3279), - [anon_sym_DASH_DASH] = ACTIONS(3279), - [anon_sym_QMARK] = ACTIONS(3279), - [anon_sym_BANG] = ACTIONS(3279), - [anon_sym_go] = ACTIONS(3279), - [anon_sym_spawn] = ACTIONS(3279), - [anon_sym_json_DOTdecode] = ACTIONS(3279), - [anon_sym_LBRACK2] = ACTIONS(3279), - [anon_sym_TILDE] = ACTIONS(3279), - [anon_sym_CARET] = ACTIONS(3279), - [anon_sym_AMP] = ACTIONS(3279), - [anon_sym_LT_DASH] = ACTIONS(3279), - [anon_sym_LT_LT] = ACTIONS(3279), - [anon_sym_GT_GT] = ACTIONS(3279), - [anon_sym_GT_GT_GT] = ACTIONS(3279), - [anon_sym_AMP_CARET] = ACTIONS(3279), - [anon_sym_AMP_AMP] = ACTIONS(3279), - [anon_sym_PIPE_PIPE] = ACTIONS(3279), - [anon_sym_or] = ACTIONS(3279), - [sym_none] = ACTIONS(3279), - [sym_true] = ACTIONS(3279), - [sym_false] = ACTIONS(3279), - [sym_nil] = ACTIONS(3279), - [anon_sym_QMARK_DOT] = ACTIONS(3279), - [anon_sym_POUND_LBRACK] = ACTIONS(3279), - [anon_sym_if] = ACTIONS(3279), - [anon_sym_DOLLARif] = ACTIONS(3279), - [anon_sym_is] = ACTIONS(3279), - [anon_sym_BANGis] = ACTIONS(3279), - [anon_sym_in] = ACTIONS(3279), - [anon_sym_BANGin] = ACTIONS(3279), - [anon_sym_match] = ACTIONS(3279), - [anon_sym_select] = ACTIONS(3279), - [anon_sym_lock] = ACTIONS(3279), - [anon_sym_rlock] = ACTIONS(3279), - [anon_sym_unsafe] = ACTIONS(3279), - [anon_sym_sql] = ACTIONS(3279), - [sym_int_literal] = ACTIONS(3279), - [sym_float_literal] = ACTIONS(3279), - [sym_rune_literal] = ACTIONS(3279), - [sym_pseudo_compile_time_identifier] = ACTIONS(3279), - [anon_sym_shared] = ACTIONS(3279), - [anon_sym_map_LBRACK] = ACTIONS(3279), - [anon_sym_chan] = ACTIONS(3279), - [anon_sym_thread] = ACTIONS(3279), - [anon_sym_atomic] = ACTIONS(3279), - [anon_sym_assert] = ACTIONS(3279), - [anon_sym_defer] = ACTIONS(3279), - [anon_sym_goto] = ACTIONS(3279), - [anon_sym_break] = ACTIONS(3279), - [anon_sym_continue] = ACTIONS(3279), - [anon_sym_return] = ACTIONS(3279), - [anon_sym_DOLLARfor] = ACTIONS(3279), - [anon_sym_for] = ACTIONS(3279), - [anon_sym_POUND] = ACTIONS(3279), - [anon_sym_asm] = ACTIONS(3279), - [anon_sym_AT_LBRACK] = ACTIONS(3279), - [sym___double_quote] = ACTIONS(3279), - [sym___single_quote] = ACTIONS(3279), - [sym___c_double_quote] = ACTIONS(3279), - [sym___c_single_quote] = ACTIONS(3279), - [sym___r_double_quote] = ACTIONS(3279), - [sym___r_single_quote] = ACTIONS(3279), + [anon_sym_DOT] = ACTIONS(3217), + [anon_sym_as] = ACTIONS(3217), + [anon_sym_LBRACE] = ACTIONS(3217), + [anon_sym_COMMA] = ACTIONS(3217), + [anon_sym_const] = ACTIONS(3217), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym___global] = ACTIONS(3217), + [anon_sym_type] = ACTIONS(3217), + [anon_sym_PIPE] = ACTIONS(3217), + [anon_sym_fn] = ACTIONS(3217), + [anon_sym_PLUS] = ACTIONS(3217), + [anon_sym_DASH] = ACTIONS(3217), + [anon_sym_STAR] = ACTIONS(3217), + [anon_sym_SLASH] = ACTIONS(3217), + [anon_sym_PERCENT] = ACTIONS(3217), + [anon_sym_LT] = ACTIONS(3217), + [anon_sym_GT] = ACTIONS(3217), + [anon_sym_EQ_EQ] = ACTIONS(3217), + [anon_sym_BANG_EQ] = ACTIONS(3217), + [anon_sym_LT_EQ] = ACTIONS(3217), + [anon_sym_GT_EQ] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3215), + [anon_sym_struct] = ACTIONS(3217), + [anon_sym_union] = ACTIONS(3217), + [anon_sym_pub] = ACTIONS(3217), + [anon_sym_mut] = ACTIONS(3217), + [anon_sym_enum] = ACTIONS(3217), + [anon_sym_interface] = ACTIONS(3217), + [anon_sym_PLUS_PLUS] = ACTIONS(3217), + [anon_sym_DASH_DASH] = ACTIONS(3217), + [anon_sym_QMARK] = ACTIONS(3217), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_go] = ACTIONS(3217), + [anon_sym_spawn] = ACTIONS(3217), + [anon_sym_json_DOTdecode] = ACTIONS(3217), + [anon_sym_LBRACK2] = ACTIONS(3217), + [anon_sym_TILDE] = ACTIONS(3217), + [anon_sym_CARET] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3217), + [anon_sym_LT_DASH] = ACTIONS(3217), + [anon_sym_LT_LT] = ACTIONS(3217), + [anon_sym_GT_GT] = ACTIONS(3217), + [anon_sym_GT_GT_GT] = ACTIONS(3217), + [anon_sym_AMP_CARET] = ACTIONS(3217), + [anon_sym_AMP_AMP] = ACTIONS(3217), + [anon_sym_PIPE_PIPE] = ACTIONS(3217), + [anon_sym_or] = ACTIONS(3217), + [sym_none] = ACTIONS(3217), + [sym_true] = ACTIONS(3217), + [sym_false] = ACTIONS(3217), + [sym_nil] = ACTIONS(3217), + [anon_sym_QMARK_DOT] = ACTIONS(3217), + [anon_sym_POUND_LBRACK] = ACTIONS(3217), + [anon_sym_if] = ACTIONS(3217), + [anon_sym_DOLLARif] = ACTIONS(3217), + [anon_sym_is] = ACTIONS(3217), + [anon_sym_BANGis] = ACTIONS(3217), + [anon_sym_in] = ACTIONS(3217), + [anon_sym_BANGin] = ACTIONS(3217), + [anon_sym_match] = ACTIONS(3217), + [anon_sym_select] = ACTIONS(3217), + [anon_sym_lock] = ACTIONS(3217), + [anon_sym_rlock] = ACTIONS(3217), + [anon_sym_unsafe] = ACTIONS(3217), + [anon_sym_sql] = ACTIONS(3217), + [sym_int_literal] = ACTIONS(3217), + [sym_float_literal] = ACTIONS(3217), + [sym_rune_literal] = ACTIONS(3217), + [sym_pseudo_compile_time_identifier] = ACTIONS(3217), + [anon_sym_shared] = ACTIONS(3217), + [anon_sym_map_LBRACK] = ACTIONS(3217), + [anon_sym_chan] = ACTIONS(3217), + [anon_sym_thread] = ACTIONS(3217), + [anon_sym_atomic] = ACTIONS(3217), + [anon_sym_assert] = ACTIONS(3217), + [anon_sym_defer] = ACTIONS(3217), + [anon_sym_goto] = ACTIONS(3217), + [anon_sym_break] = ACTIONS(3217), + [anon_sym_continue] = ACTIONS(3217), + [anon_sym_return] = ACTIONS(3217), + [anon_sym_DOLLARfor] = ACTIONS(3217), + [anon_sym_for] = ACTIONS(3217), + [anon_sym_POUND] = ACTIONS(3217), + [anon_sym_asm] = ACTIONS(3217), + [anon_sym_AT_LBRACK] = ACTIONS(3217), + [sym___double_quote] = ACTIONS(3217), + [sym___single_quote] = ACTIONS(3217), + [sym___c_double_quote] = ACTIONS(3217), + [sym___c_single_quote] = ACTIONS(3217), + [sym___r_double_quote] = ACTIONS(3217), + [sym___r_single_quote] = ACTIONS(3217), }, [1108] = { [sym_line_comment] = STATE(1108), [sym_block_comment] = STATE(1108), - [ts_builtin_sym_end] = ACTIONS(2937), - [sym_identifier] = ACTIONS(2939), - [anon_sym_LF] = ACTIONS(2939), - [anon_sym_CR] = ACTIONS(2939), - [anon_sym_CR_LF] = ACTIONS(2939), + [ts_builtin_sym_end] = ACTIONS(3375), + [sym_identifier] = ACTIONS(3377), + [anon_sym_LF] = ACTIONS(3377), + [anon_sym_CR] = ACTIONS(3377), + [anon_sym_CR_LF] = ACTIONS(3377), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2939), - [anon_sym_as] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2939), - [anon_sym_COMMA] = ACTIONS(2939), - [anon_sym_const] = ACTIONS(2939), - [anon_sym_LPAREN] = ACTIONS(2939), - [anon_sym___global] = ACTIONS(2939), - [anon_sym_type] = ACTIONS(2939), - [anon_sym_PIPE] = ACTIONS(2939), - [anon_sym_fn] = ACTIONS(2939), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_STAR] = ACTIONS(2939), - [anon_sym_SLASH] = ACTIONS(2939), - [anon_sym_PERCENT] = ACTIONS(2939), - [anon_sym_LT] = ACTIONS(2939), - [anon_sym_GT] = ACTIONS(2939), - [anon_sym_EQ_EQ] = ACTIONS(2939), - [anon_sym_BANG_EQ] = ACTIONS(2939), - [anon_sym_LT_EQ] = ACTIONS(2939), - [anon_sym_GT_EQ] = ACTIONS(2939), - [anon_sym_LBRACK] = ACTIONS(2937), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_union] = ACTIONS(2939), - [anon_sym_pub] = ACTIONS(2939), - [anon_sym_mut] = ACTIONS(2939), - [anon_sym_enum] = ACTIONS(2939), - [anon_sym_interface] = ACTIONS(2939), - [anon_sym_PLUS_PLUS] = ACTIONS(2939), - [anon_sym_DASH_DASH] = ACTIONS(2939), - [anon_sym_QMARK] = ACTIONS(2939), - [anon_sym_BANG] = ACTIONS(2939), - [anon_sym_go] = ACTIONS(2939), - [anon_sym_spawn] = ACTIONS(2939), - [anon_sym_json_DOTdecode] = ACTIONS(2939), - [anon_sym_LBRACK2] = ACTIONS(2939), - [anon_sym_TILDE] = ACTIONS(2939), - [anon_sym_CARET] = ACTIONS(2939), - [anon_sym_AMP] = ACTIONS(2939), - [anon_sym_LT_DASH] = ACTIONS(2939), - [anon_sym_LT_LT] = ACTIONS(2939), - [anon_sym_GT_GT] = ACTIONS(2939), - [anon_sym_GT_GT_GT] = ACTIONS(2939), - [anon_sym_AMP_CARET] = ACTIONS(2939), - [anon_sym_AMP_AMP] = ACTIONS(2939), - [anon_sym_PIPE_PIPE] = ACTIONS(2939), - [anon_sym_or] = ACTIONS(2939), - [sym_none] = ACTIONS(2939), - [sym_true] = ACTIONS(2939), - [sym_false] = ACTIONS(2939), - [sym_nil] = ACTIONS(2939), - [anon_sym_QMARK_DOT] = ACTIONS(2939), - [anon_sym_POUND_LBRACK] = ACTIONS(2939), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_DOLLARif] = ACTIONS(2939), - [anon_sym_is] = ACTIONS(2939), - [anon_sym_BANGis] = ACTIONS(2939), - [anon_sym_in] = ACTIONS(2939), - [anon_sym_BANGin] = ACTIONS(2939), - [anon_sym_match] = ACTIONS(2939), - [anon_sym_select] = ACTIONS(2939), - [anon_sym_lock] = ACTIONS(2939), - [anon_sym_rlock] = ACTIONS(2939), - [anon_sym_unsafe] = ACTIONS(2939), - [anon_sym_sql] = ACTIONS(2939), - [sym_int_literal] = ACTIONS(2939), - [sym_float_literal] = ACTIONS(2939), - [sym_rune_literal] = ACTIONS(2939), - [sym_pseudo_compile_time_identifier] = ACTIONS(2939), - [anon_sym_shared] = ACTIONS(2939), - [anon_sym_map_LBRACK] = ACTIONS(2939), - [anon_sym_chan] = ACTIONS(2939), - [anon_sym_thread] = ACTIONS(2939), - [anon_sym_atomic] = ACTIONS(2939), - [anon_sym_assert] = ACTIONS(2939), - [anon_sym_defer] = ACTIONS(2939), - [anon_sym_goto] = ACTIONS(2939), - [anon_sym_break] = ACTIONS(2939), - [anon_sym_continue] = ACTIONS(2939), - [anon_sym_return] = ACTIONS(2939), - [anon_sym_DOLLARfor] = ACTIONS(2939), - [anon_sym_for] = ACTIONS(2939), - [anon_sym_POUND] = ACTIONS(2939), - [anon_sym_asm] = ACTIONS(2939), - [anon_sym_AT_LBRACK] = ACTIONS(2939), - [sym___double_quote] = ACTIONS(2939), - [sym___single_quote] = ACTIONS(2939), - [sym___c_double_quote] = ACTIONS(2939), - [sym___c_single_quote] = ACTIONS(2939), - [sym___r_double_quote] = ACTIONS(2939), - [sym___r_single_quote] = ACTIONS(2939), + [anon_sym_DOT] = ACTIONS(3399), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3377), + [anon_sym_COMMA] = ACTIONS(3377), + [anon_sym_const] = ACTIONS(3377), + [anon_sym_LPAREN] = ACTIONS(3377), + [anon_sym___global] = ACTIONS(3377), + [anon_sym_type] = ACTIONS(3377), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3377), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3377), + [anon_sym_BANG_EQ] = ACTIONS(3377), + [anon_sym_LT_EQ] = ACTIONS(3377), + [anon_sym_GT_EQ] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_union] = ACTIONS(3377), + [anon_sym_pub] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_enum] = ACTIONS(3377), + [anon_sym_interface] = ACTIONS(3377), + [anon_sym_PLUS_PLUS] = ACTIONS(3377), + [anon_sym_DASH_DASH] = ACTIONS(3377), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3377), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3377), + [anon_sym_CARET] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3377), + [anon_sym_LT_LT] = ACTIONS(3377), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3377), + [anon_sym_AMP_CARET] = ACTIONS(3377), + [anon_sym_AMP_AMP] = ACTIONS(3377), + [anon_sym_PIPE_PIPE] = ACTIONS(3377), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3377), + [anon_sym_POUND_LBRACK] = ACTIONS(3377), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3377), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3377), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3377), + [sym_rune_literal] = ACTIONS(3377), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3377), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [anon_sym_assert] = ACTIONS(3377), + [anon_sym_defer] = ACTIONS(3377), + [anon_sym_goto] = ACTIONS(3377), + [anon_sym_break] = ACTIONS(3377), + [anon_sym_continue] = ACTIONS(3377), + [anon_sym_return] = ACTIONS(3377), + [anon_sym_DOLLARfor] = ACTIONS(3377), + [anon_sym_for] = ACTIONS(3377), + [anon_sym_POUND] = ACTIONS(3377), + [anon_sym_asm] = ACTIONS(3377), + [anon_sym_AT_LBRACK] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3377), + [sym___single_quote] = ACTIONS(3377), + [sym___c_double_quote] = ACTIONS(3377), + [sym___c_single_quote] = ACTIONS(3377), + [sym___r_double_quote] = ACTIONS(3377), + [sym___r_single_quote] = ACTIONS(3377), }, [1109] = { [sym_line_comment] = STATE(1109), [sym_block_comment] = STATE(1109), - [ts_builtin_sym_end] = ACTIONS(3249), - [sym_identifier] = ACTIONS(3251), - [anon_sym_LF] = ACTIONS(3251), - [anon_sym_CR] = ACTIONS(3251), - [anon_sym_CR_LF] = ACTIONS(3251), + [ts_builtin_sym_end] = ACTIONS(3414), + [sym_identifier] = ACTIONS(3416), + [anon_sym_LF] = ACTIONS(3416), + [anon_sym_CR] = ACTIONS(3416), + [anon_sym_CR_LF] = ACTIONS(3416), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3251), - [anon_sym_as] = ACTIONS(3251), - [anon_sym_LBRACE] = ACTIONS(3251), - [anon_sym_COMMA] = ACTIONS(3251), - [anon_sym_const] = ACTIONS(3251), - [anon_sym_LPAREN] = ACTIONS(3251), - [anon_sym___global] = ACTIONS(3251), - [anon_sym_type] = ACTIONS(3251), - [anon_sym_PIPE] = ACTIONS(3251), - [anon_sym_fn] = ACTIONS(3251), - [anon_sym_PLUS] = ACTIONS(3251), - [anon_sym_DASH] = ACTIONS(3251), - [anon_sym_STAR] = ACTIONS(3251), - [anon_sym_SLASH] = ACTIONS(3251), - [anon_sym_PERCENT] = ACTIONS(3251), - [anon_sym_LT] = ACTIONS(3251), - [anon_sym_GT] = ACTIONS(3251), - [anon_sym_EQ_EQ] = ACTIONS(3251), - [anon_sym_BANG_EQ] = ACTIONS(3251), - [anon_sym_LT_EQ] = ACTIONS(3251), - [anon_sym_GT_EQ] = ACTIONS(3251), - [anon_sym_LBRACK] = ACTIONS(3249), - [anon_sym_struct] = ACTIONS(3251), - [anon_sym_union] = ACTIONS(3251), - [anon_sym_pub] = ACTIONS(3251), - [anon_sym_mut] = ACTIONS(3251), - [anon_sym_enum] = ACTIONS(3251), - [anon_sym_interface] = ACTIONS(3251), - [anon_sym_PLUS_PLUS] = ACTIONS(3251), - [anon_sym_DASH_DASH] = ACTIONS(3251), - [anon_sym_QMARK] = ACTIONS(3251), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(3251), - [anon_sym_spawn] = ACTIONS(3251), - [anon_sym_json_DOTdecode] = ACTIONS(3251), - [anon_sym_LBRACK2] = ACTIONS(3251), - [anon_sym_TILDE] = ACTIONS(3251), - [anon_sym_CARET] = ACTIONS(3251), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_LT_DASH] = ACTIONS(3251), - [anon_sym_LT_LT] = ACTIONS(3251), - [anon_sym_GT_GT] = ACTIONS(3251), - [anon_sym_GT_GT_GT] = ACTIONS(3251), - [anon_sym_AMP_CARET] = ACTIONS(3251), - [anon_sym_AMP_AMP] = ACTIONS(3251), - [anon_sym_PIPE_PIPE] = ACTIONS(3251), - [anon_sym_or] = ACTIONS(3251), - [sym_none] = ACTIONS(3251), - [sym_true] = ACTIONS(3251), - [sym_false] = ACTIONS(3251), - [sym_nil] = ACTIONS(3251), - [anon_sym_QMARK_DOT] = ACTIONS(3251), - [anon_sym_POUND_LBRACK] = ACTIONS(3251), - [anon_sym_if] = ACTIONS(3251), - [anon_sym_DOLLARif] = ACTIONS(3251), - [anon_sym_is] = ACTIONS(3251), - [anon_sym_BANGis] = ACTIONS(3251), - [anon_sym_in] = ACTIONS(3251), - [anon_sym_BANGin] = ACTIONS(3251), - [anon_sym_match] = ACTIONS(3251), - [anon_sym_select] = ACTIONS(3251), - [anon_sym_lock] = ACTIONS(3251), - [anon_sym_rlock] = ACTIONS(3251), - [anon_sym_unsafe] = ACTIONS(3251), - [anon_sym_sql] = ACTIONS(3251), - [sym_int_literal] = ACTIONS(3251), - [sym_float_literal] = ACTIONS(3251), - [sym_rune_literal] = ACTIONS(3251), - [sym_pseudo_compile_time_identifier] = ACTIONS(3251), - [anon_sym_shared] = ACTIONS(3251), - [anon_sym_map_LBRACK] = ACTIONS(3251), - [anon_sym_chan] = ACTIONS(3251), - [anon_sym_thread] = ACTIONS(3251), - [anon_sym_atomic] = ACTIONS(3251), - [anon_sym_assert] = ACTIONS(3251), - [anon_sym_defer] = ACTIONS(3251), - [anon_sym_goto] = ACTIONS(3251), - [anon_sym_break] = ACTIONS(3251), - [anon_sym_continue] = ACTIONS(3251), - [anon_sym_return] = ACTIONS(3251), - [anon_sym_DOLLARfor] = ACTIONS(3251), - [anon_sym_for] = ACTIONS(3251), - [anon_sym_POUND] = ACTIONS(3251), - [anon_sym_asm] = ACTIONS(3251), - [anon_sym_AT_LBRACK] = ACTIONS(3251), - [sym___double_quote] = ACTIONS(3251), - [sym___single_quote] = ACTIONS(3251), - [sym___c_double_quote] = ACTIONS(3251), - [sym___c_single_quote] = ACTIONS(3251), - [sym___r_double_quote] = ACTIONS(3251), - [sym___r_single_quote] = ACTIONS(3251), + [anon_sym_DOT] = ACTIONS(3416), + [anon_sym_as] = ACTIONS(3416), + [anon_sym_LBRACE] = ACTIONS(3416), + [anon_sym_COMMA] = ACTIONS(3416), + [anon_sym_const] = ACTIONS(3416), + [anon_sym_LPAREN] = ACTIONS(3416), + [anon_sym___global] = ACTIONS(3416), + [anon_sym_type] = ACTIONS(3416), + [anon_sym_PIPE] = ACTIONS(3416), + [anon_sym_fn] = ACTIONS(3416), + [anon_sym_PLUS] = ACTIONS(3416), + [anon_sym_DASH] = ACTIONS(3416), + [anon_sym_STAR] = ACTIONS(3416), + [anon_sym_SLASH] = ACTIONS(3416), + [anon_sym_PERCENT] = ACTIONS(3416), + [anon_sym_LT] = ACTIONS(3416), + [anon_sym_GT] = ACTIONS(3416), + [anon_sym_EQ_EQ] = ACTIONS(3416), + [anon_sym_BANG_EQ] = ACTIONS(3416), + [anon_sym_LT_EQ] = ACTIONS(3416), + [anon_sym_GT_EQ] = ACTIONS(3416), + [anon_sym_LBRACK] = ACTIONS(3414), + [anon_sym_struct] = ACTIONS(3416), + [anon_sym_union] = ACTIONS(3416), + [anon_sym_pub] = ACTIONS(3416), + [anon_sym_mut] = ACTIONS(3416), + [anon_sym_enum] = ACTIONS(3416), + [anon_sym_interface] = ACTIONS(3416), + [anon_sym_PLUS_PLUS] = ACTIONS(3416), + [anon_sym_DASH_DASH] = ACTIONS(3416), + [anon_sym_QMARK] = ACTIONS(3416), + [anon_sym_BANG] = ACTIONS(3416), + [anon_sym_go] = ACTIONS(3416), + [anon_sym_spawn] = ACTIONS(3416), + [anon_sym_json_DOTdecode] = ACTIONS(3416), + [anon_sym_LBRACK2] = ACTIONS(3416), + [anon_sym_TILDE] = ACTIONS(3416), + [anon_sym_CARET] = ACTIONS(3416), + [anon_sym_AMP] = ACTIONS(3416), + [anon_sym_LT_DASH] = ACTIONS(3416), + [anon_sym_LT_LT] = ACTIONS(3416), + [anon_sym_GT_GT] = ACTIONS(3416), + [anon_sym_GT_GT_GT] = ACTIONS(3416), + [anon_sym_AMP_CARET] = ACTIONS(3416), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3416), + [anon_sym_or] = ACTIONS(3416), + [sym_none] = ACTIONS(3416), + [sym_true] = ACTIONS(3416), + [sym_false] = ACTIONS(3416), + [sym_nil] = ACTIONS(3416), + [anon_sym_QMARK_DOT] = ACTIONS(3416), + [anon_sym_POUND_LBRACK] = ACTIONS(3416), + [anon_sym_if] = ACTIONS(3416), + [anon_sym_DOLLARif] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3416), + [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_in] = ACTIONS(3416), + [anon_sym_BANGin] = ACTIONS(3416), + [anon_sym_match] = ACTIONS(3416), + [anon_sym_select] = ACTIONS(3416), + [anon_sym_lock] = ACTIONS(3416), + [anon_sym_rlock] = ACTIONS(3416), + [anon_sym_unsafe] = ACTIONS(3416), + [anon_sym_sql] = ACTIONS(3416), + [sym_int_literal] = ACTIONS(3416), + [sym_float_literal] = ACTIONS(3416), + [sym_rune_literal] = ACTIONS(3416), + [sym_pseudo_compile_time_identifier] = ACTIONS(3416), + [anon_sym_shared] = ACTIONS(3416), + [anon_sym_map_LBRACK] = ACTIONS(3416), + [anon_sym_chan] = ACTIONS(3416), + [anon_sym_thread] = ACTIONS(3416), + [anon_sym_atomic] = ACTIONS(3416), + [anon_sym_assert] = ACTIONS(3416), + [anon_sym_defer] = ACTIONS(3416), + [anon_sym_goto] = ACTIONS(3416), + [anon_sym_break] = ACTIONS(3416), + [anon_sym_continue] = ACTIONS(3416), + [anon_sym_return] = ACTIONS(3416), + [anon_sym_DOLLARfor] = ACTIONS(3416), + [anon_sym_for] = ACTIONS(3416), + [anon_sym_POUND] = ACTIONS(3416), + [anon_sym_asm] = ACTIONS(3416), + [anon_sym_AT_LBRACK] = ACTIONS(3416), + [sym___double_quote] = ACTIONS(3416), + [sym___single_quote] = ACTIONS(3416), + [sym___c_double_quote] = ACTIONS(3416), + [sym___c_single_quote] = ACTIONS(3416), + [sym___r_double_quote] = ACTIONS(3416), + [sym___r_single_quote] = ACTIONS(3416), }, [1110] = { [sym_line_comment] = STATE(1110), [sym_block_comment] = STATE(1110), - [ts_builtin_sym_end] = ACTIONS(3261), - [sym_identifier] = ACTIONS(3263), - [anon_sym_LF] = ACTIONS(3263), - [anon_sym_CR] = ACTIONS(3263), - [anon_sym_CR_LF] = ACTIONS(3263), + [ts_builtin_sym_end] = ACTIONS(3418), + [sym_identifier] = ACTIONS(3420), + [anon_sym_LF] = ACTIONS(3420), + [anon_sym_CR] = ACTIONS(3420), + [anon_sym_CR_LF] = ACTIONS(3420), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3263), - [anon_sym_as] = ACTIONS(3263), - [anon_sym_LBRACE] = ACTIONS(3263), - [anon_sym_COMMA] = ACTIONS(3263), - [anon_sym_const] = ACTIONS(3263), - [anon_sym_LPAREN] = ACTIONS(3263), - [anon_sym___global] = ACTIONS(3263), - [anon_sym_type] = ACTIONS(3263), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_fn] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(3263), - [anon_sym_DASH] = ACTIONS(3263), - [anon_sym_STAR] = ACTIONS(3263), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_EQ_EQ] = ACTIONS(3263), - [anon_sym_BANG_EQ] = ACTIONS(3263), - [anon_sym_LT_EQ] = ACTIONS(3263), - [anon_sym_GT_EQ] = ACTIONS(3263), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_struct] = ACTIONS(3263), - [anon_sym_union] = ACTIONS(3263), - [anon_sym_pub] = ACTIONS(3263), - [anon_sym_mut] = ACTIONS(3263), - [anon_sym_enum] = ACTIONS(3263), - [anon_sym_interface] = ACTIONS(3263), - [anon_sym_PLUS_PLUS] = ACTIONS(3263), - [anon_sym_DASH_DASH] = ACTIONS(3263), - [anon_sym_QMARK] = ACTIONS(3263), - [anon_sym_BANG] = ACTIONS(3263), - [anon_sym_go] = ACTIONS(3263), - [anon_sym_spawn] = ACTIONS(3263), - [anon_sym_json_DOTdecode] = ACTIONS(3263), - [anon_sym_LBRACK2] = ACTIONS(3263), - [anon_sym_TILDE] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_AMP] = ACTIONS(3263), - [anon_sym_LT_DASH] = ACTIONS(3263), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_GT_GT_GT] = ACTIONS(3263), - [anon_sym_AMP_CARET] = ACTIONS(3263), - [anon_sym_AMP_AMP] = ACTIONS(3263), - [anon_sym_PIPE_PIPE] = ACTIONS(3263), - [anon_sym_or] = ACTIONS(3263), - [sym_none] = ACTIONS(3263), - [sym_true] = ACTIONS(3263), - [sym_false] = ACTIONS(3263), - [sym_nil] = ACTIONS(3263), - [anon_sym_QMARK_DOT] = ACTIONS(3263), - [anon_sym_POUND_LBRACK] = ACTIONS(3263), - [anon_sym_if] = ACTIONS(3263), - [anon_sym_DOLLARif] = ACTIONS(3263), - [anon_sym_is] = ACTIONS(3263), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3263), - [anon_sym_BANGin] = ACTIONS(3263), - [anon_sym_match] = ACTIONS(3263), - [anon_sym_select] = ACTIONS(3263), - [anon_sym_lock] = ACTIONS(3263), - [anon_sym_rlock] = ACTIONS(3263), - [anon_sym_unsafe] = ACTIONS(3263), - [anon_sym_sql] = ACTIONS(3263), - [sym_int_literal] = ACTIONS(3263), - [sym_float_literal] = ACTIONS(3263), - [sym_rune_literal] = ACTIONS(3263), - [sym_pseudo_compile_time_identifier] = ACTIONS(3263), - [anon_sym_shared] = ACTIONS(3263), - [anon_sym_map_LBRACK] = ACTIONS(3263), - [anon_sym_chan] = ACTIONS(3263), - [anon_sym_thread] = ACTIONS(3263), - [anon_sym_atomic] = ACTIONS(3263), - [anon_sym_assert] = ACTIONS(3263), - [anon_sym_defer] = ACTIONS(3263), - [anon_sym_goto] = ACTIONS(3263), - [anon_sym_break] = ACTIONS(3263), - [anon_sym_continue] = ACTIONS(3263), - [anon_sym_return] = ACTIONS(3263), - [anon_sym_DOLLARfor] = ACTIONS(3263), - [anon_sym_for] = ACTIONS(3263), - [anon_sym_POUND] = ACTIONS(3263), - [anon_sym_asm] = ACTIONS(3263), - [anon_sym_AT_LBRACK] = ACTIONS(3263), - [sym___double_quote] = ACTIONS(3263), - [sym___single_quote] = ACTIONS(3263), - [sym___c_double_quote] = ACTIONS(3263), - [sym___c_single_quote] = ACTIONS(3263), - [sym___r_double_quote] = ACTIONS(3263), - [sym___r_single_quote] = ACTIONS(3263), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3420), + [anon_sym_COMMA] = ACTIONS(3420), + [anon_sym_const] = ACTIONS(3420), + [anon_sym_LPAREN] = ACTIONS(3420), + [anon_sym___global] = ACTIONS(3420), + [anon_sym_type] = ACTIONS(3420), + [anon_sym_PIPE] = ACTIONS(3420), + [anon_sym_fn] = ACTIONS(3420), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_STAR] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3420), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_LT_EQ] = ACTIONS(3420), + [anon_sym_GT_EQ] = ACTIONS(3420), + [anon_sym_LBRACK] = ACTIONS(3418), + [anon_sym_struct] = ACTIONS(3420), + [anon_sym_union] = ACTIONS(3420), + [anon_sym_pub] = ACTIONS(3420), + [anon_sym_mut] = ACTIONS(3420), + [anon_sym_enum] = ACTIONS(3420), + [anon_sym_interface] = ACTIONS(3420), + [anon_sym_PLUS_PLUS] = ACTIONS(3420), + [anon_sym_DASH_DASH] = ACTIONS(3420), + [anon_sym_QMARK] = ACTIONS(3420), + [anon_sym_BANG] = ACTIONS(3420), + [anon_sym_go] = ACTIONS(3420), + [anon_sym_spawn] = ACTIONS(3420), + [anon_sym_json_DOTdecode] = ACTIONS(3420), + [anon_sym_LBRACK2] = ACTIONS(3420), + [anon_sym_TILDE] = ACTIONS(3420), + [anon_sym_CARET] = ACTIONS(3420), + [anon_sym_AMP] = ACTIONS(3420), + [anon_sym_LT_DASH] = ACTIONS(3420), + [anon_sym_LT_LT] = ACTIONS(3420), + [anon_sym_GT_GT] = ACTIONS(3420), + [anon_sym_GT_GT_GT] = ACTIONS(3420), + [anon_sym_AMP_CARET] = ACTIONS(3420), + [anon_sym_AMP_AMP] = ACTIONS(3420), + [anon_sym_PIPE_PIPE] = ACTIONS(3420), + [anon_sym_or] = ACTIONS(3420), + [sym_none] = ACTIONS(3420), + [sym_true] = ACTIONS(3420), + [sym_false] = ACTIONS(3420), + [sym_nil] = ACTIONS(3420), + [anon_sym_QMARK_DOT] = ACTIONS(3420), + [anon_sym_POUND_LBRACK] = ACTIONS(3420), + [anon_sym_if] = ACTIONS(3420), + [anon_sym_DOLLARif] = ACTIONS(3420), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3420), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_BANGin] = ACTIONS(3420), + [anon_sym_match] = ACTIONS(3420), + [anon_sym_select] = ACTIONS(3420), + [anon_sym_lock] = ACTIONS(3420), + [anon_sym_rlock] = ACTIONS(3420), + [anon_sym_unsafe] = ACTIONS(3420), + [anon_sym_sql] = ACTIONS(3420), + [sym_int_literal] = ACTIONS(3420), + [sym_float_literal] = ACTIONS(3420), + [sym_rune_literal] = ACTIONS(3420), + [sym_pseudo_compile_time_identifier] = ACTIONS(3420), + [anon_sym_shared] = ACTIONS(3420), + [anon_sym_map_LBRACK] = ACTIONS(3420), + [anon_sym_chan] = ACTIONS(3420), + [anon_sym_thread] = ACTIONS(3420), + [anon_sym_atomic] = ACTIONS(3420), + [anon_sym_assert] = ACTIONS(3420), + [anon_sym_defer] = ACTIONS(3420), + [anon_sym_goto] = ACTIONS(3420), + [anon_sym_break] = ACTIONS(3420), + [anon_sym_continue] = ACTIONS(3420), + [anon_sym_return] = ACTIONS(3420), + [anon_sym_DOLLARfor] = ACTIONS(3420), + [anon_sym_for] = ACTIONS(3420), + [anon_sym_POUND] = ACTIONS(3420), + [anon_sym_asm] = ACTIONS(3420), + [anon_sym_AT_LBRACK] = ACTIONS(3420), + [sym___double_quote] = ACTIONS(3420), + [sym___single_quote] = ACTIONS(3420), + [sym___c_double_quote] = ACTIONS(3420), + [sym___c_single_quote] = ACTIONS(3420), + [sym___r_double_quote] = ACTIONS(3420), + [sym___r_single_quote] = ACTIONS(3420), }, [1111] = { [sym_line_comment] = STATE(1111), [sym_block_comment] = STATE(1111), - [ts_builtin_sym_end] = ACTIONS(3325), - [sym_identifier] = ACTIONS(3327), - [anon_sym_LF] = ACTIONS(3327), - [anon_sym_CR] = ACTIONS(3327), - [anon_sym_CR_LF] = ACTIONS(3327), + [ts_builtin_sym_end] = ACTIONS(3422), + [sym_identifier] = ACTIONS(3424), + [anon_sym_LF] = ACTIONS(3424), + [anon_sym_CR] = ACTIONS(3424), + [anon_sym_CR_LF] = ACTIONS(3424), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3327), - [anon_sym_as] = ACTIONS(3327), - [anon_sym_LBRACE] = ACTIONS(3327), - [anon_sym_COMMA] = ACTIONS(3327), - [anon_sym_const] = ACTIONS(3327), - [anon_sym_LPAREN] = ACTIONS(3327), - [anon_sym___global] = ACTIONS(3327), - [anon_sym_type] = ACTIONS(3327), - [anon_sym_PIPE] = ACTIONS(3327), - [anon_sym_fn] = ACTIONS(3327), - [anon_sym_PLUS] = ACTIONS(3327), - [anon_sym_DASH] = ACTIONS(3327), - [anon_sym_STAR] = ACTIONS(3327), - [anon_sym_SLASH] = ACTIONS(3327), - [anon_sym_PERCENT] = ACTIONS(3327), - [anon_sym_LT] = ACTIONS(3327), - [anon_sym_GT] = ACTIONS(3327), - [anon_sym_EQ_EQ] = ACTIONS(3327), - [anon_sym_BANG_EQ] = ACTIONS(3327), - [anon_sym_LT_EQ] = ACTIONS(3327), - [anon_sym_GT_EQ] = ACTIONS(3327), - [anon_sym_LBRACK] = ACTIONS(3325), - [anon_sym_struct] = ACTIONS(3327), - [anon_sym_union] = ACTIONS(3327), - [anon_sym_pub] = ACTIONS(3327), - [anon_sym_mut] = ACTIONS(3327), - [anon_sym_enum] = ACTIONS(3327), - [anon_sym_interface] = ACTIONS(3327), - [anon_sym_PLUS_PLUS] = ACTIONS(3327), - [anon_sym_DASH_DASH] = ACTIONS(3327), - [anon_sym_QMARK] = ACTIONS(3327), - [anon_sym_BANG] = ACTIONS(3327), - [anon_sym_go] = ACTIONS(3327), - [anon_sym_spawn] = ACTIONS(3327), - [anon_sym_json_DOTdecode] = ACTIONS(3327), - [anon_sym_LBRACK2] = ACTIONS(3327), - [anon_sym_TILDE] = ACTIONS(3327), - [anon_sym_CARET] = ACTIONS(3327), - [anon_sym_AMP] = ACTIONS(3327), - [anon_sym_LT_DASH] = ACTIONS(3327), - [anon_sym_LT_LT] = ACTIONS(3327), - [anon_sym_GT_GT] = ACTIONS(3327), - [anon_sym_GT_GT_GT] = ACTIONS(3327), - [anon_sym_AMP_CARET] = ACTIONS(3327), - [anon_sym_AMP_AMP] = ACTIONS(3327), - [anon_sym_PIPE_PIPE] = ACTIONS(3327), - [anon_sym_or] = ACTIONS(3327), - [sym_none] = ACTIONS(3327), - [sym_true] = ACTIONS(3327), - [sym_false] = ACTIONS(3327), - [sym_nil] = ACTIONS(3327), - [anon_sym_QMARK_DOT] = ACTIONS(3327), - [anon_sym_POUND_LBRACK] = ACTIONS(3327), - [anon_sym_if] = ACTIONS(3327), - [anon_sym_DOLLARif] = ACTIONS(3327), - [anon_sym_is] = ACTIONS(3327), - [anon_sym_BANGis] = ACTIONS(3327), - [anon_sym_in] = ACTIONS(3327), - [anon_sym_BANGin] = ACTIONS(3327), - [anon_sym_match] = ACTIONS(3327), - [anon_sym_select] = ACTIONS(3327), - [anon_sym_lock] = ACTIONS(3327), - [anon_sym_rlock] = ACTIONS(3327), - [anon_sym_unsafe] = ACTIONS(3327), - [anon_sym_sql] = ACTIONS(3327), - [sym_int_literal] = ACTIONS(3327), - [sym_float_literal] = ACTIONS(3327), - [sym_rune_literal] = ACTIONS(3327), - [sym_pseudo_compile_time_identifier] = ACTIONS(3327), - [anon_sym_shared] = ACTIONS(3327), - [anon_sym_map_LBRACK] = ACTIONS(3327), - [anon_sym_chan] = ACTIONS(3327), - [anon_sym_thread] = ACTIONS(3327), - [anon_sym_atomic] = ACTIONS(3327), - [anon_sym_assert] = ACTIONS(3327), - [anon_sym_defer] = ACTIONS(3327), - [anon_sym_goto] = ACTIONS(3327), - [anon_sym_break] = ACTIONS(3327), - [anon_sym_continue] = ACTIONS(3327), - [anon_sym_return] = ACTIONS(3327), - [anon_sym_DOLLARfor] = ACTIONS(3327), - [anon_sym_for] = ACTIONS(3327), - [anon_sym_POUND] = ACTIONS(3327), - [anon_sym_asm] = ACTIONS(3327), - [anon_sym_AT_LBRACK] = ACTIONS(3327), - [sym___double_quote] = ACTIONS(3327), - [sym___single_quote] = ACTIONS(3327), - [sym___c_double_quote] = ACTIONS(3327), - [sym___c_single_quote] = ACTIONS(3327), - [sym___r_double_quote] = ACTIONS(3327), - [sym___r_single_quote] = ACTIONS(3327), + [anon_sym_DOT] = ACTIONS(3424), + [anon_sym_as] = ACTIONS(3424), + [anon_sym_LBRACE] = ACTIONS(3424), + [anon_sym_COMMA] = ACTIONS(3424), + [anon_sym_const] = ACTIONS(3424), + [anon_sym_LPAREN] = ACTIONS(3424), + [anon_sym___global] = ACTIONS(3424), + [anon_sym_type] = ACTIONS(3424), + [anon_sym_PIPE] = ACTIONS(3424), + [anon_sym_fn] = ACTIONS(3424), + [anon_sym_PLUS] = ACTIONS(3424), + [anon_sym_DASH] = ACTIONS(3424), + [anon_sym_STAR] = ACTIONS(3424), + [anon_sym_SLASH] = ACTIONS(3424), + [anon_sym_PERCENT] = ACTIONS(3424), + [anon_sym_LT] = ACTIONS(3424), + [anon_sym_GT] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3424), + [anon_sym_BANG_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3424), + [anon_sym_GT_EQ] = ACTIONS(3424), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_struct] = ACTIONS(3424), + [anon_sym_union] = ACTIONS(3424), + [anon_sym_pub] = ACTIONS(3424), + [anon_sym_mut] = ACTIONS(3424), + [anon_sym_enum] = ACTIONS(3424), + [anon_sym_interface] = ACTIONS(3424), + [anon_sym_PLUS_PLUS] = ACTIONS(3424), + [anon_sym_DASH_DASH] = ACTIONS(3424), + [anon_sym_QMARK] = ACTIONS(3424), + [anon_sym_BANG] = ACTIONS(3424), + [anon_sym_go] = ACTIONS(3424), + [anon_sym_spawn] = ACTIONS(3424), + [anon_sym_json_DOTdecode] = ACTIONS(3424), + [anon_sym_LBRACK2] = ACTIONS(3424), + [anon_sym_TILDE] = ACTIONS(3424), + [anon_sym_CARET] = ACTIONS(3424), + [anon_sym_AMP] = ACTIONS(3424), + [anon_sym_LT_DASH] = ACTIONS(3424), + [anon_sym_LT_LT] = ACTIONS(3424), + [anon_sym_GT_GT] = ACTIONS(3424), + [anon_sym_GT_GT_GT] = ACTIONS(3424), + [anon_sym_AMP_CARET] = ACTIONS(3424), + [anon_sym_AMP_AMP] = ACTIONS(3424), + [anon_sym_PIPE_PIPE] = ACTIONS(3424), + [anon_sym_or] = ACTIONS(3424), + [sym_none] = ACTIONS(3424), + [sym_true] = ACTIONS(3424), + [sym_false] = ACTIONS(3424), + [sym_nil] = ACTIONS(3424), + [anon_sym_QMARK_DOT] = ACTIONS(3424), + [anon_sym_POUND_LBRACK] = ACTIONS(3424), + [anon_sym_if] = ACTIONS(3424), + [anon_sym_DOLLARif] = ACTIONS(3424), + [anon_sym_is] = ACTIONS(3424), + [anon_sym_BANGis] = ACTIONS(3424), + [anon_sym_in] = ACTIONS(3424), + [anon_sym_BANGin] = ACTIONS(3424), + [anon_sym_match] = ACTIONS(3424), + [anon_sym_select] = ACTIONS(3424), + [anon_sym_lock] = ACTIONS(3424), + [anon_sym_rlock] = ACTIONS(3424), + [anon_sym_unsafe] = ACTIONS(3424), + [anon_sym_sql] = ACTIONS(3424), + [sym_int_literal] = ACTIONS(3424), + [sym_float_literal] = ACTIONS(3424), + [sym_rune_literal] = ACTIONS(3424), + [sym_pseudo_compile_time_identifier] = ACTIONS(3424), + [anon_sym_shared] = ACTIONS(3424), + [anon_sym_map_LBRACK] = ACTIONS(3424), + [anon_sym_chan] = ACTIONS(3424), + [anon_sym_thread] = ACTIONS(3424), + [anon_sym_atomic] = ACTIONS(3424), + [anon_sym_assert] = ACTIONS(3424), + [anon_sym_defer] = ACTIONS(3424), + [anon_sym_goto] = ACTIONS(3424), + [anon_sym_break] = ACTIONS(3424), + [anon_sym_continue] = ACTIONS(3424), + [anon_sym_return] = ACTIONS(3424), + [anon_sym_DOLLARfor] = ACTIONS(3424), + [anon_sym_for] = ACTIONS(3424), + [anon_sym_POUND] = ACTIONS(3424), + [anon_sym_asm] = ACTIONS(3424), + [anon_sym_AT_LBRACK] = ACTIONS(3424), + [sym___double_quote] = ACTIONS(3424), + [sym___single_quote] = ACTIONS(3424), + [sym___c_double_quote] = ACTIONS(3424), + [sym___c_single_quote] = ACTIONS(3424), + [sym___r_double_quote] = ACTIONS(3424), + [sym___r_single_quote] = ACTIONS(3424), }, [1112] = { [sym_line_comment] = STATE(1112), [sym_block_comment] = STATE(1112), - [ts_builtin_sym_end] = ACTIONS(3377), - [sym_identifier] = ACTIONS(3379), - [anon_sym_LF] = ACTIONS(3379), - [anon_sym_CR] = ACTIONS(3379), - [anon_sym_CR_LF] = ACTIONS(3379), + [ts_builtin_sym_end] = ACTIONS(2783), + [sym_identifier] = ACTIONS(2785), + [anon_sym_LF] = ACTIONS(2785), + [anon_sym_CR] = ACTIONS(2785), + [anon_sym_CR_LF] = ACTIONS(2785), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3379), - [anon_sym_as] = ACTIONS(3379), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_COMMA] = ACTIONS(3379), - [anon_sym_const] = ACTIONS(3379), - [anon_sym_LPAREN] = ACTIONS(3379), - [anon_sym___global] = ACTIONS(3379), - [anon_sym_type] = ACTIONS(3379), - [anon_sym_PIPE] = ACTIONS(3379), - [anon_sym_fn] = ACTIONS(3379), - [anon_sym_PLUS] = ACTIONS(3379), - [anon_sym_DASH] = ACTIONS(3379), - [anon_sym_STAR] = ACTIONS(3379), - [anon_sym_SLASH] = ACTIONS(3379), - [anon_sym_PERCENT] = ACTIONS(3379), - [anon_sym_LT] = ACTIONS(3379), - [anon_sym_GT] = ACTIONS(3379), - [anon_sym_EQ_EQ] = ACTIONS(3379), - [anon_sym_BANG_EQ] = ACTIONS(3379), - [anon_sym_LT_EQ] = ACTIONS(3379), - [anon_sym_GT_EQ] = ACTIONS(3379), - [anon_sym_LBRACK] = ACTIONS(3377), - [anon_sym_struct] = ACTIONS(3379), - [anon_sym_union] = ACTIONS(3379), - [anon_sym_pub] = ACTIONS(3379), - [anon_sym_mut] = ACTIONS(3379), - [anon_sym_enum] = ACTIONS(3379), - [anon_sym_interface] = ACTIONS(3379), - [anon_sym_PLUS_PLUS] = ACTIONS(3379), - [anon_sym_DASH_DASH] = ACTIONS(3379), - [anon_sym_QMARK] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3379), - [anon_sym_go] = ACTIONS(3379), - [anon_sym_spawn] = ACTIONS(3379), - [anon_sym_json_DOTdecode] = ACTIONS(3379), - [anon_sym_LBRACK2] = ACTIONS(3379), - [anon_sym_TILDE] = ACTIONS(3379), - [anon_sym_CARET] = ACTIONS(3379), - [anon_sym_AMP] = ACTIONS(3379), - [anon_sym_LT_DASH] = ACTIONS(3379), - [anon_sym_LT_LT] = ACTIONS(3379), - [anon_sym_GT_GT] = ACTIONS(3379), - [anon_sym_GT_GT_GT] = ACTIONS(3379), - [anon_sym_AMP_CARET] = ACTIONS(3379), - [anon_sym_AMP_AMP] = ACTIONS(3379), - [anon_sym_PIPE_PIPE] = ACTIONS(3379), - [anon_sym_or] = ACTIONS(3379), - [sym_none] = ACTIONS(3379), - [sym_true] = ACTIONS(3379), - [sym_false] = ACTIONS(3379), - [sym_nil] = ACTIONS(3379), - [anon_sym_QMARK_DOT] = ACTIONS(3379), - [anon_sym_POUND_LBRACK] = ACTIONS(3379), - [anon_sym_if] = ACTIONS(3379), - [anon_sym_DOLLARif] = ACTIONS(3379), - [anon_sym_is] = ACTIONS(3379), - [anon_sym_BANGis] = ACTIONS(3379), - [anon_sym_in] = ACTIONS(3379), - [anon_sym_BANGin] = ACTIONS(3379), - [anon_sym_match] = ACTIONS(3379), - [anon_sym_select] = ACTIONS(3379), - [anon_sym_lock] = ACTIONS(3379), - [anon_sym_rlock] = ACTIONS(3379), - [anon_sym_unsafe] = ACTIONS(3379), - [anon_sym_sql] = ACTIONS(3379), - [sym_int_literal] = ACTIONS(3379), - [sym_float_literal] = ACTIONS(3379), - [sym_rune_literal] = ACTIONS(3379), - [sym_pseudo_compile_time_identifier] = ACTIONS(3379), - [anon_sym_shared] = ACTIONS(3379), - [anon_sym_map_LBRACK] = ACTIONS(3379), - [anon_sym_chan] = ACTIONS(3379), - [anon_sym_thread] = ACTIONS(3379), - [anon_sym_atomic] = ACTIONS(3379), - [anon_sym_assert] = ACTIONS(3379), - [anon_sym_defer] = ACTIONS(3379), - [anon_sym_goto] = ACTIONS(3379), - [anon_sym_break] = ACTIONS(3379), - [anon_sym_continue] = ACTIONS(3379), - [anon_sym_return] = ACTIONS(3379), - [anon_sym_DOLLARfor] = ACTIONS(3379), - [anon_sym_for] = ACTIONS(3379), - [anon_sym_POUND] = ACTIONS(3379), - [anon_sym_asm] = ACTIONS(3379), - [anon_sym_AT_LBRACK] = ACTIONS(3379), - [sym___double_quote] = ACTIONS(3379), - [sym___single_quote] = ACTIONS(3379), - [sym___c_double_quote] = ACTIONS(3379), - [sym___c_single_quote] = ACTIONS(3379), - [sym___r_double_quote] = ACTIONS(3379), - [sym___r_single_quote] = ACTIONS(3379), + [anon_sym_DOT] = ACTIONS(2785), + [anon_sym_as] = ACTIONS(2785), + [anon_sym_LBRACE] = ACTIONS(2785), + [anon_sym_COMMA] = ACTIONS(2785), + [anon_sym_const] = ACTIONS(2785), + [anon_sym_LPAREN] = ACTIONS(2785), + [anon_sym___global] = ACTIONS(2785), + [anon_sym_type] = ACTIONS(2785), + [anon_sym_PIPE] = ACTIONS(2785), + [anon_sym_fn] = ACTIONS(2785), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_STAR] = ACTIONS(2785), + [anon_sym_SLASH] = ACTIONS(2785), + [anon_sym_PERCENT] = ACTIONS(2785), + [anon_sym_LT] = ACTIONS(2785), + [anon_sym_GT] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2785), + [anon_sym_BANG_EQ] = ACTIONS(2785), + [anon_sym_LT_EQ] = ACTIONS(2785), + [anon_sym_GT_EQ] = ACTIONS(2785), + [anon_sym_LBRACK] = ACTIONS(2783), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_union] = ACTIONS(2785), + [anon_sym_pub] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(2785), + [anon_sym_enum] = ACTIONS(2785), + [anon_sym_interface] = ACTIONS(2785), + [anon_sym_PLUS_PLUS] = ACTIONS(2785), + [anon_sym_DASH_DASH] = ACTIONS(2785), + [anon_sym_QMARK] = ACTIONS(2785), + [anon_sym_BANG] = ACTIONS(2785), + [anon_sym_go] = ACTIONS(2785), + [anon_sym_spawn] = ACTIONS(2785), + [anon_sym_json_DOTdecode] = ACTIONS(2785), + [anon_sym_LBRACK2] = ACTIONS(2785), + [anon_sym_TILDE] = ACTIONS(2785), + [anon_sym_CARET] = ACTIONS(2785), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_LT_DASH] = ACTIONS(2785), + [anon_sym_LT_LT] = ACTIONS(2785), + [anon_sym_GT_GT] = ACTIONS(2785), + [anon_sym_GT_GT_GT] = ACTIONS(2785), + [anon_sym_AMP_CARET] = ACTIONS(2785), + [anon_sym_AMP_AMP] = ACTIONS(2785), + [anon_sym_PIPE_PIPE] = ACTIONS(2785), + [anon_sym_or] = ACTIONS(2785), + [sym_none] = ACTIONS(2785), + [sym_true] = ACTIONS(2785), + [sym_false] = ACTIONS(2785), + [sym_nil] = ACTIONS(2785), + [anon_sym_QMARK_DOT] = ACTIONS(2785), + [anon_sym_POUND_LBRACK] = ACTIONS(2785), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_DOLLARif] = ACTIONS(2785), + [anon_sym_is] = ACTIONS(2785), + [anon_sym_BANGis] = ACTIONS(2785), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_BANGin] = ACTIONS(2785), + [anon_sym_match] = ACTIONS(2785), + [anon_sym_select] = ACTIONS(2785), + [anon_sym_lock] = ACTIONS(2785), + [anon_sym_rlock] = ACTIONS(2785), + [anon_sym_unsafe] = ACTIONS(2785), + [anon_sym_sql] = ACTIONS(2785), + [sym_int_literal] = ACTIONS(2785), + [sym_float_literal] = ACTIONS(2785), + [sym_rune_literal] = ACTIONS(2785), + [sym_pseudo_compile_time_identifier] = ACTIONS(2785), + [anon_sym_shared] = ACTIONS(2785), + [anon_sym_map_LBRACK] = ACTIONS(2785), + [anon_sym_chan] = ACTIONS(2785), + [anon_sym_thread] = ACTIONS(2785), + [anon_sym_atomic] = ACTIONS(2785), + [anon_sym_assert] = ACTIONS(2785), + [anon_sym_defer] = ACTIONS(2785), + [anon_sym_goto] = ACTIONS(2785), + [anon_sym_break] = ACTIONS(2785), + [anon_sym_continue] = ACTIONS(2785), + [anon_sym_return] = ACTIONS(2785), + [anon_sym_DOLLARfor] = ACTIONS(2785), + [anon_sym_for] = ACTIONS(2785), + [anon_sym_POUND] = ACTIONS(2785), + [anon_sym_asm] = ACTIONS(2785), + [anon_sym_AT_LBRACK] = ACTIONS(2785), + [sym___double_quote] = ACTIONS(2785), + [sym___single_quote] = ACTIONS(2785), + [sym___c_double_quote] = ACTIONS(2785), + [sym___c_single_quote] = ACTIONS(2785), + [sym___r_double_quote] = ACTIONS(2785), + [sym___r_single_quote] = ACTIONS(2785), }, [1113] = { [sym_line_comment] = STATE(1113), [sym_block_comment] = STATE(1113), - [ts_builtin_sym_end] = ACTIONS(3181), - [sym_identifier] = ACTIONS(3183), - [anon_sym_LF] = ACTIONS(3183), - [anon_sym_CR] = ACTIONS(3183), - [anon_sym_CR_LF] = ACTIONS(3183), + [ts_builtin_sym_end] = ACTIONS(3109), + [sym_identifier] = ACTIONS(3111), + [anon_sym_LF] = ACTIONS(3111), + [anon_sym_CR] = ACTIONS(3111), + [anon_sym_CR_LF] = ACTIONS(3111), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3183), - [anon_sym_as] = ACTIONS(3183), - [anon_sym_LBRACE] = ACTIONS(3183), - [anon_sym_COMMA] = ACTIONS(3183), - [anon_sym_const] = ACTIONS(3183), - [anon_sym_LPAREN] = ACTIONS(3183), - [anon_sym___global] = ACTIONS(3183), - [anon_sym_type] = ACTIONS(3183), - [anon_sym_PIPE] = ACTIONS(3183), - [anon_sym_fn] = ACTIONS(3183), - [anon_sym_PLUS] = ACTIONS(3183), - [anon_sym_DASH] = ACTIONS(3183), - [anon_sym_STAR] = ACTIONS(3183), - [anon_sym_SLASH] = ACTIONS(3183), - [anon_sym_PERCENT] = ACTIONS(3183), - [anon_sym_LT] = ACTIONS(3183), - [anon_sym_GT] = ACTIONS(3183), - [anon_sym_EQ_EQ] = ACTIONS(3183), - [anon_sym_BANG_EQ] = ACTIONS(3183), - [anon_sym_LT_EQ] = ACTIONS(3183), - [anon_sym_GT_EQ] = ACTIONS(3183), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_struct] = ACTIONS(3183), - [anon_sym_union] = ACTIONS(3183), - [anon_sym_pub] = ACTIONS(3183), - [anon_sym_mut] = ACTIONS(3183), - [anon_sym_enum] = ACTIONS(3183), - [anon_sym_interface] = ACTIONS(3183), - [anon_sym_PLUS_PLUS] = ACTIONS(3183), - [anon_sym_DASH_DASH] = ACTIONS(3183), - [anon_sym_QMARK] = ACTIONS(3183), - [anon_sym_BANG] = ACTIONS(3183), - [anon_sym_go] = ACTIONS(3183), - [anon_sym_spawn] = ACTIONS(3183), - [anon_sym_json_DOTdecode] = ACTIONS(3183), - [anon_sym_LBRACK2] = ACTIONS(3183), - [anon_sym_TILDE] = ACTIONS(3183), - [anon_sym_CARET] = ACTIONS(3183), - [anon_sym_AMP] = ACTIONS(3183), - [anon_sym_LT_DASH] = ACTIONS(3183), - [anon_sym_LT_LT] = ACTIONS(3183), - [anon_sym_GT_GT] = ACTIONS(3183), - [anon_sym_GT_GT_GT] = ACTIONS(3183), - [anon_sym_AMP_CARET] = ACTIONS(3183), - [anon_sym_AMP_AMP] = ACTIONS(3183), - [anon_sym_PIPE_PIPE] = ACTIONS(3183), - [anon_sym_or] = ACTIONS(3183), - [sym_none] = ACTIONS(3183), - [sym_true] = ACTIONS(3183), - [sym_false] = ACTIONS(3183), - [sym_nil] = ACTIONS(3183), - [anon_sym_QMARK_DOT] = ACTIONS(3183), - [anon_sym_POUND_LBRACK] = ACTIONS(3183), - [anon_sym_if] = ACTIONS(3183), - [anon_sym_DOLLARif] = ACTIONS(3183), - [anon_sym_is] = ACTIONS(3183), - [anon_sym_BANGis] = ACTIONS(3183), - [anon_sym_in] = ACTIONS(3183), - [anon_sym_BANGin] = ACTIONS(3183), - [anon_sym_match] = ACTIONS(3183), - [anon_sym_select] = ACTIONS(3183), - [anon_sym_lock] = ACTIONS(3183), - [anon_sym_rlock] = ACTIONS(3183), - [anon_sym_unsafe] = ACTIONS(3183), - [anon_sym_sql] = ACTIONS(3183), - [sym_int_literal] = ACTIONS(3183), - [sym_float_literal] = ACTIONS(3183), - [sym_rune_literal] = ACTIONS(3183), - [sym_pseudo_compile_time_identifier] = ACTIONS(3183), - [anon_sym_shared] = ACTIONS(3183), - [anon_sym_map_LBRACK] = ACTIONS(3183), - [anon_sym_chan] = ACTIONS(3183), - [anon_sym_thread] = ACTIONS(3183), - [anon_sym_atomic] = ACTIONS(3183), - [anon_sym_assert] = ACTIONS(3183), - [anon_sym_defer] = ACTIONS(3183), - [anon_sym_goto] = ACTIONS(3183), - [anon_sym_break] = ACTIONS(3183), - [anon_sym_continue] = ACTIONS(3183), - [anon_sym_return] = ACTIONS(3183), - [anon_sym_DOLLARfor] = ACTIONS(3183), - [anon_sym_for] = ACTIONS(3183), - [anon_sym_POUND] = ACTIONS(3183), - [anon_sym_asm] = ACTIONS(3183), - [anon_sym_AT_LBRACK] = ACTIONS(3183), - [sym___double_quote] = ACTIONS(3183), - [sym___single_quote] = ACTIONS(3183), - [sym___c_double_quote] = ACTIONS(3183), - [sym___c_single_quote] = ACTIONS(3183), - [sym___r_double_quote] = ACTIONS(3183), - [sym___r_single_quote] = ACTIONS(3183), + [anon_sym_DOT] = ACTIONS(3111), + [anon_sym_as] = ACTIONS(3111), + [anon_sym_LBRACE] = ACTIONS(3111), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_const] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(3111), + [anon_sym___global] = ACTIONS(3111), + [anon_sym_type] = ACTIONS(3111), + [anon_sym_PIPE] = ACTIONS(3111), + [anon_sym_fn] = ACTIONS(3111), + [anon_sym_PLUS] = ACTIONS(3111), + [anon_sym_DASH] = ACTIONS(3111), + [anon_sym_STAR] = ACTIONS(3111), + [anon_sym_SLASH] = ACTIONS(3111), + [anon_sym_PERCENT] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(3111), + [anon_sym_GT] = ACTIONS(3111), + [anon_sym_EQ_EQ] = ACTIONS(3111), + [anon_sym_BANG_EQ] = ACTIONS(3111), + [anon_sym_LT_EQ] = ACTIONS(3111), + [anon_sym_GT_EQ] = ACTIONS(3111), + [anon_sym_LBRACK] = ACTIONS(3109), + [anon_sym_struct] = ACTIONS(3111), + [anon_sym_union] = ACTIONS(3111), + [anon_sym_pub] = ACTIONS(3111), + [anon_sym_mut] = ACTIONS(3111), + [anon_sym_enum] = ACTIONS(3111), + [anon_sym_interface] = ACTIONS(3111), + [anon_sym_PLUS_PLUS] = ACTIONS(3111), + [anon_sym_DASH_DASH] = ACTIONS(3111), + [anon_sym_QMARK] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3111), + [anon_sym_go] = ACTIONS(3111), + [anon_sym_spawn] = ACTIONS(3111), + [anon_sym_json_DOTdecode] = ACTIONS(3111), + [anon_sym_LBRACK2] = ACTIONS(3111), + [anon_sym_TILDE] = ACTIONS(3111), + [anon_sym_CARET] = ACTIONS(3111), + [anon_sym_AMP] = ACTIONS(3111), + [anon_sym_LT_DASH] = ACTIONS(3111), + [anon_sym_LT_LT] = ACTIONS(3111), + [anon_sym_GT_GT] = ACTIONS(3111), + [anon_sym_GT_GT_GT] = ACTIONS(3111), + [anon_sym_AMP_CARET] = ACTIONS(3111), + [anon_sym_AMP_AMP] = ACTIONS(3111), + [anon_sym_PIPE_PIPE] = ACTIONS(3111), + [anon_sym_or] = ACTIONS(3111), + [sym_none] = ACTIONS(3111), + [sym_true] = ACTIONS(3111), + [sym_false] = ACTIONS(3111), + [sym_nil] = ACTIONS(3111), + [anon_sym_QMARK_DOT] = ACTIONS(3111), + [anon_sym_POUND_LBRACK] = ACTIONS(3111), + [anon_sym_if] = ACTIONS(3111), + [anon_sym_DOLLARif] = ACTIONS(3111), + [anon_sym_is] = ACTIONS(3111), + [anon_sym_BANGis] = ACTIONS(3111), + [anon_sym_in] = ACTIONS(3111), + [anon_sym_BANGin] = ACTIONS(3111), + [anon_sym_match] = ACTIONS(3111), + [anon_sym_select] = ACTIONS(3111), + [anon_sym_lock] = ACTIONS(3111), + [anon_sym_rlock] = ACTIONS(3111), + [anon_sym_unsafe] = ACTIONS(3111), + [anon_sym_sql] = ACTIONS(3111), + [sym_int_literal] = ACTIONS(3111), + [sym_float_literal] = ACTIONS(3111), + [sym_rune_literal] = ACTIONS(3111), + [sym_pseudo_compile_time_identifier] = ACTIONS(3111), + [anon_sym_shared] = ACTIONS(3111), + [anon_sym_map_LBRACK] = ACTIONS(3111), + [anon_sym_chan] = ACTIONS(3111), + [anon_sym_thread] = ACTIONS(3111), + [anon_sym_atomic] = ACTIONS(3111), + [anon_sym_assert] = ACTIONS(3111), + [anon_sym_defer] = ACTIONS(3111), + [anon_sym_goto] = ACTIONS(3111), + [anon_sym_break] = ACTIONS(3111), + [anon_sym_continue] = ACTIONS(3111), + [anon_sym_return] = ACTIONS(3111), + [anon_sym_DOLLARfor] = ACTIONS(3111), + [anon_sym_for] = ACTIONS(3111), + [anon_sym_POUND] = ACTIONS(3111), + [anon_sym_asm] = ACTIONS(3111), + [anon_sym_AT_LBRACK] = ACTIONS(3111), + [sym___double_quote] = ACTIONS(3111), + [sym___single_quote] = ACTIONS(3111), + [sym___c_double_quote] = ACTIONS(3111), + [sym___c_single_quote] = ACTIONS(3111), + [sym___r_double_quote] = ACTIONS(3111), + [sym___r_single_quote] = ACTIONS(3111), }, [1114] = { [sym_line_comment] = STATE(1114), [sym_block_comment] = STATE(1114), - [ts_builtin_sym_end] = ACTIONS(3185), - [sym_identifier] = ACTIONS(3187), - [anon_sym_LF] = ACTIONS(3187), - [anon_sym_CR] = ACTIONS(3187), - [anon_sym_CR_LF] = ACTIONS(3187), + [ts_builtin_sym_end] = ACTIONS(3021), + [sym_identifier] = ACTIONS(3023), + [anon_sym_LF] = ACTIONS(3023), + [anon_sym_CR] = ACTIONS(3023), + [anon_sym_CR_LF] = ACTIONS(3023), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3187), - [anon_sym_as] = ACTIONS(3187), - [anon_sym_LBRACE] = ACTIONS(3187), - [anon_sym_COMMA] = ACTIONS(3187), - [anon_sym_const] = ACTIONS(3187), - [anon_sym_LPAREN] = ACTIONS(3187), - [anon_sym___global] = ACTIONS(3187), - [anon_sym_type] = ACTIONS(3187), - [anon_sym_PIPE] = ACTIONS(3187), - [anon_sym_fn] = ACTIONS(3187), - [anon_sym_PLUS] = ACTIONS(3187), - [anon_sym_DASH] = ACTIONS(3187), - [anon_sym_STAR] = ACTIONS(3187), - [anon_sym_SLASH] = ACTIONS(3187), - [anon_sym_PERCENT] = ACTIONS(3187), - [anon_sym_LT] = ACTIONS(3187), - [anon_sym_GT] = ACTIONS(3187), - [anon_sym_EQ_EQ] = ACTIONS(3187), - [anon_sym_BANG_EQ] = ACTIONS(3187), - [anon_sym_LT_EQ] = ACTIONS(3187), - [anon_sym_GT_EQ] = ACTIONS(3187), - [anon_sym_LBRACK] = ACTIONS(3185), - [anon_sym_struct] = ACTIONS(3187), - [anon_sym_union] = ACTIONS(3187), - [anon_sym_pub] = ACTIONS(3187), - [anon_sym_mut] = ACTIONS(3187), - [anon_sym_enum] = ACTIONS(3187), - [anon_sym_interface] = ACTIONS(3187), - [anon_sym_PLUS_PLUS] = ACTIONS(3187), - [anon_sym_DASH_DASH] = ACTIONS(3187), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_BANG] = ACTIONS(3187), - [anon_sym_go] = ACTIONS(3187), - [anon_sym_spawn] = ACTIONS(3187), - [anon_sym_json_DOTdecode] = ACTIONS(3187), - [anon_sym_LBRACK2] = ACTIONS(3187), - [anon_sym_TILDE] = ACTIONS(3187), - [anon_sym_CARET] = ACTIONS(3187), - [anon_sym_AMP] = ACTIONS(3187), - [anon_sym_LT_DASH] = ACTIONS(3187), - [anon_sym_LT_LT] = ACTIONS(3187), - [anon_sym_GT_GT] = ACTIONS(3187), - [anon_sym_GT_GT_GT] = ACTIONS(3187), - [anon_sym_AMP_CARET] = ACTIONS(3187), - [anon_sym_AMP_AMP] = ACTIONS(3187), - [anon_sym_PIPE_PIPE] = ACTIONS(3187), - [anon_sym_or] = ACTIONS(3187), - [sym_none] = ACTIONS(3187), - [sym_true] = ACTIONS(3187), - [sym_false] = ACTIONS(3187), - [sym_nil] = ACTIONS(3187), - [anon_sym_QMARK_DOT] = ACTIONS(3187), - [anon_sym_POUND_LBRACK] = ACTIONS(3187), - [anon_sym_if] = ACTIONS(3187), - [anon_sym_DOLLARif] = ACTIONS(3187), - [anon_sym_is] = ACTIONS(3187), - [anon_sym_BANGis] = ACTIONS(3187), - [anon_sym_in] = ACTIONS(3187), - [anon_sym_BANGin] = ACTIONS(3187), - [anon_sym_match] = ACTIONS(3187), - [anon_sym_select] = ACTIONS(3187), - [anon_sym_lock] = ACTIONS(3187), - [anon_sym_rlock] = ACTIONS(3187), - [anon_sym_unsafe] = ACTIONS(3187), - [anon_sym_sql] = ACTIONS(3187), - [sym_int_literal] = ACTIONS(3187), - [sym_float_literal] = ACTIONS(3187), - [sym_rune_literal] = ACTIONS(3187), - [sym_pseudo_compile_time_identifier] = ACTIONS(3187), - [anon_sym_shared] = ACTIONS(3187), - [anon_sym_map_LBRACK] = ACTIONS(3187), - [anon_sym_chan] = ACTIONS(3187), - [anon_sym_thread] = ACTIONS(3187), - [anon_sym_atomic] = ACTIONS(3187), - [anon_sym_assert] = ACTIONS(3187), - [anon_sym_defer] = ACTIONS(3187), - [anon_sym_goto] = ACTIONS(3187), - [anon_sym_break] = ACTIONS(3187), - [anon_sym_continue] = ACTIONS(3187), - [anon_sym_return] = ACTIONS(3187), - [anon_sym_DOLLARfor] = ACTIONS(3187), - [anon_sym_for] = ACTIONS(3187), - [anon_sym_POUND] = ACTIONS(3187), - [anon_sym_asm] = ACTIONS(3187), - [anon_sym_AT_LBRACK] = ACTIONS(3187), - [sym___double_quote] = ACTIONS(3187), - [sym___single_quote] = ACTIONS(3187), - [sym___c_double_quote] = ACTIONS(3187), - [sym___c_single_quote] = ACTIONS(3187), - [sym___r_double_quote] = ACTIONS(3187), - [sym___r_single_quote] = ACTIONS(3187), + [anon_sym_DOT] = ACTIONS(3023), + [anon_sym_as] = ACTIONS(3023), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_COMMA] = ACTIONS(3023), + [anon_sym_const] = ACTIONS(3023), + [anon_sym_LPAREN] = ACTIONS(3023), + [anon_sym___global] = ACTIONS(3023), + [anon_sym_type] = ACTIONS(3023), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_SLASH] = ACTIONS(3023), + [anon_sym_PERCENT] = ACTIONS(3023), + [anon_sym_LT] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(3023), + [anon_sym_EQ_EQ] = ACTIONS(3023), + [anon_sym_BANG_EQ] = ACTIONS(3023), + [anon_sym_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_EQ] = ACTIONS(3023), + [anon_sym_LBRACK] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_union] = ACTIONS(3023), + [anon_sym_pub] = ACTIONS(3023), + [anon_sym_mut] = ACTIONS(3023), + [anon_sym_enum] = ACTIONS(3023), + [anon_sym_interface] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_go] = ACTIONS(3023), + [anon_sym_spawn] = ACTIONS(3023), + [anon_sym_json_DOTdecode] = ACTIONS(3023), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_CARET] = ACTIONS(3023), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_DASH] = ACTIONS(3023), + [anon_sym_LT_LT] = ACTIONS(3023), + [anon_sym_GT_GT] = ACTIONS(3023), + [anon_sym_GT_GT_GT] = ACTIONS(3023), + [anon_sym_AMP_CARET] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(3023), + [anon_sym_PIPE_PIPE] = ACTIONS(3023), + [anon_sym_or] = ACTIONS(3023), + [sym_none] = ACTIONS(3023), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_nil] = ACTIONS(3023), + [anon_sym_QMARK_DOT] = ACTIONS(3023), + [anon_sym_POUND_LBRACK] = ACTIONS(3023), + [anon_sym_if] = ACTIONS(3023), + [anon_sym_DOLLARif] = ACTIONS(3023), + [anon_sym_is] = ACTIONS(3023), + [anon_sym_BANGis] = ACTIONS(3023), + [anon_sym_in] = ACTIONS(3023), + [anon_sym_BANGin] = ACTIONS(3023), + [anon_sym_match] = ACTIONS(3023), + [anon_sym_select] = ACTIONS(3023), + [anon_sym_lock] = ACTIONS(3023), + [anon_sym_rlock] = ACTIONS(3023), + [anon_sym_unsafe] = ACTIONS(3023), + [anon_sym_sql] = ACTIONS(3023), + [sym_int_literal] = ACTIONS(3023), + [sym_float_literal] = ACTIONS(3023), + [sym_rune_literal] = ACTIONS(3023), + [sym_pseudo_compile_time_identifier] = ACTIONS(3023), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3023), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), + [anon_sym_assert] = ACTIONS(3023), + [anon_sym_defer] = ACTIONS(3023), + [anon_sym_goto] = ACTIONS(3023), + [anon_sym_break] = ACTIONS(3023), + [anon_sym_continue] = ACTIONS(3023), + [anon_sym_return] = ACTIONS(3023), + [anon_sym_DOLLARfor] = ACTIONS(3023), + [anon_sym_for] = ACTIONS(3023), + [anon_sym_POUND] = ACTIONS(3023), + [anon_sym_asm] = ACTIONS(3023), + [anon_sym_AT_LBRACK] = ACTIONS(3023), + [sym___double_quote] = ACTIONS(3023), + [sym___single_quote] = ACTIONS(3023), + [sym___c_double_quote] = ACTIONS(3023), + [sym___c_single_quote] = ACTIONS(3023), + [sym___r_double_quote] = ACTIONS(3023), + [sym___r_single_quote] = ACTIONS(3023), }, [1115] = { [sym_line_comment] = STATE(1115), [sym_block_comment] = STATE(1115), - [ts_builtin_sym_end] = ACTIONS(3189), - [sym_identifier] = ACTIONS(3191), - [anon_sym_LF] = ACTIONS(3191), - [anon_sym_CR] = ACTIONS(3191), - [anon_sym_CR_LF] = ACTIONS(3191), + [ts_builtin_sym_end] = ACTIONS(3113), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LF] = ACTIONS(3115), + [anon_sym_CR] = ACTIONS(3115), + [anon_sym_CR_LF] = ACTIONS(3115), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3191), - [anon_sym_as] = ACTIONS(3191), - [anon_sym_LBRACE] = ACTIONS(3191), - [anon_sym_COMMA] = ACTIONS(3191), - [anon_sym_const] = ACTIONS(3191), - [anon_sym_LPAREN] = ACTIONS(3191), - [anon_sym___global] = ACTIONS(3191), - [anon_sym_type] = ACTIONS(3191), - [anon_sym_PIPE] = ACTIONS(3191), - [anon_sym_fn] = ACTIONS(3191), - [anon_sym_PLUS] = ACTIONS(3191), - [anon_sym_DASH] = ACTIONS(3191), - [anon_sym_STAR] = ACTIONS(3191), - [anon_sym_SLASH] = ACTIONS(3191), - [anon_sym_PERCENT] = ACTIONS(3191), - [anon_sym_LT] = ACTIONS(3191), - [anon_sym_GT] = ACTIONS(3191), - [anon_sym_EQ_EQ] = ACTIONS(3191), - [anon_sym_BANG_EQ] = ACTIONS(3191), - [anon_sym_LT_EQ] = ACTIONS(3191), - [anon_sym_GT_EQ] = ACTIONS(3191), - [anon_sym_LBRACK] = ACTIONS(3189), - [anon_sym_struct] = ACTIONS(3191), - [anon_sym_union] = ACTIONS(3191), - [anon_sym_pub] = ACTIONS(3191), - [anon_sym_mut] = ACTIONS(3191), - [anon_sym_enum] = ACTIONS(3191), - [anon_sym_interface] = ACTIONS(3191), - [anon_sym_PLUS_PLUS] = ACTIONS(3191), - [anon_sym_DASH_DASH] = ACTIONS(3191), - [anon_sym_QMARK] = ACTIONS(3191), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_go] = ACTIONS(3191), - [anon_sym_spawn] = ACTIONS(3191), - [anon_sym_json_DOTdecode] = ACTIONS(3191), - [anon_sym_LBRACK2] = ACTIONS(3191), - [anon_sym_TILDE] = ACTIONS(3191), - [anon_sym_CARET] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3191), - [anon_sym_LT_DASH] = ACTIONS(3191), - [anon_sym_LT_LT] = ACTIONS(3191), - [anon_sym_GT_GT] = ACTIONS(3191), - [anon_sym_GT_GT_GT] = ACTIONS(3191), - [anon_sym_AMP_CARET] = ACTIONS(3191), - [anon_sym_AMP_AMP] = ACTIONS(3191), - [anon_sym_PIPE_PIPE] = ACTIONS(3191), - [anon_sym_or] = ACTIONS(3191), - [sym_none] = ACTIONS(3191), - [sym_true] = ACTIONS(3191), - [sym_false] = ACTIONS(3191), - [sym_nil] = ACTIONS(3191), - [anon_sym_QMARK_DOT] = ACTIONS(3191), - [anon_sym_POUND_LBRACK] = ACTIONS(3191), - [anon_sym_if] = ACTIONS(3191), - [anon_sym_DOLLARif] = ACTIONS(3191), - [anon_sym_is] = ACTIONS(3191), - [anon_sym_BANGis] = ACTIONS(3191), - [anon_sym_in] = ACTIONS(3191), - [anon_sym_BANGin] = ACTIONS(3191), - [anon_sym_match] = ACTIONS(3191), - [anon_sym_select] = ACTIONS(3191), - [anon_sym_lock] = ACTIONS(3191), - [anon_sym_rlock] = ACTIONS(3191), - [anon_sym_unsafe] = ACTIONS(3191), - [anon_sym_sql] = ACTIONS(3191), - [sym_int_literal] = ACTIONS(3191), - [sym_float_literal] = ACTIONS(3191), - [sym_rune_literal] = ACTIONS(3191), - [sym_pseudo_compile_time_identifier] = ACTIONS(3191), - [anon_sym_shared] = ACTIONS(3191), - [anon_sym_map_LBRACK] = ACTIONS(3191), - [anon_sym_chan] = ACTIONS(3191), - [anon_sym_thread] = ACTIONS(3191), - [anon_sym_atomic] = ACTIONS(3191), - [anon_sym_assert] = ACTIONS(3191), - [anon_sym_defer] = ACTIONS(3191), - [anon_sym_goto] = ACTIONS(3191), - [anon_sym_break] = ACTIONS(3191), - [anon_sym_continue] = ACTIONS(3191), - [anon_sym_return] = ACTIONS(3191), - [anon_sym_DOLLARfor] = ACTIONS(3191), - [anon_sym_for] = ACTIONS(3191), - [anon_sym_POUND] = ACTIONS(3191), - [anon_sym_asm] = ACTIONS(3191), - [anon_sym_AT_LBRACK] = ACTIONS(3191), - [sym___double_quote] = ACTIONS(3191), - [sym___single_quote] = ACTIONS(3191), - [sym___c_double_quote] = ACTIONS(3191), - [sym___c_single_quote] = ACTIONS(3191), - [sym___r_double_quote] = ACTIONS(3191), - [sym___r_single_quote] = ACTIONS(3191), + [anon_sym_DOT] = ACTIONS(3115), + [anon_sym_as] = ACTIONS(3115), + [anon_sym_LBRACE] = ACTIONS(3115), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_const] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(3115), + [anon_sym___global] = ACTIONS(3115), + [anon_sym_type] = ACTIONS(3115), + [anon_sym_PIPE] = ACTIONS(3115), + [anon_sym_fn] = ACTIONS(3115), + [anon_sym_PLUS] = ACTIONS(3115), + [anon_sym_DASH] = ACTIONS(3115), + [anon_sym_STAR] = ACTIONS(3115), + [anon_sym_SLASH] = ACTIONS(3115), + [anon_sym_PERCENT] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(3115), + [anon_sym_GT] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(3115), + [anon_sym_GT_EQ] = ACTIONS(3115), + [anon_sym_LBRACK] = ACTIONS(3113), + [anon_sym_struct] = ACTIONS(3115), + [anon_sym_union] = ACTIONS(3115), + [anon_sym_pub] = ACTIONS(3115), + [anon_sym_mut] = ACTIONS(3115), + [anon_sym_enum] = ACTIONS(3115), + [anon_sym_interface] = ACTIONS(3115), + [anon_sym_PLUS_PLUS] = ACTIONS(3115), + [anon_sym_DASH_DASH] = ACTIONS(3115), + [anon_sym_QMARK] = ACTIONS(3115), + [anon_sym_BANG] = ACTIONS(3115), + [anon_sym_go] = ACTIONS(3115), + [anon_sym_spawn] = ACTIONS(3115), + [anon_sym_json_DOTdecode] = ACTIONS(3115), + [anon_sym_LBRACK2] = ACTIONS(3115), + [anon_sym_TILDE] = ACTIONS(3115), + [anon_sym_CARET] = ACTIONS(3115), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT_DASH] = ACTIONS(3115), + [anon_sym_LT_LT] = ACTIONS(3115), + [anon_sym_GT_GT] = ACTIONS(3115), + [anon_sym_GT_GT_GT] = ACTIONS(3115), + [anon_sym_AMP_CARET] = ACTIONS(3115), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_or] = ACTIONS(3115), + [sym_none] = ACTIONS(3115), + [sym_true] = ACTIONS(3115), + [sym_false] = ACTIONS(3115), + [sym_nil] = ACTIONS(3115), + [anon_sym_QMARK_DOT] = ACTIONS(3115), + [anon_sym_POUND_LBRACK] = ACTIONS(3115), + [anon_sym_if] = ACTIONS(3115), + [anon_sym_DOLLARif] = ACTIONS(3115), + [anon_sym_is] = ACTIONS(3115), + [anon_sym_BANGis] = ACTIONS(3115), + [anon_sym_in] = ACTIONS(3115), + [anon_sym_BANGin] = ACTIONS(3115), + [anon_sym_match] = ACTIONS(3115), + [anon_sym_select] = ACTIONS(3115), + [anon_sym_lock] = ACTIONS(3115), + [anon_sym_rlock] = ACTIONS(3115), + [anon_sym_unsafe] = ACTIONS(3115), + [anon_sym_sql] = ACTIONS(3115), + [sym_int_literal] = ACTIONS(3115), + [sym_float_literal] = ACTIONS(3115), + [sym_rune_literal] = ACTIONS(3115), + [sym_pseudo_compile_time_identifier] = ACTIONS(3115), + [anon_sym_shared] = ACTIONS(3115), + [anon_sym_map_LBRACK] = ACTIONS(3115), + [anon_sym_chan] = ACTIONS(3115), + [anon_sym_thread] = ACTIONS(3115), + [anon_sym_atomic] = ACTIONS(3115), + [anon_sym_assert] = ACTIONS(3115), + [anon_sym_defer] = ACTIONS(3115), + [anon_sym_goto] = ACTIONS(3115), + [anon_sym_break] = ACTIONS(3115), + [anon_sym_continue] = ACTIONS(3115), + [anon_sym_return] = ACTIONS(3115), + [anon_sym_DOLLARfor] = ACTIONS(3115), + [anon_sym_for] = ACTIONS(3115), + [anon_sym_POUND] = ACTIONS(3115), + [anon_sym_asm] = ACTIONS(3115), + [anon_sym_AT_LBRACK] = ACTIONS(3115), + [sym___double_quote] = ACTIONS(3115), + [sym___single_quote] = ACTIONS(3115), + [sym___c_double_quote] = ACTIONS(3115), + [sym___c_single_quote] = ACTIONS(3115), + [sym___r_double_quote] = ACTIONS(3115), + [sym___r_single_quote] = ACTIONS(3115), }, [1116] = { [sym_line_comment] = STATE(1116), [sym_block_comment] = STATE(1116), - [ts_builtin_sym_end] = ACTIONS(2959), - [sym_identifier] = ACTIONS(2961), - [anon_sym_LF] = ACTIONS(2961), - [anon_sym_CR] = ACTIONS(2961), - [anon_sym_CR_LF] = ACTIONS(2961), + [ts_builtin_sym_end] = ACTIONS(3239), + [sym_identifier] = ACTIONS(3241), + [anon_sym_LF] = ACTIONS(3241), + [anon_sym_CR] = ACTIONS(3241), + [anon_sym_CR_LF] = ACTIONS(3241), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2963), - [anon_sym_as] = ACTIONS(2963), - [anon_sym_LBRACE] = ACTIONS(2961), - [anon_sym_COMMA] = ACTIONS(2961), - [anon_sym_const] = ACTIONS(2961), - [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym___global] = ACTIONS(2961), - [anon_sym_type] = ACTIONS(2961), - [anon_sym_PIPE] = ACTIONS(2963), - [anon_sym_fn] = ACTIONS(2961), - [anon_sym_PLUS] = ACTIONS(2963), - [anon_sym_DASH] = ACTIONS(2963), - [anon_sym_STAR] = ACTIONS(2963), - [anon_sym_SLASH] = ACTIONS(2963), - [anon_sym_PERCENT] = ACTIONS(2963), - [anon_sym_LT] = ACTIONS(2963), - [anon_sym_GT] = ACTIONS(2963), - [anon_sym_EQ_EQ] = ACTIONS(2963), - [anon_sym_BANG_EQ] = ACTIONS(2963), - [anon_sym_LT_EQ] = ACTIONS(2963), - [anon_sym_GT_EQ] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2966), - [anon_sym_struct] = ACTIONS(2961), - [anon_sym_union] = ACTIONS(2961), - [anon_sym_pub] = ACTIONS(2961), - [anon_sym_mut] = ACTIONS(2961), - [anon_sym_enum] = ACTIONS(2961), - [anon_sym_interface] = ACTIONS(2961), - [anon_sym_PLUS_PLUS] = ACTIONS(2963), - [anon_sym_DASH_DASH] = ACTIONS(2963), - [anon_sym_QMARK] = ACTIONS(2963), - [anon_sym_BANG] = ACTIONS(2963), - [anon_sym_go] = ACTIONS(2961), - [anon_sym_spawn] = ACTIONS(2961), - [anon_sym_json_DOTdecode] = ACTIONS(2961), - [anon_sym_LBRACK2] = ACTIONS(2963), - [anon_sym_TILDE] = ACTIONS(2961), - [anon_sym_CARET] = ACTIONS(2963), - [anon_sym_AMP] = ACTIONS(2963), - [anon_sym_LT_DASH] = ACTIONS(2961), - [anon_sym_LT_LT] = ACTIONS(2963), - [anon_sym_GT_GT] = ACTIONS(2963), - [anon_sym_GT_GT_GT] = ACTIONS(2963), - [anon_sym_AMP_CARET] = ACTIONS(2963), - [anon_sym_AMP_AMP] = ACTIONS(2963), - [anon_sym_PIPE_PIPE] = ACTIONS(2963), - [anon_sym_or] = ACTIONS(2963), - [sym_none] = ACTIONS(2961), - [sym_true] = ACTIONS(2961), - [sym_false] = ACTIONS(2961), - [sym_nil] = ACTIONS(2961), - [anon_sym_QMARK_DOT] = ACTIONS(2963), - [anon_sym_POUND_LBRACK] = ACTIONS(2963), - [anon_sym_if] = ACTIONS(2961), - [anon_sym_DOLLARif] = ACTIONS(2961), - [anon_sym_is] = ACTIONS(2963), - [anon_sym_BANGis] = ACTIONS(2963), - [anon_sym_in] = ACTIONS(2963), - [anon_sym_BANGin] = ACTIONS(2963), - [anon_sym_match] = ACTIONS(2961), - [anon_sym_select] = ACTIONS(2961), - [anon_sym_lock] = ACTIONS(2961), - [anon_sym_rlock] = ACTIONS(2961), - [anon_sym_unsafe] = ACTIONS(2961), - [anon_sym_sql] = ACTIONS(2961), - [sym_int_literal] = ACTIONS(2961), - [sym_float_literal] = ACTIONS(2961), - [sym_rune_literal] = ACTIONS(2961), - [sym_pseudo_compile_time_identifier] = ACTIONS(2961), - [anon_sym_shared] = ACTIONS(2961), - [anon_sym_map_LBRACK] = ACTIONS(2961), - [anon_sym_chan] = ACTIONS(2961), - [anon_sym_thread] = ACTIONS(2961), - [anon_sym_atomic] = ACTIONS(2961), - [anon_sym_assert] = ACTIONS(2961), - [anon_sym_defer] = ACTIONS(2961), - [anon_sym_goto] = ACTIONS(2961), - [anon_sym_break] = ACTIONS(2961), - [anon_sym_continue] = ACTIONS(2961), - [anon_sym_return] = ACTIONS(2961), - [anon_sym_DOLLARfor] = ACTIONS(2961), - [anon_sym_for] = ACTIONS(2961), - [anon_sym_POUND] = ACTIONS(2961), - [anon_sym_asm] = ACTIONS(2961), - [anon_sym_AT_LBRACK] = ACTIONS(2961), - [sym___double_quote] = ACTIONS(2961), - [sym___single_quote] = ACTIONS(2961), - [sym___c_double_quote] = ACTIONS(2961), - [sym___c_single_quote] = ACTIONS(2961), - [sym___r_double_quote] = ACTIONS(2961), - [sym___r_single_quote] = ACTIONS(2961), + [anon_sym_DOT] = ACTIONS(3241), + [anon_sym_as] = ACTIONS(3241), + [anon_sym_LBRACE] = ACTIONS(3241), + [anon_sym_COMMA] = ACTIONS(3241), + [anon_sym_const] = ACTIONS(3241), + [anon_sym_LPAREN] = ACTIONS(3241), + [anon_sym___global] = ACTIONS(3241), + [anon_sym_type] = ACTIONS(3241), + [anon_sym_PIPE] = ACTIONS(3241), + [anon_sym_fn] = ACTIONS(3241), + [anon_sym_PLUS] = ACTIONS(3241), + [anon_sym_DASH] = ACTIONS(3241), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3241), + [anon_sym_GT] = ACTIONS(3241), + [anon_sym_EQ_EQ] = ACTIONS(3241), + [anon_sym_BANG_EQ] = ACTIONS(3241), + [anon_sym_LT_EQ] = ACTIONS(3241), + [anon_sym_GT_EQ] = ACTIONS(3241), + [anon_sym_LBRACK] = ACTIONS(3239), + [anon_sym_struct] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3241), + [anon_sym_pub] = ACTIONS(3241), + [anon_sym_mut] = ACTIONS(3241), + [anon_sym_enum] = ACTIONS(3241), + [anon_sym_interface] = ACTIONS(3241), + [anon_sym_PLUS_PLUS] = ACTIONS(3241), + [anon_sym_DASH_DASH] = ACTIONS(3241), + [anon_sym_QMARK] = ACTIONS(3241), + [anon_sym_BANG] = ACTIONS(3241), + [anon_sym_go] = ACTIONS(3241), + [anon_sym_spawn] = ACTIONS(3241), + [anon_sym_json_DOTdecode] = ACTIONS(3241), + [anon_sym_LBRACK2] = ACTIONS(3241), + [anon_sym_TILDE] = ACTIONS(3241), + [anon_sym_CARET] = ACTIONS(3241), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(3241), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3241), + [anon_sym_PIPE_PIPE] = ACTIONS(3241), + [anon_sym_or] = ACTIONS(3241), + [sym_none] = ACTIONS(3241), + [sym_true] = ACTIONS(3241), + [sym_false] = ACTIONS(3241), + [sym_nil] = ACTIONS(3241), + [anon_sym_QMARK_DOT] = ACTIONS(3241), + [anon_sym_POUND_LBRACK] = ACTIONS(3241), + [anon_sym_if] = ACTIONS(3241), + [anon_sym_DOLLARif] = ACTIONS(3241), + [anon_sym_is] = ACTIONS(3241), + [anon_sym_BANGis] = ACTIONS(3241), + [anon_sym_in] = ACTIONS(3241), + [anon_sym_BANGin] = ACTIONS(3241), + [anon_sym_match] = ACTIONS(3241), + [anon_sym_select] = ACTIONS(3241), + [anon_sym_lock] = ACTIONS(3241), + [anon_sym_rlock] = ACTIONS(3241), + [anon_sym_unsafe] = ACTIONS(3241), + [anon_sym_sql] = ACTIONS(3241), + [sym_int_literal] = ACTIONS(3241), + [sym_float_literal] = ACTIONS(3241), + [sym_rune_literal] = ACTIONS(3241), + [sym_pseudo_compile_time_identifier] = ACTIONS(3241), + [anon_sym_shared] = ACTIONS(3241), + [anon_sym_map_LBRACK] = ACTIONS(3241), + [anon_sym_chan] = ACTIONS(3241), + [anon_sym_thread] = ACTIONS(3241), + [anon_sym_atomic] = ACTIONS(3241), + [anon_sym_assert] = ACTIONS(3241), + [anon_sym_defer] = ACTIONS(3241), + [anon_sym_goto] = ACTIONS(3241), + [anon_sym_break] = ACTIONS(3241), + [anon_sym_continue] = ACTIONS(3241), + [anon_sym_return] = ACTIONS(3241), + [anon_sym_DOLLARfor] = ACTIONS(3241), + [anon_sym_for] = ACTIONS(3241), + [anon_sym_POUND] = ACTIONS(3241), + [anon_sym_asm] = ACTIONS(3241), + [anon_sym_AT_LBRACK] = ACTIONS(3241), + [sym___double_quote] = ACTIONS(3241), + [sym___single_quote] = ACTIONS(3241), + [sym___c_double_quote] = ACTIONS(3241), + [sym___c_single_quote] = ACTIONS(3241), + [sym___r_double_quote] = ACTIONS(3241), + [sym___r_single_quote] = ACTIONS(3241), }, [1117] = { [sym_line_comment] = STATE(1117), [sym_block_comment] = STATE(1117), - [ts_builtin_sym_end] = ACTIONS(2991), - [sym_identifier] = ACTIONS(2993), - [anon_sym_LF] = ACTIONS(2993), - [anon_sym_CR] = ACTIONS(2993), - [anon_sym_CR_LF] = ACTIONS(2993), + [ts_builtin_sym_end] = ACTIONS(3446), + [sym_identifier] = ACTIONS(3448), + [anon_sym_LF] = ACTIONS(3448), + [anon_sym_CR] = ACTIONS(3448), + [anon_sym_CR_LF] = ACTIONS(3448), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2995), - [anon_sym_as] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(2993), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_const] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(2995), - [anon_sym___global] = ACTIONS(2993), - [anon_sym_type] = ACTIONS(2993), - [anon_sym_PIPE] = ACTIONS(2995), - [anon_sym_fn] = ACTIONS(2993), - [anon_sym_PLUS] = ACTIONS(2995), - [anon_sym_DASH] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(2995), - [anon_sym_SLASH] = ACTIONS(2995), - [anon_sym_PERCENT] = ACTIONS(2995), - [anon_sym_LT] = ACTIONS(2995), - [anon_sym_GT] = ACTIONS(2995), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_LT_EQ] = ACTIONS(2995), - [anon_sym_GT_EQ] = ACTIONS(2995), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2993), - [anon_sym_union] = ACTIONS(2993), - [anon_sym_pub] = ACTIONS(2993), - [anon_sym_mut] = ACTIONS(2993), - [anon_sym_enum] = ACTIONS(2993), - [anon_sym_interface] = ACTIONS(2993), - [anon_sym_PLUS_PLUS] = ACTIONS(2995), - [anon_sym_DASH_DASH] = ACTIONS(2995), - [anon_sym_QMARK] = ACTIONS(2995), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_go] = ACTIONS(2993), - [anon_sym_spawn] = ACTIONS(2993), - [anon_sym_json_DOTdecode] = ACTIONS(2993), - [anon_sym_LBRACK2] = ACTIONS(2995), - [anon_sym_TILDE] = ACTIONS(2993), - [anon_sym_CARET] = ACTIONS(2995), - [anon_sym_AMP] = ACTIONS(2995), - [anon_sym_LT_DASH] = ACTIONS(2993), - [anon_sym_LT_LT] = ACTIONS(2995), - [anon_sym_GT_GT] = ACTIONS(2995), - [anon_sym_GT_GT_GT] = ACTIONS(2995), - [anon_sym_AMP_CARET] = ACTIONS(2995), - [anon_sym_AMP_AMP] = ACTIONS(2995), - [anon_sym_PIPE_PIPE] = ACTIONS(2995), - [anon_sym_or] = ACTIONS(2995), - [sym_none] = ACTIONS(2993), - [sym_true] = ACTIONS(2993), - [sym_false] = ACTIONS(2993), - [sym_nil] = ACTIONS(2993), - [anon_sym_QMARK_DOT] = ACTIONS(2995), - [anon_sym_POUND_LBRACK] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2993), - [anon_sym_DOLLARif] = ACTIONS(2993), - [anon_sym_is] = ACTIONS(2995), - [anon_sym_BANGis] = ACTIONS(2995), - [anon_sym_in] = ACTIONS(2995), - [anon_sym_BANGin] = ACTIONS(2995), - [anon_sym_match] = ACTIONS(2993), - [anon_sym_select] = ACTIONS(2993), - [anon_sym_lock] = ACTIONS(2993), - [anon_sym_rlock] = ACTIONS(2993), - [anon_sym_unsafe] = ACTIONS(2993), - [anon_sym_sql] = ACTIONS(2993), - [sym_int_literal] = ACTIONS(2993), - [sym_float_literal] = ACTIONS(2993), - [sym_rune_literal] = ACTIONS(2993), - [sym_pseudo_compile_time_identifier] = ACTIONS(2993), - [anon_sym_shared] = ACTIONS(2993), - [anon_sym_map_LBRACK] = ACTIONS(2993), - [anon_sym_chan] = ACTIONS(2993), - [anon_sym_thread] = ACTIONS(2993), - [anon_sym_atomic] = ACTIONS(2993), - [anon_sym_assert] = ACTIONS(2993), - [anon_sym_defer] = ACTIONS(2993), - [anon_sym_goto] = ACTIONS(2993), - [anon_sym_break] = ACTIONS(2993), - [anon_sym_continue] = ACTIONS(2993), - [anon_sym_return] = ACTIONS(2993), - [anon_sym_DOLLARfor] = ACTIONS(2993), - [anon_sym_for] = ACTIONS(2993), - [anon_sym_POUND] = ACTIONS(2993), - [anon_sym_asm] = ACTIONS(2993), - [anon_sym_AT_LBRACK] = ACTIONS(2993), - [sym___double_quote] = ACTIONS(2993), - [sym___single_quote] = ACTIONS(2993), - [sym___c_double_quote] = ACTIONS(2993), - [sym___c_single_quote] = ACTIONS(2993), - [sym___r_double_quote] = ACTIONS(2993), - [sym___r_single_quote] = ACTIONS(2993), + [anon_sym_DOT] = ACTIONS(3448), + [anon_sym_as] = ACTIONS(3448), + [anon_sym_LBRACE] = ACTIONS(3448), + [anon_sym_COMMA] = ACTIONS(3448), + [anon_sym_const] = ACTIONS(3448), + [anon_sym_LPAREN] = ACTIONS(3448), + [anon_sym___global] = ACTIONS(3448), + [anon_sym_type] = ACTIONS(3448), + [anon_sym_PIPE] = ACTIONS(3448), + [anon_sym_fn] = ACTIONS(3448), + [anon_sym_PLUS] = ACTIONS(3448), + [anon_sym_DASH] = ACTIONS(3448), + [anon_sym_STAR] = ACTIONS(3448), + [anon_sym_SLASH] = ACTIONS(3448), + [anon_sym_PERCENT] = ACTIONS(3448), + [anon_sym_LT] = ACTIONS(3448), + [anon_sym_GT] = ACTIONS(3448), + [anon_sym_EQ_EQ] = ACTIONS(3448), + [anon_sym_BANG_EQ] = ACTIONS(3448), + [anon_sym_LT_EQ] = ACTIONS(3448), + [anon_sym_GT_EQ] = ACTIONS(3448), + [anon_sym_LBRACK] = ACTIONS(3446), + [anon_sym_struct] = ACTIONS(3448), + [anon_sym_union] = ACTIONS(3448), + [anon_sym_pub] = ACTIONS(3448), + [anon_sym_mut] = ACTIONS(3448), + [anon_sym_enum] = ACTIONS(3448), + [anon_sym_interface] = ACTIONS(3448), + [anon_sym_PLUS_PLUS] = ACTIONS(3448), + [anon_sym_DASH_DASH] = ACTIONS(3448), + [anon_sym_QMARK] = ACTIONS(3448), + [anon_sym_BANG] = ACTIONS(3448), + [anon_sym_go] = ACTIONS(3448), + [anon_sym_spawn] = ACTIONS(3448), + [anon_sym_json_DOTdecode] = ACTIONS(3448), + [anon_sym_LBRACK2] = ACTIONS(3448), + [anon_sym_TILDE] = ACTIONS(3448), + [anon_sym_CARET] = ACTIONS(3448), + [anon_sym_AMP] = ACTIONS(3448), + [anon_sym_LT_DASH] = ACTIONS(3448), + [anon_sym_LT_LT] = ACTIONS(3448), + [anon_sym_GT_GT] = ACTIONS(3448), + [anon_sym_GT_GT_GT] = ACTIONS(3448), + [anon_sym_AMP_CARET] = ACTIONS(3448), + [anon_sym_AMP_AMP] = ACTIONS(3448), + [anon_sym_PIPE_PIPE] = ACTIONS(3448), + [anon_sym_or] = ACTIONS(3448), + [sym_none] = ACTIONS(3448), + [sym_true] = ACTIONS(3448), + [sym_false] = ACTIONS(3448), + [sym_nil] = ACTIONS(3448), + [anon_sym_QMARK_DOT] = ACTIONS(3448), + [anon_sym_POUND_LBRACK] = ACTIONS(3448), + [anon_sym_if] = ACTIONS(3448), + [anon_sym_DOLLARif] = ACTIONS(3448), + [anon_sym_is] = ACTIONS(3448), + [anon_sym_BANGis] = ACTIONS(3448), + [anon_sym_in] = ACTIONS(3448), + [anon_sym_BANGin] = ACTIONS(3448), + [anon_sym_match] = ACTIONS(3448), + [anon_sym_select] = ACTIONS(3448), + [anon_sym_lock] = ACTIONS(3448), + [anon_sym_rlock] = ACTIONS(3448), + [anon_sym_unsafe] = ACTIONS(3448), + [anon_sym_sql] = ACTIONS(3448), + [sym_int_literal] = ACTIONS(3448), + [sym_float_literal] = ACTIONS(3448), + [sym_rune_literal] = ACTIONS(3448), + [sym_pseudo_compile_time_identifier] = ACTIONS(3448), + [anon_sym_shared] = ACTIONS(3448), + [anon_sym_map_LBRACK] = ACTIONS(3448), + [anon_sym_chan] = ACTIONS(3448), + [anon_sym_thread] = ACTIONS(3448), + [anon_sym_atomic] = ACTIONS(3448), + [anon_sym_assert] = ACTIONS(3448), + [anon_sym_defer] = ACTIONS(3448), + [anon_sym_goto] = ACTIONS(3448), + [anon_sym_break] = ACTIONS(3448), + [anon_sym_continue] = ACTIONS(3448), + [anon_sym_return] = ACTIONS(3448), + [anon_sym_DOLLARfor] = ACTIONS(3448), + [anon_sym_for] = ACTIONS(3448), + [anon_sym_POUND] = ACTIONS(3448), + [anon_sym_asm] = ACTIONS(3448), + [anon_sym_AT_LBRACK] = ACTIONS(3448), + [sym___double_quote] = ACTIONS(3448), + [sym___single_quote] = ACTIONS(3448), + [sym___c_double_quote] = ACTIONS(3448), + [sym___c_single_quote] = ACTIONS(3448), + [sym___r_double_quote] = ACTIONS(3448), + [sym___r_single_quote] = ACTIONS(3448), }, [1118] = { [sym_line_comment] = STATE(1118), [sym_block_comment] = STATE(1118), - [ts_builtin_sym_end] = ACTIONS(3253), - [sym_identifier] = ACTIONS(3255), - [anon_sym_LF] = ACTIONS(3255), - [anon_sym_CR] = ACTIONS(3255), - [anon_sym_CR_LF] = ACTIONS(3255), + [ts_builtin_sym_end] = ACTIONS(3179), + [sym_identifier] = ACTIONS(3181), + [anon_sym_LF] = ACTIONS(3181), + [anon_sym_CR] = ACTIONS(3181), + [anon_sym_CR_LF] = ACTIONS(3181), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3255), - [anon_sym_as] = ACTIONS(3255), - [anon_sym_LBRACE] = ACTIONS(3255), - [anon_sym_COMMA] = ACTIONS(3255), - [anon_sym_const] = ACTIONS(3255), - [anon_sym_LPAREN] = ACTIONS(3255), - [anon_sym___global] = ACTIONS(3255), - [anon_sym_type] = ACTIONS(3255), - [anon_sym_PIPE] = ACTIONS(3255), - [anon_sym_fn] = ACTIONS(3255), - [anon_sym_PLUS] = ACTIONS(3255), - [anon_sym_DASH] = ACTIONS(3255), - [anon_sym_STAR] = ACTIONS(3255), - [anon_sym_SLASH] = ACTIONS(3255), - [anon_sym_PERCENT] = ACTIONS(3255), - [anon_sym_LT] = ACTIONS(3255), - [anon_sym_GT] = ACTIONS(3255), - [anon_sym_EQ_EQ] = ACTIONS(3255), - [anon_sym_BANG_EQ] = ACTIONS(3255), - [anon_sym_LT_EQ] = ACTIONS(3255), - [anon_sym_GT_EQ] = ACTIONS(3255), - [anon_sym_LBRACK] = ACTIONS(3253), - [anon_sym_struct] = ACTIONS(3255), - [anon_sym_union] = ACTIONS(3255), - [anon_sym_pub] = ACTIONS(3255), - [anon_sym_mut] = ACTIONS(3255), - [anon_sym_enum] = ACTIONS(3255), - [anon_sym_interface] = ACTIONS(3255), - [anon_sym_PLUS_PLUS] = ACTIONS(3255), - [anon_sym_DASH_DASH] = ACTIONS(3255), - [anon_sym_QMARK] = ACTIONS(3255), - [anon_sym_BANG] = ACTIONS(3255), - [anon_sym_go] = ACTIONS(3255), - [anon_sym_spawn] = ACTIONS(3255), - [anon_sym_json_DOTdecode] = ACTIONS(3255), - [anon_sym_LBRACK2] = ACTIONS(3255), - [anon_sym_TILDE] = ACTIONS(3255), - [anon_sym_CARET] = ACTIONS(3255), - [anon_sym_AMP] = ACTIONS(3255), - [anon_sym_LT_DASH] = ACTIONS(3255), - [anon_sym_LT_LT] = ACTIONS(3255), - [anon_sym_GT_GT] = ACTIONS(3255), - [anon_sym_GT_GT_GT] = ACTIONS(3255), - [anon_sym_AMP_CARET] = ACTIONS(3255), - [anon_sym_AMP_AMP] = ACTIONS(3255), - [anon_sym_PIPE_PIPE] = ACTIONS(3255), - [anon_sym_or] = ACTIONS(3255), - [sym_none] = ACTIONS(3255), - [sym_true] = ACTIONS(3255), - [sym_false] = ACTIONS(3255), - [sym_nil] = ACTIONS(3255), - [anon_sym_QMARK_DOT] = ACTIONS(3255), - [anon_sym_POUND_LBRACK] = ACTIONS(3255), - [anon_sym_if] = ACTIONS(3255), - [anon_sym_DOLLARif] = ACTIONS(3255), - [anon_sym_is] = ACTIONS(3255), - [anon_sym_BANGis] = ACTIONS(3255), - [anon_sym_in] = ACTIONS(3255), - [anon_sym_BANGin] = ACTIONS(3255), - [anon_sym_match] = ACTIONS(3255), - [anon_sym_select] = ACTIONS(3255), - [anon_sym_lock] = ACTIONS(3255), - [anon_sym_rlock] = ACTIONS(3255), - [anon_sym_unsafe] = ACTIONS(3255), - [anon_sym_sql] = ACTIONS(3255), - [sym_int_literal] = ACTIONS(3255), - [sym_float_literal] = ACTIONS(3255), - [sym_rune_literal] = ACTIONS(3255), - [sym_pseudo_compile_time_identifier] = ACTIONS(3255), - [anon_sym_shared] = ACTIONS(3255), - [anon_sym_map_LBRACK] = ACTIONS(3255), - [anon_sym_chan] = ACTIONS(3255), - [anon_sym_thread] = ACTIONS(3255), - [anon_sym_atomic] = ACTIONS(3255), - [anon_sym_assert] = ACTIONS(3255), - [anon_sym_defer] = ACTIONS(3255), - [anon_sym_goto] = ACTIONS(3255), - [anon_sym_break] = ACTIONS(3255), - [anon_sym_continue] = ACTIONS(3255), - [anon_sym_return] = ACTIONS(3255), - [anon_sym_DOLLARfor] = ACTIONS(3255), - [anon_sym_for] = ACTIONS(3255), - [anon_sym_POUND] = ACTIONS(3255), - [anon_sym_asm] = ACTIONS(3255), - [anon_sym_AT_LBRACK] = ACTIONS(3255), - [sym___double_quote] = ACTIONS(3255), - [sym___single_quote] = ACTIONS(3255), - [sym___c_double_quote] = ACTIONS(3255), - [sym___c_single_quote] = ACTIONS(3255), - [sym___r_double_quote] = ACTIONS(3255), - [sym___r_single_quote] = ACTIONS(3255), + [anon_sym_DOT] = ACTIONS(3181), + [anon_sym_as] = ACTIONS(3181), + [anon_sym_LBRACE] = ACTIONS(3181), + [anon_sym_COMMA] = ACTIONS(3181), + [anon_sym_const] = ACTIONS(3181), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym___global] = ACTIONS(3181), + [anon_sym_type] = ACTIONS(3181), + [anon_sym_PIPE] = ACTIONS(3181), + [anon_sym_fn] = ACTIONS(3181), + [anon_sym_PLUS] = ACTIONS(3181), + [anon_sym_DASH] = ACTIONS(3181), + [anon_sym_STAR] = ACTIONS(3181), + [anon_sym_SLASH] = ACTIONS(3181), + [anon_sym_PERCENT] = ACTIONS(3181), + [anon_sym_LT] = ACTIONS(3181), + [anon_sym_GT] = ACTIONS(3181), + [anon_sym_EQ_EQ] = ACTIONS(3181), + [anon_sym_BANG_EQ] = ACTIONS(3181), + [anon_sym_LT_EQ] = ACTIONS(3181), + [anon_sym_GT_EQ] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3181), + [anon_sym_union] = ACTIONS(3181), + [anon_sym_pub] = ACTIONS(3181), + [anon_sym_mut] = ACTIONS(3181), + [anon_sym_enum] = ACTIONS(3181), + [anon_sym_interface] = ACTIONS(3181), + [anon_sym_PLUS_PLUS] = ACTIONS(3181), + [anon_sym_DASH_DASH] = ACTIONS(3181), + [anon_sym_QMARK] = ACTIONS(3181), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_go] = ACTIONS(3181), + [anon_sym_spawn] = ACTIONS(3181), + [anon_sym_json_DOTdecode] = ACTIONS(3181), + [anon_sym_LBRACK2] = ACTIONS(3181), + [anon_sym_TILDE] = ACTIONS(3181), + [anon_sym_CARET] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3181), + [anon_sym_LT_DASH] = ACTIONS(3181), + [anon_sym_LT_LT] = ACTIONS(3181), + [anon_sym_GT_GT] = ACTIONS(3181), + [anon_sym_GT_GT_GT] = ACTIONS(3181), + [anon_sym_AMP_CARET] = ACTIONS(3181), + [anon_sym_AMP_AMP] = ACTIONS(3181), + [anon_sym_PIPE_PIPE] = ACTIONS(3181), + [anon_sym_or] = ACTIONS(3181), + [sym_none] = ACTIONS(3181), + [sym_true] = ACTIONS(3181), + [sym_false] = ACTIONS(3181), + [sym_nil] = ACTIONS(3181), + [anon_sym_QMARK_DOT] = ACTIONS(3181), + [anon_sym_POUND_LBRACK] = ACTIONS(3181), + [anon_sym_if] = ACTIONS(3181), + [anon_sym_DOLLARif] = ACTIONS(3181), + [anon_sym_is] = ACTIONS(3181), + [anon_sym_BANGis] = ACTIONS(3181), + [anon_sym_in] = ACTIONS(3181), + [anon_sym_BANGin] = ACTIONS(3181), + [anon_sym_match] = ACTIONS(3181), + [anon_sym_select] = ACTIONS(3181), + [anon_sym_lock] = ACTIONS(3181), + [anon_sym_rlock] = ACTIONS(3181), + [anon_sym_unsafe] = ACTIONS(3181), + [anon_sym_sql] = ACTIONS(3181), + [sym_int_literal] = ACTIONS(3181), + [sym_float_literal] = ACTIONS(3181), + [sym_rune_literal] = ACTIONS(3181), + [sym_pseudo_compile_time_identifier] = ACTIONS(3181), + [anon_sym_shared] = ACTIONS(3181), + [anon_sym_map_LBRACK] = ACTIONS(3181), + [anon_sym_chan] = ACTIONS(3181), + [anon_sym_thread] = ACTIONS(3181), + [anon_sym_atomic] = ACTIONS(3181), + [anon_sym_assert] = ACTIONS(3181), + [anon_sym_defer] = ACTIONS(3181), + [anon_sym_goto] = ACTIONS(3181), + [anon_sym_break] = ACTIONS(3181), + [anon_sym_continue] = ACTIONS(3181), + [anon_sym_return] = ACTIONS(3181), + [anon_sym_DOLLARfor] = ACTIONS(3181), + [anon_sym_for] = ACTIONS(3181), + [anon_sym_POUND] = ACTIONS(3181), + [anon_sym_asm] = ACTIONS(3181), + [anon_sym_AT_LBRACK] = ACTIONS(3181), + [sym___double_quote] = ACTIONS(3181), + [sym___single_quote] = ACTIONS(3181), + [sym___c_double_quote] = ACTIONS(3181), + [sym___c_single_quote] = ACTIONS(3181), + [sym___r_double_quote] = ACTIONS(3181), + [sym___r_single_quote] = ACTIONS(3181), }, [1119] = { [sym_line_comment] = STATE(1119), [sym_block_comment] = STATE(1119), - [ts_builtin_sym_end] = ACTIONS(2759), - [sym_identifier] = ACTIONS(2761), - [anon_sym_LF] = ACTIONS(2761), - [anon_sym_CR] = ACTIONS(2761), - [anon_sym_CR_LF] = ACTIONS(2761), + [ts_builtin_sym_end] = ACTIONS(3139), + [sym_identifier] = ACTIONS(3141), + [anon_sym_LF] = ACTIONS(3141), + [anon_sym_CR] = ACTIONS(3141), + [anon_sym_CR_LF] = ACTIONS(3141), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_COMMA] = ACTIONS(2761), - [anon_sym_const] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym___global] = ACTIONS(2761), - [anon_sym_type] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2761), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2761), - [anon_sym_BANG_EQ] = ACTIONS(2761), - [anon_sym_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_EQ] = ACTIONS(2761), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_union] = ACTIONS(2761), - [anon_sym_pub] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_enum] = ACTIONS(2761), - [anon_sym_interface] = ACTIONS(2761), - [anon_sym_PLUS_PLUS] = ACTIONS(2761), - [anon_sym_DASH_DASH] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2761), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2761), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2761), - [anon_sym_AMP_CARET] = ACTIONS(2761), - [anon_sym_AMP_AMP] = ACTIONS(2761), - [anon_sym_PIPE_PIPE] = ACTIONS(2761), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2761), - [anon_sym_POUND_LBRACK] = ACTIONS(2761), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2761), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2761), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), - [sym_rune_literal] = ACTIONS(2761), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2761), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [anon_sym_assert] = ACTIONS(2761), - [anon_sym_defer] = ACTIONS(2761), - [anon_sym_goto] = ACTIONS(2761), - [anon_sym_break] = ACTIONS(2761), - [anon_sym_continue] = ACTIONS(2761), - [anon_sym_return] = ACTIONS(2761), - [anon_sym_DOLLARfor] = ACTIONS(2761), - [anon_sym_for] = ACTIONS(2761), - [anon_sym_POUND] = ACTIONS(2761), - [anon_sym_asm] = ACTIONS(2761), - [anon_sym_AT_LBRACK] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2761), - [sym___single_quote] = ACTIONS(2761), - [sym___c_double_quote] = ACTIONS(2761), - [sym___c_single_quote] = ACTIONS(2761), - [sym___r_double_quote] = ACTIONS(2761), - [sym___r_single_quote] = ACTIONS(2761), + [anon_sym_DOT] = ACTIONS(3141), + [anon_sym_as] = ACTIONS(3141), + [anon_sym_LBRACE] = ACTIONS(3141), + [anon_sym_COMMA] = ACTIONS(3141), + [anon_sym_const] = ACTIONS(3141), + [anon_sym_LPAREN] = ACTIONS(3141), + [anon_sym___global] = ACTIONS(3141), + [anon_sym_type] = ACTIONS(3141), + [anon_sym_PIPE] = ACTIONS(3141), + [anon_sym_fn] = ACTIONS(3141), + [anon_sym_PLUS] = ACTIONS(3141), + [anon_sym_DASH] = ACTIONS(3141), + [anon_sym_STAR] = ACTIONS(3141), + [anon_sym_SLASH] = ACTIONS(3141), + [anon_sym_PERCENT] = ACTIONS(3141), + [anon_sym_LT] = ACTIONS(3141), + [anon_sym_GT] = ACTIONS(3141), + [anon_sym_EQ_EQ] = ACTIONS(3141), + [anon_sym_BANG_EQ] = ACTIONS(3141), + [anon_sym_LT_EQ] = ACTIONS(3141), + [anon_sym_GT_EQ] = ACTIONS(3141), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3141), + [anon_sym_union] = ACTIONS(3141), + [anon_sym_pub] = ACTIONS(3141), + [anon_sym_mut] = ACTIONS(3141), + [anon_sym_enum] = ACTIONS(3141), + [anon_sym_interface] = ACTIONS(3141), + [anon_sym_PLUS_PLUS] = ACTIONS(3141), + [anon_sym_DASH_DASH] = ACTIONS(3141), + [anon_sym_QMARK] = ACTIONS(3141), + [anon_sym_BANG] = ACTIONS(3141), + [anon_sym_go] = ACTIONS(3141), + [anon_sym_spawn] = ACTIONS(3141), + [anon_sym_json_DOTdecode] = ACTIONS(3141), + [anon_sym_LBRACK2] = ACTIONS(3141), + [anon_sym_TILDE] = ACTIONS(3141), + [anon_sym_CARET] = ACTIONS(3141), + [anon_sym_AMP] = ACTIONS(3141), + [anon_sym_LT_DASH] = ACTIONS(3141), + [anon_sym_LT_LT] = ACTIONS(3141), + [anon_sym_GT_GT] = ACTIONS(3141), + [anon_sym_GT_GT_GT] = ACTIONS(3141), + [anon_sym_AMP_CARET] = ACTIONS(3141), + [anon_sym_AMP_AMP] = ACTIONS(3141), + [anon_sym_PIPE_PIPE] = ACTIONS(3141), + [anon_sym_or] = ACTIONS(3141), + [sym_none] = ACTIONS(3141), + [sym_true] = ACTIONS(3141), + [sym_false] = ACTIONS(3141), + [sym_nil] = ACTIONS(3141), + [anon_sym_QMARK_DOT] = ACTIONS(3141), + [anon_sym_POUND_LBRACK] = ACTIONS(3141), + [anon_sym_if] = ACTIONS(3141), + [anon_sym_DOLLARif] = ACTIONS(3141), + [anon_sym_is] = ACTIONS(3141), + [anon_sym_BANGis] = ACTIONS(3141), + [anon_sym_in] = ACTIONS(3141), + [anon_sym_BANGin] = ACTIONS(3141), + [anon_sym_match] = ACTIONS(3141), + [anon_sym_select] = ACTIONS(3141), + [anon_sym_lock] = ACTIONS(3141), + [anon_sym_rlock] = ACTIONS(3141), + [anon_sym_unsafe] = ACTIONS(3141), + [anon_sym_sql] = ACTIONS(3141), + [sym_int_literal] = ACTIONS(3141), + [sym_float_literal] = ACTIONS(3141), + [sym_rune_literal] = ACTIONS(3141), + [sym_pseudo_compile_time_identifier] = ACTIONS(3141), + [anon_sym_shared] = ACTIONS(3141), + [anon_sym_map_LBRACK] = ACTIONS(3141), + [anon_sym_chan] = ACTIONS(3141), + [anon_sym_thread] = ACTIONS(3141), + [anon_sym_atomic] = ACTIONS(3141), + [anon_sym_assert] = ACTIONS(3141), + [anon_sym_defer] = ACTIONS(3141), + [anon_sym_goto] = ACTIONS(3141), + [anon_sym_break] = ACTIONS(3141), + [anon_sym_continue] = ACTIONS(3141), + [anon_sym_return] = ACTIONS(3141), + [anon_sym_DOLLARfor] = ACTIONS(3141), + [anon_sym_for] = ACTIONS(3141), + [anon_sym_POUND] = ACTIONS(3141), + [anon_sym_asm] = ACTIONS(3141), + [anon_sym_AT_LBRACK] = ACTIONS(3141), + [sym___double_quote] = ACTIONS(3141), + [sym___single_quote] = ACTIONS(3141), + [sym___c_double_quote] = ACTIONS(3141), + [sym___c_single_quote] = ACTIONS(3141), + [sym___r_double_quote] = ACTIONS(3141), + [sym___r_single_quote] = ACTIONS(3141), }, [1120] = { [sym_line_comment] = STATE(1120), [sym_block_comment] = STATE(1120), - [ts_builtin_sym_end] = ACTIONS(3433), - [sym_identifier] = ACTIONS(3435), - [anon_sym_LF] = ACTIONS(3435), - [anon_sym_CR] = ACTIONS(3435), - [anon_sym_CR_LF] = ACTIONS(3435), + [ts_builtin_sym_end] = ACTIONS(3017), + [sym_identifier] = ACTIONS(3019), + [anon_sym_LF] = ACTIONS(3019), + [anon_sym_CR] = ACTIONS(3019), + [anon_sym_CR_LF] = ACTIONS(3019), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3441), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3435), - [anon_sym_COMMA] = ACTIONS(3435), - [anon_sym_const] = ACTIONS(3435), - [anon_sym_LPAREN] = ACTIONS(3435), - [anon_sym___global] = ACTIONS(3435), - [anon_sym_type] = ACTIONS(3435), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3435), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3435), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3435), - [anon_sym_BANG_EQ] = ACTIONS(3435), - [anon_sym_LT_EQ] = ACTIONS(3435), - [anon_sym_GT_EQ] = ACTIONS(3435), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_union] = ACTIONS(3435), - [anon_sym_pub] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_enum] = ACTIONS(3435), - [anon_sym_interface] = ACTIONS(3435), - [anon_sym_PLUS_PLUS] = ACTIONS(3435), - [anon_sym_DASH_DASH] = ACTIONS(3435), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3435), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3435), - [anon_sym_CARET] = ACTIONS(3435), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3435), - [anon_sym_LT_LT] = ACTIONS(3435), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3435), - [anon_sym_AMP_CARET] = ACTIONS(3435), - [anon_sym_AMP_AMP] = ACTIONS(3435), - [anon_sym_PIPE_PIPE] = ACTIONS(3435), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3435), - [anon_sym_POUND_LBRACK] = ACTIONS(3435), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3435), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3435), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3435), - [sym_rune_literal] = ACTIONS(3435), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3435), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [anon_sym_assert] = ACTIONS(3435), - [anon_sym_defer] = ACTIONS(3435), - [anon_sym_goto] = ACTIONS(3435), - [anon_sym_break] = ACTIONS(3435), - [anon_sym_continue] = ACTIONS(3435), - [anon_sym_return] = ACTIONS(3435), - [anon_sym_DOLLARfor] = ACTIONS(3435), - [anon_sym_for] = ACTIONS(3435), - [anon_sym_POUND] = ACTIONS(3435), - [anon_sym_asm] = ACTIONS(3435), - [anon_sym_AT_LBRACK] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3435), - [sym___single_quote] = ACTIONS(3435), - [sym___c_double_quote] = ACTIONS(3435), - [sym___c_single_quote] = ACTIONS(3435), - [sym___r_double_quote] = ACTIONS(3435), - [sym___r_single_quote] = ACTIONS(3435), + [anon_sym_DOT] = ACTIONS(3019), + [anon_sym_as] = ACTIONS(3019), + [anon_sym_LBRACE] = ACTIONS(3019), + [anon_sym_COMMA] = ACTIONS(3019), + [anon_sym_const] = ACTIONS(3019), + [anon_sym_LPAREN] = ACTIONS(3019), + [anon_sym___global] = ACTIONS(3019), + [anon_sym_type] = ACTIONS(3019), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3019), + [anon_sym_SLASH] = ACTIONS(3019), + [anon_sym_PERCENT] = ACTIONS(3019), + [anon_sym_LT] = ACTIONS(3019), + [anon_sym_GT] = ACTIONS(3019), + [anon_sym_EQ_EQ] = ACTIONS(3019), + [anon_sym_BANG_EQ] = ACTIONS(3019), + [anon_sym_LT_EQ] = ACTIONS(3019), + [anon_sym_GT_EQ] = ACTIONS(3019), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_union] = ACTIONS(3019), + [anon_sym_pub] = ACTIONS(3019), + [anon_sym_mut] = ACTIONS(3019), + [anon_sym_enum] = ACTIONS(3019), + [anon_sym_interface] = ACTIONS(3019), + [anon_sym_PLUS_PLUS] = ACTIONS(3019), + [anon_sym_DASH_DASH] = ACTIONS(3019), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_go] = ACTIONS(3019), + [anon_sym_spawn] = ACTIONS(3019), + [anon_sym_json_DOTdecode] = ACTIONS(3019), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_TILDE] = ACTIONS(3019), + [anon_sym_CARET] = ACTIONS(3019), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_DASH] = ACTIONS(3019), + [anon_sym_LT_LT] = ACTIONS(3019), + [anon_sym_GT_GT] = ACTIONS(3019), + [anon_sym_GT_GT_GT] = ACTIONS(3019), + [anon_sym_AMP_CARET] = ACTIONS(3019), + [anon_sym_AMP_AMP] = ACTIONS(3019), + [anon_sym_PIPE_PIPE] = ACTIONS(3019), + [anon_sym_or] = ACTIONS(3019), + [sym_none] = ACTIONS(3019), + [sym_true] = ACTIONS(3019), + [sym_false] = ACTIONS(3019), + [sym_nil] = ACTIONS(3019), + [anon_sym_QMARK_DOT] = ACTIONS(3019), + [anon_sym_POUND_LBRACK] = ACTIONS(3019), + [anon_sym_if] = ACTIONS(3019), + [anon_sym_DOLLARif] = ACTIONS(3019), + [anon_sym_is] = ACTIONS(3019), + [anon_sym_BANGis] = ACTIONS(3019), + [anon_sym_in] = ACTIONS(3019), + [anon_sym_BANGin] = ACTIONS(3019), + [anon_sym_match] = ACTIONS(3019), + [anon_sym_select] = ACTIONS(3019), + [anon_sym_lock] = ACTIONS(3019), + [anon_sym_rlock] = ACTIONS(3019), + [anon_sym_unsafe] = ACTIONS(3019), + [anon_sym_sql] = ACTIONS(3019), + [sym_int_literal] = ACTIONS(3019), + [sym_float_literal] = ACTIONS(3019), + [sym_rune_literal] = ACTIONS(3019), + [sym_pseudo_compile_time_identifier] = ACTIONS(3019), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3019), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), + [anon_sym_assert] = ACTIONS(3019), + [anon_sym_defer] = ACTIONS(3019), + [anon_sym_goto] = ACTIONS(3019), + [anon_sym_break] = ACTIONS(3019), + [anon_sym_continue] = ACTIONS(3019), + [anon_sym_return] = ACTIONS(3019), + [anon_sym_DOLLARfor] = ACTIONS(3019), + [anon_sym_for] = ACTIONS(3019), + [anon_sym_POUND] = ACTIONS(3019), + [anon_sym_asm] = ACTIONS(3019), + [anon_sym_AT_LBRACK] = ACTIONS(3019), + [sym___double_quote] = ACTIONS(3019), + [sym___single_quote] = ACTIONS(3019), + [sym___c_double_quote] = ACTIONS(3019), + [sym___c_single_quote] = ACTIONS(3019), + [sym___r_double_quote] = ACTIONS(3019), + [sym___r_single_quote] = ACTIONS(3019), }, [1121] = { [sym_line_comment] = STATE(1121), [sym_block_comment] = STATE(1121), - [ts_builtin_sym_end] = ACTIONS(2829), - [sym_identifier] = ACTIONS(2831), - [anon_sym_LF] = ACTIONS(2831), - [anon_sym_CR] = ACTIONS(2831), - [anon_sym_CR_LF] = ACTIONS(2831), + [ts_builtin_sym_end] = ACTIONS(3287), + [sym_identifier] = ACTIONS(3289), + [anon_sym_LF] = ACTIONS(3289), + [anon_sym_CR] = ACTIONS(3289), + [anon_sym_CR_LF] = ACTIONS(3289), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2831), - [anon_sym_as] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2831), - [anon_sym_COMMA] = ACTIONS(2831), - [anon_sym_const] = ACTIONS(2831), - [anon_sym_LPAREN] = ACTIONS(2831), - [anon_sym___global] = ACTIONS(2831), - [anon_sym_type] = ACTIONS(2831), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_fn] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2831), - [anon_sym_SLASH] = ACTIONS(2831), - [anon_sym_PERCENT] = ACTIONS(2831), - [anon_sym_LT] = ACTIONS(2831), - [anon_sym_GT] = ACTIONS(2831), - [anon_sym_EQ_EQ] = ACTIONS(2831), - [anon_sym_BANG_EQ] = ACTIONS(2831), - [anon_sym_LT_EQ] = ACTIONS(2831), - [anon_sym_GT_EQ] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2829), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_union] = ACTIONS(2831), - [anon_sym_pub] = ACTIONS(2831), - [anon_sym_mut] = ACTIONS(2831), - [anon_sym_enum] = ACTIONS(2831), - [anon_sym_interface] = ACTIONS(2831), - [anon_sym_PLUS_PLUS] = ACTIONS(2831), - [anon_sym_DASH_DASH] = ACTIONS(2831), - [anon_sym_QMARK] = ACTIONS(2831), - [anon_sym_BANG] = ACTIONS(2831), - [anon_sym_go] = ACTIONS(2831), - [anon_sym_spawn] = ACTIONS(2831), - [anon_sym_json_DOTdecode] = ACTIONS(2831), - [anon_sym_LBRACK2] = ACTIONS(2831), - [anon_sym_TILDE] = ACTIONS(2831), - [anon_sym_CARET] = ACTIONS(2831), - [anon_sym_AMP] = ACTIONS(2831), - [anon_sym_LT_DASH] = ACTIONS(2831), - [anon_sym_LT_LT] = ACTIONS(2831), - [anon_sym_GT_GT] = ACTIONS(2831), - [anon_sym_GT_GT_GT] = ACTIONS(2831), - [anon_sym_AMP_CARET] = ACTIONS(2831), - [anon_sym_AMP_AMP] = ACTIONS(2831), - [anon_sym_PIPE_PIPE] = ACTIONS(2831), - [anon_sym_or] = ACTIONS(2831), - [sym_none] = ACTIONS(2831), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [sym_nil] = ACTIONS(2831), - [anon_sym_QMARK_DOT] = ACTIONS(2831), - [anon_sym_POUND_LBRACK] = ACTIONS(2831), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_DOLLARif] = ACTIONS(2831), - [anon_sym_is] = ACTIONS(2831), - [anon_sym_BANGis] = ACTIONS(2831), - [anon_sym_in] = ACTIONS(2831), - [anon_sym_BANGin] = ACTIONS(2831), - [anon_sym_match] = ACTIONS(2831), - [anon_sym_select] = ACTIONS(2831), - [anon_sym_lock] = ACTIONS(2831), - [anon_sym_rlock] = ACTIONS(2831), - [anon_sym_unsafe] = ACTIONS(2831), - [anon_sym_sql] = ACTIONS(2831), - [sym_int_literal] = ACTIONS(2831), - [sym_float_literal] = ACTIONS(2831), - [sym_rune_literal] = ACTIONS(2831), - [sym_pseudo_compile_time_identifier] = ACTIONS(2831), - [anon_sym_shared] = ACTIONS(2831), - [anon_sym_map_LBRACK] = ACTIONS(2831), - [anon_sym_chan] = ACTIONS(2831), - [anon_sym_thread] = ACTIONS(2831), - [anon_sym_atomic] = ACTIONS(2831), - [anon_sym_assert] = ACTIONS(2831), - [anon_sym_defer] = ACTIONS(2831), - [anon_sym_goto] = ACTIONS(2831), - [anon_sym_break] = ACTIONS(2831), - [anon_sym_continue] = ACTIONS(2831), - [anon_sym_return] = ACTIONS(2831), - [anon_sym_DOLLARfor] = ACTIONS(2831), - [anon_sym_for] = ACTIONS(2831), - [anon_sym_POUND] = ACTIONS(2831), - [anon_sym_asm] = ACTIONS(2831), - [anon_sym_AT_LBRACK] = ACTIONS(2831), - [sym___double_quote] = ACTIONS(2831), - [sym___single_quote] = ACTIONS(2831), - [sym___c_double_quote] = ACTIONS(2831), - [sym___c_single_quote] = ACTIONS(2831), - [sym___r_double_quote] = ACTIONS(2831), - [sym___r_single_quote] = ACTIONS(2831), + [anon_sym_DOT] = ACTIONS(3289), + [anon_sym_as] = ACTIONS(3289), + [anon_sym_LBRACE] = ACTIONS(3289), + [anon_sym_COMMA] = ACTIONS(3289), + [anon_sym_const] = ACTIONS(3289), + [anon_sym_LPAREN] = ACTIONS(3289), + [anon_sym___global] = ACTIONS(3289), + [anon_sym_type] = ACTIONS(3289), + [anon_sym_PIPE] = ACTIONS(3289), + [anon_sym_fn] = ACTIONS(3289), + [anon_sym_PLUS] = ACTIONS(3289), + [anon_sym_DASH] = ACTIONS(3289), + [anon_sym_STAR] = ACTIONS(3289), + [anon_sym_SLASH] = ACTIONS(3289), + [anon_sym_PERCENT] = ACTIONS(3289), + [anon_sym_LT] = ACTIONS(3289), + [anon_sym_GT] = ACTIONS(3289), + [anon_sym_EQ_EQ] = ACTIONS(3289), + [anon_sym_BANG_EQ] = ACTIONS(3289), + [anon_sym_LT_EQ] = ACTIONS(3289), + [anon_sym_GT_EQ] = ACTIONS(3289), + [anon_sym_LBRACK] = ACTIONS(3287), + [anon_sym_struct] = ACTIONS(3289), + [anon_sym_union] = ACTIONS(3289), + [anon_sym_pub] = ACTIONS(3289), + [anon_sym_mut] = ACTIONS(3289), + [anon_sym_enum] = ACTIONS(3289), + [anon_sym_interface] = ACTIONS(3289), + [anon_sym_PLUS_PLUS] = ACTIONS(3289), + [anon_sym_DASH_DASH] = ACTIONS(3289), + [anon_sym_QMARK] = ACTIONS(3289), + [anon_sym_BANG] = ACTIONS(3289), + [anon_sym_go] = ACTIONS(3289), + [anon_sym_spawn] = ACTIONS(3289), + [anon_sym_json_DOTdecode] = ACTIONS(3289), + [anon_sym_LBRACK2] = ACTIONS(3289), + [anon_sym_TILDE] = ACTIONS(3289), + [anon_sym_CARET] = ACTIONS(3289), + [anon_sym_AMP] = ACTIONS(3289), + [anon_sym_LT_DASH] = ACTIONS(3289), + [anon_sym_LT_LT] = ACTIONS(3289), + [anon_sym_GT_GT] = ACTIONS(3289), + [anon_sym_GT_GT_GT] = ACTIONS(3289), + [anon_sym_AMP_CARET] = ACTIONS(3289), + [anon_sym_AMP_AMP] = ACTIONS(3289), + [anon_sym_PIPE_PIPE] = ACTIONS(3289), + [anon_sym_or] = ACTIONS(3289), + [sym_none] = ACTIONS(3289), + [sym_true] = ACTIONS(3289), + [sym_false] = ACTIONS(3289), + [sym_nil] = ACTIONS(3289), + [anon_sym_QMARK_DOT] = ACTIONS(3289), + [anon_sym_POUND_LBRACK] = ACTIONS(3289), + [anon_sym_if] = ACTIONS(3289), + [anon_sym_DOLLARif] = ACTIONS(3289), + [anon_sym_is] = ACTIONS(3289), + [anon_sym_BANGis] = ACTIONS(3289), + [anon_sym_in] = ACTIONS(3289), + [anon_sym_BANGin] = ACTIONS(3289), + [anon_sym_match] = ACTIONS(3289), + [anon_sym_select] = ACTIONS(3289), + [anon_sym_lock] = ACTIONS(3289), + [anon_sym_rlock] = ACTIONS(3289), + [anon_sym_unsafe] = ACTIONS(3289), + [anon_sym_sql] = ACTIONS(3289), + [sym_int_literal] = ACTIONS(3289), + [sym_float_literal] = ACTIONS(3289), + [sym_rune_literal] = ACTIONS(3289), + [sym_pseudo_compile_time_identifier] = ACTIONS(3289), + [anon_sym_shared] = ACTIONS(3289), + [anon_sym_map_LBRACK] = ACTIONS(3289), + [anon_sym_chan] = ACTIONS(3289), + [anon_sym_thread] = ACTIONS(3289), + [anon_sym_atomic] = ACTIONS(3289), + [anon_sym_assert] = ACTIONS(3289), + [anon_sym_defer] = ACTIONS(3289), + [anon_sym_goto] = ACTIONS(3289), + [anon_sym_break] = ACTIONS(3289), + [anon_sym_continue] = ACTIONS(3289), + [anon_sym_return] = ACTIONS(3289), + [anon_sym_DOLLARfor] = ACTIONS(3289), + [anon_sym_for] = ACTIONS(3289), + [anon_sym_POUND] = ACTIONS(3289), + [anon_sym_asm] = ACTIONS(3289), + [anon_sym_AT_LBRACK] = ACTIONS(3289), + [sym___double_quote] = ACTIONS(3289), + [sym___single_quote] = ACTIONS(3289), + [sym___c_double_quote] = ACTIONS(3289), + [sym___c_single_quote] = ACTIONS(3289), + [sym___r_double_quote] = ACTIONS(3289), + [sym___r_single_quote] = ACTIONS(3289), }, [1122] = { [sym_line_comment] = STATE(1122), [sym_block_comment] = STATE(1122), - [ts_builtin_sym_end] = ACTIONS(3237), - [sym_identifier] = ACTIONS(3239), - [anon_sym_LF] = ACTIONS(3239), - [anon_sym_CR] = ACTIONS(3239), - [anon_sym_CR_LF] = ACTIONS(3239), + [ts_builtin_sym_end] = ACTIONS(2703), + [sym_identifier] = ACTIONS(2701), + [anon_sym_LF] = ACTIONS(2701), + [anon_sym_CR] = ACTIONS(2701), + [anon_sym_CR_LF] = ACTIONS(2701), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3239), - [anon_sym_as] = ACTIONS(3239), - [anon_sym_LBRACE] = ACTIONS(3239), - [anon_sym_COMMA] = ACTIONS(3239), - [anon_sym_const] = ACTIONS(3239), - [anon_sym_LPAREN] = ACTIONS(3239), - [anon_sym___global] = ACTIONS(3239), - [anon_sym_type] = ACTIONS(3239), - [anon_sym_PIPE] = ACTIONS(3239), - [anon_sym_fn] = ACTIONS(3239), - [anon_sym_PLUS] = ACTIONS(3239), - [anon_sym_DASH] = ACTIONS(3239), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(3239), - [anon_sym_GT] = ACTIONS(3239), - [anon_sym_EQ_EQ] = ACTIONS(3239), - [anon_sym_BANG_EQ] = ACTIONS(3239), - [anon_sym_LT_EQ] = ACTIONS(3239), - [anon_sym_GT_EQ] = ACTIONS(3239), - [anon_sym_LBRACK] = ACTIONS(3237), - [anon_sym_struct] = ACTIONS(3239), - [anon_sym_union] = ACTIONS(3239), - [anon_sym_pub] = ACTIONS(3239), - [anon_sym_mut] = ACTIONS(3239), - [anon_sym_enum] = ACTIONS(3239), - [anon_sym_interface] = ACTIONS(3239), - [anon_sym_PLUS_PLUS] = ACTIONS(3239), - [anon_sym_DASH_DASH] = ACTIONS(3239), - [anon_sym_QMARK] = ACTIONS(3239), - [anon_sym_BANG] = ACTIONS(3239), - [anon_sym_go] = ACTIONS(3239), - [anon_sym_spawn] = ACTIONS(3239), - [anon_sym_json_DOTdecode] = ACTIONS(3239), - [anon_sym_LBRACK2] = ACTIONS(3239), - [anon_sym_TILDE] = ACTIONS(3239), - [anon_sym_CARET] = ACTIONS(3239), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(3239), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(3239), - [anon_sym_PIPE_PIPE] = ACTIONS(3239), - [anon_sym_or] = ACTIONS(3239), - [sym_none] = ACTIONS(3239), - [sym_true] = ACTIONS(3239), - [sym_false] = ACTIONS(3239), - [sym_nil] = ACTIONS(3239), - [anon_sym_QMARK_DOT] = ACTIONS(3239), - [anon_sym_POUND_LBRACK] = ACTIONS(3239), - [anon_sym_if] = ACTIONS(3239), - [anon_sym_DOLLARif] = ACTIONS(3239), - [anon_sym_is] = ACTIONS(3239), - [anon_sym_BANGis] = ACTIONS(3239), - [anon_sym_in] = ACTIONS(3239), - [anon_sym_BANGin] = ACTIONS(3239), - [anon_sym_match] = ACTIONS(3239), - [anon_sym_select] = ACTIONS(3239), - [anon_sym_lock] = ACTIONS(3239), - [anon_sym_rlock] = ACTIONS(3239), - [anon_sym_unsafe] = ACTIONS(3239), - [anon_sym_sql] = ACTIONS(3239), - [sym_int_literal] = ACTIONS(3239), - [sym_float_literal] = ACTIONS(3239), - [sym_rune_literal] = ACTIONS(3239), - [sym_pseudo_compile_time_identifier] = ACTIONS(3239), - [anon_sym_shared] = ACTIONS(3239), - [anon_sym_map_LBRACK] = ACTIONS(3239), - [anon_sym_chan] = ACTIONS(3239), - [anon_sym_thread] = ACTIONS(3239), - [anon_sym_atomic] = ACTIONS(3239), - [anon_sym_assert] = ACTIONS(3239), - [anon_sym_defer] = ACTIONS(3239), - [anon_sym_goto] = ACTIONS(3239), - [anon_sym_break] = ACTIONS(3239), - [anon_sym_continue] = ACTIONS(3239), - [anon_sym_return] = ACTIONS(3239), - [anon_sym_DOLLARfor] = ACTIONS(3239), - [anon_sym_for] = ACTIONS(3239), - [anon_sym_POUND] = ACTIONS(3239), - [anon_sym_asm] = ACTIONS(3239), - [anon_sym_AT_LBRACK] = ACTIONS(3239), - [sym___double_quote] = ACTIONS(3239), - [sym___single_quote] = ACTIONS(3239), - [sym___c_double_quote] = ACTIONS(3239), - [sym___c_single_quote] = ACTIONS(3239), - [sym___r_double_quote] = ACTIONS(3239), - [sym___r_single_quote] = ACTIONS(3239), + [anon_sym_DOT] = ACTIONS(2701), + [anon_sym_as] = ACTIONS(2701), + [anon_sym_LBRACE] = ACTIONS(2701), + [anon_sym_COMMA] = ACTIONS(2701), + [anon_sym_const] = ACTIONS(2701), + [anon_sym_LPAREN] = ACTIONS(2701), + [anon_sym___global] = ACTIONS(2701), + [anon_sym_type] = ACTIONS(2701), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_fn] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2701), + [anon_sym_STAR] = ACTIONS(2701), + [anon_sym_SLASH] = ACTIONS(2701), + [anon_sym_PERCENT] = ACTIONS(2701), + [anon_sym_LT] = ACTIONS(2701), + [anon_sym_GT] = ACTIONS(2701), + [anon_sym_EQ_EQ] = ACTIONS(2701), + [anon_sym_BANG_EQ] = ACTIONS(2701), + [anon_sym_LT_EQ] = ACTIONS(2701), + [anon_sym_GT_EQ] = ACTIONS(2701), + [anon_sym_LBRACK] = ACTIONS(2703), + [anon_sym_struct] = ACTIONS(2701), + [anon_sym_union] = ACTIONS(2701), + [anon_sym_pub] = ACTIONS(2701), + [anon_sym_mut] = ACTIONS(2701), + [anon_sym_enum] = ACTIONS(2701), + [anon_sym_interface] = ACTIONS(2701), + [anon_sym_PLUS_PLUS] = ACTIONS(2701), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_QMARK] = ACTIONS(2701), + [anon_sym_BANG] = ACTIONS(2701), + [anon_sym_go] = ACTIONS(2701), + [anon_sym_spawn] = ACTIONS(2701), + [anon_sym_json_DOTdecode] = ACTIONS(2701), + [anon_sym_LBRACK2] = ACTIONS(2701), + [anon_sym_TILDE] = ACTIONS(2701), + [anon_sym_CARET] = ACTIONS(2701), + [anon_sym_AMP] = ACTIONS(2701), + [anon_sym_LT_DASH] = ACTIONS(2701), + [anon_sym_LT_LT] = ACTIONS(2701), + [anon_sym_GT_GT] = ACTIONS(2701), + [anon_sym_GT_GT_GT] = ACTIONS(2701), + [anon_sym_AMP_CARET] = ACTIONS(2701), + [anon_sym_AMP_AMP] = ACTIONS(2701), + [anon_sym_PIPE_PIPE] = ACTIONS(2701), + [anon_sym_or] = ACTIONS(2701), + [sym_none] = ACTIONS(2701), + [sym_true] = ACTIONS(2701), + [sym_false] = ACTIONS(2701), + [sym_nil] = ACTIONS(2701), + [anon_sym_QMARK_DOT] = ACTIONS(2701), + [anon_sym_POUND_LBRACK] = ACTIONS(2701), + [anon_sym_if] = ACTIONS(2701), + [anon_sym_DOLLARif] = ACTIONS(2701), + [anon_sym_is] = ACTIONS(2701), + [anon_sym_BANGis] = ACTIONS(2701), + [anon_sym_in] = ACTIONS(2701), + [anon_sym_BANGin] = ACTIONS(2701), + [anon_sym_match] = ACTIONS(2701), + [anon_sym_select] = ACTIONS(2701), + [anon_sym_lock] = ACTIONS(2701), + [anon_sym_rlock] = ACTIONS(2701), + [anon_sym_unsafe] = ACTIONS(2701), + [anon_sym_sql] = ACTIONS(2701), + [sym_int_literal] = ACTIONS(2701), + [sym_float_literal] = ACTIONS(2701), + [sym_rune_literal] = ACTIONS(2701), + [sym_pseudo_compile_time_identifier] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(2701), + [anon_sym_map_LBRACK] = ACTIONS(2701), + [anon_sym_chan] = ACTIONS(2701), + [anon_sym_thread] = ACTIONS(2701), + [anon_sym_atomic] = ACTIONS(2701), + [anon_sym_assert] = ACTIONS(2701), + [anon_sym_defer] = ACTIONS(2701), + [anon_sym_goto] = ACTIONS(2701), + [anon_sym_break] = ACTIONS(2701), + [anon_sym_continue] = ACTIONS(2701), + [anon_sym_return] = ACTIONS(2701), + [anon_sym_DOLLARfor] = ACTIONS(2701), + [anon_sym_for] = ACTIONS(2701), + [anon_sym_POUND] = ACTIONS(2701), + [anon_sym_asm] = ACTIONS(2701), + [anon_sym_AT_LBRACK] = ACTIONS(2701), + [sym___double_quote] = ACTIONS(2701), + [sym___single_quote] = ACTIONS(2701), + [sym___c_double_quote] = ACTIONS(2701), + [sym___c_single_quote] = ACTIONS(2701), + [sym___r_double_quote] = ACTIONS(2701), + [sym___r_single_quote] = ACTIONS(2701), }, [1123] = { [sym_line_comment] = STATE(1123), [sym_block_comment] = STATE(1123), - [ts_builtin_sym_end] = ACTIONS(3193), - [sym_identifier] = ACTIONS(3195), - [anon_sym_LF] = ACTIONS(3195), - [anon_sym_CR] = ACTIONS(3195), - [anon_sym_CR_LF] = ACTIONS(3195), + [ts_builtin_sym_end] = ACTIONS(3267), + [sym_identifier] = ACTIONS(3269), + [anon_sym_LF] = ACTIONS(3269), + [anon_sym_CR] = ACTIONS(3269), + [anon_sym_CR_LF] = ACTIONS(3269), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3195), - [anon_sym_as] = ACTIONS(3195), - [anon_sym_LBRACE] = ACTIONS(3195), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_const] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(3195), - [anon_sym___global] = ACTIONS(3195), - [anon_sym_type] = ACTIONS(3195), - [anon_sym_PIPE] = ACTIONS(3195), - [anon_sym_fn] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3195), - [anon_sym_DASH] = ACTIONS(3195), - [anon_sym_STAR] = ACTIONS(3195), - [anon_sym_SLASH] = ACTIONS(3195), - [anon_sym_PERCENT] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3195), - [anon_sym_GT] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_LBRACK] = ACTIONS(3193), - [anon_sym_struct] = ACTIONS(3195), - [anon_sym_union] = ACTIONS(3195), - [anon_sym_pub] = ACTIONS(3195), - [anon_sym_mut] = ACTIONS(3195), - [anon_sym_enum] = ACTIONS(3195), - [anon_sym_interface] = ACTIONS(3195), - [anon_sym_PLUS_PLUS] = ACTIONS(3195), - [anon_sym_DASH_DASH] = ACTIONS(3195), - [anon_sym_QMARK] = ACTIONS(3195), - [anon_sym_BANG] = ACTIONS(3195), - [anon_sym_go] = ACTIONS(3195), - [anon_sym_spawn] = ACTIONS(3195), - [anon_sym_json_DOTdecode] = ACTIONS(3195), - [anon_sym_LBRACK2] = ACTIONS(3195), - [anon_sym_TILDE] = ACTIONS(3195), - [anon_sym_CARET] = ACTIONS(3195), - [anon_sym_AMP] = ACTIONS(3195), - [anon_sym_LT_DASH] = ACTIONS(3195), - [anon_sym_LT_LT] = ACTIONS(3195), - [anon_sym_GT_GT] = ACTIONS(3195), - [anon_sym_GT_GT_GT] = ACTIONS(3195), - [anon_sym_AMP_CARET] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_or] = ACTIONS(3195), - [sym_none] = ACTIONS(3195), - [sym_true] = ACTIONS(3195), - [sym_false] = ACTIONS(3195), - [sym_nil] = ACTIONS(3195), - [anon_sym_QMARK_DOT] = ACTIONS(3195), - [anon_sym_POUND_LBRACK] = ACTIONS(3195), - [anon_sym_if] = ACTIONS(3195), - [anon_sym_DOLLARif] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3195), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_in] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_match] = ACTIONS(3195), - [anon_sym_select] = ACTIONS(3195), - [anon_sym_lock] = ACTIONS(3195), - [anon_sym_rlock] = ACTIONS(3195), - [anon_sym_unsafe] = ACTIONS(3195), - [anon_sym_sql] = ACTIONS(3195), - [sym_int_literal] = ACTIONS(3195), - [sym_float_literal] = ACTIONS(3195), - [sym_rune_literal] = ACTIONS(3195), - [sym_pseudo_compile_time_identifier] = ACTIONS(3195), - [anon_sym_shared] = ACTIONS(3195), - [anon_sym_map_LBRACK] = ACTIONS(3195), - [anon_sym_chan] = ACTIONS(3195), - [anon_sym_thread] = ACTIONS(3195), - [anon_sym_atomic] = ACTIONS(3195), - [anon_sym_assert] = ACTIONS(3195), - [anon_sym_defer] = ACTIONS(3195), - [anon_sym_goto] = ACTIONS(3195), - [anon_sym_break] = ACTIONS(3195), - [anon_sym_continue] = ACTIONS(3195), - [anon_sym_return] = ACTIONS(3195), - [anon_sym_DOLLARfor] = ACTIONS(3195), - [anon_sym_for] = ACTIONS(3195), - [anon_sym_POUND] = ACTIONS(3195), - [anon_sym_asm] = ACTIONS(3195), - [anon_sym_AT_LBRACK] = ACTIONS(3195), - [sym___double_quote] = ACTIONS(3195), - [sym___single_quote] = ACTIONS(3195), - [sym___c_double_quote] = ACTIONS(3195), - [sym___c_single_quote] = ACTIONS(3195), - [sym___r_double_quote] = ACTIONS(3195), - [sym___r_single_quote] = ACTIONS(3195), + [anon_sym_DOT] = ACTIONS(3269), + [anon_sym_as] = ACTIONS(3269), + [anon_sym_LBRACE] = ACTIONS(3269), + [anon_sym_COMMA] = ACTIONS(3269), + [anon_sym_const] = ACTIONS(3269), + [anon_sym_LPAREN] = ACTIONS(3269), + [anon_sym___global] = ACTIONS(3269), + [anon_sym_type] = ACTIONS(3269), + [anon_sym_PIPE] = ACTIONS(3269), + [anon_sym_fn] = ACTIONS(3269), + [anon_sym_PLUS] = ACTIONS(3269), + [anon_sym_DASH] = ACTIONS(3269), + [anon_sym_STAR] = ACTIONS(3269), + [anon_sym_SLASH] = ACTIONS(3269), + [anon_sym_PERCENT] = ACTIONS(3269), + [anon_sym_LT] = ACTIONS(3269), + [anon_sym_GT] = ACTIONS(3269), + [anon_sym_EQ_EQ] = ACTIONS(3269), + [anon_sym_BANG_EQ] = ACTIONS(3269), + [anon_sym_LT_EQ] = ACTIONS(3269), + [anon_sym_GT_EQ] = ACTIONS(3269), + [anon_sym_LBRACK] = ACTIONS(3267), + [anon_sym_struct] = ACTIONS(3269), + [anon_sym_union] = ACTIONS(3269), + [anon_sym_pub] = ACTIONS(3269), + [anon_sym_mut] = ACTIONS(3269), + [anon_sym_enum] = ACTIONS(3269), + [anon_sym_interface] = ACTIONS(3269), + [anon_sym_PLUS_PLUS] = ACTIONS(3269), + [anon_sym_DASH_DASH] = ACTIONS(3269), + [anon_sym_QMARK] = ACTIONS(3269), + [anon_sym_BANG] = ACTIONS(3269), + [anon_sym_go] = ACTIONS(3269), + [anon_sym_spawn] = ACTIONS(3269), + [anon_sym_json_DOTdecode] = ACTIONS(3269), + [anon_sym_LBRACK2] = ACTIONS(3269), + [anon_sym_TILDE] = ACTIONS(3269), + [anon_sym_CARET] = ACTIONS(3269), + [anon_sym_AMP] = ACTIONS(3269), + [anon_sym_LT_DASH] = ACTIONS(3269), + [anon_sym_LT_LT] = ACTIONS(3269), + [anon_sym_GT_GT] = ACTIONS(3269), + [anon_sym_GT_GT_GT] = ACTIONS(3269), + [anon_sym_AMP_CARET] = ACTIONS(3269), + [anon_sym_AMP_AMP] = ACTIONS(3269), + [anon_sym_PIPE_PIPE] = ACTIONS(3269), + [anon_sym_or] = ACTIONS(3269), + [sym_none] = ACTIONS(3269), + [sym_true] = ACTIONS(3269), + [sym_false] = ACTIONS(3269), + [sym_nil] = ACTIONS(3269), + [anon_sym_QMARK_DOT] = ACTIONS(3269), + [anon_sym_POUND_LBRACK] = ACTIONS(3269), + [anon_sym_if] = ACTIONS(3269), + [anon_sym_DOLLARif] = ACTIONS(3269), + [anon_sym_is] = ACTIONS(3269), + [anon_sym_BANGis] = ACTIONS(3269), + [anon_sym_in] = ACTIONS(3269), + [anon_sym_BANGin] = ACTIONS(3269), + [anon_sym_match] = ACTIONS(3269), + [anon_sym_select] = ACTIONS(3269), + [anon_sym_lock] = ACTIONS(3269), + [anon_sym_rlock] = ACTIONS(3269), + [anon_sym_unsafe] = ACTIONS(3269), + [anon_sym_sql] = ACTIONS(3269), + [sym_int_literal] = ACTIONS(3269), + [sym_float_literal] = ACTIONS(3269), + [sym_rune_literal] = ACTIONS(3269), + [sym_pseudo_compile_time_identifier] = ACTIONS(3269), + [anon_sym_shared] = ACTIONS(3269), + [anon_sym_map_LBRACK] = ACTIONS(3269), + [anon_sym_chan] = ACTIONS(3269), + [anon_sym_thread] = ACTIONS(3269), + [anon_sym_atomic] = ACTIONS(3269), + [anon_sym_assert] = ACTIONS(3269), + [anon_sym_defer] = ACTIONS(3269), + [anon_sym_goto] = ACTIONS(3269), + [anon_sym_break] = ACTIONS(3269), + [anon_sym_continue] = ACTIONS(3269), + [anon_sym_return] = ACTIONS(3269), + [anon_sym_DOLLARfor] = ACTIONS(3269), + [anon_sym_for] = ACTIONS(3269), + [anon_sym_POUND] = ACTIONS(3269), + [anon_sym_asm] = ACTIONS(3269), + [anon_sym_AT_LBRACK] = ACTIONS(3269), + [sym___double_quote] = ACTIONS(3269), + [sym___single_quote] = ACTIONS(3269), + [sym___c_double_quote] = ACTIONS(3269), + [sym___c_single_quote] = ACTIONS(3269), + [sym___r_double_quote] = ACTIONS(3269), + [sym___r_single_quote] = ACTIONS(3269), }, [1124] = { [sym_line_comment] = STATE(1124), [sym_block_comment] = STATE(1124), - [ts_builtin_sym_end] = ACTIONS(3429), - [sym_identifier] = ACTIONS(3431), - [anon_sym_LF] = ACTIONS(3431), - [anon_sym_CR] = ACTIONS(3431), - [anon_sym_CR_LF] = ACTIONS(3431), + [ts_builtin_sym_end] = ACTIONS(3151), + [sym_identifier] = ACTIONS(3153), + [anon_sym_LF] = ACTIONS(3153), + [anon_sym_CR] = ACTIONS(3153), + [anon_sym_CR_LF] = ACTIONS(3153), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3431), - [anon_sym_as] = ACTIONS(3431), - [anon_sym_LBRACE] = ACTIONS(3431), - [anon_sym_COMMA] = ACTIONS(3431), - [anon_sym_const] = ACTIONS(3431), - [anon_sym_LPAREN] = ACTIONS(3431), - [anon_sym___global] = ACTIONS(3431), - [anon_sym_type] = ACTIONS(3431), - [anon_sym_PIPE] = ACTIONS(3431), - [anon_sym_fn] = ACTIONS(3431), - [anon_sym_PLUS] = ACTIONS(3431), - [anon_sym_DASH] = ACTIONS(3431), - [anon_sym_STAR] = ACTIONS(3431), - [anon_sym_SLASH] = ACTIONS(3431), - [anon_sym_PERCENT] = ACTIONS(3431), - [anon_sym_LT] = ACTIONS(3431), - [anon_sym_GT] = ACTIONS(3431), - [anon_sym_EQ_EQ] = ACTIONS(3431), - [anon_sym_BANG_EQ] = ACTIONS(3431), - [anon_sym_LT_EQ] = ACTIONS(3431), - [anon_sym_GT_EQ] = ACTIONS(3431), - [anon_sym_LBRACK] = ACTIONS(3429), - [anon_sym_struct] = ACTIONS(3431), - [anon_sym_union] = ACTIONS(3431), - [anon_sym_pub] = ACTIONS(3431), - [anon_sym_mut] = ACTIONS(3431), - [anon_sym_enum] = ACTIONS(3431), - [anon_sym_interface] = ACTIONS(3431), - [anon_sym_PLUS_PLUS] = ACTIONS(3431), - [anon_sym_DASH_DASH] = ACTIONS(3431), - [anon_sym_QMARK] = ACTIONS(3431), - [anon_sym_BANG] = ACTIONS(3431), - [anon_sym_go] = ACTIONS(3431), - [anon_sym_spawn] = ACTIONS(3431), - [anon_sym_json_DOTdecode] = ACTIONS(3431), - [anon_sym_LBRACK2] = ACTIONS(3431), - [anon_sym_TILDE] = ACTIONS(3431), - [anon_sym_CARET] = ACTIONS(3431), - [anon_sym_AMP] = ACTIONS(3431), - [anon_sym_LT_DASH] = ACTIONS(3431), - [anon_sym_LT_LT] = ACTIONS(3431), - [anon_sym_GT_GT] = ACTIONS(3431), - [anon_sym_GT_GT_GT] = ACTIONS(3431), - [anon_sym_AMP_CARET] = ACTIONS(3431), - [anon_sym_AMP_AMP] = ACTIONS(3431), - [anon_sym_PIPE_PIPE] = ACTIONS(3431), - [anon_sym_or] = ACTIONS(3431), - [sym_none] = ACTIONS(3431), - [sym_true] = ACTIONS(3431), - [sym_false] = ACTIONS(3431), - [sym_nil] = ACTIONS(3431), - [anon_sym_QMARK_DOT] = ACTIONS(3431), - [anon_sym_POUND_LBRACK] = ACTIONS(3431), - [anon_sym_if] = ACTIONS(3431), - [anon_sym_DOLLARif] = ACTIONS(3431), - [anon_sym_is] = ACTIONS(3431), - [anon_sym_BANGis] = ACTIONS(3431), - [anon_sym_in] = ACTIONS(3431), - [anon_sym_BANGin] = ACTIONS(3431), - [anon_sym_match] = ACTIONS(3431), - [anon_sym_select] = ACTIONS(3431), - [anon_sym_lock] = ACTIONS(3431), - [anon_sym_rlock] = ACTIONS(3431), - [anon_sym_unsafe] = ACTIONS(3431), - [anon_sym_sql] = ACTIONS(3431), - [sym_int_literal] = ACTIONS(3431), - [sym_float_literal] = ACTIONS(3431), - [sym_rune_literal] = ACTIONS(3431), - [sym_pseudo_compile_time_identifier] = ACTIONS(3431), - [anon_sym_shared] = ACTIONS(3431), - [anon_sym_map_LBRACK] = ACTIONS(3431), - [anon_sym_chan] = ACTIONS(3431), - [anon_sym_thread] = ACTIONS(3431), - [anon_sym_atomic] = ACTIONS(3431), - [anon_sym_assert] = ACTIONS(3431), - [anon_sym_defer] = ACTIONS(3431), - [anon_sym_goto] = ACTIONS(3431), - [anon_sym_break] = ACTIONS(3431), - [anon_sym_continue] = ACTIONS(3431), - [anon_sym_return] = ACTIONS(3431), - [anon_sym_DOLLARfor] = ACTIONS(3431), - [anon_sym_for] = ACTIONS(3431), - [anon_sym_POUND] = ACTIONS(3431), - [anon_sym_asm] = ACTIONS(3431), - [anon_sym_AT_LBRACK] = ACTIONS(3431), - [sym___double_quote] = ACTIONS(3431), - [sym___single_quote] = ACTIONS(3431), - [sym___c_double_quote] = ACTIONS(3431), - [sym___c_single_quote] = ACTIONS(3431), - [sym___r_double_quote] = ACTIONS(3431), - [sym___r_single_quote] = ACTIONS(3431), + [anon_sym_DOT] = ACTIONS(3153), + [anon_sym_as] = ACTIONS(3153), + [anon_sym_LBRACE] = ACTIONS(3153), + [anon_sym_COMMA] = ACTIONS(3153), + [anon_sym_const] = ACTIONS(3153), + [anon_sym_LPAREN] = ACTIONS(3153), + [anon_sym___global] = ACTIONS(3153), + [anon_sym_type] = ACTIONS(3153), + [anon_sym_PIPE] = ACTIONS(3153), + [anon_sym_fn] = ACTIONS(3153), + [anon_sym_PLUS] = ACTIONS(3153), + [anon_sym_DASH] = ACTIONS(3153), + [anon_sym_STAR] = ACTIONS(3153), + [anon_sym_SLASH] = ACTIONS(3153), + [anon_sym_PERCENT] = ACTIONS(3153), + [anon_sym_LT] = ACTIONS(3153), + [anon_sym_GT] = ACTIONS(3153), + [anon_sym_EQ_EQ] = ACTIONS(3153), + [anon_sym_BANG_EQ] = ACTIONS(3153), + [anon_sym_LT_EQ] = ACTIONS(3153), + [anon_sym_GT_EQ] = ACTIONS(3153), + [anon_sym_LBRACK] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3153), + [anon_sym_union] = ACTIONS(3153), + [anon_sym_pub] = ACTIONS(3153), + [anon_sym_mut] = ACTIONS(3153), + [anon_sym_enum] = ACTIONS(3153), + [anon_sym_interface] = ACTIONS(3153), + [anon_sym_PLUS_PLUS] = ACTIONS(3153), + [anon_sym_DASH_DASH] = ACTIONS(3153), + [anon_sym_QMARK] = ACTIONS(3153), + [anon_sym_BANG] = ACTIONS(3153), + [anon_sym_go] = ACTIONS(3153), + [anon_sym_spawn] = ACTIONS(3153), + [anon_sym_json_DOTdecode] = ACTIONS(3153), + [anon_sym_LBRACK2] = ACTIONS(3153), + [anon_sym_TILDE] = ACTIONS(3153), + [anon_sym_CARET] = ACTIONS(3153), + [anon_sym_AMP] = ACTIONS(3153), + [anon_sym_LT_DASH] = ACTIONS(3153), + [anon_sym_LT_LT] = ACTIONS(3153), + [anon_sym_GT_GT] = ACTIONS(3153), + [anon_sym_GT_GT_GT] = ACTIONS(3153), + [anon_sym_AMP_CARET] = ACTIONS(3153), + [anon_sym_AMP_AMP] = ACTIONS(3153), + [anon_sym_PIPE_PIPE] = ACTIONS(3153), + [anon_sym_or] = ACTIONS(3153), + [sym_none] = ACTIONS(3153), + [sym_true] = ACTIONS(3153), + [sym_false] = ACTIONS(3153), + [sym_nil] = ACTIONS(3153), + [anon_sym_QMARK_DOT] = ACTIONS(3153), + [anon_sym_POUND_LBRACK] = ACTIONS(3153), + [anon_sym_if] = ACTIONS(3153), + [anon_sym_DOLLARif] = ACTIONS(3153), + [anon_sym_is] = ACTIONS(3153), + [anon_sym_BANGis] = ACTIONS(3153), + [anon_sym_in] = ACTIONS(3153), + [anon_sym_BANGin] = ACTIONS(3153), + [anon_sym_match] = ACTIONS(3153), + [anon_sym_select] = ACTIONS(3153), + [anon_sym_lock] = ACTIONS(3153), + [anon_sym_rlock] = ACTIONS(3153), + [anon_sym_unsafe] = ACTIONS(3153), + [anon_sym_sql] = ACTIONS(3153), + [sym_int_literal] = ACTIONS(3153), + [sym_float_literal] = ACTIONS(3153), + [sym_rune_literal] = ACTIONS(3153), + [sym_pseudo_compile_time_identifier] = ACTIONS(3153), + [anon_sym_shared] = ACTIONS(3153), + [anon_sym_map_LBRACK] = ACTIONS(3153), + [anon_sym_chan] = ACTIONS(3153), + [anon_sym_thread] = ACTIONS(3153), + [anon_sym_atomic] = ACTIONS(3153), + [anon_sym_assert] = ACTIONS(3153), + [anon_sym_defer] = ACTIONS(3153), + [anon_sym_goto] = ACTIONS(3153), + [anon_sym_break] = ACTIONS(3153), + [anon_sym_continue] = ACTIONS(3153), + [anon_sym_return] = ACTIONS(3153), + [anon_sym_DOLLARfor] = ACTIONS(3153), + [anon_sym_for] = ACTIONS(3153), + [anon_sym_POUND] = ACTIONS(3153), + [anon_sym_asm] = ACTIONS(3153), + [anon_sym_AT_LBRACK] = ACTIONS(3153), + [sym___double_quote] = ACTIONS(3153), + [sym___single_quote] = ACTIONS(3153), + [sym___c_double_quote] = ACTIONS(3153), + [sym___c_single_quote] = ACTIONS(3153), + [sym___r_double_quote] = ACTIONS(3153), + [sym___r_single_quote] = ACTIONS(3153), }, [1125] = { [sym_line_comment] = STATE(1125), [sym_block_comment] = STATE(1125), - [ts_builtin_sym_end] = ACTIONS(3437), - [sym_identifier] = ACTIONS(3439), - [anon_sym_LF] = ACTIONS(3439), - [anon_sym_CR] = ACTIONS(3439), - [anon_sym_CR_LF] = ACTIONS(3439), + [ts_builtin_sym_end] = ACTIONS(3175), + [sym_identifier] = ACTIONS(3177), + [anon_sym_LF] = ACTIONS(3177), + [anon_sym_CR] = ACTIONS(3177), + [anon_sym_CR_LF] = ACTIONS(3177), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3439), - [anon_sym_as] = ACTIONS(3439), - [anon_sym_LBRACE] = ACTIONS(3439), - [anon_sym_COMMA] = ACTIONS(3439), - [anon_sym_const] = ACTIONS(3439), - [anon_sym_LPAREN] = ACTIONS(3439), - [anon_sym___global] = ACTIONS(3439), - [anon_sym_type] = ACTIONS(3439), - [anon_sym_PIPE] = ACTIONS(3439), - [anon_sym_fn] = ACTIONS(3439), - [anon_sym_PLUS] = ACTIONS(3439), - [anon_sym_DASH] = ACTIONS(3439), - [anon_sym_STAR] = ACTIONS(3439), - [anon_sym_SLASH] = ACTIONS(3439), - [anon_sym_PERCENT] = ACTIONS(3439), - [anon_sym_LT] = ACTIONS(3439), - [anon_sym_GT] = ACTIONS(3439), - [anon_sym_EQ_EQ] = ACTIONS(3439), - [anon_sym_BANG_EQ] = ACTIONS(3439), - [anon_sym_LT_EQ] = ACTIONS(3439), - [anon_sym_GT_EQ] = ACTIONS(3439), - [anon_sym_LBRACK] = ACTIONS(3437), - [anon_sym_struct] = ACTIONS(3439), - [anon_sym_union] = ACTIONS(3439), - [anon_sym_pub] = ACTIONS(3439), - [anon_sym_mut] = ACTIONS(3439), - [anon_sym_enum] = ACTIONS(3439), - [anon_sym_interface] = ACTIONS(3439), - [anon_sym_PLUS_PLUS] = ACTIONS(3439), - [anon_sym_DASH_DASH] = ACTIONS(3439), - [anon_sym_QMARK] = ACTIONS(3439), - [anon_sym_BANG] = ACTIONS(3439), - [anon_sym_go] = ACTIONS(3439), - [anon_sym_spawn] = ACTIONS(3439), - [anon_sym_json_DOTdecode] = ACTIONS(3439), - [anon_sym_LBRACK2] = ACTIONS(3439), - [anon_sym_TILDE] = ACTIONS(3439), - [anon_sym_CARET] = ACTIONS(3439), - [anon_sym_AMP] = ACTIONS(3439), - [anon_sym_LT_DASH] = ACTIONS(3439), - [anon_sym_LT_LT] = ACTIONS(3439), - [anon_sym_GT_GT] = ACTIONS(3439), - [anon_sym_GT_GT_GT] = ACTIONS(3439), - [anon_sym_AMP_CARET] = ACTIONS(3439), - [anon_sym_AMP_AMP] = ACTIONS(3439), - [anon_sym_PIPE_PIPE] = ACTIONS(3439), - [anon_sym_or] = ACTIONS(3439), - [sym_none] = ACTIONS(3439), - [sym_true] = ACTIONS(3439), - [sym_false] = ACTIONS(3439), - [sym_nil] = ACTIONS(3439), - [anon_sym_QMARK_DOT] = ACTIONS(3439), - [anon_sym_POUND_LBRACK] = ACTIONS(3439), - [anon_sym_if] = ACTIONS(3439), - [anon_sym_DOLLARif] = ACTIONS(3439), - [anon_sym_is] = ACTIONS(3439), - [anon_sym_BANGis] = ACTIONS(3439), - [anon_sym_in] = ACTIONS(3439), - [anon_sym_BANGin] = ACTIONS(3439), - [anon_sym_match] = ACTIONS(3439), - [anon_sym_select] = ACTIONS(3439), - [anon_sym_lock] = ACTIONS(3439), - [anon_sym_rlock] = ACTIONS(3439), - [anon_sym_unsafe] = ACTIONS(3439), - [anon_sym_sql] = ACTIONS(3439), - [sym_int_literal] = ACTIONS(3439), - [sym_float_literal] = ACTIONS(3439), - [sym_rune_literal] = ACTIONS(3439), - [sym_pseudo_compile_time_identifier] = ACTIONS(3439), - [anon_sym_shared] = ACTIONS(3439), - [anon_sym_map_LBRACK] = ACTIONS(3439), - [anon_sym_chan] = ACTIONS(3439), - [anon_sym_thread] = ACTIONS(3439), - [anon_sym_atomic] = ACTIONS(3439), - [anon_sym_assert] = ACTIONS(3439), - [anon_sym_defer] = ACTIONS(3439), - [anon_sym_goto] = ACTIONS(3439), - [anon_sym_break] = ACTIONS(3439), - [anon_sym_continue] = ACTIONS(3439), - [anon_sym_return] = ACTIONS(3439), - [anon_sym_DOLLARfor] = ACTIONS(3439), - [anon_sym_for] = ACTIONS(3439), - [anon_sym_POUND] = ACTIONS(3439), - [anon_sym_asm] = ACTIONS(3439), - [anon_sym_AT_LBRACK] = ACTIONS(3439), - [sym___double_quote] = ACTIONS(3439), - [sym___single_quote] = ACTIONS(3439), - [sym___c_double_quote] = ACTIONS(3439), - [sym___c_single_quote] = ACTIONS(3439), - [sym___r_double_quote] = ACTIONS(3439), - [sym___r_single_quote] = ACTIONS(3439), + [anon_sym_DOT] = ACTIONS(3177), + [anon_sym_as] = ACTIONS(3177), + [anon_sym_LBRACE] = ACTIONS(3177), + [anon_sym_COMMA] = ACTIONS(3177), + [anon_sym_const] = ACTIONS(3177), + [anon_sym_LPAREN] = ACTIONS(3177), + [anon_sym___global] = ACTIONS(3177), + [anon_sym_type] = ACTIONS(3177), + [anon_sym_PIPE] = ACTIONS(3177), + [anon_sym_fn] = ACTIONS(3177), + [anon_sym_PLUS] = ACTIONS(3177), + [anon_sym_DASH] = ACTIONS(3177), + [anon_sym_STAR] = ACTIONS(3177), + [anon_sym_SLASH] = ACTIONS(3177), + [anon_sym_PERCENT] = ACTIONS(3177), + [anon_sym_LT] = ACTIONS(3177), + [anon_sym_GT] = ACTIONS(3177), + [anon_sym_EQ_EQ] = ACTIONS(3177), + [anon_sym_BANG_EQ] = ACTIONS(3177), + [anon_sym_LT_EQ] = ACTIONS(3177), + [anon_sym_GT_EQ] = ACTIONS(3177), + [anon_sym_LBRACK] = ACTIONS(3175), + [anon_sym_struct] = ACTIONS(3177), + [anon_sym_union] = ACTIONS(3177), + [anon_sym_pub] = ACTIONS(3177), + [anon_sym_mut] = ACTIONS(3177), + [anon_sym_enum] = ACTIONS(3177), + [anon_sym_interface] = ACTIONS(3177), + [anon_sym_PLUS_PLUS] = ACTIONS(3177), + [anon_sym_DASH_DASH] = ACTIONS(3177), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_BANG] = ACTIONS(3177), + [anon_sym_go] = ACTIONS(3177), + [anon_sym_spawn] = ACTIONS(3177), + [anon_sym_json_DOTdecode] = ACTIONS(3177), + [anon_sym_LBRACK2] = ACTIONS(3177), + [anon_sym_TILDE] = ACTIONS(3177), + [anon_sym_CARET] = ACTIONS(3177), + [anon_sym_AMP] = ACTIONS(3177), + [anon_sym_LT_DASH] = ACTIONS(3177), + [anon_sym_LT_LT] = ACTIONS(3177), + [anon_sym_GT_GT] = ACTIONS(3177), + [anon_sym_GT_GT_GT] = ACTIONS(3177), + [anon_sym_AMP_CARET] = ACTIONS(3177), + [anon_sym_AMP_AMP] = ACTIONS(3177), + [anon_sym_PIPE_PIPE] = ACTIONS(3177), + [anon_sym_or] = ACTIONS(3177), + [sym_none] = ACTIONS(3177), + [sym_true] = ACTIONS(3177), + [sym_false] = ACTIONS(3177), + [sym_nil] = ACTIONS(3177), + [anon_sym_QMARK_DOT] = ACTIONS(3177), + [anon_sym_POUND_LBRACK] = ACTIONS(3177), + [anon_sym_if] = ACTIONS(3177), + [anon_sym_DOLLARif] = ACTIONS(3177), + [anon_sym_is] = ACTIONS(3177), + [anon_sym_BANGis] = ACTIONS(3177), + [anon_sym_in] = ACTIONS(3177), + [anon_sym_BANGin] = ACTIONS(3177), + [anon_sym_match] = ACTIONS(3177), + [anon_sym_select] = ACTIONS(3177), + [anon_sym_lock] = ACTIONS(3177), + [anon_sym_rlock] = ACTIONS(3177), + [anon_sym_unsafe] = ACTIONS(3177), + [anon_sym_sql] = ACTIONS(3177), + [sym_int_literal] = ACTIONS(3177), + [sym_float_literal] = ACTIONS(3177), + [sym_rune_literal] = ACTIONS(3177), + [sym_pseudo_compile_time_identifier] = ACTIONS(3177), + [anon_sym_shared] = ACTIONS(3177), + [anon_sym_map_LBRACK] = ACTIONS(3177), + [anon_sym_chan] = ACTIONS(3177), + [anon_sym_thread] = ACTIONS(3177), + [anon_sym_atomic] = ACTIONS(3177), + [anon_sym_assert] = ACTIONS(3177), + [anon_sym_defer] = ACTIONS(3177), + [anon_sym_goto] = ACTIONS(3177), + [anon_sym_break] = ACTIONS(3177), + [anon_sym_continue] = ACTIONS(3177), + [anon_sym_return] = ACTIONS(3177), + [anon_sym_DOLLARfor] = ACTIONS(3177), + [anon_sym_for] = ACTIONS(3177), + [anon_sym_POUND] = ACTIONS(3177), + [anon_sym_asm] = ACTIONS(3177), + [anon_sym_AT_LBRACK] = ACTIONS(3177), + [sym___double_quote] = ACTIONS(3177), + [sym___single_quote] = ACTIONS(3177), + [sym___c_double_quote] = ACTIONS(3177), + [sym___c_single_quote] = ACTIONS(3177), + [sym___r_double_quote] = ACTIONS(3177), + [sym___r_single_quote] = ACTIONS(3177), }, [1126] = { [sym_line_comment] = STATE(1126), [sym_block_comment] = STATE(1126), - [ts_builtin_sym_end] = ACTIONS(3433), - [sym_identifier] = ACTIONS(3435), - [anon_sym_LF] = ACTIONS(3435), - [anon_sym_CR] = ACTIONS(3435), - [anon_sym_CR_LF] = ACTIONS(3435), + [ts_builtin_sym_end] = ACTIONS(3199), + [sym_identifier] = ACTIONS(3201), + [anon_sym_LF] = ACTIONS(3201), + [anon_sym_CR] = ACTIONS(3201), + [anon_sym_CR_LF] = ACTIONS(3201), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3435), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3435), - [anon_sym_COMMA] = ACTIONS(3435), - [anon_sym_const] = ACTIONS(3435), - [anon_sym_LPAREN] = ACTIONS(3435), - [anon_sym___global] = ACTIONS(3435), - [anon_sym_type] = ACTIONS(3435), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3435), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3435), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3435), - [anon_sym_BANG_EQ] = ACTIONS(3435), - [anon_sym_LT_EQ] = ACTIONS(3435), - [anon_sym_GT_EQ] = ACTIONS(3435), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_union] = ACTIONS(3435), - [anon_sym_pub] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_enum] = ACTIONS(3435), - [anon_sym_interface] = ACTIONS(3435), - [anon_sym_PLUS_PLUS] = ACTIONS(3435), - [anon_sym_DASH_DASH] = ACTIONS(3435), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3435), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3435), - [anon_sym_CARET] = ACTIONS(3435), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3435), - [anon_sym_LT_LT] = ACTIONS(3435), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3435), - [anon_sym_AMP_CARET] = ACTIONS(3435), - [anon_sym_AMP_AMP] = ACTIONS(3435), - [anon_sym_PIPE_PIPE] = ACTIONS(3435), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3435), - [anon_sym_POUND_LBRACK] = ACTIONS(3435), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3435), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3435), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3435), - [sym_rune_literal] = ACTIONS(3435), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3435), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [anon_sym_assert] = ACTIONS(3435), - [anon_sym_defer] = ACTIONS(3435), - [anon_sym_goto] = ACTIONS(3435), - [anon_sym_break] = ACTIONS(3435), - [anon_sym_continue] = ACTIONS(3435), - [anon_sym_return] = ACTIONS(3435), - [anon_sym_DOLLARfor] = ACTIONS(3435), - [anon_sym_for] = ACTIONS(3435), - [anon_sym_POUND] = ACTIONS(3435), - [anon_sym_asm] = ACTIONS(3435), - [anon_sym_AT_LBRACK] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3435), - [sym___single_quote] = ACTIONS(3435), - [sym___c_double_quote] = ACTIONS(3435), - [sym___c_single_quote] = ACTIONS(3435), - [sym___r_double_quote] = ACTIONS(3435), - [sym___r_single_quote] = ACTIONS(3435), + [anon_sym_DOT] = ACTIONS(3201), + [anon_sym_as] = ACTIONS(3201), + [anon_sym_LBRACE] = ACTIONS(3201), + [anon_sym_COMMA] = ACTIONS(3201), + [anon_sym_const] = ACTIONS(3201), + [anon_sym_LPAREN] = ACTIONS(3201), + [anon_sym___global] = ACTIONS(3201), + [anon_sym_type] = ACTIONS(3201), + [anon_sym_PIPE] = ACTIONS(3201), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_PLUS] = ACTIONS(3201), + [anon_sym_DASH] = ACTIONS(3201), + [anon_sym_STAR] = ACTIONS(3201), + [anon_sym_SLASH] = ACTIONS(3201), + [anon_sym_PERCENT] = ACTIONS(3201), + [anon_sym_LT] = ACTIONS(3201), + [anon_sym_GT] = ACTIONS(3201), + [anon_sym_EQ_EQ] = ACTIONS(3201), + [anon_sym_BANG_EQ] = ACTIONS(3201), + [anon_sym_LT_EQ] = ACTIONS(3201), + [anon_sym_GT_EQ] = ACTIONS(3201), + [anon_sym_LBRACK] = ACTIONS(3199), + [anon_sym_struct] = ACTIONS(3201), + [anon_sym_union] = ACTIONS(3201), + [anon_sym_pub] = ACTIONS(3201), + [anon_sym_mut] = ACTIONS(3201), + [anon_sym_enum] = ACTIONS(3201), + [anon_sym_interface] = ACTIONS(3201), + [anon_sym_PLUS_PLUS] = ACTIONS(3201), + [anon_sym_DASH_DASH] = ACTIONS(3201), + [anon_sym_QMARK] = ACTIONS(3201), + [anon_sym_BANG] = ACTIONS(3201), + [anon_sym_go] = ACTIONS(3201), + [anon_sym_spawn] = ACTIONS(3201), + [anon_sym_json_DOTdecode] = ACTIONS(3201), + [anon_sym_LBRACK2] = ACTIONS(3201), + [anon_sym_TILDE] = ACTIONS(3201), + [anon_sym_CARET] = ACTIONS(3201), + [anon_sym_AMP] = ACTIONS(3201), + [anon_sym_LT_DASH] = ACTIONS(3201), + [anon_sym_LT_LT] = ACTIONS(3201), + [anon_sym_GT_GT] = ACTIONS(3201), + [anon_sym_GT_GT_GT] = ACTIONS(3201), + [anon_sym_AMP_CARET] = ACTIONS(3201), + [anon_sym_AMP_AMP] = ACTIONS(3201), + [anon_sym_PIPE_PIPE] = ACTIONS(3201), + [anon_sym_or] = ACTIONS(3201), + [sym_none] = ACTIONS(3201), + [sym_true] = ACTIONS(3201), + [sym_false] = ACTIONS(3201), + [sym_nil] = ACTIONS(3201), + [anon_sym_QMARK_DOT] = ACTIONS(3201), + [anon_sym_POUND_LBRACK] = ACTIONS(3201), + [anon_sym_if] = ACTIONS(3201), + [anon_sym_DOLLARif] = ACTIONS(3201), + [anon_sym_is] = ACTIONS(3201), + [anon_sym_BANGis] = ACTIONS(3201), + [anon_sym_in] = ACTIONS(3201), + [anon_sym_BANGin] = ACTIONS(3201), + [anon_sym_match] = ACTIONS(3201), + [anon_sym_select] = ACTIONS(3201), + [anon_sym_lock] = ACTIONS(3201), + [anon_sym_rlock] = ACTIONS(3201), + [anon_sym_unsafe] = ACTIONS(3201), + [anon_sym_sql] = ACTIONS(3201), + [sym_int_literal] = ACTIONS(3201), + [sym_float_literal] = ACTIONS(3201), + [sym_rune_literal] = ACTIONS(3201), + [sym_pseudo_compile_time_identifier] = ACTIONS(3201), + [anon_sym_shared] = ACTIONS(3201), + [anon_sym_map_LBRACK] = ACTIONS(3201), + [anon_sym_chan] = ACTIONS(3201), + [anon_sym_thread] = ACTIONS(3201), + [anon_sym_atomic] = ACTIONS(3201), + [anon_sym_assert] = ACTIONS(3201), + [anon_sym_defer] = ACTIONS(3201), + [anon_sym_goto] = ACTIONS(3201), + [anon_sym_break] = ACTIONS(3201), + [anon_sym_continue] = ACTIONS(3201), + [anon_sym_return] = ACTIONS(3201), + [anon_sym_DOLLARfor] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(3201), + [anon_sym_POUND] = ACTIONS(3201), + [anon_sym_asm] = ACTIONS(3201), + [anon_sym_AT_LBRACK] = ACTIONS(3201), + [sym___double_quote] = ACTIONS(3201), + [sym___single_quote] = ACTIONS(3201), + [sym___c_double_quote] = ACTIONS(3201), + [sym___c_single_quote] = ACTIONS(3201), + [sym___r_double_quote] = ACTIONS(3201), + [sym___r_single_quote] = ACTIONS(3201), }, [1127] = { [sym_line_comment] = STATE(1127), [sym_block_comment] = STATE(1127), - [ts_builtin_sym_end] = ACTIONS(3413), - [sym_identifier] = ACTIONS(3415), - [anon_sym_LF] = ACTIONS(3415), - [anon_sym_CR] = ACTIONS(3415), - [anon_sym_CR_LF] = ACTIONS(3415), + [ts_builtin_sym_end] = ACTIONS(3223), + [sym_identifier] = ACTIONS(3225), + [anon_sym_LF] = ACTIONS(3225), + [anon_sym_CR] = ACTIONS(3225), + [anon_sym_CR_LF] = ACTIONS(3225), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3415), - [anon_sym_as] = ACTIONS(3415), - [anon_sym_LBRACE] = ACTIONS(3415), - [anon_sym_COMMA] = ACTIONS(3415), - [anon_sym_const] = ACTIONS(3415), - [anon_sym_LPAREN] = ACTIONS(3415), - [anon_sym___global] = ACTIONS(3415), - [anon_sym_type] = ACTIONS(3415), - [anon_sym_PIPE] = ACTIONS(3415), - [anon_sym_fn] = ACTIONS(3415), - [anon_sym_PLUS] = ACTIONS(3415), - [anon_sym_DASH] = ACTIONS(3415), - [anon_sym_STAR] = ACTIONS(3415), - [anon_sym_SLASH] = ACTIONS(3415), - [anon_sym_PERCENT] = ACTIONS(3415), - [anon_sym_LT] = ACTIONS(3415), - [anon_sym_GT] = ACTIONS(3415), - [anon_sym_EQ_EQ] = ACTIONS(3415), - [anon_sym_BANG_EQ] = ACTIONS(3415), - [anon_sym_LT_EQ] = ACTIONS(3415), - [anon_sym_GT_EQ] = ACTIONS(3415), - [anon_sym_LBRACK] = ACTIONS(3413), - [anon_sym_struct] = ACTIONS(3415), - [anon_sym_union] = ACTIONS(3415), - [anon_sym_pub] = ACTIONS(3415), - [anon_sym_mut] = ACTIONS(3415), - [anon_sym_enum] = ACTIONS(3415), - [anon_sym_interface] = ACTIONS(3415), - [anon_sym_PLUS_PLUS] = ACTIONS(3415), - [anon_sym_DASH_DASH] = ACTIONS(3415), - [anon_sym_QMARK] = ACTIONS(3415), - [anon_sym_BANG] = ACTIONS(3415), - [anon_sym_go] = ACTIONS(3415), - [anon_sym_spawn] = ACTIONS(3415), - [anon_sym_json_DOTdecode] = ACTIONS(3415), - [anon_sym_LBRACK2] = ACTIONS(3415), - [anon_sym_TILDE] = ACTIONS(3415), - [anon_sym_CARET] = ACTIONS(3415), - [anon_sym_AMP] = ACTIONS(3415), - [anon_sym_LT_DASH] = ACTIONS(3415), - [anon_sym_LT_LT] = ACTIONS(3415), - [anon_sym_GT_GT] = ACTIONS(3415), - [anon_sym_GT_GT_GT] = ACTIONS(3415), - [anon_sym_AMP_CARET] = ACTIONS(3415), - [anon_sym_AMP_AMP] = ACTIONS(3415), - [anon_sym_PIPE_PIPE] = ACTIONS(3415), - [anon_sym_or] = ACTIONS(3415), - [sym_none] = ACTIONS(3415), - [sym_true] = ACTIONS(3415), - [sym_false] = ACTIONS(3415), - [sym_nil] = ACTIONS(3415), - [anon_sym_QMARK_DOT] = ACTIONS(3415), - [anon_sym_POUND_LBRACK] = ACTIONS(3415), - [anon_sym_if] = ACTIONS(3415), - [anon_sym_DOLLARif] = ACTIONS(3415), - [anon_sym_is] = ACTIONS(3415), - [anon_sym_BANGis] = ACTIONS(3415), - [anon_sym_in] = ACTIONS(3415), - [anon_sym_BANGin] = ACTIONS(3415), - [anon_sym_match] = ACTIONS(3415), - [anon_sym_select] = ACTIONS(3415), - [anon_sym_lock] = ACTIONS(3415), - [anon_sym_rlock] = ACTIONS(3415), - [anon_sym_unsafe] = ACTIONS(3415), - [anon_sym_sql] = ACTIONS(3415), - [sym_int_literal] = ACTIONS(3415), - [sym_float_literal] = ACTIONS(3415), - [sym_rune_literal] = ACTIONS(3415), - [sym_pseudo_compile_time_identifier] = ACTIONS(3415), - [anon_sym_shared] = ACTIONS(3415), - [anon_sym_map_LBRACK] = ACTIONS(3415), - [anon_sym_chan] = ACTIONS(3415), - [anon_sym_thread] = ACTIONS(3415), - [anon_sym_atomic] = ACTIONS(3415), - [anon_sym_assert] = ACTIONS(3415), - [anon_sym_defer] = ACTIONS(3415), - [anon_sym_goto] = ACTIONS(3415), - [anon_sym_break] = ACTIONS(3415), - [anon_sym_continue] = ACTIONS(3415), - [anon_sym_return] = ACTIONS(3415), - [anon_sym_DOLLARfor] = ACTIONS(3415), - [anon_sym_for] = ACTIONS(3415), - [anon_sym_POUND] = ACTIONS(3415), - [anon_sym_asm] = ACTIONS(3415), - [anon_sym_AT_LBRACK] = ACTIONS(3415), - [sym___double_quote] = ACTIONS(3415), - [sym___single_quote] = ACTIONS(3415), - [sym___c_double_quote] = ACTIONS(3415), - [sym___c_single_quote] = ACTIONS(3415), - [sym___r_double_quote] = ACTIONS(3415), - [sym___r_single_quote] = ACTIONS(3415), + [anon_sym_DOT] = ACTIONS(3225), + [anon_sym_as] = ACTIONS(3225), + [anon_sym_LBRACE] = ACTIONS(3225), + [anon_sym_COMMA] = ACTIONS(3225), + [anon_sym_const] = ACTIONS(3225), + [anon_sym_LPAREN] = ACTIONS(3225), + [anon_sym___global] = ACTIONS(3225), + [anon_sym_type] = ACTIONS(3225), + [anon_sym_PIPE] = ACTIONS(3225), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_PLUS] = ACTIONS(3225), + [anon_sym_DASH] = ACTIONS(3225), + [anon_sym_STAR] = ACTIONS(3225), + [anon_sym_SLASH] = ACTIONS(3225), + [anon_sym_PERCENT] = ACTIONS(3225), + [anon_sym_LT] = ACTIONS(3225), + [anon_sym_GT] = ACTIONS(3225), + [anon_sym_EQ_EQ] = ACTIONS(3225), + [anon_sym_BANG_EQ] = ACTIONS(3225), + [anon_sym_LT_EQ] = ACTIONS(3225), + [anon_sym_GT_EQ] = ACTIONS(3225), + [anon_sym_LBRACK] = ACTIONS(3223), + [anon_sym_struct] = ACTIONS(3225), + [anon_sym_union] = ACTIONS(3225), + [anon_sym_pub] = ACTIONS(3225), + [anon_sym_mut] = ACTIONS(3225), + [anon_sym_enum] = ACTIONS(3225), + [anon_sym_interface] = ACTIONS(3225), + [anon_sym_PLUS_PLUS] = ACTIONS(3225), + [anon_sym_DASH_DASH] = ACTIONS(3225), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_BANG] = ACTIONS(3225), + [anon_sym_go] = ACTIONS(3225), + [anon_sym_spawn] = ACTIONS(3225), + [anon_sym_json_DOTdecode] = ACTIONS(3225), + [anon_sym_LBRACK2] = ACTIONS(3225), + [anon_sym_TILDE] = ACTIONS(3225), + [anon_sym_CARET] = ACTIONS(3225), + [anon_sym_AMP] = ACTIONS(3225), + [anon_sym_LT_DASH] = ACTIONS(3225), + [anon_sym_LT_LT] = ACTIONS(3225), + [anon_sym_GT_GT] = ACTIONS(3225), + [anon_sym_GT_GT_GT] = ACTIONS(3225), + [anon_sym_AMP_CARET] = ACTIONS(3225), + [anon_sym_AMP_AMP] = ACTIONS(3225), + [anon_sym_PIPE_PIPE] = ACTIONS(3225), + [anon_sym_or] = ACTIONS(3225), + [sym_none] = ACTIONS(3225), + [sym_true] = ACTIONS(3225), + [sym_false] = ACTIONS(3225), + [sym_nil] = ACTIONS(3225), + [anon_sym_QMARK_DOT] = ACTIONS(3225), + [anon_sym_POUND_LBRACK] = ACTIONS(3225), + [anon_sym_if] = ACTIONS(3225), + [anon_sym_DOLLARif] = ACTIONS(3225), + [anon_sym_is] = ACTIONS(3225), + [anon_sym_BANGis] = ACTIONS(3225), + [anon_sym_in] = ACTIONS(3225), + [anon_sym_BANGin] = ACTIONS(3225), + [anon_sym_match] = ACTIONS(3225), + [anon_sym_select] = ACTIONS(3225), + [anon_sym_lock] = ACTIONS(3225), + [anon_sym_rlock] = ACTIONS(3225), + [anon_sym_unsafe] = ACTIONS(3225), + [anon_sym_sql] = ACTIONS(3225), + [sym_int_literal] = ACTIONS(3225), + [sym_float_literal] = ACTIONS(3225), + [sym_rune_literal] = ACTIONS(3225), + [sym_pseudo_compile_time_identifier] = ACTIONS(3225), + [anon_sym_shared] = ACTIONS(3225), + [anon_sym_map_LBRACK] = ACTIONS(3225), + [anon_sym_chan] = ACTIONS(3225), + [anon_sym_thread] = ACTIONS(3225), + [anon_sym_atomic] = ACTIONS(3225), + [anon_sym_assert] = ACTIONS(3225), + [anon_sym_defer] = ACTIONS(3225), + [anon_sym_goto] = ACTIONS(3225), + [anon_sym_break] = ACTIONS(3225), + [anon_sym_continue] = ACTIONS(3225), + [anon_sym_return] = ACTIONS(3225), + [anon_sym_DOLLARfor] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(3225), + [anon_sym_POUND] = ACTIONS(3225), + [anon_sym_asm] = ACTIONS(3225), + [anon_sym_AT_LBRACK] = ACTIONS(3225), + [sym___double_quote] = ACTIONS(3225), + [sym___single_quote] = ACTIONS(3225), + [sym___c_double_quote] = ACTIONS(3225), + [sym___c_single_quote] = ACTIONS(3225), + [sym___r_double_quote] = ACTIONS(3225), + [sym___r_single_quote] = ACTIONS(3225), }, [1128] = { [sym_line_comment] = STATE(1128), [sym_block_comment] = STATE(1128), - [ts_builtin_sym_end] = ACTIONS(3205), - [sym_identifier] = ACTIONS(3207), - [anon_sym_LF] = ACTIONS(3207), - [anon_sym_CR] = ACTIONS(3207), - [anon_sym_CR_LF] = ACTIONS(3207), + [ts_builtin_sym_end] = ACTIONS(3263), + [sym_identifier] = ACTIONS(3265), + [anon_sym_LF] = ACTIONS(3265), + [anon_sym_CR] = ACTIONS(3265), + [anon_sym_CR_LF] = ACTIONS(3265), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3207), - [anon_sym_as] = ACTIONS(3207), - [anon_sym_LBRACE] = ACTIONS(3207), - [anon_sym_COMMA] = ACTIONS(3207), - [anon_sym_const] = ACTIONS(3207), - [anon_sym_LPAREN] = ACTIONS(3207), - [anon_sym___global] = ACTIONS(3207), - [anon_sym_type] = ACTIONS(3207), - [anon_sym_PIPE] = ACTIONS(3207), - [anon_sym_fn] = ACTIONS(3207), - [anon_sym_PLUS] = ACTIONS(3207), - [anon_sym_DASH] = ACTIONS(3207), - [anon_sym_STAR] = ACTIONS(3207), - [anon_sym_SLASH] = ACTIONS(3207), - [anon_sym_PERCENT] = ACTIONS(3207), - [anon_sym_LT] = ACTIONS(3207), - [anon_sym_GT] = ACTIONS(3207), - [anon_sym_EQ_EQ] = ACTIONS(3207), - [anon_sym_BANG_EQ] = ACTIONS(3207), - [anon_sym_LT_EQ] = ACTIONS(3207), - [anon_sym_GT_EQ] = ACTIONS(3207), - [anon_sym_LBRACK] = ACTIONS(3205), - [anon_sym_struct] = ACTIONS(3207), - [anon_sym_union] = ACTIONS(3207), - [anon_sym_pub] = ACTIONS(3207), - [anon_sym_mut] = ACTIONS(3207), - [anon_sym_enum] = ACTIONS(3207), - [anon_sym_interface] = ACTIONS(3207), - [anon_sym_PLUS_PLUS] = ACTIONS(3207), - [anon_sym_DASH_DASH] = ACTIONS(3207), - [anon_sym_QMARK] = ACTIONS(3207), - [anon_sym_BANG] = ACTIONS(3207), - [anon_sym_go] = ACTIONS(3207), - [anon_sym_spawn] = ACTIONS(3207), - [anon_sym_json_DOTdecode] = ACTIONS(3207), - [anon_sym_LBRACK2] = ACTIONS(3207), - [anon_sym_TILDE] = ACTIONS(3207), - [anon_sym_CARET] = ACTIONS(3207), - [anon_sym_AMP] = ACTIONS(3207), - [anon_sym_LT_DASH] = ACTIONS(3207), - [anon_sym_LT_LT] = ACTIONS(3207), - [anon_sym_GT_GT] = ACTIONS(3207), - [anon_sym_GT_GT_GT] = ACTIONS(3207), - [anon_sym_AMP_CARET] = ACTIONS(3207), - [anon_sym_AMP_AMP] = ACTIONS(3207), - [anon_sym_PIPE_PIPE] = ACTIONS(3207), - [anon_sym_or] = ACTIONS(3207), - [sym_none] = ACTIONS(3207), - [sym_true] = ACTIONS(3207), - [sym_false] = ACTIONS(3207), - [sym_nil] = ACTIONS(3207), - [anon_sym_QMARK_DOT] = ACTIONS(3207), - [anon_sym_POUND_LBRACK] = ACTIONS(3207), - [anon_sym_if] = ACTIONS(3207), - [anon_sym_DOLLARif] = ACTIONS(3207), - [anon_sym_is] = ACTIONS(3207), - [anon_sym_BANGis] = ACTIONS(3207), - [anon_sym_in] = ACTIONS(3207), - [anon_sym_BANGin] = ACTIONS(3207), - [anon_sym_match] = ACTIONS(3207), - [anon_sym_select] = ACTIONS(3207), - [anon_sym_lock] = ACTIONS(3207), - [anon_sym_rlock] = ACTIONS(3207), - [anon_sym_unsafe] = ACTIONS(3207), - [anon_sym_sql] = ACTIONS(3207), - [sym_int_literal] = ACTIONS(3207), - [sym_float_literal] = ACTIONS(3207), - [sym_rune_literal] = ACTIONS(3207), - [sym_pseudo_compile_time_identifier] = ACTIONS(3207), - [anon_sym_shared] = ACTIONS(3207), - [anon_sym_map_LBRACK] = ACTIONS(3207), - [anon_sym_chan] = ACTIONS(3207), - [anon_sym_thread] = ACTIONS(3207), - [anon_sym_atomic] = ACTIONS(3207), - [anon_sym_assert] = ACTIONS(3207), - [anon_sym_defer] = ACTIONS(3207), - [anon_sym_goto] = ACTIONS(3207), - [anon_sym_break] = ACTIONS(3207), - [anon_sym_continue] = ACTIONS(3207), - [anon_sym_return] = ACTIONS(3207), - [anon_sym_DOLLARfor] = ACTIONS(3207), - [anon_sym_for] = ACTIONS(3207), - [anon_sym_POUND] = ACTIONS(3207), - [anon_sym_asm] = ACTIONS(3207), - [anon_sym_AT_LBRACK] = ACTIONS(3207), - [sym___double_quote] = ACTIONS(3207), - [sym___single_quote] = ACTIONS(3207), - [sym___c_double_quote] = ACTIONS(3207), - [sym___c_single_quote] = ACTIONS(3207), - [sym___r_double_quote] = ACTIONS(3207), - [sym___r_single_quote] = ACTIONS(3207), + [anon_sym_DOT] = ACTIONS(3265), + [anon_sym_as] = ACTIONS(3265), + [anon_sym_LBRACE] = ACTIONS(3265), + [anon_sym_COMMA] = ACTIONS(3265), + [anon_sym_const] = ACTIONS(3265), + [anon_sym_LPAREN] = ACTIONS(3265), + [anon_sym___global] = ACTIONS(3265), + [anon_sym_type] = ACTIONS(3265), + [anon_sym_PIPE] = ACTIONS(3265), + [anon_sym_fn] = ACTIONS(3265), + [anon_sym_PLUS] = ACTIONS(3265), + [anon_sym_DASH] = ACTIONS(3265), + [anon_sym_STAR] = ACTIONS(3265), + [anon_sym_SLASH] = ACTIONS(3265), + [anon_sym_PERCENT] = ACTIONS(3265), + [anon_sym_LT] = ACTIONS(3265), + [anon_sym_GT] = ACTIONS(3265), + [anon_sym_EQ_EQ] = ACTIONS(3265), + [anon_sym_BANG_EQ] = ACTIONS(3265), + [anon_sym_LT_EQ] = ACTIONS(3265), + [anon_sym_GT_EQ] = ACTIONS(3265), + [anon_sym_LBRACK] = ACTIONS(3263), + [anon_sym_struct] = ACTIONS(3265), + [anon_sym_union] = ACTIONS(3265), + [anon_sym_pub] = ACTIONS(3265), + [anon_sym_mut] = ACTIONS(3265), + [anon_sym_enum] = ACTIONS(3265), + [anon_sym_interface] = ACTIONS(3265), + [anon_sym_PLUS_PLUS] = ACTIONS(3265), + [anon_sym_DASH_DASH] = ACTIONS(3265), + [anon_sym_QMARK] = ACTIONS(3265), + [anon_sym_BANG] = ACTIONS(3265), + [anon_sym_go] = ACTIONS(3265), + [anon_sym_spawn] = ACTIONS(3265), + [anon_sym_json_DOTdecode] = ACTIONS(3265), + [anon_sym_LBRACK2] = ACTIONS(3265), + [anon_sym_TILDE] = ACTIONS(3265), + [anon_sym_CARET] = ACTIONS(3265), + [anon_sym_AMP] = ACTIONS(3265), + [anon_sym_LT_DASH] = ACTIONS(3265), + [anon_sym_LT_LT] = ACTIONS(3265), + [anon_sym_GT_GT] = ACTIONS(3265), + [anon_sym_GT_GT_GT] = ACTIONS(3265), + [anon_sym_AMP_CARET] = ACTIONS(3265), + [anon_sym_AMP_AMP] = ACTIONS(3265), + [anon_sym_PIPE_PIPE] = ACTIONS(3265), + [anon_sym_or] = ACTIONS(3265), + [sym_none] = ACTIONS(3265), + [sym_true] = ACTIONS(3265), + [sym_false] = ACTIONS(3265), + [sym_nil] = ACTIONS(3265), + [anon_sym_QMARK_DOT] = ACTIONS(3265), + [anon_sym_POUND_LBRACK] = ACTIONS(3265), + [anon_sym_if] = ACTIONS(3265), + [anon_sym_DOLLARif] = ACTIONS(3265), + [anon_sym_is] = ACTIONS(3265), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3265), + [anon_sym_BANGin] = ACTIONS(3265), + [anon_sym_match] = ACTIONS(3265), + [anon_sym_select] = ACTIONS(3265), + [anon_sym_lock] = ACTIONS(3265), + [anon_sym_rlock] = ACTIONS(3265), + [anon_sym_unsafe] = ACTIONS(3265), + [anon_sym_sql] = ACTIONS(3265), + [sym_int_literal] = ACTIONS(3265), + [sym_float_literal] = ACTIONS(3265), + [sym_rune_literal] = ACTIONS(3265), + [sym_pseudo_compile_time_identifier] = ACTIONS(3265), + [anon_sym_shared] = ACTIONS(3265), + [anon_sym_map_LBRACK] = ACTIONS(3265), + [anon_sym_chan] = ACTIONS(3265), + [anon_sym_thread] = ACTIONS(3265), + [anon_sym_atomic] = ACTIONS(3265), + [anon_sym_assert] = ACTIONS(3265), + [anon_sym_defer] = ACTIONS(3265), + [anon_sym_goto] = ACTIONS(3265), + [anon_sym_break] = ACTIONS(3265), + [anon_sym_continue] = ACTIONS(3265), + [anon_sym_return] = ACTIONS(3265), + [anon_sym_DOLLARfor] = ACTIONS(3265), + [anon_sym_for] = ACTIONS(3265), + [anon_sym_POUND] = ACTIONS(3265), + [anon_sym_asm] = ACTIONS(3265), + [anon_sym_AT_LBRACK] = ACTIONS(3265), + [sym___double_quote] = ACTIONS(3265), + [sym___single_quote] = ACTIONS(3265), + [sym___c_double_quote] = ACTIONS(3265), + [sym___c_single_quote] = ACTIONS(3265), + [sym___r_double_quote] = ACTIONS(3265), + [sym___r_single_quote] = ACTIONS(3265), }, [1129] = { [sym_line_comment] = STATE(1129), [sym_block_comment] = STATE(1129), - [sym_reference_expression] = STATE(4584), - [sym_type_reference_expression] = STATE(1441), - [sym_plain_type] = STATE(1504), - [sym__plain_type_without_special] = STATE(1472), - [sym_anon_struct_type] = STATE(1473), - [sym_multi_return_type] = STATE(1472), - [sym_result_type] = STATE(1472), - [sym_option_type] = STATE(1472), - [sym_qualified_type] = STATE(1441), - [sym_fixed_array_type] = STATE(1473), - [sym_array_type] = STATE(1473), - [sym_pointer_type] = STATE(1473), - [sym_wrong_pointer_type] = STATE(1473), - [sym_map_type] = STATE(1473), - [sym_channel_type] = STATE(1473), - [sym_shared_type] = STATE(1473), - [sym_thread_type] = STATE(1473), - [sym_atomic_type] = STATE(1473), - [sym_generic_type] = STATE(1473), - [sym_function_type] = STATE(1473), - [ts_builtin_sym_end] = ACTIONS(567), - [sym_identifier] = ACTIONS(3628), - [anon_sym_LF] = ACTIONS(571), - [anon_sym_CR] = ACTIONS(571), - [anon_sym_CR_LF] = ACTIONS(571), + [ts_builtin_sym_end] = ACTIONS(3434), + [sym_identifier] = ACTIONS(3436), + [anon_sym_LF] = ACTIONS(3436), + [anon_sym_CR] = ACTIONS(3436), + [anon_sym_CR_LF] = ACTIONS(3436), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(571), - [anon_sym_LBRACE] = ACTIONS(571), - [anon_sym_const] = ACTIONS(571), - [anon_sym_LPAREN] = ACTIONS(3630), - [anon_sym___global] = ACTIONS(571), - [anon_sym_type] = ACTIONS(571), - [anon_sym_PIPE] = ACTIONS(571), - [anon_sym_fn] = ACTIONS(3632), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(571), - [anon_sym_STAR] = ACTIONS(3634), - [anon_sym_struct] = ACTIONS(3636), - [anon_sym_union] = ACTIONS(571), - [anon_sym_pub] = ACTIONS(571), - [anon_sym_mut] = ACTIONS(571), - [anon_sym_enum] = ACTIONS(571), - [anon_sym_interface] = ACTIONS(571), - [anon_sym_QMARK] = ACTIONS(3638), - [anon_sym_BANG] = ACTIONS(3640), - [anon_sym_go] = ACTIONS(571), - [anon_sym_spawn] = ACTIONS(571), - [anon_sym_json_DOTdecode] = ACTIONS(571), - [anon_sym_LBRACK2] = ACTIONS(3642), - [anon_sym_TILDE] = ACTIONS(571), - [anon_sym_CARET] = ACTIONS(571), - [anon_sym_AMP] = ACTIONS(3644), - [anon_sym_LT_DASH] = ACTIONS(571), - [sym_none] = ACTIONS(571), - [sym_true] = ACTIONS(571), - [sym_false] = ACTIONS(571), - [sym_nil] = ACTIONS(571), - [anon_sym_if] = ACTIONS(571), - [anon_sym_DOLLARif] = ACTIONS(571), - [anon_sym_match] = ACTIONS(571), - [anon_sym_select] = ACTIONS(571), - [anon_sym_lock] = ACTIONS(571), - [anon_sym_rlock] = ACTIONS(571), - [anon_sym_unsafe] = ACTIONS(571), - [anon_sym_sql] = ACTIONS(571), - [sym_int_literal] = ACTIONS(571), - [sym_float_literal] = ACTIONS(571), - [sym_rune_literal] = ACTIONS(571), - [sym_pseudo_compile_time_identifier] = ACTIONS(571), - [anon_sym_shared] = ACTIONS(3646), - [anon_sym_map_LBRACK] = ACTIONS(3648), - [anon_sym_chan] = ACTIONS(3650), - [anon_sym_thread] = ACTIONS(3652), - [anon_sym_atomic] = ACTIONS(3654), - [anon_sym_assert] = ACTIONS(571), - [anon_sym_defer] = ACTIONS(571), - [anon_sym_goto] = ACTIONS(571), - [anon_sym_break] = ACTIONS(571), - [anon_sym_continue] = ACTIONS(571), - [anon_sym_return] = ACTIONS(571), - [anon_sym_DOLLARfor] = ACTIONS(571), - [anon_sym_for] = ACTIONS(571), - [anon_sym_POUND] = ACTIONS(571), - [anon_sym_asm] = ACTIONS(571), - [anon_sym_AT_LBRACK] = ACTIONS(571), - [sym___double_quote] = ACTIONS(571), - [sym___single_quote] = ACTIONS(571), - [sym___c_double_quote] = ACTIONS(571), - [sym___c_single_quote] = ACTIONS(571), - [sym___r_double_quote] = ACTIONS(571), - [sym___r_single_quote] = ACTIONS(571), + [anon_sym_DOT] = ACTIONS(3436), + [anon_sym_as] = ACTIONS(3436), + [anon_sym_LBRACE] = ACTIONS(3436), + [anon_sym_COMMA] = ACTIONS(3436), + [anon_sym_const] = ACTIONS(3436), + [anon_sym_LPAREN] = ACTIONS(3436), + [anon_sym___global] = ACTIONS(3436), + [anon_sym_type] = ACTIONS(3436), + [anon_sym_PIPE] = ACTIONS(3436), + [anon_sym_fn] = ACTIONS(3436), + [anon_sym_PLUS] = ACTIONS(3436), + [anon_sym_DASH] = ACTIONS(3436), + [anon_sym_STAR] = ACTIONS(3436), + [anon_sym_SLASH] = ACTIONS(3436), + [anon_sym_PERCENT] = ACTIONS(3436), + [anon_sym_LT] = ACTIONS(3436), + [anon_sym_GT] = ACTIONS(3436), + [anon_sym_EQ_EQ] = ACTIONS(3436), + [anon_sym_BANG_EQ] = ACTIONS(3436), + [anon_sym_LT_EQ] = ACTIONS(3436), + [anon_sym_GT_EQ] = ACTIONS(3436), + [anon_sym_LBRACK] = ACTIONS(3434), + [anon_sym_struct] = ACTIONS(3436), + [anon_sym_union] = ACTIONS(3436), + [anon_sym_pub] = ACTIONS(3436), + [anon_sym_mut] = ACTIONS(3436), + [anon_sym_enum] = ACTIONS(3436), + [anon_sym_interface] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3436), + [anon_sym_DASH_DASH] = ACTIONS(3436), + [anon_sym_QMARK] = ACTIONS(3436), + [anon_sym_BANG] = ACTIONS(3436), + [anon_sym_go] = ACTIONS(3436), + [anon_sym_spawn] = ACTIONS(3436), + [anon_sym_json_DOTdecode] = ACTIONS(3436), + [anon_sym_LBRACK2] = ACTIONS(3436), + [anon_sym_TILDE] = ACTIONS(3436), + [anon_sym_CARET] = ACTIONS(3436), + [anon_sym_AMP] = ACTIONS(3436), + [anon_sym_LT_DASH] = ACTIONS(3436), + [anon_sym_LT_LT] = ACTIONS(3436), + [anon_sym_GT_GT] = ACTIONS(3436), + [anon_sym_GT_GT_GT] = ACTIONS(3436), + [anon_sym_AMP_CARET] = ACTIONS(3436), + [anon_sym_AMP_AMP] = ACTIONS(3436), + [anon_sym_PIPE_PIPE] = ACTIONS(3436), + [anon_sym_or] = ACTIONS(3436), + [sym_none] = ACTIONS(3436), + [sym_true] = ACTIONS(3436), + [sym_false] = ACTIONS(3436), + [sym_nil] = ACTIONS(3436), + [anon_sym_QMARK_DOT] = ACTIONS(3436), + [anon_sym_POUND_LBRACK] = ACTIONS(3436), + [anon_sym_if] = ACTIONS(3436), + [anon_sym_DOLLARif] = ACTIONS(3436), + [anon_sym_is] = ACTIONS(3436), + [anon_sym_BANGis] = ACTIONS(3436), + [anon_sym_in] = ACTIONS(3436), + [anon_sym_BANGin] = ACTIONS(3436), + [anon_sym_match] = ACTIONS(3436), + [anon_sym_select] = ACTIONS(3436), + [anon_sym_lock] = ACTIONS(3436), + [anon_sym_rlock] = ACTIONS(3436), + [anon_sym_unsafe] = ACTIONS(3436), + [anon_sym_sql] = ACTIONS(3436), + [sym_int_literal] = ACTIONS(3436), + [sym_float_literal] = ACTIONS(3436), + [sym_rune_literal] = ACTIONS(3436), + [sym_pseudo_compile_time_identifier] = ACTIONS(3436), + [anon_sym_shared] = ACTIONS(3436), + [anon_sym_map_LBRACK] = ACTIONS(3436), + [anon_sym_chan] = ACTIONS(3436), + [anon_sym_thread] = ACTIONS(3436), + [anon_sym_atomic] = ACTIONS(3436), + [anon_sym_assert] = ACTIONS(3436), + [anon_sym_defer] = ACTIONS(3436), + [anon_sym_goto] = ACTIONS(3436), + [anon_sym_break] = ACTIONS(3436), + [anon_sym_continue] = ACTIONS(3436), + [anon_sym_return] = ACTIONS(3436), + [anon_sym_DOLLARfor] = ACTIONS(3436), + [anon_sym_for] = ACTIONS(3436), + [anon_sym_POUND] = ACTIONS(3436), + [anon_sym_asm] = ACTIONS(3436), + [anon_sym_AT_LBRACK] = ACTIONS(3436), + [sym___double_quote] = ACTIONS(3436), + [sym___single_quote] = ACTIONS(3436), + [sym___c_double_quote] = ACTIONS(3436), + [sym___c_single_quote] = ACTIONS(3436), + [sym___r_double_quote] = ACTIONS(3436), + [sym___r_single_quote] = ACTIONS(3436), }, [1130] = { [sym_line_comment] = STATE(1130), [sym_block_comment] = STATE(1130), - [sym_reference_expression] = STATE(4584), - [sym_type_reference_expression] = STATE(1441), - [sym_plain_type] = STATE(1483), - [sym__plain_type_without_special] = STATE(1472), - [sym_anon_struct_type] = STATE(1473), - [sym_multi_return_type] = STATE(1472), - [sym_result_type] = STATE(1472), - [sym_option_type] = STATE(1472), - [sym_qualified_type] = STATE(1441), - [sym_fixed_array_type] = STATE(1473), - [sym_array_type] = STATE(1473), - [sym_pointer_type] = STATE(1473), - [sym_wrong_pointer_type] = STATE(1473), - [sym_map_type] = STATE(1473), - [sym_channel_type] = STATE(1473), - [sym_shared_type] = STATE(1473), - [sym_thread_type] = STATE(1473), - [sym_atomic_type] = STATE(1473), - [sym_generic_type] = STATE(1473), - [sym_function_type] = STATE(1473), - [ts_builtin_sym_end] = ACTIONS(599), - [sym_identifier] = ACTIONS(3628), - [anon_sym_LF] = ACTIONS(601), - [anon_sym_CR] = ACTIONS(601), - [anon_sym_CR_LF] = ACTIONS(601), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(601), - [anon_sym_LBRACE] = ACTIONS(601), - [anon_sym_const] = ACTIONS(601), - [anon_sym_LPAREN] = ACTIONS(3630), - [anon_sym___global] = ACTIONS(601), - [anon_sym_type] = ACTIONS(601), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(3632), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(3634), - [anon_sym_struct] = ACTIONS(3636), - [anon_sym_union] = ACTIONS(601), - [anon_sym_pub] = ACTIONS(601), - [anon_sym_mut] = ACTIONS(601), - [anon_sym_enum] = ACTIONS(601), - [anon_sym_interface] = ACTIONS(601), - [anon_sym_QMARK] = ACTIONS(3638), - [anon_sym_BANG] = ACTIONS(3640), - [anon_sym_go] = ACTIONS(601), - [anon_sym_spawn] = ACTIONS(601), - [anon_sym_json_DOTdecode] = ACTIONS(601), - [anon_sym_LBRACK2] = ACTIONS(3642), - [anon_sym_TILDE] = ACTIONS(601), - [anon_sym_CARET] = ACTIONS(601), - [anon_sym_AMP] = ACTIONS(3644), - [anon_sym_LT_DASH] = ACTIONS(601), - [sym_none] = ACTIONS(601), - [sym_true] = ACTIONS(601), - [sym_false] = ACTIONS(601), - [sym_nil] = ACTIONS(601), - [anon_sym_if] = ACTIONS(601), - [anon_sym_DOLLARif] = ACTIONS(601), - [anon_sym_match] = ACTIONS(601), - [anon_sym_select] = ACTIONS(601), - [anon_sym_lock] = ACTIONS(601), - [anon_sym_rlock] = ACTIONS(601), - [anon_sym_unsafe] = ACTIONS(601), - [anon_sym_sql] = ACTIONS(601), - [sym_int_literal] = ACTIONS(601), - [sym_float_literal] = ACTIONS(601), - [sym_rune_literal] = ACTIONS(601), - [sym_pseudo_compile_time_identifier] = ACTIONS(601), - [anon_sym_shared] = ACTIONS(3646), - [anon_sym_map_LBRACK] = ACTIONS(3648), - [anon_sym_chan] = ACTIONS(3650), - [anon_sym_thread] = ACTIONS(3652), - [anon_sym_atomic] = ACTIONS(3654), - [anon_sym_assert] = ACTIONS(601), - [anon_sym_defer] = ACTIONS(601), - [anon_sym_goto] = ACTIONS(601), - [anon_sym_break] = ACTIONS(601), - [anon_sym_continue] = ACTIONS(601), - [anon_sym_return] = ACTIONS(601), - [anon_sym_DOLLARfor] = ACTIONS(601), - [anon_sym_for] = ACTIONS(601), - [anon_sym_POUND] = ACTIONS(601), - [anon_sym_asm] = ACTIONS(601), - [anon_sym_AT_LBRACK] = ACTIONS(601), - [sym___double_quote] = ACTIONS(601), - [sym___single_quote] = ACTIONS(601), - [sym___c_double_quote] = ACTIONS(601), - [sym___c_single_quote] = ACTIONS(601), - [sym___r_double_quote] = ACTIONS(601), - [sym___r_single_quote] = ACTIONS(601), - }, - [1131] = { - [sym_line_comment] = STATE(1131), - [sym_block_comment] = STATE(1131), - [sym_reference_expression] = STATE(4584), - [sym_type_reference_expression] = STATE(1441), - [sym_plain_type] = STATE(1513), - [sym__plain_type_without_special] = STATE(1472), - [sym_anon_struct_type] = STATE(1473), - [sym_multi_return_type] = STATE(1472), - [sym_result_type] = STATE(1472), - [sym_option_type] = STATE(1472), - [sym_qualified_type] = STATE(1441), - [sym_fixed_array_type] = STATE(1473), - [sym_array_type] = STATE(1473), - [sym_pointer_type] = STATE(1473), - [sym_wrong_pointer_type] = STATE(1473), - [sym_map_type] = STATE(1473), - [sym_channel_type] = STATE(1473), - [sym_shared_type] = STATE(1473), - [sym_thread_type] = STATE(1473), - [sym_atomic_type] = STATE(1473), - [sym_generic_type] = STATE(1473), - [sym_function_type] = STATE(1473), + [sym_reference_expression] = STATE(4586), + [sym_type_reference_expression] = STATE(1444), + [sym_plain_type] = STATE(1501), + [sym__plain_type_without_special] = STATE(1497), + [sym_anon_struct_type] = STATE(1498), + [sym_multi_return_type] = STATE(1497), + [sym_result_type] = STATE(1497), + [sym_option_type] = STATE(1497), + [sym_qualified_type] = STATE(1444), + [sym_fixed_array_type] = STATE(1498), + [sym_array_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_wrong_pointer_type] = STATE(1498), + [sym_map_type] = STATE(1498), + [sym_channel_type] = STATE(1498), + [sym_shared_type] = STATE(1498), + [sym_thread_type] = STATE(1498), + [sym_atomic_type] = STATE(1498), + [sym_generic_type] = STATE(1498), + [sym_function_type] = STATE(1498), [ts_builtin_sym_end] = ACTIONS(625), - [sym_identifier] = ACTIONS(3628), + [sym_identifier] = ACTIONS(3634), [anon_sym_LF] = ACTIONS(627), [anon_sym_CR] = ACTIONS(627), [anon_sym_CR_LF] = ACTIONS(627), @@ -152937,29 +152878,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(627), [anon_sym_LBRACE] = ACTIONS(627), [anon_sym_const] = ACTIONS(627), - [anon_sym_LPAREN] = ACTIONS(3630), + [anon_sym_LPAREN] = ACTIONS(3636), [anon_sym___global] = ACTIONS(627), [anon_sym_type] = ACTIONS(627), [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_fn] = ACTIONS(3632), + [anon_sym_fn] = ACTIONS(3638), [anon_sym_PLUS] = ACTIONS(627), [anon_sym_DASH] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(3634), - [anon_sym_struct] = ACTIONS(3636), + [anon_sym_STAR] = ACTIONS(3640), + [anon_sym_struct] = ACTIONS(3642), [anon_sym_union] = ACTIONS(627), [anon_sym_pub] = ACTIONS(627), [anon_sym_mut] = ACTIONS(627), [anon_sym_enum] = ACTIONS(627), [anon_sym_interface] = ACTIONS(627), - [anon_sym_QMARK] = ACTIONS(3638), - [anon_sym_BANG] = ACTIONS(3640), + [anon_sym_QMARK] = ACTIONS(3644), + [anon_sym_BANG] = ACTIONS(3646), [anon_sym_go] = ACTIONS(627), [anon_sym_spawn] = ACTIONS(627), [anon_sym_json_DOTdecode] = ACTIONS(627), - [anon_sym_LBRACK2] = ACTIONS(3642), + [anon_sym_LBRACK2] = ACTIONS(3648), [anon_sym_TILDE] = ACTIONS(627), [anon_sym_CARET] = ACTIONS(627), - [anon_sym_AMP] = ACTIONS(3644), + [anon_sym_AMP] = ACTIONS(3650), [anon_sym_LT_DASH] = ACTIONS(627), [sym_none] = ACTIONS(627), [sym_true] = ACTIONS(627), @@ -152977,11 +152918,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(627), [sym_rune_literal] = ACTIONS(627), [sym_pseudo_compile_time_identifier] = ACTIONS(627), - [anon_sym_shared] = ACTIONS(3646), - [anon_sym_map_LBRACK] = ACTIONS(3648), - [anon_sym_chan] = ACTIONS(3650), - [anon_sym_thread] = ACTIONS(3652), - [anon_sym_atomic] = ACTIONS(3654), + [anon_sym_shared] = ACTIONS(3652), + [anon_sym_map_LBRACK] = ACTIONS(3654), + [anon_sym_chan] = ACTIONS(3656), + [anon_sym_thread] = ACTIONS(3658), + [anon_sym_atomic] = ACTIONS(3660), [anon_sym_assert] = ACTIONS(627), [anon_sym_defer] = ACTIONS(627), [anon_sym_goto] = ACTIONS(627), @@ -153000,122 +152941,496 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(627), [sym___r_single_quote] = ACTIONS(627), }, + [1131] = { + [sym_line_comment] = STATE(1131), + [sym_block_comment] = STATE(1131), + [sym_reference_expression] = STATE(4586), + [sym_type_reference_expression] = STATE(1444), + [sym_plain_type] = STATE(1512), + [sym__plain_type_without_special] = STATE(1497), + [sym_anon_struct_type] = STATE(1498), + [sym_multi_return_type] = STATE(1497), + [sym_result_type] = STATE(1497), + [sym_option_type] = STATE(1497), + [sym_qualified_type] = STATE(1444), + [sym_fixed_array_type] = STATE(1498), + [sym_array_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_wrong_pointer_type] = STATE(1498), + [sym_map_type] = STATE(1498), + [sym_channel_type] = STATE(1498), + [sym_shared_type] = STATE(1498), + [sym_thread_type] = STATE(1498), + [sym_atomic_type] = STATE(1498), + [sym_generic_type] = STATE(1498), + [sym_function_type] = STATE(1498), + [ts_builtin_sym_end] = ACTIONS(563), + [sym_identifier] = ACTIONS(3634), + [anon_sym_LF] = ACTIONS(567), + [anon_sym_CR] = ACTIONS(567), + [anon_sym_CR_LF] = ACTIONS(567), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(567), + [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_const] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(3636), + [anon_sym___global] = ACTIONS(567), + [anon_sym_type] = ACTIONS(567), + [anon_sym_PIPE] = ACTIONS(567), + [anon_sym_fn] = ACTIONS(3638), + [anon_sym_PLUS] = ACTIONS(567), + [anon_sym_DASH] = ACTIONS(567), + [anon_sym_STAR] = ACTIONS(3640), + [anon_sym_struct] = ACTIONS(3642), + [anon_sym_union] = ACTIONS(567), + [anon_sym_pub] = ACTIONS(567), + [anon_sym_mut] = ACTIONS(567), + [anon_sym_enum] = ACTIONS(567), + [anon_sym_interface] = ACTIONS(567), + [anon_sym_QMARK] = ACTIONS(3644), + [anon_sym_BANG] = ACTIONS(3646), + [anon_sym_go] = ACTIONS(567), + [anon_sym_spawn] = ACTIONS(567), + [anon_sym_json_DOTdecode] = ACTIONS(567), + [anon_sym_LBRACK2] = ACTIONS(3648), + [anon_sym_TILDE] = ACTIONS(567), + [anon_sym_CARET] = ACTIONS(567), + [anon_sym_AMP] = ACTIONS(3650), + [anon_sym_LT_DASH] = ACTIONS(567), + [sym_none] = ACTIONS(567), + [sym_true] = ACTIONS(567), + [sym_false] = ACTIONS(567), + [sym_nil] = ACTIONS(567), + [anon_sym_if] = ACTIONS(567), + [anon_sym_DOLLARif] = ACTIONS(567), + [anon_sym_match] = ACTIONS(567), + [anon_sym_select] = ACTIONS(567), + [anon_sym_lock] = ACTIONS(567), + [anon_sym_rlock] = ACTIONS(567), + [anon_sym_unsafe] = ACTIONS(567), + [anon_sym_sql] = ACTIONS(567), + [sym_int_literal] = ACTIONS(567), + [sym_float_literal] = ACTIONS(567), + [sym_rune_literal] = ACTIONS(567), + [sym_pseudo_compile_time_identifier] = ACTIONS(567), + [anon_sym_shared] = ACTIONS(3652), + [anon_sym_map_LBRACK] = ACTIONS(3654), + [anon_sym_chan] = ACTIONS(3656), + [anon_sym_thread] = ACTIONS(3658), + [anon_sym_atomic] = ACTIONS(3660), + [anon_sym_assert] = ACTIONS(567), + [anon_sym_defer] = ACTIONS(567), + [anon_sym_goto] = ACTIONS(567), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(567), + [anon_sym_return] = ACTIONS(567), + [anon_sym_DOLLARfor] = ACTIONS(567), + [anon_sym_for] = ACTIONS(567), + [anon_sym_POUND] = ACTIONS(567), + [anon_sym_asm] = ACTIONS(567), + [anon_sym_AT_LBRACK] = ACTIONS(567), + [sym___double_quote] = ACTIONS(567), + [sym___single_quote] = ACTIONS(567), + [sym___c_double_quote] = ACTIONS(567), + [sym___c_single_quote] = ACTIONS(567), + [sym___r_double_quote] = ACTIONS(567), + [sym___r_single_quote] = ACTIONS(567), + }, [1132] = { [sym_line_comment] = STATE(1132), [sym_block_comment] = STATE(1132), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), - [anon_sym_LF] = ACTIONS(565), - [anon_sym_CR] = ACTIONS(565), - [anon_sym_CR_LF] = ACTIONS(565), + [sym_reference_expression] = STATE(4586), + [sym_type_reference_expression] = STATE(1444), + [sym_plain_type] = STATE(1516), + [sym__plain_type_without_special] = STATE(1497), + [sym_anon_struct_type] = STATE(1498), + [sym_multi_return_type] = STATE(1497), + [sym_result_type] = STATE(1497), + [sym_option_type] = STATE(1497), + [sym_qualified_type] = STATE(1444), + [sym_fixed_array_type] = STATE(1498), + [sym_array_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_wrong_pointer_type] = STATE(1498), + [sym_map_type] = STATE(1498), + [sym_channel_type] = STATE(1498), + [sym_shared_type] = STATE(1498), + [sym_thread_type] = STATE(1498), + [sym_atomic_type] = STATE(1498), + [sym_generic_type] = STATE(1498), + [sym_function_type] = STATE(1498), + [ts_builtin_sym_end] = ACTIONS(621), + [sym_identifier] = ACTIONS(3634), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_CR] = ACTIONS(623), + [anon_sym_CR_LF] = ACTIONS(623), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(565), - [anon_sym_as] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(565), - [anon_sym_RBRACE] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(565), - [anon_sym_EQ] = ACTIONS(565), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(565), - [anon_sym_SLASH] = ACTIONS(565), - [anon_sym_PERCENT] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_EQ_EQ] = ACTIONS(565), - [anon_sym_BANG_EQ] = ACTIONS(565), - [anon_sym_LT_EQ] = ACTIONS(565), - [anon_sym_GT_EQ] = ACTIONS(565), - [anon_sym_LBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_COLON] = ACTIONS(565), - [anon_sym_PLUS_PLUS] = ACTIONS(565), - [anon_sym_DASH_DASH] = ACTIONS(565), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_LBRACK2] = ACTIONS(565), - [anon_sym_CARET] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(565), - [anon_sym_LT_DASH] = ACTIONS(565), - [anon_sym_LT_LT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(565), - [anon_sym_GT_GT_GT] = ACTIONS(565), - [anon_sym_AMP_CARET] = ACTIONS(565), - [anon_sym_AMP_AMP] = ACTIONS(565), - [anon_sym_PIPE_PIPE] = ACTIONS(565), - [anon_sym_or] = ACTIONS(565), - [anon_sym_QMARK_DOT] = ACTIONS(565), - [anon_sym_POUND_LBRACK] = ACTIONS(565), - [anon_sym_is] = ACTIONS(565), - [anon_sym_BANGis] = ACTIONS(565), - [anon_sym_in] = ACTIONS(565), - [anon_sym_BANGin] = ACTIONS(565), - [anon_sym_STAR_EQ] = ACTIONS(565), - [anon_sym_SLASH_EQ] = ACTIONS(565), - [anon_sym_PERCENT_EQ] = ACTIONS(565), - [anon_sym_LT_LT_EQ] = ACTIONS(565), - [anon_sym_GT_GT_EQ] = ACTIONS(565), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(565), - [anon_sym_AMP_EQ] = ACTIONS(565), - [anon_sym_AMP_CARET_EQ] = ACTIONS(565), - [anon_sym_PLUS_EQ] = ACTIONS(565), - [anon_sym_DASH_EQ] = ACTIONS(565), - [anon_sym_PIPE_EQ] = ACTIONS(565), - [anon_sym_CARET_EQ] = ACTIONS(565), - [anon_sym_COLON_EQ] = ACTIONS(565), - [anon_sym_shared] = ACTIONS(623), + [anon_sym_DOT] = ACTIONS(623), + [anon_sym_LBRACE] = ACTIONS(623), + [anon_sym_const] = ACTIONS(623), + [anon_sym_LPAREN] = ACTIONS(3636), + [anon_sym___global] = ACTIONS(623), + [anon_sym_type] = ACTIONS(623), + [anon_sym_PIPE] = ACTIONS(623), + [anon_sym_fn] = ACTIONS(3638), + [anon_sym_PLUS] = ACTIONS(623), + [anon_sym_DASH] = ACTIONS(623), + [anon_sym_STAR] = ACTIONS(3640), + [anon_sym_struct] = ACTIONS(3642), + [anon_sym_union] = ACTIONS(623), + [anon_sym_pub] = ACTIONS(623), + [anon_sym_mut] = ACTIONS(623), + [anon_sym_enum] = ACTIONS(623), + [anon_sym_interface] = ACTIONS(623), + [anon_sym_QMARK] = ACTIONS(3644), + [anon_sym_BANG] = ACTIONS(3646), + [anon_sym_go] = ACTIONS(623), + [anon_sym_spawn] = ACTIONS(623), + [anon_sym_json_DOTdecode] = ACTIONS(623), + [anon_sym_LBRACK2] = ACTIONS(3648), + [anon_sym_TILDE] = ACTIONS(623), + [anon_sym_CARET] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(3650), + [anon_sym_LT_DASH] = ACTIONS(623), + [sym_none] = ACTIONS(623), + [sym_true] = ACTIONS(623), + [sym_false] = ACTIONS(623), + [sym_nil] = ACTIONS(623), + [anon_sym_if] = ACTIONS(623), + [anon_sym_DOLLARif] = ACTIONS(623), + [anon_sym_match] = ACTIONS(623), + [anon_sym_select] = ACTIONS(623), + [anon_sym_lock] = ACTIONS(623), + [anon_sym_rlock] = ACTIONS(623), + [anon_sym_unsafe] = ACTIONS(623), + [anon_sym_sql] = ACTIONS(623), + [sym_int_literal] = ACTIONS(623), + [sym_float_literal] = ACTIONS(623), + [sym_rune_literal] = ACTIONS(623), + [sym_pseudo_compile_time_identifier] = ACTIONS(623), + [anon_sym_shared] = ACTIONS(3652), + [anon_sym_map_LBRACK] = ACTIONS(3654), + [anon_sym_chan] = ACTIONS(3656), + [anon_sym_thread] = ACTIONS(3658), + [anon_sym_atomic] = ACTIONS(3660), + [anon_sym_assert] = ACTIONS(623), + [anon_sym_defer] = ACTIONS(623), + [anon_sym_goto] = ACTIONS(623), + [anon_sym_break] = ACTIONS(623), + [anon_sym_continue] = ACTIONS(623), + [anon_sym_return] = ACTIONS(623), + [anon_sym_DOLLARfor] = ACTIONS(623), + [anon_sym_for] = ACTIONS(623), + [anon_sym_POUND] = ACTIONS(623), + [anon_sym_asm] = ACTIONS(623), + [anon_sym_AT_LBRACK] = ACTIONS(623), + [sym___double_quote] = ACTIONS(623), + [sym___single_quote] = ACTIONS(623), + [sym___c_double_quote] = ACTIONS(623), + [sym___c_single_quote] = ACTIONS(623), + [sym___r_double_quote] = ACTIONS(623), + [sym___r_single_quote] = ACTIONS(623), + }, + [1133] = { + [sym_line_comment] = STATE(1133), + [sym_block_comment] = STATE(1133), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_CR] = ACTIONS(619), + [anon_sym_CR_LF] = ACTIONS(619), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_EQ] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(619), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_LBRACK2] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_DASH] = ACTIONS(619), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(619), + [anon_sym_AMP_CARET] = ACTIONS(619), + [anon_sym_AMP_AMP] = ACTIONS(619), + [anon_sym_PIPE_PIPE] = ACTIONS(619), + [anon_sym_or] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(619), + [anon_sym_POUND_LBRACK] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(619), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_LT_LT_EQ] = ACTIONS(619), + [anon_sym_GT_GT_EQ] = ACTIONS(619), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(619), + [anon_sym_AMP_EQ] = ACTIONS(619), + [anon_sym_AMP_CARET_EQ] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_PIPE_EQ] = ACTIONS(619), + [anon_sym_CARET_EQ] = ACTIONS(619), + [anon_sym_COLON_EQ] = ACTIONS(619), + [anon_sym_shared] = ACTIONS(615), [anon_sym_map_LBRACK] = ACTIONS(549), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), }, - [1133] = { - [sym_line_comment] = STATE(1133), - [sym_block_comment] = STATE(1133), - [sym_reference_expression] = STATE(4506), - [sym_type_reference_expression] = STATE(1707), - [sym_plain_type] = STATE(1692), - [sym__plain_type_without_special] = STATE(1699), - [sym_anon_struct_type] = STATE(1698), - [sym_multi_return_type] = STATE(1699), - [sym_result_type] = STATE(1699), - [sym_option_type] = STATE(1699), - [sym_qualified_type] = STATE(1707), - [sym_fixed_array_type] = STATE(1698), - [sym_array_type] = STATE(1698), - [sym_pointer_type] = STATE(1698), - [sym_wrong_pointer_type] = STATE(1698), - [sym_map_type] = STATE(1698), - [sym_channel_type] = STATE(1698), - [sym_shared_type] = STATE(1698), - [sym_thread_type] = STATE(1698), - [sym_atomic_type] = STATE(1698), - [sym_generic_type] = STATE(1698), - [sym_function_type] = STATE(1698), - [sym_identifier] = ACTIONS(3656), + [1134] = { + [sym_line_comment] = STATE(1134), + [sym_block_comment] = STATE(1134), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(599), + [anon_sym_CR] = ACTIONS(599), + [anon_sym_CR_LF] = ACTIONS(599), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(599), + [anon_sym_as] = ACTIONS(599), + [anon_sym_COMMA] = ACTIONS(599), + [anon_sym_RBRACE] = ACTIONS(599), + [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym_EQ] = ACTIONS(599), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(605), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(599), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(599), + [anon_sym_BANG_EQ] = ACTIONS(599), + [anon_sym_LT_EQ] = ACTIONS(599), + [anon_sym_GT_EQ] = ACTIONS(599), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_COLON] = ACTIONS(599), + [anon_sym_PLUS_PLUS] = ACTIONS(599), + [anon_sym_DASH_DASH] = ACTIONS(599), + [anon_sym_QMARK] = ACTIONS(515), + [anon_sym_BANG] = ACTIONS(3662), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(599), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_DASH] = ACTIONS(599), + [anon_sym_LT_LT] = ACTIONS(599), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(599), + [anon_sym_AMP_CARET] = ACTIONS(599), + [anon_sym_AMP_AMP] = ACTIONS(599), + [anon_sym_PIPE_PIPE] = ACTIONS(599), + [anon_sym_or] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(599), + [anon_sym_POUND_LBRACK] = ACTIONS(599), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(599), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(599), + [anon_sym_STAR_EQ] = ACTIONS(599), + [anon_sym_SLASH_EQ] = ACTIONS(599), + [anon_sym_PERCENT_EQ] = ACTIONS(599), + [anon_sym_LT_LT_EQ] = ACTIONS(599), + [anon_sym_GT_GT_EQ] = ACTIONS(599), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(599), + [anon_sym_AMP_EQ] = ACTIONS(599), + [anon_sym_AMP_CARET_EQ] = ACTIONS(599), + [anon_sym_PLUS_EQ] = ACTIONS(599), + [anon_sym_DASH_EQ] = ACTIONS(599), + [anon_sym_PIPE_EQ] = ACTIONS(599), + [anon_sym_CARET_EQ] = ACTIONS(599), + [anon_sym_COLON_EQ] = ACTIONS(599), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(549), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + }, + [1135] = { + [sym_line_comment] = STATE(1135), + [sym_block_comment] = STATE(1135), + [sym_reference_expression] = STATE(4501), + [sym_type_reference_expression] = STATE(1701), + [sym_plain_type] = STATE(1699), + [sym__plain_type_without_special] = STATE(1704), + [sym_anon_struct_type] = STATE(1672), + [sym_multi_return_type] = STATE(1704), + [sym_result_type] = STATE(1704), + [sym_option_type] = STATE(1704), + [sym_qualified_type] = STATE(1701), + [sym_fixed_array_type] = STATE(1672), + [sym_array_type] = STATE(1672), + [sym_pointer_type] = STATE(1672), + [sym_wrong_pointer_type] = STATE(1672), + [sym_map_type] = STATE(1672), + [sym_channel_type] = STATE(1672), + [sym_shared_type] = STATE(1672), + [sym_thread_type] = STATE(1672), + [sym_atomic_type] = STATE(1672), + [sym_generic_type] = STATE(1672), + [sym_function_type] = STATE(1672), + [sym_identifier] = ACTIONS(3664), + [anon_sym_LF] = ACTIONS(567), + [anon_sym_CR] = ACTIONS(567), + [anon_sym_CR_LF] = ACTIONS(567), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(567), + [anon_sym_as] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_RBRACE] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(3666), + [anon_sym_EQ] = ACTIONS(567), + [anon_sym_PIPE] = ACTIONS(567), + [anon_sym_fn] = ACTIONS(3668), + [anon_sym_PLUS] = ACTIONS(567), + [anon_sym_DASH] = ACTIONS(567), + [anon_sym_STAR] = ACTIONS(3670), + [anon_sym_SLASH] = ACTIONS(567), + [anon_sym_PERCENT] = ACTIONS(567), + [anon_sym_LT] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(567), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_GT_EQ] = ACTIONS(567), + [anon_sym_LBRACK] = ACTIONS(563), + [anon_sym_struct] = ACTIONS(3672), + [anon_sym_COLON] = ACTIONS(567), + [anon_sym_PLUS_PLUS] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(567), + [anon_sym_QMARK] = ACTIONS(3674), + [anon_sym_BANG] = ACTIONS(3676), + [anon_sym_LBRACK2] = ACTIONS(3678), + [anon_sym_CARET] = ACTIONS(567), + [anon_sym_AMP] = ACTIONS(3680), + [anon_sym_LT_DASH] = ACTIONS(567), + [anon_sym_LT_LT] = ACTIONS(567), + [anon_sym_GT_GT] = ACTIONS(567), + [anon_sym_GT_GT_GT] = ACTIONS(567), + [anon_sym_AMP_CARET] = ACTIONS(567), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_or] = ACTIONS(567), + [anon_sym_QMARK_DOT] = ACTIONS(567), + [anon_sym_POUND_LBRACK] = ACTIONS(567), + [anon_sym_is] = ACTIONS(567), + [anon_sym_BANGis] = ACTIONS(567), + [anon_sym_in] = ACTIONS(567), + [anon_sym_BANGin] = ACTIONS(567), + [anon_sym_STAR_EQ] = ACTIONS(567), + [anon_sym_SLASH_EQ] = ACTIONS(567), + [anon_sym_PERCENT_EQ] = ACTIONS(567), + [anon_sym_LT_LT_EQ] = ACTIONS(567), + [anon_sym_GT_GT_EQ] = ACTIONS(567), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(567), + [anon_sym_AMP_EQ] = ACTIONS(567), + [anon_sym_AMP_CARET_EQ] = ACTIONS(567), + [anon_sym_PLUS_EQ] = ACTIONS(567), + [anon_sym_DASH_EQ] = ACTIONS(567), + [anon_sym_PIPE_EQ] = ACTIONS(567), + [anon_sym_CARET_EQ] = ACTIONS(567), + [anon_sym_COLON_EQ] = ACTIONS(567), + [anon_sym_shared] = ACTIONS(3682), + [anon_sym_map_LBRACK] = ACTIONS(3684), + [anon_sym_chan] = ACTIONS(3686), + [anon_sym_thread] = ACTIONS(3688), + [anon_sym_atomic] = ACTIONS(3690), + }, + [1136] = { + [sym_line_comment] = STATE(1136), + [sym_block_comment] = STATE(1136), + [sym_reference_expression] = STATE(4501), + [sym_type_reference_expression] = STATE(1701), + [sym_plain_type] = STATE(1710), + [sym__plain_type_without_special] = STATE(1704), + [sym_anon_struct_type] = STATE(1672), + [sym_multi_return_type] = STATE(1704), + [sym_result_type] = STATE(1704), + [sym_option_type] = STATE(1704), + [sym_qualified_type] = STATE(1701), + [sym_fixed_array_type] = STATE(1672), + [sym_array_type] = STATE(1672), + [sym_pointer_type] = STATE(1672), + [sym_wrong_pointer_type] = STATE(1672), + [sym_map_type] = STATE(1672), + [sym_channel_type] = STATE(1672), + [sym_shared_type] = STATE(1672), + [sym_thread_type] = STATE(1672), + [sym_atomic_type] = STATE(1672), + [sym_generic_type] = STATE(1672), + [sym_function_type] = STATE(1672), + [sym_identifier] = ACTIONS(3664), [anon_sym_LF] = ACTIONS(627), [anon_sym_CR] = ACTIONS(627), [anon_sym_CR_LF] = ACTIONS(627), @@ -153125,13 +153440,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as] = ACTIONS(627), [anon_sym_COMMA] = ACTIONS(627), [anon_sym_RBRACE] = ACTIONS(627), - [anon_sym_LPAREN] = ACTIONS(3658), + [anon_sym_LPAREN] = ACTIONS(3666), [anon_sym_EQ] = ACTIONS(627), [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_fn] = ACTIONS(3660), + [anon_sym_fn] = ACTIONS(3668), [anon_sym_PLUS] = ACTIONS(627), [anon_sym_DASH] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(3662), + [anon_sym_STAR] = ACTIONS(3670), [anon_sym_SLASH] = ACTIONS(627), [anon_sym_PERCENT] = ACTIONS(627), [anon_sym_LT] = ACTIONS(627), @@ -153141,15 +153456,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(627), [anon_sym_GT_EQ] = ACTIONS(627), [anon_sym_LBRACK] = ACTIONS(625), - [anon_sym_struct] = ACTIONS(3664), + [anon_sym_struct] = ACTIONS(3672), [anon_sym_COLON] = ACTIONS(627), [anon_sym_PLUS_PLUS] = ACTIONS(627), [anon_sym_DASH_DASH] = ACTIONS(627), - [anon_sym_QMARK] = ACTIONS(3666), - [anon_sym_BANG] = ACTIONS(3668), - [anon_sym_LBRACK2] = ACTIONS(3670), + [anon_sym_QMARK] = ACTIONS(3674), + [anon_sym_BANG] = ACTIONS(3676), + [anon_sym_LBRACK2] = ACTIONS(3678), [anon_sym_CARET] = ACTIONS(627), - [anon_sym_AMP] = ACTIONS(3672), + [anon_sym_AMP] = ACTIONS(3680), [anon_sym_LT_DASH] = ACTIONS(627), [anon_sym_LT_LT] = ACTIONS(627), [anon_sym_GT_GT] = ACTIONS(627), @@ -153177,289 +153492,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_EQ] = ACTIONS(627), [anon_sym_CARET_EQ] = ACTIONS(627), [anon_sym_COLON_EQ] = ACTIONS(627), - [anon_sym_shared] = ACTIONS(3674), - [anon_sym_map_LBRACK] = ACTIONS(3676), - [anon_sym_chan] = ACTIONS(3678), - [anon_sym_thread] = ACTIONS(3680), - [anon_sym_atomic] = ACTIONS(3682), - }, - [1134] = { - [sym_line_comment] = STATE(1134), - [sym_block_comment] = STATE(1134), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), - [anon_sym_LF] = ACTIONS(607), - [anon_sym_CR] = ACTIONS(607), - [anon_sym_CR_LF] = ACTIONS(607), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_COMMA] = ACTIONS(607), - [anon_sym_RBRACE] = ACTIONS(607), - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(613), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(607), - [anon_sym_BANG_EQ] = ACTIONS(607), - [anon_sym_LT_EQ] = ACTIONS(607), - [anon_sym_GT_EQ] = ACTIONS(607), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_COLON] = ACTIONS(607), - [anon_sym_PLUS_PLUS] = ACTIONS(607), - [anon_sym_DASH_DASH] = ACTIONS(607), - [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(3684), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(607), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_DASH] = ACTIONS(607), - [anon_sym_LT_LT] = ACTIONS(607), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(607), - [anon_sym_AMP_CARET] = ACTIONS(607), - [anon_sym_AMP_AMP] = ACTIONS(607), - [anon_sym_PIPE_PIPE] = ACTIONS(607), - [anon_sym_or] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(607), - [anon_sym_POUND_LBRACK] = ACTIONS(607), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(607), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(607), - [anon_sym_STAR_EQ] = ACTIONS(607), - [anon_sym_SLASH_EQ] = ACTIONS(607), - [anon_sym_PERCENT_EQ] = ACTIONS(607), - [anon_sym_LT_LT_EQ] = ACTIONS(607), - [anon_sym_GT_GT_EQ] = ACTIONS(607), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(607), - [anon_sym_AMP_EQ] = ACTIONS(607), - [anon_sym_AMP_CARET_EQ] = ACTIONS(607), - [anon_sym_PLUS_EQ] = ACTIONS(607), - [anon_sym_DASH_EQ] = ACTIONS(607), - [anon_sym_PIPE_EQ] = ACTIONS(607), - [anon_sym_CARET_EQ] = ACTIONS(607), - [anon_sym_COLON_EQ] = ACTIONS(607), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(549), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - }, - [1135] = { - [sym_line_comment] = STATE(1135), - [sym_block_comment] = STATE(1135), - [sym_reference_expression] = STATE(4506), - [sym_type_reference_expression] = STATE(1707), - [sym_plain_type] = STATE(1696), - [sym__plain_type_without_special] = STATE(1699), - [sym_anon_struct_type] = STATE(1698), - [sym_multi_return_type] = STATE(1699), - [sym_result_type] = STATE(1699), - [sym_option_type] = STATE(1699), - [sym_qualified_type] = STATE(1707), - [sym_fixed_array_type] = STATE(1698), - [sym_array_type] = STATE(1698), - [sym_pointer_type] = STATE(1698), - [sym_wrong_pointer_type] = STATE(1698), - [sym_map_type] = STATE(1698), - [sym_channel_type] = STATE(1698), - [sym_shared_type] = STATE(1698), - [sym_thread_type] = STATE(1698), - [sym_atomic_type] = STATE(1698), - [sym_generic_type] = STATE(1698), - [sym_function_type] = STATE(1698), - [sym_identifier] = ACTIONS(3656), - [anon_sym_LF] = ACTIONS(571), - [anon_sym_CR] = ACTIONS(571), - [anon_sym_CR_LF] = ACTIONS(571), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(571), - [anon_sym_as] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(571), - [anon_sym_RBRACE] = ACTIONS(571), - [anon_sym_LPAREN] = ACTIONS(3658), - [anon_sym_EQ] = ACTIONS(571), - [anon_sym_PIPE] = ACTIONS(571), - [anon_sym_fn] = ACTIONS(3660), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(571), - [anon_sym_STAR] = ACTIONS(3662), - [anon_sym_SLASH] = ACTIONS(571), - [anon_sym_PERCENT] = ACTIONS(571), - [anon_sym_LT] = ACTIONS(571), - [anon_sym_GT] = ACTIONS(571), - [anon_sym_EQ_EQ] = ACTIONS(571), - [anon_sym_BANG_EQ] = ACTIONS(571), - [anon_sym_LT_EQ] = ACTIONS(571), - [anon_sym_GT_EQ] = ACTIONS(571), - [anon_sym_LBRACK] = ACTIONS(567), - [anon_sym_struct] = ACTIONS(3664), - [anon_sym_COLON] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_QMARK] = ACTIONS(3666), - [anon_sym_BANG] = ACTIONS(3668), - [anon_sym_LBRACK2] = ACTIONS(3670), - [anon_sym_CARET] = ACTIONS(571), - [anon_sym_AMP] = ACTIONS(3672), - [anon_sym_LT_DASH] = ACTIONS(571), - [anon_sym_LT_LT] = ACTIONS(571), - [anon_sym_GT_GT] = ACTIONS(571), - [anon_sym_GT_GT_GT] = ACTIONS(571), - [anon_sym_AMP_CARET] = ACTIONS(571), - [anon_sym_AMP_AMP] = ACTIONS(571), - [anon_sym_PIPE_PIPE] = ACTIONS(571), - [anon_sym_or] = ACTIONS(571), - [anon_sym_QMARK_DOT] = ACTIONS(571), - [anon_sym_POUND_LBRACK] = ACTIONS(571), - [anon_sym_is] = ACTIONS(571), - [anon_sym_BANGis] = ACTIONS(571), - [anon_sym_in] = ACTIONS(571), - [anon_sym_BANGin] = ACTIONS(571), - [anon_sym_STAR_EQ] = ACTIONS(571), - [anon_sym_SLASH_EQ] = ACTIONS(571), - [anon_sym_PERCENT_EQ] = ACTIONS(571), - [anon_sym_LT_LT_EQ] = ACTIONS(571), - [anon_sym_GT_GT_EQ] = ACTIONS(571), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(571), - [anon_sym_AMP_EQ] = ACTIONS(571), - [anon_sym_AMP_CARET_EQ] = ACTIONS(571), - [anon_sym_PLUS_EQ] = ACTIONS(571), - [anon_sym_DASH_EQ] = ACTIONS(571), - [anon_sym_PIPE_EQ] = ACTIONS(571), - [anon_sym_CARET_EQ] = ACTIONS(571), - [anon_sym_COLON_EQ] = ACTIONS(571), - [anon_sym_shared] = ACTIONS(3674), - [anon_sym_map_LBRACK] = ACTIONS(3676), - [anon_sym_chan] = ACTIONS(3678), - [anon_sym_thread] = ACTIONS(3680), - [anon_sym_atomic] = ACTIONS(3682), + [anon_sym_shared] = ACTIONS(3682), + [anon_sym_map_LBRACK] = ACTIONS(3684), + [anon_sym_chan] = ACTIONS(3686), + [anon_sym_thread] = ACTIONS(3688), + [anon_sym_atomic] = ACTIONS(3690), }, - [1136] = { - [sym_line_comment] = STATE(1136), - [sym_block_comment] = STATE(1136), - [sym_reference_expression] = STATE(4506), - [sym_type_reference_expression] = STATE(1707), + [1137] = { + [sym_line_comment] = STATE(1137), + [sym_block_comment] = STATE(1137), + [sym_reference_expression] = STATE(4501), + [sym_type_reference_expression] = STATE(1701), [sym_plain_type] = STATE(1679), - [sym__plain_type_without_special] = STATE(1699), - [sym_anon_struct_type] = STATE(1698), - [sym_multi_return_type] = STATE(1699), - [sym_result_type] = STATE(1699), - [sym_option_type] = STATE(1699), - [sym_qualified_type] = STATE(1707), - [sym_fixed_array_type] = STATE(1698), - [sym_array_type] = STATE(1698), - [sym_pointer_type] = STATE(1698), - [sym_wrong_pointer_type] = STATE(1698), - [sym_map_type] = STATE(1698), - [sym_channel_type] = STATE(1698), - [sym_shared_type] = STATE(1698), - [sym_thread_type] = STATE(1698), - [sym_atomic_type] = STATE(1698), - [sym_generic_type] = STATE(1698), - [sym_function_type] = STATE(1698), - [sym_identifier] = ACTIONS(3656), - [anon_sym_LF] = ACTIONS(601), - [anon_sym_CR] = ACTIONS(601), - [anon_sym_CR_LF] = ACTIONS(601), + [sym__plain_type_without_special] = STATE(1704), + [sym_anon_struct_type] = STATE(1672), + [sym_multi_return_type] = STATE(1704), + [sym_result_type] = STATE(1704), + [sym_option_type] = STATE(1704), + [sym_qualified_type] = STATE(1701), + [sym_fixed_array_type] = STATE(1672), + [sym_array_type] = STATE(1672), + [sym_pointer_type] = STATE(1672), + [sym_wrong_pointer_type] = STATE(1672), + [sym_map_type] = STATE(1672), + [sym_channel_type] = STATE(1672), + [sym_shared_type] = STATE(1672), + [sym_thread_type] = STATE(1672), + [sym_atomic_type] = STATE(1672), + [sym_generic_type] = STATE(1672), + [sym_function_type] = STATE(1672), + [sym_identifier] = ACTIONS(3664), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_CR] = ACTIONS(623), + [anon_sym_CR_LF] = ACTIONS(623), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(601), - [anon_sym_as] = ACTIONS(601), - [anon_sym_COMMA] = ACTIONS(601), - [anon_sym_RBRACE] = ACTIONS(601), - [anon_sym_LPAREN] = ACTIONS(3658), - [anon_sym_EQ] = ACTIONS(601), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(3660), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(3662), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_PERCENT] = ACTIONS(601), - [anon_sym_LT] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(601), - [anon_sym_BANG_EQ] = ACTIONS(601), - [anon_sym_LT_EQ] = ACTIONS(601), - [anon_sym_GT_EQ] = ACTIONS(601), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_struct] = ACTIONS(3664), - [anon_sym_COLON] = ACTIONS(601), - [anon_sym_PLUS_PLUS] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(601), - [anon_sym_QMARK] = ACTIONS(3666), - [anon_sym_BANG] = ACTIONS(3668), - [anon_sym_LBRACK2] = ACTIONS(3670), - [anon_sym_CARET] = ACTIONS(601), - [anon_sym_AMP] = ACTIONS(3672), - [anon_sym_LT_DASH] = ACTIONS(601), - [anon_sym_LT_LT] = ACTIONS(601), - [anon_sym_GT_GT] = ACTIONS(601), - [anon_sym_GT_GT_GT] = ACTIONS(601), - [anon_sym_AMP_CARET] = ACTIONS(601), - [anon_sym_AMP_AMP] = ACTIONS(601), - [anon_sym_PIPE_PIPE] = ACTIONS(601), - [anon_sym_or] = ACTIONS(601), - [anon_sym_QMARK_DOT] = ACTIONS(601), - [anon_sym_POUND_LBRACK] = ACTIONS(601), - [anon_sym_is] = ACTIONS(601), - [anon_sym_BANGis] = ACTIONS(601), - [anon_sym_in] = ACTIONS(601), - [anon_sym_BANGin] = ACTIONS(601), - [anon_sym_STAR_EQ] = ACTIONS(601), - [anon_sym_SLASH_EQ] = ACTIONS(601), - [anon_sym_PERCENT_EQ] = ACTIONS(601), - [anon_sym_LT_LT_EQ] = ACTIONS(601), - [anon_sym_GT_GT_EQ] = ACTIONS(601), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(601), - [anon_sym_AMP_EQ] = ACTIONS(601), - [anon_sym_AMP_CARET_EQ] = ACTIONS(601), - [anon_sym_PLUS_EQ] = ACTIONS(601), - [anon_sym_DASH_EQ] = ACTIONS(601), - [anon_sym_PIPE_EQ] = ACTIONS(601), - [anon_sym_CARET_EQ] = ACTIONS(601), - [anon_sym_COLON_EQ] = ACTIONS(601), - [anon_sym_shared] = ACTIONS(3674), - [anon_sym_map_LBRACK] = ACTIONS(3676), - [anon_sym_chan] = ACTIONS(3678), - [anon_sym_thread] = ACTIONS(3680), - [anon_sym_atomic] = ACTIONS(3682), + [anon_sym_DOT] = ACTIONS(623), + [anon_sym_as] = ACTIONS(623), + [anon_sym_COMMA] = ACTIONS(623), + [anon_sym_RBRACE] = ACTIONS(623), + [anon_sym_LPAREN] = ACTIONS(3666), + [anon_sym_EQ] = ACTIONS(623), + [anon_sym_PIPE] = ACTIONS(623), + [anon_sym_fn] = ACTIONS(3668), + [anon_sym_PLUS] = ACTIONS(623), + [anon_sym_DASH] = ACTIONS(623), + [anon_sym_STAR] = ACTIONS(3670), + [anon_sym_SLASH] = ACTIONS(623), + [anon_sym_PERCENT] = ACTIONS(623), + [anon_sym_LT] = ACTIONS(623), + [anon_sym_GT] = ACTIONS(623), + [anon_sym_EQ_EQ] = ACTIONS(623), + [anon_sym_BANG_EQ] = ACTIONS(623), + [anon_sym_LT_EQ] = ACTIONS(623), + [anon_sym_GT_EQ] = ACTIONS(623), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_struct] = ACTIONS(3672), + [anon_sym_COLON] = ACTIONS(623), + [anon_sym_PLUS_PLUS] = ACTIONS(623), + [anon_sym_DASH_DASH] = ACTIONS(623), + [anon_sym_QMARK] = ACTIONS(3674), + [anon_sym_BANG] = ACTIONS(3676), + [anon_sym_LBRACK2] = ACTIONS(3678), + [anon_sym_CARET] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(3680), + [anon_sym_LT_DASH] = ACTIONS(623), + [anon_sym_LT_LT] = ACTIONS(623), + [anon_sym_GT_GT] = ACTIONS(623), + [anon_sym_GT_GT_GT] = ACTIONS(623), + [anon_sym_AMP_CARET] = ACTIONS(623), + [anon_sym_AMP_AMP] = ACTIONS(623), + [anon_sym_PIPE_PIPE] = ACTIONS(623), + [anon_sym_or] = ACTIONS(623), + [anon_sym_QMARK_DOT] = ACTIONS(623), + [anon_sym_POUND_LBRACK] = ACTIONS(623), + [anon_sym_is] = ACTIONS(623), + [anon_sym_BANGis] = ACTIONS(623), + [anon_sym_in] = ACTIONS(623), + [anon_sym_BANGin] = ACTIONS(623), + [anon_sym_STAR_EQ] = ACTIONS(623), + [anon_sym_SLASH_EQ] = ACTIONS(623), + [anon_sym_PERCENT_EQ] = ACTIONS(623), + [anon_sym_LT_LT_EQ] = ACTIONS(623), + [anon_sym_GT_GT_EQ] = ACTIONS(623), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(623), + [anon_sym_AMP_EQ] = ACTIONS(623), + [anon_sym_AMP_CARET_EQ] = ACTIONS(623), + [anon_sym_PLUS_EQ] = ACTIONS(623), + [anon_sym_DASH_EQ] = ACTIONS(623), + [anon_sym_PIPE_EQ] = ACTIONS(623), + [anon_sym_CARET_EQ] = ACTIONS(623), + [anon_sym_COLON_EQ] = ACTIONS(623), + [anon_sym_shared] = ACTIONS(3682), + [anon_sym_map_LBRACK] = ACTIONS(3684), + [anon_sym_chan] = ACTIONS(3686), + [anon_sym_thread] = ACTIONS(3688), + [anon_sym_atomic] = ACTIONS(3690), }, - [1137] = { - [sym_line_comment] = STATE(1137), - [sym_block_comment] = STATE(1137), - [aux_sym_strictly_expression_list_repeat1] = STATE(1454), + [1138] = { + [sym_line_comment] = STATE(1138), + [sym_block_comment] = STATE(1138), + [aux_sym_strictly_expression_list_repeat1] = STATE(1448), [ts_builtin_sym_end] = ACTIONS(1711), [sym_identifier] = ACTIONS(1713), [anon_sym_LF] = ACTIONS(1713), @@ -153547,282 +153680,462 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1713), [sym___r_single_quote] = ACTIONS(1713), }, - [1138] = { - [sym_line_comment] = STATE(1138), - [sym_block_comment] = STATE(1138), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), - [sym_identifier] = ACTIONS(2071), - [anon_sym_LF] = ACTIONS(2071), - [anon_sym_CR] = ACTIONS(2071), - [anon_sym_CR_LF] = ACTIONS(2071), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2071), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(3688), - [anon_sym_LBRACE] = ACTIONS(2071), - [anon_sym_COMMA] = ACTIONS(2071), - [anon_sym_RBRACE] = ACTIONS(2071), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_RPAREN] = ACTIONS(2071), - [anon_sym_PIPE] = ACTIONS(3692), - [anon_sym_fn] = ACTIONS(2071), - [anon_sym_PLUS] = ACTIONS(3692), - [anon_sym_DASH] = ACTIONS(3692), - [anon_sym_STAR] = ACTIONS(3694), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), - [anon_sym_LT] = ACTIONS(3696), - [anon_sym_GT] = ACTIONS(3696), - [anon_sym_EQ_EQ] = ACTIONS(3696), - [anon_sym_BANG_EQ] = ACTIONS(3696), - [anon_sym_LT_EQ] = ACTIONS(3696), - [anon_sym_GT_EQ] = ACTIONS(3696), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2071), - [anon_sym_LBRACK] = ACTIONS(3698), - [anon_sym_struct] = ACTIONS(2071), - [anon_sym_mut] = ACTIONS(2071), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3702), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), - [anon_sym_go] = ACTIONS(2071), - [anon_sym_spawn] = ACTIONS(2071), - [anon_sym_json_DOTdecode] = ACTIONS(2071), - [anon_sym_LBRACK2] = ACTIONS(3708), - [anon_sym_TILDE] = ACTIONS(2071), - [anon_sym_CARET] = ACTIONS(3692), - [anon_sym_AMP] = ACTIONS(3694), - [anon_sym_LT_DASH] = ACTIONS(2071), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), - [anon_sym_AMP_AMP] = ACTIONS(3710), - [anon_sym_PIPE_PIPE] = ACTIONS(3712), - [anon_sym_or] = ACTIONS(3714), - [sym_none] = ACTIONS(2071), - [sym_true] = ACTIONS(2071), - [sym_false] = ACTIONS(2071), - [sym_nil] = ACTIONS(2071), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), - [anon_sym_if] = ACTIONS(2071), - [anon_sym_DOLLARif] = ACTIONS(2071), - [anon_sym_is] = ACTIONS(3716), - [anon_sym_BANGis] = ACTIONS(3718), - [anon_sym_in] = ACTIONS(3720), - [anon_sym_BANGin] = ACTIONS(3722), - [anon_sym_match] = ACTIONS(2071), - [anon_sym_select] = ACTIONS(2071), - [anon_sym_lock] = ACTIONS(2071), - [anon_sym_rlock] = ACTIONS(2071), - [anon_sym_unsafe] = ACTIONS(2071), - [anon_sym_sql] = ACTIONS(2071), - [sym_int_literal] = ACTIONS(2071), - [sym_float_literal] = ACTIONS(2071), - [sym_rune_literal] = ACTIONS(2071), - [sym_pseudo_compile_time_identifier] = ACTIONS(2071), - [anon_sym_shared] = ACTIONS(2071), - [anon_sym_map_LBRACK] = ACTIONS(2071), - [anon_sym_chan] = ACTIONS(2071), - [anon_sym_thread] = ACTIONS(2071), - [anon_sym_atomic] = ACTIONS(2071), - [sym___double_quote] = ACTIONS(2071), - [sym___single_quote] = ACTIONS(2071), - [sym___c_double_quote] = ACTIONS(2071), - [sym___c_single_quote] = ACTIONS(2071), - [sym___r_double_quote] = ACTIONS(2071), - [sym___r_single_quote] = ACTIONS(2071), - }, [1139] = { [sym_line_comment] = STATE(1139), [sym_block_comment] = STATE(1139), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), + [sym_identifier] = ACTIONS(1881), + [anon_sym_LF] = ACTIONS(1881), + [anon_sym_CR] = ACTIONS(1881), + [anon_sym_CR_LF] = ACTIONS(1881), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(1813), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_RBRACE] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_RPAREN] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(3692), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3692), - [anon_sym_DASH] = ACTIONS(3692), - [anon_sym_STAR] = ACTIONS(3694), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), - [anon_sym_LT] = ACTIONS(3696), - [anon_sym_GT] = ACTIONS(3696), - [anon_sym_EQ_EQ] = ACTIONS(3696), - [anon_sym_BANG_EQ] = ACTIONS(3696), - [anon_sym_LT_EQ] = ACTIONS(3696), - [anon_sym_GT_EQ] = ACTIONS(3696), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(3698), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3708), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(3692), - [anon_sym_AMP] = ACTIONS(3694), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(3720), - [anon_sym_BANGin] = ACTIONS(3722), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), + [anon_sym_SEMI] = ACTIONS(1881), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(1881), + [anon_sym_LBRACE] = ACTIONS(1881), + [anon_sym_COMMA] = ACTIONS(1881), + [anon_sym_RBRACE] = ACTIONS(1881), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_RPAREN] = ACTIONS(1881), + [anon_sym_PIPE] = ACTIONS(3696), + [anon_sym_fn] = ACTIONS(1881), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_STAR] = ACTIONS(3698), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), + [anon_sym_LT] = ACTIONS(1881), + [anon_sym_GT] = ACTIONS(1881), + [anon_sym_EQ_EQ] = ACTIONS(1881), + [anon_sym_BANG_EQ] = ACTIONS(1881), + [anon_sym_LT_EQ] = ACTIONS(1881), + [anon_sym_GT_EQ] = ACTIONS(1881), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1881), + [anon_sym_LBRACK] = ACTIONS(3700), + [anon_sym_struct] = ACTIONS(1881), + [anon_sym_mut] = ACTIONS(1881), + [anon_sym_PLUS_PLUS] = ACTIONS(1881), + [anon_sym_DASH_DASH] = ACTIONS(1881), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), + [anon_sym_go] = ACTIONS(1881), + [anon_sym_spawn] = ACTIONS(1881), + [anon_sym_json_DOTdecode] = ACTIONS(1881), + [anon_sym_LBRACK2] = ACTIONS(3706), + [anon_sym_TILDE] = ACTIONS(1881), + [anon_sym_CARET] = ACTIONS(3696), + [anon_sym_AMP] = ACTIONS(3698), + [anon_sym_LT_DASH] = ACTIONS(1881), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), + [anon_sym_AMP_AMP] = ACTIONS(1881), + [anon_sym_PIPE_PIPE] = ACTIONS(1881), + [anon_sym_or] = ACTIONS(1881), + [sym_none] = ACTIONS(1881), + [sym_true] = ACTIONS(1881), + [sym_false] = ACTIONS(1881), + [sym_nil] = ACTIONS(1881), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), + [anon_sym_if] = ACTIONS(1881), + [anon_sym_DOLLARif] = ACTIONS(1881), + [anon_sym_is] = ACTIONS(1881), + [anon_sym_BANGis] = ACTIONS(1881), + [anon_sym_in] = ACTIONS(1881), + [anon_sym_BANGin] = ACTIONS(1881), + [anon_sym_match] = ACTIONS(1881), + [anon_sym_select] = ACTIONS(1881), + [anon_sym_lock] = ACTIONS(1881), + [anon_sym_rlock] = ACTIONS(1881), + [anon_sym_unsafe] = ACTIONS(1881), + [anon_sym_sql] = ACTIONS(1881), + [sym_int_literal] = ACTIONS(1881), + [sym_float_literal] = ACTIONS(1881), + [sym_rune_literal] = ACTIONS(1881), + [sym_pseudo_compile_time_identifier] = ACTIONS(1881), + [anon_sym_shared] = ACTIONS(1881), + [anon_sym_map_LBRACK] = ACTIONS(1881), + [anon_sym_chan] = ACTIONS(1881), + [anon_sym_thread] = ACTIONS(1881), + [anon_sym_atomic] = ACTIONS(1881), + [sym___double_quote] = ACTIONS(1881), + [sym___single_quote] = ACTIONS(1881), + [sym___c_double_quote] = ACTIONS(1881), + [sym___c_single_quote] = ACTIONS(1881), + [sym___r_double_quote] = ACTIONS(1881), + [sym___r_single_quote] = ACTIONS(1881), }, [1140] = { [sym_line_comment] = STATE(1140), [sym_block_comment] = STATE(1140), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), + [sym_identifier] = ACTIONS(1889), + [anon_sym_LF] = ACTIONS(1889), + [anon_sym_CR] = ACTIONS(1889), + [anon_sym_CR_LF] = ACTIONS(1889), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(1813), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_RBRACE] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_RPAREN] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(1813), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1813), - [anon_sym_STAR] = ACTIONS(1813), - [anon_sym_SLASH] = ACTIONS(1813), - [anon_sym_PERCENT] = ACTIONS(1813), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1813), - [anon_sym_BANG_EQ] = ACTIONS(1813), - [anon_sym_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_EQ] = ACTIONS(1813), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(3698), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3708), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(1813), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(1813), - [anon_sym_GT_GT] = ACTIONS(1813), - [anon_sym_GT_GT_GT] = ACTIONS(1813), - [anon_sym_AMP_CARET] = ACTIONS(1813), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1813), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), + [anon_sym_SEMI] = ACTIONS(1889), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1889), + [anon_sym_COMMA] = ACTIONS(1889), + [anon_sym_RBRACE] = ACTIONS(1889), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_RPAREN] = ACTIONS(1889), + [anon_sym_PIPE] = ACTIONS(3696), + [anon_sym_fn] = ACTIONS(1889), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_STAR] = ACTIONS(3698), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_EQ_EQ] = ACTIONS(1889), + [anon_sym_BANG_EQ] = ACTIONS(1889), + [anon_sym_LT_EQ] = ACTIONS(1889), + [anon_sym_GT_EQ] = ACTIONS(1889), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1889), + [anon_sym_LBRACK] = ACTIONS(3700), + [anon_sym_struct] = ACTIONS(1889), + [anon_sym_mut] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1889), + [anon_sym_DASH_DASH] = ACTIONS(1889), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), + [anon_sym_go] = ACTIONS(1889), + [anon_sym_spawn] = ACTIONS(1889), + [anon_sym_json_DOTdecode] = ACTIONS(1889), + [anon_sym_LBRACK2] = ACTIONS(3706), + [anon_sym_TILDE] = ACTIONS(1889), + [anon_sym_CARET] = ACTIONS(3696), + [anon_sym_AMP] = ACTIONS(3698), + [anon_sym_LT_DASH] = ACTIONS(1889), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), + [anon_sym_AMP_AMP] = ACTIONS(1889), + [anon_sym_PIPE_PIPE] = ACTIONS(1889), + [anon_sym_or] = ACTIONS(1889), + [sym_none] = ACTIONS(1889), + [sym_true] = ACTIONS(1889), + [sym_false] = ACTIONS(1889), + [sym_nil] = ACTIONS(1889), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), + [anon_sym_if] = ACTIONS(1889), + [anon_sym_DOLLARif] = ACTIONS(1889), + [anon_sym_is] = ACTIONS(1889), + [anon_sym_BANGis] = ACTIONS(1889), + [anon_sym_in] = ACTIONS(1889), + [anon_sym_BANGin] = ACTIONS(1889), + [anon_sym_match] = ACTIONS(1889), + [anon_sym_select] = ACTIONS(1889), + [anon_sym_lock] = ACTIONS(1889), + [anon_sym_rlock] = ACTIONS(1889), + [anon_sym_unsafe] = ACTIONS(1889), + [anon_sym_sql] = ACTIONS(1889), + [sym_int_literal] = ACTIONS(1889), + [sym_float_literal] = ACTIONS(1889), + [sym_rune_literal] = ACTIONS(1889), + [sym_pseudo_compile_time_identifier] = ACTIONS(1889), + [anon_sym_shared] = ACTIONS(1889), + [anon_sym_map_LBRACK] = ACTIONS(1889), + [anon_sym_chan] = ACTIONS(1889), + [anon_sym_thread] = ACTIONS(1889), + [anon_sym_atomic] = ACTIONS(1889), + [sym___double_quote] = ACTIONS(1889), + [sym___single_quote] = ACTIONS(1889), + [sym___c_double_quote] = ACTIONS(1889), + [sym___c_single_quote] = ACTIONS(1889), + [sym___r_double_quote] = ACTIONS(1889), + [sym___r_single_quote] = ACTIONS(1889), }, [1141] = { [sym_line_comment] = STATE(1141), [sym_block_comment] = STATE(1141), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(1855), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_RPAREN] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(3696), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_STAR] = ACTIONS(3698), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), + [anon_sym_LT] = ACTIONS(3708), + [anon_sym_GT] = ACTIONS(3708), + [anon_sym_EQ_EQ] = ACTIONS(3708), + [anon_sym_BANG_EQ] = ACTIONS(3708), + [anon_sym_LT_EQ] = ACTIONS(3708), + [anon_sym_GT_EQ] = ACTIONS(3708), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1855), + [anon_sym_LBRACK] = ACTIONS(3700), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(3706), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(3696), + [anon_sym_AMP] = ACTIONS(3698), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), + [anon_sym_AMP_AMP] = ACTIONS(3710), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_BANGin] = ACTIONS(3714), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), + }, + [1142] = { + [sym_line_comment] = STATE(1142), + [sym_block_comment] = STATE(1142), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(1855), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_RPAREN] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(3696), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_STAR] = ACTIONS(3698), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), + [anon_sym_LT] = ACTIONS(3708), + [anon_sym_GT] = ACTIONS(3708), + [anon_sym_EQ_EQ] = ACTIONS(3708), + [anon_sym_BANG_EQ] = ACTIONS(3708), + [anon_sym_LT_EQ] = ACTIONS(3708), + [anon_sym_GT_EQ] = ACTIONS(3708), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1855), + [anon_sym_LBRACK] = ACTIONS(3700), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(3706), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(3696), + [anon_sym_AMP] = ACTIONS(3698), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), + [anon_sym_AMP_AMP] = ACTIONS(1855), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_BANGin] = ACTIONS(3714), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), + }, + [1143] = { + [sym_line_comment] = STATE(1143), + [sym_block_comment] = STATE(1143), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_CR] = ACTIONS(619), + [anon_sym_CR_LF] = ACTIONS(619), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_EQ] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(619), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_LBRACK2] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(619), + [anon_sym_AMP_CARET] = ACTIONS(619), + [anon_sym_AMP_AMP] = ACTIONS(619), + [anon_sym_PIPE_PIPE] = ACTIONS(619), + [anon_sym_or] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(619), + [anon_sym_POUND_LBRACK] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(619), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(619), + [anon_sym_STAR_EQ] = ACTIONS(619), + [anon_sym_SLASH_EQ] = ACTIONS(619), + [anon_sym_PERCENT_EQ] = ACTIONS(619), + [anon_sym_LT_LT_EQ] = ACTIONS(619), + [anon_sym_GT_GT_EQ] = ACTIONS(619), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(619), + [anon_sym_AMP_EQ] = ACTIONS(619), + [anon_sym_AMP_CARET_EQ] = ACTIONS(619), + [anon_sym_PLUS_EQ] = ACTIONS(619), + [anon_sym_DASH_EQ] = ACTIONS(619), + [anon_sym_PIPE_EQ] = ACTIONS(619), + [anon_sym_CARET_EQ] = ACTIONS(619), + [anon_sym_COLON_EQ] = ACTIONS(619), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(549), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + }, + [1144] = { + [sym_line_comment] = STATE(1144), + [sym_block_comment] = STATE(1144), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), [sym_identifier] = ACTIONS(1877), [anon_sym_LF] = ACTIONS(1877), [anon_sym_CR] = ACTIONS(1877), @@ -153830,12 +154143,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_SEMI] = ACTIONS(1877), - [anon_sym_DOT] = ACTIONS(3686), + [anon_sym_DOT] = ACTIONS(3692), [anon_sym_as] = ACTIONS(1877), [anon_sym_LBRACE] = ACTIONS(1877), [anon_sym_COMMA] = ACTIONS(1877), [anon_sym_RBRACE] = ACTIONS(1877), - [anon_sym_LPAREN] = ACTIONS(3690), + [anon_sym_LPAREN] = ACTIONS(3694), [anon_sym_RPAREN] = ACTIONS(1877), [anon_sym_PIPE] = ACTIONS(1877), [anon_sym_fn] = ACTIONS(1877), @@ -153851,17 +154164,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(1877), [anon_sym_GT_EQ] = ACTIONS(1877), [anon_sym_DOT_DOT_DOT] = ACTIONS(1877), - [anon_sym_LBRACK] = ACTIONS(3698), + [anon_sym_LBRACK] = ACTIONS(3700), [anon_sym_struct] = ACTIONS(1877), [anon_sym_mut] = ACTIONS(1877), [anon_sym_PLUS_PLUS] = ACTIONS(1877), [anon_sym_DASH_DASH] = ACTIONS(1877), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), [anon_sym_go] = ACTIONS(1877), [anon_sym_spawn] = ACTIONS(1877), [anon_sym_json_DOTdecode] = ACTIONS(1877), - [anon_sym_LBRACK2] = ACTIONS(3708), + [anon_sym_LBRACK2] = ACTIONS(3706), [anon_sym_TILDE] = ACTIONS(1877), [anon_sym_CARET] = ACTIONS(1877), [anon_sym_AMP] = ACTIONS(1877), @@ -153877,8 +154190,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [sym_nil] = ACTIONS(1877), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), [anon_sym_if] = ACTIONS(1877), [anon_sym_DOLLARif] = ACTIONS(1877), [anon_sym_is] = ACTIONS(1877), @@ -153907,462 +154220,282 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1877), [sym___r_single_quote] = ACTIONS(1877), }, - [1142] = { - [sym_line_comment] = STATE(1142), - [sym_block_comment] = STATE(1142), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), - [sym_identifier] = ACTIONS(1937), - [anon_sym_LF] = ACTIONS(1937), - [anon_sym_CR] = ACTIONS(1937), - [anon_sym_CR_LF] = ACTIONS(1937), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(1937), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(3688), - [anon_sym_LBRACE] = ACTIONS(1937), - [anon_sym_COMMA] = ACTIONS(1937), - [anon_sym_RBRACE] = ACTIONS(1937), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_RPAREN] = ACTIONS(1937), - [anon_sym_PIPE] = ACTIONS(3692), - [anon_sym_fn] = ACTIONS(1937), - [anon_sym_PLUS] = ACTIONS(3692), - [anon_sym_DASH] = ACTIONS(3692), - [anon_sym_STAR] = ACTIONS(3694), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), - [anon_sym_LT] = ACTIONS(3696), - [anon_sym_GT] = ACTIONS(3696), - [anon_sym_EQ_EQ] = ACTIONS(3696), - [anon_sym_BANG_EQ] = ACTIONS(3696), - [anon_sym_LT_EQ] = ACTIONS(3696), - [anon_sym_GT_EQ] = ACTIONS(3696), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1937), - [anon_sym_LBRACK] = ACTIONS(3698), - [anon_sym_struct] = ACTIONS(1937), - [anon_sym_mut] = ACTIONS(1937), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3702), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), - [anon_sym_go] = ACTIONS(1937), - [anon_sym_spawn] = ACTIONS(1937), - [anon_sym_json_DOTdecode] = ACTIONS(1937), - [anon_sym_LBRACK2] = ACTIONS(3708), - [anon_sym_TILDE] = ACTIONS(1937), - [anon_sym_CARET] = ACTIONS(3692), - [anon_sym_AMP] = ACTIONS(3694), - [anon_sym_LT_DASH] = ACTIONS(1937), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), - [anon_sym_AMP_AMP] = ACTIONS(3710), - [anon_sym_PIPE_PIPE] = ACTIONS(3712), - [anon_sym_or] = ACTIONS(3714), - [sym_none] = ACTIONS(1937), - [sym_true] = ACTIONS(1937), - [sym_false] = ACTIONS(1937), - [sym_nil] = ACTIONS(1937), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), - [anon_sym_if] = ACTIONS(1937), - [anon_sym_DOLLARif] = ACTIONS(1937), - [anon_sym_is] = ACTIONS(3716), - [anon_sym_BANGis] = ACTIONS(3718), - [anon_sym_in] = ACTIONS(3720), - [anon_sym_BANGin] = ACTIONS(3722), - [anon_sym_match] = ACTIONS(1937), - [anon_sym_select] = ACTIONS(1937), - [anon_sym_lock] = ACTIONS(1937), - [anon_sym_rlock] = ACTIONS(1937), - [anon_sym_unsafe] = ACTIONS(1937), - [anon_sym_sql] = ACTIONS(1937), - [sym_int_literal] = ACTIONS(1937), - [sym_float_literal] = ACTIONS(1937), - [sym_rune_literal] = ACTIONS(1937), - [sym_pseudo_compile_time_identifier] = ACTIONS(1937), - [anon_sym_shared] = ACTIONS(1937), - [anon_sym_map_LBRACK] = ACTIONS(1937), - [anon_sym_chan] = ACTIONS(1937), - [anon_sym_thread] = ACTIONS(1937), - [anon_sym_atomic] = ACTIONS(1937), - [sym___double_quote] = ACTIONS(1937), - [sym___single_quote] = ACTIONS(1937), - [sym___c_double_quote] = ACTIONS(1937), - [sym___c_single_quote] = ACTIONS(1937), - [sym___r_double_quote] = ACTIONS(1937), - [sym___r_single_quote] = ACTIONS(1937), - }, - [1143] = { - [sym_line_comment] = STATE(1143), - [sym_block_comment] = STATE(1143), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), - [anon_sym_LF] = ACTIONS(565), - [anon_sym_CR] = ACTIONS(565), - [anon_sym_CR_LF] = ACTIONS(565), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(565), - [anon_sym_as] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(565), - [anon_sym_RBRACE] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(565), - [anon_sym_EQ] = ACTIONS(565), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(565), - [anon_sym_SLASH] = ACTIONS(565), - [anon_sym_PERCENT] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_EQ_EQ] = ACTIONS(565), - [anon_sym_BANG_EQ] = ACTIONS(565), - [anon_sym_LT_EQ] = ACTIONS(565), - [anon_sym_GT_EQ] = ACTIONS(565), - [anon_sym_LBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(565), - [anon_sym_DASH_DASH] = ACTIONS(565), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_LBRACK2] = ACTIONS(565), - [anon_sym_CARET] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(565), - [anon_sym_LT_LT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(565), - [anon_sym_GT_GT_GT] = ACTIONS(565), - [anon_sym_AMP_CARET] = ACTIONS(565), - [anon_sym_AMP_AMP] = ACTIONS(565), - [anon_sym_PIPE_PIPE] = ACTIONS(565), - [anon_sym_or] = ACTIONS(565), - [anon_sym_QMARK_DOT] = ACTIONS(565), - [anon_sym_POUND_LBRACK] = ACTIONS(565), - [anon_sym_is] = ACTIONS(565), - [anon_sym_BANGis] = ACTIONS(565), - [anon_sym_in] = ACTIONS(565), - [anon_sym_BANGin] = ACTIONS(565), - [anon_sym_STAR_EQ] = ACTIONS(565), - [anon_sym_SLASH_EQ] = ACTIONS(565), - [anon_sym_PERCENT_EQ] = ACTIONS(565), - [anon_sym_LT_LT_EQ] = ACTIONS(565), - [anon_sym_GT_GT_EQ] = ACTIONS(565), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(565), - [anon_sym_AMP_EQ] = ACTIONS(565), - [anon_sym_AMP_CARET_EQ] = ACTIONS(565), - [anon_sym_PLUS_EQ] = ACTIONS(565), - [anon_sym_DASH_EQ] = ACTIONS(565), - [anon_sym_PIPE_EQ] = ACTIONS(565), - [anon_sym_CARET_EQ] = ACTIONS(565), - [anon_sym_COLON_EQ] = ACTIONS(565), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(549), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - }, - [1144] = { - [sym_line_comment] = STATE(1144), - [sym_block_comment] = STATE(1144), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), - [sym_identifier] = ACTIONS(1859), - [anon_sym_LF] = ACTIONS(1859), - [anon_sym_CR] = ACTIONS(1859), - [anon_sym_CR_LF] = ACTIONS(1859), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(1859), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(1859), - [anon_sym_LBRACE] = ACTIONS(1859), - [anon_sym_COMMA] = ACTIONS(1859), - [anon_sym_RBRACE] = ACTIONS(1859), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_RPAREN] = ACTIONS(1859), - [anon_sym_PIPE] = ACTIONS(3692), - [anon_sym_fn] = ACTIONS(1859), - [anon_sym_PLUS] = ACTIONS(3692), - [anon_sym_DASH] = ACTIONS(3692), - [anon_sym_STAR] = ACTIONS(3694), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), - [anon_sym_LT] = ACTIONS(1859), - [anon_sym_GT] = ACTIONS(1859), - [anon_sym_EQ_EQ] = ACTIONS(1859), - [anon_sym_BANG_EQ] = ACTIONS(1859), - [anon_sym_LT_EQ] = ACTIONS(1859), - [anon_sym_GT_EQ] = ACTIONS(1859), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1859), - [anon_sym_LBRACK] = ACTIONS(3698), - [anon_sym_struct] = ACTIONS(1859), - [anon_sym_mut] = ACTIONS(1859), - [anon_sym_PLUS_PLUS] = ACTIONS(1859), - [anon_sym_DASH_DASH] = ACTIONS(1859), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), - [anon_sym_go] = ACTIONS(1859), - [anon_sym_spawn] = ACTIONS(1859), - [anon_sym_json_DOTdecode] = ACTIONS(1859), - [anon_sym_LBRACK2] = ACTIONS(3708), - [anon_sym_TILDE] = ACTIONS(1859), - [anon_sym_CARET] = ACTIONS(3692), - [anon_sym_AMP] = ACTIONS(3694), - [anon_sym_LT_DASH] = ACTIONS(1859), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), - [anon_sym_AMP_AMP] = ACTIONS(1859), - [anon_sym_PIPE_PIPE] = ACTIONS(1859), - [anon_sym_or] = ACTIONS(1859), - [sym_none] = ACTIONS(1859), - [sym_true] = ACTIONS(1859), - [sym_false] = ACTIONS(1859), - [sym_nil] = ACTIONS(1859), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), - [anon_sym_if] = ACTIONS(1859), - [anon_sym_DOLLARif] = ACTIONS(1859), - [anon_sym_is] = ACTIONS(1859), - [anon_sym_BANGis] = ACTIONS(1859), - [anon_sym_in] = ACTIONS(1859), - [anon_sym_BANGin] = ACTIONS(1859), - [anon_sym_match] = ACTIONS(1859), - [anon_sym_select] = ACTIONS(1859), - [anon_sym_lock] = ACTIONS(1859), - [anon_sym_rlock] = ACTIONS(1859), - [anon_sym_unsafe] = ACTIONS(1859), - [anon_sym_sql] = ACTIONS(1859), - [sym_int_literal] = ACTIONS(1859), - [sym_float_literal] = ACTIONS(1859), - [sym_rune_literal] = ACTIONS(1859), - [sym_pseudo_compile_time_identifier] = ACTIONS(1859), - [anon_sym_shared] = ACTIONS(1859), - [anon_sym_map_LBRACK] = ACTIONS(1859), - [anon_sym_chan] = ACTIONS(1859), - [anon_sym_thread] = ACTIONS(1859), - [anon_sym_atomic] = ACTIONS(1859), - [sym___double_quote] = ACTIONS(1859), - [sym___single_quote] = ACTIONS(1859), - [sym___c_double_quote] = ACTIONS(1859), - [sym___c_single_quote] = ACTIONS(1859), - [sym___r_double_quote] = ACTIONS(1859), - [sym___r_single_quote] = ACTIONS(1859), - }, [1145] = { [sym_line_comment] = STATE(1145), [sym_block_comment] = STATE(1145), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(1813), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_RBRACE] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_RPAREN] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(3692), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3692), - [anon_sym_DASH] = ACTIONS(3692), - [anon_sym_STAR] = ACTIONS(3694), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), - [anon_sym_LT] = ACTIONS(3696), - [anon_sym_GT] = ACTIONS(3696), - [anon_sym_EQ_EQ] = ACTIONS(3696), - [anon_sym_BANG_EQ] = ACTIONS(3696), - [anon_sym_LT_EQ] = ACTIONS(3696), - [anon_sym_GT_EQ] = ACTIONS(3696), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(3698), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3708), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(3692), - [anon_sym_AMP] = ACTIONS(3694), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), - [anon_sym_AMP_AMP] = ACTIONS(3710), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(3720), - [anon_sym_BANGin] = ACTIONS(3722), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), + [anon_sym_SEMI] = ACTIONS(1855), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_RPAREN] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(3696), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_STAR] = ACTIONS(3698), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1855), + [anon_sym_BANG_EQ] = ACTIONS(1855), + [anon_sym_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_EQ] = ACTIONS(1855), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1855), + [anon_sym_LBRACK] = ACTIONS(3700), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(3706), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(3696), + [anon_sym_AMP] = ACTIONS(3698), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), + [anon_sym_AMP_AMP] = ACTIONS(1855), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(1855), + [anon_sym_BANGin] = ACTIONS(1855), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), }, [1146] = { [sym_line_comment] = STATE(1146), [sym_block_comment] = STATE(1146), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), - [sym_identifier] = ACTIONS(1887), - [anon_sym_LF] = ACTIONS(1887), - [anon_sym_CR] = ACTIONS(1887), - [anon_sym_CR_LF] = ACTIONS(1887), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), + [sym_identifier] = ACTIONS(1833), + [anon_sym_LF] = ACTIONS(1833), + [anon_sym_CR] = ACTIONS(1833), + [anon_sym_CR_LF] = ACTIONS(1833), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(1887), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(1887), - [anon_sym_LBRACE] = ACTIONS(1887), - [anon_sym_COMMA] = ACTIONS(1887), - [anon_sym_RBRACE] = ACTIONS(1887), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_RPAREN] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(1887), - [anon_sym_fn] = ACTIONS(1887), - [anon_sym_PLUS] = ACTIONS(1887), - [anon_sym_DASH] = ACTIONS(1887), - [anon_sym_STAR] = ACTIONS(1887), - [anon_sym_SLASH] = ACTIONS(1887), - [anon_sym_PERCENT] = ACTIONS(1887), - [anon_sym_LT] = ACTIONS(1887), - [anon_sym_GT] = ACTIONS(1887), - [anon_sym_EQ_EQ] = ACTIONS(1887), - [anon_sym_BANG_EQ] = ACTIONS(1887), - [anon_sym_LT_EQ] = ACTIONS(1887), - [anon_sym_GT_EQ] = ACTIONS(1887), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1887), - [anon_sym_LBRACK] = ACTIONS(3698), - [anon_sym_struct] = ACTIONS(1887), - [anon_sym_mut] = ACTIONS(1887), - [anon_sym_PLUS_PLUS] = ACTIONS(1887), - [anon_sym_DASH_DASH] = ACTIONS(1887), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), - [anon_sym_go] = ACTIONS(1887), - [anon_sym_spawn] = ACTIONS(1887), - [anon_sym_json_DOTdecode] = ACTIONS(1887), - [anon_sym_LBRACK2] = ACTIONS(3708), - [anon_sym_TILDE] = ACTIONS(1887), - [anon_sym_CARET] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1887), - [anon_sym_LT_DASH] = ACTIONS(1887), - [anon_sym_LT_LT] = ACTIONS(1887), - [anon_sym_GT_GT] = ACTIONS(1887), - [anon_sym_GT_GT_GT] = ACTIONS(1887), - [anon_sym_AMP_CARET] = ACTIONS(1887), - [anon_sym_AMP_AMP] = ACTIONS(1887), - [anon_sym_PIPE_PIPE] = ACTIONS(1887), - [anon_sym_or] = ACTIONS(1887), - [sym_none] = ACTIONS(1887), - [sym_true] = ACTIONS(1887), - [sym_false] = ACTIONS(1887), - [sym_nil] = ACTIONS(1887), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), - [anon_sym_if] = ACTIONS(1887), - [anon_sym_DOLLARif] = ACTIONS(1887), - [anon_sym_is] = ACTIONS(1887), - [anon_sym_BANGis] = ACTIONS(1887), - [anon_sym_in] = ACTIONS(1887), - [anon_sym_BANGin] = ACTIONS(1887), - [anon_sym_match] = ACTIONS(1887), - [anon_sym_select] = ACTIONS(1887), - [anon_sym_lock] = ACTIONS(1887), - [anon_sym_rlock] = ACTIONS(1887), - [anon_sym_unsafe] = ACTIONS(1887), - [anon_sym_sql] = ACTIONS(1887), - [sym_int_literal] = ACTIONS(1887), - [sym_float_literal] = ACTIONS(1887), - [sym_rune_literal] = ACTIONS(1887), - [sym_pseudo_compile_time_identifier] = ACTIONS(1887), - [anon_sym_shared] = ACTIONS(1887), - [anon_sym_map_LBRACK] = ACTIONS(1887), - [anon_sym_chan] = ACTIONS(1887), - [anon_sym_thread] = ACTIONS(1887), - [anon_sym_atomic] = ACTIONS(1887), - [sym___double_quote] = ACTIONS(1887), - [sym___single_quote] = ACTIONS(1887), - [sym___c_double_quote] = ACTIONS(1887), - [sym___c_single_quote] = ACTIONS(1887), - [sym___r_double_quote] = ACTIONS(1887), - [sym___r_single_quote] = ACTIONS(1887), + [anon_sym_SEMI] = ACTIONS(1833), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(3716), + [anon_sym_LBRACE] = ACTIONS(1833), + [anon_sym_COMMA] = ACTIONS(1833), + [anon_sym_RBRACE] = ACTIONS(1833), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_RPAREN] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(3696), + [anon_sym_fn] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_STAR] = ACTIONS(3698), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), + [anon_sym_LT] = ACTIONS(3708), + [anon_sym_GT] = ACTIONS(3708), + [anon_sym_EQ_EQ] = ACTIONS(3708), + [anon_sym_BANG_EQ] = ACTIONS(3708), + [anon_sym_LT_EQ] = ACTIONS(3708), + [anon_sym_GT_EQ] = ACTIONS(3708), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1833), + [anon_sym_LBRACK] = ACTIONS(3700), + [anon_sym_struct] = ACTIONS(1833), + [anon_sym_mut] = ACTIONS(1833), + [anon_sym_PLUS_PLUS] = ACTIONS(3718), + [anon_sym_DASH_DASH] = ACTIONS(3720), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), + [anon_sym_go] = ACTIONS(1833), + [anon_sym_spawn] = ACTIONS(1833), + [anon_sym_json_DOTdecode] = ACTIONS(1833), + [anon_sym_LBRACK2] = ACTIONS(3706), + [anon_sym_TILDE] = ACTIONS(1833), + [anon_sym_CARET] = ACTIONS(3696), + [anon_sym_AMP] = ACTIONS(3698), + [anon_sym_LT_DASH] = ACTIONS(1833), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), + [anon_sym_AMP_AMP] = ACTIONS(3710), + [anon_sym_PIPE_PIPE] = ACTIONS(3722), + [anon_sym_or] = ACTIONS(3724), + [sym_none] = ACTIONS(1833), + [sym_true] = ACTIONS(1833), + [sym_false] = ACTIONS(1833), + [sym_nil] = ACTIONS(1833), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), + [anon_sym_if] = ACTIONS(1833), + [anon_sym_DOLLARif] = ACTIONS(1833), + [anon_sym_is] = ACTIONS(3726), + [anon_sym_BANGis] = ACTIONS(3728), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_BANGin] = ACTIONS(3714), + [anon_sym_match] = ACTIONS(1833), + [anon_sym_select] = ACTIONS(1833), + [anon_sym_lock] = ACTIONS(1833), + [anon_sym_rlock] = ACTIONS(1833), + [anon_sym_unsafe] = ACTIONS(1833), + [anon_sym_sql] = ACTIONS(1833), + [sym_int_literal] = ACTIONS(1833), + [sym_float_literal] = ACTIONS(1833), + [sym_rune_literal] = ACTIONS(1833), + [sym_pseudo_compile_time_identifier] = ACTIONS(1833), + [anon_sym_shared] = ACTIONS(1833), + [anon_sym_map_LBRACK] = ACTIONS(1833), + [anon_sym_chan] = ACTIONS(1833), + [anon_sym_thread] = ACTIONS(1833), + [anon_sym_atomic] = ACTIONS(1833), + [sym___double_quote] = ACTIONS(1833), + [sym___single_quote] = ACTIONS(1833), + [sym___c_double_quote] = ACTIONS(1833), + [sym___c_single_quote] = ACTIONS(1833), + [sym___r_double_quote] = ACTIONS(1833), + [sym___r_single_quote] = ACTIONS(1833), }, [1147] = { [sym_line_comment] = STATE(1147), [sym_block_comment] = STATE(1147), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), + [sym_identifier] = ACTIONS(1841), + [anon_sym_LF] = ACTIONS(1841), + [anon_sym_CR] = ACTIONS(1841), + [anon_sym_CR_LF] = ACTIONS(1841), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(3716), + [anon_sym_LBRACE] = ACTIONS(1841), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_RBRACE] = ACTIONS(1841), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_RPAREN] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(3696), + [anon_sym_fn] = ACTIONS(1841), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_STAR] = ACTIONS(3698), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), + [anon_sym_LT] = ACTIONS(3708), + [anon_sym_GT] = ACTIONS(3708), + [anon_sym_EQ_EQ] = ACTIONS(3708), + [anon_sym_BANG_EQ] = ACTIONS(3708), + [anon_sym_LT_EQ] = ACTIONS(3708), + [anon_sym_GT_EQ] = ACTIONS(3708), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1841), + [anon_sym_LBRACK] = ACTIONS(3700), + [anon_sym_struct] = ACTIONS(1841), + [anon_sym_mut] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(3718), + [anon_sym_DASH_DASH] = ACTIONS(3720), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), + [anon_sym_go] = ACTIONS(1841), + [anon_sym_spawn] = ACTIONS(1841), + [anon_sym_json_DOTdecode] = ACTIONS(1841), + [anon_sym_LBRACK2] = ACTIONS(3706), + [anon_sym_TILDE] = ACTIONS(1841), + [anon_sym_CARET] = ACTIONS(3696), + [anon_sym_AMP] = ACTIONS(3698), + [anon_sym_LT_DASH] = ACTIONS(1841), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), + [anon_sym_AMP_AMP] = ACTIONS(3710), + [anon_sym_PIPE_PIPE] = ACTIONS(3722), + [anon_sym_or] = ACTIONS(3724), + [sym_none] = ACTIONS(1841), + [sym_true] = ACTIONS(1841), + [sym_false] = ACTIONS(1841), + [sym_nil] = ACTIONS(1841), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), + [anon_sym_if] = ACTIONS(1841), + [anon_sym_DOLLARif] = ACTIONS(1841), + [anon_sym_is] = ACTIONS(3726), + [anon_sym_BANGis] = ACTIONS(3728), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_BANGin] = ACTIONS(3714), + [anon_sym_match] = ACTIONS(1841), + [anon_sym_select] = ACTIONS(1841), + [anon_sym_lock] = ACTIONS(1841), + [anon_sym_rlock] = ACTIONS(1841), + [anon_sym_unsafe] = ACTIONS(1841), + [anon_sym_sql] = ACTIONS(1841), + [sym_int_literal] = ACTIONS(1841), + [sym_float_literal] = ACTIONS(1841), + [sym_rune_literal] = ACTIONS(1841), + [sym_pseudo_compile_time_identifier] = ACTIONS(1841), + [anon_sym_shared] = ACTIONS(1841), + [anon_sym_map_LBRACK] = ACTIONS(1841), + [anon_sym_chan] = ACTIONS(1841), + [anon_sym_thread] = ACTIONS(1841), + [anon_sym_atomic] = ACTIONS(1841), + [sym___double_quote] = ACTIONS(1841), + [sym___single_quote] = ACTIONS(1841), + [sym___c_double_quote] = ACTIONS(1841), + [sym___c_single_quote] = ACTIONS(1841), + [sym___r_double_quote] = ACTIONS(1841), + [sym___r_single_quote] = ACTIONS(1841), + }, + [1148] = { + [sym_line_comment] = STATE(1148), + [sym_block_comment] = STATE(1148), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), [sym_identifier] = ACTIONS(1855), [anon_sym_LF] = ACTIONS(1855), [anon_sym_CR] = ACTIONS(1855), @@ -154370,20 +154503,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_SEMI] = ACTIONS(1855), - [anon_sym_DOT] = ACTIONS(3686), + [anon_sym_DOT] = ACTIONS(3692), [anon_sym_as] = ACTIONS(1855), [anon_sym_LBRACE] = ACTIONS(1855), [anon_sym_COMMA] = ACTIONS(1855), [anon_sym_RBRACE] = ACTIONS(1855), - [anon_sym_LPAREN] = ACTIONS(3690), + [anon_sym_LPAREN] = ACTIONS(3694), [anon_sym_RPAREN] = ACTIONS(1855), - [anon_sym_PIPE] = ACTIONS(3692), + [anon_sym_PIPE] = ACTIONS(1855), [anon_sym_fn] = ACTIONS(1855), - [anon_sym_PLUS] = ACTIONS(3692), - [anon_sym_DASH] = ACTIONS(3692), - [anon_sym_STAR] = ACTIONS(3694), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(3698), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), [anon_sym_LT] = ACTIONS(1855), [anon_sym_GT] = ACTIONS(1855), [anon_sym_EQ_EQ] = ACTIONS(1855), @@ -154391,25 +154524,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(1855), [anon_sym_GT_EQ] = ACTIONS(1855), [anon_sym_DOT_DOT_DOT] = ACTIONS(1855), - [anon_sym_LBRACK] = ACTIONS(3698), + [anon_sym_LBRACK] = ACTIONS(3700), [anon_sym_struct] = ACTIONS(1855), [anon_sym_mut] = ACTIONS(1855), [anon_sym_PLUS_PLUS] = ACTIONS(1855), [anon_sym_DASH_DASH] = ACTIONS(1855), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), [anon_sym_go] = ACTIONS(1855), [anon_sym_spawn] = ACTIONS(1855), [anon_sym_json_DOTdecode] = ACTIONS(1855), - [anon_sym_LBRACK2] = ACTIONS(3708), + [anon_sym_LBRACK2] = ACTIONS(3706), [anon_sym_TILDE] = ACTIONS(1855), - [anon_sym_CARET] = ACTIONS(3692), - [anon_sym_AMP] = ACTIONS(3694), + [anon_sym_CARET] = ACTIONS(1855), + [anon_sym_AMP] = ACTIONS(3698), [anon_sym_LT_DASH] = ACTIONS(1855), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), [anon_sym_AMP_AMP] = ACTIONS(1855), [anon_sym_PIPE_PIPE] = ACTIONS(1855), [anon_sym_or] = ACTIONS(1855), @@ -154417,8 +154550,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(1855), [sym_false] = ACTIONS(1855), [sym_nil] = ACTIONS(1855), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), [anon_sym_if] = ACTIONS(1855), [anon_sym_DOLLARif] = ACTIONS(1855), [anon_sym_is] = ACTIONS(1855), @@ -154447,477 +154580,210 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1855), [sym___r_single_quote] = ACTIONS(1855), }, - [1148] = { - [sym_line_comment] = STATE(1148), - [sym_block_comment] = STATE(1148), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(1813), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_RBRACE] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_RPAREN] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(1813), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1813), - [anon_sym_STAR] = ACTIONS(3694), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1813), - [anon_sym_BANG_EQ] = ACTIONS(1813), - [anon_sym_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_EQ] = ACTIONS(1813), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(3698), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3708), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(1813), - [anon_sym_AMP] = ACTIONS(3694), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1813), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), - }, [1149] = { [sym_line_comment] = STATE(1149), [sym_block_comment] = STATE(1149), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), - [sym_identifier] = ACTIONS(1813), - [anon_sym_LF] = ACTIONS(1813), - [anon_sym_CR] = ACTIONS(1813), - [anon_sym_CR_LF] = ACTIONS(1813), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), + [sym_identifier] = ACTIONS(1945), + [anon_sym_LF] = ACTIONS(1945), + [anon_sym_CR] = ACTIONS(1945), + [anon_sym_CR_LF] = ACTIONS(1945), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(1813), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1813), - [anon_sym_COMMA] = ACTIONS(1813), - [anon_sym_RBRACE] = ACTIONS(1813), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_RPAREN] = ACTIONS(1813), - [anon_sym_PIPE] = ACTIONS(3692), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3692), - [anon_sym_DASH] = ACTIONS(3692), - [anon_sym_STAR] = ACTIONS(3694), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1813), - [anon_sym_BANG_EQ] = ACTIONS(1813), - [anon_sym_LT_EQ] = ACTIONS(1813), - [anon_sym_GT_EQ] = ACTIONS(1813), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1813), - [anon_sym_LBRACK] = ACTIONS(3698), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1813), - [anon_sym_DASH_DASH] = ACTIONS(1813), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1813), - [anon_sym_LBRACK2] = ACTIONS(3708), - [anon_sym_TILDE] = ACTIONS(1813), - [anon_sym_CARET] = ACTIONS(3692), - [anon_sym_AMP] = ACTIONS(3694), - [anon_sym_LT_DASH] = ACTIONS(1813), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), - [anon_sym_AMP_AMP] = ACTIONS(1813), - [anon_sym_PIPE_PIPE] = ACTIONS(1813), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1813), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1813), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1813), - [sym_rune_literal] = ACTIONS(1813), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1813), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1813), - [sym___single_quote] = ACTIONS(1813), - [sym___c_double_quote] = ACTIONS(1813), - [sym___c_single_quote] = ACTIONS(1813), - [sym___r_double_quote] = ACTIONS(1813), - [sym___r_single_quote] = ACTIONS(1813), + [anon_sym_SEMI] = ACTIONS(1945), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(1945), + [anon_sym_LBRACE] = ACTIONS(1945), + [anon_sym_COMMA] = ACTIONS(1945), + [anon_sym_RBRACE] = ACTIONS(1945), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_RPAREN] = ACTIONS(1945), + [anon_sym_PIPE] = ACTIONS(1945), + [anon_sym_fn] = ACTIONS(1945), + [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_DASH] = ACTIONS(1945), + [anon_sym_STAR] = ACTIONS(1945), + [anon_sym_SLASH] = ACTIONS(1945), + [anon_sym_PERCENT] = ACTIONS(1945), + [anon_sym_LT] = ACTIONS(1945), + [anon_sym_GT] = ACTIONS(1945), + [anon_sym_EQ_EQ] = ACTIONS(1945), + [anon_sym_BANG_EQ] = ACTIONS(1945), + [anon_sym_LT_EQ] = ACTIONS(1945), + [anon_sym_GT_EQ] = ACTIONS(1945), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1945), + [anon_sym_LBRACK] = ACTIONS(3700), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_mut] = ACTIONS(1945), + [anon_sym_PLUS_PLUS] = ACTIONS(1945), + [anon_sym_DASH_DASH] = ACTIONS(1945), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), + [anon_sym_go] = ACTIONS(1945), + [anon_sym_spawn] = ACTIONS(1945), + [anon_sym_json_DOTdecode] = ACTIONS(1945), + [anon_sym_LBRACK2] = ACTIONS(3706), + [anon_sym_TILDE] = ACTIONS(1945), + [anon_sym_CARET] = ACTIONS(1945), + [anon_sym_AMP] = ACTIONS(1945), + [anon_sym_LT_DASH] = ACTIONS(1945), + [anon_sym_LT_LT] = ACTIONS(1945), + [anon_sym_GT_GT] = ACTIONS(1945), + [anon_sym_GT_GT_GT] = ACTIONS(1945), + [anon_sym_AMP_CARET] = ACTIONS(1945), + [anon_sym_AMP_AMP] = ACTIONS(1945), + [anon_sym_PIPE_PIPE] = ACTIONS(1945), + [anon_sym_or] = ACTIONS(1945), + [sym_none] = ACTIONS(1945), + [sym_true] = ACTIONS(1945), + [sym_false] = ACTIONS(1945), + [sym_nil] = ACTIONS(1945), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), + [anon_sym_if] = ACTIONS(1945), + [anon_sym_DOLLARif] = ACTIONS(1945), + [anon_sym_is] = ACTIONS(1945), + [anon_sym_BANGis] = ACTIONS(1945), + [anon_sym_in] = ACTIONS(1945), + [anon_sym_BANGin] = ACTIONS(1945), + [anon_sym_match] = ACTIONS(1945), + [anon_sym_select] = ACTIONS(1945), + [anon_sym_lock] = ACTIONS(1945), + [anon_sym_rlock] = ACTIONS(1945), + [anon_sym_unsafe] = ACTIONS(1945), + [anon_sym_sql] = ACTIONS(1945), + [sym_int_literal] = ACTIONS(1945), + [sym_float_literal] = ACTIONS(1945), + [sym_rune_literal] = ACTIONS(1945), + [sym_pseudo_compile_time_identifier] = ACTIONS(1945), + [anon_sym_shared] = ACTIONS(1945), + [anon_sym_map_LBRACK] = ACTIONS(1945), + [anon_sym_chan] = ACTIONS(1945), + [anon_sym_thread] = ACTIONS(1945), + [anon_sym_atomic] = ACTIONS(1945), + [sym___double_quote] = ACTIONS(1945), + [sym___single_quote] = ACTIONS(1945), + [sym___c_double_quote] = ACTIONS(1945), + [sym___c_single_quote] = ACTIONS(1945), + [sym___r_double_quote] = ACTIONS(1945), + [sym___r_single_quote] = ACTIONS(1945), }, [1150] = { [sym_line_comment] = STATE(1150), [sym_block_comment] = STATE(1150), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), - [sym_identifier] = ACTIONS(3724), - [anon_sym_LF] = ACTIONS(3724), - [anon_sym_CR] = ACTIONS(3724), - [anon_sym_CR_LF] = ACTIONS(3724), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), + [sym_identifier] = ACTIONS(1855), + [anon_sym_LF] = ACTIONS(1855), + [anon_sym_CR] = ACTIONS(1855), + [anon_sym_CR_LF] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3724), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(3688), - [anon_sym_LBRACE] = ACTIONS(3724), - [anon_sym_COMMA] = ACTIONS(3724), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_RPAREN] = ACTIONS(3724), - [anon_sym_PIPE] = ACTIONS(3692), - [anon_sym_fn] = ACTIONS(3724), - [anon_sym_PLUS] = ACTIONS(3692), - [anon_sym_DASH] = ACTIONS(3692), - [anon_sym_STAR] = ACTIONS(3694), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), - [anon_sym_LT] = ACTIONS(3696), - [anon_sym_GT] = ACTIONS(3696), - [anon_sym_EQ_EQ] = ACTIONS(3696), - [anon_sym_BANG_EQ] = ACTIONS(3696), - [anon_sym_LT_EQ] = ACTIONS(3696), - [anon_sym_GT_EQ] = ACTIONS(3696), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3724), - [anon_sym_LBRACK] = ACTIONS(3698), - [anon_sym_struct] = ACTIONS(3724), - [anon_sym_mut] = ACTIONS(3724), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3702), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), - [anon_sym_go] = ACTIONS(3724), - [anon_sym_spawn] = ACTIONS(3724), - [anon_sym_json_DOTdecode] = ACTIONS(3724), - [anon_sym_LBRACK2] = ACTIONS(3708), - [anon_sym_TILDE] = ACTIONS(3724), - [anon_sym_CARET] = ACTIONS(3692), - [anon_sym_AMP] = ACTIONS(3694), - [anon_sym_LT_DASH] = ACTIONS(3724), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), - [anon_sym_AMP_AMP] = ACTIONS(3710), - [anon_sym_PIPE_PIPE] = ACTIONS(3712), - [anon_sym_or] = ACTIONS(3714), - [sym_none] = ACTIONS(3724), - [sym_true] = ACTIONS(3724), - [sym_false] = ACTIONS(3724), - [sym_nil] = ACTIONS(3724), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), - [anon_sym_if] = ACTIONS(3724), - [anon_sym_DOLLARif] = ACTIONS(3724), - [anon_sym_is] = ACTIONS(3716), - [anon_sym_BANGis] = ACTIONS(3718), - [anon_sym_in] = ACTIONS(3720), - [anon_sym_BANGin] = ACTIONS(3722), - [anon_sym_match] = ACTIONS(3724), - [anon_sym_select] = ACTIONS(3724), - [anon_sym_lock] = ACTIONS(3724), - [anon_sym_rlock] = ACTIONS(3724), - [anon_sym_unsafe] = ACTIONS(3724), - [anon_sym_sql] = ACTIONS(3724), - [sym_int_literal] = ACTIONS(3724), - [sym_float_literal] = ACTIONS(3724), - [sym_rune_literal] = ACTIONS(3724), - [sym_pseudo_compile_time_identifier] = ACTIONS(3724), - [anon_sym_shared] = ACTIONS(3724), - [anon_sym_map_LBRACK] = ACTIONS(3724), - [anon_sym_chan] = ACTIONS(3724), - [anon_sym_thread] = ACTIONS(3724), - [anon_sym_atomic] = ACTIONS(3724), - [sym___double_quote] = ACTIONS(3724), - [sym___single_quote] = ACTIONS(3724), - [sym___c_double_quote] = ACTIONS(3724), - [sym___c_single_quote] = ACTIONS(3724), - [sym___r_double_quote] = ACTIONS(3724), - [sym___r_single_quote] = ACTIONS(3724), + [anon_sym_SEMI] = ACTIONS(1855), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1855), + [anon_sym_COMMA] = ACTIONS(1855), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_RPAREN] = ACTIONS(1855), + [anon_sym_PIPE] = ACTIONS(1855), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(1855), + [anon_sym_SLASH] = ACTIONS(1855), + [anon_sym_PERCENT] = ACTIONS(1855), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1855), + [anon_sym_BANG_EQ] = ACTIONS(1855), + [anon_sym_LT_EQ] = ACTIONS(1855), + [anon_sym_GT_EQ] = ACTIONS(1855), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1855), + [anon_sym_LBRACK] = ACTIONS(3700), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1855), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1855), + [anon_sym_LBRACK2] = ACTIONS(3706), + [anon_sym_TILDE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(1855), + [anon_sym_AMP] = ACTIONS(1855), + [anon_sym_LT_DASH] = ACTIONS(1855), + [anon_sym_LT_LT] = ACTIONS(1855), + [anon_sym_GT_GT] = ACTIONS(1855), + [anon_sym_GT_GT_GT] = ACTIONS(1855), + [anon_sym_AMP_CARET] = ACTIONS(1855), + [anon_sym_AMP_AMP] = ACTIONS(1855), + [anon_sym_PIPE_PIPE] = ACTIONS(1855), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1855), + [anon_sym_in] = ACTIONS(1855), + [anon_sym_BANGin] = ACTIONS(1855), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1855), + [sym_rune_literal] = ACTIONS(1855), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1855), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1855), + [sym___single_quote] = ACTIONS(1855), + [sym___c_double_quote] = ACTIONS(1855), + [sym___c_single_quote] = ACTIONS(1855), + [sym___r_double_quote] = ACTIONS(1855), + [sym___r_single_quote] = ACTIONS(1855), }, [1151] = { [sym_line_comment] = STATE(1151), [sym_block_comment] = STATE(1151), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), - [sym_identifier] = ACTIONS(3726), - [anon_sym_LF] = ACTIONS(3726), - [anon_sym_CR] = ACTIONS(3726), - [anon_sym_CR_LF] = ACTIONS(3726), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3726), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(3688), - [anon_sym_LBRACE] = ACTIONS(3726), - [anon_sym_COMMA] = ACTIONS(3726), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_RPAREN] = ACTIONS(3726), - [anon_sym_PIPE] = ACTIONS(3692), - [anon_sym_fn] = ACTIONS(3726), - [anon_sym_PLUS] = ACTIONS(3726), - [anon_sym_DASH] = ACTIONS(3726), - [anon_sym_STAR] = ACTIONS(3726), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), - [anon_sym_LT] = ACTIONS(3696), - [anon_sym_GT] = ACTIONS(3696), - [anon_sym_EQ_EQ] = ACTIONS(3696), - [anon_sym_BANG_EQ] = ACTIONS(3696), - [anon_sym_LT_EQ] = ACTIONS(3696), - [anon_sym_GT_EQ] = ACTIONS(3696), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3726), - [anon_sym_LBRACK] = ACTIONS(3698), - [anon_sym_struct] = ACTIONS(3726), - [anon_sym_mut] = ACTIONS(3726), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3702), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), - [anon_sym_go] = ACTIONS(3726), - [anon_sym_spawn] = ACTIONS(3726), - [anon_sym_json_DOTdecode] = ACTIONS(3726), - [anon_sym_LBRACK2] = ACTIONS(3708), - [anon_sym_TILDE] = ACTIONS(3726), - [anon_sym_CARET] = ACTIONS(3726), - [anon_sym_AMP] = ACTIONS(3726), - [anon_sym_LT_DASH] = ACTIONS(3726), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), - [anon_sym_AMP_AMP] = ACTIONS(3710), - [anon_sym_PIPE_PIPE] = ACTIONS(3712), - [anon_sym_or] = ACTIONS(3714), - [sym_none] = ACTIONS(3726), - [sym_true] = ACTIONS(3726), - [sym_false] = ACTIONS(3726), - [sym_nil] = ACTIONS(3726), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), - [anon_sym_if] = ACTIONS(3726), - [anon_sym_DOLLARif] = ACTIONS(3726), - [anon_sym_is] = ACTIONS(3716), - [anon_sym_BANGis] = ACTIONS(3718), - [anon_sym_in] = ACTIONS(3720), - [anon_sym_BANGin] = ACTIONS(3722), - [anon_sym_match] = ACTIONS(3726), - [anon_sym_select] = ACTIONS(3726), - [anon_sym_lock] = ACTIONS(3726), - [anon_sym_rlock] = ACTIONS(3726), - [anon_sym_unsafe] = ACTIONS(3726), - [anon_sym_sql] = ACTIONS(3726), - [sym_int_literal] = ACTIONS(3726), - [sym_float_literal] = ACTIONS(3726), - [sym_rune_literal] = ACTIONS(3726), - [sym_pseudo_compile_time_identifier] = ACTIONS(3726), - [anon_sym_shared] = ACTIONS(3726), - [anon_sym_map_LBRACK] = ACTIONS(3726), - [anon_sym_chan] = ACTIONS(3726), - [anon_sym_thread] = ACTIONS(3726), - [anon_sym_atomic] = ACTIONS(3726), - [sym___double_quote] = ACTIONS(3726), - [sym___single_quote] = ACTIONS(3726), - [sym___c_double_quote] = ACTIONS(3726), - [sym___c_single_quote] = ACTIONS(3726), - [sym___r_double_quote] = ACTIONS(3726), - [sym___r_single_quote] = ACTIONS(3726), - }, - [1152] = { - [sym_line_comment] = STATE(1152), - [sym_block_comment] = STATE(1152), - [sym_reference_expression] = STATE(4552), - [sym_type_reference_expression] = STATE(1808), - [sym_plain_type] = STATE(1922), - [sym__plain_type_without_special] = STATE(1938), - [sym_anon_struct_type] = STATE(1937), - [sym_multi_return_type] = STATE(1938), - [sym_result_type] = STATE(1938), - [sym_option_type] = STATE(1938), - [sym_qualified_type] = STATE(1808), - [sym_fixed_array_type] = STATE(1937), - [sym_array_type] = STATE(1937), - [sym_pointer_type] = STATE(1937), - [sym_wrong_pointer_type] = STATE(1937), - [sym_map_type] = STATE(1937), - [sym_channel_type] = STATE(1937), - [sym_shared_type] = STATE(1937), - [sym_thread_type] = STATE(1937), - [sym_atomic_type] = STATE(1937), - [sym_generic_type] = STATE(1937), - [sym_function_type] = STATE(1937), - [sym_identifier] = ACTIONS(3728), - [anon_sym_LF] = ACTIONS(571), - [anon_sym_CR] = ACTIONS(571), - [anon_sym_CR_LF] = ACTIONS(571), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(571), - [anon_sym_as] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(571), - [anon_sym_RBRACE] = ACTIONS(571), - [anon_sym_LPAREN] = ACTIONS(3730), - [anon_sym_EQ] = ACTIONS(571), - [anon_sym_PIPE] = ACTIONS(571), - [anon_sym_fn] = ACTIONS(3732), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(571), - [anon_sym_STAR] = ACTIONS(3734), - [anon_sym_SLASH] = ACTIONS(571), - [anon_sym_PERCENT] = ACTIONS(571), - [anon_sym_LT] = ACTIONS(571), - [anon_sym_GT] = ACTIONS(571), - [anon_sym_EQ_EQ] = ACTIONS(571), - [anon_sym_BANG_EQ] = ACTIONS(571), - [anon_sym_LT_EQ] = ACTIONS(571), - [anon_sym_GT_EQ] = ACTIONS(571), - [anon_sym_LBRACK] = ACTIONS(567), - [anon_sym_struct] = ACTIONS(3736), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_QMARK] = ACTIONS(3738), - [anon_sym_BANG] = ACTIONS(3740), - [anon_sym_LBRACK2] = ACTIONS(3742), - [anon_sym_CARET] = ACTIONS(571), - [anon_sym_AMP] = ACTIONS(3744), - [anon_sym_LT_LT] = ACTIONS(571), - [anon_sym_GT_GT] = ACTIONS(571), - [anon_sym_GT_GT_GT] = ACTIONS(571), - [anon_sym_AMP_CARET] = ACTIONS(571), - [anon_sym_AMP_AMP] = ACTIONS(571), - [anon_sym_PIPE_PIPE] = ACTIONS(571), - [anon_sym_or] = ACTIONS(571), - [anon_sym_QMARK_DOT] = ACTIONS(571), - [anon_sym_POUND_LBRACK] = ACTIONS(571), - [anon_sym_is] = ACTIONS(571), - [anon_sym_BANGis] = ACTIONS(571), - [anon_sym_in] = ACTIONS(571), - [anon_sym_BANGin] = ACTIONS(571), - [anon_sym_STAR_EQ] = ACTIONS(571), - [anon_sym_SLASH_EQ] = ACTIONS(571), - [anon_sym_PERCENT_EQ] = ACTIONS(571), - [anon_sym_LT_LT_EQ] = ACTIONS(571), - [anon_sym_GT_GT_EQ] = ACTIONS(571), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(571), - [anon_sym_AMP_EQ] = ACTIONS(571), - [anon_sym_AMP_CARET_EQ] = ACTIONS(571), - [anon_sym_PLUS_EQ] = ACTIONS(571), - [anon_sym_DASH_EQ] = ACTIONS(571), - [anon_sym_PIPE_EQ] = ACTIONS(571), - [anon_sym_CARET_EQ] = ACTIONS(571), - [anon_sym_COLON_EQ] = ACTIONS(571), - [anon_sym_shared] = ACTIONS(3746), - [anon_sym_map_LBRACK] = ACTIONS(3748), - [anon_sym_chan] = ACTIONS(3750), - [anon_sym_thread] = ACTIONS(3752), - [anon_sym_atomic] = ACTIONS(3754), - }, - [1153] = { - [sym_line_comment] = STATE(1153), - [sym_block_comment] = STATE(1153), - [sym_reference_expression] = STATE(4552), - [sym_type_reference_expression] = STATE(1808), - [sym_plain_type] = STATE(1928), - [sym__plain_type_without_special] = STATE(1938), - [sym_anon_struct_type] = STATE(1937), - [sym_multi_return_type] = STATE(1938), - [sym_result_type] = STATE(1938), - [sym_option_type] = STATE(1938), - [sym_qualified_type] = STATE(1808), - [sym_fixed_array_type] = STATE(1937), - [sym_array_type] = STATE(1937), - [sym_pointer_type] = STATE(1937), - [sym_wrong_pointer_type] = STATE(1937), - [sym_map_type] = STATE(1937), - [sym_channel_type] = STATE(1937), - [sym_shared_type] = STATE(1937), - [sym_thread_type] = STATE(1937), - [sym_atomic_type] = STATE(1937), - [sym_generic_type] = STATE(1937), - [sym_function_type] = STATE(1937), - [sym_identifier] = ACTIONS(3728), + [sym_reference_expression] = STATE(4554), + [sym_type_reference_expression] = STATE(1813), + [sym_plain_type] = STATE(1947), + [sym__plain_type_without_special] = STATE(1941), + [sym_anon_struct_type] = STATE(1949), + [sym_multi_return_type] = STATE(1941), + [sym_result_type] = STATE(1941), + [sym_option_type] = STATE(1941), + [sym_qualified_type] = STATE(1813), + [sym_fixed_array_type] = STATE(1949), + [sym_array_type] = STATE(1949), + [sym_pointer_type] = STATE(1949), + [sym_wrong_pointer_type] = STATE(1949), + [sym_map_type] = STATE(1949), + [sym_channel_type] = STATE(1949), + [sym_shared_type] = STATE(1949), + [sym_thread_type] = STATE(1949), + [sym_atomic_type] = STATE(1949), + [sym_generic_type] = STATE(1949), + [sym_function_type] = STATE(1949), + [sym_identifier] = ACTIONS(3730), [anon_sym_LF] = ACTIONS(627), [anon_sym_CR] = ACTIONS(627), [anon_sym_CR_LF] = ACTIONS(627), @@ -154927,13 +154793,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as] = ACTIONS(627), [anon_sym_COMMA] = ACTIONS(627), [anon_sym_RBRACE] = ACTIONS(627), - [anon_sym_LPAREN] = ACTIONS(3730), + [anon_sym_LPAREN] = ACTIONS(3732), [anon_sym_EQ] = ACTIONS(627), [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_fn] = ACTIONS(3732), + [anon_sym_fn] = ACTIONS(3734), [anon_sym_PLUS] = ACTIONS(627), [anon_sym_DASH] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(3734), + [anon_sym_STAR] = ACTIONS(3736), [anon_sym_SLASH] = ACTIONS(627), [anon_sym_PERCENT] = ACTIONS(627), [anon_sym_LT] = ACTIONS(627), @@ -154943,14 +154809,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(627), [anon_sym_GT_EQ] = ACTIONS(627), [anon_sym_LBRACK] = ACTIONS(625), - [anon_sym_struct] = ACTIONS(3736), + [anon_sym_struct] = ACTIONS(3738), [anon_sym_PLUS_PLUS] = ACTIONS(627), [anon_sym_DASH_DASH] = ACTIONS(627), - [anon_sym_QMARK] = ACTIONS(3738), - [anon_sym_BANG] = ACTIONS(3740), - [anon_sym_LBRACK2] = ACTIONS(3742), + [anon_sym_QMARK] = ACTIONS(3740), + [anon_sym_BANG] = ACTIONS(3742), + [anon_sym_LBRACK2] = ACTIONS(3744), [anon_sym_CARET] = ACTIONS(627), - [anon_sym_AMP] = ACTIONS(3744), + [anon_sym_AMP] = ACTIONS(3746), [anon_sym_LT_LT] = ACTIONS(627), [anon_sym_GT_GT] = ACTIONS(627), [anon_sym_GT_GT_GT] = ACTIONS(627), @@ -154977,463 +154843,463 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_EQ] = ACTIONS(627), [anon_sym_CARET_EQ] = ACTIONS(627), [anon_sym_COLON_EQ] = ACTIONS(627), - [anon_sym_shared] = ACTIONS(3746), - [anon_sym_map_LBRACK] = ACTIONS(3748), - [anon_sym_chan] = ACTIONS(3750), - [anon_sym_thread] = ACTIONS(3752), - [anon_sym_atomic] = ACTIONS(3754), + [anon_sym_shared] = ACTIONS(3748), + [anon_sym_map_LBRACK] = ACTIONS(3750), + [anon_sym_chan] = ACTIONS(3752), + [anon_sym_thread] = ACTIONS(3754), + [anon_sym_atomic] = ACTIONS(3756), + }, + [1152] = { + [sym_line_comment] = STATE(1152), + [sym_block_comment] = STATE(1152), + [sym_else_branch] = STATE(1252), + [sym_identifier] = ACTIONS(2429), + [anon_sym_LF] = ACTIONS(2429), + [anon_sym_CR] = ACTIONS(2429), + [anon_sym_CR_LF] = ACTIONS(2429), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(2429), + [anon_sym_DOT] = ACTIONS(2429), + [anon_sym_as] = ACTIONS(2429), + [anon_sym_LBRACE] = ACTIONS(2429), + [anon_sym_COMMA] = ACTIONS(2429), + [anon_sym_RBRACE] = ACTIONS(2429), + [anon_sym_LPAREN] = ACTIONS(2429), + [anon_sym_RPAREN] = ACTIONS(2429), + [anon_sym_PIPE] = ACTIONS(2429), + [anon_sym_fn] = ACTIONS(2429), + [anon_sym_PLUS] = ACTIONS(2429), + [anon_sym_DASH] = ACTIONS(2429), + [anon_sym_STAR] = ACTIONS(2429), + [anon_sym_SLASH] = ACTIONS(2429), + [anon_sym_PERCENT] = ACTIONS(2429), + [anon_sym_LT] = ACTIONS(2429), + [anon_sym_GT] = ACTIONS(2429), + [anon_sym_EQ_EQ] = ACTIONS(2429), + [anon_sym_BANG_EQ] = ACTIONS(2429), + [anon_sym_LT_EQ] = ACTIONS(2429), + [anon_sym_GT_EQ] = ACTIONS(2429), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2429), + [anon_sym_LBRACK] = ACTIONS(2427), + [anon_sym_struct] = ACTIONS(2429), + [anon_sym_mut] = ACTIONS(2429), + [anon_sym_PLUS_PLUS] = ACTIONS(2429), + [anon_sym_DASH_DASH] = ACTIONS(2429), + [anon_sym_QMARK] = ACTIONS(2429), + [anon_sym_BANG] = ACTIONS(2429), + [anon_sym_go] = ACTIONS(2429), + [anon_sym_spawn] = ACTIONS(2429), + [anon_sym_json_DOTdecode] = ACTIONS(2429), + [anon_sym_LBRACK2] = ACTIONS(2429), + [anon_sym_TILDE] = ACTIONS(2429), + [anon_sym_CARET] = ACTIONS(2429), + [anon_sym_AMP] = ACTIONS(2429), + [anon_sym_LT_DASH] = ACTIONS(2429), + [anon_sym_LT_LT] = ACTIONS(2429), + [anon_sym_GT_GT] = ACTIONS(2429), + [anon_sym_GT_GT_GT] = ACTIONS(2429), + [anon_sym_AMP_CARET] = ACTIONS(2429), + [anon_sym_AMP_AMP] = ACTIONS(2429), + [anon_sym_PIPE_PIPE] = ACTIONS(2429), + [anon_sym_or] = ACTIONS(2429), + [sym_none] = ACTIONS(2429), + [sym_true] = ACTIONS(2429), + [sym_false] = ACTIONS(2429), + [sym_nil] = ACTIONS(2429), + [anon_sym_QMARK_DOT] = ACTIONS(2429), + [anon_sym_POUND_LBRACK] = ACTIONS(2429), + [anon_sym_if] = ACTIONS(2429), + [anon_sym_else] = ACTIONS(3758), + [anon_sym_DOLLARif] = ACTIONS(2429), + [anon_sym_is] = ACTIONS(2429), + [anon_sym_BANGis] = ACTIONS(2429), + [anon_sym_in] = ACTIONS(2429), + [anon_sym_BANGin] = ACTIONS(2429), + [anon_sym_match] = ACTIONS(2429), + [anon_sym_select] = ACTIONS(2429), + [anon_sym_lock] = ACTIONS(2429), + [anon_sym_rlock] = ACTIONS(2429), + [anon_sym_unsafe] = ACTIONS(2429), + [anon_sym_sql] = ACTIONS(2429), + [sym_int_literal] = ACTIONS(2429), + [sym_float_literal] = ACTIONS(2429), + [sym_rune_literal] = ACTIONS(2429), + [sym_pseudo_compile_time_identifier] = ACTIONS(2429), + [anon_sym_shared] = ACTIONS(2429), + [anon_sym_map_LBRACK] = ACTIONS(2429), + [anon_sym_chan] = ACTIONS(2429), + [anon_sym_thread] = ACTIONS(2429), + [anon_sym_atomic] = ACTIONS(2429), + [sym___double_quote] = ACTIONS(2429), + [sym___single_quote] = ACTIONS(2429), + [sym___c_double_quote] = ACTIONS(2429), + [sym___c_single_quote] = ACTIONS(2429), + [sym___r_double_quote] = ACTIONS(2429), + [sym___r_single_quote] = ACTIONS(2429), + }, + [1153] = { + [sym_line_comment] = STATE(1153), + [sym_block_comment] = STATE(1153), + [sym_reference_expression] = STATE(4554), + [sym_type_reference_expression] = STATE(1813), + [sym_plain_type] = STATE(1934), + [sym__plain_type_without_special] = STATE(1941), + [sym_anon_struct_type] = STATE(1949), + [sym_multi_return_type] = STATE(1941), + [sym_result_type] = STATE(1941), + [sym_option_type] = STATE(1941), + [sym_qualified_type] = STATE(1813), + [sym_fixed_array_type] = STATE(1949), + [sym_array_type] = STATE(1949), + [sym_pointer_type] = STATE(1949), + [sym_wrong_pointer_type] = STATE(1949), + [sym_map_type] = STATE(1949), + [sym_channel_type] = STATE(1949), + [sym_shared_type] = STATE(1949), + [sym_thread_type] = STATE(1949), + [sym_atomic_type] = STATE(1949), + [sym_generic_type] = STATE(1949), + [sym_function_type] = STATE(1949), + [sym_identifier] = ACTIONS(3730), + [anon_sym_LF] = ACTIONS(567), + [anon_sym_CR] = ACTIONS(567), + [anon_sym_CR_LF] = ACTIONS(567), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(567), + [anon_sym_as] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_RBRACE] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(3732), + [anon_sym_EQ] = ACTIONS(567), + [anon_sym_PIPE] = ACTIONS(567), + [anon_sym_fn] = ACTIONS(3734), + [anon_sym_PLUS] = ACTIONS(567), + [anon_sym_DASH] = ACTIONS(567), + [anon_sym_STAR] = ACTIONS(3736), + [anon_sym_SLASH] = ACTIONS(567), + [anon_sym_PERCENT] = ACTIONS(567), + [anon_sym_LT] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(567), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_GT_EQ] = ACTIONS(567), + [anon_sym_LBRACK] = ACTIONS(563), + [anon_sym_struct] = ACTIONS(3738), + [anon_sym_PLUS_PLUS] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(567), + [anon_sym_QMARK] = ACTIONS(3740), + [anon_sym_BANG] = ACTIONS(3742), + [anon_sym_LBRACK2] = ACTIONS(3744), + [anon_sym_CARET] = ACTIONS(567), + [anon_sym_AMP] = ACTIONS(3746), + [anon_sym_LT_LT] = ACTIONS(567), + [anon_sym_GT_GT] = ACTIONS(567), + [anon_sym_GT_GT_GT] = ACTIONS(567), + [anon_sym_AMP_CARET] = ACTIONS(567), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_or] = ACTIONS(567), + [anon_sym_QMARK_DOT] = ACTIONS(567), + [anon_sym_POUND_LBRACK] = ACTIONS(567), + [anon_sym_is] = ACTIONS(567), + [anon_sym_BANGis] = ACTIONS(567), + [anon_sym_in] = ACTIONS(567), + [anon_sym_BANGin] = ACTIONS(567), + [anon_sym_STAR_EQ] = ACTIONS(567), + [anon_sym_SLASH_EQ] = ACTIONS(567), + [anon_sym_PERCENT_EQ] = ACTIONS(567), + [anon_sym_LT_LT_EQ] = ACTIONS(567), + [anon_sym_GT_GT_EQ] = ACTIONS(567), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(567), + [anon_sym_AMP_EQ] = ACTIONS(567), + [anon_sym_AMP_CARET_EQ] = ACTIONS(567), + [anon_sym_PLUS_EQ] = ACTIONS(567), + [anon_sym_DASH_EQ] = ACTIONS(567), + [anon_sym_PIPE_EQ] = ACTIONS(567), + [anon_sym_CARET_EQ] = ACTIONS(567), + [anon_sym_COLON_EQ] = ACTIONS(567), + [anon_sym_shared] = ACTIONS(3748), + [anon_sym_map_LBRACK] = ACTIONS(3750), + [anon_sym_chan] = ACTIONS(3752), + [anon_sym_thread] = ACTIONS(3754), + [anon_sym_atomic] = ACTIONS(3756), }, [1154] = { [sym_line_comment] = STATE(1154), [sym_block_comment] = STATE(1154), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), - [anon_sym_LF] = ACTIONS(607), - [anon_sym_CR] = ACTIONS(607), - [anon_sym_CR_LF] = ACTIONS(607), + [sym_reference_expression] = STATE(4554), + [sym_type_reference_expression] = STATE(1813), + [sym_plain_type] = STATE(1938), + [sym__plain_type_without_special] = STATE(1941), + [sym_anon_struct_type] = STATE(1949), + [sym_multi_return_type] = STATE(1941), + [sym_result_type] = STATE(1941), + [sym_option_type] = STATE(1941), + [sym_qualified_type] = STATE(1813), + [sym_fixed_array_type] = STATE(1949), + [sym_array_type] = STATE(1949), + [sym_pointer_type] = STATE(1949), + [sym_wrong_pointer_type] = STATE(1949), + [sym_map_type] = STATE(1949), + [sym_channel_type] = STATE(1949), + [sym_shared_type] = STATE(1949), + [sym_thread_type] = STATE(1949), + [sym_atomic_type] = STATE(1949), + [sym_generic_type] = STATE(1949), + [sym_function_type] = STATE(1949), + [sym_identifier] = ACTIONS(3730), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_CR] = ACTIONS(623), + [anon_sym_CR_LF] = ACTIONS(623), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_COMMA] = ACTIONS(607), - [anon_sym_RBRACE] = ACTIONS(607), - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(613), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(607), - [anon_sym_BANG_EQ] = ACTIONS(607), - [anon_sym_LT_EQ] = ACTIONS(607), - [anon_sym_GT_EQ] = ACTIONS(607), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(607), - [anon_sym_DASH_DASH] = ACTIONS(607), - [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(3756), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(607), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_LT] = ACTIONS(607), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(607), - [anon_sym_AMP_CARET] = ACTIONS(607), - [anon_sym_AMP_AMP] = ACTIONS(607), - [anon_sym_PIPE_PIPE] = ACTIONS(607), - [anon_sym_or] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(607), - [anon_sym_POUND_LBRACK] = ACTIONS(607), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(607), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(607), - [anon_sym_STAR_EQ] = ACTIONS(607), - [anon_sym_SLASH_EQ] = ACTIONS(607), - [anon_sym_PERCENT_EQ] = ACTIONS(607), - [anon_sym_LT_LT_EQ] = ACTIONS(607), - [anon_sym_GT_GT_EQ] = ACTIONS(607), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(607), - [anon_sym_AMP_EQ] = ACTIONS(607), - [anon_sym_AMP_CARET_EQ] = ACTIONS(607), - [anon_sym_PLUS_EQ] = ACTIONS(607), - [anon_sym_DASH_EQ] = ACTIONS(607), - [anon_sym_PIPE_EQ] = ACTIONS(607), - [anon_sym_CARET_EQ] = ACTIONS(607), - [anon_sym_COLON_EQ] = ACTIONS(607), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(549), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(623), + [anon_sym_as] = ACTIONS(623), + [anon_sym_COMMA] = ACTIONS(623), + [anon_sym_RBRACE] = ACTIONS(623), + [anon_sym_LPAREN] = ACTIONS(3732), + [anon_sym_EQ] = ACTIONS(623), + [anon_sym_PIPE] = ACTIONS(623), + [anon_sym_fn] = ACTIONS(3734), + [anon_sym_PLUS] = ACTIONS(623), + [anon_sym_DASH] = ACTIONS(623), + [anon_sym_STAR] = ACTIONS(3736), + [anon_sym_SLASH] = ACTIONS(623), + [anon_sym_PERCENT] = ACTIONS(623), + [anon_sym_LT] = ACTIONS(623), + [anon_sym_GT] = ACTIONS(623), + [anon_sym_EQ_EQ] = ACTIONS(623), + [anon_sym_BANG_EQ] = ACTIONS(623), + [anon_sym_LT_EQ] = ACTIONS(623), + [anon_sym_GT_EQ] = ACTIONS(623), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_struct] = ACTIONS(3738), + [anon_sym_PLUS_PLUS] = ACTIONS(623), + [anon_sym_DASH_DASH] = ACTIONS(623), + [anon_sym_QMARK] = ACTIONS(3740), + [anon_sym_BANG] = ACTIONS(3742), + [anon_sym_LBRACK2] = ACTIONS(3744), + [anon_sym_CARET] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(3746), + [anon_sym_LT_LT] = ACTIONS(623), + [anon_sym_GT_GT] = ACTIONS(623), + [anon_sym_GT_GT_GT] = ACTIONS(623), + [anon_sym_AMP_CARET] = ACTIONS(623), + [anon_sym_AMP_AMP] = ACTIONS(623), + [anon_sym_PIPE_PIPE] = ACTIONS(623), + [anon_sym_or] = ACTIONS(623), + [anon_sym_QMARK_DOT] = ACTIONS(623), + [anon_sym_POUND_LBRACK] = ACTIONS(623), + [anon_sym_is] = ACTIONS(623), + [anon_sym_BANGis] = ACTIONS(623), + [anon_sym_in] = ACTIONS(623), + [anon_sym_BANGin] = ACTIONS(623), + [anon_sym_STAR_EQ] = ACTIONS(623), + [anon_sym_SLASH_EQ] = ACTIONS(623), + [anon_sym_PERCENT_EQ] = ACTIONS(623), + [anon_sym_LT_LT_EQ] = ACTIONS(623), + [anon_sym_GT_GT_EQ] = ACTIONS(623), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(623), + [anon_sym_AMP_EQ] = ACTIONS(623), + [anon_sym_AMP_CARET_EQ] = ACTIONS(623), + [anon_sym_PLUS_EQ] = ACTIONS(623), + [anon_sym_DASH_EQ] = ACTIONS(623), + [anon_sym_PIPE_EQ] = ACTIONS(623), + [anon_sym_CARET_EQ] = ACTIONS(623), + [anon_sym_COLON_EQ] = ACTIONS(623), + [anon_sym_shared] = ACTIONS(3748), + [anon_sym_map_LBRACK] = ACTIONS(3750), + [anon_sym_chan] = ACTIONS(3752), + [anon_sym_thread] = ACTIONS(3754), + [anon_sym_atomic] = ACTIONS(3756), }, [1155] = { [sym_line_comment] = STATE(1155), [sym_block_comment] = STATE(1155), - [sym_reference_expression] = STATE(4552), - [sym_type_reference_expression] = STATE(1808), - [sym_plain_type] = STATE(1935), - [sym__plain_type_without_special] = STATE(1938), - [sym_anon_struct_type] = STATE(1937), - [sym_multi_return_type] = STATE(1938), - [sym_result_type] = STATE(1938), - [sym_option_type] = STATE(1938), - [sym_qualified_type] = STATE(1808), - [sym_fixed_array_type] = STATE(1937), - [sym_array_type] = STATE(1937), - [sym_pointer_type] = STATE(1937), - [sym_wrong_pointer_type] = STATE(1937), - [sym_map_type] = STATE(1937), - [sym_channel_type] = STATE(1937), - [sym_shared_type] = STATE(1937), - [sym_thread_type] = STATE(1937), - [sym_atomic_type] = STATE(1937), - [sym_generic_type] = STATE(1937), - [sym_function_type] = STATE(1937), - [sym_identifier] = ACTIONS(3728), - [anon_sym_LF] = ACTIONS(601), - [anon_sym_CR] = ACTIONS(601), - [anon_sym_CR_LF] = ACTIONS(601), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(599), + [anon_sym_CR] = ACTIONS(599), + [anon_sym_CR_LF] = ACTIONS(599), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(601), - [anon_sym_as] = ACTIONS(601), - [anon_sym_COMMA] = ACTIONS(601), - [anon_sym_RBRACE] = ACTIONS(601), - [anon_sym_LPAREN] = ACTIONS(3730), - [anon_sym_EQ] = ACTIONS(601), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(3732), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(3734), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_PERCENT] = ACTIONS(601), - [anon_sym_LT] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(601), - [anon_sym_BANG_EQ] = ACTIONS(601), - [anon_sym_LT_EQ] = ACTIONS(601), - [anon_sym_GT_EQ] = ACTIONS(601), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_struct] = ACTIONS(3736), - [anon_sym_PLUS_PLUS] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(601), - [anon_sym_QMARK] = ACTIONS(3738), - [anon_sym_BANG] = ACTIONS(3740), - [anon_sym_LBRACK2] = ACTIONS(3742), - [anon_sym_CARET] = ACTIONS(601), - [anon_sym_AMP] = ACTIONS(3744), - [anon_sym_LT_LT] = ACTIONS(601), - [anon_sym_GT_GT] = ACTIONS(601), - [anon_sym_GT_GT_GT] = ACTIONS(601), - [anon_sym_AMP_CARET] = ACTIONS(601), - [anon_sym_AMP_AMP] = ACTIONS(601), - [anon_sym_PIPE_PIPE] = ACTIONS(601), - [anon_sym_or] = ACTIONS(601), - [anon_sym_QMARK_DOT] = ACTIONS(601), - [anon_sym_POUND_LBRACK] = ACTIONS(601), - [anon_sym_is] = ACTIONS(601), - [anon_sym_BANGis] = ACTIONS(601), - [anon_sym_in] = ACTIONS(601), - [anon_sym_BANGin] = ACTIONS(601), - [anon_sym_STAR_EQ] = ACTIONS(601), - [anon_sym_SLASH_EQ] = ACTIONS(601), - [anon_sym_PERCENT_EQ] = ACTIONS(601), - [anon_sym_LT_LT_EQ] = ACTIONS(601), - [anon_sym_GT_GT_EQ] = ACTIONS(601), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(601), - [anon_sym_AMP_EQ] = ACTIONS(601), - [anon_sym_AMP_CARET_EQ] = ACTIONS(601), - [anon_sym_PLUS_EQ] = ACTIONS(601), - [anon_sym_DASH_EQ] = ACTIONS(601), - [anon_sym_PIPE_EQ] = ACTIONS(601), - [anon_sym_CARET_EQ] = ACTIONS(601), - [anon_sym_COLON_EQ] = ACTIONS(601), - [anon_sym_shared] = ACTIONS(3746), - [anon_sym_map_LBRACK] = ACTIONS(3748), - [anon_sym_chan] = ACTIONS(3750), - [anon_sym_thread] = ACTIONS(3752), - [anon_sym_atomic] = ACTIONS(3754), + [anon_sym_DOT] = ACTIONS(599), + [anon_sym_as] = ACTIONS(599), + [anon_sym_COMMA] = ACTIONS(599), + [anon_sym_RBRACE] = ACTIONS(599), + [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym_EQ] = ACTIONS(599), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(605), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(599), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(599), + [anon_sym_BANG_EQ] = ACTIONS(599), + [anon_sym_LT_EQ] = ACTIONS(599), + [anon_sym_GT_EQ] = ACTIONS(599), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(599), + [anon_sym_DASH_DASH] = ACTIONS(599), + [anon_sym_QMARK] = ACTIONS(515), + [anon_sym_BANG] = ACTIONS(3760), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(599), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_LT] = ACTIONS(599), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(599), + [anon_sym_AMP_CARET] = ACTIONS(599), + [anon_sym_AMP_AMP] = ACTIONS(599), + [anon_sym_PIPE_PIPE] = ACTIONS(599), + [anon_sym_or] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(599), + [anon_sym_POUND_LBRACK] = ACTIONS(599), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(599), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(599), + [anon_sym_STAR_EQ] = ACTIONS(599), + [anon_sym_SLASH_EQ] = ACTIONS(599), + [anon_sym_PERCENT_EQ] = ACTIONS(599), + [anon_sym_LT_LT_EQ] = ACTIONS(599), + [anon_sym_GT_GT_EQ] = ACTIONS(599), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(599), + [anon_sym_AMP_EQ] = ACTIONS(599), + [anon_sym_AMP_CARET_EQ] = ACTIONS(599), + [anon_sym_PLUS_EQ] = ACTIONS(599), + [anon_sym_DASH_EQ] = ACTIONS(599), + [anon_sym_PIPE_EQ] = ACTIONS(599), + [anon_sym_CARET_EQ] = ACTIONS(599), + [anon_sym_COLON_EQ] = ACTIONS(599), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(549), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), }, [1156] = { [sym_line_comment] = STATE(1156), [sym_block_comment] = STATE(1156), - [sym_else_branch] = STATE(1178), - [sym_identifier] = ACTIONS(2493), - [anon_sym_LF] = ACTIONS(2493), - [anon_sym_CR] = ACTIONS(2493), - [anon_sym_CR_LF] = ACTIONS(2493), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), + [sym_identifier] = ACTIONS(3762), + [anon_sym_LF] = ACTIONS(3762), + [anon_sym_CR] = ACTIONS(3762), + [anon_sym_CR_LF] = ACTIONS(3762), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2493), - [anon_sym_DOT] = ACTIONS(2493), - [anon_sym_as] = ACTIONS(2493), - [anon_sym_LBRACE] = ACTIONS(2493), - [anon_sym_COMMA] = ACTIONS(2493), - [anon_sym_RBRACE] = ACTIONS(2493), - [anon_sym_LPAREN] = ACTIONS(2493), - [anon_sym_RPAREN] = ACTIONS(2493), - [anon_sym_PIPE] = ACTIONS(2493), - [anon_sym_fn] = ACTIONS(2493), - [anon_sym_PLUS] = ACTIONS(2493), - [anon_sym_DASH] = ACTIONS(2493), - [anon_sym_STAR] = ACTIONS(2493), - [anon_sym_SLASH] = ACTIONS(2493), - [anon_sym_PERCENT] = ACTIONS(2493), - [anon_sym_LT] = ACTIONS(2493), - [anon_sym_GT] = ACTIONS(2493), - [anon_sym_EQ_EQ] = ACTIONS(2493), - [anon_sym_BANG_EQ] = ACTIONS(2493), - [anon_sym_LT_EQ] = ACTIONS(2493), - [anon_sym_GT_EQ] = ACTIONS(2493), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2493), - [anon_sym_LBRACK] = ACTIONS(2491), - [anon_sym_struct] = ACTIONS(2493), - [anon_sym_mut] = ACTIONS(2493), - [anon_sym_PLUS_PLUS] = ACTIONS(2493), - [anon_sym_DASH_DASH] = ACTIONS(2493), - [anon_sym_QMARK] = ACTIONS(2493), - [anon_sym_BANG] = ACTIONS(2493), - [anon_sym_go] = ACTIONS(2493), - [anon_sym_spawn] = ACTIONS(2493), - [anon_sym_json_DOTdecode] = ACTIONS(2493), - [anon_sym_LBRACK2] = ACTIONS(2493), - [anon_sym_TILDE] = ACTIONS(2493), - [anon_sym_CARET] = ACTIONS(2493), - [anon_sym_AMP] = ACTIONS(2493), - [anon_sym_LT_DASH] = ACTIONS(2493), - [anon_sym_LT_LT] = ACTIONS(2493), - [anon_sym_GT_GT] = ACTIONS(2493), - [anon_sym_GT_GT_GT] = ACTIONS(2493), - [anon_sym_AMP_CARET] = ACTIONS(2493), - [anon_sym_AMP_AMP] = ACTIONS(2493), - [anon_sym_PIPE_PIPE] = ACTIONS(2493), - [anon_sym_or] = ACTIONS(2493), - [sym_none] = ACTIONS(2493), - [sym_true] = ACTIONS(2493), - [sym_false] = ACTIONS(2493), - [sym_nil] = ACTIONS(2493), - [anon_sym_QMARK_DOT] = ACTIONS(2493), - [anon_sym_POUND_LBRACK] = ACTIONS(2493), - [anon_sym_if] = ACTIONS(2493), - [anon_sym_else] = ACTIONS(3758), - [anon_sym_DOLLARif] = ACTIONS(2493), - [anon_sym_is] = ACTIONS(2493), - [anon_sym_BANGis] = ACTIONS(2493), - [anon_sym_in] = ACTIONS(2493), - [anon_sym_BANGin] = ACTIONS(2493), - [anon_sym_match] = ACTIONS(2493), - [anon_sym_select] = ACTIONS(2493), - [anon_sym_lock] = ACTIONS(2493), - [anon_sym_rlock] = ACTIONS(2493), - [anon_sym_unsafe] = ACTIONS(2493), - [anon_sym_sql] = ACTIONS(2493), - [sym_int_literal] = ACTIONS(2493), - [sym_float_literal] = ACTIONS(2493), - [sym_rune_literal] = ACTIONS(2493), - [sym_pseudo_compile_time_identifier] = ACTIONS(2493), - [anon_sym_shared] = ACTIONS(2493), - [anon_sym_map_LBRACK] = ACTIONS(2493), - [anon_sym_chan] = ACTIONS(2493), - [anon_sym_thread] = ACTIONS(2493), - [anon_sym_atomic] = ACTIONS(2493), - [sym___double_quote] = ACTIONS(2493), - [sym___single_quote] = ACTIONS(2493), - [sym___c_double_quote] = ACTIONS(2493), - [sym___c_single_quote] = ACTIONS(2493), - [sym___r_double_quote] = ACTIONS(2493), - [sym___r_single_quote] = ACTIONS(2493), + [anon_sym_SEMI] = ACTIONS(3762), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(3716), + [anon_sym_LBRACE] = ACTIONS(3762), + [anon_sym_COMMA] = ACTIONS(3762), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_RPAREN] = ACTIONS(3762), + [anon_sym_PIPE] = ACTIONS(3696), + [anon_sym_fn] = ACTIONS(3762), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_STAR] = ACTIONS(3698), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), + [anon_sym_LT] = ACTIONS(3708), + [anon_sym_GT] = ACTIONS(3708), + [anon_sym_EQ_EQ] = ACTIONS(3708), + [anon_sym_BANG_EQ] = ACTIONS(3708), + [anon_sym_LT_EQ] = ACTIONS(3708), + [anon_sym_GT_EQ] = ACTIONS(3708), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3762), + [anon_sym_LBRACK] = ACTIONS(3700), + [anon_sym_struct] = ACTIONS(3762), + [anon_sym_mut] = ACTIONS(3762), + [anon_sym_PLUS_PLUS] = ACTIONS(3718), + [anon_sym_DASH_DASH] = ACTIONS(3720), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), + [anon_sym_go] = ACTIONS(3762), + [anon_sym_spawn] = ACTIONS(3762), + [anon_sym_json_DOTdecode] = ACTIONS(3762), + [anon_sym_LBRACK2] = ACTIONS(3706), + [anon_sym_TILDE] = ACTIONS(3762), + [anon_sym_CARET] = ACTIONS(3696), + [anon_sym_AMP] = ACTIONS(3698), + [anon_sym_LT_DASH] = ACTIONS(3762), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), + [anon_sym_AMP_AMP] = ACTIONS(3710), + [anon_sym_PIPE_PIPE] = ACTIONS(3722), + [anon_sym_or] = ACTIONS(3724), + [sym_none] = ACTIONS(3762), + [sym_true] = ACTIONS(3762), + [sym_false] = ACTIONS(3762), + [sym_nil] = ACTIONS(3762), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), + [anon_sym_if] = ACTIONS(3762), + [anon_sym_DOLLARif] = ACTIONS(3762), + [anon_sym_is] = ACTIONS(3726), + [anon_sym_BANGis] = ACTIONS(3728), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_BANGin] = ACTIONS(3714), + [anon_sym_match] = ACTIONS(3762), + [anon_sym_select] = ACTIONS(3762), + [anon_sym_lock] = ACTIONS(3762), + [anon_sym_rlock] = ACTIONS(3762), + [anon_sym_unsafe] = ACTIONS(3762), + [anon_sym_sql] = ACTIONS(3762), + [sym_int_literal] = ACTIONS(3762), + [sym_float_literal] = ACTIONS(3762), + [sym_rune_literal] = ACTIONS(3762), + [sym_pseudo_compile_time_identifier] = ACTIONS(3762), + [anon_sym_shared] = ACTIONS(3762), + [anon_sym_map_LBRACK] = ACTIONS(3762), + [anon_sym_chan] = ACTIONS(3762), + [anon_sym_thread] = ACTIONS(3762), + [anon_sym_atomic] = ACTIONS(3762), + [sym___double_quote] = ACTIONS(3762), + [sym___single_quote] = ACTIONS(3762), + [sym___c_double_quote] = ACTIONS(3762), + [sym___c_single_quote] = ACTIONS(3762), + [sym___r_double_quote] = ACTIONS(3762), + [sym___r_single_quote] = ACTIONS(3762), }, [1157] = { [sym_line_comment] = STATE(1157), [sym_block_comment] = STATE(1157), - [sym_else_branch] = STATE(1177), - [sym_identifier] = ACTIONS(2487), - [anon_sym_LF] = ACTIONS(2487), - [anon_sym_CR] = ACTIONS(2487), - [anon_sym_CR_LF] = ACTIONS(2487), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2487), - [anon_sym_DOT] = ACTIONS(2487), - [anon_sym_as] = ACTIONS(2487), - [anon_sym_LBRACE] = ACTIONS(2487), - [anon_sym_COMMA] = ACTIONS(2487), - [anon_sym_RBRACE] = ACTIONS(2487), - [anon_sym_LPAREN] = ACTIONS(2487), - [anon_sym_RPAREN] = ACTIONS(2487), - [anon_sym_PIPE] = ACTIONS(2487), - [anon_sym_fn] = ACTIONS(2487), - [anon_sym_PLUS] = ACTIONS(2487), - [anon_sym_DASH] = ACTIONS(2487), - [anon_sym_STAR] = ACTIONS(2487), - [anon_sym_SLASH] = ACTIONS(2487), - [anon_sym_PERCENT] = ACTIONS(2487), - [anon_sym_LT] = ACTIONS(2487), - [anon_sym_GT] = ACTIONS(2487), - [anon_sym_EQ_EQ] = ACTIONS(2487), - [anon_sym_BANG_EQ] = ACTIONS(2487), - [anon_sym_LT_EQ] = ACTIONS(2487), - [anon_sym_GT_EQ] = ACTIONS(2487), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2487), - [anon_sym_LBRACK] = ACTIONS(2485), - [anon_sym_struct] = ACTIONS(2487), - [anon_sym_mut] = ACTIONS(2487), - [anon_sym_PLUS_PLUS] = ACTIONS(2487), - [anon_sym_DASH_DASH] = ACTIONS(2487), - [anon_sym_QMARK] = ACTIONS(2487), - [anon_sym_BANG] = ACTIONS(2487), - [anon_sym_go] = ACTIONS(2487), - [anon_sym_spawn] = ACTIONS(2487), - [anon_sym_json_DOTdecode] = ACTIONS(2487), - [anon_sym_LBRACK2] = ACTIONS(2487), - [anon_sym_TILDE] = ACTIONS(2487), - [anon_sym_CARET] = ACTIONS(2487), - [anon_sym_AMP] = ACTIONS(2487), - [anon_sym_LT_DASH] = ACTIONS(2487), - [anon_sym_LT_LT] = ACTIONS(2487), - [anon_sym_GT_GT] = ACTIONS(2487), - [anon_sym_GT_GT_GT] = ACTIONS(2487), - [anon_sym_AMP_CARET] = ACTIONS(2487), - [anon_sym_AMP_AMP] = ACTIONS(2487), - [anon_sym_PIPE_PIPE] = ACTIONS(2487), - [anon_sym_or] = ACTIONS(2487), - [sym_none] = ACTIONS(2487), - [sym_true] = ACTIONS(2487), - [sym_false] = ACTIONS(2487), - [sym_nil] = ACTIONS(2487), - [anon_sym_QMARK_DOT] = ACTIONS(2487), - [anon_sym_POUND_LBRACK] = ACTIONS(2487), - [anon_sym_if] = ACTIONS(2487), - [anon_sym_else] = ACTIONS(3758), - [anon_sym_DOLLARif] = ACTIONS(2487), - [anon_sym_is] = ACTIONS(2487), - [anon_sym_BANGis] = ACTIONS(2487), - [anon_sym_in] = ACTIONS(2487), - [anon_sym_BANGin] = ACTIONS(2487), - [anon_sym_match] = ACTIONS(2487), - [anon_sym_select] = ACTIONS(2487), - [anon_sym_lock] = ACTIONS(2487), - [anon_sym_rlock] = ACTIONS(2487), - [anon_sym_unsafe] = ACTIONS(2487), - [anon_sym_sql] = ACTIONS(2487), - [sym_int_literal] = ACTIONS(2487), - [sym_float_literal] = ACTIONS(2487), - [sym_rune_literal] = ACTIONS(2487), - [sym_pseudo_compile_time_identifier] = ACTIONS(2487), - [anon_sym_shared] = ACTIONS(2487), - [anon_sym_map_LBRACK] = ACTIONS(2487), - [anon_sym_chan] = ACTIONS(2487), - [anon_sym_thread] = ACTIONS(2487), - [anon_sym_atomic] = ACTIONS(2487), - [sym___double_quote] = ACTIONS(2487), - [sym___single_quote] = ACTIONS(2487), - [sym___c_double_quote] = ACTIONS(2487), - [sym___c_single_quote] = ACTIONS(2487), - [sym___r_double_quote] = ACTIONS(2487), - [sym___r_single_quote] = ACTIONS(2487), - }, - [1158] = { - [sym_line_comment] = STATE(1158), - [sym_block_comment] = STATE(1158), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), - [sym_identifier] = ACTIONS(1943), - [anon_sym_LF] = ACTIONS(1943), - [anon_sym_CR] = ACTIONS(1943), - [anon_sym_CR_LF] = ACTIONS(1943), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(1943), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(3688), - [anon_sym_LBRACE] = ACTIONS(1943), - [anon_sym_COMMA] = ACTIONS(1943), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_RPAREN] = ACTIONS(1943), - [anon_sym_PIPE] = ACTIONS(3692), - [anon_sym_fn] = ACTIONS(1943), - [anon_sym_PLUS] = ACTIONS(3692), - [anon_sym_DASH] = ACTIONS(3692), - [anon_sym_STAR] = ACTIONS(3694), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), - [anon_sym_LT] = ACTIONS(3696), - [anon_sym_GT] = ACTIONS(3696), - [anon_sym_EQ_EQ] = ACTIONS(3696), - [anon_sym_BANG_EQ] = ACTIONS(3696), - [anon_sym_LT_EQ] = ACTIONS(3696), - [anon_sym_GT_EQ] = ACTIONS(3696), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1943), - [anon_sym_LBRACK] = ACTIONS(3698), - [anon_sym_struct] = ACTIONS(1943), - [anon_sym_mut] = ACTIONS(1943), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3702), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), - [anon_sym_go] = ACTIONS(1943), - [anon_sym_spawn] = ACTIONS(1943), - [anon_sym_json_DOTdecode] = ACTIONS(1943), - [anon_sym_LBRACK2] = ACTIONS(3708), - [anon_sym_TILDE] = ACTIONS(1943), - [anon_sym_CARET] = ACTIONS(3692), - [anon_sym_AMP] = ACTIONS(3694), - [anon_sym_LT_DASH] = ACTIONS(1943), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), - [anon_sym_AMP_AMP] = ACTIONS(3710), - [anon_sym_PIPE_PIPE] = ACTIONS(3712), - [anon_sym_or] = ACTIONS(3714), - [sym_none] = ACTIONS(1943), - [sym_true] = ACTIONS(1943), - [sym_false] = ACTIONS(1943), - [sym_nil] = ACTIONS(1943), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), - [anon_sym_if] = ACTIONS(1943), - [anon_sym_DOLLARif] = ACTIONS(1943), - [anon_sym_is] = ACTIONS(3760), - [anon_sym_BANGis] = ACTIONS(3762), - [anon_sym_in] = ACTIONS(3720), - [anon_sym_BANGin] = ACTIONS(3722), - [anon_sym_match] = ACTIONS(1943), - [anon_sym_select] = ACTIONS(1943), - [anon_sym_lock] = ACTIONS(1943), - [anon_sym_rlock] = ACTIONS(1943), - [anon_sym_unsafe] = ACTIONS(1943), - [anon_sym_sql] = ACTIONS(1943), - [sym_int_literal] = ACTIONS(1943), - [sym_float_literal] = ACTIONS(1943), - [sym_rune_literal] = ACTIONS(1943), - [sym_pseudo_compile_time_identifier] = ACTIONS(1943), - [anon_sym_shared] = ACTIONS(1943), - [anon_sym_map_LBRACK] = ACTIONS(1943), - [anon_sym_chan] = ACTIONS(1943), - [anon_sym_thread] = ACTIONS(1943), - [anon_sym_atomic] = ACTIONS(1943), - [sym___double_quote] = ACTIONS(1943), - [sym___single_quote] = ACTIONS(1943), - [sym___c_double_quote] = ACTIONS(1943), - [sym___c_single_quote] = ACTIONS(1943), - [sym___r_double_quote] = ACTIONS(1943), - [sym___r_single_quote] = ACTIONS(1943), - }, - [1159] = { - [sym_line_comment] = STATE(1159), - [sym_block_comment] = STATE(1159), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), [sym_identifier] = ACTIONS(3764), [anon_sym_LF] = ACTIONS(3764), [anon_sym_CR] = ACTIONS(3764), @@ -155441,60 +155307,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_SEMI] = ACTIONS(3764), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(3688), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(3716), [anon_sym_LBRACE] = ACTIONS(3764), [anon_sym_COMMA] = ACTIONS(3764), - [anon_sym_LPAREN] = ACTIONS(3690), + [anon_sym_LPAREN] = ACTIONS(3694), [anon_sym_RPAREN] = ACTIONS(3764), - [anon_sym_PIPE] = ACTIONS(3692), + [anon_sym_PIPE] = ACTIONS(3696), [anon_sym_fn] = ACTIONS(3764), - [anon_sym_PLUS] = ACTIONS(3692), - [anon_sym_DASH] = ACTIONS(3692), - [anon_sym_STAR] = ACTIONS(3694), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), - [anon_sym_LT] = ACTIONS(3696), - [anon_sym_GT] = ACTIONS(3696), - [anon_sym_EQ_EQ] = ACTIONS(3696), - [anon_sym_BANG_EQ] = ACTIONS(3696), - [anon_sym_LT_EQ] = ACTIONS(3696), - [anon_sym_GT_EQ] = ACTIONS(3696), + [anon_sym_PLUS] = ACTIONS(3764), + [anon_sym_DASH] = ACTIONS(3764), + [anon_sym_STAR] = ACTIONS(3764), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), + [anon_sym_LT] = ACTIONS(3708), + [anon_sym_GT] = ACTIONS(3708), + [anon_sym_EQ_EQ] = ACTIONS(3708), + [anon_sym_BANG_EQ] = ACTIONS(3708), + [anon_sym_LT_EQ] = ACTIONS(3708), + [anon_sym_GT_EQ] = ACTIONS(3708), [anon_sym_DOT_DOT_DOT] = ACTIONS(3764), - [anon_sym_LBRACK] = ACTIONS(3698), + [anon_sym_LBRACK] = ACTIONS(3700), [anon_sym_struct] = ACTIONS(3764), [anon_sym_mut] = ACTIONS(3764), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3702), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), + [anon_sym_PLUS_PLUS] = ACTIONS(3718), + [anon_sym_DASH_DASH] = ACTIONS(3720), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), [anon_sym_go] = ACTIONS(3764), [anon_sym_spawn] = ACTIONS(3764), [anon_sym_json_DOTdecode] = ACTIONS(3764), - [anon_sym_LBRACK2] = ACTIONS(3708), + [anon_sym_LBRACK2] = ACTIONS(3706), [anon_sym_TILDE] = ACTIONS(3764), - [anon_sym_CARET] = ACTIONS(3692), - [anon_sym_AMP] = ACTIONS(3694), + [anon_sym_CARET] = ACTIONS(3764), + [anon_sym_AMP] = ACTIONS(3764), [anon_sym_LT_DASH] = ACTIONS(3764), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), [anon_sym_AMP_AMP] = ACTIONS(3710), - [anon_sym_PIPE_PIPE] = ACTIONS(3712), - [anon_sym_or] = ACTIONS(3714), + [anon_sym_PIPE_PIPE] = ACTIONS(3722), + [anon_sym_or] = ACTIONS(3724), [sym_none] = ACTIONS(3764), [sym_true] = ACTIONS(3764), [sym_false] = ACTIONS(3764), [sym_nil] = ACTIONS(3764), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), [anon_sym_if] = ACTIONS(3764), [anon_sym_DOLLARif] = ACTIONS(3764), - [anon_sym_is] = ACTIONS(3716), - [anon_sym_BANGis] = ACTIONS(3718), - [anon_sym_in] = ACTIONS(3720), - [anon_sym_BANGin] = ACTIONS(3722), + [anon_sym_is] = ACTIONS(3726), + [anon_sym_BANGis] = ACTIONS(3728), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_BANGin] = ACTIONS(3714), [anon_sym_match] = ACTIONS(3764), [anon_sym_select] = ACTIONS(3764), [anon_sym_lock] = ACTIONS(3764), @@ -155517,72 +155383,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3764), [sym___r_single_quote] = ACTIONS(3764), }, - [1160] = { - [sym_line_comment] = STATE(1160), - [sym_block_comment] = STATE(1160), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), + [1158] = { + [sym_line_comment] = STATE(1158), + [sym_block_comment] = STATE(1158), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), [sym_identifier] = ACTIONS(3766), - [anon_sym_LF] = ACTIONS(3768), - [anon_sym_CR] = ACTIONS(3768), - [anon_sym_CR_LF] = ACTIONS(3768), + [anon_sym_LF] = ACTIONS(3766), + [anon_sym_CR] = ACTIONS(3766), + [anon_sym_CR_LF] = ACTIONS(3766), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3768), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(3688), + [anon_sym_SEMI] = ACTIONS(3766), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(3716), [anon_sym_LBRACE] = ACTIONS(3766), - [anon_sym_COMMA] = ACTIONS(3768), - [anon_sym_RBRACE] = ACTIONS(3766), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_PIPE] = ACTIONS(3692), + [anon_sym_COMMA] = ACTIONS(3766), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_RPAREN] = ACTIONS(3766), + [anon_sym_PIPE] = ACTIONS(3696), [anon_sym_fn] = ACTIONS(3766), - [anon_sym_PLUS] = ACTIONS(3692), - [anon_sym_DASH] = ACTIONS(3692), - [anon_sym_STAR] = ACTIONS(3694), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), - [anon_sym_LT] = ACTIONS(3696), - [anon_sym_GT] = ACTIONS(3696), - [anon_sym_EQ_EQ] = ACTIONS(3696), - [anon_sym_BANG_EQ] = ACTIONS(3696), - [anon_sym_LT_EQ] = ACTIONS(3696), - [anon_sym_GT_EQ] = ACTIONS(3696), - [anon_sym_LBRACK] = ACTIONS(3698), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_STAR] = ACTIONS(3698), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), + [anon_sym_LT] = ACTIONS(3708), + [anon_sym_GT] = ACTIONS(3708), + [anon_sym_EQ_EQ] = ACTIONS(3708), + [anon_sym_BANG_EQ] = ACTIONS(3708), + [anon_sym_LT_EQ] = ACTIONS(3708), + [anon_sym_GT_EQ] = ACTIONS(3708), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3766), + [anon_sym_LBRACK] = ACTIONS(3700), [anon_sym_struct] = ACTIONS(3766), [anon_sym_mut] = ACTIONS(3766), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3702), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), + [anon_sym_PLUS_PLUS] = ACTIONS(3718), + [anon_sym_DASH_DASH] = ACTIONS(3720), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), [anon_sym_go] = ACTIONS(3766), [anon_sym_spawn] = ACTIONS(3766), [anon_sym_json_DOTdecode] = ACTIONS(3766), - [anon_sym_LBRACK2] = ACTIONS(3708), + [anon_sym_LBRACK2] = ACTIONS(3706), [anon_sym_TILDE] = ACTIONS(3766), - [anon_sym_CARET] = ACTIONS(3692), - [anon_sym_AMP] = ACTIONS(3694), + [anon_sym_CARET] = ACTIONS(3696), + [anon_sym_AMP] = ACTIONS(3698), [anon_sym_LT_DASH] = ACTIONS(3766), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), [anon_sym_AMP_AMP] = ACTIONS(3710), - [anon_sym_PIPE_PIPE] = ACTIONS(3712), - [anon_sym_or] = ACTIONS(3714), + [anon_sym_PIPE_PIPE] = ACTIONS(3722), + [anon_sym_or] = ACTIONS(3724), [sym_none] = ACTIONS(3766), [sym_true] = ACTIONS(3766), [sym_false] = ACTIONS(3766), [sym_nil] = ACTIONS(3766), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), [anon_sym_if] = ACTIONS(3766), [anon_sym_DOLLARif] = ACTIONS(3766), - [anon_sym_is] = ACTIONS(3716), - [anon_sym_BANGis] = ACTIONS(3718), - [anon_sym_in] = ACTIONS(3720), - [anon_sym_BANGin] = ACTIONS(3722), + [anon_sym_is] = ACTIONS(3726), + [anon_sym_BANGis] = ACTIONS(3728), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_BANGin] = ACTIONS(3714), [anon_sym_match] = ACTIONS(3766), [anon_sym_select] = ACTIONS(3766), [anon_sym_lock] = ACTIONS(3766), @@ -155605,276 +155472,278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3766), [sym___r_single_quote] = ACTIONS(3766), }, - [1161] = { - [sym_line_comment] = STATE(1161), - [sym_block_comment] = STATE(1161), - [sym_identifier] = ACTIONS(2821), - [anon_sym_LF] = ACTIONS(2821), - [anon_sym_CR] = ACTIONS(2821), - [anon_sym_CR_LF] = ACTIONS(2821), + [1159] = { + [sym_line_comment] = STATE(1159), + [sym_block_comment] = STATE(1159), + [sym_else_branch] = STATE(1181), + [sym_identifier] = ACTIONS(2305), + [anon_sym_LF] = ACTIONS(2305), + [anon_sym_CR] = ACTIONS(2305), + [anon_sym_CR_LF] = ACTIONS(2305), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2821), - [anon_sym_DOT] = ACTIONS(2821), - [anon_sym_as] = ACTIONS(2821), - [anon_sym_LBRACE] = ACTIONS(2821), - [anon_sym_COMMA] = ACTIONS(2821), - [anon_sym_RBRACE] = ACTIONS(2821), - [anon_sym_LPAREN] = ACTIONS(2821), - [anon_sym_RPAREN] = ACTIONS(2821), - [anon_sym_PIPE] = ACTIONS(2821), - [anon_sym_fn] = ACTIONS(2821), - [anon_sym_PLUS] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2821), - [anon_sym_STAR] = ACTIONS(2821), - [anon_sym_SLASH] = ACTIONS(2821), - [anon_sym_PERCENT] = ACTIONS(2821), - [anon_sym_LT] = ACTIONS(2821), - [anon_sym_GT] = ACTIONS(2821), - [anon_sym_EQ_EQ] = ACTIONS(2821), - [anon_sym_BANG_EQ] = ACTIONS(2821), - [anon_sym_LT_EQ] = ACTIONS(2821), - [anon_sym_GT_EQ] = ACTIONS(2821), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2821), - [anon_sym_LBRACK] = ACTIONS(2819), - [anon_sym_struct] = ACTIONS(2821), - [anon_sym_mut] = ACTIONS(2821), - [anon_sym_PLUS_PLUS] = ACTIONS(2821), - [anon_sym_DASH_DASH] = ACTIONS(2821), - [anon_sym_QMARK] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_go] = ACTIONS(2821), - [anon_sym_spawn] = ACTIONS(2821), - [anon_sym_json_DOTdecode] = ACTIONS(2821), - [anon_sym_LBRACK2] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2821), - [anon_sym_CARET] = ACTIONS(2821), - [anon_sym_AMP] = ACTIONS(2821), - [anon_sym_LT_DASH] = ACTIONS(2821), - [anon_sym_LT_LT] = ACTIONS(2821), - [anon_sym_GT_GT] = ACTIONS(2821), - [anon_sym_GT_GT_GT] = ACTIONS(2821), - [anon_sym_AMP_CARET] = ACTIONS(2821), - [anon_sym_AMP_AMP] = ACTIONS(2821), - [anon_sym_PIPE_PIPE] = ACTIONS(2821), - [anon_sym_or] = ACTIONS(2821), - [sym_none] = ACTIONS(2821), - [sym_true] = ACTIONS(2821), - [sym_false] = ACTIONS(2821), - [sym_nil] = ACTIONS(2821), - [anon_sym_QMARK_DOT] = ACTIONS(2821), - [anon_sym_POUND_LBRACK] = ACTIONS(2821), - [anon_sym_if] = ACTIONS(2821), - [anon_sym_else] = ACTIONS(2821), - [anon_sym_DOLLARif] = ACTIONS(2821), - [anon_sym_is] = ACTIONS(2821), - [anon_sym_BANGis] = ACTIONS(2821), - [anon_sym_in] = ACTIONS(2821), - [anon_sym_BANGin] = ACTIONS(2821), - [anon_sym_match] = ACTIONS(2821), - [anon_sym_select] = ACTIONS(2821), - [anon_sym_lock] = ACTIONS(2821), - [anon_sym_rlock] = ACTIONS(2821), - [anon_sym_unsafe] = ACTIONS(2821), - [anon_sym_sql] = ACTIONS(2821), - [sym_int_literal] = ACTIONS(2821), - [sym_float_literal] = ACTIONS(2821), - [sym_rune_literal] = ACTIONS(2821), - [sym_pseudo_compile_time_identifier] = ACTIONS(2821), - [anon_sym_shared] = ACTIONS(2821), - [anon_sym_map_LBRACK] = ACTIONS(2821), - [anon_sym_chan] = ACTIONS(2821), - [anon_sym_thread] = ACTIONS(2821), - [anon_sym_atomic] = ACTIONS(2821), - [sym___double_quote] = ACTIONS(2821), - [sym___single_quote] = ACTIONS(2821), - [sym___c_double_quote] = ACTIONS(2821), - [sym___c_single_quote] = ACTIONS(2821), - [sym___r_double_quote] = ACTIONS(2821), - [sym___r_single_quote] = ACTIONS(2821), + [anon_sym_SEMI] = ACTIONS(2305), + [anon_sym_DOT] = ACTIONS(2305), + [anon_sym_as] = ACTIONS(2305), + [anon_sym_LBRACE] = ACTIONS(2305), + [anon_sym_COMMA] = ACTIONS(2305), + [anon_sym_RBRACE] = ACTIONS(2305), + [anon_sym_LPAREN] = ACTIONS(2305), + [anon_sym_RPAREN] = ACTIONS(2305), + [anon_sym_PIPE] = ACTIONS(2305), + [anon_sym_fn] = ACTIONS(2305), + [anon_sym_PLUS] = ACTIONS(2305), + [anon_sym_DASH] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2305), + [anon_sym_SLASH] = ACTIONS(2305), + [anon_sym_PERCENT] = ACTIONS(2305), + [anon_sym_LT] = ACTIONS(2305), + [anon_sym_GT] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(2305), + [anon_sym_BANG_EQ] = ACTIONS(2305), + [anon_sym_LT_EQ] = ACTIONS(2305), + [anon_sym_GT_EQ] = ACTIONS(2305), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2305), + [anon_sym_LBRACK] = ACTIONS(2303), + [anon_sym_struct] = ACTIONS(2305), + [anon_sym_mut] = ACTIONS(2305), + [anon_sym_PLUS_PLUS] = ACTIONS(2305), + [anon_sym_DASH_DASH] = ACTIONS(2305), + [anon_sym_QMARK] = ACTIONS(2305), + [anon_sym_BANG] = ACTIONS(2305), + [anon_sym_go] = ACTIONS(2305), + [anon_sym_spawn] = ACTIONS(2305), + [anon_sym_json_DOTdecode] = ACTIONS(2305), + [anon_sym_LBRACK2] = ACTIONS(2305), + [anon_sym_TILDE] = ACTIONS(2305), + [anon_sym_CARET] = ACTIONS(2305), + [anon_sym_AMP] = ACTIONS(2305), + [anon_sym_LT_DASH] = ACTIONS(2305), + [anon_sym_LT_LT] = ACTIONS(2305), + [anon_sym_GT_GT] = ACTIONS(2305), + [anon_sym_GT_GT_GT] = ACTIONS(2305), + [anon_sym_AMP_CARET] = ACTIONS(2305), + [anon_sym_AMP_AMP] = ACTIONS(2305), + [anon_sym_PIPE_PIPE] = ACTIONS(2305), + [anon_sym_or] = ACTIONS(2305), + [sym_none] = ACTIONS(2305), + [sym_true] = ACTIONS(2305), + [sym_false] = ACTIONS(2305), + [sym_nil] = ACTIONS(2305), + [anon_sym_QMARK_DOT] = ACTIONS(2305), + [anon_sym_POUND_LBRACK] = ACTIONS(2305), + [anon_sym_if] = ACTIONS(2305), + [anon_sym_else] = ACTIONS(3758), + [anon_sym_DOLLARif] = ACTIONS(2305), + [anon_sym_is] = ACTIONS(2305), + [anon_sym_BANGis] = ACTIONS(2305), + [anon_sym_in] = ACTIONS(2305), + [anon_sym_BANGin] = ACTIONS(2305), + [anon_sym_match] = ACTIONS(2305), + [anon_sym_select] = ACTIONS(2305), + [anon_sym_lock] = ACTIONS(2305), + [anon_sym_rlock] = ACTIONS(2305), + [anon_sym_unsafe] = ACTIONS(2305), + [anon_sym_sql] = ACTIONS(2305), + [sym_int_literal] = ACTIONS(2305), + [sym_float_literal] = ACTIONS(2305), + [sym_rune_literal] = ACTIONS(2305), + [sym_pseudo_compile_time_identifier] = ACTIONS(2305), + [anon_sym_shared] = ACTIONS(2305), + [anon_sym_map_LBRACK] = ACTIONS(2305), + [anon_sym_chan] = ACTIONS(2305), + [anon_sym_thread] = ACTIONS(2305), + [anon_sym_atomic] = ACTIONS(2305), + [sym___double_quote] = ACTIONS(2305), + [sym___single_quote] = ACTIONS(2305), + [sym___c_double_quote] = ACTIONS(2305), + [sym___c_single_quote] = ACTIONS(2305), + [sym___r_double_quote] = ACTIONS(2305), + [sym___r_single_quote] = ACTIONS(2305), }, - [1162] = { - [sym_line_comment] = STATE(1162), - [sym_block_comment] = STATE(1162), - [sym_identifier] = ACTIONS(2773), - [anon_sym_LF] = ACTIONS(2773), - [anon_sym_CR] = ACTIONS(2773), - [anon_sym_CR_LF] = ACTIONS(2773), + [1160] = { + [sym_line_comment] = STATE(1160), + [sym_block_comment] = STATE(1160), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), + [sym_identifier] = ACTIONS(1921), + [anon_sym_LF] = ACTIONS(1921), + [anon_sym_CR] = ACTIONS(1921), + [anon_sym_CR_LF] = ACTIONS(1921), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2773), - [anon_sym_DOT] = ACTIONS(2773), - [anon_sym_as] = ACTIONS(2773), - [anon_sym_LBRACE] = ACTIONS(2773), - [anon_sym_COMMA] = ACTIONS(2773), - [anon_sym_RBRACE] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2773), - [anon_sym_RPAREN] = ACTIONS(2773), - [anon_sym_PIPE] = ACTIONS(2773), - [anon_sym_fn] = ACTIONS(2773), - [anon_sym_PLUS] = ACTIONS(2773), - [anon_sym_DASH] = ACTIONS(2773), - [anon_sym_STAR] = ACTIONS(2773), - [anon_sym_SLASH] = ACTIONS(2773), - [anon_sym_PERCENT] = ACTIONS(2773), - [anon_sym_LT] = ACTIONS(2773), - [anon_sym_GT] = ACTIONS(2773), - [anon_sym_EQ_EQ] = ACTIONS(2773), - [anon_sym_BANG_EQ] = ACTIONS(2773), - [anon_sym_LT_EQ] = ACTIONS(2773), - [anon_sym_GT_EQ] = ACTIONS(2773), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2771), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_mut] = ACTIONS(2773), - [anon_sym_PLUS_PLUS] = ACTIONS(2773), - [anon_sym_DASH_DASH] = ACTIONS(2773), - [anon_sym_QMARK] = ACTIONS(2773), - [anon_sym_BANG] = ACTIONS(2773), - [anon_sym_go] = ACTIONS(2773), - [anon_sym_spawn] = ACTIONS(2773), - [anon_sym_json_DOTdecode] = ACTIONS(2773), - [anon_sym_LBRACK2] = ACTIONS(2773), - [anon_sym_TILDE] = ACTIONS(2773), - [anon_sym_CARET] = ACTIONS(2773), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_LT_DASH] = ACTIONS(2773), - [anon_sym_LT_LT] = ACTIONS(2773), - [anon_sym_GT_GT] = ACTIONS(2773), - [anon_sym_GT_GT_GT] = ACTIONS(2773), - [anon_sym_AMP_CARET] = ACTIONS(2773), - [anon_sym_AMP_AMP] = ACTIONS(2773), - [anon_sym_PIPE_PIPE] = ACTIONS(2773), - [anon_sym_or] = ACTIONS(2773), - [sym_none] = ACTIONS(2773), - [sym_true] = ACTIONS(2773), - [sym_false] = ACTIONS(2773), - [sym_nil] = ACTIONS(2773), - [anon_sym_QMARK_DOT] = ACTIONS(2773), - [anon_sym_POUND_LBRACK] = ACTIONS(2773), - [anon_sym_if] = ACTIONS(2773), - [anon_sym_DOLLARif] = ACTIONS(2773), - [anon_sym_DOLLARelse] = ACTIONS(3770), - [anon_sym_is] = ACTIONS(2773), - [anon_sym_BANGis] = ACTIONS(2773), - [anon_sym_in] = ACTIONS(2773), - [anon_sym_BANGin] = ACTIONS(2773), - [anon_sym_match] = ACTIONS(2773), - [anon_sym_select] = ACTIONS(2773), - [anon_sym_lock] = ACTIONS(2773), - [anon_sym_rlock] = ACTIONS(2773), - [anon_sym_unsafe] = ACTIONS(2773), - [anon_sym_sql] = ACTIONS(2773), - [sym_int_literal] = ACTIONS(2773), - [sym_float_literal] = ACTIONS(2773), - [sym_rune_literal] = ACTIONS(2773), - [sym_pseudo_compile_time_identifier] = ACTIONS(2773), - [anon_sym_shared] = ACTIONS(2773), - [anon_sym_map_LBRACK] = ACTIONS(2773), - [anon_sym_chan] = ACTIONS(2773), - [anon_sym_thread] = ACTIONS(2773), - [anon_sym_atomic] = ACTIONS(2773), - [sym___double_quote] = ACTIONS(2773), - [sym___single_quote] = ACTIONS(2773), - [sym___c_double_quote] = ACTIONS(2773), - [sym___c_single_quote] = ACTIONS(2773), - [sym___r_double_quote] = ACTIONS(2773), - [sym___r_single_quote] = ACTIONS(2773), + [anon_sym_SEMI] = ACTIONS(1921), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(3716), + [anon_sym_LBRACE] = ACTIONS(1921), + [anon_sym_COMMA] = ACTIONS(1921), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_RPAREN] = ACTIONS(1921), + [anon_sym_PIPE] = ACTIONS(3696), + [anon_sym_fn] = ACTIONS(1921), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_STAR] = ACTIONS(3698), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), + [anon_sym_LT] = ACTIONS(3708), + [anon_sym_GT] = ACTIONS(3708), + [anon_sym_EQ_EQ] = ACTIONS(3708), + [anon_sym_BANG_EQ] = ACTIONS(3708), + [anon_sym_LT_EQ] = ACTIONS(3708), + [anon_sym_GT_EQ] = ACTIONS(3708), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1921), + [anon_sym_LBRACK] = ACTIONS(3700), + [anon_sym_struct] = ACTIONS(1921), + [anon_sym_mut] = ACTIONS(1921), + [anon_sym_PLUS_PLUS] = ACTIONS(3718), + [anon_sym_DASH_DASH] = ACTIONS(3720), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), + [anon_sym_go] = ACTIONS(1921), + [anon_sym_spawn] = ACTIONS(1921), + [anon_sym_json_DOTdecode] = ACTIONS(1921), + [anon_sym_LBRACK2] = ACTIONS(3706), + [anon_sym_TILDE] = ACTIONS(1921), + [anon_sym_CARET] = ACTIONS(3696), + [anon_sym_AMP] = ACTIONS(3698), + [anon_sym_LT_DASH] = ACTIONS(1921), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), + [anon_sym_AMP_AMP] = ACTIONS(3710), + [anon_sym_PIPE_PIPE] = ACTIONS(3722), + [anon_sym_or] = ACTIONS(3724), + [sym_none] = ACTIONS(1921), + [sym_true] = ACTIONS(1921), + [sym_false] = ACTIONS(1921), + [sym_nil] = ACTIONS(1921), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), + [anon_sym_if] = ACTIONS(1921), + [anon_sym_DOLLARif] = ACTIONS(1921), + [anon_sym_is] = ACTIONS(3768), + [anon_sym_BANGis] = ACTIONS(3770), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_BANGin] = ACTIONS(3714), + [anon_sym_match] = ACTIONS(1921), + [anon_sym_select] = ACTIONS(1921), + [anon_sym_lock] = ACTIONS(1921), + [anon_sym_rlock] = ACTIONS(1921), + [anon_sym_unsafe] = ACTIONS(1921), + [anon_sym_sql] = ACTIONS(1921), + [sym_int_literal] = ACTIONS(1921), + [sym_float_literal] = ACTIONS(1921), + [sym_rune_literal] = ACTIONS(1921), + [sym_pseudo_compile_time_identifier] = ACTIONS(1921), + [anon_sym_shared] = ACTIONS(1921), + [anon_sym_map_LBRACK] = ACTIONS(1921), + [anon_sym_chan] = ACTIONS(1921), + [anon_sym_thread] = ACTIONS(1921), + [anon_sym_atomic] = ACTIONS(1921), + [sym___double_quote] = ACTIONS(1921), + [sym___single_quote] = ACTIONS(1921), + [sym___c_double_quote] = ACTIONS(1921), + [sym___c_single_quote] = ACTIONS(1921), + [sym___r_double_quote] = ACTIONS(1921), + [sym___r_single_quote] = ACTIONS(1921), }, - [1163] = { - [sym_line_comment] = STATE(1163), - [sym_block_comment] = STATE(1163), - [sym_identifier] = ACTIONS(2831), - [anon_sym_LF] = ACTIONS(2831), - [anon_sym_CR] = ACTIONS(2831), - [anon_sym_CR_LF] = ACTIONS(2831), + [1161] = { + [sym_line_comment] = STATE(1161), + [sym_block_comment] = STATE(1161), + [sym_identifier] = ACTIONS(2819), + [anon_sym_LF] = ACTIONS(2819), + [anon_sym_CR] = ACTIONS(2819), + [anon_sym_CR_LF] = ACTIONS(2819), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2831), - [anon_sym_DOT] = ACTIONS(2831), - [anon_sym_as] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2833), - [anon_sym_COMMA] = ACTIONS(2831), - [anon_sym_RBRACE] = ACTIONS(2831), - [anon_sym_LPAREN] = ACTIONS(2831), - [anon_sym_RPAREN] = ACTIONS(2831), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_fn] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2831), - [anon_sym_SLASH] = ACTIONS(2831), - [anon_sym_PERCENT] = ACTIONS(2831), - [anon_sym_LT] = ACTIONS(2831), - [anon_sym_GT] = ACTIONS(2831), - [anon_sym_EQ_EQ] = ACTIONS(2831), - [anon_sym_BANG_EQ] = ACTIONS(2831), - [anon_sym_LT_EQ] = ACTIONS(2831), - [anon_sym_GT_EQ] = ACTIONS(2831), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2836), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_mut] = ACTIONS(2831), - [anon_sym_COLON] = ACTIONS(2831), - [anon_sym_PLUS_PLUS] = ACTIONS(2831), - [anon_sym_DASH_DASH] = ACTIONS(2831), - [anon_sym_QMARK] = ACTIONS(2831), - [anon_sym_BANG] = ACTIONS(2831), - [anon_sym_go] = ACTIONS(2831), - [anon_sym_spawn] = ACTIONS(2831), - [anon_sym_json_DOTdecode] = ACTIONS(2831), - [anon_sym_LBRACK2] = ACTIONS(2831), - [anon_sym_TILDE] = ACTIONS(2831), - [anon_sym_CARET] = ACTIONS(2831), - [anon_sym_AMP] = ACTIONS(2831), - [anon_sym_LT_DASH] = ACTIONS(2831), - [anon_sym_LT_LT] = ACTIONS(2831), - [anon_sym_GT_GT] = ACTIONS(2831), - [anon_sym_GT_GT_GT] = ACTIONS(2831), - [anon_sym_AMP_CARET] = ACTIONS(2831), - [anon_sym_AMP_AMP] = ACTIONS(2831), - [anon_sym_PIPE_PIPE] = ACTIONS(2831), - [anon_sym_or] = ACTIONS(2831), - [sym_none] = ACTIONS(2831), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [sym_nil] = ACTIONS(2831), - [anon_sym_QMARK_DOT] = ACTIONS(2831), - [anon_sym_POUND_LBRACK] = ACTIONS(2831), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_DOLLARif] = ACTIONS(2831), - [anon_sym_is] = ACTIONS(2831), - [anon_sym_BANGis] = ACTIONS(2831), - [anon_sym_in] = ACTIONS(2831), - [anon_sym_BANGin] = ACTIONS(2831), - [anon_sym_match] = ACTIONS(2831), - [anon_sym_select] = ACTIONS(2831), - [anon_sym_lock] = ACTIONS(2831), - [anon_sym_rlock] = ACTIONS(2831), - [anon_sym_unsafe] = ACTIONS(2831), - [anon_sym_sql] = ACTIONS(2831), - [sym_int_literal] = ACTIONS(2831), - [sym_float_literal] = ACTIONS(2831), - [sym_rune_literal] = ACTIONS(2831), - [sym_pseudo_compile_time_identifier] = ACTIONS(2831), - [anon_sym_shared] = ACTIONS(2831), - [anon_sym_map_LBRACK] = ACTIONS(2831), - [anon_sym_chan] = ACTIONS(2831), - [anon_sym_thread] = ACTIONS(2831), - [anon_sym_atomic] = ACTIONS(2831), - [sym___double_quote] = ACTIONS(2831), - [sym___single_quote] = ACTIONS(2831), - [sym___c_double_quote] = ACTIONS(2831), - [sym___c_single_quote] = ACTIONS(2831), - [sym___r_double_quote] = ACTIONS(2831), - [sym___r_single_quote] = ACTIONS(2831), + [anon_sym_SEMI] = ACTIONS(2819), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_as] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_COMMA] = ACTIONS(2819), + [anon_sym_RBRACE] = ACTIONS(2819), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_RPAREN] = ACTIONS(2819), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_PERCENT] = ACTIONS(2819), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_EQ_EQ] = ACTIONS(2819), + [anon_sym_BANG_EQ] = ACTIONS(2819), + [anon_sym_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_EQ] = ACTIONS(2819), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2819), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_CARET] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2819), + [anon_sym_LT_LT] = ACTIONS(2819), + [anon_sym_GT_GT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2819), + [anon_sym_AMP_CARET] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_PIPE_PIPE] = ACTIONS(2819), + [anon_sym_or] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_QMARK_DOT] = ACTIONS(2819), + [anon_sym_POUND_LBRACK] = ACTIONS(2819), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_else] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_is] = ACTIONS(2819), + [anon_sym_BANGis] = ACTIONS(2819), + [anon_sym_in] = ACTIONS(2819), + [anon_sym_BANGin] = ACTIONS(2819), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2819), + [sym_rune_literal] = ACTIONS(2819), + [sym_pseudo_compile_time_identifier] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2819), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2819), + [sym___single_quote] = ACTIONS(2819), + [sym___c_double_quote] = ACTIONS(2819), + [sym___c_single_quote] = ACTIONS(2819), + [sym___r_double_quote] = ACTIONS(2819), + [sym___r_single_quote] = ACTIONS(2819), }, - [1164] = { - [sym_line_comment] = STATE(1164), - [sym_block_comment] = STATE(1164), - [sym_type_parameters] = STATE(4274), - [sym_argument_list] = STATE(1248), - [sym_or_block] = STATE(1246), + [1162] = { + [sym_line_comment] = STATE(1162), + [sym_block_comment] = STATE(1162), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), [sym_identifier] = ACTIONS(3772), [anon_sym_LF] = ACTIONS(3772), [anon_sym_CR] = ACTIONS(3772), @@ -155882,59 +155751,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_SEMI] = ACTIONS(3772), - [anon_sym_DOT] = ACTIONS(3686), - [anon_sym_as] = ACTIONS(3688), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(3716), [anon_sym_LBRACE] = ACTIONS(3772), [anon_sym_COMMA] = ACTIONS(3772), [anon_sym_RBRACE] = ACTIONS(3772), - [anon_sym_LPAREN] = ACTIONS(3690), - [anon_sym_PIPE] = ACTIONS(3692), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_PIPE] = ACTIONS(3696), [anon_sym_fn] = ACTIONS(3772), - [anon_sym_PLUS] = ACTIONS(3692), - [anon_sym_DASH] = ACTIONS(3692), - [anon_sym_STAR] = ACTIONS(3694), - [anon_sym_SLASH] = ACTIONS(3694), - [anon_sym_PERCENT] = ACTIONS(3694), - [anon_sym_LT] = ACTIONS(3696), - [anon_sym_GT] = ACTIONS(3696), - [anon_sym_EQ_EQ] = ACTIONS(3696), - [anon_sym_BANG_EQ] = ACTIONS(3696), - [anon_sym_LT_EQ] = ACTIONS(3696), - [anon_sym_GT_EQ] = ACTIONS(3696), - [anon_sym_LBRACK] = ACTIONS(3698), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_STAR] = ACTIONS(3698), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), + [anon_sym_LT] = ACTIONS(3708), + [anon_sym_GT] = ACTIONS(3708), + [anon_sym_EQ_EQ] = ACTIONS(3708), + [anon_sym_BANG_EQ] = ACTIONS(3708), + [anon_sym_LT_EQ] = ACTIONS(3708), + [anon_sym_GT_EQ] = ACTIONS(3708), + [anon_sym_LBRACK] = ACTIONS(3700), [anon_sym_struct] = ACTIONS(3772), [anon_sym_mut] = ACTIONS(3772), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3702), - [anon_sym_QMARK] = ACTIONS(3704), - [anon_sym_BANG] = ACTIONS(3706), + [anon_sym_PLUS_PLUS] = ACTIONS(3718), + [anon_sym_DASH_DASH] = ACTIONS(3720), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), [anon_sym_go] = ACTIONS(3772), [anon_sym_spawn] = ACTIONS(3772), [anon_sym_json_DOTdecode] = ACTIONS(3772), - [anon_sym_LBRACK2] = ACTIONS(3708), + [anon_sym_LBRACK2] = ACTIONS(3706), [anon_sym_TILDE] = ACTIONS(3772), - [anon_sym_CARET] = ACTIONS(3692), - [anon_sym_AMP] = ACTIONS(3694), + [anon_sym_CARET] = ACTIONS(3696), + [anon_sym_AMP] = ACTIONS(3698), [anon_sym_LT_DASH] = ACTIONS(3772), - [anon_sym_LT_LT] = ACTIONS(3694), - [anon_sym_GT_GT] = ACTIONS(3694), - [anon_sym_GT_GT_GT] = ACTIONS(3694), - [anon_sym_AMP_CARET] = ACTIONS(3694), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), [anon_sym_AMP_AMP] = ACTIONS(3710), - [anon_sym_PIPE_PIPE] = ACTIONS(3712), - [anon_sym_or] = ACTIONS(3714), + [anon_sym_PIPE_PIPE] = ACTIONS(3722), + [anon_sym_or] = ACTIONS(3724), [sym_none] = ACTIONS(3772), [sym_true] = ACTIONS(3772), [sym_false] = ACTIONS(3772), [sym_nil] = ACTIONS(3772), - [anon_sym_QMARK_DOT] = ACTIONS(3686), - [anon_sym_POUND_LBRACK] = ACTIONS(3708), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), [anon_sym_if] = ACTIONS(3772), [anon_sym_DOLLARif] = ACTIONS(3772), - [anon_sym_is] = ACTIONS(3716), - [anon_sym_BANGis] = ACTIONS(3718), - [anon_sym_in] = ACTIONS(3720), - [anon_sym_BANGin] = ACTIONS(3722), + [anon_sym_is] = ACTIONS(3726), + [anon_sym_BANGis] = ACTIONS(3728), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_BANGin] = ACTIONS(3714), [anon_sym_match] = ACTIONS(3772), [anon_sym_select] = ACTIONS(3772), [anon_sym_lock] = ACTIONS(3772), @@ -155957,2746 +155826,1965 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3772), [sym___r_single_quote] = ACTIONS(3772), }, + [1163] = { + [sym_line_comment] = STATE(1163), + [sym_block_comment] = STATE(1163), + [sym_type_parameters] = STATE(4292), + [sym_argument_list] = STATE(1247), + [sym_or_block] = STATE(1244), + [sym_identifier] = ACTIONS(3774), + [anon_sym_LF] = ACTIONS(3776), + [anon_sym_CR] = ACTIONS(3776), + [anon_sym_CR_LF] = ACTIONS(3776), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3776), + [anon_sym_DOT] = ACTIONS(3692), + [anon_sym_as] = ACTIONS(3716), + [anon_sym_LBRACE] = ACTIONS(3774), + [anon_sym_COMMA] = ACTIONS(3776), + [anon_sym_RBRACE] = ACTIONS(3774), + [anon_sym_LPAREN] = ACTIONS(3694), + [anon_sym_PIPE] = ACTIONS(3696), + [anon_sym_fn] = ACTIONS(3774), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_STAR] = ACTIONS(3698), + [anon_sym_SLASH] = ACTIONS(3698), + [anon_sym_PERCENT] = ACTIONS(3698), + [anon_sym_LT] = ACTIONS(3708), + [anon_sym_GT] = ACTIONS(3708), + [anon_sym_EQ_EQ] = ACTIONS(3708), + [anon_sym_BANG_EQ] = ACTIONS(3708), + [anon_sym_LT_EQ] = ACTIONS(3708), + [anon_sym_GT_EQ] = ACTIONS(3708), + [anon_sym_LBRACK] = ACTIONS(3700), + [anon_sym_struct] = ACTIONS(3774), + [anon_sym_mut] = ACTIONS(3774), + [anon_sym_PLUS_PLUS] = ACTIONS(3718), + [anon_sym_DASH_DASH] = ACTIONS(3720), + [anon_sym_QMARK] = ACTIONS(3702), + [anon_sym_BANG] = ACTIONS(3704), + [anon_sym_go] = ACTIONS(3774), + [anon_sym_spawn] = ACTIONS(3774), + [anon_sym_json_DOTdecode] = ACTIONS(3774), + [anon_sym_LBRACK2] = ACTIONS(3706), + [anon_sym_TILDE] = ACTIONS(3774), + [anon_sym_CARET] = ACTIONS(3696), + [anon_sym_AMP] = ACTIONS(3698), + [anon_sym_LT_DASH] = ACTIONS(3774), + [anon_sym_LT_LT] = ACTIONS(3698), + [anon_sym_GT_GT] = ACTIONS(3698), + [anon_sym_GT_GT_GT] = ACTIONS(3698), + [anon_sym_AMP_CARET] = ACTIONS(3698), + [anon_sym_AMP_AMP] = ACTIONS(3710), + [anon_sym_PIPE_PIPE] = ACTIONS(3722), + [anon_sym_or] = ACTIONS(3724), + [sym_none] = ACTIONS(3774), + [sym_true] = ACTIONS(3774), + [sym_false] = ACTIONS(3774), + [sym_nil] = ACTIONS(3774), + [anon_sym_QMARK_DOT] = ACTIONS(3692), + [anon_sym_POUND_LBRACK] = ACTIONS(3706), + [anon_sym_if] = ACTIONS(3774), + [anon_sym_DOLLARif] = ACTIONS(3774), + [anon_sym_is] = ACTIONS(3726), + [anon_sym_BANGis] = ACTIONS(3728), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_BANGin] = ACTIONS(3714), + [anon_sym_match] = ACTIONS(3774), + [anon_sym_select] = ACTIONS(3774), + [anon_sym_lock] = ACTIONS(3774), + [anon_sym_rlock] = ACTIONS(3774), + [anon_sym_unsafe] = ACTIONS(3774), + [anon_sym_sql] = ACTIONS(3774), + [sym_int_literal] = ACTIONS(3774), + [sym_float_literal] = ACTIONS(3774), + [sym_rune_literal] = ACTIONS(3774), + [sym_pseudo_compile_time_identifier] = ACTIONS(3774), + [anon_sym_shared] = ACTIONS(3774), + [anon_sym_map_LBRACK] = ACTIONS(3774), + [anon_sym_chan] = ACTIONS(3774), + [anon_sym_thread] = ACTIONS(3774), + [anon_sym_atomic] = ACTIONS(3774), + [sym___double_quote] = ACTIONS(3774), + [sym___single_quote] = ACTIONS(3774), + [sym___c_double_quote] = ACTIONS(3774), + [sym___c_single_quote] = ACTIONS(3774), + [sym___r_double_quote] = ACTIONS(3774), + [sym___r_single_quote] = ACTIONS(3774), + }, + [1164] = { + [sym_line_comment] = STATE(1164), + [sym_block_comment] = STATE(1164), + [sym_identifier] = ACTIONS(2653), + [anon_sym_LF] = ACTIONS(2653), + [anon_sym_CR] = ACTIONS(2653), + [anon_sym_CR_LF] = ACTIONS(2653), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2653), + [anon_sym_RBRACE] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym_RPAREN] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2653), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2653), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2653), + [anon_sym_BANG_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_PLUS_PLUS] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2653), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_LT_LT] = ACTIONS(2653), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2653), + [anon_sym_AMP_CARET] = ACTIONS(2653), + [anon_sym_AMP_AMP] = ACTIONS(2653), + [anon_sym_PIPE_PIPE] = ACTIONS(2653), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2653), + [anon_sym_POUND_LBRACK] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_DOLLARelse] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2653), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2653), + [sym_rune_literal] = ACTIONS(2653), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2653), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2653), + [sym___single_quote] = ACTIONS(2653), + [sym___c_double_quote] = ACTIONS(2653), + [sym___c_single_quote] = ACTIONS(2653), + [sym___r_double_quote] = ACTIONS(2653), + [sym___r_single_quote] = ACTIONS(2653), + }, [1165] = { [sym_line_comment] = STATE(1165), [sym_block_comment] = STATE(1165), - [sym_identifier] = ACTIONS(2761), - [anon_sym_LF] = ACTIONS(2761), - [anon_sym_CR] = ACTIONS(2761), - [anon_sym_CR_LF] = ACTIONS(2761), + [sym_identifier] = ACTIONS(2819), + [anon_sym_LF] = ACTIONS(2819), + [anon_sym_CR] = ACTIONS(2819), + [anon_sym_CR_LF] = ACTIONS(2819), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2761), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_COMMA] = ACTIONS(2761), - [anon_sym_RBRACE] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym_RPAREN] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2761), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2761), - [anon_sym_BANG_EQ] = ACTIONS(2761), - [anon_sym_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_EQ] = ACTIONS(2761), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2761), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_PLUS_PLUS] = ACTIONS(2761), - [anon_sym_DASH_DASH] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2761), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2761), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2761), - [anon_sym_AMP_CARET] = ACTIONS(2761), - [anon_sym_AMP_AMP] = ACTIONS(2761), - [anon_sym_PIPE_PIPE] = ACTIONS(2761), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2761), - [anon_sym_POUND_LBRACK] = ACTIONS(2761), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_DOLLARelse] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2761), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2761), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), - [sym_rune_literal] = ACTIONS(2761), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2761), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2761), - [sym___single_quote] = ACTIONS(2761), - [sym___c_double_quote] = ACTIONS(2761), - [sym___c_single_quote] = ACTIONS(2761), - [sym___r_double_quote] = ACTIONS(2761), - [sym___r_single_quote] = ACTIONS(2761), + [anon_sym_SEMI] = ACTIONS(2819), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_as] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_COMMA] = ACTIONS(2819), + [anon_sym_RBRACE] = ACTIONS(2819), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_RPAREN] = ACTIONS(2819), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_PERCENT] = ACTIONS(2819), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_EQ_EQ] = ACTIONS(2819), + [anon_sym_BANG_EQ] = ACTIONS(2819), + [anon_sym_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_EQ] = ACTIONS(2819), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2819), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_CARET] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2819), + [anon_sym_LT_LT] = ACTIONS(2819), + [anon_sym_GT_GT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2819), + [anon_sym_AMP_CARET] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_PIPE_PIPE] = ACTIONS(2819), + [anon_sym_or] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_QMARK_DOT] = ACTIONS(2819), + [anon_sym_POUND_LBRACK] = ACTIONS(2819), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_DOLLARelse] = ACTIONS(2819), + [anon_sym_is] = ACTIONS(2819), + [anon_sym_BANGis] = ACTIONS(2819), + [anon_sym_in] = ACTIONS(2819), + [anon_sym_BANGin] = ACTIONS(2819), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2819), + [sym_rune_literal] = ACTIONS(2819), + [sym_pseudo_compile_time_identifier] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2819), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2819), + [sym___single_quote] = ACTIONS(2819), + [sym___c_double_quote] = ACTIONS(2819), + [sym___c_single_quote] = ACTIONS(2819), + [sym___r_double_quote] = ACTIONS(2819), + [sym___r_single_quote] = ACTIONS(2819), }, [1166] = { [sym_line_comment] = STATE(1166), [sym_block_comment] = STATE(1166), - [sym_type_parameters] = STATE(1245), - [sym_identifier] = ACTIONS(2793), - [anon_sym_LF] = ACTIONS(2793), - [anon_sym_CR] = ACTIONS(2793), - [anon_sym_CR_LF] = ACTIONS(2793), + [sym_identifier] = ACTIONS(2647), + [anon_sym_LF] = ACTIONS(2647), + [anon_sym_CR] = ACTIONS(2647), + [anon_sym_CR_LF] = ACTIONS(2647), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2793), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_as] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2793), - [anon_sym_COMMA] = ACTIONS(2793), - [anon_sym_RBRACE] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2793), - [anon_sym_RPAREN] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_fn] = ACTIONS(2793), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_SLASH] = ACTIONS(2793), - [anon_sym_PERCENT] = ACTIONS(2793), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_GT] = ACTIONS(2793), - [anon_sym_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ] = ACTIONS(2793), - [anon_sym_LT_EQ] = ACTIONS(2793), - [anon_sym_GT_EQ] = ACTIONS(2793), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2793), - [anon_sym_LBRACK] = ACTIONS(2791), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_mut] = ACTIONS(2793), - [anon_sym_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2793), - [anon_sym_QMARK] = ACTIONS(2793), - [anon_sym_BANG] = ACTIONS(2793), - [anon_sym_go] = ACTIONS(2793), - [anon_sym_spawn] = ACTIONS(2793), - [anon_sym_json_DOTdecode] = ACTIONS(2793), - [anon_sym_LBRACK2] = ACTIONS(2793), - [anon_sym_TILDE] = ACTIONS(2793), - [anon_sym_CARET] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_LT_DASH] = ACTIONS(2793), - [anon_sym_LT_LT] = ACTIONS(2793), - [anon_sym_GT_GT] = ACTIONS(2793), - [anon_sym_GT_GT_GT] = ACTIONS(2793), - [anon_sym_AMP_CARET] = ACTIONS(2793), - [anon_sym_AMP_AMP] = ACTIONS(2793), - [anon_sym_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_or] = ACTIONS(2793), - [sym_none] = ACTIONS(2793), - [sym_true] = ACTIONS(2793), - [sym_false] = ACTIONS(2793), - [sym_nil] = ACTIONS(2793), - [anon_sym_QMARK_DOT] = ACTIONS(2793), - [anon_sym_POUND_LBRACK] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_DOLLARif] = ACTIONS(2793), - [anon_sym_is] = ACTIONS(2793), - [anon_sym_BANGis] = ACTIONS(2793), - [anon_sym_in] = ACTIONS(2793), - [anon_sym_BANGin] = ACTIONS(2793), - [anon_sym_match] = ACTIONS(2793), - [anon_sym_select] = ACTIONS(2793), - [anon_sym_lock] = ACTIONS(2793), - [anon_sym_rlock] = ACTIONS(2793), - [anon_sym_unsafe] = ACTIONS(2793), - [anon_sym_sql] = ACTIONS(2793), - [sym_int_literal] = ACTIONS(2793), - [sym_float_literal] = ACTIONS(2793), - [sym_rune_literal] = ACTIONS(2793), - [sym_pseudo_compile_time_identifier] = ACTIONS(2793), - [anon_sym_shared] = ACTIONS(2793), - [anon_sym_map_LBRACK] = ACTIONS(2793), - [anon_sym_chan] = ACTIONS(2793), - [anon_sym_thread] = ACTIONS(2793), - [anon_sym_atomic] = ACTIONS(2793), - [sym___double_quote] = ACTIONS(2793), - [sym___single_quote] = ACTIONS(2793), - [sym___c_double_quote] = ACTIONS(2793), - [sym___c_single_quote] = ACTIONS(2793), - [sym___r_double_quote] = ACTIONS(2793), - [sym___r_single_quote] = ACTIONS(2793), + [anon_sym_SEMI] = ACTIONS(2647), + [anon_sym_DOT] = ACTIONS(2647), + [anon_sym_as] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2647), + [anon_sym_COMMA] = ACTIONS(2647), + [anon_sym_RBRACE] = ACTIONS(2647), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_RPAREN] = ACTIONS(2647), + [anon_sym_PIPE] = ACTIONS(2647), + [anon_sym_fn] = ACTIONS(2647), + [anon_sym_PLUS] = ACTIONS(2647), + [anon_sym_DASH] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(2647), + [anon_sym_SLASH] = ACTIONS(2647), + [anon_sym_PERCENT] = ACTIONS(2647), + [anon_sym_LT] = ACTIONS(2647), + [anon_sym_GT] = ACTIONS(2647), + [anon_sym_EQ_EQ] = ACTIONS(2647), + [anon_sym_BANG_EQ] = ACTIONS(2647), + [anon_sym_LT_EQ] = ACTIONS(2647), + [anon_sym_GT_EQ] = ACTIONS(2647), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2645), + [anon_sym_struct] = ACTIONS(2647), + [anon_sym_mut] = ACTIONS(2647), + [anon_sym_PLUS_PLUS] = ACTIONS(2647), + [anon_sym_DASH_DASH] = ACTIONS(2647), + [anon_sym_QMARK] = ACTIONS(2647), + [anon_sym_BANG] = ACTIONS(2647), + [anon_sym_go] = ACTIONS(2647), + [anon_sym_spawn] = ACTIONS(2647), + [anon_sym_json_DOTdecode] = ACTIONS(2647), + [anon_sym_LBRACK2] = ACTIONS(2647), + [anon_sym_TILDE] = ACTIONS(2647), + [anon_sym_CARET] = ACTIONS(2647), + [anon_sym_AMP] = ACTIONS(2647), + [anon_sym_LT_DASH] = ACTIONS(2647), + [anon_sym_LT_LT] = ACTIONS(2647), + [anon_sym_GT_GT] = ACTIONS(2647), + [anon_sym_GT_GT_GT] = ACTIONS(2647), + [anon_sym_AMP_CARET] = ACTIONS(2647), + [anon_sym_AMP_AMP] = ACTIONS(2647), + [anon_sym_PIPE_PIPE] = ACTIONS(2647), + [anon_sym_or] = ACTIONS(2647), + [sym_none] = ACTIONS(2647), + [sym_true] = ACTIONS(2647), + [sym_false] = ACTIONS(2647), + [sym_nil] = ACTIONS(2647), + [anon_sym_QMARK_DOT] = ACTIONS(2647), + [anon_sym_POUND_LBRACK] = ACTIONS(2647), + [anon_sym_if] = ACTIONS(2647), + [anon_sym_DOLLARif] = ACTIONS(2647), + [anon_sym_DOLLARelse] = ACTIONS(3778), + [anon_sym_is] = ACTIONS(2647), + [anon_sym_BANGis] = ACTIONS(2647), + [anon_sym_in] = ACTIONS(2647), + [anon_sym_BANGin] = ACTIONS(2647), + [anon_sym_match] = ACTIONS(2647), + [anon_sym_select] = ACTIONS(2647), + [anon_sym_lock] = ACTIONS(2647), + [anon_sym_rlock] = ACTIONS(2647), + [anon_sym_unsafe] = ACTIONS(2647), + [anon_sym_sql] = ACTIONS(2647), + [sym_int_literal] = ACTIONS(2647), + [sym_float_literal] = ACTIONS(2647), + [sym_rune_literal] = ACTIONS(2647), + [sym_pseudo_compile_time_identifier] = ACTIONS(2647), + [anon_sym_shared] = ACTIONS(2647), + [anon_sym_map_LBRACK] = ACTIONS(2647), + [anon_sym_chan] = ACTIONS(2647), + [anon_sym_thread] = ACTIONS(2647), + [anon_sym_atomic] = ACTIONS(2647), + [sym___double_quote] = ACTIONS(2647), + [sym___single_quote] = ACTIONS(2647), + [sym___c_double_quote] = ACTIONS(2647), + [sym___c_single_quote] = ACTIONS(2647), + [sym___r_double_quote] = ACTIONS(2647), + [sym___r_single_quote] = ACTIONS(2647), }, [1167] = { [sym_line_comment] = STATE(1167), [sym_block_comment] = STATE(1167), - [sym_identifier] = ACTIONS(2761), - [anon_sym_LF] = ACTIONS(2761), - [anon_sym_CR] = ACTIONS(2761), - [anon_sym_CR_LF] = ACTIONS(2761), + [sym_identifier] = ACTIONS(2797), + [anon_sym_LF] = ACTIONS(2797), + [anon_sym_CR] = ACTIONS(2797), + [anon_sym_CR_LF] = ACTIONS(2797), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2761), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_COMMA] = ACTIONS(2761), - [anon_sym_RBRACE] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym_RPAREN] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2761), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2761), - [anon_sym_BANG_EQ] = ACTIONS(2761), - [anon_sym_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_EQ] = ACTIONS(2761), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2761), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_PLUS_PLUS] = ACTIONS(2761), - [anon_sym_DASH_DASH] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2761), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2761), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2761), - [anon_sym_AMP_CARET] = ACTIONS(2761), - [anon_sym_AMP_AMP] = ACTIONS(2761), - [anon_sym_PIPE_PIPE] = ACTIONS(2761), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2761), - [anon_sym_POUND_LBRACK] = ACTIONS(2761), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_else] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2761), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2761), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), - [sym_rune_literal] = ACTIONS(2761), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2761), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2761), - [sym___single_quote] = ACTIONS(2761), - [sym___c_double_quote] = ACTIONS(2761), - [sym___c_single_quote] = ACTIONS(2761), - [sym___r_double_quote] = ACTIONS(2761), - [sym___r_single_quote] = ACTIONS(2761), + [anon_sym_SEMI] = ACTIONS(2797), + [anon_sym_DOT] = ACTIONS(2797), + [anon_sym_as] = ACTIONS(2797), + [anon_sym_LBRACE] = ACTIONS(2797), + [anon_sym_COMMA] = ACTIONS(2797), + [anon_sym_RBRACE] = ACTIONS(2797), + [anon_sym_LPAREN] = ACTIONS(2797), + [anon_sym_RPAREN] = ACTIONS(2797), + [anon_sym_PIPE] = ACTIONS(2797), + [anon_sym_fn] = ACTIONS(2797), + [anon_sym_PLUS] = ACTIONS(2797), + [anon_sym_DASH] = ACTIONS(2797), + [anon_sym_STAR] = ACTIONS(2797), + [anon_sym_SLASH] = ACTIONS(2797), + [anon_sym_PERCENT] = ACTIONS(2797), + [anon_sym_LT] = ACTIONS(2797), + [anon_sym_GT] = ACTIONS(2797), + [anon_sym_EQ_EQ] = ACTIONS(2797), + [anon_sym_BANG_EQ] = ACTIONS(2797), + [anon_sym_LT_EQ] = ACTIONS(2797), + [anon_sym_GT_EQ] = ACTIONS(2797), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2797), + [anon_sym_LBRACK] = ACTIONS(2795), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_mut] = ACTIONS(2797), + [anon_sym_PLUS_PLUS] = ACTIONS(2797), + [anon_sym_DASH_DASH] = ACTIONS(2797), + [anon_sym_QMARK] = ACTIONS(2797), + [anon_sym_BANG] = ACTIONS(2797), + [anon_sym_go] = ACTIONS(2797), + [anon_sym_spawn] = ACTIONS(2797), + [anon_sym_json_DOTdecode] = ACTIONS(2797), + [anon_sym_LBRACK2] = ACTIONS(2797), + [anon_sym_TILDE] = ACTIONS(2797), + [anon_sym_CARET] = ACTIONS(2797), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_LT_DASH] = ACTIONS(2797), + [anon_sym_LT_LT] = ACTIONS(2797), + [anon_sym_GT_GT] = ACTIONS(2797), + [anon_sym_GT_GT_GT] = ACTIONS(2797), + [anon_sym_AMP_CARET] = ACTIONS(2797), + [anon_sym_AMP_AMP] = ACTIONS(2797), + [anon_sym_PIPE_PIPE] = ACTIONS(2797), + [anon_sym_or] = ACTIONS(2797), + [sym_none] = ACTIONS(2797), + [sym_true] = ACTIONS(2797), + [sym_false] = ACTIONS(2797), + [sym_nil] = ACTIONS(2797), + [anon_sym_QMARK_DOT] = ACTIONS(2797), + [anon_sym_POUND_LBRACK] = ACTIONS(2797), + [anon_sym_if] = ACTIONS(2797), + [anon_sym_DOLLARif] = ACTIONS(2797), + [anon_sym_DOLLARelse] = ACTIONS(3780), + [anon_sym_is] = ACTIONS(2797), + [anon_sym_BANGis] = ACTIONS(2797), + [anon_sym_in] = ACTIONS(2797), + [anon_sym_BANGin] = ACTIONS(2797), + [anon_sym_match] = ACTIONS(2797), + [anon_sym_select] = ACTIONS(2797), + [anon_sym_lock] = ACTIONS(2797), + [anon_sym_rlock] = ACTIONS(2797), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2797), + [sym_int_literal] = ACTIONS(2797), + [sym_float_literal] = ACTIONS(2797), + [sym_rune_literal] = ACTIONS(2797), + [sym_pseudo_compile_time_identifier] = ACTIONS(2797), + [anon_sym_shared] = ACTIONS(2797), + [anon_sym_map_LBRACK] = ACTIONS(2797), + [anon_sym_chan] = ACTIONS(2797), + [anon_sym_thread] = ACTIONS(2797), + [anon_sym_atomic] = ACTIONS(2797), + [sym___double_quote] = ACTIONS(2797), + [sym___single_quote] = ACTIONS(2797), + [sym___c_double_quote] = ACTIONS(2797), + [sym___c_single_quote] = ACTIONS(2797), + [sym___r_double_quote] = ACTIONS(2797), + [sym___r_single_quote] = ACTIONS(2797), }, [1168] = { [sym_line_comment] = STATE(1168), [sym_block_comment] = STATE(1168), - [sym_identifier] = ACTIONS(2821), - [anon_sym_LF] = ACTIONS(2821), - [anon_sym_CR] = ACTIONS(2821), - [anon_sym_CR_LF] = ACTIONS(2821), + [sym_identifier] = ACTIONS(2653), + [anon_sym_LF] = ACTIONS(2653), + [anon_sym_CR] = ACTIONS(2653), + [anon_sym_CR_LF] = ACTIONS(2653), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2821), - [anon_sym_DOT] = ACTIONS(2821), - [anon_sym_as] = ACTIONS(2821), - [anon_sym_LBRACE] = ACTIONS(2821), - [anon_sym_COMMA] = ACTIONS(2821), - [anon_sym_RBRACE] = ACTIONS(2821), - [anon_sym_LPAREN] = ACTIONS(2821), - [anon_sym_RPAREN] = ACTIONS(2821), - [anon_sym_PIPE] = ACTIONS(2821), - [anon_sym_fn] = ACTIONS(2821), - [anon_sym_PLUS] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2821), - [anon_sym_STAR] = ACTIONS(2821), - [anon_sym_SLASH] = ACTIONS(2821), - [anon_sym_PERCENT] = ACTIONS(2821), - [anon_sym_LT] = ACTIONS(2821), - [anon_sym_GT] = ACTIONS(2821), - [anon_sym_EQ_EQ] = ACTIONS(2821), - [anon_sym_BANG_EQ] = ACTIONS(2821), - [anon_sym_LT_EQ] = ACTIONS(2821), - [anon_sym_GT_EQ] = ACTIONS(2821), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2821), - [anon_sym_LBRACK] = ACTIONS(2819), - [anon_sym_struct] = ACTIONS(2821), - [anon_sym_mut] = ACTIONS(2821), - [anon_sym_PLUS_PLUS] = ACTIONS(2821), - [anon_sym_DASH_DASH] = ACTIONS(2821), - [anon_sym_QMARK] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_go] = ACTIONS(2821), - [anon_sym_spawn] = ACTIONS(2821), - [anon_sym_json_DOTdecode] = ACTIONS(2821), - [anon_sym_LBRACK2] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2821), - [anon_sym_CARET] = ACTIONS(2821), - [anon_sym_AMP] = ACTIONS(2821), - [anon_sym_LT_DASH] = ACTIONS(2821), - [anon_sym_LT_LT] = ACTIONS(2821), - [anon_sym_GT_GT] = ACTIONS(2821), - [anon_sym_GT_GT_GT] = ACTIONS(2821), - [anon_sym_AMP_CARET] = ACTIONS(2821), - [anon_sym_AMP_AMP] = ACTIONS(2821), - [anon_sym_PIPE_PIPE] = ACTIONS(2821), - [anon_sym_or] = ACTIONS(2821), - [sym_none] = ACTIONS(2821), - [sym_true] = ACTIONS(2821), - [sym_false] = ACTIONS(2821), - [sym_nil] = ACTIONS(2821), - [anon_sym_QMARK_DOT] = ACTIONS(2821), - [anon_sym_POUND_LBRACK] = ACTIONS(2821), - [anon_sym_if] = ACTIONS(2821), - [anon_sym_DOLLARif] = ACTIONS(2821), - [anon_sym_DOLLARelse] = ACTIONS(2821), - [anon_sym_is] = ACTIONS(2821), - [anon_sym_BANGis] = ACTIONS(2821), - [anon_sym_in] = ACTIONS(2821), - [anon_sym_BANGin] = ACTIONS(2821), - [anon_sym_match] = ACTIONS(2821), - [anon_sym_select] = ACTIONS(2821), - [anon_sym_lock] = ACTIONS(2821), - [anon_sym_rlock] = ACTIONS(2821), - [anon_sym_unsafe] = ACTIONS(2821), - [anon_sym_sql] = ACTIONS(2821), - [sym_int_literal] = ACTIONS(2821), - [sym_float_literal] = ACTIONS(2821), - [sym_rune_literal] = ACTIONS(2821), - [sym_pseudo_compile_time_identifier] = ACTIONS(2821), - [anon_sym_shared] = ACTIONS(2821), - [anon_sym_map_LBRACK] = ACTIONS(2821), - [anon_sym_chan] = ACTIONS(2821), - [anon_sym_thread] = ACTIONS(2821), - [anon_sym_atomic] = ACTIONS(2821), - [sym___double_quote] = ACTIONS(2821), - [sym___single_quote] = ACTIONS(2821), - [sym___c_double_quote] = ACTIONS(2821), - [sym___c_single_quote] = ACTIONS(2821), - [sym___r_double_quote] = ACTIONS(2821), - [sym___r_single_quote] = ACTIONS(2821), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2653), + [anon_sym_RBRACE] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym_RPAREN] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2653), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2653), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2653), + [anon_sym_BANG_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_PLUS_PLUS] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2653), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_LT_LT] = ACTIONS(2653), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2653), + [anon_sym_AMP_CARET] = ACTIONS(2653), + [anon_sym_AMP_AMP] = ACTIONS(2653), + [anon_sym_PIPE_PIPE] = ACTIONS(2653), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2653), + [anon_sym_POUND_LBRACK] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_else] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2653), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2653), + [sym_rune_literal] = ACTIONS(2653), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2653), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2653), + [sym___single_quote] = ACTIONS(2653), + [sym___c_double_quote] = ACTIONS(2653), + [sym___c_single_quote] = ACTIONS(2653), + [sym___r_double_quote] = ACTIONS(2653), + [sym___r_single_quote] = ACTIONS(2653), }, [1169] = { [sym_line_comment] = STATE(1169), [sym_block_comment] = STATE(1169), - [sym_identifier] = ACTIONS(2871), - [anon_sym_LF] = ACTIONS(2871), - [anon_sym_CR] = ACTIONS(2871), - [anon_sym_CR_LF] = ACTIONS(2871), + [sym_identifier] = ACTIONS(2785), + [anon_sym_LF] = ACTIONS(2785), + [anon_sym_CR] = ACTIONS(2785), + [anon_sym_CR_LF] = ACTIONS(2785), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2871), - [anon_sym_DOT] = ACTIONS(2871), - [anon_sym_as] = ACTIONS(2871), - [anon_sym_LBRACE] = ACTIONS(2871), - [anon_sym_COMMA] = ACTIONS(2871), - [anon_sym_RBRACE] = ACTIONS(2871), - [anon_sym_LPAREN] = ACTIONS(2871), - [anon_sym_RPAREN] = ACTIONS(2871), - [anon_sym_PIPE] = ACTIONS(2871), - [anon_sym_fn] = ACTIONS(2871), - [anon_sym_PLUS] = ACTIONS(2871), - [anon_sym_DASH] = ACTIONS(2871), - [anon_sym_STAR] = ACTIONS(2871), - [anon_sym_SLASH] = ACTIONS(2871), - [anon_sym_PERCENT] = ACTIONS(2871), - [anon_sym_LT] = ACTIONS(2871), - [anon_sym_GT] = ACTIONS(2871), - [anon_sym_EQ_EQ] = ACTIONS(2871), - [anon_sym_BANG_EQ] = ACTIONS(2871), - [anon_sym_LT_EQ] = ACTIONS(2871), - [anon_sym_GT_EQ] = ACTIONS(2871), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2871), - [anon_sym_LBRACK] = ACTIONS(2869), - [anon_sym_struct] = ACTIONS(2871), - [anon_sym_mut] = ACTIONS(2871), - [anon_sym_PLUS_PLUS] = ACTIONS(2871), - [anon_sym_DASH_DASH] = ACTIONS(2871), - [anon_sym_QMARK] = ACTIONS(2871), - [anon_sym_BANG] = ACTIONS(2871), - [anon_sym_go] = ACTIONS(2871), - [anon_sym_spawn] = ACTIONS(2871), - [anon_sym_json_DOTdecode] = ACTIONS(2871), - [anon_sym_LBRACK2] = ACTIONS(2871), - [anon_sym_TILDE] = ACTIONS(2871), - [anon_sym_CARET] = ACTIONS(2871), - [anon_sym_AMP] = ACTIONS(2871), - [anon_sym_LT_DASH] = ACTIONS(2871), - [anon_sym_LT_LT] = ACTIONS(2871), - [anon_sym_GT_GT] = ACTIONS(2871), - [anon_sym_GT_GT_GT] = ACTIONS(2871), - [anon_sym_AMP_CARET] = ACTIONS(2871), - [anon_sym_AMP_AMP] = ACTIONS(2871), - [anon_sym_PIPE_PIPE] = ACTIONS(2871), - [anon_sym_or] = ACTIONS(2871), - [sym_none] = ACTIONS(2871), - [sym_true] = ACTIONS(2871), - [sym_false] = ACTIONS(2871), - [sym_nil] = ACTIONS(2871), - [anon_sym_QMARK_DOT] = ACTIONS(2871), - [anon_sym_POUND_LBRACK] = ACTIONS(2871), - [anon_sym_if] = ACTIONS(2871), - [anon_sym_DOLLARif] = ACTIONS(2871), - [anon_sym_DOLLARelse] = ACTIONS(3774), - [anon_sym_is] = ACTIONS(2871), - [anon_sym_BANGis] = ACTIONS(2871), - [anon_sym_in] = ACTIONS(2871), - [anon_sym_BANGin] = ACTIONS(2871), - [anon_sym_match] = ACTIONS(2871), - [anon_sym_select] = ACTIONS(2871), - [anon_sym_lock] = ACTIONS(2871), - [anon_sym_rlock] = ACTIONS(2871), - [anon_sym_unsafe] = ACTIONS(2871), - [anon_sym_sql] = ACTIONS(2871), - [sym_int_literal] = ACTIONS(2871), - [sym_float_literal] = ACTIONS(2871), - [sym_rune_literal] = ACTIONS(2871), - [sym_pseudo_compile_time_identifier] = ACTIONS(2871), - [anon_sym_shared] = ACTIONS(2871), - [anon_sym_map_LBRACK] = ACTIONS(2871), - [anon_sym_chan] = ACTIONS(2871), - [anon_sym_thread] = ACTIONS(2871), - [anon_sym_atomic] = ACTIONS(2871), - [sym___double_quote] = ACTIONS(2871), - [sym___single_quote] = ACTIONS(2871), - [sym___c_double_quote] = ACTIONS(2871), - [sym___c_single_quote] = ACTIONS(2871), - [sym___r_double_quote] = ACTIONS(2871), - [sym___r_single_quote] = ACTIONS(2871), + [anon_sym_SEMI] = ACTIONS(2785), + [anon_sym_DOT] = ACTIONS(2785), + [anon_sym_as] = ACTIONS(2785), + [anon_sym_LBRACE] = ACTIONS(2787), + [anon_sym_COMMA] = ACTIONS(2785), + [anon_sym_RBRACE] = ACTIONS(2785), + [anon_sym_LPAREN] = ACTIONS(2785), + [anon_sym_RPAREN] = ACTIONS(2785), + [anon_sym_PIPE] = ACTIONS(2785), + [anon_sym_fn] = ACTIONS(2785), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_STAR] = ACTIONS(2785), + [anon_sym_SLASH] = ACTIONS(2785), + [anon_sym_PERCENT] = ACTIONS(2785), + [anon_sym_LT] = ACTIONS(2785), + [anon_sym_GT] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2785), + [anon_sym_BANG_EQ] = ACTIONS(2785), + [anon_sym_LT_EQ] = ACTIONS(2785), + [anon_sym_GT_EQ] = ACTIONS(2785), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2785), + [anon_sym_LBRACK] = ACTIONS(2790), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(2785), + [anon_sym_COLON] = ACTIONS(2785), + [anon_sym_PLUS_PLUS] = ACTIONS(2785), + [anon_sym_DASH_DASH] = ACTIONS(2785), + [anon_sym_QMARK] = ACTIONS(2785), + [anon_sym_BANG] = ACTIONS(2785), + [anon_sym_go] = ACTIONS(2785), + [anon_sym_spawn] = ACTIONS(2785), + [anon_sym_json_DOTdecode] = ACTIONS(2785), + [anon_sym_LBRACK2] = ACTIONS(2785), + [anon_sym_TILDE] = ACTIONS(2785), + [anon_sym_CARET] = ACTIONS(2785), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_LT_DASH] = ACTIONS(2785), + [anon_sym_LT_LT] = ACTIONS(2785), + [anon_sym_GT_GT] = ACTIONS(2785), + [anon_sym_GT_GT_GT] = ACTIONS(2785), + [anon_sym_AMP_CARET] = ACTIONS(2785), + [anon_sym_AMP_AMP] = ACTIONS(2785), + [anon_sym_PIPE_PIPE] = ACTIONS(2785), + [anon_sym_or] = ACTIONS(2785), + [sym_none] = ACTIONS(2785), + [sym_true] = ACTIONS(2785), + [sym_false] = ACTIONS(2785), + [sym_nil] = ACTIONS(2785), + [anon_sym_QMARK_DOT] = ACTIONS(2785), + [anon_sym_POUND_LBRACK] = ACTIONS(2785), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_DOLLARif] = ACTIONS(2785), + [anon_sym_is] = ACTIONS(2785), + [anon_sym_BANGis] = ACTIONS(2785), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_BANGin] = ACTIONS(2785), + [anon_sym_match] = ACTIONS(2785), + [anon_sym_select] = ACTIONS(2785), + [anon_sym_lock] = ACTIONS(2785), + [anon_sym_rlock] = ACTIONS(2785), + [anon_sym_unsafe] = ACTIONS(2785), + [anon_sym_sql] = ACTIONS(2785), + [sym_int_literal] = ACTIONS(2785), + [sym_float_literal] = ACTIONS(2785), + [sym_rune_literal] = ACTIONS(2785), + [sym_pseudo_compile_time_identifier] = ACTIONS(2785), + [anon_sym_shared] = ACTIONS(2785), + [anon_sym_map_LBRACK] = ACTIONS(2785), + [anon_sym_chan] = ACTIONS(2785), + [anon_sym_thread] = ACTIONS(2785), + [anon_sym_atomic] = ACTIONS(2785), + [sym___double_quote] = ACTIONS(2785), + [sym___single_quote] = ACTIONS(2785), + [sym___c_double_quote] = ACTIONS(2785), + [sym___c_single_quote] = ACTIONS(2785), + [sym___r_double_quote] = ACTIONS(2785), + [sym___r_single_quote] = ACTIONS(2785), }, [1170] = { [sym_line_comment] = STATE(1170), [sym_block_comment] = STATE(1170), - [sym_identifier] = ACTIONS(3037), - [anon_sym_LF] = ACTIONS(3037), - [anon_sym_CR] = ACTIONS(3037), - [anon_sym_CR_LF] = ACTIONS(3037), + [sym_type_parameters] = STATE(1243), + [sym_identifier] = ACTIONS(2873), + [anon_sym_LF] = ACTIONS(2873), + [anon_sym_CR] = ACTIONS(2873), + [anon_sym_CR_LF] = ACTIONS(2873), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3037), - [anon_sym_DOT] = ACTIONS(3037), - [anon_sym_as] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COMMA] = ACTIONS(3037), - [anon_sym_RBRACE] = ACTIONS(3037), - [anon_sym_LPAREN] = ACTIONS(3037), - [anon_sym_RPAREN] = ACTIONS(3037), - [anon_sym_PIPE] = ACTIONS(3037), - [anon_sym_fn] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_SLASH] = ACTIONS(3037), - [anon_sym_PERCENT] = ACTIONS(3037), - [anon_sym_LT] = ACTIONS(3037), - [anon_sym_GT] = ACTIONS(3037), - [anon_sym_EQ_EQ] = ACTIONS(3037), - [anon_sym_BANG_EQ] = ACTIONS(3037), - [anon_sym_LT_EQ] = ACTIONS(3037), - [anon_sym_GT_EQ] = ACTIONS(3037), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3035), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_mut] = ACTIONS(3037), - [anon_sym_PLUS_PLUS] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3037), - [anon_sym_QMARK] = ACTIONS(3037), - [anon_sym_BANG] = ACTIONS(3037), - [anon_sym_go] = ACTIONS(3037), - [anon_sym_spawn] = ACTIONS(3037), - [anon_sym_json_DOTdecode] = ACTIONS(3037), - [anon_sym_LBRACK2] = ACTIONS(3037), - [anon_sym_TILDE] = ACTIONS(3037), - [anon_sym_CARET] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_LT_DASH] = ACTIONS(3037), - [anon_sym_LT_LT] = ACTIONS(3037), - [anon_sym_GT_GT] = ACTIONS(3037), - [anon_sym_GT_GT_GT] = ACTIONS(3037), - [anon_sym_AMP_CARET] = ACTIONS(3037), - [anon_sym_AMP_AMP] = ACTIONS(3037), - [anon_sym_PIPE_PIPE] = ACTIONS(3037), - [anon_sym_or] = ACTIONS(3037), - [sym_none] = ACTIONS(3037), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [sym_nil] = ACTIONS(3037), - [anon_sym_QMARK_DOT] = ACTIONS(3037), - [anon_sym_POUND_LBRACK] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_DOLLARif] = ACTIONS(3037), - [anon_sym_is] = ACTIONS(3037), - [anon_sym_BANGis] = ACTIONS(3037), - [anon_sym_in] = ACTIONS(3037), - [anon_sym_BANGin] = ACTIONS(3037), - [anon_sym_match] = ACTIONS(3037), - [anon_sym_select] = ACTIONS(3037), - [anon_sym_lock] = ACTIONS(3037), - [anon_sym_rlock] = ACTIONS(3037), - [anon_sym_unsafe] = ACTIONS(3037), - [anon_sym_sql] = ACTIONS(3037), - [sym_int_literal] = ACTIONS(3037), - [sym_float_literal] = ACTIONS(3037), - [sym_rune_literal] = ACTIONS(3037), - [sym_pseudo_compile_time_identifier] = ACTIONS(3037), - [anon_sym_shared] = ACTIONS(3037), - [anon_sym_map_LBRACK] = ACTIONS(3037), - [anon_sym_chan] = ACTIONS(3037), - [anon_sym_thread] = ACTIONS(3037), - [anon_sym_atomic] = ACTIONS(3037), - [sym___double_quote] = ACTIONS(3037), - [sym___single_quote] = ACTIONS(3037), - [sym___c_double_quote] = ACTIONS(3037), - [sym___c_single_quote] = ACTIONS(3037), - [sym___r_double_quote] = ACTIONS(3037), - [sym___r_single_quote] = ACTIONS(3037), + [anon_sym_SEMI] = ACTIONS(2873), + [anon_sym_DOT] = ACTIONS(2873), + [anon_sym_as] = ACTIONS(2873), + [anon_sym_LBRACE] = ACTIONS(2873), + [anon_sym_COMMA] = ACTIONS(2873), + [anon_sym_RBRACE] = ACTIONS(2873), + [anon_sym_LPAREN] = ACTIONS(2873), + [anon_sym_RPAREN] = ACTIONS(2873), + [anon_sym_PIPE] = ACTIONS(2873), + [anon_sym_fn] = ACTIONS(2873), + [anon_sym_PLUS] = ACTIONS(2873), + [anon_sym_DASH] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_SLASH] = ACTIONS(2873), + [anon_sym_PERCENT] = ACTIONS(2873), + [anon_sym_LT] = ACTIONS(2873), + [anon_sym_GT] = ACTIONS(2873), + [anon_sym_EQ_EQ] = ACTIONS(2873), + [anon_sym_BANG_EQ] = ACTIONS(2873), + [anon_sym_LT_EQ] = ACTIONS(2873), + [anon_sym_GT_EQ] = ACTIONS(2873), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2873), + [anon_sym_LBRACK] = ACTIONS(2871), + [anon_sym_struct] = ACTIONS(2873), + [anon_sym_mut] = ACTIONS(2873), + [anon_sym_PLUS_PLUS] = ACTIONS(2873), + [anon_sym_DASH_DASH] = ACTIONS(2873), + [anon_sym_QMARK] = ACTIONS(2873), + [anon_sym_BANG] = ACTIONS(2873), + [anon_sym_go] = ACTIONS(2873), + [anon_sym_spawn] = ACTIONS(2873), + [anon_sym_json_DOTdecode] = ACTIONS(2873), + [anon_sym_LBRACK2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_CARET] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2873), + [anon_sym_LT_DASH] = ACTIONS(2873), + [anon_sym_LT_LT] = ACTIONS(2873), + [anon_sym_GT_GT] = ACTIONS(2873), + [anon_sym_GT_GT_GT] = ACTIONS(2873), + [anon_sym_AMP_CARET] = ACTIONS(2873), + [anon_sym_AMP_AMP] = ACTIONS(2873), + [anon_sym_PIPE_PIPE] = ACTIONS(2873), + [anon_sym_or] = ACTIONS(2873), + [sym_none] = ACTIONS(2873), + [sym_true] = ACTIONS(2873), + [sym_false] = ACTIONS(2873), + [sym_nil] = ACTIONS(2873), + [anon_sym_QMARK_DOT] = ACTIONS(2873), + [anon_sym_POUND_LBRACK] = ACTIONS(2873), + [anon_sym_if] = ACTIONS(2873), + [anon_sym_DOLLARif] = ACTIONS(2873), + [anon_sym_is] = ACTIONS(2873), + [anon_sym_BANGis] = ACTIONS(2873), + [anon_sym_in] = ACTIONS(2873), + [anon_sym_BANGin] = ACTIONS(2873), + [anon_sym_match] = ACTIONS(2873), + [anon_sym_select] = ACTIONS(2873), + [anon_sym_lock] = ACTIONS(2873), + [anon_sym_rlock] = ACTIONS(2873), + [anon_sym_unsafe] = ACTIONS(2873), + [anon_sym_sql] = ACTIONS(2873), + [sym_int_literal] = ACTIONS(2873), + [sym_float_literal] = ACTIONS(2873), + [sym_rune_literal] = ACTIONS(2873), + [sym_pseudo_compile_time_identifier] = ACTIONS(2873), + [anon_sym_shared] = ACTIONS(2873), + [anon_sym_map_LBRACK] = ACTIONS(2873), + [anon_sym_chan] = ACTIONS(2873), + [anon_sym_thread] = ACTIONS(2873), + [anon_sym_atomic] = ACTIONS(2873), + [sym___double_quote] = ACTIONS(2873), + [sym___single_quote] = ACTIONS(2873), + [sym___c_double_quote] = ACTIONS(2873), + [sym___c_single_quote] = ACTIONS(2873), + [sym___r_double_quote] = ACTIONS(2873), + [sym___r_single_quote] = ACTIONS(2873), }, [1171] = { [sym_line_comment] = STATE(1171), [sym_block_comment] = STATE(1171), - [sym_identifier] = ACTIONS(3239), - [anon_sym_LF] = ACTIONS(3239), - [anon_sym_CR] = ACTIONS(3239), - [anon_sym_CR_LF] = ACTIONS(3239), + [sym_identifier] = ACTIONS(3377), + [anon_sym_LF] = ACTIONS(3377), + [anon_sym_CR] = ACTIONS(3377), + [anon_sym_CR_LF] = ACTIONS(3377), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3239), - [anon_sym_DOT] = ACTIONS(3239), - [anon_sym_as] = ACTIONS(3239), - [anon_sym_LBRACE] = ACTIONS(3239), - [anon_sym_COMMA] = ACTIONS(3239), - [anon_sym_RBRACE] = ACTIONS(3239), - [anon_sym_LPAREN] = ACTIONS(3239), - [anon_sym_RPAREN] = ACTIONS(3239), - [anon_sym_PIPE] = ACTIONS(3239), - [anon_sym_fn] = ACTIONS(3239), - [anon_sym_PLUS] = ACTIONS(3239), - [anon_sym_DASH] = ACTIONS(3239), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(3239), - [anon_sym_GT] = ACTIONS(3239), - [anon_sym_EQ_EQ] = ACTIONS(3239), - [anon_sym_BANG_EQ] = ACTIONS(3239), - [anon_sym_LT_EQ] = ACTIONS(3239), - [anon_sym_GT_EQ] = ACTIONS(3239), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3239), - [anon_sym_LBRACK] = ACTIONS(3237), - [anon_sym_struct] = ACTIONS(3239), - [anon_sym_mut] = ACTIONS(3239), - [anon_sym_PLUS_PLUS] = ACTIONS(3239), - [anon_sym_DASH_DASH] = ACTIONS(3239), - [anon_sym_QMARK] = ACTIONS(3239), - [anon_sym_BANG] = ACTIONS(3239), - [anon_sym_go] = ACTIONS(3239), - [anon_sym_spawn] = ACTIONS(3239), - [anon_sym_json_DOTdecode] = ACTIONS(3239), - [anon_sym_LBRACK2] = ACTIONS(3239), - [anon_sym_TILDE] = ACTIONS(3239), - [anon_sym_CARET] = ACTIONS(3239), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(3239), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(3239), - [anon_sym_PIPE_PIPE] = ACTIONS(3239), - [anon_sym_or] = ACTIONS(3239), - [sym_none] = ACTIONS(3239), - [sym_true] = ACTIONS(3239), - [sym_false] = ACTIONS(3239), - [sym_nil] = ACTIONS(3239), - [anon_sym_QMARK_DOT] = ACTIONS(3239), - [anon_sym_POUND_LBRACK] = ACTIONS(3239), - [anon_sym_if] = ACTIONS(3239), - [anon_sym_DOLLARif] = ACTIONS(3239), - [anon_sym_is] = ACTIONS(3239), - [anon_sym_BANGis] = ACTIONS(3239), - [anon_sym_in] = ACTIONS(3239), - [anon_sym_BANGin] = ACTIONS(3239), - [anon_sym_match] = ACTIONS(3239), - [anon_sym_select] = ACTIONS(3239), - [anon_sym_lock] = ACTIONS(3239), - [anon_sym_rlock] = ACTIONS(3239), - [anon_sym_unsafe] = ACTIONS(3239), - [anon_sym_sql] = ACTIONS(3239), - [sym_int_literal] = ACTIONS(3239), - [sym_float_literal] = ACTIONS(3239), - [sym_rune_literal] = ACTIONS(3239), - [sym_pseudo_compile_time_identifier] = ACTIONS(3239), - [anon_sym_shared] = ACTIONS(3239), - [anon_sym_map_LBRACK] = ACTIONS(3239), - [anon_sym_chan] = ACTIONS(3239), - [anon_sym_thread] = ACTIONS(3239), - [anon_sym_atomic] = ACTIONS(3239), - [sym___double_quote] = ACTIONS(3239), - [sym___single_quote] = ACTIONS(3239), - [sym___c_double_quote] = ACTIONS(3239), - [sym___c_single_quote] = ACTIONS(3239), - [sym___r_double_quote] = ACTIONS(3239), - [sym___r_single_quote] = ACTIONS(3239), + [anon_sym_SEMI] = ACTIONS(3377), + [anon_sym_DOT] = ACTIONS(3377), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3377), + [anon_sym_COMMA] = ACTIONS(3377), + [anon_sym_RBRACE] = ACTIONS(3377), + [anon_sym_LPAREN] = ACTIONS(3377), + [anon_sym_RPAREN] = ACTIONS(3377), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3377), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3377), + [anon_sym_BANG_EQ] = ACTIONS(3377), + [anon_sym_LT_EQ] = ACTIONS(3377), + [anon_sym_GT_EQ] = ACTIONS(3377), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_PLUS_PLUS] = ACTIONS(3377), + [anon_sym_DASH_DASH] = ACTIONS(3377), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3377), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3377), + [anon_sym_CARET] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3377), + [anon_sym_LT_LT] = ACTIONS(3377), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3377), + [anon_sym_AMP_CARET] = ACTIONS(3377), + [anon_sym_AMP_AMP] = ACTIONS(3377), + [anon_sym_PIPE_PIPE] = ACTIONS(3377), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3377), + [anon_sym_POUND_LBRACK] = ACTIONS(3377), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3377), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3377), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3377), + [sym_rune_literal] = ACTIONS(3377), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3377), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3377), + [sym___single_quote] = ACTIONS(3377), + [sym___c_double_quote] = ACTIONS(3377), + [sym___c_single_quote] = ACTIONS(3377), + [sym___r_double_quote] = ACTIONS(3377), + [sym___r_single_quote] = ACTIONS(3377), }, [1172] = { [sym_line_comment] = STATE(1172), [sym_block_comment] = STATE(1172), - [sym_identifier] = ACTIONS(3776), - [anon_sym_LF] = ACTIONS(3779), - [anon_sym_CR] = ACTIONS(3779), - [anon_sym_CR_LF] = ACTIONS(3779), + [sym_identifier] = ACTIONS(3341), + [anon_sym_LF] = ACTIONS(3341), + [anon_sym_CR] = ACTIONS(3341), + [anon_sym_CR_LF] = ACTIONS(3341), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3779), - [anon_sym_DOT] = ACTIONS(3441), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3435), - [anon_sym_COMMA] = ACTIONS(3779), - [anon_sym_RBRACE] = ACTIONS(3776), - [anon_sym_LPAREN] = ACTIONS(3435), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3435), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3435), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3435), - [anon_sym_BANG_EQ] = ACTIONS(3435), - [anon_sym_LT_EQ] = ACTIONS(3435), - [anon_sym_GT_EQ] = ACTIONS(3435), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3782), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_COLON] = ACTIONS(3784), - [anon_sym_PLUS_PLUS] = ACTIONS(3435), - [anon_sym_DASH_DASH] = ACTIONS(3435), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3435), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3435), - [anon_sym_CARET] = ACTIONS(3435), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3435), - [anon_sym_LT_LT] = ACTIONS(3435), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3435), - [anon_sym_AMP_CARET] = ACTIONS(3435), - [anon_sym_AMP_AMP] = ACTIONS(3435), - [anon_sym_PIPE_PIPE] = ACTIONS(3435), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3435), - [anon_sym_POUND_LBRACK] = ACTIONS(3435), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3435), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3435), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3435), - [sym_rune_literal] = ACTIONS(3435), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3435), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3435), - [sym___single_quote] = ACTIONS(3435), - [sym___c_double_quote] = ACTIONS(3435), - [sym___c_single_quote] = ACTIONS(3435), - [sym___r_double_quote] = ACTIONS(3435), - [sym___r_single_quote] = ACTIONS(3435), + [anon_sym_SEMI] = ACTIONS(3341), + [anon_sym_DOT] = ACTIONS(3341), + [anon_sym_as] = ACTIONS(3341), + [anon_sym_LBRACE] = ACTIONS(3341), + [anon_sym_COMMA] = ACTIONS(3341), + [anon_sym_RBRACE] = ACTIONS(3341), + [anon_sym_LPAREN] = ACTIONS(3341), + [anon_sym_RPAREN] = ACTIONS(3341), + [anon_sym_PIPE] = ACTIONS(3341), + [anon_sym_fn] = ACTIONS(3341), + [anon_sym_PLUS] = ACTIONS(3341), + [anon_sym_DASH] = ACTIONS(3341), + [anon_sym_STAR] = ACTIONS(3341), + [anon_sym_SLASH] = ACTIONS(3341), + [anon_sym_PERCENT] = ACTIONS(3341), + [anon_sym_LT] = ACTIONS(3341), + [anon_sym_GT] = ACTIONS(3341), + [anon_sym_EQ_EQ] = ACTIONS(3341), + [anon_sym_BANG_EQ] = ACTIONS(3341), + [anon_sym_LT_EQ] = ACTIONS(3341), + [anon_sym_GT_EQ] = ACTIONS(3341), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3341), + [anon_sym_LBRACK] = ACTIONS(3339), + [anon_sym_struct] = ACTIONS(3341), + [anon_sym_mut] = ACTIONS(3341), + [anon_sym_PLUS_PLUS] = ACTIONS(3341), + [anon_sym_DASH_DASH] = ACTIONS(3341), + [anon_sym_QMARK] = ACTIONS(3341), + [anon_sym_BANG] = ACTIONS(3341), + [anon_sym_go] = ACTIONS(3341), + [anon_sym_spawn] = ACTIONS(3341), + [anon_sym_json_DOTdecode] = ACTIONS(3341), + [anon_sym_LBRACK2] = ACTIONS(3341), + [anon_sym_TILDE] = ACTIONS(3341), + [anon_sym_CARET] = ACTIONS(3341), + [anon_sym_AMP] = ACTIONS(3341), + [anon_sym_LT_DASH] = ACTIONS(3341), + [anon_sym_LT_LT] = ACTIONS(3341), + [anon_sym_GT_GT] = ACTIONS(3341), + [anon_sym_GT_GT_GT] = ACTIONS(3341), + [anon_sym_AMP_CARET] = ACTIONS(3341), + [anon_sym_AMP_AMP] = ACTIONS(3341), + [anon_sym_PIPE_PIPE] = ACTIONS(3341), + [anon_sym_or] = ACTIONS(3341), + [sym_none] = ACTIONS(3341), + [sym_true] = ACTIONS(3341), + [sym_false] = ACTIONS(3341), + [sym_nil] = ACTIONS(3341), + [anon_sym_QMARK_DOT] = ACTIONS(3341), + [anon_sym_POUND_LBRACK] = ACTIONS(3341), + [anon_sym_if] = ACTIONS(3341), + [anon_sym_DOLLARif] = ACTIONS(3341), + [anon_sym_is] = ACTIONS(3341), + [anon_sym_BANGis] = ACTIONS(3341), + [anon_sym_in] = ACTIONS(3341), + [anon_sym_BANGin] = ACTIONS(3341), + [anon_sym_match] = ACTIONS(3341), + [anon_sym_select] = ACTIONS(3341), + [anon_sym_lock] = ACTIONS(3341), + [anon_sym_rlock] = ACTIONS(3341), + [anon_sym_unsafe] = ACTIONS(3341), + [anon_sym_sql] = ACTIONS(3341), + [sym_int_literal] = ACTIONS(3341), + [sym_float_literal] = ACTIONS(3341), + [sym_rune_literal] = ACTIONS(3341), + [sym_pseudo_compile_time_identifier] = ACTIONS(3341), + [anon_sym_shared] = ACTIONS(3341), + [anon_sym_map_LBRACK] = ACTIONS(3341), + [anon_sym_chan] = ACTIONS(3341), + [anon_sym_thread] = ACTIONS(3341), + [anon_sym_atomic] = ACTIONS(3341), + [sym___double_quote] = ACTIONS(3341), + [sym___single_quote] = ACTIONS(3341), + [sym___c_double_quote] = ACTIONS(3341), + [sym___c_single_quote] = ACTIONS(3341), + [sym___r_double_quote] = ACTIONS(3341), + [sym___r_single_quote] = ACTIONS(3341), }, [1173] = { [sym_line_comment] = STATE(1173), [sym_block_comment] = STATE(1173), - [sym_identifier] = ACTIONS(3207), - [anon_sym_LF] = ACTIONS(3207), - [anon_sym_CR] = ACTIONS(3207), - [anon_sym_CR_LF] = ACTIONS(3207), + [sym_identifier] = ACTIONS(3389), + [anon_sym_LF] = ACTIONS(3389), + [anon_sym_CR] = ACTIONS(3389), + [anon_sym_CR_LF] = ACTIONS(3389), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3207), - [anon_sym_DOT] = ACTIONS(3207), - [anon_sym_as] = ACTIONS(3207), - [anon_sym_LBRACE] = ACTIONS(3207), - [anon_sym_COMMA] = ACTIONS(3207), - [anon_sym_RBRACE] = ACTIONS(3207), - [anon_sym_LPAREN] = ACTIONS(3207), - [anon_sym_RPAREN] = ACTIONS(3207), - [anon_sym_PIPE] = ACTIONS(3207), - [anon_sym_fn] = ACTIONS(3207), - [anon_sym_PLUS] = ACTIONS(3207), - [anon_sym_DASH] = ACTIONS(3207), - [anon_sym_STAR] = ACTIONS(3207), - [anon_sym_SLASH] = ACTIONS(3207), - [anon_sym_PERCENT] = ACTIONS(3207), - [anon_sym_LT] = ACTIONS(3207), - [anon_sym_GT] = ACTIONS(3207), - [anon_sym_EQ_EQ] = ACTIONS(3207), - [anon_sym_BANG_EQ] = ACTIONS(3207), - [anon_sym_LT_EQ] = ACTIONS(3207), - [anon_sym_GT_EQ] = ACTIONS(3207), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3207), - [anon_sym_LBRACK] = ACTIONS(3205), - [anon_sym_struct] = ACTIONS(3207), - [anon_sym_mut] = ACTIONS(3207), - [anon_sym_PLUS_PLUS] = ACTIONS(3207), - [anon_sym_DASH_DASH] = ACTIONS(3207), - [anon_sym_QMARK] = ACTIONS(3207), - [anon_sym_BANG] = ACTIONS(3207), - [anon_sym_go] = ACTIONS(3207), - [anon_sym_spawn] = ACTIONS(3207), - [anon_sym_json_DOTdecode] = ACTIONS(3207), - [anon_sym_LBRACK2] = ACTIONS(3207), - [anon_sym_TILDE] = ACTIONS(3207), - [anon_sym_CARET] = ACTIONS(3207), - [anon_sym_AMP] = ACTIONS(3207), - [anon_sym_LT_DASH] = ACTIONS(3207), - [anon_sym_LT_LT] = ACTIONS(3207), - [anon_sym_GT_GT] = ACTIONS(3207), - [anon_sym_GT_GT_GT] = ACTIONS(3207), - [anon_sym_AMP_CARET] = ACTIONS(3207), - [anon_sym_AMP_AMP] = ACTIONS(3207), - [anon_sym_PIPE_PIPE] = ACTIONS(3207), - [anon_sym_or] = ACTIONS(3207), - [sym_none] = ACTIONS(3207), - [sym_true] = ACTIONS(3207), - [sym_false] = ACTIONS(3207), - [sym_nil] = ACTIONS(3207), - [anon_sym_QMARK_DOT] = ACTIONS(3207), - [anon_sym_POUND_LBRACK] = ACTIONS(3207), - [anon_sym_if] = ACTIONS(3207), - [anon_sym_DOLLARif] = ACTIONS(3207), - [anon_sym_is] = ACTIONS(3207), - [anon_sym_BANGis] = ACTIONS(3207), - [anon_sym_in] = ACTIONS(3207), - [anon_sym_BANGin] = ACTIONS(3207), - [anon_sym_match] = ACTIONS(3207), - [anon_sym_select] = ACTIONS(3207), - [anon_sym_lock] = ACTIONS(3207), - [anon_sym_rlock] = ACTIONS(3207), - [anon_sym_unsafe] = ACTIONS(3207), - [anon_sym_sql] = ACTIONS(3207), - [sym_int_literal] = ACTIONS(3207), - [sym_float_literal] = ACTIONS(3207), - [sym_rune_literal] = ACTIONS(3207), - [sym_pseudo_compile_time_identifier] = ACTIONS(3207), - [anon_sym_shared] = ACTIONS(3207), - [anon_sym_map_LBRACK] = ACTIONS(3207), - [anon_sym_chan] = ACTIONS(3207), - [anon_sym_thread] = ACTIONS(3207), - [anon_sym_atomic] = ACTIONS(3207), - [sym___double_quote] = ACTIONS(3207), - [sym___single_quote] = ACTIONS(3207), - [sym___c_double_quote] = ACTIONS(3207), - [sym___c_single_quote] = ACTIONS(3207), - [sym___r_double_quote] = ACTIONS(3207), - [sym___r_single_quote] = ACTIONS(3207), + [anon_sym_SEMI] = ACTIONS(3389), + [anon_sym_DOT] = ACTIONS(3389), + [anon_sym_as] = ACTIONS(3389), + [anon_sym_LBRACE] = ACTIONS(3389), + [anon_sym_COMMA] = ACTIONS(3389), + [anon_sym_RBRACE] = ACTIONS(3389), + [anon_sym_LPAREN] = ACTIONS(3389), + [anon_sym_RPAREN] = ACTIONS(3389), + [anon_sym_PIPE] = ACTIONS(3389), + [anon_sym_fn] = ACTIONS(3389), + [anon_sym_PLUS] = ACTIONS(3389), + [anon_sym_DASH] = ACTIONS(3389), + [anon_sym_STAR] = ACTIONS(3389), + [anon_sym_SLASH] = ACTIONS(3389), + [anon_sym_PERCENT] = ACTIONS(3389), + [anon_sym_LT] = ACTIONS(3389), + [anon_sym_GT] = ACTIONS(3389), + [anon_sym_EQ_EQ] = ACTIONS(3389), + [anon_sym_BANG_EQ] = ACTIONS(3389), + [anon_sym_LT_EQ] = ACTIONS(3389), + [anon_sym_GT_EQ] = ACTIONS(3389), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3389), + [anon_sym_LBRACK] = ACTIONS(3387), + [anon_sym_struct] = ACTIONS(3389), + [anon_sym_mut] = ACTIONS(3389), + [anon_sym_PLUS_PLUS] = ACTIONS(3389), + [anon_sym_DASH_DASH] = ACTIONS(3389), + [anon_sym_QMARK] = ACTIONS(3389), + [anon_sym_BANG] = ACTIONS(3389), + [anon_sym_go] = ACTIONS(3389), + [anon_sym_spawn] = ACTIONS(3389), + [anon_sym_json_DOTdecode] = ACTIONS(3389), + [anon_sym_LBRACK2] = ACTIONS(3389), + [anon_sym_TILDE] = ACTIONS(3389), + [anon_sym_CARET] = ACTIONS(3389), + [anon_sym_AMP] = ACTIONS(3389), + [anon_sym_LT_DASH] = ACTIONS(3389), + [anon_sym_LT_LT] = ACTIONS(3389), + [anon_sym_GT_GT] = ACTIONS(3389), + [anon_sym_GT_GT_GT] = ACTIONS(3389), + [anon_sym_AMP_CARET] = ACTIONS(3389), + [anon_sym_AMP_AMP] = ACTIONS(3389), + [anon_sym_PIPE_PIPE] = ACTIONS(3389), + [anon_sym_or] = ACTIONS(3389), + [sym_none] = ACTIONS(3389), + [sym_true] = ACTIONS(3389), + [sym_false] = ACTIONS(3389), + [sym_nil] = ACTIONS(3389), + [anon_sym_QMARK_DOT] = ACTIONS(3389), + [anon_sym_POUND_LBRACK] = ACTIONS(3389), + [anon_sym_if] = ACTIONS(3389), + [anon_sym_DOLLARif] = ACTIONS(3389), + [anon_sym_is] = ACTIONS(3389), + [anon_sym_BANGis] = ACTIONS(3389), + [anon_sym_in] = ACTIONS(3389), + [anon_sym_BANGin] = ACTIONS(3389), + [anon_sym_match] = ACTIONS(3389), + [anon_sym_select] = ACTIONS(3389), + [anon_sym_lock] = ACTIONS(3389), + [anon_sym_rlock] = ACTIONS(3389), + [anon_sym_unsafe] = ACTIONS(3389), + [anon_sym_sql] = ACTIONS(3389), + [sym_int_literal] = ACTIONS(3389), + [sym_float_literal] = ACTIONS(3389), + [sym_rune_literal] = ACTIONS(3389), + [sym_pseudo_compile_time_identifier] = ACTIONS(3389), + [anon_sym_shared] = ACTIONS(3389), + [anon_sym_map_LBRACK] = ACTIONS(3389), + [anon_sym_chan] = ACTIONS(3389), + [anon_sym_thread] = ACTIONS(3389), + [anon_sym_atomic] = ACTIONS(3389), + [sym___double_quote] = ACTIONS(3389), + [sym___single_quote] = ACTIONS(3389), + [sym___c_double_quote] = ACTIONS(3389), + [sym___c_single_quote] = ACTIONS(3389), + [sym___r_double_quote] = ACTIONS(3389), + [sym___r_single_quote] = ACTIONS(3389), }, [1174] = { [sym_line_comment] = STATE(1174), [sym_block_comment] = STATE(1174), - [sym_identifier] = ACTIONS(3195), - [anon_sym_LF] = ACTIONS(3195), - [anon_sym_CR] = ACTIONS(3195), - [anon_sym_CR_LF] = ACTIONS(3195), + [sym_identifier] = ACTIONS(3436), + [anon_sym_LF] = ACTIONS(3436), + [anon_sym_CR] = ACTIONS(3436), + [anon_sym_CR_LF] = ACTIONS(3436), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_DOT] = ACTIONS(3195), - [anon_sym_as] = ACTIONS(3195), - [anon_sym_LBRACE] = ACTIONS(3195), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(3195), - [anon_sym_RPAREN] = ACTIONS(3195), - [anon_sym_PIPE] = ACTIONS(3195), - [anon_sym_fn] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3195), - [anon_sym_DASH] = ACTIONS(3195), - [anon_sym_STAR] = ACTIONS(3195), - [anon_sym_SLASH] = ACTIONS(3195), - [anon_sym_PERCENT] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3195), - [anon_sym_GT] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3195), - [anon_sym_LBRACK] = ACTIONS(3193), - [anon_sym_struct] = ACTIONS(3195), - [anon_sym_mut] = ACTIONS(3195), - [anon_sym_PLUS_PLUS] = ACTIONS(3195), - [anon_sym_DASH_DASH] = ACTIONS(3195), - [anon_sym_QMARK] = ACTIONS(3195), - [anon_sym_BANG] = ACTIONS(3195), - [anon_sym_go] = ACTIONS(3195), - [anon_sym_spawn] = ACTIONS(3195), - [anon_sym_json_DOTdecode] = ACTIONS(3195), - [anon_sym_LBRACK2] = ACTIONS(3195), - [anon_sym_TILDE] = ACTIONS(3195), - [anon_sym_CARET] = ACTIONS(3195), - [anon_sym_AMP] = ACTIONS(3195), - [anon_sym_LT_DASH] = ACTIONS(3195), - [anon_sym_LT_LT] = ACTIONS(3195), - [anon_sym_GT_GT] = ACTIONS(3195), - [anon_sym_GT_GT_GT] = ACTIONS(3195), - [anon_sym_AMP_CARET] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_or] = ACTIONS(3195), - [sym_none] = ACTIONS(3195), - [sym_true] = ACTIONS(3195), - [sym_false] = ACTIONS(3195), - [sym_nil] = ACTIONS(3195), - [anon_sym_QMARK_DOT] = ACTIONS(3195), - [anon_sym_POUND_LBRACK] = ACTIONS(3195), - [anon_sym_if] = ACTIONS(3195), - [anon_sym_DOLLARif] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3195), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_in] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_match] = ACTIONS(3195), - [anon_sym_select] = ACTIONS(3195), - [anon_sym_lock] = ACTIONS(3195), - [anon_sym_rlock] = ACTIONS(3195), - [anon_sym_unsafe] = ACTIONS(3195), - [anon_sym_sql] = ACTIONS(3195), - [sym_int_literal] = ACTIONS(3195), - [sym_float_literal] = ACTIONS(3195), - [sym_rune_literal] = ACTIONS(3195), - [sym_pseudo_compile_time_identifier] = ACTIONS(3195), - [anon_sym_shared] = ACTIONS(3195), - [anon_sym_map_LBRACK] = ACTIONS(3195), - [anon_sym_chan] = ACTIONS(3195), - [anon_sym_thread] = ACTIONS(3195), - [anon_sym_atomic] = ACTIONS(3195), - [sym___double_quote] = ACTIONS(3195), - [sym___single_quote] = ACTIONS(3195), - [sym___c_double_quote] = ACTIONS(3195), - [sym___c_single_quote] = ACTIONS(3195), - [sym___r_double_quote] = ACTIONS(3195), - [sym___r_single_quote] = ACTIONS(3195), + [anon_sym_SEMI] = ACTIONS(3436), + [anon_sym_DOT] = ACTIONS(3436), + [anon_sym_as] = ACTIONS(3436), + [anon_sym_LBRACE] = ACTIONS(3436), + [anon_sym_COMMA] = ACTIONS(3436), + [anon_sym_RBRACE] = ACTIONS(3436), + [anon_sym_LPAREN] = ACTIONS(3436), + [anon_sym_RPAREN] = ACTIONS(3436), + [anon_sym_PIPE] = ACTIONS(3436), + [anon_sym_fn] = ACTIONS(3436), + [anon_sym_PLUS] = ACTIONS(3436), + [anon_sym_DASH] = ACTIONS(3436), + [anon_sym_STAR] = ACTIONS(3436), + [anon_sym_SLASH] = ACTIONS(3436), + [anon_sym_PERCENT] = ACTIONS(3436), + [anon_sym_LT] = ACTIONS(3436), + [anon_sym_GT] = ACTIONS(3436), + [anon_sym_EQ_EQ] = ACTIONS(3436), + [anon_sym_BANG_EQ] = ACTIONS(3436), + [anon_sym_LT_EQ] = ACTIONS(3436), + [anon_sym_GT_EQ] = ACTIONS(3436), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3436), + [anon_sym_LBRACK] = ACTIONS(3434), + [anon_sym_struct] = ACTIONS(3436), + [anon_sym_mut] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3436), + [anon_sym_DASH_DASH] = ACTIONS(3436), + [anon_sym_QMARK] = ACTIONS(3436), + [anon_sym_BANG] = ACTIONS(3436), + [anon_sym_go] = ACTIONS(3436), + [anon_sym_spawn] = ACTIONS(3436), + [anon_sym_json_DOTdecode] = ACTIONS(3436), + [anon_sym_LBRACK2] = ACTIONS(3436), + [anon_sym_TILDE] = ACTIONS(3436), + [anon_sym_CARET] = ACTIONS(3436), + [anon_sym_AMP] = ACTIONS(3436), + [anon_sym_LT_DASH] = ACTIONS(3436), + [anon_sym_LT_LT] = ACTIONS(3436), + [anon_sym_GT_GT] = ACTIONS(3436), + [anon_sym_GT_GT_GT] = ACTIONS(3436), + [anon_sym_AMP_CARET] = ACTIONS(3436), + [anon_sym_AMP_AMP] = ACTIONS(3436), + [anon_sym_PIPE_PIPE] = ACTIONS(3436), + [anon_sym_or] = ACTIONS(3436), + [sym_none] = ACTIONS(3436), + [sym_true] = ACTIONS(3436), + [sym_false] = ACTIONS(3436), + [sym_nil] = ACTIONS(3436), + [anon_sym_QMARK_DOT] = ACTIONS(3436), + [anon_sym_POUND_LBRACK] = ACTIONS(3436), + [anon_sym_if] = ACTIONS(3436), + [anon_sym_DOLLARif] = ACTIONS(3436), + [anon_sym_is] = ACTIONS(3436), + [anon_sym_BANGis] = ACTIONS(3436), + [anon_sym_in] = ACTIONS(3436), + [anon_sym_BANGin] = ACTIONS(3436), + [anon_sym_match] = ACTIONS(3436), + [anon_sym_select] = ACTIONS(3436), + [anon_sym_lock] = ACTIONS(3436), + [anon_sym_rlock] = ACTIONS(3436), + [anon_sym_unsafe] = ACTIONS(3436), + [anon_sym_sql] = ACTIONS(3436), + [sym_int_literal] = ACTIONS(3436), + [sym_float_literal] = ACTIONS(3436), + [sym_rune_literal] = ACTIONS(3436), + [sym_pseudo_compile_time_identifier] = ACTIONS(3436), + [anon_sym_shared] = ACTIONS(3436), + [anon_sym_map_LBRACK] = ACTIONS(3436), + [anon_sym_chan] = ACTIONS(3436), + [anon_sym_thread] = ACTIONS(3436), + [anon_sym_atomic] = ACTIONS(3436), + [sym___double_quote] = ACTIONS(3436), + [sym___single_quote] = ACTIONS(3436), + [sym___c_double_quote] = ACTIONS(3436), + [sym___c_single_quote] = ACTIONS(3436), + [sym___r_double_quote] = ACTIONS(3436), + [sym___r_single_quote] = ACTIONS(3436), }, [1175] = { [sym_line_comment] = STATE(1175), [sym_block_comment] = STATE(1175), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(563), - [anon_sym_DOT] = ACTIONS(563), - [anon_sym_as] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(563), - [anon_sym_COMMA] = ACTIONS(563), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_EQ] = ACTIONS(565), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(565), - [anon_sym_SLASH] = ACTIONS(565), - [anon_sym_PERCENT] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_EQ_EQ] = ACTIONS(563), - [anon_sym_BANG_EQ] = ACTIONS(563), - [anon_sym_LT_EQ] = ACTIONS(563), - [anon_sym_GT_EQ] = ACTIONS(563), - [anon_sym_LBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(563), - [anon_sym_DASH_DASH] = ACTIONS(563), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_LBRACK2] = ACTIONS(565), - [anon_sym_CARET] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(565), - [anon_sym_LT_LT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(565), - [anon_sym_GT_GT_GT] = ACTIONS(565), - [anon_sym_AMP_CARET] = ACTIONS(565), - [anon_sym_AMP_AMP] = ACTIONS(563), - [anon_sym_PIPE_PIPE] = ACTIONS(563), - [anon_sym_or] = ACTIONS(565), - [anon_sym_QMARK_DOT] = ACTIONS(563), - [anon_sym_POUND_LBRACK] = ACTIONS(563), - [anon_sym_is] = ACTIONS(565), - [anon_sym_BANGis] = ACTIONS(563), - [anon_sym_in] = ACTIONS(565), - [anon_sym_BANGin] = ACTIONS(563), - [anon_sym_STAR_EQ] = ACTIONS(563), - [anon_sym_SLASH_EQ] = ACTIONS(563), - [anon_sym_PERCENT_EQ] = ACTIONS(563), - [anon_sym_LT_LT_EQ] = ACTIONS(563), - [anon_sym_GT_GT_EQ] = ACTIONS(563), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(563), - [anon_sym_AMP_EQ] = ACTIONS(563), - [anon_sym_AMP_CARET_EQ] = ACTIONS(563), - [anon_sym_PLUS_EQ] = ACTIONS(563), - [anon_sym_DASH_EQ] = ACTIONS(563), - [anon_sym_PIPE_EQ] = ACTIONS(563), - [anon_sym_CARET_EQ] = ACTIONS(563), - [anon_sym_COLON_EQ] = ACTIONS(563), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), + [sym_identifier] = ACTIONS(3065), + [anon_sym_LF] = ACTIONS(3065), + [anon_sym_CR] = ACTIONS(3065), + [anon_sym_CR_LF] = ACTIONS(3065), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3065), + [anon_sym_DOT] = ACTIONS(3065), + [anon_sym_as] = ACTIONS(3065), + [anon_sym_LBRACE] = ACTIONS(3065), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(3065), + [anon_sym_RPAREN] = ACTIONS(3065), + [anon_sym_PIPE] = ACTIONS(3065), + [anon_sym_fn] = ACTIONS(3065), + [anon_sym_PLUS] = ACTIONS(3065), + [anon_sym_DASH] = ACTIONS(3065), + [anon_sym_STAR] = ACTIONS(3065), + [anon_sym_SLASH] = ACTIONS(3065), + [anon_sym_PERCENT] = ACTIONS(3065), + [anon_sym_LT] = ACTIONS(3065), + [anon_sym_GT] = ACTIONS(3065), + [anon_sym_EQ_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(3065), + [anon_sym_LT_EQ] = ACTIONS(3065), + [anon_sym_GT_EQ] = ACTIONS(3065), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3065), + [anon_sym_LBRACK] = ACTIONS(3063), + [anon_sym_struct] = ACTIONS(3065), + [anon_sym_mut] = ACTIONS(3065), + [anon_sym_PLUS_PLUS] = ACTIONS(3065), + [anon_sym_DASH_DASH] = ACTIONS(3065), + [anon_sym_QMARK] = ACTIONS(3065), + [anon_sym_BANG] = ACTIONS(3065), + [anon_sym_go] = ACTIONS(3065), + [anon_sym_spawn] = ACTIONS(3065), + [anon_sym_json_DOTdecode] = ACTIONS(3065), + [anon_sym_LBRACK2] = ACTIONS(3065), + [anon_sym_TILDE] = ACTIONS(3065), + [anon_sym_CARET] = ACTIONS(3065), + [anon_sym_AMP] = ACTIONS(3065), + [anon_sym_LT_DASH] = ACTIONS(3065), + [anon_sym_LT_LT] = ACTIONS(3065), + [anon_sym_GT_GT] = ACTIONS(3065), + [anon_sym_GT_GT_GT] = ACTIONS(3065), + [anon_sym_AMP_CARET] = ACTIONS(3065), + [anon_sym_AMP_AMP] = ACTIONS(3065), + [anon_sym_PIPE_PIPE] = ACTIONS(3065), + [anon_sym_or] = ACTIONS(3065), + [sym_none] = ACTIONS(3065), + [sym_true] = ACTIONS(3065), + [sym_false] = ACTIONS(3065), + [sym_nil] = ACTIONS(3065), + [anon_sym_QMARK_DOT] = ACTIONS(3065), + [anon_sym_POUND_LBRACK] = ACTIONS(3065), + [anon_sym_if] = ACTIONS(3065), + [anon_sym_DOLLARif] = ACTIONS(3065), + [anon_sym_is] = ACTIONS(3065), + [anon_sym_BANGis] = ACTIONS(3065), + [anon_sym_in] = ACTIONS(3065), + [anon_sym_BANGin] = ACTIONS(3065), + [anon_sym_match] = ACTIONS(3065), + [anon_sym_select] = ACTIONS(3065), + [anon_sym_lock] = ACTIONS(3065), + [anon_sym_rlock] = ACTIONS(3065), + [anon_sym_unsafe] = ACTIONS(3065), + [anon_sym_sql] = ACTIONS(3065), + [sym_int_literal] = ACTIONS(3065), + [sym_float_literal] = ACTIONS(3065), + [sym_rune_literal] = ACTIONS(3065), + [sym_pseudo_compile_time_identifier] = ACTIONS(3065), + [anon_sym_shared] = ACTIONS(3065), + [anon_sym_map_LBRACK] = ACTIONS(3065), + [anon_sym_chan] = ACTIONS(3065), + [anon_sym_thread] = ACTIONS(3065), + [anon_sym_atomic] = ACTIONS(3065), + [sym___double_quote] = ACTIONS(3065), + [sym___single_quote] = ACTIONS(3065), + [sym___c_double_quote] = ACTIONS(3065), + [sym___c_single_quote] = ACTIONS(3065), + [sym___r_double_quote] = ACTIONS(3065), + [sym___r_single_quote] = ACTIONS(3065), }, [1176] = { [sym_line_comment] = STATE(1176), [sym_block_comment] = STATE(1176), - [sym_identifier] = ACTIONS(3211), - [anon_sym_LF] = ACTIONS(3211), - [anon_sym_CR] = ACTIONS(3211), - [anon_sym_CR_LF] = ACTIONS(3211), + [sym_identifier] = ACTIONS(3097), + [anon_sym_LF] = ACTIONS(3097), + [anon_sym_CR] = ACTIONS(3097), + [anon_sym_CR_LF] = ACTIONS(3097), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3211), - [anon_sym_DOT] = ACTIONS(3211), - [anon_sym_as] = ACTIONS(3211), - [anon_sym_LBRACE] = ACTIONS(3211), - [anon_sym_COMMA] = ACTIONS(3211), - [anon_sym_RBRACE] = ACTIONS(3211), - [anon_sym_LPAREN] = ACTIONS(3211), - [anon_sym_RPAREN] = ACTIONS(3211), - [anon_sym_PIPE] = ACTIONS(3211), - [anon_sym_fn] = ACTIONS(3211), - [anon_sym_PLUS] = ACTIONS(3211), - [anon_sym_DASH] = ACTIONS(3211), - [anon_sym_STAR] = ACTIONS(3211), - [anon_sym_SLASH] = ACTIONS(3211), - [anon_sym_PERCENT] = ACTIONS(3211), - [anon_sym_LT] = ACTIONS(3211), - [anon_sym_GT] = ACTIONS(3211), - [anon_sym_EQ_EQ] = ACTIONS(3211), - [anon_sym_BANG_EQ] = ACTIONS(3211), - [anon_sym_LT_EQ] = ACTIONS(3211), - [anon_sym_GT_EQ] = ACTIONS(3211), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3211), - [anon_sym_LBRACK] = ACTIONS(3209), - [anon_sym_struct] = ACTIONS(3211), - [anon_sym_mut] = ACTIONS(3211), - [anon_sym_PLUS_PLUS] = ACTIONS(3211), - [anon_sym_DASH_DASH] = ACTIONS(3211), - [anon_sym_QMARK] = ACTIONS(3211), - [anon_sym_BANG] = ACTIONS(3211), - [anon_sym_go] = ACTIONS(3211), - [anon_sym_spawn] = ACTIONS(3211), - [anon_sym_json_DOTdecode] = ACTIONS(3211), - [anon_sym_LBRACK2] = ACTIONS(3211), - [anon_sym_TILDE] = ACTIONS(3211), - [anon_sym_CARET] = ACTIONS(3211), - [anon_sym_AMP] = ACTIONS(3211), - [anon_sym_LT_DASH] = ACTIONS(3211), - [anon_sym_LT_LT] = ACTIONS(3211), - [anon_sym_GT_GT] = ACTIONS(3211), - [anon_sym_GT_GT_GT] = ACTIONS(3211), - [anon_sym_AMP_CARET] = ACTIONS(3211), - [anon_sym_AMP_AMP] = ACTIONS(3211), - [anon_sym_PIPE_PIPE] = ACTIONS(3211), - [anon_sym_or] = ACTIONS(3211), - [sym_none] = ACTIONS(3211), - [sym_true] = ACTIONS(3211), - [sym_false] = ACTIONS(3211), - [sym_nil] = ACTIONS(3211), - [anon_sym_QMARK_DOT] = ACTIONS(3211), - [anon_sym_POUND_LBRACK] = ACTIONS(3211), - [anon_sym_if] = ACTIONS(3211), - [anon_sym_DOLLARif] = ACTIONS(3211), - [anon_sym_is] = ACTIONS(3211), - [anon_sym_BANGis] = ACTIONS(3211), - [anon_sym_in] = ACTIONS(3211), - [anon_sym_BANGin] = ACTIONS(3211), - [anon_sym_match] = ACTIONS(3211), - [anon_sym_select] = ACTIONS(3211), - [anon_sym_lock] = ACTIONS(3211), - [anon_sym_rlock] = ACTIONS(3211), - [anon_sym_unsafe] = ACTIONS(3211), - [anon_sym_sql] = ACTIONS(3211), - [sym_int_literal] = ACTIONS(3211), - [sym_float_literal] = ACTIONS(3211), - [sym_rune_literal] = ACTIONS(3211), - [sym_pseudo_compile_time_identifier] = ACTIONS(3211), - [anon_sym_shared] = ACTIONS(3211), - [anon_sym_map_LBRACK] = ACTIONS(3211), - [anon_sym_chan] = ACTIONS(3211), - [anon_sym_thread] = ACTIONS(3211), - [anon_sym_atomic] = ACTIONS(3211), - [sym___double_quote] = ACTIONS(3211), - [sym___single_quote] = ACTIONS(3211), - [sym___c_double_quote] = ACTIONS(3211), - [sym___c_single_quote] = ACTIONS(3211), - [sym___r_double_quote] = ACTIONS(3211), - [sym___r_single_quote] = ACTIONS(3211), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_DOT] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(3097), + [anon_sym_LBRACE] = ACTIONS(3097), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3097), + [anon_sym_RPAREN] = ACTIONS(3097), + [anon_sym_PIPE] = ACTIONS(3097), + [anon_sym_fn] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3097), + [anon_sym_DASH] = ACTIONS(3097), + [anon_sym_STAR] = ACTIONS(3097), + [anon_sym_SLASH] = ACTIONS(3097), + [anon_sym_PERCENT] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(3097), + [anon_sym_GT] = ACTIONS(3097), + [anon_sym_EQ_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(3097), + [anon_sym_LT_EQ] = ACTIONS(3097), + [anon_sym_GT_EQ] = ACTIONS(3097), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3097), + [anon_sym_LBRACK] = ACTIONS(3095), + [anon_sym_struct] = ACTIONS(3097), + [anon_sym_mut] = ACTIONS(3097), + [anon_sym_PLUS_PLUS] = ACTIONS(3097), + [anon_sym_DASH_DASH] = ACTIONS(3097), + [anon_sym_QMARK] = ACTIONS(3097), + [anon_sym_BANG] = ACTIONS(3097), + [anon_sym_go] = ACTIONS(3097), + [anon_sym_spawn] = ACTIONS(3097), + [anon_sym_json_DOTdecode] = ACTIONS(3097), + [anon_sym_LBRACK2] = ACTIONS(3097), + [anon_sym_TILDE] = ACTIONS(3097), + [anon_sym_CARET] = ACTIONS(3097), + [anon_sym_AMP] = ACTIONS(3097), + [anon_sym_LT_DASH] = ACTIONS(3097), + [anon_sym_LT_LT] = ACTIONS(3097), + [anon_sym_GT_GT] = ACTIONS(3097), + [anon_sym_GT_GT_GT] = ACTIONS(3097), + [anon_sym_AMP_CARET] = ACTIONS(3097), + [anon_sym_AMP_AMP] = ACTIONS(3097), + [anon_sym_PIPE_PIPE] = ACTIONS(3097), + [anon_sym_or] = ACTIONS(3097), + [sym_none] = ACTIONS(3097), + [sym_true] = ACTIONS(3097), + [sym_false] = ACTIONS(3097), + [sym_nil] = ACTIONS(3097), + [anon_sym_QMARK_DOT] = ACTIONS(3097), + [anon_sym_POUND_LBRACK] = ACTIONS(3097), + [anon_sym_if] = ACTIONS(3097), + [anon_sym_DOLLARif] = ACTIONS(3097), + [anon_sym_is] = ACTIONS(3097), + [anon_sym_BANGis] = ACTIONS(3097), + [anon_sym_in] = ACTIONS(3097), + [anon_sym_BANGin] = ACTIONS(3097), + [anon_sym_match] = ACTIONS(3097), + [anon_sym_select] = ACTIONS(3097), + [anon_sym_lock] = ACTIONS(3097), + [anon_sym_rlock] = ACTIONS(3097), + [anon_sym_unsafe] = ACTIONS(3097), + [anon_sym_sql] = ACTIONS(3097), + [sym_int_literal] = ACTIONS(3097), + [sym_float_literal] = ACTIONS(3097), + [sym_rune_literal] = ACTIONS(3097), + [sym_pseudo_compile_time_identifier] = ACTIONS(3097), + [anon_sym_shared] = ACTIONS(3097), + [anon_sym_map_LBRACK] = ACTIONS(3097), + [anon_sym_chan] = ACTIONS(3097), + [anon_sym_thread] = ACTIONS(3097), + [anon_sym_atomic] = ACTIONS(3097), + [sym___double_quote] = ACTIONS(3097), + [sym___single_quote] = ACTIONS(3097), + [sym___c_double_quote] = ACTIONS(3097), + [sym___c_single_quote] = ACTIONS(3097), + [sym___r_double_quote] = ACTIONS(3097), + [sym___r_single_quote] = ACTIONS(3097), }, [1177] = { [sym_line_comment] = STATE(1177), [sym_block_comment] = STATE(1177), - [sym_identifier] = ACTIONS(3191), - [anon_sym_LF] = ACTIONS(3191), - [anon_sym_CR] = ACTIONS(3191), - [anon_sym_CR_LF] = ACTIONS(3191), + [sym_identifier] = ACTIONS(3261), + [anon_sym_LF] = ACTIONS(3261), + [anon_sym_CR] = ACTIONS(3261), + [anon_sym_CR_LF] = ACTIONS(3261), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3191), - [anon_sym_DOT] = ACTIONS(3191), - [anon_sym_as] = ACTIONS(3191), - [anon_sym_LBRACE] = ACTIONS(3191), - [anon_sym_COMMA] = ACTIONS(3191), - [anon_sym_RBRACE] = ACTIONS(3191), - [anon_sym_LPAREN] = ACTIONS(3191), - [anon_sym_RPAREN] = ACTIONS(3191), - [anon_sym_PIPE] = ACTIONS(3191), - [anon_sym_fn] = ACTIONS(3191), - [anon_sym_PLUS] = ACTIONS(3191), - [anon_sym_DASH] = ACTIONS(3191), - [anon_sym_STAR] = ACTIONS(3191), - [anon_sym_SLASH] = ACTIONS(3191), - [anon_sym_PERCENT] = ACTIONS(3191), - [anon_sym_LT] = ACTIONS(3191), - [anon_sym_GT] = ACTIONS(3191), - [anon_sym_EQ_EQ] = ACTIONS(3191), - [anon_sym_BANG_EQ] = ACTIONS(3191), - [anon_sym_LT_EQ] = ACTIONS(3191), - [anon_sym_GT_EQ] = ACTIONS(3191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3191), - [anon_sym_LBRACK] = ACTIONS(3189), - [anon_sym_struct] = ACTIONS(3191), - [anon_sym_mut] = ACTIONS(3191), - [anon_sym_PLUS_PLUS] = ACTIONS(3191), - [anon_sym_DASH_DASH] = ACTIONS(3191), - [anon_sym_QMARK] = ACTIONS(3191), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_go] = ACTIONS(3191), - [anon_sym_spawn] = ACTIONS(3191), - [anon_sym_json_DOTdecode] = ACTIONS(3191), - [anon_sym_LBRACK2] = ACTIONS(3191), - [anon_sym_TILDE] = ACTIONS(3191), - [anon_sym_CARET] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3191), - [anon_sym_LT_DASH] = ACTIONS(3191), - [anon_sym_LT_LT] = ACTIONS(3191), - [anon_sym_GT_GT] = ACTIONS(3191), - [anon_sym_GT_GT_GT] = ACTIONS(3191), - [anon_sym_AMP_CARET] = ACTIONS(3191), - [anon_sym_AMP_AMP] = ACTIONS(3191), - [anon_sym_PIPE_PIPE] = ACTIONS(3191), - [anon_sym_or] = ACTIONS(3191), - [sym_none] = ACTIONS(3191), - [sym_true] = ACTIONS(3191), - [sym_false] = ACTIONS(3191), - [sym_nil] = ACTIONS(3191), - [anon_sym_QMARK_DOT] = ACTIONS(3191), - [anon_sym_POUND_LBRACK] = ACTIONS(3191), - [anon_sym_if] = ACTIONS(3191), - [anon_sym_DOLLARif] = ACTIONS(3191), - [anon_sym_is] = ACTIONS(3191), - [anon_sym_BANGis] = ACTIONS(3191), - [anon_sym_in] = ACTIONS(3191), - [anon_sym_BANGin] = ACTIONS(3191), - [anon_sym_match] = ACTIONS(3191), - [anon_sym_select] = ACTIONS(3191), - [anon_sym_lock] = ACTIONS(3191), - [anon_sym_rlock] = ACTIONS(3191), - [anon_sym_unsafe] = ACTIONS(3191), - [anon_sym_sql] = ACTIONS(3191), - [sym_int_literal] = ACTIONS(3191), - [sym_float_literal] = ACTIONS(3191), - [sym_rune_literal] = ACTIONS(3191), - [sym_pseudo_compile_time_identifier] = ACTIONS(3191), - [anon_sym_shared] = ACTIONS(3191), - [anon_sym_map_LBRACK] = ACTIONS(3191), - [anon_sym_chan] = ACTIONS(3191), - [anon_sym_thread] = ACTIONS(3191), - [anon_sym_atomic] = ACTIONS(3191), - [sym___double_quote] = ACTIONS(3191), - [sym___single_quote] = ACTIONS(3191), - [sym___c_double_quote] = ACTIONS(3191), - [sym___c_single_quote] = ACTIONS(3191), - [sym___r_double_quote] = ACTIONS(3191), - [sym___r_single_quote] = ACTIONS(3191), + [anon_sym_SEMI] = ACTIONS(3261), + [anon_sym_DOT] = ACTIONS(3261), + [anon_sym_as] = ACTIONS(3261), + [anon_sym_LBRACE] = ACTIONS(3261), + [anon_sym_COMMA] = ACTIONS(3261), + [anon_sym_RBRACE] = ACTIONS(3261), + [anon_sym_LPAREN] = ACTIONS(3261), + [anon_sym_RPAREN] = ACTIONS(3261), + [anon_sym_PIPE] = ACTIONS(3261), + [anon_sym_fn] = ACTIONS(3261), + [anon_sym_PLUS] = ACTIONS(3261), + [anon_sym_DASH] = ACTIONS(3261), + [anon_sym_STAR] = ACTIONS(3261), + [anon_sym_SLASH] = ACTIONS(3261), + [anon_sym_PERCENT] = ACTIONS(3261), + [anon_sym_LT] = ACTIONS(3261), + [anon_sym_GT] = ACTIONS(3261), + [anon_sym_EQ_EQ] = ACTIONS(3261), + [anon_sym_BANG_EQ] = ACTIONS(3261), + [anon_sym_LT_EQ] = ACTIONS(3261), + [anon_sym_GT_EQ] = ACTIONS(3261), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3261), + [anon_sym_LBRACK] = ACTIONS(3259), + [anon_sym_struct] = ACTIONS(3261), + [anon_sym_mut] = ACTIONS(3261), + [anon_sym_PLUS_PLUS] = ACTIONS(3261), + [anon_sym_DASH_DASH] = ACTIONS(3261), + [anon_sym_QMARK] = ACTIONS(3261), + [anon_sym_BANG] = ACTIONS(3261), + [anon_sym_go] = ACTIONS(3261), + [anon_sym_spawn] = ACTIONS(3261), + [anon_sym_json_DOTdecode] = ACTIONS(3261), + [anon_sym_LBRACK2] = ACTIONS(3261), + [anon_sym_TILDE] = ACTIONS(3261), + [anon_sym_CARET] = ACTIONS(3261), + [anon_sym_AMP] = ACTIONS(3261), + [anon_sym_LT_DASH] = ACTIONS(3261), + [anon_sym_LT_LT] = ACTIONS(3261), + [anon_sym_GT_GT] = ACTIONS(3261), + [anon_sym_GT_GT_GT] = ACTIONS(3261), + [anon_sym_AMP_CARET] = ACTIONS(3261), + [anon_sym_AMP_AMP] = ACTIONS(3261), + [anon_sym_PIPE_PIPE] = ACTIONS(3261), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(3261), + [sym_true] = ACTIONS(3261), + [sym_false] = ACTIONS(3261), + [sym_nil] = ACTIONS(3261), + [anon_sym_QMARK_DOT] = ACTIONS(3261), + [anon_sym_POUND_LBRACK] = ACTIONS(3261), + [anon_sym_if] = ACTIONS(3261), + [anon_sym_DOLLARif] = ACTIONS(3261), + [anon_sym_is] = ACTIONS(3261), + [anon_sym_BANGis] = ACTIONS(3261), + [anon_sym_in] = ACTIONS(3261), + [anon_sym_BANGin] = ACTIONS(3261), + [anon_sym_match] = ACTIONS(3261), + [anon_sym_select] = ACTIONS(3261), + [anon_sym_lock] = ACTIONS(3261), + [anon_sym_rlock] = ACTIONS(3261), + [anon_sym_unsafe] = ACTIONS(3261), + [anon_sym_sql] = ACTIONS(3261), + [sym_int_literal] = ACTIONS(3261), + [sym_float_literal] = ACTIONS(3261), + [sym_rune_literal] = ACTIONS(3261), + [sym_pseudo_compile_time_identifier] = ACTIONS(3261), + [anon_sym_shared] = ACTIONS(3261), + [anon_sym_map_LBRACK] = ACTIONS(3261), + [anon_sym_chan] = ACTIONS(3261), + [anon_sym_thread] = ACTIONS(3261), + [anon_sym_atomic] = ACTIONS(3261), + [sym___double_quote] = ACTIONS(3261), + [sym___single_quote] = ACTIONS(3261), + [sym___c_double_quote] = ACTIONS(3261), + [sym___c_single_quote] = ACTIONS(3261), + [sym___r_double_quote] = ACTIONS(3261), + [sym___r_single_quote] = ACTIONS(3261), }, [1178] = { [sym_line_comment] = STATE(1178), [sym_block_comment] = STATE(1178), - [sym_identifier] = ACTIONS(3187), - [anon_sym_LF] = ACTIONS(3187), - [anon_sym_CR] = ACTIONS(3187), - [anon_sym_CR_LF] = ACTIONS(3187), + [sym_identifier] = ACTIONS(3265), + [anon_sym_LF] = ACTIONS(3265), + [anon_sym_CR] = ACTIONS(3265), + [anon_sym_CR_LF] = ACTIONS(3265), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3187), - [anon_sym_DOT] = ACTIONS(3187), - [anon_sym_as] = ACTIONS(3187), - [anon_sym_LBRACE] = ACTIONS(3187), - [anon_sym_COMMA] = ACTIONS(3187), - [anon_sym_RBRACE] = ACTIONS(3187), - [anon_sym_LPAREN] = ACTIONS(3187), - [anon_sym_RPAREN] = ACTIONS(3187), - [anon_sym_PIPE] = ACTIONS(3187), - [anon_sym_fn] = ACTIONS(3187), - [anon_sym_PLUS] = ACTIONS(3187), - [anon_sym_DASH] = ACTIONS(3187), - [anon_sym_STAR] = ACTIONS(3187), - [anon_sym_SLASH] = ACTIONS(3187), - [anon_sym_PERCENT] = ACTIONS(3187), - [anon_sym_LT] = ACTIONS(3187), - [anon_sym_GT] = ACTIONS(3187), - [anon_sym_EQ_EQ] = ACTIONS(3187), - [anon_sym_BANG_EQ] = ACTIONS(3187), - [anon_sym_LT_EQ] = ACTIONS(3187), - [anon_sym_GT_EQ] = ACTIONS(3187), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3187), - [anon_sym_LBRACK] = ACTIONS(3185), - [anon_sym_struct] = ACTIONS(3187), - [anon_sym_mut] = ACTIONS(3187), - [anon_sym_PLUS_PLUS] = ACTIONS(3187), - [anon_sym_DASH_DASH] = ACTIONS(3187), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_BANG] = ACTIONS(3187), - [anon_sym_go] = ACTIONS(3187), - [anon_sym_spawn] = ACTIONS(3187), - [anon_sym_json_DOTdecode] = ACTIONS(3187), - [anon_sym_LBRACK2] = ACTIONS(3187), - [anon_sym_TILDE] = ACTIONS(3187), - [anon_sym_CARET] = ACTIONS(3187), - [anon_sym_AMP] = ACTIONS(3187), - [anon_sym_LT_DASH] = ACTIONS(3187), - [anon_sym_LT_LT] = ACTIONS(3187), - [anon_sym_GT_GT] = ACTIONS(3187), - [anon_sym_GT_GT_GT] = ACTIONS(3187), - [anon_sym_AMP_CARET] = ACTIONS(3187), - [anon_sym_AMP_AMP] = ACTIONS(3187), - [anon_sym_PIPE_PIPE] = ACTIONS(3187), - [anon_sym_or] = ACTIONS(3187), - [sym_none] = ACTIONS(3187), - [sym_true] = ACTIONS(3187), - [sym_false] = ACTIONS(3187), - [sym_nil] = ACTIONS(3187), - [anon_sym_QMARK_DOT] = ACTIONS(3187), - [anon_sym_POUND_LBRACK] = ACTIONS(3187), - [anon_sym_if] = ACTIONS(3187), - [anon_sym_DOLLARif] = ACTIONS(3187), - [anon_sym_is] = ACTIONS(3187), - [anon_sym_BANGis] = ACTIONS(3187), - [anon_sym_in] = ACTIONS(3187), - [anon_sym_BANGin] = ACTIONS(3187), - [anon_sym_match] = ACTIONS(3187), - [anon_sym_select] = ACTIONS(3187), - [anon_sym_lock] = ACTIONS(3187), - [anon_sym_rlock] = ACTIONS(3187), - [anon_sym_unsafe] = ACTIONS(3187), - [anon_sym_sql] = ACTIONS(3187), - [sym_int_literal] = ACTIONS(3187), - [sym_float_literal] = ACTIONS(3187), - [sym_rune_literal] = ACTIONS(3187), - [sym_pseudo_compile_time_identifier] = ACTIONS(3187), - [anon_sym_shared] = ACTIONS(3187), - [anon_sym_map_LBRACK] = ACTIONS(3187), - [anon_sym_chan] = ACTIONS(3187), - [anon_sym_thread] = ACTIONS(3187), - [anon_sym_atomic] = ACTIONS(3187), - [sym___double_quote] = ACTIONS(3187), - [sym___single_quote] = ACTIONS(3187), - [sym___c_double_quote] = ACTIONS(3187), - [sym___c_single_quote] = ACTIONS(3187), - [sym___r_double_quote] = ACTIONS(3187), - [sym___r_single_quote] = ACTIONS(3187), + [anon_sym_SEMI] = ACTIONS(3265), + [anon_sym_DOT] = ACTIONS(3265), + [anon_sym_as] = ACTIONS(3265), + [anon_sym_LBRACE] = ACTIONS(3265), + [anon_sym_COMMA] = ACTIONS(3265), + [anon_sym_RBRACE] = ACTIONS(3265), + [anon_sym_LPAREN] = ACTIONS(3265), + [anon_sym_RPAREN] = ACTIONS(3265), + [anon_sym_PIPE] = ACTIONS(3265), + [anon_sym_fn] = ACTIONS(3265), + [anon_sym_PLUS] = ACTIONS(3265), + [anon_sym_DASH] = ACTIONS(3265), + [anon_sym_STAR] = ACTIONS(3265), + [anon_sym_SLASH] = ACTIONS(3265), + [anon_sym_PERCENT] = ACTIONS(3265), + [anon_sym_LT] = ACTIONS(3265), + [anon_sym_GT] = ACTIONS(3265), + [anon_sym_EQ_EQ] = ACTIONS(3265), + [anon_sym_BANG_EQ] = ACTIONS(3265), + [anon_sym_LT_EQ] = ACTIONS(3265), + [anon_sym_GT_EQ] = ACTIONS(3265), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3265), + [anon_sym_LBRACK] = ACTIONS(3263), + [anon_sym_struct] = ACTIONS(3265), + [anon_sym_mut] = ACTIONS(3265), + [anon_sym_PLUS_PLUS] = ACTIONS(3265), + [anon_sym_DASH_DASH] = ACTIONS(3265), + [anon_sym_QMARK] = ACTIONS(3265), + [anon_sym_BANG] = ACTIONS(3265), + [anon_sym_go] = ACTIONS(3265), + [anon_sym_spawn] = ACTIONS(3265), + [anon_sym_json_DOTdecode] = ACTIONS(3265), + [anon_sym_LBRACK2] = ACTIONS(3265), + [anon_sym_TILDE] = ACTIONS(3265), + [anon_sym_CARET] = ACTIONS(3265), + [anon_sym_AMP] = ACTIONS(3265), + [anon_sym_LT_DASH] = ACTIONS(3265), + [anon_sym_LT_LT] = ACTIONS(3265), + [anon_sym_GT_GT] = ACTIONS(3265), + [anon_sym_GT_GT_GT] = ACTIONS(3265), + [anon_sym_AMP_CARET] = ACTIONS(3265), + [anon_sym_AMP_AMP] = ACTIONS(3265), + [anon_sym_PIPE_PIPE] = ACTIONS(3265), + [anon_sym_or] = ACTIONS(3265), + [sym_none] = ACTIONS(3265), + [sym_true] = ACTIONS(3265), + [sym_false] = ACTIONS(3265), + [sym_nil] = ACTIONS(3265), + [anon_sym_QMARK_DOT] = ACTIONS(3265), + [anon_sym_POUND_LBRACK] = ACTIONS(3265), + [anon_sym_if] = ACTIONS(3265), + [anon_sym_DOLLARif] = ACTIONS(3265), + [anon_sym_is] = ACTIONS(3265), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3265), + [anon_sym_BANGin] = ACTIONS(3265), + [anon_sym_match] = ACTIONS(3265), + [anon_sym_select] = ACTIONS(3265), + [anon_sym_lock] = ACTIONS(3265), + [anon_sym_rlock] = ACTIONS(3265), + [anon_sym_unsafe] = ACTIONS(3265), + [anon_sym_sql] = ACTIONS(3265), + [sym_int_literal] = ACTIONS(3265), + [sym_float_literal] = ACTIONS(3265), + [sym_rune_literal] = ACTIONS(3265), + [sym_pseudo_compile_time_identifier] = ACTIONS(3265), + [anon_sym_shared] = ACTIONS(3265), + [anon_sym_map_LBRACK] = ACTIONS(3265), + [anon_sym_chan] = ACTIONS(3265), + [anon_sym_thread] = ACTIONS(3265), + [anon_sym_atomic] = ACTIONS(3265), + [sym___double_quote] = ACTIONS(3265), + [sym___single_quote] = ACTIONS(3265), + [sym___c_double_quote] = ACTIONS(3265), + [sym___c_single_quote] = ACTIONS(3265), + [sym___r_double_quote] = ACTIONS(3265), + [sym___r_single_quote] = ACTIONS(3265), }, [1179] = { [sym_line_comment] = STATE(1179), [sym_block_comment] = STATE(1179), - [sym_identifier] = ACTIONS(3183), - [anon_sym_LF] = ACTIONS(3183), - [anon_sym_CR] = ACTIONS(3183), - [anon_sym_CR_LF] = ACTIONS(3183), + [sym_identifier] = ACTIONS(3093), + [anon_sym_LF] = ACTIONS(3093), + [anon_sym_CR] = ACTIONS(3093), + [anon_sym_CR_LF] = ACTIONS(3093), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3183), - [anon_sym_DOT] = ACTIONS(3183), - [anon_sym_as] = ACTIONS(3183), - [anon_sym_LBRACE] = ACTIONS(3183), - [anon_sym_COMMA] = ACTIONS(3183), - [anon_sym_RBRACE] = ACTIONS(3183), - [anon_sym_LPAREN] = ACTIONS(3183), - [anon_sym_RPAREN] = ACTIONS(3183), - [anon_sym_PIPE] = ACTIONS(3183), - [anon_sym_fn] = ACTIONS(3183), - [anon_sym_PLUS] = ACTIONS(3183), - [anon_sym_DASH] = ACTIONS(3183), - [anon_sym_STAR] = ACTIONS(3183), - [anon_sym_SLASH] = ACTIONS(3183), - [anon_sym_PERCENT] = ACTIONS(3183), - [anon_sym_LT] = ACTIONS(3183), - [anon_sym_GT] = ACTIONS(3183), - [anon_sym_EQ_EQ] = ACTIONS(3183), - [anon_sym_BANG_EQ] = ACTIONS(3183), - [anon_sym_LT_EQ] = ACTIONS(3183), - [anon_sym_GT_EQ] = ACTIONS(3183), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3183), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_struct] = ACTIONS(3183), - [anon_sym_mut] = ACTIONS(3183), - [anon_sym_PLUS_PLUS] = ACTIONS(3183), - [anon_sym_DASH_DASH] = ACTIONS(3183), - [anon_sym_QMARK] = ACTIONS(3183), - [anon_sym_BANG] = ACTIONS(3183), - [anon_sym_go] = ACTIONS(3183), - [anon_sym_spawn] = ACTIONS(3183), - [anon_sym_json_DOTdecode] = ACTIONS(3183), - [anon_sym_LBRACK2] = ACTIONS(3183), - [anon_sym_TILDE] = ACTIONS(3183), - [anon_sym_CARET] = ACTIONS(3183), - [anon_sym_AMP] = ACTIONS(3183), - [anon_sym_LT_DASH] = ACTIONS(3183), - [anon_sym_LT_LT] = ACTIONS(3183), - [anon_sym_GT_GT] = ACTIONS(3183), - [anon_sym_GT_GT_GT] = ACTIONS(3183), - [anon_sym_AMP_CARET] = ACTIONS(3183), - [anon_sym_AMP_AMP] = ACTIONS(3183), - [anon_sym_PIPE_PIPE] = ACTIONS(3183), - [anon_sym_or] = ACTIONS(3183), - [sym_none] = ACTIONS(3183), - [sym_true] = ACTIONS(3183), - [sym_false] = ACTIONS(3183), - [sym_nil] = ACTIONS(3183), - [anon_sym_QMARK_DOT] = ACTIONS(3183), - [anon_sym_POUND_LBRACK] = ACTIONS(3183), - [anon_sym_if] = ACTIONS(3183), - [anon_sym_DOLLARif] = ACTIONS(3183), - [anon_sym_is] = ACTIONS(3183), - [anon_sym_BANGis] = ACTIONS(3183), - [anon_sym_in] = ACTIONS(3183), - [anon_sym_BANGin] = ACTIONS(3183), - [anon_sym_match] = ACTIONS(3183), - [anon_sym_select] = ACTIONS(3183), - [anon_sym_lock] = ACTIONS(3183), - [anon_sym_rlock] = ACTIONS(3183), - [anon_sym_unsafe] = ACTIONS(3183), - [anon_sym_sql] = ACTIONS(3183), - [sym_int_literal] = ACTIONS(3183), - [sym_float_literal] = ACTIONS(3183), - [sym_rune_literal] = ACTIONS(3183), - [sym_pseudo_compile_time_identifier] = ACTIONS(3183), - [anon_sym_shared] = ACTIONS(3183), - [anon_sym_map_LBRACK] = ACTIONS(3183), - [anon_sym_chan] = ACTIONS(3183), - [anon_sym_thread] = ACTIONS(3183), - [anon_sym_atomic] = ACTIONS(3183), - [sym___double_quote] = ACTIONS(3183), - [sym___single_quote] = ACTIONS(3183), - [sym___c_double_quote] = ACTIONS(3183), - [sym___c_single_quote] = ACTIONS(3183), - [sym___r_double_quote] = ACTIONS(3183), - [sym___r_single_quote] = ACTIONS(3183), + [anon_sym_SEMI] = ACTIONS(3093), + [anon_sym_DOT] = ACTIONS(3093), + [anon_sym_as] = ACTIONS(3093), + [anon_sym_LBRACE] = ACTIONS(3093), + [anon_sym_COMMA] = ACTIONS(3093), + [anon_sym_RBRACE] = ACTIONS(3093), + [anon_sym_LPAREN] = ACTIONS(3093), + [anon_sym_RPAREN] = ACTIONS(3093), + [anon_sym_PIPE] = ACTIONS(3093), + [anon_sym_fn] = ACTIONS(3093), + [anon_sym_PLUS] = ACTIONS(3093), + [anon_sym_DASH] = ACTIONS(3093), + [anon_sym_STAR] = ACTIONS(3093), + [anon_sym_SLASH] = ACTIONS(3093), + [anon_sym_PERCENT] = ACTIONS(3093), + [anon_sym_LT] = ACTIONS(3093), + [anon_sym_GT] = ACTIONS(3093), + [anon_sym_EQ_EQ] = ACTIONS(3093), + [anon_sym_BANG_EQ] = ACTIONS(3093), + [anon_sym_LT_EQ] = ACTIONS(3093), + [anon_sym_GT_EQ] = ACTIONS(3093), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3093), + [anon_sym_LBRACK] = ACTIONS(3091), + [anon_sym_struct] = ACTIONS(3093), + [anon_sym_mut] = ACTIONS(3093), + [anon_sym_PLUS_PLUS] = ACTIONS(3093), + [anon_sym_DASH_DASH] = ACTIONS(3093), + [anon_sym_QMARK] = ACTIONS(3093), + [anon_sym_BANG] = ACTIONS(3093), + [anon_sym_go] = ACTIONS(3093), + [anon_sym_spawn] = ACTIONS(3093), + [anon_sym_json_DOTdecode] = ACTIONS(3093), + [anon_sym_LBRACK2] = ACTIONS(3093), + [anon_sym_TILDE] = ACTIONS(3093), + [anon_sym_CARET] = ACTIONS(3093), + [anon_sym_AMP] = ACTIONS(3093), + [anon_sym_LT_DASH] = ACTIONS(3093), + [anon_sym_LT_LT] = ACTIONS(3093), + [anon_sym_GT_GT] = ACTIONS(3093), + [anon_sym_GT_GT_GT] = ACTIONS(3093), + [anon_sym_AMP_CARET] = ACTIONS(3093), + [anon_sym_AMP_AMP] = ACTIONS(3093), + [anon_sym_PIPE_PIPE] = ACTIONS(3093), + [anon_sym_or] = ACTIONS(3093), + [sym_none] = ACTIONS(3093), + [sym_true] = ACTIONS(3093), + [sym_false] = ACTIONS(3093), + [sym_nil] = ACTIONS(3093), + [anon_sym_QMARK_DOT] = ACTIONS(3093), + [anon_sym_POUND_LBRACK] = ACTIONS(3093), + [anon_sym_if] = ACTIONS(3093), + [anon_sym_DOLLARif] = ACTIONS(3093), + [anon_sym_is] = ACTIONS(3093), + [anon_sym_BANGis] = ACTIONS(3093), + [anon_sym_in] = ACTIONS(3093), + [anon_sym_BANGin] = ACTIONS(3093), + [anon_sym_match] = ACTIONS(3093), + [anon_sym_select] = ACTIONS(3093), + [anon_sym_lock] = ACTIONS(3093), + [anon_sym_rlock] = ACTIONS(3093), + [anon_sym_unsafe] = ACTIONS(3093), + [anon_sym_sql] = ACTIONS(3093), + [sym_int_literal] = ACTIONS(3093), + [sym_float_literal] = ACTIONS(3093), + [sym_rune_literal] = ACTIONS(3093), + [sym_pseudo_compile_time_identifier] = ACTIONS(3093), + [anon_sym_shared] = ACTIONS(3093), + [anon_sym_map_LBRACK] = ACTIONS(3093), + [anon_sym_chan] = ACTIONS(3093), + [anon_sym_thread] = ACTIONS(3093), + [anon_sym_atomic] = ACTIONS(3093), + [sym___double_quote] = ACTIONS(3093), + [sym___single_quote] = ACTIONS(3093), + [sym___c_double_quote] = ACTIONS(3093), + [sym___c_single_quote] = ACTIONS(3093), + [sym___r_double_quote] = ACTIONS(3093), + [sym___r_single_quote] = ACTIONS(3093), }, [1180] = { [sym_line_comment] = STATE(1180), [sym_block_comment] = STATE(1180), - [sym_identifier] = ACTIONS(3327), - [anon_sym_LF] = ACTIONS(3327), - [anon_sym_CR] = ACTIONS(3327), - [anon_sym_CR_LF] = ACTIONS(3327), + [sym_identifier] = ACTIONS(3313), + [anon_sym_LF] = ACTIONS(3313), + [anon_sym_CR] = ACTIONS(3313), + [anon_sym_CR_LF] = ACTIONS(3313), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3327), - [anon_sym_DOT] = ACTIONS(3327), - [anon_sym_as] = ACTIONS(3327), - [anon_sym_LBRACE] = ACTIONS(3327), - [anon_sym_COMMA] = ACTIONS(3327), - [anon_sym_RBRACE] = ACTIONS(3327), - [anon_sym_LPAREN] = ACTIONS(3327), - [anon_sym_RPAREN] = ACTIONS(3327), - [anon_sym_PIPE] = ACTIONS(3327), - [anon_sym_fn] = ACTIONS(3327), - [anon_sym_PLUS] = ACTIONS(3327), - [anon_sym_DASH] = ACTIONS(3327), - [anon_sym_STAR] = ACTIONS(3327), - [anon_sym_SLASH] = ACTIONS(3327), - [anon_sym_PERCENT] = ACTIONS(3327), - [anon_sym_LT] = ACTIONS(3327), - [anon_sym_GT] = ACTIONS(3327), - [anon_sym_EQ_EQ] = ACTIONS(3327), - [anon_sym_BANG_EQ] = ACTIONS(3327), - [anon_sym_LT_EQ] = ACTIONS(3327), - [anon_sym_GT_EQ] = ACTIONS(3327), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3327), - [anon_sym_LBRACK] = ACTIONS(3325), - [anon_sym_struct] = ACTIONS(3327), - [anon_sym_mut] = ACTIONS(3327), - [anon_sym_PLUS_PLUS] = ACTIONS(3327), - [anon_sym_DASH_DASH] = ACTIONS(3327), - [anon_sym_QMARK] = ACTIONS(3327), - [anon_sym_BANG] = ACTIONS(3327), - [anon_sym_go] = ACTIONS(3327), - [anon_sym_spawn] = ACTIONS(3327), - [anon_sym_json_DOTdecode] = ACTIONS(3327), - [anon_sym_LBRACK2] = ACTIONS(3327), - [anon_sym_TILDE] = ACTIONS(3327), - [anon_sym_CARET] = ACTIONS(3327), - [anon_sym_AMP] = ACTIONS(3327), - [anon_sym_LT_DASH] = ACTIONS(3327), - [anon_sym_LT_LT] = ACTIONS(3327), - [anon_sym_GT_GT] = ACTIONS(3327), - [anon_sym_GT_GT_GT] = ACTIONS(3327), - [anon_sym_AMP_CARET] = ACTIONS(3327), - [anon_sym_AMP_AMP] = ACTIONS(3327), - [anon_sym_PIPE_PIPE] = ACTIONS(3327), - [anon_sym_or] = ACTIONS(3327), - [sym_none] = ACTIONS(3327), - [sym_true] = ACTIONS(3327), - [sym_false] = ACTIONS(3327), - [sym_nil] = ACTIONS(3327), - [anon_sym_QMARK_DOT] = ACTIONS(3327), - [anon_sym_POUND_LBRACK] = ACTIONS(3327), - [anon_sym_if] = ACTIONS(3327), - [anon_sym_DOLLARif] = ACTIONS(3327), - [anon_sym_is] = ACTIONS(3327), - [anon_sym_BANGis] = ACTIONS(3327), - [anon_sym_in] = ACTIONS(3327), - [anon_sym_BANGin] = ACTIONS(3327), - [anon_sym_match] = ACTIONS(3327), - [anon_sym_select] = ACTIONS(3327), - [anon_sym_lock] = ACTIONS(3327), - [anon_sym_rlock] = ACTIONS(3327), - [anon_sym_unsafe] = ACTIONS(3327), - [anon_sym_sql] = ACTIONS(3327), - [sym_int_literal] = ACTIONS(3327), - [sym_float_literal] = ACTIONS(3327), - [sym_rune_literal] = ACTIONS(3327), - [sym_pseudo_compile_time_identifier] = ACTIONS(3327), - [anon_sym_shared] = ACTIONS(3327), - [anon_sym_map_LBRACK] = ACTIONS(3327), - [anon_sym_chan] = ACTIONS(3327), - [anon_sym_thread] = ACTIONS(3327), - [anon_sym_atomic] = ACTIONS(3327), - [sym___double_quote] = ACTIONS(3327), - [sym___single_quote] = ACTIONS(3327), - [sym___c_double_quote] = ACTIONS(3327), - [sym___c_single_quote] = ACTIONS(3327), - [sym___r_double_quote] = ACTIONS(3327), - [sym___r_single_quote] = ACTIONS(3327), + [anon_sym_SEMI] = ACTIONS(3313), + [anon_sym_DOT] = ACTIONS(3313), + [anon_sym_as] = ACTIONS(3313), + [anon_sym_LBRACE] = ACTIONS(3313), + [anon_sym_COMMA] = ACTIONS(3313), + [anon_sym_RBRACE] = ACTIONS(3313), + [anon_sym_LPAREN] = ACTIONS(3313), + [anon_sym_RPAREN] = ACTIONS(3313), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(3313), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3313), + [anon_sym_SLASH] = ACTIONS(3313), + [anon_sym_PERCENT] = ACTIONS(3313), + [anon_sym_LT] = ACTIONS(3313), + [anon_sym_GT] = ACTIONS(3313), + [anon_sym_EQ_EQ] = ACTIONS(3313), + [anon_sym_BANG_EQ] = ACTIONS(3313), + [anon_sym_LT_EQ] = ACTIONS(3313), + [anon_sym_GT_EQ] = ACTIONS(3313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3313), + [anon_sym_LBRACK] = ACTIONS(3311), + [anon_sym_struct] = ACTIONS(3313), + [anon_sym_mut] = ACTIONS(3313), + [anon_sym_PLUS_PLUS] = ACTIONS(3313), + [anon_sym_DASH_DASH] = ACTIONS(3313), + [anon_sym_QMARK] = ACTIONS(3313), + [anon_sym_BANG] = ACTIONS(3313), + [anon_sym_go] = ACTIONS(3313), + [anon_sym_spawn] = ACTIONS(3313), + [anon_sym_json_DOTdecode] = ACTIONS(3313), + [anon_sym_LBRACK2] = ACTIONS(3313), + [anon_sym_TILDE] = ACTIONS(3313), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3313), + [anon_sym_LT_DASH] = ACTIONS(3313), + [anon_sym_LT_LT] = ACTIONS(3313), + [anon_sym_GT_GT] = ACTIONS(3313), + [anon_sym_GT_GT_GT] = ACTIONS(3313), + [anon_sym_AMP_CARET] = ACTIONS(3313), + [anon_sym_AMP_AMP] = ACTIONS(3313), + [anon_sym_PIPE_PIPE] = ACTIONS(3313), + [anon_sym_or] = ACTIONS(3313), + [sym_none] = ACTIONS(3313), + [sym_true] = ACTIONS(3313), + [sym_false] = ACTIONS(3313), + [sym_nil] = ACTIONS(3313), + [anon_sym_QMARK_DOT] = ACTIONS(3313), + [anon_sym_POUND_LBRACK] = ACTIONS(3313), + [anon_sym_if] = ACTIONS(3313), + [anon_sym_DOLLARif] = ACTIONS(3313), + [anon_sym_is] = ACTIONS(3313), + [anon_sym_BANGis] = ACTIONS(3313), + [anon_sym_in] = ACTIONS(3313), + [anon_sym_BANGin] = ACTIONS(3313), + [anon_sym_match] = ACTIONS(3313), + [anon_sym_select] = ACTIONS(3313), + [anon_sym_lock] = ACTIONS(3313), + [anon_sym_rlock] = ACTIONS(3313), + [anon_sym_unsafe] = ACTIONS(3313), + [anon_sym_sql] = ACTIONS(3313), + [sym_int_literal] = ACTIONS(3313), + [sym_float_literal] = ACTIONS(3313), + [sym_rune_literal] = ACTIONS(3313), + [sym_pseudo_compile_time_identifier] = ACTIONS(3313), + [anon_sym_shared] = ACTIONS(3313), + [anon_sym_map_LBRACK] = ACTIONS(3313), + [anon_sym_chan] = ACTIONS(3313), + [anon_sym_thread] = ACTIONS(3313), + [anon_sym_atomic] = ACTIONS(3313), + [sym___double_quote] = ACTIONS(3313), + [sym___single_quote] = ACTIONS(3313), + [sym___c_double_quote] = ACTIONS(3313), + [sym___c_single_quote] = ACTIONS(3313), + [sym___r_double_quote] = ACTIONS(3313), + [sym___r_single_quote] = ACTIONS(3313), }, [1181] = { [sym_line_comment] = STATE(1181), [sym_block_comment] = STATE(1181), - [sym_identifier] = ACTIONS(3021), - [anon_sym_LF] = ACTIONS(3021), - [anon_sym_CR] = ACTIONS(3021), - [anon_sym_CR_LF] = ACTIONS(3021), + [sym_identifier] = ACTIONS(3193), + [anon_sym_LF] = ACTIONS(3193), + [anon_sym_CR] = ACTIONS(3193), + [anon_sym_CR_LF] = ACTIONS(3193), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_DOT] = ACTIONS(3021), - [anon_sym_as] = ACTIONS(3021), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3021), - [anon_sym_RPAREN] = ACTIONS(3021), - [anon_sym_PIPE] = ACTIONS(3021), - [anon_sym_fn] = ACTIONS(3021), - [anon_sym_PLUS] = ACTIONS(3021), - [anon_sym_DASH] = ACTIONS(3021), - [anon_sym_STAR] = ACTIONS(3021), - [anon_sym_SLASH] = ACTIONS(3021), - [anon_sym_PERCENT] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(3021), - [anon_sym_GT] = ACTIONS(3021), - [anon_sym_EQ_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(3021), - [anon_sym_LT_EQ] = ACTIONS(3021), - [anon_sym_GT_EQ] = ACTIONS(3021), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3019), - [anon_sym_struct] = ACTIONS(3021), - [anon_sym_mut] = ACTIONS(3021), - [anon_sym_PLUS_PLUS] = ACTIONS(3021), - [anon_sym_DASH_DASH] = ACTIONS(3021), - [anon_sym_QMARK] = ACTIONS(3021), - [anon_sym_BANG] = ACTIONS(3021), - [anon_sym_go] = ACTIONS(3021), - [anon_sym_spawn] = ACTIONS(3021), - [anon_sym_json_DOTdecode] = ACTIONS(3021), - [anon_sym_LBRACK2] = ACTIONS(3021), - [anon_sym_TILDE] = ACTIONS(3021), - [anon_sym_CARET] = ACTIONS(3021), - [anon_sym_AMP] = ACTIONS(3021), - [anon_sym_LT_DASH] = ACTIONS(3021), - [anon_sym_LT_LT] = ACTIONS(3021), - [anon_sym_GT_GT] = ACTIONS(3021), - [anon_sym_GT_GT_GT] = ACTIONS(3021), - [anon_sym_AMP_CARET] = ACTIONS(3021), - [anon_sym_AMP_AMP] = ACTIONS(3021), - [anon_sym_PIPE_PIPE] = ACTIONS(3021), - [anon_sym_or] = ACTIONS(3021), - [sym_none] = ACTIONS(3021), - [sym_true] = ACTIONS(3021), - [sym_false] = ACTIONS(3021), - [sym_nil] = ACTIONS(3021), - [anon_sym_QMARK_DOT] = ACTIONS(3021), - [anon_sym_POUND_LBRACK] = ACTIONS(3021), - [anon_sym_if] = ACTIONS(3021), - [anon_sym_DOLLARif] = ACTIONS(3021), - [anon_sym_is] = ACTIONS(3021), - [anon_sym_BANGis] = ACTIONS(3021), - [anon_sym_in] = ACTIONS(3021), - [anon_sym_BANGin] = ACTIONS(3021), - [anon_sym_match] = ACTIONS(3021), - [anon_sym_select] = ACTIONS(3021), - [anon_sym_lock] = ACTIONS(3021), - [anon_sym_rlock] = ACTIONS(3021), - [anon_sym_unsafe] = ACTIONS(3021), - [anon_sym_sql] = ACTIONS(3021), - [sym_int_literal] = ACTIONS(3021), - [sym_float_literal] = ACTIONS(3021), - [sym_rune_literal] = ACTIONS(3021), - [sym_pseudo_compile_time_identifier] = ACTIONS(3021), - [anon_sym_shared] = ACTIONS(3021), - [anon_sym_map_LBRACK] = ACTIONS(3021), - [anon_sym_chan] = ACTIONS(3021), - [anon_sym_thread] = ACTIONS(3021), - [anon_sym_atomic] = ACTIONS(3021), - [sym___double_quote] = ACTIONS(3021), - [sym___single_quote] = ACTIONS(3021), - [sym___c_double_quote] = ACTIONS(3021), - [sym___c_single_quote] = ACTIONS(3021), - [sym___r_double_quote] = ACTIONS(3021), - [sym___r_single_quote] = ACTIONS(3021), + [anon_sym_SEMI] = ACTIONS(3193), + [anon_sym_DOT] = ACTIONS(3193), + [anon_sym_as] = ACTIONS(3193), + [anon_sym_LBRACE] = ACTIONS(3193), + [anon_sym_COMMA] = ACTIONS(3193), + [anon_sym_RBRACE] = ACTIONS(3193), + [anon_sym_LPAREN] = ACTIONS(3193), + [anon_sym_RPAREN] = ACTIONS(3193), + [anon_sym_PIPE] = ACTIONS(3193), + [anon_sym_fn] = ACTIONS(3193), + [anon_sym_PLUS] = ACTIONS(3193), + [anon_sym_DASH] = ACTIONS(3193), + [anon_sym_STAR] = ACTIONS(3193), + [anon_sym_SLASH] = ACTIONS(3193), + [anon_sym_PERCENT] = ACTIONS(3193), + [anon_sym_LT] = ACTIONS(3193), + [anon_sym_GT] = ACTIONS(3193), + [anon_sym_EQ_EQ] = ACTIONS(3193), + [anon_sym_BANG_EQ] = ACTIONS(3193), + [anon_sym_LT_EQ] = ACTIONS(3193), + [anon_sym_GT_EQ] = ACTIONS(3193), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3193), + [anon_sym_LBRACK] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3193), + [anon_sym_mut] = ACTIONS(3193), + [anon_sym_PLUS_PLUS] = ACTIONS(3193), + [anon_sym_DASH_DASH] = ACTIONS(3193), + [anon_sym_QMARK] = ACTIONS(3193), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_go] = ACTIONS(3193), + [anon_sym_spawn] = ACTIONS(3193), + [anon_sym_json_DOTdecode] = ACTIONS(3193), + [anon_sym_LBRACK2] = ACTIONS(3193), + [anon_sym_TILDE] = ACTIONS(3193), + [anon_sym_CARET] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3193), + [anon_sym_LT_DASH] = ACTIONS(3193), + [anon_sym_LT_LT] = ACTIONS(3193), + [anon_sym_GT_GT] = ACTIONS(3193), + [anon_sym_GT_GT_GT] = ACTIONS(3193), + [anon_sym_AMP_CARET] = ACTIONS(3193), + [anon_sym_AMP_AMP] = ACTIONS(3193), + [anon_sym_PIPE_PIPE] = ACTIONS(3193), + [anon_sym_or] = ACTIONS(3193), + [sym_none] = ACTIONS(3193), + [sym_true] = ACTIONS(3193), + [sym_false] = ACTIONS(3193), + [sym_nil] = ACTIONS(3193), + [anon_sym_QMARK_DOT] = ACTIONS(3193), + [anon_sym_POUND_LBRACK] = ACTIONS(3193), + [anon_sym_if] = ACTIONS(3193), + [anon_sym_DOLLARif] = ACTIONS(3193), + [anon_sym_is] = ACTIONS(3193), + [anon_sym_BANGis] = ACTIONS(3193), + [anon_sym_in] = ACTIONS(3193), + [anon_sym_BANGin] = ACTIONS(3193), + [anon_sym_match] = ACTIONS(3193), + [anon_sym_select] = ACTIONS(3193), + [anon_sym_lock] = ACTIONS(3193), + [anon_sym_rlock] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(3193), + [anon_sym_sql] = ACTIONS(3193), + [sym_int_literal] = ACTIONS(3193), + [sym_float_literal] = ACTIONS(3193), + [sym_rune_literal] = ACTIONS(3193), + [sym_pseudo_compile_time_identifier] = ACTIONS(3193), + [anon_sym_shared] = ACTIONS(3193), + [anon_sym_map_LBRACK] = ACTIONS(3193), + [anon_sym_chan] = ACTIONS(3193), + [anon_sym_thread] = ACTIONS(3193), + [anon_sym_atomic] = ACTIONS(3193), + [sym___double_quote] = ACTIONS(3193), + [sym___single_quote] = ACTIONS(3193), + [sym___c_double_quote] = ACTIONS(3193), + [sym___c_single_quote] = ACTIONS(3193), + [sym___r_double_quote] = ACTIONS(3193), + [sym___r_single_quote] = ACTIONS(3193), }, [1182] = { [sym_line_comment] = STATE(1182), [sym_block_comment] = STATE(1182), - [sym_identifier] = ACTIONS(3179), - [anon_sym_LF] = ACTIONS(3179), - [anon_sym_CR] = ACTIONS(3179), - [anon_sym_CR_LF] = ACTIONS(3179), + [sym_identifier] = ACTIONS(2653), + [anon_sym_LF] = ACTIONS(2653), + [anon_sym_CR] = ACTIONS(2653), + [anon_sym_CR_LF] = ACTIONS(2653), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3179), - [anon_sym_DOT] = ACTIONS(3179), - [anon_sym_as] = ACTIONS(3179), - [anon_sym_LBRACE] = ACTIONS(3179), - [anon_sym_COMMA] = ACTIONS(3179), - [anon_sym_RBRACE] = ACTIONS(3179), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_RPAREN] = ACTIONS(3179), - [anon_sym_PIPE] = ACTIONS(3179), - [anon_sym_fn] = ACTIONS(3179), - [anon_sym_PLUS] = ACTIONS(3179), - [anon_sym_DASH] = ACTIONS(3179), - [anon_sym_STAR] = ACTIONS(3179), - [anon_sym_SLASH] = ACTIONS(3179), - [anon_sym_PERCENT] = ACTIONS(3179), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3179), - [anon_sym_EQ_EQ] = ACTIONS(3179), - [anon_sym_BANG_EQ] = ACTIONS(3179), - [anon_sym_LT_EQ] = ACTIONS(3179), - [anon_sym_GT_EQ] = ACTIONS(3179), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_struct] = ACTIONS(3179), - [anon_sym_mut] = ACTIONS(3179), - [anon_sym_PLUS_PLUS] = ACTIONS(3179), - [anon_sym_DASH_DASH] = ACTIONS(3179), - [anon_sym_QMARK] = ACTIONS(3179), - [anon_sym_BANG] = ACTIONS(3179), - [anon_sym_go] = ACTIONS(3179), - [anon_sym_spawn] = ACTIONS(3179), - [anon_sym_json_DOTdecode] = ACTIONS(3179), - [anon_sym_LBRACK2] = ACTIONS(3179), - [anon_sym_TILDE] = ACTIONS(3179), - [anon_sym_CARET] = ACTIONS(3179), - [anon_sym_AMP] = ACTIONS(3179), - [anon_sym_LT_DASH] = ACTIONS(3179), - [anon_sym_LT_LT] = ACTIONS(3179), - [anon_sym_GT_GT] = ACTIONS(3179), - [anon_sym_GT_GT_GT] = ACTIONS(3179), - [anon_sym_AMP_CARET] = ACTIONS(3179), - [anon_sym_AMP_AMP] = ACTIONS(3179), - [anon_sym_PIPE_PIPE] = ACTIONS(3179), - [anon_sym_or] = ACTIONS(3179), - [sym_none] = ACTIONS(3179), - [sym_true] = ACTIONS(3179), - [sym_false] = ACTIONS(3179), - [sym_nil] = ACTIONS(3179), - [anon_sym_QMARK_DOT] = ACTIONS(3179), - [anon_sym_POUND_LBRACK] = ACTIONS(3179), - [anon_sym_if] = ACTIONS(3179), - [anon_sym_DOLLARif] = ACTIONS(3179), - [anon_sym_is] = ACTIONS(3179), - [anon_sym_BANGis] = ACTIONS(3179), - [anon_sym_in] = ACTIONS(3179), - [anon_sym_BANGin] = ACTIONS(3179), - [anon_sym_match] = ACTIONS(3179), - [anon_sym_select] = ACTIONS(3179), - [anon_sym_lock] = ACTIONS(3179), - [anon_sym_rlock] = ACTIONS(3179), - [anon_sym_unsafe] = ACTIONS(3179), - [anon_sym_sql] = ACTIONS(3179), - [sym_int_literal] = ACTIONS(3179), - [sym_float_literal] = ACTIONS(3179), - [sym_rune_literal] = ACTIONS(3179), - [sym_pseudo_compile_time_identifier] = ACTIONS(3179), - [anon_sym_shared] = ACTIONS(3179), - [anon_sym_map_LBRACK] = ACTIONS(3179), - [anon_sym_chan] = ACTIONS(3179), - [anon_sym_thread] = ACTIONS(3179), - [anon_sym_atomic] = ACTIONS(3179), - [sym___double_quote] = ACTIONS(3179), - [sym___single_quote] = ACTIONS(3179), - [sym___c_double_quote] = ACTIONS(3179), - [sym___c_single_quote] = ACTIONS(3179), - [sym___r_double_quote] = ACTIONS(3179), - [sym___r_single_quote] = ACTIONS(3179), + [anon_sym_SEMI] = ACTIONS(2653), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_COMMA] = ACTIONS(2653), + [anon_sym_RBRACE] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym_RPAREN] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2653), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2653), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2653), + [anon_sym_BANG_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_PLUS_PLUS] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2653), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2653), + [anon_sym_LT_LT] = ACTIONS(2653), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2653), + [anon_sym_AMP_CARET] = ACTIONS(2653), + [anon_sym_AMP_AMP] = ACTIONS(2653), + [anon_sym_PIPE_PIPE] = ACTIONS(2653), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2653), + [anon_sym_POUND_LBRACK] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2653), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2653), + [sym_rune_literal] = ACTIONS(2653), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2653), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2653), + [sym___single_quote] = ACTIONS(2653), + [sym___c_double_quote] = ACTIONS(2653), + [sym___c_single_quote] = ACTIONS(2653), + [sym___r_double_quote] = ACTIONS(2653), + [sym___r_single_quote] = ACTIONS(2653), }, [1183] = { [sym_line_comment] = STATE(1183), [sym_block_comment] = STATE(1183), - [sym_identifier] = ACTIONS(2957), - [anon_sym_LF] = ACTIONS(2957), - [anon_sym_CR] = ACTIONS(2957), - [anon_sym_CR_LF] = ACTIONS(2957), + [sym_identifier] = ACTIONS(3023), + [anon_sym_LF] = ACTIONS(3023), + [anon_sym_CR] = ACTIONS(3023), + [anon_sym_CR_LF] = ACTIONS(3023), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2957), - [anon_sym_DOT] = ACTIONS(2957), - [anon_sym_as] = ACTIONS(2957), - [anon_sym_LBRACE] = ACTIONS(2957), - [anon_sym_COMMA] = ACTIONS(2957), - [anon_sym_RBRACE] = ACTIONS(2957), - [anon_sym_LPAREN] = ACTIONS(2957), - [anon_sym_RPAREN] = ACTIONS(2957), - [anon_sym_PIPE] = ACTIONS(2957), - [anon_sym_fn] = ACTIONS(2957), - [anon_sym_PLUS] = ACTIONS(2957), - [anon_sym_DASH] = ACTIONS(2957), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_SLASH] = ACTIONS(2957), - [anon_sym_PERCENT] = ACTIONS(2957), - [anon_sym_LT] = ACTIONS(2957), - [anon_sym_GT] = ACTIONS(2957), - [anon_sym_EQ_EQ] = ACTIONS(2957), - [anon_sym_BANG_EQ] = ACTIONS(2957), - [anon_sym_LT_EQ] = ACTIONS(2957), - [anon_sym_GT_EQ] = ACTIONS(2957), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2957), - [anon_sym_LBRACK] = ACTIONS(2955), - [anon_sym_struct] = ACTIONS(2957), - [anon_sym_mut] = ACTIONS(2957), - [anon_sym_PLUS_PLUS] = ACTIONS(2957), - [anon_sym_DASH_DASH] = ACTIONS(2957), - [anon_sym_QMARK] = ACTIONS(2957), - [anon_sym_BANG] = ACTIONS(2957), - [anon_sym_go] = ACTIONS(2957), - [anon_sym_spawn] = ACTIONS(2957), - [anon_sym_json_DOTdecode] = ACTIONS(2957), - [anon_sym_LBRACK2] = ACTIONS(2957), - [anon_sym_TILDE] = ACTIONS(2957), - [anon_sym_CARET] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2957), - [anon_sym_LT_DASH] = ACTIONS(2957), - [anon_sym_LT_LT] = ACTIONS(2957), - [anon_sym_GT_GT] = ACTIONS(2957), - [anon_sym_GT_GT_GT] = ACTIONS(2957), - [anon_sym_AMP_CARET] = ACTIONS(2957), - [anon_sym_AMP_AMP] = ACTIONS(2957), - [anon_sym_PIPE_PIPE] = ACTIONS(2957), - [anon_sym_or] = ACTIONS(2957), - [sym_none] = ACTIONS(2957), - [sym_true] = ACTIONS(2957), - [sym_false] = ACTIONS(2957), - [sym_nil] = ACTIONS(2957), - [anon_sym_QMARK_DOT] = ACTIONS(2957), - [anon_sym_POUND_LBRACK] = ACTIONS(2957), - [anon_sym_if] = ACTIONS(2957), - [anon_sym_DOLLARif] = ACTIONS(2957), - [anon_sym_is] = ACTIONS(2957), - [anon_sym_BANGis] = ACTIONS(2957), - [anon_sym_in] = ACTIONS(2957), - [anon_sym_BANGin] = ACTIONS(2957), - [anon_sym_match] = ACTIONS(2957), - [anon_sym_select] = ACTIONS(2957), - [anon_sym_lock] = ACTIONS(2957), - [anon_sym_rlock] = ACTIONS(2957), - [anon_sym_unsafe] = ACTIONS(2957), - [anon_sym_sql] = ACTIONS(2957), - [sym_int_literal] = ACTIONS(2957), - [sym_float_literal] = ACTIONS(2957), - [sym_rune_literal] = ACTIONS(2957), - [sym_pseudo_compile_time_identifier] = ACTIONS(2957), - [anon_sym_shared] = ACTIONS(2957), - [anon_sym_map_LBRACK] = ACTIONS(2957), - [anon_sym_chan] = ACTIONS(2957), - [anon_sym_thread] = ACTIONS(2957), - [anon_sym_atomic] = ACTIONS(2957), - [sym___double_quote] = ACTIONS(2957), - [sym___single_quote] = ACTIONS(2957), - [sym___c_double_quote] = ACTIONS(2957), - [sym___c_single_quote] = ACTIONS(2957), - [sym___r_double_quote] = ACTIONS(2957), - [sym___r_single_quote] = ACTIONS(2957), + [anon_sym_SEMI] = ACTIONS(3023), + [anon_sym_DOT] = ACTIONS(3023), + [anon_sym_as] = ACTIONS(3023), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_COMMA] = ACTIONS(3023), + [anon_sym_RBRACE] = ACTIONS(3023), + [anon_sym_LPAREN] = ACTIONS(3023), + [anon_sym_RPAREN] = ACTIONS(3023), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_SLASH] = ACTIONS(3023), + [anon_sym_PERCENT] = ACTIONS(3023), + [anon_sym_LT] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(3023), + [anon_sym_EQ_EQ] = ACTIONS(3023), + [anon_sym_BANG_EQ] = ACTIONS(3023), + [anon_sym_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_EQ] = ACTIONS(3023), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3023), + [anon_sym_LBRACK] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_mut] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_go] = ACTIONS(3023), + [anon_sym_spawn] = ACTIONS(3023), + [anon_sym_json_DOTdecode] = ACTIONS(3023), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_CARET] = ACTIONS(3023), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_DASH] = ACTIONS(3023), + [anon_sym_LT_LT] = ACTIONS(3023), + [anon_sym_GT_GT] = ACTIONS(3023), + [anon_sym_GT_GT_GT] = ACTIONS(3023), + [anon_sym_AMP_CARET] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(3023), + [anon_sym_PIPE_PIPE] = ACTIONS(3023), + [anon_sym_or] = ACTIONS(3023), + [sym_none] = ACTIONS(3023), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_nil] = ACTIONS(3023), + [anon_sym_QMARK_DOT] = ACTIONS(3023), + [anon_sym_POUND_LBRACK] = ACTIONS(3023), + [anon_sym_if] = ACTIONS(3023), + [anon_sym_DOLLARif] = ACTIONS(3023), + [anon_sym_is] = ACTIONS(3023), + [anon_sym_BANGis] = ACTIONS(3023), + [anon_sym_in] = ACTIONS(3023), + [anon_sym_BANGin] = ACTIONS(3023), + [anon_sym_match] = ACTIONS(3023), + [anon_sym_select] = ACTIONS(3023), + [anon_sym_lock] = ACTIONS(3023), + [anon_sym_rlock] = ACTIONS(3023), + [anon_sym_unsafe] = ACTIONS(3023), + [anon_sym_sql] = ACTIONS(3023), + [sym_int_literal] = ACTIONS(3023), + [sym_float_literal] = ACTIONS(3023), + [sym_rune_literal] = ACTIONS(3023), + [sym_pseudo_compile_time_identifier] = ACTIONS(3023), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3023), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), + [sym___double_quote] = ACTIONS(3023), + [sym___single_quote] = ACTIONS(3023), + [sym___c_double_quote] = ACTIONS(3023), + [sym___c_single_quote] = ACTIONS(3023), + [sym___r_double_quote] = ACTIONS(3023), + [sym___r_single_quote] = ACTIONS(3023), }, [1184] = { [sym_line_comment] = STATE(1184), [sym_block_comment] = STATE(1184), - [sym_identifier] = ACTIONS(2831), - [anon_sym_LF] = ACTIONS(2831), - [anon_sym_CR] = ACTIONS(2831), - [anon_sym_CR_LF] = ACTIONS(2831), + [sym_identifier] = ACTIONS(3019), + [anon_sym_LF] = ACTIONS(3019), + [anon_sym_CR] = ACTIONS(3019), + [anon_sym_CR_LF] = ACTIONS(3019), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2831), - [anon_sym_DOT] = ACTIONS(2831), - [anon_sym_as] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2831), - [anon_sym_COMMA] = ACTIONS(2831), - [anon_sym_RBRACE] = ACTIONS(2831), - [anon_sym_LPAREN] = ACTIONS(2831), - [anon_sym_RPAREN] = ACTIONS(2831), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_fn] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2831), - [anon_sym_SLASH] = ACTIONS(2831), - [anon_sym_PERCENT] = ACTIONS(2831), - [anon_sym_LT] = ACTIONS(2831), - [anon_sym_GT] = ACTIONS(2831), - [anon_sym_EQ_EQ] = ACTIONS(2831), - [anon_sym_BANG_EQ] = ACTIONS(2831), - [anon_sym_LT_EQ] = ACTIONS(2831), - [anon_sym_GT_EQ] = ACTIONS(2831), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2829), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_mut] = ACTIONS(2831), - [anon_sym_PLUS_PLUS] = ACTIONS(2831), - [anon_sym_DASH_DASH] = ACTIONS(2831), - [anon_sym_QMARK] = ACTIONS(2831), - [anon_sym_BANG] = ACTIONS(2831), - [anon_sym_go] = ACTIONS(2831), - [anon_sym_spawn] = ACTIONS(2831), - [anon_sym_json_DOTdecode] = ACTIONS(2831), - [anon_sym_LBRACK2] = ACTIONS(2831), - [anon_sym_TILDE] = ACTIONS(2831), - [anon_sym_CARET] = ACTIONS(2831), - [anon_sym_AMP] = ACTIONS(2831), - [anon_sym_LT_DASH] = ACTIONS(2831), - [anon_sym_LT_LT] = ACTIONS(2831), - [anon_sym_GT_GT] = ACTIONS(2831), - [anon_sym_GT_GT_GT] = ACTIONS(2831), - [anon_sym_AMP_CARET] = ACTIONS(2831), - [anon_sym_AMP_AMP] = ACTIONS(2831), - [anon_sym_PIPE_PIPE] = ACTIONS(2831), - [anon_sym_or] = ACTIONS(2831), - [sym_none] = ACTIONS(2831), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [sym_nil] = ACTIONS(2831), - [anon_sym_QMARK_DOT] = ACTIONS(2831), - [anon_sym_POUND_LBRACK] = ACTIONS(2831), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_DOLLARif] = ACTIONS(2831), - [anon_sym_is] = ACTIONS(2831), - [anon_sym_BANGis] = ACTIONS(2831), - [anon_sym_in] = ACTIONS(2831), - [anon_sym_BANGin] = ACTIONS(2831), - [anon_sym_match] = ACTIONS(2831), - [anon_sym_select] = ACTIONS(2831), - [anon_sym_lock] = ACTIONS(2831), - [anon_sym_rlock] = ACTIONS(2831), - [anon_sym_unsafe] = ACTIONS(2831), - [anon_sym_sql] = ACTIONS(2831), - [sym_int_literal] = ACTIONS(2831), - [sym_float_literal] = ACTIONS(2831), - [sym_rune_literal] = ACTIONS(2831), - [sym_pseudo_compile_time_identifier] = ACTIONS(2831), - [anon_sym_shared] = ACTIONS(2831), - [anon_sym_map_LBRACK] = ACTIONS(2831), - [anon_sym_chan] = ACTIONS(2831), - [anon_sym_thread] = ACTIONS(2831), - [anon_sym_atomic] = ACTIONS(2831), - [sym___double_quote] = ACTIONS(2831), - [sym___single_quote] = ACTIONS(2831), - [sym___c_double_quote] = ACTIONS(2831), - [sym___c_single_quote] = ACTIONS(2831), - [sym___r_double_quote] = ACTIONS(2831), - [sym___r_single_quote] = ACTIONS(2831), + [anon_sym_SEMI] = ACTIONS(3019), + [anon_sym_DOT] = ACTIONS(3019), + [anon_sym_as] = ACTIONS(3019), + [anon_sym_LBRACE] = ACTIONS(3019), + [anon_sym_COMMA] = ACTIONS(3019), + [anon_sym_RBRACE] = ACTIONS(3019), + [anon_sym_LPAREN] = ACTIONS(3019), + [anon_sym_RPAREN] = ACTIONS(3019), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3019), + [anon_sym_SLASH] = ACTIONS(3019), + [anon_sym_PERCENT] = ACTIONS(3019), + [anon_sym_LT] = ACTIONS(3019), + [anon_sym_GT] = ACTIONS(3019), + [anon_sym_EQ_EQ] = ACTIONS(3019), + [anon_sym_BANG_EQ] = ACTIONS(3019), + [anon_sym_LT_EQ] = ACTIONS(3019), + [anon_sym_GT_EQ] = ACTIONS(3019), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3019), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_mut] = ACTIONS(3019), + [anon_sym_PLUS_PLUS] = ACTIONS(3019), + [anon_sym_DASH_DASH] = ACTIONS(3019), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_go] = ACTIONS(3019), + [anon_sym_spawn] = ACTIONS(3019), + [anon_sym_json_DOTdecode] = ACTIONS(3019), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_TILDE] = ACTIONS(3019), + [anon_sym_CARET] = ACTIONS(3019), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_DASH] = ACTIONS(3019), + [anon_sym_LT_LT] = ACTIONS(3019), + [anon_sym_GT_GT] = ACTIONS(3019), + [anon_sym_GT_GT_GT] = ACTIONS(3019), + [anon_sym_AMP_CARET] = ACTIONS(3019), + [anon_sym_AMP_AMP] = ACTIONS(3019), + [anon_sym_PIPE_PIPE] = ACTIONS(3019), + [anon_sym_or] = ACTIONS(3019), + [sym_none] = ACTIONS(3019), + [sym_true] = ACTIONS(3019), + [sym_false] = ACTIONS(3019), + [sym_nil] = ACTIONS(3019), + [anon_sym_QMARK_DOT] = ACTIONS(3019), + [anon_sym_POUND_LBRACK] = ACTIONS(3019), + [anon_sym_if] = ACTIONS(3019), + [anon_sym_DOLLARif] = ACTIONS(3019), + [anon_sym_is] = ACTIONS(3019), + [anon_sym_BANGis] = ACTIONS(3019), + [anon_sym_in] = ACTIONS(3019), + [anon_sym_BANGin] = ACTIONS(3019), + [anon_sym_match] = ACTIONS(3019), + [anon_sym_select] = ACTIONS(3019), + [anon_sym_lock] = ACTIONS(3019), + [anon_sym_rlock] = ACTIONS(3019), + [anon_sym_unsafe] = ACTIONS(3019), + [anon_sym_sql] = ACTIONS(3019), + [sym_int_literal] = ACTIONS(3019), + [sym_float_literal] = ACTIONS(3019), + [sym_rune_literal] = ACTIONS(3019), + [sym_pseudo_compile_time_identifier] = ACTIONS(3019), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3019), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), + [sym___double_quote] = ACTIONS(3019), + [sym___single_quote] = ACTIONS(3019), + [sym___c_double_quote] = ACTIONS(3019), + [sym___c_single_quote] = ACTIONS(3019), + [sym___r_double_quote] = ACTIONS(3019), + [sym___r_single_quote] = ACTIONS(3019), }, [1185] = { [sym_line_comment] = STATE(1185), [sym_block_comment] = STATE(1185), - [sym_identifier] = ACTIONS(3147), - [anon_sym_LF] = ACTIONS(3147), - [anon_sym_CR] = ACTIONS(3147), - [anon_sym_CR_LF] = ACTIONS(3147), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3147), - [anon_sym_DOT] = ACTIONS(3147), - [anon_sym_as] = ACTIONS(3147), - [anon_sym_LBRACE] = ACTIONS(3147), - [anon_sym_COMMA] = ACTIONS(3147), - [anon_sym_RBRACE] = ACTIONS(3147), - [anon_sym_LPAREN] = ACTIONS(3147), - [anon_sym_RPAREN] = ACTIONS(3147), - [anon_sym_PIPE] = ACTIONS(3147), - [anon_sym_fn] = ACTIONS(3147), - [anon_sym_PLUS] = ACTIONS(3147), - [anon_sym_DASH] = ACTIONS(3147), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_SLASH] = ACTIONS(3147), - [anon_sym_PERCENT] = ACTIONS(3147), - [anon_sym_LT] = ACTIONS(3147), - [anon_sym_GT] = ACTIONS(3147), - [anon_sym_EQ_EQ] = ACTIONS(3147), - [anon_sym_BANG_EQ] = ACTIONS(3147), - [anon_sym_LT_EQ] = ACTIONS(3147), - [anon_sym_GT_EQ] = ACTIONS(3147), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3147), - [anon_sym_LBRACK] = ACTIONS(3145), - [anon_sym_struct] = ACTIONS(3147), - [anon_sym_mut] = ACTIONS(3147), - [anon_sym_PLUS_PLUS] = ACTIONS(3147), - [anon_sym_DASH_DASH] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3147), - [anon_sym_BANG] = ACTIONS(3147), - [anon_sym_go] = ACTIONS(3147), - [anon_sym_spawn] = ACTIONS(3147), - [anon_sym_json_DOTdecode] = ACTIONS(3147), - [anon_sym_LBRACK2] = ACTIONS(3147), - [anon_sym_TILDE] = ACTIONS(3147), - [anon_sym_CARET] = ACTIONS(3147), - [anon_sym_AMP] = ACTIONS(3147), - [anon_sym_LT_DASH] = ACTIONS(3147), - [anon_sym_LT_LT] = ACTIONS(3147), - [anon_sym_GT_GT] = ACTIONS(3147), - [anon_sym_GT_GT_GT] = ACTIONS(3147), - [anon_sym_AMP_CARET] = ACTIONS(3147), - [anon_sym_AMP_AMP] = ACTIONS(3147), - [anon_sym_PIPE_PIPE] = ACTIONS(3147), - [anon_sym_or] = ACTIONS(3147), - [sym_none] = ACTIONS(3147), - [sym_true] = ACTIONS(3147), - [sym_false] = ACTIONS(3147), - [sym_nil] = ACTIONS(3147), - [anon_sym_QMARK_DOT] = ACTIONS(3147), - [anon_sym_POUND_LBRACK] = ACTIONS(3147), - [anon_sym_if] = ACTIONS(3147), - [anon_sym_DOLLARif] = ACTIONS(3147), - [anon_sym_is] = ACTIONS(3147), - [anon_sym_BANGis] = ACTIONS(3147), - [anon_sym_in] = ACTIONS(3147), - [anon_sym_BANGin] = ACTIONS(3147), - [anon_sym_match] = ACTIONS(3147), - [anon_sym_select] = ACTIONS(3147), - [anon_sym_lock] = ACTIONS(3147), - [anon_sym_rlock] = ACTIONS(3147), - [anon_sym_unsafe] = ACTIONS(3147), - [anon_sym_sql] = ACTIONS(3147), - [sym_int_literal] = ACTIONS(3147), - [sym_float_literal] = ACTIONS(3147), - [sym_rune_literal] = ACTIONS(3147), - [sym_pseudo_compile_time_identifier] = ACTIONS(3147), - [anon_sym_shared] = ACTIONS(3147), - [anon_sym_map_LBRACK] = ACTIONS(3147), - [anon_sym_chan] = ACTIONS(3147), - [anon_sym_thread] = ACTIONS(3147), - [anon_sym_atomic] = ACTIONS(3147), - [sym___double_quote] = ACTIONS(3147), - [sym___single_quote] = ACTIONS(3147), - [sym___c_double_quote] = ACTIONS(3147), - [sym___c_single_quote] = ACTIONS(3147), - [sym___r_double_quote] = ACTIONS(3147), - [sym___r_single_quote] = ACTIONS(3147), - }, - [1186] = { - [sym_line_comment] = STATE(1186), - [sym_block_comment] = STATE(1186), - [sym_identifier] = ACTIONS(3143), - [anon_sym_LF] = ACTIONS(3143), - [anon_sym_CR] = ACTIONS(3143), - [anon_sym_CR_LF] = ACTIONS(3143), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3143), - [anon_sym_DOT] = ACTIONS(3143), - [anon_sym_as] = ACTIONS(3143), - [anon_sym_LBRACE] = ACTIONS(3143), - [anon_sym_COMMA] = ACTIONS(3143), - [anon_sym_RBRACE] = ACTIONS(3143), - [anon_sym_LPAREN] = ACTIONS(3143), - [anon_sym_RPAREN] = ACTIONS(3143), - [anon_sym_PIPE] = ACTIONS(3143), - [anon_sym_fn] = ACTIONS(3143), - [anon_sym_PLUS] = ACTIONS(3143), - [anon_sym_DASH] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3143), - [anon_sym_SLASH] = ACTIONS(3143), - [anon_sym_PERCENT] = ACTIONS(3143), - [anon_sym_LT] = ACTIONS(3143), - [anon_sym_GT] = ACTIONS(3143), - [anon_sym_EQ_EQ] = ACTIONS(3143), - [anon_sym_BANG_EQ] = ACTIONS(3143), - [anon_sym_LT_EQ] = ACTIONS(3143), - [anon_sym_GT_EQ] = ACTIONS(3143), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3143), - [anon_sym_LBRACK] = ACTIONS(3141), - [anon_sym_struct] = ACTIONS(3143), - [anon_sym_mut] = ACTIONS(3143), - [anon_sym_PLUS_PLUS] = ACTIONS(3143), - [anon_sym_DASH_DASH] = ACTIONS(3143), - [anon_sym_QMARK] = ACTIONS(3143), - [anon_sym_BANG] = ACTIONS(3143), - [anon_sym_go] = ACTIONS(3143), - [anon_sym_spawn] = ACTIONS(3143), - [anon_sym_json_DOTdecode] = ACTIONS(3143), - [anon_sym_LBRACK2] = ACTIONS(3143), - [anon_sym_TILDE] = ACTIONS(3143), - [anon_sym_CARET] = ACTIONS(3143), - [anon_sym_AMP] = ACTIONS(3143), - [anon_sym_LT_DASH] = ACTIONS(3143), - [anon_sym_LT_LT] = ACTIONS(3143), - [anon_sym_GT_GT] = ACTIONS(3143), - [anon_sym_GT_GT_GT] = ACTIONS(3143), - [anon_sym_AMP_CARET] = ACTIONS(3143), - [anon_sym_AMP_AMP] = ACTIONS(3143), - [anon_sym_PIPE_PIPE] = ACTIONS(3143), - [anon_sym_or] = ACTIONS(3143), - [sym_none] = ACTIONS(3143), - [sym_true] = ACTIONS(3143), - [sym_false] = ACTIONS(3143), - [sym_nil] = ACTIONS(3143), - [anon_sym_QMARK_DOT] = ACTIONS(3143), - [anon_sym_POUND_LBRACK] = ACTIONS(3143), - [anon_sym_if] = ACTIONS(3143), - [anon_sym_DOLLARif] = ACTIONS(3143), - [anon_sym_is] = ACTIONS(3143), - [anon_sym_BANGis] = ACTIONS(3143), - [anon_sym_in] = ACTIONS(3143), - [anon_sym_BANGin] = ACTIONS(3143), - [anon_sym_match] = ACTIONS(3143), - [anon_sym_select] = ACTIONS(3143), - [anon_sym_lock] = ACTIONS(3143), - [anon_sym_rlock] = ACTIONS(3143), - [anon_sym_unsafe] = ACTIONS(3143), - [anon_sym_sql] = ACTIONS(3143), - [sym_int_literal] = ACTIONS(3143), - [sym_float_literal] = ACTIONS(3143), - [sym_rune_literal] = ACTIONS(3143), - [sym_pseudo_compile_time_identifier] = ACTIONS(3143), - [anon_sym_shared] = ACTIONS(3143), - [anon_sym_map_LBRACK] = ACTIONS(3143), - [anon_sym_chan] = ACTIONS(3143), - [anon_sym_thread] = ACTIONS(3143), - [anon_sym_atomic] = ACTIONS(3143), - [sym___double_quote] = ACTIONS(3143), - [sym___single_quote] = ACTIONS(3143), - [sym___c_double_quote] = ACTIONS(3143), - [sym___c_single_quote] = ACTIONS(3143), - [sym___r_double_quote] = ACTIONS(3143), - [sym___r_single_quote] = ACTIONS(3143), - }, - [1187] = { - [sym_line_comment] = STATE(1187), - [sym_block_comment] = STATE(1187), - [sym_identifier] = ACTIONS(3135), - [anon_sym_LF] = ACTIONS(3135), - [anon_sym_CR] = ACTIONS(3135), - [anon_sym_CR_LF] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3135), - [anon_sym_DOT] = ACTIONS(3135), - [anon_sym_as] = ACTIONS(3135), - [anon_sym_LBRACE] = ACTIONS(3135), - [anon_sym_COMMA] = ACTIONS(3135), - [anon_sym_RBRACE] = ACTIONS(3135), - [anon_sym_LPAREN] = ACTIONS(3135), - [anon_sym_RPAREN] = ACTIONS(3135), - [anon_sym_PIPE] = ACTIONS(3135), - [anon_sym_fn] = ACTIONS(3135), - [anon_sym_PLUS] = ACTIONS(3135), - [anon_sym_DASH] = ACTIONS(3135), - [anon_sym_STAR] = ACTIONS(3135), - [anon_sym_SLASH] = ACTIONS(3135), - [anon_sym_PERCENT] = ACTIONS(3135), - [anon_sym_LT] = ACTIONS(3135), - [anon_sym_GT] = ACTIONS(3135), - [anon_sym_EQ_EQ] = ACTIONS(3135), - [anon_sym_BANG_EQ] = ACTIONS(3135), - [anon_sym_LT_EQ] = ACTIONS(3135), - [anon_sym_GT_EQ] = ACTIONS(3135), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3135), - [anon_sym_LBRACK] = ACTIONS(3133), - [anon_sym_struct] = ACTIONS(3135), - [anon_sym_mut] = ACTIONS(3135), - [anon_sym_PLUS_PLUS] = ACTIONS(3135), - [anon_sym_DASH_DASH] = ACTIONS(3135), - [anon_sym_QMARK] = ACTIONS(3135), - [anon_sym_BANG] = ACTIONS(3135), - [anon_sym_go] = ACTIONS(3135), - [anon_sym_spawn] = ACTIONS(3135), - [anon_sym_json_DOTdecode] = ACTIONS(3135), - [anon_sym_LBRACK2] = ACTIONS(3135), - [anon_sym_TILDE] = ACTIONS(3135), - [anon_sym_CARET] = ACTIONS(3135), - [anon_sym_AMP] = ACTIONS(3135), - [anon_sym_LT_DASH] = ACTIONS(3135), - [anon_sym_LT_LT] = ACTIONS(3135), - [anon_sym_GT_GT] = ACTIONS(3135), - [anon_sym_GT_GT_GT] = ACTIONS(3135), - [anon_sym_AMP_CARET] = ACTIONS(3135), - [anon_sym_AMP_AMP] = ACTIONS(3135), - [anon_sym_PIPE_PIPE] = ACTIONS(3135), - [anon_sym_or] = ACTIONS(3135), - [sym_none] = ACTIONS(3135), - [sym_true] = ACTIONS(3135), - [sym_false] = ACTIONS(3135), - [sym_nil] = ACTIONS(3135), - [anon_sym_QMARK_DOT] = ACTIONS(3135), - [anon_sym_POUND_LBRACK] = ACTIONS(3135), - [anon_sym_if] = ACTIONS(3135), - [anon_sym_DOLLARif] = ACTIONS(3135), - [anon_sym_is] = ACTIONS(3135), - [anon_sym_BANGis] = ACTIONS(3135), - [anon_sym_in] = ACTIONS(3135), - [anon_sym_BANGin] = ACTIONS(3135), - [anon_sym_match] = ACTIONS(3135), - [anon_sym_select] = ACTIONS(3135), - [anon_sym_lock] = ACTIONS(3135), - [anon_sym_rlock] = ACTIONS(3135), - [anon_sym_unsafe] = ACTIONS(3135), - [anon_sym_sql] = ACTIONS(3135), - [sym_int_literal] = ACTIONS(3135), - [sym_float_literal] = ACTIONS(3135), - [sym_rune_literal] = ACTIONS(3135), - [sym_pseudo_compile_time_identifier] = ACTIONS(3135), - [anon_sym_shared] = ACTIONS(3135), - [anon_sym_map_LBRACK] = ACTIONS(3135), - [anon_sym_chan] = ACTIONS(3135), - [anon_sym_thread] = ACTIONS(3135), - [anon_sym_atomic] = ACTIONS(3135), - [sym___double_quote] = ACTIONS(3135), - [sym___single_quote] = ACTIONS(3135), - [sym___c_double_quote] = ACTIONS(3135), - [sym___c_single_quote] = ACTIONS(3135), - [sym___r_double_quote] = ACTIONS(3135), - [sym___r_single_quote] = ACTIONS(3135), - }, - [1188] = { - [sym_line_comment] = STATE(1188), - [sym_block_comment] = STATE(1188), - [sym_identifier] = ACTIONS(3131), - [anon_sym_LF] = ACTIONS(3131), - [anon_sym_CR] = ACTIONS(3131), - [anon_sym_CR_LF] = ACTIONS(3131), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3131), - [anon_sym_DOT] = ACTIONS(3131), - [anon_sym_as] = ACTIONS(3131), - [anon_sym_LBRACE] = ACTIONS(3131), - [anon_sym_COMMA] = ACTIONS(3131), - [anon_sym_RBRACE] = ACTIONS(3131), - [anon_sym_LPAREN] = ACTIONS(3131), - [anon_sym_RPAREN] = ACTIONS(3131), - [anon_sym_PIPE] = ACTIONS(3131), - [anon_sym_fn] = ACTIONS(3131), - [anon_sym_PLUS] = ACTIONS(3131), - [anon_sym_DASH] = ACTIONS(3131), - [anon_sym_STAR] = ACTIONS(3131), - [anon_sym_SLASH] = ACTIONS(3131), - [anon_sym_PERCENT] = ACTIONS(3131), - [anon_sym_LT] = ACTIONS(3131), - [anon_sym_GT] = ACTIONS(3131), - [anon_sym_EQ_EQ] = ACTIONS(3131), - [anon_sym_BANG_EQ] = ACTIONS(3131), - [anon_sym_LT_EQ] = ACTIONS(3131), - [anon_sym_GT_EQ] = ACTIONS(3131), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3131), - [anon_sym_LBRACK] = ACTIONS(3129), - [anon_sym_struct] = ACTIONS(3131), - [anon_sym_mut] = ACTIONS(3131), - [anon_sym_PLUS_PLUS] = ACTIONS(3131), - [anon_sym_DASH_DASH] = ACTIONS(3131), - [anon_sym_QMARK] = ACTIONS(3131), - [anon_sym_BANG] = ACTIONS(3131), - [anon_sym_go] = ACTIONS(3131), - [anon_sym_spawn] = ACTIONS(3131), - [anon_sym_json_DOTdecode] = ACTIONS(3131), - [anon_sym_LBRACK2] = ACTIONS(3131), - [anon_sym_TILDE] = ACTIONS(3131), - [anon_sym_CARET] = ACTIONS(3131), - [anon_sym_AMP] = ACTIONS(3131), - [anon_sym_LT_DASH] = ACTIONS(3131), - [anon_sym_LT_LT] = ACTIONS(3131), - [anon_sym_GT_GT] = ACTIONS(3131), - [anon_sym_GT_GT_GT] = ACTIONS(3131), - [anon_sym_AMP_CARET] = ACTIONS(3131), - [anon_sym_AMP_AMP] = ACTIONS(3131), - [anon_sym_PIPE_PIPE] = ACTIONS(3131), - [anon_sym_or] = ACTIONS(3131), - [sym_none] = ACTIONS(3131), - [sym_true] = ACTIONS(3131), - [sym_false] = ACTIONS(3131), - [sym_nil] = ACTIONS(3131), - [anon_sym_QMARK_DOT] = ACTIONS(3131), - [anon_sym_POUND_LBRACK] = ACTIONS(3131), - [anon_sym_if] = ACTIONS(3131), - [anon_sym_DOLLARif] = ACTIONS(3131), - [anon_sym_is] = ACTIONS(3131), - [anon_sym_BANGis] = ACTIONS(3131), - [anon_sym_in] = ACTIONS(3131), - [anon_sym_BANGin] = ACTIONS(3131), - [anon_sym_match] = ACTIONS(3131), - [anon_sym_select] = ACTIONS(3131), - [anon_sym_lock] = ACTIONS(3131), - [anon_sym_rlock] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(3131), - [anon_sym_sql] = ACTIONS(3131), - [sym_int_literal] = ACTIONS(3131), - [sym_float_literal] = ACTIONS(3131), - [sym_rune_literal] = ACTIONS(3131), - [sym_pseudo_compile_time_identifier] = ACTIONS(3131), - [anon_sym_shared] = ACTIONS(3131), - [anon_sym_map_LBRACK] = ACTIONS(3131), - [anon_sym_chan] = ACTIONS(3131), - [anon_sym_thread] = ACTIONS(3131), - [anon_sym_atomic] = ACTIONS(3131), - [sym___double_quote] = ACTIONS(3131), - [sym___single_quote] = ACTIONS(3131), - [sym___c_double_quote] = ACTIONS(3131), - [sym___c_single_quote] = ACTIONS(3131), - [sym___r_double_quote] = ACTIONS(3131), - [sym___r_single_quote] = ACTIONS(3131), - }, - [1189] = { - [sym_line_comment] = STATE(1189), - [sym_block_comment] = STATE(1189), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(603), - [anon_sym_DOT] = ACTIONS(603), - [anon_sym_as] = ACTIONS(607), - [anon_sym_LBRACE] = ACTIONS(603), - [anon_sym_COMMA] = ACTIONS(603), - [anon_sym_LPAREN] = ACTIONS(3618), - [anon_sym_EQ] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(613), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(603), - [anon_sym_BANG_EQ] = ACTIONS(603), - [anon_sym_LT_EQ] = ACTIONS(603), - [anon_sym_GT_EQ] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(3786), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(607), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_LT] = ACTIONS(607), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(607), - [anon_sym_AMP_CARET] = ACTIONS(607), - [anon_sym_AMP_AMP] = ACTIONS(603), - [anon_sym_PIPE_PIPE] = ACTIONS(603), - [anon_sym_or] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(603), - [anon_sym_POUND_LBRACK] = ACTIONS(603), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(603), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(603), - [anon_sym_STAR_EQ] = ACTIONS(603), - [anon_sym_SLASH_EQ] = ACTIONS(603), - [anon_sym_PERCENT_EQ] = ACTIONS(603), - [anon_sym_LT_LT_EQ] = ACTIONS(603), - [anon_sym_GT_GT_EQ] = ACTIONS(603), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(603), - [anon_sym_AMP_EQ] = ACTIONS(603), - [anon_sym_AMP_CARET_EQ] = ACTIONS(603), - [anon_sym_PLUS_EQ] = ACTIONS(603), - [anon_sym_DASH_EQ] = ACTIONS(603), - [anon_sym_PIPE_EQ] = ACTIONS(603), - [anon_sym_CARET_EQ] = ACTIONS(603), - [anon_sym_COLON_EQ] = ACTIONS(603), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - }, - [1190] = { - [sym_line_comment] = STATE(1190), - [sym_block_comment] = STATE(1190), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LF] = ACTIONS(3009), - [anon_sym_CR] = ACTIONS(3009), - [anon_sym_CR_LF] = ACTIONS(3009), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3009), - [anon_sym_DOT] = ACTIONS(3009), - [anon_sym_as] = ACTIONS(3009), - [anon_sym_LBRACE] = ACTIONS(3009), - [anon_sym_COMMA] = ACTIONS(3009), - [anon_sym_RBRACE] = ACTIONS(3009), - [anon_sym_LPAREN] = ACTIONS(3009), - [anon_sym_RPAREN] = ACTIONS(3009), - [anon_sym_PIPE] = ACTIONS(3009), - [anon_sym_fn] = ACTIONS(3009), - [anon_sym_PLUS] = ACTIONS(3009), - [anon_sym_DASH] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_SLASH] = ACTIONS(3009), - [anon_sym_PERCENT] = ACTIONS(3009), - [anon_sym_LT] = ACTIONS(3009), - [anon_sym_GT] = ACTIONS(3009), - [anon_sym_EQ_EQ] = ACTIONS(3009), - [anon_sym_BANG_EQ] = ACTIONS(3009), - [anon_sym_LT_EQ] = ACTIONS(3009), - [anon_sym_GT_EQ] = ACTIONS(3009), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3009), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_struct] = ACTIONS(3009), - [anon_sym_mut] = ACTIONS(3009), - [anon_sym_PLUS_PLUS] = ACTIONS(3009), - [anon_sym_DASH_DASH] = ACTIONS(3009), - [anon_sym_QMARK] = ACTIONS(3009), - [anon_sym_BANG] = ACTIONS(3009), - [anon_sym_go] = ACTIONS(3009), - [anon_sym_spawn] = ACTIONS(3009), - [anon_sym_json_DOTdecode] = ACTIONS(3009), - [anon_sym_LBRACK2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_CARET] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3009), - [anon_sym_LT_DASH] = ACTIONS(3009), - [anon_sym_LT_LT] = ACTIONS(3009), - [anon_sym_GT_GT] = ACTIONS(3009), - [anon_sym_GT_GT_GT] = ACTIONS(3009), - [anon_sym_AMP_CARET] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_PIPE_PIPE] = ACTIONS(3009), - [anon_sym_or] = ACTIONS(3009), - [sym_none] = ACTIONS(3009), - [sym_true] = ACTIONS(3009), - [sym_false] = ACTIONS(3009), - [sym_nil] = ACTIONS(3009), - [anon_sym_QMARK_DOT] = ACTIONS(3009), - [anon_sym_POUND_LBRACK] = ACTIONS(3009), - [anon_sym_if] = ACTIONS(3009), - [anon_sym_DOLLARif] = ACTIONS(3009), - [anon_sym_is] = ACTIONS(3009), - [anon_sym_BANGis] = ACTIONS(3009), - [anon_sym_in] = ACTIONS(3009), - [anon_sym_BANGin] = ACTIONS(3009), - [anon_sym_match] = ACTIONS(3009), - [anon_sym_select] = ACTIONS(3009), - [anon_sym_lock] = ACTIONS(3009), - [anon_sym_rlock] = ACTIONS(3009), - [anon_sym_unsafe] = ACTIONS(3009), - [anon_sym_sql] = ACTIONS(3009), - [sym_int_literal] = ACTIONS(3009), - [sym_float_literal] = ACTIONS(3009), - [sym_rune_literal] = ACTIONS(3009), - [sym_pseudo_compile_time_identifier] = ACTIONS(3009), - [anon_sym_shared] = ACTIONS(3009), - [anon_sym_map_LBRACK] = ACTIONS(3009), - [anon_sym_chan] = ACTIONS(3009), - [anon_sym_thread] = ACTIONS(3009), - [anon_sym_atomic] = ACTIONS(3009), - [sym___double_quote] = ACTIONS(3009), - [sym___single_quote] = ACTIONS(3009), - [sym___c_double_quote] = ACTIONS(3009), - [sym___c_single_quote] = ACTIONS(3009), - [sym___r_double_quote] = ACTIONS(3009), - [sym___r_single_quote] = ACTIONS(3009), - }, - [1191] = { - [sym_line_comment] = STATE(1191), - [sym_block_comment] = STATE(1191), - [sym_identifier] = ACTIONS(3415), - [anon_sym_LF] = ACTIONS(3415), - [anon_sym_CR] = ACTIONS(3415), - [anon_sym_CR_LF] = ACTIONS(3415), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3415), - [anon_sym_DOT] = ACTIONS(3415), - [anon_sym_as] = ACTIONS(3415), - [anon_sym_LBRACE] = ACTIONS(3415), - [anon_sym_COMMA] = ACTIONS(3415), - [anon_sym_RBRACE] = ACTIONS(3415), - [anon_sym_LPAREN] = ACTIONS(3415), - [anon_sym_RPAREN] = ACTIONS(3415), - [anon_sym_PIPE] = ACTIONS(3415), - [anon_sym_fn] = ACTIONS(3415), - [anon_sym_PLUS] = ACTIONS(3415), - [anon_sym_DASH] = ACTIONS(3415), - [anon_sym_STAR] = ACTIONS(3415), - [anon_sym_SLASH] = ACTIONS(3415), - [anon_sym_PERCENT] = ACTIONS(3415), - [anon_sym_LT] = ACTIONS(3415), - [anon_sym_GT] = ACTIONS(3415), - [anon_sym_EQ_EQ] = ACTIONS(3415), - [anon_sym_BANG_EQ] = ACTIONS(3415), - [anon_sym_LT_EQ] = ACTIONS(3415), - [anon_sym_GT_EQ] = ACTIONS(3415), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3415), - [anon_sym_LBRACK] = ACTIONS(3413), - [anon_sym_struct] = ACTIONS(3415), - [anon_sym_mut] = ACTIONS(3415), - [anon_sym_PLUS_PLUS] = ACTIONS(3415), - [anon_sym_DASH_DASH] = ACTIONS(3415), - [anon_sym_QMARK] = ACTIONS(3415), - [anon_sym_BANG] = ACTIONS(3415), - [anon_sym_go] = ACTIONS(3415), - [anon_sym_spawn] = ACTIONS(3415), - [anon_sym_json_DOTdecode] = ACTIONS(3415), - [anon_sym_LBRACK2] = ACTIONS(3415), - [anon_sym_TILDE] = ACTIONS(3415), - [anon_sym_CARET] = ACTIONS(3415), - [anon_sym_AMP] = ACTIONS(3415), - [anon_sym_LT_DASH] = ACTIONS(3415), - [anon_sym_LT_LT] = ACTIONS(3415), - [anon_sym_GT_GT] = ACTIONS(3415), - [anon_sym_GT_GT_GT] = ACTIONS(3415), - [anon_sym_AMP_CARET] = ACTIONS(3415), - [anon_sym_AMP_AMP] = ACTIONS(3415), - [anon_sym_PIPE_PIPE] = ACTIONS(3415), - [anon_sym_or] = ACTIONS(3415), - [sym_none] = ACTIONS(3415), - [sym_true] = ACTIONS(3415), - [sym_false] = ACTIONS(3415), - [sym_nil] = ACTIONS(3415), - [anon_sym_QMARK_DOT] = ACTIONS(3415), - [anon_sym_POUND_LBRACK] = ACTIONS(3415), - [anon_sym_if] = ACTIONS(3415), - [anon_sym_DOLLARif] = ACTIONS(3415), - [anon_sym_is] = ACTIONS(3415), - [anon_sym_BANGis] = ACTIONS(3415), - [anon_sym_in] = ACTIONS(3415), - [anon_sym_BANGin] = ACTIONS(3415), - [anon_sym_match] = ACTIONS(3415), - [anon_sym_select] = ACTIONS(3415), - [anon_sym_lock] = ACTIONS(3415), - [anon_sym_rlock] = ACTIONS(3415), - [anon_sym_unsafe] = ACTIONS(3415), - [anon_sym_sql] = ACTIONS(3415), - [sym_int_literal] = ACTIONS(3415), - [sym_float_literal] = ACTIONS(3415), - [sym_rune_literal] = ACTIONS(3415), - [sym_pseudo_compile_time_identifier] = ACTIONS(3415), - [anon_sym_shared] = ACTIONS(3415), - [anon_sym_map_LBRACK] = ACTIONS(3415), - [anon_sym_chan] = ACTIONS(3415), - [anon_sym_thread] = ACTIONS(3415), - [anon_sym_atomic] = ACTIONS(3415), - [sym___double_quote] = ACTIONS(3415), - [sym___single_quote] = ACTIONS(3415), - [sym___c_double_quote] = ACTIONS(3415), - [sym___c_single_quote] = ACTIONS(3415), - [sym___r_double_quote] = ACTIONS(3415), - [sym___r_single_quote] = ACTIONS(3415), - }, - [1192] = { - [sym_line_comment] = STATE(1192), - [sym_block_comment] = STATE(1192), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LF] = ACTIONS(3223), - [anon_sym_CR] = ACTIONS(3223), - [anon_sym_CR_LF] = ACTIONS(3223), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3223), - [anon_sym_DOT] = ACTIONS(3223), - [anon_sym_as] = ACTIONS(3223), - [anon_sym_LBRACE] = ACTIONS(3223), - [anon_sym_COMMA] = ACTIONS(3223), - [anon_sym_RBRACE] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3223), - [anon_sym_RPAREN] = ACTIONS(3223), - [anon_sym_PIPE] = ACTIONS(3223), - [anon_sym_fn] = ACTIONS(3223), - [anon_sym_PLUS] = ACTIONS(3223), - [anon_sym_DASH] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3223), - [anon_sym_SLASH] = ACTIONS(3223), - [anon_sym_PERCENT] = ACTIONS(3223), - [anon_sym_LT] = ACTIONS(3223), - [anon_sym_GT] = ACTIONS(3223), - [anon_sym_EQ_EQ] = ACTIONS(3223), - [anon_sym_BANG_EQ] = ACTIONS(3223), - [anon_sym_LT_EQ] = ACTIONS(3223), - [anon_sym_GT_EQ] = ACTIONS(3223), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3223), - [anon_sym_LBRACK] = ACTIONS(3221), - [anon_sym_struct] = ACTIONS(3223), - [anon_sym_mut] = ACTIONS(3223), - [anon_sym_PLUS_PLUS] = ACTIONS(3223), - [anon_sym_DASH_DASH] = ACTIONS(3223), - [anon_sym_QMARK] = ACTIONS(3223), - [anon_sym_BANG] = ACTIONS(3223), - [anon_sym_go] = ACTIONS(3223), - [anon_sym_spawn] = ACTIONS(3223), - [anon_sym_json_DOTdecode] = ACTIONS(3223), - [anon_sym_LBRACK2] = ACTIONS(3223), - [anon_sym_TILDE] = ACTIONS(3223), - [anon_sym_CARET] = ACTIONS(3223), - [anon_sym_AMP] = ACTIONS(3223), - [anon_sym_LT_DASH] = ACTIONS(3223), - [anon_sym_LT_LT] = ACTIONS(3223), - [anon_sym_GT_GT] = ACTIONS(3223), - [anon_sym_GT_GT_GT] = ACTIONS(3223), - [anon_sym_AMP_CARET] = ACTIONS(3223), - [anon_sym_AMP_AMP] = ACTIONS(3223), - [anon_sym_PIPE_PIPE] = ACTIONS(3223), - [anon_sym_or] = ACTIONS(3223), - [sym_none] = ACTIONS(3223), - [sym_true] = ACTIONS(3223), - [sym_false] = ACTIONS(3223), - [sym_nil] = ACTIONS(3223), - [anon_sym_QMARK_DOT] = ACTIONS(3223), - [anon_sym_POUND_LBRACK] = ACTIONS(3223), - [anon_sym_if] = ACTIONS(3223), - [anon_sym_DOLLARif] = ACTIONS(3223), - [anon_sym_is] = ACTIONS(3223), - [anon_sym_BANGis] = ACTIONS(3223), - [anon_sym_in] = ACTIONS(3223), - [anon_sym_BANGin] = ACTIONS(3223), - [anon_sym_match] = ACTIONS(3223), - [anon_sym_select] = ACTIONS(3223), - [anon_sym_lock] = ACTIONS(3223), - [anon_sym_rlock] = ACTIONS(3223), - [anon_sym_unsafe] = ACTIONS(3223), - [anon_sym_sql] = ACTIONS(3223), - [sym_int_literal] = ACTIONS(3223), - [sym_float_literal] = ACTIONS(3223), - [sym_rune_literal] = ACTIONS(3223), - [sym_pseudo_compile_time_identifier] = ACTIONS(3223), - [anon_sym_shared] = ACTIONS(3223), - [anon_sym_map_LBRACK] = ACTIONS(3223), - [anon_sym_chan] = ACTIONS(3223), - [anon_sym_thread] = ACTIONS(3223), - [anon_sym_atomic] = ACTIONS(3223), - [sym___double_quote] = ACTIONS(3223), - [sym___single_quote] = ACTIONS(3223), - [sym___c_double_quote] = ACTIONS(3223), - [sym___c_single_quote] = ACTIONS(3223), - [sym___r_double_quote] = ACTIONS(3223), - [sym___r_single_quote] = ACTIONS(3223), - }, - [1193] = { - [sym_line_comment] = STATE(1193), - [sym_block_comment] = STATE(1193), - [sym_identifier] = ACTIONS(3151), - [anon_sym_LF] = ACTIONS(3151), - [anon_sym_CR] = ACTIONS(3151), - [anon_sym_CR_LF] = ACTIONS(3151), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3151), - [anon_sym_DOT] = ACTIONS(3151), - [anon_sym_as] = ACTIONS(3151), - [anon_sym_LBRACE] = ACTIONS(3151), - [anon_sym_COMMA] = ACTIONS(3151), - [anon_sym_RBRACE] = ACTIONS(3151), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_RPAREN] = ACTIONS(3151), - [anon_sym_PIPE] = ACTIONS(3151), - [anon_sym_fn] = ACTIONS(3151), - [anon_sym_PLUS] = ACTIONS(3151), - [anon_sym_DASH] = ACTIONS(3151), - [anon_sym_STAR] = ACTIONS(3151), - [anon_sym_SLASH] = ACTIONS(3151), - [anon_sym_PERCENT] = ACTIONS(3151), - [anon_sym_LT] = ACTIONS(3151), - [anon_sym_GT] = ACTIONS(3151), - [anon_sym_EQ_EQ] = ACTIONS(3151), - [anon_sym_BANG_EQ] = ACTIONS(3151), - [anon_sym_LT_EQ] = ACTIONS(3151), - [anon_sym_GT_EQ] = ACTIONS(3151), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3149), - [anon_sym_struct] = ACTIONS(3151), - [anon_sym_mut] = ACTIONS(3151), - [anon_sym_PLUS_PLUS] = ACTIONS(3151), - [anon_sym_DASH_DASH] = ACTIONS(3151), - [anon_sym_QMARK] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3151), - [anon_sym_go] = ACTIONS(3151), - [anon_sym_spawn] = ACTIONS(3151), - [anon_sym_json_DOTdecode] = ACTIONS(3151), - [anon_sym_LBRACK2] = ACTIONS(3151), - [anon_sym_TILDE] = ACTIONS(3151), - [anon_sym_CARET] = ACTIONS(3151), - [anon_sym_AMP] = ACTIONS(3151), - [anon_sym_LT_DASH] = ACTIONS(3151), - [anon_sym_LT_LT] = ACTIONS(3151), - [anon_sym_GT_GT] = ACTIONS(3151), - [anon_sym_GT_GT_GT] = ACTIONS(3151), - [anon_sym_AMP_CARET] = ACTIONS(3151), - [anon_sym_AMP_AMP] = ACTIONS(3151), - [anon_sym_PIPE_PIPE] = ACTIONS(3151), - [anon_sym_or] = ACTIONS(3151), - [sym_none] = ACTIONS(3151), - [sym_true] = ACTIONS(3151), - [sym_false] = ACTIONS(3151), - [sym_nil] = ACTIONS(3151), - [anon_sym_QMARK_DOT] = ACTIONS(3151), - [anon_sym_POUND_LBRACK] = ACTIONS(3151), - [anon_sym_if] = ACTIONS(3151), - [anon_sym_DOLLARif] = ACTIONS(3151), - [anon_sym_is] = ACTIONS(3151), - [anon_sym_BANGis] = ACTIONS(3151), - [anon_sym_in] = ACTIONS(3151), - [anon_sym_BANGin] = ACTIONS(3151), - [anon_sym_match] = ACTIONS(3151), - [anon_sym_select] = ACTIONS(3151), - [anon_sym_lock] = ACTIONS(3151), - [anon_sym_rlock] = ACTIONS(3151), - [anon_sym_unsafe] = ACTIONS(3151), - [anon_sym_sql] = ACTIONS(3151), - [sym_int_literal] = ACTIONS(3151), - [sym_float_literal] = ACTIONS(3151), - [sym_rune_literal] = ACTIONS(3151), - [sym_pseudo_compile_time_identifier] = ACTIONS(3151), - [anon_sym_shared] = ACTIONS(3151), - [anon_sym_map_LBRACK] = ACTIONS(3151), - [anon_sym_chan] = ACTIONS(3151), - [anon_sym_thread] = ACTIONS(3151), - [anon_sym_atomic] = ACTIONS(3151), - [sym___double_quote] = ACTIONS(3151), - [sym___single_quote] = ACTIONS(3151), - [sym___c_double_quote] = ACTIONS(3151), - [sym___c_single_quote] = ACTIONS(3151), - [sym___r_double_quote] = ACTIONS(3151), - [sym___r_single_quote] = ACTIONS(3151), - }, - [1194] = { - [sym_line_comment] = STATE(1194), - [sym_block_comment] = STATE(1194), - [sym_identifier] = ACTIONS(3435), - [anon_sym_LF] = ACTIONS(3435), - [anon_sym_CR] = ACTIONS(3435), - [anon_sym_CR_LF] = ACTIONS(3435), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3435), - [anon_sym_DOT] = ACTIONS(3435), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3435), - [anon_sym_COMMA] = ACTIONS(3435), - [anon_sym_RBRACE] = ACTIONS(3435), - [anon_sym_LPAREN] = ACTIONS(3435), - [anon_sym_RPAREN] = ACTIONS(3435), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3435), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3435), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3435), - [anon_sym_BANG_EQ] = ACTIONS(3435), - [anon_sym_LT_EQ] = ACTIONS(3435), - [anon_sym_GT_EQ] = ACTIONS(3435), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3435), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_PLUS_PLUS] = ACTIONS(3435), - [anon_sym_DASH_DASH] = ACTIONS(3435), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3435), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3435), - [anon_sym_CARET] = ACTIONS(3435), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3435), - [anon_sym_LT_LT] = ACTIONS(3435), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3435), - [anon_sym_AMP_CARET] = ACTIONS(3435), - [anon_sym_AMP_AMP] = ACTIONS(3435), - [anon_sym_PIPE_PIPE] = ACTIONS(3435), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3435), - [anon_sym_POUND_LBRACK] = ACTIONS(3435), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3435), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3435), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3435), - [sym_rune_literal] = ACTIONS(3435), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3435), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3435), - [sym___single_quote] = ACTIONS(3435), - [sym___c_double_quote] = ACTIONS(3435), - [sym___c_single_quote] = ACTIONS(3435), - [sym___r_double_quote] = ACTIONS(3435), - [sym___r_single_quote] = ACTIONS(3435), - }, - [1195] = { - [sym_line_comment] = STATE(1195), - [sym_block_comment] = STATE(1195), - [sym_identifier] = ACTIONS(3439), - [anon_sym_LF] = ACTIONS(3439), - [anon_sym_CR] = ACTIONS(3439), - [anon_sym_CR_LF] = ACTIONS(3439), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3439), - [anon_sym_DOT] = ACTIONS(3439), - [anon_sym_as] = ACTIONS(3439), - [anon_sym_LBRACE] = ACTIONS(3439), - [anon_sym_COMMA] = ACTIONS(3439), - [anon_sym_RBRACE] = ACTIONS(3439), - [anon_sym_LPAREN] = ACTIONS(3439), - [anon_sym_RPAREN] = ACTIONS(3439), - [anon_sym_PIPE] = ACTIONS(3439), - [anon_sym_fn] = ACTIONS(3439), - [anon_sym_PLUS] = ACTIONS(3439), - [anon_sym_DASH] = ACTIONS(3439), - [anon_sym_STAR] = ACTIONS(3439), - [anon_sym_SLASH] = ACTIONS(3439), - [anon_sym_PERCENT] = ACTIONS(3439), - [anon_sym_LT] = ACTIONS(3439), - [anon_sym_GT] = ACTIONS(3439), - [anon_sym_EQ_EQ] = ACTIONS(3439), - [anon_sym_BANG_EQ] = ACTIONS(3439), - [anon_sym_LT_EQ] = ACTIONS(3439), - [anon_sym_GT_EQ] = ACTIONS(3439), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3439), - [anon_sym_LBRACK] = ACTIONS(3437), - [anon_sym_struct] = ACTIONS(3439), - [anon_sym_mut] = ACTIONS(3439), - [anon_sym_PLUS_PLUS] = ACTIONS(3439), - [anon_sym_DASH_DASH] = ACTIONS(3439), - [anon_sym_QMARK] = ACTIONS(3439), - [anon_sym_BANG] = ACTIONS(3439), - [anon_sym_go] = ACTIONS(3439), - [anon_sym_spawn] = ACTIONS(3439), - [anon_sym_json_DOTdecode] = ACTIONS(3439), - [anon_sym_LBRACK2] = ACTIONS(3439), - [anon_sym_TILDE] = ACTIONS(3439), - [anon_sym_CARET] = ACTIONS(3439), - [anon_sym_AMP] = ACTIONS(3439), - [anon_sym_LT_DASH] = ACTIONS(3439), - [anon_sym_LT_LT] = ACTIONS(3439), - [anon_sym_GT_GT] = ACTIONS(3439), - [anon_sym_GT_GT_GT] = ACTIONS(3439), - [anon_sym_AMP_CARET] = ACTIONS(3439), - [anon_sym_AMP_AMP] = ACTIONS(3439), - [anon_sym_PIPE_PIPE] = ACTIONS(3439), - [anon_sym_or] = ACTIONS(3439), - [sym_none] = ACTIONS(3439), - [sym_true] = ACTIONS(3439), - [sym_false] = ACTIONS(3439), - [sym_nil] = ACTIONS(3439), - [anon_sym_QMARK_DOT] = ACTIONS(3439), - [anon_sym_POUND_LBRACK] = ACTIONS(3439), - [anon_sym_if] = ACTIONS(3439), - [anon_sym_DOLLARif] = ACTIONS(3439), - [anon_sym_is] = ACTIONS(3439), - [anon_sym_BANGis] = ACTIONS(3439), - [anon_sym_in] = ACTIONS(3439), - [anon_sym_BANGin] = ACTIONS(3439), - [anon_sym_match] = ACTIONS(3439), - [anon_sym_select] = ACTIONS(3439), - [anon_sym_lock] = ACTIONS(3439), - [anon_sym_rlock] = ACTIONS(3439), - [anon_sym_unsafe] = ACTIONS(3439), - [anon_sym_sql] = ACTIONS(3439), - [sym_int_literal] = ACTIONS(3439), - [sym_float_literal] = ACTIONS(3439), - [sym_rune_literal] = ACTIONS(3439), - [sym_pseudo_compile_time_identifier] = ACTIONS(3439), - [anon_sym_shared] = ACTIONS(3439), - [anon_sym_map_LBRACK] = ACTIONS(3439), - [anon_sym_chan] = ACTIONS(3439), - [anon_sym_thread] = ACTIONS(3439), - [anon_sym_atomic] = ACTIONS(3439), - [sym___double_quote] = ACTIONS(3439), - [sym___single_quote] = ACTIONS(3439), - [sym___c_double_quote] = ACTIONS(3439), - [sym___c_single_quote] = ACTIONS(3439), - [sym___r_double_quote] = ACTIONS(3439), - [sym___r_single_quote] = ACTIONS(3439), - }, - [1196] = { - [sym_line_comment] = STATE(1196), - [sym_block_comment] = STATE(1196), - [sym_reference_expression] = STATE(4468), - [sym_type_reference_expression] = STATE(1958), - [sym_plain_type] = STATE(2019), - [sym__plain_type_without_special] = STATE(2035), - [sym_anon_struct_type] = STATE(2114), - [sym_multi_return_type] = STATE(2035), - [sym_result_type] = STATE(2035), - [sym_option_type] = STATE(2035), - [sym_qualified_type] = STATE(1958), - [sym_fixed_array_type] = STATE(2114), - [sym_array_type] = STATE(2114), - [sym_pointer_type] = STATE(2114), - [sym_wrong_pointer_type] = STATE(2114), - [sym_map_type] = STATE(2114), - [sym_channel_type] = STATE(2114), - [sym_shared_type] = STATE(2114), - [sym_thread_type] = STATE(2114), - [sym_atomic_type] = STATE(2114), - [sym_generic_type] = STATE(2114), - [sym_function_type] = STATE(2114), - [sym_identifier] = ACTIONS(3788), + [sym_reference_expression] = STATE(4533), + [sym_type_reference_expression] = STATE(1950), + [sym_plain_type] = STATE(2171), + [sym__plain_type_without_special] = STATE(2160), + [sym_anon_struct_type] = STATE(2162), + [sym_multi_return_type] = STATE(2160), + [sym_result_type] = STATE(2160), + [sym_option_type] = STATE(2160), + [sym_qualified_type] = STATE(1950), + [sym_fixed_array_type] = STATE(2162), + [sym_array_type] = STATE(2162), + [sym_pointer_type] = STATE(2162), + [sym_wrong_pointer_type] = STATE(2162), + [sym_map_type] = STATE(2162), + [sym_channel_type] = STATE(2162), + [sym_shared_type] = STATE(2162), + [sym_thread_type] = STATE(2162), + [sym_atomic_type] = STATE(2162), + [sym_generic_type] = STATE(2162), + [sym_function_type] = STATE(2162), + [sym_identifier] = ACTIONS(3782), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(625), [anon_sym_DOT] = ACTIONS(625), [anon_sym_as] = ACTIONS(627), [anon_sym_LBRACE] = ACTIONS(625), [anon_sym_COMMA] = ACTIONS(625), - [anon_sym_LPAREN] = ACTIONS(3790), + [anon_sym_LPAREN] = ACTIONS(3784), [anon_sym_EQ] = ACTIONS(627), [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_fn] = ACTIONS(3792), + [anon_sym_fn] = ACTIONS(3786), [anon_sym_PLUS] = ACTIONS(627), [anon_sym_DASH] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(3794), + [anon_sym_STAR] = ACTIONS(3788), [anon_sym_SLASH] = ACTIONS(627), [anon_sym_PERCENT] = ACTIONS(627), [anon_sym_LT] = ACTIONS(627), @@ -158706,14 +157794,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(625), [anon_sym_GT_EQ] = ACTIONS(625), [anon_sym_LBRACK] = ACTIONS(625), - [anon_sym_struct] = ACTIONS(3796), + [anon_sym_struct] = ACTIONS(3790), + [anon_sym_COLON] = ACTIONS(625), [anon_sym_PLUS_PLUS] = ACTIONS(625), [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_QMARK] = ACTIONS(3798), - [anon_sym_BANG] = ACTIONS(3800), - [anon_sym_LBRACK2] = ACTIONS(3802), + [anon_sym_QMARK] = ACTIONS(3792), + [anon_sym_BANG] = ACTIONS(3794), + [anon_sym_LBRACK2] = ACTIONS(3796), [anon_sym_CARET] = ACTIONS(627), - [anon_sym_AMP] = ACTIONS(3804), + [anon_sym_AMP] = ACTIONS(3798), + [anon_sym_LT_DASH] = ACTIONS(625), [anon_sym_LT_LT] = ACTIONS(627), [anon_sym_GT_GT] = ACTIONS(627), [anon_sym_GT_GT_GT] = ACTIONS(627), @@ -158739,833 +157829,224 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_EQ] = ACTIONS(625), [anon_sym_PIPE_EQ] = ACTIONS(625), [anon_sym_CARET_EQ] = ACTIONS(625), - [anon_sym_COLON_EQ] = ACTIONS(625), - [anon_sym_shared] = ACTIONS(3806), - [anon_sym_map_LBRACK] = ACTIONS(3808), - [anon_sym_chan] = ACTIONS(3810), - [anon_sym_thread] = ACTIONS(3812), - [anon_sym_atomic] = ACTIONS(3814), - }, - [1197] = { - [sym_line_comment] = STATE(1197), - [sym_block_comment] = STATE(1197), - [sym_identifier] = ACTIONS(2971), - [anon_sym_LF] = ACTIONS(2971), - [anon_sym_CR] = ACTIONS(2971), - [anon_sym_CR_LF] = ACTIONS(2971), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2971), - [anon_sym_DOT] = ACTIONS(2971), - [anon_sym_as] = ACTIONS(2971), - [anon_sym_LBRACE] = ACTIONS(2971), - [anon_sym_COMMA] = ACTIONS(2971), - [anon_sym_RBRACE] = ACTIONS(2971), - [anon_sym_LPAREN] = ACTIONS(2971), - [anon_sym_RPAREN] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(2971), - [anon_sym_fn] = ACTIONS(2971), - [anon_sym_PLUS] = ACTIONS(2971), - [anon_sym_DASH] = ACTIONS(2971), - [anon_sym_STAR] = ACTIONS(2971), - [anon_sym_SLASH] = ACTIONS(2971), - [anon_sym_PERCENT] = ACTIONS(2971), - [anon_sym_LT] = ACTIONS(2971), - [anon_sym_GT] = ACTIONS(2971), - [anon_sym_EQ_EQ] = ACTIONS(2971), - [anon_sym_BANG_EQ] = ACTIONS(2971), - [anon_sym_LT_EQ] = ACTIONS(2971), - [anon_sym_GT_EQ] = ACTIONS(2971), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2971), - [anon_sym_LBRACK] = ACTIONS(2969), - [anon_sym_struct] = ACTIONS(2971), - [anon_sym_mut] = ACTIONS(2971), - [anon_sym_PLUS_PLUS] = ACTIONS(2971), - [anon_sym_DASH_DASH] = ACTIONS(2971), - [anon_sym_QMARK] = ACTIONS(2971), - [anon_sym_BANG] = ACTIONS(2971), - [anon_sym_go] = ACTIONS(2971), - [anon_sym_spawn] = ACTIONS(2971), - [anon_sym_json_DOTdecode] = ACTIONS(2971), - [anon_sym_LBRACK2] = ACTIONS(2971), - [anon_sym_TILDE] = ACTIONS(2971), - [anon_sym_CARET] = ACTIONS(2971), - [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_LT_DASH] = ACTIONS(2971), - [anon_sym_LT_LT] = ACTIONS(2971), - [anon_sym_GT_GT] = ACTIONS(2971), - [anon_sym_GT_GT_GT] = ACTIONS(2971), - [anon_sym_AMP_CARET] = ACTIONS(2971), - [anon_sym_AMP_AMP] = ACTIONS(2971), - [anon_sym_PIPE_PIPE] = ACTIONS(2971), - [anon_sym_or] = ACTIONS(2971), - [sym_none] = ACTIONS(2971), - [sym_true] = ACTIONS(2971), - [sym_false] = ACTIONS(2971), - [sym_nil] = ACTIONS(2971), - [anon_sym_QMARK_DOT] = ACTIONS(2971), - [anon_sym_POUND_LBRACK] = ACTIONS(2971), - [anon_sym_if] = ACTIONS(2971), - [anon_sym_DOLLARif] = ACTIONS(2971), - [anon_sym_is] = ACTIONS(2971), - [anon_sym_BANGis] = ACTIONS(2971), - [anon_sym_in] = ACTIONS(2971), - [anon_sym_BANGin] = ACTIONS(2971), - [anon_sym_match] = ACTIONS(2971), - [anon_sym_select] = ACTIONS(2971), - [anon_sym_lock] = ACTIONS(2971), - [anon_sym_rlock] = ACTIONS(2971), - [anon_sym_unsafe] = ACTIONS(2971), - [anon_sym_sql] = ACTIONS(2971), - [sym_int_literal] = ACTIONS(2971), - [sym_float_literal] = ACTIONS(2971), - [sym_rune_literal] = ACTIONS(2971), - [sym_pseudo_compile_time_identifier] = ACTIONS(2971), - [anon_sym_shared] = ACTIONS(2971), - [anon_sym_map_LBRACK] = ACTIONS(2971), - [anon_sym_chan] = ACTIONS(2971), - [anon_sym_thread] = ACTIONS(2971), - [anon_sym_atomic] = ACTIONS(2971), - [sym___double_quote] = ACTIONS(2971), - [sym___single_quote] = ACTIONS(2971), - [sym___c_double_quote] = ACTIONS(2971), - [sym___c_single_quote] = ACTIONS(2971), - [sym___r_double_quote] = ACTIONS(2971), - [sym___r_single_quote] = ACTIONS(2971), - }, - [1198] = { - [sym_line_comment] = STATE(1198), - [sym_block_comment] = STATE(1198), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LF] = ACTIONS(3395), - [anon_sym_CR] = ACTIONS(3395), - [anon_sym_CR_LF] = ACTIONS(3395), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3395), - [anon_sym_DOT] = ACTIONS(3395), - [anon_sym_as] = ACTIONS(3395), - [anon_sym_LBRACE] = ACTIONS(3395), - [anon_sym_COMMA] = ACTIONS(3395), - [anon_sym_RBRACE] = ACTIONS(3395), - [anon_sym_LPAREN] = ACTIONS(3395), - [anon_sym_RPAREN] = ACTIONS(3395), - [anon_sym_PIPE] = ACTIONS(3395), - [anon_sym_fn] = ACTIONS(3395), - [anon_sym_PLUS] = ACTIONS(3395), - [anon_sym_DASH] = ACTIONS(3395), - [anon_sym_STAR] = ACTIONS(3395), - [anon_sym_SLASH] = ACTIONS(3395), - [anon_sym_PERCENT] = ACTIONS(3395), - [anon_sym_LT] = ACTIONS(3395), - [anon_sym_GT] = ACTIONS(3395), - [anon_sym_EQ_EQ] = ACTIONS(3395), - [anon_sym_BANG_EQ] = ACTIONS(3395), - [anon_sym_LT_EQ] = ACTIONS(3395), - [anon_sym_GT_EQ] = ACTIONS(3395), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3395), - [anon_sym_LBRACK] = ACTIONS(3393), - [anon_sym_struct] = ACTIONS(3395), - [anon_sym_mut] = ACTIONS(3395), - [anon_sym_PLUS_PLUS] = ACTIONS(3395), - [anon_sym_DASH_DASH] = ACTIONS(3395), - [anon_sym_QMARK] = ACTIONS(3395), - [anon_sym_BANG] = ACTIONS(3395), - [anon_sym_go] = ACTIONS(3395), - [anon_sym_spawn] = ACTIONS(3395), - [anon_sym_json_DOTdecode] = ACTIONS(3395), - [anon_sym_LBRACK2] = ACTIONS(3395), - [anon_sym_TILDE] = ACTIONS(3395), - [anon_sym_CARET] = ACTIONS(3395), - [anon_sym_AMP] = ACTIONS(3395), - [anon_sym_LT_DASH] = ACTIONS(3395), - [anon_sym_LT_LT] = ACTIONS(3395), - [anon_sym_GT_GT] = ACTIONS(3395), - [anon_sym_GT_GT_GT] = ACTIONS(3395), - [anon_sym_AMP_CARET] = ACTIONS(3395), - [anon_sym_AMP_AMP] = ACTIONS(3395), - [anon_sym_PIPE_PIPE] = ACTIONS(3395), - [anon_sym_or] = ACTIONS(3395), - [sym_none] = ACTIONS(3395), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_nil] = ACTIONS(3395), - [anon_sym_QMARK_DOT] = ACTIONS(3395), - [anon_sym_POUND_LBRACK] = ACTIONS(3395), - [anon_sym_if] = ACTIONS(3395), - [anon_sym_DOLLARif] = ACTIONS(3395), - [anon_sym_is] = ACTIONS(3395), - [anon_sym_BANGis] = ACTIONS(3395), - [anon_sym_in] = ACTIONS(3395), - [anon_sym_BANGin] = ACTIONS(3395), - [anon_sym_match] = ACTIONS(3395), - [anon_sym_select] = ACTIONS(3395), - [anon_sym_lock] = ACTIONS(3395), - [anon_sym_rlock] = ACTIONS(3395), - [anon_sym_unsafe] = ACTIONS(3395), - [anon_sym_sql] = ACTIONS(3395), - [sym_int_literal] = ACTIONS(3395), - [sym_float_literal] = ACTIONS(3395), - [sym_rune_literal] = ACTIONS(3395), - [sym_pseudo_compile_time_identifier] = ACTIONS(3395), - [anon_sym_shared] = ACTIONS(3395), - [anon_sym_map_LBRACK] = ACTIONS(3395), - [anon_sym_chan] = ACTIONS(3395), - [anon_sym_thread] = ACTIONS(3395), - [anon_sym_atomic] = ACTIONS(3395), - [sym___double_quote] = ACTIONS(3395), - [sym___single_quote] = ACTIONS(3395), - [sym___c_double_quote] = ACTIONS(3395), - [sym___c_single_quote] = ACTIONS(3395), - [sym___r_double_quote] = ACTIONS(3395), - [sym___r_single_quote] = ACTIONS(3395), - }, - [1199] = { - [sym_line_comment] = STATE(1199), - [sym_block_comment] = STATE(1199), - [sym_identifier] = ACTIONS(3427), - [anon_sym_LF] = ACTIONS(3427), - [anon_sym_CR] = ACTIONS(3427), - [anon_sym_CR_LF] = ACTIONS(3427), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3427), - [anon_sym_DOT] = ACTIONS(3427), - [anon_sym_as] = ACTIONS(3427), - [anon_sym_LBRACE] = ACTIONS(3427), - [anon_sym_COMMA] = ACTIONS(3427), - [anon_sym_RBRACE] = ACTIONS(3427), - [anon_sym_LPAREN] = ACTIONS(3427), - [anon_sym_RPAREN] = ACTIONS(3427), - [anon_sym_PIPE] = ACTIONS(3427), - [anon_sym_fn] = ACTIONS(3427), - [anon_sym_PLUS] = ACTIONS(3427), - [anon_sym_DASH] = ACTIONS(3427), - [anon_sym_STAR] = ACTIONS(3427), - [anon_sym_SLASH] = ACTIONS(3427), - [anon_sym_PERCENT] = ACTIONS(3427), - [anon_sym_LT] = ACTIONS(3427), - [anon_sym_GT] = ACTIONS(3427), - [anon_sym_EQ_EQ] = ACTIONS(3427), - [anon_sym_BANG_EQ] = ACTIONS(3427), - [anon_sym_LT_EQ] = ACTIONS(3427), - [anon_sym_GT_EQ] = ACTIONS(3427), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3427), - [anon_sym_LBRACK] = ACTIONS(3425), - [anon_sym_struct] = ACTIONS(3427), - [anon_sym_mut] = ACTIONS(3427), - [anon_sym_PLUS_PLUS] = ACTIONS(3427), - [anon_sym_DASH_DASH] = ACTIONS(3427), - [anon_sym_QMARK] = ACTIONS(3427), - [anon_sym_BANG] = ACTIONS(3427), - [anon_sym_go] = ACTIONS(3427), - [anon_sym_spawn] = ACTIONS(3427), - [anon_sym_json_DOTdecode] = ACTIONS(3427), - [anon_sym_LBRACK2] = ACTIONS(3427), - [anon_sym_TILDE] = ACTIONS(3427), - [anon_sym_CARET] = ACTIONS(3427), - [anon_sym_AMP] = ACTIONS(3427), - [anon_sym_LT_DASH] = ACTIONS(3427), - [anon_sym_LT_LT] = ACTIONS(3427), - [anon_sym_GT_GT] = ACTIONS(3427), - [anon_sym_GT_GT_GT] = ACTIONS(3427), - [anon_sym_AMP_CARET] = ACTIONS(3427), - [anon_sym_AMP_AMP] = ACTIONS(3427), - [anon_sym_PIPE_PIPE] = ACTIONS(3427), - [anon_sym_or] = ACTIONS(3427), - [sym_none] = ACTIONS(3427), - [sym_true] = ACTIONS(3427), - [sym_false] = ACTIONS(3427), - [sym_nil] = ACTIONS(3427), - [anon_sym_QMARK_DOT] = ACTIONS(3427), - [anon_sym_POUND_LBRACK] = ACTIONS(3427), - [anon_sym_if] = ACTIONS(3427), - [anon_sym_DOLLARif] = ACTIONS(3427), - [anon_sym_is] = ACTIONS(3427), - [anon_sym_BANGis] = ACTIONS(3427), - [anon_sym_in] = ACTIONS(3427), - [anon_sym_BANGin] = ACTIONS(3427), - [anon_sym_match] = ACTIONS(3427), - [anon_sym_select] = ACTIONS(3427), - [anon_sym_lock] = ACTIONS(3427), - [anon_sym_rlock] = ACTIONS(3427), - [anon_sym_unsafe] = ACTIONS(3427), - [anon_sym_sql] = ACTIONS(3427), - [sym_int_literal] = ACTIONS(3427), - [sym_float_literal] = ACTIONS(3427), - [sym_rune_literal] = ACTIONS(3427), - [sym_pseudo_compile_time_identifier] = ACTIONS(3427), - [anon_sym_shared] = ACTIONS(3427), - [anon_sym_map_LBRACK] = ACTIONS(3427), - [anon_sym_chan] = ACTIONS(3427), - [anon_sym_thread] = ACTIONS(3427), - [anon_sym_atomic] = ACTIONS(3427), - [sym___double_quote] = ACTIONS(3427), - [sym___single_quote] = ACTIONS(3427), - [sym___c_double_quote] = ACTIONS(3427), - [sym___c_single_quote] = ACTIONS(3427), - [sym___r_double_quote] = ACTIONS(3427), - [sym___r_single_quote] = ACTIONS(3427), - }, - [1200] = { - [sym_line_comment] = STATE(1200), - [sym_block_comment] = STATE(1200), - [sym_identifier] = ACTIONS(3025), - [anon_sym_LF] = ACTIONS(3025), - [anon_sym_CR] = ACTIONS(3025), - [anon_sym_CR_LF] = ACTIONS(3025), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3025), - [anon_sym_DOT] = ACTIONS(3025), - [anon_sym_as] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3025), - [anon_sym_COMMA] = ACTIONS(3025), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3025), - [anon_sym_RPAREN] = ACTIONS(3025), - [anon_sym_PIPE] = ACTIONS(3025), - [anon_sym_fn] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3025), - [anon_sym_SLASH] = ACTIONS(3025), - [anon_sym_PERCENT] = ACTIONS(3025), - [anon_sym_LT] = ACTIONS(3025), - [anon_sym_GT] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3023), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_mut] = ACTIONS(3025), - [anon_sym_PLUS_PLUS] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3025), - [anon_sym_QMARK] = ACTIONS(3025), - [anon_sym_BANG] = ACTIONS(3025), - [anon_sym_go] = ACTIONS(3025), - [anon_sym_spawn] = ACTIONS(3025), - [anon_sym_json_DOTdecode] = ACTIONS(3025), - [anon_sym_LBRACK2] = ACTIONS(3025), - [anon_sym_TILDE] = ACTIONS(3025), - [anon_sym_CARET] = ACTIONS(3025), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_LT_DASH] = ACTIONS(3025), - [anon_sym_LT_LT] = ACTIONS(3025), - [anon_sym_GT_GT] = ACTIONS(3025), - [anon_sym_GT_GT_GT] = ACTIONS(3025), - [anon_sym_AMP_CARET] = ACTIONS(3025), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_or] = ACTIONS(3025), - [sym_none] = ACTIONS(3025), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [sym_nil] = ACTIONS(3025), - [anon_sym_QMARK_DOT] = ACTIONS(3025), - [anon_sym_POUND_LBRACK] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_DOLLARif] = ACTIONS(3025), - [anon_sym_is] = ACTIONS(3025), - [anon_sym_BANGis] = ACTIONS(3025), - [anon_sym_in] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(3025), - [anon_sym_match] = ACTIONS(3025), - [anon_sym_select] = ACTIONS(3025), - [anon_sym_lock] = ACTIONS(3025), - [anon_sym_rlock] = ACTIONS(3025), - [anon_sym_unsafe] = ACTIONS(3025), - [anon_sym_sql] = ACTIONS(3025), - [sym_int_literal] = ACTIONS(3025), - [sym_float_literal] = ACTIONS(3025), - [sym_rune_literal] = ACTIONS(3025), - [sym_pseudo_compile_time_identifier] = ACTIONS(3025), - [anon_sym_shared] = ACTIONS(3025), - [anon_sym_map_LBRACK] = ACTIONS(3025), - [anon_sym_chan] = ACTIONS(3025), - [anon_sym_thread] = ACTIONS(3025), - [anon_sym_atomic] = ACTIONS(3025), - [sym___double_quote] = ACTIONS(3025), - [sym___single_quote] = ACTIONS(3025), - [sym___c_double_quote] = ACTIONS(3025), - [sym___c_single_quote] = ACTIONS(3025), - [sym___r_double_quote] = ACTIONS(3025), - [sym___r_single_quote] = ACTIONS(3025), - }, - [1201] = { - [sym_line_comment] = STATE(1201), - [sym_block_comment] = STATE(1201), - [sym_identifier] = ACTIONS(3017), - [anon_sym_LF] = ACTIONS(3017), - [anon_sym_CR] = ACTIONS(3017), - [anon_sym_CR_LF] = ACTIONS(3017), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3017), - [anon_sym_DOT] = ACTIONS(3017), - [anon_sym_as] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3017), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_RBRACE] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(3017), - [anon_sym_RPAREN] = ACTIONS(3017), - [anon_sym_PIPE] = ACTIONS(3017), - [anon_sym_fn] = ACTIONS(3017), - [anon_sym_PLUS] = ACTIONS(3017), - [anon_sym_DASH] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_SLASH] = ACTIONS(3017), - [anon_sym_PERCENT] = ACTIONS(3017), - [anon_sym_LT] = ACTIONS(3017), - [anon_sym_GT] = ACTIONS(3017), - [anon_sym_EQ_EQ] = ACTIONS(3017), - [anon_sym_BANG_EQ] = ACTIONS(3017), - [anon_sym_LT_EQ] = ACTIONS(3017), - [anon_sym_GT_EQ] = ACTIONS(3017), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_struct] = ACTIONS(3017), - [anon_sym_mut] = ACTIONS(3017), - [anon_sym_PLUS_PLUS] = ACTIONS(3017), - [anon_sym_DASH_DASH] = ACTIONS(3017), - [anon_sym_QMARK] = ACTIONS(3017), - [anon_sym_BANG] = ACTIONS(3017), - [anon_sym_go] = ACTIONS(3017), - [anon_sym_spawn] = ACTIONS(3017), - [anon_sym_json_DOTdecode] = ACTIONS(3017), - [anon_sym_LBRACK2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_CARET] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_LT_DASH] = ACTIONS(3017), - [anon_sym_LT_LT] = ACTIONS(3017), - [anon_sym_GT_GT] = ACTIONS(3017), - [anon_sym_GT_GT_GT] = ACTIONS(3017), - [anon_sym_AMP_CARET] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_PIPE_PIPE] = ACTIONS(3017), - [anon_sym_or] = ACTIONS(3017), - [sym_none] = ACTIONS(3017), - [sym_true] = ACTIONS(3017), - [sym_false] = ACTIONS(3017), - [sym_nil] = ACTIONS(3017), - [anon_sym_QMARK_DOT] = ACTIONS(3017), - [anon_sym_POUND_LBRACK] = ACTIONS(3017), - [anon_sym_if] = ACTIONS(3017), - [anon_sym_DOLLARif] = ACTIONS(3017), - [anon_sym_is] = ACTIONS(3017), - [anon_sym_BANGis] = ACTIONS(3017), - [anon_sym_in] = ACTIONS(3017), - [anon_sym_BANGin] = ACTIONS(3017), - [anon_sym_match] = ACTIONS(3017), - [anon_sym_select] = ACTIONS(3017), - [anon_sym_lock] = ACTIONS(3017), - [anon_sym_rlock] = ACTIONS(3017), - [anon_sym_unsafe] = ACTIONS(3017), - [anon_sym_sql] = ACTIONS(3017), - [sym_int_literal] = ACTIONS(3017), - [sym_float_literal] = ACTIONS(3017), - [sym_rune_literal] = ACTIONS(3017), - [sym_pseudo_compile_time_identifier] = ACTIONS(3017), - [anon_sym_shared] = ACTIONS(3017), - [anon_sym_map_LBRACK] = ACTIONS(3017), - [anon_sym_chan] = ACTIONS(3017), - [anon_sym_thread] = ACTIONS(3017), - [anon_sym_atomic] = ACTIONS(3017), - [sym___double_quote] = ACTIONS(3017), - [sym___single_quote] = ACTIONS(3017), - [sym___c_double_quote] = ACTIONS(3017), - [sym___c_single_quote] = ACTIONS(3017), - [sym___r_double_quote] = ACTIONS(3017), - [sym___r_single_quote] = ACTIONS(3017), - }, - [1202] = { - [sym_line_comment] = STATE(1202), - [sym_block_comment] = STATE(1202), - [sym_identifier] = ACTIONS(3013), - [anon_sym_LF] = ACTIONS(3013), - [anon_sym_CR] = ACTIONS(3013), - [anon_sym_CR_LF] = ACTIONS(3013), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_DOT] = ACTIONS(3013), - [anon_sym_as] = ACTIONS(3013), - [anon_sym_LBRACE] = ACTIONS(3013), - [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3013), - [anon_sym_RPAREN] = ACTIONS(3013), - [anon_sym_PIPE] = ACTIONS(3013), - [anon_sym_fn] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3013), - [anon_sym_SLASH] = ACTIONS(3013), - [anon_sym_PERCENT] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(3013), - [anon_sym_GT] = ACTIONS(3013), - [anon_sym_EQ_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(3013), - [anon_sym_LT_EQ] = ACTIONS(3013), - [anon_sym_GT_EQ] = ACTIONS(3013), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3013), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_struct] = ACTIONS(3013), - [anon_sym_mut] = ACTIONS(3013), - [anon_sym_PLUS_PLUS] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3013), - [anon_sym_QMARK] = ACTIONS(3013), - [anon_sym_BANG] = ACTIONS(3013), - [anon_sym_go] = ACTIONS(3013), - [anon_sym_spawn] = ACTIONS(3013), - [anon_sym_json_DOTdecode] = ACTIONS(3013), - [anon_sym_LBRACK2] = ACTIONS(3013), - [anon_sym_TILDE] = ACTIONS(3013), - [anon_sym_CARET] = ACTIONS(3013), - [anon_sym_AMP] = ACTIONS(3013), - [anon_sym_LT_DASH] = ACTIONS(3013), - [anon_sym_LT_LT] = ACTIONS(3013), - [anon_sym_GT_GT] = ACTIONS(3013), - [anon_sym_GT_GT_GT] = ACTIONS(3013), - [anon_sym_AMP_CARET] = ACTIONS(3013), - [anon_sym_AMP_AMP] = ACTIONS(3013), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_or] = ACTIONS(3013), - [sym_none] = ACTIONS(3013), - [sym_true] = ACTIONS(3013), - [sym_false] = ACTIONS(3013), - [sym_nil] = ACTIONS(3013), - [anon_sym_QMARK_DOT] = ACTIONS(3013), - [anon_sym_POUND_LBRACK] = ACTIONS(3013), - [anon_sym_if] = ACTIONS(3013), - [anon_sym_DOLLARif] = ACTIONS(3013), - [anon_sym_is] = ACTIONS(3013), - [anon_sym_BANGis] = ACTIONS(3013), - [anon_sym_in] = ACTIONS(3013), - [anon_sym_BANGin] = ACTIONS(3013), - [anon_sym_match] = ACTIONS(3013), - [anon_sym_select] = ACTIONS(3013), - [anon_sym_lock] = ACTIONS(3013), - [anon_sym_rlock] = ACTIONS(3013), - [anon_sym_unsafe] = ACTIONS(3013), - [anon_sym_sql] = ACTIONS(3013), - [sym_int_literal] = ACTIONS(3013), - [sym_float_literal] = ACTIONS(3013), - [sym_rune_literal] = ACTIONS(3013), - [sym_pseudo_compile_time_identifier] = ACTIONS(3013), - [anon_sym_shared] = ACTIONS(3013), - [anon_sym_map_LBRACK] = ACTIONS(3013), - [anon_sym_chan] = ACTIONS(3013), - [anon_sym_thread] = ACTIONS(3013), - [anon_sym_atomic] = ACTIONS(3013), - [sym___double_quote] = ACTIONS(3013), - [sym___single_quote] = ACTIONS(3013), - [sym___c_double_quote] = ACTIONS(3013), - [sym___c_single_quote] = ACTIONS(3013), - [sym___r_double_quote] = ACTIONS(3013), - [sym___r_single_quote] = ACTIONS(3013), - }, - [1203] = { - [sym_line_comment] = STATE(1203), - [sym_block_comment] = STATE(1203), - [sym_identifier] = ACTIONS(2793), - [anon_sym_LF] = ACTIONS(2793), - [anon_sym_CR] = ACTIONS(2793), - [anon_sym_CR_LF] = ACTIONS(2793), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2793), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_as] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2793), - [anon_sym_COMMA] = ACTIONS(2793), - [anon_sym_RBRACE] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2793), - [anon_sym_RPAREN] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_fn] = ACTIONS(2793), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_SLASH] = ACTIONS(2793), - [anon_sym_PERCENT] = ACTIONS(2793), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_GT] = ACTIONS(2793), - [anon_sym_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ] = ACTIONS(2793), - [anon_sym_LT_EQ] = ACTIONS(2793), - [anon_sym_GT_EQ] = ACTIONS(2793), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2793), - [anon_sym_LBRACK] = ACTIONS(2791), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_mut] = ACTIONS(2793), - [anon_sym_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2793), - [anon_sym_QMARK] = ACTIONS(2793), - [anon_sym_BANG] = ACTIONS(2793), - [anon_sym_go] = ACTIONS(2793), - [anon_sym_spawn] = ACTIONS(2793), - [anon_sym_json_DOTdecode] = ACTIONS(2793), - [anon_sym_LBRACK2] = ACTIONS(2793), - [anon_sym_TILDE] = ACTIONS(2793), - [anon_sym_CARET] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_LT_DASH] = ACTIONS(2793), - [anon_sym_LT_LT] = ACTIONS(2793), - [anon_sym_GT_GT] = ACTIONS(2793), - [anon_sym_GT_GT_GT] = ACTIONS(2793), - [anon_sym_AMP_CARET] = ACTIONS(2793), - [anon_sym_AMP_AMP] = ACTIONS(2793), - [anon_sym_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_or] = ACTIONS(2793), - [sym_none] = ACTIONS(2793), - [sym_true] = ACTIONS(2793), - [sym_false] = ACTIONS(2793), - [sym_nil] = ACTIONS(2793), - [anon_sym_QMARK_DOT] = ACTIONS(2793), - [anon_sym_POUND_LBRACK] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_DOLLARif] = ACTIONS(2793), - [anon_sym_is] = ACTIONS(2793), - [anon_sym_BANGis] = ACTIONS(2793), - [anon_sym_in] = ACTIONS(2793), - [anon_sym_BANGin] = ACTIONS(2793), - [anon_sym_match] = ACTIONS(2793), - [anon_sym_select] = ACTIONS(2793), - [anon_sym_lock] = ACTIONS(2793), - [anon_sym_rlock] = ACTIONS(2793), - [anon_sym_unsafe] = ACTIONS(2793), - [anon_sym_sql] = ACTIONS(2793), - [sym_int_literal] = ACTIONS(2793), - [sym_float_literal] = ACTIONS(2793), - [sym_rune_literal] = ACTIONS(2793), - [sym_pseudo_compile_time_identifier] = ACTIONS(2793), - [anon_sym_shared] = ACTIONS(2793), - [anon_sym_map_LBRACK] = ACTIONS(2793), - [anon_sym_chan] = ACTIONS(2793), - [anon_sym_thread] = ACTIONS(2793), - [anon_sym_atomic] = ACTIONS(2793), - [sym___double_quote] = ACTIONS(2793), - [sym___single_quote] = ACTIONS(2793), - [sym___c_double_quote] = ACTIONS(2793), - [sym___c_single_quote] = ACTIONS(2793), - [sym___r_double_quote] = ACTIONS(2793), - [sym___r_single_quote] = ACTIONS(2793), + [anon_sym_shared] = ACTIONS(3800), + [anon_sym_map_LBRACK] = ACTIONS(3802), + [anon_sym_chan] = ACTIONS(3804), + [anon_sym_thread] = ACTIONS(3806), + [anon_sym_atomic] = ACTIONS(3808), }, - [1204] = { - [sym_line_comment] = STATE(1204), - [sym_block_comment] = STATE(1204), - [sym_reference_expression] = STATE(4468), - [sym_type_reference_expression] = STATE(1958), - [sym_plain_type] = STATE(2079), - [sym__plain_type_without_special] = STATE(2035), - [sym_anon_struct_type] = STATE(2114), - [sym_multi_return_type] = STATE(2035), - [sym_result_type] = STATE(2035), - [sym_option_type] = STATE(2035), - [sym_qualified_type] = STATE(1958), - [sym_fixed_array_type] = STATE(2114), - [sym_array_type] = STATE(2114), - [sym_pointer_type] = STATE(2114), - [sym_wrong_pointer_type] = STATE(2114), - [sym_map_type] = STATE(2114), - [sym_channel_type] = STATE(2114), - [sym_shared_type] = STATE(2114), - [sym_thread_type] = STATE(2114), - [sym_atomic_type] = STATE(2114), - [sym_generic_type] = STATE(2114), - [sym_function_type] = STATE(2114), - [sym_identifier] = ACTIONS(3788), + [1186] = { + [sym_line_comment] = STATE(1186), + [sym_block_comment] = STATE(1186), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_DOT] = ACTIONS(567), - [anon_sym_as] = ACTIONS(571), - [anon_sym_LBRACE] = ACTIONS(567), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(3790), - [anon_sym_EQ] = ACTIONS(571), - [anon_sym_PIPE] = ACTIONS(571), - [anon_sym_fn] = ACTIONS(3792), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(571), - [anon_sym_STAR] = ACTIONS(3794), - [anon_sym_SLASH] = ACTIONS(571), - [anon_sym_PERCENT] = ACTIONS(571), - [anon_sym_LT] = ACTIONS(571), - [anon_sym_GT] = ACTIONS(571), - [anon_sym_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ] = ACTIONS(567), - [anon_sym_LT_EQ] = ACTIONS(567), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LBRACK] = ACTIONS(567), - [anon_sym_struct] = ACTIONS(3796), - [anon_sym_PLUS_PLUS] = ACTIONS(567), - [anon_sym_DASH_DASH] = ACTIONS(567), - [anon_sym_QMARK] = ACTIONS(3798), - [anon_sym_BANG] = ACTIONS(3800), - [anon_sym_LBRACK2] = ACTIONS(3802), - [anon_sym_CARET] = ACTIONS(571), - [anon_sym_AMP] = ACTIONS(3804), - [anon_sym_LT_LT] = ACTIONS(571), - [anon_sym_GT_GT] = ACTIONS(571), - [anon_sym_GT_GT_GT] = ACTIONS(571), - [anon_sym_AMP_CARET] = ACTIONS(571), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_or] = ACTIONS(571), - [anon_sym_QMARK_DOT] = ACTIONS(567), - [anon_sym_POUND_LBRACK] = ACTIONS(567), - [anon_sym_is] = ACTIONS(571), - [anon_sym_BANGis] = ACTIONS(567), - [anon_sym_in] = ACTIONS(571), - [anon_sym_BANGin] = ACTIONS(567), - [anon_sym_STAR_EQ] = ACTIONS(567), - [anon_sym_SLASH_EQ] = ACTIONS(567), - [anon_sym_PERCENT_EQ] = ACTIONS(567), - [anon_sym_LT_LT_EQ] = ACTIONS(567), - [anon_sym_GT_GT_EQ] = ACTIONS(567), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(567), - [anon_sym_AMP_EQ] = ACTIONS(567), - [anon_sym_AMP_CARET_EQ] = ACTIONS(567), - [anon_sym_PLUS_EQ] = ACTIONS(567), - [anon_sym_DASH_EQ] = ACTIONS(567), - [anon_sym_PIPE_EQ] = ACTIONS(567), - [anon_sym_CARET_EQ] = ACTIONS(567), - [anon_sym_COLON_EQ] = ACTIONS(567), - [anon_sym_shared] = ACTIONS(3806), - [anon_sym_map_LBRACK] = ACTIONS(3808), - [anon_sym_chan] = ACTIONS(3810), - [anon_sym_thread] = ACTIONS(3812), - [anon_sym_atomic] = ACTIONS(3814), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_COMMA] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_EQ] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(619), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(617), + [anon_sym_BANG_EQ] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(617), + [anon_sym_DASH_DASH] = ACTIONS(617), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_LBRACK2] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(619), + [anon_sym_AMP_CARET] = ACTIONS(619), + [anon_sym_AMP_AMP] = ACTIONS(617), + [anon_sym_PIPE_PIPE] = ACTIONS(617), + [anon_sym_or] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(617), + [anon_sym_POUND_LBRACK] = ACTIONS(617), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(617), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(617), + [anon_sym_STAR_EQ] = ACTIONS(617), + [anon_sym_SLASH_EQ] = ACTIONS(617), + [anon_sym_PERCENT_EQ] = ACTIONS(617), + [anon_sym_LT_LT_EQ] = ACTIONS(617), + [anon_sym_GT_GT_EQ] = ACTIONS(617), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(617), + [anon_sym_AMP_EQ] = ACTIONS(617), + [anon_sym_AMP_CARET_EQ] = ACTIONS(617), + [anon_sym_PLUS_EQ] = ACTIONS(617), + [anon_sym_DASH_EQ] = ACTIONS(617), + [anon_sym_PIPE_EQ] = ACTIONS(617), + [anon_sym_CARET_EQ] = ACTIONS(617), + [anon_sym_COLON_EQ] = ACTIONS(617), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), }, - [1205] = { - [sym_line_comment] = STATE(1205), - [sym_block_comment] = STATE(1205), - [sym_identifier] = ACTIONS(3431), - [anon_sym_LF] = ACTIONS(3431), - [anon_sym_CR] = ACTIONS(3431), - [anon_sym_CR_LF] = ACTIONS(3431), + [1187] = { + [sym_line_comment] = STATE(1187), + [sym_block_comment] = STATE(1187), + [sym_identifier] = ACTIONS(3233), + [anon_sym_LF] = ACTIONS(3233), + [anon_sym_CR] = ACTIONS(3233), + [anon_sym_CR_LF] = ACTIONS(3233), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3431), - [anon_sym_DOT] = ACTIONS(3431), - [anon_sym_as] = ACTIONS(3431), - [anon_sym_LBRACE] = ACTIONS(3431), - [anon_sym_COMMA] = ACTIONS(3431), - [anon_sym_RBRACE] = ACTIONS(3431), - [anon_sym_LPAREN] = ACTIONS(3431), - [anon_sym_RPAREN] = ACTIONS(3431), - [anon_sym_PIPE] = ACTIONS(3431), - [anon_sym_fn] = ACTIONS(3431), - [anon_sym_PLUS] = ACTIONS(3431), - [anon_sym_DASH] = ACTIONS(3431), - [anon_sym_STAR] = ACTIONS(3431), - [anon_sym_SLASH] = ACTIONS(3431), - [anon_sym_PERCENT] = ACTIONS(3431), - [anon_sym_LT] = ACTIONS(3431), - [anon_sym_GT] = ACTIONS(3431), - [anon_sym_EQ_EQ] = ACTIONS(3431), - [anon_sym_BANG_EQ] = ACTIONS(3431), - [anon_sym_LT_EQ] = ACTIONS(3431), - [anon_sym_GT_EQ] = ACTIONS(3431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3431), - [anon_sym_LBRACK] = ACTIONS(3429), - [anon_sym_struct] = ACTIONS(3431), - [anon_sym_mut] = ACTIONS(3431), - [anon_sym_PLUS_PLUS] = ACTIONS(3431), - [anon_sym_DASH_DASH] = ACTIONS(3431), - [anon_sym_QMARK] = ACTIONS(3431), - [anon_sym_BANG] = ACTIONS(3431), - [anon_sym_go] = ACTIONS(3431), - [anon_sym_spawn] = ACTIONS(3431), - [anon_sym_json_DOTdecode] = ACTIONS(3431), - [anon_sym_LBRACK2] = ACTIONS(3431), - [anon_sym_TILDE] = ACTIONS(3431), - [anon_sym_CARET] = ACTIONS(3431), - [anon_sym_AMP] = ACTIONS(3431), - [anon_sym_LT_DASH] = ACTIONS(3431), - [anon_sym_LT_LT] = ACTIONS(3431), - [anon_sym_GT_GT] = ACTIONS(3431), - [anon_sym_GT_GT_GT] = ACTIONS(3431), - [anon_sym_AMP_CARET] = ACTIONS(3431), - [anon_sym_AMP_AMP] = ACTIONS(3431), - [anon_sym_PIPE_PIPE] = ACTIONS(3431), - [anon_sym_or] = ACTIONS(3431), - [sym_none] = ACTIONS(3431), - [sym_true] = ACTIONS(3431), - [sym_false] = ACTIONS(3431), - [sym_nil] = ACTIONS(3431), - [anon_sym_QMARK_DOT] = ACTIONS(3431), - [anon_sym_POUND_LBRACK] = ACTIONS(3431), - [anon_sym_if] = ACTIONS(3431), - [anon_sym_DOLLARif] = ACTIONS(3431), - [anon_sym_is] = ACTIONS(3431), - [anon_sym_BANGis] = ACTIONS(3431), - [anon_sym_in] = ACTIONS(3431), - [anon_sym_BANGin] = ACTIONS(3431), - [anon_sym_match] = ACTIONS(3431), - [anon_sym_select] = ACTIONS(3431), - [anon_sym_lock] = ACTIONS(3431), - [anon_sym_rlock] = ACTIONS(3431), - [anon_sym_unsafe] = ACTIONS(3431), - [anon_sym_sql] = ACTIONS(3431), - [sym_int_literal] = ACTIONS(3431), - [sym_float_literal] = ACTIONS(3431), - [sym_rune_literal] = ACTIONS(3431), - [sym_pseudo_compile_time_identifier] = ACTIONS(3431), - [anon_sym_shared] = ACTIONS(3431), - [anon_sym_map_LBRACK] = ACTIONS(3431), - [anon_sym_chan] = ACTIONS(3431), - [anon_sym_thread] = ACTIONS(3431), - [anon_sym_atomic] = ACTIONS(3431), - [sym___double_quote] = ACTIONS(3431), - [sym___single_quote] = ACTIONS(3431), - [sym___c_double_quote] = ACTIONS(3431), - [sym___c_single_quote] = ACTIONS(3431), - [sym___r_double_quote] = ACTIONS(3431), - [sym___r_single_quote] = ACTIONS(3431), + [anon_sym_SEMI] = ACTIONS(3233), + [anon_sym_DOT] = ACTIONS(3233), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(3233), + [anon_sym_COMMA] = ACTIONS(3233), + [anon_sym_RBRACE] = ACTIONS(3233), + [anon_sym_LPAREN] = ACTIONS(3233), + [anon_sym_RPAREN] = ACTIONS(3233), + [anon_sym_PIPE] = ACTIONS(3233), + [anon_sym_fn] = ACTIONS(3233), + [anon_sym_PLUS] = ACTIONS(3233), + [anon_sym_DASH] = ACTIONS(3233), + [anon_sym_STAR] = ACTIONS(3233), + [anon_sym_SLASH] = ACTIONS(3233), + [anon_sym_PERCENT] = ACTIONS(3233), + [anon_sym_LT] = ACTIONS(3233), + [anon_sym_GT] = ACTIONS(3233), + [anon_sym_EQ_EQ] = ACTIONS(3233), + [anon_sym_BANG_EQ] = ACTIONS(3233), + [anon_sym_LT_EQ] = ACTIONS(3233), + [anon_sym_GT_EQ] = ACTIONS(3233), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3233), + [anon_sym_LBRACK] = ACTIONS(3231), + [anon_sym_struct] = ACTIONS(3233), + [anon_sym_mut] = ACTIONS(3233), + [anon_sym_PLUS_PLUS] = ACTIONS(3233), + [anon_sym_DASH_DASH] = ACTIONS(3233), + [anon_sym_QMARK] = ACTIONS(3233), + [anon_sym_BANG] = ACTIONS(3233), + [anon_sym_go] = ACTIONS(3233), + [anon_sym_spawn] = ACTIONS(3233), + [anon_sym_json_DOTdecode] = ACTIONS(3233), + [anon_sym_LBRACK2] = ACTIONS(3233), + [anon_sym_TILDE] = ACTIONS(3233), + [anon_sym_CARET] = ACTIONS(3233), + [anon_sym_AMP] = ACTIONS(3233), + [anon_sym_LT_DASH] = ACTIONS(3233), + [anon_sym_LT_LT] = ACTIONS(3233), + [anon_sym_GT_GT] = ACTIONS(3233), + [anon_sym_GT_GT_GT] = ACTIONS(3233), + [anon_sym_AMP_CARET] = ACTIONS(3233), + [anon_sym_AMP_AMP] = ACTIONS(3233), + [anon_sym_PIPE_PIPE] = ACTIONS(3233), + [anon_sym_or] = ACTIONS(3233), + [sym_none] = ACTIONS(3233), + [sym_true] = ACTIONS(3233), + [sym_false] = ACTIONS(3233), + [sym_nil] = ACTIONS(3233), + [anon_sym_QMARK_DOT] = ACTIONS(3233), + [anon_sym_POUND_LBRACK] = ACTIONS(3233), + [anon_sym_if] = ACTIONS(3233), + [anon_sym_DOLLARif] = ACTIONS(3233), + [anon_sym_is] = ACTIONS(3233), + [anon_sym_BANGis] = ACTIONS(3233), + [anon_sym_in] = ACTIONS(3233), + [anon_sym_BANGin] = ACTIONS(3233), + [anon_sym_match] = ACTIONS(3233), + [anon_sym_select] = ACTIONS(3233), + [anon_sym_lock] = ACTIONS(3233), + [anon_sym_rlock] = ACTIONS(3233), + [anon_sym_unsafe] = ACTIONS(3233), + [anon_sym_sql] = ACTIONS(3233), + [sym_int_literal] = ACTIONS(3233), + [sym_float_literal] = ACTIONS(3233), + [sym_rune_literal] = ACTIONS(3233), + [sym_pseudo_compile_time_identifier] = ACTIONS(3233), + [anon_sym_shared] = ACTIONS(3233), + [anon_sym_map_LBRACK] = ACTIONS(3233), + [anon_sym_chan] = ACTIONS(3233), + [anon_sym_thread] = ACTIONS(3233), + [anon_sym_atomic] = ACTIONS(3233), + [sym___double_quote] = ACTIONS(3233), + [sym___single_quote] = ACTIONS(3233), + [sym___c_double_quote] = ACTIONS(3233), + [sym___c_single_quote] = ACTIONS(3233), + [sym___r_double_quote] = ACTIONS(3233), + [sym___r_single_quote] = ACTIONS(3233), }, - [1206] = { - [sym_line_comment] = STATE(1206), - [sym_block_comment] = STATE(1206), - [sym_reference_expression] = STATE(4531), - [sym_type_reference_expression] = STATE(1950), - [sym_plain_type] = STATE(2034), - [sym__plain_type_without_special] = STATE(2116), - [sym_anon_struct_type] = STATE(2115), - [sym_multi_return_type] = STATE(2116), - [sym_result_type] = STATE(2116), - [sym_option_type] = STATE(2116), - [sym_qualified_type] = STATE(1950), - [sym_fixed_array_type] = STATE(2115), - [sym_array_type] = STATE(2115), - [sym_pointer_type] = STATE(2115), - [sym_wrong_pointer_type] = STATE(2115), - [sym_map_type] = STATE(2115), - [sym_channel_type] = STATE(2115), - [sym_shared_type] = STATE(2115), - [sym_thread_type] = STATE(2115), - [sym_atomic_type] = STATE(2115), - [sym_generic_type] = STATE(2115), - [sym_function_type] = STATE(2115), - [sym_identifier] = ACTIONS(3816), + [1188] = { + [sym_line_comment] = STATE(1188), + [sym_block_comment] = STATE(1188), + [sym_reference_expression] = STATE(4470), + [sym_type_reference_expression] = STATE(1951), + [sym_plain_type] = STATE(2093), + [sym__plain_type_without_special] = STATE(2111), + [sym_anon_struct_type] = STATE(2110), + [sym_multi_return_type] = STATE(2111), + [sym_result_type] = STATE(2111), + [sym_option_type] = STATE(2111), + [sym_qualified_type] = STATE(1951), + [sym_fixed_array_type] = STATE(2110), + [sym_array_type] = STATE(2110), + [sym_pointer_type] = STATE(2110), + [sym_wrong_pointer_type] = STATE(2110), + [sym_map_type] = STATE(2110), + [sym_channel_type] = STATE(2110), + [sym_shared_type] = STATE(2110), + [sym_thread_type] = STATE(2110), + [sym_atomic_type] = STATE(2110), + [sym_generic_type] = STATE(2110), + [sym_function_type] = STATE(2110), + [sym_identifier] = ACTIONS(3810), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SEMI] = ACTIONS(625), [anon_sym_DOT] = ACTIONS(625), [anon_sym_as] = ACTIONS(627), [anon_sym_LBRACE] = ACTIONS(625), [anon_sym_COMMA] = ACTIONS(625), - [anon_sym_LPAREN] = ACTIONS(3818), + [anon_sym_LPAREN] = ACTIONS(3812), [anon_sym_EQ] = ACTIONS(627), [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_fn] = ACTIONS(3820), + [anon_sym_fn] = ACTIONS(3814), [anon_sym_PLUS] = ACTIONS(627), [anon_sym_DASH] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(3822), + [anon_sym_STAR] = ACTIONS(3816), [anon_sym_SLASH] = ACTIONS(627), [anon_sym_PERCENT] = ACTIONS(627), [anon_sym_LT] = ACTIONS(627), @@ -159575,16 +158056,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(625), [anon_sym_GT_EQ] = ACTIONS(625), [anon_sym_LBRACK] = ACTIONS(625), - [anon_sym_struct] = ACTIONS(3824), - [anon_sym_COLON] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(3818), [anon_sym_PLUS_PLUS] = ACTIONS(625), [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_QMARK] = ACTIONS(3826), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_LBRACK2] = ACTIONS(3830), + [anon_sym_QMARK] = ACTIONS(3820), + [anon_sym_BANG] = ACTIONS(3822), + [anon_sym_LBRACK2] = ACTIONS(3824), [anon_sym_CARET] = ACTIONS(627), - [anon_sym_AMP] = ACTIONS(3832), - [anon_sym_LT_DASH] = ACTIONS(625), + [anon_sym_AMP] = ACTIONS(3826), [anon_sym_LT_LT] = ACTIONS(627), [anon_sym_GT_GT] = ACTIONS(627), [anon_sym_GT_GT_GT] = ACTIONS(627), @@ -159610,1668 +158089,1408 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_EQ] = ACTIONS(625), [anon_sym_PIPE_EQ] = ACTIONS(625), [anon_sym_CARET_EQ] = ACTIONS(625), - [anon_sym_shared] = ACTIONS(3834), - [anon_sym_map_LBRACK] = ACTIONS(3836), - [anon_sym_chan] = ACTIONS(3838), - [anon_sym_thread] = ACTIONS(3840), - [anon_sym_atomic] = ACTIONS(3842), - }, - [1207] = { - [sym_line_comment] = STATE(1207), - [sym_block_comment] = STATE(1207), - [sym_identifier] = ACTIONS(2943), - [anon_sym_LF] = ACTIONS(2943), - [anon_sym_CR] = ACTIONS(2943), - [anon_sym_CR_LF] = ACTIONS(2943), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2943), - [anon_sym_DOT] = ACTIONS(2943), - [anon_sym_as] = ACTIONS(2943), - [anon_sym_LBRACE] = ACTIONS(2943), - [anon_sym_COMMA] = ACTIONS(2943), - [anon_sym_RBRACE] = ACTIONS(2943), - [anon_sym_LPAREN] = ACTIONS(2943), - [anon_sym_RPAREN] = ACTIONS(2943), - [anon_sym_PIPE] = ACTIONS(2943), - [anon_sym_fn] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2943), - [anon_sym_DASH] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2943), - [anon_sym_SLASH] = ACTIONS(2943), - [anon_sym_PERCENT] = ACTIONS(2943), - [anon_sym_LT] = ACTIONS(2943), - [anon_sym_GT] = ACTIONS(2943), - [anon_sym_EQ_EQ] = ACTIONS(2943), - [anon_sym_BANG_EQ] = ACTIONS(2943), - [anon_sym_LT_EQ] = ACTIONS(2943), - [anon_sym_GT_EQ] = ACTIONS(2943), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2943), - [anon_sym_LBRACK] = ACTIONS(2941), - [anon_sym_struct] = ACTIONS(2943), - [anon_sym_mut] = ACTIONS(2943), - [anon_sym_PLUS_PLUS] = ACTIONS(2943), - [anon_sym_DASH_DASH] = ACTIONS(2943), - [anon_sym_QMARK] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(2943), - [anon_sym_go] = ACTIONS(2943), - [anon_sym_spawn] = ACTIONS(2943), - [anon_sym_json_DOTdecode] = ACTIONS(2943), - [anon_sym_LBRACK2] = ACTIONS(2943), - [anon_sym_TILDE] = ACTIONS(2943), - [anon_sym_CARET] = ACTIONS(2943), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_LT_DASH] = ACTIONS(2943), - [anon_sym_LT_LT] = ACTIONS(2943), - [anon_sym_GT_GT] = ACTIONS(2943), - [anon_sym_GT_GT_GT] = ACTIONS(2943), - [anon_sym_AMP_CARET] = ACTIONS(2943), - [anon_sym_AMP_AMP] = ACTIONS(2943), - [anon_sym_PIPE_PIPE] = ACTIONS(2943), - [anon_sym_or] = ACTIONS(2943), - [sym_none] = ACTIONS(2943), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [sym_nil] = ACTIONS(2943), - [anon_sym_QMARK_DOT] = ACTIONS(2943), - [anon_sym_POUND_LBRACK] = ACTIONS(2943), - [anon_sym_if] = ACTIONS(2943), - [anon_sym_DOLLARif] = ACTIONS(2943), - [anon_sym_is] = ACTIONS(2943), - [anon_sym_BANGis] = ACTIONS(2943), - [anon_sym_in] = ACTIONS(2943), - [anon_sym_BANGin] = ACTIONS(2943), - [anon_sym_match] = ACTIONS(2943), - [anon_sym_select] = ACTIONS(2943), - [anon_sym_lock] = ACTIONS(2943), - [anon_sym_rlock] = ACTIONS(2943), - [anon_sym_unsafe] = ACTIONS(2943), - [anon_sym_sql] = ACTIONS(2943), - [sym_int_literal] = ACTIONS(2943), - [sym_float_literal] = ACTIONS(2943), - [sym_rune_literal] = ACTIONS(2943), - [sym_pseudo_compile_time_identifier] = ACTIONS(2943), - [anon_sym_shared] = ACTIONS(2943), - [anon_sym_map_LBRACK] = ACTIONS(2943), - [anon_sym_chan] = ACTIONS(2943), - [anon_sym_thread] = ACTIONS(2943), - [anon_sym_atomic] = ACTIONS(2943), - [sym___double_quote] = ACTIONS(2943), - [sym___single_quote] = ACTIONS(2943), - [sym___c_double_quote] = ACTIONS(2943), - [sym___c_single_quote] = ACTIONS(2943), - [sym___r_double_quote] = ACTIONS(2943), - [sym___r_single_quote] = ACTIONS(2943), + [anon_sym_COLON_EQ] = ACTIONS(625), + [anon_sym_shared] = ACTIONS(3828), + [anon_sym_map_LBRACK] = ACTIONS(3830), + [anon_sym_chan] = ACTIONS(3832), + [anon_sym_thread] = ACTIONS(3834), + [anon_sym_atomic] = ACTIONS(3836), }, - [1208] = { - [sym_line_comment] = STATE(1208), - [sym_block_comment] = STATE(1208), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LF] = ACTIONS(2917), - [anon_sym_CR] = ACTIONS(2917), - [anon_sym_CR_LF] = ACTIONS(2917), + [1189] = { + [sym_line_comment] = STATE(1189), + [sym_block_comment] = STATE(1189), + [sym_identifier] = ACTIONS(3055), + [anon_sym_LF] = ACTIONS(3055), + [anon_sym_CR] = ACTIONS(3055), + [anon_sym_CR_LF] = ACTIONS(3055), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2917), - [anon_sym_DOT] = ACTIONS(2917), - [anon_sym_as] = ACTIONS(2917), - [anon_sym_LBRACE] = ACTIONS(2917), - [anon_sym_COMMA] = ACTIONS(2917), - [anon_sym_RBRACE] = ACTIONS(2917), - [anon_sym_LPAREN] = ACTIONS(2917), - [anon_sym_RPAREN] = ACTIONS(2917), - [anon_sym_PIPE] = ACTIONS(2917), - [anon_sym_fn] = ACTIONS(2917), - [anon_sym_PLUS] = ACTIONS(2917), - [anon_sym_DASH] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2917), - [anon_sym_SLASH] = ACTIONS(2917), - [anon_sym_PERCENT] = ACTIONS(2917), - [anon_sym_LT] = ACTIONS(2917), - [anon_sym_GT] = ACTIONS(2917), - [anon_sym_EQ_EQ] = ACTIONS(2917), - [anon_sym_BANG_EQ] = ACTIONS(2917), - [anon_sym_LT_EQ] = ACTIONS(2917), - [anon_sym_GT_EQ] = ACTIONS(2917), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2917), - [anon_sym_LBRACK] = ACTIONS(2915), - [anon_sym_struct] = ACTIONS(2917), - [anon_sym_mut] = ACTIONS(2917), - [anon_sym_PLUS_PLUS] = ACTIONS(2917), - [anon_sym_DASH_DASH] = ACTIONS(2917), - [anon_sym_QMARK] = ACTIONS(2917), - [anon_sym_BANG] = ACTIONS(2917), - [anon_sym_go] = ACTIONS(2917), - [anon_sym_spawn] = ACTIONS(2917), - [anon_sym_json_DOTdecode] = ACTIONS(2917), - [anon_sym_LBRACK2] = ACTIONS(2917), - [anon_sym_TILDE] = ACTIONS(2917), - [anon_sym_CARET] = ACTIONS(2917), - [anon_sym_AMP] = ACTIONS(2917), - [anon_sym_LT_DASH] = ACTIONS(2917), - [anon_sym_LT_LT] = ACTIONS(2917), - [anon_sym_GT_GT] = ACTIONS(2917), - [anon_sym_GT_GT_GT] = ACTIONS(2917), - [anon_sym_AMP_CARET] = ACTIONS(2917), - [anon_sym_AMP_AMP] = ACTIONS(2917), - [anon_sym_PIPE_PIPE] = ACTIONS(2917), - [anon_sym_or] = ACTIONS(2917), - [sym_none] = ACTIONS(2917), - [sym_true] = ACTIONS(2917), - [sym_false] = ACTIONS(2917), - [sym_nil] = ACTIONS(2917), - [anon_sym_QMARK_DOT] = ACTIONS(2917), - [anon_sym_POUND_LBRACK] = ACTIONS(2917), - [anon_sym_if] = ACTIONS(2917), - [anon_sym_DOLLARif] = ACTIONS(2917), - [anon_sym_is] = ACTIONS(2917), - [anon_sym_BANGis] = ACTIONS(2917), - [anon_sym_in] = ACTIONS(2917), - [anon_sym_BANGin] = ACTIONS(2917), - [anon_sym_match] = ACTIONS(2917), - [anon_sym_select] = ACTIONS(2917), - [anon_sym_lock] = ACTIONS(2917), - [anon_sym_rlock] = ACTIONS(2917), - [anon_sym_unsafe] = ACTIONS(2917), - [anon_sym_sql] = ACTIONS(2917), - [sym_int_literal] = ACTIONS(2917), - [sym_float_literal] = ACTIONS(2917), - [sym_rune_literal] = ACTIONS(2917), - [sym_pseudo_compile_time_identifier] = ACTIONS(2917), - [anon_sym_shared] = ACTIONS(2917), - [anon_sym_map_LBRACK] = ACTIONS(2917), - [anon_sym_chan] = ACTIONS(2917), - [anon_sym_thread] = ACTIONS(2917), - [anon_sym_atomic] = ACTIONS(2917), - [sym___double_quote] = ACTIONS(2917), - [sym___single_quote] = ACTIONS(2917), - [sym___c_double_quote] = ACTIONS(2917), - [sym___c_single_quote] = ACTIONS(2917), - [sym___r_double_quote] = ACTIONS(2917), - [sym___r_single_quote] = ACTIONS(2917), + [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_DOT] = ACTIONS(3055), + [anon_sym_as] = ACTIONS(3055), + [anon_sym_LBRACE] = ACTIONS(3055), + [anon_sym_COMMA] = ACTIONS(3055), + [anon_sym_RBRACE] = ACTIONS(3055), + [anon_sym_LPAREN] = ACTIONS(3055), + [anon_sym_RPAREN] = ACTIONS(3055), + [anon_sym_PIPE] = ACTIONS(3055), + [anon_sym_fn] = ACTIONS(3055), + [anon_sym_PLUS] = ACTIONS(3055), + [anon_sym_DASH] = ACTIONS(3055), + [anon_sym_STAR] = ACTIONS(3055), + [anon_sym_SLASH] = ACTIONS(3055), + [anon_sym_PERCENT] = ACTIONS(3055), + [anon_sym_LT] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(3055), + [anon_sym_EQ_EQ] = ACTIONS(3055), + [anon_sym_BANG_EQ] = ACTIONS(3055), + [anon_sym_LT_EQ] = ACTIONS(3055), + [anon_sym_GT_EQ] = ACTIONS(3055), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3055), + [anon_sym_LBRACK] = ACTIONS(3053), + [anon_sym_struct] = ACTIONS(3055), + [anon_sym_mut] = ACTIONS(3055), + [anon_sym_PLUS_PLUS] = ACTIONS(3055), + [anon_sym_DASH_DASH] = ACTIONS(3055), + [anon_sym_QMARK] = ACTIONS(3055), + [anon_sym_BANG] = ACTIONS(3838), + [anon_sym_go] = ACTIONS(3055), + [anon_sym_spawn] = ACTIONS(3055), + [anon_sym_json_DOTdecode] = ACTIONS(3055), + [anon_sym_LBRACK2] = ACTIONS(3055), + [anon_sym_TILDE] = ACTIONS(3055), + [anon_sym_CARET] = ACTIONS(3055), + [anon_sym_AMP] = ACTIONS(3055), + [anon_sym_LT_DASH] = ACTIONS(3055), + [anon_sym_LT_LT] = ACTIONS(3055), + [anon_sym_GT_GT] = ACTIONS(3055), + [anon_sym_GT_GT_GT] = ACTIONS(3055), + [anon_sym_AMP_CARET] = ACTIONS(3055), + [anon_sym_AMP_AMP] = ACTIONS(3055), + [anon_sym_PIPE_PIPE] = ACTIONS(3055), + [anon_sym_or] = ACTIONS(3055), + [sym_none] = ACTIONS(3055), + [sym_true] = ACTIONS(3055), + [sym_false] = ACTIONS(3055), + [sym_nil] = ACTIONS(3055), + [anon_sym_QMARK_DOT] = ACTIONS(3055), + [anon_sym_POUND_LBRACK] = ACTIONS(3055), + [anon_sym_if] = ACTIONS(3055), + [anon_sym_DOLLARif] = ACTIONS(3055), + [anon_sym_is] = ACTIONS(3055), + [anon_sym_BANGis] = ACTIONS(3055), + [anon_sym_in] = ACTIONS(3055), + [anon_sym_BANGin] = ACTIONS(3055), + [anon_sym_match] = ACTIONS(3055), + [anon_sym_select] = ACTIONS(3055), + [anon_sym_lock] = ACTIONS(3055), + [anon_sym_rlock] = ACTIONS(3055), + [anon_sym_unsafe] = ACTIONS(3055), + [anon_sym_sql] = ACTIONS(3055), + [sym_int_literal] = ACTIONS(3055), + [sym_float_literal] = ACTIONS(3055), + [sym_rune_literal] = ACTIONS(3055), + [sym_pseudo_compile_time_identifier] = ACTIONS(3055), + [anon_sym_shared] = ACTIONS(3055), + [anon_sym_map_LBRACK] = ACTIONS(3055), + [anon_sym_chan] = ACTIONS(3055), + [anon_sym_thread] = ACTIONS(3055), + [anon_sym_atomic] = ACTIONS(3055), + [sym___double_quote] = ACTIONS(3055), + [sym___single_quote] = ACTIONS(3055), + [sym___c_double_quote] = ACTIONS(3055), + [sym___c_single_quote] = ACTIONS(3055), + [sym___r_double_quote] = ACTIONS(3055), + [sym___r_single_quote] = ACTIONS(3055), }, - [1209] = { - [sym_line_comment] = STATE(1209), - [sym_block_comment] = STATE(1209), - [sym_identifier] = ACTIONS(3399), - [anon_sym_LF] = ACTIONS(3399), - [anon_sym_CR] = ACTIONS(3399), - [anon_sym_CR_LF] = ACTIONS(3399), + [1190] = { + [sym_line_comment] = STATE(1190), + [sym_block_comment] = STATE(1190), + [sym_identifier] = ACTIONS(3840), + [anon_sym_LF] = ACTIONS(3843), + [anon_sym_CR] = ACTIONS(3843), + [anon_sym_CR_LF] = ACTIONS(3843), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3399), + [anon_sym_SEMI] = ACTIONS(3843), [anon_sym_DOT] = ACTIONS(3399), - [anon_sym_as] = ACTIONS(3399), - [anon_sym_LBRACE] = ACTIONS(3399), - [anon_sym_COMMA] = ACTIONS(3399), - [anon_sym_RBRACE] = ACTIONS(3399), - [anon_sym_LPAREN] = ACTIONS(3399), - [anon_sym_RPAREN] = ACTIONS(3399), - [anon_sym_PIPE] = ACTIONS(3399), - [anon_sym_fn] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3399), - [anon_sym_SLASH] = ACTIONS(3399), - [anon_sym_PERCENT] = ACTIONS(3399), - [anon_sym_LT] = ACTIONS(3399), - [anon_sym_GT] = ACTIONS(3399), - [anon_sym_EQ_EQ] = ACTIONS(3399), - [anon_sym_BANG_EQ] = ACTIONS(3399), - [anon_sym_LT_EQ] = ACTIONS(3399), - [anon_sym_GT_EQ] = ACTIONS(3399), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3399), - [anon_sym_LBRACK] = ACTIONS(3397), - [anon_sym_struct] = ACTIONS(3399), - [anon_sym_mut] = ACTIONS(3399), - [anon_sym_PLUS_PLUS] = ACTIONS(3399), - [anon_sym_DASH_DASH] = ACTIONS(3399), - [anon_sym_QMARK] = ACTIONS(3399), - [anon_sym_BANG] = ACTIONS(3399), - [anon_sym_go] = ACTIONS(3399), - [anon_sym_spawn] = ACTIONS(3399), - [anon_sym_json_DOTdecode] = ACTIONS(3399), - [anon_sym_LBRACK2] = ACTIONS(3399), - [anon_sym_TILDE] = ACTIONS(3399), - [anon_sym_CARET] = ACTIONS(3399), - [anon_sym_AMP] = ACTIONS(3399), - [anon_sym_LT_DASH] = ACTIONS(3399), - [anon_sym_LT_LT] = ACTIONS(3399), - [anon_sym_GT_GT] = ACTIONS(3399), - [anon_sym_GT_GT_GT] = ACTIONS(3399), - [anon_sym_AMP_CARET] = ACTIONS(3399), - [anon_sym_AMP_AMP] = ACTIONS(3399), - [anon_sym_PIPE_PIPE] = ACTIONS(3399), - [anon_sym_or] = ACTIONS(3399), - [sym_none] = ACTIONS(3399), - [sym_true] = ACTIONS(3399), - [sym_false] = ACTIONS(3399), - [sym_nil] = ACTIONS(3399), - [anon_sym_QMARK_DOT] = ACTIONS(3399), - [anon_sym_POUND_LBRACK] = ACTIONS(3399), - [anon_sym_if] = ACTIONS(3399), - [anon_sym_DOLLARif] = ACTIONS(3399), - [anon_sym_is] = ACTIONS(3399), - [anon_sym_BANGis] = ACTIONS(3399), - [anon_sym_in] = ACTIONS(3399), - [anon_sym_BANGin] = ACTIONS(3399), - [anon_sym_match] = ACTIONS(3399), - [anon_sym_select] = ACTIONS(3399), - [anon_sym_lock] = ACTIONS(3399), - [anon_sym_rlock] = ACTIONS(3399), - [anon_sym_unsafe] = ACTIONS(3399), - [anon_sym_sql] = ACTIONS(3399), - [sym_int_literal] = ACTIONS(3399), - [sym_float_literal] = ACTIONS(3399), - [sym_rune_literal] = ACTIONS(3399), - [sym_pseudo_compile_time_identifier] = ACTIONS(3399), - [anon_sym_shared] = ACTIONS(3399), - [anon_sym_map_LBRACK] = ACTIONS(3399), - [anon_sym_chan] = ACTIONS(3399), - [anon_sym_thread] = ACTIONS(3399), - [anon_sym_atomic] = ACTIONS(3399), - [sym___double_quote] = ACTIONS(3399), - [sym___single_quote] = ACTIONS(3399), - [sym___c_double_quote] = ACTIONS(3399), - [sym___c_single_quote] = ACTIONS(3399), - [sym___r_double_quote] = ACTIONS(3399), - [sym___r_single_quote] = ACTIONS(3399), - }, - [1210] = { - [sym_line_comment] = STATE(1210), - [sym_block_comment] = STATE(1210), - [sym_identifier] = ACTIONS(2913), - [anon_sym_LF] = ACTIONS(2913), - [anon_sym_CR] = ACTIONS(2913), - [anon_sym_CR_LF] = ACTIONS(2913), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2913), - [anon_sym_DOT] = ACTIONS(2913), - [anon_sym_as] = ACTIONS(2913), - [anon_sym_LBRACE] = ACTIONS(2913), - [anon_sym_COMMA] = ACTIONS(2913), - [anon_sym_RBRACE] = ACTIONS(2913), - [anon_sym_LPAREN] = ACTIONS(2913), - [anon_sym_RPAREN] = ACTIONS(2913), - [anon_sym_PIPE] = ACTIONS(2913), - [anon_sym_fn] = ACTIONS(2913), - [anon_sym_PLUS] = ACTIONS(2913), - [anon_sym_DASH] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2913), - [anon_sym_SLASH] = ACTIONS(2913), - [anon_sym_PERCENT] = ACTIONS(2913), - [anon_sym_LT] = ACTIONS(2913), - [anon_sym_GT] = ACTIONS(2913), - [anon_sym_EQ_EQ] = ACTIONS(2913), - [anon_sym_BANG_EQ] = ACTIONS(2913), - [anon_sym_LT_EQ] = ACTIONS(2913), - [anon_sym_GT_EQ] = ACTIONS(2913), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2913), - [anon_sym_LBRACK] = ACTIONS(2911), - [anon_sym_struct] = ACTIONS(2913), - [anon_sym_mut] = ACTIONS(2913), - [anon_sym_PLUS_PLUS] = ACTIONS(2913), - [anon_sym_DASH_DASH] = ACTIONS(2913), - [anon_sym_QMARK] = ACTIONS(2913), - [anon_sym_BANG] = ACTIONS(2913), - [anon_sym_go] = ACTIONS(2913), - [anon_sym_spawn] = ACTIONS(2913), - [anon_sym_json_DOTdecode] = ACTIONS(2913), - [anon_sym_LBRACK2] = ACTIONS(2913), - [anon_sym_TILDE] = ACTIONS(2913), - [anon_sym_CARET] = ACTIONS(2913), - [anon_sym_AMP] = ACTIONS(2913), - [anon_sym_LT_DASH] = ACTIONS(2913), - [anon_sym_LT_LT] = ACTIONS(2913), - [anon_sym_GT_GT] = ACTIONS(2913), - [anon_sym_GT_GT_GT] = ACTIONS(2913), - [anon_sym_AMP_CARET] = ACTIONS(2913), - [anon_sym_AMP_AMP] = ACTIONS(2913), - [anon_sym_PIPE_PIPE] = ACTIONS(2913), - [anon_sym_or] = ACTIONS(2913), - [sym_none] = ACTIONS(2913), - [sym_true] = ACTIONS(2913), - [sym_false] = ACTIONS(2913), - [sym_nil] = ACTIONS(2913), - [anon_sym_QMARK_DOT] = ACTIONS(2913), - [anon_sym_POUND_LBRACK] = ACTIONS(2913), - [anon_sym_if] = ACTIONS(2913), - [anon_sym_DOLLARif] = ACTIONS(2913), - [anon_sym_is] = ACTIONS(2913), - [anon_sym_BANGis] = ACTIONS(2913), - [anon_sym_in] = ACTIONS(2913), - [anon_sym_BANGin] = ACTIONS(2913), - [anon_sym_match] = ACTIONS(2913), - [anon_sym_select] = ACTIONS(2913), - [anon_sym_lock] = ACTIONS(2913), - [anon_sym_rlock] = ACTIONS(2913), - [anon_sym_unsafe] = ACTIONS(2913), - [anon_sym_sql] = ACTIONS(2913), - [sym_int_literal] = ACTIONS(2913), - [sym_float_literal] = ACTIONS(2913), - [sym_rune_literal] = ACTIONS(2913), - [sym_pseudo_compile_time_identifier] = ACTIONS(2913), - [anon_sym_shared] = ACTIONS(2913), - [anon_sym_map_LBRACK] = ACTIONS(2913), - [anon_sym_chan] = ACTIONS(2913), - [anon_sym_thread] = ACTIONS(2913), - [anon_sym_atomic] = ACTIONS(2913), - [sym___double_quote] = ACTIONS(2913), - [sym___single_quote] = ACTIONS(2913), - [sym___c_double_quote] = ACTIONS(2913), - [sym___c_single_quote] = ACTIONS(2913), - [sym___r_double_quote] = ACTIONS(2913), - [sym___r_single_quote] = ACTIONS(2913), - }, - [1211] = { - [sym_line_comment] = STATE(1211), - [sym_block_comment] = STATE(1211), - [sym_identifier] = ACTIONS(2895), - [anon_sym_LF] = ACTIONS(2895), - [anon_sym_CR] = ACTIONS(2895), - [anon_sym_CR_LF] = ACTIONS(2895), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2895), - [anon_sym_DOT] = ACTIONS(2895), - [anon_sym_as] = ACTIONS(2895), - [anon_sym_LBRACE] = ACTIONS(2895), - [anon_sym_COMMA] = ACTIONS(2895), - [anon_sym_RBRACE] = ACTIONS(2895), - [anon_sym_LPAREN] = ACTIONS(2895), - [anon_sym_RPAREN] = ACTIONS(2895), - [anon_sym_PIPE] = ACTIONS(2895), - [anon_sym_fn] = ACTIONS(2895), - [anon_sym_PLUS] = ACTIONS(2895), - [anon_sym_DASH] = ACTIONS(2895), - [anon_sym_STAR] = ACTIONS(2895), - [anon_sym_SLASH] = ACTIONS(2895), - [anon_sym_PERCENT] = ACTIONS(2895), - [anon_sym_LT] = ACTIONS(2895), - [anon_sym_GT] = ACTIONS(2895), - [anon_sym_EQ_EQ] = ACTIONS(2895), - [anon_sym_BANG_EQ] = ACTIONS(2895), - [anon_sym_LT_EQ] = ACTIONS(2895), - [anon_sym_GT_EQ] = ACTIONS(2895), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2895), - [anon_sym_LBRACK] = ACTIONS(2893), - [anon_sym_struct] = ACTIONS(2895), - [anon_sym_mut] = ACTIONS(2895), - [anon_sym_PLUS_PLUS] = ACTIONS(2895), - [anon_sym_DASH_DASH] = ACTIONS(2895), - [anon_sym_QMARK] = ACTIONS(2895), - [anon_sym_BANG] = ACTIONS(2895), - [anon_sym_go] = ACTIONS(2895), - [anon_sym_spawn] = ACTIONS(2895), - [anon_sym_json_DOTdecode] = ACTIONS(2895), - [anon_sym_LBRACK2] = ACTIONS(2895), - [anon_sym_TILDE] = ACTIONS(2895), - [anon_sym_CARET] = ACTIONS(2895), - [anon_sym_AMP] = ACTIONS(2895), - [anon_sym_LT_DASH] = ACTIONS(2895), - [anon_sym_LT_LT] = ACTIONS(2895), - [anon_sym_GT_GT] = ACTIONS(2895), - [anon_sym_GT_GT_GT] = ACTIONS(2895), - [anon_sym_AMP_CARET] = ACTIONS(2895), - [anon_sym_AMP_AMP] = ACTIONS(2895), - [anon_sym_PIPE_PIPE] = ACTIONS(2895), - [anon_sym_or] = ACTIONS(2895), - [sym_none] = ACTIONS(2895), - [sym_true] = ACTIONS(2895), - [sym_false] = ACTIONS(2895), - [sym_nil] = ACTIONS(2895), - [anon_sym_QMARK_DOT] = ACTIONS(2895), - [anon_sym_POUND_LBRACK] = ACTIONS(2895), - [anon_sym_if] = ACTIONS(2895), - [anon_sym_DOLLARif] = ACTIONS(2895), - [anon_sym_is] = ACTIONS(2895), - [anon_sym_BANGis] = ACTIONS(2895), - [anon_sym_in] = ACTIONS(2895), - [anon_sym_BANGin] = ACTIONS(2895), - [anon_sym_match] = ACTIONS(2895), - [anon_sym_select] = ACTIONS(2895), - [anon_sym_lock] = ACTIONS(2895), - [anon_sym_rlock] = ACTIONS(2895), - [anon_sym_unsafe] = ACTIONS(2895), - [anon_sym_sql] = ACTIONS(2895), - [sym_int_literal] = ACTIONS(2895), - [sym_float_literal] = ACTIONS(2895), - [sym_rune_literal] = ACTIONS(2895), - [sym_pseudo_compile_time_identifier] = ACTIONS(2895), - [anon_sym_shared] = ACTIONS(2895), - [anon_sym_map_LBRACK] = ACTIONS(2895), - [anon_sym_chan] = ACTIONS(2895), - [anon_sym_thread] = ACTIONS(2895), - [anon_sym_atomic] = ACTIONS(2895), - [sym___double_quote] = ACTIONS(2895), - [sym___single_quote] = ACTIONS(2895), - [sym___c_double_quote] = ACTIONS(2895), - [sym___c_single_quote] = ACTIONS(2895), - [sym___r_double_quote] = ACTIONS(2895), - [sym___r_single_quote] = ACTIONS(2895), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3377), + [anon_sym_COMMA] = ACTIONS(3843), + [anon_sym_RBRACE] = ACTIONS(3840), + [anon_sym_LPAREN] = ACTIONS(3377), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3377), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3377), + [anon_sym_BANG_EQ] = ACTIONS(3377), + [anon_sym_LT_EQ] = ACTIONS(3377), + [anon_sym_GT_EQ] = ACTIONS(3377), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3846), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_COLON] = ACTIONS(3848), + [anon_sym_PLUS_PLUS] = ACTIONS(3377), + [anon_sym_DASH_DASH] = ACTIONS(3377), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3377), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3377), + [anon_sym_CARET] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3377), + [anon_sym_LT_LT] = ACTIONS(3377), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3377), + [anon_sym_AMP_CARET] = ACTIONS(3377), + [anon_sym_AMP_AMP] = ACTIONS(3377), + [anon_sym_PIPE_PIPE] = ACTIONS(3377), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3377), + [anon_sym_POUND_LBRACK] = ACTIONS(3377), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3377), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3377), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3377), + [sym_rune_literal] = ACTIONS(3377), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3377), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3377), + [sym___single_quote] = ACTIONS(3377), + [sym___c_double_quote] = ACTIONS(3377), + [sym___c_single_quote] = ACTIONS(3377), + [sym___r_double_quote] = ACTIONS(3377), + [sym___r_single_quote] = ACTIONS(3377), }, - [1212] = { - [sym_line_comment] = STATE(1212), - [sym_block_comment] = STATE(1212), - [sym_identifier] = ACTIONS(2905), - [anon_sym_LF] = ACTIONS(2905), - [anon_sym_CR] = ACTIONS(2905), - [anon_sym_CR_LF] = ACTIONS(2905), + [1191] = { + [sym_line_comment] = STATE(1191), + [sym_block_comment] = STATE(1191), + [sym_identifier] = ACTIONS(3317), + [anon_sym_LF] = ACTIONS(3317), + [anon_sym_CR] = ACTIONS(3317), + [anon_sym_CR_LF] = ACTIONS(3317), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2905), - [anon_sym_DOT] = ACTIONS(2905), - [anon_sym_as] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2905), - [anon_sym_COMMA] = ACTIONS(2905), - [anon_sym_RBRACE] = ACTIONS(2905), - [anon_sym_LPAREN] = ACTIONS(2905), - [anon_sym_RPAREN] = ACTIONS(2905), - [anon_sym_PIPE] = ACTIONS(2905), - [anon_sym_fn] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_SLASH] = ACTIONS(2905), - [anon_sym_PERCENT] = ACTIONS(2905), - [anon_sym_LT] = ACTIONS(2905), - [anon_sym_GT] = ACTIONS(2905), - [anon_sym_EQ_EQ] = ACTIONS(2905), - [anon_sym_BANG_EQ] = ACTIONS(2905), - [anon_sym_LT_EQ] = ACTIONS(2905), - [anon_sym_GT_EQ] = ACTIONS(2905), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(2903), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_mut] = ACTIONS(2905), - [anon_sym_PLUS_PLUS] = ACTIONS(2905), - [anon_sym_DASH_DASH] = ACTIONS(2905), - [anon_sym_QMARK] = ACTIONS(2905), - [anon_sym_BANG] = ACTIONS(2905), - [anon_sym_go] = ACTIONS(2905), - [anon_sym_spawn] = ACTIONS(2905), - [anon_sym_json_DOTdecode] = ACTIONS(2905), - [anon_sym_LBRACK2] = ACTIONS(2905), - [anon_sym_TILDE] = ACTIONS(2905), - [anon_sym_CARET] = ACTIONS(2905), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_LT_DASH] = ACTIONS(2905), - [anon_sym_LT_LT] = ACTIONS(2905), - [anon_sym_GT_GT] = ACTIONS(2905), - [anon_sym_GT_GT_GT] = ACTIONS(2905), - [anon_sym_AMP_CARET] = ACTIONS(2905), - [anon_sym_AMP_AMP] = ACTIONS(2905), - [anon_sym_PIPE_PIPE] = ACTIONS(2905), - [anon_sym_or] = ACTIONS(2905), - [sym_none] = ACTIONS(2905), - [sym_true] = ACTIONS(2905), - [sym_false] = ACTIONS(2905), - [sym_nil] = ACTIONS(2905), - [anon_sym_QMARK_DOT] = ACTIONS(2905), - [anon_sym_POUND_LBRACK] = ACTIONS(2905), - [anon_sym_if] = ACTIONS(2905), - [anon_sym_DOLLARif] = ACTIONS(2905), - [anon_sym_is] = ACTIONS(2905), - [anon_sym_BANGis] = ACTIONS(2905), - [anon_sym_in] = ACTIONS(2905), - [anon_sym_BANGin] = ACTIONS(2905), - [anon_sym_match] = ACTIONS(2905), - [anon_sym_select] = ACTIONS(2905), - [anon_sym_lock] = ACTIONS(2905), - [anon_sym_rlock] = ACTIONS(2905), - [anon_sym_unsafe] = ACTIONS(2905), - [anon_sym_sql] = ACTIONS(2905), - [sym_int_literal] = ACTIONS(2905), - [sym_float_literal] = ACTIONS(2905), - [sym_rune_literal] = ACTIONS(2905), - [sym_pseudo_compile_time_identifier] = ACTIONS(2905), - [anon_sym_shared] = ACTIONS(2905), - [anon_sym_map_LBRACK] = ACTIONS(2905), - [anon_sym_chan] = ACTIONS(2905), - [anon_sym_thread] = ACTIONS(2905), - [anon_sym_atomic] = ACTIONS(2905), - [sym___double_quote] = ACTIONS(2905), - [sym___single_quote] = ACTIONS(2905), - [sym___c_double_quote] = ACTIONS(2905), - [sym___c_single_quote] = ACTIONS(2905), - [sym___r_double_quote] = ACTIONS(2905), - [sym___r_single_quote] = ACTIONS(2905), + [anon_sym_SEMI] = ACTIONS(3317), + [anon_sym_DOT] = ACTIONS(3317), + [anon_sym_as] = ACTIONS(3317), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_COMMA] = ACTIONS(3317), + [anon_sym_RBRACE] = ACTIONS(3317), + [anon_sym_LPAREN] = ACTIONS(3317), + [anon_sym_RPAREN] = ACTIONS(3317), + [anon_sym_PIPE] = ACTIONS(3317), + [anon_sym_fn] = ACTIONS(3317), + [anon_sym_PLUS] = ACTIONS(3317), + [anon_sym_DASH] = ACTIONS(3317), + [anon_sym_STAR] = ACTIONS(3317), + [anon_sym_SLASH] = ACTIONS(3317), + [anon_sym_PERCENT] = ACTIONS(3317), + [anon_sym_LT] = ACTIONS(3317), + [anon_sym_GT] = ACTIONS(3317), + [anon_sym_EQ_EQ] = ACTIONS(3317), + [anon_sym_BANG_EQ] = ACTIONS(3317), + [anon_sym_LT_EQ] = ACTIONS(3317), + [anon_sym_GT_EQ] = ACTIONS(3317), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(3315), + [anon_sym_struct] = ACTIONS(3317), + [anon_sym_mut] = ACTIONS(3317), + [anon_sym_PLUS_PLUS] = ACTIONS(3317), + [anon_sym_DASH_DASH] = ACTIONS(3317), + [anon_sym_QMARK] = ACTIONS(3317), + [anon_sym_BANG] = ACTIONS(3317), + [anon_sym_go] = ACTIONS(3317), + [anon_sym_spawn] = ACTIONS(3317), + [anon_sym_json_DOTdecode] = ACTIONS(3317), + [anon_sym_LBRACK2] = ACTIONS(3317), + [anon_sym_TILDE] = ACTIONS(3317), + [anon_sym_CARET] = ACTIONS(3317), + [anon_sym_AMP] = ACTIONS(3317), + [anon_sym_LT_DASH] = ACTIONS(3317), + [anon_sym_LT_LT] = ACTIONS(3317), + [anon_sym_GT_GT] = ACTIONS(3317), + [anon_sym_GT_GT_GT] = ACTIONS(3317), + [anon_sym_AMP_CARET] = ACTIONS(3317), + [anon_sym_AMP_AMP] = ACTIONS(3317), + [anon_sym_PIPE_PIPE] = ACTIONS(3317), + [anon_sym_or] = ACTIONS(3317), + [sym_none] = ACTIONS(3317), + [sym_true] = ACTIONS(3317), + [sym_false] = ACTIONS(3317), + [sym_nil] = ACTIONS(3317), + [anon_sym_QMARK_DOT] = ACTIONS(3317), + [anon_sym_POUND_LBRACK] = ACTIONS(3317), + [anon_sym_if] = ACTIONS(3317), + [anon_sym_DOLLARif] = ACTIONS(3317), + [anon_sym_is] = ACTIONS(3317), + [anon_sym_BANGis] = ACTIONS(3317), + [anon_sym_in] = ACTIONS(3317), + [anon_sym_BANGin] = ACTIONS(3317), + [anon_sym_match] = ACTIONS(3317), + [anon_sym_select] = ACTIONS(3317), + [anon_sym_lock] = ACTIONS(3317), + [anon_sym_rlock] = ACTIONS(3317), + [anon_sym_unsafe] = ACTIONS(3317), + [anon_sym_sql] = ACTIONS(3317), + [sym_int_literal] = ACTIONS(3317), + [sym_float_literal] = ACTIONS(3317), + [sym_rune_literal] = ACTIONS(3317), + [sym_pseudo_compile_time_identifier] = ACTIONS(3317), + [anon_sym_shared] = ACTIONS(3317), + [anon_sym_map_LBRACK] = ACTIONS(3317), + [anon_sym_chan] = ACTIONS(3317), + [anon_sym_thread] = ACTIONS(3317), + [anon_sym_atomic] = ACTIONS(3317), + [sym___double_quote] = ACTIONS(3317), + [sym___single_quote] = ACTIONS(3317), + [sym___c_double_quote] = ACTIONS(3317), + [sym___c_single_quote] = ACTIONS(3317), + [sym___r_double_quote] = ACTIONS(3317), + [sym___r_single_quote] = ACTIONS(3317), }, - [1213] = { - [sym_line_comment] = STATE(1213), - [sym_block_comment] = STATE(1213), - [sym_identifier] = ACTIONS(2891), - [anon_sym_LF] = ACTIONS(2891), - [anon_sym_CR] = ACTIONS(2891), - [anon_sym_CR_LF] = ACTIONS(2891), + [1192] = { + [sym_line_comment] = STATE(1192), + [sym_block_comment] = STATE(1192), + [sym_identifier] = ACTIONS(3185), + [anon_sym_LF] = ACTIONS(3185), + [anon_sym_CR] = ACTIONS(3185), + [anon_sym_CR_LF] = ACTIONS(3185), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2891), - [anon_sym_DOT] = ACTIONS(2891), - [anon_sym_as] = ACTIONS(2891), - [anon_sym_LBRACE] = ACTIONS(2891), - [anon_sym_COMMA] = ACTIONS(2891), - [anon_sym_RBRACE] = ACTIONS(2891), - [anon_sym_LPAREN] = ACTIONS(2891), - [anon_sym_RPAREN] = ACTIONS(2891), - [anon_sym_PIPE] = ACTIONS(2891), - [anon_sym_fn] = ACTIONS(2891), - [anon_sym_PLUS] = ACTIONS(2891), - [anon_sym_DASH] = ACTIONS(2891), - [anon_sym_STAR] = ACTIONS(2891), - [anon_sym_SLASH] = ACTIONS(2891), - [anon_sym_PERCENT] = ACTIONS(2891), - [anon_sym_LT] = ACTIONS(2891), - [anon_sym_GT] = ACTIONS(2891), - [anon_sym_EQ_EQ] = ACTIONS(2891), - [anon_sym_BANG_EQ] = ACTIONS(2891), - [anon_sym_LT_EQ] = ACTIONS(2891), - [anon_sym_GT_EQ] = ACTIONS(2891), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2891), - [anon_sym_LBRACK] = ACTIONS(2889), - [anon_sym_struct] = ACTIONS(2891), - [anon_sym_mut] = ACTIONS(2891), - [anon_sym_PLUS_PLUS] = ACTIONS(2891), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_QMARK] = ACTIONS(2891), - [anon_sym_BANG] = ACTIONS(2891), - [anon_sym_go] = ACTIONS(2891), - [anon_sym_spawn] = ACTIONS(2891), - [anon_sym_json_DOTdecode] = ACTIONS(2891), - [anon_sym_LBRACK2] = ACTIONS(2891), - [anon_sym_TILDE] = ACTIONS(2891), - [anon_sym_CARET] = ACTIONS(2891), - [anon_sym_AMP] = ACTIONS(2891), - [anon_sym_LT_DASH] = ACTIONS(2891), - [anon_sym_LT_LT] = ACTIONS(2891), - [anon_sym_GT_GT] = ACTIONS(2891), - [anon_sym_GT_GT_GT] = ACTIONS(2891), - [anon_sym_AMP_CARET] = ACTIONS(2891), - [anon_sym_AMP_AMP] = ACTIONS(2891), - [anon_sym_PIPE_PIPE] = ACTIONS(2891), - [anon_sym_or] = ACTIONS(2891), - [sym_none] = ACTIONS(2891), - [sym_true] = ACTIONS(2891), - [sym_false] = ACTIONS(2891), - [sym_nil] = ACTIONS(2891), - [anon_sym_QMARK_DOT] = ACTIONS(2891), - [anon_sym_POUND_LBRACK] = ACTIONS(2891), - [anon_sym_if] = ACTIONS(2891), - [anon_sym_DOLLARif] = ACTIONS(2891), - [anon_sym_is] = ACTIONS(2891), - [anon_sym_BANGis] = ACTIONS(2891), - [anon_sym_in] = ACTIONS(2891), - [anon_sym_BANGin] = ACTIONS(2891), - [anon_sym_match] = ACTIONS(2891), - [anon_sym_select] = ACTIONS(2891), - [anon_sym_lock] = ACTIONS(2891), - [anon_sym_rlock] = ACTIONS(2891), - [anon_sym_unsafe] = ACTIONS(2891), - [anon_sym_sql] = ACTIONS(2891), - [sym_int_literal] = ACTIONS(2891), - [sym_float_literal] = ACTIONS(2891), - [sym_rune_literal] = ACTIONS(2891), - [sym_pseudo_compile_time_identifier] = ACTIONS(2891), - [anon_sym_shared] = ACTIONS(2891), - [anon_sym_map_LBRACK] = ACTIONS(2891), - [anon_sym_chan] = ACTIONS(2891), - [anon_sym_thread] = ACTIONS(2891), - [anon_sym_atomic] = ACTIONS(2891), - [sym___double_quote] = ACTIONS(2891), - [sym___single_quote] = ACTIONS(2891), - [sym___c_double_quote] = ACTIONS(2891), - [sym___c_single_quote] = ACTIONS(2891), - [sym___r_double_quote] = ACTIONS(2891), - [sym___r_single_quote] = ACTIONS(2891), - }, - [1214] = { - [sym_line_comment] = STATE(1214), - [sym_block_comment] = STATE(1214), - [sym_identifier] = ACTIONS(2883), - [anon_sym_LF] = ACTIONS(2883), - [anon_sym_CR] = ACTIONS(2883), - [anon_sym_CR_LF] = ACTIONS(2883), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2883), - [anon_sym_DOT] = ACTIONS(2883), - [anon_sym_as] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2883), - [anon_sym_COMMA] = ACTIONS(2883), - [anon_sym_RBRACE] = ACTIONS(2883), - [anon_sym_LPAREN] = ACTIONS(2883), - [anon_sym_RPAREN] = ACTIONS(2883), - [anon_sym_PIPE] = ACTIONS(2883), - [anon_sym_fn] = ACTIONS(2883), - [anon_sym_PLUS] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2883), - [anon_sym_STAR] = ACTIONS(2883), - [anon_sym_SLASH] = ACTIONS(2883), - [anon_sym_PERCENT] = ACTIONS(2883), - [anon_sym_LT] = ACTIONS(2883), - [anon_sym_GT] = ACTIONS(2883), - [anon_sym_EQ_EQ] = ACTIONS(2883), - [anon_sym_BANG_EQ] = ACTIONS(2883), - [anon_sym_LT_EQ] = ACTIONS(2883), - [anon_sym_GT_EQ] = ACTIONS(2883), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2883), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_struct] = ACTIONS(2883), - [anon_sym_mut] = ACTIONS(2883), - [anon_sym_PLUS_PLUS] = ACTIONS(2883), - [anon_sym_DASH_DASH] = ACTIONS(2883), - [anon_sym_QMARK] = ACTIONS(2883), - [anon_sym_BANG] = ACTIONS(2883), - [anon_sym_go] = ACTIONS(2883), - [anon_sym_spawn] = ACTIONS(2883), - [anon_sym_json_DOTdecode] = ACTIONS(2883), - [anon_sym_LBRACK2] = ACTIONS(2883), - [anon_sym_TILDE] = ACTIONS(2883), - [anon_sym_CARET] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2883), - [anon_sym_LT_DASH] = ACTIONS(2883), - [anon_sym_LT_LT] = ACTIONS(2883), - [anon_sym_GT_GT] = ACTIONS(2883), - [anon_sym_GT_GT_GT] = ACTIONS(2883), - [anon_sym_AMP_CARET] = ACTIONS(2883), - [anon_sym_AMP_AMP] = ACTIONS(2883), - [anon_sym_PIPE_PIPE] = ACTIONS(2883), - [anon_sym_or] = ACTIONS(2883), - [sym_none] = ACTIONS(2883), - [sym_true] = ACTIONS(2883), - [sym_false] = ACTIONS(2883), - [sym_nil] = ACTIONS(2883), - [anon_sym_QMARK_DOT] = ACTIONS(2883), - [anon_sym_POUND_LBRACK] = ACTIONS(2883), - [anon_sym_if] = ACTIONS(2883), - [anon_sym_DOLLARif] = ACTIONS(2883), - [anon_sym_is] = ACTIONS(2883), - [anon_sym_BANGis] = ACTIONS(2883), - [anon_sym_in] = ACTIONS(2883), - [anon_sym_BANGin] = ACTIONS(2883), - [anon_sym_match] = ACTIONS(2883), - [anon_sym_select] = ACTIONS(2883), - [anon_sym_lock] = ACTIONS(2883), - [anon_sym_rlock] = ACTIONS(2883), - [anon_sym_unsafe] = ACTIONS(2883), - [anon_sym_sql] = ACTIONS(2883), - [sym_int_literal] = ACTIONS(2883), - [sym_float_literal] = ACTIONS(2883), - [sym_rune_literal] = ACTIONS(2883), - [sym_pseudo_compile_time_identifier] = ACTIONS(2883), - [anon_sym_shared] = ACTIONS(2883), - [anon_sym_map_LBRACK] = ACTIONS(2883), - [anon_sym_chan] = ACTIONS(2883), - [anon_sym_thread] = ACTIONS(2883), - [anon_sym_atomic] = ACTIONS(2883), - [sym___double_quote] = ACTIONS(2883), - [sym___single_quote] = ACTIONS(2883), - [sym___c_double_quote] = ACTIONS(2883), - [sym___c_single_quote] = ACTIONS(2883), - [sym___r_double_quote] = ACTIONS(2883), - [sym___r_single_quote] = ACTIONS(2883), - }, - [1215] = { - [sym_line_comment] = STATE(1215), - [sym_block_comment] = STATE(1215), - [sym_identifier] = ACTIONS(2947), - [anon_sym_LF] = ACTIONS(2947), - [anon_sym_CR] = ACTIONS(2947), - [anon_sym_CR_LF] = ACTIONS(2947), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2947), - [anon_sym_DOT] = ACTIONS(2947), - [anon_sym_as] = ACTIONS(2947), - [anon_sym_LBRACE] = ACTIONS(2947), - [anon_sym_COMMA] = ACTIONS(2947), - [anon_sym_RBRACE] = ACTIONS(2947), - [anon_sym_LPAREN] = ACTIONS(2947), - [anon_sym_RPAREN] = ACTIONS(2947), - [anon_sym_PIPE] = ACTIONS(2947), - [anon_sym_fn] = ACTIONS(2947), - [anon_sym_PLUS] = ACTIONS(2947), - [anon_sym_DASH] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(2947), - [anon_sym_SLASH] = ACTIONS(2947), - [anon_sym_PERCENT] = ACTIONS(2947), - [anon_sym_LT] = ACTIONS(2947), - [anon_sym_GT] = ACTIONS(2947), - [anon_sym_EQ_EQ] = ACTIONS(2947), - [anon_sym_BANG_EQ] = ACTIONS(2947), - [anon_sym_LT_EQ] = ACTIONS(2947), - [anon_sym_GT_EQ] = ACTIONS(2947), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2947), - [anon_sym_LBRACK] = ACTIONS(2945), - [anon_sym_struct] = ACTIONS(2947), - [anon_sym_mut] = ACTIONS(2947), - [anon_sym_PLUS_PLUS] = ACTIONS(2947), - [anon_sym_DASH_DASH] = ACTIONS(2947), - [anon_sym_QMARK] = ACTIONS(2947), - [anon_sym_BANG] = ACTIONS(2947), - [anon_sym_go] = ACTIONS(2947), - [anon_sym_spawn] = ACTIONS(2947), - [anon_sym_json_DOTdecode] = ACTIONS(2947), - [anon_sym_LBRACK2] = ACTIONS(2947), - [anon_sym_TILDE] = ACTIONS(2947), - [anon_sym_CARET] = ACTIONS(2947), - [anon_sym_AMP] = ACTIONS(2947), - [anon_sym_LT_DASH] = ACTIONS(2947), - [anon_sym_LT_LT] = ACTIONS(2947), - [anon_sym_GT_GT] = ACTIONS(2947), - [anon_sym_GT_GT_GT] = ACTIONS(2947), - [anon_sym_AMP_CARET] = ACTIONS(2947), - [anon_sym_AMP_AMP] = ACTIONS(2947), - [anon_sym_PIPE_PIPE] = ACTIONS(2947), - [anon_sym_or] = ACTIONS(2947), - [sym_none] = ACTIONS(2947), - [sym_true] = ACTIONS(2947), - [sym_false] = ACTIONS(2947), - [sym_nil] = ACTIONS(2947), - [anon_sym_QMARK_DOT] = ACTIONS(2947), - [anon_sym_POUND_LBRACK] = ACTIONS(2947), - [anon_sym_if] = ACTIONS(2947), - [anon_sym_DOLLARif] = ACTIONS(2947), - [anon_sym_is] = ACTIONS(2947), - [anon_sym_BANGis] = ACTIONS(2947), - [anon_sym_in] = ACTIONS(2947), - [anon_sym_BANGin] = ACTIONS(2947), - [anon_sym_match] = ACTIONS(2947), - [anon_sym_select] = ACTIONS(2947), - [anon_sym_lock] = ACTIONS(2947), - [anon_sym_rlock] = ACTIONS(2947), - [anon_sym_unsafe] = ACTIONS(2947), - [anon_sym_sql] = ACTIONS(2947), - [sym_int_literal] = ACTIONS(2947), - [sym_float_literal] = ACTIONS(2947), - [sym_rune_literal] = ACTIONS(2947), - [sym_pseudo_compile_time_identifier] = ACTIONS(2947), - [anon_sym_shared] = ACTIONS(2947), - [anon_sym_map_LBRACK] = ACTIONS(2947), - [anon_sym_chan] = ACTIONS(2947), - [anon_sym_thread] = ACTIONS(2947), - [anon_sym_atomic] = ACTIONS(2947), - [sym___double_quote] = ACTIONS(2947), - [sym___single_quote] = ACTIONS(2947), - [sym___c_double_quote] = ACTIONS(2947), - [sym___c_single_quote] = ACTIONS(2947), - [sym___r_double_quote] = ACTIONS(2947), - [sym___r_single_quote] = ACTIONS(2947), + [anon_sym_SEMI] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(3185), + [anon_sym_as] = ACTIONS(3185), + [anon_sym_LBRACE] = ACTIONS(3185), + [anon_sym_COMMA] = ACTIONS(3185), + [anon_sym_RBRACE] = ACTIONS(3185), + [anon_sym_LPAREN] = ACTIONS(3185), + [anon_sym_RPAREN] = ACTIONS(3185), + [anon_sym_PIPE] = ACTIONS(3185), + [anon_sym_fn] = ACTIONS(3185), + [anon_sym_PLUS] = ACTIONS(3185), + [anon_sym_DASH] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(3185), + [anon_sym_SLASH] = ACTIONS(3185), + [anon_sym_PERCENT] = ACTIONS(3185), + [anon_sym_LT] = ACTIONS(3185), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_LT_EQ] = ACTIONS(3185), + [anon_sym_GT_EQ] = ACTIONS(3185), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3185), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3185), + [anon_sym_mut] = ACTIONS(3185), + [anon_sym_PLUS_PLUS] = ACTIONS(3185), + [anon_sym_DASH_DASH] = ACTIONS(3185), + [anon_sym_QMARK] = ACTIONS(3185), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_go] = ACTIONS(3185), + [anon_sym_spawn] = ACTIONS(3185), + [anon_sym_json_DOTdecode] = ACTIONS(3185), + [anon_sym_LBRACK2] = ACTIONS(3185), + [anon_sym_TILDE] = ACTIONS(3185), + [anon_sym_CARET] = ACTIONS(3185), + [anon_sym_AMP] = ACTIONS(3185), + [anon_sym_LT_DASH] = ACTIONS(3185), + [anon_sym_LT_LT] = ACTIONS(3185), + [anon_sym_GT_GT] = ACTIONS(3185), + [anon_sym_GT_GT_GT] = ACTIONS(3185), + [anon_sym_AMP_CARET] = ACTIONS(3185), + [anon_sym_AMP_AMP] = ACTIONS(3185), + [anon_sym_PIPE_PIPE] = ACTIONS(3185), + [anon_sym_or] = ACTIONS(3185), + [sym_none] = ACTIONS(3185), + [sym_true] = ACTIONS(3185), + [sym_false] = ACTIONS(3185), + [sym_nil] = ACTIONS(3185), + [anon_sym_QMARK_DOT] = ACTIONS(3185), + [anon_sym_POUND_LBRACK] = ACTIONS(3185), + [anon_sym_if] = ACTIONS(3185), + [anon_sym_DOLLARif] = ACTIONS(3185), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3185), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_BANGin] = ACTIONS(3185), + [anon_sym_match] = ACTIONS(3185), + [anon_sym_select] = ACTIONS(3185), + [anon_sym_lock] = ACTIONS(3185), + [anon_sym_rlock] = ACTIONS(3185), + [anon_sym_unsafe] = ACTIONS(3185), + [anon_sym_sql] = ACTIONS(3185), + [sym_int_literal] = ACTIONS(3185), + [sym_float_literal] = ACTIONS(3185), + [sym_rune_literal] = ACTIONS(3185), + [sym_pseudo_compile_time_identifier] = ACTIONS(3185), + [anon_sym_shared] = ACTIONS(3185), + [anon_sym_map_LBRACK] = ACTIONS(3185), + [anon_sym_chan] = ACTIONS(3185), + [anon_sym_thread] = ACTIONS(3185), + [anon_sym_atomic] = ACTIONS(3185), + [sym___double_quote] = ACTIONS(3185), + [sym___single_quote] = ACTIONS(3185), + [sym___c_double_quote] = ACTIONS(3185), + [sym___c_single_quote] = ACTIONS(3185), + [sym___r_double_quote] = ACTIONS(3185), + [sym___r_single_quote] = ACTIONS(3185), }, - [1216] = { - [sym_line_comment] = STATE(1216), - [sym_block_comment] = STATE(1216), - [sym_identifier] = ACTIONS(3407), - [anon_sym_LF] = ACTIONS(3407), - [anon_sym_CR] = ACTIONS(3407), - [anon_sym_CR_LF] = ACTIONS(3407), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3407), - [anon_sym_DOT] = ACTIONS(3407), - [anon_sym_as] = ACTIONS(3407), - [anon_sym_LBRACE] = ACTIONS(3407), - [anon_sym_COMMA] = ACTIONS(3407), - [anon_sym_RBRACE] = ACTIONS(3407), - [anon_sym_LPAREN] = ACTIONS(3407), - [anon_sym_RPAREN] = ACTIONS(3407), - [anon_sym_PIPE] = ACTIONS(3407), - [anon_sym_fn] = ACTIONS(3407), - [anon_sym_PLUS] = ACTIONS(3407), - [anon_sym_DASH] = ACTIONS(3407), - [anon_sym_STAR] = ACTIONS(3407), - [anon_sym_SLASH] = ACTIONS(3407), - [anon_sym_PERCENT] = ACTIONS(3407), - [anon_sym_LT] = ACTIONS(3407), - [anon_sym_GT] = ACTIONS(3407), - [anon_sym_EQ_EQ] = ACTIONS(3407), - [anon_sym_BANG_EQ] = ACTIONS(3407), - [anon_sym_LT_EQ] = ACTIONS(3407), - [anon_sym_GT_EQ] = ACTIONS(3407), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3407), - [anon_sym_LBRACK] = ACTIONS(3405), - [anon_sym_struct] = ACTIONS(3407), - [anon_sym_mut] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_QMARK] = ACTIONS(3407), - [anon_sym_BANG] = ACTIONS(3407), - [anon_sym_go] = ACTIONS(3407), - [anon_sym_spawn] = ACTIONS(3407), - [anon_sym_json_DOTdecode] = ACTIONS(3407), - [anon_sym_LBRACK2] = ACTIONS(3407), - [anon_sym_TILDE] = ACTIONS(3407), - [anon_sym_CARET] = ACTIONS(3407), - [anon_sym_AMP] = ACTIONS(3407), - [anon_sym_LT_DASH] = ACTIONS(3407), - [anon_sym_LT_LT] = ACTIONS(3407), - [anon_sym_GT_GT] = ACTIONS(3407), - [anon_sym_GT_GT_GT] = ACTIONS(3407), - [anon_sym_AMP_CARET] = ACTIONS(3407), - [anon_sym_AMP_AMP] = ACTIONS(3407), - [anon_sym_PIPE_PIPE] = ACTIONS(3407), - [anon_sym_or] = ACTIONS(3407), - [sym_none] = ACTIONS(3407), - [sym_true] = ACTIONS(3407), - [sym_false] = ACTIONS(3407), - [sym_nil] = ACTIONS(3407), - [anon_sym_QMARK_DOT] = ACTIONS(3407), - [anon_sym_POUND_LBRACK] = ACTIONS(3407), - [anon_sym_if] = ACTIONS(3407), - [anon_sym_DOLLARif] = ACTIONS(3407), - [anon_sym_is] = ACTIONS(3407), - [anon_sym_BANGis] = ACTIONS(3407), - [anon_sym_in] = ACTIONS(3407), - [anon_sym_BANGin] = ACTIONS(3407), - [anon_sym_match] = ACTIONS(3407), - [anon_sym_select] = ACTIONS(3407), - [anon_sym_lock] = ACTIONS(3407), - [anon_sym_rlock] = ACTIONS(3407), - [anon_sym_unsafe] = ACTIONS(3407), - [anon_sym_sql] = ACTIONS(3407), - [sym_int_literal] = ACTIONS(3407), - [sym_float_literal] = ACTIONS(3407), - [sym_rune_literal] = ACTIONS(3407), - [sym_pseudo_compile_time_identifier] = ACTIONS(3407), - [anon_sym_shared] = ACTIONS(3407), - [anon_sym_map_LBRACK] = ACTIONS(3407), - [anon_sym_chan] = ACTIONS(3407), - [anon_sym_thread] = ACTIONS(3407), - [anon_sym_atomic] = ACTIONS(3407), - [sym___double_quote] = ACTIONS(3407), - [sym___single_quote] = ACTIONS(3407), - [sym___c_double_quote] = ACTIONS(3407), - [sym___c_single_quote] = ACTIONS(3407), - [sym___r_double_quote] = ACTIONS(3407), - [sym___r_single_quote] = ACTIONS(3407), + [1193] = { + [sym_line_comment] = STATE(1193), + [sym_block_comment] = STATE(1193), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(563), + [anon_sym_COMMA] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_EQ] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(619), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(617), + [anon_sym_BANG_EQ] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(617), + [anon_sym_DASH_DASH] = ACTIONS(617), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_LBRACK2] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(619), + [anon_sym_AMP_CARET] = ACTIONS(619), + [anon_sym_AMP_AMP] = ACTIONS(617), + [anon_sym_PIPE_PIPE] = ACTIONS(617), + [anon_sym_or] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(617), + [anon_sym_POUND_LBRACK] = ACTIONS(617), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(617), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(617), + [anon_sym_STAR_EQ] = ACTIONS(617), + [anon_sym_SLASH_EQ] = ACTIONS(617), + [anon_sym_PERCENT_EQ] = ACTIONS(617), + [anon_sym_LT_LT_EQ] = ACTIONS(617), + [anon_sym_GT_GT_EQ] = ACTIONS(617), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(617), + [anon_sym_AMP_EQ] = ACTIONS(617), + [anon_sym_AMP_CARET_EQ] = ACTIONS(617), + [anon_sym_PLUS_EQ] = ACTIONS(617), + [anon_sym_DASH_EQ] = ACTIONS(617), + [anon_sym_PIPE_EQ] = ACTIONS(617), + [anon_sym_CARET_EQ] = ACTIONS(617), + [anon_sym_COLON_EQ] = ACTIONS(617), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), }, - [1217] = { - [sym_line_comment] = STATE(1217), - [sym_block_comment] = STATE(1217), - [sym_identifier] = ACTIONS(2951), - [anon_sym_LF] = ACTIONS(2951), - [anon_sym_CR] = ACTIONS(2951), - [anon_sym_CR_LF] = ACTIONS(2951), + [1194] = { + [sym_line_comment] = STATE(1194), + [sym_block_comment] = STATE(1194), + [sym_identifier] = ACTIONS(3221), + [anon_sym_LF] = ACTIONS(3221), + [anon_sym_CR] = ACTIONS(3221), + [anon_sym_CR_LF] = ACTIONS(3221), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2951), - [anon_sym_DOT] = ACTIONS(2951), - [anon_sym_as] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2951), - [anon_sym_COMMA] = ACTIONS(2951), - [anon_sym_RBRACE] = ACTIONS(2951), - [anon_sym_LPAREN] = ACTIONS(2951), - [anon_sym_RPAREN] = ACTIONS(2951), - [anon_sym_PIPE] = ACTIONS(2951), - [anon_sym_fn] = ACTIONS(2951), - [anon_sym_PLUS] = ACTIONS(2951), - [anon_sym_DASH] = ACTIONS(2951), - [anon_sym_STAR] = ACTIONS(2951), - [anon_sym_SLASH] = ACTIONS(2951), - [anon_sym_PERCENT] = ACTIONS(2951), - [anon_sym_LT] = ACTIONS(2951), - [anon_sym_GT] = ACTIONS(2951), - [anon_sym_EQ_EQ] = ACTIONS(2951), - [anon_sym_BANG_EQ] = ACTIONS(2951), - [anon_sym_LT_EQ] = ACTIONS(2951), - [anon_sym_GT_EQ] = ACTIONS(2951), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2951), - [anon_sym_LBRACK] = ACTIONS(2949), - [anon_sym_struct] = ACTIONS(2951), - [anon_sym_mut] = ACTIONS(2951), - [anon_sym_PLUS_PLUS] = ACTIONS(2951), - [anon_sym_DASH_DASH] = ACTIONS(2951), - [anon_sym_QMARK] = ACTIONS(2951), - [anon_sym_BANG] = ACTIONS(2951), - [anon_sym_go] = ACTIONS(2951), - [anon_sym_spawn] = ACTIONS(2951), - [anon_sym_json_DOTdecode] = ACTIONS(2951), - [anon_sym_LBRACK2] = ACTIONS(2951), - [anon_sym_TILDE] = ACTIONS(2951), - [anon_sym_CARET] = ACTIONS(2951), - [anon_sym_AMP] = ACTIONS(2951), - [anon_sym_LT_DASH] = ACTIONS(2951), - [anon_sym_LT_LT] = ACTIONS(2951), - [anon_sym_GT_GT] = ACTIONS(2951), - [anon_sym_GT_GT_GT] = ACTIONS(2951), - [anon_sym_AMP_CARET] = ACTIONS(2951), - [anon_sym_AMP_AMP] = ACTIONS(2951), - [anon_sym_PIPE_PIPE] = ACTIONS(2951), - [anon_sym_or] = ACTIONS(2951), - [sym_none] = ACTIONS(2951), - [sym_true] = ACTIONS(2951), - [sym_false] = ACTIONS(2951), - [sym_nil] = ACTIONS(2951), - [anon_sym_QMARK_DOT] = ACTIONS(2951), - [anon_sym_POUND_LBRACK] = ACTIONS(2951), - [anon_sym_if] = ACTIONS(2951), - [anon_sym_DOLLARif] = ACTIONS(2951), - [anon_sym_is] = ACTIONS(2951), - [anon_sym_BANGis] = ACTIONS(2951), - [anon_sym_in] = ACTIONS(2951), - [anon_sym_BANGin] = ACTIONS(2951), - [anon_sym_match] = ACTIONS(2951), - [anon_sym_select] = ACTIONS(2951), - [anon_sym_lock] = ACTIONS(2951), - [anon_sym_rlock] = ACTIONS(2951), - [anon_sym_unsafe] = ACTIONS(2951), - [anon_sym_sql] = ACTIONS(2951), - [sym_int_literal] = ACTIONS(2951), - [sym_float_literal] = ACTIONS(2951), - [sym_rune_literal] = ACTIONS(2951), - [sym_pseudo_compile_time_identifier] = ACTIONS(2951), - [anon_sym_shared] = ACTIONS(2951), - [anon_sym_map_LBRACK] = ACTIONS(2951), - [anon_sym_chan] = ACTIONS(2951), - [anon_sym_thread] = ACTIONS(2951), - [anon_sym_atomic] = ACTIONS(2951), - [sym___double_quote] = ACTIONS(2951), - [sym___single_quote] = ACTIONS(2951), - [sym___c_double_quote] = ACTIONS(2951), - [sym___c_single_quote] = ACTIONS(2951), - [sym___r_double_quote] = ACTIONS(2951), - [sym___r_single_quote] = ACTIONS(2951), + [anon_sym_SEMI] = ACTIONS(3221), + [anon_sym_DOT] = ACTIONS(3221), + [anon_sym_as] = ACTIONS(3221), + [anon_sym_LBRACE] = ACTIONS(3221), + [anon_sym_COMMA] = ACTIONS(3221), + [anon_sym_RBRACE] = ACTIONS(3221), + [anon_sym_LPAREN] = ACTIONS(3221), + [anon_sym_RPAREN] = ACTIONS(3221), + [anon_sym_PIPE] = ACTIONS(3221), + [anon_sym_fn] = ACTIONS(3221), + [anon_sym_PLUS] = ACTIONS(3221), + [anon_sym_DASH] = ACTIONS(3221), + [anon_sym_STAR] = ACTIONS(3221), + [anon_sym_SLASH] = ACTIONS(3221), + [anon_sym_PERCENT] = ACTIONS(3221), + [anon_sym_LT] = ACTIONS(3221), + [anon_sym_GT] = ACTIONS(3221), + [anon_sym_EQ_EQ] = ACTIONS(3221), + [anon_sym_BANG_EQ] = ACTIONS(3221), + [anon_sym_LT_EQ] = ACTIONS(3221), + [anon_sym_GT_EQ] = ACTIONS(3221), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3221), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_struct] = ACTIONS(3221), + [anon_sym_mut] = ACTIONS(3221), + [anon_sym_PLUS_PLUS] = ACTIONS(3221), + [anon_sym_DASH_DASH] = ACTIONS(3221), + [anon_sym_QMARK] = ACTIONS(3221), + [anon_sym_BANG] = ACTIONS(3221), + [anon_sym_go] = ACTIONS(3221), + [anon_sym_spawn] = ACTIONS(3221), + [anon_sym_json_DOTdecode] = ACTIONS(3221), + [anon_sym_LBRACK2] = ACTIONS(3221), + [anon_sym_TILDE] = ACTIONS(3221), + [anon_sym_CARET] = ACTIONS(3221), + [anon_sym_AMP] = ACTIONS(3221), + [anon_sym_LT_DASH] = ACTIONS(3221), + [anon_sym_LT_LT] = ACTIONS(3221), + [anon_sym_GT_GT] = ACTIONS(3221), + [anon_sym_GT_GT_GT] = ACTIONS(3221), + [anon_sym_AMP_CARET] = ACTIONS(3221), + [anon_sym_AMP_AMP] = ACTIONS(3221), + [anon_sym_PIPE_PIPE] = ACTIONS(3221), + [anon_sym_or] = ACTIONS(3221), + [sym_none] = ACTIONS(3221), + [sym_true] = ACTIONS(3221), + [sym_false] = ACTIONS(3221), + [sym_nil] = ACTIONS(3221), + [anon_sym_QMARK_DOT] = ACTIONS(3221), + [anon_sym_POUND_LBRACK] = ACTIONS(3221), + [anon_sym_if] = ACTIONS(3221), + [anon_sym_DOLLARif] = ACTIONS(3221), + [anon_sym_is] = ACTIONS(3221), + [anon_sym_BANGis] = ACTIONS(3221), + [anon_sym_in] = ACTIONS(3221), + [anon_sym_BANGin] = ACTIONS(3221), + [anon_sym_match] = ACTIONS(3221), + [anon_sym_select] = ACTIONS(3221), + [anon_sym_lock] = ACTIONS(3221), + [anon_sym_rlock] = ACTIONS(3221), + [anon_sym_unsafe] = ACTIONS(3221), + [anon_sym_sql] = ACTIONS(3221), + [sym_int_literal] = ACTIONS(3221), + [sym_float_literal] = ACTIONS(3221), + [sym_rune_literal] = ACTIONS(3221), + [sym_pseudo_compile_time_identifier] = ACTIONS(3221), + [anon_sym_shared] = ACTIONS(3221), + [anon_sym_map_LBRACK] = ACTIONS(3221), + [anon_sym_chan] = ACTIONS(3221), + [anon_sym_thread] = ACTIONS(3221), + [anon_sym_atomic] = ACTIONS(3221), + [sym___double_quote] = ACTIONS(3221), + [sym___single_quote] = ACTIONS(3221), + [sym___c_double_quote] = ACTIONS(3221), + [sym___c_single_quote] = ACTIONS(3221), + [sym___r_double_quote] = ACTIONS(3221), + [sym___r_single_quote] = ACTIONS(3221), }, - [1218] = { - [sym_line_comment] = STATE(1218), - [sym_block_comment] = STATE(1218), - [sym_identifier] = ACTIONS(2909), - [anon_sym_LF] = ACTIONS(2909), - [anon_sym_CR] = ACTIONS(2909), - [anon_sym_CR_LF] = ACTIONS(2909), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2909), - [anon_sym_DOT] = ACTIONS(2909), - [anon_sym_as] = ACTIONS(2909), - [anon_sym_LBRACE] = ACTIONS(2909), - [anon_sym_COMMA] = ACTIONS(2909), - [anon_sym_RBRACE] = ACTIONS(2909), - [anon_sym_LPAREN] = ACTIONS(2909), - [anon_sym_RPAREN] = ACTIONS(2909), - [anon_sym_PIPE] = ACTIONS(2909), - [anon_sym_fn] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2909), - [anon_sym_SLASH] = ACTIONS(2909), - [anon_sym_PERCENT] = ACTIONS(2909), - [anon_sym_LT] = ACTIONS(2909), - [anon_sym_GT] = ACTIONS(2909), - [anon_sym_EQ_EQ] = ACTIONS(2909), - [anon_sym_BANG_EQ] = ACTIONS(2909), - [anon_sym_LT_EQ] = ACTIONS(2909), - [anon_sym_GT_EQ] = ACTIONS(2909), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2907), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_mut] = ACTIONS(2909), - [anon_sym_PLUS_PLUS] = ACTIONS(2909), - [anon_sym_DASH_DASH] = ACTIONS(2909), - [anon_sym_QMARK] = ACTIONS(2909), - [anon_sym_BANG] = ACTIONS(2909), - [anon_sym_go] = ACTIONS(2909), - [anon_sym_spawn] = ACTIONS(2909), - [anon_sym_json_DOTdecode] = ACTIONS(2909), - [anon_sym_LBRACK2] = ACTIONS(2909), - [anon_sym_TILDE] = ACTIONS(2909), - [anon_sym_CARET] = ACTIONS(2909), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_LT_DASH] = ACTIONS(2909), - [anon_sym_LT_LT] = ACTIONS(2909), - [anon_sym_GT_GT] = ACTIONS(2909), - [anon_sym_GT_GT_GT] = ACTIONS(2909), - [anon_sym_AMP_CARET] = ACTIONS(2909), - [anon_sym_AMP_AMP] = ACTIONS(2909), - [anon_sym_PIPE_PIPE] = ACTIONS(2909), - [anon_sym_or] = ACTIONS(2909), - [sym_none] = ACTIONS(2909), - [sym_true] = ACTIONS(2909), - [sym_false] = ACTIONS(2909), - [sym_nil] = ACTIONS(2909), - [anon_sym_QMARK_DOT] = ACTIONS(2909), - [anon_sym_POUND_LBRACK] = ACTIONS(2909), - [anon_sym_if] = ACTIONS(2909), - [anon_sym_DOLLARif] = ACTIONS(2909), - [anon_sym_is] = ACTIONS(2909), - [anon_sym_BANGis] = ACTIONS(2909), - [anon_sym_in] = ACTIONS(2909), - [anon_sym_BANGin] = ACTIONS(2909), - [anon_sym_match] = ACTIONS(2909), - [anon_sym_select] = ACTIONS(2909), - [anon_sym_lock] = ACTIONS(2909), - [anon_sym_rlock] = ACTIONS(2909), - [anon_sym_unsafe] = ACTIONS(2909), - [anon_sym_sql] = ACTIONS(2909), - [sym_int_literal] = ACTIONS(2909), - [sym_float_literal] = ACTIONS(2909), - [sym_rune_literal] = ACTIONS(2909), - [sym_pseudo_compile_time_identifier] = ACTIONS(2909), - [anon_sym_shared] = ACTIONS(2909), - [anon_sym_map_LBRACK] = ACTIONS(2909), - [anon_sym_chan] = ACTIONS(2909), - [anon_sym_thread] = ACTIONS(2909), - [anon_sym_atomic] = ACTIONS(2909), - [sym___double_quote] = ACTIONS(2909), - [sym___single_quote] = ACTIONS(2909), - [sym___c_double_quote] = ACTIONS(2909), - [sym___c_single_quote] = ACTIONS(2909), - [sym___r_double_quote] = ACTIONS(2909), - [sym___r_single_quote] = ACTIONS(2909), + [1195] = { + [sym_line_comment] = STATE(1195), + [sym_block_comment] = STATE(1195), + [sym_reference_expression] = STATE(4533), + [sym_type_reference_expression] = STATE(1950), + [sym_plain_type] = STATE(2096), + [sym__plain_type_without_special] = STATE(2160), + [sym_anon_struct_type] = STATE(2162), + [sym_multi_return_type] = STATE(2160), + [sym_result_type] = STATE(2160), + [sym_option_type] = STATE(2160), + [sym_qualified_type] = STATE(1950), + [sym_fixed_array_type] = STATE(2162), + [sym_array_type] = STATE(2162), + [sym_pointer_type] = STATE(2162), + [sym_wrong_pointer_type] = STATE(2162), + [sym_map_type] = STATE(2162), + [sym_channel_type] = STATE(2162), + [sym_shared_type] = STATE(2162), + [sym_thread_type] = STATE(2162), + [sym_atomic_type] = STATE(2162), + [sym_generic_type] = STATE(2162), + [sym_function_type] = STATE(2162), + [sym_identifier] = ACTIONS(3782), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_as] = ACTIONS(623), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_COMMA] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(3784), + [anon_sym_EQ] = ACTIONS(623), + [anon_sym_PIPE] = ACTIONS(623), + [anon_sym_fn] = ACTIONS(3786), + [anon_sym_PLUS] = ACTIONS(623), + [anon_sym_DASH] = ACTIONS(623), + [anon_sym_STAR] = ACTIONS(3788), + [anon_sym_SLASH] = ACTIONS(623), + [anon_sym_PERCENT] = ACTIONS(623), + [anon_sym_LT] = ACTIONS(623), + [anon_sym_GT] = ACTIONS(623), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_struct] = ACTIONS(3790), + [anon_sym_COLON] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_QMARK] = ACTIONS(3792), + [anon_sym_BANG] = ACTIONS(3794), + [anon_sym_LBRACK2] = ACTIONS(3796), + [anon_sym_CARET] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(3798), + [anon_sym_LT_DASH] = ACTIONS(621), + [anon_sym_LT_LT] = ACTIONS(623), + [anon_sym_GT_GT] = ACTIONS(623), + [anon_sym_GT_GT_GT] = ACTIONS(623), + [anon_sym_AMP_CARET] = ACTIONS(623), + [anon_sym_AMP_AMP] = ACTIONS(621), + [anon_sym_PIPE_PIPE] = ACTIONS(621), + [anon_sym_or] = ACTIONS(623), + [anon_sym_QMARK_DOT] = ACTIONS(621), + [anon_sym_POUND_LBRACK] = ACTIONS(621), + [anon_sym_is] = ACTIONS(623), + [anon_sym_BANGis] = ACTIONS(621), + [anon_sym_in] = ACTIONS(623), + [anon_sym_BANGin] = ACTIONS(621), + [anon_sym_STAR_EQ] = ACTIONS(621), + [anon_sym_SLASH_EQ] = ACTIONS(621), + [anon_sym_PERCENT_EQ] = ACTIONS(621), + [anon_sym_LT_LT_EQ] = ACTIONS(621), + [anon_sym_GT_GT_EQ] = ACTIONS(621), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(621), + [anon_sym_AMP_EQ] = ACTIONS(621), + [anon_sym_AMP_CARET_EQ] = ACTIONS(621), + [anon_sym_PLUS_EQ] = ACTIONS(621), + [anon_sym_DASH_EQ] = ACTIONS(621), + [anon_sym_PIPE_EQ] = ACTIONS(621), + [anon_sym_CARET_EQ] = ACTIONS(621), + [anon_sym_shared] = ACTIONS(3800), + [anon_sym_map_LBRACK] = ACTIONS(3802), + [anon_sym_chan] = ACTIONS(3804), + [anon_sym_thread] = ACTIONS(3806), + [anon_sym_atomic] = ACTIONS(3808), }, - [1219] = { - [sym_line_comment] = STATE(1219), - [sym_block_comment] = STATE(1219), - [sym_identifier] = ACTIONS(3259), - [anon_sym_LF] = ACTIONS(3259), - [anon_sym_CR] = ACTIONS(3259), - [anon_sym_CR_LF] = ACTIONS(3259), + [1196] = { + [sym_line_comment] = STATE(1196), + [sym_block_comment] = STATE(1196), + [sym_identifier] = ACTIONS(3412), + [anon_sym_LF] = ACTIONS(3412), + [anon_sym_CR] = ACTIONS(3412), + [anon_sym_CR_LF] = ACTIONS(3412), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3259), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_as] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(3259), - [anon_sym_COMMA] = ACTIONS(3259), - [anon_sym_RBRACE] = ACTIONS(3259), - [anon_sym_LPAREN] = ACTIONS(3259), - [anon_sym_RPAREN] = ACTIONS(3259), - [anon_sym_PIPE] = ACTIONS(3259), - [anon_sym_fn] = ACTIONS(3259), - [anon_sym_PLUS] = ACTIONS(3259), - [anon_sym_DASH] = ACTIONS(3259), - [anon_sym_STAR] = ACTIONS(3259), - [anon_sym_SLASH] = ACTIONS(3259), - [anon_sym_PERCENT] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3259), - [anon_sym_GT] = ACTIONS(3259), - [anon_sym_EQ_EQ] = ACTIONS(3259), - [anon_sym_BANG_EQ] = ACTIONS(3259), - [anon_sym_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_EQ] = ACTIONS(3259), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3259), - [anon_sym_LBRACK] = ACTIONS(3257), - [anon_sym_struct] = ACTIONS(3259), - [anon_sym_mut] = ACTIONS(3259), - [anon_sym_PLUS_PLUS] = ACTIONS(3259), - [anon_sym_DASH_DASH] = ACTIONS(3259), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3259), - [anon_sym_go] = ACTIONS(3259), - [anon_sym_spawn] = ACTIONS(3259), - [anon_sym_json_DOTdecode] = ACTIONS(3259), - [anon_sym_LBRACK2] = ACTIONS(3259), - [anon_sym_TILDE] = ACTIONS(3259), - [anon_sym_CARET] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3259), - [anon_sym_LT_DASH] = ACTIONS(3259), - [anon_sym_LT_LT] = ACTIONS(3259), - [anon_sym_GT_GT] = ACTIONS(3259), - [anon_sym_GT_GT_GT] = ACTIONS(3259), - [anon_sym_AMP_CARET] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_PIPE_PIPE] = ACTIONS(3259), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(3259), - [sym_true] = ACTIONS(3259), - [sym_false] = ACTIONS(3259), - [sym_nil] = ACTIONS(3259), - [anon_sym_QMARK_DOT] = ACTIONS(3259), - [anon_sym_POUND_LBRACK] = ACTIONS(3259), - [anon_sym_if] = ACTIONS(3259), - [anon_sym_DOLLARif] = ACTIONS(3259), - [anon_sym_is] = ACTIONS(3259), - [anon_sym_BANGis] = ACTIONS(3259), - [anon_sym_in] = ACTIONS(3259), - [anon_sym_BANGin] = ACTIONS(3259), - [anon_sym_match] = ACTIONS(3259), - [anon_sym_select] = ACTIONS(3259), - [anon_sym_lock] = ACTIONS(3259), - [anon_sym_rlock] = ACTIONS(3259), - [anon_sym_unsafe] = ACTIONS(3259), - [anon_sym_sql] = ACTIONS(3259), - [sym_int_literal] = ACTIONS(3259), - [sym_float_literal] = ACTIONS(3259), - [sym_rune_literal] = ACTIONS(3259), - [sym_pseudo_compile_time_identifier] = ACTIONS(3259), - [anon_sym_shared] = ACTIONS(3259), - [anon_sym_map_LBRACK] = ACTIONS(3259), - [anon_sym_chan] = ACTIONS(3259), - [anon_sym_thread] = ACTIONS(3259), - [anon_sym_atomic] = ACTIONS(3259), - [sym___double_quote] = ACTIONS(3259), - [sym___single_quote] = ACTIONS(3259), - [sym___c_double_quote] = ACTIONS(3259), - [sym___c_single_quote] = ACTIONS(3259), - [sym___r_double_quote] = ACTIONS(3259), - [sym___r_single_quote] = ACTIONS(3259), + [anon_sym_SEMI] = ACTIONS(3412), + [anon_sym_DOT] = ACTIONS(3412), + [anon_sym_as] = ACTIONS(3412), + [anon_sym_LBRACE] = ACTIONS(3412), + [anon_sym_COMMA] = ACTIONS(3412), + [anon_sym_RBRACE] = ACTIONS(3412), + [anon_sym_LPAREN] = ACTIONS(3412), + [anon_sym_RPAREN] = ACTIONS(3412), + [anon_sym_PIPE] = ACTIONS(3412), + [anon_sym_fn] = ACTIONS(3412), + [anon_sym_PLUS] = ACTIONS(3412), + [anon_sym_DASH] = ACTIONS(3412), + [anon_sym_STAR] = ACTIONS(3412), + [anon_sym_SLASH] = ACTIONS(3412), + [anon_sym_PERCENT] = ACTIONS(3412), + [anon_sym_LT] = ACTIONS(3412), + [anon_sym_GT] = ACTIONS(3412), + [anon_sym_EQ_EQ] = ACTIONS(3412), + [anon_sym_BANG_EQ] = ACTIONS(3412), + [anon_sym_LT_EQ] = ACTIONS(3412), + [anon_sym_GT_EQ] = ACTIONS(3412), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3412), + [anon_sym_LBRACK] = ACTIONS(3410), + [anon_sym_struct] = ACTIONS(3412), + [anon_sym_mut] = ACTIONS(3412), + [anon_sym_PLUS_PLUS] = ACTIONS(3412), + [anon_sym_DASH_DASH] = ACTIONS(3412), + [anon_sym_QMARK] = ACTIONS(3412), + [anon_sym_BANG] = ACTIONS(3412), + [anon_sym_go] = ACTIONS(3412), + [anon_sym_spawn] = ACTIONS(3412), + [anon_sym_json_DOTdecode] = ACTIONS(3412), + [anon_sym_LBRACK2] = ACTIONS(3412), + [anon_sym_TILDE] = ACTIONS(3412), + [anon_sym_CARET] = ACTIONS(3412), + [anon_sym_AMP] = ACTIONS(3412), + [anon_sym_LT_DASH] = ACTIONS(3412), + [anon_sym_LT_LT] = ACTIONS(3412), + [anon_sym_GT_GT] = ACTIONS(3412), + [anon_sym_GT_GT_GT] = ACTIONS(3412), + [anon_sym_AMP_CARET] = ACTIONS(3412), + [anon_sym_AMP_AMP] = ACTIONS(3412), + [anon_sym_PIPE_PIPE] = ACTIONS(3412), + [anon_sym_or] = ACTIONS(3412), + [sym_none] = ACTIONS(3412), + [sym_true] = ACTIONS(3412), + [sym_false] = ACTIONS(3412), + [sym_nil] = ACTIONS(3412), + [anon_sym_QMARK_DOT] = ACTIONS(3412), + [anon_sym_POUND_LBRACK] = ACTIONS(3412), + [anon_sym_if] = ACTIONS(3412), + [anon_sym_DOLLARif] = ACTIONS(3412), + [anon_sym_is] = ACTIONS(3412), + [anon_sym_BANGis] = ACTIONS(3412), + [anon_sym_in] = ACTIONS(3412), + [anon_sym_BANGin] = ACTIONS(3412), + [anon_sym_match] = ACTIONS(3412), + [anon_sym_select] = ACTIONS(3412), + [anon_sym_lock] = ACTIONS(3412), + [anon_sym_rlock] = ACTIONS(3412), + [anon_sym_unsafe] = ACTIONS(3412), + [anon_sym_sql] = ACTIONS(3412), + [sym_int_literal] = ACTIONS(3412), + [sym_float_literal] = ACTIONS(3412), + [sym_rune_literal] = ACTIONS(3412), + [sym_pseudo_compile_time_identifier] = ACTIONS(3412), + [anon_sym_shared] = ACTIONS(3412), + [anon_sym_map_LBRACK] = ACTIONS(3412), + [anon_sym_chan] = ACTIONS(3412), + [anon_sym_thread] = ACTIONS(3412), + [anon_sym_atomic] = ACTIONS(3412), + [sym___double_quote] = ACTIONS(3412), + [sym___single_quote] = ACTIONS(3412), + [sym___c_double_quote] = ACTIONS(3412), + [sym___c_single_quote] = ACTIONS(3412), + [sym___r_double_quote] = ACTIONS(3412), + [sym___r_single_quote] = ACTIONS(3412), }, - [1220] = { - [sym_line_comment] = STATE(1220), - [sym_block_comment] = STATE(1220), - [sym_identifier] = ACTIONS(3263), - [anon_sym_LF] = ACTIONS(3263), - [anon_sym_CR] = ACTIONS(3263), - [anon_sym_CR_LF] = ACTIONS(3263), + [1197] = { + [sym_line_comment] = STATE(1197), + [sym_block_comment] = STATE(1197), + [sym_identifier] = ACTIONS(3309), + [anon_sym_LF] = ACTIONS(3309), + [anon_sym_CR] = ACTIONS(3309), + [anon_sym_CR_LF] = ACTIONS(3309), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3263), - [anon_sym_DOT] = ACTIONS(3263), - [anon_sym_as] = ACTIONS(3263), - [anon_sym_LBRACE] = ACTIONS(3263), - [anon_sym_COMMA] = ACTIONS(3263), - [anon_sym_RBRACE] = ACTIONS(3263), - [anon_sym_LPAREN] = ACTIONS(3263), - [anon_sym_RPAREN] = ACTIONS(3263), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_fn] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(3263), - [anon_sym_DASH] = ACTIONS(3263), - [anon_sym_STAR] = ACTIONS(3263), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_EQ_EQ] = ACTIONS(3263), - [anon_sym_BANG_EQ] = ACTIONS(3263), - [anon_sym_LT_EQ] = ACTIONS(3263), - [anon_sym_GT_EQ] = ACTIONS(3263), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3263), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_struct] = ACTIONS(3263), - [anon_sym_mut] = ACTIONS(3263), - [anon_sym_PLUS_PLUS] = ACTIONS(3263), - [anon_sym_DASH_DASH] = ACTIONS(3263), - [anon_sym_QMARK] = ACTIONS(3263), - [anon_sym_BANG] = ACTIONS(3263), - [anon_sym_go] = ACTIONS(3263), - [anon_sym_spawn] = ACTIONS(3263), - [anon_sym_json_DOTdecode] = ACTIONS(3263), - [anon_sym_LBRACK2] = ACTIONS(3263), - [anon_sym_TILDE] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_AMP] = ACTIONS(3263), - [anon_sym_LT_DASH] = ACTIONS(3263), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_GT_GT_GT] = ACTIONS(3263), - [anon_sym_AMP_CARET] = ACTIONS(3263), - [anon_sym_AMP_AMP] = ACTIONS(3263), - [anon_sym_PIPE_PIPE] = ACTIONS(3263), - [anon_sym_or] = ACTIONS(3263), - [sym_none] = ACTIONS(3263), - [sym_true] = ACTIONS(3263), - [sym_false] = ACTIONS(3263), - [sym_nil] = ACTIONS(3263), - [anon_sym_QMARK_DOT] = ACTIONS(3263), - [anon_sym_POUND_LBRACK] = ACTIONS(3263), - [anon_sym_if] = ACTIONS(3263), - [anon_sym_DOLLARif] = ACTIONS(3263), - [anon_sym_is] = ACTIONS(3263), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3263), - [anon_sym_BANGin] = ACTIONS(3263), - [anon_sym_match] = ACTIONS(3263), - [anon_sym_select] = ACTIONS(3263), - [anon_sym_lock] = ACTIONS(3263), - [anon_sym_rlock] = ACTIONS(3263), - [anon_sym_unsafe] = ACTIONS(3263), - [anon_sym_sql] = ACTIONS(3263), - [sym_int_literal] = ACTIONS(3263), - [sym_float_literal] = ACTIONS(3263), - [sym_rune_literal] = ACTIONS(3263), - [sym_pseudo_compile_time_identifier] = ACTIONS(3263), - [anon_sym_shared] = ACTIONS(3263), - [anon_sym_map_LBRACK] = ACTIONS(3263), - [anon_sym_chan] = ACTIONS(3263), - [anon_sym_thread] = ACTIONS(3263), - [anon_sym_atomic] = ACTIONS(3263), - [sym___double_quote] = ACTIONS(3263), - [sym___single_quote] = ACTIONS(3263), - [sym___c_double_quote] = ACTIONS(3263), - [sym___c_single_quote] = ACTIONS(3263), - [sym___r_double_quote] = ACTIONS(3263), - [sym___r_single_quote] = ACTIONS(3263), + [anon_sym_SEMI] = ACTIONS(3309), + [anon_sym_DOT] = ACTIONS(3309), + [anon_sym_as] = ACTIONS(3309), + [anon_sym_LBRACE] = ACTIONS(3309), + [anon_sym_COMMA] = ACTIONS(3309), + [anon_sym_RBRACE] = ACTIONS(3309), + [anon_sym_LPAREN] = ACTIONS(3309), + [anon_sym_RPAREN] = ACTIONS(3309), + [anon_sym_PIPE] = ACTIONS(3309), + [anon_sym_fn] = ACTIONS(3309), + [anon_sym_PLUS] = ACTIONS(3309), + [anon_sym_DASH] = ACTIONS(3309), + [anon_sym_STAR] = ACTIONS(3309), + [anon_sym_SLASH] = ACTIONS(3309), + [anon_sym_PERCENT] = ACTIONS(3309), + [anon_sym_LT] = ACTIONS(3309), + [anon_sym_GT] = ACTIONS(3309), + [anon_sym_EQ_EQ] = ACTIONS(3309), + [anon_sym_BANG_EQ] = ACTIONS(3309), + [anon_sym_LT_EQ] = ACTIONS(3309), + [anon_sym_GT_EQ] = ACTIONS(3309), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3309), + [anon_sym_LBRACK] = ACTIONS(3307), + [anon_sym_struct] = ACTIONS(3309), + [anon_sym_mut] = ACTIONS(3309), + [anon_sym_PLUS_PLUS] = ACTIONS(3309), + [anon_sym_DASH_DASH] = ACTIONS(3309), + [anon_sym_QMARK] = ACTIONS(3309), + [anon_sym_BANG] = ACTIONS(3309), + [anon_sym_go] = ACTIONS(3309), + [anon_sym_spawn] = ACTIONS(3309), + [anon_sym_json_DOTdecode] = ACTIONS(3309), + [anon_sym_LBRACK2] = ACTIONS(3309), + [anon_sym_TILDE] = ACTIONS(3309), + [anon_sym_CARET] = ACTIONS(3309), + [anon_sym_AMP] = ACTIONS(3309), + [anon_sym_LT_DASH] = ACTIONS(3309), + [anon_sym_LT_LT] = ACTIONS(3309), + [anon_sym_GT_GT] = ACTIONS(3309), + [anon_sym_GT_GT_GT] = ACTIONS(3309), + [anon_sym_AMP_CARET] = ACTIONS(3309), + [anon_sym_AMP_AMP] = ACTIONS(3309), + [anon_sym_PIPE_PIPE] = ACTIONS(3309), + [anon_sym_or] = ACTIONS(3309), + [sym_none] = ACTIONS(3309), + [sym_true] = ACTIONS(3309), + [sym_false] = ACTIONS(3309), + [sym_nil] = ACTIONS(3309), + [anon_sym_QMARK_DOT] = ACTIONS(3309), + [anon_sym_POUND_LBRACK] = ACTIONS(3309), + [anon_sym_if] = ACTIONS(3309), + [anon_sym_DOLLARif] = ACTIONS(3309), + [anon_sym_is] = ACTIONS(3309), + [anon_sym_BANGis] = ACTIONS(3309), + [anon_sym_in] = ACTIONS(3309), + [anon_sym_BANGin] = ACTIONS(3309), + [anon_sym_match] = ACTIONS(3309), + [anon_sym_select] = ACTIONS(3309), + [anon_sym_lock] = ACTIONS(3309), + [anon_sym_rlock] = ACTIONS(3309), + [anon_sym_unsafe] = ACTIONS(3309), + [anon_sym_sql] = ACTIONS(3309), + [sym_int_literal] = ACTIONS(3309), + [sym_float_literal] = ACTIONS(3309), + [sym_rune_literal] = ACTIONS(3309), + [sym_pseudo_compile_time_identifier] = ACTIONS(3309), + [anon_sym_shared] = ACTIONS(3309), + [anon_sym_map_LBRACK] = ACTIONS(3309), + [anon_sym_chan] = ACTIONS(3309), + [anon_sym_thread] = ACTIONS(3309), + [anon_sym_atomic] = ACTIONS(3309), + [sym___double_quote] = ACTIONS(3309), + [sym___single_quote] = ACTIONS(3309), + [sym___c_double_quote] = ACTIONS(3309), + [sym___c_single_quote] = ACTIONS(3309), + [sym___r_double_quote] = ACTIONS(3309), + [sym___r_single_quote] = ACTIONS(3309), }, - [1221] = { - [sym_line_comment] = STATE(1221), - [sym_block_comment] = STATE(1221), - [sym_reference_expression] = STATE(4531), - [sym_type_reference_expression] = STATE(1950), - [sym_plain_type] = STATE(2075), - [sym__plain_type_without_special] = STATE(2116), - [sym_anon_struct_type] = STATE(2115), - [sym_multi_return_type] = STATE(2116), - [sym_result_type] = STATE(2116), - [sym_option_type] = STATE(2116), - [sym_qualified_type] = STATE(1950), - [sym_fixed_array_type] = STATE(2115), - [sym_array_type] = STATE(2115), - [sym_pointer_type] = STATE(2115), - [sym_wrong_pointer_type] = STATE(2115), - [sym_map_type] = STATE(2115), - [sym_channel_type] = STATE(2115), - [sym_shared_type] = STATE(2115), - [sym_thread_type] = STATE(2115), - [sym_atomic_type] = STATE(2115), - [sym_generic_type] = STATE(2115), - [sym_function_type] = STATE(2115), - [sym_identifier] = ACTIONS(3816), + [1198] = { + [sym_line_comment] = STATE(1198), + [sym_block_comment] = STATE(1198), + [sym_reference_expression] = STATE(4470), + [sym_type_reference_expression] = STATE(1951), + [sym_plain_type] = STATE(2067), + [sym__plain_type_without_special] = STATE(2111), + [sym_anon_struct_type] = STATE(2110), + [sym_multi_return_type] = STATE(2111), + [sym_result_type] = STATE(2111), + [sym_option_type] = STATE(2111), + [sym_qualified_type] = STATE(1951), + [sym_fixed_array_type] = STATE(2110), + [sym_array_type] = STATE(2110), + [sym_pointer_type] = STATE(2110), + [sym_wrong_pointer_type] = STATE(2110), + [sym_map_type] = STATE(2110), + [sym_channel_type] = STATE(2110), + [sym_shared_type] = STATE(2110), + [sym_thread_type] = STATE(2110), + [sym_atomic_type] = STATE(2110), + [sym_generic_type] = STATE(2110), + [sym_function_type] = STATE(2110), + [sym_identifier] = ACTIONS(3810), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(599), - [anon_sym_as] = ACTIONS(601), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_COMMA] = ACTIONS(599), - [anon_sym_LPAREN] = ACTIONS(3818), - [anon_sym_EQ] = ACTIONS(601), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(3820), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(3822), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_PERCENT] = ACTIONS(601), - [anon_sym_LT] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(599), - [anon_sym_BANG_EQ] = ACTIONS(599), - [anon_sym_LT_EQ] = ACTIONS(599), - [anon_sym_GT_EQ] = ACTIONS(599), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_struct] = ACTIONS(3824), - [anon_sym_COLON] = ACTIONS(599), - [anon_sym_PLUS_PLUS] = ACTIONS(599), - [anon_sym_DASH_DASH] = ACTIONS(599), - [anon_sym_QMARK] = ACTIONS(3826), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_LBRACK2] = ACTIONS(3830), - [anon_sym_CARET] = ACTIONS(601), - [anon_sym_AMP] = ACTIONS(3832), - [anon_sym_LT_DASH] = ACTIONS(599), - [anon_sym_LT_LT] = ACTIONS(601), - [anon_sym_GT_GT] = ACTIONS(601), - [anon_sym_GT_GT_GT] = ACTIONS(601), - [anon_sym_AMP_CARET] = ACTIONS(601), - [anon_sym_AMP_AMP] = ACTIONS(599), - [anon_sym_PIPE_PIPE] = ACTIONS(599), - [anon_sym_or] = ACTIONS(601), - [anon_sym_QMARK_DOT] = ACTIONS(599), - [anon_sym_POUND_LBRACK] = ACTIONS(599), - [anon_sym_is] = ACTIONS(601), - [anon_sym_BANGis] = ACTIONS(599), - [anon_sym_in] = ACTIONS(601), - [anon_sym_BANGin] = ACTIONS(599), - [anon_sym_STAR_EQ] = ACTIONS(599), - [anon_sym_SLASH_EQ] = ACTIONS(599), - [anon_sym_PERCENT_EQ] = ACTIONS(599), - [anon_sym_LT_LT_EQ] = ACTIONS(599), - [anon_sym_GT_GT_EQ] = ACTIONS(599), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(599), - [anon_sym_AMP_EQ] = ACTIONS(599), - [anon_sym_AMP_CARET_EQ] = ACTIONS(599), - [anon_sym_PLUS_EQ] = ACTIONS(599), - [anon_sym_DASH_EQ] = ACTIONS(599), - [anon_sym_PIPE_EQ] = ACTIONS(599), - [anon_sym_CARET_EQ] = ACTIONS(599), - [anon_sym_shared] = ACTIONS(3834), - [anon_sym_map_LBRACK] = ACTIONS(3836), - [anon_sym_chan] = ACTIONS(3838), - [anon_sym_thread] = ACTIONS(3840), - [anon_sym_atomic] = ACTIONS(3842), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_as] = ACTIONS(623), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_COMMA] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(3812), + [anon_sym_EQ] = ACTIONS(623), + [anon_sym_PIPE] = ACTIONS(623), + [anon_sym_fn] = ACTIONS(3814), + [anon_sym_PLUS] = ACTIONS(623), + [anon_sym_DASH] = ACTIONS(623), + [anon_sym_STAR] = ACTIONS(3816), + [anon_sym_SLASH] = ACTIONS(623), + [anon_sym_PERCENT] = ACTIONS(623), + [anon_sym_LT] = ACTIONS(623), + [anon_sym_GT] = ACTIONS(623), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_struct] = ACTIONS(3818), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_QMARK] = ACTIONS(3820), + [anon_sym_BANG] = ACTIONS(3822), + [anon_sym_LBRACK2] = ACTIONS(3824), + [anon_sym_CARET] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(3826), + [anon_sym_LT_LT] = ACTIONS(623), + [anon_sym_GT_GT] = ACTIONS(623), + [anon_sym_GT_GT_GT] = ACTIONS(623), + [anon_sym_AMP_CARET] = ACTIONS(623), + [anon_sym_AMP_AMP] = ACTIONS(621), + [anon_sym_PIPE_PIPE] = ACTIONS(621), + [anon_sym_or] = ACTIONS(623), + [anon_sym_QMARK_DOT] = ACTIONS(621), + [anon_sym_POUND_LBRACK] = ACTIONS(621), + [anon_sym_is] = ACTIONS(623), + [anon_sym_BANGis] = ACTIONS(621), + [anon_sym_in] = ACTIONS(623), + [anon_sym_BANGin] = ACTIONS(621), + [anon_sym_STAR_EQ] = ACTIONS(621), + [anon_sym_SLASH_EQ] = ACTIONS(621), + [anon_sym_PERCENT_EQ] = ACTIONS(621), + [anon_sym_LT_LT_EQ] = ACTIONS(621), + [anon_sym_GT_GT_EQ] = ACTIONS(621), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(621), + [anon_sym_AMP_EQ] = ACTIONS(621), + [anon_sym_AMP_CARET_EQ] = ACTIONS(621), + [anon_sym_PLUS_EQ] = ACTIONS(621), + [anon_sym_DASH_EQ] = ACTIONS(621), + [anon_sym_PIPE_EQ] = ACTIONS(621), + [anon_sym_CARET_EQ] = ACTIONS(621), + [anon_sym_COLON_EQ] = ACTIONS(621), + [anon_sym_shared] = ACTIONS(3828), + [anon_sym_map_LBRACK] = ACTIONS(3830), + [anon_sym_chan] = ACTIONS(3832), + [anon_sym_thread] = ACTIONS(3834), + [anon_sym_atomic] = ACTIONS(3836), }, - [1222] = { - [sym_line_comment] = STATE(1222), - [sym_block_comment] = STATE(1222), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LF] = ACTIONS(3343), - [anon_sym_CR] = ACTIONS(3343), - [anon_sym_CR_LF] = ACTIONS(3343), + [1199] = { + [sym_line_comment] = STATE(1199), + [sym_block_comment] = STATE(1199), + [sym_identifier] = ACTIONS(3337), + [anon_sym_LF] = ACTIONS(3337), + [anon_sym_CR] = ACTIONS(3337), + [anon_sym_CR_LF] = ACTIONS(3337), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3343), - [anon_sym_DOT] = ACTIONS(3343), - [anon_sym_as] = ACTIONS(3343), - [anon_sym_LBRACE] = ACTIONS(3343), - [anon_sym_COMMA] = ACTIONS(3343), - [anon_sym_RBRACE] = ACTIONS(3343), - [anon_sym_LPAREN] = ACTIONS(3343), - [anon_sym_RPAREN] = ACTIONS(3343), - [anon_sym_PIPE] = ACTIONS(3343), - [anon_sym_fn] = ACTIONS(3343), - [anon_sym_PLUS] = ACTIONS(3343), - [anon_sym_DASH] = ACTIONS(3343), - [anon_sym_STAR] = ACTIONS(3343), - [anon_sym_SLASH] = ACTIONS(3343), - [anon_sym_PERCENT] = ACTIONS(3343), - [anon_sym_LT] = ACTIONS(3343), - [anon_sym_GT] = ACTIONS(3343), - [anon_sym_EQ_EQ] = ACTIONS(3343), - [anon_sym_BANG_EQ] = ACTIONS(3343), - [anon_sym_LT_EQ] = ACTIONS(3343), - [anon_sym_GT_EQ] = ACTIONS(3343), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3343), - [anon_sym_LBRACK] = ACTIONS(3341), - [anon_sym_struct] = ACTIONS(3343), - [anon_sym_mut] = ACTIONS(3343), - [anon_sym_PLUS_PLUS] = ACTIONS(3343), - [anon_sym_DASH_DASH] = ACTIONS(3343), - [anon_sym_QMARK] = ACTIONS(3343), - [anon_sym_BANG] = ACTIONS(3343), - [anon_sym_go] = ACTIONS(3343), - [anon_sym_spawn] = ACTIONS(3343), - [anon_sym_json_DOTdecode] = ACTIONS(3343), - [anon_sym_LBRACK2] = ACTIONS(3343), - [anon_sym_TILDE] = ACTIONS(3343), - [anon_sym_CARET] = ACTIONS(3343), - [anon_sym_AMP] = ACTIONS(3343), - [anon_sym_LT_DASH] = ACTIONS(3343), - [anon_sym_LT_LT] = ACTIONS(3343), - [anon_sym_GT_GT] = ACTIONS(3343), - [anon_sym_GT_GT_GT] = ACTIONS(3343), - [anon_sym_AMP_CARET] = ACTIONS(3343), - [anon_sym_AMP_AMP] = ACTIONS(3343), - [anon_sym_PIPE_PIPE] = ACTIONS(3343), - [anon_sym_or] = ACTIONS(3343), - [sym_none] = ACTIONS(3343), - [sym_true] = ACTIONS(3343), - [sym_false] = ACTIONS(3343), - [sym_nil] = ACTIONS(3343), - [anon_sym_QMARK_DOT] = ACTIONS(3343), - [anon_sym_POUND_LBRACK] = ACTIONS(3343), - [anon_sym_if] = ACTIONS(3343), - [anon_sym_DOLLARif] = ACTIONS(3343), - [anon_sym_is] = ACTIONS(3343), - [anon_sym_BANGis] = ACTIONS(3343), - [anon_sym_in] = ACTIONS(3343), - [anon_sym_BANGin] = ACTIONS(3343), - [anon_sym_match] = ACTIONS(3343), - [anon_sym_select] = ACTIONS(3343), - [anon_sym_lock] = ACTIONS(3343), - [anon_sym_rlock] = ACTIONS(3343), - [anon_sym_unsafe] = ACTIONS(3343), - [anon_sym_sql] = ACTIONS(3343), - [sym_int_literal] = ACTIONS(3343), - [sym_float_literal] = ACTIONS(3343), - [sym_rune_literal] = ACTIONS(3343), - [sym_pseudo_compile_time_identifier] = ACTIONS(3343), - [anon_sym_shared] = ACTIONS(3343), - [anon_sym_map_LBRACK] = ACTIONS(3343), - [anon_sym_chan] = ACTIONS(3343), - [anon_sym_thread] = ACTIONS(3343), - [anon_sym_atomic] = ACTIONS(3343), - [sym___double_quote] = ACTIONS(3343), - [sym___single_quote] = ACTIONS(3343), - [sym___c_double_quote] = ACTIONS(3343), - [sym___c_single_quote] = ACTIONS(3343), - [sym___r_double_quote] = ACTIONS(3343), - [sym___r_single_quote] = ACTIONS(3343), + [anon_sym_SEMI] = ACTIONS(3337), + [anon_sym_DOT] = ACTIONS(3337), + [anon_sym_as] = ACTIONS(3337), + [anon_sym_LBRACE] = ACTIONS(3337), + [anon_sym_COMMA] = ACTIONS(3337), + [anon_sym_RBRACE] = ACTIONS(3337), + [anon_sym_LPAREN] = ACTIONS(3337), + [anon_sym_RPAREN] = ACTIONS(3337), + [anon_sym_PIPE] = ACTIONS(3337), + [anon_sym_fn] = ACTIONS(3337), + [anon_sym_PLUS] = ACTIONS(3337), + [anon_sym_DASH] = ACTIONS(3337), + [anon_sym_STAR] = ACTIONS(3337), + [anon_sym_SLASH] = ACTIONS(3337), + [anon_sym_PERCENT] = ACTIONS(3337), + [anon_sym_LT] = ACTIONS(3337), + [anon_sym_GT] = ACTIONS(3337), + [anon_sym_EQ_EQ] = ACTIONS(3337), + [anon_sym_BANG_EQ] = ACTIONS(3337), + [anon_sym_LT_EQ] = ACTIONS(3337), + [anon_sym_GT_EQ] = ACTIONS(3337), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3337), + [anon_sym_LBRACK] = ACTIONS(3335), + [anon_sym_struct] = ACTIONS(3337), + [anon_sym_mut] = ACTIONS(3337), + [anon_sym_PLUS_PLUS] = ACTIONS(3337), + [anon_sym_DASH_DASH] = ACTIONS(3337), + [anon_sym_QMARK] = ACTIONS(3337), + [anon_sym_BANG] = ACTIONS(3337), + [anon_sym_go] = ACTIONS(3337), + [anon_sym_spawn] = ACTIONS(3337), + [anon_sym_json_DOTdecode] = ACTIONS(3337), + [anon_sym_LBRACK2] = ACTIONS(3337), + [anon_sym_TILDE] = ACTIONS(3337), + [anon_sym_CARET] = ACTIONS(3337), + [anon_sym_AMP] = ACTIONS(3337), + [anon_sym_LT_DASH] = ACTIONS(3337), + [anon_sym_LT_LT] = ACTIONS(3337), + [anon_sym_GT_GT] = ACTIONS(3337), + [anon_sym_GT_GT_GT] = ACTIONS(3337), + [anon_sym_AMP_CARET] = ACTIONS(3337), + [anon_sym_AMP_AMP] = ACTIONS(3337), + [anon_sym_PIPE_PIPE] = ACTIONS(3337), + [anon_sym_or] = ACTIONS(3337), + [sym_none] = ACTIONS(3337), + [sym_true] = ACTIONS(3337), + [sym_false] = ACTIONS(3337), + [sym_nil] = ACTIONS(3337), + [anon_sym_QMARK_DOT] = ACTIONS(3337), + [anon_sym_POUND_LBRACK] = ACTIONS(3337), + [anon_sym_if] = ACTIONS(3337), + [anon_sym_DOLLARif] = ACTIONS(3337), + [anon_sym_is] = ACTIONS(3337), + [anon_sym_BANGis] = ACTIONS(3337), + [anon_sym_in] = ACTIONS(3337), + [anon_sym_BANGin] = ACTIONS(3337), + [anon_sym_match] = ACTIONS(3337), + [anon_sym_select] = ACTIONS(3337), + [anon_sym_lock] = ACTIONS(3337), + [anon_sym_rlock] = ACTIONS(3337), + [anon_sym_unsafe] = ACTIONS(3337), + [anon_sym_sql] = ACTIONS(3337), + [sym_int_literal] = ACTIONS(3337), + [sym_float_literal] = ACTIONS(3337), + [sym_rune_literal] = ACTIONS(3337), + [sym_pseudo_compile_time_identifier] = ACTIONS(3337), + [anon_sym_shared] = ACTIONS(3337), + [anon_sym_map_LBRACK] = ACTIONS(3337), + [anon_sym_chan] = ACTIONS(3337), + [anon_sym_thread] = ACTIONS(3337), + [anon_sym_atomic] = ACTIONS(3337), + [sym___double_quote] = ACTIONS(3337), + [sym___single_quote] = ACTIONS(3337), + [sym___c_double_quote] = ACTIONS(3337), + [sym___c_single_quote] = ACTIONS(3337), + [sym___r_double_quote] = ACTIONS(3337), + [sym___r_single_quote] = ACTIONS(3337), }, - [1223] = { - [sym_line_comment] = STATE(1223), - [sym_block_comment] = STATE(1223), - [sym_identifier] = ACTIONS(3411), - [anon_sym_LF] = ACTIONS(3411), - [anon_sym_CR] = ACTIONS(3411), - [anon_sym_CR_LF] = ACTIONS(3411), + [1200] = { + [sym_line_comment] = STATE(1200), + [sym_block_comment] = STATE(1200), + [sym_identifier] = ACTIONS(3305), + [anon_sym_LF] = ACTIONS(3305), + [anon_sym_CR] = ACTIONS(3305), + [anon_sym_CR_LF] = ACTIONS(3305), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3411), - [anon_sym_DOT] = ACTIONS(3411), - [anon_sym_as] = ACTIONS(3411), - [anon_sym_LBRACE] = ACTIONS(3411), - [anon_sym_COMMA] = ACTIONS(3411), - [anon_sym_RBRACE] = ACTIONS(3411), - [anon_sym_LPAREN] = ACTIONS(3411), - [anon_sym_RPAREN] = ACTIONS(3411), - [anon_sym_PIPE] = ACTIONS(3411), - [anon_sym_fn] = ACTIONS(3411), - [anon_sym_PLUS] = ACTIONS(3411), - [anon_sym_DASH] = ACTIONS(3411), - [anon_sym_STAR] = ACTIONS(3411), - [anon_sym_SLASH] = ACTIONS(3411), - [anon_sym_PERCENT] = ACTIONS(3411), - [anon_sym_LT] = ACTIONS(3411), - [anon_sym_GT] = ACTIONS(3411), - [anon_sym_EQ_EQ] = ACTIONS(3411), - [anon_sym_BANG_EQ] = ACTIONS(3411), - [anon_sym_LT_EQ] = ACTIONS(3411), - [anon_sym_GT_EQ] = ACTIONS(3411), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3411), - [anon_sym_LBRACK] = ACTIONS(3409), - [anon_sym_struct] = ACTIONS(3411), - [anon_sym_mut] = ACTIONS(3411), - [anon_sym_PLUS_PLUS] = ACTIONS(3411), - [anon_sym_DASH_DASH] = ACTIONS(3411), - [anon_sym_QMARK] = ACTIONS(3411), - [anon_sym_BANG] = ACTIONS(3411), - [anon_sym_go] = ACTIONS(3411), - [anon_sym_spawn] = ACTIONS(3411), - [anon_sym_json_DOTdecode] = ACTIONS(3411), - [anon_sym_LBRACK2] = ACTIONS(3411), - [anon_sym_TILDE] = ACTIONS(3411), - [anon_sym_CARET] = ACTIONS(3411), - [anon_sym_AMP] = ACTIONS(3411), - [anon_sym_LT_DASH] = ACTIONS(3411), - [anon_sym_LT_LT] = ACTIONS(3411), - [anon_sym_GT_GT] = ACTIONS(3411), - [anon_sym_GT_GT_GT] = ACTIONS(3411), - [anon_sym_AMP_CARET] = ACTIONS(3411), - [anon_sym_AMP_AMP] = ACTIONS(3411), - [anon_sym_PIPE_PIPE] = ACTIONS(3411), - [anon_sym_or] = ACTIONS(3411), - [sym_none] = ACTIONS(3411), - [sym_true] = ACTIONS(3411), - [sym_false] = ACTIONS(3411), - [sym_nil] = ACTIONS(3411), - [anon_sym_QMARK_DOT] = ACTIONS(3411), - [anon_sym_POUND_LBRACK] = ACTIONS(3411), - [anon_sym_if] = ACTIONS(3411), - [anon_sym_DOLLARif] = ACTIONS(3411), - [anon_sym_is] = ACTIONS(3411), - [anon_sym_BANGis] = ACTIONS(3411), - [anon_sym_in] = ACTIONS(3411), - [anon_sym_BANGin] = ACTIONS(3411), - [anon_sym_match] = ACTIONS(3411), - [anon_sym_select] = ACTIONS(3411), - [anon_sym_lock] = ACTIONS(3411), - [anon_sym_rlock] = ACTIONS(3411), - [anon_sym_unsafe] = ACTIONS(3411), - [anon_sym_sql] = ACTIONS(3411), - [sym_int_literal] = ACTIONS(3411), - [sym_float_literal] = ACTIONS(3411), - [sym_rune_literal] = ACTIONS(3411), - [sym_pseudo_compile_time_identifier] = ACTIONS(3411), - [anon_sym_shared] = ACTIONS(3411), - [anon_sym_map_LBRACK] = ACTIONS(3411), - [anon_sym_chan] = ACTIONS(3411), - [anon_sym_thread] = ACTIONS(3411), - [anon_sym_atomic] = ACTIONS(3411), - [sym___double_quote] = ACTIONS(3411), - [sym___single_quote] = ACTIONS(3411), - [sym___c_double_quote] = ACTIONS(3411), - [sym___c_single_quote] = ACTIONS(3411), - [sym___r_double_quote] = ACTIONS(3411), - [sym___r_single_quote] = ACTIONS(3411), + [anon_sym_SEMI] = ACTIONS(3305), + [anon_sym_DOT] = ACTIONS(3305), + [anon_sym_as] = ACTIONS(3305), + [anon_sym_LBRACE] = ACTIONS(3305), + [anon_sym_COMMA] = ACTIONS(3305), + [anon_sym_RBRACE] = ACTIONS(3305), + [anon_sym_LPAREN] = ACTIONS(3305), + [anon_sym_RPAREN] = ACTIONS(3305), + [anon_sym_PIPE] = ACTIONS(3305), + [anon_sym_fn] = ACTIONS(3305), + [anon_sym_PLUS] = ACTIONS(3305), + [anon_sym_DASH] = ACTIONS(3305), + [anon_sym_STAR] = ACTIONS(3305), + [anon_sym_SLASH] = ACTIONS(3305), + [anon_sym_PERCENT] = ACTIONS(3305), + [anon_sym_LT] = ACTIONS(3305), + [anon_sym_GT] = ACTIONS(3305), + [anon_sym_EQ_EQ] = ACTIONS(3305), + [anon_sym_BANG_EQ] = ACTIONS(3305), + [anon_sym_LT_EQ] = ACTIONS(3305), + [anon_sym_GT_EQ] = ACTIONS(3305), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3305), + [anon_sym_LBRACK] = ACTIONS(3303), + [anon_sym_struct] = ACTIONS(3305), + [anon_sym_mut] = ACTIONS(3305), + [anon_sym_PLUS_PLUS] = ACTIONS(3305), + [anon_sym_DASH_DASH] = ACTIONS(3305), + [anon_sym_QMARK] = ACTIONS(3305), + [anon_sym_BANG] = ACTIONS(3305), + [anon_sym_go] = ACTIONS(3305), + [anon_sym_spawn] = ACTIONS(3305), + [anon_sym_json_DOTdecode] = ACTIONS(3305), + [anon_sym_LBRACK2] = ACTIONS(3305), + [anon_sym_TILDE] = ACTIONS(3305), + [anon_sym_CARET] = ACTIONS(3305), + [anon_sym_AMP] = ACTIONS(3305), + [anon_sym_LT_DASH] = ACTIONS(3305), + [anon_sym_LT_LT] = ACTIONS(3305), + [anon_sym_GT_GT] = ACTIONS(3305), + [anon_sym_GT_GT_GT] = ACTIONS(3305), + [anon_sym_AMP_CARET] = ACTIONS(3305), + [anon_sym_AMP_AMP] = ACTIONS(3305), + [anon_sym_PIPE_PIPE] = ACTIONS(3305), + [anon_sym_or] = ACTIONS(3305), + [sym_none] = ACTIONS(3305), + [sym_true] = ACTIONS(3305), + [sym_false] = ACTIONS(3305), + [sym_nil] = ACTIONS(3305), + [anon_sym_QMARK_DOT] = ACTIONS(3305), + [anon_sym_POUND_LBRACK] = ACTIONS(3305), + [anon_sym_if] = ACTIONS(3305), + [anon_sym_DOLLARif] = ACTIONS(3305), + [anon_sym_is] = ACTIONS(3305), + [anon_sym_BANGis] = ACTIONS(3305), + [anon_sym_in] = ACTIONS(3305), + [anon_sym_BANGin] = ACTIONS(3305), + [anon_sym_match] = ACTIONS(3305), + [anon_sym_select] = ACTIONS(3305), + [anon_sym_lock] = ACTIONS(3305), + [anon_sym_rlock] = ACTIONS(3305), + [anon_sym_unsafe] = ACTIONS(3305), + [anon_sym_sql] = ACTIONS(3305), + [sym_int_literal] = ACTIONS(3305), + [sym_float_literal] = ACTIONS(3305), + [sym_rune_literal] = ACTIONS(3305), + [sym_pseudo_compile_time_identifier] = ACTIONS(3305), + [anon_sym_shared] = ACTIONS(3305), + [anon_sym_map_LBRACK] = ACTIONS(3305), + [anon_sym_chan] = ACTIONS(3305), + [anon_sym_thread] = ACTIONS(3305), + [anon_sym_atomic] = ACTIONS(3305), + [sym___double_quote] = ACTIONS(3305), + [sym___single_quote] = ACTIONS(3305), + [sym___c_double_quote] = ACTIONS(3305), + [sym___c_single_quote] = ACTIONS(3305), + [sym___r_double_quote] = ACTIONS(3305), + [sym___r_single_quote] = ACTIONS(3305), }, - [1224] = { - [sym_line_comment] = STATE(1224), - [sym_block_comment] = STATE(1224), - [sym_identifier] = ACTIONS(2763), - [anon_sym_LF] = ACTIONS(2763), - [anon_sym_CR] = ACTIONS(2763), - [anon_sym_CR_LF] = ACTIONS(2763), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2763), - [anon_sym_DOT] = ACTIONS(2763), - [anon_sym_as] = ACTIONS(2763), - [anon_sym_LBRACE] = ACTIONS(2763), - [anon_sym_COMMA] = ACTIONS(2763), - [anon_sym_RBRACE] = ACTIONS(2763), - [anon_sym_LPAREN] = ACTIONS(2763), - [anon_sym_RPAREN] = ACTIONS(2763), - [anon_sym_PIPE] = ACTIONS(2763), - [anon_sym_fn] = ACTIONS(2763), - [anon_sym_PLUS] = ACTIONS(2763), - [anon_sym_DASH] = ACTIONS(2763), - [anon_sym_STAR] = ACTIONS(2763), - [anon_sym_SLASH] = ACTIONS(2763), - [anon_sym_PERCENT] = ACTIONS(2763), - [anon_sym_LT] = ACTIONS(2763), - [anon_sym_GT] = ACTIONS(2763), - [anon_sym_EQ_EQ] = ACTIONS(2763), - [anon_sym_BANG_EQ] = ACTIONS(2763), - [anon_sym_LT_EQ] = ACTIONS(2763), - [anon_sym_GT_EQ] = ACTIONS(2763), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2763), - [anon_sym_LBRACK] = ACTIONS(2765), - [anon_sym_struct] = ACTIONS(2763), - [anon_sym_mut] = ACTIONS(2763), - [anon_sym_PLUS_PLUS] = ACTIONS(2763), - [anon_sym_DASH_DASH] = ACTIONS(2763), - [anon_sym_QMARK] = ACTIONS(2763), - [anon_sym_BANG] = ACTIONS(2763), - [anon_sym_go] = ACTIONS(2763), - [anon_sym_spawn] = ACTIONS(2763), - [anon_sym_json_DOTdecode] = ACTIONS(2763), - [anon_sym_LBRACK2] = ACTIONS(2763), - [anon_sym_TILDE] = ACTIONS(2763), - [anon_sym_CARET] = ACTIONS(2763), - [anon_sym_AMP] = ACTIONS(2763), - [anon_sym_LT_DASH] = ACTIONS(2763), - [anon_sym_LT_LT] = ACTIONS(2763), - [anon_sym_GT_GT] = ACTIONS(2763), - [anon_sym_GT_GT_GT] = ACTIONS(2763), - [anon_sym_AMP_CARET] = ACTIONS(2763), - [anon_sym_AMP_AMP] = ACTIONS(2763), - [anon_sym_PIPE_PIPE] = ACTIONS(2763), - [anon_sym_or] = ACTIONS(2763), - [sym_none] = ACTIONS(2763), - [sym_true] = ACTIONS(2763), - [sym_false] = ACTIONS(2763), - [sym_nil] = ACTIONS(2763), - [anon_sym_QMARK_DOT] = ACTIONS(2763), - [anon_sym_POUND_LBRACK] = ACTIONS(2763), - [anon_sym_if] = ACTIONS(2763), - [anon_sym_DOLLARif] = ACTIONS(2763), - [anon_sym_is] = ACTIONS(2763), - [anon_sym_BANGis] = ACTIONS(2763), - [anon_sym_in] = ACTIONS(2763), - [anon_sym_BANGin] = ACTIONS(2763), - [anon_sym_match] = ACTIONS(2763), - [anon_sym_select] = ACTIONS(2763), - [anon_sym_lock] = ACTIONS(2763), - [anon_sym_rlock] = ACTIONS(2763), - [anon_sym_unsafe] = ACTIONS(2763), - [anon_sym_sql] = ACTIONS(2763), - [sym_int_literal] = ACTIONS(2763), - [sym_float_literal] = ACTIONS(2763), - [sym_rune_literal] = ACTIONS(2763), - [sym_pseudo_compile_time_identifier] = ACTIONS(2763), - [anon_sym_shared] = ACTIONS(2763), - [anon_sym_map_LBRACK] = ACTIONS(2763), - [anon_sym_chan] = ACTIONS(2763), - [anon_sym_thread] = ACTIONS(2763), - [anon_sym_atomic] = ACTIONS(2763), - [sym___double_quote] = ACTIONS(2763), - [sym___single_quote] = ACTIONS(2763), - [sym___c_double_quote] = ACTIONS(2763), - [sym___c_single_quote] = ACTIONS(2763), - [sym___r_double_quote] = ACTIONS(2763), - [sym___r_single_quote] = ACTIONS(2763), + [1201] = { + [sym_line_comment] = STATE(1201), + [sym_block_comment] = STATE(1201), + [sym_reference_expression] = STATE(4470), + [sym_type_reference_expression] = STATE(1951), + [sym_plain_type] = STATE(2061), + [sym__plain_type_without_special] = STATE(2111), + [sym_anon_struct_type] = STATE(2110), + [sym_multi_return_type] = STATE(2111), + [sym_result_type] = STATE(2111), + [sym_option_type] = STATE(2111), + [sym_qualified_type] = STATE(1951), + [sym_fixed_array_type] = STATE(2110), + [sym_array_type] = STATE(2110), + [sym_pointer_type] = STATE(2110), + [sym_wrong_pointer_type] = STATE(2110), + [sym_map_type] = STATE(2110), + [sym_channel_type] = STATE(2110), + [sym_shared_type] = STATE(2110), + [sym_thread_type] = STATE(2110), + [sym_atomic_type] = STATE(2110), + [sym_generic_type] = STATE(2110), + [sym_function_type] = STATE(2110), + [sym_identifier] = ACTIONS(3810), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SEMI] = ACTIONS(563), + [anon_sym_DOT] = ACTIONS(563), + [anon_sym_as] = ACTIONS(567), + [anon_sym_LBRACE] = ACTIONS(563), + [anon_sym_COMMA] = ACTIONS(563), + [anon_sym_LPAREN] = ACTIONS(3812), + [anon_sym_EQ] = ACTIONS(567), + [anon_sym_PIPE] = ACTIONS(567), + [anon_sym_fn] = ACTIONS(3814), + [anon_sym_PLUS] = ACTIONS(567), + [anon_sym_DASH] = ACTIONS(567), + [anon_sym_STAR] = ACTIONS(3816), + [anon_sym_SLASH] = ACTIONS(567), + [anon_sym_PERCENT] = ACTIONS(567), + [anon_sym_LT] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(567), + [anon_sym_EQ_EQ] = ACTIONS(563), + [anon_sym_BANG_EQ] = ACTIONS(563), + [anon_sym_LT_EQ] = ACTIONS(563), + [anon_sym_GT_EQ] = ACTIONS(563), + [anon_sym_LBRACK] = ACTIONS(563), + [anon_sym_struct] = ACTIONS(3818), + [anon_sym_PLUS_PLUS] = ACTIONS(563), + [anon_sym_DASH_DASH] = ACTIONS(563), + [anon_sym_QMARK] = ACTIONS(3820), + [anon_sym_BANG] = ACTIONS(3822), + [anon_sym_LBRACK2] = ACTIONS(3824), + [anon_sym_CARET] = ACTIONS(567), + [anon_sym_AMP] = ACTIONS(3826), + [anon_sym_LT_LT] = ACTIONS(567), + [anon_sym_GT_GT] = ACTIONS(567), + [anon_sym_GT_GT_GT] = ACTIONS(567), + [anon_sym_AMP_CARET] = ACTIONS(567), + [anon_sym_AMP_AMP] = ACTIONS(563), + [anon_sym_PIPE_PIPE] = ACTIONS(563), + [anon_sym_or] = ACTIONS(567), + [anon_sym_QMARK_DOT] = ACTIONS(563), + [anon_sym_POUND_LBRACK] = ACTIONS(563), + [anon_sym_is] = ACTIONS(567), + [anon_sym_BANGis] = ACTIONS(563), + [anon_sym_in] = ACTIONS(567), + [anon_sym_BANGin] = ACTIONS(563), + [anon_sym_STAR_EQ] = ACTIONS(563), + [anon_sym_SLASH_EQ] = ACTIONS(563), + [anon_sym_PERCENT_EQ] = ACTIONS(563), + [anon_sym_LT_LT_EQ] = ACTIONS(563), + [anon_sym_GT_GT_EQ] = ACTIONS(563), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(563), + [anon_sym_AMP_EQ] = ACTIONS(563), + [anon_sym_AMP_CARET_EQ] = ACTIONS(563), + [anon_sym_PLUS_EQ] = ACTIONS(563), + [anon_sym_DASH_EQ] = ACTIONS(563), + [anon_sym_PIPE_EQ] = ACTIONS(563), + [anon_sym_CARET_EQ] = ACTIONS(563), + [anon_sym_COLON_EQ] = ACTIONS(563), + [anon_sym_shared] = ACTIONS(3828), + [anon_sym_map_LBRACK] = ACTIONS(3830), + [anon_sym_chan] = ACTIONS(3832), + [anon_sym_thread] = ACTIONS(3834), + [anon_sym_atomic] = ACTIONS(3836), }, - [1225] = { - [sym_line_comment] = STATE(1225), - [sym_block_comment] = STATE(1225), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), + [1202] = { + [sym_line_comment] = STATE(1202), + [sym_block_comment] = STATE(1202), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(603), - [anon_sym_as] = ACTIONS(607), - [anon_sym_LBRACE] = ACTIONS(603), - [anon_sym_COMMA] = ACTIONS(603), - [anon_sym_LPAREN] = ACTIONS(3618), - [anon_sym_EQ] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(613), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(603), - [anon_sym_BANG_EQ] = ACTIONS(603), - [anon_sym_LT_EQ] = ACTIONS(603), - [anon_sym_GT_EQ] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_COLON] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(603), + [anon_sym_DOT] = ACTIONS(595), + [anon_sym_as] = ACTIONS(599), + [anon_sym_LBRACE] = ACTIONS(595), + [anon_sym_COMMA] = ACTIONS(595), + [anon_sym_LPAREN] = ACTIONS(3626), + [anon_sym_EQ] = ACTIONS(599), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(605), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(599), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(595), + [anon_sym_BANG_EQ] = ACTIONS(595), + [anon_sym_LT_EQ] = ACTIONS(595), + [anon_sym_GT_EQ] = ACTIONS(595), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_COLON] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(595), + [anon_sym_DASH_DASH] = ACTIONS(595), [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(3844), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(607), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_DASH] = ACTIONS(603), - [anon_sym_LT_LT] = ACTIONS(607), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(607), - [anon_sym_AMP_CARET] = ACTIONS(607), - [anon_sym_AMP_AMP] = ACTIONS(603), - [anon_sym_PIPE_PIPE] = ACTIONS(603), - [anon_sym_or] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(603), - [anon_sym_POUND_LBRACK] = ACTIONS(603), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(603), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(603), - [anon_sym_STAR_EQ] = ACTIONS(603), - [anon_sym_SLASH_EQ] = ACTIONS(603), - [anon_sym_PERCENT_EQ] = ACTIONS(603), - [anon_sym_LT_LT_EQ] = ACTIONS(603), - [anon_sym_GT_GT_EQ] = ACTIONS(603), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(603), - [anon_sym_AMP_EQ] = ACTIONS(603), - [anon_sym_AMP_CARET_EQ] = ACTIONS(603), - [anon_sym_PLUS_EQ] = ACTIONS(603), - [anon_sym_DASH_EQ] = ACTIONS(603), - [anon_sym_PIPE_EQ] = ACTIONS(603), - [anon_sym_CARET_EQ] = ACTIONS(603), - [anon_sym_shared] = ACTIONS(623), + [anon_sym_BANG] = ACTIONS(3850), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(599), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_DASH] = ACTIONS(595), + [anon_sym_LT_LT] = ACTIONS(599), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(599), + [anon_sym_AMP_CARET] = ACTIONS(599), + [anon_sym_AMP_AMP] = ACTIONS(595), + [anon_sym_PIPE_PIPE] = ACTIONS(595), + [anon_sym_or] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(595), + [anon_sym_POUND_LBRACK] = ACTIONS(595), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(595), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(595), + [anon_sym_STAR_EQ] = ACTIONS(595), + [anon_sym_SLASH_EQ] = ACTIONS(595), + [anon_sym_PERCENT_EQ] = ACTIONS(595), + [anon_sym_LT_LT_EQ] = ACTIONS(595), + [anon_sym_GT_GT_EQ] = ACTIONS(595), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(595), + [anon_sym_AMP_EQ] = ACTIONS(595), + [anon_sym_AMP_CARET_EQ] = ACTIONS(595), + [anon_sym_PLUS_EQ] = ACTIONS(595), + [anon_sym_DASH_EQ] = ACTIONS(595), + [anon_sym_PIPE_EQ] = ACTIONS(595), + [anon_sym_CARET_EQ] = ACTIONS(595), + [anon_sym_shared] = ACTIONS(615), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), }, - [1226] = { - [sym_line_comment] = STATE(1226), - [sym_block_comment] = STATE(1226), + [1203] = { + [sym_line_comment] = STATE(1203), + [sym_block_comment] = STATE(1203), + [sym_identifier] = ACTIONS(3201), + [anon_sym_LF] = ACTIONS(3201), + [anon_sym_CR] = ACTIONS(3201), + [anon_sym_CR_LF] = ACTIONS(3201), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3201), + [anon_sym_DOT] = ACTIONS(3201), + [anon_sym_as] = ACTIONS(3201), + [anon_sym_LBRACE] = ACTIONS(3201), + [anon_sym_COMMA] = ACTIONS(3201), + [anon_sym_RBRACE] = ACTIONS(3201), + [anon_sym_LPAREN] = ACTIONS(3201), + [anon_sym_RPAREN] = ACTIONS(3201), + [anon_sym_PIPE] = ACTIONS(3201), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_PLUS] = ACTIONS(3201), + [anon_sym_DASH] = ACTIONS(3201), + [anon_sym_STAR] = ACTIONS(3201), + [anon_sym_SLASH] = ACTIONS(3201), + [anon_sym_PERCENT] = ACTIONS(3201), + [anon_sym_LT] = ACTIONS(3201), + [anon_sym_GT] = ACTIONS(3201), + [anon_sym_EQ_EQ] = ACTIONS(3201), + [anon_sym_BANG_EQ] = ACTIONS(3201), + [anon_sym_LT_EQ] = ACTIONS(3201), + [anon_sym_GT_EQ] = ACTIONS(3201), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3201), + [anon_sym_LBRACK] = ACTIONS(3199), + [anon_sym_struct] = ACTIONS(3201), + [anon_sym_mut] = ACTIONS(3201), + [anon_sym_PLUS_PLUS] = ACTIONS(3201), + [anon_sym_DASH_DASH] = ACTIONS(3201), + [anon_sym_QMARK] = ACTIONS(3201), + [anon_sym_BANG] = ACTIONS(3201), + [anon_sym_go] = ACTIONS(3201), + [anon_sym_spawn] = ACTIONS(3201), + [anon_sym_json_DOTdecode] = ACTIONS(3201), + [anon_sym_LBRACK2] = ACTIONS(3201), + [anon_sym_TILDE] = ACTIONS(3201), + [anon_sym_CARET] = ACTIONS(3201), + [anon_sym_AMP] = ACTIONS(3201), + [anon_sym_LT_DASH] = ACTIONS(3201), + [anon_sym_LT_LT] = ACTIONS(3201), + [anon_sym_GT_GT] = ACTIONS(3201), + [anon_sym_GT_GT_GT] = ACTIONS(3201), + [anon_sym_AMP_CARET] = ACTIONS(3201), + [anon_sym_AMP_AMP] = ACTIONS(3201), + [anon_sym_PIPE_PIPE] = ACTIONS(3201), + [anon_sym_or] = ACTIONS(3201), + [sym_none] = ACTIONS(3201), + [sym_true] = ACTIONS(3201), + [sym_false] = ACTIONS(3201), + [sym_nil] = ACTIONS(3201), + [anon_sym_QMARK_DOT] = ACTIONS(3201), + [anon_sym_POUND_LBRACK] = ACTIONS(3201), + [anon_sym_if] = ACTIONS(3201), + [anon_sym_DOLLARif] = ACTIONS(3201), + [anon_sym_is] = ACTIONS(3201), + [anon_sym_BANGis] = ACTIONS(3201), + [anon_sym_in] = ACTIONS(3201), + [anon_sym_BANGin] = ACTIONS(3201), + [anon_sym_match] = ACTIONS(3201), + [anon_sym_select] = ACTIONS(3201), + [anon_sym_lock] = ACTIONS(3201), + [anon_sym_rlock] = ACTIONS(3201), + [anon_sym_unsafe] = ACTIONS(3201), + [anon_sym_sql] = ACTIONS(3201), + [sym_int_literal] = ACTIONS(3201), + [sym_float_literal] = ACTIONS(3201), + [sym_rune_literal] = ACTIONS(3201), + [sym_pseudo_compile_time_identifier] = ACTIONS(3201), + [anon_sym_shared] = ACTIONS(3201), + [anon_sym_map_LBRACK] = ACTIONS(3201), + [anon_sym_chan] = ACTIONS(3201), + [anon_sym_thread] = ACTIONS(3201), + [anon_sym_atomic] = ACTIONS(3201), + [sym___double_quote] = ACTIONS(3201), + [sym___single_quote] = ACTIONS(3201), + [sym___c_double_quote] = ACTIONS(3201), + [sym___c_single_quote] = ACTIONS(3201), + [sym___r_double_quote] = ACTIONS(3201), + [sym___r_single_quote] = ACTIONS(3201), + }, + [1204] = { + [sym_line_comment] = STATE(1204), + [sym_block_comment] = STATE(1204), + [sym_identifier] = ACTIONS(3428), + [anon_sym_LF] = ACTIONS(3428), + [anon_sym_CR] = ACTIONS(3428), + [anon_sym_CR_LF] = ACTIONS(3428), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3428), + [anon_sym_DOT] = ACTIONS(3428), + [anon_sym_as] = ACTIONS(3428), + [anon_sym_LBRACE] = ACTIONS(3428), + [anon_sym_COMMA] = ACTIONS(3428), + [anon_sym_RBRACE] = ACTIONS(3428), + [anon_sym_LPAREN] = ACTIONS(3428), + [anon_sym_RPAREN] = ACTIONS(3428), + [anon_sym_PIPE] = ACTIONS(3428), + [anon_sym_fn] = ACTIONS(3428), + [anon_sym_PLUS] = ACTIONS(3428), + [anon_sym_DASH] = ACTIONS(3428), + [anon_sym_STAR] = ACTIONS(3428), + [anon_sym_SLASH] = ACTIONS(3428), + [anon_sym_PERCENT] = ACTIONS(3428), + [anon_sym_LT] = ACTIONS(3428), + [anon_sym_GT] = ACTIONS(3428), + [anon_sym_EQ_EQ] = ACTIONS(3428), + [anon_sym_BANG_EQ] = ACTIONS(3428), + [anon_sym_LT_EQ] = ACTIONS(3428), + [anon_sym_GT_EQ] = ACTIONS(3428), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3428), + [anon_sym_LBRACK] = ACTIONS(3426), + [anon_sym_struct] = ACTIONS(3428), + [anon_sym_mut] = ACTIONS(3428), + [anon_sym_PLUS_PLUS] = ACTIONS(3428), + [anon_sym_DASH_DASH] = ACTIONS(3428), + [anon_sym_QMARK] = ACTIONS(3428), + [anon_sym_BANG] = ACTIONS(3428), + [anon_sym_go] = ACTIONS(3428), + [anon_sym_spawn] = ACTIONS(3428), + [anon_sym_json_DOTdecode] = ACTIONS(3428), + [anon_sym_LBRACK2] = ACTIONS(3428), + [anon_sym_TILDE] = ACTIONS(3428), + [anon_sym_CARET] = ACTIONS(3428), + [anon_sym_AMP] = ACTIONS(3428), + [anon_sym_LT_DASH] = ACTIONS(3428), + [anon_sym_LT_LT] = ACTIONS(3428), + [anon_sym_GT_GT] = ACTIONS(3428), + [anon_sym_GT_GT_GT] = ACTIONS(3428), + [anon_sym_AMP_CARET] = ACTIONS(3428), + [anon_sym_AMP_AMP] = ACTIONS(3428), + [anon_sym_PIPE_PIPE] = ACTIONS(3428), + [anon_sym_or] = ACTIONS(3428), + [sym_none] = ACTIONS(3428), + [sym_true] = ACTIONS(3428), + [sym_false] = ACTIONS(3428), + [sym_nil] = ACTIONS(3428), + [anon_sym_QMARK_DOT] = ACTIONS(3428), + [anon_sym_POUND_LBRACK] = ACTIONS(3428), + [anon_sym_if] = ACTIONS(3428), + [anon_sym_DOLLARif] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3428), + [anon_sym_BANGis] = ACTIONS(3428), + [anon_sym_in] = ACTIONS(3428), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_match] = ACTIONS(3428), + [anon_sym_select] = ACTIONS(3428), + [anon_sym_lock] = ACTIONS(3428), + [anon_sym_rlock] = ACTIONS(3428), + [anon_sym_unsafe] = ACTIONS(3428), + [anon_sym_sql] = ACTIONS(3428), + [sym_int_literal] = ACTIONS(3428), + [sym_float_literal] = ACTIONS(3428), + [sym_rune_literal] = ACTIONS(3428), + [sym_pseudo_compile_time_identifier] = ACTIONS(3428), + [anon_sym_shared] = ACTIONS(3428), + [anon_sym_map_LBRACK] = ACTIONS(3428), + [anon_sym_chan] = ACTIONS(3428), + [anon_sym_thread] = ACTIONS(3428), + [anon_sym_atomic] = ACTIONS(3428), + [sym___double_quote] = ACTIONS(3428), + [sym___single_quote] = ACTIONS(3428), + [sym___c_double_quote] = ACTIONS(3428), + [sym___c_single_quote] = ACTIONS(3428), + [sym___r_double_quote] = ACTIONS(3428), + [sym___r_single_quote] = ACTIONS(3428), + }, + [1205] = { + [sym_line_comment] = STATE(1205), + [sym_block_comment] = STATE(1205), [sym_identifier] = ACTIONS(3003), [anon_sym_LF] = ACTIONS(3003), [anon_sym_CR] = ACTIONS(3003), @@ -161306,7 +159525,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3003), [anon_sym_DASH_DASH] = ACTIONS(3003), [anon_sym_QMARK] = ACTIONS(3003), - [anon_sym_BANG] = ACTIONS(3846), + [anon_sym_BANG] = ACTIONS(3003), [anon_sym_go] = ACTIONS(3003), [anon_sym_spawn] = ACTIONS(3003), [anon_sym_json_DOTdecode] = ACTIONS(3003), @@ -161356,247 +159575,161 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3003), [sym___r_single_quote] = ACTIONS(3003), }, - [1227] = { - [sym_line_comment] = STATE(1227), - [sym_block_comment] = STATE(1227), - [sym_identifier] = ACTIONS(3231), - [anon_sym_LF] = ACTIONS(3231), - [anon_sym_CR] = ACTIONS(3231), - [anon_sym_CR_LF] = ACTIONS(3231), + [1206] = { + [sym_line_comment] = STATE(1206), + [sym_block_comment] = STATE(1206), + [sym_identifier] = ACTIONS(3197), + [anon_sym_LF] = ACTIONS(3197), + [anon_sym_CR] = ACTIONS(3197), + [anon_sym_CR_LF] = ACTIONS(3197), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3231), - [anon_sym_DOT] = ACTIONS(3231), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(3231), - [anon_sym_COMMA] = ACTIONS(3231), - [anon_sym_RBRACE] = ACTIONS(3231), - [anon_sym_LPAREN] = ACTIONS(3231), - [anon_sym_RPAREN] = ACTIONS(3231), - [anon_sym_PIPE] = ACTIONS(3231), - [anon_sym_fn] = ACTIONS(3231), - [anon_sym_PLUS] = ACTIONS(3231), - [anon_sym_DASH] = ACTIONS(3231), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_SLASH] = ACTIONS(3231), - [anon_sym_PERCENT] = ACTIONS(3231), - [anon_sym_LT] = ACTIONS(3231), - [anon_sym_GT] = ACTIONS(3231), - [anon_sym_EQ_EQ] = ACTIONS(3231), - [anon_sym_BANG_EQ] = ACTIONS(3231), - [anon_sym_LT_EQ] = ACTIONS(3231), - [anon_sym_GT_EQ] = ACTIONS(3231), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3231), - [anon_sym_LBRACK] = ACTIONS(3229), - [anon_sym_struct] = ACTIONS(3231), - [anon_sym_mut] = ACTIONS(3231), - [anon_sym_PLUS_PLUS] = ACTIONS(3231), - [anon_sym_DASH_DASH] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3231), - [anon_sym_BANG] = ACTIONS(3231), - [anon_sym_go] = ACTIONS(3231), - [anon_sym_spawn] = ACTIONS(3231), - [anon_sym_json_DOTdecode] = ACTIONS(3231), - [anon_sym_LBRACK2] = ACTIONS(3231), - [anon_sym_TILDE] = ACTIONS(3231), - [anon_sym_CARET] = ACTIONS(3231), - [anon_sym_AMP] = ACTIONS(3231), - [anon_sym_LT_DASH] = ACTIONS(3231), - [anon_sym_LT_LT] = ACTIONS(3231), - [anon_sym_GT_GT] = ACTIONS(3231), - [anon_sym_GT_GT_GT] = ACTIONS(3231), - [anon_sym_AMP_CARET] = ACTIONS(3231), - [anon_sym_AMP_AMP] = ACTIONS(3231), - [anon_sym_PIPE_PIPE] = ACTIONS(3231), - [anon_sym_or] = ACTIONS(3231), - [sym_none] = ACTIONS(3231), - [sym_true] = ACTIONS(3231), - [sym_false] = ACTIONS(3231), - [sym_nil] = ACTIONS(3231), - [anon_sym_QMARK_DOT] = ACTIONS(3231), - [anon_sym_POUND_LBRACK] = ACTIONS(3231), - [anon_sym_if] = ACTIONS(3231), - [anon_sym_DOLLARif] = ACTIONS(3231), - [anon_sym_is] = ACTIONS(3231), - [anon_sym_BANGis] = ACTIONS(3231), - [anon_sym_in] = ACTIONS(3231), - [anon_sym_BANGin] = ACTIONS(3231), - [anon_sym_match] = ACTIONS(3231), - [anon_sym_select] = ACTIONS(3231), - [anon_sym_lock] = ACTIONS(3231), - [anon_sym_rlock] = ACTIONS(3231), - [anon_sym_unsafe] = ACTIONS(3231), - [anon_sym_sql] = ACTIONS(3231), - [sym_int_literal] = ACTIONS(3231), - [sym_float_literal] = ACTIONS(3231), - [sym_rune_literal] = ACTIONS(3231), - [sym_pseudo_compile_time_identifier] = ACTIONS(3231), - [anon_sym_shared] = ACTIONS(3231), - [anon_sym_map_LBRACK] = ACTIONS(3231), - [anon_sym_chan] = ACTIONS(3231), - [anon_sym_thread] = ACTIONS(3231), - [anon_sym_atomic] = ACTIONS(3231), - [sym___double_quote] = ACTIONS(3231), - [sym___single_quote] = ACTIONS(3231), - [sym___c_double_quote] = ACTIONS(3231), - [sym___c_single_quote] = ACTIONS(3231), - [sym___r_double_quote] = ACTIONS(3231), - [sym___r_single_quote] = ACTIONS(3231), + [anon_sym_SEMI] = ACTIONS(3197), + [anon_sym_DOT] = ACTIONS(3197), + [anon_sym_as] = ACTIONS(3197), + [anon_sym_LBRACE] = ACTIONS(3197), + [anon_sym_COMMA] = ACTIONS(3197), + [anon_sym_RBRACE] = ACTIONS(3197), + [anon_sym_LPAREN] = ACTIONS(3197), + [anon_sym_RPAREN] = ACTIONS(3197), + [anon_sym_PIPE] = ACTIONS(3197), + [anon_sym_fn] = ACTIONS(3197), + [anon_sym_PLUS] = ACTIONS(3197), + [anon_sym_DASH] = ACTIONS(3197), + [anon_sym_STAR] = ACTIONS(3197), + [anon_sym_SLASH] = ACTIONS(3197), + [anon_sym_PERCENT] = ACTIONS(3197), + [anon_sym_LT] = ACTIONS(3197), + [anon_sym_GT] = ACTIONS(3197), + [anon_sym_EQ_EQ] = ACTIONS(3197), + [anon_sym_BANG_EQ] = ACTIONS(3197), + [anon_sym_LT_EQ] = ACTIONS(3197), + [anon_sym_GT_EQ] = ACTIONS(3197), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3197), + [anon_sym_LBRACK] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3197), + [anon_sym_mut] = ACTIONS(3197), + [anon_sym_PLUS_PLUS] = ACTIONS(3197), + [anon_sym_DASH_DASH] = ACTIONS(3197), + [anon_sym_QMARK] = ACTIONS(3197), + [anon_sym_BANG] = ACTIONS(3197), + [anon_sym_go] = ACTIONS(3197), + [anon_sym_spawn] = ACTIONS(3197), + [anon_sym_json_DOTdecode] = ACTIONS(3197), + [anon_sym_LBRACK2] = ACTIONS(3197), + [anon_sym_TILDE] = ACTIONS(3197), + [anon_sym_CARET] = ACTIONS(3197), + [anon_sym_AMP] = ACTIONS(3197), + [anon_sym_LT_DASH] = ACTIONS(3197), + [anon_sym_LT_LT] = ACTIONS(3197), + [anon_sym_GT_GT] = ACTIONS(3197), + [anon_sym_GT_GT_GT] = ACTIONS(3197), + [anon_sym_AMP_CARET] = ACTIONS(3197), + [anon_sym_AMP_AMP] = ACTIONS(3197), + [anon_sym_PIPE_PIPE] = ACTIONS(3197), + [anon_sym_or] = ACTIONS(3197), + [sym_none] = ACTIONS(3197), + [sym_true] = ACTIONS(3197), + [sym_false] = ACTIONS(3197), + [sym_nil] = ACTIONS(3197), + [anon_sym_QMARK_DOT] = ACTIONS(3197), + [anon_sym_POUND_LBRACK] = ACTIONS(3197), + [anon_sym_if] = ACTIONS(3197), + [anon_sym_DOLLARif] = ACTIONS(3197), + [anon_sym_is] = ACTIONS(3197), + [anon_sym_BANGis] = ACTIONS(3197), + [anon_sym_in] = ACTIONS(3197), + [anon_sym_BANGin] = ACTIONS(3197), + [anon_sym_match] = ACTIONS(3197), + [anon_sym_select] = ACTIONS(3197), + [anon_sym_lock] = ACTIONS(3197), + [anon_sym_rlock] = ACTIONS(3197), + [anon_sym_unsafe] = ACTIONS(3197), + [anon_sym_sql] = ACTIONS(3197), + [sym_int_literal] = ACTIONS(3197), + [sym_float_literal] = ACTIONS(3197), + [sym_rune_literal] = ACTIONS(3197), + [sym_pseudo_compile_time_identifier] = ACTIONS(3197), + [anon_sym_shared] = ACTIONS(3197), + [anon_sym_map_LBRACK] = ACTIONS(3197), + [anon_sym_chan] = ACTIONS(3197), + [anon_sym_thread] = ACTIONS(3197), + [anon_sym_atomic] = ACTIONS(3197), + [sym___double_quote] = ACTIONS(3197), + [sym___single_quote] = ACTIONS(3197), + [sym___c_double_quote] = ACTIONS(3197), + [sym___c_single_quote] = ACTIONS(3197), + [sym___r_double_quote] = ACTIONS(3197), + [sym___r_single_quote] = ACTIONS(3197), }, - [1228] = { - [sym_line_comment] = STATE(1228), - [sym_block_comment] = STATE(1228), - [sym_reference_expression] = STATE(4531), + [1207] = { + [sym_line_comment] = STATE(1207), + [sym_block_comment] = STATE(1207), + [sym_reference_expression] = STATE(4533), [sym_type_reference_expression] = STATE(1950), - [sym_plain_type] = STATE(2025), - [sym__plain_type_without_special] = STATE(2116), - [sym_anon_struct_type] = STATE(2115), - [sym_multi_return_type] = STATE(2116), - [sym_result_type] = STATE(2116), - [sym_option_type] = STATE(2116), + [sym_plain_type] = STATE(2124), + [sym__plain_type_without_special] = STATE(2160), + [sym_anon_struct_type] = STATE(2162), + [sym_multi_return_type] = STATE(2160), + [sym_result_type] = STATE(2160), + [sym_option_type] = STATE(2160), [sym_qualified_type] = STATE(1950), - [sym_fixed_array_type] = STATE(2115), - [sym_array_type] = STATE(2115), - [sym_pointer_type] = STATE(2115), - [sym_wrong_pointer_type] = STATE(2115), - [sym_map_type] = STATE(2115), - [sym_channel_type] = STATE(2115), - [sym_shared_type] = STATE(2115), - [sym_thread_type] = STATE(2115), - [sym_atomic_type] = STATE(2115), - [sym_generic_type] = STATE(2115), - [sym_function_type] = STATE(2115), - [sym_identifier] = ACTIONS(3816), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(567), - [anon_sym_as] = ACTIONS(571), - [anon_sym_LBRACE] = ACTIONS(567), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(3818), - [anon_sym_EQ] = ACTIONS(571), - [anon_sym_PIPE] = ACTIONS(571), - [anon_sym_fn] = ACTIONS(3820), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(571), - [anon_sym_STAR] = ACTIONS(3822), - [anon_sym_SLASH] = ACTIONS(571), - [anon_sym_PERCENT] = ACTIONS(571), - [anon_sym_LT] = ACTIONS(571), - [anon_sym_GT] = ACTIONS(571), - [anon_sym_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ] = ACTIONS(567), - [anon_sym_LT_EQ] = ACTIONS(567), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LBRACK] = ACTIONS(567), - [anon_sym_struct] = ACTIONS(3824), - [anon_sym_COLON] = ACTIONS(567), - [anon_sym_PLUS_PLUS] = ACTIONS(567), - [anon_sym_DASH_DASH] = ACTIONS(567), - [anon_sym_QMARK] = ACTIONS(3826), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_LBRACK2] = ACTIONS(3830), - [anon_sym_CARET] = ACTIONS(571), - [anon_sym_AMP] = ACTIONS(3832), - [anon_sym_LT_DASH] = ACTIONS(567), - [anon_sym_LT_LT] = ACTIONS(571), - [anon_sym_GT_GT] = ACTIONS(571), - [anon_sym_GT_GT_GT] = ACTIONS(571), - [anon_sym_AMP_CARET] = ACTIONS(571), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_or] = ACTIONS(571), - [anon_sym_QMARK_DOT] = ACTIONS(567), - [anon_sym_POUND_LBRACK] = ACTIONS(567), - [anon_sym_is] = ACTIONS(571), - [anon_sym_BANGis] = ACTIONS(567), - [anon_sym_in] = ACTIONS(571), - [anon_sym_BANGin] = ACTIONS(567), - [anon_sym_STAR_EQ] = ACTIONS(567), - [anon_sym_SLASH_EQ] = ACTIONS(567), - [anon_sym_PERCENT_EQ] = ACTIONS(567), - [anon_sym_LT_LT_EQ] = ACTIONS(567), - [anon_sym_GT_GT_EQ] = ACTIONS(567), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(567), - [anon_sym_AMP_EQ] = ACTIONS(567), - [anon_sym_AMP_CARET_EQ] = ACTIONS(567), - [anon_sym_PLUS_EQ] = ACTIONS(567), - [anon_sym_DASH_EQ] = ACTIONS(567), - [anon_sym_PIPE_EQ] = ACTIONS(567), - [anon_sym_CARET_EQ] = ACTIONS(567), - [anon_sym_shared] = ACTIONS(3834), - [anon_sym_map_LBRACK] = ACTIONS(3836), - [anon_sym_chan] = ACTIONS(3838), - [anon_sym_thread] = ACTIONS(3840), - [anon_sym_atomic] = ACTIONS(3842), - }, - [1229] = { - [sym_line_comment] = STATE(1229), - [sym_block_comment] = STATE(1229), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), + [sym_fixed_array_type] = STATE(2162), + [sym_array_type] = STATE(2162), + [sym_pointer_type] = STATE(2162), + [sym_wrong_pointer_type] = STATE(2162), + [sym_map_type] = STATE(2162), + [sym_channel_type] = STATE(2162), + [sym_shared_type] = STATE(2162), + [sym_thread_type] = STATE(2162), + [sym_atomic_type] = STATE(2162), + [sym_generic_type] = STATE(2162), + [sym_function_type] = STATE(2162), + [sym_identifier] = ACTIONS(3782), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(563), [anon_sym_DOT] = ACTIONS(563), - [anon_sym_as] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_as] = ACTIONS(567), + [anon_sym_LBRACE] = ACTIONS(563), [anon_sym_COMMA] = ACTIONS(563), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_EQ] = ACTIONS(565), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(565), - [anon_sym_SLASH] = ACTIONS(565), - [anon_sym_PERCENT] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), + [anon_sym_LPAREN] = ACTIONS(3784), + [anon_sym_EQ] = ACTIONS(567), + [anon_sym_PIPE] = ACTIONS(567), + [anon_sym_fn] = ACTIONS(3786), + [anon_sym_PLUS] = ACTIONS(567), + [anon_sym_DASH] = ACTIONS(567), + [anon_sym_STAR] = ACTIONS(3788), + [anon_sym_SLASH] = ACTIONS(567), + [anon_sym_PERCENT] = ACTIONS(567), + [anon_sym_LT] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(567), [anon_sym_EQ_EQ] = ACTIONS(563), [anon_sym_BANG_EQ] = ACTIONS(563), [anon_sym_LT_EQ] = ACTIONS(563), [anon_sym_GT_EQ] = ACTIONS(563), [anon_sym_LBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(3790), + [anon_sym_COLON] = ACTIONS(563), [anon_sym_PLUS_PLUS] = ACTIONS(563), [anon_sym_DASH_DASH] = ACTIONS(563), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_LBRACK2] = ACTIONS(565), - [anon_sym_CARET] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(565), - [anon_sym_LT_LT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(565), - [anon_sym_GT_GT_GT] = ACTIONS(565), - [anon_sym_AMP_CARET] = ACTIONS(565), + [anon_sym_QMARK] = ACTIONS(3792), + [anon_sym_BANG] = ACTIONS(3794), + [anon_sym_LBRACK2] = ACTIONS(3796), + [anon_sym_CARET] = ACTIONS(567), + [anon_sym_AMP] = ACTIONS(3798), + [anon_sym_LT_DASH] = ACTIONS(563), + [anon_sym_LT_LT] = ACTIONS(567), + [anon_sym_GT_GT] = ACTIONS(567), + [anon_sym_GT_GT_GT] = ACTIONS(567), + [anon_sym_AMP_CARET] = ACTIONS(567), [anon_sym_AMP_AMP] = ACTIONS(563), [anon_sym_PIPE_PIPE] = ACTIONS(563), - [anon_sym_or] = ACTIONS(565), + [anon_sym_or] = ACTIONS(567), [anon_sym_QMARK_DOT] = ACTIONS(563), [anon_sym_POUND_LBRACK] = ACTIONS(563), - [anon_sym_is] = ACTIONS(565), + [anon_sym_is] = ACTIONS(567), [anon_sym_BANGis] = ACTIONS(563), - [anon_sym_in] = ACTIONS(565), + [anon_sym_in] = ACTIONS(567), [anon_sym_BANGin] = ACTIONS(563), [anon_sym_STAR_EQ] = ACTIONS(563), [anon_sym_SLASH_EQ] = ACTIONS(563), @@ -161610,712 +159743,1581 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_EQ] = ACTIONS(563), [anon_sym_PIPE_EQ] = ACTIONS(563), [anon_sym_CARET_EQ] = ACTIONS(563), - [anon_sym_COLON_EQ] = ACTIONS(563), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), + [anon_sym_shared] = ACTIONS(3800), + [anon_sym_map_LBRACK] = ACTIONS(3802), + [anon_sym_chan] = ACTIONS(3804), + [anon_sym_thread] = ACTIONS(3806), + [anon_sym_atomic] = ACTIONS(3808), }, - [1230] = { - [sym_line_comment] = STATE(1230), - [sym_block_comment] = STATE(1230), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LF] = ACTIONS(3271), - [anon_sym_CR] = ACTIONS(3271), - [anon_sym_CR_LF] = ACTIONS(3271), + [1208] = { + [sym_line_comment] = STATE(1208), + [sym_block_comment] = STATE(1208), + [sym_identifier] = ACTIONS(3209), + [anon_sym_LF] = ACTIONS(3209), + [anon_sym_CR] = ACTIONS(3209), + [anon_sym_CR_LF] = ACTIONS(3209), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3271), - [anon_sym_DOT] = ACTIONS(3271), - [anon_sym_as] = ACTIONS(3271), - [anon_sym_LBRACE] = ACTIONS(3271), - [anon_sym_COMMA] = ACTIONS(3271), - [anon_sym_RBRACE] = ACTIONS(3271), - [anon_sym_LPAREN] = ACTIONS(3271), - [anon_sym_RPAREN] = ACTIONS(3271), - [anon_sym_PIPE] = ACTIONS(3271), - [anon_sym_fn] = ACTIONS(3271), - [anon_sym_PLUS] = ACTIONS(3271), - [anon_sym_DASH] = ACTIONS(3271), - [anon_sym_STAR] = ACTIONS(3271), - [anon_sym_SLASH] = ACTIONS(3271), - [anon_sym_PERCENT] = ACTIONS(3271), - [anon_sym_LT] = ACTIONS(3271), - [anon_sym_GT] = ACTIONS(3271), - [anon_sym_EQ_EQ] = ACTIONS(3271), - [anon_sym_BANG_EQ] = ACTIONS(3271), - [anon_sym_LT_EQ] = ACTIONS(3271), - [anon_sym_GT_EQ] = ACTIONS(3271), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3271), - [anon_sym_LBRACK] = ACTIONS(3269), - [anon_sym_struct] = ACTIONS(3271), - [anon_sym_mut] = ACTIONS(3271), - [anon_sym_PLUS_PLUS] = ACTIONS(3271), - [anon_sym_DASH_DASH] = ACTIONS(3271), - [anon_sym_QMARK] = ACTIONS(3271), - [anon_sym_BANG] = ACTIONS(3271), - [anon_sym_go] = ACTIONS(3271), - [anon_sym_spawn] = ACTIONS(3271), - [anon_sym_json_DOTdecode] = ACTIONS(3271), - [anon_sym_LBRACK2] = ACTIONS(3271), - [anon_sym_TILDE] = ACTIONS(3271), - [anon_sym_CARET] = ACTIONS(3271), - [anon_sym_AMP] = ACTIONS(3271), - [anon_sym_LT_DASH] = ACTIONS(3271), - [anon_sym_LT_LT] = ACTIONS(3271), - [anon_sym_GT_GT] = ACTIONS(3271), - [anon_sym_GT_GT_GT] = ACTIONS(3271), - [anon_sym_AMP_CARET] = ACTIONS(3271), - [anon_sym_AMP_AMP] = ACTIONS(3271), - [anon_sym_PIPE_PIPE] = ACTIONS(3271), - [anon_sym_or] = ACTIONS(3271), - [sym_none] = ACTIONS(3271), - [sym_true] = ACTIONS(3271), - [sym_false] = ACTIONS(3271), - [sym_nil] = ACTIONS(3271), - [anon_sym_QMARK_DOT] = ACTIONS(3271), - [anon_sym_POUND_LBRACK] = ACTIONS(3271), - [anon_sym_if] = ACTIONS(3271), - [anon_sym_DOLLARif] = ACTIONS(3271), - [anon_sym_is] = ACTIONS(3271), - [anon_sym_BANGis] = ACTIONS(3271), - [anon_sym_in] = ACTIONS(3271), - [anon_sym_BANGin] = ACTIONS(3271), - [anon_sym_match] = ACTIONS(3271), - [anon_sym_select] = ACTIONS(3271), - [anon_sym_lock] = ACTIONS(3271), - [anon_sym_rlock] = ACTIONS(3271), - [anon_sym_unsafe] = ACTIONS(3271), - [anon_sym_sql] = ACTIONS(3271), - [sym_int_literal] = ACTIONS(3271), - [sym_float_literal] = ACTIONS(3271), - [sym_rune_literal] = ACTIONS(3271), - [sym_pseudo_compile_time_identifier] = ACTIONS(3271), - [anon_sym_shared] = ACTIONS(3271), - [anon_sym_map_LBRACK] = ACTIONS(3271), - [anon_sym_chan] = ACTIONS(3271), - [anon_sym_thread] = ACTIONS(3271), - [anon_sym_atomic] = ACTIONS(3271), - [sym___double_quote] = ACTIONS(3271), - [sym___single_quote] = ACTIONS(3271), - [sym___c_double_quote] = ACTIONS(3271), - [sym___c_single_quote] = ACTIONS(3271), - [sym___r_double_quote] = ACTIONS(3271), - [sym___r_single_quote] = ACTIONS(3271), + [anon_sym_SEMI] = ACTIONS(3209), + [anon_sym_DOT] = ACTIONS(3209), + [anon_sym_as] = ACTIONS(3209), + [anon_sym_LBRACE] = ACTIONS(3209), + [anon_sym_COMMA] = ACTIONS(3209), + [anon_sym_RBRACE] = ACTIONS(3209), + [anon_sym_LPAREN] = ACTIONS(3209), + [anon_sym_RPAREN] = ACTIONS(3209), + [anon_sym_PIPE] = ACTIONS(3209), + [anon_sym_fn] = ACTIONS(3209), + [anon_sym_PLUS] = ACTIONS(3209), + [anon_sym_DASH] = ACTIONS(3209), + [anon_sym_STAR] = ACTIONS(3209), + [anon_sym_SLASH] = ACTIONS(3209), + [anon_sym_PERCENT] = ACTIONS(3209), + [anon_sym_LT] = ACTIONS(3209), + [anon_sym_GT] = ACTIONS(3209), + [anon_sym_EQ_EQ] = ACTIONS(3209), + [anon_sym_BANG_EQ] = ACTIONS(3209), + [anon_sym_LT_EQ] = ACTIONS(3209), + [anon_sym_GT_EQ] = ACTIONS(3209), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3209), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_struct] = ACTIONS(3209), + [anon_sym_mut] = ACTIONS(3209), + [anon_sym_PLUS_PLUS] = ACTIONS(3209), + [anon_sym_DASH_DASH] = ACTIONS(3209), + [anon_sym_QMARK] = ACTIONS(3209), + [anon_sym_BANG] = ACTIONS(3209), + [anon_sym_go] = ACTIONS(3209), + [anon_sym_spawn] = ACTIONS(3209), + [anon_sym_json_DOTdecode] = ACTIONS(3209), + [anon_sym_LBRACK2] = ACTIONS(3209), + [anon_sym_TILDE] = ACTIONS(3209), + [anon_sym_CARET] = ACTIONS(3209), + [anon_sym_AMP] = ACTIONS(3209), + [anon_sym_LT_DASH] = ACTIONS(3209), + [anon_sym_LT_LT] = ACTIONS(3209), + [anon_sym_GT_GT] = ACTIONS(3209), + [anon_sym_GT_GT_GT] = ACTIONS(3209), + [anon_sym_AMP_CARET] = ACTIONS(3209), + [anon_sym_AMP_AMP] = ACTIONS(3209), + [anon_sym_PIPE_PIPE] = ACTIONS(3209), + [anon_sym_or] = ACTIONS(3209), + [sym_none] = ACTIONS(3209), + [sym_true] = ACTIONS(3209), + [sym_false] = ACTIONS(3209), + [sym_nil] = ACTIONS(3209), + [anon_sym_QMARK_DOT] = ACTIONS(3209), + [anon_sym_POUND_LBRACK] = ACTIONS(3209), + [anon_sym_if] = ACTIONS(3209), + [anon_sym_DOLLARif] = ACTIONS(3209), + [anon_sym_is] = ACTIONS(3209), + [anon_sym_BANGis] = ACTIONS(3209), + [anon_sym_in] = ACTIONS(3209), + [anon_sym_BANGin] = ACTIONS(3209), + [anon_sym_match] = ACTIONS(3209), + [anon_sym_select] = ACTIONS(3209), + [anon_sym_lock] = ACTIONS(3209), + [anon_sym_rlock] = ACTIONS(3209), + [anon_sym_unsafe] = ACTIONS(3209), + [anon_sym_sql] = ACTIONS(3209), + [sym_int_literal] = ACTIONS(3209), + [sym_float_literal] = ACTIONS(3209), + [sym_rune_literal] = ACTIONS(3209), + [sym_pseudo_compile_time_identifier] = ACTIONS(3209), + [anon_sym_shared] = ACTIONS(3209), + [anon_sym_map_LBRACK] = ACTIONS(3209), + [anon_sym_chan] = ACTIONS(3209), + [anon_sym_thread] = ACTIONS(3209), + [anon_sym_atomic] = ACTIONS(3209), + [sym___double_quote] = ACTIONS(3209), + [sym___single_quote] = ACTIONS(3209), + [sym___c_double_quote] = ACTIONS(3209), + [sym___c_single_quote] = ACTIONS(3209), + [sym___r_double_quote] = ACTIONS(3209), + [sym___r_single_quote] = ACTIONS(3209), }, - [1231] = { - [sym_line_comment] = STATE(1231), - [sym_block_comment] = STATE(1231), - [sym_identifier] = ACTIONS(3287), - [anon_sym_LF] = ACTIONS(3287), - [anon_sym_CR] = ACTIONS(3287), - [anon_sym_CR_LF] = ACTIONS(3287), + [1209] = { + [sym_line_comment] = STATE(1209), + [sym_block_comment] = STATE(1209), + [sym_identifier] = ACTIONS(3213), + [anon_sym_LF] = ACTIONS(3213), + [anon_sym_CR] = ACTIONS(3213), + [anon_sym_CR_LF] = ACTIONS(3213), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_DOT] = ACTIONS(3287), - [anon_sym_as] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3287), - [anon_sym_COMMA] = ACTIONS(3287), - [anon_sym_RBRACE] = ACTIONS(3287), - [anon_sym_LPAREN] = ACTIONS(3287), - [anon_sym_RPAREN] = ACTIONS(3287), - [anon_sym_PIPE] = ACTIONS(3287), - [anon_sym_fn] = ACTIONS(3287), - [anon_sym_PLUS] = ACTIONS(3287), - [anon_sym_DASH] = ACTIONS(3287), - [anon_sym_STAR] = ACTIONS(3287), - [anon_sym_SLASH] = ACTIONS(3287), - [anon_sym_PERCENT] = ACTIONS(3287), - [anon_sym_LT] = ACTIONS(3287), - [anon_sym_GT] = ACTIONS(3287), - [anon_sym_EQ_EQ] = ACTIONS(3287), - [anon_sym_BANG_EQ] = ACTIONS(3287), - [anon_sym_LT_EQ] = ACTIONS(3287), - [anon_sym_GT_EQ] = ACTIONS(3287), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3287), - [anon_sym_LBRACK] = ACTIONS(3285), - [anon_sym_struct] = ACTIONS(3287), - [anon_sym_mut] = ACTIONS(3287), - [anon_sym_PLUS_PLUS] = ACTIONS(3287), - [anon_sym_DASH_DASH] = ACTIONS(3287), - [anon_sym_QMARK] = ACTIONS(3287), - [anon_sym_BANG] = ACTIONS(3287), - [anon_sym_go] = ACTIONS(3287), - [anon_sym_spawn] = ACTIONS(3287), - [anon_sym_json_DOTdecode] = ACTIONS(3287), - [anon_sym_LBRACK2] = ACTIONS(3287), - [anon_sym_TILDE] = ACTIONS(3287), - [anon_sym_CARET] = ACTIONS(3287), - [anon_sym_AMP] = ACTIONS(3287), - [anon_sym_LT_DASH] = ACTIONS(3287), - [anon_sym_LT_LT] = ACTIONS(3287), - [anon_sym_GT_GT] = ACTIONS(3287), - [anon_sym_GT_GT_GT] = ACTIONS(3287), - [anon_sym_AMP_CARET] = ACTIONS(3287), - [anon_sym_AMP_AMP] = ACTIONS(3287), - [anon_sym_PIPE_PIPE] = ACTIONS(3287), - [anon_sym_or] = ACTIONS(3287), - [sym_none] = ACTIONS(3287), - [sym_true] = ACTIONS(3287), - [sym_false] = ACTIONS(3287), - [sym_nil] = ACTIONS(3287), - [anon_sym_QMARK_DOT] = ACTIONS(3287), - [anon_sym_POUND_LBRACK] = ACTIONS(3287), - [anon_sym_if] = ACTIONS(3287), - [anon_sym_DOLLARif] = ACTIONS(3287), - [anon_sym_is] = ACTIONS(3287), - [anon_sym_BANGis] = ACTIONS(3287), - [anon_sym_in] = ACTIONS(3287), - [anon_sym_BANGin] = ACTIONS(3287), - [anon_sym_match] = ACTIONS(3287), - [anon_sym_select] = ACTIONS(3287), - [anon_sym_lock] = ACTIONS(3287), - [anon_sym_rlock] = ACTIONS(3287), - [anon_sym_unsafe] = ACTIONS(3287), - [anon_sym_sql] = ACTIONS(3287), - [sym_int_literal] = ACTIONS(3287), - [sym_float_literal] = ACTIONS(3287), - [sym_rune_literal] = ACTIONS(3287), - [sym_pseudo_compile_time_identifier] = ACTIONS(3287), - [anon_sym_shared] = ACTIONS(3287), - [anon_sym_map_LBRACK] = ACTIONS(3287), - [anon_sym_chan] = ACTIONS(3287), - [anon_sym_thread] = ACTIONS(3287), - [anon_sym_atomic] = ACTIONS(3287), - [sym___double_quote] = ACTIONS(3287), - [sym___single_quote] = ACTIONS(3287), - [sym___c_double_quote] = ACTIONS(3287), - [sym___c_single_quote] = ACTIONS(3287), - [sym___r_double_quote] = ACTIONS(3287), - [sym___r_single_quote] = ACTIONS(3287), + [anon_sym_SEMI] = ACTIONS(3213), + [anon_sym_DOT] = ACTIONS(3213), + [anon_sym_as] = ACTIONS(3213), + [anon_sym_LBRACE] = ACTIONS(3213), + [anon_sym_COMMA] = ACTIONS(3213), + [anon_sym_RBRACE] = ACTIONS(3213), + [anon_sym_LPAREN] = ACTIONS(3213), + [anon_sym_RPAREN] = ACTIONS(3213), + [anon_sym_PIPE] = ACTIONS(3213), + [anon_sym_fn] = ACTIONS(3213), + [anon_sym_PLUS] = ACTIONS(3213), + [anon_sym_DASH] = ACTIONS(3213), + [anon_sym_STAR] = ACTIONS(3213), + [anon_sym_SLASH] = ACTIONS(3213), + [anon_sym_PERCENT] = ACTIONS(3213), + [anon_sym_LT] = ACTIONS(3213), + [anon_sym_GT] = ACTIONS(3213), + [anon_sym_EQ_EQ] = ACTIONS(3213), + [anon_sym_BANG_EQ] = ACTIONS(3213), + [anon_sym_LT_EQ] = ACTIONS(3213), + [anon_sym_GT_EQ] = ACTIONS(3213), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3213), + [anon_sym_LBRACK] = ACTIONS(3211), + [anon_sym_struct] = ACTIONS(3213), + [anon_sym_mut] = ACTIONS(3213), + [anon_sym_PLUS_PLUS] = ACTIONS(3213), + [anon_sym_DASH_DASH] = ACTIONS(3213), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_BANG] = ACTIONS(3213), + [anon_sym_go] = ACTIONS(3213), + [anon_sym_spawn] = ACTIONS(3213), + [anon_sym_json_DOTdecode] = ACTIONS(3213), + [anon_sym_LBRACK2] = ACTIONS(3213), + [anon_sym_TILDE] = ACTIONS(3213), + [anon_sym_CARET] = ACTIONS(3213), + [anon_sym_AMP] = ACTIONS(3213), + [anon_sym_LT_DASH] = ACTIONS(3213), + [anon_sym_LT_LT] = ACTIONS(3213), + [anon_sym_GT_GT] = ACTIONS(3213), + [anon_sym_GT_GT_GT] = ACTIONS(3213), + [anon_sym_AMP_CARET] = ACTIONS(3213), + [anon_sym_AMP_AMP] = ACTIONS(3213), + [anon_sym_PIPE_PIPE] = ACTIONS(3213), + [anon_sym_or] = ACTIONS(3213), + [sym_none] = ACTIONS(3213), + [sym_true] = ACTIONS(3213), + [sym_false] = ACTIONS(3213), + [sym_nil] = ACTIONS(3213), + [anon_sym_QMARK_DOT] = ACTIONS(3213), + [anon_sym_POUND_LBRACK] = ACTIONS(3213), + [anon_sym_if] = ACTIONS(3213), + [anon_sym_DOLLARif] = ACTIONS(3213), + [anon_sym_is] = ACTIONS(3213), + [anon_sym_BANGis] = ACTIONS(3213), + [anon_sym_in] = ACTIONS(3213), + [anon_sym_BANGin] = ACTIONS(3213), + [anon_sym_match] = ACTIONS(3213), + [anon_sym_select] = ACTIONS(3213), + [anon_sym_lock] = ACTIONS(3213), + [anon_sym_rlock] = ACTIONS(3213), + [anon_sym_unsafe] = ACTIONS(3213), + [anon_sym_sql] = ACTIONS(3213), + [sym_int_literal] = ACTIONS(3213), + [sym_float_literal] = ACTIONS(3213), + [sym_rune_literal] = ACTIONS(3213), + [sym_pseudo_compile_time_identifier] = ACTIONS(3213), + [anon_sym_shared] = ACTIONS(3213), + [anon_sym_map_LBRACK] = ACTIONS(3213), + [anon_sym_chan] = ACTIONS(3213), + [anon_sym_thread] = ACTIONS(3213), + [anon_sym_atomic] = ACTIONS(3213), + [sym___double_quote] = ACTIONS(3213), + [sym___single_quote] = ACTIONS(3213), + [sym___c_double_quote] = ACTIONS(3213), + [sym___c_single_quote] = ACTIONS(3213), + [sym___r_double_quote] = ACTIONS(3213), + [sym___r_single_quote] = ACTIONS(3213), }, - [1232] = { - [sym_line_comment] = STATE(1232), - [sym_block_comment] = STATE(1232), - [sym_identifier] = ACTIONS(3291), - [anon_sym_LF] = ACTIONS(3291), - [anon_sym_CR] = ACTIONS(3291), - [anon_sym_CR_LF] = ACTIONS(3291), + [1210] = { + [sym_line_comment] = STATE(1210), + [sym_block_comment] = STATE(1210), + [sym_identifier] = ACTIONS(3432), + [anon_sym_LF] = ACTIONS(3432), + [anon_sym_CR] = ACTIONS(3432), + [anon_sym_CR_LF] = ACTIONS(3432), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3291), - [anon_sym_DOT] = ACTIONS(3291), - [anon_sym_as] = ACTIONS(3291), - [anon_sym_LBRACE] = ACTIONS(3291), - [anon_sym_COMMA] = ACTIONS(3291), - [anon_sym_RBRACE] = ACTIONS(3291), - [anon_sym_LPAREN] = ACTIONS(3291), - [anon_sym_RPAREN] = ACTIONS(3291), - [anon_sym_PIPE] = ACTIONS(3291), - [anon_sym_fn] = ACTIONS(3291), - [anon_sym_PLUS] = ACTIONS(3291), - [anon_sym_DASH] = ACTIONS(3291), - [anon_sym_STAR] = ACTIONS(3291), - [anon_sym_SLASH] = ACTIONS(3291), - [anon_sym_PERCENT] = ACTIONS(3291), - [anon_sym_LT] = ACTIONS(3291), - [anon_sym_GT] = ACTIONS(3291), - [anon_sym_EQ_EQ] = ACTIONS(3291), - [anon_sym_BANG_EQ] = ACTIONS(3291), - [anon_sym_LT_EQ] = ACTIONS(3291), - [anon_sym_GT_EQ] = ACTIONS(3291), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3291), - [anon_sym_LBRACK] = ACTIONS(3289), - [anon_sym_struct] = ACTIONS(3291), - [anon_sym_mut] = ACTIONS(3291), - [anon_sym_PLUS_PLUS] = ACTIONS(3291), - [anon_sym_DASH_DASH] = ACTIONS(3291), - [anon_sym_QMARK] = ACTIONS(3291), - [anon_sym_BANG] = ACTIONS(3291), - [anon_sym_go] = ACTIONS(3291), - [anon_sym_spawn] = ACTIONS(3291), - [anon_sym_json_DOTdecode] = ACTIONS(3291), - [anon_sym_LBRACK2] = ACTIONS(3291), - [anon_sym_TILDE] = ACTIONS(3291), - [anon_sym_CARET] = ACTIONS(3291), - [anon_sym_AMP] = ACTIONS(3291), - [anon_sym_LT_DASH] = ACTIONS(3291), - [anon_sym_LT_LT] = ACTIONS(3291), - [anon_sym_GT_GT] = ACTIONS(3291), - [anon_sym_GT_GT_GT] = ACTIONS(3291), - [anon_sym_AMP_CARET] = ACTIONS(3291), - [anon_sym_AMP_AMP] = ACTIONS(3291), - [anon_sym_PIPE_PIPE] = ACTIONS(3291), - [anon_sym_or] = ACTIONS(3291), - [sym_none] = ACTIONS(3291), - [sym_true] = ACTIONS(3291), - [sym_false] = ACTIONS(3291), - [sym_nil] = ACTIONS(3291), - [anon_sym_QMARK_DOT] = ACTIONS(3291), - [anon_sym_POUND_LBRACK] = ACTIONS(3291), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_DOLLARif] = ACTIONS(3291), - [anon_sym_is] = ACTIONS(3291), - [anon_sym_BANGis] = ACTIONS(3291), - [anon_sym_in] = ACTIONS(3291), - [anon_sym_BANGin] = ACTIONS(3291), - [anon_sym_match] = ACTIONS(3291), - [anon_sym_select] = ACTIONS(3291), - [anon_sym_lock] = ACTIONS(3291), - [anon_sym_rlock] = ACTIONS(3291), - [anon_sym_unsafe] = ACTIONS(3291), - [anon_sym_sql] = ACTIONS(3291), - [sym_int_literal] = ACTIONS(3291), - [sym_float_literal] = ACTIONS(3291), - [sym_rune_literal] = ACTIONS(3291), - [sym_pseudo_compile_time_identifier] = ACTIONS(3291), - [anon_sym_shared] = ACTIONS(3291), - [anon_sym_map_LBRACK] = ACTIONS(3291), - [anon_sym_chan] = ACTIONS(3291), - [anon_sym_thread] = ACTIONS(3291), - [anon_sym_atomic] = ACTIONS(3291), - [sym___double_quote] = ACTIONS(3291), - [sym___single_quote] = ACTIONS(3291), - [sym___c_double_quote] = ACTIONS(3291), - [sym___c_single_quote] = ACTIONS(3291), - [sym___r_double_quote] = ACTIONS(3291), - [sym___r_single_quote] = ACTIONS(3291), + [anon_sym_SEMI] = ACTIONS(3432), + [anon_sym_DOT] = ACTIONS(3432), + [anon_sym_as] = ACTIONS(3432), + [anon_sym_LBRACE] = ACTIONS(3432), + [anon_sym_COMMA] = ACTIONS(3432), + [anon_sym_RBRACE] = ACTIONS(3432), + [anon_sym_LPAREN] = ACTIONS(3432), + [anon_sym_RPAREN] = ACTIONS(3432), + [anon_sym_PIPE] = ACTIONS(3432), + [anon_sym_fn] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3432), + [anon_sym_DASH] = ACTIONS(3432), + [anon_sym_STAR] = ACTIONS(3432), + [anon_sym_SLASH] = ACTIONS(3432), + [anon_sym_PERCENT] = ACTIONS(3432), + [anon_sym_LT] = ACTIONS(3432), + [anon_sym_GT] = ACTIONS(3432), + [anon_sym_EQ_EQ] = ACTIONS(3432), + [anon_sym_BANG_EQ] = ACTIONS(3432), + [anon_sym_LT_EQ] = ACTIONS(3432), + [anon_sym_GT_EQ] = ACTIONS(3432), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3432), + [anon_sym_LBRACK] = ACTIONS(3430), + [anon_sym_struct] = ACTIONS(3432), + [anon_sym_mut] = ACTIONS(3432), + [anon_sym_PLUS_PLUS] = ACTIONS(3432), + [anon_sym_DASH_DASH] = ACTIONS(3432), + [anon_sym_QMARK] = ACTIONS(3432), + [anon_sym_BANG] = ACTIONS(3432), + [anon_sym_go] = ACTIONS(3432), + [anon_sym_spawn] = ACTIONS(3432), + [anon_sym_json_DOTdecode] = ACTIONS(3432), + [anon_sym_LBRACK2] = ACTIONS(3432), + [anon_sym_TILDE] = ACTIONS(3432), + [anon_sym_CARET] = ACTIONS(3432), + [anon_sym_AMP] = ACTIONS(3432), + [anon_sym_LT_DASH] = ACTIONS(3432), + [anon_sym_LT_LT] = ACTIONS(3432), + [anon_sym_GT_GT] = ACTIONS(3432), + [anon_sym_GT_GT_GT] = ACTIONS(3432), + [anon_sym_AMP_CARET] = ACTIONS(3432), + [anon_sym_AMP_AMP] = ACTIONS(3432), + [anon_sym_PIPE_PIPE] = ACTIONS(3432), + [anon_sym_or] = ACTIONS(3432), + [sym_none] = ACTIONS(3432), + [sym_true] = ACTIONS(3432), + [sym_false] = ACTIONS(3432), + [sym_nil] = ACTIONS(3432), + [anon_sym_QMARK_DOT] = ACTIONS(3432), + [anon_sym_POUND_LBRACK] = ACTIONS(3432), + [anon_sym_if] = ACTIONS(3432), + [anon_sym_DOLLARif] = ACTIONS(3432), + [anon_sym_is] = ACTIONS(3432), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_in] = ACTIONS(3432), + [anon_sym_BANGin] = ACTIONS(3432), + [anon_sym_match] = ACTIONS(3432), + [anon_sym_select] = ACTIONS(3432), + [anon_sym_lock] = ACTIONS(3432), + [anon_sym_rlock] = ACTIONS(3432), + [anon_sym_unsafe] = ACTIONS(3432), + [anon_sym_sql] = ACTIONS(3432), + [sym_int_literal] = ACTIONS(3432), + [sym_float_literal] = ACTIONS(3432), + [sym_rune_literal] = ACTIONS(3432), + [sym_pseudo_compile_time_identifier] = ACTIONS(3432), + [anon_sym_shared] = ACTIONS(3432), + [anon_sym_map_LBRACK] = ACTIONS(3432), + [anon_sym_chan] = ACTIONS(3432), + [anon_sym_thread] = ACTIONS(3432), + [anon_sym_atomic] = ACTIONS(3432), + [sym___double_quote] = ACTIONS(3432), + [sym___single_quote] = ACTIONS(3432), + [sym___c_double_quote] = ACTIONS(3432), + [sym___c_single_quote] = ACTIONS(3432), + [sym___r_double_quote] = ACTIONS(3432), + [sym___r_single_quote] = ACTIONS(3432), }, - [1233] = { - [sym_line_comment] = STATE(1233), - [sym_block_comment] = STATE(1233), - [sym_identifier] = ACTIONS(3299), - [anon_sym_LF] = ACTIONS(3299), - [anon_sym_CR] = ACTIONS(3299), - [anon_sym_CR_LF] = ACTIONS(3299), + [1211] = { + [sym_line_comment] = STATE(1211), + [sym_block_comment] = STATE(1211), + [sym_identifier] = ACTIONS(2959), + [anon_sym_LF] = ACTIONS(2959), + [anon_sym_CR] = ACTIONS(2959), + [anon_sym_CR_LF] = ACTIONS(2959), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3299), - [anon_sym_DOT] = ACTIONS(3299), - [anon_sym_as] = ACTIONS(3299), - [anon_sym_LBRACE] = ACTIONS(3299), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_RBRACE] = ACTIONS(3299), - [anon_sym_LPAREN] = ACTIONS(3299), - [anon_sym_RPAREN] = ACTIONS(3299), - [anon_sym_PIPE] = ACTIONS(3299), - [anon_sym_fn] = ACTIONS(3299), - [anon_sym_PLUS] = ACTIONS(3299), - [anon_sym_DASH] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_SLASH] = ACTIONS(3299), - [anon_sym_PERCENT] = ACTIONS(3299), - [anon_sym_LT] = ACTIONS(3299), - [anon_sym_GT] = ACTIONS(3299), - [anon_sym_EQ_EQ] = ACTIONS(3299), - [anon_sym_BANG_EQ] = ACTIONS(3299), - [anon_sym_LT_EQ] = ACTIONS(3299), - [anon_sym_GT_EQ] = ACTIONS(3299), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3299), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_struct] = ACTIONS(3299), - [anon_sym_mut] = ACTIONS(3299), - [anon_sym_PLUS_PLUS] = ACTIONS(3299), - [anon_sym_DASH_DASH] = ACTIONS(3299), - [anon_sym_QMARK] = ACTIONS(3299), - [anon_sym_BANG] = ACTIONS(3299), - [anon_sym_go] = ACTIONS(3299), - [anon_sym_spawn] = ACTIONS(3299), - [anon_sym_json_DOTdecode] = ACTIONS(3299), - [anon_sym_LBRACK2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_CARET] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3299), - [anon_sym_LT_DASH] = ACTIONS(3299), - [anon_sym_LT_LT] = ACTIONS(3299), - [anon_sym_GT_GT] = ACTIONS(3299), - [anon_sym_GT_GT_GT] = ACTIONS(3299), - [anon_sym_AMP_CARET] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_PIPE_PIPE] = ACTIONS(3299), - [anon_sym_or] = ACTIONS(3299), - [sym_none] = ACTIONS(3299), - [sym_true] = ACTIONS(3299), - [sym_false] = ACTIONS(3299), - [sym_nil] = ACTIONS(3299), - [anon_sym_QMARK_DOT] = ACTIONS(3299), - [anon_sym_POUND_LBRACK] = ACTIONS(3299), - [anon_sym_if] = ACTIONS(3299), - [anon_sym_DOLLARif] = ACTIONS(3299), - [anon_sym_is] = ACTIONS(3299), - [anon_sym_BANGis] = ACTIONS(3299), - [anon_sym_in] = ACTIONS(3299), - [anon_sym_BANGin] = ACTIONS(3299), - [anon_sym_match] = ACTIONS(3299), - [anon_sym_select] = ACTIONS(3299), - [anon_sym_lock] = ACTIONS(3299), - [anon_sym_rlock] = ACTIONS(3299), - [anon_sym_unsafe] = ACTIONS(3299), - [anon_sym_sql] = ACTIONS(3299), - [sym_int_literal] = ACTIONS(3299), - [sym_float_literal] = ACTIONS(3299), - [sym_rune_literal] = ACTIONS(3299), - [sym_pseudo_compile_time_identifier] = ACTIONS(3299), - [anon_sym_shared] = ACTIONS(3299), - [anon_sym_map_LBRACK] = ACTIONS(3299), - [anon_sym_chan] = ACTIONS(3299), - [anon_sym_thread] = ACTIONS(3299), - [anon_sym_atomic] = ACTIONS(3299), - [sym___double_quote] = ACTIONS(3299), - [sym___single_quote] = ACTIONS(3299), - [sym___c_double_quote] = ACTIONS(3299), - [sym___c_single_quote] = ACTIONS(3299), - [sym___r_double_quote] = ACTIONS(3299), - [sym___r_single_quote] = ACTIONS(3299), + [anon_sym_SEMI] = ACTIONS(2959), + [anon_sym_DOT] = ACTIONS(2959), + [anon_sym_as] = ACTIONS(2959), + [anon_sym_LBRACE] = ACTIONS(2959), + [anon_sym_COMMA] = ACTIONS(2959), + [anon_sym_RBRACE] = ACTIONS(2959), + [anon_sym_LPAREN] = ACTIONS(2959), + [anon_sym_RPAREN] = ACTIONS(2959), + [anon_sym_PIPE] = ACTIONS(2959), + [anon_sym_fn] = ACTIONS(2959), + [anon_sym_PLUS] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2959), + [anon_sym_STAR] = ACTIONS(2959), + [anon_sym_SLASH] = ACTIONS(2959), + [anon_sym_PERCENT] = ACTIONS(2959), + [anon_sym_LT] = ACTIONS(2959), + [anon_sym_GT] = ACTIONS(2959), + [anon_sym_EQ_EQ] = ACTIONS(2959), + [anon_sym_BANG_EQ] = ACTIONS(2959), + [anon_sym_LT_EQ] = ACTIONS(2959), + [anon_sym_GT_EQ] = ACTIONS(2959), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(2957), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_mut] = ACTIONS(2959), + [anon_sym_PLUS_PLUS] = ACTIONS(2959), + [anon_sym_DASH_DASH] = ACTIONS(2959), + [anon_sym_QMARK] = ACTIONS(2959), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_go] = ACTIONS(2959), + [anon_sym_spawn] = ACTIONS(2959), + [anon_sym_json_DOTdecode] = ACTIONS(2959), + [anon_sym_LBRACK2] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_CARET] = ACTIONS(2959), + [anon_sym_AMP] = ACTIONS(2959), + [anon_sym_LT_DASH] = ACTIONS(2959), + [anon_sym_LT_LT] = ACTIONS(2959), + [anon_sym_GT_GT] = ACTIONS(2959), + [anon_sym_GT_GT_GT] = ACTIONS(2959), + [anon_sym_AMP_CARET] = ACTIONS(2959), + [anon_sym_AMP_AMP] = ACTIONS(2959), + [anon_sym_PIPE_PIPE] = ACTIONS(2959), + [anon_sym_or] = ACTIONS(2959), + [sym_none] = ACTIONS(2959), + [sym_true] = ACTIONS(2959), + [sym_false] = ACTIONS(2959), + [sym_nil] = ACTIONS(2959), + [anon_sym_QMARK_DOT] = ACTIONS(2959), + [anon_sym_POUND_LBRACK] = ACTIONS(2959), + [anon_sym_if] = ACTIONS(2959), + [anon_sym_DOLLARif] = ACTIONS(2959), + [anon_sym_is] = ACTIONS(2959), + [anon_sym_BANGis] = ACTIONS(2959), + [anon_sym_in] = ACTIONS(2959), + [anon_sym_BANGin] = ACTIONS(2959), + [anon_sym_match] = ACTIONS(2959), + [anon_sym_select] = ACTIONS(2959), + [anon_sym_lock] = ACTIONS(2959), + [anon_sym_rlock] = ACTIONS(2959), + [anon_sym_unsafe] = ACTIONS(2959), + [anon_sym_sql] = ACTIONS(2959), + [sym_int_literal] = ACTIONS(2959), + [sym_float_literal] = ACTIONS(2959), + [sym_rune_literal] = ACTIONS(2959), + [sym_pseudo_compile_time_identifier] = ACTIONS(2959), + [anon_sym_shared] = ACTIONS(2959), + [anon_sym_map_LBRACK] = ACTIONS(2959), + [anon_sym_chan] = ACTIONS(2959), + [anon_sym_thread] = ACTIONS(2959), + [anon_sym_atomic] = ACTIONS(2959), + [sym___double_quote] = ACTIONS(2959), + [sym___single_quote] = ACTIONS(2959), + [sym___c_double_quote] = ACTIONS(2959), + [sym___c_single_quote] = ACTIONS(2959), + [sym___r_double_quote] = ACTIONS(2959), + [sym___r_single_quote] = ACTIONS(2959), }, - [1234] = { - [sym_line_comment] = STATE(1234), - [sym_block_comment] = STATE(1234), - [sym_identifier] = ACTIONS(3311), - [anon_sym_LF] = ACTIONS(3311), - [anon_sym_CR] = ACTIONS(3311), - [anon_sym_CR_LF] = ACTIONS(3311), + [1212] = { + [sym_line_comment] = STATE(1212), + [sym_block_comment] = STATE(1212), + [sym_identifier] = ACTIONS(3217), + [anon_sym_LF] = ACTIONS(3217), + [anon_sym_CR] = ACTIONS(3217), + [anon_sym_CR_LF] = ACTIONS(3217), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3311), - [anon_sym_DOT] = ACTIONS(3311), - [anon_sym_as] = ACTIONS(3311), - [anon_sym_LBRACE] = ACTIONS(3311), - [anon_sym_COMMA] = ACTIONS(3311), - [anon_sym_RBRACE] = ACTIONS(3311), - [anon_sym_LPAREN] = ACTIONS(3311), - [anon_sym_RPAREN] = ACTIONS(3311), - [anon_sym_PIPE] = ACTIONS(3311), - [anon_sym_fn] = ACTIONS(3311), - [anon_sym_PLUS] = ACTIONS(3311), - [anon_sym_DASH] = ACTIONS(3311), - [anon_sym_STAR] = ACTIONS(3311), - [anon_sym_SLASH] = ACTIONS(3311), - [anon_sym_PERCENT] = ACTIONS(3311), - [anon_sym_LT] = ACTIONS(3311), - [anon_sym_GT] = ACTIONS(3311), - [anon_sym_EQ_EQ] = ACTIONS(3311), - [anon_sym_BANG_EQ] = ACTIONS(3311), - [anon_sym_LT_EQ] = ACTIONS(3311), - [anon_sym_GT_EQ] = ACTIONS(3311), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3311), - [anon_sym_LBRACK] = ACTIONS(3309), - [anon_sym_struct] = ACTIONS(3311), - [anon_sym_mut] = ACTIONS(3311), - [anon_sym_PLUS_PLUS] = ACTIONS(3311), - [anon_sym_DASH_DASH] = ACTIONS(3311), - [anon_sym_QMARK] = ACTIONS(3311), - [anon_sym_BANG] = ACTIONS(3311), - [anon_sym_go] = ACTIONS(3311), - [anon_sym_spawn] = ACTIONS(3311), - [anon_sym_json_DOTdecode] = ACTIONS(3311), - [anon_sym_LBRACK2] = ACTIONS(3311), - [anon_sym_TILDE] = ACTIONS(3311), - [anon_sym_CARET] = ACTIONS(3311), - [anon_sym_AMP] = ACTIONS(3311), - [anon_sym_LT_DASH] = ACTIONS(3311), - [anon_sym_LT_LT] = ACTIONS(3311), - [anon_sym_GT_GT] = ACTIONS(3311), - [anon_sym_GT_GT_GT] = ACTIONS(3311), - [anon_sym_AMP_CARET] = ACTIONS(3311), - [anon_sym_AMP_AMP] = ACTIONS(3311), - [anon_sym_PIPE_PIPE] = ACTIONS(3311), - [anon_sym_or] = ACTIONS(3311), - [sym_none] = ACTIONS(3311), - [sym_true] = ACTIONS(3311), - [sym_false] = ACTIONS(3311), - [sym_nil] = ACTIONS(3311), - [anon_sym_QMARK_DOT] = ACTIONS(3311), - [anon_sym_POUND_LBRACK] = ACTIONS(3311), - [anon_sym_if] = ACTIONS(3311), - [anon_sym_DOLLARif] = ACTIONS(3311), - [anon_sym_is] = ACTIONS(3311), - [anon_sym_BANGis] = ACTIONS(3311), - [anon_sym_in] = ACTIONS(3311), - [anon_sym_BANGin] = ACTIONS(3311), - [anon_sym_match] = ACTIONS(3311), - [anon_sym_select] = ACTIONS(3311), - [anon_sym_lock] = ACTIONS(3311), - [anon_sym_rlock] = ACTIONS(3311), - [anon_sym_unsafe] = ACTIONS(3311), - [anon_sym_sql] = ACTIONS(3311), - [sym_int_literal] = ACTIONS(3311), - [sym_float_literal] = ACTIONS(3311), - [sym_rune_literal] = ACTIONS(3311), - [sym_pseudo_compile_time_identifier] = ACTIONS(3311), - [anon_sym_shared] = ACTIONS(3311), - [anon_sym_map_LBRACK] = ACTIONS(3311), - [anon_sym_chan] = ACTIONS(3311), - [anon_sym_thread] = ACTIONS(3311), - [anon_sym_atomic] = ACTIONS(3311), - [sym___double_quote] = ACTIONS(3311), - [sym___single_quote] = ACTIONS(3311), - [sym___c_double_quote] = ACTIONS(3311), - [sym___c_single_quote] = ACTIONS(3311), - [sym___r_double_quote] = ACTIONS(3311), - [sym___r_single_quote] = ACTIONS(3311), + [anon_sym_SEMI] = ACTIONS(3217), + [anon_sym_DOT] = ACTIONS(3217), + [anon_sym_as] = ACTIONS(3217), + [anon_sym_LBRACE] = ACTIONS(3217), + [anon_sym_COMMA] = ACTIONS(3217), + [anon_sym_RBRACE] = ACTIONS(3217), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_RPAREN] = ACTIONS(3217), + [anon_sym_PIPE] = ACTIONS(3217), + [anon_sym_fn] = ACTIONS(3217), + [anon_sym_PLUS] = ACTIONS(3217), + [anon_sym_DASH] = ACTIONS(3217), + [anon_sym_STAR] = ACTIONS(3217), + [anon_sym_SLASH] = ACTIONS(3217), + [anon_sym_PERCENT] = ACTIONS(3217), + [anon_sym_LT] = ACTIONS(3217), + [anon_sym_GT] = ACTIONS(3217), + [anon_sym_EQ_EQ] = ACTIONS(3217), + [anon_sym_BANG_EQ] = ACTIONS(3217), + [anon_sym_LT_EQ] = ACTIONS(3217), + [anon_sym_GT_EQ] = ACTIONS(3217), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3215), + [anon_sym_struct] = ACTIONS(3217), + [anon_sym_mut] = ACTIONS(3217), + [anon_sym_PLUS_PLUS] = ACTIONS(3217), + [anon_sym_DASH_DASH] = ACTIONS(3217), + [anon_sym_QMARK] = ACTIONS(3217), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_go] = ACTIONS(3217), + [anon_sym_spawn] = ACTIONS(3217), + [anon_sym_json_DOTdecode] = ACTIONS(3217), + [anon_sym_LBRACK2] = ACTIONS(3217), + [anon_sym_TILDE] = ACTIONS(3217), + [anon_sym_CARET] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3217), + [anon_sym_LT_DASH] = ACTIONS(3217), + [anon_sym_LT_LT] = ACTIONS(3217), + [anon_sym_GT_GT] = ACTIONS(3217), + [anon_sym_GT_GT_GT] = ACTIONS(3217), + [anon_sym_AMP_CARET] = ACTIONS(3217), + [anon_sym_AMP_AMP] = ACTIONS(3217), + [anon_sym_PIPE_PIPE] = ACTIONS(3217), + [anon_sym_or] = ACTIONS(3217), + [sym_none] = ACTIONS(3217), + [sym_true] = ACTIONS(3217), + [sym_false] = ACTIONS(3217), + [sym_nil] = ACTIONS(3217), + [anon_sym_QMARK_DOT] = ACTIONS(3217), + [anon_sym_POUND_LBRACK] = ACTIONS(3217), + [anon_sym_if] = ACTIONS(3217), + [anon_sym_DOLLARif] = ACTIONS(3217), + [anon_sym_is] = ACTIONS(3217), + [anon_sym_BANGis] = ACTIONS(3217), + [anon_sym_in] = ACTIONS(3217), + [anon_sym_BANGin] = ACTIONS(3217), + [anon_sym_match] = ACTIONS(3217), + [anon_sym_select] = ACTIONS(3217), + [anon_sym_lock] = ACTIONS(3217), + [anon_sym_rlock] = ACTIONS(3217), + [anon_sym_unsafe] = ACTIONS(3217), + [anon_sym_sql] = ACTIONS(3217), + [sym_int_literal] = ACTIONS(3217), + [sym_float_literal] = ACTIONS(3217), + [sym_rune_literal] = ACTIONS(3217), + [sym_pseudo_compile_time_identifier] = ACTIONS(3217), + [anon_sym_shared] = ACTIONS(3217), + [anon_sym_map_LBRACK] = ACTIONS(3217), + [anon_sym_chan] = ACTIONS(3217), + [anon_sym_thread] = ACTIONS(3217), + [anon_sym_atomic] = ACTIONS(3217), + [sym___double_quote] = ACTIONS(3217), + [sym___single_quote] = ACTIONS(3217), + [sym___c_double_quote] = ACTIONS(3217), + [sym___c_single_quote] = ACTIONS(3217), + [sym___r_double_quote] = ACTIONS(3217), + [sym___r_single_quote] = ACTIONS(3217), }, - [1235] = { - [sym_line_comment] = STATE(1235), - [sym_block_comment] = STATE(1235), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LF] = ACTIONS(3315), - [anon_sym_CR] = ACTIONS(3315), - [anon_sym_CR_LF] = ACTIONS(3315), + [1213] = { + [sym_line_comment] = STATE(1213), + [sym_block_comment] = STATE(1213), + [sym_identifier] = ACTIONS(3225), + [anon_sym_LF] = ACTIONS(3225), + [anon_sym_CR] = ACTIONS(3225), + [anon_sym_CR_LF] = ACTIONS(3225), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3315), - [anon_sym_DOT] = ACTIONS(3315), - [anon_sym_as] = ACTIONS(3315), - [anon_sym_LBRACE] = ACTIONS(3315), - [anon_sym_COMMA] = ACTIONS(3315), - [anon_sym_RBRACE] = ACTIONS(3315), - [anon_sym_LPAREN] = ACTIONS(3315), - [anon_sym_RPAREN] = ACTIONS(3315), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(3315), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3315), - [anon_sym_SLASH] = ACTIONS(3315), - [anon_sym_PERCENT] = ACTIONS(3315), - [anon_sym_LT] = ACTIONS(3315), - [anon_sym_GT] = ACTIONS(3315), - [anon_sym_EQ_EQ] = ACTIONS(3315), - [anon_sym_BANG_EQ] = ACTIONS(3315), - [anon_sym_LT_EQ] = ACTIONS(3315), - [anon_sym_GT_EQ] = ACTIONS(3315), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3315), - [anon_sym_LBRACK] = ACTIONS(3313), - [anon_sym_struct] = ACTIONS(3315), - [anon_sym_mut] = ACTIONS(3315), - [anon_sym_PLUS_PLUS] = ACTIONS(3315), - [anon_sym_DASH_DASH] = ACTIONS(3315), - [anon_sym_QMARK] = ACTIONS(3315), - [anon_sym_BANG] = ACTIONS(3315), - [anon_sym_go] = ACTIONS(3315), - [anon_sym_spawn] = ACTIONS(3315), - [anon_sym_json_DOTdecode] = ACTIONS(3315), - [anon_sym_LBRACK2] = ACTIONS(3315), - [anon_sym_TILDE] = ACTIONS(3315), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3315), - [anon_sym_LT_DASH] = ACTIONS(3315), - [anon_sym_LT_LT] = ACTIONS(3315), - [anon_sym_GT_GT] = ACTIONS(3315), - [anon_sym_GT_GT_GT] = ACTIONS(3315), - [anon_sym_AMP_CARET] = ACTIONS(3315), - [anon_sym_AMP_AMP] = ACTIONS(3315), - [anon_sym_PIPE_PIPE] = ACTIONS(3315), - [anon_sym_or] = ACTIONS(3315), - [sym_none] = ACTIONS(3315), - [sym_true] = ACTIONS(3315), - [sym_false] = ACTIONS(3315), - [sym_nil] = ACTIONS(3315), - [anon_sym_QMARK_DOT] = ACTIONS(3315), - [anon_sym_POUND_LBRACK] = ACTIONS(3315), - [anon_sym_if] = ACTIONS(3315), - [anon_sym_DOLLARif] = ACTIONS(3315), - [anon_sym_is] = ACTIONS(3315), - [anon_sym_BANGis] = ACTIONS(3315), - [anon_sym_in] = ACTIONS(3315), - [anon_sym_BANGin] = ACTIONS(3315), - [anon_sym_match] = ACTIONS(3315), - [anon_sym_select] = ACTIONS(3315), - [anon_sym_lock] = ACTIONS(3315), - [anon_sym_rlock] = ACTIONS(3315), - [anon_sym_unsafe] = ACTIONS(3315), - [anon_sym_sql] = ACTIONS(3315), - [sym_int_literal] = ACTIONS(3315), - [sym_float_literal] = ACTIONS(3315), - [sym_rune_literal] = ACTIONS(3315), - [sym_pseudo_compile_time_identifier] = ACTIONS(3315), - [anon_sym_shared] = ACTIONS(3315), - [anon_sym_map_LBRACK] = ACTIONS(3315), - [anon_sym_chan] = ACTIONS(3315), - [anon_sym_thread] = ACTIONS(3315), - [anon_sym_atomic] = ACTIONS(3315), - [sym___double_quote] = ACTIONS(3315), - [sym___single_quote] = ACTIONS(3315), - [sym___c_double_quote] = ACTIONS(3315), - [sym___c_single_quote] = ACTIONS(3315), - [sym___r_double_quote] = ACTIONS(3315), - [sym___r_single_quote] = ACTIONS(3315), + [anon_sym_SEMI] = ACTIONS(3225), + [anon_sym_DOT] = ACTIONS(3225), + [anon_sym_as] = ACTIONS(3225), + [anon_sym_LBRACE] = ACTIONS(3225), + [anon_sym_COMMA] = ACTIONS(3225), + [anon_sym_RBRACE] = ACTIONS(3225), + [anon_sym_LPAREN] = ACTIONS(3225), + [anon_sym_RPAREN] = ACTIONS(3225), + [anon_sym_PIPE] = ACTIONS(3225), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_PLUS] = ACTIONS(3225), + [anon_sym_DASH] = ACTIONS(3225), + [anon_sym_STAR] = ACTIONS(3225), + [anon_sym_SLASH] = ACTIONS(3225), + [anon_sym_PERCENT] = ACTIONS(3225), + [anon_sym_LT] = ACTIONS(3225), + [anon_sym_GT] = ACTIONS(3225), + [anon_sym_EQ_EQ] = ACTIONS(3225), + [anon_sym_BANG_EQ] = ACTIONS(3225), + [anon_sym_LT_EQ] = ACTIONS(3225), + [anon_sym_GT_EQ] = ACTIONS(3225), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3225), + [anon_sym_LBRACK] = ACTIONS(3223), + [anon_sym_struct] = ACTIONS(3225), + [anon_sym_mut] = ACTIONS(3225), + [anon_sym_PLUS_PLUS] = ACTIONS(3225), + [anon_sym_DASH_DASH] = ACTIONS(3225), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_BANG] = ACTIONS(3225), + [anon_sym_go] = ACTIONS(3225), + [anon_sym_spawn] = ACTIONS(3225), + [anon_sym_json_DOTdecode] = ACTIONS(3225), + [anon_sym_LBRACK2] = ACTIONS(3225), + [anon_sym_TILDE] = ACTIONS(3225), + [anon_sym_CARET] = ACTIONS(3225), + [anon_sym_AMP] = ACTIONS(3225), + [anon_sym_LT_DASH] = ACTIONS(3225), + [anon_sym_LT_LT] = ACTIONS(3225), + [anon_sym_GT_GT] = ACTIONS(3225), + [anon_sym_GT_GT_GT] = ACTIONS(3225), + [anon_sym_AMP_CARET] = ACTIONS(3225), + [anon_sym_AMP_AMP] = ACTIONS(3225), + [anon_sym_PIPE_PIPE] = ACTIONS(3225), + [anon_sym_or] = ACTIONS(3225), + [sym_none] = ACTIONS(3225), + [sym_true] = ACTIONS(3225), + [sym_false] = ACTIONS(3225), + [sym_nil] = ACTIONS(3225), + [anon_sym_QMARK_DOT] = ACTIONS(3225), + [anon_sym_POUND_LBRACK] = ACTIONS(3225), + [anon_sym_if] = ACTIONS(3225), + [anon_sym_DOLLARif] = ACTIONS(3225), + [anon_sym_is] = ACTIONS(3225), + [anon_sym_BANGis] = ACTIONS(3225), + [anon_sym_in] = ACTIONS(3225), + [anon_sym_BANGin] = ACTIONS(3225), + [anon_sym_match] = ACTIONS(3225), + [anon_sym_select] = ACTIONS(3225), + [anon_sym_lock] = ACTIONS(3225), + [anon_sym_rlock] = ACTIONS(3225), + [anon_sym_unsafe] = ACTIONS(3225), + [anon_sym_sql] = ACTIONS(3225), + [sym_int_literal] = ACTIONS(3225), + [sym_float_literal] = ACTIONS(3225), + [sym_rune_literal] = ACTIONS(3225), + [sym_pseudo_compile_time_identifier] = ACTIONS(3225), + [anon_sym_shared] = ACTIONS(3225), + [anon_sym_map_LBRACK] = ACTIONS(3225), + [anon_sym_chan] = ACTIONS(3225), + [anon_sym_thread] = ACTIONS(3225), + [anon_sym_atomic] = ACTIONS(3225), + [sym___double_quote] = ACTIONS(3225), + [sym___single_quote] = ACTIONS(3225), + [sym___c_double_quote] = ACTIONS(3225), + [sym___c_single_quote] = ACTIONS(3225), + [sym___r_double_quote] = ACTIONS(3225), + [sym___r_single_quote] = ACTIONS(3225), }, - [1236] = { - [sym_line_comment] = STATE(1236), - [sym_block_comment] = STATE(1236), - [sym_identifier] = ACTIONS(3127), - [anon_sym_LF] = ACTIONS(3127), - [anon_sym_CR] = ACTIONS(3127), - [anon_sym_CR_LF] = ACTIONS(3127), + [1214] = { + [sym_line_comment] = STATE(1214), + [sym_block_comment] = STATE(1214), + [sym_identifier] = ACTIONS(3229), + [anon_sym_LF] = ACTIONS(3229), + [anon_sym_CR] = ACTIONS(3229), + [anon_sym_CR_LF] = ACTIONS(3229), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_DOT] = ACTIONS(3127), - [anon_sym_as] = ACTIONS(3127), - [anon_sym_LBRACE] = ACTIONS(3127), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(3127), - [anon_sym_RPAREN] = ACTIONS(3127), - [anon_sym_PIPE] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(3127), - [anon_sym_DASH] = ACTIONS(3127), - [anon_sym_STAR] = ACTIONS(3127), - [anon_sym_SLASH] = ACTIONS(3127), - [anon_sym_PERCENT] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3127), - [anon_sym_GT] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3127), - [anon_sym_LBRACK] = ACTIONS(3125), - [anon_sym_struct] = ACTIONS(3127), - [anon_sym_mut] = ACTIONS(3127), - [anon_sym_PLUS_PLUS] = ACTIONS(3127), - [anon_sym_DASH_DASH] = ACTIONS(3127), - [anon_sym_QMARK] = ACTIONS(3127), - [anon_sym_BANG] = ACTIONS(3127), - [anon_sym_go] = ACTIONS(3127), - [anon_sym_spawn] = ACTIONS(3127), - [anon_sym_json_DOTdecode] = ACTIONS(3127), - [anon_sym_LBRACK2] = ACTIONS(3127), - [anon_sym_TILDE] = ACTIONS(3127), - [anon_sym_CARET] = ACTIONS(3127), - [anon_sym_AMP] = ACTIONS(3127), - [anon_sym_LT_DASH] = ACTIONS(3127), - [anon_sym_LT_LT] = ACTIONS(3127), - [anon_sym_GT_GT] = ACTIONS(3127), - [anon_sym_GT_GT_GT] = ACTIONS(3127), - [anon_sym_AMP_CARET] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_or] = ACTIONS(3127), - [sym_none] = ACTIONS(3127), - [sym_true] = ACTIONS(3127), - [sym_false] = ACTIONS(3127), - [sym_nil] = ACTIONS(3127), - [anon_sym_QMARK_DOT] = ACTIONS(3127), - [anon_sym_POUND_LBRACK] = ACTIONS(3127), - [anon_sym_if] = ACTIONS(3127), - [anon_sym_DOLLARif] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3127), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_in] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_match] = ACTIONS(3127), - [anon_sym_select] = ACTIONS(3127), - [anon_sym_lock] = ACTIONS(3127), - [anon_sym_rlock] = ACTIONS(3127), - [anon_sym_unsafe] = ACTIONS(3127), - [anon_sym_sql] = ACTIONS(3127), - [sym_int_literal] = ACTIONS(3127), - [sym_float_literal] = ACTIONS(3127), - [sym_rune_literal] = ACTIONS(3127), - [sym_pseudo_compile_time_identifier] = ACTIONS(3127), - [anon_sym_shared] = ACTIONS(3127), - [anon_sym_map_LBRACK] = ACTIONS(3127), - [anon_sym_chan] = ACTIONS(3127), - [anon_sym_thread] = ACTIONS(3127), - [anon_sym_atomic] = ACTIONS(3127), - [sym___double_quote] = ACTIONS(3127), - [sym___single_quote] = ACTIONS(3127), - [sym___c_double_quote] = ACTIONS(3127), - [sym___c_single_quote] = ACTIONS(3127), - [sym___r_double_quote] = ACTIONS(3127), - [sym___r_single_quote] = ACTIONS(3127), + [anon_sym_SEMI] = ACTIONS(3229), + [anon_sym_DOT] = ACTIONS(3229), + [anon_sym_as] = ACTIONS(3229), + [anon_sym_LBRACE] = ACTIONS(3229), + [anon_sym_COMMA] = ACTIONS(3229), + [anon_sym_RBRACE] = ACTIONS(3229), + [anon_sym_LPAREN] = ACTIONS(3229), + [anon_sym_RPAREN] = ACTIONS(3229), + [anon_sym_PIPE] = ACTIONS(3229), + [anon_sym_fn] = ACTIONS(3229), + [anon_sym_PLUS] = ACTIONS(3229), + [anon_sym_DASH] = ACTIONS(3229), + [anon_sym_STAR] = ACTIONS(3229), + [anon_sym_SLASH] = ACTIONS(3229), + [anon_sym_PERCENT] = ACTIONS(3229), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_GT] = ACTIONS(3229), + [anon_sym_EQ_EQ] = ACTIONS(3229), + [anon_sym_BANG_EQ] = ACTIONS(3229), + [anon_sym_LT_EQ] = ACTIONS(3229), + [anon_sym_GT_EQ] = ACTIONS(3229), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3229), + [anon_sym_LBRACK] = ACTIONS(3227), + [anon_sym_struct] = ACTIONS(3229), + [anon_sym_mut] = ACTIONS(3229), + [anon_sym_PLUS_PLUS] = ACTIONS(3229), + [anon_sym_DASH_DASH] = ACTIONS(3229), + [anon_sym_QMARK] = ACTIONS(3229), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_go] = ACTIONS(3229), + [anon_sym_spawn] = ACTIONS(3229), + [anon_sym_json_DOTdecode] = ACTIONS(3229), + [anon_sym_LBRACK2] = ACTIONS(3229), + [anon_sym_TILDE] = ACTIONS(3229), + [anon_sym_CARET] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3229), + [anon_sym_LT_DASH] = ACTIONS(3229), + [anon_sym_LT_LT] = ACTIONS(3229), + [anon_sym_GT_GT] = ACTIONS(3229), + [anon_sym_GT_GT_GT] = ACTIONS(3229), + [anon_sym_AMP_CARET] = ACTIONS(3229), + [anon_sym_AMP_AMP] = ACTIONS(3229), + [anon_sym_PIPE_PIPE] = ACTIONS(3229), + [anon_sym_or] = ACTIONS(3229), + [sym_none] = ACTIONS(3229), + [sym_true] = ACTIONS(3229), + [sym_false] = ACTIONS(3229), + [sym_nil] = ACTIONS(3229), + [anon_sym_QMARK_DOT] = ACTIONS(3229), + [anon_sym_POUND_LBRACK] = ACTIONS(3229), + [anon_sym_if] = ACTIONS(3229), + [anon_sym_DOLLARif] = ACTIONS(3229), + [anon_sym_is] = ACTIONS(3229), + [anon_sym_BANGis] = ACTIONS(3229), + [anon_sym_in] = ACTIONS(3229), + [anon_sym_BANGin] = ACTIONS(3229), + [anon_sym_match] = ACTIONS(3229), + [anon_sym_select] = ACTIONS(3229), + [anon_sym_lock] = ACTIONS(3229), + [anon_sym_rlock] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(3229), + [anon_sym_sql] = ACTIONS(3229), + [sym_int_literal] = ACTIONS(3229), + [sym_float_literal] = ACTIONS(3229), + [sym_rune_literal] = ACTIONS(3229), + [sym_pseudo_compile_time_identifier] = ACTIONS(3229), + [anon_sym_shared] = ACTIONS(3229), + [anon_sym_map_LBRACK] = ACTIONS(3229), + [anon_sym_chan] = ACTIONS(3229), + [anon_sym_thread] = ACTIONS(3229), + [anon_sym_atomic] = ACTIONS(3229), + [sym___double_quote] = ACTIONS(3229), + [sym___single_quote] = ACTIONS(3229), + [sym___c_double_quote] = ACTIONS(3229), + [sym___c_single_quote] = ACTIONS(3229), + [sym___r_double_quote] = ACTIONS(3229), + [sym___r_single_quote] = ACTIONS(3229), }, - [1237] = { - [sym_line_comment] = STATE(1237), - [sym_block_comment] = STATE(1237), - [sym_identifier] = ACTIONS(3335), - [anon_sym_LF] = ACTIONS(3335), - [anon_sym_CR] = ACTIONS(3335), - [anon_sym_CR_LF] = ACTIONS(3335), + [1215] = { + [sym_line_comment] = STATE(1215), + [sym_block_comment] = STATE(1215), + [sym_identifier] = ACTIONS(3145), + [anon_sym_LF] = ACTIONS(3145), + [anon_sym_CR] = ACTIONS(3145), + [anon_sym_CR_LF] = ACTIONS(3145), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3335), - [anon_sym_DOT] = ACTIONS(3335), - [anon_sym_as] = ACTIONS(3335), - [anon_sym_LBRACE] = ACTIONS(3335), - [anon_sym_COMMA] = ACTIONS(3335), - [anon_sym_RBRACE] = ACTIONS(3335), - [anon_sym_LPAREN] = ACTIONS(3335), - [anon_sym_RPAREN] = ACTIONS(3335), - [anon_sym_PIPE] = ACTIONS(3335), - [anon_sym_fn] = ACTIONS(3335), - [anon_sym_PLUS] = ACTIONS(3335), - [anon_sym_DASH] = ACTIONS(3335), - [anon_sym_STAR] = ACTIONS(3335), - [anon_sym_SLASH] = ACTIONS(3335), - [anon_sym_PERCENT] = ACTIONS(3335), - [anon_sym_LT] = ACTIONS(3335), - [anon_sym_GT] = ACTIONS(3335), - [anon_sym_EQ_EQ] = ACTIONS(3335), - [anon_sym_BANG_EQ] = ACTIONS(3335), - [anon_sym_LT_EQ] = ACTIONS(3335), - [anon_sym_GT_EQ] = ACTIONS(3335), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3335), - [anon_sym_LBRACK] = ACTIONS(3333), - [anon_sym_struct] = ACTIONS(3335), - [anon_sym_mut] = ACTIONS(3335), - [anon_sym_PLUS_PLUS] = ACTIONS(3335), - [anon_sym_DASH_DASH] = ACTIONS(3335), - [anon_sym_QMARK] = ACTIONS(3335), - [anon_sym_BANG] = ACTIONS(3335), - [anon_sym_go] = ACTIONS(3335), - [anon_sym_spawn] = ACTIONS(3335), - [anon_sym_json_DOTdecode] = ACTIONS(3335), - [anon_sym_LBRACK2] = ACTIONS(3335), - [anon_sym_TILDE] = ACTIONS(3335), - [anon_sym_CARET] = ACTIONS(3335), - [anon_sym_AMP] = ACTIONS(3335), - [anon_sym_LT_DASH] = ACTIONS(3335), - [anon_sym_LT_LT] = ACTIONS(3335), - [anon_sym_GT_GT] = ACTIONS(3335), - [anon_sym_GT_GT_GT] = ACTIONS(3335), - [anon_sym_AMP_CARET] = ACTIONS(3335), - [anon_sym_AMP_AMP] = ACTIONS(3335), - [anon_sym_PIPE_PIPE] = ACTIONS(3335), - [anon_sym_or] = ACTIONS(3335), - [sym_none] = ACTIONS(3335), - [sym_true] = ACTIONS(3335), - [sym_false] = ACTIONS(3335), - [sym_nil] = ACTIONS(3335), - [anon_sym_QMARK_DOT] = ACTIONS(3335), - [anon_sym_POUND_LBRACK] = ACTIONS(3335), - [anon_sym_if] = ACTIONS(3335), - [anon_sym_DOLLARif] = ACTIONS(3335), - [anon_sym_is] = ACTIONS(3335), - [anon_sym_BANGis] = ACTIONS(3335), - [anon_sym_in] = ACTIONS(3335), - [anon_sym_BANGin] = ACTIONS(3335), - [anon_sym_match] = ACTIONS(3335), - [anon_sym_select] = ACTIONS(3335), - [anon_sym_lock] = ACTIONS(3335), - [anon_sym_rlock] = ACTIONS(3335), - [anon_sym_unsafe] = ACTIONS(3335), - [anon_sym_sql] = ACTIONS(3335), - [sym_int_literal] = ACTIONS(3335), - [sym_float_literal] = ACTIONS(3335), - [sym_rune_literal] = ACTIONS(3335), - [sym_pseudo_compile_time_identifier] = ACTIONS(3335), - [anon_sym_shared] = ACTIONS(3335), - [anon_sym_map_LBRACK] = ACTIONS(3335), - [anon_sym_chan] = ACTIONS(3335), - [anon_sym_thread] = ACTIONS(3335), - [anon_sym_atomic] = ACTIONS(3335), - [sym___double_quote] = ACTIONS(3335), - [sym___single_quote] = ACTIONS(3335), - [sym___c_double_quote] = ACTIONS(3335), - [sym___c_single_quote] = ACTIONS(3335), - [sym___r_double_quote] = ACTIONS(3335), - [sym___r_single_quote] = ACTIONS(3335), + [anon_sym_SEMI] = ACTIONS(3145), + [anon_sym_DOT] = ACTIONS(3145), + [anon_sym_as] = ACTIONS(3145), + [anon_sym_LBRACE] = ACTIONS(3145), + [anon_sym_COMMA] = ACTIONS(3145), + [anon_sym_RBRACE] = ACTIONS(3145), + [anon_sym_LPAREN] = ACTIONS(3145), + [anon_sym_RPAREN] = ACTIONS(3145), + [anon_sym_PIPE] = ACTIONS(3145), + [anon_sym_fn] = ACTIONS(3145), + [anon_sym_PLUS] = ACTIONS(3145), + [anon_sym_DASH] = ACTIONS(3145), + [anon_sym_STAR] = ACTIONS(3145), + [anon_sym_SLASH] = ACTIONS(3145), + [anon_sym_PERCENT] = ACTIONS(3145), + [anon_sym_LT] = ACTIONS(3145), + [anon_sym_GT] = ACTIONS(3145), + [anon_sym_EQ_EQ] = ACTIONS(3145), + [anon_sym_BANG_EQ] = ACTIONS(3145), + [anon_sym_LT_EQ] = ACTIONS(3145), + [anon_sym_GT_EQ] = ACTIONS(3145), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3145), + [anon_sym_LBRACK] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3145), + [anon_sym_mut] = ACTIONS(3145), + [anon_sym_PLUS_PLUS] = ACTIONS(3145), + [anon_sym_DASH_DASH] = ACTIONS(3145), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3145), + [anon_sym_go] = ACTIONS(3145), + [anon_sym_spawn] = ACTIONS(3145), + [anon_sym_json_DOTdecode] = ACTIONS(3145), + [anon_sym_LBRACK2] = ACTIONS(3145), + [anon_sym_TILDE] = ACTIONS(3145), + [anon_sym_CARET] = ACTIONS(3145), + [anon_sym_AMP] = ACTIONS(3145), + [anon_sym_LT_DASH] = ACTIONS(3145), + [anon_sym_LT_LT] = ACTIONS(3145), + [anon_sym_GT_GT] = ACTIONS(3145), + [anon_sym_GT_GT_GT] = ACTIONS(3145), + [anon_sym_AMP_CARET] = ACTIONS(3145), + [anon_sym_AMP_AMP] = ACTIONS(3145), + [anon_sym_PIPE_PIPE] = ACTIONS(3145), + [anon_sym_or] = ACTIONS(3145), + [sym_none] = ACTIONS(3145), + [sym_true] = ACTIONS(3145), + [sym_false] = ACTIONS(3145), + [sym_nil] = ACTIONS(3145), + [anon_sym_QMARK_DOT] = ACTIONS(3145), + [anon_sym_POUND_LBRACK] = ACTIONS(3145), + [anon_sym_if] = ACTIONS(3145), + [anon_sym_DOLLARif] = ACTIONS(3145), + [anon_sym_is] = ACTIONS(3145), + [anon_sym_BANGis] = ACTIONS(3145), + [anon_sym_in] = ACTIONS(3145), + [anon_sym_BANGin] = ACTIONS(3145), + [anon_sym_match] = ACTIONS(3145), + [anon_sym_select] = ACTIONS(3145), + [anon_sym_lock] = ACTIONS(3145), + [anon_sym_rlock] = ACTIONS(3145), + [anon_sym_unsafe] = ACTIONS(3145), + [anon_sym_sql] = ACTIONS(3145), + [sym_int_literal] = ACTIONS(3145), + [sym_float_literal] = ACTIONS(3145), + [sym_rune_literal] = ACTIONS(3145), + [sym_pseudo_compile_time_identifier] = ACTIONS(3145), + [anon_sym_shared] = ACTIONS(3145), + [anon_sym_map_LBRACK] = ACTIONS(3145), + [anon_sym_chan] = ACTIONS(3145), + [anon_sym_thread] = ACTIONS(3145), + [anon_sym_atomic] = ACTIONS(3145), + [sym___double_quote] = ACTIONS(3145), + [sym___single_quote] = ACTIONS(3145), + [sym___c_double_quote] = ACTIONS(3145), + [sym___c_single_quote] = ACTIONS(3145), + [sym___r_double_quote] = ACTIONS(3145), + [sym___r_single_quote] = ACTIONS(3145), }, - [1238] = { - [sym_line_comment] = STATE(1238), - [sym_block_comment] = STATE(1238), + [1216] = { + [sym_line_comment] = STATE(1216), + [sym_block_comment] = STATE(1216), + [sym_identifier] = ACTIONS(3440), + [anon_sym_LF] = ACTIONS(3440), + [anon_sym_CR] = ACTIONS(3440), + [anon_sym_CR_LF] = ACTIONS(3440), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3440), + [anon_sym_DOT] = ACTIONS(3440), + [anon_sym_as] = ACTIONS(3440), + [anon_sym_LBRACE] = ACTIONS(3440), + [anon_sym_COMMA] = ACTIONS(3440), + [anon_sym_RBRACE] = ACTIONS(3440), + [anon_sym_LPAREN] = ACTIONS(3440), + [anon_sym_RPAREN] = ACTIONS(3440), + [anon_sym_PIPE] = ACTIONS(3440), + [anon_sym_fn] = ACTIONS(3440), + [anon_sym_PLUS] = ACTIONS(3440), + [anon_sym_DASH] = ACTIONS(3440), + [anon_sym_STAR] = ACTIONS(3440), + [anon_sym_SLASH] = ACTIONS(3440), + [anon_sym_PERCENT] = ACTIONS(3440), + [anon_sym_LT] = ACTIONS(3440), + [anon_sym_GT] = ACTIONS(3440), + [anon_sym_EQ_EQ] = ACTIONS(3440), + [anon_sym_BANG_EQ] = ACTIONS(3440), + [anon_sym_LT_EQ] = ACTIONS(3440), + [anon_sym_GT_EQ] = ACTIONS(3440), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3440), + [anon_sym_LBRACK] = ACTIONS(3438), + [anon_sym_struct] = ACTIONS(3440), + [anon_sym_mut] = ACTIONS(3440), + [anon_sym_PLUS_PLUS] = ACTIONS(3440), + [anon_sym_DASH_DASH] = ACTIONS(3440), + [anon_sym_QMARK] = ACTIONS(3440), + [anon_sym_BANG] = ACTIONS(3440), + [anon_sym_go] = ACTIONS(3440), + [anon_sym_spawn] = ACTIONS(3440), + [anon_sym_json_DOTdecode] = ACTIONS(3440), + [anon_sym_LBRACK2] = ACTIONS(3440), + [anon_sym_TILDE] = ACTIONS(3440), + [anon_sym_CARET] = ACTIONS(3440), + [anon_sym_AMP] = ACTIONS(3440), + [anon_sym_LT_DASH] = ACTIONS(3440), + [anon_sym_LT_LT] = ACTIONS(3440), + [anon_sym_GT_GT] = ACTIONS(3440), + [anon_sym_GT_GT_GT] = ACTIONS(3440), + [anon_sym_AMP_CARET] = ACTIONS(3440), + [anon_sym_AMP_AMP] = ACTIONS(3440), + [anon_sym_PIPE_PIPE] = ACTIONS(3440), + [anon_sym_or] = ACTIONS(3440), + [sym_none] = ACTIONS(3440), + [sym_true] = ACTIONS(3440), + [sym_false] = ACTIONS(3440), + [sym_nil] = ACTIONS(3440), + [anon_sym_QMARK_DOT] = ACTIONS(3440), + [anon_sym_POUND_LBRACK] = ACTIONS(3440), + [anon_sym_if] = ACTIONS(3440), + [anon_sym_DOLLARif] = ACTIONS(3440), + [anon_sym_is] = ACTIONS(3440), + [anon_sym_BANGis] = ACTIONS(3440), + [anon_sym_in] = ACTIONS(3440), + [anon_sym_BANGin] = ACTIONS(3440), + [anon_sym_match] = ACTIONS(3440), + [anon_sym_select] = ACTIONS(3440), + [anon_sym_lock] = ACTIONS(3440), + [anon_sym_rlock] = ACTIONS(3440), + [anon_sym_unsafe] = ACTIONS(3440), + [anon_sym_sql] = ACTIONS(3440), + [sym_int_literal] = ACTIONS(3440), + [sym_float_literal] = ACTIONS(3440), + [sym_rune_literal] = ACTIONS(3440), + [sym_pseudo_compile_time_identifier] = ACTIONS(3440), + [anon_sym_shared] = ACTIONS(3440), + [anon_sym_map_LBRACK] = ACTIONS(3440), + [anon_sym_chan] = ACTIONS(3440), + [anon_sym_thread] = ACTIONS(3440), + [anon_sym_atomic] = ACTIONS(3440), + [sym___double_quote] = ACTIONS(3440), + [sym___single_quote] = ACTIONS(3440), + [sym___c_double_quote] = ACTIONS(3440), + [sym___c_single_quote] = ACTIONS(3440), + [sym___r_double_quote] = ACTIONS(3440), + [sym___r_single_quote] = ACTIONS(3440), + }, + [1217] = { + [sym_line_comment] = STATE(1217), + [sym_block_comment] = STATE(1217), + [sym_identifier] = ACTIONS(2963), + [anon_sym_LF] = ACTIONS(2963), + [anon_sym_CR] = ACTIONS(2963), + [anon_sym_CR_LF] = ACTIONS(2963), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(2963), + [anon_sym_DOT] = ACTIONS(2963), + [anon_sym_as] = ACTIONS(2963), + [anon_sym_LBRACE] = ACTIONS(2963), + [anon_sym_COMMA] = ACTIONS(2963), + [anon_sym_RBRACE] = ACTIONS(2963), + [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_RPAREN] = ACTIONS(2963), + [anon_sym_PIPE] = ACTIONS(2963), + [anon_sym_fn] = ACTIONS(2963), + [anon_sym_PLUS] = ACTIONS(2963), + [anon_sym_DASH] = ACTIONS(2963), + [anon_sym_STAR] = ACTIONS(2963), + [anon_sym_SLASH] = ACTIONS(2963), + [anon_sym_PERCENT] = ACTIONS(2963), + [anon_sym_LT] = ACTIONS(2963), + [anon_sym_GT] = ACTIONS(2963), + [anon_sym_EQ_EQ] = ACTIONS(2963), + [anon_sym_BANG_EQ] = ACTIONS(2963), + [anon_sym_LT_EQ] = ACTIONS(2963), + [anon_sym_GT_EQ] = ACTIONS(2963), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2963), + [anon_sym_LBRACK] = ACTIONS(2961), + [anon_sym_struct] = ACTIONS(2963), + [anon_sym_mut] = ACTIONS(2963), + [anon_sym_PLUS_PLUS] = ACTIONS(2963), + [anon_sym_DASH_DASH] = ACTIONS(2963), + [anon_sym_QMARK] = ACTIONS(2963), + [anon_sym_BANG] = ACTIONS(2963), + [anon_sym_go] = ACTIONS(2963), + [anon_sym_spawn] = ACTIONS(2963), + [anon_sym_json_DOTdecode] = ACTIONS(2963), + [anon_sym_LBRACK2] = ACTIONS(2963), + [anon_sym_TILDE] = ACTIONS(2963), + [anon_sym_CARET] = ACTIONS(2963), + [anon_sym_AMP] = ACTIONS(2963), + [anon_sym_LT_DASH] = ACTIONS(2963), + [anon_sym_LT_LT] = ACTIONS(2963), + [anon_sym_GT_GT] = ACTIONS(2963), + [anon_sym_GT_GT_GT] = ACTIONS(2963), + [anon_sym_AMP_CARET] = ACTIONS(2963), + [anon_sym_AMP_AMP] = ACTIONS(2963), + [anon_sym_PIPE_PIPE] = ACTIONS(2963), + [anon_sym_or] = ACTIONS(2963), + [sym_none] = ACTIONS(2963), + [sym_true] = ACTIONS(2963), + [sym_false] = ACTIONS(2963), + [sym_nil] = ACTIONS(2963), + [anon_sym_QMARK_DOT] = ACTIONS(2963), + [anon_sym_POUND_LBRACK] = ACTIONS(2963), + [anon_sym_if] = ACTIONS(2963), + [anon_sym_DOLLARif] = ACTIONS(2963), + [anon_sym_is] = ACTIONS(2963), + [anon_sym_BANGis] = ACTIONS(2963), + [anon_sym_in] = ACTIONS(2963), + [anon_sym_BANGin] = ACTIONS(2963), + [anon_sym_match] = ACTIONS(2963), + [anon_sym_select] = ACTIONS(2963), + [anon_sym_lock] = ACTIONS(2963), + [anon_sym_rlock] = ACTIONS(2963), + [anon_sym_unsafe] = ACTIONS(2963), + [anon_sym_sql] = ACTIONS(2963), + [sym_int_literal] = ACTIONS(2963), + [sym_float_literal] = ACTIONS(2963), + [sym_rune_literal] = ACTIONS(2963), + [sym_pseudo_compile_time_identifier] = ACTIONS(2963), + [anon_sym_shared] = ACTIONS(2963), + [anon_sym_map_LBRACK] = ACTIONS(2963), + [anon_sym_chan] = ACTIONS(2963), + [anon_sym_thread] = ACTIONS(2963), + [anon_sym_atomic] = ACTIONS(2963), + [sym___double_quote] = ACTIONS(2963), + [sym___single_quote] = ACTIONS(2963), + [sym___c_double_quote] = ACTIONS(2963), + [sym___c_single_quote] = ACTIONS(2963), + [sym___r_double_quote] = ACTIONS(2963), + [sym___r_single_quote] = ACTIONS(2963), + }, + [1218] = { + [sym_line_comment] = STATE(1218), + [sym_block_comment] = STATE(1218), + [sym_identifier] = ACTIONS(3249), + [anon_sym_LF] = ACTIONS(3249), + [anon_sym_CR] = ACTIONS(3249), + [anon_sym_CR_LF] = ACTIONS(3249), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3249), + [anon_sym_DOT] = ACTIONS(3249), + [anon_sym_as] = ACTIONS(3249), + [anon_sym_LBRACE] = ACTIONS(3249), + [anon_sym_COMMA] = ACTIONS(3249), + [anon_sym_RBRACE] = ACTIONS(3249), + [anon_sym_LPAREN] = ACTIONS(3249), + [anon_sym_RPAREN] = ACTIONS(3249), + [anon_sym_PIPE] = ACTIONS(3249), + [anon_sym_fn] = ACTIONS(3249), + [anon_sym_PLUS] = ACTIONS(3249), + [anon_sym_DASH] = ACTIONS(3249), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_SLASH] = ACTIONS(3249), + [anon_sym_PERCENT] = ACTIONS(3249), + [anon_sym_LT] = ACTIONS(3249), + [anon_sym_GT] = ACTIONS(3249), + [anon_sym_EQ_EQ] = ACTIONS(3249), + [anon_sym_BANG_EQ] = ACTIONS(3249), + [anon_sym_LT_EQ] = ACTIONS(3249), + [anon_sym_GT_EQ] = ACTIONS(3249), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3249), + [anon_sym_LBRACK] = ACTIONS(3247), + [anon_sym_struct] = ACTIONS(3249), + [anon_sym_mut] = ACTIONS(3249), + [anon_sym_PLUS_PLUS] = ACTIONS(3249), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3249), + [anon_sym_BANG] = ACTIONS(3249), + [anon_sym_go] = ACTIONS(3249), + [anon_sym_spawn] = ACTIONS(3249), + [anon_sym_json_DOTdecode] = ACTIONS(3249), + [anon_sym_LBRACK2] = ACTIONS(3249), + [anon_sym_TILDE] = ACTIONS(3249), + [anon_sym_CARET] = ACTIONS(3249), + [anon_sym_AMP] = ACTIONS(3249), + [anon_sym_LT_DASH] = ACTIONS(3249), + [anon_sym_LT_LT] = ACTIONS(3249), + [anon_sym_GT_GT] = ACTIONS(3249), + [anon_sym_GT_GT_GT] = ACTIONS(3249), + [anon_sym_AMP_CARET] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(3249), + [anon_sym_PIPE_PIPE] = ACTIONS(3249), + [anon_sym_or] = ACTIONS(3249), + [sym_none] = ACTIONS(3249), + [sym_true] = ACTIONS(3249), + [sym_false] = ACTIONS(3249), + [sym_nil] = ACTIONS(3249), + [anon_sym_QMARK_DOT] = ACTIONS(3249), + [anon_sym_POUND_LBRACK] = ACTIONS(3249), + [anon_sym_if] = ACTIONS(3249), + [anon_sym_DOLLARif] = ACTIONS(3249), + [anon_sym_is] = ACTIONS(3249), + [anon_sym_BANGis] = ACTIONS(3249), + [anon_sym_in] = ACTIONS(3249), + [anon_sym_BANGin] = ACTIONS(3249), + [anon_sym_match] = ACTIONS(3249), + [anon_sym_select] = ACTIONS(3249), + [anon_sym_lock] = ACTIONS(3249), + [anon_sym_rlock] = ACTIONS(3249), + [anon_sym_unsafe] = ACTIONS(3249), + [anon_sym_sql] = ACTIONS(3249), + [sym_int_literal] = ACTIONS(3249), + [sym_float_literal] = ACTIONS(3249), + [sym_rune_literal] = ACTIONS(3249), + [sym_pseudo_compile_time_identifier] = ACTIONS(3249), + [anon_sym_shared] = ACTIONS(3249), + [anon_sym_map_LBRACK] = ACTIONS(3249), + [anon_sym_chan] = ACTIONS(3249), + [anon_sym_thread] = ACTIONS(3249), + [anon_sym_atomic] = ACTIONS(3249), + [sym___double_quote] = ACTIONS(3249), + [sym___single_quote] = ACTIONS(3249), + [sym___c_double_quote] = ACTIONS(3249), + [sym___c_single_quote] = ACTIONS(3249), + [sym___r_double_quote] = ACTIONS(3249), + [sym___r_single_quote] = ACTIONS(3249), + }, + [1219] = { + [sym_line_comment] = STATE(1219), + [sym_block_comment] = STATE(1219), + [sym_identifier] = ACTIONS(3245), + [anon_sym_LF] = ACTIONS(3245), + [anon_sym_CR] = ACTIONS(3245), + [anon_sym_CR_LF] = ACTIONS(3245), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3245), + [anon_sym_DOT] = ACTIONS(3245), + [anon_sym_as] = ACTIONS(3245), + [anon_sym_LBRACE] = ACTIONS(3245), + [anon_sym_COMMA] = ACTIONS(3245), + [anon_sym_RBRACE] = ACTIONS(3245), + [anon_sym_LPAREN] = ACTIONS(3245), + [anon_sym_RPAREN] = ACTIONS(3245), + [anon_sym_PIPE] = ACTIONS(3245), + [anon_sym_fn] = ACTIONS(3245), + [anon_sym_PLUS] = ACTIONS(3245), + [anon_sym_DASH] = ACTIONS(3245), + [anon_sym_STAR] = ACTIONS(3245), + [anon_sym_SLASH] = ACTIONS(3245), + [anon_sym_PERCENT] = ACTIONS(3245), + [anon_sym_LT] = ACTIONS(3245), + [anon_sym_GT] = ACTIONS(3245), + [anon_sym_EQ_EQ] = ACTIONS(3245), + [anon_sym_BANG_EQ] = ACTIONS(3245), + [anon_sym_LT_EQ] = ACTIONS(3245), + [anon_sym_GT_EQ] = ACTIONS(3245), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3245), + [anon_sym_LBRACK] = ACTIONS(3243), + [anon_sym_struct] = ACTIONS(3245), + [anon_sym_mut] = ACTIONS(3245), + [anon_sym_PLUS_PLUS] = ACTIONS(3245), + [anon_sym_DASH_DASH] = ACTIONS(3245), + [anon_sym_QMARK] = ACTIONS(3245), + [anon_sym_BANG] = ACTIONS(3245), + [anon_sym_go] = ACTIONS(3245), + [anon_sym_spawn] = ACTIONS(3245), + [anon_sym_json_DOTdecode] = ACTIONS(3245), + [anon_sym_LBRACK2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3245), + [anon_sym_CARET] = ACTIONS(3245), + [anon_sym_AMP] = ACTIONS(3245), + [anon_sym_LT_DASH] = ACTIONS(3245), + [anon_sym_LT_LT] = ACTIONS(3245), + [anon_sym_GT_GT] = ACTIONS(3245), + [anon_sym_GT_GT_GT] = ACTIONS(3245), + [anon_sym_AMP_CARET] = ACTIONS(3245), + [anon_sym_AMP_AMP] = ACTIONS(3245), + [anon_sym_PIPE_PIPE] = ACTIONS(3245), + [anon_sym_or] = ACTIONS(3245), + [sym_none] = ACTIONS(3245), + [sym_true] = ACTIONS(3245), + [sym_false] = ACTIONS(3245), + [sym_nil] = ACTIONS(3245), + [anon_sym_QMARK_DOT] = ACTIONS(3245), + [anon_sym_POUND_LBRACK] = ACTIONS(3245), + [anon_sym_if] = ACTIONS(3245), + [anon_sym_DOLLARif] = ACTIONS(3245), + [anon_sym_is] = ACTIONS(3245), + [anon_sym_BANGis] = ACTIONS(3245), + [anon_sym_in] = ACTIONS(3245), + [anon_sym_BANGin] = ACTIONS(3245), + [anon_sym_match] = ACTIONS(3245), + [anon_sym_select] = ACTIONS(3245), + [anon_sym_lock] = ACTIONS(3245), + [anon_sym_rlock] = ACTIONS(3245), + [anon_sym_unsafe] = ACTIONS(3245), + [anon_sym_sql] = ACTIONS(3245), + [sym_int_literal] = ACTIONS(3245), + [sym_float_literal] = ACTIONS(3245), + [sym_rune_literal] = ACTIONS(3245), + [sym_pseudo_compile_time_identifier] = ACTIONS(3245), + [anon_sym_shared] = ACTIONS(3245), + [anon_sym_map_LBRACK] = ACTIONS(3245), + [anon_sym_chan] = ACTIONS(3245), + [anon_sym_thread] = ACTIONS(3245), + [anon_sym_atomic] = ACTIONS(3245), + [sym___double_quote] = ACTIONS(3245), + [sym___single_quote] = ACTIONS(3245), + [sym___c_double_quote] = ACTIONS(3245), + [sym___c_single_quote] = ACTIONS(3245), + [sym___r_double_quote] = ACTIONS(3245), + [sym___r_single_quote] = ACTIONS(3245), + }, + [1220] = { + [sym_line_comment] = STATE(1220), + [sym_block_comment] = STATE(1220), + [sym_identifier] = ACTIONS(3397), + [anon_sym_LF] = ACTIONS(3397), + [anon_sym_CR] = ACTIONS(3397), + [anon_sym_CR_LF] = ACTIONS(3397), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3397), + [anon_sym_DOT] = ACTIONS(3397), + [anon_sym_as] = ACTIONS(3397), + [anon_sym_LBRACE] = ACTIONS(3397), + [anon_sym_COMMA] = ACTIONS(3397), + [anon_sym_RBRACE] = ACTIONS(3397), + [anon_sym_LPAREN] = ACTIONS(3397), + [anon_sym_RPAREN] = ACTIONS(3397), + [anon_sym_PIPE] = ACTIONS(3397), + [anon_sym_fn] = ACTIONS(3397), + [anon_sym_PLUS] = ACTIONS(3397), + [anon_sym_DASH] = ACTIONS(3397), + [anon_sym_STAR] = ACTIONS(3397), + [anon_sym_SLASH] = ACTIONS(3397), + [anon_sym_PERCENT] = ACTIONS(3397), + [anon_sym_LT] = ACTIONS(3397), + [anon_sym_GT] = ACTIONS(3397), + [anon_sym_EQ_EQ] = ACTIONS(3397), + [anon_sym_BANG_EQ] = ACTIONS(3397), + [anon_sym_LT_EQ] = ACTIONS(3397), + [anon_sym_GT_EQ] = ACTIONS(3397), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3397), + [anon_sym_LBRACK] = ACTIONS(3395), + [anon_sym_struct] = ACTIONS(3397), + [anon_sym_mut] = ACTIONS(3397), + [anon_sym_PLUS_PLUS] = ACTIONS(3397), + [anon_sym_DASH_DASH] = ACTIONS(3397), + [anon_sym_QMARK] = ACTIONS(3397), + [anon_sym_BANG] = ACTIONS(3397), + [anon_sym_go] = ACTIONS(3397), + [anon_sym_spawn] = ACTIONS(3397), + [anon_sym_json_DOTdecode] = ACTIONS(3397), + [anon_sym_LBRACK2] = ACTIONS(3397), + [anon_sym_TILDE] = ACTIONS(3397), + [anon_sym_CARET] = ACTIONS(3397), + [anon_sym_AMP] = ACTIONS(3397), + [anon_sym_LT_DASH] = ACTIONS(3397), + [anon_sym_LT_LT] = ACTIONS(3397), + [anon_sym_GT_GT] = ACTIONS(3397), + [anon_sym_GT_GT_GT] = ACTIONS(3397), + [anon_sym_AMP_CARET] = ACTIONS(3397), + [anon_sym_AMP_AMP] = ACTIONS(3397), + [anon_sym_PIPE_PIPE] = ACTIONS(3397), + [anon_sym_or] = ACTIONS(3397), + [sym_none] = ACTIONS(3397), + [sym_true] = ACTIONS(3397), + [sym_false] = ACTIONS(3397), + [sym_nil] = ACTIONS(3397), + [anon_sym_QMARK_DOT] = ACTIONS(3397), + [anon_sym_POUND_LBRACK] = ACTIONS(3397), + [anon_sym_if] = ACTIONS(3397), + [anon_sym_DOLLARif] = ACTIONS(3397), + [anon_sym_is] = ACTIONS(3397), + [anon_sym_BANGis] = ACTIONS(3397), + [anon_sym_in] = ACTIONS(3397), + [anon_sym_BANGin] = ACTIONS(3397), + [anon_sym_match] = ACTIONS(3397), + [anon_sym_select] = ACTIONS(3397), + [anon_sym_lock] = ACTIONS(3397), + [anon_sym_rlock] = ACTIONS(3397), + [anon_sym_unsafe] = ACTIONS(3397), + [anon_sym_sql] = ACTIONS(3397), + [sym_int_literal] = ACTIONS(3397), + [sym_float_literal] = ACTIONS(3397), + [sym_rune_literal] = ACTIONS(3397), + [sym_pseudo_compile_time_identifier] = ACTIONS(3397), + [anon_sym_shared] = ACTIONS(3397), + [anon_sym_map_LBRACK] = ACTIONS(3397), + [anon_sym_chan] = ACTIONS(3397), + [anon_sym_thread] = ACTIONS(3397), + [anon_sym_atomic] = ACTIONS(3397), + [sym___double_quote] = ACTIONS(3397), + [sym___single_quote] = ACTIONS(3397), + [sym___c_double_quote] = ACTIONS(3397), + [sym___c_single_quote] = ACTIONS(3397), + [sym___r_double_quote] = ACTIONS(3397), + [sym___r_single_quote] = ACTIONS(3397), + }, + [1221] = { + [sym_line_comment] = STATE(1221), + [sym_block_comment] = STATE(1221), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LF] = ACTIONS(2951), + [anon_sym_CR] = ACTIONS(2951), + [anon_sym_CR_LF] = ACTIONS(2951), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(2951), + [anon_sym_DOT] = ACTIONS(2951), + [anon_sym_as] = ACTIONS(2951), + [anon_sym_LBRACE] = ACTIONS(2951), + [anon_sym_COMMA] = ACTIONS(2951), + [anon_sym_RBRACE] = ACTIONS(2951), + [anon_sym_LPAREN] = ACTIONS(2951), + [anon_sym_RPAREN] = ACTIONS(2951), + [anon_sym_PIPE] = ACTIONS(2951), + [anon_sym_fn] = ACTIONS(2951), + [anon_sym_PLUS] = ACTIONS(2951), + [anon_sym_DASH] = ACTIONS(2951), + [anon_sym_STAR] = ACTIONS(2951), + [anon_sym_SLASH] = ACTIONS(2951), + [anon_sym_PERCENT] = ACTIONS(2951), + [anon_sym_LT] = ACTIONS(2951), + [anon_sym_GT] = ACTIONS(2951), + [anon_sym_EQ_EQ] = ACTIONS(2951), + [anon_sym_BANG_EQ] = ACTIONS(2951), + [anon_sym_LT_EQ] = ACTIONS(2951), + [anon_sym_GT_EQ] = ACTIONS(2951), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2951), + [anon_sym_LBRACK] = ACTIONS(2949), + [anon_sym_struct] = ACTIONS(2951), + [anon_sym_mut] = ACTIONS(2951), + [anon_sym_PLUS_PLUS] = ACTIONS(2951), + [anon_sym_DASH_DASH] = ACTIONS(2951), + [anon_sym_QMARK] = ACTIONS(2951), + [anon_sym_BANG] = ACTIONS(2951), + [anon_sym_go] = ACTIONS(2951), + [anon_sym_spawn] = ACTIONS(2951), + [anon_sym_json_DOTdecode] = ACTIONS(2951), + [anon_sym_LBRACK2] = ACTIONS(2951), + [anon_sym_TILDE] = ACTIONS(2951), + [anon_sym_CARET] = ACTIONS(2951), + [anon_sym_AMP] = ACTIONS(2951), + [anon_sym_LT_DASH] = ACTIONS(2951), + [anon_sym_LT_LT] = ACTIONS(2951), + [anon_sym_GT_GT] = ACTIONS(2951), + [anon_sym_GT_GT_GT] = ACTIONS(2951), + [anon_sym_AMP_CARET] = ACTIONS(2951), + [anon_sym_AMP_AMP] = ACTIONS(2951), + [anon_sym_PIPE_PIPE] = ACTIONS(2951), + [anon_sym_or] = ACTIONS(2951), + [sym_none] = ACTIONS(2951), + [sym_true] = ACTIONS(2951), + [sym_false] = ACTIONS(2951), + [sym_nil] = ACTIONS(2951), + [anon_sym_QMARK_DOT] = ACTIONS(2951), + [anon_sym_POUND_LBRACK] = ACTIONS(2951), + [anon_sym_if] = ACTIONS(2951), + [anon_sym_DOLLARif] = ACTIONS(2951), + [anon_sym_is] = ACTIONS(2951), + [anon_sym_BANGis] = ACTIONS(2951), + [anon_sym_in] = ACTIONS(2951), + [anon_sym_BANGin] = ACTIONS(2951), + [anon_sym_match] = ACTIONS(2951), + [anon_sym_select] = ACTIONS(2951), + [anon_sym_lock] = ACTIONS(2951), + [anon_sym_rlock] = ACTIONS(2951), + [anon_sym_unsafe] = ACTIONS(2951), + [anon_sym_sql] = ACTIONS(2951), + [sym_int_literal] = ACTIONS(2951), + [sym_float_literal] = ACTIONS(2951), + [sym_rune_literal] = ACTIONS(2951), + [sym_pseudo_compile_time_identifier] = ACTIONS(2951), + [anon_sym_shared] = ACTIONS(2951), + [anon_sym_map_LBRACK] = ACTIONS(2951), + [anon_sym_chan] = ACTIONS(2951), + [anon_sym_thread] = ACTIONS(2951), + [anon_sym_atomic] = ACTIONS(2951), + [sym___double_quote] = ACTIONS(2951), + [sym___single_quote] = ACTIONS(2951), + [sym___c_double_quote] = ACTIONS(2951), + [sym___c_single_quote] = ACTIONS(2951), + [sym___r_double_quote] = ACTIONS(2951), + [sym___r_single_quote] = ACTIONS(2951), + }, + [1222] = { + [sym_line_comment] = STATE(1222), + [sym_block_comment] = STATE(1222), + [sym_identifier] = ACTIONS(2955), + [anon_sym_LF] = ACTIONS(2955), + [anon_sym_CR] = ACTIONS(2955), + [anon_sym_CR_LF] = ACTIONS(2955), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(2955), + [anon_sym_DOT] = ACTIONS(2955), + [anon_sym_as] = ACTIONS(2955), + [anon_sym_LBRACE] = ACTIONS(2955), + [anon_sym_COMMA] = ACTIONS(2955), + [anon_sym_RBRACE] = ACTIONS(2955), + [anon_sym_LPAREN] = ACTIONS(2955), + [anon_sym_RPAREN] = ACTIONS(2955), + [anon_sym_PIPE] = ACTIONS(2955), + [anon_sym_fn] = ACTIONS(2955), + [anon_sym_PLUS] = ACTIONS(2955), + [anon_sym_DASH] = ACTIONS(2955), + [anon_sym_STAR] = ACTIONS(2955), + [anon_sym_SLASH] = ACTIONS(2955), + [anon_sym_PERCENT] = ACTIONS(2955), + [anon_sym_LT] = ACTIONS(2955), + [anon_sym_GT] = ACTIONS(2955), + [anon_sym_EQ_EQ] = ACTIONS(2955), + [anon_sym_BANG_EQ] = ACTIONS(2955), + [anon_sym_LT_EQ] = ACTIONS(2955), + [anon_sym_GT_EQ] = ACTIONS(2955), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2955), + [anon_sym_LBRACK] = ACTIONS(2953), + [anon_sym_struct] = ACTIONS(2955), + [anon_sym_mut] = ACTIONS(2955), + [anon_sym_PLUS_PLUS] = ACTIONS(2955), + [anon_sym_DASH_DASH] = ACTIONS(2955), + [anon_sym_QMARK] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_go] = ACTIONS(2955), + [anon_sym_spawn] = ACTIONS(2955), + [anon_sym_json_DOTdecode] = ACTIONS(2955), + [anon_sym_LBRACK2] = ACTIONS(2955), + [anon_sym_TILDE] = ACTIONS(2955), + [anon_sym_CARET] = ACTIONS(2955), + [anon_sym_AMP] = ACTIONS(2955), + [anon_sym_LT_DASH] = ACTIONS(2955), + [anon_sym_LT_LT] = ACTIONS(2955), + [anon_sym_GT_GT] = ACTIONS(2955), + [anon_sym_GT_GT_GT] = ACTIONS(2955), + [anon_sym_AMP_CARET] = ACTIONS(2955), + [anon_sym_AMP_AMP] = ACTIONS(2955), + [anon_sym_PIPE_PIPE] = ACTIONS(2955), + [anon_sym_or] = ACTIONS(2955), + [sym_none] = ACTIONS(2955), + [sym_true] = ACTIONS(2955), + [sym_false] = ACTIONS(2955), + [sym_nil] = ACTIONS(2955), + [anon_sym_QMARK_DOT] = ACTIONS(2955), + [anon_sym_POUND_LBRACK] = ACTIONS(2955), + [anon_sym_if] = ACTIONS(2955), + [anon_sym_DOLLARif] = ACTIONS(2955), + [anon_sym_is] = ACTIONS(2955), + [anon_sym_BANGis] = ACTIONS(2955), + [anon_sym_in] = ACTIONS(2955), + [anon_sym_BANGin] = ACTIONS(2955), + [anon_sym_match] = ACTIONS(2955), + [anon_sym_select] = ACTIONS(2955), + [anon_sym_lock] = ACTIONS(2955), + [anon_sym_rlock] = ACTIONS(2955), + [anon_sym_unsafe] = ACTIONS(2955), + [anon_sym_sql] = ACTIONS(2955), + [sym_int_literal] = ACTIONS(2955), + [sym_float_literal] = ACTIONS(2955), + [sym_rune_literal] = ACTIONS(2955), + [sym_pseudo_compile_time_identifier] = ACTIONS(2955), + [anon_sym_shared] = ACTIONS(2955), + [anon_sym_map_LBRACK] = ACTIONS(2955), + [anon_sym_chan] = ACTIONS(2955), + [anon_sym_thread] = ACTIONS(2955), + [anon_sym_atomic] = ACTIONS(2955), + [sym___double_quote] = ACTIONS(2955), + [sym___single_quote] = ACTIONS(2955), + [sym___c_double_quote] = ACTIONS(2955), + [sym___c_single_quote] = ACTIONS(2955), + [sym___r_double_quote] = ACTIONS(2955), + [sym___r_single_quote] = ACTIONS(2955), + }, + [1223] = { + [sym_line_comment] = STATE(1223), + [sym_block_comment] = STATE(1223), + [sym_identifier] = ACTIONS(3241), + [anon_sym_LF] = ACTIONS(3241), + [anon_sym_CR] = ACTIONS(3241), + [anon_sym_CR_LF] = ACTIONS(3241), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3241), + [anon_sym_DOT] = ACTIONS(3241), + [anon_sym_as] = ACTIONS(3241), + [anon_sym_LBRACE] = ACTIONS(3241), + [anon_sym_COMMA] = ACTIONS(3241), + [anon_sym_RBRACE] = ACTIONS(3241), + [anon_sym_LPAREN] = ACTIONS(3241), + [anon_sym_RPAREN] = ACTIONS(3241), + [anon_sym_PIPE] = ACTIONS(3241), + [anon_sym_fn] = ACTIONS(3241), + [anon_sym_PLUS] = ACTIONS(3241), + [anon_sym_DASH] = ACTIONS(3241), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3241), + [anon_sym_GT] = ACTIONS(3241), + [anon_sym_EQ_EQ] = ACTIONS(3241), + [anon_sym_BANG_EQ] = ACTIONS(3241), + [anon_sym_LT_EQ] = ACTIONS(3241), + [anon_sym_GT_EQ] = ACTIONS(3241), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3241), + [anon_sym_LBRACK] = ACTIONS(3239), + [anon_sym_struct] = ACTIONS(3241), + [anon_sym_mut] = ACTIONS(3241), + [anon_sym_PLUS_PLUS] = ACTIONS(3241), + [anon_sym_DASH_DASH] = ACTIONS(3241), + [anon_sym_QMARK] = ACTIONS(3241), + [anon_sym_BANG] = ACTIONS(3241), + [anon_sym_go] = ACTIONS(3241), + [anon_sym_spawn] = ACTIONS(3241), + [anon_sym_json_DOTdecode] = ACTIONS(3241), + [anon_sym_LBRACK2] = ACTIONS(3241), + [anon_sym_TILDE] = ACTIONS(3241), + [anon_sym_CARET] = ACTIONS(3241), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(3241), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3241), + [anon_sym_PIPE_PIPE] = ACTIONS(3241), + [anon_sym_or] = ACTIONS(3241), + [sym_none] = ACTIONS(3241), + [sym_true] = ACTIONS(3241), + [sym_false] = ACTIONS(3241), + [sym_nil] = ACTIONS(3241), + [anon_sym_QMARK_DOT] = ACTIONS(3241), + [anon_sym_POUND_LBRACK] = ACTIONS(3241), + [anon_sym_if] = ACTIONS(3241), + [anon_sym_DOLLARif] = ACTIONS(3241), + [anon_sym_is] = ACTIONS(3241), + [anon_sym_BANGis] = ACTIONS(3241), + [anon_sym_in] = ACTIONS(3241), + [anon_sym_BANGin] = ACTIONS(3241), + [anon_sym_match] = ACTIONS(3241), + [anon_sym_select] = ACTIONS(3241), + [anon_sym_lock] = ACTIONS(3241), + [anon_sym_rlock] = ACTIONS(3241), + [anon_sym_unsafe] = ACTIONS(3241), + [anon_sym_sql] = ACTIONS(3241), + [sym_int_literal] = ACTIONS(3241), + [sym_float_literal] = ACTIONS(3241), + [sym_rune_literal] = ACTIONS(3241), + [sym_pseudo_compile_time_identifier] = ACTIONS(3241), + [anon_sym_shared] = ACTIONS(3241), + [anon_sym_map_LBRACK] = ACTIONS(3241), + [anon_sym_chan] = ACTIONS(3241), + [anon_sym_thread] = ACTIONS(3241), + [anon_sym_atomic] = ACTIONS(3241), + [sym___double_quote] = ACTIONS(3241), + [sym___single_quote] = ACTIONS(3241), + [sym___c_double_quote] = ACTIONS(3241), + [sym___c_single_quote] = ACTIONS(3241), + [sym___r_double_quote] = ACTIONS(3241), + [sym___r_single_quote] = ACTIONS(3241), + }, + [1224] = { + [sym_line_comment] = STATE(1224), + [sym_block_comment] = STATE(1224), + [sym_identifier] = ACTIONS(3361), + [anon_sym_LF] = ACTIONS(3361), + [anon_sym_CR] = ACTIONS(3361), + [anon_sym_CR_LF] = ACTIONS(3361), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3361), + [anon_sym_DOT] = ACTIONS(3361), + [anon_sym_as] = ACTIONS(3361), + [anon_sym_LBRACE] = ACTIONS(3361), + [anon_sym_COMMA] = ACTIONS(3361), + [anon_sym_RBRACE] = ACTIONS(3361), + [anon_sym_LPAREN] = ACTIONS(3361), + [anon_sym_RPAREN] = ACTIONS(3361), + [anon_sym_PIPE] = ACTIONS(3361), + [anon_sym_fn] = ACTIONS(3361), + [anon_sym_PLUS] = ACTIONS(3361), + [anon_sym_DASH] = ACTIONS(3361), + [anon_sym_STAR] = ACTIONS(3361), + [anon_sym_SLASH] = ACTIONS(3361), + [anon_sym_PERCENT] = ACTIONS(3361), + [anon_sym_LT] = ACTIONS(3361), + [anon_sym_GT] = ACTIONS(3361), + [anon_sym_EQ_EQ] = ACTIONS(3361), + [anon_sym_BANG_EQ] = ACTIONS(3361), + [anon_sym_LT_EQ] = ACTIONS(3361), + [anon_sym_GT_EQ] = ACTIONS(3361), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3361), + [anon_sym_LBRACK] = ACTIONS(3359), + [anon_sym_struct] = ACTIONS(3361), + [anon_sym_mut] = ACTIONS(3361), + [anon_sym_PLUS_PLUS] = ACTIONS(3361), + [anon_sym_DASH_DASH] = ACTIONS(3361), + [anon_sym_QMARK] = ACTIONS(3361), + [anon_sym_BANG] = ACTIONS(3361), + [anon_sym_go] = ACTIONS(3361), + [anon_sym_spawn] = ACTIONS(3361), + [anon_sym_json_DOTdecode] = ACTIONS(3361), + [anon_sym_LBRACK2] = ACTIONS(3361), + [anon_sym_TILDE] = ACTIONS(3361), + [anon_sym_CARET] = ACTIONS(3361), + [anon_sym_AMP] = ACTIONS(3361), + [anon_sym_LT_DASH] = ACTIONS(3361), + [anon_sym_LT_LT] = ACTIONS(3361), + [anon_sym_GT_GT] = ACTIONS(3361), + [anon_sym_GT_GT_GT] = ACTIONS(3361), + [anon_sym_AMP_CARET] = ACTIONS(3361), + [anon_sym_AMP_AMP] = ACTIONS(3361), + [anon_sym_PIPE_PIPE] = ACTIONS(3361), + [anon_sym_or] = ACTIONS(3361), + [sym_none] = ACTIONS(3361), + [sym_true] = ACTIONS(3361), + [sym_false] = ACTIONS(3361), + [sym_nil] = ACTIONS(3361), + [anon_sym_QMARK_DOT] = ACTIONS(3361), + [anon_sym_POUND_LBRACK] = ACTIONS(3361), + [anon_sym_if] = ACTIONS(3361), + [anon_sym_DOLLARif] = ACTIONS(3361), + [anon_sym_is] = ACTIONS(3361), + [anon_sym_BANGis] = ACTIONS(3361), + [anon_sym_in] = ACTIONS(3361), + [anon_sym_BANGin] = ACTIONS(3361), + [anon_sym_match] = ACTIONS(3361), + [anon_sym_select] = ACTIONS(3361), + [anon_sym_lock] = ACTIONS(3361), + [anon_sym_rlock] = ACTIONS(3361), + [anon_sym_unsafe] = ACTIONS(3361), + [anon_sym_sql] = ACTIONS(3361), + [sym_int_literal] = ACTIONS(3361), + [sym_float_literal] = ACTIONS(3361), + [sym_rune_literal] = ACTIONS(3361), + [sym_pseudo_compile_time_identifier] = ACTIONS(3361), + [anon_sym_shared] = ACTIONS(3361), + [anon_sym_map_LBRACK] = ACTIONS(3361), + [anon_sym_chan] = ACTIONS(3361), + [anon_sym_thread] = ACTIONS(3361), + [anon_sym_atomic] = ACTIONS(3361), + [sym___double_quote] = ACTIONS(3361), + [sym___single_quote] = ACTIONS(3361), + [sym___c_double_quote] = ACTIONS(3361), + [sym___c_single_quote] = ACTIONS(3361), + [sym___r_double_quote] = ACTIONS(3361), + [sym___r_single_quote] = ACTIONS(3361), + }, + [1225] = { + [sym_line_comment] = STATE(1225), + [sym_block_comment] = STATE(1225), + [sym_identifier] = ACTIONS(2701), + [anon_sym_LF] = ACTIONS(2701), + [anon_sym_CR] = ACTIONS(2701), + [anon_sym_CR_LF] = ACTIONS(2701), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(2701), + [anon_sym_DOT] = ACTIONS(2701), + [anon_sym_as] = ACTIONS(2701), + [anon_sym_LBRACE] = ACTIONS(2701), + [anon_sym_COMMA] = ACTIONS(2701), + [anon_sym_RBRACE] = ACTIONS(2701), + [anon_sym_LPAREN] = ACTIONS(2701), + [anon_sym_RPAREN] = ACTIONS(2701), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_fn] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2701), + [anon_sym_STAR] = ACTIONS(2701), + [anon_sym_SLASH] = ACTIONS(2701), + [anon_sym_PERCENT] = ACTIONS(2701), + [anon_sym_LT] = ACTIONS(2701), + [anon_sym_GT] = ACTIONS(2701), + [anon_sym_EQ_EQ] = ACTIONS(2701), + [anon_sym_BANG_EQ] = ACTIONS(2701), + [anon_sym_LT_EQ] = ACTIONS(2701), + [anon_sym_GT_EQ] = ACTIONS(2701), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2701), + [anon_sym_LBRACK] = ACTIONS(2703), + [anon_sym_struct] = ACTIONS(2701), + [anon_sym_mut] = ACTIONS(2701), + [anon_sym_PLUS_PLUS] = ACTIONS(2701), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_QMARK] = ACTIONS(2701), + [anon_sym_BANG] = ACTIONS(2701), + [anon_sym_go] = ACTIONS(2701), + [anon_sym_spawn] = ACTIONS(2701), + [anon_sym_json_DOTdecode] = ACTIONS(2701), + [anon_sym_LBRACK2] = ACTIONS(2701), + [anon_sym_TILDE] = ACTIONS(2701), + [anon_sym_CARET] = ACTIONS(2701), + [anon_sym_AMP] = ACTIONS(2701), + [anon_sym_LT_DASH] = ACTIONS(2701), + [anon_sym_LT_LT] = ACTIONS(2701), + [anon_sym_GT_GT] = ACTIONS(2701), + [anon_sym_GT_GT_GT] = ACTIONS(2701), + [anon_sym_AMP_CARET] = ACTIONS(2701), + [anon_sym_AMP_AMP] = ACTIONS(2701), + [anon_sym_PIPE_PIPE] = ACTIONS(2701), + [anon_sym_or] = ACTIONS(2701), + [sym_none] = ACTIONS(2701), + [sym_true] = ACTIONS(2701), + [sym_false] = ACTIONS(2701), + [sym_nil] = ACTIONS(2701), + [anon_sym_QMARK_DOT] = ACTIONS(2701), + [anon_sym_POUND_LBRACK] = ACTIONS(2701), + [anon_sym_if] = ACTIONS(2701), + [anon_sym_DOLLARif] = ACTIONS(2701), + [anon_sym_is] = ACTIONS(2701), + [anon_sym_BANGis] = ACTIONS(2701), + [anon_sym_in] = ACTIONS(2701), + [anon_sym_BANGin] = ACTIONS(2701), + [anon_sym_match] = ACTIONS(2701), + [anon_sym_select] = ACTIONS(2701), + [anon_sym_lock] = ACTIONS(2701), + [anon_sym_rlock] = ACTIONS(2701), + [anon_sym_unsafe] = ACTIONS(2701), + [anon_sym_sql] = ACTIONS(2701), + [sym_int_literal] = ACTIONS(2701), + [sym_float_literal] = ACTIONS(2701), + [sym_rune_literal] = ACTIONS(2701), + [sym_pseudo_compile_time_identifier] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(2701), + [anon_sym_map_LBRACK] = ACTIONS(2701), + [anon_sym_chan] = ACTIONS(2701), + [anon_sym_thread] = ACTIONS(2701), + [anon_sym_atomic] = ACTIONS(2701), + [sym___double_quote] = ACTIONS(2701), + [sym___single_quote] = ACTIONS(2701), + [sym___c_double_quote] = ACTIONS(2701), + [sym___c_single_quote] = ACTIONS(2701), + [sym___r_double_quote] = ACTIONS(2701), + [sym___r_single_quote] = ACTIONS(2701), + }, + [1226] = { + [sym_line_comment] = STATE(1226), + [sym_block_comment] = STATE(1226), [sym_identifier] = ACTIONS(3033), [anon_sym_LF] = ACTIONS(3033), [anon_sym_CR] = ACTIONS(3033), @@ -162400,4370 +161402,5673 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3033), [sym___r_single_quote] = ACTIONS(3033), }, - [1239] = { - [sym_line_comment] = STATE(1239), - [sym_block_comment] = STATE(1239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LF] = ACTIONS(3139), - [anon_sym_CR] = ACTIONS(3139), - [anon_sym_CR_LF] = ACTIONS(3139), + [1227] = { + [sym_line_comment] = STATE(1227), + [sym_block_comment] = STATE(1227), + [sym_identifier] = ACTIONS(3007), + [anon_sym_LF] = ACTIONS(3007), + [anon_sym_CR] = ACTIONS(3007), + [anon_sym_CR_LF] = ACTIONS(3007), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3139), - [anon_sym_DOT] = ACTIONS(3139), - [anon_sym_as] = ACTIONS(3139), - [anon_sym_LBRACE] = ACTIONS(3139), - [anon_sym_COMMA] = ACTIONS(3139), - [anon_sym_RBRACE] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3139), - [anon_sym_RPAREN] = ACTIONS(3139), - [anon_sym_PIPE] = ACTIONS(3139), - [anon_sym_fn] = ACTIONS(3139), - [anon_sym_PLUS] = ACTIONS(3139), - [anon_sym_DASH] = ACTIONS(3139), - [anon_sym_STAR] = ACTIONS(3139), - [anon_sym_SLASH] = ACTIONS(3139), - [anon_sym_PERCENT] = ACTIONS(3139), - [anon_sym_LT] = ACTIONS(3139), - [anon_sym_GT] = ACTIONS(3139), - [anon_sym_EQ_EQ] = ACTIONS(3139), - [anon_sym_BANG_EQ] = ACTIONS(3139), - [anon_sym_LT_EQ] = ACTIONS(3139), - [anon_sym_GT_EQ] = ACTIONS(3139), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3139), - [anon_sym_LBRACK] = ACTIONS(3137), - [anon_sym_struct] = ACTIONS(3139), - [anon_sym_mut] = ACTIONS(3139), - [anon_sym_PLUS_PLUS] = ACTIONS(3139), - [anon_sym_DASH_DASH] = ACTIONS(3139), - [anon_sym_QMARK] = ACTIONS(3139), - [anon_sym_BANG] = ACTIONS(3139), - [anon_sym_go] = ACTIONS(3139), - [anon_sym_spawn] = ACTIONS(3139), - [anon_sym_json_DOTdecode] = ACTIONS(3139), - [anon_sym_LBRACK2] = ACTIONS(3139), - [anon_sym_TILDE] = ACTIONS(3139), - [anon_sym_CARET] = ACTIONS(3139), - [anon_sym_AMP] = ACTIONS(3139), - [anon_sym_LT_DASH] = ACTIONS(3139), - [anon_sym_LT_LT] = ACTIONS(3139), - [anon_sym_GT_GT] = ACTIONS(3139), - [anon_sym_GT_GT_GT] = ACTIONS(3139), - [anon_sym_AMP_CARET] = ACTIONS(3139), - [anon_sym_AMP_AMP] = ACTIONS(3139), - [anon_sym_PIPE_PIPE] = ACTIONS(3139), - [anon_sym_or] = ACTIONS(3139), - [sym_none] = ACTIONS(3139), - [sym_true] = ACTIONS(3139), - [sym_false] = ACTIONS(3139), - [sym_nil] = ACTIONS(3139), - [anon_sym_QMARK_DOT] = ACTIONS(3139), - [anon_sym_POUND_LBRACK] = ACTIONS(3139), - [anon_sym_if] = ACTIONS(3139), - [anon_sym_DOLLARif] = ACTIONS(3139), - [anon_sym_is] = ACTIONS(3139), - [anon_sym_BANGis] = ACTIONS(3139), - [anon_sym_in] = ACTIONS(3139), - [anon_sym_BANGin] = ACTIONS(3139), - [anon_sym_match] = ACTIONS(3139), - [anon_sym_select] = ACTIONS(3139), - [anon_sym_lock] = ACTIONS(3139), - [anon_sym_rlock] = ACTIONS(3139), - [anon_sym_unsafe] = ACTIONS(3139), - [anon_sym_sql] = ACTIONS(3139), - [sym_int_literal] = ACTIONS(3139), - [sym_float_literal] = ACTIONS(3139), - [sym_rune_literal] = ACTIONS(3139), - [sym_pseudo_compile_time_identifier] = ACTIONS(3139), - [anon_sym_shared] = ACTIONS(3139), - [anon_sym_map_LBRACK] = ACTIONS(3139), - [anon_sym_chan] = ACTIONS(3139), - [anon_sym_thread] = ACTIONS(3139), - [anon_sym_atomic] = ACTIONS(3139), - [sym___double_quote] = ACTIONS(3139), - [sym___single_quote] = ACTIONS(3139), - [sym___c_double_quote] = ACTIONS(3139), - [sym___c_single_quote] = ACTIONS(3139), - [sym___r_double_quote] = ACTIONS(3139), - [sym___r_single_quote] = ACTIONS(3139), + [anon_sym_SEMI] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(3007), + [anon_sym_as] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(3007), + [anon_sym_COMMA] = ACTIONS(3007), + [anon_sym_RBRACE] = ACTIONS(3007), + [anon_sym_LPAREN] = ACTIONS(3007), + [anon_sym_RPAREN] = ACTIONS(3007), + [anon_sym_PIPE] = ACTIONS(3007), + [anon_sym_fn] = ACTIONS(3007), + [anon_sym_PLUS] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(3007), + [anon_sym_SLASH] = ACTIONS(3007), + [anon_sym_PERCENT] = ACTIONS(3007), + [anon_sym_LT] = ACTIONS(3007), + [anon_sym_GT] = ACTIONS(3007), + [anon_sym_EQ_EQ] = ACTIONS(3007), + [anon_sym_BANG_EQ] = ACTIONS(3007), + [anon_sym_LT_EQ] = ACTIONS(3007), + [anon_sym_GT_EQ] = ACTIONS(3007), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3007), + [anon_sym_LBRACK] = ACTIONS(3005), + [anon_sym_struct] = ACTIONS(3007), + [anon_sym_mut] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_QMARK] = ACTIONS(3007), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_go] = ACTIONS(3007), + [anon_sym_spawn] = ACTIONS(3007), + [anon_sym_json_DOTdecode] = ACTIONS(3007), + [anon_sym_LBRACK2] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_CARET] = ACTIONS(3007), + [anon_sym_AMP] = ACTIONS(3007), + [anon_sym_LT_DASH] = ACTIONS(3007), + [anon_sym_LT_LT] = ACTIONS(3007), + [anon_sym_GT_GT] = ACTIONS(3007), + [anon_sym_GT_GT_GT] = ACTIONS(3007), + [anon_sym_AMP_CARET] = ACTIONS(3007), + [anon_sym_AMP_AMP] = ACTIONS(3007), + [anon_sym_PIPE_PIPE] = ACTIONS(3007), + [anon_sym_or] = ACTIONS(3007), + [sym_none] = ACTIONS(3007), + [sym_true] = ACTIONS(3007), + [sym_false] = ACTIONS(3007), + [sym_nil] = ACTIONS(3007), + [anon_sym_QMARK_DOT] = ACTIONS(3007), + [anon_sym_POUND_LBRACK] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_DOLLARif] = ACTIONS(3007), + [anon_sym_is] = ACTIONS(3007), + [anon_sym_BANGis] = ACTIONS(3007), + [anon_sym_in] = ACTIONS(3007), + [anon_sym_BANGin] = ACTIONS(3007), + [anon_sym_match] = ACTIONS(3007), + [anon_sym_select] = ACTIONS(3007), + [anon_sym_lock] = ACTIONS(3007), + [anon_sym_rlock] = ACTIONS(3007), + [anon_sym_unsafe] = ACTIONS(3007), + [anon_sym_sql] = ACTIONS(3007), + [sym_int_literal] = ACTIONS(3007), + [sym_float_literal] = ACTIONS(3007), + [sym_rune_literal] = ACTIONS(3007), + [sym_pseudo_compile_time_identifier] = ACTIONS(3007), + [anon_sym_shared] = ACTIONS(3007), + [anon_sym_map_LBRACK] = ACTIONS(3007), + [anon_sym_chan] = ACTIONS(3007), + [anon_sym_thread] = ACTIONS(3007), + [anon_sym_atomic] = ACTIONS(3007), + [sym___double_quote] = ACTIONS(3007), + [sym___single_quote] = ACTIONS(3007), + [sym___c_double_quote] = ACTIONS(3007), + [sym___c_single_quote] = ACTIONS(3007), + [sym___r_double_quote] = ACTIONS(3007), + [sym___r_single_quote] = ACTIONS(3007), }, - [1240] = { - [sym_line_comment] = STATE(1240), - [sym_block_comment] = STATE(1240), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(563), - [anon_sym_as] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(563), - [anon_sym_COMMA] = ACTIONS(563), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_EQ] = ACTIONS(565), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(565), - [anon_sym_SLASH] = ACTIONS(565), - [anon_sym_PERCENT] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_EQ_EQ] = ACTIONS(563), - [anon_sym_BANG_EQ] = ACTIONS(563), - [anon_sym_LT_EQ] = ACTIONS(563), - [anon_sym_GT_EQ] = ACTIONS(563), - [anon_sym_LBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_COLON] = ACTIONS(563), - [anon_sym_PLUS_PLUS] = ACTIONS(563), - [anon_sym_DASH_DASH] = ACTIONS(563), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_LBRACK2] = ACTIONS(565), - [anon_sym_CARET] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(565), - [anon_sym_LT_DASH] = ACTIONS(563), - [anon_sym_LT_LT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(565), - [anon_sym_GT_GT_GT] = ACTIONS(565), - [anon_sym_AMP_CARET] = ACTIONS(565), - [anon_sym_AMP_AMP] = ACTIONS(563), - [anon_sym_PIPE_PIPE] = ACTIONS(563), - [anon_sym_or] = ACTIONS(565), - [anon_sym_QMARK_DOT] = ACTIONS(563), - [anon_sym_POUND_LBRACK] = ACTIONS(563), - [anon_sym_is] = ACTIONS(565), - [anon_sym_BANGis] = ACTIONS(563), - [anon_sym_in] = ACTIONS(565), - [anon_sym_BANGin] = ACTIONS(563), - [anon_sym_STAR_EQ] = ACTIONS(563), - [anon_sym_SLASH_EQ] = ACTIONS(563), - [anon_sym_PERCENT_EQ] = ACTIONS(563), - [anon_sym_LT_LT_EQ] = ACTIONS(563), - [anon_sym_GT_GT_EQ] = ACTIONS(563), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(563), - [anon_sym_AMP_EQ] = ACTIONS(563), - [anon_sym_AMP_CARET_EQ] = ACTIONS(563), - [anon_sym_PLUS_EQ] = ACTIONS(563), - [anon_sym_DASH_EQ] = ACTIONS(563), - [anon_sym_PIPE_EQ] = ACTIONS(563), - [anon_sym_CARET_EQ] = ACTIONS(563), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), + [1228] = { + [sym_line_comment] = STATE(1228), + [sym_block_comment] = STATE(1228), + [sym_identifier] = ACTIONS(3011), + [anon_sym_LF] = ACTIONS(3011), + [anon_sym_CR] = ACTIONS(3011), + [anon_sym_CR_LF] = ACTIONS(3011), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_as] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(3011), + [anon_sym_COMMA] = ACTIONS(3011), + [anon_sym_RBRACE] = ACTIONS(3011), + [anon_sym_LPAREN] = ACTIONS(3011), + [anon_sym_RPAREN] = ACTIONS(3011), + [anon_sym_PIPE] = ACTIONS(3011), + [anon_sym_fn] = ACTIONS(3011), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3011), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_EQ] = ACTIONS(3011), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3011), + [anon_sym_LBRACK] = ACTIONS(3009), + [anon_sym_struct] = ACTIONS(3011), + [anon_sym_mut] = ACTIONS(3011), + [anon_sym_PLUS_PLUS] = ACTIONS(3011), + [anon_sym_DASH_DASH] = ACTIONS(3011), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_go] = ACTIONS(3011), + [anon_sym_spawn] = ACTIONS(3011), + [anon_sym_json_DOTdecode] = ACTIONS(3011), + [anon_sym_LBRACK2] = ACTIONS(3011), + [anon_sym_TILDE] = ACTIONS(3011), + [anon_sym_CARET] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3011), + [anon_sym_LT_DASH] = ACTIONS(3011), + [anon_sym_LT_LT] = ACTIONS(3011), + [anon_sym_GT_GT] = ACTIONS(3011), + [anon_sym_GT_GT_GT] = ACTIONS(3011), + [anon_sym_AMP_CARET] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3011), + [anon_sym_PIPE_PIPE] = ACTIONS(3011), + [anon_sym_or] = ACTIONS(3011), + [sym_none] = ACTIONS(3011), + [sym_true] = ACTIONS(3011), + [sym_false] = ACTIONS(3011), + [sym_nil] = ACTIONS(3011), + [anon_sym_QMARK_DOT] = ACTIONS(3011), + [anon_sym_POUND_LBRACK] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_DOLLARif] = ACTIONS(3011), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3011), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_BANGin] = ACTIONS(3011), + [anon_sym_match] = ACTIONS(3011), + [anon_sym_select] = ACTIONS(3011), + [anon_sym_lock] = ACTIONS(3011), + [anon_sym_rlock] = ACTIONS(3011), + [anon_sym_unsafe] = ACTIONS(3011), + [anon_sym_sql] = ACTIONS(3011), + [sym_int_literal] = ACTIONS(3011), + [sym_float_literal] = ACTIONS(3011), + [sym_rune_literal] = ACTIONS(3011), + [sym_pseudo_compile_time_identifier] = ACTIONS(3011), + [anon_sym_shared] = ACTIONS(3011), + [anon_sym_map_LBRACK] = ACTIONS(3011), + [anon_sym_chan] = ACTIONS(3011), + [anon_sym_thread] = ACTIONS(3011), + [anon_sym_atomic] = ACTIONS(3011), + [sym___double_quote] = ACTIONS(3011), + [sym___single_quote] = ACTIONS(3011), + [sym___c_double_quote] = ACTIONS(3011), + [sym___c_single_quote] = ACTIONS(3011), + [sym___r_double_quote] = ACTIONS(3011), + [sym___r_single_quote] = ACTIONS(3011), }, - [1241] = { - [sym_line_comment] = STATE(1241), - [sym_block_comment] = STATE(1241), - [sym_identifier] = ACTIONS(3203), - [anon_sym_LF] = ACTIONS(3203), - [anon_sym_CR] = ACTIONS(3203), - [anon_sym_CR_LF] = ACTIONS(3203), + [1229] = { + [sym_line_comment] = STATE(1229), + [sym_block_comment] = STATE(1229), + [sym_identifier] = ACTIONS(3149), + [anon_sym_LF] = ACTIONS(3149), + [anon_sym_CR] = ACTIONS(3149), + [anon_sym_CR_LF] = ACTIONS(3149), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3203), - [anon_sym_DOT] = ACTIONS(3203), - [anon_sym_as] = ACTIONS(3203), - [anon_sym_LBRACE] = ACTIONS(3203), - [anon_sym_COMMA] = ACTIONS(3203), - [anon_sym_RBRACE] = ACTIONS(3203), - [anon_sym_LPAREN] = ACTIONS(3203), - [anon_sym_RPAREN] = ACTIONS(3203), - [anon_sym_PIPE] = ACTIONS(3203), - [anon_sym_fn] = ACTIONS(3203), - [anon_sym_PLUS] = ACTIONS(3203), - [anon_sym_DASH] = ACTIONS(3203), - [anon_sym_STAR] = ACTIONS(3203), - [anon_sym_SLASH] = ACTIONS(3203), - [anon_sym_PERCENT] = ACTIONS(3203), - [anon_sym_LT] = ACTIONS(3203), - [anon_sym_GT] = ACTIONS(3203), - [anon_sym_EQ_EQ] = ACTIONS(3203), - [anon_sym_BANG_EQ] = ACTIONS(3203), - [anon_sym_LT_EQ] = ACTIONS(3203), - [anon_sym_GT_EQ] = ACTIONS(3203), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3203), - [anon_sym_LBRACK] = ACTIONS(3201), - [anon_sym_struct] = ACTIONS(3203), - [anon_sym_mut] = ACTIONS(3203), - [anon_sym_PLUS_PLUS] = ACTIONS(3203), - [anon_sym_DASH_DASH] = ACTIONS(3203), - [anon_sym_QMARK] = ACTIONS(3203), - [anon_sym_BANG] = ACTIONS(3203), - [anon_sym_go] = ACTIONS(3203), - [anon_sym_spawn] = ACTIONS(3203), - [anon_sym_json_DOTdecode] = ACTIONS(3203), - [anon_sym_LBRACK2] = ACTIONS(3203), - [anon_sym_TILDE] = ACTIONS(3203), - [anon_sym_CARET] = ACTIONS(3203), - [anon_sym_AMP] = ACTIONS(3203), - [anon_sym_LT_DASH] = ACTIONS(3203), - [anon_sym_LT_LT] = ACTIONS(3203), - [anon_sym_GT_GT] = ACTIONS(3203), - [anon_sym_GT_GT_GT] = ACTIONS(3203), - [anon_sym_AMP_CARET] = ACTIONS(3203), - [anon_sym_AMP_AMP] = ACTIONS(3203), - [anon_sym_PIPE_PIPE] = ACTIONS(3203), - [anon_sym_or] = ACTIONS(3203), - [sym_none] = ACTIONS(3203), - [sym_true] = ACTIONS(3203), - [sym_false] = ACTIONS(3203), - [sym_nil] = ACTIONS(3203), - [anon_sym_QMARK_DOT] = ACTIONS(3203), - [anon_sym_POUND_LBRACK] = ACTIONS(3203), - [anon_sym_if] = ACTIONS(3203), - [anon_sym_DOLLARif] = ACTIONS(3203), - [anon_sym_is] = ACTIONS(3203), - [anon_sym_BANGis] = ACTIONS(3203), - [anon_sym_in] = ACTIONS(3203), - [anon_sym_BANGin] = ACTIONS(3203), - [anon_sym_match] = ACTIONS(3203), - [anon_sym_select] = ACTIONS(3203), - [anon_sym_lock] = ACTIONS(3203), - [anon_sym_rlock] = ACTIONS(3203), - [anon_sym_unsafe] = ACTIONS(3203), - [anon_sym_sql] = ACTIONS(3203), - [sym_int_literal] = ACTIONS(3203), - [sym_float_literal] = ACTIONS(3203), - [sym_rune_literal] = ACTIONS(3203), - [sym_pseudo_compile_time_identifier] = ACTIONS(3203), - [anon_sym_shared] = ACTIONS(3203), - [anon_sym_map_LBRACK] = ACTIONS(3203), - [anon_sym_chan] = ACTIONS(3203), - [anon_sym_thread] = ACTIONS(3203), - [anon_sym_atomic] = ACTIONS(3203), - [sym___double_quote] = ACTIONS(3203), - [sym___single_quote] = ACTIONS(3203), - [sym___c_double_quote] = ACTIONS(3203), - [sym___c_single_quote] = ACTIONS(3203), - [sym___r_double_quote] = ACTIONS(3203), - [sym___r_single_quote] = ACTIONS(3203), + [anon_sym_SEMI] = ACTIONS(3149), + [anon_sym_DOT] = ACTIONS(2787), + [anon_sym_as] = ACTIONS(3149), + [anon_sym_LBRACE] = ACTIONS(3149), + [anon_sym_COMMA] = ACTIONS(3149), + [anon_sym_RBRACE] = ACTIONS(3149), + [anon_sym_LPAREN] = ACTIONS(3149), + [anon_sym_RPAREN] = ACTIONS(3149), + [anon_sym_PIPE] = ACTIONS(3149), + [anon_sym_fn] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_SLASH] = ACTIONS(3149), + [anon_sym_PERCENT] = ACTIONS(3149), + [anon_sym_LT] = ACTIONS(3149), + [anon_sym_GT] = ACTIONS(3149), + [anon_sym_EQ_EQ] = ACTIONS(3149), + [anon_sym_BANG_EQ] = ACTIONS(3149), + [anon_sym_LT_EQ] = ACTIONS(3149), + [anon_sym_GT_EQ] = ACTIONS(3149), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3149), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3149), + [anon_sym_mut] = ACTIONS(3149), + [anon_sym_PLUS_PLUS] = ACTIONS(3149), + [anon_sym_DASH_DASH] = ACTIONS(3149), + [anon_sym_QMARK] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_go] = ACTIONS(3149), + [anon_sym_spawn] = ACTIONS(3149), + [anon_sym_json_DOTdecode] = ACTIONS(3149), + [anon_sym_LBRACK2] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_CARET] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3149), + [anon_sym_LT_DASH] = ACTIONS(3149), + [anon_sym_LT_LT] = ACTIONS(3149), + [anon_sym_GT_GT] = ACTIONS(3149), + [anon_sym_GT_GT_GT] = ACTIONS(3149), + [anon_sym_AMP_CARET] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_PIPE_PIPE] = ACTIONS(3149), + [anon_sym_or] = ACTIONS(3149), + [sym_none] = ACTIONS(3149), + [sym_true] = ACTIONS(3149), + [sym_false] = ACTIONS(3149), + [sym_nil] = ACTIONS(3149), + [anon_sym_QMARK_DOT] = ACTIONS(3149), + [anon_sym_POUND_LBRACK] = ACTIONS(3149), + [anon_sym_if] = ACTIONS(3149), + [anon_sym_DOLLARif] = ACTIONS(3149), + [anon_sym_is] = ACTIONS(3149), + [anon_sym_BANGis] = ACTIONS(3149), + [anon_sym_in] = ACTIONS(3149), + [anon_sym_BANGin] = ACTIONS(3149), + [anon_sym_match] = ACTIONS(3149), + [anon_sym_select] = ACTIONS(3149), + [anon_sym_lock] = ACTIONS(3149), + [anon_sym_rlock] = ACTIONS(3149), + [anon_sym_unsafe] = ACTIONS(3149), + [anon_sym_sql] = ACTIONS(3149), + [sym_int_literal] = ACTIONS(3149), + [sym_float_literal] = ACTIONS(3149), + [sym_rune_literal] = ACTIONS(3149), + [sym_pseudo_compile_time_identifier] = ACTIONS(3149), + [anon_sym_shared] = ACTIONS(3149), + [anon_sym_map_LBRACK] = ACTIONS(3149), + [anon_sym_chan] = ACTIONS(3149), + [anon_sym_thread] = ACTIONS(3149), + [anon_sym_atomic] = ACTIONS(3149), + [sym___double_quote] = ACTIONS(3149), + [sym___single_quote] = ACTIONS(3149), + [sym___c_double_quote] = ACTIONS(3149), + [sym___c_single_quote] = ACTIONS(3149), + [sym___r_double_quote] = ACTIONS(3149), + [sym___r_single_quote] = ACTIONS(3149), }, - [1242] = { - [sym_line_comment] = STATE(1242), - [sym_block_comment] = STATE(1242), - [sym_identifier] = ACTIONS(3227), - [anon_sym_LF] = ACTIONS(3227), - [anon_sym_CR] = ACTIONS(3227), - [anon_sym_CR_LF] = ACTIONS(3227), + [1230] = { + [sym_line_comment] = STATE(1230), + [sym_block_comment] = STATE(1230), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LF] = ACTIONS(3369), + [anon_sym_CR] = ACTIONS(3369), + [anon_sym_CR_LF] = ACTIONS(3369), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3227), - [anon_sym_DOT] = ACTIONS(3227), - [anon_sym_as] = ACTIONS(3227), - [anon_sym_LBRACE] = ACTIONS(3227), - [anon_sym_COMMA] = ACTIONS(3227), - [anon_sym_RBRACE] = ACTIONS(3227), - [anon_sym_LPAREN] = ACTIONS(3227), - [anon_sym_RPAREN] = ACTIONS(3227), - [anon_sym_PIPE] = ACTIONS(3227), - [anon_sym_fn] = ACTIONS(3227), - [anon_sym_PLUS] = ACTIONS(3227), - [anon_sym_DASH] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3227), - [anon_sym_SLASH] = ACTIONS(3227), - [anon_sym_PERCENT] = ACTIONS(3227), - [anon_sym_LT] = ACTIONS(3227), - [anon_sym_GT] = ACTIONS(3227), - [anon_sym_EQ_EQ] = ACTIONS(3227), - [anon_sym_BANG_EQ] = ACTIONS(3227), - [anon_sym_LT_EQ] = ACTIONS(3227), - [anon_sym_GT_EQ] = ACTIONS(3227), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3227), - [anon_sym_LBRACK] = ACTIONS(3225), - [anon_sym_struct] = ACTIONS(3227), - [anon_sym_mut] = ACTIONS(3227), - [anon_sym_PLUS_PLUS] = ACTIONS(3227), - [anon_sym_DASH_DASH] = ACTIONS(3227), - [anon_sym_QMARK] = ACTIONS(3227), - [anon_sym_BANG] = ACTIONS(3227), - [anon_sym_go] = ACTIONS(3227), - [anon_sym_spawn] = ACTIONS(3227), - [anon_sym_json_DOTdecode] = ACTIONS(3227), - [anon_sym_LBRACK2] = ACTIONS(3227), - [anon_sym_TILDE] = ACTIONS(3227), - [anon_sym_CARET] = ACTIONS(3227), - [anon_sym_AMP] = ACTIONS(3227), - [anon_sym_LT_DASH] = ACTIONS(3227), - [anon_sym_LT_LT] = ACTIONS(3227), - [anon_sym_GT_GT] = ACTIONS(3227), - [anon_sym_GT_GT_GT] = ACTIONS(3227), - [anon_sym_AMP_CARET] = ACTIONS(3227), - [anon_sym_AMP_AMP] = ACTIONS(3227), - [anon_sym_PIPE_PIPE] = ACTIONS(3227), - [anon_sym_or] = ACTIONS(3227), - [sym_none] = ACTIONS(3227), - [sym_true] = ACTIONS(3227), - [sym_false] = ACTIONS(3227), - [sym_nil] = ACTIONS(3227), - [anon_sym_QMARK_DOT] = ACTIONS(3227), - [anon_sym_POUND_LBRACK] = ACTIONS(3227), - [anon_sym_if] = ACTIONS(3227), - [anon_sym_DOLLARif] = ACTIONS(3227), - [anon_sym_is] = ACTIONS(3227), - [anon_sym_BANGis] = ACTIONS(3227), - [anon_sym_in] = ACTIONS(3227), - [anon_sym_BANGin] = ACTIONS(3227), - [anon_sym_match] = ACTIONS(3227), - [anon_sym_select] = ACTIONS(3227), - [anon_sym_lock] = ACTIONS(3227), - [anon_sym_rlock] = ACTIONS(3227), - [anon_sym_unsafe] = ACTIONS(3227), - [anon_sym_sql] = ACTIONS(3227), - [sym_int_literal] = ACTIONS(3227), - [sym_float_literal] = ACTIONS(3227), - [sym_rune_literal] = ACTIONS(3227), - [sym_pseudo_compile_time_identifier] = ACTIONS(3227), - [anon_sym_shared] = ACTIONS(3227), - [anon_sym_map_LBRACK] = ACTIONS(3227), - [anon_sym_chan] = ACTIONS(3227), - [anon_sym_thread] = ACTIONS(3227), - [anon_sym_atomic] = ACTIONS(3227), - [sym___double_quote] = ACTIONS(3227), - [sym___single_quote] = ACTIONS(3227), - [sym___c_double_quote] = ACTIONS(3227), - [sym___c_single_quote] = ACTIONS(3227), - [sym___r_double_quote] = ACTIONS(3227), - [sym___r_single_quote] = ACTIONS(3227), + [anon_sym_SEMI] = ACTIONS(3369), + [anon_sym_DOT] = ACTIONS(3369), + [anon_sym_as] = ACTIONS(3369), + [anon_sym_LBRACE] = ACTIONS(3369), + [anon_sym_COMMA] = ACTIONS(3369), + [anon_sym_RBRACE] = ACTIONS(3369), + [anon_sym_LPAREN] = ACTIONS(3369), + [anon_sym_RPAREN] = ACTIONS(3369), + [anon_sym_PIPE] = ACTIONS(3369), + [anon_sym_fn] = ACTIONS(3369), + [anon_sym_PLUS] = ACTIONS(3369), + [anon_sym_DASH] = ACTIONS(3369), + [anon_sym_STAR] = ACTIONS(3369), + [anon_sym_SLASH] = ACTIONS(3369), + [anon_sym_PERCENT] = ACTIONS(3369), + [anon_sym_LT] = ACTIONS(3369), + [anon_sym_GT] = ACTIONS(3369), + [anon_sym_EQ_EQ] = ACTIONS(3369), + [anon_sym_BANG_EQ] = ACTIONS(3369), + [anon_sym_LT_EQ] = ACTIONS(3369), + [anon_sym_GT_EQ] = ACTIONS(3369), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3369), + [anon_sym_LBRACK] = ACTIONS(3367), + [anon_sym_struct] = ACTIONS(3369), + [anon_sym_mut] = ACTIONS(3369), + [anon_sym_PLUS_PLUS] = ACTIONS(3369), + [anon_sym_DASH_DASH] = ACTIONS(3369), + [anon_sym_QMARK] = ACTIONS(3369), + [anon_sym_BANG] = ACTIONS(3369), + [anon_sym_go] = ACTIONS(3369), + [anon_sym_spawn] = ACTIONS(3369), + [anon_sym_json_DOTdecode] = ACTIONS(3369), + [anon_sym_LBRACK2] = ACTIONS(3369), + [anon_sym_TILDE] = ACTIONS(3369), + [anon_sym_CARET] = ACTIONS(3369), + [anon_sym_AMP] = ACTIONS(3369), + [anon_sym_LT_DASH] = ACTIONS(3369), + [anon_sym_LT_LT] = ACTIONS(3369), + [anon_sym_GT_GT] = ACTIONS(3369), + [anon_sym_GT_GT_GT] = ACTIONS(3369), + [anon_sym_AMP_CARET] = ACTIONS(3369), + [anon_sym_AMP_AMP] = ACTIONS(3369), + [anon_sym_PIPE_PIPE] = ACTIONS(3369), + [anon_sym_or] = ACTIONS(3369), + [sym_none] = ACTIONS(3369), + [sym_true] = ACTIONS(3369), + [sym_false] = ACTIONS(3369), + [sym_nil] = ACTIONS(3369), + [anon_sym_QMARK_DOT] = ACTIONS(3369), + [anon_sym_POUND_LBRACK] = ACTIONS(3369), + [anon_sym_if] = ACTIONS(3369), + [anon_sym_DOLLARif] = ACTIONS(3369), + [anon_sym_is] = ACTIONS(3369), + [anon_sym_BANGis] = ACTIONS(3369), + [anon_sym_in] = ACTIONS(3369), + [anon_sym_BANGin] = ACTIONS(3369), + [anon_sym_match] = ACTIONS(3369), + [anon_sym_select] = ACTIONS(3369), + [anon_sym_lock] = ACTIONS(3369), + [anon_sym_rlock] = ACTIONS(3369), + [anon_sym_unsafe] = ACTIONS(3369), + [anon_sym_sql] = ACTIONS(3369), + [sym_int_literal] = ACTIONS(3369), + [sym_float_literal] = ACTIONS(3369), + [sym_rune_literal] = ACTIONS(3369), + [sym_pseudo_compile_time_identifier] = ACTIONS(3369), + [anon_sym_shared] = ACTIONS(3369), + [anon_sym_map_LBRACK] = ACTIONS(3369), + [anon_sym_chan] = ACTIONS(3369), + [anon_sym_thread] = ACTIONS(3369), + [anon_sym_atomic] = ACTIONS(3369), + [sym___double_quote] = ACTIONS(3369), + [sym___single_quote] = ACTIONS(3369), + [sym___c_double_quote] = ACTIONS(3369), + [sym___c_single_quote] = ACTIONS(3369), + [sym___r_double_quote] = ACTIONS(3369), + [sym___r_single_quote] = ACTIONS(3369), }, - [1243] = { - [sym_line_comment] = STATE(1243), - [sym_block_comment] = STATE(1243), - [sym_identifier] = ACTIONS(3331), - [anon_sym_LF] = ACTIONS(3331), - [anon_sym_CR] = ACTIONS(3331), - [anon_sym_CR_LF] = ACTIONS(3331), + [1231] = { + [sym_line_comment] = STATE(1231), + [sym_block_comment] = STATE(1231), + [sym_identifier] = ACTIONS(3381), + [anon_sym_LF] = ACTIONS(3381), + [anon_sym_CR] = ACTIONS(3381), + [anon_sym_CR_LF] = ACTIONS(3381), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3331), - [anon_sym_DOT] = ACTIONS(3331), - [anon_sym_as] = ACTIONS(3331), - [anon_sym_LBRACE] = ACTIONS(3331), - [anon_sym_COMMA] = ACTIONS(3331), - [anon_sym_RBRACE] = ACTIONS(3331), - [anon_sym_LPAREN] = ACTIONS(3331), - [anon_sym_RPAREN] = ACTIONS(3331), - [anon_sym_PIPE] = ACTIONS(3331), - [anon_sym_fn] = ACTIONS(3331), - [anon_sym_PLUS] = ACTIONS(3331), - [anon_sym_DASH] = ACTIONS(3331), - [anon_sym_STAR] = ACTIONS(3331), - [anon_sym_SLASH] = ACTIONS(3331), - [anon_sym_PERCENT] = ACTIONS(3331), - [anon_sym_LT] = ACTIONS(3331), - [anon_sym_GT] = ACTIONS(3331), - [anon_sym_EQ_EQ] = ACTIONS(3331), - [anon_sym_BANG_EQ] = ACTIONS(3331), - [anon_sym_LT_EQ] = ACTIONS(3331), - [anon_sym_GT_EQ] = ACTIONS(3331), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3331), - [anon_sym_LBRACK] = ACTIONS(3329), - [anon_sym_struct] = ACTIONS(3331), - [anon_sym_mut] = ACTIONS(3331), - [anon_sym_PLUS_PLUS] = ACTIONS(3331), - [anon_sym_DASH_DASH] = ACTIONS(3331), - [anon_sym_QMARK] = ACTIONS(3331), - [anon_sym_BANG] = ACTIONS(3331), - [anon_sym_go] = ACTIONS(3331), - [anon_sym_spawn] = ACTIONS(3331), - [anon_sym_json_DOTdecode] = ACTIONS(3331), - [anon_sym_LBRACK2] = ACTIONS(3331), - [anon_sym_TILDE] = ACTIONS(3331), - [anon_sym_CARET] = ACTIONS(3331), - [anon_sym_AMP] = ACTIONS(3331), - [anon_sym_LT_DASH] = ACTIONS(3331), - [anon_sym_LT_LT] = ACTIONS(3331), - [anon_sym_GT_GT] = ACTIONS(3331), - [anon_sym_GT_GT_GT] = ACTIONS(3331), - [anon_sym_AMP_CARET] = ACTIONS(3331), - [anon_sym_AMP_AMP] = ACTIONS(3331), - [anon_sym_PIPE_PIPE] = ACTIONS(3331), - [anon_sym_or] = ACTIONS(3331), - [sym_none] = ACTIONS(3331), - [sym_true] = ACTIONS(3331), - [sym_false] = ACTIONS(3331), - [sym_nil] = ACTIONS(3331), - [anon_sym_QMARK_DOT] = ACTIONS(3331), - [anon_sym_POUND_LBRACK] = ACTIONS(3331), - [anon_sym_if] = ACTIONS(3331), - [anon_sym_DOLLARif] = ACTIONS(3331), - [anon_sym_is] = ACTIONS(3331), - [anon_sym_BANGis] = ACTIONS(3331), - [anon_sym_in] = ACTIONS(3331), - [anon_sym_BANGin] = ACTIONS(3331), - [anon_sym_match] = ACTIONS(3331), - [anon_sym_select] = ACTIONS(3331), - [anon_sym_lock] = ACTIONS(3331), - [anon_sym_rlock] = ACTIONS(3331), - [anon_sym_unsafe] = ACTIONS(3331), - [anon_sym_sql] = ACTIONS(3331), - [sym_int_literal] = ACTIONS(3331), - [sym_float_literal] = ACTIONS(3331), - [sym_rune_literal] = ACTIONS(3331), - [sym_pseudo_compile_time_identifier] = ACTIONS(3331), - [anon_sym_shared] = ACTIONS(3331), - [anon_sym_map_LBRACK] = ACTIONS(3331), - [anon_sym_chan] = ACTIONS(3331), - [anon_sym_thread] = ACTIONS(3331), - [anon_sym_atomic] = ACTIONS(3331), - [sym___double_quote] = ACTIONS(3331), - [sym___single_quote] = ACTIONS(3331), - [sym___c_double_quote] = ACTIONS(3331), - [sym___c_single_quote] = ACTIONS(3331), - [sym___r_double_quote] = ACTIONS(3331), - [sym___r_single_quote] = ACTIONS(3331), + [anon_sym_SEMI] = ACTIONS(3381), + [anon_sym_DOT] = ACTIONS(3381), + [anon_sym_as] = ACTIONS(3381), + [anon_sym_LBRACE] = ACTIONS(3381), + [anon_sym_COMMA] = ACTIONS(3381), + [anon_sym_RBRACE] = ACTIONS(3381), + [anon_sym_LPAREN] = ACTIONS(3381), + [anon_sym_RPAREN] = ACTIONS(3381), + [anon_sym_PIPE] = ACTIONS(3381), + [anon_sym_fn] = ACTIONS(3381), + [anon_sym_PLUS] = ACTIONS(3381), + [anon_sym_DASH] = ACTIONS(3381), + [anon_sym_STAR] = ACTIONS(3381), + [anon_sym_SLASH] = ACTIONS(3381), + [anon_sym_PERCENT] = ACTIONS(3381), + [anon_sym_LT] = ACTIONS(3381), + [anon_sym_GT] = ACTIONS(3381), + [anon_sym_EQ_EQ] = ACTIONS(3381), + [anon_sym_BANG_EQ] = ACTIONS(3381), + [anon_sym_LT_EQ] = ACTIONS(3381), + [anon_sym_GT_EQ] = ACTIONS(3381), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3381), + [anon_sym_LBRACK] = ACTIONS(3379), + [anon_sym_struct] = ACTIONS(3381), + [anon_sym_mut] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_QMARK] = ACTIONS(3381), + [anon_sym_BANG] = ACTIONS(3381), + [anon_sym_go] = ACTIONS(3381), + [anon_sym_spawn] = ACTIONS(3381), + [anon_sym_json_DOTdecode] = ACTIONS(3381), + [anon_sym_LBRACK2] = ACTIONS(3381), + [anon_sym_TILDE] = ACTIONS(3381), + [anon_sym_CARET] = ACTIONS(3381), + [anon_sym_AMP] = ACTIONS(3381), + [anon_sym_LT_DASH] = ACTIONS(3381), + [anon_sym_LT_LT] = ACTIONS(3381), + [anon_sym_GT_GT] = ACTIONS(3381), + [anon_sym_GT_GT_GT] = ACTIONS(3381), + [anon_sym_AMP_CARET] = ACTIONS(3381), + [anon_sym_AMP_AMP] = ACTIONS(3381), + [anon_sym_PIPE_PIPE] = ACTIONS(3381), + [anon_sym_or] = ACTIONS(3381), + [sym_none] = ACTIONS(3381), + [sym_true] = ACTIONS(3381), + [sym_false] = ACTIONS(3381), + [sym_nil] = ACTIONS(3381), + [anon_sym_QMARK_DOT] = ACTIONS(3381), + [anon_sym_POUND_LBRACK] = ACTIONS(3381), + [anon_sym_if] = ACTIONS(3381), + [anon_sym_DOLLARif] = ACTIONS(3381), + [anon_sym_is] = ACTIONS(3381), + [anon_sym_BANGis] = ACTIONS(3381), + [anon_sym_in] = ACTIONS(3381), + [anon_sym_BANGin] = ACTIONS(3381), + [anon_sym_match] = ACTIONS(3381), + [anon_sym_select] = ACTIONS(3381), + [anon_sym_lock] = ACTIONS(3381), + [anon_sym_rlock] = ACTIONS(3381), + [anon_sym_unsafe] = ACTIONS(3381), + [anon_sym_sql] = ACTIONS(3381), + [sym_int_literal] = ACTIONS(3381), + [sym_float_literal] = ACTIONS(3381), + [sym_rune_literal] = ACTIONS(3381), + [sym_pseudo_compile_time_identifier] = ACTIONS(3381), + [anon_sym_shared] = ACTIONS(3381), + [anon_sym_map_LBRACK] = ACTIONS(3381), + [anon_sym_chan] = ACTIONS(3381), + [anon_sym_thread] = ACTIONS(3381), + [anon_sym_atomic] = ACTIONS(3381), + [sym___double_quote] = ACTIONS(3381), + [sym___single_quote] = ACTIONS(3381), + [sym___c_double_quote] = ACTIONS(3381), + [sym___c_single_quote] = ACTIONS(3381), + [sym___r_double_quote] = ACTIONS(3381), + [sym___r_single_quote] = ACTIONS(3381), }, - [1244] = { - [sym_line_comment] = STATE(1244), - [sym_block_comment] = STATE(1244), - [sym_reference_expression] = STATE(4468), - [sym_type_reference_expression] = STATE(1958), - [sym_plain_type] = STATE(2101), - [sym__plain_type_without_special] = STATE(2035), - [sym_anon_struct_type] = STATE(2114), - [sym_multi_return_type] = STATE(2035), - [sym_result_type] = STATE(2035), - [sym_option_type] = STATE(2035), - [sym_qualified_type] = STATE(1958), - [sym_fixed_array_type] = STATE(2114), - [sym_array_type] = STATE(2114), - [sym_pointer_type] = STATE(2114), - [sym_wrong_pointer_type] = STATE(2114), - [sym_map_type] = STATE(2114), - [sym_channel_type] = STATE(2114), - [sym_shared_type] = STATE(2114), - [sym_thread_type] = STATE(2114), - [sym_atomic_type] = STATE(2114), - [sym_generic_type] = STATE(2114), - [sym_function_type] = STATE(2114), - [sym_identifier] = ACTIONS(3788), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_DOT] = ACTIONS(599), - [anon_sym_as] = ACTIONS(601), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_COMMA] = ACTIONS(599), - [anon_sym_LPAREN] = ACTIONS(3790), - [anon_sym_EQ] = ACTIONS(601), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(3792), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(3794), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_PERCENT] = ACTIONS(601), - [anon_sym_LT] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(599), - [anon_sym_BANG_EQ] = ACTIONS(599), - [anon_sym_LT_EQ] = ACTIONS(599), - [anon_sym_GT_EQ] = ACTIONS(599), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_struct] = ACTIONS(3796), - [anon_sym_PLUS_PLUS] = ACTIONS(599), - [anon_sym_DASH_DASH] = ACTIONS(599), - [anon_sym_QMARK] = ACTIONS(3798), - [anon_sym_BANG] = ACTIONS(3800), - [anon_sym_LBRACK2] = ACTIONS(3802), - [anon_sym_CARET] = ACTIONS(601), - [anon_sym_AMP] = ACTIONS(3804), - [anon_sym_LT_LT] = ACTIONS(601), - [anon_sym_GT_GT] = ACTIONS(601), - [anon_sym_GT_GT_GT] = ACTIONS(601), - [anon_sym_AMP_CARET] = ACTIONS(601), - [anon_sym_AMP_AMP] = ACTIONS(599), - [anon_sym_PIPE_PIPE] = ACTIONS(599), - [anon_sym_or] = ACTIONS(601), - [anon_sym_QMARK_DOT] = ACTIONS(599), - [anon_sym_POUND_LBRACK] = ACTIONS(599), - [anon_sym_is] = ACTIONS(601), - [anon_sym_BANGis] = ACTIONS(599), - [anon_sym_in] = ACTIONS(601), - [anon_sym_BANGin] = ACTIONS(599), - [anon_sym_STAR_EQ] = ACTIONS(599), - [anon_sym_SLASH_EQ] = ACTIONS(599), - [anon_sym_PERCENT_EQ] = ACTIONS(599), - [anon_sym_LT_LT_EQ] = ACTIONS(599), - [anon_sym_GT_GT_EQ] = ACTIONS(599), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(599), - [anon_sym_AMP_EQ] = ACTIONS(599), - [anon_sym_AMP_CARET_EQ] = ACTIONS(599), - [anon_sym_PLUS_EQ] = ACTIONS(599), - [anon_sym_DASH_EQ] = ACTIONS(599), - [anon_sym_PIPE_EQ] = ACTIONS(599), - [anon_sym_CARET_EQ] = ACTIONS(599), - [anon_sym_COLON_EQ] = ACTIONS(599), - [anon_sym_shared] = ACTIONS(3806), - [anon_sym_map_LBRACK] = ACTIONS(3808), - [anon_sym_chan] = ACTIONS(3810), - [anon_sym_thread] = ACTIONS(3812), - [anon_sym_atomic] = ACTIONS(3814), + [1232] = { + [sym_line_comment] = STATE(1232), + [sym_block_comment] = STATE(1232), + [sym_identifier] = ACTIONS(3416), + [anon_sym_LF] = ACTIONS(3416), + [anon_sym_CR] = ACTIONS(3416), + [anon_sym_CR_LF] = ACTIONS(3416), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3416), + [anon_sym_DOT] = ACTIONS(3416), + [anon_sym_as] = ACTIONS(3416), + [anon_sym_LBRACE] = ACTIONS(3416), + [anon_sym_COMMA] = ACTIONS(3416), + [anon_sym_RBRACE] = ACTIONS(3416), + [anon_sym_LPAREN] = ACTIONS(3416), + [anon_sym_RPAREN] = ACTIONS(3416), + [anon_sym_PIPE] = ACTIONS(3416), + [anon_sym_fn] = ACTIONS(3416), + [anon_sym_PLUS] = ACTIONS(3416), + [anon_sym_DASH] = ACTIONS(3416), + [anon_sym_STAR] = ACTIONS(3416), + [anon_sym_SLASH] = ACTIONS(3416), + [anon_sym_PERCENT] = ACTIONS(3416), + [anon_sym_LT] = ACTIONS(3416), + [anon_sym_GT] = ACTIONS(3416), + [anon_sym_EQ_EQ] = ACTIONS(3416), + [anon_sym_BANG_EQ] = ACTIONS(3416), + [anon_sym_LT_EQ] = ACTIONS(3416), + [anon_sym_GT_EQ] = ACTIONS(3416), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3416), + [anon_sym_LBRACK] = ACTIONS(3414), + [anon_sym_struct] = ACTIONS(3416), + [anon_sym_mut] = ACTIONS(3416), + [anon_sym_PLUS_PLUS] = ACTIONS(3416), + [anon_sym_DASH_DASH] = ACTIONS(3416), + [anon_sym_QMARK] = ACTIONS(3416), + [anon_sym_BANG] = ACTIONS(3416), + [anon_sym_go] = ACTIONS(3416), + [anon_sym_spawn] = ACTIONS(3416), + [anon_sym_json_DOTdecode] = ACTIONS(3416), + [anon_sym_LBRACK2] = ACTIONS(3416), + [anon_sym_TILDE] = ACTIONS(3416), + [anon_sym_CARET] = ACTIONS(3416), + [anon_sym_AMP] = ACTIONS(3416), + [anon_sym_LT_DASH] = ACTIONS(3416), + [anon_sym_LT_LT] = ACTIONS(3416), + [anon_sym_GT_GT] = ACTIONS(3416), + [anon_sym_GT_GT_GT] = ACTIONS(3416), + [anon_sym_AMP_CARET] = ACTIONS(3416), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3416), + [anon_sym_or] = ACTIONS(3416), + [sym_none] = ACTIONS(3416), + [sym_true] = ACTIONS(3416), + [sym_false] = ACTIONS(3416), + [sym_nil] = ACTIONS(3416), + [anon_sym_QMARK_DOT] = ACTIONS(3416), + [anon_sym_POUND_LBRACK] = ACTIONS(3416), + [anon_sym_if] = ACTIONS(3416), + [anon_sym_DOLLARif] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3416), + [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_in] = ACTIONS(3416), + [anon_sym_BANGin] = ACTIONS(3416), + [anon_sym_match] = ACTIONS(3416), + [anon_sym_select] = ACTIONS(3416), + [anon_sym_lock] = ACTIONS(3416), + [anon_sym_rlock] = ACTIONS(3416), + [anon_sym_unsafe] = ACTIONS(3416), + [anon_sym_sql] = ACTIONS(3416), + [sym_int_literal] = ACTIONS(3416), + [sym_float_literal] = ACTIONS(3416), + [sym_rune_literal] = ACTIONS(3416), + [sym_pseudo_compile_time_identifier] = ACTIONS(3416), + [anon_sym_shared] = ACTIONS(3416), + [anon_sym_map_LBRACK] = ACTIONS(3416), + [anon_sym_chan] = ACTIONS(3416), + [anon_sym_thread] = ACTIONS(3416), + [anon_sym_atomic] = ACTIONS(3416), + [sym___double_quote] = ACTIONS(3416), + [sym___single_quote] = ACTIONS(3416), + [sym___c_double_quote] = ACTIONS(3416), + [sym___c_single_quote] = ACTIONS(3416), + [sym___r_double_quote] = ACTIONS(3416), + [sym___r_single_quote] = ACTIONS(3416), }, - [1245] = { - [sym_line_comment] = STATE(1245), - [sym_block_comment] = STATE(1245), - [sym_identifier] = ACTIONS(3155), - [anon_sym_LF] = ACTIONS(3155), - [anon_sym_CR] = ACTIONS(3155), - [anon_sym_CR_LF] = ACTIONS(3155), + [1233] = { + [sym_line_comment] = STATE(1233), + [sym_block_comment] = STATE(1233), + [sym_identifier] = ACTIONS(3043), + [anon_sym_LF] = ACTIONS(3043), + [anon_sym_CR] = ACTIONS(3043), + [anon_sym_CR_LF] = ACTIONS(3043), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3155), - [anon_sym_DOT] = ACTIONS(3155), - [anon_sym_as] = ACTIONS(3155), - [anon_sym_LBRACE] = ACTIONS(3155), - [anon_sym_COMMA] = ACTIONS(3155), - [anon_sym_RBRACE] = ACTIONS(3155), - [anon_sym_LPAREN] = ACTIONS(3155), - [anon_sym_RPAREN] = ACTIONS(3155), - [anon_sym_PIPE] = ACTIONS(3155), - [anon_sym_fn] = ACTIONS(3155), - [anon_sym_PLUS] = ACTIONS(3155), - [anon_sym_DASH] = ACTIONS(3155), - [anon_sym_STAR] = ACTIONS(3155), - [anon_sym_SLASH] = ACTIONS(3155), - [anon_sym_PERCENT] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(3155), - [anon_sym_GT] = ACTIONS(3155), - [anon_sym_EQ_EQ] = ACTIONS(3155), - [anon_sym_BANG_EQ] = ACTIONS(3155), - [anon_sym_LT_EQ] = ACTIONS(3155), - [anon_sym_GT_EQ] = ACTIONS(3155), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3155), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_struct] = ACTIONS(3155), - [anon_sym_mut] = ACTIONS(3155), - [anon_sym_PLUS_PLUS] = ACTIONS(3155), - [anon_sym_DASH_DASH] = ACTIONS(3155), - [anon_sym_QMARK] = ACTIONS(3155), - [anon_sym_BANG] = ACTIONS(3155), - [anon_sym_go] = ACTIONS(3155), - [anon_sym_spawn] = ACTIONS(3155), - [anon_sym_json_DOTdecode] = ACTIONS(3155), - [anon_sym_LBRACK2] = ACTIONS(3155), - [anon_sym_TILDE] = ACTIONS(3155), - [anon_sym_CARET] = ACTIONS(3155), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT_DASH] = ACTIONS(3155), - [anon_sym_LT_LT] = ACTIONS(3155), - [anon_sym_GT_GT] = ACTIONS(3155), - [anon_sym_GT_GT_GT] = ACTIONS(3155), - [anon_sym_AMP_CARET] = ACTIONS(3155), - [anon_sym_AMP_AMP] = ACTIONS(3155), - [anon_sym_PIPE_PIPE] = ACTIONS(3155), - [anon_sym_or] = ACTIONS(3155), - [sym_none] = ACTIONS(3155), - [sym_true] = ACTIONS(3155), - [sym_false] = ACTIONS(3155), - [sym_nil] = ACTIONS(3155), - [anon_sym_QMARK_DOT] = ACTIONS(3155), - [anon_sym_POUND_LBRACK] = ACTIONS(3155), - [anon_sym_if] = ACTIONS(3155), - [anon_sym_DOLLARif] = ACTIONS(3155), - [anon_sym_is] = ACTIONS(3155), - [anon_sym_BANGis] = ACTIONS(3155), - [anon_sym_in] = ACTIONS(3155), - [anon_sym_BANGin] = ACTIONS(3155), - [anon_sym_match] = ACTIONS(3155), - [anon_sym_select] = ACTIONS(3155), - [anon_sym_lock] = ACTIONS(3155), - [anon_sym_rlock] = ACTIONS(3155), - [anon_sym_unsafe] = ACTIONS(3155), - [anon_sym_sql] = ACTIONS(3155), - [sym_int_literal] = ACTIONS(3155), - [sym_float_literal] = ACTIONS(3155), - [sym_rune_literal] = ACTIONS(3155), - [sym_pseudo_compile_time_identifier] = ACTIONS(3155), - [anon_sym_shared] = ACTIONS(3155), - [anon_sym_map_LBRACK] = ACTIONS(3155), - [anon_sym_chan] = ACTIONS(3155), - [anon_sym_thread] = ACTIONS(3155), - [anon_sym_atomic] = ACTIONS(3155), - [sym___double_quote] = ACTIONS(3155), - [sym___single_quote] = ACTIONS(3155), - [sym___c_double_quote] = ACTIONS(3155), - [sym___c_single_quote] = ACTIONS(3155), - [sym___r_double_quote] = ACTIONS(3155), - [sym___r_single_quote] = ACTIONS(3155), + [anon_sym_SEMI] = ACTIONS(3043), + [anon_sym_DOT] = ACTIONS(3043), + [anon_sym_as] = ACTIONS(3043), + [anon_sym_LBRACE] = ACTIONS(3043), + [anon_sym_COMMA] = ACTIONS(3043), + [anon_sym_RBRACE] = ACTIONS(3043), + [anon_sym_LPAREN] = ACTIONS(3043), + [anon_sym_RPAREN] = ACTIONS(3043), + [anon_sym_PIPE] = ACTIONS(3043), + [anon_sym_fn] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3043), + [anon_sym_SLASH] = ACTIONS(3043), + [anon_sym_PERCENT] = ACTIONS(3043), + [anon_sym_LT] = ACTIONS(3043), + [anon_sym_GT] = ACTIONS(3043), + [anon_sym_EQ_EQ] = ACTIONS(3043), + [anon_sym_BANG_EQ] = ACTIONS(3043), + [anon_sym_LT_EQ] = ACTIONS(3043), + [anon_sym_GT_EQ] = ACTIONS(3043), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3043), + [anon_sym_LBRACK] = ACTIONS(3041), + [anon_sym_struct] = ACTIONS(3043), + [anon_sym_mut] = ACTIONS(3043), + [anon_sym_PLUS_PLUS] = ACTIONS(3043), + [anon_sym_DASH_DASH] = ACTIONS(3043), + [anon_sym_QMARK] = ACTIONS(3043), + [anon_sym_BANG] = ACTIONS(3043), + [anon_sym_go] = ACTIONS(3043), + [anon_sym_spawn] = ACTIONS(3043), + [anon_sym_json_DOTdecode] = ACTIONS(3043), + [anon_sym_LBRACK2] = ACTIONS(3043), + [anon_sym_TILDE] = ACTIONS(3043), + [anon_sym_CARET] = ACTIONS(3043), + [anon_sym_AMP] = ACTIONS(3043), + [anon_sym_LT_DASH] = ACTIONS(3043), + [anon_sym_LT_LT] = ACTIONS(3043), + [anon_sym_GT_GT] = ACTIONS(3043), + [anon_sym_GT_GT_GT] = ACTIONS(3043), + [anon_sym_AMP_CARET] = ACTIONS(3043), + [anon_sym_AMP_AMP] = ACTIONS(3043), + [anon_sym_PIPE_PIPE] = ACTIONS(3043), + [anon_sym_or] = ACTIONS(3043), + [sym_none] = ACTIONS(3043), + [sym_true] = ACTIONS(3043), + [sym_false] = ACTIONS(3043), + [sym_nil] = ACTIONS(3043), + [anon_sym_QMARK_DOT] = ACTIONS(3043), + [anon_sym_POUND_LBRACK] = ACTIONS(3043), + [anon_sym_if] = ACTIONS(3043), + [anon_sym_DOLLARif] = ACTIONS(3043), + [anon_sym_is] = ACTIONS(3043), + [anon_sym_BANGis] = ACTIONS(3043), + [anon_sym_in] = ACTIONS(3043), + [anon_sym_BANGin] = ACTIONS(3043), + [anon_sym_match] = ACTIONS(3043), + [anon_sym_select] = ACTIONS(3043), + [anon_sym_lock] = ACTIONS(3043), + [anon_sym_rlock] = ACTIONS(3043), + [anon_sym_unsafe] = ACTIONS(3043), + [anon_sym_sql] = ACTIONS(3043), + [sym_int_literal] = ACTIONS(3043), + [sym_float_literal] = ACTIONS(3043), + [sym_rune_literal] = ACTIONS(3043), + [sym_pseudo_compile_time_identifier] = ACTIONS(3043), + [anon_sym_shared] = ACTIONS(3043), + [anon_sym_map_LBRACK] = ACTIONS(3043), + [anon_sym_chan] = ACTIONS(3043), + [anon_sym_thread] = ACTIONS(3043), + [anon_sym_atomic] = ACTIONS(3043), + [sym___double_quote] = ACTIONS(3043), + [sym___single_quote] = ACTIONS(3043), + [sym___c_double_quote] = ACTIONS(3043), + [sym___c_single_quote] = ACTIONS(3043), + [sym___r_double_quote] = ACTIONS(3043), + [sym___r_single_quote] = ACTIONS(3043), }, - [1246] = { - [sym_line_comment] = STATE(1246), - [sym_block_comment] = STATE(1246), - [sym_identifier] = ACTIONS(3243), - [anon_sym_LF] = ACTIONS(3243), - [anon_sym_CR] = ACTIONS(3243), - [anon_sym_CR_LF] = ACTIONS(3243), + [1234] = { + [sym_line_comment] = STATE(1234), + [sym_block_comment] = STATE(1234), + [sym_identifier] = ACTIONS(3015), + [anon_sym_LF] = ACTIONS(3015), + [anon_sym_CR] = ACTIONS(3015), + [anon_sym_CR_LF] = ACTIONS(3015), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3243), - [anon_sym_DOT] = ACTIONS(3243), - [anon_sym_as] = ACTIONS(3243), - [anon_sym_LBRACE] = ACTIONS(3243), - [anon_sym_COMMA] = ACTIONS(3243), - [anon_sym_RBRACE] = ACTIONS(3243), - [anon_sym_LPAREN] = ACTIONS(3243), - [anon_sym_RPAREN] = ACTIONS(3243), - [anon_sym_PIPE] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3243), - [anon_sym_PLUS] = ACTIONS(3243), - [anon_sym_DASH] = ACTIONS(3243), - [anon_sym_STAR] = ACTIONS(3243), - [anon_sym_SLASH] = ACTIONS(3243), - [anon_sym_PERCENT] = ACTIONS(3243), - [anon_sym_LT] = ACTIONS(3243), - [anon_sym_GT] = ACTIONS(3243), - [anon_sym_EQ_EQ] = ACTIONS(3243), - [anon_sym_BANG_EQ] = ACTIONS(3243), - [anon_sym_LT_EQ] = ACTIONS(3243), - [anon_sym_GT_EQ] = ACTIONS(3243), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3243), - [anon_sym_LBRACK] = ACTIONS(3241), - [anon_sym_struct] = ACTIONS(3243), - [anon_sym_mut] = ACTIONS(3243), - [anon_sym_PLUS_PLUS] = ACTIONS(3243), - [anon_sym_DASH_DASH] = ACTIONS(3243), - [anon_sym_QMARK] = ACTIONS(3243), - [anon_sym_BANG] = ACTIONS(3243), - [anon_sym_go] = ACTIONS(3243), - [anon_sym_spawn] = ACTIONS(3243), - [anon_sym_json_DOTdecode] = ACTIONS(3243), - [anon_sym_LBRACK2] = ACTIONS(3243), - [anon_sym_TILDE] = ACTIONS(3243), - [anon_sym_CARET] = ACTIONS(3243), - [anon_sym_AMP] = ACTIONS(3243), - [anon_sym_LT_DASH] = ACTIONS(3243), - [anon_sym_LT_LT] = ACTIONS(3243), - [anon_sym_GT_GT] = ACTIONS(3243), - [anon_sym_GT_GT_GT] = ACTIONS(3243), - [anon_sym_AMP_CARET] = ACTIONS(3243), - [anon_sym_AMP_AMP] = ACTIONS(3243), - [anon_sym_PIPE_PIPE] = ACTIONS(3243), - [anon_sym_or] = ACTIONS(3243), - [sym_none] = ACTIONS(3243), - [sym_true] = ACTIONS(3243), - [sym_false] = ACTIONS(3243), - [sym_nil] = ACTIONS(3243), - [anon_sym_QMARK_DOT] = ACTIONS(3243), - [anon_sym_POUND_LBRACK] = ACTIONS(3243), - [anon_sym_if] = ACTIONS(3243), - [anon_sym_DOLLARif] = ACTIONS(3243), - [anon_sym_is] = ACTIONS(3243), - [anon_sym_BANGis] = ACTIONS(3243), - [anon_sym_in] = ACTIONS(3243), - [anon_sym_BANGin] = ACTIONS(3243), - [anon_sym_match] = ACTIONS(3243), - [anon_sym_select] = ACTIONS(3243), - [anon_sym_lock] = ACTIONS(3243), - [anon_sym_rlock] = ACTIONS(3243), - [anon_sym_unsafe] = ACTIONS(3243), - [anon_sym_sql] = ACTIONS(3243), - [sym_int_literal] = ACTIONS(3243), - [sym_float_literal] = ACTIONS(3243), - [sym_rune_literal] = ACTIONS(3243), - [sym_pseudo_compile_time_identifier] = ACTIONS(3243), - [anon_sym_shared] = ACTIONS(3243), - [anon_sym_map_LBRACK] = ACTIONS(3243), - [anon_sym_chan] = ACTIONS(3243), - [anon_sym_thread] = ACTIONS(3243), - [anon_sym_atomic] = ACTIONS(3243), - [sym___double_quote] = ACTIONS(3243), - [sym___single_quote] = ACTIONS(3243), - [sym___c_double_quote] = ACTIONS(3243), - [sym___c_single_quote] = ACTIONS(3243), - [sym___r_double_quote] = ACTIONS(3243), - [sym___r_single_quote] = ACTIONS(3243), + [anon_sym_SEMI] = ACTIONS(3015), + [anon_sym_DOT] = ACTIONS(3015), + [anon_sym_as] = ACTIONS(3015), + [anon_sym_LBRACE] = ACTIONS(3015), + [anon_sym_COMMA] = ACTIONS(3015), + [anon_sym_RBRACE] = ACTIONS(3015), + [anon_sym_LPAREN] = ACTIONS(3015), + [anon_sym_RPAREN] = ACTIONS(3015), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_fn] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(3015), + [anon_sym_DASH] = ACTIONS(3015), + [anon_sym_STAR] = ACTIONS(3015), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3015), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_EQ_EQ] = ACTIONS(3015), + [anon_sym_BANG_EQ] = ACTIONS(3015), + [anon_sym_LT_EQ] = ACTIONS(3015), + [anon_sym_GT_EQ] = ACTIONS(3015), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3015), + [anon_sym_LBRACK] = ACTIONS(3013), + [anon_sym_struct] = ACTIONS(3015), + [anon_sym_mut] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_QMARK] = ACTIONS(3015), + [anon_sym_BANG] = ACTIONS(3015), + [anon_sym_go] = ACTIONS(3015), + [anon_sym_spawn] = ACTIONS(3015), + [anon_sym_json_DOTdecode] = ACTIONS(3015), + [anon_sym_LBRACK2] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_AMP] = ACTIONS(3015), + [anon_sym_LT_DASH] = ACTIONS(3015), + [anon_sym_LT_LT] = ACTIONS(3015), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_GT_GT_GT] = ACTIONS(3015), + [anon_sym_AMP_CARET] = ACTIONS(3015), + [anon_sym_AMP_AMP] = ACTIONS(3015), + [anon_sym_PIPE_PIPE] = ACTIONS(3015), + [anon_sym_or] = ACTIONS(3015), + [sym_none] = ACTIONS(3015), + [sym_true] = ACTIONS(3015), + [sym_false] = ACTIONS(3015), + [sym_nil] = ACTIONS(3015), + [anon_sym_QMARK_DOT] = ACTIONS(3015), + [anon_sym_POUND_LBRACK] = ACTIONS(3015), + [anon_sym_if] = ACTIONS(3015), + [anon_sym_DOLLARif] = ACTIONS(3015), + [anon_sym_is] = ACTIONS(3015), + [anon_sym_BANGis] = ACTIONS(3015), + [anon_sym_in] = ACTIONS(3015), + [anon_sym_BANGin] = ACTIONS(3015), + [anon_sym_match] = ACTIONS(3015), + [anon_sym_select] = ACTIONS(3015), + [anon_sym_lock] = ACTIONS(3015), + [anon_sym_rlock] = ACTIONS(3015), + [anon_sym_unsafe] = ACTIONS(3015), + [anon_sym_sql] = ACTIONS(3015), + [sym_int_literal] = ACTIONS(3015), + [sym_float_literal] = ACTIONS(3015), + [sym_rune_literal] = ACTIONS(3015), + [sym_pseudo_compile_time_identifier] = ACTIONS(3015), + [anon_sym_shared] = ACTIONS(3015), + [anon_sym_map_LBRACK] = ACTIONS(3015), + [anon_sym_chan] = ACTIONS(3015), + [anon_sym_thread] = ACTIONS(3015), + [anon_sym_atomic] = ACTIONS(3015), + [sym___double_quote] = ACTIONS(3015), + [sym___single_quote] = ACTIONS(3015), + [sym___c_double_quote] = ACTIONS(3015), + [sym___c_single_quote] = ACTIONS(3015), + [sym___r_double_quote] = ACTIONS(3015), + [sym___r_single_quote] = ACTIONS(3015), + }, + [1235] = { + [sym_line_comment] = STATE(1235), + [sym_block_comment] = STATE(1235), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LF] = ACTIONS(3047), + [anon_sym_CR] = ACTIONS(3047), + [anon_sym_CR_LF] = ACTIONS(3047), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3047), + [anon_sym_DOT] = ACTIONS(3047), + [anon_sym_as] = ACTIONS(3047), + [anon_sym_LBRACE] = ACTIONS(3047), + [anon_sym_COMMA] = ACTIONS(3047), + [anon_sym_RBRACE] = ACTIONS(3047), + [anon_sym_LPAREN] = ACTIONS(3047), + [anon_sym_RPAREN] = ACTIONS(3047), + [anon_sym_PIPE] = ACTIONS(3047), + [anon_sym_fn] = ACTIONS(3047), + [anon_sym_PLUS] = ACTIONS(3047), + [anon_sym_DASH] = ACTIONS(3047), + [anon_sym_STAR] = ACTIONS(3047), + [anon_sym_SLASH] = ACTIONS(3047), + [anon_sym_PERCENT] = ACTIONS(3047), + [anon_sym_LT] = ACTIONS(3047), + [anon_sym_GT] = ACTIONS(3047), + [anon_sym_EQ_EQ] = ACTIONS(3047), + [anon_sym_BANG_EQ] = ACTIONS(3047), + [anon_sym_LT_EQ] = ACTIONS(3047), + [anon_sym_GT_EQ] = ACTIONS(3047), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3047), + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_struct] = ACTIONS(3047), + [anon_sym_mut] = ACTIONS(3047), + [anon_sym_PLUS_PLUS] = ACTIONS(3047), + [anon_sym_DASH_DASH] = ACTIONS(3047), + [anon_sym_QMARK] = ACTIONS(3047), + [anon_sym_BANG] = ACTIONS(3047), + [anon_sym_go] = ACTIONS(3047), + [anon_sym_spawn] = ACTIONS(3047), + [anon_sym_json_DOTdecode] = ACTIONS(3047), + [anon_sym_LBRACK2] = ACTIONS(3047), + [anon_sym_TILDE] = ACTIONS(3047), + [anon_sym_CARET] = ACTIONS(3047), + [anon_sym_AMP] = ACTIONS(3047), + [anon_sym_LT_DASH] = ACTIONS(3047), + [anon_sym_LT_LT] = ACTIONS(3047), + [anon_sym_GT_GT] = ACTIONS(3047), + [anon_sym_GT_GT_GT] = ACTIONS(3047), + [anon_sym_AMP_CARET] = ACTIONS(3047), + [anon_sym_AMP_AMP] = ACTIONS(3047), + [anon_sym_PIPE_PIPE] = ACTIONS(3047), + [anon_sym_or] = ACTIONS(3047), + [sym_none] = ACTIONS(3047), + [sym_true] = ACTIONS(3047), + [sym_false] = ACTIONS(3047), + [sym_nil] = ACTIONS(3047), + [anon_sym_QMARK_DOT] = ACTIONS(3047), + [anon_sym_POUND_LBRACK] = ACTIONS(3047), + [anon_sym_if] = ACTIONS(3047), + [anon_sym_DOLLARif] = ACTIONS(3047), + [anon_sym_is] = ACTIONS(3047), + [anon_sym_BANGis] = ACTIONS(3047), + [anon_sym_in] = ACTIONS(3047), + [anon_sym_BANGin] = ACTIONS(3047), + [anon_sym_match] = ACTIONS(3047), + [anon_sym_select] = ACTIONS(3047), + [anon_sym_lock] = ACTIONS(3047), + [anon_sym_rlock] = ACTIONS(3047), + [anon_sym_unsafe] = ACTIONS(3047), + [anon_sym_sql] = ACTIONS(3047), + [sym_int_literal] = ACTIONS(3047), + [sym_float_literal] = ACTIONS(3047), + [sym_rune_literal] = ACTIONS(3047), + [sym_pseudo_compile_time_identifier] = ACTIONS(3047), + [anon_sym_shared] = ACTIONS(3047), + [anon_sym_map_LBRACK] = ACTIONS(3047), + [anon_sym_chan] = ACTIONS(3047), + [anon_sym_thread] = ACTIONS(3047), + [anon_sym_atomic] = ACTIONS(3047), + [sym___double_quote] = ACTIONS(3047), + [sym___single_quote] = ACTIONS(3047), + [sym___c_double_quote] = ACTIONS(3047), + [sym___c_single_quote] = ACTIONS(3047), + [sym___r_double_quote] = ACTIONS(3047), + [sym___r_single_quote] = ACTIONS(3047), + }, + [1236] = { + [sym_line_comment] = STATE(1236), + [sym_block_comment] = STATE(1236), + [sym_identifier] = ACTIONS(3253), + [anon_sym_LF] = ACTIONS(3253), + [anon_sym_CR] = ACTIONS(3253), + [anon_sym_CR_LF] = ACTIONS(3253), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3253), + [anon_sym_DOT] = ACTIONS(3253), + [anon_sym_as] = ACTIONS(3253), + [anon_sym_LBRACE] = ACTIONS(3253), + [anon_sym_COMMA] = ACTIONS(3253), + [anon_sym_RBRACE] = ACTIONS(3253), + [anon_sym_LPAREN] = ACTIONS(3253), + [anon_sym_RPAREN] = ACTIONS(3253), + [anon_sym_PIPE] = ACTIONS(3253), + [anon_sym_fn] = ACTIONS(3253), + [anon_sym_PLUS] = ACTIONS(3253), + [anon_sym_DASH] = ACTIONS(3253), + [anon_sym_STAR] = ACTIONS(3253), + [anon_sym_SLASH] = ACTIONS(3253), + [anon_sym_PERCENT] = ACTIONS(3253), + [anon_sym_LT] = ACTIONS(3253), + [anon_sym_GT] = ACTIONS(3253), + [anon_sym_EQ_EQ] = ACTIONS(3253), + [anon_sym_BANG_EQ] = ACTIONS(3253), + [anon_sym_LT_EQ] = ACTIONS(3253), + [anon_sym_GT_EQ] = ACTIONS(3253), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3253), + [anon_sym_LBRACK] = ACTIONS(3251), + [anon_sym_struct] = ACTIONS(3253), + [anon_sym_mut] = ACTIONS(3253), + [anon_sym_PLUS_PLUS] = ACTIONS(3253), + [anon_sym_DASH_DASH] = ACTIONS(3253), + [anon_sym_QMARK] = ACTIONS(3253), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(3253), + [anon_sym_spawn] = ACTIONS(3253), + [anon_sym_json_DOTdecode] = ACTIONS(3253), + [anon_sym_LBRACK2] = ACTIONS(3253), + [anon_sym_TILDE] = ACTIONS(3253), + [anon_sym_CARET] = ACTIONS(3253), + [anon_sym_AMP] = ACTIONS(3253), + [anon_sym_LT_DASH] = ACTIONS(3253), + [anon_sym_LT_LT] = ACTIONS(3253), + [anon_sym_GT_GT] = ACTIONS(3253), + [anon_sym_GT_GT_GT] = ACTIONS(3253), + [anon_sym_AMP_CARET] = ACTIONS(3253), + [anon_sym_AMP_AMP] = ACTIONS(3253), + [anon_sym_PIPE_PIPE] = ACTIONS(3253), + [anon_sym_or] = ACTIONS(3253), + [sym_none] = ACTIONS(3253), + [sym_true] = ACTIONS(3253), + [sym_false] = ACTIONS(3253), + [sym_nil] = ACTIONS(3253), + [anon_sym_QMARK_DOT] = ACTIONS(3253), + [anon_sym_POUND_LBRACK] = ACTIONS(3253), + [anon_sym_if] = ACTIONS(3253), + [anon_sym_DOLLARif] = ACTIONS(3253), + [anon_sym_is] = ACTIONS(3253), + [anon_sym_BANGis] = ACTIONS(3253), + [anon_sym_in] = ACTIONS(3253), + [anon_sym_BANGin] = ACTIONS(3253), + [anon_sym_match] = ACTIONS(3253), + [anon_sym_select] = ACTIONS(3253), + [anon_sym_lock] = ACTIONS(3253), + [anon_sym_rlock] = ACTIONS(3253), + [anon_sym_unsafe] = ACTIONS(3253), + [anon_sym_sql] = ACTIONS(3253), + [sym_int_literal] = ACTIONS(3253), + [sym_float_literal] = ACTIONS(3253), + [sym_rune_literal] = ACTIONS(3253), + [sym_pseudo_compile_time_identifier] = ACTIONS(3253), + [anon_sym_shared] = ACTIONS(3253), + [anon_sym_map_LBRACK] = ACTIONS(3253), + [anon_sym_chan] = ACTIONS(3253), + [anon_sym_thread] = ACTIONS(3253), + [anon_sym_atomic] = ACTIONS(3253), + [sym___double_quote] = ACTIONS(3253), + [sym___single_quote] = ACTIONS(3253), + [sym___c_double_quote] = ACTIONS(3253), + [sym___c_single_quote] = ACTIONS(3253), + [sym___r_double_quote] = ACTIONS(3253), + [sym___r_single_quote] = ACTIONS(3253), + }, + [1237] = { + [sym_line_comment] = STATE(1237), + [sym_block_comment] = STATE(1237), + [sym_identifier] = ACTIONS(3051), + [anon_sym_LF] = ACTIONS(3051), + [anon_sym_CR] = ACTIONS(3051), + [anon_sym_CR_LF] = ACTIONS(3051), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_DOT] = ACTIONS(3051), + [anon_sym_as] = ACTIONS(3051), + [anon_sym_LBRACE] = ACTIONS(3051), + [anon_sym_COMMA] = ACTIONS(3051), + [anon_sym_RBRACE] = ACTIONS(3051), + [anon_sym_LPAREN] = ACTIONS(3051), + [anon_sym_RPAREN] = ACTIONS(3051), + [anon_sym_PIPE] = ACTIONS(3051), + [anon_sym_fn] = ACTIONS(3051), + [anon_sym_PLUS] = ACTIONS(3051), + [anon_sym_DASH] = ACTIONS(3051), + [anon_sym_STAR] = ACTIONS(3051), + [anon_sym_SLASH] = ACTIONS(3051), + [anon_sym_PERCENT] = ACTIONS(3051), + [anon_sym_LT] = ACTIONS(3051), + [anon_sym_GT] = ACTIONS(3051), + [anon_sym_EQ_EQ] = ACTIONS(3051), + [anon_sym_BANG_EQ] = ACTIONS(3051), + [anon_sym_LT_EQ] = ACTIONS(3051), + [anon_sym_GT_EQ] = ACTIONS(3051), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3051), + [anon_sym_LBRACK] = ACTIONS(3049), + [anon_sym_struct] = ACTIONS(3051), + [anon_sym_mut] = ACTIONS(3051), + [anon_sym_PLUS_PLUS] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3051), + [anon_sym_QMARK] = ACTIONS(3051), + [anon_sym_BANG] = ACTIONS(3051), + [anon_sym_go] = ACTIONS(3051), + [anon_sym_spawn] = ACTIONS(3051), + [anon_sym_json_DOTdecode] = ACTIONS(3051), + [anon_sym_LBRACK2] = ACTIONS(3051), + [anon_sym_TILDE] = ACTIONS(3051), + [anon_sym_CARET] = ACTIONS(3051), + [anon_sym_AMP] = ACTIONS(3051), + [anon_sym_LT_DASH] = ACTIONS(3051), + [anon_sym_LT_LT] = ACTIONS(3051), + [anon_sym_GT_GT] = ACTIONS(3051), + [anon_sym_GT_GT_GT] = ACTIONS(3051), + [anon_sym_AMP_CARET] = ACTIONS(3051), + [anon_sym_AMP_AMP] = ACTIONS(3051), + [anon_sym_PIPE_PIPE] = ACTIONS(3051), + [anon_sym_or] = ACTIONS(3051), + [sym_none] = ACTIONS(3051), + [sym_true] = ACTIONS(3051), + [sym_false] = ACTIONS(3051), + [sym_nil] = ACTIONS(3051), + [anon_sym_QMARK_DOT] = ACTIONS(3051), + [anon_sym_POUND_LBRACK] = ACTIONS(3051), + [anon_sym_if] = ACTIONS(3051), + [anon_sym_DOLLARif] = ACTIONS(3051), + [anon_sym_is] = ACTIONS(3051), + [anon_sym_BANGis] = ACTIONS(3051), + [anon_sym_in] = ACTIONS(3051), + [anon_sym_BANGin] = ACTIONS(3051), + [anon_sym_match] = ACTIONS(3051), + [anon_sym_select] = ACTIONS(3051), + [anon_sym_lock] = ACTIONS(3051), + [anon_sym_rlock] = ACTIONS(3051), + [anon_sym_unsafe] = ACTIONS(3051), + [anon_sym_sql] = ACTIONS(3051), + [sym_int_literal] = ACTIONS(3051), + [sym_float_literal] = ACTIONS(3051), + [sym_rune_literal] = ACTIONS(3051), + [sym_pseudo_compile_time_identifier] = ACTIONS(3051), + [anon_sym_shared] = ACTIONS(3051), + [anon_sym_map_LBRACK] = ACTIONS(3051), + [anon_sym_chan] = ACTIONS(3051), + [anon_sym_thread] = ACTIONS(3051), + [anon_sym_atomic] = ACTIONS(3051), + [sym___double_quote] = ACTIONS(3051), + [sym___single_quote] = ACTIONS(3051), + [sym___c_double_quote] = ACTIONS(3051), + [sym___c_single_quote] = ACTIONS(3051), + [sym___r_double_quote] = ACTIONS(3051), + [sym___r_single_quote] = ACTIONS(3051), + }, + [1238] = { + [sym_line_comment] = STATE(1238), + [sym_block_comment] = STATE(1238), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_COMMA] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_EQ] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(619), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(617), + [anon_sym_BANG_EQ] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_COLON] = ACTIONS(617), + [anon_sym_PLUS_PLUS] = ACTIONS(617), + [anon_sym_DASH_DASH] = ACTIONS(617), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_LBRACK2] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_DASH] = ACTIONS(617), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(619), + [anon_sym_AMP_CARET] = ACTIONS(619), + [anon_sym_AMP_AMP] = ACTIONS(617), + [anon_sym_PIPE_PIPE] = ACTIONS(617), + [anon_sym_or] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(617), + [anon_sym_POUND_LBRACK] = ACTIONS(617), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(617), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(617), + [anon_sym_STAR_EQ] = ACTIONS(617), + [anon_sym_SLASH_EQ] = ACTIONS(617), + [anon_sym_PERCENT_EQ] = ACTIONS(617), + [anon_sym_LT_LT_EQ] = ACTIONS(617), + [anon_sym_GT_GT_EQ] = ACTIONS(617), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(617), + [anon_sym_AMP_EQ] = ACTIONS(617), + [anon_sym_AMP_CARET_EQ] = ACTIONS(617), + [anon_sym_PLUS_EQ] = ACTIONS(617), + [anon_sym_DASH_EQ] = ACTIONS(617), + [anon_sym_PIPE_EQ] = ACTIONS(617), + [anon_sym_CARET_EQ] = ACTIONS(617), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + }, + [1239] = { + [sym_line_comment] = STATE(1239), + [sym_block_comment] = STATE(1239), + [sym_identifier] = ACTIONS(3444), + [anon_sym_LF] = ACTIONS(3444), + [anon_sym_CR] = ACTIONS(3444), + [anon_sym_CR_LF] = ACTIONS(3444), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3444), + [anon_sym_DOT] = ACTIONS(3444), + [anon_sym_as] = ACTIONS(3444), + [anon_sym_LBRACE] = ACTIONS(3444), + [anon_sym_COMMA] = ACTIONS(3444), + [anon_sym_RBRACE] = ACTIONS(3444), + [anon_sym_LPAREN] = ACTIONS(3444), + [anon_sym_RPAREN] = ACTIONS(3444), + [anon_sym_PIPE] = ACTIONS(3444), + [anon_sym_fn] = ACTIONS(3444), + [anon_sym_PLUS] = ACTIONS(3444), + [anon_sym_DASH] = ACTIONS(3444), + [anon_sym_STAR] = ACTIONS(3444), + [anon_sym_SLASH] = ACTIONS(3444), + [anon_sym_PERCENT] = ACTIONS(3444), + [anon_sym_LT] = ACTIONS(3444), + [anon_sym_GT] = ACTIONS(3444), + [anon_sym_EQ_EQ] = ACTIONS(3444), + [anon_sym_BANG_EQ] = ACTIONS(3444), + [anon_sym_LT_EQ] = ACTIONS(3444), + [anon_sym_GT_EQ] = ACTIONS(3444), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3444), + [anon_sym_LBRACK] = ACTIONS(3442), + [anon_sym_struct] = ACTIONS(3444), + [anon_sym_mut] = ACTIONS(3444), + [anon_sym_PLUS_PLUS] = ACTIONS(3444), + [anon_sym_DASH_DASH] = ACTIONS(3444), + [anon_sym_QMARK] = ACTIONS(3444), + [anon_sym_BANG] = ACTIONS(3444), + [anon_sym_go] = ACTIONS(3444), + [anon_sym_spawn] = ACTIONS(3444), + [anon_sym_json_DOTdecode] = ACTIONS(3444), + [anon_sym_LBRACK2] = ACTIONS(3444), + [anon_sym_TILDE] = ACTIONS(3444), + [anon_sym_CARET] = ACTIONS(3444), + [anon_sym_AMP] = ACTIONS(3444), + [anon_sym_LT_DASH] = ACTIONS(3444), + [anon_sym_LT_LT] = ACTIONS(3444), + [anon_sym_GT_GT] = ACTIONS(3444), + [anon_sym_GT_GT_GT] = ACTIONS(3444), + [anon_sym_AMP_CARET] = ACTIONS(3444), + [anon_sym_AMP_AMP] = ACTIONS(3444), + [anon_sym_PIPE_PIPE] = ACTIONS(3444), + [anon_sym_or] = ACTIONS(3444), + [sym_none] = ACTIONS(3444), + [sym_true] = ACTIONS(3444), + [sym_false] = ACTIONS(3444), + [sym_nil] = ACTIONS(3444), + [anon_sym_QMARK_DOT] = ACTIONS(3444), + [anon_sym_POUND_LBRACK] = ACTIONS(3444), + [anon_sym_if] = ACTIONS(3444), + [anon_sym_DOLLARif] = ACTIONS(3444), + [anon_sym_is] = ACTIONS(3444), + [anon_sym_BANGis] = ACTIONS(3444), + [anon_sym_in] = ACTIONS(3444), + [anon_sym_BANGin] = ACTIONS(3444), + [anon_sym_match] = ACTIONS(3444), + [anon_sym_select] = ACTIONS(3444), + [anon_sym_lock] = ACTIONS(3444), + [anon_sym_rlock] = ACTIONS(3444), + [anon_sym_unsafe] = ACTIONS(3444), + [anon_sym_sql] = ACTIONS(3444), + [sym_int_literal] = ACTIONS(3444), + [sym_float_literal] = ACTIONS(3444), + [sym_rune_literal] = ACTIONS(3444), + [sym_pseudo_compile_time_identifier] = ACTIONS(3444), + [anon_sym_shared] = ACTIONS(3444), + [anon_sym_map_LBRACK] = ACTIONS(3444), + [anon_sym_chan] = ACTIONS(3444), + [anon_sym_thread] = ACTIONS(3444), + [anon_sym_atomic] = ACTIONS(3444), + [sym___double_quote] = ACTIONS(3444), + [sym___single_quote] = ACTIONS(3444), + [sym___c_double_quote] = ACTIONS(3444), + [sym___c_single_quote] = ACTIONS(3444), + [sym___r_double_quote] = ACTIONS(3444), + [sym___r_single_quote] = ACTIONS(3444), + }, + [1240] = { + [sym_line_comment] = STATE(1240), + [sym_block_comment] = STATE(1240), + [sym_identifier] = ACTIONS(3273), + [anon_sym_LF] = ACTIONS(3273), + [anon_sym_CR] = ACTIONS(3273), + [anon_sym_CR_LF] = ACTIONS(3273), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3273), + [anon_sym_DOT] = ACTIONS(3273), + [anon_sym_as] = ACTIONS(3273), + [anon_sym_LBRACE] = ACTIONS(3273), + [anon_sym_COMMA] = ACTIONS(3273), + [anon_sym_RBRACE] = ACTIONS(3273), + [anon_sym_LPAREN] = ACTIONS(3273), + [anon_sym_RPAREN] = ACTIONS(3273), + [anon_sym_PIPE] = ACTIONS(3273), + [anon_sym_fn] = ACTIONS(3273), + [anon_sym_PLUS] = ACTIONS(3273), + [anon_sym_DASH] = ACTIONS(3273), + [anon_sym_STAR] = ACTIONS(3273), + [anon_sym_SLASH] = ACTIONS(3273), + [anon_sym_PERCENT] = ACTIONS(3273), + [anon_sym_LT] = ACTIONS(3273), + [anon_sym_GT] = ACTIONS(3273), + [anon_sym_EQ_EQ] = ACTIONS(3273), + [anon_sym_BANG_EQ] = ACTIONS(3273), + [anon_sym_LT_EQ] = ACTIONS(3273), + [anon_sym_GT_EQ] = ACTIONS(3273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3273), + [anon_sym_LBRACK] = ACTIONS(3271), + [anon_sym_struct] = ACTIONS(3273), + [anon_sym_mut] = ACTIONS(3273), + [anon_sym_PLUS_PLUS] = ACTIONS(3273), + [anon_sym_DASH_DASH] = ACTIONS(3273), + [anon_sym_QMARK] = ACTIONS(3273), + [anon_sym_BANG] = ACTIONS(3273), + [anon_sym_go] = ACTIONS(3273), + [anon_sym_spawn] = ACTIONS(3273), + [anon_sym_json_DOTdecode] = ACTIONS(3273), + [anon_sym_LBRACK2] = ACTIONS(3273), + [anon_sym_TILDE] = ACTIONS(3273), + [anon_sym_CARET] = ACTIONS(3273), + [anon_sym_AMP] = ACTIONS(3273), + [anon_sym_LT_DASH] = ACTIONS(3273), + [anon_sym_LT_LT] = ACTIONS(3273), + [anon_sym_GT_GT] = ACTIONS(3273), + [anon_sym_GT_GT_GT] = ACTIONS(3273), + [anon_sym_AMP_CARET] = ACTIONS(3273), + [anon_sym_AMP_AMP] = ACTIONS(3273), + [anon_sym_PIPE_PIPE] = ACTIONS(3273), + [anon_sym_or] = ACTIONS(3273), + [sym_none] = ACTIONS(3273), + [sym_true] = ACTIONS(3273), + [sym_false] = ACTIONS(3273), + [sym_nil] = ACTIONS(3273), + [anon_sym_QMARK_DOT] = ACTIONS(3273), + [anon_sym_POUND_LBRACK] = ACTIONS(3273), + [anon_sym_if] = ACTIONS(3273), + [anon_sym_DOLLARif] = ACTIONS(3273), + [anon_sym_is] = ACTIONS(3273), + [anon_sym_BANGis] = ACTIONS(3273), + [anon_sym_in] = ACTIONS(3273), + [anon_sym_BANGin] = ACTIONS(3273), + [anon_sym_match] = ACTIONS(3273), + [anon_sym_select] = ACTIONS(3273), + [anon_sym_lock] = ACTIONS(3273), + [anon_sym_rlock] = ACTIONS(3273), + [anon_sym_unsafe] = ACTIONS(3273), + [anon_sym_sql] = ACTIONS(3273), + [sym_int_literal] = ACTIONS(3273), + [sym_float_literal] = ACTIONS(3273), + [sym_rune_literal] = ACTIONS(3273), + [sym_pseudo_compile_time_identifier] = ACTIONS(3273), + [anon_sym_shared] = ACTIONS(3273), + [anon_sym_map_LBRACK] = ACTIONS(3273), + [anon_sym_chan] = ACTIONS(3273), + [anon_sym_thread] = ACTIONS(3273), + [anon_sym_atomic] = ACTIONS(3273), + [sym___double_quote] = ACTIONS(3273), + [sym___single_quote] = ACTIONS(3273), + [sym___c_double_quote] = ACTIONS(3273), + [sym___c_single_quote] = ACTIONS(3273), + [sym___r_double_quote] = ACTIONS(3273), + [sym___r_single_quote] = ACTIONS(3273), + }, + [1241] = { + [sym_line_comment] = STATE(1241), + [sym_block_comment] = STATE(1241), + [sym_identifier] = ACTIONS(3277), + [anon_sym_LF] = ACTIONS(3277), + [anon_sym_CR] = ACTIONS(3277), + [anon_sym_CR_LF] = ACTIONS(3277), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3277), + [anon_sym_DOT] = ACTIONS(3277), + [anon_sym_as] = ACTIONS(3277), + [anon_sym_LBRACE] = ACTIONS(3277), + [anon_sym_COMMA] = ACTIONS(3277), + [anon_sym_RBRACE] = ACTIONS(3277), + [anon_sym_LPAREN] = ACTIONS(3277), + [anon_sym_RPAREN] = ACTIONS(3277), + [anon_sym_PIPE] = ACTIONS(3277), + [anon_sym_fn] = ACTIONS(3277), + [anon_sym_PLUS] = ACTIONS(3277), + [anon_sym_DASH] = ACTIONS(3277), + [anon_sym_STAR] = ACTIONS(3277), + [anon_sym_SLASH] = ACTIONS(3277), + [anon_sym_PERCENT] = ACTIONS(3277), + [anon_sym_LT] = ACTIONS(3277), + [anon_sym_GT] = ACTIONS(3277), + [anon_sym_EQ_EQ] = ACTIONS(3277), + [anon_sym_BANG_EQ] = ACTIONS(3277), + [anon_sym_LT_EQ] = ACTIONS(3277), + [anon_sym_GT_EQ] = ACTIONS(3277), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3277), + [anon_sym_LBRACK] = ACTIONS(3275), + [anon_sym_struct] = ACTIONS(3277), + [anon_sym_mut] = ACTIONS(3277), + [anon_sym_PLUS_PLUS] = ACTIONS(3277), + [anon_sym_DASH_DASH] = ACTIONS(3277), + [anon_sym_QMARK] = ACTIONS(3277), + [anon_sym_BANG] = ACTIONS(3277), + [anon_sym_go] = ACTIONS(3277), + [anon_sym_spawn] = ACTIONS(3277), + [anon_sym_json_DOTdecode] = ACTIONS(3277), + [anon_sym_LBRACK2] = ACTIONS(3277), + [anon_sym_TILDE] = ACTIONS(3277), + [anon_sym_CARET] = ACTIONS(3277), + [anon_sym_AMP] = ACTIONS(3277), + [anon_sym_LT_DASH] = ACTIONS(3277), + [anon_sym_LT_LT] = ACTIONS(3277), + [anon_sym_GT_GT] = ACTIONS(3277), + [anon_sym_GT_GT_GT] = ACTIONS(3277), + [anon_sym_AMP_CARET] = ACTIONS(3277), + [anon_sym_AMP_AMP] = ACTIONS(3277), + [anon_sym_PIPE_PIPE] = ACTIONS(3277), + [anon_sym_or] = ACTIONS(3277), + [sym_none] = ACTIONS(3277), + [sym_true] = ACTIONS(3277), + [sym_false] = ACTIONS(3277), + [sym_nil] = ACTIONS(3277), + [anon_sym_QMARK_DOT] = ACTIONS(3277), + [anon_sym_POUND_LBRACK] = ACTIONS(3277), + [anon_sym_if] = ACTIONS(3277), + [anon_sym_DOLLARif] = ACTIONS(3277), + [anon_sym_is] = ACTIONS(3277), + [anon_sym_BANGis] = ACTIONS(3277), + [anon_sym_in] = ACTIONS(3277), + [anon_sym_BANGin] = ACTIONS(3277), + [anon_sym_match] = ACTIONS(3277), + [anon_sym_select] = ACTIONS(3277), + [anon_sym_lock] = ACTIONS(3277), + [anon_sym_rlock] = ACTIONS(3277), + [anon_sym_unsafe] = ACTIONS(3277), + [anon_sym_sql] = ACTIONS(3277), + [sym_int_literal] = ACTIONS(3277), + [sym_float_literal] = ACTIONS(3277), + [sym_rune_literal] = ACTIONS(3277), + [sym_pseudo_compile_time_identifier] = ACTIONS(3277), + [anon_sym_shared] = ACTIONS(3277), + [anon_sym_map_LBRACK] = ACTIONS(3277), + [anon_sym_chan] = ACTIONS(3277), + [anon_sym_thread] = ACTIONS(3277), + [anon_sym_atomic] = ACTIONS(3277), + [sym___double_quote] = ACTIONS(3277), + [sym___single_quote] = ACTIONS(3277), + [sym___c_double_quote] = ACTIONS(3277), + [sym___c_single_quote] = ACTIONS(3277), + [sym___r_double_quote] = ACTIONS(3277), + [sym___r_single_quote] = ACTIONS(3277), + }, + [1242] = { + [sym_line_comment] = STATE(1242), + [sym_block_comment] = STATE(1242), + [sym_identifier] = ACTIONS(3377), + [anon_sym_LF] = ACTIONS(3377), + [anon_sym_CR] = ACTIONS(3377), + [anon_sym_CR_LF] = ACTIONS(3377), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3377), + [anon_sym_DOT] = ACTIONS(3399), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3377), + [anon_sym_COMMA] = ACTIONS(3377), + [anon_sym_LPAREN] = ACTIONS(3377), + [anon_sym_RPAREN] = ACTIONS(3377), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3377), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3377), + [anon_sym_BANG_EQ] = ACTIONS(3377), + [anon_sym_LT_EQ] = ACTIONS(3377), + [anon_sym_GT_EQ] = ACTIONS(3377), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_COLON] = ACTIONS(3852), + [anon_sym_PLUS_PLUS] = ACTIONS(3377), + [anon_sym_DASH_DASH] = ACTIONS(3377), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3377), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3377), + [anon_sym_CARET] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3377), + [anon_sym_LT_LT] = ACTIONS(3377), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3377), + [anon_sym_AMP_CARET] = ACTIONS(3377), + [anon_sym_AMP_AMP] = ACTIONS(3377), + [anon_sym_PIPE_PIPE] = ACTIONS(3377), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3377), + [anon_sym_POUND_LBRACK] = ACTIONS(3377), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3377), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3377), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3377), + [sym_rune_literal] = ACTIONS(3377), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3377), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3377), + [sym___single_quote] = ACTIONS(3377), + [sym___c_double_quote] = ACTIONS(3377), + [sym___c_single_quote] = ACTIONS(3377), + [sym___r_double_quote] = ACTIONS(3377), + [sym___r_single_quote] = ACTIONS(3377), + }, + [1243] = { + [sym_line_comment] = STATE(1243), + [sym_block_comment] = STATE(1243), + [sym_identifier] = ACTIONS(3153), + [anon_sym_LF] = ACTIONS(3153), + [anon_sym_CR] = ACTIONS(3153), + [anon_sym_CR_LF] = ACTIONS(3153), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3153), + [anon_sym_DOT] = ACTIONS(3153), + [anon_sym_as] = ACTIONS(3153), + [anon_sym_LBRACE] = ACTIONS(3153), + [anon_sym_COMMA] = ACTIONS(3153), + [anon_sym_RBRACE] = ACTIONS(3153), + [anon_sym_LPAREN] = ACTIONS(3153), + [anon_sym_RPAREN] = ACTIONS(3153), + [anon_sym_PIPE] = ACTIONS(3153), + [anon_sym_fn] = ACTIONS(3153), + [anon_sym_PLUS] = ACTIONS(3153), + [anon_sym_DASH] = ACTIONS(3153), + [anon_sym_STAR] = ACTIONS(3153), + [anon_sym_SLASH] = ACTIONS(3153), + [anon_sym_PERCENT] = ACTIONS(3153), + [anon_sym_LT] = ACTIONS(3153), + [anon_sym_GT] = ACTIONS(3153), + [anon_sym_EQ_EQ] = ACTIONS(3153), + [anon_sym_BANG_EQ] = ACTIONS(3153), + [anon_sym_LT_EQ] = ACTIONS(3153), + [anon_sym_GT_EQ] = ACTIONS(3153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3153), + [anon_sym_LBRACK] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3153), + [anon_sym_mut] = ACTIONS(3153), + [anon_sym_PLUS_PLUS] = ACTIONS(3153), + [anon_sym_DASH_DASH] = ACTIONS(3153), + [anon_sym_QMARK] = ACTIONS(3153), + [anon_sym_BANG] = ACTIONS(3153), + [anon_sym_go] = ACTIONS(3153), + [anon_sym_spawn] = ACTIONS(3153), + [anon_sym_json_DOTdecode] = ACTIONS(3153), + [anon_sym_LBRACK2] = ACTIONS(3153), + [anon_sym_TILDE] = ACTIONS(3153), + [anon_sym_CARET] = ACTIONS(3153), + [anon_sym_AMP] = ACTIONS(3153), + [anon_sym_LT_DASH] = ACTIONS(3153), + [anon_sym_LT_LT] = ACTIONS(3153), + [anon_sym_GT_GT] = ACTIONS(3153), + [anon_sym_GT_GT_GT] = ACTIONS(3153), + [anon_sym_AMP_CARET] = ACTIONS(3153), + [anon_sym_AMP_AMP] = ACTIONS(3153), + [anon_sym_PIPE_PIPE] = ACTIONS(3153), + [anon_sym_or] = ACTIONS(3153), + [sym_none] = ACTIONS(3153), + [sym_true] = ACTIONS(3153), + [sym_false] = ACTIONS(3153), + [sym_nil] = ACTIONS(3153), + [anon_sym_QMARK_DOT] = ACTIONS(3153), + [anon_sym_POUND_LBRACK] = ACTIONS(3153), + [anon_sym_if] = ACTIONS(3153), + [anon_sym_DOLLARif] = ACTIONS(3153), + [anon_sym_is] = ACTIONS(3153), + [anon_sym_BANGis] = ACTIONS(3153), + [anon_sym_in] = ACTIONS(3153), + [anon_sym_BANGin] = ACTIONS(3153), + [anon_sym_match] = ACTIONS(3153), + [anon_sym_select] = ACTIONS(3153), + [anon_sym_lock] = ACTIONS(3153), + [anon_sym_rlock] = ACTIONS(3153), + [anon_sym_unsafe] = ACTIONS(3153), + [anon_sym_sql] = ACTIONS(3153), + [sym_int_literal] = ACTIONS(3153), + [sym_float_literal] = ACTIONS(3153), + [sym_rune_literal] = ACTIONS(3153), + [sym_pseudo_compile_time_identifier] = ACTIONS(3153), + [anon_sym_shared] = ACTIONS(3153), + [anon_sym_map_LBRACK] = ACTIONS(3153), + [anon_sym_chan] = ACTIONS(3153), + [anon_sym_thread] = ACTIONS(3153), + [anon_sym_atomic] = ACTIONS(3153), + [sym___double_quote] = ACTIONS(3153), + [sym___single_quote] = ACTIONS(3153), + [sym___c_double_quote] = ACTIONS(3153), + [sym___c_single_quote] = ACTIONS(3153), + [sym___r_double_quote] = ACTIONS(3153), + [sym___r_single_quote] = ACTIONS(3153), + }, + [1244] = { + [sym_line_comment] = STATE(1244), + [sym_block_comment] = STATE(1244), + [sym_identifier] = ACTIONS(3297), + [anon_sym_LF] = ACTIONS(3297), + [anon_sym_CR] = ACTIONS(3297), + [anon_sym_CR_LF] = ACTIONS(3297), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3297), + [anon_sym_DOT] = ACTIONS(3297), + [anon_sym_as] = ACTIONS(3297), + [anon_sym_LBRACE] = ACTIONS(3297), + [anon_sym_COMMA] = ACTIONS(3297), + [anon_sym_RBRACE] = ACTIONS(3297), + [anon_sym_LPAREN] = ACTIONS(3297), + [anon_sym_RPAREN] = ACTIONS(3297), + [anon_sym_PIPE] = ACTIONS(3297), + [anon_sym_fn] = ACTIONS(3297), + [anon_sym_PLUS] = ACTIONS(3297), + [anon_sym_DASH] = ACTIONS(3297), + [anon_sym_STAR] = ACTIONS(3297), + [anon_sym_SLASH] = ACTIONS(3297), + [anon_sym_PERCENT] = ACTIONS(3297), + [anon_sym_LT] = ACTIONS(3297), + [anon_sym_GT] = ACTIONS(3297), + [anon_sym_EQ_EQ] = ACTIONS(3297), + [anon_sym_BANG_EQ] = ACTIONS(3297), + [anon_sym_LT_EQ] = ACTIONS(3297), + [anon_sym_GT_EQ] = ACTIONS(3297), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3297), + [anon_sym_LBRACK] = ACTIONS(3295), + [anon_sym_struct] = ACTIONS(3297), + [anon_sym_mut] = ACTIONS(3297), + [anon_sym_PLUS_PLUS] = ACTIONS(3297), + [anon_sym_DASH_DASH] = ACTIONS(3297), + [anon_sym_QMARK] = ACTIONS(3297), + [anon_sym_BANG] = ACTIONS(3297), + [anon_sym_go] = ACTIONS(3297), + [anon_sym_spawn] = ACTIONS(3297), + [anon_sym_json_DOTdecode] = ACTIONS(3297), + [anon_sym_LBRACK2] = ACTIONS(3297), + [anon_sym_TILDE] = ACTIONS(3297), + [anon_sym_CARET] = ACTIONS(3297), + [anon_sym_AMP] = ACTIONS(3297), + [anon_sym_LT_DASH] = ACTIONS(3297), + [anon_sym_LT_LT] = ACTIONS(3297), + [anon_sym_GT_GT] = ACTIONS(3297), + [anon_sym_GT_GT_GT] = ACTIONS(3297), + [anon_sym_AMP_CARET] = ACTIONS(3297), + [anon_sym_AMP_AMP] = ACTIONS(3297), + [anon_sym_PIPE_PIPE] = ACTIONS(3297), + [anon_sym_or] = ACTIONS(3297), + [sym_none] = ACTIONS(3297), + [sym_true] = ACTIONS(3297), + [sym_false] = ACTIONS(3297), + [sym_nil] = ACTIONS(3297), + [anon_sym_QMARK_DOT] = ACTIONS(3297), + [anon_sym_POUND_LBRACK] = ACTIONS(3297), + [anon_sym_if] = ACTIONS(3297), + [anon_sym_DOLLARif] = ACTIONS(3297), + [anon_sym_is] = ACTIONS(3297), + [anon_sym_BANGis] = ACTIONS(3297), + [anon_sym_in] = ACTIONS(3297), + [anon_sym_BANGin] = ACTIONS(3297), + [anon_sym_match] = ACTIONS(3297), + [anon_sym_select] = ACTIONS(3297), + [anon_sym_lock] = ACTIONS(3297), + [anon_sym_rlock] = ACTIONS(3297), + [anon_sym_unsafe] = ACTIONS(3297), + [anon_sym_sql] = ACTIONS(3297), + [sym_int_literal] = ACTIONS(3297), + [sym_float_literal] = ACTIONS(3297), + [sym_rune_literal] = ACTIONS(3297), + [sym_pseudo_compile_time_identifier] = ACTIONS(3297), + [anon_sym_shared] = ACTIONS(3297), + [anon_sym_map_LBRACK] = ACTIONS(3297), + [anon_sym_chan] = ACTIONS(3297), + [anon_sym_thread] = ACTIONS(3297), + [anon_sym_atomic] = ACTIONS(3297), + [sym___double_quote] = ACTIONS(3297), + [sym___single_quote] = ACTIONS(3297), + [sym___c_double_quote] = ACTIONS(3297), + [sym___c_single_quote] = ACTIONS(3297), + [sym___r_double_quote] = ACTIONS(3297), + [sym___r_single_quote] = ACTIONS(3297), + }, + [1245] = { + [sym_line_comment] = STATE(1245), + [sym_block_comment] = STATE(1245), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LF] = ACTIONS(3039), + [anon_sym_CR] = ACTIONS(3039), + [anon_sym_CR_LF] = ACTIONS(3039), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3039), + [anon_sym_DOT] = ACTIONS(3039), + [anon_sym_as] = ACTIONS(3039), + [anon_sym_LBRACE] = ACTIONS(3039), + [anon_sym_COMMA] = ACTIONS(3039), + [anon_sym_RBRACE] = ACTIONS(3039), + [anon_sym_LPAREN] = ACTIONS(3039), + [anon_sym_RPAREN] = ACTIONS(3039), + [anon_sym_PIPE] = ACTIONS(3039), + [anon_sym_fn] = ACTIONS(3039), + [anon_sym_PLUS] = ACTIONS(3039), + [anon_sym_DASH] = ACTIONS(3039), + [anon_sym_STAR] = ACTIONS(3039), + [anon_sym_SLASH] = ACTIONS(3039), + [anon_sym_PERCENT] = ACTIONS(3039), + [anon_sym_LT] = ACTIONS(3039), + [anon_sym_GT] = ACTIONS(3039), + [anon_sym_EQ_EQ] = ACTIONS(3039), + [anon_sym_BANG_EQ] = ACTIONS(3039), + [anon_sym_LT_EQ] = ACTIONS(3039), + [anon_sym_GT_EQ] = ACTIONS(3039), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3039), + [anon_sym_LBRACK] = ACTIONS(3037), + [anon_sym_struct] = ACTIONS(3039), + [anon_sym_mut] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_QMARK] = ACTIONS(3039), + [anon_sym_BANG] = ACTIONS(3039), + [anon_sym_go] = ACTIONS(3039), + [anon_sym_spawn] = ACTIONS(3039), + [anon_sym_json_DOTdecode] = ACTIONS(3039), + [anon_sym_LBRACK2] = ACTIONS(3039), + [anon_sym_TILDE] = ACTIONS(3039), + [anon_sym_CARET] = ACTIONS(3039), + [anon_sym_AMP] = ACTIONS(3039), + [anon_sym_LT_DASH] = ACTIONS(3039), + [anon_sym_LT_LT] = ACTIONS(3039), + [anon_sym_GT_GT] = ACTIONS(3039), + [anon_sym_GT_GT_GT] = ACTIONS(3039), + [anon_sym_AMP_CARET] = ACTIONS(3039), + [anon_sym_AMP_AMP] = ACTIONS(3039), + [anon_sym_PIPE_PIPE] = ACTIONS(3039), + [anon_sym_or] = ACTIONS(3039), + [sym_none] = ACTIONS(3039), + [sym_true] = ACTIONS(3039), + [sym_false] = ACTIONS(3039), + [sym_nil] = ACTIONS(3039), + [anon_sym_QMARK_DOT] = ACTIONS(3039), + [anon_sym_POUND_LBRACK] = ACTIONS(3039), + [anon_sym_if] = ACTIONS(3039), + [anon_sym_DOLLARif] = ACTIONS(3039), + [anon_sym_is] = ACTIONS(3039), + [anon_sym_BANGis] = ACTIONS(3039), + [anon_sym_in] = ACTIONS(3039), + [anon_sym_BANGin] = ACTIONS(3039), + [anon_sym_match] = ACTIONS(3039), + [anon_sym_select] = ACTIONS(3039), + [anon_sym_lock] = ACTIONS(3039), + [anon_sym_rlock] = ACTIONS(3039), + [anon_sym_unsafe] = ACTIONS(3039), + [anon_sym_sql] = ACTIONS(3039), + [sym_int_literal] = ACTIONS(3039), + [sym_float_literal] = ACTIONS(3039), + [sym_rune_literal] = ACTIONS(3039), + [sym_pseudo_compile_time_identifier] = ACTIONS(3039), + [anon_sym_shared] = ACTIONS(3039), + [anon_sym_map_LBRACK] = ACTIONS(3039), + [anon_sym_chan] = ACTIONS(3039), + [anon_sym_thread] = ACTIONS(3039), + [anon_sym_atomic] = ACTIONS(3039), + [sym___double_quote] = ACTIONS(3039), + [sym___single_quote] = ACTIONS(3039), + [sym___c_double_quote] = ACTIONS(3039), + [sym___c_single_quote] = ACTIONS(3039), + [sym___r_double_quote] = ACTIONS(3039), + [sym___r_single_quote] = ACTIONS(3039), + }, + [1246] = { + [sym_line_comment] = STATE(1246), + [sym_block_comment] = STATE(1246), + [sym_identifier] = ACTIONS(2873), + [anon_sym_LF] = ACTIONS(2873), + [anon_sym_CR] = ACTIONS(2873), + [anon_sym_CR_LF] = ACTIONS(2873), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(2873), + [anon_sym_DOT] = ACTIONS(2873), + [anon_sym_as] = ACTIONS(2873), + [anon_sym_LBRACE] = ACTIONS(2873), + [anon_sym_COMMA] = ACTIONS(2873), + [anon_sym_RBRACE] = ACTIONS(2873), + [anon_sym_LPAREN] = ACTIONS(2873), + [anon_sym_RPAREN] = ACTIONS(2873), + [anon_sym_PIPE] = ACTIONS(2873), + [anon_sym_fn] = ACTIONS(2873), + [anon_sym_PLUS] = ACTIONS(2873), + [anon_sym_DASH] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_SLASH] = ACTIONS(2873), + [anon_sym_PERCENT] = ACTIONS(2873), + [anon_sym_LT] = ACTIONS(2873), + [anon_sym_GT] = ACTIONS(2873), + [anon_sym_EQ_EQ] = ACTIONS(2873), + [anon_sym_BANG_EQ] = ACTIONS(2873), + [anon_sym_LT_EQ] = ACTIONS(2873), + [anon_sym_GT_EQ] = ACTIONS(2873), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2873), + [anon_sym_LBRACK] = ACTIONS(2871), + [anon_sym_struct] = ACTIONS(2873), + [anon_sym_mut] = ACTIONS(2873), + [anon_sym_PLUS_PLUS] = ACTIONS(2873), + [anon_sym_DASH_DASH] = ACTIONS(2873), + [anon_sym_QMARK] = ACTIONS(2873), + [anon_sym_BANG] = ACTIONS(2873), + [anon_sym_go] = ACTIONS(2873), + [anon_sym_spawn] = ACTIONS(2873), + [anon_sym_json_DOTdecode] = ACTIONS(2873), + [anon_sym_LBRACK2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_CARET] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2873), + [anon_sym_LT_DASH] = ACTIONS(2873), + [anon_sym_LT_LT] = ACTIONS(2873), + [anon_sym_GT_GT] = ACTIONS(2873), + [anon_sym_GT_GT_GT] = ACTIONS(2873), + [anon_sym_AMP_CARET] = ACTIONS(2873), + [anon_sym_AMP_AMP] = ACTIONS(2873), + [anon_sym_PIPE_PIPE] = ACTIONS(2873), + [anon_sym_or] = ACTIONS(2873), + [sym_none] = ACTIONS(2873), + [sym_true] = ACTIONS(2873), + [sym_false] = ACTIONS(2873), + [sym_nil] = ACTIONS(2873), + [anon_sym_QMARK_DOT] = ACTIONS(2873), + [anon_sym_POUND_LBRACK] = ACTIONS(2873), + [anon_sym_if] = ACTIONS(2873), + [anon_sym_DOLLARif] = ACTIONS(2873), + [anon_sym_is] = ACTIONS(2873), + [anon_sym_BANGis] = ACTIONS(2873), + [anon_sym_in] = ACTIONS(2873), + [anon_sym_BANGin] = ACTIONS(2873), + [anon_sym_match] = ACTIONS(2873), + [anon_sym_select] = ACTIONS(2873), + [anon_sym_lock] = ACTIONS(2873), + [anon_sym_rlock] = ACTIONS(2873), + [anon_sym_unsafe] = ACTIONS(2873), + [anon_sym_sql] = ACTIONS(2873), + [sym_int_literal] = ACTIONS(2873), + [sym_float_literal] = ACTIONS(2873), + [sym_rune_literal] = ACTIONS(2873), + [sym_pseudo_compile_time_identifier] = ACTIONS(2873), + [anon_sym_shared] = ACTIONS(2873), + [anon_sym_map_LBRACK] = ACTIONS(2873), + [anon_sym_chan] = ACTIONS(2873), + [anon_sym_thread] = ACTIONS(2873), + [anon_sym_atomic] = ACTIONS(2873), + [sym___double_quote] = ACTIONS(2873), + [sym___single_quote] = ACTIONS(2873), + [sym___c_double_quote] = ACTIONS(2873), + [sym___c_single_quote] = ACTIONS(2873), + [sym___r_double_quote] = ACTIONS(2873), + [sym___r_single_quote] = ACTIONS(2873), }, [1247] = { [sym_line_comment] = STATE(1247), [sym_block_comment] = STATE(1247), - [sym_identifier] = ACTIONS(3235), - [anon_sym_LF] = ACTIONS(3235), - [anon_sym_CR] = ACTIONS(3235), - [anon_sym_CR_LF] = ACTIONS(3235), + [sym_identifier] = ACTIONS(3301), + [anon_sym_LF] = ACTIONS(3301), + [anon_sym_CR] = ACTIONS(3301), + [anon_sym_CR_LF] = ACTIONS(3301), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3235), - [anon_sym_DOT] = ACTIONS(3235), - [anon_sym_as] = ACTIONS(3235), - [anon_sym_LBRACE] = ACTIONS(3235), - [anon_sym_COMMA] = ACTIONS(3235), - [anon_sym_RBRACE] = ACTIONS(3235), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym_RPAREN] = ACTIONS(3235), - [anon_sym_PIPE] = ACTIONS(3235), - [anon_sym_fn] = ACTIONS(3235), - [anon_sym_PLUS] = ACTIONS(3235), - [anon_sym_DASH] = ACTIONS(3235), - [anon_sym_STAR] = ACTIONS(3235), - [anon_sym_SLASH] = ACTIONS(3235), - [anon_sym_PERCENT] = ACTIONS(3235), - [anon_sym_LT] = ACTIONS(3235), - [anon_sym_GT] = ACTIONS(3235), - [anon_sym_EQ_EQ] = ACTIONS(3235), - [anon_sym_BANG_EQ] = ACTIONS(3235), - [anon_sym_LT_EQ] = ACTIONS(3235), - [anon_sym_GT_EQ] = ACTIONS(3235), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3235), - [anon_sym_LBRACK] = ACTIONS(3233), - [anon_sym_struct] = ACTIONS(3235), - [anon_sym_mut] = ACTIONS(3235), - [anon_sym_PLUS_PLUS] = ACTIONS(3235), - [anon_sym_DASH_DASH] = ACTIONS(3235), - [anon_sym_QMARK] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3235), - [anon_sym_go] = ACTIONS(3235), - [anon_sym_spawn] = ACTIONS(3235), - [anon_sym_json_DOTdecode] = ACTIONS(3235), - [anon_sym_LBRACK2] = ACTIONS(3235), - [anon_sym_TILDE] = ACTIONS(3235), - [anon_sym_CARET] = ACTIONS(3235), - [anon_sym_AMP] = ACTIONS(3235), - [anon_sym_LT_DASH] = ACTIONS(3235), - [anon_sym_LT_LT] = ACTIONS(3235), - [anon_sym_GT_GT] = ACTIONS(3235), - [anon_sym_GT_GT_GT] = ACTIONS(3235), - [anon_sym_AMP_CARET] = ACTIONS(3235), - [anon_sym_AMP_AMP] = ACTIONS(3235), - [anon_sym_PIPE_PIPE] = ACTIONS(3235), - [anon_sym_or] = ACTIONS(3235), - [sym_none] = ACTIONS(3235), - [sym_true] = ACTIONS(3235), - [sym_false] = ACTIONS(3235), - [sym_nil] = ACTIONS(3235), - [anon_sym_QMARK_DOT] = ACTIONS(3235), - [anon_sym_POUND_LBRACK] = ACTIONS(3235), - [anon_sym_if] = ACTIONS(3235), - [anon_sym_DOLLARif] = ACTIONS(3235), - [anon_sym_is] = ACTIONS(3235), - [anon_sym_BANGis] = ACTIONS(3235), - [anon_sym_in] = ACTIONS(3235), - [anon_sym_BANGin] = ACTIONS(3235), - [anon_sym_match] = ACTIONS(3235), - [anon_sym_select] = ACTIONS(3235), - [anon_sym_lock] = ACTIONS(3235), - [anon_sym_rlock] = ACTIONS(3235), - [anon_sym_unsafe] = ACTIONS(3235), - [anon_sym_sql] = ACTIONS(3235), - [sym_int_literal] = ACTIONS(3235), - [sym_float_literal] = ACTIONS(3235), - [sym_rune_literal] = ACTIONS(3235), - [sym_pseudo_compile_time_identifier] = ACTIONS(3235), - [anon_sym_shared] = ACTIONS(3235), - [anon_sym_map_LBRACK] = ACTIONS(3235), - [anon_sym_chan] = ACTIONS(3235), - [anon_sym_thread] = ACTIONS(3235), - [anon_sym_atomic] = ACTIONS(3235), - [sym___double_quote] = ACTIONS(3235), - [sym___single_quote] = ACTIONS(3235), - [sym___c_double_quote] = ACTIONS(3235), - [sym___c_single_quote] = ACTIONS(3235), - [sym___r_double_quote] = ACTIONS(3235), - [sym___r_single_quote] = ACTIONS(3235), + [anon_sym_SEMI] = ACTIONS(3301), + [anon_sym_DOT] = ACTIONS(3301), + [anon_sym_as] = ACTIONS(3301), + [anon_sym_LBRACE] = ACTIONS(3301), + [anon_sym_COMMA] = ACTIONS(3301), + [anon_sym_RBRACE] = ACTIONS(3301), + [anon_sym_LPAREN] = ACTIONS(3301), + [anon_sym_RPAREN] = ACTIONS(3301), + [anon_sym_PIPE] = ACTIONS(3301), + [anon_sym_fn] = ACTIONS(3301), + [anon_sym_PLUS] = ACTIONS(3301), + [anon_sym_DASH] = ACTIONS(3301), + [anon_sym_STAR] = ACTIONS(3301), + [anon_sym_SLASH] = ACTIONS(3301), + [anon_sym_PERCENT] = ACTIONS(3301), + [anon_sym_LT] = ACTIONS(3301), + [anon_sym_GT] = ACTIONS(3301), + [anon_sym_EQ_EQ] = ACTIONS(3301), + [anon_sym_BANG_EQ] = ACTIONS(3301), + [anon_sym_LT_EQ] = ACTIONS(3301), + [anon_sym_GT_EQ] = ACTIONS(3301), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3301), + [anon_sym_LBRACK] = ACTIONS(3299), + [anon_sym_struct] = ACTIONS(3301), + [anon_sym_mut] = ACTIONS(3301), + [anon_sym_PLUS_PLUS] = ACTIONS(3301), + [anon_sym_DASH_DASH] = ACTIONS(3301), + [anon_sym_QMARK] = ACTIONS(3301), + [anon_sym_BANG] = ACTIONS(3301), + [anon_sym_go] = ACTIONS(3301), + [anon_sym_spawn] = ACTIONS(3301), + [anon_sym_json_DOTdecode] = ACTIONS(3301), + [anon_sym_LBRACK2] = ACTIONS(3301), + [anon_sym_TILDE] = ACTIONS(3301), + [anon_sym_CARET] = ACTIONS(3301), + [anon_sym_AMP] = ACTIONS(3301), + [anon_sym_LT_DASH] = ACTIONS(3301), + [anon_sym_LT_LT] = ACTIONS(3301), + [anon_sym_GT_GT] = ACTIONS(3301), + [anon_sym_GT_GT_GT] = ACTIONS(3301), + [anon_sym_AMP_CARET] = ACTIONS(3301), + [anon_sym_AMP_AMP] = ACTIONS(3301), + [anon_sym_PIPE_PIPE] = ACTIONS(3301), + [anon_sym_or] = ACTIONS(3301), + [sym_none] = ACTIONS(3301), + [sym_true] = ACTIONS(3301), + [sym_false] = ACTIONS(3301), + [sym_nil] = ACTIONS(3301), + [anon_sym_QMARK_DOT] = ACTIONS(3301), + [anon_sym_POUND_LBRACK] = ACTIONS(3301), + [anon_sym_if] = ACTIONS(3301), + [anon_sym_DOLLARif] = ACTIONS(3301), + [anon_sym_is] = ACTIONS(3301), + [anon_sym_BANGis] = ACTIONS(3301), + [anon_sym_in] = ACTIONS(3301), + [anon_sym_BANGin] = ACTIONS(3301), + [anon_sym_match] = ACTIONS(3301), + [anon_sym_select] = ACTIONS(3301), + [anon_sym_lock] = ACTIONS(3301), + [anon_sym_rlock] = ACTIONS(3301), + [anon_sym_unsafe] = ACTIONS(3301), + [anon_sym_sql] = ACTIONS(3301), + [sym_int_literal] = ACTIONS(3301), + [sym_float_literal] = ACTIONS(3301), + [sym_rune_literal] = ACTIONS(3301), + [sym_pseudo_compile_time_identifier] = ACTIONS(3301), + [anon_sym_shared] = ACTIONS(3301), + [anon_sym_map_LBRACK] = ACTIONS(3301), + [anon_sym_chan] = ACTIONS(3301), + [anon_sym_thread] = ACTIONS(3301), + [anon_sym_atomic] = ACTIONS(3301), + [sym___double_quote] = ACTIONS(3301), + [sym___single_quote] = ACTIONS(3301), + [sym___c_double_quote] = ACTIONS(3301), + [sym___c_single_quote] = ACTIONS(3301), + [sym___r_double_quote] = ACTIONS(3301), + [sym___r_single_quote] = ACTIONS(3301), }, [1248] = { [sym_line_comment] = STATE(1248), [sym_block_comment] = STATE(1248), - [sym_identifier] = ACTIONS(3247), - [anon_sym_LF] = ACTIONS(3247), - [anon_sym_CR] = ACTIONS(3247), - [anon_sym_CR_LF] = ACTIONS(3247), + [sym_identifier] = ACTIONS(3393), + [anon_sym_LF] = ACTIONS(3393), + [anon_sym_CR] = ACTIONS(3393), + [anon_sym_CR_LF] = ACTIONS(3393), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3247), - [anon_sym_DOT] = ACTIONS(3247), - [anon_sym_as] = ACTIONS(3247), - [anon_sym_LBRACE] = ACTIONS(3247), - [anon_sym_COMMA] = ACTIONS(3247), - [anon_sym_RBRACE] = ACTIONS(3247), - [anon_sym_LPAREN] = ACTIONS(3247), - [anon_sym_RPAREN] = ACTIONS(3247), - [anon_sym_PIPE] = ACTIONS(3247), - [anon_sym_fn] = ACTIONS(3247), - [anon_sym_PLUS] = ACTIONS(3247), - [anon_sym_DASH] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3247), - [anon_sym_SLASH] = ACTIONS(3247), - [anon_sym_PERCENT] = ACTIONS(3247), - [anon_sym_LT] = ACTIONS(3247), - [anon_sym_GT] = ACTIONS(3247), - [anon_sym_EQ_EQ] = ACTIONS(3247), - [anon_sym_BANG_EQ] = ACTIONS(3247), - [anon_sym_LT_EQ] = ACTIONS(3247), - [anon_sym_GT_EQ] = ACTIONS(3247), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3247), - [anon_sym_LBRACK] = ACTIONS(3245), - [anon_sym_struct] = ACTIONS(3247), - [anon_sym_mut] = ACTIONS(3247), - [anon_sym_PLUS_PLUS] = ACTIONS(3247), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3247), - [anon_sym_BANG] = ACTIONS(3247), - [anon_sym_go] = ACTIONS(3247), - [anon_sym_spawn] = ACTIONS(3247), - [anon_sym_json_DOTdecode] = ACTIONS(3247), - [anon_sym_LBRACK2] = ACTIONS(3247), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_CARET] = ACTIONS(3247), - [anon_sym_AMP] = ACTIONS(3247), - [anon_sym_LT_DASH] = ACTIONS(3247), - [anon_sym_LT_LT] = ACTIONS(3247), - [anon_sym_GT_GT] = ACTIONS(3247), - [anon_sym_GT_GT_GT] = ACTIONS(3247), - [anon_sym_AMP_CARET] = ACTIONS(3247), - [anon_sym_AMP_AMP] = ACTIONS(3247), - [anon_sym_PIPE_PIPE] = ACTIONS(3247), - [anon_sym_or] = ACTIONS(3247), - [sym_none] = ACTIONS(3247), - [sym_true] = ACTIONS(3247), - [sym_false] = ACTIONS(3247), - [sym_nil] = ACTIONS(3247), - [anon_sym_QMARK_DOT] = ACTIONS(3247), - [anon_sym_POUND_LBRACK] = ACTIONS(3247), - [anon_sym_if] = ACTIONS(3247), - [anon_sym_DOLLARif] = ACTIONS(3247), - [anon_sym_is] = ACTIONS(3247), - [anon_sym_BANGis] = ACTIONS(3247), - [anon_sym_in] = ACTIONS(3247), - [anon_sym_BANGin] = ACTIONS(3247), - [anon_sym_match] = ACTIONS(3247), - [anon_sym_select] = ACTIONS(3247), - [anon_sym_lock] = ACTIONS(3247), - [anon_sym_rlock] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(3247), - [anon_sym_sql] = ACTIONS(3247), - [sym_int_literal] = ACTIONS(3247), - [sym_float_literal] = ACTIONS(3247), - [sym_rune_literal] = ACTIONS(3247), - [sym_pseudo_compile_time_identifier] = ACTIONS(3247), - [anon_sym_shared] = ACTIONS(3247), - [anon_sym_map_LBRACK] = ACTIONS(3247), - [anon_sym_chan] = ACTIONS(3247), - [anon_sym_thread] = ACTIONS(3247), - [anon_sym_atomic] = ACTIONS(3247), - [sym___double_quote] = ACTIONS(3247), - [sym___single_quote] = ACTIONS(3247), - [sym___c_double_quote] = ACTIONS(3247), - [sym___c_single_quote] = ACTIONS(3247), - [sym___r_double_quote] = ACTIONS(3247), - [sym___r_single_quote] = ACTIONS(3247), + [anon_sym_SEMI] = ACTIONS(3393), + [anon_sym_DOT] = ACTIONS(3393), + [anon_sym_as] = ACTIONS(3393), + [anon_sym_LBRACE] = ACTIONS(3393), + [anon_sym_COMMA] = ACTIONS(3393), + [anon_sym_RBRACE] = ACTIONS(3393), + [anon_sym_LPAREN] = ACTIONS(3393), + [anon_sym_RPAREN] = ACTIONS(3393), + [anon_sym_PIPE] = ACTIONS(3393), + [anon_sym_fn] = ACTIONS(3393), + [anon_sym_PLUS] = ACTIONS(3393), + [anon_sym_DASH] = ACTIONS(3393), + [anon_sym_STAR] = ACTIONS(3393), + [anon_sym_SLASH] = ACTIONS(3393), + [anon_sym_PERCENT] = ACTIONS(3393), + [anon_sym_LT] = ACTIONS(3393), + [anon_sym_GT] = ACTIONS(3393), + [anon_sym_EQ_EQ] = ACTIONS(3393), + [anon_sym_BANG_EQ] = ACTIONS(3393), + [anon_sym_LT_EQ] = ACTIONS(3393), + [anon_sym_GT_EQ] = ACTIONS(3393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3393), + [anon_sym_LBRACK] = ACTIONS(3391), + [anon_sym_struct] = ACTIONS(3393), + [anon_sym_mut] = ACTIONS(3393), + [anon_sym_PLUS_PLUS] = ACTIONS(3393), + [anon_sym_DASH_DASH] = ACTIONS(3393), + [anon_sym_QMARK] = ACTIONS(3393), + [anon_sym_BANG] = ACTIONS(3393), + [anon_sym_go] = ACTIONS(3393), + [anon_sym_spawn] = ACTIONS(3393), + [anon_sym_json_DOTdecode] = ACTIONS(3393), + [anon_sym_LBRACK2] = ACTIONS(3393), + [anon_sym_TILDE] = ACTIONS(3393), + [anon_sym_CARET] = ACTIONS(3393), + [anon_sym_AMP] = ACTIONS(3393), + [anon_sym_LT_DASH] = ACTIONS(3393), + [anon_sym_LT_LT] = ACTIONS(3393), + [anon_sym_GT_GT] = ACTIONS(3393), + [anon_sym_GT_GT_GT] = ACTIONS(3393), + [anon_sym_AMP_CARET] = ACTIONS(3393), + [anon_sym_AMP_AMP] = ACTIONS(3393), + [anon_sym_PIPE_PIPE] = ACTIONS(3393), + [anon_sym_or] = ACTIONS(3393), + [sym_none] = ACTIONS(3393), + [sym_true] = ACTIONS(3393), + [sym_false] = ACTIONS(3393), + [sym_nil] = ACTIONS(3393), + [anon_sym_QMARK_DOT] = ACTIONS(3393), + [anon_sym_POUND_LBRACK] = ACTIONS(3393), + [anon_sym_if] = ACTIONS(3393), + [anon_sym_DOLLARif] = ACTIONS(3393), + [anon_sym_is] = ACTIONS(3393), + [anon_sym_BANGis] = ACTIONS(3393), + [anon_sym_in] = ACTIONS(3393), + [anon_sym_BANGin] = ACTIONS(3393), + [anon_sym_match] = ACTIONS(3393), + [anon_sym_select] = ACTIONS(3393), + [anon_sym_lock] = ACTIONS(3393), + [anon_sym_rlock] = ACTIONS(3393), + [anon_sym_unsafe] = ACTIONS(3393), + [anon_sym_sql] = ACTIONS(3393), + [sym_int_literal] = ACTIONS(3393), + [sym_float_literal] = ACTIONS(3393), + [sym_rune_literal] = ACTIONS(3393), + [sym_pseudo_compile_time_identifier] = ACTIONS(3393), + [anon_sym_shared] = ACTIONS(3393), + [anon_sym_map_LBRACK] = ACTIONS(3393), + [anon_sym_chan] = ACTIONS(3393), + [anon_sym_thread] = ACTIONS(3393), + [anon_sym_atomic] = ACTIONS(3393), + [sym___double_quote] = ACTIONS(3393), + [sym___single_quote] = ACTIONS(3393), + [sym___c_double_quote] = ACTIONS(3393), + [sym___c_single_quote] = ACTIONS(3393), + [sym___r_double_quote] = ACTIONS(3393), + [sym___r_single_quote] = ACTIONS(3393), }, [1249] = { [sym_line_comment] = STATE(1249), [sym_block_comment] = STATE(1249), - [sym_identifier] = ACTIONS(3215), - [anon_sym_LF] = ACTIONS(3215), - [anon_sym_CR] = ACTIONS(3215), - [anon_sym_CR_LF] = ACTIONS(3215), + [sym_identifier] = ACTIONS(3385), + [anon_sym_LF] = ACTIONS(3385), + [anon_sym_CR] = ACTIONS(3385), + [anon_sym_CR_LF] = ACTIONS(3385), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3215), - [anon_sym_DOT] = ACTIONS(3215), - [anon_sym_as] = ACTIONS(3215), - [anon_sym_LBRACE] = ACTIONS(3215), - [anon_sym_COMMA] = ACTIONS(3215), - [anon_sym_RBRACE] = ACTIONS(3215), - [anon_sym_LPAREN] = ACTIONS(3215), - [anon_sym_RPAREN] = ACTIONS(3215), - [anon_sym_PIPE] = ACTIONS(3215), - [anon_sym_fn] = ACTIONS(3215), - [anon_sym_PLUS] = ACTIONS(3215), - [anon_sym_DASH] = ACTIONS(3215), - [anon_sym_STAR] = ACTIONS(3215), - [anon_sym_SLASH] = ACTIONS(3215), - [anon_sym_PERCENT] = ACTIONS(3215), - [anon_sym_LT] = ACTIONS(3215), - [anon_sym_GT] = ACTIONS(3215), - [anon_sym_EQ_EQ] = ACTIONS(3215), - [anon_sym_BANG_EQ] = ACTIONS(3215), - [anon_sym_LT_EQ] = ACTIONS(3215), - [anon_sym_GT_EQ] = ACTIONS(3215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3215), - [anon_sym_LBRACK] = ACTIONS(3213), - [anon_sym_struct] = ACTIONS(3215), - [anon_sym_mut] = ACTIONS(3215), - [anon_sym_PLUS_PLUS] = ACTIONS(3215), - [anon_sym_DASH_DASH] = ACTIONS(3215), - [anon_sym_QMARK] = ACTIONS(3215), - [anon_sym_BANG] = ACTIONS(3215), - [anon_sym_go] = ACTIONS(3215), - [anon_sym_spawn] = ACTIONS(3215), - [anon_sym_json_DOTdecode] = ACTIONS(3215), - [anon_sym_LBRACK2] = ACTIONS(3215), - [anon_sym_TILDE] = ACTIONS(3215), - [anon_sym_CARET] = ACTIONS(3215), - [anon_sym_AMP] = ACTIONS(3215), - [anon_sym_LT_DASH] = ACTIONS(3215), - [anon_sym_LT_LT] = ACTIONS(3215), - [anon_sym_GT_GT] = ACTIONS(3215), - [anon_sym_GT_GT_GT] = ACTIONS(3215), - [anon_sym_AMP_CARET] = ACTIONS(3215), - [anon_sym_AMP_AMP] = ACTIONS(3215), - [anon_sym_PIPE_PIPE] = ACTIONS(3215), - [anon_sym_or] = ACTIONS(3215), - [sym_none] = ACTIONS(3215), - [sym_true] = ACTIONS(3215), - [sym_false] = ACTIONS(3215), - [sym_nil] = ACTIONS(3215), - [anon_sym_QMARK_DOT] = ACTIONS(3215), - [anon_sym_POUND_LBRACK] = ACTIONS(3215), - [anon_sym_if] = ACTIONS(3215), - [anon_sym_DOLLARif] = ACTIONS(3215), - [anon_sym_is] = ACTIONS(3215), - [anon_sym_BANGis] = ACTIONS(3215), - [anon_sym_in] = ACTIONS(3215), - [anon_sym_BANGin] = ACTIONS(3215), - [anon_sym_match] = ACTIONS(3215), - [anon_sym_select] = ACTIONS(3215), - [anon_sym_lock] = ACTIONS(3215), - [anon_sym_rlock] = ACTIONS(3215), - [anon_sym_unsafe] = ACTIONS(3215), - [anon_sym_sql] = ACTIONS(3215), - [sym_int_literal] = ACTIONS(3215), - [sym_float_literal] = ACTIONS(3215), - [sym_rune_literal] = ACTIONS(3215), - [sym_pseudo_compile_time_identifier] = ACTIONS(3215), - [anon_sym_shared] = ACTIONS(3215), - [anon_sym_map_LBRACK] = ACTIONS(3215), - [anon_sym_chan] = ACTIONS(3215), - [anon_sym_thread] = ACTIONS(3215), - [anon_sym_atomic] = ACTIONS(3215), - [sym___double_quote] = ACTIONS(3215), - [sym___single_quote] = ACTIONS(3215), - [sym___c_double_quote] = ACTIONS(3215), - [sym___c_single_quote] = ACTIONS(3215), - [sym___r_double_quote] = ACTIONS(3215), - [sym___r_single_quote] = ACTIONS(3215), + [anon_sym_SEMI] = ACTIONS(3385), + [anon_sym_DOT] = ACTIONS(3385), + [anon_sym_as] = ACTIONS(3385), + [anon_sym_LBRACE] = ACTIONS(3385), + [anon_sym_COMMA] = ACTIONS(3385), + [anon_sym_RBRACE] = ACTIONS(3385), + [anon_sym_LPAREN] = ACTIONS(3385), + [anon_sym_RPAREN] = ACTIONS(3385), + [anon_sym_PIPE] = ACTIONS(3385), + [anon_sym_fn] = ACTIONS(3385), + [anon_sym_PLUS] = ACTIONS(3385), + [anon_sym_DASH] = ACTIONS(3385), + [anon_sym_STAR] = ACTIONS(3385), + [anon_sym_SLASH] = ACTIONS(3385), + [anon_sym_PERCENT] = ACTIONS(3385), + [anon_sym_LT] = ACTIONS(3385), + [anon_sym_GT] = ACTIONS(3385), + [anon_sym_EQ_EQ] = ACTIONS(3385), + [anon_sym_BANG_EQ] = ACTIONS(3385), + [anon_sym_LT_EQ] = ACTIONS(3385), + [anon_sym_GT_EQ] = ACTIONS(3385), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3385), + [anon_sym_LBRACK] = ACTIONS(3383), + [anon_sym_struct] = ACTIONS(3385), + [anon_sym_mut] = ACTIONS(3385), + [anon_sym_PLUS_PLUS] = ACTIONS(3385), + [anon_sym_DASH_DASH] = ACTIONS(3385), + [anon_sym_QMARK] = ACTIONS(3385), + [anon_sym_BANG] = ACTIONS(3385), + [anon_sym_go] = ACTIONS(3385), + [anon_sym_spawn] = ACTIONS(3385), + [anon_sym_json_DOTdecode] = ACTIONS(3385), + [anon_sym_LBRACK2] = ACTIONS(3385), + [anon_sym_TILDE] = ACTIONS(3385), + [anon_sym_CARET] = ACTIONS(3385), + [anon_sym_AMP] = ACTIONS(3385), + [anon_sym_LT_DASH] = ACTIONS(3385), + [anon_sym_LT_LT] = ACTIONS(3385), + [anon_sym_GT_GT] = ACTIONS(3385), + [anon_sym_GT_GT_GT] = ACTIONS(3385), + [anon_sym_AMP_CARET] = ACTIONS(3385), + [anon_sym_AMP_AMP] = ACTIONS(3385), + [anon_sym_PIPE_PIPE] = ACTIONS(3385), + [anon_sym_or] = ACTIONS(3385), + [sym_none] = ACTIONS(3385), + [sym_true] = ACTIONS(3385), + [sym_false] = ACTIONS(3385), + [sym_nil] = ACTIONS(3385), + [anon_sym_QMARK_DOT] = ACTIONS(3385), + [anon_sym_POUND_LBRACK] = ACTIONS(3385), + [anon_sym_if] = ACTIONS(3385), + [anon_sym_DOLLARif] = ACTIONS(3385), + [anon_sym_is] = ACTIONS(3385), + [anon_sym_BANGis] = ACTIONS(3385), + [anon_sym_in] = ACTIONS(3385), + [anon_sym_BANGin] = ACTIONS(3385), + [anon_sym_match] = ACTIONS(3385), + [anon_sym_select] = ACTIONS(3385), + [anon_sym_lock] = ACTIONS(3385), + [anon_sym_rlock] = ACTIONS(3385), + [anon_sym_unsafe] = ACTIONS(3385), + [anon_sym_sql] = ACTIONS(3385), + [sym_int_literal] = ACTIONS(3385), + [sym_float_literal] = ACTIONS(3385), + [sym_rune_literal] = ACTIONS(3385), + [sym_pseudo_compile_time_identifier] = ACTIONS(3385), + [anon_sym_shared] = ACTIONS(3385), + [anon_sym_map_LBRACK] = ACTIONS(3385), + [anon_sym_chan] = ACTIONS(3385), + [anon_sym_thread] = ACTIONS(3385), + [anon_sym_atomic] = ACTIONS(3385), + [sym___double_quote] = ACTIONS(3385), + [sym___single_quote] = ACTIONS(3385), + [sym___c_double_quote] = ACTIONS(3385), + [sym___c_single_quote] = ACTIONS(3385), + [sym___r_double_quote] = ACTIONS(3385), + [sym___r_single_quote] = ACTIONS(3385), }, [1250] = { [sym_line_comment] = STATE(1250), [sym_block_comment] = STATE(1250), - [sym_identifier] = ACTIONS(2939), - [anon_sym_LF] = ACTIONS(2939), - [anon_sym_CR] = ACTIONS(2939), - [anon_sym_CR_LF] = ACTIONS(2939), + [sym_identifier] = ACTIONS(3365), + [anon_sym_LF] = ACTIONS(3365), + [anon_sym_CR] = ACTIONS(3365), + [anon_sym_CR_LF] = ACTIONS(3365), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2939), - [anon_sym_DOT] = ACTIONS(2939), - [anon_sym_as] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2939), - [anon_sym_COMMA] = ACTIONS(2939), - [anon_sym_RBRACE] = ACTIONS(2939), - [anon_sym_LPAREN] = ACTIONS(2939), - [anon_sym_RPAREN] = ACTIONS(2939), - [anon_sym_PIPE] = ACTIONS(2939), - [anon_sym_fn] = ACTIONS(2939), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_STAR] = ACTIONS(2939), - [anon_sym_SLASH] = ACTIONS(2939), - [anon_sym_PERCENT] = ACTIONS(2939), - [anon_sym_LT] = ACTIONS(2939), - [anon_sym_GT] = ACTIONS(2939), - [anon_sym_EQ_EQ] = ACTIONS(2939), - [anon_sym_BANG_EQ] = ACTIONS(2939), - [anon_sym_LT_EQ] = ACTIONS(2939), - [anon_sym_GT_EQ] = ACTIONS(2939), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2939), - [anon_sym_LBRACK] = ACTIONS(2937), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_mut] = ACTIONS(2939), - [anon_sym_PLUS_PLUS] = ACTIONS(2939), - [anon_sym_DASH_DASH] = ACTIONS(2939), - [anon_sym_QMARK] = ACTIONS(2939), - [anon_sym_BANG] = ACTIONS(2939), - [anon_sym_go] = ACTIONS(2939), - [anon_sym_spawn] = ACTIONS(2939), - [anon_sym_json_DOTdecode] = ACTIONS(2939), - [anon_sym_LBRACK2] = ACTIONS(2939), - [anon_sym_TILDE] = ACTIONS(2939), - [anon_sym_CARET] = ACTIONS(2939), - [anon_sym_AMP] = ACTIONS(2939), - [anon_sym_LT_DASH] = ACTIONS(2939), - [anon_sym_LT_LT] = ACTIONS(2939), - [anon_sym_GT_GT] = ACTIONS(2939), - [anon_sym_GT_GT_GT] = ACTIONS(2939), - [anon_sym_AMP_CARET] = ACTIONS(2939), - [anon_sym_AMP_AMP] = ACTIONS(2939), - [anon_sym_PIPE_PIPE] = ACTIONS(2939), - [anon_sym_or] = ACTIONS(2939), - [sym_none] = ACTIONS(2939), - [sym_true] = ACTIONS(2939), - [sym_false] = ACTIONS(2939), - [sym_nil] = ACTIONS(2939), - [anon_sym_QMARK_DOT] = ACTIONS(2939), - [anon_sym_POUND_LBRACK] = ACTIONS(2939), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_DOLLARif] = ACTIONS(2939), - [anon_sym_is] = ACTIONS(2939), - [anon_sym_BANGis] = ACTIONS(2939), - [anon_sym_in] = ACTIONS(2939), - [anon_sym_BANGin] = ACTIONS(2939), - [anon_sym_match] = ACTIONS(2939), - [anon_sym_select] = ACTIONS(2939), - [anon_sym_lock] = ACTIONS(2939), - [anon_sym_rlock] = ACTIONS(2939), - [anon_sym_unsafe] = ACTIONS(2939), - [anon_sym_sql] = ACTIONS(2939), - [sym_int_literal] = ACTIONS(2939), - [sym_float_literal] = ACTIONS(2939), - [sym_rune_literal] = ACTIONS(2939), - [sym_pseudo_compile_time_identifier] = ACTIONS(2939), - [anon_sym_shared] = ACTIONS(2939), - [anon_sym_map_LBRACK] = ACTIONS(2939), - [anon_sym_chan] = ACTIONS(2939), - [anon_sym_thread] = ACTIONS(2939), - [anon_sym_atomic] = ACTIONS(2939), - [sym___double_quote] = ACTIONS(2939), - [sym___single_quote] = ACTIONS(2939), - [sym___c_double_quote] = ACTIONS(2939), - [sym___c_single_quote] = ACTIONS(2939), - [sym___r_double_quote] = ACTIONS(2939), - [sym___r_single_quote] = ACTIONS(2939), + [anon_sym_SEMI] = ACTIONS(3365), + [anon_sym_DOT] = ACTIONS(3365), + [anon_sym_as] = ACTIONS(3365), + [anon_sym_LBRACE] = ACTIONS(3365), + [anon_sym_COMMA] = ACTIONS(3365), + [anon_sym_RBRACE] = ACTIONS(3365), + [anon_sym_LPAREN] = ACTIONS(3365), + [anon_sym_RPAREN] = ACTIONS(3365), + [anon_sym_PIPE] = ACTIONS(3365), + [anon_sym_fn] = ACTIONS(3365), + [anon_sym_PLUS] = ACTIONS(3365), + [anon_sym_DASH] = ACTIONS(3365), + [anon_sym_STAR] = ACTIONS(3365), + [anon_sym_SLASH] = ACTIONS(3365), + [anon_sym_PERCENT] = ACTIONS(3365), + [anon_sym_LT] = ACTIONS(3365), + [anon_sym_GT] = ACTIONS(3365), + [anon_sym_EQ_EQ] = ACTIONS(3365), + [anon_sym_BANG_EQ] = ACTIONS(3365), + [anon_sym_LT_EQ] = ACTIONS(3365), + [anon_sym_GT_EQ] = ACTIONS(3365), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3365), + [anon_sym_LBRACK] = ACTIONS(3363), + [anon_sym_struct] = ACTIONS(3365), + [anon_sym_mut] = ACTIONS(3365), + [anon_sym_PLUS_PLUS] = ACTIONS(3365), + [anon_sym_DASH_DASH] = ACTIONS(3365), + [anon_sym_QMARK] = ACTIONS(3365), + [anon_sym_BANG] = ACTIONS(3365), + [anon_sym_go] = ACTIONS(3365), + [anon_sym_spawn] = ACTIONS(3365), + [anon_sym_json_DOTdecode] = ACTIONS(3365), + [anon_sym_LBRACK2] = ACTIONS(3365), + [anon_sym_TILDE] = ACTIONS(3365), + [anon_sym_CARET] = ACTIONS(3365), + [anon_sym_AMP] = ACTIONS(3365), + [anon_sym_LT_DASH] = ACTIONS(3365), + [anon_sym_LT_LT] = ACTIONS(3365), + [anon_sym_GT_GT] = ACTIONS(3365), + [anon_sym_GT_GT_GT] = ACTIONS(3365), + [anon_sym_AMP_CARET] = ACTIONS(3365), + [anon_sym_AMP_AMP] = ACTIONS(3365), + [anon_sym_PIPE_PIPE] = ACTIONS(3365), + [anon_sym_or] = ACTIONS(3365), + [sym_none] = ACTIONS(3365), + [sym_true] = ACTIONS(3365), + [sym_false] = ACTIONS(3365), + [sym_nil] = ACTIONS(3365), + [anon_sym_QMARK_DOT] = ACTIONS(3365), + [anon_sym_POUND_LBRACK] = ACTIONS(3365), + [anon_sym_if] = ACTIONS(3365), + [anon_sym_DOLLARif] = ACTIONS(3365), + [anon_sym_is] = ACTIONS(3365), + [anon_sym_BANGis] = ACTIONS(3365), + [anon_sym_in] = ACTIONS(3365), + [anon_sym_BANGin] = ACTIONS(3365), + [anon_sym_match] = ACTIONS(3365), + [anon_sym_select] = ACTIONS(3365), + [anon_sym_lock] = ACTIONS(3365), + [anon_sym_rlock] = ACTIONS(3365), + [anon_sym_unsafe] = ACTIONS(3365), + [anon_sym_sql] = ACTIONS(3365), + [sym_int_literal] = ACTIONS(3365), + [sym_float_literal] = ACTIONS(3365), + [sym_rune_literal] = ACTIONS(3365), + [sym_pseudo_compile_time_identifier] = ACTIONS(3365), + [anon_sym_shared] = ACTIONS(3365), + [anon_sym_map_LBRACK] = ACTIONS(3365), + [anon_sym_chan] = ACTIONS(3365), + [anon_sym_thread] = ACTIONS(3365), + [anon_sym_atomic] = ACTIONS(3365), + [sym___double_quote] = ACTIONS(3365), + [sym___single_quote] = ACTIONS(3365), + [sym___c_double_quote] = ACTIONS(3365), + [sym___c_single_quote] = ACTIONS(3365), + [sym___r_double_quote] = ACTIONS(3365), + [sym___r_single_quote] = ACTIONS(3365), }, [1251] = { [sym_line_comment] = STATE(1251), [sym_block_comment] = STATE(1251), - [sym_identifier] = ACTIONS(3275), - [anon_sym_LF] = ACTIONS(3275), - [anon_sym_CR] = ACTIONS(3275), - [anon_sym_CR_LF] = ACTIONS(3275), + [sym_identifier] = ACTIONS(3420), + [anon_sym_LF] = ACTIONS(3420), + [anon_sym_CR] = ACTIONS(3420), + [anon_sym_CR_LF] = ACTIONS(3420), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3275), - [anon_sym_DOT] = ACTIONS(3275), - [anon_sym_as] = ACTIONS(3275), - [anon_sym_LBRACE] = ACTIONS(3275), - [anon_sym_COMMA] = ACTIONS(3275), - [anon_sym_RBRACE] = ACTIONS(3275), - [anon_sym_LPAREN] = ACTIONS(3275), - [anon_sym_RPAREN] = ACTIONS(3275), - [anon_sym_PIPE] = ACTIONS(3275), - [anon_sym_fn] = ACTIONS(3275), - [anon_sym_PLUS] = ACTIONS(3275), - [anon_sym_DASH] = ACTIONS(3275), - [anon_sym_STAR] = ACTIONS(3275), - [anon_sym_SLASH] = ACTIONS(3275), - [anon_sym_PERCENT] = ACTIONS(3275), - [anon_sym_LT] = ACTIONS(3275), - [anon_sym_GT] = ACTIONS(3275), - [anon_sym_EQ_EQ] = ACTIONS(3275), - [anon_sym_BANG_EQ] = ACTIONS(3275), - [anon_sym_LT_EQ] = ACTIONS(3275), - [anon_sym_GT_EQ] = ACTIONS(3275), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3275), - [anon_sym_LBRACK] = ACTIONS(3273), - [anon_sym_struct] = ACTIONS(3275), - [anon_sym_mut] = ACTIONS(3275), - [anon_sym_PLUS_PLUS] = ACTIONS(3275), - [anon_sym_DASH_DASH] = ACTIONS(3275), - [anon_sym_QMARK] = ACTIONS(3275), - [anon_sym_BANG] = ACTIONS(3275), - [anon_sym_go] = ACTIONS(3275), - [anon_sym_spawn] = ACTIONS(3275), - [anon_sym_json_DOTdecode] = ACTIONS(3275), - [anon_sym_LBRACK2] = ACTIONS(3275), - [anon_sym_TILDE] = ACTIONS(3275), - [anon_sym_CARET] = ACTIONS(3275), - [anon_sym_AMP] = ACTIONS(3275), - [anon_sym_LT_DASH] = ACTIONS(3275), - [anon_sym_LT_LT] = ACTIONS(3275), - [anon_sym_GT_GT] = ACTIONS(3275), - [anon_sym_GT_GT_GT] = ACTIONS(3275), - [anon_sym_AMP_CARET] = ACTIONS(3275), - [anon_sym_AMP_AMP] = ACTIONS(3275), - [anon_sym_PIPE_PIPE] = ACTIONS(3275), - [anon_sym_or] = ACTIONS(3275), - [sym_none] = ACTIONS(3275), - [sym_true] = ACTIONS(3275), - [sym_false] = ACTIONS(3275), - [sym_nil] = ACTIONS(3275), - [anon_sym_QMARK_DOT] = ACTIONS(3275), - [anon_sym_POUND_LBRACK] = ACTIONS(3275), - [anon_sym_if] = ACTIONS(3275), - [anon_sym_DOLLARif] = ACTIONS(3275), - [anon_sym_is] = ACTIONS(3275), - [anon_sym_BANGis] = ACTIONS(3275), - [anon_sym_in] = ACTIONS(3275), - [anon_sym_BANGin] = ACTIONS(3275), - [anon_sym_match] = ACTIONS(3275), - [anon_sym_select] = ACTIONS(3275), - [anon_sym_lock] = ACTIONS(3275), - [anon_sym_rlock] = ACTIONS(3275), - [anon_sym_unsafe] = ACTIONS(3275), - [anon_sym_sql] = ACTIONS(3275), - [sym_int_literal] = ACTIONS(3275), - [sym_float_literal] = ACTIONS(3275), - [sym_rune_literal] = ACTIONS(3275), - [sym_pseudo_compile_time_identifier] = ACTIONS(3275), - [anon_sym_shared] = ACTIONS(3275), - [anon_sym_map_LBRACK] = ACTIONS(3275), - [anon_sym_chan] = ACTIONS(3275), - [anon_sym_thread] = ACTIONS(3275), - [anon_sym_atomic] = ACTIONS(3275), - [sym___double_quote] = ACTIONS(3275), - [sym___single_quote] = ACTIONS(3275), - [sym___c_double_quote] = ACTIONS(3275), - [sym___c_single_quote] = ACTIONS(3275), - [sym___r_double_quote] = ACTIONS(3275), - [sym___r_single_quote] = ACTIONS(3275), + [anon_sym_SEMI] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3420), + [anon_sym_COMMA] = ACTIONS(3420), + [anon_sym_RBRACE] = ACTIONS(3420), + [anon_sym_LPAREN] = ACTIONS(3420), + [anon_sym_RPAREN] = ACTIONS(3420), + [anon_sym_PIPE] = ACTIONS(3420), + [anon_sym_fn] = ACTIONS(3420), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_STAR] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3420), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_LT_EQ] = ACTIONS(3420), + [anon_sym_GT_EQ] = ACTIONS(3420), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3420), + [anon_sym_LBRACK] = ACTIONS(3418), + [anon_sym_struct] = ACTIONS(3420), + [anon_sym_mut] = ACTIONS(3420), + [anon_sym_PLUS_PLUS] = ACTIONS(3420), + [anon_sym_DASH_DASH] = ACTIONS(3420), + [anon_sym_QMARK] = ACTIONS(3420), + [anon_sym_BANG] = ACTIONS(3420), + [anon_sym_go] = ACTIONS(3420), + [anon_sym_spawn] = ACTIONS(3420), + [anon_sym_json_DOTdecode] = ACTIONS(3420), + [anon_sym_LBRACK2] = ACTIONS(3420), + [anon_sym_TILDE] = ACTIONS(3420), + [anon_sym_CARET] = ACTIONS(3420), + [anon_sym_AMP] = ACTIONS(3420), + [anon_sym_LT_DASH] = ACTIONS(3420), + [anon_sym_LT_LT] = ACTIONS(3420), + [anon_sym_GT_GT] = ACTIONS(3420), + [anon_sym_GT_GT_GT] = ACTIONS(3420), + [anon_sym_AMP_CARET] = ACTIONS(3420), + [anon_sym_AMP_AMP] = ACTIONS(3420), + [anon_sym_PIPE_PIPE] = ACTIONS(3420), + [anon_sym_or] = ACTIONS(3420), + [sym_none] = ACTIONS(3420), + [sym_true] = ACTIONS(3420), + [sym_false] = ACTIONS(3420), + [sym_nil] = ACTIONS(3420), + [anon_sym_QMARK_DOT] = ACTIONS(3420), + [anon_sym_POUND_LBRACK] = ACTIONS(3420), + [anon_sym_if] = ACTIONS(3420), + [anon_sym_DOLLARif] = ACTIONS(3420), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3420), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_BANGin] = ACTIONS(3420), + [anon_sym_match] = ACTIONS(3420), + [anon_sym_select] = ACTIONS(3420), + [anon_sym_lock] = ACTIONS(3420), + [anon_sym_rlock] = ACTIONS(3420), + [anon_sym_unsafe] = ACTIONS(3420), + [anon_sym_sql] = ACTIONS(3420), + [sym_int_literal] = ACTIONS(3420), + [sym_float_literal] = ACTIONS(3420), + [sym_rune_literal] = ACTIONS(3420), + [sym_pseudo_compile_time_identifier] = ACTIONS(3420), + [anon_sym_shared] = ACTIONS(3420), + [anon_sym_map_LBRACK] = ACTIONS(3420), + [anon_sym_chan] = ACTIONS(3420), + [anon_sym_thread] = ACTIONS(3420), + [anon_sym_atomic] = ACTIONS(3420), + [sym___double_quote] = ACTIONS(3420), + [sym___single_quote] = ACTIONS(3420), + [sym___c_double_quote] = ACTIONS(3420), + [sym___c_single_quote] = ACTIONS(3420), + [sym___r_double_quote] = ACTIONS(3420), + [sym___r_single_quote] = ACTIONS(3420), }, [1252] = { [sym_line_comment] = STATE(1252), [sym_block_comment] = STATE(1252), - [sym_identifier] = ACTIONS(3295), - [anon_sym_LF] = ACTIONS(3295), - [anon_sym_CR] = ACTIONS(3295), - [anon_sym_CR_LF] = ACTIONS(3295), + [sym_identifier] = ACTIONS(3189), + [anon_sym_LF] = ACTIONS(3189), + [anon_sym_CR] = ACTIONS(3189), + [anon_sym_CR_LF] = ACTIONS(3189), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3295), - [anon_sym_DOT] = ACTIONS(3295), - [anon_sym_as] = ACTIONS(3295), - [anon_sym_LBRACE] = ACTIONS(3295), - [anon_sym_COMMA] = ACTIONS(3295), - [anon_sym_RBRACE] = ACTIONS(3295), - [anon_sym_LPAREN] = ACTIONS(3295), - [anon_sym_RPAREN] = ACTIONS(3295), - [anon_sym_PIPE] = ACTIONS(3295), - [anon_sym_fn] = ACTIONS(3295), - [anon_sym_PLUS] = ACTIONS(3295), - [anon_sym_DASH] = ACTIONS(3295), - [anon_sym_STAR] = ACTIONS(3295), - [anon_sym_SLASH] = ACTIONS(3295), - [anon_sym_PERCENT] = ACTIONS(3295), - [anon_sym_LT] = ACTIONS(3295), - [anon_sym_GT] = ACTIONS(3295), - [anon_sym_EQ_EQ] = ACTIONS(3295), - [anon_sym_BANG_EQ] = ACTIONS(3295), - [anon_sym_LT_EQ] = ACTIONS(3295), - [anon_sym_GT_EQ] = ACTIONS(3295), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3295), - [anon_sym_LBRACK] = ACTIONS(3293), - [anon_sym_struct] = ACTIONS(3295), - [anon_sym_mut] = ACTIONS(3295), - [anon_sym_PLUS_PLUS] = ACTIONS(3295), - [anon_sym_DASH_DASH] = ACTIONS(3295), - [anon_sym_QMARK] = ACTIONS(3295), - [anon_sym_BANG] = ACTIONS(3295), - [anon_sym_go] = ACTIONS(3295), - [anon_sym_spawn] = ACTIONS(3295), - [anon_sym_json_DOTdecode] = ACTIONS(3295), - [anon_sym_LBRACK2] = ACTIONS(3295), - [anon_sym_TILDE] = ACTIONS(3295), - [anon_sym_CARET] = ACTIONS(3295), - [anon_sym_AMP] = ACTIONS(3295), - [anon_sym_LT_DASH] = ACTIONS(3295), - [anon_sym_LT_LT] = ACTIONS(3295), - [anon_sym_GT_GT] = ACTIONS(3295), - [anon_sym_GT_GT_GT] = ACTIONS(3295), - [anon_sym_AMP_CARET] = ACTIONS(3295), - [anon_sym_AMP_AMP] = ACTIONS(3295), - [anon_sym_PIPE_PIPE] = ACTIONS(3295), - [anon_sym_or] = ACTIONS(3295), - [sym_none] = ACTIONS(3295), - [sym_true] = ACTIONS(3295), - [sym_false] = ACTIONS(3295), - [sym_nil] = ACTIONS(3295), - [anon_sym_QMARK_DOT] = ACTIONS(3295), - [anon_sym_POUND_LBRACK] = ACTIONS(3295), - [anon_sym_if] = ACTIONS(3295), - [anon_sym_DOLLARif] = ACTIONS(3295), - [anon_sym_is] = ACTIONS(3295), - [anon_sym_BANGis] = ACTIONS(3295), - [anon_sym_in] = ACTIONS(3295), - [anon_sym_BANGin] = ACTIONS(3295), - [anon_sym_match] = ACTIONS(3295), - [anon_sym_select] = ACTIONS(3295), - [anon_sym_lock] = ACTIONS(3295), - [anon_sym_rlock] = ACTIONS(3295), - [anon_sym_unsafe] = ACTIONS(3295), - [anon_sym_sql] = ACTIONS(3295), - [sym_int_literal] = ACTIONS(3295), - [sym_float_literal] = ACTIONS(3295), - [sym_rune_literal] = ACTIONS(3295), - [sym_pseudo_compile_time_identifier] = ACTIONS(3295), - [anon_sym_shared] = ACTIONS(3295), - [anon_sym_map_LBRACK] = ACTIONS(3295), - [anon_sym_chan] = ACTIONS(3295), - [anon_sym_thread] = ACTIONS(3295), - [anon_sym_atomic] = ACTIONS(3295), - [sym___double_quote] = ACTIONS(3295), - [sym___single_quote] = ACTIONS(3295), - [sym___c_double_quote] = ACTIONS(3295), - [sym___c_single_quote] = ACTIONS(3295), - [sym___r_double_quote] = ACTIONS(3295), - [sym___r_single_quote] = ACTIONS(3295), + [anon_sym_SEMI] = ACTIONS(3189), + [anon_sym_DOT] = ACTIONS(3189), + [anon_sym_as] = ACTIONS(3189), + [anon_sym_LBRACE] = ACTIONS(3189), + [anon_sym_COMMA] = ACTIONS(3189), + [anon_sym_RBRACE] = ACTIONS(3189), + [anon_sym_LPAREN] = ACTIONS(3189), + [anon_sym_RPAREN] = ACTIONS(3189), + [anon_sym_PIPE] = ACTIONS(3189), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_PLUS] = ACTIONS(3189), + [anon_sym_DASH] = ACTIONS(3189), + [anon_sym_STAR] = ACTIONS(3189), + [anon_sym_SLASH] = ACTIONS(3189), + [anon_sym_PERCENT] = ACTIONS(3189), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3189), + [anon_sym_EQ_EQ] = ACTIONS(3189), + [anon_sym_BANG_EQ] = ACTIONS(3189), + [anon_sym_LT_EQ] = ACTIONS(3189), + [anon_sym_GT_EQ] = ACTIONS(3189), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3189), + [anon_sym_LBRACK] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3189), + [anon_sym_mut] = ACTIONS(3189), + [anon_sym_PLUS_PLUS] = ACTIONS(3189), + [anon_sym_DASH_DASH] = ACTIONS(3189), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_BANG] = ACTIONS(3189), + [anon_sym_go] = ACTIONS(3189), + [anon_sym_spawn] = ACTIONS(3189), + [anon_sym_json_DOTdecode] = ACTIONS(3189), + [anon_sym_LBRACK2] = ACTIONS(3189), + [anon_sym_TILDE] = ACTIONS(3189), + [anon_sym_CARET] = ACTIONS(3189), + [anon_sym_AMP] = ACTIONS(3189), + [anon_sym_LT_DASH] = ACTIONS(3189), + [anon_sym_LT_LT] = ACTIONS(3189), + [anon_sym_GT_GT] = ACTIONS(3189), + [anon_sym_GT_GT_GT] = ACTIONS(3189), + [anon_sym_AMP_CARET] = ACTIONS(3189), + [anon_sym_AMP_AMP] = ACTIONS(3189), + [anon_sym_PIPE_PIPE] = ACTIONS(3189), + [anon_sym_or] = ACTIONS(3189), + [sym_none] = ACTIONS(3189), + [sym_true] = ACTIONS(3189), + [sym_false] = ACTIONS(3189), + [sym_nil] = ACTIONS(3189), + [anon_sym_QMARK_DOT] = ACTIONS(3189), + [anon_sym_POUND_LBRACK] = ACTIONS(3189), + [anon_sym_if] = ACTIONS(3189), + [anon_sym_DOLLARif] = ACTIONS(3189), + [anon_sym_is] = ACTIONS(3189), + [anon_sym_BANGis] = ACTIONS(3189), + [anon_sym_in] = ACTIONS(3189), + [anon_sym_BANGin] = ACTIONS(3189), + [anon_sym_match] = ACTIONS(3189), + [anon_sym_select] = ACTIONS(3189), + [anon_sym_lock] = ACTIONS(3189), + [anon_sym_rlock] = ACTIONS(3189), + [anon_sym_unsafe] = ACTIONS(3189), + [anon_sym_sql] = ACTIONS(3189), + [sym_int_literal] = ACTIONS(3189), + [sym_float_literal] = ACTIONS(3189), + [sym_rune_literal] = ACTIONS(3189), + [sym_pseudo_compile_time_identifier] = ACTIONS(3189), + [anon_sym_shared] = ACTIONS(3189), + [anon_sym_map_LBRACK] = ACTIONS(3189), + [anon_sym_chan] = ACTIONS(3189), + [anon_sym_thread] = ACTIONS(3189), + [anon_sym_atomic] = ACTIONS(3189), + [sym___double_quote] = ACTIONS(3189), + [sym___single_quote] = ACTIONS(3189), + [sym___c_double_quote] = ACTIONS(3189), + [sym___c_single_quote] = ACTIONS(3189), + [sym___r_double_quote] = ACTIONS(3189), + [sym___r_single_quote] = ACTIONS(3189), }, [1253] = { [sym_line_comment] = STATE(1253), [sym_block_comment] = STATE(1253), - [sym_identifier] = ACTIONS(3303), - [anon_sym_LF] = ACTIONS(3303), - [anon_sym_CR] = ACTIONS(3303), - [anon_sym_CR_LF] = ACTIONS(3303), + [sym_identifier] = ACTIONS(3321), + [anon_sym_LF] = ACTIONS(3321), + [anon_sym_CR] = ACTIONS(3321), + [anon_sym_CR_LF] = ACTIONS(3321), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3303), - [anon_sym_DOT] = ACTIONS(3303), - [anon_sym_as] = ACTIONS(3303), - [anon_sym_LBRACE] = ACTIONS(3303), - [anon_sym_COMMA] = ACTIONS(3303), - [anon_sym_RBRACE] = ACTIONS(3303), - [anon_sym_LPAREN] = ACTIONS(3303), - [anon_sym_RPAREN] = ACTIONS(3303), - [anon_sym_PIPE] = ACTIONS(3303), - [anon_sym_fn] = ACTIONS(3303), - [anon_sym_PLUS] = ACTIONS(3303), - [anon_sym_DASH] = ACTIONS(3303), - [anon_sym_STAR] = ACTIONS(3303), - [anon_sym_SLASH] = ACTIONS(3303), - [anon_sym_PERCENT] = ACTIONS(3303), - [anon_sym_LT] = ACTIONS(3303), - [anon_sym_GT] = ACTIONS(3303), - [anon_sym_EQ_EQ] = ACTIONS(3303), - [anon_sym_BANG_EQ] = ACTIONS(3303), - [anon_sym_LT_EQ] = ACTIONS(3303), - [anon_sym_GT_EQ] = ACTIONS(3303), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3303), - [anon_sym_LBRACK] = ACTIONS(3301), - [anon_sym_struct] = ACTIONS(3303), - [anon_sym_mut] = ACTIONS(3303), - [anon_sym_PLUS_PLUS] = ACTIONS(3303), - [anon_sym_DASH_DASH] = ACTIONS(3303), - [anon_sym_QMARK] = ACTIONS(3303), - [anon_sym_BANG] = ACTIONS(3303), - [anon_sym_go] = ACTIONS(3303), - [anon_sym_spawn] = ACTIONS(3303), - [anon_sym_json_DOTdecode] = ACTIONS(3303), - [anon_sym_LBRACK2] = ACTIONS(3303), - [anon_sym_TILDE] = ACTIONS(3303), - [anon_sym_CARET] = ACTIONS(3303), - [anon_sym_AMP] = ACTIONS(3303), - [anon_sym_LT_DASH] = ACTIONS(3303), - [anon_sym_LT_LT] = ACTIONS(3303), - [anon_sym_GT_GT] = ACTIONS(3303), - [anon_sym_GT_GT_GT] = ACTIONS(3303), - [anon_sym_AMP_CARET] = ACTIONS(3303), - [anon_sym_AMP_AMP] = ACTIONS(3303), - [anon_sym_PIPE_PIPE] = ACTIONS(3303), - [anon_sym_or] = ACTIONS(3303), - [sym_none] = ACTIONS(3303), - [sym_true] = ACTIONS(3303), - [sym_false] = ACTIONS(3303), - [sym_nil] = ACTIONS(3303), - [anon_sym_QMARK_DOT] = ACTIONS(3303), - [anon_sym_POUND_LBRACK] = ACTIONS(3303), - [anon_sym_if] = ACTIONS(3303), - [anon_sym_DOLLARif] = ACTIONS(3303), - [anon_sym_is] = ACTIONS(3303), - [anon_sym_BANGis] = ACTIONS(3303), - [anon_sym_in] = ACTIONS(3303), - [anon_sym_BANGin] = ACTIONS(3303), - [anon_sym_match] = ACTIONS(3303), - [anon_sym_select] = ACTIONS(3303), - [anon_sym_lock] = ACTIONS(3303), - [anon_sym_rlock] = ACTIONS(3303), - [anon_sym_unsafe] = ACTIONS(3303), - [anon_sym_sql] = ACTIONS(3303), - [sym_int_literal] = ACTIONS(3303), - [sym_float_literal] = ACTIONS(3303), - [sym_rune_literal] = ACTIONS(3303), - [sym_pseudo_compile_time_identifier] = ACTIONS(3303), - [anon_sym_shared] = ACTIONS(3303), - [anon_sym_map_LBRACK] = ACTIONS(3303), - [anon_sym_chan] = ACTIONS(3303), - [anon_sym_thread] = ACTIONS(3303), - [anon_sym_atomic] = ACTIONS(3303), - [sym___double_quote] = ACTIONS(3303), - [sym___single_quote] = ACTIONS(3303), - [sym___c_double_quote] = ACTIONS(3303), - [sym___c_single_quote] = ACTIONS(3303), - [sym___r_double_quote] = ACTIONS(3303), - [sym___r_single_quote] = ACTIONS(3303), + [anon_sym_SEMI] = ACTIONS(3321), + [anon_sym_DOT] = ACTIONS(3321), + [anon_sym_as] = ACTIONS(3321), + [anon_sym_LBRACE] = ACTIONS(3321), + [anon_sym_COMMA] = ACTIONS(3321), + [anon_sym_RBRACE] = ACTIONS(3321), + [anon_sym_LPAREN] = ACTIONS(3321), + [anon_sym_RPAREN] = ACTIONS(3321), + [anon_sym_PIPE] = ACTIONS(3321), + [anon_sym_fn] = ACTIONS(3321), + [anon_sym_PLUS] = ACTIONS(3321), + [anon_sym_DASH] = ACTIONS(3321), + [anon_sym_STAR] = ACTIONS(3321), + [anon_sym_SLASH] = ACTIONS(3321), + [anon_sym_PERCENT] = ACTIONS(3321), + [anon_sym_LT] = ACTIONS(3321), + [anon_sym_GT] = ACTIONS(3321), + [anon_sym_EQ_EQ] = ACTIONS(3321), + [anon_sym_BANG_EQ] = ACTIONS(3321), + [anon_sym_LT_EQ] = ACTIONS(3321), + [anon_sym_GT_EQ] = ACTIONS(3321), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3321), + [anon_sym_LBRACK] = ACTIONS(3319), + [anon_sym_struct] = ACTIONS(3321), + [anon_sym_mut] = ACTIONS(3321), + [anon_sym_PLUS_PLUS] = ACTIONS(3321), + [anon_sym_DASH_DASH] = ACTIONS(3321), + [anon_sym_QMARK] = ACTIONS(3321), + [anon_sym_BANG] = ACTIONS(3321), + [anon_sym_go] = ACTIONS(3321), + [anon_sym_spawn] = ACTIONS(3321), + [anon_sym_json_DOTdecode] = ACTIONS(3321), + [anon_sym_LBRACK2] = ACTIONS(3321), + [anon_sym_TILDE] = ACTIONS(3321), + [anon_sym_CARET] = ACTIONS(3321), + [anon_sym_AMP] = ACTIONS(3321), + [anon_sym_LT_DASH] = ACTIONS(3321), + [anon_sym_LT_LT] = ACTIONS(3321), + [anon_sym_GT_GT] = ACTIONS(3321), + [anon_sym_GT_GT_GT] = ACTIONS(3321), + [anon_sym_AMP_CARET] = ACTIONS(3321), + [anon_sym_AMP_AMP] = ACTIONS(3321), + [anon_sym_PIPE_PIPE] = ACTIONS(3321), + [anon_sym_or] = ACTIONS(3321), + [sym_none] = ACTIONS(3321), + [sym_true] = ACTIONS(3321), + [sym_false] = ACTIONS(3321), + [sym_nil] = ACTIONS(3321), + [anon_sym_QMARK_DOT] = ACTIONS(3321), + [anon_sym_POUND_LBRACK] = ACTIONS(3321), + [anon_sym_if] = ACTIONS(3321), + [anon_sym_DOLLARif] = ACTIONS(3321), + [anon_sym_is] = ACTIONS(3321), + [anon_sym_BANGis] = ACTIONS(3321), + [anon_sym_in] = ACTIONS(3321), + [anon_sym_BANGin] = ACTIONS(3321), + [anon_sym_match] = ACTIONS(3321), + [anon_sym_select] = ACTIONS(3321), + [anon_sym_lock] = ACTIONS(3321), + [anon_sym_rlock] = ACTIONS(3321), + [anon_sym_unsafe] = ACTIONS(3321), + [anon_sym_sql] = ACTIONS(3321), + [sym_int_literal] = ACTIONS(3321), + [sym_float_literal] = ACTIONS(3321), + [sym_rune_literal] = ACTIONS(3321), + [sym_pseudo_compile_time_identifier] = ACTIONS(3321), + [anon_sym_shared] = ACTIONS(3321), + [anon_sym_map_LBRACK] = ACTIONS(3321), + [anon_sym_chan] = ACTIONS(3321), + [anon_sym_thread] = ACTIONS(3321), + [anon_sym_atomic] = ACTIONS(3321), + [sym___double_quote] = ACTIONS(3321), + [sym___single_quote] = ACTIONS(3321), + [sym___c_double_quote] = ACTIONS(3321), + [sym___c_single_quote] = ACTIONS(3321), + [sym___r_double_quote] = ACTIONS(3321), + [sym___r_single_quote] = ACTIONS(3321), }, [1254] = { [sym_line_comment] = STATE(1254), [sym_block_comment] = STATE(1254), - [sym_identifier] = ACTIONS(3307), - [anon_sym_LF] = ACTIONS(3307), - [anon_sym_CR] = ACTIONS(3307), - [anon_sym_CR_LF] = ACTIONS(3307), + [sym_identifier] = ACTIONS(3293), + [anon_sym_LF] = ACTIONS(3293), + [anon_sym_CR] = ACTIONS(3293), + [anon_sym_CR_LF] = ACTIONS(3293), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3307), - [anon_sym_DOT] = ACTIONS(3307), - [anon_sym_as] = ACTIONS(3307), - [anon_sym_LBRACE] = ACTIONS(3307), - [anon_sym_COMMA] = ACTIONS(3307), - [anon_sym_RBRACE] = ACTIONS(3307), - [anon_sym_LPAREN] = ACTIONS(3307), - [anon_sym_RPAREN] = ACTIONS(3307), - [anon_sym_PIPE] = ACTIONS(3307), - [anon_sym_fn] = ACTIONS(3307), - [anon_sym_PLUS] = ACTIONS(3307), - [anon_sym_DASH] = ACTIONS(3307), - [anon_sym_STAR] = ACTIONS(3307), - [anon_sym_SLASH] = ACTIONS(3307), - [anon_sym_PERCENT] = ACTIONS(3307), - [anon_sym_LT] = ACTIONS(3307), - [anon_sym_GT] = ACTIONS(3307), - [anon_sym_EQ_EQ] = ACTIONS(3307), - [anon_sym_BANG_EQ] = ACTIONS(3307), - [anon_sym_LT_EQ] = ACTIONS(3307), - [anon_sym_GT_EQ] = ACTIONS(3307), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3307), - [anon_sym_LBRACK] = ACTIONS(3305), - [anon_sym_struct] = ACTIONS(3307), - [anon_sym_mut] = ACTIONS(3307), - [anon_sym_PLUS_PLUS] = ACTIONS(3307), - [anon_sym_DASH_DASH] = ACTIONS(3307), - [anon_sym_QMARK] = ACTIONS(3307), - [anon_sym_BANG] = ACTIONS(3307), - [anon_sym_go] = ACTIONS(3307), - [anon_sym_spawn] = ACTIONS(3307), - [anon_sym_json_DOTdecode] = ACTIONS(3307), - [anon_sym_LBRACK2] = ACTIONS(3307), - [anon_sym_TILDE] = ACTIONS(3307), - [anon_sym_CARET] = ACTIONS(3307), - [anon_sym_AMP] = ACTIONS(3307), - [anon_sym_LT_DASH] = ACTIONS(3307), - [anon_sym_LT_LT] = ACTIONS(3307), - [anon_sym_GT_GT] = ACTIONS(3307), - [anon_sym_GT_GT_GT] = ACTIONS(3307), - [anon_sym_AMP_CARET] = ACTIONS(3307), - [anon_sym_AMP_AMP] = ACTIONS(3307), - [anon_sym_PIPE_PIPE] = ACTIONS(3307), - [anon_sym_or] = ACTIONS(3307), - [sym_none] = ACTIONS(3307), - [sym_true] = ACTIONS(3307), - [sym_false] = ACTIONS(3307), - [sym_nil] = ACTIONS(3307), - [anon_sym_QMARK_DOT] = ACTIONS(3307), - [anon_sym_POUND_LBRACK] = ACTIONS(3307), - [anon_sym_if] = ACTIONS(3307), - [anon_sym_DOLLARif] = ACTIONS(3307), - [anon_sym_is] = ACTIONS(3307), - [anon_sym_BANGis] = ACTIONS(3307), - [anon_sym_in] = ACTIONS(3307), - [anon_sym_BANGin] = ACTIONS(3307), - [anon_sym_match] = ACTIONS(3307), - [anon_sym_select] = ACTIONS(3307), - [anon_sym_lock] = ACTIONS(3307), - [anon_sym_rlock] = ACTIONS(3307), - [anon_sym_unsafe] = ACTIONS(3307), - [anon_sym_sql] = ACTIONS(3307), - [sym_int_literal] = ACTIONS(3307), - [sym_float_literal] = ACTIONS(3307), - [sym_rune_literal] = ACTIONS(3307), - [sym_pseudo_compile_time_identifier] = ACTIONS(3307), - [anon_sym_shared] = ACTIONS(3307), - [anon_sym_map_LBRACK] = ACTIONS(3307), - [anon_sym_chan] = ACTIONS(3307), - [anon_sym_thread] = ACTIONS(3307), - [anon_sym_atomic] = ACTIONS(3307), - [sym___double_quote] = ACTIONS(3307), - [sym___single_quote] = ACTIONS(3307), - [sym___c_double_quote] = ACTIONS(3307), - [sym___c_single_quote] = ACTIONS(3307), - [sym___r_double_quote] = ACTIONS(3307), - [sym___r_single_quote] = ACTIONS(3307), + [anon_sym_SEMI] = ACTIONS(3293), + [anon_sym_DOT] = ACTIONS(3293), + [anon_sym_as] = ACTIONS(3293), + [anon_sym_LBRACE] = ACTIONS(3293), + [anon_sym_COMMA] = ACTIONS(3293), + [anon_sym_RBRACE] = ACTIONS(3293), + [anon_sym_LPAREN] = ACTIONS(3293), + [anon_sym_RPAREN] = ACTIONS(3293), + [anon_sym_PIPE] = ACTIONS(3293), + [anon_sym_fn] = ACTIONS(3293), + [anon_sym_PLUS] = ACTIONS(3293), + [anon_sym_DASH] = ACTIONS(3293), + [anon_sym_STAR] = ACTIONS(3293), + [anon_sym_SLASH] = ACTIONS(3293), + [anon_sym_PERCENT] = ACTIONS(3293), + [anon_sym_LT] = ACTIONS(3293), + [anon_sym_GT] = ACTIONS(3293), + [anon_sym_EQ_EQ] = ACTIONS(3293), + [anon_sym_BANG_EQ] = ACTIONS(3293), + [anon_sym_LT_EQ] = ACTIONS(3293), + [anon_sym_GT_EQ] = ACTIONS(3293), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3293), + [anon_sym_LBRACK] = ACTIONS(3291), + [anon_sym_struct] = ACTIONS(3293), + [anon_sym_mut] = ACTIONS(3293), + [anon_sym_PLUS_PLUS] = ACTIONS(3293), + [anon_sym_DASH_DASH] = ACTIONS(3293), + [anon_sym_QMARK] = ACTIONS(3293), + [anon_sym_BANG] = ACTIONS(3293), + [anon_sym_go] = ACTIONS(3293), + [anon_sym_spawn] = ACTIONS(3293), + [anon_sym_json_DOTdecode] = ACTIONS(3293), + [anon_sym_LBRACK2] = ACTIONS(3293), + [anon_sym_TILDE] = ACTIONS(3293), + [anon_sym_CARET] = ACTIONS(3293), + [anon_sym_AMP] = ACTIONS(3293), + [anon_sym_LT_DASH] = ACTIONS(3293), + [anon_sym_LT_LT] = ACTIONS(3293), + [anon_sym_GT_GT] = ACTIONS(3293), + [anon_sym_GT_GT_GT] = ACTIONS(3293), + [anon_sym_AMP_CARET] = ACTIONS(3293), + [anon_sym_AMP_AMP] = ACTIONS(3293), + [anon_sym_PIPE_PIPE] = ACTIONS(3293), + [anon_sym_or] = ACTIONS(3293), + [sym_none] = ACTIONS(3293), + [sym_true] = ACTIONS(3293), + [sym_false] = ACTIONS(3293), + [sym_nil] = ACTIONS(3293), + [anon_sym_QMARK_DOT] = ACTIONS(3293), + [anon_sym_POUND_LBRACK] = ACTIONS(3293), + [anon_sym_if] = ACTIONS(3293), + [anon_sym_DOLLARif] = ACTIONS(3293), + [anon_sym_is] = ACTIONS(3293), + [anon_sym_BANGis] = ACTIONS(3293), + [anon_sym_in] = ACTIONS(3293), + [anon_sym_BANGin] = ACTIONS(3293), + [anon_sym_match] = ACTIONS(3293), + [anon_sym_select] = ACTIONS(3293), + [anon_sym_lock] = ACTIONS(3293), + [anon_sym_rlock] = ACTIONS(3293), + [anon_sym_unsafe] = ACTIONS(3293), + [anon_sym_sql] = ACTIONS(3293), + [sym_int_literal] = ACTIONS(3293), + [sym_float_literal] = ACTIONS(3293), + [sym_rune_literal] = ACTIONS(3293), + [sym_pseudo_compile_time_identifier] = ACTIONS(3293), + [anon_sym_shared] = ACTIONS(3293), + [anon_sym_map_LBRACK] = ACTIONS(3293), + [anon_sym_chan] = ACTIONS(3293), + [anon_sym_thread] = ACTIONS(3293), + [anon_sym_atomic] = ACTIONS(3293), + [sym___double_quote] = ACTIONS(3293), + [sym___single_quote] = ACTIONS(3293), + [sym___c_double_quote] = ACTIONS(3293), + [sym___c_single_quote] = ACTIONS(3293), + [sym___r_double_quote] = ACTIONS(3293), + [sym___r_single_quote] = ACTIONS(3293), }, [1255] = { [sym_line_comment] = STATE(1255), [sym_block_comment] = STATE(1255), - [sym_identifier] = ACTIONS(3339), - [anon_sym_LF] = ACTIONS(3339), - [anon_sym_CR] = ACTIONS(3339), - [anon_sym_CR_LF] = ACTIONS(3339), + [sym_identifier] = ACTIONS(3357), + [anon_sym_LF] = ACTIONS(3357), + [anon_sym_CR] = ACTIONS(3357), + [anon_sym_CR_LF] = ACTIONS(3357), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3339), - [anon_sym_DOT] = ACTIONS(3339), - [anon_sym_as] = ACTIONS(3339), - [anon_sym_LBRACE] = ACTIONS(3339), - [anon_sym_COMMA] = ACTIONS(3339), - [anon_sym_RBRACE] = ACTIONS(3339), - [anon_sym_LPAREN] = ACTIONS(3339), - [anon_sym_RPAREN] = ACTIONS(3339), - [anon_sym_PIPE] = ACTIONS(3339), - [anon_sym_fn] = ACTIONS(3339), - [anon_sym_PLUS] = ACTIONS(3339), - [anon_sym_DASH] = ACTIONS(3339), - [anon_sym_STAR] = ACTIONS(3339), - [anon_sym_SLASH] = ACTIONS(3339), - [anon_sym_PERCENT] = ACTIONS(3339), - [anon_sym_LT] = ACTIONS(3339), - [anon_sym_GT] = ACTIONS(3339), - [anon_sym_EQ_EQ] = ACTIONS(3339), - [anon_sym_BANG_EQ] = ACTIONS(3339), - [anon_sym_LT_EQ] = ACTIONS(3339), - [anon_sym_GT_EQ] = ACTIONS(3339), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3339), - [anon_sym_LBRACK] = ACTIONS(3337), - [anon_sym_struct] = ACTIONS(3339), - [anon_sym_mut] = ACTIONS(3339), - [anon_sym_PLUS_PLUS] = ACTIONS(3339), - [anon_sym_DASH_DASH] = ACTIONS(3339), - [anon_sym_QMARK] = ACTIONS(3339), - [anon_sym_BANG] = ACTIONS(3339), - [anon_sym_go] = ACTIONS(3339), - [anon_sym_spawn] = ACTIONS(3339), - [anon_sym_json_DOTdecode] = ACTIONS(3339), - [anon_sym_LBRACK2] = ACTIONS(3339), - [anon_sym_TILDE] = ACTIONS(3339), - [anon_sym_CARET] = ACTIONS(3339), - [anon_sym_AMP] = ACTIONS(3339), - [anon_sym_LT_DASH] = ACTIONS(3339), - [anon_sym_LT_LT] = ACTIONS(3339), - [anon_sym_GT_GT] = ACTIONS(3339), - [anon_sym_GT_GT_GT] = ACTIONS(3339), - [anon_sym_AMP_CARET] = ACTIONS(3339), - [anon_sym_AMP_AMP] = ACTIONS(3339), - [anon_sym_PIPE_PIPE] = ACTIONS(3339), - [anon_sym_or] = ACTIONS(3339), - [sym_none] = ACTIONS(3339), - [sym_true] = ACTIONS(3339), - [sym_false] = ACTIONS(3339), - [sym_nil] = ACTIONS(3339), - [anon_sym_QMARK_DOT] = ACTIONS(3339), - [anon_sym_POUND_LBRACK] = ACTIONS(3339), - [anon_sym_if] = ACTIONS(3339), - [anon_sym_DOLLARif] = ACTIONS(3339), - [anon_sym_is] = ACTIONS(3339), - [anon_sym_BANGis] = ACTIONS(3339), - [anon_sym_in] = ACTIONS(3339), - [anon_sym_BANGin] = ACTIONS(3339), - [anon_sym_match] = ACTIONS(3339), - [anon_sym_select] = ACTIONS(3339), - [anon_sym_lock] = ACTIONS(3339), - [anon_sym_rlock] = ACTIONS(3339), - [anon_sym_unsafe] = ACTIONS(3339), - [anon_sym_sql] = ACTIONS(3339), - [sym_int_literal] = ACTIONS(3339), - [sym_float_literal] = ACTIONS(3339), - [sym_rune_literal] = ACTIONS(3339), - [sym_pseudo_compile_time_identifier] = ACTIONS(3339), - [anon_sym_shared] = ACTIONS(3339), - [anon_sym_map_LBRACK] = ACTIONS(3339), - [anon_sym_chan] = ACTIONS(3339), - [anon_sym_thread] = ACTIONS(3339), - [anon_sym_atomic] = ACTIONS(3339), - [sym___double_quote] = ACTIONS(3339), - [sym___single_quote] = ACTIONS(3339), - [sym___c_double_quote] = ACTIONS(3339), - [sym___c_single_quote] = ACTIONS(3339), - [sym___r_double_quote] = ACTIONS(3339), - [sym___r_single_quote] = ACTIONS(3339), + [anon_sym_SEMI] = ACTIONS(3357), + [anon_sym_DOT] = ACTIONS(3357), + [anon_sym_as] = ACTIONS(3357), + [anon_sym_LBRACE] = ACTIONS(3357), + [anon_sym_COMMA] = ACTIONS(3357), + [anon_sym_RBRACE] = ACTIONS(3357), + [anon_sym_LPAREN] = ACTIONS(3357), + [anon_sym_RPAREN] = ACTIONS(3357), + [anon_sym_PIPE] = ACTIONS(3357), + [anon_sym_fn] = ACTIONS(3357), + [anon_sym_PLUS] = ACTIONS(3357), + [anon_sym_DASH] = ACTIONS(3357), + [anon_sym_STAR] = ACTIONS(3357), + [anon_sym_SLASH] = ACTIONS(3357), + [anon_sym_PERCENT] = ACTIONS(3357), + [anon_sym_LT] = ACTIONS(3357), + [anon_sym_GT] = ACTIONS(3357), + [anon_sym_EQ_EQ] = ACTIONS(3357), + [anon_sym_BANG_EQ] = ACTIONS(3357), + [anon_sym_LT_EQ] = ACTIONS(3357), + [anon_sym_GT_EQ] = ACTIONS(3357), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3357), + [anon_sym_LBRACK] = ACTIONS(3355), + [anon_sym_struct] = ACTIONS(3357), + [anon_sym_mut] = ACTIONS(3357), + [anon_sym_PLUS_PLUS] = ACTIONS(3357), + [anon_sym_DASH_DASH] = ACTIONS(3357), + [anon_sym_QMARK] = ACTIONS(3357), + [anon_sym_BANG] = ACTIONS(3357), + [anon_sym_go] = ACTIONS(3357), + [anon_sym_spawn] = ACTIONS(3357), + [anon_sym_json_DOTdecode] = ACTIONS(3357), + [anon_sym_LBRACK2] = ACTIONS(3357), + [anon_sym_TILDE] = ACTIONS(3357), + [anon_sym_CARET] = ACTIONS(3357), + [anon_sym_AMP] = ACTIONS(3357), + [anon_sym_LT_DASH] = ACTIONS(3357), + [anon_sym_LT_LT] = ACTIONS(3357), + [anon_sym_GT_GT] = ACTIONS(3357), + [anon_sym_GT_GT_GT] = ACTIONS(3357), + [anon_sym_AMP_CARET] = ACTIONS(3357), + [anon_sym_AMP_AMP] = ACTIONS(3357), + [anon_sym_PIPE_PIPE] = ACTIONS(3357), + [anon_sym_or] = ACTIONS(3357), + [sym_none] = ACTIONS(3357), + [sym_true] = ACTIONS(3357), + [sym_false] = ACTIONS(3357), + [sym_nil] = ACTIONS(3357), + [anon_sym_QMARK_DOT] = ACTIONS(3357), + [anon_sym_POUND_LBRACK] = ACTIONS(3357), + [anon_sym_if] = ACTIONS(3357), + [anon_sym_DOLLARif] = ACTIONS(3357), + [anon_sym_is] = ACTIONS(3357), + [anon_sym_BANGis] = ACTIONS(3357), + [anon_sym_in] = ACTIONS(3357), + [anon_sym_BANGin] = ACTIONS(3357), + [anon_sym_match] = ACTIONS(3357), + [anon_sym_select] = ACTIONS(3357), + [anon_sym_lock] = ACTIONS(3357), + [anon_sym_rlock] = ACTIONS(3357), + [anon_sym_unsafe] = ACTIONS(3357), + [anon_sym_sql] = ACTIONS(3357), + [sym_int_literal] = ACTIONS(3357), + [sym_float_literal] = ACTIONS(3357), + [sym_rune_literal] = ACTIONS(3357), + [sym_pseudo_compile_time_identifier] = ACTIONS(3357), + [anon_sym_shared] = ACTIONS(3357), + [anon_sym_map_LBRACK] = ACTIONS(3357), + [anon_sym_chan] = ACTIONS(3357), + [anon_sym_thread] = ACTIONS(3357), + [anon_sym_atomic] = ACTIONS(3357), + [sym___double_quote] = ACTIONS(3357), + [sym___single_quote] = ACTIONS(3357), + [sym___c_double_quote] = ACTIONS(3357), + [sym___c_single_quote] = ACTIONS(3357), + [sym___r_double_quote] = ACTIONS(3357), + [sym___r_single_quote] = ACTIONS(3357), }, [1256] = { [sym_line_comment] = STATE(1256), [sym_block_comment] = STATE(1256), - [sym_identifier] = ACTIONS(3375), - [anon_sym_LF] = ACTIONS(3375), - [anon_sym_CR] = ACTIONS(3375), - [anon_sym_CR_LF] = ACTIONS(3375), + [sym_identifier] = ACTIONS(3325), + [anon_sym_LF] = ACTIONS(3325), + [anon_sym_CR] = ACTIONS(3325), + [anon_sym_CR_LF] = ACTIONS(3325), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3375), - [anon_sym_DOT] = ACTIONS(3375), - [anon_sym_as] = ACTIONS(3375), - [anon_sym_LBRACE] = ACTIONS(3375), - [anon_sym_COMMA] = ACTIONS(3375), - [anon_sym_RBRACE] = ACTIONS(3375), - [anon_sym_LPAREN] = ACTIONS(3375), - [anon_sym_RPAREN] = ACTIONS(3375), - [anon_sym_PIPE] = ACTIONS(3375), - [anon_sym_fn] = ACTIONS(3375), - [anon_sym_PLUS] = ACTIONS(3375), - [anon_sym_DASH] = ACTIONS(3375), - [anon_sym_STAR] = ACTIONS(3375), - [anon_sym_SLASH] = ACTIONS(3375), - [anon_sym_PERCENT] = ACTIONS(3375), - [anon_sym_LT] = ACTIONS(3375), - [anon_sym_GT] = ACTIONS(3375), - [anon_sym_EQ_EQ] = ACTIONS(3375), - [anon_sym_BANG_EQ] = ACTIONS(3375), - [anon_sym_LT_EQ] = ACTIONS(3375), - [anon_sym_GT_EQ] = ACTIONS(3375), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3375), - [anon_sym_LBRACK] = ACTIONS(3373), - [anon_sym_struct] = ACTIONS(3375), - [anon_sym_mut] = ACTIONS(3375), - [anon_sym_PLUS_PLUS] = ACTIONS(3375), - [anon_sym_DASH_DASH] = ACTIONS(3375), - [anon_sym_QMARK] = ACTIONS(3375), - [anon_sym_BANG] = ACTIONS(3375), - [anon_sym_go] = ACTIONS(3375), - [anon_sym_spawn] = ACTIONS(3375), - [anon_sym_json_DOTdecode] = ACTIONS(3375), - [anon_sym_LBRACK2] = ACTIONS(3375), - [anon_sym_TILDE] = ACTIONS(3375), - [anon_sym_CARET] = ACTIONS(3375), - [anon_sym_AMP] = ACTIONS(3375), - [anon_sym_LT_DASH] = ACTIONS(3375), - [anon_sym_LT_LT] = ACTIONS(3375), - [anon_sym_GT_GT] = ACTIONS(3375), - [anon_sym_GT_GT_GT] = ACTIONS(3375), - [anon_sym_AMP_CARET] = ACTIONS(3375), - [anon_sym_AMP_AMP] = ACTIONS(3375), - [anon_sym_PIPE_PIPE] = ACTIONS(3375), - [anon_sym_or] = ACTIONS(3375), - [sym_none] = ACTIONS(3375), - [sym_true] = ACTIONS(3375), - [sym_false] = ACTIONS(3375), - [sym_nil] = ACTIONS(3375), - [anon_sym_QMARK_DOT] = ACTIONS(3375), - [anon_sym_POUND_LBRACK] = ACTIONS(3375), - [anon_sym_if] = ACTIONS(3375), - [anon_sym_DOLLARif] = ACTIONS(3375), - [anon_sym_is] = ACTIONS(3375), - [anon_sym_BANGis] = ACTIONS(3375), - [anon_sym_in] = ACTIONS(3375), - [anon_sym_BANGin] = ACTIONS(3375), - [anon_sym_match] = ACTIONS(3375), - [anon_sym_select] = ACTIONS(3375), - [anon_sym_lock] = ACTIONS(3375), - [anon_sym_rlock] = ACTIONS(3375), - [anon_sym_unsafe] = ACTIONS(3375), - [anon_sym_sql] = ACTIONS(3375), - [sym_int_literal] = ACTIONS(3375), - [sym_float_literal] = ACTIONS(3375), - [sym_rune_literal] = ACTIONS(3375), - [sym_pseudo_compile_time_identifier] = ACTIONS(3375), - [anon_sym_shared] = ACTIONS(3375), - [anon_sym_map_LBRACK] = ACTIONS(3375), - [anon_sym_chan] = ACTIONS(3375), - [anon_sym_thread] = ACTIONS(3375), - [anon_sym_atomic] = ACTIONS(3375), - [sym___double_quote] = ACTIONS(3375), - [sym___single_quote] = ACTIONS(3375), - [sym___c_double_quote] = ACTIONS(3375), - [sym___c_single_quote] = ACTIONS(3375), - [sym___r_double_quote] = ACTIONS(3375), - [sym___r_single_quote] = ACTIONS(3375), + [anon_sym_SEMI] = ACTIONS(3325), + [anon_sym_DOT] = ACTIONS(3325), + [anon_sym_as] = ACTIONS(3325), + [anon_sym_LBRACE] = ACTIONS(3325), + [anon_sym_COMMA] = ACTIONS(3325), + [anon_sym_RBRACE] = ACTIONS(3325), + [anon_sym_LPAREN] = ACTIONS(3325), + [anon_sym_RPAREN] = ACTIONS(3325), + [anon_sym_PIPE] = ACTIONS(3325), + [anon_sym_fn] = ACTIONS(3325), + [anon_sym_PLUS] = ACTIONS(3325), + [anon_sym_DASH] = ACTIONS(3325), + [anon_sym_STAR] = ACTIONS(3325), + [anon_sym_SLASH] = ACTIONS(3325), + [anon_sym_PERCENT] = ACTIONS(3325), + [anon_sym_LT] = ACTIONS(3325), + [anon_sym_GT] = ACTIONS(3325), + [anon_sym_EQ_EQ] = ACTIONS(3325), + [anon_sym_BANG_EQ] = ACTIONS(3325), + [anon_sym_LT_EQ] = ACTIONS(3325), + [anon_sym_GT_EQ] = ACTIONS(3325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3325), + [anon_sym_LBRACK] = ACTIONS(3323), + [anon_sym_struct] = ACTIONS(3325), + [anon_sym_mut] = ACTIONS(3325), + [anon_sym_PLUS_PLUS] = ACTIONS(3325), + [anon_sym_DASH_DASH] = ACTIONS(3325), + [anon_sym_QMARK] = ACTIONS(3325), + [anon_sym_BANG] = ACTIONS(3325), + [anon_sym_go] = ACTIONS(3325), + [anon_sym_spawn] = ACTIONS(3325), + [anon_sym_json_DOTdecode] = ACTIONS(3325), + [anon_sym_LBRACK2] = ACTIONS(3325), + [anon_sym_TILDE] = ACTIONS(3325), + [anon_sym_CARET] = ACTIONS(3325), + [anon_sym_AMP] = ACTIONS(3325), + [anon_sym_LT_DASH] = ACTIONS(3325), + [anon_sym_LT_LT] = ACTIONS(3325), + [anon_sym_GT_GT] = ACTIONS(3325), + [anon_sym_GT_GT_GT] = ACTIONS(3325), + [anon_sym_AMP_CARET] = ACTIONS(3325), + [anon_sym_AMP_AMP] = ACTIONS(3325), + [anon_sym_PIPE_PIPE] = ACTIONS(3325), + [anon_sym_or] = ACTIONS(3325), + [sym_none] = ACTIONS(3325), + [sym_true] = ACTIONS(3325), + [sym_false] = ACTIONS(3325), + [sym_nil] = ACTIONS(3325), + [anon_sym_QMARK_DOT] = ACTIONS(3325), + [anon_sym_POUND_LBRACK] = ACTIONS(3325), + [anon_sym_if] = ACTIONS(3325), + [anon_sym_DOLLARif] = ACTIONS(3325), + [anon_sym_is] = ACTIONS(3325), + [anon_sym_BANGis] = ACTIONS(3325), + [anon_sym_in] = ACTIONS(3325), + [anon_sym_BANGin] = ACTIONS(3325), + [anon_sym_match] = ACTIONS(3325), + [anon_sym_select] = ACTIONS(3325), + [anon_sym_lock] = ACTIONS(3325), + [anon_sym_rlock] = ACTIONS(3325), + [anon_sym_unsafe] = ACTIONS(3325), + [anon_sym_sql] = ACTIONS(3325), + [sym_int_literal] = ACTIONS(3325), + [sym_float_literal] = ACTIONS(3325), + [sym_rune_literal] = ACTIONS(3325), + [sym_pseudo_compile_time_identifier] = ACTIONS(3325), + [anon_sym_shared] = ACTIONS(3325), + [anon_sym_map_LBRACK] = ACTIONS(3325), + [anon_sym_chan] = ACTIONS(3325), + [anon_sym_thread] = ACTIONS(3325), + [anon_sym_atomic] = ACTIONS(3325), + [sym___double_quote] = ACTIONS(3325), + [sym___single_quote] = ACTIONS(3325), + [sym___c_double_quote] = ACTIONS(3325), + [sym___c_single_quote] = ACTIONS(3325), + [sym___r_double_quote] = ACTIONS(3325), + [sym___r_single_quote] = ACTIONS(3325), }, [1257] = { [sym_line_comment] = STATE(1257), [sym_block_comment] = STATE(1257), - [sym_identifier] = ACTIONS(2961), - [anon_sym_LF] = ACTIONS(2961), - [anon_sym_CR] = ACTIONS(2961), - [anon_sym_CR_LF] = ACTIONS(2961), + [sym_identifier] = ACTIONS(3329), + [anon_sym_LF] = ACTIONS(3329), + [anon_sym_CR] = ACTIONS(3329), + [anon_sym_CR_LF] = ACTIONS(3329), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2961), - [anon_sym_DOT] = ACTIONS(2963), - [anon_sym_as] = ACTIONS(2963), - [anon_sym_LBRACE] = ACTIONS(2961), - [anon_sym_COMMA] = ACTIONS(2961), - [anon_sym_RBRACE] = ACTIONS(2961), - [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_RPAREN] = ACTIONS(2961), - [anon_sym_PIPE] = ACTIONS(2963), - [anon_sym_fn] = ACTIONS(2961), - [anon_sym_PLUS] = ACTIONS(2963), - [anon_sym_DASH] = ACTIONS(2963), - [anon_sym_STAR] = ACTIONS(2963), - [anon_sym_SLASH] = ACTIONS(2963), - [anon_sym_PERCENT] = ACTIONS(2963), - [anon_sym_LT] = ACTIONS(2963), - [anon_sym_GT] = ACTIONS(2963), - [anon_sym_EQ_EQ] = ACTIONS(2963), - [anon_sym_BANG_EQ] = ACTIONS(2963), - [anon_sym_LT_EQ] = ACTIONS(2963), - [anon_sym_GT_EQ] = ACTIONS(2963), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2961), - [anon_sym_LBRACK] = ACTIONS(2966), - [anon_sym_struct] = ACTIONS(2961), - [anon_sym_mut] = ACTIONS(2961), - [anon_sym_PLUS_PLUS] = ACTIONS(2963), - [anon_sym_DASH_DASH] = ACTIONS(2963), - [anon_sym_QMARK] = ACTIONS(2963), - [anon_sym_BANG] = ACTIONS(2963), - [anon_sym_go] = ACTIONS(2961), - [anon_sym_spawn] = ACTIONS(2961), - [anon_sym_json_DOTdecode] = ACTIONS(2961), - [anon_sym_LBRACK2] = ACTIONS(2963), - [anon_sym_TILDE] = ACTIONS(2961), - [anon_sym_CARET] = ACTIONS(2963), - [anon_sym_AMP] = ACTIONS(2963), - [anon_sym_LT_DASH] = ACTIONS(2961), - [anon_sym_LT_LT] = ACTIONS(2963), - [anon_sym_GT_GT] = ACTIONS(2963), - [anon_sym_GT_GT_GT] = ACTIONS(2963), - [anon_sym_AMP_CARET] = ACTIONS(2963), - [anon_sym_AMP_AMP] = ACTIONS(2963), - [anon_sym_PIPE_PIPE] = ACTIONS(2963), - [anon_sym_or] = ACTIONS(2963), - [sym_none] = ACTIONS(2961), - [sym_true] = ACTIONS(2961), - [sym_false] = ACTIONS(2961), - [sym_nil] = ACTIONS(2961), - [anon_sym_QMARK_DOT] = ACTIONS(2963), - [anon_sym_POUND_LBRACK] = ACTIONS(2963), - [anon_sym_if] = ACTIONS(2961), - [anon_sym_DOLLARif] = ACTIONS(2961), - [anon_sym_is] = ACTIONS(2963), - [anon_sym_BANGis] = ACTIONS(2963), - [anon_sym_in] = ACTIONS(2963), - [anon_sym_BANGin] = ACTIONS(2963), - [anon_sym_match] = ACTIONS(2961), - [anon_sym_select] = ACTIONS(2961), - [anon_sym_lock] = ACTIONS(2961), - [anon_sym_rlock] = ACTIONS(2961), - [anon_sym_unsafe] = ACTIONS(2961), - [anon_sym_sql] = ACTIONS(2961), - [sym_int_literal] = ACTIONS(2961), - [sym_float_literal] = ACTIONS(2961), - [sym_rune_literal] = ACTIONS(2961), - [sym_pseudo_compile_time_identifier] = ACTIONS(2961), - [anon_sym_shared] = ACTIONS(2961), - [anon_sym_map_LBRACK] = ACTIONS(2961), - [anon_sym_chan] = ACTIONS(2961), - [anon_sym_thread] = ACTIONS(2961), - [anon_sym_atomic] = ACTIONS(2961), - [sym___double_quote] = ACTIONS(2961), - [sym___single_quote] = ACTIONS(2961), - [sym___c_double_quote] = ACTIONS(2961), - [sym___c_single_quote] = ACTIONS(2961), - [sym___r_double_quote] = ACTIONS(2961), - [sym___r_single_quote] = ACTIONS(2961), + [anon_sym_SEMI] = ACTIONS(3329), + [anon_sym_DOT] = ACTIONS(3329), + [anon_sym_as] = ACTIONS(3329), + [anon_sym_LBRACE] = ACTIONS(3329), + [anon_sym_COMMA] = ACTIONS(3329), + [anon_sym_RBRACE] = ACTIONS(3329), + [anon_sym_LPAREN] = ACTIONS(3329), + [anon_sym_RPAREN] = ACTIONS(3329), + [anon_sym_PIPE] = ACTIONS(3329), + [anon_sym_fn] = ACTIONS(3329), + [anon_sym_PLUS] = ACTIONS(3329), + [anon_sym_DASH] = ACTIONS(3329), + [anon_sym_STAR] = ACTIONS(3329), + [anon_sym_SLASH] = ACTIONS(3329), + [anon_sym_PERCENT] = ACTIONS(3329), + [anon_sym_LT] = ACTIONS(3329), + [anon_sym_GT] = ACTIONS(3329), + [anon_sym_EQ_EQ] = ACTIONS(3329), + [anon_sym_BANG_EQ] = ACTIONS(3329), + [anon_sym_LT_EQ] = ACTIONS(3329), + [anon_sym_GT_EQ] = ACTIONS(3329), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3329), + [anon_sym_LBRACK] = ACTIONS(3327), + [anon_sym_struct] = ACTIONS(3329), + [anon_sym_mut] = ACTIONS(3329), + [anon_sym_PLUS_PLUS] = ACTIONS(3329), + [anon_sym_DASH_DASH] = ACTIONS(3329), + [anon_sym_QMARK] = ACTIONS(3329), + [anon_sym_BANG] = ACTIONS(3329), + [anon_sym_go] = ACTIONS(3329), + [anon_sym_spawn] = ACTIONS(3329), + [anon_sym_json_DOTdecode] = ACTIONS(3329), + [anon_sym_LBRACK2] = ACTIONS(3329), + [anon_sym_TILDE] = ACTIONS(3329), + [anon_sym_CARET] = ACTIONS(3329), + [anon_sym_AMP] = ACTIONS(3329), + [anon_sym_LT_DASH] = ACTIONS(3329), + [anon_sym_LT_LT] = ACTIONS(3329), + [anon_sym_GT_GT] = ACTIONS(3329), + [anon_sym_GT_GT_GT] = ACTIONS(3329), + [anon_sym_AMP_CARET] = ACTIONS(3329), + [anon_sym_AMP_AMP] = ACTIONS(3329), + [anon_sym_PIPE_PIPE] = ACTIONS(3329), + [anon_sym_or] = ACTIONS(3329), + [sym_none] = ACTIONS(3329), + [sym_true] = ACTIONS(3329), + [sym_false] = ACTIONS(3329), + [sym_nil] = ACTIONS(3329), + [anon_sym_QMARK_DOT] = ACTIONS(3329), + [anon_sym_POUND_LBRACK] = ACTIONS(3329), + [anon_sym_if] = ACTIONS(3329), + [anon_sym_DOLLARif] = ACTIONS(3329), + [anon_sym_is] = ACTIONS(3329), + [anon_sym_BANGis] = ACTIONS(3329), + [anon_sym_in] = ACTIONS(3329), + [anon_sym_BANGin] = ACTIONS(3329), + [anon_sym_match] = ACTIONS(3329), + [anon_sym_select] = ACTIONS(3329), + [anon_sym_lock] = ACTIONS(3329), + [anon_sym_rlock] = ACTIONS(3329), + [anon_sym_unsafe] = ACTIONS(3329), + [anon_sym_sql] = ACTIONS(3329), + [sym_int_literal] = ACTIONS(3329), + [sym_float_literal] = ACTIONS(3329), + [sym_rune_literal] = ACTIONS(3329), + [sym_pseudo_compile_time_identifier] = ACTIONS(3329), + [anon_sym_shared] = ACTIONS(3329), + [anon_sym_map_LBRACK] = ACTIONS(3329), + [anon_sym_chan] = ACTIONS(3329), + [anon_sym_thread] = ACTIONS(3329), + [anon_sym_atomic] = ACTIONS(3329), + [sym___double_quote] = ACTIONS(3329), + [sym___single_quote] = ACTIONS(3329), + [sym___c_double_quote] = ACTIONS(3329), + [sym___c_single_quote] = ACTIONS(3329), + [sym___r_double_quote] = ACTIONS(3329), + [sym___r_single_quote] = ACTIONS(3329), }, [1258] = { [sym_line_comment] = STATE(1258), [sym_block_comment] = STATE(1258), - [sym_identifier] = ACTIONS(2993), - [anon_sym_LF] = ACTIONS(2993), - [anon_sym_CR] = ACTIONS(2993), - [anon_sym_CR_LF] = ACTIONS(2993), + [sym_identifier] = ACTIONS(3289), + [anon_sym_LF] = ACTIONS(3289), + [anon_sym_CR] = ACTIONS(3289), + [anon_sym_CR_LF] = ACTIONS(3289), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2993), - [anon_sym_DOT] = ACTIONS(2995), - [anon_sym_as] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(2993), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(2995), - [anon_sym_RPAREN] = ACTIONS(2993), - [anon_sym_PIPE] = ACTIONS(2995), - [anon_sym_fn] = ACTIONS(2993), - [anon_sym_PLUS] = ACTIONS(2995), - [anon_sym_DASH] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(2995), - [anon_sym_SLASH] = ACTIONS(2995), - [anon_sym_PERCENT] = ACTIONS(2995), - [anon_sym_LT] = ACTIONS(2995), - [anon_sym_GT] = ACTIONS(2995), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_LT_EQ] = ACTIONS(2995), - [anon_sym_GT_EQ] = ACTIONS(2995), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2993), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2993), - [anon_sym_mut] = ACTIONS(2993), - [anon_sym_PLUS_PLUS] = ACTIONS(2995), - [anon_sym_DASH_DASH] = ACTIONS(2995), - [anon_sym_QMARK] = ACTIONS(2995), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_go] = ACTIONS(2993), - [anon_sym_spawn] = ACTIONS(2993), - [anon_sym_json_DOTdecode] = ACTIONS(2993), - [anon_sym_LBRACK2] = ACTIONS(2995), - [anon_sym_TILDE] = ACTIONS(2993), - [anon_sym_CARET] = ACTIONS(2995), - [anon_sym_AMP] = ACTIONS(2995), - [anon_sym_LT_DASH] = ACTIONS(2993), - [anon_sym_LT_LT] = ACTIONS(2995), - [anon_sym_GT_GT] = ACTIONS(2995), - [anon_sym_GT_GT_GT] = ACTIONS(2995), - [anon_sym_AMP_CARET] = ACTIONS(2995), - [anon_sym_AMP_AMP] = ACTIONS(2995), - [anon_sym_PIPE_PIPE] = ACTIONS(2995), - [anon_sym_or] = ACTIONS(2995), - [sym_none] = ACTIONS(2993), - [sym_true] = ACTIONS(2993), - [sym_false] = ACTIONS(2993), - [sym_nil] = ACTIONS(2993), - [anon_sym_QMARK_DOT] = ACTIONS(2995), - [anon_sym_POUND_LBRACK] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2993), - [anon_sym_DOLLARif] = ACTIONS(2993), - [anon_sym_is] = ACTIONS(2995), - [anon_sym_BANGis] = ACTIONS(2995), - [anon_sym_in] = ACTIONS(2995), - [anon_sym_BANGin] = ACTIONS(2995), - [anon_sym_match] = ACTIONS(2993), - [anon_sym_select] = ACTIONS(2993), - [anon_sym_lock] = ACTIONS(2993), - [anon_sym_rlock] = ACTIONS(2993), - [anon_sym_unsafe] = ACTIONS(2993), - [anon_sym_sql] = ACTIONS(2993), - [sym_int_literal] = ACTIONS(2993), - [sym_float_literal] = ACTIONS(2993), - [sym_rune_literal] = ACTIONS(2993), - [sym_pseudo_compile_time_identifier] = ACTIONS(2993), - [anon_sym_shared] = ACTIONS(2993), - [anon_sym_map_LBRACK] = ACTIONS(2993), - [anon_sym_chan] = ACTIONS(2993), - [anon_sym_thread] = ACTIONS(2993), - [anon_sym_atomic] = ACTIONS(2993), - [sym___double_quote] = ACTIONS(2993), - [sym___single_quote] = ACTIONS(2993), - [sym___c_double_quote] = ACTIONS(2993), - [sym___c_single_quote] = ACTIONS(2993), - [sym___r_double_quote] = ACTIONS(2993), - [sym___r_single_quote] = ACTIONS(2993), + [anon_sym_SEMI] = ACTIONS(3289), + [anon_sym_DOT] = ACTIONS(3289), + [anon_sym_as] = ACTIONS(3289), + [anon_sym_LBRACE] = ACTIONS(3289), + [anon_sym_COMMA] = ACTIONS(3289), + [anon_sym_RBRACE] = ACTIONS(3289), + [anon_sym_LPAREN] = ACTIONS(3289), + [anon_sym_RPAREN] = ACTIONS(3289), + [anon_sym_PIPE] = ACTIONS(3289), + [anon_sym_fn] = ACTIONS(3289), + [anon_sym_PLUS] = ACTIONS(3289), + [anon_sym_DASH] = ACTIONS(3289), + [anon_sym_STAR] = ACTIONS(3289), + [anon_sym_SLASH] = ACTIONS(3289), + [anon_sym_PERCENT] = ACTIONS(3289), + [anon_sym_LT] = ACTIONS(3289), + [anon_sym_GT] = ACTIONS(3289), + [anon_sym_EQ_EQ] = ACTIONS(3289), + [anon_sym_BANG_EQ] = ACTIONS(3289), + [anon_sym_LT_EQ] = ACTIONS(3289), + [anon_sym_GT_EQ] = ACTIONS(3289), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3289), + [anon_sym_LBRACK] = ACTIONS(3287), + [anon_sym_struct] = ACTIONS(3289), + [anon_sym_mut] = ACTIONS(3289), + [anon_sym_PLUS_PLUS] = ACTIONS(3289), + [anon_sym_DASH_DASH] = ACTIONS(3289), + [anon_sym_QMARK] = ACTIONS(3289), + [anon_sym_BANG] = ACTIONS(3289), + [anon_sym_go] = ACTIONS(3289), + [anon_sym_spawn] = ACTIONS(3289), + [anon_sym_json_DOTdecode] = ACTIONS(3289), + [anon_sym_LBRACK2] = ACTIONS(3289), + [anon_sym_TILDE] = ACTIONS(3289), + [anon_sym_CARET] = ACTIONS(3289), + [anon_sym_AMP] = ACTIONS(3289), + [anon_sym_LT_DASH] = ACTIONS(3289), + [anon_sym_LT_LT] = ACTIONS(3289), + [anon_sym_GT_GT] = ACTIONS(3289), + [anon_sym_GT_GT_GT] = ACTIONS(3289), + [anon_sym_AMP_CARET] = ACTIONS(3289), + [anon_sym_AMP_AMP] = ACTIONS(3289), + [anon_sym_PIPE_PIPE] = ACTIONS(3289), + [anon_sym_or] = ACTIONS(3289), + [sym_none] = ACTIONS(3289), + [sym_true] = ACTIONS(3289), + [sym_false] = ACTIONS(3289), + [sym_nil] = ACTIONS(3289), + [anon_sym_QMARK_DOT] = ACTIONS(3289), + [anon_sym_POUND_LBRACK] = ACTIONS(3289), + [anon_sym_if] = ACTIONS(3289), + [anon_sym_DOLLARif] = ACTIONS(3289), + [anon_sym_is] = ACTIONS(3289), + [anon_sym_BANGis] = ACTIONS(3289), + [anon_sym_in] = ACTIONS(3289), + [anon_sym_BANGin] = ACTIONS(3289), + [anon_sym_match] = ACTIONS(3289), + [anon_sym_select] = ACTIONS(3289), + [anon_sym_lock] = ACTIONS(3289), + [anon_sym_rlock] = ACTIONS(3289), + [anon_sym_unsafe] = ACTIONS(3289), + [anon_sym_sql] = ACTIONS(3289), + [sym_int_literal] = ACTIONS(3289), + [sym_float_literal] = ACTIONS(3289), + [sym_rune_literal] = ACTIONS(3289), + [sym_pseudo_compile_time_identifier] = ACTIONS(3289), + [anon_sym_shared] = ACTIONS(3289), + [anon_sym_map_LBRACK] = ACTIONS(3289), + [anon_sym_chan] = ACTIONS(3289), + [anon_sym_thread] = ACTIONS(3289), + [anon_sym_atomic] = ACTIONS(3289), + [sym___double_quote] = ACTIONS(3289), + [sym___single_quote] = ACTIONS(3289), + [sym___c_double_quote] = ACTIONS(3289), + [sym___c_single_quote] = ACTIONS(3289), + [sym___r_double_quote] = ACTIONS(3289), + [sym___r_single_quote] = ACTIONS(3289), }, [1259] = { [sym_line_comment] = STATE(1259), [sym_block_comment] = STATE(1259), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LF] = ACTIONS(3319), - [anon_sym_CR] = ACTIONS(3319), - [anon_sym_CR_LF] = ACTIONS(3319), + [sym_identifier] = ACTIONS(3377), + [anon_sym_LF] = ACTIONS(3377), + [anon_sym_CR] = ACTIONS(3377), + [anon_sym_CR_LF] = ACTIONS(3377), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3319), - [anon_sym_DOT] = ACTIONS(3319), - [anon_sym_as] = ACTIONS(3319), - [anon_sym_LBRACE] = ACTIONS(3319), - [anon_sym_COMMA] = ACTIONS(3319), - [anon_sym_RBRACE] = ACTIONS(3319), - [anon_sym_LPAREN] = ACTIONS(3319), - [anon_sym_RPAREN] = ACTIONS(3319), - [anon_sym_PIPE] = ACTIONS(3319), - [anon_sym_fn] = ACTIONS(3319), - [anon_sym_PLUS] = ACTIONS(3319), - [anon_sym_DASH] = ACTIONS(3319), - [anon_sym_STAR] = ACTIONS(3319), - [anon_sym_SLASH] = ACTIONS(3319), - [anon_sym_PERCENT] = ACTIONS(3319), - [anon_sym_LT] = ACTIONS(3319), - [anon_sym_GT] = ACTIONS(3319), - [anon_sym_EQ_EQ] = ACTIONS(3319), - [anon_sym_BANG_EQ] = ACTIONS(3319), - [anon_sym_LT_EQ] = ACTIONS(3319), - [anon_sym_GT_EQ] = ACTIONS(3319), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(3317), - [anon_sym_struct] = ACTIONS(3319), - [anon_sym_mut] = ACTIONS(3319), - [anon_sym_PLUS_PLUS] = ACTIONS(3319), - [anon_sym_DASH_DASH] = ACTIONS(3319), - [anon_sym_QMARK] = ACTIONS(3319), - [anon_sym_BANG] = ACTIONS(3319), - [anon_sym_go] = ACTIONS(3319), - [anon_sym_spawn] = ACTIONS(3319), - [anon_sym_json_DOTdecode] = ACTIONS(3319), - [anon_sym_LBRACK2] = ACTIONS(3319), - [anon_sym_TILDE] = ACTIONS(3319), - [anon_sym_CARET] = ACTIONS(3319), - [anon_sym_AMP] = ACTIONS(3319), - [anon_sym_LT_DASH] = ACTIONS(3319), - [anon_sym_LT_LT] = ACTIONS(3319), - [anon_sym_GT_GT] = ACTIONS(3319), - [anon_sym_GT_GT_GT] = ACTIONS(3319), - [anon_sym_AMP_CARET] = ACTIONS(3319), - [anon_sym_AMP_AMP] = ACTIONS(3319), - [anon_sym_PIPE_PIPE] = ACTIONS(3319), - [anon_sym_or] = ACTIONS(3319), - [sym_none] = ACTIONS(3319), - [sym_true] = ACTIONS(3319), - [sym_false] = ACTIONS(3319), - [sym_nil] = ACTIONS(3319), - [anon_sym_QMARK_DOT] = ACTIONS(3319), - [anon_sym_POUND_LBRACK] = ACTIONS(3319), - [anon_sym_if] = ACTIONS(3319), - [anon_sym_DOLLARif] = ACTIONS(3319), - [anon_sym_is] = ACTIONS(3319), - [anon_sym_BANGis] = ACTIONS(3319), - [anon_sym_in] = ACTIONS(3319), - [anon_sym_BANGin] = ACTIONS(3319), - [anon_sym_match] = ACTIONS(3319), - [anon_sym_select] = ACTIONS(3319), - [anon_sym_lock] = ACTIONS(3319), - [anon_sym_rlock] = ACTIONS(3319), - [anon_sym_unsafe] = ACTIONS(3319), - [anon_sym_sql] = ACTIONS(3319), - [sym_int_literal] = ACTIONS(3319), - [sym_float_literal] = ACTIONS(3319), - [sym_rune_literal] = ACTIONS(3319), - [sym_pseudo_compile_time_identifier] = ACTIONS(3319), - [anon_sym_shared] = ACTIONS(3319), - [anon_sym_map_LBRACK] = ACTIONS(3319), - [anon_sym_chan] = ACTIONS(3319), - [anon_sym_thread] = ACTIONS(3319), - [anon_sym_atomic] = ACTIONS(3319), - [sym___double_quote] = ACTIONS(3319), - [sym___single_quote] = ACTIONS(3319), - [sym___c_double_quote] = ACTIONS(3319), - [sym___c_single_quote] = ACTIONS(3319), - [sym___r_double_quote] = ACTIONS(3319), - [sym___r_single_quote] = ACTIONS(3319), + [anon_sym_SEMI] = ACTIONS(3377), + [anon_sym_DOT] = ACTIONS(3399), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3377), + [anon_sym_COMMA] = ACTIONS(3377), + [anon_sym_RBRACE] = ACTIONS(3377), + [anon_sym_LPAREN] = ACTIONS(3377), + [anon_sym_RPAREN] = ACTIONS(3377), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3377), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3377), + [anon_sym_BANG_EQ] = ACTIONS(3377), + [anon_sym_LT_EQ] = ACTIONS(3377), + [anon_sym_GT_EQ] = ACTIONS(3377), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_PLUS_PLUS] = ACTIONS(3377), + [anon_sym_DASH_DASH] = ACTIONS(3377), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3377), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3377), + [anon_sym_CARET] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3377), + [anon_sym_LT_LT] = ACTIONS(3377), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3377), + [anon_sym_AMP_CARET] = ACTIONS(3377), + [anon_sym_AMP_AMP] = ACTIONS(3377), + [anon_sym_PIPE_PIPE] = ACTIONS(3377), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3377), + [anon_sym_POUND_LBRACK] = ACTIONS(3377), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3377), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3377), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3377), + [sym_rune_literal] = ACTIONS(3377), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3377), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3377), + [sym___single_quote] = ACTIONS(3377), + [sym___c_double_quote] = ACTIONS(3377), + [sym___c_single_quote] = ACTIONS(3377), + [sym___r_double_quote] = ACTIONS(3377), + [sym___r_single_quote] = ACTIONS(3377), }, [1260] = { [sym_line_comment] = STATE(1260), [sym_block_comment] = STATE(1260), - [sym_identifier] = ACTIONS(3323), - [anon_sym_LF] = ACTIONS(3323), - [anon_sym_CR] = ACTIONS(3323), - [anon_sym_CR_LF] = ACTIONS(3323), + [sym_identifier] = ACTIONS(3333), + [anon_sym_LF] = ACTIONS(3333), + [anon_sym_CR] = ACTIONS(3333), + [anon_sym_CR_LF] = ACTIONS(3333), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3323), - [anon_sym_DOT] = ACTIONS(3323), - [anon_sym_as] = ACTIONS(3323), - [anon_sym_LBRACE] = ACTIONS(3323), - [anon_sym_COMMA] = ACTIONS(3323), - [anon_sym_RBRACE] = ACTIONS(3323), - [anon_sym_LPAREN] = ACTIONS(3323), - [anon_sym_RPAREN] = ACTIONS(3323), - [anon_sym_PIPE] = ACTIONS(3323), - [anon_sym_fn] = ACTIONS(3323), - [anon_sym_PLUS] = ACTIONS(3323), - [anon_sym_DASH] = ACTIONS(3323), - [anon_sym_STAR] = ACTIONS(3323), - [anon_sym_SLASH] = ACTIONS(3323), - [anon_sym_PERCENT] = ACTIONS(3323), - [anon_sym_LT] = ACTIONS(3323), - [anon_sym_GT] = ACTIONS(3323), - [anon_sym_EQ_EQ] = ACTIONS(3323), - [anon_sym_BANG_EQ] = ACTIONS(3323), - [anon_sym_LT_EQ] = ACTIONS(3323), - [anon_sym_GT_EQ] = ACTIONS(3323), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3323), - [anon_sym_LBRACK] = ACTIONS(3321), - [anon_sym_struct] = ACTIONS(3323), - [anon_sym_mut] = ACTIONS(3323), - [anon_sym_PLUS_PLUS] = ACTIONS(3323), - [anon_sym_DASH_DASH] = ACTIONS(3323), - [anon_sym_QMARK] = ACTIONS(3323), - [anon_sym_BANG] = ACTIONS(3323), - [anon_sym_go] = ACTIONS(3323), - [anon_sym_spawn] = ACTIONS(3323), - [anon_sym_json_DOTdecode] = ACTIONS(3323), - [anon_sym_LBRACK2] = ACTIONS(3323), - [anon_sym_TILDE] = ACTIONS(3323), - [anon_sym_CARET] = ACTIONS(3323), - [anon_sym_AMP] = ACTIONS(3323), - [anon_sym_LT_DASH] = ACTIONS(3323), - [anon_sym_LT_LT] = ACTIONS(3323), - [anon_sym_GT_GT] = ACTIONS(3323), - [anon_sym_GT_GT_GT] = ACTIONS(3323), - [anon_sym_AMP_CARET] = ACTIONS(3323), - [anon_sym_AMP_AMP] = ACTIONS(3323), - [anon_sym_PIPE_PIPE] = ACTIONS(3323), - [anon_sym_or] = ACTIONS(3323), - [sym_none] = ACTIONS(3323), - [sym_true] = ACTIONS(3323), - [sym_false] = ACTIONS(3323), - [sym_nil] = ACTIONS(3323), - [anon_sym_QMARK_DOT] = ACTIONS(3323), - [anon_sym_POUND_LBRACK] = ACTIONS(3323), - [anon_sym_if] = ACTIONS(3323), - [anon_sym_DOLLARif] = ACTIONS(3323), - [anon_sym_is] = ACTIONS(3323), - [anon_sym_BANGis] = ACTIONS(3323), - [anon_sym_in] = ACTIONS(3323), - [anon_sym_BANGin] = ACTIONS(3323), - [anon_sym_match] = ACTIONS(3323), - [anon_sym_select] = ACTIONS(3323), - [anon_sym_lock] = ACTIONS(3323), - [anon_sym_rlock] = ACTIONS(3323), - [anon_sym_unsafe] = ACTIONS(3323), - [anon_sym_sql] = ACTIONS(3323), - [sym_int_literal] = ACTIONS(3323), - [sym_float_literal] = ACTIONS(3323), - [sym_rune_literal] = ACTIONS(3323), - [sym_pseudo_compile_time_identifier] = ACTIONS(3323), - [anon_sym_shared] = ACTIONS(3323), - [anon_sym_map_LBRACK] = ACTIONS(3323), - [anon_sym_chan] = ACTIONS(3323), - [anon_sym_thread] = ACTIONS(3323), - [anon_sym_atomic] = ACTIONS(3323), - [sym___double_quote] = ACTIONS(3323), - [sym___single_quote] = ACTIONS(3323), - [sym___c_double_quote] = ACTIONS(3323), - [sym___c_single_quote] = ACTIONS(3323), - [sym___r_double_quote] = ACTIONS(3323), - [sym___r_single_quote] = ACTIONS(3323), + [anon_sym_SEMI] = ACTIONS(3333), + [anon_sym_DOT] = ACTIONS(3333), + [anon_sym_as] = ACTIONS(3333), + [anon_sym_LBRACE] = ACTIONS(3333), + [anon_sym_COMMA] = ACTIONS(3333), + [anon_sym_RBRACE] = ACTIONS(3333), + [anon_sym_LPAREN] = ACTIONS(3333), + [anon_sym_RPAREN] = ACTIONS(3333), + [anon_sym_PIPE] = ACTIONS(3333), + [anon_sym_fn] = ACTIONS(3333), + [anon_sym_PLUS] = ACTIONS(3333), + [anon_sym_DASH] = ACTIONS(3333), + [anon_sym_STAR] = ACTIONS(3333), + [anon_sym_SLASH] = ACTIONS(3333), + [anon_sym_PERCENT] = ACTIONS(3333), + [anon_sym_LT] = ACTIONS(3333), + [anon_sym_GT] = ACTIONS(3333), + [anon_sym_EQ_EQ] = ACTIONS(3333), + [anon_sym_BANG_EQ] = ACTIONS(3333), + [anon_sym_LT_EQ] = ACTIONS(3333), + [anon_sym_GT_EQ] = ACTIONS(3333), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3333), + [anon_sym_LBRACK] = ACTIONS(3331), + [anon_sym_struct] = ACTIONS(3333), + [anon_sym_mut] = ACTIONS(3333), + [anon_sym_PLUS_PLUS] = ACTIONS(3333), + [anon_sym_DASH_DASH] = ACTIONS(3333), + [anon_sym_QMARK] = ACTIONS(3333), + [anon_sym_BANG] = ACTIONS(3333), + [anon_sym_go] = ACTIONS(3333), + [anon_sym_spawn] = ACTIONS(3333), + [anon_sym_json_DOTdecode] = ACTIONS(3333), + [anon_sym_LBRACK2] = ACTIONS(3333), + [anon_sym_TILDE] = ACTIONS(3333), + [anon_sym_CARET] = ACTIONS(3333), + [anon_sym_AMP] = ACTIONS(3333), + [anon_sym_LT_DASH] = ACTIONS(3333), + [anon_sym_LT_LT] = ACTIONS(3333), + [anon_sym_GT_GT] = ACTIONS(3333), + [anon_sym_GT_GT_GT] = ACTIONS(3333), + [anon_sym_AMP_CARET] = ACTIONS(3333), + [anon_sym_AMP_AMP] = ACTIONS(3333), + [anon_sym_PIPE_PIPE] = ACTIONS(3333), + [anon_sym_or] = ACTIONS(3333), + [sym_none] = ACTIONS(3333), + [sym_true] = ACTIONS(3333), + [sym_false] = ACTIONS(3333), + [sym_nil] = ACTIONS(3333), + [anon_sym_QMARK_DOT] = ACTIONS(3333), + [anon_sym_POUND_LBRACK] = ACTIONS(3333), + [anon_sym_if] = ACTIONS(3333), + [anon_sym_DOLLARif] = ACTIONS(3333), + [anon_sym_is] = ACTIONS(3333), + [anon_sym_BANGis] = ACTIONS(3333), + [anon_sym_in] = ACTIONS(3333), + [anon_sym_BANGin] = ACTIONS(3333), + [anon_sym_match] = ACTIONS(3333), + [anon_sym_select] = ACTIONS(3333), + [anon_sym_lock] = ACTIONS(3333), + [anon_sym_rlock] = ACTIONS(3333), + [anon_sym_unsafe] = ACTIONS(3333), + [anon_sym_sql] = ACTIONS(3333), + [sym_int_literal] = ACTIONS(3333), + [sym_float_literal] = ACTIONS(3333), + [sym_rune_literal] = ACTIONS(3333), + [sym_pseudo_compile_time_identifier] = ACTIONS(3333), + [anon_sym_shared] = ACTIONS(3333), + [anon_sym_map_LBRACK] = ACTIONS(3333), + [anon_sym_chan] = ACTIONS(3333), + [anon_sym_thread] = ACTIONS(3333), + [anon_sym_atomic] = ACTIONS(3333), + [sym___double_quote] = ACTIONS(3333), + [sym___single_quote] = ACTIONS(3333), + [sym___c_double_quote] = ACTIONS(3333), + [sym___c_single_quote] = ACTIONS(3333), + [sym___r_double_quote] = ACTIONS(3333), + [sym___r_single_quote] = ACTIONS(3333), }, [1261] = { [sym_line_comment] = STATE(1261), [sym_block_comment] = STATE(1261), - [sym_identifier] = ACTIONS(3435), - [anon_sym_LF] = ACTIONS(3435), - [anon_sym_CR] = ACTIONS(3435), - [anon_sym_CR_LF] = ACTIONS(3435), + [sym_identifier] = ACTIONS(3061), + [anon_sym_LF] = ACTIONS(3061), + [anon_sym_CR] = ACTIONS(3061), + [anon_sym_CR_LF] = ACTIONS(3061), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3435), - [anon_sym_DOT] = ACTIONS(3441), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3435), - [anon_sym_COMMA] = ACTIONS(3435), - [anon_sym_RBRACE] = ACTIONS(3435), - [anon_sym_LPAREN] = ACTIONS(3435), - [anon_sym_RPAREN] = ACTIONS(3435), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3435), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3435), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3435), - [anon_sym_BANG_EQ] = ACTIONS(3435), - [anon_sym_LT_EQ] = ACTIONS(3435), - [anon_sym_GT_EQ] = ACTIONS(3435), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3435), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_PLUS_PLUS] = ACTIONS(3435), - [anon_sym_DASH_DASH] = ACTIONS(3435), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3435), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3435), - [anon_sym_CARET] = ACTIONS(3435), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3435), - [anon_sym_LT_LT] = ACTIONS(3435), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3435), - [anon_sym_AMP_CARET] = ACTIONS(3435), - [anon_sym_AMP_AMP] = ACTIONS(3435), - [anon_sym_PIPE_PIPE] = ACTIONS(3435), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3435), - [anon_sym_POUND_LBRACK] = ACTIONS(3435), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3435), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3435), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3435), - [sym_rune_literal] = ACTIONS(3435), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3435), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3435), - [sym___single_quote] = ACTIONS(3435), - [sym___c_double_quote] = ACTIONS(3435), - [sym___c_single_quote] = ACTIONS(3435), - [sym___r_double_quote] = ACTIONS(3435), - [sym___r_single_quote] = ACTIONS(3435), + [anon_sym_SEMI] = ACTIONS(3061), + [anon_sym_DOT] = ACTIONS(3061), + [anon_sym_as] = ACTIONS(3061), + [anon_sym_LBRACE] = ACTIONS(3061), + [anon_sym_COMMA] = ACTIONS(3061), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(3061), + [anon_sym_RPAREN] = ACTIONS(3061), + [anon_sym_PIPE] = ACTIONS(3061), + [anon_sym_fn] = ACTIONS(3061), + [anon_sym_PLUS] = ACTIONS(3061), + [anon_sym_DASH] = ACTIONS(3061), + [anon_sym_STAR] = ACTIONS(3061), + [anon_sym_SLASH] = ACTIONS(3061), + [anon_sym_PERCENT] = ACTIONS(3061), + [anon_sym_LT] = ACTIONS(3061), + [anon_sym_GT] = ACTIONS(3061), + [anon_sym_EQ_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(3061), + [anon_sym_LT_EQ] = ACTIONS(3061), + [anon_sym_GT_EQ] = ACTIONS(3061), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3061), + [anon_sym_LBRACK] = ACTIONS(3059), + [anon_sym_struct] = ACTIONS(3061), + [anon_sym_mut] = ACTIONS(3061), + [anon_sym_PLUS_PLUS] = ACTIONS(3061), + [anon_sym_DASH_DASH] = ACTIONS(3061), + [anon_sym_QMARK] = ACTIONS(3061), + [anon_sym_BANG] = ACTIONS(3061), + [anon_sym_go] = ACTIONS(3061), + [anon_sym_spawn] = ACTIONS(3061), + [anon_sym_json_DOTdecode] = ACTIONS(3061), + [anon_sym_LBRACK2] = ACTIONS(3061), + [anon_sym_TILDE] = ACTIONS(3061), + [anon_sym_CARET] = ACTIONS(3061), + [anon_sym_AMP] = ACTIONS(3061), + [anon_sym_LT_DASH] = ACTIONS(3061), + [anon_sym_LT_LT] = ACTIONS(3061), + [anon_sym_GT_GT] = ACTIONS(3061), + [anon_sym_GT_GT_GT] = ACTIONS(3061), + [anon_sym_AMP_CARET] = ACTIONS(3061), + [anon_sym_AMP_AMP] = ACTIONS(3061), + [anon_sym_PIPE_PIPE] = ACTIONS(3061), + [anon_sym_or] = ACTIONS(3061), + [sym_none] = ACTIONS(3061), + [sym_true] = ACTIONS(3061), + [sym_false] = ACTIONS(3061), + [sym_nil] = ACTIONS(3061), + [anon_sym_QMARK_DOT] = ACTIONS(3061), + [anon_sym_POUND_LBRACK] = ACTIONS(3061), + [anon_sym_if] = ACTIONS(3061), + [anon_sym_DOLLARif] = ACTIONS(3061), + [anon_sym_is] = ACTIONS(3061), + [anon_sym_BANGis] = ACTIONS(3061), + [anon_sym_in] = ACTIONS(3061), + [anon_sym_BANGin] = ACTIONS(3061), + [anon_sym_match] = ACTIONS(3061), + [anon_sym_select] = ACTIONS(3061), + [anon_sym_lock] = ACTIONS(3061), + [anon_sym_rlock] = ACTIONS(3061), + [anon_sym_unsafe] = ACTIONS(3061), + [anon_sym_sql] = ACTIONS(3061), + [sym_int_literal] = ACTIONS(3061), + [sym_float_literal] = ACTIONS(3061), + [sym_rune_literal] = ACTIONS(3061), + [sym_pseudo_compile_time_identifier] = ACTIONS(3061), + [anon_sym_shared] = ACTIONS(3061), + [anon_sym_map_LBRACK] = ACTIONS(3061), + [anon_sym_chan] = ACTIONS(3061), + [anon_sym_thread] = ACTIONS(3061), + [anon_sym_atomic] = ACTIONS(3061), + [sym___double_quote] = ACTIONS(3061), + [sym___single_quote] = ACTIONS(3061), + [sym___c_double_quote] = ACTIONS(3061), + [sym___c_single_quote] = ACTIONS(3061), + [sym___r_double_quote] = ACTIONS(3061), + [sym___r_single_quote] = ACTIONS(3061), }, [1262] = { [sym_line_comment] = STATE(1262), [sym_block_comment] = STATE(1262), - [sym_identifier] = ACTIONS(3435), - [anon_sym_LF] = ACTIONS(3435), - [anon_sym_CR] = ACTIONS(3435), - [anon_sym_CR_LF] = ACTIONS(3435), + [sym_identifier] = ACTIONS(3285), + [anon_sym_LF] = ACTIONS(3285), + [anon_sym_CR] = ACTIONS(3285), + [anon_sym_CR_LF] = ACTIONS(3285), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3435), - [anon_sym_DOT] = ACTIONS(3441), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3435), - [anon_sym_COMMA] = ACTIONS(3435), - [anon_sym_LPAREN] = ACTIONS(3435), - [anon_sym_RPAREN] = ACTIONS(3435), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3435), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3435), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3435), - [anon_sym_BANG_EQ] = ACTIONS(3435), - [anon_sym_LT_EQ] = ACTIONS(3435), - [anon_sym_GT_EQ] = ACTIONS(3435), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3435), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_COLON] = ACTIONS(3848), - [anon_sym_PLUS_PLUS] = ACTIONS(3435), - [anon_sym_DASH_DASH] = ACTIONS(3435), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3435), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3435), - [anon_sym_CARET] = ACTIONS(3435), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3435), - [anon_sym_LT_LT] = ACTIONS(3435), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3435), - [anon_sym_AMP_CARET] = ACTIONS(3435), - [anon_sym_AMP_AMP] = ACTIONS(3435), - [anon_sym_PIPE_PIPE] = ACTIONS(3435), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3435), - [anon_sym_POUND_LBRACK] = ACTIONS(3435), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3435), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3435), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3435), - [sym_rune_literal] = ACTIONS(3435), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3435), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3435), - [sym___single_quote] = ACTIONS(3435), - [sym___c_double_quote] = ACTIONS(3435), - [sym___c_single_quote] = ACTIONS(3435), - [sym___r_double_quote] = ACTIONS(3435), - [sym___r_single_quote] = ACTIONS(3435), + [anon_sym_SEMI] = ACTIONS(3285), + [anon_sym_DOT] = ACTIONS(3088), + [anon_sym_as] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3285), + [anon_sym_COMMA] = ACTIONS(3285), + [anon_sym_RBRACE] = ACTIONS(3285), + [anon_sym_LPAREN] = ACTIONS(3088), + [anon_sym_RPAREN] = ACTIONS(3285), + [anon_sym_PIPE] = ACTIONS(3088), + [anon_sym_fn] = ACTIONS(3285), + [anon_sym_PLUS] = ACTIONS(3088), + [anon_sym_DASH] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3088), + [anon_sym_SLASH] = ACTIONS(3088), + [anon_sym_PERCENT] = ACTIONS(3088), + [anon_sym_LT] = ACTIONS(3088), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_LT_EQ] = ACTIONS(3088), + [anon_sym_GT_EQ] = ACTIONS(3088), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3285), + [anon_sym_LBRACK] = ACTIONS(3085), + [anon_sym_struct] = ACTIONS(3285), + [anon_sym_mut] = ACTIONS(3285), + [anon_sym_PLUS_PLUS] = ACTIONS(3088), + [anon_sym_DASH_DASH] = ACTIONS(3088), + [anon_sym_QMARK] = ACTIONS(3088), + [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_go] = ACTIONS(3285), + [anon_sym_spawn] = ACTIONS(3285), + [anon_sym_json_DOTdecode] = ACTIONS(3285), + [anon_sym_LBRACK2] = ACTIONS(3088), + [anon_sym_TILDE] = ACTIONS(3285), + [anon_sym_CARET] = ACTIONS(3088), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_LT_DASH] = ACTIONS(3285), + [anon_sym_LT_LT] = ACTIONS(3088), + [anon_sym_GT_GT] = ACTIONS(3088), + [anon_sym_GT_GT_GT] = ACTIONS(3088), + [anon_sym_AMP_CARET] = ACTIONS(3088), + [anon_sym_AMP_AMP] = ACTIONS(3088), + [anon_sym_PIPE_PIPE] = ACTIONS(3088), + [anon_sym_or] = ACTIONS(3088), + [sym_none] = ACTIONS(3285), + [sym_true] = ACTIONS(3285), + [sym_false] = ACTIONS(3285), + [sym_nil] = ACTIONS(3285), + [anon_sym_QMARK_DOT] = ACTIONS(3088), + [anon_sym_POUND_LBRACK] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3285), + [anon_sym_DOLLARif] = ACTIONS(3285), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3088), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_BANGin] = ACTIONS(3088), + [anon_sym_match] = ACTIONS(3285), + [anon_sym_select] = ACTIONS(3285), + [anon_sym_lock] = ACTIONS(3285), + [anon_sym_rlock] = ACTIONS(3285), + [anon_sym_unsafe] = ACTIONS(3285), + [anon_sym_sql] = ACTIONS(3285), + [sym_int_literal] = ACTIONS(3285), + [sym_float_literal] = ACTIONS(3285), + [sym_rune_literal] = ACTIONS(3285), + [sym_pseudo_compile_time_identifier] = ACTIONS(3285), + [anon_sym_shared] = ACTIONS(3285), + [anon_sym_map_LBRACK] = ACTIONS(3285), + [anon_sym_chan] = ACTIONS(3285), + [anon_sym_thread] = ACTIONS(3285), + [anon_sym_atomic] = ACTIONS(3285), + [sym___double_quote] = ACTIONS(3285), + [sym___single_quote] = ACTIONS(3285), + [sym___c_double_quote] = ACTIONS(3285), + [sym___c_single_quote] = ACTIONS(3285), + [sym___r_double_quote] = ACTIONS(3285), + [sym___r_single_quote] = ACTIONS(3285), }, [1263] = { [sym_line_comment] = STATE(1263), [sym_block_comment] = STATE(1263), - [sym_identifier] = ACTIONS(2761), - [anon_sym_LF] = ACTIONS(2761), - [anon_sym_CR] = ACTIONS(2761), - [anon_sym_CR_LF] = ACTIONS(2761), + [sym_identifier] = ACTIONS(3237), + [anon_sym_LF] = ACTIONS(3237), + [anon_sym_CR] = ACTIONS(3237), + [anon_sym_CR_LF] = ACTIONS(3237), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2761), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_COMMA] = ACTIONS(2761), - [anon_sym_RBRACE] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym_RPAREN] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2761), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2761), - [anon_sym_BANG_EQ] = ACTIONS(2761), - [anon_sym_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_EQ] = ACTIONS(2761), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2761), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_PLUS_PLUS] = ACTIONS(2761), - [anon_sym_DASH_DASH] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2761), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2761), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2761), - [anon_sym_AMP_CARET] = ACTIONS(2761), - [anon_sym_AMP_AMP] = ACTIONS(2761), - [anon_sym_PIPE_PIPE] = ACTIONS(2761), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2761), - [anon_sym_POUND_LBRACK] = ACTIONS(2761), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2761), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2761), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), - [sym_rune_literal] = ACTIONS(2761), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2761), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2761), - [sym___single_quote] = ACTIONS(2761), - [sym___c_double_quote] = ACTIONS(2761), - [sym___c_single_quote] = ACTIONS(2761), - [sym___r_double_quote] = ACTIONS(2761), - [sym___r_single_quote] = ACTIONS(2761), + [anon_sym_SEMI] = ACTIONS(3237), + [anon_sym_DOT] = ACTIONS(3237), + [anon_sym_as] = ACTIONS(3237), + [anon_sym_LBRACE] = ACTIONS(3237), + [anon_sym_COMMA] = ACTIONS(3237), + [anon_sym_RBRACE] = ACTIONS(3237), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym_RPAREN] = ACTIONS(3237), + [anon_sym_PIPE] = ACTIONS(3237), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_PLUS] = ACTIONS(3237), + [anon_sym_DASH] = ACTIONS(3237), + [anon_sym_STAR] = ACTIONS(3237), + [anon_sym_SLASH] = ACTIONS(3237), + [anon_sym_PERCENT] = ACTIONS(3237), + [anon_sym_LT] = ACTIONS(3237), + [anon_sym_GT] = ACTIONS(3237), + [anon_sym_EQ_EQ] = ACTIONS(3237), + [anon_sym_BANG_EQ] = ACTIONS(3237), + [anon_sym_LT_EQ] = ACTIONS(3237), + [anon_sym_GT_EQ] = ACTIONS(3237), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3237), + [anon_sym_LBRACK] = ACTIONS(3235), + [anon_sym_struct] = ACTIONS(3237), + [anon_sym_mut] = ACTIONS(3237), + [anon_sym_PLUS_PLUS] = ACTIONS(3237), + [anon_sym_DASH_DASH] = ACTIONS(3237), + [anon_sym_QMARK] = ACTIONS(3237), + [anon_sym_BANG] = ACTIONS(3237), + [anon_sym_go] = ACTIONS(3237), + [anon_sym_spawn] = ACTIONS(3237), + [anon_sym_json_DOTdecode] = ACTIONS(3237), + [anon_sym_LBRACK2] = ACTIONS(3237), + [anon_sym_TILDE] = ACTIONS(3237), + [anon_sym_CARET] = ACTIONS(3237), + [anon_sym_AMP] = ACTIONS(3237), + [anon_sym_LT_DASH] = ACTIONS(3237), + [anon_sym_LT_LT] = ACTIONS(3237), + [anon_sym_GT_GT] = ACTIONS(3237), + [anon_sym_GT_GT_GT] = ACTIONS(3237), + [anon_sym_AMP_CARET] = ACTIONS(3237), + [anon_sym_AMP_AMP] = ACTIONS(3237), + [anon_sym_PIPE_PIPE] = ACTIONS(3237), + [anon_sym_or] = ACTIONS(3237), + [sym_none] = ACTIONS(3237), + [sym_true] = ACTIONS(3237), + [sym_false] = ACTIONS(3237), + [sym_nil] = ACTIONS(3237), + [anon_sym_QMARK_DOT] = ACTIONS(3237), + [anon_sym_POUND_LBRACK] = ACTIONS(3237), + [anon_sym_if] = ACTIONS(3237), + [anon_sym_DOLLARif] = ACTIONS(3237), + [anon_sym_is] = ACTIONS(3237), + [anon_sym_BANGis] = ACTIONS(3237), + [anon_sym_in] = ACTIONS(3237), + [anon_sym_BANGin] = ACTIONS(3237), + [anon_sym_match] = ACTIONS(3237), + [anon_sym_select] = ACTIONS(3237), + [anon_sym_lock] = ACTIONS(3237), + [anon_sym_rlock] = ACTIONS(3237), + [anon_sym_unsafe] = ACTIONS(3237), + [anon_sym_sql] = ACTIONS(3237), + [sym_int_literal] = ACTIONS(3237), + [sym_float_literal] = ACTIONS(3237), + [sym_rune_literal] = ACTIONS(3237), + [sym_pseudo_compile_time_identifier] = ACTIONS(3237), + [anon_sym_shared] = ACTIONS(3237), + [anon_sym_map_LBRACK] = ACTIONS(3237), + [anon_sym_chan] = ACTIONS(3237), + [anon_sym_thread] = ACTIONS(3237), + [anon_sym_atomic] = ACTIONS(3237), + [sym___double_quote] = ACTIONS(3237), + [sym___single_quote] = ACTIONS(3237), + [sym___c_double_quote] = ACTIONS(3237), + [sym___c_single_quote] = ACTIONS(3237), + [sym___r_double_quote] = ACTIONS(3237), + [sym___r_single_quote] = ACTIONS(3237), }, [1264] = { [sym_line_comment] = STATE(1264), [sym_block_comment] = STATE(1264), - [sym_identifier] = ACTIONS(3423), - [anon_sym_LF] = ACTIONS(3423), - [anon_sym_CR] = ACTIONS(3423), - [anon_sym_CR_LF] = ACTIONS(3423), + [sym_identifier] = ACTIONS(3149), + [anon_sym_LF] = ACTIONS(3149), + [anon_sym_CR] = ACTIONS(3149), + [anon_sym_CR_LF] = ACTIONS(3149), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3423), - [anon_sym_DOT] = ACTIONS(3423), - [anon_sym_as] = ACTIONS(3423), - [anon_sym_LBRACE] = ACTIONS(3423), - [anon_sym_COMMA] = ACTIONS(3423), - [anon_sym_RBRACE] = ACTIONS(3423), - [anon_sym_LPAREN] = ACTIONS(3423), - [anon_sym_RPAREN] = ACTIONS(3423), - [anon_sym_PIPE] = ACTIONS(3423), - [anon_sym_fn] = ACTIONS(3423), - [anon_sym_PLUS] = ACTIONS(3423), - [anon_sym_DASH] = ACTIONS(3423), - [anon_sym_STAR] = ACTIONS(3423), - [anon_sym_SLASH] = ACTIONS(3423), - [anon_sym_PERCENT] = ACTIONS(3423), - [anon_sym_LT] = ACTIONS(3423), - [anon_sym_GT] = ACTIONS(3423), - [anon_sym_EQ_EQ] = ACTIONS(3423), - [anon_sym_BANG_EQ] = ACTIONS(3423), - [anon_sym_LT_EQ] = ACTIONS(3423), - [anon_sym_GT_EQ] = ACTIONS(3423), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3423), - [anon_sym_LBRACK] = ACTIONS(3421), - [anon_sym_struct] = ACTIONS(3423), - [anon_sym_mut] = ACTIONS(3423), - [anon_sym_PLUS_PLUS] = ACTIONS(3423), - [anon_sym_DASH_DASH] = ACTIONS(3423), - [anon_sym_QMARK] = ACTIONS(3423), - [anon_sym_BANG] = ACTIONS(3423), - [anon_sym_go] = ACTIONS(3423), - [anon_sym_spawn] = ACTIONS(3423), - [anon_sym_json_DOTdecode] = ACTIONS(3423), - [anon_sym_LBRACK2] = ACTIONS(3423), - [anon_sym_TILDE] = ACTIONS(3423), - [anon_sym_CARET] = ACTIONS(3423), - [anon_sym_AMP] = ACTIONS(3423), - [anon_sym_LT_DASH] = ACTIONS(3423), - [anon_sym_LT_LT] = ACTIONS(3423), - [anon_sym_GT_GT] = ACTIONS(3423), - [anon_sym_GT_GT_GT] = ACTIONS(3423), - [anon_sym_AMP_CARET] = ACTIONS(3423), - [anon_sym_AMP_AMP] = ACTIONS(3423), - [anon_sym_PIPE_PIPE] = ACTIONS(3423), - [anon_sym_or] = ACTIONS(3423), - [sym_none] = ACTIONS(3423), - [sym_true] = ACTIONS(3423), - [sym_false] = ACTIONS(3423), - [sym_nil] = ACTIONS(3423), - [anon_sym_QMARK_DOT] = ACTIONS(3423), - [anon_sym_POUND_LBRACK] = ACTIONS(3423), - [anon_sym_if] = ACTIONS(3423), - [anon_sym_DOLLARif] = ACTIONS(3423), - [anon_sym_is] = ACTIONS(3423), - [anon_sym_BANGis] = ACTIONS(3423), - [anon_sym_in] = ACTIONS(3423), - [anon_sym_BANGin] = ACTIONS(3423), - [anon_sym_match] = ACTIONS(3423), - [anon_sym_select] = ACTIONS(3423), - [anon_sym_lock] = ACTIONS(3423), - [anon_sym_rlock] = ACTIONS(3423), - [anon_sym_unsafe] = ACTIONS(3423), - [anon_sym_sql] = ACTIONS(3423), - [sym_int_literal] = ACTIONS(3423), - [sym_float_literal] = ACTIONS(3423), - [sym_rune_literal] = ACTIONS(3423), - [sym_pseudo_compile_time_identifier] = ACTIONS(3423), - [anon_sym_shared] = ACTIONS(3423), - [anon_sym_map_LBRACK] = ACTIONS(3423), - [anon_sym_chan] = ACTIONS(3423), - [anon_sym_thread] = ACTIONS(3423), - [anon_sym_atomic] = ACTIONS(3423), - [sym___double_quote] = ACTIONS(3423), - [sym___single_quote] = ACTIONS(3423), - [sym___c_double_quote] = ACTIONS(3423), - [sym___c_single_quote] = ACTIONS(3423), - [sym___r_double_quote] = ACTIONS(3423), - [sym___r_single_quote] = ACTIONS(3423), + [anon_sym_SEMI] = ACTIONS(3149), + [anon_sym_DOT] = ACTIONS(3149), + [anon_sym_as] = ACTIONS(3149), + [anon_sym_LBRACE] = ACTIONS(3149), + [anon_sym_COMMA] = ACTIONS(3149), + [anon_sym_RBRACE] = ACTIONS(3149), + [anon_sym_LPAREN] = ACTIONS(3149), + [anon_sym_RPAREN] = ACTIONS(3149), + [anon_sym_PIPE] = ACTIONS(3149), + [anon_sym_fn] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_SLASH] = ACTIONS(3149), + [anon_sym_PERCENT] = ACTIONS(3149), + [anon_sym_LT] = ACTIONS(3149), + [anon_sym_GT] = ACTIONS(3149), + [anon_sym_EQ_EQ] = ACTIONS(3149), + [anon_sym_BANG_EQ] = ACTIONS(3149), + [anon_sym_LT_EQ] = ACTIONS(3149), + [anon_sym_GT_EQ] = ACTIONS(3149), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3149), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3149), + [anon_sym_mut] = ACTIONS(3149), + [anon_sym_PLUS_PLUS] = ACTIONS(3149), + [anon_sym_DASH_DASH] = ACTIONS(3149), + [anon_sym_QMARK] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_go] = ACTIONS(3149), + [anon_sym_spawn] = ACTIONS(3149), + [anon_sym_json_DOTdecode] = ACTIONS(3149), + [anon_sym_LBRACK2] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_CARET] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3149), + [anon_sym_LT_DASH] = ACTIONS(3149), + [anon_sym_LT_LT] = ACTIONS(3149), + [anon_sym_GT_GT] = ACTIONS(3149), + [anon_sym_GT_GT_GT] = ACTIONS(3149), + [anon_sym_AMP_CARET] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_PIPE_PIPE] = ACTIONS(3149), + [anon_sym_or] = ACTIONS(3149), + [sym_none] = ACTIONS(3149), + [sym_true] = ACTIONS(3149), + [sym_false] = ACTIONS(3149), + [sym_nil] = ACTIONS(3149), + [anon_sym_QMARK_DOT] = ACTIONS(3149), + [anon_sym_POUND_LBRACK] = ACTIONS(3149), + [anon_sym_if] = ACTIONS(3149), + [anon_sym_DOLLARif] = ACTIONS(3149), + [anon_sym_is] = ACTIONS(3149), + [anon_sym_BANGis] = ACTIONS(3149), + [anon_sym_in] = ACTIONS(3149), + [anon_sym_BANGin] = ACTIONS(3149), + [anon_sym_match] = ACTIONS(3149), + [anon_sym_select] = ACTIONS(3149), + [anon_sym_lock] = ACTIONS(3149), + [anon_sym_rlock] = ACTIONS(3149), + [anon_sym_unsafe] = ACTIONS(3149), + [anon_sym_sql] = ACTIONS(3149), + [sym_int_literal] = ACTIONS(3149), + [sym_float_literal] = ACTIONS(3149), + [sym_rune_literal] = ACTIONS(3149), + [sym_pseudo_compile_time_identifier] = ACTIONS(3149), + [anon_sym_shared] = ACTIONS(3149), + [anon_sym_map_LBRACK] = ACTIONS(3149), + [anon_sym_chan] = ACTIONS(3149), + [anon_sym_thread] = ACTIONS(3149), + [anon_sym_atomic] = ACTIONS(3149), + [sym___double_quote] = ACTIONS(3149), + [sym___single_quote] = ACTIONS(3149), + [sym___c_double_quote] = ACTIONS(3149), + [sym___c_single_quote] = ACTIONS(3149), + [sym___r_double_quote] = ACTIONS(3149), + [sym___r_single_quote] = ACTIONS(3149), }, [1265] = { [sym_line_comment] = STATE(1265), [sym_block_comment] = STATE(1265), - [sym_identifier] = ACTIONS(3151), - [anon_sym_LF] = ACTIONS(3151), - [anon_sym_CR] = ACTIONS(3151), - [anon_sym_CR_LF] = ACTIONS(3151), + [sym_identifier] = ACTIONS(3840), + [anon_sym_LF] = ACTIONS(3843), + [anon_sym_CR] = ACTIONS(3843), + [anon_sym_CR_LF] = ACTIONS(3843), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3151), - [anon_sym_DOT] = ACTIONS(2833), - [anon_sym_as] = ACTIONS(3151), - [anon_sym_LBRACE] = ACTIONS(3151), - [anon_sym_COMMA] = ACTIONS(3151), - [anon_sym_RBRACE] = ACTIONS(3151), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_RPAREN] = ACTIONS(3151), - [anon_sym_PIPE] = ACTIONS(3151), - [anon_sym_fn] = ACTIONS(3151), - [anon_sym_PLUS] = ACTIONS(3151), - [anon_sym_DASH] = ACTIONS(3151), - [anon_sym_STAR] = ACTIONS(3151), - [anon_sym_SLASH] = ACTIONS(3151), - [anon_sym_PERCENT] = ACTIONS(3151), - [anon_sym_LT] = ACTIONS(3151), - [anon_sym_GT] = ACTIONS(3151), - [anon_sym_EQ_EQ] = ACTIONS(3151), - [anon_sym_BANG_EQ] = ACTIONS(3151), - [anon_sym_LT_EQ] = ACTIONS(3151), - [anon_sym_GT_EQ] = ACTIONS(3151), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3149), - [anon_sym_struct] = ACTIONS(3151), - [anon_sym_mut] = ACTIONS(3151), - [anon_sym_PLUS_PLUS] = ACTIONS(3151), - [anon_sym_DASH_DASH] = ACTIONS(3151), - [anon_sym_QMARK] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3151), - [anon_sym_go] = ACTIONS(3151), - [anon_sym_spawn] = ACTIONS(3151), - [anon_sym_json_DOTdecode] = ACTIONS(3151), - [anon_sym_LBRACK2] = ACTIONS(3151), - [anon_sym_TILDE] = ACTIONS(3151), - [anon_sym_CARET] = ACTIONS(3151), - [anon_sym_AMP] = ACTIONS(3151), - [anon_sym_LT_DASH] = ACTIONS(3151), - [anon_sym_LT_LT] = ACTIONS(3151), - [anon_sym_GT_GT] = ACTIONS(3151), - [anon_sym_GT_GT_GT] = ACTIONS(3151), - [anon_sym_AMP_CARET] = ACTIONS(3151), - [anon_sym_AMP_AMP] = ACTIONS(3151), - [anon_sym_PIPE_PIPE] = ACTIONS(3151), - [anon_sym_or] = ACTIONS(3151), - [sym_none] = ACTIONS(3151), - [sym_true] = ACTIONS(3151), - [sym_false] = ACTIONS(3151), - [sym_nil] = ACTIONS(3151), - [anon_sym_QMARK_DOT] = ACTIONS(3151), - [anon_sym_POUND_LBRACK] = ACTIONS(3151), - [anon_sym_if] = ACTIONS(3151), - [anon_sym_DOLLARif] = ACTIONS(3151), - [anon_sym_is] = ACTIONS(3151), - [anon_sym_BANGis] = ACTIONS(3151), - [anon_sym_in] = ACTIONS(3151), - [anon_sym_BANGin] = ACTIONS(3151), - [anon_sym_match] = ACTIONS(3151), - [anon_sym_select] = ACTIONS(3151), - [anon_sym_lock] = ACTIONS(3151), - [anon_sym_rlock] = ACTIONS(3151), - [anon_sym_unsafe] = ACTIONS(3151), - [anon_sym_sql] = ACTIONS(3151), - [sym_int_literal] = ACTIONS(3151), - [sym_float_literal] = ACTIONS(3151), - [sym_rune_literal] = ACTIONS(3151), - [sym_pseudo_compile_time_identifier] = ACTIONS(3151), - [anon_sym_shared] = ACTIONS(3151), - [anon_sym_map_LBRACK] = ACTIONS(3151), - [anon_sym_chan] = ACTIONS(3151), - [anon_sym_thread] = ACTIONS(3151), - [anon_sym_atomic] = ACTIONS(3151), - [sym___double_quote] = ACTIONS(3151), - [sym___single_quote] = ACTIONS(3151), - [sym___c_double_quote] = ACTIONS(3151), - [sym___c_single_quote] = ACTIONS(3151), - [sym___r_double_quote] = ACTIONS(3151), - [sym___r_single_quote] = ACTIONS(3151), + [anon_sym_SEMI] = ACTIONS(3843), + [anon_sym_DOT] = ACTIONS(3854), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3377), + [anon_sym_COMMA] = ACTIONS(3843), + [anon_sym_RBRACE] = ACTIONS(3840), + [anon_sym_LPAREN] = ACTIONS(3377), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3377), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3377), + [anon_sym_BANG_EQ] = ACTIONS(3377), + [anon_sym_LT_EQ] = ACTIONS(3377), + [anon_sym_GT_EQ] = ACTIONS(3377), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3846), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_COLON] = ACTIONS(3848), + [anon_sym_PLUS_PLUS] = ACTIONS(3377), + [anon_sym_DASH_DASH] = ACTIONS(3377), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3377), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3377), + [anon_sym_CARET] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3377), + [anon_sym_LT_LT] = ACTIONS(3377), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3377), + [anon_sym_AMP_CARET] = ACTIONS(3377), + [anon_sym_AMP_AMP] = ACTIONS(3377), + [anon_sym_PIPE_PIPE] = ACTIONS(3377), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3377), + [anon_sym_POUND_LBRACK] = ACTIONS(3377), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3377), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3377), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3377), + [sym_rune_literal] = ACTIONS(3377), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3377), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3377), + [sym___single_quote] = ACTIONS(3377), + [sym___c_double_quote] = ACTIONS(3377), + [sym___c_single_quote] = ACTIONS(3377), + [sym___r_double_quote] = ACTIONS(3377), + [sym___r_single_quote] = ACTIONS(3377), }, [1266] = { [sym_line_comment] = STATE(1266), [sym_block_comment] = STATE(1266), - [sym_identifier] = ACTIONS(3419), - [anon_sym_LF] = ACTIONS(3419), - [anon_sym_CR] = ACTIONS(3419), - [anon_sym_CR_LF] = ACTIONS(3419), + [sym_identifier] = ACTIONS(3404), + [anon_sym_LF] = ACTIONS(3404), + [anon_sym_CR] = ACTIONS(3404), + [anon_sym_CR_LF] = ACTIONS(3404), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3419), - [anon_sym_DOT] = ACTIONS(3419), - [anon_sym_as] = ACTIONS(3419), - [anon_sym_LBRACE] = ACTIONS(3419), - [anon_sym_COMMA] = ACTIONS(3419), - [anon_sym_RBRACE] = ACTIONS(3419), - [anon_sym_LPAREN] = ACTIONS(3419), - [anon_sym_RPAREN] = ACTIONS(3419), - [anon_sym_PIPE] = ACTIONS(3419), - [anon_sym_fn] = ACTIONS(3419), - [anon_sym_PLUS] = ACTIONS(3419), - [anon_sym_DASH] = ACTIONS(3419), - [anon_sym_STAR] = ACTIONS(3419), - [anon_sym_SLASH] = ACTIONS(3419), - [anon_sym_PERCENT] = ACTIONS(3419), - [anon_sym_LT] = ACTIONS(3419), - [anon_sym_GT] = ACTIONS(3419), - [anon_sym_EQ_EQ] = ACTIONS(3419), - [anon_sym_BANG_EQ] = ACTIONS(3419), - [anon_sym_LT_EQ] = ACTIONS(3419), - [anon_sym_GT_EQ] = ACTIONS(3419), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3419), - [anon_sym_LBRACK] = ACTIONS(3417), - [anon_sym_struct] = ACTIONS(3419), - [anon_sym_mut] = ACTIONS(3419), - [anon_sym_PLUS_PLUS] = ACTIONS(3419), - [anon_sym_DASH_DASH] = ACTIONS(3419), - [anon_sym_QMARK] = ACTIONS(3419), - [anon_sym_BANG] = ACTIONS(3419), - [anon_sym_go] = ACTIONS(3419), - [anon_sym_spawn] = ACTIONS(3419), - [anon_sym_json_DOTdecode] = ACTIONS(3419), - [anon_sym_LBRACK2] = ACTIONS(3419), - [anon_sym_TILDE] = ACTIONS(3419), - [anon_sym_CARET] = ACTIONS(3419), - [anon_sym_AMP] = ACTIONS(3419), - [anon_sym_LT_DASH] = ACTIONS(3419), - [anon_sym_LT_LT] = ACTIONS(3419), - [anon_sym_GT_GT] = ACTIONS(3419), - [anon_sym_GT_GT_GT] = ACTIONS(3419), - [anon_sym_AMP_CARET] = ACTIONS(3419), - [anon_sym_AMP_AMP] = ACTIONS(3419), - [anon_sym_PIPE_PIPE] = ACTIONS(3419), - [anon_sym_or] = ACTIONS(3419), - [sym_none] = ACTIONS(3419), - [sym_true] = ACTIONS(3419), - [sym_false] = ACTIONS(3419), - [sym_nil] = ACTIONS(3419), - [anon_sym_QMARK_DOT] = ACTIONS(3419), - [anon_sym_POUND_LBRACK] = ACTIONS(3419), - [anon_sym_if] = ACTIONS(3419), - [anon_sym_DOLLARif] = ACTIONS(3419), - [anon_sym_is] = ACTIONS(3419), - [anon_sym_BANGis] = ACTIONS(3419), - [anon_sym_in] = ACTIONS(3419), - [anon_sym_BANGin] = ACTIONS(3419), - [anon_sym_match] = ACTIONS(3419), - [anon_sym_select] = ACTIONS(3419), - [anon_sym_lock] = ACTIONS(3419), - [anon_sym_rlock] = ACTIONS(3419), - [anon_sym_unsafe] = ACTIONS(3419), - [anon_sym_sql] = ACTIONS(3419), - [sym_int_literal] = ACTIONS(3419), - [sym_float_literal] = ACTIONS(3419), - [sym_rune_literal] = ACTIONS(3419), - [sym_pseudo_compile_time_identifier] = ACTIONS(3419), - [anon_sym_shared] = ACTIONS(3419), - [anon_sym_map_LBRACK] = ACTIONS(3419), - [anon_sym_chan] = ACTIONS(3419), - [anon_sym_thread] = ACTIONS(3419), - [anon_sym_atomic] = ACTIONS(3419), - [sym___double_quote] = ACTIONS(3419), - [sym___single_quote] = ACTIONS(3419), - [sym___c_double_quote] = ACTIONS(3419), - [sym___c_single_quote] = ACTIONS(3419), - [sym___r_double_quote] = ACTIONS(3419), - [sym___r_single_quote] = ACTIONS(3419), + [anon_sym_SEMI] = ACTIONS(3404), + [anon_sym_DOT] = ACTIONS(3404), + [anon_sym_as] = ACTIONS(3404), + [anon_sym_LBRACE] = ACTIONS(3404), + [anon_sym_COMMA] = ACTIONS(3404), + [anon_sym_RBRACE] = ACTIONS(3404), + [anon_sym_LPAREN] = ACTIONS(3404), + [anon_sym_RPAREN] = ACTIONS(3404), + [anon_sym_PIPE] = ACTIONS(3404), + [anon_sym_fn] = ACTIONS(3404), + [anon_sym_PLUS] = ACTIONS(3404), + [anon_sym_DASH] = ACTIONS(3404), + [anon_sym_STAR] = ACTIONS(3404), + [anon_sym_SLASH] = ACTIONS(3404), + [anon_sym_PERCENT] = ACTIONS(3404), + [anon_sym_LT] = ACTIONS(3404), + [anon_sym_GT] = ACTIONS(3404), + [anon_sym_EQ_EQ] = ACTIONS(3404), + [anon_sym_BANG_EQ] = ACTIONS(3404), + [anon_sym_LT_EQ] = ACTIONS(3404), + [anon_sym_GT_EQ] = ACTIONS(3404), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3404), + [anon_sym_LBRACK] = ACTIONS(3402), + [anon_sym_struct] = ACTIONS(3404), + [anon_sym_mut] = ACTIONS(3404), + [anon_sym_PLUS_PLUS] = ACTIONS(3404), + [anon_sym_DASH_DASH] = ACTIONS(3404), + [anon_sym_QMARK] = ACTIONS(3404), + [anon_sym_BANG] = ACTIONS(3404), + [anon_sym_go] = ACTIONS(3404), + [anon_sym_spawn] = ACTIONS(3404), + [anon_sym_json_DOTdecode] = ACTIONS(3404), + [anon_sym_LBRACK2] = ACTIONS(3404), + [anon_sym_TILDE] = ACTIONS(3404), + [anon_sym_CARET] = ACTIONS(3404), + [anon_sym_AMP] = ACTIONS(3404), + [anon_sym_LT_DASH] = ACTIONS(3404), + [anon_sym_LT_LT] = ACTIONS(3404), + [anon_sym_GT_GT] = ACTIONS(3404), + [anon_sym_GT_GT_GT] = ACTIONS(3404), + [anon_sym_AMP_CARET] = ACTIONS(3404), + [anon_sym_AMP_AMP] = ACTIONS(3404), + [anon_sym_PIPE_PIPE] = ACTIONS(3404), + [anon_sym_or] = ACTIONS(3404), + [sym_none] = ACTIONS(3404), + [sym_true] = ACTIONS(3404), + [sym_false] = ACTIONS(3404), + [sym_nil] = ACTIONS(3404), + [anon_sym_QMARK_DOT] = ACTIONS(3404), + [anon_sym_POUND_LBRACK] = ACTIONS(3404), + [anon_sym_if] = ACTIONS(3404), + [anon_sym_DOLLARif] = ACTIONS(3404), + [anon_sym_is] = ACTIONS(3404), + [anon_sym_BANGis] = ACTIONS(3404), + [anon_sym_in] = ACTIONS(3404), + [anon_sym_BANGin] = ACTIONS(3404), + [anon_sym_match] = ACTIONS(3404), + [anon_sym_select] = ACTIONS(3404), + [anon_sym_lock] = ACTIONS(3404), + [anon_sym_rlock] = ACTIONS(3404), + [anon_sym_unsafe] = ACTIONS(3404), + [anon_sym_sql] = ACTIONS(3404), + [sym_int_literal] = ACTIONS(3404), + [sym_float_literal] = ACTIONS(3404), + [sym_rune_literal] = ACTIONS(3404), + [sym_pseudo_compile_time_identifier] = ACTIONS(3404), + [anon_sym_shared] = ACTIONS(3404), + [anon_sym_map_LBRACK] = ACTIONS(3404), + [anon_sym_chan] = ACTIONS(3404), + [anon_sym_thread] = ACTIONS(3404), + [anon_sym_atomic] = ACTIONS(3404), + [sym___double_quote] = ACTIONS(3404), + [sym___single_quote] = ACTIONS(3404), + [sym___c_double_quote] = ACTIONS(3404), + [sym___c_single_quote] = ACTIONS(3404), + [sym___r_double_quote] = ACTIONS(3404), + [sym___r_single_quote] = ACTIONS(3404), }, [1267] = { [sym_line_comment] = STATE(1267), [sym_block_comment] = STATE(1267), - [sym_identifier] = ACTIONS(3219), - [anon_sym_LF] = ACTIONS(3219), - [anon_sym_CR] = ACTIONS(3219), - [anon_sym_CR_LF] = ACTIONS(3219), + [sym_identifier] = ACTIONS(3069), + [anon_sym_LF] = ACTIONS(3069), + [anon_sym_CR] = ACTIONS(3069), + [anon_sym_CR_LF] = ACTIONS(3069), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3219), - [anon_sym_DOT] = ACTIONS(3219), - [anon_sym_as] = ACTIONS(3219), - [anon_sym_LBRACE] = ACTIONS(3219), - [anon_sym_COMMA] = ACTIONS(3219), - [anon_sym_RBRACE] = ACTIONS(3219), - [anon_sym_LPAREN] = ACTIONS(3219), - [anon_sym_RPAREN] = ACTIONS(3219), - [anon_sym_PIPE] = ACTIONS(3219), - [anon_sym_fn] = ACTIONS(3219), - [anon_sym_PLUS] = ACTIONS(3219), - [anon_sym_DASH] = ACTIONS(3219), - [anon_sym_STAR] = ACTIONS(3219), - [anon_sym_SLASH] = ACTIONS(3219), - [anon_sym_PERCENT] = ACTIONS(3219), - [anon_sym_LT] = ACTIONS(3219), - [anon_sym_GT] = ACTIONS(3219), - [anon_sym_EQ_EQ] = ACTIONS(3219), - [anon_sym_BANG_EQ] = ACTIONS(3219), - [anon_sym_LT_EQ] = ACTIONS(3219), - [anon_sym_GT_EQ] = ACTIONS(3219), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3219), - [anon_sym_LBRACK] = ACTIONS(3217), - [anon_sym_struct] = ACTIONS(3219), - [anon_sym_mut] = ACTIONS(3219), - [anon_sym_PLUS_PLUS] = ACTIONS(3219), - [anon_sym_DASH_DASH] = ACTIONS(3219), - [anon_sym_QMARK] = ACTIONS(3219), - [anon_sym_BANG] = ACTIONS(3219), - [anon_sym_go] = ACTIONS(3219), - [anon_sym_spawn] = ACTIONS(3219), - [anon_sym_json_DOTdecode] = ACTIONS(3219), - [anon_sym_LBRACK2] = ACTIONS(3219), - [anon_sym_TILDE] = ACTIONS(3219), - [anon_sym_CARET] = ACTIONS(3219), - [anon_sym_AMP] = ACTIONS(3219), - [anon_sym_LT_DASH] = ACTIONS(3219), - [anon_sym_LT_LT] = ACTIONS(3219), - [anon_sym_GT_GT] = ACTIONS(3219), - [anon_sym_GT_GT_GT] = ACTIONS(3219), - [anon_sym_AMP_CARET] = ACTIONS(3219), - [anon_sym_AMP_AMP] = ACTIONS(3219), - [anon_sym_PIPE_PIPE] = ACTIONS(3219), - [anon_sym_or] = ACTIONS(3219), - [sym_none] = ACTIONS(3219), - [sym_true] = ACTIONS(3219), - [sym_false] = ACTIONS(3219), - [sym_nil] = ACTIONS(3219), - [anon_sym_QMARK_DOT] = ACTIONS(3219), - [anon_sym_POUND_LBRACK] = ACTIONS(3219), - [anon_sym_if] = ACTIONS(3219), - [anon_sym_DOLLARif] = ACTIONS(3219), - [anon_sym_is] = ACTIONS(3219), - [anon_sym_BANGis] = ACTIONS(3219), - [anon_sym_in] = ACTIONS(3219), - [anon_sym_BANGin] = ACTIONS(3219), - [anon_sym_match] = ACTIONS(3219), - [anon_sym_select] = ACTIONS(3219), - [anon_sym_lock] = ACTIONS(3219), - [anon_sym_rlock] = ACTIONS(3219), - [anon_sym_unsafe] = ACTIONS(3219), - [anon_sym_sql] = ACTIONS(3219), - [sym_int_literal] = ACTIONS(3219), - [sym_float_literal] = ACTIONS(3219), - [sym_rune_literal] = ACTIONS(3219), - [sym_pseudo_compile_time_identifier] = ACTIONS(3219), - [anon_sym_shared] = ACTIONS(3219), - [anon_sym_map_LBRACK] = ACTIONS(3219), - [anon_sym_chan] = ACTIONS(3219), - [anon_sym_thread] = ACTIONS(3219), - [anon_sym_atomic] = ACTIONS(3219), - [sym___double_quote] = ACTIONS(3219), - [sym___single_quote] = ACTIONS(3219), - [sym___c_double_quote] = ACTIONS(3219), - [sym___c_single_quote] = ACTIONS(3219), - [sym___r_double_quote] = ACTIONS(3219), - [sym___r_single_quote] = ACTIONS(3219), + [anon_sym_SEMI] = ACTIONS(3069), + [anon_sym_DOT] = ACTIONS(3069), + [anon_sym_as] = ACTIONS(3069), + [anon_sym_LBRACE] = ACTIONS(3069), + [anon_sym_COMMA] = ACTIONS(3069), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(3069), + [anon_sym_RPAREN] = ACTIONS(3069), + [anon_sym_PIPE] = ACTIONS(3069), + [anon_sym_fn] = ACTIONS(3069), + [anon_sym_PLUS] = ACTIONS(3069), + [anon_sym_DASH] = ACTIONS(3069), + [anon_sym_STAR] = ACTIONS(3069), + [anon_sym_SLASH] = ACTIONS(3069), + [anon_sym_PERCENT] = ACTIONS(3069), + [anon_sym_LT] = ACTIONS(3069), + [anon_sym_GT] = ACTIONS(3069), + [anon_sym_EQ_EQ] = ACTIONS(3069), + [anon_sym_BANG_EQ] = ACTIONS(3069), + [anon_sym_LT_EQ] = ACTIONS(3069), + [anon_sym_GT_EQ] = ACTIONS(3069), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3069), + [anon_sym_LBRACK] = ACTIONS(3067), + [anon_sym_struct] = ACTIONS(3069), + [anon_sym_mut] = ACTIONS(3069), + [anon_sym_PLUS_PLUS] = ACTIONS(3069), + [anon_sym_DASH_DASH] = ACTIONS(3069), + [anon_sym_QMARK] = ACTIONS(3069), + [anon_sym_BANG] = ACTIONS(3069), + [anon_sym_go] = ACTIONS(3069), + [anon_sym_spawn] = ACTIONS(3069), + [anon_sym_json_DOTdecode] = ACTIONS(3069), + [anon_sym_LBRACK2] = ACTIONS(3069), + [anon_sym_TILDE] = ACTIONS(3069), + [anon_sym_CARET] = ACTIONS(3069), + [anon_sym_AMP] = ACTIONS(3069), + [anon_sym_LT_DASH] = ACTIONS(3069), + [anon_sym_LT_LT] = ACTIONS(3069), + [anon_sym_GT_GT] = ACTIONS(3069), + [anon_sym_GT_GT_GT] = ACTIONS(3069), + [anon_sym_AMP_CARET] = ACTIONS(3069), + [anon_sym_AMP_AMP] = ACTIONS(3069), + [anon_sym_PIPE_PIPE] = ACTIONS(3069), + [anon_sym_or] = ACTIONS(3069), + [sym_none] = ACTIONS(3069), + [sym_true] = ACTIONS(3069), + [sym_false] = ACTIONS(3069), + [sym_nil] = ACTIONS(3069), + [anon_sym_QMARK_DOT] = ACTIONS(3069), + [anon_sym_POUND_LBRACK] = ACTIONS(3069), + [anon_sym_if] = ACTIONS(3069), + [anon_sym_DOLLARif] = ACTIONS(3069), + [anon_sym_is] = ACTIONS(3069), + [anon_sym_BANGis] = ACTIONS(3069), + [anon_sym_in] = ACTIONS(3069), + [anon_sym_BANGin] = ACTIONS(3069), + [anon_sym_match] = ACTIONS(3069), + [anon_sym_select] = ACTIONS(3069), + [anon_sym_lock] = ACTIONS(3069), + [anon_sym_rlock] = ACTIONS(3069), + [anon_sym_unsafe] = ACTIONS(3069), + [anon_sym_sql] = ACTIONS(3069), + [sym_int_literal] = ACTIONS(3069), + [sym_float_literal] = ACTIONS(3069), + [sym_rune_literal] = ACTIONS(3069), + [sym_pseudo_compile_time_identifier] = ACTIONS(3069), + [anon_sym_shared] = ACTIONS(3069), + [anon_sym_map_LBRACK] = ACTIONS(3069), + [anon_sym_chan] = ACTIONS(3069), + [anon_sym_thread] = ACTIONS(3069), + [anon_sym_atomic] = ACTIONS(3069), + [sym___double_quote] = ACTIONS(3069), + [sym___single_quote] = ACTIONS(3069), + [sym___c_double_quote] = ACTIONS(3069), + [sym___c_single_quote] = ACTIONS(3069), + [sym___r_double_quote] = ACTIONS(3069), + [sym___r_single_quote] = ACTIONS(3069), }, [1268] = { [sym_line_comment] = STATE(1268), [sym_block_comment] = STATE(1268), - [sym_identifier] = ACTIONS(3347), - [anon_sym_LF] = ACTIONS(3347), - [anon_sym_CR] = ACTIONS(3347), - [anon_sym_CR_LF] = ACTIONS(3347), + [sym_identifier] = ACTIONS(3349), + [anon_sym_LF] = ACTIONS(3349), + [anon_sym_CR] = ACTIONS(3349), + [anon_sym_CR_LF] = ACTIONS(3349), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3347), - [anon_sym_DOT] = ACTIONS(3347), - [anon_sym_as] = ACTIONS(3347), - [anon_sym_LBRACE] = ACTIONS(3347), - [anon_sym_COMMA] = ACTIONS(3347), - [anon_sym_RBRACE] = ACTIONS(3347), - [anon_sym_LPAREN] = ACTIONS(3347), - [anon_sym_RPAREN] = ACTIONS(3347), - [anon_sym_PIPE] = ACTIONS(3347), - [anon_sym_fn] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3347), - [anon_sym_SLASH] = ACTIONS(3347), - [anon_sym_PERCENT] = ACTIONS(3347), - [anon_sym_LT] = ACTIONS(3347), - [anon_sym_GT] = ACTIONS(3347), - [anon_sym_EQ_EQ] = ACTIONS(3347), - [anon_sym_BANG_EQ] = ACTIONS(3347), - [anon_sym_LT_EQ] = ACTIONS(3347), - [anon_sym_GT_EQ] = ACTIONS(3347), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3347), - [anon_sym_LBRACK] = ACTIONS(3345), - [anon_sym_struct] = ACTIONS(3347), - [anon_sym_mut] = ACTIONS(3347), - [anon_sym_PLUS_PLUS] = ACTIONS(3347), - [anon_sym_DASH_DASH] = ACTIONS(3347), - [anon_sym_QMARK] = ACTIONS(3347), - [anon_sym_BANG] = ACTIONS(3347), - [anon_sym_go] = ACTIONS(3347), - [anon_sym_spawn] = ACTIONS(3347), - [anon_sym_json_DOTdecode] = ACTIONS(3347), - [anon_sym_LBRACK2] = ACTIONS(3347), - [anon_sym_TILDE] = ACTIONS(3347), - [anon_sym_CARET] = ACTIONS(3347), - [anon_sym_AMP] = ACTIONS(3347), - [anon_sym_LT_DASH] = ACTIONS(3347), - [anon_sym_LT_LT] = ACTIONS(3347), - [anon_sym_GT_GT] = ACTIONS(3347), - [anon_sym_GT_GT_GT] = ACTIONS(3347), - [anon_sym_AMP_CARET] = ACTIONS(3347), - [anon_sym_AMP_AMP] = ACTIONS(3347), - [anon_sym_PIPE_PIPE] = ACTIONS(3347), - [anon_sym_or] = ACTIONS(3347), - [sym_none] = ACTIONS(3347), - [sym_true] = ACTIONS(3347), - [sym_false] = ACTIONS(3347), - [sym_nil] = ACTIONS(3347), - [anon_sym_QMARK_DOT] = ACTIONS(3347), - [anon_sym_POUND_LBRACK] = ACTIONS(3347), - [anon_sym_if] = ACTIONS(3347), - [anon_sym_DOLLARif] = ACTIONS(3347), - [anon_sym_is] = ACTIONS(3347), - [anon_sym_BANGis] = ACTIONS(3347), - [anon_sym_in] = ACTIONS(3347), - [anon_sym_BANGin] = ACTIONS(3347), - [anon_sym_match] = ACTIONS(3347), - [anon_sym_select] = ACTIONS(3347), - [anon_sym_lock] = ACTIONS(3347), - [anon_sym_rlock] = ACTIONS(3347), - [anon_sym_unsafe] = ACTIONS(3347), - [anon_sym_sql] = ACTIONS(3347), - [sym_int_literal] = ACTIONS(3347), - [sym_float_literal] = ACTIONS(3347), - [sym_rune_literal] = ACTIONS(3347), - [sym_pseudo_compile_time_identifier] = ACTIONS(3347), - [anon_sym_shared] = ACTIONS(3347), - [anon_sym_map_LBRACK] = ACTIONS(3347), - [anon_sym_chan] = ACTIONS(3347), - [anon_sym_thread] = ACTIONS(3347), - [anon_sym_atomic] = ACTIONS(3347), - [sym___double_quote] = ACTIONS(3347), - [sym___single_quote] = ACTIONS(3347), - [sym___c_double_quote] = ACTIONS(3347), - [sym___c_single_quote] = ACTIONS(3347), - [sym___r_double_quote] = ACTIONS(3347), - [sym___r_single_quote] = ACTIONS(3347), + [anon_sym_SEMI] = ACTIONS(3349), + [anon_sym_DOT] = ACTIONS(3349), + [anon_sym_as] = ACTIONS(3349), + [anon_sym_LBRACE] = ACTIONS(3349), + [anon_sym_COMMA] = ACTIONS(3349), + [anon_sym_RBRACE] = ACTIONS(3349), + [anon_sym_LPAREN] = ACTIONS(3349), + [anon_sym_RPAREN] = ACTIONS(3349), + [anon_sym_PIPE] = ACTIONS(3349), + [anon_sym_fn] = ACTIONS(3349), + [anon_sym_PLUS] = ACTIONS(3349), + [anon_sym_DASH] = ACTIONS(3349), + [anon_sym_STAR] = ACTIONS(3349), + [anon_sym_SLASH] = ACTIONS(3349), + [anon_sym_PERCENT] = ACTIONS(3349), + [anon_sym_LT] = ACTIONS(3349), + [anon_sym_GT] = ACTIONS(3349), + [anon_sym_EQ_EQ] = ACTIONS(3349), + [anon_sym_BANG_EQ] = ACTIONS(3349), + [anon_sym_LT_EQ] = ACTIONS(3349), + [anon_sym_GT_EQ] = ACTIONS(3349), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3349), + [anon_sym_LBRACK] = ACTIONS(3347), + [anon_sym_struct] = ACTIONS(3349), + [anon_sym_mut] = ACTIONS(3349), + [anon_sym_PLUS_PLUS] = ACTIONS(3349), + [anon_sym_DASH_DASH] = ACTIONS(3349), + [anon_sym_QMARK] = ACTIONS(3349), + [anon_sym_BANG] = ACTIONS(3349), + [anon_sym_go] = ACTIONS(3349), + [anon_sym_spawn] = ACTIONS(3349), + [anon_sym_json_DOTdecode] = ACTIONS(3349), + [anon_sym_LBRACK2] = ACTIONS(3349), + [anon_sym_TILDE] = ACTIONS(3349), + [anon_sym_CARET] = ACTIONS(3349), + [anon_sym_AMP] = ACTIONS(3349), + [anon_sym_LT_DASH] = ACTIONS(3349), + [anon_sym_LT_LT] = ACTIONS(3349), + [anon_sym_GT_GT] = ACTIONS(3349), + [anon_sym_GT_GT_GT] = ACTIONS(3349), + [anon_sym_AMP_CARET] = ACTIONS(3349), + [anon_sym_AMP_AMP] = ACTIONS(3349), + [anon_sym_PIPE_PIPE] = ACTIONS(3349), + [anon_sym_or] = ACTIONS(3349), + [sym_none] = ACTIONS(3349), + [sym_true] = ACTIONS(3349), + [sym_false] = ACTIONS(3349), + [sym_nil] = ACTIONS(3349), + [anon_sym_QMARK_DOT] = ACTIONS(3349), + [anon_sym_POUND_LBRACK] = ACTIONS(3349), + [anon_sym_if] = ACTIONS(3349), + [anon_sym_DOLLARif] = ACTIONS(3349), + [anon_sym_is] = ACTIONS(3349), + [anon_sym_BANGis] = ACTIONS(3349), + [anon_sym_in] = ACTIONS(3349), + [anon_sym_BANGin] = ACTIONS(3349), + [anon_sym_match] = ACTIONS(3349), + [anon_sym_select] = ACTIONS(3349), + [anon_sym_lock] = ACTIONS(3349), + [anon_sym_rlock] = ACTIONS(3349), + [anon_sym_unsafe] = ACTIONS(3349), + [anon_sym_sql] = ACTIONS(3349), + [sym_int_literal] = ACTIONS(3349), + [sym_float_literal] = ACTIONS(3349), + [sym_rune_literal] = ACTIONS(3349), + [sym_pseudo_compile_time_identifier] = ACTIONS(3349), + [anon_sym_shared] = ACTIONS(3349), + [anon_sym_map_LBRACK] = ACTIONS(3349), + [anon_sym_chan] = ACTIONS(3349), + [anon_sym_thread] = ACTIONS(3349), + [anon_sym_atomic] = ACTIONS(3349), + [sym___double_quote] = ACTIONS(3349), + [sym___single_quote] = ACTIONS(3349), + [sym___c_double_quote] = ACTIONS(3349), + [sym___c_single_quote] = ACTIONS(3349), + [sym___r_double_quote] = ACTIONS(3349), + [sym___r_single_quote] = ACTIONS(3349), }, [1269] = { [sym_line_comment] = STATE(1269), [sym_block_comment] = STATE(1269), - [sym_identifier] = ACTIONS(2887), - [anon_sym_LF] = ACTIONS(2887), - [anon_sym_CR] = ACTIONS(2887), - [anon_sym_CR_LF] = ACTIONS(2887), + [sym_identifier] = ACTIONS(3448), + [anon_sym_LF] = ACTIONS(3448), + [anon_sym_CR] = ACTIONS(3448), + [anon_sym_CR_LF] = ACTIONS(3448), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2887), - [anon_sym_DOT] = ACTIONS(2887), - [anon_sym_as] = ACTIONS(2887), - [anon_sym_LBRACE] = ACTIONS(2887), - [anon_sym_COMMA] = ACTIONS(2887), - [anon_sym_RBRACE] = ACTIONS(2887), - [anon_sym_LPAREN] = ACTIONS(2887), - [anon_sym_RPAREN] = ACTIONS(2887), - [anon_sym_PIPE] = ACTIONS(2887), - [anon_sym_fn] = ACTIONS(2887), - [anon_sym_PLUS] = ACTIONS(2887), - [anon_sym_DASH] = ACTIONS(2887), - [anon_sym_STAR] = ACTIONS(2887), - [anon_sym_SLASH] = ACTIONS(2887), - [anon_sym_PERCENT] = ACTIONS(2887), - [anon_sym_LT] = ACTIONS(2887), - [anon_sym_GT] = ACTIONS(2887), - [anon_sym_EQ_EQ] = ACTIONS(2887), - [anon_sym_BANG_EQ] = ACTIONS(2887), - [anon_sym_LT_EQ] = ACTIONS(2887), - [anon_sym_GT_EQ] = ACTIONS(2887), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2887), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_struct] = ACTIONS(2887), - [anon_sym_mut] = ACTIONS(2887), - [anon_sym_PLUS_PLUS] = ACTIONS(2887), - [anon_sym_DASH_DASH] = ACTIONS(2887), - [anon_sym_QMARK] = ACTIONS(2887), - [anon_sym_BANG] = ACTIONS(2887), - [anon_sym_go] = ACTIONS(2887), - [anon_sym_spawn] = ACTIONS(2887), - [anon_sym_json_DOTdecode] = ACTIONS(2887), - [anon_sym_LBRACK2] = ACTIONS(2887), - [anon_sym_TILDE] = ACTIONS(2887), - [anon_sym_CARET] = ACTIONS(2887), - [anon_sym_AMP] = ACTIONS(2887), - [anon_sym_LT_DASH] = ACTIONS(2887), - [anon_sym_LT_LT] = ACTIONS(2887), - [anon_sym_GT_GT] = ACTIONS(2887), - [anon_sym_GT_GT_GT] = ACTIONS(2887), - [anon_sym_AMP_CARET] = ACTIONS(2887), - [anon_sym_AMP_AMP] = ACTIONS(2887), - [anon_sym_PIPE_PIPE] = ACTIONS(2887), - [anon_sym_or] = ACTIONS(2887), - [sym_none] = ACTIONS(2887), - [sym_true] = ACTIONS(2887), - [sym_false] = ACTIONS(2887), - [sym_nil] = ACTIONS(2887), - [anon_sym_QMARK_DOT] = ACTIONS(2887), - [anon_sym_POUND_LBRACK] = ACTIONS(2887), - [anon_sym_if] = ACTIONS(2887), - [anon_sym_DOLLARif] = ACTIONS(2887), - [anon_sym_is] = ACTIONS(2887), - [anon_sym_BANGis] = ACTIONS(2887), - [anon_sym_in] = ACTIONS(2887), - [anon_sym_BANGin] = ACTIONS(2887), - [anon_sym_match] = ACTIONS(2887), - [anon_sym_select] = ACTIONS(2887), - [anon_sym_lock] = ACTIONS(2887), - [anon_sym_rlock] = ACTIONS(2887), - [anon_sym_unsafe] = ACTIONS(2887), - [anon_sym_sql] = ACTIONS(2887), - [sym_int_literal] = ACTIONS(2887), - [sym_float_literal] = ACTIONS(2887), - [sym_rune_literal] = ACTIONS(2887), - [sym_pseudo_compile_time_identifier] = ACTIONS(2887), - [anon_sym_shared] = ACTIONS(2887), - [anon_sym_map_LBRACK] = ACTIONS(2887), - [anon_sym_chan] = ACTIONS(2887), - [anon_sym_thread] = ACTIONS(2887), - [anon_sym_atomic] = ACTIONS(2887), - [sym___double_quote] = ACTIONS(2887), - [sym___single_quote] = ACTIONS(2887), - [sym___c_double_quote] = ACTIONS(2887), - [sym___c_single_quote] = ACTIONS(2887), - [sym___r_double_quote] = ACTIONS(2887), - [sym___r_single_quote] = ACTIONS(2887), + [anon_sym_SEMI] = ACTIONS(3448), + [anon_sym_DOT] = ACTIONS(3448), + [anon_sym_as] = ACTIONS(3448), + [anon_sym_LBRACE] = ACTIONS(3448), + [anon_sym_COMMA] = ACTIONS(3448), + [anon_sym_RBRACE] = ACTIONS(3448), + [anon_sym_LPAREN] = ACTIONS(3448), + [anon_sym_RPAREN] = ACTIONS(3448), + [anon_sym_PIPE] = ACTIONS(3448), + [anon_sym_fn] = ACTIONS(3448), + [anon_sym_PLUS] = ACTIONS(3448), + [anon_sym_DASH] = ACTIONS(3448), + [anon_sym_STAR] = ACTIONS(3448), + [anon_sym_SLASH] = ACTIONS(3448), + [anon_sym_PERCENT] = ACTIONS(3448), + [anon_sym_LT] = ACTIONS(3448), + [anon_sym_GT] = ACTIONS(3448), + [anon_sym_EQ_EQ] = ACTIONS(3448), + [anon_sym_BANG_EQ] = ACTIONS(3448), + [anon_sym_LT_EQ] = ACTIONS(3448), + [anon_sym_GT_EQ] = ACTIONS(3448), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3448), + [anon_sym_LBRACK] = ACTIONS(3446), + [anon_sym_struct] = ACTIONS(3448), + [anon_sym_mut] = ACTIONS(3448), + [anon_sym_PLUS_PLUS] = ACTIONS(3448), + [anon_sym_DASH_DASH] = ACTIONS(3448), + [anon_sym_QMARK] = ACTIONS(3448), + [anon_sym_BANG] = ACTIONS(3448), + [anon_sym_go] = ACTIONS(3448), + [anon_sym_spawn] = ACTIONS(3448), + [anon_sym_json_DOTdecode] = ACTIONS(3448), + [anon_sym_LBRACK2] = ACTIONS(3448), + [anon_sym_TILDE] = ACTIONS(3448), + [anon_sym_CARET] = ACTIONS(3448), + [anon_sym_AMP] = ACTIONS(3448), + [anon_sym_LT_DASH] = ACTIONS(3448), + [anon_sym_LT_LT] = ACTIONS(3448), + [anon_sym_GT_GT] = ACTIONS(3448), + [anon_sym_GT_GT_GT] = ACTIONS(3448), + [anon_sym_AMP_CARET] = ACTIONS(3448), + [anon_sym_AMP_AMP] = ACTIONS(3448), + [anon_sym_PIPE_PIPE] = ACTIONS(3448), + [anon_sym_or] = ACTIONS(3448), + [sym_none] = ACTIONS(3448), + [sym_true] = ACTIONS(3448), + [sym_false] = ACTIONS(3448), + [sym_nil] = ACTIONS(3448), + [anon_sym_QMARK_DOT] = ACTIONS(3448), + [anon_sym_POUND_LBRACK] = ACTIONS(3448), + [anon_sym_if] = ACTIONS(3448), + [anon_sym_DOLLARif] = ACTIONS(3448), + [anon_sym_is] = ACTIONS(3448), + [anon_sym_BANGis] = ACTIONS(3448), + [anon_sym_in] = ACTIONS(3448), + [anon_sym_BANGin] = ACTIONS(3448), + [anon_sym_match] = ACTIONS(3448), + [anon_sym_select] = ACTIONS(3448), + [anon_sym_lock] = ACTIONS(3448), + [anon_sym_rlock] = ACTIONS(3448), + [anon_sym_unsafe] = ACTIONS(3448), + [anon_sym_sql] = ACTIONS(3448), + [sym_int_literal] = ACTIONS(3448), + [sym_float_literal] = ACTIONS(3448), + [sym_rune_literal] = ACTIONS(3448), + [sym_pseudo_compile_time_identifier] = ACTIONS(3448), + [anon_sym_shared] = ACTIONS(3448), + [anon_sym_map_LBRACK] = ACTIONS(3448), + [anon_sym_chan] = ACTIONS(3448), + [anon_sym_thread] = ACTIONS(3448), + [anon_sym_atomic] = ACTIONS(3448), + [sym___double_quote] = ACTIONS(3448), + [sym___single_quote] = ACTIONS(3448), + [sym___c_double_quote] = ACTIONS(3448), + [sym___c_single_quote] = ACTIONS(3448), + [sym___r_double_quote] = ACTIONS(3448), + [sym___r_single_quote] = ACTIONS(3448), }, [1270] = { [sym_line_comment] = STATE(1270), [sym_block_comment] = STATE(1270), - [sym_identifier] = ACTIONS(3251), - [anon_sym_LF] = ACTIONS(3251), - [anon_sym_CR] = ACTIONS(3251), - [anon_sym_CR_LF] = ACTIONS(3251), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3251), - [anon_sym_DOT] = ACTIONS(3251), - [anon_sym_as] = ACTIONS(3251), - [anon_sym_LBRACE] = ACTIONS(3251), - [anon_sym_COMMA] = ACTIONS(3251), - [anon_sym_RBRACE] = ACTIONS(3251), - [anon_sym_LPAREN] = ACTIONS(3251), - [anon_sym_RPAREN] = ACTIONS(3251), - [anon_sym_PIPE] = ACTIONS(3251), - [anon_sym_fn] = ACTIONS(3251), - [anon_sym_PLUS] = ACTIONS(3251), - [anon_sym_DASH] = ACTIONS(3251), - [anon_sym_STAR] = ACTIONS(3251), - [anon_sym_SLASH] = ACTIONS(3251), - [anon_sym_PERCENT] = ACTIONS(3251), - [anon_sym_LT] = ACTIONS(3251), - [anon_sym_GT] = ACTIONS(3251), - [anon_sym_EQ_EQ] = ACTIONS(3251), - [anon_sym_BANG_EQ] = ACTIONS(3251), - [anon_sym_LT_EQ] = ACTIONS(3251), - [anon_sym_GT_EQ] = ACTIONS(3251), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3251), - [anon_sym_LBRACK] = ACTIONS(3249), - [anon_sym_struct] = ACTIONS(3251), - [anon_sym_mut] = ACTIONS(3251), - [anon_sym_PLUS_PLUS] = ACTIONS(3251), - [anon_sym_DASH_DASH] = ACTIONS(3251), - [anon_sym_QMARK] = ACTIONS(3251), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(3251), - [anon_sym_spawn] = ACTIONS(3251), - [anon_sym_json_DOTdecode] = ACTIONS(3251), - [anon_sym_LBRACK2] = ACTIONS(3251), - [anon_sym_TILDE] = ACTIONS(3251), - [anon_sym_CARET] = ACTIONS(3251), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_LT_DASH] = ACTIONS(3251), - [anon_sym_LT_LT] = ACTIONS(3251), - [anon_sym_GT_GT] = ACTIONS(3251), - [anon_sym_GT_GT_GT] = ACTIONS(3251), - [anon_sym_AMP_CARET] = ACTIONS(3251), - [anon_sym_AMP_AMP] = ACTIONS(3251), - [anon_sym_PIPE_PIPE] = ACTIONS(3251), - [anon_sym_or] = ACTIONS(3251), - [sym_none] = ACTIONS(3251), - [sym_true] = ACTIONS(3251), - [sym_false] = ACTIONS(3251), - [sym_nil] = ACTIONS(3251), - [anon_sym_QMARK_DOT] = ACTIONS(3251), - [anon_sym_POUND_LBRACK] = ACTIONS(3251), - [anon_sym_if] = ACTIONS(3251), - [anon_sym_DOLLARif] = ACTIONS(3251), - [anon_sym_is] = ACTIONS(3251), - [anon_sym_BANGis] = ACTIONS(3251), - [anon_sym_in] = ACTIONS(3251), - [anon_sym_BANGin] = ACTIONS(3251), - [anon_sym_match] = ACTIONS(3251), - [anon_sym_select] = ACTIONS(3251), - [anon_sym_lock] = ACTIONS(3251), - [anon_sym_rlock] = ACTIONS(3251), - [anon_sym_unsafe] = ACTIONS(3251), - [anon_sym_sql] = ACTIONS(3251), - [sym_int_literal] = ACTIONS(3251), - [sym_float_literal] = ACTIONS(3251), - [sym_rune_literal] = ACTIONS(3251), - [sym_pseudo_compile_time_identifier] = ACTIONS(3251), - [anon_sym_shared] = ACTIONS(3251), - [anon_sym_map_LBRACK] = ACTIONS(3251), - [anon_sym_chan] = ACTIONS(3251), - [anon_sym_thread] = ACTIONS(3251), - [anon_sym_atomic] = ACTIONS(3251), - [sym___double_quote] = ACTIONS(3251), - [sym___single_quote] = ACTIONS(3251), - [sym___c_double_quote] = ACTIONS(3251), - [sym___c_single_quote] = ACTIONS(3251), - [sym___r_double_quote] = ACTIONS(3251), - [sym___r_single_quote] = ACTIONS(3251), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SEMI] = ACTIONS(595), + [anon_sym_DOT] = ACTIONS(595), + [anon_sym_as] = ACTIONS(599), + [anon_sym_LBRACE] = ACTIONS(595), + [anon_sym_COMMA] = ACTIONS(595), + [anon_sym_LPAREN] = ACTIONS(3626), + [anon_sym_EQ] = ACTIONS(599), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(605), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(599), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(595), + [anon_sym_BANG_EQ] = ACTIONS(595), + [anon_sym_LT_EQ] = ACTIONS(595), + [anon_sym_GT_EQ] = ACTIONS(595), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(595), + [anon_sym_DASH_DASH] = ACTIONS(595), + [anon_sym_QMARK] = ACTIONS(515), + [anon_sym_BANG] = ACTIONS(3857), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(599), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_LT] = ACTIONS(599), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(599), + [anon_sym_AMP_CARET] = ACTIONS(599), + [anon_sym_AMP_AMP] = ACTIONS(595), + [anon_sym_PIPE_PIPE] = ACTIONS(595), + [anon_sym_or] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(595), + [anon_sym_POUND_LBRACK] = ACTIONS(595), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(595), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(595), + [anon_sym_STAR_EQ] = ACTIONS(595), + [anon_sym_SLASH_EQ] = ACTIONS(595), + [anon_sym_PERCENT_EQ] = ACTIONS(595), + [anon_sym_LT_LT_EQ] = ACTIONS(595), + [anon_sym_GT_GT_EQ] = ACTIONS(595), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(595), + [anon_sym_AMP_EQ] = ACTIONS(595), + [anon_sym_AMP_CARET_EQ] = ACTIONS(595), + [anon_sym_PLUS_EQ] = ACTIONS(595), + [anon_sym_DASH_EQ] = ACTIONS(595), + [anon_sym_PIPE_EQ] = ACTIONS(595), + [anon_sym_CARET_EQ] = ACTIONS(595), + [anon_sym_COLON_EQ] = ACTIONS(595), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), }, [1271] = { [sym_line_comment] = STATE(1271), [sym_block_comment] = STATE(1271), - [sym_identifier] = ACTIONS(3279), - [anon_sym_LF] = ACTIONS(3279), - [anon_sym_CR] = ACTIONS(3279), - [anon_sym_CR_LF] = ACTIONS(3279), + [sym_identifier] = ACTIONS(3101), + [anon_sym_LF] = ACTIONS(3101), + [anon_sym_CR] = ACTIONS(3101), + [anon_sym_CR_LF] = ACTIONS(3101), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3279), - [anon_sym_DOT] = ACTIONS(3279), - [anon_sym_as] = ACTIONS(3279), - [anon_sym_LBRACE] = ACTIONS(3279), - [anon_sym_COMMA] = ACTIONS(3279), - [anon_sym_RBRACE] = ACTIONS(3279), - [anon_sym_LPAREN] = ACTIONS(3279), - [anon_sym_RPAREN] = ACTIONS(3279), - [anon_sym_PIPE] = ACTIONS(3279), - [anon_sym_fn] = ACTIONS(3279), - [anon_sym_PLUS] = ACTIONS(3279), - [anon_sym_DASH] = ACTIONS(3279), - [anon_sym_STAR] = ACTIONS(3279), - [anon_sym_SLASH] = ACTIONS(3279), - [anon_sym_PERCENT] = ACTIONS(3279), - [anon_sym_LT] = ACTIONS(3279), - [anon_sym_GT] = ACTIONS(3279), - [anon_sym_EQ_EQ] = ACTIONS(3279), - [anon_sym_BANG_EQ] = ACTIONS(3279), - [anon_sym_LT_EQ] = ACTIONS(3279), - [anon_sym_GT_EQ] = ACTIONS(3279), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3279), - [anon_sym_LBRACK] = ACTIONS(3277), - [anon_sym_struct] = ACTIONS(3279), - [anon_sym_mut] = ACTIONS(3279), - [anon_sym_PLUS_PLUS] = ACTIONS(3279), - [anon_sym_DASH_DASH] = ACTIONS(3279), - [anon_sym_QMARK] = ACTIONS(3279), - [anon_sym_BANG] = ACTIONS(3279), - [anon_sym_go] = ACTIONS(3279), - [anon_sym_spawn] = ACTIONS(3279), - [anon_sym_json_DOTdecode] = ACTIONS(3279), - [anon_sym_LBRACK2] = ACTIONS(3279), - [anon_sym_TILDE] = ACTIONS(3279), - [anon_sym_CARET] = ACTIONS(3279), - [anon_sym_AMP] = ACTIONS(3279), - [anon_sym_LT_DASH] = ACTIONS(3279), - [anon_sym_LT_LT] = ACTIONS(3279), - [anon_sym_GT_GT] = ACTIONS(3279), - [anon_sym_GT_GT_GT] = ACTIONS(3279), - [anon_sym_AMP_CARET] = ACTIONS(3279), - [anon_sym_AMP_AMP] = ACTIONS(3279), - [anon_sym_PIPE_PIPE] = ACTIONS(3279), - [anon_sym_or] = ACTIONS(3279), - [sym_none] = ACTIONS(3279), - [sym_true] = ACTIONS(3279), - [sym_false] = ACTIONS(3279), - [sym_nil] = ACTIONS(3279), - [anon_sym_QMARK_DOT] = ACTIONS(3279), - [anon_sym_POUND_LBRACK] = ACTIONS(3279), - [anon_sym_if] = ACTIONS(3279), - [anon_sym_DOLLARif] = ACTIONS(3279), - [anon_sym_is] = ACTIONS(3279), - [anon_sym_BANGis] = ACTIONS(3279), - [anon_sym_in] = ACTIONS(3279), - [anon_sym_BANGin] = ACTIONS(3279), - [anon_sym_match] = ACTIONS(3279), - [anon_sym_select] = ACTIONS(3279), - [anon_sym_lock] = ACTIONS(3279), - [anon_sym_rlock] = ACTIONS(3279), - [anon_sym_unsafe] = ACTIONS(3279), - [anon_sym_sql] = ACTIONS(3279), - [sym_int_literal] = ACTIONS(3279), - [sym_float_literal] = ACTIONS(3279), - [sym_rune_literal] = ACTIONS(3279), - [sym_pseudo_compile_time_identifier] = ACTIONS(3279), - [anon_sym_shared] = ACTIONS(3279), - [anon_sym_map_LBRACK] = ACTIONS(3279), - [anon_sym_chan] = ACTIONS(3279), - [anon_sym_thread] = ACTIONS(3279), - [anon_sym_atomic] = ACTIONS(3279), - [sym___double_quote] = ACTIONS(3279), - [sym___single_quote] = ACTIONS(3279), - [sym___c_double_quote] = ACTIONS(3279), - [sym___c_single_quote] = ACTIONS(3279), - [sym___r_double_quote] = ACTIONS(3279), - [sym___r_single_quote] = ACTIONS(3279), + [anon_sym_SEMI] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(3101), + [anon_sym_as] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(3101), + [anon_sym_COMMA] = ACTIONS(3101), + [anon_sym_RBRACE] = ACTIONS(3101), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_RPAREN] = ACTIONS(3101), + [anon_sym_PIPE] = ACTIONS(3101), + [anon_sym_fn] = ACTIONS(3101), + [anon_sym_PLUS] = ACTIONS(3101), + [anon_sym_DASH] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(3101), + [anon_sym_SLASH] = ACTIONS(3101), + [anon_sym_PERCENT] = ACTIONS(3101), + [anon_sym_LT] = ACTIONS(3101), + [anon_sym_GT] = ACTIONS(3101), + [anon_sym_EQ_EQ] = ACTIONS(3101), + [anon_sym_BANG_EQ] = ACTIONS(3101), + [anon_sym_LT_EQ] = ACTIONS(3101), + [anon_sym_GT_EQ] = ACTIONS(3101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3099), + [anon_sym_struct] = ACTIONS(3101), + [anon_sym_mut] = ACTIONS(3101), + [anon_sym_PLUS_PLUS] = ACTIONS(3101), + [anon_sym_DASH_DASH] = ACTIONS(3101), + [anon_sym_QMARK] = ACTIONS(3101), + [anon_sym_BANG] = ACTIONS(3101), + [anon_sym_go] = ACTIONS(3101), + [anon_sym_spawn] = ACTIONS(3101), + [anon_sym_json_DOTdecode] = ACTIONS(3101), + [anon_sym_LBRACK2] = ACTIONS(3101), + [anon_sym_TILDE] = ACTIONS(3101), + [anon_sym_CARET] = ACTIONS(3101), + [anon_sym_AMP] = ACTIONS(3101), + [anon_sym_LT_DASH] = ACTIONS(3101), + [anon_sym_LT_LT] = ACTIONS(3101), + [anon_sym_GT_GT] = ACTIONS(3101), + [anon_sym_GT_GT_GT] = ACTIONS(3101), + [anon_sym_AMP_CARET] = ACTIONS(3101), + [anon_sym_AMP_AMP] = ACTIONS(3101), + [anon_sym_PIPE_PIPE] = ACTIONS(3101), + [anon_sym_or] = ACTIONS(3101), + [sym_none] = ACTIONS(3101), + [sym_true] = ACTIONS(3101), + [sym_false] = ACTIONS(3101), + [sym_nil] = ACTIONS(3101), + [anon_sym_QMARK_DOT] = ACTIONS(3101), + [anon_sym_POUND_LBRACK] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3101), + [anon_sym_DOLLARif] = ACTIONS(3101), + [anon_sym_is] = ACTIONS(3101), + [anon_sym_BANGis] = ACTIONS(3101), + [anon_sym_in] = ACTIONS(3101), + [anon_sym_BANGin] = ACTIONS(3101), + [anon_sym_match] = ACTIONS(3101), + [anon_sym_select] = ACTIONS(3101), + [anon_sym_lock] = ACTIONS(3101), + [anon_sym_rlock] = ACTIONS(3101), + [anon_sym_unsafe] = ACTIONS(3101), + [anon_sym_sql] = ACTIONS(3101), + [sym_int_literal] = ACTIONS(3101), + [sym_float_literal] = ACTIONS(3101), + [sym_rune_literal] = ACTIONS(3101), + [sym_pseudo_compile_time_identifier] = ACTIONS(3101), + [anon_sym_shared] = ACTIONS(3101), + [anon_sym_map_LBRACK] = ACTIONS(3101), + [anon_sym_chan] = ACTIONS(3101), + [anon_sym_thread] = ACTIONS(3101), + [anon_sym_atomic] = ACTIONS(3101), + [sym___double_quote] = ACTIONS(3101), + [sym___single_quote] = ACTIONS(3101), + [sym___c_double_quote] = ACTIONS(3101), + [sym___c_single_quote] = ACTIONS(3101), + [sym___r_double_quote] = ACTIONS(3101), + [sym___r_single_quote] = ACTIONS(3101), }, [1272] = { [sym_line_comment] = STATE(1272), [sym_block_comment] = STATE(1272), - [sym_identifier] = ACTIONS(3267), - [anon_sym_LF] = ACTIONS(3267), - [anon_sym_CR] = ACTIONS(3267), - [anon_sym_CR_LF] = ACTIONS(3267), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LF] = ACTIONS(3205), + [anon_sym_CR] = ACTIONS(3205), + [anon_sym_CR_LF] = ACTIONS(3205), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3267), - [anon_sym_DOT] = ACTIONS(3267), - [anon_sym_as] = ACTIONS(3267), - [anon_sym_LBRACE] = ACTIONS(3267), - [anon_sym_COMMA] = ACTIONS(3267), - [anon_sym_RBRACE] = ACTIONS(3267), - [anon_sym_LPAREN] = ACTIONS(3267), - [anon_sym_RPAREN] = ACTIONS(3267), - [anon_sym_PIPE] = ACTIONS(3267), - [anon_sym_fn] = ACTIONS(3267), - [anon_sym_PLUS] = ACTIONS(3267), - [anon_sym_DASH] = ACTIONS(3267), - [anon_sym_STAR] = ACTIONS(3267), - [anon_sym_SLASH] = ACTIONS(3267), - [anon_sym_PERCENT] = ACTIONS(3267), - [anon_sym_LT] = ACTIONS(3267), - [anon_sym_GT] = ACTIONS(3267), - [anon_sym_EQ_EQ] = ACTIONS(3267), - [anon_sym_BANG_EQ] = ACTIONS(3267), - [anon_sym_LT_EQ] = ACTIONS(3267), - [anon_sym_GT_EQ] = ACTIONS(3267), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3267), - [anon_sym_LBRACK] = ACTIONS(3265), - [anon_sym_struct] = ACTIONS(3267), - [anon_sym_mut] = ACTIONS(3267), - [anon_sym_PLUS_PLUS] = ACTIONS(3267), - [anon_sym_DASH_DASH] = ACTIONS(3267), - [anon_sym_QMARK] = ACTIONS(3267), - [anon_sym_BANG] = ACTIONS(3267), - [anon_sym_go] = ACTIONS(3267), - [anon_sym_spawn] = ACTIONS(3267), - [anon_sym_json_DOTdecode] = ACTIONS(3267), - [anon_sym_LBRACK2] = ACTIONS(3267), - [anon_sym_TILDE] = ACTIONS(3267), - [anon_sym_CARET] = ACTIONS(3267), - [anon_sym_AMP] = ACTIONS(3267), - [anon_sym_LT_DASH] = ACTIONS(3267), - [anon_sym_LT_LT] = ACTIONS(3267), - [anon_sym_GT_GT] = ACTIONS(3267), - [anon_sym_GT_GT_GT] = ACTIONS(3267), - [anon_sym_AMP_CARET] = ACTIONS(3267), - [anon_sym_AMP_AMP] = ACTIONS(3267), - [anon_sym_PIPE_PIPE] = ACTIONS(3267), - [anon_sym_or] = ACTIONS(3267), - [sym_none] = ACTIONS(3267), - [sym_true] = ACTIONS(3267), - [sym_false] = ACTIONS(3267), - [sym_nil] = ACTIONS(3267), - [anon_sym_QMARK_DOT] = ACTIONS(3267), - [anon_sym_POUND_LBRACK] = ACTIONS(3267), - [anon_sym_if] = ACTIONS(3267), - [anon_sym_DOLLARif] = ACTIONS(3267), - [anon_sym_is] = ACTIONS(3267), - [anon_sym_BANGis] = ACTIONS(3267), - [anon_sym_in] = ACTIONS(3267), - [anon_sym_BANGin] = ACTIONS(3267), - [anon_sym_match] = ACTIONS(3267), - [anon_sym_select] = ACTIONS(3267), - [anon_sym_lock] = ACTIONS(3267), - [anon_sym_rlock] = ACTIONS(3267), - [anon_sym_unsafe] = ACTIONS(3267), - [anon_sym_sql] = ACTIONS(3267), - [sym_int_literal] = ACTIONS(3267), - [sym_float_literal] = ACTIONS(3267), - [sym_rune_literal] = ACTIONS(3267), - [sym_pseudo_compile_time_identifier] = ACTIONS(3267), - [anon_sym_shared] = ACTIONS(3267), - [anon_sym_map_LBRACK] = ACTIONS(3267), - [anon_sym_chan] = ACTIONS(3267), - [anon_sym_thread] = ACTIONS(3267), - [anon_sym_atomic] = ACTIONS(3267), - [sym___double_quote] = ACTIONS(3267), - [sym___single_quote] = ACTIONS(3267), - [sym___c_double_quote] = ACTIONS(3267), - [sym___c_single_quote] = ACTIONS(3267), - [sym___r_double_quote] = ACTIONS(3267), - [sym___r_single_quote] = ACTIONS(3267), + [anon_sym_SEMI] = ACTIONS(3205), + [anon_sym_DOT] = ACTIONS(3205), + [anon_sym_as] = ACTIONS(3205), + [anon_sym_LBRACE] = ACTIONS(3205), + [anon_sym_COMMA] = ACTIONS(3205), + [anon_sym_RBRACE] = ACTIONS(3205), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_RPAREN] = ACTIONS(3205), + [anon_sym_PIPE] = ACTIONS(3205), + [anon_sym_fn] = ACTIONS(3205), + [anon_sym_PLUS] = ACTIONS(3205), + [anon_sym_DASH] = ACTIONS(3205), + [anon_sym_STAR] = ACTIONS(3205), + [anon_sym_SLASH] = ACTIONS(3205), + [anon_sym_PERCENT] = ACTIONS(3205), + [anon_sym_LT] = ACTIONS(3205), + [anon_sym_GT] = ACTIONS(3205), + [anon_sym_EQ_EQ] = ACTIONS(3205), + [anon_sym_BANG_EQ] = ACTIONS(3205), + [anon_sym_LT_EQ] = ACTIONS(3205), + [anon_sym_GT_EQ] = ACTIONS(3205), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3203), + [anon_sym_struct] = ACTIONS(3205), + [anon_sym_mut] = ACTIONS(3205), + [anon_sym_PLUS_PLUS] = ACTIONS(3205), + [anon_sym_DASH_DASH] = ACTIONS(3205), + [anon_sym_QMARK] = ACTIONS(3205), + [anon_sym_BANG] = ACTIONS(3205), + [anon_sym_go] = ACTIONS(3205), + [anon_sym_spawn] = ACTIONS(3205), + [anon_sym_json_DOTdecode] = ACTIONS(3205), + [anon_sym_LBRACK2] = ACTIONS(3205), + [anon_sym_TILDE] = ACTIONS(3205), + [anon_sym_CARET] = ACTIONS(3205), + [anon_sym_AMP] = ACTIONS(3205), + [anon_sym_LT_DASH] = ACTIONS(3205), + [anon_sym_LT_LT] = ACTIONS(3205), + [anon_sym_GT_GT] = ACTIONS(3205), + [anon_sym_GT_GT_GT] = ACTIONS(3205), + [anon_sym_AMP_CARET] = ACTIONS(3205), + [anon_sym_AMP_AMP] = ACTIONS(3205), + [anon_sym_PIPE_PIPE] = ACTIONS(3205), + [anon_sym_or] = ACTIONS(3205), + [sym_none] = ACTIONS(3205), + [sym_true] = ACTIONS(3205), + [sym_false] = ACTIONS(3205), + [sym_nil] = ACTIONS(3205), + [anon_sym_QMARK_DOT] = ACTIONS(3205), + [anon_sym_POUND_LBRACK] = ACTIONS(3205), + [anon_sym_if] = ACTIONS(3205), + [anon_sym_DOLLARif] = ACTIONS(3205), + [anon_sym_is] = ACTIONS(3205), + [anon_sym_BANGis] = ACTIONS(3205), + [anon_sym_in] = ACTIONS(3205), + [anon_sym_BANGin] = ACTIONS(3205), + [anon_sym_match] = ACTIONS(3205), + [anon_sym_select] = ACTIONS(3205), + [anon_sym_lock] = ACTIONS(3205), + [anon_sym_rlock] = ACTIONS(3205), + [anon_sym_unsafe] = ACTIONS(3205), + [anon_sym_sql] = ACTIONS(3205), + [sym_int_literal] = ACTIONS(3205), + [sym_float_literal] = ACTIONS(3205), + [sym_rune_literal] = ACTIONS(3205), + [sym_pseudo_compile_time_identifier] = ACTIONS(3205), + [anon_sym_shared] = ACTIONS(3205), + [anon_sym_map_LBRACK] = ACTIONS(3205), + [anon_sym_chan] = ACTIONS(3205), + [anon_sym_thread] = ACTIONS(3205), + [anon_sym_atomic] = ACTIONS(3205), + [sym___double_quote] = ACTIONS(3205), + [sym___single_quote] = ACTIONS(3205), + [sym___c_double_quote] = ACTIONS(3205), + [sym___c_single_quote] = ACTIONS(3205), + [sym___r_double_quote] = ACTIONS(3205), + [sym___r_single_quote] = ACTIONS(3205), }, [1273] = { [sym_line_comment] = STATE(1273), [sym_block_comment] = STATE(1273), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LF] = ACTIONS(3351), - [anon_sym_CR] = ACTIONS(3351), - [anon_sym_CR_LF] = ACTIONS(3351), + [sym_identifier] = ACTIONS(3269), + [anon_sym_LF] = ACTIONS(3269), + [anon_sym_CR] = ACTIONS(3269), + [anon_sym_CR_LF] = ACTIONS(3269), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3351), - [anon_sym_DOT] = ACTIONS(3351), - [anon_sym_as] = ACTIONS(3351), - [anon_sym_LBRACE] = ACTIONS(3351), - [anon_sym_COMMA] = ACTIONS(3351), - [anon_sym_RBRACE] = ACTIONS(3351), - [anon_sym_LPAREN] = ACTIONS(3351), - [anon_sym_RPAREN] = ACTIONS(3351), - [anon_sym_PIPE] = ACTIONS(3351), - [anon_sym_fn] = ACTIONS(3351), - [anon_sym_PLUS] = ACTIONS(3351), - [anon_sym_DASH] = ACTIONS(3351), - [anon_sym_STAR] = ACTIONS(3351), - [anon_sym_SLASH] = ACTIONS(3351), - [anon_sym_PERCENT] = ACTIONS(3351), - [anon_sym_LT] = ACTIONS(3351), - [anon_sym_GT] = ACTIONS(3351), - [anon_sym_EQ_EQ] = ACTIONS(3351), - [anon_sym_BANG_EQ] = ACTIONS(3351), - [anon_sym_LT_EQ] = ACTIONS(3351), - [anon_sym_GT_EQ] = ACTIONS(3351), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3351), - [anon_sym_LBRACK] = ACTIONS(3349), - [anon_sym_struct] = ACTIONS(3351), - [anon_sym_mut] = ACTIONS(3351), - [anon_sym_PLUS_PLUS] = ACTIONS(3351), - [anon_sym_DASH_DASH] = ACTIONS(3351), - [anon_sym_QMARK] = ACTIONS(3351), - [anon_sym_BANG] = ACTIONS(3351), - [anon_sym_go] = ACTIONS(3351), - [anon_sym_spawn] = ACTIONS(3351), - [anon_sym_json_DOTdecode] = ACTIONS(3351), - [anon_sym_LBRACK2] = ACTIONS(3351), - [anon_sym_TILDE] = ACTIONS(3351), - [anon_sym_CARET] = ACTIONS(3351), - [anon_sym_AMP] = ACTIONS(3351), - [anon_sym_LT_DASH] = ACTIONS(3351), - [anon_sym_LT_LT] = ACTIONS(3351), - [anon_sym_GT_GT] = ACTIONS(3351), - [anon_sym_GT_GT_GT] = ACTIONS(3351), - [anon_sym_AMP_CARET] = ACTIONS(3351), - [anon_sym_AMP_AMP] = ACTIONS(3351), - [anon_sym_PIPE_PIPE] = ACTIONS(3351), - [anon_sym_or] = ACTIONS(3351), - [sym_none] = ACTIONS(3351), - [sym_true] = ACTIONS(3351), - [sym_false] = ACTIONS(3351), - [sym_nil] = ACTIONS(3351), - [anon_sym_QMARK_DOT] = ACTIONS(3351), - [anon_sym_POUND_LBRACK] = ACTIONS(3351), - [anon_sym_if] = ACTIONS(3351), - [anon_sym_DOLLARif] = ACTIONS(3351), - [anon_sym_is] = ACTIONS(3351), - [anon_sym_BANGis] = ACTIONS(3351), - [anon_sym_in] = ACTIONS(3351), - [anon_sym_BANGin] = ACTIONS(3351), - [anon_sym_match] = ACTIONS(3351), - [anon_sym_select] = ACTIONS(3351), - [anon_sym_lock] = ACTIONS(3351), - [anon_sym_rlock] = ACTIONS(3351), - [anon_sym_unsafe] = ACTIONS(3351), - [anon_sym_sql] = ACTIONS(3351), - [sym_int_literal] = ACTIONS(3351), - [sym_float_literal] = ACTIONS(3351), - [sym_rune_literal] = ACTIONS(3351), - [sym_pseudo_compile_time_identifier] = ACTIONS(3351), - [anon_sym_shared] = ACTIONS(3351), - [anon_sym_map_LBRACK] = ACTIONS(3351), - [anon_sym_chan] = ACTIONS(3351), - [anon_sym_thread] = ACTIONS(3351), - [anon_sym_atomic] = ACTIONS(3351), - [sym___double_quote] = ACTIONS(3351), - [sym___single_quote] = ACTIONS(3351), - [sym___c_double_quote] = ACTIONS(3351), - [sym___c_single_quote] = ACTIONS(3351), - [sym___r_double_quote] = ACTIONS(3351), - [sym___r_single_quote] = ACTIONS(3351), + [anon_sym_SEMI] = ACTIONS(3269), + [anon_sym_DOT] = ACTIONS(3269), + [anon_sym_as] = ACTIONS(3269), + [anon_sym_LBRACE] = ACTIONS(3269), + [anon_sym_COMMA] = ACTIONS(3269), + [anon_sym_RBRACE] = ACTIONS(3269), + [anon_sym_LPAREN] = ACTIONS(3269), + [anon_sym_RPAREN] = ACTIONS(3269), + [anon_sym_PIPE] = ACTIONS(3269), + [anon_sym_fn] = ACTIONS(3269), + [anon_sym_PLUS] = ACTIONS(3269), + [anon_sym_DASH] = ACTIONS(3269), + [anon_sym_STAR] = ACTIONS(3269), + [anon_sym_SLASH] = ACTIONS(3269), + [anon_sym_PERCENT] = ACTIONS(3269), + [anon_sym_LT] = ACTIONS(3269), + [anon_sym_GT] = ACTIONS(3269), + [anon_sym_EQ_EQ] = ACTIONS(3269), + [anon_sym_BANG_EQ] = ACTIONS(3269), + [anon_sym_LT_EQ] = ACTIONS(3269), + [anon_sym_GT_EQ] = ACTIONS(3269), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3269), + [anon_sym_LBRACK] = ACTIONS(3267), + [anon_sym_struct] = ACTIONS(3269), + [anon_sym_mut] = ACTIONS(3269), + [anon_sym_PLUS_PLUS] = ACTIONS(3269), + [anon_sym_DASH_DASH] = ACTIONS(3269), + [anon_sym_QMARK] = ACTIONS(3269), + [anon_sym_BANG] = ACTIONS(3269), + [anon_sym_go] = ACTIONS(3269), + [anon_sym_spawn] = ACTIONS(3269), + [anon_sym_json_DOTdecode] = ACTIONS(3269), + [anon_sym_LBRACK2] = ACTIONS(3269), + [anon_sym_TILDE] = ACTIONS(3269), + [anon_sym_CARET] = ACTIONS(3269), + [anon_sym_AMP] = ACTIONS(3269), + [anon_sym_LT_DASH] = ACTIONS(3269), + [anon_sym_LT_LT] = ACTIONS(3269), + [anon_sym_GT_GT] = ACTIONS(3269), + [anon_sym_GT_GT_GT] = ACTIONS(3269), + [anon_sym_AMP_CARET] = ACTIONS(3269), + [anon_sym_AMP_AMP] = ACTIONS(3269), + [anon_sym_PIPE_PIPE] = ACTIONS(3269), + [anon_sym_or] = ACTIONS(3269), + [sym_none] = ACTIONS(3269), + [sym_true] = ACTIONS(3269), + [sym_false] = ACTIONS(3269), + [sym_nil] = ACTIONS(3269), + [anon_sym_QMARK_DOT] = ACTIONS(3269), + [anon_sym_POUND_LBRACK] = ACTIONS(3269), + [anon_sym_if] = ACTIONS(3269), + [anon_sym_DOLLARif] = ACTIONS(3269), + [anon_sym_is] = ACTIONS(3269), + [anon_sym_BANGis] = ACTIONS(3269), + [anon_sym_in] = ACTIONS(3269), + [anon_sym_BANGin] = ACTIONS(3269), + [anon_sym_match] = ACTIONS(3269), + [anon_sym_select] = ACTIONS(3269), + [anon_sym_lock] = ACTIONS(3269), + [anon_sym_rlock] = ACTIONS(3269), + [anon_sym_unsafe] = ACTIONS(3269), + [anon_sym_sql] = ACTIONS(3269), + [sym_int_literal] = ACTIONS(3269), + [sym_float_literal] = ACTIONS(3269), + [sym_rune_literal] = ACTIONS(3269), + [sym_pseudo_compile_time_identifier] = ACTIONS(3269), + [anon_sym_shared] = ACTIONS(3269), + [anon_sym_map_LBRACK] = ACTIONS(3269), + [anon_sym_chan] = ACTIONS(3269), + [anon_sym_thread] = ACTIONS(3269), + [anon_sym_atomic] = ACTIONS(3269), + [sym___double_quote] = ACTIONS(3269), + [sym___single_quote] = ACTIONS(3269), + [sym___c_double_quote] = ACTIONS(3269), + [sym___c_single_quote] = ACTIONS(3269), + [sym___r_double_quote] = ACTIONS(3269), + [sym___r_single_quote] = ACTIONS(3269), }, [1274] = { [sym_line_comment] = STATE(1274), [sym_block_comment] = STATE(1274), - [sym_identifier] = ACTIONS(3283), - [anon_sym_LF] = ACTIONS(3283), - [anon_sym_CR] = ACTIONS(3283), - [anon_sym_CR_LF] = ACTIONS(3283), + [sym_identifier] = ACTIONS(3111), + [anon_sym_LF] = ACTIONS(3111), + [anon_sym_CR] = ACTIONS(3111), + [anon_sym_CR_LF] = ACTIONS(3111), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3283), - [anon_sym_DOT] = ACTIONS(3283), - [anon_sym_as] = ACTIONS(3283), - [anon_sym_LBRACE] = ACTIONS(3283), - [anon_sym_COMMA] = ACTIONS(3283), - [anon_sym_RBRACE] = ACTIONS(3283), - [anon_sym_LPAREN] = ACTIONS(3283), - [anon_sym_RPAREN] = ACTIONS(3283), - [anon_sym_PIPE] = ACTIONS(3283), - [anon_sym_fn] = ACTIONS(3283), - [anon_sym_PLUS] = ACTIONS(3283), - [anon_sym_DASH] = ACTIONS(3283), - [anon_sym_STAR] = ACTIONS(3283), - [anon_sym_SLASH] = ACTIONS(3283), - [anon_sym_PERCENT] = ACTIONS(3283), - [anon_sym_LT] = ACTIONS(3283), - [anon_sym_GT] = ACTIONS(3283), - [anon_sym_EQ_EQ] = ACTIONS(3283), - [anon_sym_BANG_EQ] = ACTIONS(3283), - [anon_sym_LT_EQ] = ACTIONS(3283), - [anon_sym_GT_EQ] = ACTIONS(3283), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3283), - [anon_sym_LBRACK] = ACTIONS(3281), - [anon_sym_struct] = ACTIONS(3283), - [anon_sym_mut] = ACTIONS(3283), - [anon_sym_PLUS_PLUS] = ACTIONS(3283), - [anon_sym_DASH_DASH] = ACTIONS(3283), - [anon_sym_QMARK] = ACTIONS(3283), - [anon_sym_BANG] = ACTIONS(3283), - [anon_sym_go] = ACTIONS(3283), - [anon_sym_spawn] = ACTIONS(3283), - [anon_sym_json_DOTdecode] = ACTIONS(3283), - [anon_sym_LBRACK2] = ACTIONS(3283), - [anon_sym_TILDE] = ACTIONS(3283), - [anon_sym_CARET] = ACTIONS(3283), - [anon_sym_AMP] = ACTIONS(3283), - [anon_sym_LT_DASH] = ACTIONS(3283), - [anon_sym_LT_LT] = ACTIONS(3283), - [anon_sym_GT_GT] = ACTIONS(3283), - [anon_sym_GT_GT_GT] = ACTIONS(3283), - [anon_sym_AMP_CARET] = ACTIONS(3283), - [anon_sym_AMP_AMP] = ACTIONS(3283), - [anon_sym_PIPE_PIPE] = ACTIONS(3283), - [anon_sym_or] = ACTIONS(3283), - [sym_none] = ACTIONS(3283), - [sym_true] = ACTIONS(3283), - [sym_false] = ACTIONS(3283), - [sym_nil] = ACTIONS(3283), - [anon_sym_QMARK_DOT] = ACTIONS(3283), - [anon_sym_POUND_LBRACK] = ACTIONS(3283), - [anon_sym_if] = ACTIONS(3283), - [anon_sym_DOLLARif] = ACTIONS(3283), - [anon_sym_is] = ACTIONS(3283), - [anon_sym_BANGis] = ACTIONS(3283), - [anon_sym_in] = ACTIONS(3283), - [anon_sym_BANGin] = ACTIONS(3283), - [anon_sym_match] = ACTIONS(3283), - [anon_sym_select] = ACTIONS(3283), - [anon_sym_lock] = ACTIONS(3283), - [anon_sym_rlock] = ACTIONS(3283), - [anon_sym_unsafe] = ACTIONS(3283), - [anon_sym_sql] = ACTIONS(3283), - [sym_int_literal] = ACTIONS(3283), - [sym_float_literal] = ACTIONS(3283), - [sym_rune_literal] = ACTIONS(3283), - [sym_pseudo_compile_time_identifier] = ACTIONS(3283), - [anon_sym_shared] = ACTIONS(3283), - [anon_sym_map_LBRACK] = ACTIONS(3283), - [anon_sym_chan] = ACTIONS(3283), - [anon_sym_thread] = ACTIONS(3283), - [anon_sym_atomic] = ACTIONS(3283), - [sym___double_quote] = ACTIONS(3283), - [sym___single_quote] = ACTIONS(3283), - [sym___c_double_quote] = ACTIONS(3283), - [sym___c_single_quote] = ACTIONS(3283), - [sym___r_double_quote] = ACTIONS(3283), - [sym___r_single_quote] = ACTIONS(3283), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_DOT] = ACTIONS(3111), + [anon_sym_as] = ACTIONS(3111), + [anon_sym_LBRACE] = ACTIONS(3111), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_RBRACE] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(3111), + [anon_sym_RPAREN] = ACTIONS(3111), + [anon_sym_PIPE] = ACTIONS(3111), + [anon_sym_fn] = ACTIONS(3111), + [anon_sym_PLUS] = ACTIONS(3111), + [anon_sym_DASH] = ACTIONS(3111), + [anon_sym_STAR] = ACTIONS(3111), + [anon_sym_SLASH] = ACTIONS(3111), + [anon_sym_PERCENT] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(3111), + [anon_sym_GT] = ACTIONS(3111), + [anon_sym_EQ_EQ] = ACTIONS(3111), + [anon_sym_BANG_EQ] = ACTIONS(3111), + [anon_sym_LT_EQ] = ACTIONS(3111), + [anon_sym_GT_EQ] = ACTIONS(3111), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3111), + [anon_sym_LBRACK] = ACTIONS(3109), + [anon_sym_struct] = ACTIONS(3111), + [anon_sym_mut] = ACTIONS(3111), + [anon_sym_PLUS_PLUS] = ACTIONS(3111), + [anon_sym_DASH_DASH] = ACTIONS(3111), + [anon_sym_QMARK] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3111), + [anon_sym_go] = ACTIONS(3111), + [anon_sym_spawn] = ACTIONS(3111), + [anon_sym_json_DOTdecode] = ACTIONS(3111), + [anon_sym_LBRACK2] = ACTIONS(3111), + [anon_sym_TILDE] = ACTIONS(3111), + [anon_sym_CARET] = ACTIONS(3111), + [anon_sym_AMP] = ACTIONS(3111), + [anon_sym_LT_DASH] = ACTIONS(3111), + [anon_sym_LT_LT] = ACTIONS(3111), + [anon_sym_GT_GT] = ACTIONS(3111), + [anon_sym_GT_GT_GT] = ACTIONS(3111), + [anon_sym_AMP_CARET] = ACTIONS(3111), + [anon_sym_AMP_AMP] = ACTIONS(3111), + [anon_sym_PIPE_PIPE] = ACTIONS(3111), + [anon_sym_or] = ACTIONS(3111), + [sym_none] = ACTIONS(3111), + [sym_true] = ACTIONS(3111), + [sym_false] = ACTIONS(3111), + [sym_nil] = ACTIONS(3111), + [anon_sym_QMARK_DOT] = ACTIONS(3111), + [anon_sym_POUND_LBRACK] = ACTIONS(3111), + [anon_sym_if] = ACTIONS(3111), + [anon_sym_DOLLARif] = ACTIONS(3111), + [anon_sym_is] = ACTIONS(3111), + [anon_sym_BANGis] = ACTIONS(3111), + [anon_sym_in] = ACTIONS(3111), + [anon_sym_BANGin] = ACTIONS(3111), + [anon_sym_match] = ACTIONS(3111), + [anon_sym_select] = ACTIONS(3111), + [anon_sym_lock] = ACTIONS(3111), + [anon_sym_rlock] = ACTIONS(3111), + [anon_sym_unsafe] = ACTIONS(3111), + [anon_sym_sql] = ACTIONS(3111), + [sym_int_literal] = ACTIONS(3111), + [sym_float_literal] = ACTIONS(3111), + [sym_rune_literal] = ACTIONS(3111), + [sym_pseudo_compile_time_identifier] = ACTIONS(3111), + [anon_sym_shared] = ACTIONS(3111), + [anon_sym_map_LBRACK] = ACTIONS(3111), + [anon_sym_chan] = ACTIONS(3111), + [anon_sym_thread] = ACTIONS(3111), + [anon_sym_atomic] = ACTIONS(3111), + [sym___double_quote] = ACTIONS(3111), + [sym___single_quote] = ACTIONS(3111), + [sym___c_double_quote] = ACTIONS(3111), + [sym___c_single_quote] = ACTIONS(3111), + [sym___r_double_quote] = ACTIONS(3111), + [sym___r_single_quote] = ACTIONS(3111), }, [1275] = { [sym_line_comment] = STATE(1275), [sym_block_comment] = STATE(1275), - [sym_identifier] = ACTIONS(3355), - [anon_sym_LF] = ACTIONS(3355), - [anon_sym_CR] = ACTIONS(3355), - [anon_sym_CR_LF] = ACTIONS(3355), + [sym_identifier] = ACTIONS(3408), + [anon_sym_LF] = ACTIONS(3408), + [anon_sym_CR] = ACTIONS(3408), + [anon_sym_CR_LF] = ACTIONS(3408), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3355), - [anon_sym_DOT] = ACTIONS(3355), - [anon_sym_as] = ACTIONS(3355), - [anon_sym_LBRACE] = ACTIONS(3355), - [anon_sym_COMMA] = ACTIONS(3355), - [anon_sym_RBRACE] = ACTIONS(3355), - [anon_sym_LPAREN] = ACTIONS(3355), - [anon_sym_RPAREN] = ACTIONS(3355), - [anon_sym_PIPE] = ACTIONS(3355), - [anon_sym_fn] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3355), - [anon_sym_SLASH] = ACTIONS(3355), - [anon_sym_PERCENT] = ACTIONS(3355), - [anon_sym_LT] = ACTIONS(3355), - [anon_sym_GT] = ACTIONS(3355), - [anon_sym_EQ_EQ] = ACTIONS(3355), - [anon_sym_BANG_EQ] = ACTIONS(3355), - [anon_sym_LT_EQ] = ACTIONS(3355), - [anon_sym_GT_EQ] = ACTIONS(3355), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3355), - [anon_sym_LBRACK] = ACTIONS(3353), - [anon_sym_struct] = ACTIONS(3355), - [anon_sym_mut] = ACTIONS(3355), - [anon_sym_PLUS_PLUS] = ACTIONS(3355), - [anon_sym_DASH_DASH] = ACTIONS(3355), - [anon_sym_QMARK] = ACTIONS(3355), - [anon_sym_BANG] = ACTIONS(3355), - [anon_sym_go] = ACTIONS(3355), - [anon_sym_spawn] = ACTIONS(3355), - [anon_sym_json_DOTdecode] = ACTIONS(3355), - [anon_sym_LBRACK2] = ACTIONS(3355), - [anon_sym_TILDE] = ACTIONS(3355), - [anon_sym_CARET] = ACTIONS(3355), - [anon_sym_AMP] = ACTIONS(3355), - [anon_sym_LT_DASH] = ACTIONS(3355), - [anon_sym_LT_LT] = ACTIONS(3355), - [anon_sym_GT_GT] = ACTIONS(3355), - [anon_sym_GT_GT_GT] = ACTIONS(3355), - [anon_sym_AMP_CARET] = ACTIONS(3355), - [anon_sym_AMP_AMP] = ACTIONS(3355), - [anon_sym_PIPE_PIPE] = ACTIONS(3355), - [anon_sym_or] = ACTIONS(3355), - [sym_none] = ACTIONS(3355), - [sym_true] = ACTIONS(3355), - [sym_false] = ACTIONS(3355), - [sym_nil] = ACTIONS(3355), - [anon_sym_QMARK_DOT] = ACTIONS(3355), - [anon_sym_POUND_LBRACK] = ACTIONS(3355), - [anon_sym_if] = ACTIONS(3355), - [anon_sym_DOLLARif] = ACTIONS(3355), - [anon_sym_is] = ACTIONS(3355), - [anon_sym_BANGis] = ACTIONS(3355), - [anon_sym_in] = ACTIONS(3355), - [anon_sym_BANGin] = ACTIONS(3355), - [anon_sym_match] = ACTIONS(3355), - [anon_sym_select] = ACTIONS(3355), - [anon_sym_lock] = ACTIONS(3355), - [anon_sym_rlock] = ACTIONS(3355), - [anon_sym_unsafe] = ACTIONS(3355), - [anon_sym_sql] = ACTIONS(3355), - [sym_int_literal] = ACTIONS(3355), - [sym_float_literal] = ACTIONS(3355), - [sym_rune_literal] = ACTIONS(3355), - [sym_pseudo_compile_time_identifier] = ACTIONS(3355), - [anon_sym_shared] = ACTIONS(3355), - [anon_sym_map_LBRACK] = ACTIONS(3355), - [anon_sym_chan] = ACTIONS(3355), - [anon_sym_thread] = ACTIONS(3355), - [anon_sym_atomic] = ACTIONS(3355), - [sym___double_quote] = ACTIONS(3355), - [sym___single_quote] = ACTIONS(3355), - [sym___c_double_quote] = ACTIONS(3355), - [sym___c_single_quote] = ACTIONS(3355), - [sym___r_double_quote] = ACTIONS(3355), - [sym___r_single_quote] = ACTIONS(3355), + [anon_sym_SEMI] = ACTIONS(3408), + [anon_sym_DOT] = ACTIONS(3408), + [anon_sym_as] = ACTIONS(3408), + [anon_sym_LBRACE] = ACTIONS(3408), + [anon_sym_COMMA] = ACTIONS(3408), + [anon_sym_RBRACE] = ACTIONS(3408), + [anon_sym_LPAREN] = ACTIONS(3408), + [anon_sym_RPAREN] = ACTIONS(3408), + [anon_sym_PIPE] = ACTIONS(3408), + [anon_sym_fn] = ACTIONS(3408), + [anon_sym_PLUS] = ACTIONS(3408), + [anon_sym_DASH] = ACTIONS(3408), + [anon_sym_STAR] = ACTIONS(3408), + [anon_sym_SLASH] = ACTIONS(3408), + [anon_sym_PERCENT] = ACTIONS(3408), + [anon_sym_LT] = ACTIONS(3408), + [anon_sym_GT] = ACTIONS(3408), + [anon_sym_EQ_EQ] = ACTIONS(3408), + [anon_sym_BANG_EQ] = ACTIONS(3408), + [anon_sym_LT_EQ] = ACTIONS(3408), + [anon_sym_GT_EQ] = ACTIONS(3408), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3408), + [anon_sym_LBRACK] = ACTIONS(3406), + [anon_sym_struct] = ACTIONS(3408), + [anon_sym_mut] = ACTIONS(3408), + [anon_sym_PLUS_PLUS] = ACTIONS(3408), + [anon_sym_DASH_DASH] = ACTIONS(3408), + [anon_sym_QMARK] = ACTIONS(3408), + [anon_sym_BANG] = ACTIONS(3408), + [anon_sym_go] = ACTIONS(3408), + [anon_sym_spawn] = ACTIONS(3408), + [anon_sym_json_DOTdecode] = ACTIONS(3408), + [anon_sym_LBRACK2] = ACTIONS(3408), + [anon_sym_TILDE] = ACTIONS(3408), + [anon_sym_CARET] = ACTIONS(3408), + [anon_sym_AMP] = ACTIONS(3408), + [anon_sym_LT_DASH] = ACTIONS(3408), + [anon_sym_LT_LT] = ACTIONS(3408), + [anon_sym_GT_GT] = ACTIONS(3408), + [anon_sym_GT_GT_GT] = ACTIONS(3408), + [anon_sym_AMP_CARET] = ACTIONS(3408), + [anon_sym_AMP_AMP] = ACTIONS(3408), + [anon_sym_PIPE_PIPE] = ACTIONS(3408), + [anon_sym_or] = ACTIONS(3408), + [sym_none] = ACTIONS(3408), + [sym_true] = ACTIONS(3408), + [sym_false] = ACTIONS(3408), + [sym_nil] = ACTIONS(3408), + [anon_sym_QMARK_DOT] = ACTIONS(3408), + [anon_sym_POUND_LBRACK] = ACTIONS(3408), + [anon_sym_if] = ACTIONS(3408), + [anon_sym_DOLLARif] = ACTIONS(3408), + [anon_sym_is] = ACTIONS(3408), + [anon_sym_BANGis] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3408), + [anon_sym_BANGin] = ACTIONS(3408), + [anon_sym_match] = ACTIONS(3408), + [anon_sym_select] = ACTIONS(3408), + [anon_sym_lock] = ACTIONS(3408), + [anon_sym_rlock] = ACTIONS(3408), + [anon_sym_unsafe] = ACTIONS(3408), + [anon_sym_sql] = ACTIONS(3408), + [sym_int_literal] = ACTIONS(3408), + [sym_float_literal] = ACTIONS(3408), + [sym_rune_literal] = ACTIONS(3408), + [sym_pseudo_compile_time_identifier] = ACTIONS(3408), + [anon_sym_shared] = ACTIONS(3408), + [anon_sym_map_LBRACK] = ACTIONS(3408), + [anon_sym_chan] = ACTIONS(3408), + [anon_sym_thread] = ACTIONS(3408), + [anon_sym_atomic] = ACTIONS(3408), + [sym___double_quote] = ACTIONS(3408), + [sym___single_quote] = ACTIONS(3408), + [sym___c_double_quote] = ACTIONS(3408), + [sym___c_single_quote] = ACTIONS(3408), + [sym___r_double_quote] = ACTIONS(3408), + [sym___r_single_quote] = ACTIONS(3408), }, [1276] = { [sym_line_comment] = STATE(1276), [sym_block_comment] = STATE(1276), - [sym_identifier] = ACTIONS(3383), - [anon_sym_LF] = ACTIONS(3383), - [anon_sym_CR] = ACTIONS(3383), - [anon_sym_CR_LF] = ACTIONS(3383), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LF] = ACTIONS(3115), + [anon_sym_CR] = ACTIONS(3115), + [anon_sym_CR_LF] = ACTIONS(3115), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3383), - [anon_sym_DOT] = ACTIONS(3383), - [anon_sym_as] = ACTIONS(3383), - [anon_sym_LBRACE] = ACTIONS(3383), - [anon_sym_COMMA] = ACTIONS(3383), - [anon_sym_RBRACE] = ACTIONS(3383), - [anon_sym_LPAREN] = ACTIONS(3383), - [anon_sym_RPAREN] = ACTIONS(3383), - [anon_sym_PIPE] = ACTIONS(3383), - [anon_sym_fn] = ACTIONS(3383), - [anon_sym_PLUS] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3383), - [anon_sym_STAR] = ACTIONS(3383), - [anon_sym_SLASH] = ACTIONS(3383), - [anon_sym_PERCENT] = ACTIONS(3383), - [anon_sym_LT] = ACTIONS(3383), - [anon_sym_GT] = ACTIONS(3383), - [anon_sym_EQ_EQ] = ACTIONS(3383), - [anon_sym_BANG_EQ] = ACTIONS(3383), - [anon_sym_LT_EQ] = ACTIONS(3383), - [anon_sym_GT_EQ] = ACTIONS(3383), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3383), - [anon_sym_LBRACK] = ACTIONS(3381), - [anon_sym_struct] = ACTIONS(3383), - [anon_sym_mut] = ACTIONS(3383), - [anon_sym_PLUS_PLUS] = ACTIONS(3383), - [anon_sym_DASH_DASH] = ACTIONS(3383), - [anon_sym_QMARK] = ACTIONS(3383), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_go] = ACTIONS(3383), - [anon_sym_spawn] = ACTIONS(3383), - [anon_sym_json_DOTdecode] = ACTIONS(3383), - [anon_sym_LBRACK2] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_CARET] = ACTIONS(3383), - [anon_sym_AMP] = ACTIONS(3383), - [anon_sym_LT_DASH] = ACTIONS(3383), - [anon_sym_LT_LT] = ACTIONS(3383), - [anon_sym_GT_GT] = ACTIONS(3383), - [anon_sym_GT_GT_GT] = ACTIONS(3383), - [anon_sym_AMP_CARET] = ACTIONS(3383), - [anon_sym_AMP_AMP] = ACTIONS(3383), - [anon_sym_PIPE_PIPE] = ACTIONS(3383), - [anon_sym_or] = ACTIONS(3383), - [sym_none] = ACTIONS(3383), - [sym_true] = ACTIONS(3383), - [sym_false] = ACTIONS(3383), - [sym_nil] = ACTIONS(3383), - [anon_sym_QMARK_DOT] = ACTIONS(3383), - [anon_sym_POUND_LBRACK] = ACTIONS(3383), - [anon_sym_if] = ACTIONS(3383), - [anon_sym_DOLLARif] = ACTIONS(3383), - [anon_sym_is] = ACTIONS(3383), - [anon_sym_BANGis] = ACTIONS(3383), - [anon_sym_in] = ACTIONS(3383), - [anon_sym_BANGin] = ACTIONS(3383), - [anon_sym_match] = ACTIONS(3383), - [anon_sym_select] = ACTIONS(3383), - [anon_sym_lock] = ACTIONS(3383), - [anon_sym_rlock] = ACTIONS(3383), - [anon_sym_unsafe] = ACTIONS(3383), - [anon_sym_sql] = ACTIONS(3383), - [sym_int_literal] = ACTIONS(3383), - [sym_float_literal] = ACTIONS(3383), - [sym_rune_literal] = ACTIONS(3383), - [sym_pseudo_compile_time_identifier] = ACTIONS(3383), - [anon_sym_shared] = ACTIONS(3383), - [anon_sym_map_LBRACK] = ACTIONS(3383), - [anon_sym_chan] = ACTIONS(3383), - [anon_sym_thread] = ACTIONS(3383), - [anon_sym_atomic] = ACTIONS(3383), - [sym___double_quote] = ACTIONS(3383), - [sym___single_quote] = ACTIONS(3383), - [sym___c_double_quote] = ACTIONS(3383), - [sym___c_single_quote] = ACTIONS(3383), - [sym___r_double_quote] = ACTIONS(3383), - [sym___r_single_quote] = ACTIONS(3383), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_DOT] = ACTIONS(3115), + [anon_sym_as] = ACTIONS(3115), + [anon_sym_LBRACE] = ACTIONS(3115), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(3115), + [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_PIPE] = ACTIONS(3115), + [anon_sym_fn] = ACTIONS(3115), + [anon_sym_PLUS] = ACTIONS(3115), + [anon_sym_DASH] = ACTIONS(3115), + [anon_sym_STAR] = ACTIONS(3115), + [anon_sym_SLASH] = ACTIONS(3115), + [anon_sym_PERCENT] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(3115), + [anon_sym_GT] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(3115), + [anon_sym_GT_EQ] = ACTIONS(3115), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3115), + [anon_sym_LBRACK] = ACTIONS(3113), + [anon_sym_struct] = ACTIONS(3115), + [anon_sym_mut] = ACTIONS(3115), + [anon_sym_PLUS_PLUS] = ACTIONS(3115), + [anon_sym_DASH_DASH] = ACTIONS(3115), + [anon_sym_QMARK] = ACTIONS(3115), + [anon_sym_BANG] = ACTIONS(3115), + [anon_sym_go] = ACTIONS(3115), + [anon_sym_spawn] = ACTIONS(3115), + [anon_sym_json_DOTdecode] = ACTIONS(3115), + [anon_sym_LBRACK2] = ACTIONS(3115), + [anon_sym_TILDE] = ACTIONS(3115), + [anon_sym_CARET] = ACTIONS(3115), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT_DASH] = ACTIONS(3115), + [anon_sym_LT_LT] = ACTIONS(3115), + [anon_sym_GT_GT] = ACTIONS(3115), + [anon_sym_GT_GT_GT] = ACTIONS(3115), + [anon_sym_AMP_CARET] = ACTIONS(3115), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_or] = ACTIONS(3115), + [sym_none] = ACTIONS(3115), + [sym_true] = ACTIONS(3115), + [sym_false] = ACTIONS(3115), + [sym_nil] = ACTIONS(3115), + [anon_sym_QMARK_DOT] = ACTIONS(3115), + [anon_sym_POUND_LBRACK] = ACTIONS(3115), + [anon_sym_if] = ACTIONS(3115), + [anon_sym_DOLLARif] = ACTIONS(3115), + [anon_sym_is] = ACTIONS(3115), + [anon_sym_BANGis] = ACTIONS(3115), + [anon_sym_in] = ACTIONS(3115), + [anon_sym_BANGin] = ACTIONS(3115), + [anon_sym_match] = ACTIONS(3115), + [anon_sym_select] = ACTIONS(3115), + [anon_sym_lock] = ACTIONS(3115), + [anon_sym_rlock] = ACTIONS(3115), + [anon_sym_unsafe] = ACTIONS(3115), + [anon_sym_sql] = ACTIONS(3115), + [sym_int_literal] = ACTIONS(3115), + [sym_float_literal] = ACTIONS(3115), + [sym_rune_literal] = ACTIONS(3115), + [sym_pseudo_compile_time_identifier] = ACTIONS(3115), + [anon_sym_shared] = ACTIONS(3115), + [anon_sym_map_LBRACK] = ACTIONS(3115), + [anon_sym_chan] = ACTIONS(3115), + [anon_sym_thread] = ACTIONS(3115), + [anon_sym_atomic] = ACTIONS(3115), + [sym___double_quote] = ACTIONS(3115), + [sym___single_quote] = ACTIONS(3115), + [sym___c_double_quote] = ACTIONS(3115), + [sym___c_single_quote] = ACTIONS(3115), + [sym___r_double_quote] = ACTIONS(3115), + [sym___r_single_quote] = ACTIONS(3115), }, [1277] = { [sym_line_comment] = STATE(1277), [sym_block_comment] = STATE(1277), - [sym_identifier] = ACTIONS(3387), - [anon_sym_LF] = ACTIONS(3387), - [anon_sym_CR] = ACTIONS(3387), - [anon_sym_CR_LF] = ACTIONS(3387), + [sym_identifier] = ACTIONS(3137), + [anon_sym_LF] = ACTIONS(3137), + [anon_sym_CR] = ACTIONS(3137), + [anon_sym_CR_LF] = ACTIONS(3137), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3387), - [anon_sym_DOT] = ACTIONS(3387), - [anon_sym_as] = ACTIONS(3387), - [anon_sym_LBRACE] = ACTIONS(3387), - [anon_sym_COMMA] = ACTIONS(3387), - [anon_sym_RBRACE] = ACTIONS(3387), - [anon_sym_LPAREN] = ACTIONS(3387), - [anon_sym_RPAREN] = ACTIONS(3387), - [anon_sym_PIPE] = ACTIONS(3387), - [anon_sym_fn] = ACTIONS(3387), - [anon_sym_PLUS] = ACTIONS(3387), - [anon_sym_DASH] = ACTIONS(3387), - [anon_sym_STAR] = ACTIONS(3387), - [anon_sym_SLASH] = ACTIONS(3387), - [anon_sym_PERCENT] = ACTIONS(3387), - [anon_sym_LT] = ACTIONS(3387), - [anon_sym_GT] = ACTIONS(3387), - [anon_sym_EQ_EQ] = ACTIONS(3387), - [anon_sym_BANG_EQ] = ACTIONS(3387), - [anon_sym_LT_EQ] = ACTIONS(3387), - [anon_sym_GT_EQ] = ACTIONS(3387), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3387), - [anon_sym_LBRACK] = ACTIONS(3385), - [anon_sym_struct] = ACTIONS(3387), - [anon_sym_mut] = ACTIONS(3387), - [anon_sym_PLUS_PLUS] = ACTIONS(3387), - [anon_sym_DASH_DASH] = ACTIONS(3387), - [anon_sym_QMARK] = ACTIONS(3387), - [anon_sym_BANG] = ACTIONS(3387), - [anon_sym_go] = ACTIONS(3387), - [anon_sym_spawn] = ACTIONS(3387), - [anon_sym_json_DOTdecode] = ACTIONS(3387), - [anon_sym_LBRACK2] = ACTIONS(3387), - [anon_sym_TILDE] = ACTIONS(3387), - [anon_sym_CARET] = ACTIONS(3387), - [anon_sym_AMP] = ACTIONS(3387), - [anon_sym_LT_DASH] = ACTIONS(3387), - [anon_sym_LT_LT] = ACTIONS(3387), - [anon_sym_GT_GT] = ACTIONS(3387), - [anon_sym_GT_GT_GT] = ACTIONS(3387), - [anon_sym_AMP_CARET] = ACTIONS(3387), - [anon_sym_AMP_AMP] = ACTIONS(3387), - [anon_sym_PIPE_PIPE] = ACTIONS(3387), - [anon_sym_or] = ACTIONS(3387), - [sym_none] = ACTIONS(3387), - [sym_true] = ACTIONS(3387), - [sym_false] = ACTIONS(3387), - [sym_nil] = ACTIONS(3387), - [anon_sym_QMARK_DOT] = ACTIONS(3387), - [anon_sym_POUND_LBRACK] = ACTIONS(3387), - [anon_sym_if] = ACTIONS(3387), - [anon_sym_DOLLARif] = ACTIONS(3387), - [anon_sym_is] = ACTIONS(3387), - [anon_sym_BANGis] = ACTIONS(3387), - [anon_sym_in] = ACTIONS(3387), - [anon_sym_BANGin] = ACTIONS(3387), - [anon_sym_match] = ACTIONS(3387), - [anon_sym_select] = ACTIONS(3387), - [anon_sym_lock] = ACTIONS(3387), - [anon_sym_rlock] = ACTIONS(3387), - [anon_sym_unsafe] = ACTIONS(3387), - [anon_sym_sql] = ACTIONS(3387), - [sym_int_literal] = ACTIONS(3387), - [sym_float_literal] = ACTIONS(3387), - [sym_rune_literal] = ACTIONS(3387), - [sym_pseudo_compile_time_identifier] = ACTIONS(3387), - [anon_sym_shared] = ACTIONS(3387), - [anon_sym_map_LBRACK] = ACTIONS(3387), - [anon_sym_chan] = ACTIONS(3387), - [anon_sym_thread] = ACTIONS(3387), - [anon_sym_atomic] = ACTIONS(3387), - [sym___double_quote] = ACTIONS(3387), - [sym___single_quote] = ACTIONS(3387), - [sym___c_double_quote] = ACTIONS(3387), - [sym___c_single_quote] = ACTIONS(3387), - [sym___r_double_quote] = ACTIONS(3387), - [sym___r_single_quote] = ACTIONS(3387), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_DOT] = ACTIONS(3137), + [anon_sym_as] = ACTIONS(3137), + [anon_sym_LBRACE] = ACTIONS(3137), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_RPAREN] = ACTIONS(3137), + [anon_sym_PIPE] = ACTIONS(3137), + [anon_sym_fn] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3137), + [anon_sym_DASH] = ACTIONS(3137), + [anon_sym_STAR] = ACTIONS(3137), + [anon_sym_SLASH] = ACTIONS(3137), + [anon_sym_PERCENT] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3137), + [anon_sym_GT] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3135), + [anon_sym_struct] = ACTIONS(3137), + [anon_sym_mut] = ACTIONS(3137), + [anon_sym_PLUS_PLUS] = ACTIONS(3137), + [anon_sym_DASH_DASH] = ACTIONS(3137), + [anon_sym_QMARK] = ACTIONS(3137), + [anon_sym_BANG] = ACTIONS(3137), + [anon_sym_go] = ACTIONS(3137), + [anon_sym_spawn] = ACTIONS(3137), + [anon_sym_json_DOTdecode] = ACTIONS(3137), + [anon_sym_LBRACK2] = ACTIONS(3137), + [anon_sym_TILDE] = ACTIONS(3137), + [anon_sym_CARET] = ACTIONS(3137), + [anon_sym_AMP] = ACTIONS(3137), + [anon_sym_LT_DASH] = ACTIONS(3137), + [anon_sym_LT_LT] = ACTIONS(3137), + [anon_sym_GT_GT] = ACTIONS(3137), + [anon_sym_GT_GT_GT] = ACTIONS(3137), + [anon_sym_AMP_CARET] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_or] = ACTIONS(3137), + [sym_none] = ACTIONS(3137), + [sym_true] = ACTIONS(3137), + [sym_false] = ACTIONS(3137), + [sym_nil] = ACTIONS(3137), + [anon_sym_QMARK_DOT] = ACTIONS(3137), + [anon_sym_POUND_LBRACK] = ACTIONS(3137), + [anon_sym_if] = ACTIONS(3137), + [anon_sym_DOLLARif] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3137), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_in] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_match] = ACTIONS(3137), + [anon_sym_select] = ACTIONS(3137), + [anon_sym_lock] = ACTIONS(3137), + [anon_sym_rlock] = ACTIONS(3137), + [anon_sym_unsafe] = ACTIONS(3137), + [anon_sym_sql] = ACTIONS(3137), + [sym_int_literal] = ACTIONS(3137), + [sym_float_literal] = ACTIONS(3137), + [sym_rune_literal] = ACTIONS(3137), + [sym_pseudo_compile_time_identifier] = ACTIONS(3137), + [anon_sym_shared] = ACTIONS(3137), + [anon_sym_map_LBRACK] = ACTIONS(3137), + [anon_sym_chan] = ACTIONS(3137), + [anon_sym_thread] = ACTIONS(3137), + [anon_sym_atomic] = ACTIONS(3137), + [sym___double_quote] = ACTIONS(3137), + [sym___single_quote] = ACTIONS(3137), + [sym___c_double_quote] = ACTIONS(3137), + [sym___c_single_quote] = ACTIONS(3137), + [sym___r_double_quote] = ACTIONS(3137), + [sym___r_single_quote] = ACTIONS(3137), }, [1278] = { [sym_line_comment] = STATE(1278), [sym_block_comment] = STATE(1278), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LF] = ACTIONS(3029), - [anon_sym_CR] = ACTIONS(3029), - [anon_sym_CR_LF] = ACTIONS(3029), + [sym_identifier] = ACTIONS(3424), + [anon_sym_LF] = ACTIONS(3424), + [anon_sym_CR] = ACTIONS(3424), + [anon_sym_CR_LF] = ACTIONS(3424), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_DOT] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym_RPAREN] = ACTIONS(3029), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3029), - [anon_sym_SLASH] = ACTIONS(3029), - [anon_sym_PERCENT] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3029), - [anon_sym_GT] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3029), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3029), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3029), - [anon_sym_CARET] = ACTIONS(3029), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3029), - [anon_sym_LT_LT] = ACTIONS(3029), - [anon_sym_GT_GT] = ACTIONS(3029), - [anon_sym_GT_GT_GT] = ACTIONS(3029), - [anon_sym_AMP_CARET] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_or] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_QMARK_DOT] = ACTIONS(3029), - [anon_sym_POUND_LBRACK] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3029), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_in] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3029), - [sym_rune_literal] = ACTIONS(3029), - [sym_pseudo_compile_time_identifier] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3029), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3029), - [sym___single_quote] = ACTIONS(3029), - [sym___c_double_quote] = ACTIONS(3029), - [sym___c_single_quote] = ACTIONS(3029), - [sym___r_double_quote] = ACTIONS(3029), - [sym___r_single_quote] = ACTIONS(3029), + [anon_sym_SEMI] = ACTIONS(3424), + [anon_sym_DOT] = ACTIONS(3424), + [anon_sym_as] = ACTIONS(3424), + [anon_sym_LBRACE] = ACTIONS(3424), + [anon_sym_COMMA] = ACTIONS(3424), + [anon_sym_RBRACE] = ACTIONS(3424), + [anon_sym_LPAREN] = ACTIONS(3424), + [anon_sym_RPAREN] = ACTIONS(3424), + [anon_sym_PIPE] = ACTIONS(3424), + [anon_sym_fn] = ACTIONS(3424), + [anon_sym_PLUS] = ACTIONS(3424), + [anon_sym_DASH] = ACTIONS(3424), + [anon_sym_STAR] = ACTIONS(3424), + [anon_sym_SLASH] = ACTIONS(3424), + [anon_sym_PERCENT] = ACTIONS(3424), + [anon_sym_LT] = ACTIONS(3424), + [anon_sym_GT] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3424), + [anon_sym_BANG_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3424), + [anon_sym_GT_EQ] = ACTIONS(3424), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3424), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_struct] = ACTIONS(3424), + [anon_sym_mut] = ACTIONS(3424), + [anon_sym_PLUS_PLUS] = ACTIONS(3424), + [anon_sym_DASH_DASH] = ACTIONS(3424), + [anon_sym_QMARK] = ACTIONS(3424), + [anon_sym_BANG] = ACTIONS(3424), + [anon_sym_go] = ACTIONS(3424), + [anon_sym_spawn] = ACTIONS(3424), + [anon_sym_json_DOTdecode] = ACTIONS(3424), + [anon_sym_LBRACK2] = ACTIONS(3424), + [anon_sym_TILDE] = ACTIONS(3424), + [anon_sym_CARET] = ACTIONS(3424), + [anon_sym_AMP] = ACTIONS(3424), + [anon_sym_LT_DASH] = ACTIONS(3424), + [anon_sym_LT_LT] = ACTIONS(3424), + [anon_sym_GT_GT] = ACTIONS(3424), + [anon_sym_GT_GT_GT] = ACTIONS(3424), + [anon_sym_AMP_CARET] = ACTIONS(3424), + [anon_sym_AMP_AMP] = ACTIONS(3424), + [anon_sym_PIPE_PIPE] = ACTIONS(3424), + [anon_sym_or] = ACTIONS(3424), + [sym_none] = ACTIONS(3424), + [sym_true] = ACTIONS(3424), + [sym_false] = ACTIONS(3424), + [sym_nil] = ACTIONS(3424), + [anon_sym_QMARK_DOT] = ACTIONS(3424), + [anon_sym_POUND_LBRACK] = ACTIONS(3424), + [anon_sym_if] = ACTIONS(3424), + [anon_sym_DOLLARif] = ACTIONS(3424), + [anon_sym_is] = ACTIONS(3424), + [anon_sym_BANGis] = ACTIONS(3424), + [anon_sym_in] = ACTIONS(3424), + [anon_sym_BANGin] = ACTIONS(3424), + [anon_sym_match] = ACTIONS(3424), + [anon_sym_select] = ACTIONS(3424), + [anon_sym_lock] = ACTIONS(3424), + [anon_sym_rlock] = ACTIONS(3424), + [anon_sym_unsafe] = ACTIONS(3424), + [anon_sym_sql] = ACTIONS(3424), + [sym_int_literal] = ACTIONS(3424), + [sym_float_literal] = ACTIONS(3424), + [sym_rune_literal] = ACTIONS(3424), + [sym_pseudo_compile_time_identifier] = ACTIONS(3424), + [anon_sym_shared] = ACTIONS(3424), + [anon_sym_map_LBRACK] = ACTIONS(3424), + [anon_sym_chan] = ACTIONS(3424), + [anon_sym_thread] = ACTIONS(3424), + [anon_sym_atomic] = ACTIONS(3424), + [sym___double_quote] = ACTIONS(3424), + [sym___single_quote] = ACTIONS(3424), + [sym___c_double_quote] = ACTIONS(3424), + [sym___c_single_quote] = ACTIONS(3424), + [sym___r_double_quote] = ACTIONS(3424), + [sym___r_single_quote] = ACTIONS(3424), }, [1279] = { [sym_line_comment] = STATE(1279), [sym_block_comment] = STATE(1279), - [sym_identifier] = ACTIONS(3359), - [anon_sym_LF] = ACTIONS(3359), - [anon_sym_CR] = ACTIONS(3359), - [anon_sym_CR_LF] = ACTIONS(3359), + [sym_identifier] = ACTIONS(2785), + [anon_sym_LF] = ACTIONS(2785), + [anon_sym_CR] = ACTIONS(2785), + [anon_sym_CR_LF] = ACTIONS(2785), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3359), - [anon_sym_DOT] = ACTIONS(3359), - [anon_sym_as] = ACTIONS(3359), - [anon_sym_LBRACE] = ACTIONS(3359), - [anon_sym_COMMA] = ACTIONS(3359), - [anon_sym_RBRACE] = ACTIONS(3359), - [anon_sym_LPAREN] = ACTIONS(3359), - [anon_sym_RPAREN] = ACTIONS(3359), - [anon_sym_PIPE] = ACTIONS(3359), - [anon_sym_fn] = ACTIONS(3359), - [anon_sym_PLUS] = ACTIONS(3359), - [anon_sym_DASH] = ACTIONS(3359), - [anon_sym_STAR] = ACTIONS(3359), - [anon_sym_SLASH] = ACTIONS(3359), - [anon_sym_PERCENT] = ACTIONS(3359), - [anon_sym_LT] = ACTIONS(3359), - [anon_sym_GT] = ACTIONS(3359), - [anon_sym_EQ_EQ] = ACTIONS(3359), - [anon_sym_BANG_EQ] = ACTIONS(3359), - [anon_sym_LT_EQ] = ACTIONS(3359), - [anon_sym_GT_EQ] = ACTIONS(3359), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(3357), - [anon_sym_struct] = ACTIONS(3359), - [anon_sym_mut] = ACTIONS(3359), - [anon_sym_PLUS_PLUS] = ACTIONS(3359), - [anon_sym_DASH_DASH] = ACTIONS(3359), - [anon_sym_QMARK] = ACTIONS(3359), - [anon_sym_BANG] = ACTIONS(3359), - [anon_sym_go] = ACTIONS(3359), - [anon_sym_spawn] = ACTIONS(3359), - [anon_sym_json_DOTdecode] = ACTIONS(3359), - [anon_sym_LBRACK2] = ACTIONS(3359), - [anon_sym_TILDE] = ACTIONS(3359), - [anon_sym_CARET] = ACTIONS(3359), - [anon_sym_AMP] = ACTIONS(3359), - [anon_sym_LT_DASH] = ACTIONS(3359), - [anon_sym_LT_LT] = ACTIONS(3359), - [anon_sym_GT_GT] = ACTIONS(3359), - [anon_sym_GT_GT_GT] = ACTIONS(3359), - [anon_sym_AMP_CARET] = ACTIONS(3359), - [anon_sym_AMP_AMP] = ACTIONS(3359), - [anon_sym_PIPE_PIPE] = ACTIONS(3359), - [anon_sym_or] = ACTIONS(3359), - [sym_none] = ACTIONS(3359), - [sym_true] = ACTIONS(3359), - [sym_false] = ACTIONS(3359), - [sym_nil] = ACTIONS(3359), - [anon_sym_QMARK_DOT] = ACTIONS(3359), - [anon_sym_POUND_LBRACK] = ACTIONS(3359), - [anon_sym_if] = ACTIONS(3359), - [anon_sym_DOLLARif] = ACTIONS(3359), - [anon_sym_is] = ACTIONS(3359), - [anon_sym_BANGis] = ACTIONS(3359), - [anon_sym_in] = ACTIONS(3359), - [anon_sym_BANGin] = ACTIONS(3359), - [anon_sym_match] = ACTIONS(3359), - [anon_sym_select] = ACTIONS(3359), - [anon_sym_lock] = ACTIONS(3359), - [anon_sym_rlock] = ACTIONS(3359), - [anon_sym_unsafe] = ACTIONS(3359), - [anon_sym_sql] = ACTIONS(3359), - [sym_int_literal] = ACTIONS(3359), - [sym_float_literal] = ACTIONS(3359), - [sym_rune_literal] = ACTIONS(3359), - [sym_pseudo_compile_time_identifier] = ACTIONS(3359), - [anon_sym_shared] = ACTIONS(3359), - [anon_sym_map_LBRACK] = ACTIONS(3359), - [anon_sym_chan] = ACTIONS(3359), - [anon_sym_thread] = ACTIONS(3359), - [anon_sym_atomic] = ACTIONS(3359), - [sym___double_quote] = ACTIONS(3359), - [sym___single_quote] = ACTIONS(3359), - [sym___c_double_quote] = ACTIONS(3359), - [sym___c_single_quote] = ACTIONS(3359), - [sym___r_double_quote] = ACTIONS(3359), - [sym___r_single_quote] = ACTIONS(3359), + [anon_sym_SEMI] = ACTIONS(2785), + [anon_sym_DOT] = ACTIONS(2785), + [anon_sym_as] = ACTIONS(2785), + [anon_sym_LBRACE] = ACTIONS(2785), + [anon_sym_COMMA] = ACTIONS(2785), + [anon_sym_RBRACE] = ACTIONS(2785), + [anon_sym_LPAREN] = ACTIONS(2785), + [anon_sym_RPAREN] = ACTIONS(2785), + [anon_sym_PIPE] = ACTIONS(2785), + [anon_sym_fn] = ACTIONS(2785), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_STAR] = ACTIONS(2785), + [anon_sym_SLASH] = ACTIONS(2785), + [anon_sym_PERCENT] = ACTIONS(2785), + [anon_sym_LT] = ACTIONS(2785), + [anon_sym_GT] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2785), + [anon_sym_BANG_EQ] = ACTIONS(2785), + [anon_sym_LT_EQ] = ACTIONS(2785), + [anon_sym_GT_EQ] = ACTIONS(2785), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2785), + [anon_sym_LBRACK] = ACTIONS(2783), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(2785), + [anon_sym_PLUS_PLUS] = ACTIONS(2785), + [anon_sym_DASH_DASH] = ACTIONS(2785), + [anon_sym_QMARK] = ACTIONS(2785), + [anon_sym_BANG] = ACTIONS(2785), + [anon_sym_go] = ACTIONS(2785), + [anon_sym_spawn] = ACTIONS(2785), + [anon_sym_json_DOTdecode] = ACTIONS(2785), + [anon_sym_LBRACK2] = ACTIONS(2785), + [anon_sym_TILDE] = ACTIONS(2785), + [anon_sym_CARET] = ACTIONS(2785), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_LT_DASH] = ACTIONS(2785), + [anon_sym_LT_LT] = ACTIONS(2785), + [anon_sym_GT_GT] = ACTIONS(2785), + [anon_sym_GT_GT_GT] = ACTIONS(2785), + [anon_sym_AMP_CARET] = ACTIONS(2785), + [anon_sym_AMP_AMP] = ACTIONS(2785), + [anon_sym_PIPE_PIPE] = ACTIONS(2785), + [anon_sym_or] = ACTIONS(2785), + [sym_none] = ACTIONS(2785), + [sym_true] = ACTIONS(2785), + [sym_false] = ACTIONS(2785), + [sym_nil] = ACTIONS(2785), + [anon_sym_QMARK_DOT] = ACTIONS(2785), + [anon_sym_POUND_LBRACK] = ACTIONS(2785), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_DOLLARif] = ACTIONS(2785), + [anon_sym_is] = ACTIONS(2785), + [anon_sym_BANGis] = ACTIONS(2785), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_BANGin] = ACTIONS(2785), + [anon_sym_match] = ACTIONS(2785), + [anon_sym_select] = ACTIONS(2785), + [anon_sym_lock] = ACTIONS(2785), + [anon_sym_rlock] = ACTIONS(2785), + [anon_sym_unsafe] = ACTIONS(2785), + [anon_sym_sql] = ACTIONS(2785), + [sym_int_literal] = ACTIONS(2785), + [sym_float_literal] = ACTIONS(2785), + [sym_rune_literal] = ACTIONS(2785), + [sym_pseudo_compile_time_identifier] = ACTIONS(2785), + [anon_sym_shared] = ACTIONS(2785), + [anon_sym_map_LBRACK] = ACTIONS(2785), + [anon_sym_chan] = ACTIONS(2785), + [anon_sym_thread] = ACTIONS(2785), + [anon_sym_atomic] = ACTIONS(2785), + [sym___double_quote] = ACTIONS(2785), + [sym___single_quote] = ACTIONS(2785), + [sym___c_double_quote] = ACTIONS(2785), + [sym___c_single_quote] = ACTIONS(2785), + [sym___r_double_quote] = ACTIONS(2785), + [sym___r_single_quote] = ACTIONS(2785), }, [1280] = { [sym_line_comment] = STATE(1280), [sym_block_comment] = STATE(1280), - [sym_identifier] = ACTIONS(3391), - [anon_sym_LF] = ACTIONS(3391), - [anon_sym_CR] = ACTIONS(3391), - [anon_sym_CR_LF] = ACTIONS(3391), + [sym_identifier] = ACTIONS(3141), + [anon_sym_LF] = ACTIONS(3141), + [anon_sym_CR] = ACTIONS(3141), + [anon_sym_CR_LF] = ACTIONS(3141), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3391), - [anon_sym_DOT] = ACTIONS(3391), - [anon_sym_as] = ACTIONS(3391), - [anon_sym_LBRACE] = ACTIONS(3391), - [anon_sym_COMMA] = ACTIONS(3391), - [anon_sym_RBRACE] = ACTIONS(3391), - [anon_sym_LPAREN] = ACTIONS(3391), - [anon_sym_RPAREN] = ACTIONS(3391), - [anon_sym_PIPE] = ACTIONS(3391), - [anon_sym_fn] = ACTIONS(3391), - [anon_sym_PLUS] = ACTIONS(3391), - [anon_sym_DASH] = ACTIONS(3391), - [anon_sym_STAR] = ACTIONS(3391), - [anon_sym_SLASH] = ACTIONS(3391), - [anon_sym_PERCENT] = ACTIONS(3391), - [anon_sym_LT] = ACTIONS(3391), - [anon_sym_GT] = ACTIONS(3391), - [anon_sym_EQ_EQ] = ACTIONS(3391), - [anon_sym_BANG_EQ] = ACTIONS(3391), - [anon_sym_LT_EQ] = ACTIONS(3391), - [anon_sym_GT_EQ] = ACTIONS(3391), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3391), - [anon_sym_LBRACK] = ACTIONS(3389), - [anon_sym_struct] = ACTIONS(3391), - [anon_sym_mut] = ACTIONS(3391), - [anon_sym_PLUS_PLUS] = ACTIONS(3391), - [anon_sym_DASH_DASH] = ACTIONS(3391), - [anon_sym_QMARK] = ACTIONS(3391), - [anon_sym_BANG] = ACTIONS(3391), - [anon_sym_go] = ACTIONS(3391), - [anon_sym_spawn] = ACTIONS(3391), - [anon_sym_json_DOTdecode] = ACTIONS(3391), - [anon_sym_LBRACK2] = ACTIONS(3391), - [anon_sym_TILDE] = ACTIONS(3391), - [anon_sym_CARET] = ACTIONS(3391), - [anon_sym_AMP] = ACTIONS(3391), - [anon_sym_LT_DASH] = ACTIONS(3391), - [anon_sym_LT_LT] = ACTIONS(3391), - [anon_sym_GT_GT] = ACTIONS(3391), - [anon_sym_GT_GT_GT] = ACTIONS(3391), - [anon_sym_AMP_CARET] = ACTIONS(3391), - [anon_sym_AMP_AMP] = ACTIONS(3391), - [anon_sym_PIPE_PIPE] = ACTIONS(3391), - [anon_sym_or] = ACTIONS(3391), - [sym_none] = ACTIONS(3391), - [sym_true] = ACTIONS(3391), - [sym_false] = ACTIONS(3391), - [sym_nil] = ACTIONS(3391), - [anon_sym_QMARK_DOT] = ACTIONS(3391), - [anon_sym_POUND_LBRACK] = ACTIONS(3391), - [anon_sym_if] = ACTIONS(3391), - [anon_sym_DOLLARif] = ACTIONS(3391), - [anon_sym_is] = ACTIONS(3391), - [anon_sym_BANGis] = ACTIONS(3391), - [anon_sym_in] = ACTIONS(3391), - [anon_sym_BANGin] = ACTIONS(3391), - [anon_sym_match] = ACTIONS(3391), - [anon_sym_select] = ACTIONS(3391), - [anon_sym_lock] = ACTIONS(3391), - [anon_sym_rlock] = ACTIONS(3391), - [anon_sym_unsafe] = ACTIONS(3391), - [anon_sym_sql] = ACTIONS(3391), - [sym_int_literal] = ACTIONS(3391), - [sym_float_literal] = ACTIONS(3391), - [sym_rune_literal] = ACTIONS(3391), - [sym_pseudo_compile_time_identifier] = ACTIONS(3391), - [anon_sym_shared] = ACTIONS(3391), - [anon_sym_map_LBRACK] = ACTIONS(3391), - [anon_sym_chan] = ACTIONS(3391), - [anon_sym_thread] = ACTIONS(3391), - [anon_sym_atomic] = ACTIONS(3391), - [sym___double_quote] = ACTIONS(3391), - [sym___single_quote] = ACTIONS(3391), - [sym___c_double_quote] = ACTIONS(3391), - [sym___c_single_quote] = ACTIONS(3391), - [sym___r_double_quote] = ACTIONS(3391), - [sym___r_single_quote] = ACTIONS(3391), + [anon_sym_SEMI] = ACTIONS(3141), + [anon_sym_DOT] = ACTIONS(3141), + [anon_sym_as] = ACTIONS(3141), + [anon_sym_LBRACE] = ACTIONS(3141), + [anon_sym_COMMA] = ACTIONS(3141), + [anon_sym_RBRACE] = ACTIONS(3141), + [anon_sym_LPAREN] = ACTIONS(3141), + [anon_sym_RPAREN] = ACTIONS(3141), + [anon_sym_PIPE] = ACTIONS(3141), + [anon_sym_fn] = ACTIONS(3141), + [anon_sym_PLUS] = ACTIONS(3141), + [anon_sym_DASH] = ACTIONS(3141), + [anon_sym_STAR] = ACTIONS(3141), + [anon_sym_SLASH] = ACTIONS(3141), + [anon_sym_PERCENT] = ACTIONS(3141), + [anon_sym_LT] = ACTIONS(3141), + [anon_sym_GT] = ACTIONS(3141), + [anon_sym_EQ_EQ] = ACTIONS(3141), + [anon_sym_BANG_EQ] = ACTIONS(3141), + [anon_sym_LT_EQ] = ACTIONS(3141), + [anon_sym_GT_EQ] = ACTIONS(3141), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3141), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3141), + [anon_sym_mut] = ACTIONS(3141), + [anon_sym_PLUS_PLUS] = ACTIONS(3141), + [anon_sym_DASH_DASH] = ACTIONS(3141), + [anon_sym_QMARK] = ACTIONS(3141), + [anon_sym_BANG] = ACTIONS(3141), + [anon_sym_go] = ACTIONS(3141), + [anon_sym_spawn] = ACTIONS(3141), + [anon_sym_json_DOTdecode] = ACTIONS(3141), + [anon_sym_LBRACK2] = ACTIONS(3141), + [anon_sym_TILDE] = ACTIONS(3141), + [anon_sym_CARET] = ACTIONS(3141), + [anon_sym_AMP] = ACTIONS(3141), + [anon_sym_LT_DASH] = ACTIONS(3141), + [anon_sym_LT_LT] = ACTIONS(3141), + [anon_sym_GT_GT] = ACTIONS(3141), + [anon_sym_GT_GT_GT] = ACTIONS(3141), + [anon_sym_AMP_CARET] = ACTIONS(3141), + [anon_sym_AMP_AMP] = ACTIONS(3141), + [anon_sym_PIPE_PIPE] = ACTIONS(3141), + [anon_sym_or] = ACTIONS(3141), + [sym_none] = ACTIONS(3141), + [sym_true] = ACTIONS(3141), + [sym_false] = ACTIONS(3141), + [sym_nil] = ACTIONS(3141), + [anon_sym_QMARK_DOT] = ACTIONS(3141), + [anon_sym_POUND_LBRACK] = ACTIONS(3141), + [anon_sym_if] = ACTIONS(3141), + [anon_sym_DOLLARif] = ACTIONS(3141), + [anon_sym_is] = ACTIONS(3141), + [anon_sym_BANGis] = ACTIONS(3141), + [anon_sym_in] = ACTIONS(3141), + [anon_sym_BANGin] = ACTIONS(3141), + [anon_sym_match] = ACTIONS(3141), + [anon_sym_select] = ACTIONS(3141), + [anon_sym_lock] = ACTIONS(3141), + [anon_sym_rlock] = ACTIONS(3141), + [anon_sym_unsafe] = ACTIONS(3141), + [anon_sym_sql] = ACTIONS(3141), + [sym_int_literal] = ACTIONS(3141), + [sym_float_literal] = ACTIONS(3141), + [sym_rune_literal] = ACTIONS(3141), + [sym_pseudo_compile_time_identifier] = ACTIONS(3141), + [anon_sym_shared] = ACTIONS(3141), + [anon_sym_map_LBRACK] = ACTIONS(3141), + [anon_sym_chan] = ACTIONS(3141), + [anon_sym_thread] = ACTIONS(3141), + [anon_sym_atomic] = ACTIONS(3141), + [sym___double_quote] = ACTIONS(3141), + [sym___single_quote] = ACTIONS(3141), + [sym___c_double_quote] = ACTIONS(3141), + [sym___c_single_quote] = ACTIONS(3141), + [sym___r_double_quote] = ACTIONS(3141), + [sym___r_single_quote] = ACTIONS(3141), }, [1281] = { [sym_line_comment] = STATE(1281), [sym_block_comment] = STATE(1281), - [sym_identifier] = ACTIONS(3255), - [anon_sym_LF] = ACTIONS(3255), - [anon_sym_CR] = ACTIONS(3255), - [anon_sym_CR_LF] = ACTIONS(3255), + [sym_identifier] = ACTIONS(3353), + [anon_sym_LF] = ACTIONS(3353), + [anon_sym_CR] = ACTIONS(3353), + [anon_sym_CR_LF] = ACTIONS(3353), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3255), - [anon_sym_DOT] = ACTIONS(3255), - [anon_sym_as] = ACTIONS(3255), - [anon_sym_LBRACE] = ACTIONS(3255), - [anon_sym_COMMA] = ACTIONS(3255), - [anon_sym_RBRACE] = ACTIONS(3255), - [anon_sym_LPAREN] = ACTIONS(3255), - [anon_sym_RPAREN] = ACTIONS(3255), - [anon_sym_PIPE] = ACTIONS(3255), - [anon_sym_fn] = ACTIONS(3255), - [anon_sym_PLUS] = ACTIONS(3255), - [anon_sym_DASH] = ACTIONS(3255), - [anon_sym_STAR] = ACTIONS(3255), - [anon_sym_SLASH] = ACTIONS(3255), - [anon_sym_PERCENT] = ACTIONS(3255), - [anon_sym_LT] = ACTIONS(3255), - [anon_sym_GT] = ACTIONS(3255), - [anon_sym_EQ_EQ] = ACTIONS(3255), - [anon_sym_BANG_EQ] = ACTIONS(3255), - [anon_sym_LT_EQ] = ACTIONS(3255), - [anon_sym_GT_EQ] = ACTIONS(3255), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3255), - [anon_sym_LBRACK] = ACTIONS(3253), - [anon_sym_struct] = ACTIONS(3255), - [anon_sym_mut] = ACTIONS(3255), - [anon_sym_PLUS_PLUS] = ACTIONS(3255), - [anon_sym_DASH_DASH] = ACTIONS(3255), - [anon_sym_QMARK] = ACTIONS(3255), - [anon_sym_BANG] = ACTIONS(3255), - [anon_sym_go] = ACTIONS(3255), - [anon_sym_spawn] = ACTIONS(3255), - [anon_sym_json_DOTdecode] = ACTIONS(3255), - [anon_sym_LBRACK2] = ACTIONS(3255), - [anon_sym_TILDE] = ACTIONS(3255), - [anon_sym_CARET] = ACTIONS(3255), - [anon_sym_AMP] = ACTIONS(3255), - [anon_sym_LT_DASH] = ACTIONS(3255), - [anon_sym_LT_LT] = ACTIONS(3255), - [anon_sym_GT_GT] = ACTIONS(3255), - [anon_sym_GT_GT_GT] = ACTIONS(3255), - [anon_sym_AMP_CARET] = ACTIONS(3255), - [anon_sym_AMP_AMP] = ACTIONS(3255), - [anon_sym_PIPE_PIPE] = ACTIONS(3255), - [anon_sym_or] = ACTIONS(3255), - [sym_none] = ACTIONS(3255), - [sym_true] = ACTIONS(3255), - [sym_false] = ACTIONS(3255), - [sym_nil] = ACTIONS(3255), - [anon_sym_QMARK_DOT] = ACTIONS(3255), - [anon_sym_POUND_LBRACK] = ACTIONS(3255), - [anon_sym_if] = ACTIONS(3255), - [anon_sym_DOLLARif] = ACTIONS(3255), - [anon_sym_is] = ACTIONS(3255), - [anon_sym_BANGis] = ACTIONS(3255), - [anon_sym_in] = ACTIONS(3255), - [anon_sym_BANGin] = ACTIONS(3255), - [anon_sym_match] = ACTIONS(3255), - [anon_sym_select] = ACTIONS(3255), - [anon_sym_lock] = ACTIONS(3255), - [anon_sym_rlock] = ACTIONS(3255), - [anon_sym_unsafe] = ACTIONS(3255), - [anon_sym_sql] = ACTIONS(3255), - [sym_int_literal] = ACTIONS(3255), - [sym_float_literal] = ACTIONS(3255), - [sym_rune_literal] = ACTIONS(3255), - [sym_pseudo_compile_time_identifier] = ACTIONS(3255), - [anon_sym_shared] = ACTIONS(3255), - [anon_sym_map_LBRACK] = ACTIONS(3255), - [anon_sym_chan] = ACTIONS(3255), - [anon_sym_thread] = ACTIONS(3255), - [anon_sym_atomic] = ACTIONS(3255), - [sym___double_quote] = ACTIONS(3255), - [sym___single_quote] = ACTIONS(3255), - [sym___c_double_quote] = ACTIONS(3255), - [sym___c_single_quote] = ACTIONS(3255), - [sym___r_double_quote] = ACTIONS(3255), - [sym___r_single_quote] = ACTIONS(3255), + [anon_sym_SEMI] = ACTIONS(3353), + [anon_sym_DOT] = ACTIONS(3353), + [anon_sym_as] = ACTIONS(3353), + [anon_sym_LBRACE] = ACTIONS(3353), + [anon_sym_COMMA] = ACTIONS(3353), + [anon_sym_RBRACE] = ACTIONS(3353), + [anon_sym_LPAREN] = ACTIONS(3353), + [anon_sym_RPAREN] = ACTIONS(3353), + [anon_sym_PIPE] = ACTIONS(3353), + [anon_sym_fn] = ACTIONS(3353), + [anon_sym_PLUS] = ACTIONS(3353), + [anon_sym_DASH] = ACTIONS(3353), + [anon_sym_STAR] = ACTIONS(3353), + [anon_sym_SLASH] = ACTIONS(3353), + [anon_sym_PERCENT] = ACTIONS(3353), + [anon_sym_LT] = ACTIONS(3353), + [anon_sym_GT] = ACTIONS(3353), + [anon_sym_EQ_EQ] = ACTIONS(3353), + [anon_sym_BANG_EQ] = ACTIONS(3353), + [anon_sym_LT_EQ] = ACTIONS(3353), + [anon_sym_GT_EQ] = ACTIONS(3353), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3353), + [anon_sym_LBRACK] = ACTIONS(3351), + [anon_sym_struct] = ACTIONS(3353), + [anon_sym_mut] = ACTIONS(3353), + [anon_sym_PLUS_PLUS] = ACTIONS(3353), + [anon_sym_DASH_DASH] = ACTIONS(3353), + [anon_sym_QMARK] = ACTIONS(3353), + [anon_sym_BANG] = ACTIONS(3353), + [anon_sym_go] = ACTIONS(3353), + [anon_sym_spawn] = ACTIONS(3353), + [anon_sym_json_DOTdecode] = ACTIONS(3353), + [anon_sym_LBRACK2] = ACTIONS(3353), + [anon_sym_TILDE] = ACTIONS(3353), + [anon_sym_CARET] = ACTIONS(3353), + [anon_sym_AMP] = ACTIONS(3353), + [anon_sym_LT_DASH] = ACTIONS(3353), + [anon_sym_LT_LT] = ACTIONS(3353), + [anon_sym_GT_GT] = ACTIONS(3353), + [anon_sym_GT_GT_GT] = ACTIONS(3353), + [anon_sym_AMP_CARET] = ACTIONS(3353), + [anon_sym_AMP_AMP] = ACTIONS(3353), + [anon_sym_PIPE_PIPE] = ACTIONS(3353), + [anon_sym_or] = ACTIONS(3353), + [sym_none] = ACTIONS(3353), + [sym_true] = ACTIONS(3353), + [sym_false] = ACTIONS(3353), + [sym_nil] = ACTIONS(3353), + [anon_sym_QMARK_DOT] = ACTIONS(3353), + [anon_sym_POUND_LBRACK] = ACTIONS(3353), + [anon_sym_if] = ACTIONS(3353), + [anon_sym_DOLLARif] = ACTIONS(3353), + [anon_sym_is] = ACTIONS(3353), + [anon_sym_BANGis] = ACTIONS(3353), + [anon_sym_in] = ACTIONS(3353), + [anon_sym_BANGin] = ACTIONS(3353), + [anon_sym_match] = ACTIONS(3353), + [anon_sym_select] = ACTIONS(3353), + [anon_sym_lock] = ACTIONS(3353), + [anon_sym_rlock] = ACTIONS(3353), + [anon_sym_unsafe] = ACTIONS(3353), + [anon_sym_sql] = ACTIONS(3353), + [sym_int_literal] = ACTIONS(3353), + [sym_float_literal] = ACTIONS(3353), + [sym_rune_literal] = ACTIONS(3353), + [sym_pseudo_compile_time_identifier] = ACTIONS(3353), + [anon_sym_shared] = ACTIONS(3353), + [anon_sym_map_LBRACK] = ACTIONS(3353), + [anon_sym_chan] = ACTIONS(3353), + [anon_sym_thread] = ACTIONS(3353), + [anon_sym_atomic] = ACTIONS(3353), + [sym___double_quote] = ACTIONS(3353), + [sym___single_quote] = ACTIONS(3353), + [sym___c_double_quote] = ACTIONS(3353), + [sym___c_single_quote] = ACTIONS(3353), + [sym___r_double_quote] = ACTIONS(3353), + [sym___r_single_quote] = ACTIONS(3353), }, [1282] = { [sym_line_comment] = STATE(1282), [sym_block_comment] = STATE(1282), - [sym_identifier] = ACTIONS(3403), - [anon_sym_LF] = ACTIONS(3403), - [anon_sym_CR] = ACTIONS(3403), - [anon_sym_CR_LF] = ACTIONS(3403), + [sym_identifier] = ACTIONS(3373), + [anon_sym_LF] = ACTIONS(3373), + [anon_sym_CR] = ACTIONS(3373), + [anon_sym_CR_LF] = ACTIONS(3373), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3403), - [anon_sym_DOT] = ACTIONS(3403), - [anon_sym_as] = ACTIONS(3403), - [anon_sym_LBRACE] = ACTIONS(3403), - [anon_sym_COMMA] = ACTIONS(3403), - [anon_sym_RBRACE] = ACTIONS(3403), - [anon_sym_LPAREN] = ACTIONS(3403), - [anon_sym_RPAREN] = ACTIONS(3403), - [anon_sym_PIPE] = ACTIONS(3403), - [anon_sym_fn] = ACTIONS(3403), - [anon_sym_PLUS] = ACTIONS(3403), - [anon_sym_DASH] = ACTIONS(3403), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_SLASH] = ACTIONS(3403), - [anon_sym_PERCENT] = ACTIONS(3403), - [anon_sym_LT] = ACTIONS(3403), - [anon_sym_GT] = ACTIONS(3403), - [anon_sym_EQ_EQ] = ACTIONS(3403), - [anon_sym_BANG_EQ] = ACTIONS(3403), - [anon_sym_LT_EQ] = ACTIONS(3403), - [anon_sym_GT_EQ] = ACTIONS(3403), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3403), - [anon_sym_LBRACK] = ACTIONS(3401), - [anon_sym_struct] = ACTIONS(3403), - [anon_sym_mut] = ACTIONS(3403), - [anon_sym_PLUS_PLUS] = ACTIONS(3403), - [anon_sym_DASH_DASH] = ACTIONS(3403), - [anon_sym_QMARK] = ACTIONS(3403), - [anon_sym_BANG] = ACTIONS(3403), - [anon_sym_go] = ACTIONS(3403), - [anon_sym_spawn] = ACTIONS(3403), - [anon_sym_json_DOTdecode] = ACTIONS(3403), - [anon_sym_LBRACK2] = ACTIONS(3403), - [anon_sym_TILDE] = ACTIONS(3403), - [anon_sym_CARET] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_LT_DASH] = ACTIONS(3403), - [anon_sym_LT_LT] = ACTIONS(3403), - [anon_sym_GT_GT] = ACTIONS(3403), - [anon_sym_GT_GT_GT] = ACTIONS(3403), - [anon_sym_AMP_CARET] = ACTIONS(3403), - [anon_sym_AMP_AMP] = ACTIONS(3403), - [anon_sym_PIPE_PIPE] = ACTIONS(3403), - [anon_sym_or] = ACTIONS(3403), - [sym_none] = ACTIONS(3403), - [sym_true] = ACTIONS(3403), - [sym_false] = ACTIONS(3403), - [sym_nil] = ACTIONS(3403), - [anon_sym_QMARK_DOT] = ACTIONS(3403), - [anon_sym_POUND_LBRACK] = ACTIONS(3403), - [anon_sym_if] = ACTIONS(3403), - [anon_sym_DOLLARif] = ACTIONS(3403), - [anon_sym_is] = ACTIONS(3403), - [anon_sym_BANGis] = ACTIONS(3403), - [anon_sym_in] = ACTIONS(3403), - [anon_sym_BANGin] = ACTIONS(3403), - [anon_sym_match] = ACTIONS(3403), - [anon_sym_select] = ACTIONS(3403), - [anon_sym_lock] = ACTIONS(3403), - [anon_sym_rlock] = ACTIONS(3403), - [anon_sym_unsafe] = ACTIONS(3403), - [anon_sym_sql] = ACTIONS(3403), - [sym_int_literal] = ACTIONS(3403), - [sym_float_literal] = ACTIONS(3403), - [sym_rune_literal] = ACTIONS(3403), - [sym_pseudo_compile_time_identifier] = ACTIONS(3403), - [anon_sym_shared] = ACTIONS(3403), - [anon_sym_map_LBRACK] = ACTIONS(3403), - [anon_sym_chan] = ACTIONS(3403), - [anon_sym_thread] = ACTIONS(3403), - [anon_sym_atomic] = ACTIONS(3403), - [sym___double_quote] = ACTIONS(3403), - [sym___single_quote] = ACTIONS(3403), - [sym___c_double_quote] = ACTIONS(3403), - [sym___c_single_quote] = ACTIONS(3403), - [sym___r_double_quote] = ACTIONS(3403), - [sym___r_single_quote] = ACTIONS(3403), + [anon_sym_SEMI] = ACTIONS(3373), + [anon_sym_DOT] = ACTIONS(3373), + [anon_sym_as] = ACTIONS(3373), + [anon_sym_LBRACE] = ACTIONS(3373), + [anon_sym_COMMA] = ACTIONS(3373), + [anon_sym_RBRACE] = ACTIONS(3373), + [anon_sym_LPAREN] = ACTIONS(3373), + [anon_sym_RPAREN] = ACTIONS(3373), + [anon_sym_PIPE] = ACTIONS(3373), + [anon_sym_fn] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3373), + [anon_sym_SLASH] = ACTIONS(3373), + [anon_sym_PERCENT] = ACTIONS(3373), + [anon_sym_LT] = ACTIONS(3373), + [anon_sym_GT] = ACTIONS(3373), + [anon_sym_EQ_EQ] = ACTIONS(3373), + [anon_sym_BANG_EQ] = ACTIONS(3373), + [anon_sym_LT_EQ] = ACTIONS(3373), + [anon_sym_GT_EQ] = ACTIONS(3373), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3373), + [anon_sym_LBRACK] = ACTIONS(3371), + [anon_sym_struct] = ACTIONS(3373), + [anon_sym_mut] = ACTIONS(3373), + [anon_sym_PLUS_PLUS] = ACTIONS(3373), + [anon_sym_DASH_DASH] = ACTIONS(3373), + [anon_sym_QMARK] = ACTIONS(3373), + [anon_sym_BANG] = ACTIONS(3373), + [anon_sym_go] = ACTIONS(3373), + [anon_sym_spawn] = ACTIONS(3373), + [anon_sym_json_DOTdecode] = ACTIONS(3373), + [anon_sym_LBRACK2] = ACTIONS(3373), + [anon_sym_TILDE] = ACTIONS(3373), + [anon_sym_CARET] = ACTIONS(3373), + [anon_sym_AMP] = ACTIONS(3373), + [anon_sym_LT_DASH] = ACTIONS(3373), + [anon_sym_LT_LT] = ACTIONS(3373), + [anon_sym_GT_GT] = ACTIONS(3373), + [anon_sym_GT_GT_GT] = ACTIONS(3373), + [anon_sym_AMP_CARET] = ACTIONS(3373), + [anon_sym_AMP_AMP] = ACTIONS(3373), + [anon_sym_PIPE_PIPE] = ACTIONS(3373), + [anon_sym_or] = ACTIONS(3373), + [sym_none] = ACTIONS(3373), + [sym_true] = ACTIONS(3373), + [sym_false] = ACTIONS(3373), + [sym_nil] = ACTIONS(3373), + [anon_sym_QMARK_DOT] = ACTIONS(3373), + [anon_sym_POUND_LBRACK] = ACTIONS(3373), + [anon_sym_if] = ACTIONS(3373), + [anon_sym_DOLLARif] = ACTIONS(3373), + [anon_sym_is] = ACTIONS(3373), + [anon_sym_BANGis] = ACTIONS(3373), + [anon_sym_in] = ACTIONS(3373), + [anon_sym_BANGin] = ACTIONS(3373), + [anon_sym_match] = ACTIONS(3373), + [anon_sym_select] = ACTIONS(3373), + [anon_sym_lock] = ACTIONS(3373), + [anon_sym_rlock] = ACTIONS(3373), + [anon_sym_unsafe] = ACTIONS(3373), + [anon_sym_sql] = ACTIONS(3373), + [sym_int_literal] = ACTIONS(3373), + [sym_float_literal] = ACTIONS(3373), + [sym_rune_literal] = ACTIONS(3373), + [sym_pseudo_compile_time_identifier] = ACTIONS(3373), + [anon_sym_shared] = ACTIONS(3373), + [anon_sym_map_LBRACK] = ACTIONS(3373), + [anon_sym_chan] = ACTIONS(3373), + [anon_sym_thread] = ACTIONS(3373), + [anon_sym_atomic] = ACTIONS(3373), + [sym___double_quote] = ACTIONS(3373), + [sym___single_quote] = ACTIONS(3373), + [sym___c_double_quote] = ACTIONS(3373), + [sym___c_single_quote] = ACTIONS(3373), + [sym___r_double_quote] = ACTIONS(3373), + [sym___r_single_quote] = ACTIONS(3373), }, [1283] = { [sym_line_comment] = STATE(1283), [sym_block_comment] = STATE(1283), - [sym_identifier] = ACTIONS(3367), - [anon_sym_LF] = ACTIONS(3367), - [anon_sym_CR] = ACTIONS(3367), - [anon_sym_CR_LF] = ACTIONS(3367), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LF] = ACTIONS(3083), + [anon_sym_CR] = ACTIONS(3083), + [anon_sym_CR_LF] = ACTIONS(3083), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3367), - [anon_sym_DOT] = ACTIONS(3367), - [anon_sym_as] = ACTIONS(3367), - [anon_sym_LBRACE] = ACTIONS(3367), - [anon_sym_COMMA] = ACTIONS(3367), - [anon_sym_RBRACE] = ACTIONS(3367), - [anon_sym_LPAREN] = ACTIONS(3367), - [anon_sym_RPAREN] = ACTIONS(3367), - [anon_sym_PIPE] = ACTIONS(3367), - [anon_sym_fn] = ACTIONS(3367), - [anon_sym_PLUS] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3367), - [anon_sym_STAR] = ACTIONS(3367), - [anon_sym_SLASH] = ACTIONS(3367), - [anon_sym_PERCENT] = ACTIONS(3367), - [anon_sym_LT] = ACTIONS(3367), - [anon_sym_GT] = ACTIONS(3367), - [anon_sym_EQ_EQ] = ACTIONS(3367), - [anon_sym_BANG_EQ] = ACTIONS(3367), - [anon_sym_LT_EQ] = ACTIONS(3367), - [anon_sym_GT_EQ] = ACTIONS(3367), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3367), - [anon_sym_LBRACK] = ACTIONS(3365), - [anon_sym_struct] = ACTIONS(3367), - [anon_sym_mut] = ACTIONS(3367), - [anon_sym_PLUS_PLUS] = ACTIONS(3367), - [anon_sym_DASH_DASH] = ACTIONS(3367), - [anon_sym_QMARK] = ACTIONS(3367), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_go] = ACTIONS(3367), - [anon_sym_spawn] = ACTIONS(3367), - [anon_sym_json_DOTdecode] = ACTIONS(3367), - [anon_sym_LBRACK2] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_CARET] = ACTIONS(3367), - [anon_sym_AMP] = ACTIONS(3367), - [anon_sym_LT_DASH] = ACTIONS(3367), - [anon_sym_LT_LT] = ACTIONS(3367), - [anon_sym_GT_GT] = ACTIONS(3367), - [anon_sym_GT_GT_GT] = ACTIONS(3367), - [anon_sym_AMP_CARET] = ACTIONS(3367), - [anon_sym_AMP_AMP] = ACTIONS(3367), - [anon_sym_PIPE_PIPE] = ACTIONS(3367), - [anon_sym_or] = ACTIONS(3367), - [sym_none] = ACTIONS(3367), - [sym_true] = ACTIONS(3367), - [sym_false] = ACTIONS(3367), - [sym_nil] = ACTIONS(3367), - [anon_sym_QMARK_DOT] = ACTIONS(3367), - [anon_sym_POUND_LBRACK] = ACTIONS(3367), - [anon_sym_if] = ACTIONS(3367), - [anon_sym_DOLLARif] = ACTIONS(3367), - [anon_sym_is] = ACTIONS(3367), - [anon_sym_BANGis] = ACTIONS(3367), - [anon_sym_in] = ACTIONS(3367), - [anon_sym_BANGin] = ACTIONS(3367), - [anon_sym_match] = ACTIONS(3367), - [anon_sym_select] = ACTIONS(3367), - [anon_sym_lock] = ACTIONS(3367), - [anon_sym_rlock] = ACTIONS(3367), - [anon_sym_unsafe] = ACTIONS(3367), - [anon_sym_sql] = ACTIONS(3367), - [sym_int_literal] = ACTIONS(3367), - [sym_float_literal] = ACTIONS(3367), - [sym_rune_literal] = ACTIONS(3367), - [sym_pseudo_compile_time_identifier] = ACTIONS(3367), - [anon_sym_shared] = ACTIONS(3367), - [anon_sym_map_LBRACK] = ACTIONS(3367), - [anon_sym_chan] = ACTIONS(3367), - [anon_sym_thread] = ACTIONS(3367), - [anon_sym_atomic] = ACTIONS(3367), - [sym___double_quote] = ACTIONS(3367), - [sym___single_quote] = ACTIONS(3367), - [sym___c_double_quote] = ACTIONS(3367), - [sym___c_single_quote] = ACTIONS(3367), - [sym___r_double_quote] = ACTIONS(3367), - [sym___r_single_quote] = ACTIONS(3367), + [anon_sym_SEMI] = ACTIONS(3083), + [anon_sym_DOT] = ACTIONS(3083), + [anon_sym_as] = ACTIONS(3083), + [anon_sym_LBRACE] = ACTIONS(3083), + [anon_sym_COMMA] = ACTIONS(3083), + [anon_sym_RBRACE] = ACTIONS(3083), + [anon_sym_LPAREN] = ACTIONS(3083), + [anon_sym_RPAREN] = ACTIONS(3083), + [anon_sym_PIPE] = ACTIONS(3083), + [anon_sym_fn] = ACTIONS(3083), + [anon_sym_PLUS] = ACTIONS(3083), + [anon_sym_DASH] = ACTIONS(3083), + [anon_sym_STAR] = ACTIONS(3083), + [anon_sym_SLASH] = ACTIONS(3083), + [anon_sym_PERCENT] = ACTIONS(3083), + [anon_sym_LT] = ACTIONS(3083), + [anon_sym_GT] = ACTIONS(3083), + [anon_sym_EQ_EQ] = ACTIONS(3083), + [anon_sym_BANG_EQ] = ACTIONS(3083), + [anon_sym_LT_EQ] = ACTIONS(3083), + [anon_sym_GT_EQ] = ACTIONS(3083), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3083), + [anon_sym_LBRACK] = ACTIONS(3081), + [anon_sym_struct] = ACTIONS(3083), + [anon_sym_mut] = ACTIONS(3083), + [anon_sym_PLUS_PLUS] = ACTIONS(3083), + [anon_sym_DASH_DASH] = ACTIONS(3083), + [anon_sym_QMARK] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_go] = ACTIONS(3083), + [anon_sym_spawn] = ACTIONS(3083), + [anon_sym_json_DOTdecode] = ACTIONS(3083), + [anon_sym_LBRACK2] = ACTIONS(3083), + [anon_sym_TILDE] = ACTIONS(3083), + [anon_sym_CARET] = ACTIONS(3083), + [anon_sym_AMP] = ACTIONS(3083), + [anon_sym_LT_DASH] = ACTIONS(3083), + [anon_sym_LT_LT] = ACTIONS(3083), + [anon_sym_GT_GT] = ACTIONS(3083), + [anon_sym_GT_GT_GT] = ACTIONS(3083), + [anon_sym_AMP_CARET] = ACTIONS(3083), + [anon_sym_AMP_AMP] = ACTIONS(3083), + [anon_sym_PIPE_PIPE] = ACTIONS(3083), + [anon_sym_or] = ACTIONS(3083), + [sym_none] = ACTIONS(3083), + [sym_true] = ACTIONS(3083), + [sym_false] = ACTIONS(3083), + [sym_nil] = ACTIONS(3083), + [anon_sym_QMARK_DOT] = ACTIONS(3083), + [anon_sym_POUND_LBRACK] = ACTIONS(3083), + [anon_sym_if] = ACTIONS(3083), + [anon_sym_DOLLARif] = ACTIONS(3083), + [anon_sym_is] = ACTIONS(3083), + [anon_sym_BANGis] = ACTIONS(3083), + [anon_sym_in] = ACTIONS(3083), + [anon_sym_BANGin] = ACTIONS(3083), + [anon_sym_match] = ACTIONS(3083), + [anon_sym_select] = ACTIONS(3083), + [anon_sym_lock] = ACTIONS(3083), + [anon_sym_rlock] = ACTIONS(3083), + [anon_sym_unsafe] = ACTIONS(3083), + [anon_sym_sql] = ACTIONS(3083), + [sym_int_literal] = ACTIONS(3083), + [sym_float_literal] = ACTIONS(3083), + [sym_rune_literal] = ACTIONS(3083), + [sym_pseudo_compile_time_identifier] = ACTIONS(3083), + [anon_sym_shared] = ACTIONS(3083), + [anon_sym_map_LBRACK] = ACTIONS(3083), + [anon_sym_chan] = ACTIONS(3083), + [anon_sym_thread] = ACTIONS(3083), + [anon_sym_atomic] = ACTIONS(3083), + [sym___double_quote] = ACTIONS(3083), + [sym___single_quote] = ACTIONS(3083), + [sym___c_double_quote] = ACTIONS(3083), + [sym___c_single_quote] = ACTIONS(3083), + [sym___r_double_quote] = ACTIONS(3083), + [sym___r_single_quote] = ACTIONS(3083), }, [1284] = { [sym_line_comment] = STATE(1284), [sym_block_comment] = STATE(1284), - [sym_identifier] = ACTIONS(3371), - [anon_sym_LF] = ACTIONS(3371), - [anon_sym_CR] = ACTIONS(3371), - [anon_sym_CR_LF] = ACTIONS(3371), + [sym_identifier] = ACTIONS(3345), + [anon_sym_LF] = ACTIONS(3345), + [anon_sym_CR] = ACTIONS(3345), + [anon_sym_CR_LF] = ACTIONS(3345), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3371), - [anon_sym_DOT] = ACTIONS(3371), - [anon_sym_as] = ACTIONS(3371), - [anon_sym_LBRACE] = ACTIONS(3371), - [anon_sym_COMMA] = ACTIONS(3371), - [anon_sym_RBRACE] = ACTIONS(3371), - [anon_sym_LPAREN] = ACTIONS(3371), - [anon_sym_RPAREN] = ACTIONS(3371), - [anon_sym_PIPE] = ACTIONS(3371), - [anon_sym_fn] = ACTIONS(3371), - [anon_sym_PLUS] = ACTIONS(3371), - [anon_sym_DASH] = ACTIONS(3371), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_SLASH] = ACTIONS(3371), - [anon_sym_PERCENT] = ACTIONS(3371), - [anon_sym_LT] = ACTIONS(3371), - [anon_sym_GT] = ACTIONS(3371), - [anon_sym_EQ_EQ] = ACTIONS(3371), - [anon_sym_BANG_EQ] = ACTIONS(3371), - [anon_sym_LT_EQ] = ACTIONS(3371), - [anon_sym_GT_EQ] = ACTIONS(3371), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3371), - [anon_sym_LBRACK] = ACTIONS(3369), - [anon_sym_struct] = ACTIONS(3371), - [anon_sym_mut] = ACTIONS(3371), - [anon_sym_PLUS_PLUS] = ACTIONS(3371), - [anon_sym_DASH_DASH] = ACTIONS(3371), - [anon_sym_QMARK] = ACTIONS(3371), - [anon_sym_BANG] = ACTIONS(3371), - [anon_sym_go] = ACTIONS(3371), - [anon_sym_spawn] = ACTIONS(3371), - [anon_sym_json_DOTdecode] = ACTIONS(3371), - [anon_sym_LBRACK2] = ACTIONS(3371), - [anon_sym_TILDE] = ACTIONS(3371), - [anon_sym_CARET] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LT_DASH] = ACTIONS(3371), - [anon_sym_LT_LT] = ACTIONS(3371), - [anon_sym_GT_GT] = ACTIONS(3371), - [anon_sym_GT_GT_GT] = ACTIONS(3371), - [anon_sym_AMP_CARET] = ACTIONS(3371), - [anon_sym_AMP_AMP] = ACTIONS(3371), - [anon_sym_PIPE_PIPE] = ACTIONS(3371), - [anon_sym_or] = ACTIONS(3371), - [sym_none] = ACTIONS(3371), - [sym_true] = ACTIONS(3371), - [sym_false] = ACTIONS(3371), - [sym_nil] = ACTIONS(3371), - [anon_sym_QMARK_DOT] = ACTIONS(3371), - [anon_sym_POUND_LBRACK] = ACTIONS(3371), - [anon_sym_if] = ACTIONS(3371), - [anon_sym_DOLLARif] = ACTIONS(3371), - [anon_sym_is] = ACTIONS(3371), - [anon_sym_BANGis] = ACTIONS(3371), - [anon_sym_in] = ACTIONS(3371), - [anon_sym_BANGin] = ACTIONS(3371), - [anon_sym_match] = ACTIONS(3371), - [anon_sym_select] = ACTIONS(3371), - [anon_sym_lock] = ACTIONS(3371), - [anon_sym_rlock] = ACTIONS(3371), - [anon_sym_unsafe] = ACTIONS(3371), - [anon_sym_sql] = ACTIONS(3371), - [sym_int_literal] = ACTIONS(3371), - [sym_float_literal] = ACTIONS(3371), - [sym_rune_literal] = ACTIONS(3371), - [sym_pseudo_compile_time_identifier] = ACTIONS(3371), - [anon_sym_shared] = ACTIONS(3371), - [anon_sym_map_LBRACK] = ACTIONS(3371), - [anon_sym_chan] = ACTIONS(3371), - [anon_sym_thread] = ACTIONS(3371), - [anon_sym_atomic] = ACTIONS(3371), - [sym___double_quote] = ACTIONS(3371), - [sym___single_quote] = ACTIONS(3371), - [sym___c_double_quote] = ACTIONS(3371), - [sym___c_single_quote] = ACTIONS(3371), - [sym___r_double_quote] = ACTIONS(3371), - [sym___r_single_quote] = ACTIONS(3371), + [anon_sym_SEMI] = ACTIONS(3345), + [anon_sym_DOT] = ACTIONS(3345), + [anon_sym_as] = ACTIONS(3345), + [anon_sym_LBRACE] = ACTIONS(3345), + [anon_sym_COMMA] = ACTIONS(3345), + [anon_sym_RBRACE] = ACTIONS(3345), + [anon_sym_LPAREN] = ACTIONS(3345), + [anon_sym_RPAREN] = ACTIONS(3345), + [anon_sym_PIPE] = ACTIONS(3345), + [anon_sym_fn] = ACTIONS(3345), + [anon_sym_PLUS] = ACTIONS(3345), + [anon_sym_DASH] = ACTIONS(3345), + [anon_sym_STAR] = ACTIONS(3345), + [anon_sym_SLASH] = ACTIONS(3345), + [anon_sym_PERCENT] = ACTIONS(3345), + [anon_sym_LT] = ACTIONS(3345), + [anon_sym_GT] = ACTIONS(3345), + [anon_sym_EQ_EQ] = ACTIONS(3345), + [anon_sym_BANG_EQ] = ACTIONS(3345), + [anon_sym_LT_EQ] = ACTIONS(3345), + [anon_sym_GT_EQ] = ACTIONS(3345), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3345), + [anon_sym_LBRACK] = ACTIONS(3343), + [anon_sym_struct] = ACTIONS(3345), + [anon_sym_mut] = ACTIONS(3345), + [anon_sym_PLUS_PLUS] = ACTIONS(3345), + [anon_sym_DASH_DASH] = ACTIONS(3345), + [anon_sym_QMARK] = ACTIONS(3345), + [anon_sym_BANG] = ACTIONS(3345), + [anon_sym_go] = ACTIONS(3345), + [anon_sym_spawn] = ACTIONS(3345), + [anon_sym_json_DOTdecode] = ACTIONS(3345), + [anon_sym_LBRACK2] = ACTIONS(3345), + [anon_sym_TILDE] = ACTIONS(3345), + [anon_sym_CARET] = ACTIONS(3345), + [anon_sym_AMP] = ACTIONS(3345), + [anon_sym_LT_DASH] = ACTIONS(3345), + [anon_sym_LT_LT] = ACTIONS(3345), + [anon_sym_GT_GT] = ACTIONS(3345), + [anon_sym_GT_GT_GT] = ACTIONS(3345), + [anon_sym_AMP_CARET] = ACTIONS(3345), + [anon_sym_AMP_AMP] = ACTIONS(3345), + [anon_sym_PIPE_PIPE] = ACTIONS(3345), + [anon_sym_or] = ACTIONS(3345), + [sym_none] = ACTIONS(3345), + [sym_true] = ACTIONS(3345), + [sym_false] = ACTIONS(3345), + [sym_nil] = ACTIONS(3345), + [anon_sym_QMARK_DOT] = ACTIONS(3345), + [anon_sym_POUND_LBRACK] = ACTIONS(3345), + [anon_sym_if] = ACTIONS(3345), + [anon_sym_DOLLARif] = ACTIONS(3345), + [anon_sym_is] = ACTIONS(3345), + [anon_sym_BANGis] = ACTIONS(3345), + [anon_sym_in] = ACTIONS(3345), + [anon_sym_BANGin] = ACTIONS(3345), + [anon_sym_match] = ACTIONS(3345), + [anon_sym_select] = ACTIONS(3345), + [anon_sym_lock] = ACTIONS(3345), + [anon_sym_rlock] = ACTIONS(3345), + [anon_sym_unsafe] = ACTIONS(3345), + [anon_sym_sql] = ACTIONS(3345), + [sym_int_literal] = ACTIONS(3345), + [sym_float_literal] = ACTIONS(3345), + [sym_rune_literal] = ACTIONS(3345), + [sym_pseudo_compile_time_identifier] = ACTIONS(3345), + [anon_sym_shared] = ACTIONS(3345), + [anon_sym_map_LBRACK] = ACTIONS(3345), + [anon_sym_chan] = ACTIONS(3345), + [anon_sym_thread] = ACTIONS(3345), + [anon_sym_atomic] = ACTIONS(3345), + [sym___double_quote] = ACTIONS(3345), + [sym___single_quote] = ACTIONS(3345), + [sym___c_double_quote] = ACTIONS(3345), + [sym___c_single_quote] = ACTIONS(3345), + [sym___r_double_quote] = ACTIONS(3345), + [sym___r_single_quote] = ACTIONS(3345), }, [1285] = { [sym_line_comment] = STATE(1285), [sym_block_comment] = STATE(1285), - [sym_identifier] = ACTIONS(3776), - [anon_sym_LF] = ACTIONS(3779), - [anon_sym_CR] = ACTIONS(3779), - [anon_sym_CR_LF] = ACTIONS(3779), + [sym_identifier] = ACTIONS(3177), + [anon_sym_LF] = ACTIONS(3177), + [anon_sym_CR] = ACTIONS(3177), + [anon_sym_CR_LF] = ACTIONS(3177), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3779), - [anon_sym_DOT] = ACTIONS(3850), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3435), - [anon_sym_COMMA] = ACTIONS(3779), - [anon_sym_RBRACE] = ACTIONS(3776), - [anon_sym_LPAREN] = ACTIONS(3435), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3435), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3435), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3435), - [anon_sym_BANG_EQ] = ACTIONS(3435), - [anon_sym_LT_EQ] = ACTIONS(3435), - [anon_sym_GT_EQ] = ACTIONS(3435), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3782), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_COLON] = ACTIONS(3784), - [anon_sym_PLUS_PLUS] = ACTIONS(3435), - [anon_sym_DASH_DASH] = ACTIONS(3435), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3435), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3435), - [anon_sym_CARET] = ACTIONS(3435), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3435), - [anon_sym_LT_LT] = ACTIONS(3435), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3435), - [anon_sym_AMP_CARET] = ACTIONS(3435), - [anon_sym_AMP_AMP] = ACTIONS(3435), - [anon_sym_PIPE_PIPE] = ACTIONS(3435), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3435), - [anon_sym_POUND_LBRACK] = ACTIONS(3435), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3435), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3435), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3435), - [sym_rune_literal] = ACTIONS(3435), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3435), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3435), - [sym___single_quote] = ACTIONS(3435), - [sym___c_double_quote] = ACTIONS(3435), - [sym___c_single_quote] = ACTIONS(3435), - [sym___r_double_quote] = ACTIONS(3435), - [sym___r_single_quote] = ACTIONS(3435), + [anon_sym_SEMI] = ACTIONS(3177), + [anon_sym_DOT] = ACTIONS(3177), + [anon_sym_as] = ACTIONS(3177), + [anon_sym_LBRACE] = ACTIONS(3177), + [anon_sym_COMMA] = ACTIONS(3177), + [anon_sym_RBRACE] = ACTIONS(3177), + [anon_sym_LPAREN] = ACTIONS(3177), + [anon_sym_RPAREN] = ACTIONS(3177), + [anon_sym_PIPE] = ACTIONS(3177), + [anon_sym_fn] = ACTIONS(3177), + [anon_sym_PLUS] = ACTIONS(3177), + [anon_sym_DASH] = ACTIONS(3177), + [anon_sym_STAR] = ACTIONS(3177), + [anon_sym_SLASH] = ACTIONS(3177), + [anon_sym_PERCENT] = ACTIONS(3177), + [anon_sym_LT] = ACTIONS(3177), + [anon_sym_GT] = ACTIONS(3177), + [anon_sym_EQ_EQ] = ACTIONS(3177), + [anon_sym_BANG_EQ] = ACTIONS(3177), + [anon_sym_LT_EQ] = ACTIONS(3177), + [anon_sym_GT_EQ] = ACTIONS(3177), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3177), + [anon_sym_LBRACK] = ACTIONS(3175), + [anon_sym_struct] = ACTIONS(3177), + [anon_sym_mut] = ACTIONS(3177), + [anon_sym_PLUS_PLUS] = ACTIONS(3177), + [anon_sym_DASH_DASH] = ACTIONS(3177), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_BANG] = ACTIONS(3177), + [anon_sym_go] = ACTIONS(3177), + [anon_sym_spawn] = ACTIONS(3177), + [anon_sym_json_DOTdecode] = ACTIONS(3177), + [anon_sym_LBRACK2] = ACTIONS(3177), + [anon_sym_TILDE] = ACTIONS(3177), + [anon_sym_CARET] = ACTIONS(3177), + [anon_sym_AMP] = ACTIONS(3177), + [anon_sym_LT_DASH] = ACTIONS(3177), + [anon_sym_LT_LT] = ACTIONS(3177), + [anon_sym_GT_GT] = ACTIONS(3177), + [anon_sym_GT_GT_GT] = ACTIONS(3177), + [anon_sym_AMP_CARET] = ACTIONS(3177), + [anon_sym_AMP_AMP] = ACTIONS(3177), + [anon_sym_PIPE_PIPE] = ACTIONS(3177), + [anon_sym_or] = ACTIONS(3177), + [sym_none] = ACTIONS(3177), + [sym_true] = ACTIONS(3177), + [sym_false] = ACTIONS(3177), + [sym_nil] = ACTIONS(3177), + [anon_sym_QMARK_DOT] = ACTIONS(3177), + [anon_sym_POUND_LBRACK] = ACTIONS(3177), + [anon_sym_if] = ACTIONS(3177), + [anon_sym_DOLLARif] = ACTIONS(3177), + [anon_sym_is] = ACTIONS(3177), + [anon_sym_BANGis] = ACTIONS(3177), + [anon_sym_in] = ACTIONS(3177), + [anon_sym_BANGin] = ACTIONS(3177), + [anon_sym_match] = ACTIONS(3177), + [anon_sym_select] = ACTIONS(3177), + [anon_sym_lock] = ACTIONS(3177), + [anon_sym_rlock] = ACTIONS(3177), + [anon_sym_unsafe] = ACTIONS(3177), + [anon_sym_sql] = ACTIONS(3177), + [sym_int_literal] = ACTIONS(3177), + [sym_float_literal] = ACTIONS(3177), + [sym_rune_literal] = ACTIONS(3177), + [sym_pseudo_compile_time_identifier] = ACTIONS(3177), + [anon_sym_shared] = ACTIONS(3177), + [anon_sym_map_LBRACK] = ACTIONS(3177), + [anon_sym_chan] = ACTIONS(3177), + [anon_sym_thread] = ACTIONS(3177), + [anon_sym_atomic] = ACTIONS(3177), + [sym___double_quote] = ACTIONS(3177), + [sym___single_quote] = ACTIONS(3177), + [sym___c_double_quote] = ACTIONS(3177), + [sym___c_single_quote] = ACTIONS(3177), + [sym___r_double_quote] = ACTIONS(3177), + [sym___r_single_quote] = ACTIONS(3177), }, [1286] = { [sym_line_comment] = STATE(1286), [sym_block_comment] = STATE(1286), - [sym_identifier] = ACTIONS(3379), - [anon_sym_LF] = ACTIONS(3379), - [anon_sym_CR] = ACTIONS(3379), - [anon_sym_CR_LF] = ACTIONS(3379), + [sym_identifier] = ACTIONS(3073), + [anon_sym_LF] = ACTIONS(3073), + [anon_sym_CR] = ACTIONS(3073), + [anon_sym_CR_LF] = ACTIONS(3073), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3379), - [anon_sym_DOT] = ACTIONS(3379), - [anon_sym_as] = ACTIONS(3379), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_COMMA] = ACTIONS(3379), - [anon_sym_RBRACE] = ACTIONS(3379), - [anon_sym_LPAREN] = ACTIONS(3379), - [anon_sym_RPAREN] = ACTIONS(3379), - [anon_sym_PIPE] = ACTIONS(3379), - [anon_sym_fn] = ACTIONS(3379), - [anon_sym_PLUS] = ACTIONS(3379), - [anon_sym_DASH] = ACTIONS(3379), - [anon_sym_STAR] = ACTIONS(3379), - [anon_sym_SLASH] = ACTIONS(3379), - [anon_sym_PERCENT] = ACTIONS(3379), - [anon_sym_LT] = ACTIONS(3379), - [anon_sym_GT] = ACTIONS(3379), - [anon_sym_EQ_EQ] = ACTIONS(3379), - [anon_sym_BANG_EQ] = ACTIONS(3379), - [anon_sym_LT_EQ] = ACTIONS(3379), - [anon_sym_GT_EQ] = ACTIONS(3379), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3379), - [anon_sym_LBRACK] = ACTIONS(3377), - [anon_sym_struct] = ACTIONS(3379), - [anon_sym_mut] = ACTIONS(3379), - [anon_sym_PLUS_PLUS] = ACTIONS(3379), - [anon_sym_DASH_DASH] = ACTIONS(3379), - [anon_sym_QMARK] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3379), - [anon_sym_go] = ACTIONS(3379), - [anon_sym_spawn] = ACTIONS(3379), - [anon_sym_json_DOTdecode] = ACTIONS(3379), - [anon_sym_LBRACK2] = ACTIONS(3379), - [anon_sym_TILDE] = ACTIONS(3379), - [anon_sym_CARET] = ACTIONS(3379), - [anon_sym_AMP] = ACTIONS(3379), - [anon_sym_LT_DASH] = ACTIONS(3379), - [anon_sym_LT_LT] = ACTIONS(3379), - [anon_sym_GT_GT] = ACTIONS(3379), - [anon_sym_GT_GT_GT] = ACTIONS(3379), - [anon_sym_AMP_CARET] = ACTIONS(3379), - [anon_sym_AMP_AMP] = ACTIONS(3379), - [anon_sym_PIPE_PIPE] = ACTIONS(3379), - [anon_sym_or] = ACTIONS(3379), - [sym_none] = ACTIONS(3379), - [sym_true] = ACTIONS(3379), - [sym_false] = ACTIONS(3379), - [sym_nil] = ACTIONS(3379), - [anon_sym_QMARK_DOT] = ACTIONS(3379), - [anon_sym_POUND_LBRACK] = ACTIONS(3379), - [anon_sym_if] = ACTIONS(3379), - [anon_sym_DOLLARif] = ACTIONS(3379), - [anon_sym_is] = ACTIONS(3379), - [anon_sym_BANGis] = ACTIONS(3379), - [anon_sym_in] = ACTIONS(3379), - [anon_sym_BANGin] = ACTIONS(3379), - [anon_sym_match] = ACTIONS(3379), - [anon_sym_select] = ACTIONS(3379), - [anon_sym_lock] = ACTIONS(3379), - [anon_sym_rlock] = ACTIONS(3379), - [anon_sym_unsafe] = ACTIONS(3379), - [anon_sym_sql] = ACTIONS(3379), - [sym_int_literal] = ACTIONS(3379), - [sym_float_literal] = ACTIONS(3379), - [sym_rune_literal] = ACTIONS(3379), - [sym_pseudo_compile_time_identifier] = ACTIONS(3379), - [anon_sym_shared] = ACTIONS(3379), - [anon_sym_map_LBRACK] = ACTIONS(3379), - [anon_sym_chan] = ACTIONS(3379), - [anon_sym_thread] = ACTIONS(3379), - [anon_sym_atomic] = ACTIONS(3379), - [sym___double_quote] = ACTIONS(3379), - [sym___single_quote] = ACTIONS(3379), - [sym___c_double_quote] = ACTIONS(3379), - [sym___c_single_quote] = ACTIONS(3379), - [sym___r_double_quote] = ACTIONS(3379), - [sym___r_single_quote] = ACTIONS(3379), + [anon_sym_SEMI] = ACTIONS(3073), + [anon_sym_DOT] = ACTIONS(3073), + [anon_sym_as] = ACTIONS(3073), + [anon_sym_LBRACE] = ACTIONS(3073), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(3073), + [anon_sym_RPAREN] = ACTIONS(3073), + [anon_sym_PIPE] = ACTIONS(3073), + [anon_sym_fn] = ACTIONS(3073), + [anon_sym_PLUS] = ACTIONS(3073), + [anon_sym_DASH] = ACTIONS(3073), + [anon_sym_STAR] = ACTIONS(3073), + [anon_sym_SLASH] = ACTIONS(3073), + [anon_sym_PERCENT] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(3073), + [anon_sym_GT] = ACTIONS(3073), + [anon_sym_EQ_EQ] = ACTIONS(3073), + [anon_sym_BANG_EQ] = ACTIONS(3073), + [anon_sym_LT_EQ] = ACTIONS(3073), + [anon_sym_GT_EQ] = ACTIONS(3073), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3073), + [anon_sym_LBRACK] = ACTIONS(3071), + [anon_sym_struct] = ACTIONS(3073), + [anon_sym_mut] = ACTIONS(3073), + [anon_sym_PLUS_PLUS] = ACTIONS(3073), + [anon_sym_DASH_DASH] = ACTIONS(3073), + [anon_sym_QMARK] = ACTIONS(3073), + [anon_sym_BANG] = ACTIONS(3073), + [anon_sym_go] = ACTIONS(3073), + [anon_sym_spawn] = ACTIONS(3073), + [anon_sym_json_DOTdecode] = ACTIONS(3073), + [anon_sym_LBRACK2] = ACTIONS(3073), + [anon_sym_TILDE] = ACTIONS(3073), + [anon_sym_CARET] = ACTIONS(3073), + [anon_sym_AMP] = ACTIONS(3073), + [anon_sym_LT_DASH] = ACTIONS(3073), + [anon_sym_LT_LT] = ACTIONS(3073), + [anon_sym_GT_GT] = ACTIONS(3073), + [anon_sym_GT_GT_GT] = ACTIONS(3073), + [anon_sym_AMP_CARET] = ACTIONS(3073), + [anon_sym_AMP_AMP] = ACTIONS(3073), + [anon_sym_PIPE_PIPE] = ACTIONS(3073), + [anon_sym_or] = ACTIONS(3073), + [sym_none] = ACTIONS(3073), + [sym_true] = ACTIONS(3073), + [sym_false] = ACTIONS(3073), + [sym_nil] = ACTIONS(3073), + [anon_sym_QMARK_DOT] = ACTIONS(3073), + [anon_sym_POUND_LBRACK] = ACTIONS(3073), + [anon_sym_if] = ACTIONS(3073), + [anon_sym_DOLLARif] = ACTIONS(3073), + [anon_sym_is] = ACTIONS(3073), + [anon_sym_BANGis] = ACTIONS(3073), + [anon_sym_in] = ACTIONS(3073), + [anon_sym_BANGin] = ACTIONS(3073), + [anon_sym_match] = ACTIONS(3073), + [anon_sym_select] = ACTIONS(3073), + [anon_sym_lock] = ACTIONS(3073), + [anon_sym_rlock] = ACTIONS(3073), + [anon_sym_unsafe] = ACTIONS(3073), + [anon_sym_sql] = ACTIONS(3073), + [sym_int_literal] = ACTIONS(3073), + [sym_float_literal] = ACTIONS(3073), + [sym_rune_literal] = ACTIONS(3073), + [sym_pseudo_compile_time_identifier] = ACTIONS(3073), + [anon_sym_shared] = ACTIONS(3073), + [anon_sym_map_LBRACK] = ACTIONS(3073), + [anon_sym_chan] = ACTIONS(3073), + [anon_sym_thread] = ACTIONS(3073), + [anon_sym_atomic] = ACTIONS(3073), + [sym___double_quote] = ACTIONS(3073), + [sym___single_quote] = ACTIONS(3073), + [sym___c_double_quote] = ACTIONS(3073), + [sym___c_single_quote] = ACTIONS(3073), + [sym___r_double_quote] = ACTIONS(3073), + [sym___r_single_quote] = ACTIONS(3073), }, [1287] = { [sym_line_comment] = STATE(1287), [sym_block_comment] = STATE(1287), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LF] = ACTIONS(3363), - [anon_sym_CR] = ACTIONS(3363), - [anon_sym_CR_LF] = ACTIONS(3363), + [sym_identifier] = ACTIONS(3281), + [anon_sym_LF] = ACTIONS(3281), + [anon_sym_CR] = ACTIONS(3281), + [anon_sym_CR_LF] = ACTIONS(3281), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(3363), - [anon_sym_DOT] = ACTIONS(3363), - [anon_sym_as] = ACTIONS(3363), - [anon_sym_LBRACE] = ACTIONS(3363), - [anon_sym_COMMA] = ACTIONS(3363), - [anon_sym_RBRACE] = ACTIONS(3363), - [anon_sym_LPAREN] = ACTIONS(3363), - [anon_sym_RPAREN] = ACTIONS(3363), - [anon_sym_PIPE] = ACTIONS(3363), - [anon_sym_fn] = ACTIONS(3363), - [anon_sym_PLUS] = ACTIONS(3363), - [anon_sym_DASH] = ACTIONS(3363), - [anon_sym_STAR] = ACTIONS(3363), - [anon_sym_SLASH] = ACTIONS(3363), - [anon_sym_PERCENT] = ACTIONS(3363), - [anon_sym_LT] = ACTIONS(3363), - [anon_sym_GT] = ACTIONS(3363), - [anon_sym_EQ_EQ] = ACTIONS(3363), - [anon_sym_BANG_EQ] = ACTIONS(3363), - [anon_sym_LT_EQ] = ACTIONS(3363), - [anon_sym_GT_EQ] = ACTIONS(3363), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3363), - [anon_sym_LBRACK] = ACTIONS(3361), - [anon_sym_struct] = ACTIONS(3363), - [anon_sym_mut] = ACTIONS(3363), - [anon_sym_PLUS_PLUS] = ACTIONS(3363), - [anon_sym_DASH_DASH] = ACTIONS(3363), - [anon_sym_QMARK] = ACTIONS(3363), - [anon_sym_BANG] = ACTIONS(3363), - [anon_sym_go] = ACTIONS(3363), - [anon_sym_spawn] = ACTIONS(3363), - [anon_sym_json_DOTdecode] = ACTIONS(3363), - [anon_sym_LBRACK2] = ACTIONS(3363), - [anon_sym_TILDE] = ACTIONS(3363), - [anon_sym_CARET] = ACTIONS(3363), - [anon_sym_AMP] = ACTIONS(3363), - [anon_sym_LT_DASH] = ACTIONS(3363), - [anon_sym_LT_LT] = ACTIONS(3363), - [anon_sym_GT_GT] = ACTIONS(3363), - [anon_sym_GT_GT_GT] = ACTIONS(3363), - [anon_sym_AMP_CARET] = ACTIONS(3363), - [anon_sym_AMP_AMP] = ACTIONS(3363), - [anon_sym_PIPE_PIPE] = ACTIONS(3363), - [anon_sym_or] = ACTIONS(3363), - [sym_none] = ACTIONS(3363), - [sym_true] = ACTIONS(3363), - [sym_false] = ACTIONS(3363), - [sym_nil] = ACTIONS(3363), - [anon_sym_QMARK_DOT] = ACTIONS(3363), - [anon_sym_POUND_LBRACK] = ACTIONS(3363), - [anon_sym_if] = ACTIONS(3363), - [anon_sym_DOLLARif] = ACTIONS(3363), - [anon_sym_is] = ACTIONS(3363), - [anon_sym_BANGis] = ACTIONS(3363), - [anon_sym_in] = ACTIONS(3363), - [anon_sym_BANGin] = ACTIONS(3363), - [anon_sym_match] = ACTIONS(3363), - [anon_sym_select] = ACTIONS(3363), - [anon_sym_lock] = ACTIONS(3363), - [anon_sym_rlock] = ACTIONS(3363), - [anon_sym_unsafe] = ACTIONS(3363), - [anon_sym_sql] = ACTIONS(3363), - [sym_int_literal] = ACTIONS(3363), - [sym_float_literal] = ACTIONS(3363), - [sym_rune_literal] = ACTIONS(3363), - [sym_pseudo_compile_time_identifier] = ACTIONS(3363), - [anon_sym_shared] = ACTIONS(3363), - [anon_sym_map_LBRACK] = ACTIONS(3363), - [anon_sym_chan] = ACTIONS(3363), - [anon_sym_thread] = ACTIONS(3363), - [anon_sym_atomic] = ACTIONS(3363), - [sym___double_quote] = ACTIONS(3363), - [sym___single_quote] = ACTIONS(3363), - [sym___c_double_quote] = ACTIONS(3363), - [sym___c_single_quote] = ACTIONS(3363), - [sym___r_double_quote] = ACTIONS(3363), - [sym___r_single_quote] = ACTIONS(3363), + [anon_sym_SEMI] = ACTIONS(3281), + [anon_sym_DOT] = ACTIONS(3078), + [anon_sym_as] = ACTIONS(3078), + [anon_sym_LBRACE] = ACTIONS(3281), + [anon_sym_COMMA] = ACTIONS(3281), + [anon_sym_RBRACE] = ACTIONS(3281), + [anon_sym_LPAREN] = ACTIONS(3078), + [anon_sym_RPAREN] = ACTIONS(3281), + [anon_sym_PIPE] = ACTIONS(3078), + [anon_sym_fn] = ACTIONS(3281), + [anon_sym_PLUS] = ACTIONS(3078), + [anon_sym_DASH] = ACTIONS(3078), + [anon_sym_STAR] = ACTIONS(3078), + [anon_sym_SLASH] = ACTIONS(3078), + [anon_sym_PERCENT] = ACTIONS(3078), + [anon_sym_LT] = ACTIONS(3078), + [anon_sym_GT] = ACTIONS(3078), + [anon_sym_EQ_EQ] = ACTIONS(3078), + [anon_sym_BANG_EQ] = ACTIONS(3078), + [anon_sym_LT_EQ] = ACTIONS(3078), + [anon_sym_GT_EQ] = ACTIONS(3078), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3281), + [anon_sym_LBRACK] = ACTIONS(3075), + [anon_sym_struct] = ACTIONS(3281), + [anon_sym_mut] = ACTIONS(3281), + [anon_sym_PLUS_PLUS] = ACTIONS(3078), + [anon_sym_DASH_DASH] = ACTIONS(3078), + [anon_sym_QMARK] = ACTIONS(3078), + [anon_sym_BANG] = ACTIONS(3078), + [anon_sym_go] = ACTIONS(3281), + [anon_sym_spawn] = ACTIONS(3281), + [anon_sym_json_DOTdecode] = ACTIONS(3281), + [anon_sym_LBRACK2] = ACTIONS(3078), + [anon_sym_TILDE] = ACTIONS(3281), + [anon_sym_CARET] = ACTIONS(3078), + [anon_sym_AMP] = ACTIONS(3078), + [anon_sym_LT_DASH] = ACTIONS(3281), + [anon_sym_LT_LT] = ACTIONS(3078), + [anon_sym_GT_GT] = ACTIONS(3078), + [anon_sym_GT_GT_GT] = ACTIONS(3078), + [anon_sym_AMP_CARET] = ACTIONS(3078), + [anon_sym_AMP_AMP] = ACTIONS(3078), + [anon_sym_PIPE_PIPE] = ACTIONS(3078), + [anon_sym_or] = ACTIONS(3078), + [sym_none] = ACTIONS(3281), + [sym_true] = ACTIONS(3281), + [sym_false] = ACTIONS(3281), + [sym_nil] = ACTIONS(3281), + [anon_sym_QMARK_DOT] = ACTIONS(3078), + [anon_sym_POUND_LBRACK] = ACTIONS(3078), + [anon_sym_if] = ACTIONS(3281), + [anon_sym_DOLLARif] = ACTIONS(3281), + [anon_sym_is] = ACTIONS(3078), + [anon_sym_BANGis] = ACTIONS(3078), + [anon_sym_in] = ACTIONS(3078), + [anon_sym_BANGin] = ACTIONS(3078), + [anon_sym_match] = ACTIONS(3281), + [anon_sym_select] = ACTIONS(3281), + [anon_sym_lock] = ACTIONS(3281), + [anon_sym_rlock] = ACTIONS(3281), + [anon_sym_unsafe] = ACTIONS(3281), + [anon_sym_sql] = ACTIONS(3281), + [sym_int_literal] = ACTIONS(3281), + [sym_float_literal] = ACTIONS(3281), + [sym_rune_literal] = ACTIONS(3281), + [sym_pseudo_compile_time_identifier] = ACTIONS(3281), + [anon_sym_shared] = ACTIONS(3281), + [anon_sym_map_LBRACK] = ACTIONS(3281), + [anon_sym_chan] = ACTIONS(3281), + [anon_sym_thread] = ACTIONS(3281), + [anon_sym_atomic] = ACTIONS(3281), + [sym___double_quote] = ACTIONS(3281), + [sym___single_quote] = ACTIONS(3281), + [sym___c_double_quote] = ACTIONS(3281), + [sym___c_single_quote] = ACTIONS(3281), + [sym___r_double_quote] = ACTIONS(3281), + [sym___r_single_quote] = ACTIONS(3281), + }, + [1288] = { + [sym_line_comment] = STATE(1288), + [sym_block_comment] = STATE(1288), + [sym_identifier] = ACTIONS(3181), + [anon_sym_LF] = ACTIONS(3181), + [anon_sym_CR] = ACTIONS(3181), + [anon_sym_CR_LF] = ACTIONS(3181), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3181), + [anon_sym_DOT] = ACTIONS(3181), + [anon_sym_as] = ACTIONS(3181), + [anon_sym_LBRACE] = ACTIONS(3181), + [anon_sym_COMMA] = ACTIONS(3181), + [anon_sym_RBRACE] = ACTIONS(3181), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_RPAREN] = ACTIONS(3181), + [anon_sym_PIPE] = ACTIONS(3181), + [anon_sym_fn] = ACTIONS(3181), + [anon_sym_PLUS] = ACTIONS(3181), + [anon_sym_DASH] = ACTIONS(3181), + [anon_sym_STAR] = ACTIONS(3181), + [anon_sym_SLASH] = ACTIONS(3181), + [anon_sym_PERCENT] = ACTIONS(3181), + [anon_sym_LT] = ACTIONS(3181), + [anon_sym_GT] = ACTIONS(3181), + [anon_sym_EQ_EQ] = ACTIONS(3181), + [anon_sym_BANG_EQ] = ACTIONS(3181), + [anon_sym_LT_EQ] = ACTIONS(3181), + [anon_sym_GT_EQ] = ACTIONS(3181), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3181), + [anon_sym_mut] = ACTIONS(3181), + [anon_sym_PLUS_PLUS] = ACTIONS(3181), + [anon_sym_DASH_DASH] = ACTIONS(3181), + [anon_sym_QMARK] = ACTIONS(3181), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_go] = ACTIONS(3181), + [anon_sym_spawn] = ACTIONS(3181), + [anon_sym_json_DOTdecode] = ACTIONS(3181), + [anon_sym_LBRACK2] = ACTIONS(3181), + [anon_sym_TILDE] = ACTIONS(3181), + [anon_sym_CARET] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3181), + [anon_sym_LT_DASH] = ACTIONS(3181), + [anon_sym_LT_LT] = ACTIONS(3181), + [anon_sym_GT_GT] = ACTIONS(3181), + [anon_sym_GT_GT_GT] = ACTIONS(3181), + [anon_sym_AMP_CARET] = ACTIONS(3181), + [anon_sym_AMP_AMP] = ACTIONS(3181), + [anon_sym_PIPE_PIPE] = ACTIONS(3181), + [anon_sym_or] = ACTIONS(3181), + [sym_none] = ACTIONS(3181), + [sym_true] = ACTIONS(3181), + [sym_false] = ACTIONS(3181), + [sym_nil] = ACTIONS(3181), + [anon_sym_QMARK_DOT] = ACTIONS(3181), + [anon_sym_POUND_LBRACK] = ACTIONS(3181), + [anon_sym_if] = ACTIONS(3181), + [anon_sym_DOLLARif] = ACTIONS(3181), + [anon_sym_is] = ACTIONS(3181), + [anon_sym_BANGis] = ACTIONS(3181), + [anon_sym_in] = ACTIONS(3181), + [anon_sym_BANGin] = ACTIONS(3181), + [anon_sym_match] = ACTIONS(3181), + [anon_sym_select] = ACTIONS(3181), + [anon_sym_lock] = ACTIONS(3181), + [anon_sym_rlock] = ACTIONS(3181), + [anon_sym_unsafe] = ACTIONS(3181), + [anon_sym_sql] = ACTIONS(3181), + [sym_int_literal] = ACTIONS(3181), + [sym_float_literal] = ACTIONS(3181), + [sym_rune_literal] = ACTIONS(3181), + [sym_pseudo_compile_time_identifier] = ACTIONS(3181), + [anon_sym_shared] = ACTIONS(3181), + [anon_sym_map_LBRACK] = ACTIONS(3181), + [anon_sym_chan] = ACTIONS(3181), + [anon_sym_thread] = ACTIONS(3181), + [anon_sym_atomic] = ACTIONS(3181), + [sym___double_quote] = ACTIONS(3181), + [sym___single_quote] = ACTIONS(3181), + [sym___c_double_quote] = ACTIONS(3181), + [sym___c_single_quote] = ACTIONS(3181), + [sym___r_double_quote] = ACTIONS(3181), + [sym___r_single_quote] = ACTIONS(3181), + }, + [1289] = { + [sym_line_comment] = STATE(1289), + [sym_block_comment] = STATE(1289), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1945), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(1945), + [anon_sym_LBRACE] = ACTIONS(1943), + [anon_sym_COMMA] = ACTIONS(1943), + [anon_sym_RBRACE] = ACTIONS(1943), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(1945), + [anon_sym_fn] = ACTIONS(1945), + [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_DASH] = ACTIONS(1945), + [anon_sym_STAR] = ACTIONS(1943), + [anon_sym_SLASH] = ACTIONS(1945), + [anon_sym_PERCENT] = ACTIONS(1943), + [anon_sym_LT] = ACTIONS(1945), + [anon_sym_GT] = ACTIONS(1945), + [anon_sym_EQ_EQ] = ACTIONS(1943), + [anon_sym_BANG_EQ] = ACTIONS(1943), + [anon_sym_LT_EQ] = ACTIONS(1943), + [anon_sym_GT_EQ] = ACTIONS(1943), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_RBRACK] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_mut] = ACTIONS(1945), + [anon_sym_COLON] = ACTIONS(1943), + [anon_sym_PLUS_PLUS] = ACTIONS(1943), + [anon_sym_DASH_DASH] = ACTIONS(1943), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1945), + [anon_sym_spawn] = ACTIONS(1945), + [anon_sym_json_DOTdecode] = ACTIONS(1943), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1943), + [anon_sym_CARET] = ACTIONS(1943), + [anon_sym_AMP] = ACTIONS(1945), + [anon_sym_LT_DASH] = ACTIONS(1943), + [anon_sym_LT_LT] = ACTIONS(1943), + [anon_sym_GT_GT] = ACTIONS(1945), + [anon_sym_GT_GT_GT] = ACTIONS(1943), + [anon_sym_AMP_CARET] = ACTIONS(1943), + [anon_sym_AMP_AMP] = ACTIONS(1943), + [anon_sym_PIPE_PIPE] = ACTIONS(1943), + [anon_sym_or] = ACTIONS(1945), + [sym_none] = ACTIONS(1945), + [sym_true] = ACTIONS(1945), + [sym_false] = ACTIONS(1945), + [sym_nil] = ACTIONS(1945), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1945), + [anon_sym_DOLLARif] = ACTIONS(1945), + [anon_sym_is] = ACTIONS(1945), + [anon_sym_BANGis] = ACTIONS(1943), + [anon_sym_in] = ACTIONS(1945), + [anon_sym_BANGin] = ACTIONS(1943), + [anon_sym_match] = ACTIONS(1945), + [anon_sym_select] = ACTIONS(1945), + [anon_sym_lock] = ACTIONS(1945), + [anon_sym_rlock] = ACTIONS(1945), + [anon_sym_unsafe] = ACTIONS(1945), + [anon_sym_sql] = ACTIONS(1945), + [sym_int_literal] = ACTIONS(1945), + [sym_float_literal] = ACTIONS(1943), + [sym_rune_literal] = ACTIONS(1943), + [sym_pseudo_compile_time_identifier] = ACTIONS(1945), + [anon_sym_shared] = ACTIONS(1945), + [anon_sym_map_LBRACK] = ACTIONS(1943), + [anon_sym_chan] = ACTIONS(1945), + [anon_sym_thread] = ACTIONS(1945), + [anon_sym_atomic] = ACTIONS(1945), + [sym___double_quote] = ACTIONS(1943), + [sym___single_quote] = ACTIONS(1943), + [sym___c_double_quote] = ACTIONS(1943), + [sym___c_single_quote] = ACTIONS(1943), + [sym___r_double_quote] = ACTIONS(1943), + [sym___r_single_quote] = ACTIONS(1943), + }, + [1290] = { + [sym_line_comment] = STATE(1290), + [sym_block_comment] = STATE(1290), + [sym_identifier] = ACTIONS(3078), + [anon_sym_LF] = ACTIONS(3078), + [anon_sym_CR] = ACTIONS(3078), + [anon_sym_CR_LF] = ACTIONS(3078), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3078), + [anon_sym_DOT] = ACTIONS(3078), + [anon_sym_as] = ACTIONS(3078), + [anon_sym_LBRACE] = ACTIONS(3078), + [anon_sym_COMMA] = ACTIONS(3078), + [anon_sym_LPAREN] = ACTIONS(3078), + [anon_sym_RPAREN] = ACTIONS(3078), + [anon_sym_PIPE] = ACTIONS(3078), + [anon_sym_fn] = ACTIONS(3078), + [anon_sym_PLUS] = ACTIONS(3078), + [anon_sym_DASH] = ACTIONS(3078), + [anon_sym_STAR] = ACTIONS(3078), + [anon_sym_SLASH] = ACTIONS(3078), + [anon_sym_PERCENT] = ACTIONS(3078), + [anon_sym_LT] = ACTIONS(3078), + [anon_sym_GT] = ACTIONS(3078), + [anon_sym_EQ_EQ] = ACTIONS(3078), + [anon_sym_BANG_EQ] = ACTIONS(3078), + [anon_sym_LT_EQ] = ACTIONS(3078), + [anon_sym_GT_EQ] = ACTIONS(3078), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3078), + [anon_sym_LBRACK] = ACTIONS(3075), + [anon_sym_struct] = ACTIONS(3078), + [anon_sym_mut] = ACTIONS(3078), + [anon_sym_PLUS_PLUS] = ACTIONS(3078), + [anon_sym_DASH_DASH] = ACTIONS(3078), + [anon_sym_QMARK] = ACTIONS(3078), + [anon_sym_BANG] = ACTIONS(3078), + [anon_sym_go] = ACTIONS(3078), + [anon_sym_spawn] = ACTIONS(3078), + [anon_sym_json_DOTdecode] = ACTIONS(3078), + [anon_sym_LBRACK2] = ACTIONS(3078), + [anon_sym_TILDE] = ACTIONS(3078), + [anon_sym_CARET] = ACTIONS(3078), + [anon_sym_AMP] = ACTIONS(3078), + [anon_sym_LT_DASH] = ACTIONS(3078), + [anon_sym_LT_LT] = ACTIONS(3078), + [anon_sym_GT_GT] = ACTIONS(3078), + [anon_sym_GT_GT_GT] = ACTIONS(3078), + [anon_sym_AMP_CARET] = ACTIONS(3078), + [anon_sym_AMP_AMP] = ACTIONS(3078), + [anon_sym_PIPE_PIPE] = ACTIONS(3078), + [anon_sym_or] = ACTIONS(3078), + [sym_none] = ACTIONS(3078), + [sym_true] = ACTIONS(3078), + [sym_false] = ACTIONS(3078), + [sym_nil] = ACTIONS(3078), + [anon_sym_QMARK_DOT] = ACTIONS(3078), + [anon_sym_POUND_LBRACK] = ACTIONS(3078), + [anon_sym_if] = ACTIONS(3078), + [anon_sym_DOLLARif] = ACTIONS(3078), + [anon_sym_is] = ACTIONS(3078), + [anon_sym_BANGis] = ACTIONS(3078), + [anon_sym_in] = ACTIONS(3078), + [anon_sym_BANGin] = ACTIONS(3078), + [anon_sym_match] = ACTIONS(3078), + [anon_sym_select] = ACTIONS(3078), + [anon_sym_lock] = ACTIONS(3078), + [anon_sym_rlock] = ACTIONS(3078), + [anon_sym_unsafe] = ACTIONS(3078), + [anon_sym_sql] = ACTIONS(3078), + [sym_int_literal] = ACTIONS(3078), + [sym_float_literal] = ACTIONS(3078), + [sym_rune_literal] = ACTIONS(3078), + [sym_pseudo_compile_time_identifier] = ACTIONS(3078), + [anon_sym_shared] = ACTIONS(3078), + [anon_sym_map_LBRACK] = ACTIONS(3078), + [anon_sym_chan] = ACTIONS(3078), + [anon_sym_thread] = ACTIONS(3078), + [anon_sym_atomic] = ACTIONS(3078), + [sym___double_quote] = ACTIONS(3078), + [sym___single_quote] = ACTIONS(3078), + [sym___c_double_quote] = ACTIONS(3078), + [sym___c_single_quote] = ACTIONS(3078), + [sym___r_double_quote] = ACTIONS(3078), + [sym___r_single_quote] = ACTIONS(3078), }, - [1288] = { - [sym_line_comment] = STATE(1288), - [sym_block_comment] = STATE(1288), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(603), - [anon_sym_DOT] = ACTIONS(603), - [anon_sym_as] = ACTIONS(607), - [anon_sym_COMMA] = ACTIONS(603), - [anon_sym_LPAREN] = ACTIONS(3618), - [anon_sym_EQ] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(613), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(603), - [anon_sym_BANG_EQ] = ACTIONS(603), - [anon_sym_LT_EQ] = ACTIONS(603), - [anon_sym_GT_EQ] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(3853), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(607), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_LT] = ACTIONS(607), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(607), - [anon_sym_AMP_CARET] = ACTIONS(607), - [anon_sym_AMP_AMP] = ACTIONS(603), - [anon_sym_PIPE_PIPE] = ACTIONS(603), - [anon_sym_or] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(603), - [anon_sym_POUND_LBRACK] = ACTIONS(603), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(603), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(603), - [anon_sym_STAR_EQ] = ACTIONS(603), - [anon_sym_SLASH_EQ] = ACTIONS(603), - [anon_sym_PERCENT_EQ] = ACTIONS(603), - [anon_sym_LT_LT_EQ] = ACTIONS(603), - [anon_sym_GT_GT_EQ] = ACTIONS(603), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(603), - [anon_sym_AMP_EQ] = ACTIONS(603), - [anon_sym_AMP_CARET_EQ] = ACTIONS(603), - [anon_sym_PLUS_EQ] = ACTIONS(603), - [anon_sym_DASH_EQ] = ACTIONS(603), - [anon_sym_PIPE_EQ] = ACTIONS(603), - [anon_sym_CARET_EQ] = ACTIONS(603), - [anon_sym_COLON_EQ] = ACTIONS(603), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), + [1291] = { + [sym_line_comment] = STATE(1291), + [sym_block_comment] = STATE(1291), + [sym_identifier] = ACTIONS(3088), + [anon_sym_LF] = ACTIONS(3088), + [anon_sym_CR] = ACTIONS(3088), + [anon_sym_CR_LF] = ACTIONS(3088), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(3088), + [anon_sym_as] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3088), + [anon_sym_COMMA] = ACTIONS(3088), + [anon_sym_LPAREN] = ACTIONS(3088), + [anon_sym_RPAREN] = ACTIONS(3088), + [anon_sym_PIPE] = ACTIONS(3088), + [anon_sym_fn] = ACTIONS(3088), + [anon_sym_PLUS] = ACTIONS(3088), + [anon_sym_DASH] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3088), + [anon_sym_SLASH] = ACTIONS(3088), + [anon_sym_PERCENT] = ACTIONS(3088), + [anon_sym_LT] = ACTIONS(3088), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_LT_EQ] = ACTIONS(3088), + [anon_sym_GT_EQ] = ACTIONS(3088), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3085), + [anon_sym_struct] = ACTIONS(3088), + [anon_sym_mut] = ACTIONS(3088), + [anon_sym_PLUS_PLUS] = ACTIONS(3088), + [anon_sym_DASH_DASH] = ACTIONS(3088), + [anon_sym_QMARK] = ACTIONS(3088), + [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_go] = ACTIONS(3088), + [anon_sym_spawn] = ACTIONS(3088), + [anon_sym_json_DOTdecode] = ACTIONS(3088), + [anon_sym_LBRACK2] = ACTIONS(3088), + [anon_sym_TILDE] = ACTIONS(3088), + [anon_sym_CARET] = ACTIONS(3088), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_LT_DASH] = ACTIONS(3088), + [anon_sym_LT_LT] = ACTIONS(3088), + [anon_sym_GT_GT] = ACTIONS(3088), + [anon_sym_GT_GT_GT] = ACTIONS(3088), + [anon_sym_AMP_CARET] = ACTIONS(3088), + [anon_sym_AMP_AMP] = ACTIONS(3088), + [anon_sym_PIPE_PIPE] = ACTIONS(3088), + [anon_sym_or] = ACTIONS(3088), + [sym_none] = ACTIONS(3088), + [sym_true] = ACTIONS(3088), + [sym_false] = ACTIONS(3088), + [sym_nil] = ACTIONS(3088), + [anon_sym_QMARK_DOT] = ACTIONS(3088), + [anon_sym_POUND_LBRACK] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_DOLLARif] = ACTIONS(3088), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3088), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_BANGin] = ACTIONS(3088), + [anon_sym_match] = ACTIONS(3088), + [anon_sym_select] = ACTIONS(3088), + [anon_sym_lock] = ACTIONS(3088), + [anon_sym_rlock] = ACTIONS(3088), + [anon_sym_unsafe] = ACTIONS(3088), + [anon_sym_sql] = ACTIONS(3088), + [sym_int_literal] = ACTIONS(3088), + [sym_float_literal] = ACTIONS(3088), + [sym_rune_literal] = ACTIONS(3088), + [sym_pseudo_compile_time_identifier] = ACTIONS(3088), + [anon_sym_shared] = ACTIONS(3088), + [anon_sym_map_LBRACK] = ACTIONS(3088), + [anon_sym_chan] = ACTIONS(3088), + [anon_sym_thread] = ACTIONS(3088), + [anon_sym_atomic] = ACTIONS(3088), + [sym___double_quote] = ACTIONS(3088), + [sym___single_quote] = ACTIONS(3088), + [sym___c_double_quote] = ACTIONS(3088), + [sym___c_single_quote] = ACTIONS(3088), + [sym___r_double_quote] = ACTIONS(3088), + [sym___r_single_quote] = ACTIONS(3088), }, - [1289] = { - [sym_line_comment] = STATE(1289), - [sym_block_comment] = STATE(1289), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), + [1292] = { + [sym_line_comment] = STATE(1292), + [sym_block_comment] = STATE(1292), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), [sym_identifier] = ACTIONS(1877), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), + [anon_sym_DOT] = ACTIONS(3859), [anon_sym_as] = ACTIONS(1877), [anon_sym_LBRACE] = ACTIONS(1875), [anon_sym_COMMA] = ACTIONS(1875), [anon_sym_RBRACE] = ACTIONS(1875), - [anon_sym_LPAREN] = ACTIONS(3857), + [anon_sym_LPAREN] = ACTIONS(3861), [anon_sym_PIPE] = ACTIONS(1877), [anon_sym_fn] = ACTIONS(1877), [anon_sym_PLUS] = ACTIONS(1877), @@ -166777,19 +167082,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANG_EQ] = ACTIONS(1875), [anon_sym_LT_EQ] = ACTIONS(1875), [anon_sym_GT_EQ] = ACTIONS(1875), - [anon_sym_LBRACK] = ACTIONS(3859), + [anon_sym_LBRACK] = ACTIONS(3863), [anon_sym_RBRACK] = ACTIONS(1875), [anon_sym_struct] = ACTIONS(1877), [anon_sym_mut] = ACTIONS(1877), [anon_sym_COLON] = ACTIONS(1875), [anon_sym_PLUS_PLUS] = ACTIONS(1875), [anon_sym_DASH_DASH] = ACTIONS(1875), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), [anon_sym_go] = ACTIONS(1877), [anon_sym_spawn] = ACTIONS(1877), [anon_sym_json_DOTdecode] = ACTIONS(1875), - [anon_sym_LBRACK2] = ACTIONS(3865), + [anon_sym_LBRACK2] = ACTIONS(3869), [anon_sym_TILDE] = ACTIONS(1875), [anon_sym_CARET] = ACTIONS(1875), [anon_sym_AMP] = ACTIONS(1877), @@ -166805,8 +167110,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(1877), [sym_false] = ACTIONS(1877), [sym_nil] = ACTIONS(1877), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), [anon_sym_if] = ACTIONS(1877), [anon_sym_DOLLARif] = ACTIONS(1877), [anon_sym_is] = ACTIONS(1877), @@ -166835,1340 +167140,1252 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1875), [sym___r_single_quote] = ACTIONS(1875), }, - [1290] = { - [sym_line_comment] = STATE(1290), - [sym_block_comment] = STATE(1290), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1813), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1811), - [anon_sym_COMMA] = ACTIONS(1811), - [anon_sym_RBRACE] = ACTIONS(1811), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(1813), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1813), - [anon_sym_STAR] = ACTIONS(1811), - [anon_sym_SLASH] = ACTIONS(1813), - [anon_sym_PERCENT] = ACTIONS(1811), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1811), - [anon_sym_BANG_EQ] = ACTIONS(1811), - [anon_sym_LT_EQ] = ACTIONS(1811), - [anon_sym_GT_EQ] = ACTIONS(1811), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_RBRACK] = ACTIONS(1811), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_COLON] = ACTIONS(1811), - [anon_sym_PLUS_PLUS] = ACTIONS(1811), - [anon_sym_DASH_DASH] = ACTIONS(1811), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1811), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1811), - [anon_sym_CARET] = ACTIONS(1811), - [anon_sym_AMP] = ACTIONS(1813), - [anon_sym_LT_DASH] = ACTIONS(1811), - [anon_sym_LT_LT] = ACTIONS(1811), - [anon_sym_GT_GT] = ACTIONS(1813), - [anon_sym_GT_GT_GT] = ACTIONS(1811), - [anon_sym_AMP_CARET] = ACTIONS(1811), - [anon_sym_AMP_AMP] = ACTIONS(1811), - [anon_sym_PIPE_PIPE] = ACTIONS(1811), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1811), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1811), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1811), - [sym_rune_literal] = ACTIONS(1811), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1811), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1811), - [sym___single_quote] = ACTIONS(1811), - [sym___c_double_quote] = ACTIONS(1811), - [sym___c_single_quote] = ACTIONS(1811), - [sym___r_double_quote] = ACTIONS(1811), - [sym___r_single_quote] = ACTIONS(1811), - }, - [1291] = { - [sym_line_comment] = STATE(1291), - [sym_block_comment] = STATE(1291), - [sym_identifier] = ACTIONS(2963), - [anon_sym_LF] = ACTIONS(2963), - [anon_sym_CR] = ACTIONS(2963), - [anon_sym_CR_LF] = ACTIONS(2963), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2963), - [anon_sym_DOT] = ACTIONS(2963), - [anon_sym_as] = ACTIONS(2963), - [anon_sym_LBRACE] = ACTIONS(2963), - [anon_sym_COMMA] = ACTIONS(2963), - [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_RPAREN] = ACTIONS(2963), - [anon_sym_PIPE] = ACTIONS(2963), - [anon_sym_fn] = ACTIONS(2963), - [anon_sym_PLUS] = ACTIONS(2963), - [anon_sym_DASH] = ACTIONS(2963), - [anon_sym_STAR] = ACTIONS(2963), - [anon_sym_SLASH] = ACTIONS(2963), - [anon_sym_PERCENT] = ACTIONS(2963), - [anon_sym_LT] = ACTIONS(2963), - [anon_sym_GT] = ACTIONS(2963), - [anon_sym_EQ_EQ] = ACTIONS(2963), - [anon_sym_BANG_EQ] = ACTIONS(2963), - [anon_sym_LT_EQ] = ACTIONS(2963), - [anon_sym_GT_EQ] = ACTIONS(2963), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2966), - [anon_sym_struct] = ACTIONS(2963), - [anon_sym_mut] = ACTIONS(2963), - [anon_sym_PLUS_PLUS] = ACTIONS(2963), - [anon_sym_DASH_DASH] = ACTIONS(2963), - [anon_sym_QMARK] = ACTIONS(2963), - [anon_sym_BANG] = ACTIONS(2963), - [anon_sym_go] = ACTIONS(2963), - [anon_sym_spawn] = ACTIONS(2963), - [anon_sym_json_DOTdecode] = ACTIONS(2963), - [anon_sym_LBRACK2] = ACTIONS(2963), - [anon_sym_TILDE] = ACTIONS(2963), - [anon_sym_CARET] = ACTIONS(2963), - [anon_sym_AMP] = ACTIONS(2963), - [anon_sym_LT_DASH] = ACTIONS(2963), - [anon_sym_LT_LT] = ACTIONS(2963), - [anon_sym_GT_GT] = ACTIONS(2963), - [anon_sym_GT_GT_GT] = ACTIONS(2963), - [anon_sym_AMP_CARET] = ACTIONS(2963), - [anon_sym_AMP_AMP] = ACTIONS(2963), - [anon_sym_PIPE_PIPE] = ACTIONS(2963), - [anon_sym_or] = ACTIONS(2963), - [sym_none] = ACTIONS(2963), - [sym_true] = ACTIONS(2963), - [sym_false] = ACTIONS(2963), - [sym_nil] = ACTIONS(2963), - [anon_sym_QMARK_DOT] = ACTIONS(2963), - [anon_sym_POUND_LBRACK] = ACTIONS(2963), - [anon_sym_if] = ACTIONS(2963), - [anon_sym_DOLLARif] = ACTIONS(2963), - [anon_sym_is] = ACTIONS(2963), - [anon_sym_BANGis] = ACTIONS(2963), - [anon_sym_in] = ACTIONS(2963), - [anon_sym_BANGin] = ACTIONS(2963), - [anon_sym_match] = ACTIONS(2963), - [anon_sym_select] = ACTIONS(2963), - [anon_sym_lock] = ACTIONS(2963), - [anon_sym_rlock] = ACTIONS(2963), - [anon_sym_unsafe] = ACTIONS(2963), - [anon_sym_sql] = ACTIONS(2963), - [sym_int_literal] = ACTIONS(2963), - [sym_float_literal] = ACTIONS(2963), - [sym_rune_literal] = ACTIONS(2963), - [sym_pseudo_compile_time_identifier] = ACTIONS(2963), - [anon_sym_shared] = ACTIONS(2963), - [anon_sym_map_LBRACK] = ACTIONS(2963), - [anon_sym_chan] = ACTIONS(2963), - [anon_sym_thread] = ACTIONS(2963), - [anon_sym_atomic] = ACTIONS(2963), - [sym___double_quote] = ACTIONS(2963), - [sym___single_quote] = ACTIONS(2963), - [sym___c_double_quote] = ACTIONS(2963), - [sym___c_single_quote] = ACTIONS(2963), - [sym___r_double_quote] = ACTIONS(2963), - [sym___r_single_quote] = ACTIONS(2963), - }, - [1292] = { - [sym_line_comment] = STATE(1292), - [sym_block_comment] = STATE(1292), - [sym_identifier] = ACTIONS(2995), - [anon_sym_LF] = ACTIONS(2995), - [anon_sym_CR] = ACTIONS(2995), - [anon_sym_CR_LF] = ACTIONS(2995), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(2995), - [anon_sym_as] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(2995), - [anon_sym_COMMA] = ACTIONS(2995), - [anon_sym_LPAREN] = ACTIONS(2995), - [anon_sym_RPAREN] = ACTIONS(2995), - [anon_sym_PIPE] = ACTIONS(2995), - [anon_sym_fn] = ACTIONS(2995), - [anon_sym_PLUS] = ACTIONS(2995), - [anon_sym_DASH] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(2995), - [anon_sym_SLASH] = ACTIONS(2995), - [anon_sym_PERCENT] = ACTIONS(2995), - [anon_sym_LT] = ACTIONS(2995), - [anon_sym_GT] = ACTIONS(2995), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_LT_EQ] = ACTIONS(2995), - [anon_sym_GT_EQ] = ACTIONS(2995), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2995), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2995), - [anon_sym_mut] = ACTIONS(2995), - [anon_sym_PLUS_PLUS] = ACTIONS(2995), - [anon_sym_DASH_DASH] = ACTIONS(2995), - [anon_sym_QMARK] = ACTIONS(2995), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_go] = ACTIONS(2995), - [anon_sym_spawn] = ACTIONS(2995), - [anon_sym_json_DOTdecode] = ACTIONS(2995), - [anon_sym_LBRACK2] = ACTIONS(2995), - [anon_sym_TILDE] = ACTIONS(2995), - [anon_sym_CARET] = ACTIONS(2995), - [anon_sym_AMP] = ACTIONS(2995), - [anon_sym_LT_DASH] = ACTIONS(2995), - [anon_sym_LT_LT] = ACTIONS(2995), - [anon_sym_GT_GT] = ACTIONS(2995), - [anon_sym_GT_GT_GT] = ACTIONS(2995), - [anon_sym_AMP_CARET] = ACTIONS(2995), - [anon_sym_AMP_AMP] = ACTIONS(2995), - [anon_sym_PIPE_PIPE] = ACTIONS(2995), - [anon_sym_or] = ACTIONS(2995), - [sym_none] = ACTIONS(2995), - [sym_true] = ACTIONS(2995), - [sym_false] = ACTIONS(2995), - [sym_nil] = ACTIONS(2995), - [anon_sym_QMARK_DOT] = ACTIONS(2995), - [anon_sym_POUND_LBRACK] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2995), - [anon_sym_DOLLARif] = ACTIONS(2995), - [anon_sym_is] = ACTIONS(2995), - [anon_sym_BANGis] = ACTIONS(2995), - [anon_sym_in] = ACTIONS(2995), - [anon_sym_BANGin] = ACTIONS(2995), - [anon_sym_match] = ACTIONS(2995), - [anon_sym_select] = ACTIONS(2995), - [anon_sym_lock] = ACTIONS(2995), - [anon_sym_rlock] = ACTIONS(2995), - [anon_sym_unsafe] = ACTIONS(2995), - [anon_sym_sql] = ACTIONS(2995), - [sym_int_literal] = ACTIONS(2995), - [sym_float_literal] = ACTIONS(2995), - [sym_rune_literal] = ACTIONS(2995), - [sym_pseudo_compile_time_identifier] = ACTIONS(2995), - [anon_sym_shared] = ACTIONS(2995), - [anon_sym_map_LBRACK] = ACTIONS(2995), - [anon_sym_chan] = ACTIONS(2995), - [anon_sym_thread] = ACTIONS(2995), - [anon_sym_atomic] = ACTIONS(2995), - [sym___double_quote] = ACTIONS(2995), - [sym___single_quote] = ACTIONS(2995), - [sym___c_double_quote] = ACTIONS(2995), - [sym___c_single_quote] = ACTIONS(2995), - [sym___r_double_quote] = ACTIONS(2995), - [sym___r_single_quote] = ACTIONS(2995), - }, [1293] = { [sym_line_comment] = STATE(1293), [sym_block_comment] = STATE(1293), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1887), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(1887), - [anon_sym_LBRACE] = ACTIONS(1885), - [anon_sym_COMMA] = ACTIONS(1885), - [anon_sym_RBRACE] = ACTIONS(1885), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(1887), - [anon_sym_fn] = ACTIONS(1887), - [anon_sym_PLUS] = ACTIONS(1887), - [anon_sym_DASH] = ACTIONS(1887), - [anon_sym_STAR] = ACTIONS(1885), - [anon_sym_SLASH] = ACTIONS(1887), - [anon_sym_PERCENT] = ACTIONS(1885), - [anon_sym_LT] = ACTIONS(1887), - [anon_sym_GT] = ACTIONS(1887), - [anon_sym_EQ_EQ] = ACTIONS(1885), - [anon_sym_BANG_EQ] = ACTIONS(1885), - [anon_sym_LT_EQ] = ACTIONS(1885), - [anon_sym_GT_EQ] = ACTIONS(1885), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_RBRACK] = ACTIONS(1885), - [anon_sym_struct] = ACTIONS(1887), - [anon_sym_mut] = ACTIONS(1887), - [anon_sym_COLON] = ACTIONS(1885), - [anon_sym_PLUS_PLUS] = ACTIONS(1885), - [anon_sym_DASH_DASH] = ACTIONS(1885), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1887), - [anon_sym_spawn] = ACTIONS(1887), - [anon_sym_json_DOTdecode] = ACTIONS(1885), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1885), - [anon_sym_CARET] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1887), - [anon_sym_LT_DASH] = ACTIONS(1885), - [anon_sym_LT_LT] = ACTIONS(1885), - [anon_sym_GT_GT] = ACTIONS(1887), - [anon_sym_GT_GT_GT] = ACTIONS(1885), - [anon_sym_AMP_CARET] = ACTIONS(1885), - [anon_sym_AMP_AMP] = ACTIONS(1885), - [anon_sym_PIPE_PIPE] = ACTIONS(1885), - [anon_sym_or] = ACTIONS(1887), - [sym_none] = ACTIONS(1887), - [sym_true] = ACTIONS(1887), - [sym_false] = ACTIONS(1887), - [sym_nil] = ACTIONS(1887), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1887), - [anon_sym_DOLLARif] = ACTIONS(1887), - [anon_sym_is] = ACTIONS(1887), - [anon_sym_BANGis] = ACTIONS(1885), - [anon_sym_in] = ACTIONS(1887), - [anon_sym_BANGin] = ACTIONS(1885), - [anon_sym_match] = ACTIONS(1887), - [anon_sym_select] = ACTIONS(1887), - [anon_sym_lock] = ACTIONS(1887), - [anon_sym_rlock] = ACTIONS(1887), - [anon_sym_unsafe] = ACTIONS(1887), - [anon_sym_sql] = ACTIONS(1887), - [sym_int_literal] = ACTIONS(1887), - [sym_float_literal] = ACTIONS(1885), - [sym_rune_literal] = ACTIONS(1885), - [sym_pseudo_compile_time_identifier] = ACTIONS(1887), - [anon_sym_shared] = ACTIONS(1887), - [anon_sym_map_LBRACK] = ACTIONS(1885), - [anon_sym_chan] = ACTIONS(1887), - [anon_sym_thread] = ACTIONS(1887), - [anon_sym_atomic] = ACTIONS(1887), - [sym___double_quote] = ACTIONS(1885), - [sym___single_quote] = ACTIONS(1885), - [sym___c_double_quote] = ACTIONS(1885), - [sym___c_single_quote] = ACTIONS(1885), - [sym___r_double_quote] = ACTIONS(1885), - [sym___r_single_quote] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(595), + [anon_sym_DOT] = ACTIONS(595), + [anon_sym_as] = ACTIONS(599), + [anon_sym_COMMA] = ACTIONS(595), + [anon_sym_LPAREN] = ACTIONS(3626), + [anon_sym_EQ] = ACTIONS(599), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(605), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(599), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(595), + [anon_sym_BANG_EQ] = ACTIONS(595), + [anon_sym_LT_EQ] = ACTIONS(595), + [anon_sym_GT_EQ] = ACTIONS(595), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(595), + [anon_sym_DASH_DASH] = ACTIONS(595), + [anon_sym_QMARK] = ACTIONS(515), + [anon_sym_BANG] = ACTIONS(3875), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(599), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_LT] = ACTIONS(599), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(599), + [anon_sym_AMP_CARET] = ACTIONS(599), + [anon_sym_AMP_AMP] = ACTIONS(595), + [anon_sym_PIPE_PIPE] = ACTIONS(595), + [anon_sym_or] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(595), + [anon_sym_POUND_LBRACK] = ACTIONS(595), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(595), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(595), + [anon_sym_STAR_EQ] = ACTIONS(595), + [anon_sym_SLASH_EQ] = ACTIONS(595), + [anon_sym_PERCENT_EQ] = ACTIONS(595), + [anon_sym_LT_LT_EQ] = ACTIONS(595), + [anon_sym_GT_GT_EQ] = ACTIONS(595), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(595), + [anon_sym_AMP_EQ] = ACTIONS(595), + [anon_sym_AMP_CARET_EQ] = ACTIONS(595), + [anon_sym_PLUS_EQ] = ACTIONS(595), + [anon_sym_DASH_EQ] = ACTIONS(595), + [anon_sym_PIPE_EQ] = ACTIONS(595), + [anon_sym_CARET_EQ] = ACTIONS(595), + [anon_sym_COLON_EQ] = ACTIONS(595), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), }, [1294] = { [sym_line_comment] = STATE(1294), [sym_block_comment] = STATE(1294), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_format_specifier] = STATE(4157), - [sym_identifier] = ACTIONS(3871), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(3875), - [anon_sym_RBRACE] = ACTIONS(3875), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3877), - [anon_sym_fn] = ACTIONS(3871), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_SLASH] = ACTIONS(3881), - [anon_sym_PERCENT] = ACTIONS(3879), - [anon_sym_LT] = ACTIONS(3883), - [anon_sym_GT] = ACTIONS(3883), - [anon_sym_EQ_EQ] = ACTIONS(3885), - [anon_sym_BANG_EQ] = ACTIONS(3885), - [anon_sym_LT_EQ] = ACTIONS(3885), - [anon_sym_GT_EQ] = ACTIONS(3885), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_struct] = ACTIONS(3871), - [anon_sym_mut] = ACTIONS(3871), - [anon_sym_COLON] = ACTIONS(3887), - [anon_sym_PLUS_PLUS] = ACTIONS(3889), - [anon_sym_DASH_DASH] = ACTIONS(3891), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(3871), - [anon_sym_spawn] = ACTIONS(3871), - [anon_sym_json_DOTdecode] = ACTIONS(3875), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(3875), - [anon_sym_CARET] = ACTIONS(3893), - [anon_sym_AMP] = ACTIONS(3881), - [anon_sym_LT_DASH] = ACTIONS(3875), - [anon_sym_LT_LT] = ACTIONS(3879), - [anon_sym_GT_GT] = ACTIONS(3881), - [anon_sym_GT_GT_GT] = ACTIONS(3879), - [anon_sym_AMP_CARET] = ACTIONS(3879), - [anon_sym_AMP_AMP] = ACTIONS(3895), - [anon_sym_PIPE_PIPE] = ACTIONS(3897), - [anon_sym_or] = ACTIONS(3899), - [sym_none] = ACTIONS(3871), - [sym_true] = ACTIONS(3871), - [sym_false] = ACTIONS(3871), - [sym_nil] = ACTIONS(3871), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(3871), - [anon_sym_DOLLARif] = ACTIONS(3871), - [anon_sym_is] = ACTIONS(3901), - [anon_sym_BANGis] = ACTIONS(3903), - [anon_sym_in] = ACTIONS(3905), - [anon_sym_BANGin] = ACTIONS(3907), - [anon_sym_match] = ACTIONS(3871), - [anon_sym_select] = ACTIONS(3871), - [anon_sym_lock] = ACTIONS(3871), - [anon_sym_rlock] = ACTIONS(3871), - [anon_sym_unsafe] = ACTIONS(3871), - [anon_sym_sql] = ACTIONS(3871), - [sym_int_literal] = ACTIONS(3871), - [sym_float_literal] = ACTIONS(3875), - [sym_rune_literal] = ACTIONS(3875), - [sym_pseudo_compile_time_identifier] = ACTIONS(3871), - [anon_sym_shared] = ACTIONS(3871), - [anon_sym_map_LBRACK] = ACTIONS(3875), - [anon_sym_chan] = ACTIONS(3871), - [anon_sym_thread] = ACTIONS(3871), - [anon_sym_atomic] = ACTIONS(3871), - [sym___double_quote] = ACTIONS(3875), - [sym___single_quote] = ACTIONS(3875), - [sym___c_double_quote] = ACTIONS(3875), - [sym___c_single_quote] = ACTIONS(3875), - [sym___r_double_quote] = ACTIONS(3875), - [sym___r_single_quote] = ACTIONS(3875), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1853), + [anon_sym_COMMA] = ACTIONS(1853), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(1855), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(1853), + [anon_sym_SLASH] = ACTIONS(1855), + [anon_sym_PERCENT] = ACTIONS(1853), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1853), + [anon_sym_BANG_EQ] = ACTIONS(1853), + [anon_sym_LT_EQ] = ACTIONS(1853), + [anon_sym_GT_EQ] = ACTIONS(1853), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_RBRACK] = ACTIONS(1853), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_COLON] = ACTIONS(1853), + [anon_sym_PLUS_PLUS] = ACTIONS(1853), + [anon_sym_DASH_DASH] = ACTIONS(1853), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1853), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1853), + [anon_sym_CARET] = ACTIONS(1853), + [anon_sym_AMP] = ACTIONS(1855), + [anon_sym_LT_DASH] = ACTIONS(1853), + [anon_sym_LT_LT] = ACTIONS(1853), + [anon_sym_GT_GT] = ACTIONS(1855), + [anon_sym_GT_GT_GT] = ACTIONS(1853), + [anon_sym_AMP_CARET] = ACTIONS(1853), + [anon_sym_AMP_AMP] = ACTIONS(1853), + [anon_sym_PIPE_PIPE] = ACTIONS(1853), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1853), + [anon_sym_in] = ACTIONS(1855), + [anon_sym_BANGin] = ACTIONS(1853), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1853), + [sym_rune_literal] = ACTIONS(1853), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1853), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1853), + [sym___single_quote] = ACTIONS(1853), + [sym___c_double_quote] = ACTIONS(1853), + [sym___c_single_quote] = ACTIONS(1853), + [sym___r_double_quote] = ACTIONS(1853), + [sym___r_single_quote] = ACTIONS(1853), }, [1295] = { [sym_line_comment] = STATE(1295), [sym_block_comment] = STATE(1295), - [sym_else_branch] = STATE(1405), - [sym_identifier] = ACTIONS(2487), + [sym_else_branch] = STATE(1380), + [sym_identifier] = ACTIONS(2429), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2487), - [anon_sym_as] = ACTIONS(2487), - [anon_sym_LBRACE] = ACTIONS(2485), - [anon_sym_COMMA] = ACTIONS(2485), - [anon_sym_RBRACE] = ACTIONS(2485), - [anon_sym_LPAREN] = ACTIONS(2485), - [anon_sym_PIPE] = ACTIONS(2487), - [anon_sym_fn] = ACTIONS(2487), - [anon_sym_PLUS] = ACTIONS(2487), - [anon_sym_DASH] = ACTIONS(2487), - [anon_sym_STAR] = ACTIONS(2485), - [anon_sym_SLASH] = ACTIONS(2487), - [anon_sym_PERCENT] = ACTIONS(2485), - [anon_sym_LT] = ACTIONS(2487), - [anon_sym_GT] = ACTIONS(2487), - [anon_sym_EQ_EQ] = ACTIONS(2485), - [anon_sym_BANG_EQ] = ACTIONS(2485), - [anon_sym_LT_EQ] = ACTIONS(2485), - [anon_sym_GT_EQ] = ACTIONS(2485), - [anon_sym_LBRACK] = ACTIONS(2485), - [anon_sym_RBRACK] = ACTIONS(2485), - [anon_sym_struct] = ACTIONS(2487), - [anon_sym_mut] = ACTIONS(2487), - [anon_sym_COLON] = ACTIONS(2485), - [anon_sym_PLUS_PLUS] = ACTIONS(2485), - [anon_sym_DASH_DASH] = ACTIONS(2485), - [anon_sym_QMARK] = ACTIONS(2487), - [anon_sym_BANG] = ACTIONS(2487), - [anon_sym_go] = ACTIONS(2487), - [anon_sym_spawn] = ACTIONS(2487), - [anon_sym_json_DOTdecode] = ACTIONS(2485), - [anon_sym_LBRACK2] = ACTIONS(2487), - [anon_sym_TILDE] = ACTIONS(2485), - [anon_sym_CARET] = ACTIONS(2485), - [anon_sym_AMP] = ACTIONS(2487), - [anon_sym_LT_DASH] = ACTIONS(2485), - [anon_sym_LT_LT] = ACTIONS(2485), - [anon_sym_GT_GT] = ACTIONS(2487), - [anon_sym_GT_GT_GT] = ACTIONS(2485), - [anon_sym_AMP_CARET] = ACTIONS(2485), - [anon_sym_AMP_AMP] = ACTIONS(2485), - [anon_sym_PIPE_PIPE] = ACTIONS(2485), - [anon_sym_or] = ACTIONS(2487), - [sym_none] = ACTIONS(2487), - [sym_true] = ACTIONS(2487), - [sym_false] = ACTIONS(2487), - [sym_nil] = ACTIONS(2487), - [anon_sym_QMARK_DOT] = ACTIONS(2485), - [anon_sym_POUND_LBRACK] = ACTIONS(2485), - [anon_sym_if] = ACTIONS(2487), - [anon_sym_else] = ACTIONS(3909), - [anon_sym_DOLLARif] = ACTIONS(2487), - [anon_sym_is] = ACTIONS(2487), - [anon_sym_BANGis] = ACTIONS(2485), - [anon_sym_in] = ACTIONS(2487), - [anon_sym_BANGin] = ACTIONS(2485), - [anon_sym_match] = ACTIONS(2487), - [anon_sym_select] = ACTIONS(2487), - [anon_sym_lock] = ACTIONS(2487), - [anon_sym_rlock] = ACTIONS(2487), - [anon_sym_unsafe] = ACTIONS(2487), - [anon_sym_sql] = ACTIONS(2487), - [sym_int_literal] = ACTIONS(2487), - [sym_float_literal] = ACTIONS(2485), - [sym_rune_literal] = ACTIONS(2485), - [sym_pseudo_compile_time_identifier] = ACTIONS(2487), - [anon_sym_shared] = ACTIONS(2487), - [anon_sym_map_LBRACK] = ACTIONS(2485), - [anon_sym_chan] = ACTIONS(2487), - [anon_sym_thread] = ACTIONS(2487), - [anon_sym_atomic] = ACTIONS(2487), - [sym___double_quote] = ACTIONS(2485), - [sym___single_quote] = ACTIONS(2485), - [sym___c_double_quote] = ACTIONS(2485), - [sym___c_single_quote] = ACTIONS(2485), - [sym___r_double_quote] = ACTIONS(2485), - [sym___r_single_quote] = ACTIONS(2485), + [anon_sym_DOT] = ACTIONS(2429), + [anon_sym_as] = ACTIONS(2429), + [anon_sym_LBRACE] = ACTIONS(2427), + [anon_sym_COMMA] = ACTIONS(2427), + [anon_sym_RBRACE] = ACTIONS(2427), + [anon_sym_LPAREN] = ACTIONS(2427), + [anon_sym_PIPE] = ACTIONS(2429), + [anon_sym_fn] = ACTIONS(2429), + [anon_sym_PLUS] = ACTIONS(2429), + [anon_sym_DASH] = ACTIONS(2429), + [anon_sym_STAR] = ACTIONS(2427), + [anon_sym_SLASH] = ACTIONS(2429), + [anon_sym_PERCENT] = ACTIONS(2427), + [anon_sym_LT] = ACTIONS(2429), + [anon_sym_GT] = ACTIONS(2429), + [anon_sym_EQ_EQ] = ACTIONS(2427), + [anon_sym_BANG_EQ] = ACTIONS(2427), + [anon_sym_LT_EQ] = ACTIONS(2427), + [anon_sym_GT_EQ] = ACTIONS(2427), + [anon_sym_LBRACK] = ACTIONS(2427), + [anon_sym_RBRACK] = ACTIONS(2427), + [anon_sym_struct] = ACTIONS(2429), + [anon_sym_mut] = ACTIONS(2429), + [anon_sym_COLON] = ACTIONS(2427), + [anon_sym_PLUS_PLUS] = ACTIONS(2427), + [anon_sym_DASH_DASH] = ACTIONS(2427), + [anon_sym_QMARK] = ACTIONS(2429), + [anon_sym_BANG] = ACTIONS(2429), + [anon_sym_go] = ACTIONS(2429), + [anon_sym_spawn] = ACTIONS(2429), + [anon_sym_json_DOTdecode] = ACTIONS(2427), + [anon_sym_LBRACK2] = ACTIONS(2429), + [anon_sym_TILDE] = ACTIONS(2427), + [anon_sym_CARET] = ACTIONS(2427), + [anon_sym_AMP] = ACTIONS(2429), + [anon_sym_LT_DASH] = ACTIONS(2427), + [anon_sym_LT_LT] = ACTIONS(2427), + [anon_sym_GT_GT] = ACTIONS(2429), + [anon_sym_GT_GT_GT] = ACTIONS(2427), + [anon_sym_AMP_CARET] = ACTIONS(2427), + [anon_sym_AMP_AMP] = ACTIONS(2427), + [anon_sym_PIPE_PIPE] = ACTIONS(2427), + [anon_sym_or] = ACTIONS(2429), + [sym_none] = ACTIONS(2429), + [sym_true] = ACTIONS(2429), + [sym_false] = ACTIONS(2429), + [sym_nil] = ACTIONS(2429), + [anon_sym_QMARK_DOT] = ACTIONS(2427), + [anon_sym_POUND_LBRACK] = ACTIONS(2427), + [anon_sym_if] = ACTIONS(2429), + [anon_sym_else] = ACTIONS(3877), + [anon_sym_DOLLARif] = ACTIONS(2429), + [anon_sym_is] = ACTIONS(2429), + [anon_sym_BANGis] = ACTIONS(2427), + [anon_sym_in] = ACTIONS(2429), + [anon_sym_BANGin] = ACTIONS(2427), + [anon_sym_match] = ACTIONS(2429), + [anon_sym_select] = ACTIONS(2429), + [anon_sym_lock] = ACTIONS(2429), + [anon_sym_rlock] = ACTIONS(2429), + [anon_sym_unsafe] = ACTIONS(2429), + [anon_sym_sql] = ACTIONS(2429), + [sym_int_literal] = ACTIONS(2429), + [sym_float_literal] = ACTIONS(2427), + [sym_rune_literal] = ACTIONS(2427), + [sym_pseudo_compile_time_identifier] = ACTIONS(2429), + [anon_sym_shared] = ACTIONS(2429), + [anon_sym_map_LBRACK] = ACTIONS(2427), + [anon_sym_chan] = ACTIONS(2429), + [anon_sym_thread] = ACTIONS(2429), + [anon_sym_atomic] = ACTIONS(2429), + [sym___double_quote] = ACTIONS(2427), + [sym___single_quote] = ACTIONS(2427), + [sym___c_double_quote] = ACTIONS(2427), + [sym___c_single_quote] = ACTIONS(2427), + [sym___r_double_quote] = ACTIONS(2427), + [sym___r_single_quote] = ACTIONS(2427), }, [1296] = { [sym_line_comment] = STATE(1296), [sym_block_comment] = STATE(1296), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_format_specifier] = STATE(4254), - [sym_identifier] = ACTIONS(3871), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_format_specifier] = STATE(4255), + [sym_identifier] = ACTIONS(3879), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(3875), - [anon_sym_RBRACE] = ACTIONS(3875), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3877), - [anon_sym_fn] = ACTIONS(3871), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_SLASH] = ACTIONS(3881), - [anon_sym_PERCENT] = ACTIONS(3879), - [anon_sym_LT] = ACTIONS(3883), - [anon_sym_GT] = ACTIONS(3883), - [anon_sym_EQ_EQ] = ACTIONS(3885), - [anon_sym_BANG_EQ] = ACTIONS(3885), - [anon_sym_LT_EQ] = ACTIONS(3885), - [anon_sym_GT_EQ] = ACTIONS(3885), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_struct] = ACTIONS(3871), - [anon_sym_mut] = ACTIONS(3871), - [anon_sym_COLON] = ACTIONS(3887), - [anon_sym_PLUS_PLUS] = ACTIONS(3889), - [anon_sym_DASH_DASH] = ACTIONS(3891), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(3871), - [anon_sym_spawn] = ACTIONS(3871), - [anon_sym_json_DOTdecode] = ACTIONS(3875), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(3875), - [anon_sym_CARET] = ACTIONS(3893), - [anon_sym_AMP] = ACTIONS(3881), - [anon_sym_LT_DASH] = ACTIONS(3875), - [anon_sym_LT_LT] = ACTIONS(3879), - [anon_sym_GT_GT] = ACTIONS(3881), - [anon_sym_GT_GT_GT] = ACTIONS(3879), - [anon_sym_AMP_CARET] = ACTIONS(3879), - [anon_sym_AMP_AMP] = ACTIONS(3895), - [anon_sym_PIPE_PIPE] = ACTIONS(3897), - [anon_sym_or] = ACTIONS(3899), - [sym_none] = ACTIONS(3871), - [sym_true] = ACTIONS(3871), - [sym_false] = ACTIONS(3871), - [sym_nil] = ACTIONS(3871), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(3871), - [anon_sym_DOLLARif] = ACTIONS(3871), - [anon_sym_is] = ACTIONS(3901), - [anon_sym_BANGis] = ACTIONS(3903), - [anon_sym_in] = ACTIONS(3905), - [anon_sym_BANGin] = ACTIONS(3907), - [anon_sym_match] = ACTIONS(3871), - [anon_sym_select] = ACTIONS(3871), - [anon_sym_lock] = ACTIONS(3871), - [anon_sym_rlock] = ACTIONS(3871), - [anon_sym_unsafe] = ACTIONS(3871), - [anon_sym_sql] = ACTIONS(3871), - [sym_int_literal] = ACTIONS(3871), - [sym_float_literal] = ACTIONS(3875), - [sym_rune_literal] = ACTIONS(3875), - [sym_pseudo_compile_time_identifier] = ACTIONS(3871), - [anon_sym_shared] = ACTIONS(3871), - [anon_sym_map_LBRACK] = ACTIONS(3875), - [anon_sym_chan] = ACTIONS(3871), - [anon_sym_thread] = ACTIONS(3871), - [anon_sym_atomic] = ACTIONS(3871), - [sym___double_quote] = ACTIONS(3875), - [sym___single_quote] = ACTIONS(3875), - [sym___c_double_quote] = ACTIONS(3875), - [sym___c_single_quote] = ACTIONS(3875), - [sym___r_double_quote] = ACTIONS(3875), - [sym___r_single_quote] = ACTIONS(3875), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(3881), + [anon_sym_LBRACE] = ACTIONS(3883), + [anon_sym_RBRACE] = ACTIONS(3883), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3885), + [anon_sym_fn] = ACTIONS(3879), + [anon_sym_PLUS] = ACTIONS(3885), + [anon_sym_DASH] = ACTIONS(3885), + [anon_sym_STAR] = ACTIONS(3887), + [anon_sym_SLASH] = ACTIONS(3889), + [anon_sym_PERCENT] = ACTIONS(3887), + [anon_sym_LT] = ACTIONS(3891), + [anon_sym_GT] = ACTIONS(3891), + [anon_sym_EQ_EQ] = ACTIONS(3893), + [anon_sym_BANG_EQ] = ACTIONS(3893), + [anon_sym_LT_EQ] = ACTIONS(3893), + [anon_sym_GT_EQ] = ACTIONS(3893), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_struct] = ACTIONS(3879), + [anon_sym_mut] = ACTIONS(3879), + [anon_sym_COLON] = ACTIONS(3895), + [anon_sym_PLUS_PLUS] = ACTIONS(3897), + [anon_sym_DASH_DASH] = ACTIONS(3899), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(3879), + [anon_sym_spawn] = ACTIONS(3879), + [anon_sym_json_DOTdecode] = ACTIONS(3883), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(3883), + [anon_sym_CARET] = ACTIONS(3901), + [anon_sym_AMP] = ACTIONS(3889), + [anon_sym_LT_DASH] = ACTIONS(3883), + [anon_sym_LT_LT] = ACTIONS(3887), + [anon_sym_GT_GT] = ACTIONS(3889), + [anon_sym_GT_GT_GT] = ACTIONS(3887), + [anon_sym_AMP_CARET] = ACTIONS(3887), + [anon_sym_AMP_AMP] = ACTIONS(3903), + [anon_sym_PIPE_PIPE] = ACTIONS(3905), + [anon_sym_or] = ACTIONS(3907), + [sym_none] = ACTIONS(3879), + [sym_true] = ACTIONS(3879), + [sym_false] = ACTIONS(3879), + [sym_nil] = ACTIONS(3879), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(3879), + [anon_sym_DOLLARif] = ACTIONS(3879), + [anon_sym_is] = ACTIONS(3909), + [anon_sym_BANGis] = ACTIONS(3911), + [anon_sym_in] = ACTIONS(3913), + [anon_sym_BANGin] = ACTIONS(3915), + [anon_sym_match] = ACTIONS(3879), + [anon_sym_select] = ACTIONS(3879), + [anon_sym_lock] = ACTIONS(3879), + [anon_sym_rlock] = ACTIONS(3879), + [anon_sym_unsafe] = ACTIONS(3879), + [anon_sym_sql] = ACTIONS(3879), + [sym_int_literal] = ACTIONS(3879), + [sym_float_literal] = ACTIONS(3883), + [sym_rune_literal] = ACTIONS(3883), + [sym_pseudo_compile_time_identifier] = ACTIONS(3879), + [anon_sym_shared] = ACTIONS(3879), + [anon_sym_map_LBRACK] = ACTIONS(3883), + [anon_sym_chan] = ACTIONS(3879), + [anon_sym_thread] = ACTIONS(3879), + [anon_sym_atomic] = ACTIONS(3879), + [sym___double_quote] = ACTIONS(3883), + [sym___single_quote] = ACTIONS(3883), + [sym___c_double_quote] = ACTIONS(3883), + [sym___c_single_quote] = ACTIONS(3883), + [sym___r_double_quote] = ACTIONS(3883), + [sym___r_single_quote] = ACTIONS(3883), }, [1297] = { [sym_line_comment] = STATE(1297), [sym_block_comment] = STATE(1297), - [sym_else_branch] = STATE(1407), - [sym_identifier] = ACTIONS(2493), + [sym_else_branch] = STATE(1368), + [sym_identifier] = ACTIONS(2305), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2493), - [anon_sym_as] = ACTIONS(2493), - [anon_sym_LBRACE] = ACTIONS(2491), - [anon_sym_COMMA] = ACTIONS(2491), - [anon_sym_RBRACE] = ACTIONS(2491), - [anon_sym_LPAREN] = ACTIONS(2491), - [anon_sym_PIPE] = ACTIONS(2493), - [anon_sym_fn] = ACTIONS(2493), - [anon_sym_PLUS] = ACTIONS(2493), - [anon_sym_DASH] = ACTIONS(2493), - [anon_sym_STAR] = ACTIONS(2491), - [anon_sym_SLASH] = ACTIONS(2493), - [anon_sym_PERCENT] = ACTIONS(2491), - [anon_sym_LT] = ACTIONS(2493), - [anon_sym_GT] = ACTIONS(2493), - [anon_sym_EQ_EQ] = ACTIONS(2491), - [anon_sym_BANG_EQ] = ACTIONS(2491), - [anon_sym_LT_EQ] = ACTIONS(2491), - [anon_sym_GT_EQ] = ACTIONS(2491), - [anon_sym_LBRACK] = ACTIONS(2491), - [anon_sym_RBRACK] = ACTIONS(2491), - [anon_sym_struct] = ACTIONS(2493), - [anon_sym_mut] = ACTIONS(2493), - [anon_sym_COLON] = ACTIONS(2491), - [anon_sym_PLUS_PLUS] = ACTIONS(2491), - [anon_sym_DASH_DASH] = ACTIONS(2491), - [anon_sym_QMARK] = ACTIONS(2493), - [anon_sym_BANG] = ACTIONS(2493), - [anon_sym_go] = ACTIONS(2493), - [anon_sym_spawn] = ACTIONS(2493), - [anon_sym_json_DOTdecode] = ACTIONS(2491), - [anon_sym_LBRACK2] = ACTIONS(2493), - [anon_sym_TILDE] = ACTIONS(2491), - [anon_sym_CARET] = ACTIONS(2491), - [anon_sym_AMP] = ACTIONS(2493), - [anon_sym_LT_DASH] = ACTIONS(2491), - [anon_sym_LT_LT] = ACTIONS(2491), - [anon_sym_GT_GT] = ACTIONS(2493), - [anon_sym_GT_GT_GT] = ACTIONS(2491), - [anon_sym_AMP_CARET] = ACTIONS(2491), - [anon_sym_AMP_AMP] = ACTIONS(2491), - [anon_sym_PIPE_PIPE] = ACTIONS(2491), - [anon_sym_or] = ACTIONS(2493), - [sym_none] = ACTIONS(2493), - [sym_true] = ACTIONS(2493), - [sym_false] = ACTIONS(2493), - [sym_nil] = ACTIONS(2493), - [anon_sym_QMARK_DOT] = ACTIONS(2491), - [anon_sym_POUND_LBRACK] = ACTIONS(2491), - [anon_sym_if] = ACTIONS(2493), - [anon_sym_else] = ACTIONS(3909), - [anon_sym_DOLLARif] = ACTIONS(2493), - [anon_sym_is] = ACTIONS(2493), - [anon_sym_BANGis] = ACTIONS(2491), - [anon_sym_in] = ACTIONS(2493), - [anon_sym_BANGin] = ACTIONS(2491), - [anon_sym_match] = ACTIONS(2493), - [anon_sym_select] = ACTIONS(2493), - [anon_sym_lock] = ACTIONS(2493), - [anon_sym_rlock] = ACTIONS(2493), - [anon_sym_unsafe] = ACTIONS(2493), - [anon_sym_sql] = ACTIONS(2493), - [sym_int_literal] = ACTIONS(2493), - [sym_float_literal] = ACTIONS(2491), - [sym_rune_literal] = ACTIONS(2491), - [sym_pseudo_compile_time_identifier] = ACTIONS(2493), - [anon_sym_shared] = ACTIONS(2493), - [anon_sym_map_LBRACK] = ACTIONS(2491), - [anon_sym_chan] = ACTIONS(2493), - [anon_sym_thread] = ACTIONS(2493), - [anon_sym_atomic] = ACTIONS(2493), - [sym___double_quote] = ACTIONS(2491), - [sym___single_quote] = ACTIONS(2491), - [sym___c_double_quote] = ACTIONS(2491), - [sym___c_single_quote] = ACTIONS(2491), - [sym___r_double_quote] = ACTIONS(2491), - [sym___r_single_quote] = ACTIONS(2491), + [anon_sym_DOT] = ACTIONS(2305), + [anon_sym_as] = ACTIONS(2305), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_COMMA] = ACTIONS(2303), + [anon_sym_RBRACE] = ACTIONS(2303), + [anon_sym_LPAREN] = ACTIONS(2303), + [anon_sym_PIPE] = ACTIONS(2305), + [anon_sym_fn] = ACTIONS(2305), + [anon_sym_PLUS] = ACTIONS(2305), + [anon_sym_DASH] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2303), + [anon_sym_SLASH] = ACTIONS(2305), + [anon_sym_PERCENT] = ACTIONS(2303), + [anon_sym_LT] = ACTIONS(2305), + [anon_sym_GT] = ACTIONS(2305), + [anon_sym_EQ_EQ] = ACTIONS(2303), + [anon_sym_BANG_EQ] = ACTIONS(2303), + [anon_sym_LT_EQ] = ACTIONS(2303), + [anon_sym_GT_EQ] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2303), + [anon_sym_RBRACK] = ACTIONS(2303), + [anon_sym_struct] = ACTIONS(2305), + [anon_sym_mut] = ACTIONS(2305), + [anon_sym_COLON] = ACTIONS(2303), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_DASH_DASH] = ACTIONS(2303), + [anon_sym_QMARK] = ACTIONS(2305), + [anon_sym_BANG] = ACTIONS(2305), + [anon_sym_go] = ACTIONS(2305), + [anon_sym_spawn] = ACTIONS(2305), + [anon_sym_json_DOTdecode] = ACTIONS(2303), + [anon_sym_LBRACK2] = ACTIONS(2305), + [anon_sym_TILDE] = ACTIONS(2303), + [anon_sym_CARET] = ACTIONS(2303), + [anon_sym_AMP] = ACTIONS(2305), + [anon_sym_LT_DASH] = ACTIONS(2303), + [anon_sym_LT_LT] = ACTIONS(2303), + [anon_sym_GT_GT] = ACTIONS(2305), + [anon_sym_GT_GT_GT] = ACTIONS(2303), + [anon_sym_AMP_CARET] = ACTIONS(2303), + [anon_sym_AMP_AMP] = ACTIONS(2303), + [anon_sym_PIPE_PIPE] = ACTIONS(2303), + [anon_sym_or] = ACTIONS(2305), + [sym_none] = ACTIONS(2305), + [sym_true] = ACTIONS(2305), + [sym_false] = ACTIONS(2305), + [sym_nil] = ACTIONS(2305), + [anon_sym_QMARK_DOT] = ACTIONS(2303), + [anon_sym_POUND_LBRACK] = ACTIONS(2303), + [anon_sym_if] = ACTIONS(2305), + [anon_sym_else] = ACTIONS(3877), + [anon_sym_DOLLARif] = ACTIONS(2305), + [anon_sym_is] = ACTIONS(2305), + [anon_sym_BANGis] = ACTIONS(2303), + [anon_sym_in] = ACTIONS(2305), + [anon_sym_BANGin] = ACTIONS(2303), + [anon_sym_match] = ACTIONS(2305), + [anon_sym_select] = ACTIONS(2305), + [anon_sym_lock] = ACTIONS(2305), + [anon_sym_rlock] = ACTIONS(2305), + [anon_sym_unsafe] = ACTIONS(2305), + [anon_sym_sql] = ACTIONS(2305), + [sym_int_literal] = ACTIONS(2305), + [sym_float_literal] = ACTIONS(2303), + [sym_rune_literal] = ACTIONS(2303), + [sym_pseudo_compile_time_identifier] = ACTIONS(2305), + [anon_sym_shared] = ACTIONS(2305), + [anon_sym_map_LBRACK] = ACTIONS(2303), + [anon_sym_chan] = ACTIONS(2305), + [anon_sym_thread] = ACTIONS(2305), + [anon_sym_atomic] = ACTIONS(2305), + [sym___double_quote] = ACTIONS(2303), + [sym___single_quote] = ACTIONS(2303), + [sym___c_double_quote] = ACTIONS(2303), + [sym___c_single_quote] = ACTIONS(2303), + [sym___r_double_quote] = ACTIONS(2303), + [sym___r_single_quote] = ACTIONS(2303), }, [1298] = { [sym_line_comment] = STATE(1298), [sym_block_comment] = STATE(1298), - [sym_identifier] = ACTIONS(3267), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_format_specifier] = STATE(4157), + [sym_identifier] = ACTIONS(3879), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(3265), - [anon_sym_DOT] = ACTIONS(3267), - [anon_sym_as] = ACTIONS(3267), - [anon_sym_LBRACE] = ACTIONS(3265), - [anon_sym_COMMA] = ACTIONS(3265), - [anon_sym_RBRACE] = ACTIONS(3265), - [anon_sym_LPAREN] = ACTIONS(3265), - [anon_sym_PIPE] = ACTIONS(3267), - [anon_sym_fn] = ACTIONS(3267), - [anon_sym_PLUS] = ACTIONS(3267), - [anon_sym_DASH] = ACTIONS(3267), - [anon_sym_STAR] = ACTIONS(3265), - [anon_sym_SLASH] = ACTIONS(3267), - [anon_sym_PERCENT] = ACTIONS(3265), - [anon_sym_LT] = ACTIONS(3267), - [anon_sym_GT] = ACTIONS(3267), - [anon_sym_EQ_EQ] = ACTIONS(3265), - [anon_sym_BANG_EQ] = ACTIONS(3265), - [anon_sym_LT_EQ] = ACTIONS(3265), - [anon_sym_GT_EQ] = ACTIONS(3265), - [anon_sym_LBRACK] = ACTIONS(3265), - [anon_sym_RBRACK] = ACTIONS(3265), - [anon_sym_struct] = ACTIONS(3267), - [anon_sym_mut] = ACTIONS(3267), - [anon_sym_COLON] = ACTIONS(3265), - [anon_sym_PLUS_PLUS] = ACTIONS(3265), - [anon_sym_DASH_DASH] = ACTIONS(3265), - [anon_sym_QMARK] = ACTIONS(3267), - [anon_sym_BANG] = ACTIONS(3267), - [anon_sym_go] = ACTIONS(3267), - [anon_sym_spawn] = ACTIONS(3267), - [anon_sym_json_DOTdecode] = ACTIONS(3265), - [anon_sym_LBRACK2] = ACTIONS(3267), - [anon_sym_TILDE] = ACTIONS(3265), - [anon_sym_CARET] = ACTIONS(3265), - [anon_sym_AMP] = ACTIONS(3267), - [anon_sym_LT_DASH] = ACTIONS(3265), - [anon_sym_LT_LT] = ACTIONS(3265), - [anon_sym_GT_GT] = ACTIONS(3267), - [anon_sym_GT_GT_GT] = ACTIONS(3265), - [anon_sym_AMP_CARET] = ACTIONS(3265), - [anon_sym_AMP_AMP] = ACTIONS(3265), - [anon_sym_PIPE_PIPE] = ACTIONS(3265), - [anon_sym_or] = ACTIONS(3267), - [sym_none] = ACTIONS(3267), - [sym_true] = ACTIONS(3267), - [sym_false] = ACTIONS(3267), - [sym_nil] = ACTIONS(3267), - [anon_sym_QMARK_DOT] = ACTIONS(3265), - [anon_sym_POUND_LBRACK] = ACTIONS(3265), - [anon_sym_if] = ACTIONS(3267), - [anon_sym_DOLLARif] = ACTIONS(3267), - [anon_sym_is] = ACTIONS(3267), - [anon_sym_BANGis] = ACTIONS(3265), - [anon_sym_in] = ACTIONS(3267), - [anon_sym_BANGin] = ACTIONS(3265), - [anon_sym_match] = ACTIONS(3267), - [anon_sym_select] = ACTIONS(3267), - [anon_sym_lock] = ACTIONS(3267), - [anon_sym_rlock] = ACTIONS(3267), - [anon_sym_unsafe] = ACTIONS(3267), - [anon_sym_sql] = ACTIONS(3267), - [sym_int_literal] = ACTIONS(3267), - [sym_float_literal] = ACTIONS(3265), - [sym_rune_literal] = ACTIONS(3265), - [sym_pseudo_compile_time_identifier] = ACTIONS(3267), - [anon_sym_shared] = ACTIONS(3267), - [anon_sym_map_LBRACK] = ACTIONS(3265), - [anon_sym_chan] = ACTIONS(3267), - [anon_sym_thread] = ACTIONS(3267), - [anon_sym_atomic] = ACTIONS(3267), - [sym___double_quote] = ACTIONS(3265), - [sym___single_quote] = ACTIONS(3265), - [sym___c_double_quote] = ACTIONS(3265), - [sym___c_single_quote] = ACTIONS(3265), - [sym___r_double_quote] = ACTIONS(3265), - [sym___r_single_quote] = ACTIONS(3265), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(3881), + [anon_sym_LBRACE] = ACTIONS(3883), + [anon_sym_RBRACE] = ACTIONS(3883), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3885), + [anon_sym_fn] = ACTIONS(3879), + [anon_sym_PLUS] = ACTIONS(3885), + [anon_sym_DASH] = ACTIONS(3885), + [anon_sym_STAR] = ACTIONS(3887), + [anon_sym_SLASH] = ACTIONS(3889), + [anon_sym_PERCENT] = ACTIONS(3887), + [anon_sym_LT] = ACTIONS(3891), + [anon_sym_GT] = ACTIONS(3891), + [anon_sym_EQ_EQ] = ACTIONS(3893), + [anon_sym_BANG_EQ] = ACTIONS(3893), + [anon_sym_LT_EQ] = ACTIONS(3893), + [anon_sym_GT_EQ] = ACTIONS(3893), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_struct] = ACTIONS(3879), + [anon_sym_mut] = ACTIONS(3879), + [anon_sym_COLON] = ACTIONS(3895), + [anon_sym_PLUS_PLUS] = ACTIONS(3897), + [anon_sym_DASH_DASH] = ACTIONS(3899), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(3879), + [anon_sym_spawn] = ACTIONS(3879), + [anon_sym_json_DOTdecode] = ACTIONS(3883), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(3883), + [anon_sym_CARET] = ACTIONS(3901), + [anon_sym_AMP] = ACTIONS(3889), + [anon_sym_LT_DASH] = ACTIONS(3883), + [anon_sym_LT_LT] = ACTIONS(3887), + [anon_sym_GT_GT] = ACTIONS(3889), + [anon_sym_GT_GT_GT] = ACTIONS(3887), + [anon_sym_AMP_CARET] = ACTIONS(3887), + [anon_sym_AMP_AMP] = ACTIONS(3903), + [anon_sym_PIPE_PIPE] = ACTIONS(3905), + [anon_sym_or] = ACTIONS(3907), + [sym_none] = ACTIONS(3879), + [sym_true] = ACTIONS(3879), + [sym_false] = ACTIONS(3879), + [sym_nil] = ACTIONS(3879), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(3879), + [anon_sym_DOLLARif] = ACTIONS(3879), + [anon_sym_is] = ACTIONS(3909), + [anon_sym_BANGis] = ACTIONS(3911), + [anon_sym_in] = ACTIONS(3913), + [anon_sym_BANGin] = ACTIONS(3915), + [anon_sym_match] = ACTIONS(3879), + [anon_sym_select] = ACTIONS(3879), + [anon_sym_lock] = ACTIONS(3879), + [anon_sym_rlock] = ACTIONS(3879), + [anon_sym_unsafe] = ACTIONS(3879), + [anon_sym_sql] = ACTIONS(3879), + [sym_int_literal] = ACTIONS(3879), + [sym_float_literal] = ACTIONS(3883), + [sym_rune_literal] = ACTIONS(3883), + [sym_pseudo_compile_time_identifier] = ACTIONS(3879), + [anon_sym_shared] = ACTIONS(3879), + [anon_sym_map_LBRACK] = ACTIONS(3883), + [anon_sym_chan] = ACTIONS(3879), + [anon_sym_thread] = ACTIONS(3879), + [anon_sym_atomic] = ACTIONS(3879), + [sym___double_quote] = ACTIONS(3883), + [sym___single_quote] = ACTIONS(3883), + [sym___c_double_quote] = ACTIONS(3883), + [sym___c_single_quote] = ACTIONS(3883), + [sym___r_double_quote] = ACTIONS(3883), + [sym___r_single_quote] = ACTIONS(3883), }, [1299] = { [sym_line_comment] = STATE(1299), [sym_block_comment] = STATE(1299), - [sym_identifier] = ACTIONS(2773), + [sym_identifier] = ACTIONS(3353), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2773), - [anon_sym_as] = ACTIONS(2773), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_COMMA] = ACTIONS(2771), - [anon_sym_RBRACE] = ACTIONS(2771), - [anon_sym_LPAREN] = ACTIONS(2771), - [anon_sym_PIPE] = ACTIONS(2773), - [anon_sym_fn] = ACTIONS(2773), - [anon_sym_PLUS] = ACTIONS(2773), - [anon_sym_DASH] = ACTIONS(2773), - [anon_sym_STAR] = ACTIONS(2771), - [anon_sym_SLASH] = ACTIONS(2773), - [anon_sym_PERCENT] = ACTIONS(2771), - [anon_sym_LT] = ACTIONS(2773), - [anon_sym_GT] = ACTIONS(2773), - [anon_sym_EQ_EQ] = ACTIONS(2771), - [anon_sym_BANG_EQ] = ACTIONS(2771), - [anon_sym_LT_EQ] = ACTIONS(2771), - [anon_sym_GT_EQ] = ACTIONS(2771), - [anon_sym_LBRACK] = ACTIONS(2771), - [anon_sym_RBRACK] = ACTIONS(2771), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_mut] = ACTIONS(2773), - [anon_sym_COLON] = ACTIONS(2771), - [anon_sym_PLUS_PLUS] = ACTIONS(2771), - [anon_sym_DASH_DASH] = ACTIONS(2771), - [anon_sym_QMARK] = ACTIONS(2773), - [anon_sym_BANG] = ACTIONS(2773), - [anon_sym_go] = ACTIONS(2773), - [anon_sym_spawn] = ACTIONS(2773), - [anon_sym_json_DOTdecode] = ACTIONS(2771), - [anon_sym_LBRACK2] = ACTIONS(2773), - [anon_sym_TILDE] = ACTIONS(2771), - [anon_sym_CARET] = ACTIONS(2771), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_LT_DASH] = ACTIONS(2771), - [anon_sym_LT_LT] = ACTIONS(2771), - [anon_sym_GT_GT] = ACTIONS(2773), - [anon_sym_GT_GT_GT] = ACTIONS(2771), - [anon_sym_AMP_CARET] = ACTIONS(2771), - [anon_sym_AMP_AMP] = ACTIONS(2771), - [anon_sym_PIPE_PIPE] = ACTIONS(2771), - [anon_sym_or] = ACTIONS(2773), - [sym_none] = ACTIONS(2773), - [sym_true] = ACTIONS(2773), - [sym_false] = ACTIONS(2773), - [sym_nil] = ACTIONS(2773), - [anon_sym_QMARK_DOT] = ACTIONS(2771), - [anon_sym_POUND_LBRACK] = ACTIONS(2771), - [anon_sym_if] = ACTIONS(2773), - [anon_sym_DOLLARif] = ACTIONS(2773), - [anon_sym_DOLLARelse] = ACTIONS(3911), - [anon_sym_is] = ACTIONS(2773), - [anon_sym_BANGis] = ACTIONS(2771), - [anon_sym_in] = ACTIONS(2773), - [anon_sym_BANGin] = ACTIONS(2771), - [anon_sym_match] = ACTIONS(2773), - [anon_sym_select] = ACTIONS(2773), - [anon_sym_lock] = ACTIONS(2773), - [anon_sym_rlock] = ACTIONS(2773), - [anon_sym_unsafe] = ACTIONS(2773), - [anon_sym_sql] = ACTIONS(2773), - [sym_int_literal] = ACTIONS(2773), - [sym_float_literal] = ACTIONS(2771), - [sym_rune_literal] = ACTIONS(2771), - [sym_pseudo_compile_time_identifier] = ACTIONS(2773), - [anon_sym_shared] = ACTIONS(2773), - [anon_sym_map_LBRACK] = ACTIONS(2771), - [anon_sym_chan] = ACTIONS(2773), - [anon_sym_thread] = ACTIONS(2773), - [anon_sym_atomic] = ACTIONS(2773), - [sym___double_quote] = ACTIONS(2771), - [sym___single_quote] = ACTIONS(2771), - [sym___c_double_quote] = ACTIONS(2771), - [sym___c_single_quote] = ACTIONS(2771), - [sym___r_double_quote] = ACTIONS(2771), - [sym___r_single_quote] = ACTIONS(2771), + [anon_sym_SEMI] = ACTIONS(3351), + [anon_sym_DOT] = ACTIONS(3353), + [anon_sym_as] = ACTIONS(3353), + [anon_sym_LBRACE] = ACTIONS(3351), + [anon_sym_COMMA] = ACTIONS(3351), + [anon_sym_RBRACE] = ACTIONS(3351), + [anon_sym_LPAREN] = ACTIONS(3351), + [anon_sym_PIPE] = ACTIONS(3353), + [anon_sym_fn] = ACTIONS(3353), + [anon_sym_PLUS] = ACTIONS(3353), + [anon_sym_DASH] = ACTIONS(3353), + [anon_sym_STAR] = ACTIONS(3351), + [anon_sym_SLASH] = ACTIONS(3353), + [anon_sym_PERCENT] = ACTIONS(3351), + [anon_sym_LT] = ACTIONS(3353), + [anon_sym_GT] = ACTIONS(3353), + [anon_sym_EQ_EQ] = ACTIONS(3351), + [anon_sym_BANG_EQ] = ACTIONS(3351), + [anon_sym_LT_EQ] = ACTIONS(3351), + [anon_sym_GT_EQ] = ACTIONS(3351), + [anon_sym_LBRACK] = ACTIONS(3351), + [anon_sym_RBRACK] = ACTIONS(3351), + [anon_sym_struct] = ACTIONS(3353), + [anon_sym_mut] = ACTIONS(3353), + [anon_sym_COLON] = ACTIONS(3351), + [anon_sym_PLUS_PLUS] = ACTIONS(3351), + [anon_sym_DASH_DASH] = ACTIONS(3351), + [anon_sym_QMARK] = ACTIONS(3353), + [anon_sym_BANG] = ACTIONS(3353), + [anon_sym_go] = ACTIONS(3353), + [anon_sym_spawn] = ACTIONS(3353), + [anon_sym_json_DOTdecode] = ACTIONS(3351), + [anon_sym_LBRACK2] = ACTIONS(3353), + [anon_sym_TILDE] = ACTIONS(3351), + [anon_sym_CARET] = ACTIONS(3351), + [anon_sym_AMP] = ACTIONS(3353), + [anon_sym_LT_DASH] = ACTIONS(3351), + [anon_sym_LT_LT] = ACTIONS(3351), + [anon_sym_GT_GT] = ACTIONS(3353), + [anon_sym_GT_GT_GT] = ACTIONS(3351), + [anon_sym_AMP_CARET] = ACTIONS(3351), + [anon_sym_AMP_AMP] = ACTIONS(3351), + [anon_sym_PIPE_PIPE] = ACTIONS(3351), + [anon_sym_or] = ACTIONS(3353), + [sym_none] = ACTIONS(3353), + [sym_true] = ACTIONS(3353), + [sym_false] = ACTIONS(3353), + [sym_nil] = ACTIONS(3353), + [anon_sym_QMARK_DOT] = ACTIONS(3351), + [anon_sym_POUND_LBRACK] = ACTIONS(3351), + [anon_sym_if] = ACTIONS(3353), + [anon_sym_DOLLARif] = ACTIONS(3353), + [anon_sym_is] = ACTIONS(3353), + [anon_sym_BANGis] = ACTIONS(3351), + [anon_sym_in] = ACTIONS(3353), + [anon_sym_BANGin] = ACTIONS(3351), + [anon_sym_match] = ACTIONS(3353), + [anon_sym_select] = ACTIONS(3353), + [anon_sym_lock] = ACTIONS(3353), + [anon_sym_rlock] = ACTIONS(3353), + [anon_sym_unsafe] = ACTIONS(3353), + [anon_sym_sql] = ACTIONS(3353), + [sym_int_literal] = ACTIONS(3353), + [sym_float_literal] = ACTIONS(3351), + [sym_rune_literal] = ACTIONS(3351), + [sym_pseudo_compile_time_identifier] = ACTIONS(3353), + [anon_sym_shared] = ACTIONS(3353), + [anon_sym_map_LBRACK] = ACTIONS(3351), + [anon_sym_chan] = ACTIONS(3353), + [anon_sym_thread] = ACTIONS(3353), + [anon_sym_atomic] = ACTIONS(3353), + [sym___double_quote] = ACTIONS(3351), + [sym___single_quote] = ACTIONS(3351), + [sym___c_double_quote] = ACTIONS(3351), + [sym___c_single_quote] = ACTIONS(3351), + [sym___r_double_quote] = ACTIONS(3351), + [sym___r_single_quote] = ACTIONS(3351), }, [1300] = { [sym_line_comment] = STATE(1300), [sym_block_comment] = STATE(1300), - [sym_type_parameters] = STATE(1348), - [sym_identifier] = ACTIONS(2793), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(3917), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_as] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2791), - [anon_sym_COMMA] = ACTIONS(2791), - [anon_sym_RBRACE] = ACTIONS(2791), - [anon_sym_LPAREN] = ACTIONS(2791), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_fn] = ACTIONS(2793), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2791), - [anon_sym_SLASH] = ACTIONS(2793), - [anon_sym_PERCENT] = ACTIONS(2791), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_GT] = ACTIONS(2793), - [anon_sym_EQ_EQ] = ACTIONS(2791), - [anon_sym_BANG_EQ] = ACTIONS(2791), - [anon_sym_LT_EQ] = ACTIONS(2791), - [anon_sym_GT_EQ] = ACTIONS(2791), - [anon_sym_LBRACK] = ACTIONS(2791), - [anon_sym_RBRACK] = ACTIONS(2791), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_mut] = ACTIONS(2793), - [anon_sym_COLON] = ACTIONS(2791), - [anon_sym_PLUS_PLUS] = ACTIONS(2791), - [anon_sym_DASH_DASH] = ACTIONS(2791), - [anon_sym_QMARK] = ACTIONS(2793), - [anon_sym_BANG] = ACTIONS(2793), - [anon_sym_go] = ACTIONS(2793), - [anon_sym_spawn] = ACTIONS(2793), - [anon_sym_json_DOTdecode] = ACTIONS(2791), - [anon_sym_LBRACK2] = ACTIONS(2793), - [anon_sym_TILDE] = ACTIONS(2791), - [anon_sym_CARET] = ACTIONS(2791), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_LT_DASH] = ACTIONS(2791), - [anon_sym_LT_LT] = ACTIONS(2791), - [anon_sym_GT_GT] = ACTIONS(2793), - [anon_sym_GT_GT_GT] = ACTIONS(2791), - [anon_sym_AMP_CARET] = ACTIONS(2791), - [anon_sym_AMP_AMP] = ACTIONS(2791), - [anon_sym_PIPE_PIPE] = ACTIONS(2791), - [anon_sym_or] = ACTIONS(2793), - [sym_none] = ACTIONS(2793), - [sym_true] = ACTIONS(2793), - [sym_false] = ACTIONS(2793), - [sym_nil] = ACTIONS(2793), - [anon_sym_QMARK_DOT] = ACTIONS(2791), - [anon_sym_POUND_LBRACK] = ACTIONS(2791), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_DOLLARif] = ACTIONS(2793), - [anon_sym_is] = ACTIONS(2793), - [anon_sym_BANGis] = ACTIONS(2791), - [anon_sym_in] = ACTIONS(2793), - [anon_sym_BANGin] = ACTIONS(2791), - [anon_sym_match] = ACTIONS(2793), - [anon_sym_select] = ACTIONS(2793), - [anon_sym_lock] = ACTIONS(2793), - [anon_sym_rlock] = ACTIONS(2793), - [anon_sym_unsafe] = ACTIONS(2793), - [anon_sym_sql] = ACTIONS(2793), - [sym_int_literal] = ACTIONS(2793), - [sym_float_literal] = ACTIONS(2791), - [sym_rune_literal] = ACTIONS(2791), - [sym_pseudo_compile_time_identifier] = ACTIONS(2793), - [anon_sym_shared] = ACTIONS(2793), - [anon_sym_map_LBRACK] = ACTIONS(2791), - [anon_sym_chan] = ACTIONS(2793), - [anon_sym_thread] = ACTIONS(2793), - [anon_sym_atomic] = ACTIONS(2793), - [sym___double_quote] = ACTIONS(2791), - [sym___single_quote] = ACTIONS(2791), - [sym___c_double_quote] = ACTIONS(2791), - [sym___c_single_quote] = ACTIONS(2791), - [sym___r_double_quote] = ACTIONS(2791), - [sym___r_single_quote] = ACTIONS(2791), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(3881), + [anon_sym_LBRACE] = ACTIONS(3919), + [anon_sym_COMMA] = ACTIONS(3921), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3923), + [anon_sym_fn] = ACTIONS(3917), + [anon_sym_PLUS] = ACTIONS(3923), + [anon_sym_DASH] = ACTIONS(3923), + [anon_sym_STAR] = ACTIONS(3925), + [anon_sym_SLASH] = ACTIONS(3927), + [anon_sym_PERCENT] = ACTIONS(3925), + [anon_sym_LT] = ACTIONS(3929), + [anon_sym_GT] = ACTIONS(3929), + [anon_sym_EQ_EQ] = ACTIONS(3931), + [anon_sym_BANG_EQ] = ACTIONS(3931), + [anon_sym_LT_EQ] = ACTIONS(3931), + [anon_sym_GT_EQ] = ACTIONS(3931), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_RBRACK] = ACTIONS(3919), + [anon_sym_struct] = ACTIONS(3917), + [anon_sym_mut] = ACTIONS(3917), + [anon_sym_PLUS_PLUS] = ACTIONS(3897), + [anon_sym_DASH_DASH] = ACTIONS(3899), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(3917), + [anon_sym_spawn] = ACTIONS(3917), + [anon_sym_json_DOTdecode] = ACTIONS(3919), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(3919), + [anon_sym_CARET] = ACTIONS(3933), + [anon_sym_AMP] = ACTIONS(3927), + [anon_sym_LT_DASH] = ACTIONS(3919), + [anon_sym_LT_LT] = ACTIONS(3925), + [anon_sym_GT_GT] = ACTIONS(3927), + [anon_sym_GT_GT_GT] = ACTIONS(3925), + [anon_sym_AMP_CARET] = ACTIONS(3925), + [anon_sym_AMP_AMP] = ACTIONS(3935), + [anon_sym_PIPE_PIPE] = ACTIONS(3937), + [anon_sym_or] = ACTIONS(3907), + [sym_none] = ACTIONS(3917), + [sym_true] = ACTIONS(3917), + [sym_false] = ACTIONS(3917), + [sym_nil] = ACTIONS(3917), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(3917), + [anon_sym_DOLLARif] = ACTIONS(3917), + [anon_sym_is] = ACTIONS(3909), + [anon_sym_BANGis] = ACTIONS(3911), + [anon_sym_in] = ACTIONS(3939), + [anon_sym_BANGin] = ACTIONS(3941), + [anon_sym_match] = ACTIONS(3917), + [anon_sym_select] = ACTIONS(3917), + [anon_sym_lock] = ACTIONS(3917), + [anon_sym_rlock] = ACTIONS(3917), + [anon_sym_unsafe] = ACTIONS(3917), + [anon_sym_sql] = ACTIONS(3917), + [sym_int_literal] = ACTIONS(3917), + [sym_float_literal] = ACTIONS(3919), + [sym_rune_literal] = ACTIONS(3919), + [sym_pseudo_compile_time_identifier] = ACTIONS(3917), + [anon_sym_shared] = ACTIONS(3917), + [anon_sym_map_LBRACK] = ACTIONS(3919), + [anon_sym_chan] = ACTIONS(3917), + [anon_sym_thread] = ACTIONS(3917), + [anon_sym_atomic] = ACTIONS(3917), + [sym___double_quote] = ACTIONS(3919), + [sym___single_quote] = ACTIONS(3919), + [sym___c_double_quote] = ACTIONS(3919), + [sym___c_single_quote] = ACTIONS(3919), + [sym___r_double_quote] = ACTIONS(3919), + [sym___r_single_quote] = ACTIONS(3919), }, [1301] = { [sym_line_comment] = STATE(1301), [sym_block_comment] = STATE(1301), - [sym_identifier] = ACTIONS(3323), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1841), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(3321), - [anon_sym_DOT] = ACTIONS(3323), - [anon_sym_as] = ACTIONS(3323), - [anon_sym_LBRACE] = ACTIONS(3321), - [anon_sym_COMMA] = ACTIONS(3321), - [anon_sym_RBRACE] = ACTIONS(3321), - [anon_sym_LPAREN] = ACTIONS(3321), - [anon_sym_PIPE] = ACTIONS(3323), - [anon_sym_fn] = ACTIONS(3323), - [anon_sym_PLUS] = ACTIONS(3323), - [anon_sym_DASH] = ACTIONS(3323), - [anon_sym_STAR] = ACTIONS(3321), - [anon_sym_SLASH] = ACTIONS(3323), - [anon_sym_PERCENT] = ACTIONS(3321), - [anon_sym_LT] = ACTIONS(3323), - [anon_sym_GT] = ACTIONS(3323), - [anon_sym_EQ_EQ] = ACTIONS(3321), - [anon_sym_BANG_EQ] = ACTIONS(3321), - [anon_sym_LT_EQ] = ACTIONS(3321), - [anon_sym_GT_EQ] = ACTIONS(3321), - [anon_sym_LBRACK] = ACTIONS(3321), - [anon_sym_RBRACK] = ACTIONS(3321), - [anon_sym_struct] = ACTIONS(3323), - [anon_sym_mut] = ACTIONS(3323), - [anon_sym_COLON] = ACTIONS(3321), - [anon_sym_PLUS_PLUS] = ACTIONS(3321), - [anon_sym_DASH_DASH] = ACTIONS(3321), - [anon_sym_QMARK] = ACTIONS(3323), - [anon_sym_BANG] = ACTIONS(3323), - [anon_sym_go] = ACTIONS(3323), - [anon_sym_spawn] = ACTIONS(3323), - [anon_sym_json_DOTdecode] = ACTIONS(3321), - [anon_sym_LBRACK2] = ACTIONS(3323), - [anon_sym_TILDE] = ACTIONS(3321), - [anon_sym_CARET] = ACTIONS(3321), - [anon_sym_AMP] = ACTIONS(3323), - [anon_sym_LT_DASH] = ACTIONS(3321), - [anon_sym_LT_LT] = ACTIONS(3321), - [anon_sym_GT_GT] = ACTIONS(3323), - [anon_sym_GT_GT_GT] = ACTIONS(3321), - [anon_sym_AMP_CARET] = ACTIONS(3321), - [anon_sym_AMP_AMP] = ACTIONS(3321), - [anon_sym_PIPE_PIPE] = ACTIONS(3321), - [anon_sym_or] = ACTIONS(3323), - [sym_none] = ACTIONS(3323), - [sym_true] = ACTIONS(3323), - [sym_false] = ACTIONS(3323), - [sym_nil] = ACTIONS(3323), - [anon_sym_QMARK_DOT] = ACTIONS(3321), - [anon_sym_POUND_LBRACK] = ACTIONS(3321), - [anon_sym_if] = ACTIONS(3323), - [anon_sym_DOLLARif] = ACTIONS(3323), - [anon_sym_is] = ACTIONS(3323), - [anon_sym_BANGis] = ACTIONS(3321), - [anon_sym_in] = ACTIONS(3323), - [anon_sym_BANGin] = ACTIONS(3321), - [anon_sym_match] = ACTIONS(3323), - [anon_sym_select] = ACTIONS(3323), - [anon_sym_lock] = ACTIONS(3323), - [anon_sym_rlock] = ACTIONS(3323), - [anon_sym_unsafe] = ACTIONS(3323), - [anon_sym_sql] = ACTIONS(3323), - [sym_int_literal] = ACTIONS(3323), - [sym_float_literal] = ACTIONS(3321), - [sym_rune_literal] = ACTIONS(3321), - [sym_pseudo_compile_time_identifier] = ACTIONS(3323), - [anon_sym_shared] = ACTIONS(3323), - [anon_sym_map_LBRACK] = ACTIONS(3321), - [anon_sym_chan] = ACTIONS(3323), - [anon_sym_thread] = ACTIONS(3323), - [anon_sym_atomic] = ACTIONS(3323), - [sym___double_quote] = ACTIONS(3321), - [sym___single_quote] = ACTIONS(3321), - [sym___c_double_quote] = ACTIONS(3321), - [sym___c_single_quote] = ACTIONS(3321), - [sym___r_double_quote] = ACTIONS(3321), - [sym___r_single_quote] = ACTIONS(3321), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(3881), + [anon_sym_LBRACE] = ACTIONS(1839), + [anon_sym_COMMA] = ACTIONS(1839), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3923), + [anon_sym_fn] = ACTIONS(1841), + [anon_sym_PLUS] = ACTIONS(3923), + [anon_sym_DASH] = ACTIONS(3923), + [anon_sym_STAR] = ACTIONS(3925), + [anon_sym_SLASH] = ACTIONS(3927), + [anon_sym_PERCENT] = ACTIONS(3925), + [anon_sym_LT] = ACTIONS(3929), + [anon_sym_GT] = ACTIONS(3929), + [anon_sym_EQ_EQ] = ACTIONS(3931), + [anon_sym_BANG_EQ] = ACTIONS(3931), + [anon_sym_LT_EQ] = ACTIONS(3931), + [anon_sym_GT_EQ] = ACTIONS(3931), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_RBRACK] = ACTIONS(1839), + [anon_sym_struct] = ACTIONS(1841), + [anon_sym_mut] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(3897), + [anon_sym_DASH_DASH] = ACTIONS(3899), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1841), + [anon_sym_spawn] = ACTIONS(1841), + [anon_sym_json_DOTdecode] = ACTIONS(1839), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1839), + [anon_sym_CARET] = ACTIONS(3933), + [anon_sym_AMP] = ACTIONS(3927), + [anon_sym_LT_DASH] = ACTIONS(1839), + [anon_sym_LT_LT] = ACTIONS(3925), + [anon_sym_GT_GT] = ACTIONS(3927), + [anon_sym_GT_GT_GT] = ACTIONS(3925), + [anon_sym_AMP_CARET] = ACTIONS(3925), + [anon_sym_AMP_AMP] = ACTIONS(3935), + [anon_sym_PIPE_PIPE] = ACTIONS(3937), + [anon_sym_or] = ACTIONS(3907), + [sym_none] = ACTIONS(1841), + [sym_true] = ACTIONS(1841), + [sym_false] = ACTIONS(1841), + [sym_nil] = ACTIONS(1841), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1841), + [anon_sym_DOLLARif] = ACTIONS(1841), + [anon_sym_is] = ACTIONS(3909), + [anon_sym_BANGis] = ACTIONS(3911), + [anon_sym_in] = ACTIONS(3939), + [anon_sym_BANGin] = ACTIONS(3941), + [anon_sym_match] = ACTIONS(1841), + [anon_sym_select] = ACTIONS(1841), + [anon_sym_lock] = ACTIONS(1841), + [anon_sym_rlock] = ACTIONS(1841), + [anon_sym_unsafe] = ACTIONS(1841), + [anon_sym_sql] = ACTIONS(1841), + [sym_int_literal] = ACTIONS(1841), + [sym_float_literal] = ACTIONS(1839), + [sym_rune_literal] = ACTIONS(1839), + [sym_pseudo_compile_time_identifier] = ACTIONS(1841), + [anon_sym_shared] = ACTIONS(1841), + [anon_sym_map_LBRACK] = ACTIONS(1839), + [anon_sym_chan] = ACTIONS(1841), + [anon_sym_thread] = ACTIONS(1841), + [anon_sym_atomic] = ACTIONS(1841), + [sym___double_quote] = ACTIONS(1839), + [sym___single_quote] = ACTIONS(1839), + [sym___c_double_quote] = ACTIONS(1839), + [sym___c_single_quote] = ACTIONS(1839), + [sym___r_double_quote] = ACTIONS(1839), + [sym___r_single_quote] = ACTIONS(1839), }, [1302] = { [sym_line_comment] = STATE(1302), [sym_block_comment] = STATE(1302), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(2071), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1833), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(2069), - [anon_sym_COMMA] = ACTIONS(2069), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3913), - [anon_sym_fn] = ACTIONS(2071), - [anon_sym_PLUS] = ACTIONS(3913), - [anon_sym_DASH] = ACTIONS(3913), - [anon_sym_STAR] = ACTIONS(3915), - [anon_sym_SLASH] = ACTIONS(3917), - [anon_sym_PERCENT] = ACTIONS(3915), - [anon_sym_LT] = ACTIONS(3919), - [anon_sym_GT] = ACTIONS(3919), - [anon_sym_EQ_EQ] = ACTIONS(3921), - [anon_sym_BANG_EQ] = ACTIONS(3921), - [anon_sym_LT_EQ] = ACTIONS(3921), - [anon_sym_GT_EQ] = ACTIONS(3921), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_RBRACK] = ACTIONS(2069), - [anon_sym_struct] = ACTIONS(2071), - [anon_sym_mut] = ACTIONS(2071), - [anon_sym_PLUS_PLUS] = ACTIONS(3889), - [anon_sym_DASH_DASH] = ACTIONS(3891), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(2071), - [anon_sym_spawn] = ACTIONS(2071), - [anon_sym_json_DOTdecode] = ACTIONS(2069), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(2069), - [anon_sym_CARET] = ACTIONS(3923), - [anon_sym_AMP] = ACTIONS(3917), - [anon_sym_LT_DASH] = ACTIONS(2069), - [anon_sym_LT_LT] = ACTIONS(3915), - [anon_sym_GT_GT] = ACTIONS(3917), - [anon_sym_GT_GT_GT] = ACTIONS(3915), - [anon_sym_AMP_CARET] = ACTIONS(3915), - [anon_sym_AMP_AMP] = ACTIONS(3925), - [anon_sym_PIPE_PIPE] = ACTIONS(3927), - [anon_sym_or] = ACTIONS(3899), - [sym_none] = ACTIONS(2071), - [sym_true] = ACTIONS(2071), - [sym_false] = ACTIONS(2071), - [sym_nil] = ACTIONS(2071), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(2071), - [anon_sym_DOLLARif] = ACTIONS(2071), - [anon_sym_is] = ACTIONS(3901), - [anon_sym_BANGis] = ACTIONS(3903), - [anon_sym_in] = ACTIONS(3929), - [anon_sym_BANGin] = ACTIONS(3931), - [anon_sym_match] = ACTIONS(2071), - [anon_sym_select] = ACTIONS(2071), - [anon_sym_lock] = ACTIONS(2071), - [anon_sym_rlock] = ACTIONS(2071), - [anon_sym_unsafe] = ACTIONS(2071), - [anon_sym_sql] = ACTIONS(2071), - [sym_int_literal] = ACTIONS(2071), - [sym_float_literal] = ACTIONS(2069), - [sym_rune_literal] = ACTIONS(2069), - [sym_pseudo_compile_time_identifier] = ACTIONS(2071), - [anon_sym_shared] = ACTIONS(2071), - [anon_sym_map_LBRACK] = ACTIONS(2069), - [anon_sym_chan] = ACTIONS(2071), - [anon_sym_thread] = ACTIONS(2071), - [anon_sym_atomic] = ACTIONS(2071), - [sym___double_quote] = ACTIONS(2069), - [sym___single_quote] = ACTIONS(2069), - [sym___c_double_quote] = ACTIONS(2069), - [sym___c_single_quote] = ACTIONS(2069), - [sym___r_double_quote] = ACTIONS(2069), - [sym___r_single_quote] = ACTIONS(2069), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(3881), + [anon_sym_LBRACE] = ACTIONS(1831), + [anon_sym_RBRACE] = ACTIONS(1831), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3885), + [anon_sym_fn] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(3885), + [anon_sym_DASH] = ACTIONS(3885), + [anon_sym_STAR] = ACTIONS(3887), + [anon_sym_SLASH] = ACTIONS(3889), + [anon_sym_PERCENT] = ACTIONS(3887), + [anon_sym_LT] = ACTIONS(3891), + [anon_sym_GT] = ACTIONS(3891), + [anon_sym_EQ_EQ] = ACTIONS(3893), + [anon_sym_BANG_EQ] = ACTIONS(3893), + [anon_sym_LT_EQ] = ACTIONS(3893), + [anon_sym_GT_EQ] = ACTIONS(3893), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_struct] = ACTIONS(1833), + [anon_sym_mut] = ACTIONS(1833), + [anon_sym_COLON] = ACTIONS(1831), + [anon_sym_PLUS_PLUS] = ACTIONS(3897), + [anon_sym_DASH_DASH] = ACTIONS(3899), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1833), + [anon_sym_spawn] = ACTIONS(1833), + [anon_sym_json_DOTdecode] = ACTIONS(1831), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1831), + [anon_sym_CARET] = ACTIONS(3901), + [anon_sym_AMP] = ACTIONS(3889), + [anon_sym_LT_DASH] = ACTIONS(1831), + [anon_sym_LT_LT] = ACTIONS(3887), + [anon_sym_GT_GT] = ACTIONS(3889), + [anon_sym_GT_GT_GT] = ACTIONS(3887), + [anon_sym_AMP_CARET] = ACTIONS(3887), + [anon_sym_AMP_AMP] = ACTIONS(3903), + [anon_sym_PIPE_PIPE] = ACTIONS(3905), + [anon_sym_or] = ACTIONS(3907), + [sym_none] = ACTIONS(1833), + [sym_true] = ACTIONS(1833), + [sym_false] = ACTIONS(1833), + [sym_nil] = ACTIONS(1833), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1833), + [anon_sym_DOLLARif] = ACTIONS(1833), + [anon_sym_is] = ACTIONS(3909), + [anon_sym_BANGis] = ACTIONS(3911), + [anon_sym_in] = ACTIONS(3913), + [anon_sym_BANGin] = ACTIONS(3915), + [anon_sym_match] = ACTIONS(1833), + [anon_sym_select] = ACTIONS(1833), + [anon_sym_lock] = ACTIONS(1833), + [anon_sym_rlock] = ACTIONS(1833), + [anon_sym_unsafe] = ACTIONS(1833), + [anon_sym_sql] = ACTIONS(1833), + [sym_int_literal] = ACTIONS(1833), + [sym_float_literal] = ACTIONS(1831), + [sym_rune_literal] = ACTIONS(1831), + [sym_pseudo_compile_time_identifier] = ACTIONS(1833), + [anon_sym_shared] = ACTIONS(1833), + [anon_sym_map_LBRACK] = ACTIONS(1831), + [anon_sym_chan] = ACTIONS(1833), + [anon_sym_thread] = ACTIONS(1833), + [anon_sym_atomic] = ACTIONS(1833), + [sym___double_quote] = ACTIONS(1831), + [sym___single_quote] = ACTIONS(1831), + [sym___c_double_quote] = ACTIONS(1831), + [sym___c_single_quote] = ACTIONS(1831), + [sym___r_double_quote] = ACTIONS(1831), + [sym___r_single_quote] = ACTIONS(1831), }, [1303] = { [sym_line_comment] = STATE(1303), [sym_block_comment] = STATE(1303), - [sym_identifier] = ACTIONS(3319), + [sym_identifier] = ACTIONS(2819), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(3317), - [anon_sym_DOT] = ACTIONS(3319), - [anon_sym_as] = ACTIONS(3319), - [anon_sym_LBRACE] = ACTIONS(3317), - [anon_sym_COMMA] = ACTIONS(3317), - [anon_sym_RBRACE] = ACTIONS(3317), - [anon_sym_LPAREN] = ACTIONS(3317), - [anon_sym_PIPE] = ACTIONS(3319), - [anon_sym_fn] = ACTIONS(3319), - [anon_sym_PLUS] = ACTIONS(3319), - [anon_sym_DASH] = ACTIONS(3319), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_SLASH] = ACTIONS(3319), - [anon_sym_PERCENT] = ACTIONS(3317), - [anon_sym_LT] = ACTIONS(3319), - [anon_sym_GT] = ACTIONS(3319), - [anon_sym_EQ_EQ] = ACTIONS(3317), - [anon_sym_BANG_EQ] = ACTIONS(3317), - [anon_sym_LT_EQ] = ACTIONS(3317), - [anon_sym_GT_EQ] = ACTIONS(3317), - [anon_sym_LBRACK] = ACTIONS(3317), - [anon_sym_RBRACK] = ACTIONS(3317), - [anon_sym_struct] = ACTIONS(3319), - [anon_sym_mut] = ACTIONS(3319), - [anon_sym_COLON] = ACTIONS(3317), - [anon_sym_PLUS_PLUS] = ACTIONS(3317), - [anon_sym_DASH_DASH] = ACTIONS(3317), - [anon_sym_QMARK] = ACTIONS(3319), - [anon_sym_BANG] = ACTIONS(3319), - [anon_sym_go] = ACTIONS(3319), - [anon_sym_spawn] = ACTIONS(3319), - [anon_sym_json_DOTdecode] = ACTIONS(3317), - [anon_sym_LBRACK2] = ACTIONS(3319), - [anon_sym_TILDE] = ACTIONS(3317), - [anon_sym_CARET] = ACTIONS(3317), - [anon_sym_AMP] = ACTIONS(3319), - [anon_sym_LT_DASH] = ACTIONS(3317), - [anon_sym_LT_LT] = ACTIONS(3317), - [anon_sym_GT_GT] = ACTIONS(3319), - [anon_sym_GT_GT_GT] = ACTIONS(3317), - [anon_sym_AMP_CARET] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(3317), - [anon_sym_PIPE_PIPE] = ACTIONS(3317), - [anon_sym_or] = ACTIONS(3319), - [sym_none] = ACTIONS(3319), - [sym_true] = ACTIONS(3319), - [sym_false] = ACTIONS(3319), - [sym_nil] = ACTIONS(3319), - [anon_sym_QMARK_DOT] = ACTIONS(3317), - [anon_sym_POUND_LBRACK] = ACTIONS(3317), - [anon_sym_if] = ACTIONS(3319), - [anon_sym_DOLLARif] = ACTIONS(3319), - [anon_sym_is] = ACTIONS(3319), - [anon_sym_BANGis] = ACTIONS(3317), - [anon_sym_in] = ACTIONS(3319), - [anon_sym_BANGin] = ACTIONS(3317), - [anon_sym_match] = ACTIONS(3319), - [anon_sym_select] = ACTIONS(3319), - [anon_sym_lock] = ACTIONS(3319), - [anon_sym_rlock] = ACTIONS(3319), - [anon_sym_unsafe] = ACTIONS(3319), - [anon_sym_sql] = ACTIONS(3319), - [sym_int_literal] = ACTIONS(3319), - [sym_float_literal] = ACTIONS(3317), - [sym_rune_literal] = ACTIONS(3317), - [sym_pseudo_compile_time_identifier] = ACTIONS(3319), - [anon_sym_shared] = ACTIONS(3319), - [anon_sym_map_LBRACK] = ACTIONS(3317), - [anon_sym_chan] = ACTIONS(3319), - [anon_sym_thread] = ACTIONS(3319), - [anon_sym_atomic] = ACTIONS(3319), - [sym___double_quote] = ACTIONS(3317), - [sym___single_quote] = ACTIONS(3317), - [sym___c_double_quote] = ACTIONS(3317), - [sym___c_single_quote] = ACTIONS(3317), - [sym___r_double_quote] = ACTIONS(3317), - [sym___r_single_quote] = ACTIONS(3317), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_as] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2817), + [anon_sym_COMMA] = ACTIONS(2817), + [anon_sym_RBRACE] = ACTIONS(2817), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2817), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_PERCENT] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_EQ_EQ] = ACTIONS(2817), + [anon_sym_BANG_EQ] = ACTIONS(2817), + [anon_sym_LT_EQ] = ACTIONS(2817), + [anon_sym_GT_EQ] = ACTIONS(2817), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_RBRACK] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_COLON] = ACTIONS(2817), + [anon_sym_PLUS_PLUS] = ACTIONS(2817), + [anon_sym_DASH_DASH] = ACTIONS(2817), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2817), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2817), + [anon_sym_CARET] = ACTIONS(2817), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2817), + [anon_sym_LT_LT] = ACTIONS(2817), + [anon_sym_GT_GT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2817), + [anon_sym_AMP_CARET] = ACTIONS(2817), + [anon_sym_AMP_AMP] = ACTIONS(2817), + [anon_sym_PIPE_PIPE] = ACTIONS(2817), + [anon_sym_or] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_QMARK_DOT] = ACTIONS(2817), + [anon_sym_POUND_LBRACK] = ACTIONS(2817), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_DOLLARelse] = ACTIONS(2819), + [anon_sym_is] = ACTIONS(2819), + [anon_sym_BANGis] = ACTIONS(2817), + [anon_sym_in] = ACTIONS(2819), + [anon_sym_BANGin] = ACTIONS(2817), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2817), + [sym_rune_literal] = ACTIONS(2817), + [sym_pseudo_compile_time_identifier] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2817), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2817), + [sym___single_quote] = ACTIONS(2817), + [sym___c_double_quote] = ACTIONS(2817), + [sym___c_single_quote] = ACTIONS(2817), + [sym___r_double_quote] = ACTIONS(2817), + [sym___r_single_quote] = ACTIONS(2817), }, [1304] = { [sym_line_comment] = STATE(1304), [sym_block_comment] = STATE(1304), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1859), + [sym_identifier] = ACTIONS(2653), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(1859), - [anon_sym_LBRACE] = ACTIONS(1857), - [anon_sym_COMMA] = ACTIONS(1857), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3913), - [anon_sym_fn] = ACTIONS(1859), - [anon_sym_PLUS] = ACTIONS(3913), - [anon_sym_DASH] = ACTIONS(3913), - [anon_sym_STAR] = ACTIONS(3915), - [anon_sym_SLASH] = ACTIONS(3917), - [anon_sym_PERCENT] = ACTIONS(3915), - [anon_sym_LT] = ACTIONS(1859), - [anon_sym_GT] = ACTIONS(1859), - [anon_sym_EQ_EQ] = ACTIONS(1857), - [anon_sym_BANG_EQ] = ACTIONS(1857), - [anon_sym_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_EQ] = ACTIONS(1857), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_RBRACK] = ACTIONS(1857), - [anon_sym_struct] = ACTIONS(1859), - [anon_sym_mut] = ACTIONS(1859), - [anon_sym_PLUS_PLUS] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1857), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1859), - [anon_sym_spawn] = ACTIONS(1859), - [anon_sym_json_DOTdecode] = ACTIONS(1857), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1857), - [anon_sym_CARET] = ACTIONS(3923), - [anon_sym_AMP] = ACTIONS(3917), - [anon_sym_LT_DASH] = ACTIONS(1857), - [anon_sym_LT_LT] = ACTIONS(3915), - [anon_sym_GT_GT] = ACTIONS(3917), - [anon_sym_GT_GT_GT] = ACTIONS(3915), - [anon_sym_AMP_CARET] = ACTIONS(3915), - [anon_sym_AMP_AMP] = ACTIONS(1857), - [anon_sym_PIPE_PIPE] = ACTIONS(1857), - [anon_sym_or] = ACTIONS(1859), - [sym_none] = ACTIONS(1859), - [sym_true] = ACTIONS(1859), - [sym_false] = ACTIONS(1859), - [sym_nil] = ACTIONS(1859), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1859), - [anon_sym_DOLLARif] = ACTIONS(1859), - [anon_sym_is] = ACTIONS(1859), - [anon_sym_BANGis] = ACTIONS(1857), - [anon_sym_in] = ACTIONS(1859), - [anon_sym_BANGin] = ACTIONS(1857), - [anon_sym_match] = ACTIONS(1859), - [anon_sym_select] = ACTIONS(1859), - [anon_sym_lock] = ACTIONS(1859), - [anon_sym_rlock] = ACTIONS(1859), - [anon_sym_unsafe] = ACTIONS(1859), - [anon_sym_sql] = ACTIONS(1859), - [sym_int_literal] = ACTIONS(1859), - [sym_float_literal] = ACTIONS(1857), - [sym_rune_literal] = ACTIONS(1857), - [sym_pseudo_compile_time_identifier] = ACTIONS(1859), - [anon_sym_shared] = ACTIONS(1859), - [anon_sym_map_LBRACK] = ACTIONS(1857), - [anon_sym_chan] = ACTIONS(1859), - [anon_sym_thread] = ACTIONS(1859), - [anon_sym_atomic] = ACTIONS(1859), - [sym___double_quote] = ACTIONS(1857), - [sym___single_quote] = ACTIONS(1857), - [sym___c_double_quote] = ACTIONS(1857), - [sym___c_single_quote] = ACTIONS(1857), - [sym___r_double_quote] = ACTIONS(1857), - [sym___r_single_quote] = ACTIONS(1857), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2651), + [anon_sym_COMMA] = ACTIONS(2651), + [anon_sym_RBRACE] = ACTIONS(2651), + [anon_sym_LPAREN] = ACTIONS(2651), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2651), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2651), + [anon_sym_BANG_EQ] = ACTIONS(2651), + [anon_sym_LT_EQ] = ACTIONS(2651), + [anon_sym_GT_EQ] = ACTIONS(2651), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_RBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_COLON] = ACTIONS(2651), + [anon_sym_PLUS_PLUS] = ACTIONS(2651), + [anon_sym_DASH_DASH] = ACTIONS(2651), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2651), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2651), + [anon_sym_CARET] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2651), + [anon_sym_LT_LT] = ACTIONS(2651), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2651), + [anon_sym_AMP_CARET] = ACTIONS(2651), + [anon_sym_AMP_AMP] = ACTIONS(2651), + [anon_sym_PIPE_PIPE] = ACTIONS(2651), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2651), + [anon_sym_POUND_LBRACK] = ACTIONS(2651), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_else] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2651), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2651), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2651), + [sym_rune_literal] = ACTIONS(2651), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2651), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2651), + [sym___single_quote] = ACTIONS(2651), + [sym___c_double_quote] = ACTIONS(2651), + [sym___c_single_quote] = ACTIONS(2651), + [sym___r_double_quote] = ACTIONS(2651), + [sym___r_single_quote] = ACTIONS(2651), }, [1305] = { [sym_line_comment] = STATE(1305), [sym_block_comment] = STATE(1305), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), + [sym_identifier] = ACTIONS(3373), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SEMI] = ACTIONS(3371), + [anon_sym_DOT] = ACTIONS(3373), + [anon_sym_as] = ACTIONS(3373), + [anon_sym_LBRACE] = ACTIONS(3371), + [anon_sym_COMMA] = ACTIONS(3371), + [anon_sym_RBRACE] = ACTIONS(3371), + [anon_sym_LPAREN] = ACTIONS(3371), + [anon_sym_PIPE] = ACTIONS(3373), + [anon_sym_fn] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3371), + [anon_sym_SLASH] = ACTIONS(3373), + [anon_sym_PERCENT] = ACTIONS(3371), + [anon_sym_LT] = ACTIONS(3373), + [anon_sym_GT] = ACTIONS(3373), + [anon_sym_EQ_EQ] = ACTIONS(3371), + [anon_sym_BANG_EQ] = ACTIONS(3371), + [anon_sym_LT_EQ] = ACTIONS(3371), + [anon_sym_GT_EQ] = ACTIONS(3371), + [anon_sym_LBRACK] = ACTIONS(3371), + [anon_sym_RBRACK] = ACTIONS(3371), + [anon_sym_struct] = ACTIONS(3373), + [anon_sym_mut] = ACTIONS(3373), + [anon_sym_COLON] = ACTIONS(3371), + [anon_sym_PLUS_PLUS] = ACTIONS(3371), + [anon_sym_DASH_DASH] = ACTIONS(3371), + [anon_sym_QMARK] = ACTIONS(3373), + [anon_sym_BANG] = ACTIONS(3373), + [anon_sym_go] = ACTIONS(3373), + [anon_sym_spawn] = ACTIONS(3373), + [anon_sym_json_DOTdecode] = ACTIONS(3371), + [anon_sym_LBRACK2] = ACTIONS(3373), + [anon_sym_TILDE] = ACTIONS(3371), + [anon_sym_CARET] = ACTIONS(3371), + [anon_sym_AMP] = ACTIONS(3373), + [anon_sym_LT_DASH] = ACTIONS(3371), + [anon_sym_LT_LT] = ACTIONS(3371), + [anon_sym_GT_GT] = ACTIONS(3373), + [anon_sym_GT_GT_GT] = ACTIONS(3371), + [anon_sym_AMP_CARET] = ACTIONS(3371), + [anon_sym_AMP_AMP] = ACTIONS(3371), + [anon_sym_PIPE_PIPE] = ACTIONS(3371), + [anon_sym_or] = ACTIONS(3373), + [sym_none] = ACTIONS(3373), + [sym_true] = ACTIONS(3373), + [sym_false] = ACTIONS(3373), + [sym_nil] = ACTIONS(3373), + [anon_sym_QMARK_DOT] = ACTIONS(3371), + [anon_sym_POUND_LBRACK] = ACTIONS(3371), + [anon_sym_if] = ACTIONS(3373), + [anon_sym_DOLLARif] = ACTIONS(3373), + [anon_sym_is] = ACTIONS(3373), + [anon_sym_BANGis] = ACTIONS(3371), + [anon_sym_in] = ACTIONS(3373), + [anon_sym_BANGin] = ACTIONS(3371), + [anon_sym_match] = ACTIONS(3373), + [anon_sym_select] = ACTIONS(3373), + [anon_sym_lock] = ACTIONS(3373), + [anon_sym_rlock] = ACTIONS(3373), + [anon_sym_unsafe] = ACTIONS(3373), + [anon_sym_sql] = ACTIONS(3373), + [sym_int_literal] = ACTIONS(3373), + [sym_float_literal] = ACTIONS(3371), + [sym_rune_literal] = ACTIONS(3371), + [sym_pseudo_compile_time_identifier] = ACTIONS(3373), + [anon_sym_shared] = ACTIONS(3373), + [anon_sym_map_LBRACK] = ACTIONS(3371), + [anon_sym_chan] = ACTIONS(3373), + [anon_sym_thread] = ACTIONS(3373), + [anon_sym_atomic] = ACTIONS(3373), + [sym___double_quote] = ACTIONS(3371), + [sym___single_quote] = ACTIONS(3371), + [sym___c_double_quote] = ACTIONS(3371), + [sym___c_single_quote] = ACTIONS(3371), + [sym___r_double_quote] = ACTIONS(3371), + [sym___r_single_quote] = ACTIONS(3371), + }, + [1306] = { + [sym_line_comment] = STATE(1306), + [sym_block_comment] = STATE(1306), + [sym_identifier] = ACTIONS(3381), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SEMI] = ACTIONS(3379), + [anon_sym_DOT] = ACTIONS(3381), + [anon_sym_as] = ACTIONS(3381), + [anon_sym_LBRACE] = ACTIONS(3379), + [anon_sym_COMMA] = ACTIONS(3379), + [anon_sym_RBRACE] = ACTIONS(3379), + [anon_sym_LPAREN] = ACTIONS(3379), + [anon_sym_PIPE] = ACTIONS(3381), + [anon_sym_fn] = ACTIONS(3381), + [anon_sym_PLUS] = ACTIONS(3381), + [anon_sym_DASH] = ACTIONS(3381), + [anon_sym_STAR] = ACTIONS(3379), + [anon_sym_SLASH] = ACTIONS(3381), + [anon_sym_PERCENT] = ACTIONS(3379), + [anon_sym_LT] = ACTIONS(3381), + [anon_sym_GT] = ACTIONS(3381), + [anon_sym_EQ_EQ] = ACTIONS(3379), + [anon_sym_BANG_EQ] = ACTIONS(3379), + [anon_sym_LT_EQ] = ACTIONS(3379), + [anon_sym_GT_EQ] = ACTIONS(3379), + [anon_sym_LBRACK] = ACTIONS(3379), + [anon_sym_RBRACK] = ACTIONS(3379), + [anon_sym_struct] = ACTIONS(3381), + [anon_sym_mut] = ACTIONS(3381), + [anon_sym_COLON] = ACTIONS(3379), + [anon_sym_PLUS_PLUS] = ACTIONS(3379), + [anon_sym_DASH_DASH] = ACTIONS(3379), + [anon_sym_QMARK] = ACTIONS(3381), + [anon_sym_BANG] = ACTIONS(3381), + [anon_sym_go] = ACTIONS(3381), + [anon_sym_spawn] = ACTIONS(3381), + [anon_sym_json_DOTdecode] = ACTIONS(3379), + [anon_sym_LBRACK2] = ACTIONS(3381), + [anon_sym_TILDE] = ACTIONS(3379), + [anon_sym_CARET] = ACTIONS(3379), + [anon_sym_AMP] = ACTIONS(3381), + [anon_sym_LT_DASH] = ACTIONS(3379), + [anon_sym_LT_LT] = ACTIONS(3379), + [anon_sym_GT_GT] = ACTIONS(3381), + [anon_sym_GT_GT_GT] = ACTIONS(3379), + [anon_sym_AMP_CARET] = ACTIONS(3379), + [anon_sym_AMP_AMP] = ACTIONS(3379), + [anon_sym_PIPE_PIPE] = ACTIONS(3379), + [anon_sym_or] = ACTIONS(3381), + [sym_none] = ACTIONS(3381), + [sym_true] = ACTIONS(3381), + [sym_false] = ACTIONS(3381), + [sym_nil] = ACTIONS(3381), + [anon_sym_QMARK_DOT] = ACTIONS(3379), + [anon_sym_POUND_LBRACK] = ACTIONS(3379), + [anon_sym_if] = ACTIONS(3381), + [anon_sym_DOLLARif] = ACTIONS(3381), + [anon_sym_is] = ACTIONS(3381), + [anon_sym_BANGis] = ACTIONS(3379), + [anon_sym_in] = ACTIONS(3381), + [anon_sym_BANGin] = ACTIONS(3379), + [anon_sym_match] = ACTIONS(3381), + [anon_sym_select] = ACTIONS(3381), + [anon_sym_lock] = ACTIONS(3381), + [anon_sym_rlock] = ACTIONS(3381), + [anon_sym_unsafe] = ACTIONS(3381), + [anon_sym_sql] = ACTIONS(3381), + [sym_int_literal] = ACTIONS(3381), + [sym_float_literal] = ACTIONS(3379), + [sym_rune_literal] = ACTIONS(3379), + [sym_pseudo_compile_time_identifier] = ACTIONS(3381), + [anon_sym_shared] = ACTIONS(3381), + [anon_sym_map_LBRACK] = ACTIONS(3379), + [anon_sym_chan] = ACTIONS(3381), + [anon_sym_thread] = ACTIONS(3381), + [anon_sym_atomic] = ACTIONS(3381), + [sym___double_quote] = ACTIONS(3379), + [sym___single_quote] = ACTIONS(3379), + [sym___c_double_quote] = ACTIONS(3379), + [sym___c_single_quote] = ACTIONS(3379), + [sym___r_double_quote] = ACTIONS(3379), + [sym___r_single_quote] = ACTIONS(3379), + }, + [1307] = { + [sym_line_comment] = STATE(1307), + [sym_block_comment] = STATE(1307), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), [sym_identifier] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), + [anon_sym_DOT] = ACTIONS(3859), [anon_sym_as] = ACTIONS(1855), [anon_sym_LBRACE] = ACTIONS(1853), - [anon_sym_COMMA] = ACTIONS(1853), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3913), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3885), [anon_sym_fn] = ACTIONS(1855), - [anon_sym_PLUS] = ACTIONS(3913), - [anon_sym_DASH] = ACTIONS(3913), - [anon_sym_STAR] = ACTIONS(3915), - [anon_sym_SLASH] = ACTIONS(3917), - [anon_sym_PERCENT] = ACTIONS(3915), - [anon_sym_LT] = ACTIONS(1855), - [anon_sym_GT] = ACTIONS(1855), - [anon_sym_EQ_EQ] = ACTIONS(1853), - [anon_sym_BANG_EQ] = ACTIONS(1853), - [anon_sym_LT_EQ] = ACTIONS(1853), - [anon_sym_GT_EQ] = ACTIONS(1853), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_RBRACK] = ACTIONS(1853), + [anon_sym_PLUS] = ACTIONS(3885), + [anon_sym_DASH] = ACTIONS(3885), + [anon_sym_STAR] = ACTIONS(3887), + [anon_sym_SLASH] = ACTIONS(3889), + [anon_sym_PERCENT] = ACTIONS(3887), + [anon_sym_LT] = ACTIONS(3891), + [anon_sym_GT] = ACTIONS(3891), + [anon_sym_EQ_EQ] = ACTIONS(3893), + [anon_sym_BANG_EQ] = ACTIONS(3893), + [anon_sym_LT_EQ] = ACTIONS(3893), + [anon_sym_GT_EQ] = ACTIONS(3893), + [anon_sym_LBRACK] = ACTIONS(3863), [anon_sym_struct] = ACTIONS(1855), [anon_sym_mut] = ACTIONS(1855), + [anon_sym_COLON] = ACTIONS(1853), [anon_sym_PLUS_PLUS] = ACTIONS(1853), [anon_sym_DASH_DASH] = ACTIONS(1853), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), [anon_sym_go] = ACTIONS(1855), [anon_sym_spawn] = ACTIONS(1855), [anon_sym_json_DOTdecode] = ACTIONS(1853), - [anon_sym_LBRACK2] = ACTIONS(3865), + [anon_sym_LBRACK2] = ACTIONS(3869), [anon_sym_TILDE] = ACTIONS(1853), - [anon_sym_CARET] = ACTIONS(3923), - [anon_sym_AMP] = ACTIONS(3917), + [anon_sym_CARET] = ACTIONS(3901), + [anon_sym_AMP] = ACTIONS(3889), [anon_sym_LT_DASH] = ACTIONS(1853), - [anon_sym_LT_LT] = ACTIONS(3915), - [anon_sym_GT_GT] = ACTIONS(3917), - [anon_sym_GT_GT_GT] = ACTIONS(3915), - [anon_sym_AMP_CARET] = ACTIONS(3915), - [anon_sym_AMP_AMP] = ACTIONS(1853), + [anon_sym_LT_LT] = ACTIONS(3887), + [anon_sym_GT_GT] = ACTIONS(3889), + [anon_sym_GT_GT_GT] = ACTIONS(3887), + [anon_sym_AMP_CARET] = ACTIONS(3887), + [anon_sym_AMP_AMP] = ACTIONS(3903), [anon_sym_PIPE_PIPE] = ACTIONS(1853), [anon_sym_or] = ACTIONS(1855), [sym_none] = ACTIONS(1855), [sym_true] = ACTIONS(1855), [sym_false] = ACTIONS(1855), [sym_nil] = ACTIONS(1855), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), [anon_sym_if] = ACTIONS(1855), [anon_sym_DOLLARif] = ACTIONS(1855), [anon_sym_is] = ACTIONS(1855), [anon_sym_BANGis] = ACTIONS(1853), - [anon_sym_in] = ACTIONS(1855), - [anon_sym_BANGin] = ACTIONS(1853), + [anon_sym_in] = ACTIONS(3913), + [anon_sym_BANGin] = ACTIONS(3915), [anon_sym_match] = ACTIONS(1855), [anon_sym_select] = ACTIONS(1855), [anon_sym_lock] = ACTIONS(1855), @@ -168191,305 +168408,305 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1853), [sym___r_single_quote] = ACTIONS(1853), }, - [1306] = { - [sym_line_comment] = STATE(1306), - [sym_block_comment] = STATE(1306), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1813), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1811), - [anon_sym_RBRACE] = ACTIONS(1811), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(1813), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1813), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_SLASH] = ACTIONS(3881), - [anon_sym_PERCENT] = ACTIONS(3879), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1811), - [anon_sym_BANG_EQ] = ACTIONS(1811), - [anon_sym_LT_EQ] = ACTIONS(1811), - [anon_sym_GT_EQ] = ACTIONS(1811), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_COLON] = ACTIONS(1811), - [anon_sym_PLUS_PLUS] = ACTIONS(1811), - [anon_sym_DASH_DASH] = ACTIONS(1811), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1811), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1811), - [anon_sym_CARET] = ACTIONS(1811), - [anon_sym_AMP] = ACTIONS(3881), - [anon_sym_LT_DASH] = ACTIONS(1811), - [anon_sym_LT_LT] = ACTIONS(3879), - [anon_sym_GT_GT] = ACTIONS(3881), - [anon_sym_GT_GT_GT] = ACTIONS(3879), - [anon_sym_AMP_CARET] = ACTIONS(3879), - [anon_sym_AMP_AMP] = ACTIONS(1811), - [anon_sym_PIPE_PIPE] = ACTIONS(1811), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1811), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1811), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1811), - [sym_rune_literal] = ACTIONS(1811), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1811), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1811), - [sym___single_quote] = ACTIONS(1811), - [sym___c_double_quote] = ACTIONS(1811), - [sym___c_single_quote] = ACTIONS(1811), - [sym___r_double_quote] = ACTIONS(1811), - [sym___r_single_quote] = ACTIONS(1811), - }, - [1307] = { - [sym_line_comment] = STATE(1307), - [sym_block_comment] = STATE(1307), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1813), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1811), - [anon_sym_RBRACE] = ACTIONS(1811), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3877), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_SLASH] = ACTIONS(3881), - [anon_sym_PERCENT] = ACTIONS(3879), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1811), - [anon_sym_BANG_EQ] = ACTIONS(1811), - [anon_sym_LT_EQ] = ACTIONS(1811), - [anon_sym_GT_EQ] = ACTIONS(1811), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_COLON] = ACTIONS(1811), - [anon_sym_PLUS_PLUS] = ACTIONS(1811), - [anon_sym_DASH_DASH] = ACTIONS(1811), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1811), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1811), - [anon_sym_CARET] = ACTIONS(3893), - [anon_sym_AMP] = ACTIONS(3881), - [anon_sym_LT_DASH] = ACTIONS(1811), - [anon_sym_LT_LT] = ACTIONS(3879), - [anon_sym_GT_GT] = ACTIONS(3881), - [anon_sym_GT_GT_GT] = ACTIONS(3879), - [anon_sym_AMP_CARET] = ACTIONS(3879), - [anon_sym_AMP_AMP] = ACTIONS(1811), - [anon_sym_PIPE_PIPE] = ACTIONS(1811), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1811), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1811), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1811), - [sym_rune_literal] = ACTIONS(1811), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1811), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1811), - [sym___single_quote] = ACTIONS(1811), - [sym___c_double_quote] = ACTIONS(1811), - [sym___c_single_quote] = ACTIONS(1811), - [sym___r_double_quote] = ACTIONS(1811), - [sym___r_single_quote] = ACTIONS(1811), - }, [1308] = { [sym_line_comment] = STATE(1308), [sym_block_comment] = STATE(1308), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1813), + [sym_identifier] = ACTIONS(2647), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1811), - [anon_sym_RBRACE] = ACTIONS(1811), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3877), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_SLASH] = ACTIONS(3881), - [anon_sym_PERCENT] = ACTIONS(3879), - [anon_sym_LT] = ACTIONS(3883), - [anon_sym_GT] = ACTIONS(3883), - [anon_sym_EQ_EQ] = ACTIONS(3885), - [anon_sym_BANG_EQ] = ACTIONS(3885), - [anon_sym_LT_EQ] = ACTIONS(3885), - [anon_sym_GT_EQ] = ACTIONS(3885), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_COLON] = ACTIONS(1811), - [anon_sym_PLUS_PLUS] = ACTIONS(1811), - [anon_sym_DASH_DASH] = ACTIONS(1811), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1811), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1811), - [anon_sym_CARET] = ACTIONS(3893), - [anon_sym_AMP] = ACTIONS(3881), - [anon_sym_LT_DASH] = ACTIONS(1811), - [anon_sym_LT_LT] = ACTIONS(3879), - [anon_sym_GT_GT] = ACTIONS(3881), - [anon_sym_GT_GT_GT] = ACTIONS(3879), - [anon_sym_AMP_CARET] = ACTIONS(3879), - [anon_sym_AMP_AMP] = ACTIONS(1811), - [anon_sym_PIPE_PIPE] = ACTIONS(1811), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1811), - [anon_sym_in] = ACTIONS(3905), - [anon_sym_BANGin] = ACTIONS(3907), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1811), - [sym_rune_literal] = ACTIONS(1811), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1811), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1811), - [sym___single_quote] = ACTIONS(1811), - [sym___c_double_quote] = ACTIONS(1811), - [sym___c_single_quote] = ACTIONS(1811), - [sym___r_double_quote] = ACTIONS(1811), - [sym___r_single_quote] = ACTIONS(1811), + [anon_sym_DOT] = ACTIONS(2647), + [anon_sym_as] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2645), + [anon_sym_COMMA] = ACTIONS(2645), + [anon_sym_RBRACE] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2645), + [anon_sym_PIPE] = ACTIONS(2647), + [anon_sym_fn] = ACTIONS(2647), + [anon_sym_PLUS] = ACTIONS(2647), + [anon_sym_DASH] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(2645), + [anon_sym_SLASH] = ACTIONS(2647), + [anon_sym_PERCENT] = ACTIONS(2645), + [anon_sym_LT] = ACTIONS(2647), + [anon_sym_GT] = ACTIONS(2647), + [anon_sym_EQ_EQ] = ACTIONS(2645), + [anon_sym_BANG_EQ] = ACTIONS(2645), + [anon_sym_LT_EQ] = ACTIONS(2645), + [anon_sym_GT_EQ] = ACTIONS(2645), + [anon_sym_LBRACK] = ACTIONS(2645), + [anon_sym_RBRACK] = ACTIONS(2645), + [anon_sym_struct] = ACTIONS(2647), + [anon_sym_mut] = ACTIONS(2647), + [anon_sym_COLON] = ACTIONS(2645), + [anon_sym_PLUS_PLUS] = ACTIONS(2645), + [anon_sym_DASH_DASH] = ACTIONS(2645), + [anon_sym_QMARK] = ACTIONS(2647), + [anon_sym_BANG] = ACTIONS(2647), + [anon_sym_go] = ACTIONS(2647), + [anon_sym_spawn] = ACTIONS(2647), + [anon_sym_json_DOTdecode] = ACTIONS(2645), + [anon_sym_LBRACK2] = ACTIONS(2647), + [anon_sym_TILDE] = ACTIONS(2645), + [anon_sym_CARET] = ACTIONS(2645), + [anon_sym_AMP] = ACTIONS(2647), + [anon_sym_LT_DASH] = ACTIONS(2645), + [anon_sym_LT_LT] = ACTIONS(2645), + [anon_sym_GT_GT] = ACTIONS(2647), + [anon_sym_GT_GT_GT] = ACTIONS(2645), + [anon_sym_AMP_CARET] = ACTIONS(2645), + [anon_sym_AMP_AMP] = ACTIONS(2645), + [anon_sym_PIPE_PIPE] = ACTIONS(2645), + [anon_sym_or] = ACTIONS(2647), + [sym_none] = ACTIONS(2647), + [sym_true] = ACTIONS(2647), + [sym_false] = ACTIONS(2647), + [sym_nil] = ACTIONS(2647), + [anon_sym_QMARK_DOT] = ACTIONS(2645), + [anon_sym_POUND_LBRACK] = ACTIONS(2645), + [anon_sym_if] = ACTIONS(2647), + [anon_sym_DOLLARif] = ACTIONS(2647), + [anon_sym_DOLLARelse] = ACTIONS(3943), + [anon_sym_is] = ACTIONS(2647), + [anon_sym_BANGis] = ACTIONS(2645), + [anon_sym_in] = ACTIONS(2647), + [anon_sym_BANGin] = ACTIONS(2645), + [anon_sym_match] = ACTIONS(2647), + [anon_sym_select] = ACTIONS(2647), + [anon_sym_lock] = ACTIONS(2647), + [anon_sym_rlock] = ACTIONS(2647), + [anon_sym_unsafe] = ACTIONS(2647), + [anon_sym_sql] = ACTIONS(2647), + [sym_int_literal] = ACTIONS(2647), + [sym_float_literal] = ACTIONS(2645), + [sym_rune_literal] = ACTIONS(2645), + [sym_pseudo_compile_time_identifier] = ACTIONS(2647), + [anon_sym_shared] = ACTIONS(2647), + [anon_sym_map_LBRACK] = ACTIONS(2645), + [anon_sym_chan] = ACTIONS(2647), + [anon_sym_thread] = ACTIONS(2647), + [anon_sym_atomic] = ACTIONS(2647), + [sym___double_quote] = ACTIONS(2645), + [sym___single_quote] = ACTIONS(2645), + [sym___c_double_quote] = ACTIONS(2645), + [sym___c_single_quote] = ACTIONS(2645), + [sym___r_double_quote] = ACTIONS(2645), + [sym___r_single_quote] = ACTIONS(2645), }, [1309] = { [sym_line_comment] = STATE(1309), [sym_block_comment] = STATE(1309), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), + [sym_identifier] = ACTIONS(2653), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2651), + [anon_sym_COMMA] = ACTIONS(2651), + [anon_sym_RBRACE] = ACTIONS(2651), + [anon_sym_LPAREN] = ACTIONS(2651), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2651), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2651), + [anon_sym_BANG_EQ] = ACTIONS(2651), + [anon_sym_LT_EQ] = ACTIONS(2651), + [anon_sym_GT_EQ] = ACTIONS(2651), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_RBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_COLON] = ACTIONS(2651), + [anon_sym_PLUS_PLUS] = ACTIONS(2651), + [anon_sym_DASH_DASH] = ACTIONS(2651), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2651), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2651), + [anon_sym_CARET] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2651), + [anon_sym_LT_LT] = ACTIONS(2651), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2651), + [anon_sym_AMP_CARET] = ACTIONS(2651), + [anon_sym_AMP_AMP] = ACTIONS(2651), + [anon_sym_PIPE_PIPE] = ACTIONS(2651), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2651), + [anon_sym_POUND_LBRACK] = ACTIONS(2651), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_DOLLARelse] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2651), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2651), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2651), + [sym_rune_literal] = ACTIONS(2651), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2651), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2651), + [sym___single_quote] = ACTIONS(2651), + [sym___c_double_quote] = ACTIONS(2651), + [sym___c_single_quote] = ACTIONS(2651), + [sym___r_double_quote] = ACTIONS(2651), + [sym___r_single_quote] = ACTIONS(2651), + }, + [1310] = { + [sym_line_comment] = STATE(1310), + [sym_block_comment] = STATE(1310), + [sym_type_parameters] = STATE(1400), + [sym_identifier] = ACTIONS(2873), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(2873), + [anon_sym_as] = ACTIONS(2873), + [anon_sym_LBRACE] = ACTIONS(2871), + [anon_sym_COMMA] = ACTIONS(2871), + [anon_sym_RBRACE] = ACTIONS(2871), + [anon_sym_LPAREN] = ACTIONS(2871), + [anon_sym_PIPE] = ACTIONS(2873), + [anon_sym_fn] = ACTIONS(2873), + [anon_sym_PLUS] = ACTIONS(2873), + [anon_sym_DASH] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2871), + [anon_sym_SLASH] = ACTIONS(2873), + [anon_sym_PERCENT] = ACTIONS(2871), + [anon_sym_LT] = ACTIONS(2873), + [anon_sym_GT] = ACTIONS(2873), + [anon_sym_EQ_EQ] = ACTIONS(2871), + [anon_sym_BANG_EQ] = ACTIONS(2871), + [anon_sym_LT_EQ] = ACTIONS(2871), + [anon_sym_GT_EQ] = ACTIONS(2871), + [anon_sym_LBRACK] = ACTIONS(2871), + [anon_sym_RBRACK] = ACTIONS(2871), + [anon_sym_struct] = ACTIONS(2873), + [anon_sym_mut] = ACTIONS(2873), + [anon_sym_COLON] = ACTIONS(2871), + [anon_sym_PLUS_PLUS] = ACTIONS(2871), + [anon_sym_DASH_DASH] = ACTIONS(2871), + [anon_sym_QMARK] = ACTIONS(2873), + [anon_sym_BANG] = ACTIONS(2873), + [anon_sym_go] = ACTIONS(2873), + [anon_sym_spawn] = ACTIONS(2873), + [anon_sym_json_DOTdecode] = ACTIONS(2871), + [anon_sym_LBRACK2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2871), + [anon_sym_CARET] = ACTIONS(2871), + [anon_sym_AMP] = ACTIONS(2873), + [anon_sym_LT_DASH] = ACTIONS(2871), + [anon_sym_LT_LT] = ACTIONS(2871), + [anon_sym_GT_GT] = ACTIONS(2873), + [anon_sym_GT_GT_GT] = ACTIONS(2871), + [anon_sym_AMP_CARET] = ACTIONS(2871), + [anon_sym_AMP_AMP] = ACTIONS(2871), + [anon_sym_PIPE_PIPE] = ACTIONS(2871), + [anon_sym_or] = ACTIONS(2873), + [sym_none] = ACTIONS(2873), + [sym_true] = ACTIONS(2873), + [sym_false] = ACTIONS(2873), + [sym_nil] = ACTIONS(2873), + [anon_sym_QMARK_DOT] = ACTIONS(2871), + [anon_sym_POUND_LBRACK] = ACTIONS(2871), + [anon_sym_if] = ACTIONS(2873), + [anon_sym_DOLLARif] = ACTIONS(2873), + [anon_sym_is] = ACTIONS(2873), + [anon_sym_BANGis] = ACTIONS(2871), + [anon_sym_in] = ACTIONS(2873), + [anon_sym_BANGin] = ACTIONS(2871), + [anon_sym_match] = ACTIONS(2873), + [anon_sym_select] = ACTIONS(2873), + [anon_sym_lock] = ACTIONS(2873), + [anon_sym_rlock] = ACTIONS(2873), + [anon_sym_unsafe] = ACTIONS(2873), + [anon_sym_sql] = ACTIONS(2873), + [sym_int_literal] = ACTIONS(2873), + [sym_float_literal] = ACTIONS(2871), + [sym_rune_literal] = ACTIONS(2871), + [sym_pseudo_compile_time_identifier] = ACTIONS(2873), + [anon_sym_shared] = ACTIONS(2873), + [anon_sym_map_LBRACK] = ACTIONS(2871), + [anon_sym_chan] = ACTIONS(2873), + [anon_sym_thread] = ACTIONS(2873), + [anon_sym_atomic] = ACTIONS(2873), + [sym___double_quote] = ACTIONS(2871), + [sym___single_quote] = ACTIONS(2871), + [sym___c_double_quote] = ACTIONS(2871), + [sym___c_single_quote] = ACTIONS(2871), + [sym___r_double_quote] = ACTIONS(2871), + [sym___r_single_quote] = ACTIONS(2871), + }, + [1311] = { + [sym_line_comment] = STATE(1311), + [sym_block_comment] = STATE(1311), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), [sym_identifier] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), + [anon_sym_DOT] = ACTIONS(3859), [anon_sym_as] = ACTIONS(1855), [anon_sym_LBRACE] = ACTIONS(1853), [anon_sym_RBRACE] = ACTIONS(1853), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3877), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(1855), [anon_sym_fn] = ACTIONS(1855), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_SLASH] = ACTIONS(3881), - [anon_sym_PERCENT] = ACTIONS(3879), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(3887), + [anon_sym_SLASH] = ACTIONS(3889), + [anon_sym_PERCENT] = ACTIONS(3887), [anon_sym_LT] = ACTIONS(1855), [anon_sym_GT] = ACTIONS(1855), [anon_sym_EQ_EQ] = ACTIONS(1853), [anon_sym_BANG_EQ] = ACTIONS(1853), [anon_sym_LT_EQ] = ACTIONS(1853), [anon_sym_GT_EQ] = ACTIONS(1853), - [anon_sym_LBRACK] = ACTIONS(3859), + [anon_sym_LBRACK] = ACTIONS(3863), [anon_sym_struct] = ACTIONS(1855), [anon_sym_mut] = ACTIONS(1855), [anon_sym_COLON] = ACTIONS(1853), [anon_sym_PLUS_PLUS] = ACTIONS(1853), [anon_sym_DASH_DASH] = ACTIONS(1853), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), [anon_sym_go] = ACTIONS(1855), [anon_sym_spawn] = ACTIONS(1855), [anon_sym_json_DOTdecode] = ACTIONS(1853), - [anon_sym_LBRACK2] = ACTIONS(3865), + [anon_sym_LBRACK2] = ACTIONS(3869), [anon_sym_TILDE] = ACTIONS(1853), - [anon_sym_CARET] = ACTIONS(3893), - [anon_sym_AMP] = ACTIONS(3881), + [anon_sym_CARET] = ACTIONS(1853), + [anon_sym_AMP] = ACTIONS(3889), [anon_sym_LT_DASH] = ACTIONS(1853), - [anon_sym_LT_LT] = ACTIONS(3879), - [anon_sym_GT_GT] = ACTIONS(3881), - [anon_sym_GT_GT_GT] = ACTIONS(3879), - [anon_sym_AMP_CARET] = ACTIONS(3879), + [anon_sym_LT_LT] = ACTIONS(3887), + [anon_sym_GT_GT] = ACTIONS(3889), + [anon_sym_GT_GT_GT] = ACTIONS(3887), + [anon_sym_AMP_CARET] = ACTIONS(3887), [anon_sym_AMP_AMP] = ACTIONS(1853), [anon_sym_PIPE_PIPE] = ACTIONS(1853), [anon_sym_or] = ACTIONS(1855), @@ -168497,8 +168714,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(1855), [sym_false] = ACTIONS(1855), [sym_nil] = ACTIONS(1855), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), [anon_sym_if] = ACTIONS(1855), [anon_sym_DOLLARif] = ACTIONS(1855), [anon_sym_is] = ACTIONS(1855), @@ -168527,6005 +168744,5008 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1853), [sym___r_single_quote] = ACTIONS(1853), }, - [1310] = { - [sym_line_comment] = STATE(1310), - [sym_block_comment] = STATE(1310), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1859), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(1859), - [anon_sym_LBRACE] = ACTIONS(1857), - [anon_sym_RBRACE] = ACTIONS(1857), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3877), - [anon_sym_fn] = ACTIONS(1859), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_SLASH] = ACTIONS(3881), - [anon_sym_PERCENT] = ACTIONS(3879), - [anon_sym_LT] = ACTIONS(1859), - [anon_sym_GT] = ACTIONS(1859), - [anon_sym_EQ_EQ] = ACTIONS(1857), - [anon_sym_BANG_EQ] = ACTIONS(1857), - [anon_sym_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_EQ] = ACTIONS(1857), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_struct] = ACTIONS(1859), - [anon_sym_mut] = ACTIONS(1859), - [anon_sym_COLON] = ACTIONS(1857), - [anon_sym_PLUS_PLUS] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1857), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1859), - [anon_sym_spawn] = ACTIONS(1859), - [anon_sym_json_DOTdecode] = ACTIONS(1857), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1857), - [anon_sym_CARET] = ACTIONS(3893), - [anon_sym_AMP] = ACTIONS(3881), - [anon_sym_LT_DASH] = ACTIONS(1857), - [anon_sym_LT_LT] = ACTIONS(3879), - [anon_sym_GT_GT] = ACTIONS(3881), - [anon_sym_GT_GT_GT] = ACTIONS(3879), - [anon_sym_AMP_CARET] = ACTIONS(3879), - [anon_sym_AMP_AMP] = ACTIONS(1857), - [anon_sym_PIPE_PIPE] = ACTIONS(1857), - [anon_sym_or] = ACTIONS(1859), - [sym_none] = ACTIONS(1859), - [sym_true] = ACTIONS(1859), - [sym_false] = ACTIONS(1859), - [sym_nil] = ACTIONS(1859), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1859), - [anon_sym_DOLLARif] = ACTIONS(1859), - [anon_sym_is] = ACTIONS(1859), - [anon_sym_BANGis] = ACTIONS(1857), - [anon_sym_in] = ACTIONS(1859), - [anon_sym_BANGin] = ACTIONS(1857), - [anon_sym_match] = ACTIONS(1859), - [anon_sym_select] = ACTIONS(1859), - [anon_sym_lock] = ACTIONS(1859), - [anon_sym_rlock] = ACTIONS(1859), - [anon_sym_unsafe] = ACTIONS(1859), - [anon_sym_sql] = ACTIONS(1859), - [sym_int_literal] = ACTIONS(1859), - [sym_float_literal] = ACTIONS(1857), - [sym_rune_literal] = ACTIONS(1857), - [sym_pseudo_compile_time_identifier] = ACTIONS(1859), - [anon_sym_shared] = ACTIONS(1859), - [anon_sym_map_LBRACK] = ACTIONS(1857), - [anon_sym_chan] = ACTIONS(1859), - [anon_sym_thread] = ACTIONS(1859), - [anon_sym_atomic] = ACTIONS(1859), - [sym___double_quote] = ACTIONS(1857), - [sym___single_quote] = ACTIONS(1857), - [sym___c_double_quote] = ACTIONS(1857), - [sym___c_single_quote] = ACTIONS(1857), - [sym___r_double_quote] = ACTIONS(1857), - [sym___r_single_quote] = ACTIONS(1857), - }, - [1311] = { - [sym_line_comment] = STATE(1311), - [sym_block_comment] = STATE(1311), - [sym_identifier] = ACTIONS(2821), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2821), - [anon_sym_as] = ACTIONS(2821), - [anon_sym_LBRACE] = ACTIONS(2819), - [anon_sym_COMMA] = ACTIONS(2819), - [anon_sym_RBRACE] = ACTIONS(2819), - [anon_sym_LPAREN] = ACTIONS(2819), - [anon_sym_PIPE] = ACTIONS(2821), - [anon_sym_fn] = ACTIONS(2821), - [anon_sym_PLUS] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2821), - [anon_sym_STAR] = ACTIONS(2819), - [anon_sym_SLASH] = ACTIONS(2821), - [anon_sym_PERCENT] = ACTIONS(2819), - [anon_sym_LT] = ACTIONS(2821), - [anon_sym_GT] = ACTIONS(2821), - [anon_sym_EQ_EQ] = ACTIONS(2819), - [anon_sym_BANG_EQ] = ACTIONS(2819), - [anon_sym_LT_EQ] = ACTIONS(2819), - [anon_sym_GT_EQ] = ACTIONS(2819), - [anon_sym_LBRACK] = ACTIONS(2819), - [anon_sym_RBRACK] = ACTIONS(2819), - [anon_sym_struct] = ACTIONS(2821), - [anon_sym_mut] = ACTIONS(2821), - [anon_sym_COLON] = ACTIONS(2819), - [anon_sym_PLUS_PLUS] = ACTIONS(2819), - [anon_sym_DASH_DASH] = ACTIONS(2819), - [anon_sym_QMARK] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_go] = ACTIONS(2821), - [anon_sym_spawn] = ACTIONS(2821), - [anon_sym_json_DOTdecode] = ACTIONS(2819), - [anon_sym_LBRACK2] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2819), - [anon_sym_CARET] = ACTIONS(2819), - [anon_sym_AMP] = ACTIONS(2821), - [anon_sym_LT_DASH] = ACTIONS(2819), - [anon_sym_LT_LT] = ACTIONS(2819), - [anon_sym_GT_GT] = ACTIONS(2821), - [anon_sym_GT_GT_GT] = ACTIONS(2819), - [anon_sym_AMP_CARET] = ACTIONS(2819), - [anon_sym_AMP_AMP] = ACTIONS(2819), - [anon_sym_PIPE_PIPE] = ACTIONS(2819), - [anon_sym_or] = ACTIONS(2821), - [sym_none] = ACTIONS(2821), - [sym_true] = ACTIONS(2821), - [sym_false] = ACTIONS(2821), - [sym_nil] = ACTIONS(2821), - [anon_sym_QMARK_DOT] = ACTIONS(2819), - [anon_sym_POUND_LBRACK] = ACTIONS(2819), - [anon_sym_if] = ACTIONS(2821), - [anon_sym_DOLLARif] = ACTIONS(2821), - [anon_sym_DOLLARelse] = ACTIONS(2821), - [anon_sym_is] = ACTIONS(2821), - [anon_sym_BANGis] = ACTIONS(2819), - [anon_sym_in] = ACTIONS(2821), - [anon_sym_BANGin] = ACTIONS(2819), - [anon_sym_match] = ACTIONS(2821), - [anon_sym_select] = ACTIONS(2821), - [anon_sym_lock] = ACTIONS(2821), - [anon_sym_rlock] = ACTIONS(2821), - [anon_sym_unsafe] = ACTIONS(2821), - [anon_sym_sql] = ACTIONS(2821), - [sym_int_literal] = ACTIONS(2821), - [sym_float_literal] = ACTIONS(2819), - [sym_rune_literal] = ACTIONS(2819), - [sym_pseudo_compile_time_identifier] = ACTIONS(2821), - [anon_sym_shared] = ACTIONS(2821), - [anon_sym_map_LBRACK] = ACTIONS(2819), - [anon_sym_chan] = ACTIONS(2821), - [anon_sym_thread] = ACTIONS(2821), - [anon_sym_atomic] = ACTIONS(2821), - [sym___double_quote] = ACTIONS(2819), - [sym___single_quote] = ACTIONS(2819), - [sym___c_double_quote] = ACTIONS(2819), - [sym___c_single_quote] = ACTIONS(2819), - [sym___r_double_quote] = ACTIONS(2819), - [sym___r_single_quote] = ACTIONS(2819), - }, [1312] = { [sym_line_comment] = STATE(1312), [sym_block_comment] = STATE(1312), - [sym_identifier] = ACTIONS(2761), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1833), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2759), - [anon_sym_COMMA] = ACTIONS(2759), - [anon_sym_RBRACE] = ACTIONS(2759), - [anon_sym_LPAREN] = ACTIONS(2759), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2759), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2759), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2759), - [anon_sym_BANG_EQ] = ACTIONS(2759), - [anon_sym_LT_EQ] = ACTIONS(2759), - [anon_sym_GT_EQ] = ACTIONS(2759), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_RBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_COLON] = ACTIONS(2759), - [anon_sym_PLUS_PLUS] = ACTIONS(2759), - [anon_sym_DASH_DASH] = ACTIONS(2759), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2759), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2759), - [anon_sym_CARET] = ACTIONS(2759), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2759), - [anon_sym_LT_LT] = ACTIONS(2759), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2759), - [anon_sym_AMP_CARET] = ACTIONS(2759), - [anon_sym_AMP_AMP] = ACTIONS(2759), - [anon_sym_PIPE_PIPE] = ACTIONS(2759), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2759), - [anon_sym_POUND_LBRACK] = ACTIONS(2759), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_else] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2759), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2759), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2759), - [sym_rune_literal] = ACTIONS(2759), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2759), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2759), - [sym___single_quote] = ACTIONS(2759), - [sym___c_double_quote] = ACTIONS(2759), - [sym___c_single_quote] = ACTIONS(2759), - [sym___r_double_quote] = ACTIONS(2759), - [sym___r_single_quote] = ACTIONS(2759), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(3881), + [anon_sym_LBRACE] = ACTIONS(1831), + [anon_sym_COMMA] = ACTIONS(1831), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3923), + [anon_sym_fn] = ACTIONS(1833), + [anon_sym_PLUS] = ACTIONS(3923), + [anon_sym_DASH] = ACTIONS(3923), + [anon_sym_STAR] = ACTIONS(3925), + [anon_sym_SLASH] = ACTIONS(3927), + [anon_sym_PERCENT] = ACTIONS(3925), + [anon_sym_LT] = ACTIONS(3929), + [anon_sym_GT] = ACTIONS(3929), + [anon_sym_EQ_EQ] = ACTIONS(3931), + [anon_sym_BANG_EQ] = ACTIONS(3931), + [anon_sym_LT_EQ] = ACTIONS(3931), + [anon_sym_GT_EQ] = ACTIONS(3931), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_RBRACK] = ACTIONS(1831), + [anon_sym_struct] = ACTIONS(1833), + [anon_sym_mut] = ACTIONS(1833), + [anon_sym_PLUS_PLUS] = ACTIONS(3897), + [anon_sym_DASH_DASH] = ACTIONS(3899), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1833), + [anon_sym_spawn] = ACTIONS(1833), + [anon_sym_json_DOTdecode] = ACTIONS(1831), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1831), + [anon_sym_CARET] = ACTIONS(3933), + [anon_sym_AMP] = ACTIONS(3927), + [anon_sym_LT_DASH] = ACTIONS(1831), + [anon_sym_LT_LT] = ACTIONS(3925), + [anon_sym_GT_GT] = ACTIONS(3927), + [anon_sym_GT_GT_GT] = ACTIONS(3925), + [anon_sym_AMP_CARET] = ACTIONS(3925), + [anon_sym_AMP_AMP] = ACTIONS(3935), + [anon_sym_PIPE_PIPE] = ACTIONS(3937), + [anon_sym_or] = ACTIONS(3907), + [sym_none] = ACTIONS(1833), + [sym_true] = ACTIONS(1833), + [sym_false] = ACTIONS(1833), + [sym_nil] = ACTIONS(1833), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1833), + [anon_sym_DOLLARif] = ACTIONS(1833), + [anon_sym_is] = ACTIONS(3909), + [anon_sym_BANGis] = ACTIONS(3911), + [anon_sym_in] = ACTIONS(3939), + [anon_sym_BANGin] = ACTIONS(3941), + [anon_sym_match] = ACTIONS(1833), + [anon_sym_select] = ACTIONS(1833), + [anon_sym_lock] = ACTIONS(1833), + [anon_sym_rlock] = ACTIONS(1833), + [anon_sym_unsafe] = ACTIONS(1833), + [anon_sym_sql] = ACTIONS(1833), + [sym_int_literal] = ACTIONS(1833), + [sym_float_literal] = ACTIONS(1831), + [sym_rune_literal] = ACTIONS(1831), + [sym_pseudo_compile_time_identifier] = ACTIONS(1833), + [anon_sym_shared] = ACTIONS(1833), + [anon_sym_map_LBRACK] = ACTIONS(1831), + [anon_sym_chan] = ACTIONS(1833), + [anon_sym_thread] = ACTIONS(1833), + [anon_sym_atomic] = ACTIONS(1833), + [sym___double_quote] = ACTIONS(1831), + [sym___single_quote] = ACTIONS(1831), + [sym___c_double_quote] = ACTIONS(1831), + [sym___c_single_quote] = ACTIONS(1831), + [sym___r_double_quote] = ACTIONS(1831), + [sym___r_single_quote] = ACTIONS(1831), }, [1313] = { [sym_line_comment] = STATE(1313), [sym_block_comment] = STATE(1313), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1937), + [sym_identifier] = ACTIONS(2819), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(1935), - [anon_sym_COMMA] = ACTIONS(1935), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3913), - [anon_sym_fn] = ACTIONS(1937), - [anon_sym_PLUS] = ACTIONS(3913), - [anon_sym_DASH] = ACTIONS(3913), - [anon_sym_STAR] = ACTIONS(3915), - [anon_sym_SLASH] = ACTIONS(3917), - [anon_sym_PERCENT] = ACTIONS(3915), - [anon_sym_LT] = ACTIONS(3919), - [anon_sym_GT] = ACTIONS(3919), - [anon_sym_EQ_EQ] = ACTIONS(3921), - [anon_sym_BANG_EQ] = ACTIONS(3921), - [anon_sym_LT_EQ] = ACTIONS(3921), - [anon_sym_GT_EQ] = ACTIONS(3921), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_RBRACK] = ACTIONS(1935), - [anon_sym_struct] = ACTIONS(1937), - [anon_sym_mut] = ACTIONS(1937), - [anon_sym_PLUS_PLUS] = ACTIONS(3889), - [anon_sym_DASH_DASH] = ACTIONS(3891), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1937), - [anon_sym_spawn] = ACTIONS(1937), - [anon_sym_json_DOTdecode] = ACTIONS(1935), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1935), - [anon_sym_CARET] = ACTIONS(3923), - [anon_sym_AMP] = ACTIONS(3917), - [anon_sym_LT_DASH] = ACTIONS(1935), - [anon_sym_LT_LT] = ACTIONS(3915), - [anon_sym_GT_GT] = ACTIONS(3917), - [anon_sym_GT_GT_GT] = ACTIONS(3915), - [anon_sym_AMP_CARET] = ACTIONS(3915), - [anon_sym_AMP_AMP] = ACTIONS(3925), - [anon_sym_PIPE_PIPE] = ACTIONS(3927), - [anon_sym_or] = ACTIONS(3899), - [sym_none] = ACTIONS(1937), - [sym_true] = ACTIONS(1937), - [sym_false] = ACTIONS(1937), - [sym_nil] = ACTIONS(1937), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1937), - [anon_sym_DOLLARif] = ACTIONS(1937), - [anon_sym_is] = ACTIONS(3901), - [anon_sym_BANGis] = ACTIONS(3903), - [anon_sym_in] = ACTIONS(3929), - [anon_sym_BANGin] = ACTIONS(3931), - [anon_sym_match] = ACTIONS(1937), - [anon_sym_select] = ACTIONS(1937), - [anon_sym_lock] = ACTIONS(1937), - [anon_sym_rlock] = ACTIONS(1937), - [anon_sym_unsafe] = ACTIONS(1937), - [anon_sym_sql] = ACTIONS(1937), - [sym_int_literal] = ACTIONS(1937), - [sym_float_literal] = ACTIONS(1935), - [sym_rune_literal] = ACTIONS(1935), - [sym_pseudo_compile_time_identifier] = ACTIONS(1937), - [anon_sym_shared] = ACTIONS(1937), - [anon_sym_map_LBRACK] = ACTIONS(1935), - [anon_sym_chan] = ACTIONS(1937), - [anon_sym_thread] = ACTIONS(1937), - [anon_sym_atomic] = ACTIONS(1937), - [sym___double_quote] = ACTIONS(1935), - [sym___single_quote] = ACTIONS(1935), - [sym___c_double_quote] = ACTIONS(1935), - [sym___c_single_quote] = ACTIONS(1935), - [sym___r_double_quote] = ACTIONS(1935), - [sym___r_single_quote] = ACTIONS(1935), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_as] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2817), + [anon_sym_COMMA] = ACTIONS(2817), + [anon_sym_RBRACE] = ACTIONS(2817), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2817), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_PERCENT] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_EQ_EQ] = ACTIONS(2817), + [anon_sym_BANG_EQ] = ACTIONS(2817), + [anon_sym_LT_EQ] = ACTIONS(2817), + [anon_sym_GT_EQ] = ACTIONS(2817), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_RBRACK] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_COLON] = ACTIONS(2817), + [anon_sym_PLUS_PLUS] = ACTIONS(2817), + [anon_sym_DASH_DASH] = ACTIONS(2817), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2817), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2817), + [anon_sym_CARET] = ACTIONS(2817), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2817), + [anon_sym_LT_LT] = ACTIONS(2817), + [anon_sym_GT_GT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2817), + [anon_sym_AMP_CARET] = ACTIONS(2817), + [anon_sym_AMP_AMP] = ACTIONS(2817), + [anon_sym_PIPE_PIPE] = ACTIONS(2817), + [anon_sym_or] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_QMARK_DOT] = ACTIONS(2817), + [anon_sym_POUND_LBRACK] = ACTIONS(2817), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_else] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_is] = ACTIONS(2819), + [anon_sym_BANGis] = ACTIONS(2817), + [anon_sym_in] = ACTIONS(2819), + [anon_sym_BANGin] = ACTIONS(2817), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2817), + [sym_rune_literal] = ACTIONS(2817), + [sym_pseudo_compile_time_identifier] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2817), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2817), + [sym___single_quote] = ACTIONS(2817), + [sym___c_double_quote] = ACTIONS(2817), + [sym___c_single_quote] = ACTIONS(2817), + [sym___r_double_quote] = ACTIONS(2817), + [sym___r_single_quote] = ACTIONS(2817), }, [1314] = { [sym_line_comment] = STATE(1314), [sym_block_comment] = STATE(1314), - [sym_identifier] = ACTIONS(2761), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2759), - [anon_sym_COMMA] = ACTIONS(2759), - [anon_sym_RBRACE] = ACTIONS(2759), - [anon_sym_LPAREN] = ACTIONS(2759), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2759), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2759), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2759), - [anon_sym_BANG_EQ] = ACTIONS(2759), - [anon_sym_LT_EQ] = ACTIONS(2759), - [anon_sym_GT_EQ] = ACTIONS(2759), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_RBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_COLON] = ACTIONS(2759), - [anon_sym_PLUS_PLUS] = ACTIONS(2759), - [anon_sym_DASH_DASH] = ACTIONS(2759), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2759), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2759), - [anon_sym_CARET] = ACTIONS(2759), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2759), - [anon_sym_LT_LT] = ACTIONS(2759), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2759), - [anon_sym_AMP_CARET] = ACTIONS(2759), - [anon_sym_AMP_AMP] = ACTIONS(2759), - [anon_sym_PIPE_PIPE] = ACTIONS(2759), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2759), - [anon_sym_POUND_LBRACK] = ACTIONS(2759), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_DOLLARelse] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2759), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2759), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2759), - [sym_rune_literal] = ACTIONS(2759), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2759), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2759), - [sym___single_quote] = ACTIONS(2759), - [sym___c_double_quote] = ACTIONS(2759), - [sym___c_single_quote] = ACTIONS(2759), - [sym___r_double_quote] = ACTIONS(2759), - [sym___r_single_quote] = ACTIONS(2759), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1853), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3885), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(3885), + [anon_sym_DASH] = ACTIONS(3885), + [anon_sym_STAR] = ACTIONS(3887), + [anon_sym_SLASH] = ACTIONS(3889), + [anon_sym_PERCENT] = ACTIONS(3887), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1853), + [anon_sym_BANG_EQ] = ACTIONS(1853), + [anon_sym_LT_EQ] = ACTIONS(1853), + [anon_sym_GT_EQ] = ACTIONS(1853), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_COLON] = ACTIONS(1853), + [anon_sym_PLUS_PLUS] = ACTIONS(1853), + [anon_sym_DASH_DASH] = ACTIONS(1853), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1853), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1853), + [anon_sym_CARET] = ACTIONS(3901), + [anon_sym_AMP] = ACTIONS(3889), + [anon_sym_LT_DASH] = ACTIONS(1853), + [anon_sym_LT_LT] = ACTIONS(3887), + [anon_sym_GT_GT] = ACTIONS(3889), + [anon_sym_GT_GT_GT] = ACTIONS(3887), + [anon_sym_AMP_CARET] = ACTIONS(3887), + [anon_sym_AMP_AMP] = ACTIONS(1853), + [anon_sym_PIPE_PIPE] = ACTIONS(1853), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1853), + [anon_sym_in] = ACTIONS(1855), + [anon_sym_BANGin] = ACTIONS(1853), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1853), + [sym_rune_literal] = ACTIONS(1853), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1853), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1853), + [sym___single_quote] = ACTIONS(1853), + [sym___c_double_quote] = ACTIONS(1853), + [sym___c_single_quote] = ACTIONS(1853), + [sym___r_double_quote] = ACTIONS(1853), + [sym___r_single_quote] = ACTIONS(1853), }, [1315] = { [sym_line_comment] = STATE(1315), [sym_block_comment] = STATE(1315), - [sym_identifier] = ACTIONS(2883), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1841), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(2881), - [anon_sym_DOT] = ACTIONS(2883), - [anon_sym_as] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2881), - [anon_sym_COMMA] = ACTIONS(2881), - [anon_sym_RBRACE] = ACTIONS(2881), - [anon_sym_LPAREN] = ACTIONS(2881), - [anon_sym_PIPE] = ACTIONS(2883), - [anon_sym_fn] = ACTIONS(2883), - [anon_sym_PLUS] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2883), - [anon_sym_STAR] = ACTIONS(2881), - [anon_sym_SLASH] = ACTIONS(2883), - [anon_sym_PERCENT] = ACTIONS(2881), - [anon_sym_LT] = ACTIONS(2883), - [anon_sym_GT] = ACTIONS(2883), - [anon_sym_EQ_EQ] = ACTIONS(2881), - [anon_sym_BANG_EQ] = ACTIONS(2881), - [anon_sym_LT_EQ] = ACTIONS(2881), - [anon_sym_GT_EQ] = ACTIONS(2881), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_RBRACK] = ACTIONS(2881), - [anon_sym_struct] = ACTIONS(2883), - [anon_sym_mut] = ACTIONS(2883), - [anon_sym_COLON] = ACTIONS(2881), - [anon_sym_PLUS_PLUS] = ACTIONS(2881), - [anon_sym_DASH_DASH] = ACTIONS(2881), - [anon_sym_QMARK] = ACTIONS(2883), - [anon_sym_BANG] = ACTIONS(2883), - [anon_sym_go] = ACTIONS(2883), - [anon_sym_spawn] = ACTIONS(2883), - [anon_sym_json_DOTdecode] = ACTIONS(2881), - [anon_sym_LBRACK2] = ACTIONS(2883), - [anon_sym_TILDE] = ACTIONS(2881), - [anon_sym_CARET] = ACTIONS(2881), - [anon_sym_AMP] = ACTIONS(2883), - [anon_sym_LT_DASH] = ACTIONS(2881), - [anon_sym_LT_LT] = ACTIONS(2881), - [anon_sym_GT_GT] = ACTIONS(2883), - [anon_sym_GT_GT_GT] = ACTIONS(2881), - [anon_sym_AMP_CARET] = ACTIONS(2881), - [anon_sym_AMP_AMP] = ACTIONS(2881), - [anon_sym_PIPE_PIPE] = ACTIONS(2881), - [anon_sym_or] = ACTIONS(2883), - [sym_none] = ACTIONS(2883), - [sym_true] = ACTIONS(2883), - [sym_false] = ACTIONS(2883), - [sym_nil] = ACTIONS(2883), - [anon_sym_QMARK_DOT] = ACTIONS(2881), - [anon_sym_POUND_LBRACK] = ACTIONS(2881), - [anon_sym_if] = ACTIONS(2883), - [anon_sym_DOLLARif] = ACTIONS(2883), - [anon_sym_is] = ACTIONS(2883), - [anon_sym_BANGis] = ACTIONS(2881), - [anon_sym_in] = ACTIONS(2883), - [anon_sym_BANGin] = ACTIONS(2881), - [anon_sym_match] = ACTIONS(2883), - [anon_sym_select] = ACTIONS(2883), - [anon_sym_lock] = ACTIONS(2883), - [anon_sym_rlock] = ACTIONS(2883), - [anon_sym_unsafe] = ACTIONS(2883), - [anon_sym_sql] = ACTIONS(2883), - [sym_int_literal] = ACTIONS(2883), - [sym_float_literal] = ACTIONS(2881), - [sym_rune_literal] = ACTIONS(2881), - [sym_pseudo_compile_time_identifier] = ACTIONS(2883), - [anon_sym_shared] = ACTIONS(2883), - [anon_sym_map_LBRACK] = ACTIONS(2881), - [anon_sym_chan] = ACTIONS(2883), - [anon_sym_thread] = ACTIONS(2883), - [anon_sym_atomic] = ACTIONS(2883), - [sym___double_quote] = ACTIONS(2881), - [sym___single_quote] = ACTIONS(2881), - [sym___c_double_quote] = ACTIONS(2881), - [sym___c_single_quote] = ACTIONS(2881), - [sym___r_double_quote] = ACTIONS(2881), - [sym___r_single_quote] = ACTIONS(2881), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(3881), + [anon_sym_LBRACE] = ACTIONS(1839), + [anon_sym_RBRACE] = ACTIONS(1839), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3885), + [anon_sym_fn] = ACTIONS(1841), + [anon_sym_PLUS] = ACTIONS(3885), + [anon_sym_DASH] = ACTIONS(3885), + [anon_sym_STAR] = ACTIONS(3887), + [anon_sym_SLASH] = ACTIONS(3889), + [anon_sym_PERCENT] = ACTIONS(3887), + [anon_sym_LT] = ACTIONS(3891), + [anon_sym_GT] = ACTIONS(3891), + [anon_sym_EQ_EQ] = ACTIONS(3893), + [anon_sym_BANG_EQ] = ACTIONS(3893), + [anon_sym_LT_EQ] = ACTIONS(3893), + [anon_sym_GT_EQ] = ACTIONS(3893), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_struct] = ACTIONS(1841), + [anon_sym_mut] = ACTIONS(1841), + [anon_sym_COLON] = ACTIONS(1839), + [anon_sym_PLUS_PLUS] = ACTIONS(3897), + [anon_sym_DASH_DASH] = ACTIONS(3899), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1841), + [anon_sym_spawn] = ACTIONS(1841), + [anon_sym_json_DOTdecode] = ACTIONS(1839), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1839), + [anon_sym_CARET] = ACTIONS(3901), + [anon_sym_AMP] = ACTIONS(3889), + [anon_sym_LT_DASH] = ACTIONS(1839), + [anon_sym_LT_LT] = ACTIONS(3887), + [anon_sym_GT_GT] = ACTIONS(3889), + [anon_sym_GT_GT_GT] = ACTIONS(3887), + [anon_sym_AMP_CARET] = ACTIONS(3887), + [anon_sym_AMP_AMP] = ACTIONS(3903), + [anon_sym_PIPE_PIPE] = ACTIONS(3905), + [anon_sym_or] = ACTIONS(3907), + [sym_none] = ACTIONS(1841), + [sym_true] = ACTIONS(1841), + [sym_false] = ACTIONS(1841), + [sym_nil] = ACTIONS(1841), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1841), + [anon_sym_DOLLARif] = ACTIONS(1841), + [anon_sym_is] = ACTIONS(3909), + [anon_sym_BANGis] = ACTIONS(3911), + [anon_sym_in] = ACTIONS(3913), + [anon_sym_BANGin] = ACTIONS(3915), + [anon_sym_match] = ACTIONS(1841), + [anon_sym_select] = ACTIONS(1841), + [anon_sym_lock] = ACTIONS(1841), + [anon_sym_rlock] = ACTIONS(1841), + [anon_sym_unsafe] = ACTIONS(1841), + [anon_sym_sql] = ACTIONS(1841), + [sym_int_literal] = ACTIONS(1841), + [sym_float_literal] = ACTIONS(1839), + [sym_rune_literal] = ACTIONS(1839), + [sym_pseudo_compile_time_identifier] = ACTIONS(1841), + [anon_sym_shared] = ACTIONS(1841), + [anon_sym_map_LBRACK] = ACTIONS(1839), + [anon_sym_chan] = ACTIONS(1841), + [anon_sym_thread] = ACTIONS(1841), + [anon_sym_atomic] = ACTIONS(1841), + [sym___double_quote] = ACTIONS(1839), + [sym___single_quote] = ACTIONS(1839), + [sym___c_double_quote] = ACTIONS(1839), + [sym___c_single_quote] = ACTIONS(1839), + [sym___r_double_quote] = ACTIONS(1839), + [sym___r_single_quote] = ACTIONS(1839), }, [1316] = { [sym_line_comment] = STATE(1316), [sym_block_comment] = STATE(1316), - [sym_identifier] = ACTIONS(2891), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(2889), - [anon_sym_DOT] = ACTIONS(2891), - [anon_sym_as] = ACTIONS(2891), - [anon_sym_LBRACE] = ACTIONS(2889), - [anon_sym_COMMA] = ACTIONS(2889), - [anon_sym_RBRACE] = ACTIONS(2889), - [anon_sym_LPAREN] = ACTIONS(2889), - [anon_sym_PIPE] = ACTIONS(2891), - [anon_sym_fn] = ACTIONS(2891), - [anon_sym_PLUS] = ACTIONS(2891), - [anon_sym_DASH] = ACTIONS(2891), - [anon_sym_STAR] = ACTIONS(2889), - [anon_sym_SLASH] = ACTIONS(2891), - [anon_sym_PERCENT] = ACTIONS(2889), - [anon_sym_LT] = ACTIONS(2891), - [anon_sym_GT] = ACTIONS(2891), - [anon_sym_EQ_EQ] = ACTIONS(2889), - [anon_sym_BANG_EQ] = ACTIONS(2889), - [anon_sym_LT_EQ] = ACTIONS(2889), - [anon_sym_GT_EQ] = ACTIONS(2889), - [anon_sym_LBRACK] = ACTIONS(2889), - [anon_sym_RBRACK] = ACTIONS(2889), - [anon_sym_struct] = ACTIONS(2891), - [anon_sym_mut] = ACTIONS(2891), - [anon_sym_COLON] = ACTIONS(2889), - [anon_sym_PLUS_PLUS] = ACTIONS(2889), - [anon_sym_DASH_DASH] = ACTIONS(2889), - [anon_sym_QMARK] = ACTIONS(2891), - [anon_sym_BANG] = ACTIONS(2891), - [anon_sym_go] = ACTIONS(2891), - [anon_sym_spawn] = ACTIONS(2891), - [anon_sym_json_DOTdecode] = ACTIONS(2889), - [anon_sym_LBRACK2] = ACTIONS(2891), - [anon_sym_TILDE] = ACTIONS(2889), - [anon_sym_CARET] = ACTIONS(2889), - [anon_sym_AMP] = ACTIONS(2891), - [anon_sym_LT_DASH] = ACTIONS(2889), - [anon_sym_LT_LT] = ACTIONS(2889), - [anon_sym_GT_GT] = ACTIONS(2891), - [anon_sym_GT_GT_GT] = ACTIONS(2889), - [anon_sym_AMP_CARET] = ACTIONS(2889), - [anon_sym_AMP_AMP] = ACTIONS(2889), - [anon_sym_PIPE_PIPE] = ACTIONS(2889), - [anon_sym_or] = ACTIONS(2891), - [sym_none] = ACTIONS(2891), - [sym_true] = ACTIONS(2891), - [sym_false] = ACTIONS(2891), - [sym_nil] = ACTIONS(2891), - [anon_sym_QMARK_DOT] = ACTIONS(2889), - [anon_sym_POUND_LBRACK] = ACTIONS(2889), - [anon_sym_if] = ACTIONS(2891), - [anon_sym_DOLLARif] = ACTIONS(2891), - [anon_sym_is] = ACTIONS(2891), - [anon_sym_BANGis] = ACTIONS(2889), - [anon_sym_in] = ACTIONS(2891), - [anon_sym_BANGin] = ACTIONS(2889), - [anon_sym_match] = ACTIONS(2891), - [anon_sym_select] = ACTIONS(2891), - [anon_sym_lock] = ACTIONS(2891), - [anon_sym_rlock] = ACTIONS(2891), - [anon_sym_unsafe] = ACTIONS(2891), - [anon_sym_sql] = ACTIONS(2891), - [sym_int_literal] = ACTIONS(2891), - [sym_float_literal] = ACTIONS(2889), - [sym_rune_literal] = ACTIONS(2889), - [sym_pseudo_compile_time_identifier] = ACTIONS(2891), - [anon_sym_shared] = ACTIONS(2891), - [anon_sym_map_LBRACK] = ACTIONS(2889), - [anon_sym_chan] = ACTIONS(2891), - [anon_sym_thread] = ACTIONS(2891), - [anon_sym_atomic] = ACTIONS(2891), - [sym___double_quote] = ACTIONS(2889), - [sym___single_quote] = ACTIONS(2889), - [sym___c_double_quote] = ACTIONS(2889), - [sym___c_single_quote] = ACTIONS(2889), - [sym___r_double_quote] = ACTIONS(2889), - [sym___r_single_quote] = ACTIONS(2889), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1853), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3885), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(3885), + [anon_sym_DASH] = ACTIONS(3885), + [anon_sym_STAR] = ACTIONS(3887), + [anon_sym_SLASH] = ACTIONS(3889), + [anon_sym_PERCENT] = ACTIONS(3887), + [anon_sym_LT] = ACTIONS(3891), + [anon_sym_GT] = ACTIONS(3891), + [anon_sym_EQ_EQ] = ACTIONS(3893), + [anon_sym_BANG_EQ] = ACTIONS(3893), + [anon_sym_LT_EQ] = ACTIONS(3893), + [anon_sym_GT_EQ] = ACTIONS(3893), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_COLON] = ACTIONS(1853), + [anon_sym_PLUS_PLUS] = ACTIONS(1853), + [anon_sym_DASH_DASH] = ACTIONS(1853), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1853), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1853), + [anon_sym_CARET] = ACTIONS(3901), + [anon_sym_AMP] = ACTIONS(3889), + [anon_sym_LT_DASH] = ACTIONS(1853), + [anon_sym_LT_LT] = ACTIONS(3887), + [anon_sym_GT_GT] = ACTIONS(3889), + [anon_sym_GT_GT_GT] = ACTIONS(3887), + [anon_sym_AMP_CARET] = ACTIONS(3887), + [anon_sym_AMP_AMP] = ACTIONS(1853), + [anon_sym_PIPE_PIPE] = ACTIONS(1853), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1853), + [anon_sym_in] = ACTIONS(3913), + [anon_sym_BANGin] = ACTIONS(3915), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1853), + [sym_rune_literal] = ACTIONS(1853), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1853), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1853), + [sym___single_quote] = ACTIONS(1853), + [sym___c_double_quote] = ACTIONS(1853), + [sym___c_single_quote] = ACTIONS(1853), + [sym___r_double_quote] = ACTIONS(1853), + [sym___r_single_quote] = ACTIONS(1853), }, [1317] = { [sym_line_comment] = STATE(1317), [sym_block_comment] = STATE(1317), - [sym_identifier] = ACTIONS(2895), + [sym_identifier] = ACTIONS(2797), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(2893), - [anon_sym_DOT] = ACTIONS(2895), - [anon_sym_as] = ACTIONS(2895), - [anon_sym_LBRACE] = ACTIONS(2893), - [anon_sym_COMMA] = ACTIONS(2893), - [anon_sym_RBRACE] = ACTIONS(2893), - [anon_sym_LPAREN] = ACTIONS(2893), - [anon_sym_PIPE] = ACTIONS(2895), - [anon_sym_fn] = ACTIONS(2895), - [anon_sym_PLUS] = ACTIONS(2895), - [anon_sym_DASH] = ACTIONS(2895), - [anon_sym_STAR] = ACTIONS(2893), - [anon_sym_SLASH] = ACTIONS(2895), - [anon_sym_PERCENT] = ACTIONS(2893), - [anon_sym_LT] = ACTIONS(2895), - [anon_sym_GT] = ACTIONS(2895), - [anon_sym_EQ_EQ] = ACTIONS(2893), - [anon_sym_BANG_EQ] = ACTIONS(2893), - [anon_sym_LT_EQ] = ACTIONS(2893), - [anon_sym_GT_EQ] = ACTIONS(2893), - [anon_sym_LBRACK] = ACTIONS(2893), - [anon_sym_RBRACK] = ACTIONS(2893), - [anon_sym_struct] = ACTIONS(2895), - [anon_sym_mut] = ACTIONS(2895), - [anon_sym_COLON] = ACTIONS(2893), - [anon_sym_PLUS_PLUS] = ACTIONS(2893), - [anon_sym_DASH_DASH] = ACTIONS(2893), - [anon_sym_QMARK] = ACTIONS(2895), - [anon_sym_BANG] = ACTIONS(2895), - [anon_sym_go] = ACTIONS(2895), - [anon_sym_spawn] = ACTIONS(2895), - [anon_sym_json_DOTdecode] = ACTIONS(2893), - [anon_sym_LBRACK2] = ACTIONS(2895), - [anon_sym_TILDE] = ACTIONS(2893), - [anon_sym_CARET] = ACTIONS(2893), - [anon_sym_AMP] = ACTIONS(2895), - [anon_sym_LT_DASH] = ACTIONS(2893), - [anon_sym_LT_LT] = ACTIONS(2893), - [anon_sym_GT_GT] = ACTIONS(2895), - [anon_sym_GT_GT_GT] = ACTIONS(2893), - [anon_sym_AMP_CARET] = ACTIONS(2893), - [anon_sym_AMP_AMP] = ACTIONS(2893), - [anon_sym_PIPE_PIPE] = ACTIONS(2893), - [anon_sym_or] = ACTIONS(2895), - [sym_none] = ACTIONS(2895), - [sym_true] = ACTIONS(2895), - [sym_false] = ACTIONS(2895), - [sym_nil] = ACTIONS(2895), - [anon_sym_QMARK_DOT] = ACTIONS(2893), - [anon_sym_POUND_LBRACK] = ACTIONS(2893), - [anon_sym_if] = ACTIONS(2895), - [anon_sym_DOLLARif] = ACTIONS(2895), - [anon_sym_is] = ACTIONS(2895), - [anon_sym_BANGis] = ACTIONS(2893), - [anon_sym_in] = ACTIONS(2895), - [anon_sym_BANGin] = ACTIONS(2893), - [anon_sym_match] = ACTIONS(2895), - [anon_sym_select] = ACTIONS(2895), - [anon_sym_lock] = ACTIONS(2895), - [anon_sym_rlock] = ACTIONS(2895), - [anon_sym_unsafe] = ACTIONS(2895), - [anon_sym_sql] = ACTIONS(2895), - [sym_int_literal] = ACTIONS(2895), - [sym_float_literal] = ACTIONS(2893), - [sym_rune_literal] = ACTIONS(2893), - [sym_pseudo_compile_time_identifier] = ACTIONS(2895), - [anon_sym_shared] = ACTIONS(2895), - [anon_sym_map_LBRACK] = ACTIONS(2893), - [anon_sym_chan] = ACTIONS(2895), - [anon_sym_thread] = ACTIONS(2895), - [anon_sym_atomic] = ACTIONS(2895), - [sym___double_quote] = ACTIONS(2893), - [sym___single_quote] = ACTIONS(2893), - [sym___c_double_quote] = ACTIONS(2893), - [sym___c_single_quote] = ACTIONS(2893), - [sym___r_double_quote] = ACTIONS(2893), - [sym___r_single_quote] = ACTIONS(2893), + [anon_sym_DOT] = ACTIONS(2797), + [anon_sym_as] = ACTIONS(2797), + [anon_sym_LBRACE] = ACTIONS(2795), + [anon_sym_COMMA] = ACTIONS(2795), + [anon_sym_RBRACE] = ACTIONS(2795), + [anon_sym_LPAREN] = ACTIONS(2795), + [anon_sym_PIPE] = ACTIONS(2797), + [anon_sym_fn] = ACTIONS(2797), + [anon_sym_PLUS] = ACTIONS(2797), + [anon_sym_DASH] = ACTIONS(2797), + [anon_sym_STAR] = ACTIONS(2795), + [anon_sym_SLASH] = ACTIONS(2797), + [anon_sym_PERCENT] = ACTIONS(2795), + [anon_sym_LT] = ACTIONS(2797), + [anon_sym_GT] = ACTIONS(2797), + [anon_sym_EQ_EQ] = ACTIONS(2795), + [anon_sym_BANG_EQ] = ACTIONS(2795), + [anon_sym_LT_EQ] = ACTIONS(2795), + [anon_sym_GT_EQ] = ACTIONS(2795), + [anon_sym_LBRACK] = ACTIONS(2795), + [anon_sym_RBRACK] = ACTIONS(2795), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_mut] = ACTIONS(2797), + [anon_sym_COLON] = ACTIONS(2795), + [anon_sym_PLUS_PLUS] = ACTIONS(2795), + [anon_sym_DASH_DASH] = ACTIONS(2795), + [anon_sym_QMARK] = ACTIONS(2797), + [anon_sym_BANG] = ACTIONS(2797), + [anon_sym_go] = ACTIONS(2797), + [anon_sym_spawn] = ACTIONS(2797), + [anon_sym_json_DOTdecode] = ACTIONS(2795), + [anon_sym_LBRACK2] = ACTIONS(2797), + [anon_sym_TILDE] = ACTIONS(2795), + [anon_sym_CARET] = ACTIONS(2795), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_LT_DASH] = ACTIONS(2795), + [anon_sym_LT_LT] = ACTIONS(2795), + [anon_sym_GT_GT] = ACTIONS(2797), + [anon_sym_GT_GT_GT] = ACTIONS(2795), + [anon_sym_AMP_CARET] = ACTIONS(2795), + [anon_sym_AMP_AMP] = ACTIONS(2795), + [anon_sym_PIPE_PIPE] = ACTIONS(2795), + [anon_sym_or] = ACTIONS(2797), + [sym_none] = ACTIONS(2797), + [sym_true] = ACTIONS(2797), + [sym_false] = ACTIONS(2797), + [sym_nil] = ACTIONS(2797), + [anon_sym_QMARK_DOT] = ACTIONS(2795), + [anon_sym_POUND_LBRACK] = ACTIONS(2795), + [anon_sym_if] = ACTIONS(2797), + [anon_sym_DOLLARif] = ACTIONS(2797), + [anon_sym_DOLLARelse] = ACTIONS(3945), + [anon_sym_is] = ACTIONS(2797), + [anon_sym_BANGis] = ACTIONS(2795), + [anon_sym_in] = ACTIONS(2797), + [anon_sym_BANGin] = ACTIONS(2795), + [anon_sym_match] = ACTIONS(2797), + [anon_sym_select] = ACTIONS(2797), + [anon_sym_lock] = ACTIONS(2797), + [anon_sym_rlock] = ACTIONS(2797), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2797), + [sym_int_literal] = ACTIONS(2797), + [sym_float_literal] = ACTIONS(2795), + [sym_rune_literal] = ACTIONS(2795), + [sym_pseudo_compile_time_identifier] = ACTIONS(2797), + [anon_sym_shared] = ACTIONS(2797), + [anon_sym_map_LBRACK] = ACTIONS(2795), + [anon_sym_chan] = ACTIONS(2797), + [anon_sym_thread] = ACTIONS(2797), + [anon_sym_atomic] = ACTIONS(2797), + [sym___double_quote] = ACTIONS(2795), + [sym___single_quote] = ACTIONS(2795), + [sym___c_double_quote] = ACTIONS(2795), + [sym___c_single_quote] = ACTIONS(2795), + [sym___r_double_quote] = ACTIONS(2795), + [sym___r_single_quote] = ACTIONS(2795), }, [1318] = { [sym_line_comment] = STATE(1318), [sym_block_comment] = STATE(1318), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1813), + [sym_identifier] = ACTIONS(2951), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1811), - [anon_sym_COMMA] = ACTIONS(1811), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(1813), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1813), - [anon_sym_STAR] = ACTIONS(3915), - [anon_sym_SLASH] = ACTIONS(3917), - [anon_sym_PERCENT] = ACTIONS(3915), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1811), - [anon_sym_BANG_EQ] = ACTIONS(1811), - [anon_sym_LT_EQ] = ACTIONS(1811), - [anon_sym_GT_EQ] = ACTIONS(1811), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_RBRACK] = ACTIONS(1811), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1811), - [anon_sym_DASH_DASH] = ACTIONS(1811), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1811), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1811), - [anon_sym_CARET] = ACTIONS(1811), - [anon_sym_AMP] = ACTIONS(3917), - [anon_sym_LT_DASH] = ACTIONS(1811), - [anon_sym_LT_LT] = ACTIONS(3915), - [anon_sym_GT_GT] = ACTIONS(3917), - [anon_sym_GT_GT_GT] = ACTIONS(3915), - [anon_sym_AMP_CARET] = ACTIONS(3915), - [anon_sym_AMP_AMP] = ACTIONS(1811), - [anon_sym_PIPE_PIPE] = ACTIONS(1811), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1811), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1811), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1811), - [sym_rune_literal] = ACTIONS(1811), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1811), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1811), - [sym___single_quote] = ACTIONS(1811), - [sym___c_double_quote] = ACTIONS(1811), - [sym___c_single_quote] = ACTIONS(1811), - [sym___r_double_quote] = ACTIONS(1811), - [sym___r_single_quote] = ACTIONS(1811), + [anon_sym_SEMI] = ACTIONS(2949), + [anon_sym_DOT] = ACTIONS(2951), + [anon_sym_as] = ACTIONS(2951), + [anon_sym_LBRACE] = ACTIONS(2949), + [anon_sym_COMMA] = ACTIONS(2949), + [anon_sym_RBRACE] = ACTIONS(2949), + [anon_sym_LPAREN] = ACTIONS(2949), + [anon_sym_PIPE] = ACTIONS(2951), + [anon_sym_fn] = ACTIONS(2951), + [anon_sym_PLUS] = ACTIONS(2951), + [anon_sym_DASH] = ACTIONS(2951), + [anon_sym_STAR] = ACTIONS(2949), + [anon_sym_SLASH] = ACTIONS(2951), + [anon_sym_PERCENT] = ACTIONS(2949), + [anon_sym_LT] = ACTIONS(2951), + [anon_sym_GT] = ACTIONS(2951), + [anon_sym_EQ_EQ] = ACTIONS(2949), + [anon_sym_BANG_EQ] = ACTIONS(2949), + [anon_sym_LT_EQ] = ACTIONS(2949), + [anon_sym_GT_EQ] = ACTIONS(2949), + [anon_sym_LBRACK] = ACTIONS(2949), + [anon_sym_RBRACK] = ACTIONS(2949), + [anon_sym_struct] = ACTIONS(2951), + [anon_sym_mut] = ACTIONS(2951), + [anon_sym_COLON] = ACTIONS(2949), + [anon_sym_PLUS_PLUS] = ACTIONS(2949), + [anon_sym_DASH_DASH] = ACTIONS(2949), + [anon_sym_QMARK] = ACTIONS(2951), + [anon_sym_BANG] = ACTIONS(2951), + [anon_sym_go] = ACTIONS(2951), + [anon_sym_spawn] = ACTIONS(2951), + [anon_sym_json_DOTdecode] = ACTIONS(2949), + [anon_sym_LBRACK2] = ACTIONS(2951), + [anon_sym_TILDE] = ACTIONS(2949), + [anon_sym_CARET] = ACTIONS(2949), + [anon_sym_AMP] = ACTIONS(2951), + [anon_sym_LT_DASH] = ACTIONS(2949), + [anon_sym_LT_LT] = ACTIONS(2949), + [anon_sym_GT_GT] = ACTIONS(2951), + [anon_sym_GT_GT_GT] = ACTIONS(2949), + [anon_sym_AMP_CARET] = ACTIONS(2949), + [anon_sym_AMP_AMP] = ACTIONS(2949), + [anon_sym_PIPE_PIPE] = ACTIONS(2949), + [anon_sym_or] = ACTIONS(2951), + [sym_none] = ACTIONS(2951), + [sym_true] = ACTIONS(2951), + [sym_false] = ACTIONS(2951), + [sym_nil] = ACTIONS(2951), + [anon_sym_QMARK_DOT] = ACTIONS(2949), + [anon_sym_POUND_LBRACK] = ACTIONS(2949), + [anon_sym_if] = ACTIONS(2951), + [anon_sym_DOLLARif] = ACTIONS(2951), + [anon_sym_is] = ACTIONS(2951), + [anon_sym_BANGis] = ACTIONS(2949), + [anon_sym_in] = ACTIONS(2951), + [anon_sym_BANGin] = ACTIONS(2949), + [anon_sym_match] = ACTIONS(2951), + [anon_sym_select] = ACTIONS(2951), + [anon_sym_lock] = ACTIONS(2951), + [anon_sym_rlock] = ACTIONS(2951), + [anon_sym_unsafe] = ACTIONS(2951), + [anon_sym_sql] = ACTIONS(2951), + [sym_int_literal] = ACTIONS(2951), + [sym_float_literal] = ACTIONS(2949), + [sym_rune_literal] = ACTIONS(2949), + [sym_pseudo_compile_time_identifier] = ACTIONS(2951), + [anon_sym_shared] = ACTIONS(2951), + [anon_sym_map_LBRACK] = ACTIONS(2949), + [anon_sym_chan] = ACTIONS(2951), + [anon_sym_thread] = ACTIONS(2951), + [anon_sym_atomic] = ACTIONS(2951), + [sym___double_quote] = ACTIONS(2949), + [sym___single_quote] = ACTIONS(2949), + [sym___c_double_quote] = ACTIONS(2949), + [sym___c_single_quote] = ACTIONS(2949), + [sym___r_double_quote] = ACTIONS(2949), + [sym___r_single_quote] = ACTIONS(2949), }, [1319] = { [sym_line_comment] = STATE(1319), [sym_block_comment] = STATE(1319), - [sym_identifier] = ACTIONS(2871), + [sym_identifier] = ACTIONS(2959), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2871), - [anon_sym_as] = ACTIONS(2871), - [anon_sym_LBRACE] = ACTIONS(2869), - [anon_sym_COMMA] = ACTIONS(2869), - [anon_sym_RBRACE] = ACTIONS(2869), - [anon_sym_LPAREN] = ACTIONS(2869), - [anon_sym_PIPE] = ACTIONS(2871), - [anon_sym_fn] = ACTIONS(2871), - [anon_sym_PLUS] = ACTIONS(2871), - [anon_sym_DASH] = ACTIONS(2871), - [anon_sym_STAR] = ACTIONS(2869), - [anon_sym_SLASH] = ACTIONS(2871), - [anon_sym_PERCENT] = ACTIONS(2869), - [anon_sym_LT] = ACTIONS(2871), - [anon_sym_GT] = ACTIONS(2871), - [anon_sym_EQ_EQ] = ACTIONS(2869), - [anon_sym_BANG_EQ] = ACTIONS(2869), - [anon_sym_LT_EQ] = ACTIONS(2869), - [anon_sym_GT_EQ] = ACTIONS(2869), - [anon_sym_LBRACK] = ACTIONS(2869), - [anon_sym_RBRACK] = ACTIONS(2869), - [anon_sym_struct] = ACTIONS(2871), - [anon_sym_mut] = ACTIONS(2871), - [anon_sym_COLON] = ACTIONS(2869), - [anon_sym_PLUS_PLUS] = ACTIONS(2869), - [anon_sym_DASH_DASH] = ACTIONS(2869), - [anon_sym_QMARK] = ACTIONS(2871), - [anon_sym_BANG] = ACTIONS(2871), - [anon_sym_go] = ACTIONS(2871), - [anon_sym_spawn] = ACTIONS(2871), - [anon_sym_json_DOTdecode] = ACTIONS(2869), - [anon_sym_LBRACK2] = ACTIONS(2871), - [anon_sym_TILDE] = ACTIONS(2869), - [anon_sym_CARET] = ACTIONS(2869), - [anon_sym_AMP] = ACTIONS(2871), - [anon_sym_LT_DASH] = ACTIONS(2869), - [anon_sym_LT_LT] = ACTIONS(2869), - [anon_sym_GT_GT] = ACTIONS(2871), - [anon_sym_GT_GT_GT] = ACTIONS(2869), - [anon_sym_AMP_CARET] = ACTIONS(2869), - [anon_sym_AMP_AMP] = ACTIONS(2869), - [anon_sym_PIPE_PIPE] = ACTIONS(2869), - [anon_sym_or] = ACTIONS(2871), - [sym_none] = ACTIONS(2871), - [sym_true] = ACTIONS(2871), - [sym_false] = ACTIONS(2871), - [sym_nil] = ACTIONS(2871), - [anon_sym_QMARK_DOT] = ACTIONS(2869), - [anon_sym_POUND_LBRACK] = ACTIONS(2869), - [anon_sym_if] = ACTIONS(2871), - [anon_sym_DOLLARif] = ACTIONS(2871), - [anon_sym_DOLLARelse] = ACTIONS(3933), - [anon_sym_is] = ACTIONS(2871), - [anon_sym_BANGis] = ACTIONS(2869), - [anon_sym_in] = ACTIONS(2871), - [anon_sym_BANGin] = ACTIONS(2869), - [anon_sym_match] = ACTIONS(2871), - [anon_sym_select] = ACTIONS(2871), - [anon_sym_lock] = ACTIONS(2871), - [anon_sym_rlock] = ACTIONS(2871), - [anon_sym_unsafe] = ACTIONS(2871), - [anon_sym_sql] = ACTIONS(2871), - [sym_int_literal] = ACTIONS(2871), - [sym_float_literal] = ACTIONS(2869), - [sym_rune_literal] = ACTIONS(2869), - [sym_pseudo_compile_time_identifier] = ACTIONS(2871), - [anon_sym_shared] = ACTIONS(2871), - [anon_sym_map_LBRACK] = ACTIONS(2869), - [anon_sym_chan] = ACTIONS(2871), - [anon_sym_thread] = ACTIONS(2871), - [anon_sym_atomic] = ACTIONS(2871), - [sym___double_quote] = ACTIONS(2869), - [sym___single_quote] = ACTIONS(2869), - [sym___c_double_quote] = ACTIONS(2869), - [sym___c_single_quote] = ACTIONS(2869), - [sym___r_double_quote] = ACTIONS(2869), - [sym___r_single_quote] = ACTIONS(2869), + [anon_sym_SEMI] = ACTIONS(2957), + [anon_sym_DOT] = ACTIONS(2959), + [anon_sym_as] = ACTIONS(2959), + [anon_sym_LBRACE] = ACTIONS(2957), + [anon_sym_COMMA] = ACTIONS(2957), + [anon_sym_RBRACE] = ACTIONS(2957), + [anon_sym_LPAREN] = ACTIONS(2957), + [anon_sym_PIPE] = ACTIONS(2959), + [anon_sym_fn] = ACTIONS(2959), + [anon_sym_PLUS] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2959), + [anon_sym_STAR] = ACTIONS(2957), + [anon_sym_SLASH] = ACTIONS(2959), + [anon_sym_PERCENT] = ACTIONS(2957), + [anon_sym_LT] = ACTIONS(2959), + [anon_sym_GT] = ACTIONS(2959), + [anon_sym_EQ_EQ] = ACTIONS(2957), + [anon_sym_BANG_EQ] = ACTIONS(2957), + [anon_sym_LT_EQ] = ACTIONS(2957), + [anon_sym_GT_EQ] = ACTIONS(2957), + [anon_sym_LBRACK] = ACTIONS(2957), + [anon_sym_RBRACK] = ACTIONS(2957), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_mut] = ACTIONS(2959), + [anon_sym_COLON] = ACTIONS(2957), + [anon_sym_PLUS_PLUS] = ACTIONS(2957), + [anon_sym_DASH_DASH] = ACTIONS(2957), + [anon_sym_QMARK] = ACTIONS(2959), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_go] = ACTIONS(2959), + [anon_sym_spawn] = ACTIONS(2959), + [anon_sym_json_DOTdecode] = ACTIONS(2957), + [anon_sym_LBRACK2] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2957), + [anon_sym_CARET] = ACTIONS(2957), + [anon_sym_AMP] = ACTIONS(2959), + [anon_sym_LT_DASH] = ACTIONS(2957), + [anon_sym_LT_LT] = ACTIONS(2957), + [anon_sym_GT_GT] = ACTIONS(2959), + [anon_sym_GT_GT_GT] = ACTIONS(2957), + [anon_sym_AMP_CARET] = ACTIONS(2957), + [anon_sym_AMP_AMP] = ACTIONS(2957), + [anon_sym_PIPE_PIPE] = ACTIONS(2957), + [anon_sym_or] = ACTIONS(2959), + [sym_none] = ACTIONS(2959), + [sym_true] = ACTIONS(2959), + [sym_false] = ACTIONS(2959), + [sym_nil] = ACTIONS(2959), + [anon_sym_QMARK_DOT] = ACTIONS(2957), + [anon_sym_POUND_LBRACK] = ACTIONS(2957), + [anon_sym_if] = ACTIONS(2959), + [anon_sym_DOLLARif] = ACTIONS(2959), + [anon_sym_is] = ACTIONS(2959), + [anon_sym_BANGis] = ACTIONS(2957), + [anon_sym_in] = ACTIONS(2959), + [anon_sym_BANGin] = ACTIONS(2957), + [anon_sym_match] = ACTIONS(2959), + [anon_sym_select] = ACTIONS(2959), + [anon_sym_lock] = ACTIONS(2959), + [anon_sym_rlock] = ACTIONS(2959), + [anon_sym_unsafe] = ACTIONS(2959), + [anon_sym_sql] = ACTIONS(2959), + [sym_int_literal] = ACTIONS(2959), + [sym_float_literal] = ACTIONS(2957), + [sym_rune_literal] = ACTIONS(2957), + [sym_pseudo_compile_time_identifier] = ACTIONS(2959), + [anon_sym_shared] = ACTIONS(2959), + [anon_sym_map_LBRACK] = ACTIONS(2957), + [anon_sym_chan] = ACTIONS(2959), + [anon_sym_thread] = ACTIONS(2959), + [anon_sym_atomic] = ACTIONS(2959), + [sym___double_quote] = ACTIONS(2957), + [sym___single_quote] = ACTIONS(2957), + [sym___c_double_quote] = ACTIONS(2957), + [sym___c_single_quote] = ACTIONS(2957), + [sym___r_double_quote] = ACTIONS(2957), + [sym___r_single_quote] = ACTIONS(2957), }, [1320] = { [sym_line_comment] = STATE(1320), [sym_block_comment] = STATE(1320), - [sym_identifier] = ACTIONS(3211), + [sym_identifier] = ACTIONS(2963), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(3209), - [anon_sym_DOT] = ACTIONS(3211), - [anon_sym_as] = ACTIONS(3211), - [anon_sym_LBRACE] = ACTIONS(3209), - [anon_sym_COMMA] = ACTIONS(3209), - [anon_sym_RBRACE] = ACTIONS(3209), - [anon_sym_LPAREN] = ACTIONS(3209), - [anon_sym_PIPE] = ACTIONS(3211), - [anon_sym_fn] = ACTIONS(3211), - [anon_sym_PLUS] = ACTIONS(3211), - [anon_sym_DASH] = ACTIONS(3211), - [anon_sym_STAR] = ACTIONS(3209), - [anon_sym_SLASH] = ACTIONS(3211), - [anon_sym_PERCENT] = ACTIONS(3209), - [anon_sym_LT] = ACTIONS(3211), - [anon_sym_GT] = ACTIONS(3211), - [anon_sym_EQ_EQ] = ACTIONS(3209), - [anon_sym_BANG_EQ] = ACTIONS(3209), - [anon_sym_LT_EQ] = ACTIONS(3209), - [anon_sym_GT_EQ] = ACTIONS(3209), - [anon_sym_LBRACK] = ACTIONS(3209), - [anon_sym_RBRACK] = ACTIONS(3209), - [anon_sym_struct] = ACTIONS(3211), - [anon_sym_mut] = ACTIONS(3211), - [anon_sym_COLON] = ACTIONS(3209), - [anon_sym_PLUS_PLUS] = ACTIONS(3209), - [anon_sym_DASH_DASH] = ACTIONS(3209), - [anon_sym_QMARK] = ACTIONS(3211), - [anon_sym_BANG] = ACTIONS(3211), - [anon_sym_go] = ACTIONS(3211), - [anon_sym_spawn] = ACTIONS(3211), - [anon_sym_json_DOTdecode] = ACTIONS(3209), - [anon_sym_LBRACK2] = ACTIONS(3211), - [anon_sym_TILDE] = ACTIONS(3209), - [anon_sym_CARET] = ACTIONS(3209), - [anon_sym_AMP] = ACTIONS(3211), - [anon_sym_LT_DASH] = ACTIONS(3209), - [anon_sym_LT_LT] = ACTIONS(3209), - [anon_sym_GT_GT] = ACTIONS(3211), - [anon_sym_GT_GT_GT] = ACTIONS(3209), - [anon_sym_AMP_CARET] = ACTIONS(3209), - [anon_sym_AMP_AMP] = ACTIONS(3209), - [anon_sym_PIPE_PIPE] = ACTIONS(3209), - [anon_sym_or] = ACTIONS(3211), - [sym_none] = ACTIONS(3211), - [sym_true] = ACTIONS(3211), - [sym_false] = ACTIONS(3211), - [sym_nil] = ACTIONS(3211), - [anon_sym_QMARK_DOT] = ACTIONS(3209), - [anon_sym_POUND_LBRACK] = ACTIONS(3209), - [anon_sym_if] = ACTIONS(3211), - [anon_sym_DOLLARif] = ACTIONS(3211), - [anon_sym_is] = ACTIONS(3211), - [anon_sym_BANGis] = ACTIONS(3209), - [anon_sym_in] = ACTIONS(3211), - [anon_sym_BANGin] = ACTIONS(3209), - [anon_sym_match] = ACTIONS(3211), - [anon_sym_select] = ACTIONS(3211), - [anon_sym_lock] = ACTIONS(3211), - [anon_sym_rlock] = ACTIONS(3211), - [anon_sym_unsafe] = ACTIONS(3211), - [anon_sym_sql] = ACTIONS(3211), - [sym_int_literal] = ACTIONS(3211), - [sym_float_literal] = ACTIONS(3209), - [sym_rune_literal] = ACTIONS(3209), - [sym_pseudo_compile_time_identifier] = ACTIONS(3211), - [anon_sym_shared] = ACTIONS(3211), - [anon_sym_map_LBRACK] = ACTIONS(3209), - [anon_sym_chan] = ACTIONS(3211), - [anon_sym_thread] = ACTIONS(3211), - [anon_sym_atomic] = ACTIONS(3211), - [sym___double_quote] = ACTIONS(3209), - [sym___single_quote] = ACTIONS(3209), - [sym___c_double_quote] = ACTIONS(3209), - [sym___c_single_quote] = ACTIONS(3209), - [sym___r_double_quote] = ACTIONS(3209), - [sym___r_single_quote] = ACTIONS(3209), + [anon_sym_SEMI] = ACTIONS(2961), + [anon_sym_DOT] = ACTIONS(2963), + [anon_sym_as] = ACTIONS(2963), + [anon_sym_LBRACE] = ACTIONS(2961), + [anon_sym_COMMA] = ACTIONS(2961), + [anon_sym_RBRACE] = ACTIONS(2961), + [anon_sym_LPAREN] = ACTIONS(2961), + [anon_sym_PIPE] = ACTIONS(2963), + [anon_sym_fn] = ACTIONS(2963), + [anon_sym_PLUS] = ACTIONS(2963), + [anon_sym_DASH] = ACTIONS(2963), + [anon_sym_STAR] = ACTIONS(2961), + [anon_sym_SLASH] = ACTIONS(2963), + [anon_sym_PERCENT] = ACTIONS(2961), + [anon_sym_LT] = ACTIONS(2963), + [anon_sym_GT] = ACTIONS(2963), + [anon_sym_EQ_EQ] = ACTIONS(2961), + [anon_sym_BANG_EQ] = ACTIONS(2961), + [anon_sym_LT_EQ] = ACTIONS(2961), + [anon_sym_GT_EQ] = ACTIONS(2961), + [anon_sym_LBRACK] = ACTIONS(2961), + [anon_sym_RBRACK] = ACTIONS(2961), + [anon_sym_struct] = ACTIONS(2963), + [anon_sym_mut] = ACTIONS(2963), + [anon_sym_COLON] = ACTIONS(2961), + [anon_sym_PLUS_PLUS] = ACTIONS(2961), + [anon_sym_DASH_DASH] = ACTIONS(2961), + [anon_sym_QMARK] = ACTIONS(2963), + [anon_sym_BANG] = ACTIONS(2963), + [anon_sym_go] = ACTIONS(2963), + [anon_sym_spawn] = ACTIONS(2963), + [anon_sym_json_DOTdecode] = ACTIONS(2961), + [anon_sym_LBRACK2] = ACTIONS(2963), + [anon_sym_TILDE] = ACTIONS(2961), + [anon_sym_CARET] = ACTIONS(2961), + [anon_sym_AMP] = ACTIONS(2963), + [anon_sym_LT_DASH] = ACTIONS(2961), + [anon_sym_LT_LT] = ACTIONS(2961), + [anon_sym_GT_GT] = ACTIONS(2963), + [anon_sym_GT_GT_GT] = ACTIONS(2961), + [anon_sym_AMP_CARET] = ACTIONS(2961), + [anon_sym_AMP_AMP] = ACTIONS(2961), + [anon_sym_PIPE_PIPE] = ACTIONS(2961), + [anon_sym_or] = ACTIONS(2963), + [sym_none] = ACTIONS(2963), + [sym_true] = ACTIONS(2963), + [sym_false] = ACTIONS(2963), + [sym_nil] = ACTIONS(2963), + [anon_sym_QMARK_DOT] = ACTIONS(2961), + [anon_sym_POUND_LBRACK] = ACTIONS(2961), + [anon_sym_if] = ACTIONS(2963), + [anon_sym_DOLLARif] = ACTIONS(2963), + [anon_sym_is] = ACTIONS(2963), + [anon_sym_BANGis] = ACTIONS(2961), + [anon_sym_in] = ACTIONS(2963), + [anon_sym_BANGin] = ACTIONS(2961), + [anon_sym_match] = ACTIONS(2963), + [anon_sym_select] = ACTIONS(2963), + [anon_sym_lock] = ACTIONS(2963), + [anon_sym_rlock] = ACTIONS(2963), + [anon_sym_unsafe] = ACTIONS(2963), + [anon_sym_sql] = ACTIONS(2963), + [sym_int_literal] = ACTIONS(2963), + [sym_float_literal] = ACTIONS(2961), + [sym_rune_literal] = ACTIONS(2961), + [sym_pseudo_compile_time_identifier] = ACTIONS(2963), + [anon_sym_shared] = ACTIONS(2963), + [anon_sym_map_LBRACK] = ACTIONS(2961), + [anon_sym_chan] = ACTIONS(2963), + [anon_sym_thread] = ACTIONS(2963), + [anon_sym_atomic] = ACTIONS(2963), + [sym___double_quote] = ACTIONS(2961), + [sym___single_quote] = ACTIONS(2961), + [sym___c_double_quote] = ACTIONS(2961), + [sym___c_single_quote] = ACTIONS(2961), + [sym___r_double_quote] = ACTIONS(2961), + [sym___r_single_quote] = ACTIONS(2961), }, [1321] = { [sym_line_comment] = STATE(1321), [sym_block_comment] = STATE(1321), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1813), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1881), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1811), - [anon_sym_COMMA] = ACTIONS(1811), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3913), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3913), - [anon_sym_DASH] = ACTIONS(3913), - [anon_sym_STAR] = ACTIONS(3915), - [anon_sym_SLASH] = ACTIONS(3917), - [anon_sym_PERCENT] = ACTIONS(3915), - [anon_sym_LT] = ACTIONS(1813), - [anon_sym_GT] = ACTIONS(1813), - [anon_sym_EQ_EQ] = ACTIONS(1811), - [anon_sym_BANG_EQ] = ACTIONS(1811), - [anon_sym_LT_EQ] = ACTIONS(1811), - [anon_sym_GT_EQ] = ACTIONS(1811), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_RBRACK] = ACTIONS(1811), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1811), - [anon_sym_DASH_DASH] = ACTIONS(1811), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1811), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1811), - [anon_sym_CARET] = ACTIONS(3923), - [anon_sym_AMP] = ACTIONS(3917), - [anon_sym_LT_DASH] = ACTIONS(1811), - [anon_sym_LT_LT] = ACTIONS(3915), - [anon_sym_GT_GT] = ACTIONS(3917), - [anon_sym_GT_GT_GT] = ACTIONS(3915), - [anon_sym_AMP_CARET] = ACTIONS(3915), - [anon_sym_AMP_AMP] = ACTIONS(1811), - [anon_sym_PIPE_PIPE] = ACTIONS(1811), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1811), - [anon_sym_in] = ACTIONS(1813), - [anon_sym_BANGin] = ACTIONS(1811), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1811), - [sym_rune_literal] = ACTIONS(1811), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1811), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1811), - [sym___single_quote] = ACTIONS(1811), - [sym___c_double_quote] = ACTIONS(1811), - [sym___c_single_quote] = ACTIONS(1811), - [sym___r_double_quote] = ACTIONS(1811), - [sym___r_single_quote] = ACTIONS(1811), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(1881), + [anon_sym_LBRACE] = ACTIONS(1879), + [anon_sym_RBRACE] = ACTIONS(1879), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3885), + [anon_sym_fn] = ACTIONS(1881), + [anon_sym_PLUS] = ACTIONS(3885), + [anon_sym_DASH] = ACTIONS(3885), + [anon_sym_STAR] = ACTIONS(3887), + [anon_sym_SLASH] = ACTIONS(3889), + [anon_sym_PERCENT] = ACTIONS(3887), + [anon_sym_LT] = ACTIONS(1881), + [anon_sym_GT] = ACTIONS(1881), + [anon_sym_EQ_EQ] = ACTIONS(1879), + [anon_sym_BANG_EQ] = ACTIONS(1879), + [anon_sym_LT_EQ] = ACTIONS(1879), + [anon_sym_GT_EQ] = ACTIONS(1879), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_struct] = ACTIONS(1881), + [anon_sym_mut] = ACTIONS(1881), + [anon_sym_COLON] = ACTIONS(1879), + [anon_sym_PLUS_PLUS] = ACTIONS(1879), + [anon_sym_DASH_DASH] = ACTIONS(1879), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1881), + [anon_sym_spawn] = ACTIONS(1881), + [anon_sym_json_DOTdecode] = ACTIONS(1879), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1879), + [anon_sym_CARET] = ACTIONS(3901), + [anon_sym_AMP] = ACTIONS(3889), + [anon_sym_LT_DASH] = ACTIONS(1879), + [anon_sym_LT_LT] = ACTIONS(3887), + [anon_sym_GT_GT] = ACTIONS(3889), + [anon_sym_GT_GT_GT] = ACTIONS(3887), + [anon_sym_AMP_CARET] = ACTIONS(3887), + [anon_sym_AMP_AMP] = ACTIONS(1879), + [anon_sym_PIPE_PIPE] = ACTIONS(1879), + [anon_sym_or] = ACTIONS(1881), + [sym_none] = ACTIONS(1881), + [sym_true] = ACTIONS(1881), + [sym_false] = ACTIONS(1881), + [sym_nil] = ACTIONS(1881), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1881), + [anon_sym_DOLLARif] = ACTIONS(1881), + [anon_sym_is] = ACTIONS(1881), + [anon_sym_BANGis] = ACTIONS(1879), + [anon_sym_in] = ACTIONS(1881), + [anon_sym_BANGin] = ACTIONS(1879), + [anon_sym_match] = ACTIONS(1881), + [anon_sym_select] = ACTIONS(1881), + [anon_sym_lock] = ACTIONS(1881), + [anon_sym_rlock] = ACTIONS(1881), + [anon_sym_unsafe] = ACTIONS(1881), + [anon_sym_sql] = ACTIONS(1881), + [sym_int_literal] = ACTIONS(1881), + [sym_float_literal] = ACTIONS(1879), + [sym_rune_literal] = ACTIONS(1879), + [sym_pseudo_compile_time_identifier] = ACTIONS(1881), + [anon_sym_shared] = ACTIONS(1881), + [anon_sym_map_LBRACK] = ACTIONS(1879), + [anon_sym_chan] = ACTIONS(1881), + [anon_sym_thread] = ACTIONS(1881), + [anon_sym_atomic] = ACTIONS(1881), + [sym___double_quote] = ACTIONS(1879), + [sym___single_quote] = ACTIONS(1879), + [sym___c_double_quote] = ACTIONS(1879), + [sym___c_single_quote] = ACTIONS(1879), + [sym___r_double_quote] = ACTIONS(1879), + [sym___r_single_quote] = ACTIONS(1879), }, [1322] = { [sym_line_comment] = STATE(1322), [sym_block_comment] = STATE(1322), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(3935), + [sym_identifier] = ACTIONS(3205), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(3937), - [anon_sym_COMMA] = ACTIONS(3939), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3913), - [anon_sym_fn] = ACTIONS(3935), - [anon_sym_PLUS] = ACTIONS(3913), - [anon_sym_DASH] = ACTIONS(3913), - [anon_sym_STAR] = ACTIONS(3915), - [anon_sym_SLASH] = ACTIONS(3917), - [anon_sym_PERCENT] = ACTIONS(3915), - [anon_sym_LT] = ACTIONS(3919), - [anon_sym_GT] = ACTIONS(3919), - [anon_sym_EQ_EQ] = ACTIONS(3921), - [anon_sym_BANG_EQ] = ACTIONS(3921), - [anon_sym_LT_EQ] = ACTIONS(3921), - [anon_sym_GT_EQ] = ACTIONS(3921), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_RBRACK] = ACTIONS(3937), - [anon_sym_struct] = ACTIONS(3935), - [anon_sym_mut] = ACTIONS(3935), - [anon_sym_PLUS_PLUS] = ACTIONS(3889), - [anon_sym_DASH_DASH] = ACTIONS(3891), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(3935), - [anon_sym_spawn] = ACTIONS(3935), - [anon_sym_json_DOTdecode] = ACTIONS(3937), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(3937), - [anon_sym_CARET] = ACTIONS(3923), - [anon_sym_AMP] = ACTIONS(3917), - [anon_sym_LT_DASH] = ACTIONS(3937), - [anon_sym_LT_LT] = ACTIONS(3915), - [anon_sym_GT_GT] = ACTIONS(3917), - [anon_sym_GT_GT_GT] = ACTIONS(3915), - [anon_sym_AMP_CARET] = ACTIONS(3915), - [anon_sym_AMP_AMP] = ACTIONS(3925), - [anon_sym_PIPE_PIPE] = ACTIONS(3927), - [anon_sym_or] = ACTIONS(3899), - [sym_none] = ACTIONS(3935), - [sym_true] = ACTIONS(3935), - [sym_false] = ACTIONS(3935), - [sym_nil] = ACTIONS(3935), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(3935), - [anon_sym_DOLLARif] = ACTIONS(3935), - [anon_sym_is] = ACTIONS(3901), - [anon_sym_BANGis] = ACTIONS(3903), - [anon_sym_in] = ACTIONS(3929), - [anon_sym_BANGin] = ACTIONS(3931), - [anon_sym_match] = ACTIONS(3935), - [anon_sym_select] = ACTIONS(3935), - [anon_sym_lock] = ACTIONS(3935), - [anon_sym_rlock] = ACTIONS(3935), - [anon_sym_unsafe] = ACTIONS(3935), - [anon_sym_sql] = ACTIONS(3935), - [sym_int_literal] = ACTIONS(3935), - [sym_float_literal] = ACTIONS(3937), - [sym_rune_literal] = ACTIONS(3937), - [sym_pseudo_compile_time_identifier] = ACTIONS(3935), - [anon_sym_shared] = ACTIONS(3935), - [anon_sym_map_LBRACK] = ACTIONS(3937), - [anon_sym_chan] = ACTIONS(3935), - [anon_sym_thread] = ACTIONS(3935), - [anon_sym_atomic] = ACTIONS(3935), - [sym___double_quote] = ACTIONS(3937), - [sym___single_quote] = ACTIONS(3937), - [sym___c_double_quote] = ACTIONS(3937), - [sym___c_single_quote] = ACTIONS(3937), - [sym___r_double_quote] = ACTIONS(3937), - [sym___r_single_quote] = ACTIONS(3937), + [anon_sym_SEMI] = ACTIONS(3203), + [anon_sym_DOT] = ACTIONS(3205), + [anon_sym_as] = ACTIONS(3205), + [anon_sym_LBRACE] = ACTIONS(3203), + [anon_sym_COMMA] = ACTIONS(3203), + [anon_sym_RBRACE] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3203), + [anon_sym_PIPE] = ACTIONS(3205), + [anon_sym_fn] = ACTIONS(3205), + [anon_sym_PLUS] = ACTIONS(3205), + [anon_sym_DASH] = ACTIONS(3205), + [anon_sym_STAR] = ACTIONS(3203), + [anon_sym_SLASH] = ACTIONS(3205), + [anon_sym_PERCENT] = ACTIONS(3203), + [anon_sym_LT] = ACTIONS(3205), + [anon_sym_GT] = ACTIONS(3205), + [anon_sym_EQ_EQ] = ACTIONS(3203), + [anon_sym_BANG_EQ] = ACTIONS(3203), + [anon_sym_LT_EQ] = ACTIONS(3203), + [anon_sym_GT_EQ] = ACTIONS(3203), + [anon_sym_LBRACK] = ACTIONS(3203), + [anon_sym_RBRACK] = ACTIONS(3203), + [anon_sym_struct] = ACTIONS(3205), + [anon_sym_mut] = ACTIONS(3205), + [anon_sym_COLON] = ACTIONS(3203), + [anon_sym_PLUS_PLUS] = ACTIONS(3203), + [anon_sym_DASH_DASH] = ACTIONS(3203), + [anon_sym_QMARK] = ACTIONS(3205), + [anon_sym_BANG] = ACTIONS(3205), + [anon_sym_go] = ACTIONS(3205), + [anon_sym_spawn] = ACTIONS(3205), + [anon_sym_json_DOTdecode] = ACTIONS(3203), + [anon_sym_LBRACK2] = ACTIONS(3205), + [anon_sym_TILDE] = ACTIONS(3203), + [anon_sym_CARET] = ACTIONS(3203), + [anon_sym_AMP] = ACTIONS(3205), + [anon_sym_LT_DASH] = ACTIONS(3203), + [anon_sym_LT_LT] = ACTIONS(3203), + [anon_sym_GT_GT] = ACTIONS(3205), + [anon_sym_GT_GT_GT] = ACTIONS(3203), + [anon_sym_AMP_CARET] = ACTIONS(3203), + [anon_sym_AMP_AMP] = ACTIONS(3203), + [anon_sym_PIPE_PIPE] = ACTIONS(3203), + [anon_sym_or] = ACTIONS(3205), + [sym_none] = ACTIONS(3205), + [sym_true] = ACTIONS(3205), + [sym_false] = ACTIONS(3205), + [sym_nil] = ACTIONS(3205), + [anon_sym_QMARK_DOT] = ACTIONS(3203), + [anon_sym_POUND_LBRACK] = ACTIONS(3203), + [anon_sym_if] = ACTIONS(3205), + [anon_sym_DOLLARif] = ACTIONS(3205), + [anon_sym_is] = ACTIONS(3205), + [anon_sym_BANGis] = ACTIONS(3203), + [anon_sym_in] = ACTIONS(3205), + [anon_sym_BANGin] = ACTIONS(3203), + [anon_sym_match] = ACTIONS(3205), + [anon_sym_select] = ACTIONS(3205), + [anon_sym_lock] = ACTIONS(3205), + [anon_sym_rlock] = ACTIONS(3205), + [anon_sym_unsafe] = ACTIONS(3205), + [anon_sym_sql] = ACTIONS(3205), + [sym_int_literal] = ACTIONS(3205), + [sym_float_literal] = ACTIONS(3203), + [sym_rune_literal] = ACTIONS(3203), + [sym_pseudo_compile_time_identifier] = ACTIONS(3205), + [anon_sym_shared] = ACTIONS(3205), + [anon_sym_map_LBRACK] = ACTIONS(3203), + [anon_sym_chan] = ACTIONS(3205), + [anon_sym_thread] = ACTIONS(3205), + [anon_sym_atomic] = ACTIONS(3205), + [sym___double_quote] = ACTIONS(3203), + [sym___single_quote] = ACTIONS(3203), + [sym___c_double_quote] = ACTIONS(3203), + [sym___c_single_quote] = ACTIONS(3203), + [sym___r_double_quote] = ACTIONS(3203), + [sym___r_single_quote] = ACTIONS(3203), }, [1323] = { [sym_line_comment] = STATE(1323), [sym_block_comment] = STATE(1323), - [sym_identifier] = ACTIONS(2821), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1889), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2821), - [anon_sym_as] = ACTIONS(2821), - [anon_sym_LBRACE] = ACTIONS(2819), - [anon_sym_COMMA] = ACTIONS(2819), - [anon_sym_RBRACE] = ACTIONS(2819), - [anon_sym_LPAREN] = ACTIONS(2819), - [anon_sym_PIPE] = ACTIONS(2821), - [anon_sym_fn] = ACTIONS(2821), - [anon_sym_PLUS] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2821), - [anon_sym_STAR] = ACTIONS(2819), - [anon_sym_SLASH] = ACTIONS(2821), - [anon_sym_PERCENT] = ACTIONS(2819), - [anon_sym_LT] = ACTIONS(2821), - [anon_sym_GT] = ACTIONS(2821), - [anon_sym_EQ_EQ] = ACTIONS(2819), - [anon_sym_BANG_EQ] = ACTIONS(2819), - [anon_sym_LT_EQ] = ACTIONS(2819), - [anon_sym_GT_EQ] = ACTIONS(2819), - [anon_sym_LBRACK] = ACTIONS(2819), - [anon_sym_RBRACK] = ACTIONS(2819), - [anon_sym_struct] = ACTIONS(2821), - [anon_sym_mut] = ACTIONS(2821), - [anon_sym_COLON] = ACTIONS(2819), - [anon_sym_PLUS_PLUS] = ACTIONS(2819), - [anon_sym_DASH_DASH] = ACTIONS(2819), - [anon_sym_QMARK] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_go] = ACTIONS(2821), - [anon_sym_spawn] = ACTIONS(2821), - [anon_sym_json_DOTdecode] = ACTIONS(2819), - [anon_sym_LBRACK2] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2819), - [anon_sym_CARET] = ACTIONS(2819), - [anon_sym_AMP] = ACTIONS(2821), - [anon_sym_LT_DASH] = ACTIONS(2819), - [anon_sym_LT_LT] = ACTIONS(2819), - [anon_sym_GT_GT] = ACTIONS(2821), - [anon_sym_GT_GT_GT] = ACTIONS(2819), - [anon_sym_AMP_CARET] = ACTIONS(2819), - [anon_sym_AMP_AMP] = ACTIONS(2819), - [anon_sym_PIPE_PIPE] = ACTIONS(2819), - [anon_sym_or] = ACTIONS(2821), - [sym_none] = ACTIONS(2821), - [sym_true] = ACTIONS(2821), - [sym_false] = ACTIONS(2821), - [sym_nil] = ACTIONS(2821), - [anon_sym_QMARK_DOT] = ACTIONS(2819), - [anon_sym_POUND_LBRACK] = ACTIONS(2819), - [anon_sym_if] = ACTIONS(2821), - [anon_sym_else] = ACTIONS(2821), - [anon_sym_DOLLARif] = ACTIONS(2821), - [anon_sym_is] = ACTIONS(2821), - [anon_sym_BANGis] = ACTIONS(2819), - [anon_sym_in] = ACTIONS(2821), - [anon_sym_BANGin] = ACTIONS(2819), - [anon_sym_match] = ACTIONS(2821), - [anon_sym_select] = ACTIONS(2821), - [anon_sym_lock] = ACTIONS(2821), - [anon_sym_rlock] = ACTIONS(2821), - [anon_sym_unsafe] = ACTIONS(2821), - [anon_sym_sql] = ACTIONS(2821), - [sym_int_literal] = ACTIONS(2821), - [sym_float_literal] = ACTIONS(2819), - [sym_rune_literal] = ACTIONS(2819), - [sym_pseudo_compile_time_identifier] = ACTIONS(2821), - [anon_sym_shared] = ACTIONS(2821), - [anon_sym_map_LBRACK] = ACTIONS(2819), - [anon_sym_chan] = ACTIONS(2821), - [anon_sym_thread] = ACTIONS(2821), - [anon_sym_atomic] = ACTIONS(2821), - [sym___double_quote] = ACTIONS(2819), - [sym___single_quote] = ACTIONS(2819), - [sym___c_double_quote] = ACTIONS(2819), - [sym___c_single_quote] = ACTIONS(2819), - [sym___r_double_quote] = ACTIONS(2819), - [sym___r_single_quote] = ACTIONS(2819), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1887), + [anon_sym_RBRACE] = ACTIONS(1887), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3885), + [anon_sym_fn] = ACTIONS(1889), + [anon_sym_PLUS] = ACTIONS(3885), + [anon_sym_DASH] = ACTIONS(3885), + [anon_sym_STAR] = ACTIONS(3887), + [anon_sym_SLASH] = ACTIONS(3889), + [anon_sym_PERCENT] = ACTIONS(3887), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_EQ_EQ] = ACTIONS(1887), + [anon_sym_BANG_EQ] = ACTIONS(1887), + [anon_sym_LT_EQ] = ACTIONS(1887), + [anon_sym_GT_EQ] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_struct] = ACTIONS(1889), + [anon_sym_mut] = ACTIONS(1889), + [anon_sym_COLON] = ACTIONS(1887), + [anon_sym_PLUS_PLUS] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1887), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1889), + [anon_sym_spawn] = ACTIONS(1889), + [anon_sym_json_DOTdecode] = ACTIONS(1887), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1887), + [anon_sym_CARET] = ACTIONS(3901), + [anon_sym_AMP] = ACTIONS(3889), + [anon_sym_LT_DASH] = ACTIONS(1887), + [anon_sym_LT_LT] = ACTIONS(3887), + [anon_sym_GT_GT] = ACTIONS(3889), + [anon_sym_GT_GT_GT] = ACTIONS(3887), + [anon_sym_AMP_CARET] = ACTIONS(3887), + [anon_sym_AMP_AMP] = ACTIONS(1887), + [anon_sym_PIPE_PIPE] = ACTIONS(1887), + [anon_sym_or] = ACTIONS(1889), + [sym_none] = ACTIONS(1889), + [sym_true] = ACTIONS(1889), + [sym_false] = ACTIONS(1889), + [sym_nil] = ACTIONS(1889), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1889), + [anon_sym_DOLLARif] = ACTIONS(1889), + [anon_sym_is] = ACTIONS(1889), + [anon_sym_BANGis] = ACTIONS(1887), + [anon_sym_in] = ACTIONS(1889), + [anon_sym_BANGin] = ACTIONS(1887), + [anon_sym_match] = ACTIONS(1889), + [anon_sym_select] = ACTIONS(1889), + [anon_sym_lock] = ACTIONS(1889), + [anon_sym_rlock] = ACTIONS(1889), + [anon_sym_unsafe] = ACTIONS(1889), + [anon_sym_sql] = ACTIONS(1889), + [sym_int_literal] = ACTIONS(1889), + [sym_float_literal] = ACTIONS(1887), + [sym_rune_literal] = ACTIONS(1887), + [sym_pseudo_compile_time_identifier] = ACTIONS(1889), + [anon_sym_shared] = ACTIONS(1889), + [anon_sym_map_LBRACK] = ACTIONS(1887), + [anon_sym_chan] = ACTIONS(1889), + [anon_sym_thread] = ACTIONS(1889), + [anon_sym_atomic] = ACTIONS(1889), + [sym___double_quote] = ACTIONS(1887), + [sym___single_quote] = ACTIONS(1887), + [sym___c_double_quote] = ACTIONS(1887), + [sym___c_single_quote] = ACTIONS(1887), + [sym___r_double_quote] = ACTIONS(1887), + [sym___r_single_quote] = ACTIONS(1887), }, [1324] = { [sym_line_comment] = STATE(1324), [sym_block_comment] = STATE(1324), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1813), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1811), - [anon_sym_COMMA] = ACTIONS(1811), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3913), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3913), - [anon_sym_DASH] = ACTIONS(3913), - [anon_sym_STAR] = ACTIONS(3915), - [anon_sym_SLASH] = ACTIONS(3917), - [anon_sym_PERCENT] = ACTIONS(3915), - [anon_sym_LT] = ACTIONS(3919), - [anon_sym_GT] = ACTIONS(3919), - [anon_sym_EQ_EQ] = ACTIONS(3921), - [anon_sym_BANG_EQ] = ACTIONS(3921), - [anon_sym_LT_EQ] = ACTIONS(3921), - [anon_sym_GT_EQ] = ACTIONS(3921), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_RBRACK] = ACTIONS(1811), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1811), - [anon_sym_DASH_DASH] = ACTIONS(1811), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1811), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1811), - [anon_sym_CARET] = ACTIONS(3923), - [anon_sym_AMP] = ACTIONS(3917), - [anon_sym_LT_DASH] = ACTIONS(1811), - [anon_sym_LT_LT] = ACTIONS(3915), - [anon_sym_GT_GT] = ACTIONS(3917), - [anon_sym_GT_GT_GT] = ACTIONS(3915), - [anon_sym_AMP_CARET] = ACTIONS(3915), - [anon_sym_AMP_AMP] = ACTIONS(1811), - [anon_sym_PIPE_PIPE] = ACTIONS(1811), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1811), - [anon_sym_in] = ACTIONS(3929), - [anon_sym_BANGin] = ACTIONS(3931), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1811), - [sym_rune_literal] = ACTIONS(1811), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1811), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1811), - [sym___single_quote] = ACTIONS(1811), - [sym___c_double_quote] = ACTIONS(1811), - [sym___c_single_quote] = ACTIONS(1811), - [sym___r_double_quote] = ACTIONS(1811), - [sym___r_single_quote] = ACTIONS(1811), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1853), + [anon_sym_COMMA] = ACTIONS(1853), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(1855), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_STAR] = ACTIONS(3925), + [anon_sym_SLASH] = ACTIONS(3927), + [anon_sym_PERCENT] = ACTIONS(3925), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1853), + [anon_sym_BANG_EQ] = ACTIONS(1853), + [anon_sym_LT_EQ] = ACTIONS(1853), + [anon_sym_GT_EQ] = ACTIONS(1853), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_RBRACK] = ACTIONS(1853), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1853), + [anon_sym_DASH_DASH] = ACTIONS(1853), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1853), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1853), + [anon_sym_CARET] = ACTIONS(1853), + [anon_sym_AMP] = ACTIONS(3927), + [anon_sym_LT_DASH] = ACTIONS(1853), + [anon_sym_LT_LT] = ACTIONS(3925), + [anon_sym_GT_GT] = ACTIONS(3927), + [anon_sym_GT_GT_GT] = ACTIONS(3925), + [anon_sym_AMP_CARET] = ACTIONS(3925), + [anon_sym_AMP_AMP] = ACTIONS(1853), + [anon_sym_PIPE_PIPE] = ACTIONS(1853), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1853), + [anon_sym_in] = ACTIONS(1855), + [anon_sym_BANGin] = ACTIONS(1853), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1853), + [sym_rune_literal] = ACTIONS(1853), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1853), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1853), + [sym___single_quote] = ACTIONS(1853), + [sym___c_double_quote] = ACTIONS(1853), + [sym___c_single_quote] = ACTIONS(1853), + [sym___r_double_quote] = ACTIONS(1853), + [sym___r_single_quote] = ACTIONS(1853), }, [1325] = { [sym_line_comment] = STATE(1325), [sym_block_comment] = STATE(1325), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(2071), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(2069), - [anon_sym_RBRACE] = ACTIONS(2069), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3877), - [anon_sym_fn] = ACTIONS(2071), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_SLASH] = ACTIONS(3881), - [anon_sym_PERCENT] = ACTIONS(3879), - [anon_sym_LT] = ACTIONS(3883), - [anon_sym_GT] = ACTIONS(3883), - [anon_sym_EQ_EQ] = ACTIONS(3885), - [anon_sym_BANG_EQ] = ACTIONS(3885), - [anon_sym_LT_EQ] = ACTIONS(3885), - [anon_sym_GT_EQ] = ACTIONS(3885), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_struct] = ACTIONS(2071), - [anon_sym_mut] = ACTIONS(2071), - [anon_sym_COLON] = ACTIONS(2069), - [anon_sym_PLUS_PLUS] = ACTIONS(3889), - [anon_sym_DASH_DASH] = ACTIONS(3891), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(2071), - [anon_sym_spawn] = ACTIONS(2071), - [anon_sym_json_DOTdecode] = ACTIONS(2069), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(2069), - [anon_sym_CARET] = ACTIONS(3893), - [anon_sym_AMP] = ACTIONS(3881), - [anon_sym_LT_DASH] = ACTIONS(2069), - [anon_sym_LT_LT] = ACTIONS(3879), - [anon_sym_GT_GT] = ACTIONS(3881), - [anon_sym_GT_GT_GT] = ACTIONS(3879), - [anon_sym_AMP_CARET] = ACTIONS(3879), - [anon_sym_AMP_AMP] = ACTIONS(3895), - [anon_sym_PIPE_PIPE] = ACTIONS(3897), - [anon_sym_or] = ACTIONS(3899), - [sym_none] = ACTIONS(2071), - [sym_true] = ACTIONS(2071), - [sym_false] = ACTIONS(2071), - [sym_nil] = ACTIONS(2071), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(2071), - [anon_sym_DOLLARif] = ACTIONS(2071), - [anon_sym_is] = ACTIONS(3901), - [anon_sym_BANGis] = ACTIONS(3903), - [anon_sym_in] = ACTIONS(3905), - [anon_sym_BANGin] = ACTIONS(3907), - [anon_sym_match] = ACTIONS(2071), - [anon_sym_select] = ACTIONS(2071), - [anon_sym_lock] = ACTIONS(2071), - [anon_sym_rlock] = ACTIONS(2071), - [anon_sym_unsafe] = ACTIONS(2071), - [anon_sym_sql] = ACTIONS(2071), - [sym_int_literal] = ACTIONS(2071), - [sym_float_literal] = ACTIONS(2069), - [sym_rune_literal] = ACTIONS(2069), - [sym_pseudo_compile_time_identifier] = ACTIONS(2071), - [anon_sym_shared] = ACTIONS(2071), - [anon_sym_map_LBRACK] = ACTIONS(2069), - [anon_sym_chan] = ACTIONS(2071), - [anon_sym_thread] = ACTIONS(2071), - [anon_sym_atomic] = ACTIONS(2071), - [sym___double_quote] = ACTIONS(2069), - [sym___single_quote] = ACTIONS(2069), - [sym___c_double_quote] = ACTIONS(2069), - [sym___c_single_quote] = ACTIONS(2069), - [sym___r_double_quote] = ACTIONS(2069), - [sym___r_single_quote] = ACTIONS(2069), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1853), + [anon_sym_COMMA] = ACTIONS(1853), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3923), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(3923), + [anon_sym_DASH] = ACTIONS(3923), + [anon_sym_STAR] = ACTIONS(3925), + [anon_sym_SLASH] = ACTIONS(3927), + [anon_sym_PERCENT] = ACTIONS(3925), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1853), + [anon_sym_BANG_EQ] = ACTIONS(1853), + [anon_sym_LT_EQ] = ACTIONS(1853), + [anon_sym_GT_EQ] = ACTIONS(1853), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_RBRACK] = ACTIONS(1853), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1853), + [anon_sym_DASH_DASH] = ACTIONS(1853), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1853), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1853), + [anon_sym_CARET] = ACTIONS(3933), + [anon_sym_AMP] = ACTIONS(3927), + [anon_sym_LT_DASH] = ACTIONS(1853), + [anon_sym_LT_LT] = ACTIONS(3925), + [anon_sym_GT_GT] = ACTIONS(3927), + [anon_sym_GT_GT_GT] = ACTIONS(3925), + [anon_sym_AMP_CARET] = ACTIONS(3925), + [anon_sym_AMP_AMP] = ACTIONS(1853), + [anon_sym_PIPE_PIPE] = ACTIONS(1853), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1853), + [anon_sym_in] = ACTIONS(1855), + [anon_sym_BANGin] = ACTIONS(1853), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1853), + [sym_rune_literal] = ACTIONS(1853), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1853), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1853), + [sym___single_quote] = ACTIONS(1853), + [sym___c_double_quote] = ACTIONS(1853), + [sym___c_single_quote] = ACTIONS(1853), + [sym___r_double_quote] = ACTIONS(1853), + [sym___r_single_quote] = ACTIONS(1853), }, [1326] = { [sym_line_comment] = STATE(1326), [sym_block_comment] = STATE(1326), - [sym_identifier] = ACTIONS(2831), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(2829), - [anon_sym_DOT] = ACTIONS(2831), - [anon_sym_as] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2836), - [anon_sym_COMMA] = ACTIONS(2829), - [anon_sym_RBRACE] = ACTIONS(2829), - [anon_sym_LPAREN] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_fn] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2829), - [anon_sym_SLASH] = ACTIONS(2831), - [anon_sym_PERCENT] = ACTIONS(2829), - [anon_sym_LT] = ACTIONS(2831), - [anon_sym_GT] = ACTIONS(2831), - [anon_sym_EQ_EQ] = ACTIONS(2829), - [anon_sym_BANG_EQ] = ACTIONS(2829), - [anon_sym_LT_EQ] = ACTIONS(2829), - [anon_sym_GT_EQ] = ACTIONS(2829), - [anon_sym_LBRACK] = ACTIONS(2836), - [anon_sym_RBRACK] = ACTIONS(2829), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_mut] = ACTIONS(2831), - [anon_sym_COLON] = ACTIONS(2829), - [anon_sym_PLUS_PLUS] = ACTIONS(2829), - [anon_sym_DASH_DASH] = ACTIONS(2829), - [anon_sym_QMARK] = ACTIONS(2831), - [anon_sym_BANG] = ACTIONS(2831), - [anon_sym_go] = ACTIONS(2831), - [anon_sym_spawn] = ACTIONS(2831), - [anon_sym_json_DOTdecode] = ACTIONS(2829), - [anon_sym_LBRACK2] = ACTIONS(2831), - [anon_sym_TILDE] = ACTIONS(2829), - [anon_sym_CARET] = ACTIONS(2829), - [anon_sym_AMP] = ACTIONS(2831), - [anon_sym_LT_DASH] = ACTIONS(2829), - [anon_sym_LT_LT] = ACTIONS(2829), - [anon_sym_GT_GT] = ACTIONS(2831), - [anon_sym_GT_GT_GT] = ACTIONS(2829), - [anon_sym_AMP_CARET] = ACTIONS(2829), - [anon_sym_AMP_AMP] = ACTIONS(2829), - [anon_sym_PIPE_PIPE] = ACTIONS(2829), - [anon_sym_or] = ACTIONS(2831), - [sym_none] = ACTIONS(2831), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [sym_nil] = ACTIONS(2831), - [anon_sym_QMARK_DOT] = ACTIONS(2829), - [anon_sym_POUND_LBRACK] = ACTIONS(2829), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_DOLLARif] = ACTIONS(2831), - [anon_sym_is] = ACTIONS(2831), - [anon_sym_BANGis] = ACTIONS(2829), - [anon_sym_in] = ACTIONS(2831), - [anon_sym_BANGin] = ACTIONS(2829), - [anon_sym_match] = ACTIONS(2831), - [anon_sym_select] = ACTIONS(2831), - [anon_sym_lock] = ACTIONS(2831), - [anon_sym_rlock] = ACTIONS(2831), - [anon_sym_unsafe] = ACTIONS(2831), - [anon_sym_sql] = ACTIONS(2831), - [sym_int_literal] = ACTIONS(2831), - [sym_float_literal] = ACTIONS(2829), - [sym_rune_literal] = ACTIONS(2829), - [sym_pseudo_compile_time_identifier] = ACTIONS(2831), - [anon_sym_shared] = ACTIONS(2831), - [anon_sym_map_LBRACK] = ACTIONS(2829), - [anon_sym_chan] = ACTIONS(2831), - [anon_sym_thread] = ACTIONS(2831), - [anon_sym_atomic] = ACTIONS(2831), - [sym___double_quote] = ACTIONS(2829), - [sym___single_quote] = ACTIONS(2829), - [sym___c_double_quote] = ACTIONS(2829), - [sym___c_single_quote] = ACTIONS(2829), - [sym___r_double_quote] = ACTIONS(2829), - [sym___r_single_quote] = ACTIONS(2829), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1853), + [anon_sym_COMMA] = ACTIONS(1853), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3923), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(3923), + [anon_sym_DASH] = ACTIONS(3923), + [anon_sym_STAR] = ACTIONS(3925), + [anon_sym_SLASH] = ACTIONS(3927), + [anon_sym_PERCENT] = ACTIONS(3925), + [anon_sym_LT] = ACTIONS(3929), + [anon_sym_GT] = ACTIONS(3929), + [anon_sym_EQ_EQ] = ACTIONS(3931), + [anon_sym_BANG_EQ] = ACTIONS(3931), + [anon_sym_LT_EQ] = ACTIONS(3931), + [anon_sym_GT_EQ] = ACTIONS(3931), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_RBRACK] = ACTIONS(1853), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1853), + [anon_sym_DASH_DASH] = ACTIONS(1853), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1853), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1853), + [anon_sym_CARET] = ACTIONS(3933), + [anon_sym_AMP] = ACTIONS(3927), + [anon_sym_LT_DASH] = ACTIONS(1853), + [anon_sym_LT_LT] = ACTIONS(3925), + [anon_sym_GT_GT] = ACTIONS(3927), + [anon_sym_GT_GT_GT] = ACTIONS(3925), + [anon_sym_AMP_CARET] = ACTIONS(3925), + [anon_sym_AMP_AMP] = ACTIONS(1853), + [anon_sym_PIPE_PIPE] = ACTIONS(1853), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1853), + [anon_sym_in] = ACTIONS(3939), + [anon_sym_BANGin] = ACTIONS(3941), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1853), + [sym_rune_literal] = ACTIONS(1853), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1853), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1853), + [sym___single_quote] = ACTIONS(1853), + [sym___c_double_quote] = ACTIONS(1853), + [sym___c_single_quote] = ACTIONS(1853), + [sym___r_double_quote] = ACTIONS(1853), + [sym___r_single_quote] = ACTIONS(1853), }, [1327] = { [sym_line_comment] = STATE(1327), [sym_block_comment] = STATE(1327), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1937), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1855), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(1935), - [anon_sym_RBRACE] = ACTIONS(1935), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3877), - [anon_sym_fn] = ACTIONS(1937), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_SLASH] = ACTIONS(3881), - [anon_sym_PERCENT] = ACTIONS(3879), - [anon_sym_LT] = ACTIONS(3883), - [anon_sym_GT] = ACTIONS(3883), - [anon_sym_EQ_EQ] = ACTIONS(3885), - [anon_sym_BANG_EQ] = ACTIONS(3885), - [anon_sym_LT_EQ] = ACTIONS(3885), - [anon_sym_GT_EQ] = ACTIONS(3885), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_struct] = ACTIONS(1937), - [anon_sym_mut] = ACTIONS(1937), - [anon_sym_COLON] = ACTIONS(1935), - [anon_sym_PLUS_PLUS] = ACTIONS(3889), - [anon_sym_DASH_DASH] = ACTIONS(3891), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1937), - [anon_sym_spawn] = ACTIONS(1937), - [anon_sym_json_DOTdecode] = ACTIONS(1935), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1935), - [anon_sym_CARET] = ACTIONS(3893), - [anon_sym_AMP] = ACTIONS(3881), - [anon_sym_LT_DASH] = ACTIONS(1935), - [anon_sym_LT_LT] = ACTIONS(3879), - [anon_sym_GT_GT] = ACTIONS(3881), - [anon_sym_GT_GT_GT] = ACTIONS(3879), - [anon_sym_AMP_CARET] = ACTIONS(3879), - [anon_sym_AMP_AMP] = ACTIONS(3895), - [anon_sym_PIPE_PIPE] = ACTIONS(3897), - [anon_sym_or] = ACTIONS(3899), - [sym_none] = ACTIONS(1937), - [sym_true] = ACTIONS(1937), - [sym_false] = ACTIONS(1937), - [sym_nil] = ACTIONS(1937), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1937), - [anon_sym_DOLLARif] = ACTIONS(1937), - [anon_sym_is] = ACTIONS(3901), - [anon_sym_BANGis] = ACTIONS(3903), - [anon_sym_in] = ACTIONS(3905), - [anon_sym_BANGin] = ACTIONS(3907), - [anon_sym_match] = ACTIONS(1937), - [anon_sym_select] = ACTIONS(1937), - [anon_sym_lock] = ACTIONS(1937), - [anon_sym_rlock] = ACTIONS(1937), - [anon_sym_unsafe] = ACTIONS(1937), - [anon_sym_sql] = ACTIONS(1937), - [sym_int_literal] = ACTIONS(1937), - [sym_float_literal] = ACTIONS(1935), - [sym_rune_literal] = ACTIONS(1935), - [sym_pseudo_compile_time_identifier] = ACTIONS(1937), - [anon_sym_shared] = ACTIONS(1937), - [anon_sym_map_LBRACK] = ACTIONS(1935), - [anon_sym_chan] = ACTIONS(1937), - [anon_sym_thread] = ACTIONS(1937), - [anon_sym_atomic] = ACTIONS(1937), - [sym___double_quote] = ACTIONS(1935), - [sym___single_quote] = ACTIONS(1935), - [sym___c_double_quote] = ACTIONS(1935), - [sym___c_single_quote] = ACTIONS(1935), - [sym___r_double_quote] = ACTIONS(1935), - [sym___r_single_quote] = ACTIONS(1935), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(1855), + [anon_sym_LBRACE] = ACTIONS(1853), + [anon_sym_COMMA] = ACTIONS(1853), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3923), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(3923), + [anon_sym_DASH] = ACTIONS(3923), + [anon_sym_STAR] = ACTIONS(3925), + [anon_sym_SLASH] = ACTIONS(3927), + [anon_sym_PERCENT] = ACTIONS(3925), + [anon_sym_LT] = ACTIONS(3929), + [anon_sym_GT] = ACTIONS(3929), + [anon_sym_EQ_EQ] = ACTIONS(3931), + [anon_sym_BANG_EQ] = ACTIONS(3931), + [anon_sym_LT_EQ] = ACTIONS(3931), + [anon_sym_GT_EQ] = ACTIONS(3931), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_RBRACK] = ACTIONS(1853), + [anon_sym_struct] = ACTIONS(1855), + [anon_sym_mut] = ACTIONS(1855), + [anon_sym_PLUS_PLUS] = ACTIONS(1853), + [anon_sym_DASH_DASH] = ACTIONS(1853), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1855), + [anon_sym_json_DOTdecode] = ACTIONS(1853), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1853), + [anon_sym_CARET] = ACTIONS(3933), + [anon_sym_AMP] = ACTIONS(3927), + [anon_sym_LT_DASH] = ACTIONS(1853), + [anon_sym_LT_LT] = ACTIONS(3925), + [anon_sym_GT_GT] = ACTIONS(3927), + [anon_sym_GT_GT_GT] = ACTIONS(3925), + [anon_sym_AMP_CARET] = ACTIONS(3925), + [anon_sym_AMP_AMP] = ACTIONS(3935), + [anon_sym_PIPE_PIPE] = ACTIONS(1853), + [anon_sym_or] = ACTIONS(1855), + [sym_none] = ACTIONS(1855), + [sym_true] = ACTIONS(1855), + [sym_false] = ACTIONS(1855), + [sym_nil] = ACTIONS(1855), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1855), + [anon_sym_DOLLARif] = ACTIONS(1855), + [anon_sym_is] = ACTIONS(1855), + [anon_sym_BANGis] = ACTIONS(1853), + [anon_sym_in] = ACTIONS(3939), + [anon_sym_BANGin] = ACTIONS(3941), + [anon_sym_match] = ACTIONS(1855), + [anon_sym_select] = ACTIONS(1855), + [anon_sym_lock] = ACTIONS(1855), + [anon_sym_rlock] = ACTIONS(1855), + [anon_sym_unsafe] = ACTIONS(1855), + [anon_sym_sql] = ACTIONS(1855), + [sym_int_literal] = ACTIONS(1855), + [sym_float_literal] = ACTIONS(1853), + [sym_rune_literal] = ACTIONS(1853), + [sym_pseudo_compile_time_identifier] = ACTIONS(1855), + [anon_sym_shared] = ACTIONS(1855), + [anon_sym_map_LBRACK] = ACTIONS(1853), + [anon_sym_chan] = ACTIONS(1855), + [anon_sym_thread] = ACTIONS(1855), + [anon_sym_atomic] = ACTIONS(1855), + [sym___double_quote] = ACTIONS(1853), + [sym___single_quote] = ACTIONS(1853), + [sym___c_double_quote] = ACTIONS(1853), + [sym___c_single_quote] = ACTIONS(1853), + [sym___r_double_quote] = ACTIONS(1853), + [sym___r_single_quote] = ACTIONS(1853), }, [1328] = { [sym_line_comment] = STATE(1328), [sym_block_comment] = STATE(1328), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1813), + [sym_identifier] = ACTIONS(2785), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1811), - [anon_sym_RBRACE] = ACTIONS(1811), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3877), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_SLASH] = ACTIONS(3881), - [anon_sym_PERCENT] = ACTIONS(3879), - [anon_sym_LT] = ACTIONS(3883), - [anon_sym_GT] = ACTIONS(3883), - [anon_sym_EQ_EQ] = ACTIONS(3885), - [anon_sym_BANG_EQ] = ACTIONS(3885), - [anon_sym_LT_EQ] = ACTIONS(3885), - [anon_sym_GT_EQ] = ACTIONS(3885), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_COLON] = ACTIONS(1811), - [anon_sym_PLUS_PLUS] = ACTIONS(1811), - [anon_sym_DASH_DASH] = ACTIONS(1811), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1811), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1811), - [anon_sym_CARET] = ACTIONS(3893), - [anon_sym_AMP] = ACTIONS(3881), - [anon_sym_LT_DASH] = ACTIONS(1811), - [anon_sym_LT_LT] = ACTIONS(3879), - [anon_sym_GT_GT] = ACTIONS(3881), - [anon_sym_GT_GT_GT] = ACTIONS(3879), - [anon_sym_AMP_CARET] = ACTIONS(3879), - [anon_sym_AMP_AMP] = ACTIONS(3895), - [anon_sym_PIPE_PIPE] = ACTIONS(1811), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1811), - [anon_sym_in] = ACTIONS(3905), - [anon_sym_BANGin] = ACTIONS(3907), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1811), - [sym_rune_literal] = ACTIONS(1811), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1811), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1811), - [sym___single_quote] = ACTIONS(1811), - [sym___c_double_quote] = ACTIONS(1811), - [sym___c_single_quote] = ACTIONS(1811), - [sym___r_double_quote] = ACTIONS(1811), - [sym___r_single_quote] = ACTIONS(1811), + [anon_sym_SEMI] = ACTIONS(2783), + [anon_sym_DOT] = ACTIONS(2785), + [anon_sym_as] = ACTIONS(2785), + [anon_sym_LBRACE] = ACTIONS(2790), + [anon_sym_COMMA] = ACTIONS(2783), + [anon_sym_RBRACE] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(2783), + [anon_sym_PIPE] = ACTIONS(2785), + [anon_sym_fn] = ACTIONS(2785), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_STAR] = ACTIONS(2783), + [anon_sym_SLASH] = ACTIONS(2785), + [anon_sym_PERCENT] = ACTIONS(2783), + [anon_sym_LT] = ACTIONS(2785), + [anon_sym_GT] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2783), + [anon_sym_BANG_EQ] = ACTIONS(2783), + [anon_sym_LT_EQ] = ACTIONS(2783), + [anon_sym_GT_EQ] = ACTIONS(2783), + [anon_sym_LBRACK] = ACTIONS(2790), + [anon_sym_RBRACK] = ACTIONS(2783), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(2785), + [anon_sym_COLON] = ACTIONS(2783), + [anon_sym_PLUS_PLUS] = ACTIONS(2783), + [anon_sym_DASH_DASH] = ACTIONS(2783), + [anon_sym_QMARK] = ACTIONS(2785), + [anon_sym_BANG] = ACTIONS(2785), + [anon_sym_go] = ACTIONS(2785), + [anon_sym_spawn] = ACTIONS(2785), + [anon_sym_json_DOTdecode] = ACTIONS(2783), + [anon_sym_LBRACK2] = ACTIONS(2785), + [anon_sym_TILDE] = ACTIONS(2783), + [anon_sym_CARET] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_LT_DASH] = ACTIONS(2783), + [anon_sym_LT_LT] = ACTIONS(2783), + [anon_sym_GT_GT] = ACTIONS(2785), + [anon_sym_GT_GT_GT] = ACTIONS(2783), + [anon_sym_AMP_CARET] = ACTIONS(2783), + [anon_sym_AMP_AMP] = ACTIONS(2783), + [anon_sym_PIPE_PIPE] = ACTIONS(2783), + [anon_sym_or] = ACTIONS(2785), + [sym_none] = ACTIONS(2785), + [sym_true] = ACTIONS(2785), + [sym_false] = ACTIONS(2785), + [sym_nil] = ACTIONS(2785), + [anon_sym_QMARK_DOT] = ACTIONS(2783), + [anon_sym_POUND_LBRACK] = ACTIONS(2783), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_DOLLARif] = ACTIONS(2785), + [anon_sym_is] = ACTIONS(2785), + [anon_sym_BANGis] = ACTIONS(2783), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_BANGin] = ACTIONS(2783), + [anon_sym_match] = ACTIONS(2785), + [anon_sym_select] = ACTIONS(2785), + [anon_sym_lock] = ACTIONS(2785), + [anon_sym_rlock] = ACTIONS(2785), + [anon_sym_unsafe] = ACTIONS(2785), + [anon_sym_sql] = ACTIONS(2785), + [sym_int_literal] = ACTIONS(2785), + [sym_float_literal] = ACTIONS(2783), + [sym_rune_literal] = ACTIONS(2783), + [sym_pseudo_compile_time_identifier] = ACTIONS(2785), + [anon_sym_shared] = ACTIONS(2785), + [anon_sym_map_LBRACK] = ACTIONS(2783), + [anon_sym_chan] = ACTIONS(2785), + [anon_sym_thread] = ACTIONS(2785), + [anon_sym_atomic] = ACTIONS(2785), + [sym___double_quote] = ACTIONS(2783), + [sym___single_quote] = ACTIONS(2783), + [sym___c_double_quote] = ACTIONS(2783), + [sym___c_single_quote] = ACTIONS(2783), + [sym___r_double_quote] = ACTIONS(2783), + [sym___r_single_quote] = ACTIONS(2783), }, [1329] = { [sym_line_comment] = STATE(1329), [sym_block_comment] = STATE(1329), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(1813), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1881), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1811), - [anon_sym_COMMA] = ACTIONS(1811), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3913), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_PLUS] = ACTIONS(3913), - [anon_sym_DASH] = ACTIONS(3913), - [anon_sym_STAR] = ACTIONS(3915), - [anon_sym_SLASH] = ACTIONS(3917), - [anon_sym_PERCENT] = ACTIONS(3915), - [anon_sym_LT] = ACTIONS(3919), - [anon_sym_GT] = ACTIONS(3919), - [anon_sym_EQ_EQ] = ACTIONS(3921), - [anon_sym_BANG_EQ] = ACTIONS(3921), - [anon_sym_LT_EQ] = ACTIONS(3921), - [anon_sym_GT_EQ] = ACTIONS(3921), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_RBRACK] = ACTIONS(1811), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_mut] = ACTIONS(1813), - [anon_sym_PLUS_PLUS] = ACTIONS(1811), - [anon_sym_DASH_DASH] = ACTIONS(1811), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(1813), - [anon_sym_spawn] = ACTIONS(1813), - [anon_sym_json_DOTdecode] = ACTIONS(1811), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(1811), - [anon_sym_CARET] = ACTIONS(3923), - [anon_sym_AMP] = ACTIONS(3917), - [anon_sym_LT_DASH] = ACTIONS(1811), - [anon_sym_LT_LT] = ACTIONS(3915), - [anon_sym_GT_GT] = ACTIONS(3917), - [anon_sym_GT_GT_GT] = ACTIONS(3915), - [anon_sym_AMP_CARET] = ACTIONS(3915), - [anon_sym_AMP_AMP] = ACTIONS(3925), - [anon_sym_PIPE_PIPE] = ACTIONS(1811), - [anon_sym_or] = ACTIONS(1813), - [sym_none] = ACTIONS(1813), - [sym_true] = ACTIONS(1813), - [sym_false] = ACTIONS(1813), - [sym_nil] = ACTIONS(1813), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_DOLLARif] = ACTIONS(1813), - [anon_sym_is] = ACTIONS(1813), - [anon_sym_BANGis] = ACTIONS(1811), - [anon_sym_in] = ACTIONS(3929), - [anon_sym_BANGin] = ACTIONS(3931), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_select] = ACTIONS(1813), - [anon_sym_lock] = ACTIONS(1813), - [anon_sym_rlock] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_sql] = ACTIONS(1813), - [sym_int_literal] = ACTIONS(1813), - [sym_float_literal] = ACTIONS(1811), - [sym_rune_literal] = ACTIONS(1811), - [sym_pseudo_compile_time_identifier] = ACTIONS(1813), - [anon_sym_shared] = ACTIONS(1813), - [anon_sym_map_LBRACK] = ACTIONS(1811), - [anon_sym_chan] = ACTIONS(1813), - [anon_sym_thread] = ACTIONS(1813), - [anon_sym_atomic] = ACTIONS(1813), - [sym___double_quote] = ACTIONS(1811), - [sym___single_quote] = ACTIONS(1811), - [sym___c_double_quote] = ACTIONS(1811), - [sym___c_single_quote] = ACTIONS(1811), - [sym___r_double_quote] = ACTIONS(1811), - [sym___r_single_quote] = ACTIONS(1811), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(1881), + [anon_sym_LBRACE] = ACTIONS(1879), + [anon_sym_COMMA] = ACTIONS(1879), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3923), + [anon_sym_fn] = ACTIONS(1881), + [anon_sym_PLUS] = ACTIONS(3923), + [anon_sym_DASH] = ACTIONS(3923), + [anon_sym_STAR] = ACTIONS(3925), + [anon_sym_SLASH] = ACTIONS(3927), + [anon_sym_PERCENT] = ACTIONS(3925), + [anon_sym_LT] = ACTIONS(1881), + [anon_sym_GT] = ACTIONS(1881), + [anon_sym_EQ_EQ] = ACTIONS(1879), + [anon_sym_BANG_EQ] = ACTIONS(1879), + [anon_sym_LT_EQ] = ACTIONS(1879), + [anon_sym_GT_EQ] = ACTIONS(1879), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_RBRACK] = ACTIONS(1879), + [anon_sym_struct] = ACTIONS(1881), + [anon_sym_mut] = ACTIONS(1881), + [anon_sym_PLUS_PLUS] = ACTIONS(1879), + [anon_sym_DASH_DASH] = ACTIONS(1879), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1881), + [anon_sym_spawn] = ACTIONS(1881), + [anon_sym_json_DOTdecode] = ACTIONS(1879), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1879), + [anon_sym_CARET] = ACTIONS(3933), + [anon_sym_AMP] = ACTIONS(3927), + [anon_sym_LT_DASH] = ACTIONS(1879), + [anon_sym_LT_LT] = ACTIONS(3925), + [anon_sym_GT_GT] = ACTIONS(3927), + [anon_sym_GT_GT_GT] = ACTIONS(3925), + [anon_sym_AMP_CARET] = ACTIONS(3925), + [anon_sym_AMP_AMP] = ACTIONS(1879), + [anon_sym_PIPE_PIPE] = ACTIONS(1879), + [anon_sym_or] = ACTIONS(1881), + [sym_none] = ACTIONS(1881), + [sym_true] = ACTIONS(1881), + [sym_false] = ACTIONS(1881), + [sym_nil] = ACTIONS(1881), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1881), + [anon_sym_DOLLARif] = ACTIONS(1881), + [anon_sym_is] = ACTIONS(1881), + [anon_sym_BANGis] = ACTIONS(1879), + [anon_sym_in] = ACTIONS(1881), + [anon_sym_BANGin] = ACTIONS(1879), + [anon_sym_match] = ACTIONS(1881), + [anon_sym_select] = ACTIONS(1881), + [anon_sym_lock] = ACTIONS(1881), + [anon_sym_rlock] = ACTIONS(1881), + [anon_sym_unsafe] = ACTIONS(1881), + [anon_sym_sql] = ACTIONS(1881), + [sym_int_literal] = ACTIONS(1881), + [sym_float_literal] = ACTIONS(1879), + [sym_rune_literal] = ACTIONS(1879), + [sym_pseudo_compile_time_identifier] = ACTIONS(1881), + [anon_sym_shared] = ACTIONS(1881), + [anon_sym_map_LBRACK] = ACTIONS(1879), + [anon_sym_chan] = ACTIONS(1881), + [anon_sym_thread] = ACTIONS(1881), + [anon_sym_atomic] = ACTIONS(1881), + [sym___double_quote] = ACTIONS(1879), + [sym___single_quote] = ACTIONS(1879), + [sym___c_double_quote] = ACTIONS(1879), + [sym___c_single_quote] = ACTIONS(1879), + [sym___r_double_quote] = ACTIONS(1879), + [sym___r_single_quote] = ACTIONS(1879), }, [1330] = { [sym_line_comment] = STATE(1330), [sym_block_comment] = STATE(1330), - [sym_identifier] = ACTIONS(3295), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(1889), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3295), - [anon_sym_as] = ACTIONS(3295), - [anon_sym_LBRACE] = ACTIONS(3293), - [anon_sym_COMMA] = ACTIONS(3293), - [anon_sym_RBRACE] = ACTIONS(3293), - [anon_sym_LPAREN] = ACTIONS(3293), - [anon_sym_PIPE] = ACTIONS(3295), - [anon_sym_fn] = ACTIONS(3295), - [anon_sym_PLUS] = ACTIONS(3295), - [anon_sym_DASH] = ACTIONS(3295), - [anon_sym_STAR] = ACTIONS(3293), - [anon_sym_SLASH] = ACTIONS(3295), - [anon_sym_PERCENT] = ACTIONS(3293), - [anon_sym_LT] = ACTIONS(3295), - [anon_sym_GT] = ACTIONS(3295), - [anon_sym_EQ_EQ] = ACTIONS(3293), - [anon_sym_BANG_EQ] = ACTIONS(3293), - [anon_sym_LT_EQ] = ACTIONS(3293), - [anon_sym_GT_EQ] = ACTIONS(3293), - [anon_sym_LBRACK] = ACTIONS(3293), - [anon_sym_RBRACK] = ACTIONS(3293), - [anon_sym_struct] = ACTIONS(3295), - [anon_sym_mut] = ACTIONS(3295), - [anon_sym_COLON] = ACTIONS(3293), - [anon_sym_PLUS_PLUS] = ACTIONS(3293), - [anon_sym_DASH_DASH] = ACTIONS(3293), - [anon_sym_QMARK] = ACTIONS(3295), - [anon_sym_BANG] = ACTIONS(3295), - [anon_sym_go] = ACTIONS(3295), - [anon_sym_spawn] = ACTIONS(3295), - [anon_sym_json_DOTdecode] = ACTIONS(3293), - [anon_sym_LBRACK2] = ACTIONS(3295), - [anon_sym_TILDE] = ACTIONS(3293), - [anon_sym_CARET] = ACTIONS(3293), - [anon_sym_AMP] = ACTIONS(3295), - [anon_sym_LT_DASH] = ACTIONS(3293), - [anon_sym_LT_LT] = ACTIONS(3293), - [anon_sym_GT_GT] = ACTIONS(3295), - [anon_sym_GT_GT_GT] = ACTIONS(3293), - [anon_sym_AMP_CARET] = ACTIONS(3293), - [anon_sym_AMP_AMP] = ACTIONS(3293), - [anon_sym_PIPE_PIPE] = ACTIONS(3293), - [anon_sym_or] = ACTIONS(3295), - [sym_none] = ACTIONS(3295), - [sym_true] = ACTIONS(3295), - [sym_false] = ACTIONS(3295), - [sym_nil] = ACTIONS(3295), - [anon_sym_QMARK_DOT] = ACTIONS(3293), - [anon_sym_POUND_LBRACK] = ACTIONS(3293), - [anon_sym_if] = ACTIONS(3295), - [anon_sym_DOLLARif] = ACTIONS(3295), - [anon_sym_is] = ACTIONS(3295), - [anon_sym_BANGis] = ACTIONS(3293), - [anon_sym_in] = ACTIONS(3295), - [anon_sym_BANGin] = ACTIONS(3293), - [anon_sym_match] = ACTIONS(3295), - [anon_sym_select] = ACTIONS(3295), - [anon_sym_lock] = ACTIONS(3295), - [anon_sym_rlock] = ACTIONS(3295), - [anon_sym_unsafe] = ACTIONS(3295), - [anon_sym_sql] = ACTIONS(3295), - [sym_int_literal] = ACTIONS(3295), - [sym_float_literal] = ACTIONS(3293), - [sym_rune_literal] = ACTIONS(3293), - [sym_pseudo_compile_time_identifier] = ACTIONS(3295), - [anon_sym_shared] = ACTIONS(3295), - [anon_sym_map_LBRACK] = ACTIONS(3293), - [anon_sym_chan] = ACTIONS(3295), - [anon_sym_thread] = ACTIONS(3295), - [anon_sym_atomic] = ACTIONS(3295), - [sym___double_quote] = ACTIONS(3293), - [sym___single_quote] = ACTIONS(3293), - [sym___c_double_quote] = ACTIONS(3293), - [sym___c_single_quote] = ACTIONS(3293), - [sym___r_double_quote] = ACTIONS(3293), - [sym___r_single_quote] = ACTIONS(3293), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(1889), + [anon_sym_LBRACE] = ACTIONS(1887), + [anon_sym_COMMA] = ACTIONS(1887), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3923), + [anon_sym_fn] = ACTIONS(1889), + [anon_sym_PLUS] = ACTIONS(3923), + [anon_sym_DASH] = ACTIONS(3923), + [anon_sym_STAR] = ACTIONS(3925), + [anon_sym_SLASH] = ACTIONS(3927), + [anon_sym_PERCENT] = ACTIONS(3925), + [anon_sym_LT] = ACTIONS(1889), + [anon_sym_GT] = ACTIONS(1889), + [anon_sym_EQ_EQ] = ACTIONS(1887), + [anon_sym_BANG_EQ] = ACTIONS(1887), + [anon_sym_LT_EQ] = ACTIONS(1887), + [anon_sym_GT_EQ] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_RBRACK] = ACTIONS(1887), + [anon_sym_struct] = ACTIONS(1889), + [anon_sym_mut] = ACTIONS(1889), + [anon_sym_PLUS_PLUS] = ACTIONS(1887), + [anon_sym_DASH_DASH] = ACTIONS(1887), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(1889), + [anon_sym_spawn] = ACTIONS(1889), + [anon_sym_json_DOTdecode] = ACTIONS(1887), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(1887), + [anon_sym_CARET] = ACTIONS(3933), + [anon_sym_AMP] = ACTIONS(3927), + [anon_sym_LT_DASH] = ACTIONS(1887), + [anon_sym_LT_LT] = ACTIONS(3925), + [anon_sym_GT_GT] = ACTIONS(3927), + [anon_sym_GT_GT_GT] = ACTIONS(3925), + [anon_sym_AMP_CARET] = ACTIONS(3925), + [anon_sym_AMP_AMP] = ACTIONS(1887), + [anon_sym_PIPE_PIPE] = ACTIONS(1887), + [anon_sym_or] = ACTIONS(1889), + [sym_none] = ACTIONS(1889), + [sym_true] = ACTIONS(1889), + [sym_false] = ACTIONS(1889), + [sym_nil] = ACTIONS(1889), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(1889), + [anon_sym_DOLLARif] = ACTIONS(1889), + [anon_sym_is] = ACTIONS(1889), + [anon_sym_BANGis] = ACTIONS(1887), + [anon_sym_in] = ACTIONS(1889), + [anon_sym_BANGin] = ACTIONS(1887), + [anon_sym_match] = ACTIONS(1889), + [anon_sym_select] = ACTIONS(1889), + [anon_sym_lock] = ACTIONS(1889), + [anon_sym_rlock] = ACTIONS(1889), + [anon_sym_unsafe] = ACTIONS(1889), + [anon_sym_sql] = ACTIONS(1889), + [sym_int_literal] = ACTIONS(1889), + [sym_float_literal] = ACTIONS(1887), + [sym_rune_literal] = ACTIONS(1887), + [sym_pseudo_compile_time_identifier] = ACTIONS(1889), + [anon_sym_shared] = ACTIONS(1889), + [anon_sym_map_LBRACK] = ACTIONS(1887), + [anon_sym_chan] = ACTIONS(1889), + [anon_sym_thread] = ACTIONS(1889), + [anon_sym_atomic] = ACTIONS(1889), + [sym___double_quote] = ACTIONS(1887), + [sym___single_quote] = ACTIONS(1887), + [sym___c_double_quote] = ACTIONS(1887), + [sym___c_single_quote] = ACTIONS(1887), + [sym___r_double_quote] = ACTIONS(1887), + [sym___r_single_quote] = ACTIONS(1887), }, [1331] = { [sym_line_comment] = STATE(1331), [sym_block_comment] = STATE(1331), - [sym_identifier] = ACTIONS(3291), + [sym_identifier] = ACTIONS(3329), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3291), - [anon_sym_as] = ACTIONS(3291), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_COMMA] = ACTIONS(3289), - [anon_sym_RBRACE] = ACTIONS(3289), - [anon_sym_LPAREN] = ACTIONS(3289), - [anon_sym_PIPE] = ACTIONS(3291), - [anon_sym_fn] = ACTIONS(3291), - [anon_sym_PLUS] = ACTIONS(3291), - [anon_sym_DASH] = ACTIONS(3291), - [anon_sym_STAR] = ACTIONS(3289), - [anon_sym_SLASH] = ACTIONS(3291), - [anon_sym_PERCENT] = ACTIONS(3289), - [anon_sym_LT] = ACTIONS(3291), - [anon_sym_GT] = ACTIONS(3291), - [anon_sym_EQ_EQ] = ACTIONS(3289), - [anon_sym_BANG_EQ] = ACTIONS(3289), - [anon_sym_LT_EQ] = ACTIONS(3289), - [anon_sym_GT_EQ] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3289), - [anon_sym_RBRACK] = ACTIONS(3289), - [anon_sym_struct] = ACTIONS(3291), - [anon_sym_mut] = ACTIONS(3291), - [anon_sym_COLON] = ACTIONS(3289), - [anon_sym_PLUS_PLUS] = ACTIONS(3289), - [anon_sym_DASH_DASH] = ACTIONS(3289), - [anon_sym_QMARK] = ACTIONS(3291), - [anon_sym_BANG] = ACTIONS(3291), - [anon_sym_go] = ACTIONS(3291), - [anon_sym_spawn] = ACTIONS(3291), - [anon_sym_json_DOTdecode] = ACTIONS(3289), - [anon_sym_LBRACK2] = ACTIONS(3291), - [anon_sym_TILDE] = ACTIONS(3289), - [anon_sym_CARET] = ACTIONS(3289), - [anon_sym_AMP] = ACTIONS(3291), - [anon_sym_LT_DASH] = ACTIONS(3289), - [anon_sym_LT_LT] = ACTIONS(3289), - [anon_sym_GT_GT] = ACTIONS(3291), - [anon_sym_GT_GT_GT] = ACTIONS(3289), - [anon_sym_AMP_CARET] = ACTIONS(3289), - [anon_sym_AMP_AMP] = ACTIONS(3289), - [anon_sym_PIPE_PIPE] = ACTIONS(3289), - [anon_sym_or] = ACTIONS(3291), - [sym_none] = ACTIONS(3291), - [sym_true] = ACTIONS(3291), - [sym_false] = ACTIONS(3291), - [sym_nil] = ACTIONS(3291), - [anon_sym_QMARK_DOT] = ACTIONS(3289), - [anon_sym_POUND_LBRACK] = ACTIONS(3289), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_DOLLARif] = ACTIONS(3291), - [anon_sym_is] = ACTIONS(3291), - [anon_sym_BANGis] = ACTIONS(3289), - [anon_sym_in] = ACTIONS(3291), - [anon_sym_BANGin] = ACTIONS(3289), - [anon_sym_match] = ACTIONS(3291), - [anon_sym_select] = ACTIONS(3291), - [anon_sym_lock] = ACTIONS(3291), - [anon_sym_rlock] = ACTIONS(3291), - [anon_sym_unsafe] = ACTIONS(3291), - [anon_sym_sql] = ACTIONS(3291), - [sym_int_literal] = ACTIONS(3291), - [sym_float_literal] = ACTIONS(3289), - [sym_rune_literal] = ACTIONS(3289), - [sym_pseudo_compile_time_identifier] = ACTIONS(3291), - [anon_sym_shared] = ACTIONS(3291), - [anon_sym_map_LBRACK] = ACTIONS(3289), - [anon_sym_chan] = ACTIONS(3291), - [anon_sym_thread] = ACTIONS(3291), - [anon_sym_atomic] = ACTIONS(3291), - [sym___double_quote] = ACTIONS(3289), - [sym___single_quote] = ACTIONS(3289), - [sym___c_double_quote] = ACTIONS(3289), - [sym___c_single_quote] = ACTIONS(3289), - [sym___r_double_quote] = ACTIONS(3289), - [sym___r_single_quote] = ACTIONS(3289), + [anon_sym_DOT] = ACTIONS(3329), + [anon_sym_as] = ACTIONS(3329), + [anon_sym_LBRACE] = ACTIONS(3327), + [anon_sym_COMMA] = ACTIONS(3327), + [anon_sym_RBRACE] = ACTIONS(3327), + [anon_sym_LPAREN] = ACTIONS(3327), + [anon_sym_PIPE] = ACTIONS(3329), + [anon_sym_fn] = ACTIONS(3329), + [anon_sym_PLUS] = ACTIONS(3329), + [anon_sym_DASH] = ACTIONS(3329), + [anon_sym_STAR] = ACTIONS(3327), + [anon_sym_SLASH] = ACTIONS(3329), + [anon_sym_PERCENT] = ACTIONS(3327), + [anon_sym_LT] = ACTIONS(3329), + [anon_sym_GT] = ACTIONS(3329), + [anon_sym_EQ_EQ] = ACTIONS(3327), + [anon_sym_BANG_EQ] = ACTIONS(3327), + [anon_sym_LT_EQ] = ACTIONS(3327), + [anon_sym_GT_EQ] = ACTIONS(3327), + [anon_sym_LBRACK] = ACTIONS(3327), + [anon_sym_RBRACK] = ACTIONS(3327), + [anon_sym_struct] = ACTIONS(3329), + [anon_sym_mut] = ACTIONS(3329), + [anon_sym_COLON] = ACTIONS(3327), + [anon_sym_PLUS_PLUS] = ACTIONS(3327), + [anon_sym_DASH_DASH] = ACTIONS(3327), + [anon_sym_QMARK] = ACTIONS(3329), + [anon_sym_BANG] = ACTIONS(3329), + [anon_sym_go] = ACTIONS(3329), + [anon_sym_spawn] = ACTIONS(3329), + [anon_sym_json_DOTdecode] = ACTIONS(3327), + [anon_sym_LBRACK2] = ACTIONS(3329), + [anon_sym_TILDE] = ACTIONS(3327), + [anon_sym_CARET] = ACTIONS(3327), + [anon_sym_AMP] = ACTIONS(3329), + [anon_sym_LT_DASH] = ACTIONS(3327), + [anon_sym_LT_LT] = ACTIONS(3327), + [anon_sym_GT_GT] = ACTIONS(3329), + [anon_sym_GT_GT_GT] = ACTIONS(3327), + [anon_sym_AMP_CARET] = ACTIONS(3327), + [anon_sym_AMP_AMP] = ACTIONS(3327), + [anon_sym_PIPE_PIPE] = ACTIONS(3327), + [anon_sym_or] = ACTIONS(3329), + [sym_none] = ACTIONS(3329), + [sym_true] = ACTIONS(3329), + [sym_false] = ACTIONS(3329), + [sym_nil] = ACTIONS(3329), + [anon_sym_QMARK_DOT] = ACTIONS(3327), + [anon_sym_POUND_LBRACK] = ACTIONS(3327), + [anon_sym_if] = ACTIONS(3329), + [anon_sym_DOLLARif] = ACTIONS(3329), + [anon_sym_is] = ACTIONS(3329), + [anon_sym_BANGis] = ACTIONS(3327), + [anon_sym_in] = ACTIONS(3329), + [anon_sym_BANGin] = ACTIONS(3327), + [anon_sym_match] = ACTIONS(3329), + [anon_sym_select] = ACTIONS(3329), + [anon_sym_lock] = ACTIONS(3329), + [anon_sym_rlock] = ACTIONS(3329), + [anon_sym_unsafe] = ACTIONS(3329), + [anon_sym_sql] = ACTIONS(3329), + [sym_int_literal] = ACTIONS(3329), + [sym_float_literal] = ACTIONS(3327), + [sym_rune_literal] = ACTIONS(3327), + [sym_pseudo_compile_time_identifier] = ACTIONS(3329), + [anon_sym_shared] = ACTIONS(3329), + [anon_sym_map_LBRACK] = ACTIONS(3327), + [anon_sym_chan] = ACTIONS(3329), + [anon_sym_thread] = ACTIONS(3329), + [anon_sym_atomic] = ACTIONS(3329), + [sym___double_quote] = ACTIONS(3327), + [sym___single_quote] = ACTIONS(3327), + [sym___c_double_quote] = ACTIONS(3327), + [sym___c_single_quote] = ACTIONS(3327), + [sym___r_double_quote] = ACTIONS(3327), + [sym___r_single_quote] = ACTIONS(3327), }, [1332] = { [sym_line_comment] = STATE(1332), [sym_block_comment] = STATE(1332), - [sym_identifier] = ACTIONS(2909), + [sym_identifier] = ACTIONS(3341), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2909), - [anon_sym_as] = ACTIONS(2909), - [anon_sym_LBRACE] = ACTIONS(2907), - [anon_sym_COMMA] = ACTIONS(2907), - [anon_sym_RBRACE] = ACTIONS(2907), - [anon_sym_LPAREN] = ACTIONS(2907), - [anon_sym_PIPE] = ACTIONS(2909), - [anon_sym_fn] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2907), - [anon_sym_SLASH] = ACTIONS(2909), - [anon_sym_PERCENT] = ACTIONS(2907), - [anon_sym_LT] = ACTIONS(2909), - [anon_sym_GT] = ACTIONS(2909), - [anon_sym_EQ_EQ] = ACTIONS(2907), - [anon_sym_BANG_EQ] = ACTIONS(2907), - [anon_sym_LT_EQ] = ACTIONS(2907), - [anon_sym_GT_EQ] = ACTIONS(2907), - [anon_sym_LBRACK] = ACTIONS(2907), - [anon_sym_RBRACK] = ACTIONS(2907), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_mut] = ACTIONS(2909), - [anon_sym_COLON] = ACTIONS(2907), - [anon_sym_PLUS_PLUS] = ACTIONS(2907), - [anon_sym_DASH_DASH] = ACTIONS(2907), - [anon_sym_QMARK] = ACTIONS(2909), - [anon_sym_BANG] = ACTIONS(2909), - [anon_sym_go] = ACTIONS(2909), - [anon_sym_spawn] = ACTIONS(2909), - [anon_sym_json_DOTdecode] = ACTIONS(2907), - [anon_sym_LBRACK2] = ACTIONS(2909), - [anon_sym_TILDE] = ACTIONS(2907), - [anon_sym_CARET] = ACTIONS(2907), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_LT_DASH] = ACTIONS(2907), - [anon_sym_LT_LT] = ACTIONS(2907), - [anon_sym_GT_GT] = ACTIONS(2909), - [anon_sym_GT_GT_GT] = ACTIONS(2907), - [anon_sym_AMP_CARET] = ACTIONS(2907), - [anon_sym_AMP_AMP] = ACTIONS(2907), - [anon_sym_PIPE_PIPE] = ACTIONS(2907), - [anon_sym_or] = ACTIONS(2909), - [sym_none] = ACTIONS(2909), - [sym_true] = ACTIONS(2909), - [sym_false] = ACTIONS(2909), - [sym_nil] = ACTIONS(2909), - [anon_sym_QMARK_DOT] = ACTIONS(2907), - [anon_sym_POUND_LBRACK] = ACTIONS(2907), - [anon_sym_if] = ACTIONS(2909), - [anon_sym_DOLLARif] = ACTIONS(2909), - [anon_sym_is] = ACTIONS(2909), - [anon_sym_BANGis] = ACTIONS(2907), - [anon_sym_in] = ACTIONS(2909), - [anon_sym_BANGin] = ACTIONS(2907), - [anon_sym_match] = ACTIONS(2909), - [anon_sym_select] = ACTIONS(2909), - [anon_sym_lock] = ACTIONS(2909), - [anon_sym_rlock] = ACTIONS(2909), - [anon_sym_unsafe] = ACTIONS(2909), - [anon_sym_sql] = ACTIONS(2909), - [sym_int_literal] = ACTIONS(2909), - [sym_float_literal] = ACTIONS(2907), - [sym_rune_literal] = ACTIONS(2907), - [sym_pseudo_compile_time_identifier] = ACTIONS(2909), - [anon_sym_shared] = ACTIONS(2909), - [anon_sym_map_LBRACK] = ACTIONS(2907), - [anon_sym_chan] = ACTIONS(2909), - [anon_sym_thread] = ACTIONS(2909), - [anon_sym_atomic] = ACTIONS(2909), - [sym___double_quote] = ACTIONS(2907), - [sym___single_quote] = ACTIONS(2907), - [sym___c_double_quote] = ACTIONS(2907), - [sym___c_single_quote] = ACTIONS(2907), - [sym___r_double_quote] = ACTIONS(2907), - [sym___r_single_quote] = ACTIONS(2907), + [anon_sym_DOT] = ACTIONS(3341), + [anon_sym_as] = ACTIONS(3341), + [anon_sym_LBRACE] = ACTIONS(3339), + [anon_sym_COMMA] = ACTIONS(3339), + [anon_sym_RBRACE] = ACTIONS(3339), + [anon_sym_LPAREN] = ACTIONS(3339), + [anon_sym_PIPE] = ACTIONS(3341), + [anon_sym_fn] = ACTIONS(3341), + [anon_sym_PLUS] = ACTIONS(3341), + [anon_sym_DASH] = ACTIONS(3341), + [anon_sym_STAR] = ACTIONS(3339), + [anon_sym_SLASH] = ACTIONS(3341), + [anon_sym_PERCENT] = ACTIONS(3339), + [anon_sym_LT] = ACTIONS(3341), + [anon_sym_GT] = ACTIONS(3341), + [anon_sym_EQ_EQ] = ACTIONS(3339), + [anon_sym_BANG_EQ] = ACTIONS(3339), + [anon_sym_LT_EQ] = ACTIONS(3339), + [anon_sym_GT_EQ] = ACTIONS(3339), + [anon_sym_LBRACK] = ACTIONS(3339), + [anon_sym_RBRACK] = ACTIONS(3339), + [anon_sym_struct] = ACTIONS(3341), + [anon_sym_mut] = ACTIONS(3341), + [anon_sym_COLON] = ACTIONS(3339), + [anon_sym_PLUS_PLUS] = ACTIONS(3339), + [anon_sym_DASH_DASH] = ACTIONS(3339), + [anon_sym_QMARK] = ACTIONS(3341), + [anon_sym_BANG] = ACTIONS(3341), + [anon_sym_go] = ACTIONS(3341), + [anon_sym_spawn] = ACTIONS(3341), + [anon_sym_json_DOTdecode] = ACTIONS(3339), + [anon_sym_LBRACK2] = ACTIONS(3341), + [anon_sym_TILDE] = ACTIONS(3339), + [anon_sym_CARET] = ACTIONS(3339), + [anon_sym_AMP] = ACTIONS(3341), + [anon_sym_LT_DASH] = ACTIONS(3339), + [anon_sym_LT_LT] = ACTIONS(3339), + [anon_sym_GT_GT] = ACTIONS(3341), + [anon_sym_GT_GT_GT] = ACTIONS(3339), + [anon_sym_AMP_CARET] = ACTIONS(3339), + [anon_sym_AMP_AMP] = ACTIONS(3339), + [anon_sym_PIPE_PIPE] = ACTIONS(3339), + [anon_sym_or] = ACTIONS(3341), + [sym_none] = ACTIONS(3341), + [sym_true] = ACTIONS(3341), + [sym_false] = ACTIONS(3341), + [sym_nil] = ACTIONS(3341), + [anon_sym_QMARK_DOT] = ACTIONS(3339), + [anon_sym_POUND_LBRACK] = ACTIONS(3339), + [anon_sym_if] = ACTIONS(3341), + [anon_sym_DOLLARif] = ACTIONS(3341), + [anon_sym_is] = ACTIONS(3341), + [anon_sym_BANGis] = ACTIONS(3339), + [anon_sym_in] = ACTIONS(3341), + [anon_sym_BANGin] = ACTIONS(3339), + [anon_sym_match] = ACTIONS(3341), + [anon_sym_select] = ACTIONS(3341), + [anon_sym_lock] = ACTIONS(3341), + [anon_sym_rlock] = ACTIONS(3341), + [anon_sym_unsafe] = ACTIONS(3341), + [anon_sym_sql] = ACTIONS(3341), + [sym_int_literal] = ACTIONS(3341), + [sym_float_literal] = ACTIONS(3339), + [sym_rune_literal] = ACTIONS(3339), + [sym_pseudo_compile_time_identifier] = ACTIONS(3341), + [anon_sym_shared] = ACTIONS(3341), + [anon_sym_map_LBRACK] = ACTIONS(3339), + [anon_sym_chan] = ACTIONS(3341), + [anon_sym_thread] = ACTIONS(3341), + [anon_sym_atomic] = ACTIONS(3341), + [sym___double_quote] = ACTIONS(3339), + [sym___single_quote] = ACTIONS(3339), + [sym___c_double_quote] = ACTIONS(3339), + [sym___c_single_quote] = ACTIONS(3339), + [sym___r_double_quote] = ACTIONS(3339), + [sym___r_single_quote] = ACTIONS(3339), }, [1333] = { [sym_line_comment] = STATE(1333), [sym_block_comment] = STATE(1333), - [sym_identifier] = ACTIONS(2905), + [sym_identifier] = ACTIONS(3093), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2905), - [anon_sym_as] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2903), - [anon_sym_COMMA] = ACTIONS(2903), - [anon_sym_RBRACE] = ACTIONS(2903), - [anon_sym_LPAREN] = ACTIONS(2903), - [anon_sym_PIPE] = ACTIONS(2905), - [anon_sym_fn] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2903), - [anon_sym_SLASH] = ACTIONS(2905), - [anon_sym_PERCENT] = ACTIONS(2903), - [anon_sym_LT] = ACTIONS(2905), - [anon_sym_GT] = ACTIONS(2905), - [anon_sym_EQ_EQ] = ACTIONS(2903), - [anon_sym_BANG_EQ] = ACTIONS(2903), - [anon_sym_LT_EQ] = ACTIONS(2903), - [anon_sym_GT_EQ] = ACTIONS(2903), - [anon_sym_LBRACK] = ACTIONS(2903), - [anon_sym_RBRACK] = ACTIONS(2903), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_mut] = ACTIONS(2905), - [anon_sym_COLON] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_QMARK] = ACTIONS(2905), - [anon_sym_BANG] = ACTIONS(2905), - [anon_sym_go] = ACTIONS(2905), - [anon_sym_spawn] = ACTIONS(2905), - [anon_sym_json_DOTdecode] = ACTIONS(2903), - [anon_sym_LBRACK2] = ACTIONS(2905), - [anon_sym_TILDE] = ACTIONS(2903), - [anon_sym_CARET] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_LT_DASH] = ACTIONS(2903), - [anon_sym_LT_LT] = ACTIONS(2903), - [anon_sym_GT_GT] = ACTIONS(2905), - [anon_sym_GT_GT_GT] = ACTIONS(2903), - [anon_sym_AMP_CARET] = ACTIONS(2903), - [anon_sym_AMP_AMP] = ACTIONS(2903), - [anon_sym_PIPE_PIPE] = ACTIONS(2903), - [anon_sym_or] = ACTIONS(2905), - [sym_none] = ACTIONS(2905), - [sym_true] = ACTIONS(2905), - [sym_false] = ACTIONS(2905), - [sym_nil] = ACTIONS(2905), - [anon_sym_QMARK_DOT] = ACTIONS(2903), - [anon_sym_POUND_LBRACK] = ACTIONS(2903), - [anon_sym_if] = ACTIONS(2905), - [anon_sym_DOLLARif] = ACTIONS(2905), - [anon_sym_is] = ACTIONS(2905), - [anon_sym_BANGis] = ACTIONS(2903), - [anon_sym_in] = ACTIONS(2905), - [anon_sym_BANGin] = ACTIONS(2903), - [anon_sym_match] = ACTIONS(2905), - [anon_sym_select] = ACTIONS(2905), - [anon_sym_lock] = ACTIONS(2905), - [anon_sym_rlock] = ACTIONS(2905), - [anon_sym_unsafe] = ACTIONS(2905), - [anon_sym_sql] = ACTIONS(2905), - [sym_int_literal] = ACTIONS(2905), - [sym_float_literal] = ACTIONS(2903), - [sym_rune_literal] = ACTIONS(2903), - [sym_pseudo_compile_time_identifier] = ACTIONS(2905), - [anon_sym_shared] = ACTIONS(2905), - [anon_sym_map_LBRACK] = ACTIONS(2903), - [anon_sym_chan] = ACTIONS(2905), - [anon_sym_thread] = ACTIONS(2905), - [anon_sym_atomic] = ACTIONS(2905), - [sym___double_quote] = ACTIONS(2903), - [sym___single_quote] = ACTIONS(2903), - [sym___c_double_quote] = ACTIONS(2903), - [sym___c_single_quote] = ACTIONS(2903), - [sym___r_double_quote] = ACTIONS(2903), - [sym___r_single_quote] = ACTIONS(2903), + [anon_sym_DOT] = ACTIONS(3093), + [anon_sym_as] = ACTIONS(3093), + [anon_sym_LBRACE] = ACTIONS(3091), + [anon_sym_COMMA] = ACTIONS(3091), + [anon_sym_RBRACE] = ACTIONS(3091), + [anon_sym_LPAREN] = ACTIONS(3091), + [anon_sym_PIPE] = ACTIONS(3093), + [anon_sym_fn] = ACTIONS(3093), + [anon_sym_PLUS] = ACTIONS(3093), + [anon_sym_DASH] = ACTIONS(3093), + [anon_sym_STAR] = ACTIONS(3091), + [anon_sym_SLASH] = ACTIONS(3093), + [anon_sym_PERCENT] = ACTIONS(3091), + [anon_sym_LT] = ACTIONS(3093), + [anon_sym_GT] = ACTIONS(3093), + [anon_sym_EQ_EQ] = ACTIONS(3091), + [anon_sym_BANG_EQ] = ACTIONS(3091), + [anon_sym_LT_EQ] = ACTIONS(3091), + [anon_sym_GT_EQ] = ACTIONS(3091), + [anon_sym_LBRACK] = ACTIONS(3091), + [anon_sym_RBRACK] = ACTIONS(3091), + [anon_sym_struct] = ACTIONS(3093), + [anon_sym_mut] = ACTIONS(3093), + [anon_sym_COLON] = ACTIONS(3091), + [anon_sym_PLUS_PLUS] = ACTIONS(3091), + [anon_sym_DASH_DASH] = ACTIONS(3091), + [anon_sym_QMARK] = ACTIONS(3093), + [anon_sym_BANG] = ACTIONS(3093), + [anon_sym_go] = ACTIONS(3093), + [anon_sym_spawn] = ACTIONS(3093), + [anon_sym_json_DOTdecode] = ACTIONS(3091), + [anon_sym_LBRACK2] = ACTIONS(3093), + [anon_sym_TILDE] = ACTIONS(3091), + [anon_sym_CARET] = ACTIONS(3091), + [anon_sym_AMP] = ACTIONS(3093), + [anon_sym_LT_DASH] = ACTIONS(3091), + [anon_sym_LT_LT] = ACTIONS(3091), + [anon_sym_GT_GT] = ACTIONS(3093), + [anon_sym_GT_GT_GT] = ACTIONS(3091), + [anon_sym_AMP_CARET] = ACTIONS(3091), + [anon_sym_AMP_AMP] = ACTIONS(3091), + [anon_sym_PIPE_PIPE] = ACTIONS(3091), + [anon_sym_or] = ACTIONS(3093), + [sym_none] = ACTIONS(3093), + [sym_true] = ACTIONS(3093), + [sym_false] = ACTIONS(3093), + [sym_nil] = ACTIONS(3093), + [anon_sym_QMARK_DOT] = ACTIONS(3091), + [anon_sym_POUND_LBRACK] = ACTIONS(3091), + [anon_sym_if] = ACTIONS(3093), + [anon_sym_DOLLARif] = ACTIONS(3093), + [anon_sym_is] = ACTIONS(3093), + [anon_sym_BANGis] = ACTIONS(3091), + [anon_sym_in] = ACTIONS(3093), + [anon_sym_BANGin] = ACTIONS(3091), + [anon_sym_match] = ACTIONS(3093), + [anon_sym_select] = ACTIONS(3093), + [anon_sym_lock] = ACTIONS(3093), + [anon_sym_rlock] = ACTIONS(3093), + [anon_sym_unsafe] = ACTIONS(3093), + [anon_sym_sql] = ACTIONS(3093), + [sym_int_literal] = ACTIONS(3093), + [sym_float_literal] = ACTIONS(3091), + [sym_rune_literal] = ACTIONS(3091), + [sym_pseudo_compile_time_identifier] = ACTIONS(3093), + [anon_sym_shared] = ACTIONS(3093), + [anon_sym_map_LBRACK] = ACTIONS(3091), + [anon_sym_chan] = ACTIONS(3093), + [anon_sym_thread] = ACTIONS(3093), + [anon_sym_atomic] = ACTIONS(3093), + [sym___double_quote] = ACTIONS(3091), + [sym___single_quote] = ACTIONS(3091), + [sym___c_double_quote] = ACTIONS(3091), + [sym___c_single_quote] = ACTIONS(3091), + [sym___r_double_quote] = ACTIONS(3091), + [sym___r_single_quote] = ACTIONS(3091), }, [1334] = { [sym_line_comment] = STATE(1334), [sym_block_comment] = STATE(1334), - [sym_identifier] = ACTIONS(3431), + [sym_identifier] = ACTIONS(3097), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3431), - [anon_sym_as] = ACTIONS(3431), - [anon_sym_LBRACE] = ACTIONS(3429), - [anon_sym_COMMA] = ACTIONS(3429), - [anon_sym_RBRACE] = ACTIONS(3429), - [anon_sym_LPAREN] = ACTIONS(3429), - [anon_sym_PIPE] = ACTIONS(3431), - [anon_sym_fn] = ACTIONS(3431), - [anon_sym_PLUS] = ACTIONS(3431), - [anon_sym_DASH] = ACTIONS(3431), - [anon_sym_STAR] = ACTIONS(3429), - [anon_sym_SLASH] = ACTIONS(3431), - [anon_sym_PERCENT] = ACTIONS(3429), - [anon_sym_LT] = ACTIONS(3431), - [anon_sym_GT] = ACTIONS(3431), - [anon_sym_EQ_EQ] = ACTIONS(3429), - [anon_sym_BANG_EQ] = ACTIONS(3429), - [anon_sym_LT_EQ] = ACTIONS(3429), - [anon_sym_GT_EQ] = ACTIONS(3429), - [anon_sym_LBRACK] = ACTIONS(3429), - [anon_sym_RBRACK] = ACTIONS(3429), - [anon_sym_struct] = ACTIONS(3431), - [anon_sym_mut] = ACTIONS(3431), - [anon_sym_COLON] = ACTIONS(3429), - [anon_sym_PLUS_PLUS] = ACTIONS(3429), - [anon_sym_DASH_DASH] = ACTIONS(3429), - [anon_sym_QMARK] = ACTIONS(3431), - [anon_sym_BANG] = ACTIONS(3431), - [anon_sym_go] = ACTIONS(3431), - [anon_sym_spawn] = ACTIONS(3431), - [anon_sym_json_DOTdecode] = ACTIONS(3429), - [anon_sym_LBRACK2] = ACTIONS(3431), - [anon_sym_TILDE] = ACTIONS(3429), - [anon_sym_CARET] = ACTIONS(3429), - [anon_sym_AMP] = ACTIONS(3431), - [anon_sym_LT_DASH] = ACTIONS(3429), - [anon_sym_LT_LT] = ACTIONS(3429), - [anon_sym_GT_GT] = ACTIONS(3431), - [anon_sym_GT_GT_GT] = ACTIONS(3429), - [anon_sym_AMP_CARET] = ACTIONS(3429), - [anon_sym_AMP_AMP] = ACTIONS(3429), - [anon_sym_PIPE_PIPE] = ACTIONS(3429), - [anon_sym_or] = ACTIONS(3431), - [sym_none] = ACTIONS(3431), - [sym_true] = ACTIONS(3431), - [sym_false] = ACTIONS(3431), - [sym_nil] = ACTIONS(3431), - [anon_sym_QMARK_DOT] = ACTIONS(3429), - [anon_sym_POUND_LBRACK] = ACTIONS(3429), - [anon_sym_if] = ACTIONS(3431), - [anon_sym_DOLLARif] = ACTIONS(3431), - [anon_sym_is] = ACTIONS(3431), - [anon_sym_BANGis] = ACTIONS(3429), - [anon_sym_in] = ACTIONS(3431), - [anon_sym_BANGin] = ACTIONS(3429), - [anon_sym_match] = ACTIONS(3431), - [anon_sym_select] = ACTIONS(3431), - [anon_sym_lock] = ACTIONS(3431), - [anon_sym_rlock] = ACTIONS(3431), - [anon_sym_unsafe] = ACTIONS(3431), - [anon_sym_sql] = ACTIONS(3431), - [sym_int_literal] = ACTIONS(3431), - [sym_float_literal] = ACTIONS(3429), - [sym_rune_literal] = ACTIONS(3429), - [sym_pseudo_compile_time_identifier] = ACTIONS(3431), - [anon_sym_shared] = ACTIONS(3431), - [anon_sym_map_LBRACK] = ACTIONS(3429), - [anon_sym_chan] = ACTIONS(3431), - [anon_sym_thread] = ACTIONS(3431), - [anon_sym_atomic] = ACTIONS(3431), - [sym___double_quote] = ACTIONS(3429), - [sym___single_quote] = ACTIONS(3429), - [sym___c_double_quote] = ACTIONS(3429), - [sym___c_single_quote] = ACTIONS(3429), - [sym___r_double_quote] = ACTIONS(3429), - [sym___r_single_quote] = ACTIONS(3429), + [anon_sym_DOT] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(3097), + [anon_sym_LBRACE] = ACTIONS(3095), + [anon_sym_COMMA] = ACTIONS(3095), + [anon_sym_RBRACE] = ACTIONS(3095), + [anon_sym_LPAREN] = ACTIONS(3095), + [anon_sym_PIPE] = ACTIONS(3097), + [anon_sym_fn] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3097), + [anon_sym_DASH] = ACTIONS(3097), + [anon_sym_STAR] = ACTIONS(3095), + [anon_sym_SLASH] = ACTIONS(3097), + [anon_sym_PERCENT] = ACTIONS(3095), + [anon_sym_LT] = ACTIONS(3097), + [anon_sym_GT] = ACTIONS(3097), + [anon_sym_EQ_EQ] = ACTIONS(3095), + [anon_sym_BANG_EQ] = ACTIONS(3095), + [anon_sym_LT_EQ] = ACTIONS(3095), + [anon_sym_GT_EQ] = ACTIONS(3095), + [anon_sym_LBRACK] = ACTIONS(3095), + [anon_sym_RBRACK] = ACTIONS(3095), + [anon_sym_struct] = ACTIONS(3097), + [anon_sym_mut] = ACTIONS(3097), + [anon_sym_COLON] = ACTIONS(3095), + [anon_sym_PLUS_PLUS] = ACTIONS(3095), + [anon_sym_DASH_DASH] = ACTIONS(3095), + [anon_sym_QMARK] = ACTIONS(3097), + [anon_sym_BANG] = ACTIONS(3097), + [anon_sym_go] = ACTIONS(3097), + [anon_sym_spawn] = ACTIONS(3097), + [anon_sym_json_DOTdecode] = ACTIONS(3095), + [anon_sym_LBRACK2] = ACTIONS(3097), + [anon_sym_TILDE] = ACTIONS(3095), + [anon_sym_CARET] = ACTIONS(3095), + [anon_sym_AMP] = ACTIONS(3097), + [anon_sym_LT_DASH] = ACTIONS(3095), + [anon_sym_LT_LT] = ACTIONS(3095), + [anon_sym_GT_GT] = ACTIONS(3097), + [anon_sym_GT_GT_GT] = ACTIONS(3095), + [anon_sym_AMP_CARET] = ACTIONS(3095), + [anon_sym_AMP_AMP] = ACTIONS(3095), + [anon_sym_PIPE_PIPE] = ACTIONS(3095), + [anon_sym_or] = ACTIONS(3097), + [sym_none] = ACTIONS(3097), + [sym_true] = ACTIONS(3097), + [sym_false] = ACTIONS(3097), + [sym_nil] = ACTIONS(3097), + [anon_sym_QMARK_DOT] = ACTIONS(3095), + [anon_sym_POUND_LBRACK] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3097), + [anon_sym_DOLLARif] = ACTIONS(3097), + [anon_sym_is] = ACTIONS(3097), + [anon_sym_BANGis] = ACTIONS(3095), + [anon_sym_in] = ACTIONS(3097), + [anon_sym_BANGin] = ACTIONS(3095), + [anon_sym_match] = ACTIONS(3097), + [anon_sym_select] = ACTIONS(3097), + [anon_sym_lock] = ACTIONS(3097), + [anon_sym_rlock] = ACTIONS(3097), + [anon_sym_unsafe] = ACTIONS(3097), + [anon_sym_sql] = ACTIONS(3097), + [sym_int_literal] = ACTIONS(3097), + [sym_float_literal] = ACTIONS(3095), + [sym_rune_literal] = ACTIONS(3095), + [sym_pseudo_compile_time_identifier] = ACTIONS(3097), + [anon_sym_shared] = ACTIONS(3097), + [anon_sym_map_LBRACK] = ACTIONS(3095), + [anon_sym_chan] = ACTIONS(3097), + [anon_sym_thread] = ACTIONS(3097), + [anon_sym_atomic] = ACTIONS(3097), + [sym___double_quote] = ACTIONS(3095), + [sym___single_quote] = ACTIONS(3095), + [sym___c_double_quote] = ACTIONS(3095), + [sym___c_single_quote] = ACTIONS(3095), + [sym___r_double_quote] = ACTIONS(3095), + [sym___r_single_quote] = ACTIONS(3095), }, [1335] = { [sym_line_comment] = STATE(1335), [sym_block_comment] = STATE(1335), - [sym_identifier] = ACTIONS(3383), + [sym_identifier] = ACTIONS(3241), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3383), - [anon_sym_as] = ACTIONS(3383), - [anon_sym_LBRACE] = ACTIONS(3381), - [anon_sym_COMMA] = ACTIONS(3381), - [anon_sym_RBRACE] = ACTIONS(3381), - [anon_sym_LPAREN] = ACTIONS(3381), - [anon_sym_PIPE] = ACTIONS(3383), - [anon_sym_fn] = ACTIONS(3383), - [anon_sym_PLUS] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3383), - [anon_sym_STAR] = ACTIONS(3381), - [anon_sym_SLASH] = ACTIONS(3383), - [anon_sym_PERCENT] = ACTIONS(3381), - [anon_sym_LT] = ACTIONS(3383), - [anon_sym_GT] = ACTIONS(3383), - [anon_sym_EQ_EQ] = ACTIONS(3381), - [anon_sym_BANG_EQ] = ACTIONS(3381), - [anon_sym_LT_EQ] = ACTIONS(3381), - [anon_sym_GT_EQ] = ACTIONS(3381), - [anon_sym_LBRACK] = ACTIONS(3381), - [anon_sym_RBRACK] = ACTIONS(3381), - [anon_sym_struct] = ACTIONS(3383), - [anon_sym_mut] = ACTIONS(3383), - [anon_sym_COLON] = ACTIONS(3381), - [anon_sym_PLUS_PLUS] = ACTIONS(3381), - [anon_sym_DASH_DASH] = ACTIONS(3381), - [anon_sym_QMARK] = ACTIONS(3383), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_go] = ACTIONS(3383), - [anon_sym_spawn] = ACTIONS(3383), - [anon_sym_json_DOTdecode] = ACTIONS(3381), - [anon_sym_LBRACK2] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3381), - [anon_sym_CARET] = ACTIONS(3381), - [anon_sym_AMP] = ACTIONS(3383), - [anon_sym_LT_DASH] = ACTIONS(3381), - [anon_sym_LT_LT] = ACTIONS(3381), - [anon_sym_GT_GT] = ACTIONS(3383), - [anon_sym_GT_GT_GT] = ACTIONS(3381), - [anon_sym_AMP_CARET] = ACTIONS(3381), - [anon_sym_AMP_AMP] = ACTIONS(3381), - [anon_sym_PIPE_PIPE] = ACTIONS(3381), - [anon_sym_or] = ACTIONS(3383), - [sym_none] = ACTIONS(3383), - [sym_true] = ACTIONS(3383), - [sym_false] = ACTIONS(3383), - [sym_nil] = ACTIONS(3383), - [anon_sym_QMARK_DOT] = ACTIONS(3381), - [anon_sym_POUND_LBRACK] = ACTIONS(3381), - [anon_sym_if] = ACTIONS(3383), - [anon_sym_DOLLARif] = ACTIONS(3383), - [anon_sym_is] = ACTIONS(3383), - [anon_sym_BANGis] = ACTIONS(3381), - [anon_sym_in] = ACTIONS(3383), - [anon_sym_BANGin] = ACTIONS(3381), - [anon_sym_match] = ACTIONS(3383), - [anon_sym_select] = ACTIONS(3383), - [anon_sym_lock] = ACTIONS(3383), - [anon_sym_rlock] = ACTIONS(3383), - [anon_sym_unsafe] = ACTIONS(3383), - [anon_sym_sql] = ACTIONS(3383), - [sym_int_literal] = ACTIONS(3383), - [sym_float_literal] = ACTIONS(3381), - [sym_rune_literal] = ACTIONS(3381), - [sym_pseudo_compile_time_identifier] = ACTIONS(3383), - [anon_sym_shared] = ACTIONS(3383), - [anon_sym_map_LBRACK] = ACTIONS(3381), - [anon_sym_chan] = ACTIONS(3383), - [anon_sym_thread] = ACTIONS(3383), - [anon_sym_atomic] = ACTIONS(3383), - [sym___double_quote] = ACTIONS(3381), - [sym___single_quote] = ACTIONS(3381), - [sym___c_double_quote] = ACTIONS(3381), - [sym___c_single_quote] = ACTIONS(3381), - [sym___r_double_quote] = ACTIONS(3381), - [sym___r_single_quote] = ACTIONS(3381), + [anon_sym_DOT] = ACTIONS(3241), + [anon_sym_as] = ACTIONS(3241), + [anon_sym_LBRACE] = ACTIONS(3239), + [anon_sym_COMMA] = ACTIONS(3239), + [anon_sym_RBRACE] = ACTIONS(3239), + [anon_sym_LPAREN] = ACTIONS(3239), + [anon_sym_PIPE] = ACTIONS(3241), + [anon_sym_fn] = ACTIONS(3241), + [anon_sym_PLUS] = ACTIONS(3241), + [anon_sym_DASH] = ACTIONS(3241), + [anon_sym_STAR] = ACTIONS(3239), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3239), + [anon_sym_LT] = ACTIONS(3241), + [anon_sym_GT] = ACTIONS(3241), + [anon_sym_EQ_EQ] = ACTIONS(3239), + [anon_sym_BANG_EQ] = ACTIONS(3239), + [anon_sym_LT_EQ] = ACTIONS(3239), + [anon_sym_GT_EQ] = ACTIONS(3239), + [anon_sym_LBRACK] = ACTIONS(3239), + [anon_sym_RBRACK] = ACTIONS(3239), + [anon_sym_struct] = ACTIONS(3241), + [anon_sym_mut] = ACTIONS(3241), + [anon_sym_COLON] = ACTIONS(3239), + [anon_sym_PLUS_PLUS] = ACTIONS(3239), + [anon_sym_DASH_DASH] = ACTIONS(3239), + [anon_sym_QMARK] = ACTIONS(3241), + [anon_sym_BANG] = ACTIONS(3241), + [anon_sym_go] = ACTIONS(3241), + [anon_sym_spawn] = ACTIONS(3241), + [anon_sym_json_DOTdecode] = ACTIONS(3239), + [anon_sym_LBRACK2] = ACTIONS(3241), + [anon_sym_TILDE] = ACTIONS(3239), + [anon_sym_CARET] = ACTIONS(3239), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(3239), + [anon_sym_LT_LT] = ACTIONS(3239), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3239), + [anon_sym_AMP_CARET] = ACTIONS(3239), + [anon_sym_AMP_AMP] = ACTIONS(3239), + [anon_sym_PIPE_PIPE] = ACTIONS(3239), + [anon_sym_or] = ACTIONS(3241), + [sym_none] = ACTIONS(3241), + [sym_true] = ACTIONS(3241), + [sym_false] = ACTIONS(3241), + [sym_nil] = ACTIONS(3241), + [anon_sym_QMARK_DOT] = ACTIONS(3239), + [anon_sym_POUND_LBRACK] = ACTIONS(3239), + [anon_sym_if] = ACTIONS(3241), + [anon_sym_DOLLARif] = ACTIONS(3241), + [anon_sym_is] = ACTIONS(3241), + [anon_sym_BANGis] = ACTIONS(3239), + [anon_sym_in] = ACTIONS(3241), + [anon_sym_BANGin] = ACTIONS(3239), + [anon_sym_match] = ACTIONS(3241), + [anon_sym_select] = ACTIONS(3241), + [anon_sym_lock] = ACTIONS(3241), + [anon_sym_rlock] = ACTIONS(3241), + [anon_sym_unsafe] = ACTIONS(3241), + [anon_sym_sql] = ACTIONS(3241), + [sym_int_literal] = ACTIONS(3241), + [sym_float_literal] = ACTIONS(3239), + [sym_rune_literal] = ACTIONS(3239), + [sym_pseudo_compile_time_identifier] = ACTIONS(3241), + [anon_sym_shared] = ACTIONS(3241), + [anon_sym_map_LBRACK] = ACTIONS(3239), + [anon_sym_chan] = ACTIONS(3241), + [anon_sym_thread] = ACTIONS(3241), + [anon_sym_atomic] = ACTIONS(3241), + [sym___double_quote] = ACTIONS(3239), + [sym___single_quote] = ACTIONS(3239), + [sym___c_double_quote] = ACTIONS(3239), + [sym___c_single_quote] = ACTIONS(3239), + [sym___r_double_quote] = ACTIONS(3239), + [sym___r_single_quote] = ACTIONS(3239), }, [1336] = { [sym_line_comment] = STATE(1336), [sym_block_comment] = STATE(1336), - [sym_identifier] = ACTIONS(3415), + [sym_identifier] = ACTIONS(3436), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3415), - [anon_sym_as] = ACTIONS(3415), - [anon_sym_LBRACE] = ACTIONS(3413), - [anon_sym_COMMA] = ACTIONS(3413), - [anon_sym_RBRACE] = ACTIONS(3413), - [anon_sym_LPAREN] = ACTIONS(3413), - [anon_sym_PIPE] = ACTIONS(3415), - [anon_sym_fn] = ACTIONS(3415), - [anon_sym_PLUS] = ACTIONS(3415), - [anon_sym_DASH] = ACTIONS(3415), - [anon_sym_STAR] = ACTIONS(3413), - [anon_sym_SLASH] = ACTIONS(3415), - [anon_sym_PERCENT] = ACTIONS(3413), - [anon_sym_LT] = ACTIONS(3415), - [anon_sym_GT] = ACTIONS(3415), - [anon_sym_EQ_EQ] = ACTIONS(3413), - [anon_sym_BANG_EQ] = ACTIONS(3413), - [anon_sym_LT_EQ] = ACTIONS(3413), - [anon_sym_GT_EQ] = ACTIONS(3413), - [anon_sym_LBRACK] = ACTIONS(3413), - [anon_sym_RBRACK] = ACTIONS(3413), - [anon_sym_struct] = ACTIONS(3415), - [anon_sym_mut] = ACTIONS(3415), - [anon_sym_COLON] = ACTIONS(3413), - [anon_sym_PLUS_PLUS] = ACTIONS(3413), - [anon_sym_DASH_DASH] = ACTIONS(3413), - [anon_sym_QMARK] = ACTIONS(3415), - [anon_sym_BANG] = ACTIONS(3415), - [anon_sym_go] = ACTIONS(3415), - [anon_sym_spawn] = ACTIONS(3415), - [anon_sym_json_DOTdecode] = ACTIONS(3413), - [anon_sym_LBRACK2] = ACTIONS(3415), - [anon_sym_TILDE] = ACTIONS(3413), - [anon_sym_CARET] = ACTIONS(3413), - [anon_sym_AMP] = ACTIONS(3415), - [anon_sym_LT_DASH] = ACTIONS(3413), - [anon_sym_LT_LT] = ACTIONS(3413), - [anon_sym_GT_GT] = ACTIONS(3415), - [anon_sym_GT_GT_GT] = ACTIONS(3413), - [anon_sym_AMP_CARET] = ACTIONS(3413), - [anon_sym_AMP_AMP] = ACTIONS(3413), - [anon_sym_PIPE_PIPE] = ACTIONS(3413), - [anon_sym_or] = ACTIONS(3415), - [sym_none] = ACTIONS(3415), - [sym_true] = ACTIONS(3415), - [sym_false] = ACTIONS(3415), - [sym_nil] = ACTIONS(3415), - [anon_sym_QMARK_DOT] = ACTIONS(3413), - [anon_sym_POUND_LBRACK] = ACTIONS(3413), - [anon_sym_if] = ACTIONS(3415), - [anon_sym_DOLLARif] = ACTIONS(3415), - [anon_sym_is] = ACTIONS(3415), - [anon_sym_BANGis] = ACTIONS(3413), - [anon_sym_in] = ACTIONS(3415), - [anon_sym_BANGin] = ACTIONS(3413), - [anon_sym_match] = ACTIONS(3415), - [anon_sym_select] = ACTIONS(3415), - [anon_sym_lock] = ACTIONS(3415), - [anon_sym_rlock] = ACTIONS(3415), - [anon_sym_unsafe] = ACTIONS(3415), - [anon_sym_sql] = ACTIONS(3415), - [sym_int_literal] = ACTIONS(3415), - [sym_float_literal] = ACTIONS(3413), - [sym_rune_literal] = ACTIONS(3413), - [sym_pseudo_compile_time_identifier] = ACTIONS(3415), - [anon_sym_shared] = ACTIONS(3415), - [anon_sym_map_LBRACK] = ACTIONS(3413), - [anon_sym_chan] = ACTIONS(3415), - [anon_sym_thread] = ACTIONS(3415), - [anon_sym_atomic] = ACTIONS(3415), - [sym___double_quote] = ACTIONS(3413), - [sym___single_quote] = ACTIONS(3413), - [sym___c_double_quote] = ACTIONS(3413), - [sym___c_single_quote] = ACTIONS(3413), - [sym___r_double_quote] = ACTIONS(3413), - [sym___r_single_quote] = ACTIONS(3413), + [anon_sym_DOT] = ACTIONS(3436), + [anon_sym_as] = ACTIONS(3436), + [anon_sym_LBRACE] = ACTIONS(3434), + [anon_sym_COMMA] = ACTIONS(3434), + [anon_sym_RBRACE] = ACTIONS(3434), + [anon_sym_LPAREN] = ACTIONS(3434), + [anon_sym_PIPE] = ACTIONS(3436), + [anon_sym_fn] = ACTIONS(3436), + [anon_sym_PLUS] = ACTIONS(3436), + [anon_sym_DASH] = ACTIONS(3436), + [anon_sym_STAR] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3436), + [anon_sym_PERCENT] = ACTIONS(3434), + [anon_sym_LT] = ACTIONS(3436), + [anon_sym_GT] = ACTIONS(3436), + [anon_sym_EQ_EQ] = ACTIONS(3434), + [anon_sym_BANG_EQ] = ACTIONS(3434), + [anon_sym_LT_EQ] = ACTIONS(3434), + [anon_sym_GT_EQ] = ACTIONS(3434), + [anon_sym_LBRACK] = ACTIONS(3434), + [anon_sym_RBRACK] = ACTIONS(3434), + [anon_sym_struct] = ACTIONS(3436), + [anon_sym_mut] = ACTIONS(3436), + [anon_sym_COLON] = ACTIONS(3434), + [anon_sym_PLUS_PLUS] = ACTIONS(3434), + [anon_sym_DASH_DASH] = ACTIONS(3434), + [anon_sym_QMARK] = ACTIONS(3436), + [anon_sym_BANG] = ACTIONS(3436), + [anon_sym_go] = ACTIONS(3436), + [anon_sym_spawn] = ACTIONS(3436), + [anon_sym_json_DOTdecode] = ACTIONS(3434), + [anon_sym_LBRACK2] = ACTIONS(3436), + [anon_sym_TILDE] = ACTIONS(3434), + [anon_sym_CARET] = ACTIONS(3434), + [anon_sym_AMP] = ACTIONS(3436), + [anon_sym_LT_DASH] = ACTIONS(3434), + [anon_sym_LT_LT] = ACTIONS(3434), + [anon_sym_GT_GT] = ACTIONS(3436), + [anon_sym_GT_GT_GT] = ACTIONS(3434), + [anon_sym_AMP_CARET] = ACTIONS(3434), + [anon_sym_AMP_AMP] = ACTIONS(3434), + [anon_sym_PIPE_PIPE] = ACTIONS(3434), + [anon_sym_or] = ACTIONS(3436), + [sym_none] = ACTIONS(3436), + [sym_true] = ACTIONS(3436), + [sym_false] = ACTIONS(3436), + [sym_nil] = ACTIONS(3436), + [anon_sym_QMARK_DOT] = ACTIONS(3434), + [anon_sym_POUND_LBRACK] = ACTIONS(3434), + [anon_sym_if] = ACTIONS(3436), + [anon_sym_DOLLARif] = ACTIONS(3436), + [anon_sym_is] = ACTIONS(3436), + [anon_sym_BANGis] = ACTIONS(3434), + [anon_sym_in] = ACTIONS(3436), + [anon_sym_BANGin] = ACTIONS(3434), + [anon_sym_match] = ACTIONS(3436), + [anon_sym_select] = ACTIONS(3436), + [anon_sym_lock] = ACTIONS(3436), + [anon_sym_rlock] = ACTIONS(3436), + [anon_sym_unsafe] = ACTIONS(3436), + [anon_sym_sql] = ACTIONS(3436), + [sym_int_literal] = ACTIONS(3436), + [sym_float_literal] = ACTIONS(3434), + [sym_rune_literal] = ACTIONS(3434), + [sym_pseudo_compile_time_identifier] = ACTIONS(3436), + [anon_sym_shared] = ACTIONS(3436), + [anon_sym_map_LBRACK] = ACTIONS(3434), + [anon_sym_chan] = ACTIONS(3436), + [anon_sym_thread] = ACTIONS(3436), + [anon_sym_atomic] = ACTIONS(3436), + [sym___double_quote] = ACTIONS(3434), + [sym___single_quote] = ACTIONS(3434), + [sym___c_double_quote] = ACTIONS(3434), + [sym___c_single_quote] = ACTIONS(3434), + [sym___r_double_quote] = ACTIONS(3434), + [sym___r_single_quote] = ACTIONS(3434), }, [1337] = { [sym_line_comment] = STATE(1337), [sym_block_comment] = STATE(1337), - [sym_identifier] = ACTIONS(3435), + [sym_identifier] = ACTIONS(3345), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3435), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3433), - [anon_sym_COMMA] = ACTIONS(3433), - [anon_sym_RBRACE] = ACTIONS(3433), - [anon_sym_LPAREN] = ACTIONS(3433), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3433), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3433), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3433), - [anon_sym_BANG_EQ] = ACTIONS(3433), - [anon_sym_LT_EQ] = ACTIONS(3433), - [anon_sym_GT_EQ] = ACTIONS(3433), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_RBRACK] = ACTIONS(3433), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_COLON] = ACTIONS(3433), - [anon_sym_PLUS_PLUS] = ACTIONS(3433), - [anon_sym_DASH_DASH] = ACTIONS(3433), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3433), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3433), - [anon_sym_CARET] = ACTIONS(3433), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3433), - [anon_sym_LT_LT] = ACTIONS(3433), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3433), - [anon_sym_AMP_CARET] = ACTIONS(3433), - [anon_sym_AMP_AMP] = ACTIONS(3433), - [anon_sym_PIPE_PIPE] = ACTIONS(3433), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3433), - [anon_sym_POUND_LBRACK] = ACTIONS(3433), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3433), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3433), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3433), - [sym_rune_literal] = ACTIONS(3433), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3433), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3433), - [sym___single_quote] = ACTIONS(3433), - [sym___c_double_quote] = ACTIONS(3433), - [sym___c_single_quote] = ACTIONS(3433), - [sym___r_double_quote] = ACTIONS(3433), - [sym___r_single_quote] = ACTIONS(3433), + [anon_sym_DOT] = ACTIONS(3345), + [anon_sym_as] = ACTIONS(3345), + [anon_sym_LBRACE] = ACTIONS(3343), + [anon_sym_COMMA] = ACTIONS(3343), + [anon_sym_RBRACE] = ACTIONS(3343), + [anon_sym_LPAREN] = ACTIONS(3343), + [anon_sym_PIPE] = ACTIONS(3345), + [anon_sym_fn] = ACTIONS(3345), + [anon_sym_PLUS] = ACTIONS(3345), + [anon_sym_DASH] = ACTIONS(3345), + [anon_sym_STAR] = ACTIONS(3343), + [anon_sym_SLASH] = ACTIONS(3345), + [anon_sym_PERCENT] = ACTIONS(3343), + [anon_sym_LT] = ACTIONS(3345), + [anon_sym_GT] = ACTIONS(3345), + [anon_sym_EQ_EQ] = ACTIONS(3343), + [anon_sym_BANG_EQ] = ACTIONS(3343), + [anon_sym_LT_EQ] = ACTIONS(3343), + [anon_sym_GT_EQ] = ACTIONS(3343), + [anon_sym_LBRACK] = ACTIONS(3343), + [anon_sym_RBRACK] = ACTIONS(3343), + [anon_sym_struct] = ACTIONS(3345), + [anon_sym_mut] = ACTIONS(3345), + [anon_sym_COLON] = ACTIONS(3343), + [anon_sym_PLUS_PLUS] = ACTIONS(3343), + [anon_sym_DASH_DASH] = ACTIONS(3343), + [anon_sym_QMARK] = ACTIONS(3345), + [anon_sym_BANG] = ACTIONS(3345), + [anon_sym_go] = ACTIONS(3345), + [anon_sym_spawn] = ACTIONS(3345), + [anon_sym_json_DOTdecode] = ACTIONS(3343), + [anon_sym_LBRACK2] = ACTIONS(3345), + [anon_sym_TILDE] = ACTIONS(3343), + [anon_sym_CARET] = ACTIONS(3343), + [anon_sym_AMP] = ACTIONS(3345), + [anon_sym_LT_DASH] = ACTIONS(3343), + [anon_sym_LT_LT] = ACTIONS(3343), + [anon_sym_GT_GT] = ACTIONS(3345), + [anon_sym_GT_GT_GT] = ACTIONS(3343), + [anon_sym_AMP_CARET] = ACTIONS(3343), + [anon_sym_AMP_AMP] = ACTIONS(3343), + [anon_sym_PIPE_PIPE] = ACTIONS(3343), + [anon_sym_or] = ACTIONS(3345), + [sym_none] = ACTIONS(3345), + [sym_true] = ACTIONS(3345), + [sym_false] = ACTIONS(3345), + [sym_nil] = ACTIONS(3345), + [anon_sym_QMARK_DOT] = ACTIONS(3343), + [anon_sym_POUND_LBRACK] = ACTIONS(3343), + [anon_sym_if] = ACTIONS(3345), + [anon_sym_DOLLARif] = ACTIONS(3345), + [anon_sym_is] = ACTIONS(3345), + [anon_sym_BANGis] = ACTIONS(3343), + [anon_sym_in] = ACTIONS(3345), + [anon_sym_BANGin] = ACTIONS(3343), + [anon_sym_match] = ACTIONS(3345), + [anon_sym_select] = ACTIONS(3345), + [anon_sym_lock] = ACTIONS(3345), + [anon_sym_rlock] = ACTIONS(3345), + [anon_sym_unsafe] = ACTIONS(3345), + [anon_sym_sql] = ACTIONS(3345), + [sym_int_literal] = ACTIONS(3345), + [sym_float_literal] = ACTIONS(3343), + [sym_rune_literal] = ACTIONS(3343), + [sym_pseudo_compile_time_identifier] = ACTIONS(3345), + [anon_sym_shared] = ACTIONS(3345), + [anon_sym_map_LBRACK] = ACTIONS(3343), + [anon_sym_chan] = ACTIONS(3345), + [anon_sym_thread] = ACTIONS(3345), + [anon_sym_atomic] = ACTIONS(3345), + [sym___double_quote] = ACTIONS(3343), + [sym___single_quote] = ACTIONS(3343), + [sym___c_double_quote] = ACTIONS(3343), + [sym___c_single_quote] = ACTIONS(3343), + [sym___r_double_quote] = ACTIONS(3343), + [sym___r_single_quote] = ACTIONS(3343), }, [1338] = { [sym_line_comment] = STATE(1338), [sym_block_comment] = STATE(1338), - [sym_identifier] = ACTIONS(3439), + [sym_identifier] = ACTIONS(3369), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3439), - [anon_sym_as] = ACTIONS(3439), - [anon_sym_LBRACE] = ACTIONS(3437), - [anon_sym_COMMA] = ACTIONS(3437), - [anon_sym_RBRACE] = ACTIONS(3437), - [anon_sym_LPAREN] = ACTIONS(3437), - [anon_sym_PIPE] = ACTIONS(3439), - [anon_sym_fn] = ACTIONS(3439), - [anon_sym_PLUS] = ACTIONS(3439), - [anon_sym_DASH] = ACTIONS(3439), - [anon_sym_STAR] = ACTIONS(3437), - [anon_sym_SLASH] = ACTIONS(3439), - [anon_sym_PERCENT] = ACTIONS(3437), - [anon_sym_LT] = ACTIONS(3439), - [anon_sym_GT] = ACTIONS(3439), - [anon_sym_EQ_EQ] = ACTIONS(3437), - [anon_sym_BANG_EQ] = ACTIONS(3437), - [anon_sym_LT_EQ] = ACTIONS(3437), - [anon_sym_GT_EQ] = ACTIONS(3437), - [anon_sym_LBRACK] = ACTIONS(3437), - [anon_sym_RBRACK] = ACTIONS(3437), - [anon_sym_struct] = ACTIONS(3439), - [anon_sym_mut] = ACTIONS(3439), - [anon_sym_COLON] = ACTIONS(3437), - [anon_sym_PLUS_PLUS] = ACTIONS(3437), - [anon_sym_DASH_DASH] = ACTIONS(3437), - [anon_sym_QMARK] = ACTIONS(3439), - [anon_sym_BANG] = ACTIONS(3439), - [anon_sym_go] = ACTIONS(3439), - [anon_sym_spawn] = ACTIONS(3439), - [anon_sym_json_DOTdecode] = ACTIONS(3437), - [anon_sym_LBRACK2] = ACTIONS(3439), - [anon_sym_TILDE] = ACTIONS(3437), - [anon_sym_CARET] = ACTIONS(3437), - [anon_sym_AMP] = ACTIONS(3439), - [anon_sym_LT_DASH] = ACTIONS(3437), - [anon_sym_LT_LT] = ACTIONS(3437), - [anon_sym_GT_GT] = ACTIONS(3439), - [anon_sym_GT_GT_GT] = ACTIONS(3437), - [anon_sym_AMP_CARET] = ACTIONS(3437), - [anon_sym_AMP_AMP] = ACTIONS(3437), - [anon_sym_PIPE_PIPE] = ACTIONS(3437), - [anon_sym_or] = ACTIONS(3439), - [sym_none] = ACTIONS(3439), - [sym_true] = ACTIONS(3439), - [sym_false] = ACTIONS(3439), - [sym_nil] = ACTIONS(3439), - [anon_sym_QMARK_DOT] = ACTIONS(3437), - [anon_sym_POUND_LBRACK] = ACTIONS(3437), - [anon_sym_if] = ACTIONS(3439), - [anon_sym_DOLLARif] = ACTIONS(3439), - [anon_sym_is] = ACTIONS(3439), - [anon_sym_BANGis] = ACTIONS(3437), - [anon_sym_in] = ACTIONS(3439), - [anon_sym_BANGin] = ACTIONS(3437), - [anon_sym_match] = ACTIONS(3439), - [anon_sym_select] = ACTIONS(3439), - [anon_sym_lock] = ACTIONS(3439), - [anon_sym_rlock] = ACTIONS(3439), - [anon_sym_unsafe] = ACTIONS(3439), - [anon_sym_sql] = ACTIONS(3439), - [sym_int_literal] = ACTIONS(3439), - [sym_float_literal] = ACTIONS(3437), - [sym_rune_literal] = ACTIONS(3437), - [sym_pseudo_compile_time_identifier] = ACTIONS(3439), - [anon_sym_shared] = ACTIONS(3439), - [anon_sym_map_LBRACK] = ACTIONS(3437), - [anon_sym_chan] = ACTIONS(3439), - [anon_sym_thread] = ACTIONS(3439), - [anon_sym_atomic] = ACTIONS(3439), - [sym___double_quote] = ACTIONS(3437), - [sym___single_quote] = ACTIONS(3437), - [sym___c_double_quote] = ACTIONS(3437), - [sym___c_single_quote] = ACTIONS(3437), - [sym___r_double_quote] = ACTIONS(3437), - [sym___r_single_quote] = ACTIONS(3437), + [anon_sym_DOT] = ACTIONS(3369), + [anon_sym_as] = ACTIONS(3369), + [anon_sym_LBRACE] = ACTIONS(3367), + [anon_sym_COMMA] = ACTIONS(3367), + [anon_sym_RBRACE] = ACTIONS(3367), + [anon_sym_LPAREN] = ACTIONS(3367), + [anon_sym_PIPE] = ACTIONS(3369), + [anon_sym_fn] = ACTIONS(3369), + [anon_sym_PLUS] = ACTIONS(3369), + [anon_sym_DASH] = ACTIONS(3369), + [anon_sym_STAR] = ACTIONS(3367), + [anon_sym_SLASH] = ACTIONS(3369), + [anon_sym_PERCENT] = ACTIONS(3367), + [anon_sym_LT] = ACTIONS(3369), + [anon_sym_GT] = ACTIONS(3369), + [anon_sym_EQ_EQ] = ACTIONS(3367), + [anon_sym_BANG_EQ] = ACTIONS(3367), + [anon_sym_LT_EQ] = ACTIONS(3367), + [anon_sym_GT_EQ] = ACTIONS(3367), + [anon_sym_LBRACK] = ACTIONS(3367), + [anon_sym_RBRACK] = ACTIONS(3367), + [anon_sym_struct] = ACTIONS(3369), + [anon_sym_mut] = ACTIONS(3369), + [anon_sym_COLON] = ACTIONS(3367), + [anon_sym_PLUS_PLUS] = ACTIONS(3367), + [anon_sym_DASH_DASH] = ACTIONS(3367), + [anon_sym_QMARK] = ACTIONS(3369), + [anon_sym_BANG] = ACTIONS(3369), + [anon_sym_go] = ACTIONS(3369), + [anon_sym_spawn] = ACTIONS(3369), + [anon_sym_json_DOTdecode] = ACTIONS(3367), + [anon_sym_LBRACK2] = ACTIONS(3369), + [anon_sym_TILDE] = ACTIONS(3367), + [anon_sym_CARET] = ACTIONS(3367), + [anon_sym_AMP] = ACTIONS(3369), + [anon_sym_LT_DASH] = ACTIONS(3367), + [anon_sym_LT_LT] = ACTIONS(3367), + [anon_sym_GT_GT] = ACTIONS(3369), + [anon_sym_GT_GT_GT] = ACTIONS(3367), + [anon_sym_AMP_CARET] = ACTIONS(3367), + [anon_sym_AMP_AMP] = ACTIONS(3367), + [anon_sym_PIPE_PIPE] = ACTIONS(3367), + [anon_sym_or] = ACTIONS(3369), + [sym_none] = ACTIONS(3369), + [sym_true] = ACTIONS(3369), + [sym_false] = ACTIONS(3369), + [sym_nil] = ACTIONS(3369), + [anon_sym_QMARK_DOT] = ACTIONS(3367), + [anon_sym_POUND_LBRACK] = ACTIONS(3367), + [anon_sym_if] = ACTIONS(3369), + [anon_sym_DOLLARif] = ACTIONS(3369), + [anon_sym_is] = ACTIONS(3369), + [anon_sym_BANGis] = ACTIONS(3367), + [anon_sym_in] = ACTIONS(3369), + [anon_sym_BANGin] = ACTIONS(3367), + [anon_sym_match] = ACTIONS(3369), + [anon_sym_select] = ACTIONS(3369), + [anon_sym_lock] = ACTIONS(3369), + [anon_sym_rlock] = ACTIONS(3369), + [anon_sym_unsafe] = ACTIONS(3369), + [anon_sym_sql] = ACTIONS(3369), + [sym_int_literal] = ACTIONS(3369), + [sym_float_literal] = ACTIONS(3367), + [sym_rune_literal] = ACTIONS(3367), + [sym_pseudo_compile_time_identifier] = ACTIONS(3369), + [anon_sym_shared] = ACTIONS(3369), + [anon_sym_map_LBRACK] = ACTIONS(3367), + [anon_sym_chan] = ACTIONS(3369), + [anon_sym_thread] = ACTIONS(3369), + [anon_sym_atomic] = ACTIONS(3369), + [sym___double_quote] = ACTIONS(3367), + [sym___single_quote] = ACTIONS(3367), + [sym___c_double_quote] = ACTIONS(3367), + [sym___c_single_quote] = ACTIONS(3367), + [sym___r_double_quote] = ACTIONS(3367), + [sym___r_single_quote] = ACTIONS(3367), }, [1339] = { [sym_line_comment] = STATE(1339), [sym_block_comment] = STATE(1339), - [sym_identifier] = ACTIONS(3387), + [sym_identifier] = ACTIONS(3377), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3387), - [anon_sym_as] = ACTIONS(3387), - [anon_sym_LBRACE] = ACTIONS(3385), - [anon_sym_COMMA] = ACTIONS(3385), - [anon_sym_RBRACE] = ACTIONS(3385), - [anon_sym_LPAREN] = ACTIONS(3385), - [anon_sym_PIPE] = ACTIONS(3387), - [anon_sym_fn] = ACTIONS(3387), - [anon_sym_PLUS] = ACTIONS(3387), - [anon_sym_DASH] = ACTIONS(3387), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_SLASH] = ACTIONS(3387), - [anon_sym_PERCENT] = ACTIONS(3385), - [anon_sym_LT] = ACTIONS(3387), - [anon_sym_GT] = ACTIONS(3387), - [anon_sym_EQ_EQ] = ACTIONS(3385), - [anon_sym_BANG_EQ] = ACTIONS(3385), - [anon_sym_LT_EQ] = ACTIONS(3385), - [anon_sym_GT_EQ] = ACTIONS(3385), - [anon_sym_LBRACK] = ACTIONS(3385), - [anon_sym_RBRACK] = ACTIONS(3385), - [anon_sym_struct] = ACTIONS(3387), - [anon_sym_mut] = ACTIONS(3387), - [anon_sym_COLON] = ACTIONS(3385), - [anon_sym_PLUS_PLUS] = ACTIONS(3385), - [anon_sym_DASH_DASH] = ACTIONS(3385), - [anon_sym_QMARK] = ACTIONS(3387), - [anon_sym_BANG] = ACTIONS(3387), - [anon_sym_go] = ACTIONS(3387), - [anon_sym_spawn] = ACTIONS(3387), - [anon_sym_json_DOTdecode] = ACTIONS(3385), - [anon_sym_LBRACK2] = ACTIONS(3387), - [anon_sym_TILDE] = ACTIONS(3385), - [anon_sym_CARET] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3387), - [anon_sym_LT_DASH] = ACTIONS(3385), - [anon_sym_LT_LT] = ACTIONS(3385), - [anon_sym_GT_GT] = ACTIONS(3387), - [anon_sym_GT_GT_GT] = ACTIONS(3385), - [anon_sym_AMP_CARET] = ACTIONS(3385), - [anon_sym_AMP_AMP] = ACTIONS(3385), - [anon_sym_PIPE_PIPE] = ACTIONS(3385), - [anon_sym_or] = ACTIONS(3387), - [sym_none] = ACTIONS(3387), - [sym_true] = ACTIONS(3387), - [sym_false] = ACTIONS(3387), - [sym_nil] = ACTIONS(3387), - [anon_sym_QMARK_DOT] = ACTIONS(3385), - [anon_sym_POUND_LBRACK] = ACTIONS(3385), - [anon_sym_if] = ACTIONS(3387), - [anon_sym_DOLLARif] = ACTIONS(3387), - [anon_sym_is] = ACTIONS(3387), - [anon_sym_BANGis] = ACTIONS(3385), - [anon_sym_in] = ACTIONS(3387), - [anon_sym_BANGin] = ACTIONS(3385), - [anon_sym_match] = ACTIONS(3387), - [anon_sym_select] = ACTIONS(3387), - [anon_sym_lock] = ACTIONS(3387), - [anon_sym_rlock] = ACTIONS(3387), - [anon_sym_unsafe] = ACTIONS(3387), - [anon_sym_sql] = ACTIONS(3387), - [sym_int_literal] = ACTIONS(3387), - [sym_float_literal] = ACTIONS(3385), - [sym_rune_literal] = ACTIONS(3385), - [sym_pseudo_compile_time_identifier] = ACTIONS(3387), - [anon_sym_shared] = ACTIONS(3387), - [anon_sym_map_LBRACK] = ACTIONS(3385), - [anon_sym_chan] = ACTIONS(3387), - [anon_sym_thread] = ACTIONS(3387), - [anon_sym_atomic] = ACTIONS(3387), - [sym___double_quote] = ACTIONS(3385), - [sym___single_quote] = ACTIONS(3385), - [sym___c_double_quote] = ACTIONS(3385), - [sym___c_single_quote] = ACTIONS(3385), - [sym___r_double_quote] = ACTIONS(3385), - [sym___r_single_quote] = ACTIONS(3385), + [anon_sym_DOT] = ACTIONS(3377), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3375), + [anon_sym_COMMA] = ACTIONS(3375), + [anon_sym_RBRACE] = ACTIONS(3375), + [anon_sym_LPAREN] = ACTIONS(3375), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3375), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3375), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3375), + [anon_sym_BANG_EQ] = ACTIONS(3375), + [anon_sym_LT_EQ] = ACTIONS(3375), + [anon_sym_GT_EQ] = ACTIONS(3375), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_RBRACK] = ACTIONS(3375), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_COLON] = ACTIONS(3375), + [anon_sym_PLUS_PLUS] = ACTIONS(3375), + [anon_sym_DASH_DASH] = ACTIONS(3375), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3375), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_CARET] = ACTIONS(3375), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3375), + [anon_sym_LT_LT] = ACTIONS(3375), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3375), + [anon_sym_AMP_CARET] = ACTIONS(3375), + [anon_sym_AMP_AMP] = ACTIONS(3375), + [anon_sym_PIPE_PIPE] = ACTIONS(3375), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3375), + [anon_sym_POUND_LBRACK] = ACTIONS(3375), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3375), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3375), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3375), + [sym_rune_literal] = ACTIONS(3375), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3375), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3375), + [sym___single_quote] = ACTIONS(3375), + [sym___c_double_quote] = ACTIONS(3375), + [sym___c_single_quote] = ACTIONS(3375), + [sym___r_double_quote] = ACTIONS(3375), + [sym___r_single_quote] = ACTIONS(3375), }, [1340] = { [sym_line_comment] = STATE(1340), [sym_block_comment] = STATE(1340), - [sym_identifier] = ACTIONS(3327), + [sym_identifier] = ACTIONS(3397), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3327), - [anon_sym_as] = ACTIONS(3327), - [anon_sym_LBRACE] = ACTIONS(3325), - [anon_sym_COMMA] = ACTIONS(3325), - [anon_sym_RBRACE] = ACTIONS(3325), - [anon_sym_LPAREN] = ACTIONS(3325), - [anon_sym_PIPE] = ACTIONS(3327), - [anon_sym_fn] = ACTIONS(3327), - [anon_sym_PLUS] = ACTIONS(3327), - [anon_sym_DASH] = ACTIONS(3327), - [anon_sym_STAR] = ACTIONS(3325), - [anon_sym_SLASH] = ACTIONS(3327), - [anon_sym_PERCENT] = ACTIONS(3325), - [anon_sym_LT] = ACTIONS(3327), - [anon_sym_GT] = ACTIONS(3327), - [anon_sym_EQ_EQ] = ACTIONS(3325), - [anon_sym_BANG_EQ] = ACTIONS(3325), - [anon_sym_LT_EQ] = ACTIONS(3325), - [anon_sym_GT_EQ] = ACTIONS(3325), - [anon_sym_LBRACK] = ACTIONS(3325), - [anon_sym_RBRACK] = ACTIONS(3325), - [anon_sym_struct] = ACTIONS(3327), - [anon_sym_mut] = ACTIONS(3327), - [anon_sym_COLON] = ACTIONS(3325), - [anon_sym_PLUS_PLUS] = ACTIONS(3325), - [anon_sym_DASH_DASH] = ACTIONS(3325), - [anon_sym_QMARK] = ACTIONS(3327), - [anon_sym_BANG] = ACTIONS(3327), - [anon_sym_go] = ACTIONS(3327), - [anon_sym_spawn] = ACTIONS(3327), - [anon_sym_json_DOTdecode] = ACTIONS(3325), - [anon_sym_LBRACK2] = ACTIONS(3327), - [anon_sym_TILDE] = ACTIONS(3325), - [anon_sym_CARET] = ACTIONS(3325), - [anon_sym_AMP] = ACTIONS(3327), - [anon_sym_LT_DASH] = ACTIONS(3325), - [anon_sym_LT_LT] = ACTIONS(3325), - [anon_sym_GT_GT] = ACTIONS(3327), - [anon_sym_GT_GT_GT] = ACTIONS(3325), - [anon_sym_AMP_CARET] = ACTIONS(3325), - [anon_sym_AMP_AMP] = ACTIONS(3325), - [anon_sym_PIPE_PIPE] = ACTIONS(3325), - [anon_sym_or] = ACTIONS(3327), - [sym_none] = ACTIONS(3327), - [sym_true] = ACTIONS(3327), - [sym_false] = ACTIONS(3327), - [sym_nil] = ACTIONS(3327), - [anon_sym_QMARK_DOT] = ACTIONS(3325), - [anon_sym_POUND_LBRACK] = ACTIONS(3325), - [anon_sym_if] = ACTIONS(3327), - [anon_sym_DOLLARif] = ACTIONS(3327), - [anon_sym_is] = ACTIONS(3327), - [anon_sym_BANGis] = ACTIONS(3325), - [anon_sym_in] = ACTIONS(3327), - [anon_sym_BANGin] = ACTIONS(3325), - [anon_sym_match] = ACTIONS(3327), - [anon_sym_select] = ACTIONS(3327), - [anon_sym_lock] = ACTIONS(3327), - [anon_sym_rlock] = ACTIONS(3327), - [anon_sym_unsafe] = ACTIONS(3327), - [anon_sym_sql] = ACTIONS(3327), - [sym_int_literal] = ACTIONS(3327), - [sym_float_literal] = ACTIONS(3325), - [sym_rune_literal] = ACTIONS(3325), - [sym_pseudo_compile_time_identifier] = ACTIONS(3327), - [anon_sym_shared] = ACTIONS(3327), - [anon_sym_map_LBRACK] = ACTIONS(3325), - [anon_sym_chan] = ACTIONS(3327), - [anon_sym_thread] = ACTIONS(3327), - [anon_sym_atomic] = ACTIONS(3327), - [sym___double_quote] = ACTIONS(3325), - [sym___single_quote] = ACTIONS(3325), - [sym___c_double_quote] = ACTIONS(3325), - [sym___c_single_quote] = ACTIONS(3325), - [sym___r_double_quote] = ACTIONS(3325), - [sym___r_single_quote] = ACTIONS(3325), + [anon_sym_DOT] = ACTIONS(3397), + [anon_sym_as] = ACTIONS(3397), + [anon_sym_LBRACE] = ACTIONS(3395), + [anon_sym_COMMA] = ACTIONS(3395), + [anon_sym_RBRACE] = ACTIONS(3395), + [anon_sym_LPAREN] = ACTIONS(3395), + [anon_sym_PIPE] = ACTIONS(3397), + [anon_sym_fn] = ACTIONS(3397), + [anon_sym_PLUS] = ACTIONS(3397), + [anon_sym_DASH] = ACTIONS(3397), + [anon_sym_STAR] = ACTIONS(3395), + [anon_sym_SLASH] = ACTIONS(3397), + [anon_sym_PERCENT] = ACTIONS(3395), + [anon_sym_LT] = ACTIONS(3397), + [anon_sym_GT] = ACTIONS(3397), + [anon_sym_EQ_EQ] = ACTIONS(3395), + [anon_sym_BANG_EQ] = ACTIONS(3395), + [anon_sym_LT_EQ] = ACTIONS(3395), + [anon_sym_GT_EQ] = ACTIONS(3395), + [anon_sym_LBRACK] = ACTIONS(3395), + [anon_sym_RBRACK] = ACTIONS(3395), + [anon_sym_struct] = ACTIONS(3397), + [anon_sym_mut] = ACTIONS(3397), + [anon_sym_COLON] = ACTIONS(3395), + [anon_sym_PLUS_PLUS] = ACTIONS(3395), + [anon_sym_DASH_DASH] = ACTIONS(3395), + [anon_sym_QMARK] = ACTIONS(3397), + [anon_sym_BANG] = ACTIONS(3397), + [anon_sym_go] = ACTIONS(3397), + [anon_sym_spawn] = ACTIONS(3397), + [anon_sym_json_DOTdecode] = ACTIONS(3395), + [anon_sym_LBRACK2] = ACTIONS(3397), + [anon_sym_TILDE] = ACTIONS(3395), + [anon_sym_CARET] = ACTIONS(3395), + [anon_sym_AMP] = ACTIONS(3397), + [anon_sym_LT_DASH] = ACTIONS(3395), + [anon_sym_LT_LT] = ACTIONS(3395), + [anon_sym_GT_GT] = ACTIONS(3397), + [anon_sym_GT_GT_GT] = ACTIONS(3395), + [anon_sym_AMP_CARET] = ACTIONS(3395), + [anon_sym_AMP_AMP] = ACTIONS(3395), + [anon_sym_PIPE_PIPE] = ACTIONS(3395), + [anon_sym_or] = ACTIONS(3397), + [sym_none] = ACTIONS(3397), + [sym_true] = ACTIONS(3397), + [sym_false] = ACTIONS(3397), + [sym_nil] = ACTIONS(3397), + [anon_sym_QMARK_DOT] = ACTIONS(3395), + [anon_sym_POUND_LBRACK] = ACTIONS(3395), + [anon_sym_if] = ACTIONS(3397), + [anon_sym_DOLLARif] = ACTIONS(3397), + [anon_sym_is] = ACTIONS(3397), + [anon_sym_BANGis] = ACTIONS(3395), + [anon_sym_in] = ACTIONS(3397), + [anon_sym_BANGin] = ACTIONS(3395), + [anon_sym_match] = ACTIONS(3397), + [anon_sym_select] = ACTIONS(3397), + [anon_sym_lock] = ACTIONS(3397), + [anon_sym_rlock] = ACTIONS(3397), + [anon_sym_unsafe] = ACTIONS(3397), + [anon_sym_sql] = ACTIONS(3397), + [sym_int_literal] = ACTIONS(3397), + [sym_float_literal] = ACTIONS(3395), + [sym_rune_literal] = ACTIONS(3395), + [sym_pseudo_compile_time_identifier] = ACTIONS(3397), + [anon_sym_shared] = ACTIONS(3397), + [anon_sym_map_LBRACK] = ACTIONS(3395), + [anon_sym_chan] = ACTIONS(3397), + [anon_sym_thread] = ACTIONS(3397), + [anon_sym_atomic] = ACTIONS(3397), + [sym___double_quote] = ACTIONS(3395), + [sym___single_quote] = ACTIONS(3395), + [sym___c_double_quote] = ACTIONS(3395), + [sym___c_single_quote] = ACTIONS(3395), + [sym___r_double_quote] = ACTIONS(3395), + [sym___r_single_quote] = ACTIONS(3395), }, [1341] = { [sym_line_comment] = STATE(1341), [sym_block_comment] = STATE(1341), - [sym_identifier] = ACTIONS(3331), + [sym_identifier] = ACTIONS(3377), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3331), - [anon_sym_as] = ACTIONS(3331), - [anon_sym_LBRACE] = ACTIONS(3329), - [anon_sym_COMMA] = ACTIONS(3329), - [anon_sym_RBRACE] = ACTIONS(3329), - [anon_sym_LPAREN] = ACTIONS(3329), - [anon_sym_PIPE] = ACTIONS(3331), - [anon_sym_fn] = ACTIONS(3331), - [anon_sym_PLUS] = ACTIONS(3331), - [anon_sym_DASH] = ACTIONS(3331), - [anon_sym_STAR] = ACTIONS(3329), - [anon_sym_SLASH] = ACTIONS(3331), - [anon_sym_PERCENT] = ACTIONS(3329), - [anon_sym_LT] = ACTIONS(3331), - [anon_sym_GT] = ACTIONS(3331), - [anon_sym_EQ_EQ] = ACTIONS(3329), - [anon_sym_BANG_EQ] = ACTIONS(3329), - [anon_sym_LT_EQ] = ACTIONS(3329), - [anon_sym_GT_EQ] = ACTIONS(3329), - [anon_sym_LBRACK] = ACTIONS(3329), - [anon_sym_RBRACK] = ACTIONS(3329), - [anon_sym_struct] = ACTIONS(3331), - [anon_sym_mut] = ACTIONS(3331), - [anon_sym_COLON] = ACTIONS(3329), - [anon_sym_PLUS_PLUS] = ACTIONS(3329), - [anon_sym_DASH_DASH] = ACTIONS(3329), - [anon_sym_QMARK] = ACTIONS(3331), - [anon_sym_BANG] = ACTIONS(3331), - [anon_sym_go] = ACTIONS(3331), - [anon_sym_spawn] = ACTIONS(3331), - [anon_sym_json_DOTdecode] = ACTIONS(3329), - [anon_sym_LBRACK2] = ACTIONS(3331), - [anon_sym_TILDE] = ACTIONS(3329), - [anon_sym_CARET] = ACTIONS(3329), - [anon_sym_AMP] = ACTIONS(3331), - [anon_sym_LT_DASH] = ACTIONS(3329), - [anon_sym_LT_LT] = ACTIONS(3329), - [anon_sym_GT_GT] = ACTIONS(3331), - [anon_sym_GT_GT_GT] = ACTIONS(3329), - [anon_sym_AMP_CARET] = ACTIONS(3329), - [anon_sym_AMP_AMP] = ACTIONS(3329), - [anon_sym_PIPE_PIPE] = ACTIONS(3329), - [anon_sym_or] = ACTIONS(3331), - [sym_none] = ACTIONS(3331), - [sym_true] = ACTIONS(3331), - [sym_false] = ACTIONS(3331), - [sym_nil] = ACTIONS(3331), - [anon_sym_QMARK_DOT] = ACTIONS(3329), - [anon_sym_POUND_LBRACK] = ACTIONS(3329), - [anon_sym_if] = ACTIONS(3331), - [anon_sym_DOLLARif] = ACTIONS(3331), - [anon_sym_is] = ACTIONS(3331), - [anon_sym_BANGis] = ACTIONS(3329), - [anon_sym_in] = ACTIONS(3331), - [anon_sym_BANGin] = ACTIONS(3329), - [anon_sym_match] = ACTIONS(3331), - [anon_sym_select] = ACTIONS(3331), - [anon_sym_lock] = ACTIONS(3331), - [anon_sym_rlock] = ACTIONS(3331), - [anon_sym_unsafe] = ACTIONS(3331), - [anon_sym_sql] = ACTIONS(3331), - [sym_int_literal] = ACTIONS(3331), - [sym_float_literal] = ACTIONS(3329), - [sym_rune_literal] = ACTIONS(3329), - [sym_pseudo_compile_time_identifier] = ACTIONS(3331), - [anon_sym_shared] = ACTIONS(3331), - [anon_sym_map_LBRACK] = ACTIONS(3329), - [anon_sym_chan] = ACTIONS(3331), - [anon_sym_thread] = ACTIONS(3331), - [anon_sym_atomic] = ACTIONS(3331), - [sym___double_quote] = ACTIONS(3329), - [sym___single_quote] = ACTIONS(3329), - [sym___c_double_quote] = ACTIONS(3329), - [sym___c_single_quote] = ACTIONS(3329), - [sym___r_double_quote] = ACTIONS(3329), - [sym___r_single_quote] = ACTIONS(3329), + [anon_sym_SEMI] = ACTIONS(3947), + [anon_sym_DOT] = ACTIONS(3399), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3375), + [anon_sym_COMMA] = ACTIONS(3375), + [anon_sym_LPAREN] = ACTIONS(3375), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3375), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3375), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3375), + [anon_sym_BANG_EQ] = ACTIONS(3375), + [anon_sym_LT_EQ] = ACTIONS(3375), + [anon_sym_GT_EQ] = ACTIONS(3375), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_RBRACK] = ACTIONS(3947), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_COLON] = ACTIONS(3947), + [anon_sym_PLUS_PLUS] = ACTIONS(3375), + [anon_sym_DASH_DASH] = ACTIONS(3375), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3375), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_CARET] = ACTIONS(3375), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3375), + [anon_sym_LT_LT] = ACTIONS(3375), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3375), + [anon_sym_AMP_CARET] = ACTIONS(3375), + [anon_sym_AMP_AMP] = ACTIONS(3375), + [anon_sym_PIPE_PIPE] = ACTIONS(3375), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3375), + [anon_sym_POUND_LBRACK] = ACTIONS(3375), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3375), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3375), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3375), + [sym_rune_literal] = ACTIONS(3375), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3375), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3375), + [sym___single_quote] = ACTIONS(3375), + [sym___c_double_quote] = ACTIONS(3375), + [sym___c_single_quote] = ACTIONS(3375), + [sym___r_double_quote] = ACTIONS(3375), + [sym___r_single_quote] = ACTIONS(3375), }, [1342] = { [sym_line_comment] = STATE(1342), [sym_block_comment] = STATE(1342), - [sym_identifier] = ACTIONS(3391), + [sym_identifier] = ACTIONS(3273), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3391), - [anon_sym_as] = ACTIONS(3391), - [anon_sym_LBRACE] = ACTIONS(3389), - [anon_sym_COMMA] = ACTIONS(3389), - [anon_sym_RBRACE] = ACTIONS(3389), - [anon_sym_LPAREN] = ACTIONS(3389), - [anon_sym_PIPE] = ACTIONS(3391), - [anon_sym_fn] = ACTIONS(3391), - [anon_sym_PLUS] = ACTIONS(3391), - [anon_sym_DASH] = ACTIONS(3391), - [anon_sym_STAR] = ACTIONS(3389), - [anon_sym_SLASH] = ACTIONS(3391), - [anon_sym_PERCENT] = ACTIONS(3389), - [anon_sym_LT] = ACTIONS(3391), - [anon_sym_GT] = ACTIONS(3391), - [anon_sym_EQ_EQ] = ACTIONS(3389), - [anon_sym_BANG_EQ] = ACTIONS(3389), - [anon_sym_LT_EQ] = ACTIONS(3389), - [anon_sym_GT_EQ] = ACTIONS(3389), - [anon_sym_LBRACK] = ACTIONS(3389), - [anon_sym_RBRACK] = ACTIONS(3389), - [anon_sym_struct] = ACTIONS(3391), - [anon_sym_mut] = ACTIONS(3391), - [anon_sym_COLON] = ACTIONS(3389), - [anon_sym_PLUS_PLUS] = ACTIONS(3389), - [anon_sym_DASH_DASH] = ACTIONS(3389), - [anon_sym_QMARK] = ACTIONS(3391), - [anon_sym_BANG] = ACTIONS(3391), - [anon_sym_go] = ACTIONS(3391), - [anon_sym_spawn] = ACTIONS(3391), - [anon_sym_json_DOTdecode] = ACTIONS(3389), - [anon_sym_LBRACK2] = ACTIONS(3391), - [anon_sym_TILDE] = ACTIONS(3389), - [anon_sym_CARET] = ACTIONS(3389), - [anon_sym_AMP] = ACTIONS(3391), - [anon_sym_LT_DASH] = ACTIONS(3389), - [anon_sym_LT_LT] = ACTIONS(3389), - [anon_sym_GT_GT] = ACTIONS(3391), - [anon_sym_GT_GT_GT] = ACTIONS(3389), - [anon_sym_AMP_CARET] = ACTIONS(3389), - [anon_sym_AMP_AMP] = ACTIONS(3389), - [anon_sym_PIPE_PIPE] = ACTIONS(3389), - [anon_sym_or] = ACTIONS(3391), - [sym_none] = ACTIONS(3391), - [sym_true] = ACTIONS(3391), - [sym_false] = ACTIONS(3391), - [sym_nil] = ACTIONS(3391), - [anon_sym_QMARK_DOT] = ACTIONS(3389), - [anon_sym_POUND_LBRACK] = ACTIONS(3389), - [anon_sym_if] = ACTIONS(3391), - [anon_sym_DOLLARif] = ACTIONS(3391), - [anon_sym_is] = ACTIONS(3391), - [anon_sym_BANGis] = ACTIONS(3389), - [anon_sym_in] = ACTIONS(3391), - [anon_sym_BANGin] = ACTIONS(3389), - [anon_sym_match] = ACTIONS(3391), - [anon_sym_select] = ACTIONS(3391), - [anon_sym_lock] = ACTIONS(3391), - [anon_sym_rlock] = ACTIONS(3391), - [anon_sym_unsafe] = ACTIONS(3391), - [anon_sym_sql] = ACTIONS(3391), - [sym_int_literal] = ACTIONS(3391), - [sym_float_literal] = ACTIONS(3389), - [sym_rune_literal] = ACTIONS(3389), - [sym_pseudo_compile_time_identifier] = ACTIONS(3391), - [anon_sym_shared] = ACTIONS(3391), - [anon_sym_map_LBRACK] = ACTIONS(3389), - [anon_sym_chan] = ACTIONS(3391), - [anon_sym_thread] = ACTIONS(3391), - [anon_sym_atomic] = ACTIONS(3391), - [sym___double_quote] = ACTIONS(3389), - [sym___single_quote] = ACTIONS(3389), - [sym___c_double_quote] = ACTIONS(3389), - [sym___c_single_quote] = ACTIONS(3389), - [sym___r_double_quote] = ACTIONS(3389), - [sym___r_single_quote] = ACTIONS(3389), + [anon_sym_DOT] = ACTIONS(3273), + [anon_sym_as] = ACTIONS(3273), + [anon_sym_LBRACE] = ACTIONS(3271), + [anon_sym_COMMA] = ACTIONS(3271), + [anon_sym_RBRACE] = ACTIONS(3271), + [anon_sym_LPAREN] = ACTIONS(3271), + [anon_sym_PIPE] = ACTIONS(3273), + [anon_sym_fn] = ACTIONS(3273), + [anon_sym_PLUS] = ACTIONS(3273), + [anon_sym_DASH] = ACTIONS(3273), + [anon_sym_STAR] = ACTIONS(3271), + [anon_sym_SLASH] = ACTIONS(3273), + [anon_sym_PERCENT] = ACTIONS(3271), + [anon_sym_LT] = ACTIONS(3273), + [anon_sym_GT] = ACTIONS(3273), + [anon_sym_EQ_EQ] = ACTIONS(3271), + [anon_sym_BANG_EQ] = ACTIONS(3271), + [anon_sym_LT_EQ] = ACTIONS(3271), + [anon_sym_GT_EQ] = ACTIONS(3271), + [anon_sym_LBRACK] = ACTIONS(3271), + [anon_sym_RBRACK] = ACTIONS(3271), + [anon_sym_struct] = ACTIONS(3273), + [anon_sym_mut] = ACTIONS(3273), + [anon_sym_COLON] = ACTIONS(3271), + [anon_sym_PLUS_PLUS] = ACTIONS(3271), + [anon_sym_DASH_DASH] = ACTIONS(3271), + [anon_sym_QMARK] = ACTIONS(3273), + [anon_sym_BANG] = ACTIONS(3273), + [anon_sym_go] = ACTIONS(3273), + [anon_sym_spawn] = ACTIONS(3273), + [anon_sym_json_DOTdecode] = ACTIONS(3271), + [anon_sym_LBRACK2] = ACTIONS(3273), + [anon_sym_TILDE] = ACTIONS(3271), + [anon_sym_CARET] = ACTIONS(3271), + [anon_sym_AMP] = ACTIONS(3273), + [anon_sym_LT_DASH] = ACTIONS(3271), + [anon_sym_LT_LT] = ACTIONS(3271), + [anon_sym_GT_GT] = ACTIONS(3273), + [anon_sym_GT_GT_GT] = ACTIONS(3271), + [anon_sym_AMP_CARET] = ACTIONS(3271), + [anon_sym_AMP_AMP] = ACTIONS(3271), + [anon_sym_PIPE_PIPE] = ACTIONS(3271), + [anon_sym_or] = ACTIONS(3273), + [sym_none] = ACTIONS(3273), + [sym_true] = ACTIONS(3273), + [sym_false] = ACTIONS(3273), + [sym_nil] = ACTIONS(3273), + [anon_sym_QMARK_DOT] = ACTIONS(3271), + [anon_sym_POUND_LBRACK] = ACTIONS(3271), + [anon_sym_if] = ACTIONS(3273), + [anon_sym_DOLLARif] = ACTIONS(3273), + [anon_sym_is] = ACTIONS(3273), + [anon_sym_BANGis] = ACTIONS(3271), + [anon_sym_in] = ACTIONS(3273), + [anon_sym_BANGin] = ACTIONS(3271), + [anon_sym_match] = ACTIONS(3273), + [anon_sym_select] = ACTIONS(3273), + [anon_sym_lock] = ACTIONS(3273), + [anon_sym_rlock] = ACTIONS(3273), + [anon_sym_unsafe] = ACTIONS(3273), + [anon_sym_sql] = ACTIONS(3273), + [sym_int_literal] = ACTIONS(3273), + [sym_float_literal] = ACTIONS(3271), + [sym_rune_literal] = ACTIONS(3271), + [sym_pseudo_compile_time_identifier] = ACTIONS(3273), + [anon_sym_shared] = ACTIONS(3273), + [anon_sym_map_LBRACK] = ACTIONS(3271), + [anon_sym_chan] = ACTIONS(3273), + [anon_sym_thread] = ACTIONS(3273), + [anon_sym_atomic] = ACTIONS(3273), + [sym___double_quote] = ACTIONS(3271), + [sym___single_quote] = ACTIONS(3271), + [sym___c_double_quote] = ACTIONS(3271), + [sym___c_single_quote] = ACTIONS(3271), + [sym___r_double_quote] = ACTIONS(3271), + [sym___r_single_quote] = ACTIONS(3271), }, [1343] = { [sym_line_comment] = STATE(1343), [sym_block_comment] = STATE(1343), - [sym_identifier] = ACTIONS(3435), + [sym_identifier] = ACTIONS(3023), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(3941), - [anon_sym_DOT] = ACTIONS(3441), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3433), - [anon_sym_COMMA] = ACTIONS(3433), - [anon_sym_LPAREN] = ACTIONS(3433), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3433), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3433), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3433), - [anon_sym_BANG_EQ] = ACTIONS(3433), - [anon_sym_LT_EQ] = ACTIONS(3433), - [anon_sym_GT_EQ] = ACTIONS(3433), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_RBRACK] = ACTIONS(3941), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_COLON] = ACTIONS(3941), - [anon_sym_PLUS_PLUS] = ACTIONS(3433), - [anon_sym_DASH_DASH] = ACTIONS(3433), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3433), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3433), - [anon_sym_CARET] = ACTIONS(3433), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3433), - [anon_sym_LT_LT] = ACTIONS(3433), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3433), - [anon_sym_AMP_CARET] = ACTIONS(3433), - [anon_sym_AMP_AMP] = ACTIONS(3433), - [anon_sym_PIPE_PIPE] = ACTIONS(3433), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3433), - [anon_sym_POUND_LBRACK] = ACTIONS(3433), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3433), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3433), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3433), - [sym_rune_literal] = ACTIONS(3433), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3433), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3433), - [sym___single_quote] = ACTIONS(3433), - [sym___c_double_quote] = ACTIONS(3433), - [sym___c_single_quote] = ACTIONS(3433), - [sym___r_double_quote] = ACTIONS(3433), - [sym___r_single_quote] = ACTIONS(3433), + [anon_sym_DOT] = ACTIONS(3023), + [anon_sym_as] = ACTIONS(3023), + [anon_sym_LBRACE] = ACTIONS(3021), + [anon_sym_COMMA] = ACTIONS(3021), + [anon_sym_RBRACE] = ACTIONS(3021), + [anon_sym_LPAREN] = ACTIONS(3021), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3021), + [anon_sym_SLASH] = ACTIONS(3023), + [anon_sym_PERCENT] = ACTIONS(3021), + [anon_sym_LT] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(3023), + [anon_sym_EQ_EQ] = ACTIONS(3021), + [anon_sym_BANG_EQ] = ACTIONS(3021), + [anon_sym_LT_EQ] = ACTIONS(3021), + [anon_sym_GT_EQ] = ACTIONS(3021), + [anon_sym_LBRACK] = ACTIONS(3021), + [anon_sym_RBRACK] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_mut] = ACTIONS(3023), + [anon_sym_COLON] = ACTIONS(3021), + [anon_sym_PLUS_PLUS] = ACTIONS(3021), + [anon_sym_DASH_DASH] = ACTIONS(3021), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_go] = ACTIONS(3023), + [anon_sym_spawn] = ACTIONS(3023), + [anon_sym_json_DOTdecode] = ACTIONS(3021), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3021), + [anon_sym_CARET] = ACTIONS(3021), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_DASH] = ACTIONS(3021), + [anon_sym_LT_LT] = ACTIONS(3021), + [anon_sym_GT_GT] = ACTIONS(3023), + [anon_sym_GT_GT_GT] = ACTIONS(3021), + [anon_sym_AMP_CARET] = ACTIONS(3021), + [anon_sym_AMP_AMP] = ACTIONS(3021), + [anon_sym_PIPE_PIPE] = ACTIONS(3021), + [anon_sym_or] = ACTIONS(3023), + [sym_none] = ACTIONS(3023), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_nil] = ACTIONS(3023), + [anon_sym_QMARK_DOT] = ACTIONS(3021), + [anon_sym_POUND_LBRACK] = ACTIONS(3021), + [anon_sym_if] = ACTIONS(3023), + [anon_sym_DOLLARif] = ACTIONS(3023), + [anon_sym_is] = ACTIONS(3023), + [anon_sym_BANGis] = ACTIONS(3021), + [anon_sym_in] = ACTIONS(3023), + [anon_sym_BANGin] = ACTIONS(3021), + [anon_sym_match] = ACTIONS(3023), + [anon_sym_select] = ACTIONS(3023), + [anon_sym_lock] = ACTIONS(3023), + [anon_sym_rlock] = ACTIONS(3023), + [anon_sym_unsafe] = ACTIONS(3023), + [anon_sym_sql] = ACTIONS(3023), + [sym_int_literal] = ACTIONS(3023), + [sym_float_literal] = ACTIONS(3021), + [sym_rune_literal] = ACTIONS(3021), + [sym_pseudo_compile_time_identifier] = ACTIONS(3023), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3021), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), + [sym___double_quote] = ACTIONS(3021), + [sym___single_quote] = ACTIONS(3021), + [sym___c_double_quote] = ACTIONS(3021), + [sym___c_single_quote] = ACTIONS(3021), + [sym___r_double_quote] = ACTIONS(3021), + [sym___r_single_quote] = ACTIONS(3021), }, [1344] = { [sym_line_comment] = STATE(1344), [sym_block_comment] = STATE(1344), - [sym_identifier] = ACTIONS(3259), + [sym_identifier] = ACTIONS(3019), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_as] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(3257), - [anon_sym_COMMA] = ACTIONS(3257), - [anon_sym_RBRACE] = ACTIONS(3257), - [anon_sym_LPAREN] = ACTIONS(3257), - [anon_sym_PIPE] = ACTIONS(3259), - [anon_sym_fn] = ACTIONS(3259), - [anon_sym_PLUS] = ACTIONS(3259), - [anon_sym_DASH] = ACTIONS(3259), - [anon_sym_STAR] = ACTIONS(3257), - [anon_sym_SLASH] = ACTIONS(3259), - [anon_sym_PERCENT] = ACTIONS(3257), - [anon_sym_LT] = ACTIONS(3259), - [anon_sym_GT] = ACTIONS(3259), - [anon_sym_EQ_EQ] = ACTIONS(3257), - [anon_sym_BANG_EQ] = ACTIONS(3257), - [anon_sym_LT_EQ] = ACTIONS(3257), - [anon_sym_GT_EQ] = ACTIONS(3257), - [anon_sym_LBRACK] = ACTIONS(3257), - [anon_sym_RBRACK] = ACTIONS(3257), - [anon_sym_struct] = ACTIONS(3259), - [anon_sym_mut] = ACTIONS(3259), - [anon_sym_COLON] = ACTIONS(3257), - [anon_sym_PLUS_PLUS] = ACTIONS(3257), - [anon_sym_DASH_DASH] = ACTIONS(3257), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3259), - [anon_sym_go] = ACTIONS(3259), - [anon_sym_spawn] = ACTIONS(3259), - [anon_sym_json_DOTdecode] = ACTIONS(3257), - [anon_sym_LBRACK2] = ACTIONS(3259), - [anon_sym_TILDE] = ACTIONS(3257), - [anon_sym_CARET] = ACTIONS(3257), - [anon_sym_AMP] = ACTIONS(3259), - [anon_sym_LT_DASH] = ACTIONS(3257), - [anon_sym_LT_LT] = ACTIONS(3257), - [anon_sym_GT_GT] = ACTIONS(3259), - [anon_sym_GT_GT_GT] = ACTIONS(3257), - [anon_sym_AMP_CARET] = ACTIONS(3257), - [anon_sym_AMP_AMP] = ACTIONS(3257), - [anon_sym_PIPE_PIPE] = ACTIONS(3257), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(3259), - [sym_true] = ACTIONS(3259), - [sym_false] = ACTIONS(3259), - [sym_nil] = ACTIONS(3259), - [anon_sym_QMARK_DOT] = ACTIONS(3257), - [anon_sym_POUND_LBRACK] = ACTIONS(3257), - [anon_sym_if] = ACTIONS(3259), - [anon_sym_DOLLARif] = ACTIONS(3259), - [anon_sym_is] = ACTIONS(3259), - [anon_sym_BANGis] = ACTIONS(3257), - [anon_sym_in] = ACTIONS(3259), - [anon_sym_BANGin] = ACTIONS(3257), - [anon_sym_match] = ACTIONS(3259), - [anon_sym_select] = ACTIONS(3259), - [anon_sym_lock] = ACTIONS(3259), - [anon_sym_rlock] = ACTIONS(3259), - [anon_sym_unsafe] = ACTIONS(3259), - [anon_sym_sql] = ACTIONS(3259), - [sym_int_literal] = ACTIONS(3259), - [sym_float_literal] = ACTIONS(3257), - [sym_rune_literal] = ACTIONS(3257), - [sym_pseudo_compile_time_identifier] = ACTIONS(3259), - [anon_sym_shared] = ACTIONS(3259), - [anon_sym_map_LBRACK] = ACTIONS(3257), - [anon_sym_chan] = ACTIONS(3259), - [anon_sym_thread] = ACTIONS(3259), - [anon_sym_atomic] = ACTIONS(3259), - [sym___double_quote] = ACTIONS(3257), - [sym___single_quote] = ACTIONS(3257), - [sym___c_double_quote] = ACTIONS(3257), - [sym___c_single_quote] = ACTIONS(3257), - [sym___r_double_quote] = ACTIONS(3257), - [sym___r_single_quote] = ACTIONS(3257), + [anon_sym_DOT] = ACTIONS(3019), + [anon_sym_as] = ACTIONS(3019), + [anon_sym_LBRACE] = ACTIONS(3017), + [anon_sym_COMMA] = ACTIONS(3017), + [anon_sym_RBRACE] = ACTIONS(3017), + [anon_sym_LPAREN] = ACTIONS(3017), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3017), + [anon_sym_SLASH] = ACTIONS(3019), + [anon_sym_PERCENT] = ACTIONS(3017), + [anon_sym_LT] = ACTIONS(3019), + [anon_sym_GT] = ACTIONS(3019), + [anon_sym_EQ_EQ] = ACTIONS(3017), + [anon_sym_BANG_EQ] = ACTIONS(3017), + [anon_sym_LT_EQ] = ACTIONS(3017), + [anon_sym_GT_EQ] = ACTIONS(3017), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_RBRACK] = ACTIONS(3017), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_mut] = ACTIONS(3019), + [anon_sym_COLON] = ACTIONS(3017), + [anon_sym_PLUS_PLUS] = ACTIONS(3017), + [anon_sym_DASH_DASH] = ACTIONS(3017), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_go] = ACTIONS(3019), + [anon_sym_spawn] = ACTIONS(3019), + [anon_sym_json_DOTdecode] = ACTIONS(3017), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_TILDE] = ACTIONS(3017), + [anon_sym_CARET] = ACTIONS(3017), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_DASH] = ACTIONS(3017), + [anon_sym_LT_LT] = ACTIONS(3017), + [anon_sym_GT_GT] = ACTIONS(3019), + [anon_sym_GT_GT_GT] = ACTIONS(3017), + [anon_sym_AMP_CARET] = ACTIONS(3017), + [anon_sym_AMP_AMP] = ACTIONS(3017), + [anon_sym_PIPE_PIPE] = ACTIONS(3017), + [anon_sym_or] = ACTIONS(3019), + [sym_none] = ACTIONS(3019), + [sym_true] = ACTIONS(3019), + [sym_false] = ACTIONS(3019), + [sym_nil] = ACTIONS(3019), + [anon_sym_QMARK_DOT] = ACTIONS(3017), + [anon_sym_POUND_LBRACK] = ACTIONS(3017), + [anon_sym_if] = ACTIONS(3019), + [anon_sym_DOLLARif] = ACTIONS(3019), + [anon_sym_is] = ACTIONS(3019), + [anon_sym_BANGis] = ACTIONS(3017), + [anon_sym_in] = ACTIONS(3019), + [anon_sym_BANGin] = ACTIONS(3017), + [anon_sym_match] = ACTIONS(3019), + [anon_sym_select] = ACTIONS(3019), + [anon_sym_lock] = ACTIONS(3019), + [anon_sym_rlock] = ACTIONS(3019), + [anon_sym_unsafe] = ACTIONS(3019), + [anon_sym_sql] = ACTIONS(3019), + [sym_int_literal] = ACTIONS(3019), + [sym_float_literal] = ACTIONS(3017), + [sym_rune_literal] = ACTIONS(3017), + [sym_pseudo_compile_time_identifier] = ACTIONS(3019), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3017), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), + [sym___double_quote] = ACTIONS(3017), + [sym___single_quote] = ACTIONS(3017), + [sym___c_double_quote] = ACTIONS(3017), + [sym___c_single_quote] = ACTIONS(3017), + [sym___r_double_quote] = ACTIONS(3017), + [sym___r_single_quote] = ACTIONS(3017), }, [1345] = { [sym_line_comment] = STATE(1345), [sym_block_comment] = STATE(1345), - [sym_identifier] = ACTIONS(3263), + [sym_identifier] = ACTIONS(3293), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3263), - [anon_sym_as] = ACTIONS(3263), - [anon_sym_LBRACE] = ACTIONS(3261), - [anon_sym_COMMA] = ACTIONS(3261), - [anon_sym_RBRACE] = ACTIONS(3261), - [anon_sym_LPAREN] = ACTIONS(3261), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_fn] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(3263), - [anon_sym_DASH] = ACTIONS(3263), - [anon_sym_STAR] = ACTIONS(3261), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3261), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_EQ_EQ] = ACTIONS(3261), - [anon_sym_BANG_EQ] = ACTIONS(3261), - [anon_sym_LT_EQ] = ACTIONS(3261), - [anon_sym_GT_EQ] = ACTIONS(3261), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_RBRACK] = ACTIONS(3261), - [anon_sym_struct] = ACTIONS(3263), - [anon_sym_mut] = ACTIONS(3263), - [anon_sym_COLON] = ACTIONS(3261), - [anon_sym_PLUS_PLUS] = ACTIONS(3261), - [anon_sym_DASH_DASH] = ACTIONS(3261), - [anon_sym_QMARK] = ACTIONS(3263), - [anon_sym_BANG] = ACTIONS(3263), - [anon_sym_go] = ACTIONS(3263), - [anon_sym_spawn] = ACTIONS(3263), - [anon_sym_json_DOTdecode] = ACTIONS(3261), - [anon_sym_LBRACK2] = ACTIONS(3263), - [anon_sym_TILDE] = ACTIONS(3261), - [anon_sym_CARET] = ACTIONS(3261), - [anon_sym_AMP] = ACTIONS(3263), - [anon_sym_LT_DASH] = ACTIONS(3261), - [anon_sym_LT_LT] = ACTIONS(3261), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_GT_GT_GT] = ACTIONS(3261), - [anon_sym_AMP_CARET] = ACTIONS(3261), - [anon_sym_AMP_AMP] = ACTIONS(3261), - [anon_sym_PIPE_PIPE] = ACTIONS(3261), - [anon_sym_or] = ACTIONS(3263), - [sym_none] = ACTIONS(3263), - [sym_true] = ACTIONS(3263), - [sym_false] = ACTIONS(3263), - [sym_nil] = ACTIONS(3263), - [anon_sym_QMARK_DOT] = ACTIONS(3261), - [anon_sym_POUND_LBRACK] = ACTIONS(3261), - [anon_sym_if] = ACTIONS(3263), - [anon_sym_DOLLARif] = ACTIONS(3263), - [anon_sym_is] = ACTIONS(3263), - [anon_sym_BANGis] = ACTIONS(3261), - [anon_sym_in] = ACTIONS(3263), - [anon_sym_BANGin] = ACTIONS(3261), - [anon_sym_match] = ACTIONS(3263), - [anon_sym_select] = ACTIONS(3263), - [anon_sym_lock] = ACTIONS(3263), - [anon_sym_rlock] = ACTIONS(3263), - [anon_sym_unsafe] = ACTIONS(3263), - [anon_sym_sql] = ACTIONS(3263), - [sym_int_literal] = ACTIONS(3263), - [sym_float_literal] = ACTIONS(3261), - [sym_rune_literal] = ACTIONS(3261), - [sym_pseudo_compile_time_identifier] = ACTIONS(3263), - [anon_sym_shared] = ACTIONS(3263), - [anon_sym_map_LBRACK] = ACTIONS(3261), - [anon_sym_chan] = ACTIONS(3263), - [anon_sym_thread] = ACTIONS(3263), - [anon_sym_atomic] = ACTIONS(3263), - [sym___double_quote] = ACTIONS(3261), - [sym___single_quote] = ACTIONS(3261), - [sym___c_double_quote] = ACTIONS(3261), - [sym___c_single_quote] = ACTIONS(3261), - [sym___r_double_quote] = ACTIONS(3261), - [sym___r_single_quote] = ACTIONS(3261), + [anon_sym_DOT] = ACTIONS(3293), + [anon_sym_as] = ACTIONS(3293), + [anon_sym_LBRACE] = ACTIONS(3291), + [anon_sym_COMMA] = ACTIONS(3291), + [anon_sym_RBRACE] = ACTIONS(3291), + [anon_sym_LPAREN] = ACTIONS(3291), + [anon_sym_PIPE] = ACTIONS(3293), + [anon_sym_fn] = ACTIONS(3293), + [anon_sym_PLUS] = ACTIONS(3293), + [anon_sym_DASH] = ACTIONS(3293), + [anon_sym_STAR] = ACTIONS(3291), + [anon_sym_SLASH] = ACTIONS(3293), + [anon_sym_PERCENT] = ACTIONS(3291), + [anon_sym_LT] = ACTIONS(3293), + [anon_sym_GT] = ACTIONS(3293), + [anon_sym_EQ_EQ] = ACTIONS(3291), + [anon_sym_BANG_EQ] = ACTIONS(3291), + [anon_sym_LT_EQ] = ACTIONS(3291), + [anon_sym_GT_EQ] = ACTIONS(3291), + [anon_sym_LBRACK] = ACTIONS(3291), + [anon_sym_RBRACK] = ACTIONS(3291), + [anon_sym_struct] = ACTIONS(3293), + [anon_sym_mut] = ACTIONS(3293), + [anon_sym_COLON] = ACTIONS(3291), + [anon_sym_PLUS_PLUS] = ACTIONS(3291), + [anon_sym_DASH_DASH] = ACTIONS(3291), + [anon_sym_QMARK] = ACTIONS(3293), + [anon_sym_BANG] = ACTIONS(3293), + [anon_sym_go] = ACTIONS(3293), + [anon_sym_spawn] = ACTIONS(3293), + [anon_sym_json_DOTdecode] = ACTIONS(3291), + [anon_sym_LBRACK2] = ACTIONS(3293), + [anon_sym_TILDE] = ACTIONS(3291), + [anon_sym_CARET] = ACTIONS(3291), + [anon_sym_AMP] = ACTIONS(3293), + [anon_sym_LT_DASH] = ACTIONS(3291), + [anon_sym_LT_LT] = ACTIONS(3291), + [anon_sym_GT_GT] = ACTIONS(3293), + [anon_sym_GT_GT_GT] = ACTIONS(3291), + [anon_sym_AMP_CARET] = ACTIONS(3291), + [anon_sym_AMP_AMP] = ACTIONS(3291), + [anon_sym_PIPE_PIPE] = ACTIONS(3291), + [anon_sym_or] = ACTIONS(3293), + [sym_none] = ACTIONS(3293), + [sym_true] = ACTIONS(3293), + [sym_false] = ACTIONS(3293), + [sym_nil] = ACTIONS(3293), + [anon_sym_QMARK_DOT] = ACTIONS(3291), + [anon_sym_POUND_LBRACK] = ACTIONS(3291), + [anon_sym_if] = ACTIONS(3293), + [anon_sym_DOLLARif] = ACTIONS(3293), + [anon_sym_is] = ACTIONS(3293), + [anon_sym_BANGis] = ACTIONS(3291), + [anon_sym_in] = ACTIONS(3293), + [anon_sym_BANGin] = ACTIONS(3291), + [anon_sym_match] = ACTIONS(3293), + [anon_sym_select] = ACTIONS(3293), + [anon_sym_lock] = ACTIONS(3293), + [anon_sym_rlock] = ACTIONS(3293), + [anon_sym_unsafe] = ACTIONS(3293), + [anon_sym_sql] = ACTIONS(3293), + [sym_int_literal] = ACTIONS(3293), + [sym_float_literal] = ACTIONS(3291), + [sym_rune_literal] = ACTIONS(3291), + [sym_pseudo_compile_time_identifier] = ACTIONS(3293), + [anon_sym_shared] = ACTIONS(3293), + [anon_sym_map_LBRACK] = ACTIONS(3291), + [anon_sym_chan] = ACTIONS(3293), + [anon_sym_thread] = ACTIONS(3293), + [anon_sym_atomic] = ACTIONS(3293), + [sym___double_quote] = ACTIONS(3291), + [sym___single_quote] = ACTIONS(3291), + [sym___c_double_quote] = ACTIONS(3291), + [sym___c_single_quote] = ACTIONS(3291), + [sym___r_double_quote] = ACTIONS(3291), + [sym___r_single_quote] = ACTIONS(3291), }, [1346] = { [sym_line_comment] = STATE(1346), [sym_block_comment] = STATE(1346), - [sym_identifier] = ACTIONS(3403), + [sym_identifier] = ACTIONS(3289), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3403), - [anon_sym_as] = ACTIONS(3403), - [anon_sym_LBRACE] = ACTIONS(3401), - [anon_sym_COMMA] = ACTIONS(3401), - [anon_sym_RBRACE] = ACTIONS(3401), - [anon_sym_LPAREN] = ACTIONS(3401), - [anon_sym_PIPE] = ACTIONS(3403), - [anon_sym_fn] = ACTIONS(3403), - [anon_sym_PLUS] = ACTIONS(3403), - [anon_sym_DASH] = ACTIONS(3403), - [anon_sym_STAR] = ACTIONS(3401), - [anon_sym_SLASH] = ACTIONS(3403), - [anon_sym_PERCENT] = ACTIONS(3401), - [anon_sym_LT] = ACTIONS(3403), - [anon_sym_GT] = ACTIONS(3403), - [anon_sym_EQ_EQ] = ACTIONS(3401), - [anon_sym_BANG_EQ] = ACTIONS(3401), - [anon_sym_LT_EQ] = ACTIONS(3401), - [anon_sym_GT_EQ] = ACTIONS(3401), - [anon_sym_LBRACK] = ACTIONS(3401), - [anon_sym_RBRACK] = ACTIONS(3401), - [anon_sym_struct] = ACTIONS(3403), - [anon_sym_mut] = ACTIONS(3403), - [anon_sym_COLON] = ACTIONS(3401), - [anon_sym_PLUS_PLUS] = ACTIONS(3401), - [anon_sym_DASH_DASH] = ACTIONS(3401), - [anon_sym_QMARK] = ACTIONS(3403), - [anon_sym_BANG] = ACTIONS(3403), - [anon_sym_go] = ACTIONS(3403), - [anon_sym_spawn] = ACTIONS(3403), - [anon_sym_json_DOTdecode] = ACTIONS(3401), - [anon_sym_LBRACK2] = ACTIONS(3403), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_CARET] = ACTIONS(3401), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_LT_DASH] = ACTIONS(3401), - [anon_sym_LT_LT] = ACTIONS(3401), - [anon_sym_GT_GT] = ACTIONS(3403), - [anon_sym_GT_GT_GT] = ACTIONS(3401), - [anon_sym_AMP_CARET] = ACTIONS(3401), - [anon_sym_AMP_AMP] = ACTIONS(3401), - [anon_sym_PIPE_PIPE] = ACTIONS(3401), - [anon_sym_or] = ACTIONS(3403), - [sym_none] = ACTIONS(3403), - [sym_true] = ACTIONS(3403), - [sym_false] = ACTIONS(3403), - [sym_nil] = ACTIONS(3403), - [anon_sym_QMARK_DOT] = ACTIONS(3401), - [anon_sym_POUND_LBRACK] = ACTIONS(3401), - [anon_sym_if] = ACTIONS(3403), - [anon_sym_DOLLARif] = ACTIONS(3403), - [anon_sym_is] = ACTIONS(3403), - [anon_sym_BANGis] = ACTIONS(3401), - [anon_sym_in] = ACTIONS(3403), - [anon_sym_BANGin] = ACTIONS(3401), - [anon_sym_match] = ACTIONS(3403), - [anon_sym_select] = ACTIONS(3403), - [anon_sym_lock] = ACTIONS(3403), - [anon_sym_rlock] = ACTIONS(3403), - [anon_sym_unsafe] = ACTIONS(3403), - [anon_sym_sql] = ACTIONS(3403), - [sym_int_literal] = ACTIONS(3403), - [sym_float_literal] = ACTIONS(3401), - [sym_rune_literal] = ACTIONS(3401), - [sym_pseudo_compile_time_identifier] = ACTIONS(3403), - [anon_sym_shared] = ACTIONS(3403), - [anon_sym_map_LBRACK] = ACTIONS(3401), - [anon_sym_chan] = ACTIONS(3403), - [anon_sym_thread] = ACTIONS(3403), - [anon_sym_atomic] = ACTIONS(3403), - [sym___double_quote] = ACTIONS(3401), - [sym___single_quote] = ACTIONS(3401), - [sym___c_double_quote] = ACTIONS(3401), - [sym___c_single_quote] = ACTIONS(3401), - [sym___r_double_quote] = ACTIONS(3401), - [sym___r_single_quote] = ACTIONS(3401), + [anon_sym_DOT] = ACTIONS(3289), + [anon_sym_as] = ACTIONS(3289), + [anon_sym_LBRACE] = ACTIONS(3287), + [anon_sym_COMMA] = ACTIONS(3287), + [anon_sym_RBRACE] = ACTIONS(3287), + [anon_sym_LPAREN] = ACTIONS(3287), + [anon_sym_PIPE] = ACTIONS(3289), + [anon_sym_fn] = ACTIONS(3289), + [anon_sym_PLUS] = ACTIONS(3289), + [anon_sym_DASH] = ACTIONS(3289), + [anon_sym_STAR] = ACTIONS(3287), + [anon_sym_SLASH] = ACTIONS(3289), + [anon_sym_PERCENT] = ACTIONS(3287), + [anon_sym_LT] = ACTIONS(3289), + [anon_sym_GT] = ACTIONS(3289), + [anon_sym_EQ_EQ] = ACTIONS(3287), + [anon_sym_BANG_EQ] = ACTIONS(3287), + [anon_sym_LT_EQ] = ACTIONS(3287), + [anon_sym_GT_EQ] = ACTIONS(3287), + [anon_sym_LBRACK] = ACTIONS(3287), + [anon_sym_RBRACK] = ACTIONS(3287), + [anon_sym_struct] = ACTIONS(3289), + [anon_sym_mut] = ACTIONS(3289), + [anon_sym_COLON] = ACTIONS(3287), + [anon_sym_PLUS_PLUS] = ACTIONS(3287), + [anon_sym_DASH_DASH] = ACTIONS(3287), + [anon_sym_QMARK] = ACTIONS(3289), + [anon_sym_BANG] = ACTIONS(3289), + [anon_sym_go] = ACTIONS(3289), + [anon_sym_spawn] = ACTIONS(3289), + [anon_sym_json_DOTdecode] = ACTIONS(3287), + [anon_sym_LBRACK2] = ACTIONS(3289), + [anon_sym_TILDE] = ACTIONS(3287), + [anon_sym_CARET] = ACTIONS(3287), + [anon_sym_AMP] = ACTIONS(3289), + [anon_sym_LT_DASH] = ACTIONS(3287), + [anon_sym_LT_LT] = ACTIONS(3287), + [anon_sym_GT_GT] = ACTIONS(3289), + [anon_sym_GT_GT_GT] = ACTIONS(3287), + [anon_sym_AMP_CARET] = ACTIONS(3287), + [anon_sym_AMP_AMP] = ACTIONS(3287), + [anon_sym_PIPE_PIPE] = ACTIONS(3287), + [anon_sym_or] = ACTIONS(3289), + [sym_none] = ACTIONS(3289), + [sym_true] = ACTIONS(3289), + [sym_false] = ACTIONS(3289), + [sym_nil] = ACTIONS(3289), + [anon_sym_QMARK_DOT] = ACTIONS(3287), + [anon_sym_POUND_LBRACK] = ACTIONS(3287), + [anon_sym_if] = ACTIONS(3289), + [anon_sym_DOLLARif] = ACTIONS(3289), + [anon_sym_is] = ACTIONS(3289), + [anon_sym_BANGis] = ACTIONS(3287), + [anon_sym_in] = ACTIONS(3289), + [anon_sym_BANGin] = ACTIONS(3287), + [anon_sym_match] = ACTIONS(3289), + [anon_sym_select] = ACTIONS(3289), + [anon_sym_lock] = ACTIONS(3289), + [anon_sym_rlock] = ACTIONS(3289), + [anon_sym_unsafe] = ACTIONS(3289), + [anon_sym_sql] = ACTIONS(3289), + [sym_int_literal] = ACTIONS(3289), + [sym_float_literal] = ACTIONS(3287), + [sym_rune_literal] = ACTIONS(3287), + [sym_pseudo_compile_time_identifier] = ACTIONS(3289), + [anon_sym_shared] = ACTIONS(3289), + [anon_sym_map_LBRACK] = ACTIONS(3287), + [anon_sym_chan] = ACTIONS(3289), + [anon_sym_thread] = ACTIONS(3289), + [anon_sym_atomic] = ACTIONS(3289), + [sym___double_quote] = ACTIONS(3287), + [sym___single_quote] = ACTIONS(3287), + [sym___c_double_quote] = ACTIONS(3287), + [sym___c_single_quote] = ACTIONS(3287), + [sym___r_double_quote] = ACTIONS(3287), + [sym___r_single_quote] = ACTIONS(3287), }, [1347] = { [sym_line_comment] = STATE(1347), [sym_block_comment] = STATE(1347), - [sym_identifier] = ACTIONS(3379), + [sym_identifier] = ACTIONS(3349), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3379), - [anon_sym_as] = ACTIONS(3379), - [anon_sym_LBRACE] = ACTIONS(3377), - [anon_sym_COMMA] = ACTIONS(3377), - [anon_sym_RBRACE] = ACTIONS(3377), - [anon_sym_LPAREN] = ACTIONS(3377), - [anon_sym_PIPE] = ACTIONS(3379), - [anon_sym_fn] = ACTIONS(3379), - [anon_sym_PLUS] = ACTIONS(3379), - [anon_sym_DASH] = ACTIONS(3379), - [anon_sym_STAR] = ACTIONS(3377), - [anon_sym_SLASH] = ACTIONS(3379), - [anon_sym_PERCENT] = ACTIONS(3377), - [anon_sym_LT] = ACTIONS(3379), - [anon_sym_GT] = ACTIONS(3379), - [anon_sym_EQ_EQ] = ACTIONS(3377), - [anon_sym_BANG_EQ] = ACTIONS(3377), - [anon_sym_LT_EQ] = ACTIONS(3377), - [anon_sym_GT_EQ] = ACTIONS(3377), - [anon_sym_LBRACK] = ACTIONS(3377), - [anon_sym_RBRACK] = ACTIONS(3377), - [anon_sym_struct] = ACTIONS(3379), - [anon_sym_mut] = ACTIONS(3379), - [anon_sym_COLON] = ACTIONS(3377), - [anon_sym_PLUS_PLUS] = ACTIONS(3377), - [anon_sym_DASH_DASH] = ACTIONS(3377), - [anon_sym_QMARK] = ACTIONS(3379), - [anon_sym_BANG] = ACTIONS(3379), - [anon_sym_go] = ACTIONS(3379), - [anon_sym_spawn] = ACTIONS(3379), - [anon_sym_json_DOTdecode] = ACTIONS(3377), - [anon_sym_LBRACK2] = ACTIONS(3379), - [anon_sym_TILDE] = ACTIONS(3377), - [anon_sym_CARET] = ACTIONS(3377), - [anon_sym_AMP] = ACTIONS(3379), - [anon_sym_LT_DASH] = ACTIONS(3377), - [anon_sym_LT_LT] = ACTIONS(3377), - [anon_sym_GT_GT] = ACTIONS(3379), - [anon_sym_GT_GT_GT] = ACTIONS(3377), - [anon_sym_AMP_CARET] = ACTIONS(3377), - [anon_sym_AMP_AMP] = ACTIONS(3377), - [anon_sym_PIPE_PIPE] = ACTIONS(3377), - [anon_sym_or] = ACTIONS(3379), - [sym_none] = ACTIONS(3379), - [sym_true] = ACTIONS(3379), - [sym_false] = ACTIONS(3379), - [sym_nil] = ACTIONS(3379), - [anon_sym_QMARK_DOT] = ACTIONS(3377), - [anon_sym_POUND_LBRACK] = ACTIONS(3377), - [anon_sym_if] = ACTIONS(3379), - [anon_sym_DOLLARif] = ACTIONS(3379), - [anon_sym_is] = ACTIONS(3379), - [anon_sym_BANGis] = ACTIONS(3377), - [anon_sym_in] = ACTIONS(3379), - [anon_sym_BANGin] = ACTIONS(3377), - [anon_sym_match] = ACTIONS(3379), - [anon_sym_select] = ACTIONS(3379), - [anon_sym_lock] = ACTIONS(3379), - [anon_sym_rlock] = ACTIONS(3379), - [anon_sym_unsafe] = ACTIONS(3379), - [anon_sym_sql] = ACTIONS(3379), - [sym_int_literal] = ACTIONS(3379), - [sym_float_literal] = ACTIONS(3377), - [sym_rune_literal] = ACTIONS(3377), - [sym_pseudo_compile_time_identifier] = ACTIONS(3379), - [anon_sym_shared] = ACTIONS(3379), - [anon_sym_map_LBRACK] = ACTIONS(3377), - [anon_sym_chan] = ACTIONS(3379), - [anon_sym_thread] = ACTIONS(3379), - [anon_sym_atomic] = ACTIONS(3379), - [sym___double_quote] = ACTIONS(3377), - [sym___single_quote] = ACTIONS(3377), - [sym___c_double_quote] = ACTIONS(3377), - [sym___c_single_quote] = ACTIONS(3377), - [sym___r_double_quote] = ACTIONS(3377), - [sym___r_single_quote] = ACTIONS(3377), + [anon_sym_DOT] = ACTIONS(3349), + [anon_sym_as] = ACTIONS(3349), + [anon_sym_LBRACE] = ACTIONS(3347), + [anon_sym_COMMA] = ACTIONS(3347), + [anon_sym_RBRACE] = ACTIONS(3347), + [anon_sym_LPAREN] = ACTIONS(3347), + [anon_sym_PIPE] = ACTIONS(3349), + [anon_sym_fn] = ACTIONS(3349), + [anon_sym_PLUS] = ACTIONS(3349), + [anon_sym_DASH] = ACTIONS(3349), + [anon_sym_STAR] = ACTIONS(3347), + [anon_sym_SLASH] = ACTIONS(3349), + [anon_sym_PERCENT] = ACTIONS(3347), + [anon_sym_LT] = ACTIONS(3349), + [anon_sym_GT] = ACTIONS(3349), + [anon_sym_EQ_EQ] = ACTIONS(3347), + [anon_sym_BANG_EQ] = ACTIONS(3347), + [anon_sym_LT_EQ] = ACTIONS(3347), + [anon_sym_GT_EQ] = ACTIONS(3347), + [anon_sym_LBRACK] = ACTIONS(3347), + [anon_sym_RBRACK] = ACTIONS(3347), + [anon_sym_struct] = ACTIONS(3349), + [anon_sym_mut] = ACTIONS(3349), + [anon_sym_COLON] = ACTIONS(3347), + [anon_sym_PLUS_PLUS] = ACTIONS(3347), + [anon_sym_DASH_DASH] = ACTIONS(3347), + [anon_sym_QMARK] = ACTIONS(3349), + [anon_sym_BANG] = ACTIONS(3349), + [anon_sym_go] = ACTIONS(3349), + [anon_sym_spawn] = ACTIONS(3349), + [anon_sym_json_DOTdecode] = ACTIONS(3347), + [anon_sym_LBRACK2] = ACTIONS(3349), + [anon_sym_TILDE] = ACTIONS(3347), + [anon_sym_CARET] = ACTIONS(3347), + [anon_sym_AMP] = ACTIONS(3349), + [anon_sym_LT_DASH] = ACTIONS(3347), + [anon_sym_LT_LT] = ACTIONS(3347), + [anon_sym_GT_GT] = ACTIONS(3349), + [anon_sym_GT_GT_GT] = ACTIONS(3347), + [anon_sym_AMP_CARET] = ACTIONS(3347), + [anon_sym_AMP_AMP] = ACTIONS(3347), + [anon_sym_PIPE_PIPE] = ACTIONS(3347), + [anon_sym_or] = ACTIONS(3349), + [sym_none] = ACTIONS(3349), + [sym_true] = ACTIONS(3349), + [sym_false] = ACTIONS(3349), + [sym_nil] = ACTIONS(3349), + [anon_sym_QMARK_DOT] = ACTIONS(3347), + [anon_sym_POUND_LBRACK] = ACTIONS(3347), + [anon_sym_if] = ACTIONS(3349), + [anon_sym_DOLLARif] = ACTIONS(3349), + [anon_sym_is] = ACTIONS(3349), + [anon_sym_BANGis] = ACTIONS(3347), + [anon_sym_in] = ACTIONS(3349), + [anon_sym_BANGin] = ACTIONS(3347), + [anon_sym_match] = ACTIONS(3349), + [anon_sym_select] = ACTIONS(3349), + [anon_sym_lock] = ACTIONS(3349), + [anon_sym_rlock] = ACTIONS(3349), + [anon_sym_unsafe] = ACTIONS(3349), + [anon_sym_sql] = ACTIONS(3349), + [sym_int_literal] = ACTIONS(3349), + [sym_float_literal] = ACTIONS(3347), + [sym_rune_literal] = ACTIONS(3347), + [sym_pseudo_compile_time_identifier] = ACTIONS(3349), + [anon_sym_shared] = ACTIONS(3349), + [anon_sym_map_LBRACK] = ACTIONS(3347), + [anon_sym_chan] = ACTIONS(3349), + [anon_sym_thread] = ACTIONS(3349), + [anon_sym_atomic] = ACTIONS(3349), + [sym___double_quote] = ACTIONS(3347), + [sym___single_quote] = ACTIONS(3347), + [sym___c_double_quote] = ACTIONS(3347), + [sym___c_single_quote] = ACTIONS(3347), + [sym___r_double_quote] = ACTIONS(3347), + [sym___r_single_quote] = ACTIONS(3347), }, [1348] = { [sym_line_comment] = STATE(1348), [sym_block_comment] = STATE(1348), - [sym_identifier] = ACTIONS(3155), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3155), - [anon_sym_as] = ACTIONS(3155), - [anon_sym_LBRACE] = ACTIONS(3153), - [anon_sym_COMMA] = ACTIONS(3153), - [anon_sym_RBRACE] = ACTIONS(3153), - [anon_sym_LPAREN] = ACTIONS(3153), - [anon_sym_PIPE] = ACTIONS(3155), - [anon_sym_fn] = ACTIONS(3155), - [anon_sym_PLUS] = ACTIONS(3155), - [anon_sym_DASH] = ACTIONS(3155), - [anon_sym_STAR] = ACTIONS(3153), - [anon_sym_SLASH] = ACTIONS(3155), - [anon_sym_PERCENT] = ACTIONS(3153), - [anon_sym_LT] = ACTIONS(3155), - [anon_sym_GT] = ACTIONS(3155), - [anon_sym_EQ_EQ] = ACTIONS(3153), - [anon_sym_BANG_EQ] = ACTIONS(3153), - [anon_sym_LT_EQ] = ACTIONS(3153), - [anon_sym_GT_EQ] = ACTIONS(3153), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_RBRACK] = ACTIONS(3153), - [anon_sym_struct] = ACTIONS(3155), - [anon_sym_mut] = ACTIONS(3155), - [anon_sym_COLON] = ACTIONS(3153), - [anon_sym_PLUS_PLUS] = ACTIONS(3153), - [anon_sym_DASH_DASH] = ACTIONS(3153), - [anon_sym_QMARK] = ACTIONS(3155), - [anon_sym_BANG] = ACTIONS(3155), - [anon_sym_go] = ACTIONS(3155), - [anon_sym_spawn] = ACTIONS(3155), - [anon_sym_json_DOTdecode] = ACTIONS(3153), - [anon_sym_LBRACK2] = ACTIONS(3155), - [anon_sym_TILDE] = ACTIONS(3153), - [anon_sym_CARET] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT_DASH] = ACTIONS(3153), - [anon_sym_LT_LT] = ACTIONS(3153), - [anon_sym_GT_GT] = ACTIONS(3155), - [anon_sym_GT_GT_GT] = ACTIONS(3153), - [anon_sym_AMP_CARET] = ACTIONS(3153), - [anon_sym_AMP_AMP] = ACTIONS(3153), - [anon_sym_PIPE_PIPE] = ACTIONS(3153), - [anon_sym_or] = ACTIONS(3155), - [sym_none] = ACTIONS(3155), - [sym_true] = ACTIONS(3155), - [sym_false] = ACTIONS(3155), - [sym_nil] = ACTIONS(3155), - [anon_sym_QMARK_DOT] = ACTIONS(3153), - [anon_sym_POUND_LBRACK] = ACTIONS(3153), - [anon_sym_if] = ACTIONS(3155), - [anon_sym_DOLLARif] = ACTIONS(3155), - [anon_sym_is] = ACTIONS(3155), - [anon_sym_BANGis] = ACTIONS(3153), - [anon_sym_in] = ACTIONS(3155), - [anon_sym_BANGin] = ACTIONS(3153), - [anon_sym_match] = ACTIONS(3155), - [anon_sym_select] = ACTIONS(3155), - [anon_sym_lock] = ACTIONS(3155), - [anon_sym_rlock] = ACTIONS(3155), - [anon_sym_unsafe] = ACTIONS(3155), - [anon_sym_sql] = ACTIONS(3155), - [sym_int_literal] = ACTIONS(3155), - [sym_float_literal] = ACTIONS(3153), - [sym_rune_literal] = ACTIONS(3153), - [sym_pseudo_compile_time_identifier] = ACTIONS(3155), - [anon_sym_shared] = ACTIONS(3155), - [anon_sym_map_LBRACK] = ACTIONS(3153), - [anon_sym_chan] = ACTIONS(3155), - [anon_sym_thread] = ACTIONS(3155), - [anon_sym_atomic] = ACTIONS(3155), - [sym___double_quote] = ACTIONS(3153), - [sym___single_quote] = ACTIONS(3153), - [sym___c_double_quote] = ACTIONS(3153), - [sym___c_single_quote] = ACTIONS(3153), - [sym___r_double_quote] = ACTIONS(3153), - [sym___r_single_quote] = ACTIONS(3153), - }, - [1349] = { - [sym_line_comment] = STATE(1349), - [sym_block_comment] = STATE(1349), - [sym_identifier] = ACTIONS(3335), + [sym_identifier] = ACTIONS(3357), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3335), - [anon_sym_as] = ACTIONS(3335), - [anon_sym_LBRACE] = ACTIONS(3333), - [anon_sym_COMMA] = ACTIONS(3333), - [anon_sym_RBRACE] = ACTIONS(3333), - [anon_sym_LPAREN] = ACTIONS(3333), - [anon_sym_PIPE] = ACTIONS(3335), - [anon_sym_fn] = ACTIONS(3335), - [anon_sym_PLUS] = ACTIONS(3335), - [anon_sym_DASH] = ACTIONS(3335), - [anon_sym_STAR] = ACTIONS(3333), - [anon_sym_SLASH] = ACTIONS(3335), - [anon_sym_PERCENT] = ACTIONS(3333), - [anon_sym_LT] = ACTIONS(3335), - [anon_sym_GT] = ACTIONS(3335), - [anon_sym_EQ_EQ] = ACTIONS(3333), - [anon_sym_BANG_EQ] = ACTIONS(3333), - [anon_sym_LT_EQ] = ACTIONS(3333), - [anon_sym_GT_EQ] = ACTIONS(3333), - [anon_sym_LBRACK] = ACTIONS(3333), - [anon_sym_RBRACK] = ACTIONS(3333), - [anon_sym_struct] = ACTIONS(3335), - [anon_sym_mut] = ACTIONS(3335), - [anon_sym_COLON] = ACTIONS(3333), - [anon_sym_PLUS_PLUS] = ACTIONS(3333), - [anon_sym_DASH_DASH] = ACTIONS(3333), - [anon_sym_QMARK] = ACTIONS(3335), - [anon_sym_BANG] = ACTIONS(3335), - [anon_sym_go] = ACTIONS(3335), - [anon_sym_spawn] = ACTIONS(3335), - [anon_sym_json_DOTdecode] = ACTIONS(3333), - [anon_sym_LBRACK2] = ACTIONS(3335), - [anon_sym_TILDE] = ACTIONS(3333), - [anon_sym_CARET] = ACTIONS(3333), - [anon_sym_AMP] = ACTIONS(3335), - [anon_sym_LT_DASH] = ACTIONS(3333), - [anon_sym_LT_LT] = ACTIONS(3333), - [anon_sym_GT_GT] = ACTIONS(3335), - [anon_sym_GT_GT_GT] = ACTIONS(3333), - [anon_sym_AMP_CARET] = ACTIONS(3333), - [anon_sym_AMP_AMP] = ACTIONS(3333), - [anon_sym_PIPE_PIPE] = ACTIONS(3333), - [anon_sym_or] = ACTIONS(3335), - [sym_none] = ACTIONS(3335), - [sym_true] = ACTIONS(3335), - [sym_false] = ACTIONS(3335), - [sym_nil] = ACTIONS(3335), - [anon_sym_QMARK_DOT] = ACTIONS(3333), - [anon_sym_POUND_LBRACK] = ACTIONS(3333), - [anon_sym_if] = ACTIONS(3335), - [anon_sym_DOLLARif] = ACTIONS(3335), - [anon_sym_is] = ACTIONS(3335), - [anon_sym_BANGis] = ACTIONS(3333), - [anon_sym_in] = ACTIONS(3335), - [anon_sym_BANGin] = ACTIONS(3333), - [anon_sym_match] = ACTIONS(3335), - [anon_sym_select] = ACTIONS(3335), - [anon_sym_lock] = ACTIONS(3335), - [anon_sym_rlock] = ACTIONS(3335), - [anon_sym_unsafe] = ACTIONS(3335), - [anon_sym_sql] = ACTIONS(3335), - [sym_int_literal] = ACTIONS(3335), - [sym_float_literal] = ACTIONS(3333), - [sym_rune_literal] = ACTIONS(3333), - [sym_pseudo_compile_time_identifier] = ACTIONS(3335), - [anon_sym_shared] = ACTIONS(3335), - [anon_sym_map_LBRACK] = ACTIONS(3333), - [anon_sym_chan] = ACTIONS(3335), - [anon_sym_thread] = ACTIONS(3335), - [anon_sym_atomic] = ACTIONS(3335), - [sym___double_quote] = ACTIONS(3333), - [sym___single_quote] = ACTIONS(3333), - [sym___c_double_quote] = ACTIONS(3333), - [sym___c_single_quote] = ACTIONS(3333), - [sym___r_double_quote] = ACTIONS(3333), - [sym___r_single_quote] = ACTIONS(3333), + [anon_sym_DOT] = ACTIONS(3357), + [anon_sym_as] = ACTIONS(3357), + [anon_sym_LBRACE] = ACTIONS(3355), + [anon_sym_COMMA] = ACTIONS(3355), + [anon_sym_RBRACE] = ACTIONS(3355), + [anon_sym_LPAREN] = ACTIONS(3355), + [anon_sym_PIPE] = ACTIONS(3357), + [anon_sym_fn] = ACTIONS(3357), + [anon_sym_PLUS] = ACTIONS(3357), + [anon_sym_DASH] = ACTIONS(3357), + [anon_sym_STAR] = ACTIONS(3355), + [anon_sym_SLASH] = ACTIONS(3357), + [anon_sym_PERCENT] = ACTIONS(3355), + [anon_sym_LT] = ACTIONS(3357), + [anon_sym_GT] = ACTIONS(3357), + [anon_sym_EQ_EQ] = ACTIONS(3355), + [anon_sym_BANG_EQ] = ACTIONS(3355), + [anon_sym_LT_EQ] = ACTIONS(3355), + [anon_sym_GT_EQ] = ACTIONS(3355), + [anon_sym_LBRACK] = ACTIONS(3355), + [anon_sym_RBRACK] = ACTIONS(3355), + [anon_sym_struct] = ACTIONS(3357), + [anon_sym_mut] = ACTIONS(3357), + [anon_sym_COLON] = ACTIONS(3355), + [anon_sym_PLUS_PLUS] = ACTIONS(3355), + [anon_sym_DASH_DASH] = ACTIONS(3355), + [anon_sym_QMARK] = ACTIONS(3357), + [anon_sym_BANG] = ACTIONS(3357), + [anon_sym_go] = ACTIONS(3357), + [anon_sym_spawn] = ACTIONS(3357), + [anon_sym_json_DOTdecode] = ACTIONS(3355), + [anon_sym_LBRACK2] = ACTIONS(3357), + [anon_sym_TILDE] = ACTIONS(3355), + [anon_sym_CARET] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(3357), + [anon_sym_LT_DASH] = ACTIONS(3355), + [anon_sym_LT_LT] = ACTIONS(3355), + [anon_sym_GT_GT] = ACTIONS(3357), + [anon_sym_GT_GT_GT] = ACTIONS(3355), + [anon_sym_AMP_CARET] = ACTIONS(3355), + [anon_sym_AMP_AMP] = ACTIONS(3355), + [anon_sym_PIPE_PIPE] = ACTIONS(3355), + [anon_sym_or] = ACTIONS(3357), + [sym_none] = ACTIONS(3357), + [sym_true] = ACTIONS(3357), + [sym_false] = ACTIONS(3357), + [sym_nil] = ACTIONS(3357), + [anon_sym_QMARK_DOT] = ACTIONS(3355), + [anon_sym_POUND_LBRACK] = ACTIONS(3355), + [anon_sym_if] = ACTIONS(3357), + [anon_sym_DOLLARif] = ACTIONS(3357), + [anon_sym_is] = ACTIONS(3357), + [anon_sym_BANGis] = ACTIONS(3355), + [anon_sym_in] = ACTIONS(3357), + [anon_sym_BANGin] = ACTIONS(3355), + [anon_sym_match] = ACTIONS(3357), + [anon_sym_select] = ACTIONS(3357), + [anon_sym_lock] = ACTIONS(3357), + [anon_sym_rlock] = ACTIONS(3357), + [anon_sym_unsafe] = ACTIONS(3357), + [anon_sym_sql] = ACTIONS(3357), + [sym_int_literal] = ACTIONS(3357), + [sym_float_literal] = ACTIONS(3355), + [sym_rune_literal] = ACTIONS(3355), + [sym_pseudo_compile_time_identifier] = ACTIONS(3357), + [anon_sym_shared] = ACTIONS(3357), + [anon_sym_map_LBRACK] = ACTIONS(3355), + [anon_sym_chan] = ACTIONS(3357), + [anon_sym_thread] = ACTIONS(3357), + [anon_sym_atomic] = ACTIONS(3357), + [sym___double_quote] = ACTIONS(3355), + [sym___single_quote] = ACTIONS(3355), + [sym___c_double_quote] = ACTIONS(3355), + [sym___c_single_quote] = ACTIONS(3355), + [sym___r_double_quote] = ACTIONS(3355), + [sym___r_single_quote] = ACTIONS(3355), + }, + [1349] = { + [sym_line_comment] = STATE(1349), + [sym_block_comment] = STATE(1349), + [sym_identifier] = ACTIONS(3448), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3448), + [anon_sym_as] = ACTIONS(3448), + [anon_sym_LBRACE] = ACTIONS(3446), + [anon_sym_COMMA] = ACTIONS(3446), + [anon_sym_RBRACE] = ACTIONS(3446), + [anon_sym_LPAREN] = ACTIONS(3446), + [anon_sym_PIPE] = ACTIONS(3448), + [anon_sym_fn] = ACTIONS(3448), + [anon_sym_PLUS] = ACTIONS(3448), + [anon_sym_DASH] = ACTIONS(3448), + [anon_sym_STAR] = ACTIONS(3446), + [anon_sym_SLASH] = ACTIONS(3448), + [anon_sym_PERCENT] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(3448), + [anon_sym_GT] = ACTIONS(3448), + [anon_sym_EQ_EQ] = ACTIONS(3446), + [anon_sym_BANG_EQ] = ACTIONS(3446), + [anon_sym_LT_EQ] = ACTIONS(3446), + [anon_sym_GT_EQ] = ACTIONS(3446), + [anon_sym_LBRACK] = ACTIONS(3446), + [anon_sym_RBRACK] = ACTIONS(3446), + [anon_sym_struct] = ACTIONS(3448), + [anon_sym_mut] = ACTIONS(3448), + [anon_sym_COLON] = ACTIONS(3446), + [anon_sym_PLUS_PLUS] = ACTIONS(3446), + [anon_sym_DASH_DASH] = ACTIONS(3446), + [anon_sym_QMARK] = ACTIONS(3448), + [anon_sym_BANG] = ACTIONS(3448), + [anon_sym_go] = ACTIONS(3448), + [anon_sym_spawn] = ACTIONS(3448), + [anon_sym_json_DOTdecode] = ACTIONS(3446), + [anon_sym_LBRACK2] = ACTIONS(3448), + [anon_sym_TILDE] = ACTIONS(3446), + [anon_sym_CARET] = ACTIONS(3446), + [anon_sym_AMP] = ACTIONS(3448), + [anon_sym_LT_DASH] = ACTIONS(3446), + [anon_sym_LT_LT] = ACTIONS(3446), + [anon_sym_GT_GT] = ACTIONS(3448), + [anon_sym_GT_GT_GT] = ACTIONS(3446), + [anon_sym_AMP_CARET] = ACTIONS(3446), + [anon_sym_AMP_AMP] = ACTIONS(3446), + [anon_sym_PIPE_PIPE] = ACTIONS(3446), + [anon_sym_or] = ACTIONS(3448), + [sym_none] = ACTIONS(3448), + [sym_true] = ACTIONS(3448), + [sym_false] = ACTIONS(3448), + [sym_nil] = ACTIONS(3448), + [anon_sym_QMARK_DOT] = ACTIONS(3446), + [anon_sym_POUND_LBRACK] = ACTIONS(3446), + [anon_sym_if] = ACTIONS(3448), + [anon_sym_DOLLARif] = ACTIONS(3448), + [anon_sym_is] = ACTIONS(3448), + [anon_sym_BANGis] = ACTIONS(3446), + [anon_sym_in] = ACTIONS(3448), + [anon_sym_BANGin] = ACTIONS(3446), + [anon_sym_match] = ACTIONS(3448), + [anon_sym_select] = ACTIONS(3448), + [anon_sym_lock] = ACTIONS(3448), + [anon_sym_rlock] = ACTIONS(3448), + [anon_sym_unsafe] = ACTIONS(3448), + [anon_sym_sql] = ACTIONS(3448), + [sym_int_literal] = ACTIONS(3448), + [sym_float_literal] = ACTIONS(3446), + [sym_rune_literal] = ACTIONS(3446), + [sym_pseudo_compile_time_identifier] = ACTIONS(3448), + [anon_sym_shared] = ACTIONS(3448), + [anon_sym_map_LBRACK] = ACTIONS(3446), + [anon_sym_chan] = ACTIONS(3448), + [anon_sym_thread] = ACTIONS(3448), + [anon_sym_atomic] = ACTIONS(3448), + [sym___double_quote] = ACTIONS(3446), + [sym___single_quote] = ACTIONS(3446), + [sym___c_double_quote] = ACTIONS(3446), + [sym___c_single_quote] = ACTIONS(3446), + [sym___r_double_quote] = ACTIONS(3446), + [sym___r_single_quote] = ACTIONS(3446), }, [1350] = { [sym_line_comment] = STATE(1350), [sym_block_comment] = STATE(1350), - [sym_identifier] = ACTIONS(3315), + [sym_identifier] = ACTIONS(3269), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3315), - [anon_sym_as] = ACTIONS(3315), - [anon_sym_LBRACE] = ACTIONS(3313), - [anon_sym_COMMA] = ACTIONS(3313), - [anon_sym_RBRACE] = ACTIONS(3313), - [anon_sym_LPAREN] = ACTIONS(3313), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(3315), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3313), - [anon_sym_SLASH] = ACTIONS(3315), - [anon_sym_PERCENT] = ACTIONS(3313), - [anon_sym_LT] = ACTIONS(3315), - [anon_sym_GT] = ACTIONS(3315), - [anon_sym_EQ_EQ] = ACTIONS(3313), - [anon_sym_BANG_EQ] = ACTIONS(3313), - [anon_sym_LT_EQ] = ACTIONS(3313), - [anon_sym_GT_EQ] = ACTIONS(3313), - [anon_sym_LBRACK] = ACTIONS(3313), - [anon_sym_RBRACK] = ACTIONS(3313), - [anon_sym_struct] = ACTIONS(3315), - [anon_sym_mut] = ACTIONS(3315), - [anon_sym_COLON] = ACTIONS(3313), - [anon_sym_PLUS_PLUS] = ACTIONS(3313), - [anon_sym_DASH_DASH] = ACTIONS(3313), - [anon_sym_QMARK] = ACTIONS(3315), - [anon_sym_BANG] = ACTIONS(3315), - [anon_sym_go] = ACTIONS(3315), - [anon_sym_spawn] = ACTIONS(3315), - [anon_sym_json_DOTdecode] = ACTIONS(3313), - [anon_sym_LBRACK2] = ACTIONS(3315), - [anon_sym_TILDE] = ACTIONS(3313), - [anon_sym_CARET] = ACTIONS(3313), - [anon_sym_AMP] = ACTIONS(3315), - [anon_sym_LT_DASH] = ACTIONS(3313), - [anon_sym_LT_LT] = ACTIONS(3313), - [anon_sym_GT_GT] = ACTIONS(3315), - [anon_sym_GT_GT_GT] = ACTIONS(3313), - [anon_sym_AMP_CARET] = ACTIONS(3313), - [anon_sym_AMP_AMP] = ACTIONS(3313), - [anon_sym_PIPE_PIPE] = ACTIONS(3313), - [anon_sym_or] = ACTIONS(3315), - [sym_none] = ACTIONS(3315), - [sym_true] = ACTIONS(3315), - [sym_false] = ACTIONS(3315), - [sym_nil] = ACTIONS(3315), - [anon_sym_QMARK_DOT] = ACTIONS(3313), - [anon_sym_POUND_LBRACK] = ACTIONS(3313), - [anon_sym_if] = ACTIONS(3315), - [anon_sym_DOLLARif] = ACTIONS(3315), - [anon_sym_is] = ACTIONS(3315), - [anon_sym_BANGis] = ACTIONS(3313), - [anon_sym_in] = ACTIONS(3315), - [anon_sym_BANGin] = ACTIONS(3313), - [anon_sym_match] = ACTIONS(3315), - [anon_sym_select] = ACTIONS(3315), - [anon_sym_lock] = ACTIONS(3315), - [anon_sym_rlock] = ACTIONS(3315), - [anon_sym_unsafe] = ACTIONS(3315), - [anon_sym_sql] = ACTIONS(3315), - [sym_int_literal] = ACTIONS(3315), - [sym_float_literal] = ACTIONS(3313), - [sym_rune_literal] = ACTIONS(3313), - [sym_pseudo_compile_time_identifier] = ACTIONS(3315), - [anon_sym_shared] = ACTIONS(3315), - [anon_sym_map_LBRACK] = ACTIONS(3313), - [anon_sym_chan] = ACTIONS(3315), - [anon_sym_thread] = ACTIONS(3315), - [anon_sym_atomic] = ACTIONS(3315), - [sym___double_quote] = ACTIONS(3313), - [sym___single_quote] = ACTIONS(3313), - [sym___c_double_quote] = ACTIONS(3313), - [sym___c_single_quote] = ACTIONS(3313), - [sym___r_double_quote] = ACTIONS(3313), - [sym___r_single_quote] = ACTIONS(3313), + [anon_sym_DOT] = ACTIONS(3269), + [anon_sym_as] = ACTIONS(3269), + [anon_sym_LBRACE] = ACTIONS(3267), + [anon_sym_COMMA] = ACTIONS(3267), + [anon_sym_RBRACE] = ACTIONS(3267), + [anon_sym_LPAREN] = ACTIONS(3267), + [anon_sym_PIPE] = ACTIONS(3269), + [anon_sym_fn] = ACTIONS(3269), + [anon_sym_PLUS] = ACTIONS(3269), + [anon_sym_DASH] = ACTIONS(3269), + [anon_sym_STAR] = ACTIONS(3267), + [anon_sym_SLASH] = ACTIONS(3269), + [anon_sym_PERCENT] = ACTIONS(3267), + [anon_sym_LT] = ACTIONS(3269), + [anon_sym_GT] = ACTIONS(3269), + [anon_sym_EQ_EQ] = ACTIONS(3267), + [anon_sym_BANG_EQ] = ACTIONS(3267), + [anon_sym_LT_EQ] = ACTIONS(3267), + [anon_sym_GT_EQ] = ACTIONS(3267), + [anon_sym_LBRACK] = ACTIONS(3267), + [anon_sym_RBRACK] = ACTIONS(3267), + [anon_sym_struct] = ACTIONS(3269), + [anon_sym_mut] = ACTIONS(3269), + [anon_sym_COLON] = ACTIONS(3267), + [anon_sym_PLUS_PLUS] = ACTIONS(3267), + [anon_sym_DASH_DASH] = ACTIONS(3267), + [anon_sym_QMARK] = ACTIONS(3269), + [anon_sym_BANG] = ACTIONS(3269), + [anon_sym_go] = ACTIONS(3269), + [anon_sym_spawn] = ACTIONS(3269), + [anon_sym_json_DOTdecode] = ACTIONS(3267), + [anon_sym_LBRACK2] = ACTIONS(3269), + [anon_sym_TILDE] = ACTIONS(3267), + [anon_sym_CARET] = ACTIONS(3267), + [anon_sym_AMP] = ACTIONS(3269), + [anon_sym_LT_DASH] = ACTIONS(3267), + [anon_sym_LT_LT] = ACTIONS(3267), + [anon_sym_GT_GT] = ACTIONS(3269), + [anon_sym_GT_GT_GT] = ACTIONS(3267), + [anon_sym_AMP_CARET] = ACTIONS(3267), + [anon_sym_AMP_AMP] = ACTIONS(3267), + [anon_sym_PIPE_PIPE] = ACTIONS(3267), + [anon_sym_or] = ACTIONS(3269), + [sym_none] = ACTIONS(3269), + [sym_true] = ACTIONS(3269), + [sym_false] = ACTIONS(3269), + [sym_nil] = ACTIONS(3269), + [anon_sym_QMARK_DOT] = ACTIONS(3267), + [anon_sym_POUND_LBRACK] = ACTIONS(3267), + [anon_sym_if] = ACTIONS(3269), + [anon_sym_DOLLARif] = ACTIONS(3269), + [anon_sym_is] = ACTIONS(3269), + [anon_sym_BANGis] = ACTIONS(3267), + [anon_sym_in] = ACTIONS(3269), + [anon_sym_BANGin] = ACTIONS(3267), + [anon_sym_match] = ACTIONS(3269), + [anon_sym_select] = ACTIONS(3269), + [anon_sym_lock] = ACTIONS(3269), + [anon_sym_rlock] = ACTIONS(3269), + [anon_sym_unsafe] = ACTIONS(3269), + [anon_sym_sql] = ACTIONS(3269), + [sym_int_literal] = ACTIONS(3269), + [sym_float_literal] = ACTIONS(3267), + [sym_rune_literal] = ACTIONS(3267), + [sym_pseudo_compile_time_identifier] = ACTIONS(3269), + [anon_sym_shared] = ACTIONS(3269), + [anon_sym_map_LBRACK] = ACTIONS(3267), + [anon_sym_chan] = ACTIONS(3269), + [anon_sym_thread] = ACTIONS(3269), + [anon_sym_atomic] = ACTIONS(3269), + [sym___double_quote] = ACTIONS(3267), + [sym___single_quote] = ACTIONS(3267), + [sym___c_double_quote] = ACTIONS(3267), + [sym___c_single_quote] = ACTIONS(3267), + [sym___r_double_quote] = ACTIONS(3267), + [sym___r_single_quote] = ACTIONS(3267), }, [1351] = { [sym_line_comment] = STATE(1351), [sym_block_comment] = STATE(1351), - [sym_identifier] = ACTIONS(3311), + [sym_identifier] = ACTIONS(3365), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3311), - [anon_sym_as] = ACTIONS(3311), - [anon_sym_LBRACE] = ACTIONS(3309), - [anon_sym_COMMA] = ACTIONS(3309), - [anon_sym_RBRACE] = ACTIONS(3309), - [anon_sym_LPAREN] = ACTIONS(3309), - [anon_sym_PIPE] = ACTIONS(3311), - [anon_sym_fn] = ACTIONS(3311), - [anon_sym_PLUS] = ACTIONS(3311), - [anon_sym_DASH] = ACTIONS(3311), - [anon_sym_STAR] = ACTIONS(3309), - [anon_sym_SLASH] = ACTIONS(3311), - [anon_sym_PERCENT] = ACTIONS(3309), - [anon_sym_LT] = ACTIONS(3311), - [anon_sym_GT] = ACTIONS(3311), - [anon_sym_EQ_EQ] = ACTIONS(3309), - [anon_sym_BANG_EQ] = ACTIONS(3309), - [anon_sym_LT_EQ] = ACTIONS(3309), - [anon_sym_GT_EQ] = ACTIONS(3309), - [anon_sym_LBRACK] = ACTIONS(3309), - [anon_sym_RBRACK] = ACTIONS(3309), - [anon_sym_struct] = ACTIONS(3311), - [anon_sym_mut] = ACTIONS(3311), - [anon_sym_COLON] = ACTIONS(3309), - [anon_sym_PLUS_PLUS] = ACTIONS(3309), - [anon_sym_DASH_DASH] = ACTIONS(3309), - [anon_sym_QMARK] = ACTIONS(3311), - [anon_sym_BANG] = ACTIONS(3311), - [anon_sym_go] = ACTIONS(3311), - [anon_sym_spawn] = ACTIONS(3311), - [anon_sym_json_DOTdecode] = ACTIONS(3309), - [anon_sym_LBRACK2] = ACTIONS(3311), - [anon_sym_TILDE] = ACTIONS(3309), - [anon_sym_CARET] = ACTIONS(3309), - [anon_sym_AMP] = ACTIONS(3311), - [anon_sym_LT_DASH] = ACTIONS(3309), - [anon_sym_LT_LT] = ACTIONS(3309), - [anon_sym_GT_GT] = ACTIONS(3311), - [anon_sym_GT_GT_GT] = ACTIONS(3309), - [anon_sym_AMP_CARET] = ACTIONS(3309), - [anon_sym_AMP_AMP] = ACTIONS(3309), - [anon_sym_PIPE_PIPE] = ACTIONS(3309), - [anon_sym_or] = ACTIONS(3311), - [sym_none] = ACTIONS(3311), - [sym_true] = ACTIONS(3311), - [sym_false] = ACTIONS(3311), - [sym_nil] = ACTIONS(3311), - [anon_sym_QMARK_DOT] = ACTIONS(3309), - [anon_sym_POUND_LBRACK] = ACTIONS(3309), - [anon_sym_if] = ACTIONS(3311), - [anon_sym_DOLLARif] = ACTIONS(3311), - [anon_sym_is] = ACTIONS(3311), - [anon_sym_BANGis] = ACTIONS(3309), - [anon_sym_in] = ACTIONS(3311), - [anon_sym_BANGin] = ACTIONS(3309), - [anon_sym_match] = ACTIONS(3311), - [anon_sym_select] = ACTIONS(3311), - [anon_sym_lock] = ACTIONS(3311), - [anon_sym_rlock] = ACTIONS(3311), - [anon_sym_unsafe] = ACTIONS(3311), - [anon_sym_sql] = ACTIONS(3311), - [sym_int_literal] = ACTIONS(3311), - [sym_float_literal] = ACTIONS(3309), - [sym_rune_literal] = ACTIONS(3309), - [sym_pseudo_compile_time_identifier] = ACTIONS(3311), - [anon_sym_shared] = ACTIONS(3311), - [anon_sym_map_LBRACK] = ACTIONS(3309), - [anon_sym_chan] = ACTIONS(3311), - [anon_sym_thread] = ACTIONS(3311), - [anon_sym_atomic] = ACTIONS(3311), - [sym___double_quote] = ACTIONS(3309), - [sym___single_quote] = ACTIONS(3309), - [sym___c_double_quote] = ACTIONS(3309), - [sym___c_single_quote] = ACTIONS(3309), - [sym___r_double_quote] = ACTIONS(3309), - [sym___r_single_quote] = ACTIONS(3309), + [anon_sym_DOT] = ACTIONS(3365), + [anon_sym_as] = ACTIONS(3365), + [anon_sym_LBRACE] = ACTIONS(3363), + [anon_sym_COMMA] = ACTIONS(3363), + [anon_sym_RBRACE] = ACTIONS(3363), + [anon_sym_LPAREN] = ACTIONS(3363), + [anon_sym_PIPE] = ACTIONS(3365), + [anon_sym_fn] = ACTIONS(3365), + [anon_sym_PLUS] = ACTIONS(3365), + [anon_sym_DASH] = ACTIONS(3365), + [anon_sym_STAR] = ACTIONS(3363), + [anon_sym_SLASH] = ACTIONS(3365), + [anon_sym_PERCENT] = ACTIONS(3363), + [anon_sym_LT] = ACTIONS(3365), + [anon_sym_GT] = ACTIONS(3365), + [anon_sym_EQ_EQ] = ACTIONS(3363), + [anon_sym_BANG_EQ] = ACTIONS(3363), + [anon_sym_LT_EQ] = ACTIONS(3363), + [anon_sym_GT_EQ] = ACTIONS(3363), + [anon_sym_LBRACK] = ACTIONS(3363), + [anon_sym_RBRACK] = ACTIONS(3363), + [anon_sym_struct] = ACTIONS(3365), + [anon_sym_mut] = ACTIONS(3365), + [anon_sym_COLON] = ACTIONS(3363), + [anon_sym_PLUS_PLUS] = ACTIONS(3363), + [anon_sym_DASH_DASH] = ACTIONS(3363), + [anon_sym_QMARK] = ACTIONS(3365), + [anon_sym_BANG] = ACTIONS(3365), + [anon_sym_go] = ACTIONS(3365), + [anon_sym_spawn] = ACTIONS(3365), + [anon_sym_json_DOTdecode] = ACTIONS(3363), + [anon_sym_LBRACK2] = ACTIONS(3365), + [anon_sym_TILDE] = ACTIONS(3363), + [anon_sym_CARET] = ACTIONS(3363), + [anon_sym_AMP] = ACTIONS(3365), + [anon_sym_LT_DASH] = ACTIONS(3363), + [anon_sym_LT_LT] = ACTIONS(3363), + [anon_sym_GT_GT] = ACTIONS(3365), + [anon_sym_GT_GT_GT] = ACTIONS(3363), + [anon_sym_AMP_CARET] = ACTIONS(3363), + [anon_sym_AMP_AMP] = ACTIONS(3363), + [anon_sym_PIPE_PIPE] = ACTIONS(3363), + [anon_sym_or] = ACTIONS(3365), + [sym_none] = ACTIONS(3365), + [sym_true] = ACTIONS(3365), + [sym_false] = ACTIONS(3365), + [sym_nil] = ACTIONS(3365), + [anon_sym_QMARK_DOT] = ACTIONS(3363), + [anon_sym_POUND_LBRACK] = ACTIONS(3363), + [anon_sym_if] = ACTIONS(3365), + [anon_sym_DOLLARif] = ACTIONS(3365), + [anon_sym_is] = ACTIONS(3365), + [anon_sym_BANGis] = ACTIONS(3363), + [anon_sym_in] = ACTIONS(3365), + [anon_sym_BANGin] = ACTIONS(3363), + [anon_sym_match] = ACTIONS(3365), + [anon_sym_select] = ACTIONS(3365), + [anon_sym_lock] = ACTIONS(3365), + [anon_sym_rlock] = ACTIONS(3365), + [anon_sym_unsafe] = ACTIONS(3365), + [anon_sym_sql] = ACTIONS(3365), + [sym_int_literal] = ACTIONS(3365), + [sym_float_literal] = ACTIONS(3363), + [sym_rune_literal] = ACTIONS(3363), + [sym_pseudo_compile_time_identifier] = ACTIONS(3365), + [anon_sym_shared] = ACTIONS(3365), + [anon_sym_map_LBRACK] = ACTIONS(3363), + [anon_sym_chan] = ACTIONS(3365), + [anon_sym_thread] = ACTIONS(3365), + [anon_sym_atomic] = ACTIONS(3365), + [sym___double_quote] = ACTIONS(3363), + [sym___single_quote] = ACTIONS(3363), + [sym___c_double_quote] = ACTIONS(3363), + [sym___c_single_quote] = ACTIONS(3363), + [sym___r_double_quote] = ACTIONS(3363), + [sym___r_single_quote] = ACTIONS(3363), }, [1352] = { [sym_line_comment] = STATE(1352), [sym_block_comment] = STATE(1352), - [sym_identifier] = ACTIONS(3375), + [sym_identifier] = ACTIONS(3265), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3375), - [anon_sym_as] = ACTIONS(3375), - [anon_sym_LBRACE] = ACTIONS(3373), - [anon_sym_COMMA] = ACTIONS(3373), - [anon_sym_RBRACE] = ACTIONS(3373), - [anon_sym_LPAREN] = ACTIONS(3373), - [anon_sym_PIPE] = ACTIONS(3375), - [anon_sym_fn] = ACTIONS(3375), - [anon_sym_PLUS] = ACTIONS(3375), - [anon_sym_DASH] = ACTIONS(3375), - [anon_sym_STAR] = ACTIONS(3373), - [anon_sym_SLASH] = ACTIONS(3375), - [anon_sym_PERCENT] = ACTIONS(3373), - [anon_sym_LT] = ACTIONS(3375), - [anon_sym_GT] = ACTIONS(3375), - [anon_sym_EQ_EQ] = ACTIONS(3373), - [anon_sym_BANG_EQ] = ACTIONS(3373), - [anon_sym_LT_EQ] = ACTIONS(3373), - [anon_sym_GT_EQ] = ACTIONS(3373), - [anon_sym_LBRACK] = ACTIONS(3373), - [anon_sym_RBRACK] = ACTIONS(3373), - [anon_sym_struct] = ACTIONS(3375), - [anon_sym_mut] = ACTIONS(3375), - [anon_sym_COLON] = ACTIONS(3373), - [anon_sym_PLUS_PLUS] = ACTIONS(3373), - [anon_sym_DASH_DASH] = ACTIONS(3373), - [anon_sym_QMARK] = ACTIONS(3375), - [anon_sym_BANG] = ACTIONS(3375), - [anon_sym_go] = ACTIONS(3375), - [anon_sym_spawn] = ACTIONS(3375), - [anon_sym_json_DOTdecode] = ACTIONS(3373), - [anon_sym_LBRACK2] = ACTIONS(3375), - [anon_sym_TILDE] = ACTIONS(3373), - [anon_sym_CARET] = ACTIONS(3373), - [anon_sym_AMP] = ACTIONS(3375), - [anon_sym_LT_DASH] = ACTIONS(3373), - [anon_sym_LT_LT] = ACTIONS(3373), - [anon_sym_GT_GT] = ACTIONS(3375), - [anon_sym_GT_GT_GT] = ACTIONS(3373), - [anon_sym_AMP_CARET] = ACTIONS(3373), - [anon_sym_AMP_AMP] = ACTIONS(3373), - [anon_sym_PIPE_PIPE] = ACTIONS(3373), - [anon_sym_or] = ACTIONS(3375), - [sym_none] = ACTIONS(3375), - [sym_true] = ACTIONS(3375), - [sym_false] = ACTIONS(3375), - [sym_nil] = ACTIONS(3375), - [anon_sym_QMARK_DOT] = ACTIONS(3373), - [anon_sym_POUND_LBRACK] = ACTIONS(3373), - [anon_sym_if] = ACTIONS(3375), - [anon_sym_DOLLARif] = ACTIONS(3375), - [anon_sym_is] = ACTIONS(3375), - [anon_sym_BANGis] = ACTIONS(3373), - [anon_sym_in] = ACTIONS(3375), - [anon_sym_BANGin] = ACTIONS(3373), - [anon_sym_match] = ACTIONS(3375), - [anon_sym_select] = ACTIONS(3375), - [anon_sym_lock] = ACTIONS(3375), - [anon_sym_rlock] = ACTIONS(3375), - [anon_sym_unsafe] = ACTIONS(3375), - [anon_sym_sql] = ACTIONS(3375), - [sym_int_literal] = ACTIONS(3375), - [sym_float_literal] = ACTIONS(3373), - [sym_rune_literal] = ACTIONS(3373), - [sym_pseudo_compile_time_identifier] = ACTIONS(3375), - [anon_sym_shared] = ACTIONS(3375), - [anon_sym_map_LBRACK] = ACTIONS(3373), - [anon_sym_chan] = ACTIONS(3375), - [anon_sym_thread] = ACTIONS(3375), - [anon_sym_atomic] = ACTIONS(3375), - [sym___double_quote] = ACTIONS(3373), - [sym___single_quote] = ACTIONS(3373), - [sym___c_double_quote] = ACTIONS(3373), - [sym___c_single_quote] = ACTIONS(3373), - [sym___r_double_quote] = ACTIONS(3373), - [sym___r_single_quote] = ACTIONS(3373), + [anon_sym_DOT] = ACTIONS(3265), + [anon_sym_as] = ACTIONS(3265), + [anon_sym_LBRACE] = ACTIONS(3263), + [anon_sym_COMMA] = ACTIONS(3263), + [anon_sym_RBRACE] = ACTIONS(3263), + [anon_sym_LPAREN] = ACTIONS(3263), + [anon_sym_PIPE] = ACTIONS(3265), + [anon_sym_fn] = ACTIONS(3265), + [anon_sym_PLUS] = ACTIONS(3265), + [anon_sym_DASH] = ACTIONS(3265), + [anon_sym_STAR] = ACTIONS(3263), + [anon_sym_SLASH] = ACTIONS(3265), + [anon_sym_PERCENT] = ACTIONS(3263), + [anon_sym_LT] = ACTIONS(3265), + [anon_sym_GT] = ACTIONS(3265), + [anon_sym_EQ_EQ] = ACTIONS(3263), + [anon_sym_BANG_EQ] = ACTIONS(3263), + [anon_sym_LT_EQ] = ACTIONS(3263), + [anon_sym_GT_EQ] = ACTIONS(3263), + [anon_sym_LBRACK] = ACTIONS(3263), + [anon_sym_RBRACK] = ACTIONS(3263), + [anon_sym_struct] = ACTIONS(3265), + [anon_sym_mut] = ACTIONS(3265), + [anon_sym_COLON] = ACTIONS(3263), + [anon_sym_PLUS_PLUS] = ACTIONS(3263), + [anon_sym_DASH_DASH] = ACTIONS(3263), + [anon_sym_QMARK] = ACTIONS(3265), + [anon_sym_BANG] = ACTIONS(3265), + [anon_sym_go] = ACTIONS(3265), + [anon_sym_spawn] = ACTIONS(3265), + [anon_sym_json_DOTdecode] = ACTIONS(3263), + [anon_sym_LBRACK2] = ACTIONS(3265), + [anon_sym_TILDE] = ACTIONS(3263), + [anon_sym_CARET] = ACTIONS(3263), + [anon_sym_AMP] = ACTIONS(3265), + [anon_sym_LT_DASH] = ACTIONS(3263), + [anon_sym_LT_LT] = ACTIONS(3263), + [anon_sym_GT_GT] = ACTIONS(3265), + [anon_sym_GT_GT_GT] = ACTIONS(3263), + [anon_sym_AMP_CARET] = ACTIONS(3263), + [anon_sym_AMP_AMP] = ACTIONS(3263), + [anon_sym_PIPE_PIPE] = ACTIONS(3263), + [anon_sym_or] = ACTIONS(3265), + [sym_none] = ACTIONS(3265), + [sym_true] = ACTIONS(3265), + [sym_false] = ACTIONS(3265), + [sym_nil] = ACTIONS(3265), + [anon_sym_QMARK_DOT] = ACTIONS(3263), + [anon_sym_POUND_LBRACK] = ACTIONS(3263), + [anon_sym_if] = ACTIONS(3265), + [anon_sym_DOLLARif] = ACTIONS(3265), + [anon_sym_is] = ACTIONS(3265), + [anon_sym_BANGis] = ACTIONS(3263), + [anon_sym_in] = ACTIONS(3265), + [anon_sym_BANGin] = ACTIONS(3263), + [anon_sym_match] = ACTIONS(3265), + [anon_sym_select] = ACTIONS(3265), + [anon_sym_lock] = ACTIONS(3265), + [anon_sym_rlock] = ACTIONS(3265), + [anon_sym_unsafe] = ACTIONS(3265), + [anon_sym_sql] = ACTIONS(3265), + [sym_int_literal] = ACTIONS(3265), + [sym_float_literal] = ACTIONS(3263), + [sym_rune_literal] = ACTIONS(3263), + [sym_pseudo_compile_time_identifier] = ACTIONS(3265), + [anon_sym_shared] = ACTIONS(3265), + [anon_sym_map_LBRACK] = ACTIONS(3263), + [anon_sym_chan] = ACTIONS(3265), + [anon_sym_thread] = ACTIONS(3265), + [anon_sym_atomic] = ACTIONS(3265), + [sym___double_quote] = ACTIONS(3263), + [sym___single_quote] = ACTIONS(3263), + [sym___c_double_quote] = ACTIONS(3263), + [sym___c_single_quote] = ACTIONS(3263), + [sym___r_double_quote] = ACTIONS(3263), + [sym___r_single_quote] = ACTIONS(3263), }, [1353] = { [sym_line_comment] = STATE(1353), [sym_block_comment] = STATE(1353), - [sym_identifier] = ACTIONS(3371), + [sym_identifier] = ACTIONS(3261), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3371), - [anon_sym_as] = ACTIONS(3371), - [anon_sym_LBRACE] = ACTIONS(3369), - [anon_sym_COMMA] = ACTIONS(3369), - [anon_sym_RBRACE] = ACTIONS(3369), - [anon_sym_LPAREN] = ACTIONS(3369), - [anon_sym_PIPE] = ACTIONS(3371), - [anon_sym_fn] = ACTIONS(3371), - [anon_sym_PLUS] = ACTIONS(3371), - [anon_sym_DASH] = ACTIONS(3371), - [anon_sym_STAR] = ACTIONS(3369), - [anon_sym_SLASH] = ACTIONS(3371), - [anon_sym_PERCENT] = ACTIONS(3369), - [anon_sym_LT] = ACTIONS(3371), - [anon_sym_GT] = ACTIONS(3371), - [anon_sym_EQ_EQ] = ACTIONS(3369), - [anon_sym_BANG_EQ] = ACTIONS(3369), - [anon_sym_LT_EQ] = ACTIONS(3369), - [anon_sym_GT_EQ] = ACTIONS(3369), - [anon_sym_LBRACK] = ACTIONS(3369), - [anon_sym_RBRACK] = ACTIONS(3369), - [anon_sym_struct] = ACTIONS(3371), - [anon_sym_mut] = ACTIONS(3371), - [anon_sym_COLON] = ACTIONS(3369), - [anon_sym_PLUS_PLUS] = ACTIONS(3369), - [anon_sym_DASH_DASH] = ACTIONS(3369), - [anon_sym_QMARK] = ACTIONS(3371), - [anon_sym_BANG] = ACTIONS(3371), - [anon_sym_go] = ACTIONS(3371), - [anon_sym_spawn] = ACTIONS(3371), - [anon_sym_json_DOTdecode] = ACTIONS(3369), - [anon_sym_LBRACK2] = ACTIONS(3371), - [anon_sym_TILDE] = ACTIONS(3369), - [anon_sym_CARET] = ACTIONS(3369), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LT_DASH] = ACTIONS(3369), - [anon_sym_LT_LT] = ACTIONS(3369), - [anon_sym_GT_GT] = ACTIONS(3371), - [anon_sym_GT_GT_GT] = ACTIONS(3369), - [anon_sym_AMP_CARET] = ACTIONS(3369), - [anon_sym_AMP_AMP] = ACTIONS(3369), - [anon_sym_PIPE_PIPE] = ACTIONS(3369), - [anon_sym_or] = ACTIONS(3371), - [sym_none] = ACTIONS(3371), - [sym_true] = ACTIONS(3371), - [sym_false] = ACTIONS(3371), - [sym_nil] = ACTIONS(3371), - [anon_sym_QMARK_DOT] = ACTIONS(3369), - [anon_sym_POUND_LBRACK] = ACTIONS(3369), - [anon_sym_if] = ACTIONS(3371), - [anon_sym_DOLLARif] = ACTIONS(3371), - [anon_sym_is] = ACTIONS(3371), - [anon_sym_BANGis] = ACTIONS(3369), - [anon_sym_in] = ACTIONS(3371), - [anon_sym_BANGin] = ACTIONS(3369), - [anon_sym_match] = ACTIONS(3371), - [anon_sym_select] = ACTIONS(3371), - [anon_sym_lock] = ACTIONS(3371), - [anon_sym_rlock] = ACTIONS(3371), - [anon_sym_unsafe] = ACTIONS(3371), - [anon_sym_sql] = ACTIONS(3371), - [sym_int_literal] = ACTIONS(3371), - [sym_float_literal] = ACTIONS(3369), - [sym_rune_literal] = ACTIONS(3369), - [sym_pseudo_compile_time_identifier] = ACTIONS(3371), - [anon_sym_shared] = ACTIONS(3371), - [anon_sym_map_LBRACK] = ACTIONS(3369), - [anon_sym_chan] = ACTIONS(3371), - [anon_sym_thread] = ACTIONS(3371), - [anon_sym_atomic] = ACTIONS(3371), - [sym___double_quote] = ACTIONS(3369), - [sym___single_quote] = ACTIONS(3369), - [sym___c_double_quote] = ACTIONS(3369), - [sym___c_single_quote] = ACTIONS(3369), - [sym___r_double_quote] = ACTIONS(3369), - [sym___r_single_quote] = ACTIONS(3369), + [anon_sym_DOT] = ACTIONS(3261), + [anon_sym_as] = ACTIONS(3261), + [anon_sym_LBRACE] = ACTIONS(3259), + [anon_sym_COMMA] = ACTIONS(3259), + [anon_sym_RBRACE] = ACTIONS(3259), + [anon_sym_LPAREN] = ACTIONS(3259), + [anon_sym_PIPE] = ACTIONS(3261), + [anon_sym_fn] = ACTIONS(3261), + [anon_sym_PLUS] = ACTIONS(3261), + [anon_sym_DASH] = ACTIONS(3261), + [anon_sym_STAR] = ACTIONS(3259), + [anon_sym_SLASH] = ACTIONS(3261), + [anon_sym_PERCENT] = ACTIONS(3259), + [anon_sym_LT] = ACTIONS(3261), + [anon_sym_GT] = ACTIONS(3261), + [anon_sym_EQ_EQ] = ACTIONS(3259), + [anon_sym_BANG_EQ] = ACTIONS(3259), + [anon_sym_LT_EQ] = ACTIONS(3259), + [anon_sym_GT_EQ] = ACTIONS(3259), + [anon_sym_LBRACK] = ACTIONS(3259), + [anon_sym_RBRACK] = ACTIONS(3259), + [anon_sym_struct] = ACTIONS(3261), + [anon_sym_mut] = ACTIONS(3261), + [anon_sym_COLON] = ACTIONS(3259), + [anon_sym_PLUS_PLUS] = ACTIONS(3259), + [anon_sym_DASH_DASH] = ACTIONS(3259), + [anon_sym_QMARK] = ACTIONS(3261), + [anon_sym_BANG] = ACTIONS(3261), + [anon_sym_go] = ACTIONS(3261), + [anon_sym_spawn] = ACTIONS(3261), + [anon_sym_json_DOTdecode] = ACTIONS(3259), + [anon_sym_LBRACK2] = ACTIONS(3261), + [anon_sym_TILDE] = ACTIONS(3259), + [anon_sym_CARET] = ACTIONS(3259), + [anon_sym_AMP] = ACTIONS(3261), + [anon_sym_LT_DASH] = ACTIONS(3259), + [anon_sym_LT_LT] = ACTIONS(3259), + [anon_sym_GT_GT] = ACTIONS(3261), + [anon_sym_GT_GT_GT] = ACTIONS(3259), + [anon_sym_AMP_CARET] = ACTIONS(3259), + [anon_sym_AMP_AMP] = ACTIONS(3259), + [anon_sym_PIPE_PIPE] = ACTIONS(3259), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(3261), + [sym_true] = ACTIONS(3261), + [sym_false] = ACTIONS(3261), + [sym_nil] = ACTIONS(3261), + [anon_sym_QMARK_DOT] = ACTIONS(3259), + [anon_sym_POUND_LBRACK] = ACTIONS(3259), + [anon_sym_if] = ACTIONS(3261), + [anon_sym_DOLLARif] = ACTIONS(3261), + [anon_sym_is] = ACTIONS(3261), + [anon_sym_BANGis] = ACTIONS(3259), + [anon_sym_in] = ACTIONS(3261), + [anon_sym_BANGin] = ACTIONS(3259), + [anon_sym_match] = ACTIONS(3261), + [anon_sym_select] = ACTIONS(3261), + [anon_sym_lock] = ACTIONS(3261), + [anon_sym_rlock] = ACTIONS(3261), + [anon_sym_unsafe] = ACTIONS(3261), + [anon_sym_sql] = ACTIONS(3261), + [sym_int_literal] = ACTIONS(3261), + [sym_float_literal] = ACTIONS(3259), + [sym_rune_literal] = ACTIONS(3259), + [sym_pseudo_compile_time_identifier] = ACTIONS(3261), + [anon_sym_shared] = ACTIONS(3261), + [anon_sym_map_LBRACK] = ACTIONS(3259), + [anon_sym_chan] = ACTIONS(3261), + [anon_sym_thread] = ACTIONS(3261), + [anon_sym_atomic] = ACTIONS(3261), + [sym___double_quote] = ACTIONS(3259), + [sym___single_quote] = ACTIONS(3259), + [sym___c_double_quote] = ACTIONS(3259), + [sym___c_single_quote] = ACTIONS(3259), + [sym___r_double_quote] = ACTIONS(3259), + [sym___r_single_quote] = ACTIONS(3259), }, [1354] = { [sym_line_comment] = STATE(1354), [sym_block_comment] = STATE(1354), - [sym_identifier] = ACTIONS(3367), + [sym_identifier] = ACTIONS(3424), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3367), - [anon_sym_as] = ACTIONS(3367), - [anon_sym_LBRACE] = ACTIONS(3365), - [anon_sym_COMMA] = ACTIONS(3365), - [anon_sym_RBRACE] = ACTIONS(3365), - [anon_sym_LPAREN] = ACTIONS(3365), - [anon_sym_PIPE] = ACTIONS(3367), - [anon_sym_fn] = ACTIONS(3367), - [anon_sym_PLUS] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3367), - [anon_sym_STAR] = ACTIONS(3365), - [anon_sym_SLASH] = ACTIONS(3367), - [anon_sym_PERCENT] = ACTIONS(3365), - [anon_sym_LT] = ACTIONS(3367), - [anon_sym_GT] = ACTIONS(3367), - [anon_sym_EQ_EQ] = ACTIONS(3365), - [anon_sym_BANG_EQ] = ACTIONS(3365), - [anon_sym_LT_EQ] = ACTIONS(3365), - [anon_sym_GT_EQ] = ACTIONS(3365), - [anon_sym_LBRACK] = ACTIONS(3365), - [anon_sym_RBRACK] = ACTIONS(3365), - [anon_sym_struct] = ACTIONS(3367), - [anon_sym_mut] = ACTIONS(3367), - [anon_sym_COLON] = ACTIONS(3365), - [anon_sym_PLUS_PLUS] = ACTIONS(3365), - [anon_sym_DASH_DASH] = ACTIONS(3365), - [anon_sym_QMARK] = ACTIONS(3367), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_go] = ACTIONS(3367), - [anon_sym_spawn] = ACTIONS(3367), - [anon_sym_json_DOTdecode] = ACTIONS(3365), - [anon_sym_LBRACK2] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3365), - [anon_sym_CARET] = ACTIONS(3365), - [anon_sym_AMP] = ACTIONS(3367), - [anon_sym_LT_DASH] = ACTIONS(3365), - [anon_sym_LT_LT] = ACTIONS(3365), - [anon_sym_GT_GT] = ACTIONS(3367), - [anon_sym_GT_GT_GT] = ACTIONS(3365), - [anon_sym_AMP_CARET] = ACTIONS(3365), - [anon_sym_AMP_AMP] = ACTIONS(3365), - [anon_sym_PIPE_PIPE] = ACTIONS(3365), - [anon_sym_or] = ACTIONS(3367), - [sym_none] = ACTIONS(3367), - [sym_true] = ACTIONS(3367), - [sym_false] = ACTIONS(3367), - [sym_nil] = ACTIONS(3367), - [anon_sym_QMARK_DOT] = ACTIONS(3365), - [anon_sym_POUND_LBRACK] = ACTIONS(3365), - [anon_sym_if] = ACTIONS(3367), - [anon_sym_DOLLARif] = ACTIONS(3367), - [anon_sym_is] = ACTIONS(3367), - [anon_sym_BANGis] = ACTIONS(3365), - [anon_sym_in] = ACTIONS(3367), - [anon_sym_BANGin] = ACTIONS(3365), - [anon_sym_match] = ACTIONS(3367), - [anon_sym_select] = ACTIONS(3367), - [anon_sym_lock] = ACTIONS(3367), - [anon_sym_rlock] = ACTIONS(3367), - [anon_sym_unsafe] = ACTIONS(3367), - [anon_sym_sql] = ACTIONS(3367), - [sym_int_literal] = ACTIONS(3367), - [sym_float_literal] = ACTIONS(3365), - [sym_rune_literal] = ACTIONS(3365), - [sym_pseudo_compile_time_identifier] = ACTIONS(3367), - [anon_sym_shared] = ACTIONS(3367), - [anon_sym_map_LBRACK] = ACTIONS(3365), - [anon_sym_chan] = ACTIONS(3367), - [anon_sym_thread] = ACTIONS(3367), - [anon_sym_atomic] = ACTIONS(3367), - [sym___double_quote] = ACTIONS(3365), - [sym___single_quote] = ACTIONS(3365), - [sym___c_double_quote] = ACTIONS(3365), - [sym___c_single_quote] = ACTIONS(3365), - [sym___r_double_quote] = ACTIONS(3365), - [sym___r_single_quote] = ACTIONS(3365), + [anon_sym_DOT] = ACTIONS(3424), + [anon_sym_as] = ACTIONS(3424), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_COMMA] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_PIPE] = ACTIONS(3424), + [anon_sym_fn] = ACTIONS(3424), + [anon_sym_PLUS] = ACTIONS(3424), + [anon_sym_DASH] = ACTIONS(3424), + [anon_sym_STAR] = ACTIONS(3422), + [anon_sym_SLASH] = ACTIONS(3424), + [anon_sym_PERCENT] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3424), + [anon_sym_GT] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_RBRACK] = ACTIONS(3422), + [anon_sym_struct] = ACTIONS(3424), + [anon_sym_mut] = ACTIONS(3424), + [anon_sym_COLON] = ACTIONS(3422), + [anon_sym_PLUS_PLUS] = ACTIONS(3422), + [anon_sym_DASH_DASH] = ACTIONS(3422), + [anon_sym_QMARK] = ACTIONS(3424), + [anon_sym_BANG] = ACTIONS(3424), + [anon_sym_go] = ACTIONS(3424), + [anon_sym_spawn] = ACTIONS(3424), + [anon_sym_json_DOTdecode] = ACTIONS(3422), + [anon_sym_LBRACK2] = ACTIONS(3424), + [anon_sym_TILDE] = ACTIONS(3422), + [anon_sym_CARET] = ACTIONS(3422), + [anon_sym_AMP] = ACTIONS(3424), + [anon_sym_LT_DASH] = ACTIONS(3422), + [anon_sym_LT_LT] = ACTIONS(3422), + [anon_sym_GT_GT] = ACTIONS(3424), + [anon_sym_GT_GT_GT] = ACTIONS(3422), + [anon_sym_AMP_CARET] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_or] = ACTIONS(3424), + [sym_none] = ACTIONS(3424), + [sym_true] = ACTIONS(3424), + [sym_false] = ACTIONS(3424), + [sym_nil] = ACTIONS(3424), + [anon_sym_QMARK_DOT] = ACTIONS(3422), + [anon_sym_POUND_LBRACK] = ACTIONS(3422), + [anon_sym_if] = ACTIONS(3424), + [anon_sym_DOLLARif] = ACTIONS(3424), + [anon_sym_is] = ACTIONS(3424), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3424), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_match] = ACTIONS(3424), + [anon_sym_select] = ACTIONS(3424), + [anon_sym_lock] = ACTIONS(3424), + [anon_sym_rlock] = ACTIONS(3424), + [anon_sym_unsafe] = ACTIONS(3424), + [anon_sym_sql] = ACTIONS(3424), + [sym_int_literal] = ACTIONS(3424), + [sym_float_literal] = ACTIONS(3422), + [sym_rune_literal] = ACTIONS(3422), + [sym_pseudo_compile_time_identifier] = ACTIONS(3424), + [anon_sym_shared] = ACTIONS(3424), + [anon_sym_map_LBRACK] = ACTIONS(3422), + [anon_sym_chan] = ACTIONS(3424), + [anon_sym_thread] = ACTIONS(3424), + [anon_sym_atomic] = ACTIONS(3424), + [sym___double_quote] = ACTIONS(3422), + [sym___single_quote] = ACTIONS(3422), + [sym___c_double_quote] = ACTIONS(3422), + [sym___c_single_quote] = ACTIONS(3422), + [sym___r_double_quote] = ACTIONS(3422), + [sym___r_single_quote] = ACTIONS(3422), }, [1355] = { [sym_line_comment] = STATE(1355), [sym_block_comment] = STATE(1355), - [sym_identifier] = ACTIONS(3299), + [sym_identifier] = ACTIONS(3420), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3299), - [anon_sym_as] = ACTIONS(3299), - [anon_sym_LBRACE] = ACTIONS(3297), - [anon_sym_COMMA] = ACTIONS(3297), - [anon_sym_RBRACE] = ACTIONS(3297), - [anon_sym_LPAREN] = ACTIONS(3297), - [anon_sym_PIPE] = ACTIONS(3299), - [anon_sym_fn] = ACTIONS(3299), - [anon_sym_PLUS] = ACTIONS(3299), - [anon_sym_DASH] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3297), - [anon_sym_SLASH] = ACTIONS(3299), - [anon_sym_PERCENT] = ACTIONS(3297), - [anon_sym_LT] = ACTIONS(3299), - [anon_sym_GT] = ACTIONS(3299), - [anon_sym_EQ_EQ] = ACTIONS(3297), - [anon_sym_BANG_EQ] = ACTIONS(3297), - [anon_sym_LT_EQ] = ACTIONS(3297), - [anon_sym_GT_EQ] = ACTIONS(3297), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_RBRACK] = ACTIONS(3297), - [anon_sym_struct] = ACTIONS(3299), - [anon_sym_mut] = ACTIONS(3299), - [anon_sym_COLON] = ACTIONS(3297), - [anon_sym_PLUS_PLUS] = ACTIONS(3297), - [anon_sym_DASH_DASH] = ACTIONS(3297), - [anon_sym_QMARK] = ACTIONS(3299), - [anon_sym_BANG] = ACTIONS(3299), - [anon_sym_go] = ACTIONS(3299), - [anon_sym_spawn] = ACTIONS(3299), - [anon_sym_json_DOTdecode] = ACTIONS(3297), - [anon_sym_LBRACK2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3297), - [anon_sym_CARET] = ACTIONS(3297), - [anon_sym_AMP] = ACTIONS(3299), - [anon_sym_LT_DASH] = ACTIONS(3297), - [anon_sym_LT_LT] = ACTIONS(3297), - [anon_sym_GT_GT] = ACTIONS(3299), - [anon_sym_GT_GT_GT] = ACTIONS(3297), - [anon_sym_AMP_CARET] = ACTIONS(3297), - [anon_sym_AMP_AMP] = ACTIONS(3297), - [anon_sym_PIPE_PIPE] = ACTIONS(3297), - [anon_sym_or] = ACTIONS(3299), - [sym_none] = ACTIONS(3299), - [sym_true] = ACTIONS(3299), - [sym_false] = ACTIONS(3299), - [sym_nil] = ACTIONS(3299), - [anon_sym_QMARK_DOT] = ACTIONS(3297), - [anon_sym_POUND_LBRACK] = ACTIONS(3297), - [anon_sym_if] = ACTIONS(3299), - [anon_sym_DOLLARif] = ACTIONS(3299), - [anon_sym_is] = ACTIONS(3299), - [anon_sym_BANGis] = ACTIONS(3297), - [anon_sym_in] = ACTIONS(3299), - [anon_sym_BANGin] = ACTIONS(3297), - [anon_sym_match] = ACTIONS(3299), - [anon_sym_select] = ACTIONS(3299), - [anon_sym_lock] = ACTIONS(3299), - [anon_sym_rlock] = ACTIONS(3299), - [anon_sym_unsafe] = ACTIONS(3299), - [anon_sym_sql] = ACTIONS(3299), - [sym_int_literal] = ACTIONS(3299), - [sym_float_literal] = ACTIONS(3297), - [sym_rune_literal] = ACTIONS(3297), - [sym_pseudo_compile_time_identifier] = ACTIONS(3299), - [anon_sym_shared] = ACTIONS(3299), - [anon_sym_map_LBRACK] = ACTIONS(3297), - [anon_sym_chan] = ACTIONS(3299), - [anon_sym_thread] = ACTIONS(3299), - [anon_sym_atomic] = ACTIONS(3299), - [sym___double_quote] = ACTIONS(3297), - [sym___single_quote] = ACTIONS(3297), - [sym___c_double_quote] = ACTIONS(3297), - [sym___c_single_quote] = ACTIONS(3297), - [sym___r_double_quote] = ACTIONS(3297), - [sym___r_single_quote] = ACTIONS(3297), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3418), + [anon_sym_COMMA] = ACTIONS(3418), + [anon_sym_RBRACE] = ACTIONS(3418), + [anon_sym_LPAREN] = ACTIONS(3418), + [anon_sym_PIPE] = ACTIONS(3420), + [anon_sym_fn] = ACTIONS(3420), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_STAR] = ACTIONS(3418), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3418), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_EQ_EQ] = ACTIONS(3418), + [anon_sym_BANG_EQ] = ACTIONS(3418), + [anon_sym_LT_EQ] = ACTIONS(3418), + [anon_sym_GT_EQ] = ACTIONS(3418), + [anon_sym_LBRACK] = ACTIONS(3418), + [anon_sym_RBRACK] = ACTIONS(3418), + [anon_sym_struct] = ACTIONS(3420), + [anon_sym_mut] = ACTIONS(3420), + [anon_sym_COLON] = ACTIONS(3418), + [anon_sym_PLUS_PLUS] = ACTIONS(3418), + [anon_sym_DASH_DASH] = ACTIONS(3418), + [anon_sym_QMARK] = ACTIONS(3420), + [anon_sym_BANG] = ACTIONS(3420), + [anon_sym_go] = ACTIONS(3420), + [anon_sym_spawn] = ACTIONS(3420), + [anon_sym_json_DOTdecode] = ACTIONS(3418), + [anon_sym_LBRACK2] = ACTIONS(3420), + [anon_sym_TILDE] = ACTIONS(3418), + [anon_sym_CARET] = ACTIONS(3418), + [anon_sym_AMP] = ACTIONS(3420), + [anon_sym_LT_DASH] = ACTIONS(3418), + [anon_sym_LT_LT] = ACTIONS(3418), + [anon_sym_GT_GT] = ACTIONS(3420), + [anon_sym_GT_GT_GT] = ACTIONS(3418), + [anon_sym_AMP_CARET] = ACTIONS(3418), + [anon_sym_AMP_AMP] = ACTIONS(3418), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_or] = ACTIONS(3420), + [sym_none] = ACTIONS(3420), + [sym_true] = ACTIONS(3420), + [sym_false] = ACTIONS(3420), + [sym_nil] = ACTIONS(3420), + [anon_sym_QMARK_DOT] = ACTIONS(3418), + [anon_sym_POUND_LBRACK] = ACTIONS(3418), + [anon_sym_if] = ACTIONS(3420), + [anon_sym_DOLLARif] = ACTIONS(3420), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3418), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_BANGin] = ACTIONS(3418), + [anon_sym_match] = ACTIONS(3420), + [anon_sym_select] = ACTIONS(3420), + [anon_sym_lock] = ACTIONS(3420), + [anon_sym_rlock] = ACTIONS(3420), + [anon_sym_unsafe] = ACTIONS(3420), + [anon_sym_sql] = ACTIONS(3420), + [sym_int_literal] = ACTIONS(3420), + [sym_float_literal] = ACTIONS(3418), + [sym_rune_literal] = ACTIONS(3418), + [sym_pseudo_compile_time_identifier] = ACTIONS(3420), + [anon_sym_shared] = ACTIONS(3420), + [anon_sym_map_LBRACK] = ACTIONS(3418), + [anon_sym_chan] = ACTIONS(3420), + [anon_sym_thread] = ACTIONS(3420), + [anon_sym_atomic] = ACTIONS(3420), + [sym___double_quote] = ACTIONS(3418), + [sym___single_quote] = ACTIONS(3418), + [sym___c_double_quote] = ACTIONS(3418), + [sym___c_single_quote] = ACTIONS(3418), + [sym___r_double_quote] = ACTIONS(3418), + [sym___r_single_quote] = ACTIONS(3418), }, [1356] = { [sym_line_comment] = STATE(1356), [sym_block_comment] = STATE(1356), - [sym_identifier] = ACTIONS(2961), + [sym_identifier] = ACTIONS(3416), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2963), - [anon_sym_as] = ACTIONS(2963), - [anon_sym_LBRACE] = ACTIONS(2959), - [anon_sym_COMMA] = ACTIONS(2959), - [anon_sym_RBRACE] = ACTIONS(2959), - [anon_sym_LPAREN] = ACTIONS(2966), - [anon_sym_PIPE] = ACTIONS(2963), - [anon_sym_fn] = ACTIONS(2961), - [anon_sym_PLUS] = ACTIONS(2963), - [anon_sym_DASH] = ACTIONS(2963), - [anon_sym_STAR] = ACTIONS(2966), - [anon_sym_SLASH] = ACTIONS(2963), - [anon_sym_PERCENT] = ACTIONS(2966), - [anon_sym_LT] = ACTIONS(2963), - [anon_sym_GT] = ACTIONS(2963), - [anon_sym_EQ_EQ] = ACTIONS(2966), - [anon_sym_BANG_EQ] = ACTIONS(2966), - [anon_sym_LT_EQ] = ACTIONS(2966), - [anon_sym_GT_EQ] = ACTIONS(2966), - [anon_sym_LBRACK] = ACTIONS(2966), - [anon_sym_RBRACK] = ACTIONS(2959), - [anon_sym_struct] = ACTIONS(2961), - [anon_sym_mut] = ACTIONS(2961), - [anon_sym_COLON] = ACTIONS(2959), - [anon_sym_PLUS_PLUS] = ACTIONS(2966), - [anon_sym_DASH_DASH] = ACTIONS(2966), - [anon_sym_QMARK] = ACTIONS(2963), - [anon_sym_BANG] = ACTIONS(2963), - [anon_sym_go] = ACTIONS(2961), - [anon_sym_spawn] = ACTIONS(2961), - [anon_sym_json_DOTdecode] = ACTIONS(2959), - [anon_sym_LBRACK2] = ACTIONS(2963), - [anon_sym_TILDE] = ACTIONS(2959), - [anon_sym_CARET] = ACTIONS(2966), - [anon_sym_AMP] = ACTIONS(2963), - [anon_sym_LT_DASH] = ACTIONS(2959), - [anon_sym_LT_LT] = ACTIONS(2966), - [anon_sym_GT_GT] = ACTIONS(2963), - [anon_sym_GT_GT_GT] = ACTIONS(2966), - [anon_sym_AMP_CARET] = ACTIONS(2966), - [anon_sym_AMP_AMP] = ACTIONS(2966), - [anon_sym_PIPE_PIPE] = ACTIONS(2966), - [anon_sym_or] = ACTIONS(2963), - [sym_none] = ACTIONS(2961), - [sym_true] = ACTIONS(2961), - [sym_false] = ACTIONS(2961), - [sym_nil] = ACTIONS(2961), - [anon_sym_QMARK_DOT] = ACTIONS(2966), - [anon_sym_POUND_LBRACK] = ACTIONS(2966), - [anon_sym_if] = ACTIONS(2961), - [anon_sym_DOLLARif] = ACTIONS(2961), - [anon_sym_is] = ACTIONS(2963), - [anon_sym_BANGis] = ACTIONS(2966), - [anon_sym_in] = ACTIONS(2963), - [anon_sym_BANGin] = ACTIONS(2966), - [anon_sym_match] = ACTIONS(2961), - [anon_sym_select] = ACTIONS(2961), - [anon_sym_lock] = ACTIONS(2961), - [anon_sym_rlock] = ACTIONS(2961), - [anon_sym_unsafe] = ACTIONS(2961), - [anon_sym_sql] = ACTIONS(2961), - [sym_int_literal] = ACTIONS(2961), - [sym_float_literal] = ACTIONS(2959), - [sym_rune_literal] = ACTIONS(2959), - [sym_pseudo_compile_time_identifier] = ACTIONS(2961), - [anon_sym_shared] = ACTIONS(2961), - [anon_sym_map_LBRACK] = ACTIONS(2959), - [anon_sym_chan] = ACTIONS(2961), - [anon_sym_thread] = ACTIONS(2961), - [anon_sym_atomic] = ACTIONS(2961), - [sym___double_quote] = ACTIONS(2959), - [sym___single_quote] = ACTIONS(2959), - [sym___c_double_quote] = ACTIONS(2959), - [sym___c_single_quote] = ACTIONS(2959), - [sym___r_double_quote] = ACTIONS(2959), - [sym___r_single_quote] = ACTIONS(2959), + [anon_sym_DOT] = ACTIONS(3416), + [anon_sym_as] = ACTIONS(3416), + [anon_sym_LBRACE] = ACTIONS(3414), + [anon_sym_COMMA] = ACTIONS(3414), + [anon_sym_RBRACE] = ACTIONS(3414), + [anon_sym_LPAREN] = ACTIONS(3414), + [anon_sym_PIPE] = ACTIONS(3416), + [anon_sym_fn] = ACTIONS(3416), + [anon_sym_PLUS] = ACTIONS(3416), + [anon_sym_DASH] = ACTIONS(3416), + [anon_sym_STAR] = ACTIONS(3414), + [anon_sym_SLASH] = ACTIONS(3416), + [anon_sym_PERCENT] = ACTIONS(3414), + [anon_sym_LT] = ACTIONS(3416), + [anon_sym_GT] = ACTIONS(3416), + [anon_sym_EQ_EQ] = ACTIONS(3414), + [anon_sym_BANG_EQ] = ACTIONS(3414), + [anon_sym_LT_EQ] = ACTIONS(3414), + [anon_sym_GT_EQ] = ACTIONS(3414), + [anon_sym_LBRACK] = ACTIONS(3414), + [anon_sym_RBRACK] = ACTIONS(3414), + [anon_sym_struct] = ACTIONS(3416), + [anon_sym_mut] = ACTIONS(3416), + [anon_sym_COLON] = ACTIONS(3414), + [anon_sym_PLUS_PLUS] = ACTIONS(3414), + [anon_sym_DASH_DASH] = ACTIONS(3414), + [anon_sym_QMARK] = ACTIONS(3416), + [anon_sym_BANG] = ACTIONS(3416), + [anon_sym_go] = ACTIONS(3416), + [anon_sym_spawn] = ACTIONS(3416), + [anon_sym_json_DOTdecode] = ACTIONS(3414), + [anon_sym_LBRACK2] = ACTIONS(3416), + [anon_sym_TILDE] = ACTIONS(3414), + [anon_sym_CARET] = ACTIONS(3414), + [anon_sym_AMP] = ACTIONS(3416), + [anon_sym_LT_DASH] = ACTIONS(3414), + [anon_sym_LT_LT] = ACTIONS(3414), + [anon_sym_GT_GT] = ACTIONS(3416), + [anon_sym_GT_GT_GT] = ACTIONS(3414), + [anon_sym_AMP_CARET] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3414), + [anon_sym_PIPE_PIPE] = ACTIONS(3414), + [anon_sym_or] = ACTIONS(3416), + [sym_none] = ACTIONS(3416), + [sym_true] = ACTIONS(3416), + [sym_false] = ACTIONS(3416), + [sym_nil] = ACTIONS(3416), + [anon_sym_QMARK_DOT] = ACTIONS(3414), + [anon_sym_POUND_LBRACK] = ACTIONS(3414), + [anon_sym_if] = ACTIONS(3416), + [anon_sym_DOLLARif] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3416), + [anon_sym_BANGis] = ACTIONS(3414), + [anon_sym_in] = ACTIONS(3416), + [anon_sym_BANGin] = ACTIONS(3414), + [anon_sym_match] = ACTIONS(3416), + [anon_sym_select] = ACTIONS(3416), + [anon_sym_lock] = ACTIONS(3416), + [anon_sym_rlock] = ACTIONS(3416), + [anon_sym_unsafe] = ACTIONS(3416), + [anon_sym_sql] = ACTIONS(3416), + [sym_int_literal] = ACTIONS(3416), + [sym_float_literal] = ACTIONS(3414), + [sym_rune_literal] = ACTIONS(3414), + [sym_pseudo_compile_time_identifier] = ACTIONS(3416), + [anon_sym_shared] = ACTIONS(3416), + [anon_sym_map_LBRACK] = ACTIONS(3414), + [anon_sym_chan] = ACTIONS(3416), + [anon_sym_thread] = ACTIONS(3416), + [anon_sym_atomic] = ACTIONS(3416), + [sym___double_quote] = ACTIONS(3414), + [sym___single_quote] = ACTIONS(3414), + [sym___c_double_quote] = ACTIONS(3414), + [sym___c_single_quote] = ACTIONS(3414), + [sym___r_double_quote] = ACTIONS(3414), + [sym___r_single_quote] = ACTIONS(3414), }, [1357] = { [sym_line_comment] = STATE(1357), [sym_block_comment] = STATE(1357), - [sym_identifier] = ACTIONS(2993), + [sym_identifier] = ACTIONS(3385), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2995), - [anon_sym_as] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(2991), - [anon_sym_COMMA] = ACTIONS(2991), - [anon_sym_RBRACE] = ACTIONS(2991), - [anon_sym_LPAREN] = ACTIONS(2998), - [anon_sym_PIPE] = ACTIONS(2995), - [anon_sym_fn] = ACTIONS(2993), - [anon_sym_PLUS] = ACTIONS(2995), - [anon_sym_DASH] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(2998), - [anon_sym_SLASH] = ACTIONS(2995), - [anon_sym_PERCENT] = ACTIONS(2998), - [anon_sym_LT] = ACTIONS(2995), - [anon_sym_GT] = ACTIONS(2995), - [anon_sym_EQ_EQ] = ACTIONS(2998), - [anon_sym_BANG_EQ] = ACTIONS(2998), - [anon_sym_LT_EQ] = ACTIONS(2998), - [anon_sym_GT_EQ] = ACTIONS(2998), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_RBRACK] = ACTIONS(2991), - [anon_sym_struct] = ACTIONS(2993), - [anon_sym_mut] = ACTIONS(2993), - [anon_sym_COLON] = ACTIONS(2991), - [anon_sym_PLUS_PLUS] = ACTIONS(2998), - [anon_sym_DASH_DASH] = ACTIONS(2998), - [anon_sym_QMARK] = ACTIONS(2995), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_go] = ACTIONS(2993), - [anon_sym_spawn] = ACTIONS(2993), - [anon_sym_json_DOTdecode] = ACTIONS(2991), - [anon_sym_LBRACK2] = ACTIONS(2995), - [anon_sym_TILDE] = ACTIONS(2991), - [anon_sym_CARET] = ACTIONS(2998), - [anon_sym_AMP] = ACTIONS(2995), - [anon_sym_LT_DASH] = ACTIONS(2991), - [anon_sym_LT_LT] = ACTIONS(2998), - [anon_sym_GT_GT] = ACTIONS(2995), - [anon_sym_GT_GT_GT] = ACTIONS(2998), - [anon_sym_AMP_CARET] = ACTIONS(2998), - [anon_sym_AMP_AMP] = ACTIONS(2998), - [anon_sym_PIPE_PIPE] = ACTIONS(2998), - [anon_sym_or] = ACTIONS(2995), - [sym_none] = ACTIONS(2993), - [sym_true] = ACTIONS(2993), - [sym_false] = ACTIONS(2993), - [sym_nil] = ACTIONS(2993), - [anon_sym_QMARK_DOT] = ACTIONS(2998), - [anon_sym_POUND_LBRACK] = ACTIONS(2998), - [anon_sym_if] = ACTIONS(2993), - [anon_sym_DOLLARif] = ACTIONS(2993), - [anon_sym_is] = ACTIONS(2995), - [anon_sym_BANGis] = ACTIONS(2998), - [anon_sym_in] = ACTIONS(2995), - [anon_sym_BANGin] = ACTIONS(2998), - [anon_sym_match] = ACTIONS(2993), - [anon_sym_select] = ACTIONS(2993), - [anon_sym_lock] = ACTIONS(2993), - [anon_sym_rlock] = ACTIONS(2993), - [anon_sym_unsafe] = ACTIONS(2993), - [anon_sym_sql] = ACTIONS(2993), - [sym_int_literal] = ACTIONS(2993), - [sym_float_literal] = ACTIONS(2991), - [sym_rune_literal] = ACTIONS(2991), - [sym_pseudo_compile_time_identifier] = ACTIONS(2993), - [anon_sym_shared] = ACTIONS(2993), - [anon_sym_map_LBRACK] = ACTIONS(2991), - [anon_sym_chan] = ACTIONS(2993), - [anon_sym_thread] = ACTIONS(2993), - [anon_sym_atomic] = ACTIONS(2993), - [sym___double_quote] = ACTIONS(2991), - [sym___single_quote] = ACTIONS(2991), - [sym___c_double_quote] = ACTIONS(2991), - [sym___c_single_quote] = ACTIONS(2991), - [sym___r_double_quote] = ACTIONS(2991), - [sym___r_single_quote] = ACTIONS(2991), + [anon_sym_DOT] = ACTIONS(3385), + [anon_sym_as] = ACTIONS(3385), + [anon_sym_LBRACE] = ACTIONS(3383), + [anon_sym_COMMA] = ACTIONS(3383), + [anon_sym_RBRACE] = ACTIONS(3383), + [anon_sym_LPAREN] = ACTIONS(3383), + [anon_sym_PIPE] = ACTIONS(3385), + [anon_sym_fn] = ACTIONS(3385), + [anon_sym_PLUS] = ACTIONS(3385), + [anon_sym_DASH] = ACTIONS(3385), + [anon_sym_STAR] = ACTIONS(3383), + [anon_sym_SLASH] = ACTIONS(3385), + [anon_sym_PERCENT] = ACTIONS(3383), + [anon_sym_LT] = ACTIONS(3385), + [anon_sym_GT] = ACTIONS(3385), + [anon_sym_EQ_EQ] = ACTIONS(3383), + [anon_sym_BANG_EQ] = ACTIONS(3383), + [anon_sym_LT_EQ] = ACTIONS(3383), + [anon_sym_GT_EQ] = ACTIONS(3383), + [anon_sym_LBRACK] = ACTIONS(3383), + [anon_sym_RBRACK] = ACTIONS(3383), + [anon_sym_struct] = ACTIONS(3385), + [anon_sym_mut] = ACTIONS(3385), + [anon_sym_COLON] = ACTIONS(3383), + [anon_sym_PLUS_PLUS] = ACTIONS(3383), + [anon_sym_DASH_DASH] = ACTIONS(3383), + [anon_sym_QMARK] = ACTIONS(3385), + [anon_sym_BANG] = ACTIONS(3385), + [anon_sym_go] = ACTIONS(3385), + [anon_sym_spawn] = ACTIONS(3385), + [anon_sym_json_DOTdecode] = ACTIONS(3383), + [anon_sym_LBRACK2] = ACTIONS(3385), + [anon_sym_TILDE] = ACTIONS(3383), + [anon_sym_CARET] = ACTIONS(3383), + [anon_sym_AMP] = ACTIONS(3385), + [anon_sym_LT_DASH] = ACTIONS(3383), + [anon_sym_LT_LT] = ACTIONS(3383), + [anon_sym_GT_GT] = ACTIONS(3385), + [anon_sym_GT_GT_GT] = ACTIONS(3383), + [anon_sym_AMP_CARET] = ACTIONS(3383), + [anon_sym_AMP_AMP] = ACTIONS(3383), + [anon_sym_PIPE_PIPE] = ACTIONS(3383), + [anon_sym_or] = ACTIONS(3385), + [sym_none] = ACTIONS(3385), + [sym_true] = ACTIONS(3385), + [sym_false] = ACTIONS(3385), + [sym_nil] = ACTIONS(3385), + [anon_sym_QMARK_DOT] = ACTIONS(3383), + [anon_sym_POUND_LBRACK] = ACTIONS(3383), + [anon_sym_if] = ACTIONS(3385), + [anon_sym_DOLLARif] = ACTIONS(3385), + [anon_sym_is] = ACTIONS(3385), + [anon_sym_BANGis] = ACTIONS(3383), + [anon_sym_in] = ACTIONS(3385), + [anon_sym_BANGin] = ACTIONS(3383), + [anon_sym_match] = ACTIONS(3385), + [anon_sym_select] = ACTIONS(3385), + [anon_sym_lock] = ACTIONS(3385), + [anon_sym_rlock] = ACTIONS(3385), + [anon_sym_unsafe] = ACTIONS(3385), + [anon_sym_sql] = ACTIONS(3385), + [sym_int_literal] = ACTIONS(3385), + [sym_float_literal] = ACTIONS(3383), + [sym_rune_literal] = ACTIONS(3383), + [sym_pseudo_compile_time_identifier] = ACTIONS(3385), + [anon_sym_shared] = ACTIONS(3385), + [anon_sym_map_LBRACK] = ACTIONS(3383), + [anon_sym_chan] = ACTIONS(3385), + [anon_sym_thread] = ACTIONS(3385), + [anon_sym_atomic] = ACTIONS(3385), + [sym___double_quote] = ACTIONS(3383), + [sym___single_quote] = ACTIONS(3383), + [sym___c_double_quote] = ACTIONS(3383), + [sym___c_single_quote] = ACTIONS(3383), + [sym___r_double_quote] = ACTIONS(3383), + [sym___r_single_quote] = ACTIONS(3383), }, [1358] = { [sym_line_comment] = STATE(1358), [sym_block_comment] = STATE(1358), - [sym_identifier] = ACTIONS(3411), + [sym_identifier] = ACTIONS(3149), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3411), - [anon_sym_as] = ACTIONS(3411), - [anon_sym_LBRACE] = ACTIONS(3409), - [anon_sym_COMMA] = ACTIONS(3409), - [anon_sym_RBRACE] = ACTIONS(3409), - [anon_sym_LPAREN] = ACTIONS(3409), - [anon_sym_PIPE] = ACTIONS(3411), - [anon_sym_fn] = ACTIONS(3411), - [anon_sym_PLUS] = ACTIONS(3411), - [anon_sym_DASH] = ACTIONS(3411), - [anon_sym_STAR] = ACTIONS(3409), - [anon_sym_SLASH] = ACTIONS(3411), - [anon_sym_PERCENT] = ACTIONS(3409), - [anon_sym_LT] = ACTIONS(3411), - [anon_sym_GT] = ACTIONS(3411), - [anon_sym_EQ_EQ] = ACTIONS(3409), - [anon_sym_BANG_EQ] = ACTIONS(3409), - [anon_sym_LT_EQ] = ACTIONS(3409), - [anon_sym_GT_EQ] = ACTIONS(3409), - [anon_sym_LBRACK] = ACTIONS(3409), - [anon_sym_RBRACK] = ACTIONS(3409), - [anon_sym_struct] = ACTIONS(3411), - [anon_sym_mut] = ACTIONS(3411), - [anon_sym_COLON] = ACTIONS(3409), - [anon_sym_PLUS_PLUS] = ACTIONS(3409), - [anon_sym_DASH_DASH] = ACTIONS(3409), - [anon_sym_QMARK] = ACTIONS(3411), - [anon_sym_BANG] = ACTIONS(3411), - [anon_sym_go] = ACTIONS(3411), - [anon_sym_spawn] = ACTIONS(3411), - [anon_sym_json_DOTdecode] = ACTIONS(3409), - [anon_sym_LBRACK2] = ACTIONS(3411), - [anon_sym_TILDE] = ACTIONS(3409), - [anon_sym_CARET] = ACTIONS(3409), - [anon_sym_AMP] = ACTIONS(3411), - [anon_sym_LT_DASH] = ACTIONS(3409), - [anon_sym_LT_LT] = ACTIONS(3409), - [anon_sym_GT_GT] = ACTIONS(3411), - [anon_sym_GT_GT_GT] = ACTIONS(3409), - [anon_sym_AMP_CARET] = ACTIONS(3409), - [anon_sym_AMP_AMP] = ACTIONS(3409), - [anon_sym_PIPE_PIPE] = ACTIONS(3409), - [anon_sym_or] = ACTIONS(3411), - [sym_none] = ACTIONS(3411), - [sym_true] = ACTIONS(3411), - [sym_false] = ACTIONS(3411), - [sym_nil] = ACTIONS(3411), - [anon_sym_QMARK_DOT] = ACTIONS(3409), - [anon_sym_POUND_LBRACK] = ACTIONS(3409), - [anon_sym_if] = ACTIONS(3411), - [anon_sym_DOLLARif] = ACTIONS(3411), - [anon_sym_is] = ACTIONS(3411), - [anon_sym_BANGis] = ACTIONS(3409), - [anon_sym_in] = ACTIONS(3411), - [anon_sym_BANGin] = ACTIONS(3409), - [anon_sym_match] = ACTIONS(3411), - [anon_sym_select] = ACTIONS(3411), - [anon_sym_lock] = ACTIONS(3411), - [anon_sym_rlock] = ACTIONS(3411), - [anon_sym_unsafe] = ACTIONS(3411), - [anon_sym_sql] = ACTIONS(3411), - [sym_int_literal] = ACTIONS(3411), - [sym_float_literal] = ACTIONS(3409), - [sym_rune_literal] = ACTIONS(3409), - [sym_pseudo_compile_time_identifier] = ACTIONS(3411), - [anon_sym_shared] = ACTIONS(3411), - [anon_sym_map_LBRACK] = ACTIONS(3409), - [anon_sym_chan] = ACTIONS(3411), - [anon_sym_thread] = ACTIONS(3411), - [anon_sym_atomic] = ACTIONS(3411), - [sym___double_quote] = ACTIONS(3409), - [sym___single_quote] = ACTIONS(3409), - [sym___c_double_quote] = ACTIONS(3409), - [sym___c_single_quote] = ACTIONS(3409), - [sym___r_double_quote] = ACTIONS(3409), - [sym___r_single_quote] = ACTIONS(3409), + [anon_sym_DOT] = ACTIONS(2787), + [anon_sym_as] = ACTIONS(3149), + [anon_sym_LBRACE] = ACTIONS(3147), + [anon_sym_COMMA] = ACTIONS(3147), + [anon_sym_RBRACE] = ACTIONS(3147), + [anon_sym_LPAREN] = ACTIONS(3147), + [anon_sym_PIPE] = ACTIONS(3149), + [anon_sym_fn] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3147), + [anon_sym_SLASH] = ACTIONS(3149), + [anon_sym_PERCENT] = ACTIONS(3147), + [anon_sym_LT] = ACTIONS(3149), + [anon_sym_GT] = ACTIONS(3149), + [anon_sym_EQ_EQ] = ACTIONS(3147), + [anon_sym_BANG_EQ] = ACTIONS(3147), + [anon_sym_LT_EQ] = ACTIONS(3147), + [anon_sym_GT_EQ] = ACTIONS(3147), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_RBRACK] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3149), + [anon_sym_mut] = ACTIONS(3149), + [anon_sym_COLON] = ACTIONS(3147), + [anon_sym_PLUS_PLUS] = ACTIONS(3147), + [anon_sym_DASH_DASH] = ACTIONS(3147), + [anon_sym_QMARK] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_go] = ACTIONS(3149), + [anon_sym_spawn] = ACTIONS(3149), + [anon_sym_json_DOTdecode] = ACTIONS(3147), + [anon_sym_LBRACK2] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_CARET] = ACTIONS(3147), + [anon_sym_AMP] = ACTIONS(3149), + [anon_sym_LT_DASH] = ACTIONS(3147), + [anon_sym_LT_LT] = ACTIONS(3147), + [anon_sym_GT_GT] = ACTIONS(3149), + [anon_sym_GT_GT_GT] = ACTIONS(3147), + [anon_sym_AMP_CARET] = ACTIONS(3147), + [anon_sym_AMP_AMP] = ACTIONS(3147), + [anon_sym_PIPE_PIPE] = ACTIONS(3147), + [anon_sym_or] = ACTIONS(3149), + [sym_none] = ACTIONS(3149), + [sym_true] = ACTIONS(3149), + [sym_false] = ACTIONS(3149), + [sym_nil] = ACTIONS(3149), + [anon_sym_QMARK_DOT] = ACTIONS(3147), + [anon_sym_POUND_LBRACK] = ACTIONS(3147), + [anon_sym_if] = ACTIONS(3149), + [anon_sym_DOLLARif] = ACTIONS(3149), + [anon_sym_is] = ACTIONS(3149), + [anon_sym_BANGis] = ACTIONS(3147), + [anon_sym_in] = ACTIONS(3149), + [anon_sym_BANGin] = ACTIONS(3147), + [anon_sym_match] = ACTIONS(3149), + [anon_sym_select] = ACTIONS(3149), + [anon_sym_lock] = ACTIONS(3149), + [anon_sym_rlock] = ACTIONS(3149), + [anon_sym_unsafe] = ACTIONS(3149), + [anon_sym_sql] = ACTIONS(3149), + [sym_int_literal] = ACTIONS(3149), + [sym_float_literal] = ACTIONS(3147), + [sym_rune_literal] = ACTIONS(3147), + [sym_pseudo_compile_time_identifier] = ACTIONS(3149), + [anon_sym_shared] = ACTIONS(3149), + [anon_sym_map_LBRACK] = ACTIONS(3147), + [anon_sym_chan] = ACTIONS(3149), + [anon_sym_thread] = ACTIONS(3149), + [anon_sym_atomic] = ACTIONS(3149), + [sym___double_quote] = ACTIONS(3147), + [sym___single_quote] = ACTIONS(3147), + [sym___c_double_quote] = ACTIONS(3147), + [sym___c_single_quote] = ACTIONS(3147), + [sym___r_double_quote] = ACTIONS(3147), + [sym___r_single_quote] = ACTIONS(3147), }, [1359] = { [sym_line_comment] = STATE(1359), [sym_block_comment] = STATE(1359), - [sym_identifier] = ACTIONS(3407), + [sym_identifier] = ACTIONS(3377), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3407), - [anon_sym_as] = ACTIONS(3407), - [anon_sym_LBRACE] = ACTIONS(3405), - [anon_sym_COMMA] = ACTIONS(3405), - [anon_sym_RBRACE] = ACTIONS(3405), - [anon_sym_LPAREN] = ACTIONS(3405), - [anon_sym_PIPE] = ACTIONS(3407), - [anon_sym_fn] = ACTIONS(3407), - [anon_sym_PLUS] = ACTIONS(3407), - [anon_sym_DASH] = ACTIONS(3407), - [anon_sym_STAR] = ACTIONS(3405), - [anon_sym_SLASH] = ACTIONS(3407), - [anon_sym_PERCENT] = ACTIONS(3405), - [anon_sym_LT] = ACTIONS(3407), - [anon_sym_GT] = ACTIONS(3407), - [anon_sym_EQ_EQ] = ACTIONS(3405), - [anon_sym_BANG_EQ] = ACTIONS(3405), - [anon_sym_LT_EQ] = ACTIONS(3405), - [anon_sym_GT_EQ] = ACTIONS(3405), - [anon_sym_LBRACK] = ACTIONS(3405), - [anon_sym_RBRACK] = ACTIONS(3405), - [anon_sym_struct] = ACTIONS(3407), - [anon_sym_mut] = ACTIONS(3407), - [anon_sym_COLON] = ACTIONS(3405), - [anon_sym_PLUS_PLUS] = ACTIONS(3405), - [anon_sym_DASH_DASH] = ACTIONS(3405), - [anon_sym_QMARK] = ACTIONS(3407), - [anon_sym_BANG] = ACTIONS(3407), - [anon_sym_go] = ACTIONS(3407), - [anon_sym_spawn] = ACTIONS(3407), - [anon_sym_json_DOTdecode] = ACTIONS(3405), - [anon_sym_LBRACK2] = ACTIONS(3407), - [anon_sym_TILDE] = ACTIONS(3405), - [anon_sym_CARET] = ACTIONS(3405), - [anon_sym_AMP] = ACTIONS(3407), - [anon_sym_LT_DASH] = ACTIONS(3405), - [anon_sym_LT_LT] = ACTIONS(3405), - [anon_sym_GT_GT] = ACTIONS(3407), - [anon_sym_GT_GT_GT] = ACTIONS(3405), - [anon_sym_AMP_CARET] = ACTIONS(3405), - [anon_sym_AMP_AMP] = ACTIONS(3405), - [anon_sym_PIPE_PIPE] = ACTIONS(3405), - [anon_sym_or] = ACTIONS(3407), - [sym_none] = ACTIONS(3407), - [sym_true] = ACTIONS(3407), - [sym_false] = ACTIONS(3407), - [sym_nil] = ACTIONS(3407), - [anon_sym_QMARK_DOT] = ACTIONS(3405), - [anon_sym_POUND_LBRACK] = ACTIONS(3405), - [anon_sym_if] = ACTIONS(3407), - [anon_sym_DOLLARif] = ACTIONS(3407), - [anon_sym_is] = ACTIONS(3407), - [anon_sym_BANGis] = ACTIONS(3405), - [anon_sym_in] = ACTIONS(3407), - [anon_sym_BANGin] = ACTIONS(3405), - [anon_sym_match] = ACTIONS(3407), - [anon_sym_select] = ACTIONS(3407), - [anon_sym_lock] = ACTIONS(3407), - [anon_sym_rlock] = ACTIONS(3407), - [anon_sym_unsafe] = ACTIONS(3407), - [anon_sym_sql] = ACTIONS(3407), - [sym_int_literal] = ACTIONS(3407), - [sym_float_literal] = ACTIONS(3405), - [sym_rune_literal] = ACTIONS(3405), - [sym_pseudo_compile_time_identifier] = ACTIONS(3407), - [anon_sym_shared] = ACTIONS(3407), - [anon_sym_map_LBRACK] = ACTIONS(3405), - [anon_sym_chan] = ACTIONS(3407), - [anon_sym_thread] = ACTIONS(3407), - [anon_sym_atomic] = ACTIONS(3407), - [sym___double_quote] = ACTIONS(3405), - [sym___single_quote] = ACTIONS(3405), - [sym___c_double_quote] = ACTIONS(3405), - [sym___c_single_quote] = ACTIONS(3405), - [sym___r_double_quote] = ACTIONS(3405), - [sym___r_single_quote] = ACTIONS(3405), + [anon_sym_DOT] = ACTIONS(3399), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3375), + [anon_sym_COMMA] = ACTIONS(3375), + [anon_sym_RBRACE] = ACTIONS(3375), + [anon_sym_LPAREN] = ACTIONS(3375), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3375), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3375), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3375), + [anon_sym_BANG_EQ] = ACTIONS(3375), + [anon_sym_LT_EQ] = ACTIONS(3375), + [anon_sym_GT_EQ] = ACTIONS(3375), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_RBRACK] = ACTIONS(3375), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_COLON] = ACTIONS(3375), + [anon_sym_PLUS_PLUS] = ACTIONS(3375), + [anon_sym_DASH_DASH] = ACTIONS(3375), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3375), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_CARET] = ACTIONS(3375), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3375), + [anon_sym_LT_LT] = ACTIONS(3375), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3375), + [anon_sym_AMP_CARET] = ACTIONS(3375), + [anon_sym_AMP_AMP] = ACTIONS(3375), + [anon_sym_PIPE_PIPE] = ACTIONS(3375), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3375), + [anon_sym_POUND_LBRACK] = ACTIONS(3375), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3375), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3375), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3375), + [sym_rune_literal] = ACTIONS(3375), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3375), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3375), + [sym___single_quote] = ACTIONS(3375), + [sym___c_double_quote] = ACTIONS(3375), + [sym___c_single_quote] = ACTIONS(3375), + [sym___r_double_quote] = ACTIONS(3375), + [sym___r_single_quote] = ACTIONS(3375), }, [1360] = { [sym_line_comment] = STATE(1360), [sym_block_comment] = STATE(1360), - [sym_identifier] = ACTIONS(3435), + [sym_identifier] = ACTIONS(3237), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3441), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3433), - [anon_sym_COMMA] = ACTIONS(3433), - [anon_sym_RBRACE] = ACTIONS(3433), - [anon_sym_LPAREN] = ACTIONS(3433), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3433), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3433), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3433), - [anon_sym_BANG_EQ] = ACTIONS(3433), - [anon_sym_LT_EQ] = ACTIONS(3433), - [anon_sym_GT_EQ] = ACTIONS(3433), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_RBRACK] = ACTIONS(3433), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_COLON] = ACTIONS(3433), - [anon_sym_PLUS_PLUS] = ACTIONS(3433), - [anon_sym_DASH_DASH] = ACTIONS(3433), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3433), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3433), - [anon_sym_CARET] = ACTIONS(3433), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3433), - [anon_sym_LT_LT] = ACTIONS(3433), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3433), - [anon_sym_AMP_CARET] = ACTIONS(3433), - [anon_sym_AMP_AMP] = ACTIONS(3433), - [anon_sym_PIPE_PIPE] = ACTIONS(3433), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3433), - [anon_sym_POUND_LBRACK] = ACTIONS(3433), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3433), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3433), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3433), - [sym_rune_literal] = ACTIONS(3433), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3433), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3433), - [sym___single_quote] = ACTIONS(3433), - [sym___c_double_quote] = ACTIONS(3433), - [sym___c_single_quote] = ACTIONS(3433), - [sym___r_double_quote] = ACTIONS(3433), - [sym___r_single_quote] = ACTIONS(3433), + [anon_sym_DOT] = ACTIONS(3237), + [anon_sym_as] = ACTIONS(3237), + [anon_sym_LBRACE] = ACTIONS(3235), + [anon_sym_COMMA] = ACTIONS(3235), + [anon_sym_RBRACE] = ACTIONS(3235), + [anon_sym_LPAREN] = ACTIONS(3235), + [anon_sym_PIPE] = ACTIONS(3237), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_PLUS] = ACTIONS(3237), + [anon_sym_DASH] = ACTIONS(3237), + [anon_sym_STAR] = ACTIONS(3235), + [anon_sym_SLASH] = ACTIONS(3237), + [anon_sym_PERCENT] = ACTIONS(3235), + [anon_sym_LT] = ACTIONS(3237), + [anon_sym_GT] = ACTIONS(3237), + [anon_sym_EQ_EQ] = ACTIONS(3235), + [anon_sym_BANG_EQ] = ACTIONS(3235), + [anon_sym_LT_EQ] = ACTIONS(3235), + [anon_sym_GT_EQ] = ACTIONS(3235), + [anon_sym_LBRACK] = ACTIONS(3235), + [anon_sym_RBRACK] = ACTIONS(3235), + [anon_sym_struct] = ACTIONS(3237), + [anon_sym_mut] = ACTIONS(3237), + [anon_sym_COLON] = ACTIONS(3235), + [anon_sym_PLUS_PLUS] = ACTIONS(3235), + [anon_sym_DASH_DASH] = ACTIONS(3235), + [anon_sym_QMARK] = ACTIONS(3237), + [anon_sym_BANG] = ACTIONS(3237), + [anon_sym_go] = ACTIONS(3237), + [anon_sym_spawn] = ACTIONS(3237), + [anon_sym_json_DOTdecode] = ACTIONS(3235), + [anon_sym_LBRACK2] = ACTIONS(3237), + [anon_sym_TILDE] = ACTIONS(3235), + [anon_sym_CARET] = ACTIONS(3235), + [anon_sym_AMP] = ACTIONS(3237), + [anon_sym_LT_DASH] = ACTIONS(3235), + [anon_sym_LT_LT] = ACTIONS(3235), + [anon_sym_GT_GT] = ACTIONS(3237), + [anon_sym_GT_GT_GT] = ACTIONS(3235), + [anon_sym_AMP_CARET] = ACTIONS(3235), + [anon_sym_AMP_AMP] = ACTIONS(3235), + [anon_sym_PIPE_PIPE] = ACTIONS(3235), + [anon_sym_or] = ACTIONS(3237), + [sym_none] = ACTIONS(3237), + [sym_true] = ACTIONS(3237), + [sym_false] = ACTIONS(3237), + [sym_nil] = ACTIONS(3237), + [anon_sym_QMARK_DOT] = ACTIONS(3235), + [anon_sym_POUND_LBRACK] = ACTIONS(3235), + [anon_sym_if] = ACTIONS(3237), + [anon_sym_DOLLARif] = ACTIONS(3237), + [anon_sym_is] = ACTIONS(3237), + [anon_sym_BANGis] = ACTIONS(3235), + [anon_sym_in] = ACTIONS(3237), + [anon_sym_BANGin] = ACTIONS(3235), + [anon_sym_match] = ACTIONS(3237), + [anon_sym_select] = ACTIONS(3237), + [anon_sym_lock] = ACTIONS(3237), + [anon_sym_rlock] = ACTIONS(3237), + [anon_sym_unsafe] = ACTIONS(3237), + [anon_sym_sql] = ACTIONS(3237), + [sym_int_literal] = ACTIONS(3237), + [sym_float_literal] = ACTIONS(3235), + [sym_rune_literal] = ACTIONS(3235), + [sym_pseudo_compile_time_identifier] = ACTIONS(3237), + [anon_sym_shared] = ACTIONS(3237), + [anon_sym_map_LBRACK] = ACTIONS(3235), + [anon_sym_chan] = ACTIONS(3237), + [anon_sym_thread] = ACTIONS(3237), + [anon_sym_atomic] = ACTIONS(3237), + [sym___double_quote] = ACTIONS(3235), + [sym___single_quote] = ACTIONS(3235), + [sym___c_double_quote] = ACTIONS(3235), + [sym___c_single_quote] = ACTIONS(3235), + [sym___r_double_quote] = ACTIONS(3235), + [sym___r_single_quote] = ACTIONS(3235), }, [1361] = { [sym_line_comment] = STATE(1361), [sym_block_comment] = STATE(1361), - [sym_identifier] = ACTIONS(3151), + [sym_identifier] = ACTIONS(3233), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2833), - [anon_sym_as] = ACTIONS(3151), - [anon_sym_LBRACE] = ACTIONS(3149), - [anon_sym_COMMA] = ACTIONS(3149), - [anon_sym_RBRACE] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3149), - [anon_sym_PIPE] = ACTIONS(3151), - [anon_sym_fn] = ACTIONS(3151), - [anon_sym_PLUS] = ACTIONS(3151), - [anon_sym_DASH] = ACTIONS(3151), - [anon_sym_STAR] = ACTIONS(3149), - [anon_sym_SLASH] = ACTIONS(3151), - [anon_sym_PERCENT] = ACTIONS(3149), - [anon_sym_LT] = ACTIONS(3151), - [anon_sym_GT] = ACTIONS(3151), - [anon_sym_EQ_EQ] = ACTIONS(3149), - [anon_sym_BANG_EQ] = ACTIONS(3149), - [anon_sym_LT_EQ] = ACTIONS(3149), - [anon_sym_GT_EQ] = ACTIONS(3149), - [anon_sym_LBRACK] = ACTIONS(3149), - [anon_sym_RBRACK] = ACTIONS(3149), - [anon_sym_struct] = ACTIONS(3151), - [anon_sym_mut] = ACTIONS(3151), - [anon_sym_COLON] = ACTIONS(3149), - [anon_sym_PLUS_PLUS] = ACTIONS(3149), - [anon_sym_DASH_DASH] = ACTIONS(3149), - [anon_sym_QMARK] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3151), - [anon_sym_go] = ACTIONS(3151), - [anon_sym_spawn] = ACTIONS(3151), - [anon_sym_json_DOTdecode] = ACTIONS(3149), - [anon_sym_LBRACK2] = ACTIONS(3151), - [anon_sym_TILDE] = ACTIONS(3149), - [anon_sym_CARET] = ACTIONS(3149), - [anon_sym_AMP] = ACTIONS(3151), - [anon_sym_LT_DASH] = ACTIONS(3149), - [anon_sym_LT_LT] = ACTIONS(3149), - [anon_sym_GT_GT] = ACTIONS(3151), - [anon_sym_GT_GT_GT] = ACTIONS(3149), - [anon_sym_AMP_CARET] = ACTIONS(3149), - [anon_sym_AMP_AMP] = ACTIONS(3149), - [anon_sym_PIPE_PIPE] = ACTIONS(3149), - [anon_sym_or] = ACTIONS(3151), - [sym_none] = ACTIONS(3151), - [sym_true] = ACTIONS(3151), - [sym_false] = ACTIONS(3151), - [sym_nil] = ACTIONS(3151), - [anon_sym_QMARK_DOT] = ACTIONS(3149), - [anon_sym_POUND_LBRACK] = ACTIONS(3149), - [anon_sym_if] = ACTIONS(3151), - [anon_sym_DOLLARif] = ACTIONS(3151), - [anon_sym_is] = ACTIONS(3151), - [anon_sym_BANGis] = ACTIONS(3149), - [anon_sym_in] = ACTIONS(3151), - [anon_sym_BANGin] = ACTIONS(3149), - [anon_sym_match] = ACTIONS(3151), - [anon_sym_select] = ACTIONS(3151), - [anon_sym_lock] = ACTIONS(3151), - [anon_sym_rlock] = ACTIONS(3151), - [anon_sym_unsafe] = ACTIONS(3151), - [anon_sym_sql] = ACTIONS(3151), - [sym_int_literal] = ACTIONS(3151), - [sym_float_literal] = ACTIONS(3149), - [sym_rune_literal] = ACTIONS(3149), - [sym_pseudo_compile_time_identifier] = ACTIONS(3151), - [anon_sym_shared] = ACTIONS(3151), - [anon_sym_map_LBRACK] = ACTIONS(3149), - [anon_sym_chan] = ACTIONS(3151), - [anon_sym_thread] = ACTIONS(3151), - [anon_sym_atomic] = ACTIONS(3151), - [sym___double_quote] = ACTIONS(3149), - [sym___single_quote] = ACTIONS(3149), - [sym___c_double_quote] = ACTIONS(3149), - [sym___c_single_quote] = ACTIONS(3149), - [sym___r_double_quote] = ACTIONS(3149), - [sym___r_single_quote] = ACTIONS(3149), + [anon_sym_DOT] = ACTIONS(3233), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(3231), + [anon_sym_COMMA] = ACTIONS(3231), + [anon_sym_RBRACE] = ACTIONS(3231), + [anon_sym_LPAREN] = ACTIONS(3231), + [anon_sym_PIPE] = ACTIONS(3233), + [anon_sym_fn] = ACTIONS(3233), + [anon_sym_PLUS] = ACTIONS(3233), + [anon_sym_DASH] = ACTIONS(3233), + [anon_sym_STAR] = ACTIONS(3231), + [anon_sym_SLASH] = ACTIONS(3233), + [anon_sym_PERCENT] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(3233), + [anon_sym_GT] = ACTIONS(3233), + [anon_sym_EQ_EQ] = ACTIONS(3231), + [anon_sym_BANG_EQ] = ACTIONS(3231), + [anon_sym_LT_EQ] = ACTIONS(3231), + [anon_sym_GT_EQ] = ACTIONS(3231), + [anon_sym_LBRACK] = ACTIONS(3231), + [anon_sym_RBRACK] = ACTIONS(3231), + [anon_sym_struct] = ACTIONS(3233), + [anon_sym_mut] = ACTIONS(3233), + [anon_sym_COLON] = ACTIONS(3231), + [anon_sym_PLUS_PLUS] = ACTIONS(3231), + [anon_sym_DASH_DASH] = ACTIONS(3231), + [anon_sym_QMARK] = ACTIONS(3233), + [anon_sym_BANG] = ACTIONS(3233), + [anon_sym_go] = ACTIONS(3233), + [anon_sym_spawn] = ACTIONS(3233), + [anon_sym_json_DOTdecode] = ACTIONS(3231), + [anon_sym_LBRACK2] = ACTIONS(3233), + [anon_sym_TILDE] = ACTIONS(3231), + [anon_sym_CARET] = ACTIONS(3231), + [anon_sym_AMP] = ACTIONS(3233), + [anon_sym_LT_DASH] = ACTIONS(3231), + [anon_sym_LT_LT] = ACTIONS(3231), + [anon_sym_GT_GT] = ACTIONS(3233), + [anon_sym_GT_GT_GT] = ACTIONS(3231), + [anon_sym_AMP_CARET] = ACTIONS(3231), + [anon_sym_AMP_AMP] = ACTIONS(3231), + [anon_sym_PIPE_PIPE] = ACTIONS(3231), + [anon_sym_or] = ACTIONS(3233), + [sym_none] = ACTIONS(3233), + [sym_true] = ACTIONS(3233), + [sym_false] = ACTIONS(3233), + [sym_nil] = ACTIONS(3233), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3231), + [anon_sym_if] = ACTIONS(3233), + [anon_sym_DOLLARif] = ACTIONS(3233), + [anon_sym_is] = ACTIONS(3233), + [anon_sym_BANGis] = ACTIONS(3231), + [anon_sym_in] = ACTIONS(3233), + [anon_sym_BANGin] = ACTIONS(3231), + [anon_sym_match] = ACTIONS(3233), + [anon_sym_select] = ACTIONS(3233), + [anon_sym_lock] = ACTIONS(3233), + [anon_sym_rlock] = ACTIONS(3233), + [anon_sym_unsafe] = ACTIONS(3233), + [anon_sym_sql] = ACTIONS(3233), + [sym_int_literal] = ACTIONS(3233), + [sym_float_literal] = ACTIONS(3231), + [sym_rune_literal] = ACTIONS(3231), + [sym_pseudo_compile_time_identifier] = ACTIONS(3233), + [anon_sym_shared] = ACTIONS(3233), + [anon_sym_map_LBRACK] = ACTIONS(3231), + [anon_sym_chan] = ACTIONS(3233), + [anon_sym_thread] = ACTIONS(3233), + [anon_sym_atomic] = ACTIONS(3233), + [sym___double_quote] = ACTIONS(3231), + [sym___single_quote] = ACTIONS(3231), + [sym___c_double_quote] = ACTIONS(3231), + [sym___c_single_quote] = ACTIONS(3231), + [sym___r_double_quote] = ACTIONS(3231), + [sym___r_single_quote] = ACTIONS(3231), }, [1362] = { [sym_line_comment] = STATE(1362), [sym_block_comment] = STATE(1362), - [sym_identifier] = ACTIONS(3399), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3399), - [anon_sym_as] = ACTIONS(3399), - [anon_sym_LBRACE] = ACTIONS(3397), - [anon_sym_COMMA] = ACTIONS(3397), - [anon_sym_RBRACE] = ACTIONS(3397), - [anon_sym_LPAREN] = ACTIONS(3397), - [anon_sym_PIPE] = ACTIONS(3399), - [anon_sym_fn] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3397), - [anon_sym_SLASH] = ACTIONS(3399), - [anon_sym_PERCENT] = ACTIONS(3397), - [anon_sym_LT] = ACTIONS(3399), - [anon_sym_GT] = ACTIONS(3399), - [anon_sym_EQ_EQ] = ACTIONS(3397), - [anon_sym_BANG_EQ] = ACTIONS(3397), - [anon_sym_LT_EQ] = ACTIONS(3397), - [anon_sym_GT_EQ] = ACTIONS(3397), - [anon_sym_LBRACK] = ACTIONS(3397), - [anon_sym_RBRACK] = ACTIONS(3397), - [anon_sym_struct] = ACTIONS(3399), - [anon_sym_mut] = ACTIONS(3399), - [anon_sym_COLON] = ACTIONS(3397), - [anon_sym_PLUS_PLUS] = ACTIONS(3397), - [anon_sym_DASH_DASH] = ACTIONS(3397), - [anon_sym_QMARK] = ACTIONS(3399), - [anon_sym_BANG] = ACTIONS(3399), - [anon_sym_go] = ACTIONS(3399), - [anon_sym_spawn] = ACTIONS(3399), - [anon_sym_json_DOTdecode] = ACTIONS(3397), - [anon_sym_LBRACK2] = ACTIONS(3399), - [anon_sym_TILDE] = ACTIONS(3397), - [anon_sym_CARET] = ACTIONS(3397), - [anon_sym_AMP] = ACTIONS(3399), - [anon_sym_LT_DASH] = ACTIONS(3397), - [anon_sym_LT_LT] = ACTIONS(3397), - [anon_sym_GT_GT] = ACTIONS(3399), - [anon_sym_GT_GT_GT] = ACTIONS(3397), - [anon_sym_AMP_CARET] = ACTIONS(3397), - [anon_sym_AMP_AMP] = ACTIONS(3397), - [anon_sym_PIPE_PIPE] = ACTIONS(3397), - [anon_sym_or] = ACTIONS(3399), - [sym_none] = ACTIONS(3399), - [sym_true] = ACTIONS(3399), - [sym_false] = ACTIONS(3399), - [sym_nil] = ACTIONS(3399), - [anon_sym_QMARK_DOT] = ACTIONS(3397), - [anon_sym_POUND_LBRACK] = ACTIONS(3397), - [anon_sym_if] = ACTIONS(3399), - [anon_sym_DOLLARif] = ACTIONS(3399), - [anon_sym_is] = ACTIONS(3399), - [anon_sym_BANGis] = ACTIONS(3397), - [anon_sym_in] = ACTIONS(3399), - [anon_sym_BANGin] = ACTIONS(3397), - [anon_sym_match] = ACTIONS(3399), - [anon_sym_select] = ACTIONS(3399), - [anon_sym_lock] = ACTIONS(3399), - [anon_sym_rlock] = ACTIONS(3399), - [anon_sym_unsafe] = ACTIONS(3399), - [anon_sym_sql] = ACTIONS(3399), - [sym_int_literal] = ACTIONS(3399), - [sym_float_literal] = ACTIONS(3397), - [sym_rune_literal] = ACTIONS(3397), - [sym_pseudo_compile_time_identifier] = ACTIONS(3399), - [anon_sym_shared] = ACTIONS(3399), - [anon_sym_map_LBRACK] = ACTIONS(3397), - [anon_sym_chan] = ACTIONS(3399), - [anon_sym_thread] = ACTIONS(3399), - [anon_sym_atomic] = ACTIONS(3399), - [sym___double_quote] = ACTIONS(3397), - [sym___single_quote] = ACTIONS(3397), - [sym___c_double_quote] = ACTIONS(3397), - [sym___c_single_quote] = ACTIONS(3397), - [sym___r_double_quote] = ACTIONS(3397), - [sym___r_single_quote] = ACTIONS(3397), - }, - [1363] = { - [sym_line_comment] = STATE(1363), - [sym_block_comment] = STATE(1363), - [sym_identifier] = ACTIONS(2831), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2831), - [anon_sym_as] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2829), - [anon_sym_COMMA] = ACTIONS(2829), - [anon_sym_RBRACE] = ACTIONS(2829), - [anon_sym_LPAREN] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_fn] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2829), - [anon_sym_SLASH] = ACTIONS(2831), - [anon_sym_PERCENT] = ACTIONS(2829), - [anon_sym_LT] = ACTIONS(2831), - [anon_sym_GT] = ACTIONS(2831), - [anon_sym_EQ_EQ] = ACTIONS(2829), - [anon_sym_BANG_EQ] = ACTIONS(2829), - [anon_sym_LT_EQ] = ACTIONS(2829), - [anon_sym_GT_EQ] = ACTIONS(2829), - [anon_sym_LBRACK] = ACTIONS(2829), - [anon_sym_RBRACK] = ACTIONS(2829), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_mut] = ACTIONS(2831), - [anon_sym_COLON] = ACTIONS(2829), - [anon_sym_PLUS_PLUS] = ACTIONS(2829), - [anon_sym_DASH_DASH] = ACTIONS(2829), - [anon_sym_QMARK] = ACTIONS(2831), - [anon_sym_BANG] = ACTIONS(2831), - [anon_sym_go] = ACTIONS(2831), - [anon_sym_spawn] = ACTIONS(2831), - [anon_sym_json_DOTdecode] = ACTIONS(2829), - [anon_sym_LBRACK2] = ACTIONS(2831), - [anon_sym_TILDE] = ACTIONS(2829), - [anon_sym_CARET] = ACTIONS(2829), - [anon_sym_AMP] = ACTIONS(2831), - [anon_sym_LT_DASH] = ACTIONS(2829), - [anon_sym_LT_LT] = ACTIONS(2829), - [anon_sym_GT_GT] = ACTIONS(2831), - [anon_sym_GT_GT_GT] = ACTIONS(2829), - [anon_sym_AMP_CARET] = ACTIONS(2829), - [anon_sym_AMP_AMP] = ACTIONS(2829), - [anon_sym_PIPE_PIPE] = ACTIONS(2829), - [anon_sym_or] = ACTIONS(2831), - [sym_none] = ACTIONS(2831), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [sym_nil] = ACTIONS(2831), - [anon_sym_QMARK_DOT] = ACTIONS(2829), - [anon_sym_POUND_LBRACK] = ACTIONS(2829), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_DOLLARif] = ACTIONS(2831), - [anon_sym_is] = ACTIONS(2831), - [anon_sym_BANGis] = ACTIONS(2829), - [anon_sym_in] = ACTIONS(2831), - [anon_sym_BANGin] = ACTIONS(2829), - [anon_sym_match] = ACTIONS(2831), - [anon_sym_select] = ACTIONS(2831), - [anon_sym_lock] = ACTIONS(2831), - [anon_sym_rlock] = ACTIONS(2831), - [anon_sym_unsafe] = ACTIONS(2831), - [anon_sym_sql] = ACTIONS(2831), - [sym_int_literal] = ACTIONS(2831), - [sym_float_literal] = ACTIONS(2829), - [sym_rune_literal] = ACTIONS(2829), - [sym_pseudo_compile_time_identifier] = ACTIONS(2831), - [anon_sym_shared] = ACTIONS(2831), - [anon_sym_map_LBRACK] = ACTIONS(2829), - [anon_sym_chan] = ACTIONS(2831), - [anon_sym_thread] = ACTIONS(2831), - [anon_sym_atomic] = ACTIONS(2831), - [sym___double_quote] = ACTIONS(2829), - [sym___single_quote] = ACTIONS(2829), - [sym___c_double_quote] = ACTIONS(2829), - [sym___c_single_quote] = ACTIONS(2829), - [sym___r_double_quote] = ACTIONS(2829), - [sym___r_single_quote] = ACTIONS(2829), - }, - [1364] = { - [sym_line_comment] = STATE(1364), - [sym_block_comment] = STATE(1364), - [sym_identifier] = ACTIONS(3395), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3395), - [anon_sym_as] = ACTIONS(3395), - [anon_sym_LBRACE] = ACTIONS(3393), - [anon_sym_COMMA] = ACTIONS(3393), - [anon_sym_RBRACE] = ACTIONS(3393), - [anon_sym_LPAREN] = ACTIONS(3393), - [anon_sym_PIPE] = ACTIONS(3395), - [anon_sym_fn] = ACTIONS(3395), - [anon_sym_PLUS] = ACTIONS(3395), - [anon_sym_DASH] = ACTIONS(3395), - [anon_sym_STAR] = ACTIONS(3393), - [anon_sym_SLASH] = ACTIONS(3395), - [anon_sym_PERCENT] = ACTIONS(3393), - [anon_sym_LT] = ACTIONS(3395), - [anon_sym_GT] = ACTIONS(3395), - [anon_sym_EQ_EQ] = ACTIONS(3393), - [anon_sym_BANG_EQ] = ACTIONS(3393), - [anon_sym_LT_EQ] = ACTIONS(3393), - [anon_sym_GT_EQ] = ACTIONS(3393), - [anon_sym_LBRACK] = ACTIONS(3393), - [anon_sym_RBRACK] = ACTIONS(3393), - [anon_sym_struct] = ACTIONS(3395), - [anon_sym_mut] = ACTIONS(3395), - [anon_sym_COLON] = ACTIONS(3393), - [anon_sym_PLUS_PLUS] = ACTIONS(3393), - [anon_sym_DASH_DASH] = ACTIONS(3393), - [anon_sym_QMARK] = ACTIONS(3395), - [anon_sym_BANG] = ACTIONS(3395), - [anon_sym_go] = ACTIONS(3395), - [anon_sym_spawn] = ACTIONS(3395), - [anon_sym_json_DOTdecode] = ACTIONS(3393), - [anon_sym_LBRACK2] = ACTIONS(3395), - [anon_sym_TILDE] = ACTIONS(3393), - [anon_sym_CARET] = ACTIONS(3393), - [anon_sym_AMP] = ACTIONS(3395), - [anon_sym_LT_DASH] = ACTIONS(3393), - [anon_sym_LT_LT] = ACTIONS(3393), - [anon_sym_GT_GT] = ACTIONS(3395), - [anon_sym_GT_GT_GT] = ACTIONS(3393), - [anon_sym_AMP_CARET] = ACTIONS(3393), - [anon_sym_AMP_AMP] = ACTIONS(3393), - [anon_sym_PIPE_PIPE] = ACTIONS(3393), - [anon_sym_or] = ACTIONS(3395), - [sym_none] = ACTIONS(3395), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_nil] = ACTIONS(3395), - [anon_sym_QMARK_DOT] = ACTIONS(3393), - [anon_sym_POUND_LBRACK] = ACTIONS(3393), - [anon_sym_if] = ACTIONS(3395), - [anon_sym_DOLLARif] = ACTIONS(3395), - [anon_sym_is] = ACTIONS(3395), - [anon_sym_BANGis] = ACTIONS(3393), - [anon_sym_in] = ACTIONS(3395), - [anon_sym_BANGin] = ACTIONS(3393), - [anon_sym_match] = ACTIONS(3395), - [anon_sym_select] = ACTIONS(3395), - [anon_sym_lock] = ACTIONS(3395), - [anon_sym_rlock] = ACTIONS(3395), - [anon_sym_unsafe] = ACTIONS(3395), - [anon_sym_sql] = ACTIONS(3395), - [sym_int_literal] = ACTIONS(3395), - [sym_float_literal] = ACTIONS(3393), - [sym_rune_literal] = ACTIONS(3393), - [sym_pseudo_compile_time_identifier] = ACTIONS(3395), - [anon_sym_shared] = ACTIONS(3395), - [anon_sym_map_LBRACK] = ACTIONS(3393), - [anon_sym_chan] = ACTIONS(3395), - [anon_sym_thread] = ACTIONS(3395), - [anon_sym_atomic] = ACTIONS(3395), - [sym___double_quote] = ACTIONS(3393), - [sym___single_quote] = ACTIONS(3393), - [sym___c_double_quote] = ACTIONS(3393), - [sym___c_single_quote] = ACTIONS(3393), - [sym___r_double_quote] = ACTIONS(3393), - [sym___r_single_quote] = ACTIONS(3393), - }, - [1365] = { - [sym_line_comment] = STATE(1365), - [sym_block_comment] = STATE(1365), - [sym_identifier] = ACTIONS(3307), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3307), - [anon_sym_as] = ACTIONS(3307), - [anon_sym_LBRACE] = ACTIONS(3305), - [anon_sym_COMMA] = ACTIONS(3305), - [anon_sym_RBRACE] = ACTIONS(3305), - [anon_sym_LPAREN] = ACTIONS(3305), - [anon_sym_PIPE] = ACTIONS(3307), - [anon_sym_fn] = ACTIONS(3307), - [anon_sym_PLUS] = ACTIONS(3307), - [anon_sym_DASH] = ACTIONS(3307), - [anon_sym_STAR] = ACTIONS(3305), - [anon_sym_SLASH] = ACTIONS(3307), - [anon_sym_PERCENT] = ACTIONS(3305), - [anon_sym_LT] = ACTIONS(3307), - [anon_sym_GT] = ACTIONS(3307), - [anon_sym_EQ_EQ] = ACTIONS(3305), - [anon_sym_BANG_EQ] = ACTIONS(3305), - [anon_sym_LT_EQ] = ACTIONS(3305), - [anon_sym_GT_EQ] = ACTIONS(3305), - [anon_sym_LBRACK] = ACTIONS(3305), - [anon_sym_RBRACK] = ACTIONS(3305), - [anon_sym_struct] = ACTIONS(3307), - [anon_sym_mut] = ACTIONS(3307), - [anon_sym_COLON] = ACTIONS(3305), - [anon_sym_PLUS_PLUS] = ACTIONS(3305), - [anon_sym_DASH_DASH] = ACTIONS(3305), - [anon_sym_QMARK] = ACTIONS(3307), - [anon_sym_BANG] = ACTIONS(3307), - [anon_sym_go] = ACTIONS(3307), - [anon_sym_spawn] = ACTIONS(3307), - [anon_sym_json_DOTdecode] = ACTIONS(3305), - [anon_sym_LBRACK2] = ACTIONS(3307), - [anon_sym_TILDE] = ACTIONS(3305), - [anon_sym_CARET] = ACTIONS(3305), - [anon_sym_AMP] = ACTIONS(3307), - [anon_sym_LT_DASH] = ACTIONS(3305), - [anon_sym_LT_LT] = ACTIONS(3305), - [anon_sym_GT_GT] = ACTIONS(3307), - [anon_sym_GT_GT_GT] = ACTIONS(3305), - [anon_sym_AMP_CARET] = ACTIONS(3305), - [anon_sym_AMP_AMP] = ACTIONS(3305), - [anon_sym_PIPE_PIPE] = ACTIONS(3305), - [anon_sym_or] = ACTIONS(3307), - [sym_none] = ACTIONS(3307), - [sym_true] = ACTIONS(3307), - [sym_false] = ACTIONS(3307), - [sym_nil] = ACTIONS(3307), - [anon_sym_QMARK_DOT] = ACTIONS(3305), - [anon_sym_POUND_LBRACK] = ACTIONS(3305), - [anon_sym_if] = ACTIONS(3307), - [anon_sym_DOLLARif] = ACTIONS(3307), - [anon_sym_is] = ACTIONS(3307), - [anon_sym_BANGis] = ACTIONS(3305), - [anon_sym_in] = ACTIONS(3307), - [anon_sym_BANGin] = ACTIONS(3305), - [anon_sym_match] = ACTIONS(3307), - [anon_sym_select] = ACTIONS(3307), - [anon_sym_lock] = ACTIONS(3307), - [anon_sym_rlock] = ACTIONS(3307), - [anon_sym_unsafe] = ACTIONS(3307), - [anon_sym_sql] = ACTIONS(3307), - [sym_int_literal] = ACTIONS(3307), - [sym_float_literal] = ACTIONS(3305), - [sym_rune_literal] = ACTIONS(3305), - [sym_pseudo_compile_time_identifier] = ACTIONS(3307), - [anon_sym_shared] = ACTIONS(3307), - [anon_sym_map_LBRACK] = ACTIONS(3305), - [anon_sym_chan] = ACTIONS(3307), - [anon_sym_thread] = ACTIONS(3307), - [anon_sym_atomic] = ACTIONS(3307), - [sym___double_quote] = ACTIONS(3305), - [sym___single_quote] = ACTIONS(3305), - [sym___c_double_quote] = ACTIONS(3305), - [sym___c_single_quote] = ACTIONS(3305), - [sym___r_double_quote] = ACTIONS(3305), - [sym___r_single_quote] = ACTIONS(3305), - }, - [1366] = { - [sym_line_comment] = STATE(1366), - [sym_block_comment] = STATE(1366), - [sym_identifier] = ACTIONS(3303), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3303), - [anon_sym_as] = ACTIONS(3303), - [anon_sym_LBRACE] = ACTIONS(3301), - [anon_sym_COMMA] = ACTIONS(3301), - [anon_sym_RBRACE] = ACTIONS(3301), - [anon_sym_LPAREN] = ACTIONS(3301), - [anon_sym_PIPE] = ACTIONS(3303), - [anon_sym_fn] = ACTIONS(3303), - [anon_sym_PLUS] = ACTIONS(3303), - [anon_sym_DASH] = ACTIONS(3303), - [anon_sym_STAR] = ACTIONS(3301), - [anon_sym_SLASH] = ACTIONS(3303), - [anon_sym_PERCENT] = ACTIONS(3301), - [anon_sym_LT] = ACTIONS(3303), - [anon_sym_GT] = ACTIONS(3303), - [anon_sym_EQ_EQ] = ACTIONS(3301), - [anon_sym_BANG_EQ] = ACTIONS(3301), - [anon_sym_LT_EQ] = ACTIONS(3301), - [anon_sym_GT_EQ] = ACTIONS(3301), - [anon_sym_LBRACK] = ACTIONS(3301), - [anon_sym_RBRACK] = ACTIONS(3301), - [anon_sym_struct] = ACTIONS(3303), - [anon_sym_mut] = ACTIONS(3303), - [anon_sym_COLON] = ACTIONS(3301), - [anon_sym_PLUS_PLUS] = ACTIONS(3301), - [anon_sym_DASH_DASH] = ACTIONS(3301), - [anon_sym_QMARK] = ACTIONS(3303), - [anon_sym_BANG] = ACTIONS(3303), - [anon_sym_go] = ACTIONS(3303), - [anon_sym_spawn] = ACTIONS(3303), - [anon_sym_json_DOTdecode] = ACTIONS(3301), - [anon_sym_LBRACK2] = ACTIONS(3303), - [anon_sym_TILDE] = ACTIONS(3301), - [anon_sym_CARET] = ACTIONS(3301), - [anon_sym_AMP] = ACTIONS(3303), - [anon_sym_LT_DASH] = ACTIONS(3301), - [anon_sym_LT_LT] = ACTIONS(3301), - [anon_sym_GT_GT] = ACTIONS(3303), - [anon_sym_GT_GT_GT] = ACTIONS(3301), - [anon_sym_AMP_CARET] = ACTIONS(3301), - [anon_sym_AMP_AMP] = ACTIONS(3301), - [anon_sym_PIPE_PIPE] = ACTIONS(3301), - [anon_sym_or] = ACTIONS(3303), - [sym_none] = ACTIONS(3303), - [sym_true] = ACTIONS(3303), - [sym_false] = ACTIONS(3303), - [sym_nil] = ACTIONS(3303), - [anon_sym_QMARK_DOT] = ACTIONS(3301), - [anon_sym_POUND_LBRACK] = ACTIONS(3301), - [anon_sym_if] = ACTIONS(3303), - [anon_sym_DOLLARif] = ACTIONS(3303), - [anon_sym_is] = ACTIONS(3303), - [anon_sym_BANGis] = ACTIONS(3301), - [anon_sym_in] = ACTIONS(3303), - [anon_sym_BANGin] = ACTIONS(3301), - [anon_sym_match] = ACTIONS(3303), - [anon_sym_select] = ACTIONS(3303), - [anon_sym_lock] = ACTIONS(3303), - [anon_sym_rlock] = ACTIONS(3303), - [anon_sym_unsafe] = ACTIONS(3303), - [anon_sym_sql] = ACTIONS(3303), - [sym_int_literal] = ACTIONS(3303), - [sym_float_literal] = ACTIONS(3301), - [sym_rune_literal] = ACTIONS(3301), - [sym_pseudo_compile_time_identifier] = ACTIONS(3303), - [anon_sym_shared] = ACTIONS(3303), - [anon_sym_map_LBRACK] = ACTIONS(3301), - [anon_sym_chan] = ACTIONS(3303), - [anon_sym_thread] = ACTIONS(3303), - [anon_sym_atomic] = ACTIONS(3303), - [sym___double_quote] = ACTIONS(3301), - [sym___single_quote] = ACTIONS(3301), - [sym___c_double_quote] = ACTIONS(3301), - [sym___c_single_quote] = ACTIONS(3301), - [sym___r_double_quote] = ACTIONS(3301), - [sym___r_single_quote] = ACTIONS(3301), - }, - [1367] = { - [sym_line_comment] = STATE(1367), - [sym_block_comment] = STATE(1367), - [sym_identifier] = ACTIONS(3287), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3287), - [anon_sym_as] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3285), - [anon_sym_COMMA] = ACTIONS(3285), - [anon_sym_RBRACE] = ACTIONS(3285), - [anon_sym_LPAREN] = ACTIONS(3285), - [anon_sym_PIPE] = ACTIONS(3287), - [anon_sym_fn] = ACTIONS(3287), - [anon_sym_PLUS] = ACTIONS(3287), - [anon_sym_DASH] = ACTIONS(3287), - [anon_sym_STAR] = ACTIONS(3285), - [anon_sym_SLASH] = ACTIONS(3287), - [anon_sym_PERCENT] = ACTIONS(3285), - [anon_sym_LT] = ACTIONS(3287), - [anon_sym_GT] = ACTIONS(3287), - [anon_sym_EQ_EQ] = ACTIONS(3285), - [anon_sym_BANG_EQ] = ACTIONS(3285), - [anon_sym_LT_EQ] = ACTIONS(3285), - [anon_sym_GT_EQ] = ACTIONS(3285), - [anon_sym_LBRACK] = ACTIONS(3285), - [anon_sym_RBRACK] = ACTIONS(3285), - [anon_sym_struct] = ACTIONS(3287), - [anon_sym_mut] = ACTIONS(3287), - [anon_sym_COLON] = ACTIONS(3285), - [anon_sym_PLUS_PLUS] = ACTIONS(3285), - [anon_sym_DASH_DASH] = ACTIONS(3285), - [anon_sym_QMARK] = ACTIONS(3287), - [anon_sym_BANG] = ACTIONS(3287), - [anon_sym_go] = ACTIONS(3287), - [anon_sym_spawn] = ACTIONS(3287), - [anon_sym_json_DOTdecode] = ACTIONS(3285), - [anon_sym_LBRACK2] = ACTIONS(3287), - [anon_sym_TILDE] = ACTIONS(3285), - [anon_sym_CARET] = ACTIONS(3285), - [anon_sym_AMP] = ACTIONS(3287), - [anon_sym_LT_DASH] = ACTIONS(3285), - [anon_sym_LT_LT] = ACTIONS(3285), - [anon_sym_GT_GT] = ACTIONS(3287), - [anon_sym_GT_GT_GT] = ACTIONS(3285), - [anon_sym_AMP_CARET] = ACTIONS(3285), - [anon_sym_AMP_AMP] = ACTIONS(3285), - [anon_sym_PIPE_PIPE] = ACTIONS(3285), - [anon_sym_or] = ACTIONS(3287), - [sym_none] = ACTIONS(3287), - [sym_true] = ACTIONS(3287), - [sym_false] = ACTIONS(3287), - [sym_nil] = ACTIONS(3287), - [anon_sym_QMARK_DOT] = ACTIONS(3285), - [anon_sym_POUND_LBRACK] = ACTIONS(3285), - [anon_sym_if] = ACTIONS(3287), - [anon_sym_DOLLARif] = ACTIONS(3287), - [anon_sym_is] = ACTIONS(3287), - [anon_sym_BANGis] = ACTIONS(3285), - [anon_sym_in] = ACTIONS(3287), - [anon_sym_BANGin] = ACTIONS(3285), - [anon_sym_match] = ACTIONS(3287), - [anon_sym_select] = ACTIONS(3287), - [anon_sym_lock] = ACTIONS(3287), - [anon_sym_rlock] = ACTIONS(3287), - [anon_sym_unsafe] = ACTIONS(3287), - [anon_sym_sql] = ACTIONS(3287), - [sym_int_literal] = ACTIONS(3287), - [sym_float_literal] = ACTIONS(3285), - [sym_rune_literal] = ACTIONS(3285), - [sym_pseudo_compile_time_identifier] = ACTIONS(3287), - [anon_sym_shared] = ACTIONS(3287), - [anon_sym_map_LBRACK] = ACTIONS(3285), - [anon_sym_chan] = ACTIONS(3287), - [anon_sym_thread] = ACTIONS(3287), - [anon_sym_atomic] = ACTIONS(3287), - [sym___double_quote] = ACTIONS(3285), - [sym___single_quote] = ACTIONS(3285), - [sym___c_double_quote] = ACTIONS(3285), - [sym___c_single_quote] = ACTIONS(3285), - [sym___r_double_quote] = ACTIONS(3285), - [sym___r_single_quote] = ACTIONS(3285), - }, - [1368] = { - [sym_line_comment] = STATE(1368), - [sym_block_comment] = STATE(1368), - [sym_identifier] = ACTIONS(3275), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3275), - [anon_sym_as] = ACTIONS(3275), - [anon_sym_LBRACE] = ACTIONS(3273), - [anon_sym_COMMA] = ACTIONS(3273), - [anon_sym_RBRACE] = ACTIONS(3273), - [anon_sym_LPAREN] = ACTIONS(3273), - [anon_sym_PIPE] = ACTIONS(3275), - [anon_sym_fn] = ACTIONS(3275), - [anon_sym_PLUS] = ACTIONS(3275), - [anon_sym_DASH] = ACTIONS(3275), - [anon_sym_STAR] = ACTIONS(3273), - [anon_sym_SLASH] = ACTIONS(3275), - [anon_sym_PERCENT] = ACTIONS(3273), - [anon_sym_LT] = ACTIONS(3275), - [anon_sym_GT] = ACTIONS(3275), - [anon_sym_EQ_EQ] = ACTIONS(3273), - [anon_sym_BANG_EQ] = ACTIONS(3273), - [anon_sym_LT_EQ] = ACTIONS(3273), - [anon_sym_GT_EQ] = ACTIONS(3273), - [anon_sym_LBRACK] = ACTIONS(3273), - [anon_sym_RBRACK] = ACTIONS(3273), - [anon_sym_struct] = ACTIONS(3275), - [anon_sym_mut] = ACTIONS(3275), - [anon_sym_COLON] = ACTIONS(3273), - [anon_sym_PLUS_PLUS] = ACTIONS(3273), - [anon_sym_DASH_DASH] = ACTIONS(3273), - [anon_sym_QMARK] = ACTIONS(3275), - [anon_sym_BANG] = ACTIONS(3275), - [anon_sym_go] = ACTIONS(3275), - [anon_sym_spawn] = ACTIONS(3275), - [anon_sym_json_DOTdecode] = ACTIONS(3273), - [anon_sym_LBRACK2] = ACTIONS(3275), - [anon_sym_TILDE] = ACTIONS(3273), - [anon_sym_CARET] = ACTIONS(3273), - [anon_sym_AMP] = ACTIONS(3275), - [anon_sym_LT_DASH] = ACTIONS(3273), - [anon_sym_LT_LT] = ACTIONS(3273), - [anon_sym_GT_GT] = ACTIONS(3275), - [anon_sym_GT_GT_GT] = ACTIONS(3273), - [anon_sym_AMP_CARET] = ACTIONS(3273), - [anon_sym_AMP_AMP] = ACTIONS(3273), - [anon_sym_PIPE_PIPE] = ACTIONS(3273), - [anon_sym_or] = ACTIONS(3275), - [sym_none] = ACTIONS(3275), - [sym_true] = ACTIONS(3275), - [sym_false] = ACTIONS(3275), - [sym_nil] = ACTIONS(3275), - [anon_sym_QMARK_DOT] = ACTIONS(3273), - [anon_sym_POUND_LBRACK] = ACTIONS(3273), - [anon_sym_if] = ACTIONS(3275), - [anon_sym_DOLLARif] = ACTIONS(3275), - [anon_sym_is] = ACTIONS(3275), - [anon_sym_BANGis] = ACTIONS(3273), - [anon_sym_in] = ACTIONS(3275), - [anon_sym_BANGin] = ACTIONS(3273), - [anon_sym_match] = ACTIONS(3275), - [anon_sym_select] = ACTIONS(3275), - [anon_sym_lock] = ACTIONS(3275), - [anon_sym_rlock] = ACTIONS(3275), - [anon_sym_unsafe] = ACTIONS(3275), - [anon_sym_sql] = ACTIONS(3275), - [sym_int_literal] = ACTIONS(3275), - [sym_float_literal] = ACTIONS(3273), - [sym_rune_literal] = ACTIONS(3273), - [sym_pseudo_compile_time_identifier] = ACTIONS(3275), - [anon_sym_shared] = ACTIONS(3275), - [anon_sym_map_LBRACK] = ACTIONS(3273), - [anon_sym_chan] = ACTIONS(3275), - [anon_sym_thread] = ACTIONS(3275), - [anon_sym_atomic] = ACTIONS(3275), - [sym___double_quote] = ACTIONS(3273), - [sym___single_quote] = ACTIONS(3273), - [sym___c_double_quote] = ACTIONS(3273), - [sym___c_single_quote] = ACTIONS(3273), - [sym___r_double_quote] = ACTIONS(3273), - [sym___r_single_quote] = ACTIONS(3273), - }, - [1369] = { - [sym_line_comment] = STATE(1369), - [sym_block_comment] = STATE(1369), - [sym_identifier] = ACTIONS(3363), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3363), - [anon_sym_as] = ACTIONS(3363), - [anon_sym_LBRACE] = ACTIONS(3361), - [anon_sym_COMMA] = ACTIONS(3361), - [anon_sym_RBRACE] = ACTIONS(3361), - [anon_sym_LPAREN] = ACTIONS(3361), - [anon_sym_PIPE] = ACTIONS(3363), - [anon_sym_fn] = ACTIONS(3363), - [anon_sym_PLUS] = ACTIONS(3363), - [anon_sym_DASH] = ACTIONS(3363), - [anon_sym_STAR] = ACTIONS(3361), - [anon_sym_SLASH] = ACTIONS(3363), - [anon_sym_PERCENT] = ACTIONS(3361), - [anon_sym_LT] = ACTIONS(3363), - [anon_sym_GT] = ACTIONS(3363), - [anon_sym_EQ_EQ] = ACTIONS(3361), - [anon_sym_BANG_EQ] = ACTIONS(3361), - [anon_sym_LT_EQ] = ACTIONS(3361), - [anon_sym_GT_EQ] = ACTIONS(3361), - [anon_sym_LBRACK] = ACTIONS(3361), - [anon_sym_RBRACK] = ACTIONS(3361), - [anon_sym_struct] = ACTIONS(3363), - [anon_sym_mut] = ACTIONS(3363), - [anon_sym_COLON] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_QMARK] = ACTIONS(3363), - [anon_sym_BANG] = ACTIONS(3363), - [anon_sym_go] = ACTIONS(3363), - [anon_sym_spawn] = ACTIONS(3363), - [anon_sym_json_DOTdecode] = ACTIONS(3361), - [anon_sym_LBRACK2] = ACTIONS(3363), - [anon_sym_TILDE] = ACTIONS(3361), - [anon_sym_CARET] = ACTIONS(3361), - [anon_sym_AMP] = ACTIONS(3363), - [anon_sym_LT_DASH] = ACTIONS(3361), - [anon_sym_LT_LT] = ACTIONS(3361), - [anon_sym_GT_GT] = ACTIONS(3363), - [anon_sym_GT_GT_GT] = ACTIONS(3361), - [anon_sym_AMP_CARET] = ACTIONS(3361), - [anon_sym_AMP_AMP] = ACTIONS(3361), - [anon_sym_PIPE_PIPE] = ACTIONS(3361), - [anon_sym_or] = ACTIONS(3363), - [sym_none] = ACTIONS(3363), - [sym_true] = ACTIONS(3363), - [sym_false] = ACTIONS(3363), - [sym_nil] = ACTIONS(3363), - [anon_sym_QMARK_DOT] = ACTIONS(3361), - [anon_sym_POUND_LBRACK] = ACTIONS(3361), - [anon_sym_if] = ACTIONS(3363), - [anon_sym_DOLLARif] = ACTIONS(3363), - [anon_sym_is] = ACTIONS(3363), - [anon_sym_BANGis] = ACTIONS(3361), - [anon_sym_in] = ACTIONS(3363), - [anon_sym_BANGin] = ACTIONS(3361), - [anon_sym_match] = ACTIONS(3363), - [anon_sym_select] = ACTIONS(3363), - [anon_sym_lock] = ACTIONS(3363), - [anon_sym_rlock] = ACTIONS(3363), - [anon_sym_unsafe] = ACTIONS(3363), - [anon_sym_sql] = ACTIONS(3363), - [sym_int_literal] = ACTIONS(3363), - [sym_float_literal] = ACTIONS(3361), - [sym_rune_literal] = ACTIONS(3361), - [sym_pseudo_compile_time_identifier] = ACTIONS(3363), - [anon_sym_shared] = ACTIONS(3363), - [anon_sym_map_LBRACK] = ACTIONS(3361), - [anon_sym_chan] = ACTIONS(3363), - [anon_sym_thread] = ACTIONS(3363), - [anon_sym_atomic] = ACTIONS(3363), - [sym___double_quote] = ACTIONS(3361), - [sym___single_quote] = ACTIONS(3361), - [sym___c_double_quote] = ACTIONS(3361), - [sym___c_single_quote] = ACTIONS(3361), - [sym___r_double_quote] = ACTIONS(3361), - [sym___r_single_quote] = ACTIONS(3361), - }, - [1370] = { - [sym_line_comment] = STATE(1370), - [sym_block_comment] = STATE(1370), - [sym_identifier] = ACTIONS(3359), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3359), - [anon_sym_as] = ACTIONS(3359), - [anon_sym_LBRACE] = ACTIONS(3357), - [anon_sym_COMMA] = ACTIONS(3357), - [anon_sym_RBRACE] = ACTIONS(3357), - [anon_sym_LPAREN] = ACTIONS(3357), - [anon_sym_PIPE] = ACTIONS(3359), - [anon_sym_fn] = ACTIONS(3359), - [anon_sym_PLUS] = ACTIONS(3359), - [anon_sym_DASH] = ACTIONS(3359), - [anon_sym_STAR] = ACTIONS(3357), - [anon_sym_SLASH] = ACTIONS(3359), - [anon_sym_PERCENT] = ACTIONS(3357), - [anon_sym_LT] = ACTIONS(3359), - [anon_sym_GT] = ACTIONS(3359), - [anon_sym_EQ_EQ] = ACTIONS(3357), - [anon_sym_BANG_EQ] = ACTIONS(3357), - [anon_sym_LT_EQ] = ACTIONS(3357), - [anon_sym_GT_EQ] = ACTIONS(3357), - [anon_sym_LBRACK] = ACTIONS(3357), - [anon_sym_RBRACK] = ACTIONS(3357), - [anon_sym_struct] = ACTIONS(3359), - [anon_sym_mut] = ACTIONS(3359), - [anon_sym_COLON] = ACTIONS(3357), - [anon_sym_PLUS_PLUS] = ACTIONS(3357), - [anon_sym_DASH_DASH] = ACTIONS(3357), - [anon_sym_QMARK] = ACTIONS(3359), - [anon_sym_BANG] = ACTIONS(3359), - [anon_sym_go] = ACTIONS(3359), - [anon_sym_spawn] = ACTIONS(3359), - [anon_sym_json_DOTdecode] = ACTIONS(3357), - [anon_sym_LBRACK2] = ACTIONS(3359), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_CARET] = ACTIONS(3357), - [anon_sym_AMP] = ACTIONS(3359), - [anon_sym_LT_DASH] = ACTIONS(3357), - [anon_sym_LT_LT] = ACTIONS(3357), - [anon_sym_GT_GT] = ACTIONS(3359), - [anon_sym_GT_GT_GT] = ACTIONS(3357), - [anon_sym_AMP_CARET] = ACTIONS(3357), - [anon_sym_AMP_AMP] = ACTIONS(3357), - [anon_sym_PIPE_PIPE] = ACTIONS(3357), - [anon_sym_or] = ACTIONS(3359), - [sym_none] = ACTIONS(3359), - [sym_true] = ACTIONS(3359), - [sym_false] = ACTIONS(3359), - [sym_nil] = ACTIONS(3359), - [anon_sym_QMARK_DOT] = ACTIONS(3357), - [anon_sym_POUND_LBRACK] = ACTIONS(3357), - [anon_sym_if] = ACTIONS(3359), - [anon_sym_DOLLARif] = ACTIONS(3359), - [anon_sym_is] = ACTIONS(3359), - [anon_sym_BANGis] = ACTIONS(3357), - [anon_sym_in] = ACTIONS(3359), - [anon_sym_BANGin] = ACTIONS(3357), - [anon_sym_match] = ACTIONS(3359), - [anon_sym_select] = ACTIONS(3359), - [anon_sym_lock] = ACTIONS(3359), - [anon_sym_rlock] = ACTIONS(3359), - [anon_sym_unsafe] = ACTIONS(3359), - [anon_sym_sql] = ACTIONS(3359), - [sym_int_literal] = ACTIONS(3359), - [sym_float_literal] = ACTIONS(3357), - [sym_rune_literal] = ACTIONS(3357), - [sym_pseudo_compile_time_identifier] = ACTIONS(3359), - [anon_sym_shared] = ACTIONS(3359), - [anon_sym_map_LBRACK] = ACTIONS(3357), - [anon_sym_chan] = ACTIONS(3359), - [anon_sym_thread] = ACTIONS(3359), - [anon_sym_atomic] = ACTIONS(3359), - [sym___double_quote] = ACTIONS(3357), - [sym___single_quote] = ACTIONS(3357), - [sym___c_double_quote] = ACTIONS(3357), - [sym___c_single_quote] = ACTIONS(3357), - [sym___r_double_quote] = ACTIONS(3357), - [sym___r_single_quote] = ACTIONS(3357), - }, - [1371] = { - [sym_line_comment] = STATE(1371), - [sym_block_comment] = STATE(1371), - [sym_identifier] = ACTIONS(3355), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3355), - [anon_sym_as] = ACTIONS(3355), - [anon_sym_LBRACE] = ACTIONS(3353), - [anon_sym_COMMA] = ACTIONS(3353), - [anon_sym_RBRACE] = ACTIONS(3353), - [anon_sym_LPAREN] = ACTIONS(3353), - [anon_sym_PIPE] = ACTIONS(3355), - [anon_sym_fn] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3353), - [anon_sym_SLASH] = ACTIONS(3355), - [anon_sym_PERCENT] = ACTIONS(3353), - [anon_sym_LT] = ACTIONS(3355), - [anon_sym_GT] = ACTIONS(3355), - [anon_sym_EQ_EQ] = ACTIONS(3353), - [anon_sym_BANG_EQ] = ACTIONS(3353), - [anon_sym_LT_EQ] = ACTIONS(3353), - [anon_sym_GT_EQ] = ACTIONS(3353), - [anon_sym_LBRACK] = ACTIONS(3353), - [anon_sym_RBRACK] = ACTIONS(3353), - [anon_sym_struct] = ACTIONS(3355), - [anon_sym_mut] = ACTIONS(3355), - [anon_sym_COLON] = ACTIONS(3353), - [anon_sym_PLUS_PLUS] = ACTIONS(3353), - [anon_sym_DASH_DASH] = ACTIONS(3353), - [anon_sym_QMARK] = ACTIONS(3355), - [anon_sym_BANG] = ACTIONS(3355), - [anon_sym_go] = ACTIONS(3355), - [anon_sym_spawn] = ACTIONS(3355), - [anon_sym_json_DOTdecode] = ACTIONS(3353), - [anon_sym_LBRACK2] = ACTIONS(3355), - [anon_sym_TILDE] = ACTIONS(3353), - [anon_sym_CARET] = ACTIONS(3353), - [anon_sym_AMP] = ACTIONS(3355), - [anon_sym_LT_DASH] = ACTIONS(3353), - [anon_sym_LT_LT] = ACTIONS(3353), - [anon_sym_GT_GT] = ACTIONS(3355), - [anon_sym_GT_GT_GT] = ACTIONS(3353), - [anon_sym_AMP_CARET] = ACTIONS(3353), - [anon_sym_AMP_AMP] = ACTIONS(3353), - [anon_sym_PIPE_PIPE] = ACTIONS(3353), - [anon_sym_or] = ACTIONS(3355), - [sym_none] = ACTIONS(3355), - [sym_true] = ACTIONS(3355), - [sym_false] = ACTIONS(3355), - [sym_nil] = ACTIONS(3355), - [anon_sym_QMARK_DOT] = ACTIONS(3353), - [anon_sym_POUND_LBRACK] = ACTIONS(3353), - [anon_sym_if] = ACTIONS(3355), - [anon_sym_DOLLARif] = ACTIONS(3355), - [anon_sym_is] = ACTIONS(3355), - [anon_sym_BANGis] = ACTIONS(3353), - [anon_sym_in] = ACTIONS(3355), - [anon_sym_BANGin] = ACTIONS(3353), - [anon_sym_match] = ACTIONS(3355), - [anon_sym_select] = ACTIONS(3355), - [anon_sym_lock] = ACTIONS(3355), - [anon_sym_rlock] = ACTIONS(3355), - [anon_sym_unsafe] = ACTIONS(3355), - [anon_sym_sql] = ACTIONS(3355), - [sym_int_literal] = ACTIONS(3355), - [sym_float_literal] = ACTIONS(3353), - [sym_rune_literal] = ACTIONS(3353), - [sym_pseudo_compile_time_identifier] = ACTIONS(3355), - [anon_sym_shared] = ACTIONS(3355), - [anon_sym_map_LBRACK] = ACTIONS(3353), - [anon_sym_chan] = ACTIONS(3355), - [anon_sym_thread] = ACTIONS(3355), - [anon_sym_atomic] = ACTIONS(3355), - [sym___double_quote] = ACTIONS(3353), - [sym___single_quote] = ACTIONS(3353), - [sym___c_double_quote] = ACTIONS(3353), - [sym___c_single_quote] = ACTIONS(3353), - [sym___r_double_quote] = ACTIONS(3353), - [sym___r_single_quote] = ACTIONS(3353), - }, - [1372] = { - [sym_line_comment] = STATE(1372), - [sym_block_comment] = STATE(1372), - [sym_identifier] = ACTIONS(3351), + [sym_identifier] = ACTIONS(3221), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3351), - [anon_sym_as] = ACTIONS(3351), - [anon_sym_LBRACE] = ACTIONS(3349), - [anon_sym_COMMA] = ACTIONS(3349), - [anon_sym_RBRACE] = ACTIONS(3349), - [anon_sym_LPAREN] = ACTIONS(3349), - [anon_sym_PIPE] = ACTIONS(3351), - [anon_sym_fn] = ACTIONS(3351), - [anon_sym_PLUS] = ACTIONS(3351), - [anon_sym_DASH] = ACTIONS(3351), - [anon_sym_STAR] = ACTIONS(3349), - [anon_sym_SLASH] = ACTIONS(3351), - [anon_sym_PERCENT] = ACTIONS(3349), - [anon_sym_LT] = ACTIONS(3351), - [anon_sym_GT] = ACTIONS(3351), - [anon_sym_EQ_EQ] = ACTIONS(3349), - [anon_sym_BANG_EQ] = ACTIONS(3349), - [anon_sym_LT_EQ] = ACTIONS(3349), - [anon_sym_GT_EQ] = ACTIONS(3349), - [anon_sym_LBRACK] = ACTIONS(3349), - [anon_sym_RBRACK] = ACTIONS(3349), - [anon_sym_struct] = ACTIONS(3351), - [anon_sym_mut] = ACTIONS(3351), - [anon_sym_COLON] = ACTIONS(3349), - [anon_sym_PLUS_PLUS] = ACTIONS(3349), - [anon_sym_DASH_DASH] = ACTIONS(3349), - [anon_sym_QMARK] = ACTIONS(3351), - [anon_sym_BANG] = ACTIONS(3351), - [anon_sym_go] = ACTIONS(3351), - [anon_sym_spawn] = ACTIONS(3351), - [anon_sym_json_DOTdecode] = ACTIONS(3349), - [anon_sym_LBRACK2] = ACTIONS(3351), - [anon_sym_TILDE] = ACTIONS(3349), - [anon_sym_CARET] = ACTIONS(3349), - [anon_sym_AMP] = ACTIONS(3351), - [anon_sym_LT_DASH] = ACTIONS(3349), - [anon_sym_LT_LT] = ACTIONS(3349), - [anon_sym_GT_GT] = ACTIONS(3351), - [anon_sym_GT_GT_GT] = ACTIONS(3349), - [anon_sym_AMP_CARET] = ACTIONS(3349), - [anon_sym_AMP_AMP] = ACTIONS(3349), - [anon_sym_PIPE_PIPE] = ACTIONS(3349), - [anon_sym_or] = ACTIONS(3351), - [sym_none] = ACTIONS(3351), - [sym_true] = ACTIONS(3351), - [sym_false] = ACTIONS(3351), - [sym_nil] = ACTIONS(3351), - [anon_sym_QMARK_DOT] = ACTIONS(3349), - [anon_sym_POUND_LBRACK] = ACTIONS(3349), - [anon_sym_if] = ACTIONS(3351), - [anon_sym_DOLLARif] = ACTIONS(3351), - [anon_sym_is] = ACTIONS(3351), - [anon_sym_BANGis] = ACTIONS(3349), - [anon_sym_in] = ACTIONS(3351), - [anon_sym_BANGin] = ACTIONS(3349), - [anon_sym_match] = ACTIONS(3351), - [anon_sym_select] = ACTIONS(3351), - [anon_sym_lock] = ACTIONS(3351), - [anon_sym_rlock] = ACTIONS(3351), - [anon_sym_unsafe] = ACTIONS(3351), - [anon_sym_sql] = ACTIONS(3351), - [sym_int_literal] = ACTIONS(3351), - [sym_float_literal] = ACTIONS(3349), - [sym_rune_literal] = ACTIONS(3349), - [sym_pseudo_compile_time_identifier] = ACTIONS(3351), - [anon_sym_shared] = ACTIONS(3351), - [anon_sym_map_LBRACK] = ACTIONS(3349), - [anon_sym_chan] = ACTIONS(3351), - [anon_sym_thread] = ACTIONS(3351), - [anon_sym_atomic] = ACTIONS(3351), - [sym___double_quote] = ACTIONS(3349), - [sym___single_quote] = ACTIONS(3349), - [sym___c_double_quote] = ACTIONS(3349), - [sym___c_single_quote] = ACTIONS(3349), - [sym___r_double_quote] = ACTIONS(3349), - [sym___r_single_quote] = ACTIONS(3349), + [anon_sym_DOT] = ACTIONS(3221), + [anon_sym_as] = ACTIONS(3221), + [anon_sym_LBRACE] = ACTIONS(3219), + [anon_sym_COMMA] = ACTIONS(3219), + [anon_sym_RBRACE] = ACTIONS(3219), + [anon_sym_LPAREN] = ACTIONS(3219), + [anon_sym_PIPE] = ACTIONS(3221), + [anon_sym_fn] = ACTIONS(3221), + [anon_sym_PLUS] = ACTIONS(3221), + [anon_sym_DASH] = ACTIONS(3221), + [anon_sym_STAR] = ACTIONS(3219), + [anon_sym_SLASH] = ACTIONS(3221), + [anon_sym_PERCENT] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(3221), + [anon_sym_GT] = ACTIONS(3221), + [anon_sym_EQ_EQ] = ACTIONS(3219), + [anon_sym_BANG_EQ] = ACTIONS(3219), + [anon_sym_LT_EQ] = ACTIONS(3219), + [anon_sym_GT_EQ] = ACTIONS(3219), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_RBRACK] = ACTIONS(3219), + [anon_sym_struct] = ACTIONS(3221), + [anon_sym_mut] = ACTIONS(3221), + [anon_sym_COLON] = ACTIONS(3219), + [anon_sym_PLUS_PLUS] = ACTIONS(3219), + [anon_sym_DASH_DASH] = ACTIONS(3219), + [anon_sym_QMARK] = ACTIONS(3221), + [anon_sym_BANG] = ACTIONS(3221), + [anon_sym_go] = ACTIONS(3221), + [anon_sym_spawn] = ACTIONS(3221), + [anon_sym_json_DOTdecode] = ACTIONS(3219), + [anon_sym_LBRACK2] = ACTIONS(3221), + [anon_sym_TILDE] = ACTIONS(3219), + [anon_sym_CARET] = ACTIONS(3219), + [anon_sym_AMP] = ACTIONS(3221), + [anon_sym_LT_DASH] = ACTIONS(3219), + [anon_sym_LT_LT] = ACTIONS(3219), + [anon_sym_GT_GT] = ACTIONS(3221), + [anon_sym_GT_GT_GT] = ACTIONS(3219), + [anon_sym_AMP_CARET] = ACTIONS(3219), + [anon_sym_AMP_AMP] = ACTIONS(3219), + [anon_sym_PIPE_PIPE] = ACTIONS(3219), + [anon_sym_or] = ACTIONS(3221), + [sym_none] = ACTIONS(3221), + [sym_true] = ACTIONS(3221), + [sym_false] = ACTIONS(3221), + [sym_nil] = ACTIONS(3221), + [anon_sym_QMARK_DOT] = ACTIONS(3219), + [anon_sym_POUND_LBRACK] = ACTIONS(3219), + [anon_sym_if] = ACTIONS(3221), + [anon_sym_DOLLARif] = ACTIONS(3221), + [anon_sym_is] = ACTIONS(3221), + [anon_sym_BANGis] = ACTIONS(3219), + [anon_sym_in] = ACTIONS(3221), + [anon_sym_BANGin] = ACTIONS(3219), + [anon_sym_match] = ACTIONS(3221), + [anon_sym_select] = ACTIONS(3221), + [anon_sym_lock] = ACTIONS(3221), + [anon_sym_rlock] = ACTIONS(3221), + [anon_sym_unsafe] = ACTIONS(3221), + [anon_sym_sql] = ACTIONS(3221), + [sym_int_literal] = ACTIONS(3221), + [sym_float_literal] = ACTIONS(3219), + [sym_rune_literal] = ACTIONS(3219), + [sym_pseudo_compile_time_identifier] = ACTIONS(3221), + [anon_sym_shared] = ACTIONS(3221), + [anon_sym_map_LBRACK] = ACTIONS(3219), + [anon_sym_chan] = ACTIONS(3221), + [anon_sym_thread] = ACTIONS(3221), + [anon_sym_atomic] = ACTIONS(3221), + [sym___double_quote] = ACTIONS(3219), + [sym___single_quote] = ACTIONS(3219), + [sym___c_double_quote] = ACTIONS(3219), + [sym___c_single_quote] = ACTIONS(3219), + [sym___r_double_quote] = ACTIONS(3219), + [sym___r_single_quote] = ACTIONS(3219), }, - [1373] = { - [sym_line_comment] = STATE(1373), - [sym_block_comment] = STATE(1373), - [sym_identifier] = ACTIONS(3247), + [1363] = { + [sym_line_comment] = STATE(1363), + [sym_block_comment] = STATE(1363), + [sym_identifier] = ACTIONS(3197), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3247), - [anon_sym_as] = ACTIONS(3247), - [anon_sym_LBRACE] = ACTIONS(3245), - [anon_sym_COMMA] = ACTIONS(3245), - [anon_sym_RBRACE] = ACTIONS(3245), - [anon_sym_LPAREN] = ACTIONS(3245), - [anon_sym_PIPE] = ACTIONS(3247), - [anon_sym_fn] = ACTIONS(3247), - [anon_sym_PLUS] = ACTIONS(3247), - [anon_sym_DASH] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3245), - [anon_sym_SLASH] = ACTIONS(3247), - [anon_sym_PERCENT] = ACTIONS(3245), - [anon_sym_LT] = ACTIONS(3247), - [anon_sym_GT] = ACTIONS(3247), - [anon_sym_EQ_EQ] = ACTIONS(3245), - [anon_sym_BANG_EQ] = ACTIONS(3245), - [anon_sym_LT_EQ] = ACTIONS(3245), - [anon_sym_GT_EQ] = ACTIONS(3245), - [anon_sym_LBRACK] = ACTIONS(3245), - [anon_sym_RBRACK] = ACTIONS(3245), - [anon_sym_struct] = ACTIONS(3247), - [anon_sym_mut] = ACTIONS(3247), - [anon_sym_COLON] = ACTIONS(3245), - [anon_sym_PLUS_PLUS] = ACTIONS(3245), - [anon_sym_DASH_DASH] = ACTIONS(3245), - [anon_sym_QMARK] = ACTIONS(3247), - [anon_sym_BANG] = ACTIONS(3247), - [anon_sym_go] = ACTIONS(3247), - [anon_sym_spawn] = ACTIONS(3247), - [anon_sym_json_DOTdecode] = ACTIONS(3245), - [anon_sym_LBRACK2] = ACTIONS(3247), - [anon_sym_TILDE] = ACTIONS(3245), - [anon_sym_CARET] = ACTIONS(3245), - [anon_sym_AMP] = ACTIONS(3247), - [anon_sym_LT_DASH] = ACTIONS(3245), - [anon_sym_LT_LT] = ACTIONS(3245), - [anon_sym_GT_GT] = ACTIONS(3247), - [anon_sym_GT_GT_GT] = ACTIONS(3245), - [anon_sym_AMP_CARET] = ACTIONS(3245), - [anon_sym_AMP_AMP] = ACTIONS(3245), - [anon_sym_PIPE_PIPE] = ACTIONS(3245), - [anon_sym_or] = ACTIONS(3247), - [sym_none] = ACTIONS(3247), - [sym_true] = ACTIONS(3247), - [sym_false] = ACTIONS(3247), - [sym_nil] = ACTIONS(3247), - [anon_sym_QMARK_DOT] = ACTIONS(3245), - [anon_sym_POUND_LBRACK] = ACTIONS(3245), - [anon_sym_if] = ACTIONS(3247), - [anon_sym_DOLLARif] = ACTIONS(3247), - [anon_sym_is] = ACTIONS(3247), - [anon_sym_BANGis] = ACTIONS(3245), - [anon_sym_in] = ACTIONS(3247), - [anon_sym_BANGin] = ACTIONS(3245), - [anon_sym_match] = ACTIONS(3247), - [anon_sym_select] = ACTIONS(3247), - [anon_sym_lock] = ACTIONS(3247), - [anon_sym_rlock] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(3247), - [anon_sym_sql] = ACTIONS(3247), - [sym_int_literal] = ACTIONS(3247), - [sym_float_literal] = ACTIONS(3245), - [sym_rune_literal] = ACTIONS(3245), - [sym_pseudo_compile_time_identifier] = ACTIONS(3247), - [anon_sym_shared] = ACTIONS(3247), - [anon_sym_map_LBRACK] = ACTIONS(3245), - [anon_sym_chan] = ACTIONS(3247), - [anon_sym_thread] = ACTIONS(3247), - [anon_sym_atomic] = ACTIONS(3247), - [sym___double_quote] = ACTIONS(3245), - [sym___single_quote] = ACTIONS(3245), - [sym___c_double_quote] = ACTIONS(3245), - [sym___c_single_quote] = ACTIONS(3245), - [sym___r_double_quote] = ACTIONS(3245), - [sym___r_single_quote] = ACTIONS(3245), + [anon_sym_DOT] = ACTIONS(3197), + [anon_sym_as] = ACTIONS(3197), + [anon_sym_LBRACE] = ACTIONS(3195), + [anon_sym_COMMA] = ACTIONS(3195), + [anon_sym_RBRACE] = ACTIONS(3195), + [anon_sym_LPAREN] = ACTIONS(3195), + [anon_sym_PIPE] = ACTIONS(3197), + [anon_sym_fn] = ACTIONS(3197), + [anon_sym_PLUS] = ACTIONS(3197), + [anon_sym_DASH] = ACTIONS(3197), + [anon_sym_STAR] = ACTIONS(3195), + [anon_sym_SLASH] = ACTIONS(3197), + [anon_sym_PERCENT] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(3197), + [anon_sym_GT] = ACTIONS(3197), + [anon_sym_EQ_EQ] = ACTIONS(3195), + [anon_sym_BANG_EQ] = ACTIONS(3195), + [anon_sym_LT_EQ] = ACTIONS(3195), + [anon_sym_GT_EQ] = ACTIONS(3195), + [anon_sym_LBRACK] = ACTIONS(3195), + [anon_sym_RBRACK] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3197), + [anon_sym_mut] = ACTIONS(3197), + [anon_sym_COLON] = ACTIONS(3195), + [anon_sym_PLUS_PLUS] = ACTIONS(3195), + [anon_sym_DASH_DASH] = ACTIONS(3195), + [anon_sym_QMARK] = ACTIONS(3197), + [anon_sym_BANG] = ACTIONS(3197), + [anon_sym_go] = ACTIONS(3197), + [anon_sym_spawn] = ACTIONS(3197), + [anon_sym_json_DOTdecode] = ACTIONS(3195), + [anon_sym_LBRACK2] = ACTIONS(3197), + [anon_sym_TILDE] = ACTIONS(3195), + [anon_sym_CARET] = ACTIONS(3195), + [anon_sym_AMP] = ACTIONS(3197), + [anon_sym_LT_DASH] = ACTIONS(3195), + [anon_sym_LT_LT] = ACTIONS(3195), + [anon_sym_GT_GT] = ACTIONS(3197), + [anon_sym_GT_GT_GT] = ACTIONS(3195), + [anon_sym_AMP_CARET] = ACTIONS(3195), + [anon_sym_AMP_AMP] = ACTIONS(3195), + [anon_sym_PIPE_PIPE] = ACTIONS(3195), + [anon_sym_or] = ACTIONS(3197), + [sym_none] = ACTIONS(3197), + [sym_true] = ACTIONS(3197), + [sym_false] = ACTIONS(3197), + [sym_nil] = ACTIONS(3197), + [anon_sym_QMARK_DOT] = ACTIONS(3195), + [anon_sym_POUND_LBRACK] = ACTIONS(3195), + [anon_sym_if] = ACTIONS(3197), + [anon_sym_DOLLARif] = ACTIONS(3197), + [anon_sym_is] = ACTIONS(3197), + [anon_sym_BANGis] = ACTIONS(3195), + [anon_sym_in] = ACTIONS(3197), + [anon_sym_BANGin] = ACTIONS(3195), + [anon_sym_match] = ACTIONS(3197), + [anon_sym_select] = ACTIONS(3197), + [anon_sym_lock] = ACTIONS(3197), + [anon_sym_rlock] = ACTIONS(3197), + [anon_sym_unsafe] = ACTIONS(3197), + [anon_sym_sql] = ACTIONS(3197), + [sym_int_literal] = ACTIONS(3197), + [sym_float_literal] = ACTIONS(3195), + [sym_rune_literal] = ACTIONS(3195), + [sym_pseudo_compile_time_identifier] = ACTIONS(3197), + [anon_sym_shared] = ACTIONS(3197), + [anon_sym_map_LBRACK] = ACTIONS(3195), + [anon_sym_chan] = ACTIONS(3197), + [anon_sym_thread] = ACTIONS(3197), + [anon_sym_atomic] = ACTIONS(3197), + [sym___double_quote] = ACTIONS(3195), + [sym___single_quote] = ACTIONS(3195), + [sym___c_double_quote] = ACTIONS(3195), + [sym___c_single_quote] = ACTIONS(3195), + [sym___r_double_quote] = ACTIONS(3195), + [sym___r_single_quote] = ACTIONS(3195), }, - [1374] = { - [sym_line_comment] = STATE(1374), - [sym_block_comment] = STATE(1374), - [sym_identifier] = ACTIONS(3243), + [1364] = { + [sym_line_comment] = STATE(1364), + [sym_block_comment] = STATE(1364), + [sym_identifier] = ACTIONS(2785), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3243), - [anon_sym_as] = ACTIONS(3243), - [anon_sym_LBRACE] = ACTIONS(3241), - [anon_sym_COMMA] = ACTIONS(3241), - [anon_sym_RBRACE] = ACTIONS(3241), - [anon_sym_LPAREN] = ACTIONS(3241), - [anon_sym_PIPE] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3243), - [anon_sym_PLUS] = ACTIONS(3243), - [anon_sym_DASH] = ACTIONS(3243), - [anon_sym_STAR] = ACTIONS(3241), - [anon_sym_SLASH] = ACTIONS(3243), - [anon_sym_PERCENT] = ACTIONS(3241), - [anon_sym_LT] = ACTIONS(3243), - [anon_sym_GT] = ACTIONS(3243), - [anon_sym_EQ_EQ] = ACTIONS(3241), - [anon_sym_BANG_EQ] = ACTIONS(3241), - [anon_sym_LT_EQ] = ACTIONS(3241), - [anon_sym_GT_EQ] = ACTIONS(3241), - [anon_sym_LBRACK] = ACTIONS(3241), - [anon_sym_RBRACK] = ACTIONS(3241), - [anon_sym_struct] = ACTIONS(3243), - [anon_sym_mut] = ACTIONS(3243), - [anon_sym_COLON] = ACTIONS(3241), - [anon_sym_PLUS_PLUS] = ACTIONS(3241), - [anon_sym_DASH_DASH] = ACTIONS(3241), - [anon_sym_QMARK] = ACTIONS(3243), - [anon_sym_BANG] = ACTIONS(3243), - [anon_sym_go] = ACTIONS(3243), - [anon_sym_spawn] = ACTIONS(3243), - [anon_sym_json_DOTdecode] = ACTIONS(3241), - [anon_sym_LBRACK2] = ACTIONS(3243), - [anon_sym_TILDE] = ACTIONS(3241), - [anon_sym_CARET] = ACTIONS(3241), - [anon_sym_AMP] = ACTIONS(3243), - [anon_sym_LT_DASH] = ACTIONS(3241), - [anon_sym_LT_LT] = ACTIONS(3241), - [anon_sym_GT_GT] = ACTIONS(3243), - [anon_sym_GT_GT_GT] = ACTIONS(3241), - [anon_sym_AMP_CARET] = ACTIONS(3241), - [anon_sym_AMP_AMP] = ACTIONS(3241), - [anon_sym_PIPE_PIPE] = ACTIONS(3241), - [anon_sym_or] = ACTIONS(3243), - [sym_none] = ACTIONS(3243), - [sym_true] = ACTIONS(3243), - [sym_false] = ACTIONS(3243), - [sym_nil] = ACTIONS(3243), - [anon_sym_QMARK_DOT] = ACTIONS(3241), - [anon_sym_POUND_LBRACK] = ACTIONS(3241), - [anon_sym_if] = ACTIONS(3243), - [anon_sym_DOLLARif] = ACTIONS(3243), - [anon_sym_is] = ACTIONS(3243), - [anon_sym_BANGis] = ACTIONS(3241), - [anon_sym_in] = ACTIONS(3243), - [anon_sym_BANGin] = ACTIONS(3241), - [anon_sym_match] = ACTIONS(3243), - [anon_sym_select] = ACTIONS(3243), - [anon_sym_lock] = ACTIONS(3243), - [anon_sym_rlock] = ACTIONS(3243), - [anon_sym_unsafe] = ACTIONS(3243), - [anon_sym_sql] = ACTIONS(3243), - [sym_int_literal] = ACTIONS(3243), - [sym_float_literal] = ACTIONS(3241), - [sym_rune_literal] = ACTIONS(3241), - [sym_pseudo_compile_time_identifier] = ACTIONS(3243), - [anon_sym_shared] = ACTIONS(3243), - [anon_sym_map_LBRACK] = ACTIONS(3241), - [anon_sym_chan] = ACTIONS(3243), - [anon_sym_thread] = ACTIONS(3243), - [anon_sym_atomic] = ACTIONS(3243), - [sym___double_quote] = ACTIONS(3241), - [sym___single_quote] = ACTIONS(3241), - [sym___c_double_quote] = ACTIONS(3241), - [sym___c_single_quote] = ACTIONS(3241), - [sym___r_double_quote] = ACTIONS(3241), - [sym___r_single_quote] = ACTIONS(3241), + [anon_sym_DOT] = ACTIONS(2785), + [anon_sym_as] = ACTIONS(2785), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_COMMA] = ACTIONS(2783), + [anon_sym_RBRACE] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(2783), + [anon_sym_PIPE] = ACTIONS(2785), + [anon_sym_fn] = ACTIONS(2785), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_STAR] = ACTIONS(2783), + [anon_sym_SLASH] = ACTIONS(2785), + [anon_sym_PERCENT] = ACTIONS(2783), + [anon_sym_LT] = ACTIONS(2785), + [anon_sym_GT] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2783), + [anon_sym_BANG_EQ] = ACTIONS(2783), + [anon_sym_LT_EQ] = ACTIONS(2783), + [anon_sym_GT_EQ] = ACTIONS(2783), + [anon_sym_LBRACK] = ACTIONS(2783), + [anon_sym_RBRACK] = ACTIONS(2783), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(2785), + [anon_sym_COLON] = ACTIONS(2783), + [anon_sym_PLUS_PLUS] = ACTIONS(2783), + [anon_sym_DASH_DASH] = ACTIONS(2783), + [anon_sym_QMARK] = ACTIONS(2785), + [anon_sym_BANG] = ACTIONS(2785), + [anon_sym_go] = ACTIONS(2785), + [anon_sym_spawn] = ACTIONS(2785), + [anon_sym_json_DOTdecode] = ACTIONS(2783), + [anon_sym_LBRACK2] = ACTIONS(2785), + [anon_sym_TILDE] = ACTIONS(2783), + [anon_sym_CARET] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_LT_DASH] = ACTIONS(2783), + [anon_sym_LT_LT] = ACTIONS(2783), + [anon_sym_GT_GT] = ACTIONS(2785), + [anon_sym_GT_GT_GT] = ACTIONS(2783), + [anon_sym_AMP_CARET] = ACTIONS(2783), + [anon_sym_AMP_AMP] = ACTIONS(2783), + [anon_sym_PIPE_PIPE] = ACTIONS(2783), + [anon_sym_or] = ACTIONS(2785), + [sym_none] = ACTIONS(2785), + [sym_true] = ACTIONS(2785), + [sym_false] = ACTIONS(2785), + [sym_nil] = ACTIONS(2785), + [anon_sym_QMARK_DOT] = ACTIONS(2783), + [anon_sym_POUND_LBRACK] = ACTIONS(2783), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_DOLLARif] = ACTIONS(2785), + [anon_sym_is] = ACTIONS(2785), + [anon_sym_BANGis] = ACTIONS(2783), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_BANGin] = ACTIONS(2783), + [anon_sym_match] = ACTIONS(2785), + [anon_sym_select] = ACTIONS(2785), + [anon_sym_lock] = ACTIONS(2785), + [anon_sym_rlock] = ACTIONS(2785), + [anon_sym_unsafe] = ACTIONS(2785), + [anon_sym_sql] = ACTIONS(2785), + [sym_int_literal] = ACTIONS(2785), + [sym_float_literal] = ACTIONS(2783), + [sym_rune_literal] = ACTIONS(2783), + [sym_pseudo_compile_time_identifier] = ACTIONS(2785), + [anon_sym_shared] = ACTIONS(2785), + [anon_sym_map_LBRACK] = ACTIONS(2783), + [anon_sym_chan] = ACTIONS(2785), + [anon_sym_thread] = ACTIONS(2785), + [anon_sym_atomic] = ACTIONS(2785), + [sym___double_quote] = ACTIONS(2783), + [sym___single_quote] = ACTIONS(2783), + [sym___c_double_quote] = ACTIONS(2783), + [sym___c_single_quote] = ACTIONS(2783), + [sym___r_double_quote] = ACTIONS(2783), + [sym___r_single_quote] = ACTIONS(2783), }, - [1375] = { - [sym_line_comment] = STATE(1375), - [sym_block_comment] = STATE(1375), - [sym_identifier] = ACTIONS(3347), + [1365] = { + [sym_line_comment] = STATE(1365), + [sym_block_comment] = STATE(1365), + [sym_type_parameters] = STATE(4398), + [sym_argument_list] = STATE(1375), + [sym_or_block] = STATE(1376), + [sym_identifier] = ACTIONS(3879), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3347), - [anon_sym_as] = ACTIONS(3347), - [anon_sym_LBRACE] = ACTIONS(3345), - [anon_sym_COMMA] = ACTIONS(3345), - [anon_sym_RBRACE] = ACTIONS(3345), - [anon_sym_LPAREN] = ACTIONS(3345), - [anon_sym_PIPE] = ACTIONS(3347), - [anon_sym_fn] = ACTIONS(3347), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_STAR] = ACTIONS(3345), - [anon_sym_SLASH] = ACTIONS(3347), - [anon_sym_PERCENT] = ACTIONS(3345), - [anon_sym_LT] = ACTIONS(3347), - [anon_sym_GT] = ACTIONS(3347), - [anon_sym_EQ_EQ] = ACTIONS(3345), - [anon_sym_BANG_EQ] = ACTIONS(3345), - [anon_sym_LT_EQ] = ACTIONS(3345), - [anon_sym_GT_EQ] = ACTIONS(3345), - [anon_sym_LBRACK] = ACTIONS(3345), - [anon_sym_RBRACK] = ACTIONS(3345), - [anon_sym_struct] = ACTIONS(3347), - [anon_sym_mut] = ACTIONS(3347), - [anon_sym_COLON] = ACTIONS(3345), - [anon_sym_PLUS_PLUS] = ACTIONS(3345), - [anon_sym_DASH_DASH] = ACTIONS(3345), - [anon_sym_QMARK] = ACTIONS(3347), - [anon_sym_BANG] = ACTIONS(3347), - [anon_sym_go] = ACTIONS(3347), - [anon_sym_spawn] = ACTIONS(3347), - [anon_sym_json_DOTdecode] = ACTIONS(3345), - [anon_sym_LBRACK2] = ACTIONS(3347), - [anon_sym_TILDE] = ACTIONS(3345), - [anon_sym_CARET] = ACTIONS(3345), - [anon_sym_AMP] = ACTIONS(3347), - [anon_sym_LT_DASH] = ACTIONS(3345), - [anon_sym_LT_LT] = ACTIONS(3345), - [anon_sym_GT_GT] = ACTIONS(3347), - [anon_sym_GT_GT_GT] = ACTIONS(3345), - [anon_sym_AMP_CARET] = ACTIONS(3345), - [anon_sym_AMP_AMP] = ACTIONS(3345), - [anon_sym_PIPE_PIPE] = ACTIONS(3345), - [anon_sym_or] = ACTIONS(3347), - [sym_none] = ACTIONS(3347), - [sym_true] = ACTIONS(3347), - [sym_false] = ACTIONS(3347), - [sym_nil] = ACTIONS(3347), - [anon_sym_QMARK_DOT] = ACTIONS(3345), - [anon_sym_POUND_LBRACK] = ACTIONS(3345), - [anon_sym_if] = ACTIONS(3347), - [anon_sym_DOLLARif] = ACTIONS(3347), - [anon_sym_is] = ACTIONS(3347), - [anon_sym_BANGis] = ACTIONS(3345), - [anon_sym_in] = ACTIONS(3347), - [anon_sym_BANGin] = ACTIONS(3345), - [anon_sym_match] = ACTIONS(3347), - [anon_sym_select] = ACTIONS(3347), - [anon_sym_lock] = ACTIONS(3347), - [anon_sym_rlock] = ACTIONS(3347), - [anon_sym_unsafe] = ACTIONS(3347), - [anon_sym_sql] = ACTIONS(3347), - [sym_int_literal] = ACTIONS(3347), - [sym_float_literal] = ACTIONS(3345), - [sym_rune_literal] = ACTIONS(3345), - [sym_pseudo_compile_time_identifier] = ACTIONS(3347), - [anon_sym_shared] = ACTIONS(3347), - [anon_sym_map_LBRACK] = ACTIONS(3345), - [anon_sym_chan] = ACTIONS(3347), - [anon_sym_thread] = ACTIONS(3347), - [anon_sym_atomic] = ACTIONS(3347), - [sym___double_quote] = ACTIONS(3345), - [sym___single_quote] = ACTIONS(3345), - [sym___c_double_quote] = ACTIONS(3345), - [sym___c_single_quote] = ACTIONS(3345), - [sym___r_double_quote] = ACTIONS(3345), - [sym___r_single_quote] = ACTIONS(3345), + [anon_sym_DOT] = ACTIONS(3859), + [anon_sym_as] = ACTIONS(3881), + [anon_sym_LBRACE] = ACTIONS(3883), + [anon_sym_RBRACE] = ACTIONS(3883), + [anon_sym_LPAREN] = ACTIONS(3861), + [anon_sym_PIPE] = ACTIONS(3885), + [anon_sym_fn] = ACTIONS(3879), + [anon_sym_PLUS] = ACTIONS(3885), + [anon_sym_DASH] = ACTIONS(3885), + [anon_sym_STAR] = ACTIONS(3887), + [anon_sym_SLASH] = ACTIONS(3889), + [anon_sym_PERCENT] = ACTIONS(3887), + [anon_sym_LT] = ACTIONS(3891), + [anon_sym_GT] = ACTIONS(3891), + [anon_sym_EQ_EQ] = ACTIONS(3893), + [anon_sym_BANG_EQ] = ACTIONS(3893), + [anon_sym_LT_EQ] = ACTIONS(3893), + [anon_sym_GT_EQ] = ACTIONS(3893), + [anon_sym_LBRACK] = ACTIONS(3863), + [anon_sym_struct] = ACTIONS(3879), + [anon_sym_mut] = ACTIONS(3879), + [anon_sym_PLUS_PLUS] = ACTIONS(3897), + [anon_sym_DASH_DASH] = ACTIONS(3899), + [anon_sym_QMARK] = ACTIONS(3865), + [anon_sym_BANG] = ACTIONS(3867), + [anon_sym_go] = ACTIONS(3879), + [anon_sym_spawn] = ACTIONS(3879), + [anon_sym_json_DOTdecode] = ACTIONS(3883), + [anon_sym_LBRACK2] = ACTIONS(3869), + [anon_sym_TILDE] = ACTIONS(3883), + [anon_sym_CARET] = ACTIONS(3901), + [anon_sym_AMP] = ACTIONS(3889), + [anon_sym_LT_DASH] = ACTIONS(3883), + [anon_sym_LT_LT] = ACTIONS(3887), + [anon_sym_GT_GT] = ACTIONS(3889), + [anon_sym_GT_GT_GT] = ACTIONS(3887), + [anon_sym_AMP_CARET] = ACTIONS(3887), + [anon_sym_AMP_AMP] = ACTIONS(3903), + [anon_sym_PIPE_PIPE] = ACTIONS(3905), + [anon_sym_or] = ACTIONS(3907), + [sym_none] = ACTIONS(3879), + [sym_true] = ACTIONS(3879), + [sym_false] = ACTIONS(3879), + [sym_nil] = ACTIONS(3879), + [anon_sym_QMARK_DOT] = ACTIONS(3871), + [anon_sym_POUND_LBRACK] = ACTIONS(3873), + [anon_sym_if] = ACTIONS(3879), + [anon_sym_DOLLARif] = ACTIONS(3879), + [anon_sym_is] = ACTIONS(3909), + [anon_sym_BANGis] = ACTIONS(3911), + [anon_sym_in] = ACTIONS(3913), + [anon_sym_BANGin] = ACTIONS(3915), + [anon_sym_match] = ACTIONS(3879), + [anon_sym_select] = ACTIONS(3879), + [anon_sym_lock] = ACTIONS(3879), + [anon_sym_rlock] = ACTIONS(3879), + [anon_sym_unsafe] = ACTIONS(3879), + [anon_sym_sql] = ACTIONS(3879), + [sym_int_literal] = ACTIONS(3879), + [sym_float_literal] = ACTIONS(3883), + [sym_rune_literal] = ACTIONS(3883), + [sym_pseudo_compile_time_identifier] = ACTIONS(3879), + [anon_sym_shared] = ACTIONS(3879), + [anon_sym_map_LBRACK] = ACTIONS(3883), + [anon_sym_chan] = ACTIONS(3879), + [anon_sym_thread] = ACTIONS(3879), + [anon_sym_atomic] = ACTIONS(3879), + [sym___double_quote] = ACTIONS(3883), + [sym___single_quote] = ACTIONS(3883), + [sym___c_double_quote] = ACTIONS(3883), + [sym___c_single_quote] = ACTIONS(3883), + [sym___r_double_quote] = ACTIONS(3883), + [sym___r_single_quote] = ACTIONS(3883), }, - [1376] = { - [sym_line_comment] = STATE(1376), - [sym_block_comment] = STATE(1376), - [sym_identifier] = ACTIONS(3343), + [1366] = { + [sym_line_comment] = STATE(1366), + [sym_block_comment] = STATE(1366), + [sym_identifier] = ACTIONS(3389), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3343), - [anon_sym_as] = ACTIONS(3343), - [anon_sym_LBRACE] = ACTIONS(3341), - [anon_sym_COMMA] = ACTIONS(3341), - [anon_sym_RBRACE] = ACTIONS(3341), - [anon_sym_LPAREN] = ACTIONS(3341), - [anon_sym_PIPE] = ACTIONS(3343), - [anon_sym_fn] = ACTIONS(3343), - [anon_sym_PLUS] = ACTIONS(3343), - [anon_sym_DASH] = ACTIONS(3343), - [anon_sym_STAR] = ACTIONS(3341), - [anon_sym_SLASH] = ACTIONS(3343), - [anon_sym_PERCENT] = ACTIONS(3341), - [anon_sym_LT] = ACTIONS(3343), - [anon_sym_GT] = ACTIONS(3343), - [anon_sym_EQ_EQ] = ACTIONS(3341), - [anon_sym_BANG_EQ] = ACTIONS(3341), - [anon_sym_LT_EQ] = ACTIONS(3341), - [anon_sym_GT_EQ] = ACTIONS(3341), - [anon_sym_LBRACK] = ACTIONS(3341), - [anon_sym_RBRACK] = ACTIONS(3341), - [anon_sym_struct] = ACTIONS(3343), - [anon_sym_mut] = ACTIONS(3343), - [anon_sym_COLON] = ACTIONS(3341), - [anon_sym_PLUS_PLUS] = ACTIONS(3341), - [anon_sym_DASH_DASH] = ACTIONS(3341), - [anon_sym_QMARK] = ACTIONS(3343), - [anon_sym_BANG] = ACTIONS(3343), - [anon_sym_go] = ACTIONS(3343), - [anon_sym_spawn] = ACTIONS(3343), - [anon_sym_json_DOTdecode] = ACTIONS(3341), - [anon_sym_LBRACK2] = ACTIONS(3343), - [anon_sym_TILDE] = ACTIONS(3341), - [anon_sym_CARET] = ACTIONS(3341), - [anon_sym_AMP] = ACTIONS(3343), - [anon_sym_LT_DASH] = ACTIONS(3341), - [anon_sym_LT_LT] = ACTIONS(3341), - [anon_sym_GT_GT] = ACTIONS(3343), - [anon_sym_GT_GT_GT] = ACTIONS(3341), - [anon_sym_AMP_CARET] = ACTIONS(3341), - [anon_sym_AMP_AMP] = ACTIONS(3341), - [anon_sym_PIPE_PIPE] = ACTIONS(3341), - [anon_sym_or] = ACTIONS(3343), - [sym_none] = ACTIONS(3343), - [sym_true] = ACTIONS(3343), - [sym_false] = ACTIONS(3343), - [sym_nil] = ACTIONS(3343), - [anon_sym_QMARK_DOT] = ACTIONS(3341), - [anon_sym_POUND_LBRACK] = ACTIONS(3341), - [anon_sym_if] = ACTIONS(3343), - [anon_sym_DOLLARif] = ACTIONS(3343), - [anon_sym_is] = ACTIONS(3343), - [anon_sym_BANGis] = ACTIONS(3341), - [anon_sym_in] = ACTIONS(3343), - [anon_sym_BANGin] = ACTIONS(3341), - [anon_sym_match] = ACTIONS(3343), - [anon_sym_select] = ACTIONS(3343), - [anon_sym_lock] = ACTIONS(3343), - [anon_sym_rlock] = ACTIONS(3343), - [anon_sym_unsafe] = ACTIONS(3343), - [anon_sym_sql] = ACTIONS(3343), - [sym_int_literal] = ACTIONS(3343), - [sym_float_literal] = ACTIONS(3341), - [sym_rune_literal] = ACTIONS(3341), - [sym_pseudo_compile_time_identifier] = ACTIONS(3343), - [anon_sym_shared] = ACTIONS(3343), - [anon_sym_map_LBRACK] = ACTIONS(3341), - [anon_sym_chan] = ACTIONS(3343), - [anon_sym_thread] = ACTIONS(3343), - [anon_sym_atomic] = ACTIONS(3343), - [sym___double_quote] = ACTIONS(3341), - [sym___single_quote] = ACTIONS(3341), - [sym___c_double_quote] = ACTIONS(3341), - [sym___c_single_quote] = ACTIONS(3341), - [sym___r_double_quote] = ACTIONS(3341), - [sym___r_single_quote] = ACTIONS(3341), + [anon_sym_DOT] = ACTIONS(3389), + [anon_sym_as] = ACTIONS(3389), + [anon_sym_LBRACE] = ACTIONS(3387), + [anon_sym_COMMA] = ACTIONS(3387), + [anon_sym_RBRACE] = ACTIONS(3387), + [anon_sym_LPAREN] = ACTIONS(3387), + [anon_sym_PIPE] = ACTIONS(3389), + [anon_sym_fn] = ACTIONS(3389), + [anon_sym_PLUS] = ACTIONS(3389), + [anon_sym_DASH] = ACTIONS(3389), + [anon_sym_STAR] = ACTIONS(3387), + [anon_sym_SLASH] = ACTIONS(3389), + [anon_sym_PERCENT] = ACTIONS(3387), + [anon_sym_LT] = ACTIONS(3389), + [anon_sym_GT] = ACTIONS(3389), + [anon_sym_EQ_EQ] = ACTIONS(3387), + [anon_sym_BANG_EQ] = ACTIONS(3387), + [anon_sym_LT_EQ] = ACTIONS(3387), + [anon_sym_GT_EQ] = ACTIONS(3387), + [anon_sym_LBRACK] = ACTIONS(3387), + [anon_sym_RBRACK] = ACTIONS(3387), + [anon_sym_struct] = ACTIONS(3389), + [anon_sym_mut] = ACTIONS(3389), + [anon_sym_COLON] = ACTIONS(3387), + [anon_sym_PLUS_PLUS] = ACTIONS(3387), + [anon_sym_DASH_DASH] = ACTIONS(3387), + [anon_sym_QMARK] = ACTIONS(3389), + [anon_sym_BANG] = ACTIONS(3389), + [anon_sym_go] = ACTIONS(3389), + [anon_sym_spawn] = ACTIONS(3389), + [anon_sym_json_DOTdecode] = ACTIONS(3387), + [anon_sym_LBRACK2] = ACTIONS(3389), + [anon_sym_TILDE] = ACTIONS(3387), + [anon_sym_CARET] = ACTIONS(3387), + [anon_sym_AMP] = ACTIONS(3389), + [anon_sym_LT_DASH] = ACTIONS(3387), + [anon_sym_LT_LT] = ACTIONS(3387), + [anon_sym_GT_GT] = ACTIONS(3389), + [anon_sym_GT_GT_GT] = ACTIONS(3387), + [anon_sym_AMP_CARET] = ACTIONS(3387), + [anon_sym_AMP_AMP] = ACTIONS(3387), + [anon_sym_PIPE_PIPE] = ACTIONS(3387), + [anon_sym_or] = ACTIONS(3389), + [sym_none] = ACTIONS(3389), + [sym_true] = ACTIONS(3389), + [sym_false] = ACTIONS(3389), + [sym_nil] = ACTIONS(3389), + [anon_sym_QMARK_DOT] = ACTIONS(3387), + [anon_sym_POUND_LBRACK] = ACTIONS(3387), + [anon_sym_if] = ACTIONS(3389), + [anon_sym_DOLLARif] = ACTIONS(3389), + [anon_sym_is] = ACTIONS(3389), + [anon_sym_BANGis] = ACTIONS(3387), + [anon_sym_in] = ACTIONS(3389), + [anon_sym_BANGin] = ACTIONS(3387), + [anon_sym_match] = ACTIONS(3389), + [anon_sym_select] = ACTIONS(3389), + [anon_sym_lock] = ACTIONS(3389), + [anon_sym_rlock] = ACTIONS(3389), + [anon_sym_unsafe] = ACTIONS(3389), + [anon_sym_sql] = ACTIONS(3389), + [sym_int_literal] = ACTIONS(3389), + [sym_float_literal] = ACTIONS(3387), + [sym_rune_literal] = ACTIONS(3387), + [sym_pseudo_compile_time_identifier] = ACTIONS(3389), + [anon_sym_shared] = ACTIONS(3389), + [anon_sym_map_LBRACK] = ACTIONS(3387), + [anon_sym_chan] = ACTIONS(3389), + [anon_sym_thread] = ACTIONS(3389), + [anon_sym_atomic] = ACTIONS(3389), + [sym___double_quote] = ACTIONS(3387), + [sym___single_quote] = ACTIONS(3387), + [sym___c_double_quote] = ACTIONS(3387), + [sym___c_single_quote] = ACTIONS(3387), + [sym___r_double_quote] = ACTIONS(3387), + [sym___r_single_quote] = ACTIONS(3387), }, - [1377] = { - [sym_line_comment] = STATE(1377), - [sym_block_comment] = STATE(1377), - [sym_identifier] = ACTIONS(3227), + [1367] = { + [sym_line_comment] = STATE(1367), + [sym_block_comment] = STATE(1367), + [sym_identifier] = ACTIONS(3333), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3227), - [anon_sym_as] = ACTIONS(3227), - [anon_sym_LBRACE] = ACTIONS(3225), - [anon_sym_COMMA] = ACTIONS(3225), - [anon_sym_RBRACE] = ACTIONS(3225), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_PIPE] = ACTIONS(3227), - [anon_sym_fn] = ACTIONS(3227), - [anon_sym_PLUS] = ACTIONS(3227), - [anon_sym_DASH] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3225), - [anon_sym_SLASH] = ACTIONS(3227), - [anon_sym_PERCENT] = ACTIONS(3225), - [anon_sym_LT] = ACTIONS(3227), - [anon_sym_GT] = ACTIONS(3227), - [anon_sym_EQ_EQ] = ACTIONS(3225), - [anon_sym_BANG_EQ] = ACTIONS(3225), - [anon_sym_LT_EQ] = ACTIONS(3225), - [anon_sym_GT_EQ] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3225), - [anon_sym_RBRACK] = ACTIONS(3225), - [anon_sym_struct] = ACTIONS(3227), - [anon_sym_mut] = ACTIONS(3227), - [anon_sym_COLON] = ACTIONS(3225), - [anon_sym_PLUS_PLUS] = ACTIONS(3225), - [anon_sym_DASH_DASH] = ACTIONS(3225), - [anon_sym_QMARK] = ACTIONS(3227), - [anon_sym_BANG] = ACTIONS(3227), - [anon_sym_go] = ACTIONS(3227), - [anon_sym_spawn] = ACTIONS(3227), - [anon_sym_json_DOTdecode] = ACTIONS(3225), - [anon_sym_LBRACK2] = ACTIONS(3227), - [anon_sym_TILDE] = ACTIONS(3225), - [anon_sym_CARET] = ACTIONS(3225), - [anon_sym_AMP] = ACTIONS(3227), - [anon_sym_LT_DASH] = ACTIONS(3225), - [anon_sym_LT_LT] = ACTIONS(3225), - [anon_sym_GT_GT] = ACTIONS(3227), - [anon_sym_GT_GT_GT] = ACTIONS(3225), - [anon_sym_AMP_CARET] = ACTIONS(3225), - [anon_sym_AMP_AMP] = ACTIONS(3225), - [anon_sym_PIPE_PIPE] = ACTIONS(3225), - [anon_sym_or] = ACTIONS(3227), - [sym_none] = ACTIONS(3227), - [sym_true] = ACTIONS(3227), - [sym_false] = ACTIONS(3227), - [sym_nil] = ACTIONS(3227), - [anon_sym_QMARK_DOT] = ACTIONS(3225), - [anon_sym_POUND_LBRACK] = ACTIONS(3225), - [anon_sym_if] = ACTIONS(3227), - [anon_sym_DOLLARif] = ACTIONS(3227), - [anon_sym_is] = ACTIONS(3227), - [anon_sym_BANGis] = ACTIONS(3225), - [anon_sym_in] = ACTIONS(3227), - [anon_sym_BANGin] = ACTIONS(3225), - [anon_sym_match] = ACTIONS(3227), - [anon_sym_select] = ACTIONS(3227), - [anon_sym_lock] = ACTIONS(3227), - [anon_sym_rlock] = ACTIONS(3227), - [anon_sym_unsafe] = ACTIONS(3227), - [anon_sym_sql] = ACTIONS(3227), - [sym_int_literal] = ACTIONS(3227), - [sym_float_literal] = ACTIONS(3225), - [sym_rune_literal] = ACTIONS(3225), - [sym_pseudo_compile_time_identifier] = ACTIONS(3227), - [anon_sym_shared] = ACTIONS(3227), - [anon_sym_map_LBRACK] = ACTIONS(3225), - [anon_sym_chan] = ACTIONS(3227), - [anon_sym_thread] = ACTIONS(3227), - [anon_sym_atomic] = ACTIONS(3227), - [sym___double_quote] = ACTIONS(3225), - [sym___single_quote] = ACTIONS(3225), - [sym___c_double_quote] = ACTIONS(3225), - [sym___c_single_quote] = ACTIONS(3225), - [sym___r_double_quote] = ACTIONS(3225), - [sym___r_single_quote] = ACTIONS(3225), + [anon_sym_DOT] = ACTIONS(3333), + [anon_sym_as] = ACTIONS(3333), + [anon_sym_LBRACE] = ACTIONS(3331), + [anon_sym_COMMA] = ACTIONS(3331), + [anon_sym_RBRACE] = ACTIONS(3331), + [anon_sym_LPAREN] = ACTIONS(3331), + [anon_sym_PIPE] = ACTIONS(3333), + [anon_sym_fn] = ACTIONS(3333), + [anon_sym_PLUS] = ACTIONS(3333), + [anon_sym_DASH] = ACTIONS(3333), + [anon_sym_STAR] = ACTIONS(3331), + [anon_sym_SLASH] = ACTIONS(3333), + [anon_sym_PERCENT] = ACTIONS(3331), + [anon_sym_LT] = ACTIONS(3333), + [anon_sym_GT] = ACTIONS(3333), + [anon_sym_EQ_EQ] = ACTIONS(3331), + [anon_sym_BANG_EQ] = ACTIONS(3331), + [anon_sym_LT_EQ] = ACTIONS(3331), + [anon_sym_GT_EQ] = ACTIONS(3331), + [anon_sym_LBRACK] = ACTIONS(3331), + [anon_sym_RBRACK] = ACTIONS(3331), + [anon_sym_struct] = ACTIONS(3333), + [anon_sym_mut] = ACTIONS(3333), + [anon_sym_COLON] = ACTIONS(3331), + [anon_sym_PLUS_PLUS] = ACTIONS(3331), + [anon_sym_DASH_DASH] = ACTIONS(3331), + [anon_sym_QMARK] = ACTIONS(3333), + [anon_sym_BANG] = ACTIONS(3333), + [anon_sym_go] = ACTIONS(3333), + [anon_sym_spawn] = ACTIONS(3333), + [anon_sym_json_DOTdecode] = ACTIONS(3331), + [anon_sym_LBRACK2] = ACTIONS(3333), + [anon_sym_TILDE] = ACTIONS(3331), + [anon_sym_CARET] = ACTIONS(3331), + [anon_sym_AMP] = ACTIONS(3333), + [anon_sym_LT_DASH] = ACTIONS(3331), + [anon_sym_LT_LT] = ACTIONS(3331), + [anon_sym_GT_GT] = ACTIONS(3333), + [anon_sym_GT_GT_GT] = ACTIONS(3331), + [anon_sym_AMP_CARET] = ACTIONS(3331), + [anon_sym_AMP_AMP] = ACTIONS(3331), + [anon_sym_PIPE_PIPE] = ACTIONS(3331), + [anon_sym_or] = ACTIONS(3333), + [sym_none] = ACTIONS(3333), + [sym_true] = ACTIONS(3333), + [sym_false] = ACTIONS(3333), + [sym_nil] = ACTIONS(3333), + [anon_sym_QMARK_DOT] = ACTIONS(3331), + [anon_sym_POUND_LBRACK] = ACTIONS(3331), + [anon_sym_if] = ACTIONS(3333), + [anon_sym_DOLLARif] = ACTIONS(3333), + [anon_sym_is] = ACTIONS(3333), + [anon_sym_BANGis] = ACTIONS(3331), + [anon_sym_in] = ACTIONS(3333), + [anon_sym_BANGin] = ACTIONS(3331), + [anon_sym_match] = ACTIONS(3333), + [anon_sym_select] = ACTIONS(3333), + [anon_sym_lock] = ACTIONS(3333), + [anon_sym_rlock] = ACTIONS(3333), + [anon_sym_unsafe] = ACTIONS(3333), + [anon_sym_sql] = ACTIONS(3333), + [sym_int_literal] = ACTIONS(3333), + [sym_float_literal] = ACTIONS(3331), + [sym_rune_literal] = ACTIONS(3331), + [sym_pseudo_compile_time_identifier] = ACTIONS(3333), + [anon_sym_shared] = ACTIONS(3333), + [anon_sym_map_LBRACK] = ACTIONS(3331), + [anon_sym_chan] = ACTIONS(3333), + [anon_sym_thread] = ACTIONS(3333), + [anon_sym_atomic] = ACTIONS(3333), + [sym___double_quote] = ACTIONS(3331), + [sym___single_quote] = ACTIONS(3331), + [sym___c_double_quote] = ACTIONS(3331), + [sym___c_single_quote] = ACTIONS(3331), + [sym___r_double_quote] = ACTIONS(3331), + [sym___r_single_quote] = ACTIONS(3331), }, - [1378] = { - [sym_line_comment] = STATE(1378), - [sym_block_comment] = STATE(1378), - [sym_identifier] = ACTIONS(3339), + [1368] = { + [sym_line_comment] = STATE(1368), + [sym_block_comment] = STATE(1368), + [sym_identifier] = ACTIONS(3193), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3339), - [anon_sym_as] = ACTIONS(3339), - [anon_sym_LBRACE] = ACTIONS(3337), - [anon_sym_COMMA] = ACTIONS(3337), - [anon_sym_RBRACE] = ACTIONS(3337), - [anon_sym_LPAREN] = ACTIONS(3337), - [anon_sym_PIPE] = ACTIONS(3339), - [anon_sym_fn] = ACTIONS(3339), - [anon_sym_PLUS] = ACTIONS(3339), - [anon_sym_DASH] = ACTIONS(3339), - [anon_sym_STAR] = ACTIONS(3337), - [anon_sym_SLASH] = ACTIONS(3339), - [anon_sym_PERCENT] = ACTIONS(3337), - [anon_sym_LT] = ACTIONS(3339), - [anon_sym_GT] = ACTIONS(3339), - [anon_sym_EQ_EQ] = ACTIONS(3337), - [anon_sym_BANG_EQ] = ACTIONS(3337), - [anon_sym_LT_EQ] = ACTIONS(3337), - [anon_sym_GT_EQ] = ACTIONS(3337), - [anon_sym_LBRACK] = ACTIONS(3337), - [anon_sym_RBRACK] = ACTIONS(3337), - [anon_sym_struct] = ACTIONS(3339), - [anon_sym_mut] = ACTIONS(3339), - [anon_sym_COLON] = ACTIONS(3337), - [anon_sym_PLUS_PLUS] = ACTIONS(3337), - [anon_sym_DASH_DASH] = ACTIONS(3337), - [anon_sym_QMARK] = ACTIONS(3339), - [anon_sym_BANG] = ACTIONS(3339), - [anon_sym_go] = ACTIONS(3339), - [anon_sym_spawn] = ACTIONS(3339), - [anon_sym_json_DOTdecode] = ACTIONS(3337), - [anon_sym_LBRACK2] = ACTIONS(3339), - [anon_sym_TILDE] = ACTIONS(3337), - [anon_sym_CARET] = ACTIONS(3337), - [anon_sym_AMP] = ACTIONS(3339), - [anon_sym_LT_DASH] = ACTIONS(3337), - [anon_sym_LT_LT] = ACTIONS(3337), - [anon_sym_GT_GT] = ACTIONS(3339), - [anon_sym_GT_GT_GT] = ACTIONS(3337), - [anon_sym_AMP_CARET] = ACTIONS(3337), - [anon_sym_AMP_AMP] = ACTIONS(3337), - [anon_sym_PIPE_PIPE] = ACTIONS(3337), - [anon_sym_or] = ACTIONS(3339), - [sym_none] = ACTIONS(3339), - [sym_true] = ACTIONS(3339), - [sym_false] = ACTIONS(3339), - [sym_nil] = ACTIONS(3339), - [anon_sym_QMARK_DOT] = ACTIONS(3337), - [anon_sym_POUND_LBRACK] = ACTIONS(3337), - [anon_sym_if] = ACTIONS(3339), - [anon_sym_DOLLARif] = ACTIONS(3339), - [anon_sym_is] = ACTIONS(3339), - [anon_sym_BANGis] = ACTIONS(3337), - [anon_sym_in] = ACTIONS(3339), - [anon_sym_BANGin] = ACTIONS(3337), - [anon_sym_match] = ACTIONS(3339), - [anon_sym_select] = ACTIONS(3339), - [anon_sym_lock] = ACTIONS(3339), - [anon_sym_rlock] = ACTIONS(3339), - [anon_sym_unsafe] = ACTIONS(3339), - [anon_sym_sql] = ACTIONS(3339), - [sym_int_literal] = ACTIONS(3339), - [sym_float_literal] = ACTIONS(3337), - [sym_rune_literal] = ACTIONS(3337), - [sym_pseudo_compile_time_identifier] = ACTIONS(3339), - [anon_sym_shared] = ACTIONS(3339), - [anon_sym_map_LBRACK] = ACTIONS(3337), - [anon_sym_chan] = ACTIONS(3339), - [anon_sym_thread] = ACTIONS(3339), - [anon_sym_atomic] = ACTIONS(3339), - [sym___double_quote] = ACTIONS(3337), - [sym___single_quote] = ACTIONS(3337), - [sym___c_double_quote] = ACTIONS(3337), - [sym___c_single_quote] = ACTIONS(3337), - [sym___r_double_quote] = ACTIONS(3337), - [sym___r_single_quote] = ACTIONS(3337), + [anon_sym_DOT] = ACTIONS(3193), + [anon_sym_as] = ACTIONS(3193), + [anon_sym_LBRACE] = ACTIONS(3191), + [anon_sym_COMMA] = ACTIONS(3191), + [anon_sym_RBRACE] = ACTIONS(3191), + [anon_sym_LPAREN] = ACTIONS(3191), + [anon_sym_PIPE] = ACTIONS(3193), + [anon_sym_fn] = ACTIONS(3193), + [anon_sym_PLUS] = ACTIONS(3193), + [anon_sym_DASH] = ACTIONS(3193), + [anon_sym_STAR] = ACTIONS(3191), + [anon_sym_SLASH] = ACTIONS(3193), + [anon_sym_PERCENT] = ACTIONS(3191), + [anon_sym_LT] = ACTIONS(3193), + [anon_sym_GT] = ACTIONS(3193), + [anon_sym_EQ_EQ] = ACTIONS(3191), + [anon_sym_BANG_EQ] = ACTIONS(3191), + [anon_sym_LT_EQ] = ACTIONS(3191), + [anon_sym_GT_EQ] = ACTIONS(3191), + [anon_sym_LBRACK] = ACTIONS(3191), + [anon_sym_RBRACK] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3193), + [anon_sym_mut] = ACTIONS(3193), + [anon_sym_COLON] = ACTIONS(3191), + [anon_sym_PLUS_PLUS] = ACTIONS(3191), + [anon_sym_DASH_DASH] = ACTIONS(3191), + [anon_sym_QMARK] = ACTIONS(3193), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_go] = ACTIONS(3193), + [anon_sym_spawn] = ACTIONS(3193), + [anon_sym_json_DOTdecode] = ACTIONS(3191), + [anon_sym_LBRACK2] = ACTIONS(3193), + [anon_sym_TILDE] = ACTIONS(3191), + [anon_sym_CARET] = ACTIONS(3191), + [anon_sym_AMP] = ACTIONS(3193), + [anon_sym_LT_DASH] = ACTIONS(3191), + [anon_sym_LT_LT] = ACTIONS(3191), + [anon_sym_GT_GT] = ACTIONS(3193), + [anon_sym_GT_GT_GT] = ACTIONS(3191), + [anon_sym_AMP_CARET] = ACTIONS(3191), + [anon_sym_AMP_AMP] = ACTIONS(3191), + [anon_sym_PIPE_PIPE] = ACTIONS(3191), + [anon_sym_or] = ACTIONS(3193), + [sym_none] = ACTIONS(3193), + [sym_true] = ACTIONS(3193), + [sym_false] = ACTIONS(3193), + [sym_nil] = ACTIONS(3193), + [anon_sym_QMARK_DOT] = ACTIONS(3191), + [anon_sym_POUND_LBRACK] = ACTIONS(3191), + [anon_sym_if] = ACTIONS(3193), + [anon_sym_DOLLARif] = ACTIONS(3193), + [anon_sym_is] = ACTIONS(3193), + [anon_sym_BANGis] = ACTIONS(3191), + [anon_sym_in] = ACTIONS(3193), + [anon_sym_BANGin] = ACTIONS(3191), + [anon_sym_match] = ACTIONS(3193), + [anon_sym_select] = ACTIONS(3193), + [anon_sym_lock] = ACTIONS(3193), + [anon_sym_rlock] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(3193), + [anon_sym_sql] = ACTIONS(3193), + [sym_int_literal] = ACTIONS(3193), + [sym_float_literal] = ACTIONS(3191), + [sym_rune_literal] = ACTIONS(3191), + [sym_pseudo_compile_time_identifier] = ACTIONS(3193), + [anon_sym_shared] = ACTIONS(3193), + [anon_sym_map_LBRACK] = ACTIONS(3191), + [anon_sym_chan] = ACTIONS(3193), + [anon_sym_thread] = ACTIONS(3193), + [anon_sym_atomic] = ACTIONS(3193), + [sym___double_quote] = ACTIONS(3191), + [sym___single_quote] = ACTIONS(3191), + [sym___c_double_quote] = ACTIONS(3191), + [sym___c_single_quote] = ACTIONS(3191), + [sym___r_double_quote] = ACTIONS(3191), + [sym___r_single_quote] = ACTIONS(3191), }, - [1379] = { - [sym_line_comment] = STATE(1379), - [sym_block_comment] = STATE(1379), - [sym_identifier] = ACTIONS(3271), + [1369] = { + [sym_line_comment] = STATE(1369), + [sym_block_comment] = STATE(1369), + [sym_identifier] = ACTIONS(3325), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3271), - [anon_sym_as] = ACTIONS(3271), - [anon_sym_LBRACE] = ACTIONS(3269), - [anon_sym_COMMA] = ACTIONS(3269), - [anon_sym_RBRACE] = ACTIONS(3269), - [anon_sym_LPAREN] = ACTIONS(3269), - [anon_sym_PIPE] = ACTIONS(3271), - [anon_sym_fn] = ACTIONS(3271), - [anon_sym_PLUS] = ACTIONS(3271), - [anon_sym_DASH] = ACTIONS(3271), - [anon_sym_STAR] = ACTIONS(3269), - [anon_sym_SLASH] = ACTIONS(3271), - [anon_sym_PERCENT] = ACTIONS(3269), - [anon_sym_LT] = ACTIONS(3271), - [anon_sym_GT] = ACTIONS(3271), - [anon_sym_EQ_EQ] = ACTIONS(3269), - [anon_sym_BANG_EQ] = ACTIONS(3269), - [anon_sym_LT_EQ] = ACTIONS(3269), - [anon_sym_GT_EQ] = ACTIONS(3269), - [anon_sym_LBRACK] = ACTIONS(3269), - [anon_sym_RBRACK] = ACTIONS(3269), - [anon_sym_struct] = ACTIONS(3271), - [anon_sym_mut] = ACTIONS(3271), - [anon_sym_COLON] = ACTIONS(3269), - [anon_sym_PLUS_PLUS] = ACTIONS(3269), - [anon_sym_DASH_DASH] = ACTIONS(3269), - [anon_sym_QMARK] = ACTIONS(3271), - [anon_sym_BANG] = ACTIONS(3271), - [anon_sym_go] = ACTIONS(3271), - [anon_sym_spawn] = ACTIONS(3271), - [anon_sym_json_DOTdecode] = ACTIONS(3269), - [anon_sym_LBRACK2] = ACTIONS(3271), - [anon_sym_TILDE] = ACTIONS(3269), - [anon_sym_CARET] = ACTIONS(3269), - [anon_sym_AMP] = ACTIONS(3271), - [anon_sym_LT_DASH] = ACTIONS(3269), - [anon_sym_LT_LT] = ACTIONS(3269), - [anon_sym_GT_GT] = ACTIONS(3271), - [anon_sym_GT_GT_GT] = ACTIONS(3269), - [anon_sym_AMP_CARET] = ACTIONS(3269), - [anon_sym_AMP_AMP] = ACTIONS(3269), - [anon_sym_PIPE_PIPE] = ACTIONS(3269), - [anon_sym_or] = ACTIONS(3271), - [sym_none] = ACTIONS(3271), - [sym_true] = ACTIONS(3271), - [sym_false] = ACTIONS(3271), - [sym_nil] = ACTIONS(3271), - [anon_sym_QMARK_DOT] = ACTIONS(3269), - [anon_sym_POUND_LBRACK] = ACTIONS(3269), - [anon_sym_if] = ACTIONS(3271), - [anon_sym_DOLLARif] = ACTIONS(3271), - [anon_sym_is] = ACTIONS(3271), - [anon_sym_BANGis] = ACTIONS(3269), - [anon_sym_in] = ACTIONS(3271), - [anon_sym_BANGin] = ACTIONS(3269), - [anon_sym_match] = ACTIONS(3271), - [anon_sym_select] = ACTIONS(3271), - [anon_sym_lock] = ACTIONS(3271), - [anon_sym_rlock] = ACTIONS(3271), - [anon_sym_unsafe] = ACTIONS(3271), - [anon_sym_sql] = ACTIONS(3271), - [sym_int_literal] = ACTIONS(3271), - [sym_float_literal] = ACTIONS(3269), - [sym_rune_literal] = ACTIONS(3269), - [sym_pseudo_compile_time_identifier] = ACTIONS(3271), - [anon_sym_shared] = ACTIONS(3271), - [anon_sym_map_LBRACK] = ACTIONS(3269), - [anon_sym_chan] = ACTIONS(3271), - [anon_sym_thread] = ACTIONS(3271), - [anon_sym_atomic] = ACTIONS(3271), - [sym___double_quote] = ACTIONS(3269), - [sym___single_quote] = ACTIONS(3269), - [sym___c_double_quote] = ACTIONS(3269), - [sym___c_single_quote] = ACTIONS(3269), - [sym___r_double_quote] = ACTIONS(3269), - [sym___r_single_quote] = ACTIONS(3269), + [anon_sym_DOT] = ACTIONS(3325), + [anon_sym_as] = ACTIONS(3325), + [anon_sym_LBRACE] = ACTIONS(3323), + [anon_sym_COMMA] = ACTIONS(3323), + [anon_sym_RBRACE] = ACTIONS(3323), + [anon_sym_LPAREN] = ACTIONS(3323), + [anon_sym_PIPE] = ACTIONS(3325), + [anon_sym_fn] = ACTIONS(3325), + [anon_sym_PLUS] = ACTIONS(3325), + [anon_sym_DASH] = ACTIONS(3325), + [anon_sym_STAR] = ACTIONS(3323), + [anon_sym_SLASH] = ACTIONS(3325), + [anon_sym_PERCENT] = ACTIONS(3323), + [anon_sym_LT] = ACTIONS(3325), + [anon_sym_GT] = ACTIONS(3325), + [anon_sym_EQ_EQ] = ACTIONS(3323), + [anon_sym_BANG_EQ] = ACTIONS(3323), + [anon_sym_LT_EQ] = ACTIONS(3323), + [anon_sym_GT_EQ] = ACTIONS(3323), + [anon_sym_LBRACK] = ACTIONS(3323), + [anon_sym_RBRACK] = ACTIONS(3323), + [anon_sym_struct] = ACTIONS(3325), + [anon_sym_mut] = ACTIONS(3325), + [anon_sym_COLON] = ACTIONS(3323), + [anon_sym_PLUS_PLUS] = ACTIONS(3323), + [anon_sym_DASH_DASH] = ACTIONS(3323), + [anon_sym_QMARK] = ACTIONS(3325), + [anon_sym_BANG] = ACTIONS(3325), + [anon_sym_go] = ACTIONS(3325), + [anon_sym_spawn] = ACTIONS(3325), + [anon_sym_json_DOTdecode] = ACTIONS(3323), + [anon_sym_LBRACK2] = ACTIONS(3325), + [anon_sym_TILDE] = ACTIONS(3323), + [anon_sym_CARET] = ACTIONS(3323), + [anon_sym_AMP] = ACTIONS(3325), + [anon_sym_LT_DASH] = ACTIONS(3323), + [anon_sym_LT_LT] = ACTIONS(3323), + [anon_sym_GT_GT] = ACTIONS(3325), + [anon_sym_GT_GT_GT] = ACTIONS(3323), + [anon_sym_AMP_CARET] = ACTIONS(3323), + [anon_sym_AMP_AMP] = ACTIONS(3323), + [anon_sym_PIPE_PIPE] = ACTIONS(3323), + [anon_sym_or] = ACTIONS(3325), + [sym_none] = ACTIONS(3325), + [sym_true] = ACTIONS(3325), + [sym_false] = ACTIONS(3325), + [sym_nil] = ACTIONS(3325), + [anon_sym_QMARK_DOT] = ACTIONS(3323), + [anon_sym_POUND_LBRACK] = ACTIONS(3323), + [anon_sym_if] = ACTIONS(3325), + [anon_sym_DOLLARif] = ACTIONS(3325), + [anon_sym_is] = ACTIONS(3325), + [anon_sym_BANGis] = ACTIONS(3323), + [anon_sym_in] = ACTIONS(3325), + [anon_sym_BANGin] = ACTIONS(3323), + [anon_sym_match] = ACTIONS(3325), + [anon_sym_select] = ACTIONS(3325), + [anon_sym_lock] = ACTIONS(3325), + [anon_sym_rlock] = ACTIONS(3325), + [anon_sym_unsafe] = ACTIONS(3325), + [anon_sym_sql] = ACTIONS(3325), + [sym_int_literal] = ACTIONS(3325), + [sym_float_literal] = ACTIONS(3323), + [sym_rune_literal] = ACTIONS(3323), + [sym_pseudo_compile_time_identifier] = ACTIONS(3325), + [anon_sym_shared] = ACTIONS(3325), + [anon_sym_map_LBRACK] = ACTIONS(3323), + [anon_sym_chan] = ACTIONS(3325), + [anon_sym_thread] = ACTIONS(3325), + [anon_sym_atomic] = ACTIONS(3325), + [sym___double_quote] = ACTIONS(3323), + [sym___single_quote] = ACTIONS(3323), + [sym___c_double_quote] = ACTIONS(3323), + [sym___c_single_quote] = ACTIONS(3323), + [sym___r_double_quote] = ACTIONS(3323), + [sym___r_single_quote] = ACTIONS(3323), }, - [1380] = { - [sym_line_comment] = STATE(1380), - [sym_block_comment] = STATE(1380), - [sym_identifier] = ACTIONS(3203), + [1370] = { + [sym_line_comment] = STATE(1370), + [sym_block_comment] = STATE(1370), + [sym_identifier] = ACTIONS(3321), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3203), - [anon_sym_as] = ACTIONS(3203), - [anon_sym_LBRACE] = ACTIONS(3201), - [anon_sym_COMMA] = ACTIONS(3201), - [anon_sym_RBRACE] = ACTIONS(3201), - [anon_sym_LPAREN] = ACTIONS(3201), - [anon_sym_PIPE] = ACTIONS(3203), - [anon_sym_fn] = ACTIONS(3203), - [anon_sym_PLUS] = ACTIONS(3203), - [anon_sym_DASH] = ACTIONS(3203), - [anon_sym_STAR] = ACTIONS(3201), - [anon_sym_SLASH] = ACTIONS(3203), - [anon_sym_PERCENT] = ACTIONS(3201), - [anon_sym_LT] = ACTIONS(3203), - [anon_sym_GT] = ACTIONS(3203), - [anon_sym_EQ_EQ] = ACTIONS(3201), - [anon_sym_BANG_EQ] = ACTIONS(3201), - [anon_sym_LT_EQ] = ACTIONS(3201), - [anon_sym_GT_EQ] = ACTIONS(3201), - [anon_sym_LBRACK] = ACTIONS(3201), - [anon_sym_RBRACK] = ACTIONS(3201), - [anon_sym_struct] = ACTIONS(3203), - [anon_sym_mut] = ACTIONS(3203), - [anon_sym_COLON] = ACTIONS(3201), - [anon_sym_PLUS_PLUS] = ACTIONS(3201), - [anon_sym_DASH_DASH] = ACTIONS(3201), - [anon_sym_QMARK] = ACTIONS(3203), - [anon_sym_BANG] = ACTIONS(3203), - [anon_sym_go] = ACTIONS(3203), - [anon_sym_spawn] = ACTIONS(3203), - [anon_sym_json_DOTdecode] = ACTIONS(3201), - [anon_sym_LBRACK2] = ACTIONS(3203), - [anon_sym_TILDE] = ACTIONS(3201), - [anon_sym_CARET] = ACTIONS(3201), - [anon_sym_AMP] = ACTIONS(3203), - [anon_sym_LT_DASH] = ACTIONS(3201), - [anon_sym_LT_LT] = ACTIONS(3201), - [anon_sym_GT_GT] = ACTIONS(3203), - [anon_sym_GT_GT_GT] = ACTIONS(3201), - [anon_sym_AMP_CARET] = ACTIONS(3201), - [anon_sym_AMP_AMP] = ACTIONS(3201), - [anon_sym_PIPE_PIPE] = ACTIONS(3201), - [anon_sym_or] = ACTIONS(3203), - [sym_none] = ACTIONS(3203), - [sym_true] = ACTIONS(3203), - [sym_false] = ACTIONS(3203), - [sym_nil] = ACTIONS(3203), - [anon_sym_QMARK_DOT] = ACTIONS(3201), - [anon_sym_POUND_LBRACK] = ACTIONS(3201), - [anon_sym_if] = ACTIONS(3203), - [anon_sym_DOLLARif] = ACTIONS(3203), - [anon_sym_is] = ACTIONS(3203), - [anon_sym_BANGis] = ACTIONS(3201), - [anon_sym_in] = ACTIONS(3203), - [anon_sym_BANGin] = ACTIONS(3201), - [anon_sym_match] = ACTIONS(3203), - [anon_sym_select] = ACTIONS(3203), - [anon_sym_lock] = ACTIONS(3203), - [anon_sym_rlock] = ACTIONS(3203), - [anon_sym_unsafe] = ACTIONS(3203), - [anon_sym_sql] = ACTIONS(3203), - [sym_int_literal] = ACTIONS(3203), - [sym_float_literal] = ACTIONS(3201), - [sym_rune_literal] = ACTIONS(3201), - [sym_pseudo_compile_time_identifier] = ACTIONS(3203), - [anon_sym_shared] = ACTIONS(3203), - [anon_sym_map_LBRACK] = ACTIONS(3201), - [anon_sym_chan] = ACTIONS(3203), - [anon_sym_thread] = ACTIONS(3203), - [anon_sym_atomic] = ACTIONS(3203), - [sym___double_quote] = ACTIONS(3201), - [sym___single_quote] = ACTIONS(3201), - [sym___c_double_quote] = ACTIONS(3201), - [sym___c_single_quote] = ACTIONS(3201), - [sym___r_double_quote] = ACTIONS(3201), - [sym___r_single_quote] = ACTIONS(3201), + [anon_sym_DOT] = ACTIONS(3321), + [anon_sym_as] = ACTIONS(3321), + [anon_sym_LBRACE] = ACTIONS(3319), + [anon_sym_COMMA] = ACTIONS(3319), + [anon_sym_RBRACE] = ACTIONS(3319), + [anon_sym_LPAREN] = ACTIONS(3319), + [anon_sym_PIPE] = ACTIONS(3321), + [anon_sym_fn] = ACTIONS(3321), + [anon_sym_PLUS] = ACTIONS(3321), + [anon_sym_DASH] = ACTIONS(3321), + [anon_sym_STAR] = ACTIONS(3319), + [anon_sym_SLASH] = ACTIONS(3321), + [anon_sym_PERCENT] = ACTIONS(3319), + [anon_sym_LT] = ACTIONS(3321), + [anon_sym_GT] = ACTIONS(3321), + [anon_sym_EQ_EQ] = ACTIONS(3319), + [anon_sym_BANG_EQ] = ACTIONS(3319), + [anon_sym_LT_EQ] = ACTIONS(3319), + [anon_sym_GT_EQ] = ACTIONS(3319), + [anon_sym_LBRACK] = ACTIONS(3319), + [anon_sym_RBRACK] = ACTIONS(3319), + [anon_sym_struct] = ACTIONS(3321), + [anon_sym_mut] = ACTIONS(3321), + [anon_sym_COLON] = ACTIONS(3319), + [anon_sym_PLUS_PLUS] = ACTIONS(3319), + [anon_sym_DASH_DASH] = ACTIONS(3319), + [anon_sym_QMARK] = ACTIONS(3321), + [anon_sym_BANG] = ACTIONS(3321), + [anon_sym_go] = ACTIONS(3321), + [anon_sym_spawn] = ACTIONS(3321), + [anon_sym_json_DOTdecode] = ACTIONS(3319), + [anon_sym_LBRACK2] = ACTIONS(3321), + [anon_sym_TILDE] = ACTIONS(3319), + [anon_sym_CARET] = ACTIONS(3319), + [anon_sym_AMP] = ACTIONS(3321), + [anon_sym_LT_DASH] = ACTIONS(3319), + [anon_sym_LT_LT] = ACTIONS(3319), + [anon_sym_GT_GT] = ACTIONS(3321), + [anon_sym_GT_GT_GT] = ACTIONS(3319), + [anon_sym_AMP_CARET] = ACTIONS(3319), + [anon_sym_AMP_AMP] = ACTIONS(3319), + [anon_sym_PIPE_PIPE] = ACTIONS(3319), + [anon_sym_or] = ACTIONS(3321), + [sym_none] = ACTIONS(3321), + [sym_true] = ACTIONS(3321), + [sym_false] = ACTIONS(3321), + [sym_nil] = ACTIONS(3321), + [anon_sym_QMARK_DOT] = ACTIONS(3319), + [anon_sym_POUND_LBRACK] = ACTIONS(3319), + [anon_sym_if] = ACTIONS(3321), + [anon_sym_DOLLARif] = ACTIONS(3321), + [anon_sym_is] = ACTIONS(3321), + [anon_sym_BANGis] = ACTIONS(3319), + [anon_sym_in] = ACTIONS(3321), + [anon_sym_BANGin] = ACTIONS(3319), + [anon_sym_match] = ACTIONS(3321), + [anon_sym_select] = ACTIONS(3321), + [anon_sym_lock] = ACTIONS(3321), + [anon_sym_rlock] = ACTIONS(3321), + [anon_sym_unsafe] = ACTIONS(3321), + [anon_sym_sql] = ACTIONS(3321), + [sym_int_literal] = ACTIONS(3321), + [sym_float_literal] = ACTIONS(3319), + [sym_rune_literal] = ACTIONS(3319), + [sym_pseudo_compile_time_identifier] = ACTIONS(3321), + [anon_sym_shared] = ACTIONS(3321), + [anon_sym_map_LBRACK] = ACTIONS(3319), + [anon_sym_chan] = ACTIONS(3321), + [anon_sym_thread] = ACTIONS(3321), + [anon_sym_atomic] = ACTIONS(3321), + [sym___double_quote] = ACTIONS(3319), + [sym___single_quote] = ACTIONS(3319), + [sym___c_double_quote] = ACTIONS(3319), + [sym___c_single_quote] = ACTIONS(3319), + [sym___r_double_quote] = ACTIONS(3319), + [sym___r_single_quote] = ACTIONS(3319), }, - [1381] = { - [sym_line_comment] = STATE(1381), - [sym_block_comment] = STATE(1381), - [sym_identifier] = ACTIONS(2763), + [1371] = { + [sym_line_comment] = STATE(1371), + [sym_block_comment] = STATE(1371), + [sym_identifier] = ACTIONS(3412), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2763), - [anon_sym_as] = ACTIONS(2763), - [anon_sym_LBRACE] = ACTIONS(2765), - [anon_sym_COMMA] = ACTIONS(2765), - [anon_sym_RBRACE] = ACTIONS(2765), - [anon_sym_LPAREN] = ACTIONS(2765), - [anon_sym_PIPE] = ACTIONS(2763), - [anon_sym_fn] = ACTIONS(2763), - [anon_sym_PLUS] = ACTIONS(2763), - [anon_sym_DASH] = ACTIONS(2763), - [anon_sym_STAR] = ACTIONS(2765), - [anon_sym_SLASH] = ACTIONS(2763), - [anon_sym_PERCENT] = ACTIONS(2765), - [anon_sym_LT] = ACTIONS(2763), - [anon_sym_GT] = ACTIONS(2763), - [anon_sym_EQ_EQ] = ACTIONS(2765), - [anon_sym_BANG_EQ] = ACTIONS(2765), - [anon_sym_LT_EQ] = ACTIONS(2765), - [anon_sym_GT_EQ] = ACTIONS(2765), - [anon_sym_LBRACK] = ACTIONS(2765), - [anon_sym_RBRACK] = ACTIONS(2765), - [anon_sym_struct] = ACTIONS(2763), - [anon_sym_mut] = ACTIONS(2763), - [anon_sym_COLON] = ACTIONS(2765), - [anon_sym_PLUS_PLUS] = ACTIONS(2765), - [anon_sym_DASH_DASH] = ACTIONS(2765), - [anon_sym_QMARK] = ACTIONS(2763), - [anon_sym_BANG] = ACTIONS(2763), - [anon_sym_go] = ACTIONS(2763), - [anon_sym_spawn] = ACTIONS(2763), - [anon_sym_json_DOTdecode] = ACTIONS(2765), - [anon_sym_LBRACK2] = ACTIONS(2763), - [anon_sym_TILDE] = ACTIONS(2765), - [anon_sym_CARET] = ACTIONS(2765), - [anon_sym_AMP] = ACTIONS(2763), - [anon_sym_LT_DASH] = ACTIONS(2765), - [anon_sym_LT_LT] = ACTIONS(2765), - [anon_sym_GT_GT] = ACTIONS(2763), - [anon_sym_GT_GT_GT] = ACTIONS(2765), - [anon_sym_AMP_CARET] = ACTIONS(2765), - [anon_sym_AMP_AMP] = ACTIONS(2765), - [anon_sym_PIPE_PIPE] = ACTIONS(2765), - [anon_sym_or] = ACTIONS(2763), - [sym_none] = ACTIONS(2763), - [sym_true] = ACTIONS(2763), - [sym_false] = ACTIONS(2763), - [sym_nil] = ACTIONS(2763), - [anon_sym_QMARK_DOT] = ACTIONS(2765), - [anon_sym_POUND_LBRACK] = ACTIONS(2765), - [anon_sym_if] = ACTIONS(2763), - [anon_sym_DOLLARif] = ACTIONS(2763), - [anon_sym_is] = ACTIONS(2763), - [anon_sym_BANGis] = ACTIONS(2765), - [anon_sym_in] = ACTIONS(2763), - [anon_sym_BANGin] = ACTIONS(2765), - [anon_sym_match] = ACTIONS(2763), - [anon_sym_select] = ACTIONS(2763), - [anon_sym_lock] = ACTIONS(2763), - [anon_sym_rlock] = ACTIONS(2763), - [anon_sym_unsafe] = ACTIONS(2763), - [anon_sym_sql] = ACTIONS(2763), - [sym_int_literal] = ACTIONS(2763), - [sym_float_literal] = ACTIONS(2765), - [sym_rune_literal] = ACTIONS(2765), - [sym_pseudo_compile_time_identifier] = ACTIONS(2763), - [anon_sym_shared] = ACTIONS(2763), - [anon_sym_map_LBRACK] = ACTIONS(2765), - [anon_sym_chan] = ACTIONS(2763), - [anon_sym_thread] = ACTIONS(2763), - [anon_sym_atomic] = ACTIONS(2763), - [sym___double_quote] = ACTIONS(2765), - [sym___single_quote] = ACTIONS(2765), - [sym___c_double_quote] = ACTIONS(2765), - [sym___c_single_quote] = ACTIONS(2765), - [sym___r_double_quote] = ACTIONS(2765), - [sym___r_single_quote] = ACTIONS(2765), + [anon_sym_DOT] = ACTIONS(3412), + [anon_sym_as] = ACTIONS(3412), + [anon_sym_LBRACE] = ACTIONS(3410), + [anon_sym_COMMA] = ACTIONS(3410), + [anon_sym_RBRACE] = ACTIONS(3410), + [anon_sym_LPAREN] = ACTIONS(3410), + [anon_sym_PIPE] = ACTIONS(3412), + [anon_sym_fn] = ACTIONS(3412), + [anon_sym_PLUS] = ACTIONS(3412), + [anon_sym_DASH] = ACTIONS(3412), + [anon_sym_STAR] = ACTIONS(3410), + [anon_sym_SLASH] = ACTIONS(3412), + [anon_sym_PERCENT] = ACTIONS(3410), + [anon_sym_LT] = ACTIONS(3412), + [anon_sym_GT] = ACTIONS(3412), + [anon_sym_EQ_EQ] = ACTIONS(3410), + [anon_sym_BANG_EQ] = ACTIONS(3410), + [anon_sym_LT_EQ] = ACTIONS(3410), + [anon_sym_GT_EQ] = ACTIONS(3410), + [anon_sym_LBRACK] = ACTIONS(3410), + [anon_sym_RBRACK] = ACTIONS(3410), + [anon_sym_struct] = ACTIONS(3412), + [anon_sym_mut] = ACTIONS(3412), + [anon_sym_COLON] = ACTIONS(3410), + [anon_sym_PLUS_PLUS] = ACTIONS(3410), + [anon_sym_DASH_DASH] = ACTIONS(3410), + [anon_sym_QMARK] = ACTIONS(3412), + [anon_sym_BANG] = ACTIONS(3412), + [anon_sym_go] = ACTIONS(3412), + [anon_sym_spawn] = ACTIONS(3412), + [anon_sym_json_DOTdecode] = ACTIONS(3410), + [anon_sym_LBRACK2] = ACTIONS(3412), + [anon_sym_TILDE] = ACTIONS(3410), + [anon_sym_CARET] = ACTIONS(3410), + [anon_sym_AMP] = ACTIONS(3412), + [anon_sym_LT_DASH] = ACTIONS(3410), + [anon_sym_LT_LT] = ACTIONS(3410), + [anon_sym_GT_GT] = ACTIONS(3412), + [anon_sym_GT_GT_GT] = ACTIONS(3410), + [anon_sym_AMP_CARET] = ACTIONS(3410), + [anon_sym_AMP_AMP] = ACTIONS(3410), + [anon_sym_PIPE_PIPE] = ACTIONS(3410), + [anon_sym_or] = ACTIONS(3412), + [sym_none] = ACTIONS(3412), + [sym_true] = ACTIONS(3412), + [sym_false] = ACTIONS(3412), + [sym_nil] = ACTIONS(3412), + [anon_sym_QMARK_DOT] = ACTIONS(3410), + [anon_sym_POUND_LBRACK] = ACTIONS(3410), + [anon_sym_if] = ACTIONS(3412), + [anon_sym_DOLLARif] = ACTIONS(3412), + [anon_sym_is] = ACTIONS(3412), + [anon_sym_BANGis] = ACTIONS(3410), + [anon_sym_in] = ACTIONS(3412), + [anon_sym_BANGin] = ACTIONS(3410), + [anon_sym_match] = ACTIONS(3412), + [anon_sym_select] = ACTIONS(3412), + [anon_sym_lock] = ACTIONS(3412), + [anon_sym_rlock] = ACTIONS(3412), + [anon_sym_unsafe] = ACTIONS(3412), + [anon_sym_sql] = ACTIONS(3412), + [sym_int_literal] = ACTIONS(3412), + [sym_float_literal] = ACTIONS(3410), + [sym_rune_literal] = ACTIONS(3410), + [sym_pseudo_compile_time_identifier] = ACTIONS(3412), + [anon_sym_shared] = ACTIONS(3412), + [anon_sym_map_LBRACK] = ACTIONS(3410), + [anon_sym_chan] = ACTIONS(3412), + [anon_sym_thread] = ACTIONS(3412), + [anon_sym_atomic] = ACTIONS(3412), + [sym___double_quote] = ACTIONS(3410), + [sym___single_quote] = ACTIONS(3410), + [sym___c_double_quote] = ACTIONS(3410), + [sym___c_single_quote] = ACTIONS(3410), + [sym___r_double_quote] = ACTIONS(3410), + [sym___r_single_quote] = ACTIONS(3410), }, - [1382] = { - [sym_line_comment] = STATE(1382), - [sym_block_comment] = STATE(1382), + [1372] = { + [sym_line_comment] = STATE(1372), + [sym_block_comment] = STATE(1372), [sym_identifier] = ACTIONS(3033), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), @@ -174606,4578 +173826,5167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3031), [sym___r_single_quote] = ACTIONS(3031), }, + [1373] = { + [sym_line_comment] = STATE(1373), + [sym_block_comment] = STATE(1373), + [sym_identifier] = ACTIONS(3408), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3408), + [anon_sym_as] = ACTIONS(3408), + [anon_sym_LBRACE] = ACTIONS(3406), + [anon_sym_COMMA] = ACTIONS(3406), + [anon_sym_RBRACE] = ACTIONS(3406), + [anon_sym_LPAREN] = ACTIONS(3406), + [anon_sym_PIPE] = ACTIONS(3408), + [anon_sym_fn] = ACTIONS(3408), + [anon_sym_PLUS] = ACTIONS(3408), + [anon_sym_DASH] = ACTIONS(3408), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_SLASH] = ACTIONS(3408), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_LT] = ACTIONS(3408), + [anon_sym_GT] = ACTIONS(3408), + [anon_sym_EQ_EQ] = ACTIONS(3406), + [anon_sym_BANG_EQ] = ACTIONS(3406), + [anon_sym_LT_EQ] = ACTIONS(3406), + [anon_sym_GT_EQ] = ACTIONS(3406), + [anon_sym_LBRACK] = ACTIONS(3406), + [anon_sym_RBRACK] = ACTIONS(3406), + [anon_sym_struct] = ACTIONS(3408), + [anon_sym_mut] = ACTIONS(3408), + [anon_sym_COLON] = ACTIONS(3406), + [anon_sym_PLUS_PLUS] = ACTIONS(3406), + [anon_sym_DASH_DASH] = ACTIONS(3406), + [anon_sym_QMARK] = ACTIONS(3408), + [anon_sym_BANG] = ACTIONS(3408), + [anon_sym_go] = ACTIONS(3408), + [anon_sym_spawn] = ACTIONS(3408), + [anon_sym_json_DOTdecode] = ACTIONS(3406), + [anon_sym_LBRACK2] = ACTIONS(3408), + [anon_sym_TILDE] = ACTIONS(3406), + [anon_sym_CARET] = ACTIONS(3406), + [anon_sym_AMP] = ACTIONS(3408), + [anon_sym_LT_DASH] = ACTIONS(3406), + [anon_sym_LT_LT] = ACTIONS(3406), + [anon_sym_GT_GT] = ACTIONS(3408), + [anon_sym_GT_GT_GT] = ACTIONS(3406), + [anon_sym_AMP_CARET] = ACTIONS(3406), + [anon_sym_AMP_AMP] = ACTIONS(3406), + [anon_sym_PIPE_PIPE] = ACTIONS(3406), + [anon_sym_or] = ACTIONS(3408), + [sym_none] = ACTIONS(3408), + [sym_true] = ACTIONS(3408), + [sym_false] = ACTIONS(3408), + [sym_nil] = ACTIONS(3408), + [anon_sym_QMARK_DOT] = ACTIONS(3406), + [anon_sym_POUND_LBRACK] = ACTIONS(3406), + [anon_sym_if] = ACTIONS(3408), + [anon_sym_DOLLARif] = ACTIONS(3408), + [anon_sym_is] = ACTIONS(3408), + [anon_sym_BANGis] = ACTIONS(3406), + [anon_sym_in] = ACTIONS(3408), + [anon_sym_BANGin] = ACTIONS(3406), + [anon_sym_match] = ACTIONS(3408), + [anon_sym_select] = ACTIONS(3408), + [anon_sym_lock] = ACTIONS(3408), + [anon_sym_rlock] = ACTIONS(3408), + [anon_sym_unsafe] = ACTIONS(3408), + [anon_sym_sql] = ACTIONS(3408), + [sym_int_literal] = ACTIONS(3408), + [sym_float_literal] = ACTIONS(3406), + [sym_rune_literal] = ACTIONS(3406), + [sym_pseudo_compile_time_identifier] = ACTIONS(3408), + [anon_sym_shared] = ACTIONS(3408), + [anon_sym_map_LBRACK] = ACTIONS(3406), + [anon_sym_chan] = ACTIONS(3408), + [anon_sym_thread] = ACTIONS(3408), + [anon_sym_atomic] = ACTIONS(3408), + [sym___double_quote] = ACTIONS(3406), + [sym___single_quote] = ACTIONS(3406), + [sym___c_double_quote] = ACTIONS(3406), + [sym___c_single_quote] = ACTIONS(3406), + [sym___r_double_quote] = ACTIONS(3406), + [sym___r_single_quote] = ACTIONS(3406), + }, + [1374] = { + [sym_line_comment] = STATE(1374), + [sym_block_comment] = STATE(1374), + [sym_identifier] = ACTIONS(3073), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3073), + [anon_sym_as] = ACTIONS(3073), + [anon_sym_LBRACE] = ACTIONS(3071), + [anon_sym_COMMA] = ACTIONS(3071), + [anon_sym_RBRACE] = ACTIONS(3071), + [anon_sym_LPAREN] = ACTIONS(3071), + [anon_sym_PIPE] = ACTIONS(3073), + [anon_sym_fn] = ACTIONS(3073), + [anon_sym_PLUS] = ACTIONS(3073), + [anon_sym_DASH] = ACTIONS(3073), + [anon_sym_STAR] = ACTIONS(3071), + [anon_sym_SLASH] = ACTIONS(3073), + [anon_sym_PERCENT] = ACTIONS(3071), + [anon_sym_LT] = ACTIONS(3073), + [anon_sym_GT] = ACTIONS(3073), + [anon_sym_EQ_EQ] = ACTIONS(3071), + [anon_sym_BANG_EQ] = ACTIONS(3071), + [anon_sym_LT_EQ] = ACTIONS(3071), + [anon_sym_GT_EQ] = ACTIONS(3071), + [anon_sym_LBRACK] = ACTIONS(3071), + [anon_sym_RBRACK] = ACTIONS(3071), + [anon_sym_struct] = ACTIONS(3073), + [anon_sym_mut] = ACTIONS(3073), + [anon_sym_COLON] = ACTIONS(3071), + [anon_sym_PLUS_PLUS] = ACTIONS(3071), + [anon_sym_DASH_DASH] = ACTIONS(3071), + [anon_sym_QMARK] = ACTIONS(3073), + [anon_sym_BANG] = ACTIONS(3073), + [anon_sym_go] = ACTIONS(3073), + [anon_sym_spawn] = ACTIONS(3073), + [anon_sym_json_DOTdecode] = ACTIONS(3071), + [anon_sym_LBRACK2] = ACTIONS(3073), + [anon_sym_TILDE] = ACTIONS(3071), + [anon_sym_CARET] = ACTIONS(3071), + [anon_sym_AMP] = ACTIONS(3073), + [anon_sym_LT_DASH] = ACTIONS(3071), + [anon_sym_LT_LT] = ACTIONS(3071), + [anon_sym_GT_GT] = ACTIONS(3073), + [anon_sym_GT_GT_GT] = ACTIONS(3071), + [anon_sym_AMP_CARET] = ACTIONS(3071), + [anon_sym_AMP_AMP] = ACTIONS(3071), + [anon_sym_PIPE_PIPE] = ACTIONS(3071), + [anon_sym_or] = ACTIONS(3073), + [sym_none] = ACTIONS(3073), + [sym_true] = ACTIONS(3073), + [sym_false] = ACTIONS(3073), + [sym_nil] = ACTIONS(3073), + [anon_sym_QMARK_DOT] = ACTIONS(3071), + [anon_sym_POUND_LBRACK] = ACTIONS(3071), + [anon_sym_if] = ACTIONS(3073), + [anon_sym_DOLLARif] = ACTIONS(3073), + [anon_sym_is] = ACTIONS(3073), + [anon_sym_BANGis] = ACTIONS(3071), + [anon_sym_in] = ACTIONS(3073), + [anon_sym_BANGin] = ACTIONS(3071), + [anon_sym_match] = ACTIONS(3073), + [anon_sym_select] = ACTIONS(3073), + [anon_sym_lock] = ACTIONS(3073), + [anon_sym_rlock] = ACTIONS(3073), + [anon_sym_unsafe] = ACTIONS(3073), + [anon_sym_sql] = ACTIONS(3073), + [sym_int_literal] = ACTIONS(3073), + [sym_float_literal] = ACTIONS(3071), + [sym_rune_literal] = ACTIONS(3071), + [sym_pseudo_compile_time_identifier] = ACTIONS(3073), + [anon_sym_shared] = ACTIONS(3073), + [anon_sym_map_LBRACK] = ACTIONS(3071), + [anon_sym_chan] = ACTIONS(3073), + [anon_sym_thread] = ACTIONS(3073), + [anon_sym_atomic] = ACTIONS(3073), + [sym___double_quote] = ACTIONS(3071), + [sym___single_quote] = ACTIONS(3071), + [sym___c_double_quote] = ACTIONS(3071), + [sym___c_single_quote] = ACTIONS(3071), + [sym___r_double_quote] = ACTIONS(3071), + [sym___r_single_quote] = ACTIONS(3071), + }, + [1375] = { + [sym_line_comment] = STATE(1375), + [sym_block_comment] = STATE(1375), + [sym_identifier] = ACTIONS(3301), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3301), + [anon_sym_as] = ACTIONS(3301), + [anon_sym_LBRACE] = ACTIONS(3299), + [anon_sym_COMMA] = ACTIONS(3299), + [anon_sym_RBRACE] = ACTIONS(3299), + [anon_sym_LPAREN] = ACTIONS(3299), + [anon_sym_PIPE] = ACTIONS(3301), + [anon_sym_fn] = ACTIONS(3301), + [anon_sym_PLUS] = ACTIONS(3301), + [anon_sym_DASH] = ACTIONS(3301), + [anon_sym_STAR] = ACTIONS(3299), + [anon_sym_SLASH] = ACTIONS(3301), + [anon_sym_PERCENT] = ACTIONS(3299), + [anon_sym_LT] = ACTIONS(3301), + [anon_sym_GT] = ACTIONS(3301), + [anon_sym_EQ_EQ] = ACTIONS(3299), + [anon_sym_BANG_EQ] = ACTIONS(3299), + [anon_sym_LT_EQ] = ACTIONS(3299), + [anon_sym_GT_EQ] = ACTIONS(3299), + [anon_sym_LBRACK] = ACTIONS(3299), + [anon_sym_RBRACK] = ACTIONS(3299), + [anon_sym_struct] = ACTIONS(3301), + [anon_sym_mut] = ACTIONS(3301), + [anon_sym_COLON] = ACTIONS(3299), + [anon_sym_PLUS_PLUS] = ACTIONS(3299), + [anon_sym_DASH_DASH] = ACTIONS(3299), + [anon_sym_QMARK] = ACTIONS(3301), + [anon_sym_BANG] = ACTIONS(3301), + [anon_sym_go] = ACTIONS(3301), + [anon_sym_spawn] = ACTIONS(3301), + [anon_sym_json_DOTdecode] = ACTIONS(3299), + [anon_sym_LBRACK2] = ACTIONS(3301), + [anon_sym_TILDE] = ACTIONS(3299), + [anon_sym_CARET] = ACTIONS(3299), + [anon_sym_AMP] = ACTIONS(3301), + [anon_sym_LT_DASH] = ACTIONS(3299), + [anon_sym_LT_LT] = ACTIONS(3299), + [anon_sym_GT_GT] = ACTIONS(3301), + [anon_sym_GT_GT_GT] = ACTIONS(3299), + [anon_sym_AMP_CARET] = ACTIONS(3299), + [anon_sym_AMP_AMP] = ACTIONS(3299), + [anon_sym_PIPE_PIPE] = ACTIONS(3299), + [anon_sym_or] = ACTIONS(3301), + [sym_none] = ACTIONS(3301), + [sym_true] = ACTIONS(3301), + [sym_false] = ACTIONS(3301), + [sym_nil] = ACTIONS(3301), + [anon_sym_QMARK_DOT] = ACTIONS(3299), + [anon_sym_POUND_LBRACK] = ACTIONS(3299), + [anon_sym_if] = ACTIONS(3301), + [anon_sym_DOLLARif] = ACTIONS(3301), + [anon_sym_is] = ACTIONS(3301), + [anon_sym_BANGis] = ACTIONS(3299), + [anon_sym_in] = ACTIONS(3301), + [anon_sym_BANGin] = ACTIONS(3299), + [anon_sym_match] = ACTIONS(3301), + [anon_sym_select] = ACTIONS(3301), + [anon_sym_lock] = ACTIONS(3301), + [anon_sym_rlock] = ACTIONS(3301), + [anon_sym_unsafe] = ACTIONS(3301), + [anon_sym_sql] = ACTIONS(3301), + [sym_int_literal] = ACTIONS(3301), + [sym_float_literal] = ACTIONS(3299), + [sym_rune_literal] = ACTIONS(3299), + [sym_pseudo_compile_time_identifier] = ACTIONS(3301), + [anon_sym_shared] = ACTIONS(3301), + [anon_sym_map_LBRACK] = ACTIONS(3299), + [anon_sym_chan] = ACTIONS(3301), + [anon_sym_thread] = ACTIONS(3301), + [anon_sym_atomic] = ACTIONS(3301), + [sym___double_quote] = ACTIONS(3299), + [sym___single_quote] = ACTIONS(3299), + [sym___c_double_quote] = ACTIONS(3299), + [sym___c_single_quote] = ACTIONS(3299), + [sym___r_double_quote] = ACTIONS(3299), + [sym___r_single_quote] = ACTIONS(3299), + }, + [1376] = { + [sym_line_comment] = STATE(1376), + [sym_block_comment] = STATE(1376), + [sym_identifier] = ACTIONS(3297), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3297), + [anon_sym_as] = ACTIONS(3297), + [anon_sym_LBRACE] = ACTIONS(3295), + [anon_sym_COMMA] = ACTIONS(3295), + [anon_sym_RBRACE] = ACTIONS(3295), + [anon_sym_LPAREN] = ACTIONS(3295), + [anon_sym_PIPE] = ACTIONS(3297), + [anon_sym_fn] = ACTIONS(3297), + [anon_sym_PLUS] = ACTIONS(3297), + [anon_sym_DASH] = ACTIONS(3297), + [anon_sym_STAR] = ACTIONS(3295), + [anon_sym_SLASH] = ACTIONS(3297), + [anon_sym_PERCENT] = ACTIONS(3295), + [anon_sym_LT] = ACTIONS(3297), + [anon_sym_GT] = ACTIONS(3297), + [anon_sym_EQ_EQ] = ACTIONS(3295), + [anon_sym_BANG_EQ] = ACTIONS(3295), + [anon_sym_LT_EQ] = ACTIONS(3295), + [anon_sym_GT_EQ] = ACTIONS(3295), + [anon_sym_LBRACK] = ACTIONS(3295), + [anon_sym_RBRACK] = ACTIONS(3295), + [anon_sym_struct] = ACTIONS(3297), + [anon_sym_mut] = ACTIONS(3297), + [anon_sym_COLON] = ACTIONS(3295), + [anon_sym_PLUS_PLUS] = ACTIONS(3295), + [anon_sym_DASH_DASH] = ACTIONS(3295), + [anon_sym_QMARK] = ACTIONS(3297), + [anon_sym_BANG] = ACTIONS(3297), + [anon_sym_go] = ACTIONS(3297), + [anon_sym_spawn] = ACTIONS(3297), + [anon_sym_json_DOTdecode] = ACTIONS(3295), + [anon_sym_LBRACK2] = ACTIONS(3297), + [anon_sym_TILDE] = ACTIONS(3295), + [anon_sym_CARET] = ACTIONS(3295), + [anon_sym_AMP] = ACTIONS(3297), + [anon_sym_LT_DASH] = ACTIONS(3295), + [anon_sym_LT_LT] = ACTIONS(3295), + [anon_sym_GT_GT] = ACTIONS(3297), + [anon_sym_GT_GT_GT] = ACTIONS(3295), + [anon_sym_AMP_CARET] = ACTIONS(3295), + [anon_sym_AMP_AMP] = ACTIONS(3295), + [anon_sym_PIPE_PIPE] = ACTIONS(3295), + [anon_sym_or] = ACTIONS(3297), + [sym_none] = ACTIONS(3297), + [sym_true] = ACTIONS(3297), + [sym_false] = ACTIONS(3297), + [sym_nil] = ACTIONS(3297), + [anon_sym_QMARK_DOT] = ACTIONS(3295), + [anon_sym_POUND_LBRACK] = ACTIONS(3295), + [anon_sym_if] = ACTIONS(3297), + [anon_sym_DOLLARif] = ACTIONS(3297), + [anon_sym_is] = ACTIONS(3297), + [anon_sym_BANGis] = ACTIONS(3295), + [anon_sym_in] = ACTIONS(3297), + [anon_sym_BANGin] = ACTIONS(3295), + [anon_sym_match] = ACTIONS(3297), + [anon_sym_select] = ACTIONS(3297), + [anon_sym_lock] = ACTIONS(3297), + [anon_sym_rlock] = ACTIONS(3297), + [anon_sym_unsafe] = ACTIONS(3297), + [anon_sym_sql] = ACTIONS(3297), + [sym_int_literal] = ACTIONS(3297), + [sym_float_literal] = ACTIONS(3295), + [sym_rune_literal] = ACTIONS(3295), + [sym_pseudo_compile_time_identifier] = ACTIONS(3297), + [anon_sym_shared] = ACTIONS(3297), + [anon_sym_map_LBRACK] = ACTIONS(3295), + [anon_sym_chan] = ACTIONS(3297), + [anon_sym_thread] = ACTIONS(3297), + [anon_sym_atomic] = ACTIONS(3297), + [sym___double_quote] = ACTIONS(3295), + [sym___single_quote] = ACTIONS(3295), + [sym___c_double_quote] = ACTIONS(3295), + [sym___c_single_quote] = ACTIONS(3295), + [sym___r_double_quote] = ACTIONS(3295), + [sym___r_single_quote] = ACTIONS(3295), + }, + [1377] = { + [sym_line_comment] = STATE(1377), + [sym_block_comment] = STATE(1377), + [sym_identifier] = ACTIONS(3083), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3083), + [anon_sym_as] = ACTIONS(3083), + [anon_sym_LBRACE] = ACTIONS(3081), + [anon_sym_COMMA] = ACTIONS(3081), + [anon_sym_RBRACE] = ACTIONS(3081), + [anon_sym_LPAREN] = ACTIONS(3081), + [anon_sym_PIPE] = ACTIONS(3083), + [anon_sym_fn] = ACTIONS(3083), + [anon_sym_PLUS] = ACTIONS(3083), + [anon_sym_DASH] = ACTIONS(3083), + [anon_sym_STAR] = ACTIONS(3081), + [anon_sym_SLASH] = ACTIONS(3083), + [anon_sym_PERCENT] = ACTIONS(3081), + [anon_sym_LT] = ACTIONS(3083), + [anon_sym_GT] = ACTIONS(3083), + [anon_sym_EQ_EQ] = ACTIONS(3081), + [anon_sym_BANG_EQ] = ACTIONS(3081), + [anon_sym_LT_EQ] = ACTIONS(3081), + [anon_sym_GT_EQ] = ACTIONS(3081), + [anon_sym_LBRACK] = ACTIONS(3081), + [anon_sym_RBRACK] = ACTIONS(3081), + [anon_sym_struct] = ACTIONS(3083), + [anon_sym_mut] = ACTIONS(3083), + [anon_sym_COLON] = ACTIONS(3081), + [anon_sym_PLUS_PLUS] = ACTIONS(3081), + [anon_sym_DASH_DASH] = ACTIONS(3081), + [anon_sym_QMARK] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_go] = ACTIONS(3083), + [anon_sym_spawn] = ACTIONS(3083), + [anon_sym_json_DOTdecode] = ACTIONS(3081), + [anon_sym_LBRACK2] = ACTIONS(3083), + [anon_sym_TILDE] = ACTIONS(3081), + [anon_sym_CARET] = ACTIONS(3081), + [anon_sym_AMP] = ACTIONS(3083), + [anon_sym_LT_DASH] = ACTIONS(3081), + [anon_sym_LT_LT] = ACTIONS(3081), + [anon_sym_GT_GT] = ACTIONS(3083), + [anon_sym_GT_GT_GT] = ACTIONS(3081), + [anon_sym_AMP_CARET] = ACTIONS(3081), + [anon_sym_AMP_AMP] = ACTIONS(3081), + [anon_sym_PIPE_PIPE] = ACTIONS(3081), + [anon_sym_or] = ACTIONS(3083), + [sym_none] = ACTIONS(3083), + [sym_true] = ACTIONS(3083), + [sym_false] = ACTIONS(3083), + [sym_nil] = ACTIONS(3083), + [anon_sym_QMARK_DOT] = ACTIONS(3081), + [anon_sym_POUND_LBRACK] = ACTIONS(3081), + [anon_sym_if] = ACTIONS(3083), + [anon_sym_DOLLARif] = ACTIONS(3083), + [anon_sym_is] = ACTIONS(3083), + [anon_sym_BANGis] = ACTIONS(3081), + [anon_sym_in] = ACTIONS(3083), + [anon_sym_BANGin] = ACTIONS(3081), + [anon_sym_match] = ACTIONS(3083), + [anon_sym_select] = ACTIONS(3083), + [anon_sym_lock] = ACTIONS(3083), + [anon_sym_rlock] = ACTIONS(3083), + [anon_sym_unsafe] = ACTIONS(3083), + [anon_sym_sql] = ACTIONS(3083), + [sym_int_literal] = ACTIONS(3083), + [sym_float_literal] = ACTIONS(3081), + [sym_rune_literal] = ACTIONS(3081), + [sym_pseudo_compile_time_identifier] = ACTIONS(3083), + [anon_sym_shared] = ACTIONS(3083), + [anon_sym_map_LBRACK] = ACTIONS(3081), + [anon_sym_chan] = ACTIONS(3083), + [anon_sym_thread] = ACTIONS(3083), + [anon_sym_atomic] = ACTIONS(3083), + [sym___double_quote] = ACTIONS(3081), + [sym___single_quote] = ACTIONS(3081), + [sym___c_double_quote] = ACTIONS(3081), + [sym___c_single_quote] = ACTIONS(3081), + [sym___r_double_quote] = ACTIONS(3081), + [sym___r_single_quote] = ACTIONS(3081), + }, + [1378] = { + [sym_line_comment] = STATE(1378), + [sym_block_comment] = STATE(1378), + [sym_identifier] = ACTIONS(3101), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3101), + [anon_sym_as] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(3099), + [anon_sym_COMMA] = ACTIONS(3099), + [anon_sym_RBRACE] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3099), + [anon_sym_PIPE] = ACTIONS(3101), + [anon_sym_fn] = ACTIONS(3101), + [anon_sym_PLUS] = ACTIONS(3101), + [anon_sym_DASH] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(3099), + [anon_sym_SLASH] = ACTIONS(3101), + [anon_sym_PERCENT] = ACTIONS(3099), + [anon_sym_LT] = ACTIONS(3101), + [anon_sym_GT] = ACTIONS(3101), + [anon_sym_EQ_EQ] = ACTIONS(3099), + [anon_sym_BANG_EQ] = ACTIONS(3099), + [anon_sym_LT_EQ] = ACTIONS(3099), + [anon_sym_GT_EQ] = ACTIONS(3099), + [anon_sym_LBRACK] = ACTIONS(3099), + [anon_sym_RBRACK] = ACTIONS(3099), + [anon_sym_struct] = ACTIONS(3101), + [anon_sym_mut] = ACTIONS(3101), + [anon_sym_COLON] = ACTIONS(3099), + [anon_sym_PLUS_PLUS] = ACTIONS(3099), + [anon_sym_DASH_DASH] = ACTIONS(3099), + [anon_sym_QMARK] = ACTIONS(3101), + [anon_sym_BANG] = ACTIONS(3101), + [anon_sym_go] = ACTIONS(3101), + [anon_sym_spawn] = ACTIONS(3101), + [anon_sym_json_DOTdecode] = ACTIONS(3099), + [anon_sym_LBRACK2] = ACTIONS(3101), + [anon_sym_TILDE] = ACTIONS(3099), + [anon_sym_CARET] = ACTIONS(3099), + [anon_sym_AMP] = ACTIONS(3101), + [anon_sym_LT_DASH] = ACTIONS(3099), + [anon_sym_LT_LT] = ACTIONS(3099), + [anon_sym_GT_GT] = ACTIONS(3101), + [anon_sym_GT_GT_GT] = ACTIONS(3099), + [anon_sym_AMP_CARET] = ACTIONS(3099), + [anon_sym_AMP_AMP] = ACTIONS(3099), + [anon_sym_PIPE_PIPE] = ACTIONS(3099), + [anon_sym_or] = ACTIONS(3101), + [sym_none] = ACTIONS(3101), + [sym_true] = ACTIONS(3101), + [sym_false] = ACTIONS(3101), + [sym_nil] = ACTIONS(3101), + [anon_sym_QMARK_DOT] = ACTIONS(3099), + [anon_sym_POUND_LBRACK] = ACTIONS(3099), + [anon_sym_if] = ACTIONS(3101), + [anon_sym_DOLLARif] = ACTIONS(3101), + [anon_sym_is] = ACTIONS(3101), + [anon_sym_BANGis] = ACTIONS(3099), + [anon_sym_in] = ACTIONS(3101), + [anon_sym_BANGin] = ACTIONS(3099), + [anon_sym_match] = ACTIONS(3101), + [anon_sym_select] = ACTIONS(3101), + [anon_sym_lock] = ACTIONS(3101), + [anon_sym_rlock] = ACTIONS(3101), + [anon_sym_unsafe] = ACTIONS(3101), + [anon_sym_sql] = ACTIONS(3101), + [sym_int_literal] = ACTIONS(3101), + [sym_float_literal] = ACTIONS(3099), + [sym_rune_literal] = ACTIONS(3099), + [sym_pseudo_compile_time_identifier] = ACTIONS(3101), + [anon_sym_shared] = ACTIONS(3101), + [anon_sym_map_LBRACK] = ACTIONS(3099), + [anon_sym_chan] = ACTIONS(3101), + [anon_sym_thread] = ACTIONS(3101), + [anon_sym_atomic] = ACTIONS(3101), + [sym___double_quote] = ACTIONS(3099), + [sym___single_quote] = ACTIONS(3099), + [sym___c_double_quote] = ACTIONS(3099), + [sym___c_single_quote] = ACTIONS(3099), + [sym___r_double_quote] = ACTIONS(3099), + [sym___r_single_quote] = ACTIONS(3099), + }, + [1379] = { + [sym_line_comment] = STATE(1379), + [sym_block_comment] = STATE(1379), + [sym_identifier] = ACTIONS(3277), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3277), + [anon_sym_as] = ACTIONS(3277), + [anon_sym_LBRACE] = ACTIONS(3275), + [anon_sym_COMMA] = ACTIONS(3275), + [anon_sym_RBRACE] = ACTIONS(3275), + [anon_sym_LPAREN] = ACTIONS(3275), + [anon_sym_PIPE] = ACTIONS(3277), + [anon_sym_fn] = ACTIONS(3277), + [anon_sym_PLUS] = ACTIONS(3277), + [anon_sym_DASH] = ACTIONS(3277), + [anon_sym_STAR] = ACTIONS(3275), + [anon_sym_SLASH] = ACTIONS(3277), + [anon_sym_PERCENT] = ACTIONS(3275), + [anon_sym_LT] = ACTIONS(3277), + [anon_sym_GT] = ACTIONS(3277), + [anon_sym_EQ_EQ] = ACTIONS(3275), + [anon_sym_BANG_EQ] = ACTIONS(3275), + [anon_sym_LT_EQ] = ACTIONS(3275), + [anon_sym_GT_EQ] = ACTIONS(3275), + [anon_sym_LBRACK] = ACTIONS(3275), + [anon_sym_RBRACK] = ACTIONS(3275), + [anon_sym_struct] = ACTIONS(3277), + [anon_sym_mut] = ACTIONS(3277), + [anon_sym_COLON] = ACTIONS(3275), + [anon_sym_PLUS_PLUS] = ACTIONS(3275), + [anon_sym_DASH_DASH] = ACTIONS(3275), + [anon_sym_QMARK] = ACTIONS(3277), + [anon_sym_BANG] = ACTIONS(3277), + [anon_sym_go] = ACTIONS(3277), + [anon_sym_spawn] = ACTIONS(3277), + [anon_sym_json_DOTdecode] = ACTIONS(3275), + [anon_sym_LBRACK2] = ACTIONS(3277), + [anon_sym_TILDE] = ACTIONS(3275), + [anon_sym_CARET] = ACTIONS(3275), + [anon_sym_AMP] = ACTIONS(3277), + [anon_sym_LT_DASH] = ACTIONS(3275), + [anon_sym_LT_LT] = ACTIONS(3275), + [anon_sym_GT_GT] = ACTIONS(3277), + [anon_sym_GT_GT_GT] = ACTIONS(3275), + [anon_sym_AMP_CARET] = ACTIONS(3275), + [anon_sym_AMP_AMP] = ACTIONS(3275), + [anon_sym_PIPE_PIPE] = ACTIONS(3275), + [anon_sym_or] = ACTIONS(3277), + [sym_none] = ACTIONS(3277), + [sym_true] = ACTIONS(3277), + [sym_false] = ACTIONS(3277), + [sym_nil] = ACTIONS(3277), + [anon_sym_QMARK_DOT] = ACTIONS(3275), + [anon_sym_POUND_LBRACK] = ACTIONS(3275), + [anon_sym_if] = ACTIONS(3277), + [anon_sym_DOLLARif] = ACTIONS(3277), + [anon_sym_is] = ACTIONS(3277), + [anon_sym_BANGis] = ACTIONS(3275), + [anon_sym_in] = ACTIONS(3277), + [anon_sym_BANGin] = ACTIONS(3275), + [anon_sym_match] = ACTIONS(3277), + [anon_sym_select] = ACTIONS(3277), + [anon_sym_lock] = ACTIONS(3277), + [anon_sym_rlock] = ACTIONS(3277), + [anon_sym_unsafe] = ACTIONS(3277), + [anon_sym_sql] = ACTIONS(3277), + [sym_int_literal] = ACTIONS(3277), + [sym_float_literal] = ACTIONS(3275), + [sym_rune_literal] = ACTIONS(3275), + [sym_pseudo_compile_time_identifier] = ACTIONS(3277), + [anon_sym_shared] = ACTIONS(3277), + [anon_sym_map_LBRACK] = ACTIONS(3275), + [anon_sym_chan] = ACTIONS(3277), + [anon_sym_thread] = ACTIONS(3277), + [anon_sym_atomic] = ACTIONS(3277), + [sym___double_quote] = ACTIONS(3275), + [sym___single_quote] = ACTIONS(3275), + [sym___c_double_quote] = ACTIONS(3275), + [sym___c_single_quote] = ACTIONS(3275), + [sym___r_double_quote] = ACTIONS(3275), + [sym___r_single_quote] = ACTIONS(3275), + }, + [1380] = { + [sym_line_comment] = STATE(1380), + [sym_block_comment] = STATE(1380), + [sym_identifier] = ACTIONS(3189), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3189), + [anon_sym_as] = ACTIONS(3189), + [anon_sym_LBRACE] = ACTIONS(3187), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(3187), + [anon_sym_PIPE] = ACTIONS(3189), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_PLUS] = ACTIONS(3189), + [anon_sym_DASH] = ACTIONS(3189), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_SLASH] = ACTIONS(3189), + [anon_sym_PERCENT] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3189), + [anon_sym_EQ_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_LBRACK] = ACTIONS(3187), + [anon_sym_RBRACK] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3189), + [anon_sym_mut] = ACTIONS(3189), + [anon_sym_COLON] = ACTIONS(3187), + [anon_sym_PLUS_PLUS] = ACTIONS(3187), + [anon_sym_DASH_DASH] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_BANG] = ACTIONS(3189), + [anon_sym_go] = ACTIONS(3189), + [anon_sym_spawn] = ACTIONS(3189), + [anon_sym_json_DOTdecode] = ACTIONS(3187), + [anon_sym_LBRACK2] = ACTIONS(3189), + [anon_sym_TILDE] = ACTIONS(3187), + [anon_sym_CARET] = ACTIONS(3187), + [anon_sym_AMP] = ACTIONS(3189), + [anon_sym_LT_DASH] = ACTIONS(3187), + [anon_sym_LT_LT] = ACTIONS(3187), + [anon_sym_GT_GT] = ACTIONS(3189), + [anon_sym_GT_GT_GT] = ACTIONS(3187), + [anon_sym_AMP_CARET] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_or] = ACTIONS(3189), + [sym_none] = ACTIONS(3189), + [sym_true] = ACTIONS(3189), + [sym_false] = ACTIONS(3189), + [sym_nil] = ACTIONS(3189), + [anon_sym_QMARK_DOT] = ACTIONS(3187), + [anon_sym_POUND_LBRACK] = ACTIONS(3187), + [anon_sym_if] = ACTIONS(3189), + [anon_sym_DOLLARif] = ACTIONS(3189), + [anon_sym_is] = ACTIONS(3189), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_in] = ACTIONS(3189), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_match] = ACTIONS(3189), + [anon_sym_select] = ACTIONS(3189), + [anon_sym_lock] = ACTIONS(3189), + [anon_sym_rlock] = ACTIONS(3189), + [anon_sym_unsafe] = ACTIONS(3189), + [anon_sym_sql] = ACTIONS(3189), + [sym_int_literal] = ACTIONS(3189), + [sym_float_literal] = ACTIONS(3187), + [sym_rune_literal] = ACTIONS(3187), + [sym_pseudo_compile_time_identifier] = ACTIONS(3189), + [anon_sym_shared] = ACTIONS(3189), + [anon_sym_map_LBRACK] = ACTIONS(3187), + [anon_sym_chan] = ACTIONS(3189), + [anon_sym_thread] = ACTIONS(3189), + [anon_sym_atomic] = ACTIONS(3189), + [sym___double_quote] = ACTIONS(3187), + [sym___single_quote] = ACTIONS(3187), + [sym___c_double_quote] = ACTIONS(3187), + [sym___c_single_quote] = ACTIONS(3187), + [sym___r_double_quote] = ACTIONS(3187), + [sym___r_single_quote] = ACTIONS(3187), + }, + [1381] = { + [sym_line_comment] = STATE(1381), + [sym_block_comment] = STATE(1381), + [sym_identifier] = ACTIONS(2701), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(2701), + [anon_sym_as] = ACTIONS(2701), + [anon_sym_LBRACE] = ACTIONS(2703), + [anon_sym_COMMA] = ACTIONS(2703), + [anon_sym_RBRACE] = ACTIONS(2703), + [anon_sym_LPAREN] = ACTIONS(2703), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_fn] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2701), + [anon_sym_STAR] = ACTIONS(2703), + [anon_sym_SLASH] = ACTIONS(2701), + [anon_sym_PERCENT] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(2701), + [anon_sym_GT] = ACTIONS(2701), + [anon_sym_EQ_EQ] = ACTIONS(2703), + [anon_sym_BANG_EQ] = ACTIONS(2703), + [anon_sym_LT_EQ] = ACTIONS(2703), + [anon_sym_GT_EQ] = ACTIONS(2703), + [anon_sym_LBRACK] = ACTIONS(2703), + [anon_sym_RBRACK] = ACTIONS(2703), + [anon_sym_struct] = ACTIONS(2701), + [anon_sym_mut] = ACTIONS(2701), + [anon_sym_COLON] = ACTIONS(2703), + [anon_sym_PLUS_PLUS] = ACTIONS(2703), + [anon_sym_DASH_DASH] = ACTIONS(2703), + [anon_sym_QMARK] = ACTIONS(2701), + [anon_sym_BANG] = ACTIONS(2701), + [anon_sym_go] = ACTIONS(2701), + [anon_sym_spawn] = ACTIONS(2701), + [anon_sym_json_DOTdecode] = ACTIONS(2703), + [anon_sym_LBRACK2] = ACTIONS(2701), + [anon_sym_TILDE] = ACTIONS(2703), + [anon_sym_CARET] = ACTIONS(2703), + [anon_sym_AMP] = ACTIONS(2701), + [anon_sym_LT_DASH] = ACTIONS(2703), + [anon_sym_LT_LT] = ACTIONS(2703), + [anon_sym_GT_GT] = ACTIONS(2701), + [anon_sym_GT_GT_GT] = ACTIONS(2703), + [anon_sym_AMP_CARET] = ACTIONS(2703), + [anon_sym_AMP_AMP] = ACTIONS(2703), + [anon_sym_PIPE_PIPE] = ACTIONS(2703), + [anon_sym_or] = ACTIONS(2701), + [sym_none] = ACTIONS(2701), + [sym_true] = ACTIONS(2701), + [sym_false] = ACTIONS(2701), + [sym_nil] = ACTIONS(2701), + [anon_sym_QMARK_DOT] = ACTIONS(2703), + [anon_sym_POUND_LBRACK] = ACTIONS(2703), + [anon_sym_if] = ACTIONS(2701), + [anon_sym_DOLLARif] = ACTIONS(2701), + [anon_sym_is] = ACTIONS(2701), + [anon_sym_BANGis] = ACTIONS(2703), + [anon_sym_in] = ACTIONS(2701), + [anon_sym_BANGin] = ACTIONS(2703), + [anon_sym_match] = ACTIONS(2701), + [anon_sym_select] = ACTIONS(2701), + [anon_sym_lock] = ACTIONS(2701), + [anon_sym_rlock] = ACTIONS(2701), + [anon_sym_unsafe] = ACTIONS(2701), + [anon_sym_sql] = ACTIONS(2701), + [sym_int_literal] = ACTIONS(2701), + [sym_float_literal] = ACTIONS(2703), + [sym_rune_literal] = ACTIONS(2703), + [sym_pseudo_compile_time_identifier] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(2701), + [anon_sym_map_LBRACK] = ACTIONS(2703), + [anon_sym_chan] = ACTIONS(2701), + [anon_sym_thread] = ACTIONS(2701), + [anon_sym_atomic] = ACTIONS(2701), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2703), + [sym___c_double_quote] = ACTIONS(2703), + [sym___c_single_quote] = ACTIONS(2703), + [sym___r_double_quote] = ACTIONS(2703), + [sym___r_single_quote] = ACTIONS(2703), + }, + [1382] = { + [sym_line_comment] = STATE(1382), + [sym_block_comment] = STATE(1382), + [sym_identifier] = ACTIONS(3253), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3253), + [anon_sym_as] = ACTIONS(3253), + [anon_sym_LBRACE] = ACTIONS(3251), + [anon_sym_COMMA] = ACTIONS(3251), + [anon_sym_RBRACE] = ACTIONS(3251), + [anon_sym_LPAREN] = ACTIONS(3251), + [anon_sym_PIPE] = ACTIONS(3253), + [anon_sym_fn] = ACTIONS(3253), + [anon_sym_PLUS] = ACTIONS(3253), + [anon_sym_DASH] = ACTIONS(3253), + [anon_sym_STAR] = ACTIONS(3251), + [anon_sym_SLASH] = ACTIONS(3253), + [anon_sym_PERCENT] = ACTIONS(3251), + [anon_sym_LT] = ACTIONS(3253), + [anon_sym_GT] = ACTIONS(3253), + [anon_sym_EQ_EQ] = ACTIONS(3251), + [anon_sym_BANG_EQ] = ACTIONS(3251), + [anon_sym_LT_EQ] = ACTIONS(3251), + [anon_sym_GT_EQ] = ACTIONS(3251), + [anon_sym_LBRACK] = ACTIONS(3251), + [anon_sym_RBRACK] = ACTIONS(3251), + [anon_sym_struct] = ACTIONS(3253), + [anon_sym_mut] = ACTIONS(3253), + [anon_sym_COLON] = ACTIONS(3251), + [anon_sym_PLUS_PLUS] = ACTIONS(3251), + [anon_sym_DASH_DASH] = ACTIONS(3251), + [anon_sym_QMARK] = ACTIONS(3253), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(3253), + [anon_sym_spawn] = ACTIONS(3253), + [anon_sym_json_DOTdecode] = ACTIONS(3251), + [anon_sym_LBRACK2] = ACTIONS(3253), + [anon_sym_TILDE] = ACTIONS(3251), + [anon_sym_CARET] = ACTIONS(3251), + [anon_sym_AMP] = ACTIONS(3253), + [anon_sym_LT_DASH] = ACTIONS(3251), + [anon_sym_LT_LT] = ACTIONS(3251), + [anon_sym_GT_GT] = ACTIONS(3253), + [anon_sym_GT_GT_GT] = ACTIONS(3251), + [anon_sym_AMP_CARET] = ACTIONS(3251), + [anon_sym_AMP_AMP] = ACTIONS(3251), + [anon_sym_PIPE_PIPE] = ACTIONS(3251), + [anon_sym_or] = ACTIONS(3253), + [sym_none] = ACTIONS(3253), + [sym_true] = ACTIONS(3253), + [sym_false] = ACTIONS(3253), + [sym_nil] = ACTIONS(3253), + [anon_sym_QMARK_DOT] = ACTIONS(3251), + [anon_sym_POUND_LBRACK] = ACTIONS(3251), + [anon_sym_if] = ACTIONS(3253), + [anon_sym_DOLLARif] = ACTIONS(3253), + [anon_sym_is] = ACTIONS(3253), + [anon_sym_BANGis] = ACTIONS(3251), + [anon_sym_in] = ACTIONS(3253), + [anon_sym_BANGin] = ACTIONS(3251), + [anon_sym_match] = ACTIONS(3253), + [anon_sym_select] = ACTIONS(3253), + [anon_sym_lock] = ACTIONS(3253), + [anon_sym_rlock] = ACTIONS(3253), + [anon_sym_unsafe] = ACTIONS(3253), + [anon_sym_sql] = ACTIONS(3253), + [sym_int_literal] = ACTIONS(3253), + [sym_float_literal] = ACTIONS(3251), + [sym_rune_literal] = ACTIONS(3251), + [sym_pseudo_compile_time_identifier] = ACTIONS(3253), + [anon_sym_shared] = ACTIONS(3253), + [anon_sym_map_LBRACK] = ACTIONS(3251), + [anon_sym_chan] = ACTIONS(3253), + [anon_sym_thread] = ACTIONS(3253), + [anon_sym_atomic] = ACTIONS(3253), + [sym___double_quote] = ACTIONS(3251), + [sym___single_quote] = ACTIONS(3251), + [sym___c_double_quote] = ACTIONS(3251), + [sym___c_single_quote] = ACTIONS(3251), + [sym___r_double_quote] = ACTIONS(3251), + [sym___r_single_quote] = ACTIONS(3251), + }, [1383] = { [sym_line_comment] = STATE(1383), [sym_block_comment] = STATE(1383), - [sym_type_parameters] = STATE(4396), - [sym_argument_list] = STATE(1373), - [sym_or_block] = STATE(1374), - [sym_identifier] = ACTIONS(3871), + [sym_identifier] = ACTIONS(3404), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_as] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(3875), - [anon_sym_RBRACE] = ACTIONS(3875), - [anon_sym_LPAREN] = ACTIONS(3857), - [anon_sym_PIPE] = ACTIONS(3877), - [anon_sym_fn] = ACTIONS(3871), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_SLASH] = ACTIONS(3881), - [anon_sym_PERCENT] = ACTIONS(3879), - [anon_sym_LT] = ACTIONS(3883), - [anon_sym_GT] = ACTIONS(3883), - [anon_sym_EQ_EQ] = ACTIONS(3885), - [anon_sym_BANG_EQ] = ACTIONS(3885), - [anon_sym_LT_EQ] = ACTIONS(3885), - [anon_sym_GT_EQ] = ACTIONS(3885), - [anon_sym_LBRACK] = ACTIONS(3859), - [anon_sym_struct] = ACTIONS(3871), - [anon_sym_mut] = ACTIONS(3871), - [anon_sym_PLUS_PLUS] = ACTIONS(3889), - [anon_sym_DASH_DASH] = ACTIONS(3891), - [anon_sym_QMARK] = ACTIONS(3861), - [anon_sym_BANG] = ACTIONS(3863), - [anon_sym_go] = ACTIONS(3871), - [anon_sym_spawn] = ACTIONS(3871), - [anon_sym_json_DOTdecode] = ACTIONS(3875), - [anon_sym_LBRACK2] = ACTIONS(3865), - [anon_sym_TILDE] = ACTIONS(3875), - [anon_sym_CARET] = ACTIONS(3893), - [anon_sym_AMP] = ACTIONS(3881), - [anon_sym_LT_DASH] = ACTIONS(3875), - [anon_sym_LT_LT] = ACTIONS(3879), - [anon_sym_GT_GT] = ACTIONS(3881), - [anon_sym_GT_GT_GT] = ACTIONS(3879), - [anon_sym_AMP_CARET] = ACTIONS(3879), - [anon_sym_AMP_AMP] = ACTIONS(3895), - [anon_sym_PIPE_PIPE] = ACTIONS(3897), - [anon_sym_or] = ACTIONS(3899), - [sym_none] = ACTIONS(3871), - [sym_true] = ACTIONS(3871), - [sym_false] = ACTIONS(3871), - [sym_nil] = ACTIONS(3871), - [anon_sym_QMARK_DOT] = ACTIONS(3867), - [anon_sym_POUND_LBRACK] = ACTIONS(3869), - [anon_sym_if] = ACTIONS(3871), - [anon_sym_DOLLARif] = ACTIONS(3871), - [anon_sym_is] = ACTIONS(3901), - [anon_sym_BANGis] = ACTIONS(3903), - [anon_sym_in] = ACTIONS(3905), - [anon_sym_BANGin] = ACTIONS(3907), - [anon_sym_match] = ACTIONS(3871), - [anon_sym_select] = ACTIONS(3871), - [anon_sym_lock] = ACTIONS(3871), - [anon_sym_rlock] = ACTIONS(3871), - [anon_sym_unsafe] = ACTIONS(3871), - [anon_sym_sql] = ACTIONS(3871), - [sym_int_literal] = ACTIONS(3871), - [sym_float_literal] = ACTIONS(3875), - [sym_rune_literal] = ACTIONS(3875), - [sym_pseudo_compile_time_identifier] = ACTIONS(3871), - [anon_sym_shared] = ACTIONS(3871), - [anon_sym_map_LBRACK] = ACTIONS(3875), - [anon_sym_chan] = ACTIONS(3871), - [anon_sym_thread] = ACTIONS(3871), - [anon_sym_atomic] = ACTIONS(3871), - [sym___double_quote] = ACTIONS(3875), - [sym___single_quote] = ACTIONS(3875), - [sym___c_double_quote] = ACTIONS(3875), - [sym___c_single_quote] = ACTIONS(3875), - [sym___r_double_quote] = ACTIONS(3875), - [sym___r_single_quote] = ACTIONS(3875), + [anon_sym_DOT] = ACTIONS(3404), + [anon_sym_as] = ACTIONS(3404), + [anon_sym_LBRACE] = ACTIONS(3402), + [anon_sym_COMMA] = ACTIONS(3402), + [anon_sym_RBRACE] = ACTIONS(3402), + [anon_sym_LPAREN] = ACTIONS(3402), + [anon_sym_PIPE] = ACTIONS(3404), + [anon_sym_fn] = ACTIONS(3404), + [anon_sym_PLUS] = ACTIONS(3404), + [anon_sym_DASH] = ACTIONS(3404), + [anon_sym_STAR] = ACTIONS(3402), + [anon_sym_SLASH] = ACTIONS(3404), + [anon_sym_PERCENT] = ACTIONS(3402), + [anon_sym_LT] = ACTIONS(3404), + [anon_sym_GT] = ACTIONS(3404), + [anon_sym_EQ_EQ] = ACTIONS(3402), + [anon_sym_BANG_EQ] = ACTIONS(3402), + [anon_sym_LT_EQ] = ACTIONS(3402), + [anon_sym_GT_EQ] = ACTIONS(3402), + [anon_sym_LBRACK] = ACTIONS(3402), + [anon_sym_RBRACK] = ACTIONS(3402), + [anon_sym_struct] = ACTIONS(3404), + [anon_sym_mut] = ACTIONS(3404), + [anon_sym_COLON] = ACTIONS(3402), + [anon_sym_PLUS_PLUS] = ACTIONS(3402), + [anon_sym_DASH_DASH] = ACTIONS(3402), + [anon_sym_QMARK] = ACTIONS(3404), + [anon_sym_BANG] = ACTIONS(3404), + [anon_sym_go] = ACTIONS(3404), + [anon_sym_spawn] = ACTIONS(3404), + [anon_sym_json_DOTdecode] = ACTIONS(3402), + [anon_sym_LBRACK2] = ACTIONS(3404), + [anon_sym_TILDE] = ACTIONS(3402), + [anon_sym_CARET] = ACTIONS(3402), + [anon_sym_AMP] = ACTIONS(3404), + [anon_sym_LT_DASH] = ACTIONS(3402), + [anon_sym_LT_LT] = ACTIONS(3402), + [anon_sym_GT_GT] = ACTIONS(3404), + [anon_sym_GT_GT_GT] = ACTIONS(3402), + [anon_sym_AMP_CARET] = ACTIONS(3402), + [anon_sym_AMP_AMP] = ACTIONS(3402), + [anon_sym_PIPE_PIPE] = ACTIONS(3402), + [anon_sym_or] = ACTIONS(3404), + [sym_none] = ACTIONS(3404), + [sym_true] = ACTIONS(3404), + [sym_false] = ACTIONS(3404), + [sym_nil] = ACTIONS(3404), + [anon_sym_QMARK_DOT] = ACTIONS(3402), + [anon_sym_POUND_LBRACK] = ACTIONS(3402), + [anon_sym_if] = ACTIONS(3404), + [anon_sym_DOLLARif] = ACTIONS(3404), + [anon_sym_is] = ACTIONS(3404), + [anon_sym_BANGis] = ACTIONS(3402), + [anon_sym_in] = ACTIONS(3404), + [anon_sym_BANGin] = ACTIONS(3402), + [anon_sym_match] = ACTIONS(3404), + [anon_sym_select] = ACTIONS(3404), + [anon_sym_lock] = ACTIONS(3404), + [anon_sym_rlock] = ACTIONS(3404), + [anon_sym_unsafe] = ACTIONS(3404), + [anon_sym_sql] = ACTIONS(3404), + [sym_int_literal] = ACTIONS(3404), + [sym_float_literal] = ACTIONS(3402), + [sym_rune_literal] = ACTIONS(3402), + [sym_pseudo_compile_time_identifier] = ACTIONS(3404), + [anon_sym_shared] = ACTIONS(3404), + [anon_sym_map_LBRACK] = ACTIONS(3402), + [anon_sym_chan] = ACTIONS(3404), + [anon_sym_thread] = ACTIONS(3404), + [anon_sym_atomic] = ACTIONS(3404), + [sym___double_quote] = ACTIONS(3402), + [sym___single_quote] = ACTIONS(3402), + [sym___c_double_quote] = ACTIONS(3402), + [sym___c_single_quote] = ACTIONS(3402), + [sym___r_double_quote] = ACTIONS(3402), + [sym___r_single_quote] = ACTIONS(3402), }, [1384] = { [sym_line_comment] = STATE(1384), [sym_block_comment] = STATE(1384), - [sym_identifier] = ACTIONS(3255), + [sym_identifier] = ACTIONS(3245), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3255), - [anon_sym_as] = ACTIONS(3255), - [anon_sym_LBRACE] = ACTIONS(3253), - [anon_sym_COMMA] = ACTIONS(3253), - [anon_sym_RBRACE] = ACTIONS(3253), - [anon_sym_LPAREN] = ACTIONS(3253), - [anon_sym_PIPE] = ACTIONS(3255), - [anon_sym_fn] = ACTIONS(3255), - [anon_sym_PLUS] = ACTIONS(3255), - [anon_sym_DASH] = ACTIONS(3255), - [anon_sym_STAR] = ACTIONS(3253), - [anon_sym_SLASH] = ACTIONS(3255), - [anon_sym_PERCENT] = ACTIONS(3253), - [anon_sym_LT] = ACTIONS(3255), - [anon_sym_GT] = ACTIONS(3255), - [anon_sym_EQ_EQ] = ACTIONS(3253), - [anon_sym_BANG_EQ] = ACTIONS(3253), - [anon_sym_LT_EQ] = ACTIONS(3253), - [anon_sym_GT_EQ] = ACTIONS(3253), - [anon_sym_LBRACK] = ACTIONS(3253), - [anon_sym_RBRACK] = ACTIONS(3253), - [anon_sym_struct] = ACTIONS(3255), - [anon_sym_mut] = ACTIONS(3255), - [anon_sym_COLON] = ACTIONS(3253), - [anon_sym_PLUS_PLUS] = ACTIONS(3253), - [anon_sym_DASH_DASH] = ACTIONS(3253), - [anon_sym_QMARK] = ACTIONS(3255), - [anon_sym_BANG] = ACTIONS(3255), - [anon_sym_go] = ACTIONS(3255), - [anon_sym_spawn] = ACTIONS(3255), - [anon_sym_json_DOTdecode] = ACTIONS(3253), - [anon_sym_LBRACK2] = ACTIONS(3255), - [anon_sym_TILDE] = ACTIONS(3253), - [anon_sym_CARET] = ACTIONS(3253), - [anon_sym_AMP] = ACTIONS(3255), - [anon_sym_LT_DASH] = ACTIONS(3253), - [anon_sym_LT_LT] = ACTIONS(3253), - [anon_sym_GT_GT] = ACTIONS(3255), - [anon_sym_GT_GT_GT] = ACTIONS(3253), - [anon_sym_AMP_CARET] = ACTIONS(3253), - [anon_sym_AMP_AMP] = ACTIONS(3253), - [anon_sym_PIPE_PIPE] = ACTIONS(3253), - [anon_sym_or] = ACTIONS(3255), - [sym_none] = ACTIONS(3255), - [sym_true] = ACTIONS(3255), - [sym_false] = ACTIONS(3255), - [sym_nil] = ACTIONS(3255), - [anon_sym_QMARK_DOT] = ACTIONS(3253), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(3255), - [anon_sym_DOLLARif] = ACTIONS(3255), - [anon_sym_is] = ACTIONS(3255), - [anon_sym_BANGis] = ACTIONS(3253), - [anon_sym_in] = ACTIONS(3255), - [anon_sym_BANGin] = ACTIONS(3253), - [anon_sym_match] = ACTIONS(3255), - [anon_sym_select] = ACTIONS(3255), - [anon_sym_lock] = ACTIONS(3255), - [anon_sym_rlock] = ACTIONS(3255), - [anon_sym_unsafe] = ACTIONS(3255), - [anon_sym_sql] = ACTIONS(3255), - [sym_int_literal] = ACTIONS(3255), - [sym_float_literal] = ACTIONS(3253), - [sym_rune_literal] = ACTIONS(3253), - [sym_pseudo_compile_time_identifier] = ACTIONS(3255), - [anon_sym_shared] = ACTIONS(3255), - [anon_sym_map_LBRACK] = ACTIONS(3253), - [anon_sym_chan] = ACTIONS(3255), - [anon_sym_thread] = ACTIONS(3255), - [anon_sym_atomic] = ACTIONS(3255), - [sym___double_quote] = ACTIONS(3253), - [sym___single_quote] = ACTIONS(3253), - [sym___c_double_quote] = ACTIONS(3253), - [sym___c_single_quote] = ACTIONS(3253), - [sym___r_double_quote] = ACTIONS(3253), - [sym___r_single_quote] = ACTIONS(3253), + [anon_sym_DOT] = ACTIONS(3245), + [anon_sym_as] = ACTIONS(3245), + [anon_sym_LBRACE] = ACTIONS(3243), + [anon_sym_COMMA] = ACTIONS(3243), + [anon_sym_RBRACE] = ACTIONS(3243), + [anon_sym_LPAREN] = ACTIONS(3243), + [anon_sym_PIPE] = ACTIONS(3245), + [anon_sym_fn] = ACTIONS(3245), + [anon_sym_PLUS] = ACTIONS(3245), + [anon_sym_DASH] = ACTIONS(3245), + [anon_sym_STAR] = ACTIONS(3243), + [anon_sym_SLASH] = ACTIONS(3245), + [anon_sym_PERCENT] = ACTIONS(3243), + [anon_sym_LT] = ACTIONS(3245), + [anon_sym_GT] = ACTIONS(3245), + [anon_sym_EQ_EQ] = ACTIONS(3243), + [anon_sym_BANG_EQ] = ACTIONS(3243), + [anon_sym_LT_EQ] = ACTIONS(3243), + [anon_sym_GT_EQ] = ACTIONS(3243), + [anon_sym_LBRACK] = ACTIONS(3243), + [anon_sym_RBRACK] = ACTIONS(3243), + [anon_sym_struct] = ACTIONS(3245), + [anon_sym_mut] = ACTIONS(3245), + [anon_sym_COLON] = ACTIONS(3243), + [anon_sym_PLUS_PLUS] = ACTIONS(3243), + [anon_sym_DASH_DASH] = ACTIONS(3243), + [anon_sym_QMARK] = ACTIONS(3245), + [anon_sym_BANG] = ACTIONS(3245), + [anon_sym_go] = ACTIONS(3245), + [anon_sym_spawn] = ACTIONS(3245), + [anon_sym_json_DOTdecode] = ACTIONS(3243), + [anon_sym_LBRACK2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3243), + [anon_sym_CARET] = ACTIONS(3243), + [anon_sym_AMP] = ACTIONS(3245), + [anon_sym_LT_DASH] = ACTIONS(3243), + [anon_sym_LT_LT] = ACTIONS(3243), + [anon_sym_GT_GT] = ACTIONS(3245), + [anon_sym_GT_GT_GT] = ACTIONS(3243), + [anon_sym_AMP_CARET] = ACTIONS(3243), + [anon_sym_AMP_AMP] = ACTIONS(3243), + [anon_sym_PIPE_PIPE] = ACTIONS(3243), + [anon_sym_or] = ACTIONS(3245), + [sym_none] = ACTIONS(3245), + [sym_true] = ACTIONS(3245), + [sym_false] = ACTIONS(3245), + [sym_nil] = ACTIONS(3245), + [anon_sym_QMARK_DOT] = ACTIONS(3243), + [anon_sym_POUND_LBRACK] = ACTIONS(3243), + [anon_sym_if] = ACTIONS(3245), + [anon_sym_DOLLARif] = ACTIONS(3245), + [anon_sym_is] = ACTIONS(3245), + [anon_sym_BANGis] = ACTIONS(3243), + [anon_sym_in] = ACTIONS(3245), + [anon_sym_BANGin] = ACTIONS(3243), + [anon_sym_match] = ACTIONS(3245), + [anon_sym_select] = ACTIONS(3245), + [anon_sym_lock] = ACTIONS(3245), + [anon_sym_rlock] = ACTIONS(3245), + [anon_sym_unsafe] = ACTIONS(3245), + [anon_sym_sql] = ACTIONS(3245), + [sym_int_literal] = ACTIONS(3245), + [sym_float_literal] = ACTIONS(3243), + [sym_rune_literal] = ACTIONS(3243), + [sym_pseudo_compile_time_identifier] = ACTIONS(3245), + [anon_sym_shared] = ACTIONS(3245), + [anon_sym_map_LBRACK] = ACTIONS(3243), + [anon_sym_chan] = ACTIONS(3245), + [anon_sym_thread] = ACTIONS(3245), + [anon_sym_atomic] = ACTIONS(3245), + [sym___double_quote] = ACTIONS(3243), + [sym___single_quote] = ACTIONS(3243), + [sym___c_double_quote] = ACTIONS(3243), + [sym___c_single_quote] = ACTIONS(3243), + [sym___r_double_quote] = ACTIONS(3243), + [sym___r_single_quote] = ACTIONS(3243), }, [1385] = { [sym_line_comment] = STATE(1385), [sym_block_comment] = STATE(1385), - [sym_identifier] = ACTIONS(3127), + [sym_identifier] = ACTIONS(3149), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3127), - [anon_sym_as] = ACTIONS(3127), - [anon_sym_LBRACE] = ACTIONS(3125), - [anon_sym_COMMA] = ACTIONS(3125), - [anon_sym_RBRACE] = ACTIONS(3125), - [anon_sym_LPAREN] = ACTIONS(3125), - [anon_sym_PIPE] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(3127), - [anon_sym_DASH] = ACTIONS(3127), - [anon_sym_STAR] = ACTIONS(3125), - [anon_sym_SLASH] = ACTIONS(3127), - [anon_sym_PERCENT] = ACTIONS(3125), - [anon_sym_LT] = ACTIONS(3127), - [anon_sym_GT] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_LT_EQ] = ACTIONS(3125), - [anon_sym_GT_EQ] = ACTIONS(3125), - [anon_sym_LBRACK] = ACTIONS(3125), - [anon_sym_RBRACK] = ACTIONS(3125), - [anon_sym_struct] = ACTIONS(3127), - [anon_sym_mut] = ACTIONS(3127), - [anon_sym_COLON] = ACTIONS(3125), - [anon_sym_PLUS_PLUS] = ACTIONS(3125), - [anon_sym_DASH_DASH] = ACTIONS(3125), - [anon_sym_QMARK] = ACTIONS(3127), - [anon_sym_BANG] = ACTIONS(3127), - [anon_sym_go] = ACTIONS(3127), - [anon_sym_spawn] = ACTIONS(3127), - [anon_sym_json_DOTdecode] = ACTIONS(3125), - [anon_sym_LBRACK2] = ACTIONS(3127), - [anon_sym_TILDE] = ACTIONS(3125), - [anon_sym_CARET] = ACTIONS(3125), - [anon_sym_AMP] = ACTIONS(3127), - [anon_sym_LT_DASH] = ACTIONS(3125), - [anon_sym_LT_LT] = ACTIONS(3125), - [anon_sym_GT_GT] = ACTIONS(3127), - [anon_sym_GT_GT_GT] = ACTIONS(3125), - [anon_sym_AMP_CARET] = ACTIONS(3125), - [anon_sym_AMP_AMP] = ACTIONS(3125), - [anon_sym_PIPE_PIPE] = ACTIONS(3125), - [anon_sym_or] = ACTIONS(3127), - [sym_none] = ACTIONS(3127), - [sym_true] = ACTIONS(3127), - [sym_false] = ACTIONS(3127), - [sym_nil] = ACTIONS(3127), - [anon_sym_QMARK_DOT] = ACTIONS(3125), - [anon_sym_POUND_LBRACK] = ACTIONS(3125), - [anon_sym_if] = ACTIONS(3127), - [anon_sym_DOLLARif] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3127), - [anon_sym_BANGis] = ACTIONS(3125), - [anon_sym_in] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3125), - [anon_sym_match] = ACTIONS(3127), - [anon_sym_select] = ACTIONS(3127), - [anon_sym_lock] = ACTIONS(3127), - [anon_sym_rlock] = ACTIONS(3127), - [anon_sym_unsafe] = ACTIONS(3127), - [anon_sym_sql] = ACTIONS(3127), - [sym_int_literal] = ACTIONS(3127), - [sym_float_literal] = ACTIONS(3125), - [sym_rune_literal] = ACTIONS(3125), - [sym_pseudo_compile_time_identifier] = ACTIONS(3127), - [anon_sym_shared] = ACTIONS(3127), - [anon_sym_map_LBRACK] = ACTIONS(3125), - [anon_sym_chan] = ACTIONS(3127), - [anon_sym_thread] = ACTIONS(3127), - [anon_sym_atomic] = ACTIONS(3127), - [sym___double_quote] = ACTIONS(3125), - [sym___single_quote] = ACTIONS(3125), - [sym___c_double_quote] = ACTIONS(3125), - [sym___c_single_quote] = ACTIONS(3125), - [sym___r_double_quote] = ACTIONS(3125), - [sym___r_single_quote] = ACTIONS(3125), + [anon_sym_DOT] = ACTIONS(3149), + [anon_sym_as] = ACTIONS(3149), + [anon_sym_LBRACE] = ACTIONS(3147), + [anon_sym_COMMA] = ACTIONS(3147), + [anon_sym_RBRACE] = ACTIONS(3147), + [anon_sym_LPAREN] = ACTIONS(3147), + [anon_sym_PIPE] = ACTIONS(3149), + [anon_sym_fn] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3147), + [anon_sym_SLASH] = ACTIONS(3149), + [anon_sym_PERCENT] = ACTIONS(3147), + [anon_sym_LT] = ACTIONS(3149), + [anon_sym_GT] = ACTIONS(3149), + [anon_sym_EQ_EQ] = ACTIONS(3147), + [anon_sym_BANG_EQ] = ACTIONS(3147), + [anon_sym_LT_EQ] = ACTIONS(3147), + [anon_sym_GT_EQ] = ACTIONS(3147), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_RBRACK] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3149), + [anon_sym_mut] = ACTIONS(3149), + [anon_sym_COLON] = ACTIONS(3147), + [anon_sym_PLUS_PLUS] = ACTIONS(3147), + [anon_sym_DASH_DASH] = ACTIONS(3147), + [anon_sym_QMARK] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_go] = ACTIONS(3149), + [anon_sym_spawn] = ACTIONS(3149), + [anon_sym_json_DOTdecode] = ACTIONS(3147), + [anon_sym_LBRACK2] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_CARET] = ACTIONS(3147), + [anon_sym_AMP] = ACTIONS(3149), + [anon_sym_LT_DASH] = ACTIONS(3147), + [anon_sym_LT_LT] = ACTIONS(3147), + [anon_sym_GT_GT] = ACTIONS(3149), + [anon_sym_GT_GT_GT] = ACTIONS(3147), + [anon_sym_AMP_CARET] = ACTIONS(3147), + [anon_sym_AMP_AMP] = ACTIONS(3147), + [anon_sym_PIPE_PIPE] = ACTIONS(3147), + [anon_sym_or] = ACTIONS(3149), + [sym_none] = ACTIONS(3149), + [sym_true] = ACTIONS(3149), + [sym_false] = ACTIONS(3149), + [sym_nil] = ACTIONS(3149), + [anon_sym_QMARK_DOT] = ACTIONS(3147), + [anon_sym_POUND_LBRACK] = ACTIONS(3147), + [anon_sym_if] = ACTIONS(3149), + [anon_sym_DOLLARif] = ACTIONS(3149), + [anon_sym_is] = ACTIONS(3149), + [anon_sym_BANGis] = ACTIONS(3147), + [anon_sym_in] = ACTIONS(3149), + [anon_sym_BANGin] = ACTIONS(3147), + [anon_sym_match] = ACTIONS(3149), + [anon_sym_select] = ACTIONS(3149), + [anon_sym_lock] = ACTIONS(3149), + [anon_sym_rlock] = ACTIONS(3149), + [anon_sym_unsafe] = ACTIONS(3149), + [anon_sym_sql] = ACTIONS(3149), + [sym_int_literal] = ACTIONS(3149), + [sym_float_literal] = ACTIONS(3147), + [sym_rune_literal] = ACTIONS(3147), + [sym_pseudo_compile_time_identifier] = ACTIONS(3149), + [anon_sym_shared] = ACTIONS(3149), + [anon_sym_map_LBRACK] = ACTIONS(3147), + [anon_sym_chan] = ACTIONS(3149), + [anon_sym_thread] = ACTIONS(3149), + [anon_sym_atomic] = ACTIONS(3149), + [sym___double_quote] = ACTIONS(3147), + [sym___single_quote] = ACTIONS(3147), + [sym___c_double_quote] = ACTIONS(3147), + [sym___c_single_quote] = ACTIONS(3147), + [sym___r_double_quote] = ACTIONS(3147), + [sym___r_single_quote] = ACTIONS(3147), }, [1386] = { [sym_line_comment] = STATE(1386), [sym_block_comment] = STATE(1386), - [sym_identifier] = ACTIONS(3283), + [sym_identifier] = ACTIONS(3428), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3283), - [anon_sym_as] = ACTIONS(3283), - [anon_sym_LBRACE] = ACTIONS(3281), - [anon_sym_COMMA] = ACTIONS(3281), - [anon_sym_RBRACE] = ACTIONS(3281), - [anon_sym_LPAREN] = ACTIONS(3281), - [anon_sym_PIPE] = ACTIONS(3283), - [anon_sym_fn] = ACTIONS(3283), - [anon_sym_PLUS] = ACTIONS(3283), - [anon_sym_DASH] = ACTIONS(3283), - [anon_sym_STAR] = ACTIONS(3281), - [anon_sym_SLASH] = ACTIONS(3283), - [anon_sym_PERCENT] = ACTIONS(3281), - [anon_sym_LT] = ACTIONS(3283), - [anon_sym_GT] = ACTIONS(3283), - [anon_sym_EQ_EQ] = ACTIONS(3281), - [anon_sym_BANG_EQ] = ACTIONS(3281), - [anon_sym_LT_EQ] = ACTIONS(3281), - [anon_sym_GT_EQ] = ACTIONS(3281), - [anon_sym_LBRACK] = ACTIONS(3281), - [anon_sym_RBRACK] = ACTIONS(3281), - [anon_sym_struct] = ACTIONS(3283), - [anon_sym_mut] = ACTIONS(3283), - [anon_sym_COLON] = ACTIONS(3281), - [anon_sym_PLUS_PLUS] = ACTIONS(3281), - [anon_sym_DASH_DASH] = ACTIONS(3281), - [anon_sym_QMARK] = ACTIONS(3283), - [anon_sym_BANG] = ACTIONS(3283), - [anon_sym_go] = ACTIONS(3283), - [anon_sym_spawn] = ACTIONS(3283), - [anon_sym_json_DOTdecode] = ACTIONS(3281), - [anon_sym_LBRACK2] = ACTIONS(3283), - [anon_sym_TILDE] = ACTIONS(3281), - [anon_sym_CARET] = ACTIONS(3281), - [anon_sym_AMP] = ACTIONS(3283), - [anon_sym_LT_DASH] = ACTIONS(3281), - [anon_sym_LT_LT] = ACTIONS(3281), - [anon_sym_GT_GT] = ACTIONS(3283), - [anon_sym_GT_GT_GT] = ACTIONS(3281), - [anon_sym_AMP_CARET] = ACTIONS(3281), - [anon_sym_AMP_AMP] = ACTIONS(3281), - [anon_sym_PIPE_PIPE] = ACTIONS(3281), - [anon_sym_or] = ACTIONS(3283), - [sym_none] = ACTIONS(3283), - [sym_true] = ACTIONS(3283), - [sym_false] = ACTIONS(3283), - [sym_nil] = ACTIONS(3283), - [anon_sym_QMARK_DOT] = ACTIONS(3281), - [anon_sym_POUND_LBRACK] = ACTIONS(3281), - [anon_sym_if] = ACTIONS(3283), - [anon_sym_DOLLARif] = ACTIONS(3283), - [anon_sym_is] = ACTIONS(3283), - [anon_sym_BANGis] = ACTIONS(3281), - [anon_sym_in] = ACTIONS(3283), - [anon_sym_BANGin] = ACTIONS(3281), - [anon_sym_match] = ACTIONS(3283), - [anon_sym_select] = ACTIONS(3283), - [anon_sym_lock] = ACTIONS(3283), - [anon_sym_rlock] = ACTIONS(3283), - [anon_sym_unsafe] = ACTIONS(3283), - [anon_sym_sql] = ACTIONS(3283), - [sym_int_literal] = ACTIONS(3283), - [sym_float_literal] = ACTIONS(3281), - [sym_rune_literal] = ACTIONS(3281), - [sym_pseudo_compile_time_identifier] = ACTIONS(3283), - [anon_sym_shared] = ACTIONS(3283), - [anon_sym_map_LBRACK] = ACTIONS(3281), - [anon_sym_chan] = ACTIONS(3283), - [anon_sym_thread] = ACTIONS(3283), - [anon_sym_atomic] = ACTIONS(3283), - [sym___double_quote] = ACTIONS(3281), - [sym___single_quote] = ACTIONS(3281), - [sym___c_double_quote] = ACTIONS(3281), - [sym___c_single_quote] = ACTIONS(3281), - [sym___r_double_quote] = ACTIONS(3281), - [sym___r_single_quote] = ACTIONS(3281), + [anon_sym_DOT] = ACTIONS(3428), + [anon_sym_as] = ACTIONS(3428), + [anon_sym_LBRACE] = ACTIONS(3426), + [anon_sym_COMMA] = ACTIONS(3426), + [anon_sym_RBRACE] = ACTIONS(3426), + [anon_sym_LPAREN] = ACTIONS(3426), + [anon_sym_PIPE] = ACTIONS(3428), + [anon_sym_fn] = ACTIONS(3428), + [anon_sym_PLUS] = ACTIONS(3428), + [anon_sym_DASH] = ACTIONS(3428), + [anon_sym_STAR] = ACTIONS(3426), + [anon_sym_SLASH] = ACTIONS(3428), + [anon_sym_PERCENT] = ACTIONS(3426), + [anon_sym_LT] = ACTIONS(3428), + [anon_sym_GT] = ACTIONS(3428), + [anon_sym_EQ_EQ] = ACTIONS(3426), + [anon_sym_BANG_EQ] = ACTIONS(3426), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_LBRACK] = ACTIONS(3426), + [anon_sym_RBRACK] = ACTIONS(3426), + [anon_sym_struct] = ACTIONS(3428), + [anon_sym_mut] = ACTIONS(3428), + [anon_sym_COLON] = ACTIONS(3426), + [anon_sym_PLUS_PLUS] = ACTIONS(3426), + [anon_sym_DASH_DASH] = ACTIONS(3426), + [anon_sym_QMARK] = ACTIONS(3428), + [anon_sym_BANG] = ACTIONS(3428), + [anon_sym_go] = ACTIONS(3428), + [anon_sym_spawn] = ACTIONS(3428), + [anon_sym_json_DOTdecode] = ACTIONS(3426), + [anon_sym_LBRACK2] = ACTIONS(3428), + [anon_sym_TILDE] = ACTIONS(3426), + [anon_sym_CARET] = ACTIONS(3426), + [anon_sym_AMP] = ACTIONS(3428), + [anon_sym_LT_DASH] = ACTIONS(3426), + [anon_sym_LT_LT] = ACTIONS(3426), + [anon_sym_GT_GT] = ACTIONS(3428), + [anon_sym_GT_GT_GT] = ACTIONS(3426), + [anon_sym_AMP_CARET] = ACTIONS(3426), + [anon_sym_AMP_AMP] = ACTIONS(3426), + [anon_sym_PIPE_PIPE] = ACTIONS(3426), + [anon_sym_or] = ACTIONS(3428), + [sym_none] = ACTIONS(3428), + [sym_true] = ACTIONS(3428), + [sym_false] = ACTIONS(3428), + [sym_nil] = ACTIONS(3428), + [anon_sym_QMARK_DOT] = ACTIONS(3426), + [anon_sym_POUND_LBRACK] = ACTIONS(3426), + [anon_sym_if] = ACTIONS(3428), + [anon_sym_DOLLARif] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3428), + [anon_sym_BANGis] = ACTIONS(3426), + [anon_sym_in] = ACTIONS(3428), + [anon_sym_BANGin] = ACTIONS(3426), + [anon_sym_match] = ACTIONS(3428), + [anon_sym_select] = ACTIONS(3428), + [anon_sym_lock] = ACTIONS(3428), + [anon_sym_rlock] = ACTIONS(3428), + [anon_sym_unsafe] = ACTIONS(3428), + [anon_sym_sql] = ACTIONS(3428), + [sym_int_literal] = ACTIONS(3428), + [sym_float_literal] = ACTIONS(3426), + [sym_rune_literal] = ACTIONS(3426), + [sym_pseudo_compile_time_identifier] = ACTIONS(3428), + [anon_sym_shared] = ACTIONS(3428), + [anon_sym_map_LBRACK] = ACTIONS(3426), + [anon_sym_chan] = ACTIONS(3428), + [anon_sym_thread] = ACTIONS(3428), + [anon_sym_atomic] = ACTIONS(3428), + [sym___double_quote] = ACTIONS(3426), + [sym___single_quote] = ACTIONS(3426), + [sym___c_double_quote] = ACTIONS(3426), + [sym___c_single_quote] = ACTIONS(3426), + [sym___r_double_quote] = ACTIONS(3426), + [sym___r_single_quote] = ACTIONS(3426), }, [1387] = { [sym_line_comment] = STATE(1387), [sym_block_comment] = STATE(1387), - [sym_identifier] = ACTIONS(3279), + [sym_identifier] = ACTIONS(3145), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3279), - [anon_sym_as] = ACTIONS(3279), - [anon_sym_LBRACE] = ACTIONS(3277), - [anon_sym_COMMA] = ACTIONS(3277), - [anon_sym_RBRACE] = ACTIONS(3277), - [anon_sym_LPAREN] = ACTIONS(3277), - [anon_sym_PIPE] = ACTIONS(3279), - [anon_sym_fn] = ACTIONS(3279), - [anon_sym_PLUS] = ACTIONS(3279), - [anon_sym_DASH] = ACTIONS(3279), - [anon_sym_STAR] = ACTIONS(3277), - [anon_sym_SLASH] = ACTIONS(3279), - [anon_sym_PERCENT] = ACTIONS(3277), - [anon_sym_LT] = ACTIONS(3279), - [anon_sym_GT] = ACTIONS(3279), - [anon_sym_EQ_EQ] = ACTIONS(3277), - [anon_sym_BANG_EQ] = ACTIONS(3277), - [anon_sym_LT_EQ] = ACTIONS(3277), - [anon_sym_GT_EQ] = ACTIONS(3277), - [anon_sym_LBRACK] = ACTIONS(3277), - [anon_sym_RBRACK] = ACTIONS(3277), - [anon_sym_struct] = ACTIONS(3279), - [anon_sym_mut] = ACTIONS(3279), - [anon_sym_COLON] = ACTIONS(3277), - [anon_sym_PLUS_PLUS] = ACTIONS(3277), - [anon_sym_DASH_DASH] = ACTIONS(3277), - [anon_sym_QMARK] = ACTIONS(3279), - [anon_sym_BANG] = ACTIONS(3279), - [anon_sym_go] = ACTIONS(3279), - [anon_sym_spawn] = ACTIONS(3279), - [anon_sym_json_DOTdecode] = ACTIONS(3277), - [anon_sym_LBRACK2] = ACTIONS(3279), - [anon_sym_TILDE] = ACTIONS(3277), - [anon_sym_CARET] = ACTIONS(3277), - [anon_sym_AMP] = ACTIONS(3279), - [anon_sym_LT_DASH] = ACTIONS(3277), - [anon_sym_LT_LT] = ACTIONS(3277), - [anon_sym_GT_GT] = ACTIONS(3279), - [anon_sym_GT_GT_GT] = ACTIONS(3277), - [anon_sym_AMP_CARET] = ACTIONS(3277), - [anon_sym_AMP_AMP] = ACTIONS(3277), - [anon_sym_PIPE_PIPE] = ACTIONS(3277), - [anon_sym_or] = ACTIONS(3279), - [sym_none] = ACTIONS(3279), - [sym_true] = ACTIONS(3279), - [sym_false] = ACTIONS(3279), - [sym_nil] = ACTIONS(3279), - [anon_sym_QMARK_DOT] = ACTIONS(3277), - [anon_sym_POUND_LBRACK] = ACTIONS(3277), - [anon_sym_if] = ACTIONS(3279), - [anon_sym_DOLLARif] = ACTIONS(3279), - [anon_sym_is] = ACTIONS(3279), - [anon_sym_BANGis] = ACTIONS(3277), - [anon_sym_in] = ACTIONS(3279), - [anon_sym_BANGin] = ACTIONS(3277), - [anon_sym_match] = ACTIONS(3279), - [anon_sym_select] = ACTIONS(3279), - [anon_sym_lock] = ACTIONS(3279), - [anon_sym_rlock] = ACTIONS(3279), - [anon_sym_unsafe] = ACTIONS(3279), - [anon_sym_sql] = ACTIONS(3279), - [sym_int_literal] = ACTIONS(3279), - [sym_float_literal] = ACTIONS(3277), - [sym_rune_literal] = ACTIONS(3277), - [sym_pseudo_compile_time_identifier] = ACTIONS(3279), - [anon_sym_shared] = ACTIONS(3279), - [anon_sym_map_LBRACK] = ACTIONS(3277), - [anon_sym_chan] = ACTIONS(3279), - [anon_sym_thread] = ACTIONS(3279), - [anon_sym_atomic] = ACTIONS(3279), - [sym___double_quote] = ACTIONS(3277), - [sym___single_quote] = ACTIONS(3277), - [sym___c_double_quote] = ACTIONS(3277), - [sym___c_single_quote] = ACTIONS(3277), - [sym___r_double_quote] = ACTIONS(3277), - [sym___r_single_quote] = ACTIONS(3277), + [anon_sym_DOT] = ACTIONS(3145), + [anon_sym_as] = ACTIONS(3145), + [anon_sym_LBRACE] = ACTIONS(3143), + [anon_sym_COMMA] = ACTIONS(3143), + [anon_sym_RBRACE] = ACTIONS(3143), + [anon_sym_LPAREN] = ACTIONS(3143), + [anon_sym_PIPE] = ACTIONS(3145), + [anon_sym_fn] = ACTIONS(3145), + [anon_sym_PLUS] = ACTIONS(3145), + [anon_sym_DASH] = ACTIONS(3145), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_SLASH] = ACTIONS(3145), + [anon_sym_PERCENT] = ACTIONS(3143), + [anon_sym_LT] = ACTIONS(3145), + [anon_sym_GT] = ACTIONS(3145), + [anon_sym_EQ_EQ] = ACTIONS(3143), + [anon_sym_BANG_EQ] = ACTIONS(3143), + [anon_sym_LT_EQ] = ACTIONS(3143), + [anon_sym_GT_EQ] = ACTIONS(3143), + [anon_sym_LBRACK] = ACTIONS(3143), + [anon_sym_RBRACK] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3145), + [anon_sym_mut] = ACTIONS(3145), + [anon_sym_COLON] = ACTIONS(3143), + [anon_sym_PLUS_PLUS] = ACTIONS(3143), + [anon_sym_DASH_DASH] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3145), + [anon_sym_go] = ACTIONS(3145), + [anon_sym_spawn] = ACTIONS(3145), + [anon_sym_json_DOTdecode] = ACTIONS(3143), + [anon_sym_LBRACK2] = ACTIONS(3145), + [anon_sym_TILDE] = ACTIONS(3143), + [anon_sym_CARET] = ACTIONS(3143), + [anon_sym_AMP] = ACTIONS(3145), + [anon_sym_LT_DASH] = ACTIONS(3143), + [anon_sym_LT_LT] = ACTIONS(3143), + [anon_sym_GT_GT] = ACTIONS(3145), + [anon_sym_GT_GT_GT] = ACTIONS(3143), + [anon_sym_AMP_CARET] = ACTIONS(3143), + [anon_sym_AMP_AMP] = ACTIONS(3143), + [anon_sym_PIPE_PIPE] = ACTIONS(3143), + [anon_sym_or] = ACTIONS(3145), + [sym_none] = ACTIONS(3145), + [sym_true] = ACTIONS(3145), + [sym_false] = ACTIONS(3145), + [sym_nil] = ACTIONS(3145), + [anon_sym_QMARK_DOT] = ACTIONS(3143), + [anon_sym_POUND_LBRACK] = ACTIONS(3143), + [anon_sym_if] = ACTIONS(3145), + [anon_sym_DOLLARif] = ACTIONS(3145), + [anon_sym_is] = ACTIONS(3145), + [anon_sym_BANGis] = ACTIONS(3143), + [anon_sym_in] = ACTIONS(3145), + [anon_sym_BANGin] = ACTIONS(3143), + [anon_sym_match] = ACTIONS(3145), + [anon_sym_select] = ACTIONS(3145), + [anon_sym_lock] = ACTIONS(3145), + [anon_sym_rlock] = ACTIONS(3145), + [anon_sym_unsafe] = ACTIONS(3145), + [anon_sym_sql] = ACTIONS(3145), + [sym_int_literal] = ACTIONS(3145), + [sym_float_literal] = ACTIONS(3143), + [sym_rune_literal] = ACTIONS(3143), + [sym_pseudo_compile_time_identifier] = ACTIONS(3145), + [anon_sym_shared] = ACTIONS(3145), + [anon_sym_map_LBRACK] = ACTIONS(3143), + [anon_sym_chan] = ACTIONS(3145), + [anon_sym_thread] = ACTIONS(3145), + [anon_sym_atomic] = ACTIONS(3145), + [sym___double_quote] = ACTIONS(3143), + [sym___single_quote] = ACTIONS(3143), + [sym___c_double_quote] = ACTIONS(3143), + [sym___c_single_quote] = ACTIONS(3143), + [sym___r_double_quote] = ACTIONS(3143), + [sym___r_single_quote] = ACTIONS(3143), }, [1388] = { [sym_line_comment] = STATE(1388), [sym_block_comment] = STATE(1388), - [sym_identifier] = ACTIONS(3231), + [sym_identifier] = ACTIONS(3185), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3231), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(3229), - [anon_sym_COMMA] = ACTIONS(3229), - [anon_sym_RBRACE] = ACTIONS(3229), - [anon_sym_LPAREN] = ACTIONS(3229), - [anon_sym_PIPE] = ACTIONS(3231), - [anon_sym_fn] = ACTIONS(3231), - [anon_sym_PLUS] = ACTIONS(3231), - [anon_sym_DASH] = ACTIONS(3231), - [anon_sym_STAR] = ACTIONS(3229), - [anon_sym_SLASH] = ACTIONS(3231), - [anon_sym_PERCENT] = ACTIONS(3229), - [anon_sym_LT] = ACTIONS(3231), - [anon_sym_GT] = ACTIONS(3231), - [anon_sym_EQ_EQ] = ACTIONS(3229), - [anon_sym_BANG_EQ] = ACTIONS(3229), - [anon_sym_LT_EQ] = ACTIONS(3229), - [anon_sym_GT_EQ] = ACTIONS(3229), - [anon_sym_LBRACK] = ACTIONS(3229), - [anon_sym_RBRACK] = ACTIONS(3229), - [anon_sym_struct] = ACTIONS(3231), - [anon_sym_mut] = ACTIONS(3231), - [anon_sym_COLON] = ACTIONS(3229), - [anon_sym_PLUS_PLUS] = ACTIONS(3229), - [anon_sym_DASH_DASH] = ACTIONS(3229), - [anon_sym_QMARK] = ACTIONS(3231), - [anon_sym_BANG] = ACTIONS(3231), - [anon_sym_go] = ACTIONS(3231), - [anon_sym_spawn] = ACTIONS(3231), - [anon_sym_json_DOTdecode] = ACTIONS(3229), - [anon_sym_LBRACK2] = ACTIONS(3231), - [anon_sym_TILDE] = ACTIONS(3229), - [anon_sym_CARET] = ACTIONS(3229), - [anon_sym_AMP] = ACTIONS(3231), - [anon_sym_LT_DASH] = ACTIONS(3229), - [anon_sym_LT_LT] = ACTIONS(3229), - [anon_sym_GT_GT] = ACTIONS(3231), - [anon_sym_GT_GT_GT] = ACTIONS(3229), - [anon_sym_AMP_CARET] = ACTIONS(3229), - [anon_sym_AMP_AMP] = ACTIONS(3229), - [anon_sym_PIPE_PIPE] = ACTIONS(3229), - [anon_sym_or] = ACTIONS(3231), - [sym_none] = ACTIONS(3231), - [sym_true] = ACTIONS(3231), - [sym_false] = ACTIONS(3231), - [sym_nil] = ACTIONS(3231), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3229), - [anon_sym_if] = ACTIONS(3231), - [anon_sym_DOLLARif] = ACTIONS(3231), - [anon_sym_is] = ACTIONS(3231), - [anon_sym_BANGis] = ACTIONS(3229), - [anon_sym_in] = ACTIONS(3231), - [anon_sym_BANGin] = ACTIONS(3229), - [anon_sym_match] = ACTIONS(3231), - [anon_sym_select] = ACTIONS(3231), - [anon_sym_lock] = ACTIONS(3231), - [anon_sym_rlock] = ACTIONS(3231), - [anon_sym_unsafe] = ACTIONS(3231), - [anon_sym_sql] = ACTIONS(3231), - [sym_int_literal] = ACTIONS(3231), - [sym_float_literal] = ACTIONS(3229), - [sym_rune_literal] = ACTIONS(3229), - [sym_pseudo_compile_time_identifier] = ACTIONS(3231), - [anon_sym_shared] = ACTIONS(3231), - [anon_sym_map_LBRACK] = ACTIONS(3229), - [anon_sym_chan] = ACTIONS(3231), - [anon_sym_thread] = ACTIONS(3231), - [anon_sym_atomic] = ACTIONS(3231), - [sym___double_quote] = ACTIONS(3229), - [sym___single_quote] = ACTIONS(3229), - [sym___c_double_quote] = ACTIONS(3229), - [sym___c_single_quote] = ACTIONS(3229), - [sym___r_double_quote] = ACTIONS(3229), - [sym___r_single_quote] = ACTIONS(3229), + [anon_sym_DOT] = ACTIONS(3185), + [anon_sym_as] = ACTIONS(3185), + [anon_sym_LBRACE] = ACTIONS(3183), + [anon_sym_COMMA] = ACTIONS(3183), + [anon_sym_RBRACE] = ACTIONS(3183), + [anon_sym_LPAREN] = ACTIONS(3183), + [anon_sym_PIPE] = ACTIONS(3185), + [anon_sym_fn] = ACTIONS(3185), + [anon_sym_PLUS] = ACTIONS(3185), + [anon_sym_DASH] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(3183), + [anon_sym_SLASH] = ACTIONS(3185), + [anon_sym_PERCENT] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(3185), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_EQ_EQ] = ACTIONS(3183), + [anon_sym_BANG_EQ] = ACTIONS(3183), + [anon_sym_LT_EQ] = ACTIONS(3183), + [anon_sym_GT_EQ] = ACTIONS(3183), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_RBRACK] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3185), + [anon_sym_mut] = ACTIONS(3185), + [anon_sym_COLON] = ACTIONS(3183), + [anon_sym_PLUS_PLUS] = ACTIONS(3183), + [anon_sym_DASH_DASH] = ACTIONS(3183), + [anon_sym_QMARK] = ACTIONS(3185), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_go] = ACTIONS(3185), + [anon_sym_spawn] = ACTIONS(3185), + [anon_sym_json_DOTdecode] = ACTIONS(3183), + [anon_sym_LBRACK2] = ACTIONS(3185), + [anon_sym_TILDE] = ACTIONS(3183), + [anon_sym_CARET] = ACTIONS(3183), + [anon_sym_AMP] = ACTIONS(3185), + [anon_sym_LT_DASH] = ACTIONS(3183), + [anon_sym_LT_LT] = ACTIONS(3183), + [anon_sym_GT_GT] = ACTIONS(3185), + [anon_sym_GT_GT_GT] = ACTIONS(3183), + [anon_sym_AMP_CARET] = ACTIONS(3183), + [anon_sym_AMP_AMP] = ACTIONS(3183), + [anon_sym_PIPE_PIPE] = ACTIONS(3183), + [anon_sym_or] = ACTIONS(3185), + [sym_none] = ACTIONS(3185), + [sym_true] = ACTIONS(3185), + [sym_false] = ACTIONS(3185), + [sym_nil] = ACTIONS(3185), + [anon_sym_QMARK_DOT] = ACTIONS(3183), + [anon_sym_POUND_LBRACK] = ACTIONS(3183), + [anon_sym_if] = ACTIONS(3185), + [anon_sym_DOLLARif] = ACTIONS(3185), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3183), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_BANGin] = ACTIONS(3183), + [anon_sym_match] = ACTIONS(3185), + [anon_sym_select] = ACTIONS(3185), + [anon_sym_lock] = ACTIONS(3185), + [anon_sym_rlock] = ACTIONS(3185), + [anon_sym_unsafe] = ACTIONS(3185), + [anon_sym_sql] = ACTIONS(3185), + [sym_int_literal] = ACTIONS(3185), + [sym_float_literal] = ACTIONS(3183), + [sym_rune_literal] = ACTIONS(3183), + [sym_pseudo_compile_time_identifier] = ACTIONS(3185), + [anon_sym_shared] = ACTIONS(3185), + [anon_sym_map_LBRACK] = ACTIONS(3183), + [anon_sym_chan] = ACTIONS(3185), + [anon_sym_thread] = ACTIONS(3185), + [anon_sym_atomic] = ACTIONS(3185), + [sym___double_quote] = ACTIONS(3183), + [sym___single_quote] = ACTIONS(3183), + [sym___c_double_quote] = ACTIONS(3183), + [sym___c_single_quote] = ACTIONS(3183), + [sym___r_double_quote] = ACTIONS(3183), + [sym___r_single_quote] = ACTIONS(3183), }, [1389] = { [sym_line_comment] = STATE(1389), [sym_block_comment] = STATE(1389), - [sym_identifier] = ACTIONS(3251), + [sym_identifier] = ACTIONS(3065), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3251), - [anon_sym_as] = ACTIONS(3251), - [anon_sym_LBRACE] = ACTIONS(3249), - [anon_sym_COMMA] = ACTIONS(3249), - [anon_sym_RBRACE] = ACTIONS(3249), - [anon_sym_LPAREN] = ACTIONS(3249), - [anon_sym_PIPE] = ACTIONS(3251), - [anon_sym_fn] = ACTIONS(3251), - [anon_sym_PLUS] = ACTIONS(3251), - [anon_sym_DASH] = ACTIONS(3251), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_SLASH] = ACTIONS(3251), - [anon_sym_PERCENT] = ACTIONS(3249), - [anon_sym_LT] = ACTIONS(3251), - [anon_sym_GT] = ACTIONS(3251), - [anon_sym_EQ_EQ] = ACTIONS(3249), - [anon_sym_BANG_EQ] = ACTIONS(3249), - [anon_sym_LT_EQ] = ACTIONS(3249), - [anon_sym_GT_EQ] = ACTIONS(3249), - [anon_sym_LBRACK] = ACTIONS(3249), - [anon_sym_RBRACK] = ACTIONS(3249), - [anon_sym_struct] = ACTIONS(3251), - [anon_sym_mut] = ACTIONS(3251), - [anon_sym_COLON] = ACTIONS(3249), - [anon_sym_PLUS_PLUS] = ACTIONS(3249), - [anon_sym_DASH_DASH] = ACTIONS(3249), - [anon_sym_QMARK] = ACTIONS(3251), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(3251), - [anon_sym_spawn] = ACTIONS(3251), - [anon_sym_json_DOTdecode] = ACTIONS(3249), - [anon_sym_LBRACK2] = ACTIONS(3251), - [anon_sym_TILDE] = ACTIONS(3249), - [anon_sym_CARET] = ACTIONS(3249), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_LT_DASH] = ACTIONS(3249), - [anon_sym_LT_LT] = ACTIONS(3249), - [anon_sym_GT_GT] = ACTIONS(3251), - [anon_sym_GT_GT_GT] = ACTIONS(3249), - [anon_sym_AMP_CARET] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(3249), - [anon_sym_PIPE_PIPE] = ACTIONS(3249), - [anon_sym_or] = ACTIONS(3251), - [sym_none] = ACTIONS(3251), - [sym_true] = ACTIONS(3251), - [sym_false] = ACTIONS(3251), - [sym_nil] = ACTIONS(3251), - [anon_sym_QMARK_DOT] = ACTIONS(3249), - [anon_sym_POUND_LBRACK] = ACTIONS(3249), - [anon_sym_if] = ACTIONS(3251), - [anon_sym_DOLLARif] = ACTIONS(3251), - [anon_sym_is] = ACTIONS(3251), - [anon_sym_BANGis] = ACTIONS(3249), - [anon_sym_in] = ACTIONS(3251), - [anon_sym_BANGin] = ACTIONS(3249), - [anon_sym_match] = ACTIONS(3251), - [anon_sym_select] = ACTIONS(3251), - [anon_sym_lock] = ACTIONS(3251), - [anon_sym_rlock] = ACTIONS(3251), - [anon_sym_unsafe] = ACTIONS(3251), - [anon_sym_sql] = ACTIONS(3251), - [sym_int_literal] = ACTIONS(3251), - [sym_float_literal] = ACTIONS(3249), - [sym_rune_literal] = ACTIONS(3249), - [sym_pseudo_compile_time_identifier] = ACTIONS(3251), - [anon_sym_shared] = ACTIONS(3251), - [anon_sym_map_LBRACK] = ACTIONS(3249), - [anon_sym_chan] = ACTIONS(3251), - [anon_sym_thread] = ACTIONS(3251), - [anon_sym_atomic] = ACTIONS(3251), - [sym___double_quote] = ACTIONS(3249), - [sym___single_quote] = ACTIONS(3249), - [sym___c_double_quote] = ACTIONS(3249), - [sym___c_single_quote] = ACTIONS(3249), - [sym___r_double_quote] = ACTIONS(3249), - [sym___r_single_quote] = ACTIONS(3249), + [anon_sym_DOT] = ACTIONS(3065), + [anon_sym_as] = ACTIONS(3065), + [anon_sym_LBRACE] = ACTIONS(3063), + [anon_sym_COMMA] = ACTIONS(3063), + [anon_sym_RBRACE] = ACTIONS(3063), + [anon_sym_LPAREN] = ACTIONS(3063), + [anon_sym_PIPE] = ACTIONS(3065), + [anon_sym_fn] = ACTIONS(3065), + [anon_sym_PLUS] = ACTIONS(3065), + [anon_sym_DASH] = ACTIONS(3065), + [anon_sym_STAR] = ACTIONS(3063), + [anon_sym_SLASH] = ACTIONS(3065), + [anon_sym_PERCENT] = ACTIONS(3063), + [anon_sym_LT] = ACTIONS(3065), + [anon_sym_GT] = ACTIONS(3065), + [anon_sym_EQ_EQ] = ACTIONS(3063), + [anon_sym_BANG_EQ] = ACTIONS(3063), + [anon_sym_LT_EQ] = ACTIONS(3063), + [anon_sym_GT_EQ] = ACTIONS(3063), + [anon_sym_LBRACK] = ACTIONS(3063), + [anon_sym_RBRACK] = ACTIONS(3063), + [anon_sym_struct] = ACTIONS(3065), + [anon_sym_mut] = ACTIONS(3065), + [anon_sym_COLON] = ACTIONS(3063), + [anon_sym_PLUS_PLUS] = ACTIONS(3063), + [anon_sym_DASH_DASH] = ACTIONS(3063), + [anon_sym_QMARK] = ACTIONS(3065), + [anon_sym_BANG] = ACTIONS(3065), + [anon_sym_go] = ACTIONS(3065), + [anon_sym_spawn] = ACTIONS(3065), + [anon_sym_json_DOTdecode] = ACTIONS(3063), + [anon_sym_LBRACK2] = ACTIONS(3065), + [anon_sym_TILDE] = ACTIONS(3063), + [anon_sym_CARET] = ACTIONS(3063), + [anon_sym_AMP] = ACTIONS(3065), + [anon_sym_LT_DASH] = ACTIONS(3063), + [anon_sym_LT_LT] = ACTIONS(3063), + [anon_sym_GT_GT] = ACTIONS(3065), + [anon_sym_GT_GT_GT] = ACTIONS(3063), + [anon_sym_AMP_CARET] = ACTIONS(3063), + [anon_sym_AMP_AMP] = ACTIONS(3063), + [anon_sym_PIPE_PIPE] = ACTIONS(3063), + [anon_sym_or] = ACTIONS(3065), + [sym_none] = ACTIONS(3065), + [sym_true] = ACTIONS(3065), + [sym_false] = ACTIONS(3065), + [sym_nil] = ACTIONS(3065), + [anon_sym_QMARK_DOT] = ACTIONS(3063), + [anon_sym_POUND_LBRACK] = ACTIONS(3063), + [anon_sym_if] = ACTIONS(3065), + [anon_sym_DOLLARif] = ACTIONS(3065), + [anon_sym_is] = ACTIONS(3065), + [anon_sym_BANGis] = ACTIONS(3063), + [anon_sym_in] = ACTIONS(3065), + [anon_sym_BANGin] = ACTIONS(3063), + [anon_sym_match] = ACTIONS(3065), + [anon_sym_select] = ACTIONS(3065), + [anon_sym_lock] = ACTIONS(3065), + [anon_sym_rlock] = ACTIONS(3065), + [anon_sym_unsafe] = ACTIONS(3065), + [anon_sym_sql] = ACTIONS(3065), + [sym_int_literal] = ACTIONS(3065), + [sym_float_literal] = ACTIONS(3063), + [sym_rune_literal] = ACTIONS(3063), + [sym_pseudo_compile_time_identifier] = ACTIONS(3065), + [anon_sym_shared] = ACTIONS(3065), + [anon_sym_map_LBRACK] = ACTIONS(3063), + [anon_sym_chan] = ACTIONS(3065), + [anon_sym_thread] = ACTIONS(3065), + [anon_sym_atomic] = ACTIONS(3065), + [sym___double_quote] = ACTIONS(3063), + [sym___single_quote] = ACTIONS(3063), + [sym___c_double_quote] = ACTIONS(3063), + [sym___c_single_quote] = ACTIONS(3063), + [sym___r_double_quote] = ACTIONS(3063), + [sym___r_single_quote] = ACTIONS(3063), }, [1390] = { [sym_line_comment] = STATE(1390), [sym_block_comment] = STATE(1390), - [sym_identifier] = ACTIONS(3239), + [sym_identifier] = ACTIONS(3209), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3239), - [anon_sym_as] = ACTIONS(3239), - [anon_sym_LBRACE] = ACTIONS(3237), - [anon_sym_COMMA] = ACTIONS(3237), - [anon_sym_RBRACE] = ACTIONS(3237), - [anon_sym_LPAREN] = ACTIONS(3237), - [anon_sym_PIPE] = ACTIONS(3239), - [anon_sym_fn] = ACTIONS(3239), - [anon_sym_PLUS] = ACTIONS(3239), - [anon_sym_DASH] = ACTIONS(3239), - [anon_sym_STAR] = ACTIONS(3237), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3237), - [anon_sym_LT] = ACTIONS(3239), - [anon_sym_GT] = ACTIONS(3239), - [anon_sym_EQ_EQ] = ACTIONS(3237), - [anon_sym_BANG_EQ] = ACTIONS(3237), - [anon_sym_LT_EQ] = ACTIONS(3237), - [anon_sym_GT_EQ] = ACTIONS(3237), - [anon_sym_LBRACK] = ACTIONS(3237), - [anon_sym_RBRACK] = ACTIONS(3237), - [anon_sym_struct] = ACTIONS(3239), - [anon_sym_mut] = ACTIONS(3239), - [anon_sym_COLON] = ACTIONS(3237), - [anon_sym_PLUS_PLUS] = ACTIONS(3237), - [anon_sym_DASH_DASH] = ACTIONS(3237), - [anon_sym_QMARK] = ACTIONS(3239), - [anon_sym_BANG] = ACTIONS(3239), - [anon_sym_go] = ACTIONS(3239), - [anon_sym_spawn] = ACTIONS(3239), - [anon_sym_json_DOTdecode] = ACTIONS(3237), - [anon_sym_LBRACK2] = ACTIONS(3239), - [anon_sym_TILDE] = ACTIONS(3237), - [anon_sym_CARET] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(3237), - [anon_sym_LT_LT] = ACTIONS(3237), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3237), - [anon_sym_AMP_CARET] = ACTIONS(3237), - [anon_sym_AMP_AMP] = ACTIONS(3237), - [anon_sym_PIPE_PIPE] = ACTIONS(3237), - [anon_sym_or] = ACTIONS(3239), - [sym_none] = ACTIONS(3239), - [sym_true] = ACTIONS(3239), - [sym_false] = ACTIONS(3239), - [sym_nil] = ACTIONS(3239), - [anon_sym_QMARK_DOT] = ACTIONS(3237), - [anon_sym_POUND_LBRACK] = ACTIONS(3237), - [anon_sym_if] = ACTIONS(3239), - [anon_sym_DOLLARif] = ACTIONS(3239), - [anon_sym_is] = ACTIONS(3239), - [anon_sym_BANGis] = ACTIONS(3237), - [anon_sym_in] = ACTIONS(3239), - [anon_sym_BANGin] = ACTIONS(3237), - [anon_sym_match] = ACTIONS(3239), - [anon_sym_select] = ACTIONS(3239), - [anon_sym_lock] = ACTIONS(3239), - [anon_sym_rlock] = ACTIONS(3239), - [anon_sym_unsafe] = ACTIONS(3239), - [anon_sym_sql] = ACTIONS(3239), - [sym_int_literal] = ACTIONS(3239), - [sym_float_literal] = ACTIONS(3237), - [sym_rune_literal] = ACTIONS(3237), - [sym_pseudo_compile_time_identifier] = ACTIONS(3239), - [anon_sym_shared] = ACTIONS(3239), - [anon_sym_map_LBRACK] = ACTIONS(3237), - [anon_sym_chan] = ACTIONS(3239), - [anon_sym_thread] = ACTIONS(3239), - [anon_sym_atomic] = ACTIONS(3239), - [sym___double_quote] = ACTIONS(3237), - [sym___single_quote] = ACTIONS(3237), - [sym___c_double_quote] = ACTIONS(3237), - [sym___c_single_quote] = ACTIONS(3237), - [sym___r_double_quote] = ACTIONS(3237), - [sym___r_single_quote] = ACTIONS(3237), + [anon_sym_DOT] = ACTIONS(3209), + [anon_sym_as] = ACTIONS(3209), + [anon_sym_LBRACE] = ACTIONS(3207), + [anon_sym_COMMA] = ACTIONS(3207), + [anon_sym_RBRACE] = ACTIONS(3207), + [anon_sym_LPAREN] = ACTIONS(3207), + [anon_sym_PIPE] = ACTIONS(3209), + [anon_sym_fn] = ACTIONS(3209), + [anon_sym_PLUS] = ACTIONS(3209), + [anon_sym_DASH] = ACTIONS(3209), + [anon_sym_STAR] = ACTIONS(3207), + [anon_sym_SLASH] = ACTIONS(3209), + [anon_sym_PERCENT] = ACTIONS(3207), + [anon_sym_LT] = ACTIONS(3209), + [anon_sym_GT] = ACTIONS(3209), + [anon_sym_EQ_EQ] = ACTIONS(3207), + [anon_sym_BANG_EQ] = ACTIONS(3207), + [anon_sym_LT_EQ] = ACTIONS(3207), + [anon_sym_GT_EQ] = ACTIONS(3207), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_RBRACK] = ACTIONS(3207), + [anon_sym_struct] = ACTIONS(3209), + [anon_sym_mut] = ACTIONS(3209), + [anon_sym_COLON] = ACTIONS(3207), + [anon_sym_PLUS_PLUS] = ACTIONS(3207), + [anon_sym_DASH_DASH] = ACTIONS(3207), + [anon_sym_QMARK] = ACTIONS(3209), + [anon_sym_BANG] = ACTIONS(3209), + [anon_sym_go] = ACTIONS(3209), + [anon_sym_spawn] = ACTIONS(3209), + [anon_sym_json_DOTdecode] = ACTIONS(3207), + [anon_sym_LBRACK2] = ACTIONS(3209), + [anon_sym_TILDE] = ACTIONS(3207), + [anon_sym_CARET] = ACTIONS(3207), + [anon_sym_AMP] = ACTIONS(3209), + [anon_sym_LT_DASH] = ACTIONS(3207), + [anon_sym_LT_LT] = ACTIONS(3207), + [anon_sym_GT_GT] = ACTIONS(3209), + [anon_sym_GT_GT_GT] = ACTIONS(3207), + [anon_sym_AMP_CARET] = ACTIONS(3207), + [anon_sym_AMP_AMP] = ACTIONS(3207), + [anon_sym_PIPE_PIPE] = ACTIONS(3207), + [anon_sym_or] = ACTIONS(3209), + [sym_none] = ACTIONS(3209), + [sym_true] = ACTIONS(3209), + [sym_false] = ACTIONS(3209), + [sym_nil] = ACTIONS(3209), + [anon_sym_QMARK_DOT] = ACTIONS(3207), + [anon_sym_POUND_LBRACK] = ACTIONS(3207), + [anon_sym_if] = ACTIONS(3209), + [anon_sym_DOLLARif] = ACTIONS(3209), + [anon_sym_is] = ACTIONS(3209), + [anon_sym_BANGis] = ACTIONS(3207), + [anon_sym_in] = ACTIONS(3209), + [anon_sym_BANGin] = ACTIONS(3207), + [anon_sym_match] = ACTIONS(3209), + [anon_sym_select] = ACTIONS(3209), + [anon_sym_lock] = ACTIONS(3209), + [anon_sym_rlock] = ACTIONS(3209), + [anon_sym_unsafe] = ACTIONS(3209), + [anon_sym_sql] = ACTIONS(3209), + [sym_int_literal] = ACTIONS(3209), + [sym_float_literal] = ACTIONS(3207), + [sym_rune_literal] = ACTIONS(3207), + [sym_pseudo_compile_time_identifier] = ACTIONS(3209), + [anon_sym_shared] = ACTIONS(3209), + [anon_sym_map_LBRACK] = ACTIONS(3207), + [anon_sym_chan] = ACTIONS(3209), + [anon_sym_thread] = ACTIONS(3209), + [anon_sym_atomic] = ACTIONS(3209), + [sym___double_quote] = ACTIONS(3207), + [sym___single_quote] = ACTIONS(3207), + [sym___c_double_quote] = ACTIONS(3207), + [sym___c_single_quote] = ACTIONS(3207), + [sym___r_double_quote] = ACTIONS(3207), + [sym___r_single_quote] = ACTIONS(3207), }, [1391] = { [sym_line_comment] = STATE(1391), [sym_block_comment] = STATE(1391), - [sym_identifier] = ACTIONS(3029), + [sym_identifier] = ACTIONS(3213), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_COMMA] = ACTIONS(3027), - [anon_sym_RBRACE] = ACTIONS(3027), - [anon_sym_LPAREN] = ACTIONS(3027), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_SLASH] = ACTIONS(3029), - [anon_sym_PERCENT] = ACTIONS(3027), - [anon_sym_LT] = ACTIONS(3029), - [anon_sym_GT] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_LT_EQ] = ACTIONS(3027), - [anon_sym_GT_EQ] = ACTIONS(3027), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_RBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_COLON] = ACTIONS(3027), - [anon_sym_PLUS_PLUS] = ACTIONS(3027), - [anon_sym_DASH_DASH] = ACTIONS(3027), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3027), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_CARET] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3027), - [anon_sym_LT_LT] = ACTIONS(3027), - [anon_sym_GT_GT] = ACTIONS(3029), - [anon_sym_GT_GT_GT] = ACTIONS(3027), - [anon_sym_AMP_CARET] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_PIPE_PIPE] = ACTIONS(3027), - [anon_sym_or] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_QMARK_DOT] = ACTIONS(3027), - [anon_sym_POUND_LBRACK] = ACTIONS(3027), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3029), - [anon_sym_BANGis] = ACTIONS(3027), - [anon_sym_in] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3027), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3027), - [sym_rune_literal] = ACTIONS(3027), - [sym_pseudo_compile_time_identifier] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3027), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3027), - [sym___single_quote] = ACTIONS(3027), - [sym___c_double_quote] = ACTIONS(3027), - [sym___c_single_quote] = ACTIONS(3027), - [sym___r_double_quote] = ACTIONS(3027), - [sym___r_single_quote] = ACTIONS(3027), + [anon_sym_DOT] = ACTIONS(3213), + [anon_sym_as] = ACTIONS(3213), + [anon_sym_LBRACE] = ACTIONS(3211), + [anon_sym_COMMA] = ACTIONS(3211), + [anon_sym_RBRACE] = ACTIONS(3211), + [anon_sym_LPAREN] = ACTIONS(3211), + [anon_sym_PIPE] = ACTIONS(3213), + [anon_sym_fn] = ACTIONS(3213), + [anon_sym_PLUS] = ACTIONS(3213), + [anon_sym_DASH] = ACTIONS(3213), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_SLASH] = ACTIONS(3213), + [anon_sym_PERCENT] = ACTIONS(3211), + [anon_sym_LT] = ACTIONS(3213), + [anon_sym_GT] = ACTIONS(3213), + [anon_sym_EQ_EQ] = ACTIONS(3211), + [anon_sym_BANG_EQ] = ACTIONS(3211), + [anon_sym_LT_EQ] = ACTIONS(3211), + [anon_sym_GT_EQ] = ACTIONS(3211), + [anon_sym_LBRACK] = ACTIONS(3211), + [anon_sym_RBRACK] = ACTIONS(3211), + [anon_sym_struct] = ACTIONS(3213), + [anon_sym_mut] = ACTIONS(3213), + [anon_sym_COLON] = ACTIONS(3211), + [anon_sym_PLUS_PLUS] = ACTIONS(3211), + [anon_sym_DASH_DASH] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_BANG] = ACTIONS(3213), + [anon_sym_go] = ACTIONS(3213), + [anon_sym_spawn] = ACTIONS(3213), + [anon_sym_json_DOTdecode] = ACTIONS(3211), + [anon_sym_LBRACK2] = ACTIONS(3213), + [anon_sym_TILDE] = ACTIONS(3211), + [anon_sym_CARET] = ACTIONS(3211), + [anon_sym_AMP] = ACTIONS(3213), + [anon_sym_LT_DASH] = ACTIONS(3211), + [anon_sym_LT_LT] = ACTIONS(3211), + [anon_sym_GT_GT] = ACTIONS(3213), + [anon_sym_GT_GT_GT] = ACTIONS(3211), + [anon_sym_AMP_CARET] = ACTIONS(3211), + [anon_sym_AMP_AMP] = ACTIONS(3211), + [anon_sym_PIPE_PIPE] = ACTIONS(3211), + [anon_sym_or] = ACTIONS(3213), + [sym_none] = ACTIONS(3213), + [sym_true] = ACTIONS(3213), + [sym_false] = ACTIONS(3213), + [sym_nil] = ACTIONS(3213), + [anon_sym_QMARK_DOT] = ACTIONS(3211), + [anon_sym_POUND_LBRACK] = ACTIONS(3211), + [anon_sym_if] = ACTIONS(3213), + [anon_sym_DOLLARif] = ACTIONS(3213), + [anon_sym_is] = ACTIONS(3213), + [anon_sym_BANGis] = ACTIONS(3211), + [anon_sym_in] = ACTIONS(3213), + [anon_sym_BANGin] = ACTIONS(3211), + [anon_sym_match] = ACTIONS(3213), + [anon_sym_select] = ACTIONS(3213), + [anon_sym_lock] = ACTIONS(3213), + [anon_sym_rlock] = ACTIONS(3213), + [anon_sym_unsafe] = ACTIONS(3213), + [anon_sym_sql] = ACTIONS(3213), + [sym_int_literal] = ACTIONS(3213), + [sym_float_literal] = ACTIONS(3211), + [sym_rune_literal] = ACTIONS(3211), + [sym_pseudo_compile_time_identifier] = ACTIONS(3213), + [anon_sym_shared] = ACTIONS(3213), + [anon_sym_map_LBRACK] = ACTIONS(3211), + [anon_sym_chan] = ACTIONS(3213), + [anon_sym_thread] = ACTIONS(3213), + [anon_sym_atomic] = ACTIONS(3213), + [sym___double_quote] = ACTIONS(3211), + [sym___single_quote] = ACTIONS(3211), + [sym___c_double_quote] = ACTIONS(3211), + [sym___c_single_quote] = ACTIONS(3211), + [sym___r_double_quote] = ACTIONS(3211), + [sym___r_single_quote] = ACTIONS(3211), }, [1392] = { [sym_line_comment] = STATE(1392), [sym_block_comment] = STATE(1392), - [sym_identifier] = ACTIONS(2939), + [sym_identifier] = ACTIONS(3217), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2939), - [anon_sym_as] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2937), - [anon_sym_COMMA] = ACTIONS(2937), - [anon_sym_RBRACE] = ACTIONS(2937), - [anon_sym_LPAREN] = ACTIONS(2937), - [anon_sym_PIPE] = ACTIONS(2939), - [anon_sym_fn] = ACTIONS(2939), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_STAR] = ACTIONS(2937), - [anon_sym_SLASH] = ACTIONS(2939), - [anon_sym_PERCENT] = ACTIONS(2937), - [anon_sym_LT] = ACTIONS(2939), - [anon_sym_GT] = ACTIONS(2939), - [anon_sym_EQ_EQ] = ACTIONS(2937), - [anon_sym_BANG_EQ] = ACTIONS(2937), - [anon_sym_LT_EQ] = ACTIONS(2937), - [anon_sym_GT_EQ] = ACTIONS(2937), - [anon_sym_LBRACK] = ACTIONS(2937), - [anon_sym_RBRACK] = ACTIONS(2937), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_mut] = ACTIONS(2939), - [anon_sym_COLON] = ACTIONS(2937), - [anon_sym_PLUS_PLUS] = ACTIONS(2937), - [anon_sym_DASH_DASH] = ACTIONS(2937), - [anon_sym_QMARK] = ACTIONS(2939), - [anon_sym_BANG] = ACTIONS(2939), - [anon_sym_go] = ACTIONS(2939), - [anon_sym_spawn] = ACTIONS(2939), - [anon_sym_json_DOTdecode] = ACTIONS(2937), - [anon_sym_LBRACK2] = ACTIONS(2939), - [anon_sym_TILDE] = ACTIONS(2937), - [anon_sym_CARET] = ACTIONS(2937), - [anon_sym_AMP] = ACTIONS(2939), - [anon_sym_LT_DASH] = ACTIONS(2937), - [anon_sym_LT_LT] = ACTIONS(2937), - [anon_sym_GT_GT] = ACTIONS(2939), - [anon_sym_GT_GT_GT] = ACTIONS(2937), - [anon_sym_AMP_CARET] = ACTIONS(2937), - [anon_sym_AMP_AMP] = ACTIONS(2937), - [anon_sym_PIPE_PIPE] = ACTIONS(2937), - [anon_sym_or] = ACTIONS(2939), - [sym_none] = ACTIONS(2939), - [sym_true] = ACTIONS(2939), - [sym_false] = ACTIONS(2939), - [sym_nil] = ACTIONS(2939), - [anon_sym_QMARK_DOT] = ACTIONS(2937), - [anon_sym_POUND_LBRACK] = ACTIONS(2937), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_DOLLARif] = ACTIONS(2939), - [anon_sym_is] = ACTIONS(2939), - [anon_sym_BANGis] = ACTIONS(2937), - [anon_sym_in] = ACTIONS(2939), - [anon_sym_BANGin] = ACTIONS(2937), - [anon_sym_match] = ACTIONS(2939), - [anon_sym_select] = ACTIONS(2939), - [anon_sym_lock] = ACTIONS(2939), - [anon_sym_rlock] = ACTIONS(2939), - [anon_sym_unsafe] = ACTIONS(2939), - [anon_sym_sql] = ACTIONS(2939), - [sym_int_literal] = ACTIONS(2939), - [sym_float_literal] = ACTIONS(2937), - [sym_rune_literal] = ACTIONS(2937), - [sym_pseudo_compile_time_identifier] = ACTIONS(2939), - [anon_sym_shared] = ACTIONS(2939), - [anon_sym_map_LBRACK] = ACTIONS(2937), - [anon_sym_chan] = ACTIONS(2939), - [anon_sym_thread] = ACTIONS(2939), - [anon_sym_atomic] = ACTIONS(2939), - [sym___double_quote] = ACTIONS(2937), - [sym___single_quote] = ACTIONS(2937), - [sym___c_double_quote] = ACTIONS(2937), - [sym___c_single_quote] = ACTIONS(2937), - [sym___r_double_quote] = ACTIONS(2937), - [sym___r_single_quote] = ACTIONS(2937), + [anon_sym_DOT] = ACTIONS(3217), + [anon_sym_as] = ACTIONS(3217), + [anon_sym_LBRACE] = ACTIONS(3215), + [anon_sym_COMMA] = ACTIONS(3215), + [anon_sym_RBRACE] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3215), + [anon_sym_PIPE] = ACTIONS(3217), + [anon_sym_fn] = ACTIONS(3217), + [anon_sym_PLUS] = ACTIONS(3217), + [anon_sym_DASH] = ACTIONS(3217), + [anon_sym_STAR] = ACTIONS(3215), + [anon_sym_SLASH] = ACTIONS(3217), + [anon_sym_PERCENT] = ACTIONS(3215), + [anon_sym_LT] = ACTIONS(3217), + [anon_sym_GT] = ACTIONS(3217), + [anon_sym_EQ_EQ] = ACTIONS(3215), + [anon_sym_BANG_EQ] = ACTIONS(3215), + [anon_sym_LT_EQ] = ACTIONS(3215), + [anon_sym_GT_EQ] = ACTIONS(3215), + [anon_sym_LBRACK] = ACTIONS(3215), + [anon_sym_RBRACK] = ACTIONS(3215), + [anon_sym_struct] = ACTIONS(3217), + [anon_sym_mut] = ACTIONS(3217), + [anon_sym_COLON] = ACTIONS(3215), + [anon_sym_PLUS_PLUS] = ACTIONS(3215), + [anon_sym_DASH_DASH] = ACTIONS(3215), + [anon_sym_QMARK] = ACTIONS(3217), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_go] = ACTIONS(3217), + [anon_sym_spawn] = ACTIONS(3217), + [anon_sym_json_DOTdecode] = ACTIONS(3215), + [anon_sym_LBRACK2] = ACTIONS(3217), + [anon_sym_TILDE] = ACTIONS(3215), + [anon_sym_CARET] = ACTIONS(3215), + [anon_sym_AMP] = ACTIONS(3217), + [anon_sym_LT_DASH] = ACTIONS(3215), + [anon_sym_LT_LT] = ACTIONS(3215), + [anon_sym_GT_GT] = ACTIONS(3217), + [anon_sym_GT_GT_GT] = ACTIONS(3215), + [anon_sym_AMP_CARET] = ACTIONS(3215), + [anon_sym_AMP_AMP] = ACTIONS(3215), + [anon_sym_PIPE_PIPE] = ACTIONS(3215), + [anon_sym_or] = ACTIONS(3217), + [sym_none] = ACTIONS(3217), + [sym_true] = ACTIONS(3217), + [sym_false] = ACTIONS(3217), + [sym_nil] = ACTIONS(3217), + [anon_sym_QMARK_DOT] = ACTIONS(3215), + [anon_sym_POUND_LBRACK] = ACTIONS(3215), + [anon_sym_if] = ACTIONS(3217), + [anon_sym_DOLLARif] = ACTIONS(3217), + [anon_sym_is] = ACTIONS(3217), + [anon_sym_BANGis] = ACTIONS(3215), + [anon_sym_in] = ACTIONS(3217), + [anon_sym_BANGin] = ACTIONS(3215), + [anon_sym_match] = ACTIONS(3217), + [anon_sym_select] = ACTIONS(3217), + [anon_sym_lock] = ACTIONS(3217), + [anon_sym_rlock] = ACTIONS(3217), + [anon_sym_unsafe] = ACTIONS(3217), + [anon_sym_sql] = ACTIONS(3217), + [sym_int_literal] = ACTIONS(3217), + [sym_float_literal] = ACTIONS(3215), + [sym_rune_literal] = ACTIONS(3215), + [sym_pseudo_compile_time_identifier] = ACTIONS(3217), + [anon_sym_shared] = ACTIONS(3217), + [anon_sym_map_LBRACK] = ACTIONS(3215), + [anon_sym_chan] = ACTIONS(3217), + [anon_sym_thread] = ACTIONS(3217), + [anon_sym_atomic] = ACTIONS(3217), + [sym___double_quote] = ACTIONS(3215), + [sym___single_quote] = ACTIONS(3215), + [sym___c_double_quote] = ACTIONS(3215), + [sym___c_single_quote] = ACTIONS(3215), + [sym___r_double_quote] = ACTIONS(3215), + [sym___r_single_quote] = ACTIONS(3215), }, [1393] = { [sym_line_comment] = STATE(1393), [sym_block_comment] = STATE(1393), - [sym_identifier] = ACTIONS(3139), + [sym_identifier] = ACTIONS(3181), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3139), - [anon_sym_as] = ACTIONS(3139), - [anon_sym_LBRACE] = ACTIONS(3137), - [anon_sym_COMMA] = ACTIONS(3137), - [anon_sym_RBRACE] = ACTIONS(3137), - [anon_sym_LPAREN] = ACTIONS(3137), - [anon_sym_PIPE] = ACTIONS(3139), - [anon_sym_fn] = ACTIONS(3139), - [anon_sym_PLUS] = ACTIONS(3139), - [anon_sym_DASH] = ACTIONS(3139), - [anon_sym_STAR] = ACTIONS(3137), - [anon_sym_SLASH] = ACTIONS(3139), - [anon_sym_PERCENT] = ACTIONS(3137), - [anon_sym_LT] = ACTIONS(3139), - [anon_sym_GT] = ACTIONS(3139), - [anon_sym_EQ_EQ] = ACTIONS(3137), - [anon_sym_BANG_EQ] = ACTIONS(3137), - [anon_sym_LT_EQ] = ACTIONS(3137), - [anon_sym_GT_EQ] = ACTIONS(3137), - [anon_sym_LBRACK] = ACTIONS(3137), - [anon_sym_RBRACK] = ACTIONS(3137), - [anon_sym_struct] = ACTIONS(3139), - [anon_sym_mut] = ACTIONS(3139), - [anon_sym_COLON] = ACTIONS(3137), - [anon_sym_PLUS_PLUS] = ACTIONS(3137), - [anon_sym_DASH_DASH] = ACTIONS(3137), - [anon_sym_QMARK] = ACTIONS(3139), - [anon_sym_BANG] = ACTIONS(3139), - [anon_sym_go] = ACTIONS(3139), - [anon_sym_spawn] = ACTIONS(3139), - [anon_sym_json_DOTdecode] = ACTIONS(3137), - [anon_sym_LBRACK2] = ACTIONS(3139), - [anon_sym_TILDE] = ACTIONS(3137), - [anon_sym_CARET] = ACTIONS(3137), - [anon_sym_AMP] = ACTIONS(3139), - [anon_sym_LT_DASH] = ACTIONS(3137), - [anon_sym_LT_LT] = ACTIONS(3137), - [anon_sym_GT_GT] = ACTIONS(3139), - [anon_sym_GT_GT_GT] = ACTIONS(3137), - [anon_sym_AMP_CARET] = ACTIONS(3137), - [anon_sym_AMP_AMP] = ACTIONS(3137), - [anon_sym_PIPE_PIPE] = ACTIONS(3137), - [anon_sym_or] = ACTIONS(3139), - [sym_none] = ACTIONS(3139), - [sym_true] = ACTIONS(3139), - [sym_false] = ACTIONS(3139), - [sym_nil] = ACTIONS(3139), - [anon_sym_QMARK_DOT] = ACTIONS(3137), - [anon_sym_POUND_LBRACK] = ACTIONS(3137), - [anon_sym_if] = ACTIONS(3139), - [anon_sym_DOLLARif] = ACTIONS(3139), - [anon_sym_is] = ACTIONS(3139), - [anon_sym_BANGis] = ACTIONS(3137), - [anon_sym_in] = ACTIONS(3139), - [anon_sym_BANGin] = ACTIONS(3137), - [anon_sym_match] = ACTIONS(3139), - [anon_sym_select] = ACTIONS(3139), - [anon_sym_lock] = ACTIONS(3139), - [anon_sym_rlock] = ACTIONS(3139), - [anon_sym_unsafe] = ACTIONS(3139), - [anon_sym_sql] = ACTIONS(3139), - [sym_int_literal] = ACTIONS(3139), - [sym_float_literal] = ACTIONS(3137), - [sym_rune_literal] = ACTIONS(3137), - [sym_pseudo_compile_time_identifier] = ACTIONS(3139), - [anon_sym_shared] = ACTIONS(3139), - [anon_sym_map_LBRACK] = ACTIONS(3137), - [anon_sym_chan] = ACTIONS(3139), - [anon_sym_thread] = ACTIONS(3139), - [anon_sym_atomic] = ACTIONS(3139), - [sym___double_quote] = ACTIONS(3137), - [sym___single_quote] = ACTIONS(3137), - [sym___c_double_quote] = ACTIONS(3137), - [sym___c_single_quote] = ACTIONS(3137), - [sym___r_double_quote] = ACTIONS(3137), - [sym___r_single_quote] = ACTIONS(3137), + [anon_sym_DOT] = ACTIONS(3181), + [anon_sym_as] = ACTIONS(3181), + [anon_sym_LBRACE] = ACTIONS(3179), + [anon_sym_COMMA] = ACTIONS(3179), + [anon_sym_RBRACE] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3179), + [anon_sym_PIPE] = ACTIONS(3181), + [anon_sym_fn] = ACTIONS(3181), + [anon_sym_PLUS] = ACTIONS(3181), + [anon_sym_DASH] = ACTIONS(3181), + [anon_sym_STAR] = ACTIONS(3179), + [anon_sym_SLASH] = ACTIONS(3181), + [anon_sym_PERCENT] = ACTIONS(3179), + [anon_sym_LT] = ACTIONS(3181), + [anon_sym_GT] = ACTIONS(3181), + [anon_sym_EQ_EQ] = ACTIONS(3179), + [anon_sym_BANG_EQ] = ACTIONS(3179), + [anon_sym_LT_EQ] = ACTIONS(3179), + [anon_sym_GT_EQ] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3179), + [anon_sym_RBRACK] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3181), + [anon_sym_mut] = ACTIONS(3181), + [anon_sym_COLON] = ACTIONS(3179), + [anon_sym_PLUS_PLUS] = ACTIONS(3179), + [anon_sym_DASH_DASH] = ACTIONS(3179), + [anon_sym_QMARK] = ACTIONS(3181), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_go] = ACTIONS(3181), + [anon_sym_spawn] = ACTIONS(3181), + [anon_sym_json_DOTdecode] = ACTIONS(3179), + [anon_sym_LBRACK2] = ACTIONS(3181), + [anon_sym_TILDE] = ACTIONS(3179), + [anon_sym_CARET] = ACTIONS(3179), + [anon_sym_AMP] = ACTIONS(3181), + [anon_sym_LT_DASH] = ACTIONS(3179), + [anon_sym_LT_LT] = ACTIONS(3179), + [anon_sym_GT_GT] = ACTIONS(3181), + [anon_sym_GT_GT_GT] = ACTIONS(3179), + [anon_sym_AMP_CARET] = ACTIONS(3179), + [anon_sym_AMP_AMP] = ACTIONS(3179), + [anon_sym_PIPE_PIPE] = ACTIONS(3179), + [anon_sym_or] = ACTIONS(3181), + [sym_none] = ACTIONS(3181), + [sym_true] = ACTIONS(3181), + [sym_false] = ACTIONS(3181), + [sym_nil] = ACTIONS(3181), + [anon_sym_QMARK_DOT] = ACTIONS(3179), + [anon_sym_POUND_LBRACK] = ACTIONS(3179), + [anon_sym_if] = ACTIONS(3181), + [anon_sym_DOLLARif] = ACTIONS(3181), + [anon_sym_is] = ACTIONS(3181), + [anon_sym_BANGis] = ACTIONS(3179), + [anon_sym_in] = ACTIONS(3181), + [anon_sym_BANGin] = ACTIONS(3179), + [anon_sym_match] = ACTIONS(3181), + [anon_sym_select] = ACTIONS(3181), + [anon_sym_lock] = ACTIONS(3181), + [anon_sym_rlock] = ACTIONS(3181), + [anon_sym_unsafe] = ACTIONS(3181), + [anon_sym_sql] = ACTIONS(3181), + [sym_int_literal] = ACTIONS(3181), + [sym_float_literal] = ACTIONS(3179), + [sym_rune_literal] = ACTIONS(3179), + [sym_pseudo_compile_time_identifier] = ACTIONS(3181), + [anon_sym_shared] = ACTIONS(3181), + [anon_sym_map_LBRACK] = ACTIONS(3179), + [anon_sym_chan] = ACTIONS(3181), + [anon_sym_thread] = ACTIONS(3181), + [anon_sym_atomic] = ACTIONS(3181), + [sym___double_quote] = ACTIONS(3179), + [sym___single_quote] = ACTIONS(3179), + [sym___c_double_quote] = ACTIONS(3179), + [sym___c_single_quote] = ACTIONS(3179), + [sym___r_double_quote] = ACTIONS(3179), + [sym___r_single_quote] = ACTIONS(3179), }, [1394] = { [sym_line_comment] = STATE(1394), [sym_block_comment] = STATE(1394), - [sym_identifier] = ACTIONS(3021), + [sym_identifier] = ACTIONS(3285), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3021), - [anon_sym_as] = ACTIONS(3021), - [anon_sym_LBRACE] = ACTIONS(3019), - [anon_sym_COMMA] = ACTIONS(3019), - [anon_sym_RBRACE] = ACTIONS(3019), - [anon_sym_LPAREN] = ACTIONS(3019), - [anon_sym_PIPE] = ACTIONS(3021), - [anon_sym_fn] = ACTIONS(3021), - [anon_sym_PLUS] = ACTIONS(3021), - [anon_sym_DASH] = ACTIONS(3021), - [anon_sym_STAR] = ACTIONS(3019), - [anon_sym_SLASH] = ACTIONS(3021), - [anon_sym_PERCENT] = ACTIONS(3019), - [anon_sym_LT] = ACTIONS(3021), - [anon_sym_GT] = ACTIONS(3021), - [anon_sym_EQ_EQ] = ACTIONS(3019), - [anon_sym_BANG_EQ] = ACTIONS(3019), - [anon_sym_LT_EQ] = ACTIONS(3019), - [anon_sym_GT_EQ] = ACTIONS(3019), - [anon_sym_LBRACK] = ACTIONS(3019), - [anon_sym_RBRACK] = ACTIONS(3019), - [anon_sym_struct] = ACTIONS(3021), - [anon_sym_mut] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_QMARK] = ACTIONS(3021), - [anon_sym_BANG] = ACTIONS(3021), - [anon_sym_go] = ACTIONS(3021), - [anon_sym_spawn] = ACTIONS(3021), - [anon_sym_json_DOTdecode] = ACTIONS(3019), - [anon_sym_LBRACK2] = ACTIONS(3021), - [anon_sym_TILDE] = ACTIONS(3019), - [anon_sym_CARET] = ACTIONS(3019), - [anon_sym_AMP] = ACTIONS(3021), - [anon_sym_LT_DASH] = ACTIONS(3019), - [anon_sym_LT_LT] = ACTIONS(3019), - [anon_sym_GT_GT] = ACTIONS(3021), - [anon_sym_GT_GT_GT] = ACTIONS(3019), - [anon_sym_AMP_CARET] = ACTIONS(3019), - [anon_sym_AMP_AMP] = ACTIONS(3019), - [anon_sym_PIPE_PIPE] = ACTIONS(3019), - [anon_sym_or] = ACTIONS(3021), - [sym_none] = ACTIONS(3021), - [sym_true] = ACTIONS(3021), - [sym_false] = ACTIONS(3021), - [sym_nil] = ACTIONS(3021), - [anon_sym_QMARK_DOT] = ACTIONS(3019), - [anon_sym_POUND_LBRACK] = ACTIONS(3019), - [anon_sym_if] = ACTIONS(3021), - [anon_sym_DOLLARif] = ACTIONS(3021), - [anon_sym_is] = ACTIONS(3021), - [anon_sym_BANGis] = ACTIONS(3019), - [anon_sym_in] = ACTIONS(3021), - [anon_sym_BANGin] = ACTIONS(3019), - [anon_sym_match] = ACTIONS(3021), - [anon_sym_select] = ACTIONS(3021), - [anon_sym_lock] = ACTIONS(3021), - [anon_sym_rlock] = ACTIONS(3021), - [anon_sym_unsafe] = ACTIONS(3021), - [anon_sym_sql] = ACTIONS(3021), - [sym_int_literal] = ACTIONS(3021), - [sym_float_literal] = ACTIONS(3019), - [sym_rune_literal] = ACTIONS(3019), - [sym_pseudo_compile_time_identifier] = ACTIONS(3021), - [anon_sym_shared] = ACTIONS(3021), - [anon_sym_map_LBRACK] = ACTIONS(3019), - [anon_sym_chan] = ACTIONS(3021), - [anon_sym_thread] = ACTIONS(3021), - [anon_sym_atomic] = ACTIONS(3021), - [sym___double_quote] = ACTIONS(3019), - [sym___single_quote] = ACTIONS(3019), - [sym___c_double_quote] = ACTIONS(3019), - [sym___c_single_quote] = ACTIONS(3019), - [sym___r_double_quote] = ACTIONS(3019), - [sym___r_single_quote] = ACTIONS(3019), + [anon_sym_DOT] = ACTIONS(3088), + [anon_sym_as] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3283), + [anon_sym_COMMA] = ACTIONS(3283), + [anon_sym_RBRACE] = ACTIONS(3283), + [anon_sym_LPAREN] = ACTIONS(3085), + [anon_sym_PIPE] = ACTIONS(3088), + [anon_sym_fn] = ACTIONS(3285), + [anon_sym_PLUS] = ACTIONS(3088), + [anon_sym_DASH] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3085), + [anon_sym_SLASH] = ACTIONS(3088), + [anon_sym_PERCENT] = ACTIONS(3085), + [anon_sym_LT] = ACTIONS(3088), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_EQ_EQ] = ACTIONS(3085), + [anon_sym_BANG_EQ] = ACTIONS(3085), + [anon_sym_LT_EQ] = ACTIONS(3085), + [anon_sym_GT_EQ] = ACTIONS(3085), + [anon_sym_LBRACK] = ACTIONS(3085), + [anon_sym_RBRACK] = ACTIONS(3283), + [anon_sym_struct] = ACTIONS(3285), + [anon_sym_mut] = ACTIONS(3285), + [anon_sym_COLON] = ACTIONS(3283), + [anon_sym_PLUS_PLUS] = ACTIONS(3085), + [anon_sym_DASH_DASH] = ACTIONS(3085), + [anon_sym_QMARK] = ACTIONS(3088), + [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_go] = ACTIONS(3285), + [anon_sym_spawn] = ACTIONS(3285), + [anon_sym_json_DOTdecode] = ACTIONS(3283), + [anon_sym_LBRACK2] = ACTIONS(3088), + [anon_sym_TILDE] = ACTIONS(3283), + [anon_sym_CARET] = ACTIONS(3085), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_LT_DASH] = ACTIONS(3283), + [anon_sym_LT_LT] = ACTIONS(3085), + [anon_sym_GT_GT] = ACTIONS(3088), + [anon_sym_GT_GT_GT] = ACTIONS(3085), + [anon_sym_AMP_CARET] = ACTIONS(3085), + [anon_sym_AMP_AMP] = ACTIONS(3085), + [anon_sym_PIPE_PIPE] = ACTIONS(3085), + [anon_sym_or] = ACTIONS(3088), + [sym_none] = ACTIONS(3285), + [sym_true] = ACTIONS(3285), + [sym_false] = ACTIONS(3285), + [sym_nil] = ACTIONS(3285), + [anon_sym_QMARK_DOT] = ACTIONS(3085), + [anon_sym_POUND_LBRACK] = ACTIONS(3085), + [anon_sym_if] = ACTIONS(3285), + [anon_sym_DOLLARif] = ACTIONS(3285), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3085), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_BANGin] = ACTIONS(3085), + [anon_sym_match] = ACTIONS(3285), + [anon_sym_select] = ACTIONS(3285), + [anon_sym_lock] = ACTIONS(3285), + [anon_sym_rlock] = ACTIONS(3285), + [anon_sym_unsafe] = ACTIONS(3285), + [anon_sym_sql] = ACTIONS(3285), + [sym_int_literal] = ACTIONS(3285), + [sym_float_literal] = ACTIONS(3283), + [sym_rune_literal] = ACTIONS(3283), + [sym_pseudo_compile_time_identifier] = ACTIONS(3285), + [anon_sym_shared] = ACTIONS(3285), + [anon_sym_map_LBRACK] = ACTIONS(3283), + [anon_sym_chan] = ACTIONS(3285), + [anon_sym_thread] = ACTIONS(3285), + [anon_sym_atomic] = ACTIONS(3285), + [sym___double_quote] = ACTIONS(3283), + [sym___single_quote] = ACTIONS(3283), + [sym___c_double_quote] = ACTIONS(3283), + [sym___c_single_quote] = ACTIONS(3283), + [sym___r_double_quote] = ACTIONS(3283), + [sym___r_single_quote] = ACTIONS(3283), }, [1395] = { [sym_line_comment] = STATE(1395), [sym_block_comment] = STATE(1395), - [sym_identifier] = ACTIONS(2957), + [sym_identifier] = ACTIONS(3281), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2957), - [anon_sym_as] = ACTIONS(2957), - [anon_sym_LBRACE] = ACTIONS(2955), - [anon_sym_COMMA] = ACTIONS(2955), - [anon_sym_RBRACE] = ACTIONS(2955), - [anon_sym_LPAREN] = ACTIONS(2955), - [anon_sym_PIPE] = ACTIONS(2957), - [anon_sym_fn] = ACTIONS(2957), - [anon_sym_PLUS] = ACTIONS(2957), - [anon_sym_DASH] = ACTIONS(2957), - [anon_sym_STAR] = ACTIONS(2955), - [anon_sym_SLASH] = ACTIONS(2957), - [anon_sym_PERCENT] = ACTIONS(2955), - [anon_sym_LT] = ACTIONS(2957), - [anon_sym_GT] = ACTIONS(2957), - [anon_sym_EQ_EQ] = ACTIONS(2955), - [anon_sym_BANG_EQ] = ACTIONS(2955), - [anon_sym_LT_EQ] = ACTIONS(2955), - [anon_sym_GT_EQ] = ACTIONS(2955), - [anon_sym_LBRACK] = ACTIONS(2955), - [anon_sym_RBRACK] = ACTIONS(2955), - [anon_sym_struct] = ACTIONS(2957), - [anon_sym_mut] = ACTIONS(2957), - [anon_sym_COLON] = ACTIONS(2955), - [anon_sym_PLUS_PLUS] = ACTIONS(2955), - [anon_sym_DASH_DASH] = ACTIONS(2955), - [anon_sym_QMARK] = ACTIONS(2957), - [anon_sym_BANG] = ACTIONS(2957), - [anon_sym_go] = ACTIONS(2957), - [anon_sym_spawn] = ACTIONS(2957), - [anon_sym_json_DOTdecode] = ACTIONS(2955), - [anon_sym_LBRACK2] = ACTIONS(2957), - [anon_sym_TILDE] = ACTIONS(2955), - [anon_sym_CARET] = ACTIONS(2955), - [anon_sym_AMP] = ACTIONS(2957), - [anon_sym_LT_DASH] = ACTIONS(2955), - [anon_sym_LT_LT] = ACTIONS(2955), - [anon_sym_GT_GT] = ACTIONS(2957), - [anon_sym_GT_GT_GT] = ACTIONS(2955), - [anon_sym_AMP_CARET] = ACTIONS(2955), - [anon_sym_AMP_AMP] = ACTIONS(2955), - [anon_sym_PIPE_PIPE] = ACTIONS(2955), - [anon_sym_or] = ACTIONS(2957), - [sym_none] = ACTIONS(2957), - [sym_true] = ACTIONS(2957), - [sym_false] = ACTIONS(2957), - [sym_nil] = ACTIONS(2957), - [anon_sym_QMARK_DOT] = ACTIONS(2955), - [anon_sym_POUND_LBRACK] = ACTIONS(2955), - [anon_sym_if] = ACTIONS(2957), - [anon_sym_DOLLARif] = ACTIONS(2957), - [anon_sym_is] = ACTIONS(2957), - [anon_sym_BANGis] = ACTIONS(2955), - [anon_sym_in] = ACTIONS(2957), - [anon_sym_BANGin] = ACTIONS(2955), - [anon_sym_match] = ACTIONS(2957), - [anon_sym_select] = ACTIONS(2957), - [anon_sym_lock] = ACTIONS(2957), - [anon_sym_rlock] = ACTIONS(2957), - [anon_sym_unsafe] = ACTIONS(2957), - [anon_sym_sql] = ACTIONS(2957), - [sym_int_literal] = ACTIONS(2957), - [sym_float_literal] = ACTIONS(2955), - [sym_rune_literal] = ACTIONS(2955), - [sym_pseudo_compile_time_identifier] = ACTIONS(2957), - [anon_sym_shared] = ACTIONS(2957), - [anon_sym_map_LBRACK] = ACTIONS(2955), - [anon_sym_chan] = ACTIONS(2957), - [anon_sym_thread] = ACTIONS(2957), - [anon_sym_atomic] = ACTIONS(2957), - [sym___double_quote] = ACTIONS(2955), - [sym___single_quote] = ACTIONS(2955), - [sym___c_double_quote] = ACTIONS(2955), - [sym___c_single_quote] = ACTIONS(2955), - [sym___r_double_quote] = ACTIONS(2955), - [sym___r_single_quote] = ACTIONS(2955), + [anon_sym_DOT] = ACTIONS(3078), + [anon_sym_as] = ACTIONS(3078), + [anon_sym_LBRACE] = ACTIONS(3279), + [anon_sym_COMMA] = ACTIONS(3279), + [anon_sym_RBRACE] = ACTIONS(3279), + [anon_sym_LPAREN] = ACTIONS(3075), + [anon_sym_PIPE] = ACTIONS(3078), + [anon_sym_fn] = ACTIONS(3281), + [anon_sym_PLUS] = ACTIONS(3078), + [anon_sym_DASH] = ACTIONS(3078), + [anon_sym_STAR] = ACTIONS(3075), + [anon_sym_SLASH] = ACTIONS(3078), + [anon_sym_PERCENT] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(3078), + [anon_sym_GT] = ACTIONS(3078), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_LT_EQ] = ACTIONS(3075), + [anon_sym_GT_EQ] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3075), + [anon_sym_RBRACK] = ACTIONS(3279), + [anon_sym_struct] = ACTIONS(3281), + [anon_sym_mut] = ACTIONS(3281), + [anon_sym_COLON] = ACTIONS(3279), + [anon_sym_PLUS_PLUS] = ACTIONS(3075), + [anon_sym_DASH_DASH] = ACTIONS(3075), + [anon_sym_QMARK] = ACTIONS(3078), + [anon_sym_BANG] = ACTIONS(3078), + [anon_sym_go] = ACTIONS(3281), + [anon_sym_spawn] = ACTIONS(3281), + [anon_sym_json_DOTdecode] = ACTIONS(3279), + [anon_sym_LBRACK2] = ACTIONS(3078), + [anon_sym_TILDE] = ACTIONS(3279), + [anon_sym_CARET] = ACTIONS(3075), + [anon_sym_AMP] = ACTIONS(3078), + [anon_sym_LT_DASH] = ACTIONS(3279), + [anon_sym_LT_LT] = ACTIONS(3075), + [anon_sym_GT_GT] = ACTIONS(3078), + [anon_sym_GT_GT_GT] = ACTIONS(3075), + [anon_sym_AMP_CARET] = ACTIONS(3075), + [anon_sym_AMP_AMP] = ACTIONS(3075), + [anon_sym_PIPE_PIPE] = ACTIONS(3075), + [anon_sym_or] = ACTIONS(3078), + [sym_none] = ACTIONS(3281), + [sym_true] = ACTIONS(3281), + [sym_false] = ACTIONS(3281), + [sym_nil] = ACTIONS(3281), + [anon_sym_QMARK_DOT] = ACTIONS(3075), + [anon_sym_POUND_LBRACK] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3281), + [anon_sym_DOLLARif] = ACTIONS(3281), + [anon_sym_is] = ACTIONS(3078), + [anon_sym_BANGis] = ACTIONS(3075), + [anon_sym_in] = ACTIONS(3078), + [anon_sym_BANGin] = ACTIONS(3075), + [anon_sym_match] = ACTIONS(3281), + [anon_sym_select] = ACTIONS(3281), + [anon_sym_lock] = ACTIONS(3281), + [anon_sym_rlock] = ACTIONS(3281), + [anon_sym_unsafe] = ACTIONS(3281), + [anon_sym_sql] = ACTIONS(3281), + [sym_int_literal] = ACTIONS(3281), + [sym_float_literal] = ACTIONS(3279), + [sym_rune_literal] = ACTIONS(3279), + [sym_pseudo_compile_time_identifier] = ACTIONS(3281), + [anon_sym_shared] = ACTIONS(3281), + [anon_sym_map_LBRACK] = ACTIONS(3279), + [anon_sym_chan] = ACTIONS(3281), + [anon_sym_thread] = ACTIONS(3281), + [anon_sym_atomic] = ACTIONS(3281), + [sym___double_quote] = ACTIONS(3279), + [sym___single_quote] = ACTIONS(3279), + [sym___c_double_quote] = ACTIONS(3279), + [sym___c_single_quote] = ACTIONS(3279), + [sym___r_double_quote] = ACTIONS(3279), + [sym___r_single_quote] = ACTIONS(3279), }, [1396] = { [sym_line_comment] = STATE(1396), [sym_block_comment] = STATE(1396), - [sym_identifier] = ACTIONS(3235), + [sym_identifier] = ACTIONS(3225), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3235), - [anon_sym_as] = ACTIONS(3235), - [anon_sym_LBRACE] = ACTIONS(3233), - [anon_sym_COMMA] = ACTIONS(3233), - [anon_sym_RBRACE] = ACTIONS(3233), - [anon_sym_LPAREN] = ACTIONS(3233), - [anon_sym_PIPE] = ACTIONS(3235), - [anon_sym_fn] = ACTIONS(3235), - [anon_sym_PLUS] = ACTIONS(3235), - [anon_sym_DASH] = ACTIONS(3235), - [anon_sym_STAR] = ACTIONS(3233), - [anon_sym_SLASH] = ACTIONS(3235), - [anon_sym_PERCENT] = ACTIONS(3233), - [anon_sym_LT] = ACTIONS(3235), - [anon_sym_GT] = ACTIONS(3235), - [anon_sym_EQ_EQ] = ACTIONS(3233), - [anon_sym_BANG_EQ] = ACTIONS(3233), - [anon_sym_LT_EQ] = ACTIONS(3233), - [anon_sym_GT_EQ] = ACTIONS(3233), - [anon_sym_LBRACK] = ACTIONS(3233), - [anon_sym_RBRACK] = ACTIONS(3233), - [anon_sym_struct] = ACTIONS(3235), - [anon_sym_mut] = ACTIONS(3235), - [anon_sym_COLON] = ACTIONS(3233), - [anon_sym_PLUS_PLUS] = ACTIONS(3233), - [anon_sym_DASH_DASH] = ACTIONS(3233), - [anon_sym_QMARK] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3235), - [anon_sym_go] = ACTIONS(3235), - [anon_sym_spawn] = ACTIONS(3235), - [anon_sym_json_DOTdecode] = ACTIONS(3233), - [anon_sym_LBRACK2] = ACTIONS(3235), - [anon_sym_TILDE] = ACTIONS(3233), - [anon_sym_CARET] = ACTIONS(3233), - [anon_sym_AMP] = ACTIONS(3235), - [anon_sym_LT_DASH] = ACTIONS(3233), - [anon_sym_LT_LT] = ACTIONS(3233), - [anon_sym_GT_GT] = ACTIONS(3235), - [anon_sym_GT_GT_GT] = ACTIONS(3233), - [anon_sym_AMP_CARET] = ACTIONS(3233), - [anon_sym_AMP_AMP] = ACTIONS(3233), - [anon_sym_PIPE_PIPE] = ACTIONS(3233), - [anon_sym_or] = ACTIONS(3235), - [sym_none] = ACTIONS(3235), - [sym_true] = ACTIONS(3235), - [sym_false] = ACTIONS(3235), - [sym_nil] = ACTIONS(3235), - [anon_sym_QMARK_DOT] = ACTIONS(3233), - [anon_sym_POUND_LBRACK] = ACTIONS(3233), - [anon_sym_if] = ACTIONS(3235), - [anon_sym_DOLLARif] = ACTIONS(3235), - [anon_sym_is] = ACTIONS(3235), - [anon_sym_BANGis] = ACTIONS(3233), - [anon_sym_in] = ACTIONS(3235), - [anon_sym_BANGin] = ACTIONS(3233), - [anon_sym_match] = ACTIONS(3235), - [anon_sym_select] = ACTIONS(3235), - [anon_sym_lock] = ACTIONS(3235), - [anon_sym_rlock] = ACTIONS(3235), - [anon_sym_unsafe] = ACTIONS(3235), - [anon_sym_sql] = ACTIONS(3235), - [sym_int_literal] = ACTIONS(3235), - [sym_float_literal] = ACTIONS(3233), - [sym_rune_literal] = ACTIONS(3233), - [sym_pseudo_compile_time_identifier] = ACTIONS(3235), - [anon_sym_shared] = ACTIONS(3235), - [anon_sym_map_LBRACK] = ACTIONS(3233), - [anon_sym_chan] = ACTIONS(3235), - [anon_sym_thread] = ACTIONS(3235), - [anon_sym_atomic] = ACTIONS(3235), - [sym___double_quote] = ACTIONS(3233), - [sym___single_quote] = ACTIONS(3233), - [sym___c_double_quote] = ACTIONS(3233), - [sym___c_single_quote] = ACTIONS(3233), - [sym___r_double_quote] = ACTIONS(3233), - [sym___r_single_quote] = ACTIONS(3233), + [anon_sym_DOT] = ACTIONS(3225), + [anon_sym_as] = ACTIONS(3225), + [anon_sym_LBRACE] = ACTIONS(3223), + [anon_sym_COMMA] = ACTIONS(3223), + [anon_sym_RBRACE] = ACTIONS(3223), + [anon_sym_LPAREN] = ACTIONS(3223), + [anon_sym_PIPE] = ACTIONS(3225), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_PLUS] = ACTIONS(3225), + [anon_sym_DASH] = ACTIONS(3225), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_SLASH] = ACTIONS(3225), + [anon_sym_PERCENT] = ACTIONS(3223), + [anon_sym_LT] = ACTIONS(3225), + [anon_sym_GT] = ACTIONS(3225), + [anon_sym_EQ_EQ] = ACTIONS(3223), + [anon_sym_BANG_EQ] = ACTIONS(3223), + [anon_sym_LT_EQ] = ACTIONS(3223), + [anon_sym_GT_EQ] = ACTIONS(3223), + [anon_sym_LBRACK] = ACTIONS(3223), + [anon_sym_RBRACK] = ACTIONS(3223), + [anon_sym_struct] = ACTIONS(3225), + [anon_sym_mut] = ACTIONS(3225), + [anon_sym_COLON] = ACTIONS(3223), + [anon_sym_PLUS_PLUS] = ACTIONS(3223), + [anon_sym_DASH_DASH] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_BANG] = ACTIONS(3225), + [anon_sym_go] = ACTIONS(3225), + [anon_sym_spawn] = ACTIONS(3225), + [anon_sym_json_DOTdecode] = ACTIONS(3223), + [anon_sym_LBRACK2] = ACTIONS(3225), + [anon_sym_TILDE] = ACTIONS(3223), + [anon_sym_CARET] = ACTIONS(3223), + [anon_sym_AMP] = ACTIONS(3225), + [anon_sym_LT_DASH] = ACTIONS(3223), + [anon_sym_LT_LT] = ACTIONS(3223), + [anon_sym_GT_GT] = ACTIONS(3225), + [anon_sym_GT_GT_GT] = ACTIONS(3223), + [anon_sym_AMP_CARET] = ACTIONS(3223), + [anon_sym_AMP_AMP] = ACTIONS(3223), + [anon_sym_PIPE_PIPE] = ACTIONS(3223), + [anon_sym_or] = ACTIONS(3225), + [sym_none] = ACTIONS(3225), + [sym_true] = ACTIONS(3225), + [sym_false] = ACTIONS(3225), + [sym_nil] = ACTIONS(3225), + [anon_sym_QMARK_DOT] = ACTIONS(3223), + [anon_sym_POUND_LBRACK] = ACTIONS(3223), + [anon_sym_if] = ACTIONS(3225), + [anon_sym_DOLLARif] = ACTIONS(3225), + [anon_sym_is] = ACTIONS(3225), + [anon_sym_BANGis] = ACTIONS(3223), + [anon_sym_in] = ACTIONS(3225), + [anon_sym_BANGin] = ACTIONS(3223), + [anon_sym_match] = ACTIONS(3225), + [anon_sym_select] = ACTIONS(3225), + [anon_sym_lock] = ACTIONS(3225), + [anon_sym_rlock] = ACTIONS(3225), + [anon_sym_unsafe] = ACTIONS(3225), + [anon_sym_sql] = ACTIONS(3225), + [sym_int_literal] = ACTIONS(3225), + [sym_float_literal] = ACTIONS(3223), + [sym_rune_literal] = ACTIONS(3223), + [sym_pseudo_compile_time_identifier] = ACTIONS(3225), + [anon_sym_shared] = ACTIONS(3225), + [anon_sym_map_LBRACK] = ACTIONS(3223), + [anon_sym_chan] = ACTIONS(3225), + [anon_sym_thread] = ACTIONS(3225), + [anon_sym_atomic] = ACTIONS(3225), + [sym___double_quote] = ACTIONS(3223), + [sym___single_quote] = ACTIONS(3223), + [sym___c_double_quote] = ACTIONS(3223), + [sym___c_single_quote] = ACTIONS(3223), + [sym___r_double_quote] = ACTIONS(3223), + [sym___r_single_quote] = ACTIONS(3223), }, [1397] = { [sym_line_comment] = STATE(1397), [sym_block_comment] = STATE(1397), - [sym_identifier] = ACTIONS(3003), + [sym_identifier] = ACTIONS(3229), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3003), - [anon_sym_as] = ACTIONS(3003), - [anon_sym_LBRACE] = ACTIONS(3001), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(3001), - [anon_sym_PIPE] = ACTIONS(3003), - [anon_sym_fn] = ACTIONS(3003), - [anon_sym_PLUS] = ACTIONS(3003), - [anon_sym_DASH] = ACTIONS(3003), - [anon_sym_STAR] = ACTIONS(3001), - [anon_sym_SLASH] = ACTIONS(3003), - [anon_sym_PERCENT] = ACTIONS(3001), - [anon_sym_LT] = ACTIONS(3003), - [anon_sym_GT] = ACTIONS(3003), - [anon_sym_EQ_EQ] = ACTIONS(3001), - [anon_sym_BANG_EQ] = ACTIONS(3001), - [anon_sym_LT_EQ] = ACTIONS(3001), - [anon_sym_GT_EQ] = ACTIONS(3001), - [anon_sym_LBRACK] = ACTIONS(3001), - [anon_sym_RBRACK] = ACTIONS(3001), - [anon_sym_struct] = ACTIONS(3003), - [anon_sym_mut] = ACTIONS(3003), - [anon_sym_COLON] = ACTIONS(3001), - [anon_sym_PLUS_PLUS] = ACTIONS(3001), - [anon_sym_DASH_DASH] = ACTIONS(3001), - [anon_sym_QMARK] = ACTIONS(3003), - [anon_sym_BANG] = ACTIONS(3943), - [anon_sym_go] = ACTIONS(3003), - [anon_sym_spawn] = ACTIONS(3003), - [anon_sym_json_DOTdecode] = ACTIONS(3001), - [anon_sym_LBRACK2] = ACTIONS(3003), - [anon_sym_TILDE] = ACTIONS(3001), - [anon_sym_CARET] = ACTIONS(3001), - [anon_sym_AMP] = ACTIONS(3003), - [anon_sym_LT_DASH] = ACTIONS(3001), - [anon_sym_LT_LT] = ACTIONS(3001), - [anon_sym_GT_GT] = ACTIONS(3003), - [anon_sym_GT_GT_GT] = ACTIONS(3001), - [anon_sym_AMP_CARET] = ACTIONS(3001), - [anon_sym_AMP_AMP] = ACTIONS(3001), - [anon_sym_PIPE_PIPE] = ACTIONS(3001), - [anon_sym_or] = ACTIONS(3003), - [sym_none] = ACTIONS(3003), - [sym_true] = ACTIONS(3003), - [sym_false] = ACTIONS(3003), - [sym_nil] = ACTIONS(3003), - [anon_sym_QMARK_DOT] = ACTIONS(3001), - [anon_sym_POUND_LBRACK] = ACTIONS(3001), - [anon_sym_if] = ACTIONS(3003), - [anon_sym_DOLLARif] = ACTIONS(3003), - [anon_sym_is] = ACTIONS(3003), - [anon_sym_BANGis] = ACTIONS(3001), - [anon_sym_in] = ACTIONS(3003), - [anon_sym_BANGin] = ACTIONS(3001), - [anon_sym_match] = ACTIONS(3003), - [anon_sym_select] = ACTIONS(3003), - [anon_sym_lock] = ACTIONS(3003), - [anon_sym_rlock] = ACTIONS(3003), - [anon_sym_unsafe] = ACTIONS(3003), - [anon_sym_sql] = ACTIONS(3003), - [sym_int_literal] = ACTIONS(3003), - [sym_float_literal] = ACTIONS(3001), - [sym_rune_literal] = ACTIONS(3001), - [sym_pseudo_compile_time_identifier] = ACTIONS(3003), - [anon_sym_shared] = ACTIONS(3003), - [anon_sym_map_LBRACK] = ACTIONS(3001), - [anon_sym_chan] = ACTIONS(3003), - [anon_sym_thread] = ACTIONS(3003), - [anon_sym_atomic] = ACTIONS(3003), - [sym___double_quote] = ACTIONS(3001), - [sym___single_quote] = ACTIONS(3001), - [sym___c_double_quote] = ACTIONS(3001), - [sym___c_single_quote] = ACTIONS(3001), - [sym___r_double_quote] = ACTIONS(3001), - [sym___r_single_quote] = ACTIONS(3001), + [anon_sym_DOT] = ACTIONS(3229), + [anon_sym_as] = ACTIONS(3229), + [anon_sym_LBRACE] = ACTIONS(3227), + [anon_sym_COMMA] = ACTIONS(3227), + [anon_sym_RBRACE] = ACTIONS(3227), + [anon_sym_LPAREN] = ACTIONS(3227), + [anon_sym_PIPE] = ACTIONS(3229), + [anon_sym_fn] = ACTIONS(3229), + [anon_sym_PLUS] = ACTIONS(3229), + [anon_sym_DASH] = ACTIONS(3229), + [anon_sym_STAR] = ACTIONS(3227), + [anon_sym_SLASH] = ACTIONS(3229), + [anon_sym_PERCENT] = ACTIONS(3227), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_GT] = ACTIONS(3229), + [anon_sym_EQ_EQ] = ACTIONS(3227), + [anon_sym_BANG_EQ] = ACTIONS(3227), + [anon_sym_LT_EQ] = ACTIONS(3227), + [anon_sym_GT_EQ] = ACTIONS(3227), + [anon_sym_LBRACK] = ACTIONS(3227), + [anon_sym_RBRACK] = ACTIONS(3227), + [anon_sym_struct] = ACTIONS(3229), + [anon_sym_mut] = ACTIONS(3229), + [anon_sym_COLON] = ACTIONS(3227), + [anon_sym_PLUS_PLUS] = ACTIONS(3227), + [anon_sym_DASH_DASH] = ACTIONS(3227), + [anon_sym_QMARK] = ACTIONS(3229), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_go] = ACTIONS(3229), + [anon_sym_spawn] = ACTIONS(3229), + [anon_sym_json_DOTdecode] = ACTIONS(3227), + [anon_sym_LBRACK2] = ACTIONS(3229), + [anon_sym_TILDE] = ACTIONS(3227), + [anon_sym_CARET] = ACTIONS(3227), + [anon_sym_AMP] = ACTIONS(3229), + [anon_sym_LT_DASH] = ACTIONS(3227), + [anon_sym_LT_LT] = ACTIONS(3227), + [anon_sym_GT_GT] = ACTIONS(3229), + [anon_sym_GT_GT_GT] = ACTIONS(3227), + [anon_sym_AMP_CARET] = ACTIONS(3227), + [anon_sym_AMP_AMP] = ACTIONS(3227), + [anon_sym_PIPE_PIPE] = ACTIONS(3227), + [anon_sym_or] = ACTIONS(3229), + [sym_none] = ACTIONS(3229), + [sym_true] = ACTIONS(3229), + [sym_false] = ACTIONS(3229), + [sym_nil] = ACTIONS(3229), + [anon_sym_QMARK_DOT] = ACTIONS(3227), + [anon_sym_POUND_LBRACK] = ACTIONS(3227), + [anon_sym_if] = ACTIONS(3229), + [anon_sym_DOLLARif] = ACTIONS(3229), + [anon_sym_is] = ACTIONS(3229), + [anon_sym_BANGis] = ACTIONS(3227), + [anon_sym_in] = ACTIONS(3229), + [anon_sym_BANGin] = ACTIONS(3227), + [anon_sym_match] = ACTIONS(3229), + [anon_sym_select] = ACTIONS(3229), + [anon_sym_lock] = ACTIONS(3229), + [anon_sym_rlock] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(3229), + [anon_sym_sql] = ACTIONS(3229), + [sym_int_literal] = ACTIONS(3229), + [sym_float_literal] = ACTIONS(3227), + [sym_rune_literal] = ACTIONS(3227), + [sym_pseudo_compile_time_identifier] = ACTIONS(3229), + [anon_sym_shared] = ACTIONS(3229), + [anon_sym_map_LBRACK] = ACTIONS(3227), + [anon_sym_chan] = ACTIONS(3229), + [anon_sym_thread] = ACTIONS(3229), + [anon_sym_atomic] = ACTIONS(3229), + [sym___double_quote] = ACTIONS(3227), + [sym___single_quote] = ACTIONS(3227), + [sym___c_double_quote] = ACTIONS(3227), + [sym___c_single_quote] = ACTIONS(3227), + [sym___r_double_quote] = ACTIONS(3227), + [sym___r_single_quote] = ACTIONS(3227), }, [1398] = { [sym_line_comment] = STATE(1398), [sym_block_comment] = STATE(1398), - [sym_identifier] = ACTIONS(3219), + [sym_identifier] = ACTIONS(3249), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3219), - [anon_sym_as] = ACTIONS(3219), - [anon_sym_LBRACE] = ACTIONS(3217), - [anon_sym_COMMA] = ACTIONS(3217), - [anon_sym_RBRACE] = ACTIONS(3217), - [anon_sym_LPAREN] = ACTIONS(3217), - [anon_sym_PIPE] = ACTIONS(3219), - [anon_sym_fn] = ACTIONS(3219), - [anon_sym_PLUS] = ACTIONS(3219), - [anon_sym_DASH] = ACTIONS(3219), - [anon_sym_STAR] = ACTIONS(3217), - [anon_sym_SLASH] = ACTIONS(3219), - [anon_sym_PERCENT] = ACTIONS(3217), - [anon_sym_LT] = ACTIONS(3219), - [anon_sym_GT] = ACTIONS(3219), - [anon_sym_EQ_EQ] = ACTIONS(3217), - [anon_sym_BANG_EQ] = ACTIONS(3217), - [anon_sym_LT_EQ] = ACTIONS(3217), - [anon_sym_GT_EQ] = ACTIONS(3217), - [anon_sym_LBRACK] = ACTIONS(3217), - [anon_sym_RBRACK] = ACTIONS(3217), - [anon_sym_struct] = ACTIONS(3219), - [anon_sym_mut] = ACTIONS(3219), - [anon_sym_COLON] = ACTIONS(3217), - [anon_sym_PLUS_PLUS] = ACTIONS(3217), - [anon_sym_DASH_DASH] = ACTIONS(3217), - [anon_sym_QMARK] = ACTIONS(3219), - [anon_sym_BANG] = ACTIONS(3219), - [anon_sym_go] = ACTIONS(3219), - [anon_sym_spawn] = ACTIONS(3219), - [anon_sym_json_DOTdecode] = ACTIONS(3217), - [anon_sym_LBRACK2] = ACTIONS(3219), - [anon_sym_TILDE] = ACTIONS(3217), - [anon_sym_CARET] = ACTIONS(3217), - [anon_sym_AMP] = ACTIONS(3219), - [anon_sym_LT_DASH] = ACTIONS(3217), - [anon_sym_LT_LT] = ACTIONS(3217), - [anon_sym_GT_GT] = ACTIONS(3219), - [anon_sym_GT_GT_GT] = ACTIONS(3217), - [anon_sym_AMP_CARET] = ACTIONS(3217), - [anon_sym_AMP_AMP] = ACTIONS(3217), - [anon_sym_PIPE_PIPE] = ACTIONS(3217), - [anon_sym_or] = ACTIONS(3219), - [sym_none] = ACTIONS(3219), - [sym_true] = ACTIONS(3219), - [sym_false] = ACTIONS(3219), - [sym_nil] = ACTIONS(3219), - [anon_sym_QMARK_DOT] = ACTIONS(3217), - [anon_sym_POUND_LBRACK] = ACTIONS(3217), - [anon_sym_if] = ACTIONS(3219), - [anon_sym_DOLLARif] = ACTIONS(3219), - [anon_sym_is] = ACTIONS(3219), - [anon_sym_BANGis] = ACTIONS(3217), - [anon_sym_in] = ACTIONS(3219), - [anon_sym_BANGin] = ACTIONS(3217), - [anon_sym_match] = ACTIONS(3219), - [anon_sym_select] = ACTIONS(3219), - [anon_sym_lock] = ACTIONS(3219), - [anon_sym_rlock] = ACTIONS(3219), - [anon_sym_unsafe] = ACTIONS(3219), - [anon_sym_sql] = ACTIONS(3219), - [sym_int_literal] = ACTIONS(3219), - [sym_float_literal] = ACTIONS(3217), - [sym_rune_literal] = ACTIONS(3217), - [sym_pseudo_compile_time_identifier] = ACTIONS(3219), - [anon_sym_shared] = ACTIONS(3219), - [anon_sym_map_LBRACK] = ACTIONS(3217), - [anon_sym_chan] = ACTIONS(3219), - [anon_sym_thread] = ACTIONS(3219), - [anon_sym_atomic] = ACTIONS(3219), - [sym___double_quote] = ACTIONS(3217), - [sym___single_quote] = ACTIONS(3217), - [sym___c_double_quote] = ACTIONS(3217), - [sym___c_single_quote] = ACTIONS(3217), - [sym___r_double_quote] = ACTIONS(3217), - [sym___r_single_quote] = ACTIONS(3217), + [anon_sym_DOT] = ACTIONS(3249), + [anon_sym_as] = ACTIONS(3249), + [anon_sym_LBRACE] = ACTIONS(3247), + [anon_sym_COMMA] = ACTIONS(3247), + [anon_sym_RBRACE] = ACTIONS(3247), + [anon_sym_LPAREN] = ACTIONS(3247), + [anon_sym_PIPE] = ACTIONS(3249), + [anon_sym_fn] = ACTIONS(3249), + [anon_sym_PLUS] = ACTIONS(3249), + [anon_sym_DASH] = ACTIONS(3249), + [anon_sym_STAR] = ACTIONS(3247), + [anon_sym_SLASH] = ACTIONS(3249), + [anon_sym_PERCENT] = ACTIONS(3247), + [anon_sym_LT] = ACTIONS(3249), + [anon_sym_GT] = ACTIONS(3249), + [anon_sym_EQ_EQ] = ACTIONS(3247), + [anon_sym_BANG_EQ] = ACTIONS(3247), + [anon_sym_LT_EQ] = ACTIONS(3247), + [anon_sym_GT_EQ] = ACTIONS(3247), + [anon_sym_LBRACK] = ACTIONS(3247), + [anon_sym_RBRACK] = ACTIONS(3247), + [anon_sym_struct] = ACTIONS(3249), + [anon_sym_mut] = ACTIONS(3249), + [anon_sym_COLON] = ACTIONS(3247), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_DASH_DASH] = ACTIONS(3247), + [anon_sym_QMARK] = ACTIONS(3249), + [anon_sym_BANG] = ACTIONS(3249), + [anon_sym_go] = ACTIONS(3249), + [anon_sym_spawn] = ACTIONS(3249), + [anon_sym_json_DOTdecode] = ACTIONS(3247), + [anon_sym_LBRACK2] = ACTIONS(3249), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_CARET] = ACTIONS(3247), + [anon_sym_AMP] = ACTIONS(3249), + [anon_sym_LT_DASH] = ACTIONS(3247), + [anon_sym_LT_LT] = ACTIONS(3247), + [anon_sym_GT_GT] = ACTIONS(3249), + [anon_sym_GT_GT_GT] = ACTIONS(3247), + [anon_sym_AMP_CARET] = ACTIONS(3247), + [anon_sym_AMP_AMP] = ACTIONS(3247), + [anon_sym_PIPE_PIPE] = ACTIONS(3247), + [anon_sym_or] = ACTIONS(3249), + [sym_none] = ACTIONS(3249), + [sym_true] = ACTIONS(3249), + [sym_false] = ACTIONS(3249), + [sym_nil] = ACTIONS(3249), + [anon_sym_QMARK_DOT] = ACTIONS(3247), + [anon_sym_POUND_LBRACK] = ACTIONS(3247), + [anon_sym_if] = ACTIONS(3249), + [anon_sym_DOLLARif] = ACTIONS(3249), + [anon_sym_is] = ACTIONS(3249), + [anon_sym_BANGis] = ACTIONS(3247), + [anon_sym_in] = ACTIONS(3249), + [anon_sym_BANGin] = ACTIONS(3247), + [anon_sym_match] = ACTIONS(3249), + [anon_sym_select] = ACTIONS(3249), + [anon_sym_lock] = ACTIONS(3249), + [anon_sym_rlock] = ACTIONS(3249), + [anon_sym_unsafe] = ACTIONS(3249), + [anon_sym_sql] = ACTIONS(3249), + [sym_int_literal] = ACTIONS(3249), + [sym_float_literal] = ACTIONS(3247), + [sym_rune_literal] = ACTIONS(3247), + [sym_pseudo_compile_time_identifier] = ACTIONS(3249), + [anon_sym_shared] = ACTIONS(3249), + [anon_sym_map_LBRACK] = ACTIONS(3247), + [anon_sym_chan] = ACTIONS(3249), + [anon_sym_thread] = ACTIONS(3249), + [anon_sym_atomic] = ACTIONS(3249), + [sym___double_quote] = ACTIONS(3247), + [sym___single_quote] = ACTIONS(3247), + [sym___c_double_quote] = ACTIONS(3247), + [sym___c_single_quote] = ACTIONS(3247), + [sym___r_double_quote] = ACTIONS(3247), + [sym___r_single_quote] = ACTIONS(3247), }, [1399] = { [sym_line_comment] = STATE(1399), [sym_block_comment] = STATE(1399), - [sym_identifier] = ACTIONS(3215), + [sym_identifier] = ACTIONS(3055), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3215), - [anon_sym_as] = ACTIONS(3215), - [anon_sym_LBRACE] = ACTIONS(3213), - [anon_sym_COMMA] = ACTIONS(3213), - [anon_sym_RBRACE] = ACTIONS(3213), - [anon_sym_LPAREN] = ACTIONS(3213), - [anon_sym_PIPE] = ACTIONS(3215), - [anon_sym_fn] = ACTIONS(3215), - [anon_sym_PLUS] = ACTIONS(3215), - [anon_sym_DASH] = ACTIONS(3215), - [anon_sym_STAR] = ACTIONS(3213), - [anon_sym_SLASH] = ACTIONS(3215), - [anon_sym_PERCENT] = ACTIONS(3213), - [anon_sym_LT] = ACTIONS(3215), - [anon_sym_GT] = ACTIONS(3215), - [anon_sym_EQ_EQ] = ACTIONS(3213), - [anon_sym_BANG_EQ] = ACTIONS(3213), - [anon_sym_LT_EQ] = ACTIONS(3213), - [anon_sym_GT_EQ] = ACTIONS(3213), - [anon_sym_LBRACK] = ACTIONS(3213), - [anon_sym_RBRACK] = ACTIONS(3213), - [anon_sym_struct] = ACTIONS(3215), - [anon_sym_mut] = ACTIONS(3215), - [anon_sym_COLON] = ACTIONS(3213), - [anon_sym_PLUS_PLUS] = ACTIONS(3213), - [anon_sym_DASH_DASH] = ACTIONS(3213), - [anon_sym_QMARK] = ACTIONS(3215), - [anon_sym_BANG] = ACTIONS(3215), - [anon_sym_go] = ACTIONS(3215), - [anon_sym_spawn] = ACTIONS(3215), - [anon_sym_json_DOTdecode] = ACTIONS(3213), - [anon_sym_LBRACK2] = ACTIONS(3215), - [anon_sym_TILDE] = ACTIONS(3213), - [anon_sym_CARET] = ACTIONS(3213), - [anon_sym_AMP] = ACTIONS(3215), - [anon_sym_LT_DASH] = ACTIONS(3213), - [anon_sym_LT_LT] = ACTIONS(3213), - [anon_sym_GT_GT] = ACTIONS(3215), - [anon_sym_GT_GT_GT] = ACTIONS(3213), - [anon_sym_AMP_CARET] = ACTIONS(3213), - [anon_sym_AMP_AMP] = ACTIONS(3213), - [anon_sym_PIPE_PIPE] = ACTIONS(3213), - [anon_sym_or] = ACTIONS(3215), - [sym_none] = ACTIONS(3215), - [sym_true] = ACTIONS(3215), - [sym_false] = ACTIONS(3215), - [sym_nil] = ACTIONS(3215), - [anon_sym_QMARK_DOT] = ACTIONS(3213), - [anon_sym_POUND_LBRACK] = ACTIONS(3213), - [anon_sym_if] = ACTIONS(3215), - [anon_sym_DOLLARif] = ACTIONS(3215), - [anon_sym_is] = ACTIONS(3215), - [anon_sym_BANGis] = ACTIONS(3213), - [anon_sym_in] = ACTIONS(3215), - [anon_sym_BANGin] = ACTIONS(3213), - [anon_sym_match] = ACTIONS(3215), - [anon_sym_select] = ACTIONS(3215), - [anon_sym_lock] = ACTIONS(3215), - [anon_sym_rlock] = ACTIONS(3215), - [anon_sym_unsafe] = ACTIONS(3215), - [anon_sym_sql] = ACTIONS(3215), - [sym_int_literal] = ACTIONS(3215), - [sym_float_literal] = ACTIONS(3213), - [sym_rune_literal] = ACTIONS(3213), - [sym_pseudo_compile_time_identifier] = ACTIONS(3215), - [anon_sym_shared] = ACTIONS(3215), - [anon_sym_map_LBRACK] = ACTIONS(3213), - [anon_sym_chan] = ACTIONS(3215), - [anon_sym_thread] = ACTIONS(3215), - [anon_sym_atomic] = ACTIONS(3215), - [sym___double_quote] = ACTIONS(3213), - [sym___single_quote] = ACTIONS(3213), - [sym___c_double_quote] = ACTIONS(3213), - [sym___c_single_quote] = ACTIONS(3213), - [sym___r_double_quote] = ACTIONS(3213), - [sym___r_single_quote] = ACTIONS(3213), + [anon_sym_DOT] = ACTIONS(3055), + [anon_sym_as] = ACTIONS(3055), + [anon_sym_LBRACE] = ACTIONS(3053), + [anon_sym_COMMA] = ACTIONS(3053), + [anon_sym_RBRACE] = ACTIONS(3053), + [anon_sym_LPAREN] = ACTIONS(3053), + [anon_sym_PIPE] = ACTIONS(3055), + [anon_sym_fn] = ACTIONS(3055), + [anon_sym_PLUS] = ACTIONS(3055), + [anon_sym_DASH] = ACTIONS(3055), + [anon_sym_STAR] = ACTIONS(3053), + [anon_sym_SLASH] = ACTIONS(3055), + [anon_sym_PERCENT] = ACTIONS(3053), + [anon_sym_LT] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(3055), + [anon_sym_EQ_EQ] = ACTIONS(3053), + [anon_sym_BANG_EQ] = ACTIONS(3053), + [anon_sym_LT_EQ] = ACTIONS(3053), + [anon_sym_GT_EQ] = ACTIONS(3053), + [anon_sym_LBRACK] = ACTIONS(3053), + [anon_sym_RBRACK] = ACTIONS(3053), + [anon_sym_struct] = ACTIONS(3055), + [anon_sym_mut] = ACTIONS(3055), + [anon_sym_COLON] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_QMARK] = ACTIONS(3055), + [anon_sym_BANG] = ACTIONS(3949), + [anon_sym_go] = ACTIONS(3055), + [anon_sym_spawn] = ACTIONS(3055), + [anon_sym_json_DOTdecode] = ACTIONS(3053), + [anon_sym_LBRACK2] = ACTIONS(3055), + [anon_sym_TILDE] = ACTIONS(3053), + [anon_sym_CARET] = ACTIONS(3053), + [anon_sym_AMP] = ACTIONS(3055), + [anon_sym_LT_DASH] = ACTIONS(3053), + [anon_sym_LT_LT] = ACTIONS(3053), + [anon_sym_GT_GT] = ACTIONS(3055), + [anon_sym_GT_GT_GT] = ACTIONS(3053), + [anon_sym_AMP_CARET] = ACTIONS(3053), + [anon_sym_AMP_AMP] = ACTIONS(3053), + [anon_sym_PIPE_PIPE] = ACTIONS(3053), + [anon_sym_or] = ACTIONS(3055), + [sym_none] = ACTIONS(3055), + [sym_true] = ACTIONS(3055), + [sym_false] = ACTIONS(3055), + [sym_nil] = ACTIONS(3055), + [anon_sym_QMARK_DOT] = ACTIONS(3053), + [anon_sym_POUND_LBRACK] = ACTIONS(3053), + [anon_sym_if] = ACTIONS(3055), + [anon_sym_DOLLARif] = ACTIONS(3055), + [anon_sym_is] = ACTIONS(3055), + [anon_sym_BANGis] = ACTIONS(3053), + [anon_sym_in] = ACTIONS(3055), + [anon_sym_BANGin] = ACTIONS(3053), + [anon_sym_match] = ACTIONS(3055), + [anon_sym_select] = ACTIONS(3055), + [anon_sym_lock] = ACTIONS(3055), + [anon_sym_rlock] = ACTIONS(3055), + [anon_sym_unsafe] = ACTIONS(3055), + [anon_sym_sql] = ACTIONS(3055), + [sym_int_literal] = ACTIONS(3055), + [sym_float_literal] = ACTIONS(3053), + [sym_rune_literal] = ACTIONS(3053), + [sym_pseudo_compile_time_identifier] = ACTIONS(3055), + [anon_sym_shared] = ACTIONS(3055), + [anon_sym_map_LBRACK] = ACTIONS(3053), + [anon_sym_chan] = ACTIONS(3055), + [anon_sym_thread] = ACTIONS(3055), + [anon_sym_atomic] = ACTIONS(3055), + [sym___double_quote] = ACTIONS(3053), + [sym___single_quote] = ACTIONS(3053), + [sym___c_double_quote] = ACTIONS(3053), + [sym___c_single_quote] = ACTIONS(3053), + [sym___r_double_quote] = ACTIONS(3053), + [sym___r_single_quote] = ACTIONS(3053), }, [1400] = { [sym_line_comment] = STATE(1400), [sym_block_comment] = STATE(1400), - [sym_identifier] = ACTIONS(3207), + [sym_identifier] = ACTIONS(3153), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3207), - [anon_sym_as] = ACTIONS(3207), - [anon_sym_LBRACE] = ACTIONS(3205), - [anon_sym_COMMA] = ACTIONS(3205), - [anon_sym_RBRACE] = ACTIONS(3205), - [anon_sym_LPAREN] = ACTIONS(3205), - [anon_sym_PIPE] = ACTIONS(3207), - [anon_sym_fn] = ACTIONS(3207), - [anon_sym_PLUS] = ACTIONS(3207), - [anon_sym_DASH] = ACTIONS(3207), - [anon_sym_STAR] = ACTIONS(3205), - [anon_sym_SLASH] = ACTIONS(3207), - [anon_sym_PERCENT] = ACTIONS(3205), - [anon_sym_LT] = ACTIONS(3207), - [anon_sym_GT] = ACTIONS(3207), - [anon_sym_EQ_EQ] = ACTIONS(3205), - [anon_sym_BANG_EQ] = ACTIONS(3205), - [anon_sym_LT_EQ] = ACTIONS(3205), - [anon_sym_GT_EQ] = ACTIONS(3205), - [anon_sym_LBRACK] = ACTIONS(3205), - [anon_sym_RBRACK] = ACTIONS(3205), - [anon_sym_struct] = ACTIONS(3207), - [anon_sym_mut] = ACTIONS(3207), - [anon_sym_COLON] = ACTIONS(3205), - [anon_sym_PLUS_PLUS] = ACTIONS(3205), - [anon_sym_DASH_DASH] = ACTIONS(3205), - [anon_sym_QMARK] = ACTIONS(3207), - [anon_sym_BANG] = ACTIONS(3207), - [anon_sym_go] = ACTIONS(3207), - [anon_sym_spawn] = ACTIONS(3207), - [anon_sym_json_DOTdecode] = ACTIONS(3205), - [anon_sym_LBRACK2] = ACTIONS(3207), - [anon_sym_TILDE] = ACTIONS(3205), - [anon_sym_CARET] = ACTIONS(3205), - [anon_sym_AMP] = ACTIONS(3207), - [anon_sym_LT_DASH] = ACTIONS(3205), - [anon_sym_LT_LT] = ACTIONS(3205), - [anon_sym_GT_GT] = ACTIONS(3207), - [anon_sym_GT_GT_GT] = ACTIONS(3205), - [anon_sym_AMP_CARET] = ACTIONS(3205), - [anon_sym_AMP_AMP] = ACTIONS(3205), - [anon_sym_PIPE_PIPE] = ACTIONS(3205), - [anon_sym_or] = ACTIONS(3207), - [sym_none] = ACTIONS(3207), - [sym_true] = ACTIONS(3207), - [sym_false] = ACTIONS(3207), - [sym_nil] = ACTIONS(3207), - [anon_sym_QMARK_DOT] = ACTIONS(3205), - [anon_sym_POUND_LBRACK] = ACTIONS(3205), - [anon_sym_if] = ACTIONS(3207), - [anon_sym_DOLLARif] = ACTIONS(3207), - [anon_sym_is] = ACTIONS(3207), - [anon_sym_BANGis] = ACTIONS(3205), - [anon_sym_in] = ACTIONS(3207), - [anon_sym_BANGin] = ACTIONS(3205), - [anon_sym_match] = ACTIONS(3207), - [anon_sym_select] = ACTIONS(3207), - [anon_sym_lock] = ACTIONS(3207), - [anon_sym_rlock] = ACTIONS(3207), - [anon_sym_unsafe] = ACTIONS(3207), - [anon_sym_sql] = ACTIONS(3207), - [sym_int_literal] = ACTIONS(3207), - [sym_float_literal] = ACTIONS(3205), - [sym_rune_literal] = ACTIONS(3205), - [sym_pseudo_compile_time_identifier] = ACTIONS(3207), - [anon_sym_shared] = ACTIONS(3207), - [anon_sym_map_LBRACK] = ACTIONS(3205), - [anon_sym_chan] = ACTIONS(3207), - [anon_sym_thread] = ACTIONS(3207), - [anon_sym_atomic] = ACTIONS(3207), - [sym___double_quote] = ACTIONS(3205), - [sym___single_quote] = ACTIONS(3205), - [sym___c_double_quote] = ACTIONS(3205), - [sym___c_single_quote] = ACTIONS(3205), - [sym___r_double_quote] = ACTIONS(3205), - [sym___r_single_quote] = ACTIONS(3205), + [anon_sym_DOT] = ACTIONS(3153), + [anon_sym_as] = ACTIONS(3153), + [anon_sym_LBRACE] = ACTIONS(3151), + [anon_sym_COMMA] = ACTIONS(3151), + [anon_sym_RBRACE] = ACTIONS(3151), + [anon_sym_LPAREN] = ACTIONS(3151), + [anon_sym_PIPE] = ACTIONS(3153), + [anon_sym_fn] = ACTIONS(3153), + [anon_sym_PLUS] = ACTIONS(3153), + [anon_sym_DASH] = ACTIONS(3153), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_SLASH] = ACTIONS(3153), + [anon_sym_PERCENT] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(3153), + [anon_sym_GT] = ACTIONS(3153), + [anon_sym_EQ_EQ] = ACTIONS(3151), + [anon_sym_BANG_EQ] = ACTIONS(3151), + [anon_sym_LT_EQ] = ACTIONS(3151), + [anon_sym_GT_EQ] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(3151), + [anon_sym_RBRACK] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3153), + [anon_sym_mut] = ACTIONS(3153), + [anon_sym_COLON] = ACTIONS(3151), + [anon_sym_PLUS_PLUS] = ACTIONS(3151), + [anon_sym_DASH_DASH] = ACTIONS(3151), + [anon_sym_QMARK] = ACTIONS(3153), + [anon_sym_BANG] = ACTIONS(3153), + [anon_sym_go] = ACTIONS(3153), + [anon_sym_spawn] = ACTIONS(3153), + [anon_sym_json_DOTdecode] = ACTIONS(3151), + [anon_sym_LBRACK2] = ACTIONS(3153), + [anon_sym_TILDE] = ACTIONS(3151), + [anon_sym_CARET] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3153), + [anon_sym_LT_DASH] = ACTIONS(3151), + [anon_sym_LT_LT] = ACTIONS(3151), + [anon_sym_GT_GT] = ACTIONS(3153), + [anon_sym_GT_GT_GT] = ACTIONS(3151), + [anon_sym_AMP_CARET] = ACTIONS(3151), + [anon_sym_AMP_AMP] = ACTIONS(3151), + [anon_sym_PIPE_PIPE] = ACTIONS(3151), + [anon_sym_or] = ACTIONS(3153), + [sym_none] = ACTIONS(3153), + [sym_true] = ACTIONS(3153), + [sym_false] = ACTIONS(3153), + [sym_nil] = ACTIONS(3153), + [anon_sym_QMARK_DOT] = ACTIONS(3151), + [anon_sym_POUND_LBRACK] = ACTIONS(3151), + [anon_sym_if] = ACTIONS(3153), + [anon_sym_DOLLARif] = ACTIONS(3153), + [anon_sym_is] = ACTIONS(3153), + [anon_sym_BANGis] = ACTIONS(3151), + [anon_sym_in] = ACTIONS(3153), + [anon_sym_BANGin] = ACTIONS(3151), + [anon_sym_match] = ACTIONS(3153), + [anon_sym_select] = ACTIONS(3153), + [anon_sym_lock] = ACTIONS(3153), + [anon_sym_rlock] = ACTIONS(3153), + [anon_sym_unsafe] = ACTIONS(3153), + [anon_sym_sql] = ACTIONS(3153), + [sym_int_literal] = ACTIONS(3153), + [sym_float_literal] = ACTIONS(3151), + [sym_rune_literal] = ACTIONS(3151), + [sym_pseudo_compile_time_identifier] = ACTIONS(3153), + [anon_sym_shared] = ACTIONS(3153), + [anon_sym_map_LBRACK] = ACTIONS(3151), + [anon_sym_chan] = ACTIONS(3153), + [anon_sym_thread] = ACTIONS(3153), + [anon_sym_atomic] = ACTIONS(3153), + [sym___double_quote] = ACTIONS(3151), + [sym___single_quote] = ACTIONS(3151), + [sym___c_double_quote] = ACTIONS(3151), + [sym___c_single_quote] = ACTIONS(3151), + [sym___r_double_quote] = ACTIONS(3151), + [sym___r_single_quote] = ACTIONS(3151), }, [1401] = { [sym_line_comment] = STATE(1401), [sym_block_comment] = STATE(1401), - [sym_identifier] = ACTIONS(3195), + [sym_identifier] = ACTIONS(3432), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3195), - [anon_sym_as] = ACTIONS(3195), - [anon_sym_LBRACE] = ACTIONS(3193), - [anon_sym_COMMA] = ACTIONS(3193), - [anon_sym_RBRACE] = ACTIONS(3193), - [anon_sym_LPAREN] = ACTIONS(3193), - [anon_sym_PIPE] = ACTIONS(3195), - [anon_sym_fn] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3195), - [anon_sym_DASH] = ACTIONS(3195), - [anon_sym_STAR] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(3195), - [anon_sym_PERCENT] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(3195), - [anon_sym_GT] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_LT_EQ] = ACTIONS(3193), - [anon_sym_GT_EQ] = ACTIONS(3193), - [anon_sym_LBRACK] = ACTIONS(3193), - [anon_sym_RBRACK] = ACTIONS(3193), - [anon_sym_struct] = ACTIONS(3195), - [anon_sym_mut] = ACTIONS(3195), - [anon_sym_COLON] = ACTIONS(3193), - [anon_sym_PLUS_PLUS] = ACTIONS(3193), - [anon_sym_DASH_DASH] = ACTIONS(3193), - [anon_sym_QMARK] = ACTIONS(3195), - [anon_sym_BANG] = ACTIONS(3195), - [anon_sym_go] = ACTIONS(3195), - [anon_sym_spawn] = ACTIONS(3195), - [anon_sym_json_DOTdecode] = ACTIONS(3193), - [anon_sym_LBRACK2] = ACTIONS(3195), - [anon_sym_TILDE] = ACTIONS(3193), - [anon_sym_CARET] = ACTIONS(3193), - [anon_sym_AMP] = ACTIONS(3195), - [anon_sym_LT_DASH] = ACTIONS(3193), - [anon_sym_LT_LT] = ACTIONS(3193), - [anon_sym_GT_GT] = ACTIONS(3195), - [anon_sym_GT_GT_GT] = ACTIONS(3193), - [anon_sym_AMP_CARET] = ACTIONS(3193), - [anon_sym_AMP_AMP] = ACTIONS(3193), - [anon_sym_PIPE_PIPE] = ACTIONS(3193), - [anon_sym_or] = ACTIONS(3195), - [sym_none] = ACTIONS(3195), - [sym_true] = ACTIONS(3195), - [sym_false] = ACTIONS(3195), - [sym_nil] = ACTIONS(3195), - [anon_sym_QMARK_DOT] = ACTIONS(3193), - [anon_sym_POUND_LBRACK] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3195), - [anon_sym_DOLLARif] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3195), - [anon_sym_BANGis] = ACTIONS(3193), - [anon_sym_in] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3193), - [anon_sym_match] = ACTIONS(3195), - [anon_sym_select] = ACTIONS(3195), - [anon_sym_lock] = ACTIONS(3195), - [anon_sym_rlock] = ACTIONS(3195), - [anon_sym_unsafe] = ACTIONS(3195), - [anon_sym_sql] = ACTIONS(3195), - [sym_int_literal] = ACTIONS(3195), - [sym_float_literal] = ACTIONS(3193), - [sym_rune_literal] = ACTIONS(3193), - [sym_pseudo_compile_time_identifier] = ACTIONS(3195), - [anon_sym_shared] = ACTIONS(3195), - [anon_sym_map_LBRACK] = ACTIONS(3193), - [anon_sym_chan] = ACTIONS(3195), - [anon_sym_thread] = ACTIONS(3195), - [anon_sym_atomic] = ACTIONS(3195), - [sym___double_quote] = ACTIONS(3193), - [sym___single_quote] = ACTIONS(3193), - [sym___c_double_quote] = ACTIONS(3193), - [sym___c_single_quote] = ACTIONS(3193), - [sym___r_double_quote] = ACTIONS(3193), - [sym___r_single_quote] = ACTIONS(3193), + [anon_sym_DOT] = ACTIONS(3432), + [anon_sym_as] = ACTIONS(3432), + [anon_sym_LBRACE] = ACTIONS(3430), + [anon_sym_COMMA] = ACTIONS(3430), + [anon_sym_RBRACE] = ACTIONS(3430), + [anon_sym_LPAREN] = ACTIONS(3430), + [anon_sym_PIPE] = ACTIONS(3432), + [anon_sym_fn] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3432), + [anon_sym_DASH] = ACTIONS(3432), + [anon_sym_STAR] = ACTIONS(3430), + [anon_sym_SLASH] = ACTIONS(3432), + [anon_sym_PERCENT] = ACTIONS(3430), + [anon_sym_LT] = ACTIONS(3432), + [anon_sym_GT] = ACTIONS(3432), + [anon_sym_EQ_EQ] = ACTIONS(3430), + [anon_sym_BANG_EQ] = ACTIONS(3430), + [anon_sym_LT_EQ] = ACTIONS(3430), + [anon_sym_GT_EQ] = ACTIONS(3430), + [anon_sym_LBRACK] = ACTIONS(3430), + [anon_sym_RBRACK] = ACTIONS(3430), + [anon_sym_struct] = ACTIONS(3432), + [anon_sym_mut] = ACTIONS(3432), + [anon_sym_COLON] = ACTIONS(3430), + [anon_sym_PLUS_PLUS] = ACTIONS(3430), + [anon_sym_DASH_DASH] = ACTIONS(3430), + [anon_sym_QMARK] = ACTIONS(3432), + [anon_sym_BANG] = ACTIONS(3432), + [anon_sym_go] = ACTIONS(3432), + [anon_sym_spawn] = ACTIONS(3432), + [anon_sym_json_DOTdecode] = ACTIONS(3430), + [anon_sym_LBRACK2] = ACTIONS(3432), + [anon_sym_TILDE] = ACTIONS(3430), + [anon_sym_CARET] = ACTIONS(3430), + [anon_sym_AMP] = ACTIONS(3432), + [anon_sym_LT_DASH] = ACTIONS(3430), + [anon_sym_LT_LT] = ACTIONS(3430), + [anon_sym_GT_GT] = ACTIONS(3432), + [anon_sym_GT_GT_GT] = ACTIONS(3430), + [anon_sym_AMP_CARET] = ACTIONS(3430), + [anon_sym_AMP_AMP] = ACTIONS(3430), + [anon_sym_PIPE_PIPE] = ACTIONS(3430), + [anon_sym_or] = ACTIONS(3432), + [sym_none] = ACTIONS(3432), + [sym_true] = ACTIONS(3432), + [sym_false] = ACTIONS(3432), + [sym_nil] = ACTIONS(3432), + [anon_sym_QMARK_DOT] = ACTIONS(3430), + [anon_sym_POUND_LBRACK] = ACTIONS(3430), + [anon_sym_if] = ACTIONS(3432), + [anon_sym_DOLLARif] = ACTIONS(3432), + [anon_sym_is] = ACTIONS(3432), + [anon_sym_BANGis] = ACTIONS(3430), + [anon_sym_in] = ACTIONS(3432), + [anon_sym_BANGin] = ACTIONS(3430), + [anon_sym_match] = ACTIONS(3432), + [anon_sym_select] = ACTIONS(3432), + [anon_sym_lock] = ACTIONS(3432), + [anon_sym_rlock] = ACTIONS(3432), + [anon_sym_unsafe] = ACTIONS(3432), + [anon_sym_sql] = ACTIONS(3432), + [sym_int_literal] = ACTIONS(3432), + [sym_float_literal] = ACTIONS(3430), + [sym_rune_literal] = ACTIONS(3430), + [sym_pseudo_compile_time_identifier] = ACTIONS(3432), + [anon_sym_shared] = ACTIONS(3432), + [anon_sym_map_LBRACK] = ACTIONS(3430), + [anon_sym_chan] = ACTIONS(3432), + [anon_sym_thread] = ACTIONS(3432), + [anon_sym_atomic] = ACTIONS(3432), + [sym___double_quote] = ACTIONS(3430), + [sym___single_quote] = ACTIONS(3430), + [sym___c_double_quote] = ACTIONS(3430), + [sym___c_single_quote] = ACTIONS(3430), + [sym___r_double_quote] = ACTIONS(3430), + [sym___r_single_quote] = ACTIONS(3430), }, [1402] = { [sym_line_comment] = STATE(1402), [sym_block_comment] = STATE(1402), - [sym_identifier] = ACTIONS(2951), + [sym_identifier] = ACTIONS(3201), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2951), - [anon_sym_as] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2949), - [anon_sym_COMMA] = ACTIONS(2949), - [anon_sym_RBRACE] = ACTIONS(2949), - [anon_sym_LPAREN] = ACTIONS(2949), - [anon_sym_PIPE] = ACTIONS(2951), - [anon_sym_fn] = ACTIONS(2951), - [anon_sym_PLUS] = ACTIONS(2951), - [anon_sym_DASH] = ACTIONS(2951), - [anon_sym_STAR] = ACTIONS(2949), - [anon_sym_SLASH] = ACTIONS(2951), - [anon_sym_PERCENT] = ACTIONS(2949), - [anon_sym_LT] = ACTIONS(2951), - [anon_sym_GT] = ACTIONS(2951), - [anon_sym_EQ_EQ] = ACTIONS(2949), - [anon_sym_BANG_EQ] = ACTIONS(2949), - [anon_sym_LT_EQ] = ACTIONS(2949), - [anon_sym_GT_EQ] = ACTIONS(2949), - [anon_sym_LBRACK] = ACTIONS(2949), - [anon_sym_RBRACK] = ACTIONS(2949), - [anon_sym_struct] = ACTIONS(2951), - [anon_sym_mut] = ACTIONS(2951), - [anon_sym_COLON] = ACTIONS(2949), - [anon_sym_PLUS_PLUS] = ACTIONS(2949), - [anon_sym_DASH_DASH] = ACTIONS(2949), - [anon_sym_QMARK] = ACTIONS(2951), - [anon_sym_BANG] = ACTIONS(2951), - [anon_sym_go] = ACTIONS(2951), - [anon_sym_spawn] = ACTIONS(2951), - [anon_sym_json_DOTdecode] = ACTIONS(2949), - [anon_sym_LBRACK2] = ACTIONS(2951), - [anon_sym_TILDE] = ACTIONS(2949), - [anon_sym_CARET] = ACTIONS(2949), - [anon_sym_AMP] = ACTIONS(2951), - [anon_sym_LT_DASH] = ACTIONS(2949), - [anon_sym_LT_LT] = ACTIONS(2949), - [anon_sym_GT_GT] = ACTIONS(2951), - [anon_sym_GT_GT_GT] = ACTIONS(2949), - [anon_sym_AMP_CARET] = ACTIONS(2949), - [anon_sym_AMP_AMP] = ACTIONS(2949), - [anon_sym_PIPE_PIPE] = ACTIONS(2949), - [anon_sym_or] = ACTIONS(2951), - [sym_none] = ACTIONS(2951), - [sym_true] = ACTIONS(2951), - [sym_false] = ACTIONS(2951), - [sym_nil] = ACTIONS(2951), - [anon_sym_QMARK_DOT] = ACTIONS(2949), - [anon_sym_POUND_LBRACK] = ACTIONS(2949), - [anon_sym_if] = ACTIONS(2951), - [anon_sym_DOLLARif] = ACTIONS(2951), - [anon_sym_is] = ACTIONS(2951), - [anon_sym_BANGis] = ACTIONS(2949), - [anon_sym_in] = ACTIONS(2951), - [anon_sym_BANGin] = ACTIONS(2949), - [anon_sym_match] = ACTIONS(2951), - [anon_sym_select] = ACTIONS(2951), - [anon_sym_lock] = ACTIONS(2951), - [anon_sym_rlock] = ACTIONS(2951), - [anon_sym_unsafe] = ACTIONS(2951), - [anon_sym_sql] = ACTIONS(2951), - [sym_int_literal] = ACTIONS(2951), - [sym_float_literal] = ACTIONS(2949), - [sym_rune_literal] = ACTIONS(2949), - [sym_pseudo_compile_time_identifier] = ACTIONS(2951), - [anon_sym_shared] = ACTIONS(2951), - [anon_sym_map_LBRACK] = ACTIONS(2949), - [anon_sym_chan] = ACTIONS(2951), - [anon_sym_thread] = ACTIONS(2951), - [anon_sym_atomic] = ACTIONS(2951), - [sym___double_quote] = ACTIONS(2949), - [sym___single_quote] = ACTIONS(2949), - [sym___c_double_quote] = ACTIONS(2949), - [sym___c_single_quote] = ACTIONS(2949), - [sym___r_double_quote] = ACTIONS(2949), - [sym___r_single_quote] = ACTIONS(2949), + [anon_sym_DOT] = ACTIONS(3201), + [anon_sym_as] = ACTIONS(3201), + [anon_sym_LBRACE] = ACTIONS(3199), + [anon_sym_COMMA] = ACTIONS(3199), + [anon_sym_RBRACE] = ACTIONS(3199), + [anon_sym_LPAREN] = ACTIONS(3199), + [anon_sym_PIPE] = ACTIONS(3201), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_PLUS] = ACTIONS(3201), + [anon_sym_DASH] = ACTIONS(3201), + [anon_sym_STAR] = ACTIONS(3199), + [anon_sym_SLASH] = ACTIONS(3201), + [anon_sym_PERCENT] = ACTIONS(3199), + [anon_sym_LT] = ACTIONS(3201), + [anon_sym_GT] = ACTIONS(3201), + [anon_sym_EQ_EQ] = ACTIONS(3199), + [anon_sym_BANG_EQ] = ACTIONS(3199), + [anon_sym_LT_EQ] = ACTIONS(3199), + [anon_sym_GT_EQ] = ACTIONS(3199), + [anon_sym_LBRACK] = ACTIONS(3199), + [anon_sym_RBRACK] = ACTIONS(3199), + [anon_sym_struct] = ACTIONS(3201), + [anon_sym_mut] = ACTIONS(3201), + [anon_sym_COLON] = ACTIONS(3199), + [anon_sym_PLUS_PLUS] = ACTIONS(3199), + [anon_sym_DASH_DASH] = ACTIONS(3199), + [anon_sym_QMARK] = ACTIONS(3201), + [anon_sym_BANG] = ACTIONS(3201), + [anon_sym_go] = ACTIONS(3201), + [anon_sym_spawn] = ACTIONS(3201), + [anon_sym_json_DOTdecode] = ACTIONS(3199), + [anon_sym_LBRACK2] = ACTIONS(3201), + [anon_sym_TILDE] = ACTIONS(3199), + [anon_sym_CARET] = ACTIONS(3199), + [anon_sym_AMP] = ACTIONS(3201), + [anon_sym_LT_DASH] = ACTIONS(3199), + [anon_sym_LT_LT] = ACTIONS(3199), + [anon_sym_GT_GT] = ACTIONS(3201), + [anon_sym_GT_GT_GT] = ACTIONS(3199), + [anon_sym_AMP_CARET] = ACTIONS(3199), + [anon_sym_AMP_AMP] = ACTIONS(3199), + [anon_sym_PIPE_PIPE] = ACTIONS(3199), + [anon_sym_or] = ACTIONS(3201), + [sym_none] = ACTIONS(3201), + [sym_true] = ACTIONS(3201), + [sym_false] = ACTIONS(3201), + [sym_nil] = ACTIONS(3201), + [anon_sym_QMARK_DOT] = ACTIONS(3199), + [anon_sym_POUND_LBRACK] = ACTIONS(3199), + [anon_sym_if] = ACTIONS(3201), + [anon_sym_DOLLARif] = ACTIONS(3201), + [anon_sym_is] = ACTIONS(3201), + [anon_sym_BANGis] = ACTIONS(3199), + [anon_sym_in] = ACTIONS(3201), + [anon_sym_BANGin] = ACTIONS(3199), + [anon_sym_match] = ACTIONS(3201), + [anon_sym_select] = ACTIONS(3201), + [anon_sym_lock] = ACTIONS(3201), + [anon_sym_rlock] = ACTIONS(3201), + [anon_sym_unsafe] = ACTIONS(3201), + [anon_sym_sql] = ACTIONS(3201), + [sym_int_literal] = ACTIONS(3201), + [sym_float_literal] = ACTIONS(3199), + [sym_rune_literal] = ACTIONS(3199), + [sym_pseudo_compile_time_identifier] = ACTIONS(3201), + [anon_sym_shared] = ACTIONS(3201), + [anon_sym_map_LBRACK] = ACTIONS(3199), + [anon_sym_chan] = ACTIONS(3201), + [anon_sym_thread] = ACTIONS(3201), + [anon_sym_atomic] = ACTIONS(3201), + [sym___double_quote] = ACTIONS(3199), + [sym___single_quote] = ACTIONS(3199), + [sym___c_double_quote] = ACTIONS(3199), + [sym___c_single_quote] = ACTIONS(3199), + [sym___r_double_quote] = ACTIONS(3199), + [sym___r_single_quote] = ACTIONS(3199), }, [1403] = { [sym_line_comment] = STATE(1403), [sym_block_comment] = STATE(1403), - [sym_identifier] = ACTIONS(2887), + [sym_identifier] = ACTIONS(3177), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2887), - [anon_sym_as] = ACTIONS(2887), - [anon_sym_LBRACE] = ACTIONS(2885), - [anon_sym_COMMA] = ACTIONS(2885), - [anon_sym_RBRACE] = ACTIONS(2885), - [anon_sym_LPAREN] = ACTIONS(2885), - [anon_sym_PIPE] = ACTIONS(2887), - [anon_sym_fn] = ACTIONS(2887), - [anon_sym_PLUS] = ACTIONS(2887), - [anon_sym_DASH] = ACTIONS(2887), - [anon_sym_STAR] = ACTIONS(2885), - [anon_sym_SLASH] = ACTIONS(2887), - [anon_sym_PERCENT] = ACTIONS(2885), - [anon_sym_LT] = ACTIONS(2887), - [anon_sym_GT] = ACTIONS(2887), - [anon_sym_EQ_EQ] = ACTIONS(2885), - [anon_sym_BANG_EQ] = ACTIONS(2885), - [anon_sym_LT_EQ] = ACTIONS(2885), - [anon_sym_GT_EQ] = ACTIONS(2885), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_RBRACK] = ACTIONS(2885), - [anon_sym_struct] = ACTIONS(2887), - [anon_sym_mut] = ACTIONS(2887), - [anon_sym_COLON] = ACTIONS(2885), - [anon_sym_PLUS_PLUS] = ACTIONS(2885), - [anon_sym_DASH_DASH] = ACTIONS(2885), - [anon_sym_QMARK] = ACTIONS(2887), - [anon_sym_BANG] = ACTIONS(2887), - [anon_sym_go] = ACTIONS(2887), - [anon_sym_spawn] = ACTIONS(2887), - [anon_sym_json_DOTdecode] = ACTIONS(2885), - [anon_sym_LBRACK2] = ACTIONS(2887), - [anon_sym_TILDE] = ACTIONS(2885), - [anon_sym_CARET] = ACTIONS(2885), - [anon_sym_AMP] = ACTIONS(2887), - [anon_sym_LT_DASH] = ACTIONS(2885), - [anon_sym_LT_LT] = ACTIONS(2885), - [anon_sym_GT_GT] = ACTIONS(2887), - [anon_sym_GT_GT_GT] = ACTIONS(2885), - [anon_sym_AMP_CARET] = ACTIONS(2885), - [anon_sym_AMP_AMP] = ACTIONS(2885), - [anon_sym_PIPE_PIPE] = ACTIONS(2885), - [anon_sym_or] = ACTIONS(2887), - [sym_none] = ACTIONS(2887), - [sym_true] = ACTIONS(2887), - [sym_false] = ACTIONS(2887), - [sym_nil] = ACTIONS(2887), - [anon_sym_QMARK_DOT] = ACTIONS(2885), - [anon_sym_POUND_LBRACK] = ACTIONS(2885), - [anon_sym_if] = ACTIONS(2887), - [anon_sym_DOLLARif] = ACTIONS(2887), - [anon_sym_is] = ACTIONS(2887), - [anon_sym_BANGis] = ACTIONS(2885), - [anon_sym_in] = ACTIONS(2887), - [anon_sym_BANGin] = ACTIONS(2885), - [anon_sym_match] = ACTIONS(2887), - [anon_sym_select] = ACTIONS(2887), - [anon_sym_lock] = ACTIONS(2887), - [anon_sym_rlock] = ACTIONS(2887), - [anon_sym_unsafe] = ACTIONS(2887), - [anon_sym_sql] = ACTIONS(2887), - [sym_int_literal] = ACTIONS(2887), - [sym_float_literal] = ACTIONS(2885), - [sym_rune_literal] = ACTIONS(2885), - [sym_pseudo_compile_time_identifier] = ACTIONS(2887), - [anon_sym_shared] = ACTIONS(2887), - [anon_sym_map_LBRACK] = ACTIONS(2885), - [anon_sym_chan] = ACTIONS(2887), - [anon_sym_thread] = ACTIONS(2887), - [anon_sym_atomic] = ACTIONS(2887), - [sym___double_quote] = ACTIONS(2885), - [sym___single_quote] = ACTIONS(2885), - [sym___c_double_quote] = ACTIONS(2885), - [sym___c_single_quote] = ACTIONS(2885), - [sym___r_double_quote] = ACTIONS(2885), - [sym___r_single_quote] = ACTIONS(2885), + [anon_sym_DOT] = ACTIONS(3177), + [anon_sym_as] = ACTIONS(3177), + [anon_sym_LBRACE] = ACTIONS(3175), + [anon_sym_COMMA] = ACTIONS(3175), + [anon_sym_RBRACE] = ACTIONS(3175), + [anon_sym_LPAREN] = ACTIONS(3175), + [anon_sym_PIPE] = ACTIONS(3177), + [anon_sym_fn] = ACTIONS(3177), + [anon_sym_PLUS] = ACTIONS(3177), + [anon_sym_DASH] = ACTIONS(3177), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_SLASH] = ACTIONS(3177), + [anon_sym_PERCENT] = ACTIONS(3175), + [anon_sym_LT] = ACTIONS(3177), + [anon_sym_GT] = ACTIONS(3177), + [anon_sym_EQ_EQ] = ACTIONS(3175), + [anon_sym_BANG_EQ] = ACTIONS(3175), + [anon_sym_LT_EQ] = ACTIONS(3175), + [anon_sym_GT_EQ] = ACTIONS(3175), + [anon_sym_LBRACK] = ACTIONS(3175), + [anon_sym_RBRACK] = ACTIONS(3175), + [anon_sym_struct] = ACTIONS(3177), + [anon_sym_mut] = ACTIONS(3177), + [anon_sym_COLON] = ACTIONS(3175), + [anon_sym_PLUS_PLUS] = ACTIONS(3175), + [anon_sym_DASH_DASH] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_BANG] = ACTIONS(3177), + [anon_sym_go] = ACTIONS(3177), + [anon_sym_spawn] = ACTIONS(3177), + [anon_sym_json_DOTdecode] = ACTIONS(3175), + [anon_sym_LBRACK2] = ACTIONS(3177), + [anon_sym_TILDE] = ACTIONS(3175), + [anon_sym_CARET] = ACTIONS(3175), + [anon_sym_AMP] = ACTIONS(3177), + [anon_sym_LT_DASH] = ACTIONS(3175), + [anon_sym_LT_LT] = ACTIONS(3175), + [anon_sym_GT_GT] = ACTIONS(3177), + [anon_sym_GT_GT_GT] = ACTIONS(3175), + [anon_sym_AMP_CARET] = ACTIONS(3175), + [anon_sym_AMP_AMP] = ACTIONS(3175), + [anon_sym_PIPE_PIPE] = ACTIONS(3175), + [anon_sym_or] = ACTIONS(3177), + [sym_none] = ACTIONS(3177), + [sym_true] = ACTIONS(3177), + [sym_false] = ACTIONS(3177), + [sym_nil] = ACTIONS(3177), + [anon_sym_QMARK_DOT] = ACTIONS(3175), + [anon_sym_POUND_LBRACK] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3177), + [anon_sym_DOLLARif] = ACTIONS(3177), + [anon_sym_is] = ACTIONS(3177), + [anon_sym_BANGis] = ACTIONS(3175), + [anon_sym_in] = ACTIONS(3177), + [anon_sym_BANGin] = ACTIONS(3175), + [anon_sym_match] = ACTIONS(3177), + [anon_sym_select] = ACTIONS(3177), + [anon_sym_lock] = ACTIONS(3177), + [anon_sym_rlock] = ACTIONS(3177), + [anon_sym_unsafe] = ACTIONS(3177), + [anon_sym_sql] = ACTIONS(3177), + [sym_int_literal] = ACTIONS(3177), + [sym_float_literal] = ACTIONS(3175), + [sym_rune_literal] = ACTIONS(3175), + [sym_pseudo_compile_time_identifier] = ACTIONS(3177), + [anon_sym_shared] = ACTIONS(3177), + [anon_sym_map_LBRACK] = ACTIONS(3175), + [anon_sym_chan] = ACTIONS(3177), + [anon_sym_thread] = ACTIONS(3177), + [anon_sym_atomic] = ACTIONS(3177), + [sym___double_quote] = ACTIONS(3175), + [sym___single_quote] = ACTIONS(3175), + [sym___c_double_quote] = ACTIONS(3175), + [sym___c_single_quote] = ACTIONS(3175), + [sym___r_double_quote] = ACTIONS(3175), + [sym___r_single_quote] = ACTIONS(3175), }, [1404] = { [sym_line_comment] = STATE(1404), [sym_block_comment] = STATE(1404), - [sym_identifier] = ACTIONS(2947), + [sym_identifier] = ACTIONS(2955), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2947), - [anon_sym_as] = ACTIONS(2947), - [anon_sym_LBRACE] = ACTIONS(2945), - [anon_sym_COMMA] = ACTIONS(2945), - [anon_sym_RBRACE] = ACTIONS(2945), - [anon_sym_LPAREN] = ACTIONS(2945), - [anon_sym_PIPE] = ACTIONS(2947), - [anon_sym_fn] = ACTIONS(2947), - [anon_sym_PLUS] = ACTIONS(2947), - [anon_sym_DASH] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(2945), - [anon_sym_SLASH] = ACTIONS(2947), - [anon_sym_PERCENT] = ACTIONS(2945), - [anon_sym_LT] = ACTIONS(2947), - [anon_sym_GT] = ACTIONS(2947), - [anon_sym_EQ_EQ] = ACTIONS(2945), - [anon_sym_BANG_EQ] = ACTIONS(2945), - [anon_sym_LT_EQ] = ACTIONS(2945), - [anon_sym_GT_EQ] = ACTIONS(2945), - [anon_sym_LBRACK] = ACTIONS(2945), - [anon_sym_RBRACK] = ACTIONS(2945), - [anon_sym_struct] = ACTIONS(2947), - [anon_sym_mut] = ACTIONS(2947), - [anon_sym_COLON] = ACTIONS(2945), - [anon_sym_PLUS_PLUS] = ACTIONS(2945), - [anon_sym_DASH_DASH] = ACTIONS(2945), - [anon_sym_QMARK] = ACTIONS(2947), - [anon_sym_BANG] = ACTIONS(2947), - [anon_sym_go] = ACTIONS(2947), - [anon_sym_spawn] = ACTIONS(2947), - [anon_sym_json_DOTdecode] = ACTIONS(2945), - [anon_sym_LBRACK2] = ACTIONS(2947), - [anon_sym_TILDE] = ACTIONS(2945), - [anon_sym_CARET] = ACTIONS(2945), - [anon_sym_AMP] = ACTIONS(2947), - [anon_sym_LT_DASH] = ACTIONS(2945), - [anon_sym_LT_LT] = ACTIONS(2945), - [anon_sym_GT_GT] = ACTIONS(2947), - [anon_sym_GT_GT_GT] = ACTIONS(2945), - [anon_sym_AMP_CARET] = ACTIONS(2945), - [anon_sym_AMP_AMP] = ACTIONS(2945), - [anon_sym_PIPE_PIPE] = ACTIONS(2945), - [anon_sym_or] = ACTIONS(2947), - [sym_none] = ACTIONS(2947), - [sym_true] = ACTIONS(2947), - [sym_false] = ACTIONS(2947), - [sym_nil] = ACTIONS(2947), - [anon_sym_QMARK_DOT] = ACTIONS(2945), - [anon_sym_POUND_LBRACK] = ACTIONS(2945), - [anon_sym_if] = ACTIONS(2947), - [anon_sym_DOLLARif] = ACTIONS(2947), - [anon_sym_is] = ACTIONS(2947), - [anon_sym_BANGis] = ACTIONS(2945), - [anon_sym_in] = ACTIONS(2947), - [anon_sym_BANGin] = ACTIONS(2945), - [anon_sym_match] = ACTIONS(2947), - [anon_sym_select] = ACTIONS(2947), - [anon_sym_lock] = ACTIONS(2947), - [anon_sym_rlock] = ACTIONS(2947), - [anon_sym_unsafe] = ACTIONS(2947), - [anon_sym_sql] = ACTIONS(2947), - [sym_int_literal] = ACTIONS(2947), - [sym_float_literal] = ACTIONS(2945), - [sym_rune_literal] = ACTIONS(2945), - [sym_pseudo_compile_time_identifier] = ACTIONS(2947), - [anon_sym_shared] = ACTIONS(2947), - [anon_sym_map_LBRACK] = ACTIONS(2945), - [anon_sym_chan] = ACTIONS(2947), - [anon_sym_thread] = ACTIONS(2947), - [anon_sym_atomic] = ACTIONS(2947), - [sym___double_quote] = ACTIONS(2945), - [sym___single_quote] = ACTIONS(2945), - [sym___c_double_quote] = ACTIONS(2945), - [sym___c_single_quote] = ACTIONS(2945), - [sym___r_double_quote] = ACTIONS(2945), - [sym___r_single_quote] = ACTIONS(2945), + [anon_sym_DOT] = ACTIONS(2955), + [anon_sym_as] = ACTIONS(2955), + [anon_sym_LBRACE] = ACTIONS(2953), + [anon_sym_COMMA] = ACTIONS(2953), + [anon_sym_RBRACE] = ACTIONS(2953), + [anon_sym_LPAREN] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2955), + [anon_sym_fn] = ACTIONS(2955), + [anon_sym_PLUS] = ACTIONS(2955), + [anon_sym_DASH] = ACTIONS(2955), + [anon_sym_STAR] = ACTIONS(2953), + [anon_sym_SLASH] = ACTIONS(2955), + [anon_sym_PERCENT] = ACTIONS(2953), + [anon_sym_LT] = ACTIONS(2955), + [anon_sym_GT] = ACTIONS(2955), + [anon_sym_EQ_EQ] = ACTIONS(2953), + [anon_sym_BANG_EQ] = ACTIONS(2953), + [anon_sym_LT_EQ] = ACTIONS(2953), + [anon_sym_GT_EQ] = ACTIONS(2953), + [anon_sym_LBRACK] = ACTIONS(2953), + [anon_sym_RBRACK] = ACTIONS(2953), + [anon_sym_struct] = ACTIONS(2955), + [anon_sym_mut] = ACTIONS(2955), + [anon_sym_COLON] = ACTIONS(2953), + [anon_sym_PLUS_PLUS] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(2953), + [anon_sym_QMARK] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_go] = ACTIONS(2955), + [anon_sym_spawn] = ACTIONS(2955), + [anon_sym_json_DOTdecode] = ACTIONS(2953), + [anon_sym_LBRACK2] = ACTIONS(2955), + [anon_sym_TILDE] = ACTIONS(2953), + [anon_sym_CARET] = ACTIONS(2953), + [anon_sym_AMP] = ACTIONS(2955), + [anon_sym_LT_DASH] = ACTIONS(2953), + [anon_sym_LT_LT] = ACTIONS(2953), + [anon_sym_GT_GT] = ACTIONS(2955), + [anon_sym_GT_GT_GT] = ACTIONS(2953), + [anon_sym_AMP_CARET] = ACTIONS(2953), + [anon_sym_AMP_AMP] = ACTIONS(2953), + [anon_sym_PIPE_PIPE] = ACTIONS(2953), + [anon_sym_or] = ACTIONS(2955), + [sym_none] = ACTIONS(2955), + [sym_true] = ACTIONS(2955), + [sym_false] = ACTIONS(2955), + [sym_nil] = ACTIONS(2955), + [anon_sym_QMARK_DOT] = ACTIONS(2953), + [anon_sym_POUND_LBRACK] = ACTIONS(2953), + [anon_sym_if] = ACTIONS(2955), + [anon_sym_DOLLARif] = ACTIONS(2955), + [anon_sym_is] = ACTIONS(2955), + [anon_sym_BANGis] = ACTIONS(2953), + [anon_sym_in] = ACTIONS(2955), + [anon_sym_BANGin] = ACTIONS(2953), + [anon_sym_match] = ACTIONS(2955), + [anon_sym_select] = ACTIONS(2955), + [anon_sym_lock] = ACTIONS(2955), + [anon_sym_rlock] = ACTIONS(2955), + [anon_sym_unsafe] = ACTIONS(2955), + [anon_sym_sql] = ACTIONS(2955), + [sym_int_literal] = ACTIONS(2955), + [sym_float_literal] = ACTIONS(2953), + [sym_rune_literal] = ACTIONS(2953), + [sym_pseudo_compile_time_identifier] = ACTIONS(2955), + [anon_sym_shared] = ACTIONS(2955), + [anon_sym_map_LBRACK] = ACTIONS(2953), + [anon_sym_chan] = ACTIONS(2955), + [anon_sym_thread] = ACTIONS(2955), + [anon_sym_atomic] = ACTIONS(2955), + [sym___double_quote] = ACTIONS(2953), + [sym___single_quote] = ACTIONS(2953), + [sym___c_double_quote] = ACTIONS(2953), + [sym___c_single_quote] = ACTIONS(2953), + [sym___r_double_quote] = ACTIONS(2953), + [sym___r_single_quote] = ACTIONS(2953), }, [1405] = { [sym_line_comment] = STATE(1405), [sym_block_comment] = STATE(1405), - [sym_identifier] = ACTIONS(3191), + [sym_identifier] = ACTIONS(3440), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3191), - [anon_sym_as] = ACTIONS(3191), - [anon_sym_LBRACE] = ACTIONS(3189), - [anon_sym_COMMA] = ACTIONS(3189), - [anon_sym_RBRACE] = ACTIONS(3189), - [anon_sym_LPAREN] = ACTIONS(3189), - [anon_sym_PIPE] = ACTIONS(3191), - [anon_sym_fn] = ACTIONS(3191), - [anon_sym_PLUS] = ACTIONS(3191), - [anon_sym_DASH] = ACTIONS(3191), - [anon_sym_STAR] = ACTIONS(3189), - [anon_sym_SLASH] = ACTIONS(3191), - [anon_sym_PERCENT] = ACTIONS(3189), - [anon_sym_LT] = ACTIONS(3191), - [anon_sym_GT] = ACTIONS(3191), - [anon_sym_EQ_EQ] = ACTIONS(3189), - [anon_sym_BANG_EQ] = ACTIONS(3189), - [anon_sym_LT_EQ] = ACTIONS(3189), - [anon_sym_GT_EQ] = ACTIONS(3189), - [anon_sym_LBRACK] = ACTIONS(3189), - [anon_sym_RBRACK] = ACTIONS(3189), - [anon_sym_struct] = ACTIONS(3191), - [anon_sym_mut] = ACTIONS(3191), - [anon_sym_COLON] = ACTIONS(3189), - [anon_sym_PLUS_PLUS] = ACTIONS(3189), - [anon_sym_DASH_DASH] = ACTIONS(3189), - [anon_sym_QMARK] = ACTIONS(3191), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_go] = ACTIONS(3191), - [anon_sym_spawn] = ACTIONS(3191), - [anon_sym_json_DOTdecode] = ACTIONS(3189), - [anon_sym_LBRACK2] = ACTIONS(3191), - [anon_sym_TILDE] = ACTIONS(3189), - [anon_sym_CARET] = ACTIONS(3189), - [anon_sym_AMP] = ACTIONS(3191), - [anon_sym_LT_DASH] = ACTIONS(3189), - [anon_sym_LT_LT] = ACTIONS(3189), - [anon_sym_GT_GT] = ACTIONS(3191), - [anon_sym_GT_GT_GT] = ACTIONS(3189), - [anon_sym_AMP_CARET] = ACTIONS(3189), - [anon_sym_AMP_AMP] = ACTIONS(3189), - [anon_sym_PIPE_PIPE] = ACTIONS(3189), - [anon_sym_or] = ACTIONS(3191), - [sym_none] = ACTIONS(3191), - [sym_true] = ACTIONS(3191), - [sym_false] = ACTIONS(3191), - [sym_nil] = ACTIONS(3191), - [anon_sym_QMARK_DOT] = ACTIONS(3189), - [anon_sym_POUND_LBRACK] = ACTIONS(3189), - [anon_sym_if] = ACTIONS(3191), - [anon_sym_DOLLARif] = ACTIONS(3191), - [anon_sym_is] = ACTIONS(3191), - [anon_sym_BANGis] = ACTIONS(3189), - [anon_sym_in] = ACTIONS(3191), - [anon_sym_BANGin] = ACTIONS(3189), - [anon_sym_match] = ACTIONS(3191), - [anon_sym_select] = ACTIONS(3191), - [anon_sym_lock] = ACTIONS(3191), - [anon_sym_rlock] = ACTIONS(3191), - [anon_sym_unsafe] = ACTIONS(3191), - [anon_sym_sql] = ACTIONS(3191), - [sym_int_literal] = ACTIONS(3191), - [sym_float_literal] = ACTIONS(3189), - [sym_rune_literal] = ACTIONS(3189), - [sym_pseudo_compile_time_identifier] = ACTIONS(3191), - [anon_sym_shared] = ACTIONS(3191), - [anon_sym_map_LBRACK] = ACTIONS(3189), - [anon_sym_chan] = ACTIONS(3191), - [anon_sym_thread] = ACTIONS(3191), - [anon_sym_atomic] = ACTIONS(3191), - [sym___double_quote] = ACTIONS(3189), - [sym___single_quote] = ACTIONS(3189), - [sym___c_double_quote] = ACTIONS(3189), - [sym___c_single_quote] = ACTIONS(3189), - [sym___r_double_quote] = ACTIONS(3189), - [sym___r_single_quote] = ACTIONS(3189), + [anon_sym_DOT] = ACTIONS(3440), + [anon_sym_as] = ACTIONS(3440), + [anon_sym_LBRACE] = ACTIONS(3438), + [anon_sym_COMMA] = ACTIONS(3438), + [anon_sym_RBRACE] = ACTIONS(3438), + [anon_sym_LPAREN] = ACTIONS(3438), + [anon_sym_PIPE] = ACTIONS(3440), + [anon_sym_fn] = ACTIONS(3440), + [anon_sym_PLUS] = ACTIONS(3440), + [anon_sym_DASH] = ACTIONS(3440), + [anon_sym_STAR] = ACTIONS(3438), + [anon_sym_SLASH] = ACTIONS(3440), + [anon_sym_PERCENT] = ACTIONS(3438), + [anon_sym_LT] = ACTIONS(3440), + [anon_sym_GT] = ACTIONS(3440), + [anon_sym_EQ_EQ] = ACTIONS(3438), + [anon_sym_BANG_EQ] = ACTIONS(3438), + [anon_sym_LT_EQ] = ACTIONS(3438), + [anon_sym_GT_EQ] = ACTIONS(3438), + [anon_sym_LBRACK] = ACTIONS(3438), + [anon_sym_RBRACK] = ACTIONS(3438), + [anon_sym_struct] = ACTIONS(3440), + [anon_sym_mut] = ACTIONS(3440), + [anon_sym_COLON] = ACTIONS(3438), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_QMARK] = ACTIONS(3440), + [anon_sym_BANG] = ACTIONS(3440), + [anon_sym_go] = ACTIONS(3440), + [anon_sym_spawn] = ACTIONS(3440), + [anon_sym_json_DOTdecode] = ACTIONS(3438), + [anon_sym_LBRACK2] = ACTIONS(3440), + [anon_sym_TILDE] = ACTIONS(3438), + [anon_sym_CARET] = ACTIONS(3438), + [anon_sym_AMP] = ACTIONS(3440), + [anon_sym_LT_DASH] = ACTIONS(3438), + [anon_sym_LT_LT] = ACTIONS(3438), + [anon_sym_GT_GT] = ACTIONS(3440), + [anon_sym_GT_GT_GT] = ACTIONS(3438), + [anon_sym_AMP_CARET] = ACTIONS(3438), + [anon_sym_AMP_AMP] = ACTIONS(3438), + [anon_sym_PIPE_PIPE] = ACTIONS(3438), + [anon_sym_or] = ACTIONS(3440), + [sym_none] = ACTIONS(3440), + [sym_true] = ACTIONS(3440), + [sym_false] = ACTIONS(3440), + [sym_nil] = ACTIONS(3440), + [anon_sym_QMARK_DOT] = ACTIONS(3438), + [anon_sym_POUND_LBRACK] = ACTIONS(3438), + [anon_sym_if] = ACTIONS(3440), + [anon_sym_DOLLARif] = ACTIONS(3440), + [anon_sym_is] = ACTIONS(3440), + [anon_sym_BANGis] = ACTIONS(3438), + [anon_sym_in] = ACTIONS(3440), + [anon_sym_BANGin] = ACTIONS(3438), + [anon_sym_match] = ACTIONS(3440), + [anon_sym_select] = ACTIONS(3440), + [anon_sym_lock] = ACTIONS(3440), + [anon_sym_rlock] = ACTIONS(3440), + [anon_sym_unsafe] = ACTIONS(3440), + [anon_sym_sql] = ACTIONS(3440), + [sym_int_literal] = ACTIONS(3440), + [sym_float_literal] = ACTIONS(3438), + [sym_rune_literal] = ACTIONS(3438), + [sym_pseudo_compile_time_identifier] = ACTIONS(3440), + [anon_sym_shared] = ACTIONS(3440), + [anon_sym_map_LBRACK] = ACTIONS(3438), + [anon_sym_chan] = ACTIONS(3440), + [anon_sym_thread] = ACTIONS(3440), + [anon_sym_atomic] = ACTIONS(3440), + [sym___double_quote] = ACTIONS(3438), + [sym___single_quote] = ACTIONS(3438), + [sym___c_double_quote] = ACTIONS(3438), + [sym___c_single_quote] = ACTIONS(3438), + [sym___r_double_quote] = ACTIONS(3438), + [sym___r_single_quote] = ACTIONS(3438), }, [1406] = { [sym_line_comment] = STATE(1406), [sym_block_comment] = STATE(1406), - [sym_identifier] = ACTIONS(3223), + [sym_identifier] = ACTIONS(3015), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3223), - [anon_sym_as] = ACTIONS(3223), - [anon_sym_LBRACE] = ACTIONS(3221), - [anon_sym_COMMA] = ACTIONS(3221), - [anon_sym_RBRACE] = ACTIONS(3221), - [anon_sym_LPAREN] = ACTIONS(3221), - [anon_sym_PIPE] = ACTIONS(3223), - [anon_sym_fn] = ACTIONS(3223), - [anon_sym_PLUS] = ACTIONS(3223), - [anon_sym_DASH] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3221), - [anon_sym_SLASH] = ACTIONS(3223), - [anon_sym_PERCENT] = ACTIONS(3221), - [anon_sym_LT] = ACTIONS(3223), - [anon_sym_GT] = ACTIONS(3223), - [anon_sym_EQ_EQ] = ACTIONS(3221), - [anon_sym_BANG_EQ] = ACTIONS(3221), - [anon_sym_LT_EQ] = ACTIONS(3221), - [anon_sym_GT_EQ] = ACTIONS(3221), - [anon_sym_LBRACK] = ACTIONS(3221), - [anon_sym_RBRACK] = ACTIONS(3221), - [anon_sym_struct] = ACTIONS(3223), - [anon_sym_mut] = ACTIONS(3223), - [anon_sym_COLON] = ACTIONS(3221), - [anon_sym_PLUS_PLUS] = ACTIONS(3221), - [anon_sym_DASH_DASH] = ACTIONS(3221), - [anon_sym_QMARK] = ACTIONS(3223), - [anon_sym_BANG] = ACTIONS(3223), - [anon_sym_go] = ACTIONS(3223), - [anon_sym_spawn] = ACTIONS(3223), - [anon_sym_json_DOTdecode] = ACTIONS(3221), - [anon_sym_LBRACK2] = ACTIONS(3223), - [anon_sym_TILDE] = ACTIONS(3221), - [anon_sym_CARET] = ACTIONS(3221), - [anon_sym_AMP] = ACTIONS(3223), - [anon_sym_LT_DASH] = ACTIONS(3221), - [anon_sym_LT_LT] = ACTIONS(3221), - [anon_sym_GT_GT] = ACTIONS(3223), - [anon_sym_GT_GT_GT] = ACTIONS(3221), - [anon_sym_AMP_CARET] = ACTIONS(3221), - [anon_sym_AMP_AMP] = ACTIONS(3221), - [anon_sym_PIPE_PIPE] = ACTIONS(3221), - [anon_sym_or] = ACTIONS(3223), - [sym_none] = ACTIONS(3223), - [sym_true] = ACTIONS(3223), - [sym_false] = ACTIONS(3223), - [sym_nil] = ACTIONS(3223), - [anon_sym_QMARK_DOT] = ACTIONS(3221), - [anon_sym_POUND_LBRACK] = ACTIONS(3221), - [anon_sym_if] = ACTIONS(3223), - [anon_sym_DOLLARif] = ACTIONS(3223), - [anon_sym_is] = ACTIONS(3223), - [anon_sym_BANGis] = ACTIONS(3221), - [anon_sym_in] = ACTIONS(3223), - [anon_sym_BANGin] = ACTIONS(3221), - [anon_sym_match] = ACTIONS(3223), - [anon_sym_select] = ACTIONS(3223), - [anon_sym_lock] = ACTIONS(3223), - [anon_sym_rlock] = ACTIONS(3223), - [anon_sym_unsafe] = ACTIONS(3223), - [anon_sym_sql] = ACTIONS(3223), - [sym_int_literal] = ACTIONS(3223), - [sym_float_literal] = ACTIONS(3221), - [sym_rune_literal] = ACTIONS(3221), - [sym_pseudo_compile_time_identifier] = ACTIONS(3223), - [anon_sym_shared] = ACTIONS(3223), - [anon_sym_map_LBRACK] = ACTIONS(3221), - [anon_sym_chan] = ACTIONS(3223), - [anon_sym_thread] = ACTIONS(3223), - [anon_sym_atomic] = ACTIONS(3223), - [sym___double_quote] = ACTIONS(3221), - [sym___single_quote] = ACTIONS(3221), - [sym___c_double_quote] = ACTIONS(3221), - [sym___c_single_quote] = ACTIONS(3221), - [sym___r_double_quote] = ACTIONS(3221), - [sym___r_single_quote] = ACTIONS(3221), + [anon_sym_DOT] = ACTIONS(3015), + [anon_sym_as] = ACTIONS(3015), + [anon_sym_LBRACE] = ACTIONS(3013), + [anon_sym_COMMA] = ACTIONS(3013), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(3013), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_fn] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(3015), + [anon_sym_DASH] = ACTIONS(3015), + [anon_sym_STAR] = ACTIONS(3013), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_EQ_EQ] = ACTIONS(3013), + [anon_sym_BANG_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_LBRACK] = ACTIONS(3013), + [anon_sym_RBRACK] = ACTIONS(3013), + [anon_sym_struct] = ACTIONS(3015), + [anon_sym_mut] = ACTIONS(3015), + [anon_sym_COLON] = ACTIONS(3013), + [anon_sym_PLUS_PLUS] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3013), + [anon_sym_QMARK] = ACTIONS(3015), + [anon_sym_BANG] = ACTIONS(3015), + [anon_sym_go] = ACTIONS(3015), + [anon_sym_spawn] = ACTIONS(3015), + [anon_sym_json_DOTdecode] = ACTIONS(3013), + [anon_sym_LBRACK2] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(3013), + [anon_sym_CARET] = ACTIONS(3013), + [anon_sym_AMP] = ACTIONS(3015), + [anon_sym_LT_DASH] = ACTIONS(3013), + [anon_sym_LT_LT] = ACTIONS(3013), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_GT_GT_GT] = ACTIONS(3013), + [anon_sym_AMP_CARET] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_or] = ACTIONS(3015), + [sym_none] = ACTIONS(3015), + [sym_true] = ACTIONS(3015), + [sym_false] = ACTIONS(3015), + [sym_nil] = ACTIONS(3015), + [anon_sym_QMARK_DOT] = ACTIONS(3013), + [anon_sym_POUND_LBRACK] = ACTIONS(3013), + [anon_sym_if] = ACTIONS(3015), + [anon_sym_DOLLARif] = ACTIONS(3015), + [anon_sym_is] = ACTIONS(3015), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_in] = ACTIONS(3015), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_match] = ACTIONS(3015), + [anon_sym_select] = ACTIONS(3015), + [anon_sym_lock] = ACTIONS(3015), + [anon_sym_rlock] = ACTIONS(3015), + [anon_sym_unsafe] = ACTIONS(3015), + [anon_sym_sql] = ACTIONS(3015), + [sym_int_literal] = ACTIONS(3015), + [sym_float_literal] = ACTIONS(3013), + [sym_rune_literal] = ACTIONS(3013), + [sym_pseudo_compile_time_identifier] = ACTIONS(3015), + [anon_sym_shared] = ACTIONS(3015), + [anon_sym_map_LBRACK] = ACTIONS(3013), + [anon_sym_chan] = ACTIONS(3015), + [anon_sym_thread] = ACTIONS(3015), + [anon_sym_atomic] = ACTIONS(3015), + [sym___double_quote] = ACTIONS(3013), + [sym___single_quote] = ACTIONS(3013), + [sym___c_double_quote] = ACTIONS(3013), + [sym___c_single_quote] = ACTIONS(3013), + [sym___r_double_quote] = ACTIONS(3013), + [sym___r_single_quote] = ACTIONS(3013), }, [1407] = { [sym_line_comment] = STATE(1407), [sym_block_comment] = STATE(1407), - [sym_identifier] = ACTIONS(3187), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3187), - [anon_sym_as] = ACTIONS(3187), - [anon_sym_LBRACE] = ACTIONS(3185), - [anon_sym_COMMA] = ACTIONS(3185), - [anon_sym_RBRACE] = ACTIONS(3185), - [anon_sym_LPAREN] = ACTIONS(3185), - [anon_sym_PIPE] = ACTIONS(3187), - [anon_sym_fn] = ACTIONS(3187), - [anon_sym_PLUS] = ACTIONS(3187), - [anon_sym_DASH] = ACTIONS(3187), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_SLASH] = ACTIONS(3187), - [anon_sym_PERCENT] = ACTIONS(3185), - [anon_sym_LT] = ACTIONS(3187), - [anon_sym_GT] = ACTIONS(3187), - [anon_sym_EQ_EQ] = ACTIONS(3185), - [anon_sym_BANG_EQ] = ACTIONS(3185), - [anon_sym_LT_EQ] = ACTIONS(3185), - [anon_sym_GT_EQ] = ACTIONS(3185), - [anon_sym_LBRACK] = ACTIONS(3185), - [anon_sym_RBRACK] = ACTIONS(3185), - [anon_sym_struct] = ACTIONS(3187), - [anon_sym_mut] = ACTIONS(3187), - [anon_sym_COLON] = ACTIONS(3185), - [anon_sym_PLUS_PLUS] = ACTIONS(3185), - [anon_sym_DASH_DASH] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_BANG] = ACTIONS(3187), - [anon_sym_go] = ACTIONS(3187), - [anon_sym_spawn] = ACTIONS(3187), - [anon_sym_json_DOTdecode] = ACTIONS(3185), - [anon_sym_LBRACK2] = ACTIONS(3187), - [anon_sym_TILDE] = ACTIONS(3185), - [anon_sym_CARET] = ACTIONS(3185), - [anon_sym_AMP] = ACTIONS(3187), - [anon_sym_LT_DASH] = ACTIONS(3185), - [anon_sym_LT_LT] = ACTIONS(3185), - [anon_sym_GT_GT] = ACTIONS(3187), - [anon_sym_GT_GT_GT] = ACTIONS(3185), - [anon_sym_AMP_CARET] = ACTIONS(3185), - [anon_sym_AMP_AMP] = ACTIONS(3185), - [anon_sym_PIPE_PIPE] = ACTIONS(3185), - [anon_sym_or] = ACTIONS(3187), - [sym_none] = ACTIONS(3187), - [sym_true] = ACTIONS(3187), - [sym_false] = ACTIONS(3187), - [sym_nil] = ACTIONS(3187), - [anon_sym_QMARK_DOT] = ACTIONS(3185), - [anon_sym_POUND_LBRACK] = ACTIONS(3185), - [anon_sym_if] = ACTIONS(3187), - [anon_sym_DOLLARif] = ACTIONS(3187), - [anon_sym_is] = ACTIONS(3187), - [anon_sym_BANGis] = ACTIONS(3185), - [anon_sym_in] = ACTIONS(3187), - [anon_sym_BANGin] = ACTIONS(3185), - [anon_sym_match] = ACTIONS(3187), - [anon_sym_select] = ACTIONS(3187), - [anon_sym_lock] = ACTIONS(3187), - [anon_sym_rlock] = ACTIONS(3187), - [anon_sym_unsafe] = ACTIONS(3187), - [anon_sym_sql] = ACTIONS(3187), - [sym_int_literal] = ACTIONS(3187), - [sym_float_literal] = ACTIONS(3185), - [sym_rune_literal] = ACTIONS(3185), - [sym_pseudo_compile_time_identifier] = ACTIONS(3187), - [anon_sym_shared] = ACTIONS(3187), - [anon_sym_map_LBRACK] = ACTIONS(3185), - [anon_sym_chan] = ACTIONS(3187), - [anon_sym_thread] = ACTIONS(3187), - [anon_sym_atomic] = ACTIONS(3187), - [sym___double_quote] = ACTIONS(3185), - [sym___single_quote] = ACTIONS(3185), - [sym___c_double_quote] = ACTIONS(3185), - [sym___c_single_quote] = ACTIONS(3185), - [sym___r_double_quote] = ACTIONS(3185), - [sym___r_single_quote] = ACTIONS(3185), - }, - [1408] = { - [sym_line_comment] = STATE(1408), - [sym_block_comment] = STATE(1408), - [sym_identifier] = ACTIONS(3183), + [sym_identifier] = ACTIONS(3305), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3183), - [anon_sym_as] = ACTIONS(3183), - [anon_sym_LBRACE] = ACTIONS(3181), - [anon_sym_COMMA] = ACTIONS(3181), - [anon_sym_RBRACE] = ACTIONS(3181), - [anon_sym_LPAREN] = ACTIONS(3181), - [anon_sym_PIPE] = ACTIONS(3183), - [anon_sym_fn] = ACTIONS(3183), - [anon_sym_PLUS] = ACTIONS(3183), - [anon_sym_DASH] = ACTIONS(3183), - [anon_sym_STAR] = ACTIONS(3181), - [anon_sym_SLASH] = ACTIONS(3183), - [anon_sym_PERCENT] = ACTIONS(3181), - [anon_sym_LT] = ACTIONS(3183), - [anon_sym_GT] = ACTIONS(3183), - [anon_sym_EQ_EQ] = ACTIONS(3181), - [anon_sym_BANG_EQ] = ACTIONS(3181), - [anon_sym_LT_EQ] = ACTIONS(3181), - [anon_sym_GT_EQ] = ACTIONS(3181), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_RBRACK] = ACTIONS(3181), - [anon_sym_struct] = ACTIONS(3183), - [anon_sym_mut] = ACTIONS(3183), - [anon_sym_COLON] = ACTIONS(3181), - [anon_sym_PLUS_PLUS] = ACTIONS(3181), - [anon_sym_DASH_DASH] = ACTIONS(3181), - [anon_sym_QMARK] = ACTIONS(3183), - [anon_sym_BANG] = ACTIONS(3183), - [anon_sym_go] = ACTIONS(3183), - [anon_sym_spawn] = ACTIONS(3183), - [anon_sym_json_DOTdecode] = ACTIONS(3181), - [anon_sym_LBRACK2] = ACTIONS(3183), - [anon_sym_TILDE] = ACTIONS(3181), - [anon_sym_CARET] = ACTIONS(3181), - [anon_sym_AMP] = ACTIONS(3183), - [anon_sym_LT_DASH] = ACTIONS(3181), - [anon_sym_LT_LT] = ACTIONS(3181), - [anon_sym_GT_GT] = ACTIONS(3183), - [anon_sym_GT_GT_GT] = ACTIONS(3181), - [anon_sym_AMP_CARET] = ACTIONS(3181), - [anon_sym_AMP_AMP] = ACTIONS(3181), - [anon_sym_PIPE_PIPE] = ACTIONS(3181), - [anon_sym_or] = ACTIONS(3183), - [sym_none] = ACTIONS(3183), - [sym_true] = ACTIONS(3183), - [sym_false] = ACTIONS(3183), - [sym_nil] = ACTIONS(3183), - [anon_sym_QMARK_DOT] = ACTIONS(3181), - [anon_sym_POUND_LBRACK] = ACTIONS(3181), - [anon_sym_if] = ACTIONS(3183), - [anon_sym_DOLLARif] = ACTIONS(3183), - [anon_sym_is] = ACTIONS(3183), - [anon_sym_BANGis] = ACTIONS(3181), - [anon_sym_in] = ACTIONS(3183), - [anon_sym_BANGin] = ACTIONS(3181), - [anon_sym_match] = ACTIONS(3183), - [anon_sym_select] = ACTIONS(3183), - [anon_sym_lock] = ACTIONS(3183), - [anon_sym_rlock] = ACTIONS(3183), - [anon_sym_unsafe] = ACTIONS(3183), - [anon_sym_sql] = ACTIONS(3183), - [sym_int_literal] = ACTIONS(3183), - [sym_float_literal] = ACTIONS(3181), - [sym_rune_literal] = ACTIONS(3181), - [sym_pseudo_compile_time_identifier] = ACTIONS(3183), - [anon_sym_shared] = ACTIONS(3183), - [anon_sym_map_LBRACK] = ACTIONS(3181), - [anon_sym_chan] = ACTIONS(3183), - [anon_sym_thread] = ACTIONS(3183), - [anon_sym_atomic] = ACTIONS(3183), - [sym___double_quote] = ACTIONS(3181), - [sym___single_quote] = ACTIONS(3181), - [sym___c_double_quote] = ACTIONS(3181), - [sym___c_single_quote] = ACTIONS(3181), - [sym___r_double_quote] = ACTIONS(3181), - [sym___r_single_quote] = ACTIONS(3181), + [anon_sym_DOT] = ACTIONS(3305), + [anon_sym_as] = ACTIONS(3305), + [anon_sym_LBRACE] = ACTIONS(3303), + [anon_sym_COMMA] = ACTIONS(3303), + [anon_sym_RBRACE] = ACTIONS(3303), + [anon_sym_LPAREN] = ACTIONS(3303), + [anon_sym_PIPE] = ACTIONS(3305), + [anon_sym_fn] = ACTIONS(3305), + [anon_sym_PLUS] = ACTIONS(3305), + [anon_sym_DASH] = ACTIONS(3305), + [anon_sym_STAR] = ACTIONS(3303), + [anon_sym_SLASH] = ACTIONS(3305), + [anon_sym_PERCENT] = ACTIONS(3303), + [anon_sym_LT] = ACTIONS(3305), + [anon_sym_GT] = ACTIONS(3305), + [anon_sym_EQ_EQ] = ACTIONS(3303), + [anon_sym_BANG_EQ] = ACTIONS(3303), + [anon_sym_LT_EQ] = ACTIONS(3303), + [anon_sym_GT_EQ] = ACTIONS(3303), + [anon_sym_LBRACK] = ACTIONS(3303), + [anon_sym_RBRACK] = ACTIONS(3303), + [anon_sym_struct] = ACTIONS(3305), + [anon_sym_mut] = ACTIONS(3305), + [anon_sym_COLON] = ACTIONS(3303), + [anon_sym_PLUS_PLUS] = ACTIONS(3303), + [anon_sym_DASH_DASH] = ACTIONS(3303), + [anon_sym_QMARK] = ACTIONS(3305), + [anon_sym_BANG] = ACTIONS(3305), + [anon_sym_go] = ACTIONS(3305), + [anon_sym_spawn] = ACTIONS(3305), + [anon_sym_json_DOTdecode] = ACTIONS(3303), + [anon_sym_LBRACK2] = ACTIONS(3305), + [anon_sym_TILDE] = ACTIONS(3303), + [anon_sym_CARET] = ACTIONS(3303), + [anon_sym_AMP] = ACTIONS(3305), + [anon_sym_LT_DASH] = ACTIONS(3303), + [anon_sym_LT_LT] = ACTIONS(3303), + [anon_sym_GT_GT] = ACTIONS(3305), + [anon_sym_GT_GT_GT] = ACTIONS(3303), + [anon_sym_AMP_CARET] = ACTIONS(3303), + [anon_sym_AMP_AMP] = ACTIONS(3303), + [anon_sym_PIPE_PIPE] = ACTIONS(3303), + [anon_sym_or] = ACTIONS(3305), + [sym_none] = ACTIONS(3305), + [sym_true] = ACTIONS(3305), + [sym_false] = ACTIONS(3305), + [sym_nil] = ACTIONS(3305), + [anon_sym_QMARK_DOT] = ACTIONS(3303), + [anon_sym_POUND_LBRACK] = ACTIONS(3303), + [anon_sym_if] = ACTIONS(3305), + [anon_sym_DOLLARif] = ACTIONS(3305), + [anon_sym_is] = ACTIONS(3305), + [anon_sym_BANGis] = ACTIONS(3303), + [anon_sym_in] = ACTIONS(3305), + [anon_sym_BANGin] = ACTIONS(3303), + [anon_sym_match] = ACTIONS(3305), + [anon_sym_select] = ACTIONS(3305), + [anon_sym_lock] = ACTIONS(3305), + [anon_sym_rlock] = ACTIONS(3305), + [anon_sym_unsafe] = ACTIONS(3305), + [anon_sym_sql] = ACTIONS(3305), + [sym_int_literal] = ACTIONS(3305), + [sym_float_literal] = ACTIONS(3303), + [sym_rune_literal] = ACTIONS(3303), + [sym_pseudo_compile_time_identifier] = ACTIONS(3305), + [anon_sym_shared] = ACTIONS(3305), + [anon_sym_map_LBRACK] = ACTIONS(3303), + [anon_sym_chan] = ACTIONS(3305), + [anon_sym_thread] = ACTIONS(3305), + [anon_sym_atomic] = ACTIONS(3305), + [sym___double_quote] = ACTIONS(3303), + [sym___single_quote] = ACTIONS(3303), + [sym___c_double_quote] = ACTIONS(3303), + [sym___c_single_quote] = ACTIONS(3303), + [sym___r_double_quote] = ACTIONS(3303), + [sym___r_single_quote] = ACTIONS(3303), + }, + [1408] = { + [sym_line_comment] = STATE(1408), + [sym_block_comment] = STATE(1408), + [sym_identifier] = ACTIONS(3309), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3309), + [anon_sym_as] = ACTIONS(3309), + [anon_sym_LBRACE] = ACTIONS(3307), + [anon_sym_COMMA] = ACTIONS(3307), + [anon_sym_RBRACE] = ACTIONS(3307), + [anon_sym_LPAREN] = ACTIONS(3307), + [anon_sym_PIPE] = ACTIONS(3309), + [anon_sym_fn] = ACTIONS(3309), + [anon_sym_PLUS] = ACTIONS(3309), + [anon_sym_DASH] = ACTIONS(3309), + [anon_sym_STAR] = ACTIONS(3307), + [anon_sym_SLASH] = ACTIONS(3309), + [anon_sym_PERCENT] = ACTIONS(3307), + [anon_sym_LT] = ACTIONS(3309), + [anon_sym_GT] = ACTIONS(3309), + [anon_sym_EQ_EQ] = ACTIONS(3307), + [anon_sym_BANG_EQ] = ACTIONS(3307), + [anon_sym_LT_EQ] = ACTIONS(3307), + [anon_sym_GT_EQ] = ACTIONS(3307), + [anon_sym_LBRACK] = ACTIONS(3307), + [anon_sym_RBRACK] = ACTIONS(3307), + [anon_sym_struct] = ACTIONS(3309), + [anon_sym_mut] = ACTIONS(3309), + [anon_sym_COLON] = ACTIONS(3307), + [anon_sym_PLUS_PLUS] = ACTIONS(3307), + [anon_sym_DASH_DASH] = ACTIONS(3307), + [anon_sym_QMARK] = ACTIONS(3309), + [anon_sym_BANG] = ACTIONS(3309), + [anon_sym_go] = ACTIONS(3309), + [anon_sym_spawn] = ACTIONS(3309), + [anon_sym_json_DOTdecode] = ACTIONS(3307), + [anon_sym_LBRACK2] = ACTIONS(3309), + [anon_sym_TILDE] = ACTIONS(3307), + [anon_sym_CARET] = ACTIONS(3307), + [anon_sym_AMP] = ACTIONS(3309), + [anon_sym_LT_DASH] = ACTIONS(3307), + [anon_sym_LT_LT] = ACTIONS(3307), + [anon_sym_GT_GT] = ACTIONS(3309), + [anon_sym_GT_GT_GT] = ACTIONS(3307), + [anon_sym_AMP_CARET] = ACTIONS(3307), + [anon_sym_AMP_AMP] = ACTIONS(3307), + [anon_sym_PIPE_PIPE] = ACTIONS(3307), + [anon_sym_or] = ACTIONS(3309), + [sym_none] = ACTIONS(3309), + [sym_true] = ACTIONS(3309), + [sym_false] = ACTIONS(3309), + [sym_nil] = ACTIONS(3309), + [anon_sym_QMARK_DOT] = ACTIONS(3307), + [anon_sym_POUND_LBRACK] = ACTIONS(3307), + [anon_sym_if] = ACTIONS(3309), + [anon_sym_DOLLARif] = ACTIONS(3309), + [anon_sym_is] = ACTIONS(3309), + [anon_sym_BANGis] = ACTIONS(3307), + [anon_sym_in] = ACTIONS(3309), + [anon_sym_BANGin] = ACTIONS(3307), + [anon_sym_match] = ACTIONS(3309), + [anon_sym_select] = ACTIONS(3309), + [anon_sym_lock] = ACTIONS(3309), + [anon_sym_rlock] = ACTIONS(3309), + [anon_sym_unsafe] = ACTIONS(3309), + [anon_sym_sql] = ACTIONS(3309), + [sym_int_literal] = ACTIONS(3309), + [sym_float_literal] = ACTIONS(3307), + [sym_rune_literal] = ACTIONS(3307), + [sym_pseudo_compile_time_identifier] = ACTIONS(3309), + [anon_sym_shared] = ACTIONS(3309), + [anon_sym_map_LBRACK] = ACTIONS(3307), + [anon_sym_chan] = ACTIONS(3309), + [anon_sym_thread] = ACTIONS(3309), + [anon_sym_atomic] = ACTIONS(3309), + [sym___double_quote] = ACTIONS(3307), + [sym___single_quote] = ACTIONS(3307), + [sym___c_double_quote] = ACTIONS(3307), + [sym___c_single_quote] = ACTIONS(3307), + [sym___r_double_quote] = ACTIONS(3307), + [sym___r_single_quote] = ACTIONS(3307), }, [1409] = { [sym_line_comment] = STATE(1409), [sym_block_comment] = STATE(1409), - [sym_identifier] = ACTIONS(2913), + [sym_identifier] = ACTIONS(3313), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2913), - [anon_sym_as] = ACTIONS(2913), - [anon_sym_LBRACE] = ACTIONS(2911), - [anon_sym_COMMA] = ACTIONS(2911), - [anon_sym_RBRACE] = ACTIONS(2911), - [anon_sym_LPAREN] = ACTIONS(2911), - [anon_sym_PIPE] = ACTIONS(2913), - [anon_sym_fn] = ACTIONS(2913), - [anon_sym_PLUS] = ACTIONS(2913), - [anon_sym_DASH] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2911), - [anon_sym_SLASH] = ACTIONS(2913), - [anon_sym_PERCENT] = ACTIONS(2911), - [anon_sym_LT] = ACTIONS(2913), - [anon_sym_GT] = ACTIONS(2913), - [anon_sym_EQ_EQ] = ACTIONS(2911), - [anon_sym_BANG_EQ] = ACTIONS(2911), - [anon_sym_LT_EQ] = ACTIONS(2911), - [anon_sym_GT_EQ] = ACTIONS(2911), - [anon_sym_LBRACK] = ACTIONS(2911), - [anon_sym_RBRACK] = ACTIONS(2911), - [anon_sym_struct] = ACTIONS(2913), - [anon_sym_mut] = ACTIONS(2913), - [anon_sym_COLON] = ACTIONS(2911), - [anon_sym_PLUS_PLUS] = ACTIONS(2911), - [anon_sym_DASH_DASH] = ACTIONS(2911), - [anon_sym_QMARK] = ACTIONS(2913), - [anon_sym_BANG] = ACTIONS(2913), - [anon_sym_go] = ACTIONS(2913), - [anon_sym_spawn] = ACTIONS(2913), - [anon_sym_json_DOTdecode] = ACTIONS(2911), - [anon_sym_LBRACK2] = ACTIONS(2913), - [anon_sym_TILDE] = ACTIONS(2911), - [anon_sym_CARET] = ACTIONS(2911), - [anon_sym_AMP] = ACTIONS(2913), - [anon_sym_LT_DASH] = ACTIONS(2911), - [anon_sym_LT_LT] = ACTIONS(2911), - [anon_sym_GT_GT] = ACTIONS(2913), - [anon_sym_GT_GT_GT] = ACTIONS(2911), - [anon_sym_AMP_CARET] = ACTIONS(2911), - [anon_sym_AMP_AMP] = ACTIONS(2911), - [anon_sym_PIPE_PIPE] = ACTIONS(2911), - [anon_sym_or] = ACTIONS(2913), - [sym_none] = ACTIONS(2913), - [sym_true] = ACTIONS(2913), - [sym_false] = ACTIONS(2913), - [sym_nil] = ACTIONS(2913), - [anon_sym_QMARK_DOT] = ACTIONS(2911), - [anon_sym_POUND_LBRACK] = ACTIONS(2911), - [anon_sym_if] = ACTIONS(2913), - [anon_sym_DOLLARif] = ACTIONS(2913), - [anon_sym_is] = ACTIONS(2913), - [anon_sym_BANGis] = ACTIONS(2911), - [anon_sym_in] = ACTIONS(2913), - [anon_sym_BANGin] = ACTIONS(2911), - [anon_sym_match] = ACTIONS(2913), - [anon_sym_select] = ACTIONS(2913), - [anon_sym_lock] = ACTIONS(2913), - [anon_sym_rlock] = ACTIONS(2913), - [anon_sym_unsafe] = ACTIONS(2913), - [anon_sym_sql] = ACTIONS(2913), - [sym_int_literal] = ACTIONS(2913), - [sym_float_literal] = ACTIONS(2911), - [sym_rune_literal] = ACTIONS(2911), - [sym_pseudo_compile_time_identifier] = ACTIONS(2913), - [anon_sym_shared] = ACTIONS(2913), - [anon_sym_map_LBRACK] = ACTIONS(2911), - [anon_sym_chan] = ACTIONS(2913), - [anon_sym_thread] = ACTIONS(2913), - [anon_sym_atomic] = ACTIONS(2913), - [sym___double_quote] = ACTIONS(2911), - [sym___single_quote] = ACTIONS(2911), - [sym___c_double_quote] = ACTIONS(2911), - [sym___c_single_quote] = ACTIONS(2911), - [sym___r_double_quote] = ACTIONS(2911), - [sym___r_single_quote] = ACTIONS(2911), + [anon_sym_DOT] = ACTIONS(3313), + [anon_sym_as] = ACTIONS(3313), + [anon_sym_LBRACE] = ACTIONS(3311), + [anon_sym_COMMA] = ACTIONS(3311), + [anon_sym_RBRACE] = ACTIONS(3311), + [anon_sym_LPAREN] = ACTIONS(3311), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(3313), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3311), + [anon_sym_SLASH] = ACTIONS(3313), + [anon_sym_PERCENT] = ACTIONS(3311), + [anon_sym_LT] = ACTIONS(3313), + [anon_sym_GT] = ACTIONS(3313), + [anon_sym_EQ_EQ] = ACTIONS(3311), + [anon_sym_BANG_EQ] = ACTIONS(3311), + [anon_sym_LT_EQ] = ACTIONS(3311), + [anon_sym_GT_EQ] = ACTIONS(3311), + [anon_sym_LBRACK] = ACTIONS(3311), + [anon_sym_RBRACK] = ACTIONS(3311), + [anon_sym_struct] = ACTIONS(3313), + [anon_sym_mut] = ACTIONS(3313), + [anon_sym_COLON] = ACTIONS(3311), + [anon_sym_PLUS_PLUS] = ACTIONS(3311), + [anon_sym_DASH_DASH] = ACTIONS(3311), + [anon_sym_QMARK] = ACTIONS(3313), + [anon_sym_BANG] = ACTIONS(3313), + [anon_sym_go] = ACTIONS(3313), + [anon_sym_spawn] = ACTIONS(3313), + [anon_sym_json_DOTdecode] = ACTIONS(3311), + [anon_sym_LBRACK2] = ACTIONS(3313), + [anon_sym_TILDE] = ACTIONS(3311), + [anon_sym_CARET] = ACTIONS(3311), + [anon_sym_AMP] = ACTIONS(3313), + [anon_sym_LT_DASH] = ACTIONS(3311), + [anon_sym_LT_LT] = ACTIONS(3311), + [anon_sym_GT_GT] = ACTIONS(3313), + [anon_sym_GT_GT_GT] = ACTIONS(3311), + [anon_sym_AMP_CARET] = ACTIONS(3311), + [anon_sym_AMP_AMP] = ACTIONS(3311), + [anon_sym_PIPE_PIPE] = ACTIONS(3311), + [anon_sym_or] = ACTIONS(3313), + [sym_none] = ACTIONS(3313), + [sym_true] = ACTIONS(3313), + [sym_false] = ACTIONS(3313), + [sym_nil] = ACTIONS(3313), + [anon_sym_QMARK_DOT] = ACTIONS(3311), + [anon_sym_POUND_LBRACK] = ACTIONS(3311), + [anon_sym_if] = ACTIONS(3313), + [anon_sym_DOLLARif] = ACTIONS(3313), + [anon_sym_is] = ACTIONS(3313), + [anon_sym_BANGis] = ACTIONS(3311), + [anon_sym_in] = ACTIONS(3313), + [anon_sym_BANGin] = ACTIONS(3311), + [anon_sym_match] = ACTIONS(3313), + [anon_sym_select] = ACTIONS(3313), + [anon_sym_lock] = ACTIONS(3313), + [anon_sym_rlock] = ACTIONS(3313), + [anon_sym_unsafe] = ACTIONS(3313), + [anon_sym_sql] = ACTIONS(3313), + [sym_int_literal] = ACTIONS(3313), + [sym_float_literal] = ACTIONS(3311), + [sym_rune_literal] = ACTIONS(3311), + [sym_pseudo_compile_time_identifier] = ACTIONS(3313), + [anon_sym_shared] = ACTIONS(3313), + [anon_sym_map_LBRACK] = ACTIONS(3311), + [anon_sym_chan] = ACTIONS(3313), + [anon_sym_thread] = ACTIONS(3313), + [anon_sym_atomic] = ACTIONS(3313), + [sym___double_quote] = ACTIONS(3311), + [sym___single_quote] = ACTIONS(3311), + [sym___c_double_quote] = ACTIONS(3311), + [sym___c_single_quote] = ACTIONS(3311), + [sym___r_double_quote] = ACTIONS(3311), + [sym___r_single_quote] = ACTIONS(3311), }, [1410] = { [sym_line_comment] = STATE(1410), [sym_block_comment] = STATE(1410), - [sym_identifier] = ACTIONS(2917), + [sym_identifier] = ACTIONS(3141), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2917), - [anon_sym_as] = ACTIONS(2917), - [anon_sym_LBRACE] = ACTIONS(2915), - [anon_sym_COMMA] = ACTIONS(2915), - [anon_sym_RBRACE] = ACTIONS(2915), - [anon_sym_LPAREN] = ACTIONS(2915), - [anon_sym_PIPE] = ACTIONS(2917), - [anon_sym_fn] = ACTIONS(2917), - [anon_sym_PLUS] = ACTIONS(2917), - [anon_sym_DASH] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2915), - [anon_sym_SLASH] = ACTIONS(2917), - [anon_sym_PERCENT] = ACTIONS(2915), - [anon_sym_LT] = ACTIONS(2917), - [anon_sym_GT] = ACTIONS(2917), - [anon_sym_EQ_EQ] = ACTIONS(2915), - [anon_sym_BANG_EQ] = ACTIONS(2915), - [anon_sym_LT_EQ] = ACTIONS(2915), - [anon_sym_GT_EQ] = ACTIONS(2915), - [anon_sym_LBRACK] = ACTIONS(2915), - [anon_sym_RBRACK] = ACTIONS(2915), - [anon_sym_struct] = ACTIONS(2917), - [anon_sym_mut] = ACTIONS(2917), - [anon_sym_COLON] = ACTIONS(2915), - [anon_sym_PLUS_PLUS] = ACTIONS(2915), - [anon_sym_DASH_DASH] = ACTIONS(2915), - [anon_sym_QMARK] = ACTIONS(2917), - [anon_sym_BANG] = ACTIONS(2917), - [anon_sym_go] = ACTIONS(2917), - [anon_sym_spawn] = ACTIONS(2917), - [anon_sym_json_DOTdecode] = ACTIONS(2915), - [anon_sym_LBRACK2] = ACTIONS(2917), - [anon_sym_TILDE] = ACTIONS(2915), - [anon_sym_CARET] = ACTIONS(2915), - [anon_sym_AMP] = ACTIONS(2917), - [anon_sym_LT_DASH] = ACTIONS(2915), - [anon_sym_LT_LT] = ACTIONS(2915), - [anon_sym_GT_GT] = ACTIONS(2917), - [anon_sym_GT_GT_GT] = ACTIONS(2915), - [anon_sym_AMP_CARET] = ACTIONS(2915), - [anon_sym_AMP_AMP] = ACTIONS(2915), - [anon_sym_PIPE_PIPE] = ACTIONS(2915), - [anon_sym_or] = ACTIONS(2917), - [sym_none] = ACTIONS(2917), - [sym_true] = ACTIONS(2917), - [sym_false] = ACTIONS(2917), - [sym_nil] = ACTIONS(2917), - [anon_sym_QMARK_DOT] = ACTIONS(2915), - [anon_sym_POUND_LBRACK] = ACTIONS(2915), - [anon_sym_if] = ACTIONS(2917), - [anon_sym_DOLLARif] = ACTIONS(2917), - [anon_sym_is] = ACTIONS(2917), - [anon_sym_BANGis] = ACTIONS(2915), - [anon_sym_in] = ACTIONS(2917), - [anon_sym_BANGin] = ACTIONS(2915), - [anon_sym_match] = ACTIONS(2917), - [anon_sym_select] = ACTIONS(2917), - [anon_sym_lock] = ACTIONS(2917), - [anon_sym_rlock] = ACTIONS(2917), - [anon_sym_unsafe] = ACTIONS(2917), - [anon_sym_sql] = ACTIONS(2917), - [sym_int_literal] = ACTIONS(2917), - [sym_float_literal] = ACTIONS(2915), - [sym_rune_literal] = ACTIONS(2915), - [sym_pseudo_compile_time_identifier] = ACTIONS(2917), - [anon_sym_shared] = ACTIONS(2917), - [anon_sym_map_LBRACK] = ACTIONS(2915), - [anon_sym_chan] = ACTIONS(2917), - [anon_sym_thread] = ACTIONS(2917), - [anon_sym_atomic] = ACTIONS(2917), - [sym___double_quote] = ACTIONS(2915), - [sym___single_quote] = ACTIONS(2915), - [sym___c_double_quote] = ACTIONS(2915), - [sym___c_single_quote] = ACTIONS(2915), - [sym___r_double_quote] = ACTIONS(2915), - [sym___r_single_quote] = ACTIONS(2915), + [anon_sym_DOT] = ACTIONS(3141), + [anon_sym_as] = ACTIONS(3141), + [anon_sym_LBRACE] = ACTIONS(3139), + [anon_sym_COMMA] = ACTIONS(3139), + [anon_sym_RBRACE] = ACTIONS(3139), + [anon_sym_LPAREN] = ACTIONS(3139), + [anon_sym_PIPE] = ACTIONS(3141), + [anon_sym_fn] = ACTIONS(3141), + [anon_sym_PLUS] = ACTIONS(3141), + [anon_sym_DASH] = ACTIONS(3141), + [anon_sym_STAR] = ACTIONS(3139), + [anon_sym_SLASH] = ACTIONS(3141), + [anon_sym_PERCENT] = ACTIONS(3139), + [anon_sym_LT] = ACTIONS(3141), + [anon_sym_GT] = ACTIONS(3141), + [anon_sym_EQ_EQ] = ACTIONS(3139), + [anon_sym_BANG_EQ] = ACTIONS(3139), + [anon_sym_LT_EQ] = ACTIONS(3139), + [anon_sym_GT_EQ] = ACTIONS(3139), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_RBRACK] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3141), + [anon_sym_mut] = ACTIONS(3141), + [anon_sym_COLON] = ACTIONS(3139), + [anon_sym_PLUS_PLUS] = ACTIONS(3139), + [anon_sym_DASH_DASH] = ACTIONS(3139), + [anon_sym_QMARK] = ACTIONS(3141), + [anon_sym_BANG] = ACTIONS(3141), + [anon_sym_go] = ACTIONS(3141), + [anon_sym_spawn] = ACTIONS(3141), + [anon_sym_json_DOTdecode] = ACTIONS(3139), + [anon_sym_LBRACK2] = ACTIONS(3141), + [anon_sym_TILDE] = ACTIONS(3139), + [anon_sym_CARET] = ACTIONS(3139), + [anon_sym_AMP] = ACTIONS(3141), + [anon_sym_LT_DASH] = ACTIONS(3139), + [anon_sym_LT_LT] = ACTIONS(3139), + [anon_sym_GT_GT] = ACTIONS(3141), + [anon_sym_GT_GT_GT] = ACTIONS(3139), + [anon_sym_AMP_CARET] = ACTIONS(3139), + [anon_sym_AMP_AMP] = ACTIONS(3139), + [anon_sym_PIPE_PIPE] = ACTIONS(3139), + [anon_sym_or] = ACTIONS(3141), + [sym_none] = ACTIONS(3141), + [sym_true] = ACTIONS(3141), + [sym_false] = ACTIONS(3141), + [sym_nil] = ACTIONS(3141), + [anon_sym_QMARK_DOT] = ACTIONS(3139), + [anon_sym_POUND_LBRACK] = ACTIONS(3139), + [anon_sym_if] = ACTIONS(3141), + [anon_sym_DOLLARif] = ACTIONS(3141), + [anon_sym_is] = ACTIONS(3141), + [anon_sym_BANGis] = ACTIONS(3139), + [anon_sym_in] = ACTIONS(3141), + [anon_sym_BANGin] = ACTIONS(3139), + [anon_sym_match] = ACTIONS(3141), + [anon_sym_select] = ACTIONS(3141), + [anon_sym_lock] = ACTIONS(3141), + [anon_sym_rlock] = ACTIONS(3141), + [anon_sym_unsafe] = ACTIONS(3141), + [anon_sym_sql] = ACTIONS(3141), + [sym_int_literal] = ACTIONS(3141), + [sym_float_literal] = ACTIONS(3139), + [sym_rune_literal] = ACTIONS(3139), + [sym_pseudo_compile_time_identifier] = ACTIONS(3141), + [anon_sym_shared] = ACTIONS(3141), + [anon_sym_map_LBRACK] = ACTIONS(3139), + [anon_sym_chan] = ACTIONS(3141), + [anon_sym_thread] = ACTIONS(3141), + [anon_sym_atomic] = ACTIONS(3141), + [sym___double_quote] = ACTIONS(3139), + [sym___single_quote] = ACTIONS(3139), + [sym___c_double_quote] = ACTIONS(3139), + [sym___c_single_quote] = ACTIONS(3139), + [sym___r_double_quote] = ACTIONS(3139), + [sym___r_single_quote] = ACTIONS(3139), }, [1411] = { [sym_line_comment] = STATE(1411), [sym_block_comment] = STATE(1411), - [sym_identifier] = ACTIONS(2943), + [sym_identifier] = ACTIONS(3003), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2943), - [anon_sym_as] = ACTIONS(2943), - [anon_sym_LBRACE] = ACTIONS(2941), - [anon_sym_COMMA] = ACTIONS(2941), - [anon_sym_RBRACE] = ACTIONS(2941), - [anon_sym_LPAREN] = ACTIONS(2941), - [anon_sym_PIPE] = ACTIONS(2943), - [anon_sym_fn] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2943), - [anon_sym_DASH] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2941), - [anon_sym_SLASH] = ACTIONS(2943), - [anon_sym_PERCENT] = ACTIONS(2941), - [anon_sym_LT] = ACTIONS(2943), - [anon_sym_GT] = ACTIONS(2943), - [anon_sym_EQ_EQ] = ACTIONS(2941), - [anon_sym_BANG_EQ] = ACTIONS(2941), - [anon_sym_LT_EQ] = ACTIONS(2941), - [anon_sym_GT_EQ] = ACTIONS(2941), - [anon_sym_LBRACK] = ACTIONS(2941), - [anon_sym_RBRACK] = ACTIONS(2941), - [anon_sym_struct] = ACTIONS(2943), - [anon_sym_mut] = ACTIONS(2943), - [anon_sym_COLON] = ACTIONS(2941), - [anon_sym_PLUS_PLUS] = ACTIONS(2941), - [anon_sym_DASH_DASH] = ACTIONS(2941), - [anon_sym_QMARK] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(2943), - [anon_sym_go] = ACTIONS(2943), - [anon_sym_spawn] = ACTIONS(2943), - [anon_sym_json_DOTdecode] = ACTIONS(2941), - [anon_sym_LBRACK2] = ACTIONS(2943), - [anon_sym_TILDE] = ACTIONS(2941), - [anon_sym_CARET] = ACTIONS(2941), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_LT_DASH] = ACTIONS(2941), - [anon_sym_LT_LT] = ACTIONS(2941), - [anon_sym_GT_GT] = ACTIONS(2943), - [anon_sym_GT_GT_GT] = ACTIONS(2941), - [anon_sym_AMP_CARET] = ACTIONS(2941), - [anon_sym_AMP_AMP] = ACTIONS(2941), - [anon_sym_PIPE_PIPE] = ACTIONS(2941), - [anon_sym_or] = ACTIONS(2943), - [sym_none] = ACTIONS(2943), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [sym_nil] = ACTIONS(2943), - [anon_sym_QMARK_DOT] = ACTIONS(2941), - [anon_sym_POUND_LBRACK] = ACTIONS(2941), - [anon_sym_if] = ACTIONS(2943), - [anon_sym_DOLLARif] = ACTIONS(2943), - [anon_sym_is] = ACTIONS(2943), - [anon_sym_BANGis] = ACTIONS(2941), - [anon_sym_in] = ACTIONS(2943), - [anon_sym_BANGin] = ACTIONS(2941), - [anon_sym_match] = ACTIONS(2943), - [anon_sym_select] = ACTIONS(2943), - [anon_sym_lock] = ACTIONS(2943), - [anon_sym_rlock] = ACTIONS(2943), - [anon_sym_unsafe] = ACTIONS(2943), - [anon_sym_sql] = ACTIONS(2943), - [sym_int_literal] = ACTIONS(2943), - [sym_float_literal] = ACTIONS(2941), - [sym_rune_literal] = ACTIONS(2941), - [sym_pseudo_compile_time_identifier] = ACTIONS(2943), - [anon_sym_shared] = ACTIONS(2943), - [anon_sym_map_LBRACK] = ACTIONS(2941), - [anon_sym_chan] = ACTIONS(2943), - [anon_sym_thread] = ACTIONS(2943), - [anon_sym_atomic] = ACTIONS(2943), - [sym___double_quote] = ACTIONS(2941), - [sym___single_quote] = ACTIONS(2941), - [sym___c_double_quote] = ACTIONS(2941), - [sym___c_single_quote] = ACTIONS(2941), - [sym___r_double_quote] = ACTIONS(2941), - [sym___r_single_quote] = ACTIONS(2941), + [anon_sym_DOT] = ACTIONS(3003), + [anon_sym_as] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(3001), + [anon_sym_COMMA] = ACTIONS(3001), + [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(3001), + [anon_sym_PIPE] = ACTIONS(3003), + [anon_sym_fn] = ACTIONS(3003), + [anon_sym_PLUS] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3003), + [anon_sym_STAR] = ACTIONS(3001), + [anon_sym_SLASH] = ACTIONS(3003), + [anon_sym_PERCENT] = ACTIONS(3001), + [anon_sym_LT] = ACTIONS(3003), + [anon_sym_GT] = ACTIONS(3003), + [anon_sym_EQ_EQ] = ACTIONS(3001), + [anon_sym_BANG_EQ] = ACTIONS(3001), + [anon_sym_LT_EQ] = ACTIONS(3001), + [anon_sym_GT_EQ] = ACTIONS(3001), + [anon_sym_LBRACK] = ACTIONS(3001), + [anon_sym_RBRACK] = ACTIONS(3001), + [anon_sym_struct] = ACTIONS(3003), + [anon_sym_mut] = ACTIONS(3003), + [anon_sym_COLON] = ACTIONS(3001), + [anon_sym_PLUS_PLUS] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3001), + [anon_sym_QMARK] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_go] = ACTIONS(3003), + [anon_sym_spawn] = ACTIONS(3003), + [anon_sym_json_DOTdecode] = ACTIONS(3001), + [anon_sym_LBRACK2] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3001), + [anon_sym_CARET] = ACTIONS(3001), + [anon_sym_AMP] = ACTIONS(3003), + [anon_sym_LT_DASH] = ACTIONS(3001), + [anon_sym_LT_LT] = ACTIONS(3001), + [anon_sym_GT_GT] = ACTIONS(3003), + [anon_sym_GT_GT_GT] = ACTIONS(3001), + [anon_sym_AMP_CARET] = ACTIONS(3001), + [anon_sym_AMP_AMP] = ACTIONS(3001), + [anon_sym_PIPE_PIPE] = ACTIONS(3001), + [anon_sym_or] = ACTIONS(3003), + [sym_none] = ACTIONS(3003), + [sym_true] = ACTIONS(3003), + [sym_false] = ACTIONS(3003), + [sym_nil] = ACTIONS(3003), + [anon_sym_QMARK_DOT] = ACTIONS(3001), + [anon_sym_POUND_LBRACK] = ACTIONS(3001), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_DOLLARif] = ACTIONS(3003), + [anon_sym_is] = ACTIONS(3003), + [anon_sym_BANGis] = ACTIONS(3001), + [anon_sym_in] = ACTIONS(3003), + [anon_sym_BANGin] = ACTIONS(3001), + [anon_sym_match] = ACTIONS(3003), + [anon_sym_select] = ACTIONS(3003), + [anon_sym_lock] = ACTIONS(3003), + [anon_sym_rlock] = ACTIONS(3003), + [anon_sym_unsafe] = ACTIONS(3003), + [anon_sym_sql] = ACTIONS(3003), + [sym_int_literal] = ACTIONS(3003), + [sym_float_literal] = ACTIONS(3001), + [sym_rune_literal] = ACTIONS(3001), + [sym_pseudo_compile_time_identifier] = ACTIONS(3003), + [anon_sym_shared] = ACTIONS(3003), + [anon_sym_map_LBRACK] = ACTIONS(3001), + [anon_sym_chan] = ACTIONS(3003), + [anon_sym_thread] = ACTIONS(3003), + [anon_sym_atomic] = ACTIONS(3003), + [sym___double_quote] = ACTIONS(3001), + [sym___single_quote] = ACTIONS(3001), + [sym___c_double_quote] = ACTIONS(3001), + [sym___c_single_quote] = ACTIONS(3001), + [sym___r_double_quote] = ACTIONS(3001), + [sym___r_single_quote] = ACTIONS(3001), }, [1412] = { [sym_line_comment] = STATE(1412), [sym_block_comment] = STATE(1412), - [sym_identifier] = ACTIONS(3151), + [sym_identifier] = ACTIONS(3007), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3151), - [anon_sym_as] = ACTIONS(3151), - [anon_sym_LBRACE] = ACTIONS(3149), - [anon_sym_COMMA] = ACTIONS(3149), - [anon_sym_RBRACE] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3149), - [anon_sym_PIPE] = ACTIONS(3151), - [anon_sym_fn] = ACTIONS(3151), - [anon_sym_PLUS] = ACTIONS(3151), - [anon_sym_DASH] = ACTIONS(3151), - [anon_sym_STAR] = ACTIONS(3149), - [anon_sym_SLASH] = ACTIONS(3151), - [anon_sym_PERCENT] = ACTIONS(3149), - [anon_sym_LT] = ACTIONS(3151), - [anon_sym_GT] = ACTIONS(3151), - [anon_sym_EQ_EQ] = ACTIONS(3149), - [anon_sym_BANG_EQ] = ACTIONS(3149), - [anon_sym_LT_EQ] = ACTIONS(3149), - [anon_sym_GT_EQ] = ACTIONS(3149), - [anon_sym_LBRACK] = ACTIONS(3149), - [anon_sym_RBRACK] = ACTIONS(3149), - [anon_sym_struct] = ACTIONS(3151), - [anon_sym_mut] = ACTIONS(3151), - [anon_sym_COLON] = ACTIONS(3149), - [anon_sym_PLUS_PLUS] = ACTIONS(3149), - [anon_sym_DASH_DASH] = ACTIONS(3149), - [anon_sym_QMARK] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3151), - [anon_sym_go] = ACTIONS(3151), - [anon_sym_spawn] = ACTIONS(3151), - [anon_sym_json_DOTdecode] = ACTIONS(3149), - [anon_sym_LBRACK2] = ACTIONS(3151), - [anon_sym_TILDE] = ACTIONS(3149), - [anon_sym_CARET] = ACTIONS(3149), - [anon_sym_AMP] = ACTIONS(3151), - [anon_sym_LT_DASH] = ACTIONS(3149), - [anon_sym_LT_LT] = ACTIONS(3149), - [anon_sym_GT_GT] = ACTIONS(3151), - [anon_sym_GT_GT_GT] = ACTIONS(3149), - [anon_sym_AMP_CARET] = ACTIONS(3149), - [anon_sym_AMP_AMP] = ACTIONS(3149), - [anon_sym_PIPE_PIPE] = ACTIONS(3149), - [anon_sym_or] = ACTIONS(3151), - [sym_none] = ACTIONS(3151), - [sym_true] = ACTIONS(3151), - [sym_false] = ACTIONS(3151), - [sym_nil] = ACTIONS(3151), - [anon_sym_QMARK_DOT] = ACTIONS(3149), - [anon_sym_POUND_LBRACK] = ACTIONS(3149), - [anon_sym_if] = ACTIONS(3151), - [anon_sym_DOLLARif] = ACTIONS(3151), - [anon_sym_is] = ACTIONS(3151), - [anon_sym_BANGis] = ACTIONS(3149), - [anon_sym_in] = ACTIONS(3151), - [anon_sym_BANGin] = ACTIONS(3149), - [anon_sym_match] = ACTIONS(3151), - [anon_sym_select] = ACTIONS(3151), - [anon_sym_lock] = ACTIONS(3151), - [anon_sym_rlock] = ACTIONS(3151), - [anon_sym_unsafe] = ACTIONS(3151), - [anon_sym_sql] = ACTIONS(3151), - [sym_int_literal] = ACTIONS(3151), - [sym_float_literal] = ACTIONS(3149), - [sym_rune_literal] = ACTIONS(3149), - [sym_pseudo_compile_time_identifier] = ACTIONS(3151), - [anon_sym_shared] = ACTIONS(3151), - [anon_sym_map_LBRACK] = ACTIONS(3149), - [anon_sym_chan] = ACTIONS(3151), - [anon_sym_thread] = ACTIONS(3151), - [anon_sym_atomic] = ACTIONS(3151), - [sym___double_quote] = ACTIONS(3149), - [sym___single_quote] = ACTIONS(3149), - [sym___c_double_quote] = ACTIONS(3149), - [sym___c_single_quote] = ACTIONS(3149), - [sym___r_double_quote] = ACTIONS(3149), - [sym___r_single_quote] = ACTIONS(3149), + [anon_sym_DOT] = ACTIONS(3007), + [anon_sym_as] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(3005), + [anon_sym_COMMA] = ACTIONS(3005), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(3005), + [anon_sym_PIPE] = ACTIONS(3007), + [anon_sym_fn] = ACTIONS(3007), + [anon_sym_PLUS] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(3005), + [anon_sym_SLASH] = ACTIONS(3007), + [anon_sym_PERCENT] = ACTIONS(3005), + [anon_sym_LT] = ACTIONS(3007), + [anon_sym_GT] = ACTIONS(3007), + [anon_sym_EQ_EQ] = ACTIONS(3005), + [anon_sym_BANG_EQ] = ACTIONS(3005), + [anon_sym_LT_EQ] = ACTIONS(3005), + [anon_sym_GT_EQ] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(3005), + [anon_sym_RBRACK] = ACTIONS(3005), + [anon_sym_struct] = ACTIONS(3007), + [anon_sym_mut] = ACTIONS(3007), + [anon_sym_COLON] = ACTIONS(3005), + [anon_sym_PLUS_PLUS] = ACTIONS(3005), + [anon_sym_DASH_DASH] = ACTIONS(3005), + [anon_sym_QMARK] = ACTIONS(3007), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_go] = ACTIONS(3007), + [anon_sym_spawn] = ACTIONS(3007), + [anon_sym_json_DOTdecode] = ACTIONS(3005), + [anon_sym_LBRACK2] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3005), + [anon_sym_CARET] = ACTIONS(3005), + [anon_sym_AMP] = ACTIONS(3007), + [anon_sym_LT_DASH] = ACTIONS(3005), + [anon_sym_LT_LT] = ACTIONS(3005), + [anon_sym_GT_GT] = ACTIONS(3007), + [anon_sym_GT_GT_GT] = ACTIONS(3005), + [anon_sym_AMP_CARET] = ACTIONS(3005), + [anon_sym_AMP_AMP] = ACTIONS(3005), + [anon_sym_PIPE_PIPE] = ACTIONS(3005), + [anon_sym_or] = ACTIONS(3007), + [sym_none] = ACTIONS(3007), + [sym_true] = ACTIONS(3007), + [sym_false] = ACTIONS(3007), + [sym_nil] = ACTIONS(3007), + [anon_sym_QMARK_DOT] = ACTIONS(3005), + [anon_sym_POUND_LBRACK] = ACTIONS(3005), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_DOLLARif] = ACTIONS(3007), + [anon_sym_is] = ACTIONS(3007), + [anon_sym_BANGis] = ACTIONS(3005), + [anon_sym_in] = ACTIONS(3007), + [anon_sym_BANGin] = ACTIONS(3005), + [anon_sym_match] = ACTIONS(3007), + [anon_sym_select] = ACTIONS(3007), + [anon_sym_lock] = ACTIONS(3007), + [anon_sym_rlock] = ACTIONS(3007), + [anon_sym_unsafe] = ACTIONS(3007), + [anon_sym_sql] = ACTIONS(3007), + [sym_int_literal] = ACTIONS(3007), + [sym_float_literal] = ACTIONS(3005), + [sym_rune_literal] = ACTIONS(3005), + [sym_pseudo_compile_time_identifier] = ACTIONS(3007), + [anon_sym_shared] = ACTIONS(3007), + [anon_sym_map_LBRACK] = ACTIONS(3005), + [anon_sym_chan] = ACTIONS(3007), + [anon_sym_thread] = ACTIONS(3007), + [anon_sym_atomic] = ACTIONS(3007), + [sym___double_quote] = ACTIONS(3005), + [sym___single_quote] = ACTIONS(3005), + [sym___c_double_quote] = ACTIONS(3005), + [sym___c_single_quote] = ACTIONS(3005), + [sym___r_double_quote] = ACTIONS(3005), + [sym___r_single_quote] = ACTIONS(3005), }, [1413] = { [sym_line_comment] = STATE(1413), [sym_block_comment] = STATE(1413), - [sym_identifier] = ACTIONS(3179), + [sym_identifier] = ACTIONS(3011), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3179), - [anon_sym_as] = ACTIONS(3179), - [anon_sym_LBRACE] = ACTIONS(3177), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3177), - [anon_sym_PIPE] = ACTIONS(3179), - [anon_sym_fn] = ACTIONS(3179), - [anon_sym_PLUS] = ACTIONS(3179), - [anon_sym_DASH] = ACTIONS(3179), - [anon_sym_STAR] = ACTIONS(3177), - [anon_sym_SLASH] = ACTIONS(3179), - [anon_sym_PERCENT] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3179), - [anon_sym_EQ_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_RBRACK] = ACTIONS(3177), - [anon_sym_struct] = ACTIONS(3179), - [anon_sym_mut] = ACTIONS(3179), - [anon_sym_COLON] = ACTIONS(3177), - [anon_sym_PLUS_PLUS] = ACTIONS(3177), - [anon_sym_DASH_DASH] = ACTIONS(3177), - [anon_sym_QMARK] = ACTIONS(3179), - [anon_sym_BANG] = ACTIONS(3179), - [anon_sym_go] = ACTIONS(3179), - [anon_sym_spawn] = ACTIONS(3179), - [anon_sym_json_DOTdecode] = ACTIONS(3177), - [anon_sym_LBRACK2] = ACTIONS(3179), - [anon_sym_TILDE] = ACTIONS(3177), - [anon_sym_CARET] = ACTIONS(3177), - [anon_sym_AMP] = ACTIONS(3179), - [anon_sym_LT_DASH] = ACTIONS(3177), - [anon_sym_LT_LT] = ACTIONS(3177), - [anon_sym_GT_GT] = ACTIONS(3179), - [anon_sym_GT_GT_GT] = ACTIONS(3177), - [anon_sym_AMP_CARET] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_or] = ACTIONS(3179), - [sym_none] = ACTIONS(3179), - [sym_true] = ACTIONS(3179), - [sym_false] = ACTIONS(3179), - [sym_nil] = ACTIONS(3179), - [anon_sym_QMARK_DOT] = ACTIONS(3177), - [anon_sym_POUND_LBRACK] = ACTIONS(3177), - [anon_sym_if] = ACTIONS(3179), - [anon_sym_DOLLARif] = ACTIONS(3179), - [anon_sym_is] = ACTIONS(3179), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_in] = ACTIONS(3179), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_match] = ACTIONS(3179), - [anon_sym_select] = ACTIONS(3179), - [anon_sym_lock] = ACTIONS(3179), - [anon_sym_rlock] = ACTIONS(3179), - [anon_sym_unsafe] = ACTIONS(3179), - [anon_sym_sql] = ACTIONS(3179), - [sym_int_literal] = ACTIONS(3179), - [sym_float_literal] = ACTIONS(3177), - [sym_rune_literal] = ACTIONS(3177), - [sym_pseudo_compile_time_identifier] = ACTIONS(3179), - [anon_sym_shared] = ACTIONS(3179), - [anon_sym_map_LBRACK] = ACTIONS(3177), - [anon_sym_chan] = ACTIONS(3179), - [anon_sym_thread] = ACTIONS(3179), - [anon_sym_atomic] = ACTIONS(3179), - [sym___double_quote] = ACTIONS(3177), - [sym___single_quote] = ACTIONS(3177), - [sym___c_double_quote] = ACTIONS(3177), - [sym___c_single_quote] = ACTIONS(3177), - [sym___r_double_quote] = ACTIONS(3177), - [sym___r_single_quote] = ACTIONS(3177), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_as] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(3009), + [anon_sym_COMMA] = ACTIONS(3009), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(3009), + [anon_sym_PIPE] = ACTIONS(3011), + [anon_sym_fn] = ACTIONS(3011), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3009), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3009), + [anon_sym_LT] = ACTIONS(3011), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_EQ_EQ] = ACTIONS(3009), + [anon_sym_BANG_EQ] = ACTIONS(3009), + [anon_sym_LT_EQ] = ACTIONS(3009), + [anon_sym_GT_EQ] = ACTIONS(3009), + [anon_sym_LBRACK] = ACTIONS(3009), + [anon_sym_RBRACK] = ACTIONS(3009), + [anon_sym_struct] = ACTIONS(3011), + [anon_sym_mut] = ACTIONS(3011), + [anon_sym_COLON] = ACTIONS(3009), + [anon_sym_PLUS_PLUS] = ACTIONS(3009), + [anon_sym_DASH_DASH] = ACTIONS(3009), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_go] = ACTIONS(3011), + [anon_sym_spawn] = ACTIONS(3011), + [anon_sym_json_DOTdecode] = ACTIONS(3009), + [anon_sym_LBRACK2] = ACTIONS(3011), + [anon_sym_TILDE] = ACTIONS(3009), + [anon_sym_CARET] = ACTIONS(3009), + [anon_sym_AMP] = ACTIONS(3011), + [anon_sym_LT_DASH] = ACTIONS(3009), + [anon_sym_LT_LT] = ACTIONS(3009), + [anon_sym_GT_GT] = ACTIONS(3011), + [anon_sym_GT_GT_GT] = ACTIONS(3009), + [anon_sym_AMP_CARET] = ACTIONS(3009), + [anon_sym_AMP_AMP] = ACTIONS(3009), + [anon_sym_PIPE_PIPE] = ACTIONS(3009), + [anon_sym_or] = ACTIONS(3011), + [sym_none] = ACTIONS(3011), + [sym_true] = ACTIONS(3011), + [sym_false] = ACTIONS(3011), + [sym_nil] = ACTIONS(3011), + [anon_sym_QMARK_DOT] = ACTIONS(3009), + [anon_sym_POUND_LBRACK] = ACTIONS(3009), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_DOLLARif] = ACTIONS(3011), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3009), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_BANGin] = ACTIONS(3009), + [anon_sym_match] = ACTIONS(3011), + [anon_sym_select] = ACTIONS(3011), + [anon_sym_lock] = ACTIONS(3011), + [anon_sym_rlock] = ACTIONS(3011), + [anon_sym_unsafe] = ACTIONS(3011), + [anon_sym_sql] = ACTIONS(3011), + [sym_int_literal] = ACTIONS(3011), + [sym_float_literal] = ACTIONS(3009), + [sym_rune_literal] = ACTIONS(3009), + [sym_pseudo_compile_time_identifier] = ACTIONS(3011), + [anon_sym_shared] = ACTIONS(3011), + [anon_sym_map_LBRACK] = ACTIONS(3009), + [anon_sym_chan] = ACTIONS(3011), + [anon_sym_thread] = ACTIONS(3011), + [anon_sym_atomic] = ACTIONS(3011), + [sym___double_quote] = ACTIONS(3009), + [sym___single_quote] = ACTIONS(3009), + [sym___c_double_quote] = ACTIONS(3009), + [sym___c_single_quote] = ACTIONS(3009), + [sym___r_double_quote] = ACTIONS(3009), + [sym___r_single_quote] = ACTIONS(3009), }, [1414] = { [sym_line_comment] = STATE(1414), [sym_block_comment] = STATE(1414), - [sym_identifier] = ACTIONS(3427), + [sym_identifier] = ACTIONS(3137), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3427), - [anon_sym_as] = ACTIONS(3427), - [anon_sym_LBRACE] = ACTIONS(3425), - [anon_sym_COMMA] = ACTIONS(3425), - [anon_sym_RBRACE] = ACTIONS(3425), - [anon_sym_LPAREN] = ACTIONS(3425), - [anon_sym_PIPE] = ACTIONS(3427), - [anon_sym_fn] = ACTIONS(3427), - [anon_sym_PLUS] = ACTIONS(3427), - [anon_sym_DASH] = ACTIONS(3427), - [anon_sym_STAR] = ACTIONS(3425), - [anon_sym_SLASH] = ACTIONS(3427), - [anon_sym_PERCENT] = ACTIONS(3425), - [anon_sym_LT] = ACTIONS(3427), - [anon_sym_GT] = ACTIONS(3427), - [anon_sym_EQ_EQ] = ACTIONS(3425), - [anon_sym_BANG_EQ] = ACTIONS(3425), - [anon_sym_LT_EQ] = ACTIONS(3425), - [anon_sym_GT_EQ] = ACTIONS(3425), - [anon_sym_LBRACK] = ACTIONS(3425), - [anon_sym_RBRACK] = ACTIONS(3425), - [anon_sym_struct] = ACTIONS(3427), - [anon_sym_mut] = ACTIONS(3427), - [anon_sym_COLON] = ACTIONS(3425), - [anon_sym_PLUS_PLUS] = ACTIONS(3425), - [anon_sym_DASH_DASH] = ACTIONS(3425), - [anon_sym_QMARK] = ACTIONS(3427), - [anon_sym_BANG] = ACTIONS(3427), - [anon_sym_go] = ACTIONS(3427), - [anon_sym_spawn] = ACTIONS(3427), - [anon_sym_json_DOTdecode] = ACTIONS(3425), - [anon_sym_LBRACK2] = ACTIONS(3427), - [anon_sym_TILDE] = ACTIONS(3425), - [anon_sym_CARET] = ACTIONS(3425), - [anon_sym_AMP] = ACTIONS(3427), - [anon_sym_LT_DASH] = ACTIONS(3425), - [anon_sym_LT_LT] = ACTIONS(3425), - [anon_sym_GT_GT] = ACTIONS(3427), - [anon_sym_GT_GT_GT] = ACTIONS(3425), - [anon_sym_AMP_CARET] = ACTIONS(3425), - [anon_sym_AMP_AMP] = ACTIONS(3425), - [anon_sym_PIPE_PIPE] = ACTIONS(3425), - [anon_sym_or] = ACTIONS(3427), - [sym_none] = ACTIONS(3427), - [sym_true] = ACTIONS(3427), - [sym_false] = ACTIONS(3427), - [sym_nil] = ACTIONS(3427), - [anon_sym_QMARK_DOT] = ACTIONS(3425), - [anon_sym_POUND_LBRACK] = ACTIONS(3425), - [anon_sym_if] = ACTIONS(3427), - [anon_sym_DOLLARif] = ACTIONS(3427), - [anon_sym_is] = ACTIONS(3427), - [anon_sym_BANGis] = ACTIONS(3425), - [anon_sym_in] = ACTIONS(3427), - [anon_sym_BANGin] = ACTIONS(3425), - [anon_sym_match] = ACTIONS(3427), - [anon_sym_select] = ACTIONS(3427), - [anon_sym_lock] = ACTIONS(3427), - [anon_sym_rlock] = ACTIONS(3427), - [anon_sym_unsafe] = ACTIONS(3427), - [anon_sym_sql] = ACTIONS(3427), - [sym_int_literal] = ACTIONS(3427), - [sym_float_literal] = ACTIONS(3425), - [sym_rune_literal] = ACTIONS(3425), - [sym_pseudo_compile_time_identifier] = ACTIONS(3427), - [anon_sym_shared] = ACTIONS(3427), - [anon_sym_map_LBRACK] = ACTIONS(3425), - [anon_sym_chan] = ACTIONS(3427), - [anon_sym_thread] = ACTIONS(3427), - [anon_sym_atomic] = ACTIONS(3427), - [sym___double_quote] = ACTIONS(3425), - [sym___single_quote] = ACTIONS(3425), - [sym___c_double_quote] = ACTIONS(3425), - [sym___c_single_quote] = ACTIONS(3425), - [sym___r_double_quote] = ACTIONS(3425), - [sym___r_single_quote] = ACTIONS(3425), + [anon_sym_DOT] = ACTIONS(3137), + [anon_sym_as] = ACTIONS(3137), + [anon_sym_LBRACE] = ACTIONS(3135), + [anon_sym_COMMA] = ACTIONS(3135), + [anon_sym_RBRACE] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3135), + [anon_sym_PIPE] = ACTIONS(3137), + [anon_sym_fn] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3137), + [anon_sym_DASH] = ACTIONS(3137), + [anon_sym_STAR] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3137), + [anon_sym_PERCENT] = ACTIONS(3135), + [anon_sym_LT] = ACTIONS(3137), + [anon_sym_GT] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_LT_EQ] = ACTIONS(3135), + [anon_sym_GT_EQ] = ACTIONS(3135), + [anon_sym_LBRACK] = ACTIONS(3135), + [anon_sym_RBRACK] = ACTIONS(3135), + [anon_sym_struct] = ACTIONS(3137), + [anon_sym_mut] = ACTIONS(3137), + [anon_sym_COLON] = ACTIONS(3135), + [anon_sym_PLUS_PLUS] = ACTIONS(3135), + [anon_sym_DASH_DASH] = ACTIONS(3135), + [anon_sym_QMARK] = ACTIONS(3137), + [anon_sym_BANG] = ACTIONS(3137), + [anon_sym_go] = ACTIONS(3137), + [anon_sym_spawn] = ACTIONS(3137), + [anon_sym_json_DOTdecode] = ACTIONS(3135), + [anon_sym_LBRACK2] = ACTIONS(3137), + [anon_sym_TILDE] = ACTIONS(3135), + [anon_sym_CARET] = ACTIONS(3135), + [anon_sym_AMP] = ACTIONS(3137), + [anon_sym_LT_DASH] = ACTIONS(3135), + [anon_sym_LT_LT] = ACTIONS(3135), + [anon_sym_GT_GT] = ACTIONS(3137), + [anon_sym_GT_GT_GT] = ACTIONS(3135), + [anon_sym_AMP_CARET] = ACTIONS(3135), + [anon_sym_AMP_AMP] = ACTIONS(3135), + [anon_sym_PIPE_PIPE] = ACTIONS(3135), + [anon_sym_or] = ACTIONS(3137), + [sym_none] = ACTIONS(3137), + [sym_true] = ACTIONS(3137), + [sym_false] = ACTIONS(3137), + [sym_nil] = ACTIONS(3137), + [anon_sym_QMARK_DOT] = ACTIONS(3135), + [anon_sym_POUND_LBRACK] = ACTIONS(3135), + [anon_sym_if] = ACTIONS(3137), + [anon_sym_DOLLARif] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3137), + [anon_sym_BANGis] = ACTIONS(3135), + [anon_sym_in] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3135), + [anon_sym_match] = ACTIONS(3137), + [anon_sym_select] = ACTIONS(3137), + [anon_sym_lock] = ACTIONS(3137), + [anon_sym_rlock] = ACTIONS(3137), + [anon_sym_unsafe] = ACTIONS(3137), + [anon_sym_sql] = ACTIONS(3137), + [sym_int_literal] = ACTIONS(3137), + [sym_float_literal] = ACTIONS(3135), + [sym_rune_literal] = ACTIONS(3135), + [sym_pseudo_compile_time_identifier] = ACTIONS(3137), + [anon_sym_shared] = ACTIONS(3137), + [anon_sym_map_LBRACK] = ACTIONS(3135), + [anon_sym_chan] = ACTIONS(3137), + [anon_sym_thread] = ACTIONS(3137), + [anon_sym_atomic] = ACTIONS(3137), + [sym___double_quote] = ACTIONS(3135), + [sym___single_quote] = ACTIONS(3135), + [sym___c_double_quote] = ACTIONS(3135), + [sym___c_single_quote] = ACTIONS(3135), + [sym___r_double_quote] = ACTIONS(3135), + [sym___r_single_quote] = ACTIONS(3135), }, [1415] = { [sym_line_comment] = STATE(1415), [sym_block_comment] = STATE(1415), - [sym_identifier] = ACTIONS(2793), + [sym_identifier] = ACTIONS(3115), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_as] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2791), - [anon_sym_COMMA] = ACTIONS(2791), - [anon_sym_RBRACE] = ACTIONS(2791), - [anon_sym_LPAREN] = ACTIONS(2791), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_fn] = ACTIONS(2793), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2791), - [anon_sym_SLASH] = ACTIONS(2793), - [anon_sym_PERCENT] = ACTIONS(2791), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_GT] = ACTIONS(2793), - [anon_sym_EQ_EQ] = ACTIONS(2791), - [anon_sym_BANG_EQ] = ACTIONS(2791), - [anon_sym_LT_EQ] = ACTIONS(2791), - [anon_sym_GT_EQ] = ACTIONS(2791), - [anon_sym_LBRACK] = ACTIONS(2791), - [anon_sym_RBRACK] = ACTIONS(2791), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_mut] = ACTIONS(2793), - [anon_sym_COLON] = ACTIONS(2791), - [anon_sym_PLUS_PLUS] = ACTIONS(2791), - [anon_sym_DASH_DASH] = ACTIONS(2791), - [anon_sym_QMARK] = ACTIONS(2793), - [anon_sym_BANG] = ACTIONS(2793), - [anon_sym_go] = ACTIONS(2793), - [anon_sym_spawn] = ACTIONS(2793), - [anon_sym_json_DOTdecode] = ACTIONS(2791), - [anon_sym_LBRACK2] = ACTIONS(2793), - [anon_sym_TILDE] = ACTIONS(2791), - [anon_sym_CARET] = ACTIONS(2791), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_LT_DASH] = ACTIONS(2791), - [anon_sym_LT_LT] = ACTIONS(2791), - [anon_sym_GT_GT] = ACTIONS(2793), - [anon_sym_GT_GT_GT] = ACTIONS(2791), - [anon_sym_AMP_CARET] = ACTIONS(2791), - [anon_sym_AMP_AMP] = ACTIONS(2791), - [anon_sym_PIPE_PIPE] = ACTIONS(2791), - [anon_sym_or] = ACTIONS(2793), - [sym_none] = ACTIONS(2793), - [sym_true] = ACTIONS(2793), - [sym_false] = ACTIONS(2793), - [sym_nil] = ACTIONS(2793), - [anon_sym_QMARK_DOT] = ACTIONS(2791), - [anon_sym_POUND_LBRACK] = ACTIONS(2791), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_DOLLARif] = ACTIONS(2793), - [anon_sym_is] = ACTIONS(2793), - [anon_sym_BANGis] = ACTIONS(2791), - [anon_sym_in] = ACTIONS(2793), - [anon_sym_BANGin] = ACTIONS(2791), - [anon_sym_match] = ACTIONS(2793), - [anon_sym_select] = ACTIONS(2793), - [anon_sym_lock] = ACTIONS(2793), - [anon_sym_rlock] = ACTIONS(2793), - [anon_sym_unsafe] = ACTIONS(2793), - [anon_sym_sql] = ACTIONS(2793), - [sym_int_literal] = ACTIONS(2793), - [sym_float_literal] = ACTIONS(2791), - [sym_rune_literal] = ACTIONS(2791), - [sym_pseudo_compile_time_identifier] = ACTIONS(2793), - [anon_sym_shared] = ACTIONS(2793), - [anon_sym_map_LBRACK] = ACTIONS(2791), - [anon_sym_chan] = ACTIONS(2793), - [anon_sym_thread] = ACTIONS(2793), - [anon_sym_atomic] = ACTIONS(2793), - [sym___double_quote] = ACTIONS(2791), - [sym___single_quote] = ACTIONS(2791), - [sym___c_double_quote] = ACTIONS(2791), - [sym___c_single_quote] = ACTIONS(2791), - [sym___r_double_quote] = ACTIONS(2791), - [sym___r_single_quote] = ACTIONS(2791), + [anon_sym_DOT] = ACTIONS(3115), + [anon_sym_as] = ACTIONS(3115), + [anon_sym_LBRACE] = ACTIONS(3113), + [anon_sym_COMMA] = ACTIONS(3113), + [anon_sym_RBRACE] = ACTIONS(3113), + [anon_sym_LPAREN] = ACTIONS(3113), + [anon_sym_PIPE] = ACTIONS(3115), + [anon_sym_fn] = ACTIONS(3115), + [anon_sym_PLUS] = ACTIONS(3115), + [anon_sym_DASH] = ACTIONS(3115), + [anon_sym_STAR] = ACTIONS(3113), + [anon_sym_SLASH] = ACTIONS(3115), + [anon_sym_PERCENT] = ACTIONS(3113), + [anon_sym_LT] = ACTIONS(3115), + [anon_sym_GT] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_LT_EQ] = ACTIONS(3113), + [anon_sym_GT_EQ] = ACTIONS(3113), + [anon_sym_LBRACK] = ACTIONS(3113), + [anon_sym_RBRACK] = ACTIONS(3113), + [anon_sym_struct] = ACTIONS(3115), + [anon_sym_mut] = ACTIONS(3115), + [anon_sym_COLON] = ACTIONS(3113), + [anon_sym_PLUS_PLUS] = ACTIONS(3113), + [anon_sym_DASH_DASH] = ACTIONS(3113), + [anon_sym_QMARK] = ACTIONS(3115), + [anon_sym_BANG] = ACTIONS(3115), + [anon_sym_go] = ACTIONS(3115), + [anon_sym_spawn] = ACTIONS(3115), + [anon_sym_json_DOTdecode] = ACTIONS(3113), + [anon_sym_LBRACK2] = ACTIONS(3115), + [anon_sym_TILDE] = ACTIONS(3113), + [anon_sym_CARET] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT_DASH] = ACTIONS(3113), + [anon_sym_LT_LT] = ACTIONS(3113), + [anon_sym_GT_GT] = ACTIONS(3115), + [anon_sym_GT_GT_GT] = ACTIONS(3113), + [anon_sym_AMP_CARET] = ACTIONS(3113), + [anon_sym_AMP_AMP] = ACTIONS(3113), + [anon_sym_PIPE_PIPE] = ACTIONS(3113), + [anon_sym_or] = ACTIONS(3115), + [sym_none] = ACTIONS(3115), + [sym_true] = ACTIONS(3115), + [sym_false] = ACTIONS(3115), + [sym_nil] = ACTIONS(3115), + [anon_sym_QMARK_DOT] = ACTIONS(3113), + [anon_sym_POUND_LBRACK] = ACTIONS(3113), + [anon_sym_if] = ACTIONS(3115), + [anon_sym_DOLLARif] = ACTIONS(3115), + [anon_sym_is] = ACTIONS(3115), + [anon_sym_BANGis] = ACTIONS(3113), + [anon_sym_in] = ACTIONS(3115), + [anon_sym_BANGin] = ACTIONS(3113), + [anon_sym_match] = ACTIONS(3115), + [anon_sym_select] = ACTIONS(3115), + [anon_sym_lock] = ACTIONS(3115), + [anon_sym_rlock] = ACTIONS(3115), + [anon_sym_unsafe] = ACTIONS(3115), + [anon_sym_sql] = ACTIONS(3115), + [sym_int_literal] = ACTIONS(3115), + [sym_float_literal] = ACTIONS(3113), + [sym_rune_literal] = ACTIONS(3113), + [sym_pseudo_compile_time_identifier] = ACTIONS(3115), + [anon_sym_shared] = ACTIONS(3115), + [anon_sym_map_LBRACK] = ACTIONS(3113), + [anon_sym_chan] = ACTIONS(3115), + [anon_sym_thread] = ACTIONS(3115), + [anon_sym_atomic] = ACTIONS(3115), + [sym___double_quote] = ACTIONS(3113), + [sym___single_quote] = ACTIONS(3113), + [sym___c_double_quote] = ACTIONS(3113), + [sym___c_single_quote] = ACTIONS(3113), + [sym___r_double_quote] = ACTIONS(3113), + [sym___r_single_quote] = ACTIONS(3113), }, [1416] = { [sym_line_comment] = STATE(1416), [sym_block_comment] = STATE(1416), - [sym_identifier] = ACTIONS(3147), + [sym_identifier] = ACTIONS(3393), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3147), - [anon_sym_as] = ACTIONS(3147), - [anon_sym_LBRACE] = ACTIONS(3145), - [anon_sym_COMMA] = ACTIONS(3145), - [anon_sym_RBRACE] = ACTIONS(3145), - [anon_sym_LPAREN] = ACTIONS(3145), - [anon_sym_PIPE] = ACTIONS(3147), - [anon_sym_fn] = ACTIONS(3147), - [anon_sym_PLUS] = ACTIONS(3147), - [anon_sym_DASH] = ACTIONS(3147), - [anon_sym_STAR] = ACTIONS(3145), - [anon_sym_SLASH] = ACTIONS(3147), - [anon_sym_PERCENT] = ACTIONS(3145), - [anon_sym_LT] = ACTIONS(3147), - [anon_sym_GT] = ACTIONS(3147), - [anon_sym_EQ_EQ] = ACTIONS(3145), - [anon_sym_BANG_EQ] = ACTIONS(3145), - [anon_sym_LT_EQ] = ACTIONS(3145), - [anon_sym_GT_EQ] = ACTIONS(3145), - [anon_sym_LBRACK] = ACTIONS(3145), - [anon_sym_RBRACK] = ACTIONS(3145), - [anon_sym_struct] = ACTIONS(3147), - [anon_sym_mut] = ACTIONS(3147), - [anon_sym_COLON] = ACTIONS(3145), - [anon_sym_PLUS_PLUS] = ACTIONS(3145), - [anon_sym_DASH_DASH] = ACTIONS(3145), - [anon_sym_QMARK] = ACTIONS(3147), - [anon_sym_BANG] = ACTIONS(3147), - [anon_sym_go] = ACTIONS(3147), - [anon_sym_spawn] = ACTIONS(3147), - [anon_sym_json_DOTdecode] = ACTIONS(3145), - [anon_sym_LBRACK2] = ACTIONS(3147), - [anon_sym_TILDE] = ACTIONS(3145), - [anon_sym_CARET] = ACTIONS(3145), - [anon_sym_AMP] = ACTIONS(3147), - [anon_sym_LT_DASH] = ACTIONS(3145), - [anon_sym_LT_LT] = ACTIONS(3145), - [anon_sym_GT_GT] = ACTIONS(3147), - [anon_sym_GT_GT_GT] = ACTIONS(3145), - [anon_sym_AMP_CARET] = ACTIONS(3145), - [anon_sym_AMP_AMP] = ACTIONS(3145), - [anon_sym_PIPE_PIPE] = ACTIONS(3145), - [anon_sym_or] = ACTIONS(3147), - [sym_none] = ACTIONS(3147), - [sym_true] = ACTIONS(3147), - [sym_false] = ACTIONS(3147), - [sym_nil] = ACTIONS(3147), - [anon_sym_QMARK_DOT] = ACTIONS(3145), - [anon_sym_POUND_LBRACK] = ACTIONS(3145), - [anon_sym_if] = ACTIONS(3147), - [anon_sym_DOLLARif] = ACTIONS(3147), - [anon_sym_is] = ACTIONS(3147), - [anon_sym_BANGis] = ACTIONS(3145), - [anon_sym_in] = ACTIONS(3147), - [anon_sym_BANGin] = ACTIONS(3145), - [anon_sym_match] = ACTIONS(3147), - [anon_sym_select] = ACTIONS(3147), - [anon_sym_lock] = ACTIONS(3147), - [anon_sym_rlock] = ACTIONS(3147), - [anon_sym_unsafe] = ACTIONS(3147), - [anon_sym_sql] = ACTIONS(3147), - [sym_int_literal] = ACTIONS(3147), - [sym_float_literal] = ACTIONS(3145), - [sym_rune_literal] = ACTIONS(3145), - [sym_pseudo_compile_time_identifier] = ACTIONS(3147), - [anon_sym_shared] = ACTIONS(3147), - [anon_sym_map_LBRACK] = ACTIONS(3145), - [anon_sym_chan] = ACTIONS(3147), - [anon_sym_thread] = ACTIONS(3147), - [anon_sym_atomic] = ACTIONS(3147), - [sym___double_quote] = ACTIONS(3145), - [sym___single_quote] = ACTIONS(3145), - [sym___c_double_quote] = ACTIONS(3145), - [sym___c_single_quote] = ACTIONS(3145), - [sym___r_double_quote] = ACTIONS(3145), - [sym___r_single_quote] = ACTIONS(3145), + [anon_sym_DOT] = ACTIONS(3393), + [anon_sym_as] = ACTIONS(3393), + [anon_sym_LBRACE] = ACTIONS(3391), + [anon_sym_COMMA] = ACTIONS(3391), + [anon_sym_RBRACE] = ACTIONS(3391), + [anon_sym_LPAREN] = ACTIONS(3391), + [anon_sym_PIPE] = ACTIONS(3393), + [anon_sym_fn] = ACTIONS(3393), + [anon_sym_PLUS] = ACTIONS(3393), + [anon_sym_DASH] = ACTIONS(3393), + [anon_sym_STAR] = ACTIONS(3391), + [anon_sym_SLASH] = ACTIONS(3393), + [anon_sym_PERCENT] = ACTIONS(3391), + [anon_sym_LT] = ACTIONS(3393), + [anon_sym_GT] = ACTIONS(3393), + [anon_sym_EQ_EQ] = ACTIONS(3391), + [anon_sym_BANG_EQ] = ACTIONS(3391), + [anon_sym_LT_EQ] = ACTIONS(3391), + [anon_sym_GT_EQ] = ACTIONS(3391), + [anon_sym_LBRACK] = ACTIONS(3391), + [anon_sym_RBRACK] = ACTIONS(3391), + [anon_sym_struct] = ACTIONS(3393), + [anon_sym_mut] = ACTIONS(3393), + [anon_sym_COLON] = ACTIONS(3391), + [anon_sym_PLUS_PLUS] = ACTIONS(3391), + [anon_sym_DASH_DASH] = ACTIONS(3391), + [anon_sym_QMARK] = ACTIONS(3393), + [anon_sym_BANG] = ACTIONS(3393), + [anon_sym_go] = ACTIONS(3393), + [anon_sym_spawn] = ACTIONS(3393), + [anon_sym_json_DOTdecode] = ACTIONS(3391), + [anon_sym_LBRACK2] = ACTIONS(3393), + [anon_sym_TILDE] = ACTIONS(3391), + [anon_sym_CARET] = ACTIONS(3391), + [anon_sym_AMP] = ACTIONS(3393), + [anon_sym_LT_DASH] = ACTIONS(3391), + [anon_sym_LT_LT] = ACTIONS(3391), + [anon_sym_GT_GT] = ACTIONS(3393), + [anon_sym_GT_GT_GT] = ACTIONS(3391), + [anon_sym_AMP_CARET] = ACTIONS(3391), + [anon_sym_AMP_AMP] = ACTIONS(3391), + [anon_sym_PIPE_PIPE] = ACTIONS(3391), + [anon_sym_or] = ACTIONS(3393), + [sym_none] = ACTIONS(3393), + [sym_true] = ACTIONS(3393), + [sym_false] = ACTIONS(3393), + [sym_nil] = ACTIONS(3393), + [anon_sym_QMARK_DOT] = ACTIONS(3391), + [anon_sym_POUND_LBRACK] = ACTIONS(3391), + [anon_sym_if] = ACTIONS(3393), + [anon_sym_DOLLARif] = ACTIONS(3393), + [anon_sym_is] = ACTIONS(3393), + [anon_sym_BANGis] = ACTIONS(3391), + [anon_sym_in] = ACTIONS(3393), + [anon_sym_BANGin] = ACTIONS(3391), + [anon_sym_match] = ACTIONS(3393), + [anon_sym_select] = ACTIONS(3393), + [anon_sym_lock] = ACTIONS(3393), + [anon_sym_rlock] = ACTIONS(3393), + [anon_sym_unsafe] = ACTIONS(3393), + [anon_sym_sql] = ACTIONS(3393), + [sym_int_literal] = ACTIONS(3393), + [sym_float_literal] = ACTIONS(3391), + [sym_rune_literal] = ACTIONS(3391), + [sym_pseudo_compile_time_identifier] = ACTIONS(3393), + [anon_sym_shared] = ACTIONS(3393), + [anon_sym_map_LBRACK] = ACTIONS(3391), + [anon_sym_chan] = ACTIONS(3393), + [anon_sym_thread] = ACTIONS(3393), + [anon_sym_atomic] = ACTIONS(3393), + [sym___double_quote] = ACTIONS(3391), + [sym___single_quote] = ACTIONS(3391), + [sym___c_double_quote] = ACTIONS(3391), + [sym___c_single_quote] = ACTIONS(3391), + [sym___r_double_quote] = ACTIONS(3391), + [sym___r_single_quote] = ACTIONS(3391), }, [1417] = { [sym_line_comment] = STATE(1417), [sym_block_comment] = STATE(1417), - [sym_identifier] = ACTIONS(3009), + [sym_identifier] = ACTIONS(2873), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3009), - [anon_sym_as] = ACTIONS(3009), - [anon_sym_LBRACE] = ACTIONS(3007), - [anon_sym_COMMA] = ACTIONS(3007), - [anon_sym_RBRACE] = ACTIONS(3007), - [anon_sym_LPAREN] = ACTIONS(3007), - [anon_sym_PIPE] = ACTIONS(3009), - [anon_sym_fn] = ACTIONS(3009), - [anon_sym_PLUS] = ACTIONS(3009), - [anon_sym_DASH] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3007), - [anon_sym_SLASH] = ACTIONS(3009), - [anon_sym_PERCENT] = ACTIONS(3007), - [anon_sym_LT] = ACTIONS(3009), - [anon_sym_GT] = ACTIONS(3009), - [anon_sym_EQ_EQ] = ACTIONS(3007), - [anon_sym_BANG_EQ] = ACTIONS(3007), - [anon_sym_LT_EQ] = ACTIONS(3007), - [anon_sym_GT_EQ] = ACTIONS(3007), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_RBRACK] = ACTIONS(3007), - [anon_sym_struct] = ACTIONS(3009), - [anon_sym_mut] = ACTIONS(3009), - [anon_sym_COLON] = ACTIONS(3007), - [anon_sym_PLUS_PLUS] = ACTIONS(3007), - [anon_sym_DASH_DASH] = ACTIONS(3007), - [anon_sym_QMARK] = ACTIONS(3009), - [anon_sym_BANG] = ACTIONS(3009), - [anon_sym_go] = ACTIONS(3009), - [anon_sym_spawn] = ACTIONS(3009), - [anon_sym_json_DOTdecode] = ACTIONS(3007), - [anon_sym_LBRACK2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3007), - [anon_sym_CARET] = ACTIONS(3007), - [anon_sym_AMP] = ACTIONS(3009), - [anon_sym_LT_DASH] = ACTIONS(3007), - [anon_sym_LT_LT] = ACTIONS(3007), - [anon_sym_GT_GT] = ACTIONS(3009), - [anon_sym_GT_GT_GT] = ACTIONS(3007), - [anon_sym_AMP_CARET] = ACTIONS(3007), - [anon_sym_AMP_AMP] = ACTIONS(3007), - [anon_sym_PIPE_PIPE] = ACTIONS(3007), - [anon_sym_or] = ACTIONS(3009), - [sym_none] = ACTIONS(3009), - [sym_true] = ACTIONS(3009), - [sym_false] = ACTIONS(3009), - [sym_nil] = ACTIONS(3009), - [anon_sym_QMARK_DOT] = ACTIONS(3007), - [anon_sym_POUND_LBRACK] = ACTIONS(3007), - [anon_sym_if] = ACTIONS(3009), - [anon_sym_DOLLARif] = ACTIONS(3009), - [anon_sym_is] = ACTIONS(3009), - [anon_sym_BANGis] = ACTIONS(3007), - [anon_sym_in] = ACTIONS(3009), - [anon_sym_BANGin] = ACTIONS(3007), - [anon_sym_match] = ACTIONS(3009), - [anon_sym_select] = ACTIONS(3009), - [anon_sym_lock] = ACTIONS(3009), - [anon_sym_rlock] = ACTIONS(3009), - [anon_sym_unsafe] = ACTIONS(3009), - [anon_sym_sql] = ACTIONS(3009), - [sym_int_literal] = ACTIONS(3009), - [sym_float_literal] = ACTIONS(3007), - [sym_rune_literal] = ACTIONS(3007), - [sym_pseudo_compile_time_identifier] = ACTIONS(3009), - [anon_sym_shared] = ACTIONS(3009), - [anon_sym_map_LBRACK] = ACTIONS(3007), - [anon_sym_chan] = ACTIONS(3009), - [anon_sym_thread] = ACTIONS(3009), - [anon_sym_atomic] = ACTIONS(3009), - [sym___double_quote] = ACTIONS(3007), - [sym___single_quote] = ACTIONS(3007), - [sym___c_double_quote] = ACTIONS(3007), - [sym___c_single_quote] = ACTIONS(3007), - [sym___r_double_quote] = ACTIONS(3007), - [sym___r_single_quote] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(2873), + [anon_sym_as] = ACTIONS(2873), + [anon_sym_LBRACE] = ACTIONS(2871), + [anon_sym_COMMA] = ACTIONS(2871), + [anon_sym_RBRACE] = ACTIONS(2871), + [anon_sym_LPAREN] = ACTIONS(2871), + [anon_sym_PIPE] = ACTIONS(2873), + [anon_sym_fn] = ACTIONS(2873), + [anon_sym_PLUS] = ACTIONS(2873), + [anon_sym_DASH] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2871), + [anon_sym_SLASH] = ACTIONS(2873), + [anon_sym_PERCENT] = ACTIONS(2871), + [anon_sym_LT] = ACTIONS(2873), + [anon_sym_GT] = ACTIONS(2873), + [anon_sym_EQ_EQ] = ACTIONS(2871), + [anon_sym_BANG_EQ] = ACTIONS(2871), + [anon_sym_LT_EQ] = ACTIONS(2871), + [anon_sym_GT_EQ] = ACTIONS(2871), + [anon_sym_LBRACK] = ACTIONS(2871), + [anon_sym_RBRACK] = ACTIONS(2871), + [anon_sym_struct] = ACTIONS(2873), + [anon_sym_mut] = ACTIONS(2873), + [anon_sym_COLON] = ACTIONS(2871), + [anon_sym_PLUS_PLUS] = ACTIONS(2871), + [anon_sym_DASH_DASH] = ACTIONS(2871), + [anon_sym_QMARK] = ACTIONS(2873), + [anon_sym_BANG] = ACTIONS(2873), + [anon_sym_go] = ACTIONS(2873), + [anon_sym_spawn] = ACTIONS(2873), + [anon_sym_json_DOTdecode] = ACTIONS(2871), + [anon_sym_LBRACK2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2871), + [anon_sym_CARET] = ACTIONS(2871), + [anon_sym_AMP] = ACTIONS(2873), + [anon_sym_LT_DASH] = ACTIONS(2871), + [anon_sym_LT_LT] = ACTIONS(2871), + [anon_sym_GT_GT] = ACTIONS(2873), + [anon_sym_GT_GT_GT] = ACTIONS(2871), + [anon_sym_AMP_CARET] = ACTIONS(2871), + [anon_sym_AMP_AMP] = ACTIONS(2871), + [anon_sym_PIPE_PIPE] = ACTIONS(2871), + [anon_sym_or] = ACTIONS(2873), + [sym_none] = ACTIONS(2873), + [sym_true] = ACTIONS(2873), + [sym_false] = ACTIONS(2873), + [sym_nil] = ACTIONS(2873), + [anon_sym_QMARK_DOT] = ACTIONS(2871), + [anon_sym_POUND_LBRACK] = ACTIONS(2871), + [anon_sym_if] = ACTIONS(2873), + [anon_sym_DOLLARif] = ACTIONS(2873), + [anon_sym_is] = ACTIONS(2873), + [anon_sym_BANGis] = ACTIONS(2871), + [anon_sym_in] = ACTIONS(2873), + [anon_sym_BANGin] = ACTIONS(2871), + [anon_sym_match] = ACTIONS(2873), + [anon_sym_select] = ACTIONS(2873), + [anon_sym_lock] = ACTIONS(2873), + [anon_sym_rlock] = ACTIONS(2873), + [anon_sym_unsafe] = ACTIONS(2873), + [anon_sym_sql] = ACTIONS(2873), + [sym_int_literal] = ACTIONS(2873), + [sym_float_literal] = ACTIONS(2871), + [sym_rune_literal] = ACTIONS(2871), + [sym_pseudo_compile_time_identifier] = ACTIONS(2873), + [anon_sym_shared] = ACTIONS(2873), + [anon_sym_map_LBRACK] = ACTIONS(2871), + [anon_sym_chan] = ACTIONS(2873), + [anon_sym_thread] = ACTIONS(2873), + [anon_sym_atomic] = ACTIONS(2873), + [sym___double_quote] = ACTIONS(2871), + [sym___single_quote] = ACTIONS(2871), + [sym___c_double_quote] = ACTIONS(2871), + [sym___c_single_quote] = ACTIONS(2871), + [sym___r_double_quote] = ACTIONS(2871), + [sym___r_single_quote] = ACTIONS(2871), }, [1418] = { [sym_line_comment] = STATE(1418), [sym_block_comment] = STATE(1418), - [sym_identifier] = ACTIONS(3013), + [sym_identifier] = ACTIONS(3111), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3013), - [anon_sym_as] = ACTIONS(3013), - [anon_sym_LBRACE] = ACTIONS(3011), - [anon_sym_COMMA] = ACTIONS(3011), - [anon_sym_RBRACE] = ACTIONS(3011), - [anon_sym_LPAREN] = ACTIONS(3011), - [anon_sym_PIPE] = ACTIONS(3013), - [anon_sym_fn] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3011), - [anon_sym_SLASH] = ACTIONS(3013), - [anon_sym_PERCENT] = ACTIONS(3011), - [anon_sym_LT] = ACTIONS(3013), - [anon_sym_GT] = ACTIONS(3013), - [anon_sym_EQ_EQ] = ACTIONS(3011), - [anon_sym_BANG_EQ] = ACTIONS(3011), - [anon_sym_LT_EQ] = ACTIONS(3011), - [anon_sym_GT_EQ] = ACTIONS(3011), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_RBRACK] = ACTIONS(3011), - [anon_sym_struct] = ACTIONS(3013), - [anon_sym_mut] = ACTIONS(3013), - [anon_sym_COLON] = ACTIONS(3011), - [anon_sym_PLUS_PLUS] = ACTIONS(3011), - [anon_sym_DASH_DASH] = ACTIONS(3011), - [anon_sym_QMARK] = ACTIONS(3013), - [anon_sym_BANG] = ACTIONS(3013), - [anon_sym_go] = ACTIONS(3013), - [anon_sym_spawn] = ACTIONS(3013), - [anon_sym_json_DOTdecode] = ACTIONS(3011), - [anon_sym_LBRACK2] = ACTIONS(3013), - [anon_sym_TILDE] = ACTIONS(3011), - [anon_sym_CARET] = ACTIONS(3011), - [anon_sym_AMP] = ACTIONS(3013), - [anon_sym_LT_DASH] = ACTIONS(3011), - [anon_sym_LT_LT] = ACTIONS(3011), - [anon_sym_GT_GT] = ACTIONS(3013), - [anon_sym_GT_GT_GT] = ACTIONS(3011), - [anon_sym_AMP_CARET] = ACTIONS(3011), - [anon_sym_AMP_AMP] = ACTIONS(3011), - [anon_sym_PIPE_PIPE] = ACTIONS(3011), - [anon_sym_or] = ACTIONS(3013), - [sym_none] = ACTIONS(3013), - [sym_true] = ACTIONS(3013), - [sym_false] = ACTIONS(3013), - [sym_nil] = ACTIONS(3013), - [anon_sym_QMARK_DOT] = ACTIONS(3011), - [anon_sym_POUND_LBRACK] = ACTIONS(3011), - [anon_sym_if] = ACTIONS(3013), - [anon_sym_DOLLARif] = ACTIONS(3013), - [anon_sym_is] = ACTIONS(3013), - [anon_sym_BANGis] = ACTIONS(3011), - [anon_sym_in] = ACTIONS(3013), - [anon_sym_BANGin] = ACTIONS(3011), - [anon_sym_match] = ACTIONS(3013), - [anon_sym_select] = ACTIONS(3013), - [anon_sym_lock] = ACTIONS(3013), - [anon_sym_rlock] = ACTIONS(3013), - [anon_sym_unsafe] = ACTIONS(3013), - [anon_sym_sql] = ACTIONS(3013), - [sym_int_literal] = ACTIONS(3013), - [sym_float_literal] = ACTIONS(3011), - [sym_rune_literal] = ACTIONS(3011), - [sym_pseudo_compile_time_identifier] = ACTIONS(3013), - [anon_sym_shared] = ACTIONS(3013), - [anon_sym_map_LBRACK] = ACTIONS(3011), - [anon_sym_chan] = ACTIONS(3013), - [anon_sym_thread] = ACTIONS(3013), - [anon_sym_atomic] = ACTIONS(3013), - [sym___double_quote] = ACTIONS(3011), - [sym___single_quote] = ACTIONS(3011), - [sym___c_double_quote] = ACTIONS(3011), - [sym___c_single_quote] = ACTIONS(3011), - [sym___r_double_quote] = ACTIONS(3011), - [sym___r_single_quote] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(3111), + [anon_sym_as] = ACTIONS(3111), + [anon_sym_LBRACE] = ACTIONS(3109), + [anon_sym_COMMA] = ACTIONS(3109), + [anon_sym_RBRACE] = ACTIONS(3109), + [anon_sym_LPAREN] = ACTIONS(3109), + [anon_sym_PIPE] = ACTIONS(3111), + [anon_sym_fn] = ACTIONS(3111), + [anon_sym_PLUS] = ACTIONS(3111), + [anon_sym_DASH] = ACTIONS(3111), + [anon_sym_STAR] = ACTIONS(3109), + [anon_sym_SLASH] = ACTIONS(3111), + [anon_sym_PERCENT] = ACTIONS(3109), + [anon_sym_LT] = ACTIONS(3111), + [anon_sym_GT] = ACTIONS(3111), + [anon_sym_EQ_EQ] = ACTIONS(3109), + [anon_sym_BANG_EQ] = ACTIONS(3109), + [anon_sym_LT_EQ] = ACTIONS(3109), + [anon_sym_GT_EQ] = ACTIONS(3109), + [anon_sym_LBRACK] = ACTIONS(3109), + [anon_sym_RBRACK] = ACTIONS(3109), + [anon_sym_struct] = ACTIONS(3111), + [anon_sym_mut] = ACTIONS(3111), + [anon_sym_COLON] = ACTIONS(3109), + [anon_sym_PLUS_PLUS] = ACTIONS(3109), + [anon_sym_DASH_DASH] = ACTIONS(3109), + [anon_sym_QMARK] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3111), + [anon_sym_go] = ACTIONS(3111), + [anon_sym_spawn] = ACTIONS(3111), + [anon_sym_json_DOTdecode] = ACTIONS(3109), + [anon_sym_LBRACK2] = ACTIONS(3111), + [anon_sym_TILDE] = ACTIONS(3109), + [anon_sym_CARET] = ACTIONS(3109), + [anon_sym_AMP] = ACTIONS(3111), + [anon_sym_LT_DASH] = ACTIONS(3109), + [anon_sym_LT_LT] = ACTIONS(3109), + [anon_sym_GT_GT] = ACTIONS(3111), + [anon_sym_GT_GT_GT] = ACTIONS(3109), + [anon_sym_AMP_CARET] = ACTIONS(3109), + [anon_sym_AMP_AMP] = ACTIONS(3109), + [anon_sym_PIPE_PIPE] = ACTIONS(3109), + [anon_sym_or] = ACTIONS(3111), + [sym_none] = ACTIONS(3111), + [sym_true] = ACTIONS(3111), + [sym_false] = ACTIONS(3111), + [sym_nil] = ACTIONS(3111), + [anon_sym_QMARK_DOT] = ACTIONS(3109), + [anon_sym_POUND_LBRACK] = ACTIONS(3109), + [anon_sym_if] = ACTIONS(3111), + [anon_sym_DOLLARif] = ACTIONS(3111), + [anon_sym_is] = ACTIONS(3111), + [anon_sym_BANGis] = ACTIONS(3109), + [anon_sym_in] = ACTIONS(3111), + [anon_sym_BANGin] = ACTIONS(3109), + [anon_sym_match] = ACTIONS(3111), + [anon_sym_select] = ACTIONS(3111), + [anon_sym_lock] = ACTIONS(3111), + [anon_sym_rlock] = ACTIONS(3111), + [anon_sym_unsafe] = ACTIONS(3111), + [anon_sym_sql] = ACTIONS(3111), + [sym_int_literal] = ACTIONS(3111), + [sym_float_literal] = ACTIONS(3109), + [sym_rune_literal] = ACTIONS(3109), + [sym_pseudo_compile_time_identifier] = ACTIONS(3111), + [anon_sym_shared] = ACTIONS(3111), + [anon_sym_map_LBRACK] = ACTIONS(3109), + [anon_sym_chan] = ACTIONS(3111), + [anon_sym_thread] = ACTIONS(3111), + [anon_sym_atomic] = ACTIONS(3111), + [sym___double_quote] = ACTIONS(3109), + [sym___single_quote] = ACTIONS(3109), + [sym___c_double_quote] = ACTIONS(3109), + [sym___c_single_quote] = ACTIONS(3109), + [sym___r_double_quote] = ACTIONS(3109), + [sym___r_single_quote] = ACTIONS(3109), }, [1419] = { [sym_line_comment] = STATE(1419), [sym_block_comment] = STATE(1419), - [sym_identifier] = ACTIONS(3017), + [sym_identifier] = ACTIONS(3043), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3017), - [anon_sym_as] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3015), - [anon_sym_COMMA] = ACTIONS(3015), - [anon_sym_RBRACE] = ACTIONS(3015), - [anon_sym_LPAREN] = ACTIONS(3015), - [anon_sym_PIPE] = ACTIONS(3017), - [anon_sym_fn] = ACTIONS(3017), - [anon_sym_PLUS] = ACTIONS(3017), - [anon_sym_DASH] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3015), - [anon_sym_SLASH] = ACTIONS(3017), - [anon_sym_PERCENT] = ACTIONS(3015), - [anon_sym_LT] = ACTIONS(3017), - [anon_sym_GT] = ACTIONS(3017), - [anon_sym_EQ_EQ] = ACTIONS(3015), - [anon_sym_BANG_EQ] = ACTIONS(3015), - [anon_sym_LT_EQ] = ACTIONS(3015), - [anon_sym_GT_EQ] = ACTIONS(3015), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_RBRACK] = ACTIONS(3015), - [anon_sym_struct] = ACTIONS(3017), - [anon_sym_mut] = ACTIONS(3017), - [anon_sym_COLON] = ACTIONS(3015), - [anon_sym_PLUS_PLUS] = ACTIONS(3015), - [anon_sym_DASH_DASH] = ACTIONS(3015), - [anon_sym_QMARK] = ACTIONS(3017), - [anon_sym_BANG] = ACTIONS(3017), - [anon_sym_go] = ACTIONS(3017), - [anon_sym_spawn] = ACTIONS(3017), - [anon_sym_json_DOTdecode] = ACTIONS(3015), - [anon_sym_LBRACK2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_CARET] = ACTIONS(3015), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_LT_DASH] = ACTIONS(3015), - [anon_sym_LT_LT] = ACTIONS(3015), - [anon_sym_GT_GT] = ACTIONS(3017), - [anon_sym_GT_GT_GT] = ACTIONS(3015), - [anon_sym_AMP_CARET] = ACTIONS(3015), - [anon_sym_AMP_AMP] = ACTIONS(3015), - [anon_sym_PIPE_PIPE] = ACTIONS(3015), - [anon_sym_or] = ACTIONS(3017), - [sym_none] = ACTIONS(3017), - [sym_true] = ACTIONS(3017), - [sym_false] = ACTIONS(3017), - [sym_nil] = ACTIONS(3017), - [anon_sym_QMARK_DOT] = ACTIONS(3015), - [anon_sym_POUND_LBRACK] = ACTIONS(3015), - [anon_sym_if] = ACTIONS(3017), - [anon_sym_DOLLARif] = ACTIONS(3017), - [anon_sym_is] = ACTIONS(3017), - [anon_sym_BANGis] = ACTIONS(3015), - [anon_sym_in] = ACTIONS(3017), - [anon_sym_BANGin] = ACTIONS(3015), - [anon_sym_match] = ACTIONS(3017), - [anon_sym_select] = ACTIONS(3017), - [anon_sym_lock] = ACTIONS(3017), - [anon_sym_rlock] = ACTIONS(3017), - [anon_sym_unsafe] = ACTIONS(3017), - [anon_sym_sql] = ACTIONS(3017), - [sym_int_literal] = ACTIONS(3017), - [sym_float_literal] = ACTIONS(3015), - [sym_rune_literal] = ACTIONS(3015), - [sym_pseudo_compile_time_identifier] = ACTIONS(3017), - [anon_sym_shared] = ACTIONS(3017), - [anon_sym_map_LBRACK] = ACTIONS(3015), - [anon_sym_chan] = ACTIONS(3017), - [anon_sym_thread] = ACTIONS(3017), - [anon_sym_atomic] = ACTIONS(3017), - [sym___double_quote] = ACTIONS(3015), - [sym___single_quote] = ACTIONS(3015), - [sym___c_double_quote] = ACTIONS(3015), - [sym___c_single_quote] = ACTIONS(3015), - [sym___r_double_quote] = ACTIONS(3015), - [sym___r_single_quote] = ACTIONS(3015), + [anon_sym_DOT] = ACTIONS(3043), + [anon_sym_as] = ACTIONS(3043), + [anon_sym_LBRACE] = ACTIONS(3041), + [anon_sym_COMMA] = ACTIONS(3041), + [anon_sym_RBRACE] = ACTIONS(3041), + [anon_sym_LPAREN] = ACTIONS(3041), + [anon_sym_PIPE] = ACTIONS(3043), + [anon_sym_fn] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3041), + [anon_sym_SLASH] = ACTIONS(3043), + [anon_sym_PERCENT] = ACTIONS(3041), + [anon_sym_LT] = ACTIONS(3043), + [anon_sym_GT] = ACTIONS(3043), + [anon_sym_EQ_EQ] = ACTIONS(3041), + [anon_sym_BANG_EQ] = ACTIONS(3041), + [anon_sym_LT_EQ] = ACTIONS(3041), + [anon_sym_GT_EQ] = ACTIONS(3041), + [anon_sym_LBRACK] = ACTIONS(3041), + [anon_sym_RBRACK] = ACTIONS(3041), + [anon_sym_struct] = ACTIONS(3043), + [anon_sym_mut] = ACTIONS(3043), + [anon_sym_COLON] = ACTIONS(3041), + [anon_sym_PLUS_PLUS] = ACTIONS(3041), + [anon_sym_DASH_DASH] = ACTIONS(3041), + [anon_sym_QMARK] = ACTIONS(3043), + [anon_sym_BANG] = ACTIONS(3043), + [anon_sym_go] = ACTIONS(3043), + [anon_sym_spawn] = ACTIONS(3043), + [anon_sym_json_DOTdecode] = ACTIONS(3041), + [anon_sym_LBRACK2] = ACTIONS(3043), + [anon_sym_TILDE] = ACTIONS(3041), + [anon_sym_CARET] = ACTIONS(3041), + [anon_sym_AMP] = ACTIONS(3043), + [anon_sym_LT_DASH] = ACTIONS(3041), + [anon_sym_LT_LT] = ACTIONS(3041), + [anon_sym_GT_GT] = ACTIONS(3043), + [anon_sym_GT_GT_GT] = ACTIONS(3041), + [anon_sym_AMP_CARET] = ACTIONS(3041), + [anon_sym_AMP_AMP] = ACTIONS(3041), + [anon_sym_PIPE_PIPE] = ACTIONS(3041), + [anon_sym_or] = ACTIONS(3043), + [sym_none] = ACTIONS(3043), + [sym_true] = ACTIONS(3043), + [sym_false] = ACTIONS(3043), + [sym_nil] = ACTIONS(3043), + [anon_sym_QMARK_DOT] = ACTIONS(3041), + [anon_sym_POUND_LBRACK] = ACTIONS(3041), + [anon_sym_if] = ACTIONS(3043), + [anon_sym_DOLLARif] = ACTIONS(3043), + [anon_sym_is] = ACTIONS(3043), + [anon_sym_BANGis] = ACTIONS(3041), + [anon_sym_in] = ACTIONS(3043), + [anon_sym_BANGin] = ACTIONS(3041), + [anon_sym_match] = ACTIONS(3043), + [anon_sym_select] = ACTIONS(3043), + [anon_sym_lock] = ACTIONS(3043), + [anon_sym_rlock] = ACTIONS(3043), + [anon_sym_unsafe] = ACTIONS(3043), + [anon_sym_sql] = ACTIONS(3043), + [sym_int_literal] = ACTIONS(3043), + [sym_float_literal] = ACTIONS(3041), + [sym_rune_literal] = ACTIONS(3041), + [sym_pseudo_compile_time_identifier] = ACTIONS(3043), + [anon_sym_shared] = ACTIONS(3043), + [anon_sym_map_LBRACK] = ACTIONS(3041), + [anon_sym_chan] = ACTIONS(3043), + [anon_sym_thread] = ACTIONS(3043), + [anon_sym_atomic] = ACTIONS(3043), + [sym___double_quote] = ACTIONS(3041), + [sym___single_quote] = ACTIONS(3041), + [sym___c_double_quote] = ACTIONS(3041), + [sym___c_single_quote] = ACTIONS(3041), + [sym___r_double_quote] = ACTIONS(3041), + [sym___r_single_quote] = ACTIONS(3041), }, [1420] = { [sym_line_comment] = STATE(1420), [sym_block_comment] = STATE(1420), - [sym_identifier] = ACTIONS(3143), + [sym_identifier] = ACTIONS(3047), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3143), - [anon_sym_as] = ACTIONS(3143), - [anon_sym_LBRACE] = ACTIONS(3141), - [anon_sym_COMMA] = ACTIONS(3141), - [anon_sym_RBRACE] = ACTIONS(3141), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_PIPE] = ACTIONS(3143), - [anon_sym_fn] = ACTIONS(3143), - [anon_sym_PLUS] = ACTIONS(3143), - [anon_sym_DASH] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3141), - [anon_sym_SLASH] = ACTIONS(3143), - [anon_sym_PERCENT] = ACTIONS(3141), - [anon_sym_LT] = ACTIONS(3143), - [anon_sym_GT] = ACTIONS(3143), - [anon_sym_EQ_EQ] = ACTIONS(3141), - [anon_sym_BANG_EQ] = ACTIONS(3141), - [anon_sym_LT_EQ] = ACTIONS(3141), - [anon_sym_GT_EQ] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3141), - [anon_sym_RBRACK] = ACTIONS(3141), - [anon_sym_struct] = ACTIONS(3143), - [anon_sym_mut] = ACTIONS(3143), - [anon_sym_COLON] = ACTIONS(3141), - [anon_sym_PLUS_PLUS] = ACTIONS(3141), - [anon_sym_DASH_DASH] = ACTIONS(3141), - [anon_sym_QMARK] = ACTIONS(3143), - [anon_sym_BANG] = ACTIONS(3143), - [anon_sym_go] = ACTIONS(3143), - [anon_sym_spawn] = ACTIONS(3143), - [anon_sym_json_DOTdecode] = ACTIONS(3141), - [anon_sym_LBRACK2] = ACTIONS(3143), - [anon_sym_TILDE] = ACTIONS(3141), - [anon_sym_CARET] = ACTIONS(3141), - [anon_sym_AMP] = ACTIONS(3143), - [anon_sym_LT_DASH] = ACTIONS(3141), - [anon_sym_LT_LT] = ACTIONS(3141), - [anon_sym_GT_GT] = ACTIONS(3143), - [anon_sym_GT_GT_GT] = ACTIONS(3141), - [anon_sym_AMP_CARET] = ACTIONS(3141), - [anon_sym_AMP_AMP] = ACTIONS(3141), - [anon_sym_PIPE_PIPE] = ACTIONS(3141), - [anon_sym_or] = ACTIONS(3143), - [sym_none] = ACTIONS(3143), - [sym_true] = ACTIONS(3143), - [sym_false] = ACTIONS(3143), - [sym_nil] = ACTIONS(3143), - [anon_sym_QMARK_DOT] = ACTIONS(3141), - [anon_sym_POUND_LBRACK] = ACTIONS(3141), - [anon_sym_if] = ACTIONS(3143), - [anon_sym_DOLLARif] = ACTIONS(3143), - [anon_sym_is] = ACTIONS(3143), - [anon_sym_BANGis] = ACTIONS(3141), - [anon_sym_in] = ACTIONS(3143), - [anon_sym_BANGin] = ACTIONS(3141), - [anon_sym_match] = ACTIONS(3143), - [anon_sym_select] = ACTIONS(3143), - [anon_sym_lock] = ACTIONS(3143), - [anon_sym_rlock] = ACTIONS(3143), - [anon_sym_unsafe] = ACTIONS(3143), - [anon_sym_sql] = ACTIONS(3143), - [sym_int_literal] = ACTIONS(3143), - [sym_float_literal] = ACTIONS(3141), - [sym_rune_literal] = ACTIONS(3141), - [sym_pseudo_compile_time_identifier] = ACTIONS(3143), - [anon_sym_shared] = ACTIONS(3143), - [anon_sym_map_LBRACK] = ACTIONS(3141), - [anon_sym_chan] = ACTIONS(3143), - [anon_sym_thread] = ACTIONS(3143), - [anon_sym_atomic] = ACTIONS(3143), - [sym___double_quote] = ACTIONS(3141), - [sym___single_quote] = ACTIONS(3141), - [sym___c_double_quote] = ACTIONS(3141), - [sym___c_single_quote] = ACTIONS(3141), - [sym___r_double_quote] = ACTIONS(3141), - [sym___r_single_quote] = ACTIONS(3141), + [anon_sym_DOT] = ACTIONS(3047), + [anon_sym_as] = ACTIONS(3047), + [anon_sym_LBRACE] = ACTIONS(3045), + [anon_sym_COMMA] = ACTIONS(3045), + [anon_sym_RBRACE] = ACTIONS(3045), + [anon_sym_LPAREN] = ACTIONS(3045), + [anon_sym_PIPE] = ACTIONS(3047), + [anon_sym_fn] = ACTIONS(3047), + [anon_sym_PLUS] = ACTIONS(3047), + [anon_sym_DASH] = ACTIONS(3047), + [anon_sym_STAR] = ACTIONS(3045), + [anon_sym_SLASH] = ACTIONS(3047), + [anon_sym_PERCENT] = ACTIONS(3045), + [anon_sym_LT] = ACTIONS(3047), + [anon_sym_GT] = ACTIONS(3047), + [anon_sym_EQ_EQ] = ACTIONS(3045), + [anon_sym_BANG_EQ] = ACTIONS(3045), + [anon_sym_LT_EQ] = ACTIONS(3045), + [anon_sym_GT_EQ] = ACTIONS(3045), + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_RBRACK] = ACTIONS(3045), + [anon_sym_struct] = ACTIONS(3047), + [anon_sym_mut] = ACTIONS(3047), + [anon_sym_COLON] = ACTIONS(3045), + [anon_sym_PLUS_PLUS] = ACTIONS(3045), + [anon_sym_DASH_DASH] = ACTIONS(3045), + [anon_sym_QMARK] = ACTIONS(3047), + [anon_sym_BANG] = ACTIONS(3047), + [anon_sym_go] = ACTIONS(3047), + [anon_sym_spawn] = ACTIONS(3047), + [anon_sym_json_DOTdecode] = ACTIONS(3045), + [anon_sym_LBRACK2] = ACTIONS(3047), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_CARET] = ACTIONS(3045), + [anon_sym_AMP] = ACTIONS(3047), + [anon_sym_LT_DASH] = ACTIONS(3045), + [anon_sym_LT_LT] = ACTIONS(3045), + [anon_sym_GT_GT] = ACTIONS(3047), + [anon_sym_GT_GT_GT] = ACTIONS(3045), + [anon_sym_AMP_CARET] = ACTIONS(3045), + [anon_sym_AMP_AMP] = ACTIONS(3045), + [anon_sym_PIPE_PIPE] = ACTIONS(3045), + [anon_sym_or] = ACTIONS(3047), + [sym_none] = ACTIONS(3047), + [sym_true] = ACTIONS(3047), + [sym_false] = ACTIONS(3047), + [sym_nil] = ACTIONS(3047), + [anon_sym_QMARK_DOT] = ACTIONS(3045), + [anon_sym_POUND_LBRACK] = ACTIONS(3045), + [anon_sym_if] = ACTIONS(3047), + [anon_sym_DOLLARif] = ACTIONS(3047), + [anon_sym_is] = ACTIONS(3047), + [anon_sym_BANGis] = ACTIONS(3045), + [anon_sym_in] = ACTIONS(3047), + [anon_sym_BANGin] = ACTIONS(3045), + [anon_sym_match] = ACTIONS(3047), + [anon_sym_select] = ACTIONS(3047), + [anon_sym_lock] = ACTIONS(3047), + [anon_sym_rlock] = ACTIONS(3047), + [anon_sym_unsafe] = ACTIONS(3047), + [anon_sym_sql] = ACTIONS(3047), + [sym_int_literal] = ACTIONS(3047), + [sym_float_literal] = ACTIONS(3045), + [sym_rune_literal] = ACTIONS(3045), + [sym_pseudo_compile_time_identifier] = ACTIONS(3047), + [anon_sym_shared] = ACTIONS(3047), + [anon_sym_map_LBRACK] = ACTIONS(3045), + [anon_sym_chan] = ACTIONS(3047), + [anon_sym_thread] = ACTIONS(3047), + [anon_sym_atomic] = ACTIONS(3047), + [sym___double_quote] = ACTIONS(3045), + [sym___single_quote] = ACTIONS(3045), + [sym___c_double_quote] = ACTIONS(3045), + [sym___c_single_quote] = ACTIONS(3045), + [sym___r_double_quote] = ACTIONS(3045), + [sym___r_single_quote] = ACTIONS(3045), }, [1421] = { [sym_line_comment] = STATE(1421), [sym_block_comment] = STATE(1421), - [sym_identifier] = ACTIONS(3423), + [sym_identifier] = ACTIONS(3051), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3423), - [anon_sym_as] = ACTIONS(3423), - [anon_sym_LBRACE] = ACTIONS(3421), - [anon_sym_COMMA] = ACTIONS(3421), - [anon_sym_RBRACE] = ACTIONS(3421), - [anon_sym_LPAREN] = ACTIONS(3421), - [anon_sym_PIPE] = ACTIONS(3423), - [anon_sym_fn] = ACTIONS(3423), - [anon_sym_PLUS] = ACTIONS(3423), - [anon_sym_DASH] = ACTIONS(3423), - [anon_sym_STAR] = ACTIONS(3421), - [anon_sym_SLASH] = ACTIONS(3423), - [anon_sym_PERCENT] = ACTIONS(3421), - [anon_sym_LT] = ACTIONS(3423), - [anon_sym_GT] = ACTIONS(3423), - [anon_sym_EQ_EQ] = ACTIONS(3421), - [anon_sym_BANG_EQ] = ACTIONS(3421), - [anon_sym_LT_EQ] = ACTIONS(3421), - [anon_sym_GT_EQ] = ACTIONS(3421), - [anon_sym_LBRACK] = ACTIONS(3421), - [anon_sym_RBRACK] = ACTIONS(3421), - [anon_sym_struct] = ACTIONS(3423), - [anon_sym_mut] = ACTIONS(3423), - [anon_sym_COLON] = ACTIONS(3421), - [anon_sym_PLUS_PLUS] = ACTIONS(3421), - [anon_sym_DASH_DASH] = ACTIONS(3421), - [anon_sym_QMARK] = ACTIONS(3423), - [anon_sym_BANG] = ACTIONS(3423), - [anon_sym_go] = ACTIONS(3423), - [anon_sym_spawn] = ACTIONS(3423), - [anon_sym_json_DOTdecode] = ACTIONS(3421), - [anon_sym_LBRACK2] = ACTIONS(3423), - [anon_sym_TILDE] = ACTIONS(3421), - [anon_sym_CARET] = ACTIONS(3421), - [anon_sym_AMP] = ACTIONS(3423), - [anon_sym_LT_DASH] = ACTIONS(3421), - [anon_sym_LT_LT] = ACTIONS(3421), - [anon_sym_GT_GT] = ACTIONS(3423), - [anon_sym_GT_GT_GT] = ACTIONS(3421), - [anon_sym_AMP_CARET] = ACTIONS(3421), - [anon_sym_AMP_AMP] = ACTIONS(3421), - [anon_sym_PIPE_PIPE] = ACTIONS(3421), - [anon_sym_or] = ACTIONS(3423), - [sym_none] = ACTIONS(3423), - [sym_true] = ACTIONS(3423), - [sym_false] = ACTIONS(3423), - [sym_nil] = ACTIONS(3423), - [anon_sym_QMARK_DOT] = ACTIONS(3421), - [anon_sym_POUND_LBRACK] = ACTIONS(3421), - [anon_sym_if] = ACTIONS(3423), - [anon_sym_DOLLARif] = ACTIONS(3423), - [anon_sym_is] = ACTIONS(3423), - [anon_sym_BANGis] = ACTIONS(3421), - [anon_sym_in] = ACTIONS(3423), - [anon_sym_BANGin] = ACTIONS(3421), - [anon_sym_match] = ACTIONS(3423), - [anon_sym_select] = ACTIONS(3423), - [anon_sym_lock] = ACTIONS(3423), - [anon_sym_rlock] = ACTIONS(3423), - [anon_sym_unsafe] = ACTIONS(3423), - [anon_sym_sql] = ACTIONS(3423), - [sym_int_literal] = ACTIONS(3423), - [sym_float_literal] = ACTIONS(3421), - [sym_rune_literal] = ACTIONS(3421), - [sym_pseudo_compile_time_identifier] = ACTIONS(3423), - [anon_sym_shared] = ACTIONS(3423), - [anon_sym_map_LBRACK] = ACTIONS(3421), - [anon_sym_chan] = ACTIONS(3423), - [anon_sym_thread] = ACTIONS(3423), - [anon_sym_atomic] = ACTIONS(3423), - [sym___double_quote] = ACTIONS(3421), - [sym___single_quote] = ACTIONS(3421), - [sym___c_double_quote] = ACTIONS(3421), - [sym___c_single_quote] = ACTIONS(3421), - [sym___r_double_quote] = ACTIONS(3421), - [sym___r_single_quote] = ACTIONS(3421), + [anon_sym_DOT] = ACTIONS(3051), + [anon_sym_as] = ACTIONS(3051), + [anon_sym_LBRACE] = ACTIONS(3049), + [anon_sym_COMMA] = ACTIONS(3049), + [anon_sym_RBRACE] = ACTIONS(3049), + [anon_sym_LPAREN] = ACTIONS(3049), + [anon_sym_PIPE] = ACTIONS(3051), + [anon_sym_fn] = ACTIONS(3051), + [anon_sym_PLUS] = ACTIONS(3051), + [anon_sym_DASH] = ACTIONS(3051), + [anon_sym_STAR] = ACTIONS(3049), + [anon_sym_SLASH] = ACTIONS(3051), + [anon_sym_PERCENT] = ACTIONS(3049), + [anon_sym_LT] = ACTIONS(3051), + [anon_sym_GT] = ACTIONS(3051), + [anon_sym_EQ_EQ] = ACTIONS(3049), + [anon_sym_BANG_EQ] = ACTIONS(3049), + [anon_sym_LT_EQ] = ACTIONS(3049), + [anon_sym_GT_EQ] = ACTIONS(3049), + [anon_sym_LBRACK] = ACTIONS(3049), + [anon_sym_RBRACK] = ACTIONS(3049), + [anon_sym_struct] = ACTIONS(3051), + [anon_sym_mut] = ACTIONS(3051), + [anon_sym_COLON] = ACTIONS(3049), + [anon_sym_PLUS_PLUS] = ACTIONS(3049), + [anon_sym_DASH_DASH] = ACTIONS(3049), + [anon_sym_QMARK] = ACTIONS(3051), + [anon_sym_BANG] = ACTIONS(3051), + [anon_sym_go] = ACTIONS(3051), + [anon_sym_spawn] = ACTIONS(3051), + [anon_sym_json_DOTdecode] = ACTIONS(3049), + [anon_sym_LBRACK2] = ACTIONS(3051), + [anon_sym_TILDE] = ACTIONS(3049), + [anon_sym_CARET] = ACTIONS(3049), + [anon_sym_AMP] = ACTIONS(3051), + [anon_sym_LT_DASH] = ACTIONS(3049), + [anon_sym_LT_LT] = ACTIONS(3049), + [anon_sym_GT_GT] = ACTIONS(3051), + [anon_sym_GT_GT_GT] = ACTIONS(3049), + [anon_sym_AMP_CARET] = ACTIONS(3049), + [anon_sym_AMP_AMP] = ACTIONS(3049), + [anon_sym_PIPE_PIPE] = ACTIONS(3049), + [anon_sym_or] = ACTIONS(3051), + [sym_none] = ACTIONS(3051), + [sym_true] = ACTIONS(3051), + [sym_false] = ACTIONS(3051), + [sym_nil] = ACTIONS(3051), + [anon_sym_QMARK_DOT] = ACTIONS(3049), + [anon_sym_POUND_LBRACK] = ACTIONS(3049), + [anon_sym_if] = ACTIONS(3051), + [anon_sym_DOLLARif] = ACTIONS(3051), + [anon_sym_is] = ACTIONS(3051), + [anon_sym_BANGis] = ACTIONS(3049), + [anon_sym_in] = ACTIONS(3051), + [anon_sym_BANGin] = ACTIONS(3049), + [anon_sym_match] = ACTIONS(3051), + [anon_sym_select] = ACTIONS(3051), + [anon_sym_lock] = ACTIONS(3051), + [anon_sym_rlock] = ACTIONS(3051), + [anon_sym_unsafe] = ACTIONS(3051), + [anon_sym_sql] = ACTIONS(3051), + [sym_int_literal] = ACTIONS(3051), + [sym_float_literal] = ACTIONS(3049), + [sym_rune_literal] = ACTIONS(3049), + [sym_pseudo_compile_time_identifier] = ACTIONS(3051), + [anon_sym_shared] = ACTIONS(3051), + [anon_sym_map_LBRACK] = ACTIONS(3049), + [anon_sym_chan] = ACTIONS(3051), + [anon_sym_thread] = ACTIONS(3051), + [anon_sym_atomic] = ACTIONS(3051), + [sym___double_quote] = ACTIONS(3049), + [sym___single_quote] = ACTIONS(3049), + [sym___c_double_quote] = ACTIONS(3049), + [sym___c_single_quote] = ACTIONS(3049), + [sym___r_double_quote] = ACTIONS(3049), + [sym___r_single_quote] = ACTIONS(3049), }, [1422] = { [sym_line_comment] = STATE(1422), [sym_block_comment] = STATE(1422), - [sym_identifier] = ACTIONS(3025), + [sym_identifier] = ACTIONS(3317), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3025), - [anon_sym_as] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3023), - [anon_sym_COMMA] = ACTIONS(3023), - [anon_sym_RBRACE] = ACTIONS(3023), - [anon_sym_LPAREN] = ACTIONS(3023), - [anon_sym_PIPE] = ACTIONS(3025), - [anon_sym_fn] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3023), - [anon_sym_SLASH] = ACTIONS(3025), - [anon_sym_PERCENT] = ACTIONS(3023), - [anon_sym_LT] = ACTIONS(3025), - [anon_sym_GT] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_LT_EQ] = ACTIONS(3023), - [anon_sym_GT_EQ] = ACTIONS(3023), - [anon_sym_LBRACK] = ACTIONS(3023), - [anon_sym_RBRACK] = ACTIONS(3023), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_mut] = ACTIONS(3025), - [anon_sym_COLON] = ACTIONS(3023), - [anon_sym_PLUS_PLUS] = ACTIONS(3023), - [anon_sym_DASH_DASH] = ACTIONS(3023), - [anon_sym_QMARK] = ACTIONS(3025), - [anon_sym_BANG] = ACTIONS(3025), - [anon_sym_go] = ACTIONS(3025), - [anon_sym_spawn] = ACTIONS(3025), - [anon_sym_json_DOTdecode] = ACTIONS(3023), - [anon_sym_LBRACK2] = ACTIONS(3025), - [anon_sym_TILDE] = ACTIONS(3023), - [anon_sym_CARET] = ACTIONS(3023), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_LT_DASH] = ACTIONS(3023), - [anon_sym_LT_LT] = ACTIONS(3023), - [anon_sym_GT_GT] = ACTIONS(3025), - [anon_sym_GT_GT_GT] = ACTIONS(3023), - [anon_sym_AMP_CARET] = ACTIONS(3023), - [anon_sym_AMP_AMP] = ACTIONS(3023), - [anon_sym_PIPE_PIPE] = ACTIONS(3023), - [anon_sym_or] = ACTIONS(3025), - [sym_none] = ACTIONS(3025), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [sym_nil] = ACTIONS(3025), - [anon_sym_QMARK_DOT] = ACTIONS(3023), - [anon_sym_POUND_LBRACK] = ACTIONS(3023), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_DOLLARif] = ACTIONS(3025), - [anon_sym_is] = ACTIONS(3025), - [anon_sym_BANGis] = ACTIONS(3023), - [anon_sym_in] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(3023), - [anon_sym_match] = ACTIONS(3025), - [anon_sym_select] = ACTIONS(3025), - [anon_sym_lock] = ACTIONS(3025), - [anon_sym_rlock] = ACTIONS(3025), - [anon_sym_unsafe] = ACTIONS(3025), - [anon_sym_sql] = ACTIONS(3025), - [sym_int_literal] = ACTIONS(3025), - [sym_float_literal] = ACTIONS(3023), - [sym_rune_literal] = ACTIONS(3023), - [sym_pseudo_compile_time_identifier] = ACTIONS(3025), - [anon_sym_shared] = ACTIONS(3025), - [anon_sym_map_LBRACK] = ACTIONS(3023), - [anon_sym_chan] = ACTIONS(3025), - [anon_sym_thread] = ACTIONS(3025), - [anon_sym_atomic] = ACTIONS(3025), - [sym___double_quote] = ACTIONS(3023), - [sym___single_quote] = ACTIONS(3023), - [sym___c_double_quote] = ACTIONS(3023), - [sym___c_single_quote] = ACTIONS(3023), - [sym___r_double_quote] = ACTIONS(3023), - [sym___r_single_quote] = ACTIONS(3023), + [anon_sym_DOT] = ACTIONS(3317), + [anon_sym_as] = ACTIONS(3317), + [anon_sym_LBRACE] = ACTIONS(3315), + [anon_sym_COMMA] = ACTIONS(3315), + [anon_sym_RBRACE] = ACTIONS(3315), + [anon_sym_LPAREN] = ACTIONS(3315), + [anon_sym_PIPE] = ACTIONS(3317), + [anon_sym_fn] = ACTIONS(3317), + [anon_sym_PLUS] = ACTIONS(3317), + [anon_sym_DASH] = ACTIONS(3317), + [anon_sym_STAR] = ACTIONS(3315), + [anon_sym_SLASH] = ACTIONS(3317), + [anon_sym_PERCENT] = ACTIONS(3315), + [anon_sym_LT] = ACTIONS(3317), + [anon_sym_GT] = ACTIONS(3317), + [anon_sym_EQ_EQ] = ACTIONS(3315), + [anon_sym_BANG_EQ] = ACTIONS(3315), + [anon_sym_LT_EQ] = ACTIONS(3315), + [anon_sym_GT_EQ] = ACTIONS(3315), + [anon_sym_LBRACK] = ACTIONS(3315), + [anon_sym_RBRACK] = ACTIONS(3315), + [anon_sym_struct] = ACTIONS(3317), + [anon_sym_mut] = ACTIONS(3317), + [anon_sym_COLON] = ACTIONS(3315), + [anon_sym_PLUS_PLUS] = ACTIONS(3315), + [anon_sym_DASH_DASH] = ACTIONS(3315), + [anon_sym_QMARK] = ACTIONS(3317), + [anon_sym_BANG] = ACTIONS(3317), + [anon_sym_go] = ACTIONS(3317), + [anon_sym_spawn] = ACTIONS(3317), + [anon_sym_json_DOTdecode] = ACTIONS(3315), + [anon_sym_LBRACK2] = ACTIONS(3317), + [anon_sym_TILDE] = ACTIONS(3315), + [anon_sym_CARET] = ACTIONS(3315), + [anon_sym_AMP] = ACTIONS(3317), + [anon_sym_LT_DASH] = ACTIONS(3315), + [anon_sym_LT_LT] = ACTIONS(3315), + [anon_sym_GT_GT] = ACTIONS(3317), + [anon_sym_GT_GT_GT] = ACTIONS(3315), + [anon_sym_AMP_CARET] = ACTIONS(3315), + [anon_sym_AMP_AMP] = ACTIONS(3315), + [anon_sym_PIPE_PIPE] = ACTIONS(3315), + [anon_sym_or] = ACTIONS(3317), + [sym_none] = ACTIONS(3317), + [sym_true] = ACTIONS(3317), + [sym_false] = ACTIONS(3317), + [sym_nil] = ACTIONS(3317), + [anon_sym_QMARK_DOT] = ACTIONS(3315), + [anon_sym_POUND_LBRACK] = ACTIONS(3315), + [anon_sym_if] = ACTIONS(3317), + [anon_sym_DOLLARif] = ACTIONS(3317), + [anon_sym_is] = ACTIONS(3317), + [anon_sym_BANGis] = ACTIONS(3315), + [anon_sym_in] = ACTIONS(3317), + [anon_sym_BANGin] = ACTIONS(3315), + [anon_sym_match] = ACTIONS(3317), + [anon_sym_select] = ACTIONS(3317), + [anon_sym_lock] = ACTIONS(3317), + [anon_sym_rlock] = ACTIONS(3317), + [anon_sym_unsafe] = ACTIONS(3317), + [anon_sym_sql] = ACTIONS(3317), + [sym_int_literal] = ACTIONS(3317), + [sym_float_literal] = ACTIONS(3315), + [sym_rune_literal] = ACTIONS(3315), + [sym_pseudo_compile_time_identifier] = ACTIONS(3317), + [anon_sym_shared] = ACTIONS(3317), + [anon_sym_map_LBRACK] = ACTIONS(3315), + [anon_sym_chan] = ACTIONS(3317), + [anon_sym_thread] = ACTIONS(3317), + [anon_sym_atomic] = ACTIONS(3317), + [sym___double_quote] = ACTIONS(3315), + [sym___single_quote] = ACTIONS(3315), + [sym___c_double_quote] = ACTIONS(3315), + [sym___c_single_quote] = ACTIONS(3315), + [sym___r_double_quote] = ACTIONS(3315), + [sym___r_single_quote] = ACTIONS(3315), }, [1423] = { [sym_line_comment] = STATE(1423), [sym_block_comment] = STATE(1423), - [sym_identifier] = ACTIONS(3135), + [sym_identifier] = ACTIONS(3361), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3135), - [anon_sym_as] = ACTIONS(3135), - [anon_sym_LBRACE] = ACTIONS(3133), - [anon_sym_COMMA] = ACTIONS(3133), - [anon_sym_RBRACE] = ACTIONS(3133), - [anon_sym_LPAREN] = ACTIONS(3133), - [anon_sym_PIPE] = ACTIONS(3135), - [anon_sym_fn] = ACTIONS(3135), - [anon_sym_PLUS] = ACTIONS(3135), - [anon_sym_DASH] = ACTIONS(3135), - [anon_sym_STAR] = ACTIONS(3133), - [anon_sym_SLASH] = ACTIONS(3135), - [anon_sym_PERCENT] = ACTIONS(3133), - [anon_sym_LT] = ACTIONS(3135), - [anon_sym_GT] = ACTIONS(3135), - [anon_sym_EQ_EQ] = ACTIONS(3133), - [anon_sym_BANG_EQ] = ACTIONS(3133), - [anon_sym_LT_EQ] = ACTIONS(3133), - [anon_sym_GT_EQ] = ACTIONS(3133), - [anon_sym_LBRACK] = ACTIONS(3133), - [anon_sym_RBRACK] = ACTIONS(3133), - [anon_sym_struct] = ACTIONS(3135), - [anon_sym_mut] = ACTIONS(3135), - [anon_sym_COLON] = ACTIONS(3133), - [anon_sym_PLUS_PLUS] = ACTIONS(3133), - [anon_sym_DASH_DASH] = ACTIONS(3133), - [anon_sym_QMARK] = ACTIONS(3135), - [anon_sym_BANG] = ACTIONS(3135), - [anon_sym_go] = ACTIONS(3135), - [anon_sym_spawn] = ACTIONS(3135), - [anon_sym_json_DOTdecode] = ACTIONS(3133), - [anon_sym_LBRACK2] = ACTIONS(3135), - [anon_sym_TILDE] = ACTIONS(3133), - [anon_sym_CARET] = ACTIONS(3133), - [anon_sym_AMP] = ACTIONS(3135), - [anon_sym_LT_DASH] = ACTIONS(3133), - [anon_sym_LT_LT] = ACTIONS(3133), - [anon_sym_GT_GT] = ACTIONS(3135), - [anon_sym_GT_GT_GT] = ACTIONS(3133), - [anon_sym_AMP_CARET] = ACTIONS(3133), - [anon_sym_AMP_AMP] = ACTIONS(3133), - [anon_sym_PIPE_PIPE] = ACTIONS(3133), - [anon_sym_or] = ACTIONS(3135), - [sym_none] = ACTIONS(3135), - [sym_true] = ACTIONS(3135), - [sym_false] = ACTIONS(3135), - [sym_nil] = ACTIONS(3135), - [anon_sym_QMARK_DOT] = ACTIONS(3133), - [anon_sym_POUND_LBRACK] = ACTIONS(3133), - [anon_sym_if] = ACTIONS(3135), - [anon_sym_DOLLARif] = ACTIONS(3135), - [anon_sym_is] = ACTIONS(3135), - [anon_sym_BANGis] = ACTIONS(3133), - [anon_sym_in] = ACTIONS(3135), - [anon_sym_BANGin] = ACTIONS(3133), - [anon_sym_match] = ACTIONS(3135), - [anon_sym_select] = ACTIONS(3135), - [anon_sym_lock] = ACTIONS(3135), - [anon_sym_rlock] = ACTIONS(3135), - [anon_sym_unsafe] = ACTIONS(3135), - [anon_sym_sql] = ACTIONS(3135), - [sym_int_literal] = ACTIONS(3135), - [sym_float_literal] = ACTIONS(3133), - [sym_rune_literal] = ACTIONS(3133), - [sym_pseudo_compile_time_identifier] = ACTIONS(3135), - [anon_sym_shared] = ACTIONS(3135), - [anon_sym_map_LBRACK] = ACTIONS(3133), - [anon_sym_chan] = ACTIONS(3135), - [anon_sym_thread] = ACTIONS(3135), - [anon_sym_atomic] = ACTIONS(3135), - [sym___double_quote] = ACTIONS(3133), - [sym___single_quote] = ACTIONS(3133), - [sym___c_double_quote] = ACTIONS(3133), - [sym___c_single_quote] = ACTIONS(3133), - [sym___r_double_quote] = ACTIONS(3133), - [sym___r_single_quote] = ACTIONS(3133), + [anon_sym_DOT] = ACTIONS(3361), + [anon_sym_as] = ACTIONS(3361), + [anon_sym_LBRACE] = ACTIONS(3359), + [anon_sym_COMMA] = ACTIONS(3359), + [anon_sym_RBRACE] = ACTIONS(3359), + [anon_sym_LPAREN] = ACTIONS(3359), + [anon_sym_PIPE] = ACTIONS(3361), + [anon_sym_fn] = ACTIONS(3361), + [anon_sym_PLUS] = ACTIONS(3361), + [anon_sym_DASH] = ACTIONS(3361), + [anon_sym_STAR] = ACTIONS(3359), + [anon_sym_SLASH] = ACTIONS(3361), + [anon_sym_PERCENT] = ACTIONS(3359), + [anon_sym_LT] = ACTIONS(3361), + [anon_sym_GT] = ACTIONS(3361), + [anon_sym_EQ_EQ] = ACTIONS(3359), + [anon_sym_BANG_EQ] = ACTIONS(3359), + [anon_sym_LT_EQ] = ACTIONS(3359), + [anon_sym_GT_EQ] = ACTIONS(3359), + [anon_sym_LBRACK] = ACTIONS(3359), + [anon_sym_RBRACK] = ACTIONS(3359), + [anon_sym_struct] = ACTIONS(3361), + [anon_sym_mut] = ACTIONS(3361), + [anon_sym_COLON] = ACTIONS(3359), + [anon_sym_PLUS_PLUS] = ACTIONS(3359), + [anon_sym_DASH_DASH] = ACTIONS(3359), + [anon_sym_QMARK] = ACTIONS(3361), + [anon_sym_BANG] = ACTIONS(3361), + [anon_sym_go] = ACTIONS(3361), + [anon_sym_spawn] = ACTIONS(3361), + [anon_sym_json_DOTdecode] = ACTIONS(3359), + [anon_sym_LBRACK2] = ACTIONS(3361), + [anon_sym_TILDE] = ACTIONS(3359), + [anon_sym_CARET] = ACTIONS(3359), + [anon_sym_AMP] = ACTIONS(3361), + [anon_sym_LT_DASH] = ACTIONS(3359), + [anon_sym_LT_LT] = ACTIONS(3359), + [anon_sym_GT_GT] = ACTIONS(3361), + [anon_sym_GT_GT_GT] = ACTIONS(3359), + [anon_sym_AMP_CARET] = ACTIONS(3359), + [anon_sym_AMP_AMP] = ACTIONS(3359), + [anon_sym_PIPE_PIPE] = ACTIONS(3359), + [anon_sym_or] = ACTIONS(3361), + [sym_none] = ACTIONS(3361), + [sym_true] = ACTIONS(3361), + [sym_false] = ACTIONS(3361), + [sym_nil] = ACTIONS(3361), + [anon_sym_QMARK_DOT] = ACTIONS(3359), + [anon_sym_POUND_LBRACK] = ACTIONS(3359), + [anon_sym_if] = ACTIONS(3361), + [anon_sym_DOLLARif] = ACTIONS(3361), + [anon_sym_is] = ACTIONS(3361), + [anon_sym_BANGis] = ACTIONS(3359), + [anon_sym_in] = ACTIONS(3361), + [anon_sym_BANGin] = ACTIONS(3359), + [anon_sym_match] = ACTIONS(3361), + [anon_sym_select] = ACTIONS(3361), + [anon_sym_lock] = ACTIONS(3361), + [anon_sym_rlock] = ACTIONS(3361), + [anon_sym_unsafe] = ACTIONS(3361), + [anon_sym_sql] = ACTIONS(3361), + [sym_int_literal] = ACTIONS(3361), + [sym_float_literal] = ACTIONS(3359), + [sym_rune_literal] = ACTIONS(3359), + [sym_pseudo_compile_time_identifier] = ACTIONS(3361), + [anon_sym_shared] = ACTIONS(3361), + [anon_sym_map_LBRACK] = ACTIONS(3359), + [anon_sym_chan] = ACTIONS(3361), + [anon_sym_thread] = ACTIONS(3361), + [anon_sym_atomic] = ACTIONS(3361), + [sym___double_quote] = ACTIONS(3359), + [sym___single_quote] = ACTIONS(3359), + [sym___c_double_quote] = ACTIONS(3359), + [sym___c_single_quote] = ACTIONS(3359), + [sym___r_double_quote] = ACTIONS(3359), + [sym___r_single_quote] = ACTIONS(3359), }, [1424] = { [sym_line_comment] = STATE(1424), [sym_block_comment] = STATE(1424), - [sym_identifier] = ACTIONS(3419), + [sym_identifier] = ACTIONS(3061), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3419), - [anon_sym_as] = ACTIONS(3419), - [anon_sym_LBRACE] = ACTIONS(3417), - [anon_sym_COMMA] = ACTIONS(3417), - [anon_sym_RBRACE] = ACTIONS(3417), - [anon_sym_LPAREN] = ACTIONS(3417), - [anon_sym_PIPE] = ACTIONS(3419), - [anon_sym_fn] = ACTIONS(3419), - [anon_sym_PLUS] = ACTIONS(3419), - [anon_sym_DASH] = ACTIONS(3419), - [anon_sym_STAR] = ACTIONS(3417), - [anon_sym_SLASH] = ACTIONS(3419), - [anon_sym_PERCENT] = ACTIONS(3417), - [anon_sym_LT] = ACTIONS(3419), - [anon_sym_GT] = ACTIONS(3419), - [anon_sym_EQ_EQ] = ACTIONS(3417), - [anon_sym_BANG_EQ] = ACTIONS(3417), - [anon_sym_LT_EQ] = ACTIONS(3417), - [anon_sym_GT_EQ] = ACTIONS(3417), - [anon_sym_LBRACK] = ACTIONS(3417), - [anon_sym_RBRACK] = ACTIONS(3417), - [anon_sym_struct] = ACTIONS(3419), - [anon_sym_mut] = ACTIONS(3419), - [anon_sym_COLON] = ACTIONS(3417), - [anon_sym_PLUS_PLUS] = ACTIONS(3417), - [anon_sym_DASH_DASH] = ACTIONS(3417), - [anon_sym_QMARK] = ACTIONS(3419), - [anon_sym_BANG] = ACTIONS(3419), - [anon_sym_go] = ACTIONS(3419), - [anon_sym_spawn] = ACTIONS(3419), - [anon_sym_json_DOTdecode] = ACTIONS(3417), - [anon_sym_LBRACK2] = ACTIONS(3419), - [anon_sym_TILDE] = ACTIONS(3417), - [anon_sym_CARET] = ACTIONS(3417), - [anon_sym_AMP] = ACTIONS(3419), - [anon_sym_LT_DASH] = ACTIONS(3417), - [anon_sym_LT_LT] = ACTIONS(3417), - [anon_sym_GT_GT] = ACTIONS(3419), - [anon_sym_GT_GT_GT] = ACTIONS(3417), - [anon_sym_AMP_CARET] = ACTIONS(3417), - [anon_sym_AMP_AMP] = ACTIONS(3417), - [anon_sym_PIPE_PIPE] = ACTIONS(3417), - [anon_sym_or] = ACTIONS(3419), - [sym_none] = ACTIONS(3419), - [sym_true] = ACTIONS(3419), - [sym_false] = ACTIONS(3419), - [sym_nil] = ACTIONS(3419), - [anon_sym_QMARK_DOT] = ACTIONS(3417), - [anon_sym_POUND_LBRACK] = ACTIONS(3417), - [anon_sym_if] = ACTIONS(3419), - [anon_sym_DOLLARif] = ACTIONS(3419), - [anon_sym_is] = ACTIONS(3419), - [anon_sym_BANGis] = ACTIONS(3417), - [anon_sym_in] = ACTIONS(3419), - [anon_sym_BANGin] = ACTIONS(3417), - [anon_sym_match] = ACTIONS(3419), - [anon_sym_select] = ACTIONS(3419), - [anon_sym_lock] = ACTIONS(3419), - [anon_sym_rlock] = ACTIONS(3419), - [anon_sym_unsafe] = ACTIONS(3419), - [anon_sym_sql] = ACTIONS(3419), - [sym_int_literal] = ACTIONS(3419), - [sym_float_literal] = ACTIONS(3417), - [sym_rune_literal] = ACTIONS(3417), - [sym_pseudo_compile_time_identifier] = ACTIONS(3419), - [anon_sym_shared] = ACTIONS(3419), - [anon_sym_map_LBRACK] = ACTIONS(3417), - [anon_sym_chan] = ACTIONS(3419), - [anon_sym_thread] = ACTIONS(3419), - [anon_sym_atomic] = ACTIONS(3419), - [sym___double_quote] = ACTIONS(3417), - [sym___single_quote] = ACTIONS(3417), - [sym___c_double_quote] = ACTIONS(3417), - [sym___c_single_quote] = ACTIONS(3417), - [sym___r_double_quote] = ACTIONS(3417), - [sym___r_single_quote] = ACTIONS(3417), + [anon_sym_DOT] = ACTIONS(3061), + [anon_sym_as] = ACTIONS(3061), + [anon_sym_LBRACE] = ACTIONS(3059), + [anon_sym_COMMA] = ACTIONS(3059), + [anon_sym_RBRACE] = ACTIONS(3059), + [anon_sym_LPAREN] = ACTIONS(3059), + [anon_sym_PIPE] = ACTIONS(3061), + [anon_sym_fn] = ACTIONS(3061), + [anon_sym_PLUS] = ACTIONS(3061), + [anon_sym_DASH] = ACTIONS(3061), + [anon_sym_STAR] = ACTIONS(3059), + [anon_sym_SLASH] = ACTIONS(3061), + [anon_sym_PERCENT] = ACTIONS(3059), + [anon_sym_LT] = ACTIONS(3061), + [anon_sym_GT] = ACTIONS(3061), + [anon_sym_EQ_EQ] = ACTIONS(3059), + [anon_sym_BANG_EQ] = ACTIONS(3059), + [anon_sym_LT_EQ] = ACTIONS(3059), + [anon_sym_GT_EQ] = ACTIONS(3059), + [anon_sym_LBRACK] = ACTIONS(3059), + [anon_sym_RBRACK] = ACTIONS(3059), + [anon_sym_struct] = ACTIONS(3061), + [anon_sym_mut] = ACTIONS(3061), + [anon_sym_COLON] = ACTIONS(3059), + [anon_sym_PLUS_PLUS] = ACTIONS(3059), + [anon_sym_DASH_DASH] = ACTIONS(3059), + [anon_sym_QMARK] = ACTIONS(3061), + [anon_sym_BANG] = ACTIONS(3061), + [anon_sym_go] = ACTIONS(3061), + [anon_sym_spawn] = ACTIONS(3061), + [anon_sym_json_DOTdecode] = ACTIONS(3059), + [anon_sym_LBRACK2] = ACTIONS(3061), + [anon_sym_TILDE] = ACTIONS(3059), + [anon_sym_CARET] = ACTIONS(3059), + [anon_sym_AMP] = ACTIONS(3061), + [anon_sym_LT_DASH] = ACTIONS(3059), + [anon_sym_LT_LT] = ACTIONS(3059), + [anon_sym_GT_GT] = ACTIONS(3061), + [anon_sym_GT_GT_GT] = ACTIONS(3059), + [anon_sym_AMP_CARET] = ACTIONS(3059), + [anon_sym_AMP_AMP] = ACTIONS(3059), + [anon_sym_PIPE_PIPE] = ACTIONS(3059), + [anon_sym_or] = ACTIONS(3061), + [sym_none] = ACTIONS(3061), + [sym_true] = ACTIONS(3061), + [sym_false] = ACTIONS(3061), + [sym_nil] = ACTIONS(3061), + [anon_sym_QMARK_DOT] = ACTIONS(3059), + [anon_sym_POUND_LBRACK] = ACTIONS(3059), + [anon_sym_if] = ACTIONS(3061), + [anon_sym_DOLLARif] = ACTIONS(3061), + [anon_sym_is] = ACTIONS(3061), + [anon_sym_BANGis] = ACTIONS(3059), + [anon_sym_in] = ACTIONS(3061), + [anon_sym_BANGin] = ACTIONS(3059), + [anon_sym_match] = ACTIONS(3061), + [anon_sym_select] = ACTIONS(3061), + [anon_sym_lock] = ACTIONS(3061), + [anon_sym_rlock] = ACTIONS(3061), + [anon_sym_unsafe] = ACTIONS(3061), + [anon_sym_sql] = ACTIONS(3061), + [sym_int_literal] = ACTIONS(3061), + [sym_float_literal] = ACTIONS(3059), + [sym_rune_literal] = ACTIONS(3059), + [sym_pseudo_compile_time_identifier] = ACTIONS(3061), + [anon_sym_shared] = ACTIONS(3061), + [anon_sym_map_LBRACK] = ACTIONS(3059), + [anon_sym_chan] = ACTIONS(3061), + [anon_sym_thread] = ACTIONS(3061), + [anon_sym_atomic] = ACTIONS(3061), + [sym___double_quote] = ACTIONS(3059), + [sym___single_quote] = ACTIONS(3059), + [sym___c_double_quote] = ACTIONS(3059), + [sym___c_single_quote] = ACTIONS(3059), + [sym___r_double_quote] = ACTIONS(3059), + [sym___r_single_quote] = ACTIONS(3059), }, [1425] = { [sym_line_comment] = STATE(1425), [sym_block_comment] = STATE(1425), - [sym_identifier] = ACTIONS(3037), + [sym_identifier] = ACTIONS(3444), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3037), - [anon_sym_as] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3035), - [anon_sym_COMMA] = ACTIONS(3035), - [anon_sym_RBRACE] = ACTIONS(3035), - [anon_sym_LPAREN] = ACTIONS(3035), - [anon_sym_PIPE] = ACTIONS(3037), - [anon_sym_fn] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3035), - [anon_sym_SLASH] = ACTIONS(3037), - [anon_sym_PERCENT] = ACTIONS(3035), - [anon_sym_LT] = ACTIONS(3037), - [anon_sym_GT] = ACTIONS(3037), - [anon_sym_EQ_EQ] = ACTIONS(3035), - [anon_sym_BANG_EQ] = ACTIONS(3035), - [anon_sym_LT_EQ] = ACTIONS(3035), - [anon_sym_GT_EQ] = ACTIONS(3035), - [anon_sym_LBRACK] = ACTIONS(3035), - [anon_sym_RBRACK] = ACTIONS(3035), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_mut] = ACTIONS(3037), - [anon_sym_COLON] = ACTIONS(3035), - [anon_sym_PLUS_PLUS] = ACTIONS(3035), - [anon_sym_DASH_DASH] = ACTIONS(3035), - [anon_sym_QMARK] = ACTIONS(3037), - [anon_sym_BANG] = ACTIONS(3037), - [anon_sym_go] = ACTIONS(3037), - [anon_sym_spawn] = ACTIONS(3037), - [anon_sym_json_DOTdecode] = ACTIONS(3035), - [anon_sym_LBRACK2] = ACTIONS(3037), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_CARET] = ACTIONS(3035), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_LT_DASH] = ACTIONS(3035), - [anon_sym_LT_LT] = ACTIONS(3035), - [anon_sym_GT_GT] = ACTIONS(3037), - [anon_sym_GT_GT_GT] = ACTIONS(3035), - [anon_sym_AMP_CARET] = ACTIONS(3035), - [anon_sym_AMP_AMP] = ACTIONS(3035), - [anon_sym_PIPE_PIPE] = ACTIONS(3035), - [anon_sym_or] = ACTIONS(3037), - [sym_none] = ACTIONS(3037), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [sym_nil] = ACTIONS(3037), - [anon_sym_QMARK_DOT] = ACTIONS(3035), - [anon_sym_POUND_LBRACK] = ACTIONS(3035), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_DOLLARif] = ACTIONS(3037), - [anon_sym_is] = ACTIONS(3037), - [anon_sym_BANGis] = ACTIONS(3035), - [anon_sym_in] = ACTIONS(3037), - [anon_sym_BANGin] = ACTIONS(3035), - [anon_sym_match] = ACTIONS(3037), - [anon_sym_select] = ACTIONS(3037), - [anon_sym_lock] = ACTIONS(3037), - [anon_sym_rlock] = ACTIONS(3037), - [anon_sym_unsafe] = ACTIONS(3037), - [anon_sym_sql] = ACTIONS(3037), - [sym_int_literal] = ACTIONS(3037), - [sym_float_literal] = ACTIONS(3035), - [sym_rune_literal] = ACTIONS(3035), - [sym_pseudo_compile_time_identifier] = ACTIONS(3037), - [anon_sym_shared] = ACTIONS(3037), - [anon_sym_map_LBRACK] = ACTIONS(3035), - [anon_sym_chan] = ACTIONS(3037), - [anon_sym_thread] = ACTIONS(3037), - [anon_sym_atomic] = ACTIONS(3037), - [sym___double_quote] = ACTIONS(3035), - [sym___single_quote] = ACTIONS(3035), - [sym___c_double_quote] = ACTIONS(3035), - [sym___c_single_quote] = ACTIONS(3035), - [sym___r_double_quote] = ACTIONS(3035), - [sym___r_single_quote] = ACTIONS(3035), + [anon_sym_DOT] = ACTIONS(3444), + [anon_sym_as] = ACTIONS(3444), + [anon_sym_LBRACE] = ACTIONS(3442), + [anon_sym_COMMA] = ACTIONS(3442), + [anon_sym_RBRACE] = ACTIONS(3442), + [anon_sym_LPAREN] = ACTIONS(3442), + [anon_sym_PIPE] = ACTIONS(3444), + [anon_sym_fn] = ACTIONS(3444), + [anon_sym_PLUS] = ACTIONS(3444), + [anon_sym_DASH] = ACTIONS(3444), + [anon_sym_STAR] = ACTIONS(3442), + [anon_sym_SLASH] = ACTIONS(3444), + [anon_sym_PERCENT] = ACTIONS(3442), + [anon_sym_LT] = ACTIONS(3444), + [anon_sym_GT] = ACTIONS(3444), + [anon_sym_EQ_EQ] = ACTIONS(3442), + [anon_sym_BANG_EQ] = ACTIONS(3442), + [anon_sym_LT_EQ] = ACTIONS(3442), + [anon_sym_GT_EQ] = ACTIONS(3442), + [anon_sym_LBRACK] = ACTIONS(3442), + [anon_sym_RBRACK] = ACTIONS(3442), + [anon_sym_struct] = ACTIONS(3444), + [anon_sym_mut] = ACTIONS(3444), + [anon_sym_COLON] = ACTIONS(3442), + [anon_sym_PLUS_PLUS] = ACTIONS(3442), + [anon_sym_DASH_DASH] = ACTIONS(3442), + [anon_sym_QMARK] = ACTIONS(3444), + [anon_sym_BANG] = ACTIONS(3444), + [anon_sym_go] = ACTIONS(3444), + [anon_sym_spawn] = ACTIONS(3444), + [anon_sym_json_DOTdecode] = ACTIONS(3442), + [anon_sym_LBRACK2] = ACTIONS(3444), + [anon_sym_TILDE] = ACTIONS(3442), + [anon_sym_CARET] = ACTIONS(3442), + [anon_sym_AMP] = ACTIONS(3444), + [anon_sym_LT_DASH] = ACTIONS(3442), + [anon_sym_LT_LT] = ACTIONS(3442), + [anon_sym_GT_GT] = ACTIONS(3444), + [anon_sym_GT_GT_GT] = ACTIONS(3442), + [anon_sym_AMP_CARET] = ACTIONS(3442), + [anon_sym_AMP_AMP] = ACTIONS(3442), + [anon_sym_PIPE_PIPE] = ACTIONS(3442), + [anon_sym_or] = ACTIONS(3444), + [sym_none] = ACTIONS(3444), + [sym_true] = ACTIONS(3444), + [sym_false] = ACTIONS(3444), + [sym_nil] = ACTIONS(3444), + [anon_sym_QMARK_DOT] = ACTIONS(3442), + [anon_sym_POUND_LBRACK] = ACTIONS(3442), + [anon_sym_if] = ACTIONS(3444), + [anon_sym_DOLLARif] = ACTIONS(3444), + [anon_sym_is] = ACTIONS(3444), + [anon_sym_BANGis] = ACTIONS(3442), + [anon_sym_in] = ACTIONS(3444), + [anon_sym_BANGin] = ACTIONS(3442), + [anon_sym_match] = ACTIONS(3444), + [anon_sym_select] = ACTIONS(3444), + [anon_sym_lock] = ACTIONS(3444), + [anon_sym_rlock] = ACTIONS(3444), + [anon_sym_unsafe] = ACTIONS(3444), + [anon_sym_sql] = ACTIONS(3444), + [sym_int_literal] = ACTIONS(3444), + [sym_float_literal] = ACTIONS(3442), + [sym_rune_literal] = ACTIONS(3442), + [sym_pseudo_compile_time_identifier] = ACTIONS(3444), + [anon_sym_shared] = ACTIONS(3444), + [anon_sym_map_LBRACK] = ACTIONS(3442), + [anon_sym_chan] = ACTIONS(3444), + [anon_sym_thread] = ACTIONS(3444), + [anon_sym_atomic] = ACTIONS(3444), + [sym___double_quote] = ACTIONS(3442), + [sym___single_quote] = ACTIONS(3442), + [sym___c_double_quote] = ACTIONS(3442), + [sym___c_single_quote] = ACTIONS(3442), + [sym___r_double_quote] = ACTIONS(3442), + [sym___r_single_quote] = ACTIONS(3442), }, [1426] = { [sym_line_comment] = STATE(1426), [sym_block_comment] = STATE(1426), - [sym_identifier] = ACTIONS(3131), + [sym_identifier] = ACTIONS(3337), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3131), - [anon_sym_as] = ACTIONS(3131), - [anon_sym_LBRACE] = ACTIONS(3129), - [anon_sym_COMMA] = ACTIONS(3129), - [anon_sym_RBRACE] = ACTIONS(3129), - [anon_sym_LPAREN] = ACTIONS(3129), - [anon_sym_PIPE] = ACTIONS(3131), - [anon_sym_fn] = ACTIONS(3131), - [anon_sym_PLUS] = ACTIONS(3131), - [anon_sym_DASH] = ACTIONS(3131), - [anon_sym_STAR] = ACTIONS(3129), - [anon_sym_SLASH] = ACTIONS(3131), - [anon_sym_PERCENT] = ACTIONS(3129), - [anon_sym_LT] = ACTIONS(3131), - [anon_sym_GT] = ACTIONS(3131), - [anon_sym_EQ_EQ] = ACTIONS(3129), - [anon_sym_BANG_EQ] = ACTIONS(3129), - [anon_sym_LT_EQ] = ACTIONS(3129), - [anon_sym_GT_EQ] = ACTIONS(3129), - [anon_sym_LBRACK] = ACTIONS(3129), - [anon_sym_RBRACK] = ACTIONS(3129), - [anon_sym_struct] = ACTIONS(3131), - [anon_sym_mut] = ACTIONS(3131), - [anon_sym_COLON] = ACTIONS(3129), - [anon_sym_PLUS_PLUS] = ACTIONS(3129), - [anon_sym_DASH_DASH] = ACTIONS(3129), - [anon_sym_QMARK] = ACTIONS(3131), - [anon_sym_BANG] = ACTIONS(3131), - [anon_sym_go] = ACTIONS(3131), - [anon_sym_spawn] = ACTIONS(3131), - [anon_sym_json_DOTdecode] = ACTIONS(3129), - [anon_sym_LBRACK2] = ACTIONS(3131), - [anon_sym_TILDE] = ACTIONS(3129), - [anon_sym_CARET] = ACTIONS(3129), - [anon_sym_AMP] = ACTIONS(3131), - [anon_sym_LT_DASH] = ACTIONS(3129), - [anon_sym_LT_LT] = ACTIONS(3129), - [anon_sym_GT_GT] = ACTIONS(3131), - [anon_sym_GT_GT_GT] = ACTIONS(3129), - [anon_sym_AMP_CARET] = ACTIONS(3129), - [anon_sym_AMP_AMP] = ACTIONS(3129), - [anon_sym_PIPE_PIPE] = ACTIONS(3129), - [anon_sym_or] = ACTIONS(3131), - [sym_none] = ACTIONS(3131), - [sym_true] = ACTIONS(3131), - [sym_false] = ACTIONS(3131), - [sym_nil] = ACTIONS(3131), - [anon_sym_QMARK_DOT] = ACTIONS(3129), - [anon_sym_POUND_LBRACK] = ACTIONS(3129), - [anon_sym_if] = ACTIONS(3131), - [anon_sym_DOLLARif] = ACTIONS(3131), - [anon_sym_is] = ACTIONS(3131), - [anon_sym_BANGis] = ACTIONS(3129), - [anon_sym_in] = ACTIONS(3131), - [anon_sym_BANGin] = ACTIONS(3129), - [anon_sym_match] = ACTIONS(3131), - [anon_sym_select] = ACTIONS(3131), - [anon_sym_lock] = ACTIONS(3131), - [anon_sym_rlock] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(3131), - [anon_sym_sql] = ACTIONS(3131), - [sym_int_literal] = ACTIONS(3131), - [sym_float_literal] = ACTIONS(3129), - [sym_rune_literal] = ACTIONS(3129), - [sym_pseudo_compile_time_identifier] = ACTIONS(3131), - [anon_sym_shared] = ACTIONS(3131), - [anon_sym_map_LBRACK] = ACTIONS(3129), - [anon_sym_chan] = ACTIONS(3131), - [anon_sym_thread] = ACTIONS(3131), - [anon_sym_atomic] = ACTIONS(3131), - [sym___double_quote] = ACTIONS(3129), - [sym___single_quote] = ACTIONS(3129), - [sym___c_double_quote] = ACTIONS(3129), - [sym___c_single_quote] = ACTIONS(3129), - [sym___r_double_quote] = ACTIONS(3129), - [sym___r_single_quote] = ACTIONS(3129), + [anon_sym_DOT] = ACTIONS(3337), + [anon_sym_as] = ACTIONS(3337), + [anon_sym_LBRACE] = ACTIONS(3335), + [anon_sym_COMMA] = ACTIONS(3335), + [anon_sym_RBRACE] = ACTIONS(3335), + [anon_sym_LPAREN] = ACTIONS(3335), + [anon_sym_PIPE] = ACTIONS(3337), + [anon_sym_fn] = ACTIONS(3337), + [anon_sym_PLUS] = ACTIONS(3337), + [anon_sym_DASH] = ACTIONS(3337), + [anon_sym_STAR] = ACTIONS(3335), + [anon_sym_SLASH] = ACTIONS(3337), + [anon_sym_PERCENT] = ACTIONS(3335), + [anon_sym_LT] = ACTIONS(3337), + [anon_sym_GT] = ACTIONS(3337), + [anon_sym_EQ_EQ] = ACTIONS(3335), + [anon_sym_BANG_EQ] = ACTIONS(3335), + [anon_sym_LT_EQ] = ACTIONS(3335), + [anon_sym_GT_EQ] = ACTIONS(3335), + [anon_sym_LBRACK] = ACTIONS(3335), + [anon_sym_RBRACK] = ACTIONS(3335), + [anon_sym_struct] = ACTIONS(3337), + [anon_sym_mut] = ACTIONS(3337), + [anon_sym_COLON] = ACTIONS(3335), + [anon_sym_PLUS_PLUS] = ACTIONS(3335), + [anon_sym_DASH_DASH] = ACTIONS(3335), + [anon_sym_QMARK] = ACTIONS(3337), + [anon_sym_BANG] = ACTIONS(3337), + [anon_sym_go] = ACTIONS(3337), + [anon_sym_spawn] = ACTIONS(3337), + [anon_sym_json_DOTdecode] = ACTIONS(3335), + [anon_sym_LBRACK2] = ACTIONS(3337), + [anon_sym_TILDE] = ACTIONS(3335), + [anon_sym_CARET] = ACTIONS(3335), + [anon_sym_AMP] = ACTIONS(3337), + [anon_sym_LT_DASH] = ACTIONS(3335), + [anon_sym_LT_LT] = ACTIONS(3335), + [anon_sym_GT_GT] = ACTIONS(3337), + [anon_sym_GT_GT_GT] = ACTIONS(3335), + [anon_sym_AMP_CARET] = ACTIONS(3335), + [anon_sym_AMP_AMP] = ACTIONS(3335), + [anon_sym_PIPE_PIPE] = ACTIONS(3335), + [anon_sym_or] = ACTIONS(3337), + [sym_none] = ACTIONS(3337), + [sym_true] = ACTIONS(3337), + [sym_false] = ACTIONS(3337), + [sym_nil] = ACTIONS(3337), + [anon_sym_QMARK_DOT] = ACTIONS(3335), + [anon_sym_POUND_LBRACK] = ACTIONS(3335), + [anon_sym_if] = ACTIONS(3337), + [anon_sym_DOLLARif] = ACTIONS(3337), + [anon_sym_is] = ACTIONS(3337), + [anon_sym_BANGis] = ACTIONS(3335), + [anon_sym_in] = ACTIONS(3337), + [anon_sym_BANGin] = ACTIONS(3335), + [anon_sym_match] = ACTIONS(3337), + [anon_sym_select] = ACTIONS(3337), + [anon_sym_lock] = ACTIONS(3337), + [anon_sym_rlock] = ACTIONS(3337), + [anon_sym_unsafe] = ACTIONS(3337), + [anon_sym_sql] = ACTIONS(3337), + [sym_int_literal] = ACTIONS(3337), + [sym_float_literal] = ACTIONS(3335), + [sym_rune_literal] = ACTIONS(3335), + [sym_pseudo_compile_time_identifier] = ACTIONS(3337), + [anon_sym_shared] = ACTIONS(3337), + [anon_sym_map_LBRACK] = ACTIONS(3335), + [anon_sym_chan] = ACTIONS(3337), + [anon_sym_thread] = ACTIONS(3337), + [anon_sym_atomic] = ACTIONS(3337), + [sym___double_quote] = ACTIONS(3335), + [sym___single_quote] = ACTIONS(3335), + [sym___c_double_quote] = ACTIONS(3335), + [sym___c_single_quote] = ACTIONS(3335), + [sym___r_double_quote] = ACTIONS(3335), + [sym___r_single_quote] = ACTIONS(3335), }, [1427] = { [sym_line_comment] = STATE(1427), [sym_block_comment] = STATE(1427), - [sym_identifier] = ACTIONS(3327), + [sym_identifier] = ACTIONS(3069), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(3945), - [anon_sym_DOT] = ACTIONS(3327), - [anon_sym_as] = ACTIONS(3327), - [anon_sym_LBRACE] = ACTIONS(3325), - [anon_sym_COMMA] = ACTIONS(3325), - [anon_sym_LPAREN] = ACTIONS(3325), - [anon_sym_PIPE] = ACTIONS(3327), - [anon_sym_fn] = ACTIONS(3327), - [anon_sym_PLUS] = ACTIONS(3327), - [anon_sym_DASH] = ACTIONS(3327), - [anon_sym_STAR] = ACTIONS(3325), - [anon_sym_SLASH] = ACTIONS(3327), - [anon_sym_PERCENT] = ACTIONS(3325), - [anon_sym_LT] = ACTIONS(3327), - [anon_sym_GT] = ACTIONS(3327), - [anon_sym_EQ_EQ] = ACTIONS(3325), - [anon_sym_BANG_EQ] = ACTIONS(3325), - [anon_sym_LT_EQ] = ACTIONS(3325), - [anon_sym_GT_EQ] = ACTIONS(3325), - [anon_sym_LBRACK] = ACTIONS(3325), - [anon_sym_RBRACK] = ACTIONS(3945), - [anon_sym_struct] = ACTIONS(3327), - [anon_sym_mut] = ACTIONS(3327), - [anon_sym_PLUS_PLUS] = ACTIONS(3325), - [anon_sym_DASH_DASH] = ACTIONS(3325), - [anon_sym_QMARK] = ACTIONS(3327), - [anon_sym_BANG] = ACTIONS(3327), - [anon_sym_go] = ACTIONS(3327), - [anon_sym_spawn] = ACTIONS(3327), - [anon_sym_json_DOTdecode] = ACTIONS(3325), - [anon_sym_LBRACK2] = ACTIONS(3327), - [anon_sym_TILDE] = ACTIONS(3325), - [anon_sym_CARET] = ACTIONS(3325), - [anon_sym_AMP] = ACTIONS(3327), - [anon_sym_LT_DASH] = ACTIONS(3325), - [anon_sym_LT_LT] = ACTIONS(3325), - [anon_sym_GT_GT] = ACTIONS(3327), - [anon_sym_GT_GT_GT] = ACTIONS(3325), - [anon_sym_AMP_CARET] = ACTIONS(3325), - [anon_sym_AMP_AMP] = ACTIONS(3325), - [anon_sym_PIPE_PIPE] = ACTIONS(3325), - [anon_sym_or] = ACTIONS(3327), - [sym_none] = ACTIONS(3327), - [sym_true] = ACTIONS(3327), - [sym_false] = ACTIONS(3327), - [sym_nil] = ACTIONS(3327), - [anon_sym_QMARK_DOT] = ACTIONS(3325), - [anon_sym_POUND_LBRACK] = ACTIONS(3325), - [anon_sym_if] = ACTIONS(3327), - [anon_sym_DOLLARif] = ACTIONS(3327), - [anon_sym_is] = ACTIONS(3327), - [anon_sym_BANGis] = ACTIONS(3325), - [anon_sym_in] = ACTIONS(3327), - [anon_sym_BANGin] = ACTIONS(3325), - [anon_sym_match] = ACTIONS(3327), - [anon_sym_select] = ACTIONS(3327), - [anon_sym_lock] = ACTIONS(3327), - [anon_sym_rlock] = ACTIONS(3327), - [anon_sym_unsafe] = ACTIONS(3327), - [anon_sym_sql] = ACTIONS(3327), - [sym_int_literal] = ACTIONS(3327), - [sym_float_literal] = ACTIONS(3325), - [sym_rune_literal] = ACTIONS(3325), - [sym_pseudo_compile_time_identifier] = ACTIONS(3327), - [anon_sym_shared] = ACTIONS(3327), - [anon_sym_map_LBRACK] = ACTIONS(3325), - [anon_sym_chan] = ACTIONS(3327), - [anon_sym_thread] = ACTIONS(3327), - [anon_sym_atomic] = ACTIONS(3327), - [sym___double_quote] = ACTIONS(3325), - [sym___single_quote] = ACTIONS(3325), - [sym___c_double_quote] = ACTIONS(3325), - [sym___c_single_quote] = ACTIONS(3325), - [sym___r_double_quote] = ACTIONS(3325), - [sym___r_single_quote] = ACTIONS(3325), + [anon_sym_DOT] = ACTIONS(3069), + [anon_sym_as] = ACTIONS(3069), + [anon_sym_LBRACE] = ACTIONS(3067), + [anon_sym_COMMA] = ACTIONS(3067), + [anon_sym_RBRACE] = ACTIONS(3067), + [anon_sym_LPAREN] = ACTIONS(3067), + [anon_sym_PIPE] = ACTIONS(3069), + [anon_sym_fn] = ACTIONS(3069), + [anon_sym_PLUS] = ACTIONS(3069), + [anon_sym_DASH] = ACTIONS(3069), + [anon_sym_STAR] = ACTIONS(3067), + [anon_sym_SLASH] = ACTIONS(3069), + [anon_sym_PERCENT] = ACTIONS(3067), + [anon_sym_LT] = ACTIONS(3069), + [anon_sym_GT] = ACTIONS(3069), + [anon_sym_EQ_EQ] = ACTIONS(3067), + [anon_sym_BANG_EQ] = ACTIONS(3067), + [anon_sym_LT_EQ] = ACTIONS(3067), + [anon_sym_GT_EQ] = ACTIONS(3067), + [anon_sym_LBRACK] = ACTIONS(3067), + [anon_sym_RBRACK] = ACTIONS(3067), + [anon_sym_struct] = ACTIONS(3069), + [anon_sym_mut] = ACTIONS(3069), + [anon_sym_COLON] = ACTIONS(3067), + [anon_sym_PLUS_PLUS] = ACTIONS(3067), + [anon_sym_DASH_DASH] = ACTIONS(3067), + [anon_sym_QMARK] = ACTIONS(3069), + [anon_sym_BANG] = ACTIONS(3069), + [anon_sym_go] = ACTIONS(3069), + [anon_sym_spawn] = ACTIONS(3069), + [anon_sym_json_DOTdecode] = ACTIONS(3067), + [anon_sym_LBRACK2] = ACTIONS(3069), + [anon_sym_TILDE] = ACTIONS(3067), + [anon_sym_CARET] = ACTIONS(3067), + [anon_sym_AMP] = ACTIONS(3069), + [anon_sym_LT_DASH] = ACTIONS(3067), + [anon_sym_LT_LT] = ACTIONS(3067), + [anon_sym_GT_GT] = ACTIONS(3069), + [anon_sym_GT_GT_GT] = ACTIONS(3067), + [anon_sym_AMP_CARET] = ACTIONS(3067), + [anon_sym_AMP_AMP] = ACTIONS(3067), + [anon_sym_PIPE_PIPE] = ACTIONS(3067), + [anon_sym_or] = ACTIONS(3069), + [sym_none] = ACTIONS(3069), + [sym_true] = ACTIONS(3069), + [sym_false] = ACTIONS(3069), + [sym_nil] = ACTIONS(3069), + [anon_sym_QMARK_DOT] = ACTIONS(3067), + [anon_sym_POUND_LBRACK] = ACTIONS(3067), + [anon_sym_if] = ACTIONS(3069), + [anon_sym_DOLLARif] = ACTIONS(3069), + [anon_sym_is] = ACTIONS(3069), + [anon_sym_BANGis] = ACTIONS(3067), + [anon_sym_in] = ACTIONS(3069), + [anon_sym_BANGin] = ACTIONS(3067), + [anon_sym_match] = ACTIONS(3069), + [anon_sym_select] = ACTIONS(3069), + [anon_sym_lock] = ACTIONS(3069), + [anon_sym_rlock] = ACTIONS(3069), + [anon_sym_unsafe] = ACTIONS(3069), + [anon_sym_sql] = ACTIONS(3069), + [sym_int_literal] = ACTIONS(3069), + [sym_float_literal] = ACTIONS(3067), + [sym_rune_literal] = ACTIONS(3067), + [sym_pseudo_compile_time_identifier] = ACTIONS(3069), + [anon_sym_shared] = ACTIONS(3069), + [anon_sym_map_LBRACK] = ACTIONS(3067), + [anon_sym_chan] = ACTIONS(3069), + [anon_sym_thread] = ACTIONS(3069), + [anon_sym_atomic] = ACTIONS(3069), + [sym___double_quote] = ACTIONS(3067), + [sym___single_quote] = ACTIONS(3067), + [sym___c_double_quote] = ACTIONS(3067), + [sym___c_single_quote] = ACTIONS(3067), + [sym___r_double_quote] = ACTIONS(3067), + [sym___r_single_quote] = ACTIONS(3067), }, [1428] = { [sym_line_comment] = STATE(1428), [sym_block_comment] = STATE(1428), - [sym_identifier] = ACTIONS(2761), + [sym_identifier] = ACTIONS(3039), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2759), - [anon_sym_COMMA] = ACTIONS(2765), - [anon_sym_RBRACE] = ACTIONS(2759), - [anon_sym_LPAREN] = ACTIONS(2759), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2759), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2759), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2759), - [anon_sym_BANG_EQ] = ACTIONS(2759), - [anon_sym_LT_EQ] = ACTIONS(2759), - [anon_sym_GT_EQ] = ACTIONS(2759), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_COLON] = ACTIONS(2759), - [anon_sym_PLUS_PLUS] = ACTIONS(2759), - [anon_sym_DASH_DASH] = ACTIONS(2759), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2759), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2759), - [anon_sym_CARET] = ACTIONS(2759), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2759), - [anon_sym_LT_LT] = ACTIONS(2759), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2759), - [anon_sym_AMP_CARET] = ACTIONS(2759), - [anon_sym_AMP_AMP] = ACTIONS(2759), - [anon_sym_PIPE_PIPE] = ACTIONS(2759), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2759), - [anon_sym_POUND_LBRACK] = ACTIONS(2759), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2759), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2759), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2759), - [sym_rune_literal] = ACTIONS(2759), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2759), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2759), - [sym___single_quote] = ACTIONS(2759), - [sym___c_double_quote] = ACTIONS(2759), - [sym___c_single_quote] = ACTIONS(2759), - [sym___r_double_quote] = ACTIONS(2759), - [sym___r_single_quote] = ACTIONS(2759), + [anon_sym_DOT] = ACTIONS(3039), + [anon_sym_as] = ACTIONS(3039), + [anon_sym_LBRACE] = ACTIONS(3037), + [anon_sym_COMMA] = ACTIONS(2703), + [anon_sym_RBRACE] = ACTIONS(3037), + [anon_sym_LPAREN] = ACTIONS(3037), + [anon_sym_PIPE] = ACTIONS(3039), + [anon_sym_fn] = ACTIONS(3039), + [anon_sym_PLUS] = ACTIONS(3039), + [anon_sym_DASH] = ACTIONS(3039), + [anon_sym_STAR] = ACTIONS(3037), + [anon_sym_SLASH] = ACTIONS(3039), + [anon_sym_PERCENT] = ACTIONS(3037), + [anon_sym_LT] = ACTIONS(3039), + [anon_sym_GT] = ACTIONS(3039), + [anon_sym_EQ_EQ] = ACTIONS(3037), + [anon_sym_BANG_EQ] = ACTIONS(3037), + [anon_sym_LT_EQ] = ACTIONS(3037), + [anon_sym_GT_EQ] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(3037), + [anon_sym_struct] = ACTIONS(3039), + [anon_sym_mut] = ACTIONS(3039), + [anon_sym_COLON] = ACTIONS(3037), + [anon_sym_PLUS_PLUS] = ACTIONS(3037), + [anon_sym_DASH_DASH] = ACTIONS(3037), + [anon_sym_QMARK] = ACTIONS(3039), + [anon_sym_BANG] = ACTIONS(3039), + [anon_sym_go] = ACTIONS(3039), + [anon_sym_spawn] = ACTIONS(3039), + [anon_sym_json_DOTdecode] = ACTIONS(3037), + [anon_sym_LBRACK2] = ACTIONS(3039), + [anon_sym_TILDE] = ACTIONS(3037), + [anon_sym_CARET] = ACTIONS(3037), + [anon_sym_AMP] = ACTIONS(3039), + [anon_sym_LT_DASH] = ACTIONS(3037), + [anon_sym_LT_LT] = ACTIONS(3037), + [anon_sym_GT_GT] = ACTIONS(3039), + [anon_sym_GT_GT_GT] = ACTIONS(3037), + [anon_sym_AMP_CARET] = ACTIONS(3037), + [anon_sym_AMP_AMP] = ACTIONS(3037), + [anon_sym_PIPE_PIPE] = ACTIONS(3037), + [anon_sym_or] = ACTIONS(3039), + [sym_none] = ACTIONS(3039), + [sym_true] = ACTIONS(3039), + [sym_false] = ACTIONS(3039), + [sym_nil] = ACTIONS(3039), + [anon_sym_QMARK_DOT] = ACTIONS(3037), + [anon_sym_POUND_LBRACK] = ACTIONS(3037), + [anon_sym_if] = ACTIONS(3039), + [anon_sym_DOLLARif] = ACTIONS(3039), + [anon_sym_is] = ACTIONS(3039), + [anon_sym_BANGis] = ACTIONS(3037), + [anon_sym_in] = ACTIONS(3039), + [anon_sym_BANGin] = ACTIONS(3037), + [anon_sym_match] = ACTIONS(3039), + [anon_sym_select] = ACTIONS(3039), + [anon_sym_lock] = ACTIONS(3039), + [anon_sym_rlock] = ACTIONS(3039), + [anon_sym_unsafe] = ACTIONS(3039), + [anon_sym_sql] = ACTIONS(3039), + [sym_int_literal] = ACTIONS(3039), + [sym_float_literal] = ACTIONS(3037), + [sym_rune_literal] = ACTIONS(3037), + [sym_pseudo_compile_time_identifier] = ACTIONS(3039), + [anon_sym_shared] = ACTIONS(3039), + [anon_sym_map_LBRACK] = ACTIONS(3037), + [anon_sym_chan] = ACTIONS(3039), + [anon_sym_thread] = ACTIONS(3039), + [anon_sym_atomic] = ACTIONS(3039), + [sym___double_quote] = ACTIONS(3037), + [sym___single_quote] = ACTIONS(3037), + [sym___c_double_quote] = ACTIONS(3037), + [sym___c_single_quote] = ACTIONS(3037), + [sym___r_double_quote] = ACTIONS(3037), + [sym___r_single_quote] = ACTIONS(3037), }, [1429] = { [sym_line_comment] = STATE(1429), [sym_block_comment] = STATE(1429), - [sym_identifier] = ACTIONS(2971), + [sym_identifier] = ACTIONS(3205), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2971), - [anon_sym_as] = ACTIONS(2971), - [anon_sym_LBRACE] = ACTIONS(2969), - [anon_sym_COMMA] = ACTIONS(2765), - [anon_sym_RBRACE] = ACTIONS(2969), - [anon_sym_LPAREN] = ACTIONS(2969), - [anon_sym_PIPE] = ACTIONS(2971), - [anon_sym_fn] = ACTIONS(2971), - [anon_sym_PLUS] = ACTIONS(2971), - [anon_sym_DASH] = ACTIONS(2971), - [anon_sym_STAR] = ACTIONS(2969), - [anon_sym_SLASH] = ACTIONS(2971), - [anon_sym_PERCENT] = ACTIONS(2969), - [anon_sym_LT] = ACTIONS(2971), - [anon_sym_GT] = ACTIONS(2971), - [anon_sym_EQ_EQ] = ACTIONS(2969), - [anon_sym_BANG_EQ] = ACTIONS(2969), - [anon_sym_LT_EQ] = ACTIONS(2969), - [anon_sym_GT_EQ] = ACTIONS(2969), - [anon_sym_LBRACK] = ACTIONS(2969), - [anon_sym_struct] = ACTIONS(2971), - [anon_sym_mut] = ACTIONS(2971), - [anon_sym_COLON] = ACTIONS(2969), - [anon_sym_PLUS_PLUS] = ACTIONS(2969), - [anon_sym_DASH_DASH] = ACTIONS(2969), - [anon_sym_QMARK] = ACTIONS(2971), - [anon_sym_BANG] = ACTIONS(2971), - [anon_sym_go] = ACTIONS(2971), - [anon_sym_spawn] = ACTIONS(2971), - [anon_sym_json_DOTdecode] = ACTIONS(2969), - [anon_sym_LBRACK2] = ACTIONS(2971), - [anon_sym_TILDE] = ACTIONS(2969), - [anon_sym_CARET] = ACTIONS(2969), - [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_LT_DASH] = ACTIONS(2969), - [anon_sym_LT_LT] = ACTIONS(2969), - [anon_sym_GT_GT] = ACTIONS(2971), - [anon_sym_GT_GT_GT] = ACTIONS(2969), - [anon_sym_AMP_CARET] = ACTIONS(2969), - [anon_sym_AMP_AMP] = ACTIONS(2969), - [anon_sym_PIPE_PIPE] = ACTIONS(2969), - [anon_sym_or] = ACTIONS(2971), - [sym_none] = ACTIONS(2971), - [sym_true] = ACTIONS(2971), - [sym_false] = ACTIONS(2971), - [sym_nil] = ACTIONS(2971), - [anon_sym_QMARK_DOT] = ACTIONS(2969), - [anon_sym_POUND_LBRACK] = ACTIONS(2969), - [anon_sym_if] = ACTIONS(2971), - [anon_sym_DOLLARif] = ACTIONS(2971), - [anon_sym_is] = ACTIONS(2971), - [anon_sym_BANGis] = ACTIONS(2969), - [anon_sym_in] = ACTIONS(2971), - [anon_sym_BANGin] = ACTIONS(2969), - [anon_sym_match] = ACTIONS(2971), - [anon_sym_select] = ACTIONS(2971), - [anon_sym_lock] = ACTIONS(2971), - [anon_sym_rlock] = ACTIONS(2971), - [anon_sym_unsafe] = ACTIONS(2971), - [anon_sym_sql] = ACTIONS(2971), - [sym_int_literal] = ACTIONS(2971), - [sym_float_literal] = ACTIONS(2969), - [sym_rune_literal] = ACTIONS(2969), - [sym_pseudo_compile_time_identifier] = ACTIONS(2971), - [anon_sym_shared] = ACTIONS(2971), - [anon_sym_map_LBRACK] = ACTIONS(2969), - [anon_sym_chan] = ACTIONS(2971), - [anon_sym_thread] = ACTIONS(2971), - [anon_sym_atomic] = ACTIONS(2971), - [sym___double_quote] = ACTIONS(2969), - [sym___single_quote] = ACTIONS(2969), - [sym___c_double_quote] = ACTIONS(2969), - [sym___c_single_quote] = ACTIONS(2969), - [sym___r_double_quote] = ACTIONS(2969), - [sym___r_single_quote] = ACTIONS(2969), + [anon_sym_SEMI] = ACTIONS(3203), + [anon_sym_DOT] = ACTIONS(3205), + [anon_sym_as] = ACTIONS(3205), + [anon_sym_LBRACE] = ACTIONS(3203), + [anon_sym_COMMA] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3203), + [anon_sym_PIPE] = ACTIONS(3205), + [anon_sym_fn] = ACTIONS(3205), + [anon_sym_PLUS] = ACTIONS(3205), + [anon_sym_DASH] = ACTIONS(3205), + [anon_sym_STAR] = ACTIONS(3203), + [anon_sym_SLASH] = ACTIONS(3205), + [anon_sym_PERCENT] = ACTIONS(3203), + [anon_sym_LT] = ACTIONS(3205), + [anon_sym_GT] = ACTIONS(3205), + [anon_sym_EQ_EQ] = ACTIONS(3203), + [anon_sym_BANG_EQ] = ACTIONS(3203), + [anon_sym_LT_EQ] = ACTIONS(3203), + [anon_sym_GT_EQ] = ACTIONS(3203), + [anon_sym_LBRACK] = ACTIONS(3203), + [anon_sym_RBRACK] = ACTIONS(3951), + [anon_sym_struct] = ACTIONS(3205), + [anon_sym_mut] = ACTIONS(3205), + [anon_sym_PLUS_PLUS] = ACTIONS(3203), + [anon_sym_DASH_DASH] = ACTIONS(3203), + [anon_sym_QMARK] = ACTIONS(3205), + [anon_sym_BANG] = ACTIONS(3205), + [anon_sym_go] = ACTIONS(3205), + [anon_sym_spawn] = ACTIONS(3205), + [anon_sym_json_DOTdecode] = ACTIONS(3203), + [anon_sym_LBRACK2] = ACTIONS(3205), + [anon_sym_TILDE] = ACTIONS(3203), + [anon_sym_CARET] = ACTIONS(3203), + [anon_sym_AMP] = ACTIONS(3205), + [anon_sym_LT_DASH] = ACTIONS(3203), + [anon_sym_LT_LT] = ACTIONS(3203), + [anon_sym_GT_GT] = ACTIONS(3205), + [anon_sym_GT_GT_GT] = ACTIONS(3203), + [anon_sym_AMP_CARET] = ACTIONS(3203), + [anon_sym_AMP_AMP] = ACTIONS(3203), + [anon_sym_PIPE_PIPE] = ACTIONS(3203), + [anon_sym_or] = ACTIONS(3205), + [sym_none] = ACTIONS(3205), + [sym_true] = ACTIONS(3205), + [sym_false] = ACTIONS(3205), + [sym_nil] = ACTIONS(3205), + [anon_sym_QMARK_DOT] = ACTIONS(3203), + [anon_sym_POUND_LBRACK] = ACTIONS(3203), + [anon_sym_if] = ACTIONS(3205), + [anon_sym_DOLLARif] = ACTIONS(3205), + [anon_sym_is] = ACTIONS(3205), + [anon_sym_BANGis] = ACTIONS(3203), + [anon_sym_in] = ACTIONS(3205), + [anon_sym_BANGin] = ACTIONS(3203), + [anon_sym_match] = ACTIONS(3205), + [anon_sym_select] = ACTIONS(3205), + [anon_sym_lock] = ACTIONS(3205), + [anon_sym_rlock] = ACTIONS(3205), + [anon_sym_unsafe] = ACTIONS(3205), + [anon_sym_sql] = ACTIONS(3205), + [sym_int_literal] = ACTIONS(3205), + [sym_float_literal] = ACTIONS(3203), + [sym_rune_literal] = ACTIONS(3203), + [sym_pseudo_compile_time_identifier] = ACTIONS(3205), + [anon_sym_shared] = ACTIONS(3205), + [anon_sym_map_LBRACK] = ACTIONS(3203), + [anon_sym_chan] = ACTIONS(3205), + [anon_sym_thread] = ACTIONS(3205), + [anon_sym_atomic] = ACTIONS(3205), + [sym___double_quote] = ACTIONS(3203), + [sym___single_quote] = ACTIONS(3203), + [sym___c_double_quote] = ACTIONS(3203), + [sym___c_single_quote] = ACTIONS(3203), + [sym___r_double_quote] = ACTIONS(3203), + [sym___r_single_quote] = ACTIONS(3203), }, [1430] = { [sym_line_comment] = STATE(1430), [sym_block_comment] = STATE(1430), - [sym_identifier] = ACTIONS(3211), + [sym_identifier] = ACTIONS(3273), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(3209), - [anon_sym_DOT] = ACTIONS(3211), - [anon_sym_as] = ACTIONS(3211), - [anon_sym_LBRACE] = ACTIONS(3209), - [anon_sym_COMMA] = ACTIONS(3209), - [anon_sym_LPAREN] = ACTIONS(3209), - [anon_sym_PIPE] = ACTIONS(3211), - [anon_sym_fn] = ACTIONS(3211), - [anon_sym_PLUS] = ACTIONS(3211), - [anon_sym_DASH] = ACTIONS(3211), - [anon_sym_STAR] = ACTIONS(3209), - [anon_sym_SLASH] = ACTIONS(3211), - [anon_sym_PERCENT] = ACTIONS(3209), - [anon_sym_LT] = ACTIONS(3211), - [anon_sym_GT] = ACTIONS(3211), - [anon_sym_EQ_EQ] = ACTIONS(3209), - [anon_sym_BANG_EQ] = ACTIONS(3209), - [anon_sym_LT_EQ] = ACTIONS(3209), - [anon_sym_GT_EQ] = ACTIONS(3209), - [anon_sym_LBRACK] = ACTIONS(3209), - [anon_sym_RBRACK] = ACTIONS(3947), - [anon_sym_struct] = ACTIONS(3211), - [anon_sym_mut] = ACTIONS(3211), - [anon_sym_PLUS_PLUS] = ACTIONS(3209), - [anon_sym_DASH_DASH] = ACTIONS(3209), - [anon_sym_QMARK] = ACTIONS(3211), - [anon_sym_BANG] = ACTIONS(3211), - [anon_sym_go] = ACTIONS(3211), - [anon_sym_spawn] = ACTIONS(3211), - [anon_sym_json_DOTdecode] = ACTIONS(3209), - [anon_sym_LBRACK2] = ACTIONS(3211), - [anon_sym_TILDE] = ACTIONS(3209), - [anon_sym_CARET] = ACTIONS(3209), - [anon_sym_AMP] = ACTIONS(3211), - [anon_sym_LT_DASH] = ACTIONS(3209), - [anon_sym_LT_LT] = ACTIONS(3209), - [anon_sym_GT_GT] = ACTIONS(3211), - [anon_sym_GT_GT_GT] = ACTIONS(3209), - [anon_sym_AMP_CARET] = ACTIONS(3209), - [anon_sym_AMP_AMP] = ACTIONS(3209), - [anon_sym_PIPE_PIPE] = ACTIONS(3209), - [anon_sym_or] = ACTIONS(3211), - [sym_none] = ACTIONS(3211), - [sym_true] = ACTIONS(3211), - [sym_false] = ACTIONS(3211), - [sym_nil] = ACTIONS(3211), - [anon_sym_QMARK_DOT] = ACTIONS(3209), - [anon_sym_POUND_LBRACK] = ACTIONS(3209), - [anon_sym_if] = ACTIONS(3211), - [anon_sym_DOLLARif] = ACTIONS(3211), - [anon_sym_is] = ACTIONS(3211), - [anon_sym_BANGis] = ACTIONS(3209), - [anon_sym_in] = ACTIONS(3211), - [anon_sym_BANGin] = ACTIONS(3209), - [anon_sym_match] = ACTIONS(3211), - [anon_sym_select] = ACTIONS(3211), - [anon_sym_lock] = ACTIONS(3211), - [anon_sym_rlock] = ACTIONS(3211), - [anon_sym_unsafe] = ACTIONS(3211), - [anon_sym_sql] = ACTIONS(3211), - [sym_int_literal] = ACTIONS(3211), - [sym_float_literal] = ACTIONS(3209), - [sym_rune_literal] = ACTIONS(3209), - [sym_pseudo_compile_time_identifier] = ACTIONS(3211), - [anon_sym_shared] = ACTIONS(3211), - [anon_sym_map_LBRACK] = ACTIONS(3209), - [anon_sym_chan] = ACTIONS(3211), - [anon_sym_thread] = ACTIONS(3211), - [anon_sym_atomic] = ACTIONS(3211), - [sym___double_quote] = ACTIONS(3209), - [sym___single_quote] = ACTIONS(3209), - [sym___c_double_quote] = ACTIONS(3209), - [sym___c_single_quote] = ACTIONS(3209), - [sym___r_double_quote] = ACTIONS(3209), - [sym___r_single_quote] = ACTIONS(3209), + [anon_sym_SEMI] = ACTIONS(3954), + [anon_sym_DOT] = ACTIONS(3273), + [anon_sym_as] = ACTIONS(3273), + [anon_sym_LBRACE] = ACTIONS(3271), + [anon_sym_COMMA] = ACTIONS(3271), + [anon_sym_LPAREN] = ACTIONS(3271), + [anon_sym_PIPE] = ACTIONS(3273), + [anon_sym_fn] = ACTIONS(3273), + [anon_sym_PLUS] = ACTIONS(3273), + [anon_sym_DASH] = ACTIONS(3273), + [anon_sym_STAR] = ACTIONS(3271), + [anon_sym_SLASH] = ACTIONS(3273), + [anon_sym_PERCENT] = ACTIONS(3271), + [anon_sym_LT] = ACTIONS(3273), + [anon_sym_GT] = ACTIONS(3273), + [anon_sym_EQ_EQ] = ACTIONS(3271), + [anon_sym_BANG_EQ] = ACTIONS(3271), + [anon_sym_LT_EQ] = ACTIONS(3271), + [anon_sym_GT_EQ] = ACTIONS(3271), + [anon_sym_LBRACK] = ACTIONS(3271), + [anon_sym_RBRACK] = ACTIONS(3954), + [anon_sym_struct] = ACTIONS(3273), + [anon_sym_mut] = ACTIONS(3273), + [anon_sym_PLUS_PLUS] = ACTIONS(3271), + [anon_sym_DASH_DASH] = ACTIONS(3271), + [anon_sym_QMARK] = ACTIONS(3273), + [anon_sym_BANG] = ACTIONS(3273), + [anon_sym_go] = ACTIONS(3273), + [anon_sym_spawn] = ACTIONS(3273), + [anon_sym_json_DOTdecode] = ACTIONS(3271), + [anon_sym_LBRACK2] = ACTIONS(3273), + [anon_sym_TILDE] = ACTIONS(3271), + [anon_sym_CARET] = ACTIONS(3271), + [anon_sym_AMP] = ACTIONS(3273), + [anon_sym_LT_DASH] = ACTIONS(3271), + [anon_sym_LT_LT] = ACTIONS(3271), + [anon_sym_GT_GT] = ACTIONS(3273), + [anon_sym_GT_GT_GT] = ACTIONS(3271), + [anon_sym_AMP_CARET] = ACTIONS(3271), + [anon_sym_AMP_AMP] = ACTIONS(3271), + [anon_sym_PIPE_PIPE] = ACTIONS(3271), + [anon_sym_or] = ACTIONS(3273), + [sym_none] = ACTIONS(3273), + [sym_true] = ACTIONS(3273), + [sym_false] = ACTIONS(3273), + [sym_nil] = ACTIONS(3273), + [anon_sym_QMARK_DOT] = ACTIONS(3271), + [anon_sym_POUND_LBRACK] = ACTIONS(3271), + [anon_sym_if] = ACTIONS(3273), + [anon_sym_DOLLARif] = ACTIONS(3273), + [anon_sym_is] = ACTIONS(3273), + [anon_sym_BANGis] = ACTIONS(3271), + [anon_sym_in] = ACTIONS(3273), + [anon_sym_BANGin] = ACTIONS(3271), + [anon_sym_match] = ACTIONS(3273), + [anon_sym_select] = ACTIONS(3273), + [anon_sym_lock] = ACTIONS(3273), + [anon_sym_rlock] = ACTIONS(3273), + [anon_sym_unsafe] = ACTIONS(3273), + [anon_sym_sql] = ACTIONS(3273), + [sym_int_literal] = ACTIONS(3273), + [sym_float_literal] = ACTIONS(3271), + [sym_rune_literal] = ACTIONS(3271), + [sym_pseudo_compile_time_identifier] = ACTIONS(3273), + [anon_sym_shared] = ACTIONS(3273), + [anon_sym_map_LBRACK] = ACTIONS(3271), + [anon_sym_chan] = ACTIONS(3273), + [anon_sym_thread] = ACTIONS(3273), + [anon_sym_atomic] = ACTIONS(3273), + [sym___double_quote] = ACTIONS(3271), + [sym___single_quote] = ACTIONS(3271), + [sym___c_double_quote] = ACTIONS(3271), + [sym___c_single_quote] = ACTIONS(3271), + [sym___r_double_quote] = ACTIONS(3271), + [sym___r_single_quote] = ACTIONS(3271), }, [1431] = { [sym_line_comment] = STATE(1431), [sym_block_comment] = STATE(1431), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(565), - [anon_sym_LF] = ACTIONS(565), - [anon_sym_CR] = ACTIONS(565), - [anon_sym_CR_LF] = ACTIONS(565), + [sym_identifier] = ACTIONS(2653), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2651), + [anon_sym_COMMA] = ACTIONS(2703), + [anon_sym_RBRACE] = ACTIONS(2651), + [anon_sym_LPAREN] = ACTIONS(2651), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2651), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2651), + [anon_sym_BANG_EQ] = ACTIONS(2651), + [anon_sym_LT_EQ] = ACTIONS(2651), + [anon_sym_GT_EQ] = ACTIONS(2651), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_COLON] = ACTIONS(2651), + [anon_sym_PLUS_PLUS] = ACTIONS(2651), + [anon_sym_DASH_DASH] = ACTIONS(2651), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2651), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2651), + [anon_sym_CARET] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2651), + [anon_sym_LT_LT] = ACTIONS(2651), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2651), + [anon_sym_AMP_CARET] = ACTIONS(2651), + [anon_sym_AMP_AMP] = ACTIONS(2651), + [anon_sym_PIPE_PIPE] = ACTIONS(2651), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2651), + [anon_sym_POUND_LBRACK] = ACTIONS(2651), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2651), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2651), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2651), + [sym_rune_literal] = ACTIONS(2651), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2651), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2651), + [sym___single_quote] = ACTIONS(2651), + [sym___c_double_quote] = ACTIONS(2651), + [sym___c_single_quote] = ACTIONS(2651), + [sym___r_double_quote] = ACTIONS(2651), + [sym___r_single_quote] = ACTIONS(2651), + }, + [1432] = { + [sym_line_comment] = STATE(1432), + [sym_block_comment] = STATE(1432), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(619), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_CR] = ACTIONS(619), + [anon_sym_CR_LF] = ACTIONS(619), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(565), - [anon_sym_DOT] = ACTIONS(565), - [anon_sym_as] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(565), - [anon_sym_RBRACE] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(565), - [anon_sym___global] = ACTIONS(565), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(565), - [anon_sym_SLASH] = ACTIONS(565), - [anon_sym_PERCENT] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_EQ_EQ] = ACTIONS(565), - [anon_sym_BANG_EQ] = ACTIONS(565), - [anon_sym_LT_EQ] = ACTIONS(565), - [anon_sym_GT_EQ] = ACTIONS(565), - [anon_sym_DOT_DOT_DOT] = ACTIONS(565), - [anon_sym_LBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_pub] = ACTIONS(565), - [anon_sym_mut] = ACTIONS(565), - [anon_sym_PLUS_PLUS] = ACTIONS(565), - [anon_sym_DASH_DASH] = ACTIONS(565), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_LBRACK2] = ACTIONS(565), - [anon_sym_CARET] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(565), - [anon_sym_LT_LT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(565), - [anon_sym_GT_GT_GT] = ACTIONS(565), - [anon_sym_AMP_CARET] = ACTIONS(565), - [anon_sym_AMP_AMP] = ACTIONS(565), - [anon_sym_PIPE_PIPE] = ACTIONS(565), - [anon_sym_or] = ACTIONS(565), - [anon_sym_QMARK_DOT] = ACTIONS(565), - [anon_sym_POUND_LBRACK] = ACTIONS(565), - [anon_sym_is] = ACTIONS(565), - [anon_sym_BANGis] = ACTIONS(565), - [anon_sym_in] = ACTIONS(565), - [anon_sym_BANGin] = ACTIONS(565), - [anon_sym_shared] = ACTIONS(623), + [anon_sym_SEMI] = ACTIONS(619), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym___global] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(619), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_DOT_DOT_DOT] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_pub] = ACTIONS(619), + [anon_sym_mut] = ACTIONS(619), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_LBRACK2] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(619), + [anon_sym_AMP_CARET] = ACTIONS(619), + [anon_sym_AMP_AMP] = ACTIONS(619), + [anon_sym_PIPE_PIPE] = ACTIONS(619), + [anon_sym_or] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(619), + [anon_sym_POUND_LBRACK] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(619), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(619), + [anon_sym_shared] = ACTIONS(615), [anon_sym_map_LBRACK] = ACTIONS(549), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_AT_LBRACK] = ACTIONS(565), - }, - [1432] = { - [sym_line_comment] = STATE(1432), - [sym_block_comment] = STATE(1432), - [sym_identifier] = ACTIONS(2971), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2971), - [anon_sym_as] = ACTIONS(2971), - [anon_sym_LBRACE] = ACTIONS(2969), - [anon_sym_COMMA] = ACTIONS(2969), - [anon_sym_LPAREN] = ACTIONS(2969), - [anon_sym_PIPE] = ACTIONS(2971), - [anon_sym_fn] = ACTIONS(2971), - [anon_sym_PLUS] = ACTIONS(2971), - [anon_sym_DASH] = ACTIONS(2971), - [anon_sym_STAR] = ACTIONS(2969), - [anon_sym_SLASH] = ACTIONS(2971), - [anon_sym_PERCENT] = ACTIONS(2969), - [anon_sym_LT] = ACTIONS(2971), - [anon_sym_GT] = ACTIONS(2971), - [anon_sym_EQ_EQ] = ACTIONS(2969), - [anon_sym_BANG_EQ] = ACTIONS(2969), - [anon_sym_LT_EQ] = ACTIONS(2969), - [anon_sym_GT_EQ] = ACTIONS(2969), - [anon_sym_LBRACK] = ACTIONS(2969), - [anon_sym_RBRACK] = ACTIONS(2969), - [anon_sym_struct] = ACTIONS(2971), - [anon_sym_mut] = ACTIONS(2971), - [anon_sym_PLUS_PLUS] = ACTIONS(2969), - [anon_sym_DASH_DASH] = ACTIONS(2969), - [anon_sym_QMARK] = ACTIONS(2971), - [anon_sym_BANG] = ACTIONS(2971), - [anon_sym_go] = ACTIONS(2971), - [anon_sym_spawn] = ACTIONS(2971), - [anon_sym_json_DOTdecode] = ACTIONS(2969), - [anon_sym_LBRACK2] = ACTIONS(2971), - [anon_sym_TILDE] = ACTIONS(2969), - [anon_sym_CARET] = ACTIONS(2969), - [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_LT_DASH] = ACTIONS(2969), - [anon_sym_LT_LT] = ACTIONS(2969), - [anon_sym_GT_GT] = ACTIONS(2971), - [anon_sym_GT_GT_GT] = ACTIONS(2969), - [anon_sym_AMP_CARET] = ACTIONS(2969), - [anon_sym_AMP_AMP] = ACTIONS(2969), - [anon_sym_PIPE_PIPE] = ACTIONS(2969), - [anon_sym_or] = ACTIONS(2971), - [sym_none] = ACTIONS(2971), - [sym_true] = ACTIONS(2971), - [sym_false] = ACTIONS(2971), - [sym_nil] = ACTIONS(2971), - [anon_sym_QMARK_DOT] = ACTIONS(2969), - [anon_sym_POUND_LBRACK] = ACTIONS(2969), - [anon_sym_if] = ACTIONS(2971), - [anon_sym_DOLLARif] = ACTIONS(2971), - [anon_sym_is] = ACTIONS(2971), - [anon_sym_BANGis] = ACTIONS(2969), - [anon_sym_in] = ACTIONS(2971), - [anon_sym_BANGin] = ACTIONS(2969), - [anon_sym_match] = ACTIONS(2971), - [anon_sym_select] = ACTIONS(2971), - [anon_sym_lock] = ACTIONS(2971), - [anon_sym_rlock] = ACTIONS(2971), - [anon_sym_unsafe] = ACTIONS(2971), - [anon_sym_sql] = ACTIONS(2971), - [sym_int_literal] = ACTIONS(2971), - [sym_float_literal] = ACTIONS(2969), - [sym_rune_literal] = ACTIONS(2969), - [sym_pseudo_compile_time_identifier] = ACTIONS(2971), - [anon_sym_shared] = ACTIONS(2971), - [anon_sym_map_LBRACK] = ACTIONS(2969), - [anon_sym_chan] = ACTIONS(2971), - [anon_sym_thread] = ACTIONS(2971), - [anon_sym_atomic] = ACTIONS(2971), - [sym___double_quote] = ACTIONS(2969), - [sym___single_quote] = ACTIONS(2969), - [sym___c_double_quote] = ACTIONS(2969), - [sym___c_single_quote] = ACTIONS(2969), - [sym___r_double_quote] = ACTIONS(2969), - [sym___r_single_quote] = ACTIONS(2969), + [anon_sym_AT_LBRACK] = ACTIONS(619), }, [1433] = { [sym_line_comment] = STATE(1433), [sym_block_comment] = STATE(1433), - [sym_identifier] = ACTIONS(3435), + [sym_identifier] = ACTIONS(3377), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3435), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3433), - [anon_sym_COMMA] = ACTIONS(3433), - [anon_sym_LPAREN] = ACTIONS(3433), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3433), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3433), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3433), - [anon_sym_BANG_EQ] = ACTIONS(3433), - [anon_sym_LT_EQ] = ACTIONS(3433), - [anon_sym_GT_EQ] = ACTIONS(3433), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_RBRACK] = ACTIONS(3950), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_PLUS_PLUS] = ACTIONS(3433), - [anon_sym_DASH_DASH] = ACTIONS(3433), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3433), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3433), - [anon_sym_CARET] = ACTIONS(3433), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3433), - [anon_sym_LT_LT] = ACTIONS(3433), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3433), - [anon_sym_AMP_CARET] = ACTIONS(3433), - [anon_sym_AMP_AMP] = ACTIONS(3433), - [anon_sym_PIPE_PIPE] = ACTIONS(3433), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3433), - [anon_sym_POUND_LBRACK] = ACTIONS(3433), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3433), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3433), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3433), - [sym_rune_literal] = ACTIONS(3433), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3433), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3433), - [sym___single_quote] = ACTIONS(3433), - [sym___c_double_quote] = ACTIONS(3433), - [sym___c_single_quote] = ACTIONS(3433), - [sym___r_double_quote] = ACTIONS(3433), - [sym___r_single_quote] = ACTIONS(3433), + [anon_sym_DOT] = ACTIONS(3377), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3375), + [anon_sym_COMMA] = ACTIONS(3375), + [anon_sym_LPAREN] = ACTIONS(3375), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3375), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3375), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3375), + [anon_sym_BANG_EQ] = ACTIONS(3375), + [anon_sym_LT_EQ] = ACTIONS(3375), + [anon_sym_GT_EQ] = ACTIONS(3375), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_RBRACK] = ACTIONS(3956), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_PLUS_PLUS] = ACTIONS(3375), + [anon_sym_DASH_DASH] = ACTIONS(3375), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3375), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_CARET] = ACTIONS(3375), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3375), + [anon_sym_LT_LT] = ACTIONS(3375), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3375), + [anon_sym_AMP_CARET] = ACTIONS(3375), + [anon_sym_AMP_AMP] = ACTIONS(3375), + [anon_sym_PIPE_PIPE] = ACTIONS(3375), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3375), + [anon_sym_POUND_LBRACK] = ACTIONS(3375), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3375), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3375), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3375), + [sym_rune_literal] = ACTIONS(3375), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3375), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3375), + [sym___single_quote] = ACTIONS(3375), + [sym___c_double_quote] = ACTIONS(3375), + [sym___c_single_quote] = ACTIONS(3375), + [sym___r_double_quote] = ACTIONS(3375), + [sym___r_single_quote] = ACTIONS(3375), }, [1434] = { [sym_line_comment] = STATE(1434), [sym_block_comment] = STATE(1434), - [sym_identifier] = ACTIONS(3435), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3441), - [anon_sym_as] = ACTIONS(3435), - [anon_sym_LBRACE] = ACTIONS(3433), - [anon_sym_COMMA] = ACTIONS(3433), - [anon_sym_LPAREN] = ACTIONS(3433), - [anon_sym_PIPE] = ACTIONS(3435), - [anon_sym_fn] = ACTIONS(3435), - [anon_sym_PLUS] = ACTIONS(3435), - [anon_sym_DASH] = ACTIONS(3435), - [anon_sym_STAR] = ACTIONS(3433), - [anon_sym_SLASH] = ACTIONS(3435), - [anon_sym_PERCENT] = ACTIONS(3433), - [anon_sym_LT] = ACTIONS(3435), - [anon_sym_GT] = ACTIONS(3435), - [anon_sym_EQ_EQ] = ACTIONS(3433), - [anon_sym_BANG_EQ] = ACTIONS(3433), - [anon_sym_LT_EQ] = ACTIONS(3433), - [anon_sym_GT_EQ] = ACTIONS(3433), - [anon_sym_LBRACK] = ACTIONS(3433), - [anon_sym_RBRACK] = ACTIONS(3950), - [anon_sym_struct] = ACTIONS(3435), - [anon_sym_mut] = ACTIONS(3435), - [anon_sym_PLUS_PLUS] = ACTIONS(3433), - [anon_sym_DASH_DASH] = ACTIONS(3433), - [anon_sym_QMARK] = ACTIONS(3435), - [anon_sym_BANG] = ACTIONS(3435), - [anon_sym_go] = ACTIONS(3435), - [anon_sym_spawn] = ACTIONS(3435), - [anon_sym_json_DOTdecode] = ACTIONS(3433), - [anon_sym_LBRACK2] = ACTIONS(3435), - [anon_sym_TILDE] = ACTIONS(3433), - [anon_sym_CARET] = ACTIONS(3433), - [anon_sym_AMP] = ACTIONS(3435), - [anon_sym_LT_DASH] = ACTIONS(3433), - [anon_sym_LT_LT] = ACTIONS(3433), - [anon_sym_GT_GT] = ACTIONS(3435), - [anon_sym_GT_GT_GT] = ACTIONS(3433), - [anon_sym_AMP_CARET] = ACTIONS(3433), - [anon_sym_AMP_AMP] = ACTIONS(3433), - [anon_sym_PIPE_PIPE] = ACTIONS(3433), - [anon_sym_or] = ACTIONS(3435), - [sym_none] = ACTIONS(3435), - [sym_true] = ACTIONS(3435), - [sym_false] = ACTIONS(3435), - [sym_nil] = ACTIONS(3435), - [anon_sym_QMARK_DOT] = ACTIONS(3433), - [anon_sym_POUND_LBRACK] = ACTIONS(3433), - [anon_sym_if] = ACTIONS(3435), - [anon_sym_DOLLARif] = ACTIONS(3435), - [anon_sym_is] = ACTIONS(3435), - [anon_sym_BANGis] = ACTIONS(3433), - [anon_sym_in] = ACTIONS(3435), - [anon_sym_BANGin] = ACTIONS(3433), - [anon_sym_match] = ACTIONS(3435), - [anon_sym_select] = ACTIONS(3435), - [anon_sym_lock] = ACTIONS(3435), - [anon_sym_rlock] = ACTIONS(3435), - [anon_sym_unsafe] = ACTIONS(3435), - [anon_sym_sql] = ACTIONS(3435), - [sym_int_literal] = ACTIONS(3435), - [sym_float_literal] = ACTIONS(3433), - [sym_rune_literal] = ACTIONS(3433), - [sym_pseudo_compile_time_identifier] = ACTIONS(3435), - [anon_sym_shared] = ACTIONS(3435), - [anon_sym_map_LBRACK] = ACTIONS(3433), - [anon_sym_chan] = ACTIONS(3435), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3435), - [sym___double_quote] = ACTIONS(3433), - [sym___single_quote] = ACTIONS(3433), - [sym___c_double_quote] = ACTIONS(3433), - [sym___c_single_quote] = ACTIONS(3433), - [sym___r_double_quote] = ACTIONS(3433), - [sym___r_single_quote] = ACTIONS(3433), - }, - [1435] = { - [sym_line_comment] = STATE(1435), - [sym_block_comment] = STATE(1435), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), - [anon_sym_LF] = ACTIONS(607), - [anon_sym_CR] = ACTIONS(607), - [anon_sym_CR_LF] = ACTIONS(607), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(599), + [anon_sym_CR] = ACTIONS(599), + [anon_sym_CR_LF] = ACTIONS(599), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(607), - [anon_sym_DOT] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_COMMA] = ACTIONS(607), - [anon_sym_RBRACE] = ACTIONS(607), - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym___global] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(613), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(607), - [anon_sym_BANG_EQ] = ACTIONS(607), - [anon_sym_LT_EQ] = ACTIONS(607), - [anon_sym_GT_EQ] = ACTIONS(607), - [anon_sym_DOT_DOT_DOT] = ACTIONS(607), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_mut] = ACTIONS(607), - [anon_sym_PLUS_PLUS] = ACTIONS(607), - [anon_sym_DASH_DASH] = ACTIONS(607), + [anon_sym_SEMI] = ACTIONS(599), + [anon_sym_DOT] = ACTIONS(599), + [anon_sym_as] = ACTIONS(599), + [anon_sym_COMMA] = ACTIONS(599), + [anon_sym_RBRACE] = ACTIONS(599), + [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym___global] = ACTIONS(599), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(605), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(599), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(599), + [anon_sym_BANG_EQ] = ACTIONS(599), + [anon_sym_LT_EQ] = ACTIONS(599), + [anon_sym_GT_EQ] = ACTIONS(599), + [anon_sym_DOT_DOT_DOT] = ACTIONS(599), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_pub] = ACTIONS(599), + [anon_sym_mut] = ACTIONS(599), + [anon_sym_PLUS_PLUS] = ACTIONS(599), + [anon_sym_DASH_DASH] = ACTIONS(599), [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(3953), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(607), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_LT] = ACTIONS(607), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(607), - [anon_sym_AMP_CARET] = ACTIONS(607), - [anon_sym_AMP_AMP] = ACTIONS(607), - [anon_sym_PIPE_PIPE] = ACTIONS(607), - [anon_sym_or] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(607), - [anon_sym_POUND_LBRACK] = ACTIONS(607), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(607), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(607), - [anon_sym_shared] = ACTIONS(623), + [anon_sym_BANG] = ACTIONS(3959), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(599), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_LT] = ACTIONS(599), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(599), + [anon_sym_AMP_CARET] = ACTIONS(599), + [anon_sym_AMP_AMP] = ACTIONS(599), + [anon_sym_PIPE_PIPE] = ACTIONS(599), + [anon_sym_or] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(599), + [anon_sym_POUND_LBRACK] = ACTIONS(599), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(599), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(599), + [anon_sym_shared] = ACTIONS(615), [anon_sym_map_LBRACK] = ACTIONS(549), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_AT_LBRACK] = ACTIONS(607), - }, - [1436] = { - [sym_line_comment] = STATE(1436), - [sym_block_comment] = STATE(1436), - [sym_identifier] = ACTIONS(2761), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_as] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2759), - [anon_sym_COMMA] = ACTIONS(2759), - [anon_sym_LPAREN] = ACTIONS(2759), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2759), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2759), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2759), - [anon_sym_BANG_EQ] = ACTIONS(2759), - [anon_sym_LT_EQ] = ACTIONS(2759), - [anon_sym_GT_EQ] = ACTIONS(2759), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_RBRACK] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_PLUS_PLUS] = ACTIONS(2759), - [anon_sym_DASH_DASH] = ACTIONS(2759), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2759), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2759), - [anon_sym_CARET] = ACTIONS(2759), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2759), - [anon_sym_LT_LT] = ACTIONS(2759), - [anon_sym_GT_GT] = ACTIONS(2761), - [anon_sym_GT_GT_GT] = ACTIONS(2759), - [anon_sym_AMP_CARET] = ACTIONS(2759), - [anon_sym_AMP_AMP] = ACTIONS(2759), - [anon_sym_PIPE_PIPE] = ACTIONS(2759), - [anon_sym_or] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_QMARK_DOT] = ACTIONS(2759), - [anon_sym_POUND_LBRACK] = ACTIONS(2759), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_is] = ACTIONS(2761), - [anon_sym_BANGis] = ACTIONS(2759), - [anon_sym_in] = ACTIONS(2761), - [anon_sym_BANGin] = ACTIONS(2759), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2759), - [sym_rune_literal] = ACTIONS(2759), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2759), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2759), - [sym___single_quote] = ACTIONS(2759), - [sym___c_double_quote] = ACTIONS(2759), - [sym___c_single_quote] = ACTIONS(2759), - [sym___r_double_quote] = ACTIONS(2759), - [sym___r_single_quote] = ACTIONS(2759), - }, - [1437] = { - [sym_line_comment] = STATE(1437), - [sym_block_comment] = STATE(1437), - [sym_reference_expression] = STATE(4569), - [sym_type_reference_expression] = STATE(2190), - [sym_plain_type] = STATE(2266), - [sym__plain_type_without_special] = STATE(2222), - [sym_anon_struct_type] = STATE(2223), - [sym_multi_return_type] = STATE(2222), - [sym_result_type] = STATE(2222), - [sym_option_type] = STATE(2222), - [sym_qualified_type] = STATE(2190), - [sym_fixed_array_type] = STATE(2223), - [sym_array_type] = STATE(2223), - [sym_pointer_type] = STATE(2223), - [sym_wrong_pointer_type] = STATE(2223), - [sym_map_type] = STATE(2223), - [sym_channel_type] = STATE(2223), - [sym_shared_type] = STATE(2223), - [sym_thread_type] = STATE(2223), - [sym_atomic_type] = STATE(2223), - [sym_generic_type] = STATE(2223), - [sym_function_type] = STATE(2223), - [sym_identifier] = ACTIONS(3955), - [anon_sym_LF] = ACTIONS(571), - [anon_sym_CR] = ACTIONS(571), - [anon_sym_CR_LF] = ACTIONS(571), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(571), - [anon_sym_DOT] = ACTIONS(571), - [anon_sym_as] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(571), - [anon_sym_RBRACE] = ACTIONS(571), - [anon_sym_LPAREN] = ACTIONS(3957), - [anon_sym___global] = ACTIONS(571), - [anon_sym_PIPE] = ACTIONS(571), - [anon_sym_fn] = ACTIONS(3959), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(571), - [anon_sym_STAR] = ACTIONS(3961), - [anon_sym_SLASH] = ACTIONS(571), - [anon_sym_PERCENT] = ACTIONS(571), - [anon_sym_LT] = ACTIONS(571), - [anon_sym_GT] = ACTIONS(571), - [anon_sym_EQ_EQ] = ACTIONS(571), - [anon_sym_BANG_EQ] = ACTIONS(571), - [anon_sym_LT_EQ] = ACTIONS(571), - [anon_sym_GT_EQ] = ACTIONS(571), - [anon_sym_DOT_DOT_DOT] = ACTIONS(571), - [anon_sym_LBRACK] = ACTIONS(567), - [anon_sym_struct] = ACTIONS(3963), - [anon_sym_pub] = ACTIONS(571), - [anon_sym_mut] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_QMARK] = ACTIONS(3965), - [anon_sym_BANG] = ACTIONS(3967), - [anon_sym_LBRACK2] = ACTIONS(3969), - [anon_sym_CARET] = ACTIONS(571), - [anon_sym_AMP] = ACTIONS(3971), - [anon_sym_LT_LT] = ACTIONS(571), - [anon_sym_GT_GT] = ACTIONS(571), - [anon_sym_GT_GT_GT] = ACTIONS(571), - [anon_sym_AMP_CARET] = ACTIONS(571), - [anon_sym_AMP_AMP] = ACTIONS(571), - [anon_sym_PIPE_PIPE] = ACTIONS(571), - [anon_sym_or] = ACTIONS(571), - [anon_sym_QMARK_DOT] = ACTIONS(571), - [anon_sym_POUND_LBRACK] = ACTIONS(571), - [anon_sym_is] = ACTIONS(571), - [anon_sym_BANGis] = ACTIONS(571), - [anon_sym_in] = ACTIONS(571), - [anon_sym_BANGin] = ACTIONS(571), - [anon_sym_shared] = ACTIONS(3973), - [anon_sym_map_LBRACK] = ACTIONS(3975), - [anon_sym_chan] = ACTIONS(3977), - [anon_sym_thread] = ACTIONS(3979), - [anon_sym_atomic] = ACTIONS(3981), - [anon_sym_AT_LBRACK] = ACTIONS(571), + [anon_sym_AT_LBRACK] = ACTIONS(599), }, - [1438] = { - [sym_line_comment] = STATE(1438), - [sym_block_comment] = STATE(1438), - [sym_reference_expression] = STATE(4569), - [sym_type_reference_expression] = STATE(2190), - [sym_plain_type] = STATE(2270), - [sym__plain_type_without_special] = STATE(2222), - [sym_anon_struct_type] = STATE(2223), - [sym_multi_return_type] = STATE(2222), - [sym_result_type] = STATE(2222), - [sym_option_type] = STATE(2222), - [sym_qualified_type] = STATE(2190), - [sym_fixed_array_type] = STATE(2223), - [sym_array_type] = STATE(2223), - [sym_pointer_type] = STATE(2223), - [sym_wrong_pointer_type] = STATE(2223), - [sym_map_type] = STATE(2223), - [sym_channel_type] = STATE(2223), - [sym_shared_type] = STATE(2223), - [sym_thread_type] = STATE(2223), - [sym_atomic_type] = STATE(2223), - [sym_generic_type] = STATE(2223), - [sym_function_type] = STATE(2223), - [sym_identifier] = ACTIONS(3955), + [1435] = { + [sym_line_comment] = STATE(1435), + [sym_block_comment] = STATE(1435), + [sym_reference_expression] = STATE(4571), + [sym_type_reference_expression] = STATE(2193), + [sym_plain_type] = STATE(2236), + [sym__plain_type_without_special] = STATE(2226), + [sym_anon_struct_type] = STATE(2227), + [sym_multi_return_type] = STATE(2226), + [sym_result_type] = STATE(2226), + [sym_option_type] = STATE(2226), + [sym_qualified_type] = STATE(2193), + [sym_fixed_array_type] = STATE(2227), + [sym_array_type] = STATE(2227), + [sym_pointer_type] = STATE(2227), + [sym_wrong_pointer_type] = STATE(2227), + [sym_map_type] = STATE(2227), + [sym_channel_type] = STATE(2227), + [sym_shared_type] = STATE(2227), + [sym_thread_type] = STATE(2227), + [sym_atomic_type] = STATE(2227), + [sym_generic_type] = STATE(2227), + [sym_function_type] = STATE(2227), + [sym_identifier] = ACTIONS(3961), [anon_sym_LF] = ACTIONS(627), [anon_sym_CR] = ACTIONS(627), [anon_sym_CR_LF] = ACTIONS(627), @@ -179188,13 +178997,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as] = ACTIONS(627), [anon_sym_COMMA] = ACTIONS(627), [anon_sym_RBRACE] = ACTIONS(627), - [anon_sym_LPAREN] = ACTIONS(3957), + [anon_sym_LPAREN] = ACTIONS(3963), [anon_sym___global] = ACTIONS(627), [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_fn] = ACTIONS(3959), + [anon_sym_fn] = ACTIONS(3965), [anon_sym_PLUS] = ACTIONS(627), [anon_sym_DASH] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(3961), + [anon_sym_STAR] = ACTIONS(3967), [anon_sym_SLASH] = ACTIONS(627), [anon_sym_PERCENT] = ACTIONS(627), [anon_sym_LT] = ACTIONS(627), @@ -179205,16 +179014,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(627), [anon_sym_DOT_DOT_DOT] = ACTIONS(627), [anon_sym_LBRACK] = ACTIONS(625), - [anon_sym_struct] = ACTIONS(3963), + [anon_sym_struct] = ACTIONS(3969), [anon_sym_pub] = ACTIONS(627), [anon_sym_mut] = ACTIONS(627), [anon_sym_PLUS_PLUS] = ACTIONS(627), [anon_sym_DASH_DASH] = ACTIONS(627), - [anon_sym_QMARK] = ACTIONS(3965), - [anon_sym_BANG] = ACTIONS(3967), - [anon_sym_LBRACK2] = ACTIONS(3969), + [anon_sym_QMARK] = ACTIONS(3971), + [anon_sym_BANG] = ACTIONS(3973), + [anon_sym_LBRACK2] = ACTIONS(3975), [anon_sym_CARET] = ACTIONS(627), - [anon_sym_AMP] = ACTIONS(3971), + [anon_sym_AMP] = ACTIONS(3977), [anon_sym_LT_LT] = ACTIONS(627), [anon_sym_GT_GT] = ACTIONS(627), [anon_sym_GT_GT_GT] = ACTIONS(627), @@ -179228,118 +179037,442 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGis] = ACTIONS(627), [anon_sym_in] = ACTIONS(627), [anon_sym_BANGin] = ACTIONS(627), - [anon_sym_shared] = ACTIONS(3973), - [anon_sym_map_LBRACK] = ACTIONS(3975), - [anon_sym_chan] = ACTIONS(3977), - [anon_sym_thread] = ACTIONS(3979), - [anon_sym_atomic] = ACTIONS(3981), + [anon_sym_shared] = ACTIONS(3979), + [anon_sym_map_LBRACK] = ACTIONS(3981), + [anon_sym_chan] = ACTIONS(3983), + [anon_sym_thread] = ACTIONS(3985), + [anon_sym_atomic] = ACTIONS(3987), [anon_sym_AT_LBRACK] = ACTIONS(627), }, + [1436] = { + [sym_line_comment] = STATE(1436), + [sym_block_comment] = STATE(1436), + [sym_identifier] = ACTIONS(3039), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3039), + [anon_sym_as] = ACTIONS(3039), + [anon_sym_LBRACE] = ACTIONS(3037), + [anon_sym_COMMA] = ACTIONS(3037), + [anon_sym_LPAREN] = ACTIONS(3037), + [anon_sym_PIPE] = ACTIONS(3039), + [anon_sym_fn] = ACTIONS(3039), + [anon_sym_PLUS] = ACTIONS(3039), + [anon_sym_DASH] = ACTIONS(3039), + [anon_sym_STAR] = ACTIONS(3037), + [anon_sym_SLASH] = ACTIONS(3039), + [anon_sym_PERCENT] = ACTIONS(3037), + [anon_sym_LT] = ACTIONS(3039), + [anon_sym_GT] = ACTIONS(3039), + [anon_sym_EQ_EQ] = ACTIONS(3037), + [anon_sym_BANG_EQ] = ACTIONS(3037), + [anon_sym_LT_EQ] = ACTIONS(3037), + [anon_sym_GT_EQ] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(3037), + [anon_sym_RBRACK] = ACTIONS(3037), + [anon_sym_struct] = ACTIONS(3039), + [anon_sym_mut] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3037), + [anon_sym_DASH_DASH] = ACTIONS(3037), + [anon_sym_QMARK] = ACTIONS(3039), + [anon_sym_BANG] = ACTIONS(3039), + [anon_sym_go] = ACTIONS(3039), + [anon_sym_spawn] = ACTIONS(3039), + [anon_sym_json_DOTdecode] = ACTIONS(3037), + [anon_sym_LBRACK2] = ACTIONS(3039), + [anon_sym_TILDE] = ACTIONS(3037), + [anon_sym_CARET] = ACTIONS(3037), + [anon_sym_AMP] = ACTIONS(3039), + [anon_sym_LT_DASH] = ACTIONS(3037), + [anon_sym_LT_LT] = ACTIONS(3037), + [anon_sym_GT_GT] = ACTIONS(3039), + [anon_sym_GT_GT_GT] = ACTIONS(3037), + [anon_sym_AMP_CARET] = ACTIONS(3037), + [anon_sym_AMP_AMP] = ACTIONS(3037), + [anon_sym_PIPE_PIPE] = ACTIONS(3037), + [anon_sym_or] = ACTIONS(3039), + [sym_none] = ACTIONS(3039), + [sym_true] = ACTIONS(3039), + [sym_false] = ACTIONS(3039), + [sym_nil] = ACTIONS(3039), + [anon_sym_QMARK_DOT] = ACTIONS(3037), + [anon_sym_POUND_LBRACK] = ACTIONS(3037), + [anon_sym_if] = ACTIONS(3039), + [anon_sym_DOLLARif] = ACTIONS(3039), + [anon_sym_is] = ACTIONS(3039), + [anon_sym_BANGis] = ACTIONS(3037), + [anon_sym_in] = ACTIONS(3039), + [anon_sym_BANGin] = ACTIONS(3037), + [anon_sym_match] = ACTIONS(3039), + [anon_sym_select] = ACTIONS(3039), + [anon_sym_lock] = ACTIONS(3039), + [anon_sym_rlock] = ACTIONS(3039), + [anon_sym_unsafe] = ACTIONS(3039), + [anon_sym_sql] = ACTIONS(3039), + [sym_int_literal] = ACTIONS(3039), + [sym_float_literal] = ACTIONS(3037), + [sym_rune_literal] = ACTIONS(3037), + [sym_pseudo_compile_time_identifier] = ACTIONS(3039), + [anon_sym_shared] = ACTIONS(3039), + [anon_sym_map_LBRACK] = ACTIONS(3037), + [anon_sym_chan] = ACTIONS(3039), + [anon_sym_thread] = ACTIONS(3039), + [anon_sym_atomic] = ACTIONS(3039), + [sym___double_quote] = ACTIONS(3037), + [sym___single_quote] = ACTIONS(3037), + [sym___c_double_quote] = ACTIONS(3037), + [sym___c_single_quote] = ACTIONS(3037), + [sym___r_double_quote] = ACTIONS(3037), + [sym___r_single_quote] = ACTIONS(3037), + }, + [1437] = { + [sym_line_comment] = STATE(1437), + [sym_block_comment] = STATE(1437), + [sym_reference_expression] = STATE(4571), + [sym_type_reference_expression] = STATE(2193), + [sym_plain_type] = STATE(2272), + [sym__plain_type_without_special] = STATE(2226), + [sym_anon_struct_type] = STATE(2227), + [sym_multi_return_type] = STATE(2226), + [sym_result_type] = STATE(2226), + [sym_option_type] = STATE(2226), + [sym_qualified_type] = STATE(2193), + [sym_fixed_array_type] = STATE(2227), + [sym_array_type] = STATE(2227), + [sym_pointer_type] = STATE(2227), + [sym_wrong_pointer_type] = STATE(2227), + [sym_map_type] = STATE(2227), + [sym_channel_type] = STATE(2227), + [sym_shared_type] = STATE(2227), + [sym_thread_type] = STATE(2227), + [sym_atomic_type] = STATE(2227), + [sym_generic_type] = STATE(2227), + [sym_function_type] = STATE(2227), + [sym_identifier] = ACTIONS(3961), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_CR] = ACTIONS(623), + [anon_sym_CR_LF] = ACTIONS(623), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(623), + [anon_sym_DOT] = ACTIONS(623), + [anon_sym_as] = ACTIONS(623), + [anon_sym_COMMA] = ACTIONS(623), + [anon_sym_RBRACE] = ACTIONS(623), + [anon_sym_LPAREN] = ACTIONS(3963), + [anon_sym___global] = ACTIONS(623), + [anon_sym_PIPE] = ACTIONS(623), + [anon_sym_fn] = ACTIONS(3965), + [anon_sym_PLUS] = ACTIONS(623), + [anon_sym_DASH] = ACTIONS(623), + [anon_sym_STAR] = ACTIONS(3967), + [anon_sym_SLASH] = ACTIONS(623), + [anon_sym_PERCENT] = ACTIONS(623), + [anon_sym_LT] = ACTIONS(623), + [anon_sym_GT] = ACTIONS(623), + [anon_sym_EQ_EQ] = ACTIONS(623), + [anon_sym_BANG_EQ] = ACTIONS(623), + [anon_sym_LT_EQ] = ACTIONS(623), + [anon_sym_GT_EQ] = ACTIONS(623), + [anon_sym_DOT_DOT_DOT] = ACTIONS(623), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_struct] = ACTIONS(3969), + [anon_sym_pub] = ACTIONS(623), + [anon_sym_mut] = ACTIONS(623), + [anon_sym_PLUS_PLUS] = ACTIONS(623), + [anon_sym_DASH_DASH] = ACTIONS(623), + [anon_sym_QMARK] = ACTIONS(3971), + [anon_sym_BANG] = ACTIONS(3973), + [anon_sym_LBRACK2] = ACTIONS(3975), + [anon_sym_CARET] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(3977), + [anon_sym_LT_LT] = ACTIONS(623), + [anon_sym_GT_GT] = ACTIONS(623), + [anon_sym_GT_GT_GT] = ACTIONS(623), + [anon_sym_AMP_CARET] = ACTIONS(623), + [anon_sym_AMP_AMP] = ACTIONS(623), + [anon_sym_PIPE_PIPE] = ACTIONS(623), + [anon_sym_or] = ACTIONS(623), + [anon_sym_QMARK_DOT] = ACTIONS(623), + [anon_sym_POUND_LBRACK] = ACTIONS(623), + [anon_sym_is] = ACTIONS(623), + [anon_sym_BANGis] = ACTIONS(623), + [anon_sym_in] = ACTIONS(623), + [anon_sym_BANGin] = ACTIONS(623), + [anon_sym_shared] = ACTIONS(3979), + [anon_sym_map_LBRACK] = ACTIONS(3981), + [anon_sym_chan] = ACTIONS(3983), + [anon_sym_thread] = ACTIONS(3985), + [anon_sym_atomic] = ACTIONS(3987), + [anon_sym_AT_LBRACK] = ACTIONS(623), + }, + [1438] = { + [sym_line_comment] = STATE(1438), + [sym_block_comment] = STATE(1438), + [sym_reference_expression] = STATE(4571), + [sym_type_reference_expression] = STATE(2193), + [sym_plain_type] = STATE(2251), + [sym__plain_type_without_special] = STATE(2226), + [sym_anon_struct_type] = STATE(2227), + [sym_multi_return_type] = STATE(2226), + [sym_result_type] = STATE(2226), + [sym_option_type] = STATE(2226), + [sym_qualified_type] = STATE(2193), + [sym_fixed_array_type] = STATE(2227), + [sym_array_type] = STATE(2227), + [sym_pointer_type] = STATE(2227), + [sym_wrong_pointer_type] = STATE(2227), + [sym_map_type] = STATE(2227), + [sym_channel_type] = STATE(2227), + [sym_shared_type] = STATE(2227), + [sym_thread_type] = STATE(2227), + [sym_atomic_type] = STATE(2227), + [sym_generic_type] = STATE(2227), + [sym_function_type] = STATE(2227), + [sym_identifier] = ACTIONS(3961), + [anon_sym_LF] = ACTIONS(567), + [anon_sym_CR] = ACTIONS(567), + [anon_sym_CR_LF] = ACTIONS(567), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(567), + [anon_sym_DOT] = ACTIONS(567), + [anon_sym_as] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_RBRACE] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(3963), + [anon_sym___global] = ACTIONS(567), + [anon_sym_PIPE] = ACTIONS(567), + [anon_sym_fn] = ACTIONS(3965), + [anon_sym_PLUS] = ACTIONS(567), + [anon_sym_DASH] = ACTIONS(567), + [anon_sym_STAR] = ACTIONS(3967), + [anon_sym_SLASH] = ACTIONS(567), + [anon_sym_PERCENT] = ACTIONS(567), + [anon_sym_LT] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(567), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_GT_EQ] = ACTIONS(567), + [anon_sym_DOT_DOT_DOT] = ACTIONS(567), + [anon_sym_LBRACK] = ACTIONS(563), + [anon_sym_struct] = ACTIONS(3969), + [anon_sym_pub] = ACTIONS(567), + [anon_sym_mut] = ACTIONS(567), + [anon_sym_PLUS_PLUS] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(567), + [anon_sym_QMARK] = ACTIONS(3971), + [anon_sym_BANG] = ACTIONS(3973), + [anon_sym_LBRACK2] = ACTIONS(3975), + [anon_sym_CARET] = ACTIONS(567), + [anon_sym_AMP] = ACTIONS(3977), + [anon_sym_LT_LT] = ACTIONS(567), + [anon_sym_GT_GT] = ACTIONS(567), + [anon_sym_GT_GT_GT] = ACTIONS(567), + [anon_sym_AMP_CARET] = ACTIONS(567), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_or] = ACTIONS(567), + [anon_sym_QMARK_DOT] = ACTIONS(567), + [anon_sym_POUND_LBRACK] = ACTIONS(567), + [anon_sym_is] = ACTIONS(567), + [anon_sym_BANGis] = ACTIONS(567), + [anon_sym_in] = ACTIONS(567), + [anon_sym_BANGin] = ACTIONS(567), + [anon_sym_shared] = ACTIONS(3979), + [anon_sym_map_LBRACK] = ACTIONS(3981), + [anon_sym_chan] = ACTIONS(3983), + [anon_sym_thread] = ACTIONS(3985), + [anon_sym_atomic] = ACTIONS(3987), + [anon_sym_AT_LBRACK] = ACTIONS(567), + }, [1439] = { [sym_line_comment] = STATE(1439), [sym_block_comment] = STATE(1439), - [sym_reference_expression] = STATE(4569), - [sym_type_reference_expression] = STATE(2190), - [sym_plain_type] = STATE(2234), - [sym__plain_type_without_special] = STATE(2222), - [sym_anon_struct_type] = STATE(2223), - [sym_multi_return_type] = STATE(2222), - [sym_result_type] = STATE(2222), - [sym_option_type] = STATE(2222), - [sym_qualified_type] = STATE(2190), - [sym_fixed_array_type] = STATE(2223), - [sym_array_type] = STATE(2223), - [sym_pointer_type] = STATE(2223), - [sym_wrong_pointer_type] = STATE(2223), - [sym_map_type] = STATE(2223), - [sym_channel_type] = STATE(2223), - [sym_shared_type] = STATE(2223), - [sym_thread_type] = STATE(2223), - [sym_atomic_type] = STATE(2223), - [sym_generic_type] = STATE(2223), - [sym_function_type] = STATE(2223), - [sym_identifier] = ACTIONS(3955), - [anon_sym_LF] = ACTIONS(601), - [anon_sym_CR] = ACTIONS(601), - [anon_sym_CR_LF] = ACTIONS(601), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(601), - [anon_sym_DOT] = ACTIONS(601), - [anon_sym_as] = ACTIONS(601), - [anon_sym_COMMA] = ACTIONS(601), - [anon_sym_RBRACE] = ACTIONS(601), - [anon_sym_LPAREN] = ACTIONS(3957), - [anon_sym___global] = ACTIONS(601), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(3959), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(3961), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_PERCENT] = ACTIONS(601), - [anon_sym_LT] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(601), - [anon_sym_BANG_EQ] = ACTIONS(601), - [anon_sym_LT_EQ] = ACTIONS(601), - [anon_sym_GT_EQ] = ACTIONS(601), - [anon_sym_DOT_DOT_DOT] = ACTIONS(601), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_struct] = ACTIONS(3963), - [anon_sym_pub] = ACTIONS(601), - [anon_sym_mut] = ACTIONS(601), - [anon_sym_PLUS_PLUS] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(601), - [anon_sym_QMARK] = ACTIONS(3965), - [anon_sym_BANG] = ACTIONS(3967), - [anon_sym_LBRACK2] = ACTIONS(3969), - [anon_sym_CARET] = ACTIONS(601), - [anon_sym_AMP] = ACTIONS(3971), - [anon_sym_LT_LT] = ACTIONS(601), - [anon_sym_GT_GT] = ACTIONS(601), - [anon_sym_GT_GT_GT] = ACTIONS(601), - [anon_sym_AMP_CARET] = ACTIONS(601), - [anon_sym_AMP_AMP] = ACTIONS(601), - [anon_sym_PIPE_PIPE] = ACTIONS(601), - [anon_sym_or] = ACTIONS(601), - [anon_sym_QMARK_DOT] = ACTIONS(601), - [anon_sym_POUND_LBRACK] = ACTIONS(601), - [anon_sym_is] = ACTIONS(601), - [anon_sym_BANGis] = ACTIONS(601), - [anon_sym_in] = ACTIONS(601), - [anon_sym_BANGin] = ACTIONS(601), - [anon_sym_shared] = ACTIONS(3973), - [anon_sym_map_LBRACK] = ACTIONS(3975), - [anon_sym_chan] = ACTIONS(3977), - [anon_sym_thread] = ACTIONS(3979), - [anon_sym_atomic] = ACTIONS(3981), - [anon_sym_AT_LBRACK] = ACTIONS(601), + [sym_identifier] = ACTIONS(2653), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_as] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2651), + [anon_sym_COMMA] = ACTIONS(2651), + [anon_sym_LPAREN] = ACTIONS(2651), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2651), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2651), + [anon_sym_BANG_EQ] = ACTIONS(2651), + [anon_sym_LT_EQ] = ACTIONS(2651), + [anon_sym_GT_EQ] = ACTIONS(2651), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_RBRACK] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_PLUS_PLUS] = ACTIONS(2651), + [anon_sym_DASH_DASH] = ACTIONS(2651), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2651), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2651), + [anon_sym_CARET] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2651), + [anon_sym_LT_LT] = ACTIONS(2651), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_GT_GT_GT] = ACTIONS(2651), + [anon_sym_AMP_CARET] = ACTIONS(2651), + [anon_sym_AMP_AMP] = ACTIONS(2651), + [anon_sym_PIPE_PIPE] = ACTIONS(2651), + [anon_sym_or] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_QMARK_DOT] = ACTIONS(2651), + [anon_sym_POUND_LBRACK] = ACTIONS(2651), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_is] = ACTIONS(2653), + [anon_sym_BANGis] = ACTIONS(2651), + [anon_sym_in] = ACTIONS(2653), + [anon_sym_BANGin] = ACTIONS(2651), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2651), + [sym_rune_literal] = ACTIONS(2651), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2651), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2651), + [sym___single_quote] = ACTIONS(2651), + [sym___c_double_quote] = ACTIONS(2651), + [sym___c_single_quote] = ACTIONS(2651), + [sym___r_double_quote] = ACTIONS(2651), + [sym___r_single_quote] = ACTIONS(2651), }, [1440] = { [sym_line_comment] = STATE(1440), [sym_block_comment] = STATE(1440), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(2341), - [sym_plain_type] = STATE(2409), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(2341), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3983), + [sym_identifier] = ACTIONS(3377), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3399), + [anon_sym_as] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3375), + [anon_sym_COMMA] = ACTIONS(3375), + [anon_sym_LPAREN] = ACTIONS(3375), + [anon_sym_PIPE] = ACTIONS(3377), + [anon_sym_fn] = ACTIONS(3377), + [anon_sym_PLUS] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_STAR] = ACTIONS(3375), + [anon_sym_SLASH] = ACTIONS(3377), + [anon_sym_PERCENT] = ACTIONS(3375), + [anon_sym_LT] = ACTIONS(3377), + [anon_sym_GT] = ACTIONS(3377), + [anon_sym_EQ_EQ] = ACTIONS(3375), + [anon_sym_BANG_EQ] = ACTIONS(3375), + [anon_sym_LT_EQ] = ACTIONS(3375), + [anon_sym_GT_EQ] = ACTIONS(3375), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_RBRACK] = ACTIONS(3956), + [anon_sym_struct] = ACTIONS(3377), + [anon_sym_mut] = ACTIONS(3377), + [anon_sym_PLUS_PLUS] = ACTIONS(3375), + [anon_sym_DASH_DASH] = ACTIONS(3375), + [anon_sym_QMARK] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_go] = ACTIONS(3377), + [anon_sym_spawn] = ACTIONS(3377), + [anon_sym_json_DOTdecode] = ACTIONS(3375), + [anon_sym_LBRACK2] = ACTIONS(3377), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_CARET] = ACTIONS(3375), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LT_DASH] = ACTIONS(3375), + [anon_sym_LT_LT] = ACTIONS(3375), + [anon_sym_GT_GT] = ACTIONS(3377), + [anon_sym_GT_GT_GT] = ACTIONS(3375), + [anon_sym_AMP_CARET] = ACTIONS(3375), + [anon_sym_AMP_AMP] = ACTIONS(3375), + [anon_sym_PIPE_PIPE] = ACTIONS(3375), + [anon_sym_or] = ACTIONS(3377), + [sym_none] = ACTIONS(3377), + [sym_true] = ACTIONS(3377), + [sym_false] = ACTIONS(3377), + [sym_nil] = ACTIONS(3377), + [anon_sym_QMARK_DOT] = ACTIONS(3375), + [anon_sym_POUND_LBRACK] = ACTIONS(3375), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_DOLLARif] = ACTIONS(3377), + [anon_sym_is] = ACTIONS(3377), + [anon_sym_BANGis] = ACTIONS(3375), + [anon_sym_in] = ACTIONS(3377), + [anon_sym_BANGin] = ACTIONS(3375), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_select] = ACTIONS(3377), + [anon_sym_lock] = ACTIONS(3377), + [anon_sym_rlock] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_sql] = ACTIONS(3377), + [sym_int_literal] = ACTIONS(3377), + [sym_float_literal] = ACTIONS(3375), + [sym_rune_literal] = ACTIONS(3375), + [sym_pseudo_compile_time_identifier] = ACTIONS(3377), + [anon_sym_shared] = ACTIONS(3377), + [anon_sym_map_LBRACK] = ACTIONS(3375), + [anon_sym_chan] = ACTIONS(3377), + [anon_sym_thread] = ACTIONS(3377), + [anon_sym_atomic] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(3375), + [sym___single_quote] = ACTIONS(3375), + [sym___c_double_quote] = ACTIONS(3375), + [sym___c_single_quote] = ACTIONS(3375), + [sym___r_double_quote] = ACTIONS(3375), + [sym___r_single_quote] = ACTIONS(3375), + }, + [1441] = { + [sym_line_comment] = STATE(1441), + [sym_block_comment] = STATE(1441), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(2339), + [sym_plain_type] = STATE(2387), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(2339), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3989), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_SEMI] = ACTIONS(625), @@ -179347,13 +179480,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as] = ACTIONS(627), [anon_sym_LBRACE] = ACTIONS(625), [anon_sym_COMMA] = ACTIONS(625), - [anon_sym_LPAREN] = ACTIONS(3618), + [anon_sym_LPAREN] = ACTIONS(3626), [anon_sym_RPAREN] = ACTIONS(625), [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_fn] = ACTIONS(3985), + [anon_sym_fn] = ACTIONS(3991), [anon_sym_PLUS] = ACTIONS(627), [anon_sym_DASH] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(3987), + [anon_sym_STAR] = ACTIONS(3993), [anon_sym_SLASH] = ACTIONS(627), [anon_sym_PERCENT] = ACTIONS(625), [anon_sym_LT] = ACTIONS(627), @@ -179364,15 +179497,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(625), [anon_sym_LBRACK] = ACTIONS(625), [anon_sym_RBRACK] = ACTIONS(625), - [anon_sym_struct] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(607), [anon_sym_COLON] = ACTIONS(627), [anon_sym_PLUS_PLUS] = ACTIONS(625), [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_QMARK] = ACTIONS(3989), - [anon_sym_BANG] = ACTIONS(3991), - [anon_sym_LBRACK2] = ACTIONS(3993), + [anon_sym_QMARK] = ACTIONS(3995), + [anon_sym_BANG] = ACTIONS(3997), + [anon_sym_LBRACK2] = ACTIONS(3999), [anon_sym_CARET] = ACTIONS(625), - [anon_sym_AMP] = ACTIONS(3995), + [anon_sym_AMP] = ACTIONS(4001), [anon_sym_LT_LT] = ACTIONS(625), [anon_sym_GT_GT] = ACTIONS(627), [anon_sym_GT_GT_GT] = ACTIONS(625), @@ -179387,636 +179520,405 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_in] = ACTIONS(627), [anon_sym_BANGin] = ACTIONS(625), [anon_sym_COLON_EQ] = ACTIONS(625), - [anon_sym_shared] = ACTIONS(3997), - [anon_sym_map_LBRACK] = ACTIONS(3999), - [anon_sym_chan] = ACTIONS(4001), - [anon_sym_thread] = ACTIONS(4003), - [anon_sym_atomic] = ACTIONS(4005), + [anon_sym_shared] = ACTIONS(4003), + [anon_sym_map_LBRACK] = ACTIONS(4005), + [anon_sym_chan] = ACTIONS(4007), + [anon_sym_thread] = ACTIONS(4009), + [anon_sym_atomic] = ACTIONS(4011), [anon_sym_DOT_DOT] = ACTIONS(625), }, - [1441] = { - [sym_line_comment] = STATE(1441), - [sym_block_comment] = STATE(1441), - [sym_type_parameters] = STATE(1494), - [ts_builtin_sym_end] = ACTIONS(2791), - [sym_identifier] = ACTIONS(2793), - [anon_sym_LF] = ACTIONS(2793), - [anon_sym_CR] = ACTIONS(2793), - [anon_sym_CR_LF] = ACTIONS(2793), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2793), - [anon_sym___global] = ACTIONS(2793), - [anon_sym_type] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_fn] = ACTIONS(2793), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_LBRACK] = ACTIONS(4007), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_pub] = ACTIONS(2793), - [anon_sym_mut] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_interface] = ACTIONS(2793), - [anon_sym_QMARK] = ACTIONS(2793), - [anon_sym_BANG] = ACTIONS(2793), - [anon_sym_go] = ACTIONS(2793), - [anon_sym_spawn] = ACTIONS(2793), - [anon_sym_json_DOTdecode] = ACTIONS(2793), - [anon_sym_LBRACK2] = ACTIONS(2793), - [anon_sym_TILDE] = ACTIONS(2793), - [anon_sym_CARET] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_LT_DASH] = ACTIONS(2793), - [sym_none] = ACTIONS(2793), - [sym_true] = ACTIONS(2793), - [sym_false] = ACTIONS(2793), - [sym_nil] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_DOLLARif] = ACTIONS(2793), - [anon_sym_match] = ACTIONS(2793), - [anon_sym_select] = ACTIONS(2793), - [anon_sym_lock] = ACTIONS(2793), - [anon_sym_rlock] = ACTIONS(2793), - [anon_sym_unsafe] = ACTIONS(2793), - [anon_sym_sql] = ACTIONS(2793), - [sym_int_literal] = ACTIONS(2793), - [sym_float_literal] = ACTIONS(2793), - [sym_rune_literal] = ACTIONS(2793), - [sym_pseudo_compile_time_identifier] = ACTIONS(2793), - [anon_sym_shared] = ACTIONS(2793), - [anon_sym_map_LBRACK] = ACTIONS(2793), - [anon_sym_chan] = ACTIONS(2793), - [anon_sym_thread] = ACTIONS(2793), - [anon_sym_atomic] = ACTIONS(2793), - [anon_sym_assert] = ACTIONS(2793), - [anon_sym_defer] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_DOLLARfor] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_POUND] = ACTIONS(2793), - [anon_sym_asm] = ACTIONS(2793), - [anon_sym_AT_LBRACK] = ACTIONS(2793), - [sym___double_quote] = ACTIONS(2793), - [sym___single_quote] = ACTIONS(2793), - [sym___c_double_quote] = ACTIONS(2793), - [sym___c_single_quote] = ACTIONS(2793), - [sym___r_double_quote] = ACTIONS(2793), - [sym___r_single_quote] = ACTIONS(2793), - }, [1442] = { [sym_line_comment] = STATE(1442), [sym_block_comment] = STATE(1442), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(2341), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(2341), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3983), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_DOT] = ACTIONS(571), - [anon_sym_as] = ACTIONS(571), - [anon_sym_LBRACE] = ACTIONS(567), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(3618), - [anon_sym_RPAREN] = ACTIONS(567), - [anon_sym_PIPE] = ACTIONS(571), - [anon_sym_fn] = ACTIONS(3985), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(571), - [anon_sym_STAR] = ACTIONS(3987), - [anon_sym_SLASH] = ACTIONS(571), - [anon_sym_PERCENT] = ACTIONS(567), - [anon_sym_LT] = ACTIONS(571), - [anon_sym_GT] = ACTIONS(571), - [anon_sym_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ] = ACTIONS(567), - [anon_sym_LT_EQ] = ACTIONS(567), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LBRACK] = ACTIONS(567), - [anon_sym_RBRACK] = ACTIONS(567), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_COLON] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(567), - [anon_sym_DASH_DASH] = ACTIONS(567), - [anon_sym_QMARK] = ACTIONS(3989), - [anon_sym_BANG] = ACTIONS(3991), - [anon_sym_LBRACK2] = ACTIONS(3993), - [anon_sym_CARET] = ACTIONS(567), - [anon_sym_AMP] = ACTIONS(3995), - [anon_sym_LT_LT] = ACTIONS(567), - [anon_sym_GT_GT] = ACTIONS(571), - [anon_sym_GT_GT_GT] = ACTIONS(567), - [anon_sym_AMP_CARET] = ACTIONS(567), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_or] = ACTIONS(571), - [anon_sym_QMARK_DOT] = ACTIONS(567), - [anon_sym_POUND_LBRACK] = ACTIONS(567), - [anon_sym_is] = ACTIONS(571), - [anon_sym_BANGis] = ACTIONS(567), - [anon_sym_in] = ACTIONS(571), - [anon_sym_BANGin] = ACTIONS(567), - [anon_sym_COLON_EQ] = ACTIONS(567), - [anon_sym_shared] = ACTIONS(3997), - [anon_sym_map_LBRACK] = ACTIONS(3999), - [anon_sym_chan] = ACTIONS(4001), - [anon_sym_thread] = ACTIONS(4003), - [anon_sym_atomic] = ACTIONS(4005), - [anon_sym_DOT_DOT] = ACTIONS(567), - }, - [1443] = { - [sym_line_comment] = STATE(1443), - [sym_block_comment] = STATE(1443), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(2341), - [sym_plain_type] = STATE(2357), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(2341), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(3983), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_DOT] = ACTIONS(601), - [anon_sym_as] = ACTIONS(601), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_COMMA] = ACTIONS(599), - [anon_sym_LPAREN] = ACTIONS(3618), - [anon_sym_RPAREN] = ACTIONS(599), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(3985), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(3987), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_PERCENT] = ACTIONS(599), - [anon_sym_LT] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(599), - [anon_sym_BANG_EQ] = ACTIONS(599), - [anon_sym_LT_EQ] = ACTIONS(599), - [anon_sym_GT_EQ] = ACTIONS(599), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_RBRACK] = ACTIONS(599), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_COLON] = ACTIONS(601), - [anon_sym_PLUS_PLUS] = ACTIONS(599), - [anon_sym_DASH_DASH] = ACTIONS(599), - [anon_sym_QMARK] = ACTIONS(3989), - [anon_sym_BANG] = ACTIONS(3991), - [anon_sym_LBRACK2] = ACTIONS(3993), - [anon_sym_CARET] = ACTIONS(599), - [anon_sym_AMP] = ACTIONS(3995), - [anon_sym_LT_LT] = ACTIONS(599), - [anon_sym_GT_GT] = ACTIONS(601), - [anon_sym_GT_GT_GT] = ACTIONS(599), - [anon_sym_AMP_CARET] = ACTIONS(599), - [anon_sym_AMP_AMP] = ACTIONS(599), - [anon_sym_PIPE_PIPE] = ACTIONS(599), - [anon_sym_or] = ACTIONS(601), - [anon_sym_QMARK_DOT] = ACTIONS(599), - [anon_sym_POUND_LBRACK] = ACTIONS(599), - [anon_sym_is] = ACTIONS(601), - [anon_sym_BANGis] = ACTIONS(599), - [anon_sym_in] = ACTIONS(601), - [anon_sym_BANGin] = ACTIONS(599), - [anon_sym_COLON_EQ] = ACTIONS(599), - [anon_sym_shared] = ACTIONS(3997), - [anon_sym_map_LBRACK] = ACTIONS(3999), - [anon_sym_chan] = ACTIONS(4001), - [anon_sym_thread] = ACTIONS(4003), - [anon_sym_atomic] = ACTIONS(4005), - [anon_sym_DOT_DOT] = ACTIONS(599), - }, - [1444] = { - [sym_line_comment] = STATE(1444), - [sym_block_comment] = STATE(1444), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), - [anon_sym_LF] = ACTIONS(565), - [anon_sym_CR] = ACTIONS(565), - [anon_sym_CR_LF] = ACTIONS(565), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(565), - [anon_sym_DOT] = ACTIONS(565), - [anon_sym_as] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(565), - [anon_sym_RBRACE] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(565), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(565), - [anon_sym_SLASH] = ACTIONS(565), - [anon_sym_PERCENT] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_EQ_EQ] = ACTIONS(565), - [anon_sym_BANG_EQ] = ACTIONS(565), - [anon_sym_LT_EQ] = ACTIONS(565), - [anon_sym_GT_EQ] = ACTIONS(565), - [anon_sym_LBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(565), - [anon_sym_DASH_DASH] = ACTIONS(565), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_LBRACK2] = ACTIONS(565), - [anon_sym_CARET] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(565), - [anon_sym_LT_LT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(565), - [anon_sym_GT_GT_GT] = ACTIONS(565), - [anon_sym_AMP_CARET] = ACTIONS(565), - [anon_sym_AMP_AMP] = ACTIONS(565), - [anon_sym_PIPE_PIPE] = ACTIONS(565), - [anon_sym_or] = ACTIONS(565), - [anon_sym_QMARK_DOT] = ACTIONS(565), - [anon_sym_POUND_LBRACK] = ACTIONS(565), - [anon_sym_is] = ACTIONS(565), - [anon_sym_BANGis] = ACTIONS(565), - [anon_sym_in] = ACTIONS(565), - [anon_sym_BANGin] = ACTIONS(565), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(549), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - }, - [1445] = { - [sym_line_comment] = STATE(1445), - [sym_block_comment] = STATE(1445), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(2339), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(2339), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3989), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_SEMI] = ACTIONS(563), - [anon_sym_DOT] = ACTIONS(565), - [anon_sym_as] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(567), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(563), + [anon_sym_DOT] = ACTIONS(567), + [anon_sym_as] = ACTIONS(567), + [anon_sym_LBRACE] = ACTIONS(563), + [anon_sym_COMMA] = ACTIONS(563), + [anon_sym_LPAREN] = ACTIONS(3626), [anon_sym_RPAREN] = ACTIONS(563), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(563), - [anon_sym_SLASH] = ACTIONS(565), + [anon_sym_PIPE] = ACTIONS(567), + [anon_sym_fn] = ACTIONS(3991), + [anon_sym_PLUS] = ACTIONS(567), + [anon_sym_DASH] = ACTIONS(567), + [anon_sym_STAR] = ACTIONS(3993), + [anon_sym_SLASH] = ACTIONS(567), [anon_sym_PERCENT] = ACTIONS(563), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), + [anon_sym_LT] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(567), [anon_sym_EQ_EQ] = ACTIONS(563), [anon_sym_BANG_EQ] = ACTIONS(563), [anon_sym_LT_EQ] = ACTIONS(563), [anon_sym_GT_EQ] = ACTIONS(563), [anon_sym_LBRACK] = ACTIONS(563), [anon_sym_RBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_COLON] = ACTIONS(563), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_COLON] = ACTIONS(567), [anon_sym_PLUS_PLUS] = ACTIONS(563), [anon_sym_DASH_DASH] = ACTIONS(563), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_LBRACK2] = ACTIONS(565), + [anon_sym_QMARK] = ACTIONS(3995), + [anon_sym_BANG] = ACTIONS(3997), + [anon_sym_LBRACK2] = ACTIONS(3999), [anon_sym_CARET] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(565), + [anon_sym_AMP] = ACTIONS(4001), [anon_sym_LT_LT] = ACTIONS(563), - [anon_sym_GT_GT] = ACTIONS(565), + [anon_sym_GT_GT] = ACTIONS(567), [anon_sym_GT_GT_GT] = ACTIONS(563), [anon_sym_AMP_CARET] = ACTIONS(563), [anon_sym_AMP_AMP] = ACTIONS(563), [anon_sym_PIPE_PIPE] = ACTIONS(563), - [anon_sym_or] = ACTIONS(565), + [anon_sym_or] = ACTIONS(567), [anon_sym_QMARK_DOT] = ACTIONS(563), [anon_sym_POUND_LBRACK] = ACTIONS(563), - [anon_sym_is] = ACTIONS(565), + [anon_sym_is] = ACTIONS(567), [anon_sym_BANGis] = ACTIONS(563), - [anon_sym_in] = ACTIONS(565), + [anon_sym_in] = ACTIONS(567), [anon_sym_BANGin] = ACTIONS(563), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), + [anon_sym_COLON_EQ] = ACTIONS(563), + [anon_sym_shared] = ACTIONS(4003), + [anon_sym_map_LBRACK] = ACTIONS(4005), + [anon_sym_chan] = ACTIONS(4007), + [anon_sym_thread] = ACTIONS(4009), + [anon_sym_atomic] = ACTIONS(4011), [anon_sym_DOT_DOT] = ACTIONS(563), }, - [1446] = { - [sym_line_comment] = STATE(1446), - [sym_block_comment] = STATE(1446), - [aux_sym_strictly_expression_list_repeat1] = STATE(1450), - [ts_builtin_sym_end] = ACTIONS(3502), - [sym_identifier] = ACTIONS(1761), - [anon_sym_LF] = ACTIONS(1761), - [anon_sym_CR] = ACTIONS(1761), - [anon_sym_CR_LF] = ACTIONS(1761), + [1443] = { + [sym_line_comment] = STATE(1443), + [sym_block_comment] = STATE(1443), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(2339), + [sym_plain_type] = STATE(2349), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(2339), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(3989), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(623), + [anon_sym_as] = ACTIONS(623), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_COMMA] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(3626), + [anon_sym_RPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(623), + [anon_sym_fn] = ACTIONS(3991), + [anon_sym_PLUS] = ACTIONS(623), + [anon_sym_DASH] = ACTIONS(623), + [anon_sym_STAR] = ACTIONS(3993), + [anon_sym_SLASH] = ACTIONS(623), + [anon_sym_PERCENT] = ACTIONS(621), + [anon_sym_LT] = ACTIONS(623), + [anon_sym_GT] = ACTIONS(623), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_RBRACK] = ACTIONS(621), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_COLON] = ACTIONS(623), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_QMARK] = ACTIONS(3995), + [anon_sym_BANG] = ACTIONS(3997), + [anon_sym_LBRACK2] = ACTIONS(3999), + [anon_sym_CARET] = ACTIONS(621), + [anon_sym_AMP] = ACTIONS(4001), + [anon_sym_LT_LT] = ACTIONS(621), + [anon_sym_GT_GT] = ACTIONS(623), + [anon_sym_GT_GT_GT] = ACTIONS(621), + [anon_sym_AMP_CARET] = ACTIONS(621), + [anon_sym_AMP_AMP] = ACTIONS(621), + [anon_sym_PIPE_PIPE] = ACTIONS(621), + [anon_sym_or] = ACTIONS(623), + [anon_sym_QMARK_DOT] = ACTIONS(621), + [anon_sym_POUND_LBRACK] = ACTIONS(621), + [anon_sym_is] = ACTIONS(623), + [anon_sym_BANGis] = ACTIONS(621), + [anon_sym_in] = ACTIONS(623), + [anon_sym_BANGin] = ACTIONS(621), + [anon_sym_COLON_EQ] = ACTIONS(621), + [anon_sym_shared] = ACTIONS(4003), + [anon_sym_map_LBRACK] = ACTIONS(4005), + [anon_sym_chan] = ACTIONS(4007), + [anon_sym_thread] = ACTIONS(4009), + [anon_sym_atomic] = ACTIONS(4011), + [anon_sym_DOT_DOT] = ACTIONS(621), + }, + [1444] = { + [sym_line_comment] = STATE(1444), + [sym_block_comment] = STATE(1444), + [sym_type_parameters] = STATE(1503), + [ts_builtin_sym_end] = ACTIONS(2871), + [sym_identifier] = ACTIONS(2873), + [anon_sym_LF] = ACTIONS(2873), + [anon_sym_CR] = ACTIONS(2873), + [anon_sym_CR_LF] = ACTIONS(2873), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(1761), - [anon_sym_LBRACE] = ACTIONS(1761), - [anon_sym_COMMA] = ACTIONS(3508), - [anon_sym_const] = ACTIONS(1761), - [anon_sym_LPAREN] = ACTIONS(1761), - [anon_sym___global] = ACTIONS(1761), - [anon_sym_type] = ACTIONS(1761), - [anon_sym_fn] = ACTIONS(1761), - [anon_sym_PLUS] = ACTIONS(1761), - [anon_sym_DASH] = ACTIONS(1761), - [anon_sym_STAR] = ACTIONS(1761), - [anon_sym_struct] = ACTIONS(1761), - [anon_sym_union] = ACTIONS(1761), - [anon_sym_pub] = ACTIONS(1761), - [anon_sym_mut] = ACTIONS(1761), - [anon_sym_enum] = ACTIONS(1761), - [anon_sym_interface] = ACTIONS(1761), - [anon_sym_QMARK] = ACTIONS(1761), - [anon_sym_BANG] = ACTIONS(1761), - [anon_sym_go] = ACTIONS(1761), - [anon_sym_spawn] = ACTIONS(1761), - [anon_sym_json_DOTdecode] = ACTIONS(1761), - [anon_sym_LBRACK2] = ACTIONS(1761), - [anon_sym_TILDE] = ACTIONS(1761), - [anon_sym_CARET] = ACTIONS(1761), - [anon_sym_AMP] = ACTIONS(1761), - [anon_sym_LT_DASH] = ACTIONS(1761), - [sym_none] = ACTIONS(1761), - [sym_true] = ACTIONS(1761), - [sym_false] = ACTIONS(1761), - [sym_nil] = ACTIONS(1761), - [anon_sym_if] = ACTIONS(1761), - [anon_sym_DOLLARif] = ACTIONS(1761), - [anon_sym_match] = ACTIONS(1761), - [anon_sym_select] = ACTIONS(1761), - [anon_sym_lock] = ACTIONS(1761), - [anon_sym_rlock] = ACTIONS(1761), - [anon_sym_unsafe] = ACTIONS(1761), - [anon_sym_sql] = ACTIONS(1761), - [sym_int_literal] = ACTIONS(1761), - [sym_float_literal] = ACTIONS(1761), - [sym_rune_literal] = ACTIONS(1761), - [sym_pseudo_compile_time_identifier] = ACTIONS(1761), - [anon_sym_shared] = ACTIONS(1761), - [anon_sym_map_LBRACK] = ACTIONS(1761), - [anon_sym_chan] = ACTIONS(1761), - [anon_sym_thread] = ACTIONS(1761), - [anon_sym_atomic] = ACTIONS(1761), - [anon_sym_assert] = ACTIONS(1761), - [anon_sym_defer] = ACTIONS(1761), - [anon_sym_goto] = ACTIONS(1761), - [anon_sym_break] = ACTIONS(1761), - [anon_sym_continue] = ACTIONS(1761), - [anon_sym_return] = ACTIONS(1761), - [anon_sym_DOLLARfor] = ACTIONS(1761), - [anon_sym_for] = ACTIONS(1761), - [anon_sym_POUND] = ACTIONS(1761), - [anon_sym_asm] = ACTIONS(1761), - [anon_sym_AT_LBRACK] = ACTIONS(1761), - [sym___double_quote] = ACTIONS(1761), - [sym___single_quote] = ACTIONS(1761), - [sym___c_double_quote] = ACTIONS(1761), - [sym___c_single_quote] = ACTIONS(1761), - [sym___r_double_quote] = ACTIONS(1761), - [sym___r_single_quote] = ACTIONS(1761), + [anon_sym_DOT] = ACTIONS(2873), + [anon_sym_LBRACE] = ACTIONS(2873), + [anon_sym_const] = ACTIONS(2873), + [anon_sym_LPAREN] = ACTIONS(2873), + [anon_sym___global] = ACTIONS(2873), + [anon_sym_type] = ACTIONS(2873), + [anon_sym_PIPE] = ACTIONS(2873), + [anon_sym_fn] = ACTIONS(2873), + [anon_sym_PLUS] = ACTIONS(2873), + [anon_sym_DASH] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_LBRACK] = ACTIONS(4013), + [anon_sym_struct] = ACTIONS(2873), + [anon_sym_union] = ACTIONS(2873), + [anon_sym_pub] = ACTIONS(2873), + [anon_sym_mut] = ACTIONS(2873), + [anon_sym_enum] = ACTIONS(2873), + [anon_sym_interface] = ACTIONS(2873), + [anon_sym_QMARK] = ACTIONS(2873), + [anon_sym_BANG] = ACTIONS(2873), + [anon_sym_go] = ACTIONS(2873), + [anon_sym_spawn] = ACTIONS(2873), + [anon_sym_json_DOTdecode] = ACTIONS(2873), + [anon_sym_LBRACK2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_CARET] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2873), + [anon_sym_LT_DASH] = ACTIONS(2873), + [sym_none] = ACTIONS(2873), + [sym_true] = ACTIONS(2873), + [sym_false] = ACTIONS(2873), + [sym_nil] = ACTIONS(2873), + [anon_sym_if] = ACTIONS(2873), + [anon_sym_DOLLARif] = ACTIONS(2873), + [anon_sym_match] = ACTIONS(2873), + [anon_sym_select] = ACTIONS(2873), + [anon_sym_lock] = ACTIONS(2873), + [anon_sym_rlock] = ACTIONS(2873), + [anon_sym_unsafe] = ACTIONS(2873), + [anon_sym_sql] = ACTIONS(2873), + [sym_int_literal] = ACTIONS(2873), + [sym_float_literal] = ACTIONS(2873), + [sym_rune_literal] = ACTIONS(2873), + [sym_pseudo_compile_time_identifier] = ACTIONS(2873), + [anon_sym_shared] = ACTIONS(2873), + [anon_sym_map_LBRACK] = ACTIONS(2873), + [anon_sym_chan] = ACTIONS(2873), + [anon_sym_thread] = ACTIONS(2873), + [anon_sym_atomic] = ACTIONS(2873), + [anon_sym_assert] = ACTIONS(2873), + [anon_sym_defer] = ACTIONS(2873), + [anon_sym_goto] = ACTIONS(2873), + [anon_sym_break] = ACTIONS(2873), + [anon_sym_continue] = ACTIONS(2873), + [anon_sym_return] = ACTIONS(2873), + [anon_sym_DOLLARfor] = ACTIONS(2873), + [anon_sym_for] = ACTIONS(2873), + [anon_sym_POUND] = ACTIONS(2873), + [anon_sym_asm] = ACTIONS(2873), + [anon_sym_AT_LBRACK] = ACTIONS(2873), + [sym___double_quote] = ACTIONS(2873), + [sym___single_quote] = ACTIONS(2873), + [sym___c_double_quote] = ACTIONS(2873), + [sym___c_single_quote] = ACTIONS(2873), + [sym___r_double_quote] = ACTIONS(2873), + [sym___r_single_quote] = ACTIONS(2873), }, - [1447] = { - [sym_line_comment] = STATE(1447), - [sym_block_comment] = STATE(1447), - [ts_builtin_sym_end] = ACTIONS(3149), - [sym_identifier] = ACTIONS(3151), - [anon_sym_LF] = ACTIONS(3151), - [anon_sym_CR] = ACTIONS(3151), - [anon_sym_CR_LF] = ACTIONS(3151), + [1445] = { + [sym_line_comment] = STATE(1445), + [sym_block_comment] = STATE(1445), + [aux_sym_strictly_expression_list_repeat1] = STATE(1454), + [ts_builtin_sym_end] = ACTIONS(4015), + [sym_identifier] = ACTIONS(4017), + [anon_sym_LF] = ACTIONS(4017), + [anon_sym_CR] = ACTIONS(4017), + [anon_sym_CR_LF] = ACTIONS(4017), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3151), - [anon_sym_LBRACE] = ACTIONS(3151), - [anon_sym_const] = ACTIONS(3151), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym___global] = ACTIONS(3151), - [anon_sym_type] = ACTIONS(3151), - [anon_sym_PIPE] = ACTIONS(3151), - [anon_sym_fn] = ACTIONS(3151), - [anon_sym_PLUS] = ACTIONS(3151), - [anon_sym_DASH] = ACTIONS(3151), - [anon_sym_STAR] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3149), - [anon_sym_struct] = ACTIONS(3151), - [anon_sym_union] = ACTIONS(3151), - [anon_sym_pub] = ACTIONS(3151), - [anon_sym_mut] = ACTIONS(3151), - [anon_sym_enum] = ACTIONS(3151), - [anon_sym_interface] = ACTIONS(3151), - [anon_sym_QMARK] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3151), - [anon_sym_go] = ACTIONS(3151), - [anon_sym_spawn] = ACTIONS(3151), - [anon_sym_json_DOTdecode] = ACTIONS(3151), - [anon_sym_LBRACK2] = ACTIONS(3151), - [anon_sym_TILDE] = ACTIONS(3151), - [anon_sym_CARET] = ACTIONS(3151), - [anon_sym_AMP] = ACTIONS(3151), - [anon_sym_LT_DASH] = ACTIONS(3151), - [sym_none] = ACTIONS(3151), - [sym_true] = ACTIONS(3151), - [sym_false] = ACTIONS(3151), - [sym_nil] = ACTIONS(3151), - [anon_sym_if] = ACTIONS(3151), - [anon_sym_DOLLARif] = ACTIONS(3151), - [anon_sym_match] = ACTIONS(3151), - [anon_sym_select] = ACTIONS(3151), - [anon_sym_lock] = ACTIONS(3151), - [anon_sym_rlock] = ACTIONS(3151), - [anon_sym_unsafe] = ACTIONS(3151), - [anon_sym_sql] = ACTIONS(3151), - [sym_int_literal] = ACTIONS(3151), - [sym_float_literal] = ACTIONS(3151), - [sym_rune_literal] = ACTIONS(3151), - [sym_pseudo_compile_time_identifier] = ACTIONS(3151), - [anon_sym_shared] = ACTIONS(3151), - [anon_sym_map_LBRACK] = ACTIONS(3151), - [anon_sym_chan] = ACTIONS(3151), - [anon_sym_thread] = ACTIONS(3151), - [anon_sym_atomic] = ACTIONS(3151), - [anon_sym_assert] = ACTIONS(3151), - [anon_sym_defer] = ACTIONS(3151), - [anon_sym_goto] = ACTIONS(3151), - [anon_sym_break] = ACTIONS(3151), - [anon_sym_continue] = ACTIONS(3151), - [anon_sym_return] = ACTIONS(3151), - [anon_sym_DOLLARfor] = ACTIONS(3151), - [anon_sym_for] = ACTIONS(3151), - [anon_sym_POUND] = ACTIONS(3151), - [anon_sym_asm] = ACTIONS(3151), - [anon_sym_AT_LBRACK] = ACTIONS(3151), - [sym___double_quote] = ACTIONS(3151), - [sym___single_quote] = ACTIONS(3151), - [sym___c_double_quote] = ACTIONS(3151), - [sym___c_single_quote] = ACTIONS(3151), - [sym___r_double_quote] = ACTIONS(3151), - [sym___r_single_quote] = ACTIONS(3151), + [anon_sym_DOT] = ACTIONS(4017), + [anon_sym_LBRACE] = ACTIONS(4017), + [anon_sym_COMMA] = ACTIONS(3514), + [anon_sym_const] = ACTIONS(4017), + [anon_sym_LPAREN] = ACTIONS(4017), + [anon_sym___global] = ACTIONS(4017), + [anon_sym_type] = ACTIONS(4017), + [anon_sym_fn] = ACTIONS(4017), + [anon_sym_PLUS] = ACTIONS(4017), + [anon_sym_DASH] = ACTIONS(4017), + [anon_sym_STAR] = ACTIONS(4017), + [anon_sym_struct] = ACTIONS(4017), + [anon_sym_union] = ACTIONS(4017), + [anon_sym_pub] = ACTIONS(4017), + [anon_sym_mut] = ACTIONS(4017), + [anon_sym_enum] = ACTIONS(4017), + [anon_sym_interface] = ACTIONS(4017), + [anon_sym_QMARK] = ACTIONS(4017), + [anon_sym_BANG] = ACTIONS(4017), + [anon_sym_go] = ACTIONS(4017), + [anon_sym_spawn] = ACTIONS(4017), + [anon_sym_json_DOTdecode] = ACTIONS(4017), + [anon_sym_LBRACK2] = ACTIONS(4017), + [anon_sym_TILDE] = ACTIONS(4017), + [anon_sym_CARET] = ACTIONS(4017), + [anon_sym_AMP] = ACTIONS(4017), + [anon_sym_LT_DASH] = ACTIONS(4017), + [sym_none] = ACTIONS(4017), + [sym_true] = ACTIONS(4017), + [sym_false] = ACTIONS(4017), + [sym_nil] = ACTIONS(4017), + [anon_sym_if] = ACTIONS(4017), + [anon_sym_DOLLARif] = ACTIONS(4017), + [anon_sym_match] = ACTIONS(4017), + [anon_sym_select] = ACTIONS(4017), + [anon_sym_lock] = ACTIONS(4017), + [anon_sym_rlock] = ACTIONS(4017), + [anon_sym_unsafe] = ACTIONS(4017), + [anon_sym_sql] = ACTIONS(4017), + [sym_int_literal] = ACTIONS(4017), + [sym_float_literal] = ACTIONS(4017), + [sym_rune_literal] = ACTIONS(4017), + [sym_pseudo_compile_time_identifier] = ACTIONS(4017), + [anon_sym_shared] = ACTIONS(4017), + [anon_sym_map_LBRACK] = ACTIONS(4017), + [anon_sym_chan] = ACTIONS(4017), + [anon_sym_thread] = ACTIONS(4017), + [anon_sym_atomic] = ACTIONS(4017), + [anon_sym_assert] = ACTIONS(4017), + [anon_sym_defer] = ACTIONS(4017), + [anon_sym_goto] = ACTIONS(4017), + [anon_sym_break] = ACTIONS(4017), + [anon_sym_continue] = ACTIONS(4017), + [anon_sym_return] = ACTIONS(4017), + [anon_sym_DOLLARfor] = ACTIONS(4017), + [anon_sym_for] = ACTIONS(4017), + [anon_sym_POUND] = ACTIONS(4017), + [anon_sym_asm] = ACTIONS(4017), + [anon_sym_AT_LBRACK] = ACTIONS(4017), + [sym___double_quote] = ACTIONS(4017), + [sym___single_quote] = ACTIONS(4017), + [sym___c_double_quote] = ACTIONS(4017), + [sym___c_single_quote] = ACTIONS(4017), + [sym___r_double_quote] = ACTIONS(4017), + [sym___r_single_quote] = ACTIONS(4017), }, - [1448] = { - [sym_line_comment] = STATE(1448), - [sym_block_comment] = STATE(1448), - [aux_sym__type_union_list_repeat1] = STATE(1448), - [ts_builtin_sym_end] = ACTIONS(4009), - [sym_identifier] = ACTIONS(4011), - [anon_sym_LF] = ACTIONS(4013), - [anon_sym_CR] = ACTIONS(4013), - [anon_sym_CR_LF] = ACTIONS(4013), + [1446] = { + [sym_line_comment] = STATE(1446), + [sym_block_comment] = STATE(1446), + [ts_builtin_sym_end] = ACTIONS(3147), + [sym_identifier] = ACTIONS(3149), + [anon_sym_LF] = ACTIONS(3149), + [anon_sym_CR] = ACTIONS(3149), + [anon_sym_CR_LF] = ACTIONS(3149), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4011), - [anon_sym_LBRACE] = ACTIONS(4011), - [anon_sym_const] = ACTIONS(4011), - [anon_sym_LPAREN] = ACTIONS(4011), - [anon_sym___global] = ACTIONS(4011), - [anon_sym_type] = ACTIONS(4011), - [anon_sym_PIPE] = ACTIONS(4016), - [anon_sym_fn] = ACTIONS(4011), - [anon_sym_PLUS] = ACTIONS(4011), - [anon_sym_DASH] = ACTIONS(4011), - [anon_sym_STAR] = ACTIONS(4011), - [anon_sym_struct] = ACTIONS(4011), - [anon_sym_union] = ACTIONS(4011), - [anon_sym_pub] = ACTIONS(4011), - [anon_sym_mut] = ACTIONS(4011), - [anon_sym_enum] = ACTIONS(4011), - [anon_sym_interface] = ACTIONS(4011), - [anon_sym_QMARK] = ACTIONS(4011), - [anon_sym_BANG] = ACTIONS(4011), - [anon_sym_go] = ACTIONS(4011), - [anon_sym_spawn] = ACTIONS(4011), - [anon_sym_json_DOTdecode] = ACTIONS(4011), - [anon_sym_LBRACK2] = ACTIONS(4011), - [anon_sym_TILDE] = ACTIONS(4011), - [anon_sym_CARET] = ACTIONS(4011), - [anon_sym_AMP] = ACTIONS(4011), - [anon_sym_LT_DASH] = ACTIONS(4011), - [sym_none] = ACTIONS(4011), - [sym_true] = ACTIONS(4011), - [sym_false] = ACTIONS(4011), - [sym_nil] = ACTIONS(4011), - [anon_sym_if] = ACTIONS(4011), - [anon_sym_DOLLARif] = ACTIONS(4011), - [anon_sym_match] = ACTIONS(4011), - [anon_sym_select] = ACTIONS(4011), - [anon_sym_lock] = ACTIONS(4011), - [anon_sym_rlock] = ACTIONS(4011), - [anon_sym_unsafe] = ACTIONS(4011), - [anon_sym_sql] = ACTIONS(4011), - [sym_int_literal] = ACTIONS(4011), - [sym_float_literal] = ACTIONS(4011), - [sym_rune_literal] = ACTIONS(4011), - [sym_pseudo_compile_time_identifier] = ACTIONS(4011), - [anon_sym_shared] = ACTIONS(4011), - [anon_sym_map_LBRACK] = ACTIONS(4011), - [anon_sym_chan] = ACTIONS(4011), - [anon_sym_thread] = ACTIONS(4011), - [anon_sym_atomic] = ACTIONS(4011), - [anon_sym_assert] = ACTIONS(4011), - [anon_sym_defer] = ACTIONS(4011), - [anon_sym_goto] = ACTIONS(4011), - [anon_sym_break] = ACTIONS(4011), - [anon_sym_continue] = ACTIONS(4011), - [anon_sym_return] = ACTIONS(4011), - [anon_sym_DOLLARfor] = ACTIONS(4011), - [anon_sym_for] = ACTIONS(4011), - [anon_sym_POUND] = ACTIONS(4011), - [anon_sym_asm] = ACTIONS(4011), - [anon_sym_AT_LBRACK] = ACTIONS(4011), - [sym___double_quote] = ACTIONS(4011), - [sym___single_quote] = ACTIONS(4011), - [sym___c_double_quote] = ACTIONS(4011), - [sym___c_single_quote] = ACTIONS(4011), - [sym___r_double_quote] = ACTIONS(4011), - [sym___r_single_quote] = ACTIONS(4011), + [anon_sym_DOT] = ACTIONS(2787), + [anon_sym_LBRACE] = ACTIONS(3149), + [anon_sym_const] = ACTIONS(3149), + [anon_sym_LPAREN] = ACTIONS(3149), + [anon_sym___global] = ACTIONS(3149), + [anon_sym_type] = ACTIONS(3149), + [anon_sym_PIPE] = ACTIONS(3149), + [anon_sym_fn] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3149), + [anon_sym_union] = ACTIONS(3149), + [anon_sym_pub] = ACTIONS(3149), + [anon_sym_mut] = ACTIONS(3149), + [anon_sym_enum] = ACTIONS(3149), + [anon_sym_interface] = ACTIONS(3149), + [anon_sym_QMARK] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_go] = ACTIONS(3149), + [anon_sym_spawn] = ACTIONS(3149), + [anon_sym_json_DOTdecode] = ACTIONS(3149), + [anon_sym_LBRACK2] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_CARET] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3149), + [anon_sym_LT_DASH] = ACTIONS(3149), + [sym_none] = ACTIONS(3149), + [sym_true] = ACTIONS(3149), + [sym_false] = ACTIONS(3149), + [sym_nil] = ACTIONS(3149), + [anon_sym_if] = ACTIONS(3149), + [anon_sym_DOLLARif] = ACTIONS(3149), + [anon_sym_match] = ACTIONS(3149), + [anon_sym_select] = ACTIONS(3149), + [anon_sym_lock] = ACTIONS(3149), + [anon_sym_rlock] = ACTIONS(3149), + [anon_sym_unsafe] = ACTIONS(3149), + [anon_sym_sql] = ACTIONS(3149), + [sym_int_literal] = ACTIONS(3149), + [sym_float_literal] = ACTIONS(3149), + [sym_rune_literal] = ACTIONS(3149), + [sym_pseudo_compile_time_identifier] = ACTIONS(3149), + [anon_sym_shared] = ACTIONS(3149), + [anon_sym_map_LBRACK] = ACTIONS(3149), + [anon_sym_chan] = ACTIONS(3149), + [anon_sym_thread] = ACTIONS(3149), + [anon_sym_atomic] = ACTIONS(3149), + [anon_sym_assert] = ACTIONS(3149), + [anon_sym_defer] = ACTIONS(3149), + [anon_sym_goto] = ACTIONS(3149), + [anon_sym_break] = ACTIONS(3149), + [anon_sym_continue] = ACTIONS(3149), + [anon_sym_return] = ACTIONS(3149), + [anon_sym_DOLLARfor] = ACTIONS(3149), + [anon_sym_for] = ACTIONS(3149), + [anon_sym_POUND] = ACTIONS(3149), + [anon_sym_asm] = ACTIONS(3149), + [anon_sym_AT_LBRACK] = ACTIONS(3149), + [sym___double_quote] = ACTIONS(3149), + [sym___single_quote] = ACTIONS(3149), + [sym___c_double_quote] = ACTIONS(3149), + [sym___c_single_quote] = ACTIONS(3149), + [sym___r_double_quote] = ACTIONS(3149), + [sym___r_single_quote] = ACTIONS(3149), }, - [1449] = { - [sym_line_comment] = STATE(1449), - [sym_block_comment] = STATE(1449), - [aux_sym__type_union_list_repeat1] = STATE(1453), + [1447] = { + [sym_line_comment] = STATE(1447), + [sym_block_comment] = STATE(1447), + [aux_sym__type_union_list_repeat1] = STATE(1449), [ts_builtin_sym_end] = ACTIONS(4019), [sym_identifier] = ACTIONS(4021), [anon_sym_LF] = ACTIONS(4023), @@ -180090,10 +179992,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4021), [sym___r_single_quote] = ACTIONS(4021), }, - [1450] = { - [sym_line_comment] = STATE(1450), - [sym_block_comment] = STATE(1450), - [aux_sym_strictly_expression_list_repeat1] = STATE(1455), + [1448] = { + [sym_line_comment] = STATE(1448), + [sym_block_comment] = STATE(1448), + [aux_sym_strictly_expression_list_repeat1] = STATE(1454), [ts_builtin_sym_end] = ACTIONS(4028), [sym_identifier] = ACTIONS(4030), [anon_sym_LF] = ACTIONS(4030), @@ -180103,7 +180005,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(4030), [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(3508), + [anon_sym_COMMA] = ACTIONS(3514), [anon_sym_const] = ACTIONS(4030), [anon_sym_LPAREN] = ACTIONS(4030), [anon_sym___global] = ACTIONS(4030), @@ -180167,164 +180069,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4030), [sym___r_single_quote] = ACTIONS(4030), }, - [1451] = { - [sym_line_comment] = STATE(1451), - [sym_block_comment] = STATE(1451), - [ts_builtin_sym_end] = ACTIONS(3149), - [sym_identifier] = ACTIONS(3151), - [anon_sym_LF] = ACTIONS(3151), - [anon_sym_CR] = ACTIONS(3151), - [anon_sym_CR_LF] = ACTIONS(3151), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2833), - [anon_sym_LBRACE] = ACTIONS(3151), - [anon_sym_const] = ACTIONS(3151), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym___global] = ACTIONS(3151), - [anon_sym_type] = ACTIONS(3151), - [anon_sym_PIPE] = ACTIONS(3151), - [anon_sym_fn] = ACTIONS(3151), - [anon_sym_PLUS] = ACTIONS(3151), - [anon_sym_DASH] = ACTIONS(3151), - [anon_sym_STAR] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3149), - [anon_sym_struct] = ACTIONS(3151), - [anon_sym_union] = ACTIONS(3151), - [anon_sym_pub] = ACTIONS(3151), - [anon_sym_mut] = ACTIONS(3151), - [anon_sym_enum] = ACTIONS(3151), - [anon_sym_interface] = ACTIONS(3151), - [anon_sym_QMARK] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3151), - [anon_sym_go] = ACTIONS(3151), - [anon_sym_spawn] = ACTIONS(3151), - [anon_sym_json_DOTdecode] = ACTIONS(3151), - [anon_sym_LBRACK2] = ACTIONS(3151), - [anon_sym_TILDE] = ACTIONS(3151), - [anon_sym_CARET] = ACTIONS(3151), - [anon_sym_AMP] = ACTIONS(3151), - [anon_sym_LT_DASH] = ACTIONS(3151), - [sym_none] = ACTIONS(3151), - [sym_true] = ACTIONS(3151), - [sym_false] = ACTIONS(3151), - [sym_nil] = ACTIONS(3151), - [anon_sym_if] = ACTIONS(3151), - [anon_sym_DOLLARif] = ACTIONS(3151), - [anon_sym_match] = ACTIONS(3151), - [anon_sym_select] = ACTIONS(3151), - [anon_sym_lock] = ACTIONS(3151), - [anon_sym_rlock] = ACTIONS(3151), - [anon_sym_unsafe] = ACTIONS(3151), - [anon_sym_sql] = ACTIONS(3151), - [sym_int_literal] = ACTIONS(3151), - [sym_float_literal] = ACTIONS(3151), - [sym_rune_literal] = ACTIONS(3151), - [sym_pseudo_compile_time_identifier] = ACTIONS(3151), - [anon_sym_shared] = ACTIONS(3151), - [anon_sym_map_LBRACK] = ACTIONS(3151), - [anon_sym_chan] = ACTIONS(3151), - [anon_sym_thread] = ACTIONS(3151), - [anon_sym_atomic] = ACTIONS(3151), - [anon_sym_assert] = ACTIONS(3151), - [anon_sym_defer] = ACTIONS(3151), - [anon_sym_goto] = ACTIONS(3151), - [anon_sym_break] = ACTIONS(3151), - [anon_sym_continue] = ACTIONS(3151), - [anon_sym_return] = ACTIONS(3151), - [anon_sym_DOLLARfor] = ACTIONS(3151), - [anon_sym_for] = ACTIONS(3151), - [anon_sym_POUND] = ACTIONS(3151), - [anon_sym_asm] = ACTIONS(3151), - [anon_sym_AT_LBRACK] = ACTIONS(3151), - [sym___double_quote] = ACTIONS(3151), - [sym___single_quote] = ACTIONS(3151), - [sym___c_double_quote] = ACTIONS(3151), - [sym___c_single_quote] = ACTIONS(3151), - [sym___r_double_quote] = ACTIONS(3151), - [sym___r_single_quote] = ACTIONS(3151), - }, - [1452] = { - [sym_line_comment] = STATE(1452), - [sym_block_comment] = STATE(1452), - [ts_builtin_sym_end] = ACTIONS(3221), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LF] = ACTIONS(3223), - [anon_sym_CR] = ACTIONS(3223), - [anon_sym_CR_LF] = ACTIONS(3223), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3223), - [anon_sym_LBRACE] = ACTIONS(3223), - [anon_sym_const] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3223), - [anon_sym___global] = ACTIONS(3223), - [anon_sym_type] = ACTIONS(3223), - [anon_sym_PIPE] = ACTIONS(3223), - [anon_sym_fn] = ACTIONS(3223), - [anon_sym_PLUS] = ACTIONS(3223), - [anon_sym_DASH] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3223), - [anon_sym_LBRACK] = ACTIONS(3221), - [anon_sym_struct] = ACTIONS(3223), - [anon_sym_union] = ACTIONS(3223), - [anon_sym_pub] = ACTIONS(3223), - [anon_sym_mut] = ACTIONS(3223), - [anon_sym_enum] = ACTIONS(3223), - [anon_sym_interface] = ACTIONS(3223), - [anon_sym_QMARK] = ACTIONS(3223), - [anon_sym_BANG] = ACTIONS(3223), - [anon_sym_go] = ACTIONS(3223), - [anon_sym_spawn] = ACTIONS(3223), - [anon_sym_json_DOTdecode] = ACTIONS(3223), - [anon_sym_LBRACK2] = ACTIONS(3223), - [anon_sym_TILDE] = ACTIONS(3223), - [anon_sym_CARET] = ACTIONS(3223), - [anon_sym_AMP] = ACTIONS(3223), - [anon_sym_LT_DASH] = ACTIONS(3223), - [sym_none] = ACTIONS(3223), - [sym_true] = ACTIONS(3223), - [sym_false] = ACTIONS(3223), - [sym_nil] = ACTIONS(3223), - [anon_sym_if] = ACTIONS(3223), - [anon_sym_DOLLARif] = ACTIONS(3223), - [anon_sym_match] = ACTIONS(3223), - [anon_sym_select] = ACTIONS(3223), - [anon_sym_lock] = ACTIONS(3223), - [anon_sym_rlock] = ACTIONS(3223), - [anon_sym_unsafe] = ACTIONS(3223), - [anon_sym_sql] = ACTIONS(3223), - [sym_int_literal] = ACTIONS(3223), - [sym_float_literal] = ACTIONS(3223), - [sym_rune_literal] = ACTIONS(3223), - [sym_pseudo_compile_time_identifier] = ACTIONS(3223), - [anon_sym_shared] = ACTIONS(3223), - [anon_sym_map_LBRACK] = ACTIONS(3223), - [anon_sym_chan] = ACTIONS(3223), - [anon_sym_thread] = ACTIONS(3223), - [anon_sym_atomic] = ACTIONS(3223), - [anon_sym_assert] = ACTIONS(3223), - [anon_sym_defer] = ACTIONS(3223), - [anon_sym_goto] = ACTIONS(3223), - [anon_sym_break] = ACTIONS(3223), - [anon_sym_continue] = ACTIONS(3223), - [anon_sym_return] = ACTIONS(3223), - [anon_sym_DOLLARfor] = ACTIONS(3223), - [anon_sym_for] = ACTIONS(3223), - [anon_sym_POUND] = ACTIONS(3223), - [anon_sym_asm] = ACTIONS(3223), - [anon_sym_AT_LBRACK] = ACTIONS(3223), - [sym___double_quote] = ACTIONS(3223), - [sym___single_quote] = ACTIONS(3223), - [sym___c_double_quote] = ACTIONS(3223), - [sym___c_single_quote] = ACTIONS(3223), - [sym___r_double_quote] = ACTIONS(3223), - [sym___r_single_quote] = ACTIONS(3223), - }, - [1453] = { - [sym_line_comment] = STATE(1453), - [sym_block_comment] = STATE(1453), - [aux_sym__type_union_list_repeat1] = STATE(1448), + [1449] = { + [sym_line_comment] = STATE(1449), + [sym_block_comment] = STATE(1449), + [aux_sym__type_union_list_repeat1] = STATE(1452), [ts_builtin_sym_end] = ACTIONS(4032), [sym_identifier] = ACTIONS(4034), [anon_sym_LF] = ACTIONS(4036), @@ -180398,24 +180146,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4034), [sym___r_single_quote] = ACTIONS(4034), }, - [1454] = { - [sym_line_comment] = STATE(1454), - [sym_block_comment] = STATE(1454), - [aux_sym_strictly_expression_list_repeat1] = STATE(1455), + [1450] = { + [sym_line_comment] = STATE(1450), + [sym_block_comment] = STATE(1450), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(563), + [anon_sym_COMMA] = ACTIONS(563), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_RPAREN] = ACTIONS(617), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(617), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(617), + [anon_sym_BANG_EQ] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_RBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_COLON] = ACTIONS(617), + [anon_sym_PLUS_PLUS] = ACTIONS(617), + [anon_sym_DASH_DASH] = ACTIONS(617), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_LBRACK2] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(617), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_LT] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(617), + [anon_sym_AMP_CARET] = ACTIONS(617), + [anon_sym_AMP_AMP] = ACTIONS(617), + [anon_sym_PIPE_PIPE] = ACTIONS(617), + [anon_sym_or] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(617), + [anon_sym_POUND_LBRACK] = ACTIONS(617), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(617), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(617), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(617), + }, + [1451] = { + [sym_line_comment] = STATE(1451), + [sym_block_comment] = STATE(1451), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_CR] = ACTIONS(619), + [anon_sym_CR_LF] = ACTIONS(619), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(619), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(619), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(619), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(619), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_LBRACK2] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(619), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_LT] = ACTIONS(619), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(619), + [anon_sym_AMP_CARET] = ACTIONS(619), + [anon_sym_AMP_AMP] = ACTIONS(619), + [anon_sym_PIPE_PIPE] = ACTIONS(619), + [anon_sym_or] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(619), + [anon_sym_POUND_LBRACK] = ACTIONS(619), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(619), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(619), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(549), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + }, + [1452] = { + [sym_line_comment] = STATE(1452), + [sym_block_comment] = STATE(1452), + [aux_sym__type_union_list_repeat1] = STATE(1452), [ts_builtin_sym_end] = ACTIONS(4039), [sym_identifier] = ACTIONS(4041), - [anon_sym_LF] = ACTIONS(4041), - [anon_sym_CR] = ACTIONS(4041), - [anon_sym_CR_LF] = ACTIONS(4041), + [anon_sym_LF] = ACTIONS(4043), + [anon_sym_CR] = ACTIONS(4043), + [anon_sym_CR_LF] = ACTIONS(4043), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(4041), [anon_sym_LBRACE] = ACTIONS(4041), - [anon_sym_COMMA] = ACTIONS(3508), [anon_sym_const] = ACTIONS(4041), [anon_sym_LPAREN] = ACTIONS(4041), [anon_sym___global] = ACTIONS(4041), [anon_sym_type] = ACTIONS(4041), + [anon_sym_PIPE] = ACTIONS(4046), [anon_sym_fn] = ACTIONS(4041), [anon_sym_PLUS] = ACTIONS(4041), [anon_sym_DASH] = ACTIONS(4041), @@ -180475,11 +180377,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4041), [sym___r_single_quote] = ACTIONS(4041), }, - [1455] = { - [sym_line_comment] = STATE(1455), - [sym_block_comment] = STATE(1455), - [aux_sym_strictly_expression_list_repeat1] = STATE(1455), - [ts_builtin_sym_end] = ACTIONS(3550), + [1453] = { + [sym_line_comment] = STATE(1453), + [sym_block_comment] = STATE(1453), + [aux_sym_strictly_expression_list_repeat1] = STATE(1445), + [ts_builtin_sym_end] = ACTIONS(3508), + [sym_identifier] = ACTIONS(1761), + [anon_sym_LF] = ACTIONS(1761), + [anon_sym_CR] = ACTIONS(1761), + [anon_sym_CR_LF] = ACTIONS(1761), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(1761), + [anon_sym_LBRACE] = ACTIONS(1761), + [anon_sym_COMMA] = ACTIONS(3514), + [anon_sym_const] = ACTIONS(1761), + [anon_sym_LPAREN] = ACTIONS(1761), + [anon_sym___global] = ACTIONS(1761), + [anon_sym_type] = ACTIONS(1761), + [anon_sym_fn] = ACTIONS(1761), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1761), + [anon_sym_struct] = ACTIONS(1761), + [anon_sym_union] = ACTIONS(1761), + [anon_sym_pub] = ACTIONS(1761), + [anon_sym_mut] = ACTIONS(1761), + [anon_sym_enum] = ACTIONS(1761), + [anon_sym_interface] = ACTIONS(1761), + [anon_sym_QMARK] = ACTIONS(1761), + [anon_sym_BANG] = ACTIONS(1761), + [anon_sym_go] = ACTIONS(1761), + [anon_sym_spawn] = ACTIONS(1761), + [anon_sym_json_DOTdecode] = ACTIONS(1761), + [anon_sym_LBRACK2] = ACTIONS(1761), + [anon_sym_TILDE] = ACTIONS(1761), + [anon_sym_CARET] = ACTIONS(1761), + [anon_sym_AMP] = ACTIONS(1761), + [anon_sym_LT_DASH] = ACTIONS(1761), + [sym_none] = ACTIONS(1761), + [sym_true] = ACTIONS(1761), + [sym_false] = ACTIONS(1761), + [sym_nil] = ACTIONS(1761), + [anon_sym_if] = ACTIONS(1761), + [anon_sym_DOLLARif] = ACTIONS(1761), + [anon_sym_match] = ACTIONS(1761), + [anon_sym_select] = ACTIONS(1761), + [anon_sym_lock] = ACTIONS(1761), + [anon_sym_rlock] = ACTIONS(1761), + [anon_sym_unsafe] = ACTIONS(1761), + [anon_sym_sql] = ACTIONS(1761), + [sym_int_literal] = ACTIONS(1761), + [sym_float_literal] = ACTIONS(1761), + [sym_rune_literal] = ACTIONS(1761), + [sym_pseudo_compile_time_identifier] = ACTIONS(1761), + [anon_sym_shared] = ACTIONS(1761), + [anon_sym_map_LBRACK] = ACTIONS(1761), + [anon_sym_chan] = ACTIONS(1761), + [anon_sym_thread] = ACTIONS(1761), + [anon_sym_atomic] = ACTIONS(1761), + [anon_sym_assert] = ACTIONS(1761), + [anon_sym_defer] = ACTIONS(1761), + [anon_sym_goto] = ACTIONS(1761), + [anon_sym_break] = ACTIONS(1761), + [anon_sym_continue] = ACTIONS(1761), + [anon_sym_return] = ACTIONS(1761), + [anon_sym_DOLLARfor] = ACTIONS(1761), + [anon_sym_for] = ACTIONS(1761), + [anon_sym_POUND] = ACTIONS(1761), + [anon_sym_asm] = ACTIONS(1761), + [anon_sym_AT_LBRACK] = ACTIONS(1761), + [sym___double_quote] = ACTIONS(1761), + [sym___single_quote] = ACTIONS(1761), + [sym___c_double_quote] = ACTIONS(1761), + [sym___c_single_quote] = ACTIONS(1761), + [sym___r_double_quote] = ACTIONS(1761), + [sym___r_single_quote] = ACTIONS(1761), + }, + [1454] = { + [sym_line_comment] = STATE(1454), + [sym_block_comment] = STATE(1454), + [aux_sym_strictly_expression_list_repeat1] = STATE(1454), + [ts_builtin_sym_end] = ACTIONS(3556), [sym_identifier] = ACTIONS(1719), [anon_sym_LF] = ACTIONS(1719), [anon_sym_CR] = ACTIONS(1719), @@ -180488,7 +180467,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(1719), [anon_sym_LBRACE] = ACTIONS(1719), - [anon_sym_COMMA] = ACTIONS(4043), + [anon_sym_COMMA] = ACTIONS(4049), [anon_sym_const] = ACTIONS(1719), [anon_sym_LPAREN] = ACTIONS(1719), [anon_sym___global] = ACTIONS(1719), @@ -180552,390 +180531,544 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1719), [sym___r_single_quote] = ACTIONS(1719), }, + [1455] = { + [sym_line_comment] = STATE(1455), + [sym_block_comment] = STATE(1455), + [ts_builtin_sym_end] = ACTIONS(3147), + [sym_identifier] = ACTIONS(3149), + [anon_sym_LF] = ACTIONS(3149), + [anon_sym_CR] = ACTIONS(3149), + [anon_sym_CR_LF] = ACTIONS(3149), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3149), + [anon_sym_LBRACE] = ACTIONS(3149), + [anon_sym_const] = ACTIONS(3149), + [anon_sym_LPAREN] = ACTIONS(3149), + [anon_sym___global] = ACTIONS(3149), + [anon_sym_type] = ACTIONS(3149), + [anon_sym_PIPE] = ACTIONS(3149), + [anon_sym_fn] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3149), + [anon_sym_union] = ACTIONS(3149), + [anon_sym_pub] = ACTIONS(3149), + [anon_sym_mut] = ACTIONS(3149), + [anon_sym_enum] = ACTIONS(3149), + [anon_sym_interface] = ACTIONS(3149), + [anon_sym_QMARK] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_go] = ACTIONS(3149), + [anon_sym_spawn] = ACTIONS(3149), + [anon_sym_json_DOTdecode] = ACTIONS(3149), + [anon_sym_LBRACK2] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_CARET] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3149), + [anon_sym_LT_DASH] = ACTIONS(3149), + [sym_none] = ACTIONS(3149), + [sym_true] = ACTIONS(3149), + [sym_false] = ACTIONS(3149), + [sym_nil] = ACTIONS(3149), + [anon_sym_if] = ACTIONS(3149), + [anon_sym_DOLLARif] = ACTIONS(3149), + [anon_sym_match] = ACTIONS(3149), + [anon_sym_select] = ACTIONS(3149), + [anon_sym_lock] = ACTIONS(3149), + [anon_sym_rlock] = ACTIONS(3149), + [anon_sym_unsafe] = ACTIONS(3149), + [anon_sym_sql] = ACTIONS(3149), + [sym_int_literal] = ACTIONS(3149), + [sym_float_literal] = ACTIONS(3149), + [sym_rune_literal] = ACTIONS(3149), + [sym_pseudo_compile_time_identifier] = ACTIONS(3149), + [anon_sym_shared] = ACTIONS(3149), + [anon_sym_map_LBRACK] = ACTIONS(3149), + [anon_sym_chan] = ACTIONS(3149), + [anon_sym_thread] = ACTIONS(3149), + [anon_sym_atomic] = ACTIONS(3149), + [anon_sym_assert] = ACTIONS(3149), + [anon_sym_defer] = ACTIONS(3149), + [anon_sym_goto] = ACTIONS(3149), + [anon_sym_break] = ACTIONS(3149), + [anon_sym_continue] = ACTIONS(3149), + [anon_sym_return] = ACTIONS(3149), + [anon_sym_DOLLARfor] = ACTIONS(3149), + [anon_sym_for] = ACTIONS(3149), + [anon_sym_POUND] = ACTIONS(3149), + [anon_sym_asm] = ACTIONS(3149), + [anon_sym_AT_LBRACK] = ACTIONS(3149), + [sym___double_quote] = ACTIONS(3149), + [sym___single_quote] = ACTIONS(3149), + [sym___c_double_quote] = ACTIONS(3149), + [sym___c_single_quote] = ACTIONS(3149), + [sym___r_double_quote] = ACTIONS(3149), + [sym___r_single_quote] = ACTIONS(3149), + }, [1456] = { [sym_line_comment] = STATE(1456), [sym_block_comment] = STATE(1456), - [sym_block] = STATE(1567), - [ts_builtin_sym_end] = ACTIONS(4046), - [sym_identifier] = ACTIONS(4048), - [anon_sym_LF] = ACTIONS(4048), - [anon_sym_CR] = ACTIONS(4048), - [anon_sym_CR_LF] = ACTIONS(4048), + [ts_builtin_sym_end] = ACTIONS(3402), + [sym_identifier] = ACTIONS(3404), + [anon_sym_LF] = ACTIONS(3404), + [anon_sym_CR] = ACTIONS(3404), + [anon_sym_CR_LF] = ACTIONS(3404), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4048), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4048), - [anon_sym_LPAREN] = ACTIONS(4048), - [anon_sym___global] = ACTIONS(4048), - [anon_sym_type] = ACTIONS(4048), - [anon_sym_fn] = ACTIONS(4048), - [anon_sym_PLUS] = ACTIONS(4048), - [anon_sym_DASH] = ACTIONS(4048), - [anon_sym_STAR] = ACTIONS(4048), - [anon_sym_struct] = ACTIONS(4048), - [anon_sym_union] = ACTIONS(4048), - [anon_sym_pub] = ACTIONS(4048), - [anon_sym_mut] = ACTIONS(4048), - [anon_sym_enum] = ACTIONS(4048), - [anon_sym_interface] = ACTIONS(4048), - [anon_sym_QMARK] = ACTIONS(4048), - [anon_sym_BANG] = ACTIONS(4048), - [anon_sym_go] = ACTIONS(4048), - [anon_sym_spawn] = ACTIONS(4048), - [anon_sym_json_DOTdecode] = ACTIONS(4048), - [anon_sym_LBRACK2] = ACTIONS(4048), - [anon_sym_TILDE] = ACTIONS(4048), - [anon_sym_CARET] = ACTIONS(4048), - [anon_sym_AMP] = ACTIONS(4048), - [anon_sym_LT_DASH] = ACTIONS(4048), - [sym_none] = ACTIONS(4048), - [sym_true] = ACTIONS(4048), - [sym_false] = ACTIONS(4048), - [sym_nil] = ACTIONS(4048), - [anon_sym_if] = ACTIONS(4048), - [anon_sym_DOLLARif] = ACTIONS(4048), - [anon_sym_match] = ACTIONS(4048), - [anon_sym_select] = ACTIONS(4048), - [anon_sym_lock] = ACTIONS(4048), - [anon_sym_rlock] = ACTIONS(4048), - [anon_sym_unsafe] = ACTIONS(4048), - [anon_sym_sql] = ACTIONS(4048), - [sym_int_literal] = ACTIONS(4048), - [sym_float_literal] = ACTIONS(4048), - [sym_rune_literal] = ACTIONS(4048), - [sym_pseudo_compile_time_identifier] = ACTIONS(4048), - [anon_sym_shared] = ACTIONS(4048), - [anon_sym_map_LBRACK] = ACTIONS(4048), - [anon_sym_chan] = ACTIONS(4048), - [anon_sym_thread] = ACTIONS(4048), - [anon_sym_atomic] = ACTIONS(4048), - [anon_sym_assert] = ACTIONS(4048), - [anon_sym_defer] = ACTIONS(4048), - [anon_sym_goto] = ACTIONS(4048), - [anon_sym_break] = ACTIONS(4048), - [anon_sym_continue] = ACTIONS(4048), - [anon_sym_return] = ACTIONS(4048), - [anon_sym_DOLLARfor] = ACTIONS(4048), - [anon_sym_for] = ACTIONS(4048), - [anon_sym_POUND] = ACTIONS(4048), - [anon_sym_asm] = ACTIONS(4048), - [anon_sym_AT_LBRACK] = ACTIONS(4048), - [sym___double_quote] = ACTIONS(4048), - [sym___single_quote] = ACTIONS(4048), - [sym___c_double_quote] = ACTIONS(4048), - [sym___c_single_quote] = ACTIONS(4048), - [sym___r_double_quote] = ACTIONS(4048), - [sym___r_single_quote] = ACTIONS(4048), + [anon_sym_DOT] = ACTIONS(3404), + [anon_sym_LBRACE] = ACTIONS(3404), + [anon_sym_const] = ACTIONS(3404), + [anon_sym_LPAREN] = ACTIONS(3404), + [anon_sym___global] = ACTIONS(3404), + [anon_sym_type] = ACTIONS(3404), + [anon_sym_PIPE] = ACTIONS(3404), + [anon_sym_fn] = ACTIONS(3404), + [anon_sym_PLUS] = ACTIONS(3404), + [anon_sym_DASH] = ACTIONS(3404), + [anon_sym_STAR] = ACTIONS(3404), + [anon_sym_LBRACK] = ACTIONS(3402), + [anon_sym_struct] = ACTIONS(3404), + [anon_sym_union] = ACTIONS(3404), + [anon_sym_pub] = ACTIONS(3404), + [anon_sym_mut] = ACTIONS(3404), + [anon_sym_enum] = ACTIONS(3404), + [anon_sym_interface] = ACTIONS(3404), + [anon_sym_QMARK] = ACTIONS(3404), + [anon_sym_BANG] = ACTIONS(3404), + [anon_sym_go] = ACTIONS(3404), + [anon_sym_spawn] = ACTIONS(3404), + [anon_sym_json_DOTdecode] = ACTIONS(3404), + [anon_sym_LBRACK2] = ACTIONS(3404), + [anon_sym_TILDE] = ACTIONS(3404), + [anon_sym_CARET] = ACTIONS(3404), + [anon_sym_AMP] = ACTIONS(3404), + [anon_sym_LT_DASH] = ACTIONS(3404), + [sym_none] = ACTIONS(3404), + [sym_true] = ACTIONS(3404), + [sym_false] = ACTIONS(3404), + [sym_nil] = ACTIONS(3404), + [anon_sym_if] = ACTIONS(3404), + [anon_sym_DOLLARif] = ACTIONS(3404), + [anon_sym_match] = ACTIONS(3404), + [anon_sym_select] = ACTIONS(3404), + [anon_sym_lock] = ACTIONS(3404), + [anon_sym_rlock] = ACTIONS(3404), + [anon_sym_unsafe] = ACTIONS(3404), + [anon_sym_sql] = ACTIONS(3404), + [sym_int_literal] = ACTIONS(3404), + [sym_float_literal] = ACTIONS(3404), + [sym_rune_literal] = ACTIONS(3404), + [sym_pseudo_compile_time_identifier] = ACTIONS(3404), + [anon_sym_shared] = ACTIONS(3404), + [anon_sym_map_LBRACK] = ACTIONS(3404), + [anon_sym_chan] = ACTIONS(3404), + [anon_sym_thread] = ACTIONS(3404), + [anon_sym_atomic] = ACTIONS(3404), + [anon_sym_assert] = ACTIONS(3404), + [anon_sym_defer] = ACTIONS(3404), + [anon_sym_goto] = ACTIONS(3404), + [anon_sym_break] = ACTIONS(3404), + [anon_sym_continue] = ACTIONS(3404), + [anon_sym_return] = ACTIONS(3404), + [anon_sym_DOLLARfor] = ACTIONS(3404), + [anon_sym_for] = ACTIONS(3404), + [anon_sym_POUND] = ACTIONS(3404), + [anon_sym_asm] = ACTIONS(3404), + [anon_sym_AT_LBRACK] = ACTIONS(3404), + [sym___double_quote] = ACTIONS(3404), + [sym___single_quote] = ACTIONS(3404), + [sym___c_double_quote] = ACTIONS(3404), + [sym___c_single_quote] = ACTIONS(3404), + [sym___r_double_quote] = ACTIONS(3404), + [sym___r_single_quote] = ACTIONS(3404), }, [1457] = { [sym_line_comment] = STATE(1457), [sym_block_comment] = STATE(1457), - [ts_builtin_sym_end] = ACTIONS(2937), - [sym_identifier] = ACTIONS(2939), - [anon_sym_LF] = ACTIONS(2939), - [anon_sym_CR] = ACTIONS(2939), - [anon_sym_CR_LF] = ACTIONS(2939), + [ts_builtin_sym_end] = ACTIONS(3311), + [sym_identifier] = ACTIONS(3313), + [anon_sym_LF] = ACTIONS(3313), + [anon_sym_CR] = ACTIONS(3313), + [anon_sym_CR_LF] = ACTIONS(3313), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2939), - [anon_sym_const] = ACTIONS(2939), - [anon_sym_LPAREN] = ACTIONS(2939), - [anon_sym___global] = ACTIONS(2939), - [anon_sym_type] = ACTIONS(2939), - [anon_sym_PIPE] = ACTIONS(2939), - [anon_sym_fn] = ACTIONS(2939), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_STAR] = ACTIONS(2939), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_union] = ACTIONS(2939), - [anon_sym_pub] = ACTIONS(2939), - [anon_sym_mut] = ACTIONS(2939), - [anon_sym_enum] = ACTIONS(2939), - [anon_sym_interface] = ACTIONS(2939), - [anon_sym_QMARK] = ACTIONS(2939), - [anon_sym_BANG] = ACTIONS(2939), - [anon_sym_go] = ACTIONS(2939), - [anon_sym_spawn] = ACTIONS(2939), - [anon_sym_json_DOTdecode] = ACTIONS(2939), - [anon_sym_LBRACK2] = ACTIONS(2939), - [anon_sym_TILDE] = ACTIONS(2939), - [anon_sym_CARET] = ACTIONS(2939), - [anon_sym_AMP] = ACTIONS(2939), - [anon_sym_LT_DASH] = ACTIONS(2939), - [sym_none] = ACTIONS(2939), - [sym_true] = ACTIONS(2939), - [sym_false] = ACTIONS(2939), - [sym_nil] = ACTIONS(2939), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_DOLLARif] = ACTIONS(2939), - [anon_sym_match] = ACTIONS(2939), - [anon_sym_select] = ACTIONS(2939), - [anon_sym_lock] = ACTIONS(2939), - [anon_sym_rlock] = ACTIONS(2939), - [anon_sym_unsafe] = ACTIONS(2939), - [anon_sym_sql] = ACTIONS(2939), - [sym_int_literal] = ACTIONS(2939), - [sym_float_literal] = ACTIONS(2939), - [sym_rune_literal] = ACTIONS(2939), - [sym_pseudo_compile_time_identifier] = ACTIONS(2939), - [anon_sym_shared] = ACTIONS(2939), - [anon_sym_map_LBRACK] = ACTIONS(2939), - [anon_sym_chan] = ACTIONS(2939), - [anon_sym_thread] = ACTIONS(2939), - [anon_sym_atomic] = ACTIONS(2939), - [anon_sym_assert] = ACTIONS(2939), - [anon_sym_defer] = ACTIONS(2939), - [anon_sym_goto] = ACTIONS(2939), - [anon_sym_break] = ACTIONS(2939), - [anon_sym_continue] = ACTIONS(2939), - [anon_sym_return] = ACTIONS(2939), - [anon_sym_DOLLARfor] = ACTIONS(2939), - [anon_sym_for] = ACTIONS(2939), - [anon_sym_POUND] = ACTIONS(2939), - [anon_sym_asm] = ACTIONS(2939), - [anon_sym_AT_LBRACK] = ACTIONS(2939), - [sym___double_quote] = ACTIONS(2939), - [sym___single_quote] = ACTIONS(2939), - [sym___c_double_quote] = ACTIONS(2939), - [sym___c_single_quote] = ACTIONS(2939), - [sym___r_double_quote] = ACTIONS(2939), - [sym___r_single_quote] = ACTIONS(2939), + [anon_sym_DOT] = ACTIONS(3313), + [anon_sym_LBRACE] = ACTIONS(3313), + [anon_sym_const] = ACTIONS(3313), + [anon_sym_LPAREN] = ACTIONS(3313), + [anon_sym___global] = ACTIONS(3313), + [anon_sym_type] = ACTIONS(3313), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(3313), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3313), + [anon_sym_struct] = ACTIONS(3313), + [anon_sym_union] = ACTIONS(3313), + [anon_sym_pub] = ACTIONS(3313), + [anon_sym_mut] = ACTIONS(3313), + [anon_sym_enum] = ACTIONS(3313), + [anon_sym_interface] = ACTIONS(3313), + [anon_sym_QMARK] = ACTIONS(3313), + [anon_sym_BANG] = ACTIONS(3313), + [anon_sym_go] = ACTIONS(3313), + [anon_sym_spawn] = ACTIONS(3313), + [anon_sym_json_DOTdecode] = ACTIONS(3313), + [anon_sym_LBRACK2] = ACTIONS(3313), + [anon_sym_TILDE] = ACTIONS(3313), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3313), + [anon_sym_LT_DASH] = ACTIONS(3313), + [sym_none] = ACTIONS(3313), + [sym_true] = ACTIONS(3313), + [sym_false] = ACTIONS(3313), + [sym_nil] = ACTIONS(3313), + [anon_sym_if] = ACTIONS(3313), + [anon_sym_DOLLARif] = ACTIONS(3313), + [anon_sym_match] = ACTIONS(3313), + [anon_sym_select] = ACTIONS(3313), + [anon_sym_lock] = ACTIONS(3313), + [anon_sym_rlock] = ACTIONS(3313), + [anon_sym_unsafe] = ACTIONS(3313), + [anon_sym_sql] = ACTIONS(3313), + [sym_int_literal] = ACTIONS(3313), + [sym_float_literal] = ACTIONS(3313), + [sym_rune_literal] = ACTIONS(3313), + [sym_pseudo_compile_time_identifier] = ACTIONS(3313), + [anon_sym_shared] = ACTIONS(3313), + [anon_sym_map_LBRACK] = ACTIONS(3313), + [anon_sym_chan] = ACTIONS(3313), + [anon_sym_thread] = ACTIONS(3313), + [anon_sym_atomic] = ACTIONS(3313), + [anon_sym_assert] = ACTIONS(3313), + [anon_sym_defer] = ACTIONS(3313), + [anon_sym_goto] = ACTIONS(3313), + [anon_sym_break] = ACTIONS(3313), + [anon_sym_continue] = ACTIONS(3313), + [anon_sym_return] = ACTIONS(3313), + [anon_sym_DOLLARfor] = ACTIONS(3313), + [anon_sym_for] = ACTIONS(3313), + [anon_sym_POUND] = ACTIONS(3313), + [anon_sym_asm] = ACTIONS(3313), + [anon_sym_AT_LBRACK] = ACTIONS(3313), + [sym___double_quote] = ACTIONS(3313), + [sym___single_quote] = ACTIONS(3313), + [sym___c_double_quote] = ACTIONS(3313), + [sym___c_single_quote] = ACTIONS(3313), + [sym___r_double_quote] = ACTIONS(3313), + [sym___r_single_quote] = ACTIONS(3313), }, [1458] = { [sym_line_comment] = STATE(1458), [sym_block_comment] = STATE(1458), - [sym_block] = STATE(1570), - [ts_builtin_sym_end] = ACTIONS(4052), - [sym_identifier] = ACTIONS(4054), - [anon_sym_LF] = ACTIONS(4054), - [anon_sym_CR] = ACTIONS(4054), - [anon_sym_CR_LF] = ACTIONS(4054), + [ts_builtin_sym_end] = ACTIONS(3247), + [sym_identifier] = ACTIONS(3249), + [anon_sym_LF] = ACTIONS(3249), + [anon_sym_CR] = ACTIONS(3249), + [anon_sym_CR_LF] = ACTIONS(3249), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4054), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4054), - [anon_sym_LPAREN] = ACTIONS(4054), - [anon_sym___global] = ACTIONS(4054), - [anon_sym_type] = ACTIONS(4054), - [anon_sym_fn] = ACTIONS(4054), - [anon_sym_PLUS] = ACTIONS(4054), - [anon_sym_DASH] = ACTIONS(4054), - [anon_sym_STAR] = ACTIONS(4054), - [anon_sym_struct] = ACTIONS(4054), - [anon_sym_union] = ACTIONS(4054), - [anon_sym_pub] = ACTIONS(4054), - [anon_sym_mut] = ACTIONS(4054), - [anon_sym_enum] = ACTIONS(4054), - [anon_sym_interface] = ACTIONS(4054), - [anon_sym_QMARK] = ACTIONS(4054), - [anon_sym_BANG] = ACTIONS(4054), - [anon_sym_go] = ACTIONS(4054), - [anon_sym_spawn] = ACTIONS(4054), - [anon_sym_json_DOTdecode] = ACTIONS(4054), - [anon_sym_LBRACK2] = ACTIONS(4054), - [anon_sym_TILDE] = ACTIONS(4054), - [anon_sym_CARET] = ACTIONS(4054), - [anon_sym_AMP] = ACTIONS(4054), - [anon_sym_LT_DASH] = ACTIONS(4054), - [sym_none] = ACTIONS(4054), - [sym_true] = ACTIONS(4054), - [sym_false] = ACTIONS(4054), - [sym_nil] = ACTIONS(4054), - [anon_sym_if] = ACTIONS(4054), - [anon_sym_DOLLARif] = ACTIONS(4054), - [anon_sym_match] = ACTIONS(4054), - [anon_sym_select] = ACTIONS(4054), - [anon_sym_lock] = ACTIONS(4054), - [anon_sym_rlock] = ACTIONS(4054), - [anon_sym_unsafe] = ACTIONS(4054), - [anon_sym_sql] = ACTIONS(4054), - [sym_int_literal] = ACTIONS(4054), - [sym_float_literal] = ACTIONS(4054), - [sym_rune_literal] = ACTIONS(4054), - [sym_pseudo_compile_time_identifier] = ACTIONS(4054), - [anon_sym_shared] = ACTIONS(4054), - [anon_sym_map_LBRACK] = ACTIONS(4054), - [anon_sym_chan] = ACTIONS(4054), - [anon_sym_thread] = ACTIONS(4054), - [anon_sym_atomic] = ACTIONS(4054), - [anon_sym_assert] = ACTIONS(4054), - [anon_sym_defer] = ACTIONS(4054), - [anon_sym_goto] = ACTIONS(4054), - [anon_sym_break] = ACTIONS(4054), - [anon_sym_continue] = ACTIONS(4054), - [anon_sym_return] = ACTIONS(4054), - [anon_sym_DOLLARfor] = ACTIONS(4054), - [anon_sym_for] = ACTIONS(4054), - [anon_sym_POUND] = ACTIONS(4054), - [anon_sym_asm] = ACTIONS(4054), - [anon_sym_AT_LBRACK] = ACTIONS(4054), - [sym___double_quote] = ACTIONS(4054), - [sym___single_quote] = ACTIONS(4054), - [sym___c_double_quote] = ACTIONS(4054), - [sym___c_single_quote] = ACTIONS(4054), - [sym___r_double_quote] = ACTIONS(4054), - [sym___r_single_quote] = ACTIONS(4054), + [anon_sym_DOT] = ACTIONS(3249), + [anon_sym_LBRACE] = ACTIONS(3249), + [anon_sym_const] = ACTIONS(3249), + [anon_sym_LPAREN] = ACTIONS(3249), + [anon_sym___global] = ACTIONS(3249), + [anon_sym_type] = ACTIONS(3249), + [anon_sym_PIPE] = ACTIONS(3249), + [anon_sym_fn] = ACTIONS(3249), + [anon_sym_PLUS] = ACTIONS(3249), + [anon_sym_DASH] = ACTIONS(3249), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_struct] = ACTIONS(3249), + [anon_sym_union] = ACTIONS(3249), + [anon_sym_pub] = ACTIONS(3249), + [anon_sym_mut] = ACTIONS(3249), + [anon_sym_enum] = ACTIONS(3249), + [anon_sym_interface] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3249), + [anon_sym_BANG] = ACTIONS(3249), + [anon_sym_go] = ACTIONS(3249), + [anon_sym_spawn] = ACTIONS(3249), + [anon_sym_json_DOTdecode] = ACTIONS(3249), + [anon_sym_LBRACK2] = ACTIONS(3249), + [anon_sym_TILDE] = ACTIONS(3249), + [anon_sym_CARET] = ACTIONS(3249), + [anon_sym_AMP] = ACTIONS(3249), + [anon_sym_LT_DASH] = ACTIONS(3249), + [sym_none] = ACTIONS(3249), + [sym_true] = ACTIONS(3249), + [sym_false] = ACTIONS(3249), + [sym_nil] = ACTIONS(3249), + [anon_sym_if] = ACTIONS(3249), + [anon_sym_DOLLARif] = ACTIONS(3249), + [anon_sym_match] = ACTIONS(3249), + [anon_sym_select] = ACTIONS(3249), + [anon_sym_lock] = ACTIONS(3249), + [anon_sym_rlock] = ACTIONS(3249), + [anon_sym_unsafe] = ACTIONS(3249), + [anon_sym_sql] = ACTIONS(3249), + [sym_int_literal] = ACTIONS(3249), + [sym_float_literal] = ACTIONS(3249), + [sym_rune_literal] = ACTIONS(3249), + [sym_pseudo_compile_time_identifier] = ACTIONS(3249), + [anon_sym_shared] = ACTIONS(3249), + [anon_sym_map_LBRACK] = ACTIONS(3249), + [anon_sym_chan] = ACTIONS(3249), + [anon_sym_thread] = ACTIONS(3249), + [anon_sym_atomic] = ACTIONS(3249), + [anon_sym_assert] = ACTIONS(3249), + [anon_sym_defer] = ACTIONS(3249), + [anon_sym_goto] = ACTIONS(3249), + [anon_sym_break] = ACTIONS(3249), + [anon_sym_continue] = ACTIONS(3249), + [anon_sym_return] = ACTIONS(3249), + [anon_sym_DOLLARfor] = ACTIONS(3249), + [anon_sym_for] = ACTIONS(3249), + [anon_sym_POUND] = ACTIONS(3249), + [anon_sym_asm] = ACTIONS(3249), + [anon_sym_AT_LBRACK] = ACTIONS(3249), + [sym___double_quote] = ACTIONS(3249), + [sym___single_quote] = ACTIONS(3249), + [sym___c_double_quote] = ACTIONS(3249), + [sym___c_single_quote] = ACTIONS(3249), + [sym___r_double_quote] = ACTIONS(3249), + [sym___r_single_quote] = ACTIONS(3249), }, [1459] = { [sym_line_comment] = STATE(1459), [sym_block_comment] = STATE(1459), - [sym_block] = STATE(1540), - [ts_builtin_sym_end] = ACTIONS(4056), - [sym_identifier] = ACTIONS(4058), - [anon_sym_LF] = ACTIONS(4058), - [anon_sym_CR] = ACTIONS(4058), - [anon_sym_CR_LF] = ACTIONS(4058), + [sym_label_reference] = STATE(1531), + [ts_builtin_sym_end] = ACTIONS(4052), + [sym_identifier] = ACTIONS(4054), + [anon_sym_LF] = ACTIONS(4056), + [anon_sym_CR] = ACTIONS(4056), + [anon_sym_CR_LF] = ACTIONS(4056), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4058), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4058), - [anon_sym_LPAREN] = ACTIONS(4058), - [anon_sym___global] = ACTIONS(4058), - [anon_sym_type] = ACTIONS(4058), - [anon_sym_fn] = ACTIONS(4058), - [anon_sym_PLUS] = ACTIONS(4058), - [anon_sym_DASH] = ACTIONS(4058), - [anon_sym_STAR] = ACTIONS(4058), - [anon_sym_struct] = ACTIONS(4058), - [anon_sym_union] = ACTIONS(4058), - [anon_sym_pub] = ACTIONS(4058), - [anon_sym_mut] = ACTIONS(4058), - [anon_sym_enum] = ACTIONS(4058), - [anon_sym_interface] = ACTIONS(4058), - [anon_sym_QMARK] = ACTIONS(4058), - [anon_sym_BANG] = ACTIONS(4058), - [anon_sym_go] = ACTIONS(4058), - [anon_sym_spawn] = ACTIONS(4058), - [anon_sym_json_DOTdecode] = ACTIONS(4058), - [anon_sym_LBRACK2] = ACTIONS(4058), - [anon_sym_TILDE] = ACTIONS(4058), - [anon_sym_CARET] = ACTIONS(4058), - [anon_sym_AMP] = ACTIONS(4058), - [anon_sym_LT_DASH] = ACTIONS(4058), - [sym_none] = ACTIONS(4058), - [sym_true] = ACTIONS(4058), - [sym_false] = ACTIONS(4058), - [sym_nil] = ACTIONS(4058), - [anon_sym_if] = ACTIONS(4058), - [anon_sym_DOLLARif] = ACTIONS(4058), - [anon_sym_match] = ACTIONS(4058), - [anon_sym_select] = ACTIONS(4058), - [anon_sym_lock] = ACTIONS(4058), - [anon_sym_rlock] = ACTIONS(4058), - [anon_sym_unsafe] = ACTIONS(4058), - [anon_sym_sql] = ACTIONS(4058), - [sym_int_literal] = ACTIONS(4058), - [sym_float_literal] = ACTIONS(4058), - [sym_rune_literal] = ACTIONS(4058), - [sym_pseudo_compile_time_identifier] = ACTIONS(4058), - [anon_sym_shared] = ACTIONS(4058), - [anon_sym_map_LBRACK] = ACTIONS(4058), - [anon_sym_chan] = ACTIONS(4058), - [anon_sym_thread] = ACTIONS(4058), - [anon_sym_atomic] = ACTIONS(4058), - [anon_sym_assert] = ACTIONS(4058), - [anon_sym_defer] = ACTIONS(4058), - [anon_sym_goto] = ACTIONS(4058), - [anon_sym_break] = ACTIONS(4058), - [anon_sym_continue] = ACTIONS(4058), - [anon_sym_return] = ACTIONS(4058), - [anon_sym_DOLLARfor] = ACTIONS(4058), - [anon_sym_for] = ACTIONS(4058), - [anon_sym_POUND] = ACTIONS(4058), - [anon_sym_asm] = ACTIONS(4058), - [anon_sym_AT_LBRACK] = ACTIONS(4058), - [sym___double_quote] = ACTIONS(4058), - [sym___single_quote] = ACTIONS(4058), - [sym___c_double_quote] = ACTIONS(4058), - [sym___c_single_quote] = ACTIONS(4058), - [sym___r_double_quote] = ACTIONS(4058), - [sym___r_single_quote] = ACTIONS(4058), + [anon_sym_DOT] = ACTIONS(4056), + [anon_sym_LBRACE] = ACTIONS(4056), + [anon_sym_const] = ACTIONS(4056), + [anon_sym_LPAREN] = ACTIONS(4056), + [anon_sym___global] = ACTIONS(4056), + [anon_sym_type] = ACTIONS(4056), + [anon_sym_fn] = ACTIONS(4056), + [anon_sym_PLUS] = ACTIONS(4056), + [anon_sym_DASH] = ACTIONS(4056), + [anon_sym_STAR] = ACTIONS(4056), + [anon_sym_struct] = ACTIONS(4056), + [anon_sym_union] = ACTIONS(4056), + [anon_sym_pub] = ACTIONS(4056), + [anon_sym_mut] = ACTIONS(4056), + [anon_sym_enum] = ACTIONS(4056), + [anon_sym_interface] = ACTIONS(4056), + [anon_sym_QMARK] = ACTIONS(4056), + [anon_sym_BANG] = ACTIONS(4056), + [anon_sym_go] = ACTIONS(4056), + [anon_sym_spawn] = ACTIONS(4056), + [anon_sym_json_DOTdecode] = ACTIONS(4056), + [anon_sym_LBRACK2] = ACTIONS(4056), + [anon_sym_TILDE] = ACTIONS(4056), + [anon_sym_CARET] = ACTIONS(4056), + [anon_sym_AMP] = ACTIONS(4056), + [anon_sym_LT_DASH] = ACTIONS(4056), + [sym_none] = ACTIONS(4056), + [sym_true] = ACTIONS(4056), + [sym_false] = ACTIONS(4056), + [sym_nil] = ACTIONS(4056), + [anon_sym_if] = ACTIONS(4056), + [anon_sym_DOLLARif] = ACTIONS(4056), + [anon_sym_match] = ACTIONS(4056), + [anon_sym_select] = ACTIONS(4056), + [anon_sym_lock] = ACTIONS(4056), + [anon_sym_rlock] = ACTIONS(4056), + [anon_sym_unsafe] = ACTIONS(4056), + [anon_sym_sql] = ACTIONS(4056), + [sym_int_literal] = ACTIONS(4056), + [sym_float_literal] = ACTIONS(4056), + [sym_rune_literal] = ACTIONS(4056), + [sym_pseudo_compile_time_identifier] = ACTIONS(4056), + [anon_sym_shared] = ACTIONS(4056), + [anon_sym_map_LBRACK] = ACTIONS(4056), + [anon_sym_chan] = ACTIONS(4056), + [anon_sym_thread] = ACTIONS(4056), + [anon_sym_atomic] = ACTIONS(4056), + [anon_sym_assert] = ACTIONS(4056), + [anon_sym_defer] = ACTIONS(4056), + [anon_sym_goto] = ACTIONS(4056), + [anon_sym_break] = ACTIONS(4056), + [anon_sym_continue] = ACTIONS(4056), + [anon_sym_return] = ACTIONS(4056), + [anon_sym_DOLLARfor] = ACTIONS(4056), + [anon_sym_for] = ACTIONS(4056), + [anon_sym_POUND] = ACTIONS(4056), + [anon_sym_asm] = ACTIONS(4056), + [anon_sym_AT_LBRACK] = ACTIONS(4056), + [sym___double_quote] = ACTIONS(4056), + [sym___single_quote] = ACTIONS(4056), + [sym___c_double_quote] = ACTIONS(4056), + [sym___c_single_quote] = ACTIONS(4056), + [sym___r_double_quote] = ACTIONS(4056), + [sym___r_single_quote] = ACTIONS(4056), }, [1460] = { [sym_line_comment] = STATE(1460), [sym_block_comment] = STATE(1460), - [sym_block] = STATE(1612), - [ts_builtin_sym_end] = ACTIONS(4060), - [sym_identifier] = ACTIONS(4062), - [anon_sym_LF] = ACTIONS(4062), - [anon_sym_CR] = ACTIONS(4062), - [anon_sym_CR_LF] = ACTIONS(4062), + [sym_label_reference] = STATE(1532), + [ts_builtin_sym_end] = ACTIONS(4058), + [sym_identifier] = ACTIONS(4054), + [anon_sym_LF] = ACTIONS(4060), + [anon_sym_CR] = ACTIONS(4060), + [anon_sym_CR_LF] = ACTIONS(4060), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4062), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4062), - [anon_sym_LPAREN] = ACTIONS(4062), - [anon_sym___global] = ACTIONS(4062), - [anon_sym_type] = ACTIONS(4062), - [anon_sym_fn] = ACTIONS(4062), - [anon_sym_PLUS] = ACTIONS(4062), - [anon_sym_DASH] = ACTIONS(4062), - [anon_sym_STAR] = ACTIONS(4062), - [anon_sym_struct] = ACTIONS(4062), - [anon_sym_union] = ACTIONS(4062), - [anon_sym_pub] = ACTIONS(4062), - [anon_sym_mut] = ACTIONS(4062), - [anon_sym_enum] = ACTIONS(4062), - [anon_sym_interface] = ACTIONS(4062), - [anon_sym_QMARK] = ACTIONS(4062), - [anon_sym_BANG] = ACTIONS(4062), - [anon_sym_go] = ACTIONS(4062), - [anon_sym_spawn] = ACTIONS(4062), - [anon_sym_json_DOTdecode] = ACTIONS(4062), - [anon_sym_LBRACK2] = ACTIONS(4062), - [anon_sym_TILDE] = ACTIONS(4062), - [anon_sym_CARET] = ACTIONS(4062), - [anon_sym_AMP] = ACTIONS(4062), - [anon_sym_LT_DASH] = ACTIONS(4062), - [sym_none] = ACTIONS(4062), - [sym_true] = ACTIONS(4062), - [sym_false] = ACTIONS(4062), - [sym_nil] = ACTIONS(4062), - [anon_sym_if] = ACTIONS(4062), - [anon_sym_DOLLARif] = ACTIONS(4062), - [anon_sym_match] = ACTIONS(4062), - [anon_sym_select] = ACTIONS(4062), - [anon_sym_lock] = ACTIONS(4062), - [anon_sym_rlock] = ACTIONS(4062), - [anon_sym_unsafe] = ACTIONS(4062), - [anon_sym_sql] = ACTIONS(4062), - [sym_int_literal] = ACTIONS(4062), - [sym_float_literal] = ACTIONS(4062), - [sym_rune_literal] = ACTIONS(4062), - [sym_pseudo_compile_time_identifier] = ACTIONS(4062), - [anon_sym_shared] = ACTIONS(4062), - [anon_sym_map_LBRACK] = ACTIONS(4062), - [anon_sym_chan] = ACTIONS(4062), - [anon_sym_thread] = ACTIONS(4062), - [anon_sym_atomic] = ACTIONS(4062), - [anon_sym_assert] = ACTIONS(4062), - [anon_sym_defer] = ACTIONS(4062), - [anon_sym_goto] = ACTIONS(4062), - [anon_sym_break] = ACTIONS(4062), - [anon_sym_continue] = ACTIONS(4062), - [anon_sym_return] = ACTIONS(4062), - [anon_sym_DOLLARfor] = ACTIONS(4062), - [anon_sym_for] = ACTIONS(4062), - [anon_sym_POUND] = ACTIONS(4062), - [anon_sym_asm] = ACTIONS(4062), - [anon_sym_AT_LBRACK] = ACTIONS(4062), - [sym___double_quote] = ACTIONS(4062), - [sym___single_quote] = ACTIONS(4062), - [sym___c_double_quote] = ACTIONS(4062), - [sym___c_single_quote] = ACTIONS(4062), - [sym___r_double_quote] = ACTIONS(4062), - [sym___r_single_quote] = ACTIONS(4062), + [anon_sym_DOT] = ACTIONS(4060), + [anon_sym_LBRACE] = ACTIONS(4060), + [anon_sym_const] = ACTIONS(4060), + [anon_sym_LPAREN] = ACTIONS(4060), + [anon_sym___global] = ACTIONS(4060), + [anon_sym_type] = ACTIONS(4060), + [anon_sym_fn] = ACTIONS(4060), + [anon_sym_PLUS] = ACTIONS(4060), + [anon_sym_DASH] = ACTIONS(4060), + [anon_sym_STAR] = ACTIONS(4060), + [anon_sym_struct] = ACTIONS(4060), + [anon_sym_union] = ACTIONS(4060), + [anon_sym_pub] = ACTIONS(4060), + [anon_sym_mut] = ACTIONS(4060), + [anon_sym_enum] = ACTIONS(4060), + [anon_sym_interface] = ACTIONS(4060), + [anon_sym_QMARK] = ACTIONS(4060), + [anon_sym_BANG] = ACTIONS(4060), + [anon_sym_go] = ACTIONS(4060), + [anon_sym_spawn] = ACTIONS(4060), + [anon_sym_json_DOTdecode] = ACTIONS(4060), + [anon_sym_LBRACK2] = ACTIONS(4060), + [anon_sym_TILDE] = ACTIONS(4060), + [anon_sym_CARET] = ACTIONS(4060), + [anon_sym_AMP] = ACTIONS(4060), + [anon_sym_LT_DASH] = ACTIONS(4060), + [sym_none] = ACTIONS(4060), + [sym_true] = ACTIONS(4060), + [sym_false] = ACTIONS(4060), + [sym_nil] = ACTIONS(4060), + [anon_sym_if] = ACTIONS(4060), + [anon_sym_DOLLARif] = ACTIONS(4060), + [anon_sym_match] = ACTIONS(4060), + [anon_sym_select] = ACTIONS(4060), + [anon_sym_lock] = ACTIONS(4060), + [anon_sym_rlock] = ACTIONS(4060), + [anon_sym_unsafe] = ACTIONS(4060), + [anon_sym_sql] = ACTIONS(4060), + [sym_int_literal] = ACTIONS(4060), + [sym_float_literal] = ACTIONS(4060), + [sym_rune_literal] = ACTIONS(4060), + [sym_pseudo_compile_time_identifier] = ACTIONS(4060), + [anon_sym_shared] = ACTIONS(4060), + [anon_sym_map_LBRACK] = ACTIONS(4060), + [anon_sym_chan] = ACTIONS(4060), + [anon_sym_thread] = ACTIONS(4060), + [anon_sym_atomic] = ACTIONS(4060), + [anon_sym_assert] = ACTIONS(4060), + [anon_sym_defer] = ACTIONS(4060), + [anon_sym_goto] = ACTIONS(4060), + [anon_sym_break] = ACTIONS(4060), + [anon_sym_continue] = ACTIONS(4060), + [anon_sym_return] = ACTIONS(4060), + [anon_sym_DOLLARfor] = ACTIONS(4060), + [anon_sym_for] = ACTIONS(4060), + [anon_sym_POUND] = ACTIONS(4060), + [anon_sym_asm] = ACTIONS(4060), + [anon_sym_AT_LBRACK] = ACTIONS(4060), + [sym___double_quote] = ACTIONS(4060), + [sym___single_quote] = ACTIONS(4060), + [sym___c_double_quote] = ACTIONS(4060), + [sym___c_single_quote] = ACTIONS(4060), + [sym___r_double_quote] = ACTIONS(4060), + [sym___r_single_quote] = ACTIONS(4060), }, [1461] = { [sym_line_comment] = STATE(1461), [sym_block_comment] = STATE(1461), - [sym_block] = STATE(1600), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(599), + [anon_sym_CR] = ACTIONS(599), + [anon_sym_CR_LF] = ACTIONS(599), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SEMI] = ACTIONS(599), + [anon_sym_DOT] = ACTIONS(599), + [anon_sym_as] = ACTIONS(599), + [anon_sym_COMMA] = ACTIONS(599), + [anon_sym_RBRACE] = ACTIONS(599), + [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(605), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(599), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(599), + [anon_sym_BANG_EQ] = ACTIONS(599), + [anon_sym_LT_EQ] = ACTIONS(599), + [anon_sym_GT_EQ] = ACTIONS(599), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(599), + [anon_sym_DASH_DASH] = ACTIONS(599), + [anon_sym_QMARK] = ACTIONS(515), + [anon_sym_BANG] = ACTIONS(4062), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(599), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_LT] = ACTIONS(599), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(599), + [anon_sym_AMP_CARET] = ACTIONS(599), + [anon_sym_AMP_AMP] = ACTIONS(599), + [anon_sym_PIPE_PIPE] = ACTIONS(599), + [anon_sym_or] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(599), + [anon_sym_POUND_LBRACK] = ACTIONS(599), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(599), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(599), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(549), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + }, + [1462] = { + [sym_line_comment] = STATE(1462), + [sym_block_comment] = STATE(1462), + [sym_block] = STATE(1568), [ts_builtin_sym_end] = ACTIONS(4064), [sym_identifier] = ACTIONS(4066), [anon_sym_LF] = ACTIONS(4066), @@ -180944,7 +181077,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(4066), - [anon_sym_LBRACE] = ACTIONS(4050), + [anon_sym_LBRACE] = ACTIONS(4068), [anon_sym_const] = ACTIONS(4066), [anon_sym_LPAREN] = ACTIONS(4066), [anon_sym___global] = ACTIONS(4066), @@ -181008,1074 +181141,846 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4066), [sym___r_single_quote] = ACTIONS(4066), }, - [1462] = { - [sym_line_comment] = STATE(1462), - [sym_block_comment] = STATE(1462), - [sym_block] = STATE(1519), - [ts_builtin_sym_end] = ACTIONS(4068), - [sym_identifier] = ACTIONS(4070), - [anon_sym_LF] = ACTIONS(4070), - [anon_sym_CR] = ACTIONS(4070), - [anon_sym_CR_LF] = ACTIONS(4070), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4070), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4070), - [anon_sym_LPAREN] = ACTIONS(4070), - [anon_sym___global] = ACTIONS(4070), - [anon_sym_type] = ACTIONS(4070), - [anon_sym_fn] = ACTIONS(4070), - [anon_sym_PLUS] = ACTIONS(4070), - [anon_sym_DASH] = ACTIONS(4070), - [anon_sym_STAR] = ACTIONS(4070), - [anon_sym_struct] = ACTIONS(4070), - [anon_sym_union] = ACTIONS(4070), - [anon_sym_pub] = ACTIONS(4070), - [anon_sym_mut] = ACTIONS(4070), - [anon_sym_enum] = ACTIONS(4070), - [anon_sym_interface] = ACTIONS(4070), - [anon_sym_QMARK] = ACTIONS(4070), - [anon_sym_BANG] = ACTIONS(4070), - [anon_sym_go] = ACTIONS(4070), - [anon_sym_spawn] = ACTIONS(4070), - [anon_sym_json_DOTdecode] = ACTIONS(4070), - [anon_sym_LBRACK2] = ACTIONS(4070), - [anon_sym_TILDE] = ACTIONS(4070), - [anon_sym_CARET] = ACTIONS(4070), - [anon_sym_AMP] = ACTIONS(4070), - [anon_sym_LT_DASH] = ACTIONS(4070), - [sym_none] = ACTIONS(4070), - [sym_true] = ACTIONS(4070), - [sym_false] = ACTIONS(4070), - [sym_nil] = ACTIONS(4070), - [anon_sym_if] = ACTIONS(4070), - [anon_sym_DOLLARif] = ACTIONS(4070), - [anon_sym_match] = ACTIONS(4070), - [anon_sym_select] = ACTIONS(4070), - [anon_sym_lock] = ACTIONS(4070), - [anon_sym_rlock] = ACTIONS(4070), - [anon_sym_unsafe] = ACTIONS(4070), - [anon_sym_sql] = ACTIONS(4070), - [sym_int_literal] = ACTIONS(4070), - [sym_float_literal] = ACTIONS(4070), - [sym_rune_literal] = ACTIONS(4070), - [sym_pseudo_compile_time_identifier] = ACTIONS(4070), - [anon_sym_shared] = ACTIONS(4070), - [anon_sym_map_LBRACK] = ACTIONS(4070), - [anon_sym_chan] = ACTIONS(4070), - [anon_sym_thread] = ACTIONS(4070), - [anon_sym_atomic] = ACTIONS(4070), - [anon_sym_assert] = ACTIONS(4070), - [anon_sym_defer] = ACTIONS(4070), - [anon_sym_goto] = ACTIONS(4070), - [anon_sym_break] = ACTIONS(4070), - [anon_sym_continue] = ACTIONS(4070), - [anon_sym_return] = ACTIONS(4070), - [anon_sym_DOLLARfor] = ACTIONS(4070), - [anon_sym_for] = ACTIONS(4070), - [anon_sym_POUND] = ACTIONS(4070), - [anon_sym_asm] = ACTIONS(4070), - [anon_sym_AT_LBRACK] = ACTIONS(4070), - [sym___double_quote] = ACTIONS(4070), - [sym___single_quote] = ACTIONS(4070), - [sym___c_double_quote] = ACTIONS(4070), - [sym___c_single_quote] = ACTIONS(4070), - [sym___r_double_quote] = ACTIONS(4070), - [sym___r_single_quote] = ACTIONS(4070), - }, [1463] = { [sym_line_comment] = STATE(1463), [sym_block_comment] = STATE(1463), - [ts_builtin_sym_end] = ACTIONS(3027), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LF] = ACTIONS(3029), - [anon_sym_CR] = ACTIONS(3029), - [anon_sym_CR_LF] = ACTIONS(3029), + [sym_reference_expression] = STATE(4491), + [sym_type_reference_expression] = STATE(2501), + [sym_plain_type] = STATE(2630), + [sym__plain_type_without_special] = STATE(2642), + [sym_anon_struct_type] = STATE(2603), + [sym_multi_return_type] = STATE(2642), + [sym_result_type] = STATE(2642), + [sym_option_type] = STATE(2642), + [sym_qualified_type] = STATE(2501), + [sym_fixed_array_type] = STATE(2603), + [sym_array_type] = STATE(2603), + [sym_pointer_type] = STATE(2603), + [sym_wrong_pointer_type] = STATE(2603), + [sym_map_type] = STATE(2603), + [sym_channel_type] = STATE(2603), + [sym_shared_type] = STATE(2603), + [sym_thread_type] = STATE(2603), + [sym_atomic_type] = STATE(2603), + [sym_generic_type] = STATE(2603), + [sym_function_type] = STATE(2603), + [sym_identifier] = ACTIONS(4070), + [anon_sym_LF] = ACTIONS(627), + [anon_sym_CR] = ACTIONS(627), + [anon_sym_CR_LF] = ACTIONS(627), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym___global] = ACTIONS(3029), - [anon_sym_type] = ACTIONS(3029), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3029), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [anon_sym_pub] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_interface] = ACTIONS(3029), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3029), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3029), - [anon_sym_CARET] = ACTIONS(3029), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3029), - [sym_rune_literal] = ACTIONS(3029), - [sym_pseudo_compile_time_identifier] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3029), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [anon_sym_assert] = ACTIONS(3029), - [anon_sym_defer] = ACTIONS(3029), - [anon_sym_goto] = ACTIONS(3029), - [anon_sym_break] = ACTIONS(3029), - [anon_sym_continue] = ACTIONS(3029), - [anon_sym_return] = ACTIONS(3029), - [anon_sym_DOLLARfor] = ACTIONS(3029), - [anon_sym_for] = ACTIONS(3029), - [anon_sym_POUND] = ACTIONS(3029), - [anon_sym_asm] = ACTIONS(3029), - [anon_sym_AT_LBRACK] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3029), - [sym___single_quote] = ACTIONS(3029), - [sym___c_double_quote] = ACTIONS(3029), - [sym___c_single_quote] = ACTIONS(3029), - [sym___r_double_quote] = ACTIONS(3029), - [sym___r_single_quote] = ACTIONS(3029), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_DOT] = ACTIONS(627), + [anon_sym_as] = ACTIONS(627), + [anon_sym_COMMA] = ACTIONS(627), + [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(4072), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_fn] = ACTIONS(4074), + [anon_sym_PLUS] = ACTIONS(627), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_STAR] = ACTIONS(4076), + [anon_sym_SLASH] = ACTIONS(627), + [anon_sym_PERCENT] = ACTIONS(627), + [anon_sym_LT] = ACTIONS(627), + [anon_sym_GT] = ACTIONS(627), + [anon_sym_EQ_EQ] = ACTIONS(627), + [anon_sym_BANG_EQ] = ACTIONS(627), + [anon_sym_LT_EQ] = ACTIONS(627), + [anon_sym_GT_EQ] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(625), + [anon_sym_struct] = ACTIONS(4078), + [anon_sym_PLUS_PLUS] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(627), + [anon_sym_QMARK] = ACTIONS(4080), + [anon_sym_BANG] = ACTIONS(4082), + [anon_sym_LBRACK2] = ACTIONS(4084), + [anon_sym_CARET] = ACTIONS(627), + [anon_sym_AMP] = ACTIONS(4086), + [anon_sym_LT_LT] = ACTIONS(627), + [anon_sym_GT_GT] = ACTIONS(627), + [anon_sym_GT_GT_GT] = ACTIONS(627), + [anon_sym_AMP_CARET] = ACTIONS(627), + [anon_sym_AMP_AMP] = ACTIONS(627), + [anon_sym_PIPE_PIPE] = ACTIONS(627), + [anon_sym_or] = ACTIONS(627), + [anon_sym_QMARK_DOT] = ACTIONS(627), + [anon_sym_POUND_LBRACK] = ACTIONS(627), + [anon_sym_is] = ACTIONS(627), + [anon_sym_BANGis] = ACTIONS(627), + [anon_sym_in] = ACTIONS(627), + [anon_sym_BANGin] = ACTIONS(627), + [anon_sym_shared] = ACTIONS(4088), + [anon_sym_map_LBRACK] = ACTIONS(4090), + [anon_sym_chan] = ACTIONS(4092), + [anon_sym_thread] = ACTIONS(4094), + [anon_sym_atomic] = ACTIONS(4096), }, [1464] = { [sym_line_comment] = STATE(1464), [sym_block_comment] = STATE(1464), - [sym_block] = STATE(1546), - [ts_builtin_sym_end] = ACTIONS(4072), - [sym_identifier] = ACTIONS(4074), - [anon_sym_LF] = ACTIONS(4074), - [anon_sym_CR] = ACTIONS(4074), - [anon_sym_CR_LF] = ACTIONS(4074), + [ts_builtin_sym_end] = ACTIONS(3410), + [sym_identifier] = ACTIONS(3412), + [anon_sym_LF] = ACTIONS(3412), + [anon_sym_CR] = ACTIONS(3412), + [anon_sym_CR_LF] = ACTIONS(3412), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4074), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4074), - [anon_sym_LPAREN] = ACTIONS(4074), - [anon_sym___global] = ACTIONS(4074), - [anon_sym_type] = ACTIONS(4074), - [anon_sym_fn] = ACTIONS(4074), - [anon_sym_PLUS] = ACTIONS(4074), - [anon_sym_DASH] = ACTIONS(4074), - [anon_sym_STAR] = ACTIONS(4074), - [anon_sym_struct] = ACTIONS(4074), - [anon_sym_union] = ACTIONS(4074), - [anon_sym_pub] = ACTIONS(4074), - [anon_sym_mut] = ACTIONS(4074), - [anon_sym_enum] = ACTIONS(4074), - [anon_sym_interface] = ACTIONS(4074), - [anon_sym_QMARK] = ACTIONS(4074), - [anon_sym_BANG] = ACTIONS(4074), - [anon_sym_go] = ACTIONS(4074), - [anon_sym_spawn] = ACTIONS(4074), - [anon_sym_json_DOTdecode] = ACTIONS(4074), - [anon_sym_LBRACK2] = ACTIONS(4074), - [anon_sym_TILDE] = ACTIONS(4074), - [anon_sym_CARET] = ACTIONS(4074), - [anon_sym_AMP] = ACTIONS(4074), - [anon_sym_LT_DASH] = ACTIONS(4074), - [sym_none] = ACTIONS(4074), - [sym_true] = ACTIONS(4074), - [sym_false] = ACTIONS(4074), - [sym_nil] = ACTIONS(4074), - [anon_sym_if] = ACTIONS(4074), - [anon_sym_DOLLARif] = ACTIONS(4074), - [anon_sym_match] = ACTIONS(4074), - [anon_sym_select] = ACTIONS(4074), - [anon_sym_lock] = ACTIONS(4074), - [anon_sym_rlock] = ACTIONS(4074), - [anon_sym_unsafe] = ACTIONS(4074), - [anon_sym_sql] = ACTIONS(4074), - [sym_int_literal] = ACTIONS(4074), - [sym_float_literal] = ACTIONS(4074), - [sym_rune_literal] = ACTIONS(4074), - [sym_pseudo_compile_time_identifier] = ACTIONS(4074), - [anon_sym_shared] = ACTIONS(4074), - [anon_sym_map_LBRACK] = ACTIONS(4074), - [anon_sym_chan] = ACTIONS(4074), - [anon_sym_thread] = ACTIONS(4074), - [anon_sym_atomic] = ACTIONS(4074), - [anon_sym_assert] = ACTIONS(4074), - [anon_sym_defer] = ACTIONS(4074), - [anon_sym_goto] = ACTIONS(4074), - [anon_sym_break] = ACTIONS(4074), - [anon_sym_continue] = ACTIONS(4074), - [anon_sym_return] = ACTIONS(4074), - [anon_sym_DOLLARfor] = ACTIONS(4074), - [anon_sym_for] = ACTIONS(4074), - [anon_sym_POUND] = ACTIONS(4074), - [anon_sym_asm] = ACTIONS(4074), - [anon_sym_AT_LBRACK] = ACTIONS(4074), - [sym___double_quote] = ACTIONS(4074), - [sym___single_quote] = ACTIONS(4074), - [sym___c_double_quote] = ACTIONS(4074), - [sym___c_single_quote] = ACTIONS(4074), - [sym___r_double_quote] = ACTIONS(4074), - [sym___r_single_quote] = ACTIONS(4074), + [anon_sym_DOT] = ACTIONS(3412), + [anon_sym_LBRACE] = ACTIONS(3412), + [anon_sym_const] = ACTIONS(3412), + [anon_sym_LPAREN] = ACTIONS(3412), + [anon_sym___global] = ACTIONS(3412), + [anon_sym_type] = ACTIONS(3412), + [anon_sym_PIPE] = ACTIONS(3412), + [anon_sym_fn] = ACTIONS(3412), + [anon_sym_PLUS] = ACTIONS(3412), + [anon_sym_DASH] = ACTIONS(3412), + [anon_sym_STAR] = ACTIONS(3412), + [anon_sym_struct] = ACTIONS(3412), + [anon_sym_union] = ACTIONS(3412), + [anon_sym_pub] = ACTIONS(3412), + [anon_sym_mut] = ACTIONS(3412), + [anon_sym_enum] = ACTIONS(3412), + [anon_sym_interface] = ACTIONS(3412), + [anon_sym_QMARK] = ACTIONS(3412), + [anon_sym_BANG] = ACTIONS(3412), + [anon_sym_go] = ACTIONS(3412), + [anon_sym_spawn] = ACTIONS(3412), + [anon_sym_json_DOTdecode] = ACTIONS(3412), + [anon_sym_LBRACK2] = ACTIONS(3412), + [anon_sym_TILDE] = ACTIONS(3412), + [anon_sym_CARET] = ACTIONS(3412), + [anon_sym_AMP] = ACTIONS(3412), + [anon_sym_LT_DASH] = ACTIONS(3412), + [sym_none] = ACTIONS(3412), + [sym_true] = ACTIONS(3412), + [sym_false] = ACTIONS(3412), + [sym_nil] = ACTIONS(3412), + [anon_sym_if] = ACTIONS(3412), + [anon_sym_DOLLARif] = ACTIONS(3412), + [anon_sym_match] = ACTIONS(3412), + [anon_sym_select] = ACTIONS(3412), + [anon_sym_lock] = ACTIONS(3412), + [anon_sym_rlock] = ACTIONS(3412), + [anon_sym_unsafe] = ACTIONS(3412), + [anon_sym_sql] = ACTIONS(3412), + [sym_int_literal] = ACTIONS(3412), + [sym_float_literal] = ACTIONS(3412), + [sym_rune_literal] = ACTIONS(3412), + [sym_pseudo_compile_time_identifier] = ACTIONS(3412), + [anon_sym_shared] = ACTIONS(3412), + [anon_sym_map_LBRACK] = ACTIONS(3412), + [anon_sym_chan] = ACTIONS(3412), + [anon_sym_thread] = ACTIONS(3412), + [anon_sym_atomic] = ACTIONS(3412), + [anon_sym_assert] = ACTIONS(3412), + [anon_sym_defer] = ACTIONS(3412), + [anon_sym_goto] = ACTIONS(3412), + [anon_sym_break] = ACTIONS(3412), + [anon_sym_continue] = ACTIONS(3412), + [anon_sym_return] = ACTIONS(3412), + [anon_sym_DOLLARfor] = ACTIONS(3412), + [anon_sym_for] = ACTIONS(3412), + [anon_sym_POUND] = ACTIONS(3412), + [anon_sym_asm] = ACTIONS(3412), + [anon_sym_AT_LBRACK] = ACTIONS(3412), + [sym___double_quote] = ACTIONS(3412), + [sym___single_quote] = ACTIONS(3412), + [sym___c_double_quote] = ACTIONS(3412), + [sym___c_single_quote] = ACTIONS(3412), + [sym___r_double_quote] = ACTIONS(3412), + [sym___r_single_quote] = ACTIONS(3412), }, [1465] = { [sym_line_comment] = STATE(1465), [sym_block_comment] = STATE(1465), - [sym_block] = STATE(1613), - [ts_builtin_sym_end] = ACTIONS(4076), - [sym_identifier] = ACTIONS(4078), - [anon_sym_LF] = ACTIONS(4078), - [anon_sym_CR] = ACTIONS(4078), - [anon_sym_CR_LF] = ACTIONS(4078), + [sym_reference_expression] = STATE(4491), + [sym_type_reference_expression] = STATE(2501), + [sym_plain_type] = STATE(2527), + [sym__plain_type_without_special] = STATE(2642), + [sym_anon_struct_type] = STATE(2603), + [sym_multi_return_type] = STATE(2642), + [sym_result_type] = STATE(2642), + [sym_option_type] = STATE(2642), + [sym_qualified_type] = STATE(2501), + [sym_fixed_array_type] = STATE(2603), + [sym_array_type] = STATE(2603), + [sym_pointer_type] = STATE(2603), + [sym_wrong_pointer_type] = STATE(2603), + [sym_map_type] = STATE(2603), + [sym_channel_type] = STATE(2603), + [sym_shared_type] = STATE(2603), + [sym_thread_type] = STATE(2603), + [sym_atomic_type] = STATE(2603), + [sym_generic_type] = STATE(2603), + [sym_function_type] = STATE(2603), + [sym_identifier] = ACTIONS(4070), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_CR] = ACTIONS(623), + [anon_sym_CR_LF] = ACTIONS(623), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4078), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4078), - [anon_sym_LPAREN] = ACTIONS(4078), - [anon_sym___global] = ACTIONS(4078), - [anon_sym_type] = ACTIONS(4078), - [anon_sym_fn] = ACTIONS(4078), - [anon_sym_PLUS] = ACTIONS(4078), - [anon_sym_DASH] = ACTIONS(4078), - [anon_sym_STAR] = ACTIONS(4078), + [anon_sym_SEMI] = ACTIONS(623), + [anon_sym_DOT] = ACTIONS(623), + [anon_sym_as] = ACTIONS(623), + [anon_sym_COMMA] = ACTIONS(623), + [anon_sym_RBRACE] = ACTIONS(623), + [anon_sym_LPAREN] = ACTIONS(4072), + [anon_sym_PIPE] = ACTIONS(623), + [anon_sym_fn] = ACTIONS(4074), + [anon_sym_PLUS] = ACTIONS(623), + [anon_sym_DASH] = ACTIONS(623), + [anon_sym_STAR] = ACTIONS(4076), + [anon_sym_SLASH] = ACTIONS(623), + [anon_sym_PERCENT] = ACTIONS(623), + [anon_sym_LT] = ACTIONS(623), + [anon_sym_GT] = ACTIONS(623), + [anon_sym_EQ_EQ] = ACTIONS(623), + [anon_sym_BANG_EQ] = ACTIONS(623), + [anon_sym_LT_EQ] = ACTIONS(623), + [anon_sym_GT_EQ] = ACTIONS(623), + [anon_sym_LBRACK] = ACTIONS(621), [anon_sym_struct] = ACTIONS(4078), - [anon_sym_union] = ACTIONS(4078), - [anon_sym_pub] = ACTIONS(4078), - [anon_sym_mut] = ACTIONS(4078), - [anon_sym_enum] = ACTIONS(4078), - [anon_sym_interface] = ACTIONS(4078), - [anon_sym_QMARK] = ACTIONS(4078), - [anon_sym_BANG] = ACTIONS(4078), - [anon_sym_go] = ACTIONS(4078), - [anon_sym_spawn] = ACTIONS(4078), - [anon_sym_json_DOTdecode] = ACTIONS(4078), - [anon_sym_LBRACK2] = ACTIONS(4078), - [anon_sym_TILDE] = ACTIONS(4078), - [anon_sym_CARET] = ACTIONS(4078), - [anon_sym_AMP] = ACTIONS(4078), - [anon_sym_LT_DASH] = ACTIONS(4078), - [sym_none] = ACTIONS(4078), - [sym_true] = ACTIONS(4078), - [sym_false] = ACTIONS(4078), - [sym_nil] = ACTIONS(4078), - [anon_sym_if] = ACTIONS(4078), - [anon_sym_DOLLARif] = ACTIONS(4078), - [anon_sym_match] = ACTIONS(4078), - [anon_sym_select] = ACTIONS(4078), - [anon_sym_lock] = ACTIONS(4078), - [anon_sym_rlock] = ACTIONS(4078), - [anon_sym_unsafe] = ACTIONS(4078), - [anon_sym_sql] = ACTIONS(4078), - [sym_int_literal] = ACTIONS(4078), - [sym_float_literal] = ACTIONS(4078), - [sym_rune_literal] = ACTIONS(4078), - [sym_pseudo_compile_time_identifier] = ACTIONS(4078), - [anon_sym_shared] = ACTIONS(4078), - [anon_sym_map_LBRACK] = ACTIONS(4078), - [anon_sym_chan] = ACTIONS(4078), - [anon_sym_thread] = ACTIONS(4078), - [anon_sym_atomic] = ACTIONS(4078), - [anon_sym_assert] = ACTIONS(4078), - [anon_sym_defer] = ACTIONS(4078), - [anon_sym_goto] = ACTIONS(4078), - [anon_sym_break] = ACTIONS(4078), - [anon_sym_continue] = ACTIONS(4078), - [anon_sym_return] = ACTIONS(4078), - [anon_sym_DOLLARfor] = ACTIONS(4078), - [anon_sym_for] = ACTIONS(4078), - [anon_sym_POUND] = ACTIONS(4078), - [anon_sym_asm] = ACTIONS(4078), - [anon_sym_AT_LBRACK] = ACTIONS(4078), - [sym___double_quote] = ACTIONS(4078), - [sym___single_quote] = ACTIONS(4078), - [sym___c_double_quote] = ACTIONS(4078), - [sym___c_single_quote] = ACTIONS(4078), - [sym___r_double_quote] = ACTIONS(4078), - [sym___r_single_quote] = ACTIONS(4078), + [anon_sym_PLUS_PLUS] = ACTIONS(623), + [anon_sym_DASH_DASH] = ACTIONS(623), + [anon_sym_QMARK] = ACTIONS(4080), + [anon_sym_BANG] = ACTIONS(4082), + [anon_sym_LBRACK2] = ACTIONS(4084), + [anon_sym_CARET] = ACTIONS(623), + [anon_sym_AMP] = ACTIONS(4086), + [anon_sym_LT_LT] = ACTIONS(623), + [anon_sym_GT_GT] = ACTIONS(623), + [anon_sym_GT_GT_GT] = ACTIONS(623), + [anon_sym_AMP_CARET] = ACTIONS(623), + [anon_sym_AMP_AMP] = ACTIONS(623), + [anon_sym_PIPE_PIPE] = ACTIONS(623), + [anon_sym_or] = ACTIONS(623), + [anon_sym_QMARK_DOT] = ACTIONS(623), + [anon_sym_POUND_LBRACK] = ACTIONS(623), + [anon_sym_is] = ACTIONS(623), + [anon_sym_BANGis] = ACTIONS(623), + [anon_sym_in] = ACTIONS(623), + [anon_sym_BANGin] = ACTIONS(623), + [anon_sym_shared] = ACTIONS(4088), + [anon_sym_map_LBRACK] = ACTIONS(4090), + [anon_sym_chan] = ACTIONS(4092), + [anon_sym_thread] = ACTIONS(4094), + [anon_sym_atomic] = ACTIONS(4096), }, [1466] = { [sym_line_comment] = STATE(1466), [sym_block_comment] = STATE(1466), - [sym_block] = STATE(1518), - [ts_builtin_sym_end] = ACTIONS(4080), - [sym_identifier] = ACTIONS(4082), - [anon_sym_LF] = ACTIONS(4082), - [anon_sym_CR] = ACTIONS(4082), - [anon_sym_CR_LF] = ACTIONS(4082), + [sym_block] = STATE(1578), + [ts_builtin_sym_end] = ACTIONS(4098), + [sym_identifier] = ACTIONS(4100), + [anon_sym_LF] = ACTIONS(4100), + [anon_sym_CR] = ACTIONS(4100), + [anon_sym_CR_LF] = ACTIONS(4100), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4082), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4082), - [anon_sym_LPAREN] = ACTIONS(4082), - [anon_sym___global] = ACTIONS(4082), - [anon_sym_type] = ACTIONS(4082), - [anon_sym_fn] = ACTIONS(4082), - [anon_sym_PLUS] = ACTIONS(4082), - [anon_sym_DASH] = ACTIONS(4082), - [anon_sym_STAR] = ACTIONS(4082), - [anon_sym_struct] = ACTIONS(4082), - [anon_sym_union] = ACTIONS(4082), - [anon_sym_pub] = ACTIONS(4082), - [anon_sym_mut] = ACTIONS(4082), - [anon_sym_enum] = ACTIONS(4082), - [anon_sym_interface] = ACTIONS(4082), - [anon_sym_QMARK] = ACTIONS(4082), - [anon_sym_BANG] = ACTIONS(4082), - [anon_sym_go] = ACTIONS(4082), - [anon_sym_spawn] = ACTIONS(4082), - [anon_sym_json_DOTdecode] = ACTIONS(4082), - [anon_sym_LBRACK2] = ACTIONS(4082), - [anon_sym_TILDE] = ACTIONS(4082), - [anon_sym_CARET] = ACTIONS(4082), - [anon_sym_AMP] = ACTIONS(4082), - [anon_sym_LT_DASH] = ACTIONS(4082), - [sym_none] = ACTIONS(4082), - [sym_true] = ACTIONS(4082), - [sym_false] = ACTIONS(4082), - [sym_nil] = ACTIONS(4082), - [anon_sym_if] = ACTIONS(4082), - [anon_sym_DOLLARif] = ACTIONS(4082), - [anon_sym_match] = ACTIONS(4082), - [anon_sym_select] = ACTIONS(4082), - [anon_sym_lock] = ACTIONS(4082), - [anon_sym_rlock] = ACTIONS(4082), - [anon_sym_unsafe] = ACTIONS(4082), - [anon_sym_sql] = ACTIONS(4082), - [sym_int_literal] = ACTIONS(4082), - [sym_float_literal] = ACTIONS(4082), - [sym_rune_literal] = ACTIONS(4082), - [sym_pseudo_compile_time_identifier] = ACTIONS(4082), - [anon_sym_shared] = ACTIONS(4082), - [anon_sym_map_LBRACK] = ACTIONS(4082), - [anon_sym_chan] = ACTIONS(4082), - [anon_sym_thread] = ACTIONS(4082), - [anon_sym_atomic] = ACTIONS(4082), - [anon_sym_assert] = ACTIONS(4082), - [anon_sym_defer] = ACTIONS(4082), - [anon_sym_goto] = ACTIONS(4082), - [anon_sym_break] = ACTIONS(4082), - [anon_sym_continue] = ACTIONS(4082), - [anon_sym_return] = ACTIONS(4082), - [anon_sym_DOLLARfor] = ACTIONS(4082), - [anon_sym_for] = ACTIONS(4082), - [anon_sym_POUND] = ACTIONS(4082), - [anon_sym_asm] = ACTIONS(4082), - [anon_sym_AT_LBRACK] = ACTIONS(4082), - [sym___double_quote] = ACTIONS(4082), - [sym___single_quote] = ACTIONS(4082), - [sym___c_double_quote] = ACTIONS(4082), - [sym___c_single_quote] = ACTIONS(4082), - [sym___r_double_quote] = ACTIONS(4082), - [sym___r_single_quote] = ACTIONS(4082), + [anon_sym_DOT] = ACTIONS(4100), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4100), + [anon_sym_LPAREN] = ACTIONS(4100), + [anon_sym___global] = ACTIONS(4100), + [anon_sym_type] = ACTIONS(4100), + [anon_sym_fn] = ACTIONS(4100), + [anon_sym_PLUS] = ACTIONS(4100), + [anon_sym_DASH] = ACTIONS(4100), + [anon_sym_STAR] = ACTIONS(4100), + [anon_sym_struct] = ACTIONS(4100), + [anon_sym_union] = ACTIONS(4100), + [anon_sym_pub] = ACTIONS(4100), + [anon_sym_mut] = ACTIONS(4100), + [anon_sym_enum] = ACTIONS(4100), + [anon_sym_interface] = ACTIONS(4100), + [anon_sym_QMARK] = ACTIONS(4100), + [anon_sym_BANG] = ACTIONS(4100), + [anon_sym_go] = ACTIONS(4100), + [anon_sym_spawn] = ACTIONS(4100), + [anon_sym_json_DOTdecode] = ACTIONS(4100), + [anon_sym_LBRACK2] = ACTIONS(4100), + [anon_sym_TILDE] = ACTIONS(4100), + [anon_sym_CARET] = ACTIONS(4100), + [anon_sym_AMP] = ACTIONS(4100), + [anon_sym_LT_DASH] = ACTIONS(4100), + [sym_none] = ACTIONS(4100), + [sym_true] = ACTIONS(4100), + [sym_false] = ACTIONS(4100), + [sym_nil] = ACTIONS(4100), + [anon_sym_if] = ACTIONS(4100), + [anon_sym_DOLLARif] = ACTIONS(4100), + [anon_sym_match] = ACTIONS(4100), + [anon_sym_select] = ACTIONS(4100), + [anon_sym_lock] = ACTIONS(4100), + [anon_sym_rlock] = ACTIONS(4100), + [anon_sym_unsafe] = ACTIONS(4100), + [anon_sym_sql] = ACTIONS(4100), + [sym_int_literal] = ACTIONS(4100), + [sym_float_literal] = ACTIONS(4100), + [sym_rune_literal] = ACTIONS(4100), + [sym_pseudo_compile_time_identifier] = ACTIONS(4100), + [anon_sym_shared] = ACTIONS(4100), + [anon_sym_map_LBRACK] = ACTIONS(4100), + [anon_sym_chan] = ACTIONS(4100), + [anon_sym_thread] = ACTIONS(4100), + [anon_sym_atomic] = ACTIONS(4100), + [anon_sym_assert] = ACTIONS(4100), + [anon_sym_defer] = ACTIONS(4100), + [anon_sym_goto] = ACTIONS(4100), + [anon_sym_break] = ACTIONS(4100), + [anon_sym_continue] = ACTIONS(4100), + [anon_sym_return] = ACTIONS(4100), + [anon_sym_DOLLARfor] = ACTIONS(4100), + [anon_sym_for] = ACTIONS(4100), + [anon_sym_POUND] = ACTIONS(4100), + [anon_sym_asm] = ACTIONS(4100), + [anon_sym_AT_LBRACK] = ACTIONS(4100), + [sym___double_quote] = ACTIONS(4100), + [sym___single_quote] = ACTIONS(4100), + [sym___c_double_quote] = ACTIONS(4100), + [sym___c_single_quote] = ACTIONS(4100), + [sym___r_double_quote] = ACTIONS(4100), + [sym___r_single_quote] = ACTIONS(4100), }, [1467] = { [sym_line_comment] = STATE(1467), [sym_block_comment] = STATE(1467), - [sym_block] = STATE(1532), - [ts_builtin_sym_end] = ACTIONS(4084), - [sym_identifier] = ACTIONS(4086), - [anon_sym_LF] = ACTIONS(4086), - [anon_sym_CR] = ACTIONS(4086), - [anon_sym_CR_LF] = ACTIONS(4086), + [sym_block] = STATE(1579), + [ts_builtin_sym_end] = ACTIONS(4102), + [sym_identifier] = ACTIONS(4104), + [anon_sym_LF] = ACTIONS(4104), + [anon_sym_CR] = ACTIONS(4104), + [anon_sym_CR_LF] = ACTIONS(4104), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4086), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4086), - [anon_sym_LPAREN] = ACTIONS(4086), - [anon_sym___global] = ACTIONS(4086), - [anon_sym_type] = ACTIONS(4086), - [anon_sym_fn] = ACTIONS(4086), - [anon_sym_PLUS] = ACTIONS(4086), - [anon_sym_DASH] = ACTIONS(4086), - [anon_sym_STAR] = ACTIONS(4086), - [anon_sym_struct] = ACTIONS(4086), - [anon_sym_union] = ACTIONS(4086), - [anon_sym_pub] = ACTIONS(4086), - [anon_sym_mut] = ACTIONS(4086), - [anon_sym_enum] = ACTIONS(4086), - [anon_sym_interface] = ACTIONS(4086), - [anon_sym_QMARK] = ACTIONS(4086), - [anon_sym_BANG] = ACTIONS(4086), - [anon_sym_go] = ACTIONS(4086), - [anon_sym_spawn] = ACTIONS(4086), - [anon_sym_json_DOTdecode] = ACTIONS(4086), - [anon_sym_LBRACK2] = ACTIONS(4086), - [anon_sym_TILDE] = ACTIONS(4086), - [anon_sym_CARET] = ACTIONS(4086), - [anon_sym_AMP] = ACTIONS(4086), - [anon_sym_LT_DASH] = ACTIONS(4086), - [sym_none] = ACTIONS(4086), - [sym_true] = ACTIONS(4086), - [sym_false] = ACTIONS(4086), - [sym_nil] = ACTIONS(4086), - [anon_sym_if] = ACTIONS(4086), - [anon_sym_DOLLARif] = ACTIONS(4086), - [anon_sym_match] = ACTIONS(4086), - [anon_sym_select] = ACTIONS(4086), - [anon_sym_lock] = ACTIONS(4086), - [anon_sym_rlock] = ACTIONS(4086), - [anon_sym_unsafe] = ACTIONS(4086), - [anon_sym_sql] = ACTIONS(4086), - [sym_int_literal] = ACTIONS(4086), - [sym_float_literal] = ACTIONS(4086), - [sym_rune_literal] = ACTIONS(4086), - [sym_pseudo_compile_time_identifier] = ACTIONS(4086), - [anon_sym_shared] = ACTIONS(4086), - [anon_sym_map_LBRACK] = ACTIONS(4086), - [anon_sym_chan] = ACTIONS(4086), - [anon_sym_thread] = ACTIONS(4086), - [anon_sym_atomic] = ACTIONS(4086), - [anon_sym_assert] = ACTIONS(4086), - [anon_sym_defer] = ACTIONS(4086), - [anon_sym_goto] = ACTIONS(4086), - [anon_sym_break] = ACTIONS(4086), - [anon_sym_continue] = ACTIONS(4086), - [anon_sym_return] = ACTIONS(4086), - [anon_sym_DOLLARfor] = ACTIONS(4086), - [anon_sym_for] = ACTIONS(4086), - [anon_sym_POUND] = ACTIONS(4086), - [anon_sym_asm] = ACTIONS(4086), - [anon_sym_AT_LBRACK] = ACTIONS(4086), - [sym___double_quote] = ACTIONS(4086), - [sym___single_quote] = ACTIONS(4086), - [sym___c_double_quote] = ACTIONS(4086), - [sym___c_single_quote] = ACTIONS(4086), - [sym___r_double_quote] = ACTIONS(4086), - [sym___r_single_quote] = ACTIONS(4086), + [anon_sym_DOT] = ACTIONS(4104), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4104), + [anon_sym_LPAREN] = ACTIONS(4104), + [anon_sym___global] = ACTIONS(4104), + [anon_sym_type] = ACTIONS(4104), + [anon_sym_fn] = ACTIONS(4104), + [anon_sym_PLUS] = ACTIONS(4104), + [anon_sym_DASH] = ACTIONS(4104), + [anon_sym_STAR] = ACTIONS(4104), + [anon_sym_struct] = ACTIONS(4104), + [anon_sym_union] = ACTIONS(4104), + [anon_sym_pub] = ACTIONS(4104), + [anon_sym_mut] = ACTIONS(4104), + [anon_sym_enum] = ACTIONS(4104), + [anon_sym_interface] = ACTIONS(4104), + [anon_sym_QMARK] = ACTIONS(4104), + [anon_sym_BANG] = ACTIONS(4104), + [anon_sym_go] = ACTIONS(4104), + [anon_sym_spawn] = ACTIONS(4104), + [anon_sym_json_DOTdecode] = ACTIONS(4104), + [anon_sym_LBRACK2] = ACTIONS(4104), + [anon_sym_TILDE] = ACTIONS(4104), + [anon_sym_CARET] = ACTIONS(4104), + [anon_sym_AMP] = ACTIONS(4104), + [anon_sym_LT_DASH] = ACTIONS(4104), + [sym_none] = ACTIONS(4104), + [sym_true] = ACTIONS(4104), + [sym_false] = ACTIONS(4104), + [sym_nil] = ACTIONS(4104), + [anon_sym_if] = ACTIONS(4104), + [anon_sym_DOLLARif] = ACTIONS(4104), + [anon_sym_match] = ACTIONS(4104), + [anon_sym_select] = ACTIONS(4104), + [anon_sym_lock] = ACTIONS(4104), + [anon_sym_rlock] = ACTIONS(4104), + [anon_sym_unsafe] = ACTIONS(4104), + [anon_sym_sql] = ACTIONS(4104), + [sym_int_literal] = ACTIONS(4104), + [sym_float_literal] = ACTIONS(4104), + [sym_rune_literal] = ACTIONS(4104), + [sym_pseudo_compile_time_identifier] = ACTIONS(4104), + [anon_sym_shared] = ACTIONS(4104), + [anon_sym_map_LBRACK] = ACTIONS(4104), + [anon_sym_chan] = ACTIONS(4104), + [anon_sym_thread] = ACTIONS(4104), + [anon_sym_atomic] = ACTIONS(4104), + [anon_sym_assert] = ACTIONS(4104), + [anon_sym_defer] = ACTIONS(4104), + [anon_sym_goto] = ACTIONS(4104), + [anon_sym_break] = ACTIONS(4104), + [anon_sym_continue] = ACTIONS(4104), + [anon_sym_return] = ACTIONS(4104), + [anon_sym_DOLLARfor] = ACTIONS(4104), + [anon_sym_for] = ACTIONS(4104), + [anon_sym_POUND] = ACTIONS(4104), + [anon_sym_asm] = ACTIONS(4104), + [anon_sym_AT_LBRACK] = ACTIONS(4104), + [sym___double_quote] = ACTIONS(4104), + [sym___single_quote] = ACTIONS(4104), + [sym___c_double_quote] = ACTIONS(4104), + [sym___c_single_quote] = ACTIONS(4104), + [sym___r_double_quote] = ACTIONS(4104), + [sym___r_single_quote] = ACTIONS(4104), }, [1468] = { [sym_line_comment] = STATE(1468), [sym_block_comment] = STATE(1468), - [sym_reference_expression] = STATE(4489), - [sym_type_reference_expression] = STATE(2501), - [sym_plain_type] = STATE(2626), - [sym__plain_type_without_special] = STATE(2610), - [sym_anon_struct_type] = STATE(2615), - [sym_multi_return_type] = STATE(2610), - [sym_result_type] = STATE(2610), - [sym_option_type] = STATE(2610), - [sym_qualified_type] = STATE(2501), - [sym_fixed_array_type] = STATE(2615), - [sym_array_type] = STATE(2615), - [sym_pointer_type] = STATE(2615), - [sym_wrong_pointer_type] = STATE(2615), - [sym_map_type] = STATE(2615), - [sym_channel_type] = STATE(2615), - [sym_shared_type] = STATE(2615), - [sym_thread_type] = STATE(2615), - [sym_atomic_type] = STATE(2615), - [sym_generic_type] = STATE(2615), - [sym_function_type] = STATE(2615), - [sym_identifier] = ACTIONS(4088), - [anon_sym_LF] = ACTIONS(571), - [anon_sym_CR] = ACTIONS(571), - [anon_sym_CR_LF] = ACTIONS(571), + [sym_block] = STATE(1590), + [ts_builtin_sym_end] = ACTIONS(4106), + [sym_identifier] = ACTIONS(4108), + [anon_sym_LF] = ACTIONS(4108), + [anon_sym_CR] = ACTIONS(4108), + [anon_sym_CR_LF] = ACTIONS(4108), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(571), - [anon_sym_DOT] = ACTIONS(571), - [anon_sym_as] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(571), - [anon_sym_RBRACE] = ACTIONS(571), - [anon_sym_LPAREN] = ACTIONS(4090), - [anon_sym_PIPE] = ACTIONS(571), - [anon_sym_fn] = ACTIONS(4092), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(571), - [anon_sym_STAR] = ACTIONS(4094), - [anon_sym_SLASH] = ACTIONS(571), - [anon_sym_PERCENT] = ACTIONS(571), - [anon_sym_LT] = ACTIONS(571), - [anon_sym_GT] = ACTIONS(571), - [anon_sym_EQ_EQ] = ACTIONS(571), - [anon_sym_BANG_EQ] = ACTIONS(571), - [anon_sym_LT_EQ] = ACTIONS(571), - [anon_sym_GT_EQ] = ACTIONS(571), - [anon_sym_LBRACK] = ACTIONS(567), - [anon_sym_struct] = ACTIONS(4096), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_QMARK] = ACTIONS(4098), - [anon_sym_BANG] = ACTIONS(4100), - [anon_sym_LBRACK2] = ACTIONS(4102), - [anon_sym_CARET] = ACTIONS(571), - [anon_sym_AMP] = ACTIONS(4104), - [anon_sym_LT_LT] = ACTIONS(571), - [anon_sym_GT_GT] = ACTIONS(571), - [anon_sym_GT_GT_GT] = ACTIONS(571), - [anon_sym_AMP_CARET] = ACTIONS(571), - [anon_sym_AMP_AMP] = ACTIONS(571), - [anon_sym_PIPE_PIPE] = ACTIONS(571), - [anon_sym_or] = ACTIONS(571), - [anon_sym_QMARK_DOT] = ACTIONS(571), - [anon_sym_POUND_LBRACK] = ACTIONS(571), - [anon_sym_is] = ACTIONS(571), - [anon_sym_BANGis] = ACTIONS(571), - [anon_sym_in] = ACTIONS(571), - [anon_sym_BANGin] = ACTIONS(571), - [anon_sym_shared] = ACTIONS(4106), + [anon_sym_DOT] = ACTIONS(4108), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4108), + [anon_sym_LPAREN] = ACTIONS(4108), + [anon_sym___global] = ACTIONS(4108), + [anon_sym_type] = ACTIONS(4108), + [anon_sym_fn] = ACTIONS(4108), + [anon_sym_PLUS] = ACTIONS(4108), + [anon_sym_DASH] = ACTIONS(4108), + [anon_sym_STAR] = ACTIONS(4108), + [anon_sym_struct] = ACTIONS(4108), + [anon_sym_union] = ACTIONS(4108), + [anon_sym_pub] = ACTIONS(4108), + [anon_sym_mut] = ACTIONS(4108), + [anon_sym_enum] = ACTIONS(4108), + [anon_sym_interface] = ACTIONS(4108), + [anon_sym_QMARK] = ACTIONS(4108), + [anon_sym_BANG] = ACTIONS(4108), + [anon_sym_go] = ACTIONS(4108), + [anon_sym_spawn] = ACTIONS(4108), + [anon_sym_json_DOTdecode] = ACTIONS(4108), + [anon_sym_LBRACK2] = ACTIONS(4108), + [anon_sym_TILDE] = ACTIONS(4108), + [anon_sym_CARET] = ACTIONS(4108), + [anon_sym_AMP] = ACTIONS(4108), + [anon_sym_LT_DASH] = ACTIONS(4108), + [sym_none] = ACTIONS(4108), + [sym_true] = ACTIONS(4108), + [sym_false] = ACTIONS(4108), + [sym_nil] = ACTIONS(4108), + [anon_sym_if] = ACTIONS(4108), + [anon_sym_DOLLARif] = ACTIONS(4108), + [anon_sym_match] = ACTIONS(4108), + [anon_sym_select] = ACTIONS(4108), + [anon_sym_lock] = ACTIONS(4108), + [anon_sym_rlock] = ACTIONS(4108), + [anon_sym_unsafe] = ACTIONS(4108), + [anon_sym_sql] = ACTIONS(4108), + [sym_int_literal] = ACTIONS(4108), + [sym_float_literal] = ACTIONS(4108), + [sym_rune_literal] = ACTIONS(4108), + [sym_pseudo_compile_time_identifier] = ACTIONS(4108), + [anon_sym_shared] = ACTIONS(4108), [anon_sym_map_LBRACK] = ACTIONS(4108), - [anon_sym_chan] = ACTIONS(4110), - [anon_sym_thread] = ACTIONS(4112), - [anon_sym_atomic] = ACTIONS(4114), + [anon_sym_chan] = ACTIONS(4108), + [anon_sym_thread] = ACTIONS(4108), + [anon_sym_atomic] = ACTIONS(4108), + [anon_sym_assert] = ACTIONS(4108), + [anon_sym_defer] = ACTIONS(4108), + [anon_sym_goto] = ACTIONS(4108), + [anon_sym_break] = ACTIONS(4108), + [anon_sym_continue] = ACTIONS(4108), + [anon_sym_return] = ACTIONS(4108), + [anon_sym_DOLLARfor] = ACTIONS(4108), + [anon_sym_for] = ACTIONS(4108), + [anon_sym_POUND] = ACTIONS(4108), + [anon_sym_asm] = ACTIONS(4108), + [anon_sym_AT_LBRACK] = ACTIONS(4108), + [sym___double_quote] = ACTIONS(4108), + [sym___single_quote] = ACTIONS(4108), + [sym___c_double_quote] = ACTIONS(4108), + [sym___c_single_quote] = ACTIONS(4108), + [sym___r_double_quote] = ACTIONS(4108), + [sym___r_single_quote] = ACTIONS(4108), }, [1469] = { [sym_line_comment] = STATE(1469), [sym_block_comment] = STATE(1469), - [sym_block] = STATE(1534), - [ts_builtin_sym_end] = ACTIONS(4116), - [sym_identifier] = ACTIONS(4118), - [anon_sym_LF] = ACTIONS(4118), - [anon_sym_CR] = ACTIONS(4118), - [anon_sym_CR_LF] = ACTIONS(4118), + [sym_block] = STATE(1597), + [ts_builtin_sym_end] = ACTIONS(4110), + [sym_identifier] = ACTIONS(4112), + [anon_sym_LF] = ACTIONS(4112), + [anon_sym_CR] = ACTIONS(4112), + [anon_sym_CR_LF] = ACTIONS(4112), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4118), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4118), - [anon_sym_LPAREN] = ACTIONS(4118), - [anon_sym___global] = ACTIONS(4118), - [anon_sym_type] = ACTIONS(4118), - [anon_sym_fn] = ACTIONS(4118), - [anon_sym_PLUS] = ACTIONS(4118), - [anon_sym_DASH] = ACTIONS(4118), - [anon_sym_STAR] = ACTIONS(4118), - [anon_sym_struct] = ACTIONS(4118), - [anon_sym_union] = ACTIONS(4118), - [anon_sym_pub] = ACTIONS(4118), - [anon_sym_mut] = ACTIONS(4118), - [anon_sym_enum] = ACTIONS(4118), - [anon_sym_interface] = ACTIONS(4118), - [anon_sym_QMARK] = ACTIONS(4118), - [anon_sym_BANG] = ACTIONS(4118), - [anon_sym_go] = ACTIONS(4118), - [anon_sym_spawn] = ACTIONS(4118), - [anon_sym_json_DOTdecode] = ACTIONS(4118), - [anon_sym_LBRACK2] = ACTIONS(4118), - [anon_sym_TILDE] = ACTIONS(4118), - [anon_sym_CARET] = ACTIONS(4118), - [anon_sym_AMP] = ACTIONS(4118), - [anon_sym_LT_DASH] = ACTIONS(4118), - [sym_none] = ACTIONS(4118), - [sym_true] = ACTIONS(4118), - [sym_false] = ACTIONS(4118), - [sym_nil] = ACTIONS(4118), - [anon_sym_if] = ACTIONS(4118), - [anon_sym_DOLLARif] = ACTIONS(4118), - [anon_sym_match] = ACTIONS(4118), - [anon_sym_select] = ACTIONS(4118), - [anon_sym_lock] = ACTIONS(4118), - [anon_sym_rlock] = ACTIONS(4118), - [anon_sym_unsafe] = ACTIONS(4118), - [anon_sym_sql] = ACTIONS(4118), - [sym_int_literal] = ACTIONS(4118), - [sym_float_literal] = ACTIONS(4118), - [sym_rune_literal] = ACTIONS(4118), - [sym_pseudo_compile_time_identifier] = ACTIONS(4118), - [anon_sym_shared] = ACTIONS(4118), - [anon_sym_map_LBRACK] = ACTIONS(4118), - [anon_sym_chan] = ACTIONS(4118), - [anon_sym_thread] = ACTIONS(4118), - [anon_sym_atomic] = ACTIONS(4118), - [anon_sym_assert] = ACTIONS(4118), - [anon_sym_defer] = ACTIONS(4118), - [anon_sym_goto] = ACTIONS(4118), - [anon_sym_break] = ACTIONS(4118), - [anon_sym_continue] = ACTIONS(4118), - [anon_sym_return] = ACTIONS(4118), - [anon_sym_DOLLARfor] = ACTIONS(4118), - [anon_sym_for] = ACTIONS(4118), - [anon_sym_POUND] = ACTIONS(4118), - [anon_sym_asm] = ACTIONS(4118), - [anon_sym_AT_LBRACK] = ACTIONS(4118), - [sym___double_quote] = ACTIONS(4118), - [sym___single_quote] = ACTIONS(4118), - [sym___c_double_quote] = ACTIONS(4118), - [sym___c_single_quote] = ACTIONS(4118), - [sym___r_double_quote] = ACTIONS(4118), - [sym___r_single_quote] = ACTIONS(4118), + [anon_sym_DOT] = ACTIONS(4112), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4112), + [anon_sym_LPAREN] = ACTIONS(4112), + [anon_sym___global] = ACTIONS(4112), + [anon_sym_type] = ACTIONS(4112), + [anon_sym_fn] = ACTIONS(4112), + [anon_sym_PLUS] = ACTIONS(4112), + [anon_sym_DASH] = ACTIONS(4112), + [anon_sym_STAR] = ACTIONS(4112), + [anon_sym_struct] = ACTIONS(4112), + [anon_sym_union] = ACTIONS(4112), + [anon_sym_pub] = ACTIONS(4112), + [anon_sym_mut] = ACTIONS(4112), + [anon_sym_enum] = ACTIONS(4112), + [anon_sym_interface] = ACTIONS(4112), + [anon_sym_QMARK] = ACTIONS(4112), + [anon_sym_BANG] = ACTIONS(4112), + [anon_sym_go] = ACTIONS(4112), + [anon_sym_spawn] = ACTIONS(4112), + [anon_sym_json_DOTdecode] = ACTIONS(4112), + [anon_sym_LBRACK2] = ACTIONS(4112), + [anon_sym_TILDE] = ACTIONS(4112), + [anon_sym_CARET] = ACTIONS(4112), + [anon_sym_AMP] = ACTIONS(4112), + [anon_sym_LT_DASH] = ACTIONS(4112), + [sym_none] = ACTIONS(4112), + [sym_true] = ACTIONS(4112), + [sym_false] = ACTIONS(4112), + [sym_nil] = ACTIONS(4112), + [anon_sym_if] = ACTIONS(4112), + [anon_sym_DOLLARif] = ACTIONS(4112), + [anon_sym_match] = ACTIONS(4112), + [anon_sym_select] = ACTIONS(4112), + [anon_sym_lock] = ACTIONS(4112), + [anon_sym_rlock] = ACTIONS(4112), + [anon_sym_unsafe] = ACTIONS(4112), + [anon_sym_sql] = ACTIONS(4112), + [sym_int_literal] = ACTIONS(4112), + [sym_float_literal] = ACTIONS(4112), + [sym_rune_literal] = ACTIONS(4112), + [sym_pseudo_compile_time_identifier] = ACTIONS(4112), + [anon_sym_shared] = ACTIONS(4112), + [anon_sym_map_LBRACK] = ACTIONS(4112), + [anon_sym_chan] = ACTIONS(4112), + [anon_sym_thread] = ACTIONS(4112), + [anon_sym_atomic] = ACTIONS(4112), + [anon_sym_assert] = ACTIONS(4112), + [anon_sym_defer] = ACTIONS(4112), + [anon_sym_goto] = ACTIONS(4112), + [anon_sym_break] = ACTIONS(4112), + [anon_sym_continue] = ACTIONS(4112), + [anon_sym_return] = ACTIONS(4112), + [anon_sym_DOLLARfor] = ACTIONS(4112), + [anon_sym_for] = ACTIONS(4112), + [anon_sym_POUND] = ACTIONS(4112), + [anon_sym_asm] = ACTIONS(4112), + [anon_sym_AT_LBRACK] = ACTIONS(4112), + [sym___double_quote] = ACTIONS(4112), + [sym___single_quote] = ACTIONS(4112), + [sym___c_double_quote] = ACTIONS(4112), + [sym___c_single_quote] = ACTIONS(4112), + [sym___r_double_quote] = ACTIONS(4112), + [sym___r_single_quote] = ACTIONS(4112), }, [1470] = { [sym_line_comment] = STATE(1470), [sym_block_comment] = STATE(1470), - [sym_reference_expression] = STATE(4489), - [sym_type_reference_expression] = STATE(2501), - [sym_plain_type] = STATE(2635), - [sym__plain_type_without_special] = STATE(2610), - [sym_anon_struct_type] = STATE(2615), - [sym_multi_return_type] = STATE(2610), - [sym_result_type] = STATE(2610), - [sym_option_type] = STATE(2610), - [sym_qualified_type] = STATE(2501), - [sym_fixed_array_type] = STATE(2615), - [sym_array_type] = STATE(2615), - [sym_pointer_type] = STATE(2615), - [sym_wrong_pointer_type] = STATE(2615), - [sym_map_type] = STATE(2615), - [sym_channel_type] = STATE(2615), - [sym_shared_type] = STATE(2615), - [sym_thread_type] = STATE(2615), - [sym_atomic_type] = STATE(2615), - [sym_generic_type] = STATE(2615), - [sym_function_type] = STATE(2615), - [sym_identifier] = ACTIONS(4088), - [anon_sym_LF] = ACTIONS(627), - [anon_sym_CR] = ACTIONS(627), - [anon_sym_CR_LF] = ACTIONS(627), + [sym_block] = STATE(1598), + [ts_builtin_sym_end] = ACTIONS(4114), + [sym_identifier] = ACTIONS(4116), + [anon_sym_LF] = ACTIONS(4116), + [anon_sym_CR] = ACTIONS(4116), + [anon_sym_CR_LF] = ACTIONS(4116), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(627), - [anon_sym_DOT] = ACTIONS(627), - [anon_sym_as] = ACTIONS(627), - [anon_sym_COMMA] = ACTIONS(627), - [anon_sym_RBRACE] = ACTIONS(627), - [anon_sym_LPAREN] = ACTIONS(4090), - [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_fn] = ACTIONS(4092), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(4094), - [anon_sym_SLASH] = ACTIONS(627), - [anon_sym_PERCENT] = ACTIONS(627), - [anon_sym_LT] = ACTIONS(627), - [anon_sym_GT] = ACTIONS(627), - [anon_sym_EQ_EQ] = ACTIONS(627), - [anon_sym_BANG_EQ] = ACTIONS(627), - [anon_sym_LT_EQ] = ACTIONS(627), - [anon_sym_GT_EQ] = ACTIONS(627), - [anon_sym_LBRACK] = ACTIONS(625), - [anon_sym_struct] = ACTIONS(4096), - [anon_sym_PLUS_PLUS] = ACTIONS(627), - [anon_sym_DASH_DASH] = ACTIONS(627), - [anon_sym_QMARK] = ACTIONS(4098), - [anon_sym_BANG] = ACTIONS(4100), - [anon_sym_LBRACK2] = ACTIONS(4102), - [anon_sym_CARET] = ACTIONS(627), - [anon_sym_AMP] = ACTIONS(4104), - [anon_sym_LT_LT] = ACTIONS(627), - [anon_sym_GT_GT] = ACTIONS(627), - [anon_sym_GT_GT_GT] = ACTIONS(627), - [anon_sym_AMP_CARET] = ACTIONS(627), - [anon_sym_AMP_AMP] = ACTIONS(627), - [anon_sym_PIPE_PIPE] = ACTIONS(627), - [anon_sym_or] = ACTIONS(627), - [anon_sym_QMARK_DOT] = ACTIONS(627), - [anon_sym_POUND_LBRACK] = ACTIONS(627), - [anon_sym_is] = ACTIONS(627), - [anon_sym_BANGis] = ACTIONS(627), - [anon_sym_in] = ACTIONS(627), - [anon_sym_BANGin] = ACTIONS(627), - [anon_sym_shared] = ACTIONS(4106), - [anon_sym_map_LBRACK] = ACTIONS(4108), - [anon_sym_chan] = ACTIONS(4110), - [anon_sym_thread] = ACTIONS(4112), - [anon_sym_atomic] = ACTIONS(4114), + [anon_sym_DOT] = ACTIONS(4116), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4116), + [anon_sym_LPAREN] = ACTIONS(4116), + [anon_sym___global] = ACTIONS(4116), + [anon_sym_type] = ACTIONS(4116), + [anon_sym_fn] = ACTIONS(4116), + [anon_sym_PLUS] = ACTIONS(4116), + [anon_sym_DASH] = ACTIONS(4116), + [anon_sym_STAR] = ACTIONS(4116), + [anon_sym_struct] = ACTIONS(4116), + [anon_sym_union] = ACTIONS(4116), + [anon_sym_pub] = ACTIONS(4116), + [anon_sym_mut] = ACTIONS(4116), + [anon_sym_enum] = ACTIONS(4116), + [anon_sym_interface] = ACTIONS(4116), + [anon_sym_QMARK] = ACTIONS(4116), + [anon_sym_BANG] = ACTIONS(4116), + [anon_sym_go] = ACTIONS(4116), + [anon_sym_spawn] = ACTIONS(4116), + [anon_sym_json_DOTdecode] = ACTIONS(4116), + [anon_sym_LBRACK2] = ACTIONS(4116), + [anon_sym_TILDE] = ACTIONS(4116), + [anon_sym_CARET] = ACTIONS(4116), + [anon_sym_AMP] = ACTIONS(4116), + [anon_sym_LT_DASH] = ACTIONS(4116), + [sym_none] = ACTIONS(4116), + [sym_true] = ACTIONS(4116), + [sym_false] = ACTIONS(4116), + [sym_nil] = ACTIONS(4116), + [anon_sym_if] = ACTIONS(4116), + [anon_sym_DOLLARif] = ACTIONS(4116), + [anon_sym_match] = ACTIONS(4116), + [anon_sym_select] = ACTIONS(4116), + [anon_sym_lock] = ACTIONS(4116), + [anon_sym_rlock] = ACTIONS(4116), + [anon_sym_unsafe] = ACTIONS(4116), + [anon_sym_sql] = ACTIONS(4116), + [sym_int_literal] = ACTIONS(4116), + [sym_float_literal] = ACTIONS(4116), + [sym_rune_literal] = ACTIONS(4116), + [sym_pseudo_compile_time_identifier] = ACTIONS(4116), + [anon_sym_shared] = ACTIONS(4116), + [anon_sym_map_LBRACK] = ACTIONS(4116), + [anon_sym_chan] = ACTIONS(4116), + [anon_sym_thread] = ACTIONS(4116), + [anon_sym_atomic] = ACTIONS(4116), + [anon_sym_assert] = ACTIONS(4116), + [anon_sym_defer] = ACTIONS(4116), + [anon_sym_goto] = ACTIONS(4116), + [anon_sym_break] = ACTIONS(4116), + [anon_sym_continue] = ACTIONS(4116), + [anon_sym_return] = ACTIONS(4116), + [anon_sym_DOLLARfor] = ACTIONS(4116), + [anon_sym_for] = ACTIONS(4116), + [anon_sym_POUND] = ACTIONS(4116), + [anon_sym_asm] = ACTIONS(4116), + [anon_sym_AT_LBRACK] = ACTIONS(4116), + [sym___double_quote] = ACTIONS(4116), + [sym___single_quote] = ACTIONS(4116), + [sym___c_double_quote] = ACTIONS(4116), + [sym___c_single_quote] = ACTIONS(4116), + [sym___r_double_quote] = ACTIONS(4116), + [sym___r_single_quote] = ACTIONS(4116), }, [1471] = { [sym_line_comment] = STATE(1471), [sym_block_comment] = STATE(1471), - [sym_reference_expression] = STATE(4489), - [sym_type_reference_expression] = STATE(2501), - [sym_plain_type] = STATE(2612), - [sym__plain_type_without_special] = STATE(2610), - [sym_anon_struct_type] = STATE(2615), - [sym_multi_return_type] = STATE(2610), - [sym_result_type] = STATE(2610), - [sym_option_type] = STATE(2610), - [sym_qualified_type] = STATE(2501), - [sym_fixed_array_type] = STATE(2615), - [sym_array_type] = STATE(2615), - [sym_pointer_type] = STATE(2615), - [sym_wrong_pointer_type] = STATE(2615), - [sym_map_type] = STATE(2615), - [sym_channel_type] = STATE(2615), - [sym_shared_type] = STATE(2615), - [sym_thread_type] = STATE(2615), - [sym_atomic_type] = STATE(2615), - [sym_generic_type] = STATE(2615), - [sym_function_type] = STATE(2615), - [sym_identifier] = ACTIONS(4088), - [anon_sym_LF] = ACTIONS(601), - [anon_sym_CR] = ACTIONS(601), - [anon_sym_CR_LF] = ACTIONS(601), + [sym_block] = STATE(1584), + [ts_builtin_sym_end] = ACTIONS(4118), + [sym_identifier] = ACTIONS(4120), + [anon_sym_LF] = ACTIONS(4120), + [anon_sym_CR] = ACTIONS(4120), + [anon_sym_CR_LF] = ACTIONS(4120), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(601), - [anon_sym_DOT] = ACTIONS(601), - [anon_sym_as] = ACTIONS(601), - [anon_sym_COMMA] = ACTIONS(601), - [anon_sym_RBRACE] = ACTIONS(601), - [anon_sym_LPAREN] = ACTIONS(4090), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(4092), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(4094), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_PERCENT] = ACTIONS(601), - [anon_sym_LT] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(601), - [anon_sym_BANG_EQ] = ACTIONS(601), - [anon_sym_LT_EQ] = ACTIONS(601), - [anon_sym_GT_EQ] = ACTIONS(601), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_struct] = ACTIONS(4096), - [anon_sym_PLUS_PLUS] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(601), - [anon_sym_QMARK] = ACTIONS(4098), - [anon_sym_BANG] = ACTIONS(4100), - [anon_sym_LBRACK2] = ACTIONS(4102), - [anon_sym_CARET] = ACTIONS(601), - [anon_sym_AMP] = ACTIONS(4104), - [anon_sym_LT_LT] = ACTIONS(601), - [anon_sym_GT_GT] = ACTIONS(601), - [anon_sym_GT_GT_GT] = ACTIONS(601), - [anon_sym_AMP_CARET] = ACTIONS(601), - [anon_sym_AMP_AMP] = ACTIONS(601), - [anon_sym_PIPE_PIPE] = ACTIONS(601), - [anon_sym_or] = ACTIONS(601), - [anon_sym_QMARK_DOT] = ACTIONS(601), - [anon_sym_POUND_LBRACK] = ACTIONS(601), - [anon_sym_is] = ACTIONS(601), - [anon_sym_BANGis] = ACTIONS(601), - [anon_sym_in] = ACTIONS(601), - [anon_sym_BANGin] = ACTIONS(601), - [anon_sym_shared] = ACTIONS(4106), - [anon_sym_map_LBRACK] = ACTIONS(4108), - [anon_sym_chan] = ACTIONS(4110), - [anon_sym_thread] = ACTIONS(4112), - [anon_sym_atomic] = ACTIONS(4114), + [anon_sym_DOT] = ACTIONS(4120), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4120), + [anon_sym_LPAREN] = ACTIONS(4120), + [anon_sym___global] = ACTIONS(4120), + [anon_sym_type] = ACTIONS(4120), + [anon_sym_fn] = ACTIONS(4120), + [anon_sym_PLUS] = ACTIONS(4120), + [anon_sym_DASH] = ACTIONS(4120), + [anon_sym_STAR] = ACTIONS(4120), + [anon_sym_struct] = ACTIONS(4120), + [anon_sym_union] = ACTIONS(4120), + [anon_sym_pub] = ACTIONS(4120), + [anon_sym_mut] = ACTIONS(4120), + [anon_sym_enum] = ACTIONS(4120), + [anon_sym_interface] = ACTIONS(4120), + [anon_sym_QMARK] = ACTIONS(4120), + [anon_sym_BANG] = ACTIONS(4120), + [anon_sym_go] = ACTIONS(4120), + [anon_sym_spawn] = ACTIONS(4120), + [anon_sym_json_DOTdecode] = ACTIONS(4120), + [anon_sym_LBRACK2] = ACTIONS(4120), + [anon_sym_TILDE] = ACTIONS(4120), + [anon_sym_CARET] = ACTIONS(4120), + [anon_sym_AMP] = ACTIONS(4120), + [anon_sym_LT_DASH] = ACTIONS(4120), + [sym_none] = ACTIONS(4120), + [sym_true] = ACTIONS(4120), + [sym_false] = ACTIONS(4120), + [sym_nil] = ACTIONS(4120), + [anon_sym_if] = ACTIONS(4120), + [anon_sym_DOLLARif] = ACTIONS(4120), + [anon_sym_match] = ACTIONS(4120), + [anon_sym_select] = ACTIONS(4120), + [anon_sym_lock] = ACTIONS(4120), + [anon_sym_rlock] = ACTIONS(4120), + [anon_sym_unsafe] = ACTIONS(4120), + [anon_sym_sql] = ACTIONS(4120), + [sym_int_literal] = ACTIONS(4120), + [sym_float_literal] = ACTIONS(4120), + [sym_rune_literal] = ACTIONS(4120), + [sym_pseudo_compile_time_identifier] = ACTIONS(4120), + [anon_sym_shared] = ACTIONS(4120), + [anon_sym_map_LBRACK] = ACTIONS(4120), + [anon_sym_chan] = ACTIONS(4120), + [anon_sym_thread] = ACTIONS(4120), + [anon_sym_atomic] = ACTIONS(4120), + [anon_sym_assert] = ACTIONS(4120), + [anon_sym_defer] = ACTIONS(4120), + [anon_sym_goto] = ACTIONS(4120), + [anon_sym_break] = ACTIONS(4120), + [anon_sym_continue] = ACTIONS(4120), + [anon_sym_return] = ACTIONS(4120), + [anon_sym_DOLLARfor] = ACTIONS(4120), + [anon_sym_for] = ACTIONS(4120), + [anon_sym_POUND] = ACTIONS(4120), + [anon_sym_asm] = ACTIONS(4120), + [anon_sym_AT_LBRACK] = ACTIONS(4120), + [sym___double_quote] = ACTIONS(4120), + [sym___single_quote] = ACTIONS(4120), + [sym___c_double_quote] = ACTIONS(4120), + [sym___c_single_quote] = ACTIONS(4120), + [sym___r_double_quote] = ACTIONS(4120), + [sym___r_single_quote] = ACTIONS(4120), }, [1472] = { [sym_line_comment] = STATE(1472), [sym_block_comment] = STATE(1472), - [ts_builtin_sym_end] = ACTIONS(3425), - [sym_identifier] = ACTIONS(3427), - [anon_sym_LF] = ACTIONS(3427), - [anon_sym_CR] = ACTIONS(3427), - [anon_sym_CR_LF] = ACTIONS(3427), + [sym_reference_expression] = STATE(4491), + [sym_type_reference_expression] = STATE(2501), + [sym_plain_type] = STATE(2553), + [sym__plain_type_without_special] = STATE(2642), + [sym_anon_struct_type] = STATE(2603), + [sym_multi_return_type] = STATE(2642), + [sym_result_type] = STATE(2642), + [sym_option_type] = STATE(2642), + [sym_qualified_type] = STATE(2501), + [sym_fixed_array_type] = STATE(2603), + [sym_array_type] = STATE(2603), + [sym_pointer_type] = STATE(2603), + [sym_wrong_pointer_type] = STATE(2603), + [sym_map_type] = STATE(2603), + [sym_channel_type] = STATE(2603), + [sym_shared_type] = STATE(2603), + [sym_thread_type] = STATE(2603), + [sym_atomic_type] = STATE(2603), + [sym_generic_type] = STATE(2603), + [sym_function_type] = STATE(2603), + [sym_identifier] = ACTIONS(4070), + [anon_sym_LF] = ACTIONS(567), + [anon_sym_CR] = ACTIONS(567), + [anon_sym_CR_LF] = ACTIONS(567), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3427), - [anon_sym_LBRACE] = ACTIONS(3427), - [anon_sym_const] = ACTIONS(3427), - [anon_sym_LPAREN] = ACTIONS(3427), - [anon_sym___global] = ACTIONS(3427), - [anon_sym_type] = ACTIONS(3427), - [anon_sym_PIPE] = ACTIONS(3427), - [anon_sym_fn] = ACTIONS(3427), - [anon_sym_PLUS] = ACTIONS(3427), - [anon_sym_DASH] = ACTIONS(3427), - [anon_sym_STAR] = ACTIONS(3427), - [anon_sym_struct] = ACTIONS(3427), - [anon_sym_union] = ACTIONS(3427), - [anon_sym_pub] = ACTIONS(3427), - [anon_sym_mut] = ACTIONS(3427), - [anon_sym_enum] = ACTIONS(3427), - [anon_sym_interface] = ACTIONS(3427), - [anon_sym_QMARK] = ACTIONS(3427), - [anon_sym_BANG] = ACTIONS(3427), - [anon_sym_go] = ACTIONS(3427), - [anon_sym_spawn] = ACTIONS(3427), - [anon_sym_json_DOTdecode] = ACTIONS(3427), - [anon_sym_LBRACK2] = ACTIONS(3427), - [anon_sym_TILDE] = ACTIONS(3427), - [anon_sym_CARET] = ACTIONS(3427), - [anon_sym_AMP] = ACTIONS(3427), - [anon_sym_LT_DASH] = ACTIONS(3427), - [sym_none] = ACTIONS(3427), - [sym_true] = ACTIONS(3427), - [sym_false] = ACTIONS(3427), - [sym_nil] = ACTIONS(3427), - [anon_sym_if] = ACTIONS(3427), - [anon_sym_DOLLARif] = ACTIONS(3427), - [anon_sym_match] = ACTIONS(3427), - [anon_sym_select] = ACTIONS(3427), - [anon_sym_lock] = ACTIONS(3427), - [anon_sym_rlock] = ACTIONS(3427), - [anon_sym_unsafe] = ACTIONS(3427), - [anon_sym_sql] = ACTIONS(3427), - [sym_int_literal] = ACTIONS(3427), - [sym_float_literal] = ACTIONS(3427), - [sym_rune_literal] = ACTIONS(3427), - [sym_pseudo_compile_time_identifier] = ACTIONS(3427), - [anon_sym_shared] = ACTIONS(3427), - [anon_sym_map_LBRACK] = ACTIONS(3427), - [anon_sym_chan] = ACTIONS(3427), - [anon_sym_thread] = ACTIONS(3427), - [anon_sym_atomic] = ACTIONS(3427), - [anon_sym_assert] = ACTIONS(3427), - [anon_sym_defer] = ACTIONS(3427), - [anon_sym_goto] = ACTIONS(3427), - [anon_sym_break] = ACTIONS(3427), - [anon_sym_continue] = ACTIONS(3427), - [anon_sym_return] = ACTIONS(3427), - [anon_sym_DOLLARfor] = ACTIONS(3427), - [anon_sym_for] = ACTIONS(3427), - [anon_sym_POUND] = ACTIONS(3427), - [anon_sym_asm] = ACTIONS(3427), - [anon_sym_AT_LBRACK] = ACTIONS(3427), - [sym___double_quote] = ACTIONS(3427), - [sym___single_quote] = ACTIONS(3427), - [sym___c_double_quote] = ACTIONS(3427), - [sym___c_single_quote] = ACTIONS(3427), - [sym___r_double_quote] = ACTIONS(3427), - [sym___r_single_quote] = ACTIONS(3427), + [anon_sym_SEMI] = ACTIONS(567), + [anon_sym_DOT] = ACTIONS(567), + [anon_sym_as] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_RBRACE] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(4072), + [anon_sym_PIPE] = ACTIONS(567), + [anon_sym_fn] = ACTIONS(4074), + [anon_sym_PLUS] = ACTIONS(567), + [anon_sym_DASH] = ACTIONS(567), + [anon_sym_STAR] = ACTIONS(4076), + [anon_sym_SLASH] = ACTIONS(567), + [anon_sym_PERCENT] = ACTIONS(567), + [anon_sym_LT] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(567), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_GT_EQ] = ACTIONS(567), + [anon_sym_LBRACK] = ACTIONS(563), + [anon_sym_struct] = ACTIONS(4078), + [anon_sym_PLUS_PLUS] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(567), + [anon_sym_QMARK] = ACTIONS(4080), + [anon_sym_BANG] = ACTIONS(4082), + [anon_sym_LBRACK2] = ACTIONS(4084), + [anon_sym_CARET] = ACTIONS(567), + [anon_sym_AMP] = ACTIONS(4086), + [anon_sym_LT_LT] = ACTIONS(567), + [anon_sym_GT_GT] = ACTIONS(567), + [anon_sym_GT_GT_GT] = ACTIONS(567), + [anon_sym_AMP_CARET] = ACTIONS(567), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_or] = ACTIONS(567), + [anon_sym_QMARK_DOT] = ACTIONS(567), + [anon_sym_POUND_LBRACK] = ACTIONS(567), + [anon_sym_is] = ACTIONS(567), + [anon_sym_BANGis] = ACTIONS(567), + [anon_sym_in] = ACTIONS(567), + [anon_sym_BANGin] = ACTIONS(567), + [anon_sym_shared] = ACTIONS(4088), + [anon_sym_map_LBRACK] = ACTIONS(4090), + [anon_sym_chan] = ACTIONS(4092), + [anon_sym_thread] = ACTIONS(4094), + [anon_sym_atomic] = ACTIONS(4096), }, [1473] = { [sym_line_comment] = STATE(1473), [sym_block_comment] = STATE(1473), - [ts_builtin_sym_end] = ACTIONS(2791), - [sym_identifier] = ACTIONS(2793), - [anon_sym_LF] = ACTIONS(2793), - [anon_sym_CR] = ACTIONS(2793), - [anon_sym_CR_LF] = ACTIONS(2793), + [sym_block] = STATE(1601), + [ts_builtin_sym_end] = ACTIONS(4122), + [sym_identifier] = ACTIONS(4124), + [anon_sym_LF] = ACTIONS(4124), + [anon_sym_CR] = ACTIONS(4124), + [anon_sym_CR_LF] = ACTIONS(4124), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2793), - [anon_sym___global] = ACTIONS(2793), - [anon_sym_type] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_fn] = ACTIONS(2793), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_pub] = ACTIONS(2793), - [anon_sym_mut] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_interface] = ACTIONS(2793), - [anon_sym_QMARK] = ACTIONS(2793), - [anon_sym_BANG] = ACTIONS(2793), - [anon_sym_go] = ACTIONS(2793), - [anon_sym_spawn] = ACTIONS(2793), - [anon_sym_json_DOTdecode] = ACTIONS(2793), - [anon_sym_LBRACK2] = ACTIONS(2793), - [anon_sym_TILDE] = ACTIONS(2793), - [anon_sym_CARET] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_LT_DASH] = ACTIONS(2793), - [sym_none] = ACTIONS(2793), - [sym_true] = ACTIONS(2793), - [sym_false] = ACTIONS(2793), - [sym_nil] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_DOLLARif] = ACTIONS(2793), - [anon_sym_match] = ACTIONS(2793), - [anon_sym_select] = ACTIONS(2793), - [anon_sym_lock] = ACTIONS(2793), - [anon_sym_rlock] = ACTIONS(2793), - [anon_sym_unsafe] = ACTIONS(2793), - [anon_sym_sql] = ACTIONS(2793), - [sym_int_literal] = ACTIONS(2793), - [sym_float_literal] = ACTIONS(2793), - [sym_rune_literal] = ACTIONS(2793), - [sym_pseudo_compile_time_identifier] = ACTIONS(2793), - [anon_sym_shared] = ACTIONS(2793), - [anon_sym_map_LBRACK] = ACTIONS(2793), - [anon_sym_chan] = ACTIONS(2793), - [anon_sym_thread] = ACTIONS(2793), - [anon_sym_atomic] = ACTIONS(2793), - [anon_sym_assert] = ACTIONS(2793), - [anon_sym_defer] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_DOLLARfor] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_POUND] = ACTIONS(2793), - [anon_sym_asm] = ACTIONS(2793), - [anon_sym_AT_LBRACK] = ACTIONS(2793), - [sym___double_quote] = ACTIONS(2793), - [sym___single_quote] = ACTIONS(2793), - [sym___c_double_quote] = ACTIONS(2793), - [sym___c_single_quote] = ACTIONS(2793), - [sym___r_double_quote] = ACTIONS(2793), - [sym___r_single_quote] = ACTIONS(2793), + [anon_sym_DOT] = ACTIONS(4124), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4124), + [anon_sym_LPAREN] = ACTIONS(4124), + [anon_sym___global] = ACTIONS(4124), + [anon_sym_type] = ACTIONS(4124), + [anon_sym_fn] = ACTIONS(4124), + [anon_sym_PLUS] = ACTIONS(4124), + [anon_sym_DASH] = ACTIONS(4124), + [anon_sym_STAR] = ACTIONS(4124), + [anon_sym_struct] = ACTIONS(4124), + [anon_sym_union] = ACTIONS(4124), + [anon_sym_pub] = ACTIONS(4124), + [anon_sym_mut] = ACTIONS(4124), + [anon_sym_enum] = ACTIONS(4124), + [anon_sym_interface] = ACTIONS(4124), + [anon_sym_QMARK] = ACTIONS(4124), + [anon_sym_BANG] = ACTIONS(4124), + [anon_sym_go] = ACTIONS(4124), + [anon_sym_spawn] = ACTIONS(4124), + [anon_sym_json_DOTdecode] = ACTIONS(4124), + [anon_sym_LBRACK2] = ACTIONS(4124), + [anon_sym_TILDE] = ACTIONS(4124), + [anon_sym_CARET] = ACTIONS(4124), + [anon_sym_AMP] = ACTIONS(4124), + [anon_sym_LT_DASH] = ACTIONS(4124), + [sym_none] = ACTIONS(4124), + [sym_true] = ACTIONS(4124), + [sym_false] = ACTIONS(4124), + [sym_nil] = ACTIONS(4124), + [anon_sym_if] = ACTIONS(4124), + [anon_sym_DOLLARif] = ACTIONS(4124), + [anon_sym_match] = ACTIONS(4124), + [anon_sym_select] = ACTIONS(4124), + [anon_sym_lock] = ACTIONS(4124), + [anon_sym_rlock] = ACTIONS(4124), + [anon_sym_unsafe] = ACTIONS(4124), + [anon_sym_sql] = ACTIONS(4124), + [sym_int_literal] = ACTIONS(4124), + [sym_float_literal] = ACTIONS(4124), + [sym_rune_literal] = ACTIONS(4124), + [sym_pseudo_compile_time_identifier] = ACTIONS(4124), + [anon_sym_shared] = ACTIONS(4124), + [anon_sym_map_LBRACK] = ACTIONS(4124), + [anon_sym_chan] = ACTIONS(4124), + [anon_sym_thread] = ACTIONS(4124), + [anon_sym_atomic] = ACTIONS(4124), + [anon_sym_assert] = ACTIONS(4124), + [anon_sym_defer] = ACTIONS(4124), + [anon_sym_goto] = ACTIONS(4124), + [anon_sym_break] = ACTIONS(4124), + [anon_sym_continue] = ACTIONS(4124), + [anon_sym_return] = ACTIONS(4124), + [anon_sym_DOLLARfor] = ACTIONS(4124), + [anon_sym_for] = ACTIONS(4124), + [anon_sym_POUND] = ACTIONS(4124), + [anon_sym_asm] = ACTIONS(4124), + [anon_sym_AT_LBRACK] = ACTIONS(4124), + [sym___double_quote] = ACTIONS(4124), + [sym___single_quote] = ACTIONS(4124), + [sym___c_double_quote] = ACTIONS(4124), + [sym___c_single_quote] = ACTIONS(4124), + [sym___r_double_quote] = ACTIONS(4124), + [sym___r_single_quote] = ACTIONS(4124), }, [1474] = { [sym_line_comment] = STATE(1474), [sym_block_comment] = STATE(1474), [sym_block] = STATE(1602), - [ts_builtin_sym_end] = ACTIONS(4120), - [sym_identifier] = ACTIONS(4122), - [anon_sym_LF] = ACTIONS(4122), - [anon_sym_CR] = ACTIONS(4122), - [anon_sym_CR_LF] = ACTIONS(4122), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4122), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4122), - [anon_sym_LPAREN] = ACTIONS(4122), - [anon_sym___global] = ACTIONS(4122), - [anon_sym_type] = ACTIONS(4122), - [anon_sym_fn] = ACTIONS(4122), - [anon_sym_PLUS] = ACTIONS(4122), - [anon_sym_DASH] = ACTIONS(4122), - [anon_sym_STAR] = ACTIONS(4122), - [anon_sym_struct] = ACTIONS(4122), - [anon_sym_union] = ACTIONS(4122), - [anon_sym_pub] = ACTIONS(4122), - [anon_sym_mut] = ACTIONS(4122), - [anon_sym_enum] = ACTIONS(4122), - [anon_sym_interface] = ACTIONS(4122), - [anon_sym_QMARK] = ACTIONS(4122), - [anon_sym_BANG] = ACTIONS(4122), - [anon_sym_go] = ACTIONS(4122), - [anon_sym_spawn] = ACTIONS(4122), - [anon_sym_json_DOTdecode] = ACTIONS(4122), - [anon_sym_LBRACK2] = ACTIONS(4122), - [anon_sym_TILDE] = ACTIONS(4122), - [anon_sym_CARET] = ACTIONS(4122), - [anon_sym_AMP] = ACTIONS(4122), - [anon_sym_LT_DASH] = ACTIONS(4122), - [sym_none] = ACTIONS(4122), - [sym_true] = ACTIONS(4122), - [sym_false] = ACTIONS(4122), - [sym_nil] = ACTIONS(4122), - [anon_sym_if] = ACTIONS(4122), - [anon_sym_DOLLARif] = ACTIONS(4122), - [anon_sym_match] = ACTIONS(4122), - [anon_sym_select] = ACTIONS(4122), - [anon_sym_lock] = ACTIONS(4122), - [anon_sym_rlock] = ACTIONS(4122), - [anon_sym_unsafe] = ACTIONS(4122), - [anon_sym_sql] = ACTIONS(4122), - [sym_int_literal] = ACTIONS(4122), - [sym_float_literal] = ACTIONS(4122), - [sym_rune_literal] = ACTIONS(4122), - [sym_pseudo_compile_time_identifier] = ACTIONS(4122), - [anon_sym_shared] = ACTIONS(4122), - [anon_sym_map_LBRACK] = ACTIONS(4122), - [anon_sym_chan] = ACTIONS(4122), - [anon_sym_thread] = ACTIONS(4122), - [anon_sym_atomic] = ACTIONS(4122), - [anon_sym_assert] = ACTIONS(4122), - [anon_sym_defer] = ACTIONS(4122), - [anon_sym_goto] = ACTIONS(4122), - [anon_sym_break] = ACTIONS(4122), - [anon_sym_continue] = ACTIONS(4122), - [anon_sym_return] = ACTIONS(4122), - [anon_sym_DOLLARfor] = ACTIONS(4122), - [anon_sym_for] = ACTIONS(4122), - [anon_sym_POUND] = ACTIONS(4122), - [anon_sym_asm] = ACTIONS(4122), - [anon_sym_AT_LBRACK] = ACTIONS(4122), - [sym___double_quote] = ACTIONS(4122), - [sym___single_quote] = ACTIONS(4122), - [sym___c_double_quote] = ACTIONS(4122), - [sym___c_single_quote] = ACTIONS(4122), - [sym___r_double_quote] = ACTIONS(4122), - [sym___r_single_quote] = ACTIONS(4122), - }, - [1475] = { - [sym_line_comment] = STATE(1475), - [sym_block_comment] = STATE(1475), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), - [anon_sym_LF] = ACTIONS(607), - [anon_sym_CR] = ACTIONS(607), - [anon_sym_CR_LF] = ACTIONS(607), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_SEMI] = ACTIONS(607), - [anon_sym_DOT] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_COMMA] = ACTIONS(607), - [anon_sym_RBRACE] = ACTIONS(607), - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(613), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(607), - [anon_sym_BANG_EQ] = ACTIONS(607), - [anon_sym_LT_EQ] = ACTIONS(607), - [anon_sym_GT_EQ] = ACTIONS(607), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(607), - [anon_sym_DASH_DASH] = ACTIONS(607), - [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(4124), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(607), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_LT] = ACTIONS(607), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(607), - [anon_sym_AMP_CARET] = ACTIONS(607), - [anon_sym_AMP_AMP] = ACTIONS(607), - [anon_sym_PIPE_PIPE] = ACTIONS(607), - [anon_sym_or] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(607), - [anon_sym_POUND_LBRACK] = ACTIONS(607), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(607), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(607), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(549), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - }, - [1476] = { - [sym_line_comment] = STATE(1476), - [sym_block_comment] = STATE(1476), - [sym_block] = STATE(1572), [ts_builtin_sym_end] = ACTIONS(4126), [sym_identifier] = ACTIONS(4128), [anon_sym_LF] = ACTIONS(4128), @@ -182084,7 +181989,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4050), + [anon_sym_LBRACE] = ACTIONS(4068), [anon_sym_const] = ACTIONS(4128), [anon_sym_LPAREN] = ACTIONS(4128), [anon_sym___global] = ACTIONS(4128), @@ -182148,314 +182053,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4128), [sym___r_single_quote] = ACTIONS(4128), }, - [1477] = { - [sym_line_comment] = STATE(1477), - [sym_block_comment] = STATE(1477), - [ts_builtin_sym_end] = ACTIONS(3261), - [sym_identifier] = ACTIONS(3263), - [anon_sym_LF] = ACTIONS(3263), - [anon_sym_CR] = ACTIONS(3263), - [anon_sym_CR_LF] = ACTIONS(3263), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3263), - [anon_sym_LBRACE] = ACTIONS(3263), - [anon_sym_const] = ACTIONS(3263), - [anon_sym_LPAREN] = ACTIONS(3263), - [anon_sym___global] = ACTIONS(3263), - [anon_sym_type] = ACTIONS(3263), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_fn] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(3263), - [anon_sym_DASH] = ACTIONS(3263), - [anon_sym_STAR] = ACTIONS(3263), - [anon_sym_struct] = ACTIONS(3263), - [anon_sym_union] = ACTIONS(3263), - [anon_sym_pub] = ACTIONS(3263), - [anon_sym_mut] = ACTIONS(3263), - [anon_sym_enum] = ACTIONS(3263), - [anon_sym_interface] = ACTIONS(3263), - [anon_sym_QMARK] = ACTIONS(3263), - [anon_sym_BANG] = ACTIONS(3263), - [anon_sym_go] = ACTIONS(3263), - [anon_sym_spawn] = ACTIONS(3263), - [anon_sym_json_DOTdecode] = ACTIONS(3263), - [anon_sym_LBRACK2] = ACTIONS(3263), - [anon_sym_TILDE] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_AMP] = ACTIONS(3263), - [anon_sym_LT_DASH] = ACTIONS(3263), - [sym_none] = ACTIONS(3263), - [sym_true] = ACTIONS(3263), - [sym_false] = ACTIONS(3263), - [sym_nil] = ACTIONS(3263), - [anon_sym_if] = ACTIONS(3263), - [anon_sym_DOLLARif] = ACTIONS(3263), - [anon_sym_match] = ACTIONS(3263), - [anon_sym_select] = ACTIONS(3263), - [anon_sym_lock] = ACTIONS(3263), - [anon_sym_rlock] = ACTIONS(3263), - [anon_sym_unsafe] = ACTIONS(3263), - [anon_sym_sql] = ACTIONS(3263), - [sym_int_literal] = ACTIONS(3263), - [sym_float_literal] = ACTIONS(3263), - [sym_rune_literal] = ACTIONS(3263), - [sym_pseudo_compile_time_identifier] = ACTIONS(3263), - [anon_sym_shared] = ACTIONS(3263), - [anon_sym_map_LBRACK] = ACTIONS(3263), - [anon_sym_chan] = ACTIONS(3263), - [anon_sym_thread] = ACTIONS(3263), - [anon_sym_atomic] = ACTIONS(3263), - [anon_sym_assert] = ACTIONS(3263), - [anon_sym_defer] = ACTIONS(3263), - [anon_sym_goto] = ACTIONS(3263), - [anon_sym_break] = ACTIONS(3263), - [anon_sym_continue] = ACTIONS(3263), - [anon_sym_return] = ACTIONS(3263), - [anon_sym_DOLLARfor] = ACTIONS(3263), - [anon_sym_for] = ACTIONS(3263), - [anon_sym_POUND] = ACTIONS(3263), - [anon_sym_asm] = ACTIONS(3263), - [anon_sym_AT_LBRACK] = ACTIONS(3263), - [sym___double_quote] = ACTIONS(3263), - [sym___single_quote] = ACTIONS(3263), - [sym___c_double_quote] = ACTIONS(3263), - [sym___c_single_quote] = ACTIONS(3263), - [sym___r_double_quote] = ACTIONS(3263), - [sym___r_single_quote] = ACTIONS(3263), - }, - [1478] = { - [sym_line_comment] = STATE(1478), - [sym_block_comment] = STATE(1478), - [ts_builtin_sym_end] = ACTIONS(3257), - [sym_identifier] = ACTIONS(3259), - [anon_sym_LF] = ACTIONS(3259), - [anon_sym_CR] = ACTIONS(3259), - [anon_sym_CR_LF] = ACTIONS(3259), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(3259), - [anon_sym_const] = ACTIONS(3259), - [anon_sym_LPAREN] = ACTIONS(3259), - [anon_sym___global] = ACTIONS(3259), - [anon_sym_type] = ACTIONS(3259), - [anon_sym_PIPE] = ACTIONS(3259), - [anon_sym_fn] = ACTIONS(3259), - [anon_sym_PLUS] = ACTIONS(3259), - [anon_sym_DASH] = ACTIONS(3259), - [anon_sym_STAR] = ACTIONS(3259), - [anon_sym_struct] = ACTIONS(3259), - [anon_sym_union] = ACTIONS(3259), - [anon_sym_pub] = ACTIONS(3259), - [anon_sym_mut] = ACTIONS(3259), - [anon_sym_enum] = ACTIONS(3259), - [anon_sym_interface] = ACTIONS(3259), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3259), - [anon_sym_go] = ACTIONS(3259), - [anon_sym_spawn] = ACTIONS(3259), - [anon_sym_json_DOTdecode] = ACTIONS(3259), - [anon_sym_LBRACK2] = ACTIONS(3259), - [anon_sym_TILDE] = ACTIONS(3259), - [anon_sym_CARET] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3259), - [anon_sym_LT_DASH] = ACTIONS(3259), - [sym_none] = ACTIONS(3259), - [sym_true] = ACTIONS(3259), - [sym_false] = ACTIONS(3259), - [sym_nil] = ACTIONS(3259), - [anon_sym_if] = ACTIONS(3259), - [anon_sym_DOLLARif] = ACTIONS(3259), - [anon_sym_match] = ACTIONS(3259), - [anon_sym_select] = ACTIONS(3259), - [anon_sym_lock] = ACTIONS(3259), - [anon_sym_rlock] = ACTIONS(3259), - [anon_sym_unsafe] = ACTIONS(3259), - [anon_sym_sql] = ACTIONS(3259), - [sym_int_literal] = ACTIONS(3259), - [sym_float_literal] = ACTIONS(3259), - [sym_rune_literal] = ACTIONS(3259), - [sym_pseudo_compile_time_identifier] = ACTIONS(3259), - [anon_sym_shared] = ACTIONS(3259), - [anon_sym_map_LBRACK] = ACTIONS(3259), - [anon_sym_chan] = ACTIONS(3259), - [anon_sym_thread] = ACTIONS(3259), - [anon_sym_atomic] = ACTIONS(3259), - [anon_sym_assert] = ACTIONS(3259), - [anon_sym_defer] = ACTIONS(3259), - [anon_sym_goto] = ACTIONS(3259), - [anon_sym_break] = ACTIONS(3259), - [anon_sym_continue] = ACTIONS(3259), - [anon_sym_return] = ACTIONS(3259), - [anon_sym_DOLLARfor] = ACTIONS(3259), - [anon_sym_for] = ACTIONS(3259), - [anon_sym_POUND] = ACTIONS(3259), - [anon_sym_asm] = ACTIONS(3259), - [anon_sym_AT_LBRACK] = ACTIONS(3259), - [sym___double_quote] = ACTIONS(3259), - [sym___single_quote] = ACTIONS(3259), - [sym___c_double_quote] = ACTIONS(3259), - [sym___c_single_quote] = ACTIONS(3259), - [sym___r_double_quote] = ACTIONS(3259), - [sym___r_single_quote] = ACTIONS(3259), - }, - [1479] = { - [sym_line_comment] = STATE(1479), - [sym_block_comment] = STATE(1479), - [ts_builtin_sym_end] = ACTIONS(3253), - [sym_identifier] = ACTIONS(3255), - [anon_sym_LF] = ACTIONS(3255), - [anon_sym_CR] = ACTIONS(3255), - [anon_sym_CR_LF] = ACTIONS(3255), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3255), - [anon_sym_LBRACE] = ACTIONS(3255), - [anon_sym_const] = ACTIONS(3255), - [anon_sym_LPAREN] = ACTIONS(3255), - [anon_sym___global] = ACTIONS(3255), - [anon_sym_type] = ACTIONS(3255), - [anon_sym_PIPE] = ACTIONS(3255), - [anon_sym_fn] = ACTIONS(3255), - [anon_sym_PLUS] = ACTIONS(3255), - [anon_sym_DASH] = ACTIONS(3255), - [anon_sym_STAR] = ACTIONS(3255), - [anon_sym_struct] = ACTIONS(3255), - [anon_sym_union] = ACTIONS(3255), - [anon_sym_pub] = ACTIONS(3255), - [anon_sym_mut] = ACTIONS(3255), - [anon_sym_enum] = ACTIONS(3255), - [anon_sym_interface] = ACTIONS(3255), - [anon_sym_QMARK] = ACTIONS(3255), - [anon_sym_BANG] = ACTIONS(3255), - [anon_sym_go] = ACTIONS(3255), - [anon_sym_spawn] = ACTIONS(3255), - [anon_sym_json_DOTdecode] = ACTIONS(3255), - [anon_sym_LBRACK2] = ACTIONS(3255), - [anon_sym_TILDE] = ACTIONS(3255), - [anon_sym_CARET] = ACTIONS(3255), - [anon_sym_AMP] = ACTIONS(3255), - [anon_sym_LT_DASH] = ACTIONS(3255), - [sym_none] = ACTIONS(3255), - [sym_true] = ACTIONS(3255), - [sym_false] = ACTIONS(3255), - [sym_nil] = ACTIONS(3255), - [anon_sym_if] = ACTIONS(3255), - [anon_sym_DOLLARif] = ACTIONS(3255), - [anon_sym_match] = ACTIONS(3255), - [anon_sym_select] = ACTIONS(3255), - [anon_sym_lock] = ACTIONS(3255), - [anon_sym_rlock] = ACTIONS(3255), - [anon_sym_unsafe] = ACTIONS(3255), - [anon_sym_sql] = ACTIONS(3255), - [sym_int_literal] = ACTIONS(3255), - [sym_float_literal] = ACTIONS(3255), - [sym_rune_literal] = ACTIONS(3255), - [sym_pseudo_compile_time_identifier] = ACTIONS(3255), - [anon_sym_shared] = ACTIONS(3255), - [anon_sym_map_LBRACK] = ACTIONS(3255), - [anon_sym_chan] = ACTIONS(3255), - [anon_sym_thread] = ACTIONS(3255), - [anon_sym_atomic] = ACTIONS(3255), - [anon_sym_assert] = ACTIONS(3255), - [anon_sym_defer] = ACTIONS(3255), - [anon_sym_goto] = ACTIONS(3255), - [anon_sym_break] = ACTIONS(3255), - [anon_sym_continue] = ACTIONS(3255), - [anon_sym_return] = ACTIONS(3255), - [anon_sym_DOLLARfor] = ACTIONS(3255), - [anon_sym_for] = ACTIONS(3255), - [anon_sym_POUND] = ACTIONS(3255), - [anon_sym_asm] = ACTIONS(3255), - [anon_sym_AT_LBRACK] = ACTIONS(3255), - [sym___double_quote] = ACTIONS(3255), - [sym___single_quote] = ACTIONS(3255), - [sym___c_double_quote] = ACTIONS(3255), - [sym___c_single_quote] = ACTIONS(3255), - [sym___r_double_quote] = ACTIONS(3255), - [sym___r_single_quote] = ACTIONS(3255), - }, - [1480] = { - [sym_line_comment] = STATE(1480), - [sym_block_comment] = STATE(1480), - [ts_builtin_sym_end] = ACTIONS(3421), - [sym_identifier] = ACTIONS(3423), - [anon_sym_LF] = ACTIONS(3423), - [anon_sym_CR] = ACTIONS(3423), - [anon_sym_CR_LF] = ACTIONS(3423), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3423), - [anon_sym_LBRACE] = ACTIONS(3423), - [anon_sym_const] = ACTIONS(3423), - [anon_sym_LPAREN] = ACTIONS(3423), - [anon_sym___global] = ACTIONS(3423), - [anon_sym_type] = ACTIONS(3423), - [anon_sym_PIPE] = ACTIONS(3423), - [anon_sym_fn] = ACTIONS(3423), - [anon_sym_PLUS] = ACTIONS(3423), - [anon_sym_DASH] = ACTIONS(3423), - [anon_sym_STAR] = ACTIONS(3423), - [anon_sym_struct] = ACTIONS(3423), - [anon_sym_union] = ACTIONS(3423), - [anon_sym_pub] = ACTIONS(3423), - [anon_sym_mut] = ACTIONS(3423), - [anon_sym_enum] = ACTIONS(3423), - [anon_sym_interface] = ACTIONS(3423), - [anon_sym_QMARK] = ACTIONS(3423), - [anon_sym_BANG] = ACTIONS(3423), - [anon_sym_go] = ACTIONS(3423), - [anon_sym_spawn] = ACTIONS(3423), - [anon_sym_json_DOTdecode] = ACTIONS(3423), - [anon_sym_LBRACK2] = ACTIONS(3423), - [anon_sym_TILDE] = ACTIONS(3423), - [anon_sym_CARET] = ACTIONS(3423), - [anon_sym_AMP] = ACTIONS(3423), - [anon_sym_LT_DASH] = ACTIONS(3423), - [sym_none] = ACTIONS(3423), - [sym_true] = ACTIONS(3423), - [sym_false] = ACTIONS(3423), - [sym_nil] = ACTIONS(3423), - [anon_sym_if] = ACTIONS(3423), - [anon_sym_DOLLARif] = ACTIONS(3423), - [anon_sym_match] = ACTIONS(3423), - [anon_sym_select] = ACTIONS(3423), - [anon_sym_lock] = ACTIONS(3423), - [anon_sym_rlock] = ACTIONS(3423), - [anon_sym_unsafe] = ACTIONS(3423), - [anon_sym_sql] = ACTIONS(3423), - [sym_int_literal] = ACTIONS(3423), - [sym_float_literal] = ACTIONS(3423), - [sym_rune_literal] = ACTIONS(3423), - [sym_pseudo_compile_time_identifier] = ACTIONS(3423), - [anon_sym_shared] = ACTIONS(3423), - [anon_sym_map_LBRACK] = ACTIONS(3423), - [anon_sym_chan] = ACTIONS(3423), - [anon_sym_thread] = ACTIONS(3423), - [anon_sym_atomic] = ACTIONS(3423), - [anon_sym_assert] = ACTIONS(3423), - [anon_sym_defer] = ACTIONS(3423), - [anon_sym_goto] = ACTIONS(3423), - [anon_sym_break] = ACTIONS(3423), - [anon_sym_continue] = ACTIONS(3423), - [anon_sym_return] = ACTIONS(3423), - [anon_sym_DOLLARfor] = ACTIONS(3423), - [anon_sym_for] = ACTIONS(3423), - [anon_sym_POUND] = ACTIONS(3423), - [anon_sym_asm] = ACTIONS(3423), - [anon_sym_AT_LBRACK] = ACTIONS(3423), - [sym___double_quote] = ACTIONS(3423), - [sym___single_quote] = ACTIONS(3423), - [sym___c_double_quote] = ACTIONS(3423), - [sym___c_single_quote] = ACTIONS(3423), - [sym___r_double_quote] = ACTIONS(3423), - [sym___r_single_quote] = ACTIONS(3423), - }, - [1481] = { - [sym_line_comment] = STATE(1481), - [sym_block_comment] = STATE(1481), - [sym_block] = STATE(1576), + [1475] = { + [sym_line_comment] = STATE(1475), + [sym_block_comment] = STATE(1475), + [sym_block] = STATE(1611), [ts_builtin_sym_end] = ACTIONS(4130), [sym_identifier] = ACTIONS(4132), [anon_sym_LF] = ACTIONS(4132), @@ -182464,7 +182065,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(4132), - [anon_sym_LBRACE] = ACTIONS(4050), + [anon_sym_LBRACE] = ACTIONS(4068), [anon_sym_const] = ACTIONS(4132), [anon_sym_LPAREN] = ACTIONS(4132), [anon_sym___global] = ACTIONS(4132), @@ -182528,10 +182129,238 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4132), [sym___r_single_quote] = ACTIONS(4132), }, - [1482] = { - [sym_line_comment] = STATE(1482), - [sym_block_comment] = STATE(1482), - [sym_block] = STATE(1577), + [1476] = { + [sym_line_comment] = STATE(1476), + [sym_block_comment] = STATE(1476), + [ts_builtin_sym_end] = ACTIONS(3017), + [sym_identifier] = ACTIONS(3019), + [anon_sym_LF] = ACTIONS(3019), + [anon_sym_CR] = ACTIONS(3019), + [anon_sym_CR_LF] = ACTIONS(3019), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3019), + [anon_sym_LBRACE] = ACTIONS(3019), + [anon_sym_const] = ACTIONS(3019), + [anon_sym_LPAREN] = ACTIONS(3019), + [anon_sym___global] = ACTIONS(3019), + [anon_sym_type] = ACTIONS(3019), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3019), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_union] = ACTIONS(3019), + [anon_sym_pub] = ACTIONS(3019), + [anon_sym_mut] = ACTIONS(3019), + [anon_sym_enum] = ACTIONS(3019), + [anon_sym_interface] = ACTIONS(3019), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_go] = ACTIONS(3019), + [anon_sym_spawn] = ACTIONS(3019), + [anon_sym_json_DOTdecode] = ACTIONS(3019), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_TILDE] = ACTIONS(3019), + [anon_sym_CARET] = ACTIONS(3019), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_DASH] = ACTIONS(3019), + [sym_none] = ACTIONS(3019), + [sym_true] = ACTIONS(3019), + [sym_false] = ACTIONS(3019), + [sym_nil] = ACTIONS(3019), + [anon_sym_if] = ACTIONS(3019), + [anon_sym_DOLLARif] = ACTIONS(3019), + [anon_sym_match] = ACTIONS(3019), + [anon_sym_select] = ACTIONS(3019), + [anon_sym_lock] = ACTIONS(3019), + [anon_sym_rlock] = ACTIONS(3019), + [anon_sym_unsafe] = ACTIONS(3019), + [anon_sym_sql] = ACTIONS(3019), + [sym_int_literal] = ACTIONS(3019), + [sym_float_literal] = ACTIONS(3019), + [sym_rune_literal] = ACTIONS(3019), + [sym_pseudo_compile_time_identifier] = ACTIONS(3019), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3019), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), + [anon_sym_assert] = ACTIONS(3019), + [anon_sym_defer] = ACTIONS(3019), + [anon_sym_goto] = ACTIONS(3019), + [anon_sym_break] = ACTIONS(3019), + [anon_sym_continue] = ACTIONS(3019), + [anon_sym_return] = ACTIONS(3019), + [anon_sym_DOLLARfor] = ACTIONS(3019), + [anon_sym_for] = ACTIONS(3019), + [anon_sym_POUND] = ACTIONS(3019), + [anon_sym_asm] = ACTIONS(3019), + [anon_sym_AT_LBRACK] = ACTIONS(3019), + [sym___double_quote] = ACTIONS(3019), + [sym___single_quote] = ACTIONS(3019), + [sym___c_double_quote] = ACTIONS(3019), + [sym___c_single_quote] = ACTIONS(3019), + [sym___r_double_quote] = ACTIONS(3019), + [sym___r_single_quote] = ACTIONS(3019), + }, + [1477] = { + [sym_line_comment] = STATE(1477), + [sym_block_comment] = STATE(1477), + [ts_builtin_sym_end] = ACTIONS(3021), + [sym_identifier] = ACTIONS(3023), + [anon_sym_LF] = ACTIONS(3023), + [anon_sym_CR] = ACTIONS(3023), + [anon_sym_CR_LF] = ACTIONS(3023), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3023), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_const] = ACTIONS(3023), + [anon_sym_LPAREN] = ACTIONS(3023), + [anon_sym___global] = ACTIONS(3023), + [anon_sym_type] = ACTIONS(3023), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_union] = ACTIONS(3023), + [anon_sym_pub] = ACTIONS(3023), + [anon_sym_mut] = ACTIONS(3023), + [anon_sym_enum] = ACTIONS(3023), + [anon_sym_interface] = ACTIONS(3023), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_go] = ACTIONS(3023), + [anon_sym_spawn] = ACTIONS(3023), + [anon_sym_json_DOTdecode] = ACTIONS(3023), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_CARET] = ACTIONS(3023), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_DASH] = ACTIONS(3023), + [sym_none] = ACTIONS(3023), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_nil] = ACTIONS(3023), + [anon_sym_if] = ACTIONS(3023), + [anon_sym_DOLLARif] = ACTIONS(3023), + [anon_sym_match] = ACTIONS(3023), + [anon_sym_select] = ACTIONS(3023), + [anon_sym_lock] = ACTIONS(3023), + [anon_sym_rlock] = ACTIONS(3023), + [anon_sym_unsafe] = ACTIONS(3023), + [anon_sym_sql] = ACTIONS(3023), + [sym_int_literal] = ACTIONS(3023), + [sym_float_literal] = ACTIONS(3023), + [sym_rune_literal] = ACTIONS(3023), + [sym_pseudo_compile_time_identifier] = ACTIONS(3023), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3023), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), + [anon_sym_assert] = ACTIONS(3023), + [anon_sym_defer] = ACTIONS(3023), + [anon_sym_goto] = ACTIONS(3023), + [anon_sym_break] = ACTIONS(3023), + [anon_sym_continue] = ACTIONS(3023), + [anon_sym_return] = ACTIONS(3023), + [anon_sym_DOLLARfor] = ACTIONS(3023), + [anon_sym_for] = ACTIONS(3023), + [anon_sym_POUND] = ACTIONS(3023), + [anon_sym_asm] = ACTIONS(3023), + [anon_sym_AT_LBRACK] = ACTIONS(3023), + [sym___double_quote] = ACTIONS(3023), + [sym___single_quote] = ACTIONS(3023), + [sym___c_double_quote] = ACTIONS(3023), + [sym___c_single_quote] = ACTIONS(3023), + [sym___r_double_quote] = ACTIONS(3023), + [sym___r_single_quote] = ACTIONS(3023), + }, + [1478] = { + [sym_line_comment] = STATE(1478), + [sym_block_comment] = STATE(1478), + [ts_builtin_sym_end] = ACTIONS(3031), + [sym_identifier] = ACTIONS(3033), + [anon_sym_LF] = ACTIONS(3033), + [anon_sym_CR] = ACTIONS(3033), + [anon_sym_CR_LF] = ACTIONS(3033), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3033), + [anon_sym_LBRACE] = ACTIONS(3033), + [anon_sym_const] = ACTIONS(3033), + [anon_sym_LPAREN] = ACTIONS(3033), + [anon_sym___global] = ACTIONS(3033), + [anon_sym_type] = ACTIONS(3033), + [anon_sym_PIPE] = ACTIONS(3033), + [anon_sym_fn] = ACTIONS(3033), + [anon_sym_PLUS] = ACTIONS(3033), + [anon_sym_DASH] = ACTIONS(3033), + [anon_sym_STAR] = ACTIONS(3033), + [anon_sym_struct] = ACTIONS(3033), + [anon_sym_union] = ACTIONS(3033), + [anon_sym_pub] = ACTIONS(3033), + [anon_sym_mut] = ACTIONS(3033), + [anon_sym_enum] = ACTIONS(3033), + [anon_sym_interface] = ACTIONS(3033), + [anon_sym_QMARK] = ACTIONS(3033), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_go] = ACTIONS(3033), + [anon_sym_spawn] = ACTIONS(3033), + [anon_sym_json_DOTdecode] = ACTIONS(3033), + [anon_sym_LBRACK2] = ACTIONS(3033), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_CARET] = ACTIONS(3033), + [anon_sym_AMP] = ACTIONS(3033), + [anon_sym_LT_DASH] = ACTIONS(3033), + [sym_none] = ACTIONS(3033), + [sym_true] = ACTIONS(3033), + [sym_false] = ACTIONS(3033), + [sym_nil] = ACTIONS(3033), + [anon_sym_if] = ACTIONS(3033), + [anon_sym_DOLLARif] = ACTIONS(3033), + [anon_sym_match] = ACTIONS(3033), + [anon_sym_select] = ACTIONS(3033), + [anon_sym_lock] = ACTIONS(3033), + [anon_sym_rlock] = ACTIONS(3033), + [anon_sym_unsafe] = ACTIONS(3033), + [anon_sym_sql] = ACTIONS(3033), + [sym_int_literal] = ACTIONS(3033), + [sym_float_literal] = ACTIONS(3033), + [sym_rune_literal] = ACTIONS(3033), + [sym_pseudo_compile_time_identifier] = ACTIONS(3033), + [anon_sym_shared] = ACTIONS(3033), + [anon_sym_map_LBRACK] = ACTIONS(3033), + [anon_sym_chan] = ACTIONS(3033), + [anon_sym_thread] = ACTIONS(3033), + [anon_sym_atomic] = ACTIONS(3033), + [anon_sym_assert] = ACTIONS(3033), + [anon_sym_defer] = ACTIONS(3033), + [anon_sym_goto] = ACTIONS(3033), + [anon_sym_break] = ACTIONS(3033), + [anon_sym_continue] = ACTIONS(3033), + [anon_sym_return] = ACTIONS(3033), + [anon_sym_DOLLARfor] = ACTIONS(3033), + [anon_sym_for] = ACTIONS(3033), + [anon_sym_POUND] = ACTIONS(3033), + [anon_sym_asm] = ACTIONS(3033), + [anon_sym_AT_LBRACK] = ACTIONS(3033), + [sym___double_quote] = ACTIONS(3033), + [sym___single_quote] = ACTIONS(3033), + [sym___c_double_quote] = ACTIONS(3033), + [sym___c_single_quote] = ACTIONS(3033), + [sym___r_double_quote] = ACTIONS(3033), + [sym___r_single_quote] = ACTIONS(3033), + }, + [1479] = { + [sym_line_comment] = STATE(1479), + [sym_block_comment] = STATE(1479), + [sym_block] = STATE(1606), [ts_builtin_sym_end] = ACTIONS(4134), [sym_identifier] = ACTIONS(4136), [anon_sym_LF] = ACTIONS(4136), @@ -182540,7 +182369,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(4136), - [anon_sym_LBRACE] = ACTIONS(4050), + [anon_sym_LBRACE] = ACTIONS(4068), [anon_sym_const] = ACTIONS(4136), [anon_sym_LPAREN] = ACTIONS(4136), [anon_sym___global] = ACTIONS(4136), @@ -182604,86 +182433,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4136), [sym___r_single_quote] = ACTIONS(4136), }, - [1483] = { - [sym_line_comment] = STATE(1483), - [sym_block_comment] = STATE(1483), - [ts_builtin_sym_end] = ACTIONS(3417), - [sym_identifier] = ACTIONS(3419), - [anon_sym_LF] = ACTIONS(3419), - [anon_sym_CR] = ACTIONS(3419), - [anon_sym_CR_LF] = ACTIONS(3419), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3419), - [anon_sym_LBRACE] = ACTIONS(3419), - [anon_sym_const] = ACTIONS(3419), - [anon_sym_LPAREN] = ACTIONS(3419), - [anon_sym___global] = ACTIONS(3419), - [anon_sym_type] = ACTIONS(3419), - [anon_sym_PIPE] = ACTIONS(3419), - [anon_sym_fn] = ACTIONS(3419), - [anon_sym_PLUS] = ACTIONS(3419), - [anon_sym_DASH] = ACTIONS(3419), - [anon_sym_STAR] = ACTIONS(3419), - [anon_sym_struct] = ACTIONS(3419), - [anon_sym_union] = ACTIONS(3419), - [anon_sym_pub] = ACTIONS(3419), - [anon_sym_mut] = ACTIONS(3419), - [anon_sym_enum] = ACTIONS(3419), - [anon_sym_interface] = ACTIONS(3419), - [anon_sym_QMARK] = ACTIONS(3419), - [anon_sym_BANG] = ACTIONS(3419), - [anon_sym_go] = ACTIONS(3419), - [anon_sym_spawn] = ACTIONS(3419), - [anon_sym_json_DOTdecode] = ACTIONS(3419), - [anon_sym_LBRACK2] = ACTIONS(3419), - [anon_sym_TILDE] = ACTIONS(3419), - [anon_sym_CARET] = ACTIONS(3419), - [anon_sym_AMP] = ACTIONS(3419), - [anon_sym_LT_DASH] = ACTIONS(3419), - [sym_none] = ACTIONS(3419), - [sym_true] = ACTIONS(3419), - [sym_false] = ACTIONS(3419), - [sym_nil] = ACTIONS(3419), - [anon_sym_if] = ACTIONS(3419), - [anon_sym_DOLLARif] = ACTIONS(3419), - [anon_sym_match] = ACTIONS(3419), - [anon_sym_select] = ACTIONS(3419), - [anon_sym_lock] = ACTIONS(3419), - [anon_sym_rlock] = ACTIONS(3419), - [anon_sym_unsafe] = ACTIONS(3419), - [anon_sym_sql] = ACTIONS(3419), - [sym_int_literal] = ACTIONS(3419), - [sym_float_literal] = ACTIONS(3419), - [sym_rune_literal] = ACTIONS(3419), - [sym_pseudo_compile_time_identifier] = ACTIONS(3419), - [anon_sym_shared] = ACTIONS(3419), - [anon_sym_map_LBRACK] = ACTIONS(3419), - [anon_sym_chan] = ACTIONS(3419), - [anon_sym_thread] = ACTIONS(3419), - [anon_sym_atomic] = ACTIONS(3419), - [anon_sym_assert] = ACTIONS(3419), - [anon_sym_defer] = ACTIONS(3419), - [anon_sym_goto] = ACTIONS(3419), - [anon_sym_break] = ACTIONS(3419), - [anon_sym_continue] = ACTIONS(3419), - [anon_sym_return] = ACTIONS(3419), - [anon_sym_DOLLARfor] = ACTIONS(3419), - [anon_sym_for] = ACTIONS(3419), - [anon_sym_POUND] = ACTIONS(3419), - [anon_sym_asm] = ACTIONS(3419), - [anon_sym_AT_LBRACK] = ACTIONS(3419), - [sym___double_quote] = ACTIONS(3419), - [sym___single_quote] = ACTIONS(3419), - [sym___c_double_quote] = ACTIONS(3419), - [sym___c_single_quote] = ACTIONS(3419), - [sym___r_double_quote] = ACTIONS(3419), - [sym___r_single_quote] = ACTIONS(3419), - }, - [1484] = { - [sym_line_comment] = STATE(1484), - [sym_block_comment] = STATE(1484), - [sym_block] = STATE(1610), + [1480] = { + [sym_line_comment] = STATE(1480), + [sym_block_comment] = STATE(1480), + [sym_block] = STATE(1608), [ts_builtin_sym_end] = ACTIONS(4138), [sym_identifier] = ACTIONS(4140), [anon_sym_LF] = ACTIONS(4140), @@ -182692,7 +182445,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(4140), - [anon_sym_LBRACE] = ACTIONS(4050), + [anon_sym_LBRACE] = ACTIONS(4068), [anon_sym_const] = ACTIONS(4140), [anon_sym_LPAREN] = ACTIONS(4140), [anon_sym___global] = ACTIONS(4140), @@ -182756,10 +182509,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4140), [sym___r_single_quote] = ACTIONS(4140), }, - [1485] = { - [sym_line_comment] = STATE(1485), - [sym_block_comment] = STATE(1485), - [sym_block] = STATE(1584), + [1481] = { + [sym_line_comment] = STATE(1481), + [sym_block_comment] = STATE(1481), + [ts_builtin_sym_end] = ACTIONS(4039), + [sym_identifier] = ACTIONS(4041), + [anon_sym_LF] = ACTIONS(4041), + [anon_sym_CR] = ACTIONS(4041), + [anon_sym_CR_LF] = ACTIONS(4041), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_LBRACE] = ACTIONS(4041), + [anon_sym_const] = ACTIONS(4041), + [anon_sym_LPAREN] = ACTIONS(4041), + [anon_sym___global] = ACTIONS(4041), + [anon_sym_type] = ACTIONS(4041), + [anon_sym_PIPE] = ACTIONS(4041), + [anon_sym_fn] = ACTIONS(4041), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4041), + [anon_sym_struct] = ACTIONS(4041), + [anon_sym_union] = ACTIONS(4041), + [anon_sym_pub] = ACTIONS(4041), + [anon_sym_mut] = ACTIONS(4041), + [anon_sym_enum] = ACTIONS(4041), + [anon_sym_interface] = ACTIONS(4041), + [anon_sym_QMARK] = ACTIONS(4041), + [anon_sym_BANG] = ACTIONS(4041), + [anon_sym_go] = ACTIONS(4041), + [anon_sym_spawn] = ACTIONS(4041), + [anon_sym_json_DOTdecode] = ACTIONS(4041), + [anon_sym_LBRACK2] = ACTIONS(4041), + [anon_sym_TILDE] = ACTIONS(4041), + [anon_sym_CARET] = ACTIONS(4041), + [anon_sym_AMP] = ACTIONS(4041), + [anon_sym_LT_DASH] = ACTIONS(4041), + [sym_none] = ACTIONS(4041), + [sym_true] = ACTIONS(4041), + [sym_false] = ACTIONS(4041), + [sym_nil] = ACTIONS(4041), + [anon_sym_if] = ACTIONS(4041), + [anon_sym_DOLLARif] = ACTIONS(4041), + [anon_sym_match] = ACTIONS(4041), + [anon_sym_select] = ACTIONS(4041), + [anon_sym_lock] = ACTIONS(4041), + [anon_sym_rlock] = ACTIONS(4041), + [anon_sym_unsafe] = ACTIONS(4041), + [anon_sym_sql] = ACTIONS(4041), + [sym_int_literal] = ACTIONS(4041), + [sym_float_literal] = ACTIONS(4041), + [sym_rune_literal] = ACTIONS(4041), + [sym_pseudo_compile_time_identifier] = ACTIONS(4041), + [anon_sym_shared] = ACTIONS(4041), + [anon_sym_map_LBRACK] = ACTIONS(4041), + [anon_sym_chan] = ACTIONS(4041), + [anon_sym_thread] = ACTIONS(4041), + [anon_sym_atomic] = ACTIONS(4041), + [anon_sym_assert] = ACTIONS(4041), + [anon_sym_defer] = ACTIONS(4041), + [anon_sym_goto] = ACTIONS(4041), + [anon_sym_break] = ACTIONS(4041), + [anon_sym_continue] = ACTIONS(4041), + [anon_sym_return] = ACTIONS(4041), + [anon_sym_DOLLARfor] = ACTIONS(4041), + [anon_sym_for] = ACTIONS(4041), + [anon_sym_POUND] = ACTIONS(4041), + [anon_sym_asm] = ACTIONS(4041), + [anon_sym_AT_LBRACK] = ACTIONS(4041), + [sym___double_quote] = ACTIONS(4041), + [sym___single_quote] = ACTIONS(4041), + [sym___c_double_quote] = ACTIONS(4041), + [sym___c_single_quote] = ACTIONS(4041), + [sym___r_double_quote] = ACTIONS(4041), + [sym___r_single_quote] = ACTIONS(4041), + }, + [1482] = { + [sym_line_comment] = STATE(1482), + [sym_block_comment] = STATE(1482), + [sym_block] = STATE(1614), [ts_builtin_sym_end] = ACTIONS(4142), [sym_identifier] = ACTIONS(4144), [anon_sym_LF] = ACTIONS(4144), @@ -182768,7 +182597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(4144), - [anon_sym_LBRACE] = ACTIONS(4050), + [anon_sym_LBRACE] = ACTIONS(4068), [anon_sym_const] = ACTIONS(4144), [anon_sym_LPAREN] = ACTIONS(4144), [anon_sym___global] = ACTIONS(4144), @@ -182832,86 +182661,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4144), [sym___r_single_quote] = ACTIONS(4144), }, - [1486] = { - [sym_line_comment] = STATE(1486), - [sym_block_comment] = STATE(1486), - [ts_builtin_sym_end] = ACTIONS(4009), - [sym_identifier] = ACTIONS(4011), - [anon_sym_LF] = ACTIONS(4011), - [anon_sym_CR] = ACTIONS(4011), - [anon_sym_CR_LF] = ACTIONS(4011), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4011), - [anon_sym_LBRACE] = ACTIONS(4011), - [anon_sym_const] = ACTIONS(4011), - [anon_sym_LPAREN] = ACTIONS(4011), - [anon_sym___global] = ACTIONS(4011), - [anon_sym_type] = ACTIONS(4011), - [anon_sym_PIPE] = ACTIONS(4011), - [anon_sym_fn] = ACTIONS(4011), - [anon_sym_PLUS] = ACTIONS(4011), - [anon_sym_DASH] = ACTIONS(4011), - [anon_sym_STAR] = ACTIONS(4011), - [anon_sym_struct] = ACTIONS(4011), - [anon_sym_union] = ACTIONS(4011), - [anon_sym_pub] = ACTIONS(4011), - [anon_sym_mut] = ACTIONS(4011), - [anon_sym_enum] = ACTIONS(4011), - [anon_sym_interface] = ACTIONS(4011), - [anon_sym_QMARK] = ACTIONS(4011), - [anon_sym_BANG] = ACTIONS(4011), - [anon_sym_go] = ACTIONS(4011), - [anon_sym_spawn] = ACTIONS(4011), - [anon_sym_json_DOTdecode] = ACTIONS(4011), - [anon_sym_LBRACK2] = ACTIONS(4011), - [anon_sym_TILDE] = ACTIONS(4011), - [anon_sym_CARET] = ACTIONS(4011), - [anon_sym_AMP] = ACTIONS(4011), - [anon_sym_LT_DASH] = ACTIONS(4011), - [sym_none] = ACTIONS(4011), - [sym_true] = ACTIONS(4011), - [sym_false] = ACTIONS(4011), - [sym_nil] = ACTIONS(4011), - [anon_sym_if] = ACTIONS(4011), - [anon_sym_DOLLARif] = ACTIONS(4011), - [anon_sym_match] = ACTIONS(4011), - [anon_sym_select] = ACTIONS(4011), - [anon_sym_lock] = ACTIONS(4011), - [anon_sym_rlock] = ACTIONS(4011), - [anon_sym_unsafe] = ACTIONS(4011), - [anon_sym_sql] = ACTIONS(4011), - [sym_int_literal] = ACTIONS(4011), - [sym_float_literal] = ACTIONS(4011), - [sym_rune_literal] = ACTIONS(4011), - [sym_pseudo_compile_time_identifier] = ACTIONS(4011), - [anon_sym_shared] = ACTIONS(4011), - [anon_sym_map_LBRACK] = ACTIONS(4011), - [anon_sym_chan] = ACTIONS(4011), - [anon_sym_thread] = ACTIONS(4011), - [anon_sym_atomic] = ACTIONS(4011), - [anon_sym_assert] = ACTIONS(4011), - [anon_sym_defer] = ACTIONS(4011), - [anon_sym_goto] = ACTIONS(4011), - [anon_sym_break] = ACTIONS(4011), - [anon_sym_continue] = ACTIONS(4011), - [anon_sym_return] = ACTIONS(4011), - [anon_sym_DOLLARfor] = ACTIONS(4011), - [anon_sym_for] = ACTIONS(4011), - [anon_sym_POUND] = ACTIONS(4011), - [anon_sym_asm] = ACTIONS(4011), - [anon_sym_AT_LBRACK] = ACTIONS(4011), - [sym___double_quote] = ACTIONS(4011), - [sym___single_quote] = ACTIONS(4011), - [sym___c_double_quote] = ACTIONS(4011), - [sym___c_single_quote] = ACTIONS(4011), - [sym___r_double_quote] = ACTIONS(4011), - [sym___r_single_quote] = ACTIONS(4011), - }, - [1487] = { - [sym_line_comment] = STATE(1487), - [sym_block_comment] = STATE(1487), - [sym_block] = STATE(1611), + [1483] = { + [sym_line_comment] = STATE(1483), + [sym_block_comment] = STATE(1483), + [sym_block] = STATE(1612), [ts_builtin_sym_end] = ACTIONS(4146), [sym_identifier] = ACTIONS(4148), [anon_sym_LF] = ACTIONS(4148), @@ -182920,7 +182673,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(4148), - [anon_sym_LBRACE] = ACTIONS(4050), + [anon_sym_LBRACE] = ACTIONS(4068), [anon_sym_const] = ACTIONS(4148), [anon_sym_LPAREN] = ACTIONS(4148), [anon_sym___global] = ACTIONS(4148), @@ -182984,162 +182737,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4148), [sym___r_single_quote] = ACTIONS(4148), }, - [1488] = { - [sym_line_comment] = STATE(1488), - [sym_block_comment] = STATE(1488), - [ts_builtin_sym_end] = ACTIONS(3401), - [sym_identifier] = ACTIONS(3403), - [anon_sym_LF] = ACTIONS(3403), - [anon_sym_CR] = ACTIONS(3403), - [anon_sym_CR_LF] = ACTIONS(3403), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3403), - [anon_sym_LBRACE] = ACTIONS(3403), - [anon_sym_const] = ACTIONS(3403), - [anon_sym_LPAREN] = ACTIONS(3403), - [anon_sym___global] = ACTIONS(3403), - [anon_sym_type] = ACTIONS(3403), - [anon_sym_PIPE] = ACTIONS(3403), - [anon_sym_fn] = ACTIONS(3403), - [anon_sym_PLUS] = ACTIONS(3403), - [anon_sym_DASH] = ACTIONS(3403), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_struct] = ACTIONS(3403), - [anon_sym_union] = ACTIONS(3403), - [anon_sym_pub] = ACTIONS(3403), - [anon_sym_mut] = ACTIONS(3403), - [anon_sym_enum] = ACTIONS(3403), - [anon_sym_interface] = ACTIONS(3403), - [anon_sym_QMARK] = ACTIONS(3403), - [anon_sym_BANG] = ACTIONS(3403), - [anon_sym_go] = ACTIONS(3403), - [anon_sym_spawn] = ACTIONS(3403), - [anon_sym_json_DOTdecode] = ACTIONS(3403), - [anon_sym_LBRACK2] = ACTIONS(3403), - [anon_sym_TILDE] = ACTIONS(3403), - [anon_sym_CARET] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_LT_DASH] = ACTIONS(3403), - [sym_none] = ACTIONS(3403), - [sym_true] = ACTIONS(3403), - [sym_false] = ACTIONS(3403), - [sym_nil] = ACTIONS(3403), - [anon_sym_if] = ACTIONS(3403), - [anon_sym_DOLLARif] = ACTIONS(3403), - [anon_sym_match] = ACTIONS(3403), - [anon_sym_select] = ACTIONS(3403), - [anon_sym_lock] = ACTIONS(3403), - [anon_sym_rlock] = ACTIONS(3403), - [anon_sym_unsafe] = ACTIONS(3403), - [anon_sym_sql] = ACTIONS(3403), - [sym_int_literal] = ACTIONS(3403), - [sym_float_literal] = ACTIONS(3403), - [sym_rune_literal] = ACTIONS(3403), - [sym_pseudo_compile_time_identifier] = ACTIONS(3403), - [anon_sym_shared] = ACTIONS(3403), - [anon_sym_map_LBRACK] = ACTIONS(3403), - [anon_sym_chan] = ACTIONS(3403), - [anon_sym_thread] = ACTIONS(3403), - [anon_sym_atomic] = ACTIONS(3403), - [anon_sym_assert] = ACTIONS(3403), - [anon_sym_defer] = ACTIONS(3403), - [anon_sym_goto] = ACTIONS(3403), - [anon_sym_break] = ACTIONS(3403), - [anon_sym_continue] = ACTIONS(3403), - [anon_sym_return] = ACTIONS(3403), - [anon_sym_DOLLARfor] = ACTIONS(3403), - [anon_sym_for] = ACTIONS(3403), - [anon_sym_POUND] = ACTIONS(3403), - [anon_sym_asm] = ACTIONS(3403), - [anon_sym_AT_LBRACK] = ACTIONS(3403), - [sym___double_quote] = ACTIONS(3403), - [sym___single_quote] = ACTIONS(3403), - [sym___c_double_quote] = ACTIONS(3403), - [sym___c_single_quote] = ACTIONS(3403), - [sym___r_double_quote] = ACTIONS(3403), - [sym___r_single_quote] = ACTIONS(3403), - }, - [1489] = { - [sym_line_comment] = STATE(1489), - [sym_block_comment] = STATE(1489), - [ts_builtin_sym_end] = ACTIONS(3389), - [sym_identifier] = ACTIONS(3391), - [anon_sym_LF] = ACTIONS(3391), - [anon_sym_CR] = ACTIONS(3391), - [anon_sym_CR_LF] = ACTIONS(3391), + [1484] = { + [sym_line_comment] = STATE(1484), + [sym_block_comment] = STATE(1484), + [ts_builtin_sym_end] = ACTIONS(3406), + [sym_identifier] = ACTIONS(3408), + [anon_sym_LF] = ACTIONS(3408), + [anon_sym_CR] = ACTIONS(3408), + [anon_sym_CR_LF] = ACTIONS(3408), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3391), - [anon_sym_LBRACE] = ACTIONS(3391), - [anon_sym_const] = ACTIONS(3391), - [anon_sym_LPAREN] = ACTIONS(3391), - [anon_sym___global] = ACTIONS(3391), - [anon_sym_type] = ACTIONS(3391), - [anon_sym_PIPE] = ACTIONS(3391), - [anon_sym_fn] = ACTIONS(3391), - [anon_sym_PLUS] = ACTIONS(3391), - [anon_sym_DASH] = ACTIONS(3391), - [anon_sym_STAR] = ACTIONS(3391), - [anon_sym_struct] = ACTIONS(3391), - [anon_sym_union] = ACTIONS(3391), - [anon_sym_pub] = ACTIONS(3391), - [anon_sym_mut] = ACTIONS(3391), - [anon_sym_enum] = ACTIONS(3391), - [anon_sym_interface] = ACTIONS(3391), - [anon_sym_QMARK] = ACTIONS(3391), - [anon_sym_BANG] = ACTIONS(3391), - [anon_sym_go] = ACTIONS(3391), - [anon_sym_spawn] = ACTIONS(3391), - [anon_sym_json_DOTdecode] = ACTIONS(3391), - [anon_sym_LBRACK2] = ACTIONS(3391), - [anon_sym_TILDE] = ACTIONS(3391), - [anon_sym_CARET] = ACTIONS(3391), - [anon_sym_AMP] = ACTIONS(3391), - [anon_sym_LT_DASH] = ACTIONS(3391), - [sym_none] = ACTIONS(3391), - [sym_true] = ACTIONS(3391), - [sym_false] = ACTIONS(3391), - [sym_nil] = ACTIONS(3391), - [anon_sym_if] = ACTIONS(3391), - [anon_sym_DOLLARif] = ACTIONS(3391), - [anon_sym_match] = ACTIONS(3391), - [anon_sym_select] = ACTIONS(3391), - [anon_sym_lock] = ACTIONS(3391), - [anon_sym_rlock] = ACTIONS(3391), - [anon_sym_unsafe] = ACTIONS(3391), - [anon_sym_sql] = ACTIONS(3391), - [sym_int_literal] = ACTIONS(3391), - [sym_float_literal] = ACTIONS(3391), - [sym_rune_literal] = ACTIONS(3391), - [sym_pseudo_compile_time_identifier] = ACTIONS(3391), - [anon_sym_shared] = ACTIONS(3391), - [anon_sym_map_LBRACK] = ACTIONS(3391), - [anon_sym_chan] = ACTIONS(3391), - [anon_sym_thread] = ACTIONS(3391), - [anon_sym_atomic] = ACTIONS(3391), - [anon_sym_assert] = ACTIONS(3391), - [anon_sym_defer] = ACTIONS(3391), - [anon_sym_goto] = ACTIONS(3391), - [anon_sym_break] = ACTIONS(3391), - [anon_sym_continue] = ACTIONS(3391), - [anon_sym_return] = ACTIONS(3391), - [anon_sym_DOLLARfor] = ACTIONS(3391), - [anon_sym_for] = ACTIONS(3391), - [anon_sym_POUND] = ACTIONS(3391), - [anon_sym_asm] = ACTIONS(3391), - [anon_sym_AT_LBRACK] = ACTIONS(3391), - [sym___double_quote] = ACTIONS(3391), - [sym___single_quote] = ACTIONS(3391), - [sym___c_double_quote] = ACTIONS(3391), - [sym___c_single_quote] = ACTIONS(3391), - [sym___r_double_quote] = ACTIONS(3391), - [sym___r_single_quote] = ACTIONS(3391), + [anon_sym_DOT] = ACTIONS(3408), + [anon_sym_LBRACE] = ACTIONS(3408), + [anon_sym_const] = ACTIONS(3408), + [anon_sym_LPAREN] = ACTIONS(3408), + [anon_sym___global] = ACTIONS(3408), + [anon_sym_type] = ACTIONS(3408), + [anon_sym_PIPE] = ACTIONS(3408), + [anon_sym_fn] = ACTIONS(3408), + [anon_sym_PLUS] = ACTIONS(3408), + [anon_sym_DASH] = ACTIONS(3408), + [anon_sym_STAR] = ACTIONS(3408), + [anon_sym_struct] = ACTIONS(3408), + [anon_sym_union] = ACTIONS(3408), + [anon_sym_pub] = ACTIONS(3408), + [anon_sym_mut] = ACTIONS(3408), + [anon_sym_enum] = ACTIONS(3408), + [anon_sym_interface] = ACTIONS(3408), + [anon_sym_QMARK] = ACTIONS(3408), + [anon_sym_BANG] = ACTIONS(3408), + [anon_sym_go] = ACTIONS(3408), + [anon_sym_spawn] = ACTIONS(3408), + [anon_sym_json_DOTdecode] = ACTIONS(3408), + [anon_sym_LBRACK2] = ACTIONS(3408), + [anon_sym_TILDE] = ACTIONS(3408), + [anon_sym_CARET] = ACTIONS(3408), + [anon_sym_AMP] = ACTIONS(3408), + [anon_sym_LT_DASH] = ACTIONS(3408), + [sym_none] = ACTIONS(3408), + [sym_true] = ACTIONS(3408), + [sym_false] = ACTIONS(3408), + [sym_nil] = ACTIONS(3408), + [anon_sym_if] = ACTIONS(3408), + [anon_sym_DOLLARif] = ACTIONS(3408), + [anon_sym_match] = ACTIONS(3408), + [anon_sym_select] = ACTIONS(3408), + [anon_sym_lock] = ACTIONS(3408), + [anon_sym_rlock] = ACTIONS(3408), + [anon_sym_unsafe] = ACTIONS(3408), + [anon_sym_sql] = ACTIONS(3408), + [sym_int_literal] = ACTIONS(3408), + [sym_float_literal] = ACTIONS(3408), + [sym_rune_literal] = ACTIONS(3408), + [sym_pseudo_compile_time_identifier] = ACTIONS(3408), + [anon_sym_shared] = ACTIONS(3408), + [anon_sym_map_LBRACK] = ACTIONS(3408), + [anon_sym_chan] = ACTIONS(3408), + [anon_sym_thread] = ACTIONS(3408), + [anon_sym_atomic] = ACTIONS(3408), + [anon_sym_assert] = ACTIONS(3408), + [anon_sym_defer] = ACTIONS(3408), + [anon_sym_goto] = ACTIONS(3408), + [anon_sym_break] = ACTIONS(3408), + [anon_sym_continue] = ACTIONS(3408), + [anon_sym_return] = ACTIONS(3408), + [anon_sym_DOLLARfor] = ACTIONS(3408), + [anon_sym_for] = ACTIONS(3408), + [anon_sym_POUND] = ACTIONS(3408), + [anon_sym_asm] = ACTIONS(3408), + [anon_sym_AT_LBRACK] = ACTIONS(3408), + [sym___double_quote] = ACTIONS(3408), + [sym___single_quote] = ACTIONS(3408), + [sym___c_double_quote] = ACTIONS(3408), + [sym___c_single_quote] = ACTIONS(3408), + [sym___r_double_quote] = ACTIONS(3408), + [sym___r_single_quote] = ACTIONS(3408), }, - [1490] = { - [sym_line_comment] = STATE(1490), - [sym_block_comment] = STATE(1490), - [sym_block] = STATE(1608), + [1485] = { + [sym_line_comment] = STATE(1485), + [sym_block_comment] = STATE(1485), + [sym_block] = STATE(1610), [ts_builtin_sym_end] = ACTIONS(4150), [sym_identifier] = ACTIONS(4152), [anon_sym_LF] = ACTIONS(4152), @@ -183148,7 +182825,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(4152), - [anon_sym_LBRACE] = ACTIONS(4050), + [anon_sym_LBRACE] = ACTIONS(4068), [anon_sym_const] = ACTIONS(4152), [anon_sym_LPAREN] = ACTIONS(4152), [anon_sym___global] = ACTIONS(4152), @@ -183212,465 +182889,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4152), [sym___r_single_quote] = ACTIONS(4152), }, - [1491] = { - [sym_line_comment] = STATE(1491), - [sym_block_comment] = STATE(1491), - [ts_builtin_sym_end] = ACTIONS(3137), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LF] = ACTIONS(3139), - [anon_sym_CR] = ACTIONS(3139), - [anon_sym_CR_LF] = ACTIONS(3139), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3139), - [anon_sym_LBRACE] = ACTIONS(3139), - [anon_sym_const] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3139), - [anon_sym___global] = ACTIONS(3139), - [anon_sym_type] = ACTIONS(3139), - [anon_sym_PIPE] = ACTIONS(3139), - [anon_sym_fn] = ACTIONS(3139), - [anon_sym_PLUS] = ACTIONS(3139), - [anon_sym_DASH] = ACTIONS(3139), - [anon_sym_STAR] = ACTIONS(3139), - [anon_sym_struct] = ACTIONS(3139), - [anon_sym_union] = ACTIONS(3139), - [anon_sym_pub] = ACTIONS(3139), - [anon_sym_mut] = ACTIONS(3139), - [anon_sym_enum] = ACTIONS(3139), - [anon_sym_interface] = ACTIONS(3139), - [anon_sym_QMARK] = ACTIONS(3139), - [anon_sym_BANG] = ACTIONS(3139), - [anon_sym_go] = ACTIONS(3139), - [anon_sym_spawn] = ACTIONS(3139), - [anon_sym_json_DOTdecode] = ACTIONS(3139), - [anon_sym_LBRACK2] = ACTIONS(3139), - [anon_sym_TILDE] = ACTIONS(3139), - [anon_sym_CARET] = ACTIONS(3139), - [anon_sym_AMP] = ACTIONS(3139), - [anon_sym_LT_DASH] = ACTIONS(3139), - [sym_none] = ACTIONS(3139), - [sym_true] = ACTIONS(3139), - [sym_false] = ACTIONS(3139), - [sym_nil] = ACTIONS(3139), - [anon_sym_if] = ACTIONS(3139), - [anon_sym_DOLLARif] = ACTIONS(3139), - [anon_sym_match] = ACTIONS(3139), - [anon_sym_select] = ACTIONS(3139), - [anon_sym_lock] = ACTIONS(3139), - [anon_sym_rlock] = ACTIONS(3139), - [anon_sym_unsafe] = ACTIONS(3139), - [anon_sym_sql] = ACTIONS(3139), - [sym_int_literal] = ACTIONS(3139), - [sym_float_literal] = ACTIONS(3139), - [sym_rune_literal] = ACTIONS(3139), - [sym_pseudo_compile_time_identifier] = ACTIONS(3139), - [anon_sym_shared] = ACTIONS(3139), - [anon_sym_map_LBRACK] = ACTIONS(3139), - [anon_sym_chan] = ACTIONS(3139), - [anon_sym_thread] = ACTIONS(3139), - [anon_sym_atomic] = ACTIONS(3139), - [anon_sym_assert] = ACTIONS(3139), - [anon_sym_defer] = ACTIONS(3139), - [anon_sym_goto] = ACTIONS(3139), - [anon_sym_break] = ACTIONS(3139), - [anon_sym_continue] = ACTIONS(3139), - [anon_sym_return] = ACTIONS(3139), - [anon_sym_DOLLARfor] = ACTIONS(3139), - [anon_sym_for] = ACTIONS(3139), - [anon_sym_POUND] = ACTIONS(3139), - [anon_sym_asm] = ACTIONS(3139), - [anon_sym_AT_LBRACK] = ACTIONS(3139), - [sym___double_quote] = ACTIONS(3139), - [sym___single_quote] = ACTIONS(3139), - [sym___c_double_quote] = ACTIONS(3139), - [sym___c_single_quote] = ACTIONS(3139), - [sym___r_double_quote] = ACTIONS(3139), - [sym___r_single_quote] = ACTIONS(3139), - }, - [1492] = { - [sym_line_comment] = STATE(1492), - [sym_block_comment] = STATE(1492), - [ts_builtin_sym_end] = ACTIONS(3385), - [sym_identifier] = ACTIONS(3387), - [anon_sym_LF] = ACTIONS(3387), - [anon_sym_CR] = ACTIONS(3387), - [anon_sym_CR_LF] = ACTIONS(3387), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3387), - [anon_sym_LBRACE] = ACTIONS(3387), - [anon_sym_const] = ACTIONS(3387), - [anon_sym_LPAREN] = ACTIONS(3387), - [anon_sym___global] = ACTIONS(3387), - [anon_sym_type] = ACTIONS(3387), - [anon_sym_PIPE] = ACTIONS(3387), - [anon_sym_fn] = ACTIONS(3387), - [anon_sym_PLUS] = ACTIONS(3387), - [anon_sym_DASH] = ACTIONS(3387), - [anon_sym_STAR] = ACTIONS(3387), - [anon_sym_struct] = ACTIONS(3387), - [anon_sym_union] = ACTIONS(3387), - [anon_sym_pub] = ACTIONS(3387), - [anon_sym_mut] = ACTIONS(3387), - [anon_sym_enum] = ACTIONS(3387), - [anon_sym_interface] = ACTIONS(3387), - [anon_sym_QMARK] = ACTIONS(3387), - [anon_sym_BANG] = ACTIONS(3387), - [anon_sym_go] = ACTIONS(3387), - [anon_sym_spawn] = ACTIONS(3387), - [anon_sym_json_DOTdecode] = ACTIONS(3387), - [anon_sym_LBRACK2] = ACTIONS(3387), - [anon_sym_TILDE] = ACTIONS(3387), - [anon_sym_CARET] = ACTIONS(3387), - [anon_sym_AMP] = ACTIONS(3387), - [anon_sym_LT_DASH] = ACTIONS(3387), - [sym_none] = ACTIONS(3387), - [sym_true] = ACTIONS(3387), - [sym_false] = ACTIONS(3387), - [sym_nil] = ACTIONS(3387), - [anon_sym_if] = ACTIONS(3387), - [anon_sym_DOLLARif] = ACTIONS(3387), - [anon_sym_match] = ACTIONS(3387), - [anon_sym_select] = ACTIONS(3387), - [anon_sym_lock] = ACTIONS(3387), - [anon_sym_rlock] = ACTIONS(3387), - [anon_sym_unsafe] = ACTIONS(3387), - [anon_sym_sql] = ACTIONS(3387), - [sym_int_literal] = ACTIONS(3387), - [sym_float_literal] = ACTIONS(3387), - [sym_rune_literal] = ACTIONS(3387), - [sym_pseudo_compile_time_identifier] = ACTIONS(3387), - [anon_sym_shared] = ACTIONS(3387), - [anon_sym_map_LBRACK] = ACTIONS(3387), - [anon_sym_chan] = ACTIONS(3387), - [anon_sym_thread] = ACTIONS(3387), - [anon_sym_atomic] = ACTIONS(3387), - [anon_sym_assert] = ACTIONS(3387), - [anon_sym_defer] = ACTIONS(3387), - [anon_sym_goto] = ACTIONS(3387), - [anon_sym_break] = ACTIONS(3387), - [anon_sym_continue] = ACTIONS(3387), - [anon_sym_return] = ACTIONS(3387), - [anon_sym_DOLLARfor] = ACTIONS(3387), - [anon_sym_for] = ACTIONS(3387), - [anon_sym_POUND] = ACTIONS(3387), - [anon_sym_asm] = ACTIONS(3387), - [anon_sym_AT_LBRACK] = ACTIONS(3387), - [sym___double_quote] = ACTIONS(3387), - [sym___single_quote] = ACTIONS(3387), - [sym___c_double_quote] = ACTIONS(3387), - [sym___c_single_quote] = ACTIONS(3387), - [sym___r_double_quote] = ACTIONS(3387), - [sym___r_single_quote] = ACTIONS(3387), - }, - [1493] = { - [sym_line_comment] = STATE(1493), - [sym_block_comment] = STATE(1493), - [ts_builtin_sym_end] = ACTIONS(3381), - [sym_identifier] = ACTIONS(3383), - [anon_sym_LF] = ACTIONS(3383), - [anon_sym_CR] = ACTIONS(3383), - [anon_sym_CR_LF] = ACTIONS(3383), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3383), - [anon_sym_LBRACE] = ACTIONS(3383), - [anon_sym_const] = ACTIONS(3383), - [anon_sym_LPAREN] = ACTIONS(3383), - [anon_sym___global] = ACTIONS(3383), - [anon_sym_type] = ACTIONS(3383), - [anon_sym_PIPE] = ACTIONS(3383), - [anon_sym_fn] = ACTIONS(3383), - [anon_sym_PLUS] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3383), - [anon_sym_STAR] = ACTIONS(3383), - [anon_sym_struct] = ACTIONS(3383), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_pub] = ACTIONS(3383), - [anon_sym_mut] = ACTIONS(3383), - [anon_sym_enum] = ACTIONS(3383), - [anon_sym_interface] = ACTIONS(3383), - [anon_sym_QMARK] = ACTIONS(3383), - [anon_sym_BANG] = ACTIONS(3383), - [anon_sym_go] = ACTIONS(3383), - [anon_sym_spawn] = ACTIONS(3383), - [anon_sym_json_DOTdecode] = ACTIONS(3383), - [anon_sym_LBRACK2] = ACTIONS(3383), - [anon_sym_TILDE] = ACTIONS(3383), - [anon_sym_CARET] = ACTIONS(3383), - [anon_sym_AMP] = ACTIONS(3383), - [anon_sym_LT_DASH] = ACTIONS(3383), - [sym_none] = ACTIONS(3383), - [sym_true] = ACTIONS(3383), - [sym_false] = ACTIONS(3383), - [sym_nil] = ACTIONS(3383), - [anon_sym_if] = ACTIONS(3383), - [anon_sym_DOLLARif] = ACTIONS(3383), - [anon_sym_match] = ACTIONS(3383), - [anon_sym_select] = ACTIONS(3383), - [anon_sym_lock] = ACTIONS(3383), - [anon_sym_rlock] = ACTIONS(3383), - [anon_sym_unsafe] = ACTIONS(3383), - [anon_sym_sql] = ACTIONS(3383), - [sym_int_literal] = ACTIONS(3383), - [sym_float_literal] = ACTIONS(3383), - [sym_rune_literal] = ACTIONS(3383), - [sym_pseudo_compile_time_identifier] = ACTIONS(3383), - [anon_sym_shared] = ACTIONS(3383), - [anon_sym_map_LBRACK] = ACTIONS(3383), - [anon_sym_chan] = ACTIONS(3383), - [anon_sym_thread] = ACTIONS(3383), - [anon_sym_atomic] = ACTIONS(3383), - [anon_sym_assert] = ACTIONS(3383), - [anon_sym_defer] = ACTIONS(3383), - [anon_sym_goto] = ACTIONS(3383), - [anon_sym_break] = ACTIONS(3383), - [anon_sym_continue] = ACTIONS(3383), - [anon_sym_return] = ACTIONS(3383), - [anon_sym_DOLLARfor] = ACTIONS(3383), - [anon_sym_for] = ACTIONS(3383), - [anon_sym_POUND] = ACTIONS(3383), - [anon_sym_asm] = ACTIONS(3383), - [anon_sym_AT_LBRACK] = ACTIONS(3383), - [sym___double_quote] = ACTIONS(3383), - [sym___single_quote] = ACTIONS(3383), - [sym___c_double_quote] = ACTIONS(3383), - [sym___c_single_quote] = ACTIONS(3383), - [sym___r_double_quote] = ACTIONS(3383), - [sym___r_single_quote] = ACTIONS(3383), - }, - [1494] = { - [sym_line_comment] = STATE(1494), - [sym_block_comment] = STATE(1494), - [ts_builtin_sym_end] = ACTIONS(3153), - [sym_identifier] = ACTIONS(3155), - [anon_sym_LF] = ACTIONS(3155), - [anon_sym_CR] = ACTIONS(3155), - [anon_sym_CR_LF] = ACTIONS(3155), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3155), - [anon_sym_LBRACE] = ACTIONS(3155), - [anon_sym_const] = ACTIONS(3155), - [anon_sym_LPAREN] = ACTIONS(3155), - [anon_sym___global] = ACTIONS(3155), - [anon_sym_type] = ACTIONS(3155), - [anon_sym_PIPE] = ACTIONS(3155), - [anon_sym_fn] = ACTIONS(3155), - [anon_sym_PLUS] = ACTIONS(3155), - [anon_sym_DASH] = ACTIONS(3155), - [anon_sym_STAR] = ACTIONS(3155), - [anon_sym_struct] = ACTIONS(3155), - [anon_sym_union] = ACTIONS(3155), - [anon_sym_pub] = ACTIONS(3155), - [anon_sym_mut] = ACTIONS(3155), - [anon_sym_enum] = ACTIONS(3155), - [anon_sym_interface] = ACTIONS(3155), - [anon_sym_QMARK] = ACTIONS(3155), - [anon_sym_BANG] = ACTIONS(3155), - [anon_sym_go] = ACTIONS(3155), - [anon_sym_spawn] = ACTIONS(3155), - [anon_sym_json_DOTdecode] = ACTIONS(3155), - [anon_sym_LBRACK2] = ACTIONS(3155), - [anon_sym_TILDE] = ACTIONS(3155), - [anon_sym_CARET] = ACTIONS(3155), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT_DASH] = ACTIONS(3155), - [sym_none] = ACTIONS(3155), - [sym_true] = ACTIONS(3155), - [sym_false] = ACTIONS(3155), - [sym_nil] = ACTIONS(3155), - [anon_sym_if] = ACTIONS(3155), - [anon_sym_DOLLARif] = ACTIONS(3155), - [anon_sym_match] = ACTIONS(3155), - [anon_sym_select] = ACTIONS(3155), - [anon_sym_lock] = ACTIONS(3155), - [anon_sym_rlock] = ACTIONS(3155), - [anon_sym_unsafe] = ACTIONS(3155), - [anon_sym_sql] = ACTIONS(3155), - [sym_int_literal] = ACTIONS(3155), - [sym_float_literal] = ACTIONS(3155), - [sym_rune_literal] = ACTIONS(3155), - [sym_pseudo_compile_time_identifier] = ACTIONS(3155), - [anon_sym_shared] = ACTIONS(3155), - [anon_sym_map_LBRACK] = ACTIONS(3155), - [anon_sym_chan] = ACTIONS(3155), - [anon_sym_thread] = ACTIONS(3155), - [anon_sym_atomic] = ACTIONS(3155), - [anon_sym_assert] = ACTIONS(3155), - [anon_sym_defer] = ACTIONS(3155), - [anon_sym_goto] = ACTIONS(3155), - [anon_sym_break] = ACTIONS(3155), - [anon_sym_continue] = ACTIONS(3155), - [anon_sym_return] = ACTIONS(3155), - [anon_sym_DOLLARfor] = ACTIONS(3155), - [anon_sym_for] = ACTIONS(3155), - [anon_sym_POUND] = ACTIONS(3155), - [anon_sym_asm] = ACTIONS(3155), - [anon_sym_AT_LBRACK] = ACTIONS(3155), - [sym___double_quote] = ACTIONS(3155), - [sym___single_quote] = ACTIONS(3155), - [sym___c_double_quote] = ACTIONS(3155), - [sym___c_single_quote] = ACTIONS(3155), - [sym___r_double_quote] = ACTIONS(3155), - [sym___r_single_quote] = ACTIONS(3155), - }, - [1495] = { - [sym_line_comment] = STATE(1495), - [sym_block_comment] = STATE(1495), - [ts_builtin_sym_end] = ACTIONS(3329), - [sym_identifier] = ACTIONS(3331), - [anon_sym_LF] = ACTIONS(3331), - [anon_sym_CR] = ACTIONS(3331), - [anon_sym_CR_LF] = ACTIONS(3331), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3331), - [anon_sym_LBRACE] = ACTIONS(3331), - [anon_sym_const] = ACTIONS(3331), - [anon_sym_LPAREN] = ACTIONS(3331), - [anon_sym___global] = ACTIONS(3331), - [anon_sym_type] = ACTIONS(3331), - [anon_sym_PIPE] = ACTIONS(3331), - [anon_sym_fn] = ACTIONS(3331), - [anon_sym_PLUS] = ACTIONS(3331), - [anon_sym_DASH] = ACTIONS(3331), - [anon_sym_STAR] = ACTIONS(3331), - [anon_sym_struct] = ACTIONS(3331), - [anon_sym_union] = ACTIONS(3331), - [anon_sym_pub] = ACTIONS(3331), - [anon_sym_mut] = ACTIONS(3331), - [anon_sym_enum] = ACTIONS(3331), - [anon_sym_interface] = ACTIONS(3331), - [anon_sym_QMARK] = ACTIONS(3331), - [anon_sym_BANG] = ACTIONS(3331), - [anon_sym_go] = ACTIONS(3331), - [anon_sym_spawn] = ACTIONS(3331), - [anon_sym_json_DOTdecode] = ACTIONS(3331), - [anon_sym_LBRACK2] = ACTIONS(3331), - [anon_sym_TILDE] = ACTIONS(3331), - [anon_sym_CARET] = ACTIONS(3331), - [anon_sym_AMP] = ACTIONS(3331), - [anon_sym_LT_DASH] = ACTIONS(3331), - [sym_none] = ACTIONS(3331), - [sym_true] = ACTIONS(3331), - [sym_false] = ACTIONS(3331), - [sym_nil] = ACTIONS(3331), - [anon_sym_if] = ACTIONS(3331), - [anon_sym_DOLLARif] = ACTIONS(3331), - [anon_sym_match] = ACTIONS(3331), - [anon_sym_select] = ACTIONS(3331), - [anon_sym_lock] = ACTIONS(3331), - [anon_sym_rlock] = ACTIONS(3331), - [anon_sym_unsafe] = ACTIONS(3331), - [anon_sym_sql] = ACTIONS(3331), - [sym_int_literal] = ACTIONS(3331), - [sym_float_literal] = ACTIONS(3331), - [sym_rune_literal] = ACTIONS(3331), - [sym_pseudo_compile_time_identifier] = ACTIONS(3331), - [anon_sym_shared] = ACTIONS(3331), - [anon_sym_map_LBRACK] = ACTIONS(3331), - [anon_sym_chan] = ACTIONS(3331), - [anon_sym_thread] = ACTIONS(3331), - [anon_sym_atomic] = ACTIONS(3331), - [anon_sym_assert] = ACTIONS(3331), - [anon_sym_defer] = ACTIONS(3331), - [anon_sym_goto] = ACTIONS(3331), - [anon_sym_break] = ACTIONS(3331), - [anon_sym_continue] = ACTIONS(3331), - [anon_sym_return] = ACTIONS(3331), - [anon_sym_DOLLARfor] = ACTIONS(3331), - [anon_sym_for] = ACTIONS(3331), - [anon_sym_POUND] = ACTIONS(3331), - [anon_sym_asm] = ACTIONS(3331), - [anon_sym_AT_LBRACK] = ACTIONS(3331), - [sym___double_quote] = ACTIONS(3331), - [sym___single_quote] = ACTIONS(3331), - [sym___c_double_quote] = ACTIONS(3331), - [sym___c_single_quote] = ACTIONS(3331), - [sym___r_double_quote] = ACTIONS(3331), - [sym___r_single_quote] = ACTIONS(3331), - }, - [1496] = { - [sym_line_comment] = STATE(1496), - [sym_block_comment] = STATE(1496), - [ts_builtin_sym_end] = ACTIONS(3333), - [sym_identifier] = ACTIONS(3335), - [anon_sym_LF] = ACTIONS(3335), - [anon_sym_CR] = ACTIONS(3335), - [anon_sym_CR_LF] = ACTIONS(3335), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3335), - [anon_sym_LBRACE] = ACTIONS(3335), - [anon_sym_const] = ACTIONS(3335), - [anon_sym_LPAREN] = ACTIONS(3335), - [anon_sym___global] = ACTIONS(3335), - [anon_sym_type] = ACTIONS(3335), - [anon_sym_PIPE] = ACTIONS(3335), - [anon_sym_fn] = ACTIONS(3335), - [anon_sym_PLUS] = ACTIONS(3335), - [anon_sym_DASH] = ACTIONS(3335), - [anon_sym_STAR] = ACTIONS(3335), - [anon_sym_struct] = ACTIONS(3335), - [anon_sym_union] = ACTIONS(3335), - [anon_sym_pub] = ACTIONS(3335), - [anon_sym_mut] = ACTIONS(3335), - [anon_sym_enum] = ACTIONS(3335), - [anon_sym_interface] = ACTIONS(3335), - [anon_sym_QMARK] = ACTIONS(3335), - [anon_sym_BANG] = ACTIONS(3335), - [anon_sym_go] = ACTIONS(3335), - [anon_sym_spawn] = ACTIONS(3335), - [anon_sym_json_DOTdecode] = ACTIONS(3335), - [anon_sym_LBRACK2] = ACTIONS(3335), - [anon_sym_TILDE] = ACTIONS(3335), - [anon_sym_CARET] = ACTIONS(3335), - [anon_sym_AMP] = ACTIONS(3335), - [anon_sym_LT_DASH] = ACTIONS(3335), - [sym_none] = ACTIONS(3335), - [sym_true] = ACTIONS(3335), - [sym_false] = ACTIONS(3335), - [sym_nil] = ACTIONS(3335), - [anon_sym_if] = ACTIONS(3335), - [anon_sym_DOLLARif] = ACTIONS(3335), - [anon_sym_match] = ACTIONS(3335), - [anon_sym_select] = ACTIONS(3335), - [anon_sym_lock] = ACTIONS(3335), - [anon_sym_rlock] = ACTIONS(3335), - [anon_sym_unsafe] = ACTIONS(3335), - [anon_sym_sql] = ACTIONS(3335), - [sym_int_literal] = ACTIONS(3335), - [sym_float_literal] = ACTIONS(3335), - [sym_rune_literal] = ACTIONS(3335), - [sym_pseudo_compile_time_identifier] = ACTIONS(3335), - [anon_sym_shared] = ACTIONS(3335), - [anon_sym_map_LBRACK] = ACTIONS(3335), - [anon_sym_chan] = ACTIONS(3335), - [anon_sym_thread] = ACTIONS(3335), - [anon_sym_atomic] = ACTIONS(3335), - [anon_sym_assert] = ACTIONS(3335), - [anon_sym_defer] = ACTIONS(3335), - [anon_sym_goto] = ACTIONS(3335), - [anon_sym_break] = ACTIONS(3335), - [anon_sym_continue] = ACTIONS(3335), - [anon_sym_return] = ACTIONS(3335), - [anon_sym_DOLLARfor] = ACTIONS(3335), - [anon_sym_for] = ACTIONS(3335), - [anon_sym_POUND] = ACTIONS(3335), - [anon_sym_asm] = ACTIONS(3335), - [anon_sym_AT_LBRACK] = ACTIONS(3335), - [sym___double_quote] = ACTIONS(3335), - [sym___single_quote] = ACTIONS(3335), - [sym___c_double_quote] = ACTIONS(3335), - [sym___c_single_quote] = ACTIONS(3335), - [sym___r_double_quote] = ACTIONS(3335), - [sym___r_single_quote] = ACTIONS(3335), - }, - [1497] = { - [sym_line_comment] = STATE(1497), - [sym_block_comment] = STATE(1497), + [1486] = { + [sym_line_comment] = STATE(1486), + [sym_block_comment] = STATE(1486), + [sym_block] = STATE(1609), [ts_builtin_sym_end] = ACTIONS(4154), [sym_identifier] = ACTIONS(4156), [anon_sym_LF] = ACTIONS(4156), @@ -183679,12 +182901,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(4156), - [anon_sym_LBRACE] = ACTIONS(4156), + [anon_sym_LBRACE] = ACTIONS(4068), [anon_sym_const] = ACTIONS(4156), [anon_sym_LPAREN] = ACTIONS(4156), [anon_sym___global] = ACTIONS(4156), [anon_sym_type] = ACTIONS(4156), - [anon_sym_PIPE] = ACTIONS(4156), [anon_sym_fn] = ACTIONS(4156), [anon_sym_PLUS] = ACTIONS(4156), [anon_sym_DASH] = ACTIONS(4156), @@ -183744,10 +182965,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4156), [sym___r_single_quote] = ACTIONS(4156), }, - [1498] = { - [sym_line_comment] = STATE(1498), - [sym_block_comment] = STATE(1498), - [sym_block] = STATE(1593), + [1487] = { + [sym_line_comment] = STATE(1487), + [sym_block_comment] = STATE(1487), + [sym_block] = STATE(1607), [ts_builtin_sym_end] = ACTIONS(4158), [sym_identifier] = ACTIONS(4160), [anon_sym_LF] = ACTIONS(4160), @@ -183756,7 +182977,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_LBRACE] = ACTIONS(4050), + [anon_sym_LBRACE] = ACTIONS(4068), [anon_sym_const] = ACTIONS(4160), [anon_sym_LPAREN] = ACTIONS(4160), [anon_sym___global] = ACTIONS(4160), @@ -183820,10 +183041,922 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4160), [sym___r_single_quote] = ACTIONS(4160), }, + [1488] = { + [sym_line_comment] = STATE(1488), + [sym_block_comment] = STATE(1488), + [sym_block] = STATE(1605), + [ts_builtin_sym_end] = ACTIONS(4162), + [sym_identifier] = ACTIONS(4164), + [anon_sym_LF] = ACTIONS(4164), + [anon_sym_CR] = ACTIONS(4164), + [anon_sym_CR_LF] = ACTIONS(4164), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4164), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4164), + [anon_sym_LPAREN] = ACTIONS(4164), + [anon_sym___global] = ACTIONS(4164), + [anon_sym_type] = ACTIONS(4164), + [anon_sym_fn] = ACTIONS(4164), + [anon_sym_PLUS] = ACTIONS(4164), + [anon_sym_DASH] = ACTIONS(4164), + [anon_sym_STAR] = ACTIONS(4164), + [anon_sym_struct] = ACTIONS(4164), + [anon_sym_union] = ACTIONS(4164), + [anon_sym_pub] = ACTIONS(4164), + [anon_sym_mut] = ACTIONS(4164), + [anon_sym_enum] = ACTIONS(4164), + [anon_sym_interface] = ACTIONS(4164), + [anon_sym_QMARK] = ACTIONS(4164), + [anon_sym_BANG] = ACTIONS(4164), + [anon_sym_go] = ACTIONS(4164), + [anon_sym_spawn] = ACTIONS(4164), + [anon_sym_json_DOTdecode] = ACTIONS(4164), + [anon_sym_LBRACK2] = ACTIONS(4164), + [anon_sym_TILDE] = ACTIONS(4164), + [anon_sym_CARET] = ACTIONS(4164), + [anon_sym_AMP] = ACTIONS(4164), + [anon_sym_LT_DASH] = ACTIONS(4164), + [sym_none] = ACTIONS(4164), + [sym_true] = ACTIONS(4164), + [sym_false] = ACTIONS(4164), + [sym_nil] = ACTIONS(4164), + [anon_sym_if] = ACTIONS(4164), + [anon_sym_DOLLARif] = ACTIONS(4164), + [anon_sym_match] = ACTIONS(4164), + [anon_sym_select] = ACTIONS(4164), + [anon_sym_lock] = ACTIONS(4164), + [anon_sym_rlock] = ACTIONS(4164), + [anon_sym_unsafe] = ACTIONS(4164), + [anon_sym_sql] = ACTIONS(4164), + [sym_int_literal] = ACTIONS(4164), + [sym_float_literal] = ACTIONS(4164), + [sym_rune_literal] = ACTIONS(4164), + [sym_pseudo_compile_time_identifier] = ACTIONS(4164), + [anon_sym_shared] = ACTIONS(4164), + [anon_sym_map_LBRACK] = ACTIONS(4164), + [anon_sym_chan] = ACTIONS(4164), + [anon_sym_thread] = ACTIONS(4164), + [anon_sym_atomic] = ACTIONS(4164), + [anon_sym_assert] = ACTIONS(4164), + [anon_sym_defer] = ACTIONS(4164), + [anon_sym_goto] = ACTIONS(4164), + [anon_sym_break] = ACTIONS(4164), + [anon_sym_continue] = ACTIONS(4164), + [anon_sym_return] = ACTIONS(4164), + [anon_sym_DOLLARfor] = ACTIONS(4164), + [anon_sym_for] = ACTIONS(4164), + [anon_sym_POUND] = ACTIONS(4164), + [anon_sym_asm] = ACTIONS(4164), + [anon_sym_AT_LBRACK] = ACTIONS(4164), + [sym___double_quote] = ACTIONS(4164), + [sym___single_quote] = ACTIONS(4164), + [sym___c_double_quote] = ACTIONS(4164), + [sym___c_single_quote] = ACTIONS(4164), + [sym___r_double_quote] = ACTIONS(4164), + [sym___r_single_quote] = ACTIONS(4164), + }, + [1489] = { + [sym_line_comment] = STATE(1489), + [sym_block_comment] = STATE(1489), + [sym_block] = STATE(1604), + [ts_builtin_sym_end] = ACTIONS(4166), + [sym_identifier] = ACTIONS(4168), + [anon_sym_LF] = ACTIONS(4168), + [anon_sym_CR] = ACTIONS(4168), + [anon_sym_CR_LF] = ACTIONS(4168), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4168), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4168), + [anon_sym_LPAREN] = ACTIONS(4168), + [anon_sym___global] = ACTIONS(4168), + [anon_sym_type] = ACTIONS(4168), + [anon_sym_fn] = ACTIONS(4168), + [anon_sym_PLUS] = ACTIONS(4168), + [anon_sym_DASH] = ACTIONS(4168), + [anon_sym_STAR] = ACTIONS(4168), + [anon_sym_struct] = ACTIONS(4168), + [anon_sym_union] = ACTIONS(4168), + [anon_sym_pub] = ACTIONS(4168), + [anon_sym_mut] = ACTIONS(4168), + [anon_sym_enum] = ACTIONS(4168), + [anon_sym_interface] = ACTIONS(4168), + [anon_sym_QMARK] = ACTIONS(4168), + [anon_sym_BANG] = ACTIONS(4168), + [anon_sym_go] = ACTIONS(4168), + [anon_sym_spawn] = ACTIONS(4168), + [anon_sym_json_DOTdecode] = ACTIONS(4168), + [anon_sym_LBRACK2] = ACTIONS(4168), + [anon_sym_TILDE] = ACTIONS(4168), + [anon_sym_CARET] = ACTIONS(4168), + [anon_sym_AMP] = ACTIONS(4168), + [anon_sym_LT_DASH] = ACTIONS(4168), + [sym_none] = ACTIONS(4168), + [sym_true] = ACTIONS(4168), + [sym_false] = ACTIONS(4168), + [sym_nil] = ACTIONS(4168), + [anon_sym_if] = ACTIONS(4168), + [anon_sym_DOLLARif] = ACTIONS(4168), + [anon_sym_match] = ACTIONS(4168), + [anon_sym_select] = ACTIONS(4168), + [anon_sym_lock] = ACTIONS(4168), + [anon_sym_rlock] = ACTIONS(4168), + [anon_sym_unsafe] = ACTIONS(4168), + [anon_sym_sql] = ACTIONS(4168), + [sym_int_literal] = ACTIONS(4168), + [sym_float_literal] = ACTIONS(4168), + [sym_rune_literal] = ACTIONS(4168), + [sym_pseudo_compile_time_identifier] = ACTIONS(4168), + [anon_sym_shared] = ACTIONS(4168), + [anon_sym_map_LBRACK] = ACTIONS(4168), + [anon_sym_chan] = ACTIONS(4168), + [anon_sym_thread] = ACTIONS(4168), + [anon_sym_atomic] = ACTIONS(4168), + [anon_sym_assert] = ACTIONS(4168), + [anon_sym_defer] = ACTIONS(4168), + [anon_sym_goto] = ACTIONS(4168), + [anon_sym_break] = ACTIONS(4168), + [anon_sym_continue] = ACTIONS(4168), + [anon_sym_return] = ACTIONS(4168), + [anon_sym_DOLLARfor] = ACTIONS(4168), + [anon_sym_for] = ACTIONS(4168), + [anon_sym_POUND] = ACTIONS(4168), + [anon_sym_asm] = ACTIONS(4168), + [anon_sym_AT_LBRACK] = ACTIONS(4168), + [sym___double_quote] = ACTIONS(4168), + [sym___single_quote] = ACTIONS(4168), + [sym___c_double_quote] = ACTIONS(4168), + [sym___c_single_quote] = ACTIONS(4168), + [sym___r_double_quote] = ACTIONS(4168), + [sym___r_single_quote] = ACTIONS(4168), + }, + [1490] = { + [sym_line_comment] = STATE(1490), + [sym_block_comment] = STATE(1490), + [ts_builtin_sym_end] = ACTIONS(4170), + [sym_identifier] = ACTIONS(4172), + [anon_sym_LF] = ACTIONS(4172), + [anon_sym_CR] = ACTIONS(4172), + [anon_sym_CR_LF] = ACTIONS(4172), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4172), + [anon_sym_LBRACE] = ACTIONS(4172), + [anon_sym_const] = ACTIONS(4172), + [anon_sym_LPAREN] = ACTIONS(4172), + [anon_sym___global] = ACTIONS(4172), + [anon_sym_type] = ACTIONS(4172), + [anon_sym_PIPE] = ACTIONS(4172), + [anon_sym_fn] = ACTIONS(4172), + [anon_sym_PLUS] = ACTIONS(4172), + [anon_sym_DASH] = ACTIONS(4172), + [anon_sym_STAR] = ACTIONS(4172), + [anon_sym_struct] = ACTIONS(4172), + [anon_sym_union] = ACTIONS(4172), + [anon_sym_pub] = ACTIONS(4172), + [anon_sym_mut] = ACTIONS(4172), + [anon_sym_enum] = ACTIONS(4172), + [anon_sym_interface] = ACTIONS(4172), + [anon_sym_QMARK] = ACTIONS(4172), + [anon_sym_BANG] = ACTIONS(4172), + [anon_sym_go] = ACTIONS(4172), + [anon_sym_spawn] = ACTIONS(4172), + [anon_sym_json_DOTdecode] = ACTIONS(4172), + [anon_sym_LBRACK2] = ACTIONS(4172), + [anon_sym_TILDE] = ACTIONS(4172), + [anon_sym_CARET] = ACTIONS(4172), + [anon_sym_AMP] = ACTIONS(4172), + [anon_sym_LT_DASH] = ACTIONS(4172), + [sym_none] = ACTIONS(4172), + [sym_true] = ACTIONS(4172), + [sym_false] = ACTIONS(4172), + [sym_nil] = ACTIONS(4172), + [anon_sym_if] = ACTIONS(4172), + [anon_sym_DOLLARif] = ACTIONS(4172), + [anon_sym_match] = ACTIONS(4172), + [anon_sym_select] = ACTIONS(4172), + [anon_sym_lock] = ACTIONS(4172), + [anon_sym_rlock] = ACTIONS(4172), + [anon_sym_unsafe] = ACTIONS(4172), + [anon_sym_sql] = ACTIONS(4172), + [sym_int_literal] = ACTIONS(4172), + [sym_float_literal] = ACTIONS(4172), + [sym_rune_literal] = ACTIONS(4172), + [sym_pseudo_compile_time_identifier] = ACTIONS(4172), + [anon_sym_shared] = ACTIONS(4172), + [anon_sym_map_LBRACK] = ACTIONS(4172), + [anon_sym_chan] = ACTIONS(4172), + [anon_sym_thread] = ACTIONS(4172), + [anon_sym_atomic] = ACTIONS(4172), + [anon_sym_assert] = ACTIONS(4172), + [anon_sym_defer] = ACTIONS(4172), + [anon_sym_goto] = ACTIONS(4172), + [anon_sym_break] = ACTIONS(4172), + [anon_sym_continue] = ACTIONS(4172), + [anon_sym_return] = ACTIONS(4172), + [anon_sym_DOLLARfor] = ACTIONS(4172), + [anon_sym_for] = ACTIONS(4172), + [anon_sym_POUND] = ACTIONS(4172), + [anon_sym_asm] = ACTIONS(4172), + [anon_sym_AT_LBRACK] = ACTIONS(4172), + [sym___double_quote] = ACTIONS(4172), + [sym___single_quote] = ACTIONS(4172), + [sym___c_double_quote] = ACTIONS(4172), + [sym___c_single_quote] = ACTIONS(4172), + [sym___r_double_quote] = ACTIONS(4172), + [sym___r_single_quote] = ACTIONS(4172), + }, + [1491] = { + [sym_line_comment] = STATE(1491), + [sym_block_comment] = STATE(1491), + [ts_builtin_sym_end] = ACTIONS(3063), + [sym_identifier] = ACTIONS(3065), + [anon_sym_LF] = ACTIONS(3065), + [anon_sym_CR] = ACTIONS(3065), + [anon_sym_CR_LF] = ACTIONS(3065), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3065), + [anon_sym_LBRACE] = ACTIONS(3065), + [anon_sym_const] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(3065), + [anon_sym___global] = ACTIONS(3065), + [anon_sym_type] = ACTIONS(3065), + [anon_sym_PIPE] = ACTIONS(3065), + [anon_sym_fn] = ACTIONS(3065), + [anon_sym_PLUS] = ACTIONS(3065), + [anon_sym_DASH] = ACTIONS(3065), + [anon_sym_STAR] = ACTIONS(3065), + [anon_sym_struct] = ACTIONS(3065), + [anon_sym_union] = ACTIONS(3065), + [anon_sym_pub] = ACTIONS(3065), + [anon_sym_mut] = ACTIONS(3065), + [anon_sym_enum] = ACTIONS(3065), + [anon_sym_interface] = ACTIONS(3065), + [anon_sym_QMARK] = ACTIONS(3065), + [anon_sym_BANG] = ACTIONS(3065), + [anon_sym_go] = ACTIONS(3065), + [anon_sym_spawn] = ACTIONS(3065), + [anon_sym_json_DOTdecode] = ACTIONS(3065), + [anon_sym_LBRACK2] = ACTIONS(3065), + [anon_sym_TILDE] = ACTIONS(3065), + [anon_sym_CARET] = ACTIONS(3065), + [anon_sym_AMP] = ACTIONS(3065), + [anon_sym_LT_DASH] = ACTIONS(3065), + [sym_none] = ACTIONS(3065), + [sym_true] = ACTIONS(3065), + [sym_false] = ACTIONS(3065), + [sym_nil] = ACTIONS(3065), + [anon_sym_if] = ACTIONS(3065), + [anon_sym_DOLLARif] = ACTIONS(3065), + [anon_sym_match] = ACTIONS(3065), + [anon_sym_select] = ACTIONS(3065), + [anon_sym_lock] = ACTIONS(3065), + [anon_sym_rlock] = ACTIONS(3065), + [anon_sym_unsafe] = ACTIONS(3065), + [anon_sym_sql] = ACTIONS(3065), + [sym_int_literal] = ACTIONS(3065), + [sym_float_literal] = ACTIONS(3065), + [sym_rune_literal] = ACTIONS(3065), + [sym_pseudo_compile_time_identifier] = ACTIONS(3065), + [anon_sym_shared] = ACTIONS(3065), + [anon_sym_map_LBRACK] = ACTIONS(3065), + [anon_sym_chan] = ACTIONS(3065), + [anon_sym_thread] = ACTIONS(3065), + [anon_sym_atomic] = ACTIONS(3065), + [anon_sym_assert] = ACTIONS(3065), + [anon_sym_defer] = ACTIONS(3065), + [anon_sym_goto] = ACTIONS(3065), + [anon_sym_break] = ACTIONS(3065), + [anon_sym_continue] = ACTIONS(3065), + [anon_sym_return] = ACTIONS(3065), + [anon_sym_DOLLARfor] = ACTIONS(3065), + [anon_sym_for] = ACTIONS(3065), + [anon_sym_POUND] = ACTIONS(3065), + [anon_sym_asm] = ACTIONS(3065), + [anon_sym_AT_LBRACK] = ACTIONS(3065), + [sym___double_quote] = ACTIONS(3065), + [sym___single_quote] = ACTIONS(3065), + [sym___c_double_quote] = ACTIONS(3065), + [sym___c_single_quote] = ACTIONS(3065), + [sym___r_double_quote] = ACTIONS(3065), + [sym___r_single_quote] = ACTIONS(3065), + }, + [1492] = { + [sym_line_comment] = STATE(1492), + [sym_block_comment] = STATE(1492), + [sym_block] = STATE(1530), + [ts_builtin_sym_end] = ACTIONS(4174), + [sym_identifier] = ACTIONS(4176), + [anon_sym_LF] = ACTIONS(4176), + [anon_sym_CR] = ACTIONS(4176), + [anon_sym_CR_LF] = ACTIONS(4176), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4176), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4176), + [anon_sym_LPAREN] = ACTIONS(4176), + [anon_sym___global] = ACTIONS(4176), + [anon_sym_type] = ACTIONS(4176), + [anon_sym_fn] = ACTIONS(4176), + [anon_sym_PLUS] = ACTIONS(4176), + [anon_sym_DASH] = ACTIONS(4176), + [anon_sym_STAR] = ACTIONS(4176), + [anon_sym_struct] = ACTIONS(4176), + [anon_sym_union] = ACTIONS(4176), + [anon_sym_pub] = ACTIONS(4176), + [anon_sym_mut] = ACTIONS(4176), + [anon_sym_enum] = ACTIONS(4176), + [anon_sym_interface] = ACTIONS(4176), + [anon_sym_QMARK] = ACTIONS(4176), + [anon_sym_BANG] = ACTIONS(4176), + [anon_sym_go] = ACTIONS(4176), + [anon_sym_spawn] = ACTIONS(4176), + [anon_sym_json_DOTdecode] = ACTIONS(4176), + [anon_sym_LBRACK2] = ACTIONS(4176), + [anon_sym_TILDE] = ACTIONS(4176), + [anon_sym_CARET] = ACTIONS(4176), + [anon_sym_AMP] = ACTIONS(4176), + [anon_sym_LT_DASH] = ACTIONS(4176), + [sym_none] = ACTIONS(4176), + [sym_true] = ACTIONS(4176), + [sym_false] = ACTIONS(4176), + [sym_nil] = ACTIONS(4176), + [anon_sym_if] = ACTIONS(4176), + [anon_sym_DOLLARif] = ACTIONS(4176), + [anon_sym_match] = ACTIONS(4176), + [anon_sym_select] = ACTIONS(4176), + [anon_sym_lock] = ACTIONS(4176), + [anon_sym_rlock] = ACTIONS(4176), + [anon_sym_unsafe] = ACTIONS(4176), + [anon_sym_sql] = ACTIONS(4176), + [sym_int_literal] = ACTIONS(4176), + [sym_float_literal] = ACTIONS(4176), + [sym_rune_literal] = ACTIONS(4176), + [sym_pseudo_compile_time_identifier] = ACTIONS(4176), + [anon_sym_shared] = ACTIONS(4176), + [anon_sym_map_LBRACK] = ACTIONS(4176), + [anon_sym_chan] = ACTIONS(4176), + [anon_sym_thread] = ACTIONS(4176), + [anon_sym_atomic] = ACTIONS(4176), + [anon_sym_assert] = ACTIONS(4176), + [anon_sym_defer] = ACTIONS(4176), + [anon_sym_goto] = ACTIONS(4176), + [anon_sym_break] = ACTIONS(4176), + [anon_sym_continue] = ACTIONS(4176), + [anon_sym_return] = ACTIONS(4176), + [anon_sym_DOLLARfor] = ACTIONS(4176), + [anon_sym_for] = ACTIONS(4176), + [anon_sym_POUND] = ACTIONS(4176), + [anon_sym_asm] = ACTIONS(4176), + [anon_sym_AT_LBRACK] = ACTIONS(4176), + [sym___double_quote] = ACTIONS(4176), + [sym___single_quote] = ACTIONS(4176), + [sym___c_double_quote] = ACTIONS(4176), + [sym___c_single_quote] = ACTIONS(4176), + [sym___r_double_quote] = ACTIONS(4176), + [sym___r_single_quote] = ACTIONS(4176), + }, + [1493] = { + [sym_line_comment] = STATE(1493), + [sym_block_comment] = STATE(1493), + [sym_block] = STATE(1548), + [ts_builtin_sym_end] = ACTIONS(4178), + [sym_identifier] = ACTIONS(4180), + [anon_sym_LF] = ACTIONS(4180), + [anon_sym_CR] = ACTIONS(4180), + [anon_sym_CR_LF] = ACTIONS(4180), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4180), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4180), + [anon_sym_LPAREN] = ACTIONS(4180), + [anon_sym___global] = ACTIONS(4180), + [anon_sym_type] = ACTIONS(4180), + [anon_sym_fn] = ACTIONS(4180), + [anon_sym_PLUS] = ACTIONS(4180), + [anon_sym_DASH] = ACTIONS(4180), + [anon_sym_STAR] = ACTIONS(4180), + [anon_sym_struct] = ACTIONS(4180), + [anon_sym_union] = ACTIONS(4180), + [anon_sym_pub] = ACTIONS(4180), + [anon_sym_mut] = ACTIONS(4180), + [anon_sym_enum] = ACTIONS(4180), + [anon_sym_interface] = ACTIONS(4180), + [anon_sym_QMARK] = ACTIONS(4180), + [anon_sym_BANG] = ACTIONS(4180), + [anon_sym_go] = ACTIONS(4180), + [anon_sym_spawn] = ACTIONS(4180), + [anon_sym_json_DOTdecode] = ACTIONS(4180), + [anon_sym_LBRACK2] = ACTIONS(4180), + [anon_sym_TILDE] = ACTIONS(4180), + [anon_sym_CARET] = ACTIONS(4180), + [anon_sym_AMP] = ACTIONS(4180), + [anon_sym_LT_DASH] = ACTIONS(4180), + [sym_none] = ACTIONS(4180), + [sym_true] = ACTIONS(4180), + [sym_false] = ACTIONS(4180), + [sym_nil] = ACTIONS(4180), + [anon_sym_if] = ACTIONS(4180), + [anon_sym_DOLLARif] = ACTIONS(4180), + [anon_sym_match] = ACTIONS(4180), + [anon_sym_select] = ACTIONS(4180), + [anon_sym_lock] = ACTIONS(4180), + [anon_sym_rlock] = ACTIONS(4180), + [anon_sym_unsafe] = ACTIONS(4180), + [anon_sym_sql] = ACTIONS(4180), + [sym_int_literal] = ACTIONS(4180), + [sym_float_literal] = ACTIONS(4180), + [sym_rune_literal] = ACTIONS(4180), + [sym_pseudo_compile_time_identifier] = ACTIONS(4180), + [anon_sym_shared] = ACTIONS(4180), + [anon_sym_map_LBRACK] = ACTIONS(4180), + [anon_sym_chan] = ACTIONS(4180), + [anon_sym_thread] = ACTIONS(4180), + [anon_sym_atomic] = ACTIONS(4180), + [anon_sym_assert] = ACTIONS(4180), + [anon_sym_defer] = ACTIONS(4180), + [anon_sym_goto] = ACTIONS(4180), + [anon_sym_break] = ACTIONS(4180), + [anon_sym_continue] = ACTIONS(4180), + [anon_sym_return] = ACTIONS(4180), + [anon_sym_DOLLARfor] = ACTIONS(4180), + [anon_sym_for] = ACTIONS(4180), + [anon_sym_POUND] = ACTIONS(4180), + [anon_sym_asm] = ACTIONS(4180), + [anon_sym_AT_LBRACK] = ACTIONS(4180), + [sym___double_quote] = ACTIONS(4180), + [sym___single_quote] = ACTIONS(4180), + [sym___c_double_quote] = ACTIONS(4180), + [sym___c_single_quote] = ACTIONS(4180), + [sym___r_double_quote] = ACTIONS(4180), + [sym___r_single_quote] = ACTIONS(4180), + }, + [1494] = { + [sym_line_comment] = STATE(1494), + [sym_block_comment] = STATE(1494), + [sym_block] = STATE(1551), + [ts_builtin_sym_end] = ACTIONS(4182), + [sym_identifier] = ACTIONS(4184), + [anon_sym_LF] = ACTIONS(4184), + [anon_sym_CR] = ACTIONS(4184), + [anon_sym_CR_LF] = ACTIONS(4184), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4184), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4184), + [anon_sym_LPAREN] = ACTIONS(4184), + [anon_sym___global] = ACTIONS(4184), + [anon_sym_type] = ACTIONS(4184), + [anon_sym_fn] = ACTIONS(4184), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_STAR] = ACTIONS(4184), + [anon_sym_struct] = ACTIONS(4184), + [anon_sym_union] = ACTIONS(4184), + [anon_sym_pub] = ACTIONS(4184), + [anon_sym_mut] = ACTIONS(4184), + [anon_sym_enum] = ACTIONS(4184), + [anon_sym_interface] = ACTIONS(4184), + [anon_sym_QMARK] = ACTIONS(4184), + [anon_sym_BANG] = ACTIONS(4184), + [anon_sym_go] = ACTIONS(4184), + [anon_sym_spawn] = ACTIONS(4184), + [anon_sym_json_DOTdecode] = ACTIONS(4184), + [anon_sym_LBRACK2] = ACTIONS(4184), + [anon_sym_TILDE] = ACTIONS(4184), + [anon_sym_CARET] = ACTIONS(4184), + [anon_sym_AMP] = ACTIONS(4184), + [anon_sym_LT_DASH] = ACTIONS(4184), + [sym_none] = ACTIONS(4184), + [sym_true] = ACTIONS(4184), + [sym_false] = ACTIONS(4184), + [sym_nil] = ACTIONS(4184), + [anon_sym_if] = ACTIONS(4184), + [anon_sym_DOLLARif] = ACTIONS(4184), + [anon_sym_match] = ACTIONS(4184), + [anon_sym_select] = ACTIONS(4184), + [anon_sym_lock] = ACTIONS(4184), + [anon_sym_rlock] = ACTIONS(4184), + [anon_sym_unsafe] = ACTIONS(4184), + [anon_sym_sql] = ACTIONS(4184), + [sym_int_literal] = ACTIONS(4184), + [sym_float_literal] = ACTIONS(4184), + [sym_rune_literal] = ACTIONS(4184), + [sym_pseudo_compile_time_identifier] = ACTIONS(4184), + [anon_sym_shared] = ACTIONS(4184), + [anon_sym_map_LBRACK] = ACTIONS(4184), + [anon_sym_chan] = ACTIONS(4184), + [anon_sym_thread] = ACTIONS(4184), + [anon_sym_atomic] = ACTIONS(4184), + [anon_sym_assert] = ACTIONS(4184), + [anon_sym_defer] = ACTIONS(4184), + [anon_sym_goto] = ACTIONS(4184), + [anon_sym_break] = ACTIONS(4184), + [anon_sym_continue] = ACTIONS(4184), + [anon_sym_return] = ACTIONS(4184), + [anon_sym_DOLLARfor] = ACTIONS(4184), + [anon_sym_for] = ACTIONS(4184), + [anon_sym_POUND] = ACTIONS(4184), + [anon_sym_asm] = ACTIONS(4184), + [anon_sym_AT_LBRACK] = ACTIONS(4184), + [sym___double_quote] = ACTIONS(4184), + [sym___single_quote] = ACTIONS(4184), + [sym___c_double_quote] = ACTIONS(4184), + [sym___c_single_quote] = ACTIONS(4184), + [sym___r_double_quote] = ACTIONS(4184), + [sym___r_single_quote] = ACTIONS(4184), + }, + [1495] = { + [sym_line_comment] = STATE(1495), + [sym_block_comment] = STATE(1495), + [sym_block] = STATE(1600), + [ts_builtin_sym_end] = ACTIONS(4186), + [sym_identifier] = ACTIONS(4188), + [anon_sym_LF] = ACTIONS(4188), + [anon_sym_CR] = ACTIONS(4188), + [anon_sym_CR_LF] = ACTIONS(4188), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4188), + [anon_sym_LPAREN] = ACTIONS(4188), + [anon_sym___global] = ACTIONS(4188), + [anon_sym_type] = ACTIONS(4188), + [anon_sym_fn] = ACTIONS(4188), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [anon_sym_struct] = ACTIONS(4188), + [anon_sym_union] = ACTIONS(4188), + [anon_sym_pub] = ACTIONS(4188), + [anon_sym_mut] = ACTIONS(4188), + [anon_sym_enum] = ACTIONS(4188), + [anon_sym_interface] = ACTIONS(4188), + [anon_sym_QMARK] = ACTIONS(4188), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_go] = ACTIONS(4188), + [anon_sym_spawn] = ACTIONS(4188), + [anon_sym_json_DOTdecode] = ACTIONS(4188), + [anon_sym_LBRACK2] = ACTIONS(4188), + [anon_sym_TILDE] = ACTIONS(4188), + [anon_sym_CARET] = ACTIONS(4188), + [anon_sym_AMP] = ACTIONS(4188), + [anon_sym_LT_DASH] = ACTIONS(4188), + [sym_none] = ACTIONS(4188), + [sym_true] = ACTIONS(4188), + [sym_false] = ACTIONS(4188), + [sym_nil] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_DOLLARif] = ACTIONS(4188), + [anon_sym_match] = ACTIONS(4188), + [anon_sym_select] = ACTIONS(4188), + [anon_sym_lock] = ACTIONS(4188), + [anon_sym_rlock] = ACTIONS(4188), + [anon_sym_unsafe] = ACTIONS(4188), + [anon_sym_sql] = ACTIONS(4188), + [sym_int_literal] = ACTIONS(4188), + [sym_float_literal] = ACTIONS(4188), + [sym_rune_literal] = ACTIONS(4188), + [sym_pseudo_compile_time_identifier] = ACTIONS(4188), + [anon_sym_shared] = ACTIONS(4188), + [anon_sym_map_LBRACK] = ACTIONS(4188), + [anon_sym_chan] = ACTIONS(4188), + [anon_sym_thread] = ACTIONS(4188), + [anon_sym_atomic] = ACTIONS(4188), + [anon_sym_assert] = ACTIONS(4188), + [anon_sym_defer] = ACTIONS(4188), + [anon_sym_goto] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_DOLLARfor] = ACTIONS(4188), + [anon_sym_for] = ACTIONS(4188), + [anon_sym_POUND] = ACTIONS(4188), + [anon_sym_asm] = ACTIONS(4188), + [anon_sym_AT_LBRACK] = ACTIONS(4188), + [sym___double_quote] = ACTIONS(4188), + [sym___single_quote] = ACTIONS(4188), + [sym___c_double_quote] = ACTIONS(4188), + [sym___c_single_quote] = ACTIONS(4188), + [sym___r_double_quote] = ACTIONS(4188), + [sym___r_single_quote] = ACTIONS(4188), + }, + [1496] = { + [sym_line_comment] = STATE(1496), + [sym_block_comment] = STATE(1496), + [sym_block] = STATE(1613), + [ts_builtin_sym_end] = ACTIONS(4190), + [sym_identifier] = ACTIONS(4192), + [anon_sym_LF] = ACTIONS(4192), + [anon_sym_CR] = ACTIONS(4192), + [anon_sym_CR_LF] = ACTIONS(4192), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4192), + [anon_sym_LBRACE] = ACTIONS(4068), + [anon_sym_const] = ACTIONS(4192), + [anon_sym_LPAREN] = ACTIONS(4192), + [anon_sym___global] = ACTIONS(4192), + [anon_sym_type] = ACTIONS(4192), + [anon_sym_fn] = ACTIONS(4192), + [anon_sym_PLUS] = ACTIONS(4192), + [anon_sym_DASH] = ACTIONS(4192), + [anon_sym_STAR] = ACTIONS(4192), + [anon_sym_struct] = ACTIONS(4192), + [anon_sym_union] = ACTIONS(4192), + [anon_sym_pub] = ACTIONS(4192), + [anon_sym_mut] = ACTIONS(4192), + [anon_sym_enum] = ACTIONS(4192), + [anon_sym_interface] = ACTIONS(4192), + [anon_sym_QMARK] = ACTIONS(4192), + [anon_sym_BANG] = ACTIONS(4192), + [anon_sym_go] = ACTIONS(4192), + [anon_sym_spawn] = ACTIONS(4192), + [anon_sym_json_DOTdecode] = ACTIONS(4192), + [anon_sym_LBRACK2] = ACTIONS(4192), + [anon_sym_TILDE] = ACTIONS(4192), + [anon_sym_CARET] = ACTIONS(4192), + [anon_sym_AMP] = ACTIONS(4192), + [anon_sym_LT_DASH] = ACTIONS(4192), + [sym_none] = ACTIONS(4192), + [sym_true] = ACTIONS(4192), + [sym_false] = ACTIONS(4192), + [sym_nil] = ACTIONS(4192), + [anon_sym_if] = ACTIONS(4192), + [anon_sym_DOLLARif] = ACTIONS(4192), + [anon_sym_match] = ACTIONS(4192), + [anon_sym_select] = ACTIONS(4192), + [anon_sym_lock] = ACTIONS(4192), + [anon_sym_rlock] = ACTIONS(4192), + [anon_sym_unsafe] = ACTIONS(4192), + [anon_sym_sql] = ACTIONS(4192), + [sym_int_literal] = ACTIONS(4192), + [sym_float_literal] = ACTIONS(4192), + [sym_rune_literal] = ACTIONS(4192), + [sym_pseudo_compile_time_identifier] = ACTIONS(4192), + [anon_sym_shared] = ACTIONS(4192), + [anon_sym_map_LBRACK] = ACTIONS(4192), + [anon_sym_chan] = ACTIONS(4192), + [anon_sym_thread] = ACTIONS(4192), + [anon_sym_atomic] = ACTIONS(4192), + [anon_sym_assert] = ACTIONS(4192), + [anon_sym_defer] = ACTIONS(4192), + [anon_sym_goto] = ACTIONS(4192), + [anon_sym_break] = ACTIONS(4192), + [anon_sym_continue] = ACTIONS(4192), + [anon_sym_return] = ACTIONS(4192), + [anon_sym_DOLLARfor] = ACTIONS(4192), + [anon_sym_for] = ACTIONS(4192), + [anon_sym_POUND] = ACTIONS(4192), + [anon_sym_asm] = ACTIONS(4192), + [anon_sym_AT_LBRACK] = ACTIONS(4192), + [sym___double_quote] = ACTIONS(4192), + [sym___single_quote] = ACTIONS(4192), + [sym___c_double_quote] = ACTIONS(4192), + [sym___c_single_quote] = ACTIONS(4192), + [sym___r_double_quote] = ACTIONS(4192), + [sym___r_single_quote] = ACTIONS(4192), + }, + [1497] = { + [sym_line_comment] = STATE(1497), + [sym_block_comment] = STATE(1497), + [ts_builtin_sym_end] = ACTIONS(3391), + [sym_identifier] = ACTIONS(3393), + [anon_sym_LF] = ACTIONS(3393), + [anon_sym_CR] = ACTIONS(3393), + [anon_sym_CR_LF] = ACTIONS(3393), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3393), + [anon_sym_LBRACE] = ACTIONS(3393), + [anon_sym_const] = ACTIONS(3393), + [anon_sym_LPAREN] = ACTIONS(3393), + [anon_sym___global] = ACTIONS(3393), + [anon_sym_type] = ACTIONS(3393), + [anon_sym_PIPE] = ACTIONS(3393), + [anon_sym_fn] = ACTIONS(3393), + [anon_sym_PLUS] = ACTIONS(3393), + [anon_sym_DASH] = ACTIONS(3393), + [anon_sym_STAR] = ACTIONS(3393), + [anon_sym_struct] = ACTIONS(3393), + [anon_sym_union] = ACTIONS(3393), + [anon_sym_pub] = ACTIONS(3393), + [anon_sym_mut] = ACTIONS(3393), + [anon_sym_enum] = ACTIONS(3393), + [anon_sym_interface] = ACTIONS(3393), + [anon_sym_QMARK] = ACTIONS(3393), + [anon_sym_BANG] = ACTIONS(3393), + [anon_sym_go] = ACTIONS(3393), + [anon_sym_spawn] = ACTIONS(3393), + [anon_sym_json_DOTdecode] = ACTIONS(3393), + [anon_sym_LBRACK2] = ACTIONS(3393), + [anon_sym_TILDE] = ACTIONS(3393), + [anon_sym_CARET] = ACTIONS(3393), + [anon_sym_AMP] = ACTIONS(3393), + [anon_sym_LT_DASH] = ACTIONS(3393), + [sym_none] = ACTIONS(3393), + [sym_true] = ACTIONS(3393), + [sym_false] = ACTIONS(3393), + [sym_nil] = ACTIONS(3393), + [anon_sym_if] = ACTIONS(3393), + [anon_sym_DOLLARif] = ACTIONS(3393), + [anon_sym_match] = ACTIONS(3393), + [anon_sym_select] = ACTIONS(3393), + [anon_sym_lock] = ACTIONS(3393), + [anon_sym_rlock] = ACTIONS(3393), + [anon_sym_unsafe] = ACTIONS(3393), + [anon_sym_sql] = ACTIONS(3393), + [sym_int_literal] = ACTIONS(3393), + [sym_float_literal] = ACTIONS(3393), + [sym_rune_literal] = ACTIONS(3393), + [sym_pseudo_compile_time_identifier] = ACTIONS(3393), + [anon_sym_shared] = ACTIONS(3393), + [anon_sym_map_LBRACK] = ACTIONS(3393), + [anon_sym_chan] = ACTIONS(3393), + [anon_sym_thread] = ACTIONS(3393), + [anon_sym_atomic] = ACTIONS(3393), + [anon_sym_assert] = ACTIONS(3393), + [anon_sym_defer] = ACTIONS(3393), + [anon_sym_goto] = ACTIONS(3393), + [anon_sym_break] = ACTIONS(3393), + [anon_sym_continue] = ACTIONS(3393), + [anon_sym_return] = ACTIONS(3393), + [anon_sym_DOLLARfor] = ACTIONS(3393), + [anon_sym_for] = ACTIONS(3393), + [anon_sym_POUND] = ACTIONS(3393), + [anon_sym_asm] = ACTIONS(3393), + [anon_sym_AT_LBRACK] = ACTIONS(3393), + [sym___double_quote] = ACTIONS(3393), + [sym___single_quote] = ACTIONS(3393), + [sym___c_double_quote] = ACTIONS(3393), + [sym___c_single_quote] = ACTIONS(3393), + [sym___r_double_quote] = ACTIONS(3393), + [sym___r_single_quote] = ACTIONS(3393), + }, + [1498] = { + [sym_line_comment] = STATE(1498), + [sym_block_comment] = STATE(1498), + [ts_builtin_sym_end] = ACTIONS(2871), + [sym_identifier] = ACTIONS(2873), + [anon_sym_LF] = ACTIONS(2873), + [anon_sym_CR] = ACTIONS(2873), + [anon_sym_CR_LF] = ACTIONS(2873), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(2873), + [anon_sym_LBRACE] = ACTIONS(2873), + [anon_sym_const] = ACTIONS(2873), + [anon_sym_LPAREN] = ACTIONS(2873), + [anon_sym___global] = ACTIONS(2873), + [anon_sym_type] = ACTIONS(2873), + [anon_sym_PIPE] = ACTIONS(2873), + [anon_sym_fn] = ACTIONS(2873), + [anon_sym_PLUS] = ACTIONS(2873), + [anon_sym_DASH] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_struct] = ACTIONS(2873), + [anon_sym_union] = ACTIONS(2873), + [anon_sym_pub] = ACTIONS(2873), + [anon_sym_mut] = ACTIONS(2873), + [anon_sym_enum] = ACTIONS(2873), + [anon_sym_interface] = ACTIONS(2873), + [anon_sym_QMARK] = ACTIONS(2873), + [anon_sym_BANG] = ACTIONS(2873), + [anon_sym_go] = ACTIONS(2873), + [anon_sym_spawn] = ACTIONS(2873), + [anon_sym_json_DOTdecode] = ACTIONS(2873), + [anon_sym_LBRACK2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_CARET] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2873), + [anon_sym_LT_DASH] = ACTIONS(2873), + [sym_none] = ACTIONS(2873), + [sym_true] = ACTIONS(2873), + [sym_false] = ACTIONS(2873), + [sym_nil] = ACTIONS(2873), + [anon_sym_if] = ACTIONS(2873), + [anon_sym_DOLLARif] = ACTIONS(2873), + [anon_sym_match] = ACTIONS(2873), + [anon_sym_select] = ACTIONS(2873), + [anon_sym_lock] = ACTIONS(2873), + [anon_sym_rlock] = ACTIONS(2873), + [anon_sym_unsafe] = ACTIONS(2873), + [anon_sym_sql] = ACTIONS(2873), + [sym_int_literal] = ACTIONS(2873), + [sym_float_literal] = ACTIONS(2873), + [sym_rune_literal] = ACTIONS(2873), + [sym_pseudo_compile_time_identifier] = ACTIONS(2873), + [anon_sym_shared] = ACTIONS(2873), + [anon_sym_map_LBRACK] = ACTIONS(2873), + [anon_sym_chan] = ACTIONS(2873), + [anon_sym_thread] = ACTIONS(2873), + [anon_sym_atomic] = ACTIONS(2873), + [anon_sym_assert] = ACTIONS(2873), + [anon_sym_defer] = ACTIONS(2873), + [anon_sym_goto] = ACTIONS(2873), + [anon_sym_break] = ACTIONS(2873), + [anon_sym_continue] = ACTIONS(2873), + [anon_sym_return] = ACTIONS(2873), + [anon_sym_DOLLARfor] = ACTIONS(2873), + [anon_sym_for] = ACTIONS(2873), + [anon_sym_POUND] = ACTIONS(2873), + [anon_sym_asm] = ACTIONS(2873), + [anon_sym_AT_LBRACK] = ACTIONS(2873), + [sym___double_quote] = ACTIONS(2873), + [sym___single_quote] = ACTIONS(2873), + [sym___c_double_quote] = ACTIONS(2873), + [sym___c_single_quote] = ACTIONS(2873), + [sym___r_double_quote] = ACTIONS(2873), + [sym___r_single_quote] = ACTIONS(2873), + }, [1499] = { [sym_line_comment] = STATE(1499), [sym_block_comment] = STATE(1499), - [ts_builtin_sym_end] = ACTIONS(3550), + [ts_builtin_sym_end] = ACTIONS(3359), + [sym_identifier] = ACTIONS(3361), + [anon_sym_LF] = ACTIONS(3361), + [anon_sym_CR] = ACTIONS(3361), + [anon_sym_CR_LF] = ACTIONS(3361), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3361), + [anon_sym_LBRACE] = ACTIONS(3361), + [anon_sym_const] = ACTIONS(3361), + [anon_sym_LPAREN] = ACTIONS(3361), + [anon_sym___global] = ACTIONS(3361), + [anon_sym_type] = ACTIONS(3361), + [anon_sym_PIPE] = ACTIONS(3361), + [anon_sym_fn] = ACTIONS(3361), + [anon_sym_PLUS] = ACTIONS(3361), + [anon_sym_DASH] = ACTIONS(3361), + [anon_sym_STAR] = ACTIONS(3361), + [anon_sym_struct] = ACTIONS(3361), + [anon_sym_union] = ACTIONS(3361), + [anon_sym_pub] = ACTIONS(3361), + [anon_sym_mut] = ACTIONS(3361), + [anon_sym_enum] = ACTIONS(3361), + [anon_sym_interface] = ACTIONS(3361), + [anon_sym_QMARK] = ACTIONS(3361), + [anon_sym_BANG] = ACTIONS(3361), + [anon_sym_go] = ACTIONS(3361), + [anon_sym_spawn] = ACTIONS(3361), + [anon_sym_json_DOTdecode] = ACTIONS(3361), + [anon_sym_LBRACK2] = ACTIONS(3361), + [anon_sym_TILDE] = ACTIONS(3361), + [anon_sym_CARET] = ACTIONS(3361), + [anon_sym_AMP] = ACTIONS(3361), + [anon_sym_LT_DASH] = ACTIONS(3361), + [sym_none] = ACTIONS(3361), + [sym_true] = ACTIONS(3361), + [sym_false] = ACTIONS(3361), + [sym_nil] = ACTIONS(3361), + [anon_sym_if] = ACTIONS(3361), + [anon_sym_DOLLARif] = ACTIONS(3361), + [anon_sym_match] = ACTIONS(3361), + [anon_sym_select] = ACTIONS(3361), + [anon_sym_lock] = ACTIONS(3361), + [anon_sym_rlock] = ACTIONS(3361), + [anon_sym_unsafe] = ACTIONS(3361), + [anon_sym_sql] = ACTIONS(3361), + [sym_int_literal] = ACTIONS(3361), + [sym_float_literal] = ACTIONS(3361), + [sym_rune_literal] = ACTIONS(3361), + [sym_pseudo_compile_time_identifier] = ACTIONS(3361), + [anon_sym_shared] = ACTIONS(3361), + [anon_sym_map_LBRACK] = ACTIONS(3361), + [anon_sym_chan] = ACTIONS(3361), + [anon_sym_thread] = ACTIONS(3361), + [anon_sym_atomic] = ACTIONS(3361), + [anon_sym_assert] = ACTIONS(3361), + [anon_sym_defer] = ACTIONS(3361), + [anon_sym_goto] = ACTIONS(3361), + [anon_sym_break] = ACTIONS(3361), + [anon_sym_continue] = ACTIONS(3361), + [anon_sym_return] = ACTIONS(3361), + [anon_sym_DOLLARfor] = ACTIONS(3361), + [anon_sym_for] = ACTIONS(3361), + [anon_sym_POUND] = ACTIONS(3361), + [anon_sym_asm] = ACTIONS(3361), + [anon_sym_AT_LBRACK] = ACTIONS(3361), + [sym___double_quote] = ACTIONS(3361), + [sym___single_quote] = ACTIONS(3361), + [sym___c_double_quote] = ACTIONS(3361), + [sym___c_single_quote] = ACTIONS(3361), + [sym___r_double_quote] = ACTIONS(3361), + [sym___r_single_quote] = ACTIONS(3361), + }, + [1500] = { + [sym_line_comment] = STATE(1500), + [sym_block_comment] = STATE(1500), + [ts_builtin_sym_end] = ACTIONS(3556), [sym_identifier] = ACTIONS(1719), [anon_sym_LF] = ACTIONS(1719), [anon_sym_CR] = ACTIONS(1719), @@ -183896,1748 +184029,1673 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1719), [sym___r_single_quote] = ACTIONS(1719), }, - [1500] = { - [sym_line_comment] = STATE(1500), - [sym_block_comment] = STATE(1500), - [ts_builtin_sym_end] = ACTIONS(3229), - [sym_identifier] = ACTIONS(3231), - [anon_sym_LF] = ACTIONS(3231), - [anon_sym_CR] = ACTIONS(3231), - [anon_sym_CR_LF] = ACTIONS(3231), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(3231), - [anon_sym_const] = ACTIONS(3231), - [anon_sym_LPAREN] = ACTIONS(3231), - [anon_sym___global] = ACTIONS(3231), - [anon_sym_type] = ACTIONS(3231), - [anon_sym_PIPE] = ACTIONS(3231), - [anon_sym_fn] = ACTIONS(3231), - [anon_sym_PLUS] = ACTIONS(3231), - [anon_sym_DASH] = ACTIONS(3231), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_struct] = ACTIONS(3231), - [anon_sym_union] = ACTIONS(3231), - [anon_sym_pub] = ACTIONS(3231), - [anon_sym_mut] = ACTIONS(3231), - [anon_sym_enum] = ACTIONS(3231), - [anon_sym_interface] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3231), - [anon_sym_BANG] = ACTIONS(3231), - [anon_sym_go] = ACTIONS(3231), - [anon_sym_spawn] = ACTIONS(3231), - [anon_sym_json_DOTdecode] = ACTIONS(3231), - [anon_sym_LBRACK2] = ACTIONS(3231), - [anon_sym_TILDE] = ACTIONS(3231), - [anon_sym_CARET] = ACTIONS(3231), - [anon_sym_AMP] = ACTIONS(3231), - [anon_sym_LT_DASH] = ACTIONS(3231), - [sym_none] = ACTIONS(3231), - [sym_true] = ACTIONS(3231), - [sym_false] = ACTIONS(3231), - [sym_nil] = ACTIONS(3231), - [anon_sym_if] = ACTIONS(3231), - [anon_sym_DOLLARif] = ACTIONS(3231), - [anon_sym_match] = ACTIONS(3231), - [anon_sym_select] = ACTIONS(3231), - [anon_sym_lock] = ACTIONS(3231), - [anon_sym_rlock] = ACTIONS(3231), - [anon_sym_unsafe] = ACTIONS(3231), - [anon_sym_sql] = ACTIONS(3231), - [sym_int_literal] = ACTIONS(3231), - [sym_float_literal] = ACTIONS(3231), - [sym_rune_literal] = ACTIONS(3231), - [sym_pseudo_compile_time_identifier] = ACTIONS(3231), - [anon_sym_shared] = ACTIONS(3231), - [anon_sym_map_LBRACK] = ACTIONS(3231), - [anon_sym_chan] = ACTIONS(3231), - [anon_sym_thread] = ACTIONS(3231), - [anon_sym_atomic] = ACTIONS(3231), - [anon_sym_assert] = ACTIONS(3231), - [anon_sym_defer] = ACTIONS(3231), - [anon_sym_goto] = ACTIONS(3231), - [anon_sym_break] = ACTIONS(3231), - [anon_sym_continue] = ACTIONS(3231), - [anon_sym_return] = ACTIONS(3231), - [anon_sym_DOLLARfor] = ACTIONS(3231), - [anon_sym_for] = ACTIONS(3231), - [anon_sym_POUND] = ACTIONS(3231), - [anon_sym_asm] = ACTIONS(3231), - [anon_sym_AT_LBRACK] = ACTIONS(3231), - [sym___double_quote] = ACTIONS(3231), - [sym___single_quote] = ACTIONS(3231), - [sym___c_double_quote] = ACTIONS(3231), - [sym___c_single_quote] = ACTIONS(3231), - [sym___r_double_quote] = ACTIONS(3231), - [sym___r_single_quote] = ACTIONS(3231), - }, [1501] = { [sym_line_comment] = STATE(1501), [sym_block_comment] = STATE(1501), - [ts_builtin_sym_end] = ACTIONS(3019), - [sym_identifier] = ACTIONS(3021), - [anon_sym_LF] = ACTIONS(3021), - [anon_sym_CR] = ACTIONS(3021), - [anon_sym_CR_LF] = ACTIONS(3021), + [ts_builtin_sym_end] = ACTIONS(3339), + [sym_identifier] = ACTIONS(3341), + [anon_sym_LF] = ACTIONS(3341), + [anon_sym_CR] = ACTIONS(3341), + [anon_sym_CR_LF] = ACTIONS(3341), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3021), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_const] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3021), - [anon_sym___global] = ACTIONS(3021), - [anon_sym_type] = ACTIONS(3021), - [anon_sym_PIPE] = ACTIONS(3021), - [anon_sym_fn] = ACTIONS(3021), - [anon_sym_PLUS] = ACTIONS(3021), - [anon_sym_DASH] = ACTIONS(3021), - [anon_sym_STAR] = ACTIONS(3021), - [anon_sym_struct] = ACTIONS(3021), - [anon_sym_union] = ACTIONS(3021), - [anon_sym_pub] = ACTIONS(3021), - [anon_sym_mut] = ACTIONS(3021), - [anon_sym_enum] = ACTIONS(3021), - [anon_sym_interface] = ACTIONS(3021), - [anon_sym_QMARK] = ACTIONS(3021), - [anon_sym_BANG] = ACTIONS(3021), - [anon_sym_go] = ACTIONS(3021), - [anon_sym_spawn] = ACTIONS(3021), - [anon_sym_json_DOTdecode] = ACTIONS(3021), - [anon_sym_LBRACK2] = ACTIONS(3021), - [anon_sym_TILDE] = ACTIONS(3021), - [anon_sym_CARET] = ACTIONS(3021), - [anon_sym_AMP] = ACTIONS(3021), - [anon_sym_LT_DASH] = ACTIONS(3021), - [sym_none] = ACTIONS(3021), - [sym_true] = ACTIONS(3021), - [sym_false] = ACTIONS(3021), - [sym_nil] = ACTIONS(3021), - [anon_sym_if] = ACTIONS(3021), - [anon_sym_DOLLARif] = ACTIONS(3021), - [anon_sym_match] = ACTIONS(3021), - [anon_sym_select] = ACTIONS(3021), - [anon_sym_lock] = ACTIONS(3021), - [anon_sym_rlock] = ACTIONS(3021), - [anon_sym_unsafe] = ACTIONS(3021), - [anon_sym_sql] = ACTIONS(3021), - [sym_int_literal] = ACTIONS(3021), - [sym_float_literal] = ACTIONS(3021), - [sym_rune_literal] = ACTIONS(3021), - [sym_pseudo_compile_time_identifier] = ACTIONS(3021), - [anon_sym_shared] = ACTIONS(3021), - [anon_sym_map_LBRACK] = ACTIONS(3021), - [anon_sym_chan] = ACTIONS(3021), - [anon_sym_thread] = ACTIONS(3021), - [anon_sym_atomic] = ACTIONS(3021), - [anon_sym_assert] = ACTIONS(3021), - [anon_sym_defer] = ACTIONS(3021), - [anon_sym_goto] = ACTIONS(3021), - [anon_sym_break] = ACTIONS(3021), - [anon_sym_continue] = ACTIONS(3021), - [anon_sym_return] = ACTIONS(3021), - [anon_sym_DOLLARfor] = ACTIONS(3021), - [anon_sym_for] = ACTIONS(3021), - [anon_sym_POUND] = ACTIONS(3021), - [anon_sym_asm] = ACTIONS(3021), - [anon_sym_AT_LBRACK] = ACTIONS(3021), - [sym___double_quote] = ACTIONS(3021), - [sym___single_quote] = ACTIONS(3021), - [sym___c_double_quote] = ACTIONS(3021), - [sym___c_single_quote] = ACTIONS(3021), - [sym___r_double_quote] = ACTIONS(3021), - [sym___r_single_quote] = ACTIONS(3021), + [anon_sym_DOT] = ACTIONS(3341), + [anon_sym_LBRACE] = ACTIONS(3341), + [anon_sym_const] = ACTIONS(3341), + [anon_sym_LPAREN] = ACTIONS(3341), + [anon_sym___global] = ACTIONS(3341), + [anon_sym_type] = ACTIONS(3341), + [anon_sym_PIPE] = ACTIONS(3341), + [anon_sym_fn] = ACTIONS(3341), + [anon_sym_PLUS] = ACTIONS(3341), + [anon_sym_DASH] = ACTIONS(3341), + [anon_sym_STAR] = ACTIONS(3341), + [anon_sym_struct] = ACTIONS(3341), + [anon_sym_union] = ACTIONS(3341), + [anon_sym_pub] = ACTIONS(3341), + [anon_sym_mut] = ACTIONS(3341), + [anon_sym_enum] = ACTIONS(3341), + [anon_sym_interface] = ACTIONS(3341), + [anon_sym_QMARK] = ACTIONS(3341), + [anon_sym_BANG] = ACTIONS(3341), + [anon_sym_go] = ACTIONS(3341), + [anon_sym_spawn] = ACTIONS(3341), + [anon_sym_json_DOTdecode] = ACTIONS(3341), + [anon_sym_LBRACK2] = ACTIONS(3341), + [anon_sym_TILDE] = ACTIONS(3341), + [anon_sym_CARET] = ACTIONS(3341), + [anon_sym_AMP] = ACTIONS(3341), + [anon_sym_LT_DASH] = ACTIONS(3341), + [sym_none] = ACTIONS(3341), + [sym_true] = ACTIONS(3341), + [sym_false] = ACTIONS(3341), + [sym_nil] = ACTIONS(3341), + [anon_sym_if] = ACTIONS(3341), + [anon_sym_DOLLARif] = ACTIONS(3341), + [anon_sym_match] = ACTIONS(3341), + [anon_sym_select] = ACTIONS(3341), + [anon_sym_lock] = ACTIONS(3341), + [anon_sym_rlock] = ACTIONS(3341), + [anon_sym_unsafe] = ACTIONS(3341), + [anon_sym_sql] = ACTIONS(3341), + [sym_int_literal] = ACTIONS(3341), + [sym_float_literal] = ACTIONS(3341), + [sym_rune_literal] = ACTIONS(3341), + [sym_pseudo_compile_time_identifier] = ACTIONS(3341), + [anon_sym_shared] = ACTIONS(3341), + [anon_sym_map_LBRACK] = ACTIONS(3341), + [anon_sym_chan] = ACTIONS(3341), + [anon_sym_thread] = ACTIONS(3341), + [anon_sym_atomic] = ACTIONS(3341), + [anon_sym_assert] = ACTIONS(3341), + [anon_sym_defer] = ACTIONS(3341), + [anon_sym_goto] = ACTIONS(3341), + [anon_sym_break] = ACTIONS(3341), + [anon_sym_continue] = ACTIONS(3341), + [anon_sym_return] = ACTIONS(3341), + [anon_sym_DOLLARfor] = ACTIONS(3341), + [anon_sym_for] = ACTIONS(3341), + [anon_sym_POUND] = ACTIONS(3341), + [anon_sym_asm] = ACTIONS(3341), + [anon_sym_AT_LBRACK] = ACTIONS(3341), + [sym___double_quote] = ACTIONS(3341), + [sym___single_quote] = ACTIONS(3341), + [sym___c_double_quote] = ACTIONS(3341), + [sym___c_single_quote] = ACTIONS(3341), + [sym___r_double_quote] = ACTIONS(3341), + [sym___r_single_quote] = ACTIONS(3341), }, [1502] = { [sym_line_comment] = STATE(1502), [sym_block_comment] = STATE(1502), - [ts_builtin_sym_end] = ACTIONS(3269), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LF] = ACTIONS(3271), - [anon_sym_CR] = ACTIONS(3271), - [anon_sym_CR_LF] = ACTIONS(3271), + [ts_builtin_sym_end] = ACTIONS(3071), + [sym_identifier] = ACTIONS(3073), + [anon_sym_LF] = ACTIONS(3073), + [anon_sym_CR] = ACTIONS(3073), + [anon_sym_CR_LF] = ACTIONS(3073), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3271), - [anon_sym_LBRACE] = ACTIONS(3271), - [anon_sym_const] = ACTIONS(3271), - [anon_sym_LPAREN] = ACTIONS(3271), - [anon_sym___global] = ACTIONS(3271), - [anon_sym_type] = ACTIONS(3271), - [anon_sym_PIPE] = ACTIONS(3271), - [anon_sym_fn] = ACTIONS(3271), - [anon_sym_PLUS] = ACTIONS(3271), - [anon_sym_DASH] = ACTIONS(3271), - [anon_sym_STAR] = ACTIONS(3271), - [anon_sym_struct] = ACTIONS(3271), - [anon_sym_union] = ACTIONS(3271), - [anon_sym_pub] = ACTIONS(3271), - [anon_sym_mut] = ACTIONS(3271), - [anon_sym_enum] = ACTIONS(3271), - [anon_sym_interface] = ACTIONS(3271), - [anon_sym_QMARK] = ACTIONS(3271), - [anon_sym_BANG] = ACTIONS(3271), - [anon_sym_go] = ACTIONS(3271), - [anon_sym_spawn] = ACTIONS(3271), - [anon_sym_json_DOTdecode] = ACTIONS(3271), - [anon_sym_LBRACK2] = ACTIONS(3271), - [anon_sym_TILDE] = ACTIONS(3271), - [anon_sym_CARET] = ACTIONS(3271), - [anon_sym_AMP] = ACTIONS(3271), - [anon_sym_LT_DASH] = ACTIONS(3271), - [sym_none] = ACTIONS(3271), - [sym_true] = ACTIONS(3271), - [sym_false] = ACTIONS(3271), - [sym_nil] = ACTIONS(3271), - [anon_sym_if] = ACTIONS(3271), - [anon_sym_DOLLARif] = ACTIONS(3271), - [anon_sym_match] = ACTIONS(3271), - [anon_sym_select] = ACTIONS(3271), - [anon_sym_lock] = ACTIONS(3271), - [anon_sym_rlock] = ACTIONS(3271), - [anon_sym_unsafe] = ACTIONS(3271), - [anon_sym_sql] = ACTIONS(3271), - [sym_int_literal] = ACTIONS(3271), - [sym_float_literal] = ACTIONS(3271), - [sym_rune_literal] = ACTIONS(3271), - [sym_pseudo_compile_time_identifier] = ACTIONS(3271), - [anon_sym_shared] = ACTIONS(3271), - [anon_sym_map_LBRACK] = ACTIONS(3271), - [anon_sym_chan] = ACTIONS(3271), - [anon_sym_thread] = ACTIONS(3271), - [anon_sym_atomic] = ACTIONS(3271), - [anon_sym_assert] = ACTIONS(3271), - [anon_sym_defer] = ACTIONS(3271), - [anon_sym_goto] = ACTIONS(3271), - [anon_sym_break] = ACTIONS(3271), - [anon_sym_continue] = ACTIONS(3271), - [anon_sym_return] = ACTIONS(3271), - [anon_sym_DOLLARfor] = ACTIONS(3271), - [anon_sym_for] = ACTIONS(3271), - [anon_sym_POUND] = ACTIONS(3271), - [anon_sym_asm] = ACTIONS(3271), - [anon_sym_AT_LBRACK] = ACTIONS(3271), - [sym___double_quote] = ACTIONS(3271), - [sym___single_quote] = ACTIONS(3271), - [sym___c_double_quote] = ACTIONS(3271), - [sym___c_single_quote] = ACTIONS(3271), - [sym___r_double_quote] = ACTIONS(3271), - [sym___r_single_quote] = ACTIONS(3271), + [anon_sym_DOT] = ACTIONS(3073), + [anon_sym_LBRACE] = ACTIONS(3073), + [anon_sym_const] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(3073), + [anon_sym___global] = ACTIONS(3073), + [anon_sym_type] = ACTIONS(3073), + [anon_sym_PIPE] = ACTIONS(3073), + [anon_sym_fn] = ACTIONS(3073), + [anon_sym_PLUS] = ACTIONS(3073), + [anon_sym_DASH] = ACTIONS(3073), + [anon_sym_STAR] = ACTIONS(3073), + [anon_sym_struct] = ACTIONS(3073), + [anon_sym_union] = ACTIONS(3073), + [anon_sym_pub] = ACTIONS(3073), + [anon_sym_mut] = ACTIONS(3073), + [anon_sym_enum] = ACTIONS(3073), + [anon_sym_interface] = ACTIONS(3073), + [anon_sym_QMARK] = ACTIONS(3073), + [anon_sym_BANG] = ACTIONS(3073), + [anon_sym_go] = ACTIONS(3073), + [anon_sym_spawn] = ACTIONS(3073), + [anon_sym_json_DOTdecode] = ACTIONS(3073), + [anon_sym_LBRACK2] = ACTIONS(3073), + [anon_sym_TILDE] = ACTIONS(3073), + [anon_sym_CARET] = ACTIONS(3073), + [anon_sym_AMP] = ACTIONS(3073), + [anon_sym_LT_DASH] = ACTIONS(3073), + [sym_none] = ACTIONS(3073), + [sym_true] = ACTIONS(3073), + [sym_false] = ACTIONS(3073), + [sym_nil] = ACTIONS(3073), + [anon_sym_if] = ACTIONS(3073), + [anon_sym_DOLLARif] = ACTIONS(3073), + [anon_sym_match] = ACTIONS(3073), + [anon_sym_select] = ACTIONS(3073), + [anon_sym_lock] = ACTIONS(3073), + [anon_sym_rlock] = ACTIONS(3073), + [anon_sym_unsafe] = ACTIONS(3073), + [anon_sym_sql] = ACTIONS(3073), + [sym_int_literal] = ACTIONS(3073), + [sym_float_literal] = ACTIONS(3073), + [sym_rune_literal] = ACTIONS(3073), + [sym_pseudo_compile_time_identifier] = ACTIONS(3073), + [anon_sym_shared] = ACTIONS(3073), + [anon_sym_map_LBRACK] = ACTIONS(3073), + [anon_sym_chan] = ACTIONS(3073), + [anon_sym_thread] = ACTIONS(3073), + [anon_sym_atomic] = ACTIONS(3073), + [anon_sym_assert] = ACTIONS(3073), + [anon_sym_defer] = ACTIONS(3073), + [anon_sym_goto] = ACTIONS(3073), + [anon_sym_break] = ACTIONS(3073), + [anon_sym_continue] = ACTIONS(3073), + [anon_sym_return] = ACTIONS(3073), + [anon_sym_DOLLARfor] = ACTIONS(3073), + [anon_sym_for] = ACTIONS(3073), + [anon_sym_POUND] = ACTIONS(3073), + [anon_sym_asm] = ACTIONS(3073), + [anon_sym_AT_LBRACK] = ACTIONS(3073), + [sym___double_quote] = ACTIONS(3073), + [sym___single_quote] = ACTIONS(3073), + [sym___c_double_quote] = ACTIONS(3073), + [sym___c_single_quote] = ACTIONS(3073), + [sym___r_double_quote] = ACTIONS(3073), + [sym___r_single_quote] = ACTIONS(3073), }, [1503] = { [sym_line_comment] = STATE(1503), [sym_block_comment] = STATE(1503), - [ts_builtin_sym_end] = ACTIONS(2955), - [sym_identifier] = ACTIONS(2957), - [anon_sym_LF] = ACTIONS(2957), - [anon_sym_CR] = ACTIONS(2957), - [anon_sym_CR_LF] = ACTIONS(2957), + [ts_builtin_sym_end] = ACTIONS(3151), + [sym_identifier] = ACTIONS(3153), + [anon_sym_LF] = ACTIONS(3153), + [anon_sym_CR] = ACTIONS(3153), + [anon_sym_CR_LF] = ACTIONS(3153), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2957), - [anon_sym_LBRACE] = ACTIONS(2957), - [anon_sym_const] = ACTIONS(2957), - [anon_sym_LPAREN] = ACTIONS(2957), - [anon_sym___global] = ACTIONS(2957), - [anon_sym_type] = ACTIONS(2957), - [anon_sym_PIPE] = ACTIONS(2957), - [anon_sym_fn] = ACTIONS(2957), - [anon_sym_PLUS] = ACTIONS(2957), - [anon_sym_DASH] = ACTIONS(2957), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_struct] = ACTIONS(2957), - [anon_sym_union] = ACTIONS(2957), - [anon_sym_pub] = ACTIONS(2957), - [anon_sym_mut] = ACTIONS(2957), - [anon_sym_enum] = ACTIONS(2957), - [anon_sym_interface] = ACTIONS(2957), - [anon_sym_QMARK] = ACTIONS(2957), - [anon_sym_BANG] = ACTIONS(2957), - [anon_sym_go] = ACTIONS(2957), - [anon_sym_spawn] = ACTIONS(2957), - [anon_sym_json_DOTdecode] = ACTIONS(2957), - [anon_sym_LBRACK2] = ACTIONS(2957), - [anon_sym_TILDE] = ACTIONS(2957), - [anon_sym_CARET] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2957), - [anon_sym_LT_DASH] = ACTIONS(2957), - [sym_none] = ACTIONS(2957), - [sym_true] = ACTIONS(2957), - [sym_false] = ACTIONS(2957), - [sym_nil] = ACTIONS(2957), - [anon_sym_if] = ACTIONS(2957), - [anon_sym_DOLLARif] = ACTIONS(2957), - [anon_sym_match] = ACTIONS(2957), - [anon_sym_select] = ACTIONS(2957), - [anon_sym_lock] = ACTIONS(2957), - [anon_sym_rlock] = ACTIONS(2957), - [anon_sym_unsafe] = ACTIONS(2957), - [anon_sym_sql] = ACTIONS(2957), - [sym_int_literal] = ACTIONS(2957), - [sym_float_literal] = ACTIONS(2957), - [sym_rune_literal] = ACTIONS(2957), - [sym_pseudo_compile_time_identifier] = ACTIONS(2957), - [anon_sym_shared] = ACTIONS(2957), - [anon_sym_map_LBRACK] = ACTIONS(2957), - [anon_sym_chan] = ACTIONS(2957), - [anon_sym_thread] = ACTIONS(2957), - [anon_sym_atomic] = ACTIONS(2957), - [anon_sym_assert] = ACTIONS(2957), - [anon_sym_defer] = ACTIONS(2957), - [anon_sym_goto] = ACTIONS(2957), - [anon_sym_break] = ACTIONS(2957), - [anon_sym_continue] = ACTIONS(2957), - [anon_sym_return] = ACTIONS(2957), - [anon_sym_DOLLARfor] = ACTIONS(2957), - [anon_sym_for] = ACTIONS(2957), - [anon_sym_POUND] = ACTIONS(2957), - [anon_sym_asm] = ACTIONS(2957), - [anon_sym_AT_LBRACK] = ACTIONS(2957), - [sym___double_quote] = ACTIONS(2957), - [sym___single_quote] = ACTIONS(2957), - [sym___c_double_quote] = ACTIONS(2957), - [sym___c_single_quote] = ACTIONS(2957), - [sym___r_double_quote] = ACTIONS(2957), - [sym___r_single_quote] = ACTIONS(2957), + [anon_sym_DOT] = ACTIONS(3153), + [anon_sym_LBRACE] = ACTIONS(3153), + [anon_sym_const] = ACTIONS(3153), + [anon_sym_LPAREN] = ACTIONS(3153), + [anon_sym___global] = ACTIONS(3153), + [anon_sym_type] = ACTIONS(3153), + [anon_sym_PIPE] = ACTIONS(3153), + [anon_sym_fn] = ACTIONS(3153), + [anon_sym_PLUS] = ACTIONS(3153), + [anon_sym_DASH] = ACTIONS(3153), + [anon_sym_STAR] = ACTIONS(3153), + [anon_sym_struct] = ACTIONS(3153), + [anon_sym_union] = ACTIONS(3153), + [anon_sym_pub] = ACTIONS(3153), + [anon_sym_mut] = ACTIONS(3153), + [anon_sym_enum] = ACTIONS(3153), + [anon_sym_interface] = ACTIONS(3153), + [anon_sym_QMARK] = ACTIONS(3153), + [anon_sym_BANG] = ACTIONS(3153), + [anon_sym_go] = ACTIONS(3153), + [anon_sym_spawn] = ACTIONS(3153), + [anon_sym_json_DOTdecode] = ACTIONS(3153), + [anon_sym_LBRACK2] = ACTIONS(3153), + [anon_sym_TILDE] = ACTIONS(3153), + [anon_sym_CARET] = ACTIONS(3153), + [anon_sym_AMP] = ACTIONS(3153), + [anon_sym_LT_DASH] = ACTIONS(3153), + [sym_none] = ACTIONS(3153), + [sym_true] = ACTIONS(3153), + [sym_false] = ACTIONS(3153), + [sym_nil] = ACTIONS(3153), + [anon_sym_if] = ACTIONS(3153), + [anon_sym_DOLLARif] = ACTIONS(3153), + [anon_sym_match] = ACTIONS(3153), + [anon_sym_select] = ACTIONS(3153), + [anon_sym_lock] = ACTIONS(3153), + [anon_sym_rlock] = ACTIONS(3153), + [anon_sym_unsafe] = ACTIONS(3153), + [anon_sym_sql] = ACTIONS(3153), + [sym_int_literal] = ACTIONS(3153), + [sym_float_literal] = ACTIONS(3153), + [sym_rune_literal] = ACTIONS(3153), + [sym_pseudo_compile_time_identifier] = ACTIONS(3153), + [anon_sym_shared] = ACTIONS(3153), + [anon_sym_map_LBRACK] = ACTIONS(3153), + [anon_sym_chan] = ACTIONS(3153), + [anon_sym_thread] = ACTIONS(3153), + [anon_sym_atomic] = ACTIONS(3153), + [anon_sym_assert] = ACTIONS(3153), + [anon_sym_defer] = ACTIONS(3153), + [anon_sym_goto] = ACTIONS(3153), + [anon_sym_break] = ACTIONS(3153), + [anon_sym_continue] = ACTIONS(3153), + [anon_sym_return] = ACTIONS(3153), + [anon_sym_DOLLARfor] = ACTIONS(3153), + [anon_sym_for] = ACTIONS(3153), + [anon_sym_POUND] = ACTIONS(3153), + [anon_sym_asm] = ACTIONS(3153), + [anon_sym_AT_LBRACK] = ACTIONS(3153), + [sym___double_quote] = ACTIONS(3153), + [sym___single_quote] = ACTIONS(3153), + [sym___c_double_quote] = ACTIONS(3153), + [sym___c_single_quote] = ACTIONS(3153), + [sym___r_double_quote] = ACTIONS(3153), + [sym___r_single_quote] = ACTIONS(3153), }, [1504] = { [sym_line_comment] = STATE(1504), [sym_block_comment] = STATE(1504), - [ts_builtin_sym_end] = ACTIONS(3285), - [sym_identifier] = ACTIONS(3287), - [anon_sym_LF] = ACTIONS(3287), - [anon_sym_CR] = ACTIONS(3287), - [anon_sym_CR_LF] = ACTIONS(3287), + [ts_builtin_sym_end] = ACTIONS(3081), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LF] = ACTIONS(3083), + [anon_sym_CR] = ACTIONS(3083), + [anon_sym_CR_LF] = ACTIONS(3083), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3287), - [anon_sym_const] = ACTIONS(3287), - [anon_sym_LPAREN] = ACTIONS(3287), - [anon_sym___global] = ACTIONS(3287), - [anon_sym_type] = ACTIONS(3287), - [anon_sym_PIPE] = ACTIONS(3287), - [anon_sym_fn] = ACTIONS(3287), - [anon_sym_PLUS] = ACTIONS(3287), - [anon_sym_DASH] = ACTIONS(3287), - [anon_sym_STAR] = ACTIONS(3287), - [anon_sym_struct] = ACTIONS(3287), - [anon_sym_union] = ACTIONS(3287), - [anon_sym_pub] = ACTIONS(3287), - [anon_sym_mut] = ACTIONS(3287), - [anon_sym_enum] = ACTIONS(3287), - [anon_sym_interface] = ACTIONS(3287), - [anon_sym_QMARK] = ACTIONS(3287), - [anon_sym_BANG] = ACTIONS(3287), - [anon_sym_go] = ACTIONS(3287), - [anon_sym_spawn] = ACTIONS(3287), - [anon_sym_json_DOTdecode] = ACTIONS(3287), - [anon_sym_LBRACK2] = ACTIONS(3287), - [anon_sym_TILDE] = ACTIONS(3287), - [anon_sym_CARET] = ACTIONS(3287), - [anon_sym_AMP] = ACTIONS(3287), - [anon_sym_LT_DASH] = ACTIONS(3287), - [sym_none] = ACTIONS(3287), - [sym_true] = ACTIONS(3287), - [sym_false] = ACTIONS(3287), - [sym_nil] = ACTIONS(3287), - [anon_sym_if] = ACTIONS(3287), - [anon_sym_DOLLARif] = ACTIONS(3287), - [anon_sym_match] = ACTIONS(3287), - [anon_sym_select] = ACTIONS(3287), - [anon_sym_lock] = ACTIONS(3287), - [anon_sym_rlock] = ACTIONS(3287), - [anon_sym_unsafe] = ACTIONS(3287), - [anon_sym_sql] = ACTIONS(3287), - [sym_int_literal] = ACTIONS(3287), - [sym_float_literal] = ACTIONS(3287), - [sym_rune_literal] = ACTIONS(3287), - [sym_pseudo_compile_time_identifier] = ACTIONS(3287), - [anon_sym_shared] = ACTIONS(3287), - [anon_sym_map_LBRACK] = ACTIONS(3287), - [anon_sym_chan] = ACTIONS(3287), - [anon_sym_thread] = ACTIONS(3287), - [anon_sym_atomic] = ACTIONS(3287), - [anon_sym_assert] = ACTIONS(3287), - [anon_sym_defer] = ACTIONS(3287), - [anon_sym_goto] = ACTIONS(3287), - [anon_sym_break] = ACTIONS(3287), - [anon_sym_continue] = ACTIONS(3287), - [anon_sym_return] = ACTIONS(3287), - [anon_sym_DOLLARfor] = ACTIONS(3287), - [anon_sym_for] = ACTIONS(3287), - [anon_sym_POUND] = ACTIONS(3287), - [anon_sym_asm] = ACTIONS(3287), - [anon_sym_AT_LBRACK] = ACTIONS(3287), - [sym___double_quote] = ACTIONS(3287), - [sym___single_quote] = ACTIONS(3287), - [sym___c_double_quote] = ACTIONS(3287), - [sym___c_single_quote] = ACTIONS(3287), - [sym___r_double_quote] = ACTIONS(3287), - [sym___r_single_quote] = ACTIONS(3287), + [anon_sym_DOT] = ACTIONS(3083), + [anon_sym_LBRACE] = ACTIONS(3083), + [anon_sym_const] = ACTIONS(3083), + [anon_sym_LPAREN] = ACTIONS(3083), + [anon_sym___global] = ACTIONS(3083), + [anon_sym_type] = ACTIONS(3083), + [anon_sym_PIPE] = ACTIONS(3083), + [anon_sym_fn] = ACTIONS(3083), + [anon_sym_PLUS] = ACTIONS(3083), + [anon_sym_DASH] = ACTIONS(3083), + [anon_sym_STAR] = ACTIONS(3083), + [anon_sym_struct] = ACTIONS(3083), + [anon_sym_union] = ACTIONS(3083), + [anon_sym_pub] = ACTIONS(3083), + [anon_sym_mut] = ACTIONS(3083), + [anon_sym_enum] = ACTIONS(3083), + [anon_sym_interface] = ACTIONS(3083), + [anon_sym_QMARK] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_go] = ACTIONS(3083), + [anon_sym_spawn] = ACTIONS(3083), + [anon_sym_json_DOTdecode] = ACTIONS(3083), + [anon_sym_LBRACK2] = ACTIONS(3083), + [anon_sym_TILDE] = ACTIONS(3083), + [anon_sym_CARET] = ACTIONS(3083), + [anon_sym_AMP] = ACTIONS(3083), + [anon_sym_LT_DASH] = ACTIONS(3083), + [sym_none] = ACTIONS(3083), + [sym_true] = ACTIONS(3083), + [sym_false] = ACTIONS(3083), + [sym_nil] = ACTIONS(3083), + [anon_sym_if] = ACTIONS(3083), + [anon_sym_DOLLARif] = ACTIONS(3083), + [anon_sym_match] = ACTIONS(3083), + [anon_sym_select] = ACTIONS(3083), + [anon_sym_lock] = ACTIONS(3083), + [anon_sym_rlock] = ACTIONS(3083), + [anon_sym_unsafe] = ACTIONS(3083), + [anon_sym_sql] = ACTIONS(3083), + [sym_int_literal] = ACTIONS(3083), + [sym_float_literal] = ACTIONS(3083), + [sym_rune_literal] = ACTIONS(3083), + [sym_pseudo_compile_time_identifier] = ACTIONS(3083), + [anon_sym_shared] = ACTIONS(3083), + [anon_sym_map_LBRACK] = ACTIONS(3083), + [anon_sym_chan] = ACTIONS(3083), + [anon_sym_thread] = ACTIONS(3083), + [anon_sym_atomic] = ACTIONS(3083), + [anon_sym_assert] = ACTIONS(3083), + [anon_sym_defer] = ACTIONS(3083), + [anon_sym_goto] = ACTIONS(3083), + [anon_sym_break] = ACTIONS(3083), + [anon_sym_continue] = ACTIONS(3083), + [anon_sym_return] = ACTIONS(3083), + [anon_sym_DOLLARfor] = ACTIONS(3083), + [anon_sym_for] = ACTIONS(3083), + [anon_sym_POUND] = ACTIONS(3083), + [anon_sym_asm] = ACTIONS(3083), + [anon_sym_AT_LBRACK] = ACTIONS(3083), + [sym___double_quote] = ACTIONS(3083), + [sym___single_quote] = ACTIONS(3083), + [sym___c_double_quote] = ACTIONS(3083), + [sym___c_single_quote] = ACTIONS(3083), + [sym___r_double_quote] = ACTIONS(3083), + [sym___r_single_quote] = ACTIONS(3083), }, [1505] = { [sym_line_comment] = STATE(1505), [sym_block_comment] = STATE(1505), - [ts_builtin_sym_end] = ACTIONS(3289), - [sym_identifier] = ACTIONS(3291), - [anon_sym_LF] = ACTIONS(3291), - [anon_sym_CR] = ACTIONS(3291), - [anon_sym_CR_LF] = ACTIONS(3291), + [ts_builtin_sym_end] = ACTIONS(3303), + [sym_identifier] = ACTIONS(3305), + [anon_sym_LF] = ACTIONS(3305), + [anon_sym_CR] = ACTIONS(3305), + [anon_sym_CR_LF] = ACTIONS(3305), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3291), - [anon_sym_LBRACE] = ACTIONS(3291), - [anon_sym_const] = ACTIONS(3291), - [anon_sym_LPAREN] = ACTIONS(3291), - [anon_sym___global] = ACTIONS(3291), - [anon_sym_type] = ACTIONS(3291), - [anon_sym_PIPE] = ACTIONS(3291), - [anon_sym_fn] = ACTIONS(3291), - [anon_sym_PLUS] = ACTIONS(3291), - [anon_sym_DASH] = ACTIONS(3291), - [anon_sym_STAR] = ACTIONS(3291), - [anon_sym_struct] = ACTIONS(3291), - [anon_sym_union] = ACTIONS(3291), - [anon_sym_pub] = ACTIONS(3291), - [anon_sym_mut] = ACTIONS(3291), - [anon_sym_enum] = ACTIONS(3291), - [anon_sym_interface] = ACTIONS(3291), - [anon_sym_QMARK] = ACTIONS(3291), - [anon_sym_BANG] = ACTIONS(3291), - [anon_sym_go] = ACTIONS(3291), - [anon_sym_spawn] = ACTIONS(3291), - [anon_sym_json_DOTdecode] = ACTIONS(3291), - [anon_sym_LBRACK2] = ACTIONS(3291), - [anon_sym_TILDE] = ACTIONS(3291), - [anon_sym_CARET] = ACTIONS(3291), - [anon_sym_AMP] = ACTIONS(3291), - [anon_sym_LT_DASH] = ACTIONS(3291), - [sym_none] = ACTIONS(3291), - [sym_true] = ACTIONS(3291), - [sym_false] = ACTIONS(3291), - [sym_nil] = ACTIONS(3291), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_DOLLARif] = ACTIONS(3291), - [anon_sym_match] = ACTIONS(3291), - [anon_sym_select] = ACTIONS(3291), - [anon_sym_lock] = ACTIONS(3291), - [anon_sym_rlock] = ACTIONS(3291), - [anon_sym_unsafe] = ACTIONS(3291), - [anon_sym_sql] = ACTIONS(3291), - [sym_int_literal] = ACTIONS(3291), - [sym_float_literal] = ACTIONS(3291), - [sym_rune_literal] = ACTIONS(3291), - [sym_pseudo_compile_time_identifier] = ACTIONS(3291), - [anon_sym_shared] = ACTIONS(3291), - [anon_sym_map_LBRACK] = ACTIONS(3291), - [anon_sym_chan] = ACTIONS(3291), - [anon_sym_thread] = ACTIONS(3291), - [anon_sym_atomic] = ACTIONS(3291), - [anon_sym_assert] = ACTIONS(3291), - [anon_sym_defer] = ACTIONS(3291), - [anon_sym_goto] = ACTIONS(3291), - [anon_sym_break] = ACTIONS(3291), - [anon_sym_continue] = ACTIONS(3291), - [anon_sym_return] = ACTIONS(3291), - [anon_sym_DOLLARfor] = ACTIONS(3291), - [anon_sym_for] = ACTIONS(3291), - [anon_sym_POUND] = ACTIONS(3291), - [anon_sym_asm] = ACTIONS(3291), - [anon_sym_AT_LBRACK] = ACTIONS(3291), - [sym___double_quote] = ACTIONS(3291), - [sym___single_quote] = ACTIONS(3291), - [sym___c_double_quote] = ACTIONS(3291), - [sym___c_single_quote] = ACTIONS(3291), - [sym___r_double_quote] = ACTIONS(3291), - [sym___r_single_quote] = ACTIONS(3291), + [anon_sym_DOT] = ACTIONS(3305), + [anon_sym_LBRACE] = ACTIONS(3305), + [anon_sym_const] = ACTIONS(3305), + [anon_sym_LPAREN] = ACTIONS(3305), + [anon_sym___global] = ACTIONS(3305), + [anon_sym_type] = ACTIONS(3305), + [anon_sym_PIPE] = ACTIONS(3305), + [anon_sym_fn] = ACTIONS(3305), + [anon_sym_PLUS] = ACTIONS(3305), + [anon_sym_DASH] = ACTIONS(3305), + [anon_sym_STAR] = ACTIONS(3305), + [anon_sym_struct] = ACTIONS(3305), + [anon_sym_union] = ACTIONS(3305), + [anon_sym_pub] = ACTIONS(3305), + [anon_sym_mut] = ACTIONS(3305), + [anon_sym_enum] = ACTIONS(3305), + [anon_sym_interface] = ACTIONS(3305), + [anon_sym_QMARK] = ACTIONS(3305), + [anon_sym_BANG] = ACTIONS(3305), + [anon_sym_go] = ACTIONS(3305), + [anon_sym_spawn] = ACTIONS(3305), + [anon_sym_json_DOTdecode] = ACTIONS(3305), + [anon_sym_LBRACK2] = ACTIONS(3305), + [anon_sym_TILDE] = ACTIONS(3305), + [anon_sym_CARET] = ACTIONS(3305), + [anon_sym_AMP] = ACTIONS(3305), + [anon_sym_LT_DASH] = ACTIONS(3305), + [sym_none] = ACTIONS(3305), + [sym_true] = ACTIONS(3305), + [sym_false] = ACTIONS(3305), + [sym_nil] = ACTIONS(3305), + [anon_sym_if] = ACTIONS(3305), + [anon_sym_DOLLARif] = ACTIONS(3305), + [anon_sym_match] = ACTIONS(3305), + [anon_sym_select] = ACTIONS(3305), + [anon_sym_lock] = ACTIONS(3305), + [anon_sym_rlock] = ACTIONS(3305), + [anon_sym_unsafe] = ACTIONS(3305), + [anon_sym_sql] = ACTIONS(3305), + [sym_int_literal] = ACTIONS(3305), + [sym_float_literal] = ACTIONS(3305), + [sym_rune_literal] = ACTIONS(3305), + [sym_pseudo_compile_time_identifier] = ACTIONS(3305), + [anon_sym_shared] = ACTIONS(3305), + [anon_sym_map_LBRACK] = ACTIONS(3305), + [anon_sym_chan] = ACTIONS(3305), + [anon_sym_thread] = ACTIONS(3305), + [anon_sym_atomic] = ACTIONS(3305), + [anon_sym_assert] = ACTIONS(3305), + [anon_sym_defer] = ACTIONS(3305), + [anon_sym_goto] = ACTIONS(3305), + [anon_sym_break] = ACTIONS(3305), + [anon_sym_continue] = ACTIONS(3305), + [anon_sym_return] = ACTIONS(3305), + [anon_sym_DOLLARfor] = ACTIONS(3305), + [anon_sym_for] = ACTIONS(3305), + [anon_sym_POUND] = ACTIONS(3305), + [anon_sym_asm] = ACTIONS(3305), + [anon_sym_AT_LBRACK] = ACTIONS(3305), + [sym___double_quote] = ACTIONS(3305), + [sym___single_quote] = ACTIONS(3305), + [sym___c_double_quote] = ACTIONS(3305), + [sym___c_single_quote] = ACTIONS(3305), + [sym___r_double_quote] = ACTIONS(3305), + [sym___r_single_quote] = ACTIONS(3305), }, [1506] = { [sym_line_comment] = STATE(1506), [sym_block_comment] = STATE(1506), - [ts_builtin_sym_end] = ACTIONS(3297), - [sym_identifier] = ACTIONS(3299), - [anon_sym_LF] = ACTIONS(3299), - [anon_sym_CR] = ACTIONS(3299), - [anon_sym_CR_LF] = ACTIONS(3299), + [ts_builtin_sym_end] = ACTIONS(3307), + [sym_identifier] = ACTIONS(3309), + [anon_sym_LF] = ACTIONS(3309), + [anon_sym_CR] = ACTIONS(3309), + [anon_sym_CR_LF] = ACTIONS(3309), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3299), - [anon_sym_LBRACE] = ACTIONS(3299), - [anon_sym_const] = ACTIONS(3299), - [anon_sym_LPAREN] = ACTIONS(3299), - [anon_sym___global] = ACTIONS(3299), - [anon_sym_type] = ACTIONS(3299), - [anon_sym_PIPE] = ACTIONS(3299), - [anon_sym_fn] = ACTIONS(3299), - [anon_sym_PLUS] = ACTIONS(3299), - [anon_sym_DASH] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_struct] = ACTIONS(3299), - [anon_sym_union] = ACTIONS(3299), - [anon_sym_pub] = ACTIONS(3299), - [anon_sym_mut] = ACTIONS(3299), - [anon_sym_enum] = ACTIONS(3299), - [anon_sym_interface] = ACTIONS(3299), - [anon_sym_QMARK] = ACTIONS(3299), - [anon_sym_BANG] = ACTIONS(3299), - [anon_sym_go] = ACTIONS(3299), - [anon_sym_spawn] = ACTIONS(3299), - [anon_sym_json_DOTdecode] = ACTIONS(3299), - [anon_sym_LBRACK2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_CARET] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3299), - [anon_sym_LT_DASH] = ACTIONS(3299), - [sym_none] = ACTIONS(3299), - [sym_true] = ACTIONS(3299), - [sym_false] = ACTIONS(3299), - [sym_nil] = ACTIONS(3299), - [anon_sym_if] = ACTIONS(3299), - [anon_sym_DOLLARif] = ACTIONS(3299), - [anon_sym_match] = ACTIONS(3299), - [anon_sym_select] = ACTIONS(3299), - [anon_sym_lock] = ACTIONS(3299), - [anon_sym_rlock] = ACTIONS(3299), - [anon_sym_unsafe] = ACTIONS(3299), - [anon_sym_sql] = ACTIONS(3299), - [sym_int_literal] = ACTIONS(3299), - [sym_float_literal] = ACTIONS(3299), - [sym_rune_literal] = ACTIONS(3299), - [sym_pseudo_compile_time_identifier] = ACTIONS(3299), - [anon_sym_shared] = ACTIONS(3299), - [anon_sym_map_LBRACK] = ACTIONS(3299), - [anon_sym_chan] = ACTIONS(3299), - [anon_sym_thread] = ACTIONS(3299), - [anon_sym_atomic] = ACTIONS(3299), - [anon_sym_assert] = ACTIONS(3299), - [anon_sym_defer] = ACTIONS(3299), - [anon_sym_goto] = ACTIONS(3299), - [anon_sym_break] = ACTIONS(3299), - [anon_sym_continue] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3299), - [anon_sym_DOLLARfor] = ACTIONS(3299), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_POUND] = ACTIONS(3299), - [anon_sym_asm] = ACTIONS(3299), - [anon_sym_AT_LBRACK] = ACTIONS(3299), - [sym___double_quote] = ACTIONS(3299), - [sym___single_quote] = ACTIONS(3299), - [sym___c_double_quote] = ACTIONS(3299), - [sym___c_single_quote] = ACTIONS(3299), - [sym___r_double_quote] = ACTIONS(3299), - [sym___r_single_quote] = ACTIONS(3299), + [anon_sym_DOT] = ACTIONS(3309), + [anon_sym_LBRACE] = ACTIONS(3309), + [anon_sym_const] = ACTIONS(3309), + [anon_sym_LPAREN] = ACTIONS(3309), + [anon_sym___global] = ACTIONS(3309), + [anon_sym_type] = ACTIONS(3309), + [anon_sym_PIPE] = ACTIONS(3309), + [anon_sym_fn] = ACTIONS(3309), + [anon_sym_PLUS] = ACTIONS(3309), + [anon_sym_DASH] = ACTIONS(3309), + [anon_sym_STAR] = ACTIONS(3309), + [anon_sym_struct] = ACTIONS(3309), + [anon_sym_union] = ACTIONS(3309), + [anon_sym_pub] = ACTIONS(3309), + [anon_sym_mut] = ACTIONS(3309), + [anon_sym_enum] = ACTIONS(3309), + [anon_sym_interface] = ACTIONS(3309), + [anon_sym_QMARK] = ACTIONS(3309), + [anon_sym_BANG] = ACTIONS(3309), + [anon_sym_go] = ACTIONS(3309), + [anon_sym_spawn] = ACTIONS(3309), + [anon_sym_json_DOTdecode] = ACTIONS(3309), + [anon_sym_LBRACK2] = ACTIONS(3309), + [anon_sym_TILDE] = ACTIONS(3309), + [anon_sym_CARET] = ACTIONS(3309), + [anon_sym_AMP] = ACTIONS(3309), + [anon_sym_LT_DASH] = ACTIONS(3309), + [sym_none] = ACTIONS(3309), + [sym_true] = ACTIONS(3309), + [sym_false] = ACTIONS(3309), + [sym_nil] = ACTIONS(3309), + [anon_sym_if] = ACTIONS(3309), + [anon_sym_DOLLARif] = ACTIONS(3309), + [anon_sym_match] = ACTIONS(3309), + [anon_sym_select] = ACTIONS(3309), + [anon_sym_lock] = ACTIONS(3309), + [anon_sym_rlock] = ACTIONS(3309), + [anon_sym_unsafe] = ACTIONS(3309), + [anon_sym_sql] = ACTIONS(3309), + [sym_int_literal] = ACTIONS(3309), + [sym_float_literal] = ACTIONS(3309), + [sym_rune_literal] = ACTIONS(3309), + [sym_pseudo_compile_time_identifier] = ACTIONS(3309), + [anon_sym_shared] = ACTIONS(3309), + [anon_sym_map_LBRACK] = ACTIONS(3309), + [anon_sym_chan] = ACTIONS(3309), + [anon_sym_thread] = ACTIONS(3309), + [anon_sym_atomic] = ACTIONS(3309), + [anon_sym_assert] = ACTIONS(3309), + [anon_sym_defer] = ACTIONS(3309), + [anon_sym_goto] = ACTIONS(3309), + [anon_sym_break] = ACTIONS(3309), + [anon_sym_continue] = ACTIONS(3309), + [anon_sym_return] = ACTIONS(3309), + [anon_sym_DOLLARfor] = ACTIONS(3309), + [anon_sym_for] = ACTIONS(3309), + [anon_sym_POUND] = ACTIONS(3309), + [anon_sym_asm] = ACTIONS(3309), + [anon_sym_AT_LBRACK] = ACTIONS(3309), + [sym___double_quote] = ACTIONS(3309), + [sym___single_quote] = ACTIONS(3309), + [sym___c_double_quote] = ACTIONS(3309), + [sym___c_single_quote] = ACTIONS(3309), + [sym___r_double_quote] = ACTIONS(3309), + [sym___r_single_quote] = ACTIONS(3309), }, [1507] = { [sym_line_comment] = STATE(1507), [sym_block_comment] = STATE(1507), - [ts_builtin_sym_end] = ACTIONS(3309), - [sym_identifier] = ACTIONS(3311), - [anon_sym_LF] = ACTIONS(3311), - [anon_sym_CR] = ACTIONS(3311), - [anon_sym_CR_LF] = ACTIONS(3311), + [ts_builtin_sym_end] = ACTIONS(3183), + [sym_identifier] = ACTIONS(3185), + [anon_sym_LF] = ACTIONS(3185), + [anon_sym_CR] = ACTIONS(3185), + [anon_sym_CR_LF] = ACTIONS(3185), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3311), - [anon_sym_LBRACE] = ACTIONS(3311), - [anon_sym_const] = ACTIONS(3311), - [anon_sym_LPAREN] = ACTIONS(3311), - [anon_sym___global] = ACTIONS(3311), - [anon_sym_type] = ACTIONS(3311), - [anon_sym_PIPE] = ACTIONS(3311), - [anon_sym_fn] = ACTIONS(3311), - [anon_sym_PLUS] = ACTIONS(3311), - [anon_sym_DASH] = ACTIONS(3311), - [anon_sym_STAR] = ACTIONS(3311), - [anon_sym_struct] = ACTIONS(3311), - [anon_sym_union] = ACTIONS(3311), - [anon_sym_pub] = ACTIONS(3311), - [anon_sym_mut] = ACTIONS(3311), - [anon_sym_enum] = ACTIONS(3311), - [anon_sym_interface] = ACTIONS(3311), - [anon_sym_QMARK] = ACTIONS(3311), - [anon_sym_BANG] = ACTIONS(3311), - [anon_sym_go] = ACTIONS(3311), - [anon_sym_spawn] = ACTIONS(3311), - [anon_sym_json_DOTdecode] = ACTIONS(3311), - [anon_sym_LBRACK2] = ACTIONS(3311), - [anon_sym_TILDE] = ACTIONS(3311), - [anon_sym_CARET] = ACTIONS(3311), - [anon_sym_AMP] = ACTIONS(3311), - [anon_sym_LT_DASH] = ACTIONS(3311), - [sym_none] = ACTIONS(3311), - [sym_true] = ACTIONS(3311), - [sym_false] = ACTIONS(3311), - [sym_nil] = ACTIONS(3311), - [anon_sym_if] = ACTIONS(3311), - [anon_sym_DOLLARif] = ACTIONS(3311), - [anon_sym_match] = ACTIONS(3311), - [anon_sym_select] = ACTIONS(3311), - [anon_sym_lock] = ACTIONS(3311), - [anon_sym_rlock] = ACTIONS(3311), - [anon_sym_unsafe] = ACTIONS(3311), - [anon_sym_sql] = ACTIONS(3311), - [sym_int_literal] = ACTIONS(3311), - [sym_float_literal] = ACTIONS(3311), - [sym_rune_literal] = ACTIONS(3311), - [sym_pseudo_compile_time_identifier] = ACTIONS(3311), - [anon_sym_shared] = ACTIONS(3311), - [anon_sym_map_LBRACK] = ACTIONS(3311), - [anon_sym_chan] = ACTIONS(3311), - [anon_sym_thread] = ACTIONS(3311), - [anon_sym_atomic] = ACTIONS(3311), - [anon_sym_assert] = ACTIONS(3311), - [anon_sym_defer] = ACTIONS(3311), - [anon_sym_goto] = ACTIONS(3311), - [anon_sym_break] = ACTIONS(3311), - [anon_sym_continue] = ACTIONS(3311), - [anon_sym_return] = ACTIONS(3311), - [anon_sym_DOLLARfor] = ACTIONS(3311), - [anon_sym_for] = ACTIONS(3311), - [anon_sym_POUND] = ACTIONS(3311), - [anon_sym_asm] = ACTIONS(3311), - [anon_sym_AT_LBRACK] = ACTIONS(3311), - [sym___double_quote] = ACTIONS(3311), - [sym___single_quote] = ACTIONS(3311), - [sym___c_double_quote] = ACTIONS(3311), - [sym___c_single_quote] = ACTIONS(3311), - [sym___r_double_quote] = ACTIONS(3311), - [sym___r_single_quote] = ACTIONS(3311), + [anon_sym_DOT] = ACTIONS(3185), + [anon_sym_LBRACE] = ACTIONS(3185), + [anon_sym_const] = ACTIONS(3185), + [anon_sym_LPAREN] = ACTIONS(3185), + [anon_sym___global] = ACTIONS(3185), + [anon_sym_type] = ACTIONS(3185), + [anon_sym_PIPE] = ACTIONS(3185), + [anon_sym_fn] = ACTIONS(3185), + [anon_sym_PLUS] = ACTIONS(3185), + [anon_sym_DASH] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(3185), + [anon_sym_struct] = ACTIONS(3185), + [anon_sym_union] = ACTIONS(3185), + [anon_sym_pub] = ACTIONS(3185), + [anon_sym_mut] = ACTIONS(3185), + [anon_sym_enum] = ACTIONS(3185), + [anon_sym_interface] = ACTIONS(3185), + [anon_sym_QMARK] = ACTIONS(3185), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_go] = ACTIONS(3185), + [anon_sym_spawn] = ACTIONS(3185), + [anon_sym_json_DOTdecode] = ACTIONS(3185), + [anon_sym_LBRACK2] = ACTIONS(3185), + [anon_sym_TILDE] = ACTIONS(3185), + [anon_sym_CARET] = ACTIONS(3185), + [anon_sym_AMP] = ACTIONS(3185), + [anon_sym_LT_DASH] = ACTIONS(3185), + [sym_none] = ACTIONS(3185), + [sym_true] = ACTIONS(3185), + [sym_false] = ACTIONS(3185), + [sym_nil] = ACTIONS(3185), + [anon_sym_if] = ACTIONS(3185), + [anon_sym_DOLLARif] = ACTIONS(3185), + [anon_sym_match] = ACTIONS(3185), + [anon_sym_select] = ACTIONS(3185), + [anon_sym_lock] = ACTIONS(3185), + [anon_sym_rlock] = ACTIONS(3185), + [anon_sym_unsafe] = ACTIONS(3185), + [anon_sym_sql] = ACTIONS(3185), + [sym_int_literal] = ACTIONS(3185), + [sym_float_literal] = ACTIONS(3185), + [sym_rune_literal] = ACTIONS(3185), + [sym_pseudo_compile_time_identifier] = ACTIONS(3185), + [anon_sym_shared] = ACTIONS(3185), + [anon_sym_map_LBRACK] = ACTIONS(3185), + [anon_sym_chan] = ACTIONS(3185), + [anon_sym_thread] = ACTIONS(3185), + [anon_sym_atomic] = ACTIONS(3185), + [anon_sym_assert] = ACTIONS(3185), + [anon_sym_defer] = ACTIONS(3185), + [anon_sym_goto] = ACTIONS(3185), + [anon_sym_break] = ACTIONS(3185), + [anon_sym_continue] = ACTIONS(3185), + [anon_sym_return] = ACTIONS(3185), + [anon_sym_DOLLARfor] = ACTIONS(3185), + [anon_sym_for] = ACTIONS(3185), + [anon_sym_POUND] = ACTIONS(3185), + [anon_sym_asm] = ACTIONS(3185), + [anon_sym_AT_LBRACK] = ACTIONS(3185), + [sym___double_quote] = ACTIONS(3185), + [sym___single_quote] = ACTIONS(3185), + [sym___c_double_quote] = ACTIONS(3185), + [sym___c_single_quote] = ACTIONS(3185), + [sym___r_double_quote] = ACTIONS(3185), + [sym___r_single_quote] = ACTIONS(3185), }, [1508] = { [sym_line_comment] = STATE(1508), [sym_block_comment] = STATE(1508), - [ts_builtin_sym_end] = ACTIONS(2907), - [sym_identifier] = ACTIONS(2909), - [anon_sym_LF] = ACTIONS(2909), - [anon_sym_CR] = ACTIONS(2909), - [anon_sym_CR_LF] = ACTIONS(2909), + [ts_builtin_sym_end] = ACTIONS(3199), + [sym_identifier] = ACTIONS(3201), + [anon_sym_LF] = ACTIONS(3201), + [anon_sym_CR] = ACTIONS(3201), + [anon_sym_CR_LF] = ACTIONS(3201), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2909), - [anon_sym_LBRACE] = ACTIONS(2909), - [anon_sym_const] = ACTIONS(2909), - [anon_sym_LPAREN] = ACTIONS(2909), - [anon_sym___global] = ACTIONS(2909), - [anon_sym_type] = ACTIONS(2909), - [anon_sym_PIPE] = ACTIONS(2909), - [anon_sym_fn] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2909), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_union] = ACTIONS(2909), - [anon_sym_pub] = ACTIONS(2909), - [anon_sym_mut] = ACTIONS(2909), - [anon_sym_enum] = ACTIONS(2909), - [anon_sym_interface] = ACTIONS(2909), - [anon_sym_QMARK] = ACTIONS(2909), - [anon_sym_BANG] = ACTIONS(2909), - [anon_sym_go] = ACTIONS(2909), - [anon_sym_spawn] = ACTIONS(2909), - [anon_sym_json_DOTdecode] = ACTIONS(2909), - [anon_sym_LBRACK2] = ACTIONS(2909), - [anon_sym_TILDE] = ACTIONS(2909), - [anon_sym_CARET] = ACTIONS(2909), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_LT_DASH] = ACTIONS(2909), - [sym_none] = ACTIONS(2909), - [sym_true] = ACTIONS(2909), - [sym_false] = ACTIONS(2909), - [sym_nil] = ACTIONS(2909), - [anon_sym_if] = ACTIONS(2909), - [anon_sym_DOLLARif] = ACTIONS(2909), - [anon_sym_match] = ACTIONS(2909), - [anon_sym_select] = ACTIONS(2909), - [anon_sym_lock] = ACTIONS(2909), - [anon_sym_rlock] = ACTIONS(2909), - [anon_sym_unsafe] = ACTIONS(2909), - [anon_sym_sql] = ACTIONS(2909), - [sym_int_literal] = ACTIONS(2909), - [sym_float_literal] = ACTIONS(2909), - [sym_rune_literal] = ACTIONS(2909), - [sym_pseudo_compile_time_identifier] = ACTIONS(2909), - [anon_sym_shared] = ACTIONS(2909), - [anon_sym_map_LBRACK] = ACTIONS(2909), - [anon_sym_chan] = ACTIONS(2909), - [anon_sym_thread] = ACTIONS(2909), - [anon_sym_atomic] = ACTIONS(2909), - [anon_sym_assert] = ACTIONS(2909), - [anon_sym_defer] = ACTIONS(2909), - [anon_sym_goto] = ACTIONS(2909), - [anon_sym_break] = ACTIONS(2909), - [anon_sym_continue] = ACTIONS(2909), - [anon_sym_return] = ACTIONS(2909), - [anon_sym_DOLLARfor] = ACTIONS(2909), - [anon_sym_for] = ACTIONS(2909), - [anon_sym_POUND] = ACTIONS(2909), - [anon_sym_asm] = ACTIONS(2909), - [anon_sym_AT_LBRACK] = ACTIONS(2909), - [sym___double_quote] = ACTIONS(2909), - [sym___single_quote] = ACTIONS(2909), - [sym___c_double_quote] = ACTIONS(2909), - [sym___c_single_quote] = ACTIONS(2909), - [sym___r_double_quote] = ACTIONS(2909), - [sym___r_single_quote] = ACTIONS(2909), + [anon_sym_DOT] = ACTIONS(3201), + [anon_sym_LBRACE] = ACTIONS(3201), + [anon_sym_const] = ACTIONS(3201), + [anon_sym_LPAREN] = ACTIONS(3201), + [anon_sym___global] = ACTIONS(3201), + [anon_sym_type] = ACTIONS(3201), + [anon_sym_PIPE] = ACTIONS(3201), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_PLUS] = ACTIONS(3201), + [anon_sym_DASH] = ACTIONS(3201), + [anon_sym_STAR] = ACTIONS(3201), + [anon_sym_struct] = ACTIONS(3201), + [anon_sym_union] = ACTIONS(3201), + [anon_sym_pub] = ACTIONS(3201), + [anon_sym_mut] = ACTIONS(3201), + [anon_sym_enum] = ACTIONS(3201), + [anon_sym_interface] = ACTIONS(3201), + [anon_sym_QMARK] = ACTIONS(3201), + [anon_sym_BANG] = ACTIONS(3201), + [anon_sym_go] = ACTIONS(3201), + [anon_sym_spawn] = ACTIONS(3201), + [anon_sym_json_DOTdecode] = ACTIONS(3201), + [anon_sym_LBRACK2] = ACTIONS(3201), + [anon_sym_TILDE] = ACTIONS(3201), + [anon_sym_CARET] = ACTIONS(3201), + [anon_sym_AMP] = ACTIONS(3201), + [anon_sym_LT_DASH] = ACTIONS(3201), + [sym_none] = ACTIONS(3201), + [sym_true] = ACTIONS(3201), + [sym_false] = ACTIONS(3201), + [sym_nil] = ACTIONS(3201), + [anon_sym_if] = ACTIONS(3201), + [anon_sym_DOLLARif] = ACTIONS(3201), + [anon_sym_match] = ACTIONS(3201), + [anon_sym_select] = ACTIONS(3201), + [anon_sym_lock] = ACTIONS(3201), + [anon_sym_rlock] = ACTIONS(3201), + [anon_sym_unsafe] = ACTIONS(3201), + [anon_sym_sql] = ACTIONS(3201), + [sym_int_literal] = ACTIONS(3201), + [sym_float_literal] = ACTIONS(3201), + [sym_rune_literal] = ACTIONS(3201), + [sym_pseudo_compile_time_identifier] = ACTIONS(3201), + [anon_sym_shared] = ACTIONS(3201), + [anon_sym_map_LBRACK] = ACTIONS(3201), + [anon_sym_chan] = ACTIONS(3201), + [anon_sym_thread] = ACTIONS(3201), + [anon_sym_atomic] = ACTIONS(3201), + [anon_sym_assert] = ACTIONS(3201), + [anon_sym_defer] = ACTIONS(3201), + [anon_sym_goto] = ACTIONS(3201), + [anon_sym_break] = ACTIONS(3201), + [anon_sym_continue] = ACTIONS(3201), + [anon_sym_return] = ACTIONS(3201), + [anon_sym_DOLLARfor] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(3201), + [anon_sym_POUND] = ACTIONS(3201), + [anon_sym_asm] = ACTIONS(3201), + [anon_sym_AT_LBRACK] = ACTIONS(3201), + [sym___double_quote] = ACTIONS(3201), + [sym___single_quote] = ACTIONS(3201), + [sym___c_double_quote] = ACTIONS(3201), + [sym___c_single_quote] = ACTIONS(3201), + [sym___r_double_quote] = ACTIONS(3201), + [sym___r_single_quote] = ACTIONS(3201), }, [1509] = { [sym_line_comment] = STATE(1509), [sym_block_comment] = STATE(1509), - [ts_builtin_sym_end] = ACTIONS(2903), - [sym_identifier] = ACTIONS(2905), - [anon_sym_LF] = ACTIONS(2905), - [anon_sym_CR] = ACTIONS(2905), - [anon_sym_CR_LF] = ACTIONS(2905), + [ts_builtin_sym_end] = ACTIONS(3091), + [sym_identifier] = ACTIONS(3093), + [anon_sym_LF] = ACTIONS(3093), + [anon_sym_CR] = ACTIONS(3093), + [anon_sym_CR_LF] = ACTIONS(3093), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2905), - [anon_sym_const] = ACTIONS(2905), - [anon_sym_LPAREN] = ACTIONS(2905), - [anon_sym___global] = ACTIONS(2905), - [anon_sym_type] = ACTIONS(2905), - [anon_sym_PIPE] = ACTIONS(2905), - [anon_sym_fn] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_union] = ACTIONS(2905), - [anon_sym_pub] = ACTIONS(2905), - [anon_sym_mut] = ACTIONS(2905), - [anon_sym_enum] = ACTIONS(2905), - [anon_sym_interface] = ACTIONS(2905), - [anon_sym_QMARK] = ACTIONS(2905), - [anon_sym_BANG] = ACTIONS(2905), - [anon_sym_go] = ACTIONS(2905), - [anon_sym_spawn] = ACTIONS(2905), - [anon_sym_json_DOTdecode] = ACTIONS(2905), - [anon_sym_LBRACK2] = ACTIONS(2905), - [anon_sym_TILDE] = ACTIONS(2905), - [anon_sym_CARET] = ACTIONS(2905), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_LT_DASH] = ACTIONS(2905), - [sym_none] = ACTIONS(2905), - [sym_true] = ACTIONS(2905), - [sym_false] = ACTIONS(2905), - [sym_nil] = ACTIONS(2905), - [anon_sym_if] = ACTIONS(2905), - [anon_sym_DOLLARif] = ACTIONS(2905), - [anon_sym_match] = ACTIONS(2905), - [anon_sym_select] = ACTIONS(2905), - [anon_sym_lock] = ACTIONS(2905), - [anon_sym_rlock] = ACTIONS(2905), - [anon_sym_unsafe] = ACTIONS(2905), - [anon_sym_sql] = ACTIONS(2905), - [sym_int_literal] = ACTIONS(2905), - [sym_float_literal] = ACTIONS(2905), - [sym_rune_literal] = ACTIONS(2905), - [sym_pseudo_compile_time_identifier] = ACTIONS(2905), - [anon_sym_shared] = ACTIONS(2905), - [anon_sym_map_LBRACK] = ACTIONS(2905), - [anon_sym_chan] = ACTIONS(2905), - [anon_sym_thread] = ACTIONS(2905), - [anon_sym_atomic] = ACTIONS(2905), - [anon_sym_assert] = ACTIONS(2905), - [anon_sym_defer] = ACTIONS(2905), - [anon_sym_goto] = ACTIONS(2905), - [anon_sym_break] = ACTIONS(2905), - [anon_sym_continue] = ACTIONS(2905), - [anon_sym_return] = ACTIONS(2905), - [anon_sym_DOLLARfor] = ACTIONS(2905), - [anon_sym_for] = ACTIONS(2905), - [anon_sym_POUND] = ACTIONS(2905), - [anon_sym_asm] = ACTIONS(2905), - [anon_sym_AT_LBRACK] = ACTIONS(2905), - [sym___double_quote] = ACTIONS(2905), - [sym___single_quote] = ACTIONS(2905), - [sym___c_double_quote] = ACTIONS(2905), - [sym___c_single_quote] = ACTIONS(2905), - [sym___r_double_quote] = ACTIONS(2905), - [sym___r_single_quote] = ACTIONS(2905), + [anon_sym_DOT] = ACTIONS(3093), + [anon_sym_LBRACE] = ACTIONS(3093), + [anon_sym_const] = ACTIONS(3093), + [anon_sym_LPAREN] = ACTIONS(3093), + [anon_sym___global] = ACTIONS(3093), + [anon_sym_type] = ACTIONS(3093), + [anon_sym_PIPE] = ACTIONS(3093), + [anon_sym_fn] = ACTIONS(3093), + [anon_sym_PLUS] = ACTIONS(3093), + [anon_sym_DASH] = ACTIONS(3093), + [anon_sym_STAR] = ACTIONS(3093), + [anon_sym_struct] = ACTIONS(3093), + [anon_sym_union] = ACTIONS(3093), + [anon_sym_pub] = ACTIONS(3093), + [anon_sym_mut] = ACTIONS(3093), + [anon_sym_enum] = ACTIONS(3093), + [anon_sym_interface] = ACTIONS(3093), + [anon_sym_QMARK] = ACTIONS(3093), + [anon_sym_BANG] = ACTIONS(3093), + [anon_sym_go] = ACTIONS(3093), + [anon_sym_spawn] = ACTIONS(3093), + [anon_sym_json_DOTdecode] = ACTIONS(3093), + [anon_sym_LBRACK2] = ACTIONS(3093), + [anon_sym_TILDE] = ACTIONS(3093), + [anon_sym_CARET] = ACTIONS(3093), + [anon_sym_AMP] = ACTIONS(3093), + [anon_sym_LT_DASH] = ACTIONS(3093), + [sym_none] = ACTIONS(3093), + [sym_true] = ACTIONS(3093), + [sym_false] = ACTIONS(3093), + [sym_nil] = ACTIONS(3093), + [anon_sym_if] = ACTIONS(3093), + [anon_sym_DOLLARif] = ACTIONS(3093), + [anon_sym_match] = ACTIONS(3093), + [anon_sym_select] = ACTIONS(3093), + [anon_sym_lock] = ACTIONS(3093), + [anon_sym_rlock] = ACTIONS(3093), + [anon_sym_unsafe] = ACTIONS(3093), + [anon_sym_sql] = ACTIONS(3093), + [sym_int_literal] = ACTIONS(3093), + [sym_float_literal] = ACTIONS(3093), + [sym_rune_literal] = ACTIONS(3093), + [sym_pseudo_compile_time_identifier] = ACTIONS(3093), + [anon_sym_shared] = ACTIONS(3093), + [anon_sym_map_LBRACK] = ACTIONS(3093), + [anon_sym_chan] = ACTIONS(3093), + [anon_sym_thread] = ACTIONS(3093), + [anon_sym_atomic] = ACTIONS(3093), + [anon_sym_assert] = ACTIONS(3093), + [anon_sym_defer] = ACTIONS(3093), + [anon_sym_goto] = ACTIONS(3093), + [anon_sym_break] = ACTIONS(3093), + [anon_sym_continue] = ACTIONS(3093), + [anon_sym_return] = ACTIONS(3093), + [anon_sym_DOLLARfor] = ACTIONS(3093), + [anon_sym_for] = ACTIONS(3093), + [anon_sym_POUND] = ACTIONS(3093), + [anon_sym_asm] = ACTIONS(3093), + [anon_sym_AT_LBRACK] = ACTIONS(3093), + [sym___double_quote] = ACTIONS(3093), + [sym___single_quote] = ACTIONS(3093), + [sym___c_double_quote] = ACTIONS(3093), + [sym___c_single_quote] = ACTIONS(3093), + [sym___r_double_quote] = ACTIONS(3093), + [sym___r_single_quote] = ACTIONS(3093), }, [1510] = { [sym_line_comment] = STATE(1510), [sym_block_comment] = STATE(1510), - [sym_block] = STATE(1605), - [ts_builtin_sym_end] = ACTIONS(4162), - [sym_identifier] = ACTIONS(4164), - [anon_sym_LF] = ACTIONS(4164), - [anon_sym_CR] = ACTIONS(4164), - [anon_sym_CR_LF] = ACTIONS(4164), + [ts_builtin_sym_end] = ACTIONS(3095), + [sym_identifier] = ACTIONS(3097), + [anon_sym_LF] = ACTIONS(3097), + [anon_sym_CR] = ACTIONS(3097), + [anon_sym_CR_LF] = ACTIONS(3097), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4164), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4164), - [anon_sym_LPAREN] = ACTIONS(4164), - [anon_sym___global] = ACTIONS(4164), - [anon_sym_type] = ACTIONS(4164), - [anon_sym_fn] = ACTIONS(4164), - [anon_sym_PLUS] = ACTIONS(4164), - [anon_sym_DASH] = ACTIONS(4164), - [anon_sym_STAR] = ACTIONS(4164), - [anon_sym_struct] = ACTIONS(4164), - [anon_sym_union] = ACTIONS(4164), - [anon_sym_pub] = ACTIONS(4164), - [anon_sym_mut] = ACTIONS(4164), - [anon_sym_enum] = ACTIONS(4164), - [anon_sym_interface] = ACTIONS(4164), - [anon_sym_QMARK] = ACTIONS(4164), - [anon_sym_BANG] = ACTIONS(4164), - [anon_sym_go] = ACTIONS(4164), - [anon_sym_spawn] = ACTIONS(4164), - [anon_sym_json_DOTdecode] = ACTIONS(4164), - [anon_sym_LBRACK2] = ACTIONS(4164), - [anon_sym_TILDE] = ACTIONS(4164), - [anon_sym_CARET] = ACTIONS(4164), - [anon_sym_AMP] = ACTIONS(4164), - [anon_sym_LT_DASH] = ACTIONS(4164), - [sym_none] = ACTIONS(4164), - [sym_true] = ACTIONS(4164), - [sym_false] = ACTIONS(4164), - [sym_nil] = ACTIONS(4164), - [anon_sym_if] = ACTIONS(4164), - [anon_sym_DOLLARif] = ACTIONS(4164), - [anon_sym_match] = ACTIONS(4164), - [anon_sym_select] = ACTIONS(4164), - [anon_sym_lock] = ACTIONS(4164), - [anon_sym_rlock] = ACTIONS(4164), - [anon_sym_unsafe] = ACTIONS(4164), - [anon_sym_sql] = ACTIONS(4164), - [sym_int_literal] = ACTIONS(4164), - [sym_float_literal] = ACTIONS(4164), - [sym_rune_literal] = ACTIONS(4164), - [sym_pseudo_compile_time_identifier] = ACTIONS(4164), - [anon_sym_shared] = ACTIONS(4164), - [anon_sym_map_LBRACK] = ACTIONS(4164), - [anon_sym_chan] = ACTIONS(4164), - [anon_sym_thread] = ACTIONS(4164), - [anon_sym_atomic] = ACTIONS(4164), - [anon_sym_assert] = ACTIONS(4164), - [anon_sym_defer] = ACTIONS(4164), - [anon_sym_goto] = ACTIONS(4164), - [anon_sym_break] = ACTIONS(4164), - [anon_sym_continue] = ACTIONS(4164), - [anon_sym_return] = ACTIONS(4164), - [anon_sym_DOLLARfor] = ACTIONS(4164), - [anon_sym_for] = ACTIONS(4164), - [anon_sym_POUND] = ACTIONS(4164), - [anon_sym_asm] = ACTIONS(4164), - [anon_sym_AT_LBRACK] = ACTIONS(4164), - [sym___double_quote] = ACTIONS(4164), - [sym___single_quote] = ACTIONS(4164), - [sym___c_double_quote] = ACTIONS(4164), - [sym___c_single_quote] = ACTIONS(4164), - [sym___r_double_quote] = ACTIONS(4164), - [sym___r_single_quote] = ACTIONS(4164), + [anon_sym_DOT] = ACTIONS(3097), + [anon_sym_LBRACE] = ACTIONS(3097), + [anon_sym_const] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3097), + [anon_sym___global] = ACTIONS(3097), + [anon_sym_type] = ACTIONS(3097), + [anon_sym_PIPE] = ACTIONS(3097), + [anon_sym_fn] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3097), + [anon_sym_DASH] = ACTIONS(3097), + [anon_sym_STAR] = ACTIONS(3097), + [anon_sym_struct] = ACTIONS(3097), + [anon_sym_union] = ACTIONS(3097), + [anon_sym_pub] = ACTIONS(3097), + [anon_sym_mut] = ACTIONS(3097), + [anon_sym_enum] = ACTIONS(3097), + [anon_sym_interface] = ACTIONS(3097), + [anon_sym_QMARK] = ACTIONS(3097), + [anon_sym_BANG] = ACTIONS(3097), + [anon_sym_go] = ACTIONS(3097), + [anon_sym_spawn] = ACTIONS(3097), + [anon_sym_json_DOTdecode] = ACTIONS(3097), + [anon_sym_LBRACK2] = ACTIONS(3097), + [anon_sym_TILDE] = ACTIONS(3097), + [anon_sym_CARET] = ACTIONS(3097), + [anon_sym_AMP] = ACTIONS(3097), + [anon_sym_LT_DASH] = ACTIONS(3097), + [sym_none] = ACTIONS(3097), + [sym_true] = ACTIONS(3097), + [sym_false] = ACTIONS(3097), + [sym_nil] = ACTIONS(3097), + [anon_sym_if] = ACTIONS(3097), + [anon_sym_DOLLARif] = ACTIONS(3097), + [anon_sym_match] = ACTIONS(3097), + [anon_sym_select] = ACTIONS(3097), + [anon_sym_lock] = ACTIONS(3097), + [anon_sym_rlock] = ACTIONS(3097), + [anon_sym_unsafe] = ACTIONS(3097), + [anon_sym_sql] = ACTIONS(3097), + [sym_int_literal] = ACTIONS(3097), + [sym_float_literal] = ACTIONS(3097), + [sym_rune_literal] = ACTIONS(3097), + [sym_pseudo_compile_time_identifier] = ACTIONS(3097), + [anon_sym_shared] = ACTIONS(3097), + [anon_sym_map_LBRACK] = ACTIONS(3097), + [anon_sym_chan] = ACTIONS(3097), + [anon_sym_thread] = ACTIONS(3097), + [anon_sym_atomic] = ACTIONS(3097), + [anon_sym_assert] = ACTIONS(3097), + [anon_sym_defer] = ACTIONS(3097), + [anon_sym_goto] = ACTIONS(3097), + [anon_sym_break] = ACTIONS(3097), + [anon_sym_continue] = ACTIONS(3097), + [anon_sym_return] = ACTIONS(3097), + [anon_sym_DOLLARfor] = ACTIONS(3097), + [anon_sym_for] = ACTIONS(3097), + [anon_sym_POUND] = ACTIONS(3097), + [anon_sym_asm] = ACTIONS(3097), + [anon_sym_AT_LBRACK] = ACTIONS(3097), + [sym___double_quote] = ACTIONS(3097), + [sym___single_quote] = ACTIONS(3097), + [sym___c_double_quote] = ACTIONS(3097), + [sym___c_single_quote] = ACTIONS(3097), + [sym___r_double_quote] = ACTIONS(3097), + [sym___r_single_quote] = ACTIONS(3097), }, [1511] = { [sym_line_comment] = STATE(1511), [sym_block_comment] = STATE(1511), - [ts_builtin_sym_end] = ACTIONS(2885), - [sym_identifier] = ACTIONS(2887), - [anon_sym_LF] = ACTIONS(2887), - [anon_sym_CR] = ACTIONS(2887), - [anon_sym_CR_LF] = ACTIONS(2887), + [ts_builtin_sym_end] = ACTIONS(3099), + [sym_identifier] = ACTIONS(3101), + [anon_sym_LF] = ACTIONS(3101), + [anon_sym_CR] = ACTIONS(3101), + [anon_sym_CR_LF] = ACTIONS(3101), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2887), - [anon_sym_LBRACE] = ACTIONS(2887), - [anon_sym_const] = ACTIONS(2887), - [anon_sym_LPAREN] = ACTIONS(2887), - [anon_sym___global] = ACTIONS(2887), - [anon_sym_type] = ACTIONS(2887), - [anon_sym_PIPE] = ACTIONS(2887), - [anon_sym_fn] = ACTIONS(2887), - [anon_sym_PLUS] = ACTIONS(2887), - [anon_sym_DASH] = ACTIONS(2887), - [anon_sym_STAR] = ACTIONS(2887), - [anon_sym_struct] = ACTIONS(2887), - [anon_sym_union] = ACTIONS(2887), - [anon_sym_pub] = ACTIONS(2887), - [anon_sym_mut] = ACTIONS(2887), - [anon_sym_enum] = ACTIONS(2887), - [anon_sym_interface] = ACTIONS(2887), - [anon_sym_QMARK] = ACTIONS(2887), - [anon_sym_BANG] = ACTIONS(2887), - [anon_sym_go] = ACTIONS(2887), - [anon_sym_spawn] = ACTIONS(2887), - [anon_sym_json_DOTdecode] = ACTIONS(2887), - [anon_sym_LBRACK2] = ACTIONS(2887), - [anon_sym_TILDE] = ACTIONS(2887), - [anon_sym_CARET] = ACTIONS(2887), - [anon_sym_AMP] = ACTIONS(2887), - [anon_sym_LT_DASH] = ACTIONS(2887), - [sym_none] = ACTIONS(2887), - [sym_true] = ACTIONS(2887), - [sym_false] = ACTIONS(2887), - [sym_nil] = ACTIONS(2887), - [anon_sym_if] = ACTIONS(2887), - [anon_sym_DOLLARif] = ACTIONS(2887), - [anon_sym_match] = ACTIONS(2887), - [anon_sym_select] = ACTIONS(2887), - [anon_sym_lock] = ACTIONS(2887), - [anon_sym_rlock] = ACTIONS(2887), - [anon_sym_unsafe] = ACTIONS(2887), - [anon_sym_sql] = ACTIONS(2887), - [sym_int_literal] = ACTIONS(2887), - [sym_float_literal] = ACTIONS(2887), - [sym_rune_literal] = ACTIONS(2887), - [sym_pseudo_compile_time_identifier] = ACTIONS(2887), - [anon_sym_shared] = ACTIONS(2887), - [anon_sym_map_LBRACK] = ACTIONS(2887), - [anon_sym_chan] = ACTIONS(2887), - [anon_sym_thread] = ACTIONS(2887), - [anon_sym_atomic] = ACTIONS(2887), - [anon_sym_assert] = ACTIONS(2887), - [anon_sym_defer] = ACTIONS(2887), - [anon_sym_goto] = ACTIONS(2887), - [anon_sym_break] = ACTIONS(2887), - [anon_sym_continue] = ACTIONS(2887), - [anon_sym_return] = ACTIONS(2887), - [anon_sym_DOLLARfor] = ACTIONS(2887), - [anon_sym_for] = ACTIONS(2887), - [anon_sym_POUND] = ACTIONS(2887), - [anon_sym_asm] = ACTIONS(2887), - [anon_sym_AT_LBRACK] = ACTIONS(2887), - [sym___double_quote] = ACTIONS(2887), - [sym___single_quote] = ACTIONS(2887), - [sym___c_double_quote] = ACTIONS(2887), - [sym___c_single_quote] = ACTIONS(2887), - [sym___r_double_quote] = ACTIONS(2887), - [sym___r_single_quote] = ACTIONS(2887), + [anon_sym_DOT] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(3101), + [anon_sym_const] = ACTIONS(3101), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym___global] = ACTIONS(3101), + [anon_sym_type] = ACTIONS(3101), + [anon_sym_PIPE] = ACTIONS(3101), + [anon_sym_fn] = ACTIONS(3101), + [anon_sym_PLUS] = ACTIONS(3101), + [anon_sym_DASH] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(3101), + [anon_sym_struct] = ACTIONS(3101), + [anon_sym_union] = ACTIONS(3101), + [anon_sym_pub] = ACTIONS(3101), + [anon_sym_mut] = ACTIONS(3101), + [anon_sym_enum] = ACTIONS(3101), + [anon_sym_interface] = ACTIONS(3101), + [anon_sym_QMARK] = ACTIONS(3101), + [anon_sym_BANG] = ACTIONS(3101), + [anon_sym_go] = ACTIONS(3101), + [anon_sym_spawn] = ACTIONS(3101), + [anon_sym_json_DOTdecode] = ACTIONS(3101), + [anon_sym_LBRACK2] = ACTIONS(3101), + [anon_sym_TILDE] = ACTIONS(3101), + [anon_sym_CARET] = ACTIONS(3101), + [anon_sym_AMP] = ACTIONS(3101), + [anon_sym_LT_DASH] = ACTIONS(3101), + [sym_none] = ACTIONS(3101), + [sym_true] = ACTIONS(3101), + [sym_false] = ACTIONS(3101), + [sym_nil] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3101), + [anon_sym_DOLLARif] = ACTIONS(3101), + [anon_sym_match] = ACTIONS(3101), + [anon_sym_select] = ACTIONS(3101), + [anon_sym_lock] = ACTIONS(3101), + [anon_sym_rlock] = ACTIONS(3101), + [anon_sym_unsafe] = ACTIONS(3101), + [anon_sym_sql] = ACTIONS(3101), + [sym_int_literal] = ACTIONS(3101), + [sym_float_literal] = ACTIONS(3101), + [sym_rune_literal] = ACTIONS(3101), + [sym_pseudo_compile_time_identifier] = ACTIONS(3101), + [anon_sym_shared] = ACTIONS(3101), + [anon_sym_map_LBRACK] = ACTIONS(3101), + [anon_sym_chan] = ACTIONS(3101), + [anon_sym_thread] = ACTIONS(3101), + [anon_sym_atomic] = ACTIONS(3101), + [anon_sym_assert] = ACTIONS(3101), + [anon_sym_defer] = ACTIONS(3101), + [anon_sym_goto] = ACTIONS(3101), + [anon_sym_break] = ACTIONS(3101), + [anon_sym_continue] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3101), + [anon_sym_DOLLARfor] = ACTIONS(3101), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_POUND] = ACTIONS(3101), + [anon_sym_asm] = ACTIONS(3101), + [anon_sym_AT_LBRACK] = ACTIONS(3101), + [sym___double_quote] = ACTIONS(3101), + [sym___single_quote] = ACTIONS(3101), + [sym___c_double_quote] = ACTIONS(3101), + [sym___c_single_quote] = ACTIONS(3101), + [sym___r_double_quote] = ACTIONS(3101), + [sym___r_single_quote] = ACTIONS(3101), }, [1512] = { [sym_line_comment] = STATE(1512), [sym_block_comment] = STATE(1512), - [sym_block] = STATE(1594), - [ts_builtin_sym_end] = ACTIONS(4166), - [sym_identifier] = ACTIONS(4168), - [anon_sym_LF] = ACTIONS(4168), - [anon_sym_CR] = ACTIONS(4168), - [anon_sym_CR_LF] = ACTIONS(4168), + [ts_builtin_sym_end] = ACTIONS(3207), + [sym_identifier] = ACTIONS(3209), + [anon_sym_LF] = ACTIONS(3209), + [anon_sym_CR] = ACTIONS(3209), + [anon_sym_CR_LF] = ACTIONS(3209), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4168), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4168), - [anon_sym_LPAREN] = ACTIONS(4168), - [anon_sym___global] = ACTIONS(4168), - [anon_sym_type] = ACTIONS(4168), - [anon_sym_fn] = ACTIONS(4168), - [anon_sym_PLUS] = ACTIONS(4168), - [anon_sym_DASH] = ACTIONS(4168), - [anon_sym_STAR] = ACTIONS(4168), - [anon_sym_struct] = ACTIONS(4168), - [anon_sym_union] = ACTIONS(4168), - [anon_sym_pub] = ACTIONS(4168), - [anon_sym_mut] = ACTIONS(4168), - [anon_sym_enum] = ACTIONS(4168), - [anon_sym_interface] = ACTIONS(4168), - [anon_sym_QMARK] = ACTIONS(4168), - [anon_sym_BANG] = ACTIONS(4168), - [anon_sym_go] = ACTIONS(4168), - [anon_sym_spawn] = ACTIONS(4168), - [anon_sym_json_DOTdecode] = ACTIONS(4168), - [anon_sym_LBRACK2] = ACTIONS(4168), - [anon_sym_TILDE] = ACTIONS(4168), - [anon_sym_CARET] = ACTIONS(4168), - [anon_sym_AMP] = ACTIONS(4168), - [anon_sym_LT_DASH] = ACTIONS(4168), - [sym_none] = ACTIONS(4168), - [sym_true] = ACTIONS(4168), - [sym_false] = ACTIONS(4168), - [sym_nil] = ACTIONS(4168), - [anon_sym_if] = ACTIONS(4168), - [anon_sym_DOLLARif] = ACTIONS(4168), - [anon_sym_match] = ACTIONS(4168), - [anon_sym_select] = ACTIONS(4168), - [anon_sym_lock] = ACTIONS(4168), - [anon_sym_rlock] = ACTIONS(4168), - [anon_sym_unsafe] = ACTIONS(4168), - [anon_sym_sql] = ACTIONS(4168), - [sym_int_literal] = ACTIONS(4168), - [sym_float_literal] = ACTIONS(4168), - [sym_rune_literal] = ACTIONS(4168), - [sym_pseudo_compile_time_identifier] = ACTIONS(4168), - [anon_sym_shared] = ACTIONS(4168), - [anon_sym_map_LBRACK] = ACTIONS(4168), - [anon_sym_chan] = ACTIONS(4168), - [anon_sym_thread] = ACTIONS(4168), - [anon_sym_atomic] = ACTIONS(4168), - [anon_sym_assert] = ACTIONS(4168), - [anon_sym_defer] = ACTIONS(4168), - [anon_sym_goto] = ACTIONS(4168), - [anon_sym_break] = ACTIONS(4168), - [anon_sym_continue] = ACTIONS(4168), - [anon_sym_return] = ACTIONS(4168), - [anon_sym_DOLLARfor] = ACTIONS(4168), - [anon_sym_for] = ACTIONS(4168), - [anon_sym_POUND] = ACTIONS(4168), - [anon_sym_asm] = ACTIONS(4168), - [anon_sym_AT_LBRACK] = ACTIONS(4168), - [sym___double_quote] = ACTIONS(4168), - [sym___single_quote] = ACTIONS(4168), - [sym___c_double_quote] = ACTIONS(4168), - [sym___c_single_quote] = ACTIONS(4168), - [sym___r_double_quote] = ACTIONS(4168), - [sym___r_single_quote] = ACTIONS(4168), + [anon_sym_DOT] = ACTIONS(3209), + [anon_sym_LBRACE] = ACTIONS(3209), + [anon_sym_const] = ACTIONS(3209), + [anon_sym_LPAREN] = ACTIONS(3209), + [anon_sym___global] = ACTIONS(3209), + [anon_sym_type] = ACTIONS(3209), + [anon_sym_PIPE] = ACTIONS(3209), + [anon_sym_fn] = ACTIONS(3209), + [anon_sym_PLUS] = ACTIONS(3209), + [anon_sym_DASH] = ACTIONS(3209), + [anon_sym_STAR] = ACTIONS(3209), + [anon_sym_struct] = ACTIONS(3209), + [anon_sym_union] = ACTIONS(3209), + [anon_sym_pub] = ACTIONS(3209), + [anon_sym_mut] = ACTIONS(3209), + [anon_sym_enum] = ACTIONS(3209), + [anon_sym_interface] = ACTIONS(3209), + [anon_sym_QMARK] = ACTIONS(3209), + [anon_sym_BANG] = ACTIONS(3209), + [anon_sym_go] = ACTIONS(3209), + [anon_sym_spawn] = ACTIONS(3209), + [anon_sym_json_DOTdecode] = ACTIONS(3209), + [anon_sym_LBRACK2] = ACTIONS(3209), + [anon_sym_TILDE] = ACTIONS(3209), + [anon_sym_CARET] = ACTIONS(3209), + [anon_sym_AMP] = ACTIONS(3209), + [anon_sym_LT_DASH] = ACTIONS(3209), + [sym_none] = ACTIONS(3209), + [sym_true] = ACTIONS(3209), + [sym_false] = ACTIONS(3209), + [sym_nil] = ACTIONS(3209), + [anon_sym_if] = ACTIONS(3209), + [anon_sym_DOLLARif] = ACTIONS(3209), + [anon_sym_match] = ACTIONS(3209), + [anon_sym_select] = ACTIONS(3209), + [anon_sym_lock] = ACTIONS(3209), + [anon_sym_rlock] = ACTIONS(3209), + [anon_sym_unsafe] = ACTIONS(3209), + [anon_sym_sql] = ACTIONS(3209), + [sym_int_literal] = ACTIONS(3209), + [sym_float_literal] = ACTIONS(3209), + [sym_rune_literal] = ACTIONS(3209), + [sym_pseudo_compile_time_identifier] = ACTIONS(3209), + [anon_sym_shared] = ACTIONS(3209), + [anon_sym_map_LBRACK] = ACTIONS(3209), + [anon_sym_chan] = ACTIONS(3209), + [anon_sym_thread] = ACTIONS(3209), + [anon_sym_atomic] = ACTIONS(3209), + [anon_sym_assert] = ACTIONS(3209), + [anon_sym_defer] = ACTIONS(3209), + [anon_sym_goto] = ACTIONS(3209), + [anon_sym_break] = ACTIONS(3209), + [anon_sym_continue] = ACTIONS(3209), + [anon_sym_return] = ACTIONS(3209), + [anon_sym_DOLLARfor] = ACTIONS(3209), + [anon_sym_for] = ACTIONS(3209), + [anon_sym_POUND] = ACTIONS(3209), + [anon_sym_asm] = ACTIONS(3209), + [anon_sym_AT_LBRACK] = ACTIONS(3209), + [sym___double_quote] = ACTIONS(3209), + [sym___single_quote] = ACTIONS(3209), + [sym___c_double_quote] = ACTIONS(3209), + [sym___c_single_quote] = ACTIONS(3209), + [sym___r_double_quote] = ACTIONS(3209), + [sym___r_single_quote] = ACTIONS(3209), }, [1513] = { [sym_line_comment] = STATE(1513), [sym_block_comment] = STATE(1513), - [ts_builtin_sym_end] = ACTIONS(3313), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LF] = ACTIONS(3315), - [anon_sym_CR] = ACTIONS(3315), - [anon_sym_CR_LF] = ACTIONS(3315), + [ts_builtin_sym_end] = ACTIONS(3211), + [sym_identifier] = ACTIONS(3213), + [anon_sym_LF] = ACTIONS(3213), + [anon_sym_CR] = ACTIONS(3213), + [anon_sym_CR_LF] = ACTIONS(3213), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3315), - [anon_sym_LBRACE] = ACTIONS(3315), - [anon_sym_const] = ACTIONS(3315), - [anon_sym_LPAREN] = ACTIONS(3315), - [anon_sym___global] = ACTIONS(3315), - [anon_sym_type] = ACTIONS(3315), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(3315), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3315), - [anon_sym_struct] = ACTIONS(3315), - [anon_sym_union] = ACTIONS(3315), - [anon_sym_pub] = ACTIONS(3315), - [anon_sym_mut] = ACTIONS(3315), - [anon_sym_enum] = ACTIONS(3315), - [anon_sym_interface] = ACTIONS(3315), - [anon_sym_QMARK] = ACTIONS(3315), - [anon_sym_BANG] = ACTIONS(3315), - [anon_sym_go] = ACTIONS(3315), - [anon_sym_spawn] = ACTIONS(3315), - [anon_sym_json_DOTdecode] = ACTIONS(3315), - [anon_sym_LBRACK2] = ACTIONS(3315), - [anon_sym_TILDE] = ACTIONS(3315), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3315), - [anon_sym_LT_DASH] = ACTIONS(3315), - [sym_none] = ACTIONS(3315), - [sym_true] = ACTIONS(3315), - [sym_false] = ACTIONS(3315), - [sym_nil] = ACTIONS(3315), - [anon_sym_if] = ACTIONS(3315), - [anon_sym_DOLLARif] = ACTIONS(3315), - [anon_sym_match] = ACTIONS(3315), - [anon_sym_select] = ACTIONS(3315), - [anon_sym_lock] = ACTIONS(3315), - [anon_sym_rlock] = ACTIONS(3315), - [anon_sym_unsafe] = ACTIONS(3315), - [anon_sym_sql] = ACTIONS(3315), - [sym_int_literal] = ACTIONS(3315), - [sym_float_literal] = ACTIONS(3315), - [sym_rune_literal] = ACTIONS(3315), - [sym_pseudo_compile_time_identifier] = ACTIONS(3315), - [anon_sym_shared] = ACTIONS(3315), - [anon_sym_map_LBRACK] = ACTIONS(3315), - [anon_sym_chan] = ACTIONS(3315), - [anon_sym_thread] = ACTIONS(3315), - [anon_sym_atomic] = ACTIONS(3315), - [anon_sym_assert] = ACTIONS(3315), - [anon_sym_defer] = ACTIONS(3315), - [anon_sym_goto] = ACTIONS(3315), - [anon_sym_break] = ACTIONS(3315), - [anon_sym_continue] = ACTIONS(3315), - [anon_sym_return] = ACTIONS(3315), - [anon_sym_DOLLARfor] = ACTIONS(3315), - [anon_sym_for] = ACTIONS(3315), - [anon_sym_POUND] = ACTIONS(3315), - [anon_sym_asm] = ACTIONS(3315), - [anon_sym_AT_LBRACK] = ACTIONS(3315), - [sym___double_quote] = ACTIONS(3315), - [sym___single_quote] = ACTIONS(3315), - [sym___c_double_quote] = ACTIONS(3315), - [sym___c_single_quote] = ACTIONS(3315), - [sym___r_double_quote] = ACTIONS(3315), - [sym___r_single_quote] = ACTIONS(3315), + [anon_sym_DOT] = ACTIONS(3213), + [anon_sym_LBRACE] = ACTIONS(3213), + [anon_sym_const] = ACTIONS(3213), + [anon_sym_LPAREN] = ACTIONS(3213), + [anon_sym___global] = ACTIONS(3213), + [anon_sym_type] = ACTIONS(3213), + [anon_sym_PIPE] = ACTIONS(3213), + [anon_sym_fn] = ACTIONS(3213), + [anon_sym_PLUS] = ACTIONS(3213), + [anon_sym_DASH] = ACTIONS(3213), + [anon_sym_STAR] = ACTIONS(3213), + [anon_sym_struct] = ACTIONS(3213), + [anon_sym_union] = ACTIONS(3213), + [anon_sym_pub] = ACTIONS(3213), + [anon_sym_mut] = ACTIONS(3213), + [anon_sym_enum] = ACTIONS(3213), + [anon_sym_interface] = ACTIONS(3213), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_BANG] = ACTIONS(3213), + [anon_sym_go] = ACTIONS(3213), + [anon_sym_spawn] = ACTIONS(3213), + [anon_sym_json_DOTdecode] = ACTIONS(3213), + [anon_sym_LBRACK2] = ACTIONS(3213), + [anon_sym_TILDE] = ACTIONS(3213), + [anon_sym_CARET] = ACTIONS(3213), + [anon_sym_AMP] = ACTIONS(3213), + [anon_sym_LT_DASH] = ACTIONS(3213), + [sym_none] = ACTIONS(3213), + [sym_true] = ACTIONS(3213), + [sym_false] = ACTIONS(3213), + [sym_nil] = ACTIONS(3213), + [anon_sym_if] = ACTIONS(3213), + [anon_sym_DOLLARif] = ACTIONS(3213), + [anon_sym_match] = ACTIONS(3213), + [anon_sym_select] = ACTIONS(3213), + [anon_sym_lock] = ACTIONS(3213), + [anon_sym_rlock] = ACTIONS(3213), + [anon_sym_unsafe] = ACTIONS(3213), + [anon_sym_sql] = ACTIONS(3213), + [sym_int_literal] = ACTIONS(3213), + [sym_float_literal] = ACTIONS(3213), + [sym_rune_literal] = ACTIONS(3213), + [sym_pseudo_compile_time_identifier] = ACTIONS(3213), + [anon_sym_shared] = ACTIONS(3213), + [anon_sym_map_LBRACK] = ACTIONS(3213), + [anon_sym_chan] = ACTIONS(3213), + [anon_sym_thread] = ACTIONS(3213), + [anon_sym_atomic] = ACTIONS(3213), + [anon_sym_assert] = ACTIONS(3213), + [anon_sym_defer] = ACTIONS(3213), + [anon_sym_goto] = ACTIONS(3213), + [anon_sym_break] = ACTIONS(3213), + [anon_sym_continue] = ACTIONS(3213), + [anon_sym_return] = ACTIONS(3213), + [anon_sym_DOLLARfor] = ACTIONS(3213), + [anon_sym_for] = ACTIONS(3213), + [anon_sym_POUND] = ACTIONS(3213), + [anon_sym_asm] = ACTIONS(3213), + [anon_sym_AT_LBRACK] = ACTIONS(3213), + [sym___double_quote] = ACTIONS(3213), + [sym___single_quote] = ACTIONS(3213), + [sym___c_double_quote] = ACTIONS(3213), + [sym___c_single_quote] = ACTIONS(3213), + [sym___r_double_quote] = ACTIONS(3213), + [sym___r_single_quote] = ACTIONS(3213), }, [1514] = { [sym_line_comment] = STATE(1514), [sym_block_comment] = STATE(1514), - [sym_label_reference] = STATE(1565), - [ts_builtin_sym_end] = ACTIONS(4170), - [sym_identifier] = ACTIONS(4172), - [anon_sym_LF] = ACTIONS(4174), - [anon_sym_CR] = ACTIONS(4174), - [anon_sym_CR_LF] = ACTIONS(4174), + [ts_builtin_sym_end] = ACTIONS(3215), + [sym_identifier] = ACTIONS(3217), + [anon_sym_LF] = ACTIONS(3217), + [anon_sym_CR] = ACTIONS(3217), + [anon_sym_CR_LF] = ACTIONS(3217), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4174), - [anon_sym_LBRACE] = ACTIONS(4174), - [anon_sym_const] = ACTIONS(4174), - [anon_sym_LPAREN] = ACTIONS(4174), - [anon_sym___global] = ACTIONS(4174), - [anon_sym_type] = ACTIONS(4174), - [anon_sym_fn] = ACTIONS(4174), - [anon_sym_PLUS] = ACTIONS(4174), - [anon_sym_DASH] = ACTIONS(4174), - [anon_sym_STAR] = ACTIONS(4174), - [anon_sym_struct] = ACTIONS(4174), - [anon_sym_union] = ACTIONS(4174), - [anon_sym_pub] = ACTIONS(4174), - [anon_sym_mut] = ACTIONS(4174), - [anon_sym_enum] = ACTIONS(4174), - [anon_sym_interface] = ACTIONS(4174), - [anon_sym_QMARK] = ACTIONS(4174), - [anon_sym_BANG] = ACTIONS(4174), - [anon_sym_go] = ACTIONS(4174), - [anon_sym_spawn] = ACTIONS(4174), - [anon_sym_json_DOTdecode] = ACTIONS(4174), - [anon_sym_LBRACK2] = ACTIONS(4174), - [anon_sym_TILDE] = ACTIONS(4174), - [anon_sym_CARET] = ACTIONS(4174), - [anon_sym_AMP] = ACTIONS(4174), - [anon_sym_LT_DASH] = ACTIONS(4174), - [sym_none] = ACTIONS(4174), - [sym_true] = ACTIONS(4174), - [sym_false] = ACTIONS(4174), - [sym_nil] = ACTIONS(4174), - [anon_sym_if] = ACTIONS(4174), - [anon_sym_DOLLARif] = ACTIONS(4174), - [anon_sym_match] = ACTIONS(4174), - [anon_sym_select] = ACTIONS(4174), - [anon_sym_lock] = ACTIONS(4174), - [anon_sym_rlock] = ACTIONS(4174), - [anon_sym_unsafe] = ACTIONS(4174), - [anon_sym_sql] = ACTIONS(4174), - [sym_int_literal] = ACTIONS(4174), - [sym_float_literal] = ACTIONS(4174), - [sym_rune_literal] = ACTIONS(4174), - [sym_pseudo_compile_time_identifier] = ACTIONS(4174), - [anon_sym_shared] = ACTIONS(4174), - [anon_sym_map_LBRACK] = ACTIONS(4174), - [anon_sym_chan] = ACTIONS(4174), - [anon_sym_thread] = ACTIONS(4174), - [anon_sym_atomic] = ACTIONS(4174), - [anon_sym_assert] = ACTIONS(4174), - [anon_sym_defer] = ACTIONS(4174), - [anon_sym_goto] = ACTIONS(4174), - [anon_sym_break] = ACTIONS(4174), - [anon_sym_continue] = ACTIONS(4174), - [anon_sym_return] = ACTIONS(4174), - [anon_sym_DOLLARfor] = ACTIONS(4174), - [anon_sym_for] = ACTIONS(4174), - [anon_sym_POUND] = ACTIONS(4174), - [anon_sym_asm] = ACTIONS(4174), - [anon_sym_AT_LBRACK] = ACTIONS(4174), - [sym___double_quote] = ACTIONS(4174), - [sym___single_quote] = ACTIONS(4174), - [sym___c_double_quote] = ACTIONS(4174), - [sym___c_single_quote] = ACTIONS(4174), - [sym___r_double_quote] = ACTIONS(4174), - [sym___r_single_quote] = ACTIONS(4174), + [anon_sym_DOT] = ACTIONS(3217), + [anon_sym_LBRACE] = ACTIONS(3217), + [anon_sym_const] = ACTIONS(3217), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym___global] = ACTIONS(3217), + [anon_sym_type] = ACTIONS(3217), + [anon_sym_PIPE] = ACTIONS(3217), + [anon_sym_fn] = ACTIONS(3217), + [anon_sym_PLUS] = ACTIONS(3217), + [anon_sym_DASH] = ACTIONS(3217), + [anon_sym_STAR] = ACTIONS(3217), + [anon_sym_struct] = ACTIONS(3217), + [anon_sym_union] = ACTIONS(3217), + [anon_sym_pub] = ACTIONS(3217), + [anon_sym_mut] = ACTIONS(3217), + [anon_sym_enum] = ACTIONS(3217), + [anon_sym_interface] = ACTIONS(3217), + [anon_sym_QMARK] = ACTIONS(3217), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_go] = ACTIONS(3217), + [anon_sym_spawn] = ACTIONS(3217), + [anon_sym_json_DOTdecode] = ACTIONS(3217), + [anon_sym_LBRACK2] = ACTIONS(3217), + [anon_sym_TILDE] = ACTIONS(3217), + [anon_sym_CARET] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3217), + [anon_sym_LT_DASH] = ACTIONS(3217), + [sym_none] = ACTIONS(3217), + [sym_true] = ACTIONS(3217), + [sym_false] = ACTIONS(3217), + [sym_nil] = ACTIONS(3217), + [anon_sym_if] = ACTIONS(3217), + [anon_sym_DOLLARif] = ACTIONS(3217), + [anon_sym_match] = ACTIONS(3217), + [anon_sym_select] = ACTIONS(3217), + [anon_sym_lock] = ACTIONS(3217), + [anon_sym_rlock] = ACTIONS(3217), + [anon_sym_unsafe] = ACTIONS(3217), + [anon_sym_sql] = ACTIONS(3217), + [sym_int_literal] = ACTIONS(3217), + [sym_float_literal] = ACTIONS(3217), + [sym_rune_literal] = ACTIONS(3217), + [sym_pseudo_compile_time_identifier] = ACTIONS(3217), + [anon_sym_shared] = ACTIONS(3217), + [anon_sym_map_LBRACK] = ACTIONS(3217), + [anon_sym_chan] = ACTIONS(3217), + [anon_sym_thread] = ACTIONS(3217), + [anon_sym_atomic] = ACTIONS(3217), + [anon_sym_assert] = ACTIONS(3217), + [anon_sym_defer] = ACTIONS(3217), + [anon_sym_goto] = ACTIONS(3217), + [anon_sym_break] = ACTIONS(3217), + [anon_sym_continue] = ACTIONS(3217), + [anon_sym_return] = ACTIONS(3217), + [anon_sym_DOLLARfor] = ACTIONS(3217), + [anon_sym_for] = ACTIONS(3217), + [anon_sym_POUND] = ACTIONS(3217), + [anon_sym_asm] = ACTIONS(3217), + [anon_sym_AT_LBRACK] = ACTIONS(3217), + [sym___double_quote] = ACTIONS(3217), + [sym___single_quote] = ACTIONS(3217), + [sym___c_double_quote] = ACTIONS(3217), + [sym___c_single_quote] = ACTIONS(3217), + [sym___r_double_quote] = ACTIONS(3217), + [sym___r_single_quote] = ACTIONS(3217), }, [1515] = { [sym_line_comment] = STATE(1515), [sym_block_comment] = STATE(1515), - [sym_label_reference] = STATE(1564), - [ts_builtin_sym_end] = ACTIONS(4176), - [sym_identifier] = ACTIONS(4172), - [anon_sym_LF] = ACTIONS(4178), - [anon_sym_CR] = ACTIONS(4178), - [anon_sym_CR_LF] = ACTIONS(4178), + [ts_builtin_sym_end] = ACTIONS(3223), + [sym_identifier] = ACTIONS(3225), + [anon_sym_LF] = ACTIONS(3225), + [anon_sym_CR] = ACTIONS(3225), + [anon_sym_CR_LF] = ACTIONS(3225), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4178), - [anon_sym_LBRACE] = ACTIONS(4178), - [anon_sym_const] = ACTIONS(4178), - [anon_sym_LPAREN] = ACTIONS(4178), - [anon_sym___global] = ACTIONS(4178), - [anon_sym_type] = ACTIONS(4178), - [anon_sym_fn] = ACTIONS(4178), - [anon_sym_PLUS] = ACTIONS(4178), - [anon_sym_DASH] = ACTIONS(4178), - [anon_sym_STAR] = ACTIONS(4178), - [anon_sym_struct] = ACTIONS(4178), - [anon_sym_union] = ACTIONS(4178), - [anon_sym_pub] = ACTIONS(4178), - [anon_sym_mut] = ACTIONS(4178), - [anon_sym_enum] = ACTIONS(4178), - [anon_sym_interface] = ACTIONS(4178), - [anon_sym_QMARK] = ACTIONS(4178), - [anon_sym_BANG] = ACTIONS(4178), - [anon_sym_go] = ACTIONS(4178), - [anon_sym_spawn] = ACTIONS(4178), - [anon_sym_json_DOTdecode] = ACTIONS(4178), - [anon_sym_LBRACK2] = ACTIONS(4178), - [anon_sym_TILDE] = ACTIONS(4178), - [anon_sym_CARET] = ACTIONS(4178), - [anon_sym_AMP] = ACTIONS(4178), - [anon_sym_LT_DASH] = ACTIONS(4178), - [sym_none] = ACTIONS(4178), - [sym_true] = ACTIONS(4178), - [sym_false] = ACTIONS(4178), - [sym_nil] = ACTIONS(4178), - [anon_sym_if] = ACTIONS(4178), - [anon_sym_DOLLARif] = ACTIONS(4178), - [anon_sym_match] = ACTIONS(4178), - [anon_sym_select] = ACTIONS(4178), - [anon_sym_lock] = ACTIONS(4178), - [anon_sym_rlock] = ACTIONS(4178), - [anon_sym_unsafe] = ACTIONS(4178), - [anon_sym_sql] = ACTIONS(4178), - [sym_int_literal] = ACTIONS(4178), - [sym_float_literal] = ACTIONS(4178), - [sym_rune_literal] = ACTIONS(4178), - [sym_pseudo_compile_time_identifier] = ACTIONS(4178), - [anon_sym_shared] = ACTIONS(4178), - [anon_sym_map_LBRACK] = ACTIONS(4178), - [anon_sym_chan] = ACTIONS(4178), - [anon_sym_thread] = ACTIONS(4178), - [anon_sym_atomic] = ACTIONS(4178), - [anon_sym_assert] = ACTIONS(4178), - [anon_sym_defer] = ACTIONS(4178), - [anon_sym_goto] = ACTIONS(4178), - [anon_sym_break] = ACTIONS(4178), - [anon_sym_continue] = ACTIONS(4178), - [anon_sym_return] = ACTIONS(4178), - [anon_sym_DOLLARfor] = ACTIONS(4178), - [anon_sym_for] = ACTIONS(4178), - [anon_sym_POUND] = ACTIONS(4178), - [anon_sym_asm] = ACTIONS(4178), - [anon_sym_AT_LBRACK] = ACTIONS(4178), - [sym___double_quote] = ACTIONS(4178), - [sym___single_quote] = ACTIONS(4178), - [sym___c_double_quote] = ACTIONS(4178), - [sym___c_single_quote] = ACTIONS(4178), - [sym___r_double_quote] = ACTIONS(4178), - [sym___r_single_quote] = ACTIONS(4178), + [anon_sym_DOT] = ACTIONS(3225), + [anon_sym_LBRACE] = ACTIONS(3225), + [anon_sym_const] = ACTIONS(3225), + [anon_sym_LPAREN] = ACTIONS(3225), + [anon_sym___global] = ACTIONS(3225), + [anon_sym_type] = ACTIONS(3225), + [anon_sym_PIPE] = ACTIONS(3225), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_PLUS] = ACTIONS(3225), + [anon_sym_DASH] = ACTIONS(3225), + [anon_sym_STAR] = ACTIONS(3225), + [anon_sym_struct] = ACTIONS(3225), + [anon_sym_union] = ACTIONS(3225), + [anon_sym_pub] = ACTIONS(3225), + [anon_sym_mut] = ACTIONS(3225), + [anon_sym_enum] = ACTIONS(3225), + [anon_sym_interface] = ACTIONS(3225), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_BANG] = ACTIONS(3225), + [anon_sym_go] = ACTIONS(3225), + [anon_sym_spawn] = ACTIONS(3225), + [anon_sym_json_DOTdecode] = ACTIONS(3225), + [anon_sym_LBRACK2] = ACTIONS(3225), + [anon_sym_TILDE] = ACTIONS(3225), + [anon_sym_CARET] = ACTIONS(3225), + [anon_sym_AMP] = ACTIONS(3225), + [anon_sym_LT_DASH] = ACTIONS(3225), + [sym_none] = ACTIONS(3225), + [sym_true] = ACTIONS(3225), + [sym_false] = ACTIONS(3225), + [sym_nil] = ACTIONS(3225), + [anon_sym_if] = ACTIONS(3225), + [anon_sym_DOLLARif] = ACTIONS(3225), + [anon_sym_match] = ACTIONS(3225), + [anon_sym_select] = ACTIONS(3225), + [anon_sym_lock] = ACTIONS(3225), + [anon_sym_rlock] = ACTIONS(3225), + [anon_sym_unsafe] = ACTIONS(3225), + [anon_sym_sql] = ACTIONS(3225), + [sym_int_literal] = ACTIONS(3225), + [sym_float_literal] = ACTIONS(3225), + [sym_rune_literal] = ACTIONS(3225), + [sym_pseudo_compile_time_identifier] = ACTIONS(3225), + [anon_sym_shared] = ACTIONS(3225), + [anon_sym_map_LBRACK] = ACTIONS(3225), + [anon_sym_chan] = ACTIONS(3225), + [anon_sym_thread] = ACTIONS(3225), + [anon_sym_atomic] = ACTIONS(3225), + [anon_sym_assert] = ACTIONS(3225), + [anon_sym_defer] = ACTIONS(3225), + [anon_sym_goto] = ACTIONS(3225), + [anon_sym_break] = ACTIONS(3225), + [anon_sym_continue] = ACTIONS(3225), + [anon_sym_return] = ACTIONS(3225), + [anon_sym_DOLLARfor] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(3225), + [anon_sym_POUND] = ACTIONS(3225), + [anon_sym_asm] = ACTIONS(3225), + [anon_sym_AT_LBRACK] = ACTIONS(3225), + [sym___double_quote] = ACTIONS(3225), + [sym___single_quote] = ACTIONS(3225), + [sym___c_double_quote] = ACTIONS(3225), + [sym___c_single_quote] = ACTIONS(3225), + [sym___r_double_quote] = ACTIONS(3225), + [sym___r_single_quote] = ACTIONS(3225), }, [1516] = { [sym_line_comment] = STATE(1516), [sym_block_comment] = STATE(1516), - [sym_block] = STATE(1596), - [ts_builtin_sym_end] = ACTIONS(4180), - [sym_identifier] = ACTIONS(4182), - [anon_sym_LF] = ACTIONS(4182), - [anon_sym_CR] = ACTIONS(4182), - [anon_sym_CR_LF] = ACTIONS(4182), + [ts_builtin_sym_end] = ACTIONS(3227), + [sym_identifier] = ACTIONS(3229), + [anon_sym_LF] = ACTIONS(3229), + [anon_sym_CR] = ACTIONS(3229), + [anon_sym_CR_LF] = ACTIONS(3229), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4182), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4182), - [anon_sym_LPAREN] = ACTIONS(4182), - [anon_sym___global] = ACTIONS(4182), - [anon_sym_type] = ACTIONS(4182), - [anon_sym_fn] = ACTIONS(4182), - [anon_sym_PLUS] = ACTIONS(4182), - [anon_sym_DASH] = ACTIONS(4182), - [anon_sym_STAR] = ACTIONS(4182), - [anon_sym_struct] = ACTIONS(4182), - [anon_sym_union] = ACTIONS(4182), - [anon_sym_pub] = ACTIONS(4182), - [anon_sym_mut] = ACTIONS(4182), - [anon_sym_enum] = ACTIONS(4182), - [anon_sym_interface] = ACTIONS(4182), - [anon_sym_QMARK] = ACTIONS(4182), - [anon_sym_BANG] = ACTIONS(4182), - [anon_sym_go] = ACTIONS(4182), - [anon_sym_spawn] = ACTIONS(4182), - [anon_sym_json_DOTdecode] = ACTIONS(4182), - [anon_sym_LBRACK2] = ACTIONS(4182), - [anon_sym_TILDE] = ACTIONS(4182), - [anon_sym_CARET] = ACTIONS(4182), - [anon_sym_AMP] = ACTIONS(4182), - [anon_sym_LT_DASH] = ACTIONS(4182), - [sym_none] = ACTIONS(4182), - [sym_true] = ACTIONS(4182), - [sym_false] = ACTIONS(4182), - [sym_nil] = ACTIONS(4182), - [anon_sym_if] = ACTIONS(4182), - [anon_sym_DOLLARif] = ACTIONS(4182), - [anon_sym_match] = ACTIONS(4182), - [anon_sym_select] = ACTIONS(4182), - [anon_sym_lock] = ACTIONS(4182), - [anon_sym_rlock] = ACTIONS(4182), - [anon_sym_unsafe] = ACTIONS(4182), - [anon_sym_sql] = ACTIONS(4182), - [sym_int_literal] = ACTIONS(4182), - [sym_float_literal] = ACTIONS(4182), - [sym_rune_literal] = ACTIONS(4182), - [sym_pseudo_compile_time_identifier] = ACTIONS(4182), - [anon_sym_shared] = ACTIONS(4182), - [anon_sym_map_LBRACK] = ACTIONS(4182), - [anon_sym_chan] = ACTIONS(4182), - [anon_sym_thread] = ACTIONS(4182), - [anon_sym_atomic] = ACTIONS(4182), - [anon_sym_assert] = ACTIONS(4182), - [anon_sym_defer] = ACTIONS(4182), - [anon_sym_goto] = ACTIONS(4182), - [anon_sym_break] = ACTIONS(4182), - [anon_sym_continue] = ACTIONS(4182), - [anon_sym_return] = ACTIONS(4182), - [anon_sym_DOLLARfor] = ACTIONS(4182), - [anon_sym_for] = ACTIONS(4182), - [anon_sym_POUND] = ACTIONS(4182), - [anon_sym_asm] = ACTIONS(4182), - [anon_sym_AT_LBRACK] = ACTIONS(4182), - [sym___double_quote] = ACTIONS(4182), - [sym___single_quote] = ACTIONS(4182), - [sym___c_double_quote] = ACTIONS(4182), - [sym___c_single_quote] = ACTIONS(4182), - [sym___r_double_quote] = ACTIONS(4182), - [sym___r_single_quote] = ACTIONS(4182), + [anon_sym_DOT] = ACTIONS(3229), + [anon_sym_LBRACE] = ACTIONS(3229), + [anon_sym_const] = ACTIONS(3229), + [anon_sym_LPAREN] = ACTIONS(3229), + [anon_sym___global] = ACTIONS(3229), + [anon_sym_type] = ACTIONS(3229), + [anon_sym_PIPE] = ACTIONS(3229), + [anon_sym_fn] = ACTIONS(3229), + [anon_sym_PLUS] = ACTIONS(3229), + [anon_sym_DASH] = ACTIONS(3229), + [anon_sym_STAR] = ACTIONS(3229), + [anon_sym_struct] = ACTIONS(3229), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_pub] = ACTIONS(3229), + [anon_sym_mut] = ACTIONS(3229), + [anon_sym_enum] = ACTIONS(3229), + [anon_sym_interface] = ACTIONS(3229), + [anon_sym_QMARK] = ACTIONS(3229), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_go] = ACTIONS(3229), + [anon_sym_spawn] = ACTIONS(3229), + [anon_sym_json_DOTdecode] = ACTIONS(3229), + [anon_sym_LBRACK2] = ACTIONS(3229), + [anon_sym_TILDE] = ACTIONS(3229), + [anon_sym_CARET] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3229), + [anon_sym_LT_DASH] = ACTIONS(3229), + [sym_none] = ACTIONS(3229), + [sym_true] = ACTIONS(3229), + [sym_false] = ACTIONS(3229), + [sym_nil] = ACTIONS(3229), + [anon_sym_if] = ACTIONS(3229), + [anon_sym_DOLLARif] = ACTIONS(3229), + [anon_sym_match] = ACTIONS(3229), + [anon_sym_select] = ACTIONS(3229), + [anon_sym_lock] = ACTIONS(3229), + [anon_sym_rlock] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(3229), + [anon_sym_sql] = ACTIONS(3229), + [sym_int_literal] = ACTIONS(3229), + [sym_float_literal] = ACTIONS(3229), + [sym_rune_literal] = ACTIONS(3229), + [sym_pseudo_compile_time_identifier] = ACTIONS(3229), + [anon_sym_shared] = ACTIONS(3229), + [anon_sym_map_LBRACK] = ACTIONS(3229), + [anon_sym_chan] = ACTIONS(3229), + [anon_sym_thread] = ACTIONS(3229), + [anon_sym_atomic] = ACTIONS(3229), + [anon_sym_assert] = ACTIONS(3229), + [anon_sym_defer] = ACTIONS(3229), + [anon_sym_goto] = ACTIONS(3229), + [anon_sym_break] = ACTIONS(3229), + [anon_sym_continue] = ACTIONS(3229), + [anon_sym_return] = ACTIONS(3229), + [anon_sym_DOLLARfor] = ACTIONS(3229), + [anon_sym_for] = ACTIONS(3229), + [anon_sym_POUND] = ACTIONS(3229), + [anon_sym_asm] = ACTIONS(3229), + [anon_sym_AT_LBRACK] = ACTIONS(3229), + [sym___double_quote] = ACTIONS(3229), + [sym___single_quote] = ACTIONS(3229), + [sym___c_double_quote] = ACTIONS(3229), + [sym___c_single_quote] = ACTIONS(3229), + [sym___r_double_quote] = ACTIONS(3229), + [sym___r_single_quote] = ACTIONS(3229), }, [1517] = { [sym_line_comment] = STATE(1517), [sym_block_comment] = STATE(1517), - [sym_block] = STATE(1599), - [ts_builtin_sym_end] = ACTIONS(4184), - [sym_identifier] = ACTIONS(4186), - [anon_sym_LF] = ACTIONS(4186), - [anon_sym_CR] = ACTIONS(4186), - [anon_sym_CR_LF] = ACTIONS(4186), + [ts_builtin_sym_end] = ACTIONS(3315), + [sym_identifier] = ACTIONS(3317), + [anon_sym_LF] = ACTIONS(3317), + [anon_sym_CR] = ACTIONS(3317), + [anon_sym_CR_LF] = ACTIONS(3317), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4186), - [anon_sym_LBRACE] = ACTIONS(4050), - [anon_sym_const] = ACTIONS(4186), - [anon_sym_LPAREN] = ACTIONS(4186), - [anon_sym___global] = ACTIONS(4186), - [anon_sym_type] = ACTIONS(4186), - [anon_sym_fn] = ACTIONS(4186), - [anon_sym_PLUS] = ACTIONS(4186), - [anon_sym_DASH] = ACTIONS(4186), - [anon_sym_STAR] = ACTIONS(4186), - [anon_sym_struct] = ACTIONS(4186), - [anon_sym_union] = ACTIONS(4186), - [anon_sym_pub] = ACTIONS(4186), - [anon_sym_mut] = ACTIONS(4186), - [anon_sym_enum] = ACTIONS(4186), - [anon_sym_interface] = ACTIONS(4186), - [anon_sym_QMARK] = ACTIONS(4186), - [anon_sym_BANG] = ACTIONS(4186), - [anon_sym_go] = ACTIONS(4186), - [anon_sym_spawn] = ACTIONS(4186), - [anon_sym_json_DOTdecode] = ACTIONS(4186), - [anon_sym_LBRACK2] = ACTIONS(4186), - [anon_sym_TILDE] = ACTIONS(4186), - [anon_sym_CARET] = ACTIONS(4186), - [anon_sym_AMP] = ACTIONS(4186), - [anon_sym_LT_DASH] = ACTIONS(4186), - [sym_none] = ACTIONS(4186), - [sym_true] = ACTIONS(4186), - [sym_false] = ACTIONS(4186), - [sym_nil] = ACTIONS(4186), - [anon_sym_if] = ACTIONS(4186), - [anon_sym_DOLLARif] = ACTIONS(4186), - [anon_sym_match] = ACTIONS(4186), - [anon_sym_select] = ACTIONS(4186), - [anon_sym_lock] = ACTIONS(4186), - [anon_sym_rlock] = ACTIONS(4186), - [anon_sym_unsafe] = ACTIONS(4186), - [anon_sym_sql] = ACTIONS(4186), - [sym_int_literal] = ACTIONS(4186), - [sym_float_literal] = ACTIONS(4186), - [sym_rune_literal] = ACTIONS(4186), - [sym_pseudo_compile_time_identifier] = ACTIONS(4186), - [anon_sym_shared] = ACTIONS(4186), - [anon_sym_map_LBRACK] = ACTIONS(4186), - [anon_sym_chan] = ACTIONS(4186), - [anon_sym_thread] = ACTIONS(4186), - [anon_sym_atomic] = ACTIONS(4186), - [anon_sym_assert] = ACTIONS(4186), - [anon_sym_defer] = ACTIONS(4186), - [anon_sym_goto] = ACTIONS(4186), - [anon_sym_break] = ACTIONS(4186), - [anon_sym_continue] = ACTIONS(4186), - [anon_sym_return] = ACTIONS(4186), - [anon_sym_DOLLARfor] = ACTIONS(4186), - [anon_sym_for] = ACTIONS(4186), - [anon_sym_POUND] = ACTIONS(4186), - [anon_sym_asm] = ACTIONS(4186), - [anon_sym_AT_LBRACK] = ACTIONS(4186), - [sym___double_quote] = ACTIONS(4186), - [sym___single_quote] = ACTIONS(4186), - [sym___c_double_quote] = ACTIONS(4186), - [sym___c_single_quote] = ACTIONS(4186), - [sym___r_double_quote] = ACTIONS(4186), - [sym___r_single_quote] = ACTIONS(4186), + [anon_sym_DOT] = ACTIONS(3317), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_const] = ACTIONS(3317), + [anon_sym_LPAREN] = ACTIONS(3317), + [anon_sym___global] = ACTIONS(3317), + [anon_sym_type] = ACTIONS(3317), + [anon_sym_PIPE] = ACTIONS(3317), + [anon_sym_fn] = ACTIONS(3317), + [anon_sym_PLUS] = ACTIONS(3317), + [anon_sym_DASH] = ACTIONS(3317), + [anon_sym_STAR] = ACTIONS(3317), + [anon_sym_struct] = ACTIONS(3317), + [anon_sym_union] = ACTIONS(3317), + [anon_sym_pub] = ACTIONS(3317), + [anon_sym_mut] = ACTIONS(3317), + [anon_sym_enum] = ACTIONS(3317), + [anon_sym_interface] = ACTIONS(3317), + [anon_sym_QMARK] = ACTIONS(3317), + [anon_sym_BANG] = ACTIONS(3317), + [anon_sym_go] = ACTIONS(3317), + [anon_sym_spawn] = ACTIONS(3317), + [anon_sym_json_DOTdecode] = ACTIONS(3317), + [anon_sym_LBRACK2] = ACTIONS(3317), + [anon_sym_TILDE] = ACTIONS(3317), + [anon_sym_CARET] = ACTIONS(3317), + [anon_sym_AMP] = ACTIONS(3317), + [anon_sym_LT_DASH] = ACTIONS(3317), + [sym_none] = ACTIONS(3317), + [sym_true] = ACTIONS(3317), + [sym_false] = ACTIONS(3317), + [sym_nil] = ACTIONS(3317), + [anon_sym_if] = ACTIONS(3317), + [anon_sym_DOLLARif] = ACTIONS(3317), + [anon_sym_match] = ACTIONS(3317), + [anon_sym_select] = ACTIONS(3317), + [anon_sym_lock] = ACTIONS(3317), + [anon_sym_rlock] = ACTIONS(3317), + [anon_sym_unsafe] = ACTIONS(3317), + [anon_sym_sql] = ACTIONS(3317), + [sym_int_literal] = ACTIONS(3317), + [sym_float_literal] = ACTIONS(3317), + [sym_rune_literal] = ACTIONS(3317), + [sym_pseudo_compile_time_identifier] = ACTIONS(3317), + [anon_sym_shared] = ACTIONS(3317), + [anon_sym_map_LBRACK] = ACTIONS(3317), + [anon_sym_chan] = ACTIONS(3317), + [anon_sym_thread] = ACTIONS(3317), + [anon_sym_atomic] = ACTIONS(3317), + [anon_sym_assert] = ACTIONS(3317), + [anon_sym_defer] = ACTIONS(3317), + [anon_sym_goto] = ACTIONS(3317), + [anon_sym_break] = ACTIONS(3317), + [anon_sym_continue] = ACTIONS(3317), + [anon_sym_return] = ACTIONS(3317), + [anon_sym_DOLLARfor] = ACTIONS(3317), + [anon_sym_for] = ACTIONS(3317), + [anon_sym_POUND] = ACTIONS(3317), + [anon_sym_asm] = ACTIONS(3317), + [anon_sym_AT_LBRACK] = ACTIONS(3317), + [sym___double_quote] = ACTIONS(3317), + [sym___single_quote] = ACTIONS(3317), + [sym___c_double_quote] = ACTIONS(3317), + [sym___c_single_quote] = ACTIONS(3317), + [sym___r_double_quote] = ACTIONS(3317), + [sym___r_single_quote] = ACTIONS(3317), }, [1518] = { [sym_line_comment] = STATE(1518), [sym_block_comment] = STATE(1518), - [ts_builtin_sym_end] = ACTIONS(4188), - [sym_identifier] = ACTIONS(4190), - [anon_sym_LF] = ACTIONS(4190), - [anon_sym_CR] = ACTIONS(4190), - [anon_sym_CR_LF] = ACTIONS(4190), + [ts_builtin_sym_end] = ACTIONS(3239), + [sym_identifier] = ACTIONS(3241), + [anon_sym_LF] = ACTIONS(3241), + [anon_sym_CR] = ACTIONS(3241), + [anon_sym_CR_LF] = ACTIONS(3241), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4190), - [anon_sym_LBRACE] = ACTIONS(4190), - [anon_sym_const] = ACTIONS(4190), - [anon_sym_LPAREN] = ACTIONS(4190), - [anon_sym___global] = ACTIONS(4190), - [anon_sym_type] = ACTIONS(4190), - [anon_sym_fn] = ACTIONS(4190), - [anon_sym_PLUS] = ACTIONS(4190), - [anon_sym_DASH] = ACTIONS(4190), - [anon_sym_STAR] = ACTIONS(4190), - [anon_sym_struct] = ACTIONS(4190), - [anon_sym_union] = ACTIONS(4190), - [anon_sym_pub] = ACTIONS(4190), - [anon_sym_mut] = ACTIONS(4190), - [anon_sym_enum] = ACTIONS(4190), - [anon_sym_interface] = ACTIONS(4190), - [anon_sym_QMARK] = ACTIONS(4190), - [anon_sym_BANG] = ACTIONS(4190), - [anon_sym_go] = ACTIONS(4190), - [anon_sym_spawn] = ACTIONS(4190), - [anon_sym_json_DOTdecode] = ACTIONS(4190), - [anon_sym_LBRACK2] = ACTIONS(4190), - [anon_sym_TILDE] = ACTIONS(4190), - [anon_sym_CARET] = ACTIONS(4190), - [anon_sym_AMP] = ACTIONS(4190), - [anon_sym_LT_DASH] = ACTIONS(4190), - [sym_none] = ACTIONS(4190), - [sym_true] = ACTIONS(4190), - [sym_false] = ACTIONS(4190), - [sym_nil] = ACTIONS(4190), - [anon_sym_if] = ACTIONS(4190), - [anon_sym_DOLLARif] = ACTIONS(4190), - [anon_sym_match] = ACTIONS(4190), - [anon_sym_select] = ACTIONS(4190), - [anon_sym_lock] = ACTIONS(4190), - [anon_sym_rlock] = ACTIONS(4190), - [anon_sym_unsafe] = ACTIONS(4190), - [anon_sym_sql] = ACTIONS(4190), - [sym_int_literal] = ACTIONS(4190), - [sym_float_literal] = ACTIONS(4190), - [sym_rune_literal] = ACTIONS(4190), - [sym_pseudo_compile_time_identifier] = ACTIONS(4190), - [anon_sym_shared] = ACTIONS(4190), - [anon_sym_map_LBRACK] = ACTIONS(4190), - [anon_sym_chan] = ACTIONS(4190), - [anon_sym_thread] = ACTIONS(4190), - [anon_sym_atomic] = ACTIONS(4190), - [anon_sym_assert] = ACTIONS(4190), - [anon_sym_defer] = ACTIONS(4190), - [anon_sym_goto] = ACTIONS(4190), - [anon_sym_break] = ACTIONS(4190), - [anon_sym_continue] = ACTIONS(4190), - [anon_sym_return] = ACTIONS(4190), - [anon_sym_DOLLARfor] = ACTIONS(4190), - [anon_sym_for] = ACTIONS(4190), - [anon_sym_POUND] = ACTIONS(4190), - [anon_sym_asm] = ACTIONS(4190), - [anon_sym_AT_LBRACK] = ACTIONS(4190), - [sym___double_quote] = ACTIONS(4190), - [sym___single_quote] = ACTIONS(4190), - [sym___c_double_quote] = ACTIONS(4190), - [sym___c_single_quote] = ACTIONS(4190), - [sym___r_double_quote] = ACTIONS(4190), - [sym___r_single_quote] = ACTIONS(4190), + [anon_sym_DOT] = ACTIONS(3241), + [anon_sym_LBRACE] = ACTIONS(3241), + [anon_sym_const] = ACTIONS(3241), + [anon_sym_LPAREN] = ACTIONS(3241), + [anon_sym___global] = ACTIONS(3241), + [anon_sym_type] = ACTIONS(3241), + [anon_sym_PIPE] = ACTIONS(3241), + [anon_sym_fn] = ACTIONS(3241), + [anon_sym_PLUS] = ACTIONS(3241), + [anon_sym_DASH] = ACTIONS(3241), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_struct] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3241), + [anon_sym_pub] = ACTIONS(3241), + [anon_sym_mut] = ACTIONS(3241), + [anon_sym_enum] = ACTIONS(3241), + [anon_sym_interface] = ACTIONS(3241), + [anon_sym_QMARK] = ACTIONS(3241), + [anon_sym_BANG] = ACTIONS(3241), + [anon_sym_go] = ACTIONS(3241), + [anon_sym_spawn] = ACTIONS(3241), + [anon_sym_json_DOTdecode] = ACTIONS(3241), + [anon_sym_LBRACK2] = ACTIONS(3241), + [anon_sym_TILDE] = ACTIONS(3241), + [anon_sym_CARET] = ACTIONS(3241), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(3241), + [sym_none] = ACTIONS(3241), + [sym_true] = ACTIONS(3241), + [sym_false] = ACTIONS(3241), + [sym_nil] = ACTIONS(3241), + [anon_sym_if] = ACTIONS(3241), + [anon_sym_DOLLARif] = ACTIONS(3241), + [anon_sym_match] = ACTIONS(3241), + [anon_sym_select] = ACTIONS(3241), + [anon_sym_lock] = ACTIONS(3241), + [anon_sym_rlock] = ACTIONS(3241), + [anon_sym_unsafe] = ACTIONS(3241), + [anon_sym_sql] = ACTIONS(3241), + [sym_int_literal] = ACTIONS(3241), + [sym_float_literal] = ACTIONS(3241), + [sym_rune_literal] = ACTIONS(3241), + [sym_pseudo_compile_time_identifier] = ACTIONS(3241), + [anon_sym_shared] = ACTIONS(3241), + [anon_sym_map_LBRACK] = ACTIONS(3241), + [anon_sym_chan] = ACTIONS(3241), + [anon_sym_thread] = ACTIONS(3241), + [anon_sym_atomic] = ACTIONS(3241), + [anon_sym_assert] = ACTIONS(3241), + [anon_sym_defer] = ACTIONS(3241), + [anon_sym_goto] = ACTIONS(3241), + [anon_sym_break] = ACTIONS(3241), + [anon_sym_continue] = ACTIONS(3241), + [anon_sym_return] = ACTIONS(3241), + [anon_sym_DOLLARfor] = ACTIONS(3241), + [anon_sym_for] = ACTIONS(3241), + [anon_sym_POUND] = ACTIONS(3241), + [anon_sym_asm] = ACTIONS(3241), + [anon_sym_AT_LBRACK] = ACTIONS(3241), + [sym___double_quote] = ACTIONS(3241), + [sym___single_quote] = ACTIONS(3241), + [sym___c_double_quote] = ACTIONS(3241), + [sym___c_single_quote] = ACTIONS(3241), + [sym___r_double_quote] = ACTIONS(3241), + [sym___r_single_quote] = ACTIONS(3241), }, [1519] = { [sym_line_comment] = STATE(1519), [sym_block_comment] = STATE(1519), - [ts_builtin_sym_end] = ACTIONS(4192), - [sym_identifier] = ACTIONS(4194), - [anon_sym_LF] = ACTIONS(4194), - [anon_sym_CR] = ACTIONS(4194), - [anon_sym_CR_LF] = ACTIONS(4194), + [ts_builtin_sym_end] = ACTIONS(4194), + [sym_identifier] = ACTIONS(4196), + [anon_sym_LF] = ACTIONS(4196), + [anon_sym_CR] = ACTIONS(4196), + [anon_sym_CR_LF] = ACTIONS(4196), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4194), - [anon_sym_LBRACE] = ACTIONS(4194), - [anon_sym_const] = ACTIONS(4194), - [anon_sym_LPAREN] = ACTIONS(4194), - [anon_sym___global] = ACTIONS(4194), - [anon_sym_type] = ACTIONS(4194), - [anon_sym_fn] = ACTIONS(4194), - [anon_sym_PLUS] = ACTIONS(4194), - [anon_sym_DASH] = ACTIONS(4194), - [anon_sym_STAR] = ACTIONS(4194), - [anon_sym_struct] = ACTIONS(4194), - [anon_sym_union] = ACTIONS(4194), - [anon_sym_pub] = ACTIONS(4194), - [anon_sym_mut] = ACTIONS(4194), - [anon_sym_enum] = ACTIONS(4194), - [anon_sym_interface] = ACTIONS(4194), - [anon_sym_QMARK] = ACTIONS(4194), - [anon_sym_BANG] = ACTIONS(4194), - [anon_sym_go] = ACTIONS(4194), - [anon_sym_spawn] = ACTIONS(4194), - [anon_sym_json_DOTdecode] = ACTIONS(4194), - [anon_sym_LBRACK2] = ACTIONS(4194), - [anon_sym_TILDE] = ACTIONS(4194), - [anon_sym_CARET] = ACTIONS(4194), - [anon_sym_AMP] = ACTIONS(4194), - [anon_sym_LT_DASH] = ACTIONS(4194), - [sym_none] = ACTIONS(4194), - [sym_true] = ACTIONS(4194), - [sym_false] = ACTIONS(4194), - [sym_nil] = ACTIONS(4194), - [anon_sym_if] = ACTIONS(4194), - [anon_sym_DOLLARif] = ACTIONS(4194), - [anon_sym_match] = ACTIONS(4194), - [anon_sym_select] = ACTIONS(4194), - [anon_sym_lock] = ACTIONS(4194), - [anon_sym_rlock] = ACTIONS(4194), - [anon_sym_unsafe] = ACTIONS(4194), - [anon_sym_sql] = ACTIONS(4194), - [sym_int_literal] = ACTIONS(4194), - [sym_float_literal] = ACTIONS(4194), - [sym_rune_literal] = ACTIONS(4194), - [sym_pseudo_compile_time_identifier] = ACTIONS(4194), - [anon_sym_shared] = ACTIONS(4194), - [anon_sym_map_LBRACK] = ACTIONS(4194), - [anon_sym_chan] = ACTIONS(4194), - [anon_sym_thread] = ACTIONS(4194), - [anon_sym_atomic] = ACTIONS(4194), - [anon_sym_assert] = ACTIONS(4194), - [anon_sym_defer] = ACTIONS(4194), - [anon_sym_goto] = ACTIONS(4194), - [anon_sym_break] = ACTIONS(4194), - [anon_sym_continue] = ACTIONS(4194), - [anon_sym_return] = ACTIONS(4194), - [anon_sym_DOLLARfor] = ACTIONS(4194), - [anon_sym_for] = ACTIONS(4194), - [anon_sym_POUND] = ACTIONS(4194), - [anon_sym_asm] = ACTIONS(4194), - [anon_sym_AT_LBRACK] = ACTIONS(4194), - [sym___double_quote] = ACTIONS(4194), - [sym___single_quote] = ACTIONS(4194), - [sym___c_double_quote] = ACTIONS(4194), - [sym___c_single_quote] = ACTIONS(4194), - [sym___r_double_quote] = ACTIONS(4194), - [sym___r_single_quote] = ACTIONS(4194), + [anon_sym_DOT] = ACTIONS(4196), + [anon_sym_LBRACE] = ACTIONS(4196), + [anon_sym_const] = ACTIONS(4196), + [anon_sym_LPAREN] = ACTIONS(4196), + [anon_sym___global] = ACTIONS(4196), + [anon_sym_type] = ACTIONS(4196), + [anon_sym_fn] = ACTIONS(4196), + [anon_sym_PLUS] = ACTIONS(4196), + [anon_sym_DASH] = ACTIONS(4196), + [anon_sym_STAR] = ACTIONS(4196), + [anon_sym_struct] = ACTIONS(4196), + [anon_sym_union] = ACTIONS(4196), + [anon_sym_pub] = ACTIONS(4196), + [anon_sym_mut] = ACTIONS(4196), + [anon_sym_enum] = ACTIONS(4196), + [anon_sym_interface] = ACTIONS(4196), + [anon_sym_QMARK] = ACTIONS(4196), + [anon_sym_BANG] = ACTIONS(4196), + [anon_sym_go] = ACTIONS(4196), + [anon_sym_spawn] = ACTIONS(4196), + [anon_sym_json_DOTdecode] = ACTIONS(4196), + [anon_sym_LBRACK2] = ACTIONS(4196), + [anon_sym_TILDE] = ACTIONS(4196), + [anon_sym_CARET] = ACTIONS(4196), + [anon_sym_AMP] = ACTIONS(4196), + [anon_sym_LT_DASH] = ACTIONS(4196), + [sym_none] = ACTIONS(4196), + [sym_true] = ACTIONS(4196), + [sym_false] = ACTIONS(4196), + [sym_nil] = ACTIONS(4196), + [anon_sym_if] = ACTIONS(4196), + [anon_sym_DOLLARif] = ACTIONS(4196), + [anon_sym_match] = ACTIONS(4196), + [anon_sym_select] = ACTIONS(4196), + [anon_sym_lock] = ACTIONS(4196), + [anon_sym_rlock] = ACTIONS(4196), + [anon_sym_unsafe] = ACTIONS(4196), + [anon_sym_sql] = ACTIONS(4196), + [sym_int_literal] = ACTIONS(4196), + [sym_float_literal] = ACTIONS(4196), + [sym_rune_literal] = ACTIONS(4196), + [sym_pseudo_compile_time_identifier] = ACTIONS(4196), + [anon_sym_shared] = ACTIONS(4196), + [anon_sym_map_LBRACK] = ACTIONS(4196), + [anon_sym_chan] = ACTIONS(4196), + [anon_sym_thread] = ACTIONS(4196), + [anon_sym_atomic] = ACTIONS(4196), + [anon_sym_assert] = ACTIONS(4196), + [anon_sym_defer] = ACTIONS(4196), + [anon_sym_goto] = ACTIONS(4196), + [anon_sym_break] = ACTIONS(4196), + [anon_sym_continue] = ACTIONS(4196), + [anon_sym_return] = ACTIONS(4196), + [anon_sym_DOLLARfor] = ACTIONS(4196), + [anon_sym_for] = ACTIONS(4196), + [anon_sym_POUND] = ACTIONS(4196), + [anon_sym_asm] = ACTIONS(4196), + [anon_sym_AT_LBRACK] = ACTIONS(4196), + [sym___double_quote] = ACTIONS(4196), + [sym___single_quote] = ACTIONS(4196), + [sym___c_double_quote] = ACTIONS(4196), + [sym___c_single_quote] = ACTIONS(4196), + [sym___r_double_quote] = ACTIONS(4196), + [sym___r_single_quote] = ACTIONS(4196), }, [1520] = { [sym_line_comment] = STATE(1520), [sym_block_comment] = STATE(1520), - [ts_builtin_sym_end] = ACTIONS(4196), - [sym_identifier] = ACTIONS(4198), - [anon_sym_LF] = ACTIONS(4198), - [anon_sym_CR] = ACTIONS(4198), - [anon_sym_CR_LF] = ACTIONS(4198), + [ts_builtin_sym_end] = ACTIONS(4198), + [sym_identifier] = ACTIONS(4200), + [anon_sym_LF] = ACTIONS(4200), + [anon_sym_CR] = ACTIONS(4200), + [anon_sym_CR_LF] = ACTIONS(4200), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4198), - [anon_sym_LBRACE] = ACTIONS(4198), - [anon_sym_const] = ACTIONS(4198), - [anon_sym_LPAREN] = ACTIONS(4198), - [anon_sym___global] = ACTIONS(4198), - [anon_sym_type] = ACTIONS(4198), - [anon_sym_fn] = ACTIONS(4198), - [anon_sym_PLUS] = ACTIONS(4198), - [anon_sym_DASH] = ACTIONS(4198), - [anon_sym_STAR] = ACTIONS(4198), - [anon_sym_struct] = ACTIONS(4198), - [anon_sym_union] = ACTIONS(4198), - [anon_sym_pub] = ACTIONS(4198), - [anon_sym_mut] = ACTIONS(4198), - [anon_sym_enum] = ACTIONS(4198), - [anon_sym_interface] = ACTIONS(4198), - [anon_sym_QMARK] = ACTIONS(4198), - [anon_sym_BANG] = ACTIONS(4198), - [anon_sym_go] = ACTIONS(4198), - [anon_sym_spawn] = ACTIONS(4198), - [anon_sym_json_DOTdecode] = ACTIONS(4198), - [anon_sym_LBRACK2] = ACTIONS(4198), - [anon_sym_TILDE] = ACTIONS(4198), - [anon_sym_CARET] = ACTIONS(4198), - [anon_sym_AMP] = ACTIONS(4198), - [anon_sym_LT_DASH] = ACTIONS(4198), - [sym_none] = ACTIONS(4198), - [sym_true] = ACTIONS(4198), - [sym_false] = ACTIONS(4198), - [sym_nil] = ACTIONS(4198), - [anon_sym_if] = ACTIONS(4198), - [anon_sym_DOLLARif] = ACTIONS(4198), - [anon_sym_match] = ACTIONS(4198), - [anon_sym_select] = ACTIONS(4198), - [anon_sym_lock] = ACTIONS(4198), - [anon_sym_rlock] = ACTIONS(4198), - [anon_sym_unsafe] = ACTIONS(4198), - [anon_sym_sql] = ACTIONS(4198), - [sym_int_literal] = ACTIONS(4198), - [sym_float_literal] = ACTIONS(4198), - [sym_rune_literal] = ACTIONS(4198), - [sym_pseudo_compile_time_identifier] = ACTIONS(4198), - [anon_sym_shared] = ACTIONS(4198), - [anon_sym_map_LBRACK] = ACTIONS(4198), - [anon_sym_chan] = ACTIONS(4198), - [anon_sym_thread] = ACTIONS(4198), - [anon_sym_atomic] = ACTIONS(4198), - [anon_sym_assert] = ACTIONS(4198), - [anon_sym_defer] = ACTIONS(4198), - [anon_sym_goto] = ACTIONS(4198), - [anon_sym_break] = ACTIONS(4198), - [anon_sym_continue] = ACTIONS(4198), - [anon_sym_return] = ACTIONS(4198), - [anon_sym_DOLLARfor] = ACTIONS(4198), - [anon_sym_for] = ACTIONS(4198), - [anon_sym_POUND] = ACTIONS(4198), - [anon_sym_asm] = ACTIONS(4198), - [anon_sym_AT_LBRACK] = ACTIONS(4198), - [sym___double_quote] = ACTIONS(4198), - [sym___single_quote] = ACTIONS(4198), - [sym___c_double_quote] = ACTIONS(4198), - [sym___c_single_quote] = ACTIONS(4198), - [sym___r_double_quote] = ACTIONS(4198), - [sym___r_single_quote] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(4200), + [anon_sym_const] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym___global] = ACTIONS(4200), + [anon_sym_type] = ACTIONS(4200), + [anon_sym_fn] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [anon_sym_struct] = ACTIONS(4200), + [anon_sym_union] = ACTIONS(4200), + [anon_sym_pub] = ACTIONS(4200), + [anon_sym_mut] = ACTIONS(4200), + [anon_sym_enum] = ACTIONS(4200), + [anon_sym_interface] = ACTIONS(4200), + [anon_sym_QMARK] = ACTIONS(4200), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_go] = ACTIONS(4200), + [anon_sym_spawn] = ACTIONS(4200), + [anon_sym_json_DOTdecode] = ACTIONS(4200), + [anon_sym_LBRACK2] = ACTIONS(4200), + [anon_sym_TILDE] = ACTIONS(4200), + [anon_sym_CARET] = ACTIONS(4200), + [anon_sym_AMP] = ACTIONS(4200), + [anon_sym_LT_DASH] = ACTIONS(4200), + [sym_none] = ACTIONS(4200), + [sym_true] = ACTIONS(4200), + [sym_false] = ACTIONS(4200), + [sym_nil] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_DOLLARif] = ACTIONS(4200), + [anon_sym_match] = ACTIONS(4200), + [anon_sym_select] = ACTIONS(4200), + [anon_sym_lock] = ACTIONS(4200), + [anon_sym_rlock] = ACTIONS(4200), + [anon_sym_unsafe] = ACTIONS(4200), + [anon_sym_sql] = ACTIONS(4200), + [sym_int_literal] = ACTIONS(4200), + [sym_float_literal] = ACTIONS(4200), + [sym_rune_literal] = ACTIONS(4200), + [sym_pseudo_compile_time_identifier] = ACTIONS(4200), + [anon_sym_shared] = ACTIONS(4200), + [anon_sym_map_LBRACK] = ACTIONS(4200), + [anon_sym_chan] = ACTIONS(4200), + [anon_sym_thread] = ACTIONS(4200), + [anon_sym_atomic] = ACTIONS(4200), + [anon_sym_assert] = ACTIONS(4200), + [anon_sym_defer] = ACTIONS(4200), + [anon_sym_goto] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_DOLLARfor] = ACTIONS(4200), + [anon_sym_for] = ACTIONS(4200), + [anon_sym_POUND] = ACTIONS(4200), + [anon_sym_asm] = ACTIONS(4200), + [anon_sym_AT_LBRACK] = ACTIONS(4200), + [sym___double_quote] = ACTIONS(4200), + [sym___single_quote] = ACTIONS(4200), + [sym___c_double_quote] = ACTIONS(4200), + [sym___c_single_quote] = ACTIONS(4200), + [sym___r_double_quote] = ACTIONS(4200), + [sym___r_single_quote] = ACTIONS(4200), }, [1521] = { [sym_line_comment] = STATE(1521), [sym_block_comment] = STATE(1521), - [ts_builtin_sym_end] = ACTIONS(4200), - [sym_identifier] = ACTIONS(4202), - [anon_sym_LF] = ACTIONS(4202), - [anon_sym_CR] = ACTIONS(4202), - [anon_sym_CR_LF] = ACTIONS(4202), + [ts_builtin_sym_end] = ACTIONS(4202), + [sym_identifier] = ACTIONS(4204), + [anon_sym_LF] = ACTIONS(4206), + [anon_sym_CR] = ACTIONS(4206), + [anon_sym_CR_LF] = ACTIONS(4206), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4202), - [anon_sym_const] = ACTIONS(4202), - [anon_sym_LPAREN] = ACTIONS(4202), - [anon_sym___global] = ACTIONS(4202), - [anon_sym_type] = ACTIONS(4202), - [anon_sym_fn] = ACTIONS(4202), - [anon_sym_PLUS] = ACTIONS(4202), - [anon_sym_DASH] = ACTIONS(4202), - [anon_sym_STAR] = ACTIONS(4202), - [anon_sym_struct] = ACTIONS(4202), - [anon_sym_union] = ACTIONS(4202), - [anon_sym_pub] = ACTIONS(4202), - [anon_sym_mut] = ACTIONS(4202), - [anon_sym_enum] = ACTIONS(4202), - [anon_sym_interface] = ACTIONS(4202), - [anon_sym_QMARK] = ACTIONS(4202), - [anon_sym_BANG] = ACTIONS(4202), - [anon_sym_go] = ACTIONS(4202), - [anon_sym_spawn] = ACTIONS(4202), - [anon_sym_json_DOTdecode] = ACTIONS(4202), - [anon_sym_LBRACK2] = ACTIONS(4202), - [anon_sym_TILDE] = ACTIONS(4202), - [anon_sym_CARET] = ACTIONS(4202), - [anon_sym_AMP] = ACTIONS(4202), - [anon_sym_LT_DASH] = ACTIONS(4202), - [sym_none] = ACTIONS(4202), - [sym_true] = ACTIONS(4202), - [sym_false] = ACTIONS(4202), - [sym_nil] = ACTIONS(4202), - [anon_sym_if] = ACTIONS(4202), - [anon_sym_DOLLARif] = ACTIONS(4202), - [anon_sym_match] = ACTIONS(4202), - [anon_sym_select] = ACTIONS(4202), - [anon_sym_lock] = ACTIONS(4202), - [anon_sym_rlock] = ACTIONS(4202), - [anon_sym_unsafe] = ACTIONS(4202), - [anon_sym_sql] = ACTIONS(4202), - [sym_int_literal] = ACTIONS(4202), - [sym_float_literal] = ACTIONS(4202), - [sym_rune_literal] = ACTIONS(4202), - [sym_pseudo_compile_time_identifier] = ACTIONS(4202), - [anon_sym_shared] = ACTIONS(4202), - [anon_sym_map_LBRACK] = ACTIONS(4202), - [anon_sym_chan] = ACTIONS(4202), - [anon_sym_thread] = ACTIONS(4202), - [anon_sym_atomic] = ACTIONS(4202), - [anon_sym_assert] = ACTIONS(4202), - [anon_sym_defer] = ACTIONS(4202), - [anon_sym_goto] = ACTIONS(4202), - [anon_sym_break] = ACTIONS(4202), - [anon_sym_continue] = ACTIONS(4202), - [anon_sym_return] = ACTIONS(4202), - [anon_sym_DOLLARfor] = ACTIONS(4202), - [anon_sym_for] = ACTIONS(4202), - [anon_sym_POUND] = ACTIONS(4202), - [anon_sym_asm] = ACTIONS(4202), - [anon_sym_AT_LBRACK] = ACTIONS(4202), - [sym___double_quote] = ACTIONS(4202), - [sym___single_quote] = ACTIONS(4202), - [sym___c_double_quote] = ACTIONS(4202), - [sym___c_single_quote] = ACTIONS(4202), - [sym___r_double_quote] = ACTIONS(4202), - [sym___r_single_quote] = ACTIONS(4202), + [anon_sym_DOT] = ACTIONS(4204), + [anon_sym_LBRACE] = ACTIONS(4204), + [anon_sym_const] = ACTIONS(4204), + [anon_sym_LPAREN] = ACTIONS(4204), + [anon_sym___global] = ACTIONS(4204), + [anon_sym_type] = ACTIONS(4204), + [anon_sym_fn] = ACTIONS(4204), + [anon_sym_PLUS] = ACTIONS(4204), + [anon_sym_DASH] = ACTIONS(4204), + [anon_sym_STAR] = ACTIONS(4204), + [anon_sym_struct] = ACTIONS(4204), + [anon_sym_union] = ACTIONS(4204), + [anon_sym_pub] = ACTIONS(4204), + [anon_sym_mut] = ACTIONS(4204), + [anon_sym_enum] = ACTIONS(4204), + [anon_sym_interface] = ACTIONS(4204), + [anon_sym_QMARK] = ACTIONS(4204), + [anon_sym_BANG] = ACTIONS(4204), + [anon_sym_go] = ACTIONS(4204), + [anon_sym_spawn] = ACTIONS(4204), + [anon_sym_json_DOTdecode] = ACTIONS(4204), + [anon_sym_LBRACK2] = ACTIONS(4204), + [anon_sym_TILDE] = ACTIONS(4204), + [anon_sym_CARET] = ACTIONS(4204), + [anon_sym_AMP] = ACTIONS(4204), + [anon_sym_LT_DASH] = ACTIONS(4204), + [sym_none] = ACTIONS(4204), + [sym_true] = ACTIONS(4204), + [sym_false] = ACTIONS(4204), + [sym_nil] = ACTIONS(4204), + [anon_sym_if] = ACTIONS(4204), + [anon_sym_DOLLARif] = ACTIONS(4204), + [anon_sym_match] = ACTIONS(4204), + [anon_sym_select] = ACTIONS(4204), + [anon_sym_lock] = ACTIONS(4204), + [anon_sym_rlock] = ACTIONS(4204), + [anon_sym_unsafe] = ACTIONS(4204), + [anon_sym_sql] = ACTIONS(4204), + [sym_int_literal] = ACTIONS(4204), + [sym_float_literal] = ACTIONS(4204), + [sym_rune_literal] = ACTIONS(4204), + [sym_pseudo_compile_time_identifier] = ACTIONS(4204), + [anon_sym_shared] = ACTIONS(4204), + [anon_sym_map_LBRACK] = ACTIONS(4204), + [anon_sym_chan] = ACTIONS(4204), + [anon_sym_thread] = ACTIONS(4204), + [anon_sym_atomic] = ACTIONS(4204), + [anon_sym_assert] = ACTIONS(4204), + [anon_sym_defer] = ACTIONS(4204), + [anon_sym_goto] = ACTIONS(4204), + [anon_sym_break] = ACTIONS(4204), + [anon_sym_continue] = ACTIONS(4204), + [anon_sym_return] = ACTIONS(4204), + [anon_sym_DOLLARfor] = ACTIONS(4204), + [anon_sym_for] = ACTIONS(4204), + [anon_sym_POUND] = ACTIONS(4204), + [anon_sym_asm] = ACTIONS(4204), + [anon_sym_AT_LBRACK] = ACTIONS(4204), + [sym___double_quote] = ACTIONS(4204), + [sym___single_quote] = ACTIONS(4204), + [sym___c_double_quote] = ACTIONS(4204), + [sym___c_single_quote] = ACTIONS(4204), + [sym___r_double_quote] = ACTIONS(4204), + [sym___r_single_quote] = ACTIONS(4204), }, [1522] = { [sym_line_comment] = STATE(1522), [sym_block_comment] = STATE(1522), - [ts_builtin_sym_end] = ACTIONS(4204), - [sym_identifier] = ACTIONS(4206), - [anon_sym_LF] = ACTIONS(4206), - [anon_sym_CR] = ACTIONS(4206), - [anon_sym_CR_LF] = ACTIONS(4206), + [ts_builtin_sym_end] = ACTIONS(1755), + [sym_identifier] = ACTIONS(1757), + [anon_sym_LF] = ACTIONS(1757), + [anon_sym_CR] = ACTIONS(1757), + [anon_sym_CR_LF] = ACTIONS(1757), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4206), - [anon_sym_LBRACE] = ACTIONS(4206), - [anon_sym_const] = ACTIONS(4206), - [anon_sym_LPAREN] = ACTIONS(4206), - [anon_sym___global] = ACTIONS(4206), - [anon_sym_type] = ACTIONS(4206), - [anon_sym_fn] = ACTIONS(4206), - [anon_sym_PLUS] = ACTIONS(4206), - [anon_sym_DASH] = ACTIONS(4206), - [anon_sym_STAR] = ACTIONS(4206), - [anon_sym_struct] = ACTIONS(4206), - [anon_sym_union] = ACTIONS(4206), - [anon_sym_pub] = ACTIONS(4206), - [anon_sym_mut] = ACTIONS(4206), - [anon_sym_enum] = ACTIONS(4206), - [anon_sym_interface] = ACTIONS(4206), - [anon_sym_QMARK] = ACTIONS(4206), - [anon_sym_BANG] = ACTIONS(4206), - [anon_sym_go] = ACTIONS(4206), - [anon_sym_spawn] = ACTIONS(4206), - [anon_sym_json_DOTdecode] = ACTIONS(4206), - [anon_sym_LBRACK2] = ACTIONS(4206), - [anon_sym_TILDE] = ACTIONS(4206), - [anon_sym_CARET] = ACTIONS(4206), - [anon_sym_AMP] = ACTIONS(4206), - [anon_sym_LT_DASH] = ACTIONS(4206), - [sym_none] = ACTIONS(4206), - [sym_true] = ACTIONS(4206), - [sym_false] = ACTIONS(4206), - [sym_nil] = ACTIONS(4206), - [anon_sym_if] = ACTIONS(4206), - [anon_sym_DOLLARif] = ACTIONS(4206), - [anon_sym_match] = ACTIONS(4206), - [anon_sym_select] = ACTIONS(4206), - [anon_sym_lock] = ACTIONS(4206), - [anon_sym_rlock] = ACTIONS(4206), - [anon_sym_unsafe] = ACTIONS(4206), - [anon_sym_sql] = ACTIONS(4206), - [sym_int_literal] = ACTIONS(4206), - [sym_float_literal] = ACTIONS(4206), - [sym_rune_literal] = ACTIONS(4206), - [sym_pseudo_compile_time_identifier] = ACTIONS(4206), - [anon_sym_shared] = ACTIONS(4206), - [anon_sym_map_LBRACK] = ACTIONS(4206), - [anon_sym_chan] = ACTIONS(4206), - [anon_sym_thread] = ACTIONS(4206), - [anon_sym_atomic] = ACTIONS(4206), - [anon_sym_assert] = ACTIONS(4206), - [anon_sym_defer] = ACTIONS(4206), - [anon_sym_goto] = ACTIONS(4206), - [anon_sym_break] = ACTIONS(4206), - [anon_sym_continue] = ACTIONS(4206), - [anon_sym_return] = ACTIONS(4206), - [anon_sym_DOLLARfor] = ACTIONS(4206), - [anon_sym_for] = ACTIONS(4206), - [anon_sym_POUND] = ACTIONS(4206), - [anon_sym_asm] = ACTIONS(4206), - [anon_sym_AT_LBRACK] = ACTIONS(4206), - [sym___double_quote] = ACTIONS(4206), - [sym___single_quote] = ACTIONS(4206), - [sym___c_double_quote] = ACTIONS(4206), - [sym___c_single_quote] = ACTIONS(4206), - [sym___r_double_quote] = ACTIONS(4206), - [sym___r_single_quote] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym___global] = ACTIONS(1757), + [anon_sym_type] = ACTIONS(1757), + [anon_sym_fn] = ACTIONS(1757), + [anon_sym_PLUS] = ACTIONS(1757), + [anon_sym_DASH] = ACTIONS(1757), + [anon_sym_STAR] = ACTIONS(1757), + [anon_sym_struct] = ACTIONS(1757), + [anon_sym_union] = ACTIONS(1757), + [anon_sym_pub] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_enum] = ACTIONS(1757), + [anon_sym_interface] = ACTIONS(1757), + [anon_sym_QMARK] = ACTIONS(1757), + [anon_sym_BANG] = ACTIONS(1757), + [anon_sym_go] = ACTIONS(1757), + [anon_sym_spawn] = ACTIONS(1757), + [anon_sym_json_DOTdecode] = ACTIONS(1757), + [anon_sym_LBRACK2] = ACTIONS(1757), + [anon_sym_TILDE] = ACTIONS(1757), + [anon_sym_CARET] = ACTIONS(1757), + [anon_sym_AMP] = ACTIONS(1757), + [anon_sym_LT_DASH] = ACTIONS(1757), + [sym_none] = ACTIONS(1757), + [sym_true] = ACTIONS(1757), + [sym_false] = ACTIONS(1757), + [sym_nil] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_DOLLARif] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_select] = ACTIONS(1757), + [anon_sym_lock] = ACTIONS(1757), + [anon_sym_rlock] = ACTIONS(1757), + [anon_sym_unsafe] = ACTIONS(1757), + [anon_sym_sql] = ACTIONS(1757), + [sym_int_literal] = ACTIONS(1757), + [sym_float_literal] = ACTIONS(1757), + [sym_rune_literal] = ACTIONS(1757), + [sym_pseudo_compile_time_identifier] = ACTIONS(1757), + [anon_sym_shared] = ACTIONS(1757), + [anon_sym_map_LBRACK] = ACTIONS(1757), + [anon_sym_chan] = ACTIONS(1757), + [anon_sym_thread] = ACTIONS(1757), + [anon_sym_atomic] = ACTIONS(1757), + [anon_sym_assert] = ACTIONS(1757), + [anon_sym_defer] = ACTIONS(1757), + [anon_sym_goto] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_DOLLARfor] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(1757), + [anon_sym_asm] = ACTIONS(1757), + [anon_sym_AT_LBRACK] = ACTIONS(1757), + [sym___double_quote] = ACTIONS(1757), + [sym___single_quote] = ACTIONS(1757), + [sym___c_double_quote] = ACTIONS(1757), + [sym___c_single_quote] = ACTIONS(1757), + [sym___r_double_quote] = ACTIONS(1757), + [sym___r_single_quote] = ACTIONS(1757), }, [1523] = { [sym_line_comment] = STATE(1523), @@ -185717,39 +185775,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [1524] = { [sym_line_comment] = STATE(1524), [sym_block_comment] = STATE(1524), + [sym_import_declaration] = STATE(1623), + [aux_sym_import_list_repeat1] = STATE(1537), [ts_builtin_sym_end] = ACTIONS(4212), [sym_identifier] = ACTIONS(4214), - [anon_sym_LF] = ACTIONS(4214), - [anon_sym_CR] = ACTIONS(4214), - [anon_sym_CR_LF] = ACTIONS(4214), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_import] = ACTIONS(15), [anon_sym_DOT] = ACTIONS(4214), - [anon_sym_LBRACE] = ACTIONS(4214), + [anon_sym_LBRACE] = ACTIONS(4212), [anon_sym_const] = ACTIONS(4214), - [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4212), [anon_sym___global] = ACTIONS(4214), [anon_sym_type] = ACTIONS(4214), [anon_sym_fn] = ACTIONS(4214), - [anon_sym_PLUS] = ACTIONS(4214), - [anon_sym_DASH] = ACTIONS(4214), - [anon_sym_STAR] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), [anon_sym_struct] = ACTIONS(4214), [anon_sym_union] = ACTIONS(4214), [anon_sym_pub] = ACTIONS(4214), [anon_sym_mut] = ACTIONS(4214), [anon_sym_enum] = ACTIONS(4214), [anon_sym_interface] = ACTIONS(4214), - [anon_sym_QMARK] = ACTIONS(4214), - [anon_sym_BANG] = ACTIONS(4214), + [anon_sym_QMARK] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4212), [anon_sym_go] = ACTIONS(4214), [anon_sym_spawn] = ACTIONS(4214), - [anon_sym_json_DOTdecode] = ACTIONS(4214), - [anon_sym_LBRACK2] = ACTIONS(4214), - [anon_sym_TILDE] = ACTIONS(4214), - [anon_sym_CARET] = ACTIONS(4214), - [anon_sym_AMP] = ACTIONS(4214), - [anon_sym_LT_DASH] = ACTIONS(4214), + [anon_sym_json_DOTdecode] = ACTIONS(4212), + [anon_sym_LBRACK2] = ACTIONS(4212), + [anon_sym_TILDE] = ACTIONS(4212), + [anon_sym_CARET] = ACTIONS(4212), + [anon_sym_AMP] = ACTIONS(4212), + [anon_sym_LT_DASH] = ACTIONS(4212), [sym_none] = ACTIONS(4214), [sym_true] = ACTIONS(4214), [sym_false] = ACTIONS(4214), @@ -185763,11 +185821,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(4214), [anon_sym_sql] = ACTIONS(4214), [sym_int_literal] = ACTIONS(4214), - [sym_float_literal] = ACTIONS(4214), - [sym_rune_literal] = ACTIONS(4214), + [sym_float_literal] = ACTIONS(4212), + [sym_rune_literal] = ACTIONS(4212), [sym_pseudo_compile_time_identifier] = ACTIONS(4214), [anon_sym_shared] = ACTIONS(4214), - [anon_sym_map_LBRACK] = ACTIONS(4214), + [anon_sym_map_LBRACK] = ACTIONS(4212), [anon_sym_chan] = ACTIONS(4214), [anon_sym_thread] = ACTIONS(4214), [anon_sym_atomic] = ACTIONS(4214), @@ -185779,24 +185837,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(4214), [anon_sym_DOLLARfor] = ACTIONS(4214), [anon_sym_for] = ACTIONS(4214), - [anon_sym_POUND] = ACTIONS(4214), + [anon_sym_POUND] = ACTIONS(4212), [anon_sym_asm] = ACTIONS(4214), - [anon_sym_AT_LBRACK] = ACTIONS(4214), - [sym___double_quote] = ACTIONS(4214), - [sym___single_quote] = ACTIONS(4214), - [sym___c_double_quote] = ACTIONS(4214), - [sym___c_single_quote] = ACTIONS(4214), - [sym___r_double_quote] = ACTIONS(4214), - [sym___r_single_quote] = ACTIONS(4214), + [anon_sym_AT_LBRACK] = ACTIONS(4212), + [sym___double_quote] = ACTIONS(4212), + [sym___single_quote] = ACTIONS(4212), + [sym___c_double_quote] = ACTIONS(4212), + [sym___c_single_quote] = ACTIONS(4212), + [sym___r_double_quote] = ACTIONS(4212), + [sym___r_single_quote] = ACTIONS(4212), }, [1525] = { [sym_line_comment] = STATE(1525), [sym_block_comment] = STATE(1525), [ts_builtin_sym_end] = ACTIONS(4216), [sym_identifier] = ACTIONS(4218), - [anon_sym_LF] = ACTIONS(4220), - [anon_sym_CR] = ACTIONS(4220), - [anon_sym_CR_LF] = ACTIONS(4220), + [anon_sym_LF] = ACTIONS(4218), + [anon_sym_CR] = ACTIONS(4218), + [anon_sym_CR_LF] = ACTIONS(4218), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(4218), @@ -185867,220 +185925,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [1526] = { [sym_line_comment] = STATE(1526), [sym_block_comment] = STATE(1526), - [ts_builtin_sym_end] = ACTIONS(1755), - [sym_identifier] = ACTIONS(1757), - [anon_sym_LF] = ACTIONS(1757), - [anon_sym_CR] = ACTIONS(1757), - [anon_sym_CR_LF] = ACTIONS(1757), + [ts_builtin_sym_end] = ACTIONS(4220), + [sym_identifier] = ACTIONS(4222), + [anon_sym_LF] = ACTIONS(4222), + [anon_sym_CR] = ACTIONS(4222), + [anon_sym_CR_LF] = ACTIONS(4222), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(1757), - [anon_sym_LBRACE] = ACTIONS(1757), - [anon_sym_const] = ACTIONS(1757), - [anon_sym_LPAREN] = ACTIONS(1757), - [anon_sym___global] = ACTIONS(1757), - [anon_sym_type] = ACTIONS(1757), - [anon_sym_fn] = ACTIONS(1757), - [anon_sym_PLUS] = ACTIONS(1757), - [anon_sym_DASH] = ACTIONS(1757), - [anon_sym_STAR] = ACTIONS(1757), - [anon_sym_struct] = ACTIONS(1757), - [anon_sym_union] = ACTIONS(1757), - [anon_sym_pub] = ACTIONS(1757), - [anon_sym_mut] = ACTIONS(1757), - [anon_sym_enum] = ACTIONS(1757), - [anon_sym_interface] = ACTIONS(1757), - [anon_sym_QMARK] = ACTIONS(1757), - [anon_sym_BANG] = ACTIONS(1757), - [anon_sym_go] = ACTIONS(1757), - [anon_sym_spawn] = ACTIONS(1757), - [anon_sym_json_DOTdecode] = ACTIONS(1757), - [anon_sym_LBRACK2] = ACTIONS(1757), - [anon_sym_TILDE] = ACTIONS(1757), - [anon_sym_CARET] = ACTIONS(1757), - [anon_sym_AMP] = ACTIONS(1757), - [anon_sym_LT_DASH] = ACTIONS(1757), - [sym_none] = ACTIONS(1757), - [sym_true] = ACTIONS(1757), - [sym_false] = ACTIONS(1757), - [sym_nil] = ACTIONS(1757), - [anon_sym_if] = ACTIONS(1757), - [anon_sym_DOLLARif] = ACTIONS(1757), - [anon_sym_match] = ACTIONS(1757), - [anon_sym_select] = ACTIONS(1757), - [anon_sym_lock] = ACTIONS(1757), - [anon_sym_rlock] = ACTIONS(1757), - [anon_sym_unsafe] = ACTIONS(1757), - [anon_sym_sql] = ACTIONS(1757), - [sym_int_literal] = ACTIONS(1757), - [sym_float_literal] = ACTIONS(1757), - [sym_rune_literal] = ACTIONS(1757), - [sym_pseudo_compile_time_identifier] = ACTIONS(1757), - [anon_sym_shared] = ACTIONS(1757), - [anon_sym_map_LBRACK] = ACTIONS(1757), - [anon_sym_chan] = ACTIONS(1757), - [anon_sym_thread] = ACTIONS(1757), - [anon_sym_atomic] = ACTIONS(1757), - [anon_sym_assert] = ACTIONS(1757), - [anon_sym_defer] = ACTIONS(1757), - [anon_sym_goto] = ACTIONS(1757), - [anon_sym_break] = ACTIONS(1757), - [anon_sym_continue] = ACTIONS(1757), - [anon_sym_return] = ACTIONS(1757), - [anon_sym_DOLLARfor] = ACTIONS(1757), - [anon_sym_for] = ACTIONS(1757), - [anon_sym_POUND] = ACTIONS(1757), - [anon_sym_asm] = ACTIONS(1757), - [anon_sym_AT_LBRACK] = ACTIONS(1757), - [sym___double_quote] = ACTIONS(1757), - [sym___single_quote] = ACTIONS(1757), - [sym___c_double_quote] = ACTIONS(1757), - [sym___c_single_quote] = ACTIONS(1757), - [sym___r_double_quote] = ACTIONS(1757), - [sym___r_single_quote] = ACTIONS(1757), + [anon_sym_DOT] = ACTIONS(4222), + [anon_sym_LBRACE] = ACTIONS(4222), + [anon_sym_const] = ACTIONS(4222), + [anon_sym_LPAREN] = ACTIONS(4222), + [anon_sym___global] = ACTIONS(4222), + [anon_sym_type] = ACTIONS(4222), + [anon_sym_fn] = ACTIONS(4222), + [anon_sym_PLUS] = ACTIONS(4222), + [anon_sym_DASH] = ACTIONS(4222), + [anon_sym_STAR] = ACTIONS(4222), + [anon_sym_struct] = ACTIONS(4222), + [anon_sym_union] = ACTIONS(4222), + [anon_sym_pub] = ACTIONS(4222), + [anon_sym_mut] = ACTIONS(4222), + [anon_sym_enum] = ACTIONS(4222), + [anon_sym_interface] = ACTIONS(4222), + [anon_sym_QMARK] = ACTIONS(4222), + [anon_sym_BANG] = ACTIONS(4222), + [anon_sym_go] = ACTIONS(4222), + [anon_sym_spawn] = ACTIONS(4222), + [anon_sym_json_DOTdecode] = ACTIONS(4222), + [anon_sym_LBRACK2] = ACTIONS(4222), + [anon_sym_TILDE] = ACTIONS(4222), + [anon_sym_CARET] = ACTIONS(4222), + [anon_sym_AMP] = ACTIONS(4222), + [anon_sym_LT_DASH] = ACTIONS(4222), + [sym_none] = ACTIONS(4222), + [sym_true] = ACTIONS(4222), + [sym_false] = ACTIONS(4222), + [sym_nil] = ACTIONS(4222), + [anon_sym_if] = ACTIONS(4222), + [anon_sym_DOLLARif] = ACTIONS(4222), + [anon_sym_match] = ACTIONS(4222), + [anon_sym_select] = ACTIONS(4222), + [anon_sym_lock] = ACTIONS(4222), + [anon_sym_rlock] = ACTIONS(4222), + [anon_sym_unsafe] = ACTIONS(4222), + [anon_sym_sql] = ACTIONS(4222), + [sym_int_literal] = ACTIONS(4222), + [sym_float_literal] = ACTIONS(4222), + [sym_rune_literal] = ACTIONS(4222), + [sym_pseudo_compile_time_identifier] = ACTIONS(4222), + [anon_sym_shared] = ACTIONS(4222), + [anon_sym_map_LBRACK] = ACTIONS(4222), + [anon_sym_chan] = ACTIONS(4222), + [anon_sym_thread] = ACTIONS(4222), + [anon_sym_atomic] = ACTIONS(4222), + [anon_sym_assert] = ACTIONS(4222), + [anon_sym_defer] = ACTIONS(4222), + [anon_sym_goto] = ACTIONS(4222), + [anon_sym_break] = ACTIONS(4222), + [anon_sym_continue] = ACTIONS(4222), + [anon_sym_return] = ACTIONS(4222), + [anon_sym_DOLLARfor] = ACTIONS(4222), + [anon_sym_for] = ACTIONS(4222), + [anon_sym_POUND] = ACTIONS(4222), + [anon_sym_asm] = ACTIONS(4222), + [anon_sym_AT_LBRACK] = ACTIONS(4222), + [sym___double_quote] = ACTIONS(4222), + [sym___single_quote] = ACTIONS(4222), + [sym___c_double_quote] = ACTIONS(4222), + [sym___c_single_quote] = ACTIONS(4222), + [sym___r_double_quote] = ACTIONS(4222), + [sym___r_single_quote] = ACTIONS(4222), }, [1527] = { [sym_line_comment] = STATE(1527), [sym_block_comment] = STATE(1527), - [ts_builtin_sym_end] = ACTIONS(4222), - [sym_identifier] = ACTIONS(4224), - [anon_sym_LF] = ACTIONS(4224), - [anon_sym_CR] = ACTIONS(4224), - [anon_sym_CR_LF] = ACTIONS(4224), + [ts_builtin_sym_end] = ACTIONS(4224), + [sym_identifier] = ACTIONS(4226), + [anon_sym_LF] = ACTIONS(4226), + [anon_sym_CR] = ACTIONS(4226), + [anon_sym_CR_LF] = ACTIONS(4226), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4224), - [anon_sym_LBRACE] = ACTIONS(4224), - [anon_sym_const] = ACTIONS(4224), - [anon_sym_LPAREN] = ACTIONS(4224), - [anon_sym___global] = ACTIONS(4224), - [anon_sym_type] = ACTIONS(4224), - [anon_sym_fn] = ACTIONS(4224), - [anon_sym_PLUS] = ACTIONS(4224), - [anon_sym_DASH] = ACTIONS(4224), - [anon_sym_STAR] = ACTIONS(4224), - [anon_sym_struct] = ACTIONS(4224), - [anon_sym_union] = ACTIONS(4224), - [anon_sym_pub] = ACTIONS(4224), - [anon_sym_mut] = ACTIONS(4224), - [anon_sym_enum] = ACTIONS(4224), - [anon_sym_interface] = ACTIONS(4224), - [anon_sym_QMARK] = ACTIONS(4224), - [anon_sym_BANG] = ACTIONS(4224), - [anon_sym_go] = ACTIONS(4224), - [anon_sym_spawn] = ACTIONS(4224), - [anon_sym_json_DOTdecode] = ACTIONS(4224), - [anon_sym_LBRACK2] = ACTIONS(4224), - [anon_sym_TILDE] = ACTIONS(4224), - [anon_sym_CARET] = ACTIONS(4224), - [anon_sym_AMP] = ACTIONS(4224), - [anon_sym_LT_DASH] = ACTIONS(4224), - [sym_none] = ACTIONS(4224), - [sym_true] = ACTIONS(4224), - [sym_false] = ACTIONS(4224), - [sym_nil] = ACTIONS(4224), - [anon_sym_if] = ACTIONS(4224), - [anon_sym_DOLLARif] = ACTIONS(4224), - [anon_sym_match] = ACTIONS(4224), - [anon_sym_select] = ACTIONS(4224), - [anon_sym_lock] = ACTIONS(4224), - [anon_sym_rlock] = ACTIONS(4224), - [anon_sym_unsafe] = ACTIONS(4224), - [anon_sym_sql] = ACTIONS(4224), - [sym_int_literal] = ACTIONS(4224), - [sym_float_literal] = ACTIONS(4224), - [sym_rune_literal] = ACTIONS(4224), - [sym_pseudo_compile_time_identifier] = ACTIONS(4224), - [anon_sym_shared] = ACTIONS(4224), - [anon_sym_map_LBRACK] = ACTIONS(4224), - [anon_sym_chan] = ACTIONS(4224), - [anon_sym_thread] = ACTIONS(4224), - [anon_sym_atomic] = ACTIONS(4224), - [anon_sym_assert] = ACTIONS(4224), - [anon_sym_defer] = ACTIONS(4224), - [anon_sym_goto] = ACTIONS(4224), - [anon_sym_break] = ACTIONS(4224), - [anon_sym_continue] = ACTIONS(4224), - [anon_sym_return] = ACTIONS(4224), - [anon_sym_DOLLARfor] = ACTIONS(4224), - [anon_sym_for] = ACTIONS(4224), - [anon_sym_POUND] = ACTIONS(4224), - [anon_sym_asm] = ACTIONS(4224), - [anon_sym_AT_LBRACK] = ACTIONS(4224), - [sym___double_quote] = ACTIONS(4224), - [sym___single_quote] = ACTIONS(4224), - [sym___c_double_quote] = ACTIONS(4224), - [sym___c_single_quote] = ACTIONS(4224), - [sym___r_double_quote] = ACTIONS(4224), - [sym___r_single_quote] = ACTIONS(4224), - }, - [1528] = { - [sym_line_comment] = STATE(1528), - [sym_block_comment] = STATE(1528), - [sym_import_declaration] = STATE(1622), - [aux_sym_import_list_repeat1] = STATE(1574), - [ts_builtin_sym_end] = ACTIONS(4226), - [sym_identifier] = ACTIONS(4228), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_import] = ACTIONS(15), - [anon_sym_DOT] = ACTIONS(4228), + [anon_sym_DOT] = ACTIONS(4226), [anon_sym_LBRACE] = ACTIONS(4226), - [anon_sym_const] = ACTIONS(4228), + [anon_sym_const] = ACTIONS(4226), [anon_sym_LPAREN] = ACTIONS(4226), - [anon_sym___global] = ACTIONS(4228), - [anon_sym_type] = ACTIONS(4228), - [anon_sym_fn] = ACTIONS(4228), + [anon_sym___global] = ACTIONS(4226), + [anon_sym_type] = ACTIONS(4226), + [anon_sym_fn] = ACTIONS(4226), [anon_sym_PLUS] = ACTIONS(4226), [anon_sym_DASH] = ACTIONS(4226), [anon_sym_STAR] = ACTIONS(4226), - [anon_sym_struct] = ACTIONS(4228), - [anon_sym_union] = ACTIONS(4228), - [anon_sym_pub] = ACTIONS(4228), - [anon_sym_mut] = ACTIONS(4228), - [anon_sym_enum] = ACTIONS(4228), - [anon_sym_interface] = ACTIONS(4228), + [anon_sym_struct] = ACTIONS(4226), + [anon_sym_union] = ACTIONS(4226), + [anon_sym_pub] = ACTIONS(4226), + [anon_sym_mut] = ACTIONS(4226), + [anon_sym_enum] = ACTIONS(4226), + [anon_sym_interface] = ACTIONS(4226), [anon_sym_QMARK] = ACTIONS(4226), [anon_sym_BANG] = ACTIONS(4226), - [anon_sym_go] = ACTIONS(4228), - [anon_sym_spawn] = ACTIONS(4228), + [anon_sym_go] = ACTIONS(4226), + [anon_sym_spawn] = ACTIONS(4226), [anon_sym_json_DOTdecode] = ACTIONS(4226), [anon_sym_LBRACK2] = ACTIONS(4226), [anon_sym_TILDE] = ACTIONS(4226), [anon_sym_CARET] = ACTIONS(4226), [anon_sym_AMP] = ACTIONS(4226), [anon_sym_LT_DASH] = ACTIONS(4226), - [sym_none] = ACTIONS(4228), - [sym_true] = ACTIONS(4228), - [sym_false] = ACTIONS(4228), - [sym_nil] = ACTIONS(4228), - [anon_sym_if] = ACTIONS(4228), - [anon_sym_DOLLARif] = ACTIONS(4228), - [anon_sym_match] = ACTIONS(4228), - [anon_sym_select] = ACTIONS(4228), - [anon_sym_lock] = ACTIONS(4228), - [anon_sym_rlock] = ACTIONS(4228), - [anon_sym_unsafe] = ACTIONS(4228), - [anon_sym_sql] = ACTIONS(4228), - [sym_int_literal] = ACTIONS(4228), + [sym_none] = ACTIONS(4226), + [sym_true] = ACTIONS(4226), + [sym_false] = ACTIONS(4226), + [sym_nil] = ACTIONS(4226), + [anon_sym_if] = ACTIONS(4226), + [anon_sym_DOLLARif] = ACTIONS(4226), + [anon_sym_match] = ACTIONS(4226), + [anon_sym_select] = ACTIONS(4226), + [anon_sym_lock] = ACTIONS(4226), + [anon_sym_rlock] = ACTIONS(4226), + [anon_sym_unsafe] = ACTIONS(4226), + [anon_sym_sql] = ACTIONS(4226), + [sym_int_literal] = ACTIONS(4226), [sym_float_literal] = ACTIONS(4226), [sym_rune_literal] = ACTIONS(4226), - [sym_pseudo_compile_time_identifier] = ACTIONS(4228), - [anon_sym_shared] = ACTIONS(4228), + [sym_pseudo_compile_time_identifier] = ACTIONS(4226), + [anon_sym_shared] = ACTIONS(4226), [anon_sym_map_LBRACK] = ACTIONS(4226), - [anon_sym_chan] = ACTIONS(4228), - [anon_sym_thread] = ACTIONS(4228), - [anon_sym_atomic] = ACTIONS(4228), - [anon_sym_assert] = ACTIONS(4228), - [anon_sym_defer] = ACTIONS(4228), - [anon_sym_goto] = ACTIONS(4228), - [anon_sym_break] = ACTIONS(4228), - [anon_sym_continue] = ACTIONS(4228), - [anon_sym_return] = ACTIONS(4228), - [anon_sym_DOLLARfor] = ACTIONS(4228), - [anon_sym_for] = ACTIONS(4228), + [anon_sym_chan] = ACTIONS(4226), + [anon_sym_thread] = ACTIONS(4226), + [anon_sym_atomic] = ACTIONS(4226), + [anon_sym_assert] = ACTIONS(4226), + [anon_sym_defer] = ACTIONS(4226), + [anon_sym_goto] = ACTIONS(4226), + [anon_sym_break] = ACTIONS(4226), + [anon_sym_continue] = ACTIONS(4226), + [anon_sym_return] = ACTIONS(4226), + [anon_sym_DOLLARfor] = ACTIONS(4226), + [anon_sym_for] = ACTIONS(4226), [anon_sym_POUND] = ACTIONS(4226), - [anon_sym_asm] = ACTIONS(4228), + [anon_sym_asm] = ACTIONS(4226), [anon_sym_AT_LBRACK] = ACTIONS(4226), [sym___double_quote] = ACTIONS(4226), [sym___single_quote] = ACTIONS(4226), @@ -186089,673 +186072,748 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4226), [sym___r_single_quote] = ACTIONS(4226), }, + [1528] = { + [sym_line_comment] = STATE(1528), + [sym_block_comment] = STATE(1528), + [ts_builtin_sym_end] = ACTIONS(4228), + [sym_identifier] = ACTIONS(4230), + [anon_sym_LF] = ACTIONS(4230), + [anon_sym_CR] = ACTIONS(4230), + [anon_sym_CR_LF] = ACTIONS(4230), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4230), + [anon_sym_LBRACE] = ACTIONS(4230), + [anon_sym_const] = ACTIONS(4230), + [anon_sym_LPAREN] = ACTIONS(4230), + [anon_sym___global] = ACTIONS(4230), + [anon_sym_type] = ACTIONS(4230), + [anon_sym_fn] = ACTIONS(4230), + [anon_sym_PLUS] = ACTIONS(4230), + [anon_sym_DASH] = ACTIONS(4230), + [anon_sym_STAR] = ACTIONS(4230), + [anon_sym_struct] = ACTIONS(4230), + [anon_sym_union] = ACTIONS(4230), + [anon_sym_pub] = ACTIONS(4230), + [anon_sym_mut] = ACTIONS(4230), + [anon_sym_enum] = ACTIONS(4230), + [anon_sym_interface] = ACTIONS(4230), + [anon_sym_QMARK] = ACTIONS(4230), + [anon_sym_BANG] = ACTIONS(4230), + [anon_sym_go] = ACTIONS(4230), + [anon_sym_spawn] = ACTIONS(4230), + [anon_sym_json_DOTdecode] = ACTIONS(4230), + [anon_sym_LBRACK2] = ACTIONS(4230), + [anon_sym_TILDE] = ACTIONS(4230), + [anon_sym_CARET] = ACTIONS(4230), + [anon_sym_AMP] = ACTIONS(4230), + [anon_sym_LT_DASH] = ACTIONS(4230), + [sym_none] = ACTIONS(4230), + [sym_true] = ACTIONS(4230), + [sym_false] = ACTIONS(4230), + [sym_nil] = ACTIONS(4230), + [anon_sym_if] = ACTIONS(4230), + [anon_sym_DOLLARif] = ACTIONS(4230), + [anon_sym_match] = ACTIONS(4230), + [anon_sym_select] = ACTIONS(4230), + [anon_sym_lock] = ACTIONS(4230), + [anon_sym_rlock] = ACTIONS(4230), + [anon_sym_unsafe] = ACTIONS(4230), + [anon_sym_sql] = ACTIONS(4230), + [sym_int_literal] = ACTIONS(4230), + [sym_float_literal] = ACTIONS(4230), + [sym_rune_literal] = ACTIONS(4230), + [sym_pseudo_compile_time_identifier] = ACTIONS(4230), + [anon_sym_shared] = ACTIONS(4230), + [anon_sym_map_LBRACK] = ACTIONS(4230), + [anon_sym_chan] = ACTIONS(4230), + [anon_sym_thread] = ACTIONS(4230), + [anon_sym_atomic] = ACTIONS(4230), + [anon_sym_assert] = ACTIONS(4230), + [anon_sym_defer] = ACTIONS(4230), + [anon_sym_goto] = ACTIONS(4230), + [anon_sym_break] = ACTIONS(4230), + [anon_sym_continue] = ACTIONS(4230), + [anon_sym_return] = ACTIONS(4230), + [anon_sym_DOLLARfor] = ACTIONS(4230), + [anon_sym_for] = ACTIONS(4230), + [anon_sym_POUND] = ACTIONS(4230), + [anon_sym_asm] = ACTIONS(4230), + [anon_sym_AT_LBRACK] = ACTIONS(4230), + [sym___double_quote] = ACTIONS(4230), + [sym___single_quote] = ACTIONS(4230), + [sym___c_double_quote] = ACTIONS(4230), + [sym___c_single_quote] = ACTIONS(4230), + [sym___r_double_quote] = ACTIONS(4230), + [sym___r_single_quote] = ACTIONS(4230), + }, [1529] = { [sym_line_comment] = STATE(1529), [sym_block_comment] = STATE(1529), - [ts_builtin_sym_end] = ACTIONS(4230), - [sym_identifier] = ACTIONS(4232), - [anon_sym_LF] = ACTIONS(4232), - [anon_sym_CR] = ACTIONS(4232), - [anon_sym_CR_LF] = ACTIONS(4232), + [ts_builtin_sym_end] = ACTIONS(4232), + [sym_identifier] = ACTIONS(4234), + [anon_sym_LF] = ACTIONS(4234), + [anon_sym_CR] = ACTIONS(4234), + [anon_sym_CR_LF] = ACTIONS(4234), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4232), - [anon_sym_LBRACE] = ACTIONS(4232), - [anon_sym_const] = ACTIONS(4232), - [anon_sym_LPAREN] = ACTIONS(4232), - [anon_sym___global] = ACTIONS(4232), - [anon_sym_type] = ACTIONS(4232), - [anon_sym_fn] = ACTIONS(4232), - [anon_sym_PLUS] = ACTIONS(4232), - [anon_sym_DASH] = ACTIONS(4232), - [anon_sym_STAR] = ACTIONS(4232), - [anon_sym_struct] = ACTIONS(4232), - [anon_sym_union] = ACTIONS(4232), - [anon_sym_pub] = ACTIONS(4232), - [anon_sym_mut] = ACTIONS(4232), - [anon_sym_enum] = ACTIONS(4232), - [anon_sym_interface] = ACTIONS(4232), - [anon_sym_QMARK] = ACTIONS(4232), - [anon_sym_BANG] = ACTIONS(4232), - [anon_sym_go] = ACTIONS(4232), - [anon_sym_spawn] = ACTIONS(4232), - [anon_sym_json_DOTdecode] = ACTIONS(4232), - [anon_sym_LBRACK2] = ACTIONS(4232), - [anon_sym_TILDE] = ACTIONS(4232), - [anon_sym_CARET] = ACTIONS(4232), - [anon_sym_AMP] = ACTIONS(4232), - [anon_sym_LT_DASH] = ACTIONS(4232), - [sym_none] = ACTIONS(4232), - [sym_true] = ACTIONS(4232), - [sym_false] = ACTIONS(4232), - [sym_nil] = ACTIONS(4232), - [anon_sym_if] = ACTIONS(4232), - [anon_sym_DOLLARif] = ACTIONS(4232), - [anon_sym_match] = ACTIONS(4232), - [anon_sym_select] = ACTIONS(4232), - [anon_sym_lock] = ACTIONS(4232), - [anon_sym_rlock] = ACTIONS(4232), - [anon_sym_unsafe] = ACTIONS(4232), - [anon_sym_sql] = ACTIONS(4232), - [sym_int_literal] = ACTIONS(4232), - [sym_float_literal] = ACTIONS(4232), - [sym_rune_literal] = ACTIONS(4232), - [sym_pseudo_compile_time_identifier] = ACTIONS(4232), - [anon_sym_shared] = ACTIONS(4232), - [anon_sym_map_LBRACK] = ACTIONS(4232), - [anon_sym_chan] = ACTIONS(4232), - [anon_sym_thread] = ACTIONS(4232), - [anon_sym_atomic] = ACTIONS(4232), - [anon_sym_assert] = ACTIONS(4232), - [anon_sym_defer] = ACTIONS(4232), - [anon_sym_goto] = ACTIONS(4232), - [anon_sym_break] = ACTIONS(4232), - [anon_sym_continue] = ACTIONS(4232), - [anon_sym_return] = ACTIONS(4232), - [anon_sym_DOLLARfor] = ACTIONS(4232), - [anon_sym_for] = ACTIONS(4232), - [anon_sym_POUND] = ACTIONS(4232), - [anon_sym_asm] = ACTIONS(4232), - [anon_sym_AT_LBRACK] = ACTIONS(4232), - [sym___double_quote] = ACTIONS(4232), - [sym___single_quote] = ACTIONS(4232), - [sym___c_double_quote] = ACTIONS(4232), - [sym___c_single_quote] = ACTIONS(4232), - [sym___r_double_quote] = ACTIONS(4232), - [sym___r_single_quote] = ACTIONS(4232), + [anon_sym_DOT] = ACTIONS(4234), + [anon_sym_LBRACE] = ACTIONS(4234), + [anon_sym_const] = ACTIONS(4234), + [anon_sym_LPAREN] = ACTIONS(4234), + [anon_sym___global] = ACTIONS(4234), + [anon_sym_type] = ACTIONS(4234), + [anon_sym_fn] = ACTIONS(4234), + [anon_sym_PLUS] = ACTIONS(4234), + [anon_sym_DASH] = ACTIONS(4234), + [anon_sym_STAR] = ACTIONS(4234), + [anon_sym_struct] = ACTIONS(4234), + [anon_sym_union] = ACTIONS(4234), + [anon_sym_pub] = ACTIONS(4234), + [anon_sym_mut] = ACTIONS(4234), + [anon_sym_enum] = ACTIONS(4234), + [anon_sym_interface] = ACTIONS(4234), + [anon_sym_QMARK] = ACTIONS(4234), + [anon_sym_BANG] = ACTIONS(4234), + [anon_sym_go] = ACTIONS(4234), + [anon_sym_spawn] = ACTIONS(4234), + [anon_sym_json_DOTdecode] = ACTIONS(4234), + [anon_sym_LBRACK2] = ACTIONS(4234), + [anon_sym_TILDE] = ACTIONS(4234), + [anon_sym_CARET] = ACTIONS(4234), + [anon_sym_AMP] = ACTIONS(4234), + [anon_sym_LT_DASH] = ACTIONS(4234), + [sym_none] = ACTIONS(4234), + [sym_true] = ACTIONS(4234), + [sym_false] = ACTIONS(4234), + [sym_nil] = ACTIONS(4234), + [anon_sym_if] = ACTIONS(4234), + [anon_sym_DOLLARif] = ACTIONS(4234), + [anon_sym_match] = ACTIONS(4234), + [anon_sym_select] = ACTIONS(4234), + [anon_sym_lock] = ACTIONS(4234), + [anon_sym_rlock] = ACTIONS(4234), + [anon_sym_unsafe] = ACTIONS(4234), + [anon_sym_sql] = ACTIONS(4234), + [sym_int_literal] = ACTIONS(4234), + [sym_float_literal] = ACTIONS(4234), + [sym_rune_literal] = ACTIONS(4234), + [sym_pseudo_compile_time_identifier] = ACTIONS(4234), + [anon_sym_shared] = ACTIONS(4234), + [anon_sym_map_LBRACK] = ACTIONS(4234), + [anon_sym_chan] = ACTIONS(4234), + [anon_sym_thread] = ACTIONS(4234), + [anon_sym_atomic] = ACTIONS(4234), + [anon_sym_assert] = ACTIONS(4234), + [anon_sym_defer] = ACTIONS(4234), + [anon_sym_goto] = ACTIONS(4234), + [anon_sym_break] = ACTIONS(4234), + [anon_sym_continue] = ACTIONS(4234), + [anon_sym_return] = ACTIONS(4234), + [anon_sym_DOLLARfor] = ACTIONS(4234), + [anon_sym_for] = ACTIONS(4234), + [anon_sym_POUND] = ACTIONS(4234), + [anon_sym_asm] = ACTIONS(4234), + [anon_sym_AT_LBRACK] = ACTIONS(4234), + [sym___double_quote] = ACTIONS(4234), + [sym___single_quote] = ACTIONS(4234), + [sym___c_double_quote] = ACTIONS(4234), + [sym___c_single_quote] = ACTIONS(4234), + [sym___r_double_quote] = ACTIONS(4234), + [sym___r_single_quote] = ACTIONS(4234), }, [1530] = { [sym_line_comment] = STATE(1530), [sym_block_comment] = STATE(1530), - [ts_builtin_sym_end] = ACTIONS(4234), - [sym_identifier] = ACTIONS(4236), - [anon_sym_LF] = ACTIONS(4236), - [anon_sym_CR] = ACTIONS(4236), - [anon_sym_CR_LF] = ACTIONS(4236), + [ts_builtin_sym_end] = ACTIONS(4236), + [sym_identifier] = ACTIONS(4238), + [anon_sym_LF] = ACTIONS(4238), + [anon_sym_CR] = ACTIONS(4238), + [anon_sym_CR_LF] = ACTIONS(4238), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4236), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_const] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(4236), - [anon_sym___global] = ACTIONS(4236), - [anon_sym_type] = ACTIONS(4236), - [anon_sym_fn] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4236), - [anon_sym_DASH] = ACTIONS(4236), - [anon_sym_STAR] = ACTIONS(4236), - [anon_sym_struct] = ACTIONS(4236), - [anon_sym_union] = ACTIONS(4236), - [anon_sym_pub] = ACTIONS(4236), - [anon_sym_mut] = ACTIONS(4236), - [anon_sym_enum] = ACTIONS(4236), - [anon_sym_interface] = ACTIONS(4236), - [anon_sym_QMARK] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4236), - [anon_sym_go] = ACTIONS(4236), - [anon_sym_spawn] = ACTIONS(4236), - [anon_sym_json_DOTdecode] = ACTIONS(4236), - [anon_sym_LBRACK2] = ACTIONS(4236), - [anon_sym_TILDE] = ACTIONS(4236), - [anon_sym_CARET] = ACTIONS(4236), - [anon_sym_AMP] = ACTIONS(4236), - [anon_sym_LT_DASH] = ACTIONS(4236), - [sym_none] = ACTIONS(4236), - [sym_true] = ACTIONS(4236), - [sym_false] = ACTIONS(4236), - [sym_nil] = ACTIONS(4236), - [anon_sym_if] = ACTIONS(4236), - [anon_sym_DOLLARif] = ACTIONS(4236), - [anon_sym_match] = ACTIONS(4236), - [anon_sym_select] = ACTIONS(4236), - [anon_sym_lock] = ACTIONS(4236), - [anon_sym_rlock] = ACTIONS(4236), - [anon_sym_unsafe] = ACTIONS(4236), - [anon_sym_sql] = ACTIONS(4236), - [sym_int_literal] = ACTIONS(4236), - [sym_float_literal] = ACTIONS(4236), - [sym_rune_literal] = ACTIONS(4236), - [sym_pseudo_compile_time_identifier] = ACTIONS(4236), - [anon_sym_shared] = ACTIONS(4236), - [anon_sym_map_LBRACK] = ACTIONS(4236), - [anon_sym_chan] = ACTIONS(4236), - [anon_sym_thread] = ACTIONS(4236), - [anon_sym_atomic] = ACTIONS(4236), - [anon_sym_assert] = ACTIONS(4236), - [anon_sym_defer] = ACTIONS(4236), - [anon_sym_goto] = ACTIONS(4236), - [anon_sym_break] = ACTIONS(4236), - [anon_sym_continue] = ACTIONS(4236), - [anon_sym_return] = ACTIONS(4236), - [anon_sym_DOLLARfor] = ACTIONS(4236), - [anon_sym_for] = ACTIONS(4236), - [anon_sym_POUND] = ACTIONS(4236), - [anon_sym_asm] = ACTIONS(4236), - [anon_sym_AT_LBRACK] = ACTIONS(4236), - [sym___double_quote] = ACTIONS(4236), - [sym___single_quote] = ACTIONS(4236), - [sym___c_double_quote] = ACTIONS(4236), - [sym___c_single_quote] = ACTIONS(4236), - [sym___r_double_quote] = ACTIONS(4236), - [sym___r_single_quote] = ACTIONS(4236), + [anon_sym_DOT] = ACTIONS(4238), + [anon_sym_LBRACE] = ACTIONS(4238), + [anon_sym_const] = ACTIONS(4238), + [anon_sym_LPAREN] = ACTIONS(4238), + [anon_sym___global] = ACTIONS(4238), + [anon_sym_type] = ACTIONS(4238), + [anon_sym_fn] = ACTIONS(4238), + [anon_sym_PLUS] = ACTIONS(4238), + [anon_sym_DASH] = ACTIONS(4238), + [anon_sym_STAR] = ACTIONS(4238), + [anon_sym_struct] = ACTIONS(4238), + [anon_sym_union] = ACTIONS(4238), + [anon_sym_pub] = ACTIONS(4238), + [anon_sym_mut] = ACTIONS(4238), + [anon_sym_enum] = ACTIONS(4238), + [anon_sym_interface] = ACTIONS(4238), + [anon_sym_QMARK] = ACTIONS(4238), + [anon_sym_BANG] = ACTIONS(4238), + [anon_sym_go] = ACTIONS(4238), + [anon_sym_spawn] = ACTIONS(4238), + [anon_sym_json_DOTdecode] = ACTIONS(4238), + [anon_sym_LBRACK2] = ACTIONS(4238), + [anon_sym_TILDE] = ACTIONS(4238), + [anon_sym_CARET] = ACTIONS(4238), + [anon_sym_AMP] = ACTIONS(4238), + [anon_sym_LT_DASH] = ACTIONS(4238), + [sym_none] = ACTIONS(4238), + [sym_true] = ACTIONS(4238), + [sym_false] = ACTIONS(4238), + [sym_nil] = ACTIONS(4238), + [anon_sym_if] = ACTIONS(4238), + [anon_sym_DOLLARif] = ACTIONS(4238), + [anon_sym_match] = ACTIONS(4238), + [anon_sym_select] = ACTIONS(4238), + [anon_sym_lock] = ACTIONS(4238), + [anon_sym_rlock] = ACTIONS(4238), + [anon_sym_unsafe] = ACTIONS(4238), + [anon_sym_sql] = ACTIONS(4238), + [sym_int_literal] = ACTIONS(4238), + [sym_float_literal] = ACTIONS(4238), + [sym_rune_literal] = ACTIONS(4238), + [sym_pseudo_compile_time_identifier] = ACTIONS(4238), + [anon_sym_shared] = ACTIONS(4238), + [anon_sym_map_LBRACK] = ACTIONS(4238), + [anon_sym_chan] = ACTIONS(4238), + [anon_sym_thread] = ACTIONS(4238), + [anon_sym_atomic] = ACTIONS(4238), + [anon_sym_assert] = ACTIONS(4238), + [anon_sym_defer] = ACTIONS(4238), + [anon_sym_goto] = ACTIONS(4238), + [anon_sym_break] = ACTIONS(4238), + [anon_sym_continue] = ACTIONS(4238), + [anon_sym_return] = ACTIONS(4238), + [anon_sym_DOLLARfor] = ACTIONS(4238), + [anon_sym_for] = ACTIONS(4238), + [anon_sym_POUND] = ACTIONS(4238), + [anon_sym_asm] = ACTIONS(4238), + [anon_sym_AT_LBRACK] = ACTIONS(4238), + [sym___double_quote] = ACTIONS(4238), + [sym___single_quote] = ACTIONS(4238), + [sym___c_double_quote] = ACTIONS(4238), + [sym___c_single_quote] = ACTIONS(4238), + [sym___r_double_quote] = ACTIONS(4238), + [sym___r_single_quote] = ACTIONS(4238), }, [1531] = { [sym_line_comment] = STATE(1531), [sym_block_comment] = STATE(1531), - [ts_builtin_sym_end] = ACTIONS(4238), - [sym_identifier] = ACTIONS(4240), - [anon_sym_LF] = ACTIONS(4240), - [anon_sym_CR] = ACTIONS(4240), - [anon_sym_CR_LF] = ACTIONS(4240), + [ts_builtin_sym_end] = ACTIONS(4240), + [sym_identifier] = ACTIONS(4242), + [anon_sym_LF] = ACTIONS(4242), + [anon_sym_CR] = ACTIONS(4242), + [anon_sym_CR_LF] = ACTIONS(4242), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4240), - [anon_sym_LBRACE] = ACTIONS(4240), - [anon_sym_const] = ACTIONS(4240), - [anon_sym_LPAREN] = ACTIONS(4240), - [anon_sym___global] = ACTIONS(4240), - [anon_sym_type] = ACTIONS(4240), - [anon_sym_fn] = ACTIONS(4240), - [anon_sym_PLUS] = ACTIONS(4240), - [anon_sym_DASH] = ACTIONS(4240), - [anon_sym_STAR] = ACTIONS(4240), - [anon_sym_struct] = ACTIONS(4240), - [anon_sym_union] = ACTIONS(4240), - [anon_sym_pub] = ACTIONS(4240), - [anon_sym_mut] = ACTIONS(4240), - [anon_sym_enum] = ACTIONS(4240), - [anon_sym_interface] = ACTIONS(4240), - [anon_sym_QMARK] = ACTIONS(4240), - [anon_sym_BANG] = ACTIONS(4240), - [anon_sym_go] = ACTIONS(4240), - [anon_sym_spawn] = ACTIONS(4240), - [anon_sym_json_DOTdecode] = ACTIONS(4240), - [anon_sym_LBRACK2] = ACTIONS(4240), - [anon_sym_TILDE] = ACTIONS(4240), - [anon_sym_CARET] = ACTIONS(4240), - [anon_sym_AMP] = ACTIONS(4240), - [anon_sym_LT_DASH] = ACTIONS(4240), - [sym_none] = ACTIONS(4240), - [sym_true] = ACTIONS(4240), - [sym_false] = ACTIONS(4240), - [sym_nil] = ACTIONS(4240), - [anon_sym_if] = ACTIONS(4240), - [anon_sym_DOLLARif] = ACTIONS(4240), - [anon_sym_match] = ACTIONS(4240), - [anon_sym_select] = ACTIONS(4240), - [anon_sym_lock] = ACTIONS(4240), - [anon_sym_rlock] = ACTIONS(4240), - [anon_sym_unsafe] = ACTIONS(4240), - [anon_sym_sql] = ACTIONS(4240), - [sym_int_literal] = ACTIONS(4240), - [sym_float_literal] = ACTIONS(4240), - [sym_rune_literal] = ACTIONS(4240), - [sym_pseudo_compile_time_identifier] = ACTIONS(4240), - [anon_sym_shared] = ACTIONS(4240), - [anon_sym_map_LBRACK] = ACTIONS(4240), - [anon_sym_chan] = ACTIONS(4240), - [anon_sym_thread] = ACTIONS(4240), - [anon_sym_atomic] = ACTIONS(4240), - [anon_sym_assert] = ACTIONS(4240), - [anon_sym_defer] = ACTIONS(4240), - [anon_sym_goto] = ACTIONS(4240), - [anon_sym_break] = ACTIONS(4240), - [anon_sym_continue] = ACTIONS(4240), - [anon_sym_return] = ACTIONS(4240), - [anon_sym_DOLLARfor] = ACTIONS(4240), - [anon_sym_for] = ACTIONS(4240), - [anon_sym_POUND] = ACTIONS(4240), - [anon_sym_asm] = ACTIONS(4240), - [anon_sym_AT_LBRACK] = ACTIONS(4240), - [sym___double_quote] = ACTIONS(4240), - [sym___single_quote] = ACTIONS(4240), - [sym___c_double_quote] = ACTIONS(4240), - [sym___c_single_quote] = ACTIONS(4240), - [sym___r_double_quote] = ACTIONS(4240), - [sym___r_single_quote] = ACTIONS(4240), + [anon_sym_DOT] = ACTIONS(4242), + [anon_sym_LBRACE] = ACTIONS(4242), + [anon_sym_const] = ACTIONS(4242), + [anon_sym_LPAREN] = ACTIONS(4242), + [anon_sym___global] = ACTIONS(4242), + [anon_sym_type] = ACTIONS(4242), + [anon_sym_fn] = ACTIONS(4242), + [anon_sym_PLUS] = ACTIONS(4242), + [anon_sym_DASH] = ACTIONS(4242), + [anon_sym_STAR] = ACTIONS(4242), + [anon_sym_struct] = ACTIONS(4242), + [anon_sym_union] = ACTIONS(4242), + [anon_sym_pub] = ACTIONS(4242), + [anon_sym_mut] = ACTIONS(4242), + [anon_sym_enum] = ACTIONS(4242), + [anon_sym_interface] = ACTIONS(4242), + [anon_sym_QMARK] = ACTIONS(4242), + [anon_sym_BANG] = ACTIONS(4242), + [anon_sym_go] = ACTIONS(4242), + [anon_sym_spawn] = ACTIONS(4242), + [anon_sym_json_DOTdecode] = ACTIONS(4242), + [anon_sym_LBRACK2] = ACTIONS(4242), + [anon_sym_TILDE] = ACTIONS(4242), + [anon_sym_CARET] = ACTIONS(4242), + [anon_sym_AMP] = ACTIONS(4242), + [anon_sym_LT_DASH] = ACTIONS(4242), + [sym_none] = ACTIONS(4242), + [sym_true] = ACTIONS(4242), + [sym_false] = ACTIONS(4242), + [sym_nil] = ACTIONS(4242), + [anon_sym_if] = ACTIONS(4242), + [anon_sym_DOLLARif] = ACTIONS(4242), + [anon_sym_match] = ACTIONS(4242), + [anon_sym_select] = ACTIONS(4242), + [anon_sym_lock] = ACTIONS(4242), + [anon_sym_rlock] = ACTIONS(4242), + [anon_sym_unsafe] = ACTIONS(4242), + [anon_sym_sql] = ACTIONS(4242), + [sym_int_literal] = ACTIONS(4242), + [sym_float_literal] = ACTIONS(4242), + [sym_rune_literal] = ACTIONS(4242), + [sym_pseudo_compile_time_identifier] = ACTIONS(4242), + [anon_sym_shared] = ACTIONS(4242), + [anon_sym_map_LBRACK] = ACTIONS(4242), + [anon_sym_chan] = ACTIONS(4242), + [anon_sym_thread] = ACTIONS(4242), + [anon_sym_atomic] = ACTIONS(4242), + [anon_sym_assert] = ACTIONS(4242), + [anon_sym_defer] = ACTIONS(4242), + [anon_sym_goto] = ACTIONS(4242), + [anon_sym_break] = ACTIONS(4242), + [anon_sym_continue] = ACTIONS(4242), + [anon_sym_return] = ACTIONS(4242), + [anon_sym_DOLLARfor] = ACTIONS(4242), + [anon_sym_for] = ACTIONS(4242), + [anon_sym_POUND] = ACTIONS(4242), + [anon_sym_asm] = ACTIONS(4242), + [anon_sym_AT_LBRACK] = ACTIONS(4242), + [sym___double_quote] = ACTIONS(4242), + [sym___single_quote] = ACTIONS(4242), + [sym___c_double_quote] = ACTIONS(4242), + [sym___c_single_quote] = ACTIONS(4242), + [sym___r_double_quote] = ACTIONS(4242), + [sym___r_single_quote] = ACTIONS(4242), }, [1532] = { [sym_line_comment] = STATE(1532), [sym_block_comment] = STATE(1532), - [ts_builtin_sym_end] = ACTIONS(4242), - [sym_identifier] = ACTIONS(4244), - [anon_sym_LF] = ACTIONS(4244), - [anon_sym_CR] = ACTIONS(4244), - [anon_sym_CR_LF] = ACTIONS(4244), + [ts_builtin_sym_end] = ACTIONS(4244), + [sym_identifier] = ACTIONS(4246), + [anon_sym_LF] = ACTIONS(4246), + [anon_sym_CR] = ACTIONS(4246), + [anon_sym_CR_LF] = ACTIONS(4246), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4244), - [anon_sym_LBRACE] = ACTIONS(4244), - [anon_sym_const] = ACTIONS(4244), - [anon_sym_LPAREN] = ACTIONS(4244), - [anon_sym___global] = ACTIONS(4244), - [anon_sym_type] = ACTIONS(4244), - [anon_sym_fn] = ACTIONS(4244), - [anon_sym_PLUS] = ACTIONS(4244), - [anon_sym_DASH] = ACTIONS(4244), - [anon_sym_STAR] = ACTIONS(4244), - [anon_sym_struct] = ACTIONS(4244), - [anon_sym_union] = ACTIONS(4244), - [anon_sym_pub] = ACTIONS(4244), - [anon_sym_mut] = ACTIONS(4244), - [anon_sym_enum] = ACTIONS(4244), - [anon_sym_interface] = ACTIONS(4244), - [anon_sym_QMARK] = ACTIONS(4244), - [anon_sym_BANG] = ACTIONS(4244), - [anon_sym_go] = ACTIONS(4244), - [anon_sym_spawn] = ACTIONS(4244), - [anon_sym_json_DOTdecode] = ACTIONS(4244), - [anon_sym_LBRACK2] = ACTIONS(4244), - [anon_sym_TILDE] = ACTIONS(4244), - [anon_sym_CARET] = ACTIONS(4244), - [anon_sym_AMP] = ACTIONS(4244), - [anon_sym_LT_DASH] = ACTIONS(4244), - [sym_none] = ACTIONS(4244), - [sym_true] = ACTIONS(4244), - [sym_false] = ACTIONS(4244), - [sym_nil] = ACTIONS(4244), - [anon_sym_if] = ACTIONS(4244), - [anon_sym_DOLLARif] = ACTIONS(4244), - [anon_sym_match] = ACTIONS(4244), - [anon_sym_select] = ACTIONS(4244), - [anon_sym_lock] = ACTIONS(4244), - [anon_sym_rlock] = ACTIONS(4244), - [anon_sym_unsafe] = ACTIONS(4244), - [anon_sym_sql] = ACTIONS(4244), - [sym_int_literal] = ACTIONS(4244), - [sym_float_literal] = ACTIONS(4244), - [sym_rune_literal] = ACTIONS(4244), - [sym_pseudo_compile_time_identifier] = ACTIONS(4244), - [anon_sym_shared] = ACTIONS(4244), - [anon_sym_map_LBRACK] = ACTIONS(4244), - [anon_sym_chan] = ACTIONS(4244), - [anon_sym_thread] = ACTIONS(4244), - [anon_sym_atomic] = ACTIONS(4244), - [anon_sym_assert] = ACTIONS(4244), - [anon_sym_defer] = ACTIONS(4244), - [anon_sym_goto] = ACTIONS(4244), - [anon_sym_break] = ACTIONS(4244), - [anon_sym_continue] = ACTIONS(4244), - [anon_sym_return] = ACTIONS(4244), - [anon_sym_DOLLARfor] = ACTIONS(4244), - [anon_sym_for] = ACTIONS(4244), - [anon_sym_POUND] = ACTIONS(4244), - [anon_sym_asm] = ACTIONS(4244), - [anon_sym_AT_LBRACK] = ACTIONS(4244), - [sym___double_quote] = ACTIONS(4244), - [sym___single_quote] = ACTIONS(4244), - [sym___c_double_quote] = ACTIONS(4244), - [sym___c_single_quote] = ACTIONS(4244), - [sym___r_double_quote] = ACTIONS(4244), - [sym___r_single_quote] = ACTIONS(4244), + [anon_sym_DOT] = ACTIONS(4246), + [anon_sym_LBRACE] = ACTIONS(4246), + [anon_sym_const] = ACTIONS(4246), + [anon_sym_LPAREN] = ACTIONS(4246), + [anon_sym___global] = ACTIONS(4246), + [anon_sym_type] = ACTIONS(4246), + [anon_sym_fn] = ACTIONS(4246), + [anon_sym_PLUS] = ACTIONS(4246), + [anon_sym_DASH] = ACTIONS(4246), + [anon_sym_STAR] = ACTIONS(4246), + [anon_sym_struct] = ACTIONS(4246), + [anon_sym_union] = ACTIONS(4246), + [anon_sym_pub] = ACTIONS(4246), + [anon_sym_mut] = ACTIONS(4246), + [anon_sym_enum] = ACTIONS(4246), + [anon_sym_interface] = ACTIONS(4246), + [anon_sym_QMARK] = ACTIONS(4246), + [anon_sym_BANG] = ACTIONS(4246), + [anon_sym_go] = ACTIONS(4246), + [anon_sym_spawn] = ACTIONS(4246), + [anon_sym_json_DOTdecode] = ACTIONS(4246), + [anon_sym_LBRACK2] = ACTIONS(4246), + [anon_sym_TILDE] = ACTIONS(4246), + [anon_sym_CARET] = ACTIONS(4246), + [anon_sym_AMP] = ACTIONS(4246), + [anon_sym_LT_DASH] = ACTIONS(4246), + [sym_none] = ACTIONS(4246), + [sym_true] = ACTIONS(4246), + [sym_false] = ACTIONS(4246), + [sym_nil] = ACTIONS(4246), + [anon_sym_if] = ACTIONS(4246), + [anon_sym_DOLLARif] = ACTIONS(4246), + [anon_sym_match] = ACTIONS(4246), + [anon_sym_select] = ACTIONS(4246), + [anon_sym_lock] = ACTIONS(4246), + [anon_sym_rlock] = ACTIONS(4246), + [anon_sym_unsafe] = ACTIONS(4246), + [anon_sym_sql] = ACTIONS(4246), + [sym_int_literal] = ACTIONS(4246), + [sym_float_literal] = ACTIONS(4246), + [sym_rune_literal] = ACTIONS(4246), + [sym_pseudo_compile_time_identifier] = ACTIONS(4246), + [anon_sym_shared] = ACTIONS(4246), + [anon_sym_map_LBRACK] = ACTIONS(4246), + [anon_sym_chan] = ACTIONS(4246), + [anon_sym_thread] = ACTIONS(4246), + [anon_sym_atomic] = ACTIONS(4246), + [anon_sym_assert] = ACTIONS(4246), + [anon_sym_defer] = ACTIONS(4246), + [anon_sym_goto] = ACTIONS(4246), + [anon_sym_break] = ACTIONS(4246), + [anon_sym_continue] = ACTIONS(4246), + [anon_sym_return] = ACTIONS(4246), + [anon_sym_DOLLARfor] = ACTIONS(4246), + [anon_sym_for] = ACTIONS(4246), + [anon_sym_POUND] = ACTIONS(4246), + [anon_sym_asm] = ACTIONS(4246), + [anon_sym_AT_LBRACK] = ACTIONS(4246), + [sym___double_quote] = ACTIONS(4246), + [sym___single_quote] = ACTIONS(4246), + [sym___c_double_quote] = ACTIONS(4246), + [sym___c_single_quote] = ACTIONS(4246), + [sym___r_double_quote] = ACTIONS(4246), + [sym___r_single_quote] = ACTIONS(4246), }, [1533] = { [sym_line_comment] = STATE(1533), [sym_block_comment] = STATE(1533), - [ts_builtin_sym_end] = ACTIONS(4246), - [sym_identifier] = ACTIONS(4248), - [anon_sym_LF] = ACTIONS(4248), - [anon_sym_CR] = ACTIONS(4248), - [anon_sym_CR_LF] = ACTIONS(4248), + [ts_builtin_sym_end] = ACTIONS(4248), + [sym_identifier] = ACTIONS(4250), + [anon_sym_LF] = ACTIONS(4250), + [anon_sym_CR] = ACTIONS(4250), + [anon_sym_CR_LF] = ACTIONS(4250), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4248), - [anon_sym_LBRACE] = ACTIONS(4248), - [anon_sym_const] = ACTIONS(4248), - [anon_sym_LPAREN] = ACTIONS(4248), - [anon_sym___global] = ACTIONS(4248), - [anon_sym_type] = ACTIONS(4248), - [anon_sym_fn] = ACTIONS(4248), - [anon_sym_PLUS] = ACTIONS(4248), - [anon_sym_DASH] = ACTIONS(4248), - [anon_sym_STAR] = ACTIONS(4248), - [anon_sym_struct] = ACTIONS(4248), - [anon_sym_union] = ACTIONS(4248), - [anon_sym_pub] = ACTIONS(4248), - [anon_sym_mut] = ACTIONS(4248), - [anon_sym_enum] = ACTIONS(4248), - [anon_sym_interface] = ACTIONS(4248), - [anon_sym_QMARK] = ACTIONS(4248), - [anon_sym_BANG] = ACTIONS(4248), - [anon_sym_go] = ACTIONS(4248), - [anon_sym_spawn] = ACTIONS(4248), - [anon_sym_json_DOTdecode] = ACTIONS(4248), - [anon_sym_LBRACK2] = ACTIONS(4248), - [anon_sym_TILDE] = ACTIONS(4248), - [anon_sym_CARET] = ACTIONS(4248), - [anon_sym_AMP] = ACTIONS(4248), - [anon_sym_LT_DASH] = ACTIONS(4248), - [sym_none] = ACTIONS(4248), - [sym_true] = ACTIONS(4248), - [sym_false] = ACTIONS(4248), - [sym_nil] = ACTIONS(4248), - [anon_sym_if] = ACTIONS(4248), - [anon_sym_DOLLARif] = ACTIONS(4248), - [anon_sym_match] = ACTIONS(4248), - [anon_sym_select] = ACTIONS(4248), - [anon_sym_lock] = ACTIONS(4248), - [anon_sym_rlock] = ACTIONS(4248), - [anon_sym_unsafe] = ACTIONS(4248), - [anon_sym_sql] = ACTIONS(4248), - [sym_int_literal] = ACTIONS(4248), - [sym_float_literal] = ACTIONS(4248), - [sym_rune_literal] = ACTIONS(4248), - [sym_pseudo_compile_time_identifier] = ACTIONS(4248), - [anon_sym_shared] = ACTIONS(4248), - [anon_sym_map_LBRACK] = ACTIONS(4248), - [anon_sym_chan] = ACTIONS(4248), - [anon_sym_thread] = ACTIONS(4248), - [anon_sym_atomic] = ACTIONS(4248), - [anon_sym_assert] = ACTIONS(4248), - [anon_sym_defer] = ACTIONS(4248), - [anon_sym_goto] = ACTIONS(4248), - [anon_sym_break] = ACTIONS(4248), - [anon_sym_continue] = ACTIONS(4248), - [anon_sym_return] = ACTIONS(4248), - [anon_sym_DOLLARfor] = ACTIONS(4248), - [anon_sym_for] = ACTIONS(4248), - [anon_sym_POUND] = ACTIONS(4248), - [anon_sym_asm] = ACTIONS(4248), - [anon_sym_AT_LBRACK] = ACTIONS(4248), - [sym___double_quote] = ACTIONS(4248), - [sym___single_quote] = ACTIONS(4248), - [sym___c_double_quote] = ACTIONS(4248), - [sym___c_single_quote] = ACTIONS(4248), - [sym___r_double_quote] = ACTIONS(4248), - [sym___r_single_quote] = ACTIONS(4248), + [anon_sym_DOT] = ACTIONS(4250), + [anon_sym_LBRACE] = ACTIONS(4250), + [anon_sym_const] = ACTIONS(4250), + [anon_sym_LPAREN] = ACTIONS(4250), + [anon_sym___global] = ACTIONS(4250), + [anon_sym_type] = ACTIONS(4250), + [anon_sym_fn] = ACTIONS(4250), + [anon_sym_PLUS] = ACTIONS(4250), + [anon_sym_DASH] = ACTIONS(4250), + [anon_sym_STAR] = ACTIONS(4250), + [anon_sym_struct] = ACTIONS(4250), + [anon_sym_union] = ACTIONS(4250), + [anon_sym_pub] = ACTIONS(4250), + [anon_sym_mut] = ACTIONS(4250), + [anon_sym_enum] = ACTIONS(4250), + [anon_sym_interface] = ACTIONS(4250), + [anon_sym_QMARK] = ACTIONS(4250), + [anon_sym_BANG] = ACTIONS(4250), + [anon_sym_go] = ACTIONS(4250), + [anon_sym_spawn] = ACTIONS(4250), + [anon_sym_json_DOTdecode] = ACTIONS(4250), + [anon_sym_LBRACK2] = ACTIONS(4250), + [anon_sym_TILDE] = ACTIONS(4250), + [anon_sym_CARET] = ACTIONS(4250), + [anon_sym_AMP] = ACTIONS(4250), + [anon_sym_LT_DASH] = ACTIONS(4250), + [sym_none] = ACTIONS(4250), + [sym_true] = ACTIONS(4250), + [sym_false] = ACTIONS(4250), + [sym_nil] = ACTIONS(4250), + [anon_sym_if] = ACTIONS(4250), + [anon_sym_DOLLARif] = ACTIONS(4250), + [anon_sym_match] = ACTIONS(4250), + [anon_sym_select] = ACTIONS(4250), + [anon_sym_lock] = ACTIONS(4250), + [anon_sym_rlock] = ACTIONS(4250), + [anon_sym_unsafe] = ACTIONS(4250), + [anon_sym_sql] = ACTIONS(4250), + [sym_int_literal] = ACTIONS(4250), + [sym_float_literal] = ACTIONS(4250), + [sym_rune_literal] = ACTIONS(4250), + [sym_pseudo_compile_time_identifier] = ACTIONS(4250), + [anon_sym_shared] = ACTIONS(4250), + [anon_sym_map_LBRACK] = ACTIONS(4250), + [anon_sym_chan] = ACTIONS(4250), + [anon_sym_thread] = ACTIONS(4250), + [anon_sym_atomic] = ACTIONS(4250), + [anon_sym_assert] = ACTIONS(4250), + [anon_sym_defer] = ACTIONS(4250), + [anon_sym_goto] = ACTIONS(4250), + [anon_sym_break] = ACTIONS(4250), + [anon_sym_continue] = ACTIONS(4250), + [anon_sym_return] = ACTIONS(4250), + [anon_sym_DOLLARfor] = ACTIONS(4250), + [anon_sym_for] = ACTIONS(4250), + [anon_sym_POUND] = ACTIONS(4250), + [anon_sym_asm] = ACTIONS(4250), + [anon_sym_AT_LBRACK] = ACTIONS(4250), + [sym___double_quote] = ACTIONS(4250), + [sym___single_quote] = ACTIONS(4250), + [sym___c_double_quote] = ACTIONS(4250), + [sym___c_single_quote] = ACTIONS(4250), + [sym___r_double_quote] = ACTIONS(4250), + [sym___r_single_quote] = ACTIONS(4250), }, [1534] = { [sym_line_comment] = STATE(1534), [sym_block_comment] = STATE(1534), - [ts_builtin_sym_end] = ACTIONS(4250), - [sym_identifier] = ACTIONS(4252), - [anon_sym_LF] = ACTIONS(4252), - [anon_sym_CR] = ACTIONS(4252), - [anon_sym_CR_LF] = ACTIONS(4252), + [ts_builtin_sym_end] = ACTIONS(4252), + [sym_identifier] = ACTIONS(4254), + [anon_sym_LF] = ACTIONS(4254), + [anon_sym_CR] = ACTIONS(4254), + [anon_sym_CR_LF] = ACTIONS(4254), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4252), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_const] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(4252), - [anon_sym___global] = ACTIONS(4252), - [anon_sym_type] = ACTIONS(4252), - [anon_sym_fn] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4252), - [anon_sym_DASH] = ACTIONS(4252), - [anon_sym_STAR] = ACTIONS(4252), - [anon_sym_struct] = ACTIONS(4252), - [anon_sym_union] = ACTIONS(4252), - [anon_sym_pub] = ACTIONS(4252), - [anon_sym_mut] = ACTIONS(4252), - [anon_sym_enum] = ACTIONS(4252), - [anon_sym_interface] = ACTIONS(4252), - [anon_sym_QMARK] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4252), - [anon_sym_go] = ACTIONS(4252), - [anon_sym_spawn] = ACTIONS(4252), - [anon_sym_json_DOTdecode] = ACTIONS(4252), - [anon_sym_LBRACK2] = ACTIONS(4252), - [anon_sym_TILDE] = ACTIONS(4252), - [anon_sym_CARET] = ACTIONS(4252), - [anon_sym_AMP] = ACTIONS(4252), - [anon_sym_LT_DASH] = ACTIONS(4252), - [sym_none] = ACTIONS(4252), - [sym_true] = ACTIONS(4252), - [sym_false] = ACTIONS(4252), - [sym_nil] = ACTIONS(4252), - [anon_sym_if] = ACTIONS(4252), - [anon_sym_DOLLARif] = ACTIONS(4252), - [anon_sym_match] = ACTIONS(4252), - [anon_sym_select] = ACTIONS(4252), - [anon_sym_lock] = ACTIONS(4252), - [anon_sym_rlock] = ACTIONS(4252), - [anon_sym_unsafe] = ACTIONS(4252), - [anon_sym_sql] = ACTIONS(4252), - [sym_int_literal] = ACTIONS(4252), - [sym_float_literal] = ACTIONS(4252), - [sym_rune_literal] = ACTIONS(4252), - [sym_pseudo_compile_time_identifier] = ACTIONS(4252), - [anon_sym_shared] = ACTIONS(4252), - [anon_sym_map_LBRACK] = ACTIONS(4252), - [anon_sym_chan] = ACTIONS(4252), - [anon_sym_thread] = ACTIONS(4252), - [anon_sym_atomic] = ACTIONS(4252), - [anon_sym_assert] = ACTIONS(4252), - [anon_sym_defer] = ACTIONS(4252), - [anon_sym_goto] = ACTIONS(4252), - [anon_sym_break] = ACTIONS(4252), - [anon_sym_continue] = ACTIONS(4252), - [anon_sym_return] = ACTIONS(4252), - [anon_sym_DOLLARfor] = ACTIONS(4252), - [anon_sym_for] = ACTIONS(4252), - [anon_sym_POUND] = ACTIONS(4252), - [anon_sym_asm] = ACTIONS(4252), - [anon_sym_AT_LBRACK] = ACTIONS(4252), - [sym___double_quote] = ACTIONS(4252), - [sym___single_quote] = ACTIONS(4252), - [sym___c_double_quote] = ACTIONS(4252), - [sym___c_single_quote] = ACTIONS(4252), - [sym___r_double_quote] = ACTIONS(4252), - [sym___r_single_quote] = ACTIONS(4252), + [anon_sym_DOT] = ACTIONS(4254), + [anon_sym_LBRACE] = ACTIONS(4254), + [anon_sym_const] = ACTIONS(4254), + [anon_sym_LPAREN] = ACTIONS(4254), + [anon_sym___global] = ACTIONS(4254), + [anon_sym_type] = ACTIONS(4254), + [anon_sym_fn] = ACTIONS(4254), + [anon_sym_PLUS] = ACTIONS(4254), + [anon_sym_DASH] = ACTIONS(4254), + [anon_sym_STAR] = ACTIONS(4254), + [anon_sym_struct] = ACTIONS(4254), + [anon_sym_union] = ACTIONS(4254), + [anon_sym_pub] = ACTIONS(4254), + [anon_sym_mut] = ACTIONS(4254), + [anon_sym_enum] = ACTIONS(4254), + [anon_sym_interface] = ACTIONS(4254), + [anon_sym_QMARK] = ACTIONS(4254), + [anon_sym_BANG] = ACTIONS(4254), + [anon_sym_go] = ACTIONS(4254), + [anon_sym_spawn] = ACTIONS(4254), + [anon_sym_json_DOTdecode] = ACTIONS(4254), + [anon_sym_LBRACK2] = ACTIONS(4254), + [anon_sym_TILDE] = ACTIONS(4254), + [anon_sym_CARET] = ACTIONS(4254), + [anon_sym_AMP] = ACTIONS(4254), + [anon_sym_LT_DASH] = ACTIONS(4254), + [sym_none] = ACTIONS(4254), + [sym_true] = ACTIONS(4254), + [sym_false] = ACTIONS(4254), + [sym_nil] = ACTIONS(4254), + [anon_sym_if] = ACTIONS(4254), + [anon_sym_DOLLARif] = ACTIONS(4254), + [anon_sym_match] = ACTIONS(4254), + [anon_sym_select] = ACTIONS(4254), + [anon_sym_lock] = ACTIONS(4254), + [anon_sym_rlock] = ACTIONS(4254), + [anon_sym_unsafe] = ACTIONS(4254), + [anon_sym_sql] = ACTIONS(4254), + [sym_int_literal] = ACTIONS(4254), + [sym_float_literal] = ACTIONS(4254), + [sym_rune_literal] = ACTIONS(4254), + [sym_pseudo_compile_time_identifier] = ACTIONS(4254), + [anon_sym_shared] = ACTIONS(4254), + [anon_sym_map_LBRACK] = ACTIONS(4254), + [anon_sym_chan] = ACTIONS(4254), + [anon_sym_thread] = ACTIONS(4254), + [anon_sym_atomic] = ACTIONS(4254), + [anon_sym_assert] = ACTIONS(4254), + [anon_sym_defer] = ACTIONS(4254), + [anon_sym_goto] = ACTIONS(4254), + [anon_sym_break] = ACTIONS(4254), + [anon_sym_continue] = ACTIONS(4254), + [anon_sym_return] = ACTIONS(4254), + [anon_sym_DOLLARfor] = ACTIONS(4254), + [anon_sym_for] = ACTIONS(4254), + [anon_sym_POUND] = ACTIONS(4254), + [anon_sym_asm] = ACTIONS(4254), + [anon_sym_AT_LBRACK] = ACTIONS(4254), + [sym___double_quote] = ACTIONS(4254), + [sym___single_quote] = ACTIONS(4254), + [sym___c_double_quote] = ACTIONS(4254), + [sym___c_single_quote] = ACTIONS(4254), + [sym___r_double_quote] = ACTIONS(4254), + [sym___r_single_quote] = ACTIONS(4254), }, [1535] = { [sym_line_comment] = STATE(1535), [sym_block_comment] = STATE(1535), - [ts_builtin_sym_end] = ACTIONS(4254), - [sym_identifier] = ACTIONS(4256), - [anon_sym_LF] = ACTIONS(4256), - [anon_sym_CR] = ACTIONS(4256), - [anon_sym_CR_LF] = ACTIONS(4256), + [ts_builtin_sym_end] = ACTIONS(4256), + [sym_identifier] = ACTIONS(4258), + [anon_sym_LF] = ACTIONS(4258), + [anon_sym_CR] = ACTIONS(4258), + [anon_sym_CR_LF] = ACTIONS(4258), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4256), - [anon_sym_LBRACE] = ACTIONS(4256), - [anon_sym_const] = ACTIONS(4256), - [anon_sym_LPAREN] = ACTIONS(4256), - [anon_sym___global] = ACTIONS(4256), - [anon_sym_type] = ACTIONS(4256), - [anon_sym_fn] = ACTIONS(4256), - [anon_sym_PLUS] = ACTIONS(4256), - [anon_sym_DASH] = ACTIONS(4256), - [anon_sym_STAR] = ACTIONS(4256), - [anon_sym_struct] = ACTIONS(4256), - [anon_sym_union] = ACTIONS(4256), - [anon_sym_pub] = ACTIONS(4256), - [anon_sym_mut] = ACTIONS(4256), - [anon_sym_enum] = ACTIONS(4256), - [anon_sym_interface] = ACTIONS(4256), - [anon_sym_QMARK] = ACTIONS(4256), - [anon_sym_BANG] = ACTIONS(4256), - [anon_sym_go] = ACTIONS(4256), - [anon_sym_spawn] = ACTIONS(4256), - [anon_sym_json_DOTdecode] = ACTIONS(4256), - [anon_sym_LBRACK2] = ACTIONS(4256), - [anon_sym_TILDE] = ACTIONS(4256), - [anon_sym_CARET] = ACTIONS(4256), - [anon_sym_AMP] = ACTIONS(4256), - [anon_sym_LT_DASH] = ACTIONS(4256), - [sym_none] = ACTIONS(4256), - [sym_true] = ACTIONS(4256), - [sym_false] = ACTIONS(4256), - [sym_nil] = ACTIONS(4256), - [anon_sym_if] = ACTIONS(4256), - [anon_sym_DOLLARif] = ACTIONS(4256), - [anon_sym_match] = ACTIONS(4256), - [anon_sym_select] = ACTIONS(4256), - [anon_sym_lock] = ACTIONS(4256), - [anon_sym_rlock] = ACTIONS(4256), - [anon_sym_unsafe] = ACTIONS(4256), - [anon_sym_sql] = ACTIONS(4256), - [sym_int_literal] = ACTIONS(4256), - [sym_float_literal] = ACTIONS(4256), - [sym_rune_literal] = ACTIONS(4256), - [sym_pseudo_compile_time_identifier] = ACTIONS(4256), - [anon_sym_shared] = ACTIONS(4256), - [anon_sym_map_LBRACK] = ACTIONS(4256), - [anon_sym_chan] = ACTIONS(4256), - [anon_sym_thread] = ACTIONS(4256), - [anon_sym_atomic] = ACTIONS(4256), - [anon_sym_assert] = ACTIONS(4256), - [anon_sym_defer] = ACTIONS(4256), - [anon_sym_goto] = ACTIONS(4256), - [anon_sym_break] = ACTIONS(4256), - [anon_sym_continue] = ACTIONS(4256), - [anon_sym_return] = ACTIONS(4256), - [anon_sym_DOLLARfor] = ACTIONS(4256), - [anon_sym_for] = ACTIONS(4256), - [anon_sym_POUND] = ACTIONS(4256), - [anon_sym_asm] = ACTIONS(4256), - [anon_sym_AT_LBRACK] = ACTIONS(4256), - [sym___double_quote] = ACTIONS(4256), - [sym___single_quote] = ACTIONS(4256), - [sym___c_double_quote] = ACTIONS(4256), - [sym___c_single_quote] = ACTIONS(4256), - [sym___r_double_quote] = ACTIONS(4256), - [sym___r_single_quote] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4258), + [anon_sym_LBRACE] = ACTIONS(4258), + [anon_sym_const] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym___global] = ACTIONS(4258), + [anon_sym_type] = ACTIONS(4258), + [anon_sym_fn] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4258), + [anon_sym_DASH] = ACTIONS(4258), + [anon_sym_STAR] = ACTIONS(4258), + [anon_sym_struct] = ACTIONS(4258), + [anon_sym_union] = ACTIONS(4258), + [anon_sym_pub] = ACTIONS(4258), + [anon_sym_mut] = ACTIONS(4258), + [anon_sym_enum] = ACTIONS(4258), + [anon_sym_interface] = ACTIONS(4258), + [anon_sym_QMARK] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4258), + [anon_sym_go] = ACTIONS(4258), + [anon_sym_spawn] = ACTIONS(4258), + [anon_sym_json_DOTdecode] = ACTIONS(4258), + [anon_sym_LBRACK2] = ACTIONS(4258), + [anon_sym_TILDE] = ACTIONS(4258), + [anon_sym_CARET] = ACTIONS(4258), + [anon_sym_AMP] = ACTIONS(4258), + [anon_sym_LT_DASH] = ACTIONS(4258), + [sym_none] = ACTIONS(4258), + [sym_true] = ACTIONS(4258), + [sym_false] = ACTIONS(4258), + [sym_nil] = ACTIONS(4258), + [anon_sym_if] = ACTIONS(4258), + [anon_sym_DOLLARif] = ACTIONS(4258), + [anon_sym_match] = ACTIONS(4258), + [anon_sym_select] = ACTIONS(4258), + [anon_sym_lock] = ACTIONS(4258), + [anon_sym_rlock] = ACTIONS(4258), + [anon_sym_unsafe] = ACTIONS(4258), + [anon_sym_sql] = ACTIONS(4258), + [sym_int_literal] = ACTIONS(4258), + [sym_float_literal] = ACTIONS(4258), + [sym_rune_literal] = ACTIONS(4258), + [sym_pseudo_compile_time_identifier] = ACTIONS(4258), + [anon_sym_shared] = ACTIONS(4258), + [anon_sym_map_LBRACK] = ACTIONS(4258), + [anon_sym_chan] = ACTIONS(4258), + [anon_sym_thread] = ACTIONS(4258), + [anon_sym_atomic] = ACTIONS(4258), + [anon_sym_assert] = ACTIONS(4258), + [anon_sym_defer] = ACTIONS(4258), + [anon_sym_goto] = ACTIONS(4258), + [anon_sym_break] = ACTIONS(4258), + [anon_sym_continue] = ACTIONS(4258), + [anon_sym_return] = ACTIONS(4258), + [anon_sym_DOLLARfor] = ACTIONS(4258), + [anon_sym_for] = ACTIONS(4258), + [anon_sym_POUND] = ACTIONS(4258), + [anon_sym_asm] = ACTIONS(4258), + [anon_sym_AT_LBRACK] = ACTIONS(4258), + [sym___double_quote] = ACTIONS(4258), + [sym___single_quote] = ACTIONS(4258), + [sym___c_double_quote] = ACTIONS(4258), + [sym___c_single_quote] = ACTIONS(4258), + [sym___r_double_quote] = ACTIONS(4258), + [sym___r_single_quote] = ACTIONS(4258), }, [1536] = { [sym_line_comment] = STATE(1536), [sym_block_comment] = STATE(1536), - [ts_builtin_sym_end] = ACTIONS(4258), - [sym_identifier] = ACTIONS(4260), - [anon_sym_LF] = ACTIONS(4260), - [anon_sym_CR] = ACTIONS(4260), - [anon_sym_CR_LF] = ACTIONS(4260), + [ts_builtin_sym_end] = ACTIONS(4260), + [sym_identifier] = ACTIONS(4262), + [anon_sym_LF] = ACTIONS(4262), + [anon_sym_CR] = ACTIONS(4262), + [anon_sym_CR_LF] = ACTIONS(4262), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4260), - [anon_sym_LBRACE] = ACTIONS(4260), - [anon_sym_const] = ACTIONS(4260), - [anon_sym_LPAREN] = ACTIONS(4260), - [anon_sym___global] = ACTIONS(4260), - [anon_sym_type] = ACTIONS(4260), - [anon_sym_fn] = ACTIONS(4260), - [anon_sym_PLUS] = ACTIONS(4260), - [anon_sym_DASH] = ACTIONS(4260), - [anon_sym_STAR] = ACTIONS(4260), - [anon_sym_struct] = ACTIONS(4260), - [anon_sym_union] = ACTIONS(4260), - [anon_sym_pub] = ACTIONS(4260), - [anon_sym_mut] = ACTIONS(4260), - [anon_sym_enum] = ACTIONS(4260), - [anon_sym_interface] = ACTIONS(4260), - [anon_sym_QMARK] = ACTIONS(4260), - [anon_sym_BANG] = ACTIONS(4260), - [anon_sym_go] = ACTIONS(4260), - [anon_sym_spawn] = ACTIONS(4260), - [anon_sym_json_DOTdecode] = ACTIONS(4260), - [anon_sym_LBRACK2] = ACTIONS(4260), - [anon_sym_TILDE] = ACTIONS(4260), - [anon_sym_CARET] = ACTIONS(4260), - [anon_sym_AMP] = ACTIONS(4260), - [anon_sym_LT_DASH] = ACTIONS(4260), - [sym_none] = ACTIONS(4260), - [sym_true] = ACTIONS(4260), - [sym_false] = ACTIONS(4260), - [sym_nil] = ACTIONS(4260), - [anon_sym_if] = ACTIONS(4260), - [anon_sym_DOLLARif] = ACTIONS(4260), - [anon_sym_match] = ACTIONS(4260), - [anon_sym_select] = ACTIONS(4260), - [anon_sym_lock] = ACTIONS(4260), - [anon_sym_rlock] = ACTIONS(4260), - [anon_sym_unsafe] = ACTIONS(4260), - [anon_sym_sql] = ACTIONS(4260), - [sym_int_literal] = ACTIONS(4260), - [sym_float_literal] = ACTIONS(4260), - [sym_rune_literal] = ACTIONS(4260), - [sym_pseudo_compile_time_identifier] = ACTIONS(4260), - [anon_sym_shared] = ACTIONS(4260), - [anon_sym_map_LBRACK] = ACTIONS(4260), - [anon_sym_chan] = ACTIONS(4260), - [anon_sym_thread] = ACTIONS(4260), - [anon_sym_atomic] = ACTIONS(4260), - [anon_sym_assert] = ACTIONS(4260), - [anon_sym_defer] = ACTIONS(4260), - [anon_sym_goto] = ACTIONS(4260), - [anon_sym_break] = ACTIONS(4260), - [anon_sym_continue] = ACTIONS(4260), - [anon_sym_return] = ACTIONS(4260), - [anon_sym_DOLLARfor] = ACTIONS(4260), - [anon_sym_for] = ACTIONS(4260), - [anon_sym_POUND] = ACTIONS(4260), - [anon_sym_asm] = ACTIONS(4260), - [anon_sym_AT_LBRACK] = ACTIONS(4260), - [sym___double_quote] = ACTIONS(4260), - [sym___single_quote] = ACTIONS(4260), - [sym___c_double_quote] = ACTIONS(4260), - [sym___c_single_quote] = ACTIONS(4260), - [sym___r_double_quote] = ACTIONS(4260), - [sym___r_single_quote] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4262), + [anon_sym_LBRACE] = ACTIONS(4262), + [anon_sym_const] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym___global] = ACTIONS(4262), + [anon_sym_type] = ACTIONS(4262), + [anon_sym_fn] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4262), + [anon_sym_DASH] = ACTIONS(4262), + [anon_sym_STAR] = ACTIONS(4262), + [anon_sym_struct] = ACTIONS(4262), + [anon_sym_union] = ACTIONS(4262), + [anon_sym_pub] = ACTIONS(4262), + [anon_sym_mut] = ACTIONS(4262), + [anon_sym_enum] = ACTIONS(4262), + [anon_sym_interface] = ACTIONS(4262), + [anon_sym_QMARK] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4262), + [anon_sym_go] = ACTIONS(4262), + [anon_sym_spawn] = ACTIONS(4262), + [anon_sym_json_DOTdecode] = ACTIONS(4262), + [anon_sym_LBRACK2] = ACTIONS(4262), + [anon_sym_TILDE] = ACTIONS(4262), + [anon_sym_CARET] = ACTIONS(4262), + [anon_sym_AMP] = ACTIONS(4262), + [anon_sym_LT_DASH] = ACTIONS(4262), + [sym_none] = ACTIONS(4262), + [sym_true] = ACTIONS(4262), + [sym_false] = ACTIONS(4262), + [sym_nil] = ACTIONS(4262), + [anon_sym_if] = ACTIONS(4262), + [anon_sym_DOLLARif] = ACTIONS(4262), + [anon_sym_match] = ACTIONS(4262), + [anon_sym_select] = ACTIONS(4262), + [anon_sym_lock] = ACTIONS(4262), + [anon_sym_rlock] = ACTIONS(4262), + [anon_sym_unsafe] = ACTIONS(4262), + [anon_sym_sql] = ACTIONS(4262), + [sym_int_literal] = ACTIONS(4262), + [sym_float_literal] = ACTIONS(4262), + [sym_rune_literal] = ACTIONS(4262), + [sym_pseudo_compile_time_identifier] = ACTIONS(4262), + [anon_sym_shared] = ACTIONS(4262), + [anon_sym_map_LBRACK] = ACTIONS(4262), + [anon_sym_chan] = ACTIONS(4262), + [anon_sym_thread] = ACTIONS(4262), + [anon_sym_atomic] = ACTIONS(4262), + [anon_sym_assert] = ACTIONS(4262), + [anon_sym_defer] = ACTIONS(4262), + [anon_sym_goto] = ACTIONS(4262), + [anon_sym_break] = ACTIONS(4262), + [anon_sym_continue] = ACTIONS(4262), + [anon_sym_return] = ACTIONS(4262), + [anon_sym_DOLLARfor] = ACTIONS(4262), + [anon_sym_for] = ACTIONS(4262), + [anon_sym_POUND] = ACTIONS(4262), + [anon_sym_asm] = ACTIONS(4262), + [anon_sym_AT_LBRACK] = ACTIONS(4262), + [sym___double_quote] = ACTIONS(4262), + [sym___single_quote] = ACTIONS(4262), + [sym___c_double_quote] = ACTIONS(4262), + [sym___c_single_quote] = ACTIONS(4262), + [sym___r_double_quote] = ACTIONS(4262), + [sym___r_single_quote] = ACTIONS(4262), }, [1537] = { [sym_line_comment] = STATE(1537), [sym_block_comment] = STATE(1537), - [ts_builtin_sym_end] = ACTIONS(4262), - [sym_identifier] = ACTIONS(4264), - [anon_sym_LF] = ACTIONS(4264), - [anon_sym_CR] = ACTIONS(4264), - [anon_sym_CR_LF] = ACTIONS(4264), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4264), + [sym_import_declaration] = STATE(1623), + [aux_sym_import_list_repeat1] = STATE(1537), + [ts_builtin_sym_end] = ACTIONS(4264), + [sym_identifier] = ACTIONS(4266), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_import] = ACTIONS(4268), + [anon_sym_DOT] = ACTIONS(4266), [anon_sym_LBRACE] = ACTIONS(4264), - [anon_sym_const] = ACTIONS(4264), + [anon_sym_const] = ACTIONS(4266), [anon_sym_LPAREN] = ACTIONS(4264), - [anon_sym___global] = ACTIONS(4264), - [anon_sym_type] = ACTIONS(4264), - [anon_sym_fn] = ACTIONS(4264), + [anon_sym___global] = ACTIONS(4266), + [anon_sym_type] = ACTIONS(4266), + [anon_sym_fn] = ACTIONS(4266), [anon_sym_PLUS] = ACTIONS(4264), [anon_sym_DASH] = ACTIONS(4264), [anon_sym_STAR] = ACTIONS(4264), - [anon_sym_struct] = ACTIONS(4264), - [anon_sym_union] = ACTIONS(4264), - [anon_sym_pub] = ACTIONS(4264), - [anon_sym_mut] = ACTIONS(4264), - [anon_sym_enum] = ACTIONS(4264), - [anon_sym_interface] = ACTIONS(4264), + [anon_sym_struct] = ACTIONS(4266), + [anon_sym_union] = ACTIONS(4266), + [anon_sym_pub] = ACTIONS(4266), + [anon_sym_mut] = ACTIONS(4266), + [anon_sym_enum] = ACTIONS(4266), + [anon_sym_interface] = ACTIONS(4266), [anon_sym_QMARK] = ACTIONS(4264), [anon_sym_BANG] = ACTIONS(4264), - [anon_sym_go] = ACTIONS(4264), - [anon_sym_spawn] = ACTIONS(4264), + [anon_sym_go] = ACTIONS(4266), + [anon_sym_spawn] = ACTIONS(4266), [anon_sym_json_DOTdecode] = ACTIONS(4264), [anon_sym_LBRACK2] = ACTIONS(4264), [anon_sym_TILDE] = ACTIONS(4264), [anon_sym_CARET] = ACTIONS(4264), [anon_sym_AMP] = ACTIONS(4264), [anon_sym_LT_DASH] = ACTIONS(4264), - [sym_none] = ACTIONS(4264), - [sym_true] = ACTIONS(4264), - [sym_false] = ACTIONS(4264), - [sym_nil] = ACTIONS(4264), - [anon_sym_if] = ACTIONS(4264), - [anon_sym_DOLLARif] = ACTIONS(4264), - [anon_sym_match] = ACTIONS(4264), - [anon_sym_select] = ACTIONS(4264), - [anon_sym_lock] = ACTIONS(4264), - [anon_sym_rlock] = ACTIONS(4264), - [anon_sym_unsafe] = ACTIONS(4264), - [anon_sym_sql] = ACTIONS(4264), - [sym_int_literal] = ACTIONS(4264), + [sym_none] = ACTIONS(4266), + [sym_true] = ACTIONS(4266), + [sym_false] = ACTIONS(4266), + [sym_nil] = ACTIONS(4266), + [anon_sym_if] = ACTIONS(4266), + [anon_sym_DOLLARif] = ACTIONS(4266), + [anon_sym_match] = ACTIONS(4266), + [anon_sym_select] = ACTIONS(4266), + [anon_sym_lock] = ACTIONS(4266), + [anon_sym_rlock] = ACTIONS(4266), + [anon_sym_unsafe] = ACTIONS(4266), + [anon_sym_sql] = ACTIONS(4266), + [sym_int_literal] = ACTIONS(4266), [sym_float_literal] = ACTIONS(4264), [sym_rune_literal] = ACTIONS(4264), - [sym_pseudo_compile_time_identifier] = ACTIONS(4264), - [anon_sym_shared] = ACTIONS(4264), + [sym_pseudo_compile_time_identifier] = ACTIONS(4266), + [anon_sym_shared] = ACTIONS(4266), [anon_sym_map_LBRACK] = ACTIONS(4264), - [anon_sym_chan] = ACTIONS(4264), - [anon_sym_thread] = ACTIONS(4264), - [anon_sym_atomic] = ACTIONS(4264), - [anon_sym_assert] = ACTIONS(4264), - [anon_sym_defer] = ACTIONS(4264), - [anon_sym_goto] = ACTIONS(4264), - [anon_sym_break] = ACTIONS(4264), - [anon_sym_continue] = ACTIONS(4264), - [anon_sym_return] = ACTIONS(4264), - [anon_sym_DOLLARfor] = ACTIONS(4264), - [anon_sym_for] = ACTIONS(4264), + [anon_sym_chan] = ACTIONS(4266), + [anon_sym_thread] = ACTIONS(4266), + [anon_sym_atomic] = ACTIONS(4266), + [anon_sym_assert] = ACTIONS(4266), + [anon_sym_defer] = ACTIONS(4266), + [anon_sym_goto] = ACTIONS(4266), + [anon_sym_break] = ACTIONS(4266), + [anon_sym_continue] = ACTIONS(4266), + [anon_sym_return] = ACTIONS(4266), + [anon_sym_DOLLARfor] = ACTIONS(4266), + [anon_sym_for] = ACTIONS(4266), [anon_sym_POUND] = ACTIONS(4264), - [anon_sym_asm] = ACTIONS(4264), + [anon_sym_asm] = ACTIONS(4266), [anon_sym_AT_LBRACK] = ACTIONS(4264), [sym___double_quote] = ACTIONS(4264), [sym___single_quote] = ACTIONS(4264), @@ -186767,5961 +186825,6036 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [1538] = { [sym_line_comment] = STATE(1538), [sym_block_comment] = STATE(1538), - [ts_builtin_sym_end] = ACTIONS(4266), - [sym_identifier] = ACTIONS(4268), - [anon_sym_LF] = ACTIONS(4268), - [anon_sym_CR] = ACTIONS(4268), - [anon_sym_CR_LF] = ACTIONS(4268), + [ts_builtin_sym_end] = ACTIONS(2817), + [sym_identifier] = ACTIONS(2819), + [anon_sym_LF] = ACTIONS(2819), + [anon_sym_CR] = ACTIONS(2819), + [anon_sym_CR_LF] = ACTIONS(2819), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4268), - [anon_sym_LBRACE] = ACTIONS(4268), - [anon_sym_const] = ACTIONS(4268), - [anon_sym_LPAREN] = ACTIONS(4268), - [anon_sym___global] = ACTIONS(4268), - [anon_sym_type] = ACTIONS(4268), - [anon_sym_fn] = ACTIONS(4268), - [anon_sym_PLUS] = ACTIONS(4268), - [anon_sym_DASH] = ACTIONS(4268), - [anon_sym_STAR] = ACTIONS(4268), - [anon_sym_struct] = ACTIONS(4268), - [anon_sym_union] = ACTIONS(4268), - [anon_sym_pub] = ACTIONS(4268), - [anon_sym_mut] = ACTIONS(4268), - [anon_sym_enum] = ACTIONS(4268), - [anon_sym_interface] = ACTIONS(4268), - [anon_sym_QMARK] = ACTIONS(4268), - [anon_sym_BANG] = ACTIONS(4268), - [anon_sym_go] = ACTIONS(4268), - [anon_sym_spawn] = ACTIONS(4268), - [anon_sym_json_DOTdecode] = ACTIONS(4268), - [anon_sym_LBRACK2] = ACTIONS(4268), - [anon_sym_TILDE] = ACTIONS(4268), - [anon_sym_CARET] = ACTIONS(4268), - [anon_sym_AMP] = ACTIONS(4268), - [anon_sym_LT_DASH] = ACTIONS(4268), - [sym_none] = ACTIONS(4268), - [sym_true] = ACTIONS(4268), - [sym_false] = ACTIONS(4268), - [sym_nil] = ACTIONS(4268), - [anon_sym_if] = ACTIONS(4268), - [anon_sym_DOLLARif] = ACTIONS(4268), - [anon_sym_match] = ACTIONS(4268), - [anon_sym_select] = ACTIONS(4268), - [anon_sym_lock] = ACTIONS(4268), - [anon_sym_rlock] = ACTIONS(4268), - [anon_sym_unsafe] = ACTIONS(4268), - [anon_sym_sql] = ACTIONS(4268), - [sym_int_literal] = ACTIONS(4268), - [sym_float_literal] = ACTIONS(4268), - [sym_rune_literal] = ACTIONS(4268), - [sym_pseudo_compile_time_identifier] = ACTIONS(4268), - [anon_sym_shared] = ACTIONS(4268), - [anon_sym_map_LBRACK] = ACTIONS(4268), - [anon_sym_chan] = ACTIONS(4268), - [anon_sym_thread] = ACTIONS(4268), - [anon_sym_atomic] = ACTIONS(4268), - [anon_sym_assert] = ACTIONS(4268), - [anon_sym_defer] = ACTIONS(4268), - [anon_sym_goto] = ACTIONS(4268), - [anon_sym_break] = ACTIONS(4268), - [anon_sym_continue] = ACTIONS(4268), - [anon_sym_return] = ACTIONS(4268), - [anon_sym_DOLLARfor] = ACTIONS(4268), - [anon_sym_for] = ACTIONS(4268), - [anon_sym_POUND] = ACTIONS(4268), - [anon_sym_asm] = ACTIONS(4268), - [anon_sym_AT_LBRACK] = ACTIONS(4268), - [sym___double_quote] = ACTIONS(4268), - [sym___single_quote] = ACTIONS(4268), - [sym___c_double_quote] = ACTIONS(4268), - [sym___c_single_quote] = ACTIONS(4268), - [sym___r_double_quote] = ACTIONS(4268), - [sym___r_single_quote] = ACTIONS(4268), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_const] = ACTIONS(2819), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym___global] = ACTIONS(2819), + [anon_sym_type] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_union] = ACTIONS(2819), + [anon_sym_pub] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_enum] = ACTIONS(2819), + [anon_sym_interface] = ACTIONS(2819), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2819), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_CARET] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2819), + [sym_rune_literal] = ACTIONS(2819), + [sym_pseudo_compile_time_identifier] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2819), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [anon_sym_assert] = ACTIONS(2819), + [anon_sym_defer] = ACTIONS(2819), + [anon_sym_goto] = ACTIONS(2819), + [anon_sym_break] = ACTIONS(2819), + [anon_sym_continue] = ACTIONS(2819), + [anon_sym_return] = ACTIONS(2819), + [anon_sym_DOLLARfor] = ACTIONS(2819), + [anon_sym_for] = ACTIONS(2819), + [anon_sym_POUND] = ACTIONS(2819), + [anon_sym_asm] = ACTIONS(2819), + [anon_sym_AT_LBRACK] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2819), + [sym___single_quote] = ACTIONS(2819), + [sym___c_double_quote] = ACTIONS(2819), + [sym___c_single_quote] = ACTIONS(2819), + [sym___r_double_quote] = ACTIONS(2819), + [sym___r_single_quote] = ACTIONS(2819), }, [1539] = { [sym_line_comment] = STATE(1539), [sym_block_comment] = STATE(1539), - [ts_builtin_sym_end] = ACTIONS(4270), - [sym_identifier] = ACTIONS(4272), - [anon_sym_LF] = ACTIONS(4272), - [anon_sym_CR] = ACTIONS(4272), - [anon_sym_CR_LF] = ACTIONS(4272), + [ts_builtin_sym_end] = ACTIONS(4271), + [sym_identifier] = ACTIONS(4273), + [anon_sym_LF] = ACTIONS(4273), + [anon_sym_CR] = ACTIONS(4273), + [anon_sym_CR_LF] = ACTIONS(4273), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4272), - [anon_sym_LBRACE] = ACTIONS(4272), - [anon_sym_const] = ACTIONS(4272), - [anon_sym_LPAREN] = ACTIONS(4272), - [anon_sym___global] = ACTIONS(4272), - [anon_sym_type] = ACTIONS(4272), - [anon_sym_fn] = ACTIONS(4272), - [anon_sym_PLUS] = ACTIONS(4272), - [anon_sym_DASH] = ACTIONS(4272), - [anon_sym_STAR] = ACTIONS(4272), - [anon_sym_struct] = ACTIONS(4272), - [anon_sym_union] = ACTIONS(4272), - [anon_sym_pub] = ACTIONS(4272), - [anon_sym_mut] = ACTIONS(4272), - [anon_sym_enum] = ACTIONS(4272), - [anon_sym_interface] = ACTIONS(4272), - [anon_sym_QMARK] = ACTIONS(4272), - [anon_sym_BANG] = ACTIONS(4272), - [anon_sym_go] = ACTIONS(4272), - [anon_sym_spawn] = ACTIONS(4272), - [anon_sym_json_DOTdecode] = ACTIONS(4272), - [anon_sym_LBRACK2] = ACTIONS(4272), - [anon_sym_TILDE] = ACTIONS(4272), - [anon_sym_CARET] = ACTIONS(4272), - [anon_sym_AMP] = ACTIONS(4272), - [anon_sym_LT_DASH] = ACTIONS(4272), - [sym_none] = ACTIONS(4272), - [sym_true] = ACTIONS(4272), - [sym_false] = ACTIONS(4272), - [sym_nil] = ACTIONS(4272), - [anon_sym_if] = ACTIONS(4272), - [anon_sym_DOLLARif] = ACTIONS(4272), - [anon_sym_match] = ACTIONS(4272), - [anon_sym_select] = ACTIONS(4272), - [anon_sym_lock] = ACTIONS(4272), - [anon_sym_rlock] = ACTIONS(4272), - [anon_sym_unsafe] = ACTIONS(4272), - [anon_sym_sql] = ACTIONS(4272), - [sym_int_literal] = ACTIONS(4272), - [sym_float_literal] = ACTIONS(4272), - [sym_rune_literal] = ACTIONS(4272), - [sym_pseudo_compile_time_identifier] = ACTIONS(4272), - [anon_sym_shared] = ACTIONS(4272), - [anon_sym_map_LBRACK] = ACTIONS(4272), - [anon_sym_chan] = ACTIONS(4272), - [anon_sym_thread] = ACTIONS(4272), - [anon_sym_atomic] = ACTIONS(4272), - [anon_sym_assert] = ACTIONS(4272), - [anon_sym_defer] = ACTIONS(4272), - [anon_sym_goto] = ACTIONS(4272), - [anon_sym_break] = ACTIONS(4272), - [anon_sym_continue] = ACTIONS(4272), - [anon_sym_return] = ACTIONS(4272), - [anon_sym_DOLLARfor] = ACTIONS(4272), - [anon_sym_for] = ACTIONS(4272), - [anon_sym_POUND] = ACTIONS(4272), - [anon_sym_asm] = ACTIONS(4272), - [anon_sym_AT_LBRACK] = ACTIONS(4272), - [sym___double_quote] = ACTIONS(4272), - [sym___single_quote] = ACTIONS(4272), - [sym___c_double_quote] = ACTIONS(4272), - [sym___c_single_quote] = ACTIONS(4272), - [sym___r_double_quote] = ACTIONS(4272), - [sym___r_single_quote] = ACTIONS(4272), + [anon_sym_DOT] = ACTIONS(4273), + [anon_sym_LBRACE] = ACTIONS(4273), + [anon_sym_const] = ACTIONS(4273), + [anon_sym_LPAREN] = ACTIONS(4273), + [anon_sym___global] = ACTIONS(4273), + [anon_sym_type] = ACTIONS(4273), + [anon_sym_fn] = ACTIONS(4273), + [anon_sym_PLUS] = ACTIONS(4273), + [anon_sym_DASH] = ACTIONS(4273), + [anon_sym_STAR] = ACTIONS(4273), + [anon_sym_struct] = ACTIONS(4273), + [anon_sym_union] = ACTIONS(4273), + [anon_sym_pub] = ACTIONS(4273), + [anon_sym_mut] = ACTIONS(4273), + [anon_sym_enum] = ACTIONS(4273), + [anon_sym_interface] = ACTIONS(4273), + [anon_sym_QMARK] = ACTIONS(4273), + [anon_sym_BANG] = ACTIONS(4273), + [anon_sym_go] = ACTIONS(4273), + [anon_sym_spawn] = ACTIONS(4273), + [anon_sym_json_DOTdecode] = ACTIONS(4273), + [anon_sym_LBRACK2] = ACTIONS(4273), + [anon_sym_TILDE] = ACTIONS(4273), + [anon_sym_CARET] = ACTIONS(4273), + [anon_sym_AMP] = ACTIONS(4273), + [anon_sym_LT_DASH] = ACTIONS(4273), + [sym_none] = ACTIONS(4273), + [sym_true] = ACTIONS(4273), + [sym_false] = ACTIONS(4273), + [sym_nil] = ACTIONS(4273), + [anon_sym_if] = ACTIONS(4273), + [anon_sym_DOLLARif] = ACTIONS(4273), + [anon_sym_match] = ACTIONS(4273), + [anon_sym_select] = ACTIONS(4273), + [anon_sym_lock] = ACTIONS(4273), + [anon_sym_rlock] = ACTIONS(4273), + [anon_sym_unsafe] = ACTIONS(4273), + [anon_sym_sql] = ACTIONS(4273), + [sym_int_literal] = ACTIONS(4273), + [sym_float_literal] = ACTIONS(4273), + [sym_rune_literal] = ACTIONS(4273), + [sym_pseudo_compile_time_identifier] = ACTIONS(4273), + [anon_sym_shared] = ACTIONS(4273), + [anon_sym_map_LBRACK] = ACTIONS(4273), + [anon_sym_chan] = ACTIONS(4273), + [anon_sym_thread] = ACTIONS(4273), + [anon_sym_atomic] = ACTIONS(4273), + [anon_sym_assert] = ACTIONS(4273), + [anon_sym_defer] = ACTIONS(4273), + [anon_sym_goto] = ACTIONS(4273), + [anon_sym_break] = ACTIONS(4273), + [anon_sym_continue] = ACTIONS(4273), + [anon_sym_return] = ACTIONS(4273), + [anon_sym_DOLLARfor] = ACTIONS(4273), + [anon_sym_for] = ACTIONS(4273), + [anon_sym_POUND] = ACTIONS(4273), + [anon_sym_asm] = ACTIONS(4273), + [anon_sym_AT_LBRACK] = ACTIONS(4273), + [sym___double_quote] = ACTIONS(4273), + [sym___single_quote] = ACTIONS(4273), + [sym___c_double_quote] = ACTIONS(4273), + [sym___c_single_quote] = ACTIONS(4273), + [sym___r_double_quote] = ACTIONS(4273), + [sym___r_single_quote] = ACTIONS(4273), }, [1540] = { [sym_line_comment] = STATE(1540), [sym_block_comment] = STATE(1540), - [ts_builtin_sym_end] = ACTIONS(4274), - [sym_identifier] = ACTIONS(4276), - [anon_sym_LF] = ACTIONS(4276), - [anon_sym_CR] = ACTIONS(4276), - [anon_sym_CR_LF] = ACTIONS(4276), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4276), - [anon_sym_LBRACE] = ACTIONS(4276), - [anon_sym_const] = ACTIONS(4276), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym___global] = ACTIONS(4276), - [anon_sym_type] = ACTIONS(4276), - [anon_sym_fn] = ACTIONS(4276), - [anon_sym_PLUS] = ACTIONS(4276), - [anon_sym_DASH] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(4276), - [anon_sym_struct] = ACTIONS(4276), - [anon_sym_union] = ACTIONS(4276), - [anon_sym_pub] = ACTIONS(4276), - [anon_sym_mut] = ACTIONS(4276), - [anon_sym_enum] = ACTIONS(4276), - [anon_sym_interface] = ACTIONS(4276), - [anon_sym_QMARK] = ACTIONS(4276), - [anon_sym_BANG] = ACTIONS(4276), - [anon_sym_go] = ACTIONS(4276), - [anon_sym_spawn] = ACTIONS(4276), - [anon_sym_json_DOTdecode] = ACTIONS(4276), - [anon_sym_LBRACK2] = ACTIONS(4276), - [anon_sym_TILDE] = ACTIONS(4276), - [anon_sym_CARET] = ACTIONS(4276), - [anon_sym_AMP] = ACTIONS(4276), - [anon_sym_LT_DASH] = ACTIONS(4276), - [sym_none] = ACTIONS(4276), - [sym_true] = ACTIONS(4276), - [sym_false] = ACTIONS(4276), - [sym_nil] = ACTIONS(4276), - [anon_sym_if] = ACTIONS(4276), - [anon_sym_DOLLARif] = ACTIONS(4276), - [anon_sym_match] = ACTIONS(4276), - [anon_sym_select] = ACTIONS(4276), - [anon_sym_lock] = ACTIONS(4276), - [anon_sym_rlock] = ACTIONS(4276), - [anon_sym_unsafe] = ACTIONS(4276), - [anon_sym_sql] = ACTIONS(4276), - [sym_int_literal] = ACTIONS(4276), - [sym_float_literal] = ACTIONS(4276), - [sym_rune_literal] = ACTIONS(4276), - [sym_pseudo_compile_time_identifier] = ACTIONS(4276), - [anon_sym_shared] = ACTIONS(4276), - [anon_sym_map_LBRACK] = ACTIONS(4276), - [anon_sym_chan] = ACTIONS(4276), - [anon_sym_thread] = ACTIONS(4276), - [anon_sym_atomic] = ACTIONS(4276), - [anon_sym_assert] = ACTIONS(4276), - [anon_sym_defer] = ACTIONS(4276), - [anon_sym_goto] = ACTIONS(4276), - [anon_sym_break] = ACTIONS(4276), - [anon_sym_continue] = ACTIONS(4276), - [anon_sym_return] = ACTIONS(4276), - [anon_sym_DOLLARfor] = ACTIONS(4276), - [anon_sym_for] = ACTIONS(4276), - [anon_sym_POUND] = ACTIONS(4276), - [anon_sym_asm] = ACTIONS(4276), - [anon_sym_AT_LBRACK] = ACTIONS(4276), - [sym___double_quote] = ACTIONS(4276), - [sym___single_quote] = ACTIONS(4276), - [sym___c_double_quote] = ACTIONS(4276), - [sym___c_single_quote] = ACTIONS(4276), - [sym___r_double_quote] = ACTIONS(4276), - [sym___r_single_quote] = ACTIONS(4276), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_SEMI] = ACTIONS(595), + [anon_sym_DOT] = ACTIONS(599), + [anon_sym_as] = ACTIONS(599), + [anon_sym_LPAREN] = ACTIONS(3626), + [anon_sym_RPAREN] = ACTIONS(595), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(3628), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(595), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(595), + [anon_sym_BANG_EQ] = ACTIONS(595), + [anon_sym_LT_EQ] = ACTIONS(595), + [anon_sym_GT_EQ] = ACTIONS(595), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_RBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_COLON] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(595), + [anon_sym_DASH_DASH] = ACTIONS(595), + [anon_sym_QMARK] = ACTIONS(515), + [anon_sym_BANG] = ACTIONS(4275), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(595), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_LT] = ACTIONS(595), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(595), + [anon_sym_AMP_CARET] = ACTIONS(595), + [anon_sym_AMP_AMP] = ACTIONS(595), + [anon_sym_PIPE_PIPE] = ACTIONS(595), + [anon_sym_or] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(595), + [anon_sym_POUND_LBRACK] = ACTIONS(595), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(595), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(595), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(595), }, [1541] = { [sym_line_comment] = STATE(1541), [sym_block_comment] = STATE(1541), - [ts_builtin_sym_end] = ACTIONS(4278), - [sym_identifier] = ACTIONS(4280), - [anon_sym_LF] = ACTIONS(4280), - [anon_sym_CR] = ACTIONS(4280), - [anon_sym_CR_LF] = ACTIONS(4280), + [ts_builtin_sym_end] = ACTIONS(4277), + [sym_identifier] = ACTIONS(4279), + [anon_sym_LF] = ACTIONS(4279), + [anon_sym_CR] = ACTIONS(4279), + [anon_sym_CR_LF] = ACTIONS(4279), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4280), - [anon_sym_LBRACE] = ACTIONS(4280), - [anon_sym_const] = ACTIONS(4280), - [anon_sym_LPAREN] = ACTIONS(4280), - [anon_sym___global] = ACTIONS(4280), - [anon_sym_type] = ACTIONS(4280), - [anon_sym_fn] = ACTIONS(4280), - [anon_sym_PLUS] = ACTIONS(4280), - [anon_sym_DASH] = ACTIONS(4280), - [anon_sym_STAR] = ACTIONS(4280), - [anon_sym_struct] = ACTIONS(4280), - [anon_sym_union] = ACTIONS(4280), - [anon_sym_pub] = ACTIONS(4280), - [anon_sym_mut] = ACTIONS(4280), - [anon_sym_enum] = ACTIONS(4280), - [anon_sym_interface] = ACTIONS(4280), - [anon_sym_QMARK] = ACTIONS(4280), - [anon_sym_BANG] = ACTIONS(4280), - [anon_sym_go] = ACTIONS(4280), - [anon_sym_spawn] = ACTIONS(4280), - [anon_sym_json_DOTdecode] = ACTIONS(4280), - [anon_sym_LBRACK2] = ACTIONS(4280), - [anon_sym_TILDE] = ACTIONS(4280), - [anon_sym_CARET] = ACTIONS(4280), - [anon_sym_AMP] = ACTIONS(4280), - [anon_sym_LT_DASH] = ACTIONS(4280), - [sym_none] = ACTIONS(4280), - [sym_true] = ACTIONS(4280), - [sym_false] = ACTIONS(4280), - [sym_nil] = ACTIONS(4280), - [anon_sym_if] = ACTIONS(4280), - [anon_sym_DOLLARif] = ACTIONS(4280), - [anon_sym_match] = ACTIONS(4280), - [anon_sym_select] = ACTIONS(4280), - [anon_sym_lock] = ACTIONS(4280), - [anon_sym_rlock] = ACTIONS(4280), - [anon_sym_unsafe] = ACTIONS(4280), - [anon_sym_sql] = ACTIONS(4280), - [sym_int_literal] = ACTIONS(4280), - [sym_float_literal] = ACTIONS(4280), - [sym_rune_literal] = ACTIONS(4280), - [sym_pseudo_compile_time_identifier] = ACTIONS(4280), - [anon_sym_shared] = ACTIONS(4280), - [anon_sym_map_LBRACK] = ACTIONS(4280), - [anon_sym_chan] = ACTIONS(4280), - [anon_sym_thread] = ACTIONS(4280), - [anon_sym_atomic] = ACTIONS(4280), - [anon_sym_assert] = ACTIONS(4280), - [anon_sym_defer] = ACTIONS(4280), - [anon_sym_goto] = ACTIONS(4280), - [anon_sym_break] = ACTIONS(4280), - [anon_sym_continue] = ACTIONS(4280), - [anon_sym_return] = ACTIONS(4280), - [anon_sym_DOLLARfor] = ACTIONS(4280), - [anon_sym_for] = ACTIONS(4280), - [anon_sym_POUND] = ACTIONS(4280), - [anon_sym_asm] = ACTIONS(4280), - [anon_sym_AT_LBRACK] = ACTIONS(4280), - [sym___double_quote] = ACTIONS(4280), - [sym___single_quote] = ACTIONS(4280), - [sym___c_double_quote] = ACTIONS(4280), - [sym___c_single_quote] = ACTIONS(4280), - [sym___r_double_quote] = ACTIONS(4280), - [sym___r_single_quote] = ACTIONS(4280), + [anon_sym_DOT] = ACTIONS(4279), + [anon_sym_LBRACE] = ACTIONS(4279), + [anon_sym_const] = ACTIONS(4279), + [anon_sym_LPAREN] = ACTIONS(4279), + [anon_sym___global] = ACTIONS(4279), + [anon_sym_type] = ACTIONS(4279), + [anon_sym_fn] = ACTIONS(4279), + [anon_sym_PLUS] = ACTIONS(4279), + [anon_sym_DASH] = ACTIONS(4279), + [anon_sym_STAR] = ACTIONS(4279), + [anon_sym_struct] = ACTIONS(4279), + [anon_sym_union] = ACTIONS(4279), + [anon_sym_pub] = ACTIONS(4279), + [anon_sym_mut] = ACTIONS(4279), + [anon_sym_enum] = ACTIONS(4279), + [anon_sym_interface] = ACTIONS(4279), + [anon_sym_QMARK] = ACTIONS(4279), + [anon_sym_BANG] = ACTIONS(4279), + [anon_sym_go] = ACTIONS(4279), + [anon_sym_spawn] = ACTIONS(4279), + [anon_sym_json_DOTdecode] = ACTIONS(4279), + [anon_sym_LBRACK2] = ACTIONS(4279), + [anon_sym_TILDE] = ACTIONS(4279), + [anon_sym_CARET] = ACTIONS(4279), + [anon_sym_AMP] = ACTIONS(4279), + [anon_sym_LT_DASH] = ACTIONS(4279), + [sym_none] = ACTIONS(4279), + [sym_true] = ACTIONS(4279), + [sym_false] = ACTIONS(4279), + [sym_nil] = ACTIONS(4279), + [anon_sym_if] = ACTIONS(4279), + [anon_sym_DOLLARif] = ACTIONS(4279), + [anon_sym_match] = ACTIONS(4279), + [anon_sym_select] = ACTIONS(4279), + [anon_sym_lock] = ACTIONS(4279), + [anon_sym_rlock] = ACTIONS(4279), + [anon_sym_unsafe] = ACTIONS(4279), + [anon_sym_sql] = ACTIONS(4279), + [sym_int_literal] = ACTIONS(4279), + [sym_float_literal] = ACTIONS(4279), + [sym_rune_literal] = ACTIONS(4279), + [sym_pseudo_compile_time_identifier] = ACTIONS(4279), + [anon_sym_shared] = ACTIONS(4279), + [anon_sym_map_LBRACK] = ACTIONS(4279), + [anon_sym_chan] = ACTIONS(4279), + [anon_sym_thread] = ACTIONS(4279), + [anon_sym_atomic] = ACTIONS(4279), + [anon_sym_assert] = ACTIONS(4279), + [anon_sym_defer] = ACTIONS(4279), + [anon_sym_goto] = ACTIONS(4279), + [anon_sym_break] = ACTIONS(4279), + [anon_sym_continue] = ACTIONS(4279), + [anon_sym_return] = ACTIONS(4279), + [anon_sym_DOLLARfor] = ACTIONS(4279), + [anon_sym_for] = ACTIONS(4279), + [anon_sym_POUND] = ACTIONS(4279), + [anon_sym_asm] = ACTIONS(4279), + [anon_sym_AT_LBRACK] = ACTIONS(4279), + [sym___double_quote] = ACTIONS(4279), + [sym___single_quote] = ACTIONS(4279), + [sym___c_double_quote] = ACTIONS(4279), + [sym___c_single_quote] = ACTIONS(4279), + [sym___r_double_quote] = ACTIONS(4279), + [sym___r_single_quote] = ACTIONS(4279), }, [1542] = { [sym_line_comment] = STATE(1542), [sym_block_comment] = STATE(1542), - [ts_builtin_sym_end] = ACTIONS(4282), - [sym_identifier] = ACTIONS(4284), - [anon_sym_LF] = ACTIONS(4284), - [anon_sym_CR] = ACTIONS(4284), - [anon_sym_CR_LF] = ACTIONS(4284), + [ts_builtin_sym_end] = ACTIONS(4281), + [sym_identifier] = ACTIONS(4283), + [anon_sym_LF] = ACTIONS(4283), + [anon_sym_CR] = ACTIONS(4283), + [anon_sym_CR_LF] = ACTIONS(4283), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_const] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(4284), - [anon_sym___global] = ACTIONS(4284), - [anon_sym_type] = ACTIONS(4284), - [anon_sym_fn] = ACTIONS(4284), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [anon_sym_struct] = ACTIONS(4284), - [anon_sym_union] = ACTIONS(4284), - [anon_sym_pub] = ACTIONS(4284), - [anon_sym_mut] = ACTIONS(4284), - [anon_sym_enum] = ACTIONS(4284), - [anon_sym_interface] = ACTIONS(4284), - [anon_sym_QMARK] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_go] = ACTIONS(4284), - [anon_sym_spawn] = ACTIONS(4284), - [anon_sym_json_DOTdecode] = ACTIONS(4284), - [anon_sym_LBRACK2] = ACTIONS(4284), - [anon_sym_TILDE] = ACTIONS(4284), - [anon_sym_CARET] = ACTIONS(4284), - [anon_sym_AMP] = ACTIONS(4284), - [anon_sym_LT_DASH] = ACTIONS(4284), - [sym_none] = ACTIONS(4284), - [sym_true] = ACTIONS(4284), - [sym_false] = ACTIONS(4284), - [sym_nil] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_DOLLARif] = ACTIONS(4284), - [anon_sym_match] = ACTIONS(4284), - [anon_sym_select] = ACTIONS(4284), - [anon_sym_lock] = ACTIONS(4284), - [anon_sym_rlock] = ACTIONS(4284), - [anon_sym_unsafe] = ACTIONS(4284), - [anon_sym_sql] = ACTIONS(4284), - [sym_int_literal] = ACTIONS(4284), - [sym_float_literal] = ACTIONS(4284), - [sym_rune_literal] = ACTIONS(4284), - [sym_pseudo_compile_time_identifier] = ACTIONS(4284), - [anon_sym_shared] = ACTIONS(4284), - [anon_sym_map_LBRACK] = ACTIONS(4284), - [anon_sym_chan] = ACTIONS(4284), - [anon_sym_thread] = ACTIONS(4284), - [anon_sym_atomic] = ACTIONS(4284), - [anon_sym_assert] = ACTIONS(4284), - [anon_sym_defer] = ACTIONS(4284), - [anon_sym_goto] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_DOLLARfor] = ACTIONS(4284), - [anon_sym_for] = ACTIONS(4284), - [anon_sym_POUND] = ACTIONS(4284), - [anon_sym_asm] = ACTIONS(4284), - [anon_sym_AT_LBRACK] = ACTIONS(4284), - [sym___double_quote] = ACTIONS(4284), - [sym___single_quote] = ACTIONS(4284), - [sym___c_double_quote] = ACTIONS(4284), - [sym___c_single_quote] = ACTIONS(4284), - [sym___r_double_quote] = ACTIONS(4284), - [sym___r_single_quote] = ACTIONS(4284), + [anon_sym_DOT] = ACTIONS(4283), + [anon_sym_LBRACE] = ACTIONS(4283), + [anon_sym_const] = ACTIONS(4283), + [anon_sym_LPAREN] = ACTIONS(4283), + [anon_sym___global] = ACTIONS(4283), + [anon_sym_type] = ACTIONS(4283), + [anon_sym_fn] = ACTIONS(4283), + [anon_sym_PLUS] = ACTIONS(4283), + [anon_sym_DASH] = ACTIONS(4283), + [anon_sym_STAR] = ACTIONS(4283), + [anon_sym_struct] = ACTIONS(4283), + [anon_sym_union] = ACTIONS(4283), + [anon_sym_pub] = ACTIONS(4283), + [anon_sym_mut] = ACTIONS(4283), + [anon_sym_enum] = ACTIONS(4283), + [anon_sym_interface] = ACTIONS(4283), + [anon_sym_QMARK] = ACTIONS(4283), + [anon_sym_BANG] = ACTIONS(4283), + [anon_sym_go] = ACTIONS(4283), + [anon_sym_spawn] = ACTIONS(4283), + [anon_sym_json_DOTdecode] = ACTIONS(4283), + [anon_sym_LBRACK2] = ACTIONS(4283), + [anon_sym_TILDE] = ACTIONS(4283), + [anon_sym_CARET] = ACTIONS(4283), + [anon_sym_AMP] = ACTIONS(4283), + [anon_sym_LT_DASH] = ACTIONS(4283), + [sym_none] = ACTIONS(4283), + [sym_true] = ACTIONS(4283), + [sym_false] = ACTIONS(4283), + [sym_nil] = ACTIONS(4283), + [anon_sym_if] = ACTIONS(4283), + [anon_sym_DOLLARif] = ACTIONS(4283), + [anon_sym_match] = ACTIONS(4283), + [anon_sym_select] = ACTIONS(4283), + [anon_sym_lock] = ACTIONS(4283), + [anon_sym_rlock] = ACTIONS(4283), + [anon_sym_unsafe] = ACTIONS(4283), + [anon_sym_sql] = ACTIONS(4283), + [sym_int_literal] = ACTIONS(4283), + [sym_float_literal] = ACTIONS(4283), + [sym_rune_literal] = ACTIONS(4283), + [sym_pseudo_compile_time_identifier] = ACTIONS(4283), + [anon_sym_shared] = ACTIONS(4283), + [anon_sym_map_LBRACK] = ACTIONS(4283), + [anon_sym_chan] = ACTIONS(4283), + [anon_sym_thread] = ACTIONS(4283), + [anon_sym_atomic] = ACTIONS(4283), + [anon_sym_assert] = ACTIONS(4283), + [anon_sym_defer] = ACTIONS(4283), + [anon_sym_goto] = ACTIONS(4283), + [anon_sym_break] = ACTIONS(4283), + [anon_sym_continue] = ACTIONS(4283), + [anon_sym_return] = ACTIONS(4283), + [anon_sym_DOLLARfor] = ACTIONS(4283), + [anon_sym_for] = ACTIONS(4283), + [anon_sym_POUND] = ACTIONS(4283), + [anon_sym_asm] = ACTIONS(4283), + [anon_sym_AT_LBRACK] = ACTIONS(4283), + [sym___double_quote] = ACTIONS(4283), + [sym___single_quote] = ACTIONS(4283), + [sym___c_double_quote] = ACTIONS(4283), + [sym___c_single_quote] = ACTIONS(4283), + [sym___r_double_quote] = ACTIONS(4283), + [sym___r_single_quote] = ACTIONS(4283), }, [1543] = { [sym_line_comment] = STATE(1543), [sym_block_comment] = STATE(1543), - [ts_builtin_sym_end] = ACTIONS(4286), - [sym_identifier] = ACTIONS(4288), - [anon_sym_LF] = ACTIONS(4288), - [anon_sym_CR] = ACTIONS(4288), - [anon_sym_CR_LF] = ACTIONS(4288), + [ts_builtin_sym_end] = ACTIONS(4285), + [sym_identifier] = ACTIONS(4287), + [anon_sym_LF] = ACTIONS(4287), + [anon_sym_CR] = ACTIONS(4287), + [anon_sym_CR_LF] = ACTIONS(4287), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4288), - [anon_sym_LBRACE] = ACTIONS(4288), - [anon_sym_const] = ACTIONS(4288), - [anon_sym_LPAREN] = ACTIONS(4288), - [anon_sym___global] = ACTIONS(4288), - [anon_sym_type] = ACTIONS(4288), - [anon_sym_fn] = ACTIONS(4288), - [anon_sym_PLUS] = ACTIONS(4288), - [anon_sym_DASH] = ACTIONS(4288), - [anon_sym_STAR] = ACTIONS(4288), - [anon_sym_struct] = ACTIONS(4288), - [anon_sym_union] = ACTIONS(4288), - [anon_sym_pub] = ACTIONS(4288), - [anon_sym_mut] = ACTIONS(4288), - [anon_sym_enum] = ACTIONS(4288), - [anon_sym_interface] = ACTIONS(4288), - [anon_sym_QMARK] = ACTIONS(4288), - [anon_sym_BANG] = ACTIONS(4288), - [anon_sym_go] = ACTIONS(4288), - [anon_sym_spawn] = ACTIONS(4288), - [anon_sym_json_DOTdecode] = ACTIONS(4288), - [anon_sym_LBRACK2] = ACTIONS(4288), - [anon_sym_TILDE] = ACTIONS(4288), - [anon_sym_CARET] = ACTIONS(4288), - [anon_sym_AMP] = ACTIONS(4288), - [anon_sym_LT_DASH] = ACTIONS(4288), - [sym_none] = ACTIONS(4288), - [sym_true] = ACTIONS(4288), - [sym_false] = ACTIONS(4288), - [sym_nil] = ACTIONS(4288), - [anon_sym_if] = ACTIONS(4288), - [anon_sym_DOLLARif] = ACTIONS(4288), - [anon_sym_match] = ACTIONS(4288), - [anon_sym_select] = ACTIONS(4288), - [anon_sym_lock] = ACTIONS(4288), - [anon_sym_rlock] = ACTIONS(4288), - [anon_sym_unsafe] = ACTIONS(4288), - [anon_sym_sql] = ACTIONS(4288), - [sym_int_literal] = ACTIONS(4288), - [sym_float_literal] = ACTIONS(4288), - [sym_rune_literal] = ACTIONS(4288), - [sym_pseudo_compile_time_identifier] = ACTIONS(4288), - [anon_sym_shared] = ACTIONS(4288), - [anon_sym_map_LBRACK] = ACTIONS(4288), - [anon_sym_chan] = ACTIONS(4288), - [anon_sym_thread] = ACTIONS(4288), - [anon_sym_atomic] = ACTIONS(4288), - [anon_sym_assert] = ACTIONS(4288), - [anon_sym_defer] = ACTIONS(4288), - [anon_sym_goto] = ACTIONS(4288), - [anon_sym_break] = ACTIONS(4288), - [anon_sym_continue] = ACTIONS(4288), - [anon_sym_return] = ACTIONS(4288), - [anon_sym_DOLLARfor] = ACTIONS(4288), - [anon_sym_for] = ACTIONS(4288), - [anon_sym_POUND] = ACTIONS(4288), - [anon_sym_asm] = ACTIONS(4288), - [anon_sym_AT_LBRACK] = ACTIONS(4288), - [sym___double_quote] = ACTIONS(4288), - [sym___single_quote] = ACTIONS(4288), - [sym___c_double_quote] = ACTIONS(4288), - [sym___c_single_quote] = ACTIONS(4288), - [sym___r_double_quote] = ACTIONS(4288), - [sym___r_single_quote] = ACTIONS(4288), + [anon_sym_DOT] = ACTIONS(4287), + [anon_sym_LBRACE] = ACTIONS(4287), + [anon_sym_const] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(4287), + [anon_sym___global] = ACTIONS(4287), + [anon_sym_type] = ACTIONS(4287), + [anon_sym_fn] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4287), + [anon_sym_DASH] = ACTIONS(4287), + [anon_sym_STAR] = ACTIONS(4287), + [anon_sym_struct] = ACTIONS(4287), + [anon_sym_union] = ACTIONS(4287), + [anon_sym_pub] = ACTIONS(4287), + [anon_sym_mut] = ACTIONS(4287), + [anon_sym_enum] = ACTIONS(4287), + [anon_sym_interface] = ACTIONS(4287), + [anon_sym_QMARK] = ACTIONS(4287), + [anon_sym_BANG] = ACTIONS(4287), + [anon_sym_go] = ACTIONS(4287), + [anon_sym_spawn] = ACTIONS(4287), + [anon_sym_json_DOTdecode] = ACTIONS(4287), + [anon_sym_LBRACK2] = ACTIONS(4287), + [anon_sym_TILDE] = ACTIONS(4287), + [anon_sym_CARET] = ACTIONS(4287), + [anon_sym_AMP] = ACTIONS(4287), + [anon_sym_LT_DASH] = ACTIONS(4287), + [sym_none] = ACTIONS(4287), + [sym_true] = ACTIONS(4287), + [sym_false] = ACTIONS(4287), + [sym_nil] = ACTIONS(4287), + [anon_sym_if] = ACTIONS(4287), + [anon_sym_DOLLARif] = ACTIONS(4287), + [anon_sym_match] = ACTIONS(4287), + [anon_sym_select] = ACTIONS(4287), + [anon_sym_lock] = ACTIONS(4287), + [anon_sym_rlock] = ACTIONS(4287), + [anon_sym_unsafe] = ACTIONS(4287), + [anon_sym_sql] = ACTIONS(4287), + [sym_int_literal] = ACTIONS(4287), + [sym_float_literal] = ACTIONS(4287), + [sym_rune_literal] = ACTIONS(4287), + [sym_pseudo_compile_time_identifier] = ACTIONS(4287), + [anon_sym_shared] = ACTIONS(4287), + [anon_sym_map_LBRACK] = ACTIONS(4287), + [anon_sym_chan] = ACTIONS(4287), + [anon_sym_thread] = ACTIONS(4287), + [anon_sym_atomic] = ACTIONS(4287), + [anon_sym_assert] = ACTIONS(4287), + [anon_sym_defer] = ACTIONS(4287), + [anon_sym_goto] = ACTIONS(4287), + [anon_sym_break] = ACTIONS(4287), + [anon_sym_continue] = ACTIONS(4287), + [anon_sym_return] = ACTIONS(4287), + [anon_sym_DOLLARfor] = ACTIONS(4287), + [anon_sym_for] = ACTIONS(4287), + [anon_sym_POUND] = ACTIONS(4287), + [anon_sym_asm] = ACTIONS(4287), + [anon_sym_AT_LBRACK] = ACTIONS(4287), + [sym___double_quote] = ACTIONS(4287), + [sym___single_quote] = ACTIONS(4287), + [sym___c_double_quote] = ACTIONS(4287), + [sym___c_single_quote] = ACTIONS(4287), + [sym___r_double_quote] = ACTIONS(4287), + [sym___r_single_quote] = ACTIONS(4287), }, [1544] = { [sym_line_comment] = STATE(1544), [sym_block_comment] = STATE(1544), - [ts_builtin_sym_end] = ACTIONS(4290), - [sym_identifier] = ACTIONS(4292), - [anon_sym_LF] = ACTIONS(4292), - [anon_sym_CR] = ACTIONS(4292), - [anon_sym_CR_LF] = ACTIONS(4292), + [ts_builtin_sym_end] = ACTIONS(4289), + [sym_identifier] = ACTIONS(4291), + [anon_sym_LF] = ACTIONS(4291), + [anon_sym_CR] = ACTIONS(4291), + [anon_sym_CR_LF] = ACTIONS(4291), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4292), - [anon_sym_LBRACE] = ACTIONS(4292), - [anon_sym_const] = ACTIONS(4292), - [anon_sym_LPAREN] = ACTIONS(4292), - [anon_sym___global] = ACTIONS(4292), - [anon_sym_type] = ACTIONS(4292), - [anon_sym_fn] = ACTIONS(4292), - [anon_sym_PLUS] = ACTIONS(4292), - [anon_sym_DASH] = ACTIONS(4292), - [anon_sym_STAR] = ACTIONS(4292), - [anon_sym_struct] = ACTIONS(4292), - [anon_sym_union] = ACTIONS(4292), - [anon_sym_pub] = ACTIONS(4292), - [anon_sym_mut] = ACTIONS(4292), - [anon_sym_enum] = ACTIONS(4292), - [anon_sym_interface] = ACTIONS(4292), - [anon_sym_QMARK] = ACTIONS(4292), - [anon_sym_BANG] = ACTIONS(4292), - [anon_sym_go] = ACTIONS(4292), - [anon_sym_spawn] = ACTIONS(4292), - [anon_sym_json_DOTdecode] = ACTIONS(4292), - [anon_sym_LBRACK2] = ACTIONS(4292), - [anon_sym_TILDE] = ACTIONS(4292), - [anon_sym_CARET] = ACTIONS(4292), - [anon_sym_AMP] = ACTIONS(4292), - [anon_sym_LT_DASH] = ACTIONS(4292), - [sym_none] = ACTIONS(4292), - [sym_true] = ACTIONS(4292), - [sym_false] = ACTIONS(4292), - [sym_nil] = ACTIONS(4292), - [anon_sym_if] = ACTIONS(4292), - [anon_sym_DOLLARif] = ACTIONS(4292), - [anon_sym_match] = ACTIONS(4292), - [anon_sym_select] = ACTIONS(4292), - [anon_sym_lock] = ACTIONS(4292), - [anon_sym_rlock] = ACTIONS(4292), - [anon_sym_unsafe] = ACTIONS(4292), - [anon_sym_sql] = ACTIONS(4292), - [sym_int_literal] = ACTIONS(4292), - [sym_float_literal] = ACTIONS(4292), - [sym_rune_literal] = ACTIONS(4292), - [sym_pseudo_compile_time_identifier] = ACTIONS(4292), - [anon_sym_shared] = ACTIONS(4292), - [anon_sym_map_LBRACK] = ACTIONS(4292), - [anon_sym_chan] = ACTIONS(4292), - [anon_sym_thread] = ACTIONS(4292), - [anon_sym_atomic] = ACTIONS(4292), - [anon_sym_assert] = ACTIONS(4292), - [anon_sym_defer] = ACTIONS(4292), - [anon_sym_goto] = ACTIONS(4292), - [anon_sym_break] = ACTIONS(4292), - [anon_sym_continue] = ACTIONS(4292), - [anon_sym_return] = ACTIONS(4292), - [anon_sym_DOLLARfor] = ACTIONS(4292), - [anon_sym_for] = ACTIONS(4292), - [anon_sym_POUND] = ACTIONS(4292), - [anon_sym_asm] = ACTIONS(4292), - [anon_sym_AT_LBRACK] = ACTIONS(4292), - [sym___double_quote] = ACTIONS(4292), - [sym___single_quote] = ACTIONS(4292), - [sym___c_double_quote] = ACTIONS(4292), - [sym___c_single_quote] = ACTIONS(4292), - [sym___r_double_quote] = ACTIONS(4292), - [sym___r_single_quote] = ACTIONS(4292), + [anon_sym_DOT] = ACTIONS(4291), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_const] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(4291), + [anon_sym___global] = ACTIONS(4291), + [anon_sym_type] = ACTIONS(4291), + [anon_sym_fn] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4291), + [anon_sym_DASH] = ACTIONS(4291), + [anon_sym_STAR] = ACTIONS(4291), + [anon_sym_struct] = ACTIONS(4291), + [anon_sym_union] = ACTIONS(4291), + [anon_sym_pub] = ACTIONS(4291), + [anon_sym_mut] = ACTIONS(4291), + [anon_sym_enum] = ACTIONS(4291), + [anon_sym_interface] = ACTIONS(4291), + [anon_sym_QMARK] = ACTIONS(4291), + [anon_sym_BANG] = ACTIONS(4291), + [anon_sym_go] = ACTIONS(4291), + [anon_sym_spawn] = ACTIONS(4291), + [anon_sym_json_DOTdecode] = ACTIONS(4291), + [anon_sym_LBRACK2] = ACTIONS(4291), + [anon_sym_TILDE] = ACTIONS(4291), + [anon_sym_CARET] = ACTIONS(4291), + [anon_sym_AMP] = ACTIONS(4291), + [anon_sym_LT_DASH] = ACTIONS(4291), + [sym_none] = ACTIONS(4291), + [sym_true] = ACTIONS(4291), + [sym_false] = ACTIONS(4291), + [sym_nil] = ACTIONS(4291), + [anon_sym_if] = ACTIONS(4291), + [anon_sym_DOLLARif] = ACTIONS(4291), + [anon_sym_match] = ACTIONS(4291), + [anon_sym_select] = ACTIONS(4291), + [anon_sym_lock] = ACTIONS(4291), + [anon_sym_rlock] = ACTIONS(4291), + [anon_sym_unsafe] = ACTIONS(4291), + [anon_sym_sql] = ACTIONS(4291), + [sym_int_literal] = ACTIONS(4291), + [sym_float_literal] = ACTIONS(4291), + [sym_rune_literal] = ACTIONS(4291), + [sym_pseudo_compile_time_identifier] = ACTIONS(4291), + [anon_sym_shared] = ACTIONS(4291), + [anon_sym_map_LBRACK] = ACTIONS(4291), + [anon_sym_chan] = ACTIONS(4291), + [anon_sym_thread] = ACTIONS(4291), + [anon_sym_atomic] = ACTIONS(4291), + [anon_sym_assert] = ACTIONS(4291), + [anon_sym_defer] = ACTIONS(4291), + [anon_sym_goto] = ACTIONS(4291), + [anon_sym_break] = ACTIONS(4291), + [anon_sym_continue] = ACTIONS(4291), + [anon_sym_return] = ACTIONS(4291), + [anon_sym_DOLLARfor] = ACTIONS(4291), + [anon_sym_for] = ACTIONS(4291), + [anon_sym_POUND] = ACTIONS(4291), + [anon_sym_asm] = ACTIONS(4291), + [anon_sym_AT_LBRACK] = ACTIONS(4291), + [sym___double_quote] = ACTIONS(4291), + [sym___single_quote] = ACTIONS(4291), + [sym___c_double_quote] = ACTIONS(4291), + [sym___c_single_quote] = ACTIONS(4291), + [sym___r_double_quote] = ACTIONS(4291), + [sym___r_single_quote] = ACTIONS(4291), }, [1545] = { [sym_line_comment] = STATE(1545), [sym_block_comment] = STATE(1545), - [ts_builtin_sym_end] = ACTIONS(4294), - [sym_identifier] = ACTIONS(4296), - [anon_sym_LF] = ACTIONS(4296), - [anon_sym_CR] = ACTIONS(4296), - [anon_sym_CR_LF] = ACTIONS(4296), + [ts_builtin_sym_end] = ACTIONS(4293), + [sym_identifier] = ACTIONS(4295), + [anon_sym_LF] = ACTIONS(4295), + [anon_sym_CR] = ACTIONS(4295), + [anon_sym_CR_LF] = ACTIONS(4295), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4296), - [anon_sym_LBRACE] = ACTIONS(4296), - [anon_sym_const] = ACTIONS(4296), - [anon_sym_LPAREN] = ACTIONS(4296), - [anon_sym___global] = ACTIONS(4296), - [anon_sym_type] = ACTIONS(4296), - [anon_sym_fn] = ACTIONS(4296), - [anon_sym_PLUS] = ACTIONS(4296), - [anon_sym_DASH] = ACTIONS(4296), - [anon_sym_STAR] = ACTIONS(4296), - [anon_sym_struct] = ACTIONS(4296), - [anon_sym_union] = ACTIONS(4296), - [anon_sym_pub] = ACTIONS(4296), - [anon_sym_mut] = ACTIONS(4296), - [anon_sym_enum] = ACTIONS(4296), - [anon_sym_interface] = ACTIONS(4296), - [anon_sym_QMARK] = ACTIONS(4296), - [anon_sym_BANG] = ACTIONS(4296), - [anon_sym_go] = ACTIONS(4296), - [anon_sym_spawn] = ACTIONS(4296), - [anon_sym_json_DOTdecode] = ACTIONS(4296), - [anon_sym_LBRACK2] = ACTIONS(4296), - [anon_sym_TILDE] = ACTIONS(4296), - [anon_sym_CARET] = ACTIONS(4296), - [anon_sym_AMP] = ACTIONS(4296), - [anon_sym_LT_DASH] = ACTIONS(4296), - [sym_none] = ACTIONS(4296), - [sym_true] = ACTIONS(4296), - [sym_false] = ACTIONS(4296), - [sym_nil] = ACTIONS(4296), - [anon_sym_if] = ACTIONS(4296), - [anon_sym_DOLLARif] = ACTIONS(4296), - [anon_sym_match] = ACTIONS(4296), - [anon_sym_select] = ACTIONS(4296), - [anon_sym_lock] = ACTIONS(4296), - [anon_sym_rlock] = ACTIONS(4296), - [anon_sym_unsafe] = ACTIONS(4296), - [anon_sym_sql] = ACTIONS(4296), - [sym_int_literal] = ACTIONS(4296), - [sym_float_literal] = ACTIONS(4296), - [sym_rune_literal] = ACTIONS(4296), - [sym_pseudo_compile_time_identifier] = ACTIONS(4296), - [anon_sym_shared] = ACTIONS(4296), - [anon_sym_map_LBRACK] = ACTIONS(4296), - [anon_sym_chan] = ACTIONS(4296), - [anon_sym_thread] = ACTIONS(4296), - [anon_sym_atomic] = ACTIONS(4296), - [anon_sym_assert] = ACTIONS(4296), - [anon_sym_defer] = ACTIONS(4296), - [anon_sym_goto] = ACTIONS(4296), - [anon_sym_break] = ACTIONS(4296), - [anon_sym_continue] = ACTIONS(4296), - [anon_sym_return] = ACTIONS(4296), - [anon_sym_DOLLARfor] = ACTIONS(4296), - [anon_sym_for] = ACTIONS(4296), - [anon_sym_POUND] = ACTIONS(4296), - [anon_sym_asm] = ACTIONS(4296), - [anon_sym_AT_LBRACK] = ACTIONS(4296), - [sym___double_quote] = ACTIONS(4296), - [sym___single_quote] = ACTIONS(4296), - [sym___c_double_quote] = ACTIONS(4296), - [sym___c_single_quote] = ACTIONS(4296), - [sym___r_double_quote] = ACTIONS(4296), - [sym___r_single_quote] = ACTIONS(4296), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_LBRACE] = ACTIONS(4295), + [anon_sym_const] = ACTIONS(4295), + [anon_sym_LPAREN] = ACTIONS(4295), + [anon_sym___global] = ACTIONS(4295), + [anon_sym_type] = ACTIONS(4295), + [anon_sym_fn] = ACTIONS(4295), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [anon_sym_struct] = ACTIONS(4295), + [anon_sym_union] = ACTIONS(4295), + [anon_sym_pub] = ACTIONS(4295), + [anon_sym_mut] = ACTIONS(4295), + [anon_sym_enum] = ACTIONS(4295), + [anon_sym_interface] = ACTIONS(4295), + [anon_sym_QMARK] = ACTIONS(4295), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_go] = ACTIONS(4295), + [anon_sym_spawn] = ACTIONS(4295), + [anon_sym_json_DOTdecode] = ACTIONS(4295), + [anon_sym_LBRACK2] = ACTIONS(4295), + [anon_sym_TILDE] = ACTIONS(4295), + [anon_sym_CARET] = ACTIONS(4295), + [anon_sym_AMP] = ACTIONS(4295), + [anon_sym_LT_DASH] = ACTIONS(4295), + [sym_none] = ACTIONS(4295), + [sym_true] = ACTIONS(4295), + [sym_false] = ACTIONS(4295), + [sym_nil] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_DOLLARif] = ACTIONS(4295), + [anon_sym_match] = ACTIONS(4295), + [anon_sym_select] = ACTIONS(4295), + [anon_sym_lock] = ACTIONS(4295), + [anon_sym_rlock] = ACTIONS(4295), + [anon_sym_unsafe] = ACTIONS(4295), + [anon_sym_sql] = ACTIONS(4295), + [sym_int_literal] = ACTIONS(4295), + [sym_float_literal] = ACTIONS(4295), + [sym_rune_literal] = ACTIONS(4295), + [sym_pseudo_compile_time_identifier] = ACTIONS(4295), + [anon_sym_shared] = ACTIONS(4295), + [anon_sym_map_LBRACK] = ACTIONS(4295), + [anon_sym_chan] = ACTIONS(4295), + [anon_sym_thread] = ACTIONS(4295), + [anon_sym_atomic] = ACTIONS(4295), + [anon_sym_assert] = ACTIONS(4295), + [anon_sym_defer] = ACTIONS(4295), + [anon_sym_goto] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_DOLLARfor] = ACTIONS(4295), + [anon_sym_for] = ACTIONS(4295), + [anon_sym_POUND] = ACTIONS(4295), + [anon_sym_asm] = ACTIONS(4295), + [anon_sym_AT_LBRACK] = ACTIONS(4295), + [sym___double_quote] = ACTIONS(4295), + [sym___single_quote] = ACTIONS(4295), + [sym___c_double_quote] = ACTIONS(4295), + [sym___c_single_quote] = ACTIONS(4295), + [sym___r_double_quote] = ACTIONS(4295), + [sym___r_single_quote] = ACTIONS(4295), }, [1546] = { [sym_line_comment] = STATE(1546), [sym_block_comment] = STATE(1546), - [ts_builtin_sym_end] = ACTIONS(4298), - [sym_identifier] = ACTIONS(4300), - [anon_sym_LF] = ACTIONS(4300), - [anon_sym_CR] = ACTIONS(4300), - [anon_sym_CR_LF] = ACTIONS(4300), + [ts_builtin_sym_end] = ACTIONS(4297), + [sym_identifier] = ACTIONS(4299), + [anon_sym_LF] = ACTIONS(4299), + [anon_sym_CR] = ACTIONS(4299), + [anon_sym_CR_LF] = ACTIONS(4299), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_LBRACE] = ACTIONS(4300), - [anon_sym_const] = ACTIONS(4300), - [anon_sym_LPAREN] = ACTIONS(4300), - [anon_sym___global] = ACTIONS(4300), - [anon_sym_type] = ACTIONS(4300), - [anon_sym_fn] = ACTIONS(4300), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [anon_sym_struct] = ACTIONS(4300), - [anon_sym_union] = ACTIONS(4300), - [anon_sym_pub] = ACTIONS(4300), - [anon_sym_mut] = ACTIONS(4300), - [anon_sym_enum] = ACTIONS(4300), - [anon_sym_interface] = ACTIONS(4300), - [anon_sym_QMARK] = ACTIONS(4300), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_go] = ACTIONS(4300), - [anon_sym_spawn] = ACTIONS(4300), - [anon_sym_json_DOTdecode] = ACTIONS(4300), - [anon_sym_LBRACK2] = ACTIONS(4300), - [anon_sym_TILDE] = ACTIONS(4300), - [anon_sym_CARET] = ACTIONS(4300), - [anon_sym_AMP] = ACTIONS(4300), - [anon_sym_LT_DASH] = ACTIONS(4300), - [sym_none] = ACTIONS(4300), - [sym_true] = ACTIONS(4300), - [sym_false] = ACTIONS(4300), - [sym_nil] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_DOLLARif] = ACTIONS(4300), - [anon_sym_match] = ACTIONS(4300), - [anon_sym_select] = ACTIONS(4300), - [anon_sym_lock] = ACTIONS(4300), - [anon_sym_rlock] = ACTIONS(4300), - [anon_sym_unsafe] = ACTIONS(4300), - [anon_sym_sql] = ACTIONS(4300), - [sym_int_literal] = ACTIONS(4300), - [sym_float_literal] = ACTIONS(4300), - [sym_rune_literal] = ACTIONS(4300), - [sym_pseudo_compile_time_identifier] = ACTIONS(4300), - [anon_sym_shared] = ACTIONS(4300), - [anon_sym_map_LBRACK] = ACTIONS(4300), - [anon_sym_chan] = ACTIONS(4300), - [anon_sym_thread] = ACTIONS(4300), - [anon_sym_atomic] = ACTIONS(4300), - [anon_sym_assert] = ACTIONS(4300), - [anon_sym_defer] = ACTIONS(4300), - [anon_sym_goto] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_DOLLARfor] = ACTIONS(4300), - [anon_sym_for] = ACTIONS(4300), - [anon_sym_POUND] = ACTIONS(4300), - [anon_sym_asm] = ACTIONS(4300), - [anon_sym_AT_LBRACK] = ACTIONS(4300), - [sym___double_quote] = ACTIONS(4300), - [sym___single_quote] = ACTIONS(4300), - [sym___c_double_quote] = ACTIONS(4300), - [sym___c_single_quote] = ACTIONS(4300), - [sym___r_double_quote] = ACTIONS(4300), - [sym___r_single_quote] = ACTIONS(4300), + [anon_sym_DOT] = ACTIONS(4299), + [anon_sym_LBRACE] = ACTIONS(4299), + [anon_sym_const] = ACTIONS(4299), + [anon_sym_LPAREN] = ACTIONS(4299), + [anon_sym___global] = ACTIONS(4299), + [anon_sym_type] = ACTIONS(4299), + [anon_sym_fn] = ACTIONS(4299), + [anon_sym_PLUS] = ACTIONS(4299), + [anon_sym_DASH] = ACTIONS(4299), + [anon_sym_STAR] = ACTIONS(4299), + [anon_sym_struct] = ACTIONS(4299), + [anon_sym_union] = ACTIONS(4299), + [anon_sym_pub] = ACTIONS(4299), + [anon_sym_mut] = ACTIONS(4299), + [anon_sym_enum] = ACTIONS(4299), + [anon_sym_interface] = ACTIONS(4299), + [anon_sym_QMARK] = ACTIONS(4299), + [anon_sym_BANG] = ACTIONS(4299), + [anon_sym_go] = ACTIONS(4299), + [anon_sym_spawn] = ACTIONS(4299), + [anon_sym_json_DOTdecode] = ACTIONS(4299), + [anon_sym_LBRACK2] = ACTIONS(4299), + [anon_sym_TILDE] = ACTIONS(4299), + [anon_sym_CARET] = ACTIONS(4299), + [anon_sym_AMP] = ACTIONS(4299), + [anon_sym_LT_DASH] = ACTIONS(4299), + [sym_none] = ACTIONS(4299), + [sym_true] = ACTIONS(4299), + [sym_false] = ACTIONS(4299), + [sym_nil] = ACTIONS(4299), + [anon_sym_if] = ACTIONS(4299), + [anon_sym_DOLLARif] = ACTIONS(4299), + [anon_sym_match] = ACTIONS(4299), + [anon_sym_select] = ACTIONS(4299), + [anon_sym_lock] = ACTIONS(4299), + [anon_sym_rlock] = ACTIONS(4299), + [anon_sym_unsafe] = ACTIONS(4299), + [anon_sym_sql] = ACTIONS(4299), + [sym_int_literal] = ACTIONS(4299), + [sym_float_literal] = ACTIONS(4299), + [sym_rune_literal] = ACTIONS(4299), + [sym_pseudo_compile_time_identifier] = ACTIONS(4299), + [anon_sym_shared] = ACTIONS(4299), + [anon_sym_map_LBRACK] = ACTIONS(4299), + [anon_sym_chan] = ACTIONS(4299), + [anon_sym_thread] = ACTIONS(4299), + [anon_sym_atomic] = ACTIONS(4299), + [anon_sym_assert] = ACTIONS(4299), + [anon_sym_defer] = ACTIONS(4299), + [anon_sym_goto] = ACTIONS(4299), + [anon_sym_break] = ACTIONS(4299), + [anon_sym_continue] = ACTIONS(4299), + [anon_sym_return] = ACTIONS(4299), + [anon_sym_DOLLARfor] = ACTIONS(4299), + [anon_sym_for] = ACTIONS(4299), + [anon_sym_POUND] = ACTIONS(4299), + [anon_sym_asm] = ACTIONS(4299), + [anon_sym_AT_LBRACK] = ACTIONS(4299), + [sym___double_quote] = ACTIONS(4299), + [sym___single_quote] = ACTIONS(4299), + [sym___c_double_quote] = ACTIONS(4299), + [sym___c_single_quote] = ACTIONS(4299), + [sym___r_double_quote] = ACTIONS(4299), + [sym___r_single_quote] = ACTIONS(4299), }, [1547] = { [sym_line_comment] = STATE(1547), [sym_block_comment] = STATE(1547), - [ts_builtin_sym_end] = ACTIONS(4302), - [sym_identifier] = ACTIONS(4304), - [anon_sym_LF] = ACTIONS(4304), - [anon_sym_CR] = ACTIONS(4304), - [anon_sym_CR_LF] = ACTIONS(4304), + [ts_builtin_sym_end] = ACTIONS(4301), + [sym_identifier] = ACTIONS(4303), + [anon_sym_LF] = ACTIONS(4303), + [anon_sym_CR] = ACTIONS(4303), + [anon_sym_CR_LF] = ACTIONS(4303), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4304), - [anon_sym_LBRACE] = ACTIONS(4304), - [anon_sym_const] = ACTIONS(4304), - [anon_sym_LPAREN] = ACTIONS(4304), - [anon_sym___global] = ACTIONS(4304), - [anon_sym_type] = ACTIONS(4304), - [anon_sym_fn] = ACTIONS(4304), - [anon_sym_PLUS] = ACTIONS(4304), - [anon_sym_DASH] = ACTIONS(4304), - [anon_sym_STAR] = ACTIONS(4304), - [anon_sym_struct] = ACTIONS(4304), - [anon_sym_union] = ACTIONS(4304), - [anon_sym_pub] = ACTIONS(4304), - [anon_sym_mut] = ACTIONS(4304), - [anon_sym_enum] = ACTIONS(4304), - [anon_sym_interface] = ACTIONS(4304), - [anon_sym_QMARK] = ACTIONS(4304), - [anon_sym_BANG] = ACTIONS(4304), - [anon_sym_go] = ACTIONS(4304), - [anon_sym_spawn] = ACTIONS(4304), - [anon_sym_json_DOTdecode] = ACTIONS(4304), - [anon_sym_LBRACK2] = ACTIONS(4304), - [anon_sym_TILDE] = ACTIONS(4304), - [anon_sym_CARET] = ACTIONS(4304), - [anon_sym_AMP] = ACTIONS(4304), - [anon_sym_LT_DASH] = ACTIONS(4304), - [sym_none] = ACTIONS(4304), - [sym_true] = ACTIONS(4304), - [sym_false] = ACTIONS(4304), - [sym_nil] = ACTIONS(4304), - [anon_sym_if] = ACTIONS(4304), - [anon_sym_DOLLARif] = ACTIONS(4304), - [anon_sym_match] = ACTIONS(4304), - [anon_sym_select] = ACTIONS(4304), - [anon_sym_lock] = ACTIONS(4304), - [anon_sym_rlock] = ACTIONS(4304), - [anon_sym_unsafe] = ACTIONS(4304), - [anon_sym_sql] = ACTIONS(4304), - [sym_int_literal] = ACTIONS(4304), - [sym_float_literal] = ACTIONS(4304), - [sym_rune_literal] = ACTIONS(4304), - [sym_pseudo_compile_time_identifier] = ACTIONS(4304), - [anon_sym_shared] = ACTIONS(4304), - [anon_sym_map_LBRACK] = ACTIONS(4304), - [anon_sym_chan] = ACTIONS(4304), - [anon_sym_thread] = ACTIONS(4304), - [anon_sym_atomic] = ACTIONS(4304), - [anon_sym_assert] = ACTIONS(4304), - [anon_sym_defer] = ACTIONS(4304), - [anon_sym_goto] = ACTIONS(4304), - [anon_sym_break] = ACTIONS(4304), - [anon_sym_continue] = ACTIONS(4304), - [anon_sym_return] = ACTIONS(4304), - [anon_sym_DOLLARfor] = ACTIONS(4304), - [anon_sym_for] = ACTIONS(4304), - [anon_sym_POUND] = ACTIONS(4304), - [anon_sym_asm] = ACTIONS(4304), - [anon_sym_AT_LBRACK] = ACTIONS(4304), - [sym___double_quote] = ACTIONS(4304), - [sym___single_quote] = ACTIONS(4304), - [sym___c_double_quote] = ACTIONS(4304), - [sym___c_single_quote] = ACTIONS(4304), - [sym___r_double_quote] = ACTIONS(4304), - [sym___r_single_quote] = ACTIONS(4304), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4303), + [anon_sym_const] = ACTIONS(4303), + [anon_sym_LPAREN] = ACTIONS(4303), + [anon_sym___global] = ACTIONS(4303), + [anon_sym_type] = ACTIONS(4303), + [anon_sym_fn] = ACTIONS(4303), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [anon_sym_struct] = ACTIONS(4303), + [anon_sym_union] = ACTIONS(4303), + [anon_sym_pub] = ACTIONS(4303), + [anon_sym_mut] = ACTIONS(4303), + [anon_sym_enum] = ACTIONS(4303), + [anon_sym_interface] = ACTIONS(4303), + [anon_sym_QMARK] = ACTIONS(4303), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_go] = ACTIONS(4303), + [anon_sym_spawn] = ACTIONS(4303), + [anon_sym_json_DOTdecode] = ACTIONS(4303), + [anon_sym_LBRACK2] = ACTIONS(4303), + [anon_sym_TILDE] = ACTIONS(4303), + [anon_sym_CARET] = ACTIONS(4303), + [anon_sym_AMP] = ACTIONS(4303), + [anon_sym_LT_DASH] = ACTIONS(4303), + [sym_none] = ACTIONS(4303), + [sym_true] = ACTIONS(4303), + [sym_false] = ACTIONS(4303), + [sym_nil] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_DOLLARif] = ACTIONS(4303), + [anon_sym_match] = ACTIONS(4303), + [anon_sym_select] = ACTIONS(4303), + [anon_sym_lock] = ACTIONS(4303), + [anon_sym_rlock] = ACTIONS(4303), + [anon_sym_unsafe] = ACTIONS(4303), + [anon_sym_sql] = ACTIONS(4303), + [sym_int_literal] = ACTIONS(4303), + [sym_float_literal] = ACTIONS(4303), + [sym_rune_literal] = ACTIONS(4303), + [sym_pseudo_compile_time_identifier] = ACTIONS(4303), + [anon_sym_shared] = ACTIONS(4303), + [anon_sym_map_LBRACK] = ACTIONS(4303), + [anon_sym_chan] = ACTIONS(4303), + [anon_sym_thread] = ACTIONS(4303), + [anon_sym_atomic] = ACTIONS(4303), + [anon_sym_assert] = ACTIONS(4303), + [anon_sym_defer] = ACTIONS(4303), + [anon_sym_goto] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_DOLLARfor] = ACTIONS(4303), + [anon_sym_for] = ACTIONS(4303), + [anon_sym_POUND] = ACTIONS(4303), + [anon_sym_asm] = ACTIONS(4303), + [anon_sym_AT_LBRACK] = ACTIONS(4303), + [sym___double_quote] = ACTIONS(4303), + [sym___single_quote] = ACTIONS(4303), + [sym___c_double_quote] = ACTIONS(4303), + [sym___c_single_quote] = ACTIONS(4303), + [sym___r_double_quote] = ACTIONS(4303), + [sym___r_single_quote] = ACTIONS(4303), }, [1548] = { [sym_line_comment] = STATE(1548), [sym_block_comment] = STATE(1548), - [ts_builtin_sym_end] = ACTIONS(4306), - [sym_identifier] = ACTIONS(4308), - [anon_sym_LF] = ACTIONS(4308), - [anon_sym_CR] = ACTIONS(4308), - [anon_sym_CR_LF] = ACTIONS(4308), + [ts_builtin_sym_end] = ACTIONS(4305), + [sym_identifier] = ACTIONS(4307), + [anon_sym_LF] = ACTIONS(4307), + [anon_sym_CR] = ACTIONS(4307), + [anon_sym_CR_LF] = ACTIONS(4307), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4308), - [anon_sym_LBRACE] = ACTIONS(4308), - [anon_sym_const] = ACTIONS(4308), - [anon_sym_LPAREN] = ACTIONS(4308), - [anon_sym___global] = ACTIONS(4308), - [anon_sym_type] = ACTIONS(4308), - [anon_sym_fn] = ACTIONS(4308), - [anon_sym_PLUS] = ACTIONS(4308), - [anon_sym_DASH] = ACTIONS(4308), - [anon_sym_STAR] = ACTIONS(4308), - [anon_sym_struct] = ACTIONS(4308), - [anon_sym_union] = ACTIONS(4308), - [anon_sym_pub] = ACTIONS(4308), - [anon_sym_mut] = ACTIONS(4308), - [anon_sym_enum] = ACTIONS(4308), - [anon_sym_interface] = ACTIONS(4308), - [anon_sym_QMARK] = ACTIONS(4308), - [anon_sym_BANG] = ACTIONS(4308), - [anon_sym_go] = ACTIONS(4308), - [anon_sym_spawn] = ACTIONS(4308), - [anon_sym_json_DOTdecode] = ACTIONS(4308), - [anon_sym_LBRACK2] = ACTIONS(4308), - [anon_sym_TILDE] = ACTIONS(4308), - [anon_sym_CARET] = ACTIONS(4308), - [anon_sym_AMP] = ACTIONS(4308), - [anon_sym_LT_DASH] = ACTIONS(4308), - [sym_none] = ACTIONS(4308), - [sym_true] = ACTIONS(4308), - [sym_false] = ACTIONS(4308), - [sym_nil] = ACTIONS(4308), - [anon_sym_if] = ACTIONS(4308), - [anon_sym_DOLLARif] = ACTIONS(4308), - [anon_sym_match] = ACTIONS(4308), - [anon_sym_select] = ACTIONS(4308), - [anon_sym_lock] = ACTIONS(4308), - [anon_sym_rlock] = ACTIONS(4308), - [anon_sym_unsafe] = ACTIONS(4308), - [anon_sym_sql] = ACTIONS(4308), - [sym_int_literal] = ACTIONS(4308), - [sym_float_literal] = ACTIONS(4308), - [sym_rune_literal] = ACTIONS(4308), - [sym_pseudo_compile_time_identifier] = ACTIONS(4308), - [anon_sym_shared] = ACTIONS(4308), - [anon_sym_map_LBRACK] = ACTIONS(4308), - [anon_sym_chan] = ACTIONS(4308), - [anon_sym_thread] = ACTIONS(4308), - [anon_sym_atomic] = ACTIONS(4308), - [anon_sym_assert] = ACTIONS(4308), - [anon_sym_defer] = ACTIONS(4308), - [anon_sym_goto] = ACTIONS(4308), - [anon_sym_break] = ACTIONS(4308), - [anon_sym_continue] = ACTIONS(4308), - [anon_sym_return] = ACTIONS(4308), - [anon_sym_DOLLARfor] = ACTIONS(4308), - [anon_sym_for] = ACTIONS(4308), - [anon_sym_POUND] = ACTIONS(4308), - [anon_sym_asm] = ACTIONS(4308), - [anon_sym_AT_LBRACK] = ACTIONS(4308), - [sym___double_quote] = ACTIONS(4308), - [sym___single_quote] = ACTIONS(4308), - [sym___c_double_quote] = ACTIONS(4308), - [sym___c_single_quote] = ACTIONS(4308), - [sym___r_double_quote] = ACTIONS(4308), - [sym___r_single_quote] = ACTIONS(4308), + [anon_sym_DOT] = ACTIONS(4307), + [anon_sym_LBRACE] = ACTIONS(4307), + [anon_sym_const] = ACTIONS(4307), + [anon_sym_LPAREN] = ACTIONS(4307), + [anon_sym___global] = ACTIONS(4307), + [anon_sym_type] = ACTIONS(4307), + [anon_sym_fn] = ACTIONS(4307), + [anon_sym_PLUS] = ACTIONS(4307), + [anon_sym_DASH] = ACTIONS(4307), + [anon_sym_STAR] = ACTIONS(4307), + [anon_sym_struct] = ACTIONS(4307), + [anon_sym_union] = ACTIONS(4307), + [anon_sym_pub] = ACTIONS(4307), + [anon_sym_mut] = ACTIONS(4307), + [anon_sym_enum] = ACTIONS(4307), + [anon_sym_interface] = ACTIONS(4307), + [anon_sym_QMARK] = ACTIONS(4307), + [anon_sym_BANG] = ACTIONS(4307), + [anon_sym_go] = ACTIONS(4307), + [anon_sym_spawn] = ACTIONS(4307), + [anon_sym_json_DOTdecode] = ACTIONS(4307), + [anon_sym_LBRACK2] = ACTIONS(4307), + [anon_sym_TILDE] = ACTIONS(4307), + [anon_sym_CARET] = ACTIONS(4307), + [anon_sym_AMP] = ACTIONS(4307), + [anon_sym_LT_DASH] = ACTIONS(4307), + [sym_none] = ACTIONS(4307), + [sym_true] = ACTIONS(4307), + [sym_false] = ACTIONS(4307), + [sym_nil] = ACTIONS(4307), + [anon_sym_if] = ACTIONS(4307), + [anon_sym_DOLLARif] = ACTIONS(4307), + [anon_sym_match] = ACTIONS(4307), + [anon_sym_select] = ACTIONS(4307), + [anon_sym_lock] = ACTIONS(4307), + [anon_sym_rlock] = ACTIONS(4307), + [anon_sym_unsafe] = ACTIONS(4307), + [anon_sym_sql] = ACTIONS(4307), + [sym_int_literal] = ACTIONS(4307), + [sym_float_literal] = ACTIONS(4307), + [sym_rune_literal] = ACTIONS(4307), + [sym_pseudo_compile_time_identifier] = ACTIONS(4307), + [anon_sym_shared] = ACTIONS(4307), + [anon_sym_map_LBRACK] = ACTIONS(4307), + [anon_sym_chan] = ACTIONS(4307), + [anon_sym_thread] = ACTIONS(4307), + [anon_sym_atomic] = ACTIONS(4307), + [anon_sym_assert] = ACTIONS(4307), + [anon_sym_defer] = ACTIONS(4307), + [anon_sym_goto] = ACTIONS(4307), + [anon_sym_break] = ACTIONS(4307), + [anon_sym_continue] = ACTIONS(4307), + [anon_sym_return] = ACTIONS(4307), + [anon_sym_DOLLARfor] = ACTIONS(4307), + [anon_sym_for] = ACTIONS(4307), + [anon_sym_POUND] = ACTIONS(4307), + [anon_sym_asm] = ACTIONS(4307), + [anon_sym_AT_LBRACK] = ACTIONS(4307), + [sym___double_quote] = ACTIONS(4307), + [sym___single_quote] = ACTIONS(4307), + [sym___c_double_quote] = ACTIONS(4307), + [sym___c_single_quote] = ACTIONS(4307), + [sym___r_double_quote] = ACTIONS(4307), + [sym___r_single_quote] = ACTIONS(4307), }, [1549] = { [sym_line_comment] = STATE(1549), [sym_block_comment] = STATE(1549), - [ts_builtin_sym_end] = ACTIONS(4310), - [sym_identifier] = ACTIONS(4312), - [anon_sym_LF] = ACTIONS(4312), - [anon_sym_CR] = ACTIONS(4312), - [anon_sym_CR_LF] = ACTIONS(4312), + [ts_builtin_sym_end] = ACTIONS(4309), + [sym_identifier] = ACTIONS(4311), + [anon_sym_LF] = ACTIONS(4311), + [anon_sym_CR] = ACTIONS(4311), + [anon_sym_CR_LF] = ACTIONS(4311), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4312), - [anon_sym_LBRACE] = ACTIONS(4312), - [anon_sym_const] = ACTIONS(4312), - [anon_sym_LPAREN] = ACTIONS(4312), - [anon_sym___global] = ACTIONS(4312), - [anon_sym_type] = ACTIONS(4312), - [anon_sym_fn] = ACTIONS(4312), - [anon_sym_PLUS] = ACTIONS(4312), - [anon_sym_DASH] = ACTIONS(4312), - [anon_sym_STAR] = ACTIONS(4312), - [anon_sym_struct] = ACTIONS(4312), - [anon_sym_union] = ACTIONS(4312), - [anon_sym_pub] = ACTIONS(4312), - [anon_sym_mut] = ACTIONS(4312), - [anon_sym_enum] = ACTIONS(4312), - [anon_sym_interface] = ACTIONS(4312), - [anon_sym_QMARK] = ACTIONS(4312), - [anon_sym_BANG] = ACTIONS(4312), - [anon_sym_go] = ACTIONS(4312), - [anon_sym_spawn] = ACTIONS(4312), - [anon_sym_json_DOTdecode] = ACTIONS(4312), - [anon_sym_LBRACK2] = ACTIONS(4312), - [anon_sym_TILDE] = ACTIONS(4312), - [anon_sym_CARET] = ACTIONS(4312), - [anon_sym_AMP] = ACTIONS(4312), - [anon_sym_LT_DASH] = ACTIONS(4312), - [sym_none] = ACTIONS(4312), - [sym_true] = ACTIONS(4312), - [sym_false] = ACTIONS(4312), - [sym_nil] = ACTIONS(4312), - [anon_sym_if] = ACTIONS(4312), - [anon_sym_DOLLARif] = ACTIONS(4312), - [anon_sym_match] = ACTIONS(4312), - [anon_sym_select] = ACTIONS(4312), - [anon_sym_lock] = ACTIONS(4312), - [anon_sym_rlock] = ACTIONS(4312), - [anon_sym_unsafe] = ACTIONS(4312), - [anon_sym_sql] = ACTIONS(4312), - [sym_int_literal] = ACTIONS(4312), - [sym_float_literal] = ACTIONS(4312), - [sym_rune_literal] = ACTIONS(4312), - [sym_pseudo_compile_time_identifier] = ACTIONS(4312), - [anon_sym_shared] = ACTIONS(4312), - [anon_sym_map_LBRACK] = ACTIONS(4312), - [anon_sym_chan] = ACTIONS(4312), - [anon_sym_thread] = ACTIONS(4312), - [anon_sym_atomic] = ACTIONS(4312), - [anon_sym_assert] = ACTIONS(4312), - [anon_sym_defer] = ACTIONS(4312), - [anon_sym_goto] = ACTIONS(4312), - [anon_sym_break] = ACTIONS(4312), - [anon_sym_continue] = ACTIONS(4312), - [anon_sym_return] = ACTIONS(4312), - [anon_sym_DOLLARfor] = ACTIONS(4312), - [anon_sym_for] = ACTIONS(4312), - [anon_sym_POUND] = ACTIONS(4312), - [anon_sym_asm] = ACTIONS(4312), - [anon_sym_AT_LBRACK] = ACTIONS(4312), - [sym___double_quote] = ACTIONS(4312), - [sym___single_quote] = ACTIONS(4312), - [sym___c_double_quote] = ACTIONS(4312), - [sym___c_single_quote] = ACTIONS(4312), - [sym___r_double_quote] = ACTIONS(4312), - [sym___r_single_quote] = ACTIONS(4312), + [anon_sym_DOT] = ACTIONS(4311), + [anon_sym_LBRACE] = ACTIONS(4311), + [anon_sym_const] = ACTIONS(4311), + [anon_sym_LPAREN] = ACTIONS(4311), + [anon_sym___global] = ACTIONS(4311), + [anon_sym_type] = ACTIONS(4311), + [anon_sym_fn] = ACTIONS(4311), + [anon_sym_PLUS] = ACTIONS(4311), + [anon_sym_DASH] = ACTIONS(4311), + [anon_sym_STAR] = ACTIONS(4311), + [anon_sym_struct] = ACTIONS(4311), + [anon_sym_union] = ACTIONS(4311), + [anon_sym_pub] = ACTIONS(4311), + [anon_sym_mut] = ACTIONS(4311), + [anon_sym_enum] = ACTIONS(4311), + [anon_sym_interface] = ACTIONS(4311), + [anon_sym_QMARK] = ACTIONS(4311), + [anon_sym_BANG] = ACTIONS(4311), + [anon_sym_go] = ACTIONS(4311), + [anon_sym_spawn] = ACTIONS(4311), + [anon_sym_json_DOTdecode] = ACTIONS(4311), + [anon_sym_LBRACK2] = ACTIONS(4311), + [anon_sym_TILDE] = ACTIONS(4311), + [anon_sym_CARET] = ACTIONS(4311), + [anon_sym_AMP] = ACTIONS(4311), + [anon_sym_LT_DASH] = ACTIONS(4311), + [sym_none] = ACTIONS(4311), + [sym_true] = ACTIONS(4311), + [sym_false] = ACTIONS(4311), + [sym_nil] = ACTIONS(4311), + [anon_sym_if] = ACTIONS(4311), + [anon_sym_DOLLARif] = ACTIONS(4311), + [anon_sym_match] = ACTIONS(4311), + [anon_sym_select] = ACTIONS(4311), + [anon_sym_lock] = ACTIONS(4311), + [anon_sym_rlock] = ACTIONS(4311), + [anon_sym_unsafe] = ACTIONS(4311), + [anon_sym_sql] = ACTIONS(4311), + [sym_int_literal] = ACTIONS(4311), + [sym_float_literal] = ACTIONS(4311), + [sym_rune_literal] = ACTIONS(4311), + [sym_pseudo_compile_time_identifier] = ACTIONS(4311), + [anon_sym_shared] = ACTIONS(4311), + [anon_sym_map_LBRACK] = ACTIONS(4311), + [anon_sym_chan] = ACTIONS(4311), + [anon_sym_thread] = ACTIONS(4311), + [anon_sym_atomic] = ACTIONS(4311), + [anon_sym_assert] = ACTIONS(4311), + [anon_sym_defer] = ACTIONS(4311), + [anon_sym_goto] = ACTIONS(4311), + [anon_sym_break] = ACTIONS(4311), + [anon_sym_continue] = ACTIONS(4311), + [anon_sym_return] = ACTIONS(4311), + [anon_sym_DOLLARfor] = ACTIONS(4311), + [anon_sym_for] = ACTIONS(4311), + [anon_sym_POUND] = ACTIONS(4311), + [anon_sym_asm] = ACTIONS(4311), + [anon_sym_AT_LBRACK] = ACTIONS(4311), + [sym___double_quote] = ACTIONS(4311), + [sym___single_quote] = ACTIONS(4311), + [sym___c_double_quote] = ACTIONS(4311), + [sym___c_single_quote] = ACTIONS(4311), + [sym___r_double_quote] = ACTIONS(4311), + [sym___r_single_quote] = ACTIONS(4311), }, [1550] = { [sym_line_comment] = STATE(1550), [sym_block_comment] = STATE(1550), - [ts_builtin_sym_end] = ACTIONS(4314), - [sym_identifier] = ACTIONS(4316), - [anon_sym_LF] = ACTIONS(4316), - [anon_sym_CR] = ACTIONS(4316), - [anon_sym_CR_LF] = ACTIONS(4316), + [ts_builtin_sym_end] = ACTIONS(4313), + [sym_identifier] = ACTIONS(4315), + [anon_sym_LF] = ACTIONS(4315), + [anon_sym_CR] = ACTIONS(4315), + [anon_sym_CR_LF] = ACTIONS(4315), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4316), - [anon_sym_LBRACE] = ACTIONS(4316), - [anon_sym_const] = ACTIONS(4316), - [anon_sym_LPAREN] = ACTIONS(4316), - [anon_sym___global] = ACTIONS(4316), - [anon_sym_type] = ACTIONS(4316), - [anon_sym_fn] = ACTIONS(4316), - [anon_sym_PLUS] = ACTIONS(4316), - [anon_sym_DASH] = ACTIONS(4316), - [anon_sym_STAR] = ACTIONS(4316), - [anon_sym_struct] = ACTIONS(4316), - [anon_sym_union] = ACTIONS(4316), - [anon_sym_pub] = ACTIONS(4316), - [anon_sym_mut] = ACTIONS(4316), - [anon_sym_enum] = ACTIONS(4316), - [anon_sym_interface] = ACTIONS(4316), - [anon_sym_QMARK] = ACTIONS(4316), - [anon_sym_BANG] = ACTIONS(4316), - [anon_sym_go] = ACTIONS(4316), - [anon_sym_spawn] = ACTIONS(4316), - [anon_sym_json_DOTdecode] = ACTIONS(4316), - [anon_sym_LBRACK2] = ACTIONS(4316), - [anon_sym_TILDE] = ACTIONS(4316), - [anon_sym_CARET] = ACTIONS(4316), - [anon_sym_AMP] = ACTIONS(4316), - [anon_sym_LT_DASH] = ACTIONS(4316), - [sym_none] = ACTIONS(4316), - [sym_true] = ACTIONS(4316), - [sym_false] = ACTIONS(4316), - [sym_nil] = ACTIONS(4316), - [anon_sym_if] = ACTIONS(4316), - [anon_sym_DOLLARif] = ACTIONS(4316), - [anon_sym_match] = ACTIONS(4316), - [anon_sym_select] = ACTIONS(4316), - [anon_sym_lock] = ACTIONS(4316), - [anon_sym_rlock] = ACTIONS(4316), - [anon_sym_unsafe] = ACTIONS(4316), - [anon_sym_sql] = ACTIONS(4316), - [sym_int_literal] = ACTIONS(4316), - [sym_float_literal] = ACTIONS(4316), - [sym_rune_literal] = ACTIONS(4316), - [sym_pseudo_compile_time_identifier] = ACTIONS(4316), - [anon_sym_shared] = ACTIONS(4316), - [anon_sym_map_LBRACK] = ACTIONS(4316), - [anon_sym_chan] = ACTIONS(4316), - [anon_sym_thread] = ACTIONS(4316), - [anon_sym_atomic] = ACTIONS(4316), - [anon_sym_assert] = ACTIONS(4316), - [anon_sym_defer] = ACTIONS(4316), - [anon_sym_goto] = ACTIONS(4316), - [anon_sym_break] = ACTIONS(4316), - [anon_sym_continue] = ACTIONS(4316), - [anon_sym_return] = ACTIONS(4316), - [anon_sym_DOLLARfor] = ACTIONS(4316), - [anon_sym_for] = ACTIONS(4316), - [anon_sym_POUND] = ACTIONS(4316), - [anon_sym_asm] = ACTIONS(4316), - [anon_sym_AT_LBRACK] = ACTIONS(4316), - [sym___double_quote] = ACTIONS(4316), - [sym___single_quote] = ACTIONS(4316), - [sym___c_double_quote] = ACTIONS(4316), - [sym___c_single_quote] = ACTIONS(4316), - [sym___r_double_quote] = ACTIONS(4316), - [sym___r_single_quote] = ACTIONS(4316), + [anon_sym_DOT] = ACTIONS(4315), + [anon_sym_LBRACE] = ACTIONS(4315), + [anon_sym_const] = ACTIONS(4315), + [anon_sym_LPAREN] = ACTIONS(4315), + [anon_sym___global] = ACTIONS(4315), + [anon_sym_type] = ACTIONS(4315), + [anon_sym_fn] = ACTIONS(4315), + [anon_sym_PLUS] = ACTIONS(4315), + [anon_sym_DASH] = ACTIONS(4315), + [anon_sym_STAR] = ACTIONS(4315), + [anon_sym_struct] = ACTIONS(4315), + [anon_sym_union] = ACTIONS(4315), + [anon_sym_pub] = ACTIONS(4315), + [anon_sym_mut] = ACTIONS(4315), + [anon_sym_enum] = ACTIONS(4315), + [anon_sym_interface] = ACTIONS(4315), + [anon_sym_QMARK] = ACTIONS(4315), + [anon_sym_BANG] = ACTIONS(4315), + [anon_sym_go] = ACTIONS(4315), + [anon_sym_spawn] = ACTIONS(4315), + [anon_sym_json_DOTdecode] = ACTIONS(4315), + [anon_sym_LBRACK2] = ACTIONS(4315), + [anon_sym_TILDE] = ACTIONS(4315), + [anon_sym_CARET] = ACTIONS(4315), + [anon_sym_AMP] = ACTIONS(4315), + [anon_sym_LT_DASH] = ACTIONS(4315), + [sym_none] = ACTIONS(4315), + [sym_true] = ACTIONS(4315), + [sym_false] = ACTIONS(4315), + [sym_nil] = ACTIONS(4315), + [anon_sym_if] = ACTIONS(4315), + [anon_sym_DOLLARif] = ACTIONS(4315), + [anon_sym_match] = ACTIONS(4315), + [anon_sym_select] = ACTIONS(4315), + [anon_sym_lock] = ACTIONS(4315), + [anon_sym_rlock] = ACTIONS(4315), + [anon_sym_unsafe] = ACTIONS(4315), + [anon_sym_sql] = ACTIONS(4315), + [sym_int_literal] = ACTIONS(4315), + [sym_float_literal] = ACTIONS(4315), + [sym_rune_literal] = ACTIONS(4315), + [sym_pseudo_compile_time_identifier] = ACTIONS(4315), + [anon_sym_shared] = ACTIONS(4315), + [anon_sym_map_LBRACK] = ACTIONS(4315), + [anon_sym_chan] = ACTIONS(4315), + [anon_sym_thread] = ACTIONS(4315), + [anon_sym_atomic] = ACTIONS(4315), + [anon_sym_assert] = ACTIONS(4315), + [anon_sym_defer] = ACTIONS(4315), + [anon_sym_goto] = ACTIONS(4315), + [anon_sym_break] = ACTIONS(4315), + [anon_sym_continue] = ACTIONS(4315), + [anon_sym_return] = ACTIONS(4315), + [anon_sym_DOLLARfor] = ACTIONS(4315), + [anon_sym_for] = ACTIONS(4315), + [anon_sym_POUND] = ACTIONS(4315), + [anon_sym_asm] = ACTIONS(4315), + [anon_sym_AT_LBRACK] = ACTIONS(4315), + [sym___double_quote] = ACTIONS(4315), + [sym___single_quote] = ACTIONS(4315), + [sym___c_double_quote] = ACTIONS(4315), + [sym___c_single_quote] = ACTIONS(4315), + [sym___r_double_quote] = ACTIONS(4315), + [sym___r_single_quote] = ACTIONS(4315), }, [1551] = { [sym_line_comment] = STATE(1551), [sym_block_comment] = STATE(1551), - [ts_builtin_sym_end] = ACTIONS(4318), - [sym_identifier] = ACTIONS(4320), - [anon_sym_LF] = ACTIONS(4320), - [anon_sym_CR] = ACTIONS(4320), - [anon_sym_CR_LF] = ACTIONS(4320), + [ts_builtin_sym_end] = ACTIONS(4317), + [sym_identifier] = ACTIONS(4319), + [anon_sym_LF] = ACTIONS(4319), + [anon_sym_CR] = ACTIONS(4319), + [anon_sym_CR_LF] = ACTIONS(4319), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4320), - [anon_sym_LBRACE] = ACTIONS(4320), - [anon_sym_const] = ACTIONS(4320), - [anon_sym_LPAREN] = ACTIONS(4320), - [anon_sym___global] = ACTIONS(4320), - [anon_sym_type] = ACTIONS(4320), - [anon_sym_fn] = ACTIONS(4320), - [anon_sym_PLUS] = ACTIONS(4320), - [anon_sym_DASH] = ACTIONS(4320), - [anon_sym_STAR] = ACTIONS(4320), - [anon_sym_struct] = ACTIONS(4320), - [anon_sym_union] = ACTIONS(4320), - [anon_sym_pub] = ACTIONS(4320), - [anon_sym_mut] = ACTIONS(4320), - [anon_sym_enum] = ACTIONS(4320), - [anon_sym_interface] = ACTIONS(4320), - [anon_sym_QMARK] = ACTIONS(4320), - [anon_sym_BANG] = ACTIONS(4320), - [anon_sym_go] = ACTIONS(4320), - [anon_sym_spawn] = ACTIONS(4320), - [anon_sym_json_DOTdecode] = ACTIONS(4320), - [anon_sym_LBRACK2] = ACTIONS(4320), - [anon_sym_TILDE] = ACTIONS(4320), - [anon_sym_CARET] = ACTIONS(4320), - [anon_sym_AMP] = ACTIONS(4320), - [anon_sym_LT_DASH] = ACTIONS(4320), - [sym_none] = ACTIONS(4320), - [sym_true] = ACTIONS(4320), - [sym_false] = ACTIONS(4320), - [sym_nil] = ACTIONS(4320), - [anon_sym_if] = ACTIONS(4320), - [anon_sym_DOLLARif] = ACTIONS(4320), - [anon_sym_match] = ACTIONS(4320), - [anon_sym_select] = ACTIONS(4320), - [anon_sym_lock] = ACTIONS(4320), - [anon_sym_rlock] = ACTIONS(4320), - [anon_sym_unsafe] = ACTIONS(4320), - [anon_sym_sql] = ACTIONS(4320), - [sym_int_literal] = ACTIONS(4320), - [sym_float_literal] = ACTIONS(4320), - [sym_rune_literal] = ACTIONS(4320), - [sym_pseudo_compile_time_identifier] = ACTIONS(4320), - [anon_sym_shared] = ACTIONS(4320), - [anon_sym_map_LBRACK] = ACTIONS(4320), - [anon_sym_chan] = ACTIONS(4320), - [anon_sym_thread] = ACTIONS(4320), - [anon_sym_atomic] = ACTIONS(4320), - [anon_sym_assert] = ACTIONS(4320), - [anon_sym_defer] = ACTIONS(4320), - [anon_sym_goto] = ACTIONS(4320), - [anon_sym_break] = ACTIONS(4320), - [anon_sym_continue] = ACTIONS(4320), - [anon_sym_return] = ACTIONS(4320), - [anon_sym_DOLLARfor] = ACTIONS(4320), - [anon_sym_for] = ACTIONS(4320), - [anon_sym_POUND] = ACTIONS(4320), - [anon_sym_asm] = ACTIONS(4320), - [anon_sym_AT_LBRACK] = ACTIONS(4320), - [sym___double_quote] = ACTIONS(4320), - [sym___single_quote] = ACTIONS(4320), - [sym___c_double_quote] = ACTIONS(4320), - [sym___c_single_quote] = ACTIONS(4320), - [sym___r_double_quote] = ACTIONS(4320), - [sym___r_single_quote] = ACTIONS(4320), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_LBRACE] = ACTIONS(4319), + [anon_sym_const] = ACTIONS(4319), + [anon_sym_LPAREN] = ACTIONS(4319), + [anon_sym___global] = ACTIONS(4319), + [anon_sym_type] = ACTIONS(4319), + [anon_sym_fn] = ACTIONS(4319), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [anon_sym_struct] = ACTIONS(4319), + [anon_sym_union] = ACTIONS(4319), + [anon_sym_pub] = ACTIONS(4319), + [anon_sym_mut] = ACTIONS(4319), + [anon_sym_enum] = ACTIONS(4319), + [anon_sym_interface] = ACTIONS(4319), + [anon_sym_QMARK] = ACTIONS(4319), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_go] = ACTIONS(4319), + [anon_sym_spawn] = ACTIONS(4319), + [anon_sym_json_DOTdecode] = ACTIONS(4319), + [anon_sym_LBRACK2] = ACTIONS(4319), + [anon_sym_TILDE] = ACTIONS(4319), + [anon_sym_CARET] = ACTIONS(4319), + [anon_sym_AMP] = ACTIONS(4319), + [anon_sym_LT_DASH] = ACTIONS(4319), + [sym_none] = ACTIONS(4319), + [sym_true] = ACTIONS(4319), + [sym_false] = ACTIONS(4319), + [sym_nil] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_DOLLARif] = ACTIONS(4319), + [anon_sym_match] = ACTIONS(4319), + [anon_sym_select] = ACTIONS(4319), + [anon_sym_lock] = ACTIONS(4319), + [anon_sym_rlock] = ACTIONS(4319), + [anon_sym_unsafe] = ACTIONS(4319), + [anon_sym_sql] = ACTIONS(4319), + [sym_int_literal] = ACTIONS(4319), + [sym_float_literal] = ACTIONS(4319), + [sym_rune_literal] = ACTIONS(4319), + [sym_pseudo_compile_time_identifier] = ACTIONS(4319), + [anon_sym_shared] = ACTIONS(4319), + [anon_sym_map_LBRACK] = ACTIONS(4319), + [anon_sym_chan] = ACTIONS(4319), + [anon_sym_thread] = ACTIONS(4319), + [anon_sym_atomic] = ACTIONS(4319), + [anon_sym_assert] = ACTIONS(4319), + [anon_sym_defer] = ACTIONS(4319), + [anon_sym_goto] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_DOLLARfor] = ACTIONS(4319), + [anon_sym_for] = ACTIONS(4319), + [anon_sym_POUND] = ACTIONS(4319), + [anon_sym_asm] = ACTIONS(4319), + [anon_sym_AT_LBRACK] = ACTIONS(4319), + [sym___double_quote] = ACTIONS(4319), + [sym___single_quote] = ACTIONS(4319), + [sym___c_double_quote] = ACTIONS(4319), + [sym___c_single_quote] = ACTIONS(4319), + [sym___r_double_quote] = ACTIONS(4319), + [sym___r_single_quote] = ACTIONS(4319), }, [1552] = { [sym_line_comment] = STATE(1552), [sym_block_comment] = STATE(1552), - [ts_builtin_sym_end] = ACTIONS(2759), - [sym_identifier] = ACTIONS(2761), - [anon_sym_LF] = ACTIONS(2761), - [anon_sym_CR] = ACTIONS(2761), - [anon_sym_CR_LF] = ACTIONS(2761), + [ts_builtin_sym_end] = ACTIONS(4321), + [sym_identifier] = ACTIONS(4323), + [anon_sym_LF] = ACTIONS(4323), + [anon_sym_CR] = ACTIONS(4323), + [anon_sym_CR_LF] = ACTIONS(4323), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_const] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym___global] = ACTIONS(2761), - [anon_sym_type] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_union] = ACTIONS(2761), - [anon_sym_pub] = ACTIONS(2761), - [anon_sym_mut] = ACTIONS(2761), - [anon_sym_enum] = ACTIONS(2761), - [anon_sym_interface] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_go] = ACTIONS(2761), - [anon_sym_spawn] = ACTIONS(2761), - [anon_sym_json_DOTdecode] = ACTIONS(2761), - [anon_sym_LBRACK2] = ACTIONS(2761), - [anon_sym_TILDE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_LT_DASH] = ACTIONS(2761), - [sym_none] = ACTIONS(2761), - [sym_true] = ACTIONS(2761), - [sym_false] = ACTIONS(2761), - [sym_nil] = ACTIONS(2761), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_DOLLARif] = ACTIONS(2761), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_select] = ACTIONS(2761), - [anon_sym_lock] = ACTIONS(2761), - [anon_sym_rlock] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_sql] = ACTIONS(2761), - [sym_int_literal] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), - [sym_rune_literal] = ACTIONS(2761), - [sym_pseudo_compile_time_identifier] = ACTIONS(2761), - [anon_sym_shared] = ACTIONS(2761), - [anon_sym_map_LBRACK] = ACTIONS(2761), - [anon_sym_chan] = ACTIONS(2761), - [anon_sym_thread] = ACTIONS(2761), - [anon_sym_atomic] = ACTIONS(2761), - [anon_sym_assert] = ACTIONS(2761), - [anon_sym_defer] = ACTIONS(2761), - [anon_sym_goto] = ACTIONS(2761), - [anon_sym_break] = ACTIONS(2761), - [anon_sym_continue] = ACTIONS(2761), - [anon_sym_return] = ACTIONS(2761), - [anon_sym_DOLLARfor] = ACTIONS(2761), - [anon_sym_for] = ACTIONS(2761), - [anon_sym_POUND] = ACTIONS(2761), - [anon_sym_asm] = ACTIONS(2761), - [anon_sym_AT_LBRACK] = ACTIONS(2761), - [sym___double_quote] = ACTIONS(2761), - [sym___single_quote] = ACTIONS(2761), - [sym___c_double_quote] = ACTIONS(2761), - [sym___c_single_quote] = ACTIONS(2761), - [sym___r_double_quote] = ACTIONS(2761), - [sym___r_single_quote] = ACTIONS(2761), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_LBRACE] = ACTIONS(4323), + [anon_sym_const] = ACTIONS(4323), + [anon_sym_LPAREN] = ACTIONS(4323), + [anon_sym___global] = ACTIONS(4323), + [anon_sym_type] = ACTIONS(4323), + [anon_sym_fn] = ACTIONS(4323), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [anon_sym_struct] = ACTIONS(4323), + [anon_sym_union] = ACTIONS(4323), + [anon_sym_pub] = ACTIONS(4323), + [anon_sym_mut] = ACTIONS(4323), + [anon_sym_enum] = ACTIONS(4323), + [anon_sym_interface] = ACTIONS(4323), + [anon_sym_QMARK] = ACTIONS(4323), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_go] = ACTIONS(4323), + [anon_sym_spawn] = ACTIONS(4323), + [anon_sym_json_DOTdecode] = ACTIONS(4323), + [anon_sym_LBRACK2] = ACTIONS(4323), + [anon_sym_TILDE] = ACTIONS(4323), + [anon_sym_CARET] = ACTIONS(4323), + [anon_sym_AMP] = ACTIONS(4323), + [anon_sym_LT_DASH] = ACTIONS(4323), + [sym_none] = ACTIONS(4323), + [sym_true] = ACTIONS(4323), + [sym_false] = ACTIONS(4323), + [sym_nil] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_DOLLARif] = ACTIONS(4323), + [anon_sym_match] = ACTIONS(4323), + [anon_sym_select] = ACTIONS(4323), + [anon_sym_lock] = ACTIONS(4323), + [anon_sym_rlock] = ACTIONS(4323), + [anon_sym_unsafe] = ACTIONS(4323), + [anon_sym_sql] = ACTIONS(4323), + [sym_int_literal] = ACTIONS(4323), + [sym_float_literal] = ACTIONS(4323), + [sym_rune_literal] = ACTIONS(4323), + [sym_pseudo_compile_time_identifier] = ACTIONS(4323), + [anon_sym_shared] = ACTIONS(4323), + [anon_sym_map_LBRACK] = ACTIONS(4323), + [anon_sym_chan] = ACTIONS(4323), + [anon_sym_thread] = ACTIONS(4323), + [anon_sym_atomic] = ACTIONS(4323), + [anon_sym_assert] = ACTIONS(4323), + [anon_sym_defer] = ACTIONS(4323), + [anon_sym_goto] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_DOLLARfor] = ACTIONS(4323), + [anon_sym_for] = ACTIONS(4323), + [anon_sym_POUND] = ACTIONS(4323), + [anon_sym_asm] = ACTIONS(4323), + [anon_sym_AT_LBRACK] = ACTIONS(4323), + [sym___double_quote] = ACTIONS(4323), + [sym___single_quote] = ACTIONS(4323), + [sym___c_double_quote] = ACTIONS(4323), + [sym___c_single_quote] = ACTIONS(4323), + [sym___r_double_quote] = ACTIONS(4323), + [sym___r_single_quote] = ACTIONS(4323), }, [1553] = { [sym_line_comment] = STATE(1553), [sym_block_comment] = STATE(1553), - [ts_builtin_sym_end] = ACTIONS(4322), - [sym_identifier] = ACTIONS(4324), - [anon_sym_LF] = ACTIONS(4324), - [anon_sym_CR] = ACTIONS(4324), - [anon_sym_CR_LF] = ACTIONS(4324), + [ts_builtin_sym_end] = ACTIONS(4325), + [sym_identifier] = ACTIONS(4327), + [anon_sym_LF] = ACTIONS(4327), + [anon_sym_CR] = ACTIONS(4327), + [anon_sym_CR_LF] = ACTIONS(4327), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4324), - [anon_sym_LBRACE] = ACTIONS(4324), - [anon_sym_const] = ACTIONS(4324), - [anon_sym_LPAREN] = ACTIONS(4324), - [anon_sym___global] = ACTIONS(4324), - [anon_sym_type] = ACTIONS(4324), - [anon_sym_fn] = ACTIONS(4324), - [anon_sym_PLUS] = ACTIONS(4324), - [anon_sym_DASH] = ACTIONS(4324), - [anon_sym_STAR] = ACTIONS(4324), - [anon_sym_struct] = ACTIONS(4324), - [anon_sym_union] = ACTIONS(4324), - [anon_sym_pub] = ACTIONS(4324), - [anon_sym_mut] = ACTIONS(4324), - [anon_sym_enum] = ACTIONS(4324), - [anon_sym_interface] = ACTIONS(4324), - [anon_sym_QMARK] = ACTIONS(4324), - [anon_sym_BANG] = ACTIONS(4324), - [anon_sym_go] = ACTIONS(4324), - [anon_sym_spawn] = ACTIONS(4324), - [anon_sym_json_DOTdecode] = ACTIONS(4324), - [anon_sym_LBRACK2] = ACTIONS(4324), - [anon_sym_TILDE] = ACTIONS(4324), - [anon_sym_CARET] = ACTIONS(4324), - [anon_sym_AMP] = ACTIONS(4324), - [anon_sym_LT_DASH] = ACTIONS(4324), - [sym_none] = ACTIONS(4324), - [sym_true] = ACTIONS(4324), - [sym_false] = ACTIONS(4324), - [sym_nil] = ACTIONS(4324), - [anon_sym_if] = ACTIONS(4324), - [anon_sym_DOLLARif] = ACTIONS(4324), - [anon_sym_match] = ACTIONS(4324), - [anon_sym_select] = ACTIONS(4324), - [anon_sym_lock] = ACTIONS(4324), - [anon_sym_rlock] = ACTIONS(4324), - [anon_sym_unsafe] = ACTIONS(4324), - [anon_sym_sql] = ACTIONS(4324), - [sym_int_literal] = ACTIONS(4324), - [sym_float_literal] = ACTIONS(4324), - [sym_rune_literal] = ACTIONS(4324), - [sym_pseudo_compile_time_identifier] = ACTIONS(4324), - [anon_sym_shared] = ACTIONS(4324), - [anon_sym_map_LBRACK] = ACTIONS(4324), - [anon_sym_chan] = ACTIONS(4324), - [anon_sym_thread] = ACTIONS(4324), - [anon_sym_atomic] = ACTIONS(4324), - [anon_sym_assert] = ACTIONS(4324), - [anon_sym_defer] = ACTIONS(4324), - [anon_sym_goto] = ACTIONS(4324), - [anon_sym_break] = ACTIONS(4324), - [anon_sym_continue] = ACTIONS(4324), - [anon_sym_return] = ACTIONS(4324), - [anon_sym_DOLLARfor] = ACTIONS(4324), - [anon_sym_for] = ACTIONS(4324), - [anon_sym_POUND] = ACTIONS(4324), - [anon_sym_asm] = ACTIONS(4324), - [anon_sym_AT_LBRACK] = ACTIONS(4324), - [sym___double_quote] = ACTIONS(4324), - [sym___single_quote] = ACTIONS(4324), - [sym___c_double_quote] = ACTIONS(4324), - [sym___c_single_quote] = ACTIONS(4324), - [sym___r_double_quote] = ACTIONS(4324), - [sym___r_single_quote] = ACTIONS(4324), + [anon_sym_DOT] = ACTIONS(4327), + [anon_sym_LBRACE] = ACTIONS(4327), + [anon_sym_const] = ACTIONS(4327), + [anon_sym_LPAREN] = ACTIONS(4327), + [anon_sym___global] = ACTIONS(4327), + [anon_sym_type] = ACTIONS(4327), + [anon_sym_fn] = ACTIONS(4327), + [anon_sym_PLUS] = ACTIONS(4327), + [anon_sym_DASH] = ACTIONS(4327), + [anon_sym_STAR] = ACTIONS(4327), + [anon_sym_struct] = ACTIONS(4327), + [anon_sym_union] = ACTIONS(4327), + [anon_sym_pub] = ACTIONS(4327), + [anon_sym_mut] = ACTIONS(4327), + [anon_sym_enum] = ACTIONS(4327), + [anon_sym_interface] = ACTIONS(4327), + [anon_sym_QMARK] = ACTIONS(4327), + [anon_sym_BANG] = ACTIONS(4327), + [anon_sym_go] = ACTIONS(4327), + [anon_sym_spawn] = ACTIONS(4327), + [anon_sym_json_DOTdecode] = ACTIONS(4327), + [anon_sym_LBRACK2] = ACTIONS(4327), + [anon_sym_TILDE] = ACTIONS(4327), + [anon_sym_CARET] = ACTIONS(4327), + [anon_sym_AMP] = ACTIONS(4327), + [anon_sym_LT_DASH] = ACTIONS(4327), + [sym_none] = ACTIONS(4327), + [sym_true] = ACTIONS(4327), + [sym_false] = ACTIONS(4327), + [sym_nil] = ACTIONS(4327), + [anon_sym_if] = ACTIONS(4327), + [anon_sym_DOLLARif] = ACTIONS(4327), + [anon_sym_match] = ACTIONS(4327), + [anon_sym_select] = ACTIONS(4327), + [anon_sym_lock] = ACTIONS(4327), + [anon_sym_rlock] = ACTIONS(4327), + [anon_sym_unsafe] = ACTIONS(4327), + [anon_sym_sql] = ACTIONS(4327), + [sym_int_literal] = ACTIONS(4327), + [sym_float_literal] = ACTIONS(4327), + [sym_rune_literal] = ACTIONS(4327), + [sym_pseudo_compile_time_identifier] = ACTIONS(4327), + [anon_sym_shared] = ACTIONS(4327), + [anon_sym_map_LBRACK] = ACTIONS(4327), + [anon_sym_chan] = ACTIONS(4327), + [anon_sym_thread] = ACTIONS(4327), + [anon_sym_atomic] = ACTIONS(4327), + [anon_sym_assert] = ACTIONS(4327), + [anon_sym_defer] = ACTIONS(4327), + [anon_sym_goto] = ACTIONS(4327), + [anon_sym_break] = ACTIONS(4327), + [anon_sym_continue] = ACTIONS(4327), + [anon_sym_return] = ACTIONS(4327), + [anon_sym_DOLLARfor] = ACTIONS(4327), + [anon_sym_for] = ACTIONS(4327), + [anon_sym_POUND] = ACTIONS(4327), + [anon_sym_asm] = ACTIONS(4327), + [anon_sym_AT_LBRACK] = ACTIONS(4327), + [sym___double_quote] = ACTIONS(4327), + [sym___single_quote] = ACTIONS(4327), + [sym___c_double_quote] = ACTIONS(4327), + [sym___c_single_quote] = ACTIONS(4327), + [sym___r_double_quote] = ACTIONS(4327), + [sym___r_single_quote] = ACTIONS(4327), }, [1554] = { [sym_line_comment] = STATE(1554), [sym_block_comment] = STATE(1554), - [ts_builtin_sym_end] = ACTIONS(4326), - [sym_identifier] = ACTIONS(4328), - [anon_sym_LF] = ACTIONS(4328), - [anon_sym_CR] = ACTIONS(4328), - [anon_sym_CR_LF] = ACTIONS(4328), + [ts_builtin_sym_end] = ACTIONS(2651), + [sym_identifier] = ACTIONS(2653), + [anon_sym_LF] = ACTIONS(2653), + [anon_sym_CR] = ACTIONS(2653), + [anon_sym_CR_LF] = ACTIONS(2653), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4328), - [anon_sym_LBRACE] = ACTIONS(4328), - [anon_sym_const] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym___global] = ACTIONS(4328), - [anon_sym_type] = ACTIONS(4328), - [anon_sym_fn] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4328), - [anon_sym_DASH] = ACTIONS(4328), - [anon_sym_STAR] = ACTIONS(4328), - [anon_sym_struct] = ACTIONS(4328), - [anon_sym_union] = ACTIONS(4328), - [anon_sym_pub] = ACTIONS(4328), - [anon_sym_mut] = ACTIONS(4328), - [anon_sym_enum] = ACTIONS(4328), - [anon_sym_interface] = ACTIONS(4328), - [anon_sym_QMARK] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4328), - [anon_sym_go] = ACTIONS(4328), - [anon_sym_spawn] = ACTIONS(4328), - [anon_sym_json_DOTdecode] = ACTIONS(4328), - [anon_sym_LBRACK2] = ACTIONS(4328), - [anon_sym_TILDE] = ACTIONS(4328), - [anon_sym_CARET] = ACTIONS(4328), - [anon_sym_AMP] = ACTIONS(4328), - [anon_sym_LT_DASH] = ACTIONS(4328), - [sym_none] = ACTIONS(4328), - [sym_true] = ACTIONS(4328), - [sym_false] = ACTIONS(4328), - [sym_nil] = ACTIONS(4328), - [anon_sym_if] = ACTIONS(4328), - [anon_sym_DOLLARif] = ACTIONS(4328), - [anon_sym_match] = ACTIONS(4328), - [anon_sym_select] = ACTIONS(4328), - [anon_sym_lock] = ACTIONS(4328), - [anon_sym_rlock] = ACTIONS(4328), - [anon_sym_unsafe] = ACTIONS(4328), - [anon_sym_sql] = ACTIONS(4328), - [sym_int_literal] = ACTIONS(4328), - [sym_float_literal] = ACTIONS(4328), - [sym_rune_literal] = ACTIONS(4328), - [sym_pseudo_compile_time_identifier] = ACTIONS(4328), - [anon_sym_shared] = ACTIONS(4328), - [anon_sym_map_LBRACK] = ACTIONS(4328), - [anon_sym_chan] = ACTIONS(4328), - [anon_sym_thread] = ACTIONS(4328), - [anon_sym_atomic] = ACTIONS(4328), - [anon_sym_assert] = ACTIONS(4328), - [anon_sym_defer] = ACTIONS(4328), - [anon_sym_goto] = ACTIONS(4328), - [anon_sym_break] = ACTIONS(4328), - [anon_sym_continue] = ACTIONS(4328), - [anon_sym_return] = ACTIONS(4328), - [anon_sym_DOLLARfor] = ACTIONS(4328), - [anon_sym_for] = ACTIONS(4328), - [anon_sym_POUND] = ACTIONS(4328), - [anon_sym_asm] = ACTIONS(4328), - [anon_sym_AT_LBRACK] = ACTIONS(4328), - [sym___double_quote] = ACTIONS(4328), - [sym___single_quote] = ACTIONS(4328), - [sym___c_double_quote] = ACTIONS(4328), - [sym___c_single_quote] = ACTIONS(4328), - [sym___r_double_quote] = ACTIONS(4328), - [sym___r_single_quote] = ACTIONS(4328), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2653), + [anon_sym___global] = ACTIONS(2653), + [anon_sym_type] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2653), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_pub] = ACTIONS(2653), + [anon_sym_mut] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_interface] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2653), + [anon_sym_BANG] = ACTIONS(2653), + [anon_sym_go] = ACTIONS(2653), + [anon_sym_spawn] = ACTIONS(2653), + [anon_sym_json_DOTdecode] = ACTIONS(2653), + [anon_sym_LBRACK2] = ACTIONS(2653), + [anon_sym_TILDE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2653), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_LT_DASH] = ACTIONS(2653), + [sym_none] = ACTIONS(2653), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [sym_nil] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_DOLLARif] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_select] = ACTIONS(2653), + [anon_sym_lock] = ACTIONS(2653), + [anon_sym_rlock] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_sql] = ACTIONS(2653), + [sym_int_literal] = ACTIONS(2653), + [sym_float_literal] = ACTIONS(2653), + [sym_rune_literal] = ACTIONS(2653), + [sym_pseudo_compile_time_identifier] = ACTIONS(2653), + [anon_sym_shared] = ACTIONS(2653), + [anon_sym_map_LBRACK] = ACTIONS(2653), + [anon_sym_chan] = ACTIONS(2653), + [anon_sym_thread] = ACTIONS(2653), + [anon_sym_atomic] = ACTIONS(2653), + [anon_sym_assert] = ACTIONS(2653), + [anon_sym_defer] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_DOLLARfor] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_POUND] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym_AT_LBRACK] = ACTIONS(2653), + [sym___double_quote] = ACTIONS(2653), + [sym___single_quote] = ACTIONS(2653), + [sym___c_double_quote] = ACTIONS(2653), + [sym___c_single_quote] = ACTIONS(2653), + [sym___r_double_quote] = ACTIONS(2653), + [sym___r_single_quote] = ACTIONS(2653), }, [1555] = { [sym_line_comment] = STATE(1555), [sym_block_comment] = STATE(1555), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(565), - [anon_sym_as] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(563), - [anon_sym_COMMA] = ACTIONS(563), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(563), - [anon_sym_SLASH] = ACTIONS(565), - [anon_sym_PERCENT] = ACTIONS(563), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_EQ_EQ] = ACTIONS(563), - [anon_sym_BANG_EQ] = ACTIONS(563), - [anon_sym_LT_EQ] = ACTIONS(563), - [anon_sym_GT_EQ] = ACTIONS(563), - [anon_sym_DOT_DOT_DOT] = ACTIONS(563), - [anon_sym_LBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(563), - [anon_sym_DASH_DASH] = ACTIONS(563), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_LBRACK2] = ACTIONS(565), - [anon_sym_CARET] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(565), - [anon_sym_LT_LT] = ACTIONS(563), - [anon_sym_GT_GT] = ACTIONS(565), - [anon_sym_GT_GT_GT] = ACTIONS(563), - [anon_sym_AMP_CARET] = ACTIONS(563), - [anon_sym_AMP_AMP] = ACTIONS(563), - [anon_sym_PIPE_PIPE] = ACTIONS(563), - [anon_sym_or] = ACTIONS(565), - [anon_sym_QMARK_DOT] = ACTIONS(563), - [anon_sym_POUND_LBRACK] = ACTIONS(563), - [anon_sym_is] = ACTIONS(565), - [anon_sym_BANGis] = ACTIONS(563), - [anon_sym_in] = ACTIONS(565), - [anon_sym_BANGin] = ACTIONS(563), - [anon_sym_COLON_EQ] = ACTIONS(563), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(565), + [ts_builtin_sym_end] = ACTIONS(4329), + [sym_identifier] = ACTIONS(4331), + [anon_sym_LF] = ACTIONS(4331), + [anon_sym_CR] = ACTIONS(4331), + [anon_sym_CR_LF] = ACTIONS(4331), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4331), + [anon_sym_LBRACE] = ACTIONS(4331), + [anon_sym_const] = ACTIONS(4331), + [anon_sym_LPAREN] = ACTIONS(4331), + [anon_sym___global] = ACTIONS(4331), + [anon_sym_type] = ACTIONS(4331), + [anon_sym_fn] = ACTIONS(4331), + [anon_sym_PLUS] = ACTIONS(4331), + [anon_sym_DASH] = ACTIONS(4331), + [anon_sym_STAR] = ACTIONS(4331), + [anon_sym_struct] = ACTIONS(4331), + [anon_sym_union] = ACTIONS(4331), + [anon_sym_pub] = ACTIONS(4331), + [anon_sym_mut] = ACTIONS(4331), + [anon_sym_enum] = ACTIONS(4331), + [anon_sym_interface] = ACTIONS(4331), + [anon_sym_QMARK] = ACTIONS(4331), + [anon_sym_BANG] = ACTIONS(4331), + [anon_sym_go] = ACTIONS(4331), + [anon_sym_spawn] = ACTIONS(4331), + [anon_sym_json_DOTdecode] = ACTIONS(4331), + [anon_sym_LBRACK2] = ACTIONS(4331), + [anon_sym_TILDE] = ACTIONS(4331), + [anon_sym_CARET] = ACTIONS(4331), + [anon_sym_AMP] = ACTIONS(4331), + [anon_sym_LT_DASH] = ACTIONS(4331), + [sym_none] = ACTIONS(4331), + [sym_true] = ACTIONS(4331), + [sym_false] = ACTIONS(4331), + [sym_nil] = ACTIONS(4331), + [anon_sym_if] = ACTIONS(4331), + [anon_sym_DOLLARif] = ACTIONS(4331), + [anon_sym_match] = ACTIONS(4331), + [anon_sym_select] = ACTIONS(4331), + [anon_sym_lock] = ACTIONS(4331), + [anon_sym_rlock] = ACTIONS(4331), + [anon_sym_unsafe] = ACTIONS(4331), + [anon_sym_sql] = ACTIONS(4331), + [sym_int_literal] = ACTIONS(4331), + [sym_float_literal] = ACTIONS(4331), + [sym_rune_literal] = ACTIONS(4331), + [sym_pseudo_compile_time_identifier] = ACTIONS(4331), + [anon_sym_shared] = ACTIONS(4331), + [anon_sym_map_LBRACK] = ACTIONS(4331), + [anon_sym_chan] = ACTIONS(4331), + [anon_sym_thread] = ACTIONS(4331), + [anon_sym_atomic] = ACTIONS(4331), + [anon_sym_assert] = ACTIONS(4331), + [anon_sym_defer] = ACTIONS(4331), + [anon_sym_goto] = ACTIONS(4331), + [anon_sym_break] = ACTIONS(4331), + [anon_sym_continue] = ACTIONS(4331), + [anon_sym_return] = ACTIONS(4331), + [anon_sym_DOLLARfor] = ACTIONS(4331), + [anon_sym_for] = ACTIONS(4331), + [anon_sym_POUND] = ACTIONS(4331), + [anon_sym_asm] = ACTIONS(4331), + [anon_sym_AT_LBRACK] = ACTIONS(4331), + [sym___double_quote] = ACTIONS(4331), + [sym___single_quote] = ACTIONS(4331), + [sym___c_double_quote] = ACTIONS(4331), + [sym___c_single_quote] = ACTIONS(4331), + [sym___r_double_quote] = ACTIONS(4331), + [sym___r_single_quote] = ACTIONS(4331), }, [1556] = { [sym_line_comment] = STATE(1556), [sym_block_comment] = STATE(1556), - [ts_builtin_sym_end] = ACTIONS(4330), - [sym_identifier] = ACTIONS(4332), - [anon_sym_LF] = ACTIONS(4332), - [anon_sym_CR] = ACTIONS(4332), - [anon_sym_CR_LF] = ACTIONS(4332), + [ts_builtin_sym_end] = ACTIONS(4333), + [sym_identifier] = ACTIONS(4335), + [anon_sym_LF] = ACTIONS(4335), + [anon_sym_CR] = ACTIONS(4335), + [anon_sym_CR_LF] = ACTIONS(4335), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4332), - [anon_sym_LBRACE] = ACTIONS(4332), - [anon_sym_const] = ACTIONS(4332), - [anon_sym_LPAREN] = ACTIONS(4332), - [anon_sym___global] = ACTIONS(4332), - [anon_sym_type] = ACTIONS(4332), - [anon_sym_fn] = ACTIONS(4332), - [anon_sym_PLUS] = ACTIONS(4332), - [anon_sym_DASH] = ACTIONS(4332), - [anon_sym_STAR] = ACTIONS(4332), - [anon_sym_struct] = ACTIONS(4332), - [anon_sym_union] = ACTIONS(4332), - [anon_sym_pub] = ACTIONS(4332), - [anon_sym_mut] = ACTIONS(4332), - [anon_sym_enum] = ACTIONS(4332), - [anon_sym_interface] = ACTIONS(4332), - [anon_sym_QMARK] = ACTIONS(4332), - [anon_sym_BANG] = ACTIONS(4332), - [anon_sym_go] = ACTIONS(4332), - [anon_sym_spawn] = ACTIONS(4332), - [anon_sym_json_DOTdecode] = ACTIONS(4332), - [anon_sym_LBRACK2] = ACTIONS(4332), - [anon_sym_TILDE] = ACTIONS(4332), - [anon_sym_CARET] = ACTIONS(4332), - [anon_sym_AMP] = ACTIONS(4332), - [anon_sym_LT_DASH] = ACTIONS(4332), - [sym_none] = ACTIONS(4332), - [sym_true] = ACTIONS(4332), - [sym_false] = ACTIONS(4332), - [sym_nil] = ACTIONS(4332), - [anon_sym_if] = ACTIONS(4332), - [anon_sym_DOLLARif] = ACTIONS(4332), - [anon_sym_match] = ACTIONS(4332), - [anon_sym_select] = ACTIONS(4332), - [anon_sym_lock] = ACTIONS(4332), - [anon_sym_rlock] = ACTIONS(4332), - [anon_sym_unsafe] = ACTIONS(4332), - [anon_sym_sql] = ACTIONS(4332), - [sym_int_literal] = ACTIONS(4332), - [sym_float_literal] = ACTIONS(4332), - [sym_rune_literal] = ACTIONS(4332), - [sym_pseudo_compile_time_identifier] = ACTIONS(4332), - [anon_sym_shared] = ACTIONS(4332), - [anon_sym_map_LBRACK] = ACTIONS(4332), - [anon_sym_chan] = ACTIONS(4332), - [anon_sym_thread] = ACTIONS(4332), - [anon_sym_atomic] = ACTIONS(4332), - [anon_sym_assert] = ACTIONS(4332), - [anon_sym_defer] = ACTIONS(4332), - [anon_sym_goto] = ACTIONS(4332), - [anon_sym_break] = ACTIONS(4332), - [anon_sym_continue] = ACTIONS(4332), - [anon_sym_return] = ACTIONS(4332), - [anon_sym_DOLLARfor] = ACTIONS(4332), - [anon_sym_for] = ACTIONS(4332), - [anon_sym_POUND] = ACTIONS(4332), - [anon_sym_asm] = ACTIONS(4332), - [anon_sym_AT_LBRACK] = ACTIONS(4332), - [sym___double_quote] = ACTIONS(4332), - [sym___single_quote] = ACTIONS(4332), - [sym___c_double_quote] = ACTIONS(4332), - [sym___c_single_quote] = ACTIONS(4332), - [sym___r_double_quote] = ACTIONS(4332), - [sym___r_single_quote] = ACTIONS(4332), + [anon_sym_DOT] = ACTIONS(4335), + [anon_sym_LBRACE] = ACTIONS(4335), + [anon_sym_const] = ACTIONS(4335), + [anon_sym_LPAREN] = ACTIONS(4335), + [anon_sym___global] = ACTIONS(4335), + [anon_sym_type] = ACTIONS(4335), + [anon_sym_fn] = ACTIONS(4335), + [anon_sym_PLUS] = ACTIONS(4335), + [anon_sym_DASH] = ACTIONS(4335), + [anon_sym_STAR] = ACTIONS(4335), + [anon_sym_struct] = ACTIONS(4335), + [anon_sym_union] = ACTIONS(4335), + [anon_sym_pub] = ACTIONS(4335), + [anon_sym_mut] = ACTIONS(4335), + [anon_sym_enum] = ACTIONS(4335), + [anon_sym_interface] = ACTIONS(4335), + [anon_sym_QMARK] = ACTIONS(4335), + [anon_sym_BANG] = ACTIONS(4335), + [anon_sym_go] = ACTIONS(4335), + [anon_sym_spawn] = ACTIONS(4335), + [anon_sym_json_DOTdecode] = ACTIONS(4335), + [anon_sym_LBRACK2] = ACTIONS(4335), + [anon_sym_TILDE] = ACTIONS(4335), + [anon_sym_CARET] = ACTIONS(4335), + [anon_sym_AMP] = ACTIONS(4335), + [anon_sym_LT_DASH] = ACTIONS(4335), + [sym_none] = ACTIONS(4335), + [sym_true] = ACTIONS(4335), + [sym_false] = ACTIONS(4335), + [sym_nil] = ACTIONS(4335), + [anon_sym_if] = ACTIONS(4335), + [anon_sym_DOLLARif] = ACTIONS(4335), + [anon_sym_match] = ACTIONS(4335), + [anon_sym_select] = ACTIONS(4335), + [anon_sym_lock] = ACTIONS(4335), + [anon_sym_rlock] = ACTIONS(4335), + [anon_sym_unsafe] = ACTIONS(4335), + [anon_sym_sql] = ACTIONS(4335), + [sym_int_literal] = ACTIONS(4335), + [sym_float_literal] = ACTIONS(4335), + [sym_rune_literal] = ACTIONS(4335), + [sym_pseudo_compile_time_identifier] = ACTIONS(4335), + [anon_sym_shared] = ACTIONS(4335), + [anon_sym_map_LBRACK] = ACTIONS(4335), + [anon_sym_chan] = ACTIONS(4335), + [anon_sym_thread] = ACTIONS(4335), + [anon_sym_atomic] = ACTIONS(4335), + [anon_sym_assert] = ACTIONS(4335), + [anon_sym_defer] = ACTIONS(4335), + [anon_sym_goto] = ACTIONS(4335), + [anon_sym_break] = ACTIONS(4335), + [anon_sym_continue] = ACTIONS(4335), + [anon_sym_return] = ACTIONS(4335), + [anon_sym_DOLLARfor] = ACTIONS(4335), + [anon_sym_for] = ACTIONS(4335), + [anon_sym_POUND] = ACTIONS(4335), + [anon_sym_asm] = ACTIONS(4335), + [anon_sym_AT_LBRACK] = ACTIONS(4335), + [sym___double_quote] = ACTIONS(4335), + [sym___single_quote] = ACTIONS(4335), + [sym___c_double_quote] = ACTIONS(4335), + [sym___c_single_quote] = ACTIONS(4335), + [sym___r_double_quote] = ACTIONS(4335), + [sym___r_single_quote] = ACTIONS(4335), }, [1557] = { [sym_line_comment] = STATE(1557), [sym_block_comment] = STATE(1557), - [ts_builtin_sym_end] = ACTIONS(4334), - [sym_identifier] = ACTIONS(4336), - [anon_sym_LF] = ACTIONS(4336), - [anon_sym_CR] = ACTIONS(4336), - [anon_sym_CR_LF] = ACTIONS(4336), + [ts_builtin_sym_end] = ACTIONS(4337), + [sym_identifier] = ACTIONS(4339), + [anon_sym_LF] = ACTIONS(4339), + [anon_sym_CR] = ACTIONS(4339), + [anon_sym_CR_LF] = ACTIONS(4339), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_LBRACE] = ACTIONS(4336), - [anon_sym_const] = ACTIONS(4336), - [anon_sym_LPAREN] = ACTIONS(4336), - [anon_sym___global] = ACTIONS(4336), - [anon_sym_type] = ACTIONS(4336), - [anon_sym_fn] = ACTIONS(4336), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4336), - [anon_sym_struct] = ACTIONS(4336), - [anon_sym_union] = ACTIONS(4336), - [anon_sym_pub] = ACTIONS(4336), - [anon_sym_mut] = ACTIONS(4336), - [anon_sym_enum] = ACTIONS(4336), - [anon_sym_interface] = ACTIONS(4336), - [anon_sym_QMARK] = ACTIONS(4336), - [anon_sym_BANG] = ACTIONS(4336), - [anon_sym_go] = ACTIONS(4336), - [anon_sym_spawn] = ACTIONS(4336), - [anon_sym_json_DOTdecode] = ACTIONS(4336), - [anon_sym_LBRACK2] = ACTIONS(4336), - [anon_sym_TILDE] = ACTIONS(4336), - [anon_sym_CARET] = ACTIONS(4336), - [anon_sym_AMP] = ACTIONS(4336), - [anon_sym_LT_DASH] = ACTIONS(4336), - [sym_none] = ACTIONS(4336), - [sym_true] = ACTIONS(4336), - [sym_false] = ACTIONS(4336), - [sym_nil] = ACTIONS(4336), - [anon_sym_if] = ACTIONS(4336), - [anon_sym_DOLLARif] = ACTIONS(4336), - [anon_sym_match] = ACTIONS(4336), - [anon_sym_select] = ACTIONS(4336), - [anon_sym_lock] = ACTIONS(4336), - [anon_sym_rlock] = ACTIONS(4336), - [anon_sym_unsafe] = ACTIONS(4336), - [anon_sym_sql] = ACTIONS(4336), - [sym_int_literal] = ACTIONS(4336), - [sym_float_literal] = ACTIONS(4336), - [sym_rune_literal] = ACTIONS(4336), - [sym_pseudo_compile_time_identifier] = ACTIONS(4336), - [anon_sym_shared] = ACTIONS(4336), - [anon_sym_map_LBRACK] = ACTIONS(4336), - [anon_sym_chan] = ACTIONS(4336), - [anon_sym_thread] = ACTIONS(4336), - [anon_sym_atomic] = ACTIONS(4336), - [anon_sym_assert] = ACTIONS(4336), - [anon_sym_defer] = ACTIONS(4336), - [anon_sym_goto] = ACTIONS(4336), - [anon_sym_break] = ACTIONS(4336), - [anon_sym_continue] = ACTIONS(4336), - [anon_sym_return] = ACTIONS(4336), - [anon_sym_DOLLARfor] = ACTIONS(4336), - [anon_sym_for] = ACTIONS(4336), - [anon_sym_POUND] = ACTIONS(4336), - [anon_sym_asm] = ACTIONS(4336), - [anon_sym_AT_LBRACK] = ACTIONS(4336), - [sym___double_quote] = ACTIONS(4336), - [sym___single_quote] = ACTIONS(4336), - [sym___c_double_quote] = ACTIONS(4336), - [sym___c_single_quote] = ACTIONS(4336), - [sym___r_double_quote] = ACTIONS(4336), - [sym___r_single_quote] = ACTIONS(4336), + [anon_sym_DOT] = ACTIONS(4339), + [anon_sym_LBRACE] = ACTIONS(4339), + [anon_sym_const] = ACTIONS(4339), + [anon_sym_LPAREN] = ACTIONS(4339), + [anon_sym___global] = ACTIONS(4339), + [anon_sym_type] = ACTIONS(4339), + [anon_sym_fn] = ACTIONS(4339), + [anon_sym_PLUS] = ACTIONS(4339), + [anon_sym_DASH] = ACTIONS(4339), + [anon_sym_STAR] = ACTIONS(4339), + [anon_sym_struct] = ACTIONS(4339), + [anon_sym_union] = ACTIONS(4339), + [anon_sym_pub] = ACTIONS(4339), + [anon_sym_mut] = ACTIONS(4339), + [anon_sym_enum] = ACTIONS(4339), + [anon_sym_interface] = ACTIONS(4339), + [anon_sym_QMARK] = ACTIONS(4339), + [anon_sym_BANG] = ACTIONS(4339), + [anon_sym_go] = ACTIONS(4339), + [anon_sym_spawn] = ACTIONS(4339), + [anon_sym_json_DOTdecode] = ACTIONS(4339), + [anon_sym_LBRACK2] = ACTIONS(4339), + [anon_sym_TILDE] = ACTIONS(4339), + [anon_sym_CARET] = ACTIONS(4339), + [anon_sym_AMP] = ACTIONS(4339), + [anon_sym_LT_DASH] = ACTIONS(4339), + [sym_none] = ACTIONS(4339), + [sym_true] = ACTIONS(4339), + [sym_false] = ACTIONS(4339), + [sym_nil] = ACTIONS(4339), + [anon_sym_if] = ACTIONS(4339), + [anon_sym_DOLLARif] = ACTIONS(4339), + [anon_sym_match] = ACTIONS(4339), + [anon_sym_select] = ACTIONS(4339), + [anon_sym_lock] = ACTIONS(4339), + [anon_sym_rlock] = ACTIONS(4339), + [anon_sym_unsafe] = ACTIONS(4339), + [anon_sym_sql] = ACTIONS(4339), + [sym_int_literal] = ACTIONS(4339), + [sym_float_literal] = ACTIONS(4339), + [sym_rune_literal] = ACTIONS(4339), + [sym_pseudo_compile_time_identifier] = ACTIONS(4339), + [anon_sym_shared] = ACTIONS(4339), + [anon_sym_map_LBRACK] = ACTIONS(4339), + [anon_sym_chan] = ACTIONS(4339), + [anon_sym_thread] = ACTIONS(4339), + [anon_sym_atomic] = ACTIONS(4339), + [anon_sym_assert] = ACTIONS(4339), + [anon_sym_defer] = ACTIONS(4339), + [anon_sym_goto] = ACTIONS(4339), + [anon_sym_break] = ACTIONS(4339), + [anon_sym_continue] = ACTIONS(4339), + [anon_sym_return] = ACTIONS(4339), + [anon_sym_DOLLARfor] = ACTIONS(4339), + [anon_sym_for] = ACTIONS(4339), + [anon_sym_POUND] = ACTIONS(4339), + [anon_sym_asm] = ACTIONS(4339), + [anon_sym_AT_LBRACK] = ACTIONS(4339), + [sym___double_quote] = ACTIONS(4339), + [sym___single_quote] = ACTIONS(4339), + [sym___c_double_quote] = ACTIONS(4339), + [sym___c_single_quote] = ACTIONS(4339), + [sym___r_double_quote] = ACTIONS(4339), + [sym___r_single_quote] = ACTIONS(4339), }, [1558] = { [sym_line_comment] = STATE(1558), [sym_block_comment] = STATE(1558), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(603), - [anon_sym_DOT] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_LPAREN] = ACTIONS(3618), - [anon_sym_RPAREN] = ACTIONS(603), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(3620), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(603), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(603), - [anon_sym_BANG_EQ] = ACTIONS(603), - [anon_sym_LT_EQ] = ACTIONS(603), - [anon_sym_GT_EQ] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_RBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_COLON] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(4338), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_COMMA] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(617), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(617), + [anon_sym_BANG_EQ] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(617), + [anon_sym_DOT_DOT_DOT] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(617), + [anon_sym_DASH_DASH] = ACTIONS(617), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(603), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_LT] = ACTIONS(603), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(603), - [anon_sym_AMP_CARET] = ACTIONS(603), - [anon_sym_AMP_AMP] = ACTIONS(603), - [anon_sym_PIPE_PIPE] = ACTIONS(603), - [anon_sym_or] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(603), - [anon_sym_POUND_LBRACK] = ACTIONS(603), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(603), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(603), - [anon_sym_shared] = ACTIONS(623), + [anon_sym_CARET] = ACTIONS(617), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_LT] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(617), + [anon_sym_AMP_CARET] = ACTIONS(617), + [anon_sym_AMP_AMP] = ACTIONS(617), + [anon_sym_PIPE_PIPE] = ACTIONS(617), + [anon_sym_or] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(617), + [anon_sym_POUND_LBRACK] = ACTIONS(617), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(617), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(617), + [anon_sym_COLON_EQ] = ACTIONS(617), + [anon_sym_shared] = ACTIONS(615), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(603), + [anon_sym_DOT_DOT] = ACTIONS(619), }, [1559] = { [sym_line_comment] = STATE(1559), [sym_block_comment] = STATE(1559), - [ts_builtin_sym_end] = ACTIONS(4340), - [sym_identifier] = ACTIONS(4342), - [anon_sym_LF] = ACTIONS(4342), - [anon_sym_CR] = ACTIONS(4342), - [anon_sym_CR_LF] = ACTIONS(4342), + [ts_builtin_sym_end] = ACTIONS(4341), + [sym_identifier] = ACTIONS(4343), + [anon_sym_LF] = ACTIONS(4343), + [anon_sym_CR] = ACTIONS(4343), + [anon_sym_CR_LF] = ACTIONS(4343), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4342), - [anon_sym_LBRACE] = ACTIONS(4342), - [anon_sym_const] = ACTIONS(4342), - [anon_sym_LPAREN] = ACTIONS(4342), - [anon_sym___global] = ACTIONS(4342), - [anon_sym_type] = ACTIONS(4342), - [anon_sym_fn] = ACTIONS(4342), - [anon_sym_PLUS] = ACTIONS(4342), - [anon_sym_DASH] = ACTIONS(4342), - [anon_sym_STAR] = ACTIONS(4342), - [anon_sym_struct] = ACTIONS(4342), - [anon_sym_union] = ACTIONS(4342), - [anon_sym_pub] = ACTIONS(4342), - [anon_sym_mut] = ACTIONS(4342), - [anon_sym_enum] = ACTIONS(4342), - [anon_sym_interface] = ACTIONS(4342), - [anon_sym_QMARK] = ACTIONS(4342), - [anon_sym_BANG] = ACTIONS(4342), - [anon_sym_go] = ACTIONS(4342), - [anon_sym_spawn] = ACTIONS(4342), - [anon_sym_json_DOTdecode] = ACTIONS(4342), - [anon_sym_LBRACK2] = ACTIONS(4342), - [anon_sym_TILDE] = ACTIONS(4342), - [anon_sym_CARET] = ACTIONS(4342), - [anon_sym_AMP] = ACTIONS(4342), - [anon_sym_LT_DASH] = ACTIONS(4342), - [sym_none] = ACTIONS(4342), - [sym_true] = ACTIONS(4342), - [sym_false] = ACTIONS(4342), - [sym_nil] = ACTIONS(4342), - [anon_sym_if] = ACTIONS(4342), - [anon_sym_DOLLARif] = ACTIONS(4342), - [anon_sym_match] = ACTIONS(4342), - [anon_sym_select] = ACTIONS(4342), - [anon_sym_lock] = ACTIONS(4342), - [anon_sym_rlock] = ACTIONS(4342), - [anon_sym_unsafe] = ACTIONS(4342), - [anon_sym_sql] = ACTIONS(4342), - [sym_int_literal] = ACTIONS(4342), - [sym_float_literal] = ACTIONS(4342), - [sym_rune_literal] = ACTIONS(4342), - [sym_pseudo_compile_time_identifier] = ACTIONS(4342), - [anon_sym_shared] = ACTIONS(4342), - [anon_sym_map_LBRACK] = ACTIONS(4342), - [anon_sym_chan] = ACTIONS(4342), - [anon_sym_thread] = ACTIONS(4342), - [anon_sym_atomic] = ACTIONS(4342), - [anon_sym_assert] = ACTIONS(4342), - [anon_sym_defer] = ACTIONS(4342), - [anon_sym_goto] = ACTIONS(4342), - [anon_sym_break] = ACTIONS(4342), - [anon_sym_continue] = ACTIONS(4342), - [anon_sym_return] = ACTIONS(4342), - [anon_sym_DOLLARfor] = ACTIONS(4342), - [anon_sym_for] = ACTIONS(4342), - [anon_sym_POUND] = ACTIONS(4342), - [anon_sym_asm] = ACTIONS(4342), - [anon_sym_AT_LBRACK] = ACTIONS(4342), - [sym___double_quote] = ACTIONS(4342), - [sym___single_quote] = ACTIONS(4342), - [sym___c_double_quote] = ACTIONS(4342), - [sym___c_single_quote] = ACTIONS(4342), - [sym___r_double_quote] = ACTIONS(4342), - [sym___r_single_quote] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_LBRACE] = ACTIONS(4343), + [anon_sym_const] = ACTIONS(4343), + [anon_sym_LPAREN] = ACTIONS(4343), + [anon_sym___global] = ACTIONS(4343), + [anon_sym_type] = ACTIONS(4343), + [anon_sym_fn] = ACTIONS(4343), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [anon_sym_struct] = ACTIONS(4343), + [anon_sym_union] = ACTIONS(4343), + [anon_sym_pub] = ACTIONS(4343), + [anon_sym_mut] = ACTIONS(4343), + [anon_sym_enum] = ACTIONS(4343), + [anon_sym_interface] = ACTIONS(4343), + [anon_sym_QMARK] = ACTIONS(4343), + [anon_sym_BANG] = ACTIONS(4343), + [anon_sym_go] = ACTIONS(4343), + [anon_sym_spawn] = ACTIONS(4343), + [anon_sym_json_DOTdecode] = ACTIONS(4343), + [anon_sym_LBRACK2] = ACTIONS(4343), + [anon_sym_TILDE] = ACTIONS(4343), + [anon_sym_CARET] = ACTIONS(4343), + [anon_sym_AMP] = ACTIONS(4343), + [anon_sym_LT_DASH] = ACTIONS(4343), + [sym_none] = ACTIONS(4343), + [sym_true] = ACTIONS(4343), + [sym_false] = ACTIONS(4343), + [sym_nil] = ACTIONS(4343), + [anon_sym_if] = ACTIONS(4343), + [anon_sym_DOLLARif] = ACTIONS(4343), + [anon_sym_match] = ACTIONS(4343), + [anon_sym_select] = ACTIONS(4343), + [anon_sym_lock] = ACTIONS(4343), + [anon_sym_rlock] = ACTIONS(4343), + [anon_sym_unsafe] = ACTIONS(4343), + [anon_sym_sql] = ACTIONS(4343), + [sym_int_literal] = ACTIONS(4343), + [sym_float_literal] = ACTIONS(4343), + [sym_rune_literal] = ACTIONS(4343), + [sym_pseudo_compile_time_identifier] = ACTIONS(4343), + [anon_sym_shared] = ACTIONS(4343), + [anon_sym_map_LBRACK] = ACTIONS(4343), + [anon_sym_chan] = ACTIONS(4343), + [anon_sym_thread] = ACTIONS(4343), + [anon_sym_atomic] = ACTIONS(4343), + [anon_sym_assert] = ACTIONS(4343), + [anon_sym_defer] = ACTIONS(4343), + [anon_sym_goto] = ACTIONS(4343), + [anon_sym_break] = ACTIONS(4343), + [anon_sym_continue] = ACTIONS(4343), + [anon_sym_return] = ACTIONS(4343), + [anon_sym_DOLLARfor] = ACTIONS(4343), + [anon_sym_for] = ACTIONS(4343), + [anon_sym_POUND] = ACTIONS(4343), + [anon_sym_asm] = ACTIONS(4343), + [anon_sym_AT_LBRACK] = ACTIONS(4343), + [sym___double_quote] = ACTIONS(4343), + [sym___single_quote] = ACTIONS(4343), + [sym___c_double_quote] = ACTIONS(4343), + [sym___c_single_quote] = ACTIONS(4343), + [sym___r_double_quote] = ACTIONS(4343), + [sym___r_single_quote] = ACTIONS(4343), }, [1560] = { [sym_line_comment] = STATE(1560), [sym_block_comment] = STATE(1560), - [ts_builtin_sym_end] = ACTIONS(4344), - [sym_identifier] = ACTIONS(4346), - [anon_sym_LF] = ACTIONS(4346), - [anon_sym_CR] = ACTIONS(4346), - [anon_sym_CR_LF] = ACTIONS(4346), + [ts_builtin_sym_end] = ACTIONS(4345), + [sym_identifier] = ACTIONS(4347), + [anon_sym_LF] = ACTIONS(4347), + [anon_sym_CR] = ACTIONS(4347), + [anon_sym_CR_LF] = ACTIONS(4347), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4346), - [anon_sym_LBRACE] = ACTIONS(4346), - [anon_sym_const] = ACTIONS(4346), - [anon_sym_LPAREN] = ACTIONS(4346), - [anon_sym___global] = ACTIONS(4346), - [anon_sym_type] = ACTIONS(4346), - [anon_sym_fn] = ACTIONS(4346), - [anon_sym_PLUS] = ACTIONS(4346), - [anon_sym_DASH] = ACTIONS(4346), - [anon_sym_STAR] = ACTIONS(4346), - [anon_sym_struct] = ACTIONS(4346), - [anon_sym_union] = ACTIONS(4346), - [anon_sym_pub] = ACTIONS(4346), - [anon_sym_mut] = ACTIONS(4346), - [anon_sym_enum] = ACTIONS(4346), - [anon_sym_interface] = ACTIONS(4346), - [anon_sym_QMARK] = ACTIONS(4346), - [anon_sym_BANG] = ACTIONS(4346), - [anon_sym_go] = ACTIONS(4346), - [anon_sym_spawn] = ACTIONS(4346), - [anon_sym_json_DOTdecode] = ACTIONS(4346), - [anon_sym_LBRACK2] = ACTIONS(4346), - [anon_sym_TILDE] = ACTIONS(4346), - [anon_sym_CARET] = ACTIONS(4346), - [anon_sym_AMP] = ACTIONS(4346), - [anon_sym_LT_DASH] = ACTIONS(4346), - [sym_none] = ACTIONS(4346), - [sym_true] = ACTIONS(4346), - [sym_false] = ACTIONS(4346), - [sym_nil] = ACTIONS(4346), - [anon_sym_if] = ACTIONS(4346), - [anon_sym_DOLLARif] = ACTIONS(4346), - [anon_sym_match] = ACTIONS(4346), - [anon_sym_select] = ACTIONS(4346), - [anon_sym_lock] = ACTIONS(4346), - [anon_sym_rlock] = ACTIONS(4346), - [anon_sym_unsafe] = ACTIONS(4346), - [anon_sym_sql] = ACTIONS(4346), - [sym_int_literal] = ACTIONS(4346), - [sym_float_literal] = ACTIONS(4346), - [sym_rune_literal] = ACTIONS(4346), - [sym_pseudo_compile_time_identifier] = ACTIONS(4346), - [anon_sym_shared] = ACTIONS(4346), - [anon_sym_map_LBRACK] = ACTIONS(4346), - [anon_sym_chan] = ACTIONS(4346), - [anon_sym_thread] = ACTIONS(4346), - [anon_sym_atomic] = ACTIONS(4346), - [anon_sym_assert] = ACTIONS(4346), - [anon_sym_defer] = ACTIONS(4346), - [anon_sym_goto] = ACTIONS(4346), - [anon_sym_break] = ACTIONS(4346), - [anon_sym_continue] = ACTIONS(4346), - [anon_sym_return] = ACTIONS(4346), - [anon_sym_DOLLARfor] = ACTIONS(4346), - [anon_sym_for] = ACTIONS(4346), - [anon_sym_POUND] = ACTIONS(4346), - [anon_sym_asm] = ACTIONS(4346), - [anon_sym_AT_LBRACK] = ACTIONS(4346), - [sym___double_quote] = ACTIONS(4346), - [sym___single_quote] = ACTIONS(4346), - [sym___c_double_quote] = ACTIONS(4346), - [sym___c_single_quote] = ACTIONS(4346), - [sym___r_double_quote] = ACTIONS(4346), - [sym___r_single_quote] = ACTIONS(4346), + [anon_sym_DOT] = ACTIONS(4347), + [anon_sym_LBRACE] = ACTIONS(4347), + [anon_sym_const] = ACTIONS(4347), + [anon_sym_LPAREN] = ACTIONS(4347), + [anon_sym___global] = ACTIONS(4347), + [anon_sym_type] = ACTIONS(4347), + [anon_sym_fn] = ACTIONS(4347), + [anon_sym_PLUS] = ACTIONS(4347), + [anon_sym_DASH] = ACTIONS(4347), + [anon_sym_STAR] = ACTIONS(4347), + [anon_sym_struct] = ACTIONS(4347), + [anon_sym_union] = ACTIONS(4347), + [anon_sym_pub] = ACTIONS(4347), + [anon_sym_mut] = ACTIONS(4347), + [anon_sym_enum] = ACTIONS(4347), + [anon_sym_interface] = ACTIONS(4347), + [anon_sym_QMARK] = ACTIONS(4347), + [anon_sym_BANG] = ACTIONS(4347), + [anon_sym_go] = ACTIONS(4347), + [anon_sym_spawn] = ACTIONS(4347), + [anon_sym_json_DOTdecode] = ACTIONS(4347), + [anon_sym_LBRACK2] = ACTIONS(4347), + [anon_sym_TILDE] = ACTIONS(4347), + [anon_sym_CARET] = ACTIONS(4347), + [anon_sym_AMP] = ACTIONS(4347), + [anon_sym_LT_DASH] = ACTIONS(4347), + [sym_none] = ACTIONS(4347), + [sym_true] = ACTIONS(4347), + [sym_false] = ACTIONS(4347), + [sym_nil] = ACTIONS(4347), + [anon_sym_if] = ACTIONS(4347), + [anon_sym_DOLLARif] = ACTIONS(4347), + [anon_sym_match] = ACTIONS(4347), + [anon_sym_select] = ACTIONS(4347), + [anon_sym_lock] = ACTIONS(4347), + [anon_sym_rlock] = ACTIONS(4347), + [anon_sym_unsafe] = ACTIONS(4347), + [anon_sym_sql] = ACTIONS(4347), + [sym_int_literal] = ACTIONS(4347), + [sym_float_literal] = ACTIONS(4347), + [sym_rune_literal] = ACTIONS(4347), + [sym_pseudo_compile_time_identifier] = ACTIONS(4347), + [anon_sym_shared] = ACTIONS(4347), + [anon_sym_map_LBRACK] = ACTIONS(4347), + [anon_sym_chan] = ACTIONS(4347), + [anon_sym_thread] = ACTIONS(4347), + [anon_sym_atomic] = ACTIONS(4347), + [anon_sym_assert] = ACTIONS(4347), + [anon_sym_defer] = ACTIONS(4347), + [anon_sym_goto] = ACTIONS(4347), + [anon_sym_break] = ACTIONS(4347), + [anon_sym_continue] = ACTIONS(4347), + [anon_sym_return] = ACTIONS(4347), + [anon_sym_DOLLARfor] = ACTIONS(4347), + [anon_sym_for] = ACTIONS(4347), + [anon_sym_POUND] = ACTIONS(4347), + [anon_sym_asm] = ACTIONS(4347), + [anon_sym_AT_LBRACK] = ACTIONS(4347), + [sym___double_quote] = ACTIONS(4347), + [sym___single_quote] = ACTIONS(4347), + [sym___c_double_quote] = ACTIONS(4347), + [sym___c_single_quote] = ACTIONS(4347), + [sym___r_double_quote] = ACTIONS(4347), + [sym___r_single_quote] = ACTIONS(4347), }, [1561] = { [sym_line_comment] = STATE(1561), [sym_block_comment] = STATE(1561), - [ts_builtin_sym_end] = ACTIONS(4348), - [sym_identifier] = ACTIONS(4350), - [anon_sym_LF] = ACTIONS(4350), - [anon_sym_CR] = ACTIONS(4350), - [anon_sym_CR_LF] = ACTIONS(4350), + [ts_builtin_sym_end] = ACTIONS(4349), + [sym_identifier] = ACTIONS(4351), + [anon_sym_LF] = ACTIONS(4351), + [anon_sym_CR] = ACTIONS(4351), + [anon_sym_CR_LF] = ACTIONS(4351), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4350), - [anon_sym_LBRACE] = ACTIONS(4350), - [anon_sym_const] = ACTIONS(4350), - [anon_sym_LPAREN] = ACTIONS(4350), - [anon_sym___global] = ACTIONS(4350), - [anon_sym_type] = ACTIONS(4350), - [anon_sym_fn] = ACTIONS(4350), - [anon_sym_PLUS] = ACTIONS(4350), - [anon_sym_DASH] = ACTIONS(4350), - [anon_sym_STAR] = ACTIONS(4350), - [anon_sym_struct] = ACTIONS(4350), - [anon_sym_union] = ACTIONS(4350), - [anon_sym_pub] = ACTIONS(4350), - [anon_sym_mut] = ACTIONS(4350), - [anon_sym_enum] = ACTIONS(4350), - [anon_sym_interface] = ACTIONS(4350), - [anon_sym_QMARK] = ACTIONS(4350), - [anon_sym_BANG] = ACTIONS(4350), - [anon_sym_go] = ACTIONS(4350), - [anon_sym_spawn] = ACTIONS(4350), - [anon_sym_json_DOTdecode] = ACTIONS(4350), - [anon_sym_LBRACK2] = ACTIONS(4350), - [anon_sym_TILDE] = ACTIONS(4350), - [anon_sym_CARET] = ACTIONS(4350), - [anon_sym_AMP] = ACTIONS(4350), - [anon_sym_LT_DASH] = ACTIONS(4350), - [sym_none] = ACTIONS(4350), - [sym_true] = ACTIONS(4350), - [sym_false] = ACTIONS(4350), - [sym_nil] = ACTIONS(4350), - [anon_sym_if] = ACTIONS(4350), - [anon_sym_DOLLARif] = ACTIONS(4350), - [anon_sym_match] = ACTIONS(4350), - [anon_sym_select] = ACTIONS(4350), - [anon_sym_lock] = ACTIONS(4350), - [anon_sym_rlock] = ACTIONS(4350), - [anon_sym_unsafe] = ACTIONS(4350), - [anon_sym_sql] = ACTIONS(4350), - [sym_int_literal] = ACTIONS(4350), - [sym_float_literal] = ACTIONS(4350), - [sym_rune_literal] = ACTIONS(4350), - [sym_pseudo_compile_time_identifier] = ACTIONS(4350), - [anon_sym_shared] = ACTIONS(4350), - [anon_sym_map_LBRACK] = ACTIONS(4350), - [anon_sym_chan] = ACTIONS(4350), - [anon_sym_thread] = ACTIONS(4350), - [anon_sym_atomic] = ACTIONS(4350), - [anon_sym_assert] = ACTIONS(4350), - [anon_sym_defer] = ACTIONS(4350), - [anon_sym_goto] = ACTIONS(4350), - [anon_sym_break] = ACTIONS(4350), - [anon_sym_continue] = ACTIONS(4350), - [anon_sym_return] = ACTIONS(4350), - [anon_sym_DOLLARfor] = ACTIONS(4350), - [anon_sym_for] = ACTIONS(4350), - [anon_sym_POUND] = ACTIONS(4350), - [anon_sym_asm] = ACTIONS(4350), - [anon_sym_AT_LBRACK] = ACTIONS(4350), - [sym___double_quote] = ACTIONS(4350), - [sym___single_quote] = ACTIONS(4350), - [sym___c_double_quote] = ACTIONS(4350), - [sym___c_single_quote] = ACTIONS(4350), - [sym___r_double_quote] = ACTIONS(4350), - [sym___r_single_quote] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(4351), + [anon_sym_LBRACE] = ACTIONS(4351), + [anon_sym_const] = ACTIONS(4351), + [anon_sym_LPAREN] = ACTIONS(4351), + [anon_sym___global] = ACTIONS(4351), + [anon_sym_type] = ACTIONS(4351), + [anon_sym_fn] = ACTIONS(4351), + [anon_sym_PLUS] = ACTIONS(4351), + [anon_sym_DASH] = ACTIONS(4351), + [anon_sym_STAR] = ACTIONS(4351), + [anon_sym_struct] = ACTIONS(4351), + [anon_sym_union] = ACTIONS(4351), + [anon_sym_pub] = ACTIONS(4351), + [anon_sym_mut] = ACTIONS(4351), + [anon_sym_enum] = ACTIONS(4351), + [anon_sym_interface] = ACTIONS(4351), + [anon_sym_QMARK] = ACTIONS(4351), + [anon_sym_BANG] = ACTIONS(4351), + [anon_sym_go] = ACTIONS(4351), + [anon_sym_spawn] = ACTIONS(4351), + [anon_sym_json_DOTdecode] = ACTIONS(4351), + [anon_sym_LBRACK2] = ACTIONS(4351), + [anon_sym_TILDE] = ACTIONS(4351), + [anon_sym_CARET] = ACTIONS(4351), + [anon_sym_AMP] = ACTIONS(4351), + [anon_sym_LT_DASH] = ACTIONS(4351), + [sym_none] = ACTIONS(4351), + [sym_true] = ACTIONS(4351), + [sym_false] = ACTIONS(4351), + [sym_nil] = ACTIONS(4351), + [anon_sym_if] = ACTIONS(4351), + [anon_sym_DOLLARif] = ACTIONS(4351), + [anon_sym_match] = ACTIONS(4351), + [anon_sym_select] = ACTIONS(4351), + [anon_sym_lock] = ACTIONS(4351), + [anon_sym_rlock] = ACTIONS(4351), + [anon_sym_unsafe] = ACTIONS(4351), + [anon_sym_sql] = ACTIONS(4351), + [sym_int_literal] = ACTIONS(4351), + [sym_float_literal] = ACTIONS(4351), + [sym_rune_literal] = ACTIONS(4351), + [sym_pseudo_compile_time_identifier] = ACTIONS(4351), + [anon_sym_shared] = ACTIONS(4351), + [anon_sym_map_LBRACK] = ACTIONS(4351), + [anon_sym_chan] = ACTIONS(4351), + [anon_sym_thread] = ACTIONS(4351), + [anon_sym_atomic] = ACTIONS(4351), + [anon_sym_assert] = ACTIONS(4351), + [anon_sym_defer] = ACTIONS(4351), + [anon_sym_goto] = ACTIONS(4351), + [anon_sym_break] = ACTIONS(4351), + [anon_sym_continue] = ACTIONS(4351), + [anon_sym_return] = ACTIONS(4351), + [anon_sym_DOLLARfor] = ACTIONS(4351), + [anon_sym_for] = ACTIONS(4351), + [anon_sym_POUND] = ACTIONS(4351), + [anon_sym_asm] = ACTIONS(4351), + [anon_sym_AT_LBRACK] = ACTIONS(4351), + [sym___double_quote] = ACTIONS(4351), + [sym___single_quote] = ACTIONS(4351), + [sym___c_double_quote] = ACTIONS(4351), + [sym___c_single_quote] = ACTIONS(4351), + [sym___r_double_quote] = ACTIONS(4351), + [sym___r_single_quote] = ACTIONS(4351), }, [1562] = { [sym_line_comment] = STATE(1562), [sym_block_comment] = STATE(1562), - [ts_builtin_sym_end] = ACTIONS(4352), - [sym_identifier] = ACTIONS(4354), - [anon_sym_LF] = ACTIONS(4354), - [anon_sym_CR] = ACTIONS(4354), - [anon_sym_CR_LF] = ACTIONS(4354), + [ts_builtin_sym_end] = ACTIONS(4353), + [sym_identifier] = ACTIONS(4355), + [anon_sym_LF] = ACTIONS(4355), + [anon_sym_CR] = ACTIONS(4355), + [anon_sym_CR_LF] = ACTIONS(4355), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4354), - [anon_sym_LBRACE] = ACTIONS(4354), - [anon_sym_const] = ACTIONS(4354), - [anon_sym_LPAREN] = ACTIONS(4354), - [anon_sym___global] = ACTIONS(4354), - [anon_sym_type] = ACTIONS(4354), - [anon_sym_fn] = ACTIONS(4354), - [anon_sym_PLUS] = ACTIONS(4354), - [anon_sym_DASH] = ACTIONS(4354), - [anon_sym_STAR] = ACTIONS(4354), - [anon_sym_struct] = ACTIONS(4354), - [anon_sym_union] = ACTIONS(4354), - [anon_sym_pub] = ACTIONS(4354), - [anon_sym_mut] = ACTIONS(4354), - [anon_sym_enum] = ACTIONS(4354), - [anon_sym_interface] = ACTIONS(4354), - [anon_sym_QMARK] = ACTIONS(4354), - [anon_sym_BANG] = ACTIONS(4354), - [anon_sym_go] = ACTIONS(4354), - [anon_sym_spawn] = ACTIONS(4354), - [anon_sym_json_DOTdecode] = ACTIONS(4354), - [anon_sym_LBRACK2] = ACTIONS(4354), - [anon_sym_TILDE] = ACTIONS(4354), - [anon_sym_CARET] = ACTIONS(4354), - [anon_sym_AMP] = ACTIONS(4354), - [anon_sym_LT_DASH] = ACTIONS(4354), - [sym_none] = ACTIONS(4354), - [sym_true] = ACTIONS(4354), - [sym_false] = ACTIONS(4354), - [sym_nil] = ACTIONS(4354), - [anon_sym_if] = ACTIONS(4354), - [anon_sym_DOLLARif] = ACTIONS(4354), - [anon_sym_match] = ACTIONS(4354), - [anon_sym_select] = ACTIONS(4354), - [anon_sym_lock] = ACTIONS(4354), - [anon_sym_rlock] = ACTIONS(4354), - [anon_sym_unsafe] = ACTIONS(4354), - [anon_sym_sql] = ACTIONS(4354), - [sym_int_literal] = ACTIONS(4354), - [sym_float_literal] = ACTIONS(4354), - [sym_rune_literal] = ACTIONS(4354), - [sym_pseudo_compile_time_identifier] = ACTIONS(4354), - [anon_sym_shared] = ACTIONS(4354), - [anon_sym_map_LBRACK] = ACTIONS(4354), - [anon_sym_chan] = ACTIONS(4354), - [anon_sym_thread] = ACTIONS(4354), - [anon_sym_atomic] = ACTIONS(4354), - [anon_sym_assert] = ACTIONS(4354), - [anon_sym_defer] = ACTIONS(4354), - [anon_sym_goto] = ACTIONS(4354), - [anon_sym_break] = ACTIONS(4354), - [anon_sym_continue] = ACTIONS(4354), - [anon_sym_return] = ACTIONS(4354), - [anon_sym_DOLLARfor] = ACTIONS(4354), - [anon_sym_for] = ACTIONS(4354), - [anon_sym_POUND] = ACTIONS(4354), - [anon_sym_asm] = ACTIONS(4354), - [anon_sym_AT_LBRACK] = ACTIONS(4354), - [sym___double_quote] = ACTIONS(4354), - [sym___single_quote] = ACTIONS(4354), - [sym___c_double_quote] = ACTIONS(4354), - [sym___c_single_quote] = ACTIONS(4354), - [sym___r_double_quote] = ACTIONS(4354), - [sym___r_single_quote] = ACTIONS(4354), + [anon_sym_DOT] = ACTIONS(4355), + [anon_sym_LBRACE] = ACTIONS(4355), + [anon_sym_const] = ACTIONS(4355), + [anon_sym_LPAREN] = ACTIONS(4355), + [anon_sym___global] = ACTIONS(4355), + [anon_sym_type] = ACTIONS(4355), + [anon_sym_fn] = ACTIONS(4355), + [anon_sym_PLUS] = ACTIONS(4355), + [anon_sym_DASH] = ACTIONS(4355), + [anon_sym_STAR] = ACTIONS(4355), + [anon_sym_struct] = ACTIONS(4355), + [anon_sym_union] = ACTIONS(4355), + [anon_sym_pub] = ACTIONS(4355), + [anon_sym_mut] = ACTIONS(4355), + [anon_sym_enum] = ACTIONS(4355), + [anon_sym_interface] = ACTIONS(4355), + [anon_sym_QMARK] = ACTIONS(4355), + [anon_sym_BANG] = ACTIONS(4355), + [anon_sym_go] = ACTIONS(4355), + [anon_sym_spawn] = ACTIONS(4355), + [anon_sym_json_DOTdecode] = ACTIONS(4355), + [anon_sym_LBRACK2] = ACTIONS(4355), + [anon_sym_TILDE] = ACTIONS(4355), + [anon_sym_CARET] = ACTIONS(4355), + [anon_sym_AMP] = ACTIONS(4355), + [anon_sym_LT_DASH] = ACTIONS(4355), + [sym_none] = ACTIONS(4355), + [sym_true] = ACTIONS(4355), + [sym_false] = ACTIONS(4355), + [sym_nil] = ACTIONS(4355), + [anon_sym_if] = ACTIONS(4355), + [anon_sym_DOLLARif] = ACTIONS(4355), + [anon_sym_match] = ACTIONS(4355), + [anon_sym_select] = ACTIONS(4355), + [anon_sym_lock] = ACTIONS(4355), + [anon_sym_rlock] = ACTIONS(4355), + [anon_sym_unsafe] = ACTIONS(4355), + [anon_sym_sql] = ACTIONS(4355), + [sym_int_literal] = ACTIONS(4355), + [sym_float_literal] = ACTIONS(4355), + [sym_rune_literal] = ACTIONS(4355), + [sym_pseudo_compile_time_identifier] = ACTIONS(4355), + [anon_sym_shared] = ACTIONS(4355), + [anon_sym_map_LBRACK] = ACTIONS(4355), + [anon_sym_chan] = ACTIONS(4355), + [anon_sym_thread] = ACTIONS(4355), + [anon_sym_atomic] = ACTIONS(4355), + [anon_sym_assert] = ACTIONS(4355), + [anon_sym_defer] = ACTIONS(4355), + [anon_sym_goto] = ACTIONS(4355), + [anon_sym_break] = ACTIONS(4355), + [anon_sym_continue] = ACTIONS(4355), + [anon_sym_return] = ACTIONS(4355), + [anon_sym_DOLLARfor] = ACTIONS(4355), + [anon_sym_for] = ACTIONS(4355), + [anon_sym_POUND] = ACTIONS(4355), + [anon_sym_asm] = ACTIONS(4355), + [anon_sym_AT_LBRACK] = ACTIONS(4355), + [sym___double_quote] = ACTIONS(4355), + [sym___single_quote] = ACTIONS(4355), + [sym___c_double_quote] = ACTIONS(4355), + [sym___c_single_quote] = ACTIONS(4355), + [sym___r_double_quote] = ACTIONS(4355), + [sym___r_single_quote] = ACTIONS(4355), }, [1563] = { [sym_line_comment] = STATE(1563), [sym_block_comment] = STATE(1563), - [ts_builtin_sym_end] = ACTIONS(4356), - [sym_identifier] = ACTIONS(4358), - [anon_sym_LF] = ACTIONS(4358), - [anon_sym_CR] = ACTIONS(4358), - [anon_sym_CR_LF] = ACTIONS(4358), + [ts_builtin_sym_end] = ACTIONS(4357), + [sym_identifier] = ACTIONS(4359), + [anon_sym_LF] = ACTIONS(4359), + [anon_sym_CR] = ACTIONS(4359), + [anon_sym_CR_LF] = ACTIONS(4359), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4358), - [anon_sym_LBRACE] = ACTIONS(4358), - [anon_sym_const] = ACTIONS(4358), - [anon_sym_LPAREN] = ACTIONS(4358), - [anon_sym___global] = ACTIONS(4358), - [anon_sym_type] = ACTIONS(4358), - [anon_sym_fn] = ACTIONS(4358), - [anon_sym_PLUS] = ACTIONS(4358), - [anon_sym_DASH] = ACTIONS(4358), - [anon_sym_STAR] = ACTIONS(4358), - [anon_sym_struct] = ACTIONS(4358), - [anon_sym_union] = ACTIONS(4358), - [anon_sym_pub] = ACTIONS(4358), - [anon_sym_mut] = ACTIONS(4358), - [anon_sym_enum] = ACTIONS(4358), - [anon_sym_interface] = ACTIONS(4358), - [anon_sym_QMARK] = ACTIONS(4358), - [anon_sym_BANG] = ACTIONS(4358), - [anon_sym_go] = ACTIONS(4358), - [anon_sym_spawn] = ACTIONS(4358), - [anon_sym_json_DOTdecode] = ACTIONS(4358), - [anon_sym_LBRACK2] = ACTIONS(4358), - [anon_sym_TILDE] = ACTIONS(4358), - [anon_sym_CARET] = ACTIONS(4358), - [anon_sym_AMP] = ACTIONS(4358), - [anon_sym_LT_DASH] = ACTIONS(4358), - [sym_none] = ACTIONS(4358), - [sym_true] = ACTIONS(4358), - [sym_false] = ACTIONS(4358), - [sym_nil] = ACTIONS(4358), - [anon_sym_if] = ACTIONS(4358), - [anon_sym_DOLLARif] = ACTIONS(4358), - [anon_sym_match] = ACTIONS(4358), - [anon_sym_select] = ACTIONS(4358), - [anon_sym_lock] = ACTIONS(4358), - [anon_sym_rlock] = ACTIONS(4358), - [anon_sym_unsafe] = ACTIONS(4358), - [anon_sym_sql] = ACTIONS(4358), - [sym_int_literal] = ACTIONS(4358), - [sym_float_literal] = ACTIONS(4358), - [sym_rune_literal] = ACTIONS(4358), - [sym_pseudo_compile_time_identifier] = ACTIONS(4358), - [anon_sym_shared] = ACTIONS(4358), - [anon_sym_map_LBRACK] = ACTIONS(4358), - [anon_sym_chan] = ACTIONS(4358), - [anon_sym_thread] = ACTIONS(4358), - [anon_sym_atomic] = ACTIONS(4358), - [anon_sym_assert] = ACTIONS(4358), - [anon_sym_defer] = ACTIONS(4358), - [anon_sym_goto] = ACTIONS(4358), - [anon_sym_break] = ACTIONS(4358), - [anon_sym_continue] = ACTIONS(4358), - [anon_sym_return] = ACTIONS(4358), - [anon_sym_DOLLARfor] = ACTIONS(4358), - [anon_sym_for] = ACTIONS(4358), - [anon_sym_POUND] = ACTIONS(4358), - [anon_sym_asm] = ACTIONS(4358), - [anon_sym_AT_LBRACK] = ACTIONS(4358), - [sym___double_quote] = ACTIONS(4358), - [sym___single_quote] = ACTIONS(4358), - [sym___c_double_quote] = ACTIONS(4358), - [sym___c_single_quote] = ACTIONS(4358), - [sym___r_double_quote] = ACTIONS(4358), - [sym___r_single_quote] = ACTIONS(4358), + [anon_sym_DOT] = ACTIONS(4359), + [anon_sym_LBRACE] = ACTIONS(4359), + [anon_sym_const] = ACTIONS(4359), + [anon_sym_LPAREN] = ACTIONS(4359), + [anon_sym___global] = ACTIONS(4359), + [anon_sym_type] = ACTIONS(4359), + [anon_sym_fn] = ACTIONS(4359), + [anon_sym_PLUS] = ACTIONS(4359), + [anon_sym_DASH] = ACTIONS(4359), + [anon_sym_STAR] = ACTIONS(4359), + [anon_sym_struct] = ACTIONS(4359), + [anon_sym_union] = ACTIONS(4359), + [anon_sym_pub] = ACTIONS(4359), + [anon_sym_mut] = ACTIONS(4359), + [anon_sym_enum] = ACTIONS(4359), + [anon_sym_interface] = ACTIONS(4359), + [anon_sym_QMARK] = ACTIONS(4359), + [anon_sym_BANG] = ACTIONS(4359), + [anon_sym_go] = ACTIONS(4359), + [anon_sym_spawn] = ACTIONS(4359), + [anon_sym_json_DOTdecode] = ACTIONS(4359), + [anon_sym_LBRACK2] = ACTIONS(4359), + [anon_sym_TILDE] = ACTIONS(4359), + [anon_sym_CARET] = ACTIONS(4359), + [anon_sym_AMP] = ACTIONS(4359), + [anon_sym_LT_DASH] = ACTIONS(4359), + [sym_none] = ACTIONS(4359), + [sym_true] = ACTIONS(4359), + [sym_false] = ACTIONS(4359), + [sym_nil] = ACTIONS(4359), + [anon_sym_if] = ACTIONS(4359), + [anon_sym_DOLLARif] = ACTIONS(4359), + [anon_sym_match] = ACTIONS(4359), + [anon_sym_select] = ACTIONS(4359), + [anon_sym_lock] = ACTIONS(4359), + [anon_sym_rlock] = ACTIONS(4359), + [anon_sym_unsafe] = ACTIONS(4359), + [anon_sym_sql] = ACTIONS(4359), + [sym_int_literal] = ACTIONS(4359), + [sym_float_literal] = ACTIONS(4359), + [sym_rune_literal] = ACTIONS(4359), + [sym_pseudo_compile_time_identifier] = ACTIONS(4359), + [anon_sym_shared] = ACTIONS(4359), + [anon_sym_map_LBRACK] = ACTIONS(4359), + [anon_sym_chan] = ACTIONS(4359), + [anon_sym_thread] = ACTIONS(4359), + [anon_sym_atomic] = ACTIONS(4359), + [anon_sym_assert] = ACTIONS(4359), + [anon_sym_defer] = ACTIONS(4359), + [anon_sym_goto] = ACTIONS(4359), + [anon_sym_break] = ACTIONS(4359), + [anon_sym_continue] = ACTIONS(4359), + [anon_sym_return] = ACTIONS(4359), + [anon_sym_DOLLARfor] = ACTIONS(4359), + [anon_sym_for] = ACTIONS(4359), + [anon_sym_POUND] = ACTIONS(4359), + [anon_sym_asm] = ACTIONS(4359), + [anon_sym_AT_LBRACK] = ACTIONS(4359), + [sym___double_quote] = ACTIONS(4359), + [sym___single_quote] = ACTIONS(4359), + [sym___c_double_quote] = ACTIONS(4359), + [sym___c_single_quote] = ACTIONS(4359), + [sym___r_double_quote] = ACTIONS(4359), + [sym___r_single_quote] = ACTIONS(4359), }, [1564] = { [sym_line_comment] = STATE(1564), [sym_block_comment] = STATE(1564), - [ts_builtin_sym_end] = ACTIONS(4360), - [sym_identifier] = ACTIONS(4362), - [anon_sym_LF] = ACTIONS(4362), - [anon_sym_CR] = ACTIONS(4362), - [anon_sym_CR_LF] = ACTIONS(4362), + [ts_builtin_sym_end] = ACTIONS(4361), + [sym_identifier] = ACTIONS(4363), + [anon_sym_LF] = ACTIONS(4363), + [anon_sym_CR] = ACTIONS(4363), + [anon_sym_CR_LF] = ACTIONS(4363), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4362), - [anon_sym_LBRACE] = ACTIONS(4362), - [anon_sym_const] = ACTIONS(4362), - [anon_sym_LPAREN] = ACTIONS(4362), - [anon_sym___global] = ACTIONS(4362), - [anon_sym_type] = ACTIONS(4362), - [anon_sym_fn] = ACTIONS(4362), - [anon_sym_PLUS] = ACTIONS(4362), - [anon_sym_DASH] = ACTIONS(4362), - [anon_sym_STAR] = ACTIONS(4362), - [anon_sym_struct] = ACTIONS(4362), - [anon_sym_union] = ACTIONS(4362), - [anon_sym_pub] = ACTIONS(4362), - [anon_sym_mut] = ACTIONS(4362), - [anon_sym_enum] = ACTIONS(4362), - [anon_sym_interface] = ACTIONS(4362), - [anon_sym_QMARK] = ACTIONS(4362), - [anon_sym_BANG] = ACTIONS(4362), - [anon_sym_go] = ACTIONS(4362), - [anon_sym_spawn] = ACTIONS(4362), - [anon_sym_json_DOTdecode] = ACTIONS(4362), - [anon_sym_LBRACK2] = ACTIONS(4362), - [anon_sym_TILDE] = ACTIONS(4362), - [anon_sym_CARET] = ACTIONS(4362), - [anon_sym_AMP] = ACTIONS(4362), - [anon_sym_LT_DASH] = ACTIONS(4362), - [sym_none] = ACTIONS(4362), - [sym_true] = ACTIONS(4362), - [sym_false] = ACTIONS(4362), - [sym_nil] = ACTIONS(4362), - [anon_sym_if] = ACTIONS(4362), - [anon_sym_DOLLARif] = ACTIONS(4362), - [anon_sym_match] = ACTIONS(4362), - [anon_sym_select] = ACTIONS(4362), - [anon_sym_lock] = ACTIONS(4362), - [anon_sym_rlock] = ACTIONS(4362), - [anon_sym_unsafe] = ACTIONS(4362), - [anon_sym_sql] = ACTIONS(4362), - [sym_int_literal] = ACTIONS(4362), - [sym_float_literal] = ACTIONS(4362), - [sym_rune_literal] = ACTIONS(4362), - [sym_pseudo_compile_time_identifier] = ACTIONS(4362), - [anon_sym_shared] = ACTIONS(4362), - [anon_sym_map_LBRACK] = ACTIONS(4362), - [anon_sym_chan] = ACTIONS(4362), - [anon_sym_thread] = ACTIONS(4362), - [anon_sym_atomic] = ACTIONS(4362), - [anon_sym_assert] = ACTIONS(4362), - [anon_sym_defer] = ACTIONS(4362), - [anon_sym_goto] = ACTIONS(4362), - [anon_sym_break] = ACTIONS(4362), - [anon_sym_continue] = ACTIONS(4362), - [anon_sym_return] = ACTIONS(4362), - [anon_sym_DOLLARfor] = ACTIONS(4362), - [anon_sym_for] = ACTIONS(4362), - [anon_sym_POUND] = ACTIONS(4362), - [anon_sym_asm] = ACTIONS(4362), - [anon_sym_AT_LBRACK] = ACTIONS(4362), - [sym___double_quote] = ACTIONS(4362), - [sym___single_quote] = ACTIONS(4362), - [sym___c_double_quote] = ACTIONS(4362), - [sym___c_single_quote] = ACTIONS(4362), - [sym___r_double_quote] = ACTIONS(4362), - [sym___r_single_quote] = ACTIONS(4362), + [anon_sym_DOT] = ACTIONS(4363), + [anon_sym_LBRACE] = ACTIONS(4363), + [anon_sym_const] = ACTIONS(4363), + [anon_sym_LPAREN] = ACTIONS(4363), + [anon_sym___global] = ACTIONS(4363), + [anon_sym_type] = ACTIONS(4363), + [anon_sym_fn] = ACTIONS(4363), + [anon_sym_PLUS] = ACTIONS(4363), + [anon_sym_DASH] = ACTIONS(4363), + [anon_sym_STAR] = ACTIONS(4363), + [anon_sym_struct] = ACTIONS(4363), + [anon_sym_union] = ACTIONS(4363), + [anon_sym_pub] = ACTIONS(4363), + [anon_sym_mut] = ACTIONS(4363), + [anon_sym_enum] = ACTIONS(4363), + [anon_sym_interface] = ACTIONS(4363), + [anon_sym_QMARK] = ACTIONS(4363), + [anon_sym_BANG] = ACTIONS(4363), + [anon_sym_go] = ACTIONS(4363), + [anon_sym_spawn] = ACTIONS(4363), + [anon_sym_json_DOTdecode] = ACTIONS(4363), + [anon_sym_LBRACK2] = ACTIONS(4363), + [anon_sym_TILDE] = ACTIONS(4363), + [anon_sym_CARET] = ACTIONS(4363), + [anon_sym_AMP] = ACTIONS(4363), + [anon_sym_LT_DASH] = ACTIONS(4363), + [sym_none] = ACTIONS(4363), + [sym_true] = ACTIONS(4363), + [sym_false] = ACTIONS(4363), + [sym_nil] = ACTIONS(4363), + [anon_sym_if] = ACTIONS(4363), + [anon_sym_DOLLARif] = ACTIONS(4363), + [anon_sym_match] = ACTIONS(4363), + [anon_sym_select] = ACTIONS(4363), + [anon_sym_lock] = ACTIONS(4363), + [anon_sym_rlock] = ACTIONS(4363), + [anon_sym_unsafe] = ACTIONS(4363), + [anon_sym_sql] = ACTIONS(4363), + [sym_int_literal] = ACTIONS(4363), + [sym_float_literal] = ACTIONS(4363), + [sym_rune_literal] = ACTIONS(4363), + [sym_pseudo_compile_time_identifier] = ACTIONS(4363), + [anon_sym_shared] = ACTIONS(4363), + [anon_sym_map_LBRACK] = ACTIONS(4363), + [anon_sym_chan] = ACTIONS(4363), + [anon_sym_thread] = ACTIONS(4363), + [anon_sym_atomic] = ACTIONS(4363), + [anon_sym_assert] = ACTIONS(4363), + [anon_sym_defer] = ACTIONS(4363), + [anon_sym_goto] = ACTIONS(4363), + [anon_sym_break] = ACTIONS(4363), + [anon_sym_continue] = ACTIONS(4363), + [anon_sym_return] = ACTIONS(4363), + [anon_sym_DOLLARfor] = ACTIONS(4363), + [anon_sym_for] = ACTIONS(4363), + [anon_sym_POUND] = ACTIONS(4363), + [anon_sym_asm] = ACTIONS(4363), + [anon_sym_AT_LBRACK] = ACTIONS(4363), + [sym___double_quote] = ACTIONS(4363), + [sym___single_quote] = ACTIONS(4363), + [sym___c_double_quote] = ACTIONS(4363), + [sym___c_single_quote] = ACTIONS(4363), + [sym___r_double_quote] = ACTIONS(4363), + [sym___r_single_quote] = ACTIONS(4363), }, [1565] = { [sym_line_comment] = STATE(1565), [sym_block_comment] = STATE(1565), - [ts_builtin_sym_end] = ACTIONS(4364), - [sym_identifier] = ACTIONS(4366), - [anon_sym_LF] = ACTIONS(4366), - [anon_sym_CR] = ACTIONS(4366), - [anon_sym_CR_LF] = ACTIONS(4366), + [ts_builtin_sym_end] = ACTIONS(4365), + [sym_identifier] = ACTIONS(4367), + [anon_sym_LF] = ACTIONS(4367), + [anon_sym_CR] = ACTIONS(4367), + [anon_sym_CR_LF] = ACTIONS(4367), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4366), - [anon_sym_LBRACE] = ACTIONS(4366), - [anon_sym_const] = ACTIONS(4366), - [anon_sym_LPAREN] = ACTIONS(4366), - [anon_sym___global] = ACTIONS(4366), - [anon_sym_type] = ACTIONS(4366), - [anon_sym_fn] = ACTIONS(4366), - [anon_sym_PLUS] = ACTIONS(4366), - [anon_sym_DASH] = ACTIONS(4366), - [anon_sym_STAR] = ACTIONS(4366), - [anon_sym_struct] = ACTIONS(4366), - [anon_sym_union] = ACTIONS(4366), - [anon_sym_pub] = ACTIONS(4366), - [anon_sym_mut] = ACTIONS(4366), - [anon_sym_enum] = ACTIONS(4366), - [anon_sym_interface] = ACTIONS(4366), - [anon_sym_QMARK] = ACTIONS(4366), - [anon_sym_BANG] = ACTIONS(4366), - [anon_sym_go] = ACTIONS(4366), - [anon_sym_spawn] = ACTIONS(4366), - [anon_sym_json_DOTdecode] = ACTIONS(4366), - [anon_sym_LBRACK2] = ACTIONS(4366), - [anon_sym_TILDE] = ACTIONS(4366), - [anon_sym_CARET] = ACTIONS(4366), - [anon_sym_AMP] = ACTIONS(4366), - [anon_sym_LT_DASH] = ACTIONS(4366), - [sym_none] = ACTIONS(4366), - [sym_true] = ACTIONS(4366), - [sym_false] = ACTIONS(4366), - [sym_nil] = ACTIONS(4366), - [anon_sym_if] = ACTIONS(4366), - [anon_sym_DOLLARif] = ACTIONS(4366), - [anon_sym_match] = ACTIONS(4366), - [anon_sym_select] = ACTIONS(4366), - [anon_sym_lock] = ACTIONS(4366), - [anon_sym_rlock] = ACTIONS(4366), - [anon_sym_unsafe] = ACTIONS(4366), - [anon_sym_sql] = ACTIONS(4366), - [sym_int_literal] = ACTIONS(4366), - [sym_float_literal] = ACTIONS(4366), - [sym_rune_literal] = ACTIONS(4366), - [sym_pseudo_compile_time_identifier] = ACTIONS(4366), - [anon_sym_shared] = ACTIONS(4366), - [anon_sym_map_LBRACK] = ACTIONS(4366), - [anon_sym_chan] = ACTIONS(4366), - [anon_sym_thread] = ACTIONS(4366), - [anon_sym_atomic] = ACTIONS(4366), - [anon_sym_assert] = ACTIONS(4366), - [anon_sym_defer] = ACTIONS(4366), - [anon_sym_goto] = ACTIONS(4366), - [anon_sym_break] = ACTIONS(4366), - [anon_sym_continue] = ACTIONS(4366), - [anon_sym_return] = ACTIONS(4366), - [anon_sym_DOLLARfor] = ACTIONS(4366), - [anon_sym_for] = ACTIONS(4366), - [anon_sym_POUND] = ACTIONS(4366), - [anon_sym_asm] = ACTIONS(4366), - [anon_sym_AT_LBRACK] = ACTIONS(4366), - [sym___double_quote] = ACTIONS(4366), - [sym___single_quote] = ACTIONS(4366), - [sym___c_double_quote] = ACTIONS(4366), - [sym___c_single_quote] = ACTIONS(4366), - [sym___r_double_quote] = ACTIONS(4366), - [sym___r_single_quote] = ACTIONS(4366), + [anon_sym_DOT] = ACTIONS(4367), + [anon_sym_LBRACE] = ACTIONS(4367), + [anon_sym_const] = ACTIONS(4367), + [anon_sym_LPAREN] = ACTIONS(4367), + [anon_sym___global] = ACTIONS(4367), + [anon_sym_type] = ACTIONS(4367), + [anon_sym_fn] = ACTIONS(4367), + [anon_sym_PLUS] = ACTIONS(4367), + [anon_sym_DASH] = ACTIONS(4367), + [anon_sym_STAR] = ACTIONS(4367), + [anon_sym_struct] = ACTIONS(4367), + [anon_sym_union] = ACTIONS(4367), + [anon_sym_pub] = ACTIONS(4367), + [anon_sym_mut] = ACTIONS(4367), + [anon_sym_enum] = ACTIONS(4367), + [anon_sym_interface] = ACTIONS(4367), + [anon_sym_QMARK] = ACTIONS(4367), + [anon_sym_BANG] = ACTIONS(4367), + [anon_sym_go] = ACTIONS(4367), + [anon_sym_spawn] = ACTIONS(4367), + [anon_sym_json_DOTdecode] = ACTIONS(4367), + [anon_sym_LBRACK2] = ACTIONS(4367), + [anon_sym_TILDE] = ACTIONS(4367), + [anon_sym_CARET] = ACTIONS(4367), + [anon_sym_AMP] = ACTIONS(4367), + [anon_sym_LT_DASH] = ACTIONS(4367), + [sym_none] = ACTIONS(4367), + [sym_true] = ACTIONS(4367), + [sym_false] = ACTIONS(4367), + [sym_nil] = ACTIONS(4367), + [anon_sym_if] = ACTIONS(4367), + [anon_sym_DOLLARif] = ACTIONS(4367), + [anon_sym_match] = ACTIONS(4367), + [anon_sym_select] = ACTIONS(4367), + [anon_sym_lock] = ACTIONS(4367), + [anon_sym_rlock] = ACTIONS(4367), + [anon_sym_unsafe] = ACTIONS(4367), + [anon_sym_sql] = ACTIONS(4367), + [sym_int_literal] = ACTIONS(4367), + [sym_float_literal] = ACTIONS(4367), + [sym_rune_literal] = ACTIONS(4367), + [sym_pseudo_compile_time_identifier] = ACTIONS(4367), + [anon_sym_shared] = ACTIONS(4367), + [anon_sym_map_LBRACK] = ACTIONS(4367), + [anon_sym_chan] = ACTIONS(4367), + [anon_sym_thread] = ACTIONS(4367), + [anon_sym_atomic] = ACTIONS(4367), + [anon_sym_assert] = ACTIONS(4367), + [anon_sym_defer] = ACTIONS(4367), + [anon_sym_goto] = ACTIONS(4367), + [anon_sym_break] = ACTIONS(4367), + [anon_sym_continue] = ACTIONS(4367), + [anon_sym_return] = ACTIONS(4367), + [anon_sym_DOLLARfor] = ACTIONS(4367), + [anon_sym_for] = ACTIONS(4367), + [anon_sym_POUND] = ACTIONS(4367), + [anon_sym_asm] = ACTIONS(4367), + [anon_sym_AT_LBRACK] = ACTIONS(4367), + [sym___double_quote] = ACTIONS(4367), + [sym___single_quote] = ACTIONS(4367), + [sym___c_double_quote] = ACTIONS(4367), + [sym___c_single_quote] = ACTIONS(4367), + [sym___r_double_quote] = ACTIONS(4367), + [sym___r_single_quote] = ACTIONS(4367), }, [1566] = { [sym_line_comment] = STATE(1566), [sym_block_comment] = STATE(1566), - [ts_builtin_sym_end] = ACTIONS(4368), - [sym_identifier] = ACTIONS(4370), - [anon_sym_LF] = ACTIONS(4370), - [anon_sym_CR] = ACTIONS(4370), - [anon_sym_CR_LF] = ACTIONS(4370), + [ts_builtin_sym_end] = ACTIONS(4369), + [sym_identifier] = ACTIONS(4371), + [anon_sym_LF] = ACTIONS(4371), + [anon_sym_CR] = ACTIONS(4371), + [anon_sym_CR_LF] = ACTIONS(4371), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4370), - [anon_sym_LBRACE] = ACTIONS(4370), - [anon_sym_const] = ACTIONS(4370), - [anon_sym_LPAREN] = ACTIONS(4370), - [anon_sym___global] = ACTIONS(4370), - [anon_sym_type] = ACTIONS(4370), - [anon_sym_fn] = ACTIONS(4370), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_STAR] = ACTIONS(4370), - [anon_sym_struct] = ACTIONS(4370), - [anon_sym_union] = ACTIONS(4370), - [anon_sym_pub] = ACTIONS(4370), - [anon_sym_mut] = ACTIONS(4370), - [anon_sym_enum] = ACTIONS(4370), - [anon_sym_interface] = ACTIONS(4370), - [anon_sym_QMARK] = ACTIONS(4370), - [anon_sym_BANG] = ACTIONS(4370), - [anon_sym_go] = ACTIONS(4370), - [anon_sym_spawn] = ACTIONS(4370), - [anon_sym_json_DOTdecode] = ACTIONS(4370), - [anon_sym_LBRACK2] = ACTIONS(4370), - [anon_sym_TILDE] = ACTIONS(4370), - [anon_sym_CARET] = ACTIONS(4370), - [anon_sym_AMP] = ACTIONS(4370), - [anon_sym_LT_DASH] = ACTIONS(4370), - [sym_none] = ACTIONS(4370), - [sym_true] = ACTIONS(4370), - [sym_false] = ACTIONS(4370), - [sym_nil] = ACTIONS(4370), - [anon_sym_if] = ACTIONS(4370), - [anon_sym_DOLLARif] = ACTIONS(4370), - [anon_sym_match] = ACTIONS(4370), - [anon_sym_select] = ACTIONS(4370), - [anon_sym_lock] = ACTIONS(4370), - [anon_sym_rlock] = ACTIONS(4370), - [anon_sym_unsafe] = ACTIONS(4370), - [anon_sym_sql] = ACTIONS(4370), - [sym_int_literal] = ACTIONS(4370), - [sym_float_literal] = ACTIONS(4370), - [sym_rune_literal] = ACTIONS(4370), - [sym_pseudo_compile_time_identifier] = ACTIONS(4370), - [anon_sym_shared] = ACTIONS(4370), - [anon_sym_map_LBRACK] = ACTIONS(4370), - [anon_sym_chan] = ACTIONS(4370), - [anon_sym_thread] = ACTIONS(4370), - [anon_sym_atomic] = ACTIONS(4370), - [anon_sym_assert] = ACTIONS(4370), - [anon_sym_defer] = ACTIONS(4370), - [anon_sym_goto] = ACTIONS(4370), - [anon_sym_break] = ACTIONS(4370), - [anon_sym_continue] = ACTIONS(4370), - [anon_sym_return] = ACTIONS(4370), - [anon_sym_DOLLARfor] = ACTIONS(4370), - [anon_sym_for] = ACTIONS(4370), - [anon_sym_POUND] = ACTIONS(4370), - [anon_sym_asm] = ACTIONS(4370), - [anon_sym_AT_LBRACK] = ACTIONS(4370), - [sym___double_quote] = ACTIONS(4370), - [sym___single_quote] = ACTIONS(4370), - [sym___c_double_quote] = ACTIONS(4370), - [sym___c_single_quote] = ACTIONS(4370), - [sym___r_double_quote] = ACTIONS(4370), - [sym___r_single_quote] = ACTIONS(4370), + [anon_sym_DOT] = ACTIONS(4371), + [anon_sym_LBRACE] = ACTIONS(4371), + [anon_sym_const] = ACTIONS(4371), + [anon_sym_LPAREN] = ACTIONS(4371), + [anon_sym___global] = ACTIONS(4371), + [anon_sym_type] = ACTIONS(4371), + [anon_sym_fn] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4371), + [anon_sym_DASH] = ACTIONS(4371), + [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_struct] = ACTIONS(4371), + [anon_sym_union] = ACTIONS(4371), + [anon_sym_pub] = ACTIONS(4371), + [anon_sym_mut] = ACTIONS(4371), + [anon_sym_enum] = ACTIONS(4371), + [anon_sym_interface] = ACTIONS(4371), + [anon_sym_QMARK] = ACTIONS(4371), + [anon_sym_BANG] = ACTIONS(4371), + [anon_sym_go] = ACTIONS(4371), + [anon_sym_spawn] = ACTIONS(4371), + [anon_sym_json_DOTdecode] = ACTIONS(4371), + [anon_sym_LBRACK2] = ACTIONS(4371), + [anon_sym_TILDE] = ACTIONS(4371), + [anon_sym_CARET] = ACTIONS(4371), + [anon_sym_AMP] = ACTIONS(4371), + [anon_sym_LT_DASH] = ACTIONS(4371), + [sym_none] = ACTIONS(4371), + [sym_true] = ACTIONS(4371), + [sym_false] = ACTIONS(4371), + [sym_nil] = ACTIONS(4371), + [anon_sym_if] = ACTIONS(4371), + [anon_sym_DOLLARif] = ACTIONS(4371), + [anon_sym_match] = ACTIONS(4371), + [anon_sym_select] = ACTIONS(4371), + [anon_sym_lock] = ACTIONS(4371), + [anon_sym_rlock] = ACTIONS(4371), + [anon_sym_unsafe] = ACTIONS(4371), + [anon_sym_sql] = ACTIONS(4371), + [sym_int_literal] = ACTIONS(4371), + [sym_float_literal] = ACTIONS(4371), + [sym_rune_literal] = ACTIONS(4371), + [sym_pseudo_compile_time_identifier] = ACTIONS(4371), + [anon_sym_shared] = ACTIONS(4371), + [anon_sym_map_LBRACK] = ACTIONS(4371), + [anon_sym_chan] = ACTIONS(4371), + [anon_sym_thread] = ACTIONS(4371), + [anon_sym_atomic] = ACTIONS(4371), + [anon_sym_assert] = ACTIONS(4371), + [anon_sym_defer] = ACTIONS(4371), + [anon_sym_goto] = ACTIONS(4371), + [anon_sym_break] = ACTIONS(4371), + [anon_sym_continue] = ACTIONS(4371), + [anon_sym_return] = ACTIONS(4371), + [anon_sym_DOLLARfor] = ACTIONS(4371), + [anon_sym_for] = ACTIONS(4371), + [anon_sym_POUND] = ACTIONS(4371), + [anon_sym_asm] = ACTIONS(4371), + [anon_sym_AT_LBRACK] = ACTIONS(4371), + [sym___double_quote] = ACTIONS(4371), + [sym___single_quote] = ACTIONS(4371), + [sym___c_double_quote] = ACTIONS(4371), + [sym___c_single_quote] = ACTIONS(4371), + [sym___r_double_quote] = ACTIONS(4371), + [sym___r_single_quote] = ACTIONS(4371), }, [1567] = { [sym_line_comment] = STATE(1567), [sym_block_comment] = STATE(1567), - [ts_builtin_sym_end] = ACTIONS(4372), - [sym_identifier] = ACTIONS(4374), - [anon_sym_LF] = ACTIONS(4374), - [anon_sym_CR] = ACTIONS(4374), - [anon_sym_CR_LF] = ACTIONS(4374), + [ts_builtin_sym_end] = ACTIONS(3235), + [sym_identifier] = ACTIONS(3237), + [anon_sym_LF] = ACTIONS(3237), + [anon_sym_CR] = ACTIONS(3237), + [anon_sym_CR_LF] = ACTIONS(3237), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4374), - [anon_sym_LBRACE] = ACTIONS(4374), - [anon_sym_const] = ACTIONS(4374), - [anon_sym_LPAREN] = ACTIONS(4374), - [anon_sym___global] = ACTIONS(4374), - [anon_sym_type] = ACTIONS(4374), - [anon_sym_fn] = ACTIONS(4374), - [anon_sym_PLUS] = ACTIONS(4374), - [anon_sym_DASH] = ACTIONS(4374), - [anon_sym_STAR] = ACTIONS(4374), - [anon_sym_struct] = ACTIONS(4374), - [anon_sym_union] = ACTIONS(4374), - [anon_sym_pub] = ACTIONS(4374), - [anon_sym_mut] = ACTIONS(4374), - [anon_sym_enum] = ACTIONS(4374), - [anon_sym_interface] = ACTIONS(4374), - [anon_sym_QMARK] = ACTIONS(4374), - [anon_sym_BANG] = ACTIONS(4374), - [anon_sym_go] = ACTIONS(4374), - [anon_sym_spawn] = ACTIONS(4374), - [anon_sym_json_DOTdecode] = ACTIONS(4374), - [anon_sym_LBRACK2] = ACTIONS(4374), - [anon_sym_TILDE] = ACTIONS(4374), - [anon_sym_CARET] = ACTIONS(4374), - [anon_sym_AMP] = ACTIONS(4374), - [anon_sym_LT_DASH] = ACTIONS(4374), - [sym_none] = ACTIONS(4374), - [sym_true] = ACTIONS(4374), - [sym_false] = ACTIONS(4374), - [sym_nil] = ACTIONS(4374), - [anon_sym_if] = ACTIONS(4374), - [anon_sym_DOLLARif] = ACTIONS(4374), - [anon_sym_match] = ACTIONS(4374), - [anon_sym_select] = ACTIONS(4374), - [anon_sym_lock] = ACTIONS(4374), - [anon_sym_rlock] = ACTIONS(4374), - [anon_sym_unsafe] = ACTIONS(4374), - [anon_sym_sql] = ACTIONS(4374), - [sym_int_literal] = ACTIONS(4374), - [sym_float_literal] = ACTIONS(4374), - [sym_rune_literal] = ACTIONS(4374), - [sym_pseudo_compile_time_identifier] = ACTIONS(4374), - [anon_sym_shared] = ACTIONS(4374), - [anon_sym_map_LBRACK] = ACTIONS(4374), - [anon_sym_chan] = ACTIONS(4374), - [anon_sym_thread] = ACTIONS(4374), - [anon_sym_atomic] = ACTIONS(4374), - [anon_sym_assert] = ACTIONS(4374), - [anon_sym_defer] = ACTIONS(4374), - [anon_sym_goto] = ACTIONS(4374), - [anon_sym_break] = ACTIONS(4374), - [anon_sym_continue] = ACTIONS(4374), - [anon_sym_return] = ACTIONS(4374), - [anon_sym_DOLLARfor] = ACTIONS(4374), - [anon_sym_for] = ACTIONS(4374), - [anon_sym_POUND] = ACTIONS(4374), - [anon_sym_asm] = ACTIONS(4374), - [anon_sym_AT_LBRACK] = ACTIONS(4374), - [sym___double_quote] = ACTIONS(4374), - [sym___single_quote] = ACTIONS(4374), - [sym___c_double_quote] = ACTIONS(4374), - [sym___c_single_quote] = ACTIONS(4374), - [sym___r_double_quote] = ACTIONS(4374), - [sym___r_single_quote] = ACTIONS(4374), + [anon_sym_DOT] = ACTIONS(3237), + [anon_sym_LBRACE] = ACTIONS(3237), + [anon_sym_const] = ACTIONS(3237), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(3237), + [anon_sym_type] = ACTIONS(3237), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_PLUS] = ACTIONS(3237), + [anon_sym_DASH] = ACTIONS(3237), + [anon_sym_STAR] = ACTIONS(3237), + [anon_sym_struct] = ACTIONS(3237), + [anon_sym_union] = ACTIONS(3237), + [anon_sym_pub] = ACTIONS(3237), + [anon_sym_mut] = ACTIONS(3237), + [anon_sym_enum] = ACTIONS(3237), + [anon_sym_interface] = ACTIONS(3237), + [anon_sym_QMARK] = ACTIONS(3237), + [anon_sym_BANG] = ACTIONS(3237), + [anon_sym_go] = ACTIONS(3237), + [anon_sym_spawn] = ACTIONS(3237), + [anon_sym_json_DOTdecode] = ACTIONS(3237), + [anon_sym_LBRACK2] = ACTIONS(3237), + [anon_sym_TILDE] = ACTIONS(3237), + [anon_sym_CARET] = ACTIONS(3237), + [anon_sym_AMP] = ACTIONS(3237), + [anon_sym_LT_DASH] = ACTIONS(3237), + [sym_none] = ACTIONS(3237), + [sym_true] = ACTIONS(3237), + [sym_false] = ACTIONS(3237), + [sym_nil] = ACTIONS(3237), + [anon_sym_if] = ACTIONS(3237), + [anon_sym_DOLLARif] = ACTIONS(3237), + [anon_sym_match] = ACTIONS(3237), + [anon_sym_select] = ACTIONS(3237), + [anon_sym_lock] = ACTIONS(3237), + [anon_sym_rlock] = ACTIONS(3237), + [anon_sym_unsafe] = ACTIONS(3237), + [anon_sym_sql] = ACTIONS(3237), + [sym_int_literal] = ACTIONS(3237), + [sym_float_literal] = ACTIONS(3237), + [sym_rune_literal] = ACTIONS(3237), + [sym_pseudo_compile_time_identifier] = ACTIONS(3237), + [anon_sym_shared] = ACTIONS(3237), + [anon_sym_map_LBRACK] = ACTIONS(3237), + [anon_sym_chan] = ACTIONS(3237), + [anon_sym_thread] = ACTIONS(3237), + [anon_sym_atomic] = ACTIONS(3237), + [anon_sym_assert] = ACTIONS(3237), + [anon_sym_defer] = ACTIONS(3237), + [anon_sym_goto] = ACTIONS(3237), + [anon_sym_break] = ACTIONS(3237), + [anon_sym_continue] = ACTIONS(3237), + [anon_sym_return] = ACTIONS(3237), + [anon_sym_DOLLARfor] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(3237), + [anon_sym_POUND] = ACTIONS(3237), + [anon_sym_asm] = ACTIONS(3237), + [anon_sym_AT_LBRACK] = ACTIONS(3237), + [sym___double_quote] = ACTIONS(3237), + [sym___single_quote] = ACTIONS(3237), + [sym___c_double_quote] = ACTIONS(3237), + [sym___c_single_quote] = ACTIONS(3237), + [sym___r_double_quote] = ACTIONS(3237), + [sym___r_single_quote] = ACTIONS(3237), }, [1568] = { [sym_line_comment] = STATE(1568), [sym_block_comment] = STATE(1568), - [ts_builtin_sym_end] = ACTIONS(4376), - [sym_identifier] = ACTIONS(4378), - [anon_sym_LF] = ACTIONS(4378), - [anon_sym_CR] = ACTIONS(4378), - [anon_sym_CR_LF] = ACTIONS(4378), + [ts_builtin_sym_end] = ACTIONS(4373), + [sym_identifier] = ACTIONS(4375), + [anon_sym_LF] = ACTIONS(4375), + [anon_sym_CR] = ACTIONS(4375), + [anon_sym_CR_LF] = ACTIONS(4375), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4378), - [anon_sym_LBRACE] = ACTIONS(4378), - [anon_sym_const] = ACTIONS(4378), - [anon_sym_LPAREN] = ACTIONS(4378), - [anon_sym___global] = ACTIONS(4378), - [anon_sym_type] = ACTIONS(4378), - [anon_sym_fn] = ACTIONS(4378), - [anon_sym_PLUS] = ACTIONS(4378), - [anon_sym_DASH] = ACTIONS(4378), - [anon_sym_STAR] = ACTIONS(4378), - [anon_sym_struct] = ACTIONS(4378), - [anon_sym_union] = ACTIONS(4378), - [anon_sym_pub] = ACTIONS(4378), - [anon_sym_mut] = ACTIONS(4378), - [anon_sym_enum] = ACTIONS(4378), - [anon_sym_interface] = ACTIONS(4378), - [anon_sym_QMARK] = ACTIONS(4378), - [anon_sym_BANG] = ACTIONS(4378), - [anon_sym_go] = ACTIONS(4378), - [anon_sym_spawn] = ACTIONS(4378), - [anon_sym_json_DOTdecode] = ACTIONS(4378), - [anon_sym_LBRACK2] = ACTIONS(4378), - [anon_sym_TILDE] = ACTIONS(4378), - [anon_sym_CARET] = ACTIONS(4378), - [anon_sym_AMP] = ACTIONS(4378), - [anon_sym_LT_DASH] = ACTIONS(4378), - [sym_none] = ACTIONS(4378), - [sym_true] = ACTIONS(4378), - [sym_false] = ACTIONS(4378), - [sym_nil] = ACTIONS(4378), - [anon_sym_if] = ACTIONS(4378), - [anon_sym_DOLLARif] = ACTIONS(4378), - [anon_sym_match] = ACTIONS(4378), - [anon_sym_select] = ACTIONS(4378), - [anon_sym_lock] = ACTIONS(4378), - [anon_sym_rlock] = ACTIONS(4378), - [anon_sym_unsafe] = ACTIONS(4378), - [anon_sym_sql] = ACTIONS(4378), - [sym_int_literal] = ACTIONS(4378), - [sym_float_literal] = ACTIONS(4378), - [sym_rune_literal] = ACTIONS(4378), - [sym_pseudo_compile_time_identifier] = ACTIONS(4378), - [anon_sym_shared] = ACTIONS(4378), - [anon_sym_map_LBRACK] = ACTIONS(4378), - [anon_sym_chan] = ACTIONS(4378), - [anon_sym_thread] = ACTIONS(4378), - [anon_sym_atomic] = ACTIONS(4378), - [anon_sym_assert] = ACTIONS(4378), - [anon_sym_defer] = ACTIONS(4378), - [anon_sym_goto] = ACTIONS(4378), - [anon_sym_break] = ACTIONS(4378), - [anon_sym_continue] = ACTIONS(4378), - [anon_sym_return] = ACTIONS(4378), - [anon_sym_DOLLARfor] = ACTIONS(4378), - [anon_sym_for] = ACTIONS(4378), - [anon_sym_POUND] = ACTIONS(4378), - [anon_sym_asm] = ACTIONS(4378), - [anon_sym_AT_LBRACK] = ACTIONS(4378), - [sym___double_quote] = ACTIONS(4378), - [sym___single_quote] = ACTIONS(4378), - [sym___c_double_quote] = ACTIONS(4378), - [sym___c_single_quote] = ACTIONS(4378), - [sym___r_double_quote] = ACTIONS(4378), - [sym___r_single_quote] = ACTIONS(4378), + [anon_sym_DOT] = ACTIONS(4375), + [anon_sym_LBRACE] = ACTIONS(4375), + [anon_sym_const] = ACTIONS(4375), + [anon_sym_LPAREN] = ACTIONS(4375), + [anon_sym___global] = ACTIONS(4375), + [anon_sym_type] = ACTIONS(4375), + [anon_sym_fn] = ACTIONS(4375), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_STAR] = ACTIONS(4375), + [anon_sym_struct] = ACTIONS(4375), + [anon_sym_union] = ACTIONS(4375), + [anon_sym_pub] = ACTIONS(4375), + [anon_sym_mut] = ACTIONS(4375), + [anon_sym_enum] = ACTIONS(4375), + [anon_sym_interface] = ACTIONS(4375), + [anon_sym_QMARK] = ACTIONS(4375), + [anon_sym_BANG] = ACTIONS(4375), + [anon_sym_go] = ACTIONS(4375), + [anon_sym_spawn] = ACTIONS(4375), + [anon_sym_json_DOTdecode] = ACTIONS(4375), + [anon_sym_LBRACK2] = ACTIONS(4375), + [anon_sym_TILDE] = ACTIONS(4375), + [anon_sym_CARET] = ACTIONS(4375), + [anon_sym_AMP] = ACTIONS(4375), + [anon_sym_LT_DASH] = ACTIONS(4375), + [sym_none] = ACTIONS(4375), + [sym_true] = ACTIONS(4375), + [sym_false] = ACTIONS(4375), + [sym_nil] = ACTIONS(4375), + [anon_sym_if] = ACTIONS(4375), + [anon_sym_DOLLARif] = ACTIONS(4375), + [anon_sym_match] = ACTIONS(4375), + [anon_sym_select] = ACTIONS(4375), + [anon_sym_lock] = ACTIONS(4375), + [anon_sym_rlock] = ACTIONS(4375), + [anon_sym_unsafe] = ACTIONS(4375), + [anon_sym_sql] = ACTIONS(4375), + [sym_int_literal] = ACTIONS(4375), + [sym_float_literal] = ACTIONS(4375), + [sym_rune_literal] = ACTIONS(4375), + [sym_pseudo_compile_time_identifier] = ACTIONS(4375), + [anon_sym_shared] = ACTIONS(4375), + [anon_sym_map_LBRACK] = ACTIONS(4375), + [anon_sym_chan] = ACTIONS(4375), + [anon_sym_thread] = ACTIONS(4375), + [anon_sym_atomic] = ACTIONS(4375), + [anon_sym_assert] = ACTIONS(4375), + [anon_sym_defer] = ACTIONS(4375), + [anon_sym_goto] = ACTIONS(4375), + [anon_sym_break] = ACTIONS(4375), + [anon_sym_continue] = ACTIONS(4375), + [anon_sym_return] = ACTIONS(4375), + [anon_sym_DOLLARfor] = ACTIONS(4375), + [anon_sym_for] = ACTIONS(4375), + [anon_sym_POUND] = ACTIONS(4375), + [anon_sym_asm] = ACTIONS(4375), + [anon_sym_AT_LBRACK] = ACTIONS(4375), + [sym___double_quote] = ACTIONS(4375), + [sym___single_quote] = ACTIONS(4375), + [sym___c_double_quote] = ACTIONS(4375), + [sym___c_single_quote] = ACTIONS(4375), + [sym___r_double_quote] = ACTIONS(4375), + [sym___r_single_quote] = ACTIONS(4375), }, [1569] = { [sym_line_comment] = STATE(1569), [sym_block_comment] = STATE(1569), - [ts_builtin_sym_end] = ACTIONS(4380), - [sym_identifier] = ACTIONS(4382), - [anon_sym_LF] = ACTIONS(4382), - [anon_sym_CR] = ACTIONS(4382), - [anon_sym_CR_LF] = ACTIONS(4382), + [ts_builtin_sym_end] = ACTIONS(4377), + [sym_identifier] = ACTIONS(4379), + [anon_sym_LF] = ACTIONS(4379), + [anon_sym_CR] = ACTIONS(4379), + [anon_sym_CR_LF] = ACTIONS(4379), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_LBRACE] = ACTIONS(4382), - [anon_sym_const] = ACTIONS(4382), - [anon_sym_LPAREN] = ACTIONS(4382), - [anon_sym___global] = ACTIONS(4382), - [anon_sym_type] = ACTIONS(4382), - [anon_sym_fn] = ACTIONS(4382), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4382), - [anon_sym_struct] = ACTIONS(4382), - [anon_sym_union] = ACTIONS(4382), - [anon_sym_pub] = ACTIONS(4382), - [anon_sym_mut] = ACTIONS(4382), - [anon_sym_enum] = ACTIONS(4382), - [anon_sym_interface] = ACTIONS(4382), - [anon_sym_QMARK] = ACTIONS(4382), - [anon_sym_BANG] = ACTIONS(4382), - [anon_sym_go] = ACTIONS(4382), - [anon_sym_spawn] = ACTIONS(4382), - [anon_sym_json_DOTdecode] = ACTIONS(4382), - [anon_sym_LBRACK2] = ACTIONS(4382), - [anon_sym_TILDE] = ACTIONS(4382), - [anon_sym_CARET] = ACTIONS(4382), - [anon_sym_AMP] = ACTIONS(4382), - [anon_sym_LT_DASH] = ACTIONS(4382), - [sym_none] = ACTIONS(4382), - [sym_true] = ACTIONS(4382), - [sym_false] = ACTIONS(4382), - [sym_nil] = ACTIONS(4382), - [anon_sym_if] = ACTIONS(4382), - [anon_sym_DOLLARif] = ACTIONS(4382), - [anon_sym_match] = ACTIONS(4382), - [anon_sym_select] = ACTIONS(4382), - [anon_sym_lock] = ACTIONS(4382), - [anon_sym_rlock] = ACTIONS(4382), - [anon_sym_unsafe] = ACTIONS(4382), - [anon_sym_sql] = ACTIONS(4382), - [sym_int_literal] = ACTIONS(4382), - [sym_float_literal] = ACTIONS(4382), - [sym_rune_literal] = ACTIONS(4382), - [sym_pseudo_compile_time_identifier] = ACTIONS(4382), - [anon_sym_shared] = ACTIONS(4382), - [anon_sym_map_LBRACK] = ACTIONS(4382), - [anon_sym_chan] = ACTIONS(4382), - [anon_sym_thread] = ACTIONS(4382), - [anon_sym_atomic] = ACTIONS(4382), - [anon_sym_assert] = ACTIONS(4382), - [anon_sym_defer] = ACTIONS(4382), - [anon_sym_goto] = ACTIONS(4382), - [anon_sym_break] = ACTIONS(4382), - [anon_sym_continue] = ACTIONS(4382), - [anon_sym_return] = ACTIONS(4382), - [anon_sym_DOLLARfor] = ACTIONS(4382), - [anon_sym_for] = ACTIONS(4382), - [anon_sym_POUND] = ACTIONS(4382), - [anon_sym_asm] = ACTIONS(4382), - [anon_sym_AT_LBRACK] = ACTIONS(4382), - [sym___double_quote] = ACTIONS(4382), - [sym___single_quote] = ACTIONS(4382), - [sym___c_double_quote] = ACTIONS(4382), - [sym___c_single_quote] = ACTIONS(4382), - [sym___r_double_quote] = ACTIONS(4382), - [sym___r_single_quote] = ACTIONS(4382), + [anon_sym_DOT] = ACTIONS(4379), + [anon_sym_LBRACE] = ACTIONS(4379), + [anon_sym_const] = ACTIONS(4379), + [anon_sym_LPAREN] = ACTIONS(4379), + [anon_sym___global] = ACTIONS(4379), + [anon_sym_type] = ACTIONS(4379), + [anon_sym_fn] = ACTIONS(4379), + [anon_sym_PLUS] = ACTIONS(4379), + [anon_sym_DASH] = ACTIONS(4379), + [anon_sym_STAR] = ACTIONS(4379), + [anon_sym_struct] = ACTIONS(4379), + [anon_sym_union] = ACTIONS(4379), + [anon_sym_pub] = ACTIONS(4379), + [anon_sym_mut] = ACTIONS(4379), + [anon_sym_enum] = ACTIONS(4379), + [anon_sym_interface] = ACTIONS(4379), + [anon_sym_QMARK] = ACTIONS(4379), + [anon_sym_BANG] = ACTIONS(4379), + [anon_sym_go] = ACTIONS(4379), + [anon_sym_spawn] = ACTIONS(4379), + [anon_sym_json_DOTdecode] = ACTIONS(4379), + [anon_sym_LBRACK2] = ACTIONS(4379), + [anon_sym_TILDE] = ACTIONS(4379), + [anon_sym_CARET] = ACTIONS(4379), + [anon_sym_AMP] = ACTIONS(4379), + [anon_sym_LT_DASH] = ACTIONS(4379), + [sym_none] = ACTIONS(4379), + [sym_true] = ACTIONS(4379), + [sym_false] = ACTIONS(4379), + [sym_nil] = ACTIONS(4379), + [anon_sym_if] = ACTIONS(4379), + [anon_sym_DOLLARif] = ACTIONS(4379), + [anon_sym_match] = ACTIONS(4379), + [anon_sym_select] = ACTIONS(4379), + [anon_sym_lock] = ACTIONS(4379), + [anon_sym_rlock] = ACTIONS(4379), + [anon_sym_unsafe] = ACTIONS(4379), + [anon_sym_sql] = ACTIONS(4379), + [sym_int_literal] = ACTIONS(4379), + [sym_float_literal] = ACTIONS(4379), + [sym_rune_literal] = ACTIONS(4379), + [sym_pseudo_compile_time_identifier] = ACTIONS(4379), + [anon_sym_shared] = ACTIONS(4379), + [anon_sym_map_LBRACK] = ACTIONS(4379), + [anon_sym_chan] = ACTIONS(4379), + [anon_sym_thread] = ACTIONS(4379), + [anon_sym_atomic] = ACTIONS(4379), + [anon_sym_assert] = ACTIONS(4379), + [anon_sym_defer] = ACTIONS(4379), + [anon_sym_goto] = ACTIONS(4379), + [anon_sym_break] = ACTIONS(4379), + [anon_sym_continue] = ACTIONS(4379), + [anon_sym_return] = ACTIONS(4379), + [anon_sym_DOLLARfor] = ACTIONS(4379), + [anon_sym_for] = ACTIONS(4379), + [anon_sym_POUND] = ACTIONS(4379), + [anon_sym_asm] = ACTIONS(4379), + [anon_sym_AT_LBRACK] = ACTIONS(4379), + [sym___double_quote] = ACTIONS(4379), + [sym___single_quote] = ACTIONS(4379), + [sym___c_double_quote] = ACTIONS(4379), + [sym___c_single_quote] = ACTIONS(4379), + [sym___r_double_quote] = ACTIONS(4379), + [sym___r_single_quote] = ACTIONS(4379), }, [1570] = { [sym_line_comment] = STATE(1570), [sym_block_comment] = STATE(1570), - [ts_builtin_sym_end] = ACTIONS(4384), - [sym_identifier] = ACTIONS(4386), - [anon_sym_LF] = ACTIONS(4386), - [anon_sym_CR] = ACTIONS(4386), - [anon_sym_CR_LF] = ACTIONS(4386), + [ts_builtin_sym_end] = ACTIONS(4381), + [sym_identifier] = ACTIONS(4383), + [anon_sym_LF] = ACTIONS(4383), + [anon_sym_CR] = ACTIONS(4383), + [anon_sym_CR_LF] = ACTIONS(4383), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_LBRACE] = ACTIONS(4386), - [anon_sym_const] = ACTIONS(4386), - [anon_sym_LPAREN] = ACTIONS(4386), - [anon_sym___global] = ACTIONS(4386), - [anon_sym_type] = ACTIONS(4386), - [anon_sym_fn] = ACTIONS(4386), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4386), - [anon_sym_struct] = ACTIONS(4386), - [anon_sym_union] = ACTIONS(4386), - [anon_sym_pub] = ACTIONS(4386), - [anon_sym_mut] = ACTIONS(4386), - [anon_sym_enum] = ACTIONS(4386), - [anon_sym_interface] = ACTIONS(4386), - [anon_sym_QMARK] = ACTIONS(4386), - [anon_sym_BANG] = ACTIONS(4386), - [anon_sym_go] = ACTIONS(4386), - [anon_sym_spawn] = ACTIONS(4386), - [anon_sym_json_DOTdecode] = ACTIONS(4386), - [anon_sym_LBRACK2] = ACTIONS(4386), - [anon_sym_TILDE] = ACTIONS(4386), - [anon_sym_CARET] = ACTIONS(4386), - [anon_sym_AMP] = ACTIONS(4386), - [anon_sym_LT_DASH] = ACTIONS(4386), - [sym_none] = ACTIONS(4386), - [sym_true] = ACTIONS(4386), - [sym_false] = ACTIONS(4386), - [sym_nil] = ACTIONS(4386), - [anon_sym_if] = ACTIONS(4386), - [anon_sym_DOLLARif] = ACTIONS(4386), - [anon_sym_match] = ACTIONS(4386), - [anon_sym_select] = ACTIONS(4386), - [anon_sym_lock] = ACTIONS(4386), - [anon_sym_rlock] = ACTIONS(4386), - [anon_sym_unsafe] = ACTIONS(4386), - [anon_sym_sql] = ACTIONS(4386), - [sym_int_literal] = ACTIONS(4386), - [sym_float_literal] = ACTIONS(4386), - [sym_rune_literal] = ACTIONS(4386), - [sym_pseudo_compile_time_identifier] = ACTIONS(4386), - [anon_sym_shared] = ACTIONS(4386), - [anon_sym_map_LBRACK] = ACTIONS(4386), - [anon_sym_chan] = ACTIONS(4386), - [anon_sym_thread] = ACTIONS(4386), - [anon_sym_atomic] = ACTIONS(4386), - [anon_sym_assert] = ACTIONS(4386), - [anon_sym_defer] = ACTIONS(4386), - [anon_sym_goto] = ACTIONS(4386), - [anon_sym_break] = ACTIONS(4386), - [anon_sym_continue] = ACTIONS(4386), - [anon_sym_return] = ACTIONS(4386), - [anon_sym_DOLLARfor] = ACTIONS(4386), - [anon_sym_for] = ACTIONS(4386), - [anon_sym_POUND] = ACTIONS(4386), - [anon_sym_asm] = ACTIONS(4386), - [anon_sym_AT_LBRACK] = ACTIONS(4386), - [sym___double_quote] = ACTIONS(4386), - [sym___single_quote] = ACTIONS(4386), - [sym___c_double_quote] = ACTIONS(4386), - [sym___c_single_quote] = ACTIONS(4386), - [sym___r_double_quote] = ACTIONS(4386), - [sym___r_single_quote] = ACTIONS(4386), + [anon_sym_DOT] = ACTIONS(4383), + [anon_sym_LBRACE] = ACTIONS(4383), + [anon_sym_const] = ACTIONS(4383), + [anon_sym_LPAREN] = ACTIONS(4383), + [anon_sym___global] = ACTIONS(4383), + [anon_sym_type] = ACTIONS(4383), + [anon_sym_fn] = ACTIONS(4383), + [anon_sym_PLUS] = ACTIONS(4383), + [anon_sym_DASH] = ACTIONS(4383), + [anon_sym_STAR] = ACTIONS(4383), + [anon_sym_struct] = ACTIONS(4383), + [anon_sym_union] = ACTIONS(4383), + [anon_sym_pub] = ACTIONS(4383), + [anon_sym_mut] = ACTIONS(4383), + [anon_sym_enum] = ACTIONS(4383), + [anon_sym_interface] = ACTIONS(4383), + [anon_sym_QMARK] = ACTIONS(4383), + [anon_sym_BANG] = ACTIONS(4383), + [anon_sym_go] = ACTIONS(4383), + [anon_sym_spawn] = ACTIONS(4383), + [anon_sym_json_DOTdecode] = ACTIONS(4383), + [anon_sym_LBRACK2] = ACTIONS(4383), + [anon_sym_TILDE] = ACTIONS(4383), + [anon_sym_CARET] = ACTIONS(4383), + [anon_sym_AMP] = ACTIONS(4383), + [anon_sym_LT_DASH] = ACTIONS(4383), + [sym_none] = ACTIONS(4383), + [sym_true] = ACTIONS(4383), + [sym_false] = ACTIONS(4383), + [sym_nil] = ACTIONS(4383), + [anon_sym_if] = ACTIONS(4383), + [anon_sym_DOLLARif] = ACTIONS(4383), + [anon_sym_match] = ACTIONS(4383), + [anon_sym_select] = ACTIONS(4383), + [anon_sym_lock] = ACTIONS(4383), + [anon_sym_rlock] = ACTIONS(4383), + [anon_sym_unsafe] = ACTIONS(4383), + [anon_sym_sql] = ACTIONS(4383), + [sym_int_literal] = ACTIONS(4383), + [sym_float_literal] = ACTIONS(4383), + [sym_rune_literal] = ACTIONS(4383), + [sym_pseudo_compile_time_identifier] = ACTIONS(4383), + [anon_sym_shared] = ACTIONS(4383), + [anon_sym_map_LBRACK] = ACTIONS(4383), + [anon_sym_chan] = ACTIONS(4383), + [anon_sym_thread] = ACTIONS(4383), + [anon_sym_atomic] = ACTIONS(4383), + [anon_sym_assert] = ACTIONS(4383), + [anon_sym_defer] = ACTIONS(4383), + [anon_sym_goto] = ACTIONS(4383), + [anon_sym_break] = ACTIONS(4383), + [anon_sym_continue] = ACTIONS(4383), + [anon_sym_return] = ACTIONS(4383), + [anon_sym_DOLLARfor] = ACTIONS(4383), + [anon_sym_for] = ACTIONS(4383), + [anon_sym_POUND] = ACTIONS(4383), + [anon_sym_asm] = ACTIONS(4383), + [anon_sym_AT_LBRACK] = ACTIONS(4383), + [sym___double_quote] = ACTIONS(4383), + [sym___single_quote] = ACTIONS(4383), + [sym___c_double_quote] = ACTIONS(4383), + [sym___c_single_quote] = ACTIONS(4383), + [sym___r_double_quote] = ACTIONS(4383), + [sym___r_single_quote] = ACTIONS(4383), }, [1571] = { [sym_line_comment] = STATE(1571), [sym_block_comment] = STATE(1571), - [ts_builtin_sym_end] = ACTIONS(4388), - [sym_identifier] = ACTIONS(4390), - [anon_sym_LF] = ACTIONS(4390), - [anon_sym_CR] = ACTIONS(4390), - [anon_sym_CR_LF] = ACTIONS(4390), + [ts_builtin_sym_end] = ACTIONS(4385), + [sym_identifier] = ACTIONS(4387), + [anon_sym_LF] = ACTIONS(4387), + [anon_sym_CR] = ACTIONS(4387), + [anon_sym_CR_LF] = ACTIONS(4387), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4390), - [anon_sym_LBRACE] = ACTIONS(4390), - [anon_sym_const] = ACTIONS(4390), - [anon_sym_LPAREN] = ACTIONS(4390), - [anon_sym___global] = ACTIONS(4390), - [anon_sym_type] = ACTIONS(4390), - [anon_sym_fn] = ACTIONS(4390), - [anon_sym_PLUS] = ACTIONS(4390), - [anon_sym_DASH] = ACTIONS(4390), - [anon_sym_STAR] = ACTIONS(4390), - [anon_sym_struct] = ACTIONS(4390), - [anon_sym_union] = ACTIONS(4390), - [anon_sym_pub] = ACTIONS(4390), - [anon_sym_mut] = ACTIONS(4390), - [anon_sym_enum] = ACTIONS(4390), - [anon_sym_interface] = ACTIONS(4390), - [anon_sym_QMARK] = ACTIONS(4390), - [anon_sym_BANG] = ACTIONS(4390), - [anon_sym_go] = ACTIONS(4390), - [anon_sym_spawn] = ACTIONS(4390), - [anon_sym_json_DOTdecode] = ACTIONS(4390), - [anon_sym_LBRACK2] = ACTIONS(4390), - [anon_sym_TILDE] = ACTIONS(4390), - [anon_sym_CARET] = ACTIONS(4390), - [anon_sym_AMP] = ACTIONS(4390), - [anon_sym_LT_DASH] = ACTIONS(4390), - [sym_none] = ACTIONS(4390), - [sym_true] = ACTIONS(4390), - [sym_false] = ACTIONS(4390), - [sym_nil] = ACTIONS(4390), - [anon_sym_if] = ACTIONS(4390), - [anon_sym_DOLLARif] = ACTIONS(4390), - [anon_sym_match] = ACTIONS(4390), - [anon_sym_select] = ACTIONS(4390), - [anon_sym_lock] = ACTIONS(4390), - [anon_sym_rlock] = ACTIONS(4390), - [anon_sym_unsafe] = ACTIONS(4390), - [anon_sym_sql] = ACTIONS(4390), - [sym_int_literal] = ACTIONS(4390), - [sym_float_literal] = ACTIONS(4390), - [sym_rune_literal] = ACTIONS(4390), - [sym_pseudo_compile_time_identifier] = ACTIONS(4390), - [anon_sym_shared] = ACTIONS(4390), - [anon_sym_map_LBRACK] = ACTIONS(4390), - [anon_sym_chan] = ACTIONS(4390), - [anon_sym_thread] = ACTIONS(4390), - [anon_sym_atomic] = ACTIONS(4390), - [anon_sym_assert] = ACTIONS(4390), - [anon_sym_defer] = ACTIONS(4390), - [anon_sym_goto] = ACTIONS(4390), - [anon_sym_break] = ACTIONS(4390), - [anon_sym_continue] = ACTIONS(4390), - [anon_sym_return] = ACTIONS(4390), - [anon_sym_DOLLARfor] = ACTIONS(4390), - [anon_sym_for] = ACTIONS(4390), - [anon_sym_POUND] = ACTIONS(4390), - [anon_sym_asm] = ACTIONS(4390), - [anon_sym_AT_LBRACK] = ACTIONS(4390), - [sym___double_quote] = ACTIONS(4390), - [sym___single_quote] = ACTIONS(4390), - [sym___c_double_quote] = ACTIONS(4390), - [sym___c_single_quote] = ACTIONS(4390), - [sym___r_double_quote] = ACTIONS(4390), - [sym___r_single_quote] = ACTIONS(4390), + [anon_sym_DOT] = ACTIONS(4387), + [anon_sym_LBRACE] = ACTIONS(4387), + [anon_sym_const] = ACTIONS(4387), + [anon_sym_LPAREN] = ACTIONS(4387), + [anon_sym___global] = ACTIONS(4387), + [anon_sym_type] = ACTIONS(4387), + [anon_sym_fn] = ACTIONS(4387), + [anon_sym_PLUS] = ACTIONS(4387), + [anon_sym_DASH] = ACTIONS(4387), + [anon_sym_STAR] = ACTIONS(4387), + [anon_sym_struct] = ACTIONS(4387), + [anon_sym_union] = ACTIONS(4387), + [anon_sym_pub] = ACTIONS(4387), + [anon_sym_mut] = ACTIONS(4387), + [anon_sym_enum] = ACTIONS(4387), + [anon_sym_interface] = ACTIONS(4387), + [anon_sym_QMARK] = ACTIONS(4387), + [anon_sym_BANG] = ACTIONS(4387), + [anon_sym_go] = ACTIONS(4387), + [anon_sym_spawn] = ACTIONS(4387), + [anon_sym_json_DOTdecode] = ACTIONS(4387), + [anon_sym_LBRACK2] = ACTIONS(4387), + [anon_sym_TILDE] = ACTIONS(4387), + [anon_sym_CARET] = ACTIONS(4387), + [anon_sym_AMP] = ACTIONS(4387), + [anon_sym_LT_DASH] = ACTIONS(4387), + [sym_none] = ACTIONS(4387), + [sym_true] = ACTIONS(4387), + [sym_false] = ACTIONS(4387), + [sym_nil] = ACTIONS(4387), + [anon_sym_if] = ACTIONS(4387), + [anon_sym_DOLLARif] = ACTIONS(4387), + [anon_sym_match] = ACTIONS(4387), + [anon_sym_select] = ACTIONS(4387), + [anon_sym_lock] = ACTIONS(4387), + [anon_sym_rlock] = ACTIONS(4387), + [anon_sym_unsafe] = ACTIONS(4387), + [anon_sym_sql] = ACTIONS(4387), + [sym_int_literal] = ACTIONS(4387), + [sym_float_literal] = ACTIONS(4387), + [sym_rune_literal] = ACTIONS(4387), + [sym_pseudo_compile_time_identifier] = ACTIONS(4387), + [anon_sym_shared] = ACTIONS(4387), + [anon_sym_map_LBRACK] = ACTIONS(4387), + [anon_sym_chan] = ACTIONS(4387), + [anon_sym_thread] = ACTIONS(4387), + [anon_sym_atomic] = ACTIONS(4387), + [anon_sym_assert] = ACTIONS(4387), + [anon_sym_defer] = ACTIONS(4387), + [anon_sym_goto] = ACTIONS(4387), + [anon_sym_break] = ACTIONS(4387), + [anon_sym_continue] = ACTIONS(4387), + [anon_sym_return] = ACTIONS(4387), + [anon_sym_DOLLARfor] = ACTIONS(4387), + [anon_sym_for] = ACTIONS(4387), + [anon_sym_POUND] = ACTIONS(4387), + [anon_sym_asm] = ACTIONS(4387), + [anon_sym_AT_LBRACK] = ACTIONS(4387), + [sym___double_quote] = ACTIONS(4387), + [sym___single_quote] = ACTIONS(4387), + [sym___c_double_quote] = ACTIONS(4387), + [sym___c_single_quote] = ACTIONS(4387), + [sym___r_double_quote] = ACTIONS(4387), + [sym___r_single_quote] = ACTIONS(4387), }, [1572] = { [sym_line_comment] = STATE(1572), [sym_block_comment] = STATE(1572), - [ts_builtin_sym_end] = ACTIONS(4392), - [sym_identifier] = ACTIONS(4394), - [anon_sym_LF] = ACTIONS(4394), - [anon_sym_CR] = ACTIONS(4394), - [anon_sym_CR_LF] = ACTIONS(4394), + [ts_builtin_sym_end] = ACTIONS(4389), + [sym_identifier] = ACTIONS(4391), + [anon_sym_LF] = ACTIONS(4391), + [anon_sym_CR] = ACTIONS(4391), + [anon_sym_CR_LF] = ACTIONS(4391), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4394), - [anon_sym_LBRACE] = ACTIONS(4394), - [anon_sym_const] = ACTIONS(4394), - [anon_sym_LPAREN] = ACTIONS(4394), - [anon_sym___global] = ACTIONS(4394), - [anon_sym_type] = ACTIONS(4394), - [anon_sym_fn] = ACTIONS(4394), - [anon_sym_PLUS] = ACTIONS(4394), - [anon_sym_DASH] = ACTIONS(4394), - [anon_sym_STAR] = ACTIONS(4394), - [anon_sym_struct] = ACTIONS(4394), - [anon_sym_union] = ACTIONS(4394), - [anon_sym_pub] = ACTIONS(4394), - [anon_sym_mut] = ACTIONS(4394), - [anon_sym_enum] = ACTIONS(4394), - [anon_sym_interface] = ACTIONS(4394), - [anon_sym_QMARK] = ACTIONS(4394), - [anon_sym_BANG] = ACTIONS(4394), - [anon_sym_go] = ACTIONS(4394), - [anon_sym_spawn] = ACTIONS(4394), - [anon_sym_json_DOTdecode] = ACTIONS(4394), - [anon_sym_LBRACK2] = ACTIONS(4394), - [anon_sym_TILDE] = ACTIONS(4394), - [anon_sym_CARET] = ACTIONS(4394), - [anon_sym_AMP] = ACTIONS(4394), - [anon_sym_LT_DASH] = ACTIONS(4394), - [sym_none] = ACTIONS(4394), - [sym_true] = ACTIONS(4394), - [sym_false] = ACTIONS(4394), - [sym_nil] = ACTIONS(4394), - [anon_sym_if] = ACTIONS(4394), - [anon_sym_DOLLARif] = ACTIONS(4394), - [anon_sym_match] = ACTIONS(4394), - [anon_sym_select] = ACTIONS(4394), - [anon_sym_lock] = ACTIONS(4394), - [anon_sym_rlock] = ACTIONS(4394), - [anon_sym_unsafe] = ACTIONS(4394), - [anon_sym_sql] = ACTIONS(4394), - [sym_int_literal] = ACTIONS(4394), - [sym_float_literal] = ACTIONS(4394), - [sym_rune_literal] = ACTIONS(4394), - [sym_pseudo_compile_time_identifier] = ACTIONS(4394), - [anon_sym_shared] = ACTIONS(4394), - [anon_sym_map_LBRACK] = ACTIONS(4394), - [anon_sym_chan] = ACTIONS(4394), - [anon_sym_thread] = ACTIONS(4394), - [anon_sym_atomic] = ACTIONS(4394), - [anon_sym_assert] = ACTIONS(4394), - [anon_sym_defer] = ACTIONS(4394), - [anon_sym_goto] = ACTIONS(4394), - [anon_sym_break] = ACTIONS(4394), - [anon_sym_continue] = ACTIONS(4394), - [anon_sym_return] = ACTIONS(4394), - [anon_sym_DOLLARfor] = ACTIONS(4394), - [anon_sym_for] = ACTIONS(4394), - [anon_sym_POUND] = ACTIONS(4394), - [anon_sym_asm] = ACTIONS(4394), - [anon_sym_AT_LBRACK] = ACTIONS(4394), - [sym___double_quote] = ACTIONS(4394), - [sym___single_quote] = ACTIONS(4394), - [sym___c_double_quote] = ACTIONS(4394), - [sym___c_single_quote] = ACTIONS(4394), - [sym___r_double_quote] = ACTIONS(4394), - [sym___r_single_quote] = ACTIONS(4394), + [anon_sym_DOT] = ACTIONS(4391), + [anon_sym_LBRACE] = ACTIONS(4391), + [anon_sym_const] = ACTIONS(4391), + [anon_sym_LPAREN] = ACTIONS(4391), + [anon_sym___global] = ACTIONS(4391), + [anon_sym_type] = ACTIONS(4391), + [anon_sym_fn] = ACTIONS(4391), + [anon_sym_PLUS] = ACTIONS(4391), + [anon_sym_DASH] = ACTIONS(4391), + [anon_sym_STAR] = ACTIONS(4391), + [anon_sym_struct] = ACTIONS(4391), + [anon_sym_union] = ACTIONS(4391), + [anon_sym_pub] = ACTIONS(4391), + [anon_sym_mut] = ACTIONS(4391), + [anon_sym_enum] = ACTIONS(4391), + [anon_sym_interface] = ACTIONS(4391), + [anon_sym_QMARK] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(4391), + [anon_sym_go] = ACTIONS(4391), + [anon_sym_spawn] = ACTIONS(4391), + [anon_sym_json_DOTdecode] = ACTIONS(4391), + [anon_sym_LBRACK2] = ACTIONS(4391), + [anon_sym_TILDE] = ACTIONS(4391), + [anon_sym_CARET] = ACTIONS(4391), + [anon_sym_AMP] = ACTIONS(4391), + [anon_sym_LT_DASH] = ACTIONS(4391), + [sym_none] = ACTIONS(4391), + [sym_true] = ACTIONS(4391), + [sym_false] = ACTIONS(4391), + [sym_nil] = ACTIONS(4391), + [anon_sym_if] = ACTIONS(4391), + [anon_sym_DOLLARif] = ACTIONS(4391), + [anon_sym_match] = ACTIONS(4391), + [anon_sym_select] = ACTIONS(4391), + [anon_sym_lock] = ACTIONS(4391), + [anon_sym_rlock] = ACTIONS(4391), + [anon_sym_unsafe] = ACTIONS(4391), + [anon_sym_sql] = ACTIONS(4391), + [sym_int_literal] = ACTIONS(4391), + [sym_float_literal] = ACTIONS(4391), + [sym_rune_literal] = ACTIONS(4391), + [sym_pseudo_compile_time_identifier] = ACTIONS(4391), + [anon_sym_shared] = ACTIONS(4391), + [anon_sym_map_LBRACK] = ACTIONS(4391), + [anon_sym_chan] = ACTIONS(4391), + [anon_sym_thread] = ACTIONS(4391), + [anon_sym_atomic] = ACTIONS(4391), + [anon_sym_assert] = ACTIONS(4391), + [anon_sym_defer] = ACTIONS(4391), + [anon_sym_goto] = ACTIONS(4391), + [anon_sym_break] = ACTIONS(4391), + [anon_sym_continue] = ACTIONS(4391), + [anon_sym_return] = ACTIONS(4391), + [anon_sym_DOLLARfor] = ACTIONS(4391), + [anon_sym_for] = ACTIONS(4391), + [anon_sym_POUND] = ACTIONS(4391), + [anon_sym_asm] = ACTIONS(4391), + [anon_sym_AT_LBRACK] = ACTIONS(4391), + [sym___double_quote] = ACTIONS(4391), + [sym___single_quote] = ACTIONS(4391), + [sym___c_double_quote] = ACTIONS(4391), + [sym___c_single_quote] = ACTIONS(4391), + [sym___r_double_quote] = ACTIONS(4391), + [sym___r_single_quote] = ACTIONS(4391), }, [1573] = { [sym_line_comment] = STATE(1573), [sym_block_comment] = STATE(1573), - [ts_builtin_sym_end] = ACTIONS(4396), - [sym_identifier] = ACTIONS(4398), - [anon_sym_LF] = ACTIONS(4398), - [anon_sym_CR] = ACTIONS(4398), - [anon_sym_CR_LF] = ACTIONS(4398), + [ts_builtin_sym_end] = ACTIONS(4393), + [sym_identifier] = ACTIONS(4395), + [anon_sym_LF] = ACTIONS(4395), + [anon_sym_CR] = ACTIONS(4395), + [anon_sym_CR_LF] = ACTIONS(4395), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4398), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_const] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym___global] = ACTIONS(4398), - [anon_sym_type] = ACTIONS(4398), - [anon_sym_fn] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4398), - [anon_sym_DASH] = ACTIONS(4398), - [anon_sym_STAR] = ACTIONS(4398), - [anon_sym_struct] = ACTIONS(4398), - [anon_sym_union] = ACTIONS(4398), - [anon_sym_pub] = ACTIONS(4398), - [anon_sym_mut] = ACTIONS(4398), - [anon_sym_enum] = ACTIONS(4398), - [anon_sym_interface] = ACTIONS(4398), - [anon_sym_QMARK] = ACTIONS(4398), - [anon_sym_BANG] = ACTIONS(4398), - [anon_sym_go] = ACTIONS(4398), - [anon_sym_spawn] = ACTIONS(4398), - [anon_sym_json_DOTdecode] = ACTIONS(4398), - [anon_sym_LBRACK2] = ACTIONS(4398), - [anon_sym_TILDE] = ACTIONS(4398), - [anon_sym_CARET] = ACTIONS(4398), - [anon_sym_AMP] = ACTIONS(4398), - [anon_sym_LT_DASH] = ACTIONS(4398), - [sym_none] = ACTIONS(4398), - [sym_true] = ACTIONS(4398), - [sym_false] = ACTIONS(4398), - [sym_nil] = ACTIONS(4398), - [anon_sym_if] = ACTIONS(4398), - [anon_sym_DOLLARif] = ACTIONS(4398), - [anon_sym_match] = ACTIONS(4398), - [anon_sym_select] = ACTIONS(4398), - [anon_sym_lock] = ACTIONS(4398), - [anon_sym_rlock] = ACTIONS(4398), - [anon_sym_unsafe] = ACTIONS(4398), - [anon_sym_sql] = ACTIONS(4398), - [sym_int_literal] = ACTIONS(4398), - [sym_float_literal] = ACTIONS(4398), - [sym_rune_literal] = ACTIONS(4398), - [sym_pseudo_compile_time_identifier] = ACTIONS(4398), - [anon_sym_shared] = ACTIONS(4398), - [anon_sym_map_LBRACK] = ACTIONS(4398), - [anon_sym_chan] = ACTIONS(4398), - [anon_sym_thread] = ACTIONS(4398), - [anon_sym_atomic] = ACTIONS(4398), - [anon_sym_assert] = ACTIONS(4398), - [anon_sym_defer] = ACTIONS(4398), - [anon_sym_goto] = ACTIONS(4398), - [anon_sym_break] = ACTIONS(4398), - [anon_sym_continue] = ACTIONS(4398), - [anon_sym_return] = ACTIONS(4398), - [anon_sym_DOLLARfor] = ACTIONS(4398), - [anon_sym_for] = ACTIONS(4398), - [anon_sym_POUND] = ACTIONS(4398), - [anon_sym_asm] = ACTIONS(4398), - [anon_sym_AT_LBRACK] = ACTIONS(4398), - [sym___double_quote] = ACTIONS(4398), - [sym___single_quote] = ACTIONS(4398), - [sym___c_double_quote] = ACTIONS(4398), - [sym___c_single_quote] = ACTIONS(4398), - [sym___r_double_quote] = ACTIONS(4398), - [sym___r_single_quote] = ACTIONS(4398), + [anon_sym_DOT] = ACTIONS(4395), + [anon_sym_LBRACE] = ACTIONS(4395), + [anon_sym_const] = ACTIONS(4395), + [anon_sym_LPAREN] = ACTIONS(4395), + [anon_sym___global] = ACTIONS(4395), + [anon_sym_type] = ACTIONS(4395), + [anon_sym_fn] = ACTIONS(4395), + [anon_sym_PLUS] = ACTIONS(4395), + [anon_sym_DASH] = ACTIONS(4395), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_struct] = ACTIONS(4395), + [anon_sym_union] = ACTIONS(4395), + [anon_sym_pub] = ACTIONS(4395), + [anon_sym_mut] = ACTIONS(4395), + [anon_sym_enum] = ACTIONS(4395), + [anon_sym_interface] = ACTIONS(4395), + [anon_sym_QMARK] = ACTIONS(4395), + [anon_sym_BANG] = ACTIONS(4395), + [anon_sym_go] = ACTIONS(4395), + [anon_sym_spawn] = ACTIONS(4395), + [anon_sym_json_DOTdecode] = ACTIONS(4395), + [anon_sym_LBRACK2] = ACTIONS(4395), + [anon_sym_TILDE] = ACTIONS(4395), + [anon_sym_CARET] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym_LT_DASH] = ACTIONS(4395), + [sym_none] = ACTIONS(4395), + [sym_true] = ACTIONS(4395), + [sym_false] = ACTIONS(4395), + [sym_nil] = ACTIONS(4395), + [anon_sym_if] = ACTIONS(4395), + [anon_sym_DOLLARif] = ACTIONS(4395), + [anon_sym_match] = ACTIONS(4395), + [anon_sym_select] = ACTIONS(4395), + [anon_sym_lock] = ACTIONS(4395), + [anon_sym_rlock] = ACTIONS(4395), + [anon_sym_unsafe] = ACTIONS(4395), + [anon_sym_sql] = ACTIONS(4395), + [sym_int_literal] = ACTIONS(4395), + [sym_float_literal] = ACTIONS(4395), + [sym_rune_literal] = ACTIONS(4395), + [sym_pseudo_compile_time_identifier] = ACTIONS(4395), + [anon_sym_shared] = ACTIONS(4395), + [anon_sym_map_LBRACK] = ACTIONS(4395), + [anon_sym_chan] = ACTIONS(4395), + [anon_sym_thread] = ACTIONS(4395), + [anon_sym_atomic] = ACTIONS(4395), + [anon_sym_assert] = ACTIONS(4395), + [anon_sym_defer] = ACTIONS(4395), + [anon_sym_goto] = ACTIONS(4395), + [anon_sym_break] = ACTIONS(4395), + [anon_sym_continue] = ACTIONS(4395), + [anon_sym_return] = ACTIONS(4395), + [anon_sym_DOLLARfor] = ACTIONS(4395), + [anon_sym_for] = ACTIONS(4395), + [anon_sym_POUND] = ACTIONS(4395), + [anon_sym_asm] = ACTIONS(4395), + [anon_sym_AT_LBRACK] = ACTIONS(4395), + [sym___double_quote] = ACTIONS(4395), + [sym___single_quote] = ACTIONS(4395), + [sym___c_double_quote] = ACTIONS(4395), + [sym___c_single_quote] = ACTIONS(4395), + [sym___r_double_quote] = ACTIONS(4395), + [sym___r_single_quote] = ACTIONS(4395), }, [1574] = { [sym_line_comment] = STATE(1574), [sym_block_comment] = STATE(1574), - [sym_import_declaration] = STATE(1622), - [aux_sym_import_list_repeat1] = STATE(1574), - [ts_builtin_sym_end] = ACTIONS(4400), - [sym_identifier] = ACTIONS(4402), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_import] = ACTIONS(4404), - [anon_sym_DOT] = ACTIONS(4402), - [anon_sym_LBRACE] = ACTIONS(4400), - [anon_sym_const] = ACTIONS(4402), - [anon_sym_LPAREN] = ACTIONS(4400), - [anon_sym___global] = ACTIONS(4402), - [anon_sym_type] = ACTIONS(4402), - [anon_sym_fn] = ACTIONS(4402), - [anon_sym_PLUS] = ACTIONS(4400), - [anon_sym_DASH] = ACTIONS(4400), - [anon_sym_STAR] = ACTIONS(4400), - [anon_sym_struct] = ACTIONS(4402), - [anon_sym_union] = ACTIONS(4402), - [anon_sym_pub] = ACTIONS(4402), - [anon_sym_mut] = ACTIONS(4402), - [anon_sym_enum] = ACTIONS(4402), - [anon_sym_interface] = ACTIONS(4402), - [anon_sym_QMARK] = ACTIONS(4400), - [anon_sym_BANG] = ACTIONS(4400), - [anon_sym_go] = ACTIONS(4402), - [anon_sym_spawn] = ACTIONS(4402), - [anon_sym_json_DOTdecode] = ACTIONS(4400), - [anon_sym_LBRACK2] = ACTIONS(4400), - [anon_sym_TILDE] = ACTIONS(4400), - [anon_sym_CARET] = ACTIONS(4400), - [anon_sym_AMP] = ACTIONS(4400), - [anon_sym_LT_DASH] = ACTIONS(4400), - [sym_none] = ACTIONS(4402), - [sym_true] = ACTIONS(4402), - [sym_false] = ACTIONS(4402), - [sym_nil] = ACTIONS(4402), - [anon_sym_if] = ACTIONS(4402), - [anon_sym_DOLLARif] = ACTIONS(4402), - [anon_sym_match] = ACTIONS(4402), - [anon_sym_select] = ACTIONS(4402), - [anon_sym_lock] = ACTIONS(4402), - [anon_sym_rlock] = ACTIONS(4402), - [anon_sym_unsafe] = ACTIONS(4402), - [anon_sym_sql] = ACTIONS(4402), - [sym_int_literal] = ACTIONS(4402), - [sym_float_literal] = ACTIONS(4400), - [sym_rune_literal] = ACTIONS(4400), - [sym_pseudo_compile_time_identifier] = ACTIONS(4402), - [anon_sym_shared] = ACTIONS(4402), - [anon_sym_map_LBRACK] = ACTIONS(4400), - [anon_sym_chan] = ACTIONS(4402), - [anon_sym_thread] = ACTIONS(4402), - [anon_sym_atomic] = ACTIONS(4402), - [anon_sym_assert] = ACTIONS(4402), - [anon_sym_defer] = ACTIONS(4402), - [anon_sym_goto] = ACTIONS(4402), - [anon_sym_break] = ACTIONS(4402), - [anon_sym_continue] = ACTIONS(4402), - [anon_sym_return] = ACTIONS(4402), - [anon_sym_DOLLARfor] = ACTIONS(4402), - [anon_sym_for] = ACTIONS(4402), - [anon_sym_POUND] = ACTIONS(4400), - [anon_sym_asm] = ACTIONS(4402), - [anon_sym_AT_LBRACK] = ACTIONS(4400), - [sym___double_quote] = ACTIONS(4400), - [sym___single_quote] = ACTIONS(4400), - [sym___c_double_quote] = ACTIONS(4400), - [sym___c_single_quote] = ACTIONS(4400), - [sym___r_double_quote] = ACTIONS(4400), - [sym___r_single_quote] = ACTIONS(4400), + [ts_builtin_sym_end] = ACTIONS(4397), + [sym_identifier] = ACTIONS(4399), + [anon_sym_LF] = ACTIONS(4399), + [anon_sym_CR] = ACTIONS(4399), + [anon_sym_CR_LF] = ACTIONS(4399), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4399), + [anon_sym_LBRACE] = ACTIONS(4399), + [anon_sym_const] = ACTIONS(4399), + [anon_sym_LPAREN] = ACTIONS(4399), + [anon_sym___global] = ACTIONS(4399), + [anon_sym_type] = ACTIONS(4399), + [anon_sym_fn] = ACTIONS(4399), + [anon_sym_PLUS] = ACTIONS(4399), + [anon_sym_DASH] = ACTIONS(4399), + [anon_sym_STAR] = ACTIONS(4399), + [anon_sym_struct] = ACTIONS(4399), + [anon_sym_union] = ACTIONS(4399), + [anon_sym_pub] = ACTIONS(4399), + [anon_sym_mut] = ACTIONS(4399), + [anon_sym_enum] = ACTIONS(4399), + [anon_sym_interface] = ACTIONS(4399), + [anon_sym_QMARK] = ACTIONS(4399), + [anon_sym_BANG] = ACTIONS(4399), + [anon_sym_go] = ACTIONS(4399), + [anon_sym_spawn] = ACTIONS(4399), + [anon_sym_json_DOTdecode] = ACTIONS(4399), + [anon_sym_LBRACK2] = ACTIONS(4399), + [anon_sym_TILDE] = ACTIONS(4399), + [anon_sym_CARET] = ACTIONS(4399), + [anon_sym_AMP] = ACTIONS(4399), + [anon_sym_LT_DASH] = ACTIONS(4399), + [sym_none] = ACTIONS(4399), + [sym_true] = ACTIONS(4399), + [sym_false] = ACTIONS(4399), + [sym_nil] = ACTIONS(4399), + [anon_sym_if] = ACTIONS(4399), + [anon_sym_DOLLARif] = ACTIONS(4399), + [anon_sym_match] = ACTIONS(4399), + [anon_sym_select] = ACTIONS(4399), + [anon_sym_lock] = ACTIONS(4399), + [anon_sym_rlock] = ACTIONS(4399), + [anon_sym_unsafe] = ACTIONS(4399), + [anon_sym_sql] = ACTIONS(4399), + [sym_int_literal] = ACTIONS(4399), + [sym_float_literal] = ACTIONS(4399), + [sym_rune_literal] = ACTIONS(4399), + [sym_pseudo_compile_time_identifier] = ACTIONS(4399), + [anon_sym_shared] = ACTIONS(4399), + [anon_sym_map_LBRACK] = ACTIONS(4399), + [anon_sym_chan] = ACTIONS(4399), + [anon_sym_thread] = ACTIONS(4399), + [anon_sym_atomic] = ACTIONS(4399), + [anon_sym_assert] = ACTIONS(4399), + [anon_sym_defer] = ACTIONS(4399), + [anon_sym_goto] = ACTIONS(4399), + [anon_sym_break] = ACTIONS(4399), + [anon_sym_continue] = ACTIONS(4399), + [anon_sym_return] = ACTIONS(4399), + [anon_sym_DOLLARfor] = ACTIONS(4399), + [anon_sym_for] = ACTIONS(4399), + [anon_sym_POUND] = ACTIONS(4399), + [anon_sym_asm] = ACTIONS(4399), + [anon_sym_AT_LBRACK] = ACTIONS(4399), + [sym___double_quote] = ACTIONS(4399), + [sym___single_quote] = ACTIONS(4399), + [sym___c_double_quote] = ACTIONS(4399), + [sym___c_single_quote] = ACTIONS(4399), + [sym___r_double_quote] = ACTIONS(4399), + [sym___r_single_quote] = ACTIONS(4399), }, [1575] = { [sym_line_comment] = STATE(1575), [sym_block_comment] = STATE(1575), - [ts_builtin_sym_end] = ACTIONS(4407), - [sym_identifier] = ACTIONS(4409), - [anon_sym_LF] = ACTIONS(4409), - [anon_sym_CR] = ACTIONS(4409), - [anon_sym_CR_LF] = ACTIONS(4409), + [ts_builtin_sym_end] = ACTIONS(4401), + [sym_identifier] = ACTIONS(4403), + [anon_sym_LF] = ACTIONS(4403), + [anon_sym_CR] = ACTIONS(4403), + [anon_sym_CR_LF] = ACTIONS(4403), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4409), - [anon_sym_LBRACE] = ACTIONS(4409), - [anon_sym_const] = ACTIONS(4409), - [anon_sym_LPAREN] = ACTIONS(4409), - [anon_sym___global] = ACTIONS(4409), - [anon_sym_type] = ACTIONS(4409), - [anon_sym_fn] = ACTIONS(4409), - [anon_sym_PLUS] = ACTIONS(4409), - [anon_sym_DASH] = ACTIONS(4409), - [anon_sym_STAR] = ACTIONS(4409), - [anon_sym_struct] = ACTIONS(4409), - [anon_sym_union] = ACTIONS(4409), - [anon_sym_pub] = ACTIONS(4409), - [anon_sym_mut] = ACTIONS(4409), - [anon_sym_enum] = ACTIONS(4409), - [anon_sym_interface] = ACTIONS(4409), - [anon_sym_QMARK] = ACTIONS(4409), - [anon_sym_BANG] = ACTIONS(4409), - [anon_sym_go] = ACTIONS(4409), - [anon_sym_spawn] = ACTIONS(4409), - [anon_sym_json_DOTdecode] = ACTIONS(4409), - [anon_sym_LBRACK2] = ACTIONS(4409), - [anon_sym_TILDE] = ACTIONS(4409), - [anon_sym_CARET] = ACTIONS(4409), - [anon_sym_AMP] = ACTIONS(4409), - [anon_sym_LT_DASH] = ACTIONS(4409), - [sym_none] = ACTIONS(4409), - [sym_true] = ACTIONS(4409), - [sym_false] = ACTIONS(4409), - [sym_nil] = ACTIONS(4409), - [anon_sym_if] = ACTIONS(4409), - [anon_sym_DOLLARif] = ACTIONS(4409), - [anon_sym_match] = ACTIONS(4409), - [anon_sym_select] = ACTIONS(4409), - [anon_sym_lock] = ACTIONS(4409), - [anon_sym_rlock] = ACTIONS(4409), - [anon_sym_unsafe] = ACTIONS(4409), - [anon_sym_sql] = ACTIONS(4409), - [sym_int_literal] = ACTIONS(4409), - [sym_float_literal] = ACTIONS(4409), - [sym_rune_literal] = ACTIONS(4409), - [sym_pseudo_compile_time_identifier] = ACTIONS(4409), - [anon_sym_shared] = ACTIONS(4409), - [anon_sym_map_LBRACK] = ACTIONS(4409), - [anon_sym_chan] = ACTIONS(4409), - [anon_sym_thread] = ACTIONS(4409), - [anon_sym_atomic] = ACTIONS(4409), - [anon_sym_assert] = ACTIONS(4409), - [anon_sym_defer] = ACTIONS(4409), - [anon_sym_goto] = ACTIONS(4409), - [anon_sym_break] = ACTIONS(4409), - [anon_sym_continue] = ACTIONS(4409), - [anon_sym_return] = ACTIONS(4409), - [anon_sym_DOLLARfor] = ACTIONS(4409), - [anon_sym_for] = ACTIONS(4409), - [anon_sym_POUND] = ACTIONS(4409), - [anon_sym_asm] = ACTIONS(4409), - [anon_sym_AT_LBRACK] = ACTIONS(4409), - [sym___double_quote] = ACTIONS(4409), - [sym___single_quote] = ACTIONS(4409), - [sym___c_double_quote] = ACTIONS(4409), - [sym___c_single_quote] = ACTIONS(4409), - [sym___r_double_quote] = ACTIONS(4409), - [sym___r_single_quote] = ACTIONS(4409), + [anon_sym_DOT] = ACTIONS(4403), + [anon_sym_LBRACE] = ACTIONS(4403), + [anon_sym_const] = ACTIONS(4403), + [anon_sym_LPAREN] = ACTIONS(4403), + [anon_sym___global] = ACTIONS(4403), + [anon_sym_type] = ACTIONS(4403), + [anon_sym_fn] = ACTIONS(4403), + [anon_sym_PLUS] = ACTIONS(4403), + [anon_sym_DASH] = ACTIONS(4403), + [anon_sym_STAR] = ACTIONS(4403), + [anon_sym_struct] = ACTIONS(4403), + [anon_sym_union] = ACTIONS(4403), + [anon_sym_pub] = ACTIONS(4403), + [anon_sym_mut] = ACTIONS(4403), + [anon_sym_enum] = ACTIONS(4403), + [anon_sym_interface] = ACTIONS(4403), + [anon_sym_QMARK] = ACTIONS(4403), + [anon_sym_BANG] = ACTIONS(4403), + [anon_sym_go] = ACTIONS(4403), + [anon_sym_spawn] = ACTIONS(4403), + [anon_sym_json_DOTdecode] = ACTIONS(4403), + [anon_sym_LBRACK2] = ACTIONS(4403), + [anon_sym_TILDE] = ACTIONS(4403), + [anon_sym_CARET] = ACTIONS(4403), + [anon_sym_AMP] = ACTIONS(4403), + [anon_sym_LT_DASH] = ACTIONS(4403), + [sym_none] = ACTIONS(4403), + [sym_true] = ACTIONS(4403), + [sym_false] = ACTIONS(4403), + [sym_nil] = ACTIONS(4403), + [anon_sym_if] = ACTIONS(4403), + [anon_sym_DOLLARif] = ACTIONS(4403), + [anon_sym_match] = ACTIONS(4403), + [anon_sym_select] = ACTIONS(4403), + [anon_sym_lock] = ACTIONS(4403), + [anon_sym_rlock] = ACTIONS(4403), + [anon_sym_unsafe] = ACTIONS(4403), + [anon_sym_sql] = ACTIONS(4403), + [sym_int_literal] = ACTIONS(4403), + [sym_float_literal] = ACTIONS(4403), + [sym_rune_literal] = ACTIONS(4403), + [sym_pseudo_compile_time_identifier] = ACTIONS(4403), + [anon_sym_shared] = ACTIONS(4403), + [anon_sym_map_LBRACK] = ACTIONS(4403), + [anon_sym_chan] = ACTIONS(4403), + [anon_sym_thread] = ACTIONS(4403), + [anon_sym_atomic] = ACTIONS(4403), + [anon_sym_assert] = ACTIONS(4403), + [anon_sym_defer] = ACTIONS(4403), + [anon_sym_goto] = ACTIONS(4403), + [anon_sym_break] = ACTIONS(4403), + [anon_sym_continue] = ACTIONS(4403), + [anon_sym_return] = ACTIONS(4403), + [anon_sym_DOLLARfor] = ACTIONS(4403), + [anon_sym_for] = ACTIONS(4403), + [anon_sym_POUND] = ACTIONS(4403), + [anon_sym_asm] = ACTIONS(4403), + [anon_sym_AT_LBRACK] = ACTIONS(4403), + [sym___double_quote] = ACTIONS(4403), + [sym___single_quote] = ACTIONS(4403), + [sym___c_double_quote] = ACTIONS(4403), + [sym___c_single_quote] = ACTIONS(4403), + [sym___r_double_quote] = ACTIONS(4403), + [sym___r_single_quote] = ACTIONS(4403), }, [1576] = { [sym_line_comment] = STATE(1576), [sym_block_comment] = STATE(1576), - [ts_builtin_sym_end] = ACTIONS(4411), - [sym_identifier] = ACTIONS(4413), - [anon_sym_LF] = ACTIONS(4413), - [anon_sym_CR] = ACTIONS(4413), - [anon_sym_CR_LF] = ACTIONS(4413), + [ts_builtin_sym_end] = ACTIONS(4405), + [sym_identifier] = ACTIONS(4407), + [anon_sym_LF] = ACTIONS(4407), + [anon_sym_CR] = ACTIONS(4407), + [anon_sym_CR_LF] = ACTIONS(4407), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4413), - [anon_sym_LBRACE] = ACTIONS(4413), - [anon_sym_const] = ACTIONS(4413), - [anon_sym_LPAREN] = ACTIONS(4413), - [anon_sym___global] = ACTIONS(4413), - [anon_sym_type] = ACTIONS(4413), - [anon_sym_fn] = ACTIONS(4413), - [anon_sym_PLUS] = ACTIONS(4413), - [anon_sym_DASH] = ACTIONS(4413), - [anon_sym_STAR] = ACTIONS(4413), - [anon_sym_struct] = ACTIONS(4413), - [anon_sym_union] = ACTIONS(4413), - [anon_sym_pub] = ACTIONS(4413), - [anon_sym_mut] = ACTIONS(4413), - [anon_sym_enum] = ACTIONS(4413), - [anon_sym_interface] = ACTIONS(4413), - [anon_sym_QMARK] = ACTIONS(4413), - [anon_sym_BANG] = ACTIONS(4413), - [anon_sym_go] = ACTIONS(4413), - [anon_sym_spawn] = ACTIONS(4413), - [anon_sym_json_DOTdecode] = ACTIONS(4413), - [anon_sym_LBRACK2] = ACTIONS(4413), - [anon_sym_TILDE] = ACTIONS(4413), - [anon_sym_CARET] = ACTIONS(4413), - [anon_sym_AMP] = ACTIONS(4413), - [anon_sym_LT_DASH] = ACTIONS(4413), - [sym_none] = ACTIONS(4413), - [sym_true] = ACTIONS(4413), - [sym_false] = ACTIONS(4413), - [sym_nil] = ACTIONS(4413), - [anon_sym_if] = ACTIONS(4413), - [anon_sym_DOLLARif] = ACTIONS(4413), - [anon_sym_match] = ACTIONS(4413), - [anon_sym_select] = ACTIONS(4413), - [anon_sym_lock] = ACTIONS(4413), - [anon_sym_rlock] = ACTIONS(4413), - [anon_sym_unsafe] = ACTIONS(4413), - [anon_sym_sql] = ACTIONS(4413), - [sym_int_literal] = ACTIONS(4413), - [sym_float_literal] = ACTIONS(4413), - [sym_rune_literal] = ACTIONS(4413), - [sym_pseudo_compile_time_identifier] = ACTIONS(4413), - [anon_sym_shared] = ACTIONS(4413), - [anon_sym_map_LBRACK] = ACTIONS(4413), - [anon_sym_chan] = ACTIONS(4413), - [anon_sym_thread] = ACTIONS(4413), - [anon_sym_atomic] = ACTIONS(4413), - [anon_sym_assert] = ACTIONS(4413), - [anon_sym_defer] = ACTIONS(4413), - [anon_sym_goto] = ACTIONS(4413), - [anon_sym_break] = ACTIONS(4413), - [anon_sym_continue] = ACTIONS(4413), - [anon_sym_return] = ACTIONS(4413), - [anon_sym_DOLLARfor] = ACTIONS(4413), - [anon_sym_for] = ACTIONS(4413), - [anon_sym_POUND] = ACTIONS(4413), - [anon_sym_asm] = ACTIONS(4413), - [anon_sym_AT_LBRACK] = ACTIONS(4413), - [sym___double_quote] = ACTIONS(4413), - [sym___single_quote] = ACTIONS(4413), - [sym___c_double_quote] = ACTIONS(4413), - [sym___c_single_quote] = ACTIONS(4413), - [sym___r_double_quote] = ACTIONS(4413), - [sym___r_single_quote] = ACTIONS(4413), + [anon_sym_DOT] = ACTIONS(4407), + [anon_sym_LBRACE] = ACTIONS(4407), + [anon_sym_const] = ACTIONS(4407), + [anon_sym_LPAREN] = ACTIONS(4407), + [anon_sym___global] = ACTIONS(4407), + [anon_sym_type] = ACTIONS(4407), + [anon_sym_fn] = ACTIONS(4407), + [anon_sym_PLUS] = ACTIONS(4407), + [anon_sym_DASH] = ACTIONS(4407), + [anon_sym_STAR] = ACTIONS(4407), + [anon_sym_struct] = ACTIONS(4407), + [anon_sym_union] = ACTIONS(4407), + [anon_sym_pub] = ACTIONS(4407), + [anon_sym_mut] = ACTIONS(4407), + [anon_sym_enum] = ACTIONS(4407), + [anon_sym_interface] = ACTIONS(4407), + [anon_sym_QMARK] = ACTIONS(4407), + [anon_sym_BANG] = ACTIONS(4407), + [anon_sym_go] = ACTIONS(4407), + [anon_sym_spawn] = ACTIONS(4407), + [anon_sym_json_DOTdecode] = ACTIONS(4407), + [anon_sym_LBRACK2] = ACTIONS(4407), + [anon_sym_TILDE] = ACTIONS(4407), + [anon_sym_CARET] = ACTIONS(4407), + [anon_sym_AMP] = ACTIONS(4407), + [anon_sym_LT_DASH] = ACTIONS(4407), + [sym_none] = ACTIONS(4407), + [sym_true] = ACTIONS(4407), + [sym_false] = ACTIONS(4407), + [sym_nil] = ACTIONS(4407), + [anon_sym_if] = ACTIONS(4407), + [anon_sym_DOLLARif] = ACTIONS(4407), + [anon_sym_match] = ACTIONS(4407), + [anon_sym_select] = ACTIONS(4407), + [anon_sym_lock] = ACTIONS(4407), + [anon_sym_rlock] = ACTIONS(4407), + [anon_sym_unsafe] = ACTIONS(4407), + [anon_sym_sql] = ACTIONS(4407), + [sym_int_literal] = ACTIONS(4407), + [sym_float_literal] = ACTIONS(4407), + [sym_rune_literal] = ACTIONS(4407), + [sym_pseudo_compile_time_identifier] = ACTIONS(4407), + [anon_sym_shared] = ACTIONS(4407), + [anon_sym_map_LBRACK] = ACTIONS(4407), + [anon_sym_chan] = ACTIONS(4407), + [anon_sym_thread] = ACTIONS(4407), + [anon_sym_atomic] = ACTIONS(4407), + [anon_sym_assert] = ACTIONS(4407), + [anon_sym_defer] = ACTIONS(4407), + [anon_sym_goto] = ACTIONS(4407), + [anon_sym_break] = ACTIONS(4407), + [anon_sym_continue] = ACTIONS(4407), + [anon_sym_return] = ACTIONS(4407), + [anon_sym_DOLLARfor] = ACTIONS(4407), + [anon_sym_for] = ACTIONS(4407), + [anon_sym_POUND] = ACTIONS(4407), + [anon_sym_asm] = ACTIONS(4407), + [anon_sym_AT_LBRACK] = ACTIONS(4407), + [sym___double_quote] = ACTIONS(4407), + [sym___single_quote] = ACTIONS(4407), + [sym___c_double_quote] = ACTIONS(4407), + [sym___c_single_quote] = ACTIONS(4407), + [sym___r_double_quote] = ACTIONS(4407), + [sym___r_single_quote] = ACTIONS(4407), }, [1577] = { [sym_line_comment] = STATE(1577), [sym_block_comment] = STATE(1577), - [ts_builtin_sym_end] = ACTIONS(4415), - [sym_identifier] = ACTIONS(4417), - [anon_sym_LF] = ACTIONS(4417), - [anon_sym_CR] = ACTIONS(4417), - [anon_sym_CR_LF] = ACTIONS(4417), + [ts_builtin_sym_end] = ACTIONS(4409), + [sym_identifier] = ACTIONS(4411), + [anon_sym_LF] = ACTIONS(4411), + [anon_sym_CR] = ACTIONS(4411), + [anon_sym_CR_LF] = ACTIONS(4411), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4417), - [anon_sym_LBRACE] = ACTIONS(4417), - [anon_sym_const] = ACTIONS(4417), - [anon_sym_LPAREN] = ACTIONS(4417), - [anon_sym___global] = ACTIONS(4417), - [anon_sym_type] = ACTIONS(4417), - [anon_sym_fn] = ACTIONS(4417), - [anon_sym_PLUS] = ACTIONS(4417), - [anon_sym_DASH] = ACTIONS(4417), - [anon_sym_STAR] = ACTIONS(4417), - [anon_sym_struct] = ACTIONS(4417), - [anon_sym_union] = ACTIONS(4417), - [anon_sym_pub] = ACTIONS(4417), - [anon_sym_mut] = ACTIONS(4417), - [anon_sym_enum] = ACTIONS(4417), - [anon_sym_interface] = ACTIONS(4417), - [anon_sym_QMARK] = ACTIONS(4417), - [anon_sym_BANG] = ACTIONS(4417), - [anon_sym_go] = ACTIONS(4417), - [anon_sym_spawn] = ACTIONS(4417), - [anon_sym_json_DOTdecode] = ACTIONS(4417), - [anon_sym_LBRACK2] = ACTIONS(4417), - [anon_sym_TILDE] = ACTIONS(4417), - [anon_sym_CARET] = ACTIONS(4417), - [anon_sym_AMP] = ACTIONS(4417), - [anon_sym_LT_DASH] = ACTIONS(4417), - [sym_none] = ACTIONS(4417), - [sym_true] = ACTIONS(4417), - [sym_false] = ACTIONS(4417), - [sym_nil] = ACTIONS(4417), - [anon_sym_if] = ACTIONS(4417), - [anon_sym_DOLLARif] = ACTIONS(4417), - [anon_sym_match] = ACTIONS(4417), - [anon_sym_select] = ACTIONS(4417), - [anon_sym_lock] = ACTIONS(4417), - [anon_sym_rlock] = ACTIONS(4417), - [anon_sym_unsafe] = ACTIONS(4417), - [anon_sym_sql] = ACTIONS(4417), - [sym_int_literal] = ACTIONS(4417), - [sym_float_literal] = ACTIONS(4417), - [sym_rune_literal] = ACTIONS(4417), - [sym_pseudo_compile_time_identifier] = ACTIONS(4417), - [anon_sym_shared] = ACTIONS(4417), - [anon_sym_map_LBRACK] = ACTIONS(4417), - [anon_sym_chan] = ACTIONS(4417), - [anon_sym_thread] = ACTIONS(4417), - [anon_sym_atomic] = ACTIONS(4417), - [anon_sym_assert] = ACTIONS(4417), - [anon_sym_defer] = ACTIONS(4417), - [anon_sym_goto] = ACTIONS(4417), - [anon_sym_break] = ACTIONS(4417), - [anon_sym_continue] = ACTIONS(4417), - [anon_sym_return] = ACTIONS(4417), - [anon_sym_DOLLARfor] = ACTIONS(4417), - [anon_sym_for] = ACTIONS(4417), - [anon_sym_POUND] = ACTIONS(4417), - [anon_sym_asm] = ACTIONS(4417), - [anon_sym_AT_LBRACK] = ACTIONS(4417), - [sym___double_quote] = ACTIONS(4417), - [sym___single_quote] = ACTIONS(4417), - [sym___c_double_quote] = ACTIONS(4417), - [sym___c_single_quote] = ACTIONS(4417), - [sym___r_double_quote] = ACTIONS(4417), - [sym___r_single_quote] = ACTIONS(4417), + [anon_sym_DOT] = ACTIONS(4411), + [anon_sym_LBRACE] = ACTIONS(4411), + [anon_sym_const] = ACTIONS(4411), + [anon_sym_LPAREN] = ACTIONS(4411), + [anon_sym___global] = ACTIONS(4411), + [anon_sym_type] = ACTIONS(4411), + [anon_sym_fn] = ACTIONS(4411), + [anon_sym_PLUS] = ACTIONS(4411), + [anon_sym_DASH] = ACTIONS(4411), + [anon_sym_STAR] = ACTIONS(4411), + [anon_sym_struct] = ACTIONS(4411), + [anon_sym_union] = ACTIONS(4411), + [anon_sym_pub] = ACTIONS(4411), + [anon_sym_mut] = ACTIONS(4411), + [anon_sym_enum] = ACTIONS(4411), + [anon_sym_interface] = ACTIONS(4411), + [anon_sym_QMARK] = ACTIONS(4411), + [anon_sym_BANG] = ACTIONS(4411), + [anon_sym_go] = ACTIONS(4411), + [anon_sym_spawn] = ACTIONS(4411), + [anon_sym_json_DOTdecode] = ACTIONS(4411), + [anon_sym_LBRACK2] = ACTIONS(4411), + [anon_sym_TILDE] = ACTIONS(4411), + [anon_sym_CARET] = ACTIONS(4411), + [anon_sym_AMP] = ACTIONS(4411), + [anon_sym_LT_DASH] = ACTIONS(4411), + [sym_none] = ACTIONS(4411), + [sym_true] = ACTIONS(4411), + [sym_false] = ACTIONS(4411), + [sym_nil] = ACTIONS(4411), + [anon_sym_if] = ACTIONS(4411), + [anon_sym_DOLLARif] = ACTIONS(4411), + [anon_sym_match] = ACTIONS(4411), + [anon_sym_select] = ACTIONS(4411), + [anon_sym_lock] = ACTIONS(4411), + [anon_sym_rlock] = ACTIONS(4411), + [anon_sym_unsafe] = ACTIONS(4411), + [anon_sym_sql] = ACTIONS(4411), + [sym_int_literal] = ACTIONS(4411), + [sym_float_literal] = ACTIONS(4411), + [sym_rune_literal] = ACTIONS(4411), + [sym_pseudo_compile_time_identifier] = ACTIONS(4411), + [anon_sym_shared] = ACTIONS(4411), + [anon_sym_map_LBRACK] = ACTIONS(4411), + [anon_sym_chan] = ACTIONS(4411), + [anon_sym_thread] = ACTIONS(4411), + [anon_sym_atomic] = ACTIONS(4411), + [anon_sym_assert] = ACTIONS(4411), + [anon_sym_defer] = ACTIONS(4411), + [anon_sym_goto] = ACTIONS(4411), + [anon_sym_break] = ACTIONS(4411), + [anon_sym_continue] = ACTIONS(4411), + [anon_sym_return] = ACTIONS(4411), + [anon_sym_DOLLARfor] = ACTIONS(4411), + [anon_sym_for] = ACTIONS(4411), + [anon_sym_POUND] = ACTIONS(4411), + [anon_sym_asm] = ACTIONS(4411), + [anon_sym_AT_LBRACK] = ACTIONS(4411), + [sym___double_quote] = ACTIONS(4411), + [sym___single_quote] = ACTIONS(4411), + [sym___c_double_quote] = ACTIONS(4411), + [sym___c_single_quote] = ACTIONS(4411), + [sym___r_double_quote] = ACTIONS(4411), + [sym___r_single_quote] = ACTIONS(4411), }, [1578] = { [sym_line_comment] = STATE(1578), [sym_block_comment] = STATE(1578), - [ts_builtin_sym_end] = ACTIONS(2819), - [sym_identifier] = ACTIONS(2821), - [anon_sym_LF] = ACTIONS(2821), - [anon_sym_CR] = ACTIONS(2821), - [anon_sym_CR_LF] = ACTIONS(2821), + [ts_builtin_sym_end] = ACTIONS(4413), + [sym_identifier] = ACTIONS(4415), + [anon_sym_LF] = ACTIONS(4415), + [anon_sym_CR] = ACTIONS(4415), + [anon_sym_CR_LF] = ACTIONS(4415), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2821), - [anon_sym_LBRACE] = ACTIONS(2821), - [anon_sym_const] = ACTIONS(2821), - [anon_sym_LPAREN] = ACTIONS(2821), - [anon_sym___global] = ACTIONS(2821), - [anon_sym_type] = ACTIONS(2821), - [anon_sym_fn] = ACTIONS(2821), - [anon_sym_PLUS] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2821), - [anon_sym_STAR] = ACTIONS(2821), - [anon_sym_struct] = ACTIONS(2821), - [anon_sym_union] = ACTIONS(2821), - [anon_sym_pub] = ACTIONS(2821), - [anon_sym_mut] = ACTIONS(2821), - [anon_sym_enum] = ACTIONS(2821), - [anon_sym_interface] = ACTIONS(2821), - [anon_sym_QMARK] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_go] = ACTIONS(2821), - [anon_sym_spawn] = ACTIONS(2821), - [anon_sym_json_DOTdecode] = ACTIONS(2821), - [anon_sym_LBRACK2] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2821), - [anon_sym_CARET] = ACTIONS(2821), - [anon_sym_AMP] = ACTIONS(2821), - [anon_sym_LT_DASH] = ACTIONS(2821), - [sym_none] = ACTIONS(2821), - [sym_true] = ACTIONS(2821), - [sym_false] = ACTIONS(2821), - [sym_nil] = ACTIONS(2821), - [anon_sym_if] = ACTIONS(2821), - [anon_sym_DOLLARif] = ACTIONS(2821), - [anon_sym_match] = ACTIONS(2821), - [anon_sym_select] = ACTIONS(2821), - [anon_sym_lock] = ACTIONS(2821), - [anon_sym_rlock] = ACTIONS(2821), - [anon_sym_unsafe] = ACTIONS(2821), - [anon_sym_sql] = ACTIONS(2821), - [sym_int_literal] = ACTIONS(2821), - [sym_float_literal] = ACTIONS(2821), - [sym_rune_literal] = ACTIONS(2821), - [sym_pseudo_compile_time_identifier] = ACTIONS(2821), - [anon_sym_shared] = ACTIONS(2821), - [anon_sym_map_LBRACK] = ACTIONS(2821), - [anon_sym_chan] = ACTIONS(2821), - [anon_sym_thread] = ACTIONS(2821), - [anon_sym_atomic] = ACTIONS(2821), - [anon_sym_assert] = ACTIONS(2821), - [anon_sym_defer] = ACTIONS(2821), - [anon_sym_goto] = ACTIONS(2821), - [anon_sym_break] = ACTIONS(2821), - [anon_sym_continue] = ACTIONS(2821), - [anon_sym_return] = ACTIONS(2821), - [anon_sym_DOLLARfor] = ACTIONS(2821), - [anon_sym_for] = ACTIONS(2821), - [anon_sym_POUND] = ACTIONS(2821), - [anon_sym_asm] = ACTIONS(2821), - [anon_sym_AT_LBRACK] = ACTIONS(2821), - [sym___double_quote] = ACTIONS(2821), - [sym___single_quote] = ACTIONS(2821), - [sym___c_double_quote] = ACTIONS(2821), - [sym___c_single_quote] = ACTIONS(2821), - [sym___r_double_quote] = ACTIONS(2821), - [sym___r_single_quote] = ACTIONS(2821), + [anon_sym_DOT] = ACTIONS(4415), + [anon_sym_LBRACE] = ACTIONS(4415), + [anon_sym_const] = ACTIONS(4415), + [anon_sym_LPAREN] = ACTIONS(4415), + [anon_sym___global] = ACTIONS(4415), + [anon_sym_type] = ACTIONS(4415), + [anon_sym_fn] = ACTIONS(4415), + [anon_sym_PLUS] = ACTIONS(4415), + [anon_sym_DASH] = ACTIONS(4415), + [anon_sym_STAR] = ACTIONS(4415), + [anon_sym_struct] = ACTIONS(4415), + [anon_sym_union] = ACTIONS(4415), + [anon_sym_pub] = ACTIONS(4415), + [anon_sym_mut] = ACTIONS(4415), + [anon_sym_enum] = ACTIONS(4415), + [anon_sym_interface] = ACTIONS(4415), + [anon_sym_QMARK] = ACTIONS(4415), + [anon_sym_BANG] = ACTIONS(4415), + [anon_sym_go] = ACTIONS(4415), + [anon_sym_spawn] = ACTIONS(4415), + [anon_sym_json_DOTdecode] = ACTIONS(4415), + [anon_sym_LBRACK2] = ACTIONS(4415), + [anon_sym_TILDE] = ACTIONS(4415), + [anon_sym_CARET] = ACTIONS(4415), + [anon_sym_AMP] = ACTIONS(4415), + [anon_sym_LT_DASH] = ACTIONS(4415), + [sym_none] = ACTIONS(4415), + [sym_true] = ACTIONS(4415), + [sym_false] = ACTIONS(4415), + [sym_nil] = ACTIONS(4415), + [anon_sym_if] = ACTIONS(4415), + [anon_sym_DOLLARif] = ACTIONS(4415), + [anon_sym_match] = ACTIONS(4415), + [anon_sym_select] = ACTIONS(4415), + [anon_sym_lock] = ACTIONS(4415), + [anon_sym_rlock] = ACTIONS(4415), + [anon_sym_unsafe] = ACTIONS(4415), + [anon_sym_sql] = ACTIONS(4415), + [sym_int_literal] = ACTIONS(4415), + [sym_float_literal] = ACTIONS(4415), + [sym_rune_literal] = ACTIONS(4415), + [sym_pseudo_compile_time_identifier] = ACTIONS(4415), + [anon_sym_shared] = ACTIONS(4415), + [anon_sym_map_LBRACK] = ACTIONS(4415), + [anon_sym_chan] = ACTIONS(4415), + [anon_sym_thread] = ACTIONS(4415), + [anon_sym_atomic] = ACTIONS(4415), + [anon_sym_assert] = ACTIONS(4415), + [anon_sym_defer] = ACTIONS(4415), + [anon_sym_goto] = ACTIONS(4415), + [anon_sym_break] = ACTIONS(4415), + [anon_sym_continue] = ACTIONS(4415), + [anon_sym_return] = ACTIONS(4415), + [anon_sym_DOLLARfor] = ACTIONS(4415), + [anon_sym_for] = ACTIONS(4415), + [anon_sym_POUND] = ACTIONS(4415), + [anon_sym_asm] = ACTIONS(4415), + [anon_sym_AT_LBRACK] = ACTIONS(4415), + [sym___double_quote] = ACTIONS(4415), + [sym___single_quote] = ACTIONS(4415), + [sym___c_double_quote] = ACTIONS(4415), + [sym___c_single_quote] = ACTIONS(4415), + [sym___r_double_quote] = ACTIONS(4415), + [sym___r_single_quote] = ACTIONS(4415), }, [1579] = { [sym_line_comment] = STATE(1579), [sym_block_comment] = STATE(1579), - [ts_builtin_sym_end] = ACTIONS(4419), - [sym_identifier] = ACTIONS(4421), - [anon_sym_LF] = ACTIONS(4421), - [anon_sym_CR] = ACTIONS(4421), - [anon_sym_CR_LF] = ACTIONS(4421), + [ts_builtin_sym_end] = ACTIONS(4417), + [sym_identifier] = ACTIONS(4419), + [anon_sym_LF] = ACTIONS(4419), + [anon_sym_CR] = ACTIONS(4419), + [anon_sym_CR_LF] = ACTIONS(4419), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4421), - [anon_sym_LBRACE] = ACTIONS(4421), - [anon_sym_const] = ACTIONS(4421), - [anon_sym_LPAREN] = ACTIONS(4421), - [anon_sym___global] = ACTIONS(4421), - [anon_sym_type] = ACTIONS(4421), - [anon_sym_fn] = ACTIONS(4421), - [anon_sym_PLUS] = ACTIONS(4421), - [anon_sym_DASH] = ACTIONS(4421), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_struct] = ACTIONS(4421), - [anon_sym_union] = ACTIONS(4421), - [anon_sym_pub] = ACTIONS(4421), - [anon_sym_mut] = ACTIONS(4421), - [anon_sym_enum] = ACTIONS(4421), - [anon_sym_interface] = ACTIONS(4421), - [anon_sym_QMARK] = ACTIONS(4421), - [anon_sym_BANG] = ACTIONS(4421), - [anon_sym_go] = ACTIONS(4421), - [anon_sym_spawn] = ACTIONS(4421), - [anon_sym_json_DOTdecode] = ACTIONS(4421), - [anon_sym_LBRACK2] = ACTIONS(4421), - [anon_sym_TILDE] = ACTIONS(4421), - [anon_sym_CARET] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym_LT_DASH] = ACTIONS(4421), - [sym_none] = ACTIONS(4421), - [sym_true] = ACTIONS(4421), - [sym_false] = ACTIONS(4421), - [sym_nil] = ACTIONS(4421), - [anon_sym_if] = ACTIONS(4421), - [anon_sym_DOLLARif] = ACTIONS(4421), - [anon_sym_match] = ACTIONS(4421), - [anon_sym_select] = ACTIONS(4421), - [anon_sym_lock] = ACTIONS(4421), - [anon_sym_rlock] = ACTIONS(4421), - [anon_sym_unsafe] = ACTIONS(4421), - [anon_sym_sql] = ACTIONS(4421), - [sym_int_literal] = ACTIONS(4421), - [sym_float_literal] = ACTIONS(4421), - [sym_rune_literal] = ACTIONS(4421), - [sym_pseudo_compile_time_identifier] = ACTIONS(4421), - [anon_sym_shared] = ACTIONS(4421), - [anon_sym_map_LBRACK] = ACTIONS(4421), - [anon_sym_chan] = ACTIONS(4421), - [anon_sym_thread] = ACTIONS(4421), - [anon_sym_atomic] = ACTIONS(4421), - [anon_sym_assert] = ACTIONS(4421), - [anon_sym_defer] = ACTIONS(4421), - [anon_sym_goto] = ACTIONS(4421), - [anon_sym_break] = ACTIONS(4421), - [anon_sym_continue] = ACTIONS(4421), - [anon_sym_return] = ACTIONS(4421), - [anon_sym_DOLLARfor] = ACTIONS(4421), - [anon_sym_for] = ACTIONS(4421), - [anon_sym_POUND] = ACTIONS(4421), - [anon_sym_asm] = ACTIONS(4421), - [anon_sym_AT_LBRACK] = ACTIONS(4421), - [sym___double_quote] = ACTIONS(4421), - [sym___single_quote] = ACTIONS(4421), - [sym___c_double_quote] = ACTIONS(4421), - [sym___c_single_quote] = ACTIONS(4421), - [sym___r_double_quote] = ACTIONS(4421), - [sym___r_single_quote] = ACTIONS(4421), + [anon_sym_DOT] = ACTIONS(4419), + [anon_sym_LBRACE] = ACTIONS(4419), + [anon_sym_const] = ACTIONS(4419), + [anon_sym_LPAREN] = ACTIONS(4419), + [anon_sym___global] = ACTIONS(4419), + [anon_sym_type] = ACTIONS(4419), + [anon_sym_fn] = ACTIONS(4419), + [anon_sym_PLUS] = ACTIONS(4419), + [anon_sym_DASH] = ACTIONS(4419), + [anon_sym_STAR] = ACTIONS(4419), + [anon_sym_struct] = ACTIONS(4419), + [anon_sym_union] = ACTIONS(4419), + [anon_sym_pub] = ACTIONS(4419), + [anon_sym_mut] = ACTIONS(4419), + [anon_sym_enum] = ACTIONS(4419), + [anon_sym_interface] = ACTIONS(4419), + [anon_sym_QMARK] = ACTIONS(4419), + [anon_sym_BANG] = ACTIONS(4419), + [anon_sym_go] = ACTIONS(4419), + [anon_sym_spawn] = ACTIONS(4419), + [anon_sym_json_DOTdecode] = ACTIONS(4419), + [anon_sym_LBRACK2] = ACTIONS(4419), + [anon_sym_TILDE] = ACTIONS(4419), + [anon_sym_CARET] = ACTIONS(4419), + [anon_sym_AMP] = ACTIONS(4419), + [anon_sym_LT_DASH] = ACTIONS(4419), + [sym_none] = ACTIONS(4419), + [sym_true] = ACTIONS(4419), + [sym_false] = ACTIONS(4419), + [sym_nil] = ACTIONS(4419), + [anon_sym_if] = ACTIONS(4419), + [anon_sym_DOLLARif] = ACTIONS(4419), + [anon_sym_match] = ACTIONS(4419), + [anon_sym_select] = ACTIONS(4419), + [anon_sym_lock] = ACTIONS(4419), + [anon_sym_rlock] = ACTIONS(4419), + [anon_sym_unsafe] = ACTIONS(4419), + [anon_sym_sql] = ACTIONS(4419), + [sym_int_literal] = ACTIONS(4419), + [sym_float_literal] = ACTIONS(4419), + [sym_rune_literal] = ACTIONS(4419), + [sym_pseudo_compile_time_identifier] = ACTIONS(4419), + [anon_sym_shared] = ACTIONS(4419), + [anon_sym_map_LBRACK] = ACTIONS(4419), + [anon_sym_chan] = ACTIONS(4419), + [anon_sym_thread] = ACTIONS(4419), + [anon_sym_atomic] = ACTIONS(4419), + [anon_sym_assert] = ACTIONS(4419), + [anon_sym_defer] = ACTIONS(4419), + [anon_sym_goto] = ACTIONS(4419), + [anon_sym_break] = ACTIONS(4419), + [anon_sym_continue] = ACTIONS(4419), + [anon_sym_return] = ACTIONS(4419), + [anon_sym_DOLLARfor] = ACTIONS(4419), + [anon_sym_for] = ACTIONS(4419), + [anon_sym_POUND] = ACTIONS(4419), + [anon_sym_asm] = ACTIONS(4419), + [anon_sym_AT_LBRACK] = ACTIONS(4419), + [sym___double_quote] = ACTIONS(4419), + [sym___single_quote] = ACTIONS(4419), + [sym___c_double_quote] = ACTIONS(4419), + [sym___c_single_quote] = ACTIONS(4419), + [sym___r_double_quote] = ACTIONS(4419), + [sym___r_single_quote] = ACTIONS(4419), }, [1580] = { [sym_line_comment] = STATE(1580), [sym_block_comment] = STATE(1580), - [ts_builtin_sym_end] = ACTIONS(4423), - [sym_identifier] = ACTIONS(4425), - [anon_sym_LF] = ACTIONS(4425), - [anon_sym_CR] = ACTIONS(4425), - [anon_sym_CR_LF] = ACTIONS(4425), + [ts_builtin_sym_end] = ACTIONS(4421), + [sym_identifier] = ACTIONS(4423), + [anon_sym_LF] = ACTIONS(4423), + [anon_sym_CR] = ACTIONS(4423), + [anon_sym_CR_LF] = ACTIONS(4423), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4425), - [anon_sym_LBRACE] = ACTIONS(4425), - [anon_sym_const] = ACTIONS(4425), - [anon_sym_LPAREN] = ACTIONS(4425), - [anon_sym___global] = ACTIONS(4425), - [anon_sym_type] = ACTIONS(4425), - [anon_sym_fn] = ACTIONS(4425), - [anon_sym_PLUS] = ACTIONS(4425), - [anon_sym_DASH] = ACTIONS(4425), - [anon_sym_STAR] = ACTIONS(4425), - [anon_sym_struct] = ACTIONS(4425), - [anon_sym_union] = ACTIONS(4425), - [anon_sym_pub] = ACTIONS(4425), - [anon_sym_mut] = ACTIONS(4425), - [anon_sym_enum] = ACTIONS(4425), - [anon_sym_interface] = ACTIONS(4425), - [anon_sym_QMARK] = ACTIONS(4425), - [anon_sym_BANG] = ACTIONS(4425), - [anon_sym_go] = ACTIONS(4425), - [anon_sym_spawn] = ACTIONS(4425), - [anon_sym_json_DOTdecode] = ACTIONS(4425), - [anon_sym_LBRACK2] = ACTIONS(4425), - [anon_sym_TILDE] = ACTIONS(4425), - [anon_sym_CARET] = ACTIONS(4425), - [anon_sym_AMP] = ACTIONS(4425), - [anon_sym_LT_DASH] = ACTIONS(4425), - [sym_none] = ACTIONS(4425), - [sym_true] = ACTIONS(4425), - [sym_false] = ACTIONS(4425), - [sym_nil] = ACTIONS(4425), - [anon_sym_if] = ACTIONS(4425), - [anon_sym_DOLLARif] = ACTIONS(4425), - [anon_sym_match] = ACTIONS(4425), - [anon_sym_select] = ACTIONS(4425), - [anon_sym_lock] = ACTIONS(4425), - [anon_sym_rlock] = ACTIONS(4425), - [anon_sym_unsafe] = ACTIONS(4425), - [anon_sym_sql] = ACTIONS(4425), - [sym_int_literal] = ACTIONS(4425), - [sym_float_literal] = ACTIONS(4425), - [sym_rune_literal] = ACTIONS(4425), - [sym_pseudo_compile_time_identifier] = ACTIONS(4425), - [anon_sym_shared] = ACTIONS(4425), - [anon_sym_map_LBRACK] = ACTIONS(4425), - [anon_sym_chan] = ACTIONS(4425), - [anon_sym_thread] = ACTIONS(4425), - [anon_sym_atomic] = ACTIONS(4425), - [anon_sym_assert] = ACTIONS(4425), - [anon_sym_defer] = ACTIONS(4425), - [anon_sym_goto] = ACTIONS(4425), - [anon_sym_break] = ACTIONS(4425), - [anon_sym_continue] = ACTIONS(4425), - [anon_sym_return] = ACTIONS(4425), - [anon_sym_DOLLARfor] = ACTIONS(4425), - [anon_sym_for] = ACTIONS(4425), - [anon_sym_POUND] = ACTIONS(4425), - [anon_sym_asm] = ACTIONS(4425), - [anon_sym_AT_LBRACK] = ACTIONS(4425), - [sym___double_quote] = ACTIONS(4425), - [sym___single_quote] = ACTIONS(4425), - [sym___c_double_quote] = ACTIONS(4425), - [sym___c_single_quote] = ACTIONS(4425), - [sym___r_double_quote] = ACTIONS(4425), - [sym___r_single_quote] = ACTIONS(4425), + [anon_sym_DOT] = ACTIONS(4423), + [anon_sym_LBRACE] = ACTIONS(4423), + [anon_sym_const] = ACTIONS(4423), + [anon_sym_LPAREN] = ACTIONS(4423), + [anon_sym___global] = ACTIONS(4423), + [anon_sym_type] = ACTIONS(4423), + [anon_sym_fn] = ACTIONS(4423), + [anon_sym_PLUS] = ACTIONS(4423), + [anon_sym_DASH] = ACTIONS(4423), + [anon_sym_STAR] = ACTIONS(4423), + [anon_sym_struct] = ACTIONS(4423), + [anon_sym_union] = ACTIONS(4423), + [anon_sym_pub] = ACTIONS(4423), + [anon_sym_mut] = ACTIONS(4423), + [anon_sym_enum] = ACTIONS(4423), + [anon_sym_interface] = ACTIONS(4423), + [anon_sym_QMARK] = ACTIONS(4423), + [anon_sym_BANG] = ACTIONS(4423), + [anon_sym_go] = ACTIONS(4423), + [anon_sym_spawn] = ACTIONS(4423), + [anon_sym_json_DOTdecode] = ACTIONS(4423), + [anon_sym_LBRACK2] = ACTIONS(4423), + [anon_sym_TILDE] = ACTIONS(4423), + [anon_sym_CARET] = ACTIONS(4423), + [anon_sym_AMP] = ACTIONS(4423), + [anon_sym_LT_DASH] = ACTIONS(4423), + [sym_none] = ACTIONS(4423), + [sym_true] = ACTIONS(4423), + [sym_false] = ACTIONS(4423), + [sym_nil] = ACTIONS(4423), + [anon_sym_if] = ACTIONS(4423), + [anon_sym_DOLLARif] = ACTIONS(4423), + [anon_sym_match] = ACTIONS(4423), + [anon_sym_select] = ACTIONS(4423), + [anon_sym_lock] = ACTIONS(4423), + [anon_sym_rlock] = ACTIONS(4423), + [anon_sym_unsafe] = ACTIONS(4423), + [anon_sym_sql] = ACTIONS(4423), + [sym_int_literal] = ACTIONS(4423), + [sym_float_literal] = ACTIONS(4423), + [sym_rune_literal] = ACTIONS(4423), + [sym_pseudo_compile_time_identifier] = ACTIONS(4423), + [anon_sym_shared] = ACTIONS(4423), + [anon_sym_map_LBRACK] = ACTIONS(4423), + [anon_sym_chan] = ACTIONS(4423), + [anon_sym_thread] = ACTIONS(4423), + [anon_sym_atomic] = ACTIONS(4423), + [anon_sym_assert] = ACTIONS(4423), + [anon_sym_defer] = ACTIONS(4423), + [anon_sym_goto] = ACTIONS(4423), + [anon_sym_break] = ACTIONS(4423), + [anon_sym_continue] = ACTIONS(4423), + [anon_sym_return] = ACTIONS(4423), + [anon_sym_DOLLARfor] = ACTIONS(4423), + [anon_sym_for] = ACTIONS(4423), + [anon_sym_POUND] = ACTIONS(4423), + [anon_sym_asm] = ACTIONS(4423), + [anon_sym_AT_LBRACK] = ACTIONS(4423), + [sym___double_quote] = ACTIONS(4423), + [sym___single_quote] = ACTIONS(4423), + [sym___c_double_quote] = ACTIONS(4423), + [sym___c_single_quote] = ACTIONS(4423), + [sym___r_double_quote] = ACTIONS(4423), + [sym___r_single_quote] = ACTIONS(4423), }, [1581] = { [sym_line_comment] = STATE(1581), [sym_block_comment] = STATE(1581), - [ts_builtin_sym_end] = ACTIONS(4427), - [sym_identifier] = ACTIONS(4429), - [anon_sym_LF] = ACTIONS(4429), - [anon_sym_CR] = ACTIONS(4429), - [anon_sym_CR_LF] = ACTIONS(4429), + [ts_builtin_sym_end] = ACTIONS(4425), + [sym_identifier] = ACTIONS(4427), + [anon_sym_LF] = ACTIONS(4427), + [anon_sym_CR] = ACTIONS(4427), + [anon_sym_CR_LF] = ACTIONS(4427), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4429), - [anon_sym_LBRACE] = ACTIONS(4429), - [anon_sym_const] = ACTIONS(4429), - [anon_sym_LPAREN] = ACTIONS(4429), - [anon_sym___global] = ACTIONS(4429), - [anon_sym_type] = ACTIONS(4429), - [anon_sym_fn] = ACTIONS(4429), - [anon_sym_PLUS] = ACTIONS(4429), - [anon_sym_DASH] = ACTIONS(4429), - [anon_sym_STAR] = ACTIONS(4429), - [anon_sym_struct] = ACTIONS(4429), - [anon_sym_union] = ACTIONS(4429), - [anon_sym_pub] = ACTIONS(4429), - [anon_sym_mut] = ACTIONS(4429), - [anon_sym_enum] = ACTIONS(4429), - [anon_sym_interface] = ACTIONS(4429), - [anon_sym_QMARK] = ACTIONS(4429), - [anon_sym_BANG] = ACTIONS(4429), - [anon_sym_go] = ACTIONS(4429), - [anon_sym_spawn] = ACTIONS(4429), - [anon_sym_json_DOTdecode] = ACTIONS(4429), - [anon_sym_LBRACK2] = ACTIONS(4429), - [anon_sym_TILDE] = ACTIONS(4429), - [anon_sym_CARET] = ACTIONS(4429), - [anon_sym_AMP] = ACTIONS(4429), - [anon_sym_LT_DASH] = ACTIONS(4429), - [sym_none] = ACTIONS(4429), - [sym_true] = ACTIONS(4429), - [sym_false] = ACTIONS(4429), - [sym_nil] = ACTIONS(4429), - [anon_sym_if] = ACTIONS(4429), - [anon_sym_DOLLARif] = ACTIONS(4429), - [anon_sym_match] = ACTIONS(4429), - [anon_sym_select] = ACTIONS(4429), - [anon_sym_lock] = ACTIONS(4429), - [anon_sym_rlock] = ACTIONS(4429), - [anon_sym_unsafe] = ACTIONS(4429), - [anon_sym_sql] = ACTIONS(4429), - [sym_int_literal] = ACTIONS(4429), - [sym_float_literal] = ACTIONS(4429), - [sym_rune_literal] = ACTIONS(4429), - [sym_pseudo_compile_time_identifier] = ACTIONS(4429), - [anon_sym_shared] = ACTIONS(4429), - [anon_sym_map_LBRACK] = ACTIONS(4429), - [anon_sym_chan] = ACTIONS(4429), - [anon_sym_thread] = ACTIONS(4429), - [anon_sym_atomic] = ACTIONS(4429), - [anon_sym_assert] = ACTIONS(4429), - [anon_sym_defer] = ACTIONS(4429), - [anon_sym_goto] = ACTIONS(4429), - [anon_sym_break] = ACTIONS(4429), - [anon_sym_continue] = ACTIONS(4429), - [anon_sym_return] = ACTIONS(4429), - [anon_sym_DOLLARfor] = ACTIONS(4429), - [anon_sym_for] = ACTIONS(4429), - [anon_sym_POUND] = ACTIONS(4429), - [anon_sym_asm] = ACTIONS(4429), - [anon_sym_AT_LBRACK] = ACTIONS(4429), - [sym___double_quote] = ACTIONS(4429), - [sym___single_quote] = ACTIONS(4429), - [sym___c_double_quote] = ACTIONS(4429), - [sym___c_single_quote] = ACTIONS(4429), - [sym___r_double_quote] = ACTIONS(4429), - [sym___r_single_quote] = ACTIONS(4429), + [anon_sym_DOT] = ACTIONS(4427), + [anon_sym_LBRACE] = ACTIONS(4427), + [anon_sym_const] = ACTIONS(4427), + [anon_sym_LPAREN] = ACTIONS(4427), + [anon_sym___global] = ACTIONS(4427), + [anon_sym_type] = ACTIONS(4427), + [anon_sym_fn] = ACTIONS(4427), + [anon_sym_PLUS] = ACTIONS(4427), + [anon_sym_DASH] = ACTIONS(4427), + [anon_sym_STAR] = ACTIONS(4427), + [anon_sym_struct] = ACTIONS(4427), + [anon_sym_union] = ACTIONS(4427), + [anon_sym_pub] = ACTIONS(4427), + [anon_sym_mut] = ACTIONS(4427), + [anon_sym_enum] = ACTIONS(4427), + [anon_sym_interface] = ACTIONS(4427), + [anon_sym_QMARK] = ACTIONS(4427), + [anon_sym_BANG] = ACTIONS(4427), + [anon_sym_go] = ACTIONS(4427), + [anon_sym_spawn] = ACTIONS(4427), + [anon_sym_json_DOTdecode] = ACTIONS(4427), + [anon_sym_LBRACK2] = ACTIONS(4427), + [anon_sym_TILDE] = ACTIONS(4427), + [anon_sym_CARET] = ACTIONS(4427), + [anon_sym_AMP] = ACTIONS(4427), + [anon_sym_LT_DASH] = ACTIONS(4427), + [sym_none] = ACTIONS(4427), + [sym_true] = ACTIONS(4427), + [sym_false] = ACTIONS(4427), + [sym_nil] = ACTIONS(4427), + [anon_sym_if] = ACTIONS(4427), + [anon_sym_DOLLARif] = ACTIONS(4427), + [anon_sym_match] = ACTIONS(4427), + [anon_sym_select] = ACTIONS(4427), + [anon_sym_lock] = ACTIONS(4427), + [anon_sym_rlock] = ACTIONS(4427), + [anon_sym_unsafe] = ACTIONS(4427), + [anon_sym_sql] = ACTIONS(4427), + [sym_int_literal] = ACTIONS(4427), + [sym_float_literal] = ACTIONS(4427), + [sym_rune_literal] = ACTIONS(4427), + [sym_pseudo_compile_time_identifier] = ACTIONS(4427), + [anon_sym_shared] = ACTIONS(4427), + [anon_sym_map_LBRACK] = ACTIONS(4427), + [anon_sym_chan] = ACTIONS(4427), + [anon_sym_thread] = ACTIONS(4427), + [anon_sym_atomic] = ACTIONS(4427), + [anon_sym_assert] = ACTIONS(4427), + [anon_sym_defer] = ACTIONS(4427), + [anon_sym_goto] = ACTIONS(4427), + [anon_sym_break] = ACTIONS(4427), + [anon_sym_continue] = ACTIONS(4427), + [anon_sym_return] = ACTIONS(4427), + [anon_sym_DOLLARfor] = ACTIONS(4427), + [anon_sym_for] = ACTIONS(4427), + [anon_sym_POUND] = ACTIONS(4427), + [anon_sym_asm] = ACTIONS(4427), + [anon_sym_AT_LBRACK] = ACTIONS(4427), + [sym___double_quote] = ACTIONS(4427), + [sym___single_quote] = ACTIONS(4427), + [sym___c_double_quote] = ACTIONS(4427), + [sym___c_single_quote] = ACTIONS(4427), + [sym___r_double_quote] = ACTIONS(4427), + [sym___r_single_quote] = ACTIONS(4427), }, [1582] = { [sym_line_comment] = STATE(1582), [sym_block_comment] = STATE(1582), - [ts_builtin_sym_end] = ACTIONS(4431), - [sym_identifier] = ACTIONS(4433), - [anon_sym_LF] = ACTIONS(4433), - [anon_sym_CR] = ACTIONS(4433), - [anon_sym_CR_LF] = ACTIONS(4433), + [ts_builtin_sym_end] = ACTIONS(4429), + [sym_identifier] = ACTIONS(4431), + [anon_sym_LF] = ACTIONS(4431), + [anon_sym_CR] = ACTIONS(4431), + [anon_sym_CR_LF] = ACTIONS(4431), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4433), - [anon_sym_LBRACE] = ACTIONS(4433), - [anon_sym_const] = ACTIONS(4433), - [anon_sym_LPAREN] = ACTIONS(4433), - [anon_sym___global] = ACTIONS(4433), - [anon_sym_type] = ACTIONS(4433), - [anon_sym_fn] = ACTIONS(4433), - [anon_sym_PLUS] = ACTIONS(4433), - [anon_sym_DASH] = ACTIONS(4433), - [anon_sym_STAR] = ACTIONS(4433), - [anon_sym_struct] = ACTIONS(4433), - [anon_sym_union] = ACTIONS(4433), - [anon_sym_pub] = ACTIONS(4433), - [anon_sym_mut] = ACTIONS(4433), - [anon_sym_enum] = ACTIONS(4433), - [anon_sym_interface] = ACTIONS(4433), - [anon_sym_QMARK] = ACTIONS(4433), - [anon_sym_BANG] = ACTIONS(4433), - [anon_sym_go] = ACTIONS(4433), - [anon_sym_spawn] = ACTIONS(4433), - [anon_sym_json_DOTdecode] = ACTIONS(4433), - [anon_sym_LBRACK2] = ACTIONS(4433), - [anon_sym_TILDE] = ACTIONS(4433), - [anon_sym_CARET] = ACTIONS(4433), - [anon_sym_AMP] = ACTIONS(4433), - [anon_sym_LT_DASH] = ACTIONS(4433), - [sym_none] = ACTIONS(4433), - [sym_true] = ACTIONS(4433), - [sym_false] = ACTIONS(4433), - [sym_nil] = ACTIONS(4433), - [anon_sym_if] = ACTIONS(4433), - [anon_sym_DOLLARif] = ACTIONS(4433), - [anon_sym_match] = ACTIONS(4433), - [anon_sym_select] = ACTIONS(4433), - [anon_sym_lock] = ACTIONS(4433), - [anon_sym_rlock] = ACTIONS(4433), - [anon_sym_unsafe] = ACTIONS(4433), - [anon_sym_sql] = ACTIONS(4433), - [sym_int_literal] = ACTIONS(4433), - [sym_float_literal] = ACTIONS(4433), - [sym_rune_literal] = ACTIONS(4433), - [sym_pseudo_compile_time_identifier] = ACTIONS(4433), - [anon_sym_shared] = ACTIONS(4433), - [anon_sym_map_LBRACK] = ACTIONS(4433), - [anon_sym_chan] = ACTIONS(4433), - [anon_sym_thread] = ACTIONS(4433), - [anon_sym_atomic] = ACTIONS(4433), - [anon_sym_assert] = ACTIONS(4433), - [anon_sym_defer] = ACTIONS(4433), - [anon_sym_goto] = ACTIONS(4433), - [anon_sym_break] = ACTIONS(4433), - [anon_sym_continue] = ACTIONS(4433), - [anon_sym_return] = ACTIONS(4433), - [anon_sym_DOLLARfor] = ACTIONS(4433), - [anon_sym_for] = ACTIONS(4433), - [anon_sym_POUND] = ACTIONS(4433), - [anon_sym_asm] = ACTIONS(4433), - [anon_sym_AT_LBRACK] = ACTIONS(4433), - [sym___double_quote] = ACTIONS(4433), - [sym___single_quote] = ACTIONS(4433), - [sym___c_double_quote] = ACTIONS(4433), - [sym___c_single_quote] = ACTIONS(4433), - [sym___r_double_quote] = ACTIONS(4433), - [sym___r_single_quote] = ACTIONS(4433), + [anon_sym_DOT] = ACTIONS(4431), + [anon_sym_LBRACE] = ACTIONS(4431), + [anon_sym_const] = ACTIONS(4431), + [anon_sym_LPAREN] = ACTIONS(4431), + [anon_sym___global] = ACTIONS(4431), + [anon_sym_type] = ACTIONS(4431), + [anon_sym_fn] = ACTIONS(4431), + [anon_sym_PLUS] = ACTIONS(4431), + [anon_sym_DASH] = ACTIONS(4431), + [anon_sym_STAR] = ACTIONS(4431), + [anon_sym_struct] = ACTIONS(4431), + [anon_sym_union] = ACTIONS(4431), + [anon_sym_pub] = ACTIONS(4431), + [anon_sym_mut] = ACTIONS(4431), + [anon_sym_enum] = ACTIONS(4431), + [anon_sym_interface] = ACTIONS(4431), + [anon_sym_QMARK] = ACTIONS(4431), + [anon_sym_BANG] = ACTIONS(4431), + [anon_sym_go] = ACTIONS(4431), + [anon_sym_spawn] = ACTIONS(4431), + [anon_sym_json_DOTdecode] = ACTIONS(4431), + [anon_sym_LBRACK2] = ACTIONS(4431), + [anon_sym_TILDE] = ACTIONS(4431), + [anon_sym_CARET] = ACTIONS(4431), + [anon_sym_AMP] = ACTIONS(4431), + [anon_sym_LT_DASH] = ACTIONS(4431), + [sym_none] = ACTIONS(4431), + [sym_true] = ACTIONS(4431), + [sym_false] = ACTIONS(4431), + [sym_nil] = ACTIONS(4431), + [anon_sym_if] = ACTIONS(4431), + [anon_sym_DOLLARif] = ACTIONS(4431), + [anon_sym_match] = ACTIONS(4431), + [anon_sym_select] = ACTIONS(4431), + [anon_sym_lock] = ACTIONS(4431), + [anon_sym_rlock] = ACTIONS(4431), + [anon_sym_unsafe] = ACTIONS(4431), + [anon_sym_sql] = ACTIONS(4431), + [sym_int_literal] = ACTIONS(4431), + [sym_float_literal] = ACTIONS(4431), + [sym_rune_literal] = ACTIONS(4431), + [sym_pseudo_compile_time_identifier] = ACTIONS(4431), + [anon_sym_shared] = ACTIONS(4431), + [anon_sym_map_LBRACK] = ACTIONS(4431), + [anon_sym_chan] = ACTIONS(4431), + [anon_sym_thread] = ACTIONS(4431), + [anon_sym_atomic] = ACTIONS(4431), + [anon_sym_assert] = ACTIONS(4431), + [anon_sym_defer] = ACTIONS(4431), + [anon_sym_goto] = ACTIONS(4431), + [anon_sym_break] = ACTIONS(4431), + [anon_sym_continue] = ACTIONS(4431), + [anon_sym_return] = ACTIONS(4431), + [anon_sym_DOLLARfor] = ACTIONS(4431), + [anon_sym_for] = ACTIONS(4431), + [anon_sym_POUND] = ACTIONS(4431), + [anon_sym_asm] = ACTIONS(4431), + [anon_sym_AT_LBRACK] = ACTIONS(4431), + [sym___double_quote] = ACTIONS(4431), + [sym___single_quote] = ACTIONS(4431), + [sym___c_double_quote] = ACTIONS(4431), + [sym___c_single_quote] = ACTIONS(4431), + [sym___r_double_quote] = ACTIONS(4431), + [sym___r_single_quote] = ACTIONS(4431), }, [1583] = { [sym_line_comment] = STATE(1583), [sym_block_comment] = STATE(1583), - [ts_builtin_sym_end] = ACTIONS(4435), - [sym_identifier] = ACTIONS(4437), - [anon_sym_LF] = ACTIONS(4437), - [anon_sym_CR] = ACTIONS(4437), - [anon_sym_CR_LF] = ACTIONS(4437), + [ts_builtin_sym_end] = ACTIONS(4433), + [sym_identifier] = ACTIONS(4435), + [anon_sym_LF] = ACTIONS(4435), + [anon_sym_CR] = ACTIONS(4435), + [anon_sym_CR_LF] = ACTIONS(4435), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4437), - [anon_sym_LBRACE] = ACTIONS(4437), - [anon_sym_const] = ACTIONS(4437), - [anon_sym_LPAREN] = ACTIONS(4437), - [anon_sym___global] = ACTIONS(4437), - [anon_sym_type] = ACTIONS(4437), - [anon_sym_fn] = ACTIONS(4437), - [anon_sym_PLUS] = ACTIONS(4437), - [anon_sym_DASH] = ACTIONS(4437), - [anon_sym_STAR] = ACTIONS(4437), - [anon_sym_struct] = ACTIONS(4437), - [anon_sym_union] = ACTIONS(4437), - [anon_sym_pub] = ACTIONS(4437), - [anon_sym_mut] = ACTIONS(4437), - [anon_sym_enum] = ACTIONS(4437), - [anon_sym_interface] = ACTIONS(4437), - [anon_sym_QMARK] = ACTIONS(4437), - [anon_sym_BANG] = ACTIONS(4437), - [anon_sym_go] = ACTIONS(4437), - [anon_sym_spawn] = ACTIONS(4437), - [anon_sym_json_DOTdecode] = ACTIONS(4437), - [anon_sym_LBRACK2] = ACTIONS(4437), - [anon_sym_TILDE] = ACTIONS(4437), - [anon_sym_CARET] = ACTIONS(4437), - [anon_sym_AMP] = ACTIONS(4437), - [anon_sym_LT_DASH] = ACTIONS(4437), - [sym_none] = ACTIONS(4437), - [sym_true] = ACTIONS(4437), - [sym_false] = ACTIONS(4437), - [sym_nil] = ACTIONS(4437), - [anon_sym_if] = ACTIONS(4437), - [anon_sym_DOLLARif] = ACTIONS(4437), - [anon_sym_match] = ACTIONS(4437), - [anon_sym_select] = ACTIONS(4437), - [anon_sym_lock] = ACTIONS(4437), - [anon_sym_rlock] = ACTIONS(4437), - [anon_sym_unsafe] = ACTIONS(4437), - [anon_sym_sql] = ACTIONS(4437), - [sym_int_literal] = ACTIONS(4437), - [sym_float_literal] = ACTIONS(4437), - [sym_rune_literal] = ACTIONS(4437), - [sym_pseudo_compile_time_identifier] = ACTIONS(4437), - [anon_sym_shared] = ACTIONS(4437), - [anon_sym_map_LBRACK] = ACTIONS(4437), - [anon_sym_chan] = ACTIONS(4437), - [anon_sym_thread] = ACTIONS(4437), - [anon_sym_atomic] = ACTIONS(4437), - [anon_sym_assert] = ACTIONS(4437), - [anon_sym_defer] = ACTIONS(4437), - [anon_sym_goto] = ACTIONS(4437), - [anon_sym_break] = ACTIONS(4437), - [anon_sym_continue] = ACTIONS(4437), - [anon_sym_return] = ACTIONS(4437), - [anon_sym_DOLLARfor] = ACTIONS(4437), - [anon_sym_for] = ACTIONS(4437), - [anon_sym_POUND] = ACTIONS(4437), - [anon_sym_asm] = ACTIONS(4437), - [anon_sym_AT_LBRACK] = ACTIONS(4437), - [sym___double_quote] = ACTIONS(4437), - [sym___single_quote] = ACTIONS(4437), - [sym___c_double_quote] = ACTIONS(4437), - [sym___c_single_quote] = ACTIONS(4437), - [sym___r_double_quote] = ACTIONS(4437), - [sym___r_single_quote] = ACTIONS(4437), + [anon_sym_DOT] = ACTIONS(4435), + [anon_sym_LBRACE] = ACTIONS(4435), + [anon_sym_const] = ACTIONS(4435), + [anon_sym_LPAREN] = ACTIONS(4435), + [anon_sym___global] = ACTIONS(4435), + [anon_sym_type] = ACTIONS(4435), + [anon_sym_fn] = ACTIONS(4435), + [anon_sym_PLUS] = ACTIONS(4435), + [anon_sym_DASH] = ACTIONS(4435), + [anon_sym_STAR] = ACTIONS(4435), + [anon_sym_struct] = ACTIONS(4435), + [anon_sym_union] = ACTIONS(4435), + [anon_sym_pub] = ACTIONS(4435), + [anon_sym_mut] = ACTIONS(4435), + [anon_sym_enum] = ACTIONS(4435), + [anon_sym_interface] = ACTIONS(4435), + [anon_sym_QMARK] = ACTIONS(4435), + [anon_sym_BANG] = ACTIONS(4435), + [anon_sym_go] = ACTIONS(4435), + [anon_sym_spawn] = ACTIONS(4435), + [anon_sym_json_DOTdecode] = ACTIONS(4435), + [anon_sym_LBRACK2] = ACTIONS(4435), + [anon_sym_TILDE] = ACTIONS(4435), + [anon_sym_CARET] = ACTIONS(4435), + [anon_sym_AMP] = ACTIONS(4435), + [anon_sym_LT_DASH] = ACTIONS(4435), + [sym_none] = ACTIONS(4435), + [sym_true] = ACTIONS(4435), + [sym_false] = ACTIONS(4435), + [sym_nil] = ACTIONS(4435), + [anon_sym_if] = ACTIONS(4435), + [anon_sym_DOLLARif] = ACTIONS(4435), + [anon_sym_match] = ACTIONS(4435), + [anon_sym_select] = ACTIONS(4435), + [anon_sym_lock] = ACTIONS(4435), + [anon_sym_rlock] = ACTIONS(4435), + [anon_sym_unsafe] = ACTIONS(4435), + [anon_sym_sql] = ACTIONS(4435), + [sym_int_literal] = ACTIONS(4435), + [sym_float_literal] = ACTIONS(4435), + [sym_rune_literal] = ACTIONS(4435), + [sym_pseudo_compile_time_identifier] = ACTIONS(4435), + [anon_sym_shared] = ACTIONS(4435), + [anon_sym_map_LBRACK] = ACTIONS(4435), + [anon_sym_chan] = ACTIONS(4435), + [anon_sym_thread] = ACTIONS(4435), + [anon_sym_atomic] = ACTIONS(4435), + [anon_sym_assert] = ACTIONS(4435), + [anon_sym_defer] = ACTIONS(4435), + [anon_sym_goto] = ACTIONS(4435), + [anon_sym_break] = ACTIONS(4435), + [anon_sym_continue] = ACTIONS(4435), + [anon_sym_return] = ACTIONS(4435), + [anon_sym_DOLLARfor] = ACTIONS(4435), + [anon_sym_for] = ACTIONS(4435), + [anon_sym_POUND] = ACTIONS(4435), + [anon_sym_asm] = ACTIONS(4435), + [anon_sym_AT_LBRACK] = ACTIONS(4435), + [sym___double_quote] = ACTIONS(4435), + [sym___single_quote] = ACTIONS(4435), + [sym___c_double_quote] = ACTIONS(4435), + [sym___c_single_quote] = ACTIONS(4435), + [sym___r_double_quote] = ACTIONS(4435), + [sym___r_single_quote] = ACTIONS(4435), }, [1584] = { [sym_line_comment] = STATE(1584), [sym_block_comment] = STATE(1584), - [ts_builtin_sym_end] = ACTIONS(4439), - [sym_identifier] = ACTIONS(4441), - [anon_sym_LF] = ACTIONS(4441), - [anon_sym_CR] = ACTIONS(4441), - [anon_sym_CR_LF] = ACTIONS(4441), + [ts_builtin_sym_end] = ACTIONS(4437), + [sym_identifier] = ACTIONS(4439), + [anon_sym_LF] = ACTIONS(4439), + [anon_sym_CR] = ACTIONS(4439), + [anon_sym_CR_LF] = ACTIONS(4439), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4441), - [anon_sym_LBRACE] = ACTIONS(4441), - [anon_sym_const] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym___global] = ACTIONS(4441), - [anon_sym_type] = ACTIONS(4441), - [anon_sym_fn] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4441), - [anon_sym_DASH] = ACTIONS(4441), - [anon_sym_STAR] = ACTIONS(4441), - [anon_sym_struct] = ACTIONS(4441), - [anon_sym_union] = ACTIONS(4441), - [anon_sym_pub] = ACTIONS(4441), - [anon_sym_mut] = ACTIONS(4441), - [anon_sym_enum] = ACTIONS(4441), - [anon_sym_interface] = ACTIONS(4441), - [anon_sym_QMARK] = ACTIONS(4441), - [anon_sym_BANG] = ACTIONS(4441), - [anon_sym_go] = ACTIONS(4441), - [anon_sym_spawn] = ACTIONS(4441), - [anon_sym_json_DOTdecode] = ACTIONS(4441), - [anon_sym_LBRACK2] = ACTIONS(4441), - [anon_sym_TILDE] = ACTIONS(4441), - [anon_sym_CARET] = ACTIONS(4441), - [anon_sym_AMP] = ACTIONS(4441), - [anon_sym_LT_DASH] = ACTIONS(4441), - [sym_none] = ACTIONS(4441), - [sym_true] = ACTIONS(4441), - [sym_false] = ACTIONS(4441), - [sym_nil] = ACTIONS(4441), - [anon_sym_if] = ACTIONS(4441), - [anon_sym_DOLLARif] = ACTIONS(4441), - [anon_sym_match] = ACTIONS(4441), - [anon_sym_select] = ACTIONS(4441), - [anon_sym_lock] = ACTIONS(4441), - [anon_sym_rlock] = ACTIONS(4441), - [anon_sym_unsafe] = ACTIONS(4441), - [anon_sym_sql] = ACTIONS(4441), - [sym_int_literal] = ACTIONS(4441), - [sym_float_literal] = ACTIONS(4441), - [sym_rune_literal] = ACTIONS(4441), - [sym_pseudo_compile_time_identifier] = ACTIONS(4441), - [anon_sym_shared] = ACTIONS(4441), - [anon_sym_map_LBRACK] = ACTIONS(4441), - [anon_sym_chan] = ACTIONS(4441), - [anon_sym_thread] = ACTIONS(4441), - [anon_sym_atomic] = ACTIONS(4441), - [anon_sym_assert] = ACTIONS(4441), - [anon_sym_defer] = ACTIONS(4441), - [anon_sym_goto] = ACTIONS(4441), - [anon_sym_break] = ACTIONS(4441), - [anon_sym_continue] = ACTIONS(4441), - [anon_sym_return] = ACTIONS(4441), - [anon_sym_DOLLARfor] = ACTIONS(4441), - [anon_sym_for] = ACTIONS(4441), - [anon_sym_POUND] = ACTIONS(4441), - [anon_sym_asm] = ACTIONS(4441), - [anon_sym_AT_LBRACK] = ACTIONS(4441), - [sym___double_quote] = ACTIONS(4441), - [sym___single_quote] = ACTIONS(4441), - [sym___c_double_quote] = ACTIONS(4441), - [sym___c_single_quote] = ACTIONS(4441), - [sym___r_double_quote] = ACTIONS(4441), - [sym___r_single_quote] = ACTIONS(4441), + [anon_sym_DOT] = ACTIONS(4439), + [anon_sym_LBRACE] = ACTIONS(4439), + [anon_sym_const] = ACTIONS(4439), + [anon_sym_LPAREN] = ACTIONS(4439), + [anon_sym___global] = ACTIONS(4439), + [anon_sym_type] = ACTIONS(4439), + [anon_sym_fn] = ACTIONS(4439), + [anon_sym_PLUS] = ACTIONS(4439), + [anon_sym_DASH] = ACTIONS(4439), + [anon_sym_STAR] = ACTIONS(4439), + [anon_sym_struct] = ACTIONS(4439), + [anon_sym_union] = ACTIONS(4439), + [anon_sym_pub] = ACTIONS(4439), + [anon_sym_mut] = ACTIONS(4439), + [anon_sym_enum] = ACTIONS(4439), + [anon_sym_interface] = ACTIONS(4439), + [anon_sym_QMARK] = ACTIONS(4439), + [anon_sym_BANG] = ACTIONS(4439), + [anon_sym_go] = ACTIONS(4439), + [anon_sym_spawn] = ACTIONS(4439), + [anon_sym_json_DOTdecode] = ACTIONS(4439), + [anon_sym_LBRACK2] = ACTIONS(4439), + [anon_sym_TILDE] = ACTIONS(4439), + [anon_sym_CARET] = ACTIONS(4439), + [anon_sym_AMP] = ACTIONS(4439), + [anon_sym_LT_DASH] = ACTIONS(4439), + [sym_none] = ACTIONS(4439), + [sym_true] = ACTIONS(4439), + [sym_false] = ACTIONS(4439), + [sym_nil] = ACTIONS(4439), + [anon_sym_if] = ACTIONS(4439), + [anon_sym_DOLLARif] = ACTIONS(4439), + [anon_sym_match] = ACTIONS(4439), + [anon_sym_select] = ACTIONS(4439), + [anon_sym_lock] = ACTIONS(4439), + [anon_sym_rlock] = ACTIONS(4439), + [anon_sym_unsafe] = ACTIONS(4439), + [anon_sym_sql] = ACTIONS(4439), + [sym_int_literal] = ACTIONS(4439), + [sym_float_literal] = ACTIONS(4439), + [sym_rune_literal] = ACTIONS(4439), + [sym_pseudo_compile_time_identifier] = ACTIONS(4439), + [anon_sym_shared] = ACTIONS(4439), + [anon_sym_map_LBRACK] = ACTIONS(4439), + [anon_sym_chan] = ACTIONS(4439), + [anon_sym_thread] = ACTIONS(4439), + [anon_sym_atomic] = ACTIONS(4439), + [anon_sym_assert] = ACTIONS(4439), + [anon_sym_defer] = ACTIONS(4439), + [anon_sym_goto] = ACTIONS(4439), + [anon_sym_break] = ACTIONS(4439), + [anon_sym_continue] = ACTIONS(4439), + [anon_sym_return] = ACTIONS(4439), + [anon_sym_DOLLARfor] = ACTIONS(4439), + [anon_sym_for] = ACTIONS(4439), + [anon_sym_POUND] = ACTIONS(4439), + [anon_sym_asm] = ACTIONS(4439), + [anon_sym_AT_LBRACK] = ACTIONS(4439), + [sym___double_quote] = ACTIONS(4439), + [sym___single_quote] = ACTIONS(4439), + [sym___c_double_quote] = ACTIONS(4439), + [sym___c_single_quote] = ACTIONS(4439), + [sym___r_double_quote] = ACTIONS(4439), + [sym___r_single_quote] = ACTIONS(4439), }, [1585] = { [sym_line_comment] = STATE(1585), [sym_block_comment] = STATE(1585), - [ts_builtin_sym_end] = ACTIONS(3217), - [sym_identifier] = ACTIONS(3219), - [anon_sym_LF] = ACTIONS(3219), - [anon_sym_CR] = ACTIONS(3219), - [anon_sym_CR_LF] = ACTIONS(3219), + [ts_builtin_sym_end] = ACTIONS(4441), + [sym_identifier] = ACTIONS(4443), + [anon_sym_LF] = ACTIONS(4443), + [anon_sym_CR] = ACTIONS(4443), + [anon_sym_CR_LF] = ACTIONS(4443), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3219), - [anon_sym_LBRACE] = ACTIONS(3219), - [anon_sym_const] = ACTIONS(3219), - [anon_sym_LPAREN] = ACTIONS(3219), - [anon_sym___global] = ACTIONS(3219), - [anon_sym_type] = ACTIONS(3219), - [anon_sym_fn] = ACTIONS(3219), - [anon_sym_PLUS] = ACTIONS(3219), - [anon_sym_DASH] = ACTIONS(3219), - [anon_sym_STAR] = ACTIONS(3219), - [anon_sym_struct] = ACTIONS(3219), - [anon_sym_union] = ACTIONS(3219), - [anon_sym_pub] = ACTIONS(3219), - [anon_sym_mut] = ACTIONS(3219), - [anon_sym_enum] = ACTIONS(3219), - [anon_sym_interface] = ACTIONS(3219), - [anon_sym_QMARK] = ACTIONS(3219), - [anon_sym_BANG] = ACTIONS(3219), - [anon_sym_go] = ACTIONS(3219), - [anon_sym_spawn] = ACTIONS(3219), - [anon_sym_json_DOTdecode] = ACTIONS(3219), - [anon_sym_LBRACK2] = ACTIONS(3219), - [anon_sym_TILDE] = ACTIONS(3219), - [anon_sym_CARET] = ACTIONS(3219), - [anon_sym_AMP] = ACTIONS(3219), - [anon_sym_LT_DASH] = ACTIONS(3219), - [sym_none] = ACTIONS(3219), - [sym_true] = ACTIONS(3219), - [sym_false] = ACTIONS(3219), - [sym_nil] = ACTIONS(3219), - [anon_sym_if] = ACTIONS(3219), - [anon_sym_DOLLARif] = ACTIONS(3219), - [anon_sym_match] = ACTIONS(3219), - [anon_sym_select] = ACTIONS(3219), - [anon_sym_lock] = ACTIONS(3219), - [anon_sym_rlock] = ACTIONS(3219), - [anon_sym_unsafe] = ACTIONS(3219), - [anon_sym_sql] = ACTIONS(3219), - [sym_int_literal] = ACTIONS(3219), - [sym_float_literal] = ACTIONS(3219), - [sym_rune_literal] = ACTIONS(3219), - [sym_pseudo_compile_time_identifier] = ACTIONS(3219), - [anon_sym_shared] = ACTIONS(3219), - [anon_sym_map_LBRACK] = ACTIONS(3219), - [anon_sym_chan] = ACTIONS(3219), - [anon_sym_thread] = ACTIONS(3219), - [anon_sym_atomic] = ACTIONS(3219), - [anon_sym_assert] = ACTIONS(3219), - [anon_sym_defer] = ACTIONS(3219), - [anon_sym_goto] = ACTIONS(3219), - [anon_sym_break] = ACTIONS(3219), - [anon_sym_continue] = ACTIONS(3219), - [anon_sym_return] = ACTIONS(3219), - [anon_sym_DOLLARfor] = ACTIONS(3219), - [anon_sym_for] = ACTIONS(3219), - [anon_sym_POUND] = ACTIONS(3219), - [anon_sym_asm] = ACTIONS(3219), - [anon_sym_AT_LBRACK] = ACTIONS(3219), - [sym___double_quote] = ACTIONS(3219), - [sym___single_quote] = ACTIONS(3219), - [sym___c_double_quote] = ACTIONS(3219), - [sym___c_single_quote] = ACTIONS(3219), - [sym___r_double_quote] = ACTIONS(3219), - [sym___r_single_quote] = ACTIONS(3219), + [anon_sym_DOT] = ACTIONS(4443), + [anon_sym_LBRACE] = ACTIONS(4443), + [anon_sym_const] = ACTIONS(4443), + [anon_sym_LPAREN] = ACTIONS(4443), + [anon_sym___global] = ACTIONS(4443), + [anon_sym_type] = ACTIONS(4443), + [anon_sym_fn] = ACTIONS(4443), + [anon_sym_PLUS] = ACTIONS(4443), + [anon_sym_DASH] = ACTIONS(4443), + [anon_sym_STAR] = ACTIONS(4443), + [anon_sym_struct] = ACTIONS(4443), + [anon_sym_union] = ACTIONS(4443), + [anon_sym_pub] = ACTIONS(4443), + [anon_sym_mut] = ACTIONS(4443), + [anon_sym_enum] = ACTIONS(4443), + [anon_sym_interface] = ACTIONS(4443), + [anon_sym_QMARK] = ACTIONS(4443), + [anon_sym_BANG] = ACTIONS(4443), + [anon_sym_go] = ACTIONS(4443), + [anon_sym_spawn] = ACTIONS(4443), + [anon_sym_json_DOTdecode] = ACTIONS(4443), + [anon_sym_LBRACK2] = ACTIONS(4443), + [anon_sym_TILDE] = ACTIONS(4443), + [anon_sym_CARET] = ACTIONS(4443), + [anon_sym_AMP] = ACTIONS(4443), + [anon_sym_LT_DASH] = ACTIONS(4443), + [sym_none] = ACTIONS(4443), + [sym_true] = ACTIONS(4443), + [sym_false] = ACTIONS(4443), + [sym_nil] = ACTIONS(4443), + [anon_sym_if] = ACTIONS(4443), + [anon_sym_DOLLARif] = ACTIONS(4443), + [anon_sym_match] = ACTIONS(4443), + [anon_sym_select] = ACTIONS(4443), + [anon_sym_lock] = ACTIONS(4443), + [anon_sym_rlock] = ACTIONS(4443), + [anon_sym_unsafe] = ACTIONS(4443), + [anon_sym_sql] = ACTIONS(4443), + [sym_int_literal] = ACTIONS(4443), + [sym_float_literal] = ACTIONS(4443), + [sym_rune_literal] = ACTIONS(4443), + [sym_pseudo_compile_time_identifier] = ACTIONS(4443), + [anon_sym_shared] = ACTIONS(4443), + [anon_sym_map_LBRACK] = ACTIONS(4443), + [anon_sym_chan] = ACTIONS(4443), + [anon_sym_thread] = ACTIONS(4443), + [anon_sym_atomic] = ACTIONS(4443), + [anon_sym_assert] = ACTIONS(4443), + [anon_sym_defer] = ACTIONS(4443), + [anon_sym_goto] = ACTIONS(4443), + [anon_sym_break] = ACTIONS(4443), + [anon_sym_continue] = ACTIONS(4443), + [anon_sym_return] = ACTIONS(4443), + [anon_sym_DOLLARfor] = ACTIONS(4443), + [anon_sym_for] = ACTIONS(4443), + [anon_sym_POUND] = ACTIONS(4443), + [anon_sym_asm] = ACTIONS(4443), + [anon_sym_AT_LBRACK] = ACTIONS(4443), + [sym___double_quote] = ACTIONS(4443), + [sym___single_quote] = ACTIONS(4443), + [sym___c_double_quote] = ACTIONS(4443), + [sym___c_single_quote] = ACTIONS(4443), + [sym___r_double_quote] = ACTIONS(4443), + [sym___r_single_quote] = ACTIONS(4443), }, [1586] = { [sym_line_comment] = STATE(1586), [sym_block_comment] = STATE(1586), - [ts_builtin_sym_end] = ACTIONS(4443), - [sym_identifier] = ACTIONS(4445), - [anon_sym_LF] = ACTIONS(4445), - [anon_sym_CR] = ACTIONS(4445), - [anon_sym_CR_LF] = ACTIONS(4445), + [ts_builtin_sym_end] = ACTIONS(4445), + [sym_identifier] = ACTIONS(4447), + [anon_sym_LF] = ACTIONS(4447), + [anon_sym_CR] = ACTIONS(4447), + [anon_sym_CR_LF] = ACTIONS(4447), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4445), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_const] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym___global] = ACTIONS(4445), - [anon_sym_type] = ACTIONS(4445), - [anon_sym_fn] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4445), - [anon_sym_DASH] = ACTIONS(4445), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_struct] = ACTIONS(4445), - [anon_sym_union] = ACTIONS(4445), - [anon_sym_pub] = ACTIONS(4445), - [anon_sym_mut] = ACTIONS(4445), - [anon_sym_enum] = ACTIONS(4445), - [anon_sym_interface] = ACTIONS(4445), - [anon_sym_QMARK] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(4445), - [anon_sym_go] = ACTIONS(4445), - [anon_sym_spawn] = ACTIONS(4445), - [anon_sym_json_DOTdecode] = ACTIONS(4445), - [anon_sym_LBRACK2] = ACTIONS(4445), - [anon_sym_TILDE] = ACTIONS(4445), - [anon_sym_CARET] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4445), - [anon_sym_LT_DASH] = ACTIONS(4445), - [sym_none] = ACTIONS(4445), - [sym_true] = ACTIONS(4445), - [sym_false] = ACTIONS(4445), - [sym_nil] = ACTIONS(4445), - [anon_sym_if] = ACTIONS(4445), - [anon_sym_DOLLARif] = ACTIONS(4445), - [anon_sym_match] = ACTIONS(4445), - [anon_sym_select] = ACTIONS(4445), - [anon_sym_lock] = ACTIONS(4445), - [anon_sym_rlock] = ACTIONS(4445), - [anon_sym_unsafe] = ACTIONS(4445), - [anon_sym_sql] = ACTIONS(4445), - [sym_int_literal] = ACTIONS(4445), - [sym_float_literal] = ACTIONS(4445), - [sym_rune_literal] = ACTIONS(4445), - [sym_pseudo_compile_time_identifier] = ACTIONS(4445), - [anon_sym_shared] = ACTIONS(4445), - [anon_sym_map_LBRACK] = ACTIONS(4445), - [anon_sym_chan] = ACTIONS(4445), - [anon_sym_thread] = ACTIONS(4445), - [anon_sym_atomic] = ACTIONS(4445), - [anon_sym_assert] = ACTIONS(4445), - [anon_sym_defer] = ACTIONS(4445), - [anon_sym_goto] = ACTIONS(4445), - [anon_sym_break] = ACTIONS(4445), - [anon_sym_continue] = ACTIONS(4445), - [anon_sym_return] = ACTIONS(4445), - [anon_sym_DOLLARfor] = ACTIONS(4445), - [anon_sym_for] = ACTIONS(4445), - [anon_sym_POUND] = ACTIONS(4445), - [anon_sym_asm] = ACTIONS(4445), - [anon_sym_AT_LBRACK] = ACTIONS(4445), - [sym___double_quote] = ACTIONS(4445), - [sym___single_quote] = ACTIONS(4445), - [sym___c_double_quote] = ACTIONS(4445), - [sym___c_single_quote] = ACTIONS(4445), - [sym___r_double_quote] = ACTIONS(4445), - [sym___r_single_quote] = ACTIONS(4445), + [anon_sym_DOT] = ACTIONS(4447), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_const] = ACTIONS(4447), + [anon_sym_LPAREN] = ACTIONS(4447), + [anon_sym___global] = ACTIONS(4447), + [anon_sym_type] = ACTIONS(4447), + [anon_sym_fn] = ACTIONS(4447), + [anon_sym_PLUS] = ACTIONS(4447), + [anon_sym_DASH] = ACTIONS(4447), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_struct] = ACTIONS(4447), + [anon_sym_union] = ACTIONS(4447), + [anon_sym_pub] = ACTIONS(4447), + [anon_sym_mut] = ACTIONS(4447), + [anon_sym_enum] = ACTIONS(4447), + [anon_sym_interface] = ACTIONS(4447), + [anon_sym_QMARK] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(4447), + [anon_sym_go] = ACTIONS(4447), + [anon_sym_spawn] = ACTIONS(4447), + [anon_sym_json_DOTdecode] = ACTIONS(4447), + [anon_sym_LBRACK2] = ACTIONS(4447), + [anon_sym_TILDE] = ACTIONS(4447), + [anon_sym_CARET] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4447), + [anon_sym_LT_DASH] = ACTIONS(4447), + [sym_none] = ACTIONS(4447), + [sym_true] = ACTIONS(4447), + [sym_false] = ACTIONS(4447), + [sym_nil] = ACTIONS(4447), + [anon_sym_if] = ACTIONS(4447), + [anon_sym_DOLLARif] = ACTIONS(4447), + [anon_sym_match] = ACTIONS(4447), + [anon_sym_select] = ACTIONS(4447), + [anon_sym_lock] = ACTIONS(4447), + [anon_sym_rlock] = ACTIONS(4447), + [anon_sym_unsafe] = ACTIONS(4447), + [anon_sym_sql] = ACTIONS(4447), + [sym_int_literal] = ACTIONS(4447), + [sym_float_literal] = ACTIONS(4447), + [sym_rune_literal] = ACTIONS(4447), + [sym_pseudo_compile_time_identifier] = ACTIONS(4447), + [anon_sym_shared] = ACTIONS(4447), + [anon_sym_map_LBRACK] = ACTIONS(4447), + [anon_sym_chan] = ACTIONS(4447), + [anon_sym_thread] = ACTIONS(4447), + [anon_sym_atomic] = ACTIONS(4447), + [anon_sym_assert] = ACTIONS(4447), + [anon_sym_defer] = ACTIONS(4447), + [anon_sym_goto] = ACTIONS(4447), + [anon_sym_break] = ACTIONS(4447), + [anon_sym_continue] = ACTIONS(4447), + [anon_sym_return] = ACTIONS(4447), + [anon_sym_DOLLARfor] = ACTIONS(4447), + [anon_sym_for] = ACTIONS(4447), + [anon_sym_POUND] = ACTIONS(4447), + [anon_sym_asm] = ACTIONS(4447), + [anon_sym_AT_LBRACK] = ACTIONS(4447), + [sym___double_quote] = ACTIONS(4447), + [sym___single_quote] = ACTIONS(4447), + [sym___c_double_quote] = ACTIONS(4447), + [sym___c_single_quote] = ACTIONS(4447), + [sym___r_double_quote] = ACTIONS(4447), + [sym___r_single_quote] = ACTIONS(4447), }, [1587] = { [sym_line_comment] = STATE(1587), [sym_block_comment] = STATE(1587), - [ts_builtin_sym_end] = ACTIONS(4447), - [sym_identifier] = ACTIONS(4449), - [anon_sym_LF] = ACTIONS(4449), - [anon_sym_CR] = ACTIONS(4449), - [anon_sym_CR_LF] = ACTIONS(4449), + [ts_builtin_sym_end] = ACTIONS(4449), + [sym_identifier] = ACTIONS(4451), + [anon_sym_LF] = ACTIONS(4451), + [anon_sym_CR] = ACTIONS(4451), + [anon_sym_CR_LF] = ACTIONS(4451), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4449), - [anon_sym_LBRACE] = ACTIONS(4449), - [anon_sym_const] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym___global] = ACTIONS(4449), - [anon_sym_type] = ACTIONS(4449), - [anon_sym_fn] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4449), - [anon_sym_DASH] = ACTIONS(4449), - [anon_sym_STAR] = ACTIONS(4449), - [anon_sym_struct] = ACTIONS(4449), - [anon_sym_union] = ACTIONS(4449), - [anon_sym_pub] = ACTIONS(4449), - [anon_sym_mut] = ACTIONS(4449), - [anon_sym_enum] = ACTIONS(4449), - [anon_sym_interface] = ACTIONS(4449), - [anon_sym_QMARK] = ACTIONS(4449), - [anon_sym_BANG] = ACTIONS(4449), - [anon_sym_go] = ACTIONS(4449), - [anon_sym_spawn] = ACTIONS(4449), - [anon_sym_json_DOTdecode] = ACTIONS(4449), - [anon_sym_LBRACK2] = ACTIONS(4449), - [anon_sym_TILDE] = ACTIONS(4449), - [anon_sym_CARET] = ACTIONS(4449), - [anon_sym_AMP] = ACTIONS(4449), - [anon_sym_LT_DASH] = ACTIONS(4449), - [sym_none] = ACTIONS(4449), - [sym_true] = ACTIONS(4449), - [sym_false] = ACTIONS(4449), - [sym_nil] = ACTIONS(4449), - [anon_sym_if] = ACTIONS(4449), - [anon_sym_DOLLARif] = ACTIONS(4449), - [anon_sym_match] = ACTIONS(4449), - [anon_sym_select] = ACTIONS(4449), - [anon_sym_lock] = ACTIONS(4449), - [anon_sym_rlock] = ACTIONS(4449), - [anon_sym_unsafe] = ACTIONS(4449), - [anon_sym_sql] = ACTIONS(4449), - [sym_int_literal] = ACTIONS(4449), - [sym_float_literal] = ACTIONS(4449), - [sym_rune_literal] = ACTIONS(4449), - [sym_pseudo_compile_time_identifier] = ACTIONS(4449), - [anon_sym_shared] = ACTIONS(4449), - [anon_sym_map_LBRACK] = ACTIONS(4449), - [anon_sym_chan] = ACTIONS(4449), - [anon_sym_thread] = ACTIONS(4449), - [anon_sym_atomic] = ACTIONS(4449), - [anon_sym_assert] = ACTIONS(4449), - [anon_sym_defer] = ACTIONS(4449), - [anon_sym_goto] = ACTIONS(4449), - [anon_sym_break] = ACTIONS(4449), - [anon_sym_continue] = ACTIONS(4449), - [anon_sym_return] = ACTIONS(4449), - [anon_sym_DOLLARfor] = ACTIONS(4449), - [anon_sym_for] = ACTIONS(4449), - [anon_sym_POUND] = ACTIONS(4449), - [anon_sym_asm] = ACTIONS(4449), - [anon_sym_AT_LBRACK] = ACTIONS(4449), - [sym___double_quote] = ACTIONS(4449), - [sym___single_quote] = ACTIONS(4449), - [sym___c_double_quote] = ACTIONS(4449), - [sym___c_single_quote] = ACTIONS(4449), - [sym___r_double_quote] = ACTIONS(4449), - [sym___r_single_quote] = ACTIONS(4449), + [anon_sym_DOT] = ACTIONS(4451), + [anon_sym_LBRACE] = ACTIONS(4451), + [anon_sym_const] = ACTIONS(4451), + [anon_sym_LPAREN] = ACTIONS(4451), + [anon_sym___global] = ACTIONS(4451), + [anon_sym_type] = ACTIONS(4451), + [anon_sym_fn] = ACTIONS(4451), + [anon_sym_PLUS] = ACTIONS(4451), + [anon_sym_DASH] = ACTIONS(4451), + [anon_sym_STAR] = ACTIONS(4451), + [anon_sym_struct] = ACTIONS(4451), + [anon_sym_union] = ACTIONS(4451), + [anon_sym_pub] = ACTIONS(4451), + [anon_sym_mut] = ACTIONS(4451), + [anon_sym_enum] = ACTIONS(4451), + [anon_sym_interface] = ACTIONS(4451), + [anon_sym_QMARK] = ACTIONS(4451), + [anon_sym_BANG] = ACTIONS(4451), + [anon_sym_go] = ACTIONS(4451), + [anon_sym_spawn] = ACTIONS(4451), + [anon_sym_json_DOTdecode] = ACTIONS(4451), + [anon_sym_LBRACK2] = ACTIONS(4451), + [anon_sym_TILDE] = ACTIONS(4451), + [anon_sym_CARET] = ACTIONS(4451), + [anon_sym_AMP] = ACTIONS(4451), + [anon_sym_LT_DASH] = ACTIONS(4451), + [sym_none] = ACTIONS(4451), + [sym_true] = ACTIONS(4451), + [sym_false] = ACTIONS(4451), + [sym_nil] = ACTIONS(4451), + [anon_sym_if] = ACTIONS(4451), + [anon_sym_DOLLARif] = ACTIONS(4451), + [anon_sym_match] = ACTIONS(4451), + [anon_sym_select] = ACTIONS(4451), + [anon_sym_lock] = ACTIONS(4451), + [anon_sym_rlock] = ACTIONS(4451), + [anon_sym_unsafe] = ACTIONS(4451), + [anon_sym_sql] = ACTIONS(4451), + [sym_int_literal] = ACTIONS(4451), + [sym_float_literal] = ACTIONS(4451), + [sym_rune_literal] = ACTIONS(4451), + [sym_pseudo_compile_time_identifier] = ACTIONS(4451), + [anon_sym_shared] = ACTIONS(4451), + [anon_sym_map_LBRACK] = ACTIONS(4451), + [anon_sym_chan] = ACTIONS(4451), + [anon_sym_thread] = ACTIONS(4451), + [anon_sym_atomic] = ACTIONS(4451), + [anon_sym_assert] = ACTIONS(4451), + [anon_sym_defer] = ACTIONS(4451), + [anon_sym_goto] = ACTIONS(4451), + [anon_sym_break] = ACTIONS(4451), + [anon_sym_continue] = ACTIONS(4451), + [anon_sym_return] = ACTIONS(4451), + [anon_sym_DOLLARfor] = ACTIONS(4451), + [anon_sym_for] = ACTIONS(4451), + [anon_sym_POUND] = ACTIONS(4451), + [anon_sym_asm] = ACTIONS(4451), + [anon_sym_AT_LBRACK] = ACTIONS(4451), + [sym___double_quote] = ACTIONS(4451), + [sym___single_quote] = ACTIONS(4451), + [sym___c_double_quote] = ACTIONS(4451), + [sym___c_single_quote] = ACTIONS(4451), + [sym___r_double_quote] = ACTIONS(4451), + [sym___r_single_quote] = ACTIONS(4451), }, [1588] = { [sym_line_comment] = STATE(1588), [sym_block_comment] = STATE(1588), - [ts_builtin_sym_end] = ACTIONS(4451), - [sym_identifier] = ACTIONS(4453), - [anon_sym_LF] = ACTIONS(4453), - [anon_sym_CR] = ACTIONS(4453), - [anon_sym_CR_LF] = ACTIONS(4453), + [ts_builtin_sym_end] = ACTIONS(4453), + [sym_identifier] = ACTIONS(4455), + [anon_sym_LF] = ACTIONS(4455), + [anon_sym_CR] = ACTIONS(4455), + [anon_sym_CR_LF] = ACTIONS(4455), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4453), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_const] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym___global] = ACTIONS(4453), - [anon_sym_type] = ACTIONS(4453), - [anon_sym_fn] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4453), - [anon_sym_DASH] = ACTIONS(4453), - [anon_sym_STAR] = ACTIONS(4453), - [anon_sym_struct] = ACTIONS(4453), - [anon_sym_union] = ACTIONS(4453), - [anon_sym_pub] = ACTIONS(4453), - [anon_sym_mut] = ACTIONS(4453), - [anon_sym_enum] = ACTIONS(4453), - [anon_sym_interface] = ACTIONS(4453), - [anon_sym_QMARK] = ACTIONS(4453), - [anon_sym_BANG] = ACTIONS(4453), - [anon_sym_go] = ACTIONS(4453), - [anon_sym_spawn] = ACTIONS(4453), - [anon_sym_json_DOTdecode] = ACTIONS(4453), - [anon_sym_LBRACK2] = ACTIONS(4453), - [anon_sym_TILDE] = ACTIONS(4453), - [anon_sym_CARET] = ACTIONS(4453), - [anon_sym_AMP] = ACTIONS(4453), - [anon_sym_LT_DASH] = ACTIONS(4453), - [sym_none] = ACTIONS(4453), - [sym_true] = ACTIONS(4453), - [sym_false] = ACTIONS(4453), - [sym_nil] = ACTIONS(4453), - [anon_sym_if] = ACTIONS(4453), - [anon_sym_DOLLARif] = ACTIONS(4453), - [anon_sym_match] = ACTIONS(4453), - [anon_sym_select] = ACTIONS(4453), - [anon_sym_lock] = ACTIONS(4453), - [anon_sym_rlock] = ACTIONS(4453), - [anon_sym_unsafe] = ACTIONS(4453), - [anon_sym_sql] = ACTIONS(4453), - [sym_int_literal] = ACTIONS(4453), - [sym_float_literal] = ACTIONS(4453), - [sym_rune_literal] = ACTIONS(4453), - [sym_pseudo_compile_time_identifier] = ACTIONS(4453), - [anon_sym_shared] = ACTIONS(4453), - [anon_sym_map_LBRACK] = ACTIONS(4453), - [anon_sym_chan] = ACTIONS(4453), - [anon_sym_thread] = ACTIONS(4453), - [anon_sym_atomic] = ACTIONS(4453), - [anon_sym_assert] = ACTIONS(4453), - [anon_sym_defer] = ACTIONS(4453), - [anon_sym_goto] = ACTIONS(4453), - [anon_sym_break] = ACTIONS(4453), - [anon_sym_continue] = ACTIONS(4453), - [anon_sym_return] = ACTIONS(4453), - [anon_sym_DOLLARfor] = ACTIONS(4453), - [anon_sym_for] = ACTIONS(4453), - [anon_sym_POUND] = ACTIONS(4453), - [anon_sym_asm] = ACTIONS(4453), - [anon_sym_AT_LBRACK] = ACTIONS(4453), - [sym___double_quote] = ACTIONS(4453), - [sym___single_quote] = ACTIONS(4453), - [sym___c_double_quote] = ACTIONS(4453), - [sym___c_single_quote] = ACTIONS(4453), - [sym___r_double_quote] = ACTIONS(4453), - [sym___r_single_quote] = ACTIONS(4453), + [anon_sym_DOT] = ACTIONS(4455), + [anon_sym_LBRACE] = ACTIONS(4455), + [anon_sym_const] = ACTIONS(4455), + [anon_sym_LPAREN] = ACTIONS(4455), + [anon_sym___global] = ACTIONS(4455), + [anon_sym_type] = ACTIONS(4455), + [anon_sym_fn] = ACTIONS(4455), + [anon_sym_PLUS] = ACTIONS(4455), + [anon_sym_DASH] = ACTIONS(4455), + [anon_sym_STAR] = ACTIONS(4455), + [anon_sym_struct] = ACTIONS(4455), + [anon_sym_union] = ACTIONS(4455), + [anon_sym_pub] = ACTIONS(4455), + [anon_sym_mut] = ACTIONS(4455), + [anon_sym_enum] = ACTIONS(4455), + [anon_sym_interface] = ACTIONS(4455), + [anon_sym_QMARK] = ACTIONS(4455), + [anon_sym_BANG] = ACTIONS(4455), + [anon_sym_go] = ACTIONS(4455), + [anon_sym_spawn] = ACTIONS(4455), + [anon_sym_json_DOTdecode] = ACTIONS(4455), + [anon_sym_LBRACK2] = ACTIONS(4455), + [anon_sym_TILDE] = ACTIONS(4455), + [anon_sym_CARET] = ACTIONS(4455), + [anon_sym_AMP] = ACTIONS(4455), + [anon_sym_LT_DASH] = ACTIONS(4455), + [sym_none] = ACTIONS(4455), + [sym_true] = ACTIONS(4455), + [sym_false] = ACTIONS(4455), + [sym_nil] = ACTIONS(4455), + [anon_sym_if] = ACTIONS(4455), + [anon_sym_DOLLARif] = ACTIONS(4455), + [anon_sym_match] = ACTIONS(4455), + [anon_sym_select] = ACTIONS(4455), + [anon_sym_lock] = ACTIONS(4455), + [anon_sym_rlock] = ACTIONS(4455), + [anon_sym_unsafe] = ACTIONS(4455), + [anon_sym_sql] = ACTIONS(4455), + [sym_int_literal] = ACTIONS(4455), + [sym_float_literal] = ACTIONS(4455), + [sym_rune_literal] = ACTIONS(4455), + [sym_pseudo_compile_time_identifier] = ACTIONS(4455), + [anon_sym_shared] = ACTIONS(4455), + [anon_sym_map_LBRACK] = ACTIONS(4455), + [anon_sym_chan] = ACTIONS(4455), + [anon_sym_thread] = ACTIONS(4455), + [anon_sym_atomic] = ACTIONS(4455), + [anon_sym_assert] = ACTIONS(4455), + [anon_sym_defer] = ACTIONS(4455), + [anon_sym_goto] = ACTIONS(4455), + [anon_sym_break] = ACTIONS(4455), + [anon_sym_continue] = ACTIONS(4455), + [anon_sym_return] = ACTIONS(4455), + [anon_sym_DOLLARfor] = ACTIONS(4455), + [anon_sym_for] = ACTIONS(4455), + [anon_sym_POUND] = ACTIONS(4455), + [anon_sym_asm] = ACTIONS(4455), + [anon_sym_AT_LBRACK] = ACTIONS(4455), + [sym___double_quote] = ACTIONS(4455), + [sym___single_quote] = ACTIONS(4455), + [sym___c_double_quote] = ACTIONS(4455), + [sym___c_single_quote] = ACTIONS(4455), + [sym___r_double_quote] = ACTIONS(4455), + [sym___r_single_quote] = ACTIONS(4455), }, [1589] = { [sym_line_comment] = STATE(1589), [sym_block_comment] = STATE(1589), - [ts_builtin_sym_end] = ACTIONS(4455), - [sym_identifier] = ACTIONS(4457), - [anon_sym_LF] = ACTIONS(4457), - [anon_sym_CR] = ACTIONS(4457), - [anon_sym_CR_LF] = ACTIONS(4457), + [ts_builtin_sym_end] = ACTIONS(4457), + [sym_identifier] = ACTIONS(4459), + [anon_sym_LF] = ACTIONS(4459), + [anon_sym_CR] = ACTIONS(4459), + [anon_sym_CR_LF] = ACTIONS(4459), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4457), - [anon_sym_LBRACE] = ACTIONS(4457), - [anon_sym_const] = ACTIONS(4457), - [anon_sym_LPAREN] = ACTIONS(4457), - [anon_sym___global] = ACTIONS(4457), - [anon_sym_type] = ACTIONS(4457), - [anon_sym_fn] = ACTIONS(4457), - [anon_sym_PLUS] = ACTIONS(4457), - [anon_sym_DASH] = ACTIONS(4457), - [anon_sym_STAR] = ACTIONS(4457), - [anon_sym_struct] = ACTIONS(4457), - [anon_sym_union] = ACTIONS(4457), - [anon_sym_pub] = ACTIONS(4457), - [anon_sym_mut] = ACTIONS(4457), - [anon_sym_enum] = ACTIONS(4457), - [anon_sym_interface] = ACTIONS(4457), - [anon_sym_QMARK] = ACTIONS(4457), - [anon_sym_BANG] = ACTIONS(4457), - [anon_sym_go] = ACTIONS(4457), - [anon_sym_spawn] = ACTIONS(4457), - [anon_sym_json_DOTdecode] = ACTIONS(4457), - [anon_sym_LBRACK2] = ACTIONS(4457), - [anon_sym_TILDE] = ACTIONS(4457), - [anon_sym_CARET] = ACTIONS(4457), - [anon_sym_AMP] = ACTIONS(4457), - [anon_sym_LT_DASH] = ACTIONS(4457), - [sym_none] = ACTIONS(4457), - [sym_true] = ACTIONS(4457), - [sym_false] = ACTIONS(4457), - [sym_nil] = ACTIONS(4457), - [anon_sym_if] = ACTIONS(4457), - [anon_sym_DOLLARif] = ACTIONS(4457), - [anon_sym_match] = ACTIONS(4457), - [anon_sym_select] = ACTIONS(4457), - [anon_sym_lock] = ACTIONS(4457), - [anon_sym_rlock] = ACTIONS(4457), - [anon_sym_unsafe] = ACTIONS(4457), - [anon_sym_sql] = ACTIONS(4457), - [sym_int_literal] = ACTIONS(4457), - [sym_float_literal] = ACTIONS(4457), - [sym_rune_literal] = ACTIONS(4457), - [sym_pseudo_compile_time_identifier] = ACTIONS(4457), - [anon_sym_shared] = ACTIONS(4457), - [anon_sym_map_LBRACK] = ACTIONS(4457), - [anon_sym_chan] = ACTIONS(4457), - [anon_sym_thread] = ACTIONS(4457), - [anon_sym_atomic] = ACTIONS(4457), - [anon_sym_assert] = ACTIONS(4457), - [anon_sym_defer] = ACTIONS(4457), - [anon_sym_goto] = ACTIONS(4457), - [anon_sym_break] = ACTIONS(4457), - [anon_sym_continue] = ACTIONS(4457), - [anon_sym_return] = ACTIONS(4457), - [anon_sym_DOLLARfor] = ACTIONS(4457), - [anon_sym_for] = ACTIONS(4457), - [anon_sym_POUND] = ACTIONS(4457), - [anon_sym_asm] = ACTIONS(4457), - [anon_sym_AT_LBRACK] = ACTIONS(4457), - [sym___double_quote] = ACTIONS(4457), - [sym___single_quote] = ACTIONS(4457), - [sym___c_double_quote] = ACTIONS(4457), - [sym___c_single_quote] = ACTIONS(4457), - [sym___r_double_quote] = ACTIONS(4457), - [sym___r_single_quote] = ACTIONS(4457), + [anon_sym_DOT] = ACTIONS(4459), + [anon_sym_LBRACE] = ACTIONS(4459), + [anon_sym_const] = ACTIONS(4459), + [anon_sym_LPAREN] = ACTIONS(4459), + [anon_sym___global] = ACTIONS(4459), + [anon_sym_type] = ACTIONS(4459), + [anon_sym_fn] = ACTIONS(4459), + [anon_sym_PLUS] = ACTIONS(4459), + [anon_sym_DASH] = ACTIONS(4459), + [anon_sym_STAR] = ACTIONS(4459), + [anon_sym_struct] = ACTIONS(4459), + [anon_sym_union] = ACTIONS(4459), + [anon_sym_pub] = ACTIONS(4459), + [anon_sym_mut] = ACTIONS(4459), + [anon_sym_enum] = ACTIONS(4459), + [anon_sym_interface] = ACTIONS(4459), + [anon_sym_QMARK] = ACTIONS(4459), + [anon_sym_BANG] = ACTIONS(4459), + [anon_sym_go] = ACTIONS(4459), + [anon_sym_spawn] = ACTIONS(4459), + [anon_sym_json_DOTdecode] = ACTIONS(4459), + [anon_sym_LBRACK2] = ACTIONS(4459), + [anon_sym_TILDE] = ACTIONS(4459), + [anon_sym_CARET] = ACTIONS(4459), + [anon_sym_AMP] = ACTIONS(4459), + [anon_sym_LT_DASH] = ACTIONS(4459), + [sym_none] = ACTIONS(4459), + [sym_true] = ACTIONS(4459), + [sym_false] = ACTIONS(4459), + [sym_nil] = ACTIONS(4459), + [anon_sym_if] = ACTIONS(4459), + [anon_sym_DOLLARif] = ACTIONS(4459), + [anon_sym_match] = ACTIONS(4459), + [anon_sym_select] = ACTIONS(4459), + [anon_sym_lock] = ACTIONS(4459), + [anon_sym_rlock] = ACTIONS(4459), + [anon_sym_unsafe] = ACTIONS(4459), + [anon_sym_sql] = ACTIONS(4459), + [sym_int_literal] = ACTIONS(4459), + [sym_float_literal] = ACTIONS(4459), + [sym_rune_literal] = ACTIONS(4459), + [sym_pseudo_compile_time_identifier] = ACTIONS(4459), + [anon_sym_shared] = ACTIONS(4459), + [anon_sym_map_LBRACK] = ACTIONS(4459), + [anon_sym_chan] = ACTIONS(4459), + [anon_sym_thread] = ACTIONS(4459), + [anon_sym_atomic] = ACTIONS(4459), + [anon_sym_assert] = ACTIONS(4459), + [anon_sym_defer] = ACTIONS(4459), + [anon_sym_goto] = ACTIONS(4459), + [anon_sym_break] = ACTIONS(4459), + [anon_sym_continue] = ACTIONS(4459), + [anon_sym_return] = ACTIONS(4459), + [anon_sym_DOLLARfor] = ACTIONS(4459), + [anon_sym_for] = ACTIONS(4459), + [anon_sym_POUND] = ACTIONS(4459), + [anon_sym_asm] = ACTIONS(4459), + [anon_sym_AT_LBRACK] = ACTIONS(4459), + [sym___double_quote] = ACTIONS(4459), + [sym___single_quote] = ACTIONS(4459), + [sym___c_double_quote] = ACTIONS(4459), + [sym___c_single_quote] = ACTIONS(4459), + [sym___r_double_quote] = ACTIONS(4459), + [sym___r_single_quote] = ACTIONS(4459), }, [1590] = { [sym_line_comment] = STATE(1590), [sym_block_comment] = STATE(1590), - [ts_builtin_sym_end] = ACTIONS(4459), - [sym_identifier] = ACTIONS(4461), - [anon_sym_LF] = ACTIONS(4461), - [anon_sym_CR] = ACTIONS(4461), - [anon_sym_CR_LF] = ACTIONS(4461), + [ts_builtin_sym_end] = ACTIONS(4461), + [sym_identifier] = ACTIONS(4463), + [anon_sym_LF] = ACTIONS(4463), + [anon_sym_CR] = ACTIONS(4463), + [anon_sym_CR_LF] = ACTIONS(4463), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4461), - [anon_sym_LBRACE] = ACTIONS(4461), - [anon_sym_const] = ACTIONS(4461), - [anon_sym_LPAREN] = ACTIONS(4461), - [anon_sym___global] = ACTIONS(4461), - [anon_sym_type] = ACTIONS(4461), - [anon_sym_fn] = ACTIONS(4461), - [anon_sym_PLUS] = ACTIONS(4461), - [anon_sym_DASH] = ACTIONS(4461), - [anon_sym_STAR] = ACTIONS(4461), - [anon_sym_struct] = ACTIONS(4461), - [anon_sym_union] = ACTIONS(4461), - [anon_sym_pub] = ACTIONS(4461), - [anon_sym_mut] = ACTIONS(4461), - [anon_sym_enum] = ACTIONS(4461), - [anon_sym_interface] = ACTIONS(4461), - [anon_sym_QMARK] = ACTIONS(4461), - [anon_sym_BANG] = ACTIONS(4461), - [anon_sym_go] = ACTIONS(4461), - [anon_sym_spawn] = ACTIONS(4461), - [anon_sym_json_DOTdecode] = ACTIONS(4461), - [anon_sym_LBRACK2] = ACTIONS(4461), - [anon_sym_TILDE] = ACTIONS(4461), - [anon_sym_CARET] = ACTIONS(4461), - [anon_sym_AMP] = ACTIONS(4461), - [anon_sym_LT_DASH] = ACTIONS(4461), - [sym_none] = ACTIONS(4461), - [sym_true] = ACTIONS(4461), - [sym_false] = ACTIONS(4461), - [sym_nil] = ACTIONS(4461), - [anon_sym_if] = ACTIONS(4461), - [anon_sym_DOLLARif] = ACTIONS(4461), - [anon_sym_match] = ACTIONS(4461), - [anon_sym_select] = ACTIONS(4461), - [anon_sym_lock] = ACTIONS(4461), - [anon_sym_rlock] = ACTIONS(4461), - [anon_sym_unsafe] = ACTIONS(4461), - [anon_sym_sql] = ACTIONS(4461), - [sym_int_literal] = ACTIONS(4461), - [sym_float_literal] = ACTIONS(4461), - [sym_rune_literal] = ACTIONS(4461), - [sym_pseudo_compile_time_identifier] = ACTIONS(4461), - [anon_sym_shared] = ACTIONS(4461), - [anon_sym_map_LBRACK] = ACTIONS(4461), - [anon_sym_chan] = ACTIONS(4461), - [anon_sym_thread] = ACTIONS(4461), - [anon_sym_atomic] = ACTIONS(4461), - [anon_sym_assert] = ACTIONS(4461), - [anon_sym_defer] = ACTIONS(4461), - [anon_sym_goto] = ACTIONS(4461), - [anon_sym_break] = ACTIONS(4461), - [anon_sym_continue] = ACTIONS(4461), - [anon_sym_return] = ACTIONS(4461), - [anon_sym_DOLLARfor] = ACTIONS(4461), - [anon_sym_for] = ACTIONS(4461), - [anon_sym_POUND] = ACTIONS(4461), - [anon_sym_asm] = ACTIONS(4461), - [anon_sym_AT_LBRACK] = ACTIONS(4461), - [sym___double_quote] = ACTIONS(4461), - [sym___single_quote] = ACTIONS(4461), - [sym___c_double_quote] = ACTIONS(4461), - [sym___c_single_quote] = ACTIONS(4461), - [sym___r_double_quote] = ACTIONS(4461), - [sym___r_single_quote] = ACTIONS(4461), + [anon_sym_DOT] = ACTIONS(4463), + [anon_sym_LBRACE] = ACTIONS(4463), + [anon_sym_const] = ACTIONS(4463), + [anon_sym_LPAREN] = ACTIONS(4463), + [anon_sym___global] = ACTIONS(4463), + [anon_sym_type] = ACTIONS(4463), + [anon_sym_fn] = ACTIONS(4463), + [anon_sym_PLUS] = ACTIONS(4463), + [anon_sym_DASH] = ACTIONS(4463), + [anon_sym_STAR] = ACTIONS(4463), + [anon_sym_struct] = ACTIONS(4463), + [anon_sym_union] = ACTIONS(4463), + [anon_sym_pub] = ACTIONS(4463), + [anon_sym_mut] = ACTIONS(4463), + [anon_sym_enum] = ACTIONS(4463), + [anon_sym_interface] = ACTIONS(4463), + [anon_sym_QMARK] = ACTIONS(4463), + [anon_sym_BANG] = ACTIONS(4463), + [anon_sym_go] = ACTIONS(4463), + [anon_sym_spawn] = ACTIONS(4463), + [anon_sym_json_DOTdecode] = ACTIONS(4463), + [anon_sym_LBRACK2] = ACTIONS(4463), + [anon_sym_TILDE] = ACTIONS(4463), + [anon_sym_CARET] = ACTIONS(4463), + [anon_sym_AMP] = ACTIONS(4463), + [anon_sym_LT_DASH] = ACTIONS(4463), + [sym_none] = ACTIONS(4463), + [sym_true] = ACTIONS(4463), + [sym_false] = ACTIONS(4463), + [sym_nil] = ACTIONS(4463), + [anon_sym_if] = ACTIONS(4463), + [anon_sym_DOLLARif] = ACTIONS(4463), + [anon_sym_match] = ACTIONS(4463), + [anon_sym_select] = ACTIONS(4463), + [anon_sym_lock] = ACTIONS(4463), + [anon_sym_rlock] = ACTIONS(4463), + [anon_sym_unsafe] = ACTIONS(4463), + [anon_sym_sql] = ACTIONS(4463), + [sym_int_literal] = ACTIONS(4463), + [sym_float_literal] = ACTIONS(4463), + [sym_rune_literal] = ACTIONS(4463), + [sym_pseudo_compile_time_identifier] = ACTIONS(4463), + [anon_sym_shared] = ACTIONS(4463), + [anon_sym_map_LBRACK] = ACTIONS(4463), + [anon_sym_chan] = ACTIONS(4463), + [anon_sym_thread] = ACTIONS(4463), + [anon_sym_atomic] = ACTIONS(4463), + [anon_sym_assert] = ACTIONS(4463), + [anon_sym_defer] = ACTIONS(4463), + [anon_sym_goto] = ACTIONS(4463), + [anon_sym_break] = ACTIONS(4463), + [anon_sym_continue] = ACTIONS(4463), + [anon_sym_return] = ACTIONS(4463), + [anon_sym_DOLLARfor] = ACTIONS(4463), + [anon_sym_for] = ACTIONS(4463), + [anon_sym_POUND] = ACTIONS(4463), + [anon_sym_asm] = ACTIONS(4463), + [anon_sym_AT_LBRACK] = ACTIONS(4463), + [sym___double_quote] = ACTIONS(4463), + [sym___single_quote] = ACTIONS(4463), + [sym___c_double_quote] = ACTIONS(4463), + [sym___c_single_quote] = ACTIONS(4463), + [sym___r_double_quote] = ACTIONS(4463), + [sym___r_single_quote] = ACTIONS(4463), }, [1591] = { [sym_line_comment] = STATE(1591), [sym_block_comment] = STATE(1591), - [ts_builtin_sym_end] = ACTIONS(4463), - [sym_identifier] = ACTIONS(4465), - [anon_sym_LF] = ACTIONS(4465), - [anon_sym_CR] = ACTIONS(4465), - [anon_sym_CR_LF] = ACTIONS(4465), + [ts_builtin_sym_end] = ACTIONS(4465), + [sym_identifier] = ACTIONS(4467), + [anon_sym_LF] = ACTIONS(4467), + [anon_sym_CR] = ACTIONS(4467), + [anon_sym_CR_LF] = ACTIONS(4467), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4465), - [anon_sym_LBRACE] = ACTIONS(4465), - [anon_sym_const] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym___global] = ACTIONS(4465), - [anon_sym_type] = ACTIONS(4465), - [anon_sym_fn] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4465), - [anon_sym_DASH] = ACTIONS(4465), - [anon_sym_STAR] = ACTIONS(4465), - [anon_sym_struct] = ACTIONS(4465), - [anon_sym_union] = ACTIONS(4465), - [anon_sym_pub] = ACTIONS(4465), - [anon_sym_mut] = ACTIONS(4465), - [anon_sym_enum] = ACTIONS(4465), - [anon_sym_interface] = ACTIONS(4465), - [anon_sym_QMARK] = ACTIONS(4465), - [anon_sym_BANG] = ACTIONS(4465), - [anon_sym_go] = ACTIONS(4465), - [anon_sym_spawn] = ACTIONS(4465), - [anon_sym_json_DOTdecode] = ACTIONS(4465), - [anon_sym_LBRACK2] = ACTIONS(4465), - [anon_sym_TILDE] = ACTIONS(4465), - [anon_sym_CARET] = ACTIONS(4465), - [anon_sym_AMP] = ACTIONS(4465), - [anon_sym_LT_DASH] = ACTIONS(4465), - [sym_none] = ACTIONS(4465), - [sym_true] = ACTIONS(4465), - [sym_false] = ACTIONS(4465), - [sym_nil] = ACTIONS(4465), - [anon_sym_if] = ACTIONS(4465), - [anon_sym_DOLLARif] = ACTIONS(4465), - [anon_sym_match] = ACTIONS(4465), - [anon_sym_select] = ACTIONS(4465), - [anon_sym_lock] = ACTIONS(4465), - [anon_sym_rlock] = ACTIONS(4465), - [anon_sym_unsafe] = ACTIONS(4465), - [anon_sym_sql] = ACTIONS(4465), - [sym_int_literal] = ACTIONS(4465), - [sym_float_literal] = ACTIONS(4465), - [sym_rune_literal] = ACTIONS(4465), - [sym_pseudo_compile_time_identifier] = ACTIONS(4465), - [anon_sym_shared] = ACTIONS(4465), - [anon_sym_map_LBRACK] = ACTIONS(4465), - [anon_sym_chan] = ACTIONS(4465), - [anon_sym_thread] = ACTIONS(4465), - [anon_sym_atomic] = ACTIONS(4465), - [anon_sym_assert] = ACTIONS(4465), - [anon_sym_defer] = ACTIONS(4465), - [anon_sym_goto] = ACTIONS(4465), - [anon_sym_break] = ACTIONS(4465), - [anon_sym_continue] = ACTIONS(4465), - [anon_sym_return] = ACTIONS(4465), - [anon_sym_DOLLARfor] = ACTIONS(4465), - [anon_sym_for] = ACTIONS(4465), - [anon_sym_POUND] = ACTIONS(4465), - [anon_sym_asm] = ACTIONS(4465), - [anon_sym_AT_LBRACK] = ACTIONS(4465), - [sym___double_quote] = ACTIONS(4465), - [sym___single_quote] = ACTIONS(4465), - [sym___c_double_quote] = ACTIONS(4465), - [sym___c_single_quote] = ACTIONS(4465), - [sym___r_double_quote] = ACTIONS(4465), - [sym___r_single_quote] = ACTIONS(4465), + [anon_sym_DOT] = ACTIONS(4467), + [anon_sym_LBRACE] = ACTIONS(4467), + [anon_sym_const] = ACTIONS(4467), + [anon_sym_LPAREN] = ACTIONS(4467), + [anon_sym___global] = ACTIONS(4467), + [anon_sym_type] = ACTIONS(4467), + [anon_sym_fn] = ACTIONS(4467), + [anon_sym_PLUS] = ACTIONS(4467), + [anon_sym_DASH] = ACTIONS(4467), + [anon_sym_STAR] = ACTIONS(4467), + [anon_sym_struct] = ACTIONS(4467), + [anon_sym_union] = ACTIONS(4467), + [anon_sym_pub] = ACTIONS(4467), + [anon_sym_mut] = ACTIONS(4467), + [anon_sym_enum] = ACTIONS(4467), + [anon_sym_interface] = ACTIONS(4467), + [anon_sym_QMARK] = ACTIONS(4467), + [anon_sym_BANG] = ACTIONS(4467), + [anon_sym_go] = ACTIONS(4467), + [anon_sym_spawn] = ACTIONS(4467), + [anon_sym_json_DOTdecode] = ACTIONS(4467), + [anon_sym_LBRACK2] = ACTIONS(4467), + [anon_sym_TILDE] = ACTIONS(4467), + [anon_sym_CARET] = ACTIONS(4467), + [anon_sym_AMP] = ACTIONS(4467), + [anon_sym_LT_DASH] = ACTIONS(4467), + [sym_none] = ACTIONS(4467), + [sym_true] = ACTIONS(4467), + [sym_false] = ACTIONS(4467), + [sym_nil] = ACTIONS(4467), + [anon_sym_if] = ACTIONS(4467), + [anon_sym_DOLLARif] = ACTIONS(4467), + [anon_sym_match] = ACTIONS(4467), + [anon_sym_select] = ACTIONS(4467), + [anon_sym_lock] = ACTIONS(4467), + [anon_sym_rlock] = ACTIONS(4467), + [anon_sym_unsafe] = ACTIONS(4467), + [anon_sym_sql] = ACTIONS(4467), + [sym_int_literal] = ACTIONS(4467), + [sym_float_literal] = ACTIONS(4467), + [sym_rune_literal] = ACTIONS(4467), + [sym_pseudo_compile_time_identifier] = ACTIONS(4467), + [anon_sym_shared] = ACTIONS(4467), + [anon_sym_map_LBRACK] = ACTIONS(4467), + [anon_sym_chan] = ACTIONS(4467), + [anon_sym_thread] = ACTIONS(4467), + [anon_sym_atomic] = ACTIONS(4467), + [anon_sym_assert] = ACTIONS(4467), + [anon_sym_defer] = ACTIONS(4467), + [anon_sym_goto] = ACTIONS(4467), + [anon_sym_break] = ACTIONS(4467), + [anon_sym_continue] = ACTIONS(4467), + [anon_sym_return] = ACTIONS(4467), + [anon_sym_DOLLARfor] = ACTIONS(4467), + [anon_sym_for] = ACTIONS(4467), + [anon_sym_POUND] = ACTIONS(4467), + [anon_sym_asm] = ACTIONS(4467), + [anon_sym_AT_LBRACK] = ACTIONS(4467), + [sym___double_quote] = ACTIONS(4467), + [sym___single_quote] = ACTIONS(4467), + [sym___c_double_quote] = ACTIONS(4467), + [sym___c_single_quote] = ACTIONS(4467), + [sym___r_double_quote] = ACTIONS(4467), + [sym___r_single_quote] = ACTIONS(4467), }, [1592] = { [sym_line_comment] = STATE(1592), [sym_block_comment] = STATE(1592), - [ts_builtin_sym_end] = ACTIONS(4467), - [sym_identifier] = ACTIONS(4469), - [anon_sym_LF] = ACTIONS(4469), - [anon_sym_CR] = ACTIONS(4469), - [anon_sym_CR_LF] = ACTIONS(4469), + [ts_builtin_sym_end] = ACTIONS(4469), + [sym_identifier] = ACTIONS(4471), + [anon_sym_LF] = ACTIONS(4471), + [anon_sym_CR] = ACTIONS(4471), + [anon_sym_CR_LF] = ACTIONS(4471), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4469), - [anon_sym_LBRACE] = ACTIONS(4469), - [anon_sym_const] = ACTIONS(4469), - [anon_sym_LPAREN] = ACTIONS(4469), - [anon_sym___global] = ACTIONS(4469), - [anon_sym_type] = ACTIONS(4469), - [anon_sym_fn] = ACTIONS(4469), - [anon_sym_PLUS] = ACTIONS(4469), - [anon_sym_DASH] = ACTIONS(4469), - [anon_sym_STAR] = ACTIONS(4469), - [anon_sym_struct] = ACTIONS(4469), - [anon_sym_union] = ACTIONS(4469), - [anon_sym_pub] = ACTIONS(4469), - [anon_sym_mut] = ACTIONS(4469), - [anon_sym_enum] = ACTIONS(4469), - [anon_sym_interface] = ACTIONS(4469), - [anon_sym_QMARK] = ACTIONS(4469), - [anon_sym_BANG] = ACTIONS(4469), - [anon_sym_go] = ACTIONS(4469), - [anon_sym_spawn] = ACTIONS(4469), - [anon_sym_json_DOTdecode] = ACTIONS(4469), - [anon_sym_LBRACK2] = ACTIONS(4469), - [anon_sym_TILDE] = ACTIONS(4469), - [anon_sym_CARET] = ACTIONS(4469), - [anon_sym_AMP] = ACTIONS(4469), - [anon_sym_LT_DASH] = ACTIONS(4469), - [sym_none] = ACTIONS(4469), - [sym_true] = ACTIONS(4469), - [sym_false] = ACTIONS(4469), - [sym_nil] = ACTIONS(4469), - [anon_sym_if] = ACTIONS(4469), - [anon_sym_DOLLARif] = ACTIONS(4469), - [anon_sym_match] = ACTIONS(4469), - [anon_sym_select] = ACTIONS(4469), - [anon_sym_lock] = ACTIONS(4469), - [anon_sym_rlock] = ACTIONS(4469), - [anon_sym_unsafe] = ACTIONS(4469), - [anon_sym_sql] = ACTIONS(4469), - [sym_int_literal] = ACTIONS(4469), - [sym_float_literal] = ACTIONS(4469), - [sym_rune_literal] = ACTIONS(4469), - [sym_pseudo_compile_time_identifier] = ACTIONS(4469), - [anon_sym_shared] = ACTIONS(4469), - [anon_sym_map_LBRACK] = ACTIONS(4469), - [anon_sym_chan] = ACTIONS(4469), - [anon_sym_thread] = ACTIONS(4469), - [anon_sym_atomic] = ACTIONS(4469), - [anon_sym_assert] = ACTIONS(4469), - [anon_sym_defer] = ACTIONS(4469), - [anon_sym_goto] = ACTIONS(4469), - [anon_sym_break] = ACTIONS(4469), - [anon_sym_continue] = ACTIONS(4469), - [anon_sym_return] = ACTIONS(4469), - [anon_sym_DOLLARfor] = ACTIONS(4469), - [anon_sym_for] = ACTIONS(4469), - [anon_sym_POUND] = ACTIONS(4469), - [anon_sym_asm] = ACTIONS(4469), - [anon_sym_AT_LBRACK] = ACTIONS(4469), - [sym___double_quote] = ACTIONS(4469), - [sym___single_quote] = ACTIONS(4469), - [sym___c_double_quote] = ACTIONS(4469), - [sym___c_single_quote] = ACTIONS(4469), - [sym___r_double_quote] = ACTIONS(4469), - [sym___r_single_quote] = ACTIONS(4469), + [anon_sym_DOT] = ACTIONS(4471), + [anon_sym_LBRACE] = ACTIONS(4471), + [anon_sym_const] = ACTIONS(4471), + [anon_sym_LPAREN] = ACTIONS(4471), + [anon_sym___global] = ACTIONS(4471), + [anon_sym_type] = ACTIONS(4471), + [anon_sym_fn] = ACTIONS(4471), + [anon_sym_PLUS] = ACTIONS(4471), + [anon_sym_DASH] = ACTIONS(4471), + [anon_sym_STAR] = ACTIONS(4471), + [anon_sym_struct] = ACTIONS(4471), + [anon_sym_union] = ACTIONS(4471), + [anon_sym_pub] = ACTIONS(4471), + [anon_sym_mut] = ACTIONS(4471), + [anon_sym_enum] = ACTIONS(4471), + [anon_sym_interface] = ACTIONS(4471), + [anon_sym_QMARK] = ACTIONS(4471), + [anon_sym_BANG] = ACTIONS(4471), + [anon_sym_go] = ACTIONS(4471), + [anon_sym_spawn] = ACTIONS(4471), + [anon_sym_json_DOTdecode] = ACTIONS(4471), + [anon_sym_LBRACK2] = ACTIONS(4471), + [anon_sym_TILDE] = ACTIONS(4471), + [anon_sym_CARET] = ACTIONS(4471), + [anon_sym_AMP] = ACTIONS(4471), + [anon_sym_LT_DASH] = ACTIONS(4471), + [sym_none] = ACTIONS(4471), + [sym_true] = ACTIONS(4471), + [sym_false] = ACTIONS(4471), + [sym_nil] = ACTIONS(4471), + [anon_sym_if] = ACTIONS(4471), + [anon_sym_DOLLARif] = ACTIONS(4471), + [anon_sym_match] = ACTIONS(4471), + [anon_sym_select] = ACTIONS(4471), + [anon_sym_lock] = ACTIONS(4471), + [anon_sym_rlock] = ACTIONS(4471), + [anon_sym_unsafe] = ACTIONS(4471), + [anon_sym_sql] = ACTIONS(4471), + [sym_int_literal] = ACTIONS(4471), + [sym_float_literal] = ACTIONS(4471), + [sym_rune_literal] = ACTIONS(4471), + [sym_pseudo_compile_time_identifier] = ACTIONS(4471), + [anon_sym_shared] = ACTIONS(4471), + [anon_sym_map_LBRACK] = ACTIONS(4471), + [anon_sym_chan] = ACTIONS(4471), + [anon_sym_thread] = ACTIONS(4471), + [anon_sym_atomic] = ACTIONS(4471), + [anon_sym_assert] = ACTIONS(4471), + [anon_sym_defer] = ACTIONS(4471), + [anon_sym_goto] = ACTIONS(4471), + [anon_sym_break] = ACTIONS(4471), + [anon_sym_continue] = ACTIONS(4471), + [anon_sym_return] = ACTIONS(4471), + [anon_sym_DOLLARfor] = ACTIONS(4471), + [anon_sym_for] = ACTIONS(4471), + [anon_sym_POUND] = ACTIONS(4471), + [anon_sym_asm] = ACTIONS(4471), + [anon_sym_AT_LBRACK] = ACTIONS(4471), + [sym___double_quote] = ACTIONS(4471), + [sym___single_quote] = ACTIONS(4471), + [sym___c_double_quote] = ACTIONS(4471), + [sym___c_single_quote] = ACTIONS(4471), + [sym___r_double_quote] = ACTIONS(4471), + [sym___r_single_quote] = ACTIONS(4471), }, [1593] = { [sym_line_comment] = STATE(1593), [sym_block_comment] = STATE(1593), - [ts_builtin_sym_end] = ACTIONS(4471), - [sym_identifier] = ACTIONS(4473), - [anon_sym_LF] = ACTIONS(4473), - [anon_sym_CR] = ACTIONS(4473), - [anon_sym_CR_LF] = ACTIONS(4473), + [ts_builtin_sym_end] = ACTIONS(4473), + [sym_identifier] = ACTIONS(4475), + [anon_sym_LF] = ACTIONS(4475), + [anon_sym_CR] = ACTIONS(4475), + [anon_sym_CR_LF] = ACTIONS(4475), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4473), - [anon_sym_LBRACE] = ACTIONS(4473), - [anon_sym_const] = ACTIONS(4473), - [anon_sym_LPAREN] = ACTIONS(4473), - [anon_sym___global] = ACTIONS(4473), - [anon_sym_type] = ACTIONS(4473), - [anon_sym_fn] = ACTIONS(4473), - [anon_sym_PLUS] = ACTIONS(4473), - [anon_sym_DASH] = ACTIONS(4473), - [anon_sym_STAR] = ACTIONS(4473), - [anon_sym_struct] = ACTIONS(4473), - [anon_sym_union] = ACTIONS(4473), - [anon_sym_pub] = ACTIONS(4473), - [anon_sym_mut] = ACTIONS(4473), - [anon_sym_enum] = ACTIONS(4473), - [anon_sym_interface] = ACTIONS(4473), - [anon_sym_QMARK] = ACTIONS(4473), - [anon_sym_BANG] = ACTIONS(4473), - [anon_sym_go] = ACTIONS(4473), - [anon_sym_spawn] = ACTIONS(4473), - [anon_sym_json_DOTdecode] = ACTIONS(4473), - [anon_sym_LBRACK2] = ACTIONS(4473), - [anon_sym_TILDE] = ACTIONS(4473), - [anon_sym_CARET] = ACTIONS(4473), - [anon_sym_AMP] = ACTIONS(4473), - [anon_sym_LT_DASH] = ACTIONS(4473), - [sym_none] = ACTIONS(4473), - [sym_true] = ACTIONS(4473), - [sym_false] = ACTIONS(4473), - [sym_nil] = ACTIONS(4473), - [anon_sym_if] = ACTIONS(4473), - [anon_sym_DOLLARif] = ACTIONS(4473), - [anon_sym_match] = ACTIONS(4473), - [anon_sym_select] = ACTIONS(4473), - [anon_sym_lock] = ACTIONS(4473), - [anon_sym_rlock] = ACTIONS(4473), - [anon_sym_unsafe] = ACTIONS(4473), - [anon_sym_sql] = ACTIONS(4473), - [sym_int_literal] = ACTIONS(4473), - [sym_float_literal] = ACTIONS(4473), - [sym_rune_literal] = ACTIONS(4473), - [sym_pseudo_compile_time_identifier] = ACTIONS(4473), - [anon_sym_shared] = ACTIONS(4473), - [anon_sym_map_LBRACK] = ACTIONS(4473), - [anon_sym_chan] = ACTIONS(4473), - [anon_sym_thread] = ACTIONS(4473), - [anon_sym_atomic] = ACTIONS(4473), - [anon_sym_assert] = ACTIONS(4473), - [anon_sym_defer] = ACTIONS(4473), - [anon_sym_goto] = ACTIONS(4473), - [anon_sym_break] = ACTIONS(4473), - [anon_sym_continue] = ACTIONS(4473), - [anon_sym_return] = ACTIONS(4473), - [anon_sym_DOLLARfor] = ACTIONS(4473), - [anon_sym_for] = ACTIONS(4473), - [anon_sym_POUND] = ACTIONS(4473), - [anon_sym_asm] = ACTIONS(4473), - [anon_sym_AT_LBRACK] = ACTIONS(4473), - [sym___double_quote] = ACTIONS(4473), - [sym___single_quote] = ACTIONS(4473), - [sym___c_double_quote] = ACTIONS(4473), - [sym___c_single_quote] = ACTIONS(4473), - [sym___r_double_quote] = ACTIONS(4473), - [sym___r_single_quote] = ACTIONS(4473), + [anon_sym_DOT] = ACTIONS(4475), + [anon_sym_LBRACE] = ACTIONS(4475), + [anon_sym_const] = ACTIONS(4475), + [anon_sym_LPAREN] = ACTIONS(4475), + [anon_sym___global] = ACTIONS(4475), + [anon_sym_type] = ACTIONS(4475), + [anon_sym_fn] = ACTIONS(4475), + [anon_sym_PLUS] = ACTIONS(4475), + [anon_sym_DASH] = ACTIONS(4475), + [anon_sym_STAR] = ACTIONS(4475), + [anon_sym_struct] = ACTIONS(4475), + [anon_sym_union] = ACTIONS(4475), + [anon_sym_pub] = ACTIONS(4475), + [anon_sym_mut] = ACTIONS(4475), + [anon_sym_enum] = ACTIONS(4475), + [anon_sym_interface] = ACTIONS(4475), + [anon_sym_QMARK] = ACTIONS(4475), + [anon_sym_BANG] = ACTIONS(4475), + [anon_sym_go] = ACTIONS(4475), + [anon_sym_spawn] = ACTIONS(4475), + [anon_sym_json_DOTdecode] = ACTIONS(4475), + [anon_sym_LBRACK2] = ACTIONS(4475), + [anon_sym_TILDE] = ACTIONS(4475), + [anon_sym_CARET] = ACTIONS(4475), + [anon_sym_AMP] = ACTIONS(4475), + [anon_sym_LT_DASH] = ACTIONS(4475), + [sym_none] = ACTIONS(4475), + [sym_true] = ACTIONS(4475), + [sym_false] = ACTIONS(4475), + [sym_nil] = ACTIONS(4475), + [anon_sym_if] = ACTIONS(4475), + [anon_sym_DOLLARif] = ACTIONS(4475), + [anon_sym_match] = ACTIONS(4475), + [anon_sym_select] = ACTIONS(4475), + [anon_sym_lock] = ACTIONS(4475), + [anon_sym_rlock] = ACTIONS(4475), + [anon_sym_unsafe] = ACTIONS(4475), + [anon_sym_sql] = ACTIONS(4475), + [sym_int_literal] = ACTIONS(4475), + [sym_float_literal] = ACTIONS(4475), + [sym_rune_literal] = ACTIONS(4475), + [sym_pseudo_compile_time_identifier] = ACTIONS(4475), + [anon_sym_shared] = ACTIONS(4475), + [anon_sym_map_LBRACK] = ACTIONS(4475), + [anon_sym_chan] = ACTIONS(4475), + [anon_sym_thread] = ACTIONS(4475), + [anon_sym_atomic] = ACTIONS(4475), + [anon_sym_assert] = ACTIONS(4475), + [anon_sym_defer] = ACTIONS(4475), + [anon_sym_goto] = ACTIONS(4475), + [anon_sym_break] = ACTIONS(4475), + [anon_sym_continue] = ACTIONS(4475), + [anon_sym_return] = ACTIONS(4475), + [anon_sym_DOLLARfor] = ACTIONS(4475), + [anon_sym_for] = ACTIONS(4475), + [anon_sym_POUND] = ACTIONS(4475), + [anon_sym_asm] = ACTIONS(4475), + [anon_sym_AT_LBRACK] = ACTIONS(4475), + [sym___double_quote] = ACTIONS(4475), + [sym___single_quote] = ACTIONS(4475), + [sym___c_double_quote] = ACTIONS(4475), + [sym___c_single_quote] = ACTIONS(4475), + [sym___r_double_quote] = ACTIONS(4475), + [sym___r_single_quote] = ACTIONS(4475), }, [1594] = { [sym_line_comment] = STATE(1594), [sym_block_comment] = STATE(1594), - [ts_builtin_sym_end] = ACTIONS(4475), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LF] = ACTIONS(4477), - [anon_sym_CR] = ACTIONS(4477), - [anon_sym_CR_LF] = ACTIONS(4477), + [ts_builtin_sym_end] = ACTIONS(4477), + [sym_identifier] = ACTIONS(4479), + [anon_sym_LF] = ACTIONS(4479), + [anon_sym_CR] = ACTIONS(4479), + [anon_sym_CR_LF] = ACTIONS(4479), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4477), - [anon_sym_LBRACE] = ACTIONS(4477), - [anon_sym_const] = ACTIONS(4477), - [anon_sym_LPAREN] = ACTIONS(4477), - [anon_sym___global] = ACTIONS(4477), - [anon_sym_type] = ACTIONS(4477), - [anon_sym_fn] = ACTIONS(4477), - [anon_sym_PLUS] = ACTIONS(4477), - [anon_sym_DASH] = ACTIONS(4477), - [anon_sym_STAR] = ACTIONS(4477), - [anon_sym_struct] = ACTIONS(4477), - [anon_sym_union] = ACTIONS(4477), - [anon_sym_pub] = ACTIONS(4477), - [anon_sym_mut] = ACTIONS(4477), - [anon_sym_enum] = ACTIONS(4477), - [anon_sym_interface] = ACTIONS(4477), - [anon_sym_QMARK] = ACTIONS(4477), - [anon_sym_BANG] = ACTIONS(4477), - [anon_sym_go] = ACTIONS(4477), - [anon_sym_spawn] = ACTIONS(4477), - [anon_sym_json_DOTdecode] = ACTIONS(4477), - [anon_sym_LBRACK2] = ACTIONS(4477), - [anon_sym_TILDE] = ACTIONS(4477), - [anon_sym_CARET] = ACTIONS(4477), - [anon_sym_AMP] = ACTIONS(4477), - [anon_sym_LT_DASH] = ACTIONS(4477), - [sym_none] = ACTIONS(4477), - [sym_true] = ACTIONS(4477), - [sym_false] = ACTIONS(4477), - [sym_nil] = ACTIONS(4477), - [anon_sym_if] = ACTIONS(4477), - [anon_sym_DOLLARif] = ACTIONS(4477), - [anon_sym_match] = ACTIONS(4477), - [anon_sym_select] = ACTIONS(4477), - [anon_sym_lock] = ACTIONS(4477), - [anon_sym_rlock] = ACTIONS(4477), - [anon_sym_unsafe] = ACTIONS(4477), - [anon_sym_sql] = ACTIONS(4477), - [sym_int_literal] = ACTIONS(4477), - [sym_float_literal] = ACTIONS(4477), - [sym_rune_literal] = ACTIONS(4477), - [sym_pseudo_compile_time_identifier] = ACTIONS(4477), - [anon_sym_shared] = ACTIONS(4477), - [anon_sym_map_LBRACK] = ACTIONS(4477), - [anon_sym_chan] = ACTIONS(4477), - [anon_sym_thread] = ACTIONS(4477), - [anon_sym_atomic] = ACTIONS(4477), - [anon_sym_assert] = ACTIONS(4477), - [anon_sym_defer] = ACTIONS(4477), - [anon_sym_goto] = ACTIONS(4477), - [anon_sym_break] = ACTIONS(4477), - [anon_sym_continue] = ACTIONS(4477), - [anon_sym_return] = ACTIONS(4477), - [anon_sym_DOLLARfor] = ACTIONS(4477), - [anon_sym_for] = ACTIONS(4477), - [anon_sym_POUND] = ACTIONS(4477), - [anon_sym_asm] = ACTIONS(4477), - [anon_sym_AT_LBRACK] = ACTIONS(4477), - [sym___double_quote] = ACTIONS(4477), - [sym___single_quote] = ACTIONS(4477), - [sym___c_double_quote] = ACTIONS(4477), - [sym___c_single_quote] = ACTIONS(4477), - [sym___r_double_quote] = ACTIONS(4477), - [sym___r_single_quote] = ACTIONS(4477), + [anon_sym_DOT] = ACTIONS(4479), + [anon_sym_LBRACE] = ACTIONS(4479), + [anon_sym_const] = ACTIONS(4479), + [anon_sym_LPAREN] = ACTIONS(4479), + [anon_sym___global] = ACTIONS(4479), + [anon_sym_type] = ACTIONS(4479), + [anon_sym_fn] = ACTIONS(4479), + [anon_sym_PLUS] = ACTIONS(4479), + [anon_sym_DASH] = ACTIONS(4479), + [anon_sym_STAR] = ACTIONS(4479), + [anon_sym_struct] = ACTIONS(4479), + [anon_sym_union] = ACTIONS(4479), + [anon_sym_pub] = ACTIONS(4479), + [anon_sym_mut] = ACTIONS(4479), + [anon_sym_enum] = ACTIONS(4479), + [anon_sym_interface] = ACTIONS(4479), + [anon_sym_QMARK] = ACTIONS(4479), + [anon_sym_BANG] = ACTIONS(4479), + [anon_sym_go] = ACTIONS(4479), + [anon_sym_spawn] = ACTIONS(4479), + [anon_sym_json_DOTdecode] = ACTIONS(4479), + [anon_sym_LBRACK2] = ACTIONS(4479), + [anon_sym_TILDE] = ACTIONS(4479), + [anon_sym_CARET] = ACTIONS(4479), + [anon_sym_AMP] = ACTIONS(4479), + [anon_sym_LT_DASH] = ACTIONS(4479), + [sym_none] = ACTIONS(4479), + [sym_true] = ACTIONS(4479), + [sym_false] = ACTIONS(4479), + [sym_nil] = ACTIONS(4479), + [anon_sym_if] = ACTIONS(4479), + [anon_sym_DOLLARif] = ACTIONS(4479), + [anon_sym_match] = ACTIONS(4479), + [anon_sym_select] = ACTIONS(4479), + [anon_sym_lock] = ACTIONS(4479), + [anon_sym_rlock] = ACTIONS(4479), + [anon_sym_unsafe] = ACTIONS(4479), + [anon_sym_sql] = ACTIONS(4479), + [sym_int_literal] = ACTIONS(4479), + [sym_float_literal] = ACTIONS(4479), + [sym_rune_literal] = ACTIONS(4479), + [sym_pseudo_compile_time_identifier] = ACTIONS(4479), + [anon_sym_shared] = ACTIONS(4479), + [anon_sym_map_LBRACK] = ACTIONS(4479), + [anon_sym_chan] = ACTIONS(4479), + [anon_sym_thread] = ACTIONS(4479), + [anon_sym_atomic] = ACTIONS(4479), + [anon_sym_assert] = ACTIONS(4479), + [anon_sym_defer] = ACTIONS(4479), + [anon_sym_goto] = ACTIONS(4479), + [anon_sym_break] = ACTIONS(4479), + [anon_sym_continue] = ACTIONS(4479), + [anon_sym_return] = ACTIONS(4479), + [anon_sym_DOLLARfor] = ACTIONS(4479), + [anon_sym_for] = ACTIONS(4479), + [anon_sym_POUND] = ACTIONS(4479), + [anon_sym_asm] = ACTIONS(4479), + [anon_sym_AT_LBRACK] = ACTIONS(4479), + [sym___double_quote] = ACTIONS(4479), + [sym___single_quote] = ACTIONS(4479), + [sym___c_double_quote] = ACTIONS(4479), + [sym___c_single_quote] = ACTIONS(4479), + [sym___r_double_quote] = ACTIONS(4479), + [sym___r_single_quote] = ACTIONS(4479), }, [1595] = { [sym_line_comment] = STATE(1595), [sym_block_comment] = STATE(1595), - [ts_builtin_sym_end] = ACTIONS(4479), - [sym_identifier] = ACTIONS(4481), - [anon_sym_LF] = ACTIONS(4481), - [anon_sym_CR] = ACTIONS(4481), - [anon_sym_CR_LF] = ACTIONS(4481), + [ts_builtin_sym_end] = ACTIONS(4481), + [sym_identifier] = ACTIONS(4483), + [anon_sym_LF] = ACTIONS(4483), + [anon_sym_CR] = ACTIONS(4483), + [anon_sym_CR_LF] = ACTIONS(4483), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4481), - [anon_sym_LBRACE] = ACTIONS(4481), - [anon_sym_const] = ACTIONS(4481), - [anon_sym_LPAREN] = ACTIONS(4481), - [anon_sym___global] = ACTIONS(4481), - [anon_sym_type] = ACTIONS(4481), - [anon_sym_fn] = ACTIONS(4481), - [anon_sym_PLUS] = ACTIONS(4481), - [anon_sym_DASH] = ACTIONS(4481), - [anon_sym_STAR] = ACTIONS(4481), - [anon_sym_struct] = ACTIONS(4481), - [anon_sym_union] = ACTIONS(4481), - [anon_sym_pub] = ACTIONS(4481), - [anon_sym_mut] = ACTIONS(4481), - [anon_sym_enum] = ACTIONS(4481), - [anon_sym_interface] = ACTIONS(4481), - [anon_sym_QMARK] = ACTIONS(4481), - [anon_sym_BANG] = ACTIONS(4481), - [anon_sym_go] = ACTIONS(4481), - [anon_sym_spawn] = ACTIONS(4481), - [anon_sym_json_DOTdecode] = ACTIONS(4481), - [anon_sym_LBRACK2] = ACTIONS(4481), - [anon_sym_TILDE] = ACTIONS(4481), - [anon_sym_CARET] = ACTIONS(4481), - [anon_sym_AMP] = ACTIONS(4481), - [anon_sym_LT_DASH] = ACTIONS(4481), - [sym_none] = ACTIONS(4481), - [sym_true] = ACTIONS(4481), - [sym_false] = ACTIONS(4481), - [sym_nil] = ACTIONS(4481), - [anon_sym_if] = ACTIONS(4481), - [anon_sym_DOLLARif] = ACTIONS(4481), - [anon_sym_match] = ACTIONS(4481), - [anon_sym_select] = ACTIONS(4481), - [anon_sym_lock] = ACTIONS(4481), - [anon_sym_rlock] = ACTIONS(4481), - [anon_sym_unsafe] = ACTIONS(4481), - [anon_sym_sql] = ACTIONS(4481), - [sym_int_literal] = ACTIONS(4481), - [sym_float_literal] = ACTIONS(4481), - [sym_rune_literal] = ACTIONS(4481), - [sym_pseudo_compile_time_identifier] = ACTIONS(4481), - [anon_sym_shared] = ACTIONS(4481), - [anon_sym_map_LBRACK] = ACTIONS(4481), - [anon_sym_chan] = ACTIONS(4481), - [anon_sym_thread] = ACTIONS(4481), - [anon_sym_atomic] = ACTIONS(4481), - [anon_sym_assert] = ACTIONS(4481), - [anon_sym_defer] = ACTIONS(4481), - [anon_sym_goto] = ACTIONS(4481), - [anon_sym_break] = ACTIONS(4481), - [anon_sym_continue] = ACTIONS(4481), - [anon_sym_return] = ACTIONS(4481), - [anon_sym_DOLLARfor] = ACTIONS(4481), - [anon_sym_for] = ACTIONS(4481), - [anon_sym_POUND] = ACTIONS(4481), - [anon_sym_asm] = ACTIONS(4481), - [anon_sym_AT_LBRACK] = ACTIONS(4481), - [sym___double_quote] = ACTIONS(4481), - [sym___single_quote] = ACTIONS(4481), - [sym___c_double_quote] = ACTIONS(4481), - [sym___c_single_quote] = ACTIONS(4481), - [sym___r_double_quote] = ACTIONS(4481), - [sym___r_single_quote] = ACTIONS(4481), + [anon_sym_DOT] = ACTIONS(4483), + [anon_sym_LBRACE] = ACTIONS(4483), + [anon_sym_const] = ACTIONS(4483), + [anon_sym_LPAREN] = ACTIONS(4483), + [anon_sym___global] = ACTIONS(4483), + [anon_sym_type] = ACTIONS(4483), + [anon_sym_fn] = ACTIONS(4483), + [anon_sym_PLUS] = ACTIONS(4483), + [anon_sym_DASH] = ACTIONS(4483), + [anon_sym_STAR] = ACTIONS(4483), + [anon_sym_struct] = ACTIONS(4483), + [anon_sym_union] = ACTIONS(4483), + [anon_sym_pub] = ACTIONS(4483), + [anon_sym_mut] = ACTIONS(4483), + [anon_sym_enum] = ACTIONS(4483), + [anon_sym_interface] = ACTIONS(4483), + [anon_sym_QMARK] = ACTIONS(4483), + [anon_sym_BANG] = ACTIONS(4483), + [anon_sym_go] = ACTIONS(4483), + [anon_sym_spawn] = ACTIONS(4483), + [anon_sym_json_DOTdecode] = ACTIONS(4483), + [anon_sym_LBRACK2] = ACTIONS(4483), + [anon_sym_TILDE] = ACTIONS(4483), + [anon_sym_CARET] = ACTIONS(4483), + [anon_sym_AMP] = ACTIONS(4483), + [anon_sym_LT_DASH] = ACTIONS(4483), + [sym_none] = ACTIONS(4483), + [sym_true] = ACTIONS(4483), + [sym_false] = ACTIONS(4483), + [sym_nil] = ACTIONS(4483), + [anon_sym_if] = ACTIONS(4483), + [anon_sym_DOLLARif] = ACTIONS(4483), + [anon_sym_match] = ACTIONS(4483), + [anon_sym_select] = ACTIONS(4483), + [anon_sym_lock] = ACTIONS(4483), + [anon_sym_rlock] = ACTIONS(4483), + [anon_sym_unsafe] = ACTIONS(4483), + [anon_sym_sql] = ACTIONS(4483), + [sym_int_literal] = ACTIONS(4483), + [sym_float_literal] = ACTIONS(4483), + [sym_rune_literal] = ACTIONS(4483), + [sym_pseudo_compile_time_identifier] = ACTIONS(4483), + [anon_sym_shared] = ACTIONS(4483), + [anon_sym_map_LBRACK] = ACTIONS(4483), + [anon_sym_chan] = ACTIONS(4483), + [anon_sym_thread] = ACTIONS(4483), + [anon_sym_atomic] = ACTIONS(4483), + [anon_sym_assert] = ACTIONS(4483), + [anon_sym_defer] = ACTIONS(4483), + [anon_sym_goto] = ACTIONS(4483), + [anon_sym_break] = ACTIONS(4483), + [anon_sym_continue] = ACTIONS(4483), + [anon_sym_return] = ACTIONS(4483), + [anon_sym_DOLLARfor] = ACTIONS(4483), + [anon_sym_for] = ACTIONS(4483), + [anon_sym_POUND] = ACTIONS(4483), + [anon_sym_asm] = ACTIONS(4483), + [anon_sym_AT_LBRACK] = ACTIONS(4483), + [sym___double_quote] = ACTIONS(4483), + [sym___single_quote] = ACTIONS(4483), + [sym___c_double_quote] = ACTIONS(4483), + [sym___c_single_quote] = ACTIONS(4483), + [sym___r_double_quote] = ACTIONS(4483), + [sym___r_single_quote] = ACTIONS(4483), }, [1596] = { [sym_line_comment] = STATE(1596), [sym_block_comment] = STATE(1596), - [ts_builtin_sym_end] = ACTIONS(4483), - [sym_identifier] = ACTIONS(4485), - [anon_sym_LF] = ACTIONS(4485), - [anon_sym_CR] = ACTIONS(4485), - [anon_sym_CR_LF] = ACTIONS(4485), + [ts_builtin_sym_end] = ACTIONS(4485), + [sym_identifier] = ACTIONS(4487), + [anon_sym_LF] = ACTIONS(4487), + [anon_sym_CR] = ACTIONS(4487), + [anon_sym_CR_LF] = ACTIONS(4487), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4485), - [anon_sym_LBRACE] = ACTIONS(4485), - [anon_sym_const] = ACTIONS(4485), - [anon_sym_LPAREN] = ACTIONS(4485), - [anon_sym___global] = ACTIONS(4485), - [anon_sym_type] = ACTIONS(4485), - [anon_sym_fn] = ACTIONS(4485), - [anon_sym_PLUS] = ACTIONS(4485), - [anon_sym_DASH] = ACTIONS(4485), - [anon_sym_STAR] = ACTIONS(4485), - [anon_sym_struct] = ACTIONS(4485), - [anon_sym_union] = ACTIONS(4485), - [anon_sym_pub] = ACTIONS(4485), - [anon_sym_mut] = ACTIONS(4485), - [anon_sym_enum] = ACTIONS(4485), - [anon_sym_interface] = ACTIONS(4485), - [anon_sym_QMARK] = ACTIONS(4485), - [anon_sym_BANG] = ACTIONS(4485), - [anon_sym_go] = ACTIONS(4485), - [anon_sym_spawn] = ACTIONS(4485), - [anon_sym_json_DOTdecode] = ACTIONS(4485), - [anon_sym_LBRACK2] = ACTIONS(4485), - [anon_sym_TILDE] = ACTIONS(4485), - [anon_sym_CARET] = ACTIONS(4485), - [anon_sym_AMP] = ACTIONS(4485), - [anon_sym_LT_DASH] = ACTIONS(4485), - [sym_none] = ACTIONS(4485), - [sym_true] = ACTIONS(4485), - [sym_false] = ACTIONS(4485), - [sym_nil] = ACTIONS(4485), - [anon_sym_if] = ACTIONS(4485), - [anon_sym_DOLLARif] = ACTIONS(4485), - [anon_sym_match] = ACTIONS(4485), - [anon_sym_select] = ACTIONS(4485), - [anon_sym_lock] = ACTIONS(4485), - [anon_sym_rlock] = ACTIONS(4485), - [anon_sym_unsafe] = ACTIONS(4485), - [anon_sym_sql] = ACTIONS(4485), - [sym_int_literal] = ACTIONS(4485), - [sym_float_literal] = ACTIONS(4485), - [sym_rune_literal] = ACTIONS(4485), - [sym_pseudo_compile_time_identifier] = ACTIONS(4485), - [anon_sym_shared] = ACTIONS(4485), - [anon_sym_map_LBRACK] = ACTIONS(4485), - [anon_sym_chan] = ACTIONS(4485), - [anon_sym_thread] = ACTIONS(4485), - [anon_sym_atomic] = ACTIONS(4485), - [anon_sym_assert] = ACTIONS(4485), - [anon_sym_defer] = ACTIONS(4485), - [anon_sym_goto] = ACTIONS(4485), - [anon_sym_break] = ACTIONS(4485), - [anon_sym_continue] = ACTIONS(4485), - [anon_sym_return] = ACTIONS(4485), - [anon_sym_DOLLARfor] = ACTIONS(4485), - [anon_sym_for] = ACTIONS(4485), - [anon_sym_POUND] = ACTIONS(4485), - [anon_sym_asm] = ACTIONS(4485), - [anon_sym_AT_LBRACK] = ACTIONS(4485), - [sym___double_quote] = ACTIONS(4485), - [sym___single_quote] = ACTIONS(4485), - [sym___c_double_quote] = ACTIONS(4485), - [sym___c_single_quote] = ACTIONS(4485), - [sym___r_double_quote] = ACTIONS(4485), - [sym___r_single_quote] = ACTIONS(4485), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_LBRACE] = ACTIONS(4487), + [anon_sym_const] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym___global] = ACTIONS(4487), + [anon_sym_type] = ACTIONS(4487), + [anon_sym_fn] = ACTIONS(4487), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4487), + [anon_sym_struct] = ACTIONS(4487), + [anon_sym_union] = ACTIONS(4487), + [anon_sym_pub] = ACTIONS(4487), + [anon_sym_mut] = ACTIONS(4487), + [anon_sym_enum] = ACTIONS(4487), + [anon_sym_interface] = ACTIONS(4487), + [anon_sym_QMARK] = ACTIONS(4487), + [anon_sym_BANG] = ACTIONS(4487), + [anon_sym_go] = ACTIONS(4487), + [anon_sym_spawn] = ACTIONS(4487), + [anon_sym_json_DOTdecode] = ACTIONS(4487), + [anon_sym_LBRACK2] = ACTIONS(4487), + [anon_sym_TILDE] = ACTIONS(4487), + [anon_sym_CARET] = ACTIONS(4487), + [anon_sym_AMP] = ACTIONS(4487), + [anon_sym_LT_DASH] = ACTIONS(4487), + [sym_none] = ACTIONS(4487), + [sym_true] = ACTIONS(4487), + [sym_false] = ACTIONS(4487), + [sym_nil] = ACTIONS(4487), + [anon_sym_if] = ACTIONS(4487), + [anon_sym_DOLLARif] = ACTIONS(4487), + [anon_sym_match] = ACTIONS(4487), + [anon_sym_select] = ACTIONS(4487), + [anon_sym_lock] = ACTIONS(4487), + [anon_sym_rlock] = ACTIONS(4487), + [anon_sym_unsafe] = ACTIONS(4487), + [anon_sym_sql] = ACTIONS(4487), + [sym_int_literal] = ACTIONS(4487), + [sym_float_literal] = ACTIONS(4487), + [sym_rune_literal] = ACTIONS(4487), + [sym_pseudo_compile_time_identifier] = ACTIONS(4487), + [anon_sym_shared] = ACTIONS(4487), + [anon_sym_map_LBRACK] = ACTIONS(4487), + [anon_sym_chan] = ACTIONS(4487), + [anon_sym_thread] = ACTIONS(4487), + [anon_sym_atomic] = ACTIONS(4487), + [anon_sym_assert] = ACTIONS(4487), + [anon_sym_defer] = ACTIONS(4487), + [anon_sym_goto] = ACTIONS(4487), + [anon_sym_break] = ACTIONS(4487), + [anon_sym_continue] = ACTIONS(4487), + [anon_sym_return] = ACTIONS(4487), + [anon_sym_DOLLARfor] = ACTIONS(4487), + [anon_sym_for] = ACTIONS(4487), + [anon_sym_POUND] = ACTIONS(4487), + [anon_sym_asm] = ACTIONS(4487), + [anon_sym_AT_LBRACK] = ACTIONS(4487), + [sym___double_quote] = ACTIONS(4487), + [sym___single_quote] = ACTIONS(4487), + [sym___c_double_quote] = ACTIONS(4487), + [sym___c_single_quote] = ACTIONS(4487), + [sym___r_double_quote] = ACTIONS(4487), + [sym___r_single_quote] = ACTIONS(4487), }, [1597] = { [sym_line_comment] = STATE(1597), [sym_block_comment] = STATE(1597), - [ts_builtin_sym_end] = ACTIONS(4487), - [sym_identifier] = ACTIONS(4489), - [anon_sym_LF] = ACTIONS(4489), - [anon_sym_CR] = ACTIONS(4489), - [anon_sym_CR_LF] = ACTIONS(4489), + [ts_builtin_sym_end] = ACTIONS(4489), + [sym_identifier] = ACTIONS(4491), + [anon_sym_LF] = ACTIONS(4491), + [anon_sym_CR] = ACTIONS(4491), + [anon_sym_CR_LF] = ACTIONS(4491), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4489), - [anon_sym_LBRACE] = ACTIONS(4489), - [anon_sym_const] = ACTIONS(4489), - [anon_sym_LPAREN] = ACTIONS(4489), - [anon_sym___global] = ACTIONS(4489), - [anon_sym_type] = ACTIONS(4489), - [anon_sym_fn] = ACTIONS(4489), - [anon_sym_PLUS] = ACTIONS(4489), - [anon_sym_DASH] = ACTIONS(4489), - [anon_sym_STAR] = ACTIONS(4489), - [anon_sym_struct] = ACTIONS(4489), - [anon_sym_union] = ACTIONS(4489), - [anon_sym_pub] = ACTIONS(4489), - [anon_sym_mut] = ACTIONS(4489), - [anon_sym_enum] = ACTIONS(4489), - [anon_sym_interface] = ACTIONS(4489), - [anon_sym_QMARK] = ACTIONS(4489), - [anon_sym_BANG] = ACTIONS(4489), - [anon_sym_go] = ACTIONS(4489), - [anon_sym_spawn] = ACTIONS(4489), - [anon_sym_json_DOTdecode] = ACTIONS(4489), - [anon_sym_LBRACK2] = ACTIONS(4489), - [anon_sym_TILDE] = ACTIONS(4489), - [anon_sym_CARET] = ACTIONS(4489), - [anon_sym_AMP] = ACTIONS(4489), - [anon_sym_LT_DASH] = ACTIONS(4489), - [sym_none] = ACTIONS(4489), - [sym_true] = ACTIONS(4489), - [sym_false] = ACTIONS(4489), - [sym_nil] = ACTIONS(4489), - [anon_sym_if] = ACTIONS(4489), - [anon_sym_DOLLARif] = ACTIONS(4489), - [anon_sym_match] = ACTIONS(4489), - [anon_sym_select] = ACTIONS(4489), - [anon_sym_lock] = ACTIONS(4489), - [anon_sym_rlock] = ACTIONS(4489), - [anon_sym_unsafe] = ACTIONS(4489), - [anon_sym_sql] = ACTIONS(4489), - [sym_int_literal] = ACTIONS(4489), - [sym_float_literal] = ACTIONS(4489), - [sym_rune_literal] = ACTIONS(4489), - [sym_pseudo_compile_time_identifier] = ACTIONS(4489), - [anon_sym_shared] = ACTIONS(4489), - [anon_sym_map_LBRACK] = ACTIONS(4489), - [anon_sym_chan] = ACTIONS(4489), - [anon_sym_thread] = ACTIONS(4489), - [anon_sym_atomic] = ACTIONS(4489), - [anon_sym_assert] = ACTIONS(4489), - [anon_sym_defer] = ACTIONS(4489), - [anon_sym_goto] = ACTIONS(4489), - [anon_sym_break] = ACTIONS(4489), - [anon_sym_continue] = ACTIONS(4489), - [anon_sym_return] = ACTIONS(4489), - [anon_sym_DOLLARfor] = ACTIONS(4489), - [anon_sym_for] = ACTIONS(4489), - [anon_sym_POUND] = ACTIONS(4489), - [anon_sym_asm] = ACTIONS(4489), - [anon_sym_AT_LBRACK] = ACTIONS(4489), - [sym___double_quote] = ACTIONS(4489), - [sym___single_quote] = ACTIONS(4489), - [sym___c_double_quote] = ACTIONS(4489), - [sym___c_single_quote] = ACTIONS(4489), - [sym___r_double_quote] = ACTIONS(4489), - [sym___r_single_quote] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4491), + [anon_sym_LBRACE] = ACTIONS(4491), + [anon_sym_const] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym___global] = ACTIONS(4491), + [anon_sym_type] = ACTIONS(4491), + [anon_sym_fn] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4491), + [anon_sym_DASH] = ACTIONS(4491), + [anon_sym_STAR] = ACTIONS(4491), + [anon_sym_struct] = ACTIONS(4491), + [anon_sym_union] = ACTIONS(4491), + [anon_sym_pub] = ACTIONS(4491), + [anon_sym_mut] = ACTIONS(4491), + [anon_sym_enum] = ACTIONS(4491), + [anon_sym_interface] = ACTIONS(4491), + [anon_sym_QMARK] = ACTIONS(4491), + [anon_sym_BANG] = ACTIONS(4491), + [anon_sym_go] = ACTIONS(4491), + [anon_sym_spawn] = ACTIONS(4491), + [anon_sym_json_DOTdecode] = ACTIONS(4491), + [anon_sym_LBRACK2] = ACTIONS(4491), + [anon_sym_TILDE] = ACTIONS(4491), + [anon_sym_CARET] = ACTIONS(4491), + [anon_sym_AMP] = ACTIONS(4491), + [anon_sym_LT_DASH] = ACTIONS(4491), + [sym_none] = ACTIONS(4491), + [sym_true] = ACTIONS(4491), + [sym_false] = ACTIONS(4491), + [sym_nil] = ACTIONS(4491), + [anon_sym_if] = ACTIONS(4491), + [anon_sym_DOLLARif] = ACTIONS(4491), + [anon_sym_match] = ACTIONS(4491), + [anon_sym_select] = ACTIONS(4491), + [anon_sym_lock] = ACTIONS(4491), + [anon_sym_rlock] = ACTIONS(4491), + [anon_sym_unsafe] = ACTIONS(4491), + [anon_sym_sql] = ACTIONS(4491), + [sym_int_literal] = ACTIONS(4491), + [sym_float_literal] = ACTIONS(4491), + [sym_rune_literal] = ACTIONS(4491), + [sym_pseudo_compile_time_identifier] = ACTIONS(4491), + [anon_sym_shared] = ACTIONS(4491), + [anon_sym_map_LBRACK] = ACTIONS(4491), + [anon_sym_chan] = ACTIONS(4491), + [anon_sym_thread] = ACTIONS(4491), + [anon_sym_atomic] = ACTIONS(4491), + [anon_sym_assert] = ACTIONS(4491), + [anon_sym_defer] = ACTIONS(4491), + [anon_sym_goto] = ACTIONS(4491), + [anon_sym_break] = ACTIONS(4491), + [anon_sym_continue] = ACTIONS(4491), + [anon_sym_return] = ACTIONS(4491), + [anon_sym_DOLLARfor] = ACTIONS(4491), + [anon_sym_for] = ACTIONS(4491), + [anon_sym_POUND] = ACTIONS(4491), + [anon_sym_asm] = ACTIONS(4491), + [anon_sym_AT_LBRACK] = ACTIONS(4491), + [sym___double_quote] = ACTIONS(4491), + [sym___single_quote] = ACTIONS(4491), + [sym___c_double_quote] = ACTIONS(4491), + [sym___c_single_quote] = ACTIONS(4491), + [sym___r_double_quote] = ACTIONS(4491), + [sym___r_single_quote] = ACTIONS(4491), }, [1598] = { [sym_line_comment] = STATE(1598), [sym_block_comment] = STATE(1598), - [ts_builtin_sym_end] = ACTIONS(4491), - [sym_identifier] = ACTIONS(4493), - [anon_sym_LF] = ACTIONS(4493), - [anon_sym_CR] = ACTIONS(4493), - [anon_sym_CR_LF] = ACTIONS(4493), + [ts_builtin_sym_end] = ACTIONS(4493), + [sym_identifier] = ACTIONS(4495), + [anon_sym_LF] = ACTIONS(4495), + [anon_sym_CR] = ACTIONS(4495), + [anon_sym_CR_LF] = ACTIONS(4495), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4493), - [anon_sym_LBRACE] = ACTIONS(4493), - [anon_sym_const] = ACTIONS(4493), - [anon_sym_LPAREN] = ACTIONS(4493), - [anon_sym___global] = ACTIONS(4493), - [anon_sym_type] = ACTIONS(4493), - [anon_sym_fn] = ACTIONS(4493), - [anon_sym_PLUS] = ACTIONS(4493), - [anon_sym_DASH] = ACTIONS(4493), - [anon_sym_STAR] = ACTIONS(4493), - [anon_sym_struct] = ACTIONS(4493), - [anon_sym_union] = ACTIONS(4493), - [anon_sym_pub] = ACTIONS(4493), - [anon_sym_mut] = ACTIONS(4493), - [anon_sym_enum] = ACTIONS(4493), - [anon_sym_interface] = ACTIONS(4493), - [anon_sym_QMARK] = ACTIONS(4493), - [anon_sym_BANG] = ACTIONS(4493), - [anon_sym_go] = ACTIONS(4493), - [anon_sym_spawn] = ACTIONS(4493), - [anon_sym_json_DOTdecode] = ACTIONS(4493), - [anon_sym_LBRACK2] = ACTIONS(4493), - [anon_sym_TILDE] = ACTIONS(4493), - [anon_sym_CARET] = ACTIONS(4493), - [anon_sym_AMP] = ACTIONS(4493), - [anon_sym_LT_DASH] = ACTIONS(4493), - [sym_none] = ACTIONS(4493), - [sym_true] = ACTIONS(4493), - [sym_false] = ACTIONS(4493), - [sym_nil] = ACTIONS(4493), - [anon_sym_if] = ACTIONS(4493), - [anon_sym_DOLLARif] = ACTIONS(4493), - [anon_sym_match] = ACTIONS(4493), - [anon_sym_select] = ACTIONS(4493), - [anon_sym_lock] = ACTIONS(4493), - [anon_sym_rlock] = ACTIONS(4493), - [anon_sym_unsafe] = ACTIONS(4493), - [anon_sym_sql] = ACTIONS(4493), - [sym_int_literal] = ACTIONS(4493), - [sym_float_literal] = ACTIONS(4493), - [sym_rune_literal] = ACTIONS(4493), - [sym_pseudo_compile_time_identifier] = ACTIONS(4493), - [anon_sym_shared] = ACTIONS(4493), - [anon_sym_map_LBRACK] = ACTIONS(4493), - [anon_sym_chan] = ACTIONS(4493), - [anon_sym_thread] = ACTIONS(4493), - [anon_sym_atomic] = ACTIONS(4493), - [anon_sym_assert] = ACTIONS(4493), - [anon_sym_defer] = ACTIONS(4493), - [anon_sym_goto] = ACTIONS(4493), - [anon_sym_break] = ACTIONS(4493), - [anon_sym_continue] = ACTIONS(4493), - [anon_sym_return] = ACTIONS(4493), - [anon_sym_DOLLARfor] = ACTIONS(4493), - [anon_sym_for] = ACTIONS(4493), - [anon_sym_POUND] = ACTIONS(4493), - [anon_sym_asm] = ACTIONS(4493), - [anon_sym_AT_LBRACK] = ACTIONS(4493), - [sym___double_quote] = ACTIONS(4493), - [sym___single_quote] = ACTIONS(4493), - [sym___c_double_quote] = ACTIONS(4493), - [sym___c_single_quote] = ACTIONS(4493), - [sym___r_double_quote] = ACTIONS(4493), - [sym___r_single_quote] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4495), + [anon_sym_LBRACE] = ACTIONS(4495), + [anon_sym_const] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym___global] = ACTIONS(4495), + [anon_sym_type] = ACTIONS(4495), + [anon_sym_fn] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4495), + [anon_sym_DASH] = ACTIONS(4495), + [anon_sym_STAR] = ACTIONS(4495), + [anon_sym_struct] = ACTIONS(4495), + [anon_sym_union] = ACTIONS(4495), + [anon_sym_pub] = ACTIONS(4495), + [anon_sym_mut] = ACTIONS(4495), + [anon_sym_enum] = ACTIONS(4495), + [anon_sym_interface] = ACTIONS(4495), + [anon_sym_QMARK] = ACTIONS(4495), + [anon_sym_BANG] = ACTIONS(4495), + [anon_sym_go] = ACTIONS(4495), + [anon_sym_spawn] = ACTIONS(4495), + [anon_sym_json_DOTdecode] = ACTIONS(4495), + [anon_sym_LBRACK2] = ACTIONS(4495), + [anon_sym_TILDE] = ACTIONS(4495), + [anon_sym_CARET] = ACTIONS(4495), + [anon_sym_AMP] = ACTIONS(4495), + [anon_sym_LT_DASH] = ACTIONS(4495), + [sym_none] = ACTIONS(4495), + [sym_true] = ACTIONS(4495), + [sym_false] = ACTIONS(4495), + [sym_nil] = ACTIONS(4495), + [anon_sym_if] = ACTIONS(4495), + [anon_sym_DOLLARif] = ACTIONS(4495), + [anon_sym_match] = ACTIONS(4495), + [anon_sym_select] = ACTIONS(4495), + [anon_sym_lock] = ACTIONS(4495), + [anon_sym_rlock] = ACTIONS(4495), + [anon_sym_unsafe] = ACTIONS(4495), + [anon_sym_sql] = ACTIONS(4495), + [sym_int_literal] = ACTIONS(4495), + [sym_float_literal] = ACTIONS(4495), + [sym_rune_literal] = ACTIONS(4495), + [sym_pseudo_compile_time_identifier] = ACTIONS(4495), + [anon_sym_shared] = ACTIONS(4495), + [anon_sym_map_LBRACK] = ACTIONS(4495), + [anon_sym_chan] = ACTIONS(4495), + [anon_sym_thread] = ACTIONS(4495), + [anon_sym_atomic] = ACTIONS(4495), + [anon_sym_assert] = ACTIONS(4495), + [anon_sym_defer] = ACTIONS(4495), + [anon_sym_goto] = ACTIONS(4495), + [anon_sym_break] = ACTIONS(4495), + [anon_sym_continue] = ACTIONS(4495), + [anon_sym_return] = ACTIONS(4495), + [anon_sym_DOLLARfor] = ACTIONS(4495), + [anon_sym_for] = ACTIONS(4495), + [anon_sym_POUND] = ACTIONS(4495), + [anon_sym_asm] = ACTIONS(4495), + [anon_sym_AT_LBRACK] = ACTIONS(4495), + [sym___double_quote] = ACTIONS(4495), + [sym___single_quote] = ACTIONS(4495), + [sym___c_double_quote] = ACTIONS(4495), + [sym___c_single_quote] = ACTIONS(4495), + [sym___r_double_quote] = ACTIONS(4495), + [sym___r_single_quote] = ACTIONS(4495), }, [1599] = { [sym_line_comment] = STATE(1599), [sym_block_comment] = STATE(1599), - [ts_builtin_sym_end] = ACTIONS(4495), - [sym_identifier] = ACTIONS(4497), - [anon_sym_LF] = ACTIONS(4497), - [anon_sym_CR] = ACTIONS(4497), - [anon_sym_CR_LF] = ACTIONS(4497), + [ts_builtin_sym_end] = ACTIONS(4497), + [sym_identifier] = ACTIONS(4499), + [anon_sym_LF] = ACTIONS(4499), + [anon_sym_CR] = ACTIONS(4499), + [anon_sym_CR_LF] = ACTIONS(4499), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(4497), - [anon_sym_const] = ACTIONS(4497), - [anon_sym_LPAREN] = ACTIONS(4497), - [anon_sym___global] = ACTIONS(4497), - [anon_sym_type] = ACTIONS(4497), - [anon_sym_fn] = ACTIONS(4497), - [anon_sym_PLUS] = ACTIONS(4497), - [anon_sym_DASH] = ACTIONS(4497), - [anon_sym_STAR] = ACTIONS(4497), - [anon_sym_struct] = ACTIONS(4497), - [anon_sym_union] = ACTIONS(4497), - [anon_sym_pub] = ACTIONS(4497), - [anon_sym_mut] = ACTIONS(4497), - [anon_sym_enum] = ACTIONS(4497), - [anon_sym_interface] = ACTIONS(4497), - [anon_sym_QMARK] = ACTIONS(4497), - [anon_sym_BANG] = ACTIONS(4497), - [anon_sym_go] = ACTIONS(4497), - [anon_sym_spawn] = ACTIONS(4497), - [anon_sym_json_DOTdecode] = ACTIONS(4497), - [anon_sym_LBRACK2] = ACTIONS(4497), - [anon_sym_TILDE] = ACTIONS(4497), - [anon_sym_CARET] = ACTIONS(4497), - [anon_sym_AMP] = ACTIONS(4497), - [anon_sym_LT_DASH] = ACTIONS(4497), - [sym_none] = ACTIONS(4497), - [sym_true] = ACTIONS(4497), - [sym_false] = ACTIONS(4497), - [sym_nil] = ACTIONS(4497), - [anon_sym_if] = ACTIONS(4497), - [anon_sym_DOLLARif] = ACTIONS(4497), - [anon_sym_match] = ACTIONS(4497), - [anon_sym_select] = ACTIONS(4497), - [anon_sym_lock] = ACTIONS(4497), - [anon_sym_rlock] = ACTIONS(4497), - [anon_sym_unsafe] = ACTIONS(4497), - [anon_sym_sql] = ACTIONS(4497), - [sym_int_literal] = ACTIONS(4497), - [sym_float_literal] = ACTIONS(4497), - [sym_rune_literal] = ACTIONS(4497), - [sym_pseudo_compile_time_identifier] = ACTIONS(4497), - [anon_sym_shared] = ACTIONS(4497), - [anon_sym_map_LBRACK] = ACTIONS(4497), - [anon_sym_chan] = ACTIONS(4497), - [anon_sym_thread] = ACTIONS(4497), - [anon_sym_atomic] = ACTIONS(4497), - [anon_sym_assert] = ACTIONS(4497), - [anon_sym_defer] = ACTIONS(4497), - [anon_sym_goto] = ACTIONS(4497), - [anon_sym_break] = ACTIONS(4497), - [anon_sym_continue] = ACTIONS(4497), - [anon_sym_return] = ACTIONS(4497), - [anon_sym_DOLLARfor] = ACTIONS(4497), - [anon_sym_for] = ACTIONS(4497), - [anon_sym_POUND] = ACTIONS(4497), - [anon_sym_asm] = ACTIONS(4497), - [anon_sym_AT_LBRACK] = ACTIONS(4497), - [sym___double_quote] = ACTIONS(4497), - [sym___single_quote] = ACTIONS(4497), - [sym___c_double_quote] = ACTIONS(4497), - [sym___c_single_quote] = ACTIONS(4497), - [sym___r_double_quote] = ACTIONS(4497), - [sym___r_single_quote] = ACTIONS(4497), + [anon_sym_DOT] = ACTIONS(4499), + [anon_sym_LBRACE] = ACTIONS(4499), + [anon_sym_const] = ACTIONS(4499), + [anon_sym_LPAREN] = ACTIONS(4499), + [anon_sym___global] = ACTIONS(4499), + [anon_sym_type] = ACTIONS(4499), + [anon_sym_fn] = ACTIONS(4499), + [anon_sym_PLUS] = ACTIONS(4499), + [anon_sym_DASH] = ACTIONS(4499), + [anon_sym_STAR] = ACTIONS(4499), + [anon_sym_struct] = ACTIONS(4499), + [anon_sym_union] = ACTIONS(4499), + [anon_sym_pub] = ACTIONS(4499), + [anon_sym_mut] = ACTIONS(4499), + [anon_sym_enum] = ACTIONS(4499), + [anon_sym_interface] = ACTIONS(4499), + [anon_sym_QMARK] = ACTIONS(4499), + [anon_sym_BANG] = ACTIONS(4499), + [anon_sym_go] = ACTIONS(4499), + [anon_sym_spawn] = ACTIONS(4499), + [anon_sym_json_DOTdecode] = ACTIONS(4499), + [anon_sym_LBRACK2] = ACTIONS(4499), + [anon_sym_TILDE] = ACTIONS(4499), + [anon_sym_CARET] = ACTIONS(4499), + [anon_sym_AMP] = ACTIONS(4499), + [anon_sym_LT_DASH] = ACTIONS(4499), + [sym_none] = ACTIONS(4499), + [sym_true] = ACTIONS(4499), + [sym_false] = ACTIONS(4499), + [sym_nil] = ACTIONS(4499), + [anon_sym_if] = ACTIONS(4499), + [anon_sym_DOLLARif] = ACTIONS(4499), + [anon_sym_match] = ACTIONS(4499), + [anon_sym_select] = ACTIONS(4499), + [anon_sym_lock] = ACTIONS(4499), + [anon_sym_rlock] = ACTIONS(4499), + [anon_sym_unsafe] = ACTIONS(4499), + [anon_sym_sql] = ACTIONS(4499), + [sym_int_literal] = ACTIONS(4499), + [sym_float_literal] = ACTIONS(4499), + [sym_rune_literal] = ACTIONS(4499), + [sym_pseudo_compile_time_identifier] = ACTIONS(4499), + [anon_sym_shared] = ACTIONS(4499), + [anon_sym_map_LBRACK] = ACTIONS(4499), + [anon_sym_chan] = ACTIONS(4499), + [anon_sym_thread] = ACTIONS(4499), + [anon_sym_atomic] = ACTIONS(4499), + [anon_sym_assert] = ACTIONS(4499), + [anon_sym_defer] = ACTIONS(4499), + [anon_sym_goto] = ACTIONS(4499), + [anon_sym_break] = ACTIONS(4499), + [anon_sym_continue] = ACTIONS(4499), + [anon_sym_return] = ACTIONS(4499), + [anon_sym_DOLLARfor] = ACTIONS(4499), + [anon_sym_for] = ACTIONS(4499), + [anon_sym_POUND] = ACTIONS(4499), + [anon_sym_asm] = ACTIONS(4499), + [anon_sym_AT_LBRACK] = ACTIONS(4499), + [sym___double_quote] = ACTIONS(4499), + [sym___single_quote] = ACTIONS(4499), + [sym___c_double_quote] = ACTIONS(4499), + [sym___c_single_quote] = ACTIONS(4499), + [sym___r_double_quote] = ACTIONS(4499), + [sym___r_single_quote] = ACTIONS(4499), }, [1600] = { [sym_line_comment] = STATE(1600), [sym_block_comment] = STATE(1600), - [ts_builtin_sym_end] = ACTIONS(4499), - [sym_identifier] = ACTIONS(4501), - [anon_sym_LF] = ACTIONS(4501), - [anon_sym_CR] = ACTIONS(4501), - [anon_sym_CR_LF] = ACTIONS(4501), + [ts_builtin_sym_end] = ACTIONS(4501), + [sym_identifier] = ACTIONS(4503), + [anon_sym_LF] = ACTIONS(4503), + [anon_sym_CR] = ACTIONS(4503), + [anon_sym_CR_LF] = ACTIONS(4503), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4501), - [anon_sym_LBRACE] = ACTIONS(4501), - [anon_sym_const] = ACTIONS(4501), - [anon_sym_LPAREN] = ACTIONS(4501), - [anon_sym___global] = ACTIONS(4501), - [anon_sym_type] = ACTIONS(4501), - [anon_sym_fn] = ACTIONS(4501), - [anon_sym_PLUS] = ACTIONS(4501), - [anon_sym_DASH] = ACTIONS(4501), - [anon_sym_STAR] = ACTIONS(4501), - [anon_sym_struct] = ACTIONS(4501), - [anon_sym_union] = ACTIONS(4501), - [anon_sym_pub] = ACTIONS(4501), - [anon_sym_mut] = ACTIONS(4501), - [anon_sym_enum] = ACTIONS(4501), - [anon_sym_interface] = ACTIONS(4501), - [anon_sym_QMARK] = ACTIONS(4501), - [anon_sym_BANG] = ACTIONS(4501), - [anon_sym_go] = ACTIONS(4501), - [anon_sym_spawn] = ACTIONS(4501), - [anon_sym_json_DOTdecode] = ACTIONS(4501), - [anon_sym_LBRACK2] = ACTIONS(4501), - [anon_sym_TILDE] = ACTIONS(4501), - [anon_sym_CARET] = ACTIONS(4501), - [anon_sym_AMP] = ACTIONS(4501), - [anon_sym_LT_DASH] = ACTIONS(4501), - [sym_none] = ACTIONS(4501), - [sym_true] = ACTIONS(4501), - [sym_false] = ACTIONS(4501), - [sym_nil] = ACTIONS(4501), - [anon_sym_if] = ACTIONS(4501), - [anon_sym_DOLLARif] = ACTIONS(4501), - [anon_sym_match] = ACTIONS(4501), - [anon_sym_select] = ACTIONS(4501), - [anon_sym_lock] = ACTIONS(4501), - [anon_sym_rlock] = ACTIONS(4501), - [anon_sym_unsafe] = ACTIONS(4501), - [anon_sym_sql] = ACTIONS(4501), - [sym_int_literal] = ACTIONS(4501), - [sym_float_literal] = ACTIONS(4501), - [sym_rune_literal] = ACTIONS(4501), - [sym_pseudo_compile_time_identifier] = ACTIONS(4501), - [anon_sym_shared] = ACTIONS(4501), - [anon_sym_map_LBRACK] = ACTIONS(4501), - [anon_sym_chan] = ACTIONS(4501), - [anon_sym_thread] = ACTIONS(4501), - [anon_sym_atomic] = ACTIONS(4501), - [anon_sym_assert] = ACTIONS(4501), - [anon_sym_defer] = ACTIONS(4501), - [anon_sym_goto] = ACTIONS(4501), - [anon_sym_break] = ACTIONS(4501), - [anon_sym_continue] = ACTIONS(4501), - [anon_sym_return] = ACTIONS(4501), - [anon_sym_DOLLARfor] = ACTIONS(4501), - [anon_sym_for] = ACTIONS(4501), - [anon_sym_POUND] = ACTIONS(4501), - [anon_sym_asm] = ACTIONS(4501), - [anon_sym_AT_LBRACK] = ACTIONS(4501), - [sym___double_quote] = ACTIONS(4501), - [sym___single_quote] = ACTIONS(4501), - [sym___c_double_quote] = ACTIONS(4501), - [sym___c_single_quote] = ACTIONS(4501), - [sym___r_double_quote] = ACTIONS(4501), - [sym___r_single_quote] = ACTIONS(4501), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(4503), + [anon_sym_const] = ACTIONS(4503), + [anon_sym_LPAREN] = ACTIONS(4503), + [anon_sym___global] = ACTIONS(4503), + [anon_sym_type] = ACTIONS(4503), + [anon_sym_fn] = ACTIONS(4503), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [anon_sym_struct] = ACTIONS(4503), + [anon_sym_union] = ACTIONS(4503), + [anon_sym_pub] = ACTIONS(4503), + [anon_sym_mut] = ACTIONS(4503), + [anon_sym_enum] = ACTIONS(4503), + [anon_sym_interface] = ACTIONS(4503), + [anon_sym_QMARK] = ACTIONS(4503), + [anon_sym_BANG] = ACTIONS(4503), + [anon_sym_go] = ACTIONS(4503), + [anon_sym_spawn] = ACTIONS(4503), + [anon_sym_json_DOTdecode] = ACTIONS(4503), + [anon_sym_LBRACK2] = ACTIONS(4503), + [anon_sym_TILDE] = ACTIONS(4503), + [anon_sym_CARET] = ACTIONS(4503), + [anon_sym_AMP] = ACTIONS(4503), + [anon_sym_LT_DASH] = ACTIONS(4503), + [sym_none] = ACTIONS(4503), + [sym_true] = ACTIONS(4503), + [sym_false] = ACTIONS(4503), + [sym_nil] = ACTIONS(4503), + [anon_sym_if] = ACTIONS(4503), + [anon_sym_DOLLARif] = ACTIONS(4503), + [anon_sym_match] = ACTIONS(4503), + [anon_sym_select] = ACTIONS(4503), + [anon_sym_lock] = ACTIONS(4503), + [anon_sym_rlock] = ACTIONS(4503), + [anon_sym_unsafe] = ACTIONS(4503), + [anon_sym_sql] = ACTIONS(4503), + [sym_int_literal] = ACTIONS(4503), + [sym_float_literal] = ACTIONS(4503), + [sym_rune_literal] = ACTIONS(4503), + [sym_pseudo_compile_time_identifier] = ACTIONS(4503), + [anon_sym_shared] = ACTIONS(4503), + [anon_sym_map_LBRACK] = ACTIONS(4503), + [anon_sym_chan] = ACTIONS(4503), + [anon_sym_thread] = ACTIONS(4503), + [anon_sym_atomic] = ACTIONS(4503), + [anon_sym_assert] = ACTIONS(4503), + [anon_sym_defer] = ACTIONS(4503), + [anon_sym_goto] = ACTIONS(4503), + [anon_sym_break] = ACTIONS(4503), + [anon_sym_continue] = ACTIONS(4503), + [anon_sym_return] = ACTIONS(4503), + [anon_sym_DOLLARfor] = ACTIONS(4503), + [anon_sym_for] = ACTIONS(4503), + [anon_sym_POUND] = ACTIONS(4503), + [anon_sym_asm] = ACTIONS(4503), + [anon_sym_AT_LBRACK] = ACTIONS(4503), + [sym___double_quote] = ACTIONS(4503), + [sym___single_quote] = ACTIONS(4503), + [sym___c_double_quote] = ACTIONS(4503), + [sym___c_single_quote] = ACTIONS(4503), + [sym___r_double_quote] = ACTIONS(4503), + [sym___r_single_quote] = ACTIONS(4503), }, [1601] = { [sym_line_comment] = STATE(1601), [sym_block_comment] = STATE(1601), - [ts_builtin_sym_end] = ACTIONS(4503), - [sym_identifier] = ACTIONS(4505), - [anon_sym_LF] = ACTIONS(4505), - [anon_sym_CR] = ACTIONS(4505), - [anon_sym_CR_LF] = ACTIONS(4505), + [ts_builtin_sym_end] = ACTIONS(4505), + [sym_identifier] = ACTIONS(4507), + [anon_sym_LF] = ACTIONS(4507), + [anon_sym_CR] = ACTIONS(4507), + [anon_sym_CR_LF] = ACTIONS(4507), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4505), - [anon_sym_const] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym___global] = ACTIONS(4505), - [anon_sym_type] = ACTIONS(4505), - [anon_sym_fn] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4505), - [anon_sym_struct] = ACTIONS(4505), - [anon_sym_union] = ACTIONS(4505), - [anon_sym_pub] = ACTIONS(4505), - [anon_sym_mut] = ACTIONS(4505), - [anon_sym_enum] = ACTIONS(4505), - [anon_sym_interface] = ACTIONS(4505), - [anon_sym_QMARK] = ACTIONS(4505), - [anon_sym_BANG] = ACTIONS(4505), - [anon_sym_go] = ACTIONS(4505), - [anon_sym_spawn] = ACTIONS(4505), - [anon_sym_json_DOTdecode] = ACTIONS(4505), - [anon_sym_LBRACK2] = ACTIONS(4505), - [anon_sym_TILDE] = ACTIONS(4505), - [anon_sym_CARET] = ACTIONS(4505), - [anon_sym_AMP] = ACTIONS(4505), - [anon_sym_LT_DASH] = ACTIONS(4505), - [sym_none] = ACTIONS(4505), - [sym_true] = ACTIONS(4505), - [sym_false] = ACTIONS(4505), - [sym_nil] = ACTIONS(4505), - [anon_sym_if] = ACTIONS(4505), - [anon_sym_DOLLARif] = ACTIONS(4505), - [anon_sym_match] = ACTIONS(4505), - [anon_sym_select] = ACTIONS(4505), - [anon_sym_lock] = ACTIONS(4505), - [anon_sym_rlock] = ACTIONS(4505), - [anon_sym_unsafe] = ACTIONS(4505), - [anon_sym_sql] = ACTIONS(4505), - [sym_int_literal] = ACTIONS(4505), - [sym_float_literal] = ACTIONS(4505), - [sym_rune_literal] = ACTIONS(4505), - [sym_pseudo_compile_time_identifier] = ACTIONS(4505), - [anon_sym_shared] = ACTIONS(4505), - [anon_sym_map_LBRACK] = ACTIONS(4505), - [anon_sym_chan] = ACTIONS(4505), - [anon_sym_thread] = ACTIONS(4505), - [anon_sym_atomic] = ACTIONS(4505), - [anon_sym_assert] = ACTIONS(4505), - [anon_sym_defer] = ACTIONS(4505), - [anon_sym_goto] = ACTIONS(4505), - [anon_sym_break] = ACTIONS(4505), - [anon_sym_continue] = ACTIONS(4505), - [anon_sym_return] = ACTIONS(4505), - [anon_sym_DOLLARfor] = ACTIONS(4505), - [anon_sym_for] = ACTIONS(4505), - [anon_sym_POUND] = ACTIONS(4505), - [anon_sym_asm] = ACTIONS(4505), - [anon_sym_AT_LBRACK] = ACTIONS(4505), - [sym___double_quote] = ACTIONS(4505), - [sym___single_quote] = ACTIONS(4505), - [sym___c_double_quote] = ACTIONS(4505), - [sym___c_single_quote] = ACTIONS(4505), - [sym___r_double_quote] = ACTIONS(4505), - [sym___r_single_quote] = ACTIONS(4505), + [anon_sym_DOT] = ACTIONS(4507), + [anon_sym_LBRACE] = ACTIONS(4507), + [anon_sym_const] = ACTIONS(4507), + [anon_sym_LPAREN] = ACTIONS(4507), + [anon_sym___global] = ACTIONS(4507), + [anon_sym_type] = ACTIONS(4507), + [anon_sym_fn] = ACTIONS(4507), + [anon_sym_PLUS] = ACTIONS(4507), + [anon_sym_DASH] = ACTIONS(4507), + [anon_sym_STAR] = ACTIONS(4507), + [anon_sym_struct] = ACTIONS(4507), + [anon_sym_union] = ACTIONS(4507), + [anon_sym_pub] = ACTIONS(4507), + [anon_sym_mut] = ACTIONS(4507), + [anon_sym_enum] = ACTIONS(4507), + [anon_sym_interface] = ACTIONS(4507), + [anon_sym_QMARK] = ACTIONS(4507), + [anon_sym_BANG] = ACTIONS(4507), + [anon_sym_go] = ACTIONS(4507), + [anon_sym_spawn] = ACTIONS(4507), + [anon_sym_json_DOTdecode] = ACTIONS(4507), + [anon_sym_LBRACK2] = ACTIONS(4507), + [anon_sym_TILDE] = ACTIONS(4507), + [anon_sym_CARET] = ACTIONS(4507), + [anon_sym_AMP] = ACTIONS(4507), + [anon_sym_LT_DASH] = ACTIONS(4507), + [sym_none] = ACTIONS(4507), + [sym_true] = ACTIONS(4507), + [sym_false] = ACTIONS(4507), + [sym_nil] = ACTIONS(4507), + [anon_sym_if] = ACTIONS(4507), + [anon_sym_DOLLARif] = ACTIONS(4507), + [anon_sym_match] = ACTIONS(4507), + [anon_sym_select] = ACTIONS(4507), + [anon_sym_lock] = ACTIONS(4507), + [anon_sym_rlock] = ACTIONS(4507), + [anon_sym_unsafe] = ACTIONS(4507), + [anon_sym_sql] = ACTIONS(4507), + [sym_int_literal] = ACTIONS(4507), + [sym_float_literal] = ACTIONS(4507), + [sym_rune_literal] = ACTIONS(4507), + [sym_pseudo_compile_time_identifier] = ACTIONS(4507), + [anon_sym_shared] = ACTIONS(4507), + [anon_sym_map_LBRACK] = ACTIONS(4507), + [anon_sym_chan] = ACTIONS(4507), + [anon_sym_thread] = ACTIONS(4507), + [anon_sym_atomic] = ACTIONS(4507), + [anon_sym_assert] = ACTIONS(4507), + [anon_sym_defer] = ACTIONS(4507), + [anon_sym_goto] = ACTIONS(4507), + [anon_sym_break] = ACTIONS(4507), + [anon_sym_continue] = ACTIONS(4507), + [anon_sym_return] = ACTIONS(4507), + [anon_sym_DOLLARfor] = ACTIONS(4507), + [anon_sym_for] = ACTIONS(4507), + [anon_sym_POUND] = ACTIONS(4507), + [anon_sym_asm] = ACTIONS(4507), + [anon_sym_AT_LBRACK] = ACTIONS(4507), + [sym___double_quote] = ACTIONS(4507), + [sym___single_quote] = ACTIONS(4507), + [sym___c_double_quote] = ACTIONS(4507), + [sym___c_single_quote] = ACTIONS(4507), + [sym___r_double_quote] = ACTIONS(4507), + [sym___r_single_quote] = ACTIONS(4507), }, [1602] = { [sym_line_comment] = STATE(1602), [sym_block_comment] = STATE(1602), - [ts_builtin_sym_end] = ACTIONS(4507), - [sym_identifier] = ACTIONS(4509), - [anon_sym_LF] = ACTIONS(4509), - [anon_sym_CR] = ACTIONS(4509), - [anon_sym_CR_LF] = ACTIONS(4509), + [ts_builtin_sym_end] = ACTIONS(4509), + [sym_identifier] = ACTIONS(4511), + [anon_sym_LF] = ACTIONS(4511), + [anon_sym_CR] = ACTIONS(4511), + [anon_sym_CR_LF] = ACTIONS(4511), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(4509), - [anon_sym_const] = ACTIONS(4509), - [anon_sym_LPAREN] = ACTIONS(4509), - [anon_sym___global] = ACTIONS(4509), - [anon_sym_type] = ACTIONS(4509), - [anon_sym_fn] = ACTIONS(4509), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4509), - [anon_sym_struct] = ACTIONS(4509), - [anon_sym_union] = ACTIONS(4509), - [anon_sym_pub] = ACTIONS(4509), - [anon_sym_mut] = ACTIONS(4509), - [anon_sym_enum] = ACTIONS(4509), - [anon_sym_interface] = ACTIONS(4509), - [anon_sym_QMARK] = ACTIONS(4509), - [anon_sym_BANG] = ACTIONS(4509), - [anon_sym_go] = ACTIONS(4509), - [anon_sym_spawn] = ACTIONS(4509), - [anon_sym_json_DOTdecode] = ACTIONS(4509), - [anon_sym_LBRACK2] = ACTIONS(4509), - [anon_sym_TILDE] = ACTIONS(4509), - [anon_sym_CARET] = ACTIONS(4509), - [anon_sym_AMP] = ACTIONS(4509), - [anon_sym_LT_DASH] = ACTIONS(4509), - [sym_none] = ACTIONS(4509), - [sym_true] = ACTIONS(4509), - [sym_false] = ACTIONS(4509), - [sym_nil] = ACTIONS(4509), - [anon_sym_if] = ACTIONS(4509), - [anon_sym_DOLLARif] = ACTIONS(4509), - [anon_sym_match] = ACTIONS(4509), - [anon_sym_select] = ACTIONS(4509), - [anon_sym_lock] = ACTIONS(4509), - [anon_sym_rlock] = ACTIONS(4509), - [anon_sym_unsafe] = ACTIONS(4509), - [anon_sym_sql] = ACTIONS(4509), - [sym_int_literal] = ACTIONS(4509), - [sym_float_literal] = ACTIONS(4509), - [sym_rune_literal] = ACTIONS(4509), - [sym_pseudo_compile_time_identifier] = ACTIONS(4509), - [anon_sym_shared] = ACTIONS(4509), - [anon_sym_map_LBRACK] = ACTIONS(4509), - [anon_sym_chan] = ACTIONS(4509), - [anon_sym_thread] = ACTIONS(4509), - [anon_sym_atomic] = ACTIONS(4509), - [anon_sym_assert] = ACTIONS(4509), - [anon_sym_defer] = ACTIONS(4509), - [anon_sym_goto] = ACTIONS(4509), - [anon_sym_break] = ACTIONS(4509), - [anon_sym_continue] = ACTIONS(4509), - [anon_sym_return] = ACTIONS(4509), - [anon_sym_DOLLARfor] = ACTIONS(4509), - [anon_sym_for] = ACTIONS(4509), - [anon_sym_POUND] = ACTIONS(4509), - [anon_sym_asm] = ACTIONS(4509), - [anon_sym_AT_LBRACK] = ACTIONS(4509), - [sym___double_quote] = ACTIONS(4509), - [sym___single_quote] = ACTIONS(4509), - [sym___c_double_quote] = ACTIONS(4509), - [sym___c_single_quote] = ACTIONS(4509), - [sym___r_double_quote] = ACTIONS(4509), - [sym___r_single_quote] = ACTIONS(4509), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_LBRACE] = ACTIONS(4511), + [anon_sym_const] = ACTIONS(4511), + [anon_sym_LPAREN] = ACTIONS(4511), + [anon_sym___global] = ACTIONS(4511), + [anon_sym_type] = ACTIONS(4511), + [anon_sym_fn] = ACTIONS(4511), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [anon_sym_struct] = ACTIONS(4511), + [anon_sym_union] = ACTIONS(4511), + [anon_sym_pub] = ACTIONS(4511), + [anon_sym_mut] = ACTIONS(4511), + [anon_sym_enum] = ACTIONS(4511), + [anon_sym_interface] = ACTIONS(4511), + [anon_sym_QMARK] = ACTIONS(4511), + [anon_sym_BANG] = ACTIONS(4511), + [anon_sym_go] = ACTIONS(4511), + [anon_sym_spawn] = ACTIONS(4511), + [anon_sym_json_DOTdecode] = ACTIONS(4511), + [anon_sym_LBRACK2] = ACTIONS(4511), + [anon_sym_TILDE] = ACTIONS(4511), + [anon_sym_CARET] = ACTIONS(4511), + [anon_sym_AMP] = ACTIONS(4511), + [anon_sym_LT_DASH] = ACTIONS(4511), + [sym_none] = ACTIONS(4511), + [sym_true] = ACTIONS(4511), + [sym_false] = ACTIONS(4511), + [sym_nil] = ACTIONS(4511), + [anon_sym_if] = ACTIONS(4511), + [anon_sym_DOLLARif] = ACTIONS(4511), + [anon_sym_match] = ACTIONS(4511), + [anon_sym_select] = ACTIONS(4511), + [anon_sym_lock] = ACTIONS(4511), + [anon_sym_rlock] = ACTIONS(4511), + [anon_sym_unsafe] = ACTIONS(4511), + [anon_sym_sql] = ACTIONS(4511), + [sym_int_literal] = ACTIONS(4511), + [sym_float_literal] = ACTIONS(4511), + [sym_rune_literal] = ACTIONS(4511), + [sym_pseudo_compile_time_identifier] = ACTIONS(4511), + [anon_sym_shared] = ACTIONS(4511), + [anon_sym_map_LBRACK] = ACTIONS(4511), + [anon_sym_chan] = ACTIONS(4511), + [anon_sym_thread] = ACTIONS(4511), + [anon_sym_atomic] = ACTIONS(4511), + [anon_sym_assert] = ACTIONS(4511), + [anon_sym_defer] = ACTIONS(4511), + [anon_sym_goto] = ACTIONS(4511), + [anon_sym_break] = ACTIONS(4511), + [anon_sym_continue] = ACTIONS(4511), + [anon_sym_return] = ACTIONS(4511), + [anon_sym_DOLLARfor] = ACTIONS(4511), + [anon_sym_for] = ACTIONS(4511), + [anon_sym_POUND] = ACTIONS(4511), + [anon_sym_asm] = ACTIONS(4511), + [anon_sym_AT_LBRACK] = ACTIONS(4511), + [sym___double_quote] = ACTIONS(4511), + [sym___single_quote] = ACTIONS(4511), + [sym___c_double_quote] = ACTIONS(4511), + [sym___c_single_quote] = ACTIONS(4511), + [sym___r_double_quote] = ACTIONS(4511), + [sym___r_single_quote] = ACTIONS(4511), }, [1603] = { [sym_line_comment] = STATE(1603), [sym_block_comment] = STATE(1603), - [ts_builtin_sym_end] = ACTIONS(4511), - [sym_identifier] = ACTIONS(4513), - [anon_sym_LF] = ACTIONS(4513), - [anon_sym_CR] = ACTIONS(4513), - [anon_sym_CR_LF] = ACTIONS(4513), + [ts_builtin_sym_end] = ACTIONS(4513), + [sym_identifier] = ACTIONS(4515), + [anon_sym_LF] = ACTIONS(4515), + [anon_sym_CR] = ACTIONS(4515), + [anon_sym_CR_LF] = ACTIONS(4515), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4513), - [anon_sym_LBRACE] = ACTIONS(4513), - [anon_sym_const] = ACTIONS(4513), - [anon_sym_LPAREN] = ACTIONS(4513), - [anon_sym___global] = ACTIONS(4513), - [anon_sym_type] = ACTIONS(4513), - [anon_sym_fn] = ACTIONS(4513), - [anon_sym_PLUS] = ACTIONS(4513), - [anon_sym_DASH] = ACTIONS(4513), - [anon_sym_STAR] = ACTIONS(4513), - [anon_sym_struct] = ACTIONS(4513), - [anon_sym_union] = ACTIONS(4513), - [anon_sym_pub] = ACTIONS(4513), - [anon_sym_mut] = ACTIONS(4513), - [anon_sym_enum] = ACTIONS(4513), - [anon_sym_interface] = ACTIONS(4513), - [anon_sym_QMARK] = ACTIONS(4513), - [anon_sym_BANG] = ACTIONS(4513), - [anon_sym_go] = ACTIONS(4513), - [anon_sym_spawn] = ACTIONS(4513), - [anon_sym_json_DOTdecode] = ACTIONS(4513), - [anon_sym_LBRACK2] = ACTIONS(4513), - [anon_sym_TILDE] = ACTIONS(4513), - [anon_sym_CARET] = ACTIONS(4513), - [anon_sym_AMP] = ACTIONS(4513), - [anon_sym_LT_DASH] = ACTIONS(4513), - [sym_none] = ACTIONS(4513), - [sym_true] = ACTIONS(4513), - [sym_false] = ACTIONS(4513), - [sym_nil] = ACTIONS(4513), - [anon_sym_if] = ACTIONS(4513), - [anon_sym_DOLLARif] = ACTIONS(4513), - [anon_sym_match] = ACTIONS(4513), - [anon_sym_select] = ACTIONS(4513), - [anon_sym_lock] = ACTIONS(4513), - [anon_sym_rlock] = ACTIONS(4513), - [anon_sym_unsafe] = ACTIONS(4513), - [anon_sym_sql] = ACTIONS(4513), - [sym_int_literal] = ACTIONS(4513), - [sym_float_literal] = ACTIONS(4513), - [sym_rune_literal] = ACTIONS(4513), - [sym_pseudo_compile_time_identifier] = ACTIONS(4513), - [anon_sym_shared] = ACTIONS(4513), - [anon_sym_map_LBRACK] = ACTIONS(4513), - [anon_sym_chan] = ACTIONS(4513), - [anon_sym_thread] = ACTIONS(4513), - [anon_sym_atomic] = ACTIONS(4513), - [anon_sym_assert] = ACTIONS(4513), - [anon_sym_defer] = ACTIONS(4513), - [anon_sym_goto] = ACTIONS(4513), - [anon_sym_break] = ACTIONS(4513), - [anon_sym_continue] = ACTIONS(4513), - [anon_sym_return] = ACTIONS(4513), - [anon_sym_DOLLARfor] = ACTIONS(4513), - [anon_sym_for] = ACTIONS(4513), - [anon_sym_POUND] = ACTIONS(4513), - [anon_sym_asm] = ACTIONS(4513), - [anon_sym_AT_LBRACK] = ACTIONS(4513), - [sym___double_quote] = ACTIONS(4513), - [sym___single_quote] = ACTIONS(4513), - [sym___c_double_quote] = ACTIONS(4513), - [sym___c_single_quote] = ACTIONS(4513), - [sym___r_double_quote] = ACTIONS(4513), - [sym___r_single_quote] = ACTIONS(4513), + [anon_sym_DOT] = ACTIONS(4515), + [anon_sym_LBRACE] = ACTIONS(4515), + [anon_sym_const] = ACTIONS(4515), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym___global] = ACTIONS(4515), + [anon_sym_type] = ACTIONS(4515), + [anon_sym_fn] = ACTIONS(4515), + [anon_sym_PLUS] = ACTIONS(4515), + [anon_sym_DASH] = ACTIONS(4515), + [anon_sym_STAR] = ACTIONS(4515), + [anon_sym_struct] = ACTIONS(4515), + [anon_sym_union] = ACTIONS(4515), + [anon_sym_pub] = ACTIONS(4515), + [anon_sym_mut] = ACTIONS(4515), + [anon_sym_enum] = ACTIONS(4515), + [anon_sym_interface] = ACTIONS(4515), + [anon_sym_QMARK] = ACTIONS(4515), + [anon_sym_BANG] = ACTIONS(4515), + [anon_sym_go] = ACTIONS(4515), + [anon_sym_spawn] = ACTIONS(4515), + [anon_sym_json_DOTdecode] = ACTIONS(4515), + [anon_sym_LBRACK2] = ACTIONS(4515), + [anon_sym_TILDE] = ACTIONS(4515), + [anon_sym_CARET] = ACTIONS(4515), + [anon_sym_AMP] = ACTIONS(4515), + [anon_sym_LT_DASH] = ACTIONS(4515), + [sym_none] = ACTIONS(4515), + [sym_true] = ACTIONS(4515), + [sym_false] = ACTIONS(4515), + [sym_nil] = ACTIONS(4515), + [anon_sym_if] = ACTIONS(4515), + [anon_sym_DOLLARif] = ACTIONS(4515), + [anon_sym_match] = ACTIONS(4515), + [anon_sym_select] = ACTIONS(4515), + [anon_sym_lock] = ACTIONS(4515), + [anon_sym_rlock] = ACTIONS(4515), + [anon_sym_unsafe] = ACTIONS(4515), + [anon_sym_sql] = ACTIONS(4515), + [sym_int_literal] = ACTIONS(4515), + [sym_float_literal] = ACTIONS(4515), + [sym_rune_literal] = ACTIONS(4515), + [sym_pseudo_compile_time_identifier] = ACTIONS(4515), + [anon_sym_shared] = ACTIONS(4515), + [anon_sym_map_LBRACK] = ACTIONS(4515), + [anon_sym_chan] = ACTIONS(4515), + [anon_sym_thread] = ACTIONS(4515), + [anon_sym_atomic] = ACTIONS(4515), + [anon_sym_assert] = ACTIONS(4515), + [anon_sym_defer] = ACTIONS(4515), + [anon_sym_goto] = ACTIONS(4515), + [anon_sym_break] = ACTIONS(4515), + [anon_sym_continue] = ACTIONS(4515), + [anon_sym_return] = ACTIONS(4515), + [anon_sym_DOLLARfor] = ACTIONS(4515), + [anon_sym_for] = ACTIONS(4515), + [anon_sym_POUND] = ACTIONS(4515), + [anon_sym_asm] = ACTIONS(4515), + [anon_sym_AT_LBRACK] = ACTIONS(4515), + [sym___double_quote] = ACTIONS(4515), + [sym___single_quote] = ACTIONS(4515), + [sym___c_double_quote] = ACTIONS(4515), + [sym___c_single_quote] = ACTIONS(4515), + [sym___r_double_quote] = ACTIONS(4515), + [sym___r_single_quote] = ACTIONS(4515), }, [1604] = { [sym_line_comment] = STATE(1604), [sym_block_comment] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(4515), - [sym_identifier] = ACTIONS(4517), - [anon_sym_LF] = ACTIONS(4517), - [anon_sym_CR] = ACTIONS(4517), - [anon_sym_CR_LF] = ACTIONS(4517), + [ts_builtin_sym_end] = ACTIONS(4517), + [sym_identifier] = ACTIONS(4519), + [anon_sym_LF] = ACTIONS(4519), + [anon_sym_CR] = ACTIONS(4519), + [anon_sym_CR_LF] = ACTIONS(4519), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(4517), - [anon_sym_const] = ACTIONS(4517), - [anon_sym_LPAREN] = ACTIONS(4517), - [anon_sym___global] = ACTIONS(4517), - [anon_sym_type] = ACTIONS(4517), - [anon_sym_fn] = ACTIONS(4517), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4517), - [anon_sym_struct] = ACTIONS(4517), - [anon_sym_union] = ACTIONS(4517), - [anon_sym_pub] = ACTIONS(4517), - [anon_sym_mut] = ACTIONS(4517), - [anon_sym_enum] = ACTIONS(4517), - [anon_sym_interface] = ACTIONS(4517), - [anon_sym_QMARK] = ACTIONS(4517), - [anon_sym_BANG] = ACTIONS(4517), - [anon_sym_go] = ACTIONS(4517), - [anon_sym_spawn] = ACTIONS(4517), - [anon_sym_json_DOTdecode] = ACTIONS(4517), - [anon_sym_LBRACK2] = ACTIONS(4517), - [anon_sym_TILDE] = ACTIONS(4517), - [anon_sym_CARET] = ACTIONS(4517), - [anon_sym_AMP] = ACTIONS(4517), - [anon_sym_LT_DASH] = ACTIONS(4517), - [sym_none] = ACTIONS(4517), - [sym_true] = ACTIONS(4517), - [sym_false] = ACTIONS(4517), - [sym_nil] = ACTIONS(4517), - [anon_sym_if] = ACTIONS(4517), - [anon_sym_DOLLARif] = ACTIONS(4517), - [anon_sym_match] = ACTIONS(4517), - [anon_sym_select] = ACTIONS(4517), - [anon_sym_lock] = ACTIONS(4517), - [anon_sym_rlock] = ACTIONS(4517), - [anon_sym_unsafe] = ACTIONS(4517), - [anon_sym_sql] = ACTIONS(4517), - [sym_int_literal] = ACTIONS(4517), - [sym_float_literal] = ACTIONS(4517), - [sym_rune_literal] = ACTIONS(4517), - [sym_pseudo_compile_time_identifier] = ACTIONS(4517), - [anon_sym_shared] = ACTIONS(4517), - [anon_sym_map_LBRACK] = ACTIONS(4517), - [anon_sym_chan] = ACTIONS(4517), - [anon_sym_thread] = ACTIONS(4517), - [anon_sym_atomic] = ACTIONS(4517), - [anon_sym_assert] = ACTIONS(4517), - [anon_sym_defer] = ACTIONS(4517), - [anon_sym_goto] = ACTIONS(4517), - [anon_sym_break] = ACTIONS(4517), - [anon_sym_continue] = ACTIONS(4517), - [anon_sym_return] = ACTIONS(4517), - [anon_sym_DOLLARfor] = ACTIONS(4517), - [anon_sym_for] = ACTIONS(4517), - [anon_sym_POUND] = ACTIONS(4517), - [anon_sym_asm] = ACTIONS(4517), - [anon_sym_AT_LBRACK] = ACTIONS(4517), - [sym___double_quote] = ACTIONS(4517), - [sym___single_quote] = ACTIONS(4517), - [sym___c_double_quote] = ACTIONS(4517), - [sym___c_single_quote] = ACTIONS(4517), - [sym___r_double_quote] = ACTIONS(4517), - [sym___r_single_quote] = ACTIONS(4517), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_LBRACE] = ACTIONS(4519), + [anon_sym_const] = ACTIONS(4519), + [anon_sym_LPAREN] = ACTIONS(4519), + [anon_sym___global] = ACTIONS(4519), + [anon_sym_type] = ACTIONS(4519), + [anon_sym_fn] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_struct] = ACTIONS(4519), + [anon_sym_union] = ACTIONS(4519), + [anon_sym_pub] = ACTIONS(4519), + [anon_sym_mut] = ACTIONS(4519), + [anon_sym_enum] = ACTIONS(4519), + [anon_sym_interface] = ACTIONS(4519), + [anon_sym_QMARK] = ACTIONS(4519), + [anon_sym_BANG] = ACTIONS(4519), + [anon_sym_go] = ACTIONS(4519), + [anon_sym_spawn] = ACTIONS(4519), + [anon_sym_json_DOTdecode] = ACTIONS(4519), + [anon_sym_LBRACK2] = ACTIONS(4519), + [anon_sym_TILDE] = ACTIONS(4519), + [anon_sym_CARET] = ACTIONS(4519), + [anon_sym_AMP] = ACTIONS(4519), + [anon_sym_LT_DASH] = ACTIONS(4519), + [sym_none] = ACTIONS(4519), + [sym_true] = ACTIONS(4519), + [sym_false] = ACTIONS(4519), + [sym_nil] = ACTIONS(4519), + [anon_sym_if] = ACTIONS(4519), + [anon_sym_DOLLARif] = ACTIONS(4519), + [anon_sym_match] = ACTIONS(4519), + [anon_sym_select] = ACTIONS(4519), + [anon_sym_lock] = ACTIONS(4519), + [anon_sym_rlock] = ACTIONS(4519), + [anon_sym_unsafe] = ACTIONS(4519), + [anon_sym_sql] = ACTIONS(4519), + [sym_int_literal] = ACTIONS(4519), + [sym_float_literal] = ACTIONS(4519), + [sym_rune_literal] = ACTIONS(4519), + [sym_pseudo_compile_time_identifier] = ACTIONS(4519), + [anon_sym_shared] = ACTIONS(4519), + [anon_sym_map_LBRACK] = ACTIONS(4519), + [anon_sym_chan] = ACTIONS(4519), + [anon_sym_thread] = ACTIONS(4519), + [anon_sym_atomic] = ACTIONS(4519), + [anon_sym_assert] = ACTIONS(4519), + [anon_sym_defer] = ACTIONS(4519), + [anon_sym_goto] = ACTIONS(4519), + [anon_sym_break] = ACTIONS(4519), + [anon_sym_continue] = ACTIONS(4519), + [anon_sym_return] = ACTIONS(4519), + [anon_sym_DOLLARfor] = ACTIONS(4519), + [anon_sym_for] = ACTIONS(4519), + [anon_sym_POUND] = ACTIONS(4519), + [anon_sym_asm] = ACTIONS(4519), + [anon_sym_AT_LBRACK] = ACTIONS(4519), + [sym___double_quote] = ACTIONS(4519), + [sym___single_quote] = ACTIONS(4519), + [sym___c_double_quote] = ACTIONS(4519), + [sym___c_single_quote] = ACTIONS(4519), + [sym___r_double_quote] = ACTIONS(4519), + [sym___r_single_quote] = ACTIONS(4519), }, [1605] = { [sym_line_comment] = STATE(1605), [sym_block_comment] = STATE(1605), - [ts_builtin_sym_end] = ACTIONS(4519), - [sym_identifier] = ACTIONS(4521), - [anon_sym_LF] = ACTIONS(4521), - [anon_sym_CR] = ACTIONS(4521), - [anon_sym_CR_LF] = ACTIONS(4521), + [ts_builtin_sym_end] = ACTIONS(4521), + [sym_identifier] = ACTIONS(4523), + [anon_sym_LF] = ACTIONS(4523), + [anon_sym_CR] = ACTIONS(4523), + [anon_sym_CR_LF] = ACTIONS(4523), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4521), - [anon_sym_LBRACE] = ACTIONS(4521), - [anon_sym_const] = ACTIONS(4521), - [anon_sym_LPAREN] = ACTIONS(4521), - [anon_sym___global] = ACTIONS(4521), - [anon_sym_type] = ACTIONS(4521), - [anon_sym_fn] = ACTIONS(4521), - [anon_sym_PLUS] = ACTIONS(4521), - [anon_sym_DASH] = ACTIONS(4521), - [anon_sym_STAR] = ACTIONS(4521), - [anon_sym_struct] = ACTIONS(4521), - [anon_sym_union] = ACTIONS(4521), - [anon_sym_pub] = ACTIONS(4521), - [anon_sym_mut] = ACTIONS(4521), - [anon_sym_enum] = ACTIONS(4521), - [anon_sym_interface] = ACTIONS(4521), - [anon_sym_QMARK] = ACTIONS(4521), - [anon_sym_BANG] = ACTIONS(4521), - [anon_sym_go] = ACTIONS(4521), - [anon_sym_spawn] = ACTIONS(4521), - [anon_sym_json_DOTdecode] = ACTIONS(4521), - [anon_sym_LBRACK2] = ACTIONS(4521), - [anon_sym_TILDE] = ACTIONS(4521), - [anon_sym_CARET] = ACTIONS(4521), - [anon_sym_AMP] = ACTIONS(4521), - [anon_sym_LT_DASH] = ACTIONS(4521), - [sym_none] = ACTIONS(4521), - [sym_true] = ACTIONS(4521), - [sym_false] = ACTIONS(4521), - [sym_nil] = ACTIONS(4521), - [anon_sym_if] = ACTIONS(4521), - [anon_sym_DOLLARif] = ACTIONS(4521), - [anon_sym_match] = ACTIONS(4521), - [anon_sym_select] = ACTIONS(4521), - [anon_sym_lock] = ACTIONS(4521), - [anon_sym_rlock] = ACTIONS(4521), - [anon_sym_unsafe] = ACTIONS(4521), - [anon_sym_sql] = ACTIONS(4521), - [sym_int_literal] = ACTIONS(4521), - [sym_float_literal] = ACTIONS(4521), - [sym_rune_literal] = ACTIONS(4521), - [sym_pseudo_compile_time_identifier] = ACTIONS(4521), - [anon_sym_shared] = ACTIONS(4521), - [anon_sym_map_LBRACK] = ACTIONS(4521), - [anon_sym_chan] = ACTIONS(4521), - [anon_sym_thread] = ACTIONS(4521), - [anon_sym_atomic] = ACTIONS(4521), - [anon_sym_assert] = ACTIONS(4521), - [anon_sym_defer] = ACTIONS(4521), - [anon_sym_goto] = ACTIONS(4521), - [anon_sym_break] = ACTIONS(4521), - [anon_sym_continue] = ACTIONS(4521), - [anon_sym_return] = ACTIONS(4521), - [anon_sym_DOLLARfor] = ACTIONS(4521), - [anon_sym_for] = ACTIONS(4521), - [anon_sym_POUND] = ACTIONS(4521), - [anon_sym_asm] = ACTIONS(4521), - [anon_sym_AT_LBRACK] = ACTIONS(4521), - [sym___double_quote] = ACTIONS(4521), - [sym___single_quote] = ACTIONS(4521), - [sym___c_double_quote] = ACTIONS(4521), - [sym___c_single_quote] = ACTIONS(4521), - [sym___r_double_quote] = ACTIONS(4521), - [sym___r_single_quote] = ACTIONS(4521), + [anon_sym_DOT] = ACTIONS(4523), + [anon_sym_LBRACE] = ACTIONS(4523), + [anon_sym_const] = ACTIONS(4523), + [anon_sym_LPAREN] = ACTIONS(4523), + [anon_sym___global] = ACTIONS(4523), + [anon_sym_type] = ACTIONS(4523), + [anon_sym_fn] = ACTIONS(4523), + [anon_sym_PLUS] = ACTIONS(4523), + [anon_sym_DASH] = ACTIONS(4523), + [anon_sym_STAR] = ACTIONS(4523), + [anon_sym_struct] = ACTIONS(4523), + [anon_sym_union] = ACTIONS(4523), + [anon_sym_pub] = ACTIONS(4523), + [anon_sym_mut] = ACTIONS(4523), + [anon_sym_enum] = ACTIONS(4523), + [anon_sym_interface] = ACTIONS(4523), + [anon_sym_QMARK] = ACTIONS(4523), + [anon_sym_BANG] = ACTIONS(4523), + [anon_sym_go] = ACTIONS(4523), + [anon_sym_spawn] = ACTIONS(4523), + [anon_sym_json_DOTdecode] = ACTIONS(4523), + [anon_sym_LBRACK2] = ACTIONS(4523), + [anon_sym_TILDE] = ACTIONS(4523), + [anon_sym_CARET] = ACTIONS(4523), + [anon_sym_AMP] = ACTIONS(4523), + [anon_sym_LT_DASH] = ACTIONS(4523), + [sym_none] = ACTIONS(4523), + [sym_true] = ACTIONS(4523), + [sym_false] = ACTIONS(4523), + [sym_nil] = ACTIONS(4523), + [anon_sym_if] = ACTIONS(4523), + [anon_sym_DOLLARif] = ACTIONS(4523), + [anon_sym_match] = ACTIONS(4523), + [anon_sym_select] = ACTIONS(4523), + [anon_sym_lock] = ACTIONS(4523), + [anon_sym_rlock] = ACTIONS(4523), + [anon_sym_unsafe] = ACTIONS(4523), + [anon_sym_sql] = ACTIONS(4523), + [sym_int_literal] = ACTIONS(4523), + [sym_float_literal] = ACTIONS(4523), + [sym_rune_literal] = ACTIONS(4523), + [sym_pseudo_compile_time_identifier] = ACTIONS(4523), + [anon_sym_shared] = ACTIONS(4523), + [anon_sym_map_LBRACK] = ACTIONS(4523), + [anon_sym_chan] = ACTIONS(4523), + [anon_sym_thread] = ACTIONS(4523), + [anon_sym_atomic] = ACTIONS(4523), + [anon_sym_assert] = ACTIONS(4523), + [anon_sym_defer] = ACTIONS(4523), + [anon_sym_goto] = ACTIONS(4523), + [anon_sym_break] = ACTIONS(4523), + [anon_sym_continue] = ACTIONS(4523), + [anon_sym_return] = ACTIONS(4523), + [anon_sym_DOLLARfor] = ACTIONS(4523), + [anon_sym_for] = ACTIONS(4523), + [anon_sym_POUND] = ACTIONS(4523), + [anon_sym_asm] = ACTIONS(4523), + [anon_sym_AT_LBRACK] = ACTIONS(4523), + [sym___double_quote] = ACTIONS(4523), + [sym___single_quote] = ACTIONS(4523), + [sym___c_double_quote] = ACTIONS(4523), + [sym___c_single_quote] = ACTIONS(4523), + [sym___r_double_quote] = ACTIONS(4523), + [sym___r_single_quote] = ACTIONS(4523), }, [1606] = { [sym_line_comment] = STATE(1606), [sym_block_comment] = STATE(1606), - [ts_builtin_sym_end] = ACTIONS(4523), - [sym_identifier] = ACTIONS(4525), - [anon_sym_LF] = ACTIONS(4525), - [anon_sym_CR] = ACTIONS(4525), - [anon_sym_CR_LF] = ACTIONS(4525), + [ts_builtin_sym_end] = ACTIONS(4525), + [sym_identifier] = ACTIONS(4527), + [anon_sym_LF] = ACTIONS(4527), + [anon_sym_CR] = ACTIONS(4527), + [anon_sym_CR_LF] = ACTIONS(4527), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(4525), - [anon_sym_const] = ACTIONS(4525), - [anon_sym_LPAREN] = ACTIONS(4525), - [anon_sym___global] = ACTIONS(4525), - [anon_sym_type] = ACTIONS(4525), - [anon_sym_fn] = ACTIONS(4525), - [anon_sym_PLUS] = ACTIONS(4525), - [anon_sym_DASH] = ACTIONS(4525), - [anon_sym_STAR] = ACTIONS(4525), - [anon_sym_struct] = ACTIONS(4525), - [anon_sym_union] = ACTIONS(4525), - [anon_sym_pub] = ACTIONS(4525), - [anon_sym_mut] = ACTIONS(4525), - [anon_sym_enum] = ACTIONS(4525), - [anon_sym_interface] = ACTIONS(4525), - [anon_sym_QMARK] = ACTIONS(4525), - [anon_sym_BANG] = ACTIONS(4525), - [anon_sym_go] = ACTIONS(4525), - [anon_sym_spawn] = ACTIONS(4525), - [anon_sym_json_DOTdecode] = ACTIONS(4525), - [anon_sym_LBRACK2] = ACTIONS(4525), - [anon_sym_TILDE] = ACTIONS(4525), - [anon_sym_CARET] = ACTIONS(4525), - [anon_sym_AMP] = ACTIONS(4525), - [anon_sym_LT_DASH] = ACTIONS(4525), - [sym_none] = ACTIONS(4525), - [sym_true] = ACTIONS(4525), - [sym_false] = ACTIONS(4525), - [sym_nil] = ACTIONS(4525), - [anon_sym_if] = ACTIONS(4525), - [anon_sym_DOLLARif] = ACTIONS(4525), - [anon_sym_match] = ACTIONS(4525), - [anon_sym_select] = ACTIONS(4525), - [anon_sym_lock] = ACTIONS(4525), - [anon_sym_rlock] = ACTIONS(4525), - [anon_sym_unsafe] = ACTIONS(4525), - [anon_sym_sql] = ACTIONS(4525), - [sym_int_literal] = ACTIONS(4525), - [sym_float_literal] = ACTIONS(4525), - [sym_rune_literal] = ACTIONS(4525), - [sym_pseudo_compile_time_identifier] = ACTIONS(4525), - [anon_sym_shared] = ACTIONS(4525), - [anon_sym_map_LBRACK] = ACTIONS(4525), - [anon_sym_chan] = ACTIONS(4525), - [anon_sym_thread] = ACTIONS(4525), - [anon_sym_atomic] = ACTIONS(4525), - [anon_sym_assert] = ACTIONS(4525), - [anon_sym_defer] = ACTIONS(4525), - [anon_sym_goto] = ACTIONS(4525), - [anon_sym_break] = ACTIONS(4525), - [anon_sym_continue] = ACTIONS(4525), - [anon_sym_return] = ACTIONS(4525), - [anon_sym_DOLLARfor] = ACTIONS(4525), - [anon_sym_for] = ACTIONS(4525), - [anon_sym_POUND] = ACTIONS(4525), - [anon_sym_asm] = ACTIONS(4525), - [anon_sym_AT_LBRACK] = ACTIONS(4525), - [sym___double_quote] = ACTIONS(4525), - [sym___single_quote] = ACTIONS(4525), - [sym___c_double_quote] = ACTIONS(4525), - [sym___c_single_quote] = ACTIONS(4525), - [sym___r_double_quote] = ACTIONS(4525), - [sym___r_single_quote] = ACTIONS(4525), + [anon_sym_DOT] = ACTIONS(4527), + [anon_sym_LBRACE] = ACTIONS(4527), + [anon_sym_const] = ACTIONS(4527), + [anon_sym_LPAREN] = ACTIONS(4527), + [anon_sym___global] = ACTIONS(4527), + [anon_sym_type] = ACTIONS(4527), + [anon_sym_fn] = ACTIONS(4527), + [anon_sym_PLUS] = ACTIONS(4527), + [anon_sym_DASH] = ACTIONS(4527), + [anon_sym_STAR] = ACTIONS(4527), + [anon_sym_struct] = ACTIONS(4527), + [anon_sym_union] = ACTIONS(4527), + [anon_sym_pub] = ACTIONS(4527), + [anon_sym_mut] = ACTIONS(4527), + [anon_sym_enum] = ACTIONS(4527), + [anon_sym_interface] = ACTIONS(4527), + [anon_sym_QMARK] = ACTIONS(4527), + [anon_sym_BANG] = ACTIONS(4527), + [anon_sym_go] = ACTIONS(4527), + [anon_sym_spawn] = ACTIONS(4527), + [anon_sym_json_DOTdecode] = ACTIONS(4527), + [anon_sym_LBRACK2] = ACTIONS(4527), + [anon_sym_TILDE] = ACTIONS(4527), + [anon_sym_CARET] = ACTIONS(4527), + [anon_sym_AMP] = ACTIONS(4527), + [anon_sym_LT_DASH] = ACTIONS(4527), + [sym_none] = ACTIONS(4527), + [sym_true] = ACTIONS(4527), + [sym_false] = ACTIONS(4527), + [sym_nil] = ACTIONS(4527), + [anon_sym_if] = ACTIONS(4527), + [anon_sym_DOLLARif] = ACTIONS(4527), + [anon_sym_match] = ACTIONS(4527), + [anon_sym_select] = ACTIONS(4527), + [anon_sym_lock] = ACTIONS(4527), + [anon_sym_rlock] = ACTIONS(4527), + [anon_sym_unsafe] = ACTIONS(4527), + [anon_sym_sql] = ACTIONS(4527), + [sym_int_literal] = ACTIONS(4527), + [sym_float_literal] = ACTIONS(4527), + [sym_rune_literal] = ACTIONS(4527), + [sym_pseudo_compile_time_identifier] = ACTIONS(4527), + [anon_sym_shared] = ACTIONS(4527), + [anon_sym_map_LBRACK] = ACTIONS(4527), + [anon_sym_chan] = ACTIONS(4527), + [anon_sym_thread] = ACTIONS(4527), + [anon_sym_atomic] = ACTIONS(4527), + [anon_sym_assert] = ACTIONS(4527), + [anon_sym_defer] = ACTIONS(4527), + [anon_sym_goto] = ACTIONS(4527), + [anon_sym_break] = ACTIONS(4527), + [anon_sym_continue] = ACTIONS(4527), + [anon_sym_return] = ACTIONS(4527), + [anon_sym_DOLLARfor] = ACTIONS(4527), + [anon_sym_for] = ACTIONS(4527), + [anon_sym_POUND] = ACTIONS(4527), + [anon_sym_asm] = ACTIONS(4527), + [anon_sym_AT_LBRACK] = ACTIONS(4527), + [sym___double_quote] = ACTIONS(4527), + [sym___single_quote] = ACTIONS(4527), + [sym___c_double_quote] = ACTIONS(4527), + [sym___c_single_quote] = ACTIONS(4527), + [sym___r_double_quote] = ACTIONS(4527), + [sym___r_single_quote] = ACTIONS(4527), }, [1607] = { [sym_line_comment] = STATE(1607), [sym_block_comment] = STATE(1607), - [ts_builtin_sym_end] = ACTIONS(4527), - [sym_identifier] = ACTIONS(4529), - [anon_sym_LF] = ACTIONS(4529), - [anon_sym_CR] = ACTIONS(4529), - [anon_sym_CR_LF] = ACTIONS(4529), + [ts_builtin_sym_end] = ACTIONS(4529), + [sym_identifier] = ACTIONS(4531), + [anon_sym_LF] = ACTIONS(4531), + [anon_sym_CR] = ACTIONS(4531), + [anon_sym_CR_LF] = ACTIONS(4531), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4529), - [anon_sym_LBRACE] = ACTIONS(4529), - [anon_sym_const] = ACTIONS(4529), - [anon_sym_LPAREN] = ACTIONS(4529), - [anon_sym___global] = ACTIONS(4529), - [anon_sym_type] = ACTIONS(4529), - [anon_sym_fn] = ACTIONS(4529), - [anon_sym_PLUS] = ACTIONS(4529), - [anon_sym_DASH] = ACTIONS(4529), - [anon_sym_STAR] = ACTIONS(4529), - [anon_sym_struct] = ACTIONS(4529), - [anon_sym_union] = ACTIONS(4529), - [anon_sym_pub] = ACTIONS(4529), - [anon_sym_mut] = ACTIONS(4529), - [anon_sym_enum] = ACTIONS(4529), - [anon_sym_interface] = ACTIONS(4529), - [anon_sym_QMARK] = ACTIONS(4529), - [anon_sym_BANG] = ACTIONS(4529), - [anon_sym_go] = ACTIONS(4529), - [anon_sym_spawn] = ACTIONS(4529), - [anon_sym_json_DOTdecode] = ACTIONS(4529), - [anon_sym_LBRACK2] = ACTIONS(4529), - [anon_sym_TILDE] = ACTIONS(4529), - [anon_sym_CARET] = ACTIONS(4529), - [anon_sym_AMP] = ACTIONS(4529), - [anon_sym_LT_DASH] = ACTIONS(4529), - [sym_none] = ACTIONS(4529), - [sym_true] = ACTIONS(4529), - [sym_false] = ACTIONS(4529), - [sym_nil] = ACTIONS(4529), - [anon_sym_if] = ACTIONS(4529), - [anon_sym_DOLLARif] = ACTIONS(4529), - [anon_sym_match] = ACTIONS(4529), - [anon_sym_select] = ACTIONS(4529), - [anon_sym_lock] = ACTIONS(4529), - [anon_sym_rlock] = ACTIONS(4529), - [anon_sym_unsafe] = ACTIONS(4529), - [anon_sym_sql] = ACTIONS(4529), - [sym_int_literal] = ACTIONS(4529), - [sym_float_literal] = ACTIONS(4529), - [sym_rune_literal] = ACTIONS(4529), - [sym_pseudo_compile_time_identifier] = ACTIONS(4529), - [anon_sym_shared] = ACTIONS(4529), - [anon_sym_map_LBRACK] = ACTIONS(4529), - [anon_sym_chan] = ACTIONS(4529), - [anon_sym_thread] = ACTIONS(4529), - [anon_sym_atomic] = ACTIONS(4529), - [anon_sym_assert] = ACTIONS(4529), - [anon_sym_defer] = ACTIONS(4529), - [anon_sym_goto] = ACTIONS(4529), - [anon_sym_break] = ACTIONS(4529), - [anon_sym_continue] = ACTIONS(4529), - [anon_sym_return] = ACTIONS(4529), - [anon_sym_DOLLARfor] = ACTIONS(4529), - [anon_sym_for] = ACTIONS(4529), - [anon_sym_POUND] = ACTIONS(4529), - [anon_sym_asm] = ACTIONS(4529), - [anon_sym_AT_LBRACK] = ACTIONS(4529), - [sym___double_quote] = ACTIONS(4529), - [sym___single_quote] = ACTIONS(4529), - [sym___c_double_quote] = ACTIONS(4529), - [sym___c_single_quote] = ACTIONS(4529), - [sym___r_double_quote] = ACTIONS(4529), - [sym___r_single_quote] = ACTIONS(4529), + [anon_sym_DOT] = ACTIONS(4531), + [anon_sym_LBRACE] = ACTIONS(4531), + [anon_sym_const] = ACTIONS(4531), + [anon_sym_LPAREN] = ACTIONS(4531), + [anon_sym___global] = ACTIONS(4531), + [anon_sym_type] = ACTIONS(4531), + [anon_sym_fn] = ACTIONS(4531), + [anon_sym_PLUS] = ACTIONS(4531), + [anon_sym_DASH] = ACTIONS(4531), + [anon_sym_STAR] = ACTIONS(4531), + [anon_sym_struct] = ACTIONS(4531), + [anon_sym_union] = ACTIONS(4531), + [anon_sym_pub] = ACTIONS(4531), + [anon_sym_mut] = ACTIONS(4531), + [anon_sym_enum] = ACTIONS(4531), + [anon_sym_interface] = ACTIONS(4531), + [anon_sym_QMARK] = ACTIONS(4531), + [anon_sym_BANG] = ACTIONS(4531), + [anon_sym_go] = ACTIONS(4531), + [anon_sym_spawn] = ACTIONS(4531), + [anon_sym_json_DOTdecode] = ACTIONS(4531), + [anon_sym_LBRACK2] = ACTIONS(4531), + [anon_sym_TILDE] = ACTIONS(4531), + [anon_sym_CARET] = ACTIONS(4531), + [anon_sym_AMP] = ACTIONS(4531), + [anon_sym_LT_DASH] = ACTIONS(4531), + [sym_none] = ACTIONS(4531), + [sym_true] = ACTIONS(4531), + [sym_false] = ACTIONS(4531), + [sym_nil] = ACTIONS(4531), + [anon_sym_if] = ACTIONS(4531), + [anon_sym_DOLLARif] = ACTIONS(4531), + [anon_sym_match] = ACTIONS(4531), + [anon_sym_select] = ACTIONS(4531), + [anon_sym_lock] = ACTIONS(4531), + [anon_sym_rlock] = ACTIONS(4531), + [anon_sym_unsafe] = ACTIONS(4531), + [anon_sym_sql] = ACTIONS(4531), + [sym_int_literal] = ACTIONS(4531), + [sym_float_literal] = ACTIONS(4531), + [sym_rune_literal] = ACTIONS(4531), + [sym_pseudo_compile_time_identifier] = ACTIONS(4531), + [anon_sym_shared] = ACTIONS(4531), + [anon_sym_map_LBRACK] = ACTIONS(4531), + [anon_sym_chan] = ACTIONS(4531), + [anon_sym_thread] = ACTIONS(4531), + [anon_sym_atomic] = ACTIONS(4531), + [anon_sym_assert] = ACTIONS(4531), + [anon_sym_defer] = ACTIONS(4531), + [anon_sym_goto] = ACTIONS(4531), + [anon_sym_break] = ACTIONS(4531), + [anon_sym_continue] = ACTIONS(4531), + [anon_sym_return] = ACTIONS(4531), + [anon_sym_DOLLARfor] = ACTIONS(4531), + [anon_sym_for] = ACTIONS(4531), + [anon_sym_POUND] = ACTIONS(4531), + [anon_sym_asm] = ACTIONS(4531), + [anon_sym_AT_LBRACK] = ACTIONS(4531), + [sym___double_quote] = ACTIONS(4531), + [sym___single_quote] = ACTIONS(4531), + [sym___c_double_quote] = ACTIONS(4531), + [sym___c_single_quote] = ACTIONS(4531), + [sym___r_double_quote] = ACTIONS(4531), + [sym___r_single_quote] = ACTIONS(4531), }, [1608] = { [sym_line_comment] = STATE(1608), [sym_block_comment] = STATE(1608), - [ts_builtin_sym_end] = ACTIONS(4531), - [sym_identifier] = ACTIONS(4533), - [anon_sym_LF] = ACTIONS(4533), - [anon_sym_CR] = ACTIONS(4533), - [anon_sym_CR_LF] = ACTIONS(4533), + [ts_builtin_sym_end] = ACTIONS(4533), + [sym_identifier] = ACTIONS(4535), + [anon_sym_LF] = ACTIONS(4535), + [anon_sym_CR] = ACTIONS(4535), + [anon_sym_CR_LF] = ACTIONS(4535), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4533), - [anon_sym_LBRACE] = ACTIONS(4533), - [anon_sym_const] = ACTIONS(4533), - [anon_sym_LPAREN] = ACTIONS(4533), - [anon_sym___global] = ACTIONS(4533), - [anon_sym_type] = ACTIONS(4533), - [anon_sym_fn] = ACTIONS(4533), - [anon_sym_PLUS] = ACTIONS(4533), - [anon_sym_DASH] = ACTIONS(4533), - [anon_sym_STAR] = ACTIONS(4533), - [anon_sym_struct] = ACTIONS(4533), - [anon_sym_union] = ACTIONS(4533), - [anon_sym_pub] = ACTIONS(4533), - [anon_sym_mut] = ACTIONS(4533), - [anon_sym_enum] = ACTIONS(4533), - [anon_sym_interface] = ACTIONS(4533), - [anon_sym_QMARK] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(4533), - [anon_sym_go] = ACTIONS(4533), - [anon_sym_spawn] = ACTIONS(4533), - [anon_sym_json_DOTdecode] = ACTIONS(4533), - [anon_sym_LBRACK2] = ACTIONS(4533), - [anon_sym_TILDE] = ACTIONS(4533), - [anon_sym_CARET] = ACTIONS(4533), - [anon_sym_AMP] = ACTIONS(4533), - [anon_sym_LT_DASH] = ACTIONS(4533), - [sym_none] = ACTIONS(4533), - [sym_true] = ACTIONS(4533), - [sym_false] = ACTIONS(4533), - [sym_nil] = ACTIONS(4533), - [anon_sym_if] = ACTIONS(4533), - [anon_sym_DOLLARif] = ACTIONS(4533), - [anon_sym_match] = ACTIONS(4533), - [anon_sym_select] = ACTIONS(4533), - [anon_sym_lock] = ACTIONS(4533), - [anon_sym_rlock] = ACTIONS(4533), - [anon_sym_unsafe] = ACTIONS(4533), - [anon_sym_sql] = ACTIONS(4533), - [sym_int_literal] = ACTIONS(4533), - [sym_float_literal] = ACTIONS(4533), - [sym_rune_literal] = ACTIONS(4533), - [sym_pseudo_compile_time_identifier] = ACTIONS(4533), - [anon_sym_shared] = ACTIONS(4533), - [anon_sym_map_LBRACK] = ACTIONS(4533), - [anon_sym_chan] = ACTIONS(4533), - [anon_sym_thread] = ACTIONS(4533), - [anon_sym_atomic] = ACTIONS(4533), - [anon_sym_assert] = ACTIONS(4533), - [anon_sym_defer] = ACTIONS(4533), - [anon_sym_goto] = ACTIONS(4533), - [anon_sym_break] = ACTIONS(4533), - [anon_sym_continue] = ACTIONS(4533), - [anon_sym_return] = ACTIONS(4533), - [anon_sym_DOLLARfor] = ACTIONS(4533), - [anon_sym_for] = ACTIONS(4533), - [anon_sym_POUND] = ACTIONS(4533), - [anon_sym_asm] = ACTIONS(4533), - [anon_sym_AT_LBRACK] = ACTIONS(4533), - [sym___double_quote] = ACTIONS(4533), - [sym___single_quote] = ACTIONS(4533), - [sym___c_double_quote] = ACTIONS(4533), - [sym___c_single_quote] = ACTIONS(4533), - [sym___r_double_quote] = ACTIONS(4533), - [sym___r_single_quote] = ACTIONS(4533), + [anon_sym_DOT] = ACTIONS(4535), + [anon_sym_LBRACE] = ACTIONS(4535), + [anon_sym_const] = ACTIONS(4535), + [anon_sym_LPAREN] = ACTIONS(4535), + [anon_sym___global] = ACTIONS(4535), + [anon_sym_type] = ACTIONS(4535), + [anon_sym_fn] = ACTIONS(4535), + [anon_sym_PLUS] = ACTIONS(4535), + [anon_sym_DASH] = ACTIONS(4535), + [anon_sym_STAR] = ACTIONS(4535), + [anon_sym_struct] = ACTIONS(4535), + [anon_sym_union] = ACTIONS(4535), + [anon_sym_pub] = ACTIONS(4535), + [anon_sym_mut] = ACTIONS(4535), + [anon_sym_enum] = ACTIONS(4535), + [anon_sym_interface] = ACTIONS(4535), + [anon_sym_QMARK] = ACTIONS(4535), + [anon_sym_BANG] = ACTIONS(4535), + [anon_sym_go] = ACTIONS(4535), + [anon_sym_spawn] = ACTIONS(4535), + [anon_sym_json_DOTdecode] = ACTIONS(4535), + [anon_sym_LBRACK2] = ACTIONS(4535), + [anon_sym_TILDE] = ACTIONS(4535), + [anon_sym_CARET] = ACTIONS(4535), + [anon_sym_AMP] = ACTIONS(4535), + [anon_sym_LT_DASH] = ACTIONS(4535), + [sym_none] = ACTIONS(4535), + [sym_true] = ACTIONS(4535), + [sym_false] = ACTIONS(4535), + [sym_nil] = ACTIONS(4535), + [anon_sym_if] = ACTIONS(4535), + [anon_sym_DOLLARif] = ACTIONS(4535), + [anon_sym_match] = ACTIONS(4535), + [anon_sym_select] = ACTIONS(4535), + [anon_sym_lock] = ACTIONS(4535), + [anon_sym_rlock] = ACTIONS(4535), + [anon_sym_unsafe] = ACTIONS(4535), + [anon_sym_sql] = ACTIONS(4535), + [sym_int_literal] = ACTIONS(4535), + [sym_float_literal] = ACTIONS(4535), + [sym_rune_literal] = ACTIONS(4535), + [sym_pseudo_compile_time_identifier] = ACTIONS(4535), + [anon_sym_shared] = ACTIONS(4535), + [anon_sym_map_LBRACK] = ACTIONS(4535), + [anon_sym_chan] = ACTIONS(4535), + [anon_sym_thread] = ACTIONS(4535), + [anon_sym_atomic] = ACTIONS(4535), + [anon_sym_assert] = ACTIONS(4535), + [anon_sym_defer] = ACTIONS(4535), + [anon_sym_goto] = ACTIONS(4535), + [anon_sym_break] = ACTIONS(4535), + [anon_sym_continue] = ACTIONS(4535), + [anon_sym_return] = ACTIONS(4535), + [anon_sym_DOLLARfor] = ACTIONS(4535), + [anon_sym_for] = ACTIONS(4535), + [anon_sym_POUND] = ACTIONS(4535), + [anon_sym_asm] = ACTIONS(4535), + [anon_sym_AT_LBRACK] = ACTIONS(4535), + [sym___double_quote] = ACTIONS(4535), + [sym___single_quote] = ACTIONS(4535), + [sym___c_double_quote] = ACTIONS(4535), + [sym___c_single_quote] = ACTIONS(4535), + [sym___r_double_quote] = ACTIONS(4535), + [sym___r_single_quote] = ACTIONS(4535), }, [1609] = { [sym_line_comment] = STATE(1609), [sym_block_comment] = STATE(1609), - [ts_builtin_sym_end] = ACTIONS(4535), - [sym_identifier] = ACTIONS(4537), - [anon_sym_LF] = ACTIONS(4537), - [anon_sym_CR] = ACTIONS(4537), - [anon_sym_CR_LF] = ACTIONS(4537), + [ts_builtin_sym_end] = ACTIONS(4537), + [sym_identifier] = ACTIONS(4539), + [anon_sym_LF] = ACTIONS(4539), + [anon_sym_CR] = ACTIONS(4539), + [anon_sym_CR_LF] = ACTIONS(4539), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4537), - [anon_sym_LBRACE] = ACTIONS(4537), - [anon_sym_const] = ACTIONS(4537), - [anon_sym_LPAREN] = ACTIONS(4537), - [anon_sym___global] = ACTIONS(4537), - [anon_sym_type] = ACTIONS(4537), - [anon_sym_fn] = ACTIONS(4537), - [anon_sym_PLUS] = ACTIONS(4537), - [anon_sym_DASH] = ACTIONS(4537), - [anon_sym_STAR] = ACTIONS(4537), - [anon_sym_struct] = ACTIONS(4537), - [anon_sym_union] = ACTIONS(4537), - [anon_sym_pub] = ACTIONS(4537), - [anon_sym_mut] = ACTIONS(4537), - [anon_sym_enum] = ACTIONS(4537), - [anon_sym_interface] = ACTIONS(4537), - [anon_sym_QMARK] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(4537), - [anon_sym_go] = ACTIONS(4537), - [anon_sym_spawn] = ACTIONS(4537), - [anon_sym_json_DOTdecode] = ACTIONS(4537), - [anon_sym_LBRACK2] = ACTIONS(4537), - [anon_sym_TILDE] = ACTIONS(4537), - [anon_sym_CARET] = ACTIONS(4537), - [anon_sym_AMP] = ACTIONS(4537), - [anon_sym_LT_DASH] = ACTIONS(4537), - [sym_none] = ACTIONS(4537), - [sym_true] = ACTIONS(4537), - [sym_false] = ACTIONS(4537), - [sym_nil] = ACTIONS(4537), - [anon_sym_if] = ACTIONS(4537), - [anon_sym_DOLLARif] = ACTIONS(4537), - [anon_sym_match] = ACTIONS(4537), - [anon_sym_select] = ACTIONS(4537), - [anon_sym_lock] = ACTIONS(4537), - [anon_sym_rlock] = ACTIONS(4537), - [anon_sym_unsafe] = ACTIONS(4537), - [anon_sym_sql] = ACTIONS(4537), - [sym_int_literal] = ACTIONS(4537), - [sym_float_literal] = ACTIONS(4537), - [sym_rune_literal] = ACTIONS(4537), - [sym_pseudo_compile_time_identifier] = ACTIONS(4537), - [anon_sym_shared] = ACTIONS(4537), - [anon_sym_map_LBRACK] = ACTIONS(4537), - [anon_sym_chan] = ACTIONS(4537), - [anon_sym_thread] = ACTIONS(4537), - [anon_sym_atomic] = ACTIONS(4537), - [anon_sym_assert] = ACTIONS(4537), - [anon_sym_defer] = ACTIONS(4537), - [anon_sym_goto] = ACTIONS(4537), - [anon_sym_break] = ACTIONS(4537), - [anon_sym_continue] = ACTIONS(4537), - [anon_sym_return] = ACTIONS(4537), - [anon_sym_DOLLARfor] = ACTIONS(4537), - [anon_sym_for] = ACTIONS(4537), - [anon_sym_POUND] = ACTIONS(4537), - [anon_sym_asm] = ACTIONS(4537), - [anon_sym_AT_LBRACK] = ACTIONS(4537), - [sym___double_quote] = ACTIONS(4537), - [sym___single_quote] = ACTIONS(4537), - [sym___c_double_quote] = ACTIONS(4537), - [sym___c_single_quote] = ACTIONS(4537), - [sym___r_double_quote] = ACTIONS(4537), - [sym___r_single_quote] = ACTIONS(4537), + [anon_sym_DOT] = ACTIONS(4539), + [anon_sym_LBRACE] = ACTIONS(4539), + [anon_sym_const] = ACTIONS(4539), + [anon_sym_LPAREN] = ACTIONS(4539), + [anon_sym___global] = ACTIONS(4539), + [anon_sym_type] = ACTIONS(4539), + [anon_sym_fn] = ACTIONS(4539), + [anon_sym_PLUS] = ACTIONS(4539), + [anon_sym_DASH] = ACTIONS(4539), + [anon_sym_STAR] = ACTIONS(4539), + [anon_sym_struct] = ACTIONS(4539), + [anon_sym_union] = ACTIONS(4539), + [anon_sym_pub] = ACTIONS(4539), + [anon_sym_mut] = ACTIONS(4539), + [anon_sym_enum] = ACTIONS(4539), + [anon_sym_interface] = ACTIONS(4539), + [anon_sym_QMARK] = ACTIONS(4539), + [anon_sym_BANG] = ACTIONS(4539), + [anon_sym_go] = ACTIONS(4539), + [anon_sym_spawn] = ACTIONS(4539), + [anon_sym_json_DOTdecode] = ACTIONS(4539), + [anon_sym_LBRACK2] = ACTIONS(4539), + [anon_sym_TILDE] = ACTIONS(4539), + [anon_sym_CARET] = ACTIONS(4539), + [anon_sym_AMP] = ACTIONS(4539), + [anon_sym_LT_DASH] = ACTIONS(4539), + [sym_none] = ACTIONS(4539), + [sym_true] = ACTIONS(4539), + [sym_false] = ACTIONS(4539), + [sym_nil] = ACTIONS(4539), + [anon_sym_if] = ACTIONS(4539), + [anon_sym_DOLLARif] = ACTIONS(4539), + [anon_sym_match] = ACTIONS(4539), + [anon_sym_select] = ACTIONS(4539), + [anon_sym_lock] = ACTIONS(4539), + [anon_sym_rlock] = ACTIONS(4539), + [anon_sym_unsafe] = ACTIONS(4539), + [anon_sym_sql] = ACTIONS(4539), + [sym_int_literal] = ACTIONS(4539), + [sym_float_literal] = ACTIONS(4539), + [sym_rune_literal] = ACTIONS(4539), + [sym_pseudo_compile_time_identifier] = ACTIONS(4539), + [anon_sym_shared] = ACTIONS(4539), + [anon_sym_map_LBRACK] = ACTIONS(4539), + [anon_sym_chan] = ACTIONS(4539), + [anon_sym_thread] = ACTIONS(4539), + [anon_sym_atomic] = ACTIONS(4539), + [anon_sym_assert] = ACTIONS(4539), + [anon_sym_defer] = ACTIONS(4539), + [anon_sym_goto] = ACTIONS(4539), + [anon_sym_break] = ACTIONS(4539), + [anon_sym_continue] = ACTIONS(4539), + [anon_sym_return] = ACTIONS(4539), + [anon_sym_DOLLARfor] = ACTIONS(4539), + [anon_sym_for] = ACTIONS(4539), + [anon_sym_POUND] = ACTIONS(4539), + [anon_sym_asm] = ACTIONS(4539), + [anon_sym_AT_LBRACK] = ACTIONS(4539), + [sym___double_quote] = ACTIONS(4539), + [sym___single_quote] = ACTIONS(4539), + [sym___c_double_quote] = ACTIONS(4539), + [sym___c_single_quote] = ACTIONS(4539), + [sym___r_double_quote] = ACTIONS(4539), + [sym___r_single_quote] = ACTIONS(4539), }, [1610] = { [sym_line_comment] = STATE(1610), [sym_block_comment] = STATE(1610), - [ts_builtin_sym_end] = ACTIONS(4539), - [sym_identifier] = ACTIONS(4541), - [anon_sym_LF] = ACTIONS(4541), - [anon_sym_CR] = ACTIONS(4541), - [anon_sym_CR_LF] = ACTIONS(4541), + [ts_builtin_sym_end] = ACTIONS(4541), + [sym_identifier] = ACTIONS(4543), + [anon_sym_LF] = ACTIONS(4543), + [anon_sym_CR] = ACTIONS(4543), + [anon_sym_CR_LF] = ACTIONS(4543), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4541), - [anon_sym_LBRACE] = ACTIONS(4541), - [anon_sym_const] = ACTIONS(4541), - [anon_sym_LPAREN] = ACTIONS(4541), - [anon_sym___global] = ACTIONS(4541), - [anon_sym_type] = ACTIONS(4541), - [anon_sym_fn] = ACTIONS(4541), - [anon_sym_PLUS] = ACTIONS(4541), - [anon_sym_DASH] = ACTIONS(4541), - [anon_sym_STAR] = ACTIONS(4541), - [anon_sym_struct] = ACTIONS(4541), - [anon_sym_union] = ACTIONS(4541), - [anon_sym_pub] = ACTIONS(4541), - [anon_sym_mut] = ACTIONS(4541), - [anon_sym_enum] = ACTIONS(4541), - [anon_sym_interface] = ACTIONS(4541), - [anon_sym_QMARK] = ACTIONS(4541), - [anon_sym_BANG] = ACTIONS(4541), - [anon_sym_go] = ACTIONS(4541), - [anon_sym_spawn] = ACTIONS(4541), - [anon_sym_json_DOTdecode] = ACTIONS(4541), - [anon_sym_LBRACK2] = ACTIONS(4541), - [anon_sym_TILDE] = ACTIONS(4541), - [anon_sym_CARET] = ACTIONS(4541), - [anon_sym_AMP] = ACTIONS(4541), - [anon_sym_LT_DASH] = ACTIONS(4541), - [sym_none] = ACTIONS(4541), - [sym_true] = ACTIONS(4541), - [sym_false] = ACTIONS(4541), - [sym_nil] = ACTIONS(4541), - [anon_sym_if] = ACTIONS(4541), - [anon_sym_DOLLARif] = ACTIONS(4541), - [anon_sym_match] = ACTIONS(4541), - [anon_sym_select] = ACTIONS(4541), - [anon_sym_lock] = ACTIONS(4541), - [anon_sym_rlock] = ACTIONS(4541), - [anon_sym_unsafe] = ACTIONS(4541), - [anon_sym_sql] = ACTIONS(4541), - [sym_int_literal] = ACTIONS(4541), - [sym_float_literal] = ACTIONS(4541), - [sym_rune_literal] = ACTIONS(4541), - [sym_pseudo_compile_time_identifier] = ACTIONS(4541), - [anon_sym_shared] = ACTIONS(4541), - [anon_sym_map_LBRACK] = ACTIONS(4541), - [anon_sym_chan] = ACTIONS(4541), - [anon_sym_thread] = ACTIONS(4541), - [anon_sym_atomic] = ACTIONS(4541), - [anon_sym_assert] = ACTIONS(4541), - [anon_sym_defer] = ACTIONS(4541), - [anon_sym_goto] = ACTIONS(4541), - [anon_sym_break] = ACTIONS(4541), - [anon_sym_continue] = ACTIONS(4541), - [anon_sym_return] = ACTIONS(4541), - [anon_sym_DOLLARfor] = ACTIONS(4541), - [anon_sym_for] = ACTIONS(4541), - [anon_sym_POUND] = ACTIONS(4541), - [anon_sym_asm] = ACTIONS(4541), - [anon_sym_AT_LBRACK] = ACTIONS(4541), - [sym___double_quote] = ACTIONS(4541), - [sym___single_quote] = ACTIONS(4541), - [sym___c_double_quote] = ACTIONS(4541), - [sym___c_single_quote] = ACTIONS(4541), - [sym___r_double_quote] = ACTIONS(4541), - [sym___r_single_quote] = ACTIONS(4541), + [anon_sym_DOT] = ACTIONS(4543), + [anon_sym_LBRACE] = ACTIONS(4543), + [anon_sym_const] = ACTIONS(4543), + [anon_sym_LPAREN] = ACTIONS(4543), + [anon_sym___global] = ACTIONS(4543), + [anon_sym_type] = ACTIONS(4543), + [anon_sym_fn] = ACTIONS(4543), + [anon_sym_PLUS] = ACTIONS(4543), + [anon_sym_DASH] = ACTIONS(4543), + [anon_sym_STAR] = ACTIONS(4543), + [anon_sym_struct] = ACTIONS(4543), + [anon_sym_union] = ACTIONS(4543), + [anon_sym_pub] = ACTIONS(4543), + [anon_sym_mut] = ACTIONS(4543), + [anon_sym_enum] = ACTIONS(4543), + [anon_sym_interface] = ACTIONS(4543), + [anon_sym_QMARK] = ACTIONS(4543), + [anon_sym_BANG] = ACTIONS(4543), + [anon_sym_go] = ACTIONS(4543), + [anon_sym_spawn] = ACTIONS(4543), + [anon_sym_json_DOTdecode] = ACTIONS(4543), + [anon_sym_LBRACK2] = ACTIONS(4543), + [anon_sym_TILDE] = ACTIONS(4543), + [anon_sym_CARET] = ACTIONS(4543), + [anon_sym_AMP] = ACTIONS(4543), + [anon_sym_LT_DASH] = ACTIONS(4543), + [sym_none] = ACTIONS(4543), + [sym_true] = ACTIONS(4543), + [sym_false] = ACTIONS(4543), + [sym_nil] = ACTIONS(4543), + [anon_sym_if] = ACTIONS(4543), + [anon_sym_DOLLARif] = ACTIONS(4543), + [anon_sym_match] = ACTIONS(4543), + [anon_sym_select] = ACTIONS(4543), + [anon_sym_lock] = ACTIONS(4543), + [anon_sym_rlock] = ACTIONS(4543), + [anon_sym_unsafe] = ACTIONS(4543), + [anon_sym_sql] = ACTIONS(4543), + [sym_int_literal] = ACTIONS(4543), + [sym_float_literal] = ACTIONS(4543), + [sym_rune_literal] = ACTIONS(4543), + [sym_pseudo_compile_time_identifier] = ACTIONS(4543), + [anon_sym_shared] = ACTIONS(4543), + [anon_sym_map_LBRACK] = ACTIONS(4543), + [anon_sym_chan] = ACTIONS(4543), + [anon_sym_thread] = ACTIONS(4543), + [anon_sym_atomic] = ACTIONS(4543), + [anon_sym_assert] = ACTIONS(4543), + [anon_sym_defer] = ACTIONS(4543), + [anon_sym_goto] = ACTIONS(4543), + [anon_sym_break] = ACTIONS(4543), + [anon_sym_continue] = ACTIONS(4543), + [anon_sym_return] = ACTIONS(4543), + [anon_sym_DOLLARfor] = ACTIONS(4543), + [anon_sym_for] = ACTIONS(4543), + [anon_sym_POUND] = ACTIONS(4543), + [anon_sym_asm] = ACTIONS(4543), + [anon_sym_AT_LBRACK] = ACTIONS(4543), + [sym___double_quote] = ACTIONS(4543), + [sym___single_quote] = ACTIONS(4543), + [sym___c_double_quote] = ACTIONS(4543), + [sym___c_single_quote] = ACTIONS(4543), + [sym___r_double_quote] = ACTIONS(4543), + [sym___r_single_quote] = ACTIONS(4543), }, [1611] = { [sym_line_comment] = STATE(1611), [sym_block_comment] = STATE(1611), - [ts_builtin_sym_end] = ACTIONS(4543), - [sym_identifier] = ACTIONS(4545), - [anon_sym_LF] = ACTIONS(4545), - [anon_sym_CR] = ACTIONS(4545), - [anon_sym_CR_LF] = ACTIONS(4545), + [ts_builtin_sym_end] = ACTIONS(4545), + [sym_identifier] = ACTIONS(4547), + [anon_sym_LF] = ACTIONS(4547), + [anon_sym_CR] = ACTIONS(4547), + [anon_sym_CR_LF] = ACTIONS(4547), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4545), - [anon_sym_LBRACE] = ACTIONS(4545), - [anon_sym_const] = ACTIONS(4545), - [anon_sym_LPAREN] = ACTIONS(4545), - [anon_sym___global] = ACTIONS(4545), - [anon_sym_type] = ACTIONS(4545), - [anon_sym_fn] = ACTIONS(4545), - [anon_sym_PLUS] = ACTIONS(4545), - [anon_sym_DASH] = ACTIONS(4545), - [anon_sym_STAR] = ACTIONS(4545), - [anon_sym_struct] = ACTIONS(4545), - [anon_sym_union] = ACTIONS(4545), - [anon_sym_pub] = ACTIONS(4545), - [anon_sym_mut] = ACTIONS(4545), - [anon_sym_enum] = ACTIONS(4545), - [anon_sym_interface] = ACTIONS(4545), - [anon_sym_QMARK] = ACTIONS(4545), - [anon_sym_BANG] = ACTIONS(4545), - [anon_sym_go] = ACTIONS(4545), - [anon_sym_spawn] = ACTIONS(4545), - [anon_sym_json_DOTdecode] = ACTIONS(4545), - [anon_sym_LBRACK2] = ACTIONS(4545), - [anon_sym_TILDE] = ACTIONS(4545), - [anon_sym_CARET] = ACTIONS(4545), - [anon_sym_AMP] = ACTIONS(4545), - [anon_sym_LT_DASH] = ACTIONS(4545), - [sym_none] = ACTIONS(4545), - [sym_true] = ACTIONS(4545), - [sym_false] = ACTIONS(4545), - [sym_nil] = ACTIONS(4545), - [anon_sym_if] = ACTIONS(4545), - [anon_sym_DOLLARif] = ACTIONS(4545), - [anon_sym_match] = ACTIONS(4545), - [anon_sym_select] = ACTIONS(4545), - [anon_sym_lock] = ACTIONS(4545), - [anon_sym_rlock] = ACTIONS(4545), - [anon_sym_unsafe] = ACTIONS(4545), - [anon_sym_sql] = ACTIONS(4545), - [sym_int_literal] = ACTIONS(4545), - [sym_float_literal] = ACTIONS(4545), - [sym_rune_literal] = ACTIONS(4545), - [sym_pseudo_compile_time_identifier] = ACTIONS(4545), - [anon_sym_shared] = ACTIONS(4545), - [anon_sym_map_LBRACK] = ACTIONS(4545), - [anon_sym_chan] = ACTIONS(4545), - [anon_sym_thread] = ACTIONS(4545), - [anon_sym_atomic] = ACTIONS(4545), - [anon_sym_assert] = ACTIONS(4545), - [anon_sym_defer] = ACTIONS(4545), - [anon_sym_goto] = ACTIONS(4545), - [anon_sym_break] = ACTIONS(4545), - [anon_sym_continue] = ACTIONS(4545), - [anon_sym_return] = ACTIONS(4545), - [anon_sym_DOLLARfor] = ACTIONS(4545), - [anon_sym_for] = ACTIONS(4545), - [anon_sym_POUND] = ACTIONS(4545), - [anon_sym_asm] = ACTIONS(4545), - [anon_sym_AT_LBRACK] = ACTIONS(4545), - [sym___double_quote] = ACTIONS(4545), - [sym___single_quote] = ACTIONS(4545), - [sym___c_double_quote] = ACTIONS(4545), - [sym___c_single_quote] = ACTIONS(4545), - [sym___r_double_quote] = ACTIONS(4545), - [sym___r_single_quote] = ACTIONS(4545), + [anon_sym_DOT] = ACTIONS(4547), + [anon_sym_LBRACE] = ACTIONS(4547), + [anon_sym_const] = ACTIONS(4547), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym___global] = ACTIONS(4547), + [anon_sym_type] = ACTIONS(4547), + [anon_sym_fn] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(4547), + [anon_sym_DASH] = ACTIONS(4547), + [anon_sym_STAR] = ACTIONS(4547), + [anon_sym_struct] = ACTIONS(4547), + [anon_sym_union] = ACTIONS(4547), + [anon_sym_pub] = ACTIONS(4547), + [anon_sym_mut] = ACTIONS(4547), + [anon_sym_enum] = ACTIONS(4547), + [anon_sym_interface] = ACTIONS(4547), + [anon_sym_QMARK] = ACTIONS(4547), + [anon_sym_BANG] = ACTIONS(4547), + [anon_sym_go] = ACTIONS(4547), + [anon_sym_spawn] = ACTIONS(4547), + [anon_sym_json_DOTdecode] = ACTIONS(4547), + [anon_sym_LBRACK2] = ACTIONS(4547), + [anon_sym_TILDE] = ACTIONS(4547), + [anon_sym_CARET] = ACTIONS(4547), + [anon_sym_AMP] = ACTIONS(4547), + [anon_sym_LT_DASH] = ACTIONS(4547), + [sym_none] = ACTIONS(4547), + [sym_true] = ACTIONS(4547), + [sym_false] = ACTIONS(4547), + [sym_nil] = ACTIONS(4547), + [anon_sym_if] = ACTIONS(4547), + [anon_sym_DOLLARif] = ACTIONS(4547), + [anon_sym_match] = ACTIONS(4547), + [anon_sym_select] = ACTIONS(4547), + [anon_sym_lock] = ACTIONS(4547), + [anon_sym_rlock] = ACTIONS(4547), + [anon_sym_unsafe] = ACTIONS(4547), + [anon_sym_sql] = ACTIONS(4547), + [sym_int_literal] = ACTIONS(4547), + [sym_float_literal] = ACTIONS(4547), + [sym_rune_literal] = ACTIONS(4547), + [sym_pseudo_compile_time_identifier] = ACTIONS(4547), + [anon_sym_shared] = ACTIONS(4547), + [anon_sym_map_LBRACK] = ACTIONS(4547), + [anon_sym_chan] = ACTIONS(4547), + [anon_sym_thread] = ACTIONS(4547), + [anon_sym_atomic] = ACTIONS(4547), + [anon_sym_assert] = ACTIONS(4547), + [anon_sym_defer] = ACTIONS(4547), + [anon_sym_goto] = ACTIONS(4547), + [anon_sym_break] = ACTIONS(4547), + [anon_sym_continue] = ACTIONS(4547), + [anon_sym_return] = ACTIONS(4547), + [anon_sym_DOLLARfor] = ACTIONS(4547), + [anon_sym_for] = ACTIONS(4547), + [anon_sym_POUND] = ACTIONS(4547), + [anon_sym_asm] = ACTIONS(4547), + [anon_sym_AT_LBRACK] = ACTIONS(4547), + [sym___double_quote] = ACTIONS(4547), + [sym___single_quote] = ACTIONS(4547), + [sym___c_double_quote] = ACTIONS(4547), + [sym___c_single_quote] = ACTIONS(4547), + [sym___r_double_quote] = ACTIONS(4547), + [sym___r_single_quote] = ACTIONS(4547), }, [1612] = { [sym_line_comment] = STATE(1612), [sym_block_comment] = STATE(1612), - [ts_builtin_sym_end] = ACTIONS(4547), - [sym_identifier] = ACTIONS(4549), - [anon_sym_LF] = ACTIONS(4549), - [anon_sym_CR] = ACTIONS(4549), - [anon_sym_CR_LF] = ACTIONS(4549), + [ts_builtin_sym_end] = ACTIONS(4549), + [sym_identifier] = ACTIONS(4551), + [anon_sym_LF] = ACTIONS(4551), + [anon_sym_CR] = ACTIONS(4551), + [anon_sym_CR_LF] = ACTIONS(4551), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4549), - [anon_sym_LBRACE] = ACTIONS(4549), - [anon_sym_const] = ACTIONS(4549), - [anon_sym_LPAREN] = ACTIONS(4549), - [anon_sym___global] = ACTIONS(4549), - [anon_sym_type] = ACTIONS(4549), - [anon_sym_fn] = ACTIONS(4549), - [anon_sym_PLUS] = ACTIONS(4549), - [anon_sym_DASH] = ACTIONS(4549), - [anon_sym_STAR] = ACTIONS(4549), - [anon_sym_struct] = ACTIONS(4549), - [anon_sym_union] = ACTIONS(4549), - [anon_sym_pub] = ACTIONS(4549), - [anon_sym_mut] = ACTIONS(4549), - [anon_sym_enum] = ACTIONS(4549), - [anon_sym_interface] = ACTIONS(4549), - [anon_sym_QMARK] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(4549), - [anon_sym_go] = ACTIONS(4549), - [anon_sym_spawn] = ACTIONS(4549), - [anon_sym_json_DOTdecode] = ACTIONS(4549), - [anon_sym_LBRACK2] = ACTIONS(4549), - [anon_sym_TILDE] = ACTIONS(4549), - [anon_sym_CARET] = ACTIONS(4549), - [anon_sym_AMP] = ACTIONS(4549), - [anon_sym_LT_DASH] = ACTIONS(4549), - [sym_none] = ACTIONS(4549), - [sym_true] = ACTIONS(4549), - [sym_false] = ACTIONS(4549), - [sym_nil] = ACTIONS(4549), - [anon_sym_if] = ACTIONS(4549), - [anon_sym_DOLLARif] = ACTIONS(4549), - [anon_sym_match] = ACTIONS(4549), - [anon_sym_select] = ACTIONS(4549), - [anon_sym_lock] = ACTIONS(4549), - [anon_sym_rlock] = ACTIONS(4549), - [anon_sym_unsafe] = ACTIONS(4549), - [anon_sym_sql] = ACTIONS(4549), - [sym_int_literal] = ACTIONS(4549), - [sym_float_literal] = ACTIONS(4549), - [sym_rune_literal] = ACTIONS(4549), - [sym_pseudo_compile_time_identifier] = ACTIONS(4549), - [anon_sym_shared] = ACTIONS(4549), - [anon_sym_map_LBRACK] = ACTIONS(4549), - [anon_sym_chan] = ACTIONS(4549), - [anon_sym_thread] = ACTIONS(4549), - [anon_sym_atomic] = ACTIONS(4549), - [anon_sym_assert] = ACTIONS(4549), - [anon_sym_defer] = ACTIONS(4549), - [anon_sym_goto] = ACTIONS(4549), - [anon_sym_break] = ACTIONS(4549), - [anon_sym_continue] = ACTIONS(4549), - [anon_sym_return] = ACTIONS(4549), - [anon_sym_DOLLARfor] = ACTIONS(4549), - [anon_sym_for] = ACTIONS(4549), - [anon_sym_POUND] = ACTIONS(4549), - [anon_sym_asm] = ACTIONS(4549), - [anon_sym_AT_LBRACK] = ACTIONS(4549), - [sym___double_quote] = ACTIONS(4549), - [sym___single_quote] = ACTIONS(4549), - [sym___c_double_quote] = ACTIONS(4549), - [sym___c_single_quote] = ACTIONS(4549), - [sym___r_double_quote] = ACTIONS(4549), - [sym___r_single_quote] = ACTIONS(4549), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_LBRACE] = ACTIONS(4551), + [anon_sym_const] = ACTIONS(4551), + [anon_sym_LPAREN] = ACTIONS(4551), + [anon_sym___global] = ACTIONS(4551), + [anon_sym_type] = ACTIONS(4551), + [anon_sym_fn] = ACTIONS(4551), + [anon_sym_PLUS] = ACTIONS(4551), + [anon_sym_DASH] = ACTIONS(4551), + [anon_sym_STAR] = ACTIONS(4551), + [anon_sym_struct] = ACTIONS(4551), + [anon_sym_union] = ACTIONS(4551), + [anon_sym_pub] = ACTIONS(4551), + [anon_sym_mut] = ACTIONS(4551), + [anon_sym_enum] = ACTIONS(4551), + [anon_sym_interface] = ACTIONS(4551), + [anon_sym_QMARK] = ACTIONS(4551), + [anon_sym_BANG] = ACTIONS(4551), + [anon_sym_go] = ACTIONS(4551), + [anon_sym_spawn] = ACTIONS(4551), + [anon_sym_json_DOTdecode] = ACTIONS(4551), + [anon_sym_LBRACK2] = ACTIONS(4551), + [anon_sym_TILDE] = ACTIONS(4551), + [anon_sym_CARET] = ACTIONS(4551), + [anon_sym_AMP] = ACTIONS(4551), + [anon_sym_LT_DASH] = ACTIONS(4551), + [sym_none] = ACTIONS(4551), + [sym_true] = ACTIONS(4551), + [sym_false] = ACTIONS(4551), + [sym_nil] = ACTIONS(4551), + [anon_sym_if] = ACTIONS(4551), + [anon_sym_DOLLARif] = ACTIONS(4551), + [anon_sym_match] = ACTIONS(4551), + [anon_sym_select] = ACTIONS(4551), + [anon_sym_lock] = ACTIONS(4551), + [anon_sym_rlock] = ACTIONS(4551), + [anon_sym_unsafe] = ACTIONS(4551), + [anon_sym_sql] = ACTIONS(4551), + [sym_int_literal] = ACTIONS(4551), + [sym_float_literal] = ACTIONS(4551), + [sym_rune_literal] = ACTIONS(4551), + [sym_pseudo_compile_time_identifier] = ACTIONS(4551), + [anon_sym_shared] = ACTIONS(4551), + [anon_sym_map_LBRACK] = ACTIONS(4551), + [anon_sym_chan] = ACTIONS(4551), + [anon_sym_thread] = ACTIONS(4551), + [anon_sym_atomic] = ACTIONS(4551), + [anon_sym_assert] = ACTIONS(4551), + [anon_sym_defer] = ACTIONS(4551), + [anon_sym_goto] = ACTIONS(4551), + [anon_sym_break] = ACTIONS(4551), + [anon_sym_continue] = ACTIONS(4551), + [anon_sym_return] = ACTIONS(4551), + [anon_sym_DOLLARfor] = ACTIONS(4551), + [anon_sym_for] = ACTIONS(4551), + [anon_sym_POUND] = ACTIONS(4551), + [anon_sym_asm] = ACTIONS(4551), + [anon_sym_AT_LBRACK] = ACTIONS(4551), + [sym___double_quote] = ACTIONS(4551), + [sym___single_quote] = ACTIONS(4551), + [sym___c_double_quote] = ACTIONS(4551), + [sym___c_single_quote] = ACTIONS(4551), + [sym___r_double_quote] = ACTIONS(4551), + [sym___r_single_quote] = ACTIONS(4551), }, [1613] = { [sym_line_comment] = STATE(1613), [sym_block_comment] = STATE(1613), - [ts_builtin_sym_end] = ACTIONS(4551), - [sym_identifier] = ACTIONS(4553), - [anon_sym_LF] = ACTIONS(4553), - [anon_sym_CR] = ACTIONS(4553), - [anon_sym_CR_LF] = ACTIONS(4553), + [ts_builtin_sym_end] = ACTIONS(4553), + [sym_identifier] = ACTIONS(4555), + [anon_sym_LF] = ACTIONS(4555), + [anon_sym_CR] = ACTIONS(4555), + [anon_sym_CR_LF] = ACTIONS(4555), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4553), - [anon_sym_LBRACE] = ACTIONS(4553), - [anon_sym_const] = ACTIONS(4553), - [anon_sym_LPAREN] = ACTIONS(4553), - [anon_sym___global] = ACTIONS(4553), - [anon_sym_type] = ACTIONS(4553), - [anon_sym_fn] = ACTIONS(4553), - [anon_sym_PLUS] = ACTIONS(4553), - [anon_sym_DASH] = ACTIONS(4553), - [anon_sym_STAR] = ACTIONS(4553), - [anon_sym_struct] = ACTIONS(4553), - [anon_sym_union] = ACTIONS(4553), - [anon_sym_pub] = ACTIONS(4553), - [anon_sym_mut] = ACTIONS(4553), - [anon_sym_enum] = ACTIONS(4553), - [anon_sym_interface] = ACTIONS(4553), - [anon_sym_QMARK] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(4553), - [anon_sym_go] = ACTIONS(4553), - [anon_sym_spawn] = ACTIONS(4553), - [anon_sym_json_DOTdecode] = ACTIONS(4553), - [anon_sym_LBRACK2] = ACTIONS(4553), - [anon_sym_TILDE] = ACTIONS(4553), - [anon_sym_CARET] = ACTIONS(4553), - [anon_sym_AMP] = ACTIONS(4553), - [anon_sym_LT_DASH] = ACTIONS(4553), - [sym_none] = ACTIONS(4553), - [sym_true] = ACTIONS(4553), - [sym_false] = ACTIONS(4553), - [sym_nil] = ACTIONS(4553), - [anon_sym_if] = ACTIONS(4553), - [anon_sym_DOLLARif] = ACTIONS(4553), - [anon_sym_match] = ACTIONS(4553), - [anon_sym_select] = ACTIONS(4553), - [anon_sym_lock] = ACTIONS(4553), - [anon_sym_rlock] = ACTIONS(4553), - [anon_sym_unsafe] = ACTIONS(4553), - [anon_sym_sql] = ACTIONS(4553), - [sym_int_literal] = ACTIONS(4553), - [sym_float_literal] = ACTIONS(4553), - [sym_rune_literal] = ACTIONS(4553), - [sym_pseudo_compile_time_identifier] = ACTIONS(4553), - [anon_sym_shared] = ACTIONS(4553), - [anon_sym_map_LBRACK] = ACTIONS(4553), - [anon_sym_chan] = ACTIONS(4553), - [anon_sym_thread] = ACTIONS(4553), - [anon_sym_atomic] = ACTIONS(4553), - [anon_sym_assert] = ACTIONS(4553), - [anon_sym_defer] = ACTIONS(4553), - [anon_sym_goto] = ACTIONS(4553), - [anon_sym_break] = ACTIONS(4553), - [anon_sym_continue] = ACTIONS(4553), - [anon_sym_return] = ACTIONS(4553), - [anon_sym_DOLLARfor] = ACTIONS(4553), - [anon_sym_for] = ACTIONS(4553), - [anon_sym_POUND] = ACTIONS(4553), - [anon_sym_asm] = ACTIONS(4553), - [anon_sym_AT_LBRACK] = ACTIONS(4553), - [sym___double_quote] = ACTIONS(4553), - [sym___single_quote] = ACTIONS(4553), - [sym___c_double_quote] = ACTIONS(4553), - [sym___c_single_quote] = ACTIONS(4553), - [sym___r_double_quote] = ACTIONS(4553), - [sym___r_single_quote] = ACTIONS(4553), + [anon_sym_DOT] = ACTIONS(4555), + [anon_sym_LBRACE] = ACTIONS(4555), + [anon_sym_const] = ACTIONS(4555), + [anon_sym_LPAREN] = ACTIONS(4555), + [anon_sym___global] = ACTIONS(4555), + [anon_sym_type] = ACTIONS(4555), + [anon_sym_fn] = ACTIONS(4555), + [anon_sym_PLUS] = ACTIONS(4555), + [anon_sym_DASH] = ACTIONS(4555), + [anon_sym_STAR] = ACTIONS(4555), + [anon_sym_struct] = ACTIONS(4555), + [anon_sym_union] = ACTIONS(4555), + [anon_sym_pub] = ACTIONS(4555), + [anon_sym_mut] = ACTIONS(4555), + [anon_sym_enum] = ACTIONS(4555), + [anon_sym_interface] = ACTIONS(4555), + [anon_sym_QMARK] = ACTIONS(4555), + [anon_sym_BANG] = ACTIONS(4555), + [anon_sym_go] = ACTIONS(4555), + [anon_sym_spawn] = ACTIONS(4555), + [anon_sym_json_DOTdecode] = ACTIONS(4555), + [anon_sym_LBRACK2] = ACTIONS(4555), + [anon_sym_TILDE] = ACTIONS(4555), + [anon_sym_CARET] = ACTIONS(4555), + [anon_sym_AMP] = ACTIONS(4555), + [anon_sym_LT_DASH] = ACTIONS(4555), + [sym_none] = ACTIONS(4555), + [sym_true] = ACTIONS(4555), + [sym_false] = ACTIONS(4555), + [sym_nil] = ACTIONS(4555), + [anon_sym_if] = ACTIONS(4555), + [anon_sym_DOLLARif] = ACTIONS(4555), + [anon_sym_match] = ACTIONS(4555), + [anon_sym_select] = ACTIONS(4555), + [anon_sym_lock] = ACTIONS(4555), + [anon_sym_rlock] = ACTIONS(4555), + [anon_sym_unsafe] = ACTIONS(4555), + [anon_sym_sql] = ACTIONS(4555), + [sym_int_literal] = ACTIONS(4555), + [sym_float_literal] = ACTIONS(4555), + [sym_rune_literal] = ACTIONS(4555), + [sym_pseudo_compile_time_identifier] = ACTIONS(4555), + [anon_sym_shared] = ACTIONS(4555), + [anon_sym_map_LBRACK] = ACTIONS(4555), + [anon_sym_chan] = ACTIONS(4555), + [anon_sym_thread] = ACTIONS(4555), + [anon_sym_atomic] = ACTIONS(4555), + [anon_sym_assert] = ACTIONS(4555), + [anon_sym_defer] = ACTIONS(4555), + [anon_sym_goto] = ACTIONS(4555), + [anon_sym_break] = ACTIONS(4555), + [anon_sym_continue] = ACTIONS(4555), + [anon_sym_return] = ACTIONS(4555), + [anon_sym_DOLLARfor] = ACTIONS(4555), + [anon_sym_for] = ACTIONS(4555), + [anon_sym_POUND] = ACTIONS(4555), + [anon_sym_asm] = ACTIONS(4555), + [anon_sym_AT_LBRACK] = ACTIONS(4555), + [sym___double_quote] = ACTIONS(4555), + [sym___single_quote] = ACTIONS(4555), + [sym___c_double_quote] = ACTIONS(4555), + [sym___c_single_quote] = ACTIONS(4555), + [sym___r_double_quote] = ACTIONS(4555), + [sym___r_single_quote] = ACTIONS(4555), }, [1614] = { [sym_line_comment] = STATE(1614), [sym_block_comment] = STATE(1614), - [sym_reference_expression] = STATE(4577), - [sym_type_reference_expression] = STATE(2676), - [sym_plain_type] = STATE(2777), - [sym__plain_type_without_special] = STATE(2753), - [sym_anon_struct_type] = STATE(2754), - [sym_multi_return_type] = STATE(2753), - [sym_result_type] = STATE(2753), - [sym_option_type] = STATE(2753), - [sym_qualified_type] = STATE(2676), - [sym_fixed_array_type] = STATE(2754), - [sym_array_type] = STATE(2754), - [sym_pointer_type] = STATE(2754), - [sym_wrong_pointer_type] = STATE(2754), - [sym_map_type] = STATE(2754), - [sym_channel_type] = STATE(2754), - [sym_shared_type] = STATE(2754), - [sym_thread_type] = STATE(2754), - [sym_atomic_type] = STATE(2754), - [sym_generic_type] = STATE(2754), - [sym_function_type] = STATE(2754), - [sym_identifier] = ACTIONS(4555), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(571), - [anon_sym_as] = ACTIONS(571), - [anon_sym_LBRACE] = ACTIONS(567), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(4557), - [anon_sym_PIPE] = ACTIONS(571), + [ts_builtin_sym_end] = ACTIONS(4557), + [sym_identifier] = ACTIONS(4559), + [anon_sym_LF] = ACTIONS(4559), + [anon_sym_CR] = ACTIONS(4559), + [anon_sym_CR_LF] = ACTIONS(4559), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4559), + [anon_sym_LBRACE] = ACTIONS(4559), + [anon_sym_const] = ACTIONS(4559), + [anon_sym_LPAREN] = ACTIONS(4559), + [anon_sym___global] = ACTIONS(4559), + [anon_sym_type] = ACTIONS(4559), [anon_sym_fn] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(571), - [anon_sym_DASH] = ACTIONS(571), - [anon_sym_STAR] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(571), - [anon_sym_PERCENT] = ACTIONS(567), - [anon_sym_LT] = ACTIONS(571), - [anon_sym_GT] = ACTIONS(571), - [anon_sym_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ] = ACTIONS(567), - [anon_sym_LT_EQ] = ACTIONS(567), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_DOT_DOT_DOT] = ACTIONS(567), - [anon_sym_LBRACK] = ACTIONS(567), - [anon_sym_struct] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(567), - [anon_sym_DASH_DASH] = ACTIONS(567), - [anon_sym_QMARK] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(4567), - [anon_sym_LBRACK2] = ACTIONS(4569), - [anon_sym_CARET] = ACTIONS(567), - [anon_sym_AMP] = ACTIONS(4571), - [anon_sym_LT_LT] = ACTIONS(567), - [anon_sym_GT_GT] = ACTIONS(571), - [anon_sym_GT_GT_GT] = ACTIONS(567), - [anon_sym_AMP_CARET] = ACTIONS(567), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_or] = ACTIONS(571), - [anon_sym_QMARK_DOT] = ACTIONS(567), - [anon_sym_POUND_LBRACK] = ACTIONS(567), - [anon_sym_is] = ACTIONS(571), - [anon_sym_BANGis] = ACTIONS(567), - [anon_sym_in] = ACTIONS(571), - [anon_sym_BANGin] = ACTIONS(567), - [anon_sym_shared] = ACTIONS(4573), - [anon_sym_map_LBRACK] = ACTIONS(4575), - [anon_sym_chan] = ACTIONS(4577), - [anon_sym_thread] = ACTIONS(4579), - [anon_sym_atomic] = ACTIONS(4581), - [anon_sym_DOT_DOT] = ACTIONS(571), + [anon_sym_PLUS] = ACTIONS(4559), + [anon_sym_DASH] = ACTIONS(4559), + [anon_sym_STAR] = ACTIONS(4559), + [anon_sym_struct] = ACTIONS(4559), + [anon_sym_union] = ACTIONS(4559), + [anon_sym_pub] = ACTIONS(4559), + [anon_sym_mut] = ACTIONS(4559), + [anon_sym_enum] = ACTIONS(4559), + [anon_sym_interface] = ACTIONS(4559), + [anon_sym_QMARK] = ACTIONS(4559), + [anon_sym_BANG] = ACTIONS(4559), + [anon_sym_go] = ACTIONS(4559), + [anon_sym_spawn] = ACTIONS(4559), + [anon_sym_json_DOTdecode] = ACTIONS(4559), + [anon_sym_LBRACK2] = ACTIONS(4559), + [anon_sym_TILDE] = ACTIONS(4559), + [anon_sym_CARET] = ACTIONS(4559), + [anon_sym_AMP] = ACTIONS(4559), + [anon_sym_LT_DASH] = ACTIONS(4559), + [sym_none] = ACTIONS(4559), + [sym_true] = ACTIONS(4559), + [sym_false] = ACTIONS(4559), + [sym_nil] = ACTIONS(4559), + [anon_sym_if] = ACTIONS(4559), + [anon_sym_DOLLARif] = ACTIONS(4559), + [anon_sym_match] = ACTIONS(4559), + [anon_sym_select] = ACTIONS(4559), + [anon_sym_lock] = ACTIONS(4559), + [anon_sym_rlock] = ACTIONS(4559), + [anon_sym_unsafe] = ACTIONS(4559), + [anon_sym_sql] = ACTIONS(4559), + [sym_int_literal] = ACTIONS(4559), + [sym_float_literal] = ACTIONS(4559), + [sym_rune_literal] = ACTIONS(4559), + [sym_pseudo_compile_time_identifier] = ACTIONS(4559), + [anon_sym_shared] = ACTIONS(4559), + [anon_sym_map_LBRACK] = ACTIONS(4559), + [anon_sym_chan] = ACTIONS(4559), + [anon_sym_thread] = ACTIONS(4559), + [anon_sym_atomic] = ACTIONS(4559), + [anon_sym_assert] = ACTIONS(4559), + [anon_sym_defer] = ACTIONS(4559), + [anon_sym_goto] = ACTIONS(4559), + [anon_sym_break] = ACTIONS(4559), + [anon_sym_continue] = ACTIONS(4559), + [anon_sym_return] = ACTIONS(4559), + [anon_sym_DOLLARfor] = ACTIONS(4559), + [anon_sym_for] = ACTIONS(4559), + [anon_sym_POUND] = ACTIONS(4559), + [anon_sym_asm] = ACTIONS(4559), + [anon_sym_AT_LBRACK] = ACTIONS(4559), + [sym___double_quote] = ACTIONS(4559), + [sym___single_quote] = ACTIONS(4559), + [sym___c_double_quote] = ACTIONS(4559), + [sym___c_single_quote] = ACTIONS(4559), + [sym___r_double_quote] = ACTIONS(4559), + [sym___r_single_quote] = ACTIONS(4559), }, [1615] = { [sym_line_comment] = STATE(1615), [sym_block_comment] = STATE(1615), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_LBRACE] = ACTIONS(603), - [anon_sym_COMMA] = ACTIONS(603), - [anon_sym_LPAREN] = ACTIONS(3618), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(3620), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(603), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(603), - [anon_sym_BANG_EQ] = ACTIONS(603), - [anon_sym_LT_EQ] = ACTIONS(603), - [anon_sym_GT_EQ] = ACTIONS(603), - [anon_sym_DOT_DOT_DOT] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(603), + [anon_sym_DOT] = ACTIONS(599), + [anon_sym_as] = ACTIONS(599), + [anon_sym_LBRACE] = ACTIONS(595), + [anon_sym_COMMA] = ACTIONS(595), + [anon_sym_LPAREN] = ACTIONS(3626), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(3628), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(595), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(595), + [anon_sym_BANG_EQ] = ACTIONS(595), + [anon_sym_LT_EQ] = ACTIONS(595), + [anon_sym_GT_EQ] = ACTIONS(595), + [anon_sym_DOT_DOT_DOT] = ACTIONS(595), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(595), + [anon_sym_DASH_DASH] = ACTIONS(595), [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(4583), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(603), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_LT] = ACTIONS(603), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(603), - [anon_sym_AMP_CARET] = ACTIONS(603), - [anon_sym_AMP_AMP] = ACTIONS(603), - [anon_sym_PIPE_PIPE] = ACTIONS(603), - [anon_sym_or] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(603), - [anon_sym_POUND_LBRACK] = ACTIONS(603), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(603), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(603), - [anon_sym_shared] = ACTIONS(623), + [anon_sym_BANG] = ACTIONS(4561), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(595), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_LT] = ACTIONS(595), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(595), + [anon_sym_AMP_CARET] = ACTIONS(595), + [anon_sym_AMP_AMP] = ACTIONS(595), + [anon_sym_PIPE_PIPE] = ACTIONS(595), + [anon_sym_or] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(595), + [anon_sym_POUND_LBRACK] = ACTIONS(595), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(595), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(595), + [anon_sym_shared] = ACTIONS(615), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(607), + [anon_sym_DOT_DOT] = ACTIONS(599), }, [1616] = { [sym_line_comment] = STATE(1616), [sym_block_comment] = STATE(1616), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2427), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2440), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(563), - [anon_sym_DOT] = ACTIONS(563), - [anon_sym_as] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_as] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(563), + [anon_sym_COMMA] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_PIPE] = ACTIONS(619), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_SLASH] = ACTIONS(619), + [anon_sym_PERCENT] = ACTIONS(617), + [anon_sym_LT] = ACTIONS(619), + [anon_sym_GT] = ACTIONS(619), + [anon_sym_EQ_EQ] = ACTIONS(617), + [anon_sym_BANG_EQ] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(617), + [anon_sym_DASH_DASH] = ACTIONS(617), + [anon_sym_QMARK] = ACTIONS(619), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_LBRACK2] = ACTIONS(619), + [anon_sym_CARET] = ACTIONS(617), + [anon_sym_AMP] = ACTIONS(619), + [anon_sym_LT_LT] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_GT_GT_GT] = ACTIONS(617), + [anon_sym_AMP_CARET] = ACTIONS(617), + [anon_sym_AMP_AMP] = ACTIONS(617), + [anon_sym_PIPE_PIPE] = ACTIONS(617), + [anon_sym_or] = ACTIONS(619), + [anon_sym_QMARK_DOT] = ACTIONS(617), + [anon_sym_POUND_LBRACK] = ACTIONS(617), + [anon_sym_is] = ACTIONS(619), + [anon_sym_BANGis] = ACTIONS(617), + [anon_sym_in] = ACTIONS(619), + [anon_sym_BANGin] = ACTIONS(617), + [anon_sym_COLON_EQ] = ACTIONS(617), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + }, + [1617] = { + [sym_line_comment] = STATE(1617), + [sym_block_comment] = STATE(1617), + [sym_reference_expression] = STATE(4579), + [sym_type_reference_expression] = STATE(2662), + [sym_plain_type] = STATE(2778), + [sym__plain_type_without_special] = STATE(2751), + [sym_anon_struct_type] = STATE(2752), + [sym_multi_return_type] = STATE(2751), + [sym_result_type] = STATE(2751), + [sym_option_type] = STATE(2751), + [sym_qualified_type] = STATE(2662), + [sym_fixed_array_type] = STATE(2752), + [sym_array_type] = STATE(2752), + [sym_pointer_type] = STATE(2752), + [sym_wrong_pointer_type] = STATE(2752), + [sym_map_type] = STATE(2752), + [sym_channel_type] = STATE(2752), + [sym_shared_type] = STATE(2752), + [sym_thread_type] = STATE(2752), + [sym_atomic_type] = STATE(2752), + [sym_generic_type] = STATE(2752), + [sym_function_type] = STATE(2752), + [sym_identifier] = ACTIONS(4563), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(567), + [anon_sym_as] = ACTIONS(567), + [anon_sym_LBRACE] = ACTIONS(563), [anon_sym_COMMA] = ACTIONS(563), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_PIPE] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(565), - [anon_sym_STAR] = ACTIONS(563), - [anon_sym_SLASH] = ACTIONS(565), + [anon_sym_LPAREN] = ACTIONS(4565), + [anon_sym_PIPE] = ACTIONS(567), + [anon_sym_fn] = ACTIONS(4567), + [anon_sym_PLUS] = ACTIONS(567), + [anon_sym_DASH] = ACTIONS(567), + [anon_sym_STAR] = ACTIONS(4569), + [anon_sym_SLASH] = ACTIONS(567), [anon_sym_PERCENT] = ACTIONS(563), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), + [anon_sym_LT] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(567), [anon_sym_EQ_EQ] = ACTIONS(563), [anon_sym_BANG_EQ] = ACTIONS(563), [anon_sym_LT_EQ] = ACTIONS(563), [anon_sym_GT_EQ] = ACTIONS(563), + [anon_sym_DOT_DOT_DOT] = ACTIONS(563), [anon_sym_LBRACK] = ACTIONS(563), - [anon_sym_struct] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(4571), [anon_sym_PLUS_PLUS] = ACTIONS(563), [anon_sym_DASH_DASH] = ACTIONS(563), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_LBRACK2] = ACTIONS(565), + [anon_sym_QMARK] = ACTIONS(4573), + [anon_sym_BANG] = ACTIONS(4575), + [anon_sym_LBRACK2] = ACTIONS(4577), [anon_sym_CARET] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(565), + [anon_sym_AMP] = ACTIONS(4579), [anon_sym_LT_LT] = ACTIONS(563), - [anon_sym_GT_GT] = ACTIONS(565), + [anon_sym_GT_GT] = ACTIONS(567), [anon_sym_GT_GT_GT] = ACTIONS(563), [anon_sym_AMP_CARET] = ACTIONS(563), [anon_sym_AMP_AMP] = ACTIONS(563), [anon_sym_PIPE_PIPE] = ACTIONS(563), - [anon_sym_or] = ACTIONS(565), + [anon_sym_or] = ACTIONS(567), [anon_sym_QMARK_DOT] = ACTIONS(563), [anon_sym_POUND_LBRACK] = ACTIONS(563), - [anon_sym_is] = ACTIONS(565), + [anon_sym_is] = ACTIONS(567), [anon_sym_BANGis] = ACTIONS(563), - [anon_sym_in] = ACTIONS(565), + [anon_sym_in] = ACTIONS(567), [anon_sym_BANGin] = ACTIONS(563), - [anon_sym_COLON_EQ] = ACTIONS(563), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), + [anon_sym_shared] = ACTIONS(4581), + [anon_sym_map_LBRACK] = ACTIONS(4583), + [anon_sym_chan] = ACTIONS(4585), + [anon_sym_thread] = ACTIONS(4587), + [anon_sym_atomic] = ACTIONS(4589), + [anon_sym_DOT_DOT] = ACTIONS(567), }, - [1617] = { - [sym_line_comment] = STATE(1617), - [sym_block_comment] = STATE(1617), - [sym_reference_expression] = STATE(4577), - [sym_type_reference_expression] = STATE(2676), - [sym_plain_type] = STATE(2773), - [sym__plain_type_without_special] = STATE(2753), - [sym_anon_struct_type] = STATE(2754), - [sym_multi_return_type] = STATE(2753), - [sym_result_type] = STATE(2753), - [sym_option_type] = STATE(2753), - [sym_qualified_type] = STATE(2676), - [sym_fixed_array_type] = STATE(2754), - [sym_array_type] = STATE(2754), - [sym_pointer_type] = STATE(2754), - [sym_wrong_pointer_type] = STATE(2754), - [sym_map_type] = STATE(2754), - [sym_channel_type] = STATE(2754), - [sym_shared_type] = STATE(2754), - [sym_thread_type] = STATE(2754), - [sym_atomic_type] = STATE(2754), - [sym_generic_type] = STATE(2754), - [sym_function_type] = STATE(2754), - [sym_identifier] = ACTIONS(4555), + [1618] = { + [sym_line_comment] = STATE(1618), + [sym_block_comment] = STATE(1618), + [sym_reference_expression] = STATE(4579), + [sym_type_reference_expression] = STATE(2662), + [sym_plain_type] = STATE(2762), + [sym__plain_type_without_special] = STATE(2751), + [sym_anon_struct_type] = STATE(2752), + [sym_multi_return_type] = STATE(2751), + [sym_result_type] = STATE(2751), + [sym_option_type] = STATE(2751), + [sym_qualified_type] = STATE(2662), + [sym_fixed_array_type] = STATE(2752), + [sym_array_type] = STATE(2752), + [sym_pointer_type] = STATE(2752), + [sym_wrong_pointer_type] = STATE(2752), + [sym_map_type] = STATE(2752), + [sym_channel_type] = STATE(2752), + [sym_shared_type] = STATE(2752), + [sym_thread_type] = STATE(2752), + [sym_atomic_type] = STATE(2752), + [sym_generic_type] = STATE(2752), + [sym_function_type] = STATE(2752), + [sym_identifier] = ACTIONS(4563), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), [anon_sym_DOT] = ACTIONS(627), [anon_sym_as] = ACTIONS(627), [anon_sym_LBRACE] = ACTIONS(625), [anon_sym_COMMA] = ACTIONS(625), - [anon_sym_LPAREN] = ACTIONS(4557), + [anon_sym_LPAREN] = ACTIONS(4565), [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_fn] = ACTIONS(4559), + [anon_sym_fn] = ACTIONS(4567), [anon_sym_PLUS] = ACTIONS(627), [anon_sym_DASH] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(4561), + [anon_sym_STAR] = ACTIONS(4569), [anon_sym_SLASH] = ACTIONS(627), [anon_sym_PERCENT] = ACTIONS(625), [anon_sym_LT] = ACTIONS(627), @@ -192732,540 +192865,394 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(625), [anon_sym_DOT_DOT_DOT] = ACTIONS(625), [anon_sym_LBRACK] = ACTIONS(625), - [anon_sym_struct] = ACTIONS(4563), + [anon_sym_struct] = ACTIONS(4571), [anon_sym_PLUS_PLUS] = ACTIONS(625), [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_QMARK] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(4567), - [anon_sym_LBRACK2] = ACTIONS(4569), + [anon_sym_QMARK] = ACTIONS(4573), + [anon_sym_BANG] = ACTIONS(4575), + [anon_sym_LBRACK2] = ACTIONS(4577), [anon_sym_CARET] = ACTIONS(625), - [anon_sym_AMP] = ACTIONS(4571), + [anon_sym_AMP] = ACTIONS(4579), [anon_sym_LT_LT] = ACTIONS(625), [anon_sym_GT_GT] = ACTIONS(627), [anon_sym_GT_GT_GT] = ACTIONS(625), - [anon_sym_AMP_CARET] = ACTIONS(625), - [anon_sym_AMP_AMP] = ACTIONS(625), - [anon_sym_PIPE_PIPE] = ACTIONS(625), - [anon_sym_or] = ACTIONS(627), - [anon_sym_QMARK_DOT] = ACTIONS(625), - [anon_sym_POUND_LBRACK] = ACTIONS(625), - [anon_sym_is] = ACTIONS(627), - [anon_sym_BANGis] = ACTIONS(625), - [anon_sym_in] = ACTIONS(627), - [anon_sym_BANGin] = ACTIONS(625), - [anon_sym_shared] = ACTIONS(4573), - [anon_sym_map_LBRACK] = ACTIONS(4575), - [anon_sym_chan] = ACTIONS(4577), - [anon_sym_thread] = ACTIONS(4579), - [anon_sym_atomic] = ACTIONS(4581), - [anon_sym_DOT_DOT] = ACTIONS(627), - }, - [1618] = { - [sym_line_comment] = STATE(1618), - [sym_block_comment] = STATE(1618), - [sym_reference_expression] = STATE(4577), - [sym_type_reference_expression] = STATE(2676), - [sym_plain_type] = STATE(2762), - [sym__plain_type_without_special] = STATE(2753), - [sym_anon_struct_type] = STATE(2754), - [sym_multi_return_type] = STATE(2753), - [sym_result_type] = STATE(2753), - [sym_option_type] = STATE(2753), - [sym_qualified_type] = STATE(2676), - [sym_fixed_array_type] = STATE(2754), - [sym_array_type] = STATE(2754), - [sym_pointer_type] = STATE(2754), - [sym_wrong_pointer_type] = STATE(2754), - [sym_map_type] = STATE(2754), - [sym_channel_type] = STATE(2754), - [sym_shared_type] = STATE(2754), - [sym_thread_type] = STATE(2754), - [sym_atomic_type] = STATE(2754), - [sym_generic_type] = STATE(2754), - [sym_function_type] = STATE(2754), - [sym_identifier] = ACTIONS(4555), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(601), - [anon_sym_as] = ACTIONS(601), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_COMMA] = ACTIONS(599), - [anon_sym_LPAREN] = ACTIONS(4557), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_PERCENT] = ACTIONS(599), - [anon_sym_LT] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(599), - [anon_sym_BANG_EQ] = ACTIONS(599), - [anon_sym_LT_EQ] = ACTIONS(599), - [anon_sym_GT_EQ] = ACTIONS(599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(599), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_struct] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(599), - [anon_sym_DASH_DASH] = ACTIONS(599), - [anon_sym_QMARK] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(4567), - [anon_sym_LBRACK2] = ACTIONS(4569), - [anon_sym_CARET] = ACTIONS(599), - [anon_sym_AMP] = ACTIONS(4571), - [anon_sym_LT_LT] = ACTIONS(599), - [anon_sym_GT_GT] = ACTIONS(601), - [anon_sym_GT_GT_GT] = ACTIONS(599), - [anon_sym_AMP_CARET] = ACTIONS(599), - [anon_sym_AMP_AMP] = ACTIONS(599), - [anon_sym_PIPE_PIPE] = ACTIONS(599), - [anon_sym_or] = ACTIONS(601), - [anon_sym_QMARK_DOT] = ACTIONS(599), - [anon_sym_POUND_LBRACK] = ACTIONS(599), - [anon_sym_is] = ACTIONS(601), - [anon_sym_BANGis] = ACTIONS(599), - [anon_sym_in] = ACTIONS(601), - [anon_sym_BANGin] = ACTIONS(599), - [anon_sym_shared] = ACTIONS(4573), - [anon_sym_map_LBRACK] = ACTIONS(4575), - [anon_sym_chan] = ACTIONS(4577), - [anon_sym_thread] = ACTIONS(4579), - [anon_sym_atomic] = ACTIONS(4581), - [anon_sym_DOT_DOT] = ACTIONS(601), + [anon_sym_AMP_CARET] = ACTIONS(625), + [anon_sym_AMP_AMP] = ACTIONS(625), + [anon_sym_PIPE_PIPE] = ACTIONS(625), + [anon_sym_or] = ACTIONS(627), + [anon_sym_QMARK_DOT] = ACTIONS(625), + [anon_sym_POUND_LBRACK] = ACTIONS(625), + [anon_sym_is] = ACTIONS(627), + [anon_sym_BANGis] = ACTIONS(625), + [anon_sym_in] = ACTIONS(627), + [anon_sym_BANGin] = ACTIONS(625), + [anon_sym_shared] = ACTIONS(4581), + [anon_sym_map_LBRACK] = ACTIONS(4583), + [anon_sym_chan] = ACTIONS(4585), + [anon_sym_thread] = ACTIONS(4587), + [anon_sym_atomic] = ACTIONS(4589), + [anon_sym_DOT_DOT] = ACTIONS(627), }, [1619] = { [sym_line_comment] = STATE(1619), [sym_block_comment] = STATE(1619), - [ts_builtin_sym_end] = ACTIONS(4585), - [sym_identifier] = ACTIONS(4587), + [sym_reference_expression] = STATE(4579), + [sym_type_reference_expression] = STATE(2662), + [sym_plain_type] = STATE(2774), + [sym__plain_type_without_special] = STATE(2751), + [sym_anon_struct_type] = STATE(2752), + [sym_multi_return_type] = STATE(2751), + [sym_result_type] = STATE(2751), + [sym_option_type] = STATE(2751), + [sym_qualified_type] = STATE(2662), + [sym_fixed_array_type] = STATE(2752), + [sym_array_type] = STATE(2752), + [sym_pointer_type] = STATE(2752), + [sym_wrong_pointer_type] = STATE(2752), + [sym_map_type] = STATE(2752), + [sym_channel_type] = STATE(2752), + [sym_shared_type] = STATE(2752), + [sym_thread_type] = STATE(2752), + [sym_atomic_type] = STATE(2752), + [sym_generic_type] = STATE(2752), + [sym_function_type] = STATE(2752), + [sym_identifier] = ACTIONS(4563), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_module] = ACTIONS(4587), - [anon_sym_import] = ACTIONS(4587), - [anon_sym_DOT] = ACTIONS(4587), - [anon_sym_LBRACE] = ACTIONS(4585), - [anon_sym_const] = ACTIONS(4587), - [anon_sym_LPAREN] = ACTIONS(4585), - [anon_sym___global] = ACTIONS(4587), - [anon_sym_type] = ACTIONS(4587), - [anon_sym_fn] = ACTIONS(4587), - [anon_sym_PLUS] = ACTIONS(4585), - [anon_sym_DASH] = ACTIONS(4585), - [anon_sym_STAR] = ACTIONS(4585), - [anon_sym_struct] = ACTIONS(4587), - [anon_sym_union] = ACTIONS(4587), - [anon_sym_pub] = ACTIONS(4587), - [anon_sym_mut] = ACTIONS(4587), - [anon_sym_enum] = ACTIONS(4587), - [anon_sym_interface] = ACTIONS(4587), - [anon_sym_QMARK] = ACTIONS(4585), - [anon_sym_BANG] = ACTIONS(4585), - [anon_sym_go] = ACTIONS(4587), - [anon_sym_spawn] = ACTIONS(4587), - [anon_sym_json_DOTdecode] = ACTIONS(4585), - [anon_sym_LBRACK2] = ACTIONS(4585), - [anon_sym_TILDE] = ACTIONS(4585), - [anon_sym_CARET] = ACTIONS(4585), - [anon_sym_AMP] = ACTIONS(4585), - [anon_sym_LT_DASH] = ACTIONS(4585), - [sym_none] = ACTIONS(4587), - [sym_true] = ACTIONS(4587), - [sym_false] = ACTIONS(4587), - [sym_nil] = ACTIONS(4587), - [anon_sym_if] = ACTIONS(4587), - [anon_sym_DOLLARif] = ACTIONS(4587), - [anon_sym_match] = ACTIONS(4587), - [anon_sym_select] = ACTIONS(4587), - [anon_sym_lock] = ACTIONS(4587), - [anon_sym_rlock] = ACTIONS(4587), - [anon_sym_unsafe] = ACTIONS(4587), - [anon_sym_sql] = ACTIONS(4587), - [sym_int_literal] = ACTIONS(4587), - [sym_float_literal] = ACTIONS(4585), - [sym_rune_literal] = ACTIONS(4585), - [sym_pseudo_compile_time_identifier] = ACTIONS(4587), - [anon_sym_shared] = ACTIONS(4587), - [anon_sym_map_LBRACK] = ACTIONS(4585), - [anon_sym_chan] = ACTIONS(4587), + [anon_sym_DOT] = ACTIONS(623), + [anon_sym_as] = ACTIONS(623), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_COMMA] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(4565), + [anon_sym_PIPE] = ACTIONS(623), + [anon_sym_fn] = ACTIONS(4567), + [anon_sym_PLUS] = ACTIONS(623), + [anon_sym_DASH] = ACTIONS(623), + [anon_sym_STAR] = ACTIONS(4569), + [anon_sym_SLASH] = ACTIONS(623), + [anon_sym_PERCENT] = ACTIONS(621), + [anon_sym_LT] = ACTIONS(623), + [anon_sym_GT] = ACTIONS(623), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_DOT_DOT_DOT] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_struct] = ACTIONS(4571), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_QMARK] = ACTIONS(4573), + [anon_sym_BANG] = ACTIONS(4575), + [anon_sym_LBRACK2] = ACTIONS(4577), + [anon_sym_CARET] = ACTIONS(621), + [anon_sym_AMP] = ACTIONS(4579), + [anon_sym_LT_LT] = ACTIONS(621), + [anon_sym_GT_GT] = ACTIONS(623), + [anon_sym_GT_GT_GT] = ACTIONS(621), + [anon_sym_AMP_CARET] = ACTIONS(621), + [anon_sym_AMP_AMP] = ACTIONS(621), + [anon_sym_PIPE_PIPE] = ACTIONS(621), + [anon_sym_or] = ACTIONS(623), + [anon_sym_QMARK_DOT] = ACTIONS(621), + [anon_sym_POUND_LBRACK] = ACTIONS(621), + [anon_sym_is] = ACTIONS(623), + [anon_sym_BANGis] = ACTIONS(621), + [anon_sym_in] = ACTIONS(623), + [anon_sym_BANGin] = ACTIONS(621), + [anon_sym_shared] = ACTIONS(4581), + [anon_sym_map_LBRACK] = ACTIONS(4583), + [anon_sym_chan] = ACTIONS(4585), [anon_sym_thread] = ACTIONS(4587), - [anon_sym_atomic] = ACTIONS(4587), - [anon_sym_assert] = ACTIONS(4587), - [anon_sym_defer] = ACTIONS(4587), - [anon_sym_goto] = ACTIONS(4587), - [anon_sym_break] = ACTIONS(4587), - [anon_sym_continue] = ACTIONS(4587), - [anon_sym_return] = ACTIONS(4587), - [anon_sym_DOLLARfor] = ACTIONS(4587), - [anon_sym_for] = ACTIONS(4587), - [anon_sym_POUND] = ACTIONS(4585), - [anon_sym_asm] = ACTIONS(4587), - [anon_sym_AT_LBRACK] = ACTIONS(4585), - [sym___double_quote] = ACTIONS(4585), - [sym___single_quote] = ACTIONS(4585), - [sym___c_double_quote] = ACTIONS(4585), - [sym___c_single_quote] = ACTIONS(4585), - [sym___r_double_quote] = ACTIONS(4585), - [sym___r_single_quote] = ACTIONS(4585), + [anon_sym_atomic] = ACTIONS(4589), + [anon_sym_DOT_DOT] = ACTIONS(623), }, [1620] = { [sym_line_comment] = STATE(1620), [sym_block_comment] = STATE(1620), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), + [ts_builtin_sym_end] = ACTIONS(4591), + [sym_identifier] = ACTIONS(4593), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(603), - [anon_sym_as] = ACTIONS(607), - [anon_sym_LBRACE] = ACTIONS(603), - [anon_sym_COMMA] = ACTIONS(603), - [anon_sym_LPAREN] = ACTIONS(3618), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(3620), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(603), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(603), - [anon_sym_BANG_EQ] = ACTIONS(603), - [anon_sym_LT_EQ] = ACTIONS(603), - [anon_sym_GT_EQ] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(4583), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(603), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_LT] = ACTIONS(603), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(603), - [anon_sym_AMP_CARET] = ACTIONS(603), - [anon_sym_AMP_AMP] = ACTIONS(603), - [anon_sym_PIPE_PIPE] = ACTIONS(603), - [anon_sym_or] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(603), - [anon_sym_POUND_LBRACK] = ACTIONS(603), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(603), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(603), - [anon_sym_COLON_EQ] = ACTIONS(603), - [anon_sym_shared] = ACTIONS(623), - [anon_sym_map_LBRACK] = ACTIONS(85), - [anon_sym_chan] = ACTIONS(87), - [anon_sym_thread] = ACTIONS(89), - [anon_sym_atomic] = ACTIONS(91), + [anon_sym_module] = ACTIONS(4593), + [anon_sym_import] = ACTIONS(4593), + [anon_sym_DOT] = ACTIONS(4593), + [anon_sym_LBRACE] = ACTIONS(4591), + [anon_sym_const] = ACTIONS(4593), + [anon_sym_LPAREN] = ACTIONS(4591), + [anon_sym___global] = ACTIONS(4593), + [anon_sym_type] = ACTIONS(4593), + [anon_sym_fn] = ACTIONS(4593), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_STAR] = ACTIONS(4591), + [anon_sym_struct] = ACTIONS(4593), + [anon_sym_union] = ACTIONS(4593), + [anon_sym_pub] = ACTIONS(4593), + [anon_sym_mut] = ACTIONS(4593), + [anon_sym_enum] = ACTIONS(4593), + [anon_sym_interface] = ACTIONS(4593), + [anon_sym_QMARK] = ACTIONS(4591), + [anon_sym_BANG] = ACTIONS(4591), + [anon_sym_go] = ACTIONS(4593), + [anon_sym_spawn] = ACTIONS(4593), + [anon_sym_json_DOTdecode] = ACTIONS(4591), + [anon_sym_LBRACK2] = ACTIONS(4591), + [anon_sym_TILDE] = ACTIONS(4591), + [anon_sym_CARET] = ACTIONS(4591), + [anon_sym_AMP] = ACTIONS(4591), + [anon_sym_LT_DASH] = ACTIONS(4591), + [sym_none] = ACTIONS(4593), + [sym_true] = ACTIONS(4593), + [sym_false] = ACTIONS(4593), + [sym_nil] = ACTIONS(4593), + [anon_sym_if] = ACTIONS(4593), + [anon_sym_DOLLARif] = ACTIONS(4593), + [anon_sym_match] = ACTIONS(4593), + [anon_sym_select] = ACTIONS(4593), + [anon_sym_lock] = ACTIONS(4593), + [anon_sym_rlock] = ACTIONS(4593), + [anon_sym_unsafe] = ACTIONS(4593), + [anon_sym_sql] = ACTIONS(4593), + [sym_int_literal] = ACTIONS(4593), + [sym_float_literal] = ACTIONS(4591), + [sym_rune_literal] = ACTIONS(4591), + [sym_pseudo_compile_time_identifier] = ACTIONS(4593), + [anon_sym_shared] = ACTIONS(4593), + [anon_sym_map_LBRACK] = ACTIONS(4591), + [anon_sym_chan] = ACTIONS(4593), + [anon_sym_thread] = ACTIONS(4593), + [anon_sym_atomic] = ACTIONS(4593), + [anon_sym_assert] = ACTIONS(4593), + [anon_sym_defer] = ACTIONS(4593), + [anon_sym_goto] = ACTIONS(4593), + [anon_sym_break] = ACTIONS(4593), + [anon_sym_continue] = ACTIONS(4593), + [anon_sym_return] = ACTIONS(4593), + [anon_sym_DOLLARfor] = ACTIONS(4593), + [anon_sym_for] = ACTIONS(4593), + [anon_sym_POUND] = ACTIONS(4591), + [anon_sym_asm] = ACTIONS(4593), + [anon_sym_AT_LBRACK] = ACTIONS(4591), + [sym___double_quote] = ACTIONS(4591), + [sym___single_quote] = ACTIONS(4591), + [sym___c_double_quote] = ACTIONS(4591), + [sym___c_single_quote] = ACTIONS(4591), + [sym___r_double_quote] = ACTIONS(4591), + [sym___r_single_quote] = ACTIONS(4591), }, [1621] = { [sym_line_comment] = STATE(1621), [sym_block_comment] = STATE(1621), - [ts_builtin_sym_end] = ACTIONS(4589), - [sym_identifier] = ACTIONS(4591), + [ts_builtin_sym_end] = ACTIONS(4595), + [sym_identifier] = ACTIONS(4597), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_import] = ACTIONS(4591), - [anon_sym_DOT] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(4589), - [anon_sym_const] = ACTIONS(4591), - [anon_sym_LPAREN] = ACTIONS(4589), - [anon_sym___global] = ACTIONS(4591), - [anon_sym_type] = ACTIONS(4591), - [anon_sym_fn] = ACTIONS(4591), - [anon_sym_PLUS] = ACTIONS(4589), - [anon_sym_DASH] = ACTIONS(4589), - [anon_sym_STAR] = ACTIONS(4589), - [anon_sym_struct] = ACTIONS(4591), - [anon_sym_union] = ACTIONS(4591), - [anon_sym_pub] = ACTIONS(4591), - [anon_sym_mut] = ACTIONS(4591), - [anon_sym_enum] = ACTIONS(4591), - [anon_sym_interface] = ACTIONS(4591), - [anon_sym_QMARK] = ACTIONS(4589), - [anon_sym_BANG] = ACTIONS(4589), - [anon_sym_go] = ACTIONS(4591), - [anon_sym_spawn] = ACTIONS(4591), - [anon_sym_json_DOTdecode] = ACTIONS(4589), - [anon_sym_LBRACK2] = ACTIONS(4589), - [anon_sym_TILDE] = ACTIONS(4589), - [anon_sym_CARET] = ACTIONS(4589), - [anon_sym_AMP] = ACTIONS(4589), - [anon_sym_LT_DASH] = ACTIONS(4589), - [sym_none] = ACTIONS(4591), - [sym_true] = ACTIONS(4591), - [sym_false] = ACTIONS(4591), - [sym_nil] = ACTIONS(4591), - [anon_sym_if] = ACTIONS(4591), - [anon_sym_DOLLARif] = ACTIONS(4591), - [anon_sym_match] = ACTIONS(4591), - [anon_sym_select] = ACTIONS(4591), - [anon_sym_lock] = ACTIONS(4591), - [anon_sym_rlock] = ACTIONS(4591), - [anon_sym_unsafe] = ACTIONS(4591), - [anon_sym_sql] = ACTIONS(4591), - [sym_int_literal] = ACTIONS(4591), - [sym_float_literal] = ACTIONS(4589), - [sym_rune_literal] = ACTIONS(4589), - [sym_pseudo_compile_time_identifier] = ACTIONS(4591), - [anon_sym_shared] = ACTIONS(4591), - [anon_sym_map_LBRACK] = ACTIONS(4589), - [anon_sym_chan] = ACTIONS(4591), - [anon_sym_thread] = ACTIONS(4591), - [anon_sym_atomic] = ACTIONS(4591), - [anon_sym_assert] = ACTIONS(4591), - [anon_sym_defer] = ACTIONS(4591), - [anon_sym_goto] = ACTIONS(4591), - [anon_sym_break] = ACTIONS(4591), - [anon_sym_continue] = ACTIONS(4591), - [anon_sym_return] = ACTIONS(4591), - [anon_sym_DOLLARfor] = ACTIONS(4591), - [anon_sym_for] = ACTIONS(4591), - [anon_sym_POUND] = ACTIONS(4589), - [anon_sym_asm] = ACTIONS(4591), - [anon_sym_AT_LBRACK] = ACTIONS(4589), - [sym___double_quote] = ACTIONS(4589), - [sym___single_quote] = ACTIONS(4589), - [sym___c_double_quote] = ACTIONS(4589), - [sym___c_single_quote] = ACTIONS(4589), - [sym___r_double_quote] = ACTIONS(4589), - [sym___r_single_quote] = ACTIONS(4589), + [anon_sym_import] = ACTIONS(4597), + [anon_sym_DOT] = ACTIONS(4597), + [anon_sym_LBRACE] = ACTIONS(4595), + [anon_sym_const] = ACTIONS(4597), + [anon_sym_LPAREN] = ACTIONS(4595), + [anon_sym___global] = ACTIONS(4597), + [anon_sym_type] = ACTIONS(4597), + [anon_sym_fn] = ACTIONS(4597), + [anon_sym_PLUS] = ACTIONS(4595), + [anon_sym_DASH] = ACTIONS(4595), + [anon_sym_STAR] = ACTIONS(4595), + [anon_sym_struct] = ACTIONS(4597), + [anon_sym_union] = ACTIONS(4597), + [anon_sym_pub] = ACTIONS(4597), + [anon_sym_mut] = ACTIONS(4597), + [anon_sym_enum] = ACTIONS(4597), + [anon_sym_interface] = ACTIONS(4597), + [anon_sym_QMARK] = ACTIONS(4595), + [anon_sym_BANG] = ACTIONS(4595), + [anon_sym_go] = ACTIONS(4597), + [anon_sym_spawn] = ACTIONS(4597), + [anon_sym_json_DOTdecode] = ACTIONS(4595), + [anon_sym_LBRACK2] = ACTIONS(4595), + [anon_sym_TILDE] = ACTIONS(4595), + [anon_sym_CARET] = ACTIONS(4595), + [anon_sym_AMP] = ACTIONS(4595), + [anon_sym_LT_DASH] = ACTIONS(4595), + [sym_none] = ACTIONS(4597), + [sym_true] = ACTIONS(4597), + [sym_false] = ACTIONS(4597), + [sym_nil] = ACTIONS(4597), + [anon_sym_if] = ACTIONS(4597), + [anon_sym_DOLLARif] = ACTIONS(4597), + [anon_sym_match] = ACTIONS(4597), + [anon_sym_select] = ACTIONS(4597), + [anon_sym_lock] = ACTIONS(4597), + [anon_sym_rlock] = ACTIONS(4597), + [anon_sym_unsafe] = ACTIONS(4597), + [anon_sym_sql] = ACTIONS(4597), + [sym_int_literal] = ACTIONS(4597), + [sym_float_literal] = ACTIONS(4595), + [sym_rune_literal] = ACTIONS(4595), + [sym_pseudo_compile_time_identifier] = ACTIONS(4597), + [anon_sym_shared] = ACTIONS(4597), + [anon_sym_map_LBRACK] = ACTIONS(4595), + [anon_sym_chan] = ACTIONS(4597), + [anon_sym_thread] = ACTIONS(4597), + [anon_sym_atomic] = ACTIONS(4597), + [anon_sym_assert] = ACTIONS(4597), + [anon_sym_defer] = ACTIONS(4597), + [anon_sym_goto] = ACTIONS(4597), + [anon_sym_break] = ACTIONS(4597), + [anon_sym_continue] = ACTIONS(4597), + [anon_sym_return] = ACTIONS(4597), + [anon_sym_DOLLARfor] = ACTIONS(4597), + [anon_sym_for] = ACTIONS(4597), + [anon_sym_POUND] = ACTIONS(4595), + [anon_sym_asm] = ACTIONS(4597), + [anon_sym_AT_LBRACK] = ACTIONS(4595), + [sym___double_quote] = ACTIONS(4595), + [sym___single_quote] = ACTIONS(4595), + [sym___c_double_quote] = ACTIONS(4595), + [sym___c_single_quote] = ACTIONS(4595), + [sym___r_double_quote] = ACTIONS(4595), + [sym___r_single_quote] = ACTIONS(4595), }, [1622] = { [sym_line_comment] = STATE(1622), [sym_block_comment] = STATE(1622), - [ts_builtin_sym_end] = ACTIONS(4593), - [sym_identifier] = ACTIONS(4595), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_import] = ACTIONS(4595), - [anon_sym_DOT] = ACTIONS(4595), - [anon_sym_LBRACE] = ACTIONS(4593), - [anon_sym_const] = ACTIONS(4595), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym___global] = ACTIONS(4595), - [anon_sym_type] = ACTIONS(4595), - [anon_sym_fn] = ACTIONS(4595), - [anon_sym_PLUS] = ACTIONS(4593), - [anon_sym_DASH] = ACTIONS(4593), - [anon_sym_STAR] = ACTIONS(4593), - [anon_sym_struct] = ACTIONS(4595), - [anon_sym_union] = ACTIONS(4595), - [anon_sym_pub] = ACTIONS(4595), - [anon_sym_mut] = ACTIONS(4595), - [anon_sym_enum] = ACTIONS(4595), - [anon_sym_interface] = ACTIONS(4595), - [anon_sym_QMARK] = ACTIONS(4593), - [anon_sym_BANG] = ACTIONS(4593), - [anon_sym_go] = ACTIONS(4595), - [anon_sym_spawn] = ACTIONS(4595), - [anon_sym_json_DOTdecode] = ACTIONS(4593), - [anon_sym_LBRACK2] = ACTIONS(4593), - [anon_sym_TILDE] = ACTIONS(4593), - [anon_sym_CARET] = ACTIONS(4593), - [anon_sym_AMP] = ACTIONS(4593), - [anon_sym_LT_DASH] = ACTIONS(4593), - [sym_none] = ACTIONS(4595), - [sym_true] = ACTIONS(4595), - [sym_false] = ACTIONS(4595), - [sym_nil] = ACTIONS(4595), - [anon_sym_if] = ACTIONS(4595), - [anon_sym_DOLLARif] = ACTIONS(4595), - [anon_sym_match] = ACTIONS(4595), - [anon_sym_select] = ACTIONS(4595), - [anon_sym_lock] = ACTIONS(4595), - [anon_sym_rlock] = ACTIONS(4595), - [anon_sym_unsafe] = ACTIONS(4595), - [anon_sym_sql] = ACTIONS(4595), - [sym_int_literal] = ACTIONS(4595), - [sym_float_literal] = ACTIONS(4593), - [sym_rune_literal] = ACTIONS(4593), - [sym_pseudo_compile_time_identifier] = ACTIONS(4595), - [anon_sym_shared] = ACTIONS(4595), - [anon_sym_map_LBRACK] = ACTIONS(4593), - [anon_sym_chan] = ACTIONS(4595), - [anon_sym_thread] = ACTIONS(4595), - [anon_sym_atomic] = ACTIONS(4595), - [anon_sym_assert] = ACTIONS(4595), - [anon_sym_defer] = ACTIONS(4595), - [anon_sym_goto] = ACTIONS(4595), - [anon_sym_break] = ACTIONS(4595), - [anon_sym_continue] = ACTIONS(4595), - [anon_sym_return] = ACTIONS(4595), - [anon_sym_DOLLARfor] = ACTIONS(4595), - [anon_sym_for] = ACTIONS(4595), - [anon_sym_POUND] = ACTIONS(4593), - [anon_sym_asm] = ACTIONS(4595), - [anon_sym_AT_LBRACK] = ACTIONS(4593), - [sym___double_quote] = ACTIONS(4593), - [sym___single_quote] = ACTIONS(4593), - [sym___c_double_quote] = ACTIONS(4593), - [sym___c_single_quote] = ACTIONS(4593), - [sym___r_double_quote] = ACTIONS(4593), - [sym___r_single_quote] = ACTIONS(4593), - }, - [1623] = { - [sym_line_comment] = STATE(1623), - [sym_block_comment] = STATE(1623), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2430), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(605), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(603), - [anon_sym_DOT] = ACTIONS(603), - [anon_sym_as] = ACTIONS(607), - [anon_sym_COMMA] = ACTIONS(603), - [anon_sym_LPAREN] = ACTIONS(3618), - [anon_sym_PIPE] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(611), - [anon_sym_PLUS] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(607), - [anon_sym_STAR] = ACTIONS(3620), - [anon_sym_SLASH] = ACTIONS(607), - [anon_sym_PERCENT] = ACTIONS(603), - [anon_sym_LT] = ACTIONS(607), - [anon_sym_GT] = ACTIONS(607), - [anon_sym_EQ_EQ] = ACTIONS(603), - [anon_sym_BANG_EQ] = ACTIONS(603), - [anon_sym_LT_EQ] = ACTIONS(603), - [anon_sym_GT_EQ] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(603), - [anon_sym_struct] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(603), + [anon_sym_SEMI] = ACTIONS(595), + [anon_sym_DOT] = ACTIONS(595), + [anon_sym_as] = ACTIONS(599), + [anon_sym_COMMA] = ACTIONS(595), + [anon_sym_LPAREN] = ACTIONS(3626), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(3628), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(595), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(595), + [anon_sym_BANG_EQ] = ACTIONS(595), + [anon_sym_LT_EQ] = ACTIONS(595), + [anon_sym_GT_EQ] = ACTIONS(595), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(595), + [anon_sym_DASH_DASH] = ACTIONS(595), [anon_sym_QMARK] = ACTIONS(515), - [anon_sym_BANG] = ACTIONS(4597), - [anon_sym_LBRACK2] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(603), - [anon_sym_AMP] = ACTIONS(621), - [anon_sym_LT_LT] = ACTIONS(603), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_GT_GT_GT] = ACTIONS(603), - [anon_sym_AMP_CARET] = ACTIONS(603), - [anon_sym_AMP_AMP] = ACTIONS(603), - [anon_sym_PIPE_PIPE] = ACTIONS(603), - [anon_sym_or] = ACTIONS(607), - [anon_sym_QMARK_DOT] = ACTIONS(603), - [anon_sym_POUND_LBRACK] = ACTIONS(603), - [anon_sym_is] = ACTIONS(607), - [anon_sym_BANGis] = ACTIONS(603), - [anon_sym_in] = ACTIONS(607), - [anon_sym_BANGin] = ACTIONS(603), - [anon_sym_COLON_EQ] = ACTIONS(603), - [anon_sym_shared] = ACTIONS(623), + [anon_sym_BANG] = ACTIONS(4599), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(595), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_LT] = ACTIONS(595), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(595), + [anon_sym_AMP_CARET] = ACTIONS(595), + [anon_sym_AMP_AMP] = ACTIONS(595), + [anon_sym_PIPE_PIPE] = ACTIONS(595), + [anon_sym_or] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(595), + [anon_sym_POUND_LBRACK] = ACTIONS(595), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(595), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(595), + [anon_sym_COLON_EQ] = ACTIONS(595), + [anon_sym_shared] = ACTIONS(615), [anon_sym_map_LBRACK] = ACTIONS(85), [anon_sym_chan] = ACTIONS(87), [anon_sym_thread] = ACTIONS(89), [anon_sym_atomic] = ACTIONS(91), }, - [1624] = { - [sym_line_comment] = STATE(1624), - [sym_block_comment] = STATE(1624), - [sym_reference_expression] = STATE(4653), - [sym_type_reference_expression] = STATE(3573), - [sym_plain_type] = STATE(2377), - [sym__plain_type_without_special] = STATE(2350), - [sym_anon_struct_type] = STATE(2349), - [sym_multi_return_type] = STATE(2350), - [sym_result_type] = STATE(2350), - [sym_option_type] = STATE(2350), - [sym_qualified_type] = STATE(3573), - [sym_fixed_array_type] = STATE(2349), - [sym_array_type] = STATE(2349), - [sym_pointer_type] = STATE(2349), - [sym_wrong_pointer_type] = STATE(2349), - [sym_map_type] = STATE(2349), - [sym_channel_type] = STATE(2349), - [sym_shared_type] = STATE(2349), - [sym_thread_type] = STATE(2349), - [sym_atomic_type] = STATE(2349), - [sym_generic_type] = STATE(2349), - [sym_function_type] = STATE(2349), - [sym_identifier] = ACTIONS(4599), + [1623] = { + [sym_line_comment] = STATE(1623), + [sym_block_comment] = STATE(1623), + [ts_builtin_sym_end] = ACTIONS(4601), + [sym_identifier] = ACTIONS(4603), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(4599), + [anon_sym_import] = ACTIONS(4603), + [anon_sym_DOT] = ACTIONS(4603), [anon_sym_LBRACE] = ACTIONS(4601), + [anon_sym_const] = ACTIONS(4603), [anon_sym_LPAREN] = ACTIONS(4601), - [anon_sym_fn] = ACTIONS(4599), + [anon_sym___global] = ACTIONS(4603), + [anon_sym_type] = ACTIONS(4603), + [anon_sym_fn] = ACTIONS(4603), [anon_sym_PLUS] = ACTIONS(4601), [anon_sym_DASH] = ACTIONS(4601), [anon_sym_STAR] = ACTIONS(4601), - [anon_sym_struct] = ACTIONS(4599), - [anon_sym_mut] = ACTIONS(4599), + [anon_sym_struct] = ACTIONS(4603), + [anon_sym_union] = ACTIONS(4603), + [anon_sym_pub] = ACTIONS(4603), + [anon_sym_mut] = ACTIONS(4603), + [anon_sym_enum] = ACTIONS(4603), + [anon_sym_interface] = ACTIONS(4603), [anon_sym_QMARK] = ACTIONS(4601), [anon_sym_BANG] = ACTIONS(4601), - [anon_sym_go] = ACTIONS(4599), - [anon_sym_spawn] = ACTIONS(4599), + [anon_sym_go] = ACTIONS(4603), + [anon_sym_spawn] = ACTIONS(4603), [anon_sym_json_DOTdecode] = ACTIONS(4601), [anon_sym_LBRACK2] = ACTIONS(4601), [anon_sym_TILDE] = ACTIONS(4601), [anon_sym_CARET] = ACTIONS(4601), [anon_sym_AMP] = ACTIONS(4601), [anon_sym_LT_DASH] = ACTIONS(4601), - [sym_none] = ACTIONS(4599), - [sym_true] = ACTIONS(4599), - [sym_false] = ACTIONS(4599), - [sym_nil] = ACTIONS(4599), - [anon_sym_if] = ACTIONS(4599), - [anon_sym_DOLLARif] = ACTIONS(4599), - [anon_sym_match] = ACTIONS(4599), - [anon_sym_select] = ACTIONS(4599), - [anon_sym_lock] = ACTIONS(4599), - [anon_sym_rlock] = ACTIONS(4599), - [anon_sym_unsafe] = ACTIONS(4599), - [anon_sym_sql] = ACTIONS(4599), - [sym_int_literal] = ACTIONS(4599), + [sym_none] = ACTIONS(4603), + [sym_true] = ACTIONS(4603), + [sym_false] = ACTIONS(4603), + [sym_nil] = ACTIONS(4603), + [anon_sym_if] = ACTIONS(4603), + [anon_sym_DOLLARif] = ACTIONS(4603), + [anon_sym_match] = ACTIONS(4603), + [anon_sym_select] = ACTIONS(4603), + [anon_sym_lock] = ACTIONS(4603), + [anon_sym_rlock] = ACTIONS(4603), + [anon_sym_unsafe] = ACTIONS(4603), + [anon_sym_sql] = ACTIONS(4603), + [sym_int_literal] = ACTIONS(4603), [sym_float_literal] = ACTIONS(4601), [sym_rune_literal] = ACTIONS(4601), - [sym_pseudo_compile_time_identifier] = ACTIONS(4599), - [anon_sym_shared] = ACTIONS(4599), + [sym_pseudo_compile_time_identifier] = ACTIONS(4603), + [anon_sym_shared] = ACTIONS(4603), [anon_sym_map_LBRACK] = ACTIONS(4601), - [anon_sym_chan] = ACTIONS(4599), - [anon_sym_thread] = ACTIONS(4599), - [anon_sym_atomic] = ACTIONS(4599), + [anon_sym_chan] = ACTIONS(4603), + [anon_sym_thread] = ACTIONS(4603), + [anon_sym_atomic] = ACTIONS(4603), + [anon_sym_assert] = ACTIONS(4603), + [anon_sym_defer] = ACTIONS(4603), + [anon_sym_goto] = ACTIONS(4603), + [anon_sym_break] = ACTIONS(4603), + [anon_sym_continue] = ACTIONS(4603), + [anon_sym_return] = ACTIONS(4603), + [anon_sym_DOLLARfor] = ACTIONS(4603), + [anon_sym_for] = ACTIONS(4603), + [anon_sym_POUND] = ACTIONS(4601), + [anon_sym_asm] = ACTIONS(4603), + [anon_sym_AT_LBRACK] = ACTIONS(4601), [sym___double_quote] = ACTIONS(4601), [sym___single_quote] = ACTIONS(4601), [sym___c_double_quote] = ACTIONS(4601), @@ -193273,185 +193260,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4601), [sym___r_single_quote] = ACTIONS(4601), }, - [1625] = { - [sym_line_comment] = STATE(1625), - [sym_block_comment] = STATE(1625), - [ts_builtin_sym_end] = ACTIONS(4603), - [sym_identifier] = ACTIONS(4605), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_import] = ACTIONS(4605), - [anon_sym_DOT] = ACTIONS(4605), - [anon_sym_LBRACE] = ACTIONS(4603), - [anon_sym_const] = ACTIONS(4605), - [anon_sym_LPAREN] = ACTIONS(4603), - [anon_sym___global] = ACTIONS(4605), - [anon_sym_type] = ACTIONS(4605), - [anon_sym_fn] = ACTIONS(4605), - [anon_sym_PLUS] = ACTIONS(4603), - [anon_sym_DASH] = ACTIONS(4603), - [anon_sym_STAR] = ACTIONS(4603), - [anon_sym_struct] = ACTIONS(4605), - [anon_sym_union] = ACTIONS(4605), - [anon_sym_pub] = ACTIONS(4605), - [anon_sym_mut] = ACTIONS(4605), - [anon_sym_enum] = ACTIONS(4605), - [anon_sym_interface] = ACTIONS(4605), - [anon_sym_QMARK] = ACTIONS(4603), - [anon_sym_BANG] = ACTIONS(4603), - [anon_sym_go] = ACTIONS(4605), - [anon_sym_spawn] = ACTIONS(4605), - [anon_sym_json_DOTdecode] = ACTIONS(4603), - [anon_sym_LBRACK2] = ACTIONS(4603), - [anon_sym_TILDE] = ACTIONS(4603), - [anon_sym_CARET] = ACTIONS(4603), - [anon_sym_AMP] = ACTIONS(4603), - [anon_sym_LT_DASH] = ACTIONS(4603), - [sym_none] = ACTIONS(4605), - [sym_true] = ACTIONS(4605), - [sym_false] = ACTIONS(4605), - [sym_nil] = ACTIONS(4605), - [anon_sym_if] = ACTIONS(4605), - [anon_sym_DOLLARif] = ACTIONS(4605), - [anon_sym_match] = ACTIONS(4605), - [anon_sym_select] = ACTIONS(4605), - [anon_sym_lock] = ACTIONS(4605), - [anon_sym_rlock] = ACTIONS(4605), - [anon_sym_unsafe] = ACTIONS(4605), - [anon_sym_sql] = ACTIONS(4605), - [sym_int_literal] = ACTIONS(4605), - [sym_float_literal] = ACTIONS(4603), - [sym_rune_literal] = ACTIONS(4603), - [sym_pseudo_compile_time_identifier] = ACTIONS(4605), - [anon_sym_shared] = ACTIONS(4605), - [anon_sym_map_LBRACK] = ACTIONS(4603), - [anon_sym_chan] = ACTIONS(4605), - [anon_sym_thread] = ACTIONS(4605), - [anon_sym_atomic] = ACTIONS(4605), - [anon_sym_assert] = ACTIONS(4605), - [anon_sym_defer] = ACTIONS(4605), - [anon_sym_goto] = ACTIONS(4605), - [anon_sym_break] = ACTIONS(4605), - [anon_sym_continue] = ACTIONS(4605), - [anon_sym_return] = ACTIONS(4605), - [anon_sym_DOLLARfor] = ACTIONS(4605), - [anon_sym_for] = ACTIONS(4605), - [anon_sym_POUND] = ACTIONS(4603), - [anon_sym_asm] = ACTIONS(4605), - [anon_sym_AT_LBRACK] = ACTIONS(4603), - [sym___double_quote] = ACTIONS(4603), - [sym___single_quote] = ACTIONS(4603), - [sym___c_double_quote] = ACTIONS(4603), - [sym___c_single_quote] = ACTIONS(4603), - [sym___r_double_quote] = ACTIONS(4603), - [sym___r_single_quote] = ACTIONS(4603), - }, - [1626] = { - [sym_line_comment] = STATE(1626), - [sym_block_comment] = STATE(1626), - [ts_builtin_sym_end] = ACTIONS(4607), - [sym_identifier] = ACTIONS(4609), + [1624] = { + [sym_line_comment] = STATE(1624), + [sym_block_comment] = STATE(1624), + [ts_builtin_sym_end] = ACTIONS(4605), + [sym_identifier] = ACTIONS(4607), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_import] = ACTIONS(4609), - [anon_sym_DOT] = ACTIONS(4609), - [anon_sym_LBRACE] = ACTIONS(4607), - [anon_sym_const] = ACTIONS(4609), - [anon_sym_LPAREN] = ACTIONS(4607), - [anon_sym___global] = ACTIONS(4609), - [anon_sym_type] = ACTIONS(4609), - [anon_sym_fn] = ACTIONS(4609), - [anon_sym_PLUS] = ACTIONS(4607), - [anon_sym_DASH] = ACTIONS(4607), - [anon_sym_STAR] = ACTIONS(4607), - [anon_sym_struct] = ACTIONS(4609), - [anon_sym_union] = ACTIONS(4609), - [anon_sym_pub] = ACTIONS(4609), - [anon_sym_mut] = ACTIONS(4609), - [anon_sym_enum] = ACTIONS(4609), - [anon_sym_interface] = ACTIONS(4609), - [anon_sym_QMARK] = ACTIONS(4607), - [anon_sym_BANG] = ACTIONS(4607), - [anon_sym_go] = ACTIONS(4609), - [anon_sym_spawn] = ACTIONS(4609), - [anon_sym_json_DOTdecode] = ACTIONS(4607), - [anon_sym_LBRACK2] = ACTIONS(4607), - [anon_sym_TILDE] = ACTIONS(4607), - [anon_sym_CARET] = ACTIONS(4607), - [anon_sym_AMP] = ACTIONS(4607), - [anon_sym_LT_DASH] = ACTIONS(4607), - [sym_none] = ACTIONS(4609), - [sym_true] = ACTIONS(4609), - [sym_false] = ACTIONS(4609), - [sym_nil] = ACTIONS(4609), - [anon_sym_if] = ACTIONS(4609), - [anon_sym_DOLLARif] = ACTIONS(4609), - [anon_sym_match] = ACTIONS(4609), - [anon_sym_select] = ACTIONS(4609), - [anon_sym_lock] = ACTIONS(4609), - [anon_sym_rlock] = ACTIONS(4609), - [anon_sym_unsafe] = ACTIONS(4609), - [anon_sym_sql] = ACTIONS(4609), - [sym_int_literal] = ACTIONS(4609), - [sym_float_literal] = ACTIONS(4607), - [sym_rune_literal] = ACTIONS(4607), - [sym_pseudo_compile_time_identifier] = ACTIONS(4609), - [anon_sym_shared] = ACTIONS(4609), - [anon_sym_map_LBRACK] = ACTIONS(4607), - [anon_sym_chan] = ACTIONS(4609), - [anon_sym_thread] = ACTIONS(4609), - [anon_sym_atomic] = ACTIONS(4609), - [anon_sym_assert] = ACTIONS(4609), - [anon_sym_defer] = ACTIONS(4609), - [anon_sym_goto] = ACTIONS(4609), - [anon_sym_break] = ACTIONS(4609), - [anon_sym_continue] = ACTIONS(4609), - [anon_sym_return] = ACTIONS(4609), - [anon_sym_DOLLARfor] = ACTIONS(4609), - [anon_sym_for] = ACTIONS(4609), - [anon_sym_POUND] = ACTIONS(4607), - [anon_sym_asm] = ACTIONS(4609), - [anon_sym_AT_LBRACK] = ACTIONS(4607), - [sym___double_quote] = ACTIONS(4607), - [sym___single_quote] = ACTIONS(4607), - [sym___c_double_quote] = ACTIONS(4607), - [sym___c_single_quote] = ACTIONS(4607), - [sym___r_double_quote] = ACTIONS(4607), - [sym___r_single_quote] = ACTIONS(4607), + [anon_sym_import] = ACTIONS(4607), + [anon_sym_DOT] = ACTIONS(4607), + [anon_sym_LBRACE] = ACTIONS(4605), + [anon_sym_const] = ACTIONS(4607), + [anon_sym_LPAREN] = ACTIONS(4605), + [anon_sym___global] = ACTIONS(4607), + [anon_sym_type] = ACTIONS(4607), + [anon_sym_fn] = ACTIONS(4607), + [anon_sym_PLUS] = ACTIONS(4605), + [anon_sym_DASH] = ACTIONS(4605), + [anon_sym_STAR] = ACTIONS(4605), + [anon_sym_struct] = ACTIONS(4607), + [anon_sym_union] = ACTIONS(4607), + [anon_sym_pub] = ACTIONS(4607), + [anon_sym_mut] = ACTIONS(4607), + [anon_sym_enum] = ACTIONS(4607), + [anon_sym_interface] = ACTIONS(4607), + [anon_sym_QMARK] = ACTIONS(4605), + [anon_sym_BANG] = ACTIONS(4605), + [anon_sym_go] = ACTIONS(4607), + [anon_sym_spawn] = ACTIONS(4607), + [anon_sym_json_DOTdecode] = ACTIONS(4605), + [anon_sym_LBRACK2] = ACTIONS(4605), + [anon_sym_TILDE] = ACTIONS(4605), + [anon_sym_CARET] = ACTIONS(4605), + [anon_sym_AMP] = ACTIONS(4605), + [anon_sym_LT_DASH] = ACTIONS(4605), + [sym_none] = ACTIONS(4607), + [sym_true] = ACTIONS(4607), + [sym_false] = ACTIONS(4607), + [sym_nil] = ACTIONS(4607), + [anon_sym_if] = ACTIONS(4607), + [anon_sym_DOLLARif] = ACTIONS(4607), + [anon_sym_match] = ACTIONS(4607), + [anon_sym_select] = ACTIONS(4607), + [anon_sym_lock] = ACTIONS(4607), + [anon_sym_rlock] = ACTIONS(4607), + [anon_sym_unsafe] = ACTIONS(4607), + [anon_sym_sql] = ACTIONS(4607), + [sym_int_literal] = ACTIONS(4607), + [sym_float_literal] = ACTIONS(4605), + [sym_rune_literal] = ACTIONS(4605), + [sym_pseudo_compile_time_identifier] = ACTIONS(4607), + [anon_sym_shared] = ACTIONS(4607), + [anon_sym_map_LBRACK] = ACTIONS(4605), + [anon_sym_chan] = ACTIONS(4607), + [anon_sym_thread] = ACTIONS(4607), + [anon_sym_atomic] = ACTIONS(4607), + [anon_sym_assert] = ACTIONS(4607), + [anon_sym_defer] = ACTIONS(4607), + [anon_sym_goto] = ACTIONS(4607), + [anon_sym_break] = ACTIONS(4607), + [anon_sym_continue] = ACTIONS(4607), + [anon_sym_return] = ACTIONS(4607), + [anon_sym_DOLLARfor] = ACTIONS(4607), + [anon_sym_for] = ACTIONS(4607), + [anon_sym_POUND] = ACTIONS(4605), + [anon_sym_asm] = ACTIONS(4607), + [anon_sym_AT_LBRACK] = ACTIONS(4605), + [sym___double_quote] = ACTIONS(4605), + [sym___single_quote] = ACTIONS(4605), + [sym___c_double_quote] = ACTIONS(4605), + [sym___c_single_quote] = ACTIONS(4605), + [sym___r_double_quote] = ACTIONS(4605), + [sym___r_single_quote] = ACTIONS(4605), }, - [1627] = { - [sym_line_comment] = STATE(1627), - [sym_block_comment] = STATE(1627), - [ts_builtin_sym_end] = ACTIONS(135), + [1625] = { + [sym_line_comment] = STATE(1625), + [sym_block_comment] = STATE(1625), + [ts_builtin_sym_end] = ACTIONS(4609), [sym_identifier] = ACTIONS(4611), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_import] = ACTIONS(4611), [anon_sym_DOT] = ACTIONS(4611), - [anon_sym_LBRACE] = ACTIONS(135), + [anon_sym_LBRACE] = ACTIONS(4609), [anon_sym_const] = ACTIONS(4611), - [anon_sym_LPAREN] = ACTIONS(135), + [anon_sym_LPAREN] = ACTIONS(4609), [anon_sym___global] = ACTIONS(4611), [anon_sym_type] = ACTIONS(4611), [anon_sym_fn] = ACTIONS(4611), - [anon_sym_PLUS] = ACTIONS(135), - [anon_sym_DASH] = ACTIONS(135), - [anon_sym_STAR] = ACTIONS(135), + [anon_sym_PLUS] = ACTIONS(4609), + [anon_sym_DASH] = ACTIONS(4609), + [anon_sym_STAR] = ACTIONS(4609), [anon_sym_struct] = ACTIONS(4611), [anon_sym_union] = ACTIONS(4611), [anon_sym_pub] = ACTIONS(4611), [anon_sym_mut] = ACTIONS(4611), [anon_sym_enum] = ACTIONS(4611), [anon_sym_interface] = ACTIONS(4611), - [anon_sym_QMARK] = ACTIONS(135), - [anon_sym_BANG] = ACTIONS(135), + [anon_sym_QMARK] = ACTIONS(4609), + [anon_sym_BANG] = ACTIONS(4609), [anon_sym_go] = ACTIONS(4611), [anon_sym_spawn] = ACTIONS(4611), - [anon_sym_json_DOTdecode] = ACTIONS(135), - [anon_sym_LBRACK2] = ACTIONS(135), - [anon_sym_TILDE] = ACTIONS(135), - [anon_sym_CARET] = ACTIONS(135), - [anon_sym_AMP] = ACTIONS(135), - [anon_sym_LT_DASH] = ACTIONS(135), + [anon_sym_json_DOTdecode] = ACTIONS(4609), + [anon_sym_LBRACK2] = ACTIONS(4609), + [anon_sym_TILDE] = ACTIONS(4609), + [anon_sym_CARET] = ACTIONS(4609), + [anon_sym_AMP] = ACTIONS(4609), + [anon_sym_LT_DASH] = ACTIONS(4609), [sym_none] = ACTIONS(4611), [sym_true] = ACTIONS(4611), [sym_false] = ACTIONS(4611), @@ -193465,11 +193380,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(4611), [anon_sym_sql] = ACTIONS(4611), [sym_int_literal] = ACTIONS(4611), - [sym_float_literal] = ACTIONS(135), - [sym_rune_literal] = ACTIONS(135), + [sym_float_literal] = ACTIONS(4609), + [sym_rune_literal] = ACTIONS(4609), [sym_pseudo_compile_time_identifier] = ACTIONS(4611), [anon_sym_shared] = ACTIONS(4611), - [anon_sym_map_LBRACK] = ACTIONS(135), + [anon_sym_map_LBRACK] = ACTIONS(4609), [anon_sym_chan] = ACTIONS(4611), [anon_sym_thread] = ACTIONS(4611), [anon_sym_atomic] = ACTIONS(4611), @@ -193481,8 +193396,226 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(4611), [anon_sym_DOLLARfor] = ACTIONS(4611), [anon_sym_for] = ACTIONS(4611), - [anon_sym_POUND] = ACTIONS(135), + [anon_sym_POUND] = ACTIONS(4609), [anon_sym_asm] = ACTIONS(4611), + [anon_sym_AT_LBRACK] = ACTIONS(4609), + [sym___double_quote] = ACTIONS(4609), + [sym___single_quote] = ACTIONS(4609), + [sym___c_double_quote] = ACTIONS(4609), + [sym___c_single_quote] = ACTIONS(4609), + [sym___r_double_quote] = ACTIONS(4609), + [sym___r_single_quote] = ACTIONS(4609), + }, + [1626] = { + [sym_line_comment] = STATE(1626), + [sym_block_comment] = STATE(1626), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2401), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(4613), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(4613), + [anon_sym_LBRACE] = ACTIONS(4615), + [anon_sym_LPAREN] = ACTIONS(4615), + [anon_sym_fn] = ACTIONS(4613), + [anon_sym_PLUS] = ACTIONS(4615), + [anon_sym_DASH] = ACTIONS(4615), + [anon_sym_STAR] = ACTIONS(4615), + [anon_sym_struct] = ACTIONS(4613), + [anon_sym_mut] = ACTIONS(4613), + [anon_sym_QMARK] = ACTIONS(4615), + [anon_sym_BANG] = ACTIONS(4615), + [anon_sym_go] = ACTIONS(4613), + [anon_sym_spawn] = ACTIONS(4613), + [anon_sym_json_DOTdecode] = ACTIONS(4615), + [anon_sym_LBRACK2] = ACTIONS(4615), + [anon_sym_TILDE] = ACTIONS(4615), + [anon_sym_CARET] = ACTIONS(4615), + [anon_sym_AMP] = ACTIONS(4615), + [anon_sym_LT_DASH] = ACTIONS(4615), + [sym_none] = ACTIONS(4613), + [sym_true] = ACTIONS(4613), + [sym_false] = ACTIONS(4613), + [sym_nil] = ACTIONS(4613), + [anon_sym_if] = ACTIONS(4613), + [anon_sym_DOLLARif] = ACTIONS(4613), + [anon_sym_match] = ACTIONS(4613), + [anon_sym_select] = ACTIONS(4613), + [anon_sym_lock] = ACTIONS(4613), + [anon_sym_rlock] = ACTIONS(4613), + [anon_sym_unsafe] = ACTIONS(4613), + [anon_sym_sql] = ACTIONS(4613), + [sym_int_literal] = ACTIONS(4613), + [sym_float_literal] = ACTIONS(4615), + [sym_rune_literal] = ACTIONS(4615), + [sym_pseudo_compile_time_identifier] = ACTIONS(4613), + [anon_sym_shared] = ACTIONS(4613), + [anon_sym_map_LBRACK] = ACTIONS(4615), + [anon_sym_chan] = ACTIONS(4613), + [anon_sym_thread] = ACTIONS(4613), + [anon_sym_atomic] = ACTIONS(4613), + [sym___double_quote] = ACTIONS(4615), + [sym___single_quote] = ACTIONS(4615), + [sym___c_double_quote] = ACTIONS(4615), + [sym___c_single_quote] = ACTIONS(4615), + [sym___r_double_quote] = ACTIONS(4615), + [sym___r_single_quote] = ACTIONS(4615), + }, + [1627] = { + [sym_line_comment] = STATE(1627), + [sym_block_comment] = STATE(1627), + [sym_reference_expression] = STATE(4655), + [sym_type_reference_expression] = STATE(3572), + [sym_plain_type] = STATE(2442), + [sym__plain_type_without_special] = STATE(2356), + [sym_anon_struct_type] = STATE(2357), + [sym_multi_return_type] = STATE(2356), + [sym_result_type] = STATE(2356), + [sym_option_type] = STATE(2356), + [sym_qualified_type] = STATE(3572), + [sym_fixed_array_type] = STATE(2357), + [sym_array_type] = STATE(2357), + [sym_pointer_type] = STATE(2357), + [sym_wrong_pointer_type] = STATE(2357), + [sym_map_type] = STATE(2357), + [sym_channel_type] = STATE(2357), + [sym_shared_type] = STATE(2357), + [sym_thread_type] = STATE(2357), + [sym_atomic_type] = STATE(2357), + [sym_generic_type] = STATE(2357), + [sym_function_type] = STATE(2357), + [sym_identifier] = ACTIONS(597), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(595), + [anon_sym_as] = ACTIONS(599), + [anon_sym_LBRACE] = ACTIONS(595), + [anon_sym_COMMA] = ACTIONS(595), + [anon_sym_LPAREN] = ACTIONS(3626), + [anon_sym_PIPE] = ACTIONS(599), + [anon_sym_fn] = ACTIONS(603), + [anon_sym_PLUS] = ACTIONS(599), + [anon_sym_DASH] = ACTIONS(599), + [anon_sym_STAR] = ACTIONS(3628), + [anon_sym_SLASH] = ACTIONS(599), + [anon_sym_PERCENT] = ACTIONS(595), + [anon_sym_LT] = ACTIONS(599), + [anon_sym_GT] = ACTIONS(599), + [anon_sym_EQ_EQ] = ACTIONS(595), + [anon_sym_BANG_EQ] = ACTIONS(595), + [anon_sym_LT_EQ] = ACTIONS(595), + [anon_sym_GT_EQ] = ACTIONS(595), + [anon_sym_LBRACK] = ACTIONS(595), + [anon_sym_struct] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(595), + [anon_sym_DASH_DASH] = ACTIONS(595), + [anon_sym_QMARK] = ACTIONS(515), + [anon_sym_BANG] = ACTIONS(4561), + [anon_sym_LBRACK2] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(595), + [anon_sym_AMP] = ACTIONS(613), + [anon_sym_LT_LT] = ACTIONS(595), + [anon_sym_GT_GT] = ACTIONS(599), + [anon_sym_GT_GT_GT] = ACTIONS(595), + [anon_sym_AMP_CARET] = ACTIONS(595), + [anon_sym_AMP_AMP] = ACTIONS(595), + [anon_sym_PIPE_PIPE] = ACTIONS(595), + [anon_sym_or] = ACTIONS(599), + [anon_sym_QMARK_DOT] = ACTIONS(595), + [anon_sym_POUND_LBRACK] = ACTIONS(595), + [anon_sym_is] = ACTIONS(599), + [anon_sym_BANGis] = ACTIONS(595), + [anon_sym_in] = ACTIONS(599), + [anon_sym_BANGin] = ACTIONS(595), + [anon_sym_COLON_EQ] = ACTIONS(595), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(85), + [anon_sym_chan] = ACTIONS(87), + [anon_sym_thread] = ACTIONS(89), + [anon_sym_atomic] = ACTIONS(91), + }, + [1628] = { + [sym_line_comment] = STATE(1628), + [sym_block_comment] = STATE(1628), + [ts_builtin_sym_end] = ACTIONS(135), + [sym_identifier] = ACTIONS(4617), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(4617), + [anon_sym_LBRACE] = ACTIONS(135), + [anon_sym_const] = ACTIONS(4617), + [anon_sym_LPAREN] = ACTIONS(135), + [anon_sym___global] = ACTIONS(4617), + [anon_sym_type] = ACTIONS(4617), + [anon_sym_fn] = ACTIONS(4617), + [anon_sym_PLUS] = ACTIONS(135), + [anon_sym_DASH] = ACTIONS(135), + [anon_sym_STAR] = ACTIONS(135), + [anon_sym_struct] = ACTIONS(4617), + [anon_sym_union] = ACTIONS(4617), + [anon_sym_pub] = ACTIONS(4617), + [anon_sym_mut] = ACTIONS(4617), + [anon_sym_enum] = ACTIONS(4617), + [anon_sym_interface] = ACTIONS(4617), + [anon_sym_QMARK] = ACTIONS(135), + [anon_sym_BANG] = ACTIONS(135), + [anon_sym_go] = ACTIONS(4617), + [anon_sym_spawn] = ACTIONS(4617), + [anon_sym_json_DOTdecode] = ACTIONS(135), + [anon_sym_LBRACK2] = ACTIONS(135), + [anon_sym_TILDE] = ACTIONS(135), + [anon_sym_CARET] = ACTIONS(135), + [anon_sym_AMP] = ACTIONS(135), + [anon_sym_LT_DASH] = ACTIONS(135), + [sym_none] = ACTIONS(4617), + [sym_true] = ACTIONS(4617), + [sym_false] = ACTIONS(4617), + [sym_nil] = ACTIONS(4617), + [anon_sym_if] = ACTIONS(4617), + [anon_sym_DOLLARif] = ACTIONS(4617), + [anon_sym_match] = ACTIONS(4617), + [anon_sym_select] = ACTIONS(4617), + [anon_sym_lock] = ACTIONS(4617), + [anon_sym_rlock] = ACTIONS(4617), + [anon_sym_unsafe] = ACTIONS(4617), + [anon_sym_sql] = ACTIONS(4617), + [sym_int_literal] = ACTIONS(4617), + [sym_float_literal] = ACTIONS(135), + [sym_rune_literal] = ACTIONS(135), + [sym_pseudo_compile_time_identifier] = ACTIONS(4617), + [anon_sym_shared] = ACTIONS(4617), + [anon_sym_map_LBRACK] = ACTIONS(135), + [anon_sym_chan] = ACTIONS(4617), + [anon_sym_thread] = ACTIONS(4617), + [anon_sym_atomic] = ACTIONS(4617), + [anon_sym_assert] = ACTIONS(4617), + [anon_sym_defer] = ACTIONS(4617), + [anon_sym_goto] = ACTIONS(4617), + [anon_sym_break] = ACTIONS(4617), + [anon_sym_continue] = ACTIONS(4617), + [anon_sym_return] = ACTIONS(4617), + [anon_sym_DOLLARfor] = ACTIONS(4617), + [anon_sym_for] = ACTIONS(4617), + [anon_sym_POUND] = ACTIONS(135), + [anon_sym_asm] = ACTIONS(4617), [anon_sym_AT_LBRACK] = ACTIONS(135), [sym___double_quote] = ACTIONS(135), [sym___single_quote] = ACTIONS(135), @@ -193491,1493 +193624,1480 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(135), [sym___r_single_quote] = ACTIONS(135), }, - [1628] = { - [sym_line_comment] = STATE(1628), - [sym_block_comment] = STATE(1628), - [sym_identifier] = ACTIONS(3263), - [anon_sym_LF] = ACTIONS(3263), - [anon_sym_CR] = ACTIONS(3263), - [anon_sym_CR_LF] = ACTIONS(3263), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3263), - [anon_sym_as] = ACTIONS(3263), - [anon_sym_COMMA] = ACTIONS(3263), - [anon_sym_RBRACE] = ACTIONS(3263), - [anon_sym_LPAREN] = ACTIONS(3263), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_fn] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(3263), - [anon_sym_DASH] = ACTIONS(3263), - [anon_sym_STAR] = ACTIONS(3263), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_EQ_EQ] = ACTIONS(3263), - [anon_sym_BANG_EQ] = ACTIONS(3263), - [anon_sym_LT_EQ] = ACTIONS(3263), - [anon_sym_GT_EQ] = ACTIONS(3263), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_struct] = ACTIONS(3263), - [anon_sym_COLON] = ACTIONS(3263), - [anon_sym_PLUS_PLUS] = ACTIONS(3263), - [anon_sym_DASH_DASH] = ACTIONS(3263), - [anon_sym_QMARK] = ACTIONS(3263), - [anon_sym_BANG] = ACTIONS(3263), - [anon_sym_LBRACK2] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_AMP] = ACTIONS(3263), - [anon_sym_LT_DASH] = ACTIONS(3263), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_GT_GT_GT] = ACTIONS(3263), - [anon_sym_AMP_CARET] = ACTIONS(3263), - [anon_sym_AMP_AMP] = ACTIONS(3263), - [anon_sym_PIPE_PIPE] = ACTIONS(3263), - [anon_sym_or] = ACTIONS(3263), - [anon_sym_QMARK_DOT] = ACTIONS(3263), - [anon_sym_POUND_LBRACK] = ACTIONS(3263), - [anon_sym_is] = ACTIONS(3263), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3263), - [anon_sym_BANGin] = ACTIONS(3263), - [anon_sym_STAR_EQ] = ACTIONS(3263), - [anon_sym_SLASH_EQ] = ACTIONS(3263), - [anon_sym_PERCENT_EQ] = ACTIONS(3263), - [anon_sym_LT_LT_EQ] = ACTIONS(3263), - [anon_sym_GT_GT_EQ] = ACTIONS(3263), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3263), - [anon_sym_AMP_EQ] = ACTIONS(3263), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3263), - [anon_sym_PLUS_EQ] = ACTIONS(3263), - [anon_sym_DASH_EQ] = ACTIONS(3263), - [anon_sym_PIPE_EQ] = ACTIONS(3263), - [anon_sym_CARET_EQ] = ACTIONS(3263), - [anon_sym_COLON_EQ] = ACTIONS(3263), - [anon_sym_shared] = ACTIONS(3263), - [anon_sym_map_LBRACK] = ACTIONS(3263), - [anon_sym_chan] = ACTIONS(3263), - [anon_sym_thread] = ACTIONS(3263), - [anon_sym_atomic] = ACTIONS(3263), - }, [1629] = { [sym_line_comment] = STATE(1629), [sym_block_comment] = STATE(1629), - [sym_identifier] = ACTIONS(3259), - [anon_sym_LF] = ACTIONS(3259), - [anon_sym_CR] = ACTIONS(3259), - [anon_sym_CR_LF] = ACTIONS(3259), + [sym_identifier] = ACTIONS(3097), + [anon_sym_LF] = ACTIONS(3097), + [anon_sym_CR] = ACTIONS(3097), + [anon_sym_CR_LF] = ACTIONS(3097), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_as] = ACTIONS(3259), - [anon_sym_COMMA] = ACTIONS(3259), - [anon_sym_RBRACE] = ACTIONS(3259), - [anon_sym_LPAREN] = ACTIONS(3259), - [anon_sym_EQ] = ACTIONS(3259), - [anon_sym_PIPE] = ACTIONS(3259), - [anon_sym_fn] = ACTIONS(3259), - [anon_sym_PLUS] = ACTIONS(3259), - [anon_sym_DASH] = ACTIONS(3259), - [anon_sym_STAR] = ACTIONS(3259), - [anon_sym_SLASH] = ACTIONS(3259), - [anon_sym_PERCENT] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3259), - [anon_sym_GT] = ACTIONS(3259), - [anon_sym_EQ_EQ] = ACTIONS(3259), - [anon_sym_BANG_EQ] = ACTIONS(3259), - [anon_sym_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_EQ] = ACTIONS(3259), - [anon_sym_LBRACK] = ACTIONS(3257), - [anon_sym_struct] = ACTIONS(3259), - [anon_sym_COLON] = ACTIONS(3259), - [anon_sym_PLUS_PLUS] = ACTIONS(3259), - [anon_sym_DASH_DASH] = ACTIONS(3259), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3259), - [anon_sym_LBRACK2] = ACTIONS(3259), - [anon_sym_CARET] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3259), - [anon_sym_LT_DASH] = ACTIONS(3259), - [anon_sym_LT_LT] = ACTIONS(3259), - [anon_sym_GT_GT] = ACTIONS(3259), - [anon_sym_GT_GT_GT] = ACTIONS(3259), - [anon_sym_AMP_CARET] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_PIPE_PIPE] = ACTIONS(3259), - [anon_sym_or] = ACTIONS(3259), - [anon_sym_QMARK_DOT] = ACTIONS(3259), - [anon_sym_POUND_LBRACK] = ACTIONS(3259), - [anon_sym_is] = ACTIONS(3259), - [anon_sym_BANGis] = ACTIONS(3259), - [anon_sym_in] = ACTIONS(3259), - [anon_sym_BANGin] = ACTIONS(3259), - [anon_sym_STAR_EQ] = ACTIONS(3259), - [anon_sym_SLASH_EQ] = ACTIONS(3259), - [anon_sym_PERCENT_EQ] = ACTIONS(3259), - [anon_sym_LT_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_GT_EQ] = ACTIONS(3259), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3259), - [anon_sym_AMP_EQ] = ACTIONS(3259), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3259), - [anon_sym_PLUS_EQ] = ACTIONS(3259), - [anon_sym_DASH_EQ] = ACTIONS(3259), - [anon_sym_PIPE_EQ] = ACTIONS(3259), - [anon_sym_CARET_EQ] = ACTIONS(3259), - [anon_sym_COLON_EQ] = ACTIONS(3259), - [anon_sym_shared] = ACTIONS(3259), - [anon_sym_map_LBRACK] = ACTIONS(3259), - [anon_sym_chan] = ACTIONS(3259), - [anon_sym_thread] = ACTIONS(3259), - [anon_sym_atomic] = ACTIONS(3259), + [anon_sym_DOT] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(3097), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3097), + [anon_sym_EQ] = ACTIONS(3097), + [anon_sym_PIPE] = ACTIONS(3097), + [anon_sym_fn] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3097), + [anon_sym_DASH] = ACTIONS(3097), + [anon_sym_STAR] = ACTIONS(3097), + [anon_sym_SLASH] = ACTIONS(3097), + [anon_sym_PERCENT] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(3097), + [anon_sym_GT] = ACTIONS(3097), + [anon_sym_EQ_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(3097), + [anon_sym_LT_EQ] = ACTIONS(3097), + [anon_sym_GT_EQ] = ACTIONS(3097), + [anon_sym_LBRACK] = ACTIONS(3095), + [anon_sym_struct] = ACTIONS(3097), + [anon_sym_COLON] = ACTIONS(3097), + [anon_sym_PLUS_PLUS] = ACTIONS(3097), + [anon_sym_DASH_DASH] = ACTIONS(3097), + [anon_sym_QMARK] = ACTIONS(3097), + [anon_sym_BANG] = ACTIONS(3097), + [anon_sym_LBRACK2] = ACTIONS(3097), + [anon_sym_CARET] = ACTIONS(3097), + [anon_sym_AMP] = ACTIONS(3097), + [anon_sym_LT_DASH] = ACTIONS(3097), + [anon_sym_LT_LT] = ACTIONS(3097), + [anon_sym_GT_GT] = ACTIONS(3097), + [anon_sym_GT_GT_GT] = ACTIONS(3097), + [anon_sym_AMP_CARET] = ACTIONS(3097), + [anon_sym_AMP_AMP] = ACTIONS(3097), + [anon_sym_PIPE_PIPE] = ACTIONS(3097), + [anon_sym_or] = ACTIONS(3097), + [anon_sym_QMARK_DOT] = ACTIONS(3097), + [anon_sym_POUND_LBRACK] = ACTIONS(3097), + [anon_sym_is] = ACTIONS(3097), + [anon_sym_BANGis] = ACTIONS(3097), + [anon_sym_in] = ACTIONS(3097), + [anon_sym_BANGin] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_LT_LT_EQ] = ACTIONS(3097), + [anon_sym_GT_GT_EQ] = ACTIONS(3097), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3097), + [anon_sym_AMP_EQ] = ACTIONS(3097), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3097), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_PIPE_EQ] = ACTIONS(3097), + [anon_sym_CARET_EQ] = ACTIONS(3097), + [anon_sym_COLON_EQ] = ACTIONS(3097), + [anon_sym_shared] = ACTIONS(3097), + [anon_sym_map_LBRACK] = ACTIONS(3097), + [anon_sym_chan] = ACTIONS(3097), + [anon_sym_thread] = ACTIONS(3097), + [anon_sym_atomic] = ACTIONS(3097), }, [1630] = { [sym_line_comment] = STATE(1630), [sym_block_comment] = STATE(1630), - [sym_identifier] = ACTIONS(2905), - [anon_sym_LF] = ACTIONS(2905), - [anon_sym_CR] = ACTIONS(2905), - [anon_sym_CR_LF] = ACTIONS(2905), + [sym_identifier] = ACTIONS(3019), + [anon_sym_LF] = ACTIONS(3019), + [anon_sym_CR] = ACTIONS(3019), + [anon_sym_CR_LF] = ACTIONS(3019), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2905), - [anon_sym_as] = ACTIONS(2905), - [anon_sym_COMMA] = ACTIONS(2905), - [anon_sym_RBRACE] = ACTIONS(2905), - [anon_sym_LPAREN] = ACTIONS(2905), - [anon_sym_EQ] = ACTIONS(2905), - [anon_sym_PIPE] = ACTIONS(2905), - [anon_sym_fn] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_SLASH] = ACTIONS(2905), - [anon_sym_PERCENT] = ACTIONS(2905), - [anon_sym_LT] = ACTIONS(2905), - [anon_sym_GT] = ACTIONS(2905), - [anon_sym_EQ_EQ] = ACTIONS(2905), - [anon_sym_BANG_EQ] = ACTIONS(2905), - [anon_sym_LT_EQ] = ACTIONS(2905), - [anon_sym_GT_EQ] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(2903), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_COLON] = ACTIONS(2905), - [anon_sym_PLUS_PLUS] = ACTIONS(2905), - [anon_sym_DASH_DASH] = ACTIONS(2905), - [anon_sym_QMARK] = ACTIONS(2905), - [anon_sym_BANG] = ACTIONS(2905), - [anon_sym_LBRACK2] = ACTIONS(2905), - [anon_sym_CARET] = ACTIONS(2905), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_LT_DASH] = ACTIONS(2905), - [anon_sym_LT_LT] = ACTIONS(2905), - [anon_sym_GT_GT] = ACTIONS(2905), - [anon_sym_GT_GT_GT] = ACTIONS(2905), - [anon_sym_AMP_CARET] = ACTIONS(2905), - [anon_sym_AMP_AMP] = ACTIONS(2905), - [anon_sym_PIPE_PIPE] = ACTIONS(2905), - [anon_sym_or] = ACTIONS(2905), - [anon_sym_QMARK_DOT] = ACTIONS(2905), - [anon_sym_POUND_LBRACK] = ACTIONS(2905), - [anon_sym_is] = ACTIONS(2905), - [anon_sym_BANGis] = ACTIONS(2905), - [anon_sym_in] = ACTIONS(2905), - [anon_sym_BANGin] = ACTIONS(2905), - [anon_sym_STAR_EQ] = ACTIONS(2905), - [anon_sym_SLASH_EQ] = ACTIONS(2905), - [anon_sym_PERCENT_EQ] = ACTIONS(2905), - [anon_sym_LT_LT_EQ] = ACTIONS(2905), - [anon_sym_GT_GT_EQ] = ACTIONS(2905), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2905), - [anon_sym_AMP_EQ] = ACTIONS(2905), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2905), - [anon_sym_PLUS_EQ] = ACTIONS(2905), - [anon_sym_DASH_EQ] = ACTIONS(2905), - [anon_sym_PIPE_EQ] = ACTIONS(2905), - [anon_sym_CARET_EQ] = ACTIONS(2905), - [anon_sym_COLON_EQ] = ACTIONS(2905), - [anon_sym_shared] = ACTIONS(2905), - [anon_sym_map_LBRACK] = ACTIONS(2905), - [anon_sym_chan] = ACTIONS(2905), - [anon_sym_thread] = ACTIONS(2905), - [anon_sym_atomic] = ACTIONS(2905), + [anon_sym_DOT] = ACTIONS(3019), + [anon_sym_as] = ACTIONS(3019), + [anon_sym_COMMA] = ACTIONS(3019), + [anon_sym_RBRACE] = ACTIONS(3019), + [anon_sym_LPAREN] = ACTIONS(3019), + [anon_sym_EQ] = ACTIONS(3019), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3019), + [anon_sym_SLASH] = ACTIONS(3019), + [anon_sym_PERCENT] = ACTIONS(3019), + [anon_sym_LT] = ACTIONS(3019), + [anon_sym_GT] = ACTIONS(3019), + [anon_sym_EQ_EQ] = ACTIONS(3019), + [anon_sym_BANG_EQ] = ACTIONS(3019), + [anon_sym_LT_EQ] = ACTIONS(3019), + [anon_sym_GT_EQ] = ACTIONS(3019), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_COLON] = ACTIONS(3019), + [anon_sym_PLUS_PLUS] = ACTIONS(3019), + [anon_sym_DASH_DASH] = ACTIONS(3019), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_CARET] = ACTIONS(3019), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_DASH] = ACTIONS(3019), + [anon_sym_LT_LT] = ACTIONS(3019), + [anon_sym_GT_GT] = ACTIONS(3019), + [anon_sym_GT_GT_GT] = ACTIONS(3019), + [anon_sym_AMP_CARET] = ACTIONS(3019), + [anon_sym_AMP_AMP] = ACTIONS(3019), + [anon_sym_PIPE_PIPE] = ACTIONS(3019), + [anon_sym_or] = ACTIONS(3019), + [anon_sym_QMARK_DOT] = ACTIONS(3019), + [anon_sym_POUND_LBRACK] = ACTIONS(3019), + [anon_sym_is] = ACTIONS(3019), + [anon_sym_BANGis] = ACTIONS(3019), + [anon_sym_in] = ACTIONS(3019), + [anon_sym_BANGin] = ACTIONS(3019), + [anon_sym_STAR_EQ] = ACTIONS(3019), + [anon_sym_SLASH_EQ] = ACTIONS(3019), + [anon_sym_PERCENT_EQ] = ACTIONS(3019), + [anon_sym_LT_LT_EQ] = ACTIONS(3019), + [anon_sym_GT_GT_EQ] = ACTIONS(3019), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3019), + [anon_sym_AMP_EQ] = ACTIONS(3019), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3019), + [anon_sym_PLUS_EQ] = ACTIONS(3019), + [anon_sym_DASH_EQ] = ACTIONS(3019), + [anon_sym_PIPE_EQ] = ACTIONS(3019), + [anon_sym_CARET_EQ] = ACTIONS(3019), + [anon_sym_COLON_EQ] = ACTIONS(3019), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3019), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), }, [1631] = { [sym_line_comment] = STATE(1631), [sym_block_comment] = STATE(1631), - [sym_identifier] = ACTIONS(2909), - [anon_sym_LF] = ACTIONS(2909), - [anon_sym_CR] = ACTIONS(2909), - [anon_sym_CR_LF] = ACTIONS(2909), + [sym_identifier] = ACTIONS(3093), + [anon_sym_LF] = ACTIONS(3093), + [anon_sym_CR] = ACTIONS(3093), + [anon_sym_CR_LF] = ACTIONS(3093), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2909), - [anon_sym_as] = ACTIONS(2909), - [anon_sym_COMMA] = ACTIONS(2909), - [anon_sym_RBRACE] = ACTIONS(2909), - [anon_sym_LPAREN] = ACTIONS(2909), - [anon_sym_EQ] = ACTIONS(2909), - [anon_sym_PIPE] = ACTIONS(2909), - [anon_sym_fn] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2909), - [anon_sym_SLASH] = ACTIONS(2909), - [anon_sym_PERCENT] = ACTIONS(2909), - [anon_sym_LT] = ACTIONS(2909), - [anon_sym_GT] = ACTIONS(2909), - [anon_sym_EQ_EQ] = ACTIONS(2909), - [anon_sym_BANG_EQ] = ACTIONS(2909), - [anon_sym_LT_EQ] = ACTIONS(2909), - [anon_sym_GT_EQ] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2907), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_COLON] = ACTIONS(2909), - [anon_sym_PLUS_PLUS] = ACTIONS(2909), - [anon_sym_DASH_DASH] = ACTIONS(2909), - [anon_sym_QMARK] = ACTIONS(2909), - [anon_sym_BANG] = ACTIONS(2909), - [anon_sym_LBRACK2] = ACTIONS(2909), - [anon_sym_CARET] = ACTIONS(2909), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_LT_DASH] = ACTIONS(2909), - [anon_sym_LT_LT] = ACTIONS(2909), - [anon_sym_GT_GT] = ACTIONS(2909), - [anon_sym_GT_GT_GT] = ACTIONS(2909), - [anon_sym_AMP_CARET] = ACTIONS(2909), - [anon_sym_AMP_AMP] = ACTIONS(2909), - [anon_sym_PIPE_PIPE] = ACTIONS(2909), - [anon_sym_or] = ACTIONS(2909), - [anon_sym_QMARK_DOT] = ACTIONS(2909), - [anon_sym_POUND_LBRACK] = ACTIONS(2909), - [anon_sym_is] = ACTIONS(2909), - [anon_sym_BANGis] = ACTIONS(2909), - [anon_sym_in] = ACTIONS(2909), - [anon_sym_BANGin] = ACTIONS(2909), - [anon_sym_STAR_EQ] = ACTIONS(2909), - [anon_sym_SLASH_EQ] = ACTIONS(2909), - [anon_sym_PERCENT_EQ] = ACTIONS(2909), - [anon_sym_LT_LT_EQ] = ACTIONS(2909), - [anon_sym_GT_GT_EQ] = ACTIONS(2909), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2909), - [anon_sym_AMP_EQ] = ACTIONS(2909), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2909), - [anon_sym_PLUS_EQ] = ACTIONS(2909), - [anon_sym_DASH_EQ] = ACTIONS(2909), - [anon_sym_PIPE_EQ] = ACTIONS(2909), - [anon_sym_CARET_EQ] = ACTIONS(2909), - [anon_sym_COLON_EQ] = ACTIONS(2909), - [anon_sym_shared] = ACTIONS(2909), - [anon_sym_map_LBRACK] = ACTIONS(2909), - [anon_sym_chan] = ACTIONS(2909), - [anon_sym_thread] = ACTIONS(2909), - [anon_sym_atomic] = ACTIONS(2909), + [anon_sym_DOT] = ACTIONS(3093), + [anon_sym_as] = ACTIONS(3093), + [anon_sym_COMMA] = ACTIONS(3093), + [anon_sym_RBRACE] = ACTIONS(3093), + [anon_sym_LPAREN] = ACTIONS(3093), + [anon_sym_EQ] = ACTIONS(3093), + [anon_sym_PIPE] = ACTIONS(3093), + [anon_sym_fn] = ACTIONS(3093), + [anon_sym_PLUS] = ACTIONS(3093), + [anon_sym_DASH] = ACTIONS(3093), + [anon_sym_STAR] = ACTIONS(3093), + [anon_sym_SLASH] = ACTIONS(3093), + [anon_sym_PERCENT] = ACTIONS(3093), + [anon_sym_LT] = ACTIONS(3093), + [anon_sym_GT] = ACTIONS(3093), + [anon_sym_EQ_EQ] = ACTIONS(3093), + [anon_sym_BANG_EQ] = ACTIONS(3093), + [anon_sym_LT_EQ] = ACTIONS(3093), + [anon_sym_GT_EQ] = ACTIONS(3093), + [anon_sym_LBRACK] = ACTIONS(3091), + [anon_sym_struct] = ACTIONS(3093), + [anon_sym_COLON] = ACTIONS(3093), + [anon_sym_PLUS_PLUS] = ACTIONS(3093), + [anon_sym_DASH_DASH] = ACTIONS(3093), + [anon_sym_QMARK] = ACTIONS(3093), + [anon_sym_BANG] = ACTIONS(3093), + [anon_sym_LBRACK2] = ACTIONS(3093), + [anon_sym_CARET] = ACTIONS(3093), + [anon_sym_AMP] = ACTIONS(3093), + [anon_sym_LT_DASH] = ACTIONS(3093), + [anon_sym_LT_LT] = ACTIONS(3093), + [anon_sym_GT_GT] = ACTIONS(3093), + [anon_sym_GT_GT_GT] = ACTIONS(3093), + [anon_sym_AMP_CARET] = ACTIONS(3093), + [anon_sym_AMP_AMP] = ACTIONS(3093), + [anon_sym_PIPE_PIPE] = ACTIONS(3093), + [anon_sym_or] = ACTIONS(3093), + [anon_sym_QMARK_DOT] = ACTIONS(3093), + [anon_sym_POUND_LBRACK] = ACTIONS(3093), + [anon_sym_is] = ACTIONS(3093), + [anon_sym_BANGis] = ACTIONS(3093), + [anon_sym_in] = ACTIONS(3093), + [anon_sym_BANGin] = ACTIONS(3093), + [anon_sym_STAR_EQ] = ACTIONS(3093), + [anon_sym_SLASH_EQ] = ACTIONS(3093), + [anon_sym_PERCENT_EQ] = ACTIONS(3093), + [anon_sym_LT_LT_EQ] = ACTIONS(3093), + [anon_sym_GT_GT_EQ] = ACTIONS(3093), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3093), + [anon_sym_AMP_EQ] = ACTIONS(3093), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3093), + [anon_sym_PLUS_EQ] = ACTIONS(3093), + [anon_sym_DASH_EQ] = ACTIONS(3093), + [anon_sym_PIPE_EQ] = ACTIONS(3093), + [anon_sym_CARET_EQ] = ACTIONS(3093), + [anon_sym_COLON_EQ] = ACTIONS(3093), + [anon_sym_shared] = ACTIONS(3093), + [anon_sym_map_LBRACK] = ACTIONS(3093), + [anon_sym_chan] = ACTIONS(3093), + [anon_sym_thread] = ACTIONS(3093), + [anon_sym_atomic] = ACTIONS(3093), }, [1632] = { [sym_line_comment] = STATE(1632), [sym_block_comment] = STATE(1632), - [sym_identifier] = ACTIONS(3331), - [anon_sym_LF] = ACTIONS(3331), - [anon_sym_CR] = ACTIONS(3331), - [anon_sym_CR_LF] = ACTIONS(3331), + [sym_identifier] = ACTIONS(3023), + [anon_sym_LF] = ACTIONS(3023), + [anon_sym_CR] = ACTIONS(3023), + [anon_sym_CR_LF] = ACTIONS(3023), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3331), - [anon_sym_as] = ACTIONS(3331), - [anon_sym_COMMA] = ACTIONS(3331), - [anon_sym_RBRACE] = ACTIONS(3331), - [anon_sym_LPAREN] = ACTIONS(3331), - [anon_sym_EQ] = ACTIONS(3331), - [anon_sym_PIPE] = ACTIONS(3331), - [anon_sym_fn] = ACTIONS(3331), - [anon_sym_PLUS] = ACTIONS(3331), - [anon_sym_DASH] = ACTIONS(3331), - [anon_sym_STAR] = ACTIONS(3331), - [anon_sym_SLASH] = ACTIONS(3331), - [anon_sym_PERCENT] = ACTIONS(3331), - [anon_sym_LT] = ACTIONS(3331), - [anon_sym_GT] = ACTIONS(3331), - [anon_sym_EQ_EQ] = ACTIONS(3331), - [anon_sym_BANG_EQ] = ACTIONS(3331), - [anon_sym_LT_EQ] = ACTIONS(3331), - [anon_sym_GT_EQ] = ACTIONS(3331), - [anon_sym_LBRACK] = ACTIONS(3329), - [anon_sym_struct] = ACTIONS(3331), - [anon_sym_COLON] = ACTIONS(3331), - [anon_sym_PLUS_PLUS] = ACTIONS(3331), - [anon_sym_DASH_DASH] = ACTIONS(3331), - [anon_sym_QMARK] = ACTIONS(3331), - [anon_sym_BANG] = ACTIONS(3331), - [anon_sym_LBRACK2] = ACTIONS(3331), - [anon_sym_CARET] = ACTIONS(3331), - [anon_sym_AMP] = ACTIONS(3331), - [anon_sym_LT_DASH] = ACTIONS(3331), - [anon_sym_LT_LT] = ACTIONS(3331), - [anon_sym_GT_GT] = ACTIONS(3331), - [anon_sym_GT_GT_GT] = ACTIONS(3331), - [anon_sym_AMP_CARET] = ACTIONS(3331), - [anon_sym_AMP_AMP] = ACTIONS(3331), - [anon_sym_PIPE_PIPE] = ACTIONS(3331), - [anon_sym_or] = ACTIONS(3331), - [anon_sym_QMARK_DOT] = ACTIONS(3331), - [anon_sym_POUND_LBRACK] = ACTIONS(3331), - [anon_sym_is] = ACTIONS(3331), - [anon_sym_BANGis] = ACTIONS(3331), - [anon_sym_in] = ACTIONS(3331), - [anon_sym_BANGin] = ACTIONS(3331), - [anon_sym_STAR_EQ] = ACTIONS(3331), - [anon_sym_SLASH_EQ] = ACTIONS(3331), - [anon_sym_PERCENT_EQ] = ACTIONS(3331), - [anon_sym_LT_LT_EQ] = ACTIONS(3331), - [anon_sym_GT_GT_EQ] = ACTIONS(3331), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3331), - [anon_sym_AMP_EQ] = ACTIONS(3331), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3331), - [anon_sym_PLUS_EQ] = ACTIONS(3331), - [anon_sym_DASH_EQ] = ACTIONS(3331), - [anon_sym_PIPE_EQ] = ACTIONS(3331), - [anon_sym_CARET_EQ] = ACTIONS(3331), - [anon_sym_COLON_EQ] = ACTIONS(3331), - [anon_sym_shared] = ACTIONS(3331), - [anon_sym_map_LBRACK] = ACTIONS(3331), - [anon_sym_chan] = ACTIONS(3331), - [anon_sym_thread] = ACTIONS(3331), - [anon_sym_atomic] = ACTIONS(3331), + [anon_sym_DOT] = ACTIONS(3023), + [anon_sym_as] = ACTIONS(3023), + [anon_sym_COMMA] = ACTIONS(3023), + [anon_sym_RBRACE] = ACTIONS(3023), + [anon_sym_LPAREN] = ACTIONS(3023), + [anon_sym_EQ] = ACTIONS(3023), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_SLASH] = ACTIONS(3023), + [anon_sym_PERCENT] = ACTIONS(3023), + [anon_sym_LT] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(3023), + [anon_sym_EQ_EQ] = ACTIONS(3023), + [anon_sym_BANG_EQ] = ACTIONS(3023), + [anon_sym_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_EQ] = ACTIONS(3023), + [anon_sym_LBRACK] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_COLON] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_CARET] = ACTIONS(3023), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_DASH] = ACTIONS(3023), + [anon_sym_LT_LT] = ACTIONS(3023), + [anon_sym_GT_GT] = ACTIONS(3023), + [anon_sym_GT_GT_GT] = ACTIONS(3023), + [anon_sym_AMP_CARET] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(3023), + [anon_sym_PIPE_PIPE] = ACTIONS(3023), + [anon_sym_or] = ACTIONS(3023), + [anon_sym_QMARK_DOT] = ACTIONS(3023), + [anon_sym_POUND_LBRACK] = ACTIONS(3023), + [anon_sym_is] = ACTIONS(3023), + [anon_sym_BANGis] = ACTIONS(3023), + [anon_sym_in] = ACTIONS(3023), + [anon_sym_BANGin] = ACTIONS(3023), + [anon_sym_STAR_EQ] = ACTIONS(3023), + [anon_sym_SLASH_EQ] = ACTIONS(3023), + [anon_sym_PERCENT_EQ] = ACTIONS(3023), + [anon_sym_LT_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_GT_EQ] = ACTIONS(3023), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3023), + [anon_sym_AMP_EQ] = ACTIONS(3023), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3023), + [anon_sym_PLUS_EQ] = ACTIONS(3023), + [anon_sym_DASH_EQ] = ACTIONS(3023), + [anon_sym_PIPE_EQ] = ACTIONS(3023), + [anon_sym_CARET_EQ] = ACTIONS(3023), + [anon_sym_COLON_EQ] = ACTIONS(3023), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3023), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), }, [1633] = { [sym_line_comment] = STATE(1633), [sym_block_comment] = STATE(1633), - [sym_identifier] = ACTIONS(2905), - [anon_sym_LF] = ACTIONS(2905), - [anon_sym_CR] = ACTIONS(2905), - [anon_sym_CR_LF] = ACTIONS(2905), + [sym_identifier] = ACTIONS(3241), + [anon_sym_LF] = ACTIONS(3241), + [anon_sym_CR] = ACTIONS(3241), + [anon_sym_CR_LF] = ACTIONS(3241), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2905), - [anon_sym_as] = ACTIONS(2905), - [anon_sym_COMMA] = ACTIONS(2905), - [anon_sym_RBRACE] = ACTIONS(2905), - [anon_sym_LPAREN] = ACTIONS(2905), - [anon_sym_EQ] = ACTIONS(2905), - [anon_sym_PIPE] = ACTIONS(2905), - [anon_sym_fn] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_SLASH] = ACTIONS(2905), - [anon_sym_PERCENT] = ACTIONS(2905), - [anon_sym_LT] = ACTIONS(2905), - [anon_sym_GT] = ACTIONS(2905), - [anon_sym_EQ_EQ] = ACTIONS(2905), - [anon_sym_BANG_EQ] = ACTIONS(2905), - [anon_sym_LT_EQ] = ACTIONS(2905), - [anon_sym_GT_EQ] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(2903), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_PLUS_PLUS] = ACTIONS(2905), - [anon_sym_DASH_DASH] = ACTIONS(2905), - [anon_sym_QMARK] = ACTIONS(2905), - [anon_sym_BANG] = ACTIONS(2905), - [anon_sym_LBRACK2] = ACTIONS(2905), - [anon_sym_CARET] = ACTIONS(2905), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_LT_LT] = ACTIONS(2905), - [anon_sym_GT_GT] = ACTIONS(2905), - [anon_sym_GT_GT_GT] = ACTIONS(2905), - [anon_sym_AMP_CARET] = ACTIONS(2905), - [anon_sym_AMP_AMP] = ACTIONS(2905), - [anon_sym_PIPE_PIPE] = ACTIONS(2905), - [anon_sym_or] = ACTIONS(2905), - [anon_sym_QMARK_DOT] = ACTIONS(2905), - [anon_sym_POUND_LBRACK] = ACTIONS(2905), - [anon_sym_is] = ACTIONS(2905), - [anon_sym_BANGis] = ACTIONS(2905), - [anon_sym_in] = ACTIONS(2905), - [anon_sym_BANGin] = ACTIONS(2905), - [anon_sym_STAR_EQ] = ACTIONS(2905), - [anon_sym_SLASH_EQ] = ACTIONS(2905), - [anon_sym_PERCENT_EQ] = ACTIONS(2905), - [anon_sym_LT_LT_EQ] = ACTIONS(2905), - [anon_sym_GT_GT_EQ] = ACTIONS(2905), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2905), - [anon_sym_AMP_EQ] = ACTIONS(2905), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2905), - [anon_sym_PLUS_EQ] = ACTIONS(2905), - [anon_sym_DASH_EQ] = ACTIONS(2905), - [anon_sym_PIPE_EQ] = ACTIONS(2905), - [anon_sym_CARET_EQ] = ACTIONS(2905), - [anon_sym_COLON_EQ] = ACTIONS(2905), - [anon_sym_shared] = ACTIONS(2905), - [anon_sym_map_LBRACK] = ACTIONS(2905), - [anon_sym_chan] = ACTIONS(2905), - [anon_sym_thread] = ACTIONS(2905), - [anon_sym_atomic] = ACTIONS(2905), + [anon_sym_DOT] = ACTIONS(3241), + [anon_sym_as] = ACTIONS(3241), + [anon_sym_COMMA] = ACTIONS(3241), + [anon_sym_RBRACE] = ACTIONS(3241), + [anon_sym_LPAREN] = ACTIONS(3241), + [anon_sym_EQ] = ACTIONS(3241), + [anon_sym_PIPE] = ACTIONS(3241), + [anon_sym_fn] = ACTIONS(3241), + [anon_sym_PLUS] = ACTIONS(3241), + [anon_sym_DASH] = ACTIONS(3241), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3241), + [anon_sym_GT] = ACTIONS(3241), + [anon_sym_EQ_EQ] = ACTIONS(3241), + [anon_sym_BANG_EQ] = ACTIONS(3241), + [anon_sym_LT_EQ] = ACTIONS(3241), + [anon_sym_GT_EQ] = ACTIONS(3241), + [anon_sym_LBRACK] = ACTIONS(3239), + [anon_sym_struct] = ACTIONS(3241), + [anon_sym_COLON] = ACTIONS(3241), + [anon_sym_PLUS_PLUS] = ACTIONS(3241), + [anon_sym_DASH_DASH] = ACTIONS(3241), + [anon_sym_QMARK] = ACTIONS(3241), + [anon_sym_BANG] = ACTIONS(3241), + [anon_sym_LBRACK2] = ACTIONS(3241), + [anon_sym_CARET] = ACTIONS(3241), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(3241), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3241), + [anon_sym_PIPE_PIPE] = ACTIONS(3241), + [anon_sym_or] = ACTIONS(3241), + [anon_sym_QMARK_DOT] = ACTIONS(3241), + [anon_sym_POUND_LBRACK] = ACTIONS(3241), + [anon_sym_is] = ACTIONS(3241), + [anon_sym_BANGis] = ACTIONS(3241), + [anon_sym_in] = ACTIONS(3241), + [anon_sym_BANGin] = ACTIONS(3241), + [anon_sym_STAR_EQ] = ACTIONS(3241), + [anon_sym_SLASH_EQ] = ACTIONS(3241), + [anon_sym_PERCENT_EQ] = ACTIONS(3241), + [anon_sym_LT_LT_EQ] = ACTIONS(3241), + [anon_sym_GT_GT_EQ] = ACTIONS(3241), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3241), + [anon_sym_AMP_EQ] = ACTIONS(3241), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3241), + [anon_sym_PLUS_EQ] = ACTIONS(3241), + [anon_sym_DASH_EQ] = ACTIONS(3241), + [anon_sym_PIPE_EQ] = ACTIONS(3241), + [anon_sym_CARET_EQ] = ACTIONS(3241), + [anon_sym_COLON_EQ] = ACTIONS(3241), + [anon_sym_shared] = ACTIONS(3241), + [anon_sym_map_LBRACK] = ACTIONS(3241), + [anon_sym_chan] = ACTIONS(3241), + [anon_sym_thread] = ACTIONS(3241), + [anon_sym_atomic] = ACTIONS(3241), }, [1634] = { [sym_line_comment] = STATE(1634), [sym_block_comment] = STATE(1634), - [sym_identifier] = ACTIONS(3331), - [anon_sym_LF] = ACTIONS(3331), - [anon_sym_CR] = ACTIONS(3331), - [anon_sym_CR_LF] = ACTIONS(3331), + [sym_identifier] = ACTIONS(3241), + [anon_sym_LF] = ACTIONS(3241), + [anon_sym_CR] = ACTIONS(3241), + [anon_sym_CR_LF] = ACTIONS(3241), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3331), - [anon_sym_as] = ACTIONS(3331), - [anon_sym_COMMA] = ACTIONS(3331), - [anon_sym_RBRACE] = ACTIONS(3331), - [anon_sym_LPAREN] = ACTIONS(3331), - [anon_sym_EQ] = ACTIONS(3331), - [anon_sym_PIPE] = ACTIONS(3331), - [anon_sym_fn] = ACTIONS(3331), - [anon_sym_PLUS] = ACTIONS(3331), - [anon_sym_DASH] = ACTIONS(3331), - [anon_sym_STAR] = ACTIONS(3331), - [anon_sym_SLASH] = ACTIONS(3331), - [anon_sym_PERCENT] = ACTIONS(3331), - [anon_sym_LT] = ACTIONS(3331), - [anon_sym_GT] = ACTIONS(3331), - [anon_sym_EQ_EQ] = ACTIONS(3331), - [anon_sym_BANG_EQ] = ACTIONS(3331), - [anon_sym_LT_EQ] = ACTIONS(3331), - [anon_sym_GT_EQ] = ACTIONS(3331), - [anon_sym_LBRACK] = ACTIONS(3329), - [anon_sym_struct] = ACTIONS(3331), - [anon_sym_PLUS_PLUS] = ACTIONS(3331), - [anon_sym_DASH_DASH] = ACTIONS(3331), - [anon_sym_QMARK] = ACTIONS(3331), - [anon_sym_BANG] = ACTIONS(3331), - [anon_sym_LBRACK2] = ACTIONS(3331), - [anon_sym_CARET] = ACTIONS(3331), - [anon_sym_AMP] = ACTIONS(3331), - [anon_sym_LT_LT] = ACTIONS(3331), - [anon_sym_GT_GT] = ACTIONS(3331), - [anon_sym_GT_GT_GT] = ACTIONS(3331), - [anon_sym_AMP_CARET] = ACTIONS(3331), - [anon_sym_AMP_AMP] = ACTIONS(3331), - [anon_sym_PIPE_PIPE] = ACTIONS(3331), - [anon_sym_or] = ACTIONS(3331), - [anon_sym_QMARK_DOT] = ACTIONS(3331), - [anon_sym_POUND_LBRACK] = ACTIONS(3331), - [anon_sym_is] = ACTIONS(3331), - [anon_sym_BANGis] = ACTIONS(3331), - [anon_sym_in] = ACTIONS(3331), - [anon_sym_BANGin] = ACTIONS(3331), - [anon_sym_STAR_EQ] = ACTIONS(3331), - [anon_sym_SLASH_EQ] = ACTIONS(3331), - [anon_sym_PERCENT_EQ] = ACTIONS(3331), - [anon_sym_LT_LT_EQ] = ACTIONS(3331), - [anon_sym_GT_GT_EQ] = ACTIONS(3331), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3331), - [anon_sym_AMP_EQ] = ACTIONS(3331), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3331), - [anon_sym_PLUS_EQ] = ACTIONS(3331), - [anon_sym_DASH_EQ] = ACTIONS(3331), - [anon_sym_PIPE_EQ] = ACTIONS(3331), - [anon_sym_CARET_EQ] = ACTIONS(3331), - [anon_sym_COLON_EQ] = ACTIONS(3331), - [anon_sym_shared] = ACTIONS(3331), - [anon_sym_map_LBRACK] = ACTIONS(3331), - [anon_sym_chan] = ACTIONS(3331), - [anon_sym_thread] = ACTIONS(3331), - [anon_sym_atomic] = ACTIONS(3331), + [anon_sym_DOT] = ACTIONS(3241), + [anon_sym_as] = ACTIONS(3241), + [anon_sym_COMMA] = ACTIONS(3241), + [anon_sym_RBRACE] = ACTIONS(3241), + [anon_sym_LPAREN] = ACTIONS(3241), + [anon_sym_EQ] = ACTIONS(3241), + [anon_sym_PIPE] = ACTIONS(3241), + [anon_sym_fn] = ACTIONS(3241), + [anon_sym_PLUS] = ACTIONS(3241), + [anon_sym_DASH] = ACTIONS(3241), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3241), + [anon_sym_GT] = ACTIONS(3241), + [anon_sym_EQ_EQ] = ACTIONS(3241), + [anon_sym_BANG_EQ] = ACTIONS(3241), + [anon_sym_LT_EQ] = ACTIONS(3241), + [anon_sym_GT_EQ] = ACTIONS(3241), + [anon_sym_LBRACK] = ACTIONS(3239), + [anon_sym_struct] = ACTIONS(3241), + [anon_sym_PLUS_PLUS] = ACTIONS(3241), + [anon_sym_DASH_DASH] = ACTIONS(3241), + [anon_sym_QMARK] = ACTIONS(3241), + [anon_sym_BANG] = ACTIONS(3241), + [anon_sym_LBRACK2] = ACTIONS(3241), + [anon_sym_CARET] = ACTIONS(3241), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3241), + [anon_sym_PIPE_PIPE] = ACTIONS(3241), + [anon_sym_or] = ACTIONS(3241), + [anon_sym_QMARK_DOT] = ACTIONS(3241), + [anon_sym_POUND_LBRACK] = ACTIONS(3241), + [anon_sym_is] = ACTIONS(3241), + [anon_sym_BANGis] = ACTIONS(3241), + [anon_sym_in] = ACTIONS(3241), + [anon_sym_BANGin] = ACTIONS(3241), + [anon_sym_STAR_EQ] = ACTIONS(3241), + [anon_sym_SLASH_EQ] = ACTIONS(3241), + [anon_sym_PERCENT_EQ] = ACTIONS(3241), + [anon_sym_LT_LT_EQ] = ACTIONS(3241), + [anon_sym_GT_GT_EQ] = ACTIONS(3241), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3241), + [anon_sym_AMP_EQ] = ACTIONS(3241), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3241), + [anon_sym_PLUS_EQ] = ACTIONS(3241), + [anon_sym_DASH_EQ] = ACTIONS(3241), + [anon_sym_PIPE_EQ] = ACTIONS(3241), + [anon_sym_CARET_EQ] = ACTIONS(3241), + [anon_sym_COLON_EQ] = ACTIONS(3241), + [anon_sym_shared] = ACTIONS(3241), + [anon_sym_map_LBRACK] = ACTIONS(3241), + [anon_sym_chan] = ACTIONS(3241), + [anon_sym_thread] = ACTIONS(3241), + [anon_sym_atomic] = ACTIONS(3241), }, [1635] = { [sym_line_comment] = STATE(1635), [sym_block_comment] = STATE(1635), - [sym_identifier] = ACTIONS(3263), - [anon_sym_LF] = ACTIONS(3263), - [anon_sym_CR] = ACTIONS(3263), - [anon_sym_CR_LF] = ACTIONS(3263), + [sym_identifier] = ACTIONS(3097), + [anon_sym_LF] = ACTIONS(3097), + [anon_sym_CR] = ACTIONS(3097), + [anon_sym_CR_LF] = ACTIONS(3097), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3263), - [anon_sym_as] = ACTIONS(3263), - [anon_sym_COMMA] = ACTIONS(3263), - [anon_sym_RBRACE] = ACTIONS(3263), - [anon_sym_LPAREN] = ACTIONS(3263), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_fn] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(3263), - [anon_sym_DASH] = ACTIONS(3263), - [anon_sym_STAR] = ACTIONS(3263), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_EQ_EQ] = ACTIONS(3263), - [anon_sym_BANG_EQ] = ACTIONS(3263), - [anon_sym_LT_EQ] = ACTIONS(3263), - [anon_sym_GT_EQ] = ACTIONS(3263), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_struct] = ACTIONS(3263), - [anon_sym_PLUS_PLUS] = ACTIONS(3263), - [anon_sym_DASH_DASH] = ACTIONS(3263), - [anon_sym_QMARK] = ACTIONS(3263), - [anon_sym_BANG] = ACTIONS(3263), - [anon_sym_LBRACK2] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_AMP] = ACTIONS(3263), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_GT_GT_GT] = ACTIONS(3263), - [anon_sym_AMP_CARET] = ACTIONS(3263), - [anon_sym_AMP_AMP] = ACTIONS(3263), - [anon_sym_PIPE_PIPE] = ACTIONS(3263), - [anon_sym_or] = ACTIONS(3263), - [anon_sym_QMARK_DOT] = ACTIONS(3263), - [anon_sym_POUND_LBRACK] = ACTIONS(3263), - [anon_sym_is] = ACTIONS(3263), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3263), - [anon_sym_BANGin] = ACTIONS(3263), - [anon_sym_STAR_EQ] = ACTIONS(3263), - [anon_sym_SLASH_EQ] = ACTIONS(3263), - [anon_sym_PERCENT_EQ] = ACTIONS(3263), - [anon_sym_LT_LT_EQ] = ACTIONS(3263), - [anon_sym_GT_GT_EQ] = ACTIONS(3263), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3263), - [anon_sym_AMP_EQ] = ACTIONS(3263), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3263), - [anon_sym_PLUS_EQ] = ACTIONS(3263), - [anon_sym_DASH_EQ] = ACTIONS(3263), - [anon_sym_PIPE_EQ] = ACTIONS(3263), - [anon_sym_CARET_EQ] = ACTIONS(3263), - [anon_sym_COLON_EQ] = ACTIONS(3263), - [anon_sym_shared] = ACTIONS(3263), - [anon_sym_map_LBRACK] = ACTIONS(3263), - [anon_sym_chan] = ACTIONS(3263), - [anon_sym_thread] = ACTIONS(3263), - [anon_sym_atomic] = ACTIONS(3263), + [anon_sym_DOT] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(3097), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3097), + [anon_sym_EQ] = ACTIONS(3097), + [anon_sym_PIPE] = ACTIONS(3097), + [anon_sym_fn] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3097), + [anon_sym_DASH] = ACTIONS(3097), + [anon_sym_STAR] = ACTIONS(3097), + [anon_sym_SLASH] = ACTIONS(3097), + [anon_sym_PERCENT] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(3097), + [anon_sym_GT] = ACTIONS(3097), + [anon_sym_EQ_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(3097), + [anon_sym_LT_EQ] = ACTIONS(3097), + [anon_sym_GT_EQ] = ACTIONS(3097), + [anon_sym_LBRACK] = ACTIONS(3095), + [anon_sym_struct] = ACTIONS(3097), + [anon_sym_PLUS_PLUS] = ACTIONS(3097), + [anon_sym_DASH_DASH] = ACTIONS(3097), + [anon_sym_QMARK] = ACTIONS(3097), + [anon_sym_BANG] = ACTIONS(3097), + [anon_sym_LBRACK2] = ACTIONS(3097), + [anon_sym_CARET] = ACTIONS(3097), + [anon_sym_AMP] = ACTIONS(3097), + [anon_sym_LT_LT] = ACTIONS(3097), + [anon_sym_GT_GT] = ACTIONS(3097), + [anon_sym_GT_GT_GT] = ACTIONS(3097), + [anon_sym_AMP_CARET] = ACTIONS(3097), + [anon_sym_AMP_AMP] = ACTIONS(3097), + [anon_sym_PIPE_PIPE] = ACTIONS(3097), + [anon_sym_or] = ACTIONS(3097), + [anon_sym_QMARK_DOT] = ACTIONS(3097), + [anon_sym_POUND_LBRACK] = ACTIONS(3097), + [anon_sym_is] = ACTIONS(3097), + [anon_sym_BANGis] = ACTIONS(3097), + [anon_sym_in] = ACTIONS(3097), + [anon_sym_BANGin] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_LT_LT_EQ] = ACTIONS(3097), + [anon_sym_GT_GT_EQ] = ACTIONS(3097), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3097), + [anon_sym_AMP_EQ] = ACTIONS(3097), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3097), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_PIPE_EQ] = ACTIONS(3097), + [anon_sym_CARET_EQ] = ACTIONS(3097), + [anon_sym_COLON_EQ] = ACTIONS(3097), + [anon_sym_shared] = ACTIONS(3097), + [anon_sym_map_LBRACK] = ACTIONS(3097), + [anon_sym_chan] = ACTIONS(3097), + [anon_sym_thread] = ACTIONS(3097), + [anon_sym_atomic] = ACTIONS(3097), }, [1636] = { [sym_line_comment] = STATE(1636), [sym_block_comment] = STATE(1636), - [sym_identifier] = ACTIONS(3259), - [anon_sym_LF] = ACTIONS(3259), - [anon_sym_CR] = ACTIONS(3259), - [anon_sym_CR_LF] = ACTIONS(3259), + [sym_identifier] = ACTIONS(3093), + [anon_sym_LF] = ACTIONS(3093), + [anon_sym_CR] = ACTIONS(3093), + [anon_sym_CR_LF] = ACTIONS(3093), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_as] = ACTIONS(3259), - [anon_sym_COMMA] = ACTIONS(3259), - [anon_sym_RBRACE] = ACTIONS(3259), - [anon_sym_LPAREN] = ACTIONS(3259), - [anon_sym_EQ] = ACTIONS(3259), - [anon_sym_PIPE] = ACTIONS(3259), - [anon_sym_fn] = ACTIONS(3259), - [anon_sym_PLUS] = ACTIONS(3259), - [anon_sym_DASH] = ACTIONS(3259), - [anon_sym_STAR] = ACTIONS(3259), - [anon_sym_SLASH] = ACTIONS(3259), - [anon_sym_PERCENT] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3259), - [anon_sym_GT] = ACTIONS(3259), - [anon_sym_EQ_EQ] = ACTIONS(3259), - [anon_sym_BANG_EQ] = ACTIONS(3259), - [anon_sym_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_EQ] = ACTIONS(3259), - [anon_sym_LBRACK] = ACTIONS(3257), - [anon_sym_struct] = ACTIONS(3259), - [anon_sym_PLUS_PLUS] = ACTIONS(3259), - [anon_sym_DASH_DASH] = ACTIONS(3259), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3259), - [anon_sym_LBRACK2] = ACTIONS(3259), - [anon_sym_CARET] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3259), - [anon_sym_LT_LT] = ACTIONS(3259), - [anon_sym_GT_GT] = ACTIONS(3259), - [anon_sym_GT_GT_GT] = ACTIONS(3259), - [anon_sym_AMP_CARET] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_PIPE_PIPE] = ACTIONS(3259), - [anon_sym_or] = ACTIONS(3259), - [anon_sym_QMARK_DOT] = ACTIONS(3259), - [anon_sym_POUND_LBRACK] = ACTIONS(3259), - [anon_sym_is] = ACTIONS(3259), - [anon_sym_BANGis] = ACTIONS(3259), - [anon_sym_in] = ACTIONS(3259), - [anon_sym_BANGin] = ACTIONS(3259), - [anon_sym_STAR_EQ] = ACTIONS(3259), - [anon_sym_SLASH_EQ] = ACTIONS(3259), - [anon_sym_PERCENT_EQ] = ACTIONS(3259), - [anon_sym_LT_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_GT_EQ] = ACTIONS(3259), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3259), - [anon_sym_AMP_EQ] = ACTIONS(3259), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3259), - [anon_sym_PLUS_EQ] = ACTIONS(3259), - [anon_sym_DASH_EQ] = ACTIONS(3259), - [anon_sym_PIPE_EQ] = ACTIONS(3259), - [anon_sym_CARET_EQ] = ACTIONS(3259), - [anon_sym_COLON_EQ] = ACTIONS(3259), - [anon_sym_shared] = ACTIONS(3259), - [anon_sym_map_LBRACK] = ACTIONS(3259), - [anon_sym_chan] = ACTIONS(3259), - [anon_sym_thread] = ACTIONS(3259), - [anon_sym_atomic] = ACTIONS(3259), + [anon_sym_DOT] = ACTIONS(3093), + [anon_sym_as] = ACTIONS(3093), + [anon_sym_COMMA] = ACTIONS(3093), + [anon_sym_RBRACE] = ACTIONS(3093), + [anon_sym_LPAREN] = ACTIONS(3093), + [anon_sym_EQ] = ACTIONS(3093), + [anon_sym_PIPE] = ACTIONS(3093), + [anon_sym_fn] = ACTIONS(3093), + [anon_sym_PLUS] = ACTIONS(3093), + [anon_sym_DASH] = ACTIONS(3093), + [anon_sym_STAR] = ACTIONS(3093), + [anon_sym_SLASH] = ACTIONS(3093), + [anon_sym_PERCENT] = ACTIONS(3093), + [anon_sym_LT] = ACTIONS(3093), + [anon_sym_GT] = ACTIONS(3093), + [anon_sym_EQ_EQ] = ACTIONS(3093), + [anon_sym_BANG_EQ] = ACTIONS(3093), + [anon_sym_LT_EQ] = ACTIONS(3093), + [anon_sym_GT_EQ] = ACTIONS(3093), + [anon_sym_LBRACK] = ACTIONS(3091), + [anon_sym_struct] = ACTIONS(3093), + [anon_sym_PLUS_PLUS] = ACTIONS(3093), + [anon_sym_DASH_DASH] = ACTIONS(3093), + [anon_sym_QMARK] = ACTIONS(3093), + [anon_sym_BANG] = ACTIONS(3093), + [anon_sym_LBRACK2] = ACTIONS(3093), + [anon_sym_CARET] = ACTIONS(3093), + [anon_sym_AMP] = ACTIONS(3093), + [anon_sym_LT_LT] = ACTIONS(3093), + [anon_sym_GT_GT] = ACTIONS(3093), + [anon_sym_GT_GT_GT] = ACTIONS(3093), + [anon_sym_AMP_CARET] = ACTIONS(3093), + [anon_sym_AMP_AMP] = ACTIONS(3093), + [anon_sym_PIPE_PIPE] = ACTIONS(3093), + [anon_sym_or] = ACTIONS(3093), + [anon_sym_QMARK_DOT] = ACTIONS(3093), + [anon_sym_POUND_LBRACK] = ACTIONS(3093), + [anon_sym_is] = ACTIONS(3093), + [anon_sym_BANGis] = ACTIONS(3093), + [anon_sym_in] = ACTIONS(3093), + [anon_sym_BANGin] = ACTIONS(3093), + [anon_sym_STAR_EQ] = ACTIONS(3093), + [anon_sym_SLASH_EQ] = ACTIONS(3093), + [anon_sym_PERCENT_EQ] = ACTIONS(3093), + [anon_sym_LT_LT_EQ] = ACTIONS(3093), + [anon_sym_GT_GT_EQ] = ACTIONS(3093), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3093), + [anon_sym_AMP_EQ] = ACTIONS(3093), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3093), + [anon_sym_PLUS_EQ] = ACTIONS(3093), + [anon_sym_DASH_EQ] = ACTIONS(3093), + [anon_sym_PIPE_EQ] = ACTIONS(3093), + [anon_sym_CARET_EQ] = ACTIONS(3093), + [anon_sym_COLON_EQ] = ACTIONS(3093), + [anon_sym_shared] = ACTIONS(3093), + [anon_sym_map_LBRACK] = ACTIONS(3093), + [anon_sym_chan] = ACTIONS(3093), + [anon_sym_thread] = ACTIONS(3093), + [anon_sym_atomic] = ACTIONS(3093), }, [1637] = { [sym_line_comment] = STATE(1637), [sym_block_comment] = STATE(1637), - [sym_identifier] = ACTIONS(2909), - [anon_sym_LF] = ACTIONS(2909), - [anon_sym_CR] = ACTIONS(2909), - [anon_sym_CR_LF] = ACTIONS(2909), + [sym_identifier] = ACTIONS(3023), + [anon_sym_LF] = ACTIONS(3023), + [anon_sym_CR] = ACTIONS(3023), + [anon_sym_CR_LF] = ACTIONS(3023), [anon_sym_SLASH_SLASH] = ACTIONS(497), [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(2909), - [anon_sym_as] = ACTIONS(2909), - [anon_sym_COMMA] = ACTIONS(2909), - [anon_sym_RBRACE] = ACTIONS(2909), - [anon_sym_LPAREN] = ACTIONS(2909), - [anon_sym_EQ] = ACTIONS(2909), - [anon_sym_PIPE] = ACTIONS(2909), - [anon_sym_fn] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2909), - [anon_sym_SLASH] = ACTIONS(2909), - [anon_sym_PERCENT] = ACTIONS(2909), - [anon_sym_LT] = ACTIONS(2909), - [anon_sym_GT] = ACTIONS(2909), - [anon_sym_EQ_EQ] = ACTIONS(2909), - [anon_sym_BANG_EQ] = ACTIONS(2909), - [anon_sym_LT_EQ] = ACTIONS(2909), - [anon_sym_GT_EQ] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2907), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_PLUS_PLUS] = ACTIONS(2909), - [anon_sym_DASH_DASH] = ACTIONS(2909), - [anon_sym_QMARK] = ACTIONS(2909), - [anon_sym_BANG] = ACTIONS(2909), - [anon_sym_LBRACK2] = ACTIONS(2909), - [anon_sym_CARET] = ACTIONS(2909), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_LT_LT] = ACTIONS(2909), - [anon_sym_GT_GT] = ACTIONS(2909), - [anon_sym_GT_GT_GT] = ACTIONS(2909), - [anon_sym_AMP_CARET] = ACTIONS(2909), - [anon_sym_AMP_AMP] = ACTIONS(2909), - [anon_sym_PIPE_PIPE] = ACTIONS(2909), - [anon_sym_or] = ACTIONS(2909), - [anon_sym_QMARK_DOT] = ACTIONS(2909), - [anon_sym_POUND_LBRACK] = ACTIONS(2909), - [anon_sym_is] = ACTIONS(2909), - [anon_sym_BANGis] = ACTIONS(2909), - [anon_sym_in] = ACTIONS(2909), - [anon_sym_BANGin] = ACTIONS(2909), - [anon_sym_STAR_EQ] = ACTIONS(2909), - [anon_sym_SLASH_EQ] = ACTIONS(2909), - [anon_sym_PERCENT_EQ] = ACTIONS(2909), - [anon_sym_LT_LT_EQ] = ACTIONS(2909), - [anon_sym_GT_GT_EQ] = ACTIONS(2909), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2909), - [anon_sym_AMP_EQ] = ACTIONS(2909), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2909), - [anon_sym_PLUS_EQ] = ACTIONS(2909), - [anon_sym_DASH_EQ] = ACTIONS(2909), - [anon_sym_PIPE_EQ] = ACTIONS(2909), - [anon_sym_CARET_EQ] = ACTIONS(2909), - [anon_sym_COLON_EQ] = ACTIONS(2909), - [anon_sym_shared] = ACTIONS(2909), - [anon_sym_map_LBRACK] = ACTIONS(2909), - [anon_sym_chan] = ACTIONS(2909), - [anon_sym_thread] = ACTIONS(2909), - [anon_sym_atomic] = ACTIONS(2909), + [anon_sym_DOT] = ACTIONS(3023), + [anon_sym_as] = ACTIONS(3023), + [anon_sym_COMMA] = ACTIONS(3023), + [anon_sym_RBRACE] = ACTIONS(3023), + [anon_sym_LPAREN] = ACTIONS(3023), + [anon_sym_EQ] = ACTIONS(3023), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_SLASH] = ACTIONS(3023), + [anon_sym_PERCENT] = ACTIONS(3023), + [anon_sym_LT] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(3023), + [anon_sym_EQ_EQ] = ACTIONS(3023), + [anon_sym_BANG_EQ] = ACTIONS(3023), + [anon_sym_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_EQ] = ACTIONS(3023), + [anon_sym_LBRACK] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_CARET] = ACTIONS(3023), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_LT] = ACTIONS(3023), + [anon_sym_GT_GT] = ACTIONS(3023), + [anon_sym_GT_GT_GT] = ACTIONS(3023), + [anon_sym_AMP_CARET] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(3023), + [anon_sym_PIPE_PIPE] = ACTIONS(3023), + [anon_sym_or] = ACTIONS(3023), + [anon_sym_QMARK_DOT] = ACTIONS(3023), + [anon_sym_POUND_LBRACK] = ACTIONS(3023), + [anon_sym_is] = ACTIONS(3023), + [anon_sym_BANGis] = ACTIONS(3023), + [anon_sym_in] = ACTIONS(3023), + [anon_sym_BANGin] = ACTIONS(3023), + [anon_sym_STAR_EQ] = ACTIONS(3023), + [anon_sym_SLASH_EQ] = ACTIONS(3023), + [anon_sym_PERCENT_EQ] = ACTIONS(3023), + [anon_sym_LT_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_GT_EQ] = ACTIONS(3023), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3023), + [anon_sym_AMP_EQ] = ACTIONS(3023), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3023), + [anon_sym_PLUS_EQ] = ACTIONS(3023), + [anon_sym_DASH_EQ] = ACTIONS(3023), + [anon_sym_PIPE_EQ] = ACTIONS(3023), + [anon_sym_CARET_EQ] = ACTIONS(3023), + [anon_sym_COLON_EQ] = ACTIONS(3023), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3023), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), }, [1638] = { [sym_line_comment] = STATE(1638), [sym_block_comment] = STATE(1638), - [sym_identifier] = ACTIONS(3331), - [anon_sym_SLASH_SLASH] = ACTIONS(3), - [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(3329), - [anon_sym_DOT] = ACTIONS(3329), - [anon_sym_as] = ACTIONS(3331), - [anon_sym_LBRACE] = ACTIONS(3329), - [anon_sym_COMMA] = ACTIONS(3329), - [anon_sym_LPAREN] = ACTIONS(3329), - [anon_sym_EQ] = ACTIONS(3331), - [anon_sym_PIPE] = ACTIONS(3331), - [anon_sym_fn] = ACTIONS(3331), - [anon_sym_PLUS] = ACTIONS(3331), - [anon_sym_DASH] = ACTIONS(3331), - [anon_sym_STAR] = ACTIONS(3331), - [anon_sym_SLASH] = ACTIONS(3331), - [anon_sym_PERCENT] = ACTIONS(3331), - [anon_sym_LT] = ACTIONS(3331), - [anon_sym_GT] = ACTIONS(3331), - [anon_sym_EQ_EQ] = ACTIONS(3329), - [anon_sym_BANG_EQ] = ACTIONS(3329), - [anon_sym_LT_EQ] = ACTIONS(3329), - [anon_sym_GT_EQ] = ACTIONS(3329), - [anon_sym_LBRACK] = ACTIONS(3329), - [anon_sym_struct] = ACTIONS(3331), - [anon_sym_PLUS_PLUS] = ACTIONS(3329), - [anon_sym_DASH_DASH] = ACTIONS(3329), - [anon_sym_QMARK] = ACTIONS(3331), - [anon_sym_BANG] = ACTIONS(3331), - [anon_sym_LBRACK2] = ACTIONS(3331), - [anon_sym_CARET] = ACTIONS(3331), - [anon_sym_AMP] = ACTIONS(3331), - [anon_sym_LT_LT] = ACTIONS(3331), - [anon_sym_GT_GT] = ACTIONS(3331), - [anon_sym_GT_GT_GT] = ACTIONS(3331), - [anon_sym_AMP_CARET] = ACTIONS(3331), - [anon_sym_AMP_AMP] = ACTIONS(3329), - [anon_sym_PIPE_PIPE] = ACTIONS(3329), - [anon_sym_or] = ACTIONS(3331), - [anon_sym_QMARK_DOT] = ACTIONS(3329), - [anon_sym_POUND_LBRACK] = ACTIONS(3329), - [anon_sym_is] = ACTIONS(3331), - [anon_sym_BANGis] = ACTIONS(3329), - [anon_sym_in] = ACTIONS(3331), - [anon_sym_BANGin] = ACTIONS(3329), - [anon_sym_STAR_EQ] = ACTIONS(3329), - [anon_sym_SLASH_EQ] = ACTIONS(3329), - [anon_sym_PERCENT_EQ] = ACTIONS(3329), - [anon_sym_LT_LT_EQ] = ACTIONS(3329), - [anon_sym_GT_GT_EQ] = ACTIONS(3329), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3329), - [anon_sym_AMP_EQ] = ACTIONS(3329), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3329), - [anon_sym_PLUS_EQ] = ACTIONS(3329), - [anon_sym_DASH_EQ] = ACTIONS(3329), - [anon_sym_PIPE_EQ] = ACTIONS(3329), - [anon_sym_CARET_EQ] = ACTIONS(3329), - [anon_sym_COLON_EQ] = ACTIONS(3329), - [anon_sym_shared] = ACTIONS(3331), - [anon_sym_map_LBRACK] = ACTIONS(3329), - [anon_sym_chan] = ACTIONS(3331), - [anon_sym_thread] = ACTIONS(3331), - [anon_sym_atomic] = ACTIONS(3331), + [sym_identifier] = ACTIONS(3019), + [anon_sym_LF] = ACTIONS(3019), + [anon_sym_CR] = ACTIONS(3019), + [anon_sym_CR_LF] = ACTIONS(3019), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(3019), + [anon_sym_as] = ACTIONS(3019), + [anon_sym_COMMA] = ACTIONS(3019), + [anon_sym_RBRACE] = ACTIONS(3019), + [anon_sym_LPAREN] = ACTIONS(3019), + [anon_sym_EQ] = ACTIONS(3019), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3019), + [anon_sym_SLASH] = ACTIONS(3019), + [anon_sym_PERCENT] = ACTIONS(3019), + [anon_sym_LT] = ACTIONS(3019), + [anon_sym_GT] = ACTIONS(3019), + [anon_sym_EQ_EQ] = ACTIONS(3019), + [anon_sym_BANG_EQ] = ACTIONS(3019), + [anon_sym_LT_EQ] = ACTIONS(3019), + [anon_sym_GT_EQ] = ACTIONS(3019), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_PLUS_PLUS] = ACTIONS(3019), + [anon_sym_DASH_DASH] = ACTIONS(3019), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_CARET] = ACTIONS(3019), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_LT] = ACTIONS(3019), + [anon_sym_GT_GT] = ACTIONS(3019), + [anon_sym_GT_GT_GT] = ACTIONS(3019), + [anon_sym_AMP_CARET] = ACTIONS(3019), + [anon_sym_AMP_AMP] = ACTIONS(3019), + [anon_sym_PIPE_PIPE] = ACTIONS(3019), + [anon_sym_or] = ACTIONS(3019), + [anon_sym_QMARK_DOT] = ACTIONS(3019), + [anon_sym_POUND_LBRACK] = ACTIONS(3019), + [anon_sym_is] = ACTIONS(3019), + [anon_sym_BANGis] = ACTIONS(3019), + [anon_sym_in] = ACTIONS(3019), + [anon_sym_BANGin] = ACTIONS(3019), + [anon_sym_STAR_EQ] = ACTIONS(3019), + [anon_sym_SLASH_EQ] = ACTIONS(3019), + [anon_sym_PERCENT_EQ] = ACTIONS(3019), + [anon_sym_LT_LT_EQ] = ACTIONS(3019), + [anon_sym_GT_GT_EQ] = ACTIONS(3019), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3019), + [anon_sym_AMP_EQ] = ACTIONS(3019), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3019), + [anon_sym_PLUS_EQ] = ACTIONS(3019), + [anon_sym_DASH_EQ] = ACTIONS(3019), + [anon_sym_PIPE_EQ] = ACTIONS(3019), + [anon_sym_CARET_EQ] = ACTIONS(3019), + [anon_sym_COLON_EQ] = ACTIONS(3019), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3019), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), }, [1639] = { [sym_line_comment] = STATE(1639), [sym_block_comment] = STATE(1639), - [sym_identifier] = ACTIONS(3331), + [sym_identifier] = ACTIONS(3241), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3329), - [anon_sym_as] = ACTIONS(3331), - [anon_sym_LBRACE] = ACTIONS(3329), - [anon_sym_COMMA] = ACTIONS(3329), - [anon_sym_LPAREN] = ACTIONS(3329), - [anon_sym_EQ] = ACTIONS(3331), - [anon_sym_PIPE] = ACTIONS(3331), - [anon_sym_fn] = ACTIONS(3331), - [anon_sym_PLUS] = ACTIONS(3331), - [anon_sym_DASH] = ACTIONS(3331), - [anon_sym_STAR] = ACTIONS(3331), - [anon_sym_SLASH] = ACTIONS(3331), - [anon_sym_PERCENT] = ACTIONS(3331), - [anon_sym_LT] = ACTIONS(3331), - [anon_sym_GT] = ACTIONS(3331), - [anon_sym_EQ_EQ] = ACTIONS(3329), - [anon_sym_BANG_EQ] = ACTIONS(3329), - [anon_sym_LT_EQ] = ACTIONS(3329), - [anon_sym_GT_EQ] = ACTIONS(3329), - [anon_sym_LBRACK] = ACTIONS(3329), - [anon_sym_struct] = ACTIONS(3331), - [anon_sym_COLON] = ACTIONS(3329), - [anon_sym_PLUS_PLUS] = ACTIONS(3329), - [anon_sym_DASH_DASH] = ACTIONS(3329), - [anon_sym_QMARK] = ACTIONS(3331), - [anon_sym_BANG] = ACTIONS(3331), - [anon_sym_LBRACK2] = ACTIONS(3331), - [anon_sym_CARET] = ACTIONS(3331), - [anon_sym_AMP] = ACTIONS(3331), - [anon_sym_LT_DASH] = ACTIONS(3329), - [anon_sym_LT_LT] = ACTIONS(3331), - [anon_sym_GT_GT] = ACTIONS(3331), - [anon_sym_GT_GT_GT] = ACTIONS(3331), - [anon_sym_AMP_CARET] = ACTIONS(3331), - [anon_sym_AMP_AMP] = ACTIONS(3329), - [anon_sym_PIPE_PIPE] = ACTIONS(3329), - [anon_sym_or] = ACTIONS(3331), - [anon_sym_QMARK_DOT] = ACTIONS(3329), - [anon_sym_POUND_LBRACK] = ACTIONS(3329), - [anon_sym_is] = ACTIONS(3331), - [anon_sym_BANGis] = ACTIONS(3329), - [anon_sym_in] = ACTIONS(3331), - [anon_sym_BANGin] = ACTIONS(3329), - [anon_sym_STAR_EQ] = ACTIONS(3329), - [anon_sym_SLASH_EQ] = ACTIONS(3329), - [anon_sym_PERCENT_EQ] = ACTIONS(3329), - [anon_sym_LT_LT_EQ] = ACTIONS(3329), - [anon_sym_GT_GT_EQ] = ACTIONS(3329), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3329), - [anon_sym_AMP_EQ] = ACTIONS(3329), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3329), - [anon_sym_PLUS_EQ] = ACTIONS(3329), - [anon_sym_DASH_EQ] = ACTIONS(3329), - [anon_sym_PIPE_EQ] = ACTIONS(3329), - [anon_sym_CARET_EQ] = ACTIONS(3329), - [anon_sym_shared] = ACTIONS(3331), - [anon_sym_map_LBRACK] = ACTIONS(3329), - [anon_sym_chan] = ACTIONS(3331), - [anon_sym_thread] = ACTIONS(3331), - [anon_sym_atomic] = ACTIONS(3331), + [anon_sym_SEMI] = ACTIONS(3239), + [anon_sym_DOT] = ACTIONS(3239), + [anon_sym_as] = ACTIONS(3241), + [anon_sym_LBRACE] = ACTIONS(3239), + [anon_sym_COMMA] = ACTIONS(3239), + [anon_sym_LPAREN] = ACTIONS(3239), + [anon_sym_EQ] = ACTIONS(3241), + [anon_sym_PIPE] = ACTIONS(3241), + [anon_sym_fn] = ACTIONS(3241), + [anon_sym_PLUS] = ACTIONS(3241), + [anon_sym_DASH] = ACTIONS(3241), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3241), + [anon_sym_GT] = ACTIONS(3241), + [anon_sym_EQ_EQ] = ACTIONS(3239), + [anon_sym_BANG_EQ] = ACTIONS(3239), + [anon_sym_LT_EQ] = ACTIONS(3239), + [anon_sym_GT_EQ] = ACTIONS(3239), + [anon_sym_LBRACK] = ACTIONS(3239), + [anon_sym_struct] = ACTIONS(3241), + [anon_sym_PLUS_PLUS] = ACTIONS(3239), + [anon_sym_DASH_DASH] = ACTIONS(3239), + [anon_sym_QMARK] = ACTIONS(3241), + [anon_sym_BANG] = ACTIONS(3241), + [anon_sym_LBRACK2] = ACTIONS(3241), + [anon_sym_CARET] = ACTIONS(3241), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3239), + [anon_sym_PIPE_PIPE] = ACTIONS(3239), + [anon_sym_or] = ACTIONS(3241), + [anon_sym_QMARK_DOT] = ACTIONS(3239), + [anon_sym_POUND_LBRACK] = ACTIONS(3239), + [anon_sym_is] = ACTIONS(3241), + [anon_sym_BANGis] = ACTIONS(3239), + [anon_sym_in] = ACTIONS(3241), + [anon_sym_BANGin] = ACTIONS(3239), + [anon_sym_STAR_EQ] = ACTIONS(3239), + [anon_sym_SLASH_EQ] = ACTIONS(3239), + [anon_sym_PERCENT_EQ] = ACTIONS(3239), + [anon_sym_LT_LT_EQ] = ACTIONS(3239), + [anon_sym_GT_GT_EQ] = ACTIONS(3239), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3239), + [anon_sym_AMP_EQ] = ACTIONS(3239), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3239), + [anon_sym_PLUS_EQ] = ACTIONS(3239), + [anon_sym_DASH_EQ] = ACTIONS(3239), + [anon_sym_PIPE_EQ] = ACTIONS(3239), + [anon_sym_CARET_EQ] = ACTIONS(3239), + [anon_sym_COLON_EQ] = ACTIONS(3239), + [anon_sym_shared] = ACTIONS(3241), + [anon_sym_map_LBRACK] = ACTIONS(3239), + [anon_sym_chan] = ACTIONS(3241), + [anon_sym_thread] = ACTIONS(3241), + [anon_sym_atomic] = ACTIONS(3241), }, [1640] = { [sym_line_comment] = STATE(1640), [sym_block_comment] = STATE(1640), - [sym_identifier] = ACTIONS(2905), + [sym_identifier] = ACTIONS(3023), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(2903), - [anon_sym_DOT] = ACTIONS(2903), - [anon_sym_as] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2903), - [anon_sym_COMMA] = ACTIONS(2903), - [anon_sym_LPAREN] = ACTIONS(2903), - [anon_sym_EQ] = ACTIONS(2905), - [anon_sym_PIPE] = ACTIONS(2905), - [anon_sym_fn] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_SLASH] = ACTIONS(2905), - [anon_sym_PERCENT] = ACTIONS(2905), - [anon_sym_LT] = ACTIONS(2905), - [anon_sym_GT] = ACTIONS(2905), - [anon_sym_EQ_EQ] = ACTIONS(2903), - [anon_sym_BANG_EQ] = ACTIONS(2903), - [anon_sym_LT_EQ] = ACTIONS(2903), - [anon_sym_GT_EQ] = ACTIONS(2903), - [anon_sym_LBRACK] = ACTIONS(2903), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_QMARK] = ACTIONS(2905), - [anon_sym_BANG] = ACTIONS(2905), - [anon_sym_LBRACK2] = ACTIONS(2905), - [anon_sym_CARET] = ACTIONS(2905), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_LT_LT] = ACTIONS(2905), - [anon_sym_GT_GT] = ACTIONS(2905), - [anon_sym_GT_GT_GT] = ACTIONS(2905), - [anon_sym_AMP_CARET] = ACTIONS(2905), - [anon_sym_AMP_AMP] = ACTIONS(2903), - [anon_sym_PIPE_PIPE] = ACTIONS(2903), - [anon_sym_or] = ACTIONS(2905), - [anon_sym_QMARK_DOT] = ACTIONS(2903), - [anon_sym_POUND_LBRACK] = ACTIONS(2903), - [anon_sym_is] = ACTIONS(2905), - [anon_sym_BANGis] = ACTIONS(2903), - [anon_sym_in] = ACTIONS(2905), - [anon_sym_BANGin] = ACTIONS(2903), - [anon_sym_STAR_EQ] = ACTIONS(2903), - [anon_sym_SLASH_EQ] = ACTIONS(2903), - [anon_sym_PERCENT_EQ] = ACTIONS(2903), - [anon_sym_LT_LT_EQ] = ACTIONS(2903), - [anon_sym_GT_GT_EQ] = ACTIONS(2903), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2903), - [anon_sym_AMP_EQ] = ACTIONS(2903), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2903), - [anon_sym_PLUS_EQ] = ACTIONS(2903), - [anon_sym_DASH_EQ] = ACTIONS(2903), - [anon_sym_PIPE_EQ] = ACTIONS(2903), - [anon_sym_CARET_EQ] = ACTIONS(2903), - [anon_sym_COLON_EQ] = ACTIONS(2903), - [anon_sym_shared] = ACTIONS(2905), - [anon_sym_map_LBRACK] = ACTIONS(2903), - [anon_sym_chan] = ACTIONS(2905), - [anon_sym_thread] = ACTIONS(2905), - [anon_sym_atomic] = ACTIONS(2905), + [anon_sym_SEMI] = ACTIONS(3021), + [anon_sym_DOT] = ACTIONS(3021), + [anon_sym_as] = ACTIONS(3023), + [anon_sym_LBRACE] = ACTIONS(3021), + [anon_sym_COMMA] = ACTIONS(3021), + [anon_sym_LPAREN] = ACTIONS(3021), + [anon_sym_EQ] = ACTIONS(3023), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_SLASH] = ACTIONS(3023), + [anon_sym_PERCENT] = ACTIONS(3023), + [anon_sym_LT] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(3023), + [anon_sym_EQ_EQ] = ACTIONS(3021), + [anon_sym_BANG_EQ] = ACTIONS(3021), + [anon_sym_LT_EQ] = ACTIONS(3021), + [anon_sym_GT_EQ] = ACTIONS(3021), + [anon_sym_LBRACK] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3021), + [anon_sym_DASH_DASH] = ACTIONS(3021), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_CARET] = ACTIONS(3023), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_LT] = ACTIONS(3023), + [anon_sym_GT_GT] = ACTIONS(3023), + [anon_sym_GT_GT_GT] = ACTIONS(3023), + [anon_sym_AMP_CARET] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(3021), + [anon_sym_PIPE_PIPE] = ACTIONS(3021), + [anon_sym_or] = ACTIONS(3023), + [anon_sym_QMARK_DOT] = ACTIONS(3021), + [anon_sym_POUND_LBRACK] = ACTIONS(3021), + [anon_sym_is] = ACTIONS(3023), + [anon_sym_BANGis] = ACTIONS(3021), + [anon_sym_in] = ACTIONS(3023), + [anon_sym_BANGin] = ACTIONS(3021), + [anon_sym_STAR_EQ] = ACTIONS(3021), + [anon_sym_SLASH_EQ] = ACTIONS(3021), + [anon_sym_PERCENT_EQ] = ACTIONS(3021), + [anon_sym_LT_LT_EQ] = ACTIONS(3021), + [anon_sym_GT_GT_EQ] = ACTIONS(3021), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3021), + [anon_sym_AMP_EQ] = ACTIONS(3021), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3021), + [anon_sym_PLUS_EQ] = ACTIONS(3021), + [anon_sym_DASH_EQ] = ACTIONS(3021), + [anon_sym_PIPE_EQ] = ACTIONS(3021), + [anon_sym_CARET_EQ] = ACTIONS(3021), + [anon_sym_COLON_EQ] = ACTIONS(3021), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3021), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), }, [1641] = { [sym_line_comment] = STATE(1641), [sym_block_comment] = STATE(1641), - [sym_identifier] = ACTIONS(3263), + [sym_identifier] = ACTIONS(3093), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3261), - [anon_sym_as] = ACTIONS(3263), - [anon_sym_LBRACE] = ACTIONS(3261), - [anon_sym_COMMA] = ACTIONS(3261), - [anon_sym_LPAREN] = ACTIONS(3261), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_fn] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(3263), - [anon_sym_DASH] = ACTIONS(3263), - [anon_sym_STAR] = ACTIONS(3263), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_EQ_EQ] = ACTIONS(3261), - [anon_sym_BANG_EQ] = ACTIONS(3261), - [anon_sym_LT_EQ] = ACTIONS(3261), - [anon_sym_GT_EQ] = ACTIONS(3261), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_struct] = ACTIONS(3263), - [anon_sym_COLON] = ACTIONS(3261), - [anon_sym_PLUS_PLUS] = ACTIONS(3261), - [anon_sym_DASH_DASH] = ACTIONS(3261), - [anon_sym_QMARK] = ACTIONS(3263), - [anon_sym_BANG] = ACTIONS(3263), - [anon_sym_LBRACK2] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_AMP] = ACTIONS(3263), - [anon_sym_LT_DASH] = ACTIONS(3261), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_GT_GT_GT] = ACTIONS(3263), - [anon_sym_AMP_CARET] = ACTIONS(3263), - [anon_sym_AMP_AMP] = ACTIONS(3261), - [anon_sym_PIPE_PIPE] = ACTIONS(3261), - [anon_sym_or] = ACTIONS(3263), - [anon_sym_QMARK_DOT] = ACTIONS(3261), - [anon_sym_POUND_LBRACK] = ACTIONS(3261), - [anon_sym_is] = ACTIONS(3263), - [anon_sym_BANGis] = ACTIONS(3261), - [anon_sym_in] = ACTIONS(3263), - [anon_sym_BANGin] = ACTIONS(3261), - [anon_sym_STAR_EQ] = ACTIONS(3261), - [anon_sym_SLASH_EQ] = ACTIONS(3261), - [anon_sym_PERCENT_EQ] = ACTIONS(3261), - [anon_sym_LT_LT_EQ] = ACTIONS(3261), - [anon_sym_GT_GT_EQ] = ACTIONS(3261), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3261), - [anon_sym_AMP_EQ] = ACTIONS(3261), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3261), - [anon_sym_PLUS_EQ] = ACTIONS(3261), - [anon_sym_DASH_EQ] = ACTIONS(3261), - [anon_sym_PIPE_EQ] = ACTIONS(3261), - [anon_sym_CARET_EQ] = ACTIONS(3261), - [anon_sym_shared] = ACTIONS(3263), - [anon_sym_map_LBRACK] = ACTIONS(3261), - [anon_sym_chan] = ACTIONS(3263), - [anon_sym_thread] = ACTIONS(3263), - [anon_sym_atomic] = ACTIONS(3263), + [anon_sym_SEMI] = ACTIONS(3091), + [anon_sym_DOT] = ACTIONS(3091), + [anon_sym_as] = ACTIONS(3093), + [anon_sym_LBRACE] = ACTIONS(3091), + [anon_sym_COMMA] = ACTIONS(3091), + [anon_sym_LPAREN] = ACTIONS(3091), + [anon_sym_EQ] = ACTIONS(3093), + [anon_sym_PIPE] = ACTIONS(3093), + [anon_sym_fn] = ACTIONS(3093), + [anon_sym_PLUS] = ACTIONS(3093), + [anon_sym_DASH] = ACTIONS(3093), + [anon_sym_STAR] = ACTIONS(3093), + [anon_sym_SLASH] = ACTIONS(3093), + [anon_sym_PERCENT] = ACTIONS(3093), + [anon_sym_LT] = ACTIONS(3093), + [anon_sym_GT] = ACTIONS(3093), + [anon_sym_EQ_EQ] = ACTIONS(3091), + [anon_sym_BANG_EQ] = ACTIONS(3091), + [anon_sym_LT_EQ] = ACTIONS(3091), + [anon_sym_GT_EQ] = ACTIONS(3091), + [anon_sym_LBRACK] = ACTIONS(3091), + [anon_sym_struct] = ACTIONS(3093), + [anon_sym_PLUS_PLUS] = ACTIONS(3091), + [anon_sym_DASH_DASH] = ACTIONS(3091), + [anon_sym_QMARK] = ACTIONS(3093), + [anon_sym_BANG] = ACTIONS(3093), + [anon_sym_LBRACK2] = ACTIONS(3093), + [anon_sym_CARET] = ACTIONS(3093), + [anon_sym_AMP] = ACTIONS(3093), + [anon_sym_LT_LT] = ACTIONS(3093), + [anon_sym_GT_GT] = ACTIONS(3093), + [anon_sym_GT_GT_GT] = ACTIONS(3093), + [anon_sym_AMP_CARET] = ACTIONS(3093), + [anon_sym_AMP_AMP] = ACTIONS(3091), + [anon_sym_PIPE_PIPE] = ACTIONS(3091), + [anon_sym_or] = ACTIONS(3093), + [anon_sym_QMARK_DOT] = ACTIONS(3091), + [anon_sym_POUND_LBRACK] = ACTIONS(3091), + [anon_sym_is] = ACTIONS(3093), + [anon_sym_BANGis] = ACTIONS(3091), + [anon_sym_in] = ACTIONS(3093), + [anon_sym_BANGin] = ACTIONS(3091), + [anon_sym_STAR_EQ] = ACTIONS(3091), + [anon_sym_SLASH_EQ] = ACTIONS(3091), + [anon_sym_PERCENT_EQ] = ACTIONS(3091), + [anon_sym_LT_LT_EQ] = ACTIONS(3091), + [anon_sym_GT_GT_EQ] = ACTIONS(3091), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3091), + [anon_sym_AMP_EQ] = ACTIONS(3091), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3091), + [anon_sym_PLUS_EQ] = ACTIONS(3091), + [anon_sym_DASH_EQ] = ACTIONS(3091), + [anon_sym_PIPE_EQ] = ACTIONS(3091), + [anon_sym_CARET_EQ] = ACTIONS(3091), + [anon_sym_COLON_EQ] = ACTIONS(3091), + [anon_sym_shared] = ACTIONS(3093), + [anon_sym_map_LBRACK] = ACTIONS(3091), + [anon_sym_chan] = ACTIONS(3093), + [anon_sym_thread] = ACTIONS(3093), + [anon_sym_atomic] = ACTIONS(3093), }, [1642] = { [sym_line_comment] = STATE(1642), [sym_block_comment] = STATE(1642), - [sym_type_parameters] = STATE(4191), - [sym_argument_list] = STATE(1791), - [sym_or_block] = STATE(1792), - [aux_sym_strictly_expression_list_repeat1] = STATE(3388), - [anon_sym_LF] = ACTIONS(1757), - [anon_sym_CR] = ACTIONS(1757), - [anon_sym_CR_LF] = ACTIONS(1757), - [anon_sym_SLASH_SLASH] = ACTIONS(497), - [anon_sym_SLASH_STAR] = ACTIONS(499), - [anon_sym_DOT] = ACTIONS(4613), - [anon_sym_as] = ACTIONS(4615), - [anon_sym_COMMA] = ACTIONS(4617), - [anon_sym_RBRACE] = ACTIONS(1757), - [anon_sym_LPAREN] = ACTIONS(4619), - [anon_sym_EQ] = ACTIONS(1761), - [anon_sym_PIPE] = ACTIONS(4621), - [anon_sym_PLUS] = ACTIONS(4621), - [anon_sym_DASH] = ACTIONS(4621), - [anon_sym_STAR] = ACTIONS(4623), - [anon_sym_SLASH] = ACTIONS(4623), - [anon_sym_PERCENT] = ACTIONS(4623), - [anon_sym_LT] = ACTIONS(4625), - [anon_sym_GT] = ACTIONS(4625), - [anon_sym_EQ_EQ] = ACTIONS(4625), - [anon_sym_BANG_EQ] = ACTIONS(4625), - [anon_sym_LT_EQ] = ACTIONS(4625), - [anon_sym_GT_EQ] = ACTIONS(4625), - [anon_sym_LBRACK] = ACTIONS(4627), - [anon_sym_COLON] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4633), - [anon_sym_QMARK] = ACTIONS(4635), - [anon_sym_BANG] = ACTIONS(4637), - [anon_sym_LBRACK2] = ACTIONS(4639), - [anon_sym_CARET] = ACTIONS(4621), - [anon_sym_AMP] = ACTIONS(4623), - [anon_sym_LT_DASH] = ACTIONS(4641), - [anon_sym_LT_LT] = ACTIONS(4643), - [anon_sym_GT_GT] = ACTIONS(4623), - [anon_sym_GT_GT_GT] = ACTIONS(4623), - [anon_sym_AMP_CARET] = ACTIONS(4623), - [anon_sym_AMP_AMP] = ACTIONS(4645), - [anon_sym_PIPE_PIPE] = ACTIONS(4647), - [anon_sym_or] = ACTIONS(4649), - [anon_sym_QMARK_DOT] = ACTIONS(4613), - [anon_sym_POUND_LBRACK] = ACTIONS(4639), - [anon_sym_is] = ACTIONS(4651), - [anon_sym_BANGis] = ACTIONS(4653), - [anon_sym_in] = ACTIONS(4655), - [anon_sym_BANGin] = ACTIONS(4657), - [anon_sym_STAR_EQ] = ACTIONS(1761), - [anon_sym_SLASH_EQ] = ACTIONS(1761), - [anon_sym_PERCENT_EQ] = ACTIONS(1761), - [anon_sym_LT_LT_EQ] = ACTIONS(1761), - [anon_sym_GT_GT_EQ] = ACTIONS(1761), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1761), - [anon_sym_AMP_EQ] = ACTIONS(1761), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1761), - [anon_sym_PLUS_EQ] = ACTIONS(1761), - [anon_sym_DASH_EQ] = ACTIONS(1761), - [anon_sym_PIPE_EQ] = ACTIONS(1761), - [anon_sym_CARET_EQ] = ACTIONS(1761), - [anon_sym_COLON_EQ] = ACTIONS(1761), + [sym_identifier] = ACTIONS(3097), + [anon_sym_SLASH_SLASH] = ACTIONS(3), + [anon_sym_SLASH_STAR] = ACTIONS(5), + [anon_sym_DOT] = ACTIONS(3095), + [anon_sym_as] = ACTIONS(3097), + [anon_sym_LBRACE] = ACTIONS(3095), + [anon_sym_COMMA] = ACTIONS(3095), + [anon_sym_LPAREN] = ACTIONS(3095), + [anon_sym_EQ] = ACTIONS(3097), + [anon_sym_PIPE] = ACTIONS(3097), + [anon_sym_fn] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3097), + [anon_sym_DASH] = ACTIONS(3097), + [anon_sym_STAR] = ACTIONS(3097), + [anon_sym_SLASH] = ACTIONS(3097), + [anon_sym_PERCENT] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(3097), + [anon_sym_GT] = ACTIONS(3097), + [anon_sym_EQ_EQ] = ACTIONS(3095), + [anon_sym_BANG_EQ] = ACTIONS(3095), + [anon_sym_LT_EQ] = ACTIONS(3095), + [anon_sym_GT_EQ] = ACTIONS(3095), + [anon_sym_LBRACK] = ACTIONS(3095), + [anon_sym_struct] = ACTIONS(3097), + [anon_sym_COLON] = ACTIONS(3095), + [anon_sym_PLUS_PLUS] = ACTIONS(3095), + [anon_sym_DASH_DASH] = ACTIONS(3095), + [anon_sym_QMARK] = ACTIONS(3097), + [anon_sym_BANG] = ACTIONS(3097), + [anon_sym_LBRACK2] = ACTIONS(3097), + [anon_sym_CARET] = ACTIONS(3097), + [anon_sym_AMP] = ACTIONS(3097), + [anon_sym_LT_DASH] = ACTIONS(3095), + [anon_sym_LT_LT] = ACTIONS(3097), + [anon_sym_GT_GT] = ACTIONS(3097), + [anon_sym_GT_GT_GT] = ACTIONS(3097), + [anon_sym_AMP_CARET] = ACTIONS(3097), + [anon_sym_AMP_AMP] = ACTIONS(3095), + [anon_sym_PIPE_PIPE] = ACTIONS(3095), + [anon_sym_or] = ACTIONS(3097), + [anon_sym_QMARK_DOT] = ACTIONS(3095), + [anon_sym_POUND_LBRACK] = ACTIONS(3095), + [anon_sym_is] = ACTIONS(3097), + [anon_sym_BANGis] = ACTIONS(3095), + [anon_sym_in] = ACTIONS(3097), + [anon_sym_BANGin] = ACTIONS(3095), + [anon_sym_STAR_EQ] = ACTIONS(3095), + [anon_sym_SLASH_EQ] = ACTIONS(3095), + [anon_sym_PERCENT_EQ] = ACTIONS(3095), + [anon_sym_LT_LT_EQ] = ACTIONS(3095), + [anon_sym_GT_GT_EQ] = ACTIONS(3095), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3095), + [anon_sym_AMP_EQ] = ACTIONS(3095), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3095), + [anon_sym_PLUS_EQ] = ACTIONS(3095), + [anon_sym_DASH_EQ] = ACTIONS(3095), + [anon_sym_PIPE_EQ] = ACTIONS(3095), + [anon_sym_CARET_EQ] = ACTIONS(3095), + [anon_sym_shared] = ACTIONS(3097), + [anon_sym_map_LBRACK] = ACTIONS(3095), + [anon_sym_chan] = ACTIONS(3097), + [anon_sym_thread] = ACTIONS(3097), + [anon_sym_atomic] = ACTIONS(3097), }, [1643] = { [sym_line_comment] = STATE(1643), [sym_block_comment] = STATE(1643), - [sym_identifier] = ACTIONS(3259), + [sym_identifier] = ACTIONS(3093), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(3257), - [anon_sym_as] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(3257), - [anon_sym_COMMA] = ACTIONS(3257), - [anon_sym_LPAREN] = ACTIONS(3257), - [anon_sym_EQ] = ACTIONS(3259), - [anon_sym_PIPE] = ACTIONS(3259), - [anon_sym_fn] = ACTIONS(3259), - [anon_sym_PLUS] = ACTIONS(3259), - [anon_sym_DASH] = ACTIONS(3259), - [anon_sym_STAR] = ACTIONS(3259), - [anon_sym_SLASH] = ACTIONS(3259), - [anon_sym_PERCENT] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3259), - [anon_sym_GT] = ACTIONS(3259), - [anon_sym_EQ_EQ] = ACTIONS(3257), - [anon_sym_BANG_EQ] = ACTIONS(3257), - [anon_sym_LT_EQ] = ACTIONS(3257), - [anon_sym_GT_EQ] = ACTIONS(3257), - [anon_sym_LBRACK] = ACTIONS(3257), - [anon_sym_struct] = ACTIONS(3259), - [anon_sym_COLON] = ACTIONS(3257), - [anon_sym_PLUS_PLUS] = ACTIONS(3257), - [anon_sym_DASH_DASH] = ACTIONS(3257), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3259), - [anon_sym_LBRACK2] = ACTIONS(3259), - [anon_sym_CARET] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3259), - [anon_sym_LT_DASH] = ACTIONS(3257), - [anon_sym_LT_LT] = ACTIONS(3259), - [anon_sym_GT_GT] = ACTIONS(3259), - [anon_sym_GT_GT_GT] = ACTIONS(3259), - [anon_sym_AMP_CARET] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3257), - [anon_sym_PIPE_PIPE] = ACTIONS(3257), - [anon_sym_or] = ACTIONS(3259), - [anon_sym_QMARK_DOT] = ACTIONS(3257), - [anon_sym_POUND_LBRACK] = ACTIONS(3257), - [anon_sym_is] = ACTIONS(3259), - [anon_sym_BANGis] = ACTIONS(3257), - [anon_sym_in] = ACTIONS(3259), - [anon_sym_BANGin] = ACTIONS(3257), - [anon_sym_STAR_EQ] = ACTIONS(3257), - [anon_sym_SLASH_EQ] = ACTIONS(3257), - [anon_sym_PERCENT_EQ] = ACTIONS(3257), - [anon_sym_LT_LT_EQ] = ACTIONS(3257), - [anon_sym_GT_GT_EQ] = ACTIONS(3257), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3257), - [anon_sym_AMP_EQ] = ACTIONS(3257), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3257), - [anon_sym_PLUS_EQ] = ACTIONS(3257), - [anon_sym_DASH_EQ] = ACTIONS(3257), - [anon_sym_PIPE_EQ] = ACTIONS(3257), - [anon_sym_CARET_EQ] = ACTIONS(3257), - [anon_sym_shared] = ACTIONS(3259), - [anon_sym_map_LBRACK] = ACTIONS(3257), - [anon_sym_chan] = ACTIONS(3259), - [anon_sym_thread] = ACTIONS(3259), - [anon_sym_atomic] = ACTIONS(3259), + [anon_sym_DOT] = ACTIONS(3091), + [anon_sym_as] = ACTIONS(3093), + [anon_sym_LBRACE] = ACTIONS(3091), + [anon_sym_COMMA] = ACTIONS(3091), + [anon_sym_LPAREN] = ACTIONS(3091), + [anon_sym_EQ] = ACTIONS(3093), + [anon_sym_PIPE] = ACTIONS(3093), + [anon_sym_fn] = ACTIONS(3093), + [anon_sym_PLUS] = ACTIONS(3093), + [anon_sym_DASH] = ACTIONS(3093), + [anon_sym_STAR] = ACTIONS(3093), + [anon_sym_SLASH] = ACTIONS(3093), + [anon_sym_PERCENT] = ACTIONS(3093), + [anon_sym_LT] = ACTIONS(3093), + [anon_sym_GT] = ACTIONS(3093), + [anon_sym_EQ_EQ] = ACTIONS(3091), + [anon_sym_BANG_EQ] = ACTIONS(3091), + [anon_sym_LT_EQ] = ACTIONS(3091), + [anon_sym_GT_EQ] = ACTIONS(3091), + [anon_sym_LBRACK] = ACTIONS(3091), + [anon_sym_struct] = ACTIONS(3093), + [anon_sym_COLON] = ACTIONS(3091), + [anon_sym_PLUS_PLUS] = ACTIONS(3091), + [anon_sym_DASH_DASH] = ACTIONS(3091), + [anon_sym_QMARK] = ACTIONS(3093), + [anon_sym_BANG] = ACTIONS(3093), + [anon_sym_LBRACK2] = ACTIONS(3093), + [anon_sym_CARET] = ACTIONS(3093), + [anon_sym_AMP] = ACTIONS(3093), + [anon_sym_LT_DASH] = ACTIONS(3091), + [anon_sym_LT_LT] = ACTIONS(3093), + [anon_sym_GT_GT] = ACTIONS(3093), + [anon_sym_GT_GT_GT] = ACTIONS(3093), + [anon_sym_AMP_CARET] = ACTIONS(3093), + [anon_sym_AMP_AMP] = ACTIONS(3091), + [anon_sym_PIPE_PIPE] = ACTIONS(3091), + [anon_sym_or] = ACTIONS(3093), + [anon_sym_QMARK_DOT] = ACTIONS(3091), + [anon_sym_POUND_LBRACK] = ACTIONS(3091), + [anon_sym_is] = ACTIONS(3093), + [anon_sym_BANGis] = ACTIONS(3091), + [anon_sym_in] = ACTIONS(3093), + [anon_sym_BANGin] = ACTIONS(3091), + [anon_sym_STAR_EQ] = ACTIONS(3091), + [anon_sym_SLASH_EQ] = ACTIONS(3091), + [anon_sym_PERCENT_EQ] = ACTIONS(3091), + [anon_sym_LT_LT_EQ] = ACTIONS(3091), + [anon_sym_GT_GT_EQ] = ACTIONS(3091), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3091), + [anon_sym_AMP_EQ] = ACTIONS(3091), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3091), + [anon_sym_PLUS_EQ] = ACTIONS(3091), + [anon_sym_DASH_EQ] = ACTIONS(3091), + [anon_sym_PIPE_EQ] = ACTIONS(3091), + [anon_sym_CARET_EQ] = ACTIONS(3091), + [anon_sym_shared] = ACTIONS(3093), + [anon_sym_map_LBRACK] = ACTIONS(3091), + [anon_sym_chan] = ACTIONS(3093), + [anon_sym_thread] = ACTIONS(3093), + [anon_sym_atomic] = ACTIONS(3093), }, [1644] = { [sym_line_comment] = STATE(1644), [sym_block_comment] = STATE(1644), - [sym_identifier] = ACTIONS(3263), + [sym_identifier] = ACTIONS(3023), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(3261), - [anon_sym_DOT] = ACTIONS(3261), - [anon_sym_as] = ACTIONS(3263), - [anon_sym_LBRACE] = ACTIONS(3261), - [anon_sym_COMMA] = ACTIONS(3261), - [anon_sym_LPAREN] = ACTIONS(3261), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_fn] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(3263), - [anon_sym_DASH] = ACTIONS(3263), - [anon_sym_STAR] = ACTIONS(3263), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_EQ_EQ] = ACTIONS(3261), - [anon_sym_BANG_EQ] = ACTIONS(3261), - [anon_sym_LT_EQ] = ACTIONS(3261), - [anon_sym_GT_EQ] = ACTIONS(3261), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_struct] = ACTIONS(3263), - [anon_sym_PLUS_PLUS] = ACTIONS(3261), - [anon_sym_DASH_DASH] = ACTIONS(3261), - [anon_sym_QMARK] = ACTIONS(3263), - [anon_sym_BANG] = ACTIONS(3263), - [anon_sym_LBRACK2] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_AMP] = ACTIONS(3263), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_GT_GT_GT] = ACTIONS(3263), - [anon_sym_AMP_CARET] = ACTIONS(3263), - [anon_sym_AMP_AMP] = ACTIONS(3261), - [anon_sym_PIPE_PIPE] = ACTIONS(3261), - [anon_sym_or] = ACTIONS(3263), - [anon_sym_QMARK_DOT] = ACTIONS(3261), - [anon_sym_POUND_LBRACK] = ACTIONS(3261), - [anon_sym_is] = ACTIONS(3263), - [anon_sym_BANGis] = ACTIONS(3261), - [anon_sym_in] = ACTIONS(3263), - [anon_sym_BANGin] = ACTIONS(3261), - [anon_sym_STAR_EQ] = ACTIONS(3261), - [anon_sym_SLASH_EQ] = ACTIONS(3261), - [anon_sym_PERCENT_EQ] = ACTIONS(3261), - [anon_sym_LT_LT_EQ] = ACTIONS(3261), - [anon_sym_GT_GT_EQ] = ACTIONS(3261), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3261), - [anon_sym_AMP_EQ] = ACTIONS(3261), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3261), - [anon_sym_PLUS_EQ] = ACTIONS(3261), - [anon_sym_DASH_EQ] = ACTIONS(3261), - [anon_sym_PIPE_EQ] = ACTIONS(3261), - [anon_sym_CARET_EQ] = ACTIONS(3261), - [anon_sym_COLON_EQ] = ACTIONS(3261), - [anon_sym_shared] = ACTIONS(3263), - [anon_sym_map_LBRACK] = ACTIONS(3261), - [anon_sym_chan] = ACTIONS(3263), - [anon_sym_thread] = ACTIONS(3263), - [anon_sym_atomic] = ACTIONS(3263), + [anon_sym_DOT] = ACTIONS(3021), + [anon_sym_as] = ACTIONS(3023), + [anon_sym_LBRACE] = ACTIONS(3021), + [anon_sym_COMMA] = ACTIONS(3021), + [anon_sym_LPAREN] = ACTIONS(3021), + [anon_sym_EQ] = ACTIONS(3023), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_SLASH] = ACTIONS(3023), + [anon_sym_PERCENT] = ACTIONS(3023), + [anon_sym_LT] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(3023), + [anon_sym_EQ_EQ] = ACTIONS(3021), + [anon_sym_BANG_EQ] = ACTIONS(3021), + [anon_sym_LT_EQ] = ACTIONS(3021), + [anon_sym_GT_EQ] = ACTIONS(3021), + [anon_sym_LBRACK] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_COLON] = ACTIONS(3021), + [anon_sym_PLUS_PLUS] = ACTIONS(3021), + [anon_sym_DASH_DASH] = ACTIONS(3021), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_CARET] = ACTIONS(3023), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_DASH] = ACTIONS(3021), + [anon_sym_LT_LT] = ACTIONS(3023), + [anon_sym_GT_GT] = ACTIONS(3023), + [anon_sym_GT_GT_GT] = ACTIONS(3023), + [anon_sym_AMP_CARET] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(3021), + [anon_sym_PIPE_PIPE] = ACTIONS(3021), + [anon_sym_or] = ACTIONS(3023), + [anon_sym_QMARK_DOT] = ACTIONS(3021), + [anon_sym_POUND_LBRACK] = ACTIONS(3021), + [anon_sym_is] = ACTIONS(3023), + [anon_sym_BANGis] = ACTIONS(3021), + [anon_sym_in] = ACTIONS(3023), + [anon_sym_BANGin] = ACTIONS(3021), + [anon_sym_STAR_EQ] = ACTIONS(3021), + [anon_sym_SLASH_EQ] = ACTIONS(3021), + [anon_sym_PERCENT_EQ] = ACTIONS(3021), + [anon_sym_LT_LT_EQ] = ACTIONS(3021), + [anon_sym_GT_GT_EQ] = ACTIONS(3021), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3021), + [anon_sym_AMP_EQ] = ACTIONS(3021), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3021), + [anon_sym_PLUS_EQ] = ACTIONS(3021), + [anon_sym_DASH_EQ] = ACTIONS(3021), + [anon_sym_PIPE_EQ] = ACTIONS(3021), + [anon_sym_CARET_EQ] = ACTIONS(3021), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3021), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), }, [1645] = { [sym_line_comment] = STATE(1645), [sym_block_comment] = STATE(1645), - [sym_identifier] = ACTIONS(2905), + [sym_identifier] = ACTIONS(3019), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2903), - [anon_sym_as] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2903), - [anon_sym_COMMA] = ACTIONS(2903), - [anon_sym_LPAREN] = ACTIONS(2903), - [anon_sym_EQ] = ACTIONS(2905), - [anon_sym_PIPE] = ACTIONS(2905), - [anon_sym_fn] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_SLASH] = ACTIONS(2905), - [anon_sym_PERCENT] = ACTIONS(2905), - [anon_sym_LT] = ACTIONS(2905), - [anon_sym_GT] = ACTIONS(2905), - [anon_sym_EQ_EQ] = ACTIONS(2903), - [anon_sym_BANG_EQ] = ACTIONS(2903), - [anon_sym_LT_EQ] = ACTIONS(2903), - [anon_sym_GT_EQ] = ACTIONS(2903), - [anon_sym_LBRACK] = ACTIONS(2903), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_COLON] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_QMARK] = ACTIONS(2905), - [anon_sym_BANG] = ACTIONS(2905), - [anon_sym_LBRACK2] = ACTIONS(2905), - [anon_sym_CARET] = ACTIONS(2905), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_LT_DASH] = ACTIONS(2903), - [anon_sym_LT_LT] = ACTIONS(2905), - [anon_sym_GT_GT] = ACTIONS(2905), - [anon_sym_GT_GT_GT] = ACTIONS(2905), - [anon_sym_AMP_CARET] = ACTIONS(2905), - [anon_sym_AMP_AMP] = ACTIONS(2903), - [anon_sym_PIPE_PIPE] = ACTIONS(2903), - [anon_sym_or] = ACTIONS(2905), - [anon_sym_QMARK_DOT] = ACTIONS(2903), - [anon_sym_POUND_LBRACK] = ACTIONS(2903), - [anon_sym_is] = ACTIONS(2905), - [anon_sym_BANGis] = ACTIONS(2903), - [anon_sym_in] = ACTIONS(2905), - [anon_sym_BANGin] = ACTIONS(2903), - [anon_sym_STAR_EQ] = ACTIONS(2903), - [anon_sym_SLASH_EQ] = ACTIONS(2903), - [anon_sym_PERCENT_EQ] = ACTIONS(2903), - [anon_sym_LT_LT_EQ] = ACTIONS(2903), - [anon_sym_GT_GT_EQ] = ACTIONS(2903), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2903), - [anon_sym_AMP_EQ] = ACTIONS(2903), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2903), - [anon_sym_PLUS_EQ] = ACTIONS(2903), - [anon_sym_DASH_EQ] = ACTIONS(2903), - [anon_sym_PIPE_EQ] = ACTIONS(2903), - [anon_sym_CARET_EQ] = ACTIONS(2903), - [anon_sym_shared] = ACTIONS(2905), - [anon_sym_map_LBRACK] = ACTIONS(2903), - [anon_sym_chan] = ACTIONS(2905), - [anon_sym_thread] = ACTIONS(2905), - [anon_sym_atomic] = ACTIONS(2905), + [anon_sym_DOT] = ACTIONS(3017), + [anon_sym_as] = ACTIONS(3019), + [anon_sym_LBRACE] = ACTIONS(3017), + [anon_sym_COMMA] = ACTIONS(3017), + [anon_sym_LPAREN] = ACTIONS(3017), + [anon_sym_EQ] = ACTIONS(3019), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3019), + [anon_sym_SLASH] = ACTIONS(3019), + [anon_sym_PERCENT] = ACTIONS(3019), + [anon_sym_LT] = ACTIONS(3019), + [anon_sym_GT] = ACTIONS(3019), + [anon_sym_EQ_EQ] = ACTIONS(3017), + [anon_sym_BANG_EQ] = ACTIONS(3017), + [anon_sym_LT_EQ] = ACTIONS(3017), + [anon_sym_GT_EQ] = ACTIONS(3017), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_COLON] = ACTIONS(3017), + [anon_sym_PLUS_PLUS] = ACTIONS(3017), + [anon_sym_DASH_DASH] = ACTIONS(3017), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_CARET] = ACTIONS(3019), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_DASH] = ACTIONS(3017), + [anon_sym_LT_LT] = ACTIONS(3019), + [anon_sym_GT_GT] = ACTIONS(3019), + [anon_sym_GT_GT_GT] = ACTIONS(3019), + [anon_sym_AMP_CARET] = ACTIONS(3019), + [anon_sym_AMP_AMP] = ACTIONS(3017), + [anon_sym_PIPE_PIPE] = ACTIONS(3017), + [anon_sym_or] = ACTIONS(3019), + [anon_sym_QMARK_DOT] = ACTIONS(3017), + [anon_sym_POUND_LBRACK] = ACTIONS(3017), + [anon_sym_is] = ACTIONS(3019), + [anon_sym_BANGis] = ACTIONS(3017), + [anon_sym_in] = ACTIONS(3019), + [anon_sym_BANGin] = ACTIONS(3017), + [anon_sym_STAR_EQ] = ACTIONS(3017), + [anon_sym_SLASH_EQ] = ACTIONS(3017), + [anon_sym_PERCENT_EQ] = ACTIONS(3017), + [anon_sym_LT_LT_EQ] = ACTIONS(3017), + [anon_sym_GT_GT_EQ] = ACTIONS(3017), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3017), + [anon_sym_AMP_EQ] = ACTIONS(3017), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3017), + [anon_sym_PLUS_EQ] = ACTIONS(3017), + [anon_sym_DASH_EQ] = ACTIONS(3017), + [anon_sym_PIPE_EQ] = ACTIONS(3017), + [anon_sym_CARET_EQ] = ACTIONS(3017), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3017), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), }, [1646] = { [sym_line_comment] = STATE(1646), [sym_block_comment] = STATE(1646), - [sym_identifier] = ACTIONS(3259), + [sym_identifier] = ACTIONS(3241), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(3257), - [anon_sym_DOT] = ACTIONS(3257), - [anon_sym_as] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(3257), - [anon_sym_COMMA] = ACTIONS(3257), - [anon_sym_LPAREN] = ACTIONS(3257), - [anon_sym_EQ] = ACTIONS(3259), - [anon_sym_PIPE] = ACTIONS(3259), - [anon_sym_fn] = ACTIONS(3259), - [anon_sym_PLUS] = ACTIONS(3259), - [anon_sym_DASH] = ACTIONS(3259), - [anon_sym_STAR] = ACTIONS(3259), - [anon_sym_SLASH] = ACTIONS(3259), - [anon_sym_PERCENT] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3259), - [anon_sym_GT] = ACTIONS(3259), - [anon_sym_EQ_EQ] = ACTIONS(3257), - [anon_sym_BANG_EQ] = ACTIONS(3257), - [anon_sym_LT_EQ] = ACTIONS(3257), - [anon_sym_GT_EQ] = ACTIONS(3257), - [anon_sym_LBRACK] = ACTIONS(3257), - [anon_sym_struct] = ACTIONS(3259), - [anon_sym_PLUS_PLUS] = ACTIONS(3257), - [anon_sym_DASH_DASH] = ACTIONS(3257), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3259), - [anon_sym_LBRACK2] = ACTIONS(3259), - [anon_sym_CARET] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3259), - [anon_sym_LT_LT] = ACTIONS(3259), - [anon_sym_GT_GT] = ACTIONS(3259), - [anon_sym_GT_GT_GT] = ACTIONS(3259), - [anon_sym_AMP_CARET] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3257), - [anon_sym_PIPE_PIPE] = ACTIONS(3257), - [anon_sym_or] = ACTIONS(3259), - [anon_sym_QMARK_DOT] = ACTIONS(3257), - [anon_sym_POUND_LBRACK] = ACTIONS(3257), - [anon_sym_is] = ACTIONS(3259), - [anon_sym_BANGis] = ACTIONS(3257), - [anon_sym_in] = ACTIONS(3259), - [anon_sym_BANGin] = ACTIONS(3257), - [anon_sym_STAR_EQ] = ACTIONS(3257), - [anon_sym_SLASH_EQ] = ACTIONS(3257), - [anon_sym_PERCENT_EQ] = ACTIONS(3257), - [anon_sym_LT_LT_EQ] = ACTIONS(3257), - [anon_sym_GT_GT_EQ] = ACTIONS(3257), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3257), - [anon_sym_AMP_EQ] = ACTIONS(3257), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3257), - [anon_sym_PLUS_EQ] = ACTIONS(3257), - [anon_sym_DASH_EQ] = ACTIONS(3257), - [anon_sym_PIPE_EQ] = ACTIONS(3257), - [anon_sym_CARET_EQ] = ACTIONS(3257), - [anon_sym_COLON_EQ] = ACTIONS(3257), - [anon_sym_shared] = ACTIONS(3259), - [anon_sym_map_LBRACK] = ACTIONS(3257), - [anon_sym_chan] = ACTIONS(3259), - [anon_sym_thread] = ACTIONS(3259), - [anon_sym_atomic] = ACTIONS(3259), + [anon_sym_DOT] = ACTIONS(3239), + [anon_sym_as] = ACTIONS(3241), + [anon_sym_LBRACE] = ACTIONS(3239), + [anon_sym_COMMA] = ACTIONS(3239), + [anon_sym_LPAREN] = ACTIONS(3239), + [anon_sym_EQ] = ACTIONS(3241), + [anon_sym_PIPE] = ACTIONS(3241), + [anon_sym_fn] = ACTIONS(3241), + [anon_sym_PLUS] = ACTIONS(3241), + [anon_sym_DASH] = ACTIONS(3241), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3241), + [anon_sym_GT] = ACTIONS(3241), + [anon_sym_EQ_EQ] = ACTIONS(3239), + [anon_sym_BANG_EQ] = ACTIONS(3239), + [anon_sym_LT_EQ] = ACTIONS(3239), + [anon_sym_GT_EQ] = ACTIONS(3239), + [anon_sym_LBRACK] = ACTIONS(3239), + [anon_sym_struct] = ACTIONS(3241), + [anon_sym_COLON] = ACTIONS(3239), + [anon_sym_PLUS_PLUS] = ACTIONS(3239), + [anon_sym_DASH_DASH] = ACTIONS(3239), + [anon_sym_QMARK] = ACTIONS(3241), + [anon_sym_BANG] = ACTIONS(3241), + [anon_sym_LBRACK2] = ACTIONS(3241), + [anon_sym_CARET] = ACTIONS(3241), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(3239), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3239), + [anon_sym_PIPE_PIPE] = ACTIONS(3239), + [anon_sym_or] = ACTIONS(3241), + [anon_sym_QMARK_DOT] = ACTIONS(3239), + [anon_sym_POUND_LBRACK] = ACTIONS(3239), + [anon_sym_is] = ACTIONS(3241), + [anon_sym_BANGis] = ACTIONS(3239), + [anon_sym_in] = ACTIONS(3241), + [anon_sym_BANGin] = ACTIONS(3239), + [anon_sym_STAR_EQ] = ACTIONS(3239), + [anon_sym_SLASH_EQ] = ACTIONS(3239), + [anon_sym_PERCENT_EQ] = ACTIONS(3239), + [anon_sym_LT_LT_EQ] = ACTIONS(3239), + [anon_sym_GT_GT_EQ] = ACTIONS(3239), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3239), + [anon_sym_AMP_EQ] = ACTIONS(3239), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3239), + [anon_sym_PLUS_EQ] = ACTIONS(3239), + [anon_sym_DASH_EQ] = ACTIONS(3239), + [anon_sym_PIPE_EQ] = ACTIONS(3239), + [anon_sym_CARET_EQ] = ACTIONS(3239), + [anon_sym_shared] = ACTIONS(3241), + [anon_sym_map_LBRACK] = ACTIONS(3239), + [anon_sym_chan] = ACTIONS(3241), + [anon_sym_thread] = ACTIONS(3241), + [anon_sym_atomic] = ACTIONS(3241), }, [1647] = { [sym_line_comment] = STATE(1647), [sym_block_comment] = STATE(1647), - [sym_identifier] = ACTIONS(2909), + [sym_identifier] = ACTIONS(3019), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_SEMI] = ACTIONS(2907), - [anon_sym_DOT] = ACTIONS(2907), - [anon_sym_as] = ACTIONS(2909), - [anon_sym_LBRACE] = ACTIONS(2907), - [anon_sym_COMMA] = ACTIONS(2907), - [anon_sym_LPAREN] = ACTIONS(2907), - [anon_sym_EQ] = ACTIONS(2909), - [anon_sym_PIPE] = ACTIONS(2909), - [anon_sym_fn] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2909), - [anon_sym_SLASH] = ACTIONS(2909), - [anon_sym_PERCENT] = ACTIONS(2909), - [anon_sym_LT] = ACTIONS(2909), - [anon_sym_GT] = ACTIONS(2909), - [anon_sym_EQ_EQ] = ACTIONS(2907), - [anon_sym_BANG_EQ] = ACTIONS(2907), - [anon_sym_LT_EQ] = ACTIONS(2907), - [anon_sym_GT_EQ] = ACTIONS(2907), - [anon_sym_LBRACK] = ACTIONS(2907), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_PLUS_PLUS] = ACTIONS(2907), - [anon_sym_DASH_DASH] = ACTIONS(2907), - [anon_sym_QMARK] = ACTIONS(2909), - [anon_sym_BANG] = ACTIONS(2909), - [anon_sym_LBRACK2] = ACTIONS(2909), - [anon_sym_CARET] = ACTIONS(2909), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_LT_LT] = ACTIONS(2909), - [anon_sym_GT_GT] = ACTIONS(2909), - [anon_sym_GT_GT_GT] = ACTIONS(2909), - [anon_sym_AMP_CARET] = ACTIONS(2909), - [anon_sym_AMP_AMP] = ACTIONS(2907), - [anon_sym_PIPE_PIPE] = ACTIONS(2907), - [anon_sym_or] = ACTIONS(2909), - [anon_sym_QMARK_DOT] = ACTIONS(2907), - [anon_sym_POUND_LBRACK] = ACTIONS(2907), - [anon_sym_is] = ACTIONS(2909), - [anon_sym_BANGis] = ACTIONS(2907), - [anon_sym_in] = ACTIONS(2909), - [anon_sym_BANGin] = ACTIONS(2907), - [anon_sym_STAR_EQ] = ACTIONS(2907), - [anon_sym_SLASH_EQ] = ACTIONS(2907), - [anon_sym_PERCENT_EQ] = ACTIONS(2907), - [anon_sym_LT_LT_EQ] = ACTIONS(2907), - [anon_sym_GT_GT_EQ] = ACTIONS(2907), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2907), - [anon_sym_AMP_EQ] = ACTIONS(2907), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2907), - [anon_sym_PLUS_EQ] = ACTIONS(2907), - [anon_sym_DASH_EQ] = ACTIONS(2907), - [anon_sym_PIPE_EQ] = ACTIONS(2907), - [anon_sym_CARET_EQ] = ACTIONS(2907), - [anon_sym_COLON_EQ] = ACTIONS(2907), - [anon_sym_shared] = ACTIONS(2909), - [anon_sym_map_LBRACK] = ACTIONS(2907), - [anon_sym_chan] = ACTIONS(2909), - [anon_sym_thread] = ACTIONS(2909), - [anon_sym_atomic] = ACTIONS(2909), + [anon_sym_SEMI] = ACTIONS(3017), + [anon_sym_DOT] = ACTIONS(3017), + [anon_sym_as] = ACTIONS(3019), + [anon_sym_LBRACE] = ACTIONS(3017), + [anon_sym_COMMA] = ACTIONS(3017), + [anon_sym_LPAREN] = ACTIONS(3017), + [anon_sym_EQ] = ACTIONS(3019), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3019), + [anon_sym_SLASH] = ACTIONS(3019), + [anon_sym_PERCENT] = ACTIONS(3019), + [anon_sym_LT] = ACTIONS(3019), + [anon_sym_GT] = ACTIONS(3019), + [anon_sym_EQ_EQ] = ACTIONS(3017), + [anon_sym_BANG_EQ] = ACTIONS(3017), + [anon_sym_LT_EQ] = ACTIONS(3017), + [anon_sym_GT_EQ] = ACTIONS(3017), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_PLUS_PLUS] = ACTIONS(3017), + [anon_sym_DASH_DASH] = ACTIONS(3017), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_CARET] = ACTIONS(3019), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_LT] = ACTIONS(3019), + [anon_sym_GT_GT] = ACTIONS(3019), + [anon_sym_GT_GT_GT] = ACTIONS(3019), + [anon_sym_AMP_CARET] = ACTIONS(3019), + [anon_sym_AMP_AMP] = ACTIONS(3017), + [anon_sym_PIPE_PIPE] = ACTIONS(3017), + [anon_sym_or] = ACTIONS(3019), + [anon_sym_QMARK_DOT] = ACTIONS(3017), + [anon_sym_POUND_LBRACK] = ACTIONS(3017), + [anon_sym_is] = ACTIONS(3019), + [anon_sym_BANGis] = ACTIONS(3017), + [anon_sym_in] = ACTIONS(3019), + [anon_sym_BANGin] = ACTIONS(3017), + [anon_sym_STAR_EQ] = ACTIONS(3017), + [anon_sym_SLASH_EQ] = ACTIONS(3017), + [anon_sym_PERCENT_EQ] = ACTIONS(3017), + [anon_sym_LT_LT_EQ] = ACTIONS(3017), + [anon_sym_GT_GT_EQ] = ACTIONS(3017), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3017), + [anon_sym_AMP_EQ] = ACTIONS(3017), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3017), + [anon_sym_PLUS_EQ] = ACTIONS(3017), + [anon_sym_DASH_EQ] = ACTIONS(3017), + [anon_sym_PIPE_EQ] = ACTIONS(3017), + [anon_sym_CARET_EQ] = ACTIONS(3017), + [anon_sym_COLON_EQ] = ACTIONS(3017), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3017), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), }, [1648] = { [sym_line_comment] = STATE(1648), [sym_block_comment] = STATE(1648), - [sym_identifier] = ACTIONS(2909), + [sym_identifier] = ACTIONS(3097), [anon_sym_SLASH_SLASH] = ACTIONS(3), [anon_sym_SLASH_STAR] = ACTIONS(5), - [anon_sym_DOT] = ACTIONS(2907), - [anon_sym_as] = ACTIONS(2909), - [anon_sym_LBRACE] = ACTIONS(2907), - [anon_sym_COMMA] = ACTIONS(2907), - [anon_sym_LPAREN] = ACTIONS(2907), - [anon_sym_EQ] = ACTIONS(2909), - [anon_sym_PIPE] = ACTIONS(2909), - [anon_sym_fn] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2909), - [anon_sym_SLASH] = ACTIONS(2909), - [anon_sym_PERCENT] = ACTIONS(2909), - [anon_sym_LT] = ACTIONS(2909), - [anon_sym_GT] = ACTIONS(2909), - [anon_sym_EQ_EQ] = ACTIONS(2907), - [anon_sym_BANG_EQ] = ACTIONS(2907), - [anon_sym_LT_EQ] = ACTIONS(2907), - [anon_sym_GT_EQ] = ACTIONS(2907), - [anon_sym_LBRACK] = ACTIONS(2907), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_COLON] = ACTIONS(2907), - [anon_sym_PLUS_PLUS] = ACTIONS(2907), - [anon_sym_DASH_DASH] = ACTIONS(2907), - [anon_sym_QMARK] = ACTIONS(2909), - [anon_sym_BANG] = ACTIONS(2909), - [anon_sym_LBRACK2] = ACTIONS(2909), - [anon_sym_CARET] = ACTIONS(2909), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_LT_DASH] = ACTIONS(2907), - [anon_sym_LT_LT] = ACTIONS(2909), - [anon_sym_GT_GT] = ACTIONS(2909), - [anon_sym_GT_GT_GT] = ACTIONS(2909), - [anon_sym_AMP_CARET] = ACTIONS(2909), - [anon_sym_AMP_AMP] = ACTIONS(2907), - [anon_sym_PIPE_PIPE] = ACTIONS(2907), - [anon_sym_or] = ACTIONS(2909), - [anon_sym_QMARK_DOT] = ACTIONS(2907), - [anon_sym_POUND_LBRACK] = ACTIONS(2907), - [anon_sym_is] = ACTIONS(2909), - [anon_sym_BANGis] = ACTIONS(2907), - [anon_sym_in] = ACTIONS(2909), - [anon_sym_BANGin] = ACTIONS(2907), - [anon_sym_STAR_EQ] = ACTIONS(2907), - [anon_sym_SLASH_EQ] = ACTIONS(2907), - [anon_sym_PERCENT_EQ] = ACTIONS(2907), - [anon_sym_LT_LT_EQ] = ACTIONS(2907), - [anon_sym_GT_GT_EQ] = ACTIONS(2907), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2907), - [anon_sym_AMP_EQ] = ACTIONS(2907), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2907), - [anon_sym_PLUS_EQ] = ACTIONS(2907), - [anon_sym_DASH_EQ] = ACTIONS(2907), - [anon_sym_PIPE_EQ] = ACTIONS(2907), - [anon_sym_CARET_EQ] = ACTIONS(2907), - [anon_sym_shared] = ACTIONS(2909), - [anon_sym_map_LBRACK] = ACTIONS(2907), - [anon_sym_chan] = ACTIONS(2909), - [anon_sym_thread] = ACTIONS(2909), - [anon_sym_atomic] = ACTIONS(2909), + [anon_sym_SEMI] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(3095), + [anon_sym_as] = ACTIONS(3097), + [anon_sym_LBRACE] = ACTIONS(3095), + [anon_sym_COMMA] = ACTIONS(3095), + [anon_sym_LPAREN] = ACTIONS(3095), + [anon_sym_EQ] = ACTIONS(3097), + [anon_sym_PIPE] = ACTIONS(3097), + [anon_sym_fn] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3097), + [anon_sym_DASH] = ACTIONS(3097), + [anon_sym_STAR] = ACTIONS(3097), + [anon_sym_SLASH] = ACTIONS(3097), + [anon_sym_PERCENT] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(3097), + [anon_sym_GT] = ACTIONS(3097), + [anon_sym_EQ_EQ] = ACTIONS(3095), + [anon_sym_BANG_EQ] = ACTIONS(3095), + [anon_sym_LT_EQ] = ACTIONS(3095), + [anon_sym_GT_EQ] = ACTIONS(3095), + [anon_sym_LBRACK] = ACTIONS(3095), + [anon_sym_struct] = ACTIONS(3097), + [anon_sym_PLUS_PLUS] = ACTIONS(3095), + [anon_sym_DASH_DASH] = ACTIONS(3095), + [anon_sym_QMARK] = ACTIONS(3097), + [anon_sym_BANG] = ACTIONS(3097), + [anon_sym_LBRACK2] = ACTIONS(3097), + [anon_sym_CARET] = ACTIONS(3097), + [anon_sym_AMP] = ACTIONS(3097), + [anon_sym_LT_LT] = ACTIONS(3097), + [anon_sym_GT_GT] = ACTIONS(3097), + [anon_sym_GT_GT_GT] = ACTIONS(3097), + [anon_sym_AMP_CARET] = ACTIONS(3097), + [anon_sym_AMP_AMP] = ACTIONS(3095), + [anon_sym_PIPE_PIPE] = ACTIONS(3095), + [anon_sym_or] = ACTIONS(3097), + [anon_sym_QMARK_DOT] = ACTIONS(3095), + [anon_sym_POUND_LBRACK] = ACTIONS(3095), + [anon_sym_is] = ACTIONS(3097), + [anon_sym_BANGis] = ACTIONS(3095), + [anon_sym_in] = ACTIONS(3097), + [anon_sym_BANGin] = ACTIONS(3095), + [anon_sym_STAR_EQ] = ACTIONS(3095), + [anon_sym_SLASH_EQ] = ACTIONS(3095), + [anon_sym_PERCENT_EQ] = ACTIONS(3095), + [anon_sym_LT_LT_EQ] = ACTIONS(3095), + [anon_sym_GT_GT_EQ] = ACTIONS(3095), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3095), + [anon_sym_AMP_EQ] = ACTIONS(3095), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3095), + [anon_sym_PLUS_EQ] = ACTIONS(3095), + [anon_sym_DASH_EQ] = ACTIONS(3095), + [anon_sym_PIPE_EQ] = ACTIONS(3095), + [anon_sym_CARET_EQ] = ACTIONS(3095), + [anon_sym_COLON_EQ] = ACTIONS(3095), + [anon_sym_shared] = ACTIONS(3097), + [anon_sym_map_LBRACK] = ACTIONS(3095), + [anon_sym_chan] = ACTIONS(3097), + [anon_sym_thread] = ACTIONS(3097), + [anon_sym_atomic] = ACTIONS(3097), + }, + [1649] = { + [sym_line_comment] = STATE(1649), + [sym_block_comment] = STATE(1649), + [sym_type_parameters] = STATE(4191), + [sym_argument_list] = STATE(1721), + [sym_or_block] = STATE(1722), + [aux_sym_strictly_expression_list_repeat1] = STATE(3384), + [anon_sym_LF] = ACTIONS(1757), + [anon_sym_CR] = ACTIONS(1757), + [anon_sym_CR_LF] = ACTIONS(1757), + [anon_sym_SLASH_SLASH] = ACTIONS(497), + [anon_sym_SLASH_STAR] = ACTIONS(499), + [anon_sym_DOT] = ACTIONS(4619), + [anon_sym_as] = ACTIONS(4621), + [anon_sym_COMMA] = ACTIONS(4623), + [anon_sym_RBRACE] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(4625), + [anon_sym_EQ] = ACTIONS(1761), + [anon_sym_PIPE] = ACTIONS(4627), + [anon_sym_PLUS] = ACTIONS(4627), + [anon_sym_DASH] = ACTIONS(4627), + [anon_sym_STAR] = ACTIONS(4629), + [anon_sym_SLASH] = ACTIONS(4629), + [anon_sym_PERCENT] = ACTIONS(4629), + [anon_sym_LT] = ACTIONS(4631), + [anon_sym_GT] = ACTIONS(4631), + [anon_sym_EQ_EQ] = ACTIONS(4631), + [anon_sym_BANG_EQ] = ACTIONS(4631), + [anon_sym_LT_EQ] = ACTIONS(4631), + [anon_sym_GT_EQ] = ACTIONS(4631), + [anon_sym_LBRACK] = ACTIONS(4633), + [anon_sym_COLON] = ACTIONS(4635), + [anon_sym_PLUS_PLUS] = ACTIONS(4637), + [anon_sym_DASH_DASH] = ACTIONS(4639), + [anon_sym_QMARK] = ACTIONS(4641), + [anon_sym_BANG] = ACTIONS(4643), + [anon_sym_LBRACK2] = ACTIONS(4645), + [anon_sym_CARET] = ACTIONS(4627), + [anon_sym_AMP] = ACTIONS(4629), + [anon_sym_LT_DASH] = ACTIONS(4647), + [anon_sym_LT_LT] = ACTIONS(4649), + [anon_sym_GT_GT] = ACTIONS(4629), + [anon_sym_GT_GT_GT] = ACTIONS(4629), + [anon_sym_AMP_CARET] = ACTIONS(4629), + [anon_sym_AMP_AMP] = ACTIONS(4651), + [anon_sym_PIPE_PIPE] = ACTIONS(4653), + [anon_sym_or] = ACTIONS(4655), + [anon_sym_QMARK_DOT] = ACTIONS(4619), + [anon_sym_POUND_LBRACK] = ACTIONS(4645), + [anon_sym_is] = ACTIONS(4657), + [anon_sym_BANGis] = ACTIONS(4659), + [anon_sym_in] = ACTIONS(4661), + [anon_sym_BANGin] = ACTIONS(4663), + [anon_sym_STAR_EQ] = ACTIONS(1761), + [anon_sym_SLASH_EQ] = ACTIONS(1761), + [anon_sym_PERCENT_EQ] = ACTIONS(1761), + [anon_sym_LT_LT_EQ] = ACTIONS(1761), + [anon_sym_GT_GT_EQ] = ACTIONS(1761), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1761), + [anon_sym_AMP_EQ] = ACTIONS(1761), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1761), + [anon_sym_PLUS_EQ] = ACTIONS(1761), + [anon_sym_DASH_EQ] = ACTIONS(1761), + [anon_sym_PIPE_EQ] = ACTIONS(1761), + [anon_sym_CARET_EQ] = ACTIONS(1761), + [anon_sym_COLON_EQ] = ACTIONS(1761), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 19, + [0] = 15, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4619), 1, + ACTIONS(4625), 1, anon_sym_LPAREN, - ACTIONS(4627), 1, + ACTIONS(4633), 1, anon_sym_LBRACK, - ACTIONS(4635), 1, + ACTIONS(4641), 1, anon_sym_QMARK, - ACTIONS(4637), 1, + ACTIONS(4643), 1, anon_sym_BANG, - ACTIONS(4645), 1, - anon_sym_AMP_AMP, - ACTIONS(4655), 1, - anon_sym_in, - ACTIONS(4657), 1, - anon_sym_BANGin, - STATE(1791), 1, + STATE(1721), 1, sym_argument_list, - STATE(1792), 1, + STATE(1722), 1, sym_or_block, STATE(4191), 1, sym_type_parameters, - ACTIONS(4613), 2, + ACTIONS(4619), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4639), 2, + ACTIONS(4645), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(1649), 2, + STATE(1650), 2, sym_line_comment, sym_block_comment, - ACTIONS(4621), 4, + ACTIONS(4627), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4625), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4623), 8, + ACTIONS(4629), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -194986,7 +195106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 28, + ACTIONS(1881), 37, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -194994,14 +195114,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_LT_DASH, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -195015,42 +195144,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [103] = 14, + [95] = 13, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4619), 1, + ACTIONS(4625), 1, anon_sym_LPAREN, - ACTIONS(4627), 1, + ACTIONS(4633), 1, anon_sym_LBRACK, - ACTIONS(4635), 1, + ACTIONS(4641), 1, anon_sym_QMARK, - ACTIONS(4637), 1, + ACTIONS(4643), 1, anon_sym_BANG, - STATE(1791), 1, + STATE(1721), 1, sym_argument_list, - STATE(1792), 1, + STATE(1722), 1, sym_or_block, STATE(4191), 1, sym_type_parameters, - ACTIONS(4613), 2, + ACTIONS(4619), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4639), 2, + ACTIONS(4645), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(1650), 2, + STATE(1651), 2, sym_line_comment, sym_block_comment, - ACTIONS(1845), 4, + ACTIONS(1855), 49, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(1813), 45, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -195094,136 +195222,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [196] = 31, + [186] = 19, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4615), 1, - anon_sym_as, - ACTIONS(4617), 1, - anon_sym_COMMA, - ACTIONS(4619), 1, + ACTIONS(4625), 1, anon_sym_LPAREN, - ACTIONS(4627), 1, - anon_sym_LBRACK, - ACTIONS(4631), 1, - anon_sym_PLUS_PLUS, ACTIONS(4633), 1, - anon_sym_DASH_DASH, - ACTIONS(4635), 1, - anon_sym_QMARK, - ACTIONS(4637), 1, - anon_sym_BANG, + anon_sym_LBRACK, ACTIONS(4641), 1, - anon_sym_LT_DASH, + anon_sym_QMARK, ACTIONS(4643), 1, - anon_sym_LT_LT, - ACTIONS(4645), 1, - anon_sym_AMP_AMP, - ACTIONS(4647), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4649), 1, - anon_sym_or, + anon_sym_BANG, ACTIONS(4651), 1, - anon_sym_is, - ACTIONS(4653), 1, - anon_sym_BANGis, - ACTIONS(4655), 1, + anon_sym_AMP_AMP, + ACTIONS(4661), 1, anon_sym_in, - ACTIONS(4657), 1, + ACTIONS(4663), 1, anon_sym_BANGin, - STATE(1791), 1, + STATE(1721), 1, sym_argument_list, - STATE(1792), 1, + STATE(1722), 1, sym_or_block, - STATE(3388), 1, - aux_sym_strictly_expression_list_repeat1, STATE(4191), 1, sym_type_parameters, - ACTIONS(4613), 2, + ACTIONS(4619), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4639), 2, + ACTIONS(4645), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(1651), 2, + STATE(1652), 2, sym_line_comment, sym_block_comment, - ACTIONS(1757), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(4621), 4, + ACTIONS(4627), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4625), 6, + ACTIONS(4631), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4623), 7, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1761), 14, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [323] = 15, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(4619), 1, - anon_sym_LPAREN, - ACTIONS(4627), 1, - anon_sym_LBRACK, - ACTIONS(4635), 1, - anon_sym_QMARK, - ACTIONS(4637), 1, - anon_sym_BANG, - STATE(1791), 1, - sym_argument_list, - STATE(1792), 1, - sym_or_block, - STATE(4191), 1, - sym_type_parameters, - ACTIONS(4613), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4639), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(1652), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4621), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4623), 8, + ACTIONS(4629), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -195232,7 +195277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 37, + ACTIONS(1855), 28, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195240,23 +195285,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_LT_DASH, - anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -195270,35 +195306,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [418] = 13, + [289] = 13, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4619), 1, + ACTIONS(4625), 1, anon_sym_LPAREN, - ACTIONS(4627), 1, + ACTIONS(4633), 1, anon_sym_LBRACK, - ACTIONS(4635), 1, + ACTIONS(4641), 1, anon_sym_QMARK, - ACTIONS(4637), 1, + ACTIONS(4643), 1, anon_sym_BANG, - STATE(1791), 1, + STATE(1721), 1, sym_argument_list, - STATE(1792), 1, + STATE(1722), 1, sym_or_block, STATE(4191), 1, sym_type_parameters, - ACTIONS(4613), 2, + ACTIONS(4619), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4639), 2, + ACTIONS(4645), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(1653), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 49, + ACTIONS(1877), 49, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195348,51 +195384,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [509] = 18, + [380] = 14, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4619), 1, + ACTIONS(4625), 1, anon_sym_LPAREN, - ACTIONS(4627), 1, + ACTIONS(4633), 1, anon_sym_LBRACK, - ACTIONS(4635), 1, + ACTIONS(4641), 1, anon_sym_QMARK, - ACTIONS(4637), 1, + ACTIONS(4643), 1, anon_sym_BANG, - ACTIONS(4655), 1, - anon_sym_in, - ACTIONS(4657), 1, - anon_sym_BANGin, - STATE(1791), 1, + STATE(1721), 1, sym_argument_list, - STATE(1792), 1, + STATE(1722), 1, sym_or_block, STATE(4191), 1, sym_type_parameters, - ACTIONS(4613), 2, + ACTIONS(4619), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4639), 2, + ACTIONS(4645), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(1654), 2, sym_line_comment, sym_block_comment, - ACTIONS(4621), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4625), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4623), 8, + ACTIONS(4629), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -195401,7 +195421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 29, + ACTIONS(1855), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195409,15 +195429,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -195431,44 +195463,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [610] = 14, + [473] = 13, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4619), 1, + ACTIONS(4625), 1, anon_sym_LPAREN, - ACTIONS(4627), 1, + ACTIONS(4633), 1, anon_sym_LBRACK, - ACTIONS(4635), 1, + ACTIONS(4641), 1, anon_sym_QMARK, - ACTIONS(4637), 1, + ACTIONS(4643), 1, anon_sym_BANG, - STATE(1791), 1, + STATE(1721), 1, sym_argument_list, - STATE(1792), 1, + STATE(1722), 1, sym_or_block, STATE(4191), 1, sym_type_parameters, - ACTIONS(4613), 2, + ACTIONS(4619), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4639), 2, + ACTIONS(4645), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(1655), 2, sym_line_comment, sym_block_comment, - ACTIONS(4623), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1813), 41, + ACTIONS(1945), 49, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195479,6 +195502,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -195489,7 +195515,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -195510,71 +195541,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [703] = 13, + [564] = 31, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4619), 1, + ACTIONS(4621), 1, + anon_sym_as, + ACTIONS(4623), 1, + anon_sym_COMMA, + ACTIONS(4625), 1, anon_sym_LPAREN, - ACTIONS(4627), 1, + ACTIONS(4633), 1, anon_sym_LBRACK, - ACTIONS(4635), 1, - anon_sym_QMARK, ACTIONS(4637), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4639), 1, + anon_sym_DASH_DASH, + ACTIONS(4641), 1, + anon_sym_QMARK, + ACTIONS(4643), 1, anon_sym_BANG, - STATE(1791), 1, + ACTIONS(4647), 1, + anon_sym_LT_DASH, + ACTIONS(4649), 1, + anon_sym_LT_LT, + ACTIONS(4651), 1, + anon_sym_AMP_AMP, + ACTIONS(4653), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4655), 1, + anon_sym_or, + ACTIONS(4657), 1, + anon_sym_is, + ACTIONS(4659), 1, + anon_sym_BANGis, + ACTIONS(4661), 1, + anon_sym_in, + ACTIONS(4663), 1, + anon_sym_BANGin, + STATE(1721), 1, sym_argument_list, - STATE(1792), 1, + STATE(1722), 1, sym_or_block, + STATE(3384), 1, + aux_sym_strictly_expression_list_repeat1, STATE(4191), 1, sym_type_parameters, - ACTIONS(4613), 2, + ACTIONS(4619), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4639), 2, + ACTIONS(4645), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(1656), 2, sym_line_comment, sym_block_comment, - ACTIONS(1887), 49, + ACTIONS(1757), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_EQ, + ACTIONS(4627), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4631), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(4629), 7, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_DASH, - anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(1761), 14, + anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -195588,67 +195637,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [794] = 26, + [691] = 26, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4615), 1, + ACTIONS(4621), 1, anon_sym_as, - ACTIONS(4619), 1, + ACTIONS(4625), 1, anon_sym_LPAREN, - ACTIONS(4627), 1, + ACTIONS(4633), 1, anon_sym_LBRACK, - ACTIONS(4631), 1, + ACTIONS(4637), 1, anon_sym_PLUS_PLUS, - ACTIONS(4633), 1, + ACTIONS(4639), 1, anon_sym_DASH_DASH, - ACTIONS(4635), 1, + ACTIONS(4641), 1, anon_sym_QMARK, - ACTIONS(4637), 1, + ACTIONS(4643), 1, anon_sym_BANG, - ACTIONS(4645), 1, + ACTIONS(4651), 1, anon_sym_AMP_AMP, - ACTIONS(4647), 1, + ACTIONS(4653), 1, anon_sym_PIPE_PIPE, - ACTIONS(4649), 1, + ACTIONS(4655), 1, anon_sym_or, - ACTIONS(4651), 1, + ACTIONS(4657), 1, anon_sym_is, - ACTIONS(4653), 1, + ACTIONS(4659), 1, anon_sym_BANGis, - ACTIONS(4655), 1, + ACTIONS(4661), 1, anon_sym_in, - ACTIONS(4657), 1, + ACTIONS(4663), 1, anon_sym_BANGin, - STATE(1791), 1, + STATE(1721), 1, sym_argument_list, - STATE(1792), 1, + STATE(1722), 1, sym_or_block, STATE(4191), 1, sym_type_parameters, - ACTIONS(4613), 2, + ACTIONS(4619), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4639), 2, + ACTIONS(4645), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(1657), 2, sym_line_comment, sym_block_comment, - ACTIONS(4621), 4, + ACTIONS(4627), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4625), 6, + ACTIONS(4631), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4623), 8, + ACTIONS(4629), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -195657,7 +195706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1937), 21, + ACTIONS(1833), 21, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195679,67 +195728,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [911] = 26, + [808] = 26, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4615), 1, + ACTIONS(4621), 1, anon_sym_as, - ACTIONS(4619), 1, + ACTIONS(4625), 1, anon_sym_LPAREN, - ACTIONS(4627), 1, + ACTIONS(4633), 1, anon_sym_LBRACK, - ACTIONS(4631), 1, + ACTIONS(4637), 1, anon_sym_PLUS_PLUS, - ACTIONS(4633), 1, + ACTIONS(4639), 1, anon_sym_DASH_DASH, - ACTIONS(4635), 1, + ACTIONS(4641), 1, anon_sym_QMARK, - ACTIONS(4637), 1, + ACTIONS(4643), 1, anon_sym_BANG, - ACTIONS(4645), 1, + ACTIONS(4651), 1, anon_sym_AMP_AMP, - ACTIONS(4647), 1, + ACTIONS(4653), 1, anon_sym_PIPE_PIPE, - ACTIONS(4649), 1, + ACTIONS(4655), 1, anon_sym_or, - ACTIONS(4651), 1, + ACTIONS(4657), 1, anon_sym_is, - ACTIONS(4653), 1, + ACTIONS(4659), 1, anon_sym_BANGis, - ACTIONS(4655), 1, + ACTIONS(4661), 1, anon_sym_in, - ACTIONS(4657), 1, + ACTIONS(4663), 1, anon_sym_BANGin, - STATE(1791), 1, + STATE(1721), 1, sym_argument_list, - STATE(1792), 1, + STATE(1722), 1, sym_or_block, STATE(4191), 1, sym_type_parameters, - ACTIONS(4613), 2, + ACTIONS(4619), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4639), 2, + ACTIONS(4645), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(1658), 2, sym_line_comment, sym_block_comment, - ACTIONS(4621), 4, + ACTIONS(4627), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4625), 6, + ACTIONS(4631), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4623), 8, + ACTIONS(4629), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -195748,7 +195797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2071), 21, + ACTIONS(1841), 21, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195770,40 +195819,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1028] = 15, + [925] = 15, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4619), 1, + ACTIONS(4625), 1, anon_sym_LPAREN, - ACTIONS(4627), 1, + ACTIONS(4633), 1, anon_sym_LBRACK, - ACTIONS(4635), 1, + ACTIONS(4641), 1, anon_sym_QMARK, - ACTIONS(4637), 1, + ACTIONS(4643), 1, anon_sym_BANG, - STATE(1791), 1, + STATE(1721), 1, sym_argument_list, - STATE(1792), 1, + STATE(1722), 1, sym_or_block, STATE(4191), 1, sym_type_parameters, - ACTIONS(4613), 2, + ACTIONS(4619), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4639), 2, + ACTIONS(4645), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(1659), 2, sym_line_comment, sym_block_comment, - ACTIONS(4621), 4, + ACTIONS(4627), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4623), 8, + ACTIONS(4629), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -195812,7 +195861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1855), 37, + ACTIONS(1889), 37, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195850,71 +195899,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1123] = 13, + [1020] = 18, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4619), 1, + ACTIONS(4625), 1, anon_sym_LPAREN, - ACTIONS(4627), 1, + ACTIONS(4633), 1, anon_sym_LBRACK, - ACTIONS(4635), 1, + ACTIONS(4641), 1, anon_sym_QMARK, - ACTIONS(4637), 1, + ACTIONS(4643), 1, anon_sym_BANG, - STATE(1791), 1, + ACTIONS(4661), 1, + anon_sym_in, + ACTIONS(4663), 1, + anon_sym_BANGin, + STATE(1721), 1, sym_argument_list, - STATE(1792), 1, + STATE(1722), 1, sym_or_block, STATE(4191), 1, sym_type_parameters, - ACTIONS(4613), 2, + ACTIONS(4619), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4639), 2, + ACTIONS(4645), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(1660), 2, sym_line_comment, sym_block_comment, - ACTIONS(1877), 49, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, + ACTIONS(4627), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4631), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(4629), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1855), 29, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -195928,56 +195982,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1214] = 15, + [1121] = 14, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4619), 1, + ACTIONS(4625), 1, anon_sym_LPAREN, - ACTIONS(4627), 1, + ACTIONS(4633), 1, anon_sym_LBRACK, - ACTIONS(4635), 1, + ACTIONS(4641), 1, anon_sym_QMARK, - ACTIONS(4637), 1, + ACTIONS(4643), 1, anon_sym_BANG, - STATE(1791), 1, + STATE(1721), 1, sym_argument_list, - STATE(1792), 1, + STATE(1722), 1, sym_or_block, STATE(4191), 1, sym_type_parameters, - ACTIONS(4613), 2, + ACTIONS(4619), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4639), 2, + ACTIONS(4645), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(1661), 2, sym_line_comment, sym_block_comment, - ACTIONS(4621), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4623), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1859), 37, + ACTIONS(1863), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_RBRACE, + ACTIONS(1855), 45, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -195987,7 +196034,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -196008,74 +196061,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1309] = 28, + [1214] = 15, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4661), 1, - anon_sym_as, - ACTIONS(4663), 1, + ACTIONS(4625), 1, anon_sym_LPAREN, - ACTIONS(4671), 1, + ACTIONS(4633), 1, anon_sym_LBRACK, - ACTIONS(4673), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4675), 1, - anon_sym_DASH_DASH, - ACTIONS(4677), 1, + ACTIONS(4641), 1, anon_sym_QMARK, - ACTIONS(4679), 1, + ACTIONS(4643), 1, anon_sym_BANG, - ACTIONS(4683), 1, - anon_sym_AMP_AMP, - ACTIONS(4685), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4687), 1, - anon_sym_or, - ACTIONS(4689), 1, - anon_sym_is, - ACTIONS(4691), 1, - anon_sym_BANGis, - ACTIONS(4693), 1, - anon_sym_in, - ACTIONS(4695), 1, - anon_sym_BANGin, - STATE(1886), 1, - sym_or_block, - STATE(1889), 1, + STATE(1721), 1, sym_argument_list, - STATE(3595), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4376), 1, + STATE(1722), 1, + sym_or_block, + STATE(4191), 1, sym_type_parameters, - ACTIONS(4659), 2, + ACTIONS(4619), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4681), 2, + ACTIONS(4645), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(1662), 2, sym_line_comment, sym_block_comment, - ACTIONS(1713), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(4665), 4, + ACTIONS(4627), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4669), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4667), 8, + ACTIONS(4629), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -196084,9 +196103,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1719), 15, + ACTIONS(1855), 37, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -196100,17 +196141,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1429] = 5, + [1309] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2759), 1, + ACTIONS(2817), 1, anon_sym_LBRACK, STATE(1663), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 58, + ACTIONS(2819), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196169,17 +196210,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1503] = 5, + [1383] = 28, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2819), 1, + ACTIONS(4667), 1, + anon_sym_as, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4677), 1, anon_sym_LBRACK, + ACTIONS(4679), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4681), 1, + anon_sym_DASH_DASH, + ACTIONS(4683), 1, + anon_sym_QMARK, + ACTIONS(4685), 1, + anon_sym_BANG, + ACTIONS(4689), 1, + anon_sym_AMP_AMP, + ACTIONS(4691), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4693), 1, + anon_sym_or, + ACTIONS(4695), 1, + anon_sym_is, + ACTIONS(4697), 1, + anon_sym_BANGis, + ACTIONS(4699), 1, + anon_sym_in, + ACTIONS(4701), 1, + anon_sym_BANGin, + STATE(1897), 1, + sym_or_block, + STATE(1898), 1, + sym_argument_list, + STATE(3586), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4375), 1, + sym_type_parameters, + ACTIONS(4665), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4687), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, STATE(1664), 2, sym_line_comment, sym_block_comment, - ACTIONS(2821), 58, + ACTIONS(1713), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + ACTIONS(4671), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4675), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4673), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1719), 15, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [1503] = 7, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2427), 1, + anon_sym_LBRACK, + ACTIONS(4703), 1, + anon_sym_else, + STATE(1782), 1, + sym_else_branch, + STATE(1665), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2429), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196219,8 +196356,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -196238,21 +196373,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1577] = 7, + [1581] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2491), 1, + ACTIONS(2651), 1, anon_sym_LBRACK, - ACTIONS(4697), 1, - anon_sym_else, - STATE(1715), 1, - sym_else_branch, - STATE(1665), 2, + STATE(1666), 2, sym_line_comment, sym_block_comment, - ACTIONS(2493), 56, + ACTIONS(2653), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196292,6 +196423,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -196314,16 +196447,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2485), 1, + ACTIONS(2303), 1, anon_sym_LBRACK, - ACTIONS(4697), 1, + ACTIONS(4703), 1, anon_sym_else, - STATE(1713), 1, + STATE(1786), 1, sym_else_branch, - STATE(1666), 2, + STATE(1667), 2, sym_line_comment, sym_block_comment, - ACTIONS(2487), 56, + ACTIONS(2305), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196380,69 +196513,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1733] = 13, + [1733] = 18, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4663), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4671), 1, - anon_sym_LBRACK, ACTIONS(4677), 1, + anon_sym_LBRACK, + ACTIONS(4683), 1, anon_sym_QMARK, - ACTIONS(4679), 1, + ACTIONS(4685), 1, anon_sym_BANG, - STATE(1886), 1, + ACTIONS(4699), 1, + anon_sym_in, + ACTIONS(4701), 1, + anon_sym_BANGin, + STATE(1897), 1, sym_or_block, - STATE(1889), 1, + STATE(1898), 1, sym_argument_list, - STATE(4376), 1, + STATE(4375), 1, sym_type_parameters, - ACTIONS(4659), 2, + ACTIONS(4665), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4681), 2, + ACTIONS(4687), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(1667), 2, + STATE(1668), 2, sym_line_comment, sym_block_comment, - ACTIONS(1877), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, + ACTIONS(4671), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4675), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(4673), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1855), 27, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -196456,57 +196594,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1822] = 5, + [1832] = 14, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3389), 1, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4677), 1, anon_sym_LBRACK, - STATE(1668), 2, + ACTIONS(4683), 1, + anon_sym_QMARK, + ACTIONS(4685), 1, + anon_sym_BANG, + STATE(1897), 1, + sym_or_block, + STATE(1898), 1, + sym_argument_list, + STATE(4375), 1, + sym_type_parameters, + ACTIONS(4665), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4687), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(1669), 2, sym_line_comment, sym_block_comment, - ACTIONS(3391), 57, + ACTIONS(4673), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1855), 39, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -196524,17 +196671,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1895] = 5, + [1923] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3401), 1, + ACTIONS(3183), 1, anon_sym_LBRACK, - STATE(1669), 2, + STATE(1670), 2, sym_line_comment, sym_block_comment, - ACTIONS(3403), 57, + ACTIONS(3185), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196592,85 +196739,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1968] = 5, - ACTIONS(3), 1, + [1996] = 15, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(1670), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4701), 24, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4669), 1, anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, + ACTIONS(4677), 1, + anon_sym_LBRACK, + ACTIONS(4683), 1, anon_sym_QMARK, + ACTIONS(4685), 1, anon_sym_BANG, - anon_sym_json_DOTdecode, + STATE(1897), 1, + sym_or_block, + STATE(1898), 1, + sym_argument_list, + STATE(4375), 1, + sym_type_parameters, + ACTIONS(4665), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4687), 2, anon_sym_LBRACK2, - anon_sym_TILDE, + anon_sym_POUND_LBRACK, + STATE(1671), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4671), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, + ACTIONS(4673), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - anon_sym_POUND, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4699), 34, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - sym_pseudo_compile_time_identifier, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_assert, - anon_sym_defer, - anon_sym_goto, - anon_sym_break, - anon_sym_continue, - anon_sym_return, - anon_sym_DOLLARfor, - anon_sym_for, - anon_sym_asm, - [2041] = 5, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1889), 35, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [2089] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3385), 1, + ACTIONS(2871), 1, anon_sym_LBRACK, - STATE(1671), 2, + STATE(1672), 2, sym_line_comment, sym_block_comment, - ACTIONS(3387), 57, + ACTIONS(2873), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196728,22 +196885,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2114] = 6, + [2162] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2771), 1, + ACTIONS(3307), 1, anon_sym_LBRACK, - ACTIONS(4703), 1, - anon_sym_DOLLARelse, - STATE(1672), 2, + STATE(1673), 2, sym_line_comment, sym_block_comment, - ACTIONS(2773), 56, + ACTIONS(3309), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -196797,22 +196953,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2189] = 6, + [2235] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2763), 1, - anon_sym_LBRACE, - ACTIONS(2969), 1, + ACTIONS(3303), 1, anon_sym_LBRACK, - STATE(1673), 2, + STATE(1674), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 56, + ACTIONS(3305), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -196866,22 +197021,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2264] = 6, + [2308] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 1, + ACTIONS(3247), 1, anon_sym_LBRACK, - ACTIONS(3151), 1, - anon_sym_LBRACE, - STATE(1674), 2, + STATE(1675), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 56, + ACTIONS(3249), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -196935,7 +197089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2339] = 34, + [2381] = 34, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -196980,15 +197134,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, ACTIONS(4749), 1, anon_sym_BANGin, - STATE(1597), 1, - sym_block, STATE(2001), 1, sym_or_block, - STATE(2071), 1, + STATE(2002), 1, sym_argument_list, - STATE(3388), 1, + STATE(3384), 1, aux_sym_strictly_expression_list_repeat1, - STATE(4143), 1, + STATE(3745), 1, + sym_block, + STATE(4149), 1, sym_type_parameters, ACTIONS(4705), 2, anon_sym_DOT, @@ -196996,7 +197150,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(4719), 2, anon_sym_LT, anon_sym_GT, - STATE(1675), 2, + STATE(1676), 2, sym_line_comment, sym_block_comment, ACTIONS(4715), 4, @@ -197018,7 +197172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3502), 13, + ACTIONS(3508), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -197032,145 +197186,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2470] = 15, + [2512] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4663), 1, - anon_sym_LPAREN, - ACTIONS(4671), 1, + ACTIONS(3315), 1, anon_sym_LBRACK, - ACTIONS(4677), 1, - anon_sym_QMARK, - ACTIONS(4679), 1, - anon_sym_BANG, - STATE(1886), 1, - sym_or_block, - STATE(1889), 1, - sym_argument_list, - STATE(4376), 1, - sym_type_parameters, - ACTIONS(4659), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4681), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(1676), 2, + STATE(1677), 2, sym_line_comment, sym_block_comment, - ACTIONS(4665), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4667), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1859), 35, + ACTIONS(3317), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [2563] = 15, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(4663), 1, - anon_sym_LPAREN, - ACTIONS(4671), 1, - anon_sym_LBRACK, - ACTIONS(4677), 1, anon_sym_QMARK, - ACTIONS(4679), 1, anon_sym_BANG, - STATE(1886), 1, - sym_or_block, - STATE(1889), 1, - sym_argument_list, - STATE(4376), 1, - sym_type_parameters, - ACTIONS(4659), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4681), 2, anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(1677), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4665), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, - ACTIONS(4667), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1855), 35, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -197188,75 +197254,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2656] = 19, + [2585] = 13, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4663), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4671), 1, - anon_sym_LBRACK, ACTIONS(4677), 1, + anon_sym_LBRACK, + ACTIONS(4683), 1, anon_sym_QMARK, - ACTIONS(4679), 1, + ACTIONS(4685), 1, anon_sym_BANG, - ACTIONS(4683), 1, - anon_sym_AMP_AMP, - ACTIONS(4693), 1, - anon_sym_in, - ACTIONS(4695), 1, - anon_sym_BANGin, - STATE(1886), 1, + STATE(1897), 1, sym_or_block, - STATE(1889), 1, + STATE(1898), 1, sym_argument_list, - STATE(4376), 1, + STATE(4375), 1, sym_type_parameters, - ACTIONS(4659), 2, + ACTIONS(4665), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4681), 2, + ACTIONS(4687), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(1678), 2, sym_line_comment, sym_block_comment, - ACTIONS(4665), 4, + ACTIONS(1855), 47, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4669), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4667), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 26, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -197270,17 +197330,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2757] = 5, + [2674] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3417), 1, + ACTIONS(3227), 1, anon_sym_LBRACK, STATE(1679), 2, sym_line_comment, sym_block_comment, - ACTIONS(3419), 57, + ACTIONS(3229), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197338,51 +197398,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2830] = 18, + [2747] = 15, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4663), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4671), 1, - anon_sym_LBRACK, ACTIONS(4677), 1, + anon_sym_LBRACK, + ACTIONS(4683), 1, anon_sym_QMARK, - ACTIONS(4679), 1, + ACTIONS(4685), 1, anon_sym_BANG, - ACTIONS(4693), 1, - anon_sym_in, - ACTIONS(4695), 1, - anon_sym_BANGin, - STATE(1886), 1, + STATE(1897), 1, sym_or_block, - STATE(1889), 1, + STATE(1898), 1, sym_argument_list, - STATE(4376), 1, + STATE(4375), 1, sym_type_parameters, - ACTIONS(4659), 2, + ACTIONS(4665), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4681), 2, + ACTIONS(4687), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(1680), 2, sym_line_comment, sym_block_comment, - ACTIONS(4665), 4, + ACTIONS(4671), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4669), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4667), 8, + ACTIONS(4673), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -197391,7 +197440,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 27, + ACTIONS(1881), 35, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197399,6 +197448,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -197406,6 +197461,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -197419,81 +197476,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2929] = 34, - ACTIONS(3), 1, + [2840] = 19, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(1755), 1, - anon_sym_SEMI, - ACTIONS(1761), 1, - anon_sym_EQ, - ACTIONS(4707), 1, - anon_sym_as, - ACTIONS(4711), 1, - anon_sym_COMMA, - ACTIONS(4713), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(4677), 1, anon_sym_LBRACK, - ACTIONS(4725), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4727), 1, - anon_sym_DASH_DASH, - ACTIONS(4729), 1, + ACTIONS(4683), 1, anon_sym_QMARK, - ACTIONS(4731), 1, + ACTIONS(4685), 1, anon_sym_BANG, - ACTIONS(4733), 1, - anon_sym_LBRACK2, - ACTIONS(4735), 1, + ACTIONS(4689), 1, anon_sym_AMP_AMP, - ACTIONS(4737), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4739), 1, - anon_sym_or, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4743), 1, - anon_sym_is, - ACTIONS(4745), 1, - anon_sym_BANGis, - ACTIONS(4747), 1, + ACTIONS(4699), 1, anon_sym_in, - ACTIONS(4749), 1, + ACTIONS(4701), 1, anon_sym_BANGin, - ACTIONS(4751), 1, - anon_sym_LBRACE, - STATE(2001), 1, + STATE(1897), 1, sym_or_block, - STATE(2071), 1, + STATE(1898), 1, sym_argument_list, - STATE(3388), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(3755), 1, - sym_block, - STATE(4143), 1, + STATE(4375), 1, sym_type_parameters, - ACTIONS(4705), 2, + ACTIONS(4665), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4719), 2, - anon_sym_LT, - anon_sym_GT, + ACTIONS(4687), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, STATE(1681), 2, sym_line_comment, sym_block_comment, - ACTIONS(4715), 4, + ACTIONS(4671), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4721), 4, + ACTIONS(4675), 6, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4717), 8, + ACTIONS(4673), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -197502,7 +197531,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3502), 13, + ACTIONS(1855), 26, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -197516,67 +197558,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3060] = 15, + [2941] = 7, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4663), 1, - anon_sym_LPAREN, - ACTIONS(4671), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(4677), 1, - anon_sym_QMARK, - ACTIONS(4679), 1, - anon_sym_BANG, - STATE(1886), 1, - sym_or_block, - STATE(1889), 1, - sym_argument_list, - STATE(4376), 1, - sym_type_parameters, - ACTIONS(4659), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4681), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, + ACTIONS(2793), 1, + anon_sym_COLON, + ACTIONS(3149), 1, + anon_sym_LBRACE, STATE(1682), 2, sym_line_comment, sym_block_comment, - ACTIONS(4665), 4, + ACTIONS(2785), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4667), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 35, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [3018] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3063), 1, + anon_sym_LBRACK, + STATE(1683), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3065), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -197594,35 +197696,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3153] = 14, + [3091] = 15, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4663), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4671), 1, - anon_sym_LBRACK, ACTIONS(4677), 1, + anon_sym_LBRACK, + ACTIONS(4683), 1, anon_sym_QMARK, - ACTIONS(4679), 1, + ACTIONS(4685), 1, anon_sym_BANG, - STATE(1886), 1, + STATE(1897), 1, sym_or_block, - STATE(1889), 1, + STATE(1898), 1, sym_argument_list, - STATE(4376), 1, + STATE(4375), 1, sym_type_parameters, - ACTIONS(4659), 2, + ACTIONS(4665), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4681), 2, + ACTIONS(4687), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(1683), 2, + STATE(1684), 2, sym_line_comment, sym_block_comment, - ACTIONS(4667), 8, + ACTIONS(4671), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4673), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -197631,7 +197738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 39, + ACTIONS(1855), 35, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197639,9 +197746,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -197650,7 +197754,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -197671,21 +197774,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3244] = 7, + [3184] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 1, + ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(2839), 1, - anon_sym_COLON, - ACTIONS(3151), 1, - anon_sym_LBRACE, - STATE(1684), 2, + ACTIONS(4751), 1, + anon_sym_DOLLARelse, + STATE(1685), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 55, + ACTIONS(2647), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197707,6 +197808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -197741,22 +197843,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3321] = 6, + [3259] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 1, + ACTIONS(3215), 1, anon_sym_LBRACK, - ACTIONS(3151), 1, - anon_sym_LBRACE, - STATE(1685), 2, + STATE(1686), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 56, + ACTIONS(3217), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -197810,137 +197911,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3396] = 13, + [3332] = 26, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4663), 1, + ACTIONS(4667), 1, + anon_sym_as, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4671), 1, - anon_sym_LBRACK, ACTIONS(4677), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(4679), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4681), 1, + anon_sym_DASH_DASH, + ACTIONS(4683), 1, + anon_sym_QMARK, + ACTIONS(4685), 1, anon_sym_BANG, - STATE(1886), 1, + ACTIONS(4689), 1, + anon_sym_AMP_AMP, + ACTIONS(4691), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4693), 1, + anon_sym_or, + ACTIONS(4699), 1, + anon_sym_in, + ACTIONS(4701), 1, + anon_sym_BANGin, + ACTIONS(4753), 1, + anon_sym_is, + ACTIONS(4755), 1, + anon_sym_BANGis, + STATE(1897), 1, sym_or_block, - STATE(1889), 1, + STATE(1898), 1, sym_argument_list, - STATE(4376), 1, + STATE(4375), 1, sym_type_parameters, - ACTIONS(4659), 2, + ACTIONS(4665), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4681), 2, + ACTIONS(4687), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(1686), 2, + STATE(1687), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, + ACTIONS(4671), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4675), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(4673), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [3485] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2885), 1, - anon_sym_LBRACK, - STATE(1687), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2887), 57, + ACTIONS(1921), 19, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -197954,21 +198000,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3558] = 5, + [3447] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3381), 1, + ACTIONS(2651), 1, anon_sym_LBRACK, + ACTIONS(2701), 1, + anon_sym_LBRACE, STATE(1688), 2, sym_line_comment, sym_block_comment, - ACTIONS(3383), 57, + ACTIONS(2653), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -198022,17 +198069,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3631] = 5, + [3522] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 1, + ACTIONS(3311), 1, anon_sym_LBRACK, STATE(1689), 2, sym_line_comment, sym_block_comment, - ACTIONS(3335), 57, + ACTIONS(3313), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198090,35 +198137,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3704] = 13, + [3595] = 13, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4663), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4671), 1, - anon_sym_LBRACK, ACTIONS(4677), 1, + anon_sym_LBRACK, + ACTIONS(4683), 1, anon_sym_QMARK, - ACTIONS(4679), 1, + ACTIONS(4685), 1, anon_sym_BANG, - STATE(1886), 1, + STATE(1897), 1, sym_or_block, - STATE(1889), 1, + STATE(1898), 1, sym_argument_list, - STATE(4376), 1, + STATE(4375), 1, sym_type_parameters, - ACTIONS(4659), 2, + ACTIONS(4665), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4681), 2, + ACTIONS(4687), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(1690), 2, sym_line_comment, sym_block_comment, - ACTIONS(1887), 47, + ACTIONS(1877), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198166,26 +198213,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3793] = 5, + [3684] = 13, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3229), 1, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4677), 1, anon_sym_LBRACK, + ACTIONS(4683), 1, + anon_sym_QMARK, + ACTIONS(4685), 1, + anon_sym_BANG, + STATE(1897), 1, + sym_or_block, + STATE(1898), 1, + sym_argument_list, + STATE(4375), 1, + sym_type_parameters, + ACTIONS(4665), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4687), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, STATE(1691), 2, sym_line_comment, sym_block_comment, - ACTIONS(3231), 57, + ACTIONS(1945), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -198199,15 +198261,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -198215,8 +198272,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -198234,61 +198289,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3866] = 5, + [3773] = 26, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3313), 1, + ACTIONS(4667), 1, + anon_sym_as, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4677), 1, anon_sym_LBRACK, + ACTIONS(4679), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4681), 1, + anon_sym_DASH_DASH, + ACTIONS(4683), 1, + anon_sym_QMARK, + ACTIONS(4685), 1, + anon_sym_BANG, + ACTIONS(4689), 1, + anon_sym_AMP_AMP, + ACTIONS(4691), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4693), 1, + anon_sym_or, + ACTIONS(4695), 1, + anon_sym_is, + ACTIONS(4697), 1, + anon_sym_BANGis, + ACTIONS(4699), 1, + anon_sym_in, + ACTIONS(4701), 1, + anon_sym_BANGin, + STATE(1897), 1, + sym_or_block, + STATE(1898), 1, + sym_argument_list, + STATE(4375), 1, + sym_type_parameters, + ACTIONS(4665), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4687), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, STATE(1692), 2, sym_line_comment, sym_block_comment, - ACTIONS(3315), 57, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(4671), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4675), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4673), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(1833), 19, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -198302,21 +198378,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3939] = 5, + [3888] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, + ACTIONS(2701), 1, + anon_sym_LBRACE, + ACTIONS(3037), 1, anon_sym_LBRACK, STATE(1693), 2, sym_line_comment, sym_block_comment, - ACTIONS(3271), 57, + ACTIONS(3039), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -198370,17 +198447,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4012] = 5, + [3963] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2955), 1, + ACTIONS(3223), 1, anon_sym_LBRACK, STATE(1694), 2, sym_line_comment, sym_block_comment, - ACTIONS(2957), 57, + ACTIONS(3225), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198438,61 +198515,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4085] = 5, + [4036] = 26, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3019), 1, + ACTIONS(4667), 1, + anon_sym_as, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4677), 1, anon_sym_LBRACK, + ACTIONS(4679), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4681), 1, + anon_sym_DASH_DASH, + ACTIONS(4683), 1, + anon_sym_QMARK, + ACTIONS(4685), 1, + anon_sym_BANG, + ACTIONS(4689), 1, + anon_sym_AMP_AMP, + ACTIONS(4691), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4693), 1, + anon_sym_or, + ACTIONS(4695), 1, + anon_sym_is, + ACTIONS(4697), 1, + anon_sym_BANGis, + ACTIONS(4699), 1, + anon_sym_in, + ACTIONS(4701), 1, + anon_sym_BANGin, + STATE(1897), 1, + sym_or_block, + STATE(1898), 1, + sym_argument_list, + STATE(4375), 1, + sym_type_parameters, + ACTIONS(4665), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4687), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, STATE(1695), 2, sym_line_comment, sym_block_comment, - ACTIONS(3021), 57, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(4671), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4675), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4673), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(1841), 19, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -198506,21 +198604,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4158] = 5, + [4151] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3285), 1, + ACTIONS(2795), 1, anon_sym_LBRACK, + ACTIONS(4757), 1, + anon_sym_DOLLARelse, STATE(1696), 2, sym_line_comment, sym_block_comment, - ACTIONS(3287), 57, + ACTIONS(2797), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -198574,21 +198673,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4231] = 5, + [4226] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, + ACTIONS(3149), 1, + anon_sym_LBRACE, STATE(1697), 2, sym_line_comment, sym_block_comment, - ACTIONS(3291), 57, + ACTIONS(2785), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -198642,17 +198742,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4304] = 5, + [4301] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2791), 1, + ACTIONS(3211), 1, anon_sym_LBRACK, STATE(1698), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 57, + ACTIONS(3213), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198710,17 +198810,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4377] = 5, + [4374] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3425), 1, + ACTIONS(3207), 1, anon_sym_LBRACK, STATE(1699), 2, sym_line_comment, sym_block_comment, - ACTIONS(3427), 57, + ACTIONS(3209), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198778,110 +198878,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4450] = 26, + [4447] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4661), 1, - anon_sym_as, - ACTIONS(4663), 1, - anon_sym_LPAREN, - ACTIONS(4671), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(4673), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4675), 1, - anon_sym_DASH_DASH, - ACTIONS(4677), 1, - anon_sym_QMARK, - ACTIONS(4679), 1, - anon_sym_BANG, - ACTIONS(4683), 1, - anon_sym_AMP_AMP, - ACTIONS(4685), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4687), 1, - anon_sym_or, - ACTIONS(4689), 1, - anon_sym_is, - ACTIONS(4691), 1, - anon_sym_BANGis, - ACTIONS(4693), 1, - anon_sym_in, - ACTIONS(4695), 1, - anon_sym_BANGin, - STATE(1886), 1, - sym_or_block, - STATE(1889), 1, - sym_argument_list, - STATE(4376), 1, - sym_type_parameters, - ACTIONS(4659), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4681), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, + ACTIONS(3149), 1, + anon_sym_LBRACE, STATE(1700), 2, sym_line_comment, sym_block_comment, - ACTIONS(4665), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4669), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4667), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2071), 19, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [4565] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_LBRACK, - STATE(1701), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3299), 57, + ACTIONS(2785), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -198935,199 +198947,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4638] = 26, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(4661), 1, - anon_sym_as, - ACTIONS(4663), 1, - anon_sym_LPAREN, - ACTIONS(4671), 1, - anon_sym_LBRACK, - ACTIONS(4673), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4675), 1, - anon_sym_DASH_DASH, - ACTIONS(4677), 1, - anon_sym_QMARK, - ACTIONS(4679), 1, - anon_sym_BANG, - ACTIONS(4683), 1, - anon_sym_AMP_AMP, - ACTIONS(4685), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4687), 1, - anon_sym_or, - ACTIONS(4689), 1, - anon_sym_is, - ACTIONS(4691), 1, - anon_sym_BANGis, - ACTIONS(4693), 1, - anon_sym_in, - ACTIONS(4695), 1, - anon_sym_BANGin, - STATE(1886), 1, - sym_or_block, - STATE(1889), 1, - sym_argument_list, - STATE(4376), 1, - sym_type_parameters, - ACTIONS(4659), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4681), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(1702), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4665), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4669), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4667), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1937), 19, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [4753] = 26, + [4522] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4661), 1, - anon_sym_as, - ACTIONS(4663), 1, - anon_sym_LPAREN, - ACTIONS(4671), 1, + ACTIONS(2871), 1, anon_sym_LBRACK, - ACTIONS(4673), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4675), 1, - anon_sym_DASH_DASH, - ACTIONS(4677), 1, - anon_sym_QMARK, - ACTIONS(4679), 1, - anon_sym_BANG, - ACTIONS(4683), 1, - anon_sym_AMP_AMP, - ACTIONS(4685), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4687), 1, - anon_sym_or, - ACTIONS(4693), 1, - anon_sym_in, - ACTIONS(4695), 1, - anon_sym_BANGin, - ACTIONS(4753), 1, - anon_sym_is, - ACTIONS(4755), 1, - anon_sym_BANGis, - STATE(1886), 1, - sym_or_block, - STATE(1889), 1, - sym_argument_list, - STATE(4376), 1, + STATE(1780), 1, sym_type_parameters, - ACTIONS(4659), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4681), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(1703), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4665), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4669), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4667), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1943), 19, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [4868] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3137), 1, - anon_sym_LBRACK, - STATE(1704), 2, + STATE(1701), 2, sym_line_comment, sym_block_comment, - ACTIONS(3139), 57, + ACTIONS(2873), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -199181,17 +199016,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4941] = 5, + [4597] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3253), 1, + ACTIONS(3081), 1, anon_sym_LBRACK, - STATE(1705), 2, + STATE(1702), 2, sym_line_comment, sym_block_comment, - ACTIONS(3255), 57, + ACTIONS(3083), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199249,17 +199084,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5014] = 5, + [4670] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3309), 1, + ACTIONS(3199), 1, anon_sym_LBRACK, - STATE(1706), 2, + STATE(1703), 2, sym_line_comment, sym_block_comment, - ACTIONS(3311), 57, + ACTIONS(3201), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199317,22 +199152,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5087] = 6, + [4743] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2791), 1, + ACTIONS(3391), 1, anon_sym_LBRACK, - STATE(1728), 1, - sym_type_parameters, - STATE(1707), 2, + STATE(1704), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 56, + ACTIONS(3393), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -199386,17 +199220,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5162] = 5, + [4816] = 34, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1755), 1, + anon_sym_SEMI, + ACTIONS(1761), 1, + anon_sym_EQ, + ACTIONS(4707), 1, + anon_sym_as, + ACTIONS(4711), 1, + anon_sym_COMMA, + ACTIONS(4713), 1, + anon_sym_LPAREN, + ACTIONS(4723), 1, + anon_sym_LBRACK, + ACTIONS(4725), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4727), 1, + anon_sym_DASH_DASH, + ACTIONS(4729), 1, + anon_sym_QMARK, + ACTIONS(4731), 1, + anon_sym_BANG, + ACTIONS(4733), 1, + anon_sym_LBRACK2, + ACTIONS(4735), 1, + anon_sym_AMP_AMP, + ACTIONS(4737), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4739), 1, + anon_sym_or, + ACTIONS(4741), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4743), 1, + anon_sym_is, + ACTIONS(4745), 1, + anon_sym_BANGis, + ACTIONS(4747), 1, + anon_sym_in, + ACTIONS(4749), 1, + anon_sym_BANGin, + ACTIONS(4759), 1, + anon_sym_LBRACE, + STATE(1549), 1, + sym_block, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(3384), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4719), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1705), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4715), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4721), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4717), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(3508), 13, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [4947] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1706), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4763), 24, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + anon_sym_POUND, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4761), 34, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + sym_pseudo_compile_time_identifier, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_assert, + anon_sym_defer, + anon_sym_goto, + anon_sym_break, + anon_sym_continue, + anon_sym_return, + anon_sym_DOLLARfor, + anon_sym_for, + anon_sym_asm, + [5020] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3421), 1, + ACTIONS(3031), 1, anon_sym_LBRACK, - STATE(1708), 2, + STATE(1707), 2, sym_line_comment, sym_block_comment, - ACTIONS(3423), 57, + ACTIONS(3033), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199454,22 +199453,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5235] = 6, + [5093] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2869), 1, + ACTIONS(3071), 1, anon_sym_LBRACK, - ACTIONS(4757), 1, - anon_sym_DOLLARelse, - STATE(1709), 2, + STATE(1708), 2, sym_line_comment, sym_block_comment, - ACTIONS(2871), 56, + ACTIONS(3073), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -199523,22 +199521,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5310] = 6, + [5166] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2759), 1, + ACTIONS(3099), 1, anon_sym_LBRACK, - ACTIONS(2763), 1, - anon_sym_LBRACE, - STATE(1710), 2, + STATE(1709), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 56, + ACTIONS(3101), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -199592,20 +199589,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5385] = 5, + [5239] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3429), 1, + ACTIONS(3339), 1, anon_sym_LBRACK, - STATE(1711), 2, + STATE(1710), 2, sym_line_comment, sym_block_comment, - ACTIONS(3431), 56, + ACTIONS(3341), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -199659,20 +199657,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5457] = 5, + [5312] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3125), 1, + ACTIONS(3359), 1, anon_sym_LBRACK, - STATE(1712), 2, + STATE(1711), 2, sym_line_comment, sym_block_comment, - ACTIONS(3127), 56, + ACTIONS(3361), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -199726,24 +199725,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5529] = 5, + [5385] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3189), 1, + ACTIONS(2703), 1, anon_sym_LBRACK, - STATE(1713), 2, + STATE(1712), 2, sym_line_comment, sym_block_comment, - ACTIONS(3191), 56, + ACTIONS(2653), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_RBRACE, + ACTIONS(2701), 52, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, @@ -199793,21 +199793,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5601] = 7, + [5459] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2491), 1, + ACTIONS(3085), 1, + anon_sym_LBRACK, + STATE(1713), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3285), 21, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_LT_DASH, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + ACTIONS(3088), 35, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [5533] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3375), 1, anon_sym_LBRACK, - ACTIONS(4759), 1, - anon_sym_else, - STATE(1857), 1, - sym_else_branch, STATE(1714), 2, sym_line_comment, sym_block_comment, - ACTIONS(2493), 54, + ACTIONS(3377), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199829,6 +199893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -199836,6 +199901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -199862,17 +199928,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5677] = 5, + [5605] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3185), 1, + ACTIONS(3367), 1, anon_sym_LBRACK, STATE(1715), 2, sym_line_comment, sym_block_comment, - ACTIONS(3187), 56, + ACTIONS(3369), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199929,17 +199995,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5749] = 5, + [5677] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3181), 1, + ACTIONS(3271), 1, anon_sym_LBRACK, STATE(1716), 2, sym_line_comment, sym_block_comment, - ACTIONS(3183), 56, + ACTIONS(3273), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199996,17 +200062,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5821] = 5, + [5749] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3177), 1, + ACTIONS(3323), 1, anon_sym_LBRACK, STATE(1717), 2, sym_line_comment, sym_block_comment, - ACTIONS(3179), 56, + ACTIONS(3325), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200063,17 +200129,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5893] = 5, + [5821] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3145), 1, + ACTIONS(3319), 1, anon_sym_LBRACK, STATE(1718), 2, sym_line_comment, sym_block_comment, - ACTIONS(3147), 56, + ACTIONS(3321), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200130,17 +200196,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5965] = 5, + [5893] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3141), 1, + ACTIONS(3135), 1, anon_sym_LBRACK, STATE(1719), 2, sym_line_comment, sym_block_comment, - ACTIONS(3143), 56, + ACTIONS(3137), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200197,17 +200263,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6037] = 5, + [5965] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3133), 1, + ACTIONS(3113), 1, anon_sym_LBRACK, STATE(1720), 2, sym_line_comment, sym_block_comment, - ACTIONS(3135), 56, + ACTIONS(3115), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200264,21 +200330,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6109] = 7, + [6037] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2485), 1, + ACTIONS(3299), 1, anon_sym_LBRACK, - ACTIONS(4759), 1, - anon_sym_else, - STATE(1855), 1, - sym_else_branch, STATE(1721), 2, sym_line_comment, sym_block_comment, - ACTIONS(2487), 54, + ACTIONS(3301), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200300,6 +200362,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -200307,6 +200370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -200333,17 +200397,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6185] = 5, + [6109] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3129), 1, + ACTIONS(3295), 1, anon_sym_LBRACK, STATE(1722), 2, sym_line_comment, sym_block_comment, - ACTIONS(3131), 56, + ACTIONS(3297), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200400,17 +200464,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6257] = 5, + [6181] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3035), 1, + ACTIONS(3109), 1, anon_sym_LBRACK, STATE(1723), 2, sym_line_comment, sym_block_comment, - ACTIONS(3037), 56, + ACTIONS(3111), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200467,17 +200531,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6329] = 5, + [6253] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3023), 1, + ACTIONS(3203), 1, anon_sym_LBRACK, STATE(1724), 2, sym_line_comment, sym_block_comment, - ACTIONS(3025), 56, + ACTIONS(3205), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200534,17 +200598,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6401] = 5, + [6325] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3015), 1, + ACTIONS(3395), 1, anon_sym_LBRACK, STATE(1725), 2, sym_line_comment, sym_block_comment, - ACTIONS(3017), 56, + ACTIONS(3397), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200601,17 +200665,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6473] = 5, + [6397] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 1, + ACTIONS(3067), 1, anon_sym_LBRACK, STATE(1726), 2, sym_line_comment, sym_block_comment, - ACTIONS(2763), 56, + ACTIONS(3069), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200668,17 +200732,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6545] = 5, + [6469] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3011), 1, + ACTIONS(3442), 1, anon_sym_LBRACK, STATE(1727), 2, sym_line_comment, sym_block_comment, - ACTIONS(3013), 56, + ACTIONS(3444), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200735,17 +200799,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6617] = 5, + [6541] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3153), 1, + ACTIONS(3331), 1, anon_sym_LBRACK, STATE(1728), 2, sym_line_comment, sym_block_comment, - ACTIONS(3155), 56, + ACTIONS(3333), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200802,17 +200866,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6689] = 5, + [6613] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3007), 1, + ACTIONS(3351), 1, anon_sym_LBRACK, STATE(1729), 2, sym_line_comment, sym_block_comment, - ACTIONS(3009), 56, + ACTIONS(3353), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200869,17 +200933,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6761] = 5, + [6685] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2941), 1, + ACTIONS(3371), 1, anon_sym_LBRACK, STATE(1730), 2, sym_line_comment, sym_block_comment, - ACTIONS(2943), 56, + ACTIONS(3373), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -200936,17 +201000,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6833] = 5, + [6757] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2915), 1, + ACTIONS(3410), 1, anon_sym_LBRACK, STATE(1731), 2, sym_line_comment, sym_block_comment, - ACTIONS(2917), 56, + ACTIONS(3412), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201003,17 +201067,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6905] = 5, + [6829] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3405), 1, + ACTIONS(3275), 1, anon_sym_LBRACK, STATE(1732), 2, sym_line_comment, sym_block_comment, - ACTIONS(3407), 56, + ACTIONS(3277), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201070,42 +201134,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6977] = 6, + [6901] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2966), 1, + ACTIONS(3379), 1, anon_sym_LBRACK, STATE(1733), 2, sym_line_comment, sym_block_comment, - ACTIONS(2961), 21, + ACTIONS(3381), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_LT_DASH, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - ACTIONS(2963), 35, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -201118,6 +201166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -201125,6 +201174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -201138,17 +201188,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [7051] = 5, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [6973] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2911), 1, + ACTIONS(3251), 1, anon_sym_LBRACK, STATE(1734), 2, sym_line_comment, sym_block_comment, - ACTIONS(2913), 56, + ACTIONS(3253), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201205,42 +201268,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7123] = 6, + [7045] = 7, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2998), 1, + ACTIONS(2303), 1, anon_sym_LBRACK, + ACTIONS(4765), 1, + anon_sym_else, + STATE(1856), 1, + sym_else_branch, STATE(1735), 2, sym_line_comment, sym_block_comment, - ACTIONS(2993), 21, + ACTIONS(2305), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_LT_DASH, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - ACTIONS(2995), 35, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -201273,17 +201324,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [7197] = 5, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [7121] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2829), 1, + ACTIONS(3243), 1, anon_sym_LBRACK, STATE(1736), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 56, + ACTIONS(3245), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201340,17 +201404,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7269] = 5, + [7193] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3193), 1, + ACTIONS(3195), 1, anon_sym_LBRACK, STATE(1737), 2, sym_line_comment, sym_block_comment, - ACTIONS(3195), 56, + ACTIONS(3197), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201407,17 +201471,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7341] = 5, + [7265] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2893), 1, + ACTIONS(3430), 1, anon_sym_LBRACK, STATE(1738), 2, sym_line_comment, sym_block_comment, - ACTIONS(2895), 56, + ACTIONS(3432), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201474,17 +201538,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7413] = 5, + [7337] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2889), 1, + ACTIONS(2953), 1, anon_sym_LBRACK, STATE(1739), 2, sym_line_comment, sym_block_comment, - ACTIONS(2891), 56, + ACTIONS(2955), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201541,17 +201605,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7485] = 5, + [7409] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2881), 1, + ACTIONS(3143), 1, anon_sym_LBRACK, STATE(1740), 2, sym_line_comment, sym_block_comment, - ACTIONS(2883), 56, + ACTIONS(3145), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201608,17 +201672,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7557] = 5, + [7481] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3409), 1, + ACTIONS(3363), 1, anon_sym_LBRACK, STATE(1741), 2, sym_line_comment, sym_block_comment, - ACTIONS(3411), 56, + ACTIONS(3365), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201675,17 +201739,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7629] = 5, + [7553] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2945), 1, + ACTIONS(3053), 1, anon_sym_LBRACK, + ACTIONS(4767), 1, + anon_sym_BANG, STATE(1742), 2, sym_line_comment, sym_block_comment, - ACTIONS(2947), 56, + ACTIONS(3055), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201711,7 +201777,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -201742,17 +201807,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7701] = 5, + [7627] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3397), 1, + ACTIONS(3147), 1, anon_sym_LBRACK, STATE(1743), 2, sym_line_comment, sym_block_comment, - ACTIONS(3399), 56, + ACTIONS(3149), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201809,17 +201874,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7773] = 5, + [7699] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3393), 1, + ACTIONS(3402), 1, anon_sym_LBRACK, STATE(1744), 2, sym_line_comment, sym_block_comment, - ACTIONS(3395), 56, + ACTIONS(3404), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201876,17 +201941,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7845] = 5, + [7771] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3209), 1, + ACTIONS(3414), 1, anon_sym_LBRACK, STATE(1745), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 56, + ACTIONS(3416), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201943,17 +202008,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7917] = 5, + [7843] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3027), 1, + ACTIONS(3139), 1, anon_sym_LBRACK, STATE(1746), 2, sym_line_comment, sym_block_comment, - ACTIONS(3029), 56, + ACTIONS(3141), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202010,17 +202075,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7989] = 5, + [7915] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3325), 1, + ACTIONS(3347), 1, anon_sym_LBRACK, STATE(1747), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 56, + ACTIONS(3349), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202077,17 +202142,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8061] = 5, + [7987] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3357), 1, + ACTIONS(3422), 1, anon_sym_LBRACK, STATE(1748), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 56, + ACTIONS(3424), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202144,17 +202209,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8133] = 5, + [8059] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3413), 1, + ACTIONS(3175), 1, anon_sym_LBRACK, STATE(1749), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 56, + ACTIONS(3177), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202211,17 +202276,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8205] = 5, + [8131] = 7, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3433), 1, + ACTIONS(2427), 1, anon_sym_LBRACK, + ACTIONS(4765), 1, + anon_sym_else, + STATE(1857), 1, + sym_else_branch, STATE(1750), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 56, + ACTIONS(2429), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202243,7 +202312,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -202251,7 +202319,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -202278,17 +202345,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8277] = 5, + [8207] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3437), 1, + ACTIONS(3327), 1, anon_sym_LBRACK, STATE(1751), 2, sym_line_comment, sym_block_comment, - ACTIONS(3439), 56, + ACTIONS(3329), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202345,22 +202412,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8349] = 6, + [8279] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3433), 1, + ACTIONS(3013), 1, anon_sym_LBRACK, - ACTIONS(3441), 1, - anon_sym_DOT, STATE(1752), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 55, + ACTIONS(3015), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -202413,17 +202479,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8423] = 5, + [8351] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 1, + ACTIONS(3219), 1, anon_sym_LBRACK, STATE(1753), 2, sym_line_comment, sym_block_comment, - ACTIONS(3355), 56, + ACTIONS(3221), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202480,17 +202546,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8495] = 5, + [8423] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3349), 1, + ACTIONS(3343), 1, anon_sym_LBRACK, STATE(1754), 2, sym_line_comment, sym_block_comment, - ACTIONS(3351), 56, + ACTIONS(3345), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202547,17 +202613,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8567] = 5, + [8495] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3345), 1, + ACTIONS(3426), 1, anon_sym_LBRACK, STATE(1755), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 56, + ACTIONS(3428), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202614,17 +202680,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8639] = 5, + [8567] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3341), 1, + ACTIONS(2949), 1, anon_sym_LBRACK, STATE(1756), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 56, + ACTIONS(2951), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202681,17 +202747,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8711] = 5, + [8639] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3337), 1, + ACTIONS(2957), 1, anon_sym_LBRACK, STATE(1757), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 56, + ACTIONS(2959), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202748,17 +202814,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8783] = 5, + [8711] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3281), 1, + ACTIONS(2961), 1, anon_sym_LBRACK, STATE(1758), 2, sym_line_comment, sym_block_comment, - ACTIONS(3283), 56, + ACTIONS(2963), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202815,17 +202881,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8855] = 5, + [8783] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2937), 1, + ACTIONS(3001), 1, anon_sym_LBRACK, STATE(1759), 2, sym_line_comment, sym_block_comment, - ACTIONS(2939), 56, + ACTIONS(3003), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202882,17 +202948,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8927] = 5, + [8855] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3205), 1, + ACTIONS(3335), 1, anon_sym_LBRACK, STATE(1760), 2, sym_line_comment, sym_block_comment, - ACTIONS(3207), 56, + ACTIONS(3337), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202949,25 +203015,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8999] = 6, + [8927] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 1, + ACTIONS(3231), 1, anon_sym_LBRACK, STATE(1761), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 4, + ACTIONS(3233), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(2763), 52, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, @@ -203017,22 +203082,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9073] = 6, + [8999] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2833), 1, - anon_sym_DOT, - ACTIONS(3149), 1, + ACTIONS(3446), 1, anon_sym_LBRACK, STATE(1762), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 55, + ACTIONS(3448), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -203085,21 +203149,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9147] = 5, + [9071] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2759), 1, + ACTIONS(2787), 1, + anon_sym_DOT, + ACTIONS(3147), 1, anon_sym_LBRACK, STATE(1763), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 56, + ACTIONS(3149), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -203117,6 +203182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203124,6 +203190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -203133,8 +203200,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -203152,17 +203217,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9219] = 5, + [9145] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3277), 1, + ACTIONS(2651), 1, anon_sym_LBRACK, STATE(1764), 2, sym_line_comment, sym_block_comment, - ACTIONS(3279), 56, + ACTIONS(2653), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203184,7 +203249,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203192,7 +203256,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -203202,6 +203265,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -203219,27 +203284,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9291] = 6, + [9217] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2998), 1, + ACTIONS(3005), 1, anon_sym_LBRACK, STATE(1765), 2, sym_line_comment, sym_block_comment, - ACTIONS(2993), 6, + ACTIONS(3007), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_LT_DASH, - ACTIONS(2995), 50, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, @@ -203254,6 +203316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203261,6 +203324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -203287,17 +203351,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9365] = 5, + [9289] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3293), 1, + ACTIONS(2703), 1, anon_sym_LBRACK, STATE(1766), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 56, + ACTIONS(2701), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203354,29 +203418,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9437] = 6, + [9361] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2966), 1, + ACTIONS(3075), 1, anon_sym_LBRACK, STATE(1767), 2, sym_line_comment, sym_block_comment, - ACTIONS(2961), 6, + ACTIONS(3281), 21, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_EQ, anon_sym_COLON, anon_sym_LT_DASH, - ACTIONS(2963), 50, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + ACTIONS(3078), 35, anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -203409,30 +203486,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [9511] = 5, + [9435] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2819), 1, + ACTIONS(2783), 1, anon_sym_LBRACK, STATE(1768), 2, sym_line_comment, sym_block_comment, - ACTIONS(2821), 56, + ACTIONS(2785), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203454,6 +203518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203461,6 +203526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -203470,8 +203536,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -203489,17 +203553,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9583] = 5, + [9507] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2949), 1, + ACTIONS(2817), 1, anon_sym_LBRACK, STATE(1769), 2, sym_line_comment, sym_block_comment, - ACTIONS(2951), 56, + ACTIONS(2819), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203521,7 +203585,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203529,7 +203592,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -203539,6 +203601,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -203556,19 +203620,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9655] = 6, + [9579] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3001), 1, + ACTIONS(3235), 1, anon_sym_LBRACK, - ACTIONS(4761), 1, - anon_sym_BANG, STATE(1770), 2, sym_line_comment, sym_block_comment, - ACTIONS(3003), 55, + ACTIONS(3237), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203594,6 +203656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, + anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -203624,27 +203687,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9729] = 6, + [9651] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 1, + ACTIONS(3355), 1, anon_sym_LBRACK, STATE(1771), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 4, + ACTIONS(3357), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(2763), 52, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, @@ -203659,6 +203719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203666,6 +203727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -203692,17 +203754,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9803] = 5, + [9723] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3031), 1, + ACTIONS(3387), 1, anon_sym_LBRACK, STATE(1772), 2, sym_line_comment, sym_block_comment, - ACTIONS(3033), 56, + ACTIONS(3389), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203759,17 +203821,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9875] = 5, + [9795] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3377), 1, + ACTIONS(3438), 1, anon_sym_LBRACK, STATE(1773), 2, sym_line_comment, sym_block_comment, - ACTIONS(3379), 56, + ACTIONS(3440), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203826,17 +203888,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9947] = 5, + [9867] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3249), 1, + ACTIONS(3009), 1, anon_sym_LBRACK, STATE(1774), 2, sym_line_comment, sym_block_comment, - ACTIONS(3251), 56, + ACTIONS(3011), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203893,17 +203955,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10019] = 5, + [9939] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3237), 1, + ACTIONS(3291), 1, anon_sym_LBRACK, STATE(1775), 2, sym_line_comment, sym_block_comment, - ACTIONS(3239), 56, + ACTIONS(3293), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203960,17 +204022,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10091] = 5, + [10011] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3373), 1, + ACTIONS(3287), 1, anon_sym_LBRACK, STATE(1776), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 56, + ACTIONS(3289), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204027,17 +204089,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10163] = 5, + [10083] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3369), 1, + ACTIONS(3179), 1, anon_sym_LBRACK, STATE(1777), 2, sym_line_comment, sym_block_comment, - ACTIONS(3371), 56, + ACTIONS(3181), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204094,21 +204156,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10235] = 5, + [10155] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3365), 1, + ACTIONS(3375), 1, anon_sym_LBRACK, + ACTIONS(3399), 1, + anon_sym_DOT, STATE(1778), 2, sym_line_comment, sym_block_comment, - ACTIONS(3367), 56, + ACTIONS(3377), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -204161,24 +204224,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10307] = 5, + [10229] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3233), 1, + ACTIONS(3085), 1, anon_sym_LBRACK, STATE(1779), 2, sym_line_comment, sym_block_comment, - ACTIONS(3235), 56, + ACTIONS(3285), 6, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_LT_DASH, + ACTIONS(3088), 50, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, @@ -204193,7 +204259,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204201,7 +204266,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -204228,17 +204292,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10379] = 5, + [10303] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3217), 1, + ACTIONS(3151), 1, anon_sym_LBRACK, STATE(1780), 2, sym_line_comment, sym_block_comment, - ACTIONS(3219), 56, + ACTIONS(3153), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204295,17 +204359,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10451] = 5, + [10375] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3434), 1, anon_sym_LBRACK, STATE(1781), 2, sym_line_comment, sym_block_comment, - ACTIONS(3215), 56, + ACTIONS(3436), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204362,17 +204426,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10523] = 5, + [10447] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3361), 1, + ACTIONS(3187), 1, anon_sym_LBRACK, STATE(1782), 2, sym_line_comment, sym_block_comment, - ACTIONS(3363), 56, + ACTIONS(3189), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204429,24 +204493,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10595] = 5, + [10519] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3265), 1, + ACTIONS(3075), 1, anon_sym_LBRACK, STATE(1783), 2, sym_line_comment, sym_block_comment, - ACTIONS(3267), 56, + ACTIONS(3281), 6, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_LT_DASH, + ACTIONS(3078), 50, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, @@ -204461,7 +204528,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204469,7 +204535,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -204496,17 +204561,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10667] = 5, + [10593] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3321), 1, + ACTIONS(3406), 1, anon_sym_LBRACK, STATE(1784), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 56, + ACTIONS(3408), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204563,17 +204628,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10739] = 5, + [10665] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3221), 1, + ACTIONS(3267), 1, anon_sym_LBRACK, STATE(1785), 2, sym_line_comment, sym_block_comment, - ACTIONS(3223), 56, + ACTIONS(3269), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204630,17 +204695,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10811] = 5, + [10737] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3149), 1, + ACTIONS(3191), 1, anon_sym_LBRACK, STATE(1786), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 56, + ACTIONS(3193), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204697,17 +204762,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10883] = 5, + [10809] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3317), 1, + ACTIONS(3259), 1, anon_sym_LBRACK, STATE(1787), 2, sym_line_comment, sym_block_comment, - ACTIONS(3319), 56, + ACTIONS(3261), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204764,17 +204829,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10955] = 5, + [10881] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, + ACTIONS(3263), 1, anon_sym_LBRACK, STATE(1788), 2, sym_line_comment, sym_block_comment, - ACTIONS(3307), 56, + ACTIONS(3265), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204831,17 +204896,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11027] = 5, + [10953] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3301), 1, + ACTIONS(3041), 1, anon_sym_LBRACK, STATE(1789), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 56, + ACTIONS(3043), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204898,24 +204963,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11099] = 5, + [11025] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3273), 1, + ACTIONS(2703), 1, anon_sym_LBRACK, STATE(1790), 2, sym_line_comment, sym_block_comment, - ACTIONS(3275), 56, + ACTIONS(2653), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_RBRACE, + ACTIONS(2701), 52, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, @@ -204930,7 +204998,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204938,7 +205005,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -204965,17 +205031,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11171] = 5, + [11099] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3245), 1, + ACTIONS(3045), 1, anon_sym_LBRACK, STATE(1791), 2, sym_line_comment, sym_block_comment, - ACTIONS(3247), 56, + ACTIONS(3047), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205032,17 +205098,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11243] = 5, + [11171] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3241), 1, + ACTIONS(3049), 1, anon_sym_LBRACK, STATE(1792), 2, sym_line_comment, sym_block_comment, - ACTIONS(3243), 56, + ACTIONS(3051), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205099,17 +205165,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11315] = 5, + [11243] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3225), 1, + ACTIONS(3059), 1, anon_sym_LBRACK, STATE(1793), 2, sym_line_comment, sym_block_comment, - ACTIONS(3227), 56, + ACTIONS(3061), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205166,17 +205232,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11387] = 5, + [11315] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3201), 1, + ACTIONS(3418), 1, anon_sym_LBRACK, STATE(1794), 2, sym_line_comment, sym_block_comment, - ACTIONS(3203), 56, + ACTIONS(3420), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205233,19 +205299,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11459] = 6, + [11387] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2759), 1, + ACTIONS(3383), 1, anon_sym_LBRACK, - ACTIONS(2763), 1, - anon_sym_LBRACE, STATE(1795), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 54, + ACTIONS(3385), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205267,6 +205331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205274,6 +205339,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -205300,75 +205366,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11532] = 21, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1813), 1, - anon_sym_EQ, - ACTIONS(4713), 1, - anon_sym_LPAREN, - ACTIONS(4723), 1, - anon_sym_LBRACK, - ACTIONS(4729), 1, - anon_sym_QMARK, - ACTIONS(4731), 1, - anon_sym_BANG, - ACTIONS(4733), 1, - anon_sym_LBRACK2, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4747), 1, - anon_sym_in, - ACTIONS(4749), 1, - anon_sym_BANGin, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, - sym_argument_list, - STATE(4143), 1, - sym_type_parameters, - ACTIONS(4705), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4719), 2, - anon_sym_LT, - anon_sym_GT, + [11459] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2790), 1, + anon_sym_LBRACK, + ACTIONS(3149), 1, + anon_sym_LBRACE, STATE(1796), 2, sym_line_comment, sym_block_comment, - ACTIONS(4715), 4, + ACTIONS(2785), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4721), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4717), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 24, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -205382,75 +205433,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11635] = 31, + [11532] = 21, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1711), 1, - anon_sym_SEMI, - ACTIONS(1719), 1, + ACTIONS(1855), 1, anon_sym_EQ, - ACTIONS(4707), 1, - anon_sym_as, - ACTIONS(4713), 1, + ACTIONS(4771), 1, anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(4781), 1, anon_sym_LBRACK, - ACTIONS(4725), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4727), 1, - anon_sym_DASH_DASH, - ACTIONS(4729), 1, + ACTIONS(4783), 1, anon_sym_QMARK, - ACTIONS(4731), 1, + ACTIONS(4785), 1, anon_sym_BANG, - ACTIONS(4733), 1, + ACTIONS(4787), 1, anon_sym_LBRACK2, - ACTIONS(4739), 1, - anon_sym_or, - ACTIONS(4741), 1, + ACTIONS(4789), 1, anon_sym_POUND_LBRACK, - ACTIONS(4743), 1, - anon_sym_is, - ACTIONS(4745), 1, - anon_sym_BANGis, - ACTIONS(4771), 1, - anon_sym_AMP_AMP, - ACTIONS(4773), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4775), 1, + ACTIONS(4791), 1, anon_sym_in, - ACTIONS(4777), 1, + ACTIONS(4793), 1, anon_sym_BANGin, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, + STATE(2114), 1, sym_argument_list, - STATE(3914), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4143), 1, + STATE(2115), 1, + sym_or_block, + STATE(4173), 1, sym_type_parameters, - ACTIONS(4705), 2, + ACTIONS(4769), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4767), 2, + ACTIONS(4777), 2, anon_sym_LT, anon_sym_GT, STATE(1797), 2, sym_line_comment, sym_block_comment, - ACTIONS(4763), 4, + ACTIONS(4773), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4769), 4, + ACTIONS(4779), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4765), 8, + ACTIONS(4775), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -205459,75 +205490,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3550), 14, - anon_sym_COMMA, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [11758] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2763), 1, - anon_sym_LBRACE, - ACTIONS(2969), 1, - anon_sym_LBRACK, - STATE(1798), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2971), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, + ACTIONS(1853), 24, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -205540,20 +205515,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [11831] = 6, + [11635] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 1, + ACTIONS(2795), 1, anon_sym_LBRACK, - ACTIONS(3151), 1, - anon_sym_LBRACE, - STATE(1799), 2, + ACTIONS(4795), 1, + anon_sym_DOLLARelse, + STATE(1798), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 54, + ACTIONS(2797), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205608,53 +205582,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11904] = 15, + [11708] = 16, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4713), 1, + ACTIONS(4771), 1, anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(4781), 1, anon_sym_LBRACK, - ACTIONS(4729), 1, + ACTIONS(4783), 1, anon_sym_QMARK, - ACTIONS(4731), 1, + ACTIONS(4785), 1, anon_sym_BANG, - ACTIONS(4733), 1, + ACTIONS(4787), 1, anon_sym_LBRACK2, - ACTIONS(4741), 1, + ACTIONS(4789), 1, anon_sym_POUND_LBRACK, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, + STATE(2114), 1, sym_argument_list, - STATE(4143), 1, + STATE(2115), 1, + sym_or_block, + STATE(4173), 1, sym_type_parameters, - ACTIONS(4705), 2, + ACTIONS(4769), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - STATE(1800), 2, + STATE(1799), 2, sym_line_comment, sym_block_comment, - ACTIONS(1877), 15, + ACTIONS(1855), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_CARET, + ACTIONS(4775), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1875), 30, - anon_sym_SEMI, + ACTIONS(1853), 30, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -205662,8 +205636,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -205683,37 +205659,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [11995] = 15, + [11801] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4781), 1, + ACTIONS(4771), 1, anon_sym_LPAREN, - ACTIONS(4783), 1, + ACTIONS(4781), 1, anon_sym_LBRACK, - ACTIONS(4785), 1, + ACTIONS(4783), 1, anon_sym_QMARK, - ACTIONS(4787), 1, + ACTIONS(4785), 1, anon_sym_BANG, - ACTIONS(4789), 1, + ACTIONS(4787), 1, anon_sym_LBRACK2, - ACTIONS(4791), 1, + ACTIONS(4789), 1, anon_sym_POUND_LBRACK, - STATE(2112), 1, + STATE(2114), 1, sym_argument_list, - STATE(2113), 1, + STATE(2115), 1, sym_or_block, - STATE(4172), 1, + STATE(4173), 1, sym_type_parameters, - ACTIONS(4779), 2, + ACTIONS(4769), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - STATE(1801), 2, + STATE(1800), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 15, + ACTIONS(1855), 15, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -205729,7 +205704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 30, + ACTIONS(1853), 30, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -205760,12 +205735,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [12086] = 29, + [11892] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2071), 1, + ACTIONS(1833), 1, anon_sym_EQ, ACTIONS(4707), 1, anon_sym_as, @@ -205801,9 +205776,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, STATE(2001), 1, sym_or_block, - STATE(2071), 1, + STATE(2002), 1, sym_argument_list, - STATE(4143), 1, + STATE(4149), 1, sym_type_parameters, ACTIONS(4705), 2, anon_sym_DOT, @@ -205811,7 +205786,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(4719), 2, anon_sym_LT, anon_sym_GT, - STATE(1802), 2, + STATE(1801), 2, sym_line_comment, sym_block_comment, ACTIONS(4715), 4, @@ -205833,7 +205808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2069), 16, + ACTIONS(1831), 16, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, @@ -205850,36 +205825,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [12205] = 15, + [12011] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4781), 1, + ACTIONS(4771), 1, anon_sym_LPAREN, - ACTIONS(4783), 1, + ACTIONS(4781), 1, anon_sym_LBRACK, - ACTIONS(4785), 1, + ACTIONS(4783), 1, anon_sym_QMARK, - ACTIONS(4787), 1, + ACTIONS(4785), 1, anon_sym_BANG, - ACTIONS(4789), 1, + ACTIONS(4787), 1, anon_sym_LBRACK2, - ACTIONS(4791), 1, + ACTIONS(4789), 1, anon_sym_POUND_LBRACK, - STATE(2112), 1, + STATE(2114), 1, sym_argument_list, - STATE(2113), 1, + STATE(2115), 1, sym_or_block, - STATE(4172), 1, + STATE(4173), 1, sym_type_parameters, - ACTIONS(4779), 2, + ACTIONS(4769), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - STATE(1803), 2, + STATE(1802), 2, sym_line_comment, sym_block_comment, - ACTIONS(1887), 15, + ACTIONS(1945), 15, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -205895,7 +205870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1885), 30, + ACTIONS(1943), 30, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -205926,71 +205901,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [12296] = 29, + [12102] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1937), 1, + ACTIONS(1841), 1, anon_sym_EQ, - ACTIONS(4781), 1, + ACTIONS(4707), 1, + anon_sym_as, + ACTIONS(4713), 1, anon_sym_LPAREN, - ACTIONS(4783), 1, + ACTIONS(4723), 1, anon_sym_LBRACK, - ACTIONS(4785), 1, + ACTIONS(4725), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4727), 1, + anon_sym_DASH_DASH, + ACTIONS(4729), 1, anon_sym_QMARK, - ACTIONS(4787), 1, + ACTIONS(4731), 1, anon_sym_BANG, - ACTIONS(4789), 1, + ACTIONS(4733), 1, anon_sym_LBRACK2, - ACTIONS(4791), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4793), 1, - anon_sym_as, - ACTIONS(4803), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4805), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4735), 1, anon_sym_AMP_AMP, - ACTIONS(4809), 1, + ACTIONS(4737), 1, anon_sym_PIPE_PIPE, - ACTIONS(4811), 1, + ACTIONS(4739), 1, anon_sym_or, - ACTIONS(4813), 1, + ACTIONS(4741), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4743), 1, anon_sym_is, - ACTIONS(4815), 1, + ACTIONS(4745), 1, anon_sym_BANGis, - ACTIONS(4817), 1, + ACTIONS(4747), 1, anon_sym_in, - ACTIONS(4819), 1, + ACTIONS(4749), 1, anon_sym_BANGin, - STATE(2112), 1, - sym_argument_list, - STATE(2113), 1, + STATE(2001), 1, sym_or_block, - STATE(4172), 1, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, sym_type_parameters, - ACTIONS(4779), 2, + ACTIONS(4705), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4799), 2, + ACTIONS(4719), 2, anon_sym_LT, anon_sym_GT, - STATE(1804), 2, + STATE(1803), 2, sym_line_comment, sym_block_comment, - ACTIONS(4795), 4, + ACTIONS(4715), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4801), 4, + ACTIONS(4721), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4797), 8, + ACTIONS(4717), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -205999,11 +205974,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1935), 16, + ACTIONS(1839), 16, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_LT_DASH, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -206016,71 +205990,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [12415] = 29, + anon_sym_COLON_EQ, + [12221] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1937), 1, + ACTIONS(1833), 1, anon_sym_EQ, - ACTIONS(4707), 1, - anon_sym_as, - ACTIONS(4713), 1, + ACTIONS(4771), 1, anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(4781), 1, anon_sym_LBRACK, - ACTIONS(4725), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4727), 1, - anon_sym_DASH_DASH, - ACTIONS(4729), 1, + ACTIONS(4783), 1, anon_sym_QMARK, - ACTIONS(4731), 1, + ACTIONS(4785), 1, anon_sym_BANG, - ACTIONS(4733), 1, + ACTIONS(4787), 1, anon_sym_LBRACK2, - ACTIONS(4735), 1, + ACTIONS(4789), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4791), 1, + anon_sym_in, + ACTIONS(4793), 1, + anon_sym_BANGin, + ACTIONS(4797), 1, + anon_sym_as, + ACTIONS(4799), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4801), 1, + anon_sym_DASH_DASH, + ACTIONS(4803), 1, anon_sym_AMP_AMP, - ACTIONS(4737), 1, + ACTIONS(4805), 1, anon_sym_PIPE_PIPE, - ACTIONS(4739), 1, + ACTIONS(4807), 1, anon_sym_or, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4743), 1, + ACTIONS(4809), 1, anon_sym_is, - ACTIONS(4745), 1, + ACTIONS(4811), 1, anon_sym_BANGis, - ACTIONS(4747), 1, - anon_sym_in, - ACTIONS(4749), 1, - anon_sym_BANGin, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, + STATE(2114), 1, sym_argument_list, - STATE(4143), 1, + STATE(2115), 1, + sym_or_block, + STATE(4173), 1, sym_type_parameters, - ACTIONS(4705), 2, + ACTIONS(4769), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4719), 2, + ACTIONS(4777), 2, anon_sym_LT, anon_sym_GT, - STATE(1805), 2, + STATE(1804), 2, sym_line_comment, sym_block_comment, - ACTIONS(4715), 4, + ACTIONS(4773), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4721), 4, + ACTIONS(4779), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4717), 8, + ACTIONS(4775), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -206089,10 +206064,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1935), 16, - anon_sym_SEMI, + ACTIONS(1831), 16, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LT_DASH, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -206105,76 +206081,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [12534] = 31, + [12340] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1711), 1, - anon_sym_LBRACE, - ACTIONS(1719), 1, + ACTIONS(1841), 1, anon_sym_EQ, - ACTIONS(4707), 1, - anon_sym_as, - ACTIONS(4713), 1, + ACTIONS(4771), 1, anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(4781), 1, anon_sym_LBRACK, - ACTIONS(4725), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4727), 1, - anon_sym_DASH_DASH, - ACTIONS(4729), 1, + ACTIONS(4783), 1, anon_sym_QMARK, - ACTIONS(4731), 1, + ACTIONS(4785), 1, anon_sym_BANG, - ACTIONS(4733), 1, + ACTIONS(4787), 1, anon_sym_LBRACK2, - ACTIONS(4735), 1, + ACTIONS(4789), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4791), 1, + anon_sym_in, + ACTIONS(4793), 1, + anon_sym_BANGin, + ACTIONS(4797), 1, + anon_sym_as, + ACTIONS(4799), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4801), 1, + anon_sym_DASH_DASH, + ACTIONS(4803), 1, anon_sym_AMP_AMP, - ACTIONS(4737), 1, + ACTIONS(4805), 1, anon_sym_PIPE_PIPE, - ACTIONS(4739), 1, + ACTIONS(4807), 1, anon_sym_or, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4743), 1, + ACTIONS(4809), 1, anon_sym_is, - ACTIONS(4745), 1, + ACTIONS(4811), 1, anon_sym_BANGis, - ACTIONS(4747), 1, - anon_sym_in, - ACTIONS(4749), 1, - anon_sym_BANGin, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, + STATE(2114), 1, sym_argument_list, - STATE(4006), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4143), 1, + STATE(2115), 1, + sym_or_block, + STATE(4173), 1, sym_type_parameters, - ACTIONS(4705), 2, + ACTIONS(4769), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4719), 2, + ACTIONS(4777), 2, anon_sym_LT, anon_sym_GT, - STATE(1806), 2, + STATE(1805), 2, sym_line_comment, sym_block_comment, - ACTIONS(4715), 4, + ACTIONS(4773), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4721), 4, + ACTIONS(4779), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4717), 8, + ACTIONS(4775), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -206183,8 +206154,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3550), 14, + ACTIONS(1839), 16, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LT_DASH, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -206197,85 +206171,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [12657] = 29, + [12459] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2071), 1, - anon_sym_EQ, - ACTIONS(4781), 1, + ACTIONS(4713), 1, anon_sym_LPAREN, - ACTIONS(4783), 1, + ACTIONS(4723), 1, anon_sym_LBRACK, - ACTIONS(4785), 1, + ACTIONS(4729), 1, anon_sym_QMARK, - ACTIONS(4787), 1, + ACTIONS(4731), 1, anon_sym_BANG, - ACTIONS(4789), 1, + ACTIONS(4733), 1, anon_sym_LBRACK2, - ACTIONS(4791), 1, + ACTIONS(4741), 1, anon_sym_POUND_LBRACK, - ACTIONS(4793), 1, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(1806), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1877), 15, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1875), 30, + anon_sym_SEMI, anon_sym_as, - ACTIONS(4803), 1, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - ACTIONS(4805), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, anon_sym_AMP_AMP, - ACTIONS(4809), 1, anon_sym_PIPE_PIPE, - ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4819), 1, anon_sym_BANGin, - STATE(2112), 1, - sym_argument_list, - STATE(2113), 1, - sym_or_block, - STATE(4172), 1, - sym_type_parameters, - ACTIONS(4779), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4799), 2, - anon_sym_LT, - anon_sym_GT, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [12550] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2645), 1, + anon_sym_LBRACK, + ACTIONS(4813), 1, + anon_sym_DOLLARelse, STATE(1807), 2, sym_line_comment, sym_block_comment, - ACTIONS(4795), 4, + ACTIONS(2647), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4801), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4797), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2069), 16, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -206288,19 +206313,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [12776] = 6, + anon_sym_COLON_EQ, + [12623] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2791), 1, + ACTIONS(2651), 1, anon_sym_LBRACK, - STATE(1930), 1, - sym_type_parameters, + ACTIONS(2701), 1, + anon_sym_LBRACE, STATE(1808), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 54, + ACTIONS(2653), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206355,68 +206381,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [12849] = 17, - ACTIONS(3), 1, + [12696] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4781), 1, - anon_sym_LPAREN, - ACTIONS(4783), 1, + ACTIONS(2701), 1, + anon_sym_LBRACE, + ACTIONS(3037), 1, anon_sym_LBRACK, - ACTIONS(4785), 1, - anon_sym_QMARK, - ACTIONS(4787), 1, - anon_sym_BANG, - ACTIONS(4789), 1, - anon_sym_LBRACK2, - ACTIONS(4791), 1, - anon_sym_POUND_LBRACK, - STATE(2112), 1, - sym_argument_list, - STATE(2113), 1, - sym_or_block, - STATE(4172), 1, - sym_type_parameters, - ACTIONS(4779), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, STATE(1809), 2, sym_line_comment, sym_block_comment, - ACTIONS(1859), 3, + ACTIONS(3039), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4795), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4797), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1857), 30, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -206433,30 +206447,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [12944] = 17, + anon_sym_COLON_EQ, + [12769] = 17, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4781), 1, + ACTIONS(4713), 1, anon_sym_LPAREN, - ACTIONS(4783), 1, + ACTIONS(4723), 1, anon_sym_LBRACK, - ACTIONS(4785), 1, + ACTIONS(4729), 1, anon_sym_QMARK, - ACTIONS(4787), 1, + ACTIONS(4731), 1, anon_sym_BANG, - ACTIONS(4789), 1, + ACTIONS(4733), 1, anon_sym_LBRACK2, - ACTIONS(4791), 1, + ACTIONS(4741), 1, anon_sym_POUND_LBRACK, - STATE(2112), 1, - sym_argument_list, - STATE(2113), 1, + STATE(2001), 1, sym_or_block, - STATE(4172), 1, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, sym_type_parameters, - ACTIONS(4779), 2, + ACTIONS(4705), 2, anon_sym_DOT, anon_sym_QMARK_DOT, STATE(1810), 2, @@ -206466,12 +206481,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(4795), 4, + ACTIONS(4715), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4797), 8, + ACTIONS(4717), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -206481,6 +206496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_GT, anon_sym_AMP_CARET, ACTIONS(1853), 30, + anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -206488,10 +206504,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -206511,77 +206525,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [13039] = 22, + anon_sym_COLON_EQ, + [12864] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1813), 1, - anon_sym_EQ, - ACTIONS(4781), 1, + ACTIONS(4713), 1, anon_sym_LPAREN, - ACTIONS(4783), 1, + ACTIONS(4723), 1, anon_sym_LBRACK, - ACTIONS(4785), 1, + ACTIONS(4729), 1, anon_sym_QMARK, - ACTIONS(4787), 1, + ACTIONS(4731), 1, anon_sym_BANG, - ACTIONS(4789), 1, + ACTIONS(4733), 1, anon_sym_LBRACK2, - ACTIONS(4791), 1, + ACTIONS(4741), 1, anon_sym_POUND_LBRACK, - ACTIONS(4807), 1, - anon_sym_AMP_AMP, - ACTIONS(4817), 1, - anon_sym_in, - ACTIONS(4819), 1, - anon_sym_BANGin, - STATE(2112), 1, - sym_argument_list, - STATE(2113), 1, + STATE(2001), 1, sym_or_block, - STATE(4172), 1, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, sym_type_parameters, - ACTIONS(4779), 2, + ACTIONS(4705), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4799), 2, - anon_sym_LT, - anon_sym_GT, STATE(1811), 2, sym_line_comment, sym_block_comment, - ACTIONS(4795), 4, + ACTIONS(1945), 15, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4801), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4797), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 23, + ACTIONS(1943), 30, + anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_COLON, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -206594,55 +206601,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [13144] = 21, + anon_sym_COLON_EQ, + [12955] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1813), 1, + ACTIONS(1711), 1, + anon_sym_LBRACE, + ACTIONS(1719), 1, anon_sym_EQ, - ACTIONS(4781), 1, + ACTIONS(4707), 1, + anon_sym_as, + ACTIONS(4713), 1, anon_sym_LPAREN, - ACTIONS(4783), 1, + ACTIONS(4723), 1, anon_sym_LBRACK, - ACTIONS(4785), 1, + ACTIONS(4725), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4727), 1, + anon_sym_DASH_DASH, + ACTIONS(4729), 1, anon_sym_QMARK, - ACTIONS(4787), 1, + ACTIONS(4731), 1, anon_sym_BANG, - ACTIONS(4789), 1, + ACTIONS(4733), 1, anon_sym_LBRACK2, - ACTIONS(4791), 1, + ACTIONS(4735), 1, + anon_sym_AMP_AMP, + ACTIONS(4737), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4739), 1, + anon_sym_or, + ACTIONS(4741), 1, anon_sym_POUND_LBRACK, - ACTIONS(4817), 1, + ACTIONS(4743), 1, + anon_sym_is, + ACTIONS(4745), 1, + anon_sym_BANGis, + ACTIONS(4747), 1, anon_sym_in, - ACTIONS(4819), 1, + ACTIONS(4749), 1, anon_sym_BANGin, - STATE(2112), 1, - sym_argument_list, - STATE(2113), 1, + STATE(2001), 1, sym_or_block, - STATE(4172), 1, + STATE(2002), 1, + sym_argument_list, + STATE(4017), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4149), 1, sym_type_parameters, - ACTIONS(4779), 2, + ACTIONS(4705), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4799), 2, + ACTIONS(4719), 2, anon_sym_LT, anon_sym_GT, STATE(1812), 2, sym_line_comment, sym_block_comment, - ACTIONS(4795), 4, + ACTIONS(4715), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4801), 4, + ACTIONS(4721), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4797), 8, + ACTIONS(4717), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -206651,19 +206679,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 24, + ACTIONS(3556), 14, + anon_sym_COMMA, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [13078] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2871), 1, + anon_sym_LBRACK, + STATE(1940), 1, + sym_type_parameters, + STATE(1813), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2873), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -206676,45 +206760,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [13247] = 17, + anon_sym_COLON_EQ, + [13151] = 17, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4781), 1, + ACTIONS(4771), 1, anon_sym_LPAREN, - ACTIONS(4783), 1, + ACTIONS(4781), 1, anon_sym_LBRACK, - ACTIONS(4785), 1, + ACTIONS(4783), 1, anon_sym_QMARK, - ACTIONS(4787), 1, + ACTIONS(4785), 1, anon_sym_BANG, - ACTIONS(4789), 1, + ACTIONS(4787), 1, anon_sym_LBRACK2, - ACTIONS(4791), 1, + ACTIONS(4789), 1, anon_sym_POUND_LBRACK, - STATE(2112), 1, + STATE(2114), 1, sym_argument_list, - STATE(2113), 1, + STATE(2115), 1, sym_or_block, - STATE(4172), 1, + STATE(4173), 1, sym_type_parameters, - ACTIONS(4779), 2, + ACTIONS(4769), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - STATE(1813), 2, + STATE(1814), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 3, + ACTIONS(1855), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(4795), 4, + ACTIONS(4773), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4797), 8, + ACTIONS(4775), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -206723,7 +206808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 30, + ACTIONS(1853), 30, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -206754,44 +206839,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [13342] = 16, + [13246] = 17, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4781), 1, + ACTIONS(4771), 1, anon_sym_LPAREN, - ACTIONS(4783), 1, + ACTIONS(4781), 1, anon_sym_LBRACK, - ACTIONS(4785), 1, + ACTIONS(4783), 1, anon_sym_QMARK, - ACTIONS(4787), 1, + ACTIONS(4785), 1, anon_sym_BANG, - ACTIONS(4789), 1, + ACTIONS(4787), 1, anon_sym_LBRACK2, - ACTIONS(4791), 1, + ACTIONS(4789), 1, anon_sym_POUND_LBRACK, - STATE(2112), 1, + STATE(2114), 1, sym_argument_list, - STATE(2113), 1, + STATE(2115), 1, sym_or_block, - STATE(4172), 1, + STATE(4173), 1, sym_type_parameters, - ACTIONS(4779), 2, + ACTIONS(4769), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - STATE(1814), 2, + STATE(1815), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 7, + ACTIONS(1889), 3, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4773), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, anon_sym_CARET, - ACTIONS(4797), 8, + ACTIONS(4775), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -206800,7 +206886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 30, + ACTIONS(1887), 30, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -206831,76 +206917,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [13435] = 32, + [13341] = 16, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1755), 1, - anon_sym_LBRACE, - ACTIONS(1761), 1, - anon_sym_EQ, - ACTIONS(4707), 1, - anon_sym_as, ACTIONS(4713), 1, anon_sym_LPAREN, ACTIONS(4723), 1, anon_sym_LBRACK, - ACTIONS(4725), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4727), 1, - anon_sym_DASH_DASH, ACTIONS(4729), 1, anon_sym_QMARK, ACTIONS(4731), 1, anon_sym_BANG, ACTIONS(4733), 1, anon_sym_LBRACK2, - ACTIONS(4735), 1, - anon_sym_AMP_AMP, - ACTIONS(4737), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4739), 1, - anon_sym_or, ACTIONS(4741), 1, anon_sym_POUND_LBRACK, - ACTIONS(4743), 1, - anon_sym_is, - ACTIONS(4745), 1, - anon_sym_BANGis, - ACTIONS(4747), 1, - anon_sym_in, - ACTIONS(4749), 1, - anon_sym_BANGin, - ACTIONS(4821), 1, - anon_sym_COMMA, STATE(2001), 1, sym_or_block, - STATE(2071), 1, + STATE(2002), 1, sym_argument_list, - STATE(3388), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4143), 1, + STATE(4149), 1, sym_type_parameters, ACTIONS(4705), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4719), 2, - anon_sym_LT, - anon_sym_GT, - STATE(1815), 2, + STATE(1816), 2, sym_line_comment, sym_block_comment, - ACTIONS(4715), 4, + ACTIONS(1855), 7, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, anon_sym_CARET, - ACTIONS(4721), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, ACTIONS(4717), 8, anon_sym_STAR, anon_sym_SLASH, @@ -206910,70 +206963,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3502), 13, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [13560] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2771), 1, - anon_sym_LBRACK, - ACTIONS(4823), 1, - anon_sym_DOLLARelse, - STATE(1816), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2773), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, + ACTIONS(1853), 30, + anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -206991,27 +206994,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [13633] = 6, - ACTIONS(497), 1, + [13434] = 15, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2869), 1, + ACTIONS(4713), 1, + anon_sym_LPAREN, + ACTIONS(4723), 1, anon_sym_LBRACK, - ACTIONS(4825), 1, - anon_sym_DOLLARelse, + ACTIONS(4729), 1, + anon_sym_QMARK, + ACTIONS(4731), 1, + anon_sym_BANG, + ACTIONS(4733), 1, + anon_sym_LBRACK2, + ACTIONS(4741), 1, + anon_sym_POUND_LBRACK, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, STATE(1817), 2, sym_line_comment, sym_block_comment, - ACTIONS(2871), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(1855), 15, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -207021,26 +207033,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1853), 30, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -207058,69 +207070,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [13706] = 15, + [13525] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(1755), 1, + anon_sym_LBRACE, + ACTIONS(1761), 1, + anon_sym_EQ, + ACTIONS(4707), 1, + anon_sym_as, ACTIONS(4713), 1, anon_sym_LPAREN, ACTIONS(4723), 1, anon_sym_LBRACK, + ACTIONS(4725), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4727), 1, + anon_sym_DASH_DASH, ACTIONS(4729), 1, anon_sym_QMARK, ACTIONS(4731), 1, anon_sym_BANG, ACTIONS(4733), 1, anon_sym_LBRACK2, + ACTIONS(4735), 1, + anon_sym_AMP_AMP, + ACTIONS(4737), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4739), 1, + anon_sym_or, ACTIONS(4741), 1, anon_sym_POUND_LBRACK, + ACTIONS(4743), 1, + anon_sym_is, + ACTIONS(4745), 1, + anon_sym_BANGis, + ACTIONS(4747), 1, + anon_sym_in, + ACTIONS(4749), 1, + anon_sym_BANGin, + ACTIONS(4815), 1, + anon_sym_COMMA, STATE(2001), 1, sym_or_block, - STATE(2071), 1, + STATE(2002), 1, sym_argument_list, - STATE(4143), 1, + STATE(3384), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4149), 1, sym_type_parameters, ACTIONS(4705), 2, anon_sym_DOT, anon_sym_QMARK_DOT, + ACTIONS(4719), 2, + anon_sym_LT, + anon_sym_GT, STATE(1818), 2, sym_line_comment, sym_block_comment, - ACTIONS(1887), 15, - anon_sym_EQ, + ACTIONS(4715), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4721), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4717), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1885), 30, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(3508), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -207134,45 +207163,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [13797] = 17, + [13650] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(1711), 1, + anon_sym_SEMI, + ACTIONS(1719), 1, + anon_sym_EQ, + ACTIONS(4707), 1, + anon_sym_as, ACTIONS(4713), 1, anon_sym_LPAREN, ACTIONS(4723), 1, anon_sym_LBRACK, + ACTIONS(4725), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4727), 1, + anon_sym_DASH_DASH, ACTIONS(4729), 1, anon_sym_QMARK, ACTIONS(4731), 1, anon_sym_BANG, ACTIONS(4733), 1, anon_sym_LBRACK2, + ACTIONS(4739), 1, + anon_sym_or, ACTIONS(4741), 1, anon_sym_POUND_LBRACK, + ACTIONS(4743), 1, + anon_sym_is, + ACTIONS(4745), 1, + anon_sym_BANGis, + ACTIONS(4825), 1, + anon_sym_AMP_AMP, + ACTIONS(4827), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4829), 1, + anon_sym_in, + ACTIONS(4831), 1, + anon_sym_BANGin, STATE(2001), 1, sym_or_block, - STATE(2071), 1, + STATE(2002), 1, sym_argument_list, - STATE(4143), 1, + STATE(3923), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4149), 1, sym_type_parameters, ACTIONS(4705), 2, anon_sym_DOT, anon_sym_QMARK_DOT, + ACTIONS(4821), 2, + anon_sym_LT, + anon_sym_GT, STATE(1819), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4715), 4, + ACTIONS(4817), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4717), 8, + ACTIONS(4823), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4819), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -207181,24 +207240,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 30, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, + ACTIONS(3556), 14, anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -207212,7 +207255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [13892] = 17, + [13773] = 17, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -207231,9 +207274,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_LBRACK, STATE(2001), 1, sym_or_block, - STATE(2071), 1, + STATE(2002), 1, sym_argument_list, - STATE(4143), 1, + STATE(4149), 1, sym_type_parameters, ACTIONS(4705), 2, anon_sym_DOT, @@ -207241,7 +207284,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1820), 2, sym_line_comment, sym_block_comment, - ACTIONS(1859), 3, + ACTIONS(1889), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -207259,7 +207302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1857), 30, + ACTIONS(1887), 30, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -207290,7 +207333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [13987] = 17, + [13868] = 17, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -207309,9 +207352,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_LBRACK, STATE(2001), 1, sym_or_block, - STATE(2071), 1, + STATE(2002), 1, sym_argument_list, - STATE(4143), 1, + STATE(4149), 1, sym_type_parameters, ACTIONS(4705), 2, anon_sym_DOT, @@ -207319,7 +207362,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1821), 2, sym_line_comment, sym_block_comment, - ACTIONS(1855), 3, + ACTIONS(1881), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -207337,7 +207380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1853), 30, + ACTIONS(1879), 30, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -207368,53 +207411,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [14082] = 15, + [13963] = 17, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4713), 1, + ACTIONS(4771), 1, anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(4781), 1, anon_sym_LBRACK, - ACTIONS(4729), 1, + ACTIONS(4783), 1, anon_sym_QMARK, - ACTIONS(4731), 1, + ACTIONS(4785), 1, anon_sym_BANG, - ACTIONS(4733), 1, + ACTIONS(4787), 1, anon_sym_LBRACK2, - ACTIONS(4741), 1, + ACTIONS(4789), 1, anon_sym_POUND_LBRACK, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, + STATE(2114), 1, sym_argument_list, - STATE(4143), 1, + STATE(2115), 1, + sym_or_block, + STATE(4173), 1, sym_type_parameters, - ACTIONS(4705), 2, + ACTIONS(4769), 2, anon_sym_DOT, anon_sym_QMARK_DOT, STATE(1822), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 15, + ACTIONS(1881), 3, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4773), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4775), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 30, - anon_sym_SEMI, + ACTIONS(1879), 30, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -207422,8 +207466,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -207443,45 +207489,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [14173] = 16, + [14058] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4713), 1, + ACTIONS(1855), 1, + anon_sym_EQ, + ACTIONS(4771), 1, anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(4781), 1, anon_sym_LBRACK, - ACTIONS(4729), 1, + ACTIONS(4783), 1, anon_sym_QMARK, - ACTIONS(4731), 1, + ACTIONS(4785), 1, anon_sym_BANG, - ACTIONS(4733), 1, + ACTIONS(4787), 1, anon_sym_LBRACK2, - ACTIONS(4741), 1, + ACTIONS(4789), 1, anon_sym_POUND_LBRACK, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, + ACTIONS(4791), 1, + anon_sym_in, + ACTIONS(4793), 1, + anon_sym_BANGin, + ACTIONS(4803), 1, + anon_sym_AMP_AMP, + STATE(2114), 1, sym_argument_list, - STATE(4143), 1, + STATE(2115), 1, + sym_or_block, + STATE(4173), 1, sym_type_parameters, - ACTIONS(4705), 2, + ACTIONS(4769), 2, anon_sym_DOT, anon_sym_QMARK_DOT, + ACTIONS(4777), 2, + anon_sym_LT, + anon_sym_GT, STATE(1823), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 7, - anon_sym_EQ, + ACTIONS(4773), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, anon_sym_CARET, - ACTIONS(4717), 8, + ACTIONS(4779), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4775), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -207490,24 +207548,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 30, - anon_sym_SEMI, + ACTIONS(1853), 23, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_AMP_AMP, + anon_sym_LT_DASH, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -207520,13 +207572,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [14266] = 22, + [14163] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1813), 1, + ACTIONS(1855), 1, anon_sym_EQ, ACTIONS(4713), 1, anon_sym_LPAREN, @@ -207548,9 +207599,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, STATE(2001), 1, sym_or_block, - STATE(2071), 1, + STATE(2002), 1, sym_argument_list, - STATE(4143), 1, + STATE(4149), 1, sym_type_parameters, ACTIONS(4705), 2, anon_sym_DOT, @@ -207580,7 +207631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 23, + ACTIONS(1853), 23, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -207604,30 +207655,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [14371] = 15, + [14268] = 15, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4781), 1, + ACTIONS(4771), 1, anon_sym_LPAREN, - ACTIONS(4783), 1, + ACTIONS(4781), 1, anon_sym_LBRACK, - ACTIONS(4785), 1, + ACTIONS(4783), 1, anon_sym_QMARK, - ACTIONS(4787), 1, + ACTIONS(4785), 1, anon_sym_BANG, - ACTIONS(4789), 1, + ACTIONS(4787), 1, anon_sym_LBRACK2, - ACTIONS(4791), 1, + ACTIONS(4789), 1, anon_sym_POUND_LBRACK, - STATE(2112), 1, + STATE(2114), 1, sym_argument_list, - STATE(2113), 1, + STATE(2115), 1, sym_or_block, - STATE(4172), 1, + STATE(4173), 1, sym_type_parameters, - ACTIONS(4779), 2, + ACTIONS(4769), 2, anon_sym_DOT, anon_sym_QMARK_DOT, STATE(1825), 2, @@ -207680,188 +207731,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [14462] = 5, - ACTIONS(497), 1, + [14359] = 21, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3429), 1, - anon_sym_LBRACK, - STATE(1826), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3431), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(1855), 1, anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4713), 1, + anon_sym_LPAREN, + ACTIONS(4723), 1, + anon_sym_LBRACK, + ACTIONS(4729), 1, anon_sym_QMARK, + ACTIONS(4731), 1, anon_sym_BANG, + ACTIONS(4733), 1, anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, + ACTIONS(4741), 1, anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, + ACTIONS(4747), 1, anon_sym_in, + ACTIONS(4749), 1, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [14532] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3177), 1, - anon_sym_LBRACK, - STATE(1827), 2, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4719), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1826), 2, sym_line_comment, sym_block_comment, - ACTIONS(3179), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(4715), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_CARET, + ACTIONS(4721), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4717), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [14602] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3217), 1, - anon_sym_LBRACK, - STATE(1828), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3219), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, + ACTIONS(1853), 24, + anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -207875,17 +207813,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [14672] = 5, + [14462] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3409), 1, + ACTIONS(3434), 1, anon_sym_LBRACK, - STATE(1829), 2, + STATE(1827), 2, sym_line_comment, sym_block_comment, - ACTIONS(3411), 54, + ACTIONS(3436), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -207940,17 +207878,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [14742] = 5, + [14532] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3405), 1, + ACTIONS(2703), 1, anon_sym_LBRACK, - STATE(1830), 2, + STATE(1828), 2, sym_line_comment, sym_block_comment, - ACTIONS(3407), 54, + ACTIONS(2701), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208005,17 +207943,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [14812] = 5, + [14602] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3397), 1, + ACTIONS(3426), 1, anon_sym_LBRACK, - STATE(1831), 2, + STATE(1829), 2, sym_line_comment, sym_block_comment, - ACTIONS(3399), 54, + ACTIONS(3428), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208070,17 +208008,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [14882] = 5, + [14672] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3393), 1, + ACTIONS(3387), 1, anon_sym_LBRACK, - STATE(1832), 2, + STATE(1830), 2, sym_line_comment, sym_block_comment, - ACTIONS(3395), 54, + ACTIONS(3389), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208135,17 +208073,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [14952] = 5, + [14742] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3361), 1, + ACTIONS(3383), 1, anon_sym_LBRACK, - STATE(1833), 2, + STATE(1831), 2, sym_line_comment, sym_block_comment, - ACTIONS(3363), 54, + ACTIONS(3385), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208200,17 +208138,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15022] = 5, + [14812] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3357), 1, + ACTIONS(3363), 1, anon_sym_LBRACK, - STATE(1834), 2, + STATE(1832), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 54, + ACTIONS(3365), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208265,25 +208203,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15092] = 5, - ACTIONS(497), 1, + [14882] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 1, - anon_sym_LBRACK, - STATE(1835), 2, + STATE(1833), 2, sym_line_comment, sym_block_comment, - ACTIONS(3355), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(2819), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -208293,12 +208221,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -208308,11 +208230,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(2817), 37, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -208330,17 +208268,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15162] = 5, + [14952] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3349), 1, + ACTIONS(3355), 1, anon_sym_LBRACK, - STATE(1836), 2, + STATE(1834), 2, sym_line_comment, sym_block_comment, - ACTIONS(3351), 54, + ACTIONS(3357), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208395,17 +208333,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15232] = 5, + [15022] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3345), 1, + ACTIONS(3347), 1, anon_sym_LBRACK, - STATE(1837), 2, + STATE(1835), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 54, + ACTIONS(3349), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208460,17 +208398,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15302] = 5, + [15092] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3341), 1, + ACTIONS(3343), 1, anon_sym_LBRACK, - STATE(1838), 2, + STATE(1836), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 54, + ACTIONS(3345), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208525,17 +208463,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15372] = 5, + [15162] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3337), 1, + ACTIONS(3335), 1, anon_sym_LBRACK, - STATE(1839), 2, + STATE(1837), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 54, + ACTIONS(3337), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208590,17 +208528,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15442] = 5, + [15232] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3261), 1, + ACTIONS(3017), 1, anon_sym_LBRACK, - STATE(1840), 2, + STATE(1838), 2, sym_line_comment, sym_block_comment, - ACTIONS(3263), 54, + ACTIONS(3019), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208655,17 +208593,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [15512] = 5, + [15302] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3257), 1, + ACTIONS(3021), 1, anon_sym_LBRACK, - STATE(1841), 2, + STATE(1839), 2, sym_line_comment, sym_block_comment, - ACTIONS(3259), 54, + ACTIONS(3023), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208720,17 +208658,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [15582] = 5, + [15372] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3281), 1, + ACTIONS(3291), 1, anon_sym_LBRACK, - STATE(1842), 2, + STATE(1840), 2, sym_line_comment, sym_block_comment, - ACTIONS(3283), 54, + ACTIONS(3293), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208785,54 +208723,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15652] = 5, - ACTIONS(497), 1, + [15442] = 16, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3277), 1, + ACTIONS(4713), 1, + anon_sym_LPAREN, + ACTIONS(4723), 1, anon_sym_LBRACK, - STATE(1843), 2, + ACTIONS(4729), 1, + anon_sym_QMARK, + ACTIONS(4731), 1, + anon_sym_BANG, + ACTIONS(4733), 1, + anon_sym_LBRACK2, + ACTIONS(4741), 1, + anon_sym_POUND_LBRACK, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(1841), 2, sym_line_comment, sym_block_comment, - ACTIONS(3279), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(1855), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_CARET, + ACTIONS(4819), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1853), 29, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -208850,58 +208799,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15722] = 5, - ACTIONS(497), 1, + [15534] = 17, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3249), 1, + ACTIONS(4713), 1, + anon_sym_LPAREN, + ACTIONS(4723), 1, anon_sym_LBRACK, - STATE(1844), 2, + ACTIONS(4729), 1, + anon_sym_QMARK, + ACTIONS(4731), 1, + anon_sym_BANG, + ACTIONS(4733), 1, + anon_sym_LBRACK2, + ACTIONS(4741), 1, + anon_sym_POUND_LBRACK, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(1842), 2, sym_line_comment, sym_block_comment, - ACTIONS(3251), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(1855), 3, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4817), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4819), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1853), 29, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [15628] = 21, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1855), 1, + anon_sym_EQ, + ACTIONS(4713), 1, + anon_sym_LPAREN, + ACTIONS(4723), 1, + anon_sym_LBRACK, + ACTIONS(4729), 1, anon_sym_QMARK, + ACTIONS(4731), 1, anon_sym_BANG, + ACTIONS(4733), 1, anon_sym_LBRACK2, + ACTIONS(4741), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4829), 1, + anon_sym_in, + ACTIONS(4831), 1, + anon_sym_BANGin, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4821), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1843), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4817), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, + ACTIONS(4823), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4819), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1853), 23, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -208915,54 +208957,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15792] = 5, - ACTIONS(497), 1, + [15730] = 22, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3237), 1, + ACTIONS(1855), 1, + anon_sym_EQ, + ACTIONS(4713), 1, + anon_sym_LPAREN, + ACTIONS(4723), 1, anon_sym_LBRACK, - STATE(1845), 2, + ACTIONS(4729), 1, + anon_sym_QMARK, + ACTIONS(4731), 1, + anon_sym_BANG, + ACTIONS(4733), 1, + anon_sym_LBRACK2, + ACTIONS(4741), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4825), 1, + anon_sym_AMP_AMP, + ACTIONS(4829), 1, + anon_sym_in, + ACTIONS(4831), 1, + anon_sym_BANGin, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4821), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1844), 2, sym_line_comment, sym_block_comment, - ACTIONS(3239), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(4817), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_CARET, + ACTIONS(4823), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(4819), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1853), 22, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [15834] = 17, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4713), 1, + anon_sym_LPAREN, + ACTIONS(4723), 1, + anon_sym_LBRACK, + ACTIONS(4729), 1, anon_sym_QMARK, + ACTIONS(4731), 1, anon_sym_BANG, + ACTIONS(4733), 1, anon_sym_LBRACK2, + ACTIONS(4741), 1, + anon_sym_POUND_LBRACK, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(1845), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1881), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4817), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, + ACTIONS(4819), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1879), 29, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -208980,54 +209116,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15862] = 5, - ACTIONS(497), 1, + [15928] = 17, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3233), 1, + ACTIONS(4713), 1, + anon_sym_LPAREN, + ACTIONS(4723), 1, anon_sym_LBRACK, + ACTIONS(4729), 1, + anon_sym_QMARK, + ACTIONS(4731), 1, + anon_sym_BANG, + ACTIONS(4733), 1, + anon_sym_LBRACK2, + ACTIONS(4741), 1, + anon_sym_POUND_LBRACK, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, STATE(1846), 2, sym_line_comment, sym_block_comment, - ACTIONS(3235), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(1889), 3, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4817), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4819), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1887), 29, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -209045,17 +209193,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15932] = 5, + [16022] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3287), 1, anon_sym_LBRACK, STATE(1847), 2, sym_line_comment, sym_block_comment, - ACTIONS(3215), 54, + ACTIONS(3289), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -209110,25 +209258,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16002] = 5, - ACTIONS(497), 1, + [16092] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3205), 1, - anon_sym_LBRACK, + ACTIONS(4833), 1, + anon_sym_else, + STATE(1966), 1, + sym_else_branch, STATE(1848), 2, sym_line_comment, sym_block_comment, - ACTIONS(3207), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(2305), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -209138,12 +209280,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -209153,6 +209289,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(2303), 35, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -209175,17 +209325,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16072] = 5, + [16166] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3193), 1, + ACTIONS(3267), 1, anon_sym_LBRACK, STATE(1849), 2, sym_line_comment, sym_block_comment, - ACTIONS(3195), 54, + ACTIONS(3269), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -209240,65 +209390,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16142] = 16, - ACTIONS(3), 1, + [16236] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4713), 1, - anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(3263), 1, anon_sym_LBRACK, - ACTIONS(4729), 1, - anon_sym_QMARK, - ACTIONS(4731), 1, - anon_sym_BANG, - ACTIONS(4733), 1, - anon_sym_LBRACK2, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, - sym_argument_list, - STATE(4143), 1, - sym_type_parameters, - ACTIONS(4705), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, STATE(1850), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 7, + ACTIONS(3265), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_CARET, - ACTIONS(4765), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1811), 29, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -209316,66 +209455,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16234] = 17, - ACTIONS(3), 1, + [16306] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4713), 1, - anon_sym_LPAREN, - ACTIONS(4723), 1, - anon_sym_LBRACK, - ACTIONS(4729), 1, - anon_sym_QMARK, - ACTIONS(4731), 1, - anon_sym_BANG, - ACTIONS(4733), 1, - anon_sym_LBRACK2, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, - sym_argument_list, - STATE(4143), 1, - sym_type_parameters, - ACTIONS(4705), 2, + ACTIONS(2787), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3147), 1, + anon_sym_LBRACK, STATE(1851), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 3, + ACTIONS(3149), 53, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4763), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4765), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1811), 29, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -209393,74 +209521,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16328] = 21, - ACTIONS(3), 1, + [16378] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(1813), 1, - anon_sym_EQ, - ACTIONS(4713), 1, - anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(3259), 1, anon_sym_LBRACK, - ACTIONS(4729), 1, - anon_sym_QMARK, - ACTIONS(4731), 1, - anon_sym_BANG, - ACTIONS(4733), 1, - anon_sym_LBRACK2, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4775), 1, - anon_sym_in, - ACTIONS(4777), 1, - anon_sym_BANGin, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, - sym_argument_list, - STATE(4143), 1, - sym_type_parameters, - ACTIONS(4705), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4767), 2, - anon_sym_LT, - anon_sym_GT, STATE(1852), 2, sym_line_comment, sym_block_comment, - ACTIONS(4763), 4, + ACTIONS(3261), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4769), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4765), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 23, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -209474,148 +209586,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16430] = 22, - ACTIONS(3), 1, + [16448] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(1813), 1, - anon_sym_EQ, - ACTIONS(4713), 1, - anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(3231), 1, anon_sym_LBRACK, - ACTIONS(4729), 1, - anon_sym_QMARK, - ACTIONS(4731), 1, - anon_sym_BANG, - ACTIONS(4733), 1, - anon_sym_LBRACK2, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4771), 1, - anon_sym_AMP_AMP, - ACTIONS(4775), 1, - anon_sym_in, - ACTIONS(4777), 1, - anon_sym_BANGin, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, - sym_argument_list, - STATE(4143), 1, - sym_type_parameters, - ACTIONS(4705), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4767), 2, - anon_sym_LT, - anon_sym_GT, STATE(1853), 2, sym_line_comment, sym_block_comment, - ACTIONS(4763), 4, + ACTIONS(3233), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4769), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4765), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1811), 22, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [16534] = 17, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4713), 1, - anon_sym_LPAREN, - ACTIONS(4723), 1, - anon_sym_LBRACK, - ACTIONS(4729), 1, anon_sym_QMARK, - ACTIONS(4731), 1, anon_sym_BANG, - ACTIONS(4733), 1, anon_sym_LBRACK2, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, - sym_argument_list, - STATE(4143), 1, - sym_type_parameters, - ACTIONS(4705), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - STATE(1854), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1855), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4763), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, - ACTIONS(4765), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1853), 29, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -209633,17 +209651,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16628] = 5, + [16518] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3189), 1, + ACTIONS(3219), 1, anon_sym_LBRACK, - STATE(1855), 2, + STATE(1854), 2, sym_line_comment, sym_block_comment, - ACTIONS(3191), 54, + ACTIONS(3221), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -209698,94 +209716,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16698] = 17, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4713), 1, - anon_sym_LPAREN, - ACTIONS(4723), 1, - anon_sym_LBRACK, - ACTIONS(4729), 1, - anon_sym_QMARK, - ACTIONS(4731), 1, - anon_sym_BANG, - ACTIONS(4733), 1, - anon_sym_LBRACK2, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, - sym_argument_list, - STATE(4143), 1, - sym_type_parameters, - ACTIONS(4705), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - STATE(1856), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1859), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4763), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4765), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1857), 29, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [16792] = 5, + [16588] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3185), 1, + ACTIONS(3195), 1, anon_sym_LBRACK, - STATE(1857), 2, + STATE(1855), 2, sym_line_comment, sym_block_comment, - ACTIONS(3187), 54, + ACTIONS(3197), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -209840,17 +209781,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16862] = 5, + [16658] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3181), 1, + ACTIONS(3191), 1, anon_sym_LBRACK, - STATE(1858), 2, + STATE(1856), 2, sym_line_comment, sym_block_comment, - ACTIONS(3183), 54, + ACTIONS(3193), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -209905,17 +209846,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16932] = 5, + [16728] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3145), 1, + ACTIONS(3187), 1, anon_sym_LBRACK, - STATE(1859), 2, + STATE(1857), 2, sym_line_comment, sym_block_comment, - ACTIONS(3147), 54, + ACTIONS(3189), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -209970,58 +209911,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17002] = 5, + [16798] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3141), 1, + ACTIONS(3085), 1, anon_sym_LBRACK, - STATE(1860), 2, + STATE(1858), 2, sym_line_comment, sym_block_comment, - ACTIONS(3143), 54, + ACTIONS(3285), 19, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -210035,26 +209941,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17072] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3133), 1, - anon_sym_LBRACK, - STATE(1861), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3135), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(3088), 35, anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -210087,71 +209977,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [17142] = 5, + [16870] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3129), 1, + ACTIONS(3075), 1, anon_sym_LBRACK, - STATE(1862), 2, + STATE(1859), 2, sym_line_comment, sym_block_comment, - ACTIONS(3131), 54, + ACTIONS(3281), 19, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -210165,29 +210007,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17212] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2907), 1, - anon_sym_LBRACK, - STATE(1863), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2909), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(3078), 35, anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym___global, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -210199,10 +210023,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_struct, - anon_sym_pub, - anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -210223,89 +210043,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_AT_LBRACK, - [17282] = 5, + [16942] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2903), 1, + ACTIONS(3179), 1, anon_sym_LBRACK, - STATE(1864), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2905), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_struct, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_AT_LBRACK, - [17352] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3035), 1, - anon_sym_LBRACK, - STATE(1865), 2, + STATE(1860), 2, sym_line_comment, sym_block_comment, - ACTIONS(3037), 54, + ACTIONS(3181), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -210360,17 +210108,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17422] = 5, + [17012] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3023), 1, + ACTIONS(3175), 1, anon_sym_LBRACK, - STATE(1866), 2, + STATE(1861), 2, sym_line_comment, sym_block_comment, - ACTIONS(3025), 54, + ACTIONS(3177), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -210425,17 +210173,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17492] = 5, + [17082] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3015), 1, + ACTIONS(3139), 1, anon_sym_LBRACK, - STATE(1867), 2, + STATE(1862), 2, sym_line_comment, sym_block_comment, - ACTIONS(3017), 54, + ACTIONS(3141), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -210490,17 +210238,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17562] = 5, + [17152] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3011), 1, + ACTIONS(3135), 1, anon_sym_LBRACK, - STATE(1868), 2, + STATE(1863), 2, sym_line_comment, sym_block_comment, - ACTIONS(3013), 54, + ACTIONS(3137), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -210555,17 +210303,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17632] = 5, + [17222] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3007), 1, + ACTIONS(3113), 1, anon_sym_LBRACK, - STATE(1869), 2, + STATE(1864), 2, sym_line_comment, sym_block_comment, - ACTIONS(3009), 54, + ACTIONS(3115), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -210620,17 +210368,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17702] = 5, + [17292] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2941), 1, + ACTIONS(3109), 1, anon_sym_LBRACK, - STATE(1870), 2, + STATE(1865), 2, sym_line_comment, sym_block_comment, - ACTIONS(2943), 54, + ACTIONS(3111), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -210685,17 +210433,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17772] = 5, + [17362] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2915), 1, + ACTIONS(3091), 1, anon_sym_LBRACK, - STATE(1871), 2, + STATE(1866), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3093), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_struct, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + sym_identifier, + anon_sym_shared, + anon_sym_map_LBRACK, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_AT_LBRACK, + [17432] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3095), 1, + anon_sym_LBRACK, + STATE(1867), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3097), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_struct, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + sym_identifier, + anon_sym_shared, + anon_sym_map_LBRACK, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_AT_LBRACK, + [17502] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3067), 1, + anon_sym_LBRACK, + STATE(1868), 2, sym_line_comment, sym_block_comment, - ACTIONS(2917), 54, + ACTIONS(3069), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -210750,17 +210628,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17842] = 5, + [17572] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2911), 1, + ACTIONS(3059), 1, anon_sym_LBRACK, - STATE(1872), 2, + STATE(1869), 2, sym_line_comment, sym_block_comment, - ACTIONS(2913), 54, + ACTIONS(3061), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -210815,17 +210693,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17912] = 5, + [17642] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(1870), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2653), 18, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(2651), 37, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [17712] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2893), 1, + ACTIONS(3442), 1, anon_sym_LBRACK, - STATE(1873), 2, + STATE(1871), 2, sym_line_comment, sym_block_comment, - ACTIONS(2895), 54, + ACTIONS(3444), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -210880,17 +210823,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17982] = 5, + [17782] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2889), 1, + ACTIONS(3085), 1, anon_sym_LBRACK, - STATE(1874), 2, + STATE(1872), 2, sym_line_comment, sym_block_comment, - ACTIONS(2891), 54, + ACTIONS(3088), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -210945,17 +210888,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18052] = 5, + [17852] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2881), 1, + ACTIONS(3075), 1, anon_sym_LBRACK, - STATE(1875), 2, + STATE(1873), 2, sym_line_comment, sym_block_comment, - ACTIONS(2883), 54, + ACTIONS(3078), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -211010,17 +210953,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18122] = 5, + [17922] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2945), 1, + ACTIONS(3049), 1, anon_sym_LBRACK, - STATE(1876), 2, + STATE(1874), 2, sym_line_comment, sym_block_comment, - ACTIONS(2947), 54, + ACTIONS(3051), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -211075,17 +211018,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18192] = 5, + [17992] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2949), 1, + ACTIONS(3045), 1, anon_sym_LBRACK, - STATE(1877), 2, + STATE(1875), 2, sym_line_comment, sym_block_comment, - ACTIONS(2951), 54, + ACTIONS(3047), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -211140,19 +211083,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18262] = 6, + [18062] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3001), 1, + ACTIONS(3041), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_BANG, - STATE(1878), 2, + STATE(1876), 2, sym_line_comment, sym_block_comment, - ACTIONS(3003), 53, + ACTIONS(3043), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -211177,6 +211118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, + anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -211206,17 +211148,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18334] = 5, + [18132] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3125), 1, + ACTIONS(3009), 1, anon_sym_LBRACK, - STATE(1879), 2, + STATE(1877), 2, sym_line_comment, sym_block_comment, - ACTIONS(3127), 54, + ACTIONS(3011), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -211271,22 +211213,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18404] = 6, + [18202] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2833), 1, - anon_sym_DOT, - ACTIONS(3149), 1, + ACTIONS(3005), 1, anon_sym_LBRACK, - STATE(1880), 2, + STATE(1878), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 53, + ACTIONS(3007), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -211337,29 +211278,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18476] = 5, + [18272] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3329), 1, + ACTIONS(3001), 1, anon_sym_LBRACK, - STATE(1881), 2, + STATE(1879), 2, sym_line_comment, sym_block_comment, - ACTIONS(3331), 54, + ACTIONS(3003), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym___global, + anon_sym_EQ, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -211371,10 +211310,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_struct, - anon_sym_pub, - anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -211395,24 +211330,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_AT_LBRACK, - [18546] = 5, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [18342] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3031), 1, + ACTIONS(2961), 1, anon_sym_LBRACK, - STATE(1882), 2, + STATE(1880), 2, sym_line_comment, sym_block_comment, - ACTIONS(3033), 54, + ACTIONS(2963), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -211467,17 +211408,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18616] = 5, + [18412] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 1, + ACTIONS(2957), 1, anon_sym_LBRACK, - STATE(1883), 2, + STATE(1881), 2, sym_line_comment, sym_block_comment, - ACTIONS(2763), 54, + ACTIONS(2959), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -211532,17 +211473,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18686] = 5, + [18482] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3201), 1, + ACTIONS(2949), 1, anon_sym_LBRACK, - STATE(1884), 2, + STATE(1882), 2, sym_line_comment, sym_block_comment, - ACTIONS(3203), 54, + ACTIONS(2951), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -211597,17 +211538,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18756] = 5, + [18552] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3225), 1, + ACTIONS(3013), 1, anon_sym_LBRACK, - STATE(1885), 2, + STATE(1883), 2, sym_line_comment, sym_block_comment, - ACTIONS(3227), 54, + ACTIONS(3015), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -211662,17 +211603,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18826] = 5, + [18622] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3241), 1, + ACTIONS(2953), 1, anon_sym_LBRACK, - STATE(1886), 2, + STATE(1884), 2, sym_line_comment, sym_block_comment, - ACTIONS(3243), 54, + ACTIONS(2955), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -211727,40 +211668,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18896] = 6, - ACTIONS(497), 1, + [18692] = 9, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2998), 1, + ACTIONS(4835), 1, + anon_sym_COMMA, + ACTIONS(4837), 1, + anon_sym_COLON_EQ, + STATE(3996), 1, + aux_sym_identifier_list_repeat1, + ACTIONS(2790), 2, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(1887), 2, + STATE(1885), 2, sym_line_comment, sym_block_comment, - ACTIONS(2993), 19, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(2785), 19, anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - ACTIONS(2995), 35, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -211769,12 +211695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211784,6 +211705,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(2783), 31, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -211793,23 +211725,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [18968] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2966), 1, - anon_sym_LBRACK, - STATE(1888), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2961), 19, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -211822,11 +211737,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - ACTIONS(2963), 35, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, + [18770] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4833), 1, + anon_sym_else, + STATE(1967), 1, + sym_else_branch, + STATE(1886), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2429), 18, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -211835,12 +211759,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211850,6 +211768,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(2427), 35, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -211859,17 +211791,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [19040] = 5, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [18844] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3245), 1, + ACTIONS(3053), 1, anon_sym_LBRACK, - STATE(1889), 2, + ACTIONS(4839), 1, + anon_sym_BANG, + STATE(1887), 2, sym_line_comment, sym_block_comment, - ACTIONS(3247), 54, + ACTIONS(3055), 53, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -211894,7 +211841,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -211924,17 +211870,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19110] = 5, + [18916] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3273), 1, + ACTIONS(3143), 1, anon_sym_LBRACK, - STATE(1890), 2, + STATE(1888), 2, sym_line_comment, sym_block_comment, - ACTIONS(3275), 54, + ACTIONS(3145), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -211989,25 +211935,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19180] = 5, - ACTIONS(497), 1, + [18986] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3293), 1, - anon_sym_LBRACK, - STATE(1891), 2, + STATE(1889), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(2653), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212017,12 +211953,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212032,11 +211962,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(2651), 37, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -212054,27 +212000,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19250] = 5, + [19056] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3301), 1, + ACTIONS(3239), 1, anon_sym_LBRACK, - STATE(1892), 2, + STATE(1890), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 54, + ACTIONS(3241), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_EQ, + anon_sym___global, anon_sym_PIPE, + anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -212086,6 +212034,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_struct, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -212106,6 +212058,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, + sym_identifier, + anon_sym_shared, + anon_sym_map_LBRACK, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_AT_LBRACK, + [19126] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4841), 1, + anon_sym_else, + STATE(2019), 1, + sym_else_branch, + STATE(1891), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2305), 18, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(2303), 35, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -212118,18 +212132,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [19320] = 5, + [19200] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, + ACTIONS(3243), 1, anon_sym_LBRACK, - STATE(1893), 2, + STATE(1892), 2, sym_line_comment, sym_block_comment, - ACTIONS(3307), 54, + ACTIONS(3245), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -212184,52 +212197,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19390] = 7, + [19270] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4829), 1, - anon_sym_else, - STATE(2166), 1, - sym_else_branch, - STATE(1894), 2, + ACTIONS(1921), 1, + anon_sym_EQ, + ACTIONS(4707), 1, + anon_sym_as, + ACTIONS(4713), 1, + anon_sym_LPAREN, + ACTIONS(4723), 1, + anon_sym_LBRACK, + ACTIONS(4725), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4727), 1, + anon_sym_DASH_DASH, + ACTIONS(4729), 1, + anon_sym_QMARK, + ACTIONS(4731), 1, + anon_sym_BANG, + ACTIONS(4733), 1, + anon_sym_LBRACK2, + ACTIONS(4735), 1, + anon_sym_AMP_AMP, + ACTIONS(4737), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4739), 1, + anon_sym_or, + ACTIONS(4741), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4747), 1, + anon_sym_in, + ACTIONS(4749), 1, + anon_sym_BANGin, + ACTIONS(4843), 1, + anon_sym_is, + ACTIONS(4845), 1, + anon_sym_BANGis, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4719), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1893), 2, sym_line_comment, sym_block_comment, - ACTIONS(2493), 18, - anon_sym_EQ, + ACTIONS(4715), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4721), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4717), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2491), 35, + ACTIONS(1919), 15, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [19388] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3430), 1, + anon_sym_LBRACK, + STATE(1894), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3432), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -212251,17 +212350,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [19464] = 5, + anon_sym_COLON_EQ, + [19458] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3317), 1, + ACTIONS(3251), 1, anon_sym_LBRACK, STATE(1895), 2, sym_line_comment, sym_block_comment, - ACTIONS(3319), 54, + ACTIONS(3253), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -212316,17 +212416,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19534] = 5, + [19528] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3321), 1, + ACTIONS(3275), 1, anon_sym_LBRACK, STATE(1896), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 54, + ACTIONS(3277), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -212381,17 +212481,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19604] = 5, + [19598] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3265), 1, + ACTIONS(3295), 1, anon_sym_LBRACK, STATE(1897), 2, sym_line_comment, sym_block_comment, - ACTIONS(3267), 54, + ACTIONS(3297), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -212446,17 +212546,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19674] = 5, + [19668] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3365), 1, + ACTIONS(3299), 1, anon_sym_LBRACK, STATE(1898), 2, sym_line_comment, sym_block_comment, - ACTIONS(3367), 54, + ACTIONS(3301), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -212511,82 +212611,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19744] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1899), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2761), 18, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2759), 37, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [19814] = 5, + [19738] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3369), 1, + ACTIONS(3319), 1, anon_sym_LBRACK, - STATE(1900), 2, + STATE(1899), 2, sym_line_comment, sym_block_comment, - ACTIONS(3371), 54, + ACTIONS(3321), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -212641,58 +212676,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19884] = 5, - ACTIONS(497), 1, + [19808] = 29, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3373), 1, + ACTIONS(1921), 1, + anon_sym_EQ, + ACTIONS(4707), 1, + anon_sym_as, + ACTIONS(4713), 1, + anon_sym_LPAREN, + ACTIONS(4723), 1, anon_sym_LBRACK, - STATE(1901), 2, + ACTIONS(4725), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4727), 1, + anon_sym_DASH_DASH, + ACTIONS(4729), 1, + anon_sym_QMARK, + ACTIONS(4731), 1, + anon_sym_BANG, + ACTIONS(4733), 1, + anon_sym_LBRACK2, + ACTIONS(4739), 1, + anon_sym_or, + ACTIONS(4741), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4825), 1, + anon_sym_AMP_AMP, + ACTIONS(4827), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4829), 1, + anon_sym_in, + ACTIONS(4831), 1, + anon_sym_BANGin, + ACTIONS(4843), 1, + anon_sym_is, + ACTIONS(4845), 1, + anon_sym_BANGis, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4821), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1900), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(4817), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_CARET, + ACTIONS(4823), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4819), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(1919), 15, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -212706,17 +212765,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19954] = 5, + [19926] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2998), 1, + ACTIONS(3323), 1, anon_sym_LBRACK, - STATE(1902), 2, + STATE(1901), 2, sym_line_comment, sym_block_comment, - ACTIONS(2995), 54, + ACTIONS(3325), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -212771,17 +212830,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20024] = 5, + [19996] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2966), 1, + ACTIONS(3327), 1, anon_sym_LBRACK, - STATE(1903), 2, + STATE(1902), 2, sym_line_comment, sym_block_comment, - ACTIONS(2963), 54, + ACTIONS(3329), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -212836,84 +212895,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20094] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4829), 1, - anon_sym_else, - STATE(2164), 1, - sym_else_branch, - STATE(1904), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2487), 18, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2485), 35, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [20168] = 5, + [20066] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3377), 1, + ACTIONS(3331), 1, anon_sym_LBRACK, - STATE(1905), 2, + STATE(1903), 2, sym_line_comment, sym_block_comment, - ACTIONS(3379), 54, + ACTIONS(3333), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -212968,17 +212960,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20238] = 5, + [20136] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3437), 1, + ACTIONS(3351), 1, anon_sym_LBRACK, - STATE(1906), 2, + STATE(1904), 2, sym_line_comment, sym_block_comment, - ACTIONS(3439), 54, + ACTIONS(3353), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -213033,17 +213025,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20308] = 5, + [20206] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3433), 1, + ACTIONS(3371), 1, anon_sym_LBRACK, - STATE(1907), 2, + STATE(1905), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 54, + ACTIONS(3373), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -213098,25 +213090,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20378] = 5, - ACTIONS(497), 1, + [20276] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3413), 1, - anon_sym_LBRACK, - STATE(1908), 2, + ACTIONS(4841), 1, + anon_sym_else, + STATE(2021), 1, + sym_else_branch, + STATE(1906), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(2429), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213126,12 +213112,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213141,6 +213121,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(2427), 35, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -213162,18 +213157,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [20448] = 5, + [20350] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3325), 1, + ACTIONS(3379), 1, anon_sym_LBRACK, - STATE(1909), 2, + STATE(1907), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 54, + ACTIONS(3381), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -213228,17 +213222,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20518] = 5, + [20420] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3209), 1, + ACTIONS(3414), 1, anon_sym_LBRACK, - STATE(1910), 2, + STATE(1908), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 54, + ACTIONS(3416), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -213293,17 +213287,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20588] = 5, + [20490] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3027), 1, + ACTIONS(3418), 1, anon_sym_LBRACK, - STATE(1911), 2, + STATE(1909), 2, sym_line_comment, sym_block_comment, - ACTIONS(3029), 54, + ACTIONS(3420), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -213358,17 +213352,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20658] = 5, + [20560] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3253), 1, + ACTIONS(3422), 1, anon_sym_LBRACK, - STATE(1912), 2, + STATE(1910), 2, sym_line_comment, sym_block_comment, - ACTIONS(3255), 54, + ACTIONS(3424), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -213423,17 +213417,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20728] = 5, + [20630] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2937), 1, + ACTIONS(3446), 1, anon_sym_LBRACK, - STATE(1913), 2, + STATE(1911), 2, sym_line_comment, sym_block_comment, - ACTIONS(2939), 54, + ACTIONS(3448), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -213488,17 +213482,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20798] = 5, + [20700] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3137), 1, + ACTIONS(3395), 1, anon_sym_LBRACK, - STATE(1914), 2, + STATE(1912), 2, sym_line_comment, sym_block_comment, - ACTIONS(3139), 54, + ACTIONS(3397), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -213553,17 +213547,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20868] = 5, + [20770] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3019), 1, + ACTIONS(3375), 1, anon_sym_LBRACK, - STATE(1915), 2, + STATE(1913), 2, sym_line_comment, sym_block_comment, - ACTIONS(3021), 54, + ACTIONS(3377), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -213618,25 +213612,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20938] = 5, - ACTIONS(497), 1, + [20840] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2955), 1, - anon_sym_LBRACK, - STATE(1916), 2, + STATE(1914), 2, sym_line_comment, sym_block_comment, - ACTIONS(2957), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(2819), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213646,12 +213630,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213661,11 +213639,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(2817), 37, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -213682,18 +213677,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [21008] = 5, + [20910] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2885), 1, + ACTIONS(3367), 1, anon_sym_LBRACK, - STATE(1917), 2, + STATE(1915), 2, sym_line_comment, sym_block_comment, - ACTIONS(2887), 54, + ACTIONS(3369), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -213748,17 +213742,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21078] = 5, + [20980] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3221), 1, + ACTIONS(3271), 1, anon_sym_LBRACK, - STATE(1918), 2, + STATE(1916), 2, sym_line_comment, sym_block_comment, - ACTIONS(3223), 54, + ACTIONS(3273), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -213813,17 +213807,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21148] = 5, + [21050] = 29, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1833), 1, + anon_sym_EQ, + ACTIONS(4707), 1, + anon_sym_as, + ACTIONS(4713), 1, + anon_sym_LPAREN, + ACTIONS(4723), 1, + anon_sym_LBRACK, + ACTIONS(4725), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4727), 1, + anon_sym_DASH_DASH, + ACTIONS(4729), 1, + anon_sym_QMARK, + ACTIONS(4731), 1, + anon_sym_BANG, + ACTIONS(4733), 1, + anon_sym_LBRACK2, + ACTIONS(4739), 1, + anon_sym_or, + ACTIONS(4741), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4743), 1, + anon_sym_is, + ACTIONS(4745), 1, + anon_sym_BANGis, + ACTIONS(4825), 1, + anon_sym_AMP_AMP, + ACTIONS(4827), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4829), 1, + anon_sym_in, + ACTIONS(4831), 1, + anon_sym_BANGin, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4821), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1917), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4817), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4823), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4819), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1831), 15, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [21168] = 29, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1841), 1, + anon_sym_EQ, + ACTIONS(4707), 1, + anon_sym_as, + ACTIONS(4713), 1, + anon_sym_LPAREN, + ACTIONS(4723), 1, + anon_sym_LBRACK, + ACTIONS(4725), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4727), 1, + anon_sym_DASH_DASH, + ACTIONS(4729), 1, + anon_sym_QMARK, + ACTIONS(4731), 1, + anon_sym_BANG, + ACTIONS(4733), 1, + anon_sym_LBRACK2, + ACTIONS(4739), 1, + anon_sym_or, + ACTIONS(4741), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4743), 1, + anon_sym_is, + ACTIONS(4745), 1, + anon_sym_BANGis, + ACTIONS(4825), 1, + anon_sym_AMP_AMP, + ACTIONS(4827), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4829), 1, + anon_sym_in, + ACTIONS(4831), 1, + anon_sym_BANGin, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4821), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1918), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4817), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4823), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4819), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1839), 15, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [21286] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3149), 1, + ACTIONS(3203), 1, anon_sym_LBRACK, STATE(1919), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 54, + ACTIONS(3205), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -213878,17 +214050,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21218] = 5, + [21356] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3229), 1, + ACTIONS(3410), 1, anon_sym_LBRACK, STATE(1920), 2, sym_line_comment, sym_block_comment, - ACTIONS(3231), 54, + ACTIONS(3412), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -213943,17 +214115,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21288] = 5, + [21426] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, + ACTIONS(3031), 1, anon_sym_LBRACK, STATE(1921), 2, sym_line_comment, sym_block_comment, - ACTIONS(3271), 54, + ACTIONS(3033), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214008,17 +214180,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21358] = 5, + [21496] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3285), 1, + ACTIONS(3406), 1, anon_sym_LBRACK, STATE(1922), 2, sym_line_comment, sym_block_comment, - ACTIONS(3287), 54, + ACTIONS(3408), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214073,24 +214245,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21428] = 9, - ACTIONS(3), 1, + [21566] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4831), 1, - anon_sym_COMMA, - ACTIONS(4833), 1, - anon_sym_COLON_EQ, - STATE(3996), 1, - aux_sym_identifier_list_repeat1, - ACTIONS(2836), 2, - anon_sym_LBRACE, + ACTIONS(3063), 1, anon_sym_LBRACK, STATE(1923), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 19, + ACTIONS(3065), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214100,7 +214273,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214110,17 +214288,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2829), 31, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -214142,17 +214309,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [21506] = 5, + anon_sym_COLON_EQ, + [21636] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, + ACTIONS(3071), 1, anon_sym_LBRACK, STATE(1924), 2, sym_line_comment, sym_block_comment, - ACTIONS(3291), 54, + ACTIONS(3073), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214207,17 +214375,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21576] = 5, + [21706] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3297), 1, + ACTIONS(3081), 1, anon_sym_LBRACK, STATE(1925), 2, sym_line_comment, sym_block_comment, - ACTIONS(3299), 54, + ACTIONS(3083), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214272,17 +214440,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21646] = 5, + [21776] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2829), 1, + ACTIONS(3099), 1, anon_sym_LBRACK, STATE(1926), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 54, + ACTIONS(3101), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214337,17 +214505,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21716] = 5, + [21846] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3309), 1, + ACTIONS(3402), 1, anon_sym_LBRACK, STATE(1927), 2, sym_line_comment, sym_block_comment, - ACTIONS(3311), 54, + ACTIONS(3404), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214402,17 +214570,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21786] = 5, + [21916] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3313), 1, + ACTIONS(2783), 1, anon_sym_LBRACK, STATE(1928), 2, sym_line_comment, sym_block_comment, - ACTIONS(3315), 54, + ACTIONS(2785), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214467,17 +214635,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21856] = 5, + [21986] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 1, + ACTIONS(3147), 1, anon_sym_LBRACK, STATE(1929), 2, sym_line_comment, sym_block_comment, - ACTIONS(3335), 54, + ACTIONS(3149), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214532,17 +214700,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21926] = 5, + [22056] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3153), 1, + ACTIONS(3235), 1, anon_sym_LBRACK, STATE(1930), 2, sym_line_comment, sym_block_comment, - ACTIONS(3155), 54, + ACTIONS(3237), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214597,17 +214765,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21996] = 5, + [22126] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3381), 1, + ACTIONS(3183), 1, anon_sym_LBRACK, STATE(1931), 2, sym_line_comment, sym_block_comment, - ACTIONS(3383), 54, + ACTIONS(3185), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214662,17 +214830,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22066] = 5, + [22196] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3385), 1, + ACTIONS(3199), 1, anon_sym_LBRACK, STATE(1932), 2, sym_line_comment, sym_block_comment, - ACTIONS(3387), 54, + ACTIONS(3201), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214727,21 +214895,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22136] = 5, + [22266] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3389), 1, + ACTIONS(3375), 1, anon_sym_LBRACK, + ACTIONS(3399), 1, + anon_sym_DOT, STATE(1933), 2, sym_line_comment, sym_block_comment, - ACTIONS(3391), 54, + ACTIONS(3377), 53, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -214792,17 +214961,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22206] = 5, + [22338] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3401), 1, + ACTIONS(3207), 1, anon_sym_LBRACK, STATE(1934), 2, sym_line_comment, sym_block_comment, - ACTIONS(3403), 54, + ACTIONS(3209), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214857,17 +215026,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22276] = 5, + [22408] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3417), 1, + ACTIONS(3211), 1, anon_sym_LBRACK, STATE(1935), 2, sym_line_comment, sym_block_comment, - ACTIONS(3419), 54, + ACTIONS(3213), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214922,17 +215091,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22346] = 5, + [22478] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3421), 1, + ACTIONS(3215), 1, anon_sym_LBRACK, STATE(1936), 2, sym_line_comment, sym_block_comment, - ACTIONS(3423), 54, + ACTIONS(3217), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -214987,17 +215156,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22416] = 5, + [22548] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2791), 1, + ACTIONS(3223), 1, anon_sym_LBRACK, STATE(1937), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 54, + ACTIONS(3225), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -215052,17 +215221,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22486] = 5, + [22618] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3425), 1, + ACTIONS(3227), 1, anon_sym_LBRACK, STATE(1938), 2, sym_line_comment, sym_block_comment, - ACTIONS(3427), 54, + ACTIONS(3229), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -215117,22 +215286,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22556] = 6, + [22688] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3433), 1, + ACTIONS(3247), 1, anon_sym_LBRACK, - ACTIONS(3441), 1, - anon_sym_DOT, STATE(1939), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 53, + ACTIONS(3249), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -215183,82 +215351,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22628] = 29, - ACTIONS(3), 1, + [22758] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(1943), 1, - anon_sym_EQ, - ACTIONS(4707), 1, - anon_sym_as, - ACTIONS(4713), 1, - anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(3151), 1, anon_sym_LBRACK, - ACTIONS(4725), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4727), 1, - anon_sym_DASH_DASH, - ACTIONS(4729), 1, - anon_sym_QMARK, - ACTIONS(4731), 1, - anon_sym_BANG, - ACTIONS(4733), 1, - anon_sym_LBRACK2, - ACTIONS(4735), 1, - anon_sym_AMP_AMP, - ACTIONS(4737), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4739), 1, - anon_sym_or, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4747), 1, - anon_sym_in, - ACTIONS(4749), 1, - anon_sym_BANGin, - ACTIONS(4835), 1, - anon_sym_is, - ACTIONS(4837), 1, - anon_sym_BANGis, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, - sym_argument_list, - STATE(4143), 1, - sym_type_parameters, - ACTIONS(4705), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4719), 2, - anon_sym_LT, - anon_sym_GT, STATE(1940), 2, sym_line_comment, sym_block_comment, - ACTIONS(4715), 4, + ACTIONS(3153), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4721), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4717), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1941), 15, - anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -215272,82 +215416,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22746] = 29, - ACTIONS(3), 1, + [22828] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2071), 1, - anon_sym_EQ, - ACTIONS(4707), 1, - anon_sym_as, - ACTIONS(4713), 1, - anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(3391), 1, anon_sym_LBRACK, - ACTIONS(4725), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4727), 1, - anon_sym_DASH_DASH, - ACTIONS(4729), 1, - anon_sym_QMARK, - ACTIONS(4731), 1, - anon_sym_BANG, - ACTIONS(4733), 1, - anon_sym_LBRACK2, - ACTIONS(4739), 1, - anon_sym_or, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4743), 1, - anon_sym_is, - ACTIONS(4745), 1, - anon_sym_BANGis, - ACTIONS(4771), 1, - anon_sym_AMP_AMP, - ACTIONS(4773), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4775), 1, - anon_sym_in, - ACTIONS(4777), 1, - anon_sym_BANGin, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, - sym_argument_list, - STATE(4143), 1, - sym_type_parameters, - ACTIONS(4705), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4767), 2, - anon_sym_LT, - anon_sym_GT, STATE(1941), 2, sym_line_comment, sym_block_comment, - ACTIONS(4763), 4, + ACTIONS(3393), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4769), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4765), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2069), 15, - anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -215361,82 +215481,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22864] = 29, - ACTIONS(3), 1, + [22898] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(1937), 1, - anon_sym_EQ, - ACTIONS(4707), 1, - anon_sym_as, - ACTIONS(4713), 1, - anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(3303), 1, anon_sym_LBRACK, - ACTIONS(4725), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4727), 1, - anon_sym_DASH_DASH, - ACTIONS(4729), 1, - anon_sym_QMARK, - ACTIONS(4731), 1, - anon_sym_BANG, - ACTIONS(4733), 1, - anon_sym_LBRACK2, - ACTIONS(4739), 1, - anon_sym_or, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4743), 1, - anon_sym_is, - ACTIONS(4745), 1, - anon_sym_BANGis, - ACTIONS(4771), 1, - anon_sym_AMP_AMP, - ACTIONS(4773), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4775), 1, - anon_sym_in, - ACTIONS(4777), 1, - anon_sym_BANGin, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, - sym_argument_list, - STATE(4143), 1, - sym_type_parameters, - ACTIONS(4705), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4767), 2, - anon_sym_LT, - anon_sym_GT, STATE(1942), 2, sym_line_comment, sym_block_comment, - ACTIONS(4763), 4, + ACTIONS(3305), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4769), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4765), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1935), 15, - anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -215450,15 +215546,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22982] = 5, - ACTIONS(3), 1, + [22968] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, + ACTIONS(3307), 1, + anon_sym_LBRACK, STATE(1943), 2, sym_line_comment, sym_block_comment, - ACTIONS(2821), 18, + ACTIONS(3309), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215468,6 +215574,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215477,28 +215589,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2819), 37, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -215515,15 +215610,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [23052] = 5, - ACTIONS(3), 1, + anon_sym_COLON_EQ, + [23038] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, + ACTIONS(3311), 1, + anon_sym_LBRACK, STATE(1944), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 18, + ACTIONS(3313), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215533,6 +215639,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215542,27 +215654,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2759), 37, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -215580,19 +215676,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [23122] = 7, - ACTIONS(3), 1, + [23108] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4839), 1, - anon_sym_else, - STATE(1968), 1, - sym_else_branch, + ACTIONS(3315), 1, + anon_sym_LBRACK, STATE(1945), 2, sym_line_comment, sym_block_comment, - ACTIONS(2493), 18, + ACTIONS(3317), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215602,6 +215704,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215611,20 +215719,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2491), 35, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -215647,19 +215741,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [23196] = 7, - ACTIONS(3), 1, + [23178] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4839), 1, - anon_sym_else, - STATE(1967), 1, - sym_else_branch, + ACTIONS(3438), 1, + anon_sym_LBRACK, STATE(1946), 2, sym_line_comment, sym_block_comment, - ACTIONS(2487), 18, + ACTIONS(3440), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215669,6 +215769,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215678,20 +215784,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2485), 35, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -215714,82 +215806,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [23270] = 29, - ACTIONS(3), 1, + [23248] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(1943), 1, - anon_sym_EQ, - ACTIONS(4707), 1, - anon_sym_as, - ACTIONS(4713), 1, - anon_sym_LPAREN, - ACTIONS(4723), 1, + ACTIONS(3339), 1, anon_sym_LBRACK, - ACTIONS(4725), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4727), 1, - anon_sym_DASH_DASH, - ACTIONS(4729), 1, - anon_sym_QMARK, - ACTIONS(4731), 1, - anon_sym_BANG, - ACTIONS(4733), 1, - anon_sym_LBRACK2, - ACTIONS(4739), 1, - anon_sym_or, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4771), 1, - anon_sym_AMP_AMP, - ACTIONS(4773), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4775), 1, - anon_sym_in, - ACTIONS(4777), 1, - anon_sym_BANGin, - ACTIONS(4835), 1, - anon_sym_is, - ACTIONS(4837), 1, - anon_sym_BANGis, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, - sym_argument_list, - STATE(4143), 1, - sym_type_parameters, - ACTIONS(4705), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4767), 2, - anon_sym_LT, - anon_sym_GT, STATE(1947), 2, sym_line_comment, sym_block_comment, - ACTIONS(4763), 4, + ACTIONS(3341), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4769), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4765), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1941), 15, - anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -215803,15 +215871,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [23388] = 5, - ACTIONS(3), 1, + [23318] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, + ACTIONS(3359), 1, + anon_sym_LBRACK, STATE(1948), 2, sym_line_comment, sym_block_comment, - ACTIONS(2821), 18, + ACTIONS(3361), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215821,6 +215899,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215830,27 +215914,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2819), 37, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -215868,17 +215936,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [23458] = 6, - ACTIONS(3), 1, + [23388] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4841), 1, - anon_sym_DOLLARelse, + ACTIONS(2871), 1, + anon_sym_LBRACK, STATE(1949), 2, sym_line_comment, sym_block_comment, - ACTIONS(2773), 18, + ACTIONS(2873), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215888,6 +215964,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215897,20 +215979,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2771), 35, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -215933,17 +216001,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [23529] = 6, + [23458] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2048), 1, + STATE(2138), 1, sym_type_parameters, STATE(1950), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 18, + ACTIONS(2873), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215962,7 +216030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2791), 35, + ACTIONS(2871), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -215998,17 +216066,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [23600] = 6, + [23529] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4843), 1, - anon_sym_DOLLARelse, + STATE(2082), 1, + sym_type_parameters, STATE(1951), 2, sym_line_comment, sym_block_comment, - ACTIONS(2871), 18, + ACTIONS(2873), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216027,7 +216095,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2869), 35, + ACTIONS(2871), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -216038,10 +216107,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -216063,7 +216130,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [23671] = 29, + anon_sym_COLON_EQ, + [23600] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -216094,40 +216162,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_is, ACTIONS(4745), 1, anon_sym_BANGis, - ACTIONS(4771), 1, + ACTIONS(4825), 1, anon_sym_AMP_AMP, - ACTIONS(4773), 1, + ACTIONS(4827), 1, anon_sym_PIPE_PIPE, - ACTIONS(4775), 1, + ACTIONS(4829), 1, anon_sym_in, - ACTIONS(4777), 1, + ACTIONS(4831), 1, anon_sym_BANGin, STATE(2001), 1, sym_or_block, - STATE(2071), 1, + STATE(2002), 1, sym_argument_list, - STATE(4143), 1, + STATE(4149), 1, sym_type_parameters, ACTIONS(4705), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4767), 2, + ACTIONS(4821), 2, anon_sym_LT, anon_sym_GT, STATE(1952), 2, sym_line_comment, sym_block_comment, - ACTIONS(4763), 4, + ACTIONS(4817), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4769), 4, + ACTIONS(4823), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4765), 8, + ACTIONS(4819), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -216136,7 +216204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3550), 14, + ACTIONS(3556), 14, anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -216151,127 +216219,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [23788] = 9, + [23717] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4847), 1, - anon_sym_COMMA, - ACTIONS(4849), 1, + ACTIONS(1921), 1, anon_sym_EQ, - STATE(3385), 1, - aux_sym_expression_without_blocks_list_repeat1, - STATE(1953), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4845), 13, - anon_sym_LBRACE, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - ACTIONS(3415), 17, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(3413), 21, - anon_sym_DOT, + ACTIONS(4707), 1, anon_sym_as, + ACTIONS(4713), 1, anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(4723), 1, anon_sym_LBRACK, - anon_sym_COLON, + ACTIONS(4725), 1, anon_sym_PLUS_PLUS, + ACTIONS(4727), 1, anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4729), 1, + anon_sym_QMARK, + ACTIONS(4731), 1, + anon_sym_BANG, + ACTIONS(4733), 1, + anon_sym_LBRACK2, + ACTIONS(4739), 1, anon_sym_or, - anon_sym_QMARK_DOT, + ACTIONS(4741), 1, anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, + ACTIONS(4825), 1, + anon_sym_AMP_AMP, + ACTIONS(4827), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4829), 1, anon_sym_in, + ACTIONS(4831), 1, anon_sym_BANGin, - [23865] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(4851), 1, - anon_sym_DOLLARelse, - STATE(1954), 2, + ACTIONS(4847), 1, + anon_sym_is, + ACTIONS(4849), 1, + anon_sym_BANGis, + STATE(2001), 1, + sym_or_block, + STATE(2002), 1, + sym_argument_list, + STATE(4149), 1, + sym_type_parameters, + ACTIONS(4705), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4821), 2, + anon_sym_LT, + anon_sym_GT, + STATE(1953), 2, sym_line_comment, sym_block_comment, - ACTIONS(2773), 18, - anon_sym_EQ, + ACTIONS(4817), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4823), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4819), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2771), 35, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, + ACTIONS(1919), 14, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -216284,76 +216306,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [23936] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - STATE(1955), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4855), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(4853), 49, - anon_sym_DOT, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_DOT_DOT_DOT, - anon_sym_struct, - anon_sym_mut, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_go, - anon_sym_spawn, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - sym_float_literal, - sym_rune_literal, - sym_pseudo_compile_time_identifier, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - [24005] = 29, + anon_sym_COLON_EQ, + [23834] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1943), 1, + ACTIONS(1921), 1, anon_sym_EQ, ACTIONS(4707), 1, anon_sym_as, @@ -216375,44 +216334,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, ACTIONS(4741), 1, anon_sym_POUND_LBRACK, - ACTIONS(4771), 1, + ACTIONS(4825), 1, anon_sym_AMP_AMP, - ACTIONS(4773), 1, + ACTIONS(4827), 1, anon_sym_PIPE_PIPE, - ACTIONS(4775), 1, + ACTIONS(4829), 1, anon_sym_in, - ACTIONS(4777), 1, + ACTIONS(4831), 1, anon_sym_BANGin, - ACTIONS(4857), 1, + ACTIONS(4851), 1, anon_sym_is, - ACTIONS(4859), 1, + ACTIONS(4853), 1, anon_sym_BANGis, STATE(2001), 1, sym_or_block, - STATE(2071), 1, + STATE(2002), 1, sym_argument_list, - STATE(4143), 1, + STATE(4149), 1, sym_type_parameters, ACTIONS(4705), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4767), 2, + ACTIONS(4821), 2, anon_sym_LT, anon_sym_GT, - STATE(1956), 2, + STATE(1954), 2, sym_line_comment, sym_block_comment, - ACTIONS(4763), 4, + ACTIONS(4817), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4769), 4, + ACTIONS(4823), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4765), 8, + ACTIONS(4819), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -216421,7 +216380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1941), 14, + ACTIONS(1919), 14, anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -216436,15 +216395,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [24122] = 4, + [23951] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(1957), 2, + STATE(1955), 2, sym_line_comment, sym_block_comment, - ACTIONS(3724), 54, + ACTIONS(3766), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -216499,17 +216458,17 @@ static const uint16_t ts_small_parse_table[] = { sym___c_single_quote, sym___r_double_quote, sym___r_single_quote, - [24189] = 6, + [24018] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2055), 1, - sym_type_parameters, - STATE(1958), 2, + ACTIONS(4855), 1, + anon_sym_DOLLARelse, + STATE(1956), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 18, + ACTIONS(2797), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216528,8 +216487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2791), 35, - anon_sym_SEMI, + ACTIONS(2795), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -216540,8 +216498,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -216563,82 +216523,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [24260] = 29, + [24089] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1943), 1, + ACTIONS(4857), 1, + anon_sym_DOLLARelse, + STATE(1957), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2647), 18, anon_sym_EQ, - ACTIONS(4707), 1, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(2645), 35, + anon_sym_DOT, anon_sym_as, - ACTIONS(4713), 1, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4723), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, - ACTIONS(4725), 1, + anon_sym_COLON, anon_sym_PLUS_PLUS, - ACTIONS(4727), 1, anon_sym_DASH_DASH, - ACTIONS(4729), 1, - anon_sym_QMARK, - ACTIONS(4731), 1, - anon_sym_BANG, - ACTIONS(4733), 1, - anon_sym_LBRACK2, - ACTIONS(4739), 1, - anon_sym_or, - ACTIONS(4741), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4771), 1, + anon_sym_LT_DASH, anon_sym_AMP_AMP, - ACTIONS(4773), 1, anon_sym_PIPE_PIPE, - ACTIONS(4775), 1, - anon_sym_in, - ACTIONS(4777), 1, - anon_sym_BANGin, - ACTIONS(4861), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(4863), 1, anon_sym_BANGis, - STATE(2001), 1, - sym_or_block, - STATE(2071), 1, - sym_argument_list, - STATE(4143), 1, - sym_type_parameters, - ACTIONS(4705), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4767), 2, - anon_sym_LT, - anon_sym_GT, - STATE(1959), 2, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [24160] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + STATE(1958), 2, sym_line_comment, sym_block_comment, - ACTIONS(4763), 4, - anon_sym_PIPE, + ACTIONS(4861), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + ACTIONS(4859), 49, + anon_sym_DOT, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4769), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4765), 8, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_struct, + anon_sym_mut, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_go, + anon_sym_spawn, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1941), 14, + anon_sym_LT_DASH, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + sym_float_literal, + sym_rune_literal, + sym_pseudo_compile_time_identifier, + sym_identifier, + anon_sym_shared, + anon_sym_map_LBRACK, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + [24229] = 9, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4865), 1, anon_sym_COMMA, + ACTIONS(4867), 1, + anon_sym_EQ, + STATE(3390), 1, + aux_sym_expression_without_blocks_list_repeat1, + STATE(1959), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4863), 13, + anon_sym_LBRACE, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -216651,13 +216680,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [24377] = 29, + ACTIONS(3369), 17, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(3367), 21, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [24306] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1943), 1, + ACTIONS(1921), 1, anon_sym_EQ, ACTIONS(4707), 1, anon_sym_as, @@ -216679,44 +216747,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, ACTIONS(4741), 1, anon_sym_POUND_LBRACK, - ACTIONS(4771), 1, + ACTIONS(4825), 1, anon_sym_AMP_AMP, - ACTIONS(4773), 1, + ACTIONS(4827), 1, anon_sym_PIPE_PIPE, - ACTIONS(4775), 1, + ACTIONS(4829), 1, anon_sym_in, - ACTIONS(4777), 1, + ACTIONS(4831), 1, anon_sym_BANGin, - ACTIONS(4865), 1, + ACTIONS(4869), 1, anon_sym_is, - ACTIONS(4867), 1, + ACTIONS(4871), 1, anon_sym_BANGis, STATE(2001), 1, sym_or_block, - STATE(2071), 1, + STATE(2002), 1, sym_argument_list, - STATE(4143), 1, + STATE(4149), 1, sym_type_parameters, ACTIONS(4705), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4767), 2, + ACTIONS(4821), 2, anon_sym_LT, anon_sym_GT, STATE(1960), 2, sym_line_comment, sym_block_comment, - ACTIONS(4763), 4, + ACTIONS(4817), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4769), 4, + ACTIONS(4823), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4765), 8, + ACTIONS(4819), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -216725,7 +216793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1941), 14, + ACTIONS(1919), 14, anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -216740,17 +216808,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [24494] = 6, + [24423] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4869), 1, + ACTIONS(4873), 1, anon_sym_DOLLARelse, STATE(1961), 2, sym_line_comment, sym_block_comment, - ACTIONS(2871), 18, + ACTIONS(2797), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216769,7 +216837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2869), 35, + ACTIONS(2795), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -216805,15 +216873,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [24565] = 5, + [24494] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(4875), 1, + anon_sym_DOLLARelse, STATE(1962), 2, sym_line_comment, sym_block_comment, - ACTIONS(3387), 18, + ACTIONS(2647), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216832,7 +216902,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3385), 35, + ACTIONS(2645), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -216843,10 +216914,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -216868,7 +216937,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [24633] = 5, + anon_sym_COLON_EQ, + [24565] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -216876,7 +216946,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1963), 2, sym_line_comment, sym_block_comment, - ACTIONS(3395), 18, + ACTIONS(3448), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216895,8 +216965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3393), 35, - anon_sym_SEMI, + ACTIONS(3446), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -216907,8 +216976,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -216930,8 +217001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [24701] = 5, + [24633] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -216939,7 +217009,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1964), 2, sym_line_comment, sym_block_comment, - ACTIONS(3291), 18, + ACTIONS(3047), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216958,8 +217028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3289), 35, - anon_sym_SEMI, + ACTIONS(3045), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -216970,8 +217039,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -216993,8 +217064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [24769] = 5, + [24701] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217002,7 +217072,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1965), 2, sym_line_comment, sym_block_comment, - ACTIONS(3207), 18, + ACTIONS(3289), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217021,7 +217091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3205), 35, + ACTIONS(3287), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217057,7 +217127,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [24837] = 5, + [24769] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217065,7 +217135,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1966), 2, sym_line_comment, sym_block_comment, - ACTIONS(3195), 18, + ACTIONS(3193), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217084,7 +217154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3193), 35, + ACTIONS(3191), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217120,7 +217190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [24905] = 5, + [24837] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217128,7 +217198,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1967), 2, sym_line_comment, sym_block_comment, - ACTIONS(3191), 18, + ACTIONS(3189), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217147,7 +217217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3189), 35, + ACTIONS(3187), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217183,7 +217253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [24973] = 5, + [24905] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217191,7 +217261,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1968), 2, sym_line_comment, sym_block_comment, - ACTIONS(3187), 18, + ACTIONS(3181), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217210,7 +217280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3185), 35, + ACTIONS(3179), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217246,7 +217316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25041] = 5, + [24973] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217254,7 +217324,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1969), 2, sym_line_comment, sym_block_comment, - ACTIONS(3183), 18, + ACTIONS(3177), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217273,7 +217343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3181), 35, + ACTIONS(3175), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217309,7 +217379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25109] = 5, + [25041] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217317,7 +217387,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1970), 2, sym_line_comment, sym_block_comment, - ACTIONS(3179), 18, + ACTIONS(3141), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217336,7 +217406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3177), 35, + ACTIONS(3139), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217372,7 +217442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25177] = 5, + [25109] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217380,7 +217450,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1971), 2, sym_line_comment, sym_block_comment, - ACTIONS(3147), 18, + ACTIONS(3137), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217399,7 +217469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3145), 35, + ACTIONS(3135), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217435,7 +217505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25245] = 5, + [25177] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217443,7 +217513,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1972), 2, sym_line_comment, sym_block_comment, - ACTIONS(3143), 18, + ACTIONS(3115), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217462,7 +217532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3141), 35, + ACTIONS(3113), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217498,7 +217568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25313] = 5, + [25245] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217506,7 +217576,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1973), 2, sym_line_comment, sym_block_comment, - ACTIONS(3363), 18, + ACTIONS(3221), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217525,7 +217595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3361), 35, + ACTIONS(3219), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217561,7 +217631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25381] = 5, + [25313] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217569,7 +217639,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1974), 2, sym_line_comment, sym_block_comment, - ACTIONS(3135), 18, + ACTIONS(3111), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217588,7 +217658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3133), 35, + ACTIONS(3109), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217624,7 +217694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25449] = 5, + [25381] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217632,7 +217702,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1975), 2, sym_line_comment, sym_block_comment, - ACTIONS(3131), 18, + ACTIONS(3069), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217651,7 +217721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3129), 35, + ACTIONS(3067), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217687,7 +217757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25517] = 5, + [25449] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217695,7 +217765,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1976), 2, sym_line_comment, sym_block_comment, - ACTIONS(3037), 18, + ACTIONS(3061), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217714,7 +217784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3035), 35, + ACTIONS(3059), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217750,7 +217820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25585] = 5, + [25517] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217758,7 +217828,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1977), 2, sym_line_comment, sym_block_comment, - ACTIONS(3025), 18, + ACTIONS(3051), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217777,7 +217847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3023), 35, + ACTIONS(3049), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217813,7 +217883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25653] = 5, + [25585] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217821,7 +217891,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1978), 2, sym_line_comment, sym_block_comment, - ACTIONS(3017), 18, + ACTIONS(3047), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217840,7 +217910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3015), 35, + ACTIONS(3045), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217876,7 +217946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25721] = 5, + [25653] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217884,7 +217954,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1979), 2, sym_line_comment, sym_block_comment, - ACTIONS(3013), 18, + ACTIONS(3043), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217903,7 +217973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3011), 35, + ACTIONS(3041), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217939,7 +218009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25789] = 5, + [25721] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -217947,7 +218017,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1980), 2, sym_line_comment, sym_block_comment, - ACTIONS(3009), 18, + ACTIONS(3011), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217966,7 +218036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3007), 35, + ACTIONS(3009), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218002,7 +218072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25857] = 5, + [25789] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218010,7 +218080,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1981), 2, sym_line_comment, sym_block_comment, - ACTIONS(2943), 18, + ACTIONS(3007), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218029,7 +218099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2941), 35, + ACTIONS(3005), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218065,7 +218135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25925] = 5, + [25857] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218073,7 +218143,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1982), 2, sym_line_comment, sym_block_comment, - ACTIONS(2917), 18, + ACTIONS(3003), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218092,7 +218162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2915), 35, + ACTIONS(3001), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218128,7 +218198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25993] = 5, + [25925] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218136,7 +218206,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1983), 2, sym_line_comment, sym_block_comment, - ACTIONS(2913), 18, + ACTIONS(2963), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218155,7 +218225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2911), 35, + ACTIONS(2961), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218191,7 +218261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [26061] = 5, + [25993] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218199,7 +218269,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1984), 2, sym_line_comment, sym_block_comment, - ACTIONS(2895), 18, + ACTIONS(2959), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218218,7 +218288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2893), 35, + ACTIONS(2957), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218254,7 +218324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [26129] = 5, + [26061] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218262,7 +218332,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1985), 2, sym_line_comment, sym_block_comment, - ACTIONS(3431), 18, + ACTIONS(3033), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218281,7 +218351,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3429), 35, + ACTIONS(3031), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -218292,10 +218363,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -218317,7 +218386,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [26197] = 5, + anon_sym_COLON_EQ, + [26129] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218325,7 +218395,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1986), 2, sym_line_comment, sym_block_comment, - ACTIONS(2891), 18, + ACTIONS(2951), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218344,7 +218414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2889), 35, + ACTIONS(2949), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218380,7 +218450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [26265] = 5, + [26197] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218388,7 +218458,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1987), 2, sym_line_comment, sym_block_comment, - ACTIONS(2883), 18, + ACTIONS(3015), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218407,7 +218477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2881), 35, + ACTIONS(3013), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218443,7 +218513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [26333] = 5, + [26265] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218451,7 +218521,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1988), 2, sym_line_comment, sym_block_comment, - ACTIONS(2947), 18, + ACTIONS(2955), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218470,7 +218540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2945), 35, + ACTIONS(2953), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218506,7 +218576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [26401] = 5, + [26333] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218514,7 +218584,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1989), 2, sym_line_comment, sym_block_comment, - ACTIONS(2951), 18, + ACTIONS(3293), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218533,8 +218603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2949), 35, - anon_sym_SEMI, + ACTIONS(3291), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -218545,8 +218614,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -218568,71 +218639,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [26469] = 5, - ACTIONS(497), 1, + [26401] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, STATE(1990), 2, sym_line_comment, sym_block_comment, - ACTIONS(4873), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(4871), 48, - anon_sym_DOT, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_fn, + ACTIONS(3233), 18, + anon_sym_EQ, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, - anon_sym_struct, - anon_sym_mut, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_QMARK, anon_sym_BANG, - anon_sym_go, - anon_sym_spawn, - anon_sym_json_DOTdecode, anon_sym_LBRACK2, - anon_sym_TILDE, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - sym_float_literal, - sym_rune_literal, - sym_pseudo_compile_time_identifier, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - [26537] = 5, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(3231), 35, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [26469] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218640,7 +218710,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1991), 2, sym_line_comment, sym_block_comment, - ACTIONS(3399), 18, + ACTIONS(3237), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218659,7 +218729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3397), 35, + ACTIONS(3235), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218695,7 +218765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [26605] = 5, + [26537] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218703,7 +218773,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1992), 2, sym_line_comment, sym_block_comment, - ACTIONS(3407), 18, + ACTIONS(3261), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218722,7 +218792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3405), 35, + ACTIONS(3259), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218758,15 +218828,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [26673] = 5, + [26605] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(4877), 1, + anon_sym_BANG, STATE(1993), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 18, + ACTIONS(3055), 17, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218777,7 +218849,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -218785,7 +218856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2969), 35, + ACTIONS(3053), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218821,17 +218892,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [26741] = 6, + [26675] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4875), 1, - anon_sym_BANG, STATE(1994), 2, sym_line_comment, sym_block_comment, - ACTIONS(3003), 17, + ACTIONS(3039), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218842,6 +218911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_QMARK, + anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -218849,7 +218919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3001), 35, + ACTIONS(3037), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218885,7 +218955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [26811] = 5, + [26743] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218893,7 +218963,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1995), 2, sym_line_comment, sym_block_comment, - ACTIONS(3411), 18, + ACTIONS(3145), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218912,7 +218982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3409), 35, + ACTIONS(3143), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218948,7 +219018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [26879] = 5, + [26811] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -218956,7 +219026,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1996), 2, sym_line_comment, sym_block_comment, - ACTIONS(3127), 18, + ACTIONS(3265), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218975,7 +219045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3125), 35, + ACTIONS(3263), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -219011,7 +219081,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [26947] = 5, + [26879] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219019,7 +219089,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1997), 2, sym_line_comment, sym_block_comment, - ACTIONS(2939), 18, + ACTIONS(3289), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219038,7 +219108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2937), 35, + ACTIONS(3287), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219074,7 +219144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [27015] = 5, + [26947] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219082,7 +219152,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1998), 2, sym_line_comment, sym_block_comment, - ACTIONS(3033), 18, + ACTIONS(3245), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219101,7 +219171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3031), 35, + ACTIONS(3243), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -219137,7 +219207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27083] = 5, + [27015] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219145,7 +219215,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1999), 2, sym_line_comment, sym_block_comment, - ACTIONS(3203), 18, + ACTIONS(3253), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219164,7 +219234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3201), 35, + ACTIONS(3251), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -219200,7 +219270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27151] = 5, + [27083] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219208,7 +219278,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2000), 2, sym_line_comment, sym_block_comment, - ACTIONS(3227), 18, + ACTIONS(3277), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219227,7 +219297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3225), 35, + ACTIONS(3275), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -219263,7 +219333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27219] = 5, + [27151] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219271,7 +219341,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2001), 2, sym_line_comment, sym_block_comment, - ACTIONS(3243), 18, + ACTIONS(3297), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219290,7 +219360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3241), 35, + ACTIONS(3295), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -219326,7 +219396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27287] = 5, + [27219] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219334,7 +219404,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2002), 2, sym_line_comment, sym_block_comment, - ACTIONS(3139), 18, + ACTIONS(3301), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219353,7 +219423,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3137), 35, + ACTIONS(3299), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219364,10 +219435,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -219389,7 +219458,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [27355] = 5, + anon_sym_COLON_EQ, + [27287] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219397,7 +219467,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2003), 2, sym_line_comment, sym_block_comment, - ACTIONS(3275), 18, + ACTIONS(3321), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219416,7 +219486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3273), 35, + ACTIONS(3319), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -219452,7 +219522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27423] = 5, + [27355] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219460,7 +219530,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2004), 2, sym_line_comment, sym_block_comment, - ACTIONS(3219), 18, + ACTIONS(3408), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219479,7 +219549,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3217), 35, + ACTIONS(3406), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219490,10 +219561,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -219515,7 +219584,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [27491] = 5, + anon_sym_COLON_EQ, + [27423] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219523,7 +219593,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2005), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 18, + ACTIONS(3065), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219542,7 +219612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3293), 35, + ACTIONS(3063), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -219578,7 +219648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27559] = 5, + [27491] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219586,7 +219656,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2006), 2, sym_line_comment, sym_block_comment, - ACTIONS(3021), 18, + ACTIONS(3329), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219605,7 +219675,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3019), 35, + ACTIONS(3327), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219616,10 +219687,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -219641,15 +219710,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [27627] = 5, + anon_sym_COLON_EQ, + [27559] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(2790), 2, + anon_sym_LBRACE, + anon_sym_LBRACK, + ACTIONS(4879), 2, + anon_sym_COMMA, + anon_sym_in, STATE(2007), 2, sym_line_comment, sym_block_comment, - ACTIONS(2957), 18, + ACTIONS(2785), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219668,21 +219744,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2955), 35, + ACTIONS(2783), 31, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -219690,7 +219762,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -219704,7 +219775,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [27695] = 5, + anon_sym_COLON_EQ, + [27631] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219712,7 +219784,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2008), 2, sym_line_comment, sym_block_comment, - ACTIONS(2887), 18, + ACTIONS(3233), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219731,7 +219803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2885), 35, + ACTIONS(3231), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219767,7 +219839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [27763] = 5, + [27699] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219775,7 +219847,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2009), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 18, + ACTIONS(3221), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219794,8 +219866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3301), 35, - anon_sym_SEMI, + ACTIONS(3219), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219806,8 +219877,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -219829,8 +219902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [27831] = 5, + [27767] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219838,7 +219910,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2010), 2, sym_line_comment, sym_block_comment, - ACTIONS(3307), 18, + ACTIONS(3333), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219857,7 +219929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3305), 35, + ACTIONS(3331), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -219893,7 +219965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27899] = 5, + [27835] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219901,7 +219973,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2011), 2, sym_line_comment, sym_block_comment, - ACTIONS(3319), 18, + ACTIONS(3353), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219920,7 +219992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3317), 35, + ACTIONS(3351), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -219956,7 +220028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27967] = 5, + [27903] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -219964,7 +220036,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2012), 2, sym_line_comment, sym_block_comment, - ACTIONS(3223), 18, + ACTIONS(3373), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219983,7 +220055,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3221), 35, + ACTIONS(3371), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219994,10 +220067,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220019,7 +220090,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [28035] = 5, + anon_sym_COLON_EQ, + [27971] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220027,7 +220099,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2013), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 18, + ACTIONS(3197), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220046,7 +220118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3149), 35, + ACTIONS(3195), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220082,7 +220154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [28103] = 5, + [28039] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220090,7 +220162,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2014), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 18, + ACTIONS(3269), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220109,7 +220181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3321), 35, + ACTIONS(3267), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -220145,7 +220217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [28171] = 5, + [28107] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220153,7 +220225,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2015), 2, sym_line_comment, sym_block_comment, - ACTIONS(3267), 18, + ACTIONS(3381), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220172,7 +220244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3265), 35, + ACTIONS(3379), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -220208,7 +220280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [28239] = 5, + [28175] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220216,7 +220288,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2016), 2, sym_line_comment, sym_block_comment, - ACTIONS(3403), 18, + ACTIONS(3416), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220235,7 +220307,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3401), 35, + ACTIONS(3414), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220246,10 +220319,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220271,7 +220342,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [28307] = 5, + anon_sym_COLON_EQ, + [28243] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220279,7 +220351,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2017), 2, sym_line_comment, sym_block_comment, - ACTIONS(3371), 18, + ACTIONS(3420), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220298,7 +220370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3369), 35, + ACTIONS(3418), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -220334,7 +220406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [28375] = 5, + [28311] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220342,7 +220414,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2018), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 18, + ACTIONS(3424), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220361,7 +220433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3373), 35, + ACTIONS(3422), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -220397,7 +220469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [28443] = 5, + [28379] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220405,7 +220477,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2019), 2, sym_line_comment, sym_block_comment, - ACTIONS(3315), 18, + ACTIONS(3193), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220424,8 +220496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3313), 35, - anon_sym_SEMI, + ACTIONS(3191), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220436,8 +220507,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220459,8 +220532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [28511] = 5, + [28447] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220468,7 +220540,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2020), 2, sym_line_comment, sym_block_comment, - ACTIONS(3379), 18, + ACTIONS(3448), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220487,7 +220559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3377), 35, + ACTIONS(3446), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -220523,7 +220595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [28579] = 5, + [28515] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220531,7 +220603,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2021), 2, sym_line_comment, sym_block_comment, - ACTIONS(3299), 18, + ACTIONS(3189), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220550,8 +220622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3297), 35, - anon_sym_SEMI, + ACTIONS(3187), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220562,8 +220633,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220585,8 +220658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [28647] = 5, + [28583] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220594,7 +220666,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2022), 2, sym_line_comment, sym_block_comment, - ACTIONS(3231), 18, + ACTIONS(3073), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220613,7 +220685,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3229), 35, + ACTIONS(3071), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220624,10 +220697,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220649,7 +220720,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [28715] = 5, + anon_sym_COLON_EQ, + [28651] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220657,7 +220729,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2023), 2, sym_line_comment, sym_block_comment, - ACTIONS(3271), 18, + ACTIONS(3083), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220676,7 +220748,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3269), 35, + ACTIONS(3081), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220687,10 +220760,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220712,7 +220783,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [28783] = 5, + anon_sym_COLON_EQ, + [28719] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220720,7 +220792,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2024), 2, sym_line_comment, sym_block_comment, - ACTIONS(3431), 18, + ACTIONS(3141), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220739,8 +220811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3429), 35, - anon_sym_SEMI, + ACTIONS(3139), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220751,8 +220822,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220774,8 +220847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [28851] = 5, + [28787] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220783,7 +220855,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2025), 2, sym_line_comment, sym_block_comment, - ACTIONS(3287), 18, + ACTIONS(3436), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220802,7 +220874,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3285), 35, + ACTIONS(3434), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220813,10 +220886,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220838,7 +220909,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [28919] = 5, + anon_sym_COLON_EQ, + [28855] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220846,7 +220918,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2026), 2, sym_line_comment, sym_block_comment, - ACTIONS(3439), 18, + ACTIONS(3137), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220865,8 +220937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3437), 35, - anon_sym_SEMI, + ACTIONS(3135), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220877,8 +220948,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220900,8 +220973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [28987] = 5, + [28923] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220909,7 +220981,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2027), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 18, + ACTIONS(3397), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220928,7 +221000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3433), 35, + ACTIONS(3395), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -220964,7 +221036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [29055] = 5, + [28991] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -220972,7 +221044,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2028), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 18, + ACTIONS(3377), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220991,7 +221063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3413), 35, + ACTIONS(3375), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -221027,7 +221099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [29123] = 5, + [29059] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -221035,7 +221107,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2029), 2, sym_line_comment, sym_block_comment, - ACTIONS(3291), 18, + ACTIONS(3369), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221054,7 +221126,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3289), 35, + ACTIONS(3367), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221065,10 +221138,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221090,7 +221161,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [29191] = 5, + anon_sym_COLON_EQ, + [29127] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -221098,7 +221170,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2030), 2, sym_line_comment, sym_block_comment, - ACTIONS(3299), 18, + ACTIONS(3101), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221117,7 +221189,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3297), 35, + ACTIONS(3099), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221128,10 +221201,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221153,7 +221224,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [29259] = 5, + anon_sym_COLON_EQ, + [29195] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -221161,7 +221233,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2031), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 18, + ACTIONS(3069), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221180,8 +221252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3325), 35, - anon_sym_SEMI, + ACTIONS(3067), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221192,8 +221263,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221215,8 +221288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [29327] = 5, + [29263] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -221224,7 +221296,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2032), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 18, + ACTIONS(3273), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221243,7 +221315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3209), 35, + ACTIONS(3271), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -221279,7 +221351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [29395] = 5, + [29331] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -221287,7 +221359,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2033), 2, sym_line_comment, sym_block_comment, - ACTIONS(3311), 18, + ACTIONS(3205), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221306,7 +221378,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3309), 35, + ACTIONS(3203), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221317,10 +221390,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221342,7 +221413,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [29463] = 5, + anon_sym_COLON_EQ, + [29399] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -221350,7 +221422,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2034), 2, sym_line_comment, sym_block_comment, - ACTIONS(3315), 18, + ACTIONS(3404), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221369,7 +221441,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3313), 35, + ACTIONS(3402), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221380,10 +221453,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221405,15 +221476,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [29531] = 5, + anon_sym_COLON_EQ, + [29467] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(2790), 1, + anon_sym_DOT, STATE(2035), 2, sym_line_comment, sym_block_comment, - ACTIONS(3427), 18, + ACTIONS(3149), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221432,9 +221506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3425), 35, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(3147), 34, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -221444,8 +221516,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221467,8 +221541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [29599] = 5, + [29537] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -221476,7 +221549,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2036), 2, sym_line_comment, sym_block_comment, - ACTIONS(3351), 18, + ACTIONS(3149), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221495,7 +221568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3349), 35, + ACTIONS(3147), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -221531,15 +221604,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [29667] = 5, + [29605] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(2790), 1, + anon_sym_DOT, STATE(2037), 2, sym_line_comment, sym_block_comment, - ACTIONS(3439), 18, + ACTIONS(3149), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221558,8 +221633,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3437), 35, - anon_sym_DOT, + ACTIONS(3147), 34, + anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -221569,10 +221644,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221594,15 +221667,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [29735] = 5, + anon_sym_COLON_EQ, + [29675] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(2790), 2, + anon_sym_LBRACE, + anon_sym_LBRACK, STATE(2038), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 18, + ACTIONS(2785), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221621,17 +221698,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3413), 35, + ACTIONS(2783), 33, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -221657,7 +221732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [29803] = 5, + [29745] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -221665,7 +221740,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2039), 2, sym_line_comment, sym_block_comment, - ACTIONS(3335), 18, + ACTIONS(2653), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221684,7 +221759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3333), 35, + ACTIONS(2651), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221720,18 +221795,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [29871] = 6, + [29813] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2959), 2, - anon_sym_SEMI, - anon_sym_LBRACE, STATE(2040), 2, sym_line_comment, sym_block_comment, - ACTIONS(2963), 18, + ACTIONS(3088), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221750,9 +221822,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2966), 33, + ACTIONS(3085), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, @@ -221784,18 +221858,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [29941] = 6, + [29881] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2991), 2, - anon_sym_SEMI, - anon_sym_LBRACE, STATE(2041), 2, sym_line_comment, sym_block_comment, - ACTIONS(2995), 18, + ACTIONS(3078), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221814,9 +221885,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2998), 33, + ACTIONS(3075), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, @@ -221848,15 +221921,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [30011] = 5, + [29949] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(3279), 2, + anon_sym_SEMI, + anon_sym_LBRACE, STATE(2042), 2, sym_line_comment, sym_block_comment, - ACTIONS(3255), 18, + ACTIONS(3078), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221875,10 +221951,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3253), 35, + ACTIONS(3075), 33, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, @@ -221886,10 +221961,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221911,15 +221984,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [30079] = 5, + anon_sym_COLON_EQ, + [30019] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(3283), 2, + anon_sym_SEMI, + anon_sym_LBRACE, STATE(2043), 2, sym_line_comment, sym_block_comment, - ACTIONS(3335), 18, + ACTIONS(3088), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221938,11 +222015,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3333), 35, - anon_sym_SEMI, + ACTIONS(3085), 33, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, @@ -221974,7 +222049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [30147] = 5, + [30089] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -221982,7 +222057,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2044), 2, sym_line_comment, sym_block_comment, - ACTIONS(3411), 18, + ACTIONS(3039), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222001,7 +222076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3409), 35, + ACTIONS(3037), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222037,16 +222112,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [30215] = 5, + [30157] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(3285), 1, + anon_sym_EQ, STATE(2045), 2, sym_line_comment, sym_block_comment, - ACTIONS(2763), 18, - anon_sym_EQ, + ACTIONS(3283), 16, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LT_DASH, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + ACTIONS(3088), 17, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -222064,12 +222157,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2765), 35, - anon_sym_SEMI, + ACTIONS(3085), 19, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -222087,20 +222177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [30283] = 5, + [30229] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -222108,7 +222185,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2046), 2, sym_line_comment, sym_block_comment, - ACTIONS(2763), 18, + ACTIONS(2701), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222127,7 +222204,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2765), 35, + ACTIONS(2703), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222138,10 +222216,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222163,16 +222239,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [30351] = 5, + anon_sym_COLON_EQ, + [30297] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(3281), 1, + anon_sym_EQ, STATE(2047), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 18, - anon_sym_EQ, + ACTIONS(3279), 16, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LT_DASH, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + ACTIONS(3078), 17, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -222190,12 +222285,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2829), 35, - anon_sym_SEMI, + ACTIONS(3075), 19, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -222213,20 +222305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [30419] = 5, + [30369] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -222234,7 +222313,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2048), 2, sym_line_comment, sym_block_comment, - ACTIONS(3155), 18, + ACTIONS(2785), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222253,7 +222332,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3153), 35, + ACTIONS(2783), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222264,10 +222344,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222289,7 +222367,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [30487] = 5, + anon_sym_COLON_EQ, + [30437] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -222297,7 +222376,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2049), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 18, + ACTIONS(2653), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222316,7 +222395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2759), 35, + ACTIONS(2651), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -222352,7 +222431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [30555] = 5, + [30505] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -222360,7 +222439,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2050), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 18, + ACTIONS(3015), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222379,8 +222458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3149), 35, - anon_sym_SEMI, + ACTIONS(3013), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222391,8 +222469,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222414,8 +222494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [30623] = 5, + [30573] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -222423,7 +222502,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2051), 2, sym_line_comment, sym_block_comment, - ACTIONS(3203), 18, + ACTIONS(2955), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222442,7 +222521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3201), 35, + ACTIONS(2953), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222478,7 +222557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [30691] = 5, + [30641] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -222486,7 +222565,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2052), 2, sym_line_comment, sym_block_comment, - ACTIONS(3029), 18, + ACTIONS(3440), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222505,7 +222584,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3027), 35, + ACTIONS(3438), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222516,10 +222596,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222541,7 +222619,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [30759] = 5, + anon_sym_COLON_EQ, + [30709] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -222549,7 +222628,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2053), 2, sym_line_comment, sym_block_comment, - ACTIONS(3227), 18, + ACTIONS(3293), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222568,7 +222647,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3225), 35, + ACTIONS(3291), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222579,10 +222659,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222604,17 +222682,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [30827] = 6, + anon_sym_COLON_EQ, + [30777] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, STATE(2054), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 18, + ACTIONS(3412), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222633,8 +222710,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3433), 34, - anon_sym_SEMI, + ACTIONS(3410), 35, + anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -222644,8 +222721,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222667,16 +222746,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [30897] = 5, + [30845] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(4881), 1, + anon_sym_DOT, STATE(2055), 2, sym_line_comment, sym_block_comment, - ACTIONS(3155), 18, + ACTIONS(3377), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222695,9 +222775,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3153), 35, + ACTIONS(3375), 34, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -222731,7 +222810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [30965] = 5, + [30915] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -222739,7 +222818,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2056), 2, sym_line_comment, sym_block_comment, - ACTIONS(3223), 18, + ACTIONS(3337), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222758,7 +222837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3221), 35, + ACTIONS(3335), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -222794,7 +222873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [31033] = 5, + [30983] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -222802,7 +222881,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2057), 2, sym_line_comment, sym_block_comment, - ACTIONS(3395), 18, + ACTIONS(3033), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222821,7 +222900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3393), 35, + ACTIONS(3031), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222857,7 +222936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [31101] = 5, + [31051] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -222865,7 +222944,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2058), 2, sym_line_comment, sym_block_comment, - ACTIONS(3383), 18, + ACTIONS(3185), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222884,7 +222963,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3381), 35, + ACTIONS(3183), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222895,10 +222975,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222920,7 +222998,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [31169] = 5, + anon_sym_COLON_EQ, + [31119] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -222928,7 +223007,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2059), 2, sym_line_comment, sym_block_comment, - ACTIONS(3383), 18, + ACTIONS(3201), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222947,7 +223026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3381), 35, + ACTIONS(3199), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -222983,7 +223062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [31237] = 5, + [31187] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -222991,7 +223070,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2060), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 18, + ACTIONS(3408), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223010,7 +223089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3209), 35, + ACTIONS(3406), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223046,7 +223125,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [31305] = 5, + [31255] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223054,7 +223133,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2061), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 18, + ACTIONS(3209), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223073,7 +223152,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3325), 35, + ACTIONS(3207), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223084,10 +223164,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -223109,7 +223187,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [31373] = 5, + anon_sym_COLON_EQ, + [31323] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223117,7 +223196,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2062), 2, sym_line_comment, sym_block_comment, - ACTIONS(3387), 18, + ACTIONS(3205), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223136,8 +223215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3385), 35, - anon_sym_SEMI, + ACTIONS(3203), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223148,8 +223226,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -223171,8 +223251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [31441] = 5, + [31391] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223180,7 +223259,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2063), 2, sym_line_comment, sym_block_comment, - ACTIONS(3391), 18, + ACTIONS(3273), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223199,8 +223278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3389), 35, - anon_sym_SEMI, + ACTIONS(3271), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223211,8 +223289,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -223234,22 +223314,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [31509] = 7, + [31459] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 2, - anon_sym_LBRACE, - anon_sym_LBRACK, - ACTIONS(4880), 2, - anon_sym_COMMA, - anon_sym_in, STATE(2064), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 18, + ACTIONS(3213), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223268,15 +223341,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2829), 31, + ACTIONS(3211), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -223286,6 +223362,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, + anon_sym_in, anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -223300,7 +223377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [31581] = 5, + [31527] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223308,7 +223385,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2065), 2, sym_line_comment, sym_block_comment, - ACTIONS(3037), 18, + ACTIONS(3217), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223327,7 +223404,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3035), 35, + ACTIONS(3215), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223338,10 +223416,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -223363,7 +223439,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [31649] = 5, + anon_sym_COLON_EQ, + [31595] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223371,7 +223448,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2066), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 18, + ACTIONS(3225), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223390,7 +223467,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3433), 35, + ACTIONS(3223), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223401,10 +223479,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -223426,7 +223502,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [31717] = 5, + anon_sym_COLON_EQ, + [31663] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223434,7 +223511,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2067), 2, sym_line_comment, sym_block_comment, - ACTIONS(3391), 18, + ACTIONS(3229), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223453,7 +223530,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3389), 35, + ACTIONS(3227), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223464,10 +223542,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -223489,7 +223565,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [31785] = 5, + anon_sym_COLON_EQ, + [31731] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223497,7 +223574,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2068), 2, sym_line_comment, sym_block_comment, - ACTIONS(3355), 18, + ACTIONS(3377), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223516,8 +223593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3353), 35, - anon_sym_SEMI, + ACTIONS(3375), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223528,8 +223604,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -223551,8 +223629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [31853] = 5, + [31799] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223560,7 +223637,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2069), 2, sym_line_comment, sym_block_comment, - ACTIONS(3235), 18, + ACTIONS(3345), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223579,7 +223656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3233), 35, + ACTIONS(3343), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -223615,7 +223692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [31921] = 5, + [31867] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223623,7 +223700,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2070), 2, sym_line_comment, sym_block_comment, - ACTIONS(3403), 18, + ACTIONS(3349), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223642,7 +223719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3401), 35, + ACTIONS(3347), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -223678,7 +223755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [31989] = 5, + [31935] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223686,7 +223763,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2071), 2, sym_line_comment, sym_block_comment, - ACTIONS(3247), 18, + ACTIONS(3357), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223705,7 +223782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3245), 35, + ACTIONS(3355), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -223741,7 +223818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [32057] = 5, + [32003] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223749,7 +223826,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2072), 2, sym_line_comment, sym_block_comment, - ACTIONS(3215), 18, + ACTIONS(3365), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223768,7 +223845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3213), 35, + ACTIONS(3363), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -223804,7 +223881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [32125] = 5, + [32071] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223812,7 +223889,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2073), 2, sym_line_comment, sym_block_comment, - ACTIONS(3219), 18, + ACTIONS(3385), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223831,7 +223908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3217), 35, + ACTIONS(3383), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -223867,7 +223944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [32193] = 5, + [32139] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223875,7 +223952,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2074), 2, sym_line_comment, sym_block_comment, - ACTIONS(3367), 18, + ACTIONS(3065), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223894,8 +223971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3365), 35, - anon_sym_SEMI, + ACTIONS(3063), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223906,8 +223982,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -223929,8 +224007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [32261] = 5, + [32207] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -223938,7 +224015,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2075), 2, sym_line_comment, sym_block_comment, - ACTIONS(3419), 18, + ACTIONS(3436), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223957,7 +224034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3417), 35, + ACTIONS(3434), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223993,7 +224070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [32329] = 5, + [32275] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -224001,7 +224078,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2076), 2, sym_line_comment, sym_block_comment, - ACTIONS(3367), 18, + ACTIONS(3249), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224020,7 +224097,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3365), 35, + ACTIONS(3247), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -224031,10 +224109,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -224056,7 +224132,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [32397] = 5, + anon_sym_COLON_EQ, + [32343] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -224064,7 +224141,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2077), 2, sym_line_comment, sym_block_comment, - ACTIONS(3371), 18, + ACTIONS(2701), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224083,7 +224160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3369), 35, + ACTIONS(2703), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -224119,7 +224196,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [32465] = 5, + [32411] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -224127,7 +224204,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2078), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 18, + ACTIONS(3253), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224146,7 +224223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3373), 35, + ACTIONS(3251), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -224182,7 +224259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [32533] = 5, + [32479] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -224190,7 +224267,70 @@ static const uint16_t ts_small_parse_table[] = { STATE(2079), 2, sym_line_comment, sym_block_comment, - ACTIONS(3287), 18, + ACTIONS(3237), 18, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(3235), 35, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [32547] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2080), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3389), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224209,7 +224349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3285), 35, + ACTIONS(3387), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -224245,17 +224385,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [32601] = 6, + [32615] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 1, - anon_sym_DOT, - STATE(2080), 2, + STATE(2081), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 18, + ACTIONS(3277), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224274,7 +224412,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3149), 34, + ACTIONS(3275), 35, + anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -224309,15 +224448,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [32671] = 5, + [32683] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2081), 2, + STATE(2082), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 18, + ACTIONS(3153), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224336,7 +224475,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3357), 35, + ACTIONS(3151), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -224372,17 +224511,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [32739] = 6, + [32751] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 1, - anon_sym_DOT, - STATE(2082), 2, + STATE(2083), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 18, + ACTIONS(3305), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224401,8 +224538,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3149), 34, + ACTIONS(3303), 35, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -224436,15 +224574,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [32809] = 5, + [32819] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2083), 2, + STATE(2084), 2, sym_line_comment, sym_block_comment, - ACTIONS(3239), 18, + ACTIONS(3309), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224463,7 +224601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3237), 35, + ACTIONS(3307), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -224499,71 +224637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [32877] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2836), 2, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2084), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2831), 18, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2829), 33, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [32947] = 5, + [32887] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -224571,7 +224645,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2085), 2, sym_line_comment, sym_block_comment, - ACTIONS(3251), 18, + ACTIONS(3428), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224590,7 +224664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3249), 35, + ACTIONS(3426), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -224626,7 +224700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [33015] = 5, + [32955] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -224634,7 +224708,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2086), 2, sym_line_comment, sym_block_comment, - ACTIONS(3379), 18, + ACTIONS(3313), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224653,7 +224727,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3377), 35, + ACTIONS(3311), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -224664,10 +224739,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -224689,7 +224762,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33083] = 5, + anon_sym_COLON_EQ, + [33023] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -224697,7 +224771,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2087), 2, sym_line_comment, sym_block_comment, - ACTIONS(3271), 18, + ACTIONS(3317), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224716,7 +224790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3269), 35, + ACTIONS(3315), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -224752,7 +224826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [33151] = 5, + [33091] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -224760,7 +224834,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2088), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 18, + ACTIONS(3432), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224779,7 +224853,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2759), 35, + ACTIONS(3430), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -224790,10 +224865,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -224815,7 +224888,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33219] = 5, + anon_sym_COLON_EQ, + [33159] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -224823,7 +224897,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2089), 2, sym_line_comment, sym_block_comment, - ACTIONS(3231), 18, + ACTIONS(3416), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224842,8 +224916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3229), 35, - anon_sym_SEMI, + ACTIONS(3414), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -224854,8 +224927,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -224877,8 +224952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [33287] = 5, + [33227] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -224886,7 +224960,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2090), 2, sym_line_comment, sym_block_comment, - ACTIONS(2995), 18, + ACTIONS(3420), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224905,8 +224979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2998), 35, - anon_sym_SEMI, + ACTIONS(3418), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -224917,8 +224990,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -224940,8 +225015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [33355] = 5, + [33295] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -224949,7 +225023,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2091), 2, sym_line_comment, sym_block_comment, - ACTIONS(3423), 18, + ACTIONS(3424), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -224968,7 +225042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3421), 35, + ACTIONS(3422), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -225004,7 +225078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33423] = 5, + [33363] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -225012,7 +225086,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2092), 2, sym_line_comment, sym_block_comment, - ACTIONS(2963), 18, + ACTIONS(3073), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225031,8 +225105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2966), 35, - anon_sym_SEMI, + ACTIONS(3071), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -225043,8 +225116,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -225066,8 +225141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [33491] = 5, + [33431] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -225075,7 +225149,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2093), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 18, + ACTIONS(3341), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225094,7 +225168,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2829), 35, + ACTIONS(3339), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -225105,10 +225180,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -225130,7 +225203,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33559] = 5, + anon_sym_COLON_EQ, + [33499] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -225138,7 +225212,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2094), 2, sym_line_comment, sym_block_comment, - ACTIONS(3279), 18, + ACTIONS(3361), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225157,7 +225231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3277), 35, + ACTIONS(3359), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -225193,19 +225267,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [33627] = 7, + [33567] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 1, - anon_sym_LBRACK, - ACTIONS(3149), 1, - anon_sym_LBRACE, STATE(2095), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 18, + ACTIONS(3083), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225224,18 +225294,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2829), 33, - anon_sym_SEMI, + ACTIONS(3081), 35, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -225257,8 +225330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [33699] = 5, + [33635] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -225266,7 +225338,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2096), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 18, + ACTIONS(3229), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225285,7 +225357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2969), 35, + ACTIONS(3227), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -225321,7 +225393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33767] = 5, + [33703] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -225329,7 +225401,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2097), 2, sym_line_comment, sym_block_comment, - ACTIONS(3311), 18, + ACTIONS(3444), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225348,7 +225420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3309), 35, + ACTIONS(3442), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -225384,7 +225456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [33835] = 5, + [33771] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -225392,7 +225464,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2098), 2, sym_line_comment, sym_block_comment, - ACTIONS(3267), 18, + ACTIONS(3345), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225411,7 +225483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3265), 35, + ACTIONS(3343), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -225447,7 +225519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33903] = 5, + [33839] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -225455,7 +225527,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2099), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 18, + ACTIONS(3349), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225474,7 +225546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3321), 35, + ACTIONS(3347), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -225510,7 +225582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33971] = 5, + [33907] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -225518,7 +225590,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2100), 2, sym_line_comment, sym_block_comment, - ACTIONS(3319), 18, + ACTIONS(3381), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225537,7 +225609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3317), 35, + ACTIONS(3379), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -225573,7 +225645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34039] = 5, + [33975] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -225581,7 +225653,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2101), 2, sym_line_comment, sym_block_comment, - ACTIONS(3419), 18, + ACTIONS(3373), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225600,8 +225672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3417), 35, - anon_sym_SEMI, + ACTIONS(3371), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -225612,8 +225683,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -225635,8 +225708,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [34107] = 5, + [34043] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -225644,7 +225716,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2102), 2, sym_line_comment, sym_block_comment, - ACTIONS(3423), 18, + ACTIONS(3353), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225663,8 +225735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3421), 35, - anon_sym_SEMI, + ACTIONS(3351), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -225675,8 +225746,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -225698,19 +225771,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [34175] = 6, + [34111] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 2, + ACTIONS(2790), 2, anon_sym_LBRACE, anon_sym_LBRACK, STATE(2103), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 18, + ACTIONS(2785), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225729,7 +225801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2829), 33, + ACTIONS(2783), 33, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -225763,15 +225835,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [34245] = 5, + [34181] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(2703), 1, + anon_sym_LBRACE, STATE(2104), 2, sym_line_comment, sym_block_comment, - ACTIONS(3307), 18, + ACTIONS(2653), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225790,10 +225864,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3305), 35, + ACTIONS(2651), 34, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, @@ -225801,10 +225875,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -225826,7 +225898,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34313] = 5, + anon_sym_COLON_EQ, + [34251] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -225834,7 +225907,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2105), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 18, + ACTIONS(3101), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225853,7 +225926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3301), 35, + ACTIONS(3099), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -225889,7 +225962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34381] = 5, + [34319] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -225897,7 +225970,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2106), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 18, + ACTIONS(3333), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225916,7 +225989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3293), 35, + ACTIONS(3331), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -225952,7 +226025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34449] = 5, + [34387] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -225960,7 +226033,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2107), 2, sym_line_comment, sym_block_comment, - ACTIONS(3275), 18, + ACTIONS(3329), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -225979,7 +226052,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3273), 35, + ACTIONS(3327), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226015,17 +226088,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34517] = 6, + [34455] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 1, - anon_sym_LBRACE, STATE(2108), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 18, + ACTIONS(3325), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226044,10 +226115,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2759), 34, - anon_sym_SEMI, + ACTIONS(3323), 35, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, @@ -226055,8 +226126,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -226078,8 +226151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [34587] = 5, + [34523] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -226087,7 +226159,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2109), 2, sym_line_comment, sym_block_comment, - ACTIONS(3283), 18, + ACTIONS(3321), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226106,8 +226178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3281), 35, - anon_sym_SEMI, + ACTIONS(3319), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226118,8 +226189,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -226141,8 +226214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [34655] = 5, + [34591] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -226150,7 +226222,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2110), 2, sym_line_comment, sym_block_comment, - ACTIONS(2951), 18, + ACTIONS(2873), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226169,7 +226241,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2949), 35, + ACTIONS(2871), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226180,10 +226253,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -226205,7 +226276,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34723] = 5, + anon_sym_COLON_EQ, + [34659] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -226213,7 +226285,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2111), 2, sym_line_comment, sym_block_comment, - ACTIONS(2947), 18, + ACTIONS(3393), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226232,7 +226304,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2945), 35, + ACTIONS(3391), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226243,10 +226316,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -226268,7 +226339,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34791] = 5, + anon_sym_COLON_EQ, + [34727] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -226276,7 +226348,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2112), 2, sym_line_comment, sym_block_comment, - ACTIONS(3247), 18, + ACTIONS(3357), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226295,7 +226367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3245), 35, + ACTIONS(3355), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226331,7 +226403,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34859] = 5, + [34795] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -226339,7 +226411,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2113), 2, sym_line_comment, sym_block_comment, - ACTIONS(3243), 18, + ACTIONS(3397), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226358,7 +226430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3241), 35, + ACTIONS(3395), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226394,7 +226466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34927] = 5, + [34863] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -226402,7 +226474,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2114), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 18, + ACTIONS(3301), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226421,8 +226493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2791), 35, - anon_sym_SEMI, + ACTIONS(3299), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226433,8 +226504,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -226456,8 +226529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [34995] = 5, + [34931] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -226465,7 +226537,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2115), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 18, + ACTIONS(3297), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226484,7 +226556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2791), 35, + ACTIONS(3295), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226520,7 +226592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35063] = 5, + [34999] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -226528,7 +226600,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2116), 2, sym_line_comment, sym_block_comment, - ACTIONS(3427), 18, + ACTIONS(3365), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226547,7 +226619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3425), 35, + ACTIONS(3363), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226583,7 +226655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35131] = 5, + [35067] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -226591,7 +226663,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2117), 2, sym_line_comment, sym_block_comment, - ACTIONS(3033), 18, + ACTIONS(3369), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226610,7 +226682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3031), 35, + ACTIONS(3367), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226646,7 +226718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35199] = 5, + [35135] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -226654,7 +226726,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2118), 2, sym_line_comment, sym_block_comment, - ACTIONS(3127), 18, + ACTIONS(3404), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226673,7 +226745,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3125), 35, + ACTIONS(3402), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226709,7 +226781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35267] = 5, + [35203] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -226717,7 +226789,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2119), 2, sym_line_comment, sym_block_comment, - ACTIONS(2887), 18, + ACTIONS(3149), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226736,8 +226808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2885), 35, - anon_sym_SEMI, + ACTIONS(3147), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226748,8 +226819,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -226771,8 +226844,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [35335] = 5, + [35271] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -226780,7 +226852,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2120), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 18, + ACTIONS(3185), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226799,8 +226871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3337), 35, - anon_sym_SEMI, + ACTIONS(3183), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226811,8 +226882,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -226834,18 +226907,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [35403] = 6, + [35339] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, STATE(2121), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 18, + ACTIONS(3201), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226864,7 +226934,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3433), 34, + ACTIONS(3199), 35, + anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -226899,7 +226970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35473] = 5, + [35407] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -226907,7 +226978,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2122), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 18, + ACTIONS(3245), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226926,8 +226997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3341), 35, - anon_sym_SEMI, + ACTIONS(3243), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -226938,8 +227008,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -226961,18 +227033,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [35541] = 6, + [35475] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4882), 1, - anon_sym_BANG, STATE(2123), 2, sym_line_comment, sym_block_comment, - ACTIONS(3003), 17, + ACTIONS(3385), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -226983,6 +227052,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_QMARK, + anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -226990,7 +227060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3001), 35, + ACTIONS(3383), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227026,7 +227096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35611] = 5, + [35543] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -227034,7 +227104,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2124), 2, sym_line_comment, sym_block_comment, - ACTIONS(3407), 18, + ACTIONS(3209), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227053,7 +227123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3405), 35, + ACTIONS(3207), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227089,7 +227159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35679] = 5, + [35611] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -227097,7 +227167,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2125), 2, sym_line_comment, sym_block_comment, - ACTIONS(3399), 18, + ACTIONS(3145), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227116,7 +227186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3397), 35, + ACTIONS(3143), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227152,7 +227222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35747] = 5, + [35679] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -227160,7 +227230,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2126), 2, sym_line_comment, sym_block_comment, - ACTIONS(3029), 18, + ACTIONS(3389), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227179,8 +227249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3027), 35, - anon_sym_SEMI, + ACTIONS(3387), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227191,8 +227260,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -227214,18 +227285,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [35815] = 6, + [35747] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 1, - anon_sym_LBRACE, STATE(2127), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 18, + ACTIONS(3412), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227244,10 +227312,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2969), 34, + ACTIONS(3410), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, @@ -227279,7 +227348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [35885] = 5, + [35815] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -227287,7 +227356,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2128), 2, sym_line_comment, sym_block_comment, - ACTIONS(3363), 18, + ACTIONS(3432), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227306,7 +227375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3361), 35, + ACTIONS(3430), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227342,7 +227411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35953] = 5, + [35883] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -227350,7 +227419,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2129), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 18, + ACTIONS(3325), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227369,7 +227438,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3357), 35, + ACTIONS(3323), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227380,10 +227450,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -227405,7 +227473,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36021] = 5, + anon_sym_COLON_EQ, + [35951] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -227413,7 +227482,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2130), 2, sym_line_comment, sym_block_comment, - ACTIONS(3355), 18, + ACTIONS(3440), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227432,7 +227501,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3353), 35, + ACTIONS(3438), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227468,15 +227537,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36089] = 5, + [36019] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(2790), 1, + anon_sym_LBRACK, + ACTIONS(3147), 1, + anon_sym_LBRACE, STATE(2131), 2, sym_line_comment, sym_block_comment, - ACTIONS(2883), 18, + ACTIONS(2785), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227495,21 +227568,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2881), 35, + ACTIONS(2783), 33, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -227531,7 +227601,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36157] = 5, + anon_sym_COLON_EQ, + [36091] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -227539,7 +227610,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2132), 2, sym_line_comment, sym_block_comment, - ACTIONS(2891), 18, + ACTIONS(3213), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227558,7 +227629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2889), 35, + ACTIONS(3211), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227594,7 +227665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36225] = 5, + [36159] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -227602,7 +227673,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2133), 2, sym_line_comment, sym_block_comment, - ACTIONS(2895), 18, + ACTIONS(3217), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227621,7 +227692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2893), 35, + ACTIONS(3215), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227657,7 +227728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36293] = 5, + [36227] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -227665,7 +227736,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2134), 2, sym_line_comment, sym_block_comment, - ACTIONS(2913), 18, + ACTIONS(3225), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227684,7 +227755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2911), 35, + ACTIONS(3223), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227720,15 +227791,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36361] = 5, + [36295] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + STATE(2135), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4886), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + ACTIONS(4884), 48, + anon_sym_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_struct, + anon_sym_mut, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_go, + anon_sym_spawn, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + sym_float_literal, + sym_rune_literal, + sym_pseudo_compile_time_identifier, + sym_identifier, + anon_sym_shared, + anon_sym_map_LBRACK, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + [36363] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2135), 2, + ACTIONS(4888), 1, + anon_sym_BANG, + STATE(2136), 2, sym_line_comment, sym_block_comment, - ACTIONS(2917), 18, + ACTIONS(3055), 17, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227739,7 +227875,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -227747,7 +227882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2915), 35, + ACTIONS(3053), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227783,15 +227918,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36429] = 5, + [36433] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2136), 2, + STATE(2137), 2, sym_line_comment, sym_block_comment, - ACTIONS(2943), 18, + ACTIONS(3249), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227810,7 +227945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2941), 35, + ACTIONS(3247), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227846,15 +227981,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36497] = 5, + [36501] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2137), 2, + STATE(2138), 2, sym_line_comment, sym_block_comment, - ACTIONS(3351), 18, + ACTIONS(3153), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227873,7 +228008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3349), 35, + ACTIONS(3151), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227909,15 +228044,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36565] = 5, + [36569] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2138), 2, + STATE(2139), 2, sym_line_comment, sym_block_comment, - ACTIONS(3009), 18, + ACTIONS(3305), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227936,7 +228071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3007), 35, + ACTIONS(3303), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -227972,15 +228107,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36633] = 5, + [36637] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2139), 2, + ACTIONS(2703), 1, + anon_sym_LBRACE, + STATE(2140), 2, sym_line_comment, sym_block_comment, - ACTIONS(3013), 18, + ACTIONS(3039), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -227999,10 +228136,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3011), 35, + ACTIONS(3037), 34, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, @@ -228010,10 +228147,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -228035,15 +228170,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36701] = 5, + anon_sym_COLON_EQ, + [36707] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2140), 2, + STATE(2141), 2, sym_line_comment, sym_block_comment, - ACTIONS(3017), 18, + ACTIONS(3309), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -228062,7 +228198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3015), 35, + ACTIONS(3307), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -228098,15 +228234,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36769] = 5, + [36775] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2141), 2, + STATE(2142), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 18, + ACTIONS(3444), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -228125,7 +228261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3345), 35, + ACTIONS(3442), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -228161,15 +228297,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36837] = 5, + [36843] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2142), 2, + STATE(2143), 2, sym_line_comment, sym_block_comment, - ACTIONS(3025), 18, + ACTIONS(3428), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -228188,7 +228324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3023), 35, + ACTIONS(3426), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -228224,34 +228360,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36905] = 7, + [36911] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2961), 1, - anon_sym_EQ, - STATE(2143), 2, + STATE(2144), 2, sym_line_comment, sym_block_comment, - ACTIONS(2959), 16, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_LT_DASH, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - ACTIONS(2963), 17, + ACTIONS(3313), 18, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -228269,17 +228387,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2966), 19, + ACTIONS(3311), 35, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -228289,15 +228411,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [36977] = 5, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [36979] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2144), 2, + STATE(2145), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 18, + ACTIONS(2951), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -228316,7 +228450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3341), 35, + ACTIONS(2949), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -228352,34 +228486,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [37045] = 7, + [37047] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2993), 1, - anon_sym_EQ, - STATE(2145), 2, + STATE(2146), 2, sym_line_comment, sym_block_comment, - ACTIONS(2991), 16, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_LT_DASH, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - ACTIONS(2995), 17, + ACTIONS(2959), 18, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -228397,17 +228513,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2998), 19, + ACTIONS(2957), 35, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -228417,15 +228537,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [37117] = 5, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [37115] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2146), 2, + STATE(2147), 2, sym_line_comment, sym_block_comment, - ACTIONS(3255), 18, + ACTIONS(2963), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -228444,8 +228576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3253), 35, - anon_sym_SEMI, + ACTIONS(2961), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -228456,8 +228587,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -228479,16 +228612,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [37185] = 5, + [37183] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2147), 2, + STATE(2148), 2, sym_line_comment, sym_block_comment, - ACTIONS(3131), 18, + ACTIONS(3003), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -228507,7 +228639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3129), 35, + ACTIONS(3001), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -228543,15 +228675,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [37253] = 5, + [37251] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2148), 2, + STATE(2149), 2, sym_line_comment, sym_block_comment, - ACTIONS(3135), 18, + ACTIONS(3007), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -228570,7 +228702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3133), 35, + ACTIONS(3005), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -228606,15 +228738,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [37321] = 5, + [37319] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2149), 2, + STATE(2150), 2, sym_line_comment, sym_block_comment, - ACTIONS(3283), 18, + ACTIONS(3011), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -228633,7 +228765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3281), 35, + ACTIONS(3009), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -228669,15 +228801,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [37389] = 5, + [37387] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2150), 2, + STATE(2151), 2, sym_line_comment, sym_block_comment, - ACTIONS(3279), 18, + ACTIONS(3337), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -228696,7 +228828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3277), 35, + ACTIONS(3335), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -228732,16 +228864,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [37457] = 5, + [37455] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2151), 2, + ACTIONS(3285), 1, + anon_sym_EQ, + STATE(2152), 2, sym_line_comment, sym_block_comment, - ACTIONS(3179), 18, - anon_sym_EQ, + ACTIONS(3283), 16, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + ACTIONS(3088), 17, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -228759,21 +228909,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3177), 35, + ACTIONS(3085), 19, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -228783,6 +228929,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, + [37527] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3281), 1, + anon_sym_EQ, + STATE(2153), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3279), 16, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -228795,16 +228955,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [37525] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2152), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3183), 18, - anon_sym_EQ, + anon_sym_COLON_EQ, + ACTIONS(3078), 17, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -228822,21 +228974,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3181), 35, + ACTIONS(3075), 19, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -228846,27 +228994,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [37593] = 5, + [37599] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2153), 2, + STATE(2154), 2, sym_line_comment, sym_block_comment, - ACTIONS(2939), 18, + ACTIONS(3269), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -228885,8 +229021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2937), 35, - anon_sym_SEMI, + ACTIONS(3267), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -228897,8 +229032,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -228920,16 +229057,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [37661] = 5, + [37667] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2154), 2, + STATE(2155), 2, sym_line_comment, sym_block_comment, - ACTIONS(3139), 18, + ACTIONS(3317), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -228948,8 +229084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3137), 35, - anon_sym_SEMI, + ACTIONS(3315), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -228960,8 +229095,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -228983,16 +229120,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [37729] = 5, + [37735] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2155), 2, + STATE(2156), 2, sym_line_comment, sym_block_comment, - ACTIONS(3215), 18, + ACTIONS(3043), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229011,7 +229147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3213), 35, + ACTIONS(3041), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -229047,15 +229183,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [37797] = 5, + [37803] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2156), 2, + STATE(2157), 2, sym_line_comment, sym_block_comment, - ACTIONS(3207), 18, + ACTIONS(3197), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229074,7 +229210,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3205), 35, + ACTIONS(3195), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -229085,10 +229222,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -229110,15 +229245,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [37865] = 5, + anon_sym_COLON_EQ, + [37871] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2157), 2, + STATE(2158), 2, sym_line_comment, sym_block_comment, - ACTIONS(3195), 18, + ACTIONS(3051), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229137,7 +229273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3193), 35, + ACTIONS(3049), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -229173,15 +229309,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [37933] = 5, + [37939] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2158), 2, + STATE(2159), 2, sym_line_comment, sym_block_comment, - ACTIONS(3235), 18, + ACTIONS(3265), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229200,7 +229336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3233), 35, + ACTIONS(3263), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -229236,15 +229372,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [38001] = 5, + [38007] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2159), 2, + STATE(2160), 2, sym_line_comment, sym_block_comment, - ACTIONS(3239), 18, + ACTIONS(3393), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229263,7 +229399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3237), 35, + ACTIONS(3391), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -229299,15 +229435,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [38069] = 5, + [38075] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2160), 2, + STATE(2161), 2, sym_line_comment, sym_block_comment, - ACTIONS(3251), 18, + ACTIONS(3061), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229326,7 +229462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3249), 35, + ACTIONS(3059), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -229362,34 +229498,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [38137] = 7, + [38143] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2961), 1, - anon_sym_EQ, - STATE(2161), 2, + STATE(2162), 2, sym_line_comment, sym_block_comment, - ACTIONS(2959), 16, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - ACTIONS(2963), 17, + ACTIONS(2873), 18, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -229407,17 +229525,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2966), 19, + ACTIONS(2871), 35, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -229427,20 +229549,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [38209] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2993), 1, - anon_sym_EQ, - STATE(2162), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2991), 16, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -229453,8 +229561,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - ACTIONS(2995), 17, + [38211] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2163), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2785), 18, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -229472,17 +229588,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2998), 19, + ACTIONS(2783), 35, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -229492,15 +229612,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [38281] = 5, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [38279] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2163), 2, + STATE(2164), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 18, + ACTIONS(3261), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229519,8 +229651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3345), 35, - anon_sym_SEMI, + ACTIONS(3259), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -229531,8 +229662,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -229554,16 +229687,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [38349] = 5, + [38347] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2164), 2, + STATE(2165), 2, sym_line_comment, sym_block_comment, - ACTIONS(3191), 18, + ACTIONS(3361), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229582,7 +229714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3189), 35, + ACTIONS(3359), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -229618,15 +229750,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [38417] = 5, + [38415] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2165), 2, + ACTIONS(4881), 1, + anon_sym_DOT, + STATE(2166), 2, sym_line_comment, sym_block_comment, - ACTIONS(3143), 18, + ACTIONS(3377), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229645,8 +229779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3141), 35, - anon_sym_DOT, + ACTIONS(3375), 34, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -229686,10 +229819,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2166), 2, + STATE(2167), 2, sym_line_comment, sym_block_comment, - ACTIONS(3187), 18, + ACTIONS(3181), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229708,7 +229841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3185), 35, + ACTIONS(3179), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -229749,10 +229882,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2167), 2, + STATE(2168), 2, sym_line_comment, sym_block_comment, - ACTIONS(3147), 18, + ACTIONS(3111), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229771,7 +229904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3145), 35, + ACTIONS(3109), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -229812,10 +229945,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2168), 2, + STATE(2169), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 18, + ACTIONS(3115), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229834,7 +229967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3337), 35, + ACTIONS(3113), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -229875,10 +230008,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2169), 2, + STATE(2170), 2, sym_line_comment, sym_block_comment, - ACTIONS(3021), 18, + ACTIONS(3177), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229897,8 +230030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3019), 35, - anon_sym_SEMI, + ACTIONS(3175), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -229909,8 +230041,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -229932,16 +230066,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, [38757] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2170), 2, + STATE(2171), 2, sym_line_comment, sym_block_comment, - ACTIONS(2957), 18, + ACTIONS(3341), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -229960,8 +230093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2955), 35, - anon_sym_SEMI, + ACTIONS(3339), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -229972,8 +230104,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -229995,16 +230129,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, [38825] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2171), 2, + STATE(2172), 2, sym_line_comment, sym_block_comment, - ACTIONS(3331), 24, + ACTIONS(3019), 24, anon_sym_DOT, anon_sym_as, anon_sym_PIPE, @@ -230029,7 +230162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3329), 28, + ACTIONS(3017), 28, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, @@ -230063,10 +230196,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2172), 2, + STATE(2173), 2, sym_line_comment, sym_block_comment, - ACTIONS(2905), 24, + ACTIONS(3023), 24, anon_sym_DOT, anon_sym_as, anon_sym_PIPE, @@ -230091,7 +230224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(2903), 28, + ACTIONS(3021), 28, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, @@ -230125,10 +230258,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2173), 2, + STATE(2174), 2, sym_line_comment, sym_block_comment, - ACTIONS(2909), 24, + ACTIONS(3093), 24, anon_sym_DOT, anon_sym_as, anon_sym_PIPE, @@ -230153,7 +230286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(2907), 28, + ACTIONS(3091), 28, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, @@ -230187,10 +230320,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2174), 2, + STATE(2175), 2, sym_line_comment, sym_block_comment, - ACTIONS(3259), 24, + ACTIONS(3097), 24, anon_sym_DOT, anon_sym_as, anon_sym_PIPE, @@ -230215,7 +230348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3257), 28, + ACTIONS(3095), 28, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, @@ -230249,10 +230382,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2175), 2, + STATE(2176), 2, sym_line_comment, sym_block_comment, - ACTIONS(3263), 24, + ACTIONS(3241), 24, anon_sym_DOT, anon_sym_as, anon_sym_PIPE, @@ -230277,7 +230410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3261), 28, + ACTIONS(3239), 28, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, @@ -230311,30 +230444,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + ACTIONS(4892), 1, anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(4894), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + ACTIONS(4896), 1, anon_sym_QMARK, + ACTIONS(4898), 1, + anon_sym_BANG, + STATE(2237), 1, + sym_or_block, + STATE(2238), 1, + sym_argument_list, + STATE(4351), 1, + sym_type_parameters, + ACTIONS(4890), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4900), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2177), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1855), 40, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + sym_identifier, + anon_sym_AT_LBRACK, + [39242] = 13, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, ACTIONS(4892), 1, + anon_sym_LPAREN, + ACTIONS(4894), 1, + anon_sym_LBRACK, + ACTIONS(4896), 1, + anon_sym_QMARK, + ACTIONS(4898), 1, anon_sym_BANG, - STATE(2256), 1, + STATE(2237), 1, sym_or_block, - STATE(2277), 1, + STATE(2238), 1, sym_argument_list, - STATE(4350), 1, + STATE(4351), 1, sym_type_parameters, - ACTIONS(4884), 2, + ACTIONS(4890), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4894), 2, + ACTIONS(4900), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2176), 2, + STATE(2178), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 40, + ACTIONS(1877), 40, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230375,17 +230577,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39242] = 7, + [39324] = 13, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(4892), 1, + anon_sym_LPAREN, + ACTIONS(4894), 1, + anon_sym_LBRACK, + ACTIONS(4896), 1, + anon_sym_QMARK, + ACTIONS(4898), 1, + anon_sym_BANG, + STATE(2237), 1, + sym_or_block, + STATE(2238), 1, + sym_argument_list, + STATE(4351), 1, + sym_type_parameters, + ACTIONS(4890), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4900), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2179), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1945), 40, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + sym_identifier, + anon_sym_AT_LBRACK, + [39406] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4898), 1, + ACTIONS(4904), 1, anon_sym_EQ, - STATE(2177), 2, + STATE(2180), 2, sym_line_comment, sym_block_comment, - ACTIONS(4896), 14, + ACTIONS(4902), 14, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_STAR_EQ, @@ -230400,7 +230671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - ACTIONS(3415), 17, + ACTIONS(3369), 17, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -230418,7 +230689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3413), 19, + ACTIONS(3367), 19, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -230438,42 +230709,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [39312] = 13, + [39476] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2253), 1, + anon_sym_static, + ACTIONS(2255), 1, + anon_sym_volatile, + ACTIONS(4906), 1, + anon_sym_COLON, + STATE(2181), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4615), 22, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4613), 25, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + sym_pseudo_compile_time_identifier, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [39547] = 7, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, - anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(2427), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + ACTIONS(4908), 1, + anon_sym_else, + STATE(2292), 1, + sym_else_branch, + STATE(2182), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2429), 47, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(4892), 1, anon_sym_BANG, - STATE(2256), 1, - sym_or_block, - STATE(2277), 1, - sym_argument_list, - STATE(4350), 1, - sym_type_parameters, - ACTIONS(4884), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4894), 2, anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - STATE(2178), 2, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + sym_identifier, + anon_sym_AT_LBRACK, + [39616] = 7, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2303), 1, + anon_sym_LBRACK, + ACTIONS(4908), 1, + anon_sym_else, + STATE(2303), 1, + sym_else_branch, + STATE(2183), 2, sym_line_comment, sym_block_comment, - ACTIONS(1887), 40, + ACTIONS(2305), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, @@ -230492,6 +230876,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, @@ -230501,48 +230888,272 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39394] = 13, + [39685] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, - anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(2651), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + STATE(2184), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2653), 48, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(4892), 1, anon_sym_BANG, - STATE(2256), 1, - sym_or_block, - STATE(2277), 1, - sym_argument_list, - STATE(4350), 1, - sym_type_parameters, - ACTIONS(4884), 2, - anon_sym_DOT, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, anon_sym_QMARK_DOT, - ACTIONS(4894), 2, + anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + sym_identifier, + anon_sym_AT_LBRACK, + [39749] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2185), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1502), 24, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_DOT_DOT_DOT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4910), 25, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + sym_pseudo_compile_time_identifier, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [39813] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2253), 1, + anon_sym_static, + ACTIONS(2255), 1, + anon_sym_volatile, + STATE(2186), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4615), 22, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4613), 25, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + sym_pseudo_compile_time_identifier, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [39881] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2651), 1, + anon_sym_LBRACK, + STATE(2187), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2653), 48, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - STATE(2179), 2, + anon_sym_DOLLARelse, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + sym_identifier, + anon_sym_AT_LBRACK, + [39945] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2817), 1, + anon_sym_LBRACK, + STATE(2188), 2, sym_line_comment, sym_block_comment, - ACTIONS(1877), 40, + ACTIONS(2819), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, @@ -230561,6 +231172,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, @@ -230570,27 +231184,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39476] = 7, + [40009] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2491), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(4900), 1, - anon_sym_else, - STATE(2264), 1, - sym_else_branch, - STATE(2180), 2, + ACTIONS(3149), 1, + anon_sym_LBRACE, + STATE(2189), 2, sym_line_comment, sym_block_comment, - ACTIONS(2493), 47, + ACTIONS(2785), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230638,21 +231253,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39545] = 7, + [40075] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2485), 1, + ACTIONS(2817), 1, anon_sym_LBRACK, - ACTIONS(4900), 1, - anon_sym_else, - STATE(2274), 1, - sym_else_branch, - STATE(2181), 2, + STATE(2190), 2, sym_line_comment, sym_block_comment, - ACTIONS(2487), 47, + ACTIONS(2819), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230694,28 +231305,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39614] = 8, + [40139] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4902), 1, - anon_sym_COLON, - ACTIONS(4904), 1, - anon_sym_static, - ACTIONS(4906), 1, - anon_sym_volatile, - STATE(2182), 2, + STATE(2191), 2, sym_line_comment, sym_block_comment, - ACTIONS(4601), 22, + ACTIONS(4914), 23, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, @@ -230737,7 +231344,7 @@ static const uint16_t ts_small_parse_table[] = { sym___c_single_quote, sym___r_double_quote, sym___r_single_quote, - ACTIONS(4599), 25, + ACTIONS(4912), 26, anon_sym_DOT, anon_sym_fn, anon_sym_struct, @@ -230749,6 +231356,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_nil, anon_sym_if, + anon_sym_else, anon_sym_DOLLARif, anon_sym_match, anon_sym_select, @@ -230763,19 +231371,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [39685] = 6, + [40203] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 1, + ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(3151), 1, - anon_sym_LBRACE, - STATE(2183), 2, + ACTIONS(4916), 1, + anon_sym_DOLLARelse, + STATE(2192), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 47, + ACTIONS(2647), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230823,17 +231431,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39751] = 5, + [40269] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2819), 1, + ACTIONS(2871), 1, anon_sym_LBRACK, - STATE(2184), 2, + STATE(2263), 1, + sym_type_parameters, + STATE(2193), 2, sym_line_comment, sym_block_comment, - ACTIONS(2821), 48, + ACTIONS(2873), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230875,27 +231485,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39815] = 7, + [40335] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4904), 1, - anon_sym_static, - ACTIONS(4906), 1, - anon_sym_volatile, - STATE(2185), 2, + STATE(2194), 2, sym_line_comment, sym_block_comment, - ACTIONS(4601), 22, + ACTIONS(4920), 23, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, @@ -230917,7 +231523,7 @@ static const uint16_t ts_small_parse_table[] = { sym___c_single_quote, sym___r_double_quote, sym___r_single_quote, - ACTIONS(4599), 25, + ACTIONS(4918), 26, anon_sym_DOT, anon_sym_fn, anon_sym_struct, @@ -230929,6 +231535,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_nil, anon_sym_if, + anon_sym_else, anon_sym_DOLLARif, anon_sym_match, anon_sym_select, @@ -230943,15 +231550,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [39883] = 5, + [40399] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2186), 2, + STATE(2195), 2, sym_line_comment, sym_block_comment, - ACTIONS(2759), 23, + ACTIONS(4924), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -230975,7 +231582,7 @@ static const uint16_t ts_small_parse_table[] = { sym___c_single_quote, sym___r_double_quote, sym___r_single_quote, - ACTIONS(2761), 26, + ACTIONS(4922), 26, anon_sym_DOT, anon_sym_fn, anon_sym_struct, @@ -231002,15 +231609,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [39947] = 5, + [40463] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2187), 2, + STATE(2196), 2, sym_line_comment, sym_block_comment, - ACTIONS(4910), 23, + ACTIONS(2651), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -231034,7 +231641,7 @@ static const uint16_t ts_small_parse_table[] = { sym___c_single_quote, sym___r_double_quote, sym___r_single_quote, - ACTIONS(4908), 26, + ACTIONS(2653), 26, anon_sym_DOT, anon_sym_fn, anon_sym_struct, @@ -231061,22 +231668,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [40011] = 5, + [40527] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2188), 2, + STATE(2197), 2, sym_line_comment, sym_block_comment, - ACTIONS(1494), 24, + ACTIONS(2817), 23, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, - anon_sym_DOT_DOT_DOT, anon_sym_QMARK, anon_sym_BANG, anon_sym_json_DOTdecode, @@ -231094,7 +231700,7 @@ static const uint16_t ts_small_parse_table[] = { sym___c_single_quote, sym___r_double_quote, sym___r_single_quote, - ACTIONS(4912), 25, + ACTIONS(2819), 26, anon_sym_DOT, anon_sym_fn, anon_sym_struct, @@ -231106,6 +231712,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_nil, anon_sym_if, + anon_sym_else, anon_sym_DOLLARif, anon_sym_match, anon_sym_select, @@ -231120,22 +231727,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [40075] = 8, + [40591] = 29, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(4892), 1, + anon_sym_LPAREN, + ACTIONS(4894), 1, + anon_sym_LBRACK, + ACTIONS(4896), 1, + anon_sym_QMARK, + ACTIONS(4898), 1, + anon_sym_BANG, + ACTIONS(4900), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4928), 1, + anon_sym_as, + ACTIONS(4936), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4938), 1, + anon_sym_DASH_DASH, + ACTIONS(4940), 1, + anon_sym_LBRACK2, + ACTIONS(4942), 1, + anon_sym_AMP_AMP, + ACTIONS(4944), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4946), 1, + anon_sym_or, + ACTIONS(4948), 1, + anon_sym_is, + ACTIONS(4950), 1, + anon_sym_BANGis, + ACTIONS(4952), 1, + anon_sym_in, + ACTIONS(4954), 1, + anon_sym_BANGin, + ACTIONS(4956), 1, + anon_sym_AT_LBRACK, + STATE(2237), 1, + sym_or_block, + STATE(2238), 1, + sym_argument_list, + STATE(3505), 1, + sym_attribute, + STATE(4351), 1, + sym_type_parameters, + ACTIONS(4890), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(2198), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4930), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4934), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4926), 8, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + ACTIONS(4932), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [40703] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4904), 1, - anon_sym_static, - ACTIONS(4906), 1, - anon_sym_volatile, - ACTIONS(4914), 1, - sym_identifier, - STATE(2189), 2, + STATE(2199), 2, sym_line_comment, sym_block_comment, - ACTIONS(4601), 22, + ACTIONS(4960), 23, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, @@ -231157,7 +231842,7 @@ static const uint16_t ts_small_parse_table[] = { sym___c_single_quote, sym___r_double_quote, sym___r_single_quote, - ACTIONS(4599), 24, + ACTIONS(4958), 26, anon_sym_DOT, anon_sym_fn, anon_sym_struct, @@ -231169,6 +231854,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_nil, anon_sym_if, + anon_sym_else, anon_sym_DOLLARif, anon_sym_match, anon_sym_select, @@ -231178,79 +231864,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_sql, sym_int_literal, sym_pseudo_compile_time_identifier, + sym_identifier, anon_sym_shared, anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [40145] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2791), 1, - anon_sym_LBRACK, - STATE(2260), 1, - sym_type_parameters, - STATE(2190), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2793), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [40211] = 5, + [40767] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2191), 2, + STATE(2200), 2, sym_line_comment, sym_block_comment, - ACTIONS(4918), 23, + ACTIONS(4964), 23, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, @@ -231274,7 +231901,7 @@ static const uint16_t ts_small_parse_table[] = { sym___c_single_quote, sym___r_double_quote, sym___r_single_quote, - ACTIONS(4916), 26, + ACTIONS(4962), 26, anon_sym_DOT, anon_sym_fn, anon_sym_struct, @@ -231301,19 +231928,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [40275] = 6, + [40831] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2869), 1, + ACTIONS(2795), 1, anon_sym_LBRACK, - ACTIONS(4920), 1, + ACTIONS(4966), 1, anon_sym_DOLLARelse, - STATE(2192), 2, + STATE(2201), 2, sym_line_comment, sym_block_comment, - ACTIONS(2871), 47, + ACTIONS(2797), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -231361,24 +231988,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40341] = 6, + [40897] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2771), 1, + ACTIONS(2787), 1, + anon_sym_DOT, + ACTIONS(3147), 1, anon_sym_LBRACK, - ACTIONS(4922), 1, - anon_sym_DOLLARelse, - STATE(2193), 2, + STATE(2202), 2, sym_line_comment, sym_block_comment, - ACTIONS(2773), 47, + ACTIONS(3149), 46, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -231421,17 +232047,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40407] = 5, + [40962] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2759), 1, + ACTIONS(3211), 1, anon_sym_LBRACK, - STATE(2194), 2, + STATE(2203), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 48, + ACTIONS(3213), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -231473,201 +232099,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40471] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2195), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4926), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4924), 26, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_else, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - sym_pseudo_compile_time_identifier, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [40535] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2196), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2819), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(2821), 26, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_else, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - sym_pseudo_compile_time_identifier, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [40599] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2197), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4930), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4928), 26, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_else, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - sym_pseudo_compile_time_identifier, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [40663] = 5, + [41025] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2819), 1, + ACTIONS(3059), 1, anon_sym_LBRACK, - STATE(2198), 2, + STATE(2204), 2, sym_line_comment, sym_block_comment, - ACTIONS(2821), 48, + ACTIONS(3061), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -231709,83 +232157,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40727] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2199), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4934), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4932), 26, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_else, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - sym_pseudo_compile_time_identifier, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [40791] = 5, + [41088] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2759), 1, + ACTIONS(3219), 1, anon_sym_LBRACK, - STATE(2200), 2, + STATE(2205), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 48, + ACTIONS(3221), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -231827,88 +232215,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40855] = 29, + [41151] = 26, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + ACTIONS(4892), 1, anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(4894), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + ACTIONS(4896), 1, anon_sym_QMARK, - ACTIONS(4892), 1, + ACTIONS(4898), 1, anon_sym_BANG, - ACTIONS(4894), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4938), 1, + ACTIONS(4928), 1, anon_sym_as, - ACTIONS(4946), 1, + ACTIONS(4936), 1, anon_sym_PLUS_PLUS, - ACTIONS(4948), 1, + ACTIONS(4938), 1, anon_sym_DASH_DASH, - ACTIONS(4950), 1, - anon_sym_LBRACK2, - ACTIONS(4952), 1, + ACTIONS(4942), 1, anon_sym_AMP_AMP, - ACTIONS(4954), 1, + ACTIONS(4944), 1, anon_sym_PIPE_PIPE, - ACTIONS(4956), 1, + ACTIONS(4946), 1, anon_sym_or, - ACTIONS(4958), 1, + ACTIONS(4948), 1, anon_sym_is, - ACTIONS(4960), 1, + ACTIONS(4950), 1, anon_sym_BANGis, - ACTIONS(4962), 1, + ACTIONS(4952), 1, anon_sym_in, - ACTIONS(4964), 1, + ACTIONS(4954), 1, anon_sym_BANGin, - ACTIONS(4966), 1, - anon_sym_AT_LBRACK, - STATE(2256), 1, + STATE(2237), 1, sym_or_block, - STATE(2277), 1, + STATE(2238), 1, sym_argument_list, - STATE(3496), 1, - sym_attribute, - STATE(4350), 1, + STATE(4351), 1, sym_type_parameters, - ACTIONS(4884), 2, + ACTIONS(4890), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - STATE(2201), 2, + ACTIONS(4900), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2206), 2, sym_line_comment, sym_block_comment, - ACTIONS(4940), 4, + ACTIONS(4930), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4944), 6, + ACTIONS(4934), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4936), 8, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - ACTIONS(4942), 8, + ACTIONS(4932), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -231917,17 +232290,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [40967] = 5, + ACTIONS(1833), 9, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + anon_sym_AT_LBRACK, + [41256] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 1, + ACTIONS(3049), 1, anon_sym_LBRACK, - STATE(2202), 2, + STATE(2207), 2, sym_line_comment, sym_block_comment, - ACTIONS(3335), 47, + ACTIONS(3051), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -231975,17 +232358,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41030] = 5, + [41319] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3193), 1, + ACTIONS(3045), 1, anon_sym_LBRACK, - STATE(2203), 2, + STATE(2208), 2, sym_line_comment, sym_block_comment, - ACTIONS(3195), 47, + ACTIONS(3047), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232033,75 +232416,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41093] = 5, - ACTIONS(3), 1, + [41382] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(2204), 2, + ACTIONS(3041), 1, + anon_sym_LBRACK, + STATE(2209), 2, sym_line_comment, sym_block_comment, - ACTIONS(3257), 24, - anon_sym_LBRACE, + ACTIONS(3043), 47, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_BANGis, - anon_sym_BANGin, - anon_sym_map_LBRACK, - ACTIONS(3259), 24, - anon_sym_DOT, - anon_sym_as, - anon_sym_PIPE, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_struct, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_or, anon_sym_is, + anon_sym_BANGis, anon_sym_in, + anon_sym_BANGin, sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_DOT_DOT, - [41156] = 5, + anon_sym_AT_LBRACK, + [41445] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2889), 1, + ACTIONS(3410), 1, anon_sym_LBRACK, - STATE(2205), 2, + STATE(2210), 2, sym_line_comment, sym_block_comment, - ACTIONS(2891), 47, + ACTIONS(3412), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232149,75 +232532,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41219] = 5, - ACTIONS(3), 1, + [41508] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(2206), 2, + ACTIONS(3009), 1, + anon_sym_LBRACK, + STATE(2211), 2, sym_line_comment, sym_block_comment, - ACTIONS(3261), 24, - anon_sym_LBRACE, + ACTIONS(3011), 47, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_is, anon_sym_BANGis, + anon_sym_in, anon_sym_BANGin, - anon_sym_map_LBRACK, - ACTIONS(3263), 24, + sym_identifier, + anon_sym_AT_LBRACK, + [41571] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3005), 1, + anon_sym_LBRACK, + STATE(2212), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3007), 47, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_struct, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, + anon_sym_BANGis, anon_sym_in, + anon_sym_BANGin, sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_DOT_DOT, - [41282] = 5, + anon_sym_AT_LBRACK, + [41634] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2881), 1, + ACTIONS(3335), 1, anon_sym_LBRACK, - STATE(2207), 2, + STATE(2213), 2, sym_line_comment, sym_block_comment, - ACTIONS(2883), 47, + ACTIONS(3337), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232265,19 +232706,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41345] = 6, + [41697] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(3001), 1, anon_sym_LBRACK, - ACTIONS(4968), 1, - anon_sym_BANG, - STATE(2208), 2, + STATE(2214), 2, sym_line_comment, sym_block_comment, - ACTIONS(3003), 46, + ACTIONS(3003), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232306,6 +232745,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, + anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -232324,17 +232764,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41410] = 5, + [41760] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3405), 1, + ACTIONS(2961), 1, anon_sym_LBRACK, - STATE(2209), 2, + STATE(2215), 2, sym_line_comment, sym_block_comment, - ACTIONS(3407), 47, + ACTIONS(2963), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232382,17 +232822,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41473] = 5, + [41823] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3217), 1, + ACTIONS(3343), 1, anon_sym_LBRACK, - STATE(2210), 2, + STATE(2216), 2, sym_line_comment, sym_block_comment, - ACTIONS(3219), 47, + ACTIONS(3345), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232440,75 +232880,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41536] = 5, - ACTIONS(3), 1, + [41886] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(2211), 2, + ACTIONS(2957), 1, + anon_sym_LBRACK, + STATE(2217), 2, sym_line_comment, sym_block_comment, - ACTIONS(3329), 24, - anon_sym_LBRACE, + ACTIONS(2959), 47, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_BANGis, - anon_sym_BANGin, - anon_sym_map_LBRACK, - ACTIONS(3331), 24, - anon_sym_DOT, - anon_sym_as, - anon_sym_PIPE, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_struct, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_or, anon_sym_is, + anon_sym_BANGis, anon_sym_in, + anon_sym_BANGin, sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_DOT_DOT, - [41599] = 5, + anon_sym_AT_LBRACK, + [41949] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2911), 1, + ACTIONS(3347), 1, anon_sym_LBRACK, - STATE(2212), 2, + STATE(2218), 2, sym_line_comment, sym_block_comment, - ACTIONS(2913), 47, + ACTIONS(3349), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232556,17 +232996,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41662] = 5, + [42012] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2945), 1, + ACTIONS(3355), 1, anon_sym_LBRACK, - STATE(2213), 2, + STATE(2219), 2, sym_line_comment, sym_block_comment, - ACTIONS(2947), 47, + ACTIONS(3357), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232614,17 +233054,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41725] = 5, + [42075] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3027), 1, + ACTIONS(2949), 1, anon_sym_LBRACK, - STATE(2214), 2, + STATE(2220), 2, sym_line_comment, sym_block_comment, - ACTIONS(3029), 47, + ACTIONS(2951), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232672,154 +233112,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41788] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2215), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2516), 23, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4970), 25, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - sym_pseudo_compile_time_identifier, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [41851] = 26, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(4886), 1, - anon_sym_LPAREN, - ACTIONS(4888), 1, - anon_sym_LBRACK, - ACTIONS(4890), 1, - anon_sym_QMARK, - ACTIONS(4892), 1, - anon_sym_BANG, - ACTIONS(4938), 1, - anon_sym_as, - ACTIONS(4946), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4948), 1, - anon_sym_DASH_DASH, - ACTIONS(4952), 1, - anon_sym_AMP_AMP, - ACTIONS(4954), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4956), 1, - anon_sym_or, - ACTIONS(4958), 1, - anon_sym_is, - ACTIONS(4960), 1, - anon_sym_BANGis, - ACTIONS(4962), 1, - anon_sym_in, - ACTIONS(4964), 1, - anon_sym_BANGin, - STATE(2256), 1, - sym_or_block, - STATE(2277), 1, - sym_argument_list, - STATE(4350), 1, - sym_type_parameters, - ACTIONS(4884), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4894), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2216), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4940), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4944), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4942), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2071), 9, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - anon_sym_AT_LBRACK, - [41956] = 5, + [42138] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2941), 1, + ACTIONS(3013), 1, anon_sym_LBRACK, - STATE(2217), 2, + STATE(2221), 2, sym_line_comment, sym_block_comment, - ACTIONS(2943), 47, + ACTIONS(3015), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232867,17 +233170,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42019] = 5, + [42201] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3209), 1, + ACTIONS(2953), 1, anon_sym_LBRACK, - STATE(2218), 2, + STATE(2222), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 47, + ACTIONS(2955), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232925,17 +233228,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42082] = 5, + [42264] = 26, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3007), 1, + ACTIONS(4892), 1, + anon_sym_LPAREN, + ACTIONS(4894), 1, anon_sym_LBRACK, - STATE(2219), 2, + ACTIONS(4896), 1, + anon_sym_QMARK, + ACTIONS(4898), 1, + anon_sym_BANG, + ACTIONS(4928), 1, + anon_sym_as, + ACTIONS(4936), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4938), 1, + anon_sym_DASH_DASH, + ACTIONS(4942), 1, + anon_sym_AMP_AMP, + ACTIONS(4944), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4946), 1, + anon_sym_or, + ACTIONS(4948), 1, + anon_sym_is, + ACTIONS(4950), 1, + anon_sym_BANGis, + ACTIONS(4952), 1, + anon_sym_in, + ACTIONS(4954), 1, + anon_sym_BANGin, + STATE(2237), 1, + sym_or_block, + STATE(2238), 1, + sym_argument_list, + STATE(4351), 1, + sym_type_parameters, + ACTIONS(4890), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4900), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2223), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4930), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4934), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4932), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1841), 9, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + anon_sym_AT_LBRACK, + [42369] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3363), 1, + anon_sym_LBRACK, + STATE(2224), 2, sym_line_comment, sym_block_comment, - ACTIONS(3009), 47, + ACTIONS(3365), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232983,17 +233365,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42145] = 5, + [42432] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3357), 1, + ACTIONS(3383), 1, anon_sym_LBRACK, - STATE(2220), 2, + STATE(2225), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 47, + ACTIONS(3385), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -233041,17 +233423,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42208] = 5, + [42495] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3325), 1, + ACTIONS(3391), 1, anon_sym_LBRACK, - STATE(2221), 2, + STATE(2226), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 47, + ACTIONS(3393), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -233099,17 +233481,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42271] = 5, + [42558] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3425), 1, + ACTIONS(2871), 1, anon_sym_LBRACK, - STATE(2222), 2, + STATE(2227), 2, sym_line_comment, sym_block_comment, - ACTIONS(3427), 47, + ACTIONS(2873), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -233157,17 +233539,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42334] = 5, + [42621] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2791), 1, + ACTIONS(3053), 1, anon_sym_LBRACK, - STATE(2223), 2, + ACTIONS(4968), 1, + anon_sym_BANG, + STATE(2228), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 47, + ACTIONS(3055), 46, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -233196,7 +233580,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -233215,17 +233598,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42397] = 6, + [42686] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4976), 1, + ACTIONS(4974), 1, anon_sym_volatile, - STATE(2224), 2, + STATE(2229), 2, sym_line_comment, sym_block_comment, - ACTIONS(4974), 22, + ACTIONS(4972), 22, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_PLUS, @@ -233248,7 +233631,7 @@ static const uint16_t ts_small_parse_table[] = { sym___c_single_quote, sym___r_double_quote, sym___r_single_quote, - ACTIONS(4972), 25, + ACTIONS(4970), 25, anon_sym_DOT, anon_sym_fn, anon_sym_struct, @@ -233274,201 +233657,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [42462] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2225), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2903), 24, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_BANGis, - anon_sym_BANGin, - anon_sym_map_LBRACK, - ACTIONS(2905), 24, - anon_sym_DOT, - anon_sym_as, - anon_sym_PIPE, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_struct, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_is, - anon_sym_in, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_DOT_DOT, - [42525] = 15, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(4886), 1, - anon_sym_LPAREN, - ACTIONS(4888), 1, - anon_sym_LBRACK, - ACTIONS(4890), 1, - anon_sym_QMARK, - ACTIONS(4892), 1, - anon_sym_BANG, - STATE(2256), 1, - sym_or_block, - STATE(2277), 1, - sym_argument_list, - STATE(4350), 1, - sym_type_parameters, - ACTIONS(4884), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4894), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2226), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4940), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4942), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1859), 25, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [42608] = 5, + [42751] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3361), 1, + ACTIONS(3143), 1, anon_sym_LBRACK, - STATE(2227), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3363), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [42671] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3011), 1, - anon_sym_LBRACK, - STATE(2228), 2, + STATE(2230), 2, sym_line_comment, sym_block_comment, - ACTIONS(3013), 47, + ACTIONS(3145), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -233516,17 +233715,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42734] = 5, + [42814] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3253), 1, + ACTIONS(3243), 1, anon_sym_LBRACK, - STATE(2229), 2, + STATE(2231), 2, sym_line_comment, sym_block_comment, - ACTIONS(3255), 47, + ACTIONS(3245), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -233574,17 +233773,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42797] = 5, + [42877] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3421), 1, + ACTIONS(3359), 1, anon_sym_LBRACK, - STATE(2230), 2, + STATE(2232), 2, sym_line_comment, sym_block_comment, - ACTIONS(3423), 47, + ACTIONS(3361), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -233632,17 +233831,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42860] = 5, + [42940] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3015), 1, + ACTIONS(2703), 1, anon_sym_LBRACK, - STATE(2231), 2, + STATE(2233), 2, sym_line_comment, sym_block_comment, - ACTIONS(3017), 47, + ACTIONS(2701), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -233690,85 +233889,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42923] = 15, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(4886), 1, - anon_sym_LPAREN, - ACTIONS(4888), 1, - anon_sym_LBRACK, - ACTIONS(4890), 1, - anon_sym_QMARK, - ACTIONS(4892), 1, - anon_sym_BANG, - STATE(2256), 1, - sym_or_block, - STATE(2277), 1, - sym_argument_list, - STATE(4350), 1, - sym_type_parameters, - ACTIONS(4884), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4894), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2232), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4940), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4942), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1855), 25, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [43006] = 5, + [43003] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3023), 1, + ACTIONS(3251), 1, anon_sym_LBRACK, - STATE(2233), 2, + STATE(2234), 2, sym_line_comment, sym_block_comment, - ACTIONS(3025), 47, + ACTIONS(3253), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -233816,17 +233947,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43069] = 5, + [43066] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3417), 1, + ACTIONS(3275), 1, anon_sym_LBRACK, - STATE(2234), 2, + STATE(2235), 2, sym_line_comment, sym_block_comment, - ACTIONS(3419), 47, + ACTIONS(3277), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -233874,17 +234005,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43132] = 5, + [43129] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3125), 1, + ACTIONS(3339), 1, anon_sym_LBRACK, - STATE(2235), 2, + STATE(2236), 2, sym_line_comment, sym_block_comment, - ACTIONS(3127), 47, + ACTIONS(3341), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -233932,17 +234063,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43195] = 5, + [43192] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3413), 1, + ACTIONS(3295), 1, anon_sym_LBRACK, - STATE(2236), 2, + STATE(2237), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 47, + ACTIONS(3297), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -233990,17 +234121,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43258] = 5, + [43255] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3031), 1, + ACTIONS(3299), 1, anon_sym_LBRACK, - STATE(2237), 2, + STATE(2238), 2, sym_line_comment, sym_block_comment, - ACTIONS(3033), 47, + ACTIONS(3301), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -234048,17 +234179,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43321] = 5, + [43318] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 1, + ACTIONS(3387), 1, anon_sym_LBRACK, - STATE(2238), 2, + STATE(2239), 2, sym_line_comment, sym_block_comment, - ACTIONS(2763), 47, + ACTIONS(3389), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -234106,17 +234237,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43384] = 5, + [43381] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3201), 1, + ACTIONS(3319), 1, anon_sym_LBRACK, - STATE(2239), 2, + STATE(2240), 2, sym_line_comment, sym_block_comment, - ACTIONS(3203), 47, + ACTIONS(3321), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -234164,17 +234295,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43447] = 5, + [43444] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3225), 1, + ACTIONS(3323), 1, anon_sym_LBRACK, - STATE(2240), 2, + STATE(2241), 2, sym_line_comment, sym_block_comment, - ACTIONS(3227), 47, + ACTIONS(3325), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -234222,17 +234353,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43510] = 5, + [43507] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3433), 1, + ACTIONS(3327), 1, anon_sym_LBRACK, - STATE(2241), 2, + STATE(2242), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 47, + ACTIONS(3329), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -234280,250 +234411,235 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43573] = 6, + [43570] = 15, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2966), 1, + ACTIONS(4892), 1, + anon_sym_LPAREN, + ACTIONS(4894), 1, anon_sym_LBRACK, - STATE(2242), 2, + ACTIONS(4896), 1, + anon_sym_QMARK, + ACTIONS(4898), 1, + anon_sym_BANG, + STATE(2237), 1, + sym_or_block, + STATE(2238), 1, + sym_argument_list, + STATE(4351), 1, + sym_type_parameters, + ACTIONS(4890), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4900), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2243), 2, sym_line_comment, sym_block_comment, - ACTIONS(2961), 12, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - anon_sym_AT_LBRACK, - ACTIONS(2963), 35, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, + ACTIONS(4930), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4932), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [43638] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3401), 1, - anon_sym_LBRACK, - STATE(2243), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3403), 47, + ACTIONS(1889), 25, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43701] = 5, + [43653] = 29, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3389), 1, + ACTIONS(2785), 1, + anon_sym_DOT, + ACTIONS(3147), 1, anon_sym_LBRACK, + ACTIONS(3450), 1, + sym_identifier, + ACTIONS(3454), 1, + anon_sym_fn, + ACTIONS(3456), 1, + anon_sym_STAR, + ACTIONS(3458), 1, + anon_sym_struct, + ACTIONS(3460), 1, + anon_sym_QMARK, + ACTIONS(3462), 1, + anon_sym_BANG, + ACTIONS(3464), 1, + anon_sym_LBRACK2, + ACTIONS(3466), 1, + anon_sym_AMP, + ACTIONS(3468), 1, + anon_sym_shared, + ACTIONS(3470), 1, + anon_sym_map_LBRACK, + ACTIONS(3472), 1, + anon_sym_chan, + ACTIONS(3474), 1, + anon_sym_thread, + ACTIONS(3476), 1, + anon_sym_atomic, + ACTIONS(4976), 1, + anon_sym_LPAREN, + ACTIONS(4978), 1, + anon_sym_LT2, + STATE(3449), 1, + sym_plain_type, + STATE(3465), 1, + sym_signature, + STATE(3699), 1, + sym_generic_parameters, + STATE(4479), 1, + sym_reference_expression, STATE(2244), 2, sym_line_comment, sym_block_comment, - ACTIONS(3391), 47, + STATE(2512), 2, + sym_parameter_list, + sym_type_parameter_list, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3453), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(3149), 7, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_pub, anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + STATE(3457), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [43764] = 15, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(4892), 1, + anon_sym_LPAREN, + ACTIONS(4894), 1, + anon_sym_LBRACK, + ACTIONS(4896), 1, anon_sym_QMARK, + ACTIONS(4898), 1, anon_sym_BANG, + STATE(2237), 1, + sym_or_block, + STATE(2238), 1, + sym_argument_list, + STATE(4351), 1, + sym_type_parameters, + ACTIONS(4890), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4900), 2, anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2245), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4930), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, + ACTIONS(4932), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [43764] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3385), 1, - anon_sym_LBRACK, - STATE(2245), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3387), 47, + ACTIONS(1881), 25, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43827] = 5, + [43847] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3381), 1, + ACTIONS(3315), 1, anon_sym_LBRACK, STATE(2246), 2, sym_line_comment, sym_block_comment, - ACTIONS(3383), 47, + ACTIONS(3317), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -234571,33 +234687,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43890] = 6, + [43910] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2998), 1, + ACTIONS(3311), 1, anon_sym_LBRACK, STATE(2247), 2, sym_line_comment, sym_block_comment, - ACTIONS(2993), 12, + ACTIONS(3313), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - anon_sym_AT_LBRACK, - ACTIONS(2995), 35, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -234610,6 +234720,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -234630,17 +234743,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [43955] = 5, + sym_identifier, + anon_sym_AT_LBRACK, + [43973] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3035), 1, + ACTIONS(3307), 1, anon_sym_LBRACK, STATE(2248), 2, sym_line_comment, sym_block_comment, - ACTIONS(3037), 47, + ACTIONS(3309), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -234688,17 +234803,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44018] = 5, + [44036] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3129), 1, + ACTIONS(3303), 1, anon_sym_LBRACK, STATE(2249), 2, sym_line_comment, sym_block_comment, - ACTIONS(3131), 47, + ACTIONS(3305), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -234746,17 +234861,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44081] = 5, + [44099] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3437), 1, + ACTIONS(3426), 1, anon_sym_LBRACK, STATE(2250), 2, sym_line_comment, sym_block_comment, - ACTIONS(3439), 47, + ACTIONS(3428), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -234804,17 +234919,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44144] = 5, + [44162] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, + ACTIONS(3207), 1, anon_sym_LBRACK, STATE(2251), 2, sym_line_comment, sym_block_comment, - ACTIONS(3271), 47, + ACTIONS(3209), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -234862,17 +234977,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44207] = 5, + [44225] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3133), 1, + ACTIONS(3438), 1, anon_sym_LBRACK, STATE(2252), 2, sym_line_comment, sym_block_comment, - ACTIONS(3135), 47, + ACTIONS(3440), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -234920,193 +235035,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44270] = 5, + [44288] = 19, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2937), 1, + ACTIONS(4892), 1, + anon_sym_LPAREN, + ACTIONS(4894), 1, anon_sym_LBRACK, + ACTIONS(4896), 1, + anon_sym_QMARK, + ACTIONS(4898), 1, + anon_sym_BANG, + ACTIONS(4942), 1, + anon_sym_AMP_AMP, + ACTIONS(4952), 1, + anon_sym_in, + ACTIONS(4954), 1, + anon_sym_BANGin, + STATE(2237), 1, + sym_or_block, + STATE(2238), 1, + sym_argument_list, + STATE(4351), 1, + sym_type_parameters, + ACTIONS(4890), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4900), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, STATE(2253), 2, sym_line_comment, sym_block_comment, - ACTIONS(2939), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, + ACTIONS(4930), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4934), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4932), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [44333] = 29, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2831), 1, - anon_sym_DOT, - ACTIONS(3149), 1, - anon_sym_LBRACK, - ACTIONS(3444), 1, - sym_identifier, - ACTIONS(3448), 1, - anon_sym_fn, - ACTIONS(3450), 1, - anon_sym_STAR, - ACTIONS(3452), 1, - anon_sym_struct, - ACTIONS(3454), 1, - anon_sym_QMARK, - ACTIONS(3456), 1, - anon_sym_BANG, - ACTIONS(3458), 1, - anon_sym_LBRACK2, - ACTIONS(3460), 1, - anon_sym_AMP, - ACTIONS(3462), 1, - anon_sym_shared, - ACTIONS(3464), 1, - anon_sym_map_LBRACK, - ACTIONS(3466), 1, - anon_sym_chan, - ACTIONS(3468), 1, - anon_sym_thread, - ACTIONS(3470), 1, - anon_sym_atomic, - ACTIONS(4978), 1, - anon_sym_LPAREN, - ACTIONS(4980), 1, - anon_sym_LT2, - STATE(3447), 1, - sym_plain_type, - STATE(3451), 1, - sym_signature, - STATE(3765), 1, - sym_generic_parameters, - STATE(4480), 1, - sym_reference_expression, - STATE(2254), 2, - sym_line_comment, - sym_block_comment, - STATE(2511), 2, - sym_parameter_list, - sym_type_parameter_list, - STATE(3437), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3455), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - ACTIONS(3151), 7, + ACTIONS(1855), 16, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_as, anon_sym_RBRACE, anon_sym___global, anon_sym_pub, anon_sym_mut, - STATE(3459), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [44444] = 19, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + sym_identifier, + anon_sym_AT_LBRACK, + [44379] = 18, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + ACTIONS(4892), 1, anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(4894), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + ACTIONS(4896), 1, anon_sym_QMARK, - ACTIONS(4892), 1, + ACTIONS(4898), 1, anon_sym_BANG, ACTIONS(4952), 1, - anon_sym_AMP_AMP, - ACTIONS(4962), 1, anon_sym_in, - ACTIONS(4964), 1, + ACTIONS(4954), 1, anon_sym_BANGin, - STATE(2256), 1, + STATE(2237), 1, sym_or_block, - STATE(2277), 1, + STATE(2238), 1, sym_argument_list, - STATE(4350), 1, + STATE(4351), 1, sym_type_parameters, - ACTIONS(4884), 2, + ACTIONS(4890), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4894), 2, + ACTIONS(4900), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2255), 2, + STATE(2254), 2, sym_line_comment, sym_block_comment, - ACTIONS(4940), 4, + ACTIONS(4930), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4944), 6, + ACTIONS(4934), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4942), 8, + ACTIONS(4932), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -235115,7 +235160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 16, + ACTIONS(1855), 17, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -235126,23 +235171,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, sym_identifier, anon_sym_AT_LBRACK, - [44535] = 5, + [44468] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3241), 1, + ACTIONS(3331), 1, anon_sym_LBRACK, - STATE(2256), 2, + STATE(2255), 2, sym_line_comment, sym_block_comment, - ACTIONS(3243), 47, + ACTIONS(3333), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -235190,17 +235236,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44598] = 5, + [44531] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3141), 1, + ACTIONS(3442), 1, anon_sym_LBRACK, - STATE(2257), 2, + STATE(2256), 2, sym_line_comment, sym_block_comment, - ACTIONS(3143), 47, + ACTIONS(3444), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -235248,51 +235294,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44661] = 18, + [44594] = 15, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + ACTIONS(4892), 1, anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(4894), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + ACTIONS(4896), 1, anon_sym_QMARK, - ACTIONS(4892), 1, + ACTIONS(4898), 1, anon_sym_BANG, - ACTIONS(4962), 1, - anon_sym_in, - ACTIONS(4964), 1, - anon_sym_BANGin, - STATE(2256), 1, + STATE(2237), 1, sym_or_block, - STATE(2277), 1, + STATE(2238), 1, sym_argument_list, - STATE(4350), 1, + STATE(4351), 1, sym_type_parameters, - ACTIONS(4884), 2, + ACTIONS(4890), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4894), 2, + ACTIONS(4900), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2258), 2, + STATE(2257), 2, sym_line_comment, sym_block_comment, - ACTIONS(4940), 4, + ACTIONS(4930), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4944), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4942), 8, + ACTIONS(4932), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -235301,93 +235336,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 17, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - sym_identifier, - anon_sym_AT_LBRACK, - [44750] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3137), 1, - anon_sym_LBRACK, - STATE(2259), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3139), 47, + ACTIONS(1855), 25, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44813] = 5, + [44677] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3153), 1, + ACTIONS(3351), 1, anon_sym_LBRACK, - STATE(2260), 2, + STATE(2258), 2, sym_line_comment, sym_block_comment, - ACTIONS(3155), 47, + ACTIONS(3353), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -235435,17 +235420,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44876] = 5, + [44740] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3145), 1, + ACTIONS(3371), 1, anon_sym_LBRACK, - STATE(2261), 2, + STATE(2259), 2, sym_line_comment, sym_block_comment, - ACTIONS(3147), 47, + ACTIONS(3373), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -235493,17 +235478,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44939] = 5, + [44803] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3177), 1, + ACTIONS(3379), 1, anon_sym_LBRACK, - STATE(2262), 2, + STATE(2260), 2, sym_line_comment, sym_block_comment, - ACTIONS(3179), 47, + ACTIONS(3381), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -235551,17 +235536,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45002] = 5, + [44866] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3181), 1, + ACTIONS(3414), 1, anon_sym_LBRACK, - STATE(2263), 2, + STATE(2261), 2, sym_line_comment, sym_block_comment, - ACTIONS(3183), 47, + ACTIONS(3416), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -235609,75 +235594,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45065] = 5, + [44929] = 14, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3185), 1, + ACTIONS(4892), 1, + anon_sym_LPAREN, + ACTIONS(4894), 1, anon_sym_LBRACK, - STATE(2264), 2, + ACTIONS(4896), 1, + anon_sym_QMARK, + ACTIONS(4898), 1, + anon_sym_BANG, + STATE(2237), 1, + sym_or_block, + STATE(2238), 1, + sym_argument_list, + STATE(4351), 1, + sym_type_parameters, + ACTIONS(4890), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4900), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2262), 2, sym_line_comment, sym_block_comment, - ACTIONS(3187), 47, + ACTIONS(4932), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1855), 29, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45128] = 5, + [45010] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 1, + ACTIONS(3151), 1, anon_sym_LBRACK, - STATE(2265), 2, + STATE(2263), 2, sym_line_comment, sym_block_comment, - ACTIONS(3355), 47, + ACTIONS(3153), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -235725,17 +235719,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45191] = 5, + [45073] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3285), 1, + ACTIONS(3031), 1, anon_sym_LBRACK, - STATE(2266), 2, + STATE(2264), 2, sym_line_comment, sym_block_comment, - ACTIONS(3287), 47, + ACTIONS(3033), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -235783,75 +235777,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45254] = 5, - ACTIONS(3), 1, + [45136] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(2267), 2, + ACTIONS(3375), 1, + anon_sym_LBRACK, + STATE(2265), 2, sym_line_comment, sym_block_comment, - ACTIONS(2907), 24, - anon_sym_LBRACE, + ACTIONS(3377), 47, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_is, anon_sym_BANGis, + anon_sym_in, anon_sym_BANGin, - anon_sym_map_LBRACK, - ACTIONS(2909), 24, + sym_identifier, + anon_sym_AT_LBRACK, + [45199] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3215), 1, + anon_sym_LBRACK, + STATE(2266), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3217), 47, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_struct, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, + anon_sym_BANGis, anon_sym_in, + anon_sym_BANGin, sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_DOT_DOT, - [45317] = 5, + anon_sym_AT_LBRACK, + [45262] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3409), 1, + ACTIONS(3235), 1, anon_sym_LBRACK, - STATE(2268), 2, + STATE(2267), 2, sym_line_comment, sym_block_comment, - ACTIONS(3411), 47, + ACTIONS(3237), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -235899,23 +235951,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45380] = 6, + [45325] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2268), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1960), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4980), 25, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + sym_pseudo_compile_time_identifier, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [45388] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2833), 1, - anon_sym_DOT, - ACTIONS(3149), 1, + ACTIONS(3247), 1, anon_sym_LBRACK, STATE(2269), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 46, + ACTIONS(3249), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -235958,17 +236067,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45445] = 5, + [45451] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3313), 1, + ACTIONS(2783), 1, anon_sym_LBRACK, STATE(2270), 2, sym_line_comment, sym_block_comment, - ACTIONS(3315), 47, + ACTIONS(2785), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236016,17 +236125,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45508] = 5, + [45514] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3309), 1, + ACTIONS(3109), 1, anon_sym_LBRACK, STATE(2271), 2, sym_line_comment, sym_block_comment, - ACTIONS(3311), 47, + ACTIONS(3111), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236074,17 +236183,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45571] = 5, + [45577] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3297), 1, + ACTIONS(3227), 1, anon_sym_LBRACK, STATE(2272), 2, sym_line_comment, sym_block_comment, - ACTIONS(3299), 47, + ACTIONS(3229), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236132,17 +236241,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45634] = 5, + [45640] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, + ACTIONS(3223), 1, anon_sym_LBRACK, STATE(2273), 2, sym_line_comment, sym_block_comment, - ACTIONS(3291), 47, + ACTIONS(3225), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236190,17 +236299,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45697] = 5, + [45703] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3189), 1, + ACTIONS(3113), 1, anon_sym_LBRACK, STATE(2274), 2, sym_line_comment, sym_block_comment, - ACTIONS(3191), 47, + ACTIONS(3115), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236248,17 +236357,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45760] = 5, + [45766] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2893), 1, + ACTIONS(3067), 1, anon_sym_LBRACK, STATE(2275), 2, sym_line_comment, sym_block_comment, - ACTIONS(2895), 47, + ACTIONS(3069), 47, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + sym_identifier, + anon_sym_AT_LBRACK, + [45829] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3430), 1, + anon_sym_LBRACK, + STATE(2276), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3432), 47, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + sym_identifier, + anon_sym_AT_LBRACK, + [45892] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3291), 1, + anon_sym_LBRACK, + STATE(2277), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3293), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236306,85 +236531,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45823] = 15, + [45955] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, - anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(3199), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, - anon_sym_QMARK, - ACTIONS(4892), 1, - anon_sym_BANG, - STATE(2256), 1, - sym_or_block, - STATE(2277), 1, - sym_argument_list, - STATE(4350), 1, - sym_type_parameters, - ACTIONS(4884), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4894), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2276), 2, + STATE(2278), 2, sym_line_comment, sym_block_comment, - ACTIONS(4940), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4942), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1813), 25, + ACTIONS(3201), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45906] = 5, + [46018] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3245), 1, + ACTIONS(3446), 1, anon_sym_LBRACK, - STATE(2277), 2, + STATE(2279), 2, sym_line_comment, sym_block_comment, - ACTIONS(3247), 47, + ACTIONS(3448), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236432,17 +236647,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45969] = 5, + [46081] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3229), 1, + ACTIONS(3183), 1, anon_sym_LBRACK, - STATE(2278), 2, + STATE(2280), 2, sym_line_comment, sym_block_comment, - ACTIONS(3231), 47, + ACTIONS(3185), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236490,17 +236705,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [46032] = 5, + [46144] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3205), 1, + ACTIONS(3406), 1, anon_sym_LBRACK, - STATE(2279), 2, + STATE(2281), 2, sym_line_comment, sym_block_comment, - ACTIONS(3207), 47, + ACTIONS(3408), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236548,17 +236763,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [46095] = 5, + [46207] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3397), 1, + ACTIONS(3287), 1, anon_sym_LBRACK, - STATE(2280), 2, + STATE(2282), 2, sym_line_comment, sym_block_comment, - ACTIONS(3399), 47, + ACTIONS(3289), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236606,17 +236821,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [46158] = 5, + [46270] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3418), 1, anon_sym_LBRACK, - STATE(2281), 2, + STATE(2283), 2, sym_line_comment, sym_block_comment, - ACTIONS(3215), 47, + ACTIONS(3420), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236664,17 +236879,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [46221] = 5, + [46333] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3273), 1, + ACTIONS(3135), 1, anon_sym_LBRACK, - STATE(2282), 2, + STATE(2284), 2, sym_line_comment, sym_block_comment, - ACTIONS(3275), 47, + ACTIONS(3137), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236722,17 +236937,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [46284] = 5, + [46396] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2285), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4984), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4982), 25, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + sym_pseudo_compile_time_identifier, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [46459] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3293), 1, + ACTIONS(3434), 1, anon_sym_LBRACK, - STATE(2283), 2, + STATE(2286), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 47, + ACTIONS(3436), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236780,96 +237053,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [46347] = 26, - ACTIONS(497), 1, + [46522] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + STATE(2287), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3239), 24, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4888), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, - ACTIONS(4890), 1, - anon_sym_QMARK, - ACTIONS(4892), 1, - anon_sym_BANG, - ACTIONS(4938), 1, - anon_sym_as, - ACTIONS(4946), 1, anon_sym_PLUS_PLUS, - ACTIONS(4948), 1, anon_sym_DASH_DASH, - ACTIONS(4952), 1, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(4954), 1, anon_sym_PIPE_PIPE, - ACTIONS(4956), 1, - anon_sym_or, - ACTIONS(4958), 1, - anon_sym_is, - ACTIONS(4960), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_BANGis, - ACTIONS(4962), 1, - anon_sym_in, - ACTIONS(4964), 1, anon_sym_BANGin, - STATE(2256), 1, - sym_or_block, - STATE(2277), 1, - sym_argument_list, - STATE(4350), 1, - sym_type_parameters, - ACTIONS(4884), 2, + anon_sym_map_LBRACK, + ACTIONS(3241), 24, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4894), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2284), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4940), 4, + anon_sym_as, anon_sym_PIPE, + anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4944), 6, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4942), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_struct, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1937), 9, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, + anon_sym_or, + anon_sym_is, + anon_sym_in, sym_identifier, - anon_sym_AT_LBRACK, - [46452] = 5, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_DOT_DOT, + [46585] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3301), 1, + ACTIONS(3195), 1, anon_sym_LBRACK, - STATE(2285), 2, + STATE(2288), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 47, + ACTIONS(3197), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236917,17 +237169,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [46515] = 5, + [46648] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2289), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3095), 24, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_BANGis, + anon_sym_BANGin, + anon_sym_map_LBRACK, + ACTIONS(3097), 24, + anon_sym_DOT, + anon_sym_as, + anon_sym_PIPE, + anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_struct, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_is, + anon_sym_in, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_DOT_DOT, + [46711] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, + ACTIONS(3063), 1, anon_sym_LBRACK, - STATE(2286), 2, + STATE(2290), 2, sym_line_comment, sym_block_comment, - ACTIONS(3307), 47, + ACTIONS(3065), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -236975,75 +237285,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [46578] = 5, + [46774] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2287), 2, + STATE(2291), 2, sym_line_comment, sym_block_comment, - ACTIONS(1960), 23, + ACTIONS(3091), 24, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_BANGis, + anon_sym_BANGin, anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4982), 25, + ACTIONS(3093), 24, anon_sym_DOT, + anon_sym_as, + anon_sym_PIPE, anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - sym_pseudo_compile_time_identifier, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_is, + anon_sym_in, sym_identifier, anon_sym_shared, anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [46641] = 5, + anon_sym_DOT_DOT, + [46837] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2829), 1, + ACTIONS(3187), 1, anon_sym_LBRACK, - STATE(2288), 2, + STATE(2292), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 47, + ACTIONS(3189), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -237091,17 +237401,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [46704] = 5, + [46900] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3233), 1, + ACTIONS(3139), 1, anon_sym_LBRACK, - STATE(2289), 2, + STATE(2293), 2, sym_line_comment, sym_block_comment, - ACTIONS(3235), 47, + ACTIONS(3141), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -237149,138 +237459,197 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [46767] = 5, - ACTIONS(497), 1, + [46963] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3237), 1, - anon_sym_LBRACK, - STATE(2290), 2, + STATE(2294), 2, sym_line_comment, sym_block_comment, - ACTIONS(3239), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, + ACTIONS(3021), 24, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_is, anon_sym_BANGis, - anon_sym_in, anon_sym_BANGin, + anon_sym_map_LBRACK, + ACTIONS(3023), 24, + anon_sym_DOT, + anon_sym_as, + anon_sym_PIPE, + anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_struct, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_is, + anon_sym_in, sym_identifier, - anon_sym_AT_LBRACK, - [46830] = 5, - ACTIONS(497), 1, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_DOT_DOT, + [47026] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3393), 1, - anon_sym_LBRACK, - STATE(2291), 2, + STATE(2295), 2, sym_line_comment, sym_block_comment, - ACTIONS(3395), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, + ACTIONS(3017), 24, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_is, anon_sym_BANGis, - anon_sym_in, anon_sym_BANGin, + anon_sym_map_LBRACK, + ACTIONS(3019), 24, + anon_sym_DOT, + anon_sym_as, + anon_sym_PIPE, + anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_struct, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_is, + anon_sym_in, sym_identifier, - anon_sym_AT_LBRACK, - [46893] = 5, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_DOT_DOT, + [47089] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2296), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2486), 23, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4986), 25, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + sym_pseudo_compile_time_identifier, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [47152] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3249), 1, + ACTIONS(3375), 1, anon_sym_LBRACK, - STATE(2292), 2, + ACTIONS(3399), 1, + anon_sym_DOT, + STATE(2297), 2, sym_line_comment, sym_block_comment, - ACTIONS(3251), 47, + ACTIONS(3377), 46, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -237323,17 +237692,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [46956] = 5, + [47217] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3277), 1, + ACTIONS(3395), 1, anon_sym_LBRACK, - STATE(2293), 2, + STATE(2298), 2, sym_line_comment, sym_block_comment, - ACTIONS(3279), 47, + ACTIONS(3397), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -237381,17 +237750,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47019] = 5, + [47280] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3317), 1, + ACTIONS(3422), 1, anon_sym_LBRACK, - STATE(2294), 2, + STATE(2299), 2, sym_line_comment, sym_block_comment, - ACTIONS(3319), 47, + ACTIONS(3424), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -237439,17 +237808,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47082] = 5, + [47343] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3321), 1, + ACTIONS(3367), 1, anon_sym_LBRACK, - STATE(2295), 2, + STATE(2300), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 47, + ACTIONS(3369), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -237497,17 +237866,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47145] = 5, + [47406] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3265), 1, + ACTIONS(3271), 1, anon_sym_LBRACK, - STATE(2296), 2, + STATE(2301), 2, sym_line_comment, sym_block_comment, - ACTIONS(3267), 47, + ACTIONS(3273), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -237555,17 +237924,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47208] = 5, + [47469] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3281), 1, + ACTIONS(3179), 1, anon_sym_LBRACK, - STATE(2297), 2, + STATE(2302), 2, sym_line_comment, sym_block_comment, - ACTIONS(3283), 47, + ACTIONS(3181), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -237613,17 +237982,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47271] = 5, + [47532] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2949), 1, + ACTIONS(3191), 1, anon_sym_LBRACK, - STATE(2298), 2, + STATE(2303), 2, sym_line_comment, sym_block_comment, - ACTIONS(2951), 47, + ACTIONS(3193), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -237671,17 +238040,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47334] = 5, + [47595] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3365), 1, + ACTIONS(3175), 1, anon_sym_LBRACK, - STATE(2299), 2, + STATE(2304), 2, sym_line_comment, sym_block_comment, - ACTIONS(3367), 47, + ACTIONS(3177), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -237729,17 +238098,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47397] = 5, + [47658] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3369), 1, + ACTIONS(3203), 1, anon_sym_LBRACK, - STATE(2300), 2, + STATE(2305), 2, sym_line_comment, sym_block_comment, - ACTIONS(3371), 47, + ACTIONS(3205), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -237787,17 +238156,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47460] = 5, + [47721] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3373), 1, + ACTIONS(3267), 1, anon_sym_LBRACK, - STATE(2301), 2, + STATE(2306), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 47, + ACTIONS(3269), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -237845,90 +238214,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47523] = 14, + [47784] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, - anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(3071), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, - anon_sym_QMARK, - ACTIONS(4892), 1, - anon_sym_BANG, - STATE(2256), 1, - sym_or_block, - STATE(2277), 1, - sym_argument_list, - STATE(4350), 1, - sym_type_parameters, - ACTIONS(4884), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4894), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2302), 2, + STATE(2307), 2, sym_line_comment, sym_block_comment, - ACTIONS(4942), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1813), 29, + ACTIONS(3073), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47604] = 6, + [47847] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3433), 1, + ACTIONS(3147), 1, anon_sym_LBRACK, - ACTIONS(3441), 1, - anon_sym_DOT, - STATE(2303), 2, + STATE(2308), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 46, + ACTIONS(3149), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -237971,17 +238330,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47669] = 5, + [47910] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3337), 1, + ACTIONS(3402), 1, anon_sym_LBRACK, - STATE(2304), 2, + STATE(2309), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 47, + ACTIONS(3404), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -238029,27 +238388,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47732] = 5, + [47973] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2915), 1, + ACTIONS(3075), 1, anon_sym_LBRACK, - STATE(2305), 2, + STATE(2310), 2, sym_line_comment, sym_block_comment, - ACTIONS(2917), 47, + ACTIONS(3281), 12, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + anon_sym_AT_LBRACK, + ACTIONS(3078), 35, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -238062,9 +238427,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -238085,19 +238447,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [47795] = 5, + [48038] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3149), 1, + ACTIONS(3099), 1, anon_sym_LBRACK, - STATE(2306), 2, + STATE(2311), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 47, + ACTIONS(3101), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -238145,27 +238505,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47858] = 5, + [48101] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3221), 1, + ACTIONS(3085), 1, anon_sym_LBRACK, - STATE(2307), 2, + STATE(2312), 2, sym_line_comment, sym_block_comment, - ACTIONS(3223), 47, + ACTIONS(3285), 12, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + anon_sym_AT_LBRACK, + ACTIONS(3088), 35, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -238178,9 +238544,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -238201,19 +238564,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [47921] = 5, + [48166] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3377), 1, + ACTIONS(3263), 1, anon_sym_LBRACK, - STATE(2308), 2, + STATE(2313), 2, sym_line_comment, sym_block_comment, - ACTIONS(3379), 47, + ACTIONS(3265), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -238261,17 +238622,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [47984] = 5, + [48229] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2885), 1, + ACTIONS(3259), 1, anon_sym_LBRACK, - STATE(2309), 2, + STATE(2314), 2, sym_line_comment, sym_block_comment, - ACTIONS(2887), 47, + ACTIONS(3261), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -238319,17 +238680,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [48047] = 5, + [48292] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3349), 1, + ACTIONS(3081), 1, anon_sym_LBRACK, - STATE(2310), 2, + STATE(2315), 2, sym_line_comment, sym_block_comment, - ACTIONS(3351), 47, + ACTIONS(3083), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -238377,17 +238738,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [48110] = 5, + [48355] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3345), 1, + ACTIONS(3231), 1, anon_sym_LBRACK, - STATE(2311), 2, + STATE(2316), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 47, + ACTIONS(3233), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -238435,51 +238796,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [48173] = 5, - ACTIONS(497), 1, + [48418] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3019), 1, - anon_sym_LBRACK, - STATE(2312), 2, + STATE(2317), 2, sym_line_comment, sym_block_comment, - ACTIONS(3021), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(2653), 13, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2651), 34, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -238487,23 +238845,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [48236] = 5, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [48480] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2313), 2, + STATE(2318), 2, sym_line_comment, sym_block_comment, - ACTIONS(4986), 23, + ACTIONS(4972), 22, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, @@ -238525,7 +238884,7 @@ static const uint16_t ts_small_parse_table[] = { sym___c_single_quote, sym___r_double_quote, sym___r_single_quote, - ACTIONS(4984), 25, + ACTIONS(4970), 25, anon_sym_DOT, anon_sym_fn, anon_sym_struct, @@ -238551,149 +238910,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [48299] = 5, + [48542] = 15, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3341), 1, - anon_sym_LBRACK, - STATE(2314), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3343), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4892), 1, anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4894), 1, + anon_sym_LBRACK, + ACTIONS(4896), 1, anon_sym_QMARK, + ACTIONS(4898), 1, anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, + STATE(2237), 1, + sym_or_block, + STATE(2238), 1, + sym_argument_list, + STATE(4351), 1, + sym_type_parameters, + ACTIONS(4890), 2, + anon_sym_DOT, anon_sym_QMARK_DOT, + ACTIONS(4900), 2, + anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [48362] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3429), 1, - anon_sym_LBRACK, - STATE(2315), 2, + STATE(2319), 2, sym_line_comment, sym_block_comment, - ACTIONS(3431), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, + ACTIONS(4988), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4990), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [48425] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2955), 1, - anon_sym_LBRACK, - STATE(2316), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2957), 47, + ACTIONS(1889), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -238701,62 +238967,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, - anon_sym_AT_LBRACK, - [48488] = 19, + [48624] = 26, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + ACTIONS(4892), 1, anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(4894), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + ACTIONS(4896), 1, anon_sym_QMARK, - ACTIONS(4892), 1, + ACTIONS(4898), 1, anon_sym_BANG, + ACTIONS(4928), 1, + anon_sym_as, + ACTIONS(4936), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4938), 1, + anon_sym_DASH_DASH, + ACTIONS(4946), 1, + anon_sym_or, + ACTIONS(4948), 1, + anon_sym_is, + ACTIONS(4950), 1, + anon_sym_BANGis, ACTIONS(4994), 1, anon_sym_AMP_AMP, ACTIONS(4996), 1, - anon_sym_in, + anon_sym_PIPE_PIPE, ACTIONS(4998), 1, + anon_sym_in, + ACTIONS(5000), 1, anon_sym_BANGin, - STATE(2256), 1, + STATE(2237), 1, sym_or_block, - STATE(2277), 1, + STATE(2238), 1, sym_argument_list, - STATE(4350), 1, + STATE(4351), 1, sym_type_parameters, - ACTIONS(4884), 2, + ACTIONS(4890), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4894), 2, + ACTIONS(4900), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2317), 2, + STATE(2320), 2, sym_line_comment, sym_block_comment, ACTIONS(4988), 4, @@ -238771,6 +239037,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(3764), 8, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_DOT_DOT_DOT, + sym_identifier, ACTIONS(4990), 8, anon_sym_STAR, anon_sym_SLASH, @@ -238780,36 +239055,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 15, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - sym_identifier, - [48578] = 6, + [48728] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2969), 1, + ACTIONS(3037), 1, anon_sym_LBRACK, - ACTIONS(2763), 2, + ACTIONS(2701), 2, anon_sym_LBRACE, anon_sym_COMMA, - STATE(2318), 2, + STATE(2321), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 44, + ACTIONS(3039), 44, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -238854,104 +239113,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [48642] = 15, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(4886), 1, - anon_sym_LPAREN, - ACTIONS(4888), 1, - anon_sym_LBRACK, - ACTIONS(4890), 1, - anon_sym_QMARK, - ACTIONS(4892), 1, - anon_sym_BANG, - STATE(2256), 1, - sym_or_block, - STATE(2277), 1, - sym_argument_list, - STATE(4350), 1, - sym_type_parameters, - ACTIONS(4884), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4894), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2319), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4988), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4990), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1859), 24, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - [48724] = 16, + [48792] = 16, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, + anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - STATE(2320), 2, + STATE(2322), 2, sym_line_comment, sym_block_comment, - ACTIONS(1877), 9, + ACTIONS(1855), 9, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -238961,7 +239153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(1875), 27, + ACTIONS(1853), 27, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238989,52 +239181,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [48808] = 26, + [48876] = 26, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + ACTIONS(4892), 1, anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(4894), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + ACTIONS(4896), 1, anon_sym_QMARK, - ACTIONS(4892), 1, + ACTIONS(4898), 1, anon_sym_BANG, - ACTIONS(4938), 1, + ACTIONS(4928), 1, anon_sym_as, - ACTIONS(4946), 1, + ACTIONS(4936), 1, anon_sym_PLUS_PLUS, - ACTIONS(4948), 1, + ACTIONS(4938), 1, anon_sym_DASH_DASH, - ACTIONS(4956), 1, + ACTIONS(4946), 1, anon_sym_or, - ACTIONS(4958), 1, + ACTIONS(4948), 1, anon_sym_is, - ACTIONS(4960), 1, + ACTIONS(4950), 1, anon_sym_BANGis, ACTIONS(4994), 1, anon_sym_AMP_AMP, ACTIONS(4996), 1, - anon_sym_in, + anon_sym_PIPE_PIPE, ACTIONS(4998), 1, + anon_sym_in, + ACTIONS(5000), 1, anon_sym_BANGin, - ACTIONS(5016), 1, - anon_sym_PIPE_PIPE, - STATE(2256), 1, + STATE(2237), 1, sym_or_block, - STATE(2277), 1, + STATE(2238), 1, sym_argument_list, - STATE(4350), 1, + STATE(4351), 1, sym_type_parameters, - ACTIONS(4884), 2, + ACTIONS(4890), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4894), 2, + ACTIONS(4900), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2321), 2, + STATE(2323), 2, sym_line_comment, sym_block_comment, ACTIONS(4988), 4, @@ -239049,7 +239241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(2071), 8, + ACTIONS(1833), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -239067,52 +239259,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [48912] = 26, - ACTIONS(497), 1, + [48980] = 16, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + ACTIONS(5002), 1, + anon_sym_DOT, + ACTIONS(5004), 1, anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + ACTIONS(5008), 1, anon_sym_QMARK, - ACTIONS(4892), 1, + ACTIONS(5010), 1, anon_sym_BANG, - ACTIONS(4938), 1, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + STATE(2324), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1945), 9, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(1943), 27, + anon_sym_SEMI, anon_sym_as, - ACTIONS(4946), 1, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, - ACTIONS(4948), 1, anon_sym_DASH_DASH, - ACTIONS(4956), 1, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(4958), 1, anon_sym_is, - ACTIONS(4960), 1, anon_sym_BANGis, - ACTIONS(4994), 1, - anon_sym_AMP_AMP, - ACTIONS(4996), 1, anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [49064] = 18, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(4892), 1, + anon_sym_LPAREN, + ACTIONS(4894), 1, + anon_sym_LBRACK, + ACTIONS(4896), 1, + anon_sym_QMARK, + ACTIONS(4898), 1, + anon_sym_BANG, ACTIONS(4998), 1, + anon_sym_in, + ACTIONS(5000), 1, anon_sym_BANGin, - ACTIONS(5016), 1, - anon_sym_PIPE_PIPE, - STATE(2256), 1, + STATE(2237), 1, sym_or_block, - STATE(2277), 1, + STATE(2238), 1, sym_argument_list, - STATE(4350), 1, + STATE(4351), 1, sym_type_parameters, - ACTIONS(4884), 2, + ACTIONS(4890), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4894), 2, + ACTIONS(4900), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2322), 2, + STATE(2325), 2, sym_line_comment, sym_block_comment, ACTIONS(4988), 4, @@ -239127,34 +239371,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1937), 8, + ACTIONS(4990), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1855), 16, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_DOT_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, sym_identifier, - ACTIONS(4990), 8, + [49152] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2651), 1, + anon_sym_LBRACK, + ACTIONS(2701), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + STATE(2326), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2653), 44, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [49016] = 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + sym_identifier, + anon_sym_AT_LBRACK, + [49216] = 16, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2323), 2, + ACTIONS(5002), 1, + anon_sym_DOT, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + STATE(2327), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 13, - anon_sym_DOT, + ACTIONS(1877), 9, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -239162,18 +239493,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2759), 34, + ACTIONS(1875), 27, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -239181,7 +239507,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -239192,42 +239517,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49078] = 15, + [49300] = 15, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + ACTIONS(4892), 1, anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(4894), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + ACTIONS(4896), 1, anon_sym_QMARK, - ACTIONS(4892), 1, + ACTIONS(4898), 1, anon_sym_BANG, - STATE(2256), 1, + STATE(2237), 1, sym_or_block, - STATE(2277), 1, + STATE(2238), 1, sym_argument_list, - STATE(4350), 1, + STATE(4351), 1, sym_type_parameters, - ACTIONS(4884), 2, + ACTIONS(4890), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4894), 2, + ACTIONS(4900), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2324), 2, + STATE(2328), 2, sym_line_comment, sym_block_comment, ACTIONS(4988), 4, @@ -239269,65 +239590,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, sym_identifier, - [49160] = 16, - ACTIONS(3), 1, + [49382] = 14, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, - ACTIONS(5002), 1, + ACTIONS(4892), 1, anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(4894), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(4896), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(4898), 1, anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5012), 1, - anon_sym_QMARK_DOT, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, + STATE(2237), 1, sym_or_block, - STATE(4367), 1, + STATE(2238), 1, + sym_argument_list, + STATE(4351), 1, sym_type_parameters, - STATE(2325), 2, + ACTIONS(4890), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4900), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2329), 2, sym_line_comment, sym_block_comment, - ACTIONS(1887), 9, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + ACTIONS(4990), 8, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, + anon_sym_PERCENT, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1885), 27, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1855), 28, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -239335,34 +239655,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [49244] = 15, + sym_identifier, + [49462] = 15, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + ACTIONS(4892), 1, anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(4894), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + ACTIONS(4896), 1, anon_sym_QMARK, - ACTIONS(4892), 1, + ACTIONS(4898), 1, anon_sym_BANG, - STATE(2256), 1, + STATE(2237), 1, sym_or_block, - STATE(2277), 1, + STATE(2238), 1, sym_argument_list, - STATE(4350), 1, + STATE(4351), 1, sym_type_parameters, - ACTIONS(4884), 2, + ACTIONS(4890), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4894), 2, + ACTIONS(4900), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2326), 2, + STATE(2330), 2, sym_line_comment, sym_block_comment, ACTIONS(4988), 4, @@ -239379,7 +239698,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 24, + ACTIONS(1881), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -239404,224 +239723,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, sym_identifier, - [49326] = 5, - ACTIONS(3), 1, + [49544] = 19, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(2327), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5020), 22, - anon_sym_LBRACE, + ACTIONS(4892), 1, anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, + ACTIONS(4894), 1, + anon_sym_LBRACK, + ACTIONS(4896), 1, anon_sym_QMARK, + ACTIONS(4898), 1, anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(5018), 25, + ACTIONS(4994), 1, + anon_sym_AMP_AMP, + ACTIONS(4998), 1, + anon_sym_in, + ACTIONS(5000), 1, + anon_sym_BANGin, + STATE(2237), 1, + sym_or_block, + STATE(2238), 1, + sym_argument_list, + STATE(4351), 1, + sym_type_parameters, + ACTIONS(4890), 2, anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - sym_pseudo_compile_time_identifier, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [49388] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2328), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4974), 22, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, + anon_sym_QMARK_DOT, + ACTIONS(4900), 2, anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4972), 25, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - sym_pseudo_compile_time_identifier, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [49450] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2759), 1, - anon_sym_LBRACK, - ACTIONS(2763), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - STATE(2329), 2, + anon_sym_POUND_LBRACK, + STATE(2331), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 44, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, + ACTIONS(4988), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4992), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + anon_sym_GT_EQ, + ACTIONS(4990), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, + ACTIONS(1855), 15, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_DOT_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, sym_identifier, - anon_sym_AT_LBRACK, - [49514] = 26, + [49634] = 26, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + ACTIONS(4892), 1, anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(4894), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + ACTIONS(4896), 1, anon_sym_QMARK, - ACTIONS(4892), 1, + ACTIONS(4898), 1, anon_sym_BANG, - ACTIONS(4938), 1, + ACTIONS(4928), 1, anon_sym_as, - ACTIONS(4946), 1, + ACTIONS(4936), 1, anon_sym_PLUS_PLUS, - ACTIONS(4948), 1, + ACTIONS(4938), 1, anon_sym_DASH_DASH, - ACTIONS(4956), 1, + ACTIONS(4946), 1, anon_sym_or, - ACTIONS(4958), 1, + ACTIONS(4948), 1, anon_sym_is, - ACTIONS(4960), 1, + ACTIONS(4950), 1, anon_sym_BANGis, ACTIONS(4994), 1, anon_sym_AMP_AMP, ACTIONS(4996), 1, - anon_sym_in, + anon_sym_PIPE_PIPE, ACTIONS(4998), 1, + anon_sym_in, + ACTIONS(5000), 1, anon_sym_BANGin, - ACTIONS(5016), 1, - anon_sym_PIPE_PIPE, - STATE(2256), 1, + STATE(2237), 1, sym_or_block, - STATE(2277), 1, + STATE(2238), 1, sym_argument_list, - STATE(4350), 1, + STATE(4351), 1, sym_type_parameters, - ACTIONS(4884), 2, + ACTIONS(4890), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4894), 2, + ACTIONS(4900), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2330), 2, + STATE(2332), 2, sym_line_comment, sym_block_comment, ACTIONS(4988), 4, @@ -239636,7 +239854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(3726), 8, + ACTIONS(3762), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -239654,36 +239872,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [49618] = 18, + [49738] = 26, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + ACTIONS(4892), 1, anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(4894), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + ACTIONS(4896), 1, anon_sym_QMARK, - ACTIONS(4892), 1, + ACTIONS(4898), 1, anon_sym_BANG, + ACTIONS(4928), 1, + anon_sym_as, + ACTIONS(4936), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4938), 1, + anon_sym_DASH_DASH, + ACTIONS(4946), 1, + anon_sym_or, + ACTIONS(4948), 1, + anon_sym_is, + ACTIONS(4950), 1, + anon_sym_BANGis, + ACTIONS(4994), 1, + anon_sym_AMP_AMP, ACTIONS(4996), 1, - anon_sym_in, + anon_sym_PIPE_PIPE, ACTIONS(4998), 1, + anon_sym_in, + ACTIONS(5000), 1, anon_sym_BANGin, - STATE(2256), 1, + STATE(2237), 1, sym_or_block, - STATE(2277), 1, + STATE(2238), 1, sym_argument_list, - STATE(4350), 1, + STATE(4351), 1, sym_type_parameters, - ACTIONS(4884), 2, + ACTIONS(4890), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4894), 2, + ACTIONS(4900), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2331), 2, + STATE(2333), 2, sym_line_comment, sym_block_comment, ACTIONS(4988), 4, @@ -239698,6 +239932,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(1841), 8, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_DOT_DOT_DOT, + sym_identifier, ACTIONS(4990), 8, anon_sym_STAR, anon_sym_SLASH, @@ -239707,32 +239950,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 16, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - sym_identifier, - [49706] = 5, + [49842] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2332), 2, + STATE(2334), 2, sym_line_comment, sym_block_comment, - ACTIONS(2821), 13, + ACTIONS(2819), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -239746,7 +239972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2819), 34, + ACTIONS(2817), 34, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -239781,181 +240007,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49768] = 26, - ACTIONS(497), 1, + [49904] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + STATE(2335), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5020), 22, + anon_sym_LBRACE, anon_sym_LPAREN, - ACTIONS(4888), 1, - anon_sym_LBRACK, - ACTIONS(4890), 1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, anon_sym_QMARK, - ACTIONS(4892), 1, anon_sym_BANG, - ACTIONS(4938), 1, - anon_sym_as, - ACTIONS(4946), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4948), 1, - anon_sym_DASH_DASH, - ACTIONS(4956), 1, - anon_sym_or, - ACTIONS(4958), 1, - anon_sym_is, - ACTIONS(4960), 1, - anon_sym_BANGis, - ACTIONS(4994), 1, - anon_sym_AMP_AMP, - ACTIONS(4996), 1, - anon_sym_in, - ACTIONS(4998), 1, - anon_sym_BANGin, - ACTIONS(5016), 1, - anon_sym_PIPE_PIPE, - STATE(2256), 1, - sym_or_block, - STATE(2277), 1, - sym_argument_list, - STATE(4350), 1, - sym_type_parameters, - ACTIONS(4884), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4894), 2, + anon_sym_json_DOTdecode, anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2333), 2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(5018), 25, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + sym_pseudo_compile_time_identifier, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [49966] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5022), 1, + anon_sym_else, + STATE(2451), 1, + sym_else_branch, + STATE(2336), 2, sym_line_comment, sym_block_comment, - ACTIONS(4988), 4, + ACTIONS(2429), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4992), 6, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3764), 8, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, - sym_identifier, - ACTIONS(4990), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [49872] = 14, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(4886), 1, - anon_sym_LPAREN, - ACTIONS(4888), 1, - anon_sym_LBRACK, - ACTIONS(4890), 1, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(4892), 1, anon_sym_BANG, - STATE(2256), 1, - sym_or_block, - STATE(2277), 1, - sym_argument_list, - STATE(4350), 1, - sym_type_parameters, - ACTIONS(4884), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4894), 2, anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2334), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4990), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1813), 28, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(2427), 31, anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - [49952] = 16, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [50031] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5012), 1, - anon_sym_QMARK_DOT, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - STATE(2335), 2, + ACTIONS(5022), 1, + anon_sym_else, + STATE(2396), 1, + sym_else_branch, + STATE(2337), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 9, + ACTIONS(2305), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -239963,13 +240143,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(1811), 27, + ACTIONS(2303), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -239977,6 +240161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -239987,84 +240172,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50036] = 29, + [50096] = 29, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, + ACTIONS(4892), 1, anon_sym_LPAREN, - ACTIONS(4888), 1, + ACTIONS(4894), 1, anon_sym_LBRACK, - ACTIONS(4890), 1, + ACTIONS(4896), 1, anon_sym_QMARK, - ACTIONS(4892), 1, + ACTIONS(4898), 1, anon_sym_BANG, - ACTIONS(4894), 1, + ACTIONS(4900), 1, anon_sym_POUND_LBRACK, - ACTIONS(4938), 1, + ACTIONS(4928), 1, anon_sym_as, - ACTIONS(4946), 1, + ACTIONS(4936), 1, anon_sym_PLUS_PLUS, - ACTIONS(4948), 1, + ACTIONS(4938), 1, anon_sym_DASH_DASH, - ACTIONS(4950), 1, + ACTIONS(4940), 1, anon_sym_LBRACK2, - ACTIONS(4952), 1, + ACTIONS(4942), 1, anon_sym_AMP_AMP, - ACTIONS(4954), 1, + ACTIONS(4944), 1, anon_sym_PIPE_PIPE, - ACTIONS(4956), 1, + ACTIONS(4946), 1, anon_sym_or, - ACTIONS(4958), 1, + ACTIONS(4948), 1, anon_sym_is, - ACTIONS(4960), 1, + ACTIONS(4950), 1, anon_sym_BANGis, - ACTIONS(4962), 1, + ACTIONS(4952), 1, anon_sym_in, - ACTIONS(4964), 1, + ACTIONS(4954), 1, anon_sym_BANGin, - ACTIONS(4966), 1, + ACTIONS(4956), 1, anon_sym_AT_LBRACK, - STATE(2256), 1, + STATE(2237), 1, sym_or_block, - STATE(2277), 1, + STATE(2238), 1, sym_argument_list, - STATE(3682), 1, + STATE(3683), 1, sym_attribute, - STATE(4350), 1, + STATE(4351), 1, sym_type_parameters, - ACTIONS(4884), 2, + ACTIONS(4890), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - STATE(2336), 2, + STATE(2338), 2, sym_line_comment, sym_block_comment, - ACTIONS(4940), 4, + ACTIONS(4930), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(5022), 5, + ACTIONS(5024), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, sym_identifier, - ACTIONS(4944), 6, + ACTIONS(4934), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4942), 8, + ACTIONS(4932), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -240073,19 +240260,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [50145] = 7, + [50205] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5024), 1, - anon_sym_else, - STATE(2441), 1, - sym_else_branch, - STATE(2337), 2, + STATE(2432), 1, + sym_type_parameters, + STATE(2339), 2, sym_line_comment, sym_block_comment, - ACTIONS(2493), 13, + ACTIONS(2873), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -240099,7 +240284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2491), 31, + ACTIONS(2871), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -240131,19 +240316,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50210] = 7, + [50267] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5024), 1, - anon_sym_else, - STATE(2444), 1, - sym_else_branch, - STATE(2338), 2, + ACTIONS(5026), 1, + anon_sym_DOLLARelse, + STATE(2340), 2, sym_line_comment, sym_block_comment, - ACTIONS(2487), 13, + ACTIONS(2647), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -240157,7 +240340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2485), 31, + ACTIONS(2645), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -240189,19 +240372,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50275] = 6, + [50329] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2763), 1, - anon_sym_LBRACE, - ACTIONS(2969), 1, + ACTIONS(2651), 1, anon_sym_LBRACK, - STATE(2339), 2, + ACTIONS(2701), 1, + anon_sym_LBRACE, + STATE(2341), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 43, + ACTIONS(2653), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -240245,73 +240428,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, sym_identifier, - [50337] = 6, - ACTIONS(3), 1, + [50391] = 13, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5026), 1, - anon_sym_DOLLARelse, - STATE(2340), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2773), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, anon_sym_QMARK, + ACTIONS(5036), 1, anon_sym_BANG, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2771), 31, + anon_sym_POUND_LBRACK, + STATE(2342), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1877), 34, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [50399] = 6, + [50467] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2353), 1, - sym_type_parameters, - STATE(2341), 2, + ACTIONS(5040), 1, + anon_sym_DOLLARelse, + STATE(2343), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 13, + ACTIONS(2797), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -240325,7 +240515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2791), 31, + ACTIONS(2795), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -240357,97 +240547,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50461] = 28, + [50529] = 13, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(5030), 1, - anon_sym_as, - ACTIONS(5032), 1, - anon_sym_COMMA, - ACTIONS(5034), 1, anon_sym_LPAREN, - ACTIONS(5042), 1, + ACTIONS(5032), 1, anon_sym_LBRACK, - ACTIONS(5044), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5046), 1, - anon_sym_DASH_DASH, - ACTIONS(5048), 1, + ACTIONS(5034), 1, anon_sym_QMARK, - ACTIONS(5050), 1, + ACTIONS(5036), 1, anon_sym_BANG, - ACTIONS(5054), 1, - anon_sym_AMP_AMP, - ACTIONS(5056), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5058), 1, - anon_sym_or, - ACTIONS(5060), 1, - anon_sym_is, - ACTIONS(5062), 1, - anon_sym_BANGis, - ACTIONS(5064), 1, - anon_sym_in, - ACTIONS(5066), 1, - anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, + STATE(2554), 1, sym_argument_list, - STATE(3651), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4317), 1, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, sym_type_parameters, ACTIONS(5028), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5052), 2, + ACTIONS(5038), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2342), 2, + STATE(2344), 2, sym_line_comment, sym_block_comment, - ACTIONS(1761), 4, + ACTIONS(1855), 34, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(5036), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(5040), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5038), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [50567] = 6, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [50605] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2759), 1, - anon_sym_LBRACK, - ACTIONS(2763), 1, + ACTIONS(2701), 1, anon_sym_LBRACE, - STATE(2343), 2, + ACTIONS(3037), 1, + anon_sym_LBRACK, + STATE(2345), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 43, + ACTIONS(3039), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -240491,161 +240666,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, sym_identifier, - [50629] = 13, + [50667] = 28, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5034), 1, + ACTIONS(5030), 1, anon_sym_LPAREN, - ACTIONS(5042), 1, + ACTIONS(5032), 1, anon_sym_LBRACK, - ACTIONS(5048), 1, + ACTIONS(5034), 1, anon_sym_QMARK, - ACTIONS(5050), 1, + ACTIONS(5036), 1, anon_sym_BANG, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2344), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1887), 34, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(5042), 1, anon_sym_as, + ACTIONS(5044), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(5052), 1, anon_sym_PLUS_PLUS, + ACTIONS(5054), 1, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(5056), 1, anon_sym_AMP_AMP, + ACTIONS(5058), 1, anon_sym_PIPE_PIPE, + ACTIONS(5060), 1, anon_sym_or, + ACTIONS(5062), 1, anon_sym_is, + ACTIONS(5064), 1, anon_sym_BANGis, + ACTIONS(5066), 1, anon_sym_in, + ACTIONS(5068), 1, anon_sym_BANGin, - [50705] = 13, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5048), 1, - anon_sym_QMARK, - ACTIONS(5050), 1, - anon_sym_BANG, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, + STATE(2554), 1, sym_argument_list, - STATE(4317), 1, + STATE(2556), 1, + sym_or_block, + STATE(3653), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4318), 1, sym_type_parameters, ACTIONS(5028), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5052), 2, + ACTIONS(5038), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2345), 2, + STATE(2346), 2, sym_line_comment, sym_block_comment, - ACTIONS(1877), 34, + ACTIONS(1761), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, + ACTIONS(5046), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(5050), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5048), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [50781] = 13, + [50773] = 13, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5034), 1, + ACTIONS(5030), 1, anon_sym_LPAREN, - ACTIONS(5042), 1, + ACTIONS(5032), 1, anon_sym_LBRACK, - ACTIONS(5048), 1, + ACTIONS(5034), 1, anon_sym_QMARK, - ACTIONS(5050), 1, + ACTIONS(5036), 1, anon_sym_BANG, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, + STATE(2554), 1, sym_argument_list, - STATE(4317), 1, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, sym_type_parameters, ACTIONS(5028), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5052), 2, + ACTIONS(5038), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2346), 2, + STATE(2347), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 34, + ACTIONS(1945), 34, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -240680,17 +240807,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [50857] = 6, + [50849] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5068), 1, - anon_sym_DOLLARelse, - STATE(2347), 2, + STATE(2348), 2, sym_line_comment, sym_block_comment, - ACTIONS(2871), 13, + ACTIONS(3233), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -240704,7 +240829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2869), 31, + ACTIONS(3231), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -240736,15 +240861,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50919] = 5, + [50908] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2348), 2, + STATE(2349), 2, sym_line_comment, sym_block_comment, - ACTIONS(3355), 13, + ACTIONS(3229), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -240758,7 +240883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3353), 31, + ACTIONS(3227), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -240790,69 +240915,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50978] = 5, - ACTIONS(3), 1, + [50967] = 26, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(2349), 2, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, + anon_sym_QMARK, + ACTIONS(5036), 1, + anon_sym_BANG, + ACTIONS(5042), 1, + anon_sym_as, + ACTIONS(5052), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5054), 1, + anon_sym_DASH_DASH, + ACTIONS(5060), 1, + anon_sym_or, + ACTIONS(5062), 1, + anon_sym_is, + ACTIONS(5064), 1, + anon_sym_BANGis, + ACTIONS(5076), 1, + anon_sym_AMP_AMP, + ACTIONS(5078), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5080), 1, + anon_sym_in, + ACTIONS(5082), 1, + anon_sym_BANGin, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2350), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 13, - anon_sym_DOT, + ACTIONS(5070), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_CARET, + ACTIONS(1833), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_RBRACE, + ACTIONS(5074), 6, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2791), 31, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5072), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [51037] = 5, + [51068] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2350), 2, + STATE(2351), 2, sym_line_comment, sym_block_comment, - ACTIONS(3427), 13, + ACTIONS(3205), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -240866,7 +241012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3425), 31, + ACTIONS(3203), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -240898,105 +241044,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51096] = 26, + [51127] = 26, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(5030), 1, - anon_sym_as, - ACTIONS(5034), 1, anon_sym_LPAREN, - ACTIONS(5042), 1, + ACTIONS(5032), 1, anon_sym_LBRACK, - ACTIONS(5044), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5046), 1, - anon_sym_DASH_DASH, - ACTIONS(5048), 1, + ACTIONS(5034), 1, anon_sym_QMARK, - ACTIONS(5050), 1, + ACTIONS(5036), 1, anon_sym_BANG, - ACTIONS(5058), 1, - anon_sym_or, - ACTIONS(5060), 1, - anon_sym_is, - ACTIONS(5062), 1, - anon_sym_BANGis, - ACTIONS(5076), 1, - anon_sym_AMP_AMP, - ACTIONS(5078), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5080), 1, - anon_sym_in, - ACTIONS(5082), 1, - anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2351), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5070), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(2071), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_RBRACE, - ACTIONS(5074), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5072), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [51197] = 26, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(5030), 1, - anon_sym_as, - ACTIONS(5034), 1, - anon_sym_LPAREN, ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5044), 1, + anon_sym_as, + ACTIONS(5052), 1, anon_sym_PLUS_PLUS, - ACTIONS(5046), 1, + ACTIONS(5054), 1, anon_sym_DASH_DASH, - ACTIONS(5048), 1, - anon_sym_QMARK, - ACTIONS(5050), 1, - anon_sym_BANG, - ACTIONS(5058), 1, - anon_sym_or, ACTIONS(5060), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5062), 1, + anon_sym_is, + ACTIONS(5064), 1, anon_sym_BANGis, ACTIONS(5076), 1, anon_sym_AMP_AMP, @@ -241006,16 +241077,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, ACTIONS(5082), 1, anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, + STATE(2554), 1, sym_argument_list, - STATE(4317), 1, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, sym_type_parameters, ACTIONS(5028), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5052), 2, + ACTIONS(5038), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, STATE(2352), 2, @@ -241026,7 +241097,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1937), 5, + ACTIONS(1841), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -241048,7 +241119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [51298] = 5, + [51228] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -241056,7 +241127,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2353), 2, sym_line_comment, sym_block_comment, - ACTIONS(3155), 13, + ACTIONS(3448), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -241070,7 +241141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3153), 31, + ACTIONS(3446), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -241102,7 +241173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51357] = 5, + [51287] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -241110,7 +241181,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2354), 2, sym_line_comment, sym_block_comment, - ACTIONS(3423), 13, + ACTIONS(3424), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -241124,7 +241195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3421), 31, + ACTIONS(3422), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -241156,98 +241227,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51416] = 34, + [51346] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_COLON_EQ, - ACTIONS(4751), 1, - anon_sym_LBRACE, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, + STATE(2355), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3420), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(5008), 1, anon_sym_BANG, - ACTIONS(5010), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3418), 31, + anon_sym_SEMI, anon_sym_as, - ACTIONS(5086), 1, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(5098), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, anon_sym_DASH_DASH, - ACTIONS(5102), 1, anon_sym_CARET, - ACTIONS(5104), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5106), 1, anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, anon_sym_or, - ACTIONS(5110), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(5112), 1, anon_sym_BANGis, - ACTIONS(5114), 1, anon_sym_in, - ACTIONS(5116), 1, anon_sym_BANGin, - STATE(1665), 1, - sym_block, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(3989), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2355), 2, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [51405] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2356), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(3393), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(3391), 31, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [51533] = 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [51464] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2356), 2, + STATE(2357), 2, sym_line_comment, sym_block_comment, - ACTIONS(3379), 13, + ACTIONS(2873), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -241261,7 +241357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3377), 31, + ACTIONS(2871), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -241293,15 +241389,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51592] = 5, + [51523] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2357), 2, + STATE(2358), 2, sym_line_comment, sym_block_comment, - ACTIONS(3419), 13, + ACTIONS(3269), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -241315,7 +241411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3417), 31, + ACTIONS(3267), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -241347,51 +241443,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51651] = 7, - ACTIONS(497), 1, + [51582] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2491), 1, - anon_sym_LBRACK, - ACTIONS(5118), 1, - anon_sym_else, - STATE(2564), 1, - sym_else_branch, - STATE(2358), 2, + STATE(2359), 2, sym_line_comment, sym_block_comment, - ACTIONS(2493), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(3416), 13, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3414), 31, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -241403,15 +241495,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [51714] = 5, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [51641] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2359), 2, + STATE(2360), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 13, + ACTIONS(3381), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -241425,7 +241519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3373), 31, + ACTIONS(3379), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -241457,51 +241551,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51773] = 7, - ACTIONS(497), 1, + [51700] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2485), 1, - anon_sym_LBRACK, - ACTIONS(5118), 1, - anon_sym_else, - STATE(2566), 1, - sym_else_branch, - STATE(2360), 2, + STATE(2361), 2, sym_line_comment, sym_block_comment, - ACTIONS(2487), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(3373), 13, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3371), 31, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -241513,98 +241603,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [51836] = 34, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [51759] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_COLON_EQ, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, + STATE(2362), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3353), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(5008), 1, anon_sym_BANG, - ACTIONS(5010), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3351), 31, + anon_sym_SEMI, anon_sym_as, - ACTIONS(5086), 1, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(5098), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, anon_sym_DASH_DASH, - ACTIONS(5102), 1, anon_sym_CARET, - ACTIONS(5104), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5106), 1, anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, anon_sym_or, - ACTIONS(5110), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(5112), 1, anon_sym_BANGis, - ACTIONS(5114), 1, anon_sym_in, - ACTIONS(5116), 1, anon_sym_BANGin, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(358), 1, - sym_block, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(3989), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2361), 2, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [51818] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2363), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(3333), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(3331), 31, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [51953] = 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [51877] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2362), 2, + STATE(2364), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 13, + ACTIONS(3436), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -241618,7 +241735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 31, + ACTIONS(3434), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -241650,289 +241767,232 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52012] = 15, - ACTIONS(497), 1, + [51936] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5048), 1, - anon_sym_QMARK, - ACTIONS(5050), 1, - anon_sym_BANG, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, + ACTIONS(3399), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2363), 2, + STATE(2365), 2, sym_line_comment, sym_block_comment, - ACTIONS(5070), 4, + ACTIONS(3377), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(5072), 8, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1859), 21, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(3375), 31, anon_sym_SEMI, anon_sym_as, - anon_sym_RBRACE, - anon_sym_LT, - anon_sym_GT, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [52091] = 14, - ACTIONS(497), 1, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [51997] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5048), 1, - anon_sym_QMARK, - ACTIONS(5050), 1, - anon_sym_BANG, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2364), 2, + STATE(2366), 2, sym_line_comment, sym_block_comment, - ACTIONS(5038), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1813), 25, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3329), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3327), 31, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [52168] = 34, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [52056] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_COLON_EQ, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, + STATE(2367), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3325), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(5008), 1, anon_sym_BANG, - ACTIONS(5010), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3323), 31, + anon_sym_SEMI, anon_sym_as, - ACTIONS(5086), 1, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(5098), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, anon_sym_DASH_DASH, - ACTIONS(5102), 1, anon_sym_CARET, - ACTIONS(5104), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5106), 1, anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, anon_sym_or, - ACTIONS(5110), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(5112), 1, anon_sym_BANGis, - ACTIONS(5114), 1, anon_sym_in, - ACTIONS(5116), 1, anon_sym_BANGin, - ACTIONS(5122), 1, - anon_sym_LBRACE, - STATE(1894), 1, - sym_block, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(3989), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2365), 2, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [52115] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2368), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(3265), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5096), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5090), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [52285] = 15, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5048), 1, + anon_sym_LT, + anon_sym_GT, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(5050), 1, anon_sym_BANG, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2366), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5036), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(5038), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1813), 21, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(3263), 31, + anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LT, - anon_sym_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [52364] = 5, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [52174] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2367), 2, + STATE(2369), 2, sym_line_comment, sym_block_comment, - ACTIONS(3431), 13, + ACTIONS(3397), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -241946,7 +242006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3429), 31, + ACTIONS(3395), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -241978,17 +242038,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52423] = 6, + [52233] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3441), 1, - anon_sym_DOT, - STATE(2368), 2, + STATE(2370), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 12, + ACTIONS(3377), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -242001,7 +242060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 31, + ACTIONS(3375), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -242033,82 +242092,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52484] = 18, - ACTIONS(497), 1, + [52292] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5048), 1, - anon_sym_QMARK, - ACTIONS(5050), 1, - anon_sym_BANG, - ACTIONS(5064), 1, - anon_sym_in, - ACTIONS(5066), 1, - anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2369), 2, + STATE(2371), 2, sym_line_comment, sym_block_comment, - ACTIONS(5036), 4, + ACTIONS(3321), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(5040), 6, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3319), 31, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5038), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 13, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - [52569] = 5, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [52351] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2370), 2, + STATE(2372), 2, sym_line_comment, sym_block_comment, - ACTIONS(3439), 13, + ACTIONS(3369), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -242122,7 +242168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3437), 31, + ACTIONS(3367), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -242154,15 +242200,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52628] = 5, + [52410] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2371), 2, + STATE(2373), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 13, + ACTIONS(3273), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -242176,7 +242222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 31, + ACTIONS(3271), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -242208,15 +242254,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52687] = 5, + [52469] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2372), 2, + STATE(2374), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 13, + ACTIONS(3261), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -242230,7 +242276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3413), 31, + ACTIONS(3259), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -242262,166 +242308,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52746] = 19, - ACTIONS(497), 1, + [52528] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5048), 1, - anon_sym_QMARK, - ACTIONS(5050), 1, - anon_sym_BANG, - ACTIONS(5054), 1, - anon_sym_AMP_AMP, - ACTIONS(5064), 1, - anon_sym_in, - ACTIONS(5066), 1, - anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2373), 2, + STATE(2375), 2, sym_line_comment, sym_block_comment, - ACTIONS(5036), 4, + ACTIONS(3361), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(5040), 6, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3359), 31, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5038), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 12, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - [52833] = 34, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [52587] = 34, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, + ACTIONS(3508), 1, anon_sym_COLON_EQ, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, ACTIONS(5086), 1, + anon_sym_LBRACE, + ACTIONS(5088), 1, anon_sym_COMMA, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, - anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(5102), 1, - anon_sym_CARET, + anon_sym_DASH_DASH, ACTIONS(5104), 1, - anon_sym_AMP_AMP, + anon_sym_CARET, ACTIONS(5106), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(5108), 1, - anon_sym_or, + anon_sym_PIPE_PIPE, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, - anon_sym_BANGis, + anon_sym_is, ACTIONS(5114), 1, - anon_sym_in, + anon_sym_BANGis, ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, anon_sym_BANGin, - ACTIONS(5124), 1, - anon_sym_LBRACE, - STATE(1297), 1, + STATE(1295), 1, sym_block, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(3989), 1, + STATE(3988), 1, aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5094), 2, + ACTIONS(5096), 2, anon_sym_LT, anon_sym_GT, - STATE(2374), 2, + STATE(2376), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5094), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(5098), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5092), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [52950] = 5, + [52704] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2375), 2, + STATE(2377), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 13, + ACTIONS(3432), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -242435,7 +242467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3325), 31, + ACTIONS(3430), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -242467,79 +242499,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53009] = 15, - ACTIONS(497), 1, + [52763] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5048), 1, - anon_sym_QMARK, - ACTIONS(5050), 1, - anon_sym_BANG, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2376), 2, + STATE(2378), 2, sym_line_comment, sym_block_comment, - ACTIONS(5070), 4, + ACTIONS(3301), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(5072), 8, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1855), 21, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(3299), 31, anon_sym_SEMI, anon_sym_as, - anon_sym_RBRACE, - anon_sym_LT, - anon_sym_GT, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [53088] = 5, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [52822] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2377), 2, + STATE(2379), 2, sym_line_comment, sym_block_comment, - ACTIONS(3403), 13, + ACTIONS(3297), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -242553,7 +242575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3401), 31, + ACTIONS(3295), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -242585,203 +242607,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53147] = 19, - ACTIONS(497), 1, + [52881] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5048), 1, - anon_sym_QMARK, - ACTIONS(5050), 1, - anon_sym_BANG, - ACTIONS(5076), 1, - anon_sym_AMP_AMP, - ACTIONS(5080), 1, - anon_sym_in, - ACTIONS(5082), 1, - anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2378), 2, + STATE(2380), 2, sym_line_comment, sym_block_comment, - ACTIONS(5070), 4, + ACTIONS(3277), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(5074), 6, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5072), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1813), 12, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - [53234] = 15, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5048), 1, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(5050), 1, anon_sym_BANG, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2379), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5036), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(5038), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1855), 21, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(3275), 31, + anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LT, - anon_sym_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [53313] = 15, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5048), 1, - anon_sym_QMARK, - ACTIONS(5050), 1, - anon_sym_BANG, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2380), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5036), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, - ACTIONS(5038), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1859), 21, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [53392] = 5, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [52940] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -242789,7 +242669,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2381), 2, sym_line_comment, sym_block_comment, - ACTIONS(3367), 13, + ACTIONS(3237), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -242803,7 +242683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3365), 31, + ACTIONS(3235), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -242835,7 +242715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53451] = 5, + [52999] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -242843,7 +242723,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2382), 2, sym_line_comment, sym_block_comment, - ACTIONS(3267), 13, + ACTIONS(3221), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -242857,7 +242737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3265), 31, + ACTIONS(3219), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -242889,7 +242769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53510] = 5, + [53058] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -242897,7 +242777,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2383), 2, sym_line_comment, sym_block_comment, - ACTIONS(3391), 13, + ACTIONS(3197), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -242911,7 +242791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3389), 31, + ACTIONS(3195), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -242943,7 +242823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53569] = 5, + [53117] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -242951,7 +242831,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2384), 2, sym_line_comment, sym_block_comment, - ACTIONS(3387), 13, + ACTIONS(3253), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -242965,7 +242845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3385), 31, + ACTIONS(3251), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -242997,69 +242877,173 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53628] = 5, - ACTIONS(3), 1, + [53176] = 26, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, + anon_sym_QMARK, + ACTIONS(5036), 1, + anon_sym_BANG, + ACTIONS(5042), 1, + anon_sym_as, + ACTIONS(5052), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5054), 1, + anon_sym_DASH_DASH, + ACTIONS(5056), 1, + anon_sym_AMP_AMP, + ACTIONS(5058), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5060), 1, + anon_sym_or, + ACTIONS(5066), 1, + anon_sym_in, + ACTIONS(5068), 1, + anon_sym_BANGin, + ACTIONS(5120), 1, + anon_sym_is, + ACTIONS(5122), 1, + anon_sym_BANGis, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, STATE(2385), 2, sym_line_comment, sym_block_comment, - ACTIONS(3383), 13, - anon_sym_DOT, + ACTIONS(5046), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_CARET, + ACTIONS(1921), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(5050), 6, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3381), 31, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(5048), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [53277] = 34, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3508), 1, + anon_sym_COLON_EQ, + ACTIONS(4709), 1, + anon_sym_LBRACE, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5088), 1, + anon_sym_COMMA, + ACTIONS(5100), 1, anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, + ACTIONS(5104), 1, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(5106), 1, anon_sym_AMP_AMP, + ACTIONS(5108), 1, anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(5112), 1, anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, + ACTIONS(5116), 1, anon_sym_in, + ACTIONS(5118), 1, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [53687] = 5, + STATE(1665), 1, + sym_block, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(3988), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2386), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5090), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5094), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5098), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5092), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [53394] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2386), 2, + STATE(2387), 2, sym_line_comment, sym_block_comment, - ACTIONS(3139), 13, + ACTIONS(3341), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -243073,7 +243057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3137), 31, + ACTIONS(3339), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -243105,15 +243089,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53746] = 5, + [53453] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2387), 2, + STATE(2388), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 13, + ACTIONS(3428), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -243127,7 +243111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3321), 31, + ACTIONS(3426), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -243159,15 +243143,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53805] = 5, + [53512] = 34, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2388), 2, + ACTIONS(3508), 1, + anon_sym_COLON_EQ, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5088), 1, + anon_sym_COMMA, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5104), 1, + anon_sym_CARET, + ACTIONS(5106), 1, + anon_sym_AMP_AMP, + ACTIONS(5108), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, + anon_sym_BANGin, + ACTIONS(5124), 1, + anon_sym_LBRACE, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(2715), 1, + sym_block, + STATE(3988), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2389), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5090), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5094), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5098), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5092), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [53629] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2390), 2, sym_line_comment, sym_block_comment, - ACTIONS(3319), 13, + ACTIONS(3349), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -243181,7 +243248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3317), 31, + ACTIONS(3347), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -243213,98 +243280,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53864] = 34, + [53688] = 34, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, + ACTIONS(3508), 1, anon_sym_COLON_EQ, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5086), 1, + ACTIONS(5088), 1, anon_sym_COMMA, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, - anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(5102), 1, - anon_sym_CARET, + anon_sym_DASH_DASH, ACTIONS(5104), 1, - anon_sym_AMP_AMP, + anon_sym_CARET, ACTIONS(5106), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(5108), 1, - anon_sym_or, + anon_sym_PIPE_PIPE, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, - anon_sym_BANGis, + anon_sym_is, ACTIONS(5114), 1, - anon_sym_in, + anon_sym_BANGis, ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, anon_sym_BANGin, ACTIONS(5126), 1, anon_sym_LBRACE, - STATE(2397), 1, + STATE(352), 1, + sym_block, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(2820), 1, - sym_block, - STATE(3989), 1, + STATE(3988), 1, aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5094), 2, + ACTIONS(5096), 2, anon_sym_LT, anon_sym_GT, - STATE(2389), 2, + STATE(2391), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5094), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(5098), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5092), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [53981] = 5, + [53805] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2390), 2, + STATE(2392), 2, sym_line_comment, sym_block_comment, - ACTIONS(3307), 13, + ACTIONS(3245), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -243318,7 +243385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3305), 31, + ACTIONS(3243), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -243350,47 +243417,161 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54040] = 5, + [53864] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2391), 2, + STATE(2393), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3145), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3143), 31, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [53923] = 7, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2427), 1, + anon_sym_LBRACK, + ACTIONS(5128), 1, + anon_sym_else, + STATE(2621), 1, + sym_else_branch, + STATE(2394), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2429), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [53986] = 7, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2303), 1, + anon_sym_LBRACK, + ACTIONS(5128), 1, + anon_sym_else, + STATE(2622), 1, + sym_else_branch, + STATE(2395), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 13, + ACTIONS(2305), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3301), 31, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -243402,17 +243583,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [54099] = 5, + [54049] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2392), 2, + STATE(2396), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 13, + ACTIONS(3193), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -243426,7 +243605,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3293), 31, + ACTIONS(3191), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -243458,99 +243637,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54158] = 18, + [54108] = 15, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5034), 1, + ACTIONS(5030), 1, anon_sym_LPAREN, - ACTIONS(5042), 1, + ACTIONS(5032), 1, anon_sym_LBRACK, - ACTIONS(5048), 1, - anon_sym_QMARK, - ACTIONS(5050), 1, - anon_sym_BANG, - ACTIONS(5080), 1, - anon_sym_in, - ACTIONS(5082), 1, - anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2393), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5070), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(5074), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5072), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1813), 13, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - [54243] = 15, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5048), 1, anon_sym_QMARK, - ACTIONS(5050), 1, + ACTIONS(5036), 1, anon_sym_BANG, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, + STATE(2554), 1, sym_argument_list, - STATE(4317), 1, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, sym_type_parameters, ACTIONS(5028), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5052), 2, + ACTIONS(5038), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2394), 2, + STATE(2397), 2, sym_line_comment, sym_block_comment, ACTIONS(5070), 4, @@ -243567,7 +243679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 21, + ACTIONS(1889), 21, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -243589,34 +243701,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [54322] = 14, + [54187] = 15, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5034), 1, + ACTIONS(5030), 1, anon_sym_LPAREN, - ACTIONS(5042), 1, + ACTIONS(5032), 1, anon_sym_LBRACK, - ACTIONS(5048), 1, + ACTIONS(5034), 1, anon_sym_QMARK, - ACTIONS(5050), 1, + ACTIONS(5036), 1, anon_sym_BANG, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, + STATE(2554), 1, sym_argument_list, - STATE(4317), 1, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, sym_type_parameters, ACTIONS(5028), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5052), 2, + ACTIONS(5038), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2395), 2, + STATE(2398), 2, sym_line_comment, sym_block_comment, + ACTIONS(5070), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, ACTIONS(5072), 8, anon_sym_STAR, anon_sym_SLASH, @@ -243626,16 +243743,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 25, + ACTIONS(1881), 21, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -243644,7 +243758,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -243652,15 +243765,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [54399] = 5, + [54266] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2396), 2, + ACTIONS(5130), 1, + anon_sym_BANG, + STATE(2399), 2, sym_line_comment, sym_block_comment, - ACTIONS(3275), 13, + ACTIONS(3055), 12, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -243670,11 +243785,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_COLON, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3273), 31, + ACTIONS(3053), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -243706,15 +243820,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54458] = 5, + [54327] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2397), 2, + STATE(2400), 2, sym_line_comment, sym_block_comment, - ACTIONS(3247), 13, + ACTIONS(3444), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -243728,7 +243842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3245), 31, + ACTIONS(3442), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -243760,15 +243874,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54517] = 5, + [54386] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2398), 2, + STATE(2401), 2, sym_line_comment, sym_block_comment, - ACTIONS(2763), 13, + ACTIONS(3317), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -243782,7 +243896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2765), 31, + ACTIONS(3315), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -243814,69 +243928,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54576] = 5, - ACTIONS(3), 1, + [54445] = 19, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(2399), 2, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, + anon_sym_QMARK, + ACTIONS(5036), 1, + anon_sym_BANG, + ACTIONS(5076), 1, + anon_sym_AMP_AMP, + ACTIONS(5080), 1, + anon_sym_in, + ACTIONS(5082), 1, + anon_sym_BANGin, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2402), 2, sym_line_comment, sym_block_comment, - ACTIONS(3243), 13, - anon_sym_DOT, + ACTIONS(5070), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_CARET, + ACTIONS(5074), 6, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3241), 31, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5072), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, + ACTIONS(1855), 12, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [54635] = 5, + [54532] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2400), 2, + STATE(2403), 2, sym_line_comment, sym_block_comment, - ACTIONS(3227), 13, + ACTIONS(3337), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -243890,7 +244018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3225), 31, + ACTIONS(3335), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -243922,15 +244050,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54694] = 5, + [54591] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2401), 2, + STATE(2404), 2, sym_line_comment, sym_block_comment, - ACTIONS(3203), 13, + ACTIONS(3313), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -243944,7 +244072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3201), 31, + ACTIONS(3311), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -243976,15 +244104,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54753] = 5, + [54650] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2402), 2, + STATE(2405), 2, sym_line_comment, sym_block_comment, - ACTIONS(3335), 13, + ACTIONS(3309), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -243998,7 +244126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3333), 31, + ACTIONS(3307), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -244030,15 +244158,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54812] = 5, + [54709] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2403), 2, + STATE(2406), 2, sym_line_comment, sym_block_comment, - ACTIONS(2939), 13, + ACTIONS(2955), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -244052,7 +244180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2937), 31, + ACTIONS(2953), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -244084,15 +244212,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54871] = 5, + [54768] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2404), 2, + STATE(2407), 2, sym_line_comment, sym_block_comment, - ACTIONS(3033), 13, + ACTIONS(3015), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -244106,7 +244234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3031), 31, + ACTIONS(3013), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -244138,124 +244266,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54930] = 5, - ACTIONS(3), 1, + [54827] = 27, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(2405), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3127), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, anon_sym_QMARK, + ACTIONS(5036), 1, anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3125), 31, - anon_sym_SEMI, + ACTIONS(5042), 1, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(5052), 1, anon_sym_PLUS_PLUS, + ACTIONS(5054), 1, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(5056), 1, anon_sym_AMP_AMP, + ACTIONS(5058), 1, anon_sym_PIPE_PIPE, + ACTIONS(5060), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(5062), 1, anon_sym_is, + ACTIONS(5064), 1, anon_sym_BANGis, + ACTIONS(5066), 1, anon_sym_in, + ACTIONS(5068), 1, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [54989] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5128), 1, - anon_sym_BANG, - STATE(2406), 2, + ACTIONS(5132), 1, + anon_sym_COMMA, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2408), 2, sym_line_comment, sym_block_comment, - ACTIONS(3003), 12, - anon_sym_DOT, + ACTIONS(3552), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + ACTIONS(5046), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_CARET, + ACTIONS(5050), 6, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3001), 31, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5048), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [55050] = 5, + [54930] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2407), 2, + STATE(2409), 2, sym_line_comment, sym_block_comment, - ACTIONS(3195), 13, + ACTIONS(2951), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -244269,7 +244364,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3193), 31, + ACTIONS(2949), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -244301,15 +244396,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [55109] = 5, + [54989] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2408), 2, + STATE(2410), 2, sym_line_comment, sym_block_comment, - ACTIONS(3255), 13, + ACTIONS(3305), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -244323,7 +244418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3253), 31, + ACTIONS(3303), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -244355,15 +244450,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [55168] = 5, + [55048] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2409), 2, + STATE(2411), 2, sym_line_comment, sym_block_comment, - ACTIONS(3315), 13, + ACTIONS(2959), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -244377,7 +244472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3313), 31, + ACTIONS(2957), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -244409,15 +244504,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [55227] = 5, + [55107] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2410), 2, + STATE(2412), 2, sym_line_comment, sym_block_comment, - ACTIONS(2951), 13, + ACTIONS(2963), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -244431,7 +244526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2949), 31, + ACTIONS(2961), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -244463,15 +244558,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [55286] = 5, + [55166] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2411), 2, + STATE(2413), 2, sym_line_comment, sym_block_comment, - ACTIONS(2947), 13, + ACTIONS(3003), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -244485,7 +244580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2945), 31, + ACTIONS(3001), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -244517,15 +244612,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [55345] = 5, + [55225] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2412), 2, + STATE(2414), 2, sym_line_comment, sym_block_comment, - ACTIONS(3311), 13, + ACTIONS(3007), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -244539,7 +244634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3309), 31, + ACTIONS(3005), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -244571,74 +244666,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [55404] = 27, + [55284] = 18, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(5030), 1, - anon_sym_as, - ACTIONS(5034), 1, anon_sym_LPAREN, - ACTIONS(5042), 1, + ACTIONS(5032), 1, anon_sym_LBRACK, - ACTIONS(5044), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5046), 1, - anon_sym_DASH_DASH, - ACTIONS(5048), 1, + ACTIONS(5034), 1, anon_sym_QMARK, - ACTIONS(5050), 1, + ACTIONS(5036), 1, anon_sym_BANG, - ACTIONS(5054), 1, - anon_sym_AMP_AMP, - ACTIONS(5056), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5058), 1, - anon_sym_or, - ACTIONS(5060), 1, - anon_sym_is, - ACTIONS(5062), 1, - anon_sym_BANGis, - ACTIONS(5064), 1, + ACTIONS(5080), 1, anon_sym_in, - ACTIONS(5066), 1, + ACTIONS(5082), 1, anon_sym_BANGin, - ACTIONS(5130), 1, - anon_sym_COMMA, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, + STATE(2554), 1, sym_argument_list, - STATE(4317), 1, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, sym_type_parameters, ACTIONS(5028), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5052), 2, + ACTIONS(5038), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - STATE(2413), 2, + STATE(2415), 2, sym_line_comment, sym_block_comment, - ACTIONS(3546), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(5036), 4, + ACTIONS(5070), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(5040), 6, + ACTIONS(5074), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5038), 8, + ACTIONS(5072), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -244647,123 +244719,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [55507] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2414), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2883), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2881), 31, + ACTIONS(1855), 13, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [55566] = 5, - ACTIONS(3), 1, + [55369] = 15, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(2415), 2, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, + anon_sym_QMARK, + ACTIONS(5036), 1, + anon_sym_BANG, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2416), 2, sym_line_comment, sym_block_comment, - ACTIONS(2891), 13, - anon_sym_DOT, + ACTIONS(5070), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(5072), 8, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, + anon_sym_PERCENT, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2889), 31, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1855), 21, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_RBRACE, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [55625] = 5, + [55448] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2416), 2, + STATE(2417), 2, sym_line_comment, sym_block_comment, - ACTIONS(2895), 13, + ACTIONS(3011), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -244777,7 +244819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2893), 31, + ACTIONS(3009), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -244809,152 +244851,161 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [55684] = 34, + [55507] = 34, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, + ACTIONS(3508), 1, anon_sym_COLON_EQ, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5086), 1, + ACTIONS(5088), 1, anon_sym_COMMA, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, - anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(5102), 1, - anon_sym_CARET, + anon_sym_DASH_DASH, ACTIONS(5104), 1, - anon_sym_AMP_AMP, + anon_sym_CARET, ACTIONS(5106), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(5108), 1, - anon_sym_or, + anon_sym_PIPE_PIPE, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, - anon_sym_BANGis, + anon_sym_is, ACTIONS(5114), 1, - anon_sym_in, + anon_sym_BANGis, ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, anon_sym_BANGin, - ACTIONS(5132), 1, + ACTIONS(5134), 1, anon_sym_LBRACE, - STATE(1714), 1, + STATE(1750), 1, sym_block, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(3989), 1, + STATE(3988), 1, aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5094), 2, + ACTIONS(5096), 2, anon_sym_LT, anon_sym_GT, - STATE(2417), 2, + STATE(2418), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5094), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(5098), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5092), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [55801] = 5, - ACTIONS(3), 1, + [55624] = 14, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(2418), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2913), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, anon_sym_QMARK, + ACTIONS(5036), 1, anon_sym_BANG, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2419), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5072), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2911), 31, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1855), 25, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [55860] = 5, + [55701] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2419), 2, + STATE(2420), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 13, + ACTIONS(2785), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -244968,7 +245019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2829), 31, + ACTIONS(2783), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -245000,15 +245051,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [55919] = 5, + [55760] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2420), 2, + STATE(2421), 2, sym_line_comment, sym_block_comment, - ACTIONS(2917), 13, + ACTIONS(2701), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -245022,7 +245073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2915), 31, + ACTIONS(2703), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -245054,15 +245105,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [55978] = 5, + [55819] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2421), 2, + STATE(2422), 2, sym_line_comment, sym_block_comment, - ACTIONS(2943), 13, + ACTIONS(3249), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -245076,7 +245127,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2941), 31, + ACTIONS(3247), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -245108,70 +245159,209 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [56037] = 6, - ACTIONS(3), 1, + [55878] = 14, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2833), 1, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, + anon_sym_QMARK, + ACTIONS(5036), 1, + anon_sym_BANG, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, anon_sym_DOT, - STATE(2422), 2, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2423), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 12, + ACTIONS(5048), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1855), 25, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [55955] = 15, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, anon_sym_QMARK, + ACTIONS(5036), 1, anon_sym_BANG, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2424), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5046), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(5048), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3149), 31, - anon_sym_SEMI, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1855), 21, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_RBRACE, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [56034] = 18, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, + anon_sym_QMARK, + ACTIONS(5036), 1, + anon_sym_BANG, + ACTIONS(5066), 1, + anon_sym_in, + ACTIONS(5068), 1, + anon_sym_BANGin, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2425), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5046), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, + ACTIONS(5050), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5048), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1855), 13, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [56098] = 5, + [56119] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2423), 2, + STATE(2426), 2, sym_line_comment, sym_block_comment, - ACTIONS(3009), 13, + ACTIONS(3293), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -245185,7 +245375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3007), 31, + ACTIONS(3291), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -245217,69 +245407,294 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [56157] = 5, + [56178] = 34, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2424), 2, + ACTIONS(3508), 1, + anon_sym_COLON_EQ, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5088), 1, + anon_sym_COMMA, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5104), 1, + anon_sym_CARET, + ACTIONS(5106), 1, + anon_sym_AMP_AMP, + ACTIONS(5108), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, + anon_sym_BANGin, + ACTIONS(5136), 1, + anon_sym_LBRACE, + STATE(2182), 1, + sym_block, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(3988), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2427), 2, sym_line_comment, sym_block_comment, - ACTIONS(3013), 13, - anon_sym_DOT, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5094), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5098), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5092), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [56295] = 19, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, anon_sym_QMARK, + ACTIONS(5036), 1, anon_sym_BANG, + ACTIONS(5056), 1, + anon_sym_AMP_AMP, + ACTIONS(5066), 1, + anon_sym_in, + ACTIONS(5068), 1, + anon_sym_BANGin, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2428), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5046), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(5050), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5048), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3011), 31, - anon_sym_SEMI, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1855), 12, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + [56382] = 15, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(5030), 1, anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, + anon_sym_QMARK, + ACTIONS(5036), 1, + anon_sym_BANG, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2429), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5046), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(5048), 8, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1881), 21, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [56461] = 15, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, + anon_sym_QMARK, + ACTIONS(5036), 1, + anon_sym_BANG, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2430), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5046), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, + ACTIONS(5048), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1889), 21, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [56216] = 5, + [56540] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2425), 2, + STATE(2431), 2, sym_line_comment, sym_block_comment, - ACTIONS(3291), 13, + ACTIONS(3289), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -245293,7 +245708,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3289), 31, + ACTIONS(3287), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -245325,15 +245740,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [56275] = 5, + [56599] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2426), 2, + STATE(2432), 2, sym_line_comment, sym_block_comment, - ACTIONS(3017), 13, + ACTIONS(3153), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -245347,7 +245762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3015), 31, + ACTIONS(3151), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -245379,15 +245794,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [56334] = 5, + [56658] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2427), 2, + STATE(2433), 2, sym_line_comment, sym_block_comment, - ACTIONS(3287), 13, + ACTIONS(3440), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -245401,7 +245816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3285), 31, + ACTIONS(3438), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -245433,15 +245848,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [56393] = 5, + [56717] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2428), 2, + ACTIONS(3285), 1, + anon_sym_COLON, + STATE(2434), 2, sym_line_comment, sym_block_comment, - ACTIONS(3371), 13, + ACTIONS(3283), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_DOT_DOT, + ACTIONS(3088), 12, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -245449,19 +245872,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3369), 31, - anon_sym_SEMI, + ACTIONS(3085), 26, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_EQ_EQ, @@ -245469,7 +245888,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -245486,17 +245904,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [56452] = 5, + [56780] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2429), 2, + ACTIONS(2787), 1, + anon_sym_DOT, + STATE(2435), 2, sym_line_comment, sym_block_comment, - ACTIONS(3271), 13, - anon_sym_DOT, + ACTIONS(3149), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -245509,7 +245927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3269), 31, + ACTIONS(3147), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -245541,15 +245959,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [56511] = 5, + [56841] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2430), 2, + STATE(2436), 2, sym_line_comment, sym_block_comment, - ACTIONS(3231), 13, + ACTIONS(3225), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -245563,7 +245981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3229), 31, + ACTIONS(3223), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -245595,15 +246013,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [56570] = 5, + [56900] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2431), 2, + STATE(2437), 2, sym_line_comment, sym_block_comment, - ACTIONS(3025), 13, + ACTIONS(3213), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -245617,7 +246035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3023), 31, + ACTIONS(3211), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -245649,181 +246067,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [56629] = 34, + [56959] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_COLON_EQ, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5086), 1, - anon_sym_COMMA, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5102), 1, - anon_sym_CARET, - ACTIONS(5104), 1, - anon_sym_AMP_AMP, - ACTIONS(5106), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5114), 1, - anon_sym_in, - ACTIONS(5116), 1, - anon_sym_BANGin, - ACTIONS(5134), 1, - anon_sym_LBRACE, - STATE(2180), 1, - sym_block, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(3989), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2432), 2, + STATE(2438), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(3043), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(3041), 31, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [56746] = 34, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_COLON_EQ, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5086), 1, - anon_sym_COMMA, - ACTIONS(5098), 1, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, anon_sym_DASH_DASH, - ACTIONS(5102), 1, anon_sym_CARET, - ACTIONS(5104), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5106), 1, anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, anon_sym_or, - ACTIONS(5110), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(5112), 1, anon_sym_BANGis, - ACTIONS(5114), 1, anon_sym_in, - ACTIONS(5116), 1, anon_sym_BANGin, - ACTIONS(5136), 1, - anon_sym_LBRACE, - STATE(1156), 1, - sym_block, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(3989), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2433), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5088), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5092), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5096), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5090), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [56863] = 5, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [57018] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2434), 2, + STATE(2439), 2, sym_line_comment, sym_block_comment, - ACTIONS(3037), 13, + ACTIONS(3047), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -245837,7 +246143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3035), 31, + ACTIONS(3045), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -245869,15 +246175,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [56922] = 5, + [57077] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2435), 2, + STATE(2440), 2, sym_line_comment, sym_block_comment, - ACTIONS(3131), 13, + ACTIONS(3209), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -245891,7 +246197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3129), 31, + ACTIONS(3207), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -245923,15 +246229,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [56981] = 5, + [57136] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2436), 2, + STATE(2441), 2, sym_line_comment, sym_block_comment, - ACTIONS(3135), 13, + ACTIONS(3201), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -245945,7 +246251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3133), 31, + ACTIONS(3199), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -245977,15 +246283,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [57040] = 5, + [57195] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2437), 2, + STATE(2442), 2, sym_line_comment, sym_block_comment, - ACTIONS(3143), 13, + ACTIONS(3185), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -245999,7 +246305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3141), 31, + ACTIONS(3183), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -246031,15 +246337,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [57099] = 5, + [57254] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2438), 2, + ACTIONS(3281), 1, + anon_sym_COLON, + STATE(2443), 2, sym_line_comment, sym_block_comment, - ACTIONS(3147), 13, + ACTIONS(3279), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_DOT_DOT, + ACTIONS(3078), 12, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -246047,19 +246361,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3145), 31, - anon_sym_SEMI, + ACTIONS(3075), 26, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_EQ_EQ, @@ -246067,7 +246377,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -246084,18 +246393,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [57158] = 5, + [57317] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2759), 1, + ACTIONS(2817), 1, anon_sym_LBRACK, - STATE(2439), 2, + STATE(2444), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 43, + ACTIONS(2819), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246139,15 +246447,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [57217] = 5, + [57376] = 34, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2440), 2, + ACTIONS(3508), 1, + anon_sym_COLON_EQ, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5088), 1, + anon_sym_COMMA, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5104), 1, + anon_sym_CARET, + ACTIONS(5106), 1, + anon_sym_AMP_AMP, + ACTIONS(5108), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, + anon_sym_BANGin, + ACTIONS(5138), 1, + anon_sym_LBRACE, + STATE(2336), 1, + sym_block, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(3988), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2445), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5090), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5094), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5098), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5092), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [57493] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2446), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3149), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3147), 31, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [57552] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2447), 2, sym_line_comment, sym_block_comment, - ACTIONS(3183), 13, + ACTIONS(3345), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -246161,7 +246606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3181), 31, + ACTIONS(3343), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -246193,15 +246638,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [57276] = 5, + [57611] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2441), 2, + STATE(2448), 2, sym_line_comment, sym_block_comment, - ACTIONS(3187), 13, + ACTIONS(3404), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -246215,7 +246660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3185), 31, + ACTIONS(3402), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -246247,165 +246692,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [57335] = 26, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(5030), 1, - anon_sym_as, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5044), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5046), 1, - anon_sym_DASH_DASH, - ACTIONS(5048), 1, - anon_sym_QMARK, - ACTIONS(5050), 1, - anon_sym_BANG, - ACTIONS(5054), 1, - anon_sym_AMP_AMP, - ACTIONS(5056), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5058), 1, - anon_sym_or, - ACTIONS(5060), 1, - anon_sym_is, - ACTIONS(5062), 1, - anon_sym_BANGis, - ACTIONS(5064), 1, - anon_sym_in, - ACTIONS(5066), 1, - anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2442), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5036), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1937), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(5040), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5038), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [57436] = 26, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(5030), 1, - anon_sym_as, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5044), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5046), 1, - anon_sym_DASH_DASH, - ACTIONS(5048), 1, - anon_sym_QMARK, - ACTIONS(5050), 1, - anon_sym_BANG, - ACTIONS(5054), 1, - anon_sym_AMP_AMP, - ACTIONS(5056), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5058), 1, - anon_sym_or, - ACTIONS(5060), 1, - anon_sym_is, - ACTIONS(5062), 1, - anon_sym_BANGis, - ACTIONS(5064), 1, - anon_sym_in, - ACTIONS(5066), 1, - anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2443), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5036), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(2071), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(5040), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5038), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [57537] = 5, + [57670] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2444), 2, + STATE(2449), 2, sym_line_comment, sym_block_comment, - ACTIONS(3191), 13, + ACTIONS(3217), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -246419,7 +246714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3189), 31, + ACTIONS(3215), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -246451,15 +246746,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [57596] = 5, + [57729] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2445), 2, + STATE(2450), 2, sym_line_comment, sym_block_comment, - ACTIONS(3021), 13, + ACTIONS(3389), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -246473,7 +246768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3019), 31, + ACTIONS(3387), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -246505,15 +246800,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [57655] = 5, + [57788] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2446), 2, + STATE(2451), 2, sym_line_comment, sym_block_comment, - ACTIONS(3299), 13, + ACTIONS(3189), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -246527,7 +246822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3297), 31, + ACTIONS(3187), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -246559,47 +246854,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [57714] = 5, - ACTIONS(497), 1, + [57847] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2819), 1, - anon_sym_LBRACK, - STATE(2447), 2, + STATE(2452), 2, sym_line_comment, sym_block_comment, - ACTIONS(2821), 43, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(3181), 13, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3179), 31, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -246607,21 +246902,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [57773] = 5, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [57906] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2448), 2, + STATE(2453), 2, sym_line_comment, sym_block_comment, - ACTIONS(3207), 13, + ACTIONS(3051), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -246635,7 +246930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3205), 31, + ACTIONS(3049), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -246667,15 +246962,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [57832] = 5, + [57965] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2449), 2, + STATE(2454), 2, sym_line_comment, sym_block_comment, - ACTIONS(3215), 13, + ACTIONS(3177), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -246689,7 +246984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3213), 31, + ACTIONS(3175), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -246721,15 +247016,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [57891] = 5, + [58024] = 34, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2450), 2, + ACTIONS(3508), 1, + anon_sym_COLON_EQ, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5088), 1, + anon_sym_COMMA, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5104), 1, + anon_sym_CARET, + ACTIONS(5106), 1, + anon_sym_AMP_AMP, + ACTIONS(5108), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, + anon_sym_BANGin, + ACTIONS(5140), 1, + anon_sym_LBRACE, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(2558), 1, + sym_block, + STATE(3988), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2455), 2, sym_line_comment, sym_block_comment, - ACTIONS(3219), 13, + ACTIONS(5090), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5094), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5098), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5092), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [58141] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2456), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3385), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -246743,7 +247121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3217), 31, + ACTIONS(3383), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -246775,15 +247153,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [57950] = 5, + [58200] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2451), 2, + STATE(2457), 2, sym_line_comment, sym_block_comment, - ACTIONS(3235), 13, + ACTIONS(3137), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -246797,7 +247175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3233), 31, + ACTIONS(3135), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -246829,15 +247207,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [58009] = 5, + [58259] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2452), 2, + STATE(2458), 2, sym_line_comment, sym_block_comment, - ACTIONS(3239), 13, + ACTIONS(3101), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -246851,7 +247229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3237), 31, + ACTIONS(3099), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -246883,98 +247261,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [58068] = 34, - ACTIONS(3), 1, + [58318] = 26, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_COLON_EQ, - ACTIONS(5002), 1, + ACTIONS(5030), 1, anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, + anon_sym_QMARK, + ACTIONS(5036), 1, + anon_sym_BANG, + ACTIONS(5042), 1, + anon_sym_as, + ACTIONS(5052), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5054), 1, + anon_sym_DASH_DASH, + ACTIONS(5056), 1, + anon_sym_AMP_AMP, + ACTIONS(5058), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5060), 1, + anon_sym_or, + ACTIONS(5062), 1, + anon_sym_is, + ACTIONS(5064), 1, + anon_sym_BANGis, + ACTIONS(5066), 1, + anon_sym_in, + ACTIONS(5068), 1, + anon_sym_BANGin, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2459), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5046), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1833), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(5050), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5048), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [58419] = 26, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(5034), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(5036), 1, anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, + ACTIONS(5042), 1, anon_sym_as, - ACTIONS(5086), 1, - anon_sym_COMMA, - ACTIONS(5098), 1, + ACTIONS(5052), 1, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, + ACTIONS(5054), 1, anon_sym_DASH_DASH, - ACTIONS(5102), 1, - anon_sym_CARET, - ACTIONS(5104), 1, + ACTIONS(5056), 1, anon_sym_AMP_AMP, - ACTIONS(5106), 1, + ACTIONS(5058), 1, anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, + ACTIONS(5060), 1, anon_sym_or, - ACTIONS(5110), 1, + ACTIONS(5062), 1, anon_sym_is, - ACTIONS(5112), 1, + ACTIONS(5064), 1, anon_sym_BANGis, - ACTIONS(5114), 1, + ACTIONS(5066), 1, anon_sym_in, - ACTIONS(5116), 1, + ACTIONS(5068), 1, anon_sym_BANGin, - ACTIONS(5138), 1, - anon_sym_LBRACE, - STATE(2397), 1, + STATE(2554), 1, sym_argument_list, - STATE(2399), 1, + STATE(2556), 1, sym_or_block, - STATE(2643), 1, - sym_block, - STATE(3989), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, + STATE(4318), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5028), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5094), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2453), 2, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2460), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(5046), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5096), 4, + anon_sym_CARET, + ACTIONS(1841), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(5050), 6, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5048), 8, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [58185] = 5, + [58520] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2454), 2, + STATE(2461), 2, sym_line_comment, sym_block_comment, - ACTIONS(3251), 13, + ACTIONS(3083), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -246988,7 +247433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3249), 31, + ACTIONS(3081), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -247020,23 +247465,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [58244] = 7, + [58579] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2961), 1, - anon_sym_COLON, - STATE(2455), 2, + STATE(2462), 2, sym_line_comment, sym_block_comment, - ACTIONS(2959), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_DOT_DOT, - ACTIONS(2963), 12, + ACTIONS(3073), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247044,15 +247481,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2966), 26, + ACTIONS(3071), 31, + anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_EQ_EQ, @@ -247060,6 +247501,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -247076,106 +247518,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, anon_sym_COLON_EQ, - [58307] = 34, + anon_sym_DOT_DOT, + [58638] = 34, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, + ACTIONS(3508), 1, anon_sym_COLON_EQ, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5086), 1, + ACTIONS(5088), 1, anon_sym_COMMA, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, - anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(5102), 1, - anon_sym_CARET, + anon_sym_DASH_DASH, ACTIONS(5104), 1, - anon_sym_AMP_AMP, + anon_sym_CARET, ACTIONS(5106), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(5108), 1, - anon_sym_or, + anon_sym_PIPE_PIPE, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, - anon_sym_BANGis, + anon_sym_is, ACTIONS(5114), 1, - anon_sym_in, + anon_sym_BANGis, ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, anon_sym_BANGin, - ACTIONS(5140), 1, + ACTIONS(5142), 1, anon_sym_LBRACE, - STATE(2337), 1, + STATE(1000), 1, sym_block, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(3989), 1, + STATE(3988), 1, aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5094), 2, + ACTIONS(5096), 2, anon_sym_LT, anon_sym_GT, - STATE(2456), 2, + STATE(2463), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5094), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(5098), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5092), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [58424] = 7, + [58755] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2993), 1, - anon_sym_COLON, - STATE(2457), 2, + STATE(2464), 2, sym_line_comment, sym_block_comment, - ACTIONS(2991), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_DOT_DOT, - ACTIONS(2995), 12, + ACTIONS(3412), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247183,15 +247618,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2998), 26, + ACTIONS(3410), 31, + anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_EQ_EQ, @@ -247199,6 +247638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -247215,47 +247655,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, anon_sym_COLON_EQ, - [58487] = 5, - ACTIONS(3), 1, + anon_sym_DOT_DOT, + [58814] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(2458), 2, + ACTIONS(2651), 1, + anon_sym_LBRACK, + STATE(2465), 2, sym_line_comment, sym_block_comment, - ACTIONS(3279), 13, + ACTIONS(2653), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3277), 31, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -247263,21 +247704,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [58546] = 5, + [58873] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2459), 2, + STATE(2466), 2, sym_line_comment, sym_block_comment, - ACTIONS(3283), 13, + ACTIONS(3365), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247291,7 +247732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3281), 31, + ACTIONS(3363), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -247323,15 +247764,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [58605] = 5, + [58932] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2460), 2, + STATE(2467), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 13, + ACTIONS(3408), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247345,7 +247786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3337), 31, + ACTIONS(3406), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -247377,15 +247818,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [58664] = 5, + [58991] = 34, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2461), 2, + ACTIONS(3508), 1, + anon_sym_COLON_EQ, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5088), 1, + anon_sym_COMMA, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5104), 1, + anon_sym_CARET, + ACTIONS(5106), 1, + anon_sym_AMP_AMP, + ACTIONS(5108), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, + anon_sym_BANGin, + ACTIONS(5144), 1, + anon_sym_LBRACE, + STATE(1906), 1, + sym_block, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(3988), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2468), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5090), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5094), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5098), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5092), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [59108] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2469), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 13, + ACTIONS(3141), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247399,7 +247923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3341), 31, + ACTIONS(3139), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -247431,15 +247955,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [58723] = 5, + [59167] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2462), 2, + STATE(2470), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 13, + ACTIONS(3357), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247453,7 +247977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3345), 31, + ACTIONS(3355), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -247485,15 +248009,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [58782] = 5, + [59226] = 34, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2463), 2, + ACTIONS(3508), 1, + anon_sym_COLON_EQ, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5088), 1, + anon_sym_COMMA, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5104), 1, + anon_sym_CARET, + ACTIONS(5106), 1, + anon_sym_AMP_AMP, + ACTIONS(5108), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, + anon_sym_BANGin, + ACTIONS(5146), 1, + anon_sym_LBRACE, + STATE(1886), 1, + sym_block, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(3988), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2471), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5090), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5094), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5098), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5092), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [59343] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2472), 2, sym_line_comment, sym_block_comment, - ACTIONS(3351), 13, + ACTIONS(3061), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247507,7 +248114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3349), 31, + ACTIONS(3059), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -247539,15 +248146,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [58841] = 5, + [59402] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2464), 2, + STATE(2473), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 13, + ACTIONS(3115), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247561,7 +248168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3357), 31, + ACTIONS(3113), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -247593,69 +248200,256 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [58900] = 5, - ACTIONS(3), 1, + [59461] = 26, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(2465), 2, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, + anon_sym_QMARK, + ACTIONS(5036), 1, + anon_sym_BANG, + ACTIONS(5042), 1, + anon_sym_as, + ACTIONS(5052), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5054), 1, + anon_sym_DASH_DASH, + ACTIONS(5056), 1, + anon_sym_AMP_AMP, + ACTIONS(5058), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5060), 1, + anon_sym_or, + ACTIONS(5062), 1, + anon_sym_is, + ACTIONS(5064), 1, + anon_sym_BANGis, + ACTIONS(5066), 1, + anon_sym_in, + ACTIONS(5068), 1, + anon_sym_BANGin, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2474), 2, sym_line_comment, sym_block_comment, - ACTIONS(3363), 13, - anon_sym_DOT, + ACTIONS(5046), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_CARET, + ACTIONS(1719), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(5050), 6, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5048), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [59562] = 34, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3508), 1, + anon_sym_COLON_EQ, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, anon_sym_QMARK, + ACTIONS(5010), 1, anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3361), 31, - anon_sym_SEMI, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, anon_sym_as, - anon_sym_LBRACE, + ACTIONS(5088), 1, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5104), 1, + anon_sym_CARET, + ACTIONS(5106), 1, + anon_sym_AMP_AMP, + ACTIONS(5108), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, + anon_sym_BANGin, + ACTIONS(5148), 1, + anon_sym_LBRACE, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(2394), 1, + sym_block, + STATE(3988), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2475), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5090), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5094), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5098), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(5092), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [59679] = 34, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3508), 1, + anon_sym_COLON_EQ, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5088), 1, + anon_sym_COMMA, + ACTIONS(5100), 1, anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, + ACTIONS(5104), 1, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(5106), 1, anon_sym_AMP_AMP, + ACTIONS(5108), 1, anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(5112), 1, anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, + ACTIONS(5116), 1, anon_sym_in, + ACTIONS(5118), 1, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [58959] = 5, + ACTIONS(5150), 1, + anon_sym_LBRACE, + STATE(1152), 1, + sym_block, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(3988), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2476), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5090), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5094), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5098), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5092), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [59796] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2466), 2, + STATE(2477), 2, sym_line_comment, sym_block_comment, - ACTIONS(3395), 13, + ACTIONS(3111), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247669,7 +248463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3393), 31, + ACTIONS(3109), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -247701,15 +248495,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [59018] = 5, + [59855] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2467), 2, + STATE(2478), 2, sym_line_comment, sym_block_comment, - ACTIONS(3029), 13, + ACTIONS(3033), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247723,7 +248517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3027), 31, + ACTIONS(3031), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -247755,15 +248549,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [59077] = 5, + [59914] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2468), 2, + STATE(2479), 2, sym_line_comment, sym_block_comment, - ACTIONS(3399), 13, + ACTIONS(3069), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247777,7 +248571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3397), 31, + ACTIONS(3067), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -247809,15 +248603,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [59136] = 5, + [59973] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2469), 2, + STATE(2480), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 13, + ACTIONS(3065), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247831,7 +248625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3149), 31, + ACTIONS(3063), 31, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -247863,15 +248657,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [59195] = 5, + [60032] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2470), 2, + ACTIONS(2790), 2, + anon_sym_LBRACE, + anon_sym_LBRACK, + STATE(2481), 2, sym_line_comment, sym_block_comment, - ACTIONS(3223), 13, + ACTIONS(2785), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247879,26 +248676,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3221), 31, + anon_sym_DOT_DOT, + ACTIONS(2783), 28, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, + anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -247916,44 +248711,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [59254] = 5, + [60092] = 16, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2471), 2, + ACTIONS(5152), 1, + anon_sym_DOT, + ACTIONS(5154), 1, + anon_sym_LPAREN, + ACTIONS(5156), 1, + anon_sym_LBRACK, + ACTIONS(5158), 1, + anon_sym_QMARK, + ACTIONS(5160), 1, + anon_sym_BANG, + ACTIONS(5162), 1, + anon_sym_LBRACK2, + ACTIONS(5164), 1, + anon_sym_QMARK_DOT, + ACTIONS(5166), 1, + anon_sym_POUND_LBRACK, + STATE(2853), 1, + sym_argument_list, + STATE(2864), 1, + sym_or_block, + STATE(4215), 1, + sym_type_parameters, + STATE(2482), 2, sym_line_comment, sym_block_comment, - ACTIONS(3179), 13, - anon_sym_DOT, + ACTIONS(1855), 9, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3177), 31, - anon_sym_SEMI, + anon_sym_DOT_DOT, + ACTIONS(1853), 23, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -247963,23 +248771,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [59313] = 5, + [60172] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2472), 2, + ACTIONS(2703), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + STATE(2483), 2, sym_line_comment, sym_block_comment, - ACTIONS(3411), 13, + ACTIONS(2653), 12, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -247987,17 +248794,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3409), 31, + ACTIONS(2651), 29, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_STAR, @@ -248008,6 +248812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -248023,825 +248828,581 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [59372] = 26, - ACTIONS(497), 1, + [60232] = 20, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5030), 1, - anon_sym_as, - ACTIONS(5034), 1, + ACTIONS(5002), 1, + anon_sym_DOT, + ACTIONS(5004), 1, anon_sym_LPAREN, - ACTIONS(5042), 1, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5044), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5046), 1, - anon_sym_DASH_DASH, - ACTIONS(5048), 1, + ACTIONS(5008), 1, anon_sym_QMARK, - ACTIONS(5050), 1, + ACTIONS(5010), 1, anon_sym_BANG, - ACTIONS(5054), 1, - anon_sym_AMP_AMP, - ACTIONS(5056), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5058), 1, - anon_sym_or, - ACTIONS(5064), 1, - anon_sym_in, - ACTIONS(5066), 1, - anon_sym_BANGin, - ACTIONS(5142), 1, - anon_sym_is, - ACTIONS(5144), 1, - anon_sym_BANGis, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, + ACTIONS(5012), 1, anon_sym_LBRACK2, + ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - STATE(2473), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5036), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(1943), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(5040), 6, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(1889), 2, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5038), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [59473] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2474), 2, + STATE(2484), 2, sym_line_comment, sym_block_comment, - ACTIONS(2957), 13, - anon_sym_DOT, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5172), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2955), 31, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1887), 18, + anon_sym_SEMI, + anon_sym_as, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [59532] = 5, + [60320] = 20, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2475), 2, + ACTIONS(5002), 1, + anon_sym_DOT, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5174), 1, + anon_sym_CARET, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(1881), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2485), 2, sym_line_comment, sym_block_comment, - ACTIONS(3407), 13, - anon_sym_DOT, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5172), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3405), 31, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1879), 18, + anon_sym_SEMI, + anon_sym_as, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [59591] = 34, + [60408] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_COLON_EQ, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5086), 1, - anon_sym_COMMA, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5102), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5104), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5106), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5114), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5116), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5146), 1, - anon_sym_LBRACE, - STATE(995), 1, - sym_block, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(3989), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2476), 2, + STATE(2486), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [59708] = 34, + ACTIONS(1853), 11, + anon_sym_SEMI, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_DOT_DOT, + [60504] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_COLON_EQ, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5086), 1, - anon_sym_COMMA, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5102), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5104), 1, - anon_sym_AMP_AMP, - ACTIONS(5106), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5114), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5116), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5148), 1, - anon_sym_LBRACE, - STATE(2358), 1, - sym_block, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(3989), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2477), 2, + STATE(2487), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [59825] = 5, + ACTIONS(1853), 12, + anon_sym_SEMI, + anon_sym_as, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_DOT_DOT, + [60598] = 20, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2478), 2, + ACTIONS(5002), 1, + anon_sym_DOT, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5174), 1, + anon_sym_CARET, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(1855), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2488), 2, sym_line_comment, sym_block_comment, - ACTIONS(2887), 13, - anon_sym_DOT, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5172), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2885), 31, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1853), 18, + anon_sym_SEMI, + anon_sym_as, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [59884] = 26, - ACTIONS(497), 1, + [60686] = 18, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5030), 1, - anon_sym_as, - ACTIONS(5034), 1, + ACTIONS(5002), 1, + anon_sym_DOT, + ACTIONS(5004), 1, anon_sym_LPAREN, - ACTIONS(5042), 1, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5044), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5046), 1, - anon_sym_DASH_DASH, - ACTIONS(5048), 1, + ACTIONS(5008), 1, anon_sym_QMARK, - ACTIONS(5050), 1, + ACTIONS(5010), 1, anon_sym_BANG, - ACTIONS(5054), 1, - anon_sym_AMP_AMP, - ACTIONS(5056), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5058), 1, - anon_sym_or, - ACTIONS(5060), 1, - anon_sym_is, - ACTIONS(5062), 1, - anon_sym_BANGis, - ACTIONS(5064), 1, - anon_sym_in, - ACTIONS(5066), 1, - anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, + ACTIONS(5012), 1, anon_sym_LBRACK2, + ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - STATE(2479), 2, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + STATE(2489), 2, sym_line_comment, sym_block_comment, - ACTIONS(5036), 4, + ACTIONS(5172), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(1855), 5, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1719), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(5040), 6, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5038), 8, + ACTIONS(5170), 5, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [59985] = 34, + ACTIONS(1853), 19, + anon_sym_SEMI, + anon_sym_as, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_DOT_DOT, + [60770] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_COLON_EQ, - ACTIONS(5002), 1, + ACTIONS(1841), 1, + anon_sym_DOT_DOT, + ACTIONS(5152), 1, + anon_sym_DOT, + ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5010), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5164), 1, + anon_sym_QMARK_DOT, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, + ACTIONS(5186), 1, anon_sym_as, - ACTIONS(5086), 1, - anon_sym_COMMA, - ACTIONS(5098), 1, + ACTIONS(5198), 1, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, + ACTIONS(5200), 1, anon_sym_DASH_DASH, - ACTIONS(5102), 1, + ACTIONS(5202), 1, anon_sym_CARET, - ACTIONS(5104), 1, + ACTIONS(5204), 1, anon_sym_AMP_AMP, - ACTIONS(5106), 1, + ACTIONS(5206), 1, anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, + ACTIONS(5208), 1, anon_sym_or, - ACTIONS(5110), 1, + ACTIONS(5210), 1, anon_sym_is, - ACTIONS(5112), 1, + ACTIONS(5212), 1, anon_sym_BANGis, - ACTIONS(5114), 1, + ACTIONS(5214), 1, anon_sym_in, - ACTIONS(5116), 1, + ACTIONS(5216), 1, anon_sym_BANGin, - ACTIONS(5150), 1, - anon_sym_LBRACE, - STATE(1945), 1, - sym_block, - STATE(2397), 1, + STATE(2853), 1, sym_argument_list, - STATE(2399), 1, + STATE(2864), 1, sym_or_block, - STATE(3989), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, + STATE(4215), 1, sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, + ACTIONS(5194), 2, anon_sym_LT, anon_sym_GT, - STATE(2480), 2, + STATE(2490), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(1839), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, + ACTIONS(5188), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5192), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(5196), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5190), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [60102] = 26, - ACTIONS(497), 1, + [60882] = 32, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5030), 1, - anon_sym_as, - ACTIONS(5034), 1, + ACTIONS(1833), 1, + anon_sym_DOT_DOT, + ACTIONS(5152), 1, + anon_sym_DOT, + ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5042), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5044), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5046), 1, - anon_sym_DASH_DASH, - ACTIONS(5048), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5050), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5058), 1, - anon_sym_or, - ACTIONS(5060), 1, - anon_sym_is, - ACTIONS(5062), 1, - anon_sym_BANGis, - ACTIONS(5076), 1, - anon_sym_AMP_AMP, - ACTIONS(5078), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5080), 1, - anon_sym_in, - ACTIONS(5082), 1, - anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, + ACTIONS(5162), 1, anon_sym_LBRACK2, + ACTIONS(5164), 1, + anon_sym_QMARK_DOT, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - STATE(2481), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3572), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(5070), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(5074), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5072), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [60202] = 25, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2831), 1, - anon_sym_DOT, - ACTIONS(3149), 1, - anon_sym_LBRACK, - ACTIONS(3444), 1, - sym_identifier, - ACTIONS(3446), 1, - anon_sym_LPAREN, - ACTIONS(3448), 1, - anon_sym_fn, - ACTIONS(3450), 1, - anon_sym_STAR, - ACTIONS(3452), 1, - anon_sym_struct, - ACTIONS(3454), 1, - anon_sym_QMARK, - ACTIONS(3456), 1, - anon_sym_BANG, - ACTIONS(3458), 1, - anon_sym_LBRACK2, - ACTIONS(3460), 1, - anon_sym_AMP, - ACTIONS(3462), 1, - anon_sym_shared, - ACTIONS(3464), 1, - anon_sym_map_LBRACK, - ACTIONS(3466), 1, - anon_sym_chan, - ACTIONS(3468), 1, - anon_sym_thread, - ACTIONS(3470), 1, - anon_sym_atomic, - STATE(3447), 1, - sym_plain_type, - STATE(4480), 1, - sym_reference_expression, - STATE(2482), 2, - sym_line_comment, - sym_block_comment, - STATE(3437), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3455), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - ACTIONS(3151), 7, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - STATE(3459), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [60300] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2836), 1, - anon_sym_LBRACK, - ACTIONS(3151), 1, - anon_sym_LBRACE, - STATE(2483), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2831), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(5186), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(5198), 1, anon_sym_PLUS_PLUS, + ACTIONS(5200), 1, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, + ACTIONS(5202), 1, anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(5204), 1, anon_sym_AMP_AMP, + ACTIONS(5206), 1, anon_sym_PIPE_PIPE, + ACTIONS(5208), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(5210), 1, anon_sym_is, + ACTIONS(5212), 1, anon_sym_BANGis, + ACTIONS(5214), 1, anon_sym_in, + ACTIONS(5216), 1, anon_sym_BANGin, - [60360] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2836), 2, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2484), 2, + STATE(2853), 1, + sym_argument_list, + STATE(2864), 1, + sym_or_block, + STATE(4215), 1, + sym_type_parameters, + ACTIONS(5194), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2491), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 13, - anon_sym_DOT, + ACTIONS(1831), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, + ACTIONS(5188), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5192), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2829), 28, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5196), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_RBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5190), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - [60420] = 18, + [60994] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -248850,45 +249411,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, + ACTIONS(5164), 1, anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - STATE(2879), 1, + STATE(2853), 1, sym_argument_list, - STATE(2881), 1, + STATE(2864), 1, sym_or_block, - STATE(4219), 1, + STATE(4215), 1, sym_type_parameters, - STATE(2485), 2, + STATE(2492), 2, sym_line_comment, sym_block_comment, - ACTIONS(5158), 3, + ACTIONS(5192), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5156), 5, + ACTIONS(5190), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 6, + ACTIONS(1855), 6, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_LT, anon_sym_GT, anon_sym_DOT_DOT, - ACTIONS(1811), 18, + ACTIONS(1853), 18, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -248907,7 +249468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60504] = 20, + [61078] = 20, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -248916,48 +249477,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, + ACTIONS(5164), 1, anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - ACTIONS(5174), 1, + ACTIONS(5202), 1, anon_sym_CARET, - STATE(2879), 1, + STATE(2853), 1, sym_argument_list, - STATE(2881), 1, + STATE(2864), 1, sym_or_block, - STATE(4219), 1, + STATE(4215), 1, sym_type_parameters, - STATE(2486), 2, + STATE(2493), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 3, + ACTIONS(1855), 3, anon_sym_LT, anon_sym_GT, anon_sym_DOT_DOT, - ACTIONS(5158), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5172), 3, + ACTIONS(5188), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5156), 5, + ACTIONS(5192), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5190), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 17, + ACTIONS(1853), 17, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -248975,67 +249536,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60592] = 24, + [61166] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1813), 1, + ACTIONS(1855), 1, anon_sym_DOT_DOT, ACTIONS(5152), 1, anon_sym_DOT, ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, + ACTIONS(5164), 1, anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - ACTIONS(5174), 1, + ACTIONS(5202), 1, anon_sym_CARET, - ACTIONS(5180), 1, + ACTIONS(5214), 1, anon_sym_in, - ACTIONS(5182), 1, + ACTIONS(5216), 1, anon_sym_BANGin, - STATE(2879), 1, + STATE(2853), 1, sym_argument_list, - STATE(2881), 1, + STATE(2864), 1, sym_or_block, - STATE(4219), 1, + STATE(4215), 1, sym_type_parameters, - ACTIONS(5176), 2, + ACTIONS(5194), 2, anon_sym_LT, anon_sym_GT, - STATE(2487), 2, + STATE(2494), 2, sym_line_comment, sym_block_comment, - ACTIONS(5158), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5172), 3, + ACTIONS(5188), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5178), 4, + ACTIONS(5192), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5196), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5156), 5, + ACTIONS(5190), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 11, + ACTIONS(1853), 11, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -249047,69 +249608,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_is, anon_sym_BANGis, - [60688] = 25, + [61262] = 25, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1813), 1, + ACTIONS(1855), 1, anon_sym_DOT_DOT, ACTIONS(5152), 1, anon_sym_DOT, ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, + ACTIONS(5164), 1, anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - ACTIONS(5174), 1, + ACTIONS(5202), 1, anon_sym_CARET, - ACTIONS(5180), 1, + ACTIONS(5204), 1, + anon_sym_AMP_AMP, + ACTIONS(5214), 1, anon_sym_in, - ACTIONS(5182), 1, + ACTIONS(5216), 1, anon_sym_BANGin, - ACTIONS(5184), 1, - anon_sym_AMP_AMP, - STATE(2879), 1, + STATE(2853), 1, sym_argument_list, - STATE(2881), 1, + STATE(2864), 1, sym_or_block, - STATE(4219), 1, + STATE(4215), 1, sym_type_parameters, - ACTIONS(5176), 2, + ACTIONS(5194), 2, anon_sym_LT, anon_sym_GT, - STATE(2488), 2, + STATE(2495), 2, sym_line_comment, sym_block_comment, - ACTIONS(5158), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5172), 3, + ACTIONS(5188), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5178), 4, + ACTIONS(5192), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5196), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5156), 5, + ACTIONS(5190), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 10, + ACTIONS(1853), 10, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -249120,7 +249681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_is, anon_sym_BANGis, - [60786] = 20, + [61360] = 20, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -249129,48 +249690,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, + ACTIONS(5164), 1, anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - ACTIONS(5174), 1, + ACTIONS(5202), 1, anon_sym_CARET, - STATE(2879), 1, + STATE(2853), 1, sym_argument_list, - STATE(2881), 1, + STATE(2864), 1, sym_or_block, - STATE(4219), 1, + STATE(4215), 1, sym_type_parameters, - STATE(2489), 2, + STATE(2496), 2, sym_line_comment, sym_block_comment, - ACTIONS(1855), 3, + ACTIONS(1881), 3, anon_sym_LT, anon_sym_GT, anon_sym_DOT_DOT, - ACTIONS(5158), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5172), 3, + ACTIONS(5188), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5156), 5, + ACTIONS(5192), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5190), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1853), 17, + ACTIONS(1879), 17, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -249188,7 +249749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60874] = 20, + [61448] = 20, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -249197,48 +249758,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, + ACTIONS(5164), 1, anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - ACTIONS(5174), 1, + ACTIONS(5202), 1, anon_sym_CARET, - STATE(2879), 1, + STATE(2853), 1, sym_argument_list, - STATE(2881), 1, + STATE(2864), 1, sym_or_block, - STATE(4219), 1, + STATE(4215), 1, sym_type_parameters, - STATE(2490), 2, + STATE(2497), 2, sym_line_comment, sym_block_comment, - ACTIONS(1859), 3, + ACTIONS(1889), 3, anon_sym_LT, anon_sym_GT, anon_sym_DOT_DOT, - ACTIONS(5158), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5172), 3, + ACTIONS(5188), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5156), 5, + ACTIONS(5192), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5190), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1857), 17, + ACTIONS(1887), 17, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -249256,336 +249817,877 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60962] = 20, + [61536] = 16, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, + ACTIONS(5152), 1, anon_sym_DOT, - ACTIONS(5002), 1, + ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5010), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5012), 1, + ACTIONS(5164), 1, anon_sym_QMARK_DOT, - ACTIONS(5014), 1, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - ACTIONS(5192), 1, - anon_sym_CARET, - STATE(2397), 1, + STATE(2853), 1, sym_argument_list, - STATE(2399), 1, + STATE(2864), 1, sym_or_block, - STATE(4367), 1, + STATE(4215), 1, sym_type_parameters, - ACTIONS(1859), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2491), 2, + STATE(2498), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(1945), 9, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5188), 5, + anon_sym_DOT_DOT, + ACTIONS(1943), 23, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1857), 18, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [61616] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2645), 1, + anon_sym_LBRACK, + ACTIONS(5218), 1, + anon_sym_DOLLARelse, + STATE(2499), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2647), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_DOT_DOT, - [61050] = 20, - ACTIONS(3), 1, + [61676] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, + ACTIONS(3037), 1, + anon_sym_LBRACK, + ACTIONS(2701), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + STATE(2500), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3039), 40, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(5002), 1, + anon_sym_as, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(5008), 1, anon_sym_BANG, - ACTIONS(5010), 1, anon_sym_LBRACK2, - ACTIONS(5012), 1, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, anon_sym_QMARK_DOT, - ACTIONS(5014), 1, anon_sym_POUND_LBRACK, - ACTIONS(5192), 1, - anon_sym_CARET, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [61736] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2871), 1, + anon_sym_LBRACK, + STATE(2565), 1, sym_type_parameters, - ACTIONS(1855), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2492), 2, + STATE(2501), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(2873), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5188), 5, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [61796] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2651), 1, + anon_sym_LBRACK, + ACTIONS(2701), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + STATE(2502), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2653), 40, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1853), 18, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [61856] = 25, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2785), 1, + anon_sym_DOT, + ACTIONS(3147), 1, + anon_sym_LBRACK, + ACTIONS(3450), 1, + sym_identifier, + ACTIONS(3452), 1, + anon_sym_LPAREN, + ACTIONS(3454), 1, + anon_sym_fn, + ACTIONS(3456), 1, + anon_sym_STAR, + ACTIONS(3458), 1, + anon_sym_struct, + ACTIONS(3460), 1, + anon_sym_QMARK, + ACTIONS(3462), 1, + anon_sym_BANG, + ACTIONS(3464), 1, + anon_sym_LBRACK2, + ACTIONS(3466), 1, + anon_sym_AMP, + ACTIONS(3468), 1, + anon_sym_shared, + ACTIONS(3470), 1, + anon_sym_map_LBRACK, + ACTIONS(3472), 1, + anon_sym_chan, + ACTIONS(3474), 1, + anon_sym_thread, + ACTIONS(3476), 1, + anon_sym_atomic, + STATE(3449), 1, + sym_plain_type, + STATE(4479), 1, + sym_reference_expression, + STATE(2503), 2, + sym_line_comment, + sym_block_comment, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3453), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(3149), 7, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + STATE(3457), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [61954] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2703), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + STATE(2504), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3039), 12, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3037), 29, anon_sym_SEMI, anon_sym_as, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, anon_sym_DOT_DOT, - [61138] = 24, - ACTIONS(3), 1, + [62014] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, + ACTIONS(2795), 1, + anon_sym_LBRACK, + ACTIONS(5220), 1, + anon_sym_DOLLARelse, + STATE(2505), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2797), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(5002), 1, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(5008), 1, anon_sym_BANG, - ACTIONS(5010), 1, anon_sym_LBRACK2, - ACTIONS(5012), 1, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, anon_sym_QMARK_DOT, - ACTIONS(5014), 1, anon_sym_POUND_LBRACK, - ACTIONS(5192), 1, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [62074] = 26, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, + anon_sym_QMARK, + ACTIONS(5036), 1, + anon_sym_BANG, + ACTIONS(5042), 1, + anon_sym_as, + ACTIONS(5052), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5054), 1, + anon_sym_DASH_DASH, + ACTIONS(5060), 1, + anon_sym_or, + ACTIONS(5062), 1, + anon_sym_is, + ACTIONS(5064), 1, + anon_sym_BANGis, + ACTIONS(5076), 1, + anon_sym_AMP_AMP, + ACTIONS(5078), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5080), 1, + anon_sym_in, + ACTIONS(5082), 1, + anon_sym_BANGin, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2506), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3592), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + ACTIONS(5070), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5074), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5072), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [62174] = 26, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, + anon_sym_QMARK, + ACTIONS(5036), 1, + anon_sym_BANG, + ACTIONS(5042), 1, + anon_sym_as, + ACTIONS(5052), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5054), 1, + anon_sym_DASH_DASH, + ACTIONS(5060), 1, + anon_sym_or, + ACTIONS(5062), 1, + anon_sym_is, + ACTIONS(5064), 1, + anon_sym_BANGis, + ACTIONS(5076), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5078), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5080), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5082), 1, anon_sym_BANGin, - STATE(2397), 1, + STATE(2554), 1, sym_argument_list, - STATE(2399), 1, + STATE(2556), 1, sym_or_block, - STATE(4367), 1, + STATE(4318), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2507), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3588), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + ACTIONS(5070), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(5074), 6, anon_sym_LT, anon_sym_GT, - STATE(2493), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5072), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [62274] = 23, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3450), 1, + sym_identifier, + ACTIONS(3452), 1, + anon_sym_LPAREN, + ACTIONS(3454), 1, + anon_sym_fn, + ACTIONS(3456), 1, + anon_sym_STAR, + ACTIONS(3458), 1, + anon_sym_struct, + ACTIONS(3460), 1, + anon_sym_QMARK, + ACTIONS(3462), 1, + anon_sym_BANG, + ACTIONS(3464), 1, + anon_sym_LBRACK2, + ACTIONS(3466), 1, + anon_sym_AMP, + ACTIONS(3468), 1, + anon_sym_shared, + ACTIONS(3470), 1, + anon_sym_map_LBRACK, + ACTIONS(3472), 1, + anon_sym_chan, + ACTIONS(3474), 1, + anon_sym_thread, + ACTIONS(3476), 1, + anon_sym_atomic, + STATE(3475), 1, + sym_plain_type, + STATE(4479), 1, + sym_reference_expression, + STATE(2508), 2, + sym_line_comment, + sym_block_comment, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3453), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(567), 9, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + anon_sym_AT_LBRACK, + STATE(3457), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [62368] = 26, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(5030), 1, + anon_sym_LPAREN, + ACTIONS(5032), 1, + anon_sym_LBRACK, + ACTIONS(5034), 1, + anon_sym_QMARK, + ACTIONS(5036), 1, + anon_sym_BANG, + ACTIONS(5042), 1, + anon_sym_as, + ACTIONS(5052), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5054), 1, + anon_sym_DASH_DASH, + ACTIONS(5060), 1, + anon_sym_or, + ACTIONS(5062), 1, + anon_sym_is, + ACTIONS(5064), 1, + anon_sym_BANGis, + ACTIONS(5076), 1, + anon_sym_AMP_AMP, + ACTIONS(5078), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5080), 1, + anon_sym_in, + ACTIONS(5082), 1, + anon_sym_BANGin, + STATE(2554), 1, + sym_argument_list, + STATE(2556), 1, + sym_or_block, + STATE(4318), 1, + sym_type_parameters, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2509), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(3584), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + ACTIONS(5070), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5196), 4, + anon_sym_CARET, + ACTIONS(5074), 6, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5072), 8, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 11, - anon_sym_SEMI, - anon_sym_as, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_DOT_DOT, - [61234] = 31, - ACTIONS(3), 1, + [62468] = 26, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, - ACTIONS(5002), 1, + ACTIONS(5030), 1, anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(5032), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(5034), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(5036), 1, anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5012), 1, - anon_sym_QMARK_DOT, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, + ACTIONS(5042), 1, anon_sym_as, - ACTIONS(5098), 1, + ACTIONS(5052), 1, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, + ACTIONS(5054), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + ACTIONS(5060), 1, anon_sym_or, - ACTIONS(5110), 1, + ACTIONS(5062), 1, anon_sym_is, - ACTIONS(5112), 1, + ACTIONS(5064), 1, anon_sym_BANGis, - ACTIONS(5192), 1, - anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5076), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5078), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5080), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5082), 1, anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - STATE(2397), 1, + STATE(2554), 1, sym_argument_list, - STATE(2399), 1, + STATE(2556), 1, sym_or_block, - STATE(4367), 1, + STATE(4318), 1, sym_type_parameters, - ACTIONS(5194), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2494), 2, + ACTIONS(5028), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5038), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + STATE(2510), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(3576), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + ACTIONS(5070), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2069), 4, - anon_sym_SEMI, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT_DOT, - ACTIONS(5196), 4, + anon_sym_CARET, + ACTIONS(5074), 6, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5072), 8, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [61344] = 7, - ACTIONS(3), 1, + [62568] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 2, - anon_sym_RPAREN, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(3149), 2, + ACTIONS(3149), 1, anon_sym_LBRACE, - anon_sym_COMMA, - STATE(2495), 2, + STATE(2511), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 12, + ACTIONS(2785), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2829), 27, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -249597,217 +250699,418 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_DOT_DOT, - [61406] = 31, + [62628] = 23, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3450), 1, + sym_identifier, + ACTIONS(3452), 1, + anon_sym_LPAREN, + ACTIONS(3454), 1, + anon_sym_fn, + ACTIONS(3456), 1, + anon_sym_STAR, + ACTIONS(3458), 1, + anon_sym_struct, + ACTIONS(3460), 1, + anon_sym_QMARK, + ACTIONS(3462), 1, + anon_sym_BANG, + ACTIONS(3464), 1, + anon_sym_LBRACK2, + ACTIONS(3466), 1, + anon_sym_AMP, + ACTIONS(3468), 1, + anon_sym_shared, + ACTIONS(3470), 1, + anon_sym_map_LBRACK, + ACTIONS(3472), 1, + anon_sym_chan, + ACTIONS(3474), 1, + anon_sym_thread, + ACTIONS(3476), 1, + anon_sym_atomic, + STATE(3469), 1, + sym_plain_type, + STATE(4479), 1, + sym_reference_expression, + STATE(2512), 2, + sym_line_comment, + sym_block_comment, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3453), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(623), 9, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + anon_sym_AT_LBRACK, + STATE(3457), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [62722] = 23, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3450), 1, + sym_identifier, + ACTIONS(3452), 1, + anon_sym_LPAREN, + ACTIONS(3454), 1, + anon_sym_fn, + ACTIONS(3456), 1, + anon_sym_STAR, + ACTIONS(3458), 1, + anon_sym_struct, + ACTIONS(3460), 1, + anon_sym_QMARK, + ACTIONS(3462), 1, + anon_sym_BANG, + ACTIONS(3464), 1, + anon_sym_LBRACK2, + ACTIONS(3466), 1, + anon_sym_AMP, + ACTIONS(3468), 1, + anon_sym_shared, + ACTIONS(3470), 1, + anon_sym_map_LBRACK, + ACTIONS(3472), 1, + anon_sym_chan, + ACTIONS(3474), 1, + anon_sym_thread, + ACTIONS(3476), 1, + anon_sym_atomic, + STATE(3462), 1, + sym_plain_type, + STATE(4479), 1, + sym_reference_expression, + STATE(2513), 2, + sym_line_comment, + sym_block_comment, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3453), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(627), 9, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + anon_sym_AT_LBRACK, + STATE(3457), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [62816] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, + anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5192), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5222), 1, anon_sym_PIPE_PIPE, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2496), 2, + STATE(2514), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(1935), 4, + ACTIONS(1831), 4, anon_sym_SEMI, anon_sym_RBRACK, anon_sym_COLON, anon_sym_DOT_DOT, - ACTIONS(5196), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [61516] = 23, + [62926] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, + anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5192), 1, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5200), 1, + ACTIONS(5180), 1, + anon_sym_AMP_AMP, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - STATE(2397), 1, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2497), 2, + STATE(2515), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(1839), 4, + anon_sym_SEMI, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT_DOT, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 12, + [63036] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2790), 2, + anon_sym_RPAREN, + anon_sym_LBRACK, + ACTIONS(3147), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + STATE(2516), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2785), 12, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2783), 27, anon_sym_SEMI, anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_DOT_DOT, - [61610] = 20, + [63098] = 16, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, + ACTIONS(5152), 1, anon_sym_DOT, - ACTIONS(5002), 1, + ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5010), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5012), 1, + ACTIONS(5164), 1, anon_sym_QMARK_DOT, - ACTIONS(5014), 1, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - ACTIONS(5192), 1, - anon_sym_CARET, - STATE(2397), 1, + STATE(2853), 1, sym_argument_list, - STATE(2399), 1, + STATE(2864), 1, sym_or_block, - STATE(4367), 1, + STATE(4215), 1, sym_type_parameters, - ACTIONS(1813), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2498), 2, + STATE(2517), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(1877), 9, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5188), 5, + anon_sym_DOT_DOT, + ACTIONS(1875), 23, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1811), 18, - anon_sym_SEMI, - anon_sym_as, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -249815,65 +251118,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_DOT_DOT, - [61698] = 18, + [63178] = 19, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, - ACTIONS(5014), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - STATE(2397), 1, + ACTIONS(5230), 1, + anon_sym_CARET, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - STATE(2499), 2, + ACTIONS(1855), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(2518), 2, sym_line_comment, sym_block_comment, - ACTIONS(5190), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(1813), 5, + ACTIONS(5224), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5188), 5, + ACTIONS(5228), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5226), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 19, + ACTIONS(1853), 17, anon_sym_SEMI, anon_sym_as, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -249881,27 +251183,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_DOT_DOT, - [61782] = 6, + anon_sym_COLON_EQ, + [63263] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2969), 1, + ACTIONS(3351), 1, anon_sym_LBRACK, - ACTIONS(2763), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - STATE(2500), 2, + STATE(2519), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 40, + ACTIONS(3353), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_PIPE, @@ -249936,27 +251236,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61842] = 6, + [63320] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2791), 1, + ACTIONS(3085), 1, anon_sym_LBRACK, - STATE(2522), 1, - sym_type_parameters, - STATE(2501), 2, + STATE(2520), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 41, + ACTIONS(3285), 6, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + ACTIONS(3088), 35, + anon_sym_DOT, + anon_sym_as, anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, @@ -249990,191 +251289,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61902] = 16, + [63379] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(1841), 1, + anon_sym_DOT_DOT, ACTIONS(5152), 1, anon_sym_DOT, ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, + ACTIONS(5164), 1, anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - STATE(2879), 1, - sym_argument_list, - STATE(2881), 1, - sym_or_block, - STATE(4219), 1, - sym_type_parameters, - STATE(2502), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1813), 9, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(1811), 23, + ACTIONS(5186), 1, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + ACTIONS(5198), 1, anon_sym_PLUS_PLUS, + ACTIONS(5200), 1, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(5208), 1, anon_sym_or, + ACTIONS(5210), 1, anon_sym_is, + ACTIONS(5212), 1, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [61982] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2759), 1, - anon_sym_LBRACK, - ACTIONS(2763), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - STATE(2503), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2761), 40, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, + ACTIONS(5242), 1, anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(5244), 1, anon_sym_AMP_AMP, + ACTIONS(5246), 1, anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, + ACTIONS(5248), 1, anon_sym_in, + ACTIONS(5250), 1, anon_sym_BANGin, - [62042] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2765), 2, + STATE(2853), 1, + sym_argument_list, + STATE(2864), 1, + sym_or_block, + STATE(4215), 1, + sym_type_parameters, + ACTIONS(1839), 2, anon_sym_LBRACE, - anon_sym_COMMA, - STATE(2504), 2, + anon_sym_DOT_DOT_DOT, + ACTIONS(5238), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2521), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 12, - anon_sym_DOT, + ACTIONS(5232), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5236), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2969), 29, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5240), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5234), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_DOT_DOT, - [62102] = 6, + [63490] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2771), 1, + ACTIONS(3247), 1, anon_sym_LBRACK, - ACTIONS(5206), 1, - anon_sym_DOLLARelse, - STATE(2505), 2, + STATE(2522), 2, sym_line_comment, sym_block_comment, - ACTIONS(2773), 41, + ACTIONS(3249), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -250216,469 +251420,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62162] = 26, + [63547] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5030), 1, - anon_sym_as, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, + ACTIONS(3327), 1, anon_sym_LBRACK, - ACTIONS(5044), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5046), 1, - anon_sym_DASH_DASH, - ACTIONS(5048), 1, - anon_sym_QMARK, - ACTIONS(5050), 1, - anon_sym_BANG, - ACTIONS(5058), 1, - anon_sym_or, - ACTIONS(5060), 1, - anon_sym_is, - ACTIONS(5062), 1, - anon_sym_BANGis, - ACTIONS(5076), 1, - anon_sym_AMP_AMP, - ACTIONS(5078), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5080), 1, - anon_sym_in, - ACTIONS(5082), 1, - anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2506), 2, + STATE(2523), 2, sym_line_comment, sym_block_comment, - ACTIONS(3578), 4, + ACTIONS(3329), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - ACTIONS(5070), 4, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(5074), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5072), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [62262] = 26, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(5030), 1, - anon_sym_as, - ACTIONS(5034), 1, - anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5044), 1, anon_sym_PLUS_PLUS, - ACTIONS(5046), 1, anon_sym_DASH_DASH, - ACTIONS(5048), 1, anon_sym_QMARK, - ACTIONS(5050), 1, anon_sym_BANG, - ACTIONS(5058), 1, - anon_sym_or, - ACTIONS(5060), 1, - anon_sym_is, - ACTIONS(5062), 1, - anon_sym_BANGis, - ACTIONS(5076), 1, - anon_sym_AMP_AMP, - ACTIONS(5078), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5080), 1, - anon_sym_in, - ACTIONS(5082), 1, - anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2507), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3586), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(5070), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, - ACTIONS(5074), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5072), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [62362] = 32, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2071), 1, - anon_sym_DOT_DOT, - ACTIONS(5152), 1, - anon_sym_DOT, - ACTIONS(5154), 1, - anon_sym_LPAREN, - ACTIONS(5160), 1, - anon_sym_LBRACK, - ACTIONS(5162), 1, - anon_sym_QMARK, - ACTIONS(5164), 1, - anon_sym_BANG, - ACTIONS(5166), 1, - anon_sym_LBRACK2, - ACTIONS(5168), 1, - anon_sym_QMARK_DOT, - ACTIONS(5170), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5174), 1, - anon_sym_CARET, - ACTIONS(5180), 1, - anon_sym_in, - ACTIONS(5182), 1, - anon_sym_BANGin, - ACTIONS(5184), 1, anon_sym_AMP_AMP, - ACTIONS(5208), 1, - anon_sym_as, - ACTIONS(5210), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5212), 1, - anon_sym_DASH_DASH, - ACTIONS(5214), 1, anon_sym_PIPE_PIPE, - ACTIONS(5216), 1, anon_sym_or, - ACTIONS(5218), 1, - anon_sym_is, - ACTIONS(5220), 1, - anon_sym_BANGis, - STATE(2879), 1, - sym_argument_list, - STATE(2881), 1, - sym_or_block, - STATE(4219), 1, - sym_type_parameters, - ACTIONS(5176), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2508), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2069), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - ACTIONS(5158), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5172), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5178), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5156), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [62474] = 32, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1937), 1, - anon_sym_DOT_DOT, - ACTIONS(5152), 1, - anon_sym_DOT, - ACTIONS(5154), 1, - anon_sym_LPAREN, - ACTIONS(5160), 1, - anon_sym_LBRACK, - ACTIONS(5162), 1, - anon_sym_QMARK, - ACTIONS(5164), 1, - anon_sym_BANG, - ACTIONS(5166), 1, - anon_sym_LBRACK2, - ACTIONS(5168), 1, anon_sym_QMARK_DOT, - ACTIONS(5170), 1, anon_sym_POUND_LBRACK, - ACTIONS(5174), 1, - anon_sym_CARET, - ACTIONS(5180), 1, - anon_sym_in, - ACTIONS(5182), 1, - anon_sym_BANGin, - ACTIONS(5184), 1, - anon_sym_AMP_AMP, - ACTIONS(5208), 1, - anon_sym_as, - ACTIONS(5210), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5212), 1, - anon_sym_DASH_DASH, - ACTIONS(5214), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5216), 1, - anon_sym_or, - ACTIONS(5218), 1, anon_sym_is, - ACTIONS(5220), 1, anon_sym_BANGis, - STATE(2879), 1, - sym_argument_list, - STATE(2881), 1, - sym_or_block, - STATE(4219), 1, - sym_type_parameters, - ACTIONS(5176), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2509), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1935), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - ACTIONS(5158), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5172), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5178), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5156), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [62586] = 23, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3444), 1, - sym_identifier, - ACTIONS(3446), 1, - anon_sym_LPAREN, - ACTIONS(3448), 1, - anon_sym_fn, - ACTIONS(3450), 1, - anon_sym_STAR, - ACTIONS(3452), 1, - anon_sym_struct, - ACTIONS(3454), 1, - anon_sym_QMARK, - ACTIONS(3456), 1, - anon_sym_BANG, - ACTIONS(3458), 1, - anon_sym_LBRACK2, - ACTIONS(3460), 1, - anon_sym_AMP, - ACTIONS(3462), 1, - anon_sym_shared, - ACTIONS(3464), 1, - anon_sym_map_LBRACK, - ACTIONS(3466), 1, - anon_sym_chan, - ACTIONS(3468), 1, - anon_sym_thread, - ACTIONS(3470), 1, - anon_sym_atomic, - STATE(3450), 1, - sym_plain_type, - STATE(4480), 1, - sym_reference_expression, - STATE(2510), 2, - sym_line_comment, - sym_block_comment, - STATE(3437), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3455), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - ACTIONS(601), 9, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_AT_LBRACK, - STATE(3459), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [62680] = 23, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3444), 1, - sym_identifier, - ACTIONS(3446), 1, - anon_sym_LPAREN, - ACTIONS(3448), 1, - anon_sym_fn, - ACTIONS(3450), 1, - anon_sym_STAR, - ACTIONS(3452), 1, - anon_sym_struct, - ACTIONS(3454), 1, - anon_sym_QMARK, - ACTIONS(3456), 1, - anon_sym_BANG, - ACTIONS(3458), 1, - anon_sym_LBRACK2, - ACTIONS(3460), 1, - anon_sym_AMP, - ACTIONS(3462), 1, - anon_sym_shared, - ACTIONS(3464), 1, - anon_sym_map_LBRACK, - ACTIONS(3466), 1, - anon_sym_chan, - ACTIONS(3468), 1, - anon_sym_thread, - ACTIONS(3470), 1, - anon_sym_atomic, - STATE(3467), 1, - sym_plain_type, - STATE(4480), 1, - sym_reference_expression, - STATE(2511), 2, - sym_line_comment, - sym_block_comment, - STATE(3437), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3455), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - ACTIONS(627), 9, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_AT_LBRACK, - STATE(3459), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [62774] = 6, + anon_sym_in, + anon_sym_BANGin, + [63604] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2869), 1, + ACTIONS(3143), 1, anon_sym_LBRACK, - ACTIONS(5222), 1, - anon_sym_DOLLARelse, - STATE(2512), 2, + STATE(2524), 2, sym_line_comment, sym_block_comment, - ACTIONS(2871), 41, + ACTIONS(3145), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -250720,257 +251524,204 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62834] = 23, + [63661] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, - sym_identifier, - ACTIONS(3446), 1, - anon_sym_LPAREN, - ACTIONS(3448), 1, - anon_sym_fn, - ACTIONS(3450), 1, - anon_sym_STAR, - ACTIONS(3452), 1, - anon_sym_struct, - ACTIONS(3454), 1, - anon_sym_QMARK, - ACTIONS(3456), 1, - anon_sym_BANG, - ACTIONS(3458), 1, - anon_sym_LBRACK2, - ACTIONS(3460), 1, - anon_sym_AMP, - ACTIONS(3462), 1, - anon_sym_shared, - ACTIONS(3464), 1, - anon_sym_map_LBRACK, - ACTIONS(3466), 1, - anon_sym_chan, - ACTIONS(3468), 1, - anon_sym_thread, - ACTIONS(3470), 1, - anon_sym_atomic, - STATE(3472), 1, - sym_plain_type, - STATE(4480), 1, - sym_reference_expression, - STATE(2513), 2, + ACTIONS(3387), 1, + anon_sym_LBRACK, + STATE(2525), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3455), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - ACTIONS(571), 9, + ACTIONS(3389), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_AT_LBRACK, - STATE(3459), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [62928] = 26, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(5030), 1, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, - ACTIONS(5034), 1, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(5042), 1, - anon_sym_LBRACK, - ACTIONS(5044), 1, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - ACTIONS(5046), 1, anon_sym_DASH_DASH, - ACTIONS(5048), 1, anon_sym_QMARK, - ACTIONS(5050), 1, anon_sym_BANG, - ACTIONS(5058), 1, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5060), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(5062), 1, anon_sym_BANGis, - ACTIONS(5076), 1, - anon_sym_AMP_AMP, - ACTIONS(5078), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5080), 1, anon_sym_in, - ACTIONS(5082), 1, anon_sym_BANGin, - STATE(2595), 1, - sym_or_block, - STATE(2632), 1, - sym_argument_list, - STATE(4317), 1, - sym_type_parameters, - ACTIONS(5028), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5052), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - STATE(2514), 2, + [63718] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3410), 1, + anon_sym_LBRACK, + STATE(2526), 2, sym_line_comment, sym_block_comment, - ACTIONS(3582), 4, + ACTIONS(3412), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - ACTIONS(5070), 4, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(5074), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5072), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [63028] = 16, - ACTIONS(3), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [63775] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5152), 1, - anon_sym_DOT, - ACTIONS(5154), 1, - anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(3227), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, - anon_sym_QMARK, - ACTIONS(5164), 1, - anon_sym_BANG, - ACTIONS(5166), 1, - anon_sym_LBRACK2, - ACTIONS(5168), 1, - anon_sym_QMARK_DOT, - ACTIONS(5170), 1, - anon_sym_POUND_LBRACK, - STATE(2879), 1, - sym_argument_list, - STATE(2881), 1, - sym_or_block, - STATE(4219), 1, - sym_type_parameters, - STATE(2515), 2, + STATE(2527), 2, sym_line_comment, sym_block_comment, - ACTIONS(1877), 9, + ACTIONS(3229), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(1875), 23, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63108] = 6, - ACTIONS(3), 1, + [63832] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 2, + ACTIONS(2701), 1, anon_sym_LBRACE, - anon_sym_COMMA, - STATE(2516), 2, + ACTIONS(3037), 1, + anon_sym_LBRACK, + STATE(2528), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 12, + ACTIONS(3039), 40, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2759), 29, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -250982,87 +251733,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_DOT_DOT, - [63168] = 16, - ACTIONS(3), 1, + [63891] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5152), 1, - anon_sym_DOT, - ACTIONS(5154), 1, - anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(3426), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, - anon_sym_QMARK, - ACTIONS(5164), 1, - anon_sym_BANG, - ACTIONS(5166), 1, - anon_sym_LBRACK2, - ACTIONS(5168), 1, - anon_sym_QMARK_DOT, - ACTIONS(5170), 1, - anon_sym_POUND_LBRACK, - STATE(2879), 1, - sym_argument_list, - STATE(2881), 1, - sym_or_block, - STATE(4219), 1, - sym_type_parameters, - STATE(2517), 2, + STATE(2529), 2, sym_line_comment, sym_block_comment, - ACTIONS(1887), 9, + ACTIONS(3428), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(1885), 23, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63248] = 6, + [63948] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2763), 1, - anon_sym_LBRACE, - ACTIONS(2969), 1, + ACTIONS(3430), 1, anon_sym_LBRACK, - STATE(2518), 2, + STATE(2530), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 40, + ACTIONS(3432), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -251100,17 +251837,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63307] = 5, + [64005] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3253), 1, + ACTIONS(3438), 1, anon_sym_LBRACK, - STATE(2519), 2, + STATE(2531), 2, sym_line_comment, sym_block_comment, - ACTIONS(3255), 41, + ACTIONS(3440), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -251152,250 +251889,210 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63364] = 23, + [64062] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, + ACTIONS(1833), 1, + anon_sym_DOT_DOT, + ACTIONS(5152), 1, + anon_sym_DOT, + ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5010), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5164), 1, + anon_sym_QMARK_DOT, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - ACTIONS(5102), 1, + ACTIONS(5186), 1, + anon_sym_as, + ACTIONS(5198), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5200), 1, + anon_sym_DASH_DASH, + ACTIONS(5208), 1, + anon_sym_or, + ACTIONS(5210), 1, + anon_sym_is, + ACTIONS(5212), 1, + anon_sym_BANGis, + ACTIONS(5242), 1, anon_sym_CARET, - ACTIONS(5104), 1, + ACTIONS(5244), 1, anon_sym_AMP_AMP, - ACTIONS(5114), 1, + ACTIONS(5246), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5248), 1, anon_sym_in, - ACTIONS(5116), 1, + ACTIONS(5250), 1, anon_sym_BANGin, - STATE(2397), 1, + STATE(2853), 1, sym_argument_list, - STATE(2399), 1, + STATE(2864), 1, sym_or_block, - STATE(4367), 1, + STATE(4215), 1, sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, + ACTIONS(1831), 2, + anon_sym_LBRACE, + anon_sym_DOT_DOT_DOT, + ACTIONS(5238), 2, anon_sym_LT, anon_sym_GT, - STATE(2520), 2, + STATE(2532), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(5232), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5236), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(5240), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5234), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 10, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_COLON_EQ, - [63457] = 19, + [64173] = 20, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, + ACTIONS(5152), 1, + anon_sym_DOT, + ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5010), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5164), 1, + anon_sym_QMARK_DOT, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - ACTIONS(5102), 1, + ACTIONS(5242), 1, anon_sym_CARET, - STATE(2397), 1, + STATE(2853), 1, sym_argument_list, - STATE(2399), 1, + STATE(2864), 1, sym_or_block, - STATE(4367), 1, + STATE(4215), 1, sym_type_parameters, - ACTIONS(1855), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - STATE(2521), 2, + STATE(2533), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(1889), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT_DOT, + ACTIONS(5232), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5236), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5090), 5, + ACTIONS(5234), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1853), 17, + ACTIONS(1887), 16, anon_sym_as, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - [63542] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3153), 1, - anon_sym_LBRACK, - STATE(2522), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3155), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63599] = 19, + [64260] = 20, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, + ACTIONS(5152), 1, + anon_sym_DOT, + ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5010), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5164), 1, + anon_sym_QMARK_DOT, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - ACTIONS(5102), 1, + ACTIONS(5242), 1, anon_sym_CARET, - STATE(2397), 1, + STATE(2853), 1, sym_argument_list, - STATE(2399), 1, + STATE(2864), 1, sym_or_block, - STATE(4367), 1, + STATE(4215), 1, sym_type_parameters, - ACTIONS(1859), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - STATE(2523), 2, + STATE(2534), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(1881), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT_DOT, + ACTIONS(5232), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5236), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5090), 5, + ACTIONS(5234), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1857), 17, + ACTIONS(1879), 16, anon_sym_as, anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -251405,138 +252102,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [63684] = 24, + [64347] = 25, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1813), 1, + ACTIONS(1855), 1, anon_sym_DOT_DOT, ACTIONS(5152), 1, anon_sym_DOT, ACTIONS(5154), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5156), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5160), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5162), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, + ACTIONS(5164), 1, anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5166), 1, anon_sym_POUND_LBRACK, - ACTIONS(5234), 1, + ACTIONS(5242), 1, anon_sym_CARET, - ACTIONS(5236), 1, + ACTIONS(5244), 1, + anon_sym_AMP_AMP, + ACTIONS(5248), 1, anon_sym_in, - ACTIONS(5238), 1, + ACTIONS(5250), 1, anon_sym_BANGin, - STATE(2879), 1, + STATE(2853), 1, sym_argument_list, - STATE(2881), 1, + STATE(2864), 1, sym_or_block, - STATE(4219), 1, + STATE(4215), 1, sym_type_parameters, - ACTIONS(5230), 2, + ACTIONS(5238), 2, anon_sym_LT, anon_sym_GT, - STATE(2524), 2, + STATE(2535), 2, sym_line_comment, sym_block_comment, - ACTIONS(5224), 3, + ACTIONS(5232), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5228), 3, + ACTIONS(5236), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5232), 4, + ACTIONS(5240), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5226), 5, + ACTIONS(5234), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 10, + ACTIONS(1853), 9, anon_sym_as, anon_sym_LBRACE, anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - [63779] = 20, + [64444] = 17, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5152), 1, - anon_sym_DOT, - ACTIONS(5154), 1, + ACTIONS(5004), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5008), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5010), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, - anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5234), 1, - anon_sym_CARET, - STATE(2879), 1, + STATE(2378), 1, sym_argument_list, - STATE(2881), 1, + STATE(2379), 1, sym_or_block, - STATE(4219), 1, + STATE(4366), 1, sym_type_parameters, - STATE(2525), 2, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(2536), 2, sym_line_comment, sym_block_comment, - ACTIONS(1813), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT_DOT, - ACTIONS(5224), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5228), 3, + ACTIONS(5094), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5226), 5, + ACTIONS(1855), 5, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5092), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 16, + ACTIONS(1853), 18, anon_sym_as, anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -251544,64 +252237,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63866] = 18, + anon_sym_COLON_EQ, + [64525] = 19, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5152), 1, - anon_sym_DOT, - ACTIONS(5154), 1, + ACTIONS(5004), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5008), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5010), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, - anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - STATE(2879), 1, + ACTIONS(5104), 1, + anon_sym_CARET, + STATE(2378), 1, sym_argument_list, - STATE(2881), 1, + STATE(2379), 1, sym_or_block, - STATE(4219), 1, + STATE(4366), 1, sym_type_parameters, - STATE(2526), 2, + ACTIONS(1855), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(2537), 2, sym_line_comment, sym_block_comment, - ACTIONS(5228), 3, + ACTIONS(5090), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5094), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5226), 5, + ACTIONS(5092), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1813), 6, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT_DOT, - ACTIONS(1811), 17, + ACTIONS(1853), 17, anon_sym_as, anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -251609,71 +252303,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63949] = 5, - ACTIONS(497), 1, + anon_sym_COLON_EQ, + [64610] = 22, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3229), 1, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, - STATE(2527), 2, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5104), 1, + anon_sym_CARET, + ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, + anon_sym_BANGin, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2538), 2, sym_line_comment, sym_block_comment, - ACTIONS(3231), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, + ACTIONS(5094), 3, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5098), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5092), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1853), 11, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [64006] = 6, + anon_sym_COLON_EQ, + [64701] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3001), 1, + ACTIONS(2703), 1, anon_sym_LBRACK, - ACTIONS(5240), 1, - anon_sym_BANG, - STATE(2528), 2, + STATE(2539), 2, sym_line_comment, sym_block_comment, - ACTIONS(3003), 40, + ACTIONS(2701), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -251698,6 +252408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, + anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -251714,69 +252425,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64065] = 5, - ACTIONS(497), 1, + [64758] = 23, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, - STATE(2529), 2, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5104), 1, + anon_sym_CARET, + ACTIONS(5106), 1, + anon_sym_AMP_AMP, + ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, + anon_sym_BANGin, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2540), 2, sym_line_comment, sym_block_comment, - ACTIONS(3307), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, + ACTIONS(5094), 3, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5098), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5092), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, + ACTIONS(1853), 10, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [64122] = 5, + anon_sym_COLON_EQ, + [64851] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2949), 1, + ACTIONS(3223), 1, anon_sym_LBRACK, - STATE(2530), 2, + STATE(2541), 2, sym_line_comment, sym_block_comment, - ACTIONS(2951), 41, + ACTIONS(3225), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -251818,69 +252547,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64179] = 5, - ACTIONS(497), 1, + [64908] = 19, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3225), 1, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, - STATE(2531), 2, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5104), 1, + anon_sym_CARET, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(1881), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(2542), 2, sym_line_comment, sym_block_comment, - ACTIONS(3227), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, + ACTIONS(5094), 3, anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5092), 5, + anon_sym_STAR, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1879), 17, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + [64993] = 19, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, anon_sym_QMARK, + ACTIONS(5010), 1, anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5104), 1, anon_sym_CARET, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(1889), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(2543), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5090), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5094), 3, + anon_sym_SLASH, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(5092), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1887), 17, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64236] = 5, + anon_sym_COLON_EQ, + [65078] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2945), 1, + ACTIONS(3323), 1, anon_sym_LBRACK, - STATE(2532), 2, + STATE(2544), 2, sym_line_comment, sym_block_comment, - ACTIONS(2947), 41, + ACTIONS(3325), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -251922,99 +252731,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64293] = 5, - ACTIONS(497), 1, + [65135] = 24, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3301), 1, + ACTIONS(1855), 1, + anon_sym_DOT_DOT, + ACTIONS(5152), 1, + anon_sym_DOT, + ACTIONS(5154), 1, + anon_sym_LPAREN, + ACTIONS(5156), 1, anon_sym_LBRACK, - STATE(2533), 2, + ACTIONS(5158), 1, + anon_sym_QMARK, + ACTIONS(5160), 1, + anon_sym_BANG, + ACTIONS(5162), 1, + anon_sym_LBRACK2, + ACTIONS(5164), 1, + anon_sym_QMARK_DOT, + ACTIONS(5166), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5242), 1, + anon_sym_CARET, + ACTIONS(5248), 1, + anon_sym_in, + ACTIONS(5250), 1, + anon_sym_BANGin, + STATE(2853), 1, + sym_argument_list, + STATE(2864), 1, + sym_or_block, + STATE(4215), 1, + sym_type_parameters, + ACTIONS(5238), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2545), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(5232), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, + ACTIONS(5236), 3, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5240), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5234), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1853), 10, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_DOT_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [64350] = 5, - ACTIONS(497), 1, + [65230] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2881), 1, - anon_sym_LBRACK, - STATE(2534), 2, + ACTIONS(5252), 1, + anon_sym_else, + STATE(2722), 1, + sym_else_branch, + STATE(2546), 2, sym_line_comment, sym_block_comment, - ACTIONS(2883), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(2305), 13, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2303), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -252026,69 +252856,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64407] = 5, - ACTIONS(497), 1, + [65291] = 20, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2889), 1, + ACTIONS(5152), 1, + anon_sym_DOT, + ACTIONS(5154), 1, + anon_sym_LPAREN, + ACTIONS(5156), 1, anon_sym_LBRACK, - STATE(2535), 2, + ACTIONS(5158), 1, + anon_sym_QMARK, + ACTIONS(5160), 1, + anon_sym_BANG, + ACTIONS(5162), 1, + anon_sym_LBRACK2, + ACTIONS(5164), 1, + anon_sym_QMARK_DOT, + ACTIONS(5166), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5242), 1, + anon_sym_CARET, + STATE(2853), 1, + sym_argument_list, + STATE(2864), 1, + sym_or_block, + STATE(4215), 1, + sym_type_parameters, + STATE(2547), 2, sym_line_comment, sym_block_comment, - ACTIONS(2891), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(1855), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT_DOT, + ACTIONS(5232), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, + ACTIONS(5236), 3, anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5234), 5, + anon_sym_STAR, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1853), 16, + anon_sym_as, + anon_sym_LBRACE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [65378] = 18, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5152), 1, + anon_sym_DOT, + ACTIONS(5154), 1, + anon_sym_LPAREN, + ACTIONS(5156), 1, + anon_sym_LBRACK, + ACTIONS(5158), 1, anon_sym_QMARK, + ACTIONS(5160), 1, anon_sym_BANG, + ACTIONS(5162), 1, anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(5164), 1, + anon_sym_QMARK_DOT, + ACTIONS(5166), 1, + anon_sym_POUND_LBRACK, + STATE(2853), 1, + sym_argument_list, + STATE(2864), 1, + sym_or_block, + STATE(4215), 1, + sym_type_parameters, + STATE(2548), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5236), 3, + anon_sym_SLASH, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(5234), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1855), 6, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT_DOT, + ACTIONS(1853), 17, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64464] = 5, + [65461] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2893), 1, + ACTIONS(3442), 1, anon_sym_LBRACK, - STATE(2536), 2, + STATE(2549), 2, sym_line_comment, sym_block_comment, - ACTIONS(2895), 41, + ACTIONS(3444), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -252130,96 +253040,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64521] = 32, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_LBRACE, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5102), 1, - anon_sym_CARET, - ACTIONS(5104), 1, - anon_sym_AMP_AMP, - ACTIONS(5106), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5114), 1, - anon_sym_in, - ACTIONS(5116), 1, - anon_sym_BANGin, - ACTIONS(5242), 1, - anon_sym_COMMA, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(3932), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2537), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5088), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5092), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5096), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5090), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [64632] = 5, + [65518] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3031), 1, + ACTIONS(3215), 1, anon_sym_LBRACK, - STATE(2538), 2, + STATE(2550), 2, sym_line_comment, sym_block_comment, - ACTIONS(3033), 41, + ACTIONS(3217), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -252261,17 +253092,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64689] = 5, + [65575] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2911), 1, + ACTIONS(3211), 1, anon_sym_LBRACK, - STATE(2539), 2, + STATE(2551), 2, sym_line_comment, sym_block_comment, - ACTIONS(2913), 41, + ACTIONS(3213), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -252313,69 +253144,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64746] = 5, - ACTIONS(497), 1, + [65632] = 33, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2915), 1, + ACTIONS(5152), 1, + anon_sym_DOT, + ACTIONS(5154), 1, + anon_sym_LPAREN, + ACTIONS(5156), 1, anon_sym_LBRACK, - STATE(2540), 2, + ACTIONS(5158), 1, + anon_sym_QMARK, + ACTIONS(5160), 1, + anon_sym_BANG, + ACTIONS(5162), 1, + anon_sym_LBRACK2, + ACTIONS(5164), 1, + anon_sym_QMARK_DOT, + ACTIONS(5166), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5186), 1, + anon_sym_as, + ACTIONS(5198), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5200), 1, + anon_sym_DASH_DASH, + ACTIONS(5208), 1, + anon_sym_or, + ACTIONS(5210), 1, + anon_sym_is, + ACTIONS(5212), 1, + anon_sym_BANGis, + ACTIONS(5242), 1, + anon_sym_CARET, + ACTIONS(5244), 1, + anon_sym_AMP_AMP, + ACTIONS(5246), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5248), 1, + anon_sym_in, + ACTIONS(5250), 1, + anon_sym_BANGin, + ACTIONS(5254), 1, + anon_sym_LBRACE, + ACTIONS(5256), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5258), 1, + anon_sym_DOT_DOT, + STATE(2853), 1, + sym_argument_list, + STATE(2864), 1, + sym_or_block, + STATE(4215), 1, + sym_type_parameters, + ACTIONS(5238), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2552), 2, sym_line_comment, sym_block_comment, - ACTIONS(2917), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(5232), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, + ACTIONS(5236), 3, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5240), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5234), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [64803] = 5, + [65745] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2941), 1, + ACTIONS(3207), 1, anon_sym_LBRACK, - STATE(2541), 2, + STATE(2553), 2, sym_line_comment, sym_block_comment, - ACTIONS(2943), 41, + ACTIONS(3209), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -252417,17 +253276,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64860] = 5, + [65802] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3007), 1, + ACTIONS(3299), 1, anon_sym_LBRACK, - STATE(2542), 2, + STATE(2554), 2, sym_line_comment, sym_block_comment, - ACTIONS(3009), 41, + ACTIONS(3301), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -252469,17 +253328,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64917] = 5, + [65859] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3011), 1, + ACTIONS(3199), 1, anon_sym_LBRACK, - STATE(2543), 2, + STATE(2555), 2, sym_line_comment, sym_block_comment, - ACTIONS(3013), 41, + ACTIONS(3201), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -252521,17 +253380,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64974] = 5, + [65916] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3015), 1, + ACTIONS(3295), 1, anon_sym_LBRACK, - STATE(2544), 2, + STATE(2556), 2, sym_line_comment, sym_block_comment, - ACTIONS(3017), 41, + ACTIONS(3297), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -252573,17 +253432,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65031] = 5, + [65973] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3023), 1, + ACTIONS(3183), 1, anon_sym_LBRACK, - STATE(2545), 2, + STATE(2557), 2, sym_line_comment, sym_block_comment, - ACTIONS(3025), 41, + ACTIONS(3185), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -252625,47 +253484,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65088] = 5, - ACTIONS(497), 1, + [66030] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3149), 1, - anon_sym_LBRACK, - STATE(2546), 2, + ACTIONS(5252), 1, + anon_sym_else, + STATE(2721), 1, + sym_else_branch, + STATE(2558), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(2429), 13, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2427), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -252677,17 +253538,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65145] = 5, + [66091] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3221), 1, + ACTIONS(3347), 1, anon_sym_LBRACK, - STATE(2547), 2, + STATE(2559), 2, sym_line_comment, sym_block_comment, - ACTIONS(3223), 41, + ACTIONS(3349), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -252729,17 +253590,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65202] = 5, + [66148] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3035), 1, + ACTIONS(3053), 1, anon_sym_LBRACK, - STATE(2548), 2, + ACTIONS(5260), 1, + anon_sym_BANG, + STATE(2560), 2, sym_line_comment, sym_block_comment, - ACTIONS(3037), 41, + ACTIONS(3055), 40, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -252764,7 +253627,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -252781,97 +253643,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65259] = 33, + [66207] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5152), 1, - anon_sym_DOT, - ACTIONS(5154), 1, + ACTIONS(3508), 1, + anon_sym_LBRACE, + ACTIONS(5004), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5008), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5010), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, - anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5208), 1, + ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5210), 1, + ACTIONS(5100), 1, anon_sym_PLUS_PLUS, - ACTIONS(5212), 1, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5216), 1, + ACTIONS(5104), 1, + anon_sym_CARET, + ACTIONS(5106), 1, + anon_sym_AMP_AMP, + ACTIONS(5108), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(5218), 1, + ACTIONS(5112), 1, anon_sym_is, - ACTIONS(5220), 1, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5234), 1, - anon_sym_CARET, - ACTIONS(5236), 1, + ACTIONS(5116), 1, anon_sym_in, - ACTIONS(5238), 1, + ACTIONS(5118), 1, anon_sym_BANGin, - ACTIONS(5244), 1, - anon_sym_LBRACE, - ACTIONS(5246), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5248), 1, - anon_sym_AMP_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5252), 1, - anon_sym_DOT_DOT, - STATE(2879), 1, + ACTIONS(5262), 1, + anon_sym_COMMA, + STATE(2378), 1, sym_argument_list, - STATE(2881), 1, + STATE(2379), 1, sym_or_block, - STATE(4219), 1, + STATE(3934), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5230), 2, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, anon_sym_LT, anon_sym_GT, - STATE(2549), 2, + STATE(2561), 2, sym_line_comment, sym_block_comment, - ACTIONS(5224), 3, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5228), 3, + ACTIONS(5094), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5232), 4, + ACTIONS(5098), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5226), 5, + ACTIONS(5092), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [65372] = 5, + [66318] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2885), 1, + ACTIONS(3307), 1, anon_sym_LBRACK, - STATE(2550), 2, + STATE(2562), 2, sym_line_comment, sym_block_comment, - ACTIONS(2887), 41, + ACTIONS(3309), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -252913,121 +253774,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65429] = 5, - ACTIONS(497), 1, + [66375] = 32, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3293), 1, - anon_sym_LBRACK, - STATE(2551), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3295), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(3508), 1, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(5004), 1, anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, anon_sym_QMARK, + ACTIONS(5010), 1, anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, + ACTIONS(5230), 1, + anon_sym_CARET, + ACTIONS(5264), 1, + anon_sym_COMMA, + ACTIONS(5270), 1, + anon_sym_AMP_AMP, + ACTIONS(5272), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5274), 1, anon_sym_in, + ACTIONS(5276), 1, anon_sym_BANGin, - [65486] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3201), 1, - anon_sym_LBRACK, - STATE(2552), 2, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4063), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5266), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2563), 2, sym_line_comment, sym_block_comment, - ACTIONS(3203), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(5224), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, + ACTIONS(5228), 3, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5268), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5226), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [65543] = 5, + [66486] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3129), 1, + ACTIONS(3355), 1, anon_sym_LBRACK, - STATE(2553), 2, + STATE(2564), 2, sym_line_comment, sym_block_comment, - ACTIONS(3131), 41, + ACTIONS(3357), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -253069,17 +253905,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65600] = 5, + [66543] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3133), 1, + ACTIONS(3151), 1, anon_sym_LBRACK, - STATE(2554), 2, + STATE(2565), 2, sym_line_comment, sym_block_comment, - ACTIONS(3135), 41, + ACTIONS(3153), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -253121,171 +253957,171 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65657] = 30, + [66600] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5264), 1, + ACTIONS(5230), 1, anon_sym_CARET, - ACTIONS(5266), 1, + ACTIONS(5270), 1, anon_sym_AMP_AMP, - ACTIONS(5268), 1, + ACTIONS(5272), 1, anon_sym_PIPE_PIPE, - ACTIONS(5270), 1, + ACTIONS(5274), 1, anon_sym_in, - ACTIONS(5272), 1, + ACTIONS(5276), 1, anon_sym_BANGin, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5260), 2, + ACTIONS(5266), 2, anon_sym_LT, anon_sym_GT, - STATE(2555), 2, + STATE(2566), 2, sym_line_comment, sym_block_comment, - ACTIONS(1935), 3, + ACTIONS(1831), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_COLON_EQ, - ACTIONS(5254), 3, + ACTIONS(5224), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5258), 3, + ACTIONS(5228), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5262), 4, + ACTIONS(5268), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5256), 5, + ACTIONS(5226), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [65764] = 30, + [66707] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5264), 1, + ACTIONS(5230), 1, anon_sym_CARET, - ACTIONS(5266), 1, + ACTIONS(5270), 1, anon_sym_AMP_AMP, - ACTIONS(5268), 1, + ACTIONS(5272), 1, anon_sym_PIPE_PIPE, - ACTIONS(5270), 1, + ACTIONS(5274), 1, anon_sym_in, - ACTIONS(5272), 1, + ACTIONS(5276), 1, anon_sym_BANGin, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5260), 2, + ACTIONS(5266), 2, anon_sym_LT, anon_sym_GT, - STATE(2556), 2, + STATE(2567), 2, sym_line_comment, sym_block_comment, - ACTIONS(2069), 3, + ACTIONS(1839), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_COLON_EQ, - ACTIONS(5254), 3, + ACTIONS(5224), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5258), 3, + ACTIONS(5228), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5262), 4, + ACTIONS(5268), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5256), 5, + ACTIONS(5226), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [65871] = 5, + [66814] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3141), 1, + ACTIONS(2953), 1, anon_sym_LBRACK, - STATE(2557), 2, + STATE(2568), 2, sym_line_comment, sym_block_comment, - ACTIONS(3143), 41, + ACTIONS(2955), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -253327,17 +254163,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65928] = 5, + [66871] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3145), 1, + ACTIONS(3363), 1, anon_sym_LBRACK, - STATE(2558), 2, + STATE(2569), 2, sym_line_comment, sym_block_comment, - ACTIONS(3147), 41, + ACTIONS(3365), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -253379,17 +254215,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65985] = 5, + [66928] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2955), 1, + ACTIONS(3311), 1, anon_sym_LBRACK, - STATE(2559), 2, + STATE(2570), 2, sym_line_comment, sym_block_comment, - ACTIONS(2957), 41, + ACTIONS(3313), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -253431,17 +254267,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66042] = 5, + [66985] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3177), 1, + ACTIONS(3319), 1, anon_sym_LBRACK, - STATE(2560), 2, + STATE(2571), 2, sym_line_comment, sym_block_comment, - ACTIONS(3179), 41, + ACTIONS(3321), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -253483,96 +254319,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66099] = 32, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_SEMI, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5264), 1, - anon_sym_CARET, - ACTIONS(5266), 1, - anon_sym_AMP_AMP, - ACTIONS(5268), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5270), 1, - anon_sym_in, - ACTIONS(5272), 1, - anon_sym_BANGin, - ACTIONS(5274), 1, - anon_sym_COMMA, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4050), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5260), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2561), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5254), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5258), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5256), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [66210] = 5, + [67042] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3019), 1, + ACTIONS(3013), 1, anon_sym_LBRACK, - STATE(2562), 2, + STATE(2572), 2, sym_line_comment, sym_block_comment, - ACTIONS(3021), 41, + ACTIONS(3015), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -253614,17 +254371,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66267] = 5, + [67099] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3181), 1, + ACTIONS(3275), 1, anon_sym_LBRACK, - STATE(2563), 2, + STATE(2573), 2, sym_line_comment, sym_block_comment, - ACTIONS(3183), 41, + ACTIONS(3277), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -253666,17 +254423,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66324] = 5, + [67156] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3185), 1, + ACTIONS(3067), 1, anon_sym_LBRACK, - STATE(2564), 2, + STATE(2574), 2, sym_line_comment, sym_block_comment, - ACTIONS(3187), 41, + ACTIONS(3069), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -253718,23 +254475,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66381] = 6, + [67213] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2833), 1, - anon_sym_DOT, - ACTIONS(3149), 1, + ACTIONS(2949), 1, anon_sym_LBRACK, - STATE(2565), 2, + STATE(2575), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 40, + ACTIONS(2951), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -253771,17 +254527,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66440] = 5, + [67270] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3189), 1, + ACTIONS(3335), 1, anon_sym_LBRACK, - STATE(2566), 2, + STATE(2576), 2, sym_line_comment, sym_block_comment, - ACTIONS(3191), 41, + ACTIONS(3337), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -253823,49 +254579,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66497] = 7, - ACTIONS(3), 1, + [67327] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2993), 1, - anon_sym_DOT_DOT, - STATE(2567), 2, + ACTIONS(2787), 1, + anon_sym_DOT, + ACTIONS(3147), 1, + anon_sym_LBRACK, + STATE(2577), 2, sym_line_comment, sym_block_comment, - ACTIONS(2991), 5, + ACTIONS(3149), 40, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym_as, anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON_EQ, - ACTIONS(2995), 12, - anon_sym_DOT, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2998), 24, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -253877,49 +254632,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66558] = 7, - ACTIONS(3), 1, + [67386] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2961), 1, - anon_sym_DOT_DOT, - STATE(2568), 2, + ACTIONS(2957), 1, + anon_sym_LBRACK, + STATE(2578), 2, sym_line_comment, sym_block_comment, - ACTIONS(2959), 5, + ACTIONS(2959), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON_EQ, - ACTIONS(2963), 12, anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2966), 24, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -253931,17 +254684,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66619] = 5, + [67443] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3193), 1, + ACTIONS(2961), 1, anon_sym_LBRACK, - STATE(2569), 2, + STATE(2579), 2, sym_line_comment, sym_block_comment, - ACTIONS(3195), 41, + ACTIONS(2963), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -253983,17 +254736,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66676] = 5, + [67500] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3205), 1, + ACTIONS(2783), 1, anon_sym_LBRACK, - STATE(2570), 2, + STATE(2580), 2, sym_line_comment, sym_block_comment, - ACTIONS(3207), 41, + ACTIONS(2785), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -254035,47 +254788,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66733] = 5, - ACTIONS(497), 1, + [67557] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_LBRACK, - STATE(2571), 2, + ACTIONS(3285), 1, + anon_sym_DOT_DOT, + STATE(2581), 2, sym_line_comment, sym_block_comment, - ACTIONS(3215), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(3283), 5, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON_EQ, + ACTIONS(3088), 12, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3085), 24, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [67618] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3281), 1, + anon_sym_DOT_DOT, + STATE(2582), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3279), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON_EQ, + ACTIONS(3078), 12, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(3075), 24, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -254087,17 +254896,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66790] = 5, + [67679] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 1, + ACTIONS(3001), 1, anon_sym_LBRACK, - STATE(2572), 2, + STATE(2583), 2, sym_line_comment, sym_block_comment, - ACTIONS(2763), 41, + ACTIONS(3003), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -254139,96 +254948,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66847] = 32, - ACTIONS(3), 1, + [67736] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2071), 1, - anon_sym_DOT_DOT, - ACTIONS(5152), 1, - anon_sym_DOT, - ACTIONS(5154), 1, - anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(3005), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, - anon_sym_QMARK, - ACTIONS(5164), 1, - anon_sym_BANG, - ACTIONS(5166), 1, - anon_sym_LBRACK2, - ACTIONS(5168), 1, - anon_sym_QMARK_DOT, - ACTIONS(5170), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5208), 1, - anon_sym_as, - ACTIONS(5210), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5212), 1, - anon_sym_DASH_DASH, - ACTIONS(5216), 1, - anon_sym_or, - ACTIONS(5218), 1, - anon_sym_is, - ACTIONS(5220), 1, - anon_sym_BANGis, - ACTIONS(5234), 1, - anon_sym_CARET, - ACTIONS(5236), 1, - anon_sym_in, - ACTIONS(5238), 1, - anon_sym_BANGin, - ACTIONS(5248), 1, - anon_sym_AMP_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE_PIPE, - STATE(2879), 1, - sym_argument_list, - STATE(2881), 1, - sym_or_block, - STATE(4219), 1, - sym_type_parameters, - ACTIONS(2069), 2, - anon_sym_LBRACE, - anon_sym_DOT_DOT_DOT, - ACTIONS(5230), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2573), 2, + STATE(2584), 2, sym_line_comment, sym_block_comment, - ACTIONS(5224), 3, + ACTIONS(3007), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5228), 3, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5232), 4, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5226), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [66958] = 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [67793] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3137), 1, + ACTIONS(3009), 1, anon_sym_LBRACK, - STATE(2574), 2, + STATE(2585), 2, sym_line_comment, sym_block_comment, - ACTIONS(3139), 41, + ACTIONS(3011), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -254270,15 +255052,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67015] = 5, + [67850] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2575), 2, + STATE(2586), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 13, + ACTIONS(2653), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254292,7 +255074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2759), 29, + ACTIONS(2651), 29, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254322,67 +255104,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67072] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3233), 1, - anon_sym_LBRACK, - STATE(2576), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3235), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [67129] = 5, + [67907] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2577), 2, + STATE(2587), 2, sym_line_comment, sym_block_comment, - ACTIONS(2821), 13, + ACTIONS(2819), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254396,7 +255126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2819), 29, + ACTIONS(2817), 29, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254426,86 +255156,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67186] = 22, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5102), 1, - anon_sym_CARET, - ACTIONS(5114), 1, - anon_sym_in, - ACTIONS(5116), 1, - anon_sym_BANGin, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2578), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5088), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5092), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5096), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5090), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1811), 11, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_COLON_EQ, - [67277] = 5, + [67964] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3237), 1, + ACTIONS(3303), 1, anon_sym_LBRACK, - STATE(2579), 2, + STATE(2588), 2, sym_line_comment, sym_block_comment, - ACTIONS(3239), 41, + ACTIONS(3305), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -254547,17 +255208,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67334] = 5, + [68021] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2937), 1, + ACTIONS(3041), 1, anon_sym_LBRACK, - STATE(2580), 2, + STATE(2589), 2, sym_line_comment, sym_block_comment, - ACTIONS(2939), 41, + ACTIONS(3043), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -254599,17 +255260,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67391] = 5, + [68078] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3249), 1, + ACTIONS(3315), 1, anon_sym_LBRACK, - STATE(2581), 2, + STATE(2590), 2, sym_line_comment, sym_block_comment, - ACTIONS(3251), 41, + ACTIONS(3317), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -254651,17 +255312,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67448] = 5, + [68135] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3317), 1, + ACTIONS(3045), 1, anon_sym_LBRACK, - STATE(2582), 2, + STATE(2591), 2, sym_line_comment, sym_block_comment, - ACTIONS(3319), 41, + ACTIONS(3047), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -254703,17 +255364,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67505] = 5, + [68192] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3277), 1, + ACTIONS(3049), 1, anon_sym_LBRACK, - STATE(2583), 2, + STATE(2592), 2, sym_line_comment, sym_block_comment, - ACTIONS(3279), 41, + ACTIONS(3051), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -254755,17 +255416,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67562] = 5, + [68249] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3281), 1, + ACTIONS(3379), 1, anon_sym_LBRACK, - STATE(2584), 2, + STATE(2593), 2, sym_line_comment, sym_block_comment, - ACTIONS(3283), 41, + ACTIONS(3381), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -254807,17 +255468,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67619] = 5, + [68306] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, + ACTIONS(3059), 1, anon_sym_LBRACK, - STATE(2585), 2, + STATE(2594), 2, sym_line_comment, sym_block_comment, - ACTIONS(3271), 41, + ACTIONS(3061), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -254859,17 +255520,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67676] = 5, + [68363] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3321), 1, + ACTIONS(3147), 1, anon_sym_LBRACK, - STATE(2586), 2, + STATE(2595), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 41, + ACTIONS(3149), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -254911,83 +255572,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67733] = 19, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5102), 1, - anon_sym_CARET, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(1813), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - STATE(2587), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5088), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5092), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5090), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1811), 17, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - [67818] = 5, + [68420] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 1, + ACTIONS(3414), 1, anon_sym_LBRACK, - STATE(2588), 2, + STATE(2596), 2, sym_line_comment, sym_block_comment, - ACTIONS(3335), 41, + ACTIONS(3416), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -255029,17 +255624,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67875] = 5, + [68477] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3337), 1, + ACTIONS(3418), 1, anon_sym_LBRACK, - STATE(2589), 2, + STATE(2597), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 41, + ACTIONS(3420), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -255081,17 +255676,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67932] = 5, + [68534] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3341), 1, + ACTIONS(3402), 1, anon_sym_LBRACK, - STATE(2590), 2, + STATE(2598), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 41, + ACTIONS(3404), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -255133,17 +255728,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67989] = 5, + [68591] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3345), 1, + ACTIONS(3422), 1, anon_sym_LBRACK, - STATE(2591), 2, + STATE(2599), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 41, + ACTIONS(3424), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -255185,17 +255780,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [68046] = 5, + [68648] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3349), 1, + ACTIONS(3235), 1, anon_sym_LBRACK, - STATE(2592), 2, + STATE(2600), 2, sym_line_comment, sym_block_comment, - ACTIONS(3351), 41, + ACTIONS(3237), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -255237,17 +255832,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [68103] = 5, + [68705] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 1, + ACTIONS(3243), 1, anon_sym_LBRACK, - STATE(2593), 2, + STATE(2601), 2, sym_line_comment, sym_block_comment, - ACTIONS(3355), 41, + ACTIONS(3245), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -255289,81 +255884,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [68160] = 17, - ACTIONS(3), 1, + [68762] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(3099), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - STATE(2594), 2, + STATE(2602), 2, sym_line_comment, sym_block_comment, - ACTIONS(5092), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(1813), 5, + ACTIONS(3101), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5090), 5, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1811), 18, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [68241] = 5, + [68819] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3241), 1, + ACTIONS(2871), 1, anon_sym_LBRACK, - STATE(2595), 2, + STATE(2603), 2, sym_line_comment, sym_block_comment, - ACTIONS(3243), 41, + ACTIONS(2873), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -255405,277 +255988,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [68298] = 5, - ACTIONS(497), 1, + [68876] = 30, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3357), 1, - anon_sym_LBRACK, - STATE(2596), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3359), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(5004), 1, anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, anon_sym_QMARK, + ACTIONS(5010), 1, anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [68355] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3361), 1, - anon_sym_LBRACK, - STATE(2597), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3363), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(5084), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(5100), 1, anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(5112), 1, anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [68412] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3027), 1, - anon_sym_LBRACK, - STATE(2598), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3029), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, + ACTIONS(5230), 1, anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(5270), 1, anon_sym_AMP_AMP, + ACTIONS(5272), 1, anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, + ACTIONS(5274), 1, anon_sym_in, + ACTIONS(5276), 1, anon_sym_BANGin, - [68469] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3393), 1, - anon_sym_LBRACK, - STATE(2599), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3395), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_QMARK_DOT, + ACTIONS(5266), 2, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [68526] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3397), 1, - anon_sym_LBRACK, - STATE(2600), 2, + STATE(2604), 2, sym_line_comment, sym_block_comment, - ACTIONS(3399), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(3556), 3, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_COLON_EQ, + ACTIONS(5224), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, + ACTIONS(5228), 3, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5268), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(5226), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [68583] = 5, + [68983] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3405), 1, + ACTIONS(3383), 1, anon_sym_LBRACK, - STATE(2601), 2, + STATE(2605), 2, sym_line_comment, sym_block_comment, - ACTIONS(3407), 41, + ACTIONS(3385), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -255717,17 +256117,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [68640] = 5, + [69040] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3409), 1, + ACTIONS(3331), 1, anon_sym_LBRACK, - STATE(2602), 2, + STATE(2606), 2, sym_line_comment, sym_block_comment, - ACTIONS(3411), 41, + ACTIONS(3333), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -255769,17 +256169,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [68697] = 5, + [69097] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3381), 1, + ACTIONS(3031), 1, anon_sym_LBRACK, - STATE(2603), 2, + STATE(2607), 2, sym_line_comment, sym_block_comment, - ACTIONS(3383), 41, + ACTIONS(3033), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -255821,22 +256221,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [68754] = 5, + [69154] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3385), 1, + ACTIONS(3375), 1, anon_sym_LBRACK, - STATE(2604), 2, + ACTIONS(3399), 1, + anon_sym_DOT, + STATE(2608), 2, sym_line_comment, sym_block_comment, - ACTIONS(3387), 41, + ACTIONS(3377), 40, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -255873,17 +256274,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [68811] = 5, + [69213] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3389), 1, + ACTIONS(3109), 1, anon_sym_LBRACK, - STATE(2605), 2, + STATE(2609), 2, sym_line_comment, sym_block_comment, - ACTIONS(3391), 41, + ACTIONS(3111), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -255925,17 +256326,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [68868] = 5, + [69270] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3401), 1, + ACTIONS(3113), 1, anon_sym_LBRACK, - STATE(2606), 2, + STATE(2610), 2, sym_line_comment, sym_block_comment, - ACTIONS(3403), 41, + ACTIONS(3115), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -255977,17 +256378,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [68925] = 5, + [69327] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3365), 1, + ACTIONS(3135), 1, anon_sym_LBRACK, - STATE(2607), 2, + STATE(2611), 2, sym_line_comment, sym_block_comment, - ACTIONS(3367), 41, + ACTIONS(3137), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256029,17 +256430,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [68982] = 5, + [69384] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3369), 1, + ACTIONS(3291), 1, anon_sym_LBRACK, - STATE(2608), 2, + STATE(2612), 2, sym_line_comment, sym_block_comment, - ACTIONS(3371), 41, + ACTIONS(3293), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256081,17 +256482,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69039] = 5, + [69441] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3373), 1, + ACTIONS(3139), 1, anon_sym_LBRACK, - STATE(2609), 2, + STATE(2613), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 41, + ACTIONS(3141), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256133,17 +256534,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69096] = 5, + [69498] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3425), 1, + ACTIONS(3287), 1, anon_sym_LBRACK, - STATE(2610), 2, + STATE(2614), 2, sym_line_comment, sym_block_comment, - ACTIONS(3427), 41, + ACTIONS(3289), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256185,17 +256586,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69153] = 5, + [69555] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3377), 1, + ACTIONS(3371), 1, anon_sym_LBRACK, - STATE(2611), 2, + STATE(2615), 2, sym_line_comment, sym_block_comment, - ACTIONS(3379), 41, + ACTIONS(3373), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256237,17 +256638,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69210] = 5, + [69612] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3417), 1, + ACTIONS(3446), 1, anon_sym_LBRACK, - STATE(2612), 2, + STATE(2616), 2, sym_line_comment, sym_block_comment, - ACTIONS(3419), 41, + ACTIONS(3448), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256289,17 +256690,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69267] = 5, + [69669] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3421), 1, + ACTIONS(3081), 1, anon_sym_LBRACK, - STATE(2613), 2, + STATE(2617), 2, sym_line_comment, sym_block_comment, - ACTIONS(3423), 41, + ACTIONS(3083), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256341,17 +256742,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69324] = 5, + [69726] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3429), 1, + ACTIONS(3175), 1, anon_sym_LBRACK, - STATE(2614), 2, + STATE(2618), 2, sym_line_comment, sym_block_comment, - ACTIONS(3431), 41, + ACTIONS(3177), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256393,17 +256794,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69381] = 5, + [69783] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2791), 1, + ACTIONS(3071), 1, anon_sym_LBRACK, - STATE(2615), 2, + STATE(2619), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 41, + ACTIONS(3073), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256445,17 +256846,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69438] = 5, + [69840] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3437), 1, + ACTIONS(3179), 1, anon_sym_LBRACK, - STATE(2616), 2, + STATE(2620), 2, sym_line_comment, sym_block_comment, - ACTIONS(3439), 41, + ACTIONS(3181), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256497,17 +256898,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69495] = 5, + [69897] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3433), 1, + ACTIONS(3187), 1, anon_sym_LBRACK, - STATE(2617), 2, + STATE(2621), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 41, + ACTIONS(3189), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256549,17 +256950,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69552] = 5, + [69954] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3413), 1, + ACTIONS(3191), 1, anon_sym_LBRACK, - STATE(2618), 2, + STATE(2622), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 41, + ACTIONS(3193), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256601,17 +257002,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69609] = 5, + [70011] = 19, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5230), 1, + anon_sym_CARET, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(1889), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(2623), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5224), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5228), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5226), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1887), 17, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + [70096] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3325), 1, + ACTIONS(3195), 1, anon_sym_LBRACK, - STATE(2619), 2, + STATE(2624), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 41, + ACTIONS(3197), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256653,17 +257120,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69666] = 5, + [70153] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3209), 1, + ACTIONS(3267), 1, anon_sym_LBRACK, - STATE(2620), 2, + STATE(2625), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 41, + ACTIONS(3269), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256705,17 +257172,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69723] = 5, + [70210] = 19, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5230), 1, + anon_sym_CARET, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(1881), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(2626), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5224), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5228), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5226), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1879), 17, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + [70295] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3265), 1, + ACTIONS(3219), 1, anon_sym_LBRACK, - STATE(2621), 2, + STATE(2627), 2, sym_line_comment, sym_block_comment, - ACTIONS(3267), 41, + ACTIONS(3221), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -256757,47 +257290,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69780] = 25, + [70352] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1813), 1, - anon_sym_DOT_DOT, - ACTIONS(5152), 1, - anon_sym_DOT, - ACTIONS(5154), 1, + ACTIONS(5004), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5008), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5010), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, - anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5234), 1, + ACTIONS(5230), 1, anon_sym_CARET, - ACTIONS(5236), 1, + ACTIONS(5270), 1, + anon_sym_AMP_AMP, + ACTIONS(5274), 1, anon_sym_in, - ACTIONS(5238), 1, + ACTIONS(5276), 1, anon_sym_BANGin, - ACTIONS(5248), 1, - anon_sym_AMP_AMP, - STATE(2879), 1, + STATE(2378), 1, sym_argument_list, - STATE(2881), 1, + STATE(2379), 1, sym_or_block, - STATE(4219), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5230), 2, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5266), 2, anon_sym_LT, anon_sym_GT, - STATE(2622), 2, + STATE(2628), 2, sym_line_comment, sym_block_comment, ACTIONS(5224), 3, @@ -256808,7 +257338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5232), 4, + ACTIONS(5268), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -256819,208 +257349,234 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 9, + ACTIONS(1853), 10, + anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, - anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - [69877] = 20, - ACTIONS(3), 1, + anon_sym_COLON_EQ, + [70445] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5152), 1, + ACTIONS(3231), 1, + anon_sym_LBRACK, + STATE(2629), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3233), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(5154), 1, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(5160), 1, - anon_sym_LBRACK, - ACTIONS(5162), 1, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(5164), 1, anon_sym_BANG, - ACTIONS(5166), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, anon_sym_QMARK_DOT, - ACTIONS(5170), 1, anon_sym_POUND_LBRACK, - ACTIONS(5234), 1, - anon_sym_CARET, - STATE(2879), 1, - sym_argument_list, - STATE(2881), 1, - sym_or_block, - STATE(4219), 1, - sym_type_parameters, - STATE(2623), 2, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [70502] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3339), 1, + anon_sym_LBRACK, + STATE(2630), 2, sym_line_comment, sym_block_comment, - ACTIONS(1855), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT_DOT, - ACTIONS(5224), 3, + ACTIONS(3341), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5228), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5226), 5, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1853), 16, - anon_sym_as, - anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69964] = 20, + [70559] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5152), 1, - anon_sym_DOT, - ACTIONS(5154), 1, + ACTIONS(5004), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5008), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5010), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, - anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5234), 1, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5104), 1, anon_sym_CARET, - STATE(2879), 1, + ACTIONS(5106), 1, + anon_sym_AMP_AMP, + ACTIONS(5108), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, + anon_sym_BANGin, + STATE(2378), 1, sym_argument_list, - STATE(2881), 1, + STATE(2379), 1, sym_or_block, - STATE(4219), 1, + STATE(4366), 1, sym_type_parameters, - STATE(2624), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1859), 3, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, anon_sym_LT, anon_sym_GT, - anon_sym_DOT_DOT, - ACTIONS(5224), 3, + STATE(2631), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1839), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_COLON_EQ, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5228), 3, + ACTIONS(5094), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5226), 5, + ACTIONS(5098), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5092), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1857), 16, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [70051] = 32, + [70666] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1937), 1, - anon_sym_DOT_DOT, - ACTIONS(5152), 1, - anon_sym_DOT, - ACTIONS(5154), 1, + ACTIONS(5004), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5008), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5010), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, - anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5208), 1, - anon_sym_as, - ACTIONS(5210), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5212), 1, - anon_sym_DASH_DASH, - ACTIONS(5216), 1, - anon_sym_or, - ACTIONS(5218), 1, - anon_sym_is, - ACTIONS(5220), 1, - anon_sym_BANGis, - ACTIONS(5234), 1, + ACTIONS(5230), 1, anon_sym_CARET, - ACTIONS(5236), 1, + ACTIONS(5274), 1, anon_sym_in, - ACTIONS(5238), 1, + ACTIONS(5276), 1, anon_sym_BANGin, - ACTIONS(5248), 1, - anon_sym_AMP_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE_PIPE, - STATE(2879), 1, + STATE(2378), 1, sym_argument_list, - STATE(2881), 1, + STATE(2379), 1, sym_or_block, - STATE(4219), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(1935), 2, - anon_sym_LBRACE, - anon_sym_DOT_DOT_DOT, - ACTIONS(5230), 2, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5266), 2, anon_sym_LT, anon_sym_GT, - STATE(2625), 2, + STATE(2632), 2, sym_line_comment, sym_block_comment, ACTIONS(5224), 3, @@ -257031,7 +257587,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5232), 4, + ACTIONS(5268), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -257042,17 +257598,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [70162] = 5, + ACTIONS(1853), 11, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_COLON_EQ, + [70757] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3285), 1, + ACTIONS(3343), 1, anon_sym_LBRACK, - STATE(2626), 2, + STATE(2633), 2, sym_line_comment, sym_block_comment, - ACTIONS(3287), 41, + ACTIONS(3345), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -257094,17 +257662,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [70219] = 5, + [70814] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, + ACTIONS(3251), 1, anon_sym_LBRACK, - STATE(2627), 2, + STATE(2634), 2, sym_line_comment, sym_block_comment, - ACTIONS(3291), 41, + ACTIONS(3253), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -257146,17 +257714,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [70276] = 5, + [70871] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3297), 1, + ACTIONS(3203), 1, anon_sym_LBRACK, - STATE(2628), 2, + STATE(2635), 2, sym_line_comment, sym_block_comment, - ACTIONS(3299), 41, + ACTIONS(3205), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -257198,103 +257766,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [70333] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5264), 1, - anon_sym_CARET, - ACTIONS(5266), 1, - anon_sym_AMP_AMP, - ACTIONS(5268), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5270), 1, - anon_sym_in, - ACTIONS(5272), 1, - anon_sym_BANGin, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5260), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2629), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3550), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON_EQ, - ACTIONS(5254), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5258), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5256), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [70440] = 6, + [70928] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2998), 1, + ACTIONS(3271), 1, anon_sym_LBRACK, - STATE(2630), 2, + STATE(2636), 2, sym_line_comment, sym_block_comment, - ACTIONS(2993), 6, + ACTIONS(3273), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(2995), 35, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, @@ -257328,26 +257818,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [70499] = 6, + [70985] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2966), 1, + ACTIONS(3367), 1, anon_sym_LBRACK, - STATE(2631), 2, + STATE(2637), 2, sym_line_comment, sym_block_comment, - ACTIONS(2961), 6, + ACTIONS(3369), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(2963), 35, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, @@ -257381,17 +257870,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [70558] = 5, + [71042] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3245), 1, + ACTIONS(3375), 1, anon_sym_LBRACK, - STATE(2632), 2, + STATE(2638), 2, sym_line_comment, sym_block_comment, - ACTIONS(3247), 41, + ACTIONS(3377), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -257433,17 +257922,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [70615] = 5, + [71099] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3309), 1, + ACTIONS(3395), 1, anon_sym_LBRACK, - STATE(2633), 2, + STATE(2639), 2, sym_line_comment, sym_block_comment, - ACTIONS(3311), 41, + ACTIONS(3397), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -257485,22 +257974,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [70672] = 6, + [71156] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2759), 1, + ACTIONS(3063), 1, anon_sym_LBRACK, - ACTIONS(2763), 1, - anon_sym_LBRACE, - STATE(2634), 2, + STATE(2640), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 40, + ACTIONS(3065), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -257538,21 +258026,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [70731] = 5, + [71213] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3313), 1, + ACTIONS(2651), 1, anon_sym_LBRACK, - STATE(2635), 2, + ACTIONS(2701), 1, + anon_sym_LBRACE, + STATE(2641), 2, sym_line_comment, sym_block_comment, - ACTIONS(3315), 41, + ACTIONS(2653), 40, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -257590,81 +258079,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [70788] = 17, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - STATE(2636), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5258), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(1813), 5, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5256), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1811), 18, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - [70869] = 5, + [71272] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3125), 1, + ACTIONS(3391), 1, anon_sym_LBRACK, - STATE(2637), 2, + STATE(2642), 2, sym_line_comment, sym_block_comment, - ACTIONS(3127), 41, + ACTIONS(3393), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -257706,568 +258131,203 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [70926] = 19, - ACTIONS(3), 1, + [71329] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(3259), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5264), 1, - anon_sym_CARET, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(1813), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - STATE(2638), 2, + STATE(2643), 2, sym_line_comment, sym_block_comment, - ACTIONS(5254), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5258), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5256), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1811), 17, + ACTIONS(3261), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - [71011] = 22, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5264), 1, - anon_sym_CARET, - ACTIONS(5270), 1, - anon_sym_in, - ACTIONS(5272), 1, - anon_sym_BANGin, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5260), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2639), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5254), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5258), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5256), 5, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1811), 11, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_COLON_EQ, - [71102] = 23, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5264), 1, - anon_sym_CARET, - ACTIONS(5266), 1, - anon_sym_AMP_AMP, - ACTIONS(5270), 1, - anon_sym_in, - ACTIONS(5272), 1, - anon_sym_BANGin, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5260), 2, anon_sym_LT, anon_sym_GT, - STATE(2640), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5254), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5258), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5262), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5256), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1811), 10, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_COLON_EQ, - [71195] = 19, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, anon_sym_QMARK, - ACTIONS(5008), 1, anon_sym_BANG, - ACTIONS(5010), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5264), 1, anon_sym_CARET, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(1855), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - STATE(2641), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5254), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5258), 3, - anon_sym_SLASH, anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5256), 5, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1853), 17, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [71280] = 30, + [71386] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, - anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(5102), 1, - anon_sym_CARET, + anon_sym_DASH_DASH, ACTIONS(5104), 1, - anon_sym_AMP_AMP, + anon_sym_CARET, ACTIONS(5106), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(5108), 1, - anon_sym_or, + anon_sym_PIPE_PIPE, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, - anon_sym_BANGis, + anon_sym_is, ACTIONS(5114), 1, - anon_sym_in, + anon_sym_BANGis, ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, anon_sym_BANGin, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5094), 2, + ACTIONS(5096), 2, anon_sym_LT, anon_sym_GT, - STATE(2642), 2, + STATE(2644), 2, sym_line_comment, sym_block_comment, - ACTIONS(2069), 3, + ACTIONS(1831), 3, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON_EQ, - ACTIONS(5088), 3, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5094), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(5098), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5092), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [71387] = 7, - ACTIONS(3), 1, + [71493] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5276), 1, - anon_sym_else, - STATE(2726), 1, - sym_else_branch, - STATE(2643), 2, + ACTIONS(3406), 1, + anon_sym_LBRACK, + STATE(2645), 2, sym_line_comment, sym_block_comment, - ACTIONS(2493), 13, + ACTIONS(3408), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2491), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [71448] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, anon_sym_QMARK, - ACTIONS(5008), 1, anon_sym_BANG, - ACTIONS(5010), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5102), 1, anon_sym_CARET, - ACTIONS(5104), 1, - anon_sym_AMP_AMP, - ACTIONS(5106), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5114), 1, - anon_sym_in, - ACTIONS(5116), 1, - anon_sym_BANGin, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2644), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1935), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_COLON_EQ, - ACTIONS(5088), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5092), 3, - anon_sym_SLASH, anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5096), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5090), 5, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [71555] = 19, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5264), 1, - anon_sym_CARET, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(1859), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - STATE(2645), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5254), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5258), 3, - anon_sym_SLASH, - anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5256), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1857), 17, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [71640] = 6, + [71550] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3433), 1, + ACTIONS(3359), 1, anon_sym_LBRACK, - ACTIONS(3441), 1, - anon_sym_DOT, STATE(2646), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 40, + ACTIONS(3361), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -258304,17 +258364,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [71699] = 5, + [71607] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3217), 1, + ACTIONS(3434), 1, anon_sym_LBRACK, STATE(2647), 2, sym_line_comment, sym_block_comment, - ACTIONS(3219), 41, + ACTIONS(3436), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -258356,49 +258416,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [71756] = 7, - ACTIONS(3), 1, + [71664] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5276), 1, - anon_sym_else, - STATE(2727), 1, - sym_else_branch, + ACTIONS(3263), 1, + anon_sym_LBRACK, STATE(2648), 2, sym_line_comment, sym_block_comment, - ACTIONS(2487), 13, + ACTIONS(3265), 41, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2485), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -258410,25 +258468,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [71817] = 5, + [71721] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2829), 1, + ACTIONS(3075), 1, anon_sym_LBRACK, STATE(2649), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 41, + ACTIONS(3281), 6, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + ACTIONS(3078), 35, + anon_sym_DOT, + anon_sym_as, anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, @@ -258462,1306 +258521,1473 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [71874] = 5, - ACTIONS(497), 1, + [71780] = 17, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3273), 1, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, STATE(2650), 2, sym_line_comment, sym_block_comment, - ACTIONS(3275), 41, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(5228), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(1855), 5, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + ACTIONS(5226), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1853), 18, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [71931] = 30, + anon_sym_COLON_EQ, + [71861] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, - anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(5102), 1, - anon_sym_CARET, - ACTIONS(5104), 1, - anon_sym_AMP_AMP, - ACTIONS(5106), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, - anon_sym_or, + anon_sym_DASH_DASH, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, - anon_sym_BANGis, + anon_sym_is, ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5174), 1, + anon_sym_CARET, + ACTIONS(5180), 1, + anon_sym_AMP_AMP, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5116), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - STATE(2397), 1, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5278), 1, + anon_sym_RBRACK, + ACTIONS(5280), 1, + anon_sym_DOT_DOT, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(3550), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, STATE(2651), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [72037] = 30, + [71971] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(5264), 1, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5266), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5268), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5270), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5272), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5278), 1, - anon_sym_is, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, ACTIONS(5280), 1, - anon_sym_BANGis, - STATE(2397), 1, + anon_sym_DOT_DOT, + ACTIONS(5282), 1, + anon_sym_RBRACK, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(1941), 2, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5260), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, STATE(2652), 2, sym_line_comment, sym_block_comment, - ACTIONS(5254), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5258), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5262), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5256), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [72143] = 31, + [72081] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, + STATE(2653), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2653), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2651), 28, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + [72137] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5008), 1, - anon_sym_BANG, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5138), 1, + ACTIONS(5284), 1, anon_sym_LBRACE, - ACTIONS(5292), 1, + ACTIONS(5296), 1, anon_sym_QMARK, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - STATE(2397), 1, + STATE(1011), 1, + sym_block, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(2684), 1, - sym_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2653), 2, + STATE(2654), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [72251] = 30, + [72245] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, - anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(5102), 1, - anon_sym_CARET, - ACTIONS(5104), 1, - anon_sym_AMP_AMP, - ACTIONS(5106), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5174), 1, + anon_sym_CARET, + ACTIONS(5180), 1, + anon_sym_AMP_AMP, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5116), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5278), 1, - anon_sym_is, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, ACTIONS(5280), 1, - anon_sym_BANGis, - STATE(2397), 1, + anon_sym_DOT_DOT, + ACTIONS(5308), 1, + anon_sym_RBRACK, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(1941), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2654), 2, + STATE(2655), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [72357] = 32, + [72355] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_LBRACK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, - ACTIONS(5014), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5192), 1, + ACTIONS(5138), 1, + anon_sym_LBRACE, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, ACTIONS(5304), 1, - anon_sym_RBRACK, + anon_sym_in, ACTIONS(5306), 1, - anon_sym_DOT_DOT, - STATE(2397), 1, + anon_sym_BANGin, + ACTIONS(5310), 1, + anon_sym_QMARK, + STATE(2343), 1, + sym_block, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2655), 2, + STATE(2656), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [72467] = 30, + [72463] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, - anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(5102), 1, - anon_sym_CARET, - ACTIONS(5104), 1, - anon_sym_AMP_AMP, - ACTIONS(5106), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, - anon_sym_or, + anon_sym_DASH_DASH, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, - anon_sym_BANGis, + anon_sym_is, ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5174), 1, + anon_sym_CARET, + ACTIONS(5180), 1, + anon_sym_AMP_AMP, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5116), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - STATE(2397), 1, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5280), 1, + anon_sym_DOT_DOT, + ACTIONS(5312), 1, + anon_sym_RBRACK, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5094), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5308), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - STATE(2656), 2, + STATE(2657), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [72573] = 31, + [72573] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, + ACTIONS(5104), 1, + anon_sym_CARET, + ACTIONS(5106), 1, + anon_sym_AMP_AMP, ACTIONS(5108), 1, - anon_sym_or, + anon_sym_PIPE_PIPE, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5122), 1, - anon_sym_LBRACE, - ACTIONS(5294), 1, - anon_sym_CARET, - ACTIONS(5296), 1, - anon_sym_AMP_AMP, - ACTIONS(5298), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5116), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5118), 1, anon_sym_BANGin, - ACTIONS(5310), 1, - anon_sym_QMARK, - STATE(1954), 1, - sym_block, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5096), 2, anon_sym_LT, anon_sym_GT, - STATE(2657), 2, + ACTIONS(5314), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + STATE(2658), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5094), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5098), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5092), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [72681] = 31, - ACTIONS(3), 1, + [72679] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(3085), 1, anon_sym_LBRACK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, + STATE(2659), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3088), 40, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, anon_sym_as, - ACTIONS(5098), 1, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5294), 1, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, - ACTIONS(5296), 1, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, anon_sym_in, - ACTIONS(5302), 1, anon_sym_BANGin, - ACTIONS(5312), 1, - anon_sym_LBRACE, - ACTIONS(5314), 1, - anon_sym_QMARK, - STATE(2193), 1, - sym_block, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5288), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2658), 2, + [72735] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3075), 1, + anon_sym_LBRACK, + STATE(2660), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(3078), 40, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5290), 4, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [72789] = 32, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [72791] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, - ACTIONS(5002), 1, + ACTIONS(4771), 1, anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(4781), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(4783), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(4785), 1, anon_sym_BANG, - ACTIONS(5010), 1, + ACTIONS(4787), 1, anon_sym_LBRACK2, - ACTIONS(5012), 1, - anon_sym_QMARK_DOT, - ACTIONS(5014), 1, + ACTIONS(4789), 1, anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, + ACTIONS(4791), 1, + anon_sym_in, + ACTIONS(4793), 1, + anon_sym_BANGin, + ACTIONS(4797), 1, anon_sym_as, - ACTIONS(5098), 1, + ACTIONS(4799), 1, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, + ACTIONS(4801), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + ACTIONS(4803), 1, + anon_sym_AMP_AMP, + ACTIONS(4805), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4807), 1, anon_sym_or, - ACTIONS(5110), 1, + ACTIONS(4809), 1, anon_sym_is, - ACTIONS(5112), 1, + ACTIONS(4811), 1, anon_sym_BANGis, - ACTIONS(5192), 1, + ACTIONS(5318), 1, + anon_sym_COLON, + ACTIONS(5320), 1, anon_sym_CARET, - ACTIONS(5198), 1, - anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5306), 1, - anon_sym_DOT_DOT, - ACTIONS(5316), 1, - anon_sym_RBRACK, - STATE(2397), 1, + ACTIONS(5322), 1, + anon_sym_LT_DASH, + STATE(2114), 1, sym_argument_list, - STATE(2399), 1, + STATE(2115), 1, sym_or_block, - STATE(4367), 1, + STATE(4173), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(4769), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4777), 2, anon_sym_LT, anon_sym_GT, - STATE(2659), 2, + STATE(2661), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(4773), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(4775), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(4779), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5316), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [72899] = 32, + [72899] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, + STATE(2769), 1, + sym_type_parameters, + STATE(2662), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2873), 13, anon_sym_DOT, - ACTIONS(5002), 1, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2871), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(5004), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [72957] = 31, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_LBRACK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, - ACTIONS(5014), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5192), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, + ACTIONS(5304), 1, + anon_sym_in, ACTIONS(5306), 1, - anon_sym_DOT_DOT, - ACTIONS(5318), 1, - anon_sym_RBRACK, - STATE(2397), 1, + anon_sym_BANGin, + ACTIONS(5324), 1, + anon_sym_LBRACE, + ACTIONS(5326), 1, + anon_sym_QMARK, + STATE(1167), 1, + sym_block, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2660), 2, + STATE(2663), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [73009] = 32, + [73065] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_LBRACK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, - ACTIONS(5014), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5192), 1, + ACTIONS(5146), 1, + anon_sym_LBRACE, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, + ACTIONS(5304), 1, + anon_sym_in, ACTIONS(5306), 1, - anon_sym_DOT_DOT, - ACTIONS(5320), 1, - anon_sym_RBRACK, - STATE(2397), 1, + anon_sym_BANGin, + ACTIONS(5328), 1, + anon_sym_QMARK, + STATE(1961), 1, + sym_block, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2661), 2, + STATE(2664), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [73119] = 31, + [73173] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5008), 1, + ACTIONS(5330), 1, + anon_sym_DOLLARelse, + STATE(2665), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2647), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, anon_sym_BANG, - ACTIONS(5010), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2645), 27, anon_sym_as, - ACTIONS(5098), 1, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5132), 1, - anon_sym_LBRACE, - ACTIONS(5294), 1, anon_sym_CARET, - ACTIONS(5296), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5298), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, anon_sym_in, - ACTIONS(5302), 1, anon_sym_BANGin, - ACTIONS(5322), 1, - anon_sym_QMARK, - STATE(1816), 1, - sym_block, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, + [73231] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4881), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5288), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2662), 2, + ACTIONS(5334), 1, + anon_sym_QMARK, + ACTIONS(5332), 2, + anon_sym_SEMI, + anon_sym_RBRACK, + STATE(2666), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(3377), 10, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(3375), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [73227] = 31, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + [73293] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, - anon_sym_LBRACE, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5324), 1, - anon_sym_QMARK, - STATE(1672), 1, - sym_block, - STATE(2397), 1, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5280), 1, + anon_sym_DOT_DOT, + ACTIONS(5336), 1, + anon_sym_RBRACK, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2663), 2, + STATE(2667), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [73335] = 32, + [73403] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, - ACTIONS(5014), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5192), 1, + anon_sym_or, + ACTIONS(5230), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5270), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5272), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5274), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5276), 1, anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5306), 1, - anon_sym_DOT_DOT, - ACTIONS(5326), 1, - anon_sym_RBRACK, - STATE(2397), 1, + ACTIONS(5338), 1, + anon_sym_is, + ACTIONS(5340), 1, + anon_sym_BANGis, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(1919), 2, + anon_sym_SEMI, + anon_sym_COMMA, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5266), 2, anon_sym_LT, anon_sym_GT, - STATE(2664), 2, + STATE(2668), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5224), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5228), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5268), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5226), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [73445] = 31, + [73509] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5328), 1, - anon_sym_LBRACE, - ACTIONS(5330), 1, - anon_sym_QMARK, - STATE(411), 1, - sym_block, - STATE(2397), 1, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5280), 1, + anon_sym_DOT_DOT, + ACTIONS(5342), 1, + anon_sym_RBRACK, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2665), 2, + STATE(2669), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [73553] = 31, + [73619] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5126), 1, - anon_sym_LBRACE, - ACTIONS(5294), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5332), 1, - anon_sym_QMARK, - STATE(2397), 1, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5280), 1, + anon_sym_DOT_DOT, + ACTIONS(5344), 1, + anon_sym_RBRACK, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(2889), 1, - sym_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2666), 2, + STATE(2670), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [73661] = 8, + [73729] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5334), 1, - anon_sym_LBRACE, - ACTIONS(5336), 1, - anon_sym_COMMA, - STATE(4108), 1, - aux_sym_match_expression_list_repeat1, - STATE(2667), 2, + STATE(2671), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 13, + ACTIONS(3039), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -259775,8 +260001,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3413), 25, + ACTIONS(3037), 28, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -259801,668 +260029,619 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73723] = 30, + anon_sym_COLON_EQ, + [73785] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(5264), 1, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5266), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5268), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5270), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5272), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5338), 1, - anon_sym_is, - ACTIONS(5340), 1, - anon_sym_BANGis, - STATE(2397), 1, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5280), 1, + anon_sym_DOT_DOT, + ACTIONS(5346), 1, + anon_sym_RBRACK, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(1941), 2, - anon_sym_COMMA, - anon_sym_COLON_EQ, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5260), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2668), 2, + STATE(2672), 2, sym_line_comment, sym_block_comment, - ACTIONS(5254), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5258), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5262), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5256), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [73829] = 31, + [73895] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5008), 1, - anon_sym_BANG, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5342), 1, + ACTIONS(5348), 1, anon_sym_LBRACE, - ACTIONS(5344), 1, + ACTIONS(5350), 1, anon_sym_QMARK, - STATE(1299), 1, + STATE(2201), 1, sym_block, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2669), 2, + STATE(2673), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [73937] = 32, + [74003] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_LBRACK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, - ACTIONS(5014), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5192), 1, + ACTIONS(5148), 1, + anon_sym_LBRACE, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, + ACTIONS(5304), 1, + anon_sym_in, ACTIONS(5306), 1, - anon_sym_DOT_DOT, - ACTIONS(5346), 1, - anon_sym_RBRACK, - STATE(2397), 1, + anon_sym_BANGin, + ACTIONS(5352), 1, + anon_sym_QMARK, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(2505), 1, + sym_block, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2670), 2, + STATE(2674), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [74047] = 32, + [74111] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5012), 1, - anon_sym_QMARK_DOT, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5192), 1, - anon_sym_CARET, - ACTIONS(5198), 1, - anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5306), 1, - anon_sym_DOT_DOT, - ACTIONS(5348), 1, - anon_sym_RBRACK, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5194), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2671), 2, + ACTIONS(3147), 1, + anon_sym_LBRACE, + STATE(2675), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(2785), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(2783), 28, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [74157] = 32, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + [74171] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, + anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5192), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5222), 1, anon_sym_PIPE_PIPE, - ACTIONS(5306), 1, + ACTIONS(5280), 1, anon_sym_DOT_DOT, - ACTIONS(5350), 1, + ACTIONS(5354), 1, anon_sym_RBRACK, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2672), 2, + STATE(2676), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [74267] = 32, + [74281] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5152), 1, + ACTIONS(5002), 1, anon_sym_DOT, - ACTIONS(5154), 1, + ACTIONS(5004), 1, anon_sym_LPAREN, - ACTIONS(5160), 1, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5162), 1, + ACTIONS(5008), 1, anon_sym_QMARK, - ACTIONS(5164), 1, + ACTIONS(5010), 1, anon_sym_BANG, - ACTIONS(5166), 1, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5168), 1, + ACTIONS(5014), 1, anon_sym_QMARK_DOT, - ACTIONS(5170), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5174), 1, - anon_sym_CARET, - ACTIONS(5180), 1, - anon_sym_in, - ACTIONS(5182), 1, - anon_sym_BANGin, - ACTIONS(5184), 1, - anon_sym_AMP_AMP, - ACTIONS(5208), 1, + ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5210), 1, + ACTIONS(5100), 1, anon_sym_PLUS_PLUS, - ACTIONS(5212), 1, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5214), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5216), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(5218), 1, + ACTIONS(5112), 1, anon_sym_is, - ACTIONS(5220), 1, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5352), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5354), 1, + ACTIONS(5174), 1, + anon_sym_CARET, + ACTIONS(5180), 1, + anon_sym_AMP_AMP, + ACTIONS(5182), 1, + anon_sym_in, + ACTIONS(5184), 1, + anon_sym_BANGin, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5280), 1, anon_sym_DOT_DOT, - STATE(2879), 1, + ACTIONS(5356), 1, + anon_sym_RBRACK, + STATE(2378), 1, sym_argument_list, - STATE(2881), 1, + STATE(2379), 1, sym_or_block, - STATE(4219), 1, + STATE(4366), 1, sym_type_parameters, ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2673), 2, + STATE(2677), 2, sym_line_comment, sym_block_comment, - ACTIONS(5158), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5172), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5172), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5156), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [74377] = 32, + [74391] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_LBRACK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, - ACTIONS(5014), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5192), 1, + ACTIONS(5140), 1, + anon_sym_LBRACE, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5306), 1, - anon_sym_DOT_DOT, - ACTIONS(5356), 1, - anon_sym_RBRACK, - STATE(2397), 1, + ACTIONS(5304), 1, + anon_sym_in, + ACTIONS(5306), 1, + anon_sym_BANGin, + ACTIONS(5358), 1, + anon_sym_QMARK, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(2692), 1, + sym_block, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2674), 2, + STATE(2678), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [74487] = 8, + [74499] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(5152), 1, anon_sym_DOT, - ACTIONS(5360), 1, + ACTIONS(5154), 1, + anon_sym_LPAREN, + ACTIONS(5156), 1, + anon_sym_LBRACK, + ACTIONS(5158), 1, anon_sym_QMARK, - ACTIONS(5358), 2, - anon_sym_SEMI, - anon_sym_RBRACK, - STATE(2675), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3435), 10, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(5160), 1, anon_sym_BANG, + ACTIONS(5162), 1, anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3433), 27, + ACTIONS(5164), 1, + anon_sym_QMARK_DOT, + ACTIONS(5166), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5186), 1, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, + ACTIONS(5198), 1, anon_sym_PLUS_PLUS, + ACTIONS(5200), 1, anon_sym_DASH_DASH, + ACTIONS(5202), 1, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(5204), 1, anon_sym_AMP_AMP, + ACTIONS(5206), 1, anon_sym_PIPE_PIPE, + ACTIONS(5208), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(5210), 1, anon_sym_is, + ACTIONS(5212), 1, anon_sym_BANGis, + ACTIONS(5214), 1, anon_sym_in, + ACTIONS(5216), 1, anon_sym_BANGin, - anon_sym_COLON_EQ, - [74549] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2768), 1, + ACTIONS(5360), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5362), 1, + anon_sym_DOT_DOT, + STATE(2853), 1, + sym_argument_list, + STATE(2864), 1, + sym_or_block, + STATE(4215), 1, sym_type_parameters, - STATE(2676), 2, + ACTIONS(5194), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2679), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 13, - anon_sym_DOT, + ACTIONS(5188), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5192), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2791), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5196), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5190), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [74607] = 7, + [74609] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 1, - anon_sym_LBRACK, - ACTIONS(3149), 1, + ACTIONS(5364), 1, anon_sym_LBRACE, - STATE(2677), 2, + ACTIONS(5366), 1, + anon_sym_COMMA, + STATE(4109), 1, + aux_sym_match_expression_list_repeat1, + STATE(2680), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 11, + ACTIONS(3369), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -260474,19 +260653,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2829), 28, - anon_sym_SEMI, - anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3367), 25, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -260502,235 +260680,232 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [74667] = 31, + [74671] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4781), 1, + ACTIONS(5004), 1, anon_sym_LPAREN, - ACTIONS(4783), 1, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(4785), 1, - anon_sym_QMARK, - ACTIONS(4787), 1, + ACTIONS(5010), 1, anon_sym_BANG, - ACTIONS(4789), 1, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(4791), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(4793), 1, + ACTIONS(5084), 1, anon_sym_as, - ACTIONS(4803), 1, + ACTIONS(5100), 1, anon_sym_PLUS_PLUS, - ACTIONS(4805), 1, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_AMP_AMP, - ACTIONS(4809), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4811), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(4813), 1, + ACTIONS(5112), 1, anon_sym_is, - ACTIONS(4815), 1, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(4817), 1, + ACTIONS(5134), 1, + anon_sym_LBRACE, + ACTIONS(5298), 1, + anon_sym_CARET, + ACTIONS(5300), 1, + anon_sym_AMP_AMP, + ACTIONS(5302), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(4819), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5364), 1, - anon_sym_COLON, - ACTIONS(5366), 1, - anon_sym_CARET, ACTIONS(5368), 1, - anon_sym_LT_DASH, - STATE(2112), 1, + anon_sym_QMARK, + STATE(1798), 1, + sym_block, + STATE(2378), 1, sym_argument_list, - STATE(2113), 1, + STATE(2379), 1, sym_or_block, - STATE(4172), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(4779), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4799), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2678), 2, + STATE(2681), 2, sym_line_comment, sym_block_comment, - ACTIONS(4795), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4797), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4801), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5362), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [74775] = 32, + [74779] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, + anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5192), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5222), 1, anon_sym_PIPE_PIPE, - ACTIONS(5306), 1, + ACTIONS(5280), 1, anon_sym_DOT_DOT, ACTIONS(5370), 1, anon_sym_RBRACK, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2679), 2, + STATE(2682), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [74885] = 32, + [74889] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, - ACTIONS(5014), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, + ACTIONS(5104), 1, + anon_sym_CARET, + ACTIONS(5106), 1, + anon_sym_AMP_AMP, ACTIONS(5108), 1, - anon_sym_or, + anon_sym_PIPE_PIPE, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5192), 1, - anon_sym_CARET, - ACTIONS(5198), 1, - anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5116), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5118), 1, anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5306), 1, - anon_sym_DOT_DOT, - ACTIONS(5372), 1, - anon_sym_RBRACK, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(3556), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, anon_sym_LT, anon_sym_GT, - STATE(2680), 2, + STATE(2683), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5094), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5098), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5092), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, @@ -260741,73 +260916,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5008), 1, - anon_sym_BANG, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5374), 1, + ACTIONS(5372), 1, anon_sym_LBRACE, - ACTIONS(5376), 1, + ACTIONS(5374), 1, anon_sym_QMARK, - STATE(1011), 1, + STATE(411), 1, sym_block, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2681), 2, + STATE(2684), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, @@ -260818,644 +260993,540 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5008), 1, - anon_sym_BANG, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5124), 1, + anon_sym_LBRACE, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5378), 1, - anon_sym_LBRACE, - ACTIONS(5380), 1, + ACTIONS(5376), 1, anon_sym_QMARK, - STATE(1162), 1, - sym_block, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(2892), 1, + sym_block, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2682), 2, + STATE(2685), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [75211] = 5, + [75211] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2683), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2761), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2759), 28, - anon_sym_as, + ACTIONS(4709), 1, anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(5004), 1, anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + ACTIONS(5006), 1, anon_sym_LBRACK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(5112), 1, anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, + ACTIONS(5298), 1, + anon_sym_CARET, + ACTIONS(5300), 1, + anon_sym_AMP_AMP, + ACTIONS(5302), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5304), 1, anon_sym_in, + ACTIONS(5306), 1, anon_sym_BANGin, - anon_sym_COLON_EQ, - [75267] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5382), 1, - anon_sym_DOLLARelse, - STATE(2684), 2, + ACTIONS(5378), 1, + anon_sym_QMARK, + STATE(1696), 1, + sym_block, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5292), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2686), 2, sym_line_comment, sym_block_comment, - ACTIONS(2773), 13, - anon_sym_DOT, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5290), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2771), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5288), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [75325] = 31, + [75319] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5008), 1, - anon_sym_BANG, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5148), 1, - anon_sym_LBRACE, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5384), 1, + ACTIONS(5380), 1, + anon_sym_LBRACE, + ACTIONS(5382), 1, anon_sym_QMARK, - STATE(2397), 1, + STATE(1317), 1, + sym_block, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(2505), 1, - sym_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2685), 2, + STATE(2687), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [75433] = 31, + [75427] = 31, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(5008), 1, - anon_sym_BANG, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5150), 1, + ACTIONS(5144), 1, anon_sym_LBRACE, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5386), 1, + ACTIONS(5384), 1, anon_sym_QMARK, - STATE(1949), 1, + STATE(1956), 1, sym_block, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2686), 2, + STATE(2688), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [75541] = 5, - ACTIONS(497), 1, + [75535] = 30, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2998), 1, - anon_sym_LBRACK, - STATE(2687), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2995), 40, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(5004), 1, anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, anon_sym_QMARK, + ACTIONS(5010), 1, anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [75597] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2966), 1, - anon_sym_LBRACK, - STATE(2688), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2963), 40, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, + ACTIONS(5084), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(5100), 1, anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5230), 1, anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(5270), 1, anon_sym_AMP_AMP, + ACTIONS(5272), 1, anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, + ACTIONS(5274), 1, anon_sym_in, + ACTIONS(5276), 1, anon_sym_BANGin, - [75653] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, + ACTIONS(5386), 1, + anon_sym_is, + ACTIONS(5388), 1, + anon_sym_BANGis, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(1919), 2, + anon_sym_COMMA, + anon_sym_COLON_EQ, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5266), 2, + anon_sym_LT, + anon_sym_GT, STATE(2689), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 13, - anon_sym_DOT, + ACTIONS(5224), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5228), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2969), 28, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5268), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5226), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - [75709] = 31, + [75641] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5140), 1, - anon_sym_LBRACE, - ACTIONS(5294), 1, + ACTIONS(5104), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5106), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5108), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5116), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5118), 1, anon_sym_BANGin, - ACTIONS(5388), 1, - anon_sym_QMARK, - STATE(2340), 1, - sym_block, - STATE(2397), 1, + ACTIONS(5338), 1, + anon_sym_is, + ACTIONS(5340), 1, + anon_sym_BANGis, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(1919), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5096), 2, anon_sym_LT, anon_sym_GT, STATE(2690), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5090), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5094), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5098), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5092), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [75817] = 32, + [75747] = 32, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5000), 1, - anon_sym_DOT, ACTIONS(5002), 1, - anon_sym_LPAREN, + anon_sym_DOT, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5012), 1, - anon_sym_QMARK_DOT, + anon_sym_LBRACK2, ACTIONS(5014), 1, + anon_sym_QMARK_DOT, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5192), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5222), 1, anon_sym_PIPE_PIPE, - ACTIONS(5306), 1, + ACTIONS(5280), 1, anon_sym_DOT_DOT, ACTIONS(5390), 1, anon_sym_RBRACK, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5194), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, STATE(2691), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [75927] = 6, + [75857] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -261465,7 +261536,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2692), 2, sym_line_comment, sym_block_comment, - ACTIONS(2871), 13, + ACTIONS(2797), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -261479,7 +261550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2869), 27, + ACTIONS(2795), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -261507,7 +261578,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [75985] = 5, + [75915] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -261515,57 +261586,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2693), 2, sym_line_comment, sym_block_comment, - ACTIONS(3135), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3133), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [76040] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2694), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3009), 13, + ACTIONS(3357), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -261579,7 +261600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3007), 27, + ACTIONS(3355), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -261604,237 +261625,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [76095] = 28, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5394), 1, - sym_identifier, - ACTIONS(5396), 1, - anon_sym_RPAREN, - ACTIONS(5398), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, - anon_sym_mut, - ACTIONS(5402), 1, - anon_sym_BANG, - ACTIONS(5404), 1, - anon_sym_LBRACK2, - ACTIONS(5406), 1, - anon_sym_AMP, - ACTIONS(5408), 1, - anon_sym_shared, - STATE(3038), 1, - sym_mutability_modifiers, - STATE(3944), 1, - sym_type_parameter_declaration, - STATE(3952), 1, - sym_parameter_declaration, - STATE(4347), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, - STATE(2695), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [76196] = 28, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5394), 1, - sym_identifier, - ACTIONS(5398), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, - anon_sym_mut, - ACTIONS(5402), 1, - anon_sym_BANG, - ACTIONS(5404), 1, - anon_sym_LBRACK2, - ACTIONS(5406), 1, - anon_sym_AMP, - ACTIONS(5408), 1, - anon_sym_shared, - ACTIONS(5410), 1, - anon_sym_RPAREN, - STATE(3038), 1, - sym_mutability_modifiers, - STATE(4045), 1, - sym_parameter_declaration, - STATE(4046), 1, - sym_type_parameter_declaration, - STATE(4347), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, - STATE(2696), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [76297] = 28, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5394), 1, - sym_identifier, - ACTIONS(5398), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, - anon_sym_mut, - ACTIONS(5402), 1, - anon_sym_BANG, - ACTIONS(5404), 1, - anon_sym_LBRACK2, - ACTIONS(5406), 1, - anon_sym_AMP, - ACTIONS(5408), 1, - anon_sym_shared, - ACTIONS(5412), 1, - anon_sym_RPAREN, - STATE(3038), 1, - sym_mutability_modifiers, - STATE(3981), 1, - sym_plain_type, - STATE(4099), 1, - sym_parameter_declaration, - STATE(4103), 1, - sym_type_parameter_declaration, - STATE(4653), 1, - sym_reference_expression, - STATE(2697), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [76398] = 5, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [75970] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2698), 2, + STATE(2694), 2, sym_line_comment, sym_block_comment, - ACTIONS(3227), 13, + ACTIONS(3111), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -261848,7 +261650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3225), 27, + ACTIONS(3109), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -261876,90 +261678,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [76453] = 30, + [76025] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5414), 1, + ACTIONS(5394), 1, anon_sym_RPAREN, - ACTIONS(5426), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2699), 2, + STATE(2695), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [76558] = 5, + [76130] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2700), 2, + STATE(2696), 2, sym_line_comment, sym_block_comment, - ACTIONS(3203), 13, + ACTIONS(3253), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -261973,7 +261775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3201), 27, + ACTIONS(3251), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -262001,15 +261803,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [76613] = 5, + [76185] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2701), 2, + STATE(2697), 2, sym_line_comment, sym_block_comment, - ACTIONS(2763), 13, + ACTIONS(2701), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -262023,7 +261825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2765), 27, + ACTIONS(2703), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -262051,232 +261853,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [76668] = 30, + [76240] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5296), 1, - anon_sym_AMP_AMP, - ACTIONS(5298), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5436), 1, - anon_sym_LBRACE, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2702), 2, + STATE(2698), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [76773] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, + ACTIONS(1853), 9, anon_sym_as, - ACTIONS(5098), 1, + anon_sym_RPAREN, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5192), 1, - anon_sym_CARET, - ACTIONS(5198), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, anon_sym_PIPE_PIPE, - ACTIONS(5438), 1, - anon_sym_RBRACK, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5194), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2703), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5186), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5190), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5196), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5188), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [76878] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, anon_sym_or, - ACTIONS(5110), 1, anon_sym_is, - ACTIONS(5112), 1, anon_sym_BANGis, - ACTIONS(5294), 1, - anon_sym_CARET, - ACTIONS(5296), 1, - anon_sym_AMP_AMP, - ACTIONS(5298), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, - anon_sym_in, - ACTIONS(5302), 1, - anon_sym_BANGin, - ACTIONS(5308), 1, - anon_sym_LBRACE, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5288), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2704), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5282), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5286), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5290), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5284), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [76983] = 28, + [76329] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -262291,52 +261935,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5394), 1, + ACTIONS(5416), 1, sym_identifier, - ACTIONS(5398), 1, + ACTIONS(5418), 1, + anon_sym_RPAREN, + ACTIONS(5420), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, + ACTIONS(5422), 1, anon_sym_mut, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5408), 1, + ACTIONS(5430), 1, anon_sym_shared, - ACTIONS(5412), 1, - anon_sym_RPAREN, - STATE(3038), 1, + STATE(3041), 1, sym_mutability_modifiers, - STATE(4099), 1, - sym_parameter_declaration, - STATE(4103), 1, + STATE(3898), 1, sym_type_parameter_declaration, - STATE(4347), 1, + STATE(3901), 1, + sym_parameter_declaration, + STATE(4345), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2705), 2, + STATE(2699), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -262349,157 +261993,308 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [77084] = 30, + [76430] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, + ACTIONS(1831), 1, + anon_sym_RPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5440), 1, - anon_sym_RPAREN, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2706), 2, + STATE(2700), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [77189] = 30, + [76535] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1935), 1, + ACTIONS(2703), 2, anon_sym_LBRACE, - ACTIONS(5002), 1, + anon_sym_COMMA, + STATE(2701), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3039), 11, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3037), 27, + anon_sym_DOT, + anon_sym_as, anon_sym_LPAREN, - ACTIONS(5004), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, - ACTIONS(5006), 1, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [76592] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2702), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2955), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2953), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [76647] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2703), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3015), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, anon_sym_QMARK, - ACTIONS(5008), 1, anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(3013), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [76702] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - STATE(2397), 1, + ACTIONS(5432), 1, + anon_sym_LBRACE, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2707), 2, + STATE(2704), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [77294] = 28, + [76807] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -262514,52 +262309,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5394), 1, + ACTIONS(5416), 1, sym_identifier, - ACTIONS(5398), 1, + ACTIONS(5420), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, + ACTIONS(5422), 1, anon_sym_mut, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5408), 1, + ACTIONS(5430), 1, anon_sym_shared, - ACTIONS(5442), 1, + ACTIONS(5434), 1, anon_sym_RPAREN, - STATE(3038), 1, + STATE(3041), 1, sym_mutability_modifiers, - STATE(3892), 1, - sym_type_parameter_declaration, - STATE(3896), 1, + STATE(3948), 1, sym_parameter_declaration, - STATE(4347), 1, + STATE(3949), 1, + sym_type_parameter_declaration, + STATE(4345), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2708), 2, + STATE(2705), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -262572,18 +262367,16 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [77395] = 6, + [76908] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - STATE(2709), 2, + STATE(2706), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 11, + ACTIONS(3397), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -262595,9 +262388,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2969), 27, - anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3395), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -262605,12 +262400,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -262623,141 +262417,244 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77452] = 5, + [76963] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2710), 2, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5298), 1, + anon_sym_CARET, + ACTIONS(5300), 1, + anon_sym_AMP_AMP, + ACTIONS(5302), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5304), 1, + anon_sym_in, + ACTIONS(5306), 1, + anon_sym_BANGin, + ACTIONS(5314), 1, + anon_sym_LBRACE, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5292), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2707), 2, sym_line_comment, sym_block_comment, - ACTIONS(2951), 13, - anon_sym_DOT, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5290), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2949), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5288), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, + [77068] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, + ACTIONS(5406), 1, + anon_sym_CARET, + ACTIONS(5408), 1, + anon_sym_AMP_AMP, + ACTIONS(5410), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5412), 1, anon_sym_in, + ACTIONS(5414), 1, anon_sym_BANGin, - [77507] = 30, + ACTIONS(5436), 1, + anon_sym_RPAREN, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5402), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2708), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5396), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5400), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5404), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5398), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [77173] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2069), 1, - anon_sym_LBRACE, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - STATE(2397), 1, + ACTIONS(5438), 1, + anon_sym_RPAREN, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2711), 2, + STATE(2709), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [77612] = 5, + [77278] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2712), 2, + ACTIONS(5440), 1, + anon_sym_else, + STATE(2927), 1, + sym_else_branch, + STATE(2710), 2, sym_line_comment, sym_block_comment, - ACTIONS(2947), 13, - anon_sym_DOT, + ACTIONS(2305), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -262769,11 +262666,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2945), 27, + ACTIONS(2303), 27, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -262781,11 +262676,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -262798,316 +262694,294 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77667] = 30, + [77337] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5444), 1, - anon_sym_RPAREN, - STATE(2397), 1, + ACTIONS(5442), 1, + anon_sym_LBRACE, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2713), 2, + STATE(2711), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [77772] = 30, + [77442] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, + ACTIONS(1831), 1, + anon_sym_LBRACE, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5446), 1, - anon_sym_RPAREN, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2714), 2, + STATE(2712), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [77877] = 30, + [77547] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5426), 1, - anon_sym_CARET, - ACTIONS(5428), 1, - anon_sym_AMP_AMP, - ACTIONS(5430), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, - anon_sym_in, - ACTIONS(5434), 1, - anon_sym_BANGin, - ACTIONS(5448), 1, - anon_sym_RPAREN, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5422), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2715), 2, + STATE(2713), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(3069), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + anon_sym_DOT_DOT, + ACTIONS(3067), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [77982] = 30, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [77602] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, + ACTIONS(1839), 1, + anon_sym_LBRACE, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5450), 1, - anon_sym_RPAREN, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2716), 2, + STATE(2714), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [78087] = 5, + [77707] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2717), 2, + ACTIONS(5440), 1, + anon_sym_else, + STATE(2925), 1, + sym_else_branch, + STATE(2715), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 13, - anon_sym_DOT, + ACTIONS(2429), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -263119,11 +262993,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3337), 27, + ACTIONS(2427), 27, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -263131,11 +263003,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -263148,90 +263021,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78142] = 30, + [77766] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1941), 1, - anon_sym_LBRACE, - ACTIONS(5002), 1, - anon_sym_LPAREN, + ACTIONS(1839), 1, + anon_sym_RPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(5278), 1, + ACTIONS(5112), 1, anon_sym_is, - ACTIONS(5280), 1, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2718), 2, + STATE(2716), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [78247] = 5, + [77871] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2719), 2, + STATE(2717), 2, sym_line_comment, sym_block_comment, - ACTIONS(3037), 13, + ACTIONS(3137), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -263245,7 +263118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3035), 27, + ACTIONS(3135), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -263273,15 +263146,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78302] = 5, + [77926] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2720), 2, + STATE(2718), 2, sym_line_comment, sym_block_comment, - ACTIONS(3395), 13, + ACTIONS(3141), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -263295,7 +263168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3393), 27, + ACTIONS(3139), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -263323,90 +263196,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78357] = 30, + [77981] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(47), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5416), 1, + sym_identifier, + ACTIONS(5420), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5422), 1, + anon_sym_mut, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5010), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5294), 1, - anon_sym_CARET, - ACTIONS(5296), 1, - anon_sym_AMP_AMP, - ACTIONS(5298), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, - anon_sym_in, - ACTIONS(5302), 1, - anon_sym_BANGin, - ACTIONS(5452), 1, - anon_sym_LBRACE, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5288), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2721), 2, + ACTIONS(5428), 1, + anon_sym_AMP, + ACTIONS(5430), 1, + anon_sym_shared, + ACTIONS(5444), 1, + anon_sym_RPAREN, + STATE(3041), 1, + sym_mutability_modifiers, + STATE(4001), 1, + sym_parameter_declaration, + STATE(4003), 1, + sym_type_parameter_declaration, + STATE(4345), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(2719), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5286), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5290), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5284), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [78462] = 5, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [78082] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2722), 2, + STATE(2720), 2, sym_line_comment, sym_block_comment, - ACTIONS(3143), 13, + ACTIONS(3416), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -263420,7 +263291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3141), 27, + ACTIONS(3414), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -263448,15 +263319,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78517] = 5, + [78137] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2723), 2, + STATE(2721), 2, sym_line_comment, sym_block_comment, - ACTIONS(3147), 13, + ACTIONS(3189), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -263470,7 +263341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3145), 27, + ACTIONS(3187), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -263498,18 +263369,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78572] = 6, + [78192] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5454), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - STATE(2724), 2, + STATE(2722), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 13, + ACTIONS(3193), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -263523,8 +263391,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3413), 25, + ACTIONS(3191), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -263549,88 +263419,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78629] = 28, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5394), 1, - sym_identifier, - ACTIONS(5398), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, - anon_sym_mut, - ACTIONS(5402), 1, - anon_sym_BANG, - ACTIONS(5404), 1, - anon_sym_LBRACK2, - ACTIONS(5406), 1, - anon_sym_AMP, - ACTIONS(5408), 1, - anon_sym_shared, - ACTIONS(5456), 1, - anon_sym_RPAREN, - STATE(3038), 1, - sym_mutability_modifiers, - STATE(4031), 1, - sym_parameter_declaration, - STATE(4073), 1, - sym_type_parameter_declaration, - STATE(4347), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, - STATE(2725), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [78730] = 5, + [78247] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2726), 2, + STATE(2723), 2, sym_line_comment, sym_block_comment, - ACTIONS(3187), 13, + ACTIONS(3420), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -263644,7 +263441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3185), 27, + ACTIONS(3418), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -263672,15 +263469,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78785] = 5, + [78302] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2727), 2, + STATE(2724), 2, sym_line_comment, sym_block_comment, - ACTIONS(3191), 13, + ACTIONS(3197), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -263694,7 +263491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3189), 27, + ACTIONS(3195), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -263722,15 +263519,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78840] = 5, + [78357] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2728), 2, + STATE(2725), 2, sym_line_comment, sym_block_comment, - ACTIONS(3195), 13, + ACTIONS(3221), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -263744,7 +263541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3193), 27, + ACTIONS(3219), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -263772,15 +263569,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78895] = 5, + [78412] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2729), 2, + STATE(2726), 2, sym_line_comment, sym_block_comment, - ACTIONS(3207), 13, + ACTIONS(3233), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -263794,7 +263591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3205), 27, + ACTIONS(3231), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -263822,15 +263619,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78950] = 5, + [78467] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2730), 2, + STATE(2727), 2, sym_line_comment, sym_block_comment, - ACTIONS(3215), 13, + ACTIONS(3424), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -263844,7 +263641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3213), 27, + ACTIONS(3422), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -263872,266 +263669,313 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79005] = 30, + [78522] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5458), 1, + ACTIONS(5446), 1, anon_sym_RPAREN, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2731), 2, + STATE(2728), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [79110] = 30, + [78627] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5460), 1, + ACTIONS(5448), 1, anon_sym_RPAREN, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2732), 2, + STATE(2729), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [79215] = 6, + [78732] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 1, - anon_sym_COMMA, - STATE(2733), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2971), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(47), 1, anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5416), 1, + sym_identifier, + ACTIONS(5420), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5422), 1, + anon_sym_mut, + ACTIONS(5424), 1, anon_sym_BANG, + ACTIONS(5426), 1, anon_sym_LBRACK2, + ACTIONS(5428), 1, anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2969), 26, - anon_sym_as, - anon_sym_LBRACE, + ACTIONS(5430), 1, + anon_sym_shared, + ACTIONS(5450), 1, + anon_sym_RPAREN, + STATE(3041), 1, + sym_mutability_modifiers, + STATE(4052), 1, + sym_type_parameter_declaration, + STATE(4075), 1, + sym_parameter_declaration, + STATE(4345), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(2730), 2, + sym_line_comment, + sym_block_comment, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [78833] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + ACTIONS(5006), 1, anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(5112), 1, anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, + ACTIONS(5298), 1, + anon_sym_CARET, + ACTIONS(5300), 1, + anon_sym_AMP_AMP, + ACTIONS(5302), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5304), 1, anon_sym_in, + ACTIONS(5306), 1, anon_sym_BANGin, - [79272] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2734), 2, + ACTIONS(5452), 1, + anon_sym_LBRACE, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5292), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2731), 2, sym_line_comment, sym_block_comment, - ACTIONS(3279), 13, - anon_sym_DOT, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5290), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3277), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5288), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [79327] = 5, + [78938] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2735), 2, + STATE(2732), 2, sym_line_comment, sym_block_comment, - ACTIONS(3283), 13, + ACTIONS(3289), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -264145,7 +263989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3281), 27, + ACTIONS(3287), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -264173,15 +264017,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79382] = 5, + [78993] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2736), 2, + STATE(2733), 2, sym_line_comment, sym_block_comment, - ACTIONS(3251), 13, + ACTIONS(3293), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -264195,7 +264039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3249), 27, + ACTIONS(3291), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -264223,215 +264067,218 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79437] = 30, + [79048] = 19, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5428), 1, - anon_sym_AMP_AMP, - ACTIONS(5430), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, - anon_sym_in, - ACTIONS(5434), 1, - anon_sym_BANGin, - ACTIONS(5462), 1, - anon_sym_RPAREN, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(1889), 2, anon_sym_LT, anon_sym_GT, - STATE(2737), 2, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(2734), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [79542] = 30, + ACTIONS(1887), 15, + anon_sym_as, + anon_sym_RPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [79131] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5464), 1, - anon_sym_LBRACE, - STATE(2397), 1, + ACTIONS(5454), 1, + anon_sym_RPAREN, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2738), 2, + STATE(2735), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [79647] = 5, + [79236] = 19, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2739), 2, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5298), 1, + anon_sym_CARET, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(1889), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(2736), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 13, - anon_sym_DOT, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5290), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3341), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1887), 15, + anon_sym_as, + anon_sym_LBRACE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79702] = 5, + [79319] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2740), 2, + STATE(2737), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 13, + ACTIONS(3345), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -264445,7 +264292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3345), 27, + ACTIONS(3343), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -264473,15 +264320,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79757] = 5, + [79374] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2741), 2, + STATE(2738), 2, sym_line_comment, sym_block_comment, - ACTIONS(3351), 13, + ACTIONS(3349), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -264495,7 +264342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3349), 27, + ACTIONS(3347), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -264523,15 +264370,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79812] = 5, + [79429] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2742), 2, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5406), 1, + anon_sym_CARET, + ACTIONS(5408), 1, + anon_sym_AMP_AMP, + ACTIONS(5410), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5412), 1, + anon_sym_in, + ACTIONS(5414), 1, + anon_sym_BANGin, + ACTIONS(5456), 1, + anon_sym_RPAREN, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5402), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2739), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5396), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5400), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5404), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5398), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [79534] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2740), 2, sym_line_comment, sym_block_comment, - ACTIONS(3355), 13, + ACTIONS(3365), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -264545,7 +264467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3353), 27, + ACTIONS(3363), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -264573,15 +264495,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79867] = 5, + [79589] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2743), 2, + STATE(2741), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 13, + ACTIONS(3385), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -264595,7 +264517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3357), 27, + ACTIONS(3383), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -264623,15 +264545,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79922] = 5, + [79644] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2744), 2, + STATE(2742), 2, sym_line_comment, sym_block_comment, - ACTIONS(3363), 13, + ACTIONS(3389), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -264645,7 +264567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3361), 27, + ACTIONS(3387), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -264673,79 +264595,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79977] = 19, + [79699] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5294), 1, - anon_sym_CARET, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(1859), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - STATE(2745), 2, + STATE(2743), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(3205), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5284), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1857), 15, + anon_sym_DOT_DOT, + ACTIONS(3203), 27, anon_sym_as, anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80060] = 5, + [79754] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2746), 2, + STATE(2744), 2, sym_line_comment, sym_block_comment, - ACTIONS(3399), 13, + ACTIONS(3432), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -264759,7 +264667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3397), 27, + ACTIONS(3430), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -264787,15 +264695,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80115] = 5, + [79809] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2747), 2, + STATE(2745), 2, sym_line_comment, sym_block_comment, - ACTIONS(3407), 13, + ACTIONS(3440), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -264809,7 +264717,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3405), 27, + ACTIONS(3438), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -264837,15 +264745,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80170] = 5, + [79864] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2748), 2, + STATE(2746), 2, sym_line_comment, sym_block_comment, - ACTIONS(3239), 13, + ACTIONS(3273), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -264859,7 +264767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3237), 27, + ACTIONS(3271), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -264887,55 +264795,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80225] = 19, + [79919] = 19, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(1855), 2, + ACTIONS(1881), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - STATE(2749), 2, + STATE(2747), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1853), 15, + ACTIONS(1879), 15, anon_sym_as, anon_sym_LBRACE, anon_sym_EQ_EQ, @@ -264951,15 +264859,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80308] = 5, + [80002] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2750), 2, + STATE(2748), 2, sym_line_comment, sym_block_comment, - ACTIONS(3235), 13, + ACTIONS(3369), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -264973,7 +264881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3233), 27, + ACTIONS(3367), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -265001,7 +264909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80363] = 28, + [80057] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -265016,125 +264924,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5394), 1, - sym_identifier, - ACTIONS(5398), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, - anon_sym_mut, - ACTIONS(5402), 1, - anon_sym_BANG, - ACTIONS(5404), 1, - anon_sym_LBRACK2, - ACTIONS(5406), 1, - anon_sym_AMP, - ACTIONS(5408), 1, - anon_sym_shared, - ACTIONS(5466), 1, - anon_sym_RPAREN, - STATE(3038), 1, - sym_mutability_modifiers, - STATE(3946), 1, - sym_parameter_declaration, - STATE(3947), 1, - sym_type_parameter_declaration, - STATE(4347), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, - STATE(2751), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [80464] = 28, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5398), 1, + ACTIONS(5420), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, + ACTIONS(5422), 1, anon_sym_mut, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5408), 1, + ACTIONS(5430), 1, anon_sym_shared, - ACTIONS(5468), 1, + ACTIONS(5458), 1, sym_identifier, - ACTIONS(5470), 1, + ACTIONS(5460), 1, anon_sym_RPAREN, - STATE(3067), 1, + STATE(3068), 1, sym_mutability_modifiers, - STATE(3912), 1, + STATE(3917), 1, sym_type_parameter_declaration, - STATE(3915), 1, + STATE(3919), 1, sym_parameter_declaration, - STATE(4347), 1, + STATE(4345), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2752), 2, + STATE(2749), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -265147,15 +264982,15 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [80565] = 5, + [80158] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2753), 2, + STATE(2750), 2, sym_line_comment, sym_block_comment, - ACTIONS(3427), 13, + ACTIONS(3444), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -265169,7 +265004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3425), 27, + ACTIONS(3442), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -265197,15 +265032,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80620] = 5, + [80213] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2754), 2, + STATE(2751), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 13, + ACTIONS(3393), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -265219,7 +265054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2791), 27, + ACTIONS(3391), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -265247,15 +265082,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80675] = 5, + [80268] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2755), 2, + STATE(2752), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 13, + ACTIONS(2873), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -265269,7 +265104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2829), 27, + ACTIONS(2871), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -265297,83 +265132,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80730] = 23, + [80323] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5294), 1, - anon_sym_CARET, - ACTIONS(5296), 1, - anon_sym_AMP_AMP, - ACTIONS(5300), 1, - anon_sym_in, - ACTIONS(5302), 1, - anon_sym_BANGin, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5288), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2756), 2, + STATE(2753), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(2785), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + anon_sym_DOT_DOT, + ACTIONS(2783), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 8, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - [80821] = 5, + anon_sym_in, + anon_sym_BANGin, + [80378] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2757), 2, + STATE(2754), 2, sym_line_comment, sym_block_comment, - ACTIONS(3423), 13, + ACTIONS(3428), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -265387,7 +265204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3421), 27, + ACTIONS(3426), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -265415,397 +265232,465 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80876] = 30, + [80433] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5472), 1, + ACTIONS(5462), 1, anon_sym_LBRACE, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2758), 2, + STATE(2755), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [80981] = 22, + [80538] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, ACTIONS(5300), 1, + anon_sym_AMP_AMP, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2759), 2, + STATE(2756), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 9, + ACTIONS(1853), 8, anon_sym_as, anon_sym_LBRACE, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - [81070] = 30, + [80629] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, + STATE(2757), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3361), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, anon_sym_QMARK, - ACTIONS(5008), 1, anon_sym_BANG, - ACTIONS(5010), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(3359), 27, anon_sym_as, - ACTIONS(5098), 1, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5110), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(5112), 1, anon_sym_BANGis, - ACTIONS(5192), 1, + anon_sym_in, + anon_sym_BANGin, + [80684] = 22, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5198), 1, - anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5474), 1, - anon_sym_SEMI, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5194), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2760), 2, + STATE(2758), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [81175] = 30, + ACTIONS(1853), 9, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + [80773] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5476), 1, - anon_sym_LBRACE, - STATE(2397), 1, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5464), 1, + anon_sym_SEMI, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2761), 2, + STATE(2759), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [81280] = 5, + [80878] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2762), 2, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5298), 1, + anon_sym_CARET, + ACTIONS(5300), 1, + anon_sym_AMP_AMP, + ACTIONS(5302), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5304), 1, + anon_sym_in, + ACTIONS(5306), 1, + anon_sym_BANGin, + ACTIONS(5466), 1, + anon_sym_LBRACE, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5292), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2760), 2, sym_line_comment, sym_block_comment, - ACTIONS(3419), 13, - anon_sym_DOT, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5290), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3417), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5288), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [81335] = 19, + [80983] = 19, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(1813), 2, + ACTIONS(1855), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - STATE(2763), 2, + STATE(2761), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 15, + ACTIONS(1853), 15, anon_sym_as, anon_sym_LBRACE, anon_sym_EQ_EQ, @@ -265821,15 +265706,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81418] = 5, + [81066] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2764), 2, + STATE(2762), 2, sym_line_comment, sym_block_comment, - ACTIONS(3403), 13, + ACTIONS(3341), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -265843,7 +265728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3401), 27, + ACTIONS(3339), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -265871,15 +265756,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81473] = 5, + [81121] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2765), 2, + STATE(2763), 2, sym_line_comment, sym_block_comment, - ACTIONS(3391), 13, + ACTIONS(3337), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -265893,7 +265778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3389), 27, + ACTIONS(3335), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -265921,65 +265806,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81528] = 5, + [81176] = 17, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2766), 2, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + STATE(2764), 2, sym_line_comment, sym_block_comment, - ACTIONS(3387), 13, - anon_sym_DOT, + ACTIONS(5290), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(1855), 5, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3385), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1853), 16, + anon_sym_as, + anon_sym_LBRACE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81583] = 5, + [81255] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2767), 2, + STATE(2765), 2, sym_line_comment, sym_block_comment, - ACTIONS(3383), 13, + ACTIONS(3317), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -265993,7 +265890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3381), 27, + ACTIONS(3315), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -266021,15 +265918,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81638] = 5, + [81310] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2768), 2, + STATE(2766), 2, sym_line_comment, sym_block_comment, - ACTIONS(3155), 13, + ACTIONS(3313), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -266043,7 +265940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3153), 27, + ACTIONS(3311), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -266071,77 +265968,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81693] = 17, + [81365] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - STATE(2769), 2, + STATE(2767), 2, sym_line_comment, sym_block_comment, - ACTIONS(5286), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(1813), 5, + ACTIONS(3309), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5284), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1811), 16, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(3307), 27, anon_sym_as, anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81772] = 5, + [81420] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2770), 2, + STATE(2768), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 13, + ACTIONS(3305), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -266155,7 +266040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3209), 27, + ACTIONS(3303), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -266183,15 +266068,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81827] = 5, + [81475] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2771), 2, + STATE(2769), 2, sym_line_comment, sym_block_comment, - ACTIONS(3335), 13, + ACTIONS(3153), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -266205,7 +266090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3333), 27, + ACTIONS(3151), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -266233,90 +266118,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81882] = 30, + [81530] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, + ACTIONS(1919), 1, + anon_sym_LBRACE, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5426), 1, + anon_sym_or, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5478), 1, - anon_sym_RPAREN, - STATE(2397), 1, + ACTIONS(5338), 1, + anon_sym_is, + ACTIONS(5340), 1, + anon_sym_BANGis, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2772), 2, + STATE(2770), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [81987] = 5, + [81635] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2773), 2, + ACTIONS(2703), 1, + anon_sym_COMMA, + STATE(2771), 2, sym_line_comment, sym_block_comment, - ACTIONS(3315), 13, + ACTIONS(3039), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -266330,10 +266217,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3313), 27, + ACTIONS(3037), 26, anon_sym_as, anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -266358,15 +266244,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82042] = 5, + [81692] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2774), 2, + STATE(2772), 2, sym_line_comment, sym_block_comment, - ACTIONS(3311), 13, + ACTIONS(3249), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -266380,7 +266266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3309), 27, + ACTIONS(3247), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -266408,65 +266294,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82097] = 5, + [81747] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2775), 2, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5406), 1, + anon_sym_CARET, + ACTIONS(5408), 1, + anon_sym_AMP_AMP, + ACTIONS(5410), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5412), 1, + anon_sym_in, + ACTIONS(5414), 1, + anon_sym_BANGin, + ACTIONS(5468), 1, + anon_sym_RPAREN, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5402), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2773), 2, sym_line_comment, sym_block_comment, - ACTIONS(3299), 13, - anon_sym_DOT, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5400), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3297), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5398), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [82152] = 5, + [81852] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2776), 2, + STATE(2774), 2, sym_line_comment, sym_block_comment, - ACTIONS(3291), 13, + ACTIONS(3229), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -266480,7 +266391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3289), 27, + ACTIONS(3227), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -266508,15 +266419,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82207] = 5, + [81907] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2777), 2, + STATE(2775), 2, sym_line_comment, sym_block_comment, - ACTIONS(3287), 13, + ACTIONS(3225), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -266530,7 +266441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3285), 27, + ACTIONS(3223), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -266558,15 +266469,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82262] = 5, + [81962] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2778), 2, + STATE(2776), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 13, + ACTIONS(3217), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -266580,7 +266491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3325), 27, + ACTIONS(3215), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -266608,15 +266519,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82317] = 5, + [82017] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2779), 2, + STATE(2777), 2, sym_line_comment, sym_block_comment, - ACTIONS(3271), 13, + ACTIONS(3213), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -266630,7 +266541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3269), 27, + ACTIONS(3211), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -266658,15 +266569,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82372] = 5, + [82072] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2780), 2, + STATE(2778), 2, sym_line_comment, sym_block_comment, - ACTIONS(3231), 13, + ACTIONS(3209), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -266680,7 +266591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3229), 27, + ACTIONS(3207), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -266708,94 +266619,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82427] = 30, + [82127] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5480), 1, + ACTIONS(5470), 1, anon_sym_RPAREN, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2781), 2, + STATE(2779), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [82532] = 7, + [82232] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_else, - STATE(2938), 1, - sym_else_branch, - STATE(2782), 2, + STATE(2780), 2, sym_line_comment, sym_block_comment, - ACTIONS(2487), 11, + ACTIONS(3201), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -266807,9 +266715,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2485), 27, - anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3199), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -266817,12 +266727,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -266835,79 +266744,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82591] = 19, + [82287] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5426), 1, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5406), 1, anon_sym_CARET, - STATE(2397), 1, + ACTIONS(5408), 1, + anon_sym_AMP_AMP, + ACTIONS(5410), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5412), 1, + anon_sym_in, + ACTIONS(5414), 1, + anon_sym_BANGin, + ACTIONS(5472), 1, + anon_sym_RPAREN, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(1859), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - STATE(2783), 2, + ACTIONS(5402), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2781), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5418), 5, + ACTIONS(5404), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1857), 15, - anon_sym_as, - anon_sym_RPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [82674] = 5, + [82392] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2784), 2, + STATE(2782), 2, sym_line_comment, sym_block_comment, - ACTIONS(3411), 13, + ACTIONS(3185), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -266921,7 +266841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3409), 27, + ACTIONS(3183), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -266949,15 +266869,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82729] = 5, + [82447] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2785), 2, + STATE(2783), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 13, + ACTIONS(3269), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -266971,7 +266891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3149), 27, + ACTIONS(3267), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -266999,190 +266919,288 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82784] = 5, + [82502] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2786), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3223), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, anon_sym_QMARK, + ACTIONS(5010), 1, anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3221), 27, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, + ACTIONS(5100), 1, anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(5112), 1, anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, + ACTIONS(5406), 1, + anon_sym_CARET, + ACTIONS(5408), 1, + anon_sym_AMP_AMP, + ACTIONS(5410), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5412), 1, anon_sym_in, + ACTIONS(5414), 1, anon_sym_BANGin, - [82839] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2787), 2, + ACTIONS(5474), 1, + anon_sym_RPAREN, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5402), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2784), 2, sym_line_comment, sym_block_comment, - ACTIONS(2887), 13, - anon_sym_DOT, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5400), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2885), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5398), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [82894] = 30, + [82607] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5416), 1, + sym_identifier, + ACTIONS(5420), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5422), 1, + anon_sym_mut, + ACTIONS(5424), 1, + anon_sym_BANG, + ACTIONS(5426), 1, + anon_sym_LBRACK2, + ACTIONS(5428), 1, + anon_sym_AMP, + ACTIONS(5430), 1, + anon_sym_shared, + ACTIONS(5476), 1, + anon_sym_RPAREN, + STATE(3041), 1, + sym_mutability_modifiers, + STATE(3984), 1, + sym_parameter_declaration, + STATE(4108), 1, + sym_type_parameter_declaration, + STATE(4345), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(2785), 2, + sym_line_comment, + sym_block_comment, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [82708] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5484), 1, - anon_sym_RPAREN, - STATE(2397), 1, + ACTIONS(5478), 1, + anon_sym_LBRACE, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2788), 2, + STATE(2786), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [82999] = 5, + [82813] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2787), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3149), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(3147), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [82868] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2789), 2, + STATE(2788), 2, sym_line_comment, sym_block_comment, - ACTIONS(3183), 13, + ACTIONS(3404), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -267196,7 +267214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3181), 27, + ACTIONS(3402), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -267224,15 +267242,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [83054] = 5, + [82923] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2790), 2, + STATE(2789), 2, sym_line_comment, sym_block_comment, - ACTIONS(2957), 13, + ACTIONS(3101), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -267246,7 +267264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2955), 27, + ACTIONS(3099), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -267274,7 +267292,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [83109] = 5, + [82978] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5174), 1, + anon_sym_CARET, + ACTIONS(5180), 1, + anon_sym_AMP_AMP, + ACTIONS(5182), 1, + anon_sym_in, + ACTIONS(5184), 1, + anon_sym_BANGin, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5480), 1, + anon_sym_RBRACK, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5176), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2790), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5168), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5172), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5178), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5170), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [83083] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -267282,7 +267375,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2791), 2, sym_line_comment, sym_block_comment, - ACTIONS(3021), 13, + ACTIONS(3265), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -267296,7 +267389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3019), 27, + ACTIONS(3263), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -267324,7 +267417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [83164] = 5, + [83138] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -267332,7 +267425,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2792), 2, sym_line_comment, sym_block_comment, - ACTIONS(3219), 13, + ACTIONS(3083), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -267346,7 +267439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3217), 27, + ACTIONS(3081), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -267374,7 +267467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [83219] = 5, + [83193] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -267382,7 +267475,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2793), 2, sym_line_comment, sym_block_comment, - ACTIONS(3139), 13, + ACTIONS(3073), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -267396,7 +267489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3137), 27, + ACTIONS(3071), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -267424,7 +267517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [83274] = 5, + [83248] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -267432,7 +267525,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2794), 2, sym_line_comment, sym_block_comment, - ACTIONS(2939), 13, + ACTIONS(3237), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -267446,7 +267539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2937), 27, + ACTIONS(3235), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -267474,82 +267567,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [83329] = 30, + [83303] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5426), 1, - anon_sym_CARET, - ACTIONS(5428), 1, - anon_sym_AMP_AMP, - ACTIONS(5430), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, - anon_sym_in, - ACTIONS(5434), 1, - anon_sym_BANGin, - ACTIONS(5486), 1, - anon_sym_RPAREN, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5422), 2, - anon_sym_LT, - anon_sym_GT, STATE(2795), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(3065), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + anon_sym_DOT_DOT, + ACTIONS(3063), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [83434] = 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [83358] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -267557,7 +267625,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2796), 2, sym_line_comment, sym_block_comment, - ACTIONS(3179), 13, + ACTIONS(3408), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -267571,7 +267639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3177), 27, + ACTIONS(3406), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -267599,7 +267667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [83489] = 5, + [83413] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -267607,7 +267675,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2797), 2, sym_line_comment, sym_block_comment, - ACTIONS(3255), 13, + ACTIONS(3261), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -267621,7 +267689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3253), 27, + ACTIONS(3259), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -267649,82 +267717,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [83544] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5426), 1, - anon_sym_CARET, - ACTIONS(5428), 1, - anon_sym_AMP_AMP, - ACTIONS(5430), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, - anon_sym_in, - ACTIONS(5434), 1, - anon_sym_BANGin, - ACTIONS(5488), 1, - anon_sym_RPAREN, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5422), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2798), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5416), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5420), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5424), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5418), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [83649] = 28, + [83468] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -267739,52 +267732,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5394), 1, + ACTIONS(5416), 1, sym_identifier, - ACTIONS(5398), 1, + ACTIONS(5420), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, + ACTIONS(5422), 1, anon_sym_mut, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5408), 1, + ACTIONS(5430), 1, anon_sym_shared, - ACTIONS(5490), 1, + ACTIONS(5482), 1, anon_sym_RPAREN, - STATE(3038), 1, + STATE(3041), 1, sym_mutability_modifiers, - STATE(4001), 1, + STATE(3981), 1, + sym_plain_type, + STATE(4099), 1, sym_parameter_declaration, - STATE(4002), 1, + STATE(4100), 1, sym_type_parameter_declaration, - STATE(4347), 1, - sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2799), 2, + STATE(2798), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -267797,15 +267790,15 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [83750] = 5, + [83569] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2800), 2, + STATE(2799), 2, sym_line_comment, sym_block_comment, - ACTIONS(3029), 13, + ACTIONS(3033), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -267819,7 +267812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3027), 27, + ACTIONS(3031), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -267847,15 +267840,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [83805] = 5, + [83624] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2801), 2, + STATE(2800), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 13, + ACTIONS(3377), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -267869,7 +267862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3433), 27, + ACTIONS(3375), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -267897,17 +267890,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [83860] = 6, + [83679] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 1, - anon_sym_LBRACE, - STATE(2802), 2, + ACTIONS(3399), 1, + anon_sym_DOT, + STATE(2801), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 11, + ACTIONS(3377), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -267919,10 +267912,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2759), 28, - anon_sym_SEMI, - anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3375), 27, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, @@ -267931,6 +267924,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -267947,168 +267941,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [83917] = 30, + [83736] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5294), 1, - anon_sym_CARET, - ACTIONS(5296), 1, - anon_sym_AMP_AMP, - ACTIONS(5298), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, - anon_sym_in, - ACTIONS(5302), 1, - anon_sym_BANGin, - ACTIONS(5492), 1, - anon_sym_LBRACE, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5288), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2803), 2, + STATE(2802), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(3412), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + anon_sym_DOT_DOT, + ACTIONS(3410), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [84022] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5426), 1, anon_sym_CARET, - ACTIONS(5428), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5430), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, anon_sym_in, - ACTIONS(5434), 1, anon_sym_BANGin, - ACTIONS(5494), 1, - anon_sym_RPAREN, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5422), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2804), 2, + [83791] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2803), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(3436), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + anon_sym_DOT_DOT, + ACTIONS(3434), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [84127] = 6, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [83846] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3441), 1, - anon_sym_DOT, - STATE(2805), 2, + ACTIONS(2703), 1, + anon_sym_LBRACE, + STATE(2804), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 12, + ACTIONS(2653), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -268120,10 +268063,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3433), 27, + ACTIONS(2651), 28, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, @@ -268132,7 +268075,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -268149,146 +268091,207 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [84184] = 30, + anon_sym_COLON_EQ, + [83903] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5416), 1, + sym_identifier, + ACTIONS(5420), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5422), 1, + anon_sym_mut, + ACTIONS(5424), 1, + anon_sym_BANG, + ACTIONS(5426), 1, + anon_sym_LBRACK2, + ACTIONS(5428), 1, + anon_sym_AMP, + ACTIONS(5430), 1, + anon_sym_shared, + ACTIONS(5484), 1, + anon_sym_RPAREN, + STATE(3041), 1, + sym_mutability_modifiers, + STATE(4065), 1, + sym_type_parameter_declaration, + STATE(4069), 1, + sym_parameter_declaration, + STATE(4345), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(2805), 2, + sym_line_comment, + sym_block_comment, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [84004] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5496), 1, + ACTIONS(5486), 1, anon_sym_RPAREN, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, STATE(2806), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [84289] = 19, + [84109] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5426), 1, - anon_sym_CARET, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(1855), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(5488), 2, + anon_sym_LBRACE, + anon_sym_COMMA, STATE(2807), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(3369), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5418), 5, + anon_sym_DOT_DOT, + ACTIONS(3367), 25, + anon_sym_as, + anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1853), 15, - anon_sym_as, - anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [84372] = 5, + [84166] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -268296,7 +268299,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2808), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 13, + ACTIONS(3448), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -268310,7 +268313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3413), 27, + ACTIONS(3446), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -268338,7 +268341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [84427] = 28, + [84221] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -268353,52 +268356,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5394), 1, + ACTIONS(5416), 1, sym_identifier, - ACTIONS(5398), 1, + ACTIONS(5420), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, + ACTIONS(5422), 1, anon_sym_mut, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5408), 1, + ACTIONS(5430), 1, anon_sym_shared, - ACTIONS(5498), 1, + ACTIONS(5490), 1, anon_sym_RPAREN, - STATE(3038), 1, + STATE(3041), 1, sym_mutability_modifiers, - STATE(4106), 1, + STATE(3924), 1, sym_parameter_declaration, - STATE(4109), 1, + STATE(3925), 1, sym_type_parameter_declaration, - STATE(4347), 1, + STATE(4345), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(2809), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -268411,16 +268414,90 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [84528] = 5, + [84322] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5174), 1, + anon_sym_CARET, + ACTIONS(5180), 1, + anon_sym_AMP_AMP, + ACTIONS(5182), 1, + anon_sym_in, + ACTIONS(5184), 1, + anon_sym_BANGin, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5492), 1, + anon_sym_RBRACK, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5176), 2, + anon_sym_LT, + anon_sym_GT, STATE(2810), 2, sym_line_comment, sym_block_comment, - ACTIONS(3131), 13, - anon_sym_DOT, + ACTIONS(5168), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5172), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5178), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5170), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [84427] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2811), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2819), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -268432,11 +268509,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3129), 27, + ACTIONS(2817), 29, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -268444,11 +268519,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -268457,21 +268533,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [84583] = 6, + [84482] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 1, - anon_sym_COMMA, - STATE(2811), 2, + STATE(2812), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 13, + ACTIONS(3381), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -268485,9 +268561,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2759), 26, + ACTIONS(3379), 27, anon_sym_as, anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -268512,18 +268589,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [84640] = 6, + [84537] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - STATE(2812), 2, + STATE(2813), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 11, + ACTIONS(3373), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -268535,9 +268610,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2759), 27, - anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3371), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -268545,12 +268622,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -268563,16 +268639,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [84697] = 5, + [84592] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2813), 2, + ACTIONS(2703), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + STATE(2814), 2, sym_line_comment, sym_block_comment, - ACTIONS(3431), 13, - anon_sym_DOT, + ACTIONS(2653), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -268584,11 +268662,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3429), 27, + ACTIONS(2651), 27, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -268596,11 +268672,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -268613,15 +268690,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [84752] = 5, + [84649] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2814), 2, + STATE(2815), 2, sym_line_comment, sym_block_comment, - ACTIONS(3367), 13, + ACTIONS(3181), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -268635,7 +268712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3365), 27, + ACTIONS(3179), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -268663,238 +268740,215 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [84807] = 30, + [84704] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5500), 1, + ACTIONS(5494), 1, anon_sym_LBRACE, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2815), 2, + STATE(2816), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [84912] = 30, + [84809] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, + STATE(2817), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3353), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(3351), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(5004), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [84864] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5502), 1, - anon_sym_RPAREN, - STATE(2397), 1, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5496), 1, + anon_sym_SEMI, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2816), 2, + STATE(2818), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [85017] = 28, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5394), 1, - sym_identifier, - ACTIONS(5398), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, - anon_sym_mut, - ACTIONS(5402), 1, - anon_sym_BANG, - ACTIONS(5404), 1, - anon_sym_LBRACK2, - ACTIONS(5406), 1, - anon_sym_AMP, - ACTIONS(5408), 1, - anon_sym_shared, - ACTIONS(5504), 1, - anon_sym_RPAREN, - STATE(3038), 1, - sym_mutability_modifiers, - STATE(3886), 1, - sym_type_parameter_declaration, - STATE(3888), 1, - sym_parameter_declaration, - STATE(4347), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, - STATE(2817), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [85118] = 5, + [84969] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2818), 2, + STATE(2819), 2, sym_line_comment, sym_block_comment, - ACTIONS(3439), 13, + ACTIONS(3177), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -268908,7 +268962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3437), 27, + ACTIONS(3175), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -268936,134 +268990,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [85173] = 30, + [85024] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5506), 1, + ACTIONS(5498), 1, anon_sym_LBRACE, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2819), 2, + STATE(2820), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [85278] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_else, - STATE(2940), 1, - sym_else_branch, - STATE(2820), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2493), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2491), 27, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [85337] = 5, + [85129] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -269071,7 +269073,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2821), 2, sym_line_comment, sym_block_comment, - ACTIONS(3371), 13, + ACTIONS(3333), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -269085,7 +269087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3369), 27, + ACTIONS(3331), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -269113,7 +269115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [85392] = 5, + [85184] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -269121,7 +269123,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2822), 2, sym_line_comment, sym_block_comment, - ACTIONS(3025), 13, + ACTIONS(3329), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -269135,7 +269137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3023), 27, + ACTIONS(3327), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -269163,7 +269165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [85447] = 28, + [85239] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -269178,52 +269180,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5394), 1, + ACTIONS(5416), 1, sym_identifier, - ACTIONS(5398), 1, + ACTIONS(5420), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, + ACTIONS(5422), 1, anon_sym_mut, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5408), 1, + ACTIONS(5430), 1, anon_sym_shared, - ACTIONS(5508), 1, + ACTIONS(5482), 1, anon_sym_RPAREN, - STATE(3038), 1, + STATE(3041), 1, sym_mutability_modifiers, - STATE(4067), 1, - sym_type_parameter_declaration, - STATE(4068), 1, + STATE(4099), 1, sym_parameter_declaration, - STATE(4347), 1, + STATE(4100), 1, + sym_type_parameter_declaration, + STATE(4345), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(2823), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -269236,15 +269238,83 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [85548] = 5, + [85340] = 23, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5406), 1, + anon_sym_CARET, + ACTIONS(5408), 1, + anon_sym_AMP_AMP, + ACTIONS(5412), 1, + anon_sym_in, + ACTIONS(5414), 1, + anon_sym_BANGin, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5402), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2824), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5396), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5400), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5404), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5398), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1853), 8, + anon_sym_as, + anon_sym_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + [85431] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2824), 2, + STATE(2825), 2, sym_line_comment, sym_block_comment, - ACTIONS(3017), 13, + ACTIONS(3325), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -269258,7 +269328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3015), 27, + ACTIONS(3323), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -269286,15 +269356,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [85603] = 5, + [85486] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2825), 2, + STATE(2826), 2, sym_line_comment, sym_block_comment, - ACTIONS(3013), 13, + ACTIONS(3115), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -269308,7 +269378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3011), 27, + ACTIONS(3113), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -269336,96 +269406,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [85658] = 30, + [85541] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5426), 1, - anon_sym_CARET, - ACTIONS(5428), 1, - anon_sym_AMP_AMP, - ACTIONS(5430), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, - anon_sym_in, - ACTIONS(5434), 1, - anon_sym_BANGin, - ACTIONS(5510), 1, - anon_sym_RPAREN, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5422), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2826), 2, + STATE(2827), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(3277), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + anon_sym_DOT_DOT, + ACTIONS(3275), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [85763] = 7, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [85596] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3441), 1, - anon_sym_DOT, - STATE(2827), 2, + STATE(2828), 2, sym_line_comment, sym_block_comment, - ACTIONS(3941), 3, - anon_sym_SEMI, - anon_sym_RBRACK, - anon_sym_COLON, - ACTIONS(3435), 11, + ACTIONS(3321), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -269437,8 +269477,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + anon_sym_DOT_DOT, + ACTIONS(3319), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -269446,6 +269489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -269462,408 +269506,304 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_DOT_DOT, - [85822] = 30, + [85651] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5512), 1, + ACTIONS(5500), 1, anon_sym_LBRACE, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2828), 2, + STATE(2829), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [85927] = 22, + [85756] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, + ACTIONS(4771), 1, anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(4781), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(4783), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(4785), 1, anon_sym_BANG, - ACTIONS(5010), 1, + ACTIONS(4787), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(4789), 1, anon_sym_POUND_LBRACK, - ACTIONS(5426), 1, - anon_sym_CARET, - ACTIONS(5432), 1, + ACTIONS(4791), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(4793), 1, anon_sym_BANGin, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5422), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2829), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5416), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5420), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5424), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5418), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1811), 9, + ACTIONS(4797), 1, anon_sym_as, - anon_sym_RPAREN, + ACTIONS(4799), 1, anon_sym_PLUS_PLUS, + ACTIONS(4801), 1, anon_sym_DASH_DASH, + ACTIONS(4803), 1, anon_sym_AMP_AMP, + ACTIONS(4805), 1, anon_sym_PIPE_PIPE, + ACTIONS(4807), 1, anon_sym_or, + ACTIONS(4809), 1, anon_sym_is, + ACTIONS(4811), 1, anon_sym_BANGis, - [86016] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, + ACTIONS(5320), 1, + anon_sym_CARET, + ACTIONS(5322), 1, + anon_sym_LT_DASH, + STATE(2114), 1, + sym_argument_list, + STATE(2115), 1, + sym_or_block, + STATE(4173), 1, + sym_type_parameters, + ACTIONS(4769), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4777), 2, + anon_sym_LT, + anon_sym_GT, STATE(2830), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 13, - anon_sym_DOT, + ACTIONS(4773), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4775), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3373), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(4779), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5316), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [86071] = 30, + [85861] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3570), 1, - anon_sym_LBRACE, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - STATE(2397), 1, + ACTIONS(5502), 1, + anon_sym_RPAREN, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, STATE(2831), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [86176] = 30, + [85966] = 19, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5428), 1, - anon_sym_AMP_AMP, - ACTIONS(5430), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, - anon_sym_in, - ACTIONS(5434), 1, - anon_sym_BANGin, - ACTIONS(5514), 1, - anon_sym_RPAREN, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(1881), 2, anon_sym_LT, anon_sym_GT, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, STATE(2832), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [86281] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2833), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2943), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2941), 27, + ACTIONS(1879), 15, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86336] = 5, + [86049] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2834), 2, + STATE(2833), 2, sym_line_comment, sym_block_comment, - ACTIONS(2917), 13, + ACTIONS(3061), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -269877,7 +269817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2915), 27, + ACTIONS(3059), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -269905,15 +269845,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86391] = 5, + [86104] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2835), 2, + STATE(2834), 2, sym_line_comment, sym_block_comment, - ACTIONS(2913), 13, + ACTIONS(3051), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -269927,7 +269867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2911), 27, + ACTIONS(3049), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -269955,90 +269895,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86446] = 30, + [86159] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5516), 1, - anon_sym_RPAREN, - STATE(2397), 1, + ACTIONS(5504), 1, + anon_sym_LBRACE, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2836), 2, + STATE(2835), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [86551] = 5, + [86264] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2837), 2, + STATE(2836), 2, sym_line_comment, sym_block_comment, - ACTIONS(2895), 13, + ACTIONS(3047), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -270052,7 +269992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2893), 27, + ACTIONS(3045), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -270080,65 +270020,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86606] = 5, + [86319] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2838), 2, + ACTIONS(3590), 1, + anon_sym_LBRACE, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5298), 1, + anon_sym_CARET, + ACTIONS(5300), 1, + anon_sym_AMP_AMP, + ACTIONS(5302), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5304), 1, + anon_sym_in, + ACTIONS(5306), 1, + anon_sym_BANGin, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5292), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2837), 2, sym_line_comment, sym_block_comment, - ACTIONS(2891), 13, - anon_sym_DOT, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5290), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2889), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5288), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [86661] = 5, + [86424] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2839), 2, + STATE(2838), 2, sym_line_comment, sym_block_comment, - ACTIONS(2883), 13, + ACTIONS(3043), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -270152,7 +270117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2881), 27, + ACTIONS(3041), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -270180,180 +270145,205 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86716] = 5, + [86479] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2840), 2, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5406), 1, + anon_sym_CARET, + ACTIONS(5408), 1, + anon_sym_AMP_AMP, + ACTIONS(5410), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5412), 1, + anon_sym_in, + ACTIONS(5414), 1, + anon_sym_BANGin, + ACTIONS(5506), 1, + anon_sym_RPAREN, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5402), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2839), 2, sym_line_comment, sym_block_comment, - ACTIONS(3379), 13, - anon_sym_DOT, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5400), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3377), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5398), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [86771] = 30, + [86584] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5518), 1, + ACTIONS(5508), 1, anon_sym_RPAREN, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2841), 2, + STATE(2840), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [86876] = 19, + [86689] = 19, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5426), 1, + ACTIONS(5406), 1, anon_sym_CARET, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(1813), 2, + ACTIONS(1855), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - STATE(2842), 2, + STATE(2841), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5418), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 15, + ACTIONS(1853), 15, anon_sym_as, anon_sym_RPAREN, anon_sym_EQ_EQ, @@ -270369,129 +270359,314 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86959] = 5, + [86772] = 28, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5416), 1, + sym_identifier, + ACTIONS(5420), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5422), 1, + anon_sym_mut, + ACTIONS(5424), 1, + anon_sym_BANG, + ACTIONS(5426), 1, + anon_sym_LBRACK2, + ACTIONS(5428), 1, + anon_sym_AMP, + ACTIONS(5430), 1, + anon_sym_shared, + ACTIONS(5510), 1, + anon_sym_RPAREN, + STATE(3041), 1, + sym_mutability_modifiers, + STATE(4047), 1, + sym_parameter_declaration, + STATE(4048), 1, + sym_type_parameter_declaration, + STATE(4345), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(2842), 2, + sym_line_comment, + sym_block_comment, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [86873] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5298), 1, + anon_sym_CARET, + ACTIONS(5300), 1, + anon_sym_AMP_AMP, + ACTIONS(5302), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5304), 1, + anon_sym_in, + ACTIONS(5306), 1, + anon_sym_BANGin, + ACTIONS(5512), 1, + anon_sym_LBRACE, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5292), 2, + anon_sym_LT, + anon_sym_GT, STATE(2843), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 11, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5290), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2759), 29, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, + ACTIONS(5288), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [87014] = 17, + [86978] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - STATE(2397), 1, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5406), 1, + anon_sym_CARET, + ACTIONS(5408), 1, + anon_sym_AMP_AMP, + ACTIONS(5410), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5412), 1, + anon_sym_in, + ACTIONS(5414), 1, + anon_sym_BANGin, + ACTIONS(5514), 1, + anon_sym_RPAREN, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, + ACTIONS(5402), 2, + anon_sym_LT, + anon_sym_GT, STATE(2844), 2, sym_line_comment, sym_block_comment, - ACTIONS(5420), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(1813), 5, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5418), 5, + ACTIONS(5400), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5404), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 16, + [87083] = 30, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, anon_sym_as, - anon_sym_RPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(5100), 1, anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, anon_sym_or, + ACTIONS(5112), 1, anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, + ACTIONS(5406), 1, + anon_sym_CARET, + ACTIONS(5408), 1, + anon_sym_AMP_AMP, + ACTIONS(5410), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5412), 1, anon_sym_in, + ACTIONS(5414), 1, anon_sym_BANGin, - [87093] = 6, + ACTIONS(5516), 1, + anon_sym_RPAREN, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5402), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2845), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5396), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5400), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5404), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5398), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [87188] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 1, - anon_sym_LBRACE, - STATE(2845), 2, + STATE(2846), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 11, + ACTIONS(3011), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -270503,10 +270678,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2969), 28, - anon_sym_SEMI, - anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3009), 27, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, @@ -270515,6 +270690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -270531,161 +270707,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [87150] = 23, + [87243] = 17, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(5426), 1, - anon_sym_CARET, - ACTIONS(5428), 1, - anon_sym_AMP_AMP, - ACTIONS(5432), 1, - anon_sym_in, - ACTIONS(5434), 1, - anon_sym_BANGin, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2846), 2, + STATE(2847), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(1855), 5, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1811), 8, + ACTIONS(1853), 16, anon_sym_as, anon_sym_RPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - [87241] = 28, + anon_sym_in, + anon_sym_BANGin, + [87322] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(5004), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5394), 1, - sym_identifier, - ACTIONS(5398), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, - anon_sym_mut, - ACTIONS(5402), 1, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5012), 1, anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, ACTIONS(5406), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(5408), 1, - anon_sym_shared, - ACTIONS(5520), 1, + anon_sym_AMP_AMP, + ACTIONS(5410), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5412), 1, + anon_sym_in, + ACTIONS(5414), 1, + anon_sym_BANGin, + ACTIONS(5518), 1, anon_sym_RPAREN, - STATE(3038), 1, - sym_mutability_modifiers, - STATE(3943), 1, - sym_parameter_declaration, - STATE(3950), 1, - sym_type_parameter_declaration, - STATE(4347), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, - STATE(2847), 2, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5402), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2848), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [87342] = 6, + ACTIONS(5396), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5400), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5404), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5398), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [87427] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2848), 2, + STATE(2849), 2, sym_line_comment, sym_block_comment, - ACTIONS(2836), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(2831), 13, + ACTIONS(3007), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -270699,8 +270866,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2829), 24, + ACTIONS(3005), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -270709,6 +270878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -270724,18 +270894,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87399] = 6, + [87482] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - STATE(2849), 2, + STATE(2850), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 13, + ACTIONS(2790), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(2785), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -270749,7 +270920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2969), 25, + ACTIONS(2783), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -270759,7 +270930,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -270775,167 +270945,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87456] = 30, + [87539] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5426), 1, - anon_sym_CARET, - ACTIONS(5428), 1, - anon_sym_AMP_AMP, - ACTIONS(5430), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, - anon_sym_in, - ACTIONS(5434), 1, - anon_sym_BANGin, - ACTIONS(5522), 1, - anon_sym_RPAREN, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5422), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2850), 2, + ACTIONS(2703), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + STATE(2851), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(3039), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + anon_sym_DOT_DOT, + ACTIONS(3037), 25, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [87561] = 30, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [87596] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5524), 1, + ACTIONS(5520), 1, anon_sym_LBRACE, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2851), 2, + STATE(2852), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5286), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5290), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5288), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [87666] = 6, + [87701] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5526), 1, - anon_sym_BANG, - STATE(2852), 2, + STATE(2853), 2, sym_line_comment, sym_block_comment, - ACTIONS(3003), 12, + ACTIONS(3301), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -270944,11 +271088,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_QMARK, + anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3001), 27, + ACTIONS(3299), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -270976,88 +271121,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87723] = 28, + [87756] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, + STATE(2854), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3003), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5394), 1, - sym_identifier, - ACTIONS(5398), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, - anon_sym_mut, - ACTIONS(5402), 1, anon_sym_BANG, - ACTIONS(5404), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, anon_sym_AMP, - ACTIONS(5408), 1, - anon_sym_shared, - ACTIONS(5528), 1, - anon_sym_RPAREN, - STATE(3038), 1, - sym_mutability_modifiers, - STATE(4026), 1, - sym_type_parameter_declaration, - STATE(4027), 1, - sym_parameter_declaration, - STATE(4347), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, - STATE(2853), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [87824] = 5, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(3001), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [87811] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2854), 2, + STATE(2855), 2, sym_line_comment, sym_block_comment, - ACTIONS(3267), 13, + ACTIONS(2963), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -271071,7 +271193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3265), 27, + ACTIONS(2961), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -271099,15 +271221,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87879] = 5, + [87866] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2855), 2, + STATE(2856), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 13, + ACTIONS(2959), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -271121,7 +271243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3321), 27, + ACTIONS(2957), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -271149,15 +271271,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87934] = 5, + [87921] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2856), 2, + STATE(2857), 2, sym_line_comment, sym_block_comment, - ACTIONS(2821), 11, + ACTIONS(2951), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -271169,9 +271292,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2819), 29, - anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(2949), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -271179,12 +271304,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -271193,99 +271317,170 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87989] = 30, + [87976] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5530), 1, - anon_sym_LBRACE, - STATE(2397), 1, + ACTIONS(5522), 1, + anon_sym_RPAREN, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2857), 2, + STATE(2858), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [88094] = 6, + [88081] = 28, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5416), 1, + sym_identifier, + ACTIONS(5420), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5422), 1, + anon_sym_mut, + ACTIONS(5424), 1, + anon_sym_BANG, + ACTIONS(5426), 1, + anon_sym_LBRACK2, + ACTIONS(5428), 1, + anon_sym_AMP, + ACTIONS(5430), 1, + anon_sym_shared, + ACTIONS(5524), 1, + anon_sym_RPAREN, + STATE(3041), 1, + sym_mutability_modifiers, + STATE(4028), 1, + sym_type_parameter_declaration, + STATE(4029), 1, + sym_parameter_declaration, + STATE(4345), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(2859), 2, + sym_line_comment, + sym_block_comment, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [88182] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2765), 2, + ACTIONS(2703), 2, anon_sym_LBRACE, anon_sym_COMMA, - STATE(2858), 2, + STATE(2860), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 13, + ACTIONS(2653), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -271299,7 +271494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2759), 25, + ACTIONS(2651), 25, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -271325,7 +271520,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88151] = 28, + [88239] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2861), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2653), 11, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2651), 29, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [88294] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -271340,52 +271585,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5394), 1, + ACTIONS(5416), 1, sym_identifier, - ACTIONS(5398), 1, + ACTIONS(5420), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, + ACTIONS(5422), 1, anon_sym_mut, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5408), 1, + ACTIONS(5430), 1, anon_sym_shared, - ACTIONS(5532), 1, + ACTIONS(5526), 1, anon_sym_RPAREN, - STATE(3038), 1, + STATE(3041), 1, sym_mutability_modifiers, - STATE(3923), 1, - sym_parameter_declaration, - STATE(3924), 1, + STATE(3954), 1, sym_type_parameter_declaration, - STATE(4347), 1, + STATE(3955), 1, + sym_parameter_declaration, + STATE(4345), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2859), 2, + STATE(2862), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271398,16 +271643,17 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [88252] = 5, + [88395] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2860), 2, + ACTIONS(2703), 1, + anon_sym_LBRACE, + STATE(2863), 2, sym_line_comment, sym_block_comment, - ACTIONS(3319), 13, - anon_sym_DOT, + ACTIONS(3039), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -271419,10 +271665,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3317), 27, + ACTIONS(3037), 28, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, @@ -271431,7 +271677,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -271448,321 +271693,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88307] = 30, + anon_sym_COLON_EQ, + [88452] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5192), 1, - anon_sym_CARET, - ACTIONS(5198), 1, - anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5534), 1, - anon_sym_RBRACK, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5194), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2861), 2, + STATE(2864), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(3297), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + anon_sym_DOT_DOT, + ACTIONS(3295), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [88412] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5192), 1, anon_sym_CARET, - ACTIONS(5198), 1, - anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5536), 1, - anon_sym_SEMI, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5194), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2862), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5186), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5190), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5196), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5188), 5, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [88517] = 30, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(5110), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(5112), 1, anon_sym_BANGis, - ACTIONS(5426), 1, - anon_sym_CARET, - ACTIONS(5428), 1, - anon_sym_AMP_AMP, - ACTIONS(5430), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, anon_sym_in, - ACTIONS(5434), 1, anon_sym_BANGin, - ACTIONS(5538), 1, - anon_sym_RPAREN, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5422), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2863), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5416), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5420), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5424), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5418), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [88622] = 30, + [88507] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1935), 1, - anon_sym_RPAREN, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - STATE(2397), 1, + ACTIONS(5528), 1, + anon_sym_RPAREN, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2864), 2, + STATE(2865), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [88727] = 7, + [88612] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 2, - anon_sym_LBRACK, - anon_sym_RBRACK, - ACTIONS(3149), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - STATE(2865), 2, + ACTIONS(5530), 1, + anon_sym_BANG, + STATE(2866), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 12, + ACTIONS(3055), 12, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -271771,12 +271838,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2829), 24, + anon_sym_DOT_DOT, + ACTIONS(3053), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -271784,6 +271853,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -271799,18 +271870,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_DOT_DOT, - [88786] = 6, + [88669] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2833), 1, - anon_sym_DOT, - STATE(2866), 2, + ACTIONS(2790), 2, + anon_sym_LBRACK, + anon_sym_RBRACK, + ACTIONS(3147), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + STATE(2867), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 12, + ACTIONS(2785), 12, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -271822,11 +271897,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3149), 27, + ACTIONS(2783), 24, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -271834,8 +271906,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -271851,16 +271921,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88843] = 5, + anon_sym_DOT_DOT, + [88728] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2867), 2, + ACTIONS(2787), 1, + anon_sym_DOT, + STATE(2868), 2, sym_line_comment, sym_block_comment, - ACTIONS(3127), 13, - anon_sym_DOT, + ACTIONS(3149), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -271873,7 +271945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3125), 27, + ACTIONS(3147), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -271901,15 +271973,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88898] = 5, + [88785] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2868), 2, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5416), 1, + sym_identifier, + ACTIONS(5420), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5422), 1, + anon_sym_mut, + ACTIONS(5424), 1, + anon_sym_BANG, + ACTIONS(5426), 1, + anon_sym_LBRACK2, + ACTIONS(5428), 1, + anon_sym_AMP, + ACTIONS(5430), 1, + anon_sym_shared, + ACTIONS(5532), 1, + anon_sym_RPAREN, + STATE(3041), 1, + sym_mutability_modifiers, + STATE(3946), 1, + sym_parameter_declaration, + STATE(3952), 1, + sym_type_parameter_declaration, + STATE(4345), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(2869), 2, + sym_line_comment, + sym_block_comment, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [88886] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2870), 2, sym_line_comment, sym_block_comment, - ACTIONS(3307), 13, + ACTIONS(3245), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -271923,7 +272068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3305), 27, + ACTIONS(3243), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -271951,207 +272096,157 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88953] = 30, + [88941] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2069), 1, - anon_sym_RPAREN, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - STATE(2397), 1, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5318), 1, + anon_sym_COLON, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2869), 2, + STATE(2871), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [89058] = 30, + [89046] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5192), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5410), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5364), 1, - anon_sym_COLON, - STATE(2397), 1, + ACTIONS(5534), 1, + anon_sym_RPAREN, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5194), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2870), 2, + STATE(2872), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [89163] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2871), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3033), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3031), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [89218] = 28, + [89151] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -272166,52 +272261,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5394), 1, + ACTIONS(5416), 1, sym_identifier, - ACTIONS(5398), 1, + ACTIONS(5420), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, + ACTIONS(5422), 1, anon_sym_mut, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5408), 1, + ACTIONS(5430), 1, anon_sym_shared, - ACTIONS(5470), 1, + ACTIONS(5460), 1, anon_sym_RPAREN, - STATE(3038), 1, + STATE(3041), 1, sym_mutability_modifiers, - STATE(3912), 1, + STATE(3917), 1, sym_type_parameter_declaration, - STATE(3915), 1, + STATE(3919), 1, sym_parameter_declaration, - STATE(4347), 1, + STATE(4345), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2872), 2, + STATE(2873), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272224,191 +272319,96 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [89319] = 30, + [89252] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5298), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5300), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5302), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5304), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5306), 1, anon_sym_BANGin, - ACTIONS(5540), 1, + ACTIONS(5536), 1, anon_sym_LBRACE, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5292), 2, anon_sym_LT, anon_sym_GT, - STATE(2873), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5282), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5286), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5290), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5284), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [89424] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, STATE(2874), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3301), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [89479] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2875), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3295), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3293), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5286), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5290), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5294), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5288), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [89534] = 5, + [89357] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2876), 2, + ACTIONS(3399), 1, + anon_sym_DOT, + STATE(2875), 2, sym_line_comment, sym_block_comment, - ACTIONS(3275), 13, - anon_sym_DOT, + ACTIONS(3947), 3, + anon_sym_SEMI, + anon_sym_RBRACK, + anon_sym_COLON, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -272420,11 +272420,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3273), 27, + ACTIONS(3375), 25, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -272432,7 +272429,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -272449,290 +272445,243 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89589] = 30, + anon_sym_DOT_DOT, + [89416] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5294), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5296), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5298), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5300), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5302), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5542), 1, - anon_sym_LBRACE, - STATE(2397), 1, + ACTIONS(5538), 1, + anon_sym_RPAREN, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5288), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2877), 2, + STATE(2876), 2, sym_line_comment, sym_block_comment, - ACTIONS(5282), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5286), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5290), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5284), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [89694] = 30, + [89521] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4781), 1, + ACTIONS(5004), 1, anon_sym_LPAREN, - ACTIONS(4783), 1, + ACTIONS(5006), 1, anon_sym_LBRACK, - ACTIONS(4785), 1, + ACTIONS(5008), 1, anon_sym_QMARK, - ACTIONS(4787), 1, + ACTIONS(5010), 1, anon_sym_BANG, - ACTIONS(4789), 1, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(4791), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, - ACTIONS(4793), 1, + ACTIONS(5084), 1, anon_sym_as, - ACTIONS(4803), 1, + ACTIONS(5100), 1, anon_sym_PLUS_PLUS, - ACTIONS(4805), 1, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_AMP_AMP, - ACTIONS(4809), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4811), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(4813), 1, + ACTIONS(5112), 1, anon_sym_is, - ACTIONS(4815), 1, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(4817), 1, + ACTIONS(5406), 1, + anon_sym_CARET, + ACTIONS(5408), 1, + anon_sym_AMP_AMP, + ACTIONS(5410), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(4819), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5366), 1, - anon_sym_CARET, - ACTIONS(5368), 1, - anon_sym_LT_DASH, - STATE(2112), 1, + ACTIONS(5540), 1, + anon_sym_RPAREN, + STATE(2378), 1, sym_argument_list, - STATE(2113), 1, + STATE(2379), 1, sym_or_block, - STATE(4172), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(4779), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4799), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2878), 2, + STATE(2877), 2, sym_line_comment, sym_block_comment, - ACTIONS(4795), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4797), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4801), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5362), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [89799] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2879), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3247), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3245), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [89854] = 30, + [89626] = 30, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, + anon_sym_or, ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, + ACTIONS(5410), 1, anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5544), 1, + ACTIONS(5542), 1, anon_sym_RPAREN, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2880), 2, + STATE(2878), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [89959] = 5, + [89731] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2881), 2, + ACTIONS(2703), 1, + anon_sym_COMMA, + STATE(2879), 2, sym_line_comment, sym_block_comment, - ACTIONS(3243), 13, + ACTIONS(2653), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -272746,10 +272695,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3241), 27, + ACTIONS(2651), 26, anon_sym_as, anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -272774,18 +272722,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90014] = 6, + [89788] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3945), 2, - anon_sym_SEMI, - anon_sym_RBRACK, - STATE(2882), 2, + STATE(2880), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 12, + ACTIONS(3145), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -272798,8 +272743,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3325), 25, + anon_sym_DOT_DOT, + ACTIONS(3143), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -272807,6 +272755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -272823,8 +272772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_DOT_DOT, - [90070] = 26, + [89843] = 28, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -272839,49 +272787,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5416), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(5420), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5422), 1, + anon_sym_mut, + ACTIONS(5424), 1, + anon_sym_BANG, + ACTIONS(5426), 1, + anon_sym_LBRACK2, + ACTIONS(5428), 1, + anon_sym_AMP, + ACTIONS(5430), 1, + anon_sym_shared, + ACTIONS(5544), 1, + anon_sym_RPAREN, + STATE(3041), 1, + sym_mutability_modifiers, + STATE(3893), 1, + sym_type_parameter_declaration, + STATE(3896), 1, + sym_parameter_declaration, + STATE(4345), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(2881), 2, + sym_line_comment, + sym_block_comment, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [89944] = 26, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(619), 1, + ACTIONS(611), 1, anon_sym_LBRACK2, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(2831), 1, + ACTIONS(2785), 1, anon_sym_DOT, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, ACTIONS(5546), 1, anon_sym_DOT_DOT_DOT, - STATE(4162), 1, + STATE(4336), 1, sym__plain_type_without_special, - STATE(4165), 1, + STATE(4337), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2883), 2, + STATE(2882), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - ACTIONS(3149), 3, + ACTIONS(3147), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LBRACK, - STATE(2350), 3, + STATE(2356), 3, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272894,7 +272915,130 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [90166] = 29, + [90040] = 29, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5104), 1, + anon_sym_CARET, + ACTIONS(5106), 1, + anon_sym_AMP_AMP, + ACTIONS(5108), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5116), 1, + anon_sym_in, + ACTIONS(5118), 1, + anon_sym_BANGin, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5096), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2883), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5090), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5094), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5098), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5092), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [90142] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3954), 2, + anon_sym_SEMI, + anon_sym_RBRACK, + STATE(2884), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3273), 12, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3271), 25, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_DOT_DOT, + [90198] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -272935,9 +273079,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, STATE(2001), 1, sym_or_block, - STATE(2071), 1, + STATE(2002), 1, sym_argument_list, - STATE(4143), 1, + STATE(4149), 1, sym_type_parameters, ACTIONS(4705), 2, anon_sym_DOT, @@ -272945,7 +273089,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(4719), 2, anon_sym_LT, anon_sym_GT, - STATE(2884), 2, + STATE(2885), 2, sym_line_comment, sym_block_comment, ACTIONS(4715), 3, @@ -272967,80 +273111,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [90268] = 29, + [90300] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, - anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5104), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5106), 1, + ACTIONS(5182), 1, + anon_sym_in, + ACTIONS(5184), 1, + anon_sym_BANGin, + ACTIONS(5222), 1, anon_sym_PIPE_PIPE, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5110), 1, + ACTIONS(5552), 1, anon_sym_is, - ACTIONS(5112), 1, + ACTIONS(5554), 1, anon_sym_BANGis, - ACTIONS(5114), 1, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5176), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2886), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5168), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5172), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5178), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5170), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [90402] = 29, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5174), 1, + anon_sym_CARET, + ACTIONS(5180), 1, + anon_sym_AMP_AMP, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5116), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - STATE(2397), 1, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5556), 1, + anon_sym_is, + ACTIONS(5558), 1, + anon_sym_BANGis, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5094), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2885), 2, + STATE(2887), 2, sym_line_comment, sym_block_comment, - ACTIONS(5088), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5092), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5096), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5090), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [90370] = 25, + [90504] = 25, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -273055,48 +273272,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(619), 1, + ACTIONS(611), 1, anon_sym_LBRACK2, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(2831), 1, + ACTIONS(2785), 1, anon_sym_DOT, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5552), 1, + ACTIONS(5546), 1, anon_sym_DOT_DOT_DOT, - STATE(4336), 1, + STATE(4337), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2886), 2, + STATE(2888), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - ACTIONS(3149), 3, + ACTIONS(3147), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LBRACK, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273109,163 +273326,215 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [90464] = 29, + [90598] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(5192), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5222), 1, anon_sym_PIPE_PIPE, - ACTIONS(5554), 1, + ACTIONS(5560), 1, anon_sym_is, - ACTIONS(5556), 1, + ACTIONS(5562), 1, anon_sym_BANGis, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5194), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2887), 2, + STATE(2889), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [90566] = 29, + [90700] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(5192), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5222), 1, anon_sym_PIPE_PIPE, - ACTIONS(5338), 1, + ACTIONS(5386), 1, anon_sym_is, - ACTIONS(5340), 1, + ACTIONS(5388), 1, anon_sym_BANGis, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5194), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2888), 2, + STATE(2890), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [90668] = 6, + [90802] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5558), 1, + ACTIONS(4863), 1, + anon_sym_LBRACE, + ACTIONS(5564), 1, + anon_sym_COMMA, + STATE(4057), 1, + aux_sym_expression_without_blocks_list_repeat1, + STATE(2891), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3369), 11, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3367), 25, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [90862] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5566), 1, anon_sym_DOLLARelse, - STATE(2889), 2, + STATE(2892), 2, sym_line_comment, sym_block_comment, - ACTIONS(2773), 11, + ACTIONS(2797), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -273277,7 +273546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2771), 27, + ACTIONS(2795), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -273305,309 +273574,555 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90724] = 29, + [90918] = 26, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(611), 1, + anon_sym_LBRACK2, + ACTIONS(615), 1, + anon_sym_shared, + ACTIONS(2785), 1, + anon_sym_DOT, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(5004), 1, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5424), 1, + anon_sym_BANG, + ACTIONS(5428), 1, + anon_sym_AMP, + ACTIONS(5568), 1, + anon_sym_DOT_DOT_DOT, + STATE(4163), 1, + sym__plain_type_without_special, + STATE(4164), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(2893), 2, + sym_line_comment, + sym_block_comment, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + ACTIONS(3147), 3, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LBRACK, + STATE(2356), 3, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [91014] = 29, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(5192), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5222), 1, anon_sym_PIPE_PIPE, - ACTIONS(5560), 1, + ACTIONS(5570), 1, anon_sym_is, - ACTIONS(5562), 1, + ACTIONS(5572), 1, anon_sym_BANGis, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5194), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2890), 2, + STATE(2894), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [90826] = 29, + [91116] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, + STATE(2895), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3088), 11, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3085), 28, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(5004), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, - ACTIONS(5006), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [91170] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2896), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3078), 11, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, anon_sym_QMARK, - ACTIONS(5008), 1, anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3075), 28, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [91224] = 29, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(5192), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5222), 1, anon_sym_PIPE_PIPE, - ACTIONS(5564), 1, + ACTIONS(5574), 1, anon_sym_is, - ACTIONS(5566), 1, + ACTIONS(5576), 1, anon_sym_BANGis, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5194), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2891), 2, + STATE(2897), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [90928] = 29, + [91326] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5174), 1, + anon_sym_CARET, + ACTIONS(5180), 1, + anon_sym_AMP_AMP, + ACTIONS(5182), 1, + anon_sym_in, + ACTIONS(5184), 1, + anon_sym_BANGin, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5578), 1, anon_sym_is, - ACTIONS(5112), 1, + ACTIONS(5580), 1, anon_sym_BANGis, - ACTIONS(5426), 1, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5176), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2898), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5168), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5172), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5178), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5170), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [91428] = 29, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5428), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5430), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5432), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5434), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - STATE(2397), 1, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5582), 1, + anon_sym_is, + ACTIONS(5584), 1, + anon_sym_BANGis, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5422), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2892), 2, + STATE(2899), 2, sym_line_comment, sym_block_comment, - ACTIONS(5416), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5420), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5424), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5418), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [91030] = 29, + [91530] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(5192), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5222), 1, anon_sym_PIPE_PIPE, - ACTIONS(5568), 1, + ACTIONS(5586), 1, anon_sym_is, - ACTIONS(5570), 1, + ACTIONS(5588), 1, anon_sym_BANGis, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5194), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2893), 2, + STATE(2900), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [91132] = 6, + [91632] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5572), 1, - anon_sym_DOLLARelse, - STATE(2894), 2, + ACTIONS(2790), 1, + anon_sym_LBRACK, + ACTIONS(3147), 1, + anon_sym_LBRACE, + ACTIONS(5590), 2, + anon_sym_COMMA, + anon_sym_COLON_EQ, + STATE(2901), 2, sym_line_comment, sym_block_comment, - ACTIONS(2871), 11, + ACTIONS(2785), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -273619,7 +274134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2869), 27, + ACTIONS(2783), 24, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -273629,12 +274144,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -273647,88 +274159,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91188] = 29, + [91692] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(5192), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5222), 1, anon_sym_PIPE_PIPE, - ACTIONS(5574), 1, + ACTIONS(5592), 1, anon_sym_is, - ACTIONS(5576), 1, + ACTIONS(5594), 1, anon_sym_BANGis, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5194), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2895), 2, + STATE(2902), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [91290] = 5, + [91794] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2896), 2, + ACTIONS(5596), 1, + anon_sym_DOLLARelse, + STATE(2903), 2, sym_line_comment, sym_block_comment, - ACTIONS(2995), 11, + ACTIONS(2647), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -273740,12 +274254,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2998), 28, - anon_sym_SEMI, + ACTIONS(2645), 27, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -273754,9 +274265,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -273769,327 +274282,372 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91344] = 29, + [91850] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(5192), 1, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5222), 1, anon_sym_PIPE_PIPE, - ACTIONS(5578), 1, + ACTIONS(5598), 1, anon_sym_is, - ACTIONS(5580), 1, + ACTIONS(5600), 1, anon_sym_BANGis, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5194), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2897), 2, + STATE(2904), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [91446] = 5, + [91952] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2898), 2, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5174), 1, + anon_sym_CARET, + ACTIONS(5180), 1, + anon_sym_AMP_AMP, + ACTIONS(5182), 1, + anon_sym_in, + ACTIONS(5184), 1, + anon_sym_BANGin, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5602), 1, + anon_sym_is, + ACTIONS(5604), 1, + anon_sym_BANGis, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5176), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2905), 2, sym_line_comment, sym_block_comment, - ACTIONS(2963), 11, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5172), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2966), 28, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5170), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [91500] = 29, + [92054] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, + ACTIONS(5110), 1, anon_sym_or, - ACTIONS(5192), 1, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5406), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5408), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5410), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5412), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5414), 1, anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5582), 1, - anon_sym_is, - ACTIONS(5584), 1, - anon_sym_BANGis, - STATE(2397), 1, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5194), 2, + ACTIONS(5402), 2, anon_sym_LT, anon_sym_GT, - STATE(2899), 2, + STATE(2906), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5396), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5400), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5404), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5398), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [91602] = 8, + [92156] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4845), 1, - anon_sym_LBRACE, - ACTIONS(5586), 1, - anon_sym_COMMA, - STATE(4049), 1, - aux_sym_expression_without_blocks_list_repeat1, - STATE(2900), 2, + ACTIONS(5004), 1, + anon_sym_LPAREN, + ACTIONS(5006), 1, + anon_sym_LBRACK, + ACTIONS(5008), 1, + anon_sym_QMARK, + ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, + anon_sym_LBRACK2, + ACTIONS(5016), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5084), 1, + anon_sym_as, + ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, + anon_sym_DASH_DASH, + ACTIONS(5110), 1, + anon_sym_or, + ACTIONS(5112), 1, + anon_sym_is, + ACTIONS(5114), 1, + anon_sym_BANGis, + ACTIONS(5174), 1, + anon_sym_CARET, + ACTIONS(5180), 1, + anon_sym_AMP_AMP, + ACTIONS(5182), 1, + anon_sym_in, + ACTIONS(5184), 1, + anon_sym_BANGin, + ACTIONS(5222), 1, + anon_sym_PIPE_PIPE, + STATE(2378), 1, + sym_argument_list, + STATE(2379), 1, + sym_or_block, + STATE(4366), 1, + sym_type_parameters, + ACTIONS(5014), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5176), 2, + anon_sym_LT, + anon_sym_GT, + STATE(2907), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 11, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5172), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3413), 25, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5170), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [91662] = 29, + [92258] = 29, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, ACTIONS(5004), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(5006), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(5008), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5010), 1, + anon_sym_BANG, + ACTIONS(5012), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, + ACTIONS(5016), 1, anon_sym_POUND_LBRACK, ACTIONS(5084), 1, anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, ACTIONS(5100), 1, + anon_sym_PLUS_PLUS, + ACTIONS(5102), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, ACTIONS(5110), 1, - anon_sym_is, - ACTIONS(5112), 1, - anon_sym_BANGis, - ACTIONS(5192), 1, + anon_sym_or, + ACTIONS(5174), 1, anon_sym_CARET, - ACTIONS(5198), 1, + ACTIONS(5180), 1, anon_sym_AMP_AMP, - ACTIONS(5200), 1, + ACTIONS(5182), 1, anon_sym_in, - ACTIONS(5202), 1, + ACTIONS(5184), 1, anon_sym_BANGin, - ACTIONS(5204), 1, + ACTIONS(5222), 1, anon_sym_PIPE_PIPE, - STATE(2397), 1, + ACTIONS(5606), 1, + anon_sym_is, + ACTIONS(5608), 1, + anon_sym_BANGis, + STATE(2378), 1, sym_argument_list, - STATE(2399), 1, + STATE(2379), 1, sym_or_block, - STATE(4367), 1, + STATE(4366), 1, sym_type_parameters, - ACTIONS(5012), 2, + ACTIONS(5014), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5194), 2, + ACTIONS(5176), 2, anon_sym_LT, anon_sym_GT, - STATE(2901), 2, + STATE(2908), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(5168), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, + ACTIONS(5172), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(5178), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, + ACTIONS(5170), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [91764] = 26, + [92360] = 25, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -274104,118 +274662,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(619), 1, - anon_sym_LBRACK2, - ACTIONS(623), 1, - anon_sym_shared, - ACTIONS(2831), 1, - anon_sym_DOT, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5402), 1, - anon_sym_BANG, - ACTIONS(5406), 1, - anon_sym_AMP, - ACTIONS(5552), 1, - anon_sym_DOT_DOT_DOT, - STATE(4335), 1, - sym__plain_type_without_special, - STATE(4336), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, - STATE(2902), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - ACTIONS(3149), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK, - STATE(2350), 3, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [91860] = 25, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, - sym_identifier, ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(619), 1, anon_sym_LBRACK2, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(2831), 1, + ACTIONS(2785), 1, anon_sym_DOT, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5546), 1, + ACTIONS(5568), 1, anon_sym_DOT_DOT_DOT, - STATE(4165), 1, + STATE(4164), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2903), 2, + STATE(2909), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - ACTIONS(3149), 3, + ACTIONS(3147), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LBRACK, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274228,95 +274716,63 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [91954] = 29, + [92454] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5192), 1, - anon_sym_CARET, - ACTIONS(5198), 1, - anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5588), 1, - anon_sym_is, - ACTIONS(5590), 1, - anon_sym_BANGis, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5194), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2904), 2, + STATE(2910), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(3420), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(3418), 27, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [92056] = 8, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [92507] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2836), 1, - anon_sym_LBRACK, - ACTIONS(3149), 1, - anon_sym_LBRACE, - ACTIONS(5592), 2, - anon_sym_COMMA, - anon_sym_COLON_EQ, - STATE(2905), 2, + STATE(2911), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 11, + ACTIONS(3221), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -274328,7 +274784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2829), 24, + ACTIONS(3219), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -274338,9 +274794,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -274353,309 +274812,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [92116] = 29, + [92560] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5192), 1, - anon_sym_CARET, - ACTIONS(5198), 1, - anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5594), 1, - anon_sym_is, - ACTIONS(5596), 1, - anon_sym_BANGis, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5194), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2906), 2, + STATE(2912), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, + ACTIONS(3069), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5190), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5196), 4, + ACTIONS(3067), 27, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5188), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [92218] = 29, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, - anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_BANG, - ACTIONS(5010), 1, - anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, + anon_sym_COLON, anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5192), 1, anon_sym_CARET, - ACTIONS(5198), 1, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, anon_sym_PIPE_PIPE, - ACTIONS(5598), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(5600), 1, anon_sym_BANGis, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5194), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2907), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5186), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5190), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5196), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5188), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [92320] = 29, - ACTIONS(3), 1, + anon_sym_in, + anon_sym_BANGin, + [92613] = 23, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, + ACTIONS(3450), 1, + sym_identifier, + ACTIONS(3666), 1, anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(3672), 1, + anon_sym_struct, + ACTIONS(5610), 1, + anon_sym_fn, + ACTIONS(5612), 1, + anon_sym_STAR, + ACTIONS(5614), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(5616), 1, anon_sym_BANG, - ACTIONS(5010), 1, + ACTIONS(5618), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5192), 1, - anon_sym_CARET, - ACTIONS(5198), 1, - anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5602), 1, - anon_sym_is, - ACTIONS(5604), 1, - anon_sym_BANGis, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5194), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2908), 2, + ACTIONS(5620), 1, + anon_sym_AMP, + ACTIONS(5622), 1, + anon_sym_shared, + ACTIONS(5624), 1, + anon_sym_map_LBRACK, + ACTIONS(5626), 1, + anon_sym_chan, + ACTIONS(5628), 1, + anon_sym_thread, + ACTIONS(5630), 1, + anon_sym_atomic, + STATE(1679), 1, + sym_plain_type, + STATE(4479), 1, + sym_reference_expression, + STATE(2913), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5190), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5196), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5188), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [92422] = 29, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + ACTIONS(623), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + STATE(1704), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(1672), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [92702] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - ACTIONS(5004), 1, - anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(47), 1, anon_sym_QMARK, - ACTIONS(5008), 1, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(615), 1, + anon_sym_shared, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5010), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5014), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5084), 1, - anon_sym_as, - ACTIONS(5098), 1, - anon_sym_PLUS_PLUS, - ACTIONS(5100), 1, - anon_sym_DASH_DASH, - ACTIONS(5108), 1, - anon_sym_or, - ACTIONS(5192), 1, - anon_sym_CARET, - ACTIONS(5198), 1, - anon_sym_AMP_AMP, - ACTIONS(5200), 1, - anon_sym_in, - ACTIONS(5202), 1, - anon_sym_BANGin, - ACTIONS(5204), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5606), 1, - anon_sym_is, - ACTIONS(5608), 1, - anon_sym_BANGis, - STATE(2397), 1, - sym_argument_list, - STATE(2399), 1, - sym_or_block, - STATE(4367), 1, - sym_type_parameters, - ACTIONS(5012), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5194), 2, - anon_sym_LT, - anon_sym_GT, - STATE(2909), 2, + ACTIONS(5428), 1, + anon_sym_AMP, + STATE(2440), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(2914), 2, sym_line_comment, sym_block_comment, - ACTIONS(5186), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5190), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5196), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5188), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [92524] = 6, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + ACTIONS(563), 4, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + STATE(2356), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [92791] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1817), 1, - sym_block, - STATE(2910), 2, + STATE(2915), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 11, + ACTIONS(3440), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -274667,10 +275012,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3293), 26, + ACTIONS(3438), 27, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -274679,9 +275023,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -274694,15 +275040,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [92579] = 5, + [92844] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2911), 2, + STATE(2916), 2, sym_line_comment, sym_block_comment, - ACTIONS(3195), 11, + ACTIONS(3432), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -274714,7 +275060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3193), 27, + ACTIONS(3430), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -274742,15 +275088,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [92632] = 5, + [92897] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2912), 2, + STATE(2917), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 11, + ACTIONS(3424), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -274762,7 +275108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3373), 27, + ACTIONS(3422), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -274790,17 +275136,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [92685] = 6, + [92950] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1018), 1, - sym_block, - STATE(2913), 2, + STATE(2918), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 11, + ACTIONS(3389), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -274812,10 +275156,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3293), 26, + ACTIONS(3387), 27, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -274824,9 +275167,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -274839,7 +275184,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [92740] = 23, + [93003] = 23, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(3450), 1, + sym_identifier, + ACTIONS(3666), 1, + anon_sym_LPAREN, + ACTIONS(3672), 1, + anon_sym_struct, + ACTIONS(5610), 1, + anon_sym_fn, + ACTIONS(5612), 1, + anon_sym_STAR, + ACTIONS(5614), 1, + anon_sym_QMARK, + ACTIONS(5616), 1, + anon_sym_BANG, + ACTIONS(5618), 1, + anon_sym_LBRACK2, + ACTIONS(5620), 1, + anon_sym_AMP, + ACTIONS(5622), 1, + anon_sym_shared, + ACTIONS(5624), 1, + anon_sym_map_LBRACK, + ACTIONS(5626), 1, + anon_sym_chan, + ACTIONS(5628), 1, + anon_sym_thread, + ACTIONS(5630), 1, + anon_sym_atomic, + STATE(1699), 1, + sym_plain_type, + STATE(4479), 1, + sym_reference_expression, + STATE(2919), 2, + sym_line_comment, + sym_block_comment, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + ACTIONS(567), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + STATE(1704), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(1672), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [93092] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -274854,45 +275265,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(2427), 1, + STATE(2349), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2914), 2, + STATE(2920), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - ACTIONS(567), 4, + ACTIONS(621), 4, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274905,15 +275316,15 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [92829] = 5, + [93181] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2915), 2, + STATE(2921), 2, sym_line_comment, sym_block_comment, - ACTIONS(3407), 11, + ACTIONS(3137), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -274925,7 +275336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3405), 27, + ACTIONS(3135), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -274953,15 +275364,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [92882] = 5, + [93234] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2916), 2, + STATE(2922), 2, sym_line_comment, sym_block_comment, - ACTIONS(3399), 11, + ACTIONS(3416), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -274973,7 +275384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3397), 27, + ACTIONS(3414), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -275001,17 +275412,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [92935] = 6, + [93287] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1951), 1, - sym_block, - STATE(2917), 2, + STATE(2923), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 11, + ACTIONS(3141), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275023,10 +275432,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3293), 26, + ACTIONS(3139), 27, anon_sym_DOT, anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [93340] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4902), 2, anon_sym_LBRACE, + anon_sym_COMMA, + STATE(2924), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3369), 11, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3367), 25, + anon_sym_DOT, + anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -275050,15 +275509,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [92990] = 5, + [93395] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2918), 2, + STATE(2925), 2, sym_line_comment, sym_block_comment, - ACTIONS(3363), 11, + ACTIONS(3189), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275070,7 +275529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3361), 27, + ACTIONS(3187), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -275098,18 +275557,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [93043] = 6, + [93448] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4896), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - STATE(2919), 2, + STATE(2926), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 11, + ACTIONS(3277), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275121,7 +275577,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3413), 25, + ACTIONS(3275), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -275132,9 +275588,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -275147,15 +275605,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [93098] = 5, + [93501] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2920), 2, + STATE(2927), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3193), 11, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3191), 27, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [93554] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2928), 2, sym_line_comment, sym_block_comment, - ACTIONS(3367), 11, + ACTIONS(3397), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275167,7 +275673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3365), 27, + ACTIONS(3395), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -275195,15 +275701,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [93151] = 5, + [93607] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2921), 2, + STATE(391), 1, + sym_block, + STATE(2929), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 11, + ACTIONS(3325), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275215,9 +275723,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3357), 27, + ACTIONS(3323), 26, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -275226,11 +275735,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -275243,15 +275750,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [93204] = 5, + [93662] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2922), 2, + STATE(2930), 2, sym_line_comment, sym_block_comment, - ACTIONS(3439), 11, + ACTIONS(3385), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275263,7 +275770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3437), 27, + ACTIONS(3383), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -275291,15 +275798,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [93257] = 5, + [93715] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2923), 2, + STATE(2931), 2, sym_line_comment, sym_block_comment, - ACTIONS(3355), 11, + ACTIONS(3237), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275311,7 +275818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3353), 27, + ACTIONS(3235), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -275339,15 +275846,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [93310] = 5, + [93768] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2924), 2, + STATE(2932), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 11, + ACTIONS(3197), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275359,7 +275866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3413), 27, + ACTIONS(3195), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -275387,63 +275894,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [93363] = 5, + [93821] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2925), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3351), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3349), 27, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(2790), 1, anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, + ACTIONS(3147), 1, + anon_sym_LBRACE, + ACTIONS(5632), 2, + anon_sym_COMMA, anon_sym_in, - anon_sym_BANGin, - [93416] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2926), 2, + STATE(2933), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 11, + ACTIONS(2785), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275455,7 +275921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3345), 27, + ACTIONS(2783), 23, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -275465,12 +275931,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -275481,19 +275944,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, anon_sym_BANGin, - [93469] = 6, + [93880] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(439), 1, + STATE(1962), 1, sym_block, - STATE(2927), 2, + STATE(2934), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 11, + ACTIONS(3325), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275505,7 +275967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3293), 26, + ACTIONS(3323), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -275532,17 +275994,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [93524] = 6, + [93935] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2347), 1, + STATE(2192), 1, sym_block, - STATE(2928), 2, + STATE(2935), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 11, + ACTIONS(3325), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275554,7 +276016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3293), 26, + ACTIONS(3323), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -275581,15 +276043,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [93579] = 5, + [93990] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2929), 2, + STATE(2936), 2, sym_line_comment, sym_block_comment, - ACTIONS(3283), 11, + ACTIONS(3357), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275601,7 +276063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3281), 27, + ACTIONS(3355), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -275629,15 +276091,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [93632] = 5, + [94043] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2930), 2, + STATE(2937), 2, sym_line_comment, sym_block_comment, - ACTIONS(3279), 11, + ACTIONS(3349), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275649,7 +276111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3277), 27, + ACTIONS(3347), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -275677,113 +276139,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [93685] = 5, - ACTIONS(3), 1, + [94096] = 23, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(2931), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2763), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2765), 27, - anon_sym_DOT, - anon_sym_as, + ACTIONS(3450), 1, + sym_identifier, + ACTIONS(3666), 1, anon_sym_LPAREN, + ACTIONS(3672), 1, + anon_sym_struct, + ACTIONS(5610), 1, + anon_sym_fn, + ACTIONS(5612), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [93738] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2932), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3215), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(5614), 1, anon_sym_QMARK, + ACTIONS(5616), 1, anon_sym_BANG, + ACTIONS(5618), 1, anon_sym_LBRACK2, + ACTIONS(5620), 1, anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3213), 27, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [93791] = 6, + ACTIONS(5622), 1, + anon_sym_shared, + ACTIONS(5624), 1, + anon_sym_map_LBRACK, + ACTIONS(5626), 1, + anon_sym_chan, + ACTIONS(5628), 1, + anon_sym_thread, + ACTIONS(5630), 1, + anon_sym_atomic, + STATE(1710), 1, + sym_plain_type, + STATE(4479), 1, + sym_reference_expression, + STATE(2938), 2, + sym_line_comment, + sym_block_comment, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + ACTIONS(627), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + STATE(1704), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(1672), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [94185] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2894), 1, + STATE(1166), 1, sym_block, - STATE(2933), 2, + STATE(2939), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 11, + ACTIONS(3325), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275795,7 +276227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3293), 26, + ACTIONS(3323), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -275822,15 +276254,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [93846] = 5, + [94240] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2934), 2, + STATE(2940), 2, sym_line_comment, sym_block_comment, - ACTIONS(3207), 11, + ACTIONS(3233), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275842,7 +276274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3205), 27, + ACTIONS(3231), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -275870,64 +276302,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [93899] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2512), 1, - sym_block, - STATE(2935), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3295), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3293), 26, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [93954] = 5, + [94293] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2936), 2, + STATE(2941), 2, sym_line_comment, sym_block_comment, - ACTIONS(3203), 11, + ACTIONS(3253), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275939,7 +276322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3201), 27, + ACTIONS(3251), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -275967,15 +276350,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94007] = 5, + [94346] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2937), 2, + STATE(2942), 2, sym_line_comment, sym_block_comment, - ACTIONS(3227), 11, + ACTIONS(3365), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -275987,7 +276370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3225), 27, + ACTIONS(3363), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -276015,15 +276398,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94060] = 5, + [94399] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2938), 2, + STATE(2943), 2, sym_line_comment, sym_block_comment, - ACTIONS(3191), 11, + ACTIONS(2701), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276035,7 +276418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3189), 27, + ACTIONS(2703), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -276063,17 +276446,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94113] = 6, + [94452] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1169), 1, + STATE(2340), 1, sym_block, - STATE(2939), 2, + STATE(2944), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 11, + ACTIONS(3325), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276085,7 +276468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3293), 26, + ACTIONS(3323), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -276112,15 +276495,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94168] = 5, + [94507] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2940), 2, + STATE(2945), 2, sym_line_comment, sym_block_comment, - ACTIONS(3187), 11, + ACTIONS(3289), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276132,7 +276515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3185), 27, + ACTIONS(3287), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -276160,17 +276543,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94221] = 6, + [94560] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2192), 1, + STATE(1016), 1, sym_block, - STATE(2941), 2, + STATE(2946), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 11, + ACTIONS(3325), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276182,7 +276565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3293), 26, + ACTIONS(3323), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -276209,15 +276592,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94276] = 5, + [94615] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2942), 2, + STATE(2947), 2, sym_line_comment, sym_block_comment, - ACTIONS(3147), 11, + ACTIONS(3345), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276229,7 +276612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3145), 27, + ACTIONS(3343), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -276257,15 +276640,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94329] = 5, + [94668] = 26, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2943), 2, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5420), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5422), 1, + anon_sym_mut, + ACTIONS(5424), 1, + anon_sym_BANG, + ACTIONS(5426), 1, + anon_sym_LBRACK2, + ACTIONS(5428), 1, + anon_sym_AMP, + ACTIONS(5430), 1, + anon_sym_shared, + STATE(3070), 1, + sym_mutability_modifiers, + STATE(4185), 1, + sym_type_parameter_declaration, + STATE(4345), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(2948), 2, sym_line_comment, sym_block_comment, - ACTIONS(3219), 11, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [94763] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2665), 1, + sym_block, + STATE(2949), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3325), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276277,9 +276731,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3217), 27, + ACTIONS(3323), 26, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -276288,11 +276743,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -276305,15 +276758,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94382] = 5, + [94818] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2944), 2, + STATE(1957), 1, + sym_block, + STATE(2950), 2, sym_line_comment, sym_block_comment, - ACTIONS(3143), 11, + ACTIONS(3325), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276325,9 +276780,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3141), 27, + ACTIONS(3323), 26, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -276336,11 +276792,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -276353,15 +276807,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94435] = 5, + [94873] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2945), 2, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(615), 1, + anon_sym_shared, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5424), 1, + anon_sym_BANG, + ACTIONS(5426), 1, + anon_sym_LBRACK2, + ACTIONS(5428), 1, + anon_sym_AMP, + STATE(2387), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(2951), 2, sym_line_comment, sym_block_comment, - ACTIONS(3037), 11, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + ACTIONS(625), 4, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + STATE(2356), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [94962] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2499), 1, + sym_block, + STATE(2952), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3325), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276373,9 +276895,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3035), 27, + ACTIONS(3323), 26, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -276384,11 +276907,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -276401,15 +276922,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94488] = 5, + [95017] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2946), 2, + STATE(2953), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 11, + ACTIONS(3293), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276421,7 +276942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3341), 27, + ACTIONS(3291), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -276449,15 +276970,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94541] = 5, + [95070] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2947), 2, + STATE(2903), 1, + sym_block, + STATE(2954), 2, sym_line_comment, sym_block_comment, - ACTIONS(2951), 11, + ACTIONS(3325), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276469,9 +276992,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2949), 27, + ACTIONS(3323), 26, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -276480,11 +277004,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -276497,83 +277019,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94594] = 23, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3444), 1, - sym_identifier, - ACTIONS(3658), 1, - anon_sym_LPAREN, - ACTIONS(3664), 1, - anon_sym_struct, - ACTIONS(5610), 1, - anon_sym_fn, - ACTIONS(5612), 1, - anon_sym_STAR, - ACTIONS(5614), 1, - anon_sym_QMARK, - ACTIONS(5616), 1, - anon_sym_BANG, - ACTIONS(5618), 1, - anon_sym_LBRACK2, - ACTIONS(5620), 1, - anon_sym_AMP, - ACTIONS(5622), 1, - anon_sym_shared, - ACTIONS(5624), 1, - anon_sym_map_LBRACK, - ACTIONS(5626), 1, - anon_sym_chan, - ACTIONS(5628), 1, - anon_sym_thread, - ACTIONS(5630), 1, - anon_sym_atomic, - STATE(1692), 1, - sym_plain_type, - STATE(4480), 1, - sym_reference_expression, - STATE(2948), 2, - sym_line_comment, - sym_block_comment, - STATE(3437), 2, - sym_type_reference_expression, - sym_qualified_type, - ACTIONS(627), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - STATE(1699), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(1698), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [94683] = 6, + [95125] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(1319), 1, + STATE(1308), 1, sym_block, - STATE(2949), 2, + STATE(2955), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 11, + ACTIONS(3325), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276585,7 +277041,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3293), 26, + ACTIONS(3323), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -276612,149 +277068,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94738] = 23, + [95180] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, - sym_identifier, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(623), 1, - anon_sym_shared, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5402), 1, - anon_sym_BANG, - ACTIONS(5404), 1, - anon_sym_LBRACK2, - ACTIONS(5406), 1, - anon_sym_AMP, - STATE(2357), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, - STATE(2950), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - ACTIONS(599), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [94827] = 23, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3444), 1, - sym_identifier, - ACTIONS(3658), 1, - anon_sym_LPAREN, - ACTIONS(3664), 1, - anon_sym_struct, - ACTIONS(5610), 1, - anon_sym_fn, - ACTIONS(5612), 1, - anon_sym_STAR, - ACTIONS(5614), 1, - anon_sym_QMARK, - ACTIONS(5616), 1, - anon_sym_BANG, - ACTIONS(5618), 1, - anon_sym_LBRACK2, - ACTIONS(5620), 1, - anon_sym_AMP, - ACTIONS(5622), 1, - anon_sym_shared, - ACTIONS(5624), 1, - anon_sym_map_LBRACK, - ACTIONS(5626), 1, - anon_sym_chan, - ACTIONS(5628), 1, - anon_sym_thread, - ACTIONS(5630), 1, - anon_sym_atomic, - STATE(1696), 1, - sym_plain_type, - STATE(4480), 1, - sym_reference_expression, - STATE(2951), 2, - sym_line_comment, - sym_block_comment, - STATE(3437), 2, - sym_type_reference_expression, - sym_qualified_type, - ACTIONS(571), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - STATE(1699), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(1698), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [94916] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1961), 1, - sym_block, - STATE(2952), 2, + STATE(2956), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 11, + ACTIONS(2955), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276766,10 +277088,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3293), 26, + ACTIONS(2953), 27, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -276778,9 +277099,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -276793,17 +277116,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [94971] = 6, + [95233] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2692), 1, + STATE(1807), 1, sym_block, - STATE(2953), 2, + STATE(2957), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 11, + ACTIONS(3325), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276815,7 +277138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3293), 26, + ACTIONS(3323), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -276842,81 +277165,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [95026] = 23, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(3444), 1, - sym_identifier, - ACTIONS(3658), 1, - anon_sym_LPAREN, - ACTIONS(3664), 1, - anon_sym_struct, - ACTIONS(5610), 1, - anon_sym_fn, - ACTIONS(5612), 1, - anon_sym_STAR, - ACTIONS(5614), 1, - anon_sym_QMARK, - ACTIONS(5616), 1, - anon_sym_BANG, - ACTIONS(5618), 1, - anon_sym_LBRACK2, - ACTIONS(5620), 1, - anon_sym_AMP, - ACTIONS(5622), 1, - anon_sym_shared, - ACTIONS(5624), 1, - anon_sym_map_LBRACK, - ACTIONS(5626), 1, - anon_sym_chan, - ACTIONS(5628), 1, - anon_sym_thread, - ACTIONS(5630), 1, - anon_sym_atomic, - STATE(1679), 1, - sym_plain_type, - STATE(4480), 1, - sym_reference_expression, - STATE(2954), 2, - sym_line_comment, - sym_block_comment, - STATE(3437), 2, - sym_type_reference_expression, - sym_qualified_type, - ACTIONS(601), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - STATE(1699), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(1698), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [95115] = 5, + [95288] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2955), 2, + STATE(2958), 2, sym_line_comment, sym_block_comment, - ACTIONS(3371), 11, + ACTIONS(3015), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -276928,7 +277185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3369), 27, + ACTIONS(3013), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -276956,191 +277213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [95168] = 26, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, - sym_identifier, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5398), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5400), 1, - anon_sym_mut, - ACTIONS(5402), 1, - anon_sym_BANG, - ACTIONS(5404), 1, - anon_sym_LBRACK2, - ACTIONS(5406), 1, - anon_sym_AMP, - ACTIONS(5408), 1, - anon_sym_shared, - STATE(3066), 1, - sym_mutability_modifiers, - STATE(4184), 1, - sym_type_parameter_declaration, - STATE(4347), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, - STATE(2956), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [95263] = 23, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, - sym_identifier, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(623), 1, - anon_sym_shared, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5402), 1, - anon_sym_BANG, - ACTIONS(5404), 1, - anon_sym_LBRACK2, - ACTIONS(5406), 1, - anon_sym_AMP, - STATE(2409), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, - STATE(2957), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - ACTIONS(625), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [95352] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(1709), 1, - sym_block, - STATE(2958), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3295), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3293), 26, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [95407] = 5, + [95341] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -277148,7 +277221,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2959), 2, sym_line_comment, sym_block_comment, - ACTIONS(2947), 11, + ACTIONS(3369), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277160,7 +277233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2945), 27, + ACTIONS(3367), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -277188,17 +277261,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [95460] = 6, + [95394] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5632), 1, - anon_sym_RBRACK, + STATE(1685), 1, + sym_block, STATE(2960), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3325), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277210,9 +277283,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, + ACTIONS(3323), 26, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -277236,19 +277310,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [95514] = 7, + [95449] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, ACTIONS(5634), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, STATE(2961), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277260,7 +277332,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3203), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -277285,19 +277358,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [95570] = 7, + [95503] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_DOT, ACTIONS(5636), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, STATE(2962), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277309,7 +277382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -277334,19 +277407,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [95626] = 7, + [95559] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, ACTIONS(5638), 1, anon_sym_RBRACK, STATE(2963), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277358,7 +277429,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -277383,17 +277455,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [95682] = 6, + [95613] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5638), 1, + ACTIONS(5640), 1, anon_sym_RBRACK, STATE(2964), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277405,7 +277477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -277431,17 +277503,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [95736] = 6, + [95667] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5640), 1, - anon_sym_RPAREN, + ACTIONS(4881), 1, + anon_sym_DOT, + ACTIONS(5638), 1, + anon_sym_RBRACK, STATE(2965), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277453,8 +277527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -277479,17 +277552,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [95790] = 6, + [95723] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5642), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, STATE(2966), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277501,7 +277574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -277527,19 +277600,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [95844] = 7, + [95777] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_DOT, - ACTIONS(5640), 1, + ACTIONS(5642), 1, anon_sym_RPAREN, STATE(2967), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277551,7 +277624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -277576,19 +277649,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [95900] = 7, + [95833] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_DOT, ACTIONS(5644), 1, anon_sym_RPAREN, STATE(2968), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277600,7 +277673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -277625,17 +277698,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [95956] = 6, + [95889] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5644), 1, - anon_sym_RPAREN, + ACTIONS(5646), 1, + anon_sym_RBRACK, STATE(2969), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277647,7 +277720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -277673,17 +277746,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96010] = 6, + [95943] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5646), 1, + ACTIONS(5648), 1, anon_sym_RBRACK, STATE(2970), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277695,7 +277768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, + ACTIONS(3203), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -277721,17 +277794,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96064] = 6, + [95997] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5648), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, STATE(2971), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277743,7 +277816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -277769,17 +277842,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96118] = 6, + [96051] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5650), 1, + ACTIONS(5638), 1, anon_sym_RBRACK, STATE(2972), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277791,7 +277864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, + ACTIONS(3203), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -277817,17 +277890,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96172] = 6, + [96105] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5650), 1, + ACTIONS(4881), 1, + anon_sym_DOT, + ACTIONS(5640), 1, anon_sym_RBRACK, STATE(2973), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277839,8 +277914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -277865,17 +277939,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96226] = 6, + [96161] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5638), 1, + ACTIONS(5640), 1, anon_sym_RBRACK, STATE(2974), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277887,7 +277961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, + ACTIONS(3203), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -277913,19 +277987,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96280] = 7, + [96215] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_DOT, - ACTIONS(5648), 1, - anon_sym_RPAREN, + ACTIONS(5650), 1, + anon_sym_RBRACK, STATE(2975), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277937,7 +278011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -277962,17 +278036,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96336] = 6, + [96271] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5636), 1, - anon_sym_RBRACK, + ACTIONS(5652), 1, + anon_sym_RPAREN, STATE(2976), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -277984,7 +278058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -278010,17 +278084,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96390] = 6, + [96325] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5636), 1, - anon_sym_RBRACK, + ACTIONS(4881), 1, + anon_sym_DOT, + ACTIONS(5652), 1, + anon_sym_RPAREN, STATE(2977), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278032,8 +278108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -278058,17 +278133,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96444] = 6, + [96381] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5642), 1, + ACTIONS(5650), 1, anon_sym_RBRACK, STATE(2978), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278080,7 +278155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -278106,19 +278181,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96498] = 7, + [96435] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_DOT, - ACTIONS(5652), 1, + ACTIONS(5654), 1, anon_sym_RBRACK, STATE(2979), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278130,7 +278205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -278155,17 +278230,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96554] = 6, + [96491] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5652), 1, - anon_sym_RBRACK, + ACTIONS(5644), 1, + anon_sym_RPAREN, STATE(2980), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278177,7 +278252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -278203,19 +278278,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96608] = 7, + [96545] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, - ACTIONS(5654), 1, + ACTIONS(5634), 1, anon_sym_RBRACK, STATE(2981), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278227,7 +278300,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -278252,7 +278326,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96664] = 6, + [96599] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -278262,7 +278336,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2982), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 11, + ACTIONS(3369), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278274,7 +278348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3413), 25, + ACTIONS(3367), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -278300,7 +278374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96718] = 6, + [96653] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -278310,7 +278384,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2983), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278322,7 +278396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -278348,17 +278422,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96772] = 6, + [96707] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5658), 1, - anon_sym_RPAREN, + ACTIONS(5654), 1, + anon_sym_RBRACK, STATE(2984), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278370,7 +278444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3203), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -278396,19 +278470,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96826] = 7, + [96761] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, ACTIONS(5658), 1, anon_sym_RPAREN, STATE(2985), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278420,7 +278492,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -278445,17 +278518,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96882] = 6, + [96815] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5654), 1, - anon_sym_RBRACK, + ACTIONS(4881), 1, + anon_sym_DOT, + ACTIONS(5658), 1, + anon_sym_RPAREN, STATE(2986), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278467,8 +278542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -278493,17 +278567,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96936] = 6, + [96871] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5652), 1, + ACTIONS(4881), 1, + anon_sym_DOT, + ACTIONS(5648), 1, anon_sym_RBRACK, STATE(2987), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278515,8 +278591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -278541,19 +278616,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [96990] = 7, + [96927] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, ACTIONS(5650), 1, anon_sym_RBRACK, STATE(2988), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278565,7 +278638,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3203), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -278590,7 +278664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97046] = 6, + [96981] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -278600,7 +278674,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2989), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278612,7 +278686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3203), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -278638,7 +278712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97100] = 6, + [97035] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -278648,7 +278722,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2990), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278660,7 +278734,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, + ACTIONS(3203), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -278686,7 +278760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97154] = 6, + [97089] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -278696,7 +278770,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2991), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278708,7 +278782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -278734,7 +278808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97208] = 6, + [97143] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -278744,7 +278818,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2992), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278756,7 +278830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, + ACTIONS(3203), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -278782,19 +278856,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97262] = 7, + [97197] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_DOT, ACTIONS(5664), 1, anon_sym_RPAREN, STATE(2993), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278806,7 +278880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -278831,19 +278905,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97318] = 7, + [97253] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, - ACTIONS(5666), 1, - anon_sym_RPAREN, + ACTIONS(5660), 1, + anon_sym_RBRACK, STATE(2994), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278855,7 +278927,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -278880,17 +278953,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97374] = 6, + [97307] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5666), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, STATE(2995), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278902,7 +278975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -278928,17 +279001,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97428] = 6, + [97361] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(4881), 1, + anon_sym_DOT, ACTIONS(5668), 1, - anon_sym_RBRACK, + anon_sym_RPAREN, STATE(2996), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278950,8 +279025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -278976,17 +279050,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97482] = 6, + [97417] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5660), 1, - anon_sym_RBRACK, + ACTIONS(5668), 1, + anon_sym_RPAREN, STATE(2997), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -278998,7 +279072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -279024,19 +279098,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97536] = 7, + [97471] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_DOT, ACTIONS(5660), 1, anon_sym_RBRACK, STATE(2998), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279048,7 +279122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279073,17 +279147,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97592] = 6, + [97527] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5668), 1, - anon_sym_RBRACK, + ACTIONS(5664), 1, + anon_sym_RPAREN, STATE(2999), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279095,7 +279169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -279121,17 +279195,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97646] = 6, + [97581] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_RPAREN, + ACTIONS(4881), 1, + anon_sym_DOT, + ACTIONS(5666), 1, + anon_sym_RBRACK, STATE(3000), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279143,8 +279219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279169,19 +279244,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97700] = 7, + [97637] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_DOT, ACTIONS(5662), 1, anon_sym_RBRACK, STATE(3001), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279193,7 +279268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279218,19 +279293,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97756] = 7, + [97693] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_DOT, ACTIONS(5670), 1, anon_sym_RBRACK, STATE(3002), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279242,7 +279317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279267,7 +279342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97812] = 6, + [97749] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -279277,7 +279352,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3003), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279289,7 +279364,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, + ACTIONS(3203), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -279315,7 +279390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97866] = 6, + [97803] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -279325,7 +279400,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3004), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279337,7 +279412,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -279363,19 +279438,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97920] = 7, + [97857] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_DOT, ACTIONS(5672), 1, anon_sym_RBRACK, STATE(3005), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279387,7 +279462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279412,17 +279487,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [97976] = 6, + [97913] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5670), 1, - anon_sym_RBRACK, + ACTIONS(5636), 1, + anon_sym_RPAREN, STATE(3006), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279434,7 +279509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -279460,7 +279535,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98030] = 6, + [97967] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -279470,7 +279545,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3007), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279482,7 +279557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -279508,19 +279583,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98084] = 7, + [98021] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, - ACTIONS(5642), 1, + ACTIONS(5670), 1, anon_sym_RBRACK, STATE(3008), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279532,7 +279605,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3203), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279557,17 +279631,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98140] = 6, + [98075] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5674), 1, - anon_sym_RPAREN, + ACTIONS(4881), 1, + anon_sym_DOT, + ACTIONS(5634), 1, + anon_sym_RBRACK, STATE(3009), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279579,8 +279655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279605,19 +279680,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98194] = 7, + [98131] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, ACTIONS(5674), 1, anon_sym_RPAREN, STATE(3010), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279629,7 +279702,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279654,17 +279728,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98250] = 6, + [98185] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5634), 1, + ACTIONS(4881), 1, + anon_sym_DOT, + ACTIONS(5674), 1, anon_sym_RPAREN, STATE(3011), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279676,8 +279752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279702,17 +279777,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98304] = 6, + [98241] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(4881), 1, + anon_sym_DOT, ACTIONS(5676), 1, anon_sym_RBRACK, STATE(3012), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279724,8 +279801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279750,17 +279826,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98358] = 6, + [98297] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5676), 1, + ACTIONS(5678), 1, anon_sym_RBRACK, STATE(3013), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279772,7 +279848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3203), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -279798,19 +279874,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98412] = 7, + [98351] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, - ACTIONS(5676), 1, + ACTIONS(5678), 1, anon_sym_RBRACK, STATE(3014), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279822,7 +279896,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279847,17 +279922,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98468] = 6, + [98405] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(4881), 1, + anon_sym_DOT, ACTIONS(5678), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, STATE(3015), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279869,8 +279946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279895,19 +279971,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98522] = 7, + [98461] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, - ACTIONS(5678), 1, + ACTIONS(5680), 1, anon_sym_RPAREN, STATE(3016), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279919,7 +279993,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279944,19 +280019,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98578] = 7, + [98515] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_DOT, - ACTIONS(5668), 1, - anon_sym_RBRACK, + ACTIONS(5680), 1, + anon_sym_RPAREN, STATE(3017), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -279968,7 +280043,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -279993,17 +280068,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98634] = 6, + [98571] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5680), 1, + ACTIONS(5676), 1, anon_sym_RBRACK, STATE(3018), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280015,7 +280090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -280041,17 +280116,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98688] = 6, + [98625] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5680), 1, + ACTIONS(5676), 1, anon_sym_RBRACK, STATE(3019), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280063,7 +280138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3203), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -280089,19 +280164,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98742] = 7, + [98679] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, - ACTIONS(5680), 1, + ACTIONS(5682), 1, anon_sym_RBRACK, STATE(3020), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280113,7 +280186,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3203), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -280138,19 +280212,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98798] = 7, + [98733] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, ACTIONS(5682), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, STATE(3021), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280162,7 +280234,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -280187,17 +280260,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98854] = 6, + [98787] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5684), 1, - anon_sym_RPAREN, + ACTIONS(4881), 1, + anon_sym_DOT, + ACTIONS(5682), 1, + anon_sym_RBRACK, STATE(3022), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280209,8 +280284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3413), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -280235,17 +280309,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98908] = 6, + [98843] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5686), 1, + ACTIONS(4881), 1, + anon_sym_DOT, + ACTIONS(5684), 1, anon_sym_RPAREN, STATE(3023), 2, sym_line_comment, sym_block_comment, - ACTIONS(3415), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280257,8 +280333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3413), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -280283,17 +280358,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [98962] = 6, + [98899] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5632), 1, - anon_sym_RBRACK, + ACTIONS(5686), 1, + anon_sym_RPAREN, STATE(3024), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3369), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280305,7 +280380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3367), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -280331,19 +280406,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [99016] = 7, + [98953] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, - ACTIONS(5632), 1, + ACTIONS(5688), 1, anon_sym_RBRACK, STATE(3025), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280355,7 +280428,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3203), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -280380,17 +280454,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [99072] = 6, + [99007] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5688), 1, + ACTIONS(5690), 1, anon_sym_RPAREN, STATE(3026), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3369), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280402,7 +280476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3367), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -280428,19 +280502,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [99126] = 7, + [99061] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, ACTIONS(5688), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, STATE(3027), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280452,7 +280524,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -280477,19 +280550,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [99182] = 7, + [99115] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_DOT, - ACTIONS(5646), 1, + ACTIONS(5688), 1, anon_sym_RBRACK, STATE(3028), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3375), 24, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [99171] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5692), 1, + anon_sym_RPAREN, + STATE(3029), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3377), 11, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3375), 25, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [99225] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(4881), 1, + anon_sym_DOT, + ACTIONS(5692), 1, + anon_sym_RPAREN, + STATE(3030), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280501,7 +280671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -280526,17 +280696,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [99238] = 6, + [99281] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5682), 1, - anon_sym_RPAREN, - STATE(3029), 2, + ACTIONS(5666), 1, + anon_sym_RBRACK, + STATE(3031), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3205), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280548,7 +280718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3203), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -280574,19 +280744,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [99292] = 7, + [99335] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, - anon_sym_DOT, - ACTIONS(5690), 1, - anon_sym_RPAREN, - STATE(3030), 2, + ACTIONS(5694), 1, + anon_sym_LBRACE, + STATE(3032), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280598,7 +280766,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -280623,17 +280792,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [99348] = 6, + [99389] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5690), 1, + ACTIONS(5684), 1, anon_sym_RPAREN, - STATE(3031), 2, + STATE(3033), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280645,7 +280814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -280671,17 +280840,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [99402] = 6, + [99443] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5692), 1, - anon_sym_RBRACK, - STATE(3032), 2, + ACTIONS(4881), 1, + anon_sym_DOT, + ACTIONS(5696), 1, + anon_sym_RPAREN, + STATE(3034), 2, sym_line_comment, sym_block_comment, - ACTIONS(3211), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280693,8 +280864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3209), 25, - anon_sym_DOT, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -280719,17 +280889,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [99456] = 6, + [99499] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5692), 1, - anon_sym_RBRACK, - STATE(3033), 2, + ACTIONS(5696), 1, + anon_sym_RPAREN, + STATE(3035), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280741,7 +280911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 25, + ACTIONS(3375), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -280767,19 +280937,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [99510] = 7, + [99553] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_DOT, - ACTIONS(5692), 1, + ACTIONS(5646), 1, anon_sym_RBRACK, - STATE(3034), 2, + STATE(3036), 2, sym_line_comment, sym_block_comment, - ACTIONS(3435), 11, + ACTIONS(3377), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -280791,7 +280961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3433), 24, + ACTIONS(3375), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -280816,14 +280986,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [99566] = 24, + [99609] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, ACTIONS(5610), 1, anon_sym_fn, @@ -280835,40 +281005,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(5630), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5698), 1, anon_sym_LPAREN, - ACTIONS(5696), 1, + ACTIONS(5700), 1, anon_sym_EQ, - ACTIONS(5698), 1, + ACTIONS(5702), 1, anon_sym_STAR, - ACTIONS(5700), 1, + ACTIONS(5704), 1, anon_sym_QMARK, - ACTIONS(5702), 1, + ACTIONS(5706), 1, anon_sym_BANG, - ACTIONS(5704), 1, + ACTIONS(5708), 1, anon_sym_LBRACK2, - ACTIONS(5706), 1, + ACTIONS(5710), 1, anon_sym_AMP, - ACTIONS(5708), 1, + ACTIONS(5712), 1, anon_sym_map_LBRACK, - STATE(3788), 1, + STATE(3783), 1, sym_plain_type, - STATE(3789), 1, + STATE(3790), 1, sym__global_var_value, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, - STATE(3035), 2, + STATE(3037), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, + STATE(3438), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280881,59 +281051,59 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99655] = 24, + [99698] = 24, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5710), 1, + ACTIONS(5714), 1, anon_sym_LPAREN, - ACTIONS(5712), 1, + ACTIONS(5716), 1, anon_sym_EQ, - ACTIONS(5714), 1, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5724), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, - STATE(1581), 1, + STATE(1542), 1, sym__global_var_value, - STATE(1582), 1, + STATE(1543), 1, sym_plain_type, - STATE(4584), 1, + STATE(4586), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3036), 2, + STATE(3038), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280946,7 +281116,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99744] = 23, + [99787] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -280961,155 +281131,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, - anon_sym_shared, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5402), 1, - anon_sym_BANG, - ACTIONS(5404), 1, - anon_sym_LBRACK2, - ACTIONS(5406), 1, - anon_sym_AMP, - ACTIONS(5726), 1, - anon_sym_RPAREN, - STATE(3942), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, - STATE(3037), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [99830] = 23, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(611), 1, - anon_sym_fn, ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(623), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5728), 1, - sym_identifier, ACTIONS(5730), 1, - anon_sym_DOT_DOT_DOT, - STATE(4328), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, - STATE(3038), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [99916] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(2377), 1, + anon_sym_RPAREN, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(3039), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - ACTIONS(4599), 7, - anon_sym_fn, - anon_sym_struct, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - ACTIONS(4601), 8, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_DOT_DOT_DOT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_map_LBRACK, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281122,7 +281179,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99976] = 23, + [99873] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -281137,42 +281194,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, ACTIONS(5732), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(3040), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281185,7 +281242,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100062] = 23, + [99959] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -281200,42 +281257,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, - sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5546), 1, + ACTIONS(5734), 1, + sym_identifier, + ACTIONS(5736), 1, anon_sym_DOT_DOT_DOT, - STATE(4165), 1, + STATE(4329), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(3041), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281248,7 +281305,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100148] = 23, + [100045] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -281263,42 +281320,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5734), 1, + ACTIONS(5738), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(3042), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281311,7 +281368,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100234] = 23, + [100131] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -281326,42 +281383,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5736), 1, + ACTIONS(5740), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(3043), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281374,7 +281431,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100320] = 23, + [100217] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -281389,42 +281446,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5738), 1, + ACTIONS(5742), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(3044), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281437,7 +281494,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100406] = 23, + [100303] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -281452,42 +281509,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5740), 1, + ACTIONS(5744), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(3045), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281500,7 +281557,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100492] = 23, + [100389] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -281515,42 +281572,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5742), 1, + ACTIONS(5746), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(3046), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281563,7 +281620,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100578] = 23, + [100475] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -281578,42 +281635,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5744), 1, + ACTIONS(5748), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(3047), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281626,7 +281683,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100664] = 23, + [100561] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -281641,42 +281698,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5746), 1, + ACTIONS(5750), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(3048), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281689,7 +281746,57 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100750] = 23, + [100647] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(2401), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(3049), 2, + sym_line_comment, + sym_block_comment, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(4613), 7, + anon_sym_fn, + anon_sym_struct, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + ACTIONS(4615), 8, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_DOT_DOT_DOT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_map_LBRACK, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [100707] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -281704,42 +281811,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5748), 1, + ACTIONS(5752), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3049), 2, + STATE(3050), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281752,7 +281859,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100836] = 23, + [100793] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -281767,42 +281874,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5750), 1, + ACTIONS(5754), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3050), 2, + STATE(3051), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281815,57 +281922,57 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100922] = 23, + [100879] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5710), 1, - anon_sym_LPAREN, ACTIONS(5714), 1, + anon_sym_LPAREN, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5724), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, - STATE(1449), 1, + STATE(1447), 1, sym_plain_type, - STATE(1531), 1, + STATE(1577), 1, sym__type_union_list, - STATE(4584), 1, + STATE(4586), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3051), 2, + STATE(3052), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281878,7 +281985,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101008] = 23, + [100965] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -281893,42 +282000,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5752), 1, + ACTIONS(5756), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3052), 2, + STATE(3053), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281941,7 +282048,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101094] = 23, + [101051] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -281956,42 +282063,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, ACTIONS(615), 1, + anon_sym_shared, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5424), 1, + anon_sym_BANG, + ACTIONS(5426), 1, + anon_sym_LBRACK2, + ACTIONS(5428), 1, + anon_sym_AMP, + ACTIONS(5568), 1, + anon_sym_DOT_DOT_DOT, + STATE(4164), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(3054), 2, + sym_line_comment, + sym_block_comment, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2357), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [101137] = 23, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5754), 1, + ACTIONS(5758), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3053), 2, + STATE(3055), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282004,7 +282174,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101180] = 23, + [101223] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282019,42 +282189,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5756), 1, + ACTIONS(5760), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3054), 2, + STATE(3056), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282067,7 +282237,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101266] = 23, + [101309] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282082,42 +282252,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5758), 1, + ACTIONS(5762), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3055), 2, + STATE(3057), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282130,7 +282300,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101352] = 23, + [101395] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282145,42 +282315,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5760), 1, + ACTIONS(5764), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3056), 2, + STATE(3058), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282193,57 +282363,57 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101438] = 23, + [101481] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5710), 1, - anon_sym_LPAREN, ACTIONS(5714), 1, + anon_sym_LPAREN, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5724), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, - STATE(1449), 1, + STATE(1447), 1, sym_plain_type, - STATE(1539), 1, + STATE(1583), 1, sym__type_union_list, - STATE(4584), 1, + STATE(4586), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3057), 2, + STATE(3059), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282256,7 +282426,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101524] = 23, + [101567] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282271,42 +282441,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5762), 1, + ACTIONS(5766), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3058), 2, + STATE(3060), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282319,7 +282489,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101610] = 23, + [101653] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282334,42 +282504,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5764), 1, + ACTIONS(5768), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3059), 2, + STATE(3061), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282382,57 +282552,57 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101696] = 23, + [101739] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5710), 1, - anon_sym_LPAREN, ACTIONS(5714), 1, + anon_sym_LPAREN, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5724), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, - STATE(1449), 1, + STATE(1447), 1, sym_plain_type, - STATE(1568), 1, + STATE(1599), 1, sym__type_union_list, - STATE(4584), 1, + STATE(4586), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3060), 2, + STATE(3062), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282445,7 +282615,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101782] = 23, + [101825] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282460,42 +282630,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5766), 1, + ACTIONS(5770), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3061), 2, + STATE(3063), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282508,7 +282678,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101868] = 23, + [101911] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282523,42 +282693,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5768), 1, + ACTIONS(5772), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3062), 2, + STATE(3064), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282571,7 +282741,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101954] = 23, + [101997] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282586,42 +282756,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5770), 1, + ACTIONS(5774), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3063), 2, + STATE(3065), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282634,7 +282804,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102040] = 23, + [102083] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282649,42 +282819,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5772), 1, + ACTIONS(5776), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3064), 2, + STATE(3066), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282697,7 +282867,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102126] = 23, + [102169] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282712,42 +282882,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5552), 1, - anon_sym_DOT_DOT_DOT, - STATE(4336), 1, + ACTIONS(5778), 1, + anon_sym_RPAREN, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3065), 2, + STATE(3067), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282760,7 +282930,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102212] = 23, + [102255] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282775,42 +282945,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, - sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5730), 1, + ACTIONS(5736), 1, anon_sym_DOT_DOT_DOT, - STATE(4328), 1, + ACTIONS(5780), 1, + sym_identifier, + STATE(4329), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3066), 2, + STATE(3068), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282823,7 +282993,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102298] = 23, + [102341] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282838,42 +283008,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(611), 1, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5730), 1, + ACTIONS(5546), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5774), 1, - sym_identifier, - STATE(4328), 1, + STATE(4337), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3067), 2, + STATE(3069), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282886,7 +283056,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102384] = 23, + [102427] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282901,42 +283071,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5776), 1, - anon_sym_RPAREN, - STATE(3942), 1, + ACTIONS(5736), 1, + anon_sym_DOT_DOT_DOT, + STATE(4329), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3068), 2, + STATE(3070), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282949,7 +283119,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102470] = 23, + [102513] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -282964,42 +283134,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5778), 1, + ACTIONS(5782), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3069), 2, + STATE(3071), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283012,7 +283182,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102556] = 23, + [102599] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -283027,42 +283197,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5780), 1, + ACTIONS(5784), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3070), 2, + STATE(3072), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283075,7 +283245,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102642] = 23, + [102685] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -283090,42 +283260,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5782), 1, + ACTIONS(5786), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3071), 2, + STATE(3073), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283138,7 +283308,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102728] = 23, + [102771] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -283153,42 +283323,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5784), 1, + ACTIONS(5788), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3072), 2, + STATE(3074), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283201,57 +283371,57 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102814] = 23, + [102857] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5710), 1, - anon_sym_LPAREN, ACTIONS(5714), 1, + anon_sym_LPAREN, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5724), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, - STATE(1449), 1, + STATE(1447), 1, sym_plain_type, - STATE(1595), 1, + STATE(1560), 1, sym__type_union_list, - STATE(4584), 1, + STATE(4586), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3073), 2, + STATE(3075), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283264,7 +283434,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102900] = 23, + [102943] = 23, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -283279,42 +283449,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5786), 1, + ACTIONS(5790), 1, anon_sym_RPAREN, - STATE(3942), 1, + STATE(3944), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3074), 2, + STATE(3076), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283327,7 +283497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102986] = 22, + [103029] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -283342,40 +283512,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4338), 1, + STATE(4339), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3075), 2, + STATE(3077), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283388,55 +283558,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103069] = 22, + [103112] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3784), 1, + anon_sym_LPAREN, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(3987), 1, - anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(3790), 1, + anon_sym_struct, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(3802), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(3804), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(3806), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(3808), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5792), 1, + anon_sym_STAR, + ACTIONS(5794), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5800), 1, anon_sym_AMP, - STATE(2425), 1, + STATE(1964), 1, sym_plain_type, - STATE(4653), 1, + STATE(4533), 1, sym_reference_expression, - STATE(2341), 2, + STATE(1950), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3076), 2, + STATE(3078), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283449,55 +283619,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103152] = 22, + [103195] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(593), 1, - anon_sym_chan, - ACTIONS(595), 1, - anon_sym_thread, - ACTIONS(597), 1, - anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5800), 1, - anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5808), 1, - anon_sym_map_LBRACK, - STATE(578), 1, - sym_plain_type, - STATE(4541), 1, + STATE(4655), 1, sym_reference_expression, - STATE(417), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3077), 2, + STATE(4754), 1, + sym_plain_type, + STATE(3079), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283510,55 +283680,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103235] = 22, + [103278] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3494), 1, - anon_sym_chan, - ACTIONS(3496), 1, - anon_sym_thread, - ACTIONS(3498), 1, - anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5814), 1, - anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5822), 1, - anon_sym_map_LBRACK, - STATE(1208), 1, + STATE(3956), 1, sym_plain_type, - STATE(4510), 1, + STATE(4655), 1, sym_reference_expression, - STATE(1166), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3078), 2, + STATE(3080), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283571,55 +283741,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103318] = 22, + [103361] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(5610), 1, + anon_sym_fn, + ACTIONS(5622), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(5626), 1, + anon_sym_chan, + ACTIONS(5628), 1, + anon_sym_thread, + ACTIONS(5630), 1, + anon_sym_atomic, + ACTIONS(5698), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(5702), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5704), 1, + anon_sym_QMARK, + ACTIONS(5706), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5708), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5710), 1, anon_sym_AMP, - STATE(4653), 1, - sym_reference_expression, - STATE(4756), 1, + ACTIONS(5712), 1, + anon_sym_map_LBRACK, + STATE(1689), 1, sym_plain_type, - STATE(3079), 2, + STATE(4479), 1, + sym_reference_expression, + STATE(3081), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3438), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283632,55 +283802,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103401] = 22, + [103444] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3656), 1, + anon_sym_chan, + ACTIONS(3658), 1, + anon_sym_thread, + ACTIONS(3660), 1, + anon_sym_atomic, + ACTIONS(5714), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5720), 1, + anon_sym_QMARK, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5726), 1, anon_sym_AMP, - STATE(3955), 1, + ACTIONS(5728), 1, + anon_sym_map_LBRACK, + STATE(1517), 1, sym_plain_type, - STATE(4653), 1, + STATE(4586), 1, sym_reference_expression, - STATE(3080), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(3082), 2, + sym_line_comment, + sym_block_comment, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283693,14 +283863,14 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103484] = 22, + [103527] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, ACTIONS(5610), 1, anon_sym_fn, @@ -283712,36 +283882,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(5630), 1, anon_sym_atomic, - ACTIONS(5694), 1, - anon_sym_LPAREN, ACTIONS(5698), 1, + anon_sym_LPAREN, + ACTIONS(5702), 1, anon_sym_STAR, - ACTIONS(5700), 1, + ACTIONS(5704), 1, anon_sym_QMARK, - ACTIONS(5702), 1, + ACTIONS(5706), 1, anon_sym_BANG, - ACTIONS(5704), 1, + ACTIONS(5708), 1, anon_sym_LBRACK2, - ACTIONS(5706), 1, + ACTIONS(5710), 1, anon_sym_AMP, - ACTIONS(5708), 1, + ACTIONS(5712), 1, anon_sym_map_LBRACK, - STATE(1671), 1, + STATE(1673), 1, sym_plain_type, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, - STATE(3081), 2, + STATE(3083), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, + STATE(3438), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283754,55 +283924,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103567] = 22, + [103610] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(4092), 1, + anon_sym_chan, + ACTIONS(4094), 1, + anon_sym_thread, + ACTIONS(4096), 1, + anon_sym_atomic, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5806), 1, + anon_sym_QMARK, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5812), 1, anon_sym_AMP, - STATE(3942), 1, + ACTIONS(5814), 1, + anon_sym_map_LBRACK, + STATE(2660), 1, sym_plain_type, - STATE(4653), 1, + STATE(4491), 1, sym_reference_expression, - STATE(3082), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, + STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(3084), 2, + sym_line_comment, + sym_block_comment, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283815,55 +283985,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103650] = 22, + [103693] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(2688), 1, + STATE(2659), 1, sym_plain_type, - STATE(4489), 1, + STATE(4491), 1, sym_reference_expression, STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3083), 2, + STATE(3085), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283876,55 +284046,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103733] = 22, + [103776] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, - sym_identifier, - ACTIONS(3664), 1, - anon_sym_struct, - ACTIONS(5610), 1, - anon_sym_fn, - ACTIONS(5622), 1, - anon_sym_shared, - ACTIONS(5626), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, anon_sym_chan, - ACTIONS(5628), 1, + ACTIONS(89), 1, anon_sym_thread, - ACTIONS(5630), 1, + ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(615), 1, + anon_sym_shared, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(5698), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5700), 1, - anon_sym_QMARK, - ACTIONS(5702), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5704), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5706), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5708), 1, - anon_sym_map_LBRACK, - STATE(1688), 1, + STATE(3877), 1, sym_plain_type, - STATE(4480), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3084), 2, + STATE(3086), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1699), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283937,14 +284107,14 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103816] = 22, + [103859] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, ACTIONS(5610), 1, anon_sym_fn, @@ -283956,36 +284126,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(5630), 1, anon_sym_atomic, - ACTIONS(5694), 1, - anon_sym_LPAREN, ACTIONS(5698), 1, + anon_sym_LPAREN, + ACTIONS(5702), 1, anon_sym_STAR, - ACTIONS(5700), 1, + ACTIONS(5704), 1, anon_sym_QMARK, - ACTIONS(5702), 1, + ACTIONS(5706), 1, anon_sym_BANG, - ACTIONS(5704), 1, + ACTIONS(5708), 1, anon_sym_LBRACK2, - ACTIONS(5706), 1, + ACTIONS(5710), 1, anon_sym_AMP, - ACTIONS(5708), 1, + ACTIONS(5712), 1, anon_sym_map_LBRACK, - STATE(1668), 1, + STATE(1674), 1, sym_plain_type, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, - STATE(3085), 2, + STATE(3087), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, + STATE(3438), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283998,55 +284168,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103899] = 22, + [103942] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4565), 1, + anon_sym_LPAREN, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4569), 1, + anon_sym_STAR, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4583), 1, + anon_sym_map_LBRACK, + ACTIONS(4585), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4587), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4589), 1, anon_sym_atomic, - ACTIONS(5824), 1, - anon_sym_LPAREN, - ACTIONS(5826), 1, - anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5816), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5822), 1, anon_sym_AMP, - ACTIONS(5836), 1, - anon_sym_map_LBRACK, - STATE(2687), 1, + STATE(2795), 1, sym_plain_type, - STATE(4489), 1, + STATE(4579), 1, sym_reference_expression, - STATE(2501), 2, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3086), 2, + STATE(3088), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284059,55 +284229,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103982] = 22, + [104025] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(4557), 1, + ACTIONS(4565), 1, anon_sym_LPAREN, - ACTIONS(4559), 1, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(4561), 1, + ACTIONS(4569), 1, anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(4575), 1, + ACTIONS(4583), 1, anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(4585), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(4587), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(4589), 1, anon_sym_atomic, - ACTIONS(5838), 1, + ACTIONS(5816), 1, anon_sym_QMARK, - ACTIONS(5840), 1, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5842), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5844), 1, + ACTIONS(5822), 1, anon_sym_AMP, STATE(2793), 1, sym_plain_type, - STATE(4577), 1, + STATE(4579), 1, sym_reference_expression, - STATE(2676), 2, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3087), 2, + STATE(3089), 2, sym_line_comment, sym_block_comment, - STATE(2753), 4, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2754), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284120,55 +284290,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104065] = 22, + [104108] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5710), 1, - anon_sym_LPAREN, ACTIONS(5714), 1, + anon_sym_LPAREN, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5724), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, - STATE(1488), 1, + STATE(1508), 1, sym_plain_type, - STATE(4584), 1, + STATE(4586), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3088), 2, + STATE(3090), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284181,55 +284351,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104148] = 22, + [104191] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3790), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(1978), 1, + STATE(1977), 1, sym_plain_type, - STATE(4468), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3089), 2, + STATE(3091), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284242,7 +284412,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104231] = 22, + [104274] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -284257,40 +284427,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(3984), 1, + STATE(4002), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3090), 2, + STATE(3092), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284303,55 +284473,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104314] = 22, + [104357] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5710), 1, - anon_sym_LPAREN, ACTIONS(5714), 1, + anon_sym_LPAREN, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5724), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, - STATE(1502), 1, + STATE(1513), 1, sym_plain_type, - STATE(4584), 1, + STATE(4586), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3091), 2, + STATE(3093), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284364,7 +284534,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104397] = 22, + [104440] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -284379,40 +284549,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4625), 1, + STATE(4630), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3092), 2, + STATE(3094), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284425,55 +284595,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104480] = 22, + [104523] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(4557), 1, + ACTIONS(4565), 1, anon_sym_LPAREN, - ACTIONS(4559), 1, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(4561), 1, + ACTIONS(4569), 1, anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(4575), 1, + ACTIONS(4583), 1, anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(4585), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(4587), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(4589), 1, anon_sym_atomic, - ACTIONS(5838), 1, + ACTIONS(5816), 1, anon_sym_QMARK, - ACTIONS(5840), 1, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5842), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5844), 1, + ACTIONS(5822), 1, anon_sym_AMP, - STATE(2791), 1, + STATE(2782), 1, sym_plain_type, - STATE(4577), 1, + STATE(4579), 1, sym_reference_expression, - STATE(2676), 2, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3093), 2, + STATE(3095), 2, sym_line_comment, sym_block_comment, - STATE(2753), 4, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2754), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284486,55 +284656,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104563] = 22, + [104606] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3812), 1, + anon_sym_LPAREN, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3830), 1, + anon_sym_map_LBRACK, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5710), 1, - anon_sym_LPAREN, - ACTIONS(5714), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5832), 1, anon_sym_AMP, - ACTIONS(5724), 1, - anon_sym_map_LBRACK, - STATE(1505), 1, + STATE(1978), 1, sym_plain_type, - STATE(4584), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3094), 2, + STATE(3096), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284547,55 +284717,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104646] = 22, + [104689] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(4557), 1, - anon_sym_LPAREN, - ACTIONS(4559), 1, - anon_sym_fn, - ACTIONS(4561), 1, - anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(5610), 1, + anon_sym_fn, + ACTIONS(5622), 1, anon_sym_shared, - ACTIONS(4575), 1, - anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(5626), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(5628), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(5630), 1, anon_sym_atomic, - ACTIONS(5838), 1, + ACTIONS(5698), 1, + anon_sym_LPAREN, + ACTIONS(5702), 1, + anon_sym_STAR, + ACTIONS(5704), 1, anon_sym_QMARK, - ACTIONS(5840), 1, + ACTIONS(5706), 1, anon_sym_BANG, - ACTIONS(5842), 1, + ACTIONS(5708), 1, anon_sym_LBRACK2, - ACTIONS(5844), 1, + ACTIONS(5710), 1, anon_sym_AMP, - STATE(2780), 1, + ACTIONS(5712), 1, + anon_sym_map_LBRACK, + STATE(1698), 1, sym_plain_type, - STATE(4577), 1, + STATE(4479), 1, sym_reference_expression, - STATE(2676), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3095), 2, + STATE(3097), 2, sym_line_comment, sym_block_comment, - STATE(2753), 4, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2754), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284608,55 +284778,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104729] = 22, + [104772] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3790), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(1979), 1, + STATE(1981), 1, sym_plain_type, - STATE(4468), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3096), 2, + STATE(3098), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284669,55 +284839,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104812] = 22, + [104855] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, ACTIONS(3752), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3754), 1, + anon_sym_thread, + ACTIONS(3756), 1, anon_sym_atomic, - ACTIONS(5856), 1, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5860), 1, + ACTIONS(5838), 1, anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5844), 1, anon_sym_AMP, - ACTIONS(5868), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(1920), 1, + STATE(1931), 1, sym_plain_type, - STATE(4552), 1, + STATE(4554), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3097), 2, + STATE(3099), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284730,7 +284900,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104895] = 22, + [104938] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -284745,40 +284915,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(3868), 1, - sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3098), 2, + STATE(4694), 1, + sym_plain_type, + STATE(3100), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284791,55 +284961,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104978] = 22, + [105021] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5822), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(1202), 1, + STATE(498), 1, sym_plain_type, - STATE(4510), 1, + STATE(4540), 1, sym_reference_expression, - STATE(1166), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3099), 2, + STATE(3101), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284852,55 +285022,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105061] = 22, + [105104] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(4565), 1, + anon_sym_LPAREN, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(4569), 1, + anon_sym_STAR, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(4583), 1, + anon_sym_map_LBRACK, + ACTIONS(4585), 1, + anon_sym_chan, + ACTIONS(4587), 1, + anon_sym_thread, + ACTIONS(4589), 1, + anon_sym_atomic, + ACTIONS(5816), 1, + anon_sym_QMARK, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5822), 1, anon_sym_AMP, - STATE(4653), 1, - sym_reference_expression, - STATE(4662), 1, + STATE(2765), 1, sym_plain_type, - STATE(3100), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, + STATE(4579), 1, + sym_reference_expression, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(3102), 2, + sym_line_comment, + sym_block_comment, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284913,55 +285083,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105144] = 22, + [105187] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(3664), 1, - anon_sym_struct, - ACTIONS(5610), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(5622), 1, + ACTIONS(575), 1, + anon_sym_struct, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(5626), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(5628), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(5630), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5698), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5700), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5702), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5704), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5706), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5708), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(1697), 1, + STATE(738), 1, sym_plain_type, - STATE(4480), 1, + STATE(4540), 1, sym_reference_expression, - STATE(3101), 2, - sym_line_comment, - sym_block_comment, - STATE(3437), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1699), 4, + STATE(3103), 2, + sym_line_comment, + sym_block_comment, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284974,55 +285144,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105227] = 22, + [105270] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(4557), 1, + ACTIONS(4565), 1, anon_sym_LPAREN, - ACTIONS(4559), 1, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(4561), 1, + ACTIONS(4569), 1, anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(4575), 1, + ACTIONS(4583), 1, anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(4585), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(4587), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(4589), 1, anon_sym_atomic, - ACTIONS(5838), 1, + ACTIONS(5816), 1, anon_sym_QMARK, - ACTIONS(5840), 1, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5842), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5844), 1, + ACTIONS(5822), 1, anon_sym_AMP, - STATE(2764), 1, + STATE(2780), 1, sym_plain_type, - STATE(4577), 1, + STATE(4579), 1, sym_reference_expression, - STATE(2676), 2, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3102), 2, + STATE(3104), 2, sym_line_comment, sym_block_comment, - STATE(2753), 4, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2754), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285035,7 +285205,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105310] = 22, + [105353] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -285050,40 +285220,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(3957), 1, + STATE(3971), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3103), 2, + STATE(3105), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285096,55 +285266,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105393] = 22, + [105436] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, ACTIONS(3752), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3754), 1, + anon_sym_thread, + ACTIONS(3756), 1, anon_sym_atomic, - ACTIONS(5856), 1, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5860), 1, + ACTIONS(5838), 1, anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5844), 1, anon_sym_AMP, - ACTIONS(5868), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(1871), 1, + STATE(1878), 1, sym_plain_type, - STATE(4552), 1, + STATE(4554), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3104), 2, + STATE(3106), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285157,55 +285327,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105476] = 22, + [105519] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(3752), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(3754), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(3756), 1, anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5838), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5844), 1, anon_sym_AMP, - ACTIONS(5808), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(871), 1, + STATE(1875), 1, sym_plain_type, - STATE(4541), 1, + STATE(4554), 1, sym_reference_expression, - STATE(417), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3105), 2, + STATE(3107), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285218,55 +285388,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105559] = 22, + [105602] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, - sym_identifier, - ACTIONS(3790), 1, - anon_sym_LPAREN, - ACTIONS(3792), 1, - anon_sym_fn, - ACTIONS(3796), 1, - anon_sym_struct, - ACTIONS(3806), 1, - anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(87), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(89), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(615), 1, + anon_sym_shared, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5848), 1, - anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(1982), 1, + STATE(4104), 1, sym_plain_type, - STATE(4468), 1, + STATE(4655), 1, sym_reference_expression, - STATE(1958), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3106), 2, + STATE(3108), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285279,55 +285449,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105642] = 22, + [105685] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3752), 1, + anon_sym_chan, + ACTIONS(3754), 1, + anon_sym_thread, + ACTIONS(3756), 1, + anon_sym_atomic, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5838), 1, + anon_sym_QMARK, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5844), 1, anon_sym_AMP, - STATE(4636), 1, + ACTIONS(5846), 1, + anon_sym_map_LBRACK, + STATE(1874), 1, sym_plain_type, - STATE(4653), 1, + STATE(4554), 1, sym_reference_expression, - STATE(3107), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(3109), 2, + sym_line_comment, + sym_block_comment, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285340,7 +285510,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105725] = 22, + [105768] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -285355,40 +285525,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(2383), 1, + STATE(4638), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3108), 2, + STATE(3110), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285401,7 +285571,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105808] = 22, + [105851] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -285416,40 +285586,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, STATE(4511), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3109), 2, + STATE(3111), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285462,7 +285632,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105891] = 22, + [105934] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -285477,40 +285647,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(2384), 1, + STATE(2404), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3110), 2, + STATE(3112), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285523,55 +285693,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105974] = 22, + [106017] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3993), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(2420), 1, + STATE(2414), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2341), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3111), 2, + STATE(3113), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285584,55 +285754,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106057] = 22, + [106100] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(4557), 1, + ACTIONS(4565), 1, anon_sym_LPAREN, - ACTIONS(4559), 1, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(4561), 1, + ACTIONS(4569), 1, anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(4575), 1, + ACTIONS(4583), 1, anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(4585), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(4587), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(4589), 1, anon_sym_atomic, - ACTIONS(5838), 1, + ACTIONS(5816), 1, anon_sym_QMARK, - ACTIONS(5840), 1, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5842), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5844), 1, + ACTIONS(5822), 1, anon_sym_AMP, - STATE(2779), 1, + STATE(2777), 1, sym_plain_type, - STATE(4577), 1, + STATE(4579), 1, sym_reference_expression, - STATE(2676), 2, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3112), 2, + STATE(3114), 2, sym_line_comment, sym_block_comment, - STATE(2753), 4, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2754), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285645,55 +285815,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106140] = 22, + [106183] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(4557), 1, + ACTIONS(4565), 1, anon_sym_LPAREN, - ACTIONS(4559), 1, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(4561), 1, + ACTIONS(4569), 1, anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(4575), 1, + ACTIONS(4583), 1, anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(4585), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(4587), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(4589), 1, anon_sym_atomic, - ACTIONS(5838), 1, + ACTIONS(5816), 1, anon_sym_QMARK, - ACTIONS(5840), 1, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5842), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5844), 1, + ACTIONS(5822), 1, anon_sym_AMP, - STATE(2776), 1, + STATE(2768), 1, sym_plain_type, - STATE(4577), 1, + STATE(4579), 1, sym_reference_expression, - STATE(2676), 2, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3113), 2, + STATE(3115), 2, sym_line_comment, sym_block_comment, - STATE(2753), 4, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2754), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285706,55 +285876,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106223] = 22, + [106266] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(3686), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(3688), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(3690), 1, anon_sym_atomic, - ACTIONS(5856), 1, + ACTIONS(5698), 1, anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(5870), 1, anon_sym_STAR, - ACTIONS(5860), 1, + ACTIONS(5872), 1, anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5874), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5876), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5878), 1, anon_sym_AMP, - ACTIONS(5868), 1, + ACTIONS(5880), 1, anon_sym_map_LBRACK, - STATE(1868), 1, + STATE(1689), 1, sym_plain_type, - STATE(4552), 1, + STATE(4501), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3114), 2, + STATE(3116), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285767,55 +285937,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106306] = 22, + [106349] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3993), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(2424), 1, + STATE(2439), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2341), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3115), 2, + STATE(3117), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285828,55 +285998,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106389] = 22, + [106432] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3993), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(2426), 1, + STATE(2453), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2341), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3116), 2, + STATE(3118), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285889,55 +286059,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106472] = 22, + [106515] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3678), 1, - anon_sym_chan, - ACTIONS(3680), 1, - anon_sym_thread, - ACTIONS(3682), 1, - anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(5870), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5872), 1, - anon_sym_QMARK, - ACTIONS(5874), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5876), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5878), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5880), 1, - anon_sym_map_LBRACK, - STATE(1668), 1, - sym_plain_type, - STATE(4506), 1, + STATE(4655), 1, sym_reference_expression, - STATE(1707), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3117), 2, + STATE(4666), 1, + sym_plain_type, + STATE(3119), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285950,55 +286120,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106555] = 22, + [106598] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3993), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(2898), 1, + STATE(2896), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2341), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3118), 2, + STATE(3120), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286011,55 +286181,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106638] = 22, + [106681] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(4557), 1, + ACTIONS(4565), 1, anon_sym_LPAREN, - ACTIONS(4559), 1, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(4561), 1, + ACTIONS(4569), 1, anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(4575), 1, + ACTIONS(4583), 1, anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(4585), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(4587), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(4589), 1, anon_sym_atomic, - ACTIONS(5838), 1, + ACTIONS(5816), 1, anon_sym_QMARK, - ACTIONS(5840), 1, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5842), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5844), 1, + ACTIONS(5822), 1, anon_sym_AMP, STATE(2767), 1, sym_plain_type, - STATE(4577), 1, + STATE(4579), 1, sym_reference_expression, - STATE(2676), 2, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3119), 2, + STATE(3121), 2, sym_line_comment, sym_block_comment, - STATE(2753), 4, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2754), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286072,55 +286242,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106721] = 22, + [106764] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(4557), 1, + ACTIONS(4565), 1, anon_sym_LPAREN, - ACTIONS(4559), 1, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(4561), 1, + ACTIONS(4569), 1, anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(4575), 1, + ACTIONS(4583), 1, anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(4585), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(4587), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(4589), 1, anon_sym_atomic, - ACTIONS(5838), 1, + ACTIONS(5816), 1, anon_sym_QMARK, - ACTIONS(5840), 1, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5842), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5844), 1, + ACTIONS(5822), 1, anon_sym_AMP, STATE(2766), 1, sym_plain_type, - STATE(4577), 1, + STATE(4579), 1, sym_reference_expression, - STATE(2676), 2, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3120), 2, + STATE(3122), 2, sym_line_comment, sym_block_comment, - STATE(2753), 4, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2754), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286133,31 +286303,29 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106804] = 22, + [106847] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(4557), 1, - anon_sym_LPAREN, - ACTIONS(4559), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(4561), 1, - anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(4575), 1, - anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(3752), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(3754), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(3756), 1, anon_sym_atomic, + ACTIONS(5834), 1, + anon_sym_LPAREN, + ACTIONS(5836), 1, + anon_sym_STAR, ACTIONS(5838), 1, anon_sym_QMARK, ACTIONS(5840), 1, @@ -286166,22 +286334,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, ACTIONS(5844), 1, anon_sym_AMP, - STATE(2765), 1, + ACTIONS(5846), 1, + anon_sym_map_LBRACK, + STATE(1923), 1, sym_plain_type, - STATE(4577), 1, + STATE(4554), 1, sym_reference_expression, - STATE(2676), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3121), 2, + STATE(3123), 2, sym_line_comment, sym_block_comment, - STATE(2753), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2754), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286194,55 +286364,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106887] = 22, + [106930] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, ACTIONS(3752), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3754), 1, + anon_sym_thread, + ACTIONS(3756), 1, anon_sym_atomic, - ACTIONS(5856), 1, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5860), 1, + ACTIONS(5838), 1, anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5844), 1, anon_sym_AMP, - ACTIONS(5868), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(1914), 1, + STATE(1924), 1, sym_plain_type, - STATE(4552), 1, + STATE(4554), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3122), 2, + STATE(3124), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286255,7 +286425,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106970] = 22, + [107013] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -286270,101 +286440,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4645), 1, + STATE(4649), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3123), 2, + STATE(3125), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [107053] = 22, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(3728), 1, - sym_identifier, - ACTIONS(3732), 1, - anon_sym_fn, - ACTIONS(3736), 1, - anon_sym_struct, - ACTIONS(3746), 1, - anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, - ACTIONS(3752), 1, - anon_sym_thread, - ACTIONS(3754), 1, - anon_sym_atomic, - ACTIONS(5856), 1, - anon_sym_LPAREN, - ACTIONS(5858), 1, - anon_sym_STAR, - ACTIONS(5860), 1, - anon_sym_QMARK, - ACTIONS(5862), 1, - anon_sym_BANG, - ACTIONS(5864), 1, - anon_sym_LBRACK2, - ACTIONS(5866), 1, - anon_sym_AMP, - ACTIONS(5868), 1, - anon_sym_map_LBRACK, - STATE(1867), 1, - sym_plain_type, - STATE(4552), 1, - sym_reference_expression, - STATE(1808), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3124), 2, - sym_line_comment, - sym_block_comment, - STATE(1938), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286377,116 +286486,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107136] = 22, + [107096] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3993), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(2896), 1, + STATE(2895), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2341), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3125), 2, - sym_line_comment, - sym_block_comment, - STATE(2350), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2349), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [107219] = 22, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, - sym_identifier, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(623), 1, - anon_sym_shared, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5402), 1, - anon_sym_BANG, - ACTIONS(5404), 1, - anon_sym_LBRACK2, - ACTIONS(5406), 1, - anon_sym_AMP, - STATE(4538), 1, - sym_plain_type, - STATE(4653), 1, - sym_reference_expression, STATE(3126), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286499,7 +286547,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107302] = 22, + [107179] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -286514,40 +286562,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(2385), 1, + STATE(4285), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(3127), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286560,7 +286608,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107385] = 22, + [107262] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -286575,40 +286623,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4093), 1, + STATE(4530), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, STATE(3128), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286621,26 +286669,26 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107468] = 22, + [107345] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(3686), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(3688), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(3690), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5698), 1, anon_sym_LPAREN, ACTIONS(5870), 1, anon_sym_STAR, @@ -286654,22 +286702,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(5880), 1, anon_sym_map_LBRACK, - STATE(1671), 1, + STATE(1673), 1, sym_plain_type, - STATE(4506), 1, + STATE(4501), 1, sym_reference_expression, - STATE(1707), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, STATE(3129), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286682,26 +286730,26 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107551] = 22, + [107428] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(3686), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(3688), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(3690), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5698), 1, anon_sym_LPAREN, ACTIONS(5870), 1, anon_sym_STAR, @@ -286715,22 +286763,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(5880), 1, anon_sym_map_LBRACK, - STATE(1688), 1, + STATE(1674), 1, sym_plain_type, - STATE(4506), 1, + STATE(4501), 1, sym_reference_expression, - STATE(1707), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, STATE(3130), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286743,55 +286791,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107634] = 22, + [107511] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, - sym_identifier, ACTIONS(3664), 1, - anon_sym_struct, - ACTIONS(5610), 1, + sym_identifier, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(5622), 1, + ACTIONS(3672), 1, + anon_sym_struct, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(5626), 1, + ACTIONS(3686), 1, anon_sym_chan, - ACTIONS(5628), 1, + ACTIONS(3688), 1, anon_sym_thread, - ACTIONS(5630), 1, + ACTIONS(3690), 1, anon_sym_atomic, - ACTIONS(5694), 1, - anon_sym_LPAREN, ACTIONS(5698), 1, + anon_sym_LPAREN, + ACTIONS(5870), 1, anon_sym_STAR, - ACTIONS(5700), 1, + ACTIONS(5872), 1, anon_sym_QMARK, - ACTIONS(5702), 1, + ACTIONS(5874), 1, anon_sym_BANG, - ACTIONS(5704), 1, + ACTIONS(5876), 1, anon_sym_LBRACK2, - ACTIONS(5706), 1, + ACTIONS(5878), 1, anon_sym_AMP, - ACTIONS(5708), 1, + ACTIONS(5880), 1, anon_sym_map_LBRACK, - STATE(1693), 1, + STATE(1698), 1, sym_plain_type, - STATE(4480), 1, + STATE(4501), 1, sym_reference_expression, + STATE(1701), 2, + sym_type_reference_expression, + sym_qualified_type, STATE(3131), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286804,55 +286852,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107717] = 22, + [107594] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5714), 1, anon_sym_LPAREN, - ACTIONS(5870), 1, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5872), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5874), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5876), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5878), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5880), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, - STATE(1767), 1, + STATE(1505), 1, sym_plain_type, - STATE(4506), 1, + STATE(4586), 1, sym_reference_expression, - STATE(1707), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, STATE(3132), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286865,55 +286913,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107800] = 22, + [107677] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, - ACTIONS(3752), 1, - anon_sym_thread, - ACTIONS(3754), 1, - anon_sym_atomic, - ACTIONS(5856), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5860), 1, - anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5868), 1, - anon_sym_map_LBRACK, - STATE(1915), 1, + STATE(2405), 1, sym_plain_type, - STATE(4552), 1, + STATE(4655), 1, sym_reference_expression, - STATE(1808), 2, - sym_type_reference_expression, - sym_qualified_type, STATE(3133), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286926,14 +286974,14 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107883] = 22, + [107760] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, ACTIONS(5610), 1, anon_sym_fn, @@ -286945,36 +286993,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(5630), 1, anon_sym_atomic, - ACTIONS(5694), 1, - anon_sym_LPAREN, ACTIONS(5698), 1, + anon_sym_LPAREN, + ACTIONS(5702), 1, anon_sym_STAR, - ACTIONS(5700), 1, + ACTIONS(5704), 1, anon_sym_QMARK, - ACTIONS(5702), 1, + ACTIONS(5706), 1, anon_sym_BANG, - ACTIONS(5704), 1, + ACTIONS(5708), 1, anon_sym_LBRACK2, - ACTIONS(5706), 1, + ACTIONS(5710), 1, anon_sym_AMP, - ACTIONS(5708), 1, + ACTIONS(5712), 1, anon_sym_map_LBRACK, - STATE(1669), 1, + STATE(1703), 1, sym_plain_type, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, STATE(3134), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, + STATE(3438), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286987,42 +287035,42 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107966] = 22, + [107843] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(3818), 1, + ACTIONS(3784), 1, anon_sym_LPAREN, - ACTIONS(3820), 1, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(3824), 1, + ACTIONS(3790), 1, anon_sym_struct, - ACTIONS(3834), 1, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3836), 1, + ACTIONS(3802), 1, anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(3804), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(3806), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(3808), 1, anon_sym_atomic, - ACTIONS(5882), 1, + ACTIONS(5792), 1, anon_sym_STAR, - ACTIONS(5884), 1, + ACTIONS(5794), 1, anon_sym_QMARK, - ACTIONS(5886), 1, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5888), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5890), 1, + ACTIONS(5800), 1, anon_sym_AMP, - STATE(2022), 1, + STATE(2120), 1, sym_plain_type, - STATE(4531), 1, + STATE(4533), 1, sym_reference_expression, STATE(1950), 2, sym_type_reference_expression, @@ -287030,12 +287078,12 @@ static const uint16_t ts_small_parse_table[] = { STATE(3135), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287048,55 +287096,116 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108049] = 22, + [107926] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3476), 1, - anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(5610), 1, + anon_sym_fn, + ACTIONS(5622), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(5626), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(5628), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(5630), 1, anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(5698), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(5702), 1, anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5704), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5706), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5708), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5710), 1, anon_sym_AMP, - ACTIONS(5822), 1, + ACTIONS(5712), 1, anon_sym_map_LBRACK, - STATE(1201), 1, + STATE(1677), 1, sym_plain_type, - STATE(4510), 1, + STATE(4479), 1, sym_reference_expression, - STATE(1166), 2, + STATE(3136), 2, + sym_line_comment, + sym_block_comment, + STATE(3438), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3136), 2, + STATE(1704), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(1672), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [108009] = 22, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(615), 1, + anon_sym_shared, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5424), 1, + anon_sym_BANG, + ACTIONS(5426), 1, + anon_sym_LBRACK2, + ACTIONS(5428), 1, + anon_sym_AMP, + STATE(2410), 1, + sym_plain_type, + STATE(4655), 1, + sym_reference_expression, + STATE(3137), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287109,55 +287218,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108132] = 22, + [108092] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(3504), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(5870), 1, + ACTIONS(5884), 1, anon_sym_STAR, - ACTIONS(5872), 1, + ACTIONS(5886), 1, anon_sym_QMARK, - ACTIONS(5874), 1, + ACTIONS(5888), 1, anon_sym_BANG, - ACTIONS(5876), 1, + ACTIONS(5890), 1, anon_sym_LBRACK2, - ACTIONS(5878), 1, + ACTIONS(5892), 1, anon_sym_AMP, - ACTIONS(5880), 1, + ACTIONS(5894), 1, anon_sym_map_LBRACK, - STATE(1765), 1, + STATE(1235), 1, sym_plain_type, - STATE(4506), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1707), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3137), 2, + STATE(3138), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287170,55 +287279,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108215] = 22, + [108175] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(3504), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(5870), 1, + ACTIONS(5884), 1, anon_sym_STAR, - ACTIONS(5872), 1, + ACTIONS(5886), 1, anon_sym_QMARK, - ACTIONS(5874), 1, + ACTIONS(5888), 1, anon_sym_BANG, - ACTIONS(5876), 1, + ACTIONS(5890), 1, anon_sym_LBRACK2, - ACTIONS(5878), 1, + ACTIONS(5892), 1, anon_sym_AMP, - ACTIONS(5880), 1, + ACTIONS(5894), 1, anon_sym_map_LBRACK, - STATE(1697), 1, + STATE(1237), 1, sym_plain_type, - STATE(4506), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1707), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3138), 2, + STATE(3139), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287231,55 +287340,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108298] = 22, + [108258] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(3686), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(3688), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(3690), 1, anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(5698), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(5870), 1, anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5872), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5874), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5876), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5878), 1, anon_sym_AMP, - ACTIONS(5808), 1, + ACTIONS(5880), 1, anon_sym_map_LBRACK, - STATE(486), 1, + STATE(1703), 1, sym_plain_type, - STATE(4541), 1, + STATE(4501), 1, sym_reference_expression, - STATE(417), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3139), 2, + STATE(3140), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287292,55 +287401,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108381] = 22, + [108341] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, ACTIONS(3752), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3754), 1, + anon_sym_thread, + ACTIONS(3756), 1, anon_sym_atomic, - ACTIONS(5856), 1, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5860), 1, + ACTIONS(5838), 1, anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5844), 1, anon_sym_AMP, - ACTIONS(5868), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(1934), 1, + STATE(1945), 1, sym_plain_type, - STATE(4552), 1, + STATE(4554), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3140), 2, + STATE(3141), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287353,55 +287462,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108464] = 22, + [108424] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(3752), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(3754), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(3756), 1, anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5838), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5844), 1, anon_sym_AMP, - ACTIONS(5822), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(1257), 1, + STATE(1932), 1, sym_plain_type, - STATE(4510), 1, + STATE(4554), 1, sym_reference_expression, - STATE(1166), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3141), 2, + STATE(3142), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287414,55 +287523,116 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108547] = 22, + [108507] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(3478), 1, + sym_identifier, + ACTIONS(3482), 1, + anon_sym_fn, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3496), 1, + anon_sym_shared, + ACTIONS(3500), 1, + anon_sym_chan, + ACTIONS(3502), 1, + anon_sym_thread, + ACTIONS(3504), 1, + anon_sym_atomic, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(5884), 1, + anon_sym_STAR, + ACTIONS(5886), 1, + anon_sym_QMARK, + ACTIONS(5888), 1, + anon_sym_BANG, + ACTIONS(5890), 1, + anon_sym_LBRACK2, + ACTIONS(5892), 1, + anon_sym_AMP, + ACTIONS(5894), 1, + anon_sym_map_LBRACK, + STATE(1287), 1, + sym_plain_type, + STATE(4512), 1, + sym_reference_expression, + STATE(1170), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3143), 2, + sym_line_comment, + sym_block_comment, + STATE(1248), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(1246), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [108590] = 22, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(565), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(3987), 1, - anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(575), 1, + anon_sym_struct, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(3999), 1, - anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5848), 1, + anon_sym_LPAREN, + ACTIONS(5850), 1, + anon_sym_STAR, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5858), 1, anon_sym_AMP, - STATE(2445), 1, + ACTIONS(5860), 1, + anon_sym_map_LBRACK, + STATE(737), 1, sym_plain_type, - STATE(4653), 1, + STATE(4540), 1, sym_reference_expression, - STATE(2341), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3142), 2, + STATE(3144), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287475,55 +287645,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108630] = 22, + [108673] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, ACTIONS(3752), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3754), 1, + anon_sym_thread, + ACTIONS(3756), 1, anon_sym_atomic, - ACTIONS(5856), 1, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5860), 1, + ACTIONS(5838), 1, anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5844), 1, anon_sym_AMP, - ACTIONS(5868), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(1921), 1, + STATE(1935), 1, sym_plain_type, - STATE(4552), 1, + STATE(4554), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3143), 2, + STATE(3145), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287536,55 +287706,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108713] = 22, + [108756] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, ACTIONS(3752), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3754), 1, + anon_sym_thread, + ACTIONS(3756), 1, anon_sym_atomic, - ACTIONS(5856), 1, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5860), 1, + ACTIONS(5838), 1, anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5844), 1, anon_sym_AMP, - ACTIONS(5868), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(1924), 1, + STATE(1942), 1, sym_plain_type, - STATE(4552), 1, + STATE(4554), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3144), 2, + STATE(3146), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287597,7 +287767,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108796] = 22, + [108839] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -287612,40 +287782,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4565), 1, + STATE(4567), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3145), 2, + STATE(3147), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287658,26 +287828,26 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108879] = 22, + [108922] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(3686), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(3688), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(3690), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5698), 1, anon_sym_LPAREN, ACTIONS(5870), 1, anon_sym_STAR, @@ -287691,22 +287861,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(5880), 1, anon_sym_map_LBRACK, - STATE(1693), 1, + STATE(1677), 1, sym_plain_type, - STATE(4506), 1, + STATE(4501), 1, sym_reference_expression, - STATE(1707), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3146), 2, + STATE(3148), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287719,55 +287889,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108962] = 22, + [109005] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3993), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(2455), 1, + STATE(2443), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2341), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3147), 2, + STATE(3149), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287780,55 +287950,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109045] = 22, + [109088] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3993), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(2457), 1, + STATE(2434), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2341), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3148), 2, + STATE(3150), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287841,55 +288011,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109128] = 22, + [109171] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(3983), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(3985), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(3987), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5896), 1, anon_sym_LPAREN, - ACTIONS(5870), 1, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5872), 1, + ACTIONS(5900), 1, anon_sym_QMARK, - ACTIONS(5874), 1, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5876), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5878), 1, + ACTIONS(5906), 1, anon_sym_AMP, - ACTIONS(5880), 1, + ACTIONS(5908), 1, anon_sym_map_LBRACK, - STATE(1669), 1, + STATE(2290), 1, sym_plain_type, - STATE(4506), 1, + STATE(4571), 1, sym_reference_expression, - STATE(1707), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3149), 2, + STATE(3151), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287902,7 +288072,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109211] = 22, + [109254] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -287917,40 +288087,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(4689), 1, + STATE(4691), 1, sym_plain_type, - STATE(3150), 2, + STATE(3152), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287963,55 +288133,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109294] = 22, + [109337] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(3983), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(3985), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(3987), 1, anon_sym_atomic, - ACTIONS(5892), 1, + ACTIONS(5896), 1, anon_sym_LPAREN, - ACTIONS(5894), 1, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5900), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5906), 1, anon_sym_AMP, - ACTIONS(5904), 1, + ACTIONS(5908), 1, anon_sym_map_LBRACK, - STATE(2259), 1, + STATE(2307), 1, sym_plain_type, - STATE(4569), 1, + STATE(4571), 1, sym_reference_expression, - STATE(2190), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3151), 2, + STATE(3153), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288024,55 +288194,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109377] = 22, + [109420] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(3504), 1, anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(5884), 1, anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5886), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5888), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5890), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5892), 1, anon_sym_AMP, - ACTIONS(5822), 1, + ACTIONS(5894), 1, anon_sym_map_LBRACK, - STATE(1258), 1, + STATE(1262), 1, sym_plain_type, - STATE(4510), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1166), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3152), 2, + STATE(3154), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288085,55 +288255,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109460] = 22, + [109503] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(3983), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(3985), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(3987), 1, anon_sym_atomic, - ACTIONS(5892), 1, + ACTIONS(5896), 1, anon_sym_LPAREN, - ACTIONS(5894), 1, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5900), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5906), 1, anon_sym_AMP, - ACTIONS(5904), 1, + ACTIONS(5908), 1, anon_sym_map_LBRACK, - STATE(2312), 1, + STATE(2280), 1, sym_plain_type, - STATE(4569), 1, + STATE(4571), 1, sym_reference_expression, - STATE(2190), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3153), 2, + STATE(3155), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288146,7 +288316,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109543] = 22, + [109586] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -288161,40 +288331,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(2430), 1, + STATE(2442), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3154), 2, + STATE(3156), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288207,7 +288377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109626] = 22, + [109669] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -288222,40 +288392,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(2445), 1, + STATE(2462), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3155), 2, + STATE(3157), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288268,55 +288438,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109709] = 22, + [109752] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(579), 1, - anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(3993), 1, + anon_sym_STAR, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(4005), 1, + anon_sym_map_LBRACK, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5796), 1, - anon_sym_LPAREN, - ACTIONS(5798), 1, - anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5868), 1, anon_sym_AMP, - ACTIONS(5808), 1, - anon_sym_map_LBRACK, - STATE(869), 1, + STATE(2462), 1, sym_plain_type, - STATE(4541), 1, + STATE(4655), 1, sym_reference_expression, - STATE(417), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3156), 2, + STATE(3158), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288329,55 +288499,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109792] = 22, + [109835] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3686), 1, + anon_sym_chan, + ACTIONS(3688), 1, + anon_sym_thread, + ACTIONS(3690), 1, + anon_sym_atomic, + ACTIONS(5698), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(5870), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5872), 1, + anon_sym_QMARK, + ACTIONS(5874), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5876), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5878), 1, anon_sym_AMP, - STATE(4284), 1, + ACTIONS(5880), 1, + anon_sym_map_LBRACK, + STATE(1783), 1, sym_plain_type, - STATE(4653), 1, + STATE(4501), 1, sym_reference_expression, - STATE(3157), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(3159), 2, + sym_line_comment, + sym_block_comment, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288390,7 +288560,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109875] = 22, + [109918] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -288405,40 +288575,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, STATE(4054), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3158), 2, + STATE(3160), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288451,55 +288621,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109958] = 22, + [110001] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(3983), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(3985), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(3987), 1, anon_sym_atomic, - ACTIONS(5892), 1, + ACTIONS(5896), 1, anon_sym_LPAREN, - ACTIONS(5894), 1, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5900), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5906), 1, anon_sym_AMP, - ACTIONS(5904), 1, + ACTIONS(5908), 1, anon_sym_map_LBRACK, - STATE(2278), 1, + STATE(2246), 1, sym_plain_type, - STATE(4569), 1, + STATE(4571), 1, sym_reference_expression, - STATE(2190), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3159), 2, + STATE(3161), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288512,55 +288682,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110041] = 22, + [110084] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, ACTIONS(3752), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3754), 1, + anon_sym_thread, + ACTIONS(3756), 1, anon_sym_atomic, - ACTIONS(5856), 1, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5860), 1, + ACTIONS(5838), 1, anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5844), 1, anon_sym_AMP, - ACTIONS(5868), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(1931), 1, + STATE(1943), 1, sym_plain_type, - STATE(4552), 1, + STATE(4554), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3160), 2, + STATE(3162), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288573,55 +288743,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110124] = 22, + [110167] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5892), 1, + ACTIONS(5714), 1, anon_sym_LPAREN, - ACTIONS(5894), 1, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5904), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, - STATE(2243), 1, + STATE(1506), 1, sym_plain_type, - STATE(4569), 1, + STATE(4586), 1, sym_reference_expression, - STATE(2190), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3161), 2, + STATE(3163), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288634,55 +288804,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110207] = 22, + [110250] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, ACTIONS(3752), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3754), 1, + anon_sym_thread, + ACTIONS(3756), 1, anon_sym_atomic, - ACTIONS(5856), 1, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5860), 1, + ACTIONS(5838), 1, anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5844), 1, anon_sym_AMP, - ACTIONS(5868), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(1932), 1, + STATE(1944), 1, sym_plain_type, - STATE(4552), 1, + STATE(4554), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3162), 2, + STATE(3164), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288695,7 +288865,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110290] = 22, + [110333] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -288710,40 +288880,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, STATE(4562), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3163), 2, + STATE(3165), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288756,55 +288926,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110373] = 22, + [110416] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(3686), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(3688), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(3690), 1, anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(5698), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(5870), 1, anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5872), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5874), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5876), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5878), 1, anon_sym_AMP, - ACTIONS(5808), 1, + ACTIONS(5880), 1, anon_sym_map_LBRACK, - STATE(865), 1, + STATE(1779), 1, sym_plain_type, - STATE(4541), 1, + STATE(4501), 1, sym_reference_expression, - STATE(417), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3164), 2, + STATE(3166), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288817,55 +288987,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110456] = 22, + [110499] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(3983), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(3985), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(3987), 1, anon_sym_atomic, - ACTIONS(5892), 1, + ACTIONS(5896), 1, anon_sym_LPAREN, - ACTIONS(5894), 1, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5900), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5906), 1, anon_sym_AMP, - ACTIONS(5904), 1, + ACTIONS(5908), 1, anon_sym_map_LBRACK, - STATE(2251), 1, + STATE(2278), 1, sym_plain_type, - STATE(4569), 1, + STATE(4571), 1, sym_reference_expression, - STATE(2190), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3165), 2, + STATE(3167), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288878,55 +289048,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110539] = 22, + [110582] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5808), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(659), 1, + STATE(513), 1, sym_plain_type, - STATE(4541), 1, + STATE(4540), 1, sym_reference_expression, - STATE(417), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3166), 2, + STATE(3168), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -288939,14 +289109,14 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110622] = 22, + [110665] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, ACTIONS(5610), 1, anon_sym_fn, @@ -288958,36 +289128,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(5630), 1, anon_sym_atomic, - ACTIONS(5694), 1, - anon_sym_LPAREN, ACTIONS(5698), 1, + anon_sym_LPAREN, + ACTIONS(5702), 1, anon_sym_STAR, - ACTIONS(5700), 1, + ACTIONS(5704), 1, anon_sym_QMARK, - ACTIONS(5702), 1, + ACTIONS(5706), 1, anon_sym_BANG, - ACTIONS(5704), 1, + ACTIONS(5708), 1, anon_sym_LBRACK2, - ACTIONS(5706), 1, + ACTIONS(5710), 1, anon_sym_AMP, - ACTIONS(5708), 1, + ACTIONS(5712), 1, anon_sym_map_LBRACK, - STATE(1691), 1, + STATE(1670), 1, sym_plain_type, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, - STATE(3167), 2, + STATE(3169), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, + STATE(3438), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289000,55 +289170,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110705] = 22, + [110748] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3784), 1, + anon_sym_LPAREN, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3790), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(3802), 1, + anon_sym_map_LBRACK, + ACTIONS(3804), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(3806), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(3808), 1, anon_sym_atomic, - ACTIONS(5856), 1, - anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(5792), 1, anon_sym_STAR, - ACTIONS(5860), 1, + ACTIONS(5794), 1, anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5800), 1, anon_sym_AMP, - ACTIONS(5868), 1, - anon_sym_map_LBRACK, - STATE(1933), 1, + STATE(2074), 1, sym_plain_type, - STATE(4552), 1, + STATE(4533), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1950), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3168), 2, + STATE(3170), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289061,55 +289231,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110788] = 22, + [110831] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(3818), 1, + ACTIONS(3784), 1, anon_sym_LPAREN, - ACTIONS(3820), 1, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(3824), 1, + ACTIONS(3790), 1, anon_sym_struct, - ACTIONS(3834), 1, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3836), 1, + ACTIONS(3802), 1, anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(3804), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(3806), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(3808), 1, anon_sym_atomic, - ACTIONS(5882), 1, + ACTIONS(5792), 1, anon_sym_STAR, - ACTIONS(5884), 1, + ACTIONS(5794), 1, anon_sym_QMARK, - ACTIONS(5886), 1, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5888), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5890), 1, + ACTIONS(5800), 1, anon_sym_AMP, - STATE(2002), 1, + STATE(2092), 1, sym_plain_type, - STATE(4531), 1, + STATE(4533), 1, sym_reference_expression, STATE(1950), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3169), 2, + STATE(3171), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289122,7 +289292,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110871] = 22, + [110914] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -289137,40 +289307,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(2386), 1, + STATE(2480), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3170), 2, + STATE(3172), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289183,14 +289353,14 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110954] = 22, + [110997] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, ACTIONS(5610), 1, anon_sym_fn, @@ -289202,36 +289372,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(5630), 1, anon_sym_atomic, - ACTIONS(5694), 1, - anon_sym_LPAREN, ACTIONS(5698), 1, + anon_sym_LPAREN, + ACTIONS(5702), 1, anon_sym_STAR, - ACTIONS(5700), 1, + ACTIONS(5704), 1, anon_sym_QMARK, - ACTIONS(5702), 1, + ACTIONS(5706), 1, anon_sym_BANG, - ACTIONS(5704), 1, + ACTIONS(5708), 1, anon_sym_LBRACK2, - ACTIONS(5706), 1, + ACTIONS(5710), 1, anon_sym_AMP, - ACTIONS(5708), 1, + ACTIONS(5712), 1, anon_sym_map_LBRACK, - STATE(1695), 1, + STATE(1708), 1, sym_plain_type, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, - STATE(3171), 2, + STATE(3173), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, + STATE(3438), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289244,55 +289414,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111037] = 22, + [111080] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3818), 1, - anon_sym_LPAREN, - ACTIONS(3820), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3824), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3834), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3836), 1, - anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(3504), 1, anon_sym_atomic, ACTIONS(5882), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(5884), 1, - anon_sym_QMARK, + anon_sym_STAR, ACTIONS(5886), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5888), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5890), 1, + anon_sym_LBRACK2, + ACTIONS(5892), 1, anon_sym_AMP, - STATE(2006), 1, + ACTIONS(5894), 1, + anon_sym_map_LBRACK, + STATE(1175), 1, sym_plain_type, - STATE(4531), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1950), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3172), 2, + STATE(3174), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289305,55 +289475,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111120] = 22, + [111163] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(3983), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(3985), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(3987), 1, anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(5896), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5900), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5906), 1, anon_sym_AMP, - ACTIONS(5822), 1, + ACTIONS(5908), 1, anon_sym_map_LBRACK, - STATE(1239), 1, + STATE(2203), 1, sym_plain_type, - STATE(4510), 1, + STATE(4571), 1, sym_reference_expression, - STATE(1166), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3173), 2, + STATE(3175), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289366,55 +289536,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111203] = 22, + [111246] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5892), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5894), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5904), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(2273), 1, + STATE(619), 1, sym_plain_type, - STATE(4569), 1, + STATE(4540), 1, sym_reference_expression, - STATE(2190), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3174), 2, + STATE(3176), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289427,55 +289597,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111286] = 22, + [111329] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(3983), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(3985), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(3987), 1, anon_sym_atomic, - ACTIONS(5892), 1, + ACTIONS(5896), 1, anon_sym_LPAREN, - ACTIONS(5894), 1, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5900), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5906), 1, anon_sym_AMP, - ACTIONS(5904), 1, + ACTIONS(5908), 1, anon_sym_map_LBRACK, - STATE(2246), 1, + STATE(2249), 1, sym_plain_type, - STATE(4569), 1, + STATE(4571), 1, sym_reference_expression, - STATE(2190), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3175), 2, + STATE(3177), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289488,55 +289658,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111369] = 22, + [111412] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3784), 1, + anon_sym_LPAREN, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(3790), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(3802), 1, + anon_sym_map_LBRACK, + ACTIONS(3804), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(3806), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(3808), 1, anon_sym_atomic, - ACTIONS(5892), 1, - anon_sym_LPAREN, - ACTIONS(5894), 1, + ACTIONS(5792), 1, anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5794), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5800), 1, anon_sym_AMP, - ACTIONS(5904), 1, - anon_sym_map_LBRACK, - STATE(2245), 1, + STATE(2155), 1, sym_plain_type, - STATE(4569), 1, + STATE(4533), 1, sym_reference_expression, - STATE(2190), 2, + STATE(1950), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3176), 2, + STATE(3178), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289549,55 +289719,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111452] = 22, + [111495] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(3818), 1, + ACTIONS(3784), 1, anon_sym_LPAREN, - ACTIONS(3820), 1, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(3824), 1, + ACTIONS(3790), 1, anon_sym_struct, - ACTIONS(3834), 1, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3836), 1, + ACTIONS(3802), 1, anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(3804), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(3806), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(3808), 1, anon_sym_atomic, - ACTIONS(5882), 1, + ACTIONS(5792), 1, anon_sym_STAR, - ACTIONS(5884), 1, + ACTIONS(5794), 1, anon_sym_QMARK, - ACTIONS(5886), 1, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5888), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5890), 1, + ACTIONS(5800), 1, anon_sym_AMP, - STATE(2016), 1, + STATE(2121), 1, sym_plain_type, - STATE(4531), 1, + STATE(4533), 1, sym_reference_expression, STATE(1950), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3177), 2, + STATE(3179), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289610,55 +289780,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111535] = 22, + [111578] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5710), 1, - anon_sym_LPAREN, ACTIONS(5714), 1, + anon_sym_LPAREN, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5724), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, - STATE(1493), 1, + STATE(1457), 1, sym_plain_type, - STATE(4584), 1, + STATE(4586), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3178), 2, + STATE(3180), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289671,55 +289841,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111618] = 22, + [111661] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(3818), 1, + ACTIONS(3784), 1, anon_sym_LPAREN, - ACTIONS(3820), 1, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(3824), 1, + ACTIONS(3790), 1, anon_sym_struct, - ACTIONS(3834), 1, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3836), 1, + ACTIONS(3802), 1, anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(3804), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(3806), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(3808), 1, anon_sym_atomic, - ACTIONS(5882), 1, + ACTIONS(5792), 1, anon_sym_STAR, - ACTIONS(5884), 1, + ACTIONS(5794), 1, anon_sym_QMARK, - ACTIONS(5886), 1, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5888), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5890), 1, + ACTIONS(5800), 1, anon_sym_AMP, - STATE(2023), 1, + STATE(2132), 1, sym_plain_type, - STATE(4531), 1, + STATE(4533), 1, sym_reference_expression, STATE(1950), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3179), 2, + STATE(3181), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289732,55 +289902,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111701] = 22, + [111744] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(3818), 1, - anon_sym_LPAREN, - ACTIONS(3820), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(3824), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(3834), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(3836), 1, - anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(3983), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(3985), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(3987), 1, anon_sym_atomic, - ACTIONS(5882), 1, + ACTIONS(5896), 1, + anon_sym_LPAREN, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5884), 1, + ACTIONS(5900), 1, anon_sym_QMARK, - ACTIONS(5886), 1, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5888), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5890), 1, + ACTIONS(5906), 1, anon_sym_AMP, - STATE(2029), 1, + ACTIONS(5908), 1, + anon_sym_map_LBRACK, + STATE(2248), 1, sym_plain_type, - STATE(4531), 1, + STATE(4571), 1, sym_reference_expression, - STATE(1950), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3180), 2, + STATE(3182), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289793,55 +289963,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111784] = 22, + [111827] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3784), 1, + anon_sym_LPAREN, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3790), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3802), 1, + anon_sym_map_LBRACK, + ACTIONS(3804), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3806), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3808), 1, anon_sym_atomic, - ACTIONS(5710), 1, - anon_sym_LPAREN, - ACTIONS(5714), 1, + ACTIONS(5792), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5794), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5800), 1, anon_sym_AMP, - ACTIONS(5724), 1, - anon_sym_map_LBRACK, - STATE(1492), 1, + STATE(2139), 1, sym_plain_type, - STATE(4584), 1, + STATE(4533), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1950), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3181), 2, + STATE(3183), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289854,55 +290024,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111867] = 22, + [111910] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3636), 1, - anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3993), 1, + anon_sym_STAR, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(4005), 1, + anon_sym_map_LBRACK, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5710), 1, - anon_sym_LPAREN, - ACTIONS(5714), 1, - anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5868), 1, anon_sym_AMP, - ACTIONS(5724), 1, - anon_sym_map_LBRACK, - STATE(1489), 1, + STATE(2582), 1, sym_plain_type, - STATE(4584), 1, + STATE(4655), 1, sym_reference_expression, - STATE(1441), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3182), 2, + STATE(3184), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289915,7 +290085,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111950] = 22, + [111993] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -289930,40 +290100,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4579), 1, + STATE(4577), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3183), 2, + STATE(3185), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -289976,55 +290146,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112033] = 22, + [112076] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(3983), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(3985), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(3987), 1, anon_sym_atomic, - ACTIONS(5892), 1, + ACTIONS(5896), 1, anon_sym_LPAREN, - ACTIONS(5894), 1, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5900), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5906), 1, anon_sym_AMP, - ACTIONS(5904), 1, + ACTIONS(5908), 1, anon_sym_map_LBRACK, - STATE(2244), 1, + STATE(2247), 1, sym_plain_type, - STATE(4569), 1, + STATE(4571), 1, sym_reference_expression, - STATE(2190), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3184), 2, + STATE(3186), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290037,14 +290207,14 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112116] = 22, + [112159] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, ACTIONS(5610), 1, anon_sym_fn, @@ -290056,36 +290226,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(5630), 1, anon_sym_atomic, - ACTIONS(5694), 1, - anon_sym_LPAREN, ACTIONS(5698), 1, + anon_sym_LPAREN, + ACTIONS(5702), 1, anon_sym_STAR, - ACTIONS(5700), 1, + ACTIONS(5704), 1, anon_sym_QMARK, - ACTIONS(5702), 1, + ACTIONS(5706), 1, anon_sym_BANG, - ACTIONS(5704), 1, + ACTIONS(5708), 1, anon_sym_LBRACK2, - ACTIONS(5706), 1, + ACTIONS(5710), 1, anon_sym_AMP, - ACTIONS(5708), 1, + ACTIONS(5712), 1, anon_sym_map_LBRACK, - STATE(1704), 1, + STATE(1683), 1, sym_plain_type, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, - STATE(3185), 2, + STATE(3187), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, + STATE(3438), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290098,55 +290268,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112199] = 22, + [112242] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3812), 1, + anon_sym_LPAREN, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3987), 1, - anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(3818), 1, + anon_sym_struct, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5824), 1, + anon_sym_STAR, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(2568), 1, + STATE(2153), 1, sym_plain_type, - STATE(4653), 1, + STATE(4470), 1, sym_reference_expression, - STATE(2341), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3186), 2, + STATE(3188), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290159,55 +290329,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112282] = 22, + [112325] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3790), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(2161), 1, + STATE(2152), 1, sym_plain_type, - STATE(4468), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3187), 2, + STATE(3189), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290220,26 +290390,26 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112365] = 22, + [112408] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(3686), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(3688), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(3690), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5698), 1, anon_sym_LPAREN, ACTIONS(5870), 1, anon_sym_STAR, @@ -290253,22 +290423,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(5880), 1, anon_sym_map_LBRACK, - STATE(1691), 1, + STATE(1792), 1, sym_plain_type, - STATE(4506), 1, + STATE(4501), 1, sym_reference_expression, - STATE(1707), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3188), 2, + STATE(3190), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290281,55 +290451,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112448] = 22, + [112491] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(3790), 1, - anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(3808), 1, - anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3686), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3688), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3690), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5698), 1, + anon_sym_LPAREN, + ACTIONS(5870), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5872), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5874), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5876), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5878), 1, anon_sym_AMP, - STATE(2162), 1, + ACTIONS(5880), 1, + anon_sym_map_LBRACK, + STATE(1670), 1, sym_plain_type, - STATE(4468), 1, + STATE(4501), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3189), 2, + STATE(3191), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290342,55 +290512,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112531] = 22, + [112574] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(3818), 1, + ACTIONS(3784), 1, anon_sym_LPAREN, - ACTIONS(3820), 1, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(3824), 1, + ACTIONS(3790), 1, anon_sym_struct, - ACTIONS(3834), 1, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3836), 1, + ACTIONS(3802), 1, anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(3804), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(3806), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(3808), 1, anon_sym_atomic, - ACTIONS(5882), 1, + ACTIONS(5792), 1, anon_sym_STAR, - ACTIONS(5884), 1, + ACTIONS(5794), 1, anon_sym_QMARK, - ACTIONS(5886), 1, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5888), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5890), 1, + ACTIONS(5800), 1, anon_sym_AMP, - STATE(2058), 1, + STATE(2141), 1, sym_plain_type, - STATE(4531), 1, + STATE(4533), 1, sym_reference_expression, STATE(1950), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3190), 2, + STATE(3192), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290403,55 +290573,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112614] = 22, + [112657] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3993), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(2567), 1, + STATE(2581), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2341), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3191), 2, + STATE(3193), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290464,55 +290634,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112697] = 22, + [112740] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3656), 1, + anon_sym_chan, + ACTIONS(3658), 1, + anon_sym_thread, + ACTIONS(3660), 1, + anon_sym_atomic, + ACTIONS(5714), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5720), 1, + anon_sym_QMARK, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5726), 1, anon_sym_AMP, - STATE(3877), 1, + ACTIONS(5728), 1, + anon_sym_map_LBRACK, + STATE(1481), 1, sym_plain_type, - STATE(4653), 1, + STATE(4586), 1, sym_reference_expression, - STATE(3192), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(3194), 2, + sym_line_comment, + sym_block_comment, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290525,55 +290695,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112780] = 22, + [112823] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(3818), 1, + ACTIONS(3784), 1, anon_sym_LPAREN, - ACTIONS(3820), 1, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(3824), 1, + ACTIONS(3790), 1, anon_sym_struct, - ACTIONS(3834), 1, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3836), 1, + ACTIONS(3802), 1, anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(3804), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(3806), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(3808), 1, anon_sym_atomic, - ACTIONS(5882), 1, + ACTIONS(5792), 1, anon_sym_STAR, - ACTIONS(5884), 1, + ACTIONS(5794), 1, anon_sym_QMARK, - ACTIONS(5886), 1, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5888), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5890), 1, + ACTIONS(5800), 1, anon_sym_AMP, - STATE(1962), 1, + STATE(2144), 1, sym_plain_type, - STATE(4531), 1, + STATE(4533), 1, sym_reference_expression, STATE(1950), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3193), 2, + STATE(3195), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290586,55 +290756,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112863] = 22, + [112906] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5870), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5872), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5874), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5876), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5878), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5880), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(1695), 1, + STATE(2520), 1, sym_plain_type, - STATE(4506), 1, + STATE(4491), 1, sym_reference_expression, - STATE(1707), 2, + STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3194), 2, + STATE(3196), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290647,55 +290817,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112946] = 22, + [112989] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3818), 1, - anon_sym_LPAREN, - ACTIONS(3820), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3824), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3834), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3836), 1, - anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(3504), 1, anon_sym_atomic, ACTIONS(5882), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(5884), 1, - anon_sym_QMARK, + anon_sym_STAR, ACTIONS(5886), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5888), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5890), 1, + anon_sym_LBRACK2, + ACTIONS(5892), 1, anon_sym_AMP, - STATE(2067), 1, + ACTIONS(5894), 1, + anon_sym_map_LBRACK, + STATE(1197), 1, sym_plain_type, - STATE(4531), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1950), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3195), 2, + STATE(3197), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290708,55 +290878,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113029] = 22, + [113072] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(3504), 1, anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(5884), 1, anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5886), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5888), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5890), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5892), 1, anon_sym_AMP, - ACTIONS(5822), 1, + ACTIONS(5894), 1, anon_sym_map_LBRACK, - STATE(1277), 1, + STATE(1286), 1, sym_plain_type, - STATE(4510), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1166), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3196), 2, + STATE(3198), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290769,55 +290939,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113112] = 22, + [113155] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(3504), 1, anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(5884), 1, anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5886), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5888), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5890), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5892), 1, anon_sym_AMP, - ACTIONS(5822), 1, + ACTIONS(5894), 1, anon_sym_map_LBRACK, - STATE(1181), 1, + STATE(1192), 1, sym_plain_type, - STATE(4510), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1166), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3197), 2, + STATE(3199), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290830,26 +291000,26 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113195] = 22, + [113238] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(3686), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(3688), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(3690), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5698), 1, anon_sym_LPAREN, ACTIONS(5870), 1, anon_sym_STAR, @@ -290863,22 +291033,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(5880), 1, anon_sym_map_LBRACK, - STATE(1727), 1, + STATE(1708), 1, sym_plain_type, - STATE(4506), 1, + STATE(4501), 1, sym_reference_expression, - STATE(1707), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3198), 2, + STATE(3200), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290891,7 +291061,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113278] = 22, + [113321] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -290906,40 +291076,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4653), 1, - sym_reference_expression, - STATE(4698), 1, + STATE(3902), 1, sym_plain_type, - STATE(3199), 2, + STATE(4655), 1, + sym_reference_expression, + STATE(3201), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -290952,7 +291122,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113361] = 22, + [113404] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -290967,40 +291137,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(3874), 1, + STATE(3878), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3200), 2, + STATE(3202), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291013,7 +291183,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113444] = 22, + [113487] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -291028,40 +291198,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(3903), 1, - sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3201), 2, + STATE(4692), 1, + sym_plain_type, + STATE(3203), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291074,55 +291244,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113527] = 22, + [113570] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(3454), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(3458), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(3468), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(3472), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(3474), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(3476), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5910), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5912), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5914), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5916), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5918), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5920), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5922), 1, anon_sym_map_LBRACK, - STATE(2630), 1, + STATE(3456), 1, sym_plain_type, - STATE(4489), 1, + STATE(4479), 1, sym_reference_expression, - STATE(2501), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3202), 2, + STATE(3204), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3453), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(3457), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291135,55 +291305,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113610] = 22, + [113653] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(3454), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(3458), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(3468), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(3472), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(3474), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(3476), 1, anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(5910), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(5912), 1, anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5914), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5916), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5918), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5920), 1, anon_sym_AMP, - ACTIONS(5822), 1, + ACTIONS(5922), 1, anon_sym_map_LBRACK, - STATE(1227), 1, + STATE(3459), 1, sym_plain_type, - STATE(4510), 1, + STATE(4479), 1, sym_reference_expression, - STATE(1166), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3203), 2, + STATE(3205), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3453), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(3457), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291196,55 +291366,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113693] = 22, + [113736] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(2631), 1, + STATE(736), 1, sym_plain_type, - STATE(4489), 1, + STATE(4540), 1, sym_reference_expression, - STATE(2501), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3204), 2, + STATE(3206), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291257,55 +291427,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113776] = 22, + [113819] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3448), 1, + ACTIONS(3454), 1, anon_sym_fn, - ACTIONS(3452), 1, + ACTIONS(3458), 1, anon_sym_struct, - ACTIONS(3462), 1, + ACTIONS(3468), 1, anon_sym_shared, - ACTIONS(3466), 1, + ACTIONS(3472), 1, anon_sym_chan, - ACTIONS(3468), 1, + ACTIONS(3474), 1, anon_sym_thread, - ACTIONS(3470), 1, + ACTIONS(3476), 1, anon_sym_atomic, - ACTIONS(5906), 1, + ACTIONS(5910), 1, anon_sym_LPAREN, - ACTIONS(5908), 1, + ACTIONS(5912), 1, anon_sym_STAR, - ACTIONS(5910), 1, + ACTIONS(5914), 1, anon_sym_QMARK, - ACTIONS(5912), 1, + ACTIONS(5916), 1, anon_sym_BANG, - ACTIONS(5914), 1, + ACTIONS(5918), 1, anon_sym_LBRACK2, - ACTIONS(5916), 1, + ACTIONS(5920), 1, anon_sym_AMP, - ACTIONS(5918), 1, + ACTIONS(5922), 1, anon_sym_map_LBRACK, - STATE(3454), 1, + STATE(3471), 1, sym_plain_type, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, - STATE(3205), 2, + STATE(3207), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, + STATE(3438), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3455), 4, + STATE(3453), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3459), 12, + STATE(3457), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291318,55 +291488,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113859] = 22, + [113902] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5710), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5714), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5724), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(1486), 1, + STATE(2649), 1, sym_plain_type, - STATE(4584), 1, + STATE(4491), 1, sym_reference_expression, - STATE(1441), 2, + STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3206), 2, + STATE(3208), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291379,55 +291549,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113942] = 22, + [113985] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(3448), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(3452), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(3462), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(3466), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(3468), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(3470), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5906), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5908), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5910), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5912), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5914), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5916), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5918), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(3457), 1, + STATE(486), 1, sym_plain_type, - STATE(4480), 1, + STATE(4540), 1, sym_reference_expression, - STATE(3207), 2, - sym_line_comment, - sym_block_comment, - STATE(3437), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3455), 4, + STATE(3209), 2, + sym_line_comment, + sym_block_comment, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3459), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291440,55 +291610,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114025] = 22, + [114068] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5808), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(705), 1, + STATE(735), 1, sym_plain_type, - STATE(4541), 1, + STATE(4540), 1, sym_reference_expression, - STATE(417), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3208), 2, + STATE(3210), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291501,55 +291671,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114108] = 22, + [114151] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(3504), 1, anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(5884), 1, anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5886), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5888), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5890), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5892), 1, anon_sym_AMP, - ACTIONS(5822), 1, + ACTIONS(5894), 1, anon_sym_map_LBRACK, - STATE(1282), 1, + STATE(1191), 1, sym_plain_type, - STATE(4510), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1166), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3209), 2, + STATE(3211), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291562,55 +291732,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114191] = 22, + [114234] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(3504), 1, anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(5884), 1, anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5886), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5888), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5890), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5892), 1, anon_sym_AMP, - ACTIONS(5822), 1, + ACTIONS(5894), 1, anon_sym_map_LBRACK, - STATE(1230), 1, + STATE(1203), 1, sym_plain_type, - STATE(4510), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1166), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3210), 2, + STATE(3212), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291623,55 +291793,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114274] = 22, + [114317] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3596), 1, sym_identifier, - ACTIONS(3448), 1, + ACTIONS(3598), 1, + anon_sym_LPAREN, + ACTIONS(3600), 1, anon_sym_fn, - ACTIONS(3452), 1, + ACTIONS(3602), 1, + anon_sym_STAR, + ACTIONS(3604), 1, anon_sym_struct, - ACTIONS(3462), 1, + ACTIONS(3614), 1, anon_sym_shared, - ACTIONS(3466), 1, + ACTIONS(3616), 1, + anon_sym_map_LBRACK, + ACTIONS(3618), 1, anon_sym_chan, - ACTIONS(3468), 1, + ACTIONS(3620), 1, anon_sym_thread, - ACTIONS(3470), 1, + ACTIONS(3622), 1, anon_sym_atomic, - ACTIONS(5906), 1, - anon_sym_LPAREN, - ACTIONS(5908), 1, - anon_sym_STAR, - ACTIONS(5910), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - ACTIONS(5912), 1, + ACTIONS(5926), 1, anon_sym_BANG, - ACTIONS(5914), 1, + ACTIONS(5928), 1, anon_sym_LBRACK2, - ACTIONS(5916), 1, + ACTIONS(5930), 1, anon_sym_AMP, - ACTIONS(5918), 1, - anon_sym_map_LBRACK, - STATE(3462), 1, + STATE(1409), 1, sym_plain_type, - STATE(4480), 1, + STATE(4437), 1, sym_reference_expression, - STATE(3211), 2, - sym_line_comment, - sym_block_comment, - STATE(3437), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3455), 4, + STATE(3213), 2, + sym_line_comment, + sym_block_comment, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3459), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291684,55 +291854,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114357] = 22, + [114400] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(3504), 1, anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(5884), 1, anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5886), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5888), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5890), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5892), 1, anon_sym_AMP, - ACTIONS(5822), 1, + ACTIONS(5894), 1, anon_sym_map_LBRACK, - STATE(1232), 1, + STATE(1209), 1, sym_plain_type, - STATE(4510), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1166), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3212), 2, + STATE(3214), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291745,55 +291915,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114440] = 22, + [114483] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(593), 1, - anon_sym_chan, - ACTIONS(595), 1, - anon_sym_thread, - ACTIONS(597), 1, - anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5800), 1, - anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5808), 1, - anon_sym_map_LBRACK, - STATE(484), 1, + STATE(4008), 1, sym_plain_type, - STATE(4541), 1, + STATE(4655), 1, sym_reference_expression, - STATE(417), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3213), 2, + STATE(3215), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291806,55 +291976,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114523] = 22, + [114566] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5942), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5944), 1, anon_sym_map_LBRACK, - STATE(1117), 1, + STATE(1047), 1, sym_plain_type, - STATE(4447), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1013), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3214), 2, + STATE(3216), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291867,55 +292037,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114606] = 22, + [114649] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5942), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5944), 1, anon_sym_map_LBRACK, - STATE(1116), 1, + STATE(1048), 1, sym_plain_type, - STATE(4447), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1013), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3215), 2, + STATE(3217), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291928,55 +292098,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114689] = 22, + [114732] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5714), 1, anon_sym_LPAREN, - ACTIONS(5870), 1, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5872), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5874), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5876), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5878), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5880), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, - STATE(1704), 1, + STATE(1490), 1, sym_plain_type, - STATE(4506), 1, + STATE(4586), 1, sym_reference_expression, - STATE(1707), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3216), 2, + STATE(3218), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -291989,55 +292159,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114772] = 22, + [114815] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3686), 1, + anon_sym_chan, + ACTIONS(3688), 1, + anon_sym_thread, + ACTIONS(3690), 1, + anon_sym_atomic, + ACTIONS(5698), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(5870), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5872), 1, + anon_sym_QMARK, + ACTIONS(5874), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5876), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5878), 1, anon_sym_AMP, - STATE(4000), 1, + ACTIONS(5880), 1, + anon_sym_map_LBRACK, + STATE(1683), 1, sym_plain_type, - STATE(4653), 1, + STATE(4501), 1, sym_reference_expression, - STATE(3217), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(3219), 2, + sym_line_comment, + sym_block_comment, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292050,7 +292220,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114855] = 22, + [114898] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -292065,40 +292235,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4047), 1, + STATE(4042), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3218), 2, + STATE(3220), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292111,7 +292281,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114938] = 22, + [114981] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -292126,40 +292296,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, STATE(4570), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3219), 2, + STATE(3221), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292172,55 +292342,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115021] = 22, + [115064] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5808), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(483), 1, + STATE(485), 1, sym_plain_type, - STATE(4541), 1, + STATE(4540), 1, sym_reference_expression, - STATE(417), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3220), 2, + STATE(3222), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292233,55 +292403,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115104] = 22, + [115147] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, + ACTIONS(3596), 1, sym_identifier, - ACTIONS(3590), 1, + ACTIONS(3598), 1, anon_sym_LPAREN, - ACTIONS(3592), 1, + ACTIONS(3600), 1, anon_sym_fn, - ACTIONS(3594), 1, + ACTIONS(3602), 1, anon_sym_STAR, - ACTIONS(3596), 1, + ACTIONS(3604), 1, anon_sym_struct, - ACTIONS(3606), 1, + ACTIONS(3614), 1, anon_sym_shared, - ACTIONS(3608), 1, + ACTIONS(3616), 1, anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(3618), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(3620), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(3622), 1, anon_sym_atomic, - ACTIONS(5934), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - ACTIONS(5936), 1, + ACTIONS(5926), 1, anon_sym_BANG, - ACTIONS(5938), 1, + ACTIONS(5928), 1, anon_sym_LBRACK2, - ACTIONS(5940), 1, + ACTIONS(5930), 1, anon_sym_AMP, - STATE(1410), 1, + STATE(1412), 1, sym_plain_type, - STATE(4439), 1, + STATE(4437), 1, sym_reference_expression, - STATE(1300), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3221), 2, + STATE(3223), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292294,55 +292464,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115187] = 22, + [115230] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(3504), 1, anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(5884), 1, anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5886), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5888), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5890), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5892), 1, anon_sym_AMP, - ACTIONS(5822), 1, + ACTIONS(5894), 1, anon_sym_map_LBRACK, - STATE(1276), 1, + STATE(1200), 1, sym_plain_type, - STATE(4510), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1166), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3222), 2, + STATE(3224), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292355,55 +292525,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115270] = 22, + [115313] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(579), 1, - anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(3993), 1, + anon_sym_STAR, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(4005), 1, + anon_sym_map_LBRACK, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5796), 1, - anon_sym_LPAREN, - ACTIONS(5798), 1, - anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5868), 1, anon_sym_AMP, - ACTIONS(5808), 1, - anon_sym_map_LBRACK, - STATE(699), 1, + STATE(2405), 1, sym_plain_type, - STATE(4541), 1, + STATE(4655), 1, sym_reference_expression, - STATE(417), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3223), 2, + STATE(3225), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292416,55 +292586,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115353] = 22, + [115396] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, + ACTIONS(3596), 1, sym_identifier, - ACTIONS(3590), 1, + ACTIONS(3598), 1, anon_sym_LPAREN, - ACTIONS(3592), 1, + ACTIONS(3600), 1, anon_sym_fn, - ACTIONS(3594), 1, + ACTIONS(3602), 1, anon_sym_STAR, - ACTIONS(3596), 1, + ACTIONS(3604), 1, anon_sym_struct, - ACTIONS(3606), 1, + ACTIONS(3614), 1, anon_sym_shared, - ACTIONS(3608), 1, + ACTIONS(3616), 1, anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(3618), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(3620), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(3622), 1, anon_sym_atomic, - ACTIONS(5934), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - ACTIONS(5936), 1, + ACTIONS(5926), 1, anon_sym_BANG, - ACTIONS(5938), 1, + ACTIONS(5928), 1, anon_sym_LBRACK2, - ACTIONS(5940), 1, + ACTIONS(5930), 1, anon_sym_AMP, - STATE(1418), 1, + STATE(1420), 1, sym_plain_type, - STATE(4439), 1, + STATE(4437), 1, sym_reference_expression, - STATE(1300), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3224), 2, + STATE(3226), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292477,55 +292647,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115436] = 22, + [115479] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, + ACTIONS(3596), 1, sym_identifier, - ACTIONS(3590), 1, + ACTIONS(3598), 1, anon_sym_LPAREN, - ACTIONS(3592), 1, + ACTIONS(3600), 1, anon_sym_fn, - ACTIONS(3594), 1, + ACTIONS(3602), 1, anon_sym_STAR, - ACTIONS(3596), 1, + ACTIONS(3604), 1, anon_sym_struct, - ACTIONS(3606), 1, + ACTIONS(3614), 1, anon_sym_shared, - ACTIONS(3608), 1, + ACTIONS(3616), 1, anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(3618), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(3620), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(3622), 1, anon_sym_atomic, - ACTIONS(5934), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - ACTIONS(5936), 1, + ACTIONS(5926), 1, anon_sym_BANG, - ACTIONS(5938), 1, + ACTIONS(5928), 1, anon_sym_LBRACK2, - ACTIONS(5940), 1, + ACTIONS(5930), 1, anon_sym_AMP, - STATE(1419), 1, + STATE(1421), 1, sym_plain_type, - STATE(4439), 1, + STATE(4437), 1, sym_reference_expression, - STATE(1300), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3225), 2, + STATE(3227), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292538,55 +292708,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115519] = 22, + [115562] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5808), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(700), 1, + STATE(701), 1, sym_plain_type, - STATE(4541), 1, + STATE(4540), 1, sym_reference_expression, - STATE(417), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3226), 2, + STATE(3228), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292599,55 +292769,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115602] = 22, + [115645] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(3590), 1, - anon_sym_LPAREN, - ACTIONS(3592), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(3594), 1, - anon_sym_STAR, - ACTIONS(3596), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(3606), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(3608), 1, - anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5934), 1, + ACTIONS(5848), 1, + anon_sym_LPAREN, + ACTIONS(5850), 1, + anon_sym_STAR, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5936), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5938), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5940), 1, + ACTIONS(5858), 1, anon_sym_AMP, - STATE(1342), 1, + ACTIONS(5860), 1, + anon_sym_map_LBRACK, + STATE(702), 1, sym_plain_type, - STATE(4439), 1, + STATE(4540), 1, sym_reference_expression, - STATE(1300), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3227), 2, + STATE(3229), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292660,55 +292830,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115685] = 22, + [115728] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(3504), 1, anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(5884), 1, anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5886), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5888), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5890), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5892), 1, anon_sym_AMP, - ACTIONS(5822), 1, + ACTIONS(5894), 1, anon_sym_map_LBRACK, - STATE(1280), 1, + STATE(1180), 1, sym_plain_type, - STATE(4510), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1166), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3228), 2, + STATE(3230), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292721,55 +292891,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115768] = 22, + [115811] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(2605), 1, + STATE(2570), 1, sym_plain_type, - STATE(4489), 1, + STATE(4491), 1, sym_reference_expression, STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3229), 2, + STATE(3231), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292782,55 +292952,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115851] = 22, + [115894] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(2574), 1, + STATE(2640), 1, sym_plain_type, - STATE(4489), 1, + STATE(4491), 1, sym_reference_expression, STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3230), 2, + STATE(3232), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292843,55 +293013,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115934] = 22, + [115977] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(2562), 1, + STATE(2619), 1, sym_plain_type, - STATE(4489), 1, + STATE(4491), 1, sym_reference_expression, STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3231), 2, + STATE(3233), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292904,55 +293074,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116017] = 22, + [116060] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5808), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(460), 1, + STATE(462), 1, sym_plain_type, - STATE(4541), 1, + STATE(4540), 1, sym_reference_expression, - STATE(417), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3232), 2, + STATE(3234), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -292965,55 +293135,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116100] = 22, + [116143] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3993), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(2384), 1, + STATE(2410), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2341), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3233), 2, + STATE(3235), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293026,55 +293196,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116183] = 22, + [116226] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, + ACTIONS(3596), 1, sym_identifier, - ACTIONS(3590), 1, + ACTIONS(3598), 1, anon_sym_LPAREN, - ACTIONS(3592), 1, + ACTIONS(3600), 1, anon_sym_fn, - ACTIONS(3594), 1, + ACTIONS(3602), 1, anon_sym_STAR, - ACTIONS(3596), 1, + ACTIONS(3604), 1, anon_sym_struct, - ACTIONS(3606), 1, + ACTIONS(3614), 1, anon_sym_shared, - ACTIONS(3608), 1, + ACTIONS(3616), 1, anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(3618), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(3620), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(3622), 1, anon_sym_atomic, - ACTIONS(5934), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - ACTIONS(5936), 1, + ACTIONS(5926), 1, anon_sym_BANG, - ACTIONS(5938), 1, + ACTIONS(5928), 1, anon_sym_LBRACK2, - ACTIONS(5940), 1, + ACTIONS(5930), 1, anon_sym_AMP, - STATE(1339), 1, + STATE(1408), 1, sym_plain_type, - STATE(4439), 1, + STATE(4437), 1, sym_reference_expression, - STATE(1300), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3234), 2, + STATE(3236), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293087,55 +293257,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116266] = 22, + [116309] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3596), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3598), 1, + anon_sym_LPAREN, + ACTIONS(3600), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3602), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(3604), 1, + anon_sym_struct, + ACTIONS(3614), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(3616), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(3618), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(3620), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(3622), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5926), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5928), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5930), 1, anon_sym_AMP, - STATE(2385), 1, + STATE(1407), 1, sym_plain_type, - STATE(4653), 1, + STATE(4437), 1, sym_reference_expression, - STATE(2341), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3235), 2, + STATE(3237), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293148,55 +293318,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116349] = 22, + [116392] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, + ACTIONS(3596), 1, sym_identifier, - ACTIONS(3590), 1, + ACTIONS(3598), 1, anon_sym_LPAREN, - ACTIONS(3592), 1, + ACTIONS(3600), 1, anon_sym_fn, - ACTIONS(3594), 1, + ACTIONS(3602), 1, anon_sym_STAR, - ACTIONS(3596), 1, + ACTIONS(3604), 1, anon_sym_struct, - ACTIONS(3606), 1, + ACTIONS(3614), 1, anon_sym_shared, - ACTIONS(3608), 1, + ACTIONS(3616), 1, anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(3618), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(3620), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(3622), 1, anon_sym_atomic, - ACTIONS(5934), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - ACTIONS(5936), 1, + ACTIONS(5926), 1, anon_sym_BANG, - ACTIONS(5938), 1, + ACTIONS(5928), 1, anon_sym_LBRACK2, - ACTIONS(5940), 1, + ACTIONS(5930), 1, anon_sym_AMP, - STATE(1335), 1, + STATE(1391), 1, sym_plain_type, - STATE(4439), 1, + STATE(4437), 1, sym_reference_expression, - STATE(1300), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3236), 2, + STATE(3238), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293209,55 +293379,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116432] = 22, + [116475] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, + ACTIONS(3596), 1, sym_identifier, - ACTIONS(3590), 1, + ACTIONS(3598), 1, anon_sym_LPAREN, - ACTIONS(3592), 1, + ACTIONS(3600), 1, anon_sym_fn, - ACTIONS(3594), 1, + ACTIONS(3602), 1, anon_sym_STAR, - ACTIONS(3596), 1, + ACTIONS(3604), 1, anon_sym_struct, - ACTIONS(3606), 1, + ACTIONS(3614), 1, anon_sym_shared, - ACTIONS(3608), 1, + ACTIONS(3616), 1, anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(3618), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(3620), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(3622), 1, anon_sym_atomic, - ACTIONS(5934), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - ACTIONS(5936), 1, + ACTIONS(5926), 1, anon_sym_BANG, - ACTIONS(5938), 1, + ACTIONS(5928), 1, anon_sym_LBRACK2, - ACTIONS(5940), 1, + ACTIONS(5930), 1, anon_sym_AMP, - STATE(1331), 1, + STATE(1402), 1, sym_plain_type, - STATE(4439), 1, + STATE(4437), 1, sym_reference_expression, - STATE(1300), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3237), 2, + STATE(3239), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293270,55 +293440,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116515] = 22, + [116558] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, - sym_identifier, - ACTIONS(3590), 1, - anon_sym_LPAREN, - ACTIONS(3592), 1, - anon_sym_fn, - ACTIONS(3594), 1, - anon_sym_STAR, - ACTIONS(3596), 1, - anon_sym_struct, - ACTIONS(3606), 1, - anon_sym_shared, - ACTIONS(3608), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(87), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(89), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(5934), 1, - anon_sym_QMARK, - ACTIONS(5936), 1, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(615), 1, + anon_sym_shared, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, + anon_sym_STAR, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5938), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5940), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(1379), 1, + STATE(3875), 1, sym_plain_type, - STATE(4439), 1, + STATE(4655), 1, sym_reference_expression, - STATE(1300), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3238), 2, + STATE(3240), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293331,7 +293501,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116598] = 22, + [116641] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -293346,40 +293516,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4481), 1, + STATE(4480), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3239), 2, + STATE(3241), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293392,55 +293562,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116681] = 22, + [116724] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(3818), 1, + ACTIONS(3784), 1, anon_sym_LPAREN, - ACTIONS(3820), 1, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(3824), 1, + ACTIONS(3790), 1, anon_sym_struct, - ACTIONS(3834), 1, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3836), 1, + ACTIONS(3802), 1, anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(3804), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(3806), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(3808), 1, anon_sym_atomic, - ACTIONS(5882), 1, + ACTIONS(5792), 1, anon_sym_STAR, - ACTIONS(5884), 1, + ACTIONS(5794), 1, anon_sym_QMARK, - ACTIONS(5886), 1, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5888), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5890), 1, + ACTIONS(5800), 1, anon_sym_AMP, - STATE(2143), 1, + STATE(2047), 1, sym_plain_type, - STATE(4531), 1, + STATE(4533), 1, sym_reference_expression, STATE(1950), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3240), 2, + STATE(3242), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293453,55 +293623,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116764] = 22, + [116807] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(3818), 1, + ACTIONS(3784), 1, anon_sym_LPAREN, - ACTIONS(3820), 1, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(3824), 1, + ACTIONS(3790), 1, anon_sym_struct, - ACTIONS(3834), 1, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3836), 1, + ACTIONS(3802), 1, anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(3804), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(3806), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(3808), 1, anon_sym_atomic, - ACTIONS(5882), 1, + ACTIONS(5792), 1, anon_sym_STAR, - ACTIONS(5884), 1, + ACTIONS(5794), 1, anon_sym_QMARK, - ACTIONS(5886), 1, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5888), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5890), 1, + ACTIONS(5800), 1, anon_sym_AMP, - STATE(2145), 1, + STATE(2045), 1, sym_plain_type, - STATE(4531), 1, + STATE(4533), 1, sym_reference_expression, STATE(1950), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3241), 2, + STATE(3243), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293514,55 +293684,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116847] = 22, + [116890] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(2527), 1, + STATE(2557), 1, sym_plain_type, - STATE(4489), 1, + STATE(4491), 1, sym_reference_expression, STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3242), 2, + STATE(3244), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293575,55 +293745,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116930] = 22, + [116973] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(3983), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(3985), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(3987), 1, anon_sym_atomic, - ACTIONS(5892), 1, + ACTIONS(5896), 1, anon_sym_LPAREN, - ACTIONS(5894), 1, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5900), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5906), 1, anon_sym_AMP, - ACTIONS(5904), 1, + ACTIONS(5908), 1, anon_sym_map_LBRACK, - STATE(2305), 1, + STATE(2212), 1, sym_plain_type, - STATE(4569), 1, + STATE(4571), 1, sym_reference_expression, - STATE(2190), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3243), 2, + STATE(3245), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293636,55 +293806,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [117013] = 22, + [117056] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, + ACTIONS(3596), 1, sym_identifier, - ACTIONS(3590), 1, + ACTIONS(3598), 1, anon_sym_LPAREN, - ACTIONS(3592), 1, + ACTIONS(3600), 1, anon_sym_fn, - ACTIONS(3594), 1, + ACTIONS(3602), 1, anon_sym_STAR, - ACTIONS(3596), 1, + ACTIONS(3604), 1, anon_sym_struct, - ACTIONS(3606), 1, + ACTIONS(3614), 1, anon_sym_shared, - ACTIONS(3608), 1, + ACTIONS(3616), 1, anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(3618), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(3620), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(3622), 1, anon_sym_atomic, - ACTIONS(5934), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - ACTIONS(5936), 1, + ACTIONS(5926), 1, anon_sym_BANG, - ACTIONS(5938), 1, + ACTIONS(5928), 1, anon_sym_LBRACK2, - ACTIONS(5940), 1, + ACTIONS(5930), 1, anon_sym_AMP, - STATE(1346), 1, + STATE(1422), 1, sym_plain_type, - STATE(4439), 1, + STATE(4437), 1, sym_reference_expression, - STATE(1300), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3244), 2, + STATE(3246), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293697,55 +293867,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [117096] = 22, + [117139] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3818), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(3820), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3824), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3834), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3836), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5882), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5884), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5886), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5888), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5890), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(2135), 1, + STATE(2043), 1, sym_plain_type, - STATE(4531), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1950), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3245), 2, + STATE(3247), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293758,55 +293928,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [117179] = 22, + [117222] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3790), 1, - anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3454), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3458), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3468), 1, anon_sym_shared, - ACTIONS(3808), 1, - anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3472), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3474), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3476), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5910), 1, + anon_sym_LPAREN, + ACTIONS(5912), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5914), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5916), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5918), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5920), 1, anon_sym_AMP, - STATE(2041), 1, + ACTIONS(5922), 1, + anon_sym_map_LBRACK, + STATE(3452), 1, sym_plain_type, - STATE(4468), 1, + STATE(4479), 1, sym_reference_expression, - STATE(1958), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3246), 2, + STATE(3248), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3453), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(3457), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293819,55 +293989,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [117262] = 22, + [117305] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(1047), 1, + STATE(515), 1, sym_plain_type, - STATE(4447), 1, + STATE(4540), 1, sym_reference_expression, - STATE(1013), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3247), 2, + STATE(3249), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293880,55 +294050,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [117345] = 22, + [117388] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(2606), 1, + STATE(2590), 1, sym_plain_type, - STATE(4489), 1, + STATE(4491), 1, sym_reference_expression, STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3248), 2, + STATE(3250), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -293941,55 +294111,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [117428] = 22, + [117471] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(2585), 1, + STATE(2555), 1, sym_plain_type, - STATE(4489), 1, + STATE(4491), 1, sym_reference_expression, STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3249), 2, + STATE(3251), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294002,55 +294172,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [117511] = 22, + [117554] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(3983), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(3985), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(3987), 1, anon_sym_atomic, - ACTIONS(5892), 1, + ACTIONS(5896), 1, anon_sym_LPAREN, - ACTIONS(5894), 1, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5900), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5906), 1, anon_sym_AMP, - ACTIONS(5904), 1, + ACTIONS(5908), 1, anon_sym_map_LBRACK, - STATE(2228), 1, + STATE(2208), 1, sym_plain_type, - STATE(4569), 1, + STATE(4571), 1, sym_reference_expression, - STATE(2190), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3250), 2, + STATE(3252), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294063,55 +294233,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [117594] = 22, + [117637] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(3983), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(3985), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(3987), 1, anon_sym_atomic, - ACTIONS(5892), 1, + ACTIONS(5896), 1, anon_sym_LPAREN, - ACTIONS(5894), 1, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5900), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5906), 1, anon_sym_AMP, - ACTIONS(5904), 1, + ACTIONS(5908), 1, anon_sym_map_LBRACK, - STATE(2231), 1, + STATE(2207), 1, sym_plain_type, - STATE(4569), 1, + STATE(4571), 1, sym_reference_expression, - STATE(2190), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3251), 2, + STATE(3253), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294124,55 +294294,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [117677] = 22, + [117720] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(2627), 1, + STATE(2551), 1, sym_plain_type, - STATE(4489), 1, + STATE(4491), 1, sym_reference_expression, STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3252), 2, + STATE(3254), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294185,55 +294355,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [117760] = 22, + [117803] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(2603), 1, + STATE(2588), 1, sym_plain_type, - STATE(4489), 1, + STATE(4491), 1, sym_reference_expression, STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3253), 2, + STATE(3255), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294246,55 +294416,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [117843] = 22, + [117886] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3448), 1, + ACTIONS(3454), 1, anon_sym_fn, - ACTIONS(3452), 1, + ACTIONS(3458), 1, anon_sym_struct, - ACTIONS(3462), 1, + ACTIONS(3468), 1, anon_sym_shared, - ACTIONS(3466), 1, + ACTIONS(3472), 1, anon_sym_chan, - ACTIONS(3468), 1, + ACTIONS(3474), 1, anon_sym_thread, - ACTIONS(3470), 1, + ACTIONS(3476), 1, anon_sym_atomic, - ACTIONS(5906), 1, + ACTIONS(5910), 1, anon_sym_LPAREN, - ACTIONS(5908), 1, + ACTIONS(5912), 1, anon_sym_STAR, - ACTIONS(5910), 1, + ACTIONS(5914), 1, anon_sym_QMARK, - ACTIONS(5912), 1, + ACTIONS(5916), 1, anon_sym_BANG, - ACTIONS(5914), 1, + ACTIONS(5918), 1, anon_sym_LBRACK2, - ACTIONS(5916), 1, + ACTIONS(5920), 1, anon_sym_AMP, - ACTIONS(5918), 1, + ACTIONS(5922), 1, anon_sym_map_LBRACK, - STATE(3463), 1, + STATE(3472), 1, sym_plain_type, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, - STATE(3254), 2, + STATE(3256), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, + STATE(3438), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3455), 4, + STATE(3453), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3459), 12, + STATE(3457), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294307,55 +294477,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [117926] = 22, + [117969] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(593), 1, - anon_sym_chan, - ACTIONS(595), 1, - anon_sym_thread, - ACTIONS(597), 1, - anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5800), 1, - anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5808), 1, - anon_sym_map_LBRACK, - STATE(494), 1, + STATE(3892), 1, sym_plain_type, - STATE(4541), 1, + STATE(4655), 1, sym_reference_expression, - STATE(417), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3255), 2, + STATE(3257), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294368,55 +294538,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [118009] = 22, + [118052] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5808), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(474), 1, + STATE(830), 1, sym_plain_type, - STATE(4541), 1, + STATE(4540), 1, sym_reference_expression, - STATE(417), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3256), 2, + STATE(3258), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294429,55 +294599,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [118092] = 22, + [118135] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5808), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(479), 1, + STATE(831), 1, sym_plain_type, - STATE(4541), 1, + STATE(4540), 1, sym_reference_expression, - STATE(417), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3257), 2, + STATE(3259), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294490,55 +294660,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [118175] = 22, + [118218] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(3784), 1, + anon_sym_LPAREN, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(3790), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3802), 1, + anon_sym_map_LBRACK, + ACTIONS(3804), 1, + anon_sym_chan, + ACTIONS(3806), 1, + anon_sym_thread, + ACTIONS(3808), 1, + anon_sym_atomic, + ACTIONS(5792), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5794), 1, + anon_sym_QMARK, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5800), 1, anon_sym_AMP, - STATE(3882), 1, + STATE(2149), 1, sym_plain_type, - STATE(4653), 1, + STATE(4533), 1, sym_reference_expression, - STATE(3258), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, + STATE(1950), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(3260), 2, + sym_line_comment, + sym_block_comment, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294551,55 +294721,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [118258] = 22, + [118301] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3448), 1, + ACTIONS(3812), 1, + anon_sym_LPAREN, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3452), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3462), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3466), 1, + ACTIONS(3830), 1, + anon_sym_map_LBRACK, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3468), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3470), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5906), 1, - anon_sym_LPAREN, - ACTIONS(5908), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5910), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5912), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5914), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5916), 1, + ACTIONS(5832), 1, anon_sym_AMP, - ACTIONS(5918), 1, - anon_sym_map_LBRACK, - STATE(3470), 1, + STATE(2042), 1, sym_plain_type, - STATE(4480), 1, + STATE(4470), 1, sym_reference_expression, - STATE(3259), 2, - sym_line_comment, - sym_block_comment, - STATE(3437), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3455), 4, + STATE(3261), 2, + sym_line_comment, + sym_block_comment, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3459), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294612,55 +294782,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [118341] = 22, + [118384] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(3454), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(3458), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(3468), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(3472), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(3474), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(3476), 1, anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(5910), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(5912), 1, anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5914), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5916), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5918), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5920), 1, anon_sym_AMP, - ACTIONS(5808), 1, + ACTIONS(5922), 1, anon_sym_map_LBRACK, - STATE(495), 1, + STATE(3463), 1, sym_plain_type, - STATE(4541), 1, + STATE(4479), 1, sym_reference_expression, - STATE(417), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3260), 2, + STATE(3262), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3453), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(3457), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294673,55 +294843,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [118424] = 22, + [118467] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(3987), 1, - anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(575), 1, + anon_sym_struct, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(3999), 1, - anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5848), 1, + anon_sym_LPAREN, + ACTIONS(5850), 1, + anon_sym_STAR, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5858), 1, anon_sym_AMP, - STATE(2386), 1, + ACTIONS(5860), 1, + anon_sym_map_LBRACK, + STATE(523), 1, sym_plain_type, - STATE(4653), 1, + STATE(4540), 1, sym_reference_expression, - STATE(2341), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3261), 2, + STATE(3263), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294734,55 +294904,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [118507] = 22, + [118550] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3448), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3452), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3462), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3466), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3468), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3470), 1, + ACTIONS(3504), 1, anon_sym_atomic, - ACTIONS(5906), 1, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(5908), 1, + ACTIONS(5884), 1, anon_sym_STAR, - ACTIONS(5910), 1, + ACTIONS(5886), 1, anon_sym_QMARK, - ACTIONS(5912), 1, + ACTIONS(5888), 1, anon_sym_BANG, - ACTIONS(5914), 1, + ACTIONS(5890), 1, anon_sym_LBRACK2, - ACTIONS(5916), 1, + ACTIONS(5892), 1, anon_sym_AMP, - ACTIONS(5918), 1, + ACTIONS(5894), 1, anon_sym_map_LBRACK, - STATE(3473), 1, + STATE(1290), 1, sym_plain_type, - STATE(4480), 1, + STATE(4512), 1, sym_reference_expression, - STATE(3262), 2, - sym_line_comment, - sym_block_comment, - STATE(3437), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3455), 4, + STATE(3264), 2, + sym_line_comment, + sym_block_comment, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3459), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294795,55 +294965,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [118590] = 22, + [118633] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3500), 1, + anon_sym_chan, + ACTIONS(3502), 1, + anon_sym_thread, + ACTIONS(3504), 1, + anon_sym_atomic, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(5884), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5886), 1, + anon_sym_QMARK, + ACTIONS(5888), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5890), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5892), 1, anon_sym_AMP, - STATE(4653), 1, - sym_reference_expression, - STATE(4691), 1, + ACTIONS(5894), 1, + anon_sym_map_LBRACK, + STATE(1291), 1, sym_plain_type, - STATE(3263), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, + STATE(4512), 1, + sym_reference_expression, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(3265), 2, + sym_line_comment, + sym_block_comment, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294856,55 +295026,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [118673] = 22, + [118716] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3480), 1, - anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(3993), 1, + anon_sym_STAR, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3494), 1, + ACTIONS(4005), 1, + anon_sym_map_LBRACK, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(3496), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(3498), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5810), 1, - anon_sym_LPAREN, - ACTIONS(5812), 1, - anon_sym_STAR, - ACTIONS(5814), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5868), 1, anon_sym_AMP, - ACTIONS(5822), 1, - anon_sym_map_LBRACK, - STATE(1291), 1, + STATE(2480), 1, sym_plain_type, - STATE(4510), 1, + STATE(4655), 1, sym_reference_expression, - STATE(1166), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3264), 2, + STATE(3266), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294917,55 +295087,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [118756] = 22, + [118799] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, sym_identifier, - ACTIONS(3476), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(3480), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3490), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3494), 1, - anon_sym_chan, - ACTIONS(3496), 1, - anon_sym_thread, - ACTIONS(3498), 1, - anon_sym_atomic, - ACTIONS(5810), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(5812), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5814), 1, - anon_sym_QMARK, - ACTIONS(5816), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5818), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5820), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5822), 1, - anon_sym_map_LBRACK, - STATE(1292), 1, + STATE(4531), 1, sym_plain_type, - STATE(4510), 1, + STATE(4655), 1, sym_reference_expression, - STATE(1166), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3265), 2, + STATE(3267), 2, sym_line_comment, sym_block_comment, - STATE(1199), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1203), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -294978,55 +295148,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [118839] = 22, + [118882] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3989), 1, + sym_identifier, + ACTIONS(3991), 1, + anon_sym_fn, + ACTIONS(3993), 1, + anon_sym_STAR, + ACTIONS(4003), 1, + anon_sym_shared, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(87), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(89), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(91), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(605), 1, - sym_identifier, - ACTIONS(611), 1, - anon_sym_fn, - ACTIONS(615), 1, - anon_sym_struct, - ACTIONS(623), 1, - anon_sym_shared, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5862), 1, + anon_sym_QMARK, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(4529), 1, + STATE(2437), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3266), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(3268), 2, + sym_line_comment, + sym_block_comment, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295039,55 +295209,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [118922] = 22, + [118965] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(4557), 1, - anon_sym_LPAREN, - ACTIONS(4559), 1, + ACTIONS(3454), 1, anon_sym_fn, - ACTIONS(4561), 1, - anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(3458), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(3468), 1, anon_sym_shared, - ACTIONS(4575), 1, - anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(3472), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(3474), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(3476), 1, anon_sym_atomic, - ACTIONS(5838), 1, + ACTIONS(5910), 1, + anon_sym_LPAREN, + ACTIONS(5912), 1, + anon_sym_STAR, + ACTIONS(5914), 1, anon_sym_QMARK, - ACTIONS(5840), 1, + ACTIONS(5916), 1, anon_sym_BANG, - ACTIONS(5842), 1, + ACTIONS(5918), 1, anon_sym_LBRACK2, - ACTIONS(5844), 1, + ACTIONS(5920), 1, anon_sym_AMP, - STATE(2824), 1, + ACTIONS(5922), 1, + anon_sym_map_LBRACK, + STATE(3451), 1, sym_plain_type, - STATE(4577), 1, + STATE(4479), 1, sym_reference_expression, - STATE(2676), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3267), 2, + STATE(3269), 2, sym_line_comment, sym_block_comment, - STATE(2753), 4, + STATE(3438), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3453), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2754), 12, + STATE(3457), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295100,55 +295270,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [119005] = 22, + [119048] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3448), 1, + ACTIONS(3454), 1, anon_sym_fn, - ACTIONS(3452), 1, + ACTIONS(3458), 1, anon_sym_struct, - ACTIONS(3462), 1, + ACTIONS(3468), 1, anon_sym_shared, - ACTIONS(3466), 1, + ACTIONS(3472), 1, anon_sym_chan, - ACTIONS(3468), 1, + ACTIONS(3474), 1, anon_sym_thread, - ACTIONS(3470), 1, + ACTIONS(3476), 1, anon_sym_atomic, - ACTIONS(5906), 1, + ACTIONS(5910), 1, anon_sym_LPAREN, - ACTIONS(5908), 1, + ACTIONS(5912), 1, anon_sym_STAR, - ACTIONS(5910), 1, + ACTIONS(5914), 1, anon_sym_QMARK, - ACTIONS(5912), 1, + ACTIONS(5916), 1, anon_sym_BANG, - ACTIONS(5914), 1, + ACTIONS(5918), 1, anon_sym_LBRACK2, - ACTIONS(5916), 1, + ACTIONS(5920), 1, anon_sym_AMP, - ACTIONS(5918), 1, + ACTIONS(5922), 1, anon_sym_map_LBRACK, - STATE(3449), 1, + STATE(3467), 1, sym_plain_type, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, - STATE(3268), 2, + STATE(3270), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, + STATE(3438), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3455), 4, + STATE(3453), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3459), 12, + STATE(3457), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295161,55 +295331,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [119088] = 22, + [119131] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(2604), 1, + STATE(2562), 1, sym_plain_type, - STATE(4489), 1, + STATE(4491), 1, sym_reference_expression, STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3269), 2, + STATE(3271), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295222,7 +295392,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [119171] = 22, + [119214] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -295237,40 +295407,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4196), 1, + STATE(4194), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3270), 2, + STATE(3272), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295283,55 +295453,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [119254] = 22, + [119297] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3790), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(2063), 1, + STATE(2086), 1, sym_plain_type, - STATE(4468), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3271), 2, + STATE(3273), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295344,55 +295514,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [119337] = 22, + [119380] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(2544), 1, + STATE(2592), 1, sym_plain_type, - STATE(4489), 1, + STATE(4491), 1, sym_reference_expression, STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3272), 2, + STATE(3274), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295405,55 +295575,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [119420] = 22, + [119463] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, ACTIONS(3752), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3754), 1, + anon_sym_thread, + ACTIONS(3756), 1, anon_sym_atomic, - ACTIONS(5856), 1, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5860), 1, + ACTIONS(5838), 1, anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5844), 1, anon_sym_AMP, - ACTIONS(5868), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(1903), 1, + STATE(1873), 1, sym_plain_type, - STATE(4552), 1, + STATE(4554), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3273), 2, + STATE(3275), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295466,55 +295636,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [119503] = 22, + [119546] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(3450), 1, sym_identifier, - ACTIONS(3448), 1, + ACTIONS(3454), 1, anon_sym_fn, - ACTIONS(3452), 1, + ACTIONS(3458), 1, anon_sym_struct, - ACTIONS(3462), 1, + ACTIONS(3468), 1, anon_sym_shared, - ACTIONS(3466), 1, + ACTIONS(3472), 1, anon_sym_chan, - ACTIONS(3468), 1, + ACTIONS(3474), 1, anon_sym_thread, - ACTIONS(3470), 1, + ACTIONS(3476), 1, anon_sym_atomic, - ACTIONS(5906), 1, + ACTIONS(5910), 1, anon_sym_LPAREN, - ACTIONS(5908), 1, + ACTIONS(5912), 1, anon_sym_STAR, - ACTIONS(5910), 1, + ACTIONS(5914), 1, anon_sym_QMARK, - ACTIONS(5912), 1, + ACTIONS(5916), 1, anon_sym_BANG, - ACTIONS(5914), 1, + ACTIONS(5918), 1, anon_sym_LBRACK2, - ACTIONS(5916), 1, + ACTIONS(5920), 1, anon_sym_AMP, - ACTIONS(5918), 1, + ACTIONS(5922), 1, anon_sym_map_LBRACK, - STATE(3465), 1, + STATE(3466), 1, sym_plain_type, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, - STATE(3274), 2, + STATE(3276), 2, sym_line_comment, sym_block_comment, - STATE(3437), 2, + STATE(3438), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3455), 4, + STATE(3453), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3459), 12, + STATE(3457), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295527,55 +295697,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [119586] = 22, + [119629] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(3448), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(3452), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(3462), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(3466), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(3468), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(3470), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5906), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5908), 1, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5910), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5912), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5914), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5916), 1, + ACTIONS(5942), 1, anon_sym_AMP, - ACTIONS(5918), 1, + ACTIONS(5944), 1, anon_sym_map_LBRACK, - STATE(3464), 1, + STATE(1063), 1, sym_plain_type, - STATE(4480), 1, + STATE(4449), 1, sym_reference_expression, - STATE(3275), 2, - sym_line_comment, - sym_block_comment, - STATE(3437), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3455), 4, + STATE(3277), 2, + sym_line_comment, + sym_block_comment, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3459), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295588,55 +295758,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [119669] = 22, + [119712] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, ACTIONS(3752), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3754), 1, + anon_sym_thread, + ACTIONS(3756), 1, anon_sym_atomic, - ACTIONS(5856), 1, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5860), 1, + ACTIONS(5838), 1, anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5844), 1, anon_sym_AMP, - ACTIONS(5868), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(1902), 1, + STATE(1872), 1, sym_plain_type, - STATE(4552), 1, + STATE(4554), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3276), 2, + STATE(3278), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295649,7 +295819,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [119752] = 22, + [119795] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -295664,40 +295834,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4180), 1, + STATE(4181), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3277), 2, + STATE(3279), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295710,55 +295880,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [119835] = 22, + [119878] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(2543), 1, + STATE(2591), 1, sym_plain_type, - STATE(4489), 1, + STATE(4491), 1, sym_reference_expression, STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3278), 2, + STATE(3280), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295771,55 +295941,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [119918] = 22, + [119961] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3790), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(2154), 1, + STATE(2005), 1, sym_plain_type, - STATE(4468), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3279), 2, + STATE(3281), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295832,55 +296002,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [120001] = 22, + [120044] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3790), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(2169), 1, + STATE(2022), 1, sym_plain_type, - STATE(4468), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3280), 2, + STATE(3282), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295893,55 +296063,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [120084] = 22, + [120127] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3790), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(2089), 1, + STATE(2058), 1, sym_plain_type, - STATE(4468), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3281), 2, + STATE(3283), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -295954,55 +296124,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [120167] = 22, + [120210] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(3790), 1, - anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(3808), 1, - anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5932), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5942), 1, anon_sym_AMP, - STATE(2040), 1, + ACTIONS(5944), 1, + anon_sym_map_LBRACK, + STATE(1061), 1, sym_plain_type, - STATE(4468), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3282), 2, + STATE(3284), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296015,55 +296185,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [120250] = 22, + [120293] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, + ACTIONS(3596), 1, sym_identifier, - ACTIONS(3590), 1, + ACTIONS(3598), 1, anon_sym_LPAREN, - ACTIONS(3592), 1, + ACTIONS(3600), 1, anon_sym_fn, - ACTIONS(3594), 1, + ACTIONS(3602), 1, anon_sym_STAR, - ACTIONS(3596), 1, + ACTIONS(3604), 1, anon_sym_struct, - ACTIONS(3606), 1, + ACTIONS(3614), 1, anon_sym_shared, - ACTIONS(3608), 1, + ACTIONS(3616), 1, anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(3618), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(3620), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(3622), 1, anon_sym_atomic, - ACTIONS(5934), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - ACTIONS(5936), 1, + ACTIONS(5926), 1, anon_sym_BANG, - ACTIONS(5938), 1, + ACTIONS(5928), 1, anon_sym_LBRACK2, - ACTIONS(5940), 1, + ACTIONS(5930), 1, anon_sym_AMP, - STATE(1357), 1, + STATE(1394), 1, sym_plain_type, - STATE(4439), 1, + STATE(4437), 1, sym_reference_expression, - STATE(1300), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3283), 2, + STATE(3285), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296076,7 +296246,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [120333] = 22, + [120376] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -296091,40 +296261,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(2377), 1, + STATE(2401), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3284), 2, + STATE(3286), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296137,26 +296307,26 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [120416] = 22, + [120459] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(3686), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(3688), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(3690), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5698), 1, anon_sym_LPAREN, ACTIONS(5870), 1, anon_sym_STAR, @@ -296170,22 +296340,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(5880), 1, anon_sym_map_LBRACK, - STATE(1733), 1, + STATE(1767), 1, sym_plain_type, - STATE(4506), 1, + STATE(4501), 1, sym_reference_expression, - STATE(1707), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3285), 2, + STATE(3287), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296198,55 +296368,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [120499] = 22, + [120542] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3790), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(2070), 1, + STATE(2087), 1, sym_plain_type, - STATE(4468), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3286), 2, + STATE(3288), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296259,55 +296429,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [120582] = 22, + [120625] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3790), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(2087), 1, + STATE(2059), 1, sym_plain_type, - STATE(4468), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3287), 2, + STATE(3289), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296320,55 +296490,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [120665] = 22, + [120708] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3790), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(1964), 1, + STATE(2064), 1, sym_plain_type, - STATE(4468), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3288), 2, + STATE(3290), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296381,55 +296551,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [120748] = 22, + [120791] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3993), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(2429), 1, + STATE(2441), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2341), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3289), 2, + STATE(3291), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296442,55 +296612,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [120831] = 22, + [120874] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, + ACTIONS(3596), 1, sym_identifier, - ACTIONS(3590), 1, + ACTIONS(3598), 1, anon_sym_LPAREN, - ACTIONS(3592), 1, + ACTIONS(3600), 1, anon_sym_fn, - ACTIONS(3594), 1, + ACTIONS(3602), 1, anon_sym_STAR, - ACTIONS(3596), 1, + ACTIONS(3604), 1, anon_sym_struct, - ACTIONS(3606), 1, + ACTIONS(3614), 1, anon_sym_shared, - ACTIONS(3608), 1, + ACTIONS(3616), 1, anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(3618), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(3620), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(3622), 1, anon_sym_atomic, - ACTIONS(5934), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - ACTIONS(5936), 1, + ACTIONS(5926), 1, anon_sym_BANG, - ACTIONS(5938), 1, + ACTIONS(5928), 1, anon_sym_LBRACK2, - ACTIONS(5940), 1, + ACTIONS(5930), 1, anon_sym_AMP, - STATE(1356), 1, + STATE(1395), 1, sym_plain_type, - STATE(4439), 1, + STATE(4437), 1, sym_reference_expression, - STATE(1300), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3290), 2, + STATE(3292), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296503,55 +296673,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [120914] = 22, + [120957] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4088), 1, + ACTIONS(4070), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4074), 1, anon_sym_fn, - ACTIONS(4096), 1, + ACTIONS(4078), 1, anon_sym_struct, - ACTIONS(4106), 1, + ACTIONS(4088), 1, anon_sym_shared, - ACTIONS(4110), 1, + ACTIONS(4092), 1, anon_sym_chan, - ACTIONS(4112), 1, + ACTIONS(4094), 1, anon_sym_thread, - ACTIONS(4114), 1, + ACTIONS(4096), 1, anon_sym_atomic, - ACTIONS(5824), 1, + ACTIONS(5802), 1, anon_sym_LPAREN, - ACTIONS(5826), 1, + ACTIONS(5804), 1, anon_sym_STAR, - ACTIONS(5828), 1, + ACTIONS(5806), 1, anon_sym_QMARK, - ACTIONS(5830), 1, + ACTIONS(5808), 1, anon_sym_BANG, - ACTIONS(5832), 1, + ACTIONS(5810), 1, anon_sym_LBRACK2, - ACTIONS(5834), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5836), 1, + ACTIONS(5814), 1, anon_sym_map_LBRACK, - STATE(2540), 1, + STATE(2584), 1, sym_plain_type, - STATE(4489), 1, + STATE(4491), 1, sym_reference_expression, STATE(2501), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3291), 2, + STATE(3293), 2, sym_line_comment, sym_block_comment, - STATE(2610), 4, + STATE(2642), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2615), 12, + STATE(2603), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296564,26 +296734,26 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [120997] = 22, + [121040] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(3686), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(3688), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(3690), 1, anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(5698), 1, anon_sym_LPAREN, ACTIONS(5870), 1, anon_sym_STAR, @@ -296597,22 +296767,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(5880), 1, anon_sym_map_LBRACK, - STATE(1735), 1, + STATE(1713), 1, sym_plain_type, - STATE(4506), 1, + STATE(4501), 1, sym_reference_expression, - STATE(1707), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3292), 2, + STATE(3294), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296625,7 +296795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [121080] = 22, + [121123] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -296640,40 +296810,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(2429), 1, + STATE(2441), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3293), 2, + STATE(3295), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296686,55 +296856,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [121163] = 22, + [121206] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5710), 1, - anon_sym_LPAREN, ACTIONS(5714), 1, + anon_sym_LPAREN, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5724), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, - STATE(1500), 1, + STATE(1507), 1, sym_plain_type, - STATE(4584), 1, + STATE(4586), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3294), 2, + STATE(3296), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296747,55 +296917,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [121246] = 22, + [121289] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3993), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(2377), 1, + STATE(2401), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2341), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3295), 2, + STATE(3297), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296808,55 +296978,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [121329] = 22, + [121372] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5710), 1, - anon_sym_LPAREN, ACTIONS(5714), 1, + anon_sym_LPAREN, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5724), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, - STATE(1501), 1, + STATE(1502), 1, sym_plain_type, - STATE(4584), 1, + STATE(4586), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3296), 2, + STATE(3298), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296869,55 +297039,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [121412] = 22, + [121455] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3790), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(2059), 1, + STATE(2083), 1, sym_plain_type, - STATE(4468), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3297), 2, + STATE(3299), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296930,55 +297100,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [121495] = 22, + [121538] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3634), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3638), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3642), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3652), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3656), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3658), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3660), 1, anon_sym_atomic, - ACTIONS(5710), 1, - anon_sym_LPAREN, ACTIONS(5714), 1, + anon_sym_LPAREN, + ACTIONS(5718), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5720), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5722), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5724), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5726), 1, anon_sym_AMP, - ACTIONS(5724), 1, + ACTIONS(5728), 1, anon_sym_map_LBRACK, STATE(1491), 1, sym_plain_type, - STATE(4584), 1, + STATE(4586), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3298), 2, + STATE(3300), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(1497), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(1498), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -296991,55 +297161,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [121578] = 22, + [121621] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(3790), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5824), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(2062), 1, + STATE(2084), 1, sym_plain_type, - STATE(4468), 1, + STATE(4470), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3299), 2, + STATE(3301), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297052,55 +297222,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [121661] = 22, + [121704] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(3983), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(3985), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(3987), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5896), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5900), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5906), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5908), 1, anon_sym_map_LBRACK, - STATE(1046), 1, + STATE(2310), 1, sym_plain_type, - STATE(4447), 1, + STATE(4571), 1, sym_reference_expression, - STATE(1013), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3300), 2, + STATE(3302), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297113,55 +297283,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [121744] = 22, + [121787] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5942), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5944), 1, anon_sym_map_LBRACK, - STATE(1020), 1, + STATE(1106), 1, sym_plain_type, - STATE(4447), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1013), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3301), 2, + STATE(3303), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297174,55 +297344,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [121827] = 22, + [121870] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5942), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5944), 1, anon_sym_map_LBRACK, - STATE(1100), 1, + STATE(1071), 1, sym_plain_type, - STATE(4447), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1013), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3302), 2, + STATE(3304), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297235,55 +297405,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [121910] = 22, + [121953] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5942), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5944), 1, anon_sym_map_LBRACK, - STATE(1089), 1, + STATE(1079), 1, sym_plain_type, - STATE(4447), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1013), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3303), 2, + STATE(3305), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297296,55 +297466,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [121993] = 22, + [122036] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(3961), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(3965), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(3969), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(3979), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3983), 1, + anon_sym_chan, + ACTIONS(3985), 1, + anon_sym_thread, + ACTIONS(3987), 1, + anon_sym_atomic, + ACTIONS(5896), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(5898), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5900), 1, + anon_sym_QMARK, + ACTIONS(5902), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5904), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5906), 1, anon_sym_AMP, - STATE(2425), 1, + ACTIONS(5908), 1, + anon_sym_map_LBRACK, + STATE(2312), 1, sym_plain_type, - STATE(4653), 1, + STATE(4571), 1, sym_reference_expression, - STATE(3304), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, + STATE(2193), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(3306), 2, + sym_line_comment, + sym_block_comment, + STATE(2226), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2227), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297357,55 +297527,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [122076] = 22, + [122119] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, - sym_identifier, - ACTIONS(3818), 1, - anon_sym_LPAREN, - ACTIONS(3820), 1, - anon_sym_fn, - ACTIONS(3824), 1, - anon_sym_struct, - ACTIONS(3834), 1, - anon_sym_shared, - ACTIONS(3836), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(87), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(89), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(5882), 1, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(615), 1, + anon_sym_shared, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5884), 1, - anon_sym_QMARK, - ACTIONS(5886), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5888), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5890), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(2139), 1, + STATE(2437), 1, sym_plain_type, - STATE(4531), 1, + STATE(4655), 1, sym_reference_expression, - STATE(1950), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3305), 2, + STATE(3307), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297418,7 +297588,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [122159] = 22, + [122202] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -297433,40 +297603,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4030), 1, + STATE(4031), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3306), 2, + STATE(3308), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297479,55 +297649,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [122242] = 22, + [122285] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3628), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(3632), 1, + ACTIONS(3482), 1, anon_sym_fn, - ACTIONS(3636), 1, + ACTIONS(3486), 1, anon_sym_struct, - ACTIONS(3646), 1, + ACTIONS(3496), 1, anon_sym_shared, - ACTIONS(3650), 1, + ACTIONS(3500), 1, anon_sym_chan, - ACTIONS(3652), 1, + ACTIONS(3502), 1, anon_sym_thread, - ACTIONS(3654), 1, + ACTIONS(3504), 1, anon_sym_atomic, - ACTIONS(5710), 1, + ACTIONS(5882), 1, anon_sym_LPAREN, - ACTIONS(5714), 1, + ACTIONS(5884), 1, anon_sym_STAR, - ACTIONS(5716), 1, + ACTIONS(5886), 1, anon_sym_QMARK, - ACTIONS(5718), 1, + ACTIONS(5888), 1, anon_sym_BANG, - ACTIONS(5720), 1, + ACTIONS(5890), 1, anon_sym_LBRACK2, - ACTIONS(5722), 1, + ACTIONS(5892), 1, anon_sym_AMP, - ACTIONS(5724), 1, + ACTIONS(5894), 1, anon_sym_map_LBRACK, - STATE(1497), 1, + STATE(1227), 1, sym_plain_type, - STATE(4584), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1441), 2, + STATE(1170), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3307), 2, + STATE(3309), 2, sym_line_comment, sym_block_comment, - STATE(1472), 4, + STATE(1248), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1473), 12, + STATE(1246), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297540,55 +297710,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [122325] = 22, + [122368] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3816), 1, - sym_identifier, - ACTIONS(3818), 1, - anon_sym_LPAREN, - ACTIONS(3820), 1, - anon_sym_fn, - ACTIONS(3824), 1, - anon_sym_struct, - ACTIONS(3834), 1, - anon_sym_shared, - ACTIONS(3836), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, anon_sym_map_LBRACK, - ACTIONS(3838), 1, + ACTIONS(87), 1, anon_sym_chan, - ACTIONS(3840), 1, + ACTIONS(89), 1, anon_sym_thread, - ACTIONS(3842), 1, + ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(5882), 1, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(615), 1, + anon_sym_shared, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5884), 1, - anon_sym_QMARK, - ACTIONS(5886), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5888), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5890), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(2140), 1, + STATE(3876), 1, sym_plain_type, - STATE(4531), 1, + STATE(4655), 1, sym_reference_expression, - STATE(1950), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3308), 2, + STATE(3310), 2, sym_line_comment, sym_block_comment, - STATE(2116), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2115), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297601,55 +297771,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [122408] = 22, + [122451] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5942), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5944), 1, anon_sym_map_LBRACK, - STATE(1061), 1, + STATE(1070), 1, sym_plain_type, - STATE(4447), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1013), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3309), 2, + STATE(3311), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297662,7 +297832,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [122491] = 22, + [122534] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -297677,40 +297847,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4010), 1, + STATE(4007), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3310), 2, + STATE(3312), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297723,55 +297893,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [122574] = 22, + [122617] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3686), 1, + anon_sym_chan, + ACTIONS(3688), 1, + anon_sym_thread, + ACTIONS(3690), 1, + anon_sym_atomic, + ACTIONS(5698), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(5870), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5872), 1, + anon_sym_QMARK, + ACTIONS(5874), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5876), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5878), 1, anon_sym_AMP, - STATE(3875), 1, + ACTIONS(5880), 1, + anon_sym_map_LBRACK, + STATE(1765), 1, sym_plain_type, - STATE(4653), 1, + STATE(4501), 1, sym_reference_expression, - STATE(3311), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(3313), 2, + sym_line_comment, + sym_block_comment, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297784,55 +297954,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [122657] = 22, + [122700] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5808), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(694), 1, + STATE(630), 1, sym_plain_type, - STATE(4541), 1, + STATE(4540), 1, sym_reference_expression, - STATE(417), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3312), 2, + STATE(3314), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297845,55 +298015,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [122740] = 22, + [122783] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, + anon_sym_map_LBRACK, + ACTIONS(87), 1, + anon_sym_chan, + ACTIONS(89), 1, + anon_sym_thread, + ACTIONS(91), 1, + anon_sym_atomic, + ACTIONS(597), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3678), 1, - anon_sym_chan, - ACTIONS(3680), 1, - anon_sym_thread, - ACTIONS(3682), 1, - anon_sym_atomic, - ACTIONS(5694), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(5870), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5872), 1, - anon_sym_QMARK, - ACTIONS(5874), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5876), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5878), 1, + ACTIONS(5428), 1, anon_sym_AMP, - ACTIONS(5880), 1, - anon_sym_map_LBRACK, - STATE(1731), 1, + STATE(3944), 1, sym_plain_type, - STATE(4506), 1, + STATE(4655), 1, sym_reference_expression, - STATE(1707), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3313), 2, + STATE(3315), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297906,55 +298076,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [122823] = 22, + [122866] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(4565), 1, + anon_sym_LPAREN, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(4569), 1, + anon_sym_STAR, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(4583), 1, + anon_sym_map_LBRACK, + ACTIONS(4585), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(4587), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(4589), 1, anon_sym_atomic, - ACTIONS(5892), 1, - anon_sym_LPAREN, - ACTIONS(5894), 1, - anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5816), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5822), 1, anon_sym_AMP, - ACTIONS(5904), 1, - anon_sym_map_LBRACK, - STATE(2242), 1, + STATE(2582), 1, sym_plain_type, - STATE(4569), 1, + STATE(4579), 1, sym_reference_expression, - STATE(2190), 2, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3314), 2, + STATE(3316), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -297967,55 +298137,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [122906] = 22, + [122949] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3955), 1, + ACTIONS(3664), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3668), 1, anon_sym_fn, - ACTIONS(3963), 1, + ACTIONS(3672), 1, anon_sym_struct, - ACTIONS(3973), 1, + ACTIONS(3682), 1, anon_sym_shared, - ACTIONS(3977), 1, + ACTIONS(3686), 1, anon_sym_chan, - ACTIONS(3979), 1, + ACTIONS(3688), 1, anon_sym_thread, - ACTIONS(3981), 1, + ACTIONS(3690), 1, anon_sym_atomic, - ACTIONS(5892), 1, + ACTIONS(5698), 1, anon_sym_LPAREN, - ACTIONS(5894), 1, + ACTIONS(5870), 1, anon_sym_STAR, - ACTIONS(5896), 1, + ACTIONS(5872), 1, anon_sym_QMARK, - ACTIONS(5898), 1, + ACTIONS(5874), 1, anon_sym_BANG, - ACTIONS(5900), 1, + ACTIONS(5876), 1, anon_sym_LBRACK2, - ACTIONS(5902), 1, + ACTIONS(5878), 1, anon_sym_AMP, - ACTIONS(5904), 1, + ACTIONS(5880), 1, anon_sym_map_LBRACK, - STATE(2247), 1, + STATE(1791), 1, sym_plain_type, - STATE(4569), 1, + STATE(4501), 1, sym_reference_expression, - STATE(2190), 2, + STATE(1701), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3315), 2, + STATE(3317), 2, sym_line_comment, sym_block_comment, - STATE(2222), 4, + STATE(1704), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2223), 12, + STATE(1672), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298028,55 +298198,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [122989] = 22, + [123032] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5942), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5944), 1, anon_sym_map_LBRACK, - STATE(1034), 1, + STATE(1074), 1, sym_plain_type, - STATE(4447), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1013), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3316), 2, + STATE(3318), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298089,55 +298259,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [123072] = 22, + [123115] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(4557), 1, + ACTIONS(4565), 1, anon_sym_LPAREN, - ACTIONS(4559), 1, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(4561), 1, + ACTIONS(4569), 1, anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(4575), 1, + ACTIONS(4583), 1, anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(4585), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(4587), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(4589), 1, anon_sym_atomic, - ACTIONS(5838), 1, + ACTIONS(5816), 1, anon_sym_QMARK, - ACTIONS(5840), 1, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5842), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5844), 1, + ACTIONS(5822), 1, anon_sym_AMP, - STATE(2568), 1, + STATE(2581), 1, sym_plain_type, - STATE(4577), 1, + STATE(4579), 1, sym_reference_expression, - STATE(2676), 2, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3317), 2, + STATE(3319), 2, sym_line_comment, sym_block_comment, - STATE(2753), 4, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2754), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298150,55 +298320,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [123155] = 22, + [123198] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5942), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5944), 1, anon_sym_map_LBRACK, - STATE(1060), 1, + STATE(1126), 1, sym_plain_type, - STATE(4447), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1013), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3318), 2, + STATE(3320), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298211,55 +298381,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [123238] = 22, + [123281] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, + ACTIONS(3596), 1, sym_identifier, - ACTIONS(3590), 1, + ACTIONS(3598), 1, anon_sym_LPAREN, - ACTIONS(3592), 1, + ACTIONS(3600), 1, anon_sym_fn, - ACTIONS(3594), 1, + ACTIONS(3602), 1, anon_sym_STAR, - ACTIONS(3596), 1, + ACTIONS(3604), 1, anon_sym_struct, - ACTIONS(3606), 1, + ACTIONS(3614), 1, anon_sym_shared, - ACTIONS(3608), 1, + ACTIONS(3616), 1, anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(3618), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(3620), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(3622), 1, anon_sym_atomic, - ACTIONS(5934), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - ACTIONS(5936), 1, + ACTIONS(5926), 1, anon_sym_BANG, - ACTIONS(5938), 1, + ACTIONS(5928), 1, anon_sym_LBRACK2, - ACTIONS(5940), 1, + ACTIONS(5930), 1, anon_sym_AMP, STATE(1388), 1, sym_plain_type, - STATE(4439), 1, + STATE(4437), 1, sym_reference_expression, - STATE(1300), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3319), 2, + STATE(3321), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298272,7 +298442,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [123321] = 22, + [123364] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -298287,40 +298457,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4085), 1, + STATE(4090), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3320), 2, + STATE(3322), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298333,55 +298503,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [123404] = 22, + [123447] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(569), 1, + ACTIONS(565), 1, sym_identifier, - ACTIONS(575), 1, + ACTIONS(571), 1, anon_sym_fn, - ACTIONS(579), 1, + ACTIONS(575), 1, anon_sym_struct, - ACTIONS(589), 1, + ACTIONS(585), 1, anon_sym_shared, - ACTIONS(593), 1, + ACTIONS(589), 1, anon_sym_chan, - ACTIONS(595), 1, + ACTIONS(591), 1, anon_sym_thread, - ACTIONS(597), 1, + ACTIONS(593), 1, anon_sym_atomic, - ACTIONS(5796), 1, + ACTIONS(5848), 1, anon_sym_LPAREN, - ACTIONS(5798), 1, + ACTIONS(5850), 1, anon_sym_STAR, - ACTIONS(5800), 1, + ACTIONS(5852), 1, anon_sym_QMARK, - ACTIONS(5802), 1, + ACTIONS(5854), 1, anon_sym_BANG, - ACTIONS(5804), 1, + ACTIONS(5856), 1, anon_sym_LBRACK2, - ACTIONS(5806), 1, + ACTIONS(5858), 1, anon_sym_AMP, - ACTIONS(5808), 1, + ACTIONS(5860), 1, anon_sym_map_LBRACK, - STATE(875), 1, + STATE(627), 1, sym_plain_type, - STATE(4541), 1, + STATE(4540), 1, sym_reference_expression, - STATE(417), 2, + STATE(442), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3321), 2, + STATE(3323), 2, sym_line_comment, sym_block_comment, - STATE(937), 4, + STATE(809), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(936), 12, + STATE(806), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298394,7 +298564,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [123487] = 22, + [123530] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -298409,40 +298579,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4035), 1, + STATE(4036), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3322), 2, + STATE(3324), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298455,55 +298625,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [123570] = 22, + [123613] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(4557), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(4559), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(4561), 1, - anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(4575), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5838), 1, + ACTIONS(5824), 1, + anon_sym_STAR, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5840), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5842), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5844), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(2567), 1, + STATE(2041), 1, sym_plain_type, - STATE(4577), 1, + STATE(4470), 1, sym_reference_expression, - STATE(2676), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3323), 2, + STATE(3325), 2, sym_line_comment, sym_block_comment, - STATE(2753), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2754), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298516,55 +298686,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [123653] = 22, + [123696] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3993), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(2383), 1, + STATE(2404), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2341), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3324), 2, + STATE(3326), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298577,55 +298747,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [123736] = 22, + [123779] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(3618), 1, + ACTIONS(3626), 1, anon_sym_LPAREN, - ACTIONS(3983), 1, + ACTIONS(3989), 1, sym_identifier, - ACTIONS(3985), 1, + ACTIONS(3991), 1, anon_sym_fn, - ACTIONS(3987), 1, + ACTIONS(3993), 1, anon_sym_STAR, - ACTIONS(3997), 1, + ACTIONS(4003), 1, anon_sym_shared, - ACTIONS(3999), 1, + ACTIONS(4005), 1, anon_sym_map_LBRACK, - ACTIONS(4001), 1, + ACTIONS(4007), 1, anon_sym_chan, - ACTIONS(4003), 1, + ACTIONS(4009), 1, anon_sym_thread, - ACTIONS(4005), 1, + ACTIONS(4011), 1, anon_sym_atomic, - ACTIONS(5788), 1, + ACTIONS(5862), 1, anon_sym_QMARK, - ACTIONS(5790), 1, + ACTIONS(5864), 1, anon_sym_BANG, - ACTIONS(5792), 1, + ACTIONS(5866), 1, anon_sym_LBRACK2, - ACTIONS(5794), 1, + ACTIONS(5868), 1, anon_sym_AMP, - STATE(2430), 1, + STATE(2442), 1, sym_plain_type, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(2341), 2, + STATE(2339), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3325), 2, + STATE(3327), 2, sym_line_comment, sym_block_comment, - STATE(2350), 4, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298638,55 +298808,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [123819] = 22, + [123862] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, + ACTIONS(3596), 1, sym_identifier, - ACTIONS(3590), 1, + ACTIONS(3598), 1, anon_sym_LPAREN, - ACTIONS(3592), 1, + ACTIONS(3600), 1, anon_sym_fn, - ACTIONS(3594), 1, + ACTIONS(3602), 1, anon_sym_STAR, - ACTIONS(3596), 1, + ACTIONS(3604), 1, anon_sym_struct, - ACTIONS(3606), 1, + ACTIONS(3614), 1, anon_sym_shared, - ACTIONS(3608), 1, + ACTIONS(3616), 1, anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(3618), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(3620), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(3622), 1, anon_sym_atomic, - ACTIONS(5934), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - ACTIONS(5936), 1, + ACTIONS(5926), 1, anon_sym_BANG, - ACTIONS(5938), 1, + ACTIONS(5928), 1, anon_sym_LBRACK2, - ACTIONS(5940), 1, + ACTIONS(5930), 1, anon_sym_AMP, - STATE(1394), 1, + STATE(1374), 1, sym_plain_type, - STATE(4439), 1, + STATE(4437), 1, sym_reference_expression, - STATE(1300), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3326), 2, + STATE(3328), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298699,29 +298869,92 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [123902] = 22, + [123945] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5934), 1, anon_sym_STAR, + ACTIONS(5936), 1, + anon_sym_QMARK, + ACTIONS(5938), 1, + anon_sym_BANG, + ACTIONS(5940), 1, + anon_sym_LBRACK2, + ACTIONS(5942), 1, + anon_sym_AMP, + ACTIONS(5944), 1, + anon_sym_map_LBRACK, + STATE(1040), 1, + sym_plain_type, + STATE(4449), 1, + sym_reference_expression, + STATE(1010), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3329), 2, + sym_line_comment, + sym_block_comment, + STATE(1049), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(1053), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [124028] = 22, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(3596), 1, + sym_identifier, + ACTIONS(3598), 1, + anon_sym_LPAREN, + ACTIONS(3600), 1, + anon_sym_fn, + ACTIONS(3602), 1, + anon_sym_STAR, + ACTIONS(3604), 1, + anon_sym_struct, + ACTIONS(3614), 1, + anon_sym_shared, + ACTIONS(3616), 1, + anon_sym_map_LBRACK, + ACTIONS(3618), 1, + anon_sym_chan, + ACTIONS(3620), 1, + anon_sym_thread, + ACTIONS(3622), 1, + anon_sym_atomic, ACTIONS(5924), 1, anon_sym_QMARK, ACTIONS(5926), 1, @@ -298730,24 +298963,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, ACTIONS(5930), 1, anon_sym_AMP, - ACTIONS(5932), 1, - anon_sym_map_LBRACK, - STATE(1037), 1, + STATE(1389), 1, sym_plain_type, - STATE(4447), 1, + STATE(4437), 1, sym_reference_expression, - STATE(1013), 2, + STATE(1310), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3327), 2, + STATE(3330), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(1416), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(1417), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298760,55 +298991,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [123985] = 22, + [124111] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3656), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(3660), 1, + ACTIONS(4565), 1, + anon_sym_LPAREN, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(3664), 1, + ACTIONS(4569), 1, + anon_sym_STAR, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(3674), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(3678), 1, + ACTIONS(4583), 1, + anon_sym_map_LBRACK, + ACTIONS(4585), 1, anon_sym_chan, - ACTIONS(3680), 1, + ACTIONS(4587), 1, anon_sym_thread, - ACTIONS(3682), 1, + ACTIONS(4589), 1, anon_sym_atomic, - ACTIONS(5694), 1, - anon_sym_LPAREN, - ACTIONS(5870), 1, - anon_sym_STAR, - ACTIONS(5872), 1, + ACTIONS(5816), 1, anon_sym_QMARK, - ACTIONS(5874), 1, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5876), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5878), 1, + ACTIONS(5822), 1, anon_sym_AMP, - ACTIONS(5880), 1, - anon_sym_map_LBRACK, - STATE(1725), 1, + STATE(2849), 1, sym_plain_type, - STATE(4506), 1, + STATE(4579), 1, sym_reference_expression, - STATE(1707), 2, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3328), 2, + STATE(3331), 2, sym_line_comment, sym_block_comment, - STATE(1699), 4, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1698), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298821,55 +299052,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [124068] = 22, + [124194] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3588), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(3590), 1, - anon_sym_LPAREN, - ACTIONS(3592), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(3594), 1, - anon_sym_STAR, - ACTIONS(3596), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(3606), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(3608), 1, - anon_sym_map_LBRACK, - ACTIONS(3610), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(3612), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(3614), 1, + ACTIONS(1637), 1, anon_sym_atomic, + ACTIONS(5932), 1, + anon_sym_LPAREN, ACTIONS(5934), 1, - anon_sym_QMARK, + anon_sym_STAR, ACTIONS(5936), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5938), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5940), 1, + anon_sym_LBRACK2, + ACTIONS(5942), 1, anon_sym_AMP, - STATE(1393), 1, + ACTIONS(5944), 1, + anon_sym_map_LBRACK, + STATE(1021), 1, sym_plain_type, - STATE(4439), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1300), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3329), 2, + STATE(3332), 2, sym_line_comment, sym_block_comment, - STATE(1414), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1415), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298882,55 +299113,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [124151] = 22, + [124277] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5942), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5944), 1, anon_sym_map_LBRACK, STATE(1028), 1, sym_plain_type, - STATE(4447), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1013), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3330), 2, + STATE(3333), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -298943,55 +299174,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [124234] = 22, + [124360] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5942), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5944), 1, anon_sym_map_LBRACK, - STATE(1027), 1, + STATE(1088), 1, sym_plain_type, - STATE(4447), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1013), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3331), 2, + STATE(3334), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299004,55 +299235,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [124317] = 22, + [124443] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(3810), 1, sym_identifier, - ACTIONS(4557), 1, + ACTIONS(3812), 1, anon_sym_LPAREN, - ACTIONS(4559), 1, + ACTIONS(3814), 1, anon_sym_fn, - ACTIONS(4561), 1, - anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(3818), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(3828), 1, anon_sym_shared, - ACTIONS(4575), 1, + ACTIONS(3830), 1, anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(3832), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(3834), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(3836), 1, anon_sym_atomic, - ACTIONS(5838), 1, + ACTIONS(5824), 1, + anon_sym_STAR, + ACTIONS(5826), 1, anon_sym_QMARK, - ACTIONS(5840), 1, + ACTIONS(5828), 1, anon_sym_BANG, - ACTIONS(5842), 1, + ACTIONS(5830), 1, anon_sym_LBRACK2, - ACTIONS(5844), 1, + ACTIONS(5832), 1, anon_sym_AMP, - STATE(2834), 1, + STATE(2040), 1, sym_plain_type, - STATE(4577), 1, + STATE(4470), 1, sym_reference_expression, - STATE(2676), 2, + STATE(1951), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3332), 2, + STATE(3335), 2, sym_line_comment, sym_block_comment, - STATE(2753), 4, + STATE(2111), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2754), 12, + STATE(2110), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299065,55 +299296,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [124400] = 22, + [124526] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5942), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5944), 1, anon_sym_map_LBRACK, - STATE(1036), 1, + STATE(1090), 1, sym_plain_type, - STATE(4447), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1013), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3333), 2, + STATE(3336), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299126,55 +299357,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [124483] = 22, + [124609] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(1611), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(1615), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(1619), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(1629), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(1633), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(1635), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(1637), 1, anon_sym_atomic, - ACTIONS(5920), 1, + ACTIONS(5932), 1, anon_sym_LPAREN, - ACTIONS(5922), 1, + ACTIONS(5934), 1, anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5936), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5938), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5940), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5942), 1, anon_sym_AMP, - ACTIONS(5932), 1, + ACTIONS(5944), 1, anon_sym_map_LBRACK, - STATE(1042), 1, + STATE(1089), 1, sym_plain_type, - STATE(4447), 1, + STATE(4449), 1, sym_reference_expression, - STATE(1013), 2, + STATE(1010), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3334), 2, + STATE(3337), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(1049), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(1053), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299187,55 +299418,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [124566] = 22, + [124692] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1675), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(1679), 1, + ACTIONS(4565), 1, + anon_sym_LPAREN, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(1683), 1, + ACTIONS(4569), 1, + anon_sym_STAR, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(1693), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(1697), 1, + ACTIONS(4583), 1, + anon_sym_map_LBRACK, + ACTIONS(4585), 1, anon_sym_chan, - ACTIONS(1699), 1, + ACTIONS(4587), 1, anon_sym_thread, - ACTIONS(1701), 1, + ACTIONS(4589), 1, anon_sym_atomic, - ACTIONS(5920), 1, - anon_sym_LPAREN, - ACTIONS(5922), 1, - anon_sym_STAR, - ACTIONS(5924), 1, + ACTIONS(5816), 1, anon_sym_QMARK, - ACTIONS(5926), 1, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5928), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5930), 1, + ACTIONS(5822), 1, anon_sym_AMP, - ACTIONS(5932), 1, - anon_sym_map_LBRACK, - STATE(1039), 1, + STATE(2834), 1, sym_plain_type, - STATE(4447), 1, + STATE(4579), 1, sym_reference_expression, - STATE(1013), 2, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3335), 2, + STATE(3338), 2, sym_line_comment, sym_block_comment, - STATE(1024), 4, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1025), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299248,55 +299479,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [124649] = 22, + [124775] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, + ACTIONS(3782), 1, sym_identifier, - ACTIONS(3790), 1, + ACTIONS(3784), 1, anon_sym_LPAREN, - ACTIONS(3792), 1, + ACTIONS(3786), 1, anon_sym_fn, - ACTIONS(3796), 1, + ACTIONS(3790), 1, anon_sym_struct, - ACTIONS(3806), 1, + ACTIONS(3800), 1, anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(3802), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(3804), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(3806), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(3808), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(5792), 1, anon_sym_STAR, - ACTIONS(5848), 1, + ACTIONS(5794), 1, anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5796), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5798), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5800), 1, anon_sym_AMP, - STATE(2092), 1, + STATE(2158), 1, sym_plain_type, - STATE(4468), 1, + STATE(4533), 1, sym_reference_expression, - STATE(1958), 2, + STATE(1950), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3336), 2, + STATE(3339), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(2160), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2162), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299309,55 +299540,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [124732] = 22, + [124858] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3788), 1, - sym_identifier, - ACTIONS(3790), 1, - anon_sym_LPAREN, - ACTIONS(3792), 1, - anon_sym_fn, - ACTIONS(3796), 1, - anon_sym_struct, - ACTIONS(3806), 1, - anon_sym_shared, - ACTIONS(3808), 1, + ACTIONS(47), 1, + anon_sym_QMARK, + ACTIONS(85), 1, anon_sym_map_LBRACK, - ACTIONS(3810), 1, + ACTIONS(87), 1, anon_sym_chan, - ACTIONS(3812), 1, + ACTIONS(89), 1, anon_sym_thread, - ACTIONS(3814), 1, + ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(5846), 1, + ACTIONS(597), 1, + sym_identifier, + ACTIONS(603), 1, + anon_sym_fn, + ACTIONS(607), 1, + anon_sym_struct, + ACTIONS(615), 1, + anon_sym_shared, + ACTIONS(3626), 1, + anon_sym_LPAREN, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5848), 1, - anon_sym_QMARK, - ACTIONS(5850), 1, + ACTIONS(5424), 1, anon_sym_BANG, - ACTIONS(5852), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5854), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(2090), 1, + STATE(4652), 1, sym_plain_type, - STATE(4468), 1, + STATE(4655), 1, sym_reference_expression, - STATE(1958), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3337), 2, + STATE(3340), 2, sym_line_comment, sym_block_comment, - STATE(2035), 4, + STATE(3572), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2356), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2114), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299370,55 +299601,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [124815] = 22, + [124941] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3728), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, ACTIONS(3752), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3754), 1, + anon_sym_thread, + ACTIONS(3756), 1, anon_sym_atomic, - ACTIONS(5856), 1, + ACTIONS(5834), 1, anon_sym_LPAREN, - ACTIONS(5858), 1, + ACTIONS(5836), 1, anon_sym_STAR, - ACTIONS(5860), 1, + ACTIONS(5838), 1, anon_sym_QMARK, - ACTIONS(5862), 1, + ACTIONS(5840), 1, anon_sym_BANG, - ACTIONS(5864), 1, + ACTIONS(5842), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5844), 1, anon_sym_AMP, - ACTIONS(5868), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(1888), 1, + STATE(1859), 1, sym_plain_type, - STATE(4552), 1, + STATE(4554), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3338), 2, + STATE(3341), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299431,55 +299662,55 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [124898] = 22, + [125024] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(47), 1, - anon_sym_QMARK, - ACTIONS(85), 1, - anon_sym_map_LBRACK, - ACTIONS(87), 1, - anon_sym_chan, - ACTIONS(89), 1, - anon_sym_thread, - ACTIONS(91), 1, - anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(4563), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(4565), 1, + anon_sym_LPAREN, + ACTIONS(4567), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(4569), 1, + anon_sym_STAR, + ACTIONS(4571), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(4581), 1, anon_sym_shared, - ACTIONS(3618), 1, - anon_sym_LPAREN, - ACTIONS(3620), 1, - anon_sym_STAR, - ACTIONS(5402), 1, + ACTIONS(4583), 1, + anon_sym_map_LBRACK, + ACTIONS(4585), 1, + anon_sym_chan, + ACTIONS(4587), 1, + anon_sym_thread, + ACTIONS(4589), 1, + anon_sym_atomic, + ACTIONS(5816), 1, + anon_sym_QMARK, + ACTIONS(5818), 1, anon_sym_BANG, - ACTIONS(5404), 1, + ACTIONS(5820), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5822), 1, anon_sym_AMP, - STATE(4650), 1, + STATE(2836), 1, sym_plain_type, - STATE(4653), 1, + STATE(4579), 1, sym_reference_expression, - STATE(3339), 2, - sym_line_comment, - sym_block_comment, - STATE(3573), 2, + STATE(2662), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2350), 4, + STATE(3342), 2, + sym_line_comment, + sym_block_comment, + STATE(2751), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2349), 12, + STATE(2752), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299492,31 +299723,29 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [124981] = 22, + [125107] = 22, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(3730), 1, sym_identifier, - ACTIONS(4557), 1, - anon_sym_LPAREN, - ACTIONS(4559), 1, + ACTIONS(3734), 1, anon_sym_fn, - ACTIONS(4561), 1, - anon_sym_STAR, - ACTIONS(4563), 1, + ACTIONS(3738), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(3748), 1, anon_sym_shared, - ACTIONS(4575), 1, - anon_sym_map_LBRACK, - ACTIONS(4577), 1, + ACTIONS(3752), 1, anon_sym_chan, - ACTIONS(4579), 1, + ACTIONS(3754), 1, anon_sym_thread, - ACTIONS(4581), 1, + ACTIONS(3756), 1, anon_sym_atomic, + ACTIONS(5834), 1, + anon_sym_LPAREN, + ACTIONS(5836), 1, + anon_sym_STAR, ACTIONS(5838), 1, anon_sym_QMARK, ACTIONS(5840), 1, @@ -299525,83 +299754,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, ACTIONS(5844), 1, anon_sym_AMP, - STATE(2825), 1, - sym_plain_type, - STATE(4577), 1, - sym_reference_expression, - STATE(2676), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3340), 2, - sym_line_comment, - sym_block_comment, - STATE(2753), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2754), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [125064] = 22, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(3728), 1, - sym_identifier, - ACTIONS(3732), 1, - anon_sym_fn, - ACTIONS(3736), 1, - anon_sym_struct, - ACTIONS(3746), 1, - anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, - ACTIONS(3752), 1, - anon_sym_thread, - ACTIONS(3754), 1, - anon_sym_atomic, - ACTIONS(5856), 1, - anon_sym_LPAREN, - ACTIONS(5858), 1, - anon_sym_STAR, - ACTIONS(5860), 1, - anon_sym_QMARK, - ACTIONS(5862), 1, - anon_sym_BANG, - ACTIONS(5864), 1, - anon_sym_LBRACK2, - ACTIONS(5866), 1, - anon_sym_AMP, - ACTIONS(5868), 1, + ACTIONS(5846), 1, anon_sym_map_LBRACK, - STATE(1887), 1, + STATE(1858), 1, sym_plain_type, - STATE(4552), 1, + STATE(4554), 1, sym_reference_expression, - STATE(1808), 2, + STATE(1813), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3341), 2, + STATE(3343), 2, sym_line_comment, sym_block_comment, - STATE(1938), 4, + STATE(1941), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1937), 12, + STATE(1949), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299614,7 +299784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [125147] = 18, + [125190] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -299627,31 +299797,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4333), 1, + STATE(4377), 1, sym__plain_type_without_special, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3342), 2, + STATE(3344), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299664,7 +299834,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [125215] = 18, + [125258] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -299677,31 +299847,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4653), 1, - sym_reference_expression, - STATE(4666), 1, + STATE(4333), 1, sym__plain_type_without_special, - STATE(3343), 2, + STATE(4655), 1, + sym_reference_expression, + STATE(3345), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299714,60 +299884,60 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [125283] = 21, + [125326] = 21, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1436), 1, + ACTIONS(1364), 1, sym___double_quote, - ACTIONS(1438), 1, + ACTIONS(1366), 1, sym___single_quote, - ACTIONS(1440), 1, + ACTIONS(1368), 1, sym___c_double_quote, - ACTIONS(1442), 1, + ACTIONS(1370), 1, sym___c_single_quote, - ACTIONS(1444), 1, + ACTIONS(1372), 1, sym___r_double_quote, - ACTIONS(1446), 1, + ACTIONS(1374), 1, sym___r_single_quote, - ACTIONS(5942), 1, + ACTIONS(5946), 1, sym_identifier, - ACTIONS(5944), 1, + ACTIONS(5948), 1, anon_sym_if, - ACTIONS(5946), 1, + ACTIONS(5950), 1, anon_sym_unsafe, - STATE(3975), 1, + STATE(3980), 1, sym_reference_expression, - STATE(3997), 1, + STATE(4011), 1, sym_value_attribute, - STATE(4005), 1, - sym_attribute_expression, - STATE(4234), 1, + STATE(4231), 1, sym_literal, - ACTIONS(1430), 2, + STATE(4300), 1, + sym_attribute_expression, + ACTIONS(1358), 2, sym_float_literal, sym_rune_literal, - STATE(3344), 2, + STATE(3346), 2, sym_line_comment, sym_block_comment, - STATE(4204), 2, + STATE(4206), 2, sym_if_attribute, sym__plain_attribute, - STATE(4205), 2, + STATE(4211), 2, sym_literal_attribute, sym_key_value_attribute, - STATE(2362), 3, + STATE(2351), 3, sym_c_string_literal, sym_raw_string_literal, sym_interpreted_string_literal, - ACTIONS(1414), 5, + ACTIONS(1342), 5, sym_none, sym_true, sym_false, sym_nil, sym_int_literal, - [125357] = 18, + [125400] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -299780,31 +299950,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4189), 1, + STATE(4195), 1, sym__plain_type_without_special, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3345), 2, + STATE(3347), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299817,7 +299987,60 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [125425] = 18, + [125468] = 21, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1364), 1, + sym___double_quote, + ACTIONS(1366), 1, + sym___single_quote, + ACTIONS(1368), 1, + sym___c_double_quote, + ACTIONS(1370), 1, + sym___c_single_quote, + ACTIONS(1372), 1, + sym___r_double_quote, + ACTIONS(1374), 1, + sym___r_single_quote, + ACTIONS(5946), 1, + sym_identifier, + ACTIONS(5948), 1, + anon_sym_if, + ACTIONS(5950), 1, + anon_sym_unsafe, + STATE(3980), 1, + sym_reference_expression, + STATE(4011), 1, + sym_value_attribute, + STATE(4016), 1, + sym_attribute_expression, + STATE(4231), 1, + sym_literal, + ACTIONS(1358), 2, + sym_float_literal, + sym_rune_literal, + STATE(3348), 2, + sym_line_comment, + sym_block_comment, + STATE(4206), 2, + sym_if_attribute, + sym__plain_attribute, + STATE(4211), 2, + sym_literal_attribute, + sym_key_value_attribute, + STATE(2351), 3, + sym_c_string_literal, + sym_raw_string_literal, + sym_interpreted_string_literal, + ACTIONS(1342), 5, + sym_none, + sym_true, + sym_false, + sym_nil, + sym_int_literal, + [125542] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -299830,31 +300053,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4197), 1, + STATE(4196), 1, sym__plain_type_without_special, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3346), 2, + STATE(3349), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299867,7 +300090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [125493] = 18, + [125610] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -299880,31 +300103,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4400), 1, + STATE(4409), 1, sym__plain_type_without_special, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3347), 2, + STATE(3350), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299917,7 +300140,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [125561] = 18, + [125678] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -299930,31 +300153,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4243), 1, + STATE(4365), 1, sym__plain_type_without_special, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3348), 2, + STATE(3351), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -299967,7 +300190,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [125629] = 18, + [125746] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -299980,31 +300203,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4117), 1, + STATE(4394), 1, sym__plain_type_without_special, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3349), 2, + STATE(3352), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -300017,7 +300240,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [125697] = 18, + [125814] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -300030,31 +300253,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4408), 1, - sym__plain_type_without_special, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3350), 2, + STATE(4668), 1, + sym__plain_type_without_special, + STATE(3353), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -300067,7 +300290,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [125765] = 18, + [125882] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -300080,31 +300303,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4365), 1, + STATE(4245), 1, sym__plain_type_without_special, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3351), 2, + STATE(3354), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -300117,7 +300340,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [125833] = 18, + [125950] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -300130,31 +300353,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4212), 1, + STATE(4120), 1, sym__plain_type_without_special, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3352), 2, + STATE(3355), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -300167,7 +300390,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [125901] = 18, + [126018] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -300180,31 +300403,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4484), 1, + STATE(4118), 1, sym__plain_type_without_special, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3353), 2, + STATE(3356), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -300217,7 +300440,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [125969] = 18, + [126086] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -300230,31 +300453,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4375), 1, + STATE(4338), 1, sym__plain_type_without_special, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3354), 2, + STATE(3357), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -300267,7 +300490,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [126037] = 18, + [126154] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -300280,31 +300503,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4206), 1, + STATE(4483), 1, sym__plain_type_without_special, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3355), 2, + STATE(3358), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -300317,60 +300540,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [126105] = 21, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1436), 1, - sym___double_quote, - ACTIONS(1438), 1, - sym___single_quote, - ACTIONS(1440), 1, - sym___c_double_quote, - ACTIONS(1442), 1, - sym___c_single_quote, - ACTIONS(1444), 1, - sym___r_double_quote, - ACTIONS(1446), 1, - sym___r_single_quote, - ACTIONS(5942), 1, - sym_identifier, - ACTIONS(5944), 1, - anon_sym_if, - ACTIONS(5946), 1, - anon_sym_unsafe, - STATE(3975), 1, - sym_reference_expression, - STATE(3997), 1, - sym_value_attribute, - STATE(4234), 1, - sym_literal, - STATE(4299), 1, - sym_attribute_expression, - ACTIONS(1430), 2, - sym_float_literal, - sym_rune_literal, - STATE(3356), 2, - sym_line_comment, - sym_block_comment, - STATE(4204), 2, - sym_if_attribute, - sym__plain_attribute, - STATE(4205), 2, - sym_literal_attribute, - sym_key_value_attribute, - STATE(2362), 3, - sym_c_string_literal, - sym_raw_string_literal, - sym_interpreted_string_literal, - ACTIONS(1414), 5, - sym_none, - sym_true, - sym_false, - sym_nil, - sym_int_literal, - [126179] = 18, + [126222] = 18, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -300383,31 +300553,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(91), 1, anon_sym_atomic, - ACTIONS(605), 1, + ACTIONS(597), 1, sym_identifier, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_fn, - ACTIONS(615), 1, + ACTIONS(607), 1, anon_sym_struct, - ACTIONS(623), 1, + ACTIONS(615), 1, anon_sym_shared, - ACTIONS(3620), 1, + ACTIONS(3628), 1, anon_sym_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_LBRACK2, - ACTIONS(5406), 1, + ACTIONS(5428), 1, anon_sym_AMP, - STATE(4392), 1, + STATE(4402), 1, sym__plain_type_without_special, - STATE(4653), 1, + STATE(4655), 1, sym_reference_expression, - STATE(3357), 2, + STATE(3359), 2, sym_line_comment, sym_block_comment, - STATE(3573), 2, + STATE(3572), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2349), 12, + STATE(2357), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -300420,48 +300590,48 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [126247] = 19, + [126290] = 19, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4980), 1, + ACTIONS(4978), 1, anon_sym_LBRACK, - ACTIONS(5948), 1, + ACTIONS(5952), 1, sym_identifier, - ACTIONS(5950), 1, + ACTIONS(5954), 1, anon_sym_LPAREN, - ACTIONS(5956), 1, + ACTIONS(5960), 1, anon_sym_LT2, - ACTIONS(5958), 1, + ACTIONS(5962), 1, anon_sym_LBRACK2, - STATE(3416), 1, + STATE(3424), 1, sym_receiver, - STATE(3522), 1, + STATE(3520), 1, sym_capture_list, - STATE(3530), 1, + STATE(3526), 1, sym__function_name, STATE(3753), 1, sym_generic_parameters, - STATE(4020), 1, + STATE(4025), 1, sym_overridable_operator, - STATE(4188), 1, + STATE(4190), 1, sym_signature, - STATE(4665), 1, + STATE(4667), 1, sym_reference_expression, - STATE(4672), 1, + STATE(4674), 1, sym_static_receiver, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3358), 2, + STATE(3360), 2, sym_line_comment, sym_block_comment, - ACTIONS(5954), 3, + ACTIONS(5958), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5952), 8, + ACTIONS(5956), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -300470,15 +300640,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [126316] = 4, + [126359] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3359), 2, + STATE(3361), 2, sym_line_comment, sym_block_comment, - ACTIONS(2905), 24, + ACTIONS(3097), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -300503,15 +300673,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [126353] = 4, + [126396] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3360), 2, + STATE(3362), 2, sym_line_comment, sym_block_comment, - ACTIONS(3331), 24, + ACTIONS(3019), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -300536,15 +300706,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [126390] = 4, + [126433] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3361), 2, + STATE(3363), 2, sym_line_comment, sym_block_comment, - ACTIONS(3263), 24, + ACTIONS(3241), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -300569,15 +300739,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [126427] = 4, + [126470] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3362), 2, + STATE(3364), 2, sym_line_comment, sym_block_comment, - ACTIONS(3259), 24, + ACTIONS(3023), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -300602,15 +300772,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [126464] = 4, + [126507] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3363), 2, + STATE(3365), 2, sym_line_comment, sym_block_comment, - ACTIONS(2909), 24, + ACTIONS(3093), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -300635,14 +300805,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [126501] = 6, + [126544] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3595), 1, + STATE(3586), 1, aux_sym_strictly_expression_list_repeat1, - STATE(3364), 2, + STATE(3366), 2, sym_line_comment, sym_block_comment, ACTIONS(1713), 4, @@ -300666,43 +300836,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [126538] = 5, + [126581] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3365), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3259), 7, - anon_sym_fn, - anon_sym_struct, + ACTIONS(5952), 1, sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - ACTIONS(3257), 11, - anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(5964), 1, anon_sym_LPAREN, - anon_sym_RPAREN, + STATE(3402), 1, + sym_receiver, + STATE(3532), 1, + sym__function_name, + STATE(4025), 1, + sym_overridable_operator, + STATE(4506), 1, + sym_static_receiver, + STATE(4667), 1, + sym_reference_expression, + STATE(3367), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5958), 3, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5956), 8, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_map_LBRACK, - [126571] = 5, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [126628] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3366), 2, + STATE(3368), 2, sym_line_comment, sym_block_comment, - ACTIONS(3331), 7, + ACTIONS(3023), 7, anon_sym_fn, anon_sym_struct, sym_identifier, @@ -300710,7 +300887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3329), 11, + ACTIONS(3021), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, @@ -300722,15 +300899,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_map_LBRACK, - [126604] = 5, + [126661] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3367), 2, + STATE(3369), 2, sym_line_comment, sym_block_comment, - ACTIONS(2905), 7, + ACTIONS(3241), 7, anon_sym_fn, anon_sym_struct, sym_identifier, @@ -300738,7 +300915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(2903), 11, + ACTIONS(3239), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, @@ -300750,33 +300927,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_map_LBRACK, - [126637] = 12, + [126694] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5948), 1, + ACTIONS(5952), 1, sym_identifier, - ACTIONS(5960), 1, + ACTIONS(5964), 1, anon_sym_LPAREN, - STATE(3399), 1, + STATE(3401), 1, sym_receiver, STATE(3527), 1, sym__function_name, - STATE(4020), 1, + STATE(4025), 1, sym_overridable_operator, - STATE(4486), 1, + STATE(4462), 1, sym_static_receiver, - STATE(4665), 1, + STATE(4667), 1, sym_reference_expression, - STATE(3368), 2, + STATE(3370), 2, sym_line_comment, sym_block_comment, - ACTIONS(5954), 3, + ACTIONS(5958), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5952), 8, + ACTIONS(5956), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -300785,50 +300962,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [126684] = 12, + [126741] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5948), 1, + ACTIONS(1364), 1, + sym___double_quote, + ACTIONS(1366), 1, + sym___single_quote, + ACTIONS(1368), 1, + sym___c_double_quote, + ACTIONS(1370), 1, + sym___c_single_quote, + ACTIONS(1372), 1, + sym___r_double_quote, + ACTIONS(1374), 1, + sym___r_single_quote, + ACTIONS(5966), 1, sym_identifier, - ACTIONS(5960), 1, - anon_sym_LPAREN, - STATE(3397), 1, - sym_receiver, - STATE(3524), 1, - sym__function_name, - STATE(4020), 1, - sym_overridable_operator, - STATE(4461), 1, - sym_static_receiver, - STATE(4665), 1, - sym_reference_expression, - STATE(3369), 2, + STATE(4297), 1, + sym_literal, + ACTIONS(1358), 2, + sym_float_literal, + sym_rune_literal, + STATE(3371), 2, sym_line_comment, sym_block_comment, - ACTIONS(5954), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5952), 8, - anon_sym_PLUS, - anon_sym_DASH, + STATE(2351), 3, + sym_c_string_literal, + sym_raw_string_literal, + sym_interpreted_string_literal, + ACTIONS(1342), 5, + sym_none, + sym_true, + sym_false, + sym_nil, + sym_int_literal, + [126792] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(3372), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3093), 7, + anon_sym_fn, + anon_sym_struct, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + ACTIONS(3091), 11, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [126731] = 5, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_map_LBRACK, + [126825] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3370), 2, + STATE(3373), 2, sym_line_comment, sym_block_comment, - ACTIONS(2909), 7, + ACTIONS(3097), 7, anon_sym_fn, anon_sym_struct, sym_identifier, @@ -300836,7 +301043,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(2907), 11, + ACTIONS(3095), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, @@ -300848,15 +301055,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_map_LBRACK, - [126764] = 5, + [126858] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3371), 2, + STATE(3374), 2, sym_line_comment, sym_block_comment, - ACTIONS(3263), 7, + ACTIONS(3019), 7, anon_sym_fn, anon_sym_struct, sym_identifier, @@ -300864,7 +301071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3261), 11, + ACTIONS(3017), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, @@ -300876,33 +301083,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_map_LBRACK, - [126797] = 12, + [126891] = 12, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5948), 1, + ACTIONS(5952), 1, sym_identifier, - ACTIONS(5960), 1, + ACTIONS(5964), 1, anon_sym_LPAREN, STATE(3406), 1, sym_receiver, - STATE(3539), 1, + STATE(3515), 1, sym__function_name, - STATE(4020), 1, + STATE(4025), 1, sym_overridable_operator, - STATE(4639), 1, + STATE(4644), 1, sym_static_receiver, - STATE(4665), 1, + STATE(4667), 1, sym_reference_expression, - STATE(3372), 2, + STATE(3375), 2, sym_line_comment, sym_block_comment, - ACTIONS(5954), 3, + ACTIONS(5958), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5952), 8, + ACTIONS(5956), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -300911,52 +301118,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [126844] = 14, + [126938] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1436), 1, - sym___double_quote, - ACTIONS(1438), 1, - sym___single_quote, - ACTIONS(1440), 1, - sym___c_double_quote, - ACTIONS(1442), 1, - sym___c_single_quote, - ACTIONS(1444), 1, - sym___r_double_quote, - ACTIONS(1446), 1, - sym___r_single_quote, - ACTIONS(5962), 1, - sym_identifier, - STATE(4296), 1, - sym_literal, - ACTIONS(1430), 2, - sym_float_literal, - sym_rune_literal, - STATE(3373), 2, + ACTIONS(1711), 1, + anon_sym_LBRACE, + STATE(4017), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(3376), 2, sym_line_comment, sym_block_comment, - STATE(2362), 3, - sym_c_string_literal, - sym_raw_string_literal, - sym_interpreted_string_literal, - ACTIONS(1414), 5, - sym_none, - sym_true, - sym_false, - sym_nil, - sym_int_literal, - [126895] = 4, + ACTIONS(3556), 15, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [126972] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(1711), 1, + anon_sym_SEMI, + STATE(3923), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(3377), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3556), 15, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [127006] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3374), 2, + STATE(3378), 2, sym_line_comment, sym_block_comment, - ACTIONS(5964), 17, + ACTIONS(5968), 17, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -300974,43 +301200,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [126925] = 6, + [127036] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1711), 1, - anon_sym_SEMI, - STATE(3914), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(3375), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3550), 15, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [126959] = 4, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5970), 1, + anon_sym_static, + ACTIONS(5972), 1, + anon_sym_volatile, + STATE(3379), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4613), 7, + anon_sym_fn, + anon_sym_struct, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + ACTIONS(4615), 8, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_DOT_DOT_DOT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_map_LBRACK, + [127072] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3376), 2, + STATE(3380), 2, sym_line_comment, sym_block_comment, - ACTIONS(5966), 17, + ACTIONS(5974), 17, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -301028,43 +301255,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [126989] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(1711), 1, - anon_sym_LBRACE, - STATE(4006), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(3377), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3550), 15, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [127023] = 4, + [127102] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3378), 2, + STATE(3381), 2, sym_line_comment, sym_block_comment, - ACTIONS(3550), 17, + ACTIONS(3556), 17, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, @@ -301082,19 +301281,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [127053] = 7, + [127132] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5968), 1, - anon_sym_static, - ACTIONS(5970), 1, + ACTIONS(5976), 1, anon_sym_volatile, - STATE(3379), 2, + STATE(3382), 2, sym_line_comment, sym_block_comment, - ACTIONS(4599), 7, + ACTIONS(4970), 7, anon_sym_fn, anon_sym_struct, sym_identifier, @@ -301102,7 +301299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(4601), 8, + ACTIONS(4972), 8, anon_sym_LPAREN, anon_sym_STAR, anon_sym_DOT_DOT_DOT, @@ -301111,19 +301308,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_map_LBRACK, - [127089] = 5, + [127165] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5972), 1, + ACTIONS(5978), 1, anon_sym_COMMA, - STATE(3380), 3, + STATE(3384), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(3383), 2, sym_line_comment, sym_block_comment, - aux_sym_expression_without_blocks_list_repeat1, - ACTIONS(4896), 14, - anon_sym_LBRACE, + ACTIONS(3508), 14, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301137,18 +301334,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [127120] = 5, + anon_sym_COLON_EQ, + [127198] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5975), 1, + ACTIONS(5980), 1, anon_sym_COMMA, - STATE(3381), 3, + STATE(3388), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(3384), 2, sym_line_comment, sym_block_comment, - aux_sym_strictly_expression_list_repeat1, - ACTIONS(3550), 14, + ACTIONS(4015), 14, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301163,46 +301362,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [127151] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5978), 1, - anon_sym_volatile, - STATE(3382), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4972), 7, - anon_sym_fn, - anon_sym_struct, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - ACTIONS(4974), 8, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_DOT_DOT_DOT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_map_LBRACK, - [127184] = 6, + [127231] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5980), 1, + ACTIONS(4815), 1, anon_sym_COMMA, - STATE(3388), 1, + STATE(3384), 1, aux_sym_strictly_expression_list_repeat1, - STATE(3383), 2, + STATE(3385), 2, sym_line_comment, sym_block_comment, - ACTIONS(3502), 14, + ACTIONS(3508), 14, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301217,19 +301389,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [127217] = 6, + [127264] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4821), 1, + ACTIONS(5982), 1, anon_sym_COMMA, - STATE(3388), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(3384), 2, + STATE(3386), 3, sym_line_comment, sym_block_comment, - ACTIONS(3502), 14, + aux_sym_expression_without_blocks_list_repeat1, + ACTIONS(4902), 14, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301243,21 +301415,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [127250] = 6, + [127295] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4847), 1, + ACTIONS(4711), 1, anon_sym_COMMA, - STATE(3380), 1, - aux_sym_expression_without_blocks_list_repeat1, - STATE(3385), 2, + STATE(3384), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(3387), 2, sym_line_comment, sym_block_comment, - ACTIONS(5982), 14, - anon_sym_LBRACE, + ACTIONS(3508), 14, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301271,19 +301441,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [127283] = 6, + anon_sym_COLON_EQ, + [127328] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4711), 1, + ACTIONS(5985), 1, anon_sym_COMMA, - STATE(3388), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(3386), 2, + STATE(3388), 3, sym_line_comment, sym_block_comment, - ACTIONS(3502), 14, + aux_sym_strictly_expression_list_repeat1, + ACTIONS(3556), 14, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301298,19 +301468,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [127316] = 6, + [127359] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5984), 1, + ACTIONS(5988), 1, anon_sym_COMMA, - STATE(3388), 1, + STATE(3384), 1, aux_sym_strictly_expression_list_repeat1, - STATE(3387), 2, + STATE(3389), 2, sym_line_comment, sym_block_comment, - ACTIONS(3502), 14, + ACTIONS(3508), 14, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301325,19 +301495,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [127349] = 6, + [127392] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5986), 1, + ACTIONS(4865), 1, anon_sym_COMMA, - STATE(3381), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(3388), 2, + STATE(3386), 1, + aux_sym_expression_without_blocks_list_repeat1, + STATE(3390), 2, sym_line_comment, sym_block_comment, - ACTIONS(4028), 14, + ACTIONS(5990), 14, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301351,13 +301522,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [127382] = 5, + [127425] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3389), 2, + STATE(3391), 2, sym_line_comment, sym_block_comment, ACTIONS(5018), 7, @@ -301377,19 +301547,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_map_LBRACK, - [127412] = 6, + [127455] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5988), 1, + ACTIONS(5992), 1, anon_sym_LBRACE, - STATE(4612), 1, + STATE(4613), 1, sym__select_arm_assignment_statement, - STATE(3390), 2, + STATE(3392), 2, sym_line_comment, sym_block_comment, - ACTIONS(5990), 13, + ACTIONS(5994), 13, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301403,49 +301573,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [127444] = 14, + [127487] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(5992), 1, + ACTIONS(5996), 1, sym_identifier, - ACTIONS(5994), 1, + ACTIONS(5998), 1, anon_sym_RBRACE, - STATE(3394), 1, + STATE(3396), 1, aux_sym__interface_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3391), 2, + STATE(3393), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3511), 3, + STATE(3513), 3, sym_struct_field_scope, sym_struct_field_declaration, sym_interface_method_definition, - [127492] = 5, + [127535] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3392), 2, + ACTIONS(651), 1, + anon_sym_pub, + ACTIONS(5996), 1, + sym_identifier, + ACTIONS(6000), 1, + anon_sym_RBRACE, + STATE(3393), 1, + aux_sym__interface_body_repeat1, + STATE(3499), 1, + sym_embedded_definition, + STATE(3504), 1, + sym_generic_type, + STATE(3509), 1, + sym__struct_field_definition, + STATE(4479), 1, + sym_reference_expression, + ACTIONS(639), 2, + anon_sym___global, + anon_sym_mut, + STATE(3394), 2, sym_line_comment, sym_block_comment, - ACTIONS(4972), 7, + STATE(3478), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3513), 3, + sym_struct_field_scope, + sym_struct_field_declaration, + sym_interface_method_definition, + [127583] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(3395), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4970), 7, anon_sym_fn, anon_sym_struct, sym_identifier, @@ -301453,7 +301657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(4974), 8, + ACTIONS(4972), 8, anon_sym_LPAREN, anon_sym_STAR, anon_sym_DOT_DOT_DOT, @@ -301462,158 +301666,181 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_map_LBRACK, - [127522] = 14, + [127613] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(651), 1, - anon_sym_pub, - ACTIONS(5992), 1, + ACTIONS(6002), 1, sym_identifier, - ACTIONS(5996), 1, + ACTIONS(6005), 1, anon_sym_RBRACE, - STATE(3391), 1, - aux_sym__interface_body_repeat1, - STATE(3497), 1, + ACTIONS(6010), 1, + anon_sym_pub, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, - ACTIONS(639), 2, + ACTIONS(6007), 2, anon_sym___global, anon_sym_mut, - STATE(3393), 2, - sym_line_comment, - sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3511), 3, + STATE(3396), 3, + sym_line_comment, + sym_block_comment, + aux_sym__interface_body_repeat1, + STATE(3513), 3, sym_struct_field_scope, sym_struct_field_declaration, sym_interface_method_definition, - [127570] = 13, + [127659] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5998), 1, + ACTIONS(651), 1, + anon_sym_pub, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6001), 1, + ACTIONS(6015), 1, anon_sym_RBRACE, - ACTIONS(6006), 1, - anon_sym_pub, - STATE(3497), 1, + STATE(3432), 1, + aux_sym__struct_body_repeat1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, - ACTIONS(6003), 2, + ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3476), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3394), 3, + STATE(3397), 2, sym_line_comment, sym_block_comment, - aux_sym__interface_body_repeat1, - STATE(3511), 3, + STATE(3478), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - sym_interface_method_definition, - [127616] = 14, + [127706] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6011), 1, + ACTIONS(6017), 1, anon_sym_RBRACE, - STATE(3405), 1, + STATE(3432), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3395), 2, + STATE(3398), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [127663] = 14, + [127753] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6021), 1, + anon_sym_COLON_EQ, + STATE(3399), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(6019), 13, + anon_sym_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [127782] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, - sym_identifier, ACTIONS(6013), 1, + sym_identifier, + ACTIONS(6023), 1, anon_sym_RBRACE, - STATE(3412), 1, + STATE(3433), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3396), 2, + STATE(3400), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [127710] = 8, + [127829] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6015), 1, + ACTIONS(6025), 1, sym_identifier, - STATE(3528), 1, + STATE(3542), 1, sym__function_name, - STATE(4020), 1, + STATE(4025), 1, sym_overridable_operator, - STATE(3397), 2, + STATE(3401), 2, sym_line_comment, sym_block_comment, - ACTIONS(5954), 3, + ACTIONS(5958), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5952), 8, + ACTIONS(5956), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -301622,49 +301849,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [127745] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6019), 1, - anon_sym_COLON_EQ, - STATE(3398), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(6017), 13, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [127774] = 8, + [127864] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6015), 1, + ACTIONS(6025), 1, sym_identifier, - STATE(3538), 1, + STATE(3544), 1, sym__function_name, - STATE(4020), 1, + STATE(4025), 1, sym_overridable_operator, - STATE(3399), 2, + STATE(3402), 2, sym_line_comment, sym_block_comment, - ACTIONS(5954), 3, + ACTIONS(5958), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5952), 8, + ACTIONS(5956), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -301673,116 +301876,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [127809] = 14, + [127899] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6021), 1, + ACTIONS(6027), 1, anon_sym_RBRACE, - STATE(3413), 1, + STATE(3432), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3400), 2, + STATE(3403), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [127856] = 14, + [127946] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6023), 1, + ACTIONS(6029), 1, anon_sym_RBRACE, - STATE(3432), 1, + STATE(3397), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3401), 2, + STATE(3404), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [127903] = 14, + [127993] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6025), 1, + ACTIONS(6031), 1, anon_sym_RBRACE, STATE(3432), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3402), 2, + STATE(3405), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [127950] = 5, + [128040] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6029), 1, + ACTIONS(6025), 1, + sym_identifier, + STATE(3529), 1, + sym__function_name, + STATE(4025), 1, + sym_overridable_operator, + STATE(3406), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5958), 3, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5956), 8, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [128075] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6035), 1, anon_sym_COLON_EQ, - STATE(3403), 2, + STATE(3407), 2, sym_line_comment, sym_block_comment, - ACTIONS(6027), 13, + ACTIONS(6033), 13, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301796,112 +302026,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [127979] = 14, + [128104] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6031), 1, + ACTIONS(6037), 1, anon_sym_RBRACE, - STATE(3431), 1, + STATE(3432), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3404), 2, + STATE(3408), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128026] = 14, + [128151] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6033), 1, + ACTIONS(6039), 1, anon_sym_RBRACE, STATE(3432), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3405), 2, + STATE(3409), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128073] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6015), 1, - sym_identifier, - STATE(3525), 1, - sym__function_name, - STATE(4020), 1, - sym_overridable_operator, - STATE(3406), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5954), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5952), 8, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [128108] = 5, + [128198] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3407), 2, + STATE(3410), 2, sym_line_comment, sym_block_comment, - ACTIONS(6035), 3, + ACTIONS(6041), 3, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - ACTIONS(6037), 11, + ACTIONS(6043), 11, anon_sym_module, anon_sym_const, anon_sym___global, @@ -301913,106 +302116,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, anon_sym_LBRACK2, anon_sym_AT_LBRACK, - [128137] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(651), 1, - anon_sym_pub, - ACTIONS(6009), 1, - sym_identifier, - ACTIONS(6039), 1, - anon_sym_RBRACE, - STATE(3427), 1, - aux_sym__struct_body_repeat1, - STATE(3497), 1, - sym_embedded_definition, - STATE(3500), 1, - sym_generic_type, - STATE(3507), 1, - sym__struct_field_definition, - STATE(4480), 1, - sym_reference_expression, - ACTIONS(639), 2, - anon_sym___global, - anon_sym_mut, - STATE(3408), 2, - sym_line_comment, - sym_block_comment, - STATE(3476), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3495), 2, - sym_struct_field_scope, - sym_struct_field_declaration, - [128184] = 14, + [128227] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6041), 1, + ACTIONS(6045), 1, anon_sym_RBRACE, - STATE(3432), 1, + STATE(3430), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3409), 2, + STATE(3411), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128231] = 14, + [128274] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6043), 1, + ACTIONS(6047), 1, anon_sym_RBRACE, - STATE(3401), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3410), 2, + STATE(3412), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128278] = 14, + [128321] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -302021,115 +302191,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, - sym_identifier, - STATE(3419), 1, - aux_sym__struct_body_repeat1, - STATE(3497), 1, - sym_embedded_definition, - STATE(3500), 1, - sym_generic_type, - STATE(3507), 1, - sym__struct_field_definition, - STATE(4480), 1, - sym_reference_expression, - ACTIONS(639), 2, - anon_sym___global, - anon_sym_mut, - STATE(3411), 2, - sym_line_comment, - sym_block_comment, - STATE(3476), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3495), 2, - sym_struct_field_scope, - sym_struct_field_declaration, - [128325] = 14, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(651), 1, - anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6045), 1, - anon_sym_RBRACE, - STATE(3432), 1, + STATE(3421), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3412), 2, + STATE(3413), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128372] = 14, + [128368] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6047), 1, + ACTIONS(6049), 1, anon_sym_RBRACE, STATE(3432), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3413), 2, + STATE(3414), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128419] = 8, + [128415] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6015), 1, + ACTIONS(6025), 1, sym_identifier, - STATE(3534), 1, + STATE(3514), 1, sym__function_name, - STATE(4020), 1, + STATE(4025), 1, sym_overridable_operator, - STATE(3414), 2, + STATE(3415), 2, sym_line_comment, sym_block_comment, - ACTIONS(5954), 3, + ACTIONS(5958), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5952), 8, + ACTIONS(5956), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -302138,58 +302275,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [128454] = 14, + [128450] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6049), 1, + ACTIONS(6051), 1, anon_sym_RBRACE, - STATE(3430), 1, + STATE(3403), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3415), 2, + STATE(3416), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128501] = 8, + [128497] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6015), 1, + ACTIONS(6055), 1, + anon_sym_COLON_EQ, + STATE(3417), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(6053), 13, + anon_sym_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [128526] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6025), 1, sym_identifier, - STATE(3512), 1, + STATE(3546), 1, sym__function_name, - STATE(4020), 1, + STATE(4025), 1, sym_overridable_operator, - STATE(3416), 2, + STATE(3418), 2, sym_line_comment, sym_block_comment, - ACTIONS(5954), 3, + ACTIONS(5958), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5952), 8, + ACTIONS(5956), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -302198,50 +302359,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [128536] = 14, + [128561] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6051), 1, + ACTIONS(6057), 1, anon_sym_RBRACE, - STATE(3432), 1, + STATE(3440), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3417), 2, + STATE(3419), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128583] = 5, + [128608] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6055), 1, + ACTIONS(6061), 1, anon_sym_COLON_EQ, - STATE(3418), 2, + STATE(3420), 2, sym_line_comment, sym_block_comment, - ACTIONS(6053), 13, + ACTIONS(6059), 13, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -302255,247 +302416,250 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [128612] = 14, + [128637] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6057), 1, + ACTIONS(6063), 1, anon_sym_RBRACE, STATE(3432), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3419), 2, + STATE(3421), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128659] = 14, + [128684] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6059), 1, + ACTIONS(6065), 1, anon_sym_RBRACE, - STATE(3409), 1, + STATE(3432), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3420), 2, + STATE(3422), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128706] = 14, + [128731] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6061), 1, + ACTIONS(6067), 1, anon_sym_RBRACE, - STATE(3432), 1, + STATE(3409), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3421), 2, + STATE(3423), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128753] = 5, + [128778] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6065), 1, - anon_sym_COLON_EQ, - STATE(3422), 2, + ACTIONS(6025), 1, + sym_identifier, + STATE(3535), 1, + sym__function_name, + STATE(4025), 1, + sym_overridable_operator, + STATE(3424), 2, sym_line_comment, sym_block_comment, - ACTIONS(6063), 13, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [128782] = 14, + ACTIONS(5958), 3, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5956), 8, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [128813] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6067), 1, + ACTIONS(6069), 1, anon_sym_RBRACE, - STATE(3432), 1, + STATE(3414), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3423), 2, + STATE(3425), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128829] = 14, + [128860] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6069), 1, + ACTIONS(6071), 1, anon_sym_RBRACE, - STATE(3402), 1, + STATE(3432), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3424), 2, + STATE(3426), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128876] = 14, + [128907] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6071), 1, + ACTIONS(6073), 1, anon_sym_RBRACE, - STATE(3435), 1, + STATE(3431), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3425), 2, + STATE(3427), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [128923] = 8, + [128954] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6015), 1, + ACTIONS(6025), 1, sym_identifier, - STATE(3535), 1, + STATE(3537), 1, sym__function_name, - STATE(4020), 1, + STATE(4025), 1, sym_overridable_operator, - STATE(3426), 2, + STATE(3428), 2, sym_line_comment, sym_block_comment, - ACTIONS(5954), 3, + ACTIONS(5958), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5952), 8, + ACTIONS(5956), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -302504,111 +302668,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [128958] = 14, + [128989] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6073), 1, + ACTIONS(6075), 1, anon_sym_RBRACE, - STATE(3432), 1, + STATE(3405), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3427), 2, + STATE(3429), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [129005] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6015), 1, - sym_identifier, - STATE(3543), 1, - sym__function_name, - STATE(4020), 1, - sym_overridable_operator, - STATE(3428), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5954), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5952), 8, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [129040] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(2831), 1, - anon_sym_DOT, - ACTIONS(3149), 1, - anon_sym_LBRACK, - STATE(3429), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3151), 12, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_LBRACK2, - sym_identifier, - anon_sym_AT_LBRACK, - [129071] = 14, + [129036] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6075), 1, + ACTIONS(6077), 1, anon_sym_RBRACE, STATE(3432), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, @@ -302616,32 +302728,32 @@ static const uint16_t ts_small_parse_table[] = { STATE(3430), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [129118] = 14, + [129083] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6077), 1, + ACTIONS(6079), 1, anon_sym_RBRACE, STATE(3432), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, @@ -302649,64 +302761,64 @@ static const uint16_t ts_small_parse_table[] = { STATE(3431), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [129165] = 13, + [129130] = 13, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6079), 1, + ACTIONS(6081), 1, sym_identifier, - ACTIONS(6082), 1, + ACTIONS(6084), 1, anon_sym_RBRACE, - ACTIONS(6087), 1, + ACTIONS(6089), 1, anon_sym_pub, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, - ACTIONS(6084), 2, + ACTIONS(6086), 2, anon_sym___global, anon_sym_mut, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, STATE(3432), 3, sym_line_comment, sym_block_comment, aux_sym__struct_body_repeat1, - [129210] = 14, + [129175] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6090), 1, + ACTIONS(6092), 1, anon_sym_RBRACE, - STATE(3417), 1, + STATE(3432), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, @@ -302714,28 +302826,29 @@ static const uint16_t ts_small_parse_table[] = { STATE(3433), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [129257] = 5, + [129222] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3221), 1, + ACTIONS(2785), 1, + anon_sym_DOT, + ACTIONS(3147), 1, anon_sym_LBRACK, STATE(3434), 2, sym_line_comment, sym_block_comment, - ACTIONS(3223), 13, + ACTIONS(3149), 12, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ, anon_sym___global, @@ -302744,26 +302857,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [129286] = 14, + [129253] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6092), 1, + ACTIONS(6094), 1, anon_sym_RBRACE, - STATE(3432), 1, + STATE(3422), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, @@ -302771,23 +302884,23 @@ static const uint16_t ts_small_parse_table[] = { STATE(3435), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [129333] = 5, + [129300] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3149), 1, + ACTIONS(3402), 1, anon_sym_LBRACK, STATE(3436), 2, sym_line_comment, sym_block_comment, - ACTIONS(3151), 13, + ACTIONS(3404), 13, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -302801,19 +302914,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [129362] = 6, + [129329] = 14, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(651), 1, + anon_sym_pub, + ACTIONS(6013), 1, + sym_identifier, + ACTIONS(6096), 1, + anon_sym_RBRACE, + STATE(3398), 1, + aux_sym__struct_body_repeat1, + STATE(3499), 1, + sym_embedded_definition, + STATE(3504), 1, + sym_generic_type, + STATE(3509), 1, + sym__struct_field_definition, + STATE(4479), 1, + sym_reference_expression, + ACTIONS(639), 2, + anon_sym___global, + anon_sym_mut, + STATE(3437), 2, + sym_line_comment, + sym_block_comment, + STATE(3478), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3503), 2, + sym_struct_field_scope, + sym_struct_field_declaration, + [129376] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6094), 1, + ACTIONS(6098), 1, anon_sym_LBRACK, - STATE(3441), 1, + STATE(3443), 1, sym_type_parameters, - STATE(3437), 2, + STATE(3438), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 12, + ACTIONS(2873), 12, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -302826,108 +302972,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [129393] = 8, - ACTIONS(3), 1, + [129407] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6015), 1, - sym_identifier, - STATE(3542), 1, - sym__function_name, - STATE(4020), 1, - sym_overridable_operator, - STATE(3438), 2, + ACTIONS(3147), 1, + anon_sym_LBRACK, + STATE(3439), 2, sym_line_comment, sym_block_comment, - ACTIONS(5954), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5952), 8, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [129428] = 14, + ACTIONS(3149), 13, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + anon_sym_LBRACK2, + sym_identifier, + anon_sym_AT_LBRACK, + [129436] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6096), 1, + ACTIONS(6100), 1, anon_sym_RBRACE, - STATE(3421), 1, + STATE(3432), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3439), 2, + STATE(3440), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [129475] = 14, + [129483] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6025), 1, + sym_identifier, + STATE(3530), 1, + sym__function_name, + STATE(4025), 1, + sym_overridable_operator, + STATE(3441), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5958), 3, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5956), 8, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [129518] = 14, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(651), 1, anon_sym_pub, - ACTIONS(6009), 1, + ACTIONS(6013), 1, sym_identifier, - ACTIONS(6098), 1, + ACTIONS(6102), 1, anon_sym_RBRACE, - STATE(3423), 1, + STATE(3426), 1, aux_sym__struct_body_repeat1, - STATE(3497), 1, + STATE(3499), 1, sym_embedded_definition, - STATE(3500), 1, + STATE(3504), 1, sym_generic_type, - STATE(3507), 1, + STATE(3509), 1, sym__struct_field_definition, - STATE(4480), 1, + STATE(4479), 1, sym_reference_expression, ACTIONS(639), 2, anon_sym___global, anon_sym_mut, - STATE(3440), 2, + STATE(3442), 2, sym_line_comment, sym_block_comment, - STATE(3476), 2, + STATE(3478), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3495), 2, + STATE(3503), 2, sym_struct_field_scope, sym_struct_field_declaration, - [129522] = 4, + [129565] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3441), 2, + STATE(3443), 2, sym_line_comment, sym_block_comment, - ACTIONS(3155), 13, + ACTIONS(3153), 13, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -302941,15 +303111,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [129548] = 4, + [129591] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3442), 2, + STATE(3444), 2, sym_line_comment, sym_block_comment, - ACTIONS(2939), 13, + ACTIONS(3408), 13, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -302963,15 +303133,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [129574] = 4, + [129617] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3443), 2, + STATE(3445), 2, sym_line_comment, sym_block_comment, - ACTIONS(3029), 13, + ACTIONS(3412), 13, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -302985,21 +303155,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [129600] = 6, + [129643] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3407), 1, + STATE(3410), 1, sym_attribute, - ACTIONS(6102), 2, + ACTIONS(6106), 2, anon_sym_LBRACK2, anon_sym_AT_LBRACK, - STATE(3444), 3, + STATE(3446), 3, sym_line_comment, sym_block_comment, aux_sym_attributes_repeat1, - ACTIONS(6100), 9, + ACTIONS(6104), 9, anon_sym_module, anon_sym_const, anon_sym___global, @@ -303009,22 +303179,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_enum, anon_sym_interface, - [129630] = 7, + [129673] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3407), 1, + STATE(3410), 1, sym_attribute, - STATE(3444), 1, + STATE(3446), 1, aux_sym_attributes_repeat1, ACTIONS(113), 2, anon_sym_LBRACK2, anon_sym_AT_LBRACK, - STATE(3445), 2, + STATE(3447), 2, sym_line_comment, sym_block_comment, - ACTIONS(6105), 9, + ACTIONS(6109), 9, anon_sym_module, anon_sym_const, anon_sym___global, @@ -303034,53 +303204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_enum, anon_sym_interface, - [129662] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - STATE(3446), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(6109), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(6107), 9, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - sym_identifier, - [129689] = 7, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6113), 1, - anon_sym_EQ, - STATE(3510), 1, - sym_attribute, - ACTIONS(4966), 2, - anon_sym_LBRACK2, - anon_sym_AT_LBRACK, - STATE(3447), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(6111), 8, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - [129720] = 5, + [129705] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -303088,11 +303212,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(3448), 2, sym_line_comment, sym_block_comment, - ACTIONS(6117), 3, + ACTIONS(6113), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(6115), 9, + ACTIONS(6111), 9, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -303102,69 +303226,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, sym_identifier, - [129747] = 4, + [129732] = 7, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, + ACTIONS(6117), 1, + anon_sym_EQ, + STATE(3501), 1, + sym_attribute, + ACTIONS(4956), 2, + anon_sym_LBRACK2, + anon_sym_AT_LBRACK, STATE(3449), 2, sym_line_comment, sym_block_comment, - ACTIONS(3383), 11, + ACTIONS(6115), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - anon_sym_EQ, anon_sym___global, anon_sym_pub, anon_sym_mut, - anon_sym_LBRACK2, sym_identifier, - anon_sym_AT_LBRACK, - [129771] = 4, - ACTIONS(497), 1, + [129763] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, STATE(3450), 2, sym_line_comment, sym_block_comment, - ACTIONS(3419), 11, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_LBRACK2, + ACTIONS(6121), 3, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(6119), 9, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, sym_identifier, - anon_sym_AT_LBRACK, - [129795] = 6, + [129790] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3499), 1, - sym_attribute, - ACTIONS(4966), 2, - anon_sym_LBRACK2, - anon_sym_AT_LBRACK, STATE(3451), 2, sym_line_comment, sym_block_comment, - ACTIONS(6119), 8, + ACTIONS(3305), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, + anon_sym_EQ, anon_sym___global, anon_sym_pub, anon_sym_mut, + anon_sym_LBRACK2, sym_identifier, - [129823] = 4, + anon_sym_AT_LBRACK, + [129814] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -303172,7 +303300,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3452), 2, sym_line_comment, sym_block_comment, - ACTIONS(3423), 11, + ACTIONS(3317), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303184,7 +303312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [129847] = 4, + [129838] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -303192,7 +303320,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3453), 2, sym_line_comment, sym_block_comment, - ACTIONS(3255), 11, + ACTIONS(3393), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303204,7 +303332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [129871] = 4, + [129862] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -303212,7 +303340,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3454), 2, sym_line_comment, sym_block_comment, - ACTIONS(3139), 11, + ACTIONS(3361), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303224,7 +303352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [129895] = 4, + [129886] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -303232,7 +303360,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3455), 2, sym_line_comment, sym_block_comment, - ACTIONS(3427), 11, + ACTIONS(3033), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303244,29 +303372,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [129919] = 6, + [129910] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3503), 1, - sym_attribute, - ACTIONS(4966), 2, - anon_sym_LBRACK2, - anon_sym_AT_LBRACK, STATE(3456), 2, sym_line_comment, sym_block_comment, - ACTIONS(6121), 8, + ACTIONS(3065), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, + anon_sym_EQ, anon_sym___global, anon_sym_pub, anon_sym_mut, + anon_sym_LBRACK2, sym_identifier, - [129947] = 4, + anon_sym_AT_LBRACK, + [129934] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -303274,7 +303400,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3457), 2, sym_line_comment, sym_block_comment, - ACTIONS(3021), 11, + ACTIONS(2873), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303286,27 +303412,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [129971] = 4, + [129958] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, + STATE(3502), 1, + sym_attribute, + ACTIONS(4956), 2, + anon_sym_LBRACK2, + anon_sym_AT_LBRACK, STATE(3458), 2, sym_line_comment, sym_block_comment, - ACTIONS(2957), 11, + ACTIONS(6123), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - anon_sym_EQ, anon_sym___global, anon_sym_pub, anon_sym_mut, - anon_sym_LBRACK2, sym_identifier, - anon_sym_AT_LBRACK, - [129995] = 4, + [129986] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -303314,7 +303442,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3459), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 11, + ACTIONS(3073), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303326,7 +303454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [130019] = 4, + [130010] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -303334,7 +303462,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3460), 2, sym_line_comment, sym_block_comment, - ACTIONS(3299), 11, + ACTIONS(3083), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303346,7 +303474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [130043] = 4, + [130034] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -303354,7 +303482,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3461), 2, sym_line_comment, sym_block_comment, - ACTIONS(2887), 11, + ACTIONS(3225), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303366,7 +303494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [130067] = 4, + [130058] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -303374,7 +303502,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3462), 2, sym_line_comment, sym_block_comment, - ACTIONS(3231), 11, + ACTIONS(3341), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303386,7 +303514,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [130091] = 4, + [130082] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -303394,7 +303522,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3463), 2, sym_line_comment, sym_block_comment, - ACTIONS(3403), 11, + ACTIONS(3213), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303406,15 +303534,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [130115] = 4, + [130106] = 4, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(3464), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(6104), 11, + anon_sym_module, + anon_sym_const, + anon_sym___global, + anon_sym_fn, + anon_sym_struct, + anon_sym_union, + anon_sym_pub, + anon_sym_enum, + anon_sym_interface, + anon_sym_LBRACK2, + anon_sym_AT_LBRACK, + [130130] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3464), 2, + STATE(3497), 1, + sym_attribute, + ACTIONS(4956), 2, + anon_sym_LBRACK2, + anon_sym_AT_LBRACK, + STATE(3465), 2, sym_line_comment, sym_block_comment, - ACTIONS(3391), 11, + ACTIONS(6125), 8, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + [130158] = 4, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + STATE(3466), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3313), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303426,15 +303596,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [130139] = 4, + [130182] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3465), 2, + STATE(3467), 2, sym_line_comment, sym_block_comment, - ACTIONS(3387), 11, + ACTIONS(3309), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303446,15 +303616,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [130163] = 4, + [130206] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3466), 2, + STATE(3468), 2, sym_line_comment, sym_block_comment, - ACTIONS(3335), 11, + ACTIONS(3249), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303466,15 +303636,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [130187] = 4, + [130230] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3467), 2, + STATE(3469), 2, sym_line_comment, sym_block_comment, - ACTIONS(3315), 11, + ACTIONS(3229), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303486,21 +303656,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [130211] = 7, + [130254] = 7, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2793), 1, + ACTIONS(2873), 1, anon_sym_LBRACE, - ACTIONS(6094), 1, + ACTIONS(6098), 1, anon_sym_LBRACK, - STATE(3441), 1, + STATE(3443), 1, sym_type_parameters, - STATE(3468), 2, + STATE(3470), 2, sym_line_comment, sym_block_comment, - ACTIONS(6123), 8, + ACTIONS(6127), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303509,35 +303679,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [130241] = 4, - ACTIONS(3), 1, + [130284] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3469), 2, + STATE(3471), 2, sym_line_comment, sym_block_comment, - ACTIONS(6100), 11, - anon_sym_module, - anon_sym_const, + ACTIONS(3185), 11, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym_EQ, anon_sym___global, - anon_sym_fn, - anon_sym_struct, - anon_sym_union, anon_sym_pub, - anon_sym_enum, - anon_sym_interface, + anon_sym_mut, anon_sym_LBRACK2, + sym_identifier, anon_sym_AT_LBRACK, - [130265] = 4, + [130308] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3470), 2, + STATE(3472), 2, sym_line_comment, sym_block_comment, - ACTIONS(3271), 11, + ACTIONS(3201), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303549,15 +303719,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [130289] = 4, + [130332] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3471), 2, + STATE(3473), 2, sym_line_comment, sym_block_comment, - ACTIONS(3311), 11, + ACTIONS(3101), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303569,15 +303739,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [130313] = 4, + [130356] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3472), 2, + STATE(3474), 2, sym_line_comment, sym_block_comment, - ACTIONS(3287), 11, + ACTIONS(3217), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303589,15 +303759,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [130337] = 4, + [130380] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3473), 2, + STATE(3475), 2, sym_line_comment, sym_block_comment, - ACTIONS(3291), 11, + ACTIONS(3209), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303609,48 +303779,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [130361] = 12, + [130404] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6125), 1, - anon_sym_module, - ACTIONS(6127), 1, - anon_sym_const, ACTIONS(6129), 1, - anon_sym___global, - ACTIONS(6131), 1, - anon_sym_fn, - ACTIONS(6135), 1, - anon_sym_pub, - ACTIONS(6137), 1, - anon_sym_enum, - ACTIONS(6139), 1, - anon_sym_interface, - STATE(3641), 1, - sym_visibility_modifiers, - ACTIONS(6133), 2, - anon_sym_struct, - anon_sym_union, - STATE(3474), 2, - sym_line_comment, - sym_block_comment, - [130400] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6141), 1, sym_identifier, - ACTIONS(6145), 1, + ACTIONS(6133), 1, anon_sym_LPAREN, - STATE(1536), 1, + STATE(1526), 1, sym_global_var_definition, - STATE(3475), 2, + STATE(3476), 2, sym_line_comment, sym_block_comment, - ACTIONS(6143), 7, + ACTIONS(6131), 7, anon_sym_const, anon_sym_type, anon_sym_fn, @@ -303658,19 +303801,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, anon_sym_enum, anon_sym_interface, - [130429] = 6, + [130433] = 12, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6135), 1, + anon_sym_module, + ACTIONS(6137), 1, + anon_sym_const, + ACTIONS(6139), 1, + anon_sym___global, + ACTIONS(6141), 1, + anon_sym_fn, + ACTIONS(6145), 1, + anon_sym_pub, + ACTIONS(6147), 1, + anon_sym_enum, + ACTIONS(6149), 1, + anon_sym_interface, + STATE(3643), 1, + sym_visibility_modifiers, + ACTIONS(6143), 2, + anon_sym_struct, + anon_sym_union, + STATE(3477), 2, + sym_line_comment, + sym_block_comment, + [130472] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6094), 1, + ACTIONS(6098), 1, anon_sym_LBRACK, - STATE(3441), 1, + STATE(3443), 1, sym_type_parameters, - STATE(3476), 2, + STATE(3478), 2, sym_line_comment, sym_block_comment, - ACTIONS(6123), 8, + ACTIONS(6127), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -303679,338 +303849,314 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [130456] = 6, + [130499] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3784), 1, + ACTIONS(3848), 1, anon_sym_COLON, - STATE(3477), 2, + STATE(3479), 2, sym_line_comment, sym_block_comment, - ACTIONS(3782), 3, + ACTIONS(3846), 3, anon_sym_RBRACE, anon_sym_DOT_DOT_DOT, sym_identifier, - ACTIONS(6147), 5, + ACTIONS(6151), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [130482] = 10, + [130525] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5958), 1, - anon_sym_LBRACK2, - ACTIONS(6149), 1, - anon_sym_LPAREN, - STATE(3529), 1, - sym_capture_list, - STATE(3840), 1, - sym_generic_parameters, - STATE(4307), 1, - sym_signature, - ACTIONS(4980), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(2957), 2, - sym_parameter_list, - sym_type_parameter_list, - STATE(3478), 2, - sym_line_comment, - sym_block_comment, - [130516] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5958), 1, + ACTIONS(5962), 1, anon_sym_LBRACK2, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3517), 1, + STATE(3533), 1, sym_capture_list, - STATE(3865), 1, + STATE(3842), 1, sym_generic_parameters, - STATE(4366), 1, + STATE(4312), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3479), 2, - sym_line_comment, - sym_block_comment, - [130550] = 4, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, STATE(3480), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 9, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - sym_identifier, - [130572] = 11, + [130559] = 11, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6127), 1, + ACTIONS(6137), 1, anon_sym_const, - ACTIONS(6129), 1, + ACTIONS(6139), 1, anon_sym___global, - ACTIONS(6131), 1, + ACTIONS(6141), 1, anon_sym_fn, - ACTIONS(6135), 1, + ACTIONS(6145), 1, anon_sym_pub, - ACTIONS(6137), 1, + ACTIONS(6147), 1, anon_sym_enum, - ACTIONS(6139), 1, + ACTIONS(6149), 1, anon_sym_interface, - STATE(3641), 1, + STATE(3643), 1, sym_visibility_modifiers, - ACTIONS(6133), 2, + ACTIONS(6143), 2, anon_sym_struct, anon_sym_union, STATE(3481), 2, sym_line_comment, sym_block_comment, - [130608] = 7, + [130595] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6141), 1, + ACTIONS(6129), 1, sym_identifier, - ACTIONS(6151), 1, + ACTIONS(6155), 1, anon_sym_LPAREN, - STATE(1609), 1, + STATE(1556), 1, sym_global_var_definition, STATE(3482), 2, sym_line_comment, sym_block_comment, - ACTIONS(6143), 6, + ACTIONS(6131), 6, anon_sym_const, anon_sym_fn, anon_sym_struct, anon_sym_union, anon_sym_enum, anon_sym_interface, - [130636] = 10, + [130623] = 4, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + STATE(3483), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2785), 9, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, + sym_identifier, + [130645] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5958), 1, + ACTIONS(5962), 1, anon_sym_LBRACK2, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3522), 1, + STATE(3517), 1, sym_capture_list, - STATE(3753), 1, + STATE(3858), 1, sym_generic_parameters, - STATE(4188), 1, + STATE(4373), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3483), 2, + STATE(3484), 2, sym_line_comment, sym_block_comment, - [130670] = 10, + [130679] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5958), 1, + ACTIONS(5962), 1, anon_sym_LBRACK2, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3532), 1, + STATE(3520), 1, sym_capture_list, - STATE(3764), 1, + STATE(3753), 1, sym_generic_parameters, - STATE(4255), 1, + STATE(4190), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3484), 2, + STATE(3485), 2, sym_line_comment, sym_block_comment, - [130704] = 10, + [130713] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5958), 1, + ACTIONS(5962), 1, anon_sym_LBRACK2, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3519), 1, + STATE(3536), 1, sym_capture_list, - STATE(3851), 1, + STATE(3766), 1, sym_generic_parameters, - STATE(4148), 1, + STATE(4256), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3485), 2, - sym_line_comment, - sym_block_comment, - [130738] = 7, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6155), 1, - anon_sym_EQ, - STATE(3681), 1, - sym_attribute, - ACTIONS(4966), 2, - anon_sym_LBRACK2, - anon_sym_AT_LBRACK, STATE(3486), 2, sym_line_comment, sym_block_comment, - ACTIONS(6153), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - sym_identifier, - [130766] = 10, + [130747] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5958), 1, + ACTIONS(5962), 1, anon_sym_LBRACK2, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3515), 1, + STATE(3518), 1, sym_capture_list, - STATE(3834), 1, + STATE(3851), 1, sym_generic_parameters, - STATE(4186), 1, + STATE(4150), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3487), 2, sym_line_comment, sym_block_comment, - [130800] = 10, + [130781] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5958), 1, + ACTIONS(5962), 1, anon_sym_LBRACK2, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3526), 1, + STATE(3516), 1, sym_capture_list, - STATE(3823), 1, + STATE(3866), 1, sym_generic_parameters, - STATE(4310), 1, + STATE(4267), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3488), 2, sym_line_comment, sym_block_comment, - [130834] = 10, + [130815] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5958), 1, + ACTIONS(5962), 1, anon_sym_LBRACK2, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3541), 1, + STATE(3545), 1, sym_capture_list, - STATE(3662), 1, + STATE(3663), 1, sym_signature, - STATE(3798), 1, + STATE(3802), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3489), 2, sym_line_comment, sym_block_comment, - [130868] = 10, + [130849] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5958), 1, + ACTIONS(5962), 1, anon_sym_LBRACK2, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3520), 1, + STATE(3541), 1, sym_capture_list, - STATE(3805), 1, + STATE(3821), 1, sym_generic_parameters, - STATE(4424), 1, + STATE(4013), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3490), 2, sym_line_comment, sym_block_comment, - [130902] = 5, + [130883] = 7, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(2793), 1, - anon_sym_LBRACE, + ACTIONS(6159), 1, + anon_sym_EQ, + STATE(3684), 1, + sym_attribute, + ACTIONS(4956), 2, + anon_sym_LBRACK2, + anon_sym_AT_LBRACK, STATE(3491), 2, sym_line_comment, sym_block_comment, - ACTIONS(6123), 8, + ACTIONS(6157), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + sym_identifier, + [130911] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(2873), 1, + anon_sym_LBRACE, + STATE(3492), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(6127), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -304019,122 +304165,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [130926] = 10, + [130935] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5958), 1, + ACTIONS(5962), 1, anon_sym_LBRACK2, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3531), 1, + STATE(3539), 1, sym_capture_list, STATE(3829), 1, sym_generic_parameters, - STATE(4412), 1, + STATE(4413), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3492), 2, + STATE(3493), 2, sym_line_comment, sym_block_comment, - [130960] = 10, + [130969] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5958), 1, + ACTIONS(5962), 1, anon_sym_LBRACK2, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3537), 1, + STATE(3531), 1, sym_capture_list, - STATE(3821), 1, + STATE(3813), 1, sym_generic_parameters, - STATE(4011), 1, + STATE(4429), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3493), 2, + STATE(3494), 2, sym_line_comment, sym_block_comment, - [130994] = 10, + [131003] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5958), 1, + ACTIONS(5962), 1, anon_sym_LBRACK2, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3513), 1, + STATE(3519), 1, sym_capture_list, - STATE(3853), 1, + STATE(3847), 1, sym_generic_parameters, - STATE(4268), 1, + STATE(4193), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3494), 2, + STATE(3495), 2, + sym_line_comment, + sym_block_comment, + [131037] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5962), 1, + anon_sym_LBRACK2, + ACTIONS(6153), 1, + anon_sym_LPAREN, + STATE(3528), 1, + sym_capture_list, + STATE(3824), 1, + sym_generic_parameters, + STATE(4311), 1, + sym_signature, + ACTIONS(4978), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(2920), 2, + sym_parameter_list, + sym_type_parameter_list, + STATE(3496), 2, sym_line_comment, sym_block_comment, - [131028] = 5, + [131071] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3495), 2, + STATE(3497), 2, sym_line_comment, sym_block_comment, - ACTIONS(6159), 3, + ACTIONS(6161), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - ACTIONS(6157), 5, anon_sym_RBRACE, anon_sym___global, anon_sym_pub, anon_sym_mut, sym_identifier, - [131051] = 4, + [131092] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3496), 2, + ACTIONS(6165), 1, + anon_sym_DOT, + STATE(3498), 3, sym_line_comment, sym_block_comment, - ACTIONS(6161), 8, + aux_sym_import_path_repeat1, + ACTIONS(6163), 6, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - [131072] = 4, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + [131115] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3497), 2, + STATE(3499), 2, sym_line_comment, sym_block_comment, - ACTIONS(6163), 8, + ACTIONS(6168), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -304143,33 +304313,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [131093] = 5, + [131136] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3498), 2, + STATE(3500), 2, sym_line_comment, sym_block_comment, - ACTIONS(3782), 3, + ACTIONS(3846), 3, anon_sym_RBRACE, anon_sym_DOT_DOT_DOT, sym_identifier, - ACTIONS(6147), 5, + ACTIONS(6151), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [131116] = 4, + [131159] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3499), 2, + STATE(3501), 2, sym_line_comment, sym_block_comment, - ACTIONS(6165), 8, + ACTIONS(6170), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -304178,15 +304348,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [131137] = 4, + [131180] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3500), 2, + STATE(3502), 2, sym_line_comment, sym_block_comment, - ACTIONS(6123), 8, + ACTIONS(6172), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -304195,51 +304365,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [131158] = 5, + [131201] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6169), 1, - anon_sym_DOT, - STATE(3501), 3, + STATE(3503), 2, sym_line_comment, sym_block_comment, - aux_sym_import_path_repeat1, - ACTIONS(6167), 6, + ACTIONS(6176), 3, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - [131181] = 8, + ACTIONS(6174), 5, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + [131224] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6174), 1, - anon_sym_as, - ACTIONS(6176), 1, - anon_sym_LBRACE, - STATE(3634), 1, - sym_import_alias, - STATE(3802), 1, - sym_selective_import_list, - STATE(3502), 2, + STATE(3504), 2, sym_line_comment, sym_block_comment, - ACTIONS(6172), 4, + ACTIONS(6127), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - [131210] = 4, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + [131245] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3503), 2, + STATE(3505), 2, sym_line_comment, sym_block_comment, ACTIONS(6178), 8, @@ -304251,75 +304417,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [131231] = 11, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5942), 1, - sym_identifier, - ACTIONS(6180), 1, - anon_sym_COMMA, - ACTIONS(6182), 1, - anon_sym_RBRACK, - ACTIONS(6184), 1, - anon_sym_mut, - ACTIONS(6186), 1, - anon_sym_shared, - STATE(3908), 1, - sym_capture, - STATE(4358), 1, - sym_reference_expression, - STATE(4363), 1, - sym_mutability_modifiers, - STATE(3504), 2, - sym_line_comment, - sym_block_comment, - [131266] = 4, + [131266] = 8, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3505), 2, + ACTIONS(6182), 1, + anon_sym_as, + ACTIONS(6184), 1, + anon_sym_LBRACE, + STATE(3635), 1, + sym_import_alias, + STATE(3803), 1, + sym_selective_import_list, + STATE(3506), 2, sym_line_comment, sym_block_comment, - ACTIONS(6188), 8, + ACTIONS(6180), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - [131287] = 6, + anon_sym_SEMI, + [131295] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6192), 1, + ACTIONS(6188), 1, anon_sym_DOT, - STATE(3501), 1, + STATE(3511), 1, aux_sym_import_path_repeat1, - STATE(3506), 2, + STATE(3507), 2, sym_line_comment, sym_block_comment, - ACTIONS(6190), 6, + ACTIONS(6186), 6, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, - [131312] = 4, + [131320] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3507), 2, + STATE(3508), 2, sym_line_comment, sym_block_comment, - ACTIONS(6194), 8, + ACTIONS(6190), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -304328,15 +304474,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [131333] = 4, + [131341] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3508), 2, + STATE(3509), 2, sym_line_comment, sym_block_comment, - ACTIONS(6196), 8, + ACTIONS(6192), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -304345,34 +304491,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [131354] = 6, + [131362] = 11, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5946), 1, + sym_identifier, + ACTIONS(6194), 1, + anon_sym_COMMA, + ACTIONS(6196), 1, + anon_sym_RBRACK, + ACTIONS(6198), 1, + anon_sym_mut, + ACTIONS(6200), 1, + anon_sym_shared, + STATE(3913), 1, + sym_capture, + STATE(4359), 1, + sym_reference_expression, + STATE(4362), 1, + sym_mutability_modifiers, + STATE(3510), 2, + sym_line_comment, + sym_block_comment, + [131397] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6192), 1, + ACTIONS(6188), 1, anon_sym_DOT, - STATE(3506), 1, + STATE(3498), 1, aux_sym_import_path_repeat1, - STATE(3509), 2, + STATE(3511), 2, sym_line_comment, sym_block_comment, - ACTIONS(6198), 6, + ACTIONS(6202), 6, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, - [131379] = 4, + [131422] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3510), 2, + STATE(3512), 2, sym_line_comment, sym_block_comment, - ACTIONS(6200), 8, + ACTIONS(6204), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -304381,246 +304551,201 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [131400] = 5, + [131443] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3511), 2, + STATE(3513), 2, sym_line_comment, sym_block_comment, - ACTIONS(6204), 3, + ACTIONS(6208), 3, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - ACTIONS(6202), 5, + ACTIONS(6206), 5, anon_sym_RBRACE, anon_sym___global, anon_sym_pub, anon_sym_mut, sym_identifier, - [131423] = 8, + [131466] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(1466), 1, + STATE(1486), 1, sym_signature, - STATE(3778), 1, + STATE(3867), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1131), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3512), 2, + STATE(3514), 2, sym_line_comment, sym_block_comment, - [131451] = 8, + [131494] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(3855), 1, - sym_generic_parameters, - STATE(4354), 1, + STATE(1480), 1, sym_signature, - ACTIONS(4980), 2, + STATE(3758), 1, + sym_generic_parameters, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3513), 2, - sym_line_comment, - sym_block_comment, - [131479] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6208), 1, - sym_identifier, - STATE(3675), 1, - sym_reference_expression, - STATE(3514), 2, + STATE(3515), 2, sym_line_comment, sym_block_comment, - ACTIONS(6210), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - [131503] = 8, + [131522] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3841), 1, + STATE(3862), 1, sym_generic_parameters, - STATE(4123), 1, + STATE(4352), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3515), 2, - sym_line_comment, - sym_block_comment, - [131531] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5942), 1, - sym_identifier, - ACTIONS(6184), 1, - anon_sym_mut, - ACTIONS(6186), 1, - anon_sym_shared, - ACTIONS(6212), 1, - anon_sym_RBRACK, - STATE(4152), 1, - sym_capture, - STATE(4358), 1, - sym_reference_expression, - STATE(4363), 1, - sym_mutability_modifiers, STATE(3516), 2, sym_line_comment, sym_block_comment, - [131563] = 8, + [131550] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3859), 1, + STATE(3856), 1, sym_generic_parameters, - STATE(4249), 1, + STATE(4251), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3517), 2, sym_line_comment, sym_block_comment, - [131591] = 8, + [131578] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6214), 1, - sym_identifier, - ACTIONS(6217), 1, - anon_sym_RBRACE, - ACTIONS(6219), 1, - anon_sym_DOT_DOT_DOT, - STATE(3477), 1, - sym_reference_expression, - STATE(3498), 2, - sym_keyed_element, - sym_spread_expression, - STATE(3518), 3, + ACTIONS(6153), 1, + anon_sym_LPAREN, + STATE(3846), 1, + sym_generic_parameters, + STATE(4186), 1, + sym_signature, + ACTIONS(4978), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(2920), 2, + sym_parameter_list, + sym_type_parameter_list, + STATE(3518), 2, sym_line_comment, sym_block_comment, - aux_sym_element_list_repeat1, - [131619] = 8, + [131606] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3849), 1, + STATE(3848), 1, sym_generic_parameters, - STATE(4182), 1, + STATE(4125), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3519), 2, sym_line_comment, sym_block_comment, - [131647] = 8, + [131634] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3813), 1, + STATE(3837), 1, sym_generic_parameters, - STATE(4379), 1, + STATE(4368), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3520), 2, sym_line_comment, sym_block_comment, - [131675] = 9, + [131662] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(647), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6222), 1, + ACTIONS(6212), 1, sym_identifier, - ACTIONS(6224), 1, + ACTIONS(6215), 1, anon_sym_RBRACE, - STATE(3477), 1, + ACTIONS(6217), 1, + anon_sym_DOT_DOT_DOT, + STATE(3479), 1, sym_reference_expression, - STATE(3518), 1, - aux_sym_element_list_repeat1, - STATE(3498), 2, + STATE(3500), 2, sym_keyed_element, sym_spread_expression, - STATE(3521), 2, + STATE(3521), 3, sym_line_comment, sym_block_comment, - [131705] = 8, - ACTIONS(3), 1, + aux_sym_element_list_repeat1, + [131690] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, - anon_sym_LPAREN, - STATE(3837), 1, - sym_generic_parameters, - STATE(4369), 1, - sym_signature, - ACTIONS(4980), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(2957), 2, - sym_parameter_list, - sym_type_parameter_list, STATE(3522), 2, sym_line_comment, sym_block_comment, - [131733] = 4, + ACTIONS(6163), 7, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + [131710] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -304628,7 +304753,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3523), 2, sym_line_comment, sym_block_comment, - ACTIONS(6226), 7, + ACTIONS(6220), 7, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -304636,338 +304761,399 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, - [131753] = 8, + [131730] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, - anon_sym_LPAREN, - STATE(1459), 1, - sym_signature, - STATE(3747), 1, - sym_generic_parameters, - ACTIONS(4980), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(1131), 2, - sym_parameter_list, - sym_type_parameter_list, + ACTIONS(647), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6222), 1, + sym_identifier, + ACTIONS(6224), 1, + anon_sym_RBRACE, + STATE(3479), 1, + sym_reference_expression, + STATE(3521), 1, + aux_sym_element_list_repeat1, + STATE(3500), 2, + sym_keyed_element, + sym_spread_expression, STATE(3524), 2, sym_line_comment, sym_block_comment, - [131781] = 8, + [131760] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, - anon_sym_LPAREN, - STATE(1510), 1, - sym_signature, - STATE(3827), 1, - sym_generic_parameters, - ACTIONS(4980), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(1131), 2, - sym_parameter_list, - sym_type_parameter_list, + ACTIONS(6226), 1, + anon_sym_const, + ACTIONS(6228), 1, + anon_sym_type, + ACTIONS(6230), 1, + anon_sym_fn, + ACTIONS(6234), 1, + anon_sym_enum, + ACTIONS(6236), 1, + anon_sym_interface, + ACTIONS(6232), 2, + anon_sym_struct, + anon_sym_union, STATE(3525), 2, sym_line_comment, sym_block_comment, - [131809] = 8, + [131790] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(3830), 1, - sym_generic_parameters, - STATE(4257), 1, + STATE(1462), 1, sym_signature, - ACTIONS(4980), 2, + STATE(3832), 1, + sym_generic_parameters, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, STATE(3526), 2, sym_line_comment, sym_block_comment, - [131837] = 8, + [131818] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(1464), 1, + STATE(1471), 1, sym_signature, - STATE(3735), 1, + STATE(3755), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1131), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, STATE(3527), 2, sym_line_comment, sym_block_comment, - [131865] = 8, + [131846] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(1476), 1, - sym_signature, - STATE(3731), 1, + STATE(3836), 1, sym_generic_parameters, - ACTIONS(4980), 2, + STATE(4265), 1, + sym_signature, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1131), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3528), 2, sym_line_comment, sym_block_comment, - [131893] = 8, + [131874] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(3836), 1, - sym_generic_parameters, - STATE(4386), 1, + STATE(1489), 1, sym_signature, - ACTIONS(4980), 2, + STATE(3831), 1, + sym_generic_parameters, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, STATE(3529), 2, sym_line_comment, sym_block_comment, - [131921] = 8, + [131902] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(1469), 1, + STATE(1494), 1, sym_signature, - STATE(3835), 1, + STATE(3850), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1131), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, STATE(3530), 2, sym_line_comment, sym_block_comment, - [131949] = 8, + [131930] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3826), 1, + STATE(3820), 1, sym_generic_parameters, - STATE(4340), 1, + STATE(4381), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3531), 2, sym_line_comment, sym_block_comment, - [131977] = 8, + [131958] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(3766), 1, - sym_generic_parameters, - STATE(4154), 1, + STATE(1468), 1, sym_signature, - ACTIONS(4980), 2, + STATE(3741), 1, + sym_generic_parameters, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, STATE(3532), 2, sym_line_comment, sym_block_comment, - [132005] = 9, + [131986] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6228), 1, - anon_sym_const, - ACTIONS(6230), 1, - anon_sym_type, - ACTIONS(6232), 1, - anon_sym_fn, - ACTIONS(6236), 1, - anon_sym_enum, - ACTIONS(6238), 1, - anon_sym_interface, - ACTIONS(6234), 2, - anon_sym_struct, - anon_sym_union, + ACTIONS(6153), 1, + anon_sym_LPAREN, + STATE(3833), 1, + sym_generic_parameters, + STATE(4388), 1, + sym_signature, + ACTIONS(4978), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(2920), 2, + sym_parameter_list, + sym_type_parameter_list, STATE(3533), 2, sym_line_comment, sym_block_comment, - [132035] = 8, + [132014] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6238), 1, + sym_identifier, + STATE(3677), 1, + sym_reference_expression, + STATE(3534), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(6240), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + [132038] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(1517), 1, + STATE(1467), 1, sym_signature, - STATE(3852), 1, + STATE(3781), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1131), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3534), 2, + STATE(3535), 2, sym_line_comment, sym_block_comment, - [132063] = 8, + [132066] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(1462), 1, + STATE(3767), 1, + sym_generic_parameters, + STATE(4187), 1, + sym_signature, + ACTIONS(4978), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(2920), 2, + sym_parameter_list, + sym_type_parameter_list, + STATE(3536), 2, + sym_line_comment, + sym_block_comment, + [132094] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6210), 1, + anon_sym_LPAREN, + STATE(1469), 1, sym_signature, - STATE(3703), 1, + STATE(3705), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1131), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3535), 2, + STATE(3537), 2, sym_line_comment, sym_block_comment, - [132091] = 10, + [132122] = 10, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5942), 1, + ACTIONS(5946), 1, sym_identifier, - ACTIONS(6184), 1, + ACTIONS(6198), 1, anon_sym_mut, - ACTIONS(6186), 1, + ACTIONS(6200), 1, anon_sym_shared, - ACTIONS(6240), 1, + ACTIONS(6242), 1, anon_sym_RBRACK, - STATE(4152), 1, + STATE(4153), 1, sym_capture, - STATE(4358), 1, + STATE(4359), 1, sym_reference_expression, - STATE(4363), 1, + STATE(4362), 1, sym_mutability_modifiers, - STATE(3536), 2, + STATE(3538), 2, sym_line_comment, sym_block_comment, - [132123] = 8, + [132154] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3817), 1, + STATE(3826), 1, sym_generic_parameters, - STATE(4208), 1, + STATE(4252), 1, sym_signature, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3537), 2, + STATE(3539), 2, + sym_line_comment, + sym_block_comment, + [132182] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5946), 1, + sym_identifier, + ACTIONS(6198), 1, + anon_sym_mut, + ACTIONS(6200), 1, + anon_sym_shared, + ACTIONS(6244), 1, + anon_sym_RBRACK, + STATE(4153), 1, + sym_capture, + STATE(4359), 1, + sym_reference_expression, + STATE(4362), 1, + sym_mutability_modifiers, + STATE(3540), 2, sym_line_comment, sym_block_comment, - [132151] = 8, + [132214] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(1482), 1, - sym_signature, - STATE(3748), 1, + STATE(3815), 1, sym_generic_parameters, - ACTIONS(4980), 2, + STATE(4205), 1, + sym_signature, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1131), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3538), 2, + STATE(3541), 2, sym_line_comment, sym_block_comment, - [132179] = 8, + [132242] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(1485), 1, + STATE(1474), 1, sym_signature, - STATE(3751), 1, + STATE(3737), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1131), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3539), 2, + STATE(3542), 2, sym_line_comment, sym_block_comment, - [132207] = 4, + [132270] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3540), 2, + STATE(3543), 2, sym_line_comment, sym_block_comment, - ACTIONS(6242), 7, + ACTIONS(6246), 7, anon_sym_const, anon_sym_type, anon_sym_fn, @@ -304975,163 +305161,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, anon_sym_enum, anon_sym_interface, - [132227] = 8, + [132290] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(3803), 1, - sym_generic_parameters, - STATE(4385), 1, + STATE(1479), 1, sym_signature, - ACTIONS(4980), 2, + STATE(3750), 1, + sym_generic_parameters, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2957), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3541), 2, + STATE(3544), 2, sym_line_comment, sym_block_comment, - [132255] = 8, + [132318] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(1487), 1, - sym_signature, - STATE(3844), 1, + STATE(3808), 1, sym_generic_parameters, - ACTIONS(4980), 2, + STATE(4382), 1, + sym_signature, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1131), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3542), 2, + STATE(3545), 2, sym_line_comment, sym_block_comment, - [132283] = 8, + [132346] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(1512), 1, + STATE(1483), 1, sym_signature, - STATE(3819), 1, + STATE(3827), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1131), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3543), 2, - sym_line_comment, - sym_block_comment, - [132311] = 4, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - STATE(3544), 2, + STATE(3546), 2, sym_line_comment, sym_block_comment, - ACTIONS(6167), 7, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - [132331] = 9, + [132374] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, - sym_escape_sequence, - ACTIONS(6246), 1, - aux_sym_c_string_literal_token2, ACTIONS(6248), 1, - sym___dolcbr, - ACTIONS(6250), 1, - sym___double_quote, - STATE(3561), 1, - aux_sym_c_string_literal_repeat2, - STATE(3773), 1, - sym_string_interpolation, - STATE(3545), 2, - sym_line_comment, - sym_block_comment, - [132360] = 9, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6244), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, - sym___dolcbr, ACTIONS(6252), 1, + sym___dolcbr, + ACTIONS(6254), 1, sym___double_quote, - STATE(3547), 1, + STATE(3562), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3546), 2, + STATE(3547), 2, sym_line_comment, sym_block_comment, - [132389] = 9, + [132403] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6256), 1, sym_escape_sequence, - ACTIONS(6246), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6258), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6254), 1, - sym___double_quote, - STATE(3579), 1, - aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + ACTIONS(6262), 1, + sym___single_quote, + STATE(3575), 1, + aux_sym_c_string_literal_repeat1, + STATE(3772), 1, sym_string_interpolation, - STATE(3547), 2, + STATE(3548), 2, sym_line_comment, sym_block_comment, - [132418] = 9, + [132432] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6254), 1, - sym___single_quote, ACTIONS(6256), 1, sym_escape_sequence, ACTIONS(6258), 1, aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - STATE(3578), 1, + ACTIONS(6264), 1, + sym___single_quote, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3548), 2, + STATE(3549), 2, sym_line_comment, sym_block_comment, - [132447] = 9, + [132461] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -305142,36 +305292,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6262), 1, + ACTIONS(6266), 1, sym___single_quote, - STATE(3605), 1, + STATE(3606), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3549), 2, + STATE(3550), 2, sym_line_comment, sym_block_comment, - [132476] = 9, + [132490] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6262), 1, + ACTIONS(6266), 1, sym___double_quote, STATE(3596), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3550), 2, + STATE(3551), 2, sym_line_comment, sym_block_comment, - [132505] = 9, + [132519] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -305182,36 +305332,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6264), 1, + ACTIONS(6268), 1, sym___single_quote, STATE(3593), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3551), 2, + STATE(3552), 2, sym_line_comment, sym_block_comment, - [132534] = 9, + [132548] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6264), 1, + ACTIONS(6268), 1, sym___double_quote, - STATE(3591), 1, + STATE(3592), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3552), 2, + STATE(3553), 2, sym_line_comment, sym_block_comment, - [132563] = 9, + [132577] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -305222,73 +305372,73 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6266), 1, + ACTIONS(6270), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3553), 2, + STATE(3554), 2, sym_line_comment, sym_block_comment, - [132592] = 9, + [132606] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6256), 1, sym_escape_sequence, - ACTIONS(6246), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6258), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6268), 1, - sym___double_quote, - STATE(3602), 1, - aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + ACTIONS(6272), 1, + sym___single_quote, + STATE(3621), 1, + aux_sym_c_string_literal_repeat1, + STATE(3772), 1, sym_string_interpolation, - STATE(3554), 2, + STATE(3555), 2, sym_line_comment, sym_block_comment, - [132621] = 6, + [132635] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6272), 1, + ACTIONS(6276), 1, anon_sym_RBRACE, - STATE(3652), 1, + STATE(3659), 1, aux_sym_selective_import_list_repeat1, - STATE(3555), 2, + STATE(3556), 2, sym_line_comment, sym_block_comment, - ACTIONS(6270), 4, + ACTIONS(6274), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_COMMA, - [132644] = 9, + [132658] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6256), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6258), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6260), 1, + ACTIONS(6250), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6274), 1, - sym___single_quote, - STATE(3619), 1, - aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + ACTIONS(6272), 1, + sym___double_quote, + STATE(3611), 1, + aux_sym_c_string_literal_repeat2, + STATE(3771), 1, sym_string_interpolation, - STATE(3556), 2, + STATE(3557), 2, sym_line_comment, sym_block_comment, - [132673] = 9, + [132687] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -305299,56 +305449,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6276), 1, + ACTIONS(6278), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3557), 2, + STATE(3558), 2, sym_line_comment, sym_block_comment, - [132702] = 9, + [132716] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6276), 1, + ACTIONS(6280), 1, sym___double_quote, - STATE(3579), 1, + STATE(3648), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3558), 2, + STATE(3559), 2, sym_line_comment, sym_block_comment, - [132731] = 9, + [132745] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6274), 1, + ACTIONS(6278), 1, sym___double_quote, - STATE(3570), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3559), 2, + STATE(3560), 2, sym_line_comment, sym_block_comment, - [132760] = 9, + [132774] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -305359,56 +305509,76 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6278), 1, + ACTIONS(6282), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3560), 2, + STATE(3561), 2, sym_line_comment, sym_block_comment, - [132789] = 9, + [132803] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6278), 1, + ACTIONS(6282), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3561), 2, + STATE(3562), 2, sym_line_comment, sym_block_comment, - [132818] = 9, + [132832] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6256), 1, sym_escape_sequence, - ACTIONS(6246), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6258), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6260), 1, sym___dolcbr, ACTIONS(6280), 1, + sym___single_quote, + STATE(3647), 1, + aux_sym_c_string_literal_repeat1, + STATE(3772), 1, + sym_string_interpolation, + STATE(3563), 2, + sym_line_comment, + sym_block_comment, + [132861] = 9, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6248), 1, + sym_escape_sequence, + ACTIONS(6250), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6252), 1, + sym___dolcbr, + ACTIONS(6284), 1, sym___double_quote, STATE(3646), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3562), 2, + STATE(3564), 2, sym_line_comment, sym_block_comment, - [132847] = 9, + [132890] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -305419,16 +305589,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6280), 1, + ACTIONS(6286), 1, sym___single_quote, - STATE(3645), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3563), 2, + STATE(3565), 2, sym_line_comment, sym_block_comment, - [132876] = 9, + [132919] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -305439,56 +305609,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6282), 1, + ACTIONS(6288), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3564), 2, + STATE(3566), 2, sym_line_comment, sym_block_comment, - [132905] = 9, + [132948] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6256), 1, sym_escape_sequence, - ACTIONS(6246), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6258), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6260), 1, sym___dolcbr, ACTIONS(6284), 1, - sym___double_quote, - STATE(3579), 1, - aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + sym___single_quote, + STATE(3645), 1, + aux_sym_c_string_literal_repeat1, + STATE(3772), 1, sym_string_interpolation, - STATE(3565), 2, + STATE(3567), 2, sym_line_comment, sym_block_comment, - [132934] = 9, + [132977] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6282), 1, + ACTIONS(6288), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3566), 2, + STATE(3568), 2, sym_line_comment, sym_block_comment, - [132963] = 9, + [133006] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -305499,41 +305669,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6286), 1, + ACTIONS(6290), 1, sym___single_quote, - STATE(3557), 1, + STATE(3558), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3567), 2, + STATE(3569), 2, sym_line_comment, sym_block_comment, - [132992] = 9, + [133035] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6286), 1, + ACTIONS(6290), 1, sym___double_quote, - STATE(3558), 1, + STATE(3560), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3568), 2, + STATE(3570), 2, sym_line_comment, sym_block_comment, - [133021] = 9, + [133064] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6250), 1, + ACTIONS(6254), 1, sym___single_quote, ACTIONS(6256), 1, sym_escape_sequence, @@ -305541,54 +305711,71 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - STATE(3560), 1, + STATE(3561), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3569), 2, + STATE(3571), 2, + sym_line_comment, + sym_block_comment, + [133093] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6292), 1, + anon_sym_LBRACK, + STATE(2432), 1, + sym_type_parameters, + STATE(3572), 2, sym_line_comment, sym_block_comment, - [133050] = 9, + ACTIONS(2871), 4, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [133116] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6288), 1, + ACTIONS(6270), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3570), 2, + STATE(3573), 2, sym_line_comment, sym_block_comment, - [133079] = 9, + [133145] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6256), 1, sym_escape_sequence, - ACTIONS(6246), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6258), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6290), 1, - sym___double_quote, - STATE(3644), 1, - aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + ACTIONS(6294), 1, + sym___single_quote, + STATE(3580), 1, + aux_sym_c_string_literal_repeat1, + STATE(3772), 1, sym_string_interpolation, - STATE(3571), 2, + STATE(3574), 2, sym_line_comment, sym_block_comment, - [133108] = 9, + [133174] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -305599,62 +305786,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6290), 1, + ACTIONS(6296), 1, sym___single_quote, - STATE(3643), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3572), 2, - sym_line_comment, - sym_block_comment, - [133137] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6292), 1, - anon_sym_LBRACK, - STATE(2353), 1, - sym_type_parameters, - STATE(3573), 2, + STATE(3575), 2, sym_line_comment, sym_block_comment, - ACTIONS(2791), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [133160] = 9, + [133203] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6294), 1, + ACTIONS(6296), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3574), 2, + STATE(3576), 2, sym_line_comment, sym_block_comment, - [133189] = 6, + [133232] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5032), 1, + ACTIONS(5044), 1, anon_sym_COMMA, - STATE(3651), 1, + STATE(3653), 1, aux_sym_strictly_expression_list_repeat1, - STATE(3575), 2, + STATE(3577), 2, sym_line_comment, sym_block_comment, ACTIONS(1761), 4, @@ -305662,125 +305832,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [133212] = 9, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6244), 1, - sym_escape_sequence, - ACTIONS(6246), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, - sym___dolcbr, - ACTIONS(6266), 1, - sym___double_quote, - STATE(3579), 1, - aux_sym_c_string_literal_repeat2, - STATE(3773), 1, - sym_string_interpolation, - STATE(3576), 2, - sym_line_comment, - sym_block_comment, - [133241] = 9, + [133255] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5942), 1, + ACTIONS(5946), 1, sym_identifier, - ACTIONS(6184), 1, + ACTIONS(6198), 1, anon_sym_mut, - ACTIONS(6186), 1, + ACTIONS(6200), 1, anon_sym_shared, - STATE(4152), 1, + STATE(4153), 1, sym_capture, - STATE(4358), 1, + STATE(4359), 1, sym_reference_expression, - STATE(4363), 1, + STATE(4362), 1, sym_mutability_modifiers, - STATE(3577), 2, - sym_line_comment, - sym_block_comment, - [133270] = 8, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6296), 1, - sym_escape_sequence, - ACTIONS(6299), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6302), 1, - sym___dolcbr, - ACTIONS(6305), 1, - sym___single_quote, - STATE(3776), 1, - sym_string_interpolation, - STATE(3578), 3, + STATE(3578), 2, sym_line_comment, sym_block_comment, - aux_sym_c_string_literal_repeat1, - [133297] = 8, + [133284] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6307), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6310), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6313), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6316), 1, + ACTIONS(6294), 1, sym___double_quote, - STATE(3773), 1, + STATE(3581), 1, + aux_sym_c_string_literal_repeat2, + STATE(3771), 1, sym_string_interpolation, - STATE(3579), 3, + STATE(3579), 2, sym_line_comment, sym_block_comment, - aux_sym_c_string_literal_repeat2, - [133324] = 9, + [133313] = 8, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6256), 1, + ACTIONS(6298), 1, sym_escape_sequence, - ACTIONS(6258), 1, + ACTIONS(6301), 1, aux_sym_c_string_literal_token1, - ACTIONS(6260), 1, + ACTIONS(6304), 1, sym___dolcbr, - ACTIONS(6318), 1, + ACTIONS(6307), 1, sym___single_quote, - STATE(3642), 1, - aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3580), 2, + STATE(3580), 3, sym_line_comment, sym_block_comment, - [133353] = 9, + aux_sym_c_string_literal_repeat1, + [133340] = 8, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6309), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6312), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6315), 1, sym___dolcbr, ACTIONS(6318), 1, sym___double_quote, - STATE(3565), 1, - aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3581), 2, + STATE(3581), 3, sym_line_comment, sym_block_comment, - [133382] = 9, + aux_sym_c_string_literal_repeat2, + [133367] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -305793,50 +305923,34 @@ static const uint16_t ts_small_parse_table[] = { sym___dolcbr, ACTIONS(6320), 1, sym___single_quote, - STATE(3564), 1, + STATE(3565), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3582), 2, sym_line_comment, sym_block_comment, - [133411] = 9, + [133396] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, ACTIONS(6320), 1, sym___double_quote, - STATE(3566), 1, + STATE(3644), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, STATE(3583), 2, sym_line_comment, sym_block_comment, - [133440] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(2829), 1, - anon_sym_DOT, - STATE(3584), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3149), 5, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - [133461] = 9, + [133425] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -305849,67 +305963,103 @@ static const uint16_t ts_small_parse_table[] = { sym___dolcbr, ACTIONS(6322), 1, sym___single_quote, - STATE(3578), 1, + STATE(3566), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, + sym_string_interpolation, + STATE(3584), 2, + sym_line_comment, + sym_block_comment, + [133454] = 9, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6248), 1, + sym_escape_sequence, + ACTIONS(6250), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6252), 1, + sym___dolcbr, + ACTIONS(6322), 1, + sym___double_quote, + STATE(3568), 1, + aux_sym_c_string_literal_repeat2, + STATE(3771), 1, sym_string_interpolation, STATE(3585), 2, sym_line_comment, sym_block_comment, - [133490] = 6, + [133483] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6324), 1, - sym_identifier, - STATE(3807), 1, - sym_label_reference, + ACTIONS(5044), 1, + anon_sym_COMMA, + STATE(3624), 1, + aux_sym_strictly_expression_list_repeat1, STATE(3586), 2, sym_line_comment, sym_block_comment, - ACTIONS(4178), 4, + ACTIONS(4030), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [133513] = 5, + [133506] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(2783), 1, + anon_sym_DOT, + STATE(3587), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3147), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + [133527] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6329), 1, + ACTIONS(6327), 1, anon_sym_RBRACE, - STATE(3587), 3, + STATE(3588), 3, sym_line_comment, sym_block_comment, aux_sym_selective_import_list_repeat1, - ACTIONS(6326), 4, + ACTIONS(6324), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_COMMA, - [133534] = 9, + [133548] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6331), 1, + ACTIONS(6329), 1, sym___double_quote, - STATE(3606), 1, + STATE(3615), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3588), 2, + STATE(3589), 2, sym_line_comment, sym_block_comment, - [133563] = 9, + [133577] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -305920,73 +306070,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6331), 1, + ACTIONS(6329), 1, sym___single_quote, - STATE(3613), 1, + STATE(3619), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3589), 2, + STATE(3590), 2, sym_line_comment, sym_block_comment, - [133592] = 9, + [133606] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6333), 1, + ACTIONS(6331), 1, sym___double_quote, - STATE(3620), 1, + STATE(3622), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3590), 2, + STATE(3591), 2, sym_line_comment, sym_block_comment, - [133621] = 9, + [133635] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6335), 1, + ACTIONS(6333), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3591), 2, - sym_line_comment, - sym_block_comment, - [133650] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6324), 1, - sym_identifier, - STATE(3797), 1, - sym_label_reference, STATE(3592), 2, sym_line_comment, sym_block_comment, - ACTIONS(4174), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [133673] = 9, + [133664] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -305997,16 +306130,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6335), 1, + ACTIONS(6333), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3593), 2, sym_line_comment, sym_block_comment, - [133702] = 9, + [133693] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306017,133 +306150,133 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6333), 1, + ACTIONS(6331), 1, sym___single_quote, - STATE(3622), 1, + STATE(3623), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3594), 2, sym_line_comment, sym_block_comment, - [133731] = 6, + [133722] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5032), 1, - anon_sym_COMMA, - STATE(3621), 1, - aux_sym_strictly_expression_list_repeat1, + ACTIONS(6256), 1, + sym_escape_sequence, + ACTIONS(6258), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6260), 1, + sym___dolcbr, + ACTIONS(6335), 1, + sym___single_quote, + STATE(3658), 1, + aux_sym_c_string_literal_repeat1, + STATE(3772), 1, + sym_string_interpolation, STATE(3595), 2, sym_line_comment, sym_block_comment, - ACTIONS(4041), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [133754] = 9, + [133751] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, ACTIONS(6337), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, STATE(3596), 2, sym_line_comment, sym_block_comment, - [133783] = 9, + [133780] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6252), 1, - sym___single_quote, ACTIONS(6256), 1, sym_escape_sequence, ACTIONS(6258), 1, aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - STATE(3548), 1, + ACTIONS(6339), 1, + sym___single_quote, + STATE(3549), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3597), 2, sym_line_comment, sym_block_comment, - [133812] = 9, + [133809] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, - sym_escape_sequence, - ACTIONS(6246), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, - sym___dolcbr, - ACTIONS(6339), 1, - sym___double_quote, - STATE(3626), 1, - aux_sym_c_string_literal_repeat2, - STATE(3773), 1, - sym_string_interpolation, + ACTIONS(6341), 1, + sym_identifier, + STATE(3799), 1, + sym_label_reference, STATE(3598), 2, sym_line_comment, sym_block_comment, - [133841] = 9, + ACTIONS(4056), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [133832] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6256), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6258), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6260), 1, + ACTIONS(6250), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6252), 1, sym___dolcbr, ACTIONS(6339), 1, - sym___single_quote, - STATE(3627), 1, - aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + sym___double_quote, + STATE(3620), 1, + aux_sym_c_string_literal_repeat2, + STATE(3771), 1, sym_string_interpolation, STATE(3599), 2, sym_line_comment, sym_block_comment, - [133870] = 9, + [133861] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6341), 1, + ACTIONS(6343), 1, sym___double_quote, STATE(3628), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, STATE(3600), 2, sym_line_comment, sym_block_comment, - [133899] = 9, + [133890] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306154,36 +306287,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6341), 1, + ACTIONS(6343), 1, sym___single_quote, STATE(3629), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3601), 2, sym_line_comment, sym_block_comment, - [133928] = 9, + [133919] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6343), 1, + ACTIONS(6345), 1, sym___double_quote, - STATE(3579), 1, + STATE(3630), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, STATE(3602), 2, sym_line_comment, sym_block_comment, - [133957] = 9, + [133948] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306196,74 +306329,54 @@ static const uint16_t ts_small_parse_table[] = { sym___dolcbr, ACTIONS(6345), 1, sym___single_quote, - STATE(3618), 1, + STATE(3631), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3603), 2, sym_line_comment, sym_block_comment, - [133986] = 9, + [133977] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6345), 1, + ACTIONS(6347), 1, sym___double_quote, - STATE(3574), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, STATE(3604), 2, sym_line_comment, sym_block_comment, - [134015] = 9, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6260), 1, - sym___dolcbr, - ACTIONS(6337), 1, - sym___single_quote, - STATE(3578), 1, - aux_sym_c_string_literal_repeat1, - STATE(3776), 1, - sym_string_interpolation, - STATE(3605), 2, - sym_line_comment, - sym_block_comment, - [134044] = 9, + [134006] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6347), 1, + ACTIONS(6262), 1, sym___double_quote, - STATE(3579), 1, + STATE(3576), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3606), 2, + STATE(3605), 2, sym_line_comment, sym_block_comment, - [134073] = 9, + [134035] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306274,36 +306387,53 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6349), 1, + ACTIONS(6337), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, + STATE(3606), 2, + sym_line_comment, + sym_block_comment, + [134064] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6341), 1, + sym_identifier, + STATE(3798), 1, + sym_label_reference, STATE(3607), 2, sym_line_comment, sym_block_comment, - [134102] = 9, + ACTIONS(4060), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [134087] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6349), 1, + ACTIONS(6335), 1, sym___double_quote, - STATE(3579), 1, + STATE(3604), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, STATE(3608), 2, sym_line_comment, sym_block_comment, - [134131] = 9, + [134116] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306314,56 +306444,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6268), 1, + ACTIONS(6349), 1, sym___single_quote, - STATE(3656), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3609), 2, sym_line_comment, sym_block_comment, - [134160] = 9, + [134145] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6256), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6258), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6260), 1, + ACTIONS(6250), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6351), 1, - sym___single_quote, - STATE(3578), 1, - aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + ACTIONS(6349), 1, + sym___double_quote, + STATE(3581), 1, + aux_sym_c_string_literal_repeat2, + STATE(3771), 1, sym_string_interpolation, STATE(3610), 2, sym_line_comment, sym_block_comment, - [134189] = 9, + [134174] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, ACTIONS(6351), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, STATE(3611), 2, sym_line_comment, sym_block_comment, - [134218] = 9, + [134203] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306376,54 +306506,34 @@ static const uint16_t ts_small_parse_table[] = { sym___dolcbr, ACTIONS(6353), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3612), 2, sym_line_comment, sym_block_comment, - [134247] = 9, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6260), 1, - sym___dolcbr, - ACTIONS(6347), 1, - sym___single_quote, - STATE(3578), 1, - aux_sym_c_string_literal_repeat1, - STATE(3776), 1, - sym_string_interpolation, - STATE(3613), 2, - sym_line_comment, - sym_block_comment, - [134276] = 9, + [134232] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, ACTIONS(6353), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3614), 2, + STATE(3613), 2, sym_line_comment, sym_block_comment, - [134305] = 9, + [134261] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306436,54 +306546,54 @@ static const uint16_t ts_small_parse_table[] = { sym___dolcbr, ACTIONS(6355), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3615), 2, + STATE(3614), 2, sym_line_comment, sym_block_comment, - [134334] = 9, + [134290] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6355), 1, + ACTIONS(6357), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3616), 2, + STATE(3615), 2, sym_line_comment, sym_block_comment, - [134363] = 9, + [134319] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6322), 1, + ACTIONS(6355), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3617), 2, + STATE(3616), 2, sym_line_comment, sym_block_comment, - [134392] = 9, + [134348] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306494,16 +306604,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6294), 1, + ACTIONS(6359), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, + sym_string_interpolation, + STATE(3617), 2, + sym_line_comment, + sym_block_comment, + [134377] = 9, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6248), 1, + sym_escape_sequence, + ACTIONS(6250), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6252), 1, + sym___dolcbr, + ACTIONS(6359), 1, + sym___double_quote, + STATE(3581), 1, + aux_sym_c_string_literal_repeat2, + STATE(3771), 1, sym_string_interpolation, STATE(3618), 2, sym_line_comment, sym_block_comment, - [134421] = 9, + [134406] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306514,52 +306644,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6288), 1, + ACTIONS(6357), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3619), 2, sym_line_comment, sym_block_comment, - [134450] = 9, + [134435] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6357), 1, + ACTIONS(6264), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, STATE(3620), 2, sym_line_comment, sym_block_comment, - [134479] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6359), 1, - anon_sym_COMMA, - STATE(3621), 3, - sym_line_comment, - sym_block_comment, - aux_sym_strictly_expression_list_repeat1, - ACTIONS(1719), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [134500] = 9, + [134464] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306570,16 +306684,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6357), 1, + ACTIONS(6351), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, + sym_string_interpolation, + STATE(3621), 2, + sym_line_comment, + sym_block_comment, + [134493] = 9, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6248), 1, + sym_escape_sequence, + ACTIONS(6250), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6252), 1, + sym___dolcbr, + ACTIONS(6361), 1, + sym___double_quote, + STATE(3581), 1, + aux_sym_c_string_literal_repeat2, + STATE(3771), 1, sym_string_interpolation, STATE(3622), 2, sym_line_comment, sym_block_comment, - [134529] = 9, + [134522] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306590,36 +306724,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6362), 1, + ACTIONS(6361), 1, sym___single_quote, - STATE(3607), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3623), 2, sym_line_comment, sym_block_comment, - [134558] = 9, + [134551] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, - sym_escape_sequence, - ACTIONS(6246), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, - sym___dolcbr, - ACTIONS(6362), 1, - sym___double_quote, - STATE(3608), 1, - aux_sym_c_string_literal_repeat2, - STATE(3773), 1, - sym_string_interpolation, - STATE(3624), 2, + ACTIONS(6363), 1, + anon_sym_COMMA, + STATE(3624), 3, sym_line_comment, sym_block_comment, - [134587] = 9, + aux_sym_strictly_expression_list_repeat1, + ACTIONS(1719), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [134572] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306630,36 +306760,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6364), 1, + ACTIONS(6366), 1, sym___single_quote, - STATE(3610), 1, + STATE(3609), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3625), 2, sym_line_comment, sym_block_comment, - [134616] = 9, + [134601] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, ACTIONS(6366), 1, sym___double_quote, - STATE(3579), 1, + STATE(3610), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, STATE(3626), 2, sym_line_comment, sym_block_comment, - [134645] = 9, + [134630] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306670,36 +306800,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6366), 1, + ACTIONS(6368), 1, sym___single_quote, - STATE(3578), 1, + STATE(3612), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3627), 2, sym_line_comment, sym_block_comment, - [134674] = 9, + [134659] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6368), 1, + ACTIONS(6370), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, STATE(3628), 2, sym_line_comment, sym_block_comment, - [134703] = 9, + [134688] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306710,76 +306840,76 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6368), 1, + ACTIONS(6370), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3629), 2, sym_line_comment, sym_block_comment, - [134732] = 9, + [134717] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6256), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6258), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6260), 1, + ACTIONS(6250), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6370), 1, - sym___single_quote, - STATE(3612), 1, - aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + ACTIONS(6372), 1, + sym___double_quote, + STATE(3581), 1, + aux_sym_c_string_literal_repeat2, + STATE(3771), 1, sym_string_interpolation, STATE(3630), 2, sym_line_comment, sym_block_comment, - [134761] = 9, + [134746] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6256), 1, sym_escape_sequence, - ACTIONS(6246), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6258), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6370), 1, - sym___double_quote, - STATE(3614), 1, - aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + ACTIONS(6372), 1, + sym___single_quote, + STATE(3580), 1, + aux_sym_c_string_literal_repeat1, + STATE(3772), 1, sym_string_interpolation, STATE(3631), 2, sym_line_comment, sym_block_comment, - [134790] = 9, + [134775] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6364), 1, + ACTIONS(6368), 1, sym___double_quote, - STATE(3611), 1, + STATE(3613), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, STATE(3632), 2, sym_line_comment, sym_block_comment, - [134819] = 9, + [134804] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306790,73 +306920,73 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6372), 1, + ACTIONS(6374), 1, sym___single_quote, - STATE(3615), 1, + STATE(3614), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3633), 2, sym_line_comment, sym_block_comment, - [134848] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6176), 1, - anon_sym_LBRACE, - STATE(3804), 1, - sym_selective_import_list, - STATE(3634), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(6374), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - [134871] = 9, + [134833] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6372), 1, + ACTIONS(6374), 1, sym___double_quote, STATE(3616), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, + STATE(3634), 2, + sym_line_comment, + sym_block_comment, + [134862] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6184), 1, + anon_sym_LBRACE, + STATE(3807), 1, + sym_selective_import_list, STATE(3635), 2, sym_line_comment, sym_block_comment, - [134900] = 9, + ACTIONS(6376), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + [134885] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6376), 1, + ACTIONS(6378), 1, sym___double_quote, - STATE(3647), 1, + STATE(3649), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, STATE(3636), 2, sym_line_comment, sym_block_comment, - [134929] = 9, + [134914] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306867,56 +306997,96 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6376), 1, + ACTIONS(6380), 1, sym___single_quote, - STATE(3648), 1, + STATE(3617), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, STATE(3637), 2, sym_line_comment, sym_block_comment, - [134958] = 9, + [134943] = 9, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6248), 1, + sym_escape_sequence, + ACTIONS(6250), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6252), 1, + sym___dolcbr, + ACTIONS(6380), 1, + sym___double_quote, + STATE(3618), 1, + aux_sym_c_string_literal_repeat2, + STATE(3771), 1, + sym_string_interpolation, + STATE(3638), 2, + sym_line_comment, + sym_block_comment, + [134972] = 9, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6378), 1, + ACTIONS(6382), 1, anon_sym_DOT, - ACTIONS(6380), 1, + ACTIONS(6384), 1, anon_sym_RBRACE, - ACTIONS(6382), 1, + ACTIONS(6386), 1, sym_int_literal, - ACTIONS(6384), 1, + ACTIONS(6388), 1, aux_sym_format_specifier_token1, - ACTIONS(6386), 1, + ACTIONS(6390), 1, aux_sym_format_specifier_token2, - ACTIONS(6388), 1, + ACTIONS(6392), 1, anon_sym_0, - STATE(3638), 2, + STATE(3639), 2, sym_line_comment, sym_block_comment, - [134987] = 9, + [135001] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6256), 1, sym_escape_sequence, - ACTIONS(6246), 1, - aux_sym_c_string_literal_token2, + ACTIONS(6258), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6260), 1, + sym___dolcbr, + ACTIONS(6378), 1, + sym___single_quote, + STATE(3650), 1, + aux_sym_c_string_literal_repeat1, + STATE(3772), 1, + sym_string_interpolation, + STATE(3640), 2, + sym_line_comment, + sym_block_comment, + [135030] = 9, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, ACTIONS(6248), 1, + sym_escape_sequence, + ACTIONS(6250), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6390), 1, + ACTIONS(6394), 1, sym___double_quote, - STATE(3649), 1, + STATE(3651), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3639), 2, + STATE(3641), 2, sym_line_comment, sym_block_comment, - [135016] = 9, + [135059] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306927,55 +307097,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6390), 1, + ACTIONS(6394), 1, sym___single_quote, - STATE(3650), 1, + STATE(3652), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3640), 2, + STATE(3642), 2, sym_line_comment, sym_block_comment, - [135045] = 8, + [135088] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6392), 1, + ACTIONS(6396), 1, anon_sym_const, - ACTIONS(6394), 1, - anon_sym_fn, ACTIONS(6398), 1, + anon_sym_fn, + ACTIONS(6402), 1, anon_sym_enum, - ACTIONS(6400), 1, + ACTIONS(6404), 1, anon_sym_interface, - ACTIONS(6396), 2, + ACTIONS(6400), 2, anon_sym_struct, anon_sym_union, - STATE(3641), 2, + STATE(3643), 2, sym_line_comment, sym_block_comment, - [135072] = 9, + [135115] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6256), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6258), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6260), 1, + ACTIONS(6250), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6284), 1, - sym___single_quote, - STATE(3578), 1, - aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + ACTIONS(6286), 1, + sym___double_quote, + STATE(3581), 1, + aux_sym_c_string_literal_repeat2, + STATE(3771), 1, sym_string_interpolation, - STATE(3642), 2, + STATE(3644), 2, sym_line_comment, sym_block_comment, - [135101] = 9, + [135144] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -306986,36 +307156,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6402), 1, + ACTIONS(6406), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3643), 2, + STATE(3645), 2, sym_line_comment, sym_block_comment, - [135130] = 9, + [135173] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6402), 1, + ACTIONS(6406), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3644), 2, + STATE(3646), 2, sym_line_comment, sym_block_comment, - [135159] = 9, + [135202] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -307026,56 +307196,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6404), 1, + ACTIONS(6408), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3645), 2, + STATE(3647), 2, sym_line_comment, sym_block_comment, - [135188] = 9, + [135231] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6404), 1, + ACTIONS(6408), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3646), 2, + STATE(3648), 2, sym_line_comment, sym_block_comment, - [135217] = 9, + [135260] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6406), 1, + ACTIONS(6410), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3647), 2, + STATE(3649), 2, sym_line_comment, sym_block_comment, - [135246] = 9, + [135289] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -307086,36 +307256,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6406), 1, + ACTIONS(6410), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3648), 2, + STATE(3650), 2, sym_line_comment, sym_block_comment, - [135275] = 9, + [135318] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6408), 1, + ACTIONS(6412), 1, sym___double_quote, - STATE(3579), 1, + STATE(3581), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3649), 2, + STATE(3651), 2, sym_line_comment, sym_block_comment, - [135304] = 9, + [135347] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -307126,70 +307296,53 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6408), 1, + ACTIONS(6412), 1, sym___single_quote, - STATE(3578), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3650), 2, + STATE(3652), 2, sym_line_comment, sym_block_comment, - [135333] = 6, + [135376] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5032), 1, + ACTIONS(5044), 1, anon_sym_COMMA, - STATE(3621), 1, + STATE(3624), 1, aux_sym_strictly_expression_list_repeat1, - STATE(3651), 2, + STATE(3653), 2, sym_line_comment, sym_block_comment, - ACTIONS(4030), 4, + ACTIONS(4017), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [135356] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6410), 1, - anon_sym_RBRACE, - STATE(3587), 1, - aux_sym_selective_import_list_repeat1, - STATE(3652), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(6270), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - [135379] = 9, + [135399] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6412), 1, + ACTIONS(6414), 1, sym___double_quote, - STATE(3617), 1, + STATE(3579), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3653), 2, + STATE(3654), 2, sym_line_comment, sym_block_comment, - [135408] = 9, + [135428] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -307200,36 +307353,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6412), 1, + ACTIONS(6414), 1, sym___single_quote, - STATE(3585), 1, + STATE(3574), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3654), 2, + STATE(3655), 2, sym_line_comment, sym_block_comment, - [135437] = 9, + [135457] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6244), 1, + ACTIONS(6248), 1, sym_escape_sequence, - ACTIONS(6246), 1, + ACTIONS(6250), 1, aux_sym_c_string_literal_token2, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym___dolcbr, - ACTIONS(6414), 1, + ACTIONS(6416), 1, sym___double_quote, - STATE(3576), 1, + STATE(3573), 1, aux_sym_c_string_literal_repeat2, - STATE(3773), 1, + STATE(3771), 1, sym_string_interpolation, - STATE(3655), 2, + STATE(3656), 2, sym_line_comment, sym_block_comment, - [135466] = 9, + [135486] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -307240,16 +307393,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6343), 1, + ACTIONS(6416), 1, sym___single_quote, - STATE(3578), 1, + STATE(3554), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3656), 2, + STATE(3657), 2, sym_line_comment, sym_block_comment, - [135495] = 9, + [135515] = 9, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -307260,287 +307413,288 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6260), 1, sym___dolcbr, - ACTIONS(6414), 1, + ACTIONS(6347), 1, sym___single_quote, - STATE(3553), 1, + STATE(3580), 1, aux_sym_c_string_literal_repeat1, - STATE(3776), 1, + STATE(3772), 1, sym_string_interpolation, - STATE(3657), 2, + STATE(3658), 2, + sym_line_comment, + sym_block_comment, + [135544] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6418), 1, + anon_sym_RBRACE, + STATE(3588), 1, + aux_sym_selective_import_list_repeat1, + STATE(3659), 2, sym_line_comment, sym_block_comment, - [135524] = 5, + ACTIONS(6274), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + [135567] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2400), 1, + STATE(2380), 1, sym_type_initializer_body, - STATE(3658), 2, + STATE(3660), 2, sym_line_comment, sym_block_comment, - ACTIONS(3269), 4, + ACTIONS(3199), 4, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [135544] = 7, + [135587] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6416), 1, + ACTIONS(6420), 1, anon_sym_LBRACE, - STATE(1591), 1, + STATE(1546), 1, sym__interface_body, - STATE(4388), 1, + STATE(4390), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(3659), 2, + STATE(3661), 2, sym_line_comment, sym_block_comment, - [135568] = 7, + [135611] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6418), 1, + ACTIONS(6422), 1, anon_sym_LBRACE, - STATE(1589), 1, + STATE(1544), 1, sym__struct_body, STATE(4387), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(3660), 2, - sym_line_comment, - sym_block_comment, - [135592] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6420), 1, - sym_identifier, - ACTIONS(6422), 1, - anon_sym_mut, - STATE(3978), 1, - sym_var_definition, - STATE(4201), 1, - sym_range_clause, - STATE(4610), 1, - sym_var_definition_list, - STATE(3661), 2, + STATE(3662), 2, sym_line_comment, sym_block_comment, - [135618] = 6, + [135635] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, + ACTIONS(5138), 1, anon_sym_LBRACE, - STATE(2405), 1, + STATE(2393), 1, sym_block, - STATE(3662), 2, + STATE(3663), 2, sym_line_comment, sym_block_comment, - ACTIONS(3297), 3, + ACTIONS(3215), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [135640] = 7, + [135657] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6426), 1, + anon_sym_RBRACE, + STATE(3691), 1, + aux_sym__statement_list_repeat1, + STATE(3664), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(6424), 3, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + [135679] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6416), 1, + ACTIONS(6420), 1, anon_sym_LBRACE, - STATE(1554), 1, + STATE(1596), 1, sym__interface_body, - STATE(4253), 1, + STATE(4247), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(3663), 2, + STATE(3665), 2, sym_line_comment, sym_block_comment, - [135664] = 8, + [135703] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6424), 1, + ACTIONS(6428), 1, anon_sym_LBRACE, - ACTIONS(6426), 1, + ACTIONS(6430), 1, anon_sym_COMMA, - ACTIONS(6428), 1, + ACTIONS(6432), 1, anon_sym_RPAREN, - STATE(2400), 1, + STATE(2380), 1, sym_type_initializer_body, - STATE(3919), 1, + STATE(3931), 1, aux_sym_type_parameters_repeat1, - STATE(3664), 2, + STATE(3666), 2, sym_line_comment, sym_block_comment, - [135690] = 6, + [135729] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6432), 1, + ACTIONS(6436), 1, anon_sym_RBRACE, - STATE(3669), 1, + STATE(3664), 1, aux_sym__statement_list_repeat1, - STATE(3665), 2, + STATE(3667), 2, sym_line_comment, sym_block_comment, - ACTIONS(6430), 3, + ACTIONS(6434), 3, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - [135712] = 6, + [135751] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5124), 1, + ACTIONS(5086), 1, anon_sym_LBRACE, - STATE(1353), 1, + STATE(1355), 1, sym_block, - STATE(3666), 2, + STATE(3668), 2, sym_line_comment, sym_block_comment, - ACTIONS(6434), 3, + ACTIONS(6438), 3, anon_sym_SEMI, anon_sym_RBRACK, anon_sym_COLON, - [135734] = 7, + [135773] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6418), 1, + ACTIONS(6422), 1, anon_sym_LBRACE, - STATE(1551), 1, + STATE(1594), 1, sym__struct_body, - STATE(4245), 1, + STATE(4244), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(3667), 2, + STATE(3669), 2, sym_line_comment, sym_block_comment, - [135758] = 6, + [135797] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, + ACTIONS(5138), 1, anon_sym_LBRACE, - STATE(2428), 1, + STATE(2355), 1, sym_block, - STATE(3668), 2, + STATE(3670), 2, sym_line_comment, sym_block_comment, - ACTIONS(6434), 3, + ACTIONS(6438), 3, anon_sym_SEMI, anon_sym_RBRACK, anon_sym_COLON, - [135780] = 6, - ACTIONS(497), 1, + [135819] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6438), 1, - anon_sym_RBRACE, - STATE(3689), 1, - aux_sym__statement_list_repeat1, - STATE(3669), 2, + ACTIONS(6422), 1, + anon_sym_LBRACE, + STATE(1574), 1, + sym__struct_body, + STATE(4219), 1, + sym_generic_parameters, + ACTIONS(4978), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(3671), 2, sym_line_comment, sym_block_comment, - ACTIONS(6436), 3, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - [135802] = 5, + [135843] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2400), 1, - sym_type_initializer_body, - STATE(3670), 2, + ACTIONS(6440), 1, + sym_identifier, + ACTIONS(6442), 1, + anon_sym_mut, + STATE(3986), 1, + sym_var_definition, + STATE(4203), 1, + sym_range_clause, + STATE(4612), 1, + sym_var_definition_list, + STATE(3672), 2, sym_line_comment, sym_block_comment, - ACTIONS(3289), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [135822] = 8, + [135869] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6184), 1, + ACTIONS(6198), 1, anon_sym_mut, - ACTIONS(6186), 1, + ACTIONS(6200), 1, anon_sym_shared, - ACTIONS(6440), 1, + ACTIONS(6444), 1, sym_identifier, - STATE(4190), 1, + STATE(4189), 1, sym_parameter_declaration, - STATE(4669), 1, + STATE(4671), 1, sym_mutability_modifiers, - STATE(3671), 2, + STATE(3673), 2, sym_line_comment, sym_block_comment, - [135848] = 6, + [135895] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6424), 1, + ACTIONS(6428), 1, anon_sym_LBRACE, - STATE(2400), 1, + STATE(2380), 1, sym_type_initializer_body, - STATE(3672), 2, + STATE(3674), 2, sym_line_comment, sym_block_comment, - ACTIONS(3285), 3, + ACTIONS(3207), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [135870] = 8, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6184), 1, - anon_sym_mut, - ACTIONS(6186), 1, - anon_sym_shared, - ACTIONS(6442), 1, - sym_identifier, - STATE(4427), 1, - sym_mutable_identifier, - STATE(4735), 1, - sym_mutability_modifiers, - STATE(3673), 2, - sym_line_comment, - sym_block_comment, - [135896] = 4, + [135917] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3674), 2, + STATE(3675), 2, sym_line_comment, sym_block_comment, ACTIONS(1719), 5, @@ -307549,309 +307703,294 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CR_LF, anon_sym_COMMA, anon_sym_RBRACE, - [135914] = 4, + [135935] = 8, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6198), 1, + anon_sym_mut, + ACTIONS(6200), 1, + anon_sym_shared, + ACTIONS(6446), 1, + sym_identifier, + STATE(4428), 1, + sym_mutable_identifier, + STATE(4733), 1, + sym_mutability_modifiers, + STATE(3676), 2, + sym_line_comment, + sym_block_comment, + [135961] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3675), 2, + STATE(3677), 2, sym_line_comment, sym_block_comment, - ACTIONS(6329), 5, + ACTIONS(6327), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_COMMA, anon_sym_RBRACE, - [135932] = 4, + [135979] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3676), 2, + STATE(3678), 2, sym_line_comment, sym_block_comment, - ACTIONS(2829), 5, + ACTIONS(2783), 5, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_QMARK, - [135950] = 5, + [135997] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6444), 2, + ACTIONS(6448), 2, anon_sym_RBRACE, sym_identifier, - STATE(3677), 2, + STATE(3679), 2, sym_line_comment, sym_block_comment, - ACTIONS(6446), 3, + ACTIONS(6450), 3, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - [135970] = 5, + [136017] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6082), 1, + ACTIONS(6084), 1, anon_sym_RBRACE, - STATE(3678), 2, + STATE(3680), 2, sym_line_comment, sym_block_comment, - ACTIONS(6448), 4, + ACTIONS(6452), 4, anon_sym___global, anon_sym_pub, anon_sym_mut, sym_identifier, - [135990] = 8, + [136037] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6424), 1, + ACTIONS(6428), 1, anon_sym_LBRACE, - ACTIONS(6450), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - ACTIONS(6452), 1, + ACTIONS(6456), 1, anon_sym_RBRACK, - STATE(2400), 1, + STATE(2380), 1, sym_type_initializer_body, - STATE(4013), 1, + STATE(4009), 1, aux_sym_type_parameters_repeat1, - STATE(3679), 2, + STATE(3681), 2, sym_line_comment, sym_block_comment, - [136016] = 7, + [136063] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6418), 1, - anon_sym_LBRACE, - STATE(1562), 1, - sym__struct_body, - STATE(4231), 1, - sym_generic_parameters, - ACTIONS(4980), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(3680), 2, + ACTIONS(6005), 1, + anon_sym_RBRACE, + STATE(3682), 2, sym_line_comment, sym_block_comment, - [136040] = 4, + ACTIONS(6458), 4, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + [136083] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3681), 2, + STATE(3683), 2, sym_line_comment, sym_block_comment, - ACTIONS(6454), 5, + ACTIONS(6460), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, sym_identifier, - [136058] = 4, + [136101] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3682), 2, + STATE(3684), 2, sym_line_comment, sym_block_comment, - ACTIONS(6456), 5, + ACTIONS(6462), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, sym_identifier, - [136076] = 5, + [136119] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6001), 1, - anon_sym_RBRACE, - STATE(3683), 2, + STATE(2380), 1, + sym_type_initializer_body, + STATE(3685), 2, sym_line_comment, sym_block_comment, - ACTIONS(6458), 4, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - [136096] = 7, + ACTIONS(3211), 4, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [136139] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6416), 1, + ACTIONS(6422), 1, anon_sym_LBRACE, - STATE(1521), 1, - sym__interface_body, - STATE(4227), 1, + STATE(1569), 1, + sym__struct_body, + STATE(4232), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(3684), 2, + STATE(3686), 2, sym_line_comment, sym_block_comment, - [136120] = 7, + [136163] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6418), 1, + ACTIONS(6420), 1, anon_sym_LBRACE, - STATE(1524), 1, - sym__struct_body, - STATE(4218), 1, + STATE(1571), 1, + sym__interface_body, + STATE(4112), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(3685), 2, + STATE(3687), 2, sym_line_comment, sym_block_comment, - [136144] = 7, + [136187] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6416), 1, + ACTIONS(6420), 1, anon_sym_LBRACE, - STATE(1530), 1, + STATE(1576), 1, sym__interface_body, - STATE(4215), 1, + STATE(4216), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(3686), 2, + STATE(3688), 2, sym_line_comment, sym_block_comment, - [136168] = 4, + [136211] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3687), 2, + STATE(3689), 2, sym_line_comment, sym_block_comment, - ACTIONS(6460), 5, + ACTIONS(6464), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_LBRACE, - [136186] = 8, + [136229] = 8, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6420), 1, + ACTIONS(6440), 1, sym_identifier, - ACTIONS(6422), 1, + ACTIONS(6442), 1, anon_sym_mut, - STATE(3978), 1, + STATE(3986), 1, sym_var_definition, - STATE(4221), 1, + STATE(4224), 1, sym_range_clause, - STATE(4610), 1, + STATE(4612), 1, sym_var_definition_list, - STATE(3688), 2, + STATE(3690), 2, sym_line_comment, sym_block_comment, - [136212] = 5, + [136255] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6465), 1, + ACTIONS(6469), 1, anon_sym_RBRACE, - ACTIONS(6462), 3, + ACTIONS(6466), 3, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - STATE(3689), 3, + STATE(3691), 3, sym_line_comment, sym_block_comment, aux_sym__statement_list_repeat1, - [136232] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6467), 1, - anon_sym_LPAREN, - STATE(1701), 1, - sym_signature, - STATE(2948), 2, - sym_parameter_list, - sym_type_parameter_list, - STATE(3690), 2, - sym_line_comment, - sym_block_comment, - [136253] = 6, + [136275] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6469), 1, + ACTIONS(6471), 1, anon_sym_LPAREN, - STATE(1701), 1, + STATE(1686), 1, sym_signature, - STATE(1133), 2, + STATE(2913), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3691), 2, - sym_line_comment, - sym_block_comment, - [136274] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5136), 1, - anon_sym_LBRACE, - ACTIONS(6471), 1, - anon_sym_if, - STATE(1222), 1, - sym_if_expression, - STATE(1268), 1, - sym_block, STATE(3692), 2, sym_line_comment, sym_block_comment, - [136297] = 6, + [136296] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5136), 1, + ACTIONS(5134), 1, anon_sym_LBRACE, ACTIONS(6473), 1, anon_sym_DOLLARif, - STATE(1273), 2, + STATE(1894), 2, sym_compile_time_if_expression, sym_block, STATE(3693), 2, sym_line_comment, sym_block_comment, - [136318] = 6, + [136317] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(6477), 1, anon_sym_STAR_SLASH, - STATE(3724), 1, + STATE(3725), 1, aux_sym_block_comment_repeat1, ACTIONS(6475), 2, aux_sym_block_comment_token1, @@ -307859,470 +307998,468 @@ static const uint16_t ts_small_parse_table[] = { STATE(3694), 2, sym_line_comment, sym_block_comment, - [136339] = 7, + [136338] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(6479), 1, sym_identifier, - STATE(3502), 1, + STATE(3506), 1, sym_import_path, - STATE(3509), 1, + STATE(3507), 1, sym_import_name, STATE(3727), 1, sym_import_spec, STATE(3695), 2, sym_line_comment, sym_block_comment, - [136362] = 6, + [136361] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(5150), 1, + anon_sym_LBRACE, ACTIONS(6481), 1, - sym_identifier, - ACTIONS(6484), 1, - anon_sym_RBRACE, - STATE(3677), 1, - sym_enum_field_definition, - STATE(3696), 3, + anon_sym_DOLLARif, + STATE(1210), 2, + sym_compile_time_if_expression, + sym_block, + STATE(3696), 2, sym_line_comment, sym_block_comment, - aux_sym__enum_body_repeat1, - [136383] = 6, + [136382] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6486), 1, - anon_sym_LPAREN, - STATE(2030), 1, - sym_signature, - STATE(1206), 2, - sym_parameter_list, - sym_type_parameter_list, + ACTIONS(6483), 1, + sym_identifier, + ACTIONS(6485), 1, + anon_sym_DOLLAR, + STATE(1879), 2, + sym_reference_expression, + sym_compile_time_selector_expression, STATE(3697), 2, sym_line_comment, sym_block_comment, - [136404] = 6, + [136403] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5136), 1, + ACTIONS(5126), 1, anon_sym_LBRACE, - ACTIONS(6473), 1, + ACTIONS(6487), 1, anon_sym_DOLLARif, - STATE(1209), 2, + STATE(876), 2, sym_compile_time_if_expression, sym_block, STATE(3698), 2, sym_line_comment, sym_block_comment, - [136425] = 7, + [136424] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5122), 1, - anon_sym_LBRACE, - ACTIONS(6488), 1, - anon_sym_if, - STATE(2141), 1, - sym_block, - STATE(2144), 1, - sym_if_expression, + ACTIONS(6471), 1, + anon_sym_LPAREN, + STATE(3458), 1, + sym_signature, + STATE(2512), 2, + sym_parameter_list, + sym_type_parameter_list, STATE(3699), 2, sym_line_comment, sym_block_comment, - [136448] = 6, + [136445] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6490), 1, + ACTIONS(6489), 1, sym_identifier, ACTIONS(6492), 1, - anon_sym_DOLLAR, - STATE(1872), 2, - sym_reference_expression, - sym_compile_time_selector_expression, - STATE(3700), 2, + anon_sym_RBRACE, + STATE(3679), 1, + sym_enum_field_definition, + STATE(3700), 3, sym_line_comment, sym_block_comment, - [136469] = 6, + aux_sym__enum_body_repeat1, + [136466] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5122), 1, - anon_sym_LBRACE, ACTIONS(6494), 1, + anon_sym_LPAREN, + STATE(2133), 1, + sym_signature, + STATE(1195), 2, + sym_parameter_list, + sym_type_parameter_list, + STATE(3701), 2, + sym_line_comment, + sym_block_comment, + [136487] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5144), 1, + anon_sym_LBRACE, + ACTIONS(6496), 1, + anon_sym_if, + STATE(2098), 1, + sym_if_expression, + STATE(2099), 1, + sym_block, + STATE(3702), 2, + sym_line_comment, + sym_block_comment, + [136510] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5144), 1, + anon_sym_LBRACE, + ACTIONS(6498), 1, anon_sym_DOLLARif, - STATE(2137), 2, + STATE(2112), 2, sym_compile_time_if_expression, sym_block, - STATE(3701), 2, + STATE(3703), 2, sym_line_comment, sym_block_comment, - [136490] = 6, + [136531] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5122), 1, + ACTIONS(5144), 1, anon_sym_LBRACE, - ACTIONS(6494), 1, + ACTIONS(6498), 1, anon_sym_DOLLARif, - STATE(2125), 2, + STATE(2128), 2, sym_compile_time_if_expression, sym_block, - STATE(3702), 2, + STATE(3704), 2, sym_line_comment, sym_block_comment, - [136511] = 6, + [136552] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(1498), 1, + STATE(1482), 1, sym_signature, - STATE(1131), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3703), 2, + STATE(3705), 2, sym_line_comment, sym_block_comment, - [136532] = 7, + [136573] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6496), 1, + ACTIONS(6500), 1, anon_sym_DOT, - ACTIONS(6498), 1, + ACTIONS(6502), 1, anon_sym_RBRACE, - ACTIONS(6500), 1, + ACTIONS(6504), 1, sym_int_literal, - ACTIONS(6502), 1, + ACTIONS(6506), 1, aux_sym_format_specifier_token1, - STATE(3704), 2, + STATE(3706), 2, sym_line_comment, sym_block_comment, - [136555] = 5, - ACTIONS(497), 1, + [136596] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6506), 1, - aux_sym_c_string_literal_token2, - STATE(3705), 2, + ACTIONS(6508), 1, + anon_sym_COMMA, + ACTIONS(6511), 2, + anon_sym_GT, + anon_sym_RBRACK, + STATE(3707), 3, sym_line_comment, sym_block_comment, - ACTIONS(6504), 3, - sym_escape_sequence, - sym___dolcbr, - sym___double_quote, - [136574] = 6, + aux_sym_generic_parameters_repeat1, + [136615] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5138), 1, + ACTIONS(5140), 1, anon_sym_LBRACE, - ACTIONS(6508), 1, + ACTIONS(6513), 1, anon_sym_DOLLARif, - STATE(2746), 2, + STATE(2744), 2, sym_compile_time_if_expression, sym_block, - STATE(3706), 2, + STATE(3708), 2, sym_line_comment, sym_block_comment, - [136595] = 5, - ACTIONS(3), 1, + [136636] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6510), 1, - anon_sym_COMMA, - ACTIONS(6513), 2, - anon_sym_GT, - anon_sym_RBRACK, - STATE(3707), 3, + ACTIONS(6517), 1, + aux_sym_c_string_literal_token2, + STATE(3709), 2, sym_line_comment, sym_block_comment, - aux_sym_generic_parameters_repeat1, - [136614] = 6, + ACTIONS(6515), 3, + sym_escape_sequence, + sym___dolcbr, + sym___double_quote, + [136655] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6515), 1, + ACTIONS(6519), 1, sym_identifier, - STATE(4076), 1, + STATE(4079), 1, sym_generic_parameter, - ACTIONS(6517), 2, + ACTIONS(6521), 2, anon_sym_GT, anon_sym_RBRACK, - STATE(3708), 2, + STATE(3710), 2, sym_line_comment, sym_block_comment, - [136635] = 6, + [136676] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6519), 1, + ACTIONS(6523), 1, anon_sym_LPAREN, - STATE(1925), 1, + STATE(1936), 1, sym_signature, - STATE(1153), 2, + STATE(1154), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3709), 2, + STATE(3711), 2, sym_line_comment, sym_block_comment, - [136656] = 6, + [136697] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5138), 1, + ACTIONS(5140), 1, anon_sym_LBRACE, - ACTIONS(6508), 1, + ACTIONS(6513), 1, anon_sym_DOLLARif, - STATE(2741), 2, + STATE(2693), 2, sym_compile_time_if_expression, sym_block, - STATE(3710), 2, - sym_line_comment, - sym_block_comment, - [136677] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5138), 1, - anon_sym_LBRACE, - ACTIONS(6521), 1, - anon_sym_if, - STATE(2739), 1, - sym_if_expression, - STATE(2740), 1, - sym_block, - STATE(3711), 2, + STATE(3712), 2, sym_line_comment, sym_block_comment, - [136700] = 7, + [136718] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5150), 1, + ACTIONS(5140), 1, anon_sym_LBRACE, - ACTIONS(6523), 1, + ACTIONS(6525), 1, anon_sym_if, - STATE(2122), 1, + STATE(2737), 1, sym_if_expression, - STATE(2163), 1, + STATE(2738), 1, sym_block, - STATE(3712), 2, + STATE(3713), 2, sym_line_comment, sym_block_comment, - [136723] = 5, + [136741] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6527), 1, - aux_sym_c_string_literal_token1, - STATE(3713), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(6525), 3, - sym_escape_sequence, - sym___dolcbr, - sym___single_quote, - [136742] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5150), 1, - anon_sym_LBRACE, - ACTIONS(6529), 1, - anon_sym_DOLLARif, - STATE(2036), 2, - sym_compile_time_if_expression, - sym_block, STATE(3714), 2, sym_line_comment, sym_block_comment, - [136763] = 5, + ACTIONS(4315), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [136758] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6506), 1, + ACTIONS(6517), 1, aux_sym_c_string_literal_token1, STATE(3715), 2, sym_line_comment, sym_block_comment, - ACTIONS(6504), 3, + ACTIONS(6515), 3, sym_escape_sequence, sym___dolcbr, sym___single_quote, - [136782] = 6, + [136777] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6531), 1, - anon_sym_LPAREN, - STATE(2272), 1, - sym_signature, - STATE(1438), 2, - sym_parameter_list, - sym_type_parameter_list, + ACTIONS(5146), 1, + anon_sym_LBRACE, + ACTIONS(6527), 1, + anon_sym_if, + STATE(2069), 1, + sym_if_expression, + STATE(2070), 1, + sym_block, STATE(3716), 2, sym_line_comment, sym_block_comment, - [136803] = 7, + [136800] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, + ACTIONS(4709), 1, anon_sym_LBRACE, - ACTIONS(6533), 1, + ACTIONS(6529), 1, anon_sym_if, - STATE(1755), 1, + STATE(1747), 1, sym_block, - STATE(1756), 1, + STATE(1754), 1, sym_if_expression, STATE(3717), 2, sym_line_comment, sym_block_comment, - [136826] = 6, + [136823] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, + ACTIONS(6531), 1, anon_sym_LPAREN, - STATE(1053), 1, + STATE(1107), 1, sym_signature, - STATE(213), 2, + STATE(205), 2, sym_parameter_list, sym_type_parameter_list, STATE(3718), 2, sym_line_comment, sym_block_comment, - [136847] = 6, + [136844] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, + ACTIONS(4709), 1, anon_sym_LBRACE, - ACTIONS(6537), 1, + ACTIONS(6533), 1, anon_sym_DOLLARif, - STATE(1754), 2, + STATE(1771), 2, sym_compile_time_if_expression, sym_block, STATE(3719), 2, sym_line_comment, sym_block_comment, - [136868] = 4, + [136865] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, + ACTIONS(6537), 1, + aux_sym_c_string_literal_token1, STATE(3720), 2, sym_line_comment, sym_block_comment, - ACTIONS(6539), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - [136885] = 5, - ACTIONS(497), 1, + ACTIONS(6535), 3, + sym_escape_sequence, + sym___dolcbr, + sym___single_quote, + [136884] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6543), 1, - aux_sym_c_string_literal_token1, + ACTIONS(5146), 1, + anon_sym_LBRACE, + ACTIONS(6539), 1, + anon_sym_DOLLARif, + STATE(2071), 2, + sym_compile_time_if_expression, + sym_block, STATE(3721), 2, sym_line_comment, sym_block_comment, - ACTIONS(6541), 3, - sym_escape_sequence, - sym___dolcbr, - sym___single_quote, - [136904] = 6, + [136905] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6545), 1, + ACTIONS(6541), 1, anon_sym_LPAREN, - STATE(2775), 1, + STATE(2266), 1, sym_signature, - STATE(1617), 2, + STATE(1437), 2, sym_parameter_list, sym_type_parameter_list, STATE(3722), 2, sym_line_comment, sym_block_comment, - [136925] = 7, - ACTIONS(3), 1, + [136926] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6547), 1, - anon_sym_as, - ACTIONS(6549), 1, - anon_sym_LBRACE, - STATE(1553), 1, - sym__enum_body, - STATE(4158), 1, - sym_enum_backed_type, STATE(3723), 2, sym_line_comment, sym_block_comment, - [136948] = 6, + ACTIONS(6543), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + [136943] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6551), 1, - anon_sym_STAR_SLASH, - STATE(3800), 1, - aux_sym_block_comment_repeat1, - ACTIONS(6475), 2, - aux_sym_block_comment_token1, - aux_sym_block_comment_token2, STATE(3724), 2, sym_line_comment, sym_block_comment, - [136969] = 4, + ACTIONS(4327), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [136960] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, + ACTIONS(6545), 1, + anon_sym_STAR_SLASH, + STATE(3796), 1, + aux_sym_block_comment_repeat1, + ACTIONS(6475), 2, + aux_sym_block_comment_token1, + aux_sym_block_comment_token2, STATE(3725), 2, sym_line_comment, sym_block_comment, - ACTIONS(4517), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [136986] = 4, + [136981] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -308330,12 +308467,12 @@ static const uint16_t ts_small_parse_table[] = { STATE(3726), 2, sym_line_comment, sym_block_comment, - ACTIONS(4513), 4, + ACTIONS(4323), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [137003] = 4, + [136998] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -308343,1134 +308480,1136 @@ static const uint16_t ts_small_parse_table[] = { STATE(3727), 2, sym_line_comment, sym_block_comment, - ACTIONS(6553), 4, + ACTIONS(6547), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - [137020] = 6, - ACTIONS(3), 1, + [137015] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6555), 1, - sym_identifier, - ACTIONS(6557), 1, - anon_sym_DOLLAR, - STATE(2539), 2, - sym_reference_expression, - sym_compile_time_selector_expression, + ACTIONS(6551), 1, + aux_sym_c_string_literal_token1, STATE(3728), 2, sym_line_comment, sym_block_comment, - [137041] = 6, + ACTIONS(6549), 3, + sym_escape_sequence, + sym___dolcbr, + sym___single_quote, + [137034] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, + ACTIONS(6553), 1, + anon_sym_as, + ACTIONS(6555), 1, anon_sym_LBRACE, - ACTIONS(6537), 1, - anon_sym_DOLLARif, - STATE(1743), 2, - sym_compile_time_if_expression, - sym_block, + STATE(1595), 1, + sym__enum_body, + STATE(4246), 1, + sym_enum_backed_type, STATE(3729), 2, sym_line_comment, sym_block_comment, - [137062] = 6, + [137057] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5150), 1, - anon_sym_LBRACE, - ACTIONS(6529), 1, - anon_sym_DOLLARif, - STATE(1991), 2, - sym_compile_time_if_expression, - sym_block, + ACTIONS(6557), 1, + anon_sym_LPAREN, + STATE(2776), 1, + sym_signature, + STATE(1619), 2, + sym_parameter_list, + sym_type_parameter_list, STATE(3730), 2, sym_line_comment, sym_block_comment, - [137083] = 6, + [137078] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, - anon_sym_LPAREN, - STATE(1516), 1, - sym_signature, - STATE(1131), 2, - sym_parameter_list, - sym_type_parameter_list, + ACTIONS(5146), 1, + anon_sym_LBRACE, + ACTIONS(6539), 1, + anon_sym_DOLLARif, + STATE(2088), 2, + sym_compile_time_if_expression, + sym_block, STATE(3731), 2, sym_line_comment, sym_block_comment, - [137104] = 6, + [137099] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5146), 1, + ACTIONS(4709), 1, anon_sym_LBRACE, - ACTIONS(6559), 1, + ACTIONS(6533), 1, anon_sym_DOLLARif, - STATE(1063), 2, + STATE(1738), 2, sym_compile_time_if_expression, sym_block, STATE(3732), 2, sym_line_comment, sym_block_comment, - [137125] = 7, + [137120] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6561), 1, + ACTIONS(6559), 1, sym_identifier, + ACTIONS(6561), 1, + anon_sym_DOLLAR, + STATE(2583), 2, + sym_reference_expression, + sym_compile_time_selector_expression, + STATE(3733), 2, + sym_line_comment, + sym_block_comment, + [137141] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, ACTIONS(6563), 1, + sym_identifier, + ACTIONS(6565), 1, anon_sym_RPAREN, - STATE(3749), 1, + STATE(3752), 1, aux_sym_const_declaration_repeat1, - STATE(3806), 1, + STATE(3804), 1, sym_const_definition, - STATE(3733), 2, + STATE(3734), 2, sym_line_comment, sym_block_comment, - [137148] = 6, + [137164] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6565), 1, - sym_identifier, ACTIONS(6567), 1, + sym_identifier, + ACTIONS(6569), 1, anon_sym_DOLLAR, - STATE(1210), 2, + STATE(1205), 2, sym_reference_expression, sym_compile_time_selector_expression, - STATE(3734), 2, + STATE(3735), 2, + sym_line_comment, + sym_block_comment, + [137185] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5142), 1, + anon_sym_LBRACE, + ACTIONS(6571), 1, + anon_sym_DOLLARif, + STATE(1033), 2, + sym_compile_time_if_expression, + sym_block, + STATE(3736), 2, sym_line_comment, sym_block_comment, - [137169] = 6, + [137206] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(1481), 1, + STATE(1485), 1, sym_signature, - STATE(1131), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3735), 2, + STATE(3737), 2, sym_line_comment, sym_block_comment, - [137190] = 5, + [137227] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6571), 1, + ACTIONS(6575), 1, aux_sym_c_string_literal_token1, - STATE(3736), 2, + STATE(3738), 2, sym_line_comment, sym_block_comment, - ACTIONS(6569), 3, + ACTIONS(6573), 3, sym_escape_sequence, sym___dolcbr, sym___single_quote, - [137209] = 7, + [137246] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6561), 1, + ACTIONS(6563), 1, sym_identifier, - ACTIONS(6573), 1, + ACTIONS(6577), 1, anon_sym_RPAREN, - STATE(3806), 1, + STATE(3804), 1, sym_const_definition, - STATE(3808), 1, + STATE(3805), 1, aux_sym_const_declaration_repeat1, - STATE(3737), 2, + STATE(3739), 2, sym_line_comment, sym_block_comment, - [137232] = 6, + [137269] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6575), 1, + ACTIONS(6579), 1, sym_identifier, - ACTIONS(6577), 1, - anon_sym_DOLLAR, - STATE(1409), 2, - sym_reference_expression, - sym_compile_time_selector_expression, - STATE(3738), 2, + ACTIONS(6581), 1, + anon_sym_RPAREN, + STATE(3814), 1, + sym_global_var_definition, + STATE(3818), 1, + aux_sym_global_var_declaration_repeat1, + STATE(3740), 2, sym_line_comment, sym_block_comment, - [137253] = 7, + [137292] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6579), 1, - sym_identifier, - ACTIONS(6581), 1, - anon_sym_RPAREN, - STATE(3787), 1, - aux_sym_global_var_declaration_repeat1, - STATE(3816), 1, - sym_global_var_definition, - STATE(3739), 2, + ACTIONS(6210), 1, + anon_sym_LPAREN, + STATE(1475), 1, + sym_signature, + STATE(1132), 2, + sym_parameter_list, + sym_type_parameter_list, + STATE(3741), 2, sym_line_comment, sym_block_comment, - [137276] = 7, + [137313] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6579), 1, - sym_identifier, ACTIONS(6583), 1, - anon_sym_RPAREN, - STATE(3816), 1, - sym_global_var_definition, - STATE(3818), 1, - aux_sym_global_var_declaration_repeat1, - STATE(3740), 2, + sym_identifier, + ACTIONS(6585), 1, + anon_sym_DOLLAR, + STATE(1411), 2, + sym_reference_expression, + sym_compile_time_selector_expression, + STATE(3742), 2, sym_line_comment, sym_block_comment, - [137299] = 7, + [137334] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6561), 1, - sym_identifier, - ACTIONS(6563), 1, - anon_sym_RPAREN, - STATE(3791), 1, - aux_sym_const_declaration_repeat1, - STATE(3806), 1, - sym_const_definition, - STATE(3741), 2, + ACTIONS(6587), 1, + anon_sym_EQ, + STATE(4560), 1, + sym_generic_parameters, + ACTIONS(4978), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(3743), 2, sym_line_comment, sym_block_comment, - [137322] = 4, + [137355] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3742), 2, + STATE(3744), 2, sym_line_comment, sym_block_comment, - ACTIONS(4398), 4, + ACTIONS(4262), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [137339] = 4, + [137372] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3743), 2, + STATE(3745), 2, sym_line_comment, sym_block_comment, - ACTIONS(4493), 4, + ACTIONS(4311), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [137356] = 6, + [137389] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6585), 1, - anon_sym_EQ, - STATE(4558), 1, - sym_generic_parameters, - ACTIONS(4980), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(3744), 2, + ACTIONS(6579), 1, + sym_identifier, + ACTIONS(6589), 1, + anon_sym_RPAREN, + STATE(3789), 1, + aux_sym_global_var_declaration_repeat1, + STATE(3814), 1, + sym_global_var_definition, + STATE(3746), 2, sym_line_comment, sym_block_comment, - [137377] = 6, + [137412] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5146), 1, - anon_sym_LBRACE, - ACTIONS(6559), 1, - anon_sym_DOLLARif, - STATE(1070), 2, - sym_compile_time_if_expression, - sym_block, - STATE(3745), 2, + ACTIONS(6563), 1, + sym_identifier, + ACTIONS(6565), 1, + anon_sym_RPAREN, + STATE(3792), 1, + aux_sym_const_declaration_repeat1, + STATE(3804), 1, + sym_const_definition, + STATE(3747), 2, sym_line_comment, sym_block_comment, - [137398] = 7, + [137435] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5146), 1, + ACTIONS(5150), 1, anon_sym_LBRACE, - ACTIONS(6587), 1, + ACTIONS(6591), 1, anon_sym_if, - STATE(1071), 1, + STATE(1268), 1, sym_block, - STATE(1072), 1, + STATE(1284), 1, sym_if_expression, - STATE(3746), 2, + STATE(3748), 2, sym_line_comment, sym_block_comment, - [137421] = 6, + [137458] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, - anon_sym_LPAREN, - STATE(1458), 1, - sym_signature, - STATE(1131), 2, - sym_parameter_list, - sym_type_parameter_list, - STATE(3747), 2, + ACTIONS(5142), 1, + anon_sym_LBRACE, + ACTIONS(6571), 1, + anon_sym_DOLLARif, + STATE(1026), 2, + sym_compile_time_if_expression, + sym_block, + STATE(3749), 2, sym_line_comment, sym_block_comment, - [137442] = 6, + [137479] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(1461), 1, + STATE(1487), 1, sym_signature, - STATE(1131), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3748), 2, + STATE(3750), 2, sym_line_comment, sym_block_comment, - [137463] = 7, + [137500] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6561), 1, - sym_identifier, - ACTIONS(6589), 1, - anon_sym_RPAREN, - STATE(3791), 1, - aux_sym_const_declaration_repeat1, - STATE(3806), 1, - sym_const_definition, - STATE(3749), 2, + ACTIONS(2783), 1, + anon_sym_DOT, + STATE(3751), 2, sym_line_comment, sym_block_comment, - [137486] = 5, + ACTIONS(6593), 3, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LT2, + [137519] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(2829), 1, - anon_sym_DOT, - STATE(3750), 2, + ACTIONS(6563), 1, + sym_identifier, + ACTIONS(6595), 1, + anon_sym_RPAREN, + STATE(3792), 1, + aux_sym_const_declaration_repeat1, + STATE(3804), 1, + sym_const_definition, + STATE(3752), 2, sym_line_comment, sym_block_comment, - ACTIONS(6591), 3, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LT2, - [137505] = 6, + [137542] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(1474), 1, + STATE(4367), 1, sym_signature, - STATE(1131), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3751), 2, + STATE(3753), 2, sym_line_comment, sym_block_comment, - [137526] = 6, + [137563] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6593), 1, + ACTIONS(6597), 1, sym_identifier, - ACTIONS(6595), 1, + ACTIONS(6599), 1, anon_sym_DOLLAR, - STATE(2418), 2, + STATE(2413), 2, sym_reference_expression, sym_compile_time_selector_expression, - STATE(3752), 2, + STATE(3754), 2, sym_line_comment, sym_block_comment, - [137547] = 6, + [137584] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(4368), 1, + STATE(1473), 1, sym_signature, - STATE(2957), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3753), 2, + STATE(3755), 2, sym_line_comment, sym_block_comment, - [137568] = 7, + [137605] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6561), 1, - sym_identifier, - ACTIONS(6597), 1, - anon_sym_RPAREN, - STATE(3791), 1, - aux_sym_const_declaration_repeat1, - STATE(3806), 1, - sym_const_definition, - STATE(3754), 2, - sym_line_comment, - sym_block_comment, - [137591] = 4, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - STATE(3755), 2, + ACTIONS(6553), 1, + anon_sym_as, + ACTIONS(6555), 1, + anon_sym_LBRACE, + STATE(1545), 1, + sym__enum_body, + STATE(4395), 1, + sym_enum_backed_type, + STATE(3756), 2, sym_line_comment, sym_block_comment, - ACTIONS(4489), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [137608] = 4, + [137628] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3756), 2, + STATE(3757), 2, sym_line_comment, sym_block_comment, - ACTIONS(4469), 4, + ACTIONS(4303), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [137625] = 7, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6547), 1, - anon_sym_as, - ACTIONS(6549), 1, - anon_sym_LBRACE, - STATE(1590), 1, - sym__enum_body, - STATE(4394), 1, - sym_enum_backed_type, - STATE(3757), 2, - sym_line_comment, - sym_block_comment, - [137648] = 6, + [137645] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6599), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(1233), 1, + STATE(1488), 1, sym_signature, - STATE(974), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, STATE(3758), 2, sym_line_comment, sym_block_comment, - [137669] = 5, - ACTIONS(497), 1, + [137666] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6543), 1, - aux_sym_c_string_literal_token2, + ACTIONS(5142), 1, + anon_sym_LBRACE, + ACTIONS(6601), 1, + anon_sym_if, + STATE(1024), 1, + sym_if_expression, + STATE(1025), 1, + sym_block, STATE(3759), 2, sym_line_comment, sym_block_comment, - ACTIONS(6541), 3, - sym_escape_sequence, - sym___dolcbr, - sym___double_quote, - [137688] = 6, + [137689] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(2446), 1, + STATE(2449), 1, sym_signature, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3760), 2, sym_line_comment, sym_block_comment, - [137709] = 4, - ACTIONS(497), 1, + [137710] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(6603), 1, + anon_sym_LPAREN, + STATE(1212), 1, + sym_signature, + STATE(976), 2, + sym_parameter_list, + sym_type_parameter_list, STATE(3761), 2, sym_line_comment, sym_block_comment, - ACTIONS(6601), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - [137726] = 7, + [137731] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6547), 1, - anon_sym_as, - ACTIONS(6549), 1, - anon_sym_LBRACE, - STATE(1529), 1, - sym__enum_body, - STATE(4217), 1, - sym_enum_backed_type, + ACTIONS(6563), 1, + sym_identifier, + ACTIONS(6605), 1, + anon_sym_RPAREN, + STATE(3792), 1, + aux_sym_const_declaration_repeat1, + STATE(3804), 1, + sym_const_definition, STATE(3762), 2, sym_line_comment, sym_block_comment, - [137749] = 6, - ACTIONS(3), 1, + [137754] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6467), 1, - anon_sym_LPAREN, - STATE(3460), 1, - sym_signature, - STATE(2511), 2, - sym_parameter_list, - sym_type_parameter_list, + ACTIONS(6537), 1, + aux_sym_c_string_literal_token2, STATE(3763), 2, sym_line_comment, sym_block_comment, - [137770] = 6, + ACTIONS(6535), 3, + sym_escape_sequence, + sym___dolcbr, + sym___double_quote, + [137773] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6471), 1, anon_sym_LPAREN, - STATE(4163), 1, + STATE(3474), 1, sym_signature, - STATE(2957), 2, + STATE(2512), 2, sym_parameter_list, sym_type_parameter_list, STATE(3764), 2, sym_line_comment, sym_block_comment, - [137791] = 6, + [137794] = 4, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + STATE(3765), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(6607), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + [137811] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6467), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(3456), 1, + STATE(4159), 1, sym_signature, - STATE(2511), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3765), 2, + STATE(3766), 2, sym_line_comment, sym_block_comment, - [137812] = 6, + [137832] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(4145), 1, + STATE(4148), 1, sym_signature, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3766), 2, + STATE(3767), 2, sym_line_comment, sym_block_comment, - [137833] = 6, + [137853] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5134), 1, + ACTIONS(5136), 1, anon_sym_LBRACE, - ACTIONS(6603), 1, + ACTIONS(6609), 1, anon_sym_DOLLARif, - STATE(2280), 2, + STATE(2276), 2, sym_compile_time_if_expression, sym_block, - STATE(3767), 2, + STATE(3768), 2, sym_line_comment, sym_block_comment, - [137854] = 6, + [137874] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, + ACTIONS(5126), 1, anon_sym_LBRACE, - ACTIONS(6605), 1, + ACTIONS(6487), 1, anon_sym_DOLLARif, - STATE(783), 2, + STATE(785), 2, sym_compile_time_if_expression, sym_block, - STATE(3768), 2, + STATE(3769), 2, sym_line_comment, sym_block_comment, - [137875] = 7, + [137895] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, + ACTIONS(5126), 1, anon_sym_LBRACE, - ACTIONS(6607), 1, + ACTIONS(6611), 1, anon_sym_if, - STATE(780), 1, + STATE(782), 1, sym_if_expression, - STATE(781), 1, + STATE(783), 1, sym_block, - STATE(3769), 2, + STATE(3770), 2, + sym_line_comment, + sym_block_comment, + [137918] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6615), 1, + aux_sym_c_string_literal_token2, + STATE(3771), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(6613), 3, + sym_escape_sequence, + sym___dolcbr, + sym___double_quote, + [137937] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6619), 1, + aux_sym_c_string_literal_token1, + STATE(3772), 2, sym_line_comment, sym_block_comment, - [137898] = 6, + ACTIONS(6617), 3, + sym_escape_sequence, + sym___dolcbr, + sym___single_quote, + [137956] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5134), 1, + ACTIONS(5136), 1, anon_sym_LBRACE, - ACTIONS(6603), 1, + ACTIONS(6609), 1, anon_sym_DOLLARif, - STATE(2310), 2, + STATE(2219), 2, sym_compile_time_if_expression, sym_block, - STATE(3770), 2, + STATE(3773), 2, sym_line_comment, sym_block_comment, - [137919] = 7, + [137977] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5134), 1, + ACTIONS(5136), 1, anon_sym_LBRACE, - ACTIONS(6609), 1, + ACTIONS(6621), 1, anon_sym_if, - STATE(2311), 1, - sym_block, - STATE(2314), 1, + STATE(2216), 1, sym_if_expression, - STATE(3771), 2, + STATE(2218), 1, + sym_block, + STATE(3774), 2, sym_line_comment, sym_block_comment, - [137942] = 7, + [138000] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, + ACTIONS(6623), 1, sym_identifier, - ACTIONS(6613), 1, + ACTIONS(6625), 1, anon_sym_RBRACE, - STATE(3677), 1, + STATE(3679), 1, sym_enum_field_definition, - STATE(3696), 1, + STATE(3700), 1, aux_sym__enum_body_repeat1, - STATE(3772), 2, - sym_line_comment, - sym_block_comment, - [137965] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6617), 1, - aux_sym_c_string_literal_token2, - STATE(3773), 2, + STATE(3775), 2, sym_line_comment, sym_block_comment, - ACTIONS(6615), 3, - sym_escape_sequence, - sym___dolcbr, - sym___double_quote, - [137984] = 7, + [138023] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5126), 1, + ACTIONS(5124), 1, anon_sym_LBRACE, - ACTIONS(6619), 1, + ACTIONS(6627), 1, anon_sym_if, - STATE(2926), 1, + STATE(2937), 1, sym_block, - STATE(2946), 1, + STATE(2947), 1, sym_if_expression, - STATE(3774), 2, + STATE(3776), 2, sym_line_comment, sym_block_comment, - [138007] = 6, + [138046] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5126), 1, + ACTIONS(5124), 1, anon_sym_LBRACE, - ACTIONS(6621), 1, + ACTIONS(6629), 1, anon_sym_DOLLARif, - STATE(2925), 2, + STATE(2936), 2, sym_compile_time_if_expression, sym_block, - STATE(3775), 2, - sym_line_comment, - sym_block_comment, - [138028] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6625), 1, - aux_sym_c_string_literal_token1, - STATE(3776), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(6623), 3, - sym_escape_sequence, - sym___dolcbr, - sym___single_quote, - [138047] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6627), 1, - anon_sym_LPAREN, - STATE(2446), 1, - sym_signature, - STATE(1440), 2, - sym_parameter_list, - sym_type_parameter_list, STATE(3777), 2, sym_line_comment, sym_block_comment, - [138068] = 6, + [138067] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6631), 1, anon_sym_LPAREN, - STATE(1456), 1, + STATE(2449), 1, sym_signature, - STATE(1131), 2, + STATE(1443), 2, sym_parameter_list, sym_type_parameter_list, STATE(3778), 2, sym_line_comment, sym_block_comment, - [138089] = 6, + [138088] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6629), 1, + ACTIONS(6633), 1, sym_identifier, - ACTIONS(6631), 1, + ACTIONS(6635), 1, anon_sym_DOLLAR, - STATE(459), 2, + STATE(461), 2, sym_reference_expression, sym_compile_time_selector_expression, STATE(3779), 2, sym_line_comment, sym_block_comment, - [138110] = 6, + [138109] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6633), 1, - anon_sym_COMMA, - STATE(3707), 1, - aux_sym_generic_parameters_repeat1, - ACTIONS(6635), 2, - anon_sym_GT, - anon_sym_RBRACK, + ACTIONS(6210), 1, + anon_sym_LPAREN, + STATE(1514), 1, + sym_signature, + STATE(1132), 2, + sym_parameter_list, + sym_type_parameter_list, STATE(3780), 2, sym_line_comment, sym_block_comment, - [138131] = 6, + [138130] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(1506), 1, + STATE(1470), 1, sym_signature, - STATE(1131), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, STATE(3781), 2, sym_line_comment, sym_block_comment, - [138152] = 6, + [138151] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5126), 1, + ACTIONS(6637), 1, + anon_sym_COMMA, + STATE(3707), 1, + aux_sym_generic_parameters_repeat1, + ACTIONS(6639), 2, + anon_sym_GT, + anon_sym_RBRACK, + STATE(3782), 2, + sym_line_comment, + sym_block_comment, + [138172] = 4, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + STATE(3783), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4287), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + [138189] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5124), 1, anon_sym_LBRACE, - ACTIONS(6621), 1, + ACTIONS(6629), 1, anon_sym_DOLLARif, STATE(2916), 2, sym_compile_time_if_expression, sym_block, - STATE(3782), 2, + STATE(3784), 2, sym_line_comment, sym_block_comment, - [138173] = 6, + [138210] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6515), 1, + ACTIONS(6519), 1, sym_identifier, - STATE(4076), 1, + STATE(4079), 1, sym_generic_parameter, - ACTIONS(6635), 2, + ACTIONS(6639), 2, anon_sym_GT, anon_sym_RBRACK, - STATE(3783), 2, + STATE(3785), 2, sym_line_comment, sym_block_comment, - [138194] = 6, + [138231] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6637), 1, + ACTIONS(6641), 1, sym_identifier, - ACTIONS(6639), 1, + ACTIONS(6643), 1, anon_sym_DOLLAR, - STATE(1983), 2, + STATE(1982), 2, sym_reference_expression, sym_compile_time_selector_expression, - STATE(3784), 2, + STATE(3786), 2, sym_line_comment, sym_block_comment, - [138215] = 6, + [138252] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5124), 1, + ACTIONS(5086), 1, anon_sym_LBRACE, - ACTIONS(6641), 1, + ACTIONS(6645), 1, anon_sym_DOLLARif, - STATE(1362), 2, + STATE(1401), 2, sym_compile_time_if_expression, sym_block, - STATE(3785), 2, + STATE(3787), 2, sym_line_comment, sym_block_comment, - [138236] = 6, + [138273] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6643), 1, + ACTIONS(6647), 1, sym_identifier, - ACTIONS(6645), 1, + ACTIONS(6649), 1, anon_sym_DOLLAR, - STATE(2212), 2, + STATE(2214), 2, sym_reference_expression, sym_compile_time_selector_expression, - STATE(3786), 2, + STATE(3788), 2, sym_line_comment, sym_block_comment, - [138257] = 6, + [138294] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6647), 1, + ACTIONS(6651), 1, sym_identifier, - ACTIONS(6650), 1, + ACTIONS(6654), 1, anon_sym_RPAREN, - STATE(3816), 1, + STATE(3814), 1, sym_global_var_definition, - STATE(3787), 3, + STATE(3789), 3, sym_line_comment, sym_block_comment, aux_sym_global_var_declaration_repeat1, - [138278] = 4, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - STATE(3788), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4433), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - [138295] = 4, + [138315] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3789), 2, + STATE(3790), 2, sym_line_comment, sym_block_comment, - ACTIONS(4429), 4, + ACTIONS(4283), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - [138312] = 5, + [138332] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6652), 1, + ACTIONS(6656), 1, anon_sym_COMMA, - ACTIONS(6655), 2, + ACTIONS(6659), 2, anon_sym_RPAREN, anon_sym_RBRACK, - STATE(3790), 3, + STATE(3791), 3, sym_line_comment, sym_block_comment, aux_sym_type_parameters_repeat1, - [138331] = 6, + [138351] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6657), 1, + ACTIONS(6661), 1, sym_identifier, - ACTIONS(6660), 1, + ACTIONS(6664), 1, anon_sym_RPAREN, - STATE(3806), 1, + STATE(3804), 1, sym_const_definition, - STATE(3791), 3, + STATE(3792), 3, sym_line_comment, sym_block_comment, aux_sym_const_declaration_repeat1, - [138352] = 6, + [138372] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6662), 1, + ACTIONS(6666), 1, sym_identifier, - ACTIONS(6664), 1, + ACTIONS(6668), 1, anon_sym_DOLLAR, - STATE(1734), 2, + STATE(1759), 2, sym_reference_expression, sym_compile_time_selector_expression, - STATE(3792), 2, + STATE(3793), 2, sym_line_comment, sym_block_comment, - [138373] = 4, + [138393] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3793), 2, + STATE(3794), 2, sym_line_comment, sym_block_comment, - ACTIONS(4390), 4, + ACTIONS(4258), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [138390] = 6, - ACTIONS(3), 1, + [138410] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5124), 1, - anon_sym_LBRACE, - ACTIONS(6641), 1, - anon_sym_DOLLARif, - STATE(1372), 2, - sym_compile_time_if_expression, - sym_block, - STATE(3794), 2, + STATE(3795), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4254), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [138427] = 5, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6673), 1, + anon_sym_STAR_SLASH, + ACTIONS(6670), 2, + aux_sym_block_comment_token1, + aux_sym_block_comment_token2, + STATE(3796), 3, sym_line_comment, sym_block_comment, - [138411] = 4, + aux_sym_block_comment_repeat1, + [138446] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3795), 2, + STATE(3797), 2, sym_line_comment, sym_block_comment, - ACTIONS(4382), 4, + ACTIONS(4250), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [138428] = 4, + [138463] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3796), 2, + STATE(3798), 2, sym_line_comment, sym_block_comment, - ACTIONS(4370), 4, + ACTIONS(4246), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [138445] = 4, + [138480] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3797), 2, + STATE(3799), 2, sym_line_comment, sym_block_comment, - ACTIONS(4366), 4, + ACTIONS(4242), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [138462] = 6, + [138497] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, - anon_sym_LPAREN, - STATE(4384), 1, - sym_signature, - STATE(2957), 2, - sym_parameter_list, - sym_type_parameter_list, - STATE(3798), 2, + ACTIONS(5086), 1, + anon_sym_LBRACE, + ACTIONS(6645), 1, + anon_sym_DOLLARif, + STATE(1348), 2, + sym_compile_time_if_expression, + sym_block, + STATE(3800), 2, sym_line_comment, sym_block_comment, - [138483] = 7, + [138518] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5124), 1, + ACTIONS(5086), 1, anon_sym_LBRACE, - ACTIONS(6666), 1, + ACTIONS(6675), 1, anon_sym_if, - STATE(1375), 1, - sym_block, - STATE(1376), 1, + STATE(1337), 1, sym_if_expression, - STATE(3799), 2, - sym_line_comment, - sym_block_comment, - [138506] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6671), 1, - anon_sym_STAR_SLASH, - ACTIONS(6668), 2, - aux_sym_block_comment_token1, - aux_sym_block_comment_token2, - STATE(3800), 3, + STATE(1347), 1, + sym_block, + STATE(3801), 2, sym_line_comment, sym_block_comment, - aux_sym_block_comment_repeat1, - [138525] = 4, - ACTIONS(497), 1, + [138541] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3801), 2, + ACTIONS(6153), 1, + anon_sym_LPAREN, + STATE(4380), 1, + sym_signature, + STATE(2920), 2, + sym_parameter_list, + sym_type_parameter_list, + STATE(3802), 2, sym_line_comment, sym_block_comment, - ACTIONS(6465), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [138542] = 4, + [138562] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3802), 2, + STATE(3803), 2, sym_line_comment, sym_block_comment, - ACTIONS(6374), 4, + ACTIONS(6376), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - [138559] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6149), 1, - anon_sym_LPAREN, - STATE(4404), 1, - sym_signature, - STATE(2957), 2, - sym_parameter_list, - sym_type_parameter_list, - STATE(3803), 2, - sym_line_comment, - sym_block_comment, - [138580] = 4, + [138579] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -309478,27 +309617,28 @@ static const uint16_t ts_small_parse_table[] = { STATE(3804), 2, sym_line_comment, sym_block_comment, - ACTIONS(6673), 4, + ACTIONS(6677), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - [138597] = 6, + [138596] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, - anon_sym_LPAREN, - STATE(4380), 1, - sym_signature, - STATE(2957), 2, - sym_parameter_list, - sym_type_parameter_list, + ACTIONS(6563), 1, + sym_identifier, + ACTIONS(6679), 1, + anon_sym_RPAREN, + STATE(3792), 1, + aux_sym_const_declaration_repeat1, + STATE(3804), 1, + sym_const_definition, STATE(3805), 2, sym_line_comment, sym_block_comment, - [138618] = 4, + [138619] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -309506,12 +309646,12 @@ static const uint16_t ts_small_parse_table[] = { STATE(3806), 2, sym_line_comment, sym_block_comment, - ACTIONS(6675), 4, + ACTIONS(6469), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - [138635] = 4, + anon_sym_RBRACE, + [138636] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -309519,28 +309659,27 @@ static const uint16_t ts_small_parse_table[] = { STATE(3807), 2, sym_line_comment, sym_block_comment, - ACTIONS(4362), 4, + ACTIONS(6681), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - [138652] = 7, + anon_sym_SEMI, + [138653] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6561), 1, - sym_identifier, - ACTIONS(6677), 1, - anon_sym_RPAREN, - STATE(3791), 1, - aux_sym_const_declaration_repeat1, - STATE(3806), 1, - sym_const_definition, + ACTIONS(6153), 1, + anon_sym_LPAREN, + STATE(4401), 1, + sym_signature, + STATE(2920), 2, + sym_parameter_list, + sym_type_parameter_list, STATE(3808), 2, sym_line_comment, sym_block_comment, - [138675] = 4, + [138674] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -309548,25 +309687,28 @@ static const uint16_t ts_small_parse_table[] = { STATE(3809), 2, sym_line_comment, sym_block_comment, - ACTIONS(4350), 4, + ACTIONS(4234), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [138692] = 4, - ACTIONS(497), 1, + [138691] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(6553), 1, + anon_sym_as, + ACTIONS(6555), 1, + anon_sym_LBRACE, + STATE(1575), 1, + sym__enum_body, + STATE(4217), 1, + sym_enum_backed_type, STATE(3810), 2, sym_line_comment, sym_block_comment, - ACTIONS(4346), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [138709] = 4, + [138714] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -309574,485 +309716,498 @@ static const uint16_t ts_small_parse_table[] = { STATE(3811), 2, sym_line_comment, sym_block_comment, - ACTIONS(4342), 4, + ACTIONS(4230), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [138726] = 7, - ACTIONS(3), 1, + [138731] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6579), 1, - sym_identifier, - ACTIONS(6679), 1, - anon_sym_RPAREN, - STATE(3739), 1, - aux_sym_global_var_declaration_repeat1, - STATE(3816), 1, - sym_global_var_definition, STATE(3812), 2, sym_line_comment, sym_block_comment, - [138749] = 6, + ACTIONS(4226), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [138748] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(4352), 1, + STATE(4384), 1, sym_signature, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3813), 2, sym_line_comment, sym_block_comment, - [138770] = 7, - ACTIONS(3), 1, + [138769] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6561), 1, - sym_identifier, - ACTIONS(6681), 1, - anon_sym_RPAREN, - STATE(3741), 1, - aux_sym_const_declaration_repeat1, - STATE(3806), 1, - sym_const_definition, STATE(3814), 2, sym_line_comment, sym_block_comment, - [138793] = 6, + ACTIONS(6683), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + [138786] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6683), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(2021), 1, + STATE(4167), 1, sym_signature, - STATE(1196), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3815), 2, sym_line_comment, sym_block_comment, - [138814] = 4, - ACTIONS(497), 1, + [138807] = 7, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(6579), 1, + sym_identifier, + ACTIONS(6685), 1, + anon_sym_RPAREN, + STATE(3746), 1, + aux_sym_global_var_declaration_repeat1, + STATE(3814), 1, + sym_global_var_definition, STATE(3816), 2, sym_line_comment, sym_block_comment, - ACTIONS(6685), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - [138831] = 6, + [138830] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6687), 1, anon_sym_LPAREN, - STATE(4168), 1, + STATE(2065), 1, sym_signature, - STATE(2957), 2, + STATE(1198), 2, sym_parameter_list, sym_type_parameter_list, STATE(3817), 2, sym_line_comment, sym_block_comment, - [138852] = 7, + [138851] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(6579), 1, sym_identifier, - ACTIONS(6687), 1, + ACTIONS(6689), 1, anon_sym_RPAREN, - STATE(3787), 1, + STATE(3789), 1, aux_sym_global_var_declaration_repeat1, - STATE(3816), 1, + STATE(3814), 1, sym_global_var_definition, STATE(3818), 2, sym_line_comment, sym_block_comment, - [138875] = 6, + [138874] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, - anon_sym_LPAREN, - STATE(1490), 1, - sym_signature, - STATE(1131), 2, - sym_parameter_list, - sym_type_parameter_list, + ACTIONS(6563), 1, + sym_identifier, + ACTIONS(6691), 1, + anon_sym_RPAREN, + STATE(3747), 1, + aux_sym_const_declaration_repeat1, + STATE(3804), 1, + sym_const_definition, STATE(3819), 2, sym_line_comment, sym_block_comment, - [138896] = 7, + [138897] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6547), 1, - anon_sym_as, - ACTIONS(6549), 1, - anon_sym_LBRACE, - STATE(1520), 1, - sym__enum_body, - STATE(4230), 1, - sym_enum_backed_type, + ACTIONS(6153), 1, + anon_sym_LPAREN, + STATE(4353), 1, + sym_signature, + STATE(2920), 2, + sym_parameter_list, + sym_type_parameter_list, STATE(3820), 2, sym_line_comment, sym_block_comment, - [138919] = 6, + [138918] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(4210), 1, + STATE(4207), 1, sym_signature, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3821), 2, sym_line_comment, sym_block_comment, - [138940] = 6, + [138939] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6531), 1, + ACTIONS(6541), 1, anon_sym_LPAREN, - STATE(2628), 1, + STATE(2550), 1, sym_signature, - STATE(1470), 2, + STATE(1465), 2, sym_parameter_list, sym_type_parameter_list, STATE(3822), 2, sym_line_comment, sym_block_comment, - [138961] = 6, + [138960] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, - anon_sym_LPAREN, - STATE(4265), 1, - sym_signature, - STATE(2957), 2, - sym_parameter_list, - sym_type_parameter_list, + ACTIONS(6553), 1, + anon_sym_as, + ACTIONS(6555), 1, + anon_sym_LBRACE, + STATE(1520), 1, + sym__enum_body, + STATE(4229), 1, + sym_enum_backed_type, STATE(3823), 2, sym_line_comment, sym_block_comment, - [138982] = 7, + [138983] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6184), 1, - anon_sym_mut, - ACTIONS(6186), 1, - anon_sym_shared, - ACTIONS(6689), 1, - sym_identifier, - STATE(4622), 1, - sym_mutability_modifiers, + ACTIONS(6153), 1, + anon_sym_LPAREN, + STATE(4266), 1, + sym_signature, + STATE(2920), 2, + sym_parameter_list, + sym_type_parameter_list, STATE(3824), 2, sym_line_comment, sym_block_comment, - [139005] = 6, + [139004] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6691), 1, + ACTIONS(6693), 1, anon_sym_COMMA, - STATE(3780), 1, + STATE(3782), 1, aux_sym_generic_parameters_repeat1, - ACTIONS(6693), 2, + ACTIONS(6695), 2, anon_sym_GT, anon_sym_RBRACK, STATE(3825), 2, sym_line_comment, sym_block_comment, - [139026] = 6, + [139025] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(4308), 1, + STATE(4309), 1, sym_signature, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, STATE(3826), 2, sym_line_comment, sym_block_comment, - [139047] = 6, + [139046] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6210), 1, + anon_sym_LPAREN, + STATE(1492), 1, + sym_signature, + STATE(1132), 2, + sym_parameter_list, + sym_type_parameter_list, + STATE(3827), 2, + sym_line_comment, + sym_block_comment, + [139067] = 7, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6198), 1, + anon_sym_mut, + ACTIONS(6200), 1, + anon_sym_shared, + ACTIONS(6697), 1, + sym_identifier, + STATE(4623), 1, + sym_mutability_modifiers, + STATE(3828), 2, + sym_line_comment, + sym_block_comment, + [139090] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(1460), 1, + STATE(4341), 1, sym_signature, - STATE(1131), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3827), 2, + STATE(3829), 2, sym_line_comment, sym_block_comment, - [139068] = 6, + [139111] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6695), 1, + ACTIONS(6699), 1, anon_sym_EQ, - STATE(4617), 1, + STATE(4622), 1, sym_generic_parameters, - ACTIONS(4980), 2, + ACTIONS(4978), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(3828), 2, + STATE(3830), 2, sym_line_comment, sym_block_comment, - [139089] = 6, + [139132] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(4342), 1, + STATE(1495), 1, sym_signature, - STATE(2957), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3829), 2, + STATE(3831), 2, sym_line_comment, sym_block_comment, - [139110] = 6, + [139153] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(4232), 1, + STATE(1466), 1, sym_signature, - STATE(2957), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3830), 2, + STATE(3832), 2, sym_line_comment, sym_block_comment, - [139131] = 7, + [139174] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6561), 1, - sym_identifier, - ACTIONS(6677), 1, - anon_sym_RPAREN, - STATE(3754), 1, - aux_sym_const_declaration_repeat1, - STATE(3806), 1, - sym_const_definition, - STATE(3831), 2, + ACTIONS(6153), 1, + anon_sym_LPAREN, + STATE(4414), 1, + sym_signature, + STATE(2920), 2, + sym_parameter_list, + sym_type_parameter_list, + STATE(3833), 2, sym_line_comment, sym_block_comment, - [139154] = 6, + [139195] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6697), 1, + ACTIONS(6701), 1, anon_sym_LPAREN, - STATE(1355), 1, + STATE(1392), 1, sym_signature, - STATE(1010), 2, + STATE(1020), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3832), 2, + STATE(3834), 2, sym_line_comment, sym_block_comment, - [139175] = 6, + [139216] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6605), 1, - anon_sym_DOLLARif, - STATE(874), 2, - sym_compile_time_if_expression, - sym_block, - STATE(3833), 2, + ACTIONS(6563), 1, + sym_identifier, + ACTIONS(6679), 1, + anon_sym_RPAREN, + STATE(3762), 1, + aux_sym_const_declaration_repeat1, + STATE(3804), 1, + sym_const_definition, + STATE(3835), 2, sym_line_comment, sym_block_comment, - [139196] = 6, + [139239] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(4125), 1, + STATE(4238), 1, sym_signature, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3834), 2, + STATE(3836), 2, sym_line_comment, sym_block_comment, - [139217] = 6, + [139260] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(1467), 1, + STATE(4319), 1, sym_signature, - STATE(1131), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3835), 2, + STATE(3837), 2, sym_line_comment, sym_block_comment, - [139238] = 6, - ACTIONS(3), 1, + [139281] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, - anon_sym_LPAREN, - STATE(4409), 1, - sym_signature, - STATE(2957), 2, - sym_parameter_list, - sym_type_parameter_list, - STATE(3836), 2, + STATE(3838), 2, sym_line_comment, sym_block_comment, - [139259] = 6, + ACTIONS(4210), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [139298] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, - anon_sym_LPAREN, - STATE(4318), 1, - sym_signature, - STATE(2957), 2, - sym_parameter_list, - sym_type_parameter_list, - STATE(3837), 2, + ACTIONS(5150), 1, + anon_sym_LBRACE, + ACTIONS(6481), 1, + anon_sym_DOLLARif, + STATE(1255), 2, + sym_compile_time_if_expression, + sym_block, + STATE(3839), 2, sym_line_comment, sym_block_comment, - [139280] = 7, + [139319] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5148), 1, anon_sym_LBRACE, - ACTIONS(6699), 1, + ACTIONS(6703), 1, anon_sym_if, - STATE(2590), 1, - sym_if_expression, - STATE(2591), 1, + STATE(2559), 1, sym_block, - STATE(3838), 2, + STATE(2633), 1, + sym_if_expression, + STATE(3840), 2, sym_line_comment, sym_block_comment, - [139303] = 6, + [139342] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5148), 1, anon_sym_LBRACE, - ACTIONS(6701), 1, + ACTIONS(6705), 1, anon_sym_DOLLARif, - STATE(2592), 2, + STATE(2564), 2, sym_compile_time_if_expression, sym_block, - STATE(3839), 2, + STATE(3841), 2, sym_line_comment, sym_block_comment, - [139324] = 6, + [139363] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(4378), 1, + STATE(4386), 1, sym_signature, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3840), 2, + STATE(3842), 2, sym_line_comment, sym_block_comment, - [139345] = 6, + [139384] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6707), 1, anon_sym_LPAREN, - STATE(4176), 1, + STATE(1686), 1, sym_signature, - STATE(2957), 2, + STATE(1137), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3841), 2, - sym_line_comment, - sym_block_comment, - [139366] = 4, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - STATE(3842), 2, + STATE(3843), 2, sym_line_comment, sym_block_comment, - ACTIONS(4224), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [139383] = 4, + [139405] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3843), 2, + STATE(3844), 2, sym_line_comment, sym_block_comment, ACTIONS(1757), 4, @@ -310060,492 +310215,477 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [139400] = 6, + [139422] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6709), 1, anon_sym_LPAREN, - STATE(1465), 1, + STATE(636), 1, sym_signature, - STATE(1131), 2, + STATE(70), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3844), 2, - sym_line_comment, - sym_block_comment, - [139421] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6571), 1, - aux_sym_c_string_literal_token2, STATE(3845), 2, sym_line_comment, sym_block_comment, - ACTIONS(6569), 3, - sym_escape_sequence, - sym___dolcbr, - sym___double_quote, - [139440] = 5, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6527), 1, - aux_sym_c_string_literal_token2, - STATE(3846), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(6525), 3, - sym_escape_sequence, - sym___dolcbr, - sym___double_quote, - [139459] = 6, + [139443] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6703), 1, - sym_identifier, - ACTIONS(6705), 1, - anon_sym_DOLLAR, - STATE(2835), 2, - sym_reference_expression, - sym_compile_time_selector_expression, - STATE(3847), 2, + ACTIONS(6153), 1, + anon_sym_LPAREN, + STATE(4237), 1, + sym_signature, + STATE(2920), 2, + sym_parameter_list, + sym_type_parameter_list, + STATE(3846), 2, sym_line_comment, sym_block_comment, - [139480] = 6, + [139464] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6707), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(708), 1, + STATE(4126), 1, sym_signature, - STATE(71), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3848), 2, + STATE(3847), 2, sym_line_comment, sym_block_comment, - [139501] = 6, + [139485] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(4233), 1, + STATE(4178), 1, sym_signature, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3849), 2, + STATE(3848), 2, sym_line_comment, sym_block_comment, - [139522] = 6, - ACTIONS(3), 1, + [139506] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5132), 1, - anon_sym_LBRACE, - ACTIONS(6709), 1, - anon_sym_DOLLARif, - STATE(1831), 2, - sym_compile_time_if_expression, - sym_block, - STATE(3850), 2, + ACTIONS(6551), 1, + aux_sym_c_string_literal_token2, + STATE(3849), 2, sym_line_comment, sym_block_comment, - [139543] = 6, + ACTIONS(6549), 3, + sym_escape_sequence, + sym___dolcbr, + sym___double_quote, + [139525] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6210), 1, anon_sym_LPAREN, - STATE(4181), 1, + STATE(1496), 1, sym_signature, - STATE(2957), 2, + STATE(1132), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3851), 2, + STATE(3850), 2, sym_line_comment, sym_block_comment, - [139564] = 6, + [139546] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6206), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(1484), 1, + STATE(4179), 1, sym_signature, - STATE(1131), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3852), 2, + STATE(3851), 2, sym_line_comment, sym_block_comment, - [139585] = 6, - ACTIONS(3), 1, + [139567] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, - anon_sym_LPAREN, - STATE(4351), 1, - sym_signature, - STATE(2957), 2, - sym_parameter_list, - sym_type_parameter_list, - STATE(3853), 2, + ACTIONS(6575), 1, + aux_sym_c_string_literal_token2, + STATE(3852), 2, sym_line_comment, sym_block_comment, - [139606] = 7, + ACTIONS(6573), 3, + sym_escape_sequence, + sym___dolcbr, + sym___double_quote, + [139586] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, + ACTIONS(6623), 1, sym_identifier, ACTIONS(6711), 1, anon_sym_RBRACE, - STATE(3677), 1, + STATE(3679), 1, sym_enum_field_definition, - STATE(3772), 1, + STATE(3775), 1, aux_sym__enum_body_repeat1, - STATE(3854), 2, + STATE(3853), 2, sym_line_comment, sym_block_comment, - [139629] = 6, + [139609] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, - anon_sym_LPAREN, - STATE(4423), 1, - sym_signature, - STATE(2957), 2, - sym_parameter_list, - sym_type_parameter_list, - STATE(3855), 2, + ACTIONS(6713), 1, + sym_identifier, + ACTIONS(6715), 1, + anon_sym_DOLLAR, + STATE(2854), 2, + sym_reference_expression, + sym_compile_time_selector_expression, + STATE(3854), 2, sym_line_comment, sym_block_comment, - [139650] = 6, + [139630] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5132), 1, + ACTIONS(5138), 1, anon_sym_LBRACE, - ACTIONS(6709), 1, - anon_sym_DOLLARif, - STATE(1836), 2, - sym_compile_time_if_expression, + ACTIONS(6717), 1, + anon_sym_if, + STATE(2390), 1, sym_block, - STATE(3856), 2, + STATE(2447), 1, + sym_if_expression, + STATE(3855), 2, sym_line_comment, sym_block_comment, - [139671] = 7, + [139653] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, - anon_sym_LBRACE, - ACTIONS(6713), 1, - anon_sym_if, - STATE(2461), 1, - sym_if_expression, - STATE(2462), 1, - sym_block, - STATE(3857), 2, + ACTIONS(6153), 1, + anon_sym_LPAREN, + STATE(4169), 1, + sym_signature, + STATE(2920), 2, + sym_parameter_list, + sym_type_parameter_list, + STATE(3856), 2, sym_line_comment, sym_block_comment, - [139694] = 7, + [139674] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5132), 1, + ACTIONS(5138), 1, anon_sym_LBRACE, - ACTIONS(6715), 1, - anon_sym_if, - STATE(1837), 1, + ACTIONS(6719), 1, + anon_sym_DOLLARif, + STATE(2470), 2, + sym_compile_time_if_expression, sym_block, - STATE(1838), 1, - sym_if_expression, - STATE(3858), 2, + STATE(3857), 2, sym_line_comment, sym_block_comment, - [139717] = 6, + [139695] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, + ACTIONS(6153), 1, anon_sym_LPAREN, - STATE(4327), 1, + STATE(4258), 1, sym_signature, - STATE(2957), 2, + STATE(2920), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3859), 2, + STATE(3858), 2, sym_line_comment, sym_block_comment, - [139738] = 6, + [139716] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, + ACTIONS(5138), 1, anon_sym_LBRACE, - ACTIONS(6717), 1, + ACTIONS(6719), 1, anon_sym_DOLLARif, - STATE(2463), 2, + STATE(2377), 2, sym_compile_time_if_expression, sym_block, + STATE(3859), 2, + sym_line_comment, + sym_block_comment, + [139737] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6721), 1, + sym_identifier, + ACTIONS(6723), 1, + anon_sym_DOLLAR, + STATE(2148), 2, + sym_reference_expression, + sym_compile_time_selector_expression, STATE(3860), 2, sym_line_comment, sym_block_comment, - [139759] = 6, + [139758] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6719), 1, + ACTIONS(6725), 1, sym_identifier, - ACTIONS(6721), 1, + ACTIONS(6727), 1, anon_sym_DOLLAR, - STATE(1038), 2, + STATE(1042), 2, sym_reference_expression, sym_compile_time_selector_expression, STATE(3861), 2, sym_line_comment, sym_block_comment, - [139780] = 6, + [139779] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, - anon_sym_LBRACE, - ACTIONS(6717), 1, - anon_sym_DOLLARif, - STATE(2468), 2, - sym_compile_time_if_expression, - sym_block, + ACTIONS(6153), 1, + anon_sym_LPAREN, + STATE(4422), 1, + sym_signature, + STATE(2920), 2, + sym_parameter_list, + sym_type_parameter_list, STATE(3862), 2, sym_line_comment, sym_block_comment, - [139801] = 6, + [139800] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6723), 1, - sym_identifier, - ACTIONS(6725), 1, - anon_sym_DOLLAR, - STATE(2134), 2, - sym_reference_expression, - sym_compile_time_selector_expression, + ACTIONS(5148), 1, + anon_sym_LBRACE, + ACTIONS(6705), 1, + anon_sym_DOLLARif, + STATE(2530), 2, + sym_compile_time_if_expression, + sym_block, STATE(3863), 2, sym_line_comment, sym_block_comment, - [139822] = 6, + [139821] = 7, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5148), 1, + ACTIONS(5134), 1, anon_sym_LBRACE, - ACTIONS(6701), 1, - anon_sym_DOLLARif, - STATE(2600), 2, - sym_compile_time_if_expression, + ACTIONS(6729), 1, + anon_sym_if, + STATE(1835), 1, sym_block, + STATE(1836), 1, + sym_if_expression, STATE(3864), 2, sym_line_comment, sym_block_comment, - [139843] = 6, + [139844] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6149), 1, - anon_sym_LPAREN, - STATE(4250), 1, - sym_signature, - STATE(2957), 2, - sym_parameter_list, - sym_type_parameter_list, + ACTIONS(5134), 1, + anon_sym_LBRACE, + ACTIONS(6473), 1, + anon_sym_DOLLARif, + STATE(1834), 2, + sym_compile_time_if_expression, + sym_block, STATE(3865), 2, sym_line_comment, sym_block_comment, - [139864] = 6, + [139865] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, - anon_sym_COMMA, - ACTIONS(6727), 1, - anon_sym_RBRACK, - STATE(3880), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(6153), 1, + anon_sym_LPAREN, + STATE(4343), 1, + sym_signature, + STATE(2920), 2, + sym_parameter_list, + sym_type_parameter_list, STATE(3866), 2, sym_line_comment, sym_block_comment, - [139884] = 6, + [139886] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, - anon_sym_COMMA, - ACTIONS(6729), 1, - anon_sym_RBRACK, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(6210), 1, + anon_sym_LPAREN, + STATE(1493), 1, + sym_signature, + STATE(1132), 2, + sym_parameter_list, + sym_type_parameter_list, STATE(3867), 2, sym_line_comment, sym_block_comment, - [139904] = 6, + [139907] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(6731), 1, - anon_sym_COMMA, + sym_identifier, ACTIONS(6733), 1, - anon_sym_RPAREN, - STATE(4105), 1, - aux_sym_type_parameters_repeat1, + anon_sym_LBRACE, + STATE(2261), 1, + sym__content_block, STATE(3868), 2, sym_line_comment, sym_block_comment, - [139924] = 6, + [139927] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6735), 1, - anon_sym_SEMI, - ACTIONS(6737), 1, - anon_sym_RBRACK, - STATE(3976), 1, - aux_sym_attribute_repeat1, STATE(3869), 2, sym_line_comment, sym_block_comment, - [139944] = 6, + ACTIONS(6735), 3, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LT2, + [139943] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(4835), 1, anon_sym_COMMA, - ACTIONS(6739), 1, - anon_sym_RBRACK, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(4837), 1, + anon_sym_COLON_EQ, + STATE(3996), 1, + aux_sym_identifier_list_repeat1, STATE(3870), 2, sym_line_comment, sym_block_comment, - [139964] = 6, + [139963] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, - anon_sym_COMMA, - ACTIONS(6743), 1, - anon_sym_RPAREN, - STATE(4056), 1, - aux_sym_parameter_list_repeat1, + ACTIONS(6737), 1, + anon_sym_SEMI, + ACTIONS(6739), 1, + anon_sym_RBRACK, + STATE(3978), 1, + aux_sym_attribute_repeat1, STATE(3871), 2, sym_line_comment, sym_block_comment, - [139984] = 6, + [139983] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - ACTIONS(6747), 1, - anon_sym_RPAREN, - STATE(4059), 1, - aux_sym_type_parameter_list_repeat1, + ACTIONS(6741), 1, + anon_sym_RBRACK, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, STATE(3872), 2, sym_line_comment, sym_block_comment, - [140004] = 6, + [140003] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4831), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - ACTIONS(4833), 1, - anon_sym_COLON_EQ, - STATE(3996), 1, - aux_sym_identifier_list_repeat1, + ACTIONS(6745), 1, + anon_sym_RPAREN, + STATE(4056), 1, + aux_sym_parameter_list_repeat1, STATE(3873), 2, sym_line_comment, sym_block_comment, - [140024] = 6, + [140023] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6749), 1, + ACTIONS(6747), 1, anon_sym_COMMA, - ACTIONS(6751), 1, + ACTIONS(6749), 1, anon_sym_RPAREN, - STATE(3922), 1, - aux_sym_type_parameters_repeat1, + STATE(4058), 1, + aux_sym_type_parameter_list_repeat1, STATE(3874), 2, sym_line_comment, sym_block_comment, - [140044] = 6, + [140043] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6426), 1, + ACTIONS(6751), 1, anon_sym_COMMA, - ACTIONS(6428), 1, + ACTIONS(6753), 1, anon_sym_RPAREN, - STATE(3919), 1, + STATE(4030), 1, aux_sym_type_parameters_repeat1, STATE(3875), 2, sym_line_comment, sym_block_comment, - [140064] = 6, + [140063] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6430), 1, anon_sym_COMMA, - ACTIONS(6753), 1, + ACTIONS(6432), 1, anon_sym_RPAREN, - STATE(4059), 1, - aux_sym_type_parameter_list_repeat1, + STATE(3931), 1, + aux_sym_type_parameters_repeat1, STATE(3876), 2, sym_line_comment, sym_block_comment, - [140084] = 6, + [140083] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -310554,110 +310694,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(6757), 1, anon_sym_RPAREN, - STATE(4029), 1, + STATE(4111), 1, aux_sym_type_parameters_repeat1, STATE(3877), 2, sym_line_comment, sym_block_comment, - [140104] = 6, + [140103] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(6759), 1, - sym_identifier, + anon_sym_COMMA, ACTIONS(6761), 1, - anon_sym_LBRACE, - STATE(1283), 1, - sym__content_block, + anon_sym_RPAREN, + STATE(3918), 1, + aux_sym_type_parameters_repeat1, STATE(3878), 2, sym_line_comment, sym_block_comment, - [140124] = 6, + [140123] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, - anon_sym_COMMA, ACTIONS(6763), 1, - anon_sym_RPAREN, - STATE(4056), 1, - aux_sym_parameter_list_repeat1, + sym_identifier, + ACTIONS(6765), 1, + anon_sym_LBRACE, + STATE(1356), 1, + sym__content_block, STATE(3879), 2, sym_line_comment, sym_block_comment, - [140144] = 6, - ACTIONS(3), 1, + [140143] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, - anon_sym_COMMA, - ACTIONS(6765), 1, - anon_sym_RBRACK, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(6767), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6769), 1, + sym___double_quote, + STATE(3930), 1, + aux_sym_raw_string_literal_repeat2, STATE(3880), 2, sym_line_comment, sym_block_comment, - [140164] = 6, + [140163] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6767), 1, - sym_identifier, - ACTIONS(6769), 1, - anon_sym_LBRACE, - STATE(1354), 1, - sym__content_block, + ACTIONS(6454), 1, + anon_sym_COMMA, + ACTIONS(6771), 1, + anon_sym_RBRACK, + STATE(3882), 1, + aux_sym_type_parameters_repeat1, STATE(3881), 2, sym_line_comment, sym_block_comment, - [140184] = 6, + [140183] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - ACTIONS(6771), 1, + ACTIONS(6773), 1, anon_sym_RBRACK, - STATE(3867), 1, + STATE(3791), 1, aux_sym_type_parameters_repeat1, STATE(3882), 2, sym_line_comment, sym_block_comment, - [140204] = 6, - ACTIONS(497), 1, + [140203] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6775), 1, - sym___double_quote, - STATE(3928), 1, - aux_sym_raw_string_literal_repeat2, + ACTIONS(6440), 1, + sym_identifier, + ACTIONS(6442), 1, + anon_sym_mut, + STATE(4261), 1, + sym_var_definition, STATE(3883), 2, sym_line_comment, sym_block_comment, - [140224] = 6, + [140223] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6420), 1, - sym_identifier, - ACTIONS(6422), 1, - anon_sym_mut, - STATE(4260), 1, - sym_var_definition, + ACTIONS(6747), 1, + anon_sym_COMMA, + ACTIONS(6775), 1, + anon_sym_RPAREN, + STATE(4058), 1, + aux_sym_type_parameter_list_repeat1, STATE(3884), 2, sym_line_comment, sym_block_comment, - [140244] = 6, + [140243] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -310666,495 +310806,493 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(6779), 1, anon_sym_in, - STATE(4007), 1, + STATE(4004), 1, aux_sym_var_definition_list_repeat1, STATE(3885), 2, sym_line_comment, sym_block_comment, - [140264] = 6, + [140263] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6454), 1, anon_sym_COMMA, ACTIONS(6781), 1, - anon_sym_RPAREN, - STATE(3872), 1, - aux_sym_type_parameter_list_repeat1, + anon_sym_RBRACK, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, STATE(3886), 2, sym_line_comment, sym_block_comment, - [140284] = 5, - ACTIONS(3), 1, + [140283] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, + ACTIONS(6769), 1, + sym___single_quote, ACTIONS(6783), 1, - anon_sym_QMARK, - ACTIONS(5358), 2, - anon_sym_SEMI, - anon_sym_RBRACK, + aux_sym_raw_string_literal_token1, + STATE(3915), 1, + aux_sym_raw_string_literal_repeat1, STATE(3887), 2, sym_line_comment, sym_block_comment, - [140302] = 6, + [140303] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, - anon_sym_COMMA, - ACTIONS(6785), 1, - anon_sym_RPAREN, - STATE(3871), 1, - aux_sym_parameter_list_repeat1, STATE(3888), 2, sym_line_comment, sym_block_comment, - [140322] = 6, + ACTIONS(6785), 3, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LT2, + [140319] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5770), 1, - anon_sym_RPAREN, ACTIONS(6787), 1, - anon_sym_COMMA, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, + anon_sym_QMARK, + ACTIONS(5332), 2, + anon_sym_SEMI, + anon_sym_RBRACK, STATE(3889), 2, sym_line_comment, sym_block_comment, - [140342] = 6, + [140337] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, + ACTIONS(6783), 1, aux_sym_raw_string_literal_token1, - ACTIONS(6791), 1, + ACTIONS(6789), 1, sym___single_quote, - STATE(3930), 1, + STATE(3928), 1, aux_sym_raw_string_literal_repeat1, STATE(3890), 2, sym_line_comment, sym_block_comment, - [140362] = 6, - ACTIONS(497), 1, + [140357] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6775), 1, - sym___single_quote, - ACTIONS(6789), 1, - aux_sym_raw_string_literal_token1, - STATE(3913), 1, - aux_sym_raw_string_literal_repeat1, + ACTIONS(6743), 1, + anon_sym_COMMA, + ACTIONS(6791), 1, + anon_sym_RPAREN, + STATE(4056), 1, + aux_sym_parameter_list_repeat1, STATE(3891), 2, sym_line_comment, sym_block_comment, - [140382] = 6, + [140377] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6454), 1, anon_sym_COMMA, ACTIONS(6793), 1, + anon_sym_RBRACK, + STATE(3872), 1, + aux_sym_type_parameters_repeat1, + STATE(3892), 2, + sym_line_comment, + sym_block_comment, + [140397] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6747), 1, + anon_sym_COMMA, + ACTIONS(6795), 1, anon_sym_RPAREN, - STATE(3876), 1, + STATE(3874), 1, aux_sym_type_parameter_list_repeat1, - STATE(3892), 2, + STATE(3893), 2, sym_line_comment, sym_block_comment, - [140402] = 5, + [140417] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6795), 1, + ACTIONS(6797), 1, aux_sym_raw_string_literal_token2, - ACTIONS(6798), 1, + ACTIONS(6800), 1, sym___double_quote, - STATE(3893), 3, + STATE(3894), 3, sym_line_comment, sym_block_comment, aux_sym_raw_string_literal_repeat2, - [140420] = 5, + [140435] = 5, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6800), 1, + ACTIONS(6802), 1, aux_sym_raw_string_literal_token1, - ACTIONS(6803), 1, + ACTIONS(6805), 1, sym___single_quote, - STATE(3894), 3, + STATE(3895), 3, sym_line_comment, sym_block_comment, aux_sym_raw_string_literal_repeat1, - [140438] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6805), 1, - sym_identifier, - ACTIONS(6807), 1, - anon_sym_PIPE, - STATE(4009), 1, - sym_reference_expression, - STATE(3895), 2, - sym_line_comment, - sym_block_comment, - [140458] = 6, + [140453] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - ACTIONS(6809), 1, + ACTIONS(6807), 1, anon_sym_RPAREN, - STATE(3879), 1, + STATE(3873), 1, aux_sym_parameter_list_repeat1, STATE(3896), 2, sym_line_comment, sym_block_comment, - [140478] = 6, + [140473] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5772), 1, + ACTIONS(5776), 1, anon_sym_RPAREN, - ACTIONS(6811), 1, + ACTIONS(6809), 1, anon_sym_COMMA, - STATE(3790), 1, + STATE(3791), 1, aux_sym_type_parameters_repeat1, STATE(3897), 2, sym_line_comment, sym_block_comment, - [140498] = 6, - ACTIONS(497), 1, + [140493] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(6813), 1, - sym___single_quote, - STATE(3894), 1, - aux_sym_raw_string_literal_repeat1, + ACTIONS(6747), 1, + anon_sym_COMMA, + ACTIONS(6811), 1, + anon_sym_RPAREN, + STATE(3884), 1, + aux_sym_type_parameter_list_repeat1, STATE(3898), 2, sym_line_comment, sym_block_comment, - [140518] = 6, + [140513] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6815), 1, + ACTIONS(4613), 1, sym_identifier, - ACTIONS(6817), 1, - anon_sym_LBRACE, - STATE(2299), 1, - sym__content_block, + ACTIONS(6813), 1, + anon_sym_static, + ACTIONS(6815), 1, + anon_sym_volatile, STATE(3899), 2, sym_line_comment, sym_block_comment, - [140538] = 6, - ACTIONS(497), 1, + [140533] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6813), 1, - sym___double_quote, - STATE(3893), 1, - aux_sym_raw_string_literal_repeat2, + ACTIONS(6817), 1, + sym_identifier, + ACTIONS(6819), 1, + anon_sym_PIPE, + STATE(4103), 1, + sym_reference_expression, STATE(3900), 2, sym_line_comment, sym_block_comment, - [140558] = 6, + [140553] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - ACTIONS(6819), 1, + ACTIONS(6821), 1, anon_sym_RPAREN, - STATE(4059), 1, - aux_sym_type_parameter_list_repeat1, + STATE(3891), 1, + aux_sym_parameter_list_repeat1, STATE(3901), 2, sym_line_comment, sym_block_comment, - [140578] = 6, + [140573] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - ACTIONS(6821), 1, + ACTIONS(6456), 1, + anon_sym_RBRACK, + STATE(4009), 1, + aux_sym_type_parameters_repeat1, + STATE(3902), 2, + sym_line_comment, + sym_block_comment, + [140593] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6747), 1, + anon_sym_COMMA, + ACTIONS(6823), 1, + anon_sym_RPAREN, + STATE(4058), 1, + aux_sym_type_parameter_list_repeat1, + STATE(3903), 2, + sym_line_comment, + sym_block_comment, + [140613] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6743), 1, + anon_sym_COMMA, + ACTIONS(6825), 1, anon_sym_RPAREN, STATE(4056), 1, aux_sym_parameter_list_repeat1, - STATE(3902), 2, + STATE(3904), 2, sym_line_comment, sym_block_comment, - [140598] = 6, + [140633] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(5774), 1, + anon_sym_RPAREN, + ACTIONS(6827), 1, anon_sym_COMMA, - ACTIONS(6452), 1, - anon_sym_RBRACK, - STATE(4013), 1, + STATE(3791), 1, aux_sym_type_parameters_repeat1, - STATE(3903), 2, + STATE(3905), 2, sym_line_comment, sym_block_comment, - [140618] = 6, + [140653] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, + ACTIONS(6767), 1, aux_sym_raw_string_literal_token2, - ACTIONS(6823), 1, + ACTIONS(6829), 1, sym___double_quote, - STATE(3933), 1, + STATE(3935), 1, aux_sym_raw_string_literal_repeat2, - STATE(3904), 2, + STATE(3906), 2, sym_line_comment, sym_block_comment, - [140638] = 6, + [140673] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, + ACTIONS(6783), 1, aux_sym_raw_string_literal_token1, - ACTIONS(6823), 1, + ACTIONS(6829), 1, sym___single_quote, - STATE(3934), 1, + STATE(3936), 1, aux_sym_raw_string_literal_repeat1, - STATE(3905), 2, + STATE(3907), 2, sym_line_comment, sym_block_comment, - [140658] = 6, + [140693] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, + ACTIONS(6783), 1, aux_sym_raw_string_literal_token1, - ACTIONS(6825), 1, + ACTIONS(6831), 1, sym___single_quote, - STATE(3894), 1, + STATE(3895), 1, aux_sym_raw_string_literal_repeat1, - STATE(3906), 2, + STATE(3908), 2, sym_line_comment, sym_block_comment, - [140678] = 6, + [140713] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, + ACTIONS(6767), 1, aux_sym_raw_string_literal_token2, - ACTIONS(6825), 1, + ACTIONS(6831), 1, sym___double_quote, - STATE(3893), 1, + STATE(3894), 1, aux_sym_raw_string_literal_repeat2, - STATE(3907), 2, + STATE(3909), 2, sym_line_comment, sym_block_comment, - [140698] = 6, - ACTIONS(3), 1, + [140733] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6827), 1, - anon_sym_COMMA, - ACTIONS(6829), 1, - anon_sym_RBRACK, - STATE(3962), 1, - aux_sym_capture_list_repeat1, - STATE(3908), 2, + ACTIONS(6783), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(6833), 1, + sym___single_quote, + STATE(3895), 1, + aux_sym_raw_string_literal_repeat1, + STATE(3910), 2, sym_line_comment, sym_block_comment, - [140718] = 4, - ACTIONS(3), 1, + [140753] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - STATE(3909), 2, + ACTIONS(6767), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6833), 1, + sym___double_quote, + STATE(3894), 1, + aux_sym_raw_string_literal_repeat2, + STATE(3911), 2, sym_line_comment, sym_block_comment, - ACTIONS(6831), 3, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LT2, - [140734] = 6, + [140773] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - ACTIONS(6833), 1, + ACTIONS(6835), 1, anon_sym_RBRACK, - STATE(3870), 1, + STATE(3886), 1, aux_sym_type_parameters_repeat1, - STATE(3910), 2, + STATE(3912), 2, sym_line_comment, sym_block_comment, - [140754] = 4, + [140793] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3911), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(6835), 3, + ACTIONS(6837), 1, anon_sym_COMMA, - anon_sym_GT, + ACTIONS(6839), 1, anon_sym_RBRACK, - [140770] = 6, + STATE(3963), 1, + aux_sym_capture_list_repeat1, + STATE(3913), 2, + sym_line_comment, + sym_block_comment, + [140813] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, - anon_sym_COMMA, - ACTIONS(6837), 1, - anon_sym_RPAREN, - STATE(3956), 1, - aux_sym_type_parameter_list_repeat1, - STATE(3912), 2, + STATE(3914), 2, sym_line_comment, sym_block_comment, - [140790] = 6, + ACTIONS(6438), 3, + anon_sym_SEMI, + anon_sym_RBRACK, + anon_sym_COLON, + [140829] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, + ACTIONS(6783), 1, aux_sym_raw_string_literal_token1, - ACTIONS(6839), 1, + ACTIONS(6841), 1, sym___single_quote, - STATE(3894), 1, + STATE(3895), 1, aux_sym_raw_string_literal_repeat1, - STATE(3913), 2, + STATE(3915), 2, sym_line_comment, sym_block_comment, - [140810] = 6, + [140849] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4039), 1, - anon_sym_SEMI, - ACTIONS(5274), 1, - anon_sym_COMMA, - STATE(4015), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(3914), 2, + STATE(3916), 2, sym_line_comment, sym_block_comment, - [140830] = 6, + ACTIONS(6843), 3, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_RBRACK, + [140865] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6747), 1, anon_sym_COMMA, - ACTIONS(6841), 1, + ACTIONS(6845), 1, anon_sym_RPAREN, - STATE(3954), 1, - aux_sym_parameter_list_repeat1, - STATE(3915), 2, - sym_line_comment, - sym_block_comment, - [140850] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6789), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(6843), 1, - sym___single_quote, - STATE(3906), 1, - aux_sym_raw_string_literal_repeat1, - STATE(3916), 2, - sym_line_comment, - sym_block_comment, - [140870] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6773), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6843), 1, - sym___double_quote, - STATE(3907), 1, - aux_sym_raw_string_literal_repeat2, + STATE(3957), 1, + aux_sym_type_parameter_list_repeat1, STATE(3917), 2, sym_line_comment, sym_block_comment, - [140890] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6773), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6845), 1, - sym___double_quote, - STATE(3893), 1, - aux_sym_raw_string_literal_repeat2, - STATE(3918), 2, - sym_line_comment, - sym_block_comment, - [140910] = 6, + [140885] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5784), 1, + ACTIONS(5740), 1, anon_sym_RPAREN, ACTIONS(6847), 1, anon_sym_COMMA, - STATE(3790), 1, + STATE(3791), 1, aux_sym_type_parameters_repeat1, - STATE(3919), 2, + STATE(3918), 2, sym_line_comment, sym_block_comment, - [140930] = 6, + [140905] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(6743), 1, + anon_sym_COMMA, ACTIONS(6849), 1, - sym_identifier, + anon_sym_RPAREN, + STATE(3953), 1, + aux_sym_parameter_list_repeat1, + STATE(3919), 2, + sym_line_comment, + sym_block_comment, + [140925] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6783), 1, + aux_sym_raw_string_literal_token1, ACTIONS(6851), 1, - anon_sym_LBRACE, - STATE(2381), 1, - sym__content_block, + sym___single_quote, + STATE(3910), 1, + aux_sym_raw_string_literal_repeat1, STATE(3920), 2, sym_line_comment, sym_block_comment, - [140950] = 5, + [140945] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -311167,588 +311305,616 @@ static const uint16_t ts_small_parse_table[] = { sym_line_comment, sym_block_comment, aux_sym_short_lambda_repeat1, - [140968] = 6, - ACTIONS(3), 1, + [140963] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5744), 1, - anon_sym_RPAREN, - ACTIONS(6858), 1, - anon_sym_COMMA, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(6767), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6851), 1, + sym___double_quote, + STATE(3911), 1, + aux_sym_raw_string_literal_repeat2, STATE(3922), 2, sym_line_comment, sym_block_comment, - [140988] = 6, + [140983] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(4028), 1, + anon_sym_SEMI, + ACTIONS(5264), 1, anon_sym_COMMA, - ACTIONS(6860), 1, - anon_sym_RPAREN, - STATE(3935), 1, - aux_sym_parameter_list_repeat1, + STATE(4024), 1, + aux_sym_strictly_expression_list_repeat1, STATE(3923), 2, sym_line_comment, sym_block_comment, - [141008] = 6, + [141003] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - ACTIONS(6862), 1, + ACTIONS(6858), 1, anon_sym_RPAREN, STATE(3937), 1, - aux_sym_type_parameter_list_repeat1, + aux_sym_parameter_list_repeat1, STATE(3924), 2, sym_line_comment, sym_block_comment, - [141028] = 6, - ACTIONS(497), 1, + [141023] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(6864), 1, - sym___single_quote, - STATE(3898), 1, - aux_sym_raw_string_literal_repeat1, + ACTIONS(6747), 1, + anon_sym_COMMA, + ACTIONS(6860), 1, + anon_sym_RPAREN, + STATE(3939), 1, + aux_sym_type_parameter_list_repeat1, STATE(3925), 2, sym_line_comment, sym_block_comment, - [141048] = 6, + [141043] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6866), 1, + ACTIONS(6862), 1, anon_sym_DOT, - ACTIONS(6868), 1, + ACTIONS(6864), 1, anon_sym_RBRACE, - ACTIONS(6870), 1, + ACTIONS(6866), 1, aux_sym_format_specifier_token1, STATE(3926), 2, sym_line_comment, sym_block_comment, - [141068] = 6, - ACTIONS(3), 1, + [141063] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6872), 1, - sym_identifier, - ACTIONS(6874), 1, - anon_sym_LPAREN, - STATE(1522), 1, - sym_const_definition, + ACTIONS(6767), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6868), 1, + sym___double_quote, + STATE(3894), 1, + aux_sym_raw_string_literal_repeat2, STATE(3927), 2, sym_line_comment, sym_block_comment, - [141088] = 6, + [141083] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6839), 1, - sym___double_quote, - STATE(3893), 1, - aux_sym_raw_string_literal_repeat2, + ACTIONS(6783), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(6868), 1, + sym___single_quote, + STATE(3895), 1, + aux_sym_raw_string_literal_repeat1, STATE(3928), 2, sym_line_comment, sym_block_comment, - [141108] = 6, - ACTIONS(497), 1, + [141103] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6864), 1, - sym___double_quote, - STATE(3900), 1, - aux_sym_raw_string_literal_repeat2, + ACTIONS(6870), 1, + sym_identifier, + ACTIONS(6872), 1, + anon_sym_LPAREN, + STATE(1572), 1, + sym_const_definition, STATE(3929), 2, sym_line_comment, sym_block_comment, - [141128] = 6, + [141123] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(6845), 1, - sym___single_quote, + ACTIONS(6767), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6841), 1, + sym___double_quote, STATE(3894), 1, - aux_sym_raw_string_literal_repeat1, + aux_sym_raw_string_literal_repeat2, STATE(3930), 2, sym_line_comment, sym_block_comment, - [141148] = 6, + [141143] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(5788), 1, + anon_sym_RPAREN, + ACTIONS(6874), 1, anon_sym_COMMA, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, + STATE(3931), 2, + sym_line_comment, + sym_block_comment, + [141163] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, ACTIONS(6876), 1, + sym_identifier, + ACTIONS(6878), 1, + anon_sym_LBRACE, + STATE(2359), 1, + sym__content_block, + STATE(3932), 2, + sym_line_comment, + sym_block_comment, + [141183] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6454), 1, + anon_sym_COMMA, + ACTIONS(6880), 1, anon_sym_RBRACK, - STATE(3949), 1, + STATE(3950), 1, aux_sym_type_parameters_repeat1, - STATE(3931), 2, + STATE(3933), 2, sym_line_comment, sym_block_comment, - [141168] = 6, + [141203] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4028), 1, + ACTIONS(4015), 1, anon_sym_LBRACE, - ACTIONS(5242), 1, + ACTIONS(5262), 1, anon_sym_COMMA, - STATE(3983), 1, + STATE(3985), 1, aux_sym_strictly_expression_list_repeat1, - STATE(3932), 2, + STATE(3934), 2, sym_line_comment, sym_block_comment, - [141188] = 6, + [141223] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, + ACTIONS(6767), 1, aux_sym_raw_string_literal_token2, - ACTIONS(6878), 1, + ACTIONS(6882), 1, sym___double_quote, - STATE(3893), 1, + STATE(3894), 1, aux_sym_raw_string_literal_repeat2, - STATE(3933), 2, + STATE(3935), 2, sym_line_comment, sym_block_comment, - [141208] = 6, + [141243] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, + ACTIONS(6783), 1, aux_sym_raw_string_literal_token1, - ACTIONS(6878), 1, + ACTIONS(6882), 1, sym___single_quote, - STATE(3894), 1, + STATE(3895), 1, aux_sym_raw_string_literal_repeat1, - STATE(3934), 2, + STATE(3936), 2, sym_line_comment, sym_block_comment, - [141228] = 6, + [141263] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - ACTIONS(6880), 1, + ACTIONS(6884), 1, anon_sym_RPAREN, STATE(4056), 1, aux_sym_parameter_list_repeat1, - STATE(3935), 2, + STATE(3937), 2, sym_line_comment, sym_block_comment, - [141248] = 6, - ACTIONS(3), 1, + [141283] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6882), 1, - sym_identifier, - ACTIONS(6884), 1, - anon_sym_LBRACE, - STATE(1778), 1, - sym__content_block, - STATE(3936), 2, + ACTIONS(6783), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(6886), 1, + sym___single_quote, + STATE(3908), 1, + aux_sym_raw_string_literal_repeat1, + STATE(3938), 2, sym_line_comment, sym_block_comment, - [141268] = 6, + [141303] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6747), 1, anon_sym_COMMA, - ACTIONS(6886), 1, + ACTIONS(6888), 1, anon_sym_RPAREN, - STATE(4059), 1, + STATE(4058), 1, aux_sym_type_parameter_list_repeat1, - STATE(3937), 2, - sym_line_comment, - sym_block_comment, - [141288] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6888), 1, - sym_identifier, - ACTIONS(6890), 1, - anon_sym_LBRACE, - STATE(1898), 1, - sym__content_block, - STATE(3938), 2, + STATE(3939), 2, sym_line_comment, sym_block_comment, - [141308] = 6, + [141323] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, + ACTIONS(6767), 1, aux_sym_raw_string_literal_token2, - ACTIONS(6892), 1, + ACTIONS(6886), 1, sym___double_quote, - STATE(4008), 1, + STATE(3909), 1, aux_sym_raw_string_literal_repeat2, - STATE(3939), 2, - sym_line_comment, - sym_block_comment, - [141328] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6789), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(6892), 1, - sym___single_quote, - STATE(4014), 1, - aux_sym_raw_string_literal_repeat1, STATE(3940), 2, sym_line_comment, sym_block_comment, - [141348] = 6, + [141343] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5750), 1, anon_sym_RPAREN, - ACTIONS(6894), 1, + ACTIONS(6890), 1, anon_sym_COMMA, - STATE(3790), 1, + STATE(3791), 1, aux_sym_type_parameters_repeat1, STATE(3941), 2, sym_line_comment, sym_block_comment, - [141368] = 4, + [141363] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(6892), 1, + sym_identifier, + ACTIONS(6894), 1, + anon_sym_LBRACE, + STATE(1908), 1, + sym__content_block, STATE(3942), 2, sym_line_comment, sym_block_comment, - ACTIONS(6655), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [141384] = 6, + [141383] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, - anon_sym_COMMA, ACTIONS(6896), 1, - anon_sym_RPAREN, - STATE(4040), 1, - aux_sym_parameter_list_repeat1, + sym_identifier, + ACTIONS(6898), 1, + anon_sym_LBRACE, + STATE(1745), 1, + sym__content_block, STATE(3943), 2, sym_line_comment, sym_block_comment, - [141404] = 6, + [141403] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, - anon_sym_COMMA, - ACTIONS(6898), 1, - anon_sym_RPAREN, - STATE(3901), 1, - aux_sym_type_parameter_list_repeat1, STATE(3944), 2, sym_line_comment, sym_block_comment, - [141424] = 6, - ACTIONS(3), 1, + ACTIONS(6659), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [141419] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5732), 1, - anon_sym_RPAREN, + ACTIONS(6767), 1, + aux_sym_raw_string_literal_token2, ACTIONS(6900), 1, - anon_sym_COMMA, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, + sym___double_quote, + STATE(4020), 1, + aux_sym_raw_string_literal_repeat2, STATE(3945), 2, sym_line_comment, sym_block_comment, - [141444] = 6, + [141439] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6743), 1, anon_sym_COMMA, ACTIONS(6902), 1, anon_sym_RPAREN, - STATE(3971), 1, + STATE(4041), 1, aux_sym_parameter_list_repeat1, STATE(3946), 2, sym_line_comment, sym_block_comment, - [141464] = 6, + [141459] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, - anon_sym_COMMA, - ACTIONS(6904), 1, + ACTIONS(5742), 1, anon_sym_RPAREN, - STATE(3972), 1, - aux_sym_type_parameter_list_repeat1, + ACTIONS(6904), 1, + anon_sym_COMMA, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, STATE(3947), 2, sym_line_comment, sym_block_comment, - [141484] = 6, + [141479] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6872), 1, - sym_identifier, + ACTIONS(6743), 1, + anon_sym_COMMA, ACTIONS(6906), 1, - anon_sym_LPAREN, - STATE(1606), 1, - sym_const_definition, + anon_sym_RPAREN, + STATE(3973), 1, + aux_sym_parameter_list_repeat1, STATE(3948), 2, sym_line_comment, sym_block_comment, - [141504] = 6, + [141499] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(6747), 1, anon_sym_COMMA, ACTIONS(6908), 1, - anon_sym_RBRACK, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, + anon_sym_RPAREN, + STATE(3974), 1, + aux_sym_type_parameter_list_repeat1, STATE(3949), 2, sym_line_comment, sym_block_comment, - [141524] = 6, + [141519] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6454), 1, anon_sym_COMMA, ACTIONS(6910), 1, - anon_sym_RPAREN, - STATE(4042), 1, - aux_sym_type_parameter_list_repeat1, + anon_sym_RBRACK, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, STATE(3950), 2, sym_line_comment, sym_block_comment, - [141544] = 6, - ACTIONS(3), 1, + [141539] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6872), 1, - sym_identifier, - ACTIONS(6912), 1, - anon_sym_LPAREN, - STATE(1579), 1, - sym_const_definition, + ACTIONS(6783), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(6900), 1, + sym___single_quote, + STATE(4023), 1, + aux_sym_raw_string_literal_repeat1, STATE(3951), 2, sym_line_comment, sym_block_comment, - [141564] = 6, + [141559] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6747), 1, anon_sym_COMMA, - ACTIONS(6914), 1, + ACTIONS(6912), 1, anon_sym_RPAREN, - STATE(3902), 1, - aux_sym_parameter_list_repeat1, + STATE(4045), 1, + aux_sym_type_parameter_list_repeat1, STATE(3952), 2, sym_line_comment, sym_block_comment, - [141584] = 6, + [141579] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5738), 1, - anon_sym_RPAREN, - ACTIONS(6916), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(6914), 1, + anon_sym_RPAREN, + STATE(4056), 1, + aux_sym_parameter_list_repeat1, STATE(3953), 2, sym_line_comment, sym_block_comment, - [141604] = 6, + [141599] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6747), 1, anon_sym_COMMA, - ACTIONS(6918), 1, + ACTIONS(6916), 1, anon_sym_RPAREN, - STATE(4056), 1, - aux_sym_parameter_list_repeat1, + STATE(3903), 1, + aux_sym_type_parameter_list_repeat1, STATE(3954), 2, sym_line_comment, sym_block_comment, - [141624] = 6, + [141619] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6920), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - ACTIONS(6922), 1, + ACTIONS(6918), 1, anon_sym_RPAREN, - STATE(3889), 1, - aux_sym_type_parameters_repeat1, + STATE(3904), 1, + aux_sym_parameter_list_repeat1, STATE(3955), 2, sym_line_comment, sym_block_comment, - [141644] = 6, + [141639] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6920), 1, anon_sym_COMMA, - ACTIONS(6924), 1, + ACTIONS(6922), 1, anon_sym_RPAREN, - STATE(4059), 1, - aux_sym_type_parameter_list_repeat1, + STATE(3897), 1, + aux_sym_type_parameters_repeat1, STATE(3956), 2, sym_line_comment, sym_block_comment, - [141664] = 6, + [141659] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6926), 1, + ACTIONS(6747), 1, anon_sym_COMMA, - ACTIONS(6928), 1, + ACTIONS(6924), 1, anon_sym_RPAREN, - STATE(3941), 1, - aux_sym_type_parameters_repeat1, + STATE(4058), 1, + aux_sym_type_parameter_list_repeat1, STATE(3957), 2, sym_line_comment, sym_block_comment, - [141684] = 5, + [141679] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5454), 1, + ACTIONS(5488), 1, anon_sym_LBRACE, - ACTIONS(6930), 1, + ACTIONS(6926), 1, anon_sym_COMMA, STATE(3958), 3, sym_line_comment, sym_block_comment, aux_sym_match_expression_list_repeat1, - [141702] = 4, + [141697] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(6870), 1, + sym_identifier, + ACTIONS(6929), 1, + anon_sym_LPAREN, + STATE(1555), 1, + sym_const_definition, STATE(3959), 2, sym_line_comment, sym_block_comment, - ACTIONS(6933), 3, + [141717] = 4, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(3960), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(6931), 3, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_EQ, - [141718] = 6, + [141733] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, - anon_sym_COMMA, - ACTIONS(6935), 1, - anon_sym_RBRACK, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, - STATE(3960), 2, + ACTIONS(6870), 1, + sym_identifier, + ACTIONS(6933), 1, + anon_sym_LPAREN, + STATE(1539), 1, + sym_const_definition, + STATE(3961), 2, sym_line_comment, sym_block_comment, - [141738] = 4, + [141753] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3961), 2, + STATE(3962), 2, sym_line_comment, sym_block_comment, - ACTIONS(6937), 3, + ACTIONS(6935), 3, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LT2, - [141754] = 6, + [141769] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6240), 1, + ACTIONS(6242), 1, anon_sym_RBRACK, - ACTIONS(6939), 1, + ACTIONS(6937), 1, anon_sym_COMMA, - STATE(4087), 1, + STATE(4088), 1, aux_sym_capture_list_repeat1, - STATE(3962), 2, + STATE(3963), 2, sym_line_comment, sym_block_comment, - [141774] = 6, - ACTIONS(497), 1, + [141789] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, - aux_sym_raw_string_literal_token1, + ACTIONS(5744), 1, + anon_sym_RPAREN, + ACTIONS(6939), 1, + anon_sym_COMMA, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, + STATE(3964), 2, + sym_line_comment, + sym_block_comment, + [141809] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6454), 1, + anon_sym_COMMA, ACTIONS(6941), 1, - sym___single_quote, - STATE(3894), 1, - aux_sym_raw_string_literal_repeat1, - STATE(3963), 2, + anon_sym_RBRACK, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, + STATE(3965), 2, sym_line_comment, sym_block_comment, - [141794] = 6, + [141829] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -311757,831 +311923,809 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(6945), 1, anon_sym_LBRACE, - STATE(1104), 1, + STATE(1109), 1, sym__content_block, - STATE(3964), 2, + STATE(3966), 2, sym_line_comment, sym_block_comment, - [141814] = 6, + [141849] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(6454), 1, anon_sym_COMMA, ACTIONS(6947), 1, anon_sym_RBRACK, - STATE(3980), 1, + STATE(3982), 1, aux_sym_type_parameters_repeat1, - STATE(3965), 2, + STATE(3967), 2, sym_line_comment, sym_block_comment, - [141834] = 6, + [141869] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, + ACTIONS(6767), 1, aux_sym_raw_string_literal_token2, ACTIONS(6949), 1, sym___double_quote, - STATE(3986), 1, + STATE(3987), 1, aux_sym_raw_string_literal_repeat2, - STATE(3966), 2, + STATE(3968), 2, sym_line_comment, sym_block_comment, - [141854] = 6, + [141889] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, + ACTIONS(6783), 1, aux_sym_raw_string_literal_token1, ACTIONS(6949), 1, sym___single_quote, - STATE(3993), 1, + STATE(3995), 1, aux_sym_raw_string_literal_repeat1, - STATE(3967), 2, + STATE(3969), 2, sym_line_comment, sym_block_comment, - [141874] = 4, + [141909] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3968), 2, + STATE(3970), 2, sym_line_comment, sym_block_comment, - ACTIONS(6217), 3, + ACTIONS(6215), 3, anon_sym_RBRACE, anon_sym_DOT_DOT_DOT, sym_identifier, - [141890] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6773), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6941), 1, - sym___double_quote, - STATE(3893), 1, - aux_sym_raw_string_literal_repeat2, - STATE(3969), 2, - sym_line_comment, - sym_block_comment, - [141910] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6789), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(6951), 1, - sym___single_quote, - STATE(3894), 1, - aux_sym_raw_string_literal_repeat1, - STATE(3970), 2, - sym_line_comment, - sym_block_comment, - [141930] = 6, + [141925] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6951), 1, anon_sym_COMMA, ACTIONS(6953), 1, anon_sym_RPAREN, - STATE(4056), 1, - aux_sym_parameter_list_repeat1, + STATE(3941), 1, + aux_sym_type_parameters_repeat1, STATE(3971), 2, sym_line_comment, sym_block_comment, - [141950] = 6, - ACTIONS(3), 1, + [141945] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, - anon_sym_COMMA, + ACTIONS(6783), 1, + aux_sym_raw_string_literal_token1, ACTIONS(6955), 1, - anon_sym_RPAREN, - STATE(4059), 1, - aux_sym_type_parameter_list_repeat1, + sym___single_quote, + STATE(3895), 1, + aux_sym_raw_string_literal_repeat1, STATE(3972), 2, sym_line_comment, sym_block_comment, - [141970] = 6, + [141965] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6743), 1, anon_sym_COMMA, ACTIONS(6957), 1, anon_sym_RPAREN, - STATE(4059), 1, - aux_sym_type_parameter_list_repeat1, + STATE(4056), 1, + aux_sym_parameter_list_repeat1, STATE(3973), 2, sym_line_comment, sym_block_comment, - [141990] = 6, + [141985] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6747), 1, anon_sym_COMMA, ACTIONS(6959), 1, anon_sym_RPAREN, - STATE(4056), 1, - aux_sym_parameter_list_repeat1, + STATE(4058), 1, + aux_sym_type_parameter_list_repeat1, STATE(3974), 2, sym_line_comment, sym_block_comment, - [142010] = 4, - ACTIONS(3), 1, + [142005] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, + ACTIONS(6783), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(6961), 1, + sym___single_quote, + STATE(3895), 1, + aux_sym_raw_string_literal_repeat1, STATE(3975), 2, sym_line_comment, sym_block_comment, - ACTIONS(3941), 3, - anon_sym_SEMI, - anon_sym_RBRACK, - anon_sym_COLON, - [142026] = 5, - ACTIONS(3), 1, + [142025] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, + ACTIONS(6767), 1, + aux_sym_raw_string_literal_token2, ACTIONS(6961), 1, - anon_sym_SEMI, - ACTIONS(6964), 1, - anon_sym_RBRACK, - STATE(3976), 3, + sym___double_quote, + STATE(3894), 1, + aux_sym_raw_string_literal_repeat2, + STATE(3976), 2, sym_line_comment, sym_block_comment, - aux_sym_attribute_repeat1, - [142044] = 4, + [142045] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(6747), 1, + anon_sym_COMMA, + ACTIONS(6963), 1, + anon_sym_RPAREN, + STATE(4058), 1, + aux_sym_type_parameter_list_repeat1, STATE(3977), 2, sym_line_comment, sym_block_comment, - ACTIONS(6434), 3, - anon_sym_SEMI, - anon_sym_RBRACK, - anon_sym_COLON, - [142060] = 6, + [142065] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6777), 1, - anon_sym_COMMA, - ACTIONS(6966), 1, - anon_sym_in, - STATE(3885), 1, - aux_sym_var_definition_list_repeat1, - STATE(3978), 2, + ACTIONS(6965), 1, + anon_sym_SEMI, + ACTIONS(6968), 1, + anon_sym_RBRACK, + STATE(3978), 3, sym_line_comment, sym_block_comment, - [142080] = 6, - ACTIONS(497), 1, + aux_sym_attribute_repeat1, + [142083] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6951), 1, - sym___double_quote, - STATE(3893), 1, - aux_sym_raw_string_literal_repeat2, + ACTIONS(6743), 1, + anon_sym_COMMA, + ACTIONS(6970), 1, + anon_sym_RPAREN, + STATE(4056), 1, + aux_sym_parameter_list_repeat1, STATE(3979), 2, sym_line_comment, sym_block_comment, - [142100] = 6, + [142103] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, - anon_sym_COMMA, - ACTIONS(6968), 1, - anon_sym_RBRACK, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, STATE(3980), 2, sym_line_comment, sym_block_comment, - [142120] = 5, + ACTIONS(3947), 3, + anon_sym_SEMI, + anon_sym_RBRACK, + anon_sym_COLON, + [142119] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, STATE(3999), 1, aux_sym_type_parameters_repeat1, - ACTIONS(6970), 2, + ACTIONS(6972), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3981), 2, sym_line_comment, sym_block_comment, - [142138] = 6, + [142137] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_COLON_EQ, - ACTIONS(5086), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - STATE(3989), 1, - aux_sym_strictly_expression_list_repeat1, + ACTIONS(6974), 1, + anon_sym_RBRACK, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, STATE(3982), 2, sym_line_comment, sym_block_comment, - [142158] = 5, - ACTIONS(3), 1, + [142157] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3550), 1, - anon_sym_LBRACE, - ACTIONS(6972), 1, - anon_sym_COMMA, - STATE(3983), 3, + ACTIONS(6767), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6955), 1, + sym___double_quote, + STATE(3894), 1, + aux_sym_raw_string_literal_repeat2, + STATE(3983), 2, sym_line_comment, sym_block_comment, - aux_sym_strictly_expression_list_repeat1, - [142176] = 6, + [142177] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6975), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - ACTIONS(6977), 1, + ACTIONS(6976), 1, anon_sym_RPAREN, - STATE(3897), 1, - aux_sym_type_parameters_repeat1, + STATE(4096), 1, + aux_sym_parameter_list_repeat1, STATE(3984), 2, sym_line_comment, sym_block_comment, - [142196] = 6, + [142197] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5334), 1, + ACTIONS(3556), 1, anon_sym_LBRACE, - ACTIONS(5336), 1, + ACTIONS(6978), 1, anon_sym_COMMA, - STATE(4108), 1, - aux_sym_match_expression_list_repeat1, - STATE(3985), 2, + STATE(3985), 3, + sym_line_comment, + sym_block_comment, + aux_sym_strictly_expression_list_repeat1, + [142215] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6777), 1, + anon_sym_COMMA, + ACTIONS(6981), 1, + anon_sym_in, + STATE(3885), 1, + aux_sym_var_definition_list_repeat1, + STATE(3986), 2, sym_line_comment, sym_block_comment, - [142216] = 6, + [142235] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, + ACTIONS(6767), 1, aux_sym_raw_string_literal_token2, - ACTIONS(6979), 1, + ACTIONS(6983), 1, sym___double_quote, - STATE(3893), 1, + STATE(3894), 1, aux_sym_raw_string_literal_repeat2, - STATE(3986), 2, + STATE(3987), 2, sym_line_comment, sym_block_comment, - [142236] = 6, + [142255] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(4015), 1, + anon_sym_COLON_EQ, + ACTIONS(5088), 1, anon_sym_COMMA, - ACTIONS(6981), 1, - anon_sym_RBRACK, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, - STATE(3987), 2, + STATE(4091), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(3988), 2, sym_line_comment, sym_block_comment, - [142256] = 4, + [142275] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3988), 2, + ACTIONS(6985), 1, + sym_identifier, + ACTIONS(6987), 1, + anon_sym_LBRACE, + STATE(1232), 1, + sym__content_block, + STATE(3989), 2, sym_line_comment, sym_block_comment, - ACTIONS(6983), 3, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LT2, - [142272] = 6, + [142295] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4028), 1, - anon_sym_COLON_EQ, - ACTIONS(5086), 1, + ACTIONS(5364), 1, + anon_sym_LBRACE, + ACTIONS(5366), 1, anon_sym_COMMA, - STATE(4086), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(3989), 2, + STATE(4109), 1, + aux_sym_match_expression_list_repeat1, + STATE(3990), 2, sym_line_comment, sym_block_comment, - [142292] = 4, + [142315] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(3990), 2, + STATE(3991), 2, sym_line_comment, sym_block_comment, - ACTIONS(6985), 3, + ACTIONS(6989), 3, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_EQ, - [142308] = 5, + [142331] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2698), 1, + STATE(2827), 1, sym_type_initializer_body, - ACTIONS(6987), 2, + ACTIONS(6991), 2, anon_sym_LBRACE, anon_sym_COMMA, - STATE(3991), 2, + STATE(3992), 2, sym_line_comment, sym_block_comment, - [142326] = 6, + [142349] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5336), 1, + ACTIONS(5366), 1, anon_sym_COMMA, - ACTIONS(6989), 1, + ACTIONS(6993), 1, anon_sym_LBRACE, STATE(4107), 1, aux_sym_match_expression_list_repeat1, - STATE(3992), 2, - sym_line_comment, - sym_block_comment, - [142346] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6789), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(6979), 1, - sym___single_quote, - STATE(3894), 1, - aux_sym_raw_string_literal_repeat1, STATE(3993), 2, sym_line_comment, sym_block_comment, - [142366] = 6, + [142369] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(3508), 1, + anon_sym_LBRACE, + ACTIONS(5262), 1, anon_sym_COMMA, - ACTIONS(6991), 1, - anon_sym_RBRACK, - STATE(3960), 1, - aux_sym_type_parameters_repeat1, + STATE(3934), 1, + aux_sym_strictly_expression_list_repeat1, STATE(3994), 2, sym_line_comment, sym_block_comment, - [142386] = 6, - ACTIONS(3), 1, + [142389] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_LBRACE, - ACTIONS(5242), 1, - anon_sym_COMMA, - STATE(3932), 1, - aux_sym_strictly_expression_list_repeat1, + ACTIONS(6783), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(6983), 1, + sym___single_quote, + STATE(3895), 1, + aux_sym_raw_string_literal_repeat1, STATE(3995), 2, sym_line_comment, sym_block_comment, - [142406] = 6, + [142409] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4831), 1, + ACTIONS(4835), 1, anon_sym_COMMA, - ACTIONS(6993), 1, + ACTIONS(6995), 1, anon_sym_COLON_EQ, - STATE(4100), 1, + STATE(4101), 1, aux_sym_identifier_list_repeat1, STATE(3996), 2, sym_line_comment, sym_block_comment, - [142426] = 5, + [142429] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(6454), 1, + anon_sym_COMMA, ACTIONS(6997), 1, - anon_sym_COLON, - ACTIONS(6995), 2, - anon_sym_SEMI, anon_sym_RBRACK, + STATE(3965), 1, + aux_sym_type_parameters_repeat1, STATE(3997), 2, sym_line_comment, sym_block_comment, - [142444] = 6, + [142449] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6999), 1, - sym_identifier, - ACTIONS(7001), 1, - anon_sym_LBRACE, - STATE(2814), 1, - sym__content_block, + ACTIONS(3508), 1, + anon_sym_COLON_EQ, + ACTIONS(5088), 1, + anon_sym_COMMA, + STATE(3988), 1, + aux_sym_strictly_expression_list_repeat1, STATE(3998), 2, sym_line_comment, sym_block_comment, - [142464] = 6, + [142469] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5756), 1, + ACTIONS(5764), 1, anon_sym_RPAREN, - ACTIONS(7003), 1, + ACTIONS(6999), 1, anon_sym_COMMA, - STATE(3790), 1, + STATE(3791), 1, aux_sym_type_parameters_repeat1, STATE(3999), 2, sym_line_comment, sym_block_comment, - [142484] = 6, + [142489] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7005), 1, - anon_sym_COMMA, - ACTIONS(7007), 1, - anon_sym_RPAREN, - STATE(4023), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(7001), 1, + sym_identifier, + ACTIONS(7003), 1, + anon_sym_LBRACE, + STATE(2720), 1, + sym__content_block, STATE(4000), 2, sym_line_comment, sym_block_comment, - [142504] = 6, + [142509] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - ACTIONS(7009), 1, + ACTIONS(7005), 1, anon_sym_RPAREN, - STATE(4021), 1, + STATE(4012), 1, aux_sym_parameter_list_repeat1, STATE(4001), 2, sym_line_comment, sym_block_comment, - [142524] = 6, + [142529] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(7007), 1, + anon_sym_COMMA, + ACTIONS(7009), 1, + anon_sym_RPAREN, + STATE(3905), 1, + aux_sym_type_parameters_repeat1, + STATE(4002), 2, + sym_line_comment, + sym_block_comment, + [142549] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6747), 1, anon_sym_COMMA, ACTIONS(7011), 1, anon_sym_RPAREN, - STATE(4024), 1, + STATE(4015), 1, aux_sym_type_parameter_list_repeat1, - STATE(4002), 2, + STATE(4003), 2, + sym_line_comment, + sym_block_comment, + [142569] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(7013), 1, + anon_sym_COMMA, + ACTIONS(7016), 1, + anon_sym_in, + STATE(4004), 3, sym_line_comment, sym_block_comment, - [142544] = 6, + aux_sym_var_definition_list_repeat1, + [142587] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, + ACTIONS(6767), 1, aux_sym_raw_string_literal_token2, - ACTIONS(7013), 1, + ACTIONS(7018), 1, sym___double_quote, - STATE(4032), 1, + STATE(4034), 1, aux_sym_raw_string_literal_repeat2, - STATE(4003), 2, + STATE(4005), 2, sym_line_comment, sym_block_comment, - [142564] = 6, + [142607] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, + ACTIONS(6783), 1, aux_sym_raw_string_literal_token1, - ACTIONS(7013), 1, + ACTIONS(7018), 1, sym___single_quote, - STATE(4033), 1, + STATE(4035), 1, aux_sym_raw_string_literal_repeat1, - STATE(4004), 2, - sym_line_comment, - sym_block_comment, - [142584] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6735), 1, - anon_sym_SEMI, - ACTIONS(7015), 1, - anon_sym_RBRACK, - STATE(3869), 1, - aux_sym_attribute_repeat1, - STATE(4005), 2, + STATE(4006), 2, sym_line_comment, sym_block_comment, - [142604] = 6, + [142627] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4039), 1, - anon_sym_LBRACE, - ACTIONS(5242), 1, + ACTIONS(7020), 1, anon_sym_COMMA, - STATE(3983), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4006), 2, + ACTIONS(7022), 1, + anon_sym_RPAREN, + STATE(3964), 1, + aux_sym_type_parameters_repeat1, + STATE(4007), 2, sym_line_comment, sym_block_comment, - [142624] = 5, + [142647] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7017), 1, + ACTIONS(7024), 1, anon_sym_COMMA, - ACTIONS(7020), 1, - anon_sym_in, - STATE(4007), 3, - sym_line_comment, - sym_block_comment, - aux_sym_var_definition_list_repeat1, - [142642] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6773), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(7022), 1, - sym___double_quote, - STATE(3893), 1, - aux_sym_raw_string_literal_repeat2, + ACTIONS(7026), 1, + anon_sym_RPAREN, + STATE(4026), 1, + aux_sym_type_parameters_repeat1, STATE(4008), 2, sym_line_comment, sym_block_comment, - [142662] = 6, + [142667] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7024), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - ACTIONS(7026), 1, - anon_sym_PIPE, - STATE(4058), 1, - aux_sym_short_lambda_repeat1, + ACTIONS(7028), 1, + anon_sym_RBRACK, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, STATE(4009), 2, sym_line_comment, sym_block_comment, - [142682] = 6, + [142687] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7028), 1, + ACTIONS(6454), 1, anon_sym_COMMA, ACTIONS(7030), 1, - anon_sym_RPAREN, - STATE(3953), 1, + anon_sym_RBRACK, + STATE(4033), 1, aux_sym_type_parameters_repeat1, STATE(4010), 2, sym_line_comment, sym_block_comment, - [142702] = 6, + [142707] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_COMMA, - ACTIONS(5138), 1, - anon_sym_LBRACE, - STATE(2867), 1, - sym_block, + ACTIONS(7034), 1, + anon_sym_COLON, + ACTIONS(7032), 2, + anon_sym_SEMI, + anon_sym_RBRACK, STATE(4011), 2, sym_line_comment, sym_block_comment, - [142722] = 5, + [142725] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2698), 1, - sym_type_initializer_body, - ACTIONS(3289), 2, - anon_sym_LBRACE, + ACTIONS(6743), 1, anon_sym_COMMA, + ACTIONS(7036), 1, + anon_sym_RPAREN, + STATE(4056), 1, + aux_sym_parameter_list_repeat1, STATE(4012), 2, sym_line_comment, sym_block_comment, - [142740] = 6, + [142745] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(3215), 1, anon_sym_COMMA, - ACTIONS(7032), 1, - anon_sym_RBRACK, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(5140), 1, + anon_sym_LBRACE, + STATE(2880), 1, + sym_block, STATE(4013), 2, sym_line_comment, sym_block_comment, - [142760] = 6, - ACTIONS(497), 1, + [142765] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(7022), 1, - sym___single_quote, - STATE(3894), 1, - aux_sym_raw_string_literal_repeat1, + STATE(2827), 1, + sym_type_initializer_body, + ACTIONS(3211), 2, + anon_sym_LBRACE, + anon_sym_COMMA, STATE(4014), 2, sym_line_comment, sym_block_comment, - [142780] = 5, + [142783] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3550), 1, - anon_sym_SEMI, - ACTIONS(7034), 1, + ACTIONS(6747), 1, anon_sym_COMMA, - STATE(4015), 3, + ACTIONS(7038), 1, + anon_sym_RPAREN, + STATE(4058), 1, + aux_sym_type_parameter_list_repeat1, + STATE(4015), 2, sym_line_comment, sym_block_comment, - aux_sym_strictly_expression_list_repeat1, - [142798] = 6, + [142803] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, - anon_sym_COMMA, - ACTIONS(7037), 1, + ACTIONS(6737), 1, + anon_sym_SEMI, + ACTIONS(7040), 1, anon_sym_RBRACK, - STATE(4038), 1, - aux_sym_type_parameters_repeat1, + STATE(3871), 1, + aux_sym_attribute_repeat1, STATE(4016), 2, sym_line_comment, sym_block_comment, - [142818] = 6, + [142823] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3285), 1, - anon_sym_COMMA, - ACTIONS(7039), 1, + ACTIONS(4028), 1, anon_sym_LBRACE, - STATE(2698), 1, - sym_type_initializer_body, + ACTIONS(5262), 1, + anon_sym_COMMA, + STATE(3985), 1, + aux_sym_strictly_expression_list_repeat1, STATE(4017), 2, sym_line_comment, sym_block_comment, - [142838] = 6, + [142843] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, + ACTIONS(6783), 1, aux_sym_raw_string_literal_token1, - ACTIONS(7041), 1, + ACTIONS(7042), 1, sym___single_quote, - STATE(3970), 1, + STATE(3972), 1, aux_sym_raw_string_literal_repeat1, STATE(4018), 2, sym_line_comment, sym_block_comment, - [142858] = 5, + [142863] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(2698), 1, - sym_type_initializer_body, - ACTIONS(3269), 2, - anon_sym_LBRACE, + ACTIONS(3207), 1, anon_sym_COMMA, + ACTIONS(7044), 1, + anon_sym_LBRACE, + STATE(2827), 1, + sym_type_initializer_body, STATE(4019), 2, sym_line_comment, sym_block_comment, - [142876] = 4, - ACTIONS(3), 1, + [142883] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, + ACTIONS(6767), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(7046), 1, + sym___double_quote, + STATE(3894), 1, + aux_sym_raw_string_literal_repeat2, STATE(4020), 2, sym_line_comment, sym_block_comment, - ACTIONS(6591), 3, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LT2, - [142892] = 6, + [142903] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + STATE(2827), 1, + sym_type_initializer_body, + ACTIONS(3199), 2, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(7043), 1, - anon_sym_RPAREN, - STATE(4056), 1, - aux_sym_parameter_list_repeat1, STATE(4021), 2, sym_line_comment, sym_block_comment, - [142912] = 6, + [142921] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, + ACTIONS(6767), 1, aux_sym_raw_string_literal_token2, - ACTIONS(7041), 1, + ACTIONS(7042), 1, sym___double_quote, - STATE(3979), 1, + STATE(3983), 1, aux_sym_raw_string_literal_repeat2, STATE(4022), 2, sym_line_comment, sym_block_comment, - [142932] = 6, - ACTIONS(3), 1, + [142941] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5754), 1, - anon_sym_RPAREN, - ACTIONS(7045), 1, - anon_sym_COMMA, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(6783), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(7046), 1, + sym___single_quote, + STATE(3895), 1, + aux_sym_raw_string_literal_repeat1, STATE(4023), 2, sym_line_comment, sym_block_comment, - [142952] = 6, + [142961] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(3556), 1, + anon_sym_SEMI, + ACTIONS(7048), 1, anon_sym_COMMA, - ACTIONS(7047), 1, - anon_sym_RPAREN, - STATE(4059), 1, - aux_sym_type_parameter_list_repeat1, - STATE(4024), 2, + STATE(4024), 3, sym_line_comment, sym_block_comment, - [142972] = 4, + aux_sym_strictly_expression_list_repeat1, + [142979] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -312589,1136 +312733,1134 @@ static const uint16_t ts_small_parse_table[] = { STATE(4025), 2, sym_line_comment, sym_block_comment, - ACTIONS(7049), 3, + ACTIONS(6593), 3, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LT2, - [142988] = 6, + [142995] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, - anon_sym_COMMA, - ACTIONS(7051), 1, + ACTIONS(5758), 1, anon_sym_RPAREN, - STATE(3973), 1, - aux_sym_type_parameter_list_repeat1, + ACTIONS(7051), 1, + anon_sym_COMMA, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, STATE(4026), 2, sym_line_comment, sym_block_comment, - [143008] = 6, + [143015] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, - anon_sym_COMMA, ACTIONS(7053), 1, - anon_sym_RPAREN, - STATE(3974), 1, - aux_sym_parameter_list_repeat1, + sym_identifier, + ACTIONS(7055), 1, + anon_sym_LBRACE, + STATE(2596), 1, + sym__content_block, STATE(4027), 2, sym_line_comment, sym_block_comment, - [143028] = 6, + [143035] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7055), 1, - sym_identifier, + ACTIONS(6747), 1, + anon_sym_COMMA, ACTIONS(7057), 1, - anon_sym_LBRACE, - STATE(2607), 1, - sym__content_block, + anon_sym_RPAREN, + STATE(3977), 1, + aux_sym_type_parameter_list_repeat1, STATE(4028), 2, sym_line_comment, sym_block_comment, - [143048] = 6, + [143055] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5758), 1, - anon_sym_RPAREN, - ACTIONS(7059), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(7059), 1, + anon_sym_RPAREN, + STATE(3979), 1, + aux_sym_parameter_list_repeat1, STATE(4029), 2, sym_line_comment, sym_block_comment, - [143068] = 6, + [143075] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(5760), 1, + anon_sym_RPAREN, ACTIONS(7061), 1, anon_sym_COMMA, - ACTIONS(7063), 1, - anon_sym_RPAREN, - STATE(3999), 1, + STATE(3791), 1, aux_sym_type_parameters_repeat1, STATE(4030), 2, sym_line_comment, sym_block_comment, - [143088] = 6, + [143095] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(7063), 1, anon_sym_COMMA, ACTIONS(7065), 1, anon_sym_RPAREN, - STATE(4081), 1, - aux_sym_parameter_list_repeat1, + STATE(3999), 1, + aux_sym_type_parameters_repeat1, STATE(4031), 2, sym_line_comment, sym_block_comment, - [143108] = 6, + [143115] = 4, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + STATE(4032), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(7067), 3, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LT2, + [143131] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6454), 1, + anon_sym_COMMA, + ACTIONS(7069), 1, + anon_sym_RBRACK, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, + STATE(4033), 2, + sym_line_comment, + sym_block_comment, + [143151] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, + ACTIONS(6767), 1, aux_sym_raw_string_literal_token2, - ACTIONS(7067), 1, + ACTIONS(7071), 1, sym___double_quote, - STATE(3893), 1, + STATE(3894), 1, aux_sym_raw_string_literal_repeat2, - STATE(4032), 2, + STATE(4034), 2, sym_line_comment, sym_block_comment, - [143128] = 6, + [143171] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, + ACTIONS(6783), 1, aux_sym_raw_string_literal_token1, - ACTIONS(7067), 1, + ACTIONS(7071), 1, sym___single_quote, - STATE(3894), 1, + STATE(3895), 1, aux_sym_raw_string_literal_repeat1, - STATE(4033), 2, + STATE(4035), 2, sym_line_comment, sym_block_comment, - [143148] = 6, + [143191] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(7073), 1, anon_sym_COMMA, - ACTIONS(7069), 1, - anon_sym_RBRACK, - STATE(4102), 1, + ACTIONS(7075), 1, + anon_sym_RPAREN, + STATE(4046), 1, aux_sym_type_parameters_repeat1, - STATE(4034), 2, + STATE(4036), 2, sym_line_comment, sym_block_comment, - [143168] = 6, + [143211] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7071), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - ACTIONS(7073), 1, - anon_sym_RPAREN, - STATE(4044), 1, + ACTIONS(7077), 1, + anon_sym_RBRACK, + STATE(4106), 1, aux_sym_type_parameters_repeat1, - STATE(4035), 2, + STATE(4037), 2, sym_line_comment, sym_block_comment, - [143188] = 5, + [143231] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4896), 1, + ACTIONS(4902), 1, anon_sym_LBRACE, - ACTIONS(7075), 1, + ACTIONS(7079), 1, anon_sym_COMMA, - STATE(4036), 3, + STATE(4038), 3, sym_line_comment, sym_block_comment, aux_sym_expression_without_blocks_list_repeat1, - [143206] = 6, + [143249] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, + ACTIONS(6783), 1, aux_sym_raw_string_literal_token1, - ACTIONS(7078), 1, + ACTIONS(7082), 1, sym___single_quote, - STATE(3894), 1, + STATE(3895), 1, aux_sym_raw_string_literal_repeat1, - STATE(4037), 2, - sym_line_comment, - sym_block_comment, - [143226] = 6, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6450), 1, - anon_sym_COMMA, - ACTIONS(7080), 1, - anon_sym_RBRACK, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, - STATE(4038), 2, + STATE(4039), 2, sym_line_comment, sym_block_comment, - [143246] = 6, + [143269] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, + ACTIONS(6767), 1, aux_sym_raw_string_literal_token2, - ACTIONS(7078), 1, + ACTIONS(7082), 1, sym___double_quote, - STATE(3893), 1, + STATE(3894), 1, aux_sym_raw_string_literal_repeat2, - STATE(4039), 2, + STATE(4040), 2, sym_line_comment, sym_block_comment, - [143266] = 6, + [143289] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - ACTIONS(7082), 1, + ACTIONS(7084), 1, anon_sym_RPAREN, STATE(4056), 1, aux_sym_parameter_list_repeat1, - STATE(4040), 2, - sym_line_comment, - sym_block_comment, - [143286] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6773), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6791), 1, - sym___double_quote, - STATE(3918), 1, - aux_sym_raw_string_literal_repeat2, STATE(4041), 2, sym_line_comment, sym_block_comment, - [143306] = 6, + [143309] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(7086), 1, anon_sym_COMMA, - ACTIONS(7084), 1, + ACTIONS(7088), 1, anon_sym_RPAREN, - STATE(4059), 1, - aux_sym_type_parameter_list_repeat1, + STATE(3947), 1, + aux_sym_type_parameters_repeat1, STATE(4042), 2, sym_line_comment, sym_block_comment, - [143326] = 6, - ACTIONS(3), 1, + [143329] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, - anon_sym_COMMA, - ACTIONS(7086), 1, - anon_sym_RBRACK, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(6767), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6789), 1, + sym___double_quote, + STATE(3927), 1, + aux_sym_raw_string_literal_repeat2, STATE(4043), 2, sym_line_comment, sym_block_comment, - [143346] = 6, + [143349] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5764), 1, - anon_sym_RPAREN, - ACTIONS(7088), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - STATE(3790), 1, + ACTIONS(7090), 1, + anon_sym_RBRACK, + STATE(3791), 1, aux_sym_type_parameters_repeat1, STATE(4044), 2, sym_line_comment, sym_block_comment, - [143366] = 6, + [143369] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6747), 1, anon_sym_COMMA, - ACTIONS(7090), 1, + ACTIONS(7092), 1, anon_sym_RPAREN, - STATE(4070), 1, - aux_sym_parameter_list_repeat1, + STATE(4058), 1, + aux_sym_type_parameter_list_repeat1, STATE(4045), 2, sym_line_comment, sym_block_comment, - [143386] = 6, + [143389] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, - anon_sym_COMMA, - ACTIONS(7092), 1, + ACTIONS(5768), 1, anon_sym_RPAREN, - STATE(4071), 1, - aux_sym_type_parameter_list_repeat1, + ACTIONS(7094), 1, + anon_sym_COMMA, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, STATE(4046), 2, sym_line_comment, sym_block_comment, - [143406] = 6, + [143409] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7094), 1, + ACTIONS(6743), 1, anon_sym_COMMA, ACTIONS(7096), 1, anon_sym_RPAREN, - STATE(3945), 1, - aux_sym_type_parameters_repeat1, + STATE(4072), 1, + aux_sym_parameter_list_repeat1, STATE(4047), 2, sym_line_comment, sym_block_comment, - [143426] = 4, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - STATE(4048), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(7098), 3, - aux_sym_block_comment_token1, - aux_sym_block_comment_token2, - anon_sym_STAR_SLASH, - [143442] = 6, + [143429] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5586), 1, + ACTIONS(6747), 1, anon_sym_COMMA, - ACTIONS(5982), 1, - anon_sym_LBRACE, - STATE(4036), 1, - aux_sym_expression_without_blocks_list_repeat1, - STATE(4049), 2, + ACTIONS(7098), 1, + anon_sym_RPAREN, + STATE(4073), 1, + aux_sym_type_parameter_list_repeat1, + STATE(4048), 2, sym_line_comment, sym_block_comment, - [143462] = 6, + [143449] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4028), 1, - anon_sym_SEMI, - ACTIONS(5274), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - STATE(4015), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4050), 2, + ACTIONS(7100), 1, + anon_sym_RBRACK, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, + STATE(4049), 2, sym_line_comment, sym_block_comment, - [143482] = 6, + [143469] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7100), 1, - sym_identifier, ACTIONS(7102), 1, + sym_identifier, + ACTIONS(7104), 1, anon_sym_LBRACE, - STATE(2074), 1, + STATE(2016), 1, sym__content_block, - STATE(4051), 2, + STATE(4050), 2, sym_line_comment, sym_block_comment, - [143502] = 6, + [143489] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, + ACTIONS(6767), 1, aux_sym_raw_string_literal_token2, - ACTIONS(7104), 1, + ACTIONS(7106), 1, sym___double_quote, - STATE(4084), 1, + STATE(4071), 1, aux_sym_raw_string_literal_repeat2, + STATE(4051), 2, + sym_line_comment, + sym_block_comment, + [143509] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6747), 1, + anon_sym_COMMA, + ACTIONS(7108), 1, + anon_sym_RPAREN, + STATE(4084), 1, + aux_sym_type_parameter_list_repeat1, STATE(4052), 2, sym_line_comment, sym_block_comment, - [143522] = 6, + [143529] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, + ACTIONS(6783), 1, aux_sym_raw_string_literal_token1, - ACTIONS(7104), 1, + ACTIONS(7106), 1, sym___single_quote, - STATE(4090), 1, + STATE(4078), 1, aux_sym_raw_string_literal_repeat1, STATE(4053), 2, sym_line_comment, sym_block_comment, - [143542] = 6, + [143549] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7106), 1, + ACTIONS(7110), 1, anon_sym_COMMA, - ACTIONS(7108), 1, + ACTIONS(7112), 1, anon_sym_RPAREN, STATE(4098), 1, aux_sym_type_parameters_repeat1, STATE(4054), 2, sym_line_comment, sym_block_comment, - [143562] = 6, + [143569] = 4, ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6789), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(7110), 1, - sym___single_quote, - STATE(3963), 1, - aux_sym_raw_string_literal_repeat1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, STATE(4055), 2, sym_line_comment, sym_block_comment, - [143582] = 5, + ACTIONS(7114), 3, + aux_sym_block_comment_token1, + aux_sym_block_comment_token2, + anon_sym_STAR_SLASH, + [143585] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7112), 1, + ACTIONS(7116), 1, anon_sym_COMMA, - ACTIONS(7115), 1, + ACTIONS(7119), 1, anon_sym_RPAREN, STATE(4056), 3, sym_line_comment, sym_block_comment, aux_sym_parameter_list_repeat1, - [143600] = 6, + [143603] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4599), 1, - sym_identifier, - ACTIONS(7117), 1, - anon_sym_static, - ACTIONS(7119), 1, - anon_sym_volatile, + ACTIONS(5564), 1, + anon_sym_COMMA, + ACTIONS(5990), 1, + anon_sym_LBRACE, + STATE(4038), 1, + aux_sym_expression_without_blocks_list_repeat1, STATE(4057), 2, sym_line_comment, sym_block_comment, - [143620] = 6, + [143623] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7024), 1, - anon_sym_COMMA, ACTIONS(7121), 1, - anon_sym_PIPE, - STATE(3921), 1, - aux_sym_short_lambda_repeat1, - STATE(4058), 2, + anon_sym_COMMA, + ACTIONS(7124), 1, + anon_sym_RPAREN, + STATE(4058), 3, sym_line_comment, sym_block_comment, - [143640] = 5, + aux_sym_type_parameter_list_repeat1, + [143641] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7123), 1, - anon_sym_COMMA, ACTIONS(7126), 1, - anon_sym_RPAREN, - STATE(4059), 3, + anon_sym_COMMA, + ACTIONS(7128), 1, + anon_sym_PIPE, + STATE(3921), 1, + aux_sym_short_lambda_repeat1, + STATE(4059), 2, sym_line_comment, sym_block_comment, - aux_sym_type_parameter_list_repeat1, - [143658] = 6, + [143661] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - ACTIONS(7128), 1, + ACTIONS(7130), 1, anon_sym_RBRACK, - STATE(3790), 1, + STATE(3791), 1, aux_sym_type_parameters_repeat1, STATE(4060), 2, sym_line_comment, sym_block_comment, - [143678] = 6, + [143681] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6747), 1, anon_sym_COMMA, - ACTIONS(7130), 1, + ACTIONS(7132), 1, anon_sym_RPAREN, - STATE(4059), 1, + STATE(4058), 1, aux_sym_type_parameter_list_repeat1, STATE(4061), 2, sym_line_comment, sym_block_comment, - [143698] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6773), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(7110), 1, - sym___double_quote, - STATE(3969), 1, - aux_sym_raw_string_literal_repeat2, - STATE(4062), 2, - sym_line_comment, - sym_block_comment, - [143718] = 6, + [143701] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - ACTIONS(7132), 1, + ACTIONS(7134), 1, anon_sym_RPAREN, STATE(4056), 1, aux_sym_parameter_list_repeat1, - STATE(4063), 2, + STATE(4062), 2, sym_line_comment, sym_block_comment, - [143738] = 6, + [143721] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(4015), 1, + anon_sym_SEMI, + ACTIONS(5264), 1, anon_sym_COMMA, - ACTIONS(7134), 1, - anon_sym_RBRACK, - STATE(4079), 1, - aux_sym_type_parameters_repeat1, - STATE(4064), 2, + STATE(4024), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4063), 2, sym_line_comment, sym_block_comment, - [143758] = 6, + [143741] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(6454), 1, anon_sym_COMMA, ACTIONS(7136), 1, anon_sym_RBRACK, STATE(4060), 1, aux_sym_type_parameters_repeat1, - STATE(4065), 2, + STATE(4064), 2, sym_line_comment, sym_block_comment, - [143778] = 6, + [143761] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6747), 1, anon_sym_COMMA, ACTIONS(7138), 1, anon_sym_RPAREN, - STATE(4059), 1, + STATE(4061), 1, aux_sym_type_parameter_list_repeat1, - STATE(4066), 2, + STATE(4065), 2, sym_line_comment, sym_block_comment, - [143798] = 6, + [143781] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6454), 1, anon_sym_COMMA, ACTIONS(7140), 1, - anon_sym_RPAREN, - STATE(4061), 1, - aux_sym_type_parameter_list_repeat1, - STATE(4067), 2, + anon_sym_RBRACK, + STATE(4081), 1, + aux_sym_type_parameters_repeat1, + STATE(4066), 2, sym_line_comment, sym_block_comment, - [143818] = 6, + [143801] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6747), 1, anon_sym_COMMA, ACTIONS(7142), 1, anon_sym_RPAREN, - STATE(4063), 1, - aux_sym_parameter_list_repeat1, - STATE(4068), 2, + STATE(4058), 1, + aux_sym_type_parameter_list_repeat1, + STATE(4067), 2, sym_line_comment, sym_block_comment, - [143838] = 6, + [143821] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6743), 1, anon_sym_COMMA, ACTIONS(7144), 1, anon_sym_RPAREN, STATE(4056), 1, aux_sym_parameter_list_repeat1, - STATE(4069), 2, + STATE(4068), 2, sym_line_comment, sym_block_comment, - [143858] = 6, + [143841] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6743), 1, anon_sym_COMMA, ACTIONS(7146), 1, anon_sym_RPAREN, - STATE(4056), 1, + STATE(4062), 1, aux_sym_parameter_list_repeat1, - STATE(4070), 2, + STATE(4069), 2, sym_line_comment, sym_block_comment, - [143878] = 6, + [143861] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, - anon_sym_COMMA, - ACTIONS(7148), 1, + ACTIONS(5784), 1, anon_sym_RPAREN, - STATE(4059), 1, - aux_sym_type_parameter_list_repeat1, - STATE(4071), 2, + ACTIONS(7148), 1, + anon_sym_COMMA, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, + STATE(4070), 2, sym_line_comment, sym_block_comment, - [143898] = 6, - ACTIONS(3), 1, + [143881] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5780), 1, - anon_sym_RPAREN, + ACTIONS(6767), 1, + aux_sym_raw_string_literal_token2, ACTIONS(7150), 1, - anon_sym_COMMA, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, - STATE(4072), 2, + sym___double_quote, + STATE(3894), 1, + aux_sym_raw_string_literal_repeat2, + STATE(4071), 2, sym_line_comment, sym_block_comment, - [143918] = 6, + [143901] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6743), 1, anon_sym_COMMA, ACTIONS(7152), 1, anon_sym_RPAREN, - STATE(4080), 1, - aux_sym_type_parameter_list_repeat1, - STATE(4073), 2, + STATE(4056), 1, + aux_sym_parameter_list_repeat1, + STATE(4072), 2, sym_line_comment, sym_block_comment, - [143938] = 6, - ACTIONS(497), 1, + [143921] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6789), 1, - aux_sym_raw_string_literal_token1, + ACTIONS(6747), 1, + anon_sym_COMMA, ACTIONS(7154), 1, - sym___single_quote, - STATE(4037), 1, - aux_sym_raw_string_literal_repeat1, - STATE(4074), 2, + anon_sym_RPAREN, + STATE(4058), 1, + aux_sym_type_parameter_list_repeat1, + STATE(4073), 2, sym_line_comment, sym_block_comment, - [143958] = 4, + [143941] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - STATE(4075), 2, + STATE(4074), 2, sym_line_comment, sym_block_comment, ACTIONS(7156), 3, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_EQ, - [143974] = 4, + [143957] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(6743), 1, + anon_sym_COMMA, + ACTIONS(7158), 1, + anon_sym_RPAREN, + STATE(4087), 1, + aux_sym_parameter_list_repeat1, + STATE(4075), 2, + sym_line_comment, + sym_block_comment, + [143977] = 6, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(6783), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(7160), 1, + sym___single_quote, + STATE(3975), 1, + aux_sym_raw_string_literal_repeat1, STATE(4076), 2, sym_line_comment, sym_block_comment, - ACTIONS(6513), 3, - anon_sym_COMMA, - anon_sym_GT, - anon_sym_RBRACK, - [143990] = 6, + [143997] = 6, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, + ACTIONS(6767), 1, aux_sym_raw_string_literal_token2, - ACTIONS(7154), 1, + ACTIONS(7160), 1, sym___double_quote, - STATE(4039), 1, + STATE(3976), 1, aux_sym_raw_string_literal_repeat2, STATE(4077), 2, sym_line_comment, sym_block_comment, - [144010] = 6, - ACTIONS(3), 1, + [144017] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(7158), 1, - sym_identifier, - ACTIONS(7160), 1, - anon_sym_LBRACE, - STATE(2920), 1, - sym__content_block, + ACTIONS(6783), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(7150), 1, + sym___single_quote, + STATE(3895), 1, + aux_sym_raw_string_literal_repeat1, STATE(4078), 2, sym_line_comment, sym_block_comment, - [144030] = 6, + [144037] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, - anon_sym_COMMA, - ACTIONS(7162), 1, - anon_sym_RBRACK, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, STATE(4079), 2, sym_line_comment, sym_block_comment, - [144050] = 6, - ACTIONS(3), 1, + ACTIONS(6511), 3, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_RBRACK, + [144053] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, - anon_sym_COMMA, - ACTIONS(7164), 1, - anon_sym_RPAREN, - STATE(4059), 1, - aux_sym_type_parameter_list_repeat1, + ACTIONS(6783), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(7162), 1, + sym___single_quote, + STATE(4039), 1, + aux_sym_raw_string_literal_repeat1, STATE(4080), 2, sym_line_comment, sym_block_comment, - [144070] = 6, + [144073] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - ACTIONS(7166), 1, - anon_sym_RPAREN, - STATE(4056), 1, - aux_sym_parameter_list_repeat1, + ACTIONS(7164), 1, + anon_sym_RBRACK, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, STATE(4081), 2, sym_line_comment, sym_block_comment, - [144090] = 4, - ACTIONS(3), 1, + [144093] = 6, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, + ACTIONS(6767), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(7162), 1, + sym___double_quote, + STATE(4040), 1, + aux_sym_raw_string_literal_repeat2, STATE(4082), 2, sym_line_comment, sym_block_comment, - ACTIONS(7168), 3, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LT2, - [144106] = 6, + [144113] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, - anon_sym_COMMA, - ACTIONS(7170), 1, - anon_sym_RBRACK, - STATE(3987), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(7166), 1, + sym_identifier, + ACTIONS(7168), 1, + anon_sym_LBRACE, + STATE(2922), 1, + sym__content_block, STATE(4083), 2, sym_line_comment, sym_block_comment, - [144126] = 6, - ACTIONS(497), 1, + [144133] = 6, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6773), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(7172), 1, - sym___double_quote, - STATE(3893), 1, - aux_sym_raw_string_literal_repeat2, + ACTIONS(6747), 1, + anon_sym_COMMA, + ACTIONS(7170), 1, + anon_sym_RPAREN, + STATE(4058), 1, + aux_sym_type_parameter_list_repeat1, STATE(4084), 2, sym_line_comment, sym_block_comment, - [144146] = 6, + [144153] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - ACTIONS(7174), 1, + ACTIONS(7172), 1, anon_sym_RBRACK, - STATE(4043), 1, + STATE(4044), 1, aux_sym_type_parameters_repeat1, STATE(4085), 2, sym_line_comment, sym_block_comment, - [144166] = 5, + [144173] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3550), 1, - anon_sym_COLON_EQ, - ACTIONS(7176), 1, + STATE(4086), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(7174), 3, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LT2, + [144189] = 6, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(6743), 1, anon_sym_COMMA, - STATE(4086), 3, + ACTIONS(7176), 1, + anon_sym_RPAREN, + STATE(4056), 1, + aux_sym_parameter_list_repeat1, + STATE(4087), 2, sym_line_comment, sym_block_comment, - aux_sym_strictly_expression_list_repeat1, - [144184] = 5, + [144209] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7179), 1, + ACTIONS(7178), 1, anon_sym_COMMA, - ACTIONS(7182), 1, + ACTIONS(7181), 1, anon_sym_RBRACK, - STATE(4087), 3, + STATE(4088), 3, sym_line_comment, sym_block_comment, aux_sym_capture_list_repeat1, - [144202] = 6, + [144227] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6496), 1, + ACTIONS(6500), 1, anon_sym_DOT, - ACTIONS(6498), 1, - anon_sym_RBRACE, ACTIONS(6502), 1, + anon_sym_RBRACE, + ACTIONS(6506), 1, aux_sym_format_specifier_token1, - STATE(4088), 2, + STATE(4089), 2, sym_line_comment, sym_block_comment, - [144222] = 6, + [144247] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7184), 1, - sym_identifier, - ACTIONS(7186), 1, - anon_sym_LBRACE, - STATE(808), 1, - sym__content_block, - STATE(4089), 2, - sym_line_comment, - sym_block_comment, - [144242] = 6, - ACTIONS(497), 1, - anon_sym_SLASH_SLASH, - ACTIONS(499), 1, - anon_sym_SLASH_STAR, - ACTIONS(6789), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(7172), 1, - sym___single_quote, - STATE(3894), 1, - aux_sym_raw_string_literal_repeat1, + ACTIONS(6454), 1, + anon_sym_COMMA, + ACTIONS(7183), 1, + anon_sym_RBRACK, + STATE(4049), 1, + aux_sym_type_parameters_repeat1, STATE(4090), 2, sym_line_comment, sym_block_comment, - [144262] = 6, + [144267] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3502), 1, - anon_sym_SEMI, - ACTIONS(5274), 1, + ACTIONS(3556), 1, + anon_sym_COLON_EQ, + ACTIONS(7185), 1, anon_sym_COMMA, - STATE(4050), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4091), 2, + STATE(4091), 3, sym_line_comment, sym_block_comment, - [144282] = 6, + aux_sym_strictly_expression_list_repeat1, + [144285] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(6454), 1, anon_sym_COMMA, ACTIONS(7188), 1, anon_sym_RBRACK, - STATE(3790), 1, + STATE(3791), 1, aux_sym_type_parameters_repeat1, STATE(4092), 2, sym_line_comment, sym_block_comment, - [144302] = 6, + [144305] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7190), 1, - anon_sym_COMMA, + sym_identifier, ACTIONS(7192), 1, - anon_sym_RPAREN, - STATE(4072), 1, - aux_sym_type_parameters_repeat1, + anon_sym_LBRACE, + STATE(866), 1, + sym__content_block, STATE(4093), 2, sym_line_comment, sym_block_comment, - [144322] = 6, + [144325] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7194), 1, - sym_identifier, - ACTIONS(7196), 1, - anon_sym_LBRACE, - STATE(2354), 1, - sym__struct_body, + ACTIONS(3508), 1, + anon_sym_SEMI, + ACTIONS(5264), 1, + anon_sym_COMMA, + STATE(4063), 1, + aux_sym_strictly_expression_list_repeat1, STATE(4094), 2, sym_line_comment, sym_block_comment, - [144342] = 6, + [144345] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7198), 1, - sym_identifier, - ACTIONS(7200), 1, - anon_sym_LBRACE, - STATE(2076), 1, - sym__content_block, + ACTIONS(6747), 1, + anon_sym_COMMA, + ACTIONS(7194), 1, + anon_sym_RPAREN, + STATE(4058), 1, + aux_sym_type_parameter_list_repeat1, STATE(4095), 2, sym_line_comment, sym_block_comment, - [144362] = 6, + [144365] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - ACTIONS(7202), 1, + ACTIONS(7196), 1, anon_sym_RPAREN, - STATE(4059), 1, - aux_sym_type_parameter_list_repeat1, + STATE(4056), 1, + aux_sym_parameter_list_repeat1, STATE(4096), 2, sym_line_comment, sym_block_comment, - [144382] = 6, + [144385] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, - anon_sym_COMMA, - ACTIONS(7204), 1, - anon_sym_RPAREN, - STATE(4056), 1, - aux_sym_parameter_list_repeat1, + ACTIONS(7198), 1, + sym_identifier, + ACTIONS(7200), 1, + anon_sym_LBRACE, + STATE(2089), 1, + sym__content_block, STATE(4097), 2, sym_line_comment, sym_block_comment, - [144402] = 6, + [144405] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5786), 1, + ACTIONS(5790), 1, anon_sym_RPAREN, - ACTIONS(7206), 1, + ACTIONS(7202), 1, anon_sym_COMMA, - STATE(3790), 1, + STATE(3791), 1, aux_sym_type_parameters_repeat1, STATE(4098), 2, sym_line_comment, sym_block_comment, - [144422] = 6, + [144425] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - ACTIONS(7208), 1, + ACTIONS(7204), 1, anon_sym_RPAREN, - STATE(4069), 1, + STATE(4068), 1, aux_sym_parameter_list_repeat1, STATE(4099), 2, sym_line_comment, sym_block_comment, - [144442] = 5, + [144445] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7210), 1, + ACTIONS(6747), 1, anon_sym_COMMA, - ACTIONS(7213), 1, - anon_sym_COLON_EQ, - STATE(4100), 3, + ACTIONS(7206), 1, + anon_sym_RPAREN, + STATE(4067), 1, + aux_sym_type_parameter_list_repeat1, + STATE(4100), 2, sym_line_comment, sym_block_comment, - aux_sym_identifier_list_repeat1, - [144460] = 6, + [144465] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(7208), 1, anon_sym_COMMA, - ACTIONS(7215), 1, - anon_sym_RBRACK, - STATE(4092), 1, - aux_sym_type_parameters_repeat1, - STATE(4101), 2, + ACTIONS(7211), 1, + anon_sym_COLON_EQ, + STATE(4101), 3, sym_line_comment, sym_block_comment, - [144480] = 6, + aux_sym_identifier_list_repeat1, + [144483] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6450), 1, + ACTIONS(6454), 1, anon_sym_COMMA, - ACTIONS(7217), 1, + ACTIONS(7213), 1, anon_sym_RBRACK, - STATE(3790), 1, + STATE(4092), 1, aux_sym_type_parameters_repeat1, STATE(4102), 2, sym_line_comment, sym_block_comment, - [144500] = 6, + [144503] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(7126), 1, anon_sym_COMMA, - ACTIONS(7219), 1, - anon_sym_RPAREN, - STATE(4066), 1, - aux_sym_type_parameter_list_repeat1, + ACTIONS(7215), 1, + anon_sym_PIPE, + STATE(4059), 1, + aux_sym_short_lambda_repeat1, STATE(4103), 2, sym_line_comment, sym_block_comment, - [144520] = 6, + [144523] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6872), 1, - sym_identifier, - ACTIONS(7221), 1, - anon_sym_LPAREN, - STATE(1535), 1, - sym_const_definition, + ACTIONS(7217), 1, + anon_sym_COMMA, + ACTIONS(7219), 1, + anon_sym_RPAREN, + STATE(4070), 1, + aux_sym_type_parameters_repeat1, STATE(4104), 2, sym_line_comment, sym_block_comment, - [144540] = 6, + [144543] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5748), 1, - anon_sym_RPAREN, + ACTIONS(7221), 1, + sym_identifier, ACTIONS(7223), 1, - anon_sym_COMMA, - STATE(3790), 1, - aux_sym_type_parameters_repeat1, + anon_sym_LBRACE, + STATE(2375), 1, + sym__struct_body, STATE(4105), 2, sym_line_comment, sym_block_comment, - [144560] = 6, + [144563] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6741), 1, + ACTIONS(6454), 1, anon_sym_COMMA, ACTIONS(7225), 1, - anon_sym_RPAREN, - STATE(4097), 1, - aux_sym_parameter_list_repeat1, + anon_sym_RBRACK, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, STATE(4106), 2, sym_line_comment, sym_block_comment, - [144580] = 6, + [144583] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5336), 1, + ACTIONS(5366), 1, anon_sym_COMMA, ACTIONS(7227), 1, anon_sym_LBRACE, @@ -313727,3972 +313869,3980 @@ static const uint16_t ts_small_parse_table[] = { STATE(4107), 2, sym_line_comment, sym_block_comment, - [144600] = 6, + [144603] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5336), 1, + ACTIONS(6747), 1, anon_sym_COMMA, ACTIONS(7229), 1, - anon_sym_LBRACE, - STATE(3958), 1, - aux_sym_match_expression_list_repeat1, + anon_sym_RPAREN, + STATE(4095), 1, + aux_sym_type_parameter_list_repeat1, STATE(4108), 2, sym_line_comment, sym_block_comment, - [144620] = 6, + [144623] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, + ACTIONS(5366), 1, anon_sym_COMMA, ACTIONS(7231), 1, - anon_sym_RPAREN, - STATE(4096), 1, - aux_sym_type_parameter_list_repeat1, + anon_sym_LBRACE, + STATE(3958), 1, + aux_sym_match_expression_list_repeat1, STATE(4109), 2, sym_line_comment, sym_block_comment, - [144640] = 4, + [144643] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7233), 2, - anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(6870), 1, + sym_identifier, + ACTIONS(7233), 1, + anon_sym_LPAREN, + STATE(1525), 1, + sym_const_definition, STATE(4110), 2, sym_line_comment, sym_block_comment, - [144655] = 5, + [144663] = 6, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(5752), 1, + anon_sym_RPAREN, ACTIONS(7235), 1, - anon_sym_RBRACE, - ACTIONS(7237), 1, - aux_sym_format_specifier_token1, + anon_sym_COMMA, + STATE(3791), 1, + aux_sym_type_parameters_repeat1, STATE(4111), 2, sym_line_comment, sym_block_comment, - [144672] = 5, + [144683] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5122), 1, + ACTIONS(6420), 1, anon_sym_LBRACE, - STATE(1904), 1, - sym_block, + STATE(1587), 1, + sym__interface_body, STATE(4112), 2, sym_line_comment, sym_block_comment, - [144689] = 5, + [144700] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5122), 1, - anon_sym_LBRACE, - STATE(2110), 1, - sym_block, + ACTIONS(7237), 1, + anon_sym_RBRACE, + ACTIONS(7239), 1, + aux_sym_format_specifier_token1, STATE(4113), 2, sym_line_comment, sym_block_comment, - [144706] = 5, + [144717] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7200), 1, + ACTIONS(5144), 1, anon_sym_LBRACE, - STATE(2111), 1, - sym__content_block, + STATE(1891), 1, + sym_block, STATE(4114), 2, sym_line_comment, sym_block_comment, - [144723] = 5, + [144734] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6629), 1, - sym_identifier, - STATE(942), 1, - sym_reference_expression, + ACTIONS(5144), 1, + anon_sym_LBRACE, + STATE(2051), 1, + sym_block, STATE(4115), 2, sym_line_comment, sym_block_comment, - [144740] = 5, + [144751] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7239), 1, + ACTIONS(6633), 1, sym_identifier, - STATE(2307), 1, - sym_type_reference_expression, + STATE(881), 1, + sym_reference_expression, STATE(4116), 2, sym_line_comment, sym_block_comment, - [144757] = 5, + [144768] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7241), 1, - anon_sym_COMMA, - ACTIONS(7243), 1, - anon_sym_RPAREN, + ACTIONS(7200), 1, + anon_sym_LBRACE, + STATE(2050), 1, + sym__content_block, STATE(4117), 2, sym_line_comment, sym_block_comment, - [144774] = 5, + [144785] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6723), 1, - sym_identifier, - STATE(1985), 1, - sym_reference_expression, + ACTIONS(7241), 1, + anon_sym_COMMA, + ACTIONS(7243), 1, + anon_sym_RPAREN, STATE(4118), 2, sym_line_comment, sym_block_comment, - [144791] = 5, + [144802] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7245), 1, - anon_sym_LBRACE, - STATE(2354), 1, - sym__struct_body, + sym_identifier, + STATE(2309), 1, + sym_type_reference_expression, STATE(4119), 2, sym_line_comment, sym_block_comment, - [144808] = 5, + [144819] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7247), 1, - anon_sym_LBRACE, - STATE(2354), 1, - sym__struct_body, + anon_sym_COMMA, + ACTIONS(7249), 1, + anon_sym_RPAREN, STATE(4120), 2, sym_line_comment, sym_block_comment, - [144825] = 5, + [144836] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7249), 1, - anon_sym_LPAREN, - STATE(837), 1, - sym_special_argument_list, + ACTIONS(6721), 1, + sym_identifier, + STATE(2075), 1, + sym_reference_expression, STATE(4121), 2, sym_line_comment, sym_block_comment, - [144842] = 5, + [144853] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, + ACTIONS(7251), 1, anon_sym_LBRACE, - STATE(809), 1, - sym_block, + STATE(2375), 1, + sym__struct_body, STATE(4122), 2, sym_line_comment, sym_block_comment, - [144859] = 5, + [144870] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5150), 1, + ACTIONS(7253), 1, anon_sym_LBRACE, - STATE(1974), 1, - sym_block, + STATE(2375), 1, + sym__struct_body, STATE(4123), 2, sym_line_comment, sym_block_comment, - [144876] = 4, + [144887] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6484), 2, - anon_sym_RBRACE, - sym_identifier, + ACTIONS(7255), 1, + anon_sym_LPAREN, + STATE(917), 1, + sym_special_argument_list, STATE(4124), 2, sym_line_comment, sym_block_comment, - [144891] = 5, + [144904] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5150), 1, + ACTIONS(5146), 1, anon_sym_LBRACE, - STATE(1975), 1, + STATE(1972), 1, sym_block, STATE(4125), 2, sym_line_comment, sym_block_comment, - [144908] = 5, + [144921] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7251), 1, + ACTIONS(5146), 1, anon_sym_LBRACE, - STATE(2354), 1, - sym__struct_body, + STATE(1974), 1, + sym_block, STATE(4126), 2, sym_line_comment, sym_block_comment, - [144925] = 5, + [144938] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4972), 1, - sym_identifier, - ACTIONS(7253), 1, - anon_sym_volatile, + ACTIONS(5126), 1, + anon_sym_LBRACE, + STATE(873), 1, + sym_block, STATE(4127), 2, sym_line_comment, sym_block_comment, - [144942] = 5, + [144955] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7255), 1, + ACTIONS(7257), 1, anon_sym_LBRACE, - STATE(2354), 1, + STATE(2375), 1, sym__struct_body, STATE(4128), 2, sym_line_comment, sym_block_comment, - [144959] = 5, + [144972] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7257), 1, - anon_sym_LPAREN, - STATE(2086), 1, - sym_special_argument_list, + ACTIONS(6492), 2, + anon_sym_RBRACE, + sym_identifier, STATE(4129), 2, sym_line_comment, sym_block_comment, - [144976] = 5, + [144987] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7259), 1, anon_sym_LBRACE, - STATE(2230), 1, + STATE(2232), 1, sym__struct_body, STATE(4130), 2, sym_line_comment, sym_block_comment, - [144993] = 5, + [145004] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, + ACTIONS(4970), 1, + sym_identifier, ACTIONS(7261), 1, - anon_sym_LBRACE, - STATE(2354), 1, - sym__struct_body, + anon_sym_volatile, STATE(4131), 2, sym_line_comment, sym_block_comment, - [145010] = 4, + [145021] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1755), 2, - anon_sym_SEMI, + ACTIONS(7263), 1, anon_sym_LBRACE, + STATE(2375), 1, + sym__struct_body, STATE(4132), 2, sym_line_comment, sym_block_comment, - [145025] = 5, + [145038] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4709), 1, + ACTIONS(7265), 1, anon_sym_LBRACE, - STATE(1559), 1, - sym_block, + STATE(2375), 1, + sym__struct_body, STATE(4133), 2, sym_line_comment, sym_block_comment, - [145042] = 5, + [145055] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7263), 1, - anon_sym_LBRACE, - STATE(2354), 1, - sym__struct_body, + ACTIONS(7267), 1, + anon_sym_LPAREN, + STATE(1963), 1, + sym_special_argument_list, STATE(4134), 2, sym_line_comment, sym_block_comment, - [145059] = 5, + [145072] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7265), 1, - sym_identifier, - STATE(1406), 1, - sym_type_reference_expression, + ACTIONS(4759), 1, + anon_sym_LBRACE, + STATE(1527), 1, + sym_block, STATE(4135), 2, sym_line_comment, sym_block_comment, - [145076] = 5, + [145089] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7267), 1, - sym_identifier, - STATE(1561), 1, - sym_label_reference, + ACTIONS(7269), 1, + anon_sym_LBRACE, + STATE(2375), 1, + sym__struct_body, STATE(4136), 2, sym_line_comment, sym_block_comment, - [145093] = 5, + [145106] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7269), 1, - anon_sym_LBRACE, - STATE(2354), 1, - sym__struct_body, + ACTIONS(7271), 1, + sym_identifier, + STATE(1529), 1, + sym_label_reference, STATE(4137), 2, sym_line_comment, sym_block_comment, - [145110] = 5, + [145123] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7039), 1, + ACTIONS(7044), 1, anon_sym_LBRACE, - STATE(2698), 1, + STATE(2827), 1, sym_type_initializer_body, STATE(4138), 2, sym_line_comment, sym_block_comment, - [145127] = 5, + [145140] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5122), 1, + ACTIONS(5144), 1, anon_sym_LBRACE, - STATE(2077), 1, + STATE(2090), 1, sym_block, STATE(4139), 2, sym_line_comment, sym_block_comment, - [145144] = 5, + [145157] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7271), 1, + ACTIONS(1755), 2, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(2354), 1, - sym__struct_body, STATE(4140), 2, sym_line_comment, sym_block_comment, - [145161] = 5, + [145172] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5126), 1, + ACTIONS(7273), 1, anon_sym_LBRACE, - STATE(2955), 1, - sym_block, + STATE(2375), 1, + sym__struct_body, STATE(4141), 2, sym_line_comment, sym_block_comment, - [145178] = 5, + [145189] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7273), 1, + ACTIONS(7275), 1, anon_sym_LBRACE, - STATE(2354), 1, + STATE(2375), 1, sym__struct_body, STATE(4142), 2, sym_line_comment, sym_block_comment, - [145195] = 5, + [145206] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4713), 1, - anon_sym_LPAREN, - STATE(1977), 1, - sym_argument_list, + ACTIONS(7277), 1, + anon_sym_LBRACE, + STATE(2375), 1, + sym__struct_body, STATE(4143), 2, sym_line_comment, sym_block_comment, - [145212] = 5, + [145223] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7275), 1, + ACTIONS(5124), 1, anon_sym_LBRACE, - STATE(2937), 1, - sym_type_initializer_body, + STATE(2910), 1, + sym_block, STATE(4144), 2, sym_line_comment, sym_block_comment, - [145229] = 5, + [145240] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, - anon_sym_LBRACE, - STATE(1757), 1, - sym_block, + ACTIONS(7279), 1, + sym_identifier, + STATE(1383), 1, + sym_type_reference_expression, STATE(4145), 2, sym_line_comment, sym_block_comment, - [145246] = 5, + [145257] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7277), 1, + ACTIONS(7281), 1, anon_sym_LBRACE, - STATE(2354), 1, - sym__struct_body, + STATE(2926), 1, + sym_type_initializer_body, STATE(4146), 2, sym_line_comment, sym_block_comment, - [145263] = 5, + [145274] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5150), 1, + ACTIONS(7283), 1, anon_sym_LBRACE, - STATE(1980), 1, - sym_block, + STATE(2375), 1, + sym__struct_body, STATE(4147), 2, sym_line_comment, sym_block_comment, - [145280] = 5, + [145291] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5122), 1, + ACTIONS(4709), 1, anon_sym_LBRACE, - STATE(2118), 1, + STATE(1760), 1, sym_block, STATE(4148), 2, sym_line_comment, sym_block_comment, - [145297] = 5, + [145308] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, - anon_sym_LBRACE, - STATE(2053), 1, - sym_type_initializer_body, + ACTIONS(4713), 1, + anon_sym_LPAREN, + STATE(1976), 1, + sym_argument_list, STATE(4149), 2, sym_line_comment, sym_block_comment, - [145314] = 5, + [145325] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7196), 1, + ACTIONS(5144), 1, anon_sym_LBRACE, - STATE(2354), 1, - sym__struct_body, + STATE(2125), 1, + sym_block, STATE(4150), 2, sym_line_comment, sym_block_comment, - [145331] = 5, + [145342] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7279), 1, + ACTIONS(7223), 1, anon_sym_LBRACE, - STATE(2613), 1, + STATE(2375), 1, sym__struct_body, STATE(4151), 2, sym_line_comment, sym_block_comment, - [145348] = 4, + [145359] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7182), 2, - anon_sym_COMMA, - anon_sym_RBRACK, + ACTIONS(5146), 1, + anon_sym_LBRACE, + STATE(1979), 1, + sym_block, STATE(4152), 2, sym_line_comment, sym_block_comment, - [145363] = 5, + [145376] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7281), 1, - anon_sym_LBRACE, - STATE(2053), 1, - sym_type_initializer_body, + ACTIONS(7181), 2, + anon_sym_COMMA, + anon_sym_RBRACK, STATE(4153), 2, sym_line_comment, sym_block_comment, - [145380] = 5, + [145391] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, + ACTIONS(3211), 1, anon_sym_LBRACE, - STATE(1720), 1, - sym_block, + STATE(2081), 1, + sym_type_initializer_body, STATE(4154), 2, sym_line_comment, sym_block_comment, - [145397] = 5, + [145408] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, + ACTIONS(7285), 1, anon_sym_LBRACE, - STATE(2053), 1, - sym_type_initializer_body, + STATE(2646), 1, + sym__struct_body, STATE(4155), 2, sym_line_comment, sym_block_comment, - [145414] = 5, + [145425] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7283), 1, + ACTIONS(7287), 1, anon_sym_LBRACE, - STATE(658), 1, + STATE(2081), 1, sym_type_initializer_body, STATE(4156), 2, sym_line_comment, sym_block_comment, - [145431] = 5, + [145442] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1889), 1, + ACTIONS(1871), 1, anon_sym_RBRACE, STATE(3715), 1, sym___rcbr, STATE(4157), 2, sym_line_comment, sym_block_comment, - [145448] = 5, + [145459] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6549), 1, + ACTIONS(7289), 1, anon_sym_LBRACE, - STATE(1587), 1, - sym__enum_body, + STATE(687), 1, + sym_type_initializer_body, STATE(4158), 2, sym_line_comment, sym_block_comment, - [145465] = 5, + [145476] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7285), 1, + ACTIONS(4709), 1, anon_sym_LBRACE, - STATE(2757), 1, - sym__struct_body, + STATE(1723), 1, + sym_block, STATE(4159), 2, sym_line_comment, sym_block_comment, - [145482] = 5, + [145493] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5126), 1, + ACTIONS(3199), 1, anon_sym_LBRACE, - STATE(2782), 1, - sym_block, + STATE(2081), 1, + sym_type_initializer_body, STATE(4160), 2, sym_line_comment, sym_block_comment, - [145499] = 5, + [145510] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5126), 1, + ACTIONS(7291), 1, anon_sym_LBRACE, - STATE(2947), 1, - sym_block, + STATE(2757), 1, + sym__struct_body, STATE(4161), 2, sym_line_comment, sym_block_comment, - [145516] = 5, + [145527] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3425), 1, - anon_sym_COMMA, - ACTIONS(7287), 1, - anon_sym_RPAREN, + ACTIONS(5124), 1, + anon_sym_LBRACE, + STATE(2710), 1, + sym_block, STATE(4162), 2, sym_line_comment, sym_block_comment, - [145533] = 5, + [145544] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, - anon_sym_LBRACE, - STATE(1722), 1, - sym_block, + ACTIONS(3391), 1, + anon_sym_COMMA, + ACTIONS(7293), 1, + anon_sym_RPAREN, STATE(4163), 2, sym_line_comment, sym_block_comment, - [145550] = 5, + [145561] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7289), 1, - sym_identifier, - STATE(2786), 1, - sym_type_reference_expression, + ACTIONS(7295), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(4164), 2, sym_line_comment, sym_block_comment, - [145567] = 4, + [145576] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7291), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5124), 1, + anon_sym_LBRACE, + STATE(2956), 1, + sym_block, STATE(4165), 2, sym_line_comment, sym_block_comment, - [145582] = 5, + [145593] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7102), 1, - anon_sym_LBRACE, - STATE(1988), 1, - sym__content_block, + ACTIONS(7297), 1, + sym_identifier, + STATE(2788), 1, + sym_type_reference_expression, STATE(4166), 2, sym_line_comment, sym_block_comment, - [145599] = 5, + [145610] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7160), 1, + ACTIONS(5140), 1, anon_sym_LBRACE, - STATE(2959), 1, - sym__content_block, + STATE(2763), 1, + sym_block, STATE(4167), 2, sym_line_comment, sym_block_comment, - [145616] = 5, + [145627] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5138), 1, + ACTIONS(7168), 1, anon_sym_LBRACE, - STATE(2717), 1, - sym_block, + STATE(2958), 1, + sym__content_block, STATE(4168), 2, sym_line_comment, sym_block_comment, - [145633] = 5, + [145644] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5122), 1, + ACTIONS(5150), 1, anon_sym_LBRACE, - STATE(2138), 1, + STATE(1199), 1, sym_block, STATE(4169), 2, sym_line_comment, sym_block_comment, - [145650] = 5, + [145661] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5150), 1, + ACTIONS(7299), 1, anon_sym_LBRACE, - STATE(1989), 1, - sym_block, + STATE(2375), 1, + sym__struct_body, STATE(4170), 2, sym_line_comment, sym_block_comment, - [145667] = 5, + [145678] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7293), 1, + ACTIONS(5144), 1, anon_sym_LBRACE, - STATE(2354), 1, - sym__struct_body, + STATE(2156), 1, + sym_block, STATE(4171), 2, sym_line_comment, sym_block_comment, - [145684] = 5, + [145695] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4781), 1, - anon_sym_LPAREN, - STATE(2142), 1, - sym_argument_list, + ACTIONS(7104), 1, + anon_sym_LBRACE, + STATE(1987), 1, + sym__content_block, STATE(4172), 2, sym_line_comment, sym_block_comment, - [145701] = 5, + [145712] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5150), 1, - anon_sym_LBRACE, - STATE(1946), 1, - sym_block, + ACTIONS(4771), 1, + anon_sym_LPAREN, + STATE(2161), 1, + sym_argument_list, STATE(4173), 2, sym_line_comment, sym_block_comment, - [145718] = 5, + [145729] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, - anon_sym_LBRACE, - STATE(2000), 1, - sym_type_initializer_body, + ACTIONS(7301), 1, + sym_identifier, + STATE(2598), 1, + sym_type_reference_expression, STATE(4174), 2, sym_line_comment, sym_block_comment, - [145735] = 5, + [145746] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7295), 1, + ACTIONS(5146), 1, anon_sym_LBRACE, - STATE(2000), 1, - sym_type_initializer_body, + STATE(1988), 1, + sym_block, STATE(4175), 2, sym_line_comment, sym_block_comment, - [145752] = 5, + [145763] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5150), 1, + ACTIONS(5146), 1, anon_sym_LBRACE, - STATE(2120), 1, + STATE(1848), 1, sym_block, STATE(4176), 2, sym_line_comment, sym_block_comment, - [145769] = 5, + [145780] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7297), 1, - sym_identifier, - STATE(2547), 1, - sym_type_reference_expression, + ACTIONS(3199), 1, + anon_sym_LBRACE, + STATE(2000), 1, + sym_type_initializer_body, STATE(4177), 2, sym_line_comment, sym_block_comment, - [145786] = 5, + [145797] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6805), 1, - sym_identifier, - STATE(4383), 1, - sym_reference_expression, + ACTIONS(5146), 1, + anon_sym_LBRACE, + STATE(2056), 1, + sym_block, STATE(4178), 2, sym_line_comment, sym_block_comment, - [145803] = 5, + [145814] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7299), 1, + ACTIONS(5144), 1, anon_sym_LBRACE, - STATE(1421), 1, - sym__struct_body, + STATE(2168), 1, + sym_block, STATE(4179), 2, sym_line_comment, sym_block_comment, - [145820] = 4, + [145831] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7301), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6519), 1, + sym_identifier, + STATE(3825), 1, + sym_generic_parameter, STATE(4180), 2, sym_line_comment, sym_block_comment, - [145835] = 5, + [145848] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5122), 1, - anon_sym_LBRACE, - STATE(2147), 1, - sym_block, + ACTIONS(7303), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(4181), 2, sym_line_comment, sym_block_comment, - [145852] = 5, + [145863] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5122), 1, - anon_sym_LBRACE, - STATE(2148), 1, - sym_block, + ACTIONS(6817), 1, + sym_identifier, + STATE(4389), 1, + sym_reference_expression, STATE(4182), 2, sym_line_comment, sym_block_comment, - [145869] = 5, + [145880] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, + ACTIONS(7305), 1, anon_sym_LBRACE, STATE(2000), 1, sym_type_initializer_body, STATE(4183), 2, sym_line_comment, sym_block_comment, - [145886] = 4, + [145897] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7126), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7307), 1, + anon_sym_LBRACE, + STATE(1423), 1, + sym__struct_body, STATE(4184), 2, sym_line_comment, sym_block_comment, - [145901] = 5, + [145914] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6515), 1, - sym_identifier, - STATE(3825), 1, - sym_generic_parameter, + ACTIONS(7124), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(4185), 2, sym_line_comment, sym_block_comment, - [145918] = 5, + [145929] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5150), 1, + ACTIONS(5144), 1, anon_sym_LBRACE, - STATE(1996), 1, + STATE(2169), 1, sym_block, STATE(4186), 2, sym_line_comment, sym_block_comment, - [145935] = 5, + [145946] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7303), 1, - sym_identifier, - STATE(1452), 1, - sym_type_reference_expression, + ACTIONS(4709), 1, + anon_sym_LBRACE, + STATE(1720), 1, + sym_block, STATE(4187), 2, sym_line_comment, sym_block_comment, - [145952] = 5, + [145963] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(549), 1, - sym_block, + ACTIONS(7309), 1, + sym_identifier, + STATE(1456), 1, + sym_type_reference_expression, STATE(4188), 2, sym_line_comment, sym_block_comment, - [145969] = 5, + [145980] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7305), 1, + ACTIONS(7119), 2, anon_sym_COMMA, - ACTIONS(7307), 1, anon_sym_RPAREN, STATE(4189), 2, sym_line_comment, sym_block_comment, - [145986] = 4, + [145995] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7115), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5126), 1, + anon_sym_LBRACE, + STATE(592), 1, + sym_block, STATE(4190), 2, sym_line_comment, sym_block_comment, - [146001] = 5, + [146012] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7309), 1, + ACTIONS(7311), 1, anon_sym_LPAREN, - STATE(1724), 1, + STATE(1793), 1, sym_argument_list, STATE(4191), 2, sym_line_comment, sym_block_comment, - [146018] = 5, + [146029] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, + ACTIONS(3211), 1, anon_sym_LBRACE, - STATE(658), 1, + STATE(2000), 1, sym_type_initializer_body, STATE(4192), 2, sym_line_comment, sym_block_comment, - [146035] = 5, + [146046] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, + ACTIONS(5146), 1, anon_sym_LBRACE, - STATE(1729), 1, + STATE(1995), 1, sym_block, STATE(4193), 2, sym_line_comment, sym_block_comment, - [146052] = 5, + [146063] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7295), 1, - anon_sym_LBRACE, - STATE(2000), 1, - sym_type_initializer_body, + ACTIONS(7313), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(4194), 2, sym_line_comment, sym_block_comment, - [146069] = 5, + [146078] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6884), 1, - anon_sym_LBRACE, - STATE(3743), 1, - sym__content_block, + ACTIONS(7315), 1, + anon_sym_COMMA, + ACTIONS(7317), 1, + anon_sym_RPAREN, STATE(4195), 2, sym_line_comment, sym_block_comment, - [146086] = 4, + [146095] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7311), 2, + ACTIONS(7319), 1, anon_sym_COMMA, + ACTIONS(7321), 1, anon_sym_RPAREN, STATE(4196), 2, sym_line_comment, sym_block_comment, - [146101] = 5, + [146112] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7313), 1, - anon_sym_COMMA, - ACTIONS(7315), 1, - anon_sym_RPAREN, + ACTIONS(3211), 1, + anon_sym_LBRACE, + STATE(687), 1, + sym_type_initializer_body, STATE(4197), 2, sym_line_comment, sym_block_comment, - [146118] = 5, + [146129] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7317), 1, + ACTIONS(7305), 1, anon_sym_LBRACE, - STATE(2354), 1, - sym__struct_body, + STATE(2000), 1, + sym_type_initializer_body, STATE(4198), 2, sym_line_comment, sym_block_comment, - [146135] = 5, + [146146] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, + ACTIONS(4709), 1, anon_sym_LBRACE, - STATE(3755), 1, + STATE(1789), 1, sym_block, STATE(4199), 2, sym_line_comment, sym_block_comment, - [146152] = 5, + [146163] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7283), 1, + ACTIONS(6898), 1, anon_sym_LBRACE, - STATE(658), 1, - sym_type_initializer_body, + STATE(3714), 1, + sym__content_block, STATE(4200), 2, sym_line_comment, sym_block_comment, - [146169] = 5, + [146180] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, + ACTIONS(7323), 1, anon_sym_LBRACE, - STATE(3756), 1, - sym_block, + STATE(2375), 1, + sym__struct_body, STATE(4201), 2, sym_line_comment, sym_block_comment, - [146186] = 5, + [146197] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5124), 1, + ACTIONS(4709), 1, anon_sym_LBRACE, - STATE(1353), 1, + STATE(3745), 1, sym_block, STATE(4202), 2, sym_line_comment, sym_block_comment, - [146203] = 5, + [146214] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7319), 1, - anon_sym_LPAREN, - STATE(2020), 1, - sym_special_argument_list, + ACTIONS(4709), 1, + anon_sym_LBRACE, + STATE(3757), 1, + sym_block, STATE(4203), 2, sym_line_comment, sym_block_comment, - [146220] = 4, + [146231] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7321), 2, - anon_sym_SEMI, - anon_sym_RBRACK, + ACTIONS(7289), 1, + anon_sym_LBRACE, + STATE(687), 1, + sym_type_initializer_body, STATE(4204), 2, sym_line_comment, sym_block_comment, - [146235] = 4, + [146248] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6995), 2, - anon_sym_SEMI, - anon_sym_RBRACK, + ACTIONS(5140), 1, + anon_sym_LBRACE, + STATE(2826), 1, + sym_block, STATE(4205), 2, sym_line_comment, sym_block_comment, - [146250] = 5, + [146265] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7323), 1, - anon_sym_COMMA, - ACTIONS(7325), 1, - anon_sym_RPAREN, + ACTIONS(7325), 2, + anon_sym_SEMI, + anon_sym_RBRACK, STATE(4206), 2, sym_line_comment, sym_block_comment, - [146267] = 5, + [146280] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6637), 1, - sym_identifier, - STATE(2024), 1, - sym_reference_expression, + ACTIONS(5140), 1, + anon_sym_LBRACE, + STATE(2694), 1, + sym_block, STATE(4207), 2, sym_line_comment, sym_block_comment, - [146284] = 5, + [146297] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5138), 1, + ACTIONS(5086), 1, anon_sym_LBRACE, - STATE(2693), 1, + STATE(1355), 1, sym_block, STATE(4208), 2, sym_line_comment, sym_block_comment, - [146301] = 5, + [146314] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, - anon_sym_LBRACE, - STATE(658), 1, - sym_type_initializer_body, + ACTIONS(7327), 1, + anon_sym_LPAREN, + STATE(2020), 1, + sym_special_argument_list, STATE(4209), 2, sym_line_comment, sym_block_comment, - [146318] = 5, + [146331] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5138), 1, - anon_sym_LBRACE, - STATE(2810), 1, - sym_block, + ACTIONS(6641), 1, + sym_identifier, + STATE(2025), 1, + sym_reference_expression, STATE(4210), 2, sym_line_comment, sym_block_comment, - [146335] = 5, + [146348] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(356), 1, - sym_block, + ACTIONS(7032), 2, + anon_sym_SEMI, + anon_sym_RBRACK, STATE(4211), 2, sym_line_comment, sym_block_comment, - [146352] = 5, + [146363] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7327), 1, - anon_sym_COMMA, - ACTIONS(7329), 1, - anon_sym_RPAREN, + ACTIONS(3199), 1, + anon_sym_LBRACE, + STATE(687), 1, + sym_type_initializer_body, STATE(4212), 2, sym_line_comment, sym_block_comment, - [146369] = 5, + [146380] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(467), 1, - sym_block, + ACTIONS(7329), 1, + sym_identifier, + STATE(1927), 1, + sym_type_reference_expression, STATE(4213), 2, sym_line_comment, sym_block_comment, - [146386] = 5, + [146397] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7331), 1, - sym_identifier, - STATE(1918), 1, - sym_type_reference_expression, + ACTIONS(5126), 1, + anon_sym_LBRACE, + STATE(348), 1, + sym_block, STATE(4214), 2, sym_line_comment, sym_block_comment, - [146403] = 5, + [146414] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6416), 1, - anon_sym_LBRACE, - STATE(1549), 1, - sym__interface_body, + ACTIONS(5154), 1, + anon_sym_LPAREN, + STATE(2833), 1, + sym_argument_list, STATE(4215), 2, sym_line_comment, sym_block_comment, - [146420] = 5, + [146431] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7186), 1, + ACTIONS(6420), 1, anon_sym_LBRACE, - STATE(464), 1, - sym__content_block, + STATE(1593), 1, + sym__interface_body, STATE(4216), 2, sym_line_comment, sym_block_comment, - [146437] = 5, + [146448] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6549), 1, + ACTIONS(6555), 1, anon_sym_LBRACE, - STATE(1548), 1, + STATE(1592), 1, sym__enum_body, STATE(4217), 2, sym_line_comment, sym_block_comment, - [146454] = 5, + [146465] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6418), 1, + ACTIONS(5126), 1, anon_sym_LBRACE, - STATE(1547), 1, - sym__struct_body, + STATE(452), 1, + sym_block, STATE(4218), 2, sym_line_comment, sym_block_comment, - [146471] = 5, + [146482] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5154), 1, - anon_sym_LPAREN, - STATE(2822), 1, - sym_argument_list, + ACTIONS(6422), 1, + anon_sym_LBRACE, + STATE(1591), 1, + sym__struct_body, STATE(4219), 2, sym_line_comment, sym_block_comment, - [146488] = 4, + [146499] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4880), 2, - anon_sym_COMMA, - anon_sym_in, + ACTIONS(7192), 1, + anon_sym_LBRACE, + STATE(468), 1, + sym__content_block, STATE(4220), 2, sym_line_comment, sym_block_comment, - [146503] = 5, + [146516] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4709), 1, - anon_sym_LBRACE, - STATE(1592), 1, - sym_block, + ACTIONS(4879), 2, + anon_sym_COMMA, + anon_sym_in, STATE(4221), 2, sym_line_comment, sym_block_comment, - [146520] = 5, + [146531] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4709), 1, + ACTIONS(5140), 1, anon_sym_LBRACE, - STATE(1597), 1, + STATE(2838), 1, sym_block, STATE(4222), 2, sym_line_comment, sym_block_comment, - [146537] = 5, + [146548] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7333), 1, - anon_sym_LBRACE, - STATE(1598), 1, - sym__content_block, + ACTIONS(6559), 1, + sym_identifier, + STATE(2647), 1, + sym_reference_expression, STATE(4223), 2, sym_line_comment, sym_block_comment, - [146554] = 5, + [146565] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5138), 1, + ACTIONS(4759), 1, anon_sym_LBRACE, - STATE(2694), 1, + STATE(1547), 1, sym_block, STATE(4224), 2, sym_line_comment, sym_block_comment, - [146571] = 5, + [146582] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6805), 1, - sym_identifier, - STATE(3887), 1, - sym_reference_expression, + ACTIONS(7331), 1, + anon_sym_LPAREN, + STATE(2616), 1, + sym_special_argument_list, STATE(4225), 2, sym_line_comment, sym_block_comment, - [146588] = 5, + [146599] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6555), 1, - sym_identifier, - STATE(2614), 1, - sym_reference_expression, + ACTIONS(5148), 1, + anon_sym_LBRACE, + STATE(2597), 1, + sym_block, STATE(4226), 2, sym_line_comment, sym_block_comment, - [146605] = 5, + [146616] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6416), 1, + ACTIONS(4759), 1, anon_sym_LBRACE, - STATE(1543), 1, - sym__interface_body, + STATE(1549), 1, + sym_block, STATE(4227), 2, sym_line_comment, sym_block_comment, - [146622] = 5, + [146633] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7335), 1, - anon_sym_LPAREN, - STATE(2611), 1, - sym_special_argument_list, + ACTIONS(7333), 1, + anon_sym_LBRACE, + STATE(1550), 1, + sym__content_block, STATE(4228), 2, sym_line_comment, sym_block_comment, - [146639] = 5, + [146650] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5148), 1, + ACTIONS(6555), 1, anon_sym_LBRACE, - STATE(2608), 1, - sym_block, + STATE(1586), 1, + sym__enum_body, STATE(4229), 2, sym_line_comment, sym_block_comment, - [146656] = 5, + [146667] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6549), 1, - anon_sym_LBRACE, - STATE(1542), 1, - sym__enum_body, + ACTIONS(6817), 1, + sym_identifier, + STATE(3889), 1, + sym_reference_expression, STATE(4230), 2, sym_line_comment, sym_block_comment, - [146673] = 5, + [146684] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6418), 1, - anon_sym_LBRACE, - STATE(1541), 1, - sym__struct_body, + ACTIONS(3954), 2, + anon_sym_SEMI, + anon_sym_RBRACK, STATE(4231), 2, sym_line_comment, sym_block_comment, - [146690] = 5, + [146699] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5146), 1, + ACTIONS(6422), 1, anon_sym_LBRACE, - STATE(1073), 1, - sym_block, + STATE(1585), 1, + sym__struct_body, STATE(4232), 2, sym_line_comment, sym_block_comment, - [146707] = 5, + [146716] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5122), 1, + ACTIONS(7003), 1, anon_sym_LBRACE, - STATE(2168), 1, - sym_block, + STATE(2703), 1, + sym__content_block, STATE(4233), 2, sym_line_comment, sym_block_comment, - [146724] = 4, + [146733] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3945), 2, - anon_sym_SEMI, - anon_sym_RBRACK, + ACTIONS(5140), 1, + anon_sym_LBRACE, + STATE(2702), 1, + sym_block, STATE(4234), 2, sym_line_comment, sym_block_comment, - [146739] = 5, + [146750] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7001), 1, + ACTIONS(5140), 1, anon_sym_LBRACE, - STATE(2712), 1, - sym__content_block, + STATE(2546), 1, + sym_block, STATE(4235), 2, sym_line_comment, sym_block_comment, - [146756] = 5, + [146767] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, + ACTIONS(4709), 1, anon_sym_LBRACE, - STATE(1769), 1, + STATE(1739), 1, sym_block, STATE(4236), 2, sym_line_comment, sym_block_comment, - [146773] = 5, + [146784] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5138), 1, + ACTIONS(5144), 1, anon_sym_LBRACE, - STATE(2710), 1, + STATE(2151), 1, sym_block, STATE(4237), 2, sym_line_comment, sym_block_comment, - [146790] = 5, + [146801] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, + ACTIONS(5142), 1, anon_sym_LBRACE, - STATE(1666), 1, + STATE(1023), 1, sym_block, STATE(4238), 2, sym_line_comment, sym_block_comment, - [146807] = 5, + [146818] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, + ACTIONS(7335), 1, anon_sym_LBRACE, - STATE(1793), 1, - sym_type_initializer_body, + STATE(1948), 1, + sym__struct_body, STATE(4239), 2, sym_line_comment, sym_block_comment, - [146824] = 5, + [146835] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7337), 1, anon_sym_LBRACE, - STATE(1793), 1, + STATE(2573), 1, sym_type_initializer_body, STATE(4240), 2, sym_line_comment, sym_block_comment, - [146841] = 5, - ACTIONS(497), 1, + [146852] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7339), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(7341), 1, - sym___double_quote, + ACTIONS(4709), 1, + anon_sym_LBRACE, + STATE(1667), 1, + sym_block, STATE(4241), 2, sym_line_comment, sym_block_comment, - [146858] = 5, + [146869] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5138), 1, + ACTIONS(3199), 1, anon_sym_LBRACE, - STATE(2648), 1, - sym_block, + STATE(1732), 1, + sym_type_initializer_body, STATE(4242), 2, sym_line_comment, sym_block_comment, - [146875] = 5, + [146886] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7343), 1, - anon_sym_COMMA, - ACTIONS(7345), 1, - anon_sym_RPAREN, + ACTIONS(7339), 1, + anon_sym_LBRACE, + STATE(1732), 1, + sym_type_initializer_body, STATE(4243), 2, sym_line_comment, sym_block_comment, - [146892] = 5, - ACTIONS(497), 1, + [146903] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7347), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(7349), 1, - sym___single_quote, + ACTIONS(6422), 1, + anon_sym_LBRACE, + STATE(1603), 1, + sym__struct_body, STATE(4244), 2, sym_line_comment, sym_block_comment, - [146909] = 5, + [146920] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6418), 1, - anon_sym_LBRACE, - STATE(1586), 1, - sym__struct_body, + ACTIONS(7341), 1, + anon_sym_COMMA, + ACTIONS(7343), 1, + anon_sym_RPAREN, STATE(4245), 2, sym_line_comment, sym_block_comment, - [146926] = 5, + [146937] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7351), 1, + ACTIONS(6555), 1, anon_sym_LBRACE, - STATE(1936), 1, - sym__struct_body, + STATE(1570), 1, + sym__enum_body, STATE(4246), 2, sym_line_comment, sym_block_comment, - [146943] = 5, + [146954] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6418), 1, + ACTIONS(6420), 1, anon_sym_LBRACE, - STATE(1480), 1, - sym__struct_body, + STATE(1561), 1, + sym__interface_body, STATE(4247), 2, sym_line_comment, sym_block_comment, - [146960] = 5, - ACTIONS(3), 1, + [146971] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(7353), 1, - anon_sym_LBRACE, - STATE(2531), 1, - sym_type_initializer_body, + ACTIONS(7345), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(7347), 1, + sym___double_quote, STATE(4248), 2, sym_line_comment, sym_block_comment, - [146977] = 5, - ACTIONS(3), 1, + [146988] = 5, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(5136), 1, - anon_sym_LBRACE, - STATE(1187), 1, - sym_block, + ACTIONS(7349), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(7351), 1, + sym___single_quote, STATE(4249), 2, sym_line_comment, sym_block_comment, - [146994] = 5, + [147005] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5136), 1, + ACTIONS(6422), 1, anon_sym_LBRACE, - STATE(1188), 1, - sym_block, + STATE(1499), 1, + sym__struct_body, STATE(4250), 2, sym_line_comment, sym_block_comment, - [147011] = 5, + [147022] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, + ACTIONS(5150), 1, anon_sym_LBRACE, - STATE(1793), 1, - sym_type_initializer_body, + STATE(1276), 1, + sym_block, STATE(4251), 2, sym_line_comment, sym_block_comment, - [147028] = 5, + [147039] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7355), 1, - anon_sym_LPAREN, - STATE(487), 1, - sym_argument_list, + ACTIONS(5136), 1, + anon_sym_LBRACE, + STATE(2274), 1, + sym_block, STATE(4252), 2, sym_line_comment, sym_block_comment, - [147045] = 5, + [147056] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6416), 1, + ACTIONS(3211), 1, anon_sym_LBRACE, - STATE(1588), 1, - sym__interface_body, + STATE(1732), 1, + sym_type_initializer_body, STATE(4253), 2, sym_line_comment, sym_block_comment, - [147062] = 5, + [147073] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1819), 1, - anon_sym_RBRACE, - STATE(3705), 1, - sym___rcbr, + ACTIONS(7353), 1, + anon_sym_LPAREN, + STATE(489), 1, + sym_argument_list, STATE(4254), 2, sym_line_comment, sym_block_comment, - [147079] = 5, + [147090] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, - anon_sym_LBRACE, - STATE(1712), 1, - sym_block, + ACTIONS(1807), 1, + anon_sym_RBRACE, + STATE(3709), 1, + sym___rcbr, STATE(4255), 2, sym_line_comment, sym_block_comment, - [147096] = 5, + [147107] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7357), 1, - sym_identifier, - STATE(2470), 1, - sym_type_reference_expression, + ACTIONS(4709), 1, + anon_sym_LBRACE, + STATE(1740), 1, + sym_block, STATE(4256), 2, sym_line_comment, sym_block_comment, - [147113] = 5, + [147124] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5146), 1, - anon_sym_LBRACE, - STATE(1081), 1, - sym_block, + ACTIONS(7355), 1, + sym_identifier, + STATE(2448), 1, + sym_type_reference_expression, STATE(4257), 2, sym_line_comment, sym_block_comment, - [147130] = 5, + [147141] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6490), 1, - sym_identifier, - STATE(1826), 1, - sym_reference_expression, + ACTIONS(5150), 1, + anon_sym_LBRACE, + STATE(1274), 1, + sym_block, STATE(4258), 2, sym_line_comment, sym_block_comment, - [147147] = 5, + [147158] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7337), 1, + ACTIONS(7339), 1, anon_sym_LBRACE, - STATE(1793), 1, + STATE(1732), 1, sym_type_initializer_body, STATE(4259), 2, sym_line_comment, sym_block_comment, - [147164] = 4, + [147175] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7020), 2, - anon_sym_COMMA, - anon_sym_in, + ACTIONS(7287), 1, + anon_sym_LBRACE, + STATE(2081), 1, + sym_type_initializer_body, STATE(4260), 2, sym_line_comment, sym_block_comment, - [147179] = 5, + [147192] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7359), 1, - anon_sym_LPAREN, - STATE(1905), 1, - sym_special_argument_list, + ACTIONS(7016), 2, + anon_sym_COMMA, + anon_sym_in, STATE(4261), 2, sym_line_comment, sym_block_comment, - [147196] = 5, + [147207] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5132), 1, - anon_sym_LBRACE, - STATE(1900), 1, - sym_block, + ACTIONS(6483), 1, + sym_identifier, + STATE(1827), 1, + sym_reference_expression, STATE(4262), 2, sym_line_comment, sym_block_comment, - [147213] = 5, + [147224] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7361), 1, - sym_identifier, - STATE(2056), 1, - sym_type_reference_expression, + ACTIONS(7357), 1, + anon_sym_LPAREN, + STATE(1911), 1, + sym_special_argument_list, STATE(4263), 2, sym_line_comment, sym_block_comment, - [147230] = 5, + [147241] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7363), 1, + ACTIONS(7359), 1, anon_sym_LBRACE, - STATE(2354), 1, + STATE(2375), 1, sym__struct_body, STATE(4264), 2, sym_line_comment, sym_block_comment, - [147247] = 5, + [147258] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5146), 1, + ACTIONS(5142), 1, anon_sym_LBRACE, - STATE(1080), 1, + STATE(1115), 1, sym_block, STATE(4265), 2, sym_line_comment, sym_block_comment, - [147264] = 5, + [147275] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7281), 1, + ACTIONS(5142), 1, anon_sym_LBRACE, - STATE(2053), 1, - sym_type_initializer_body, + STATE(1113), 1, + sym_block, STATE(4266), 2, sym_line_comment, sym_block_comment, - [147281] = 5, + [147292] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6593), 1, - sym_identifier, - STATE(2367), 1, - sym_reference_expression, + ACTIONS(5148), 1, + anon_sym_LBRACE, + STATE(2524), 1, + sym_block, STATE(4267), 2, sym_line_comment, sym_block_comment, - [147298] = 5, + [147309] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5148), 1, + ACTIONS(3211), 1, anon_sym_LBRACE, - STATE(2637), 1, - sym_block, + STATE(2573), 1, + sym_type_initializer_body, STATE(4268), 2, sym_line_comment, sym_block_comment, - [147315] = 5, + [147326] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, - anon_sym_LBRACE, - STATE(2531), 1, - sym_type_initializer_body, + ACTIONS(6597), 1, + sym_identifier, + STATE(2364), 1, + sym_reference_expression, STATE(4269), 2, sym_line_comment, sym_block_comment, - [147332] = 5, + [147343] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7365), 1, - sym_identifier, - STATE(3809), 1, - sym_label_reference, + ACTIONS(7361), 1, + anon_sym_LBRACE, + STATE(1060), 1, + sym__struct_body, STATE(4270), 2, sym_line_comment, sym_block_comment, - [147349] = 5, + [147360] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7367), 1, - anon_sym_LBRACE, - STATE(1030), 1, - sym__struct_body, + ACTIONS(7363), 1, + sym_identifier, + STATE(1744), 1, + sym_type_reference_expression, STATE(4271), 2, sym_line_comment, sym_block_comment, - [147366] = 5, + [147377] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7369), 1, + ACTIONS(7365), 1, sym_identifier, - STATE(1785), 1, - sym_type_reference_expression, + STATE(3809), 1, + sym_label_reference, STATE(4272), 2, sym_line_comment, sym_block_comment, - [147383] = 5, + [147394] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7371), 1, - anon_sym_LPAREN, - STATE(1022), 1, - sym_argument_list, + ACTIONS(5140), 1, + anon_sym_LBRACE, + STATE(2723), 1, + sym_block, STATE(4273), 2, sym_line_comment, sym_block_comment, - [147400] = 5, + [147411] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7373), 1, + ACTIONS(7367), 1, anon_sym_LPAREN, - STATE(1200), 1, + STATE(1099), 1, sym_argument_list, STATE(4274), 2, sym_line_comment, sym_block_comment, - [147417] = 5, + [147428] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5146), 1, + ACTIONS(7337), 1, anon_sym_LBRACE, - STATE(1029), 1, - sym_block, + STATE(2573), 1, + sym_type_initializer_body, STATE(4275), 2, sym_line_comment, sym_block_comment, - [147434] = 5, + [147445] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5138), 1, + ACTIONS(5134), 1, anon_sym_LBRACE, - STATE(2821), 1, + STATE(1909), 1, sym_block, STATE(4276), 2, sym_line_comment, sym_block_comment, - [147451] = 5, + [147462] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7353), 1, + ACTIONS(5142), 1, anon_sym_LBRACE, - STATE(2531), 1, - sym_type_initializer_body, + STATE(1034), 1, + sym_block, STATE(4277), 2, sym_line_comment, sym_block_comment, - [147468] = 5, + [147479] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, + ACTIONS(3199), 1, anon_sym_LBRACE, - STATE(2531), 1, + STATE(2573), 1, sym_type_initializer_body, STATE(4278), 2, sym_line_comment, sym_block_comment, - [147485] = 5, + [147496] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6479), 1, - sym_identifier, - STATE(3687), 1, - sym_import_name, + ACTIONS(7369), 1, + anon_sym_LPAREN, + STATE(2808), 1, + sym_special_argument_list, STATE(4279), 2, sym_line_comment, sym_block_comment, - [147502] = 5, + [147513] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, - anon_sym_LBRACE, - STATE(3811), 1, - sym_block, + ACTIONS(6479), 1, + sym_identifier, + STATE(3689), 1, + sym_import_name, STATE(4280), 2, sym_line_comment, sym_block_comment, - [147519] = 5, + [147530] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6662), 1, - sym_identifier, - STATE(3555), 1, - sym_reference_expression, + ACTIONS(4709), 1, + anon_sym_LBRACE, + STATE(3812), 1, + sym_block, STATE(4281), 2, sym_line_comment, sym_block_comment, - [147536] = 5, + [147547] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5136), 1, + ACTIONS(5148), 1, anon_sym_LBRACE, - STATE(1190), 1, + STATE(2395), 1, sym_block, STATE(4282), 2, sym_line_comment, sym_block_comment, - [147553] = 5, + [147564] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7375), 1, - anon_sym_LPAREN, - STATE(2840), 1, - sym_special_argument_list, + ACTIONS(6666), 1, + sym_identifier, + STATE(3556), 1, + sym_reference_expression, STATE(4283), 2, sym_line_comment, sym_block_comment, - [147570] = 4, + [147581] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7377), 2, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7371), 1, + sym_identifier, + STATE(2034), 1, + sym_type_reference_expression, STATE(4284), 2, sym_line_comment, sym_block_comment, - [147585] = 5, + [147598] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5148), 1, - anon_sym_LBRACE, - STATE(2360), 1, - sym_block, + ACTIONS(7373), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(4285), 2, sym_line_comment, sym_block_comment, - [147602] = 5, + [147613] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6515), 1, - sym_identifier, - STATE(4076), 1, - sym_generic_parameter, + ACTIONS(4709), 1, + anon_sym_LBRACE, + STATE(1794), 1, + sym_block, STATE(4286), 2, sym_line_comment, sym_block_comment, - [147619] = 5, + [147630] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6703), 1, + ACTIONS(6519), 1, sym_identifier, - STATE(2813), 1, - sym_reference_expression, + STATE(4079), 1, + sym_generic_parameter, STATE(4287), 2, sym_line_comment, sym_block_comment, - [147636] = 5, + [147647] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7379), 1, - anon_sym_LBRACE, - STATE(2199), 1, - sym_block, + ACTIONS(6713), 1, + sym_identifier, + STATE(2803), 1, + sym_reference_expression, STATE(4288), 2, sym_line_comment, sym_block_comment, - [147653] = 5, + [147664] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7057), 1, + ACTIONS(7375), 1, anon_sym_LBRACE, - STATE(2532), 1, - sym__content_block, + STATE(2195), 1, + sym_block, STATE(4289), 2, sym_line_comment, sym_block_comment, - [147670] = 5, + [147681] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7381), 1, + ACTIONS(7377), 1, anon_sym_LPAREN, - STATE(2356), 1, + STATE(2353), 1, sym_special_argument_list, STATE(4290), 2, sym_line_comment, sym_block_comment, - [147687] = 5, + [147698] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4751), 1, + ACTIONS(7055), 1, anon_sym_LBRACE, - STATE(1777), 1, - sym_block, + STATE(2572), 1, + sym__content_block, STATE(4291), 2, sym_line_comment, sym_block_comment, - [147704] = 5, + [147715] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7379), 1, - anon_sym_LBRACE, - STATE(2197), 1, - sym_block, + anon_sym_LPAREN, + STATE(1261), 1, + sym_argument_list, STATE(4292), 2, sym_line_comment, sym_block_comment, - [147721] = 5, + [147732] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7383), 1, + ACTIONS(7375), 1, anon_sym_LBRACE, - STATE(1885), 1, - sym_type_initializer_body, + STATE(2199), 1, + sym_block, STATE(4293), 2, sym_line_comment, sym_block_comment, - [147738] = 5, + [147749] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(6479), 1, sym_identifier, - STATE(3544), 1, + STATE(3522), 1, sym_import_name, STATE(4294), 2, sym_line_comment, sym_block_comment, - [147755] = 5, + [147766] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7385), 1, + ACTIONS(7381), 1, anon_sym_LPAREN, - STATE(1773), 1, + STATE(1762), 1, sym_special_argument_list, STATE(4295), 2, sym_line_comment, sym_block_comment, - [147772] = 4, + [147783] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7387), 2, - anon_sym_SEMI, - anon_sym_RBRACK, + ACTIONS(6666), 1, + sym_identifier, + STATE(1781), 1, + sym_reference_expression, STATE(4296), 2, sym_line_comment, sym_block_comment, - [147787] = 5, + [147800] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6662), 1, - sym_identifier, - STATE(1711), 1, - sym_reference_expression, + ACTIONS(7383), 2, + anon_sym_SEMI, + anon_sym_RBRACK, STATE(4297), 2, sym_line_comment, sym_block_comment, - [147804] = 5, + [147815] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6945), 1, + ACTIONS(5138), 1, anon_sym_LBRACE, - STATE(1045), 1, - sym__content_block, + STATE(2355), 1, + sym_block, STATE(4298), 2, sym_line_comment, sym_block_comment, - [147821] = 4, + [147832] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6964), 2, - anon_sym_SEMI, - anon_sym_RBRACK, + ACTIONS(6945), 1, + anon_sym_LBRACE, + STATE(1050), 1, + sym__content_block, STATE(4299), 2, sym_line_comment, sym_block_comment, - [147836] = 4, + [147849] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7389), 2, + ACTIONS(6968), 2, anon_sym_SEMI, anon_sym_RBRACK, STATE(4300), 2, sym_line_comment, sym_block_comment, - [147851] = 5, + [147864] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5146), 1, - anon_sym_LBRACE, - STATE(1051), 1, - sym_block, + ACTIONS(7385), 2, + anon_sym_SEMI, + anon_sym_RBRACK, STATE(4301), 2, sym_line_comment, sym_block_comment, - [147868] = 5, + [147879] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5146), 1, + ACTIONS(5142), 1, anon_sym_LBRACE, - STATE(1007), 1, + STATE(1052), 1, sym_block, STATE(4302), 2, sym_line_comment, sym_block_comment, - [147885] = 5, + [147896] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, + ACTIONS(5142), 1, anon_sym_LBRACE, - STATE(2428), 1, + STATE(996), 1, sym_block, STATE(4303), 2, sym_line_comment, sym_block_comment, - [147902] = 5, + [147913] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, + ACTIONS(5150), 1, anon_sym_LBRACE, - STATE(1082), 1, - sym_type_initializer_body, + STATE(1233), 1, + sym_block, STATE(4304), 2, sym_line_comment, sym_block_comment, - [147919] = 5, + [147930] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7391), 1, + ACTIONS(3199), 1, anon_sym_LBRACE, - STATE(1082), 1, + STATE(1083), 1, sym_type_initializer_body, STATE(4305), 2, sym_line_comment, sym_block_comment, - [147936] = 5, + [147947] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7393), 1, + ACTIONS(7387), 1, anon_sym_LBRACE, - STATE(3452), 1, - sym__struct_body, + STATE(1083), 1, + sym_type_initializer_body, STATE(4306), 2, sym_line_comment, sym_block_comment, - [147953] = 5, + [147964] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5132), 1, + ACTIONS(7389), 1, anon_sym_LBRACE, - STATE(1879), 1, - sym_block, + STATE(3454), 1, + sym__struct_body, STATE(4307), 2, sym_line_comment, sym_block_comment, - [147970] = 5, + [147981] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5134), 1, + ACTIONS(7391), 1, anon_sym_LBRACE, - STATE(2304), 1, - sym_block, + STATE(1896), 1, + sym_type_initializer_body, STATE(4308), 2, sym_line_comment, sym_block_comment, - [147987] = 5, + [147998] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, + ACTIONS(5136), 1, anon_sym_LBRACE, - STATE(1082), 1, - sym_type_initializer_body, + STATE(2213), 1, + sym_block, STATE(4309), 2, sym_line_comment, sym_block_comment, - [148004] = 5, + [148015] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5146), 1, + ACTIONS(3211), 1, anon_sym_LBRACE, - STATE(1075), 1, - sym_block, + STATE(1083), 1, + sym_type_initializer_body, STATE(4310), 2, sym_line_comment, sym_block_comment, - [148021] = 5, + [148032] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, + ACTIONS(5142), 1, anon_sym_LBRACE, - STATE(1885), 1, - sym_type_initializer_body, + STATE(1075), 1, + sym_block, STATE(4311), 2, sym_line_comment, sym_block_comment, - [148038] = 5, + [148049] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7391), 1, + ACTIONS(5134), 1, anon_sym_LBRACE, - STATE(1082), 1, - sym_type_initializer_body, + STATE(1888), 1, + sym_block, STATE(4312), 2, sym_line_comment, sym_block_comment, - [148055] = 5, + [148066] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7395), 1, + ACTIONS(7387), 1, anon_sym_LBRACE, - STATE(1264), 1, - sym__struct_body, + STATE(1083), 1, + sym_type_initializer_body, STATE(4313), 2, sym_line_comment, sym_block_comment, - [148072] = 5, + [148083] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7383), 1, + ACTIONS(3211), 1, anon_sym_LBRACE, - STATE(1885), 1, + STATE(1896), 1, sym_type_initializer_body, STATE(4314), 2, sym_line_comment, sym_block_comment, - [148089] = 5, + [148100] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5148), 1, + ACTIONS(7393), 1, anon_sym_LBRACE, - STATE(2542), 1, - sym_block, + STATE(1224), 1, + sym__struct_body, STATE(4315), 2, sym_line_comment, sym_block_comment, - [148106] = 5, + [148117] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6761), 1, + ACTIONS(5148), 1, anon_sym_LBRACE, - STATE(1215), 1, - sym__content_block, + STATE(2589), 1, + sym_block, STATE(4316), 2, sym_line_comment, sym_block_comment, - [148123] = 5, + [148134] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7397), 1, - anon_sym_LPAREN, - STATE(2545), 1, - sym_argument_list, + ACTIONS(7391), 1, + anon_sym_LBRACE, + STATE(1896), 1, + sym_type_initializer_body, STATE(4317), 2, sym_line_comment, sym_block_comment, - [148140] = 5, + [148151] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(763), 1, - sym_block, + ACTIONS(7395), 1, + anon_sym_LPAREN, + STATE(2594), 1, + sym_argument_list, STATE(4318), 2, sym_line_comment, sym_block_comment, - [148157] = 5, + [148168] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, + ACTIONS(5126), 1, anon_sym_LBRACE, - STATE(1885), 1, - sym_type_initializer_body, + STATE(765), 1, + sym_block, STATE(4319), 2, sym_line_comment, sym_block_comment, - [148174] = 5, + [148185] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5150), 1, + ACTIONS(6987), 1, anon_sym_LBRACE, - STATE(2017), 1, - sym_block, + STATE(1234), 1, + sym__content_block, STATE(4320), 2, sym_line_comment, sym_block_comment, - [148191] = 4, + [148202] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7399), 2, - anon_sym_COMMA, - anon_sym_RBRACK, + ACTIONS(5146), 1, + anon_sym_LBRACE, + STATE(2017), 1, + sym_block, STATE(4321), 2, sym_line_comment, sym_block_comment, - [148206] = 5, + [148219] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7401), 1, - sym_identifier, - STATE(1077), 1, - sym_type_reference_expression, + ACTIONS(7397), 2, + anon_sym_COMMA, + anon_sym_RBRACK, STATE(4322), 2, sym_line_comment, sym_block_comment, - [148223] = 5, + [148234] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7403), 1, - anon_sym_LPAREN, - STATE(1112), 1, - sym_special_argument_list, + ACTIONS(7399), 1, + sym_identifier, + STATE(1103), 1, + sym_type_reference_expression, STATE(4323), 2, sym_line_comment, sym_block_comment, - [148240] = 4, + [148251] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5454), 2, - anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(7401), 1, + anon_sym_LPAREN, + STATE(1117), 1, + sym_special_argument_list, STATE(4324), 2, sym_line_comment, sym_block_comment, - [148255] = 5, + [148268] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5136), 1, + ACTIONS(7403), 1, anon_sym_LBRACE, - STATE(1217), 1, - sym_block, + STATE(1379), 1, + sym_type_initializer_body, STATE(4325), 2, sym_line_comment, sym_block_comment, - [148272] = 5, + [148285] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7405), 1, + ACTIONS(6898), 1, anon_sym_LBRACE, - STATE(1377), 1, - sym_type_initializer_body, + STATE(1752), 1, + sym__content_block, STATE(4326), 2, sym_line_comment, sym_block_comment, - [148289] = 5, + [148302] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5136), 1, + ACTIONS(5488), 2, anon_sym_LBRACE, - STATE(1255), 1, - sym_block, + anon_sym_COMMA, STATE(4327), 2, sym_line_comment, sym_block_comment, - [148306] = 4, + [148317] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7407), 2, + ACTIONS(7405), 2, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RPAREN, STATE(4328), 2, sym_line_comment, sym_block_comment, - [148321] = 5, + [148332] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6719), 1, - sym_identifier, - STATE(1124), 1, - sym_reference_expression, + ACTIONS(7407), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(4329), 2, sym_line_comment, sym_block_comment, - [148338] = 5, + [148347] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6884), 1, - anon_sym_LBRACE, - STATE(1742), 1, - sym__content_block, + ACTIONS(6725), 1, + sym_identifier, + STATE(1129), 1, + sym_reference_expression, STATE(4330), 2, sym_line_comment, sym_block_comment, - [148355] = 4, + [148364] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5592), 2, - anon_sym_COMMA, - anon_sym_COLON_EQ, + ACTIONS(3199), 1, + anon_sym_LBRACE, + STATE(1896), 1, + sym_type_initializer_body, STATE(4331), 2, sym_line_comment, sym_block_comment, - [148370] = 5, + [148381] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7409), 1, - anon_sym_LBRACE, - STATE(929), 1, - sym__struct_body, + ACTIONS(5590), 2, + anon_sym_COMMA, + anon_sym_COLON_EQ, STATE(4332), 2, sym_line_comment, sym_block_comment, - [148387] = 5, + [148396] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7411), 1, + ACTIONS(7409), 1, anon_sym_COMMA, - ACTIONS(7413), 1, + ACTIONS(7411), 1, anon_sym_RPAREN, STATE(4333), 2, sym_line_comment, sym_block_comment, - [148404] = 5, + [148413] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, + ACTIONS(7413), 1, anon_sym_LBRACE, - STATE(2338), 1, - sym_block, + STATE(789), 1, + sym__struct_body, STATE(4334), 2, sym_line_comment, sym_block_comment, - [148421] = 5, + [148430] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3425), 1, - anon_sym_COMMA, - ACTIONS(7415), 1, - anon_sym_RPAREN, + ACTIONS(5138), 1, + anon_sym_LBRACE, + STATE(2337), 1, + sym_block, STATE(4335), 2, sym_line_comment, sym_block_comment, - [148438] = 4, + [148447] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7417), 2, + ACTIONS(3391), 1, anon_sym_COMMA, + ACTIONS(7415), 1, anon_sym_RPAREN, STATE(4336), 2, sym_line_comment, sym_block_comment, - [148453] = 5, + [148464] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5136), 1, - anon_sym_LBRACE, - STATE(1157), 1, - sym_block, + ACTIONS(7417), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(4337), 2, sym_line_comment, sym_block_comment, - [148470] = 4, + [148479] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7419), 2, + ACTIONS(7419), 1, anon_sym_COMMA, + ACTIONS(7421), 1, anon_sym_RPAREN, STATE(4338), 2, sym_line_comment, sym_block_comment, - [148485] = 5, + [148496] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6817), 1, - anon_sym_LBRACE, - STATE(2213), 1, - sym__content_block, + ACTIONS(7423), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(4339), 2, sym_line_comment, sym_block_comment, - [148502] = 5, + [148511] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(5134), 1, anon_sym_LBRACE, - STATE(2252), 1, + STATE(1735), 1, sym_block, STATE(4340), 2, sym_line_comment, sym_block_comment, - [148519] = 4, + [148528] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6650), 2, - anon_sym_RPAREN, - sym_identifier, + ACTIONS(5136), 1, + anon_sym_LBRACE, + STATE(2271), 1, + sym_block, STATE(4341), 2, sym_line_comment, sym_block_comment, - [148534] = 5, + [148545] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5134), 1, - anon_sym_LBRACE, - STATE(2249), 1, - sym_block, + ACTIONS(6654), 2, + anon_sym_RPAREN, + sym_identifier, STATE(4342), 2, sym_line_comment, sym_block_comment, - [148551] = 5, + [148560] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, + ACTIONS(5148), 1, anon_sym_LBRACE, - STATE(1242), 1, - sym_type_initializer_body, + STATE(2609), 1, + sym_block, STATE(4343), 2, sym_line_comment, sym_block_comment, - [148568] = 5, + [148577] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6868), 1, - anon_sym_RBRACE, - ACTIONS(6870), 1, - aux_sym_format_specifier_token1, + ACTIONS(5138), 1, + anon_sym_LBRACE, + STATE(2406), 1, + sym_block, STATE(4344), 2, sym_line_comment, sym_block_comment, - [148585] = 5, + [148594] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, - anon_sym_LBRACE, - STATE(2410), 1, - sym_block, + ACTIONS(6972), 2, + anon_sym_COMMA, + anon_sym_RPAREN, STATE(4345), 2, sym_line_comment, sym_block_comment, - [148602] = 4, + [148609] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6660), 2, - anon_sym_RPAREN, - sym_identifier, + ACTIONS(6864), 1, + anon_sym_RBRACE, + ACTIONS(6866), 1, + aux_sym_format_specifier_token1, STATE(4346), 2, sym_line_comment, sym_block_comment, - [148617] = 4, + [148626] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6970), 2, - anon_sym_COMMA, + ACTIONS(6664), 2, anon_sym_RPAREN, + sym_identifier, STATE(4347), 2, sym_line_comment, sym_block_comment, - [148632] = 5, + [148641] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5132), 1, + ACTIONS(5150), 1, anon_sym_LBRACE, - STATE(1877), 1, + STATE(1159), 1, sym_block, STATE(4348), 2, sym_line_comment, sym_block_comment, - [148649] = 5, + [148658] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7421), 1, - sym_identifier, - STATE(2012), 1, - sym_type_reference_expression, + ACTIONS(3199), 1, + anon_sym_LBRACE, + STATE(1241), 1, + sym_type_initializer_body, STATE(4349), 2, sym_line_comment, sym_block_comment, - [148666] = 5, + [148675] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7423), 1, - anon_sym_LPAREN, - STATE(2233), 1, - sym_argument_list, + ACTIONS(7425), 1, + sym_identifier, + STATE(2118), 1, + sym_type_reference_expression, STATE(4350), 2, sym_line_comment, sym_block_comment, - [148683] = 5, + [148692] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5148), 1, - anon_sym_LBRACE, - STATE(2553), 1, - sym_block, + ACTIONS(7427), 1, + anon_sym_LPAREN, + STATE(2204), 1, + sym_argument_list, STATE(4351), 2, sym_line_comment, sym_block_comment, - [148700] = 5, + [148709] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5124), 1, + ACTIONS(5148), 1, anon_sym_LBRACE, - STATE(1378), 1, + STATE(2610), 1, sym_block, STATE(4352), 2, sym_line_comment, sym_block_comment, - [148717] = 4, + [148726] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4511), 2, - anon_sym_SEMI, + ACTIONS(5086), 1, anon_sym_LBRACE, + STATE(1426), 1, + sym_block, STATE(4353), 2, sym_line_comment, sym_block_comment, - [148732] = 5, + [148743] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5148), 1, + ACTIONS(5134), 1, anon_sym_LBRACE, - STATE(2554), 1, + STATE(1884), 1, sym_block, STATE(4354), 2, sym_line_comment, sym_block_comment, - [148749] = 5, + [148760] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6890), 1, + ACTIONS(4321), 2, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(1876), 1, - sym__content_block, STATE(4355), 2, sym_line_comment, sym_block_comment, - [148766] = 5, + [148775] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7425), 1, + ACTIONS(6894), 1, anon_sym_LBRACE, - STATE(1242), 1, - sym_type_initializer_body, + STATE(1883), 1, + sym__content_block, STATE(4356), 2, sym_line_comment, sym_block_comment, - [148783] = 5, + [148792] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6851), 1, + ACTIONS(5136), 1, anon_sym_LBRACE, - STATE(2411), 1, - sym__content_block, + STATE(2209), 1, + sym_block, STATE(4357), 2, sym_line_comment, sym_block_comment, - [148800] = 4, + [148809] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7427), 2, - anon_sym_COMMA, - anon_sym_RBRACK, + ACTIONS(6878), 1, + anon_sym_LBRACE, + STATE(2407), 1, + sym__content_block, STATE(4358), 2, sym_line_comment, sym_block_comment, - [148815] = 5, + [148826] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5134), 1, - anon_sym_LBRACE, - STATE(2219), 1, - sym_block, + ACTIONS(7429), 2, + anon_sym_COMMA, + anon_sym_RBRACK, STATE(4359), 2, sym_line_comment, sym_block_comment, - [148832] = 4, + [148841] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 2, - anon_sym_SEMI, + ACTIONS(7431), 1, anon_sym_LBRACE, + STATE(1241), 1, + sym_type_initializer_body, STATE(4360), 2, sym_line_comment, sym_block_comment, - [148847] = 5, + [148858] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7429), 1, + ACTIONS(4325), 2, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(2102), 1, - sym__struct_body, STATE(4361), 2, sym_line_comment, sym_block_comment, - [148864] = 5, + [148873] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, - anon_sym_LBRACE, - STATE(1242), 1, - sym_type_initializer_body, + ACTIONS(6597), 1, + sym_identifier, + STATE(4322), 1, + sym_reference_expression, STATE(4362), 2, sym_line_comment, sym_block_comment, - [148881] = 5, + [148890] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6593), 1, - sym_identifier, - STATE(4321), 1, - sym_reference_expression, + ACTIONS(5138), 1, + anon_sym_LBRACE, + STATE(2438), 1, + sym_block, STATE(4363), 2, sym_line_comment, sym_block_comment, - [148898] = 5, + [148907] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, + ACTIONS(7433), 1, anon_sym_LBRACE, - STATE(2423), 1, - sym_block, + STATE(2094), 1, + sym__struct_body, STATE(4364), 2, sym_line_comment, sym_block_comment, - [148915] = 5, + [148924] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7431), 1, + ACTIONS(7435), 1, anon_sym_COMMA, - ACTIONS(7433), 1, + ACTIONS(7437), 1, anon_sym_RPAREN, STATE(4365), 2, sym_line_comment, sym_block_comment, - [148932] = 5, + [148941] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5136), 1, - anon_sym_LBRACE, - STATE(1236), 1, - sym_block, + ACTIONS(5004), 1, + anon_sym_LPAREN, + STATE(2472), 1, + sym_argument_list, STATE(4366), 2, sym_line_comment, sym_block_comment, - [148949] = 5, + [148958] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5002), 1, - anon_sym_LPAREN, - STATE(2431), 1, - sym_argument_list, + ACTIONS(5126), 1, + anon_sym_LBRACE, + STATE(578), 1, + sym_block, STATE(4367), 2, sym_line_comment, sym_block_comment, - [148966] = 5, + [148975] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, + ACTIONS(5126), 1, anon_sym_LBRACE, - STATE(576), 1, + STATE(579), 1, sym_block, STATE(4368), 2, sym_line_comment, sym_block_comment, - [148983] = 5, + [148992] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, + ACTIONS(3211), 1, anon_sym_LBRACE, - STATE(577), 1, - sym_block, + STATE(1241), 1, + sym_type_initializer_body, STATE(4369), 2, sym_line_comment, sym_block_comment, - [149000] = 5, + [149009] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5132), 1, + ACTIONS(5134), 1, anon_sym_LBRACE, - STATE(1869), 1, + STATE(1876), 1, sym_block, STATE(4370), 2, sym_line_comment, sym_block_comment, - [149017] = 5, + [149026] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4902), 1, + ACTIONS(4906), 1, anon_sym_COLON, - ACTIONS(7435), 1, + ACTIONS(7439), 1, anon_sym_mut, STATE(4371), 2, sym_line_comment, sym_block_comment, - [149034] = 5, + [149043] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7437), 1, + ACTIONS(7441), 1, sym_identifier, - STATE(3434), 1, + STATE(3436), 1, sym_type_reference_expression, STATE(4372), 2, sym_line_comment, sym_block_comment, - [149051] = 5, + [149060] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7425), 1, + ACTIONS(5150), 1, anon_sym_LBRACE, - STATE(1242), 1, - sym_type_initializer_body, + STATE(1215), 1, + sym_block, STATE(4373), 2, sym_line_comment, sym_block_comment, - [149068] = 5, + [149077] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, + ACTIONS(5126), 1, anon_sym_LBRACE, - STATE(482), 1, + STATE(484), 1, sym_block, STATE(4374), 2, sym_line_comment, sym_block_comment, - [149085] = 5, + [149094] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7439), 1, - anon_sym_COMMA, - ACTIONS(7441), 1, - anon_sym_RPAREN, + ACTIONS(7443), 1, + anon_sym_LPAREN, + STATE(1869), 1, + sym_argument_list, STATE(4375), 2, sym_line_comment, sym_block_comment, - [149102] = 5, + [149111] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7443), 1, - anon_sym_LPAREN, - STATE(1866), 1, - sym_argument_list, + ACTIONS(6733), 1, + anon_sym_LBRACE, + STATE(2221), 1, + sym__content_block, STATE(4376), 2, sym_line_comment, sym_block_comment, - [149119] = 5, + [149128] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7445), 1, - sym_identifier, - STATE(1192), 1, - sym_type_reference_expression, + anon_sym_COMMA, + ACTIONS(7447), 1, + anon_sym_RPAREN, STATE(4377), 2, sym_line_comment, sym_block_comment, - [149136] = 5, + [149145] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5132), 1, - anon_sym_LBRACE, - STATE(1862), 1, - sym_block, + ACTIONS(7449), 1, + sym_identifier, + STATE(1266), 1, + sym_type_reference_expression, STATE(4378), 2, sym_line_comment, sym_block_comment, - [149153] = 5, + [149162] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5124), 1, + ACTIONS(5150), 1, anon_sym_LBRACE, - STATE(1423), 1, + STATE(1222), 1, sym_block, STATE(4379), 2, sym_line_comment, sym_block_comment, - [149170] = 5, + [149179] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5124), 1, + ACTIONS(5138), 1, anon_sym_LBRACE, - STATE(1426), 1, + STATE(2477), 1, sym_block, STATE(4380), 2, sym_line_comment, sym_block_comment, - [149187] = 5, + [149196] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5132), 1, + ACTIONS(5086), 1, anon_sym_LBRACE, - STATE(1721), 1, + STATE(1415), 1, sym_block, STATE(4381), 2, sym_line_comment, sym_block_comment, - [149204] = 5, + [149213] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5134), 1, + ACTIONS(5138), 1, anon_sym_LBRACE, - STATE(2298), 1, + STATE(2473), 1, sym_block, STATE(4382), 2, sym_line_comment, sym_block_comment, - [149221] = 4, + [149230] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6856), 2, - anon_sym_COMMA, - anon_sym_PIPE, + ACTIONS(7431), 1, + anon_sym_LBRACE, + STATE(1241), 1, + sym_type_initializer_body, STATE(4383), 2, sym_line_comment, sym_block_comment, - [149236] = 5, + [149247] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, + ACTIONS(5086), 1, anon_sym_LBRACE, - STATE(2435), 1, + STATE(1418), 1, sym_block, STATE(4384), 2, sym_line_comment, sym_block_comment, - [149253] = 5, + [149264] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, + ACTIONS(5136), 1, anon_sym_LBRACE, - STATE(2436), 1, + STATE(2222), 1, sym_block, STATE(4385), 2, sym_line_comment, sym_block_comment, - [149270] = 5, + [149281] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5132), 1, + ACTIONS(5134), 1, anon_sym_LBRACE, - STATE(1861), 1, + STATE(1865), 1, sym_block, STATE(4386), 2, sym_line_comment, sym_block_comment, - [149287] = 5, + [149298] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6418), 1, + ACTIONS(6422), 1, anon_sym_LBRACE, - STATE(1575), 1, + STATE(1562), 1, sym__struct_body, STATE(4387), 2, sym_line_comment, sym_block_comment, - [149304] = 5, + [149315] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6416), 1, + ACTIONS(5134), 1, anon_sym_LBRACE, - STATE(1550), 1, - sym__interface_body, + STATE(1864), 1, + sym_block, STATE(4388), 2, sym_line_comment, sym_block_comment, - [149321] = 5, + [149332] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6565), 1, - sym_identifier, - STATE(1205), 1, - sym_reference_expression, + ACTIONS(6856), 2, + anon_sym_COMMA, + anon_sym_PIPE, STATE(4389), 2, sym_line_comment, sym_block_comment, - [149338] = 5, + [149347] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5134), 1, + ACTIONS(6420), 1, anon_sym_LBRACE, - STATE(2181), 1, - sym_block, + STATE(1566), 1, + sym__interface_body, STATE(4390), 2, sym_line_comment, sym_block_comment, - [149355] = 5, + [149364] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, + ACTIONS(5136), 1, anon_sym_LBRACE, - STATE(2240), 1, - sym_type_initializer_body, + STATE(2183), 1, + sym_block, STATE(4391), 2, sym_line_comment, sym_block_comment, - [149372] = 5, + [149381] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7447), 1, - anon_sym_COMMA, - ACTIONS(7449), 1, - anon_sym_RPAREN, + ACTIONS(3199), 1, + anon_sym_LBRACE, + STATE(2235), 1, + sym_type_initializer_body, STATE(4392), 2, sym_line_comment, sym_block_comment, - [149389] = 5, + [149398] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5136), 1, + ACTIONS(7451), 1, anon_sym_LBRACE, - STATE(1284), 1, - sym_block, + STATE(2235), 1, + sym_type_initializer_body, STATE(4393), 2, sym_line_comment, sym_block_comment, - [149406] = 5, + [149415] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6549), 1, - anon_sym_LBRACE, - STATE(1557), 1, - sym__enum_body, + ACTIONS(7453), 1, + anon_sym_COMMA, + ACTIONS(7455), 1, + anon_sym_RPAREN, STATE(4394), 2, sym_line_comment, sym_block_comment, - [149423] = 5, + [149432] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7451), 1, - sym_identifier, - STATE(657), 1, - sym_type_reference_expression, + ACTIONS(6555), 1, + anon_sym_LBRACE, + STATE(1564), 1, + sym__enum_body, STATE(4395), 2, sym_line_comment, sym_block_comment, - [149440] = 5, + [149449] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3857), 1, - anon_sym_LPAREN, - STATE(1422), 1, - sym_argument_list, + ACTIONS(5150), 1, + anon_sym_LBRACE, + STATE(1251), 1, + sym_block, STATE(4396), 2, sym_line_comment, sym_block_comment, - [149457] = 5, + [149466] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5124), 1, - anon_sym_LBRACE, - STATE(1417), 1, - sym_block, + ACTIONS(7457), 1, + sym_identifier, + STATE(826), 1, + sym_type_reference_expression, STATE(4397), 2, sym_line_comment, sym_block_comment, - [149474] = 5, + [149483] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7453), 1, - anon_sym_LBRACE, - STATE(2240), 1, - sym_type_initializer_body, + ACTIONS(3861), 1, + anon_sym_LPAREN, + STATE(1424), 1, + sym_argument_list, STATE(4398), 2, sym_line_comment, sym_block_comment, - [149491] = 5, + [149500] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7455), 1, + ACTIONS(7459), 1, anon_sym_LBRACE, - STATE(2091), 1, + STATE(2165), 1, sym__struct_body, STATE(4399), 2, sym_line_comment, sym_block_comment, - [149508] = 5, + [149517] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7457), 1, - anon_sym_COMMA, - ACTIONS(7459), 1, - anon_sym_RPAREN, + ACTIONS(5086), 1, + anon_sym_LBRACE, + STATE(1419), 1, + sym_block, STATE(4400), 2, sym_line_comment, sym_block_comment, - [149525] = 5, + [149534] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, + ACTIONS(5138), 1, anon_sym_LBRACE, - STATE(2240), 1, - sym_type_initializer_body, + STATE(2403), 1, + sym_block, STATE(4401), 2, sym_line_comment, sym_block_comment, - [149542] = 5, + [149551] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7461), 1, - anon_sym_LPAREN, - STATE(1286), 1, - sym_special_argument_list, + anon_sym_COMMA, + ACTIONS(7463), 1, + anon_sym_RPAREN, STATE(4402), 2, sym_line_comment, sym_block_comment, - [149559] = 5, + [149568] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6769), 1, + ACTIONS(3211), 1, anon_sym_LBRACE, - STATE(1404), 1, - sym__content_block, + STATE(2235), 1, + sym_type_initializer_body, STATE(4403), 2, sym_line_comment, sym_block_comment, - [149576] = 5, + [149585] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, - anon_sym_LBRACE, - STATE(2460), 1, - sym_block, + ACTIONS(7465), 1, + anon_sym_LPAREN, + STATE(1269), 1, + sym_special_argument_list, STATE(4404), 2, sym_line_comment, sym_block_comment, - [149593] = 5, + [149602] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5124), 1, + ACTIONS(6765), 1, anon_sym_LBRACE, - STATE(1402), 1, - sym_block, + STATE(1406), 1, + sym__content_block, STATE(4405), 2, sym_line_comment, sym_block_comment, - [149610] = 5, + [149619] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5124), 1, + ACTIONS(5148), 1, anon_sym_LBRACE, - STATE(1295), 1, + STATE(2568), 1, sym_block, STATE(4406), 2, sym_line_comment, sym_block_comment, - [149627] = 5, + [149636] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5148), 1, + ACTIONS(5086), 1, anon_sym_LBRACE, - STATE(2530), 1, + STATE(1404), 1, sym_block, STATE(4407), 2, sym_line_comment, sym_block_comment, - [149644] = 5, + [149653] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7463), 1, - anon_sym_COMMA, - ACTIONS(7465), 1, - anon_sym_RPAREN, + ACTIONS(5086), 1, + anon_sym_LBRACE, + STATE(1297), 1, + sym_block, STATE(4408), 2, sym_line_comment, sym_block_comment, - [149661] = 5, + [149670] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5132), 1, - anon_sym_LBRACE, - STATE(1839), 1, - sym_block, + ACTIONS(7467), 1, + anon_sym_COMMA, + ACTIONS(7469), 1, + anon_sym_RPAREN, STATE(4409), 2, sym_line_comment, sym_block_comment, - [149678] = 5, + [149687] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3269), 1, - anon_sym_LBRACE, - STATE(1377), 1, - sym_type_initializer_body, + ACTIONS(6567), 1, + sym_identifier, + STATE(1174), 1, + sym_reference_expression, STATE(4410), 2, sym_line_comment, sym_block_comment, - [149695] = 5, + [149704] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, + ACTIONS(5138), 1, anon_sym_LBRACE, - STATE(4582), 1, + STATE(4585), 1, sym_block, STATE(4411), 2, sym_line_comment, sym_block_comment, - [149712] = 5, + [149721] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5134), 1, + ACTIONS(7375), 1, anon_sym_LBRACE, - STATE(2235), 1, + STATE(2194), 1, sym_block, STATE(4412), 2, sym_line_comment, sym_block_comment, - [149729] = 5, + [149738] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7379), 1, + ACTIONS(5136), 1, anon_sym_LBRACE, - STATE(2187), 1, + STATE(2230), 1, sym_block, STATE(4413), 2, sym_line_comment, sym_block_comment, - [149746] = 5, + [149755] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6575), 1, - sym_identifier, - STATE(1334), 1, - sym_reference_expression, + ACTIONS(5134), 1, + anon_sym_LBRACE, + STATE(1837), 1, + sym_block, STATE(4414), 2, sym_line_comment, sym_block_comment, - [149763] = 5, + [149772] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7467), 1, - anon_sym_LPAREN, - STATE(1347), 1, - sym_special_argument_list, + ACTIONS(6583), 1, + sym_identifier, + STATE(1336), 1, + sym_reference_expression, STATE(4415), 2, sym_line_comment, sym_block_comment, - [149780] = 5, + [149789] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7453), 1, + ACTIONS(7451), 1, anon_sym_LBRACE, - STATE(2240), 1, + STATE(2235), 1, sym_type_initializer_body, STATE(4416), 2, sym_line_comment, sym_block_comment, - [149797] = 5, + [149806] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7405), 1, - anon_sym_LBRACE, - STATE(1377), 1, - sym_type_initializer_body, + ACTIONS(7471), 1, + anon_sym_LPAREN, + STATE(1349), 1, + sym_special_argument_list, STATE(4417), 2, sym_line_comment, sym_block_comment, - [149814] = 4, + [149823] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7469), 2, - anon_sym_COMMA, - anon_sym_in, + ACTIONS(3199), 1, + anon_sym_LBRACE, + STATE(1379), 1, + sym_type_initializer_body, STATE(4418), 2, sym_line_comment, sym_block_comment, - [149829] = 5, + [149840] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7471), 1, - anon_sym_LBRACE, - STATE(1708), 1, - sym__struct_body, + ACTIONS(5632), 2, + anon_sym_COMMA, + anon_sym_in, STATE(4419), 2, sym_line_comment, sym_block_comment, - [149846] = 5, + [149855] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5146), 1, + ACTIONS(7403), 1, anon_sym_LBRACE, - STATE(1105), 1, - sym_block, + STATE(1379), 1, + sym_type_initializer_body, STATE(4420), 2, sym_line_comment, sym_block_comment, - [149863] = 5, + [149872] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6643), 1, - sym_identifier, - STATE(2315), 1, - sym_reference_expression, + ACTIONS(5142), 1, + anon_sym_LBRACE, + STATE(1110), 1, + sym_block, STATE(4421), 2, sym_line_comment, sym_block_comment, - [149880] = 5, + [149889] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, + ACTIONS(5148), 1, anon_sym_LBRACE, - STATE(1377), 1, - sym_type_initializer_body, + STATE(2576), 1, + sym_block, STATE(4422), 2, sym_line_comment, sym_block_comment, - [149897] = 5, + [149906] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5148), 1, + ACTIONS(7473), 1, anon_sym_LBRACE, - STATE(2589), 1, - sym_block, + STATE(1711), 1, + sym__struct_body, STATE(4423), 2, sym_line_comment, sym_block_comment, - [149914] = 5, + [149923] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5124), 1, + ACTIONS(5136), 1, anon_sym_LBRACE, - STATE(1385), 1, + STATE(2283), 1, sym_block, STATE(4424), 2, sym_line_comment, sym_block_comment, - [149931] = 5, + [149940] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5134), 1, - anon_sym_LBRACE, - STATE(2300), 1, - sym_block, + ACTIONS(7475), 1, + anon_sym_RBRACE, + ACTIONS(7477), 1, + aux_sym_format_specifier_token1, STATE(4425), 2, sym_line_comment, sym_block_comment, - [149948] = 5, + [149957] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7473), 1, - anon_sym_RBRACE, - ACTIONS(7475), 1, - aux_sym_format_specifier_token1, + ACTIONS(3211), 1, + anon_sym_LBRACE, + STATE(1379), 1, + sym_type_initializer_body, STATE(4426), 2, sym_line_comment, sym_block_comment, - [149965] = 4, + [149974] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7213), 2, - anon_sym_COMMA, - anon_sym_COLON_EQ, + ACTIONS(6647), 1, + sym_identifier, + STATE(2286), 1, + sym_reference_expression, STATE(4427), 2, sym_line_comment, sym_block_comment, - [149980] = 5, + [149991] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6424), 1, - anon_sym_LBRACE, - STATE(2400), 1, - sym_type_initializer_body, + ACTIONS(7211), 2, + anon_sym_COMMA, + anon_sym_COLON_EQ, STATE(4428), 2, sym_line_comment, sym_block_comment, - [149997] = 5, + [150006] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7477), 1, - anon_sym_LPAREN, - STATE(2308), 1, - sym_special_argument_list, + ACTIONS(5086), 1, + anon_sym_LBRACE, + STATE(1387), 1, + sym_block, STATE(4429), 2, sym_line_comment, sym_block_comment, - [150014] = 4, + [150023] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(943), 1, - anon_sym_RBRACE, + ACTIONS(7479), 1, + anon_sym_LPAREN, + STATE(2279), 1, + sym_special_argument_list, STATE(4430), 2, sym_line_comment, sym_block_comment, - [150028] = 4, + [150040] = 5, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7479), 1, + ACTIONS(6428), 1, anon_sym_LBRACE, + STATE(2380), 1, + sym_type_initializer_body, STATE(4431), 2, sym_line_comment, sym_block_comment, - [150042] = 4, + [150057] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7235), 1, + ACTIONS(7481), 1, anon_sym_RBRACE, STATE(4432), 2, sym_line_comment, sym_block_comment, - [150056] = 4, + [150071] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5472), 1, + ACTIONS(7483), 1, anon_sym_LBRACE, STATE(4433), 2, sym_line_comment, sym_block_comment, - [150070] = 4, + [150085] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7481), 1, - anon_sym_LPAREN, + ACTIONS(7237), 1, + anon_sym_RBRACE, STATE(4434), 2, sym_line_comment, sym_block_comment, - [150084] = 4, + [150099] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7483), 1, + ACTIONS(7485), 1, anon_sym_RBRACE, STATE(4435), 2, sym_line_comment, sym_block_comment, - [150098] = 4, + [150113] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7485), 1, - sym_int_literal, + ACTIONS(5462), 1, + anon_sym_LBRACE, STATE(4436), 2, sym_line_comment, sym_block_comment, - [150112] = 4, + [150127] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7487), 1, - anon_sym_RBRACE, + anon_sym_DOT, STATE(4437), 2, sym_line_comment, sym_block_comment, - [150126] = 4, + [150141] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7473), 1, - anon_sym_RBRACE, + ACTIONS(7489), 1, + sym_int_literal, STATE(4438), 2, sym_line_comment, sym_block_comment, - [150140] = 4, + [150155] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7489), 1, - anon_sym_DOT, + ACTIONS(7491), 1, + anon_sym_RBRACE, STATE(4439), 2, sym_line_comment, sym_block_comment, - [150154] = 4, + [150169] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7491), 1, + ACTIONS(7475), 1, anon_sym_RBRACE, STATE(4440), 2, sym_line_comment, sym_block_comment, - [150168] = 4, + [150183] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7493), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, STATE(4441), 2, sym_line_comment, sym_block_comment, - [150182] = 4, + [150197] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(923), 1, + ACTIONS(879), 1, anon_sym_RBRACE, STATE(4442), 2, sym_line_comment, sym_block_comment, - [150196] = 4, + [150211] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -317702,7 +317852,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4443), 2, sym_line_comment, sym_block_comment, - [150210] = 4, + [150225] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -317712,117 +317862,117 @@ static const uint16_t ts_small_parse_table[] = { STATE(4444), 2, sym_line_comment, sym_block_comment, - [150224] = 4, + [150239] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1470), 1, - anon_sym_RPAREN, + ACTIONS(943), 1, + anon_sym_RBRACE, STATE(4445), 2, sym_line_comment, sym_block_comment, - [150238] = 4, + [150253] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7499), 1, - anon_sym_RBRACK, + anon_sym_RBRACE, STATE(4446), 2, sym_line_comment, sym_block_comment, - [150252] = 4, + [150267] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7501), 1, - anon_sym_DOT, + ACTIONS(1476), 1, + anon_sym_RPAREN, STATE(4447), 2, sym_line_comment, sym_block_comment, - [150266] = 4, + [150281] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7503), 1, - anon_sym_RBRACE, + ACTIONS(7501), 1, + anon_sym_RBRACK, STATE(4448), 2, sym_line_comment, sym_block_comment, - [150280] = 4, + [150295] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7505), 1, - anon_sym_RBRACE, + ACTIONS(7503), 1, + anon_sym_DOT, STATE(4449), 2, sym_line_comment, sym_block_comment, - [150294] = 4, + [150309] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5476), 1, - anon_sym_LBRACE, + ACTIONS(7505), 1, + anon_sym_RBRACE, STATE(4450), 2, sym_line_comment, sym_block_comment, - [150308] = 4, + [150323] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7507), 1, - anon_sym_LBRACE, + anon_sym_RBRACE, STATE(4451), 2, sym_line_comment, sym_block_comment, - [150322] = 4, - ACTIONS(497), 1, + [150337] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7509), 1, - aux_sym__content_block_token1, + ACTIONS(5466), 1, + anon_sym_LBRACE, STATE(4452), 2, sym_line_comment, sym_block_comment, - [150336] = 4, + [150351] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7511), 1, - anon_sym_RBRACE, + ACTIONS(7509), 1, + anon_sym_LBRACE, STATE(4453), 2, sym_line_comment, sym_block_comment, - [150350] = 4, - ACTIONS(3), 1, + [150365] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(945), 1, - anon_sym_RBRACE, + ACTIONS(7511), 1, + aux_sym__content_block_token1, STATE(4454), 2, sym_line_comment, sym_block_comment, - [150364] = 4, + [150379] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7513), 1, - anon_sym_COLON_EQ, + anon_sym_RBRACE, STATE(4455), 2, sym_line_comment, sym_block_comment, - [150378] = 4, + [150393] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -317832,77 +317982,77 @@ static const uint16_t ts_small_parse_table[] = { STATE(4456), 2, sym_line_comment, sym_block_comment, - [150392] = 4, + [150407] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7517), 1, - anon_sym_RBRACE, + anon_sym_COLON_EQ, STATE(4457), 2, sym_line_comment, sym_block_comment, - [150406] = 4, + [150421] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(895), 1, + ACTIONS(7519), 1, anon_sym_RBRACE, STATE(4458), 2, sym_line_comment, sym_block_comment, - [150420] = 4, + [150435] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5988), 1, - anon_sym_LBRACE, + ACTIONS(7521), 1, + anon_sym_RBRACE, STATE(4459), 2, sym_line_comment, sym_block_comment, - [150434] = 4, + [150449] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7519), 1, - anon_sym_RBRACK, + ACTIONS(913), 1, + anon_sym_RBRACE, STATE(4460), 2, sym_line_comment, sym_block_comment, - [150448] = 4, + [150463] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7521), 1, - anon_sym_DOT, + ACTIONS(5992), 1, + anon_sym_LBRACE, STATE(4461), 2, sym_line_comment, sym_block_comment, - [150462] = 4, - ACTIONS(497), 1, + [150477] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7523), 1, - aux_sym__content_block_token1, + anon_sym_DOT, STATE(4462), 2, sym_line_comment, sym_block_comment, - [150476] = 4, - ACTIONS(3), 1, + [150491] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(7525), 1, - anon_sym_RBRACE, + aux_sym__content_block_token1, STATE(4463), 2, sym_line_comment, sym_block_comment, - [150490] = 4, + [150505] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -317912,7 +318062,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4464), 2, sym_line_comment, sym_block_comment, - [150504] = 4, + [150519] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -317922,7 +318072,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4465), 2, sym_line_comment, sym_block_comment, - [150518] = 4, + [150533] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -317932,7 +318082,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4466), 2, sym_line_comment, sym_block_comment, - [150532] = 4, + [150547] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -317942,97 +318092,97 @@ static const uint16_t ts_small_parse_table[] = { STATE(4467), 2, sym_line_comment, sym_block_comment, - [150546] = 4, + [150561] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7535), 1, - anon_sym_DOT, + anon_sym_LBRACE, STATE(4468), 2, sym_line_comment, sym_block_comment, - [150560] = 4, + [150575] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(949), 1, - anon_sym_RBRACE, + ACTIONS(1478), 1, + anon_sym_RPAREN, STATE(4469), 2, sym_line_comment, sym_block_comment, - [150574] = 4, + [150589] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7537), 1, - anon_sym_RBRACE, + anon_sym_DOT, STATE(4470), 2, sym_line_comment, sym_block_comment, - [150588] = 4, + [150603] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5492), 1, - anon_sym_LBRACE, + ACTIONS(875), 1, + anon_sym_RBRACE, STATE(4471), 2, sym_line_comment, sym_block_comment, - [150602] = 4, + [150617] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7539), 1, - anon_sym_LBRACE, + anon_sym_RBRACE, STATE(4472), 2, sym_line_comment, sym_block_comment, - [150616] = 4, - ACTIONS(497), 1, + [150631] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7541), 1, - aux_sym__content_block_token1, + ACTIONS(5478), 1, + anon_sym_LBRACE, STATE(4473), 2, sym_line_comment, sym_block_comment, - [150630] = 4, + [150645] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7543), 1, - anon_sym_RBRACE, + ACTIONS(7541), 1, + anon_sym_LBRACE, STATE(4474), 2, sym_line_comment, sym_block_comment, - [150644] = 4, - ACTIONS(3), 1, + [150659] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(1468), 1, - anon_sym_RPAREN, + ACTIONS(7543), 1, + aux_sym__content_block_token1, STATE(4475), 2, sym_line_comment, sym_block_comment, - [150658] = 4, + [150673] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7545), 1, - anon_sym_LBRACE, + anon_sym_RBRACE, STATE(4476), 2, sym_line_comment, sym_block_comment, - [150672] = 4, + [150687] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318042,77 +318192,77 @@ static const uint16_t ts_small_parse_table[] = { STATE(4477), 2, sym_line_comment, sym_block_comment, - [150686] = 4, + [150701] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5464), 1, + ACTIONS(5452), 1, anon_sym_LBRACE, STATE(4478), 2, sym_line_comment, sym_block_comment, - [150700] = 4, + [150715] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, - anon_sym_RBRACE, + ACTIONS(7549), 1, + anon_sym_DOT, STATE(4479), 2, sym_line_comment, sym_block_comment, - [150714] = 4, + [150729] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7549), 1, - anon_sym_DOT, + ACTIONS(7551), 1, + anon_sym_RBRACK, STATE(4480), 2, sym_line_comment, sym_block_comment, - [150728] = 4, + [150743] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7551), 1, - anon_sym_RBRACK, + ACTIONS(951), 1, + anon_sym_RBRACE, STATE(4481), 2, sym_line_comment, sym_block_comment, - [150742] = 4, + [150757] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7553), 1, - anon_sym_RBRACE, + anon_sym_RBRACK, STATE(4482), 2, sym_line_comment, sym_block_comment, - [150756] = 4, + [150771] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7555), 1, - anon_sym_RBRACE, + ACTIONS(7293), 1, + anon_sym_RPAREN, STATE(4483), 2, sym_line_comment, sym_block_comment, - [150770] = 4, + [150785] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7287), 1, - anon_sym_RPAREN, + ACTIONS(7555), 1, + anon_sym_RBRACE, STATE(4484), 2, sym_line_comment, sym_block_comment, - [150784] = 4, + [150799] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318122,17 +318272,17 @@ static const uint16_t ts_small_parse_table[] = { STATE(4485), 2, sym_line_comment, sym_block_comment, - [150798] = 4, + [150813] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7559), 1, - anon_sym_DOT, + anon_sym_RBRACE, STATE(4486), 2, sym_line_comment, sym_block_comment, - [150812] = 4, + [150827] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318142,7 +318292,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4487), 2, sym_line_comment, sym_block_comment, - [150826] = 4, + [150841] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318152,137 +318302,137 @@ static const uint16_t ts_small_parse_table[] = { STATE(4488), 2, sym_line_comment, sym_block_comment, - [150840] = 4, + [150855] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7565), 1, - anon_sym_DOT, + anon_sym_RBRACE, STATE(4489), 2, sym_line_comment, sym_block_comment, - [150854] = 4, - ACTIONS(3), 1, + [150869] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(7567), 1, - anon_sym_RBRACK, + aux_sym__content_block_token1, STATE(4490), 2, sym_line_comment, sym_block_comment, - [150868] = 4, + [150883] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1609), 1, - anon_sym_RPAREN, + ACTIONS(7569), 1, + anon_sym_DOT, STATE(4491), 2, sym_line_comment, sym_block_comment, - [150882] = 4, + [150897] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5500), 1, - anon_sym_LBRACE, + ACTIONS(7571), 1, + anon_sym_RBRACK, STATE(4492), 2, sym_line_comment, sym_block_comment, - [150896] = 4, + [150911] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7569), 1, + ACTIONS(7573), 1, anon_sym_LBRACE, STATE(4493), 2, sym_line_comment, sym_block_comment, - [150910] = 4, - ACTIONS(497), 1, + [150925] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7571), 1, - aux_sym__content_block_token1, + ACTIONS(5494), 1, + anon_sym_LBRACE, STATE(4494), 2, sym_line_comment, sym_block_comment, - [150924] = 4, + [150939] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1474), 1, - anon_sym_RPAREN, + ACTIONS(7575), 1, + anon_sym_LBRACE, STATE(4495), 2, sym_line_comment, sym_block_comment, - [150938] = 4, - ACTIONS(3), 1, + [150953] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(7573), 1, - anon_sym_RBRACE, + ACTIONS(7577), 1, + aux_sym__content_block_token1, STATE(4496), 2, sym_line_comment, sym_block_comment, - [150952] = 4, + [150967] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(913), 1, - anon_sym_RBRACE, + ACTIONS(1468), 1, + anon_sym_RPAREN, STATE(4497), 2, sym_line_comment, sym_block_comment, - [150966] = 4, + [150981] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7575), 1, + ACTIONS(7579), 1, anon_sym_RBRACE, STATE(4498), 2, sym_line_comment, sym_block_comment, - [150980] = 4, - ACTIONS(497), 1, + [150995] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7577), 1, - aux_sym__content_block_token1, + ACTIONS(925), 1, + anon_sym_RBRACE, STATE(4499), 2, sym_line_comment, sym_block_comment, - [150994] = 4, + [151009] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7579), 1, - anon_sym_RBRACE, + ACTIONS(5432), 1, + anon_sym_LBRACE, STATE(4500), 2, sym_line_comment, sym_block_comment, - [151008] = 4, + [151023] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7581), 1, - anon_sym_RBRACE, + anon_sym_DOT, STATE(4501), 2, sym_line_comment, sym_block_comment, - [151022] = 4, + [151037] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318292,7 +318442,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4502), 2, sym_line_comment, sym_block_comment, - [151036] = 4, + [151051] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318302,167 +318452,167 @@ static const uint16_t ts_small_parse_table[] = { STATE(4503), 2, sym_line_comment, sym_block_comment, - [151050] = 4, + [151065] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7587), 1, - anon_sym_LBRACE, + anon_sym_RBRACE, STATE(4504), 2, sym_line_comment, sym_block_comment, - [151064] = 4, + [151079] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5452), 1, - anon_sym_LBRACE, + ACTIONS(7589), 1, + anon_sym_RBRACE, STATE(4505), 2, sym_line_comment, sym_block_comment, - [151078] = 4, + [151093] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7589), 1, + ACTIONS(7591), 1, anon_sym_DOT, STATE(4506), 2, sym_line_comment, sym_block_comment, - [151092] = 4, + [151107] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7591), 1, + ACTIONS(7593), 1, anon_sym_RBRACE, STATE(4507), 2, sym_line_comment, sym_block_comment, - [151106] = 4, + [151121] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7593), 1, + ACTIONS(7595), 1, anon_sym_RBRACE, STATE(4508), 2, sym_line_comment, sym_block_comment, - [151120] = 4, + [151135] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(939), 1, + ACTIONS(7597), 1, anon_sym_RBRACE, STATE(4509), 2, sym_line_comment, sym_block_comment, - [151134] = 4, + [151149] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7595), 1, - anon_sym_DOT, + ACTIONS(939), 1, + anon_sym_RBRACE, STATE(4510), 2, sym_line_comment, sym_block_comment, - [151148] = 4, + [151163] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7597), 1, + ACTIONS(7599), 1, anon_sym_RBRACK, STATE(4511), 2, sym_line_comment, sym_block_comment, - [151162] = 4, + [151177] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7599), 1, - anon_sym_RBRACE, + ACTIONS(7601), 1, + anon_sym_DOT, STATE(4512), 2, sym_line_comment, sym_block_comment, - [151176] = 4, + [151191] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5506), 1, - anon_sym_LBRACE, + ACTIONS(1482), 1, + anon_sym_RPAREN, STATE(4513), 2, sym_line_comment, sym_block_comment, - [151190] = 4, + [151205] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7601), 1, - anon_sym_LBRACE, + ACTIONS(7603), 1, + sym_identifier, STATE(4514), 2, sym_line_comment, sym_block_comment, - [151204] = 4, - ACTIONS(497), 1, + [151219] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7603), 1, - aux_sym__content_block_token1, + ACTIONS(5498), 1, + anon_sym_LBRACE, STATE(4515), 2, sym_line_comment, sym_block_comment, - [151218] = 4, + [151233] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7605), 1, - sym_identifier, + anon_sym_LBRACE, STATE(4516), 2, sym_line_comment, sym_block_comment, - [151232] = 4, - ACTIONS(3), 1, + [151247] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(4902), 1, - anon_sym_COLON, + ACTIONS(7607), 1, + aux_sym__content_block_token1, STATE(4517), 2, sym_line_comment, sym_block_comment, - [151246] = 4, + [151261] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7607), 1, - anon_sym_RBRACE, + ACTIONS(7609), 1, + sym_identifier, STATE(4518), 2, sym_line_comment, sym_block_comment, - [151260] = 4, + [151275] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7609), 1, - sym_identifier, + ACTIONS(4906), 1, + anon_sym_COLON, STATE(4519), 2, sym_line_comment, sym_block_comment, - [151274] = 4, + [151289] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318472,17 +318622,17 @@ static const uint16_t ts_small_parse_table[] = { STATE(4520), 2, sym_line_comment, sym_block_comment, - [151288] = 4, + [151303] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1476), 1, + ACTIONS(1488), 1, anon_sym_RPAREN, STATE(4521), 2, sym_line_comment, sym_block_comment, - [151302] = 4, + [151317] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318492,27 +318642,27 @@ static const uint16_t ts_small_parse_table[] = { STATE(4522), 2, sym_line_comment, sym_block_comment, - [151316] = 4, + [151331] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(889), 1, + ACTIONS(7615), 1, anon_sym_RBRACE, STATE(4523), 2, sym_line_comment, sym_block_comment, - [151330] = 4, + [151345] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7615), 1, + ACTIONS(911), 1, anon_sym_RBRACE, STATE(4524), 2, sym_line_comment, sym_block_comment, - [151344] = 4, + [151359] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318522,7 +318672,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4525), 2, sym_line_comment, sym_block_comment, - [151358] = 4, + [151373] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318532,7 +318682,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4526), 2, sym_line_comment, sym_block_comment, - [151372] = 4, + [151387] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318542,217 +318692,217 @@ static const uint16_t ts_small_parse_table[] = { STATE(4527), 2, sym_line_comment, sym_block_comment, - [151386] = 4, + [151401] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6868), 1, - anon_sym_RBRACE, + ACTIONS(7623), 1, + sym_int_literal, STATE(4528), 2, sym_line_comment, sym_block_comment, - [151400] = 4, - ACTIONS(3), 1, + [151415] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(7623), 1, - anon_sym_RBRACK, + ACTIONS(7625), 1, + aux_sym__content_block_token1, STATE(4529), 2, sym_line_comment, sym_block_comment, - [151414] = 4, - ACTIONS(497), 1, + [151429] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7625), 1, - aux_sym__content_block_token1, + ACTIONS(7627), 1, + anon_sym_RBRACK, STATE(4530), 2, sym_line_comment, sym_block_comment, - [151428] = 4, + [151443] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7627), 1, - anon_sym_DOT, + ACTIONS(7629), 1, + anon_sym_RBRACK, STATE(4531), 2, sym_line_comment, sym_block_comment, - [151442] = 4, + [151457] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7629), 1, + ACTIONS(7631), 1, anon_sym_LBRACE, STATE(4532), 2, sym_line_comment, sym_block_comment, - [151456] = 4, + [151471] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5436), 1, - anon_sym_LBRACE, + ACTIONS(7633), 1, + anon_sym_DOT, STATE(4533), 2, sym_line_comment, sym_block_comment, - [151470] = 4, + [151485] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5512), 1, + ACTIONS(5442), 1, anon_sym_LBRACE, STATE(4534), 2, sym_line_comment, sym_block_comment, - [151484] = 4, + [151499] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7631), 1, - anon_sym_LBRACE, + ACTIONS(7635), 1, + anon_sym_RBRACE, STATE(4535), 2, sym_line_comment, sym_block_comment, - [151498] = 4, - ACTIONS(497), 1, + [151513] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7633), 1, - aux_sym__content_block_token1, + ACTIONS(5500), 1, + anon_sym_LBRACE, STATE(4536), 2, sym_line_comment, sym_block_comment, - [151512] = 4, + [151527] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - sym_identifier, + ACTIONS(7637), 1, + anon_sym_LBRACE, STATE(4537), 2, sym_line_comment, sym_block_comment, - [151526] = 4, - ACTIONS(3), 1, + [151541] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(7635), 1, - anon_sym_RBRACK, + ACTIONS(7639), 1, + aux_sym__content_block_token1, STATE(4538), 2, sym_line_comment, sym_block_comment, - [151540] = 4, + [151555] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6829), 1, - anon_sym_RBRACK, + ACTIONS(4615), 1, + sym_identifier, STATE(4539), 2, sym_line_comment, sym_block_comment, - [151554] = 4, + [151569] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(481), 1, - anon_sym_RBRACE, + ACTIONS(7641), 1, + anon_sym_DOT, STATE(4540), 2, sym_line_comment, sym_block_comment, - [151568] = 4, + [151583] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7637), 1, - anon_sym_DOT, + ACTIONS(6839), 1, + anon_sym_RBRACK, STATE(4541), 2, sym_line_comment, sym_block_comment, - [151582] = 4, + [151597] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7639), 1, + ACTIONS(479), 1, anon_sym_RBRACE, STATE(4542), 2, sym_line_comment, sym_block_comment, - [151596] = 4, + [151611] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7641), 1, + ACTIONS(7643), 1, anon_sym_RBRACE, STATE(4543), 2, sym_line_comment, sym_block_comment, - [151610] = 4, + [151625] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7643), 1, - sym_int_literal, + ACTIONS(7645), 1, + anon_sym_RBRACE, STATE(4544), 2, sym_line_comment, sym_block_comment, - [151624] = 4, + [151639] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(899), 1, - anon_sym_RBRACE, + ACTIONS(7647), 1, + anon_sym_LBRACE, STATE(4545), 2, sym_line_comment, sym_block_comment, - [151638] = 4, + [151653] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7645), 1, + ACTIONS(927), 1, anon_sym_RBRACE, STATE(4546), 2, sym_line_comment, sym_block_comment, - [151652] = 4, + [151667] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7647), 1, + ACTIONS(6864), 1, anon_sym_RBRACE, STATE(4547), 2, sym_line_comment, sym_block_comment, - [151666] = 4, + [151681] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7649), 1, - anon_sym_LBRACE, + anon_sym_RBRACE, STATE(4548), 2, sym_line_comment, sym_block_comment, - [151680] = 4, + [151695] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318762,37 +318912,37 @@ static const uint16_t ts_small_parse_table[] = { STATE(4549), 2, sym_line_comment, sym_block_comment, - [151694] = 4, + [151709] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(933), 1, + ACTIONS(7653), 1, anon_sym_RBRACE, STATE(4550), 2, sym_line_comment, sym_block_comment, - [151708] = 4, + [151723] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7653), 1, + ACTIONS(903), 1, anon_sym_RBRACE, STATE(4551), 2, sym_line_comment, sym_block_comment, - [151722] = 4, + [151737] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7655), 1, - anon_sym_DOT, + anon_sym_RBRACE, STATE(4552), 2, sym_line_comment, sym_block_comment, - [151736] = 4, + [151751] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318802,87 +318952,87 @@ static const uint16_t ts_small_parse_table[] = { STATE(4553), 2, sym_line_comment, sym_block_comment, - [151750] = 4, + [151765] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1472), 1, - anon_sym_RPAREN, + ACTIONS(7659), 1, + anon_sym_DOT, STATE(4554), 2, sym_line_comment, sym_block_comment, - [151764] = 4, + [151779] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5530), 1, - anon_sym_LBRACE, + ACTIONS(1480), 1, + anon_sym_RPAREN, STATE(4555), 2, sym_line_comment, sym_block_comment, - [151778] = 4, + [151793] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7659), 1, - anon_sym_LBRACE, + ACTIONS(7661), 1, + anon_sym_RBRACK, STATE(4556), 2, sym_line_comment, sym_block_comment, - [151792] = 4, + [151807] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7661), 1, + ACTIONS(5512), 1, anon_sym_LBRACE, STATE(4557), 2, sym_line_comment, sym_block_comment, - [151806] = 4, + [151821] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7663), 1, - anon_sym_EQ, + anon_sym_LBRACE, STATE(4558), 2, sym_line_comment, sym_block_comment, - [151820] = 4, + [151835] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7665), 1, - anon_sym_RBRACK, + anon_sym_LBRACE, STATE(4559), 2, sym_line_comment, sym_block_comment, - [151834] = 4, + [151849] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7667), 1, - anon_sym_COLON, + anon_sym_EQ, STATE(4560), 2, sym_line_comment, sym_block_comment, - [151848] = 4, + [151863] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7669), 1, - anon_sym_RBRACE, + anon_sym_COLON, STATE(4561), 2, sym_line_comment, sym_block_comment, - [151862] = 4, + [151877] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318892,7 +319042,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4562), 2, sym_line_comment, sym_block_comment, - [151876] = 4, + [151891] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318902,7 +319052,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4563), 2, sym_line_comment, sym_block_comment, - [151890] = 4, + [151905] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318912,17 +319062,17 @@ static const uint16_t ts_small_parse_table[] = { STATE(4564), 2, sym_line_comment, sym_block_comment, - [151904] = 4, + [151919] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7677), 1, - anon_sym_LBRACE, + anon_sym_RBRACE, STATE(4565), 2, sym_line_comment, sym_block_comment, - [151918] = 4, + [151933] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318932,17 +319082,17 @@ static const uint16_t ts_small_parse_table[] = { STATE(4566), 2, sym_line_comment, sym_block_comment, - [151932] = 4, + [151947] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7681), 1, - anon_sym_RBRACE, + anon_sym_LBRACE, STATE(4567), 2, sym_line_comment, sym_block_comment, - [151946] = 4, + [151961] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318952,17 +319102,17 @@ static const uint16_t ts_small_parse_table[] = { STATE(4568), 2, sym_line_comment, sym_block_comment, - [151960] = 4, + [151975] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7685), 1, - anon_sym_DOT, + anon_sym_RBRACE, STATE(4569), 2, sym_line_comment, sym_block_comment, - [151974] = 4, + [151989] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -318972,57 +319122,57 @@ static const uint16_t ts_small_parse_table[] = { STATE(4570), 2, sym_line_comment, sym_block_comment, - [151988] = 4, + [152003] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5540), 1, - anon_sym_LBRACE, + ACTIONS(7689), 1, + anon_sym_DOT, STATE(4571), 2, sym_line_comment, sym_block_comment, - [152002] = 4, + [152017] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7689), 1, - anon_sym_LBRACE, + ACTIONS(907), 1, + anon_sym_RBRACE, STATE(4572), 2, sym_line_comment, sym_block_comment, - [152016] = 4, - ACTIONS(497), 1, + [152031] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7691), 1, - aux_sym__content_block_token1, + ACTIONS(5536), 1, + anon_sym_LBRACE, STATE(4573), 2, sym_line_comment, sym_block_comment, - [152030] = 4, + [152045] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(947), 1, - anon_sym_RBRACE, + ACTIONS(7691), 1, + anon_sym_LBRACE, STATE(4574), 2, sym_line_comment, sym_block_comment, - [152044] = 4, - ACTIONS(3), 1, + [152059] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(7693), 1, - anon_sym_RBRACE, + aux_sym__content_block_token1, STATE(4575), 2, sym_line_comment, sym_block_comment, - [152058] = 4, + [152073] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -319032,37 +319182,37 @@ static const uint16_t ts_small_parse_table[] = { STATE(4576), 2, sym_line_comment, sym_block_comment, - [152072] = 4, + [152087] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7697), 1, - anon_sym_DOT, + anon_sym_RBRACK, STATE(4577), 2, sym_line_comment, sym_block_comment, - [152086] = 4, - ACTIONS(497), 1, + [152101] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7699), 1, - aux_sym__content_block_token1, + anon_sym_RBRACE, STATE(4578), 2, sym_line_comment, sym_block_comment, - [152100] = 4, + [152115] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7701), 1, - anon_sym_RBRACK, + anon_sym_DOT, STATE(4579), 2, sym_line_comment, sym_block_comment, - [152114] = 4, + [152129] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, @@ -319072,787 +319222,787 @@ static const uint16_t ts_small_parse_table[] = { STATE(4580), 2, sym_line_comment, sym_block_comment, - [152128] = 4, + [152143] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7705), 1, - anon_sym_LBRACE, + ACTIONS(895), 1, + anon_sym_RBRACE, STATE(4581), 2, sym_line_comment, sym_block_comment, - [152142] = 4, - ACTIONS(3), 1, + [152157] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, - ACTIONS(7707), 1, - anon_sym_RBRACE, + ACTIONS(7705), 1, + aux_sym__content_block_token1, STATE(4582), 2, sym_line_comment, sym_block_comment, - [152156] = 4, + [152171] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5542), 1, + ACTIONS(7707), 1, anon_sym_LBRACE, STATE(4583), 2, sym_line_comment, sym_block_comment, - [152170] = 4, + [152185] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7709), 1, - anon_sym_DOT, + ACTIONS(5504), 1, + anon_sym_LBRACE, STATE(4584), 2, sym_line_comment, sym_block_comment, - [152184] = 4, + [152199] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7711), 1, + ACTIONS(7709), 1, anon_sym_RBRACE, STATE(4585), 2, sym_line_comment, sym_block_comment, - [152198] = 4, + [152213] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7713), 1, - anon_sym_EQ, + ACTIONS(7711), 1, + anon_sym_DOT, STATE(4586), 2, sym_line_comment, sym_block_comment, - [152212] = 4, - ACTIONS(497), 1, + [152227] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7715), 1, - aux_sym_hash_statement_token1, + ACTIONS(7713), 1, + anon_sym_RBRACE, STATE(4587), 2, sym_line_comment, sym_block_comment, - [152226] = 4, + [152241] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7717), 1, - sym_identifier, + ACTIONS(7715), 1, + anon_sym_EQ, STATE(4588), 2, sym_line_comment, sym_block_comment, - [152240] = 4, + [152255] = 4, + ACTIONS(497), 1, + anon_sym_SLASH_SLASH, + ACTIONS(499), 1, + anon_sym_SLASH_STAR, + ACTIONS(7717), 1, + aux_sym_hash_statement_token1, + STATE(4589), 2, + sym_line_comment, + sym_block_comment, + [152269] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7719), 1, sym_identifier, - STATE(4589), 2, + STATE(4590), 2, sym_line_comment, sym_block_comment, - [152254] = 4, + [152283] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7721), 1, sym_identifier, - STATE(4590), 2, + STATE(4591), 2, sym_line_comment, sym_block_comment, - [152268] = 4, + [152297] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7723), 1, sym_identifier, - STATE(4591), 2, + STATE(4592), 2, sym_line_comment, sym_block_comment, - [152282] = 4, + [152311] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7725), 1, - anon_sym_RBRACE, - STATE(4592), 2, + sym_identifier, + STATE(4593), 2, sym_line_comment, sym_block_comment, - [152296] = 4, + [152325] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7727), 1, anon_sym_RBRACE, - STATE(4593), 2, + STATE(4594), 2, + sym_line_comment, + sym_block_comment, + [152339] = 4, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(881), 1, + anon_sym_RBRACE, + STATE(4595), 2, sym_line_comment, sym_block_comment, - [152310] = 4, + [152353] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(7729), 1, aux_sym__content_block_token1, - STATE(4594), 2, + STATE(4596), 2, sym_line_comment, sym_block_comment, - [152324] = 4, + [152367] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(7731), 1, aux_sym__content_block_token1, - STATE(4595), 2, + STATE(4597), 2, sym_line_comment, sym_block_comment, - [152338] = 4, + [152381] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(7733), 1, aux_sym_shebang_token1, - STATE(4596), 2, + STATE(4598), 2, sym_line_comment, sym_block_comment, - [152352] = 4, + [152395] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7735), 1, sym_identifier, - STATE(4597), 2, + STATE(4599), 2, sym_line_comment, sym_block_comment, - [152366] = 4, + [152409] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7737), 1, sym_identifier, - STATE(4598), 2, + STATE(4600), 2, sym_line_comment, sym_block_comment, - [152380] = 4, + [152423] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7739), 1, sym_identifier, - STATE(4599), 2, + STATE(4601), 2, sym_line_comment, sym_block_comment, - [152394] = 4, + [152437] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7741), 1, sym_identifier, - STATE(4600), 2, + STATE(4602), 2, sym_line_comment, sym_block_comment, - [152408] = 4, + [152451] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7743), 1, - anon_sym_RBRACE, - STATE(4601), 2, + anon_sym_LBRACE, + STATE(4603), 2, sym_line_comment, sym_block_comment, - [152422] = 4, + [152465] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7745), 1, sym_identifier, - STATE(4602), 2, + STATE(4604), 2, sym_line_comment, sym_block_comment, - [152436] = 4, + [152479] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7747), 1, - anon_sym_LBRACE, - STATE(4603), 2, + anon_sym_RBRACE, + STATE(4605), 2, sym_line_comment, sym_block_comment, - [152450] = 4, + [152493] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7749), 1, anon_sym_RBRACE, - STATE(4604), 2, + STATE(4606), 2, sym_line_comment, sym_block_comment, - [152464] = 4, + [152507] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7751), 1, anon_sym_RBRACE, - STATE(4605), 2, + STATE(4607), 2, sym_line_comment, sym_block_comment, - [152478] = 4, + [152521] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7753), 1, anon_sym_RBRACE, - STATE(4606), 2, + STATE(4608), 2, sym_line_comment, sym_block_comment, - [152492] = 4, + [152535] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7755), 1, + ACTIONS(877), 1, anon_sym_RBRACE, - STATE(4607), 2, + STATE(4609), 2, sym_line_comment, sym_block_comment, - [152506] = 4, + [152549] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(877), 1, + ACTIONS(7755), 1, anon_sym_RBRACE, - STATE(4608), 2, + STATE(4610), 2, sym_line_comment, sym_block_comment, - [152520] = 4, + [152563] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7757), 1, anon_sym_RBRACE, - STATE(4609), 2, + STATE(4611), 2, sym_line_comment, sym_block_comment, - [152534] = 4, + [152577] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7759), 1, anon_sym_in, - STATE(4610), 2, + STATE(4612), 2, sym_line_comment, sym_block_comment, - [152548] = 4, + [152591] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7761), 1, - anon_sym_RBRACE, - STATE(4611), 2, + anon_sym_LBRACE, + STATE(4613), 2, sym_line_comment, sym_block_comment, - [152562] = 4, + [152605] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7763), 1, - anon_sym_LBRACE, - STATE(4612), 2, + ACTIONS(897), 1, + anon_sym_RBRACE, + STATE(4614), 2, sym_line_comment, sym_block_comment, - [152576] = 4, + [152619] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7765), 1, + ACTIONS(7763), 1, anon_sym_RBRACE, - STATE(4613), 2, + STATE(4615), 2, sym_line_comment, sym_block_comment, - [152590] = 4, + [152633] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7767), 1, + ACTIONS(7765), 1, anon_sym_RBRACE, - STATE(4614), 2, + STATE(4616), 2, sym_line_comment, sym_block_comment, - [152604] = 4, + [152647] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1603), 1, + ACTIONS(1474), 1, anon_sym_RPAREN, - STATE(4615), 2, + STATE(4617), 2, sym_line_comment, sym_block_comment, - [152618] = 4, + [152661] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(921), 1, + ACTIONS(7767), 1, anon_sym_RBRACE, - STATE(4616), 2, + STATE(4618), 2, sym_line_comment, sym_block_comment, - [152632] = 4, + [152675] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7769), 1, - anon_sym_EQ, - STATE(4617), 2, + anon_sym_RBRACK, + STATE(4619), 2, sym_line_comment, sym_block_comment, - [152646] = 4, + [152689] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7771), 1, anon_sym_RBRACE, - STATE(4618), 2, + STATE(4620), 2, sym_line_comment, sym_block_comment, - [152660] = 4, + [152703] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7773), 1, anon_sym_RBRACE, - STATE(4619), 2, + STATE(4621), 2, sym_line_comment, sym_block_comment, - [152674] = 4, + [152717] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7775), 1, - anon_sym_RBRACE, - STATE(4620), 2, + anon_sym_EQ, + STATE(4622), 2, sym_line_comment, sym_block_comment, - [152688] = 4, + [152731] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7777), 1, - anon_sym_RBRACE, - STATE(4621), 2, + sym_identifier, + STATE(4623), 2, sym_line_comment, sym_block_comment, - [152702] = 4, + [152745] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7779), 1, - sym_identifier, - STATE(4622), 2, + anon_sym_RBRACE, + STATE(4624), 2, sym_line_comment, sym_block_comment, - [152716] = 4, + [152759] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7781), 1, anon_sym_RBRACE, - STATE(4623), 2, + STATE(4625), 2, sym_line_comment, sym_block_comment, - [152730] = 4, + [152773] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7783), 1, anon_sym_RBRACE, - STATE(4624), 2, + STATE(4626), 2, sym_line_comment, sym_block_comment, - [152744] = 4, + [152787] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7785), 1, - anon_sym_RBRACK, - STATE(4625), 2, + anon_sym_RBRACE, + STATE(4627), 2, sym_line_comment, sym_block_comment, - [152758] = 4, + [152801] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7787), 1, anon_sym_RBRACE, - STATE(4626), 2, + STATE(4628), 2, sym_line_comment, sym_block_comment, - [152772] = 4, + [152815] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7789), 1, anon_sym_RBRACE, - STATE(4627), 2, + STATE(4629), 2, sym_line_comment, sym_block_comment, - [152786] = 4, + [152829] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7791), 1, - anon_sym_RBRACE, - STATE(4628), 2, + anon_sym_RBRACK, + STATE(4630), 2, sym_line_comment, sym_block_comment, - [152800] = 4, + [152843] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7793), 1, anon_sym_RBRACE, - STATE(4629), 2, + STATE(4631), 2, sym_line_comment, sym_block_comment, - [152814] = 4, + [152857] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7795), 1, anon_sym_SEMI, - STATE(4630), 2, + STATE(4632), 2, sym_line_comment, sym_block_comment, - [152828] = 4, + [152871] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7797), 1, + ACTIONS(931), 1, anon_sym_RBRACE, - STATE(4631), 2, + STATE(4633), 2, sym_line_comment, sym_block_comment, - [152842] = 4, + [152885] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7799), 1, + ACTIONS(7797), 1, anon_sym_RBRACE, - STATE(4632), 2, + STATE(4634), 2, sym_line_comment, sym_block_comment, - [152856] = 4, + [152899] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7801), 1, + ACTIONS(7799), 1, anon_sym_RBRACE, - STATE(4633), 2, + STATE(4635), 2, sym_line_comment, sym_block_comment, - [152870] = 4, + [152913] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(881), 1, + ACTIONS(7801), 1, anon_sym_RBRACE, - STATE(4634), 2, + STATE(4636), 2, sym_line_comment, sym_block_comment, - [152884] = 4, + [152927] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7803), 1, sym_identifier, - STATE(4635), 2, + STATE(4637), 2, sym_line_comment, sym_block_comment, - [152898] = 4, + [152941] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7805), 1, anon_sym_RBRACK, - STATE(4636), 2, + STATE(4638), 2, sym_line_comment, sym_block_comment, - [152912] = 4, + [152955] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7807), 1, anon_sym_RBRACE, - STATE(4637), 2, + STATE(4639), 2, sym_line_comment, sym_block_comment, - [152926] = 4, + [152969] = 4, ACTIONS(497), 1, anon_sym_SLASH_SLASH, ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(7809), 1, aux_sym__content_block_token1, - STATE(4638), 2, + STATE(4640), 2, sym_line_comment, sym_block_comment, - [152940] = 4, + [152983] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7811), 1, - anon_sym_DOT, - STATE(4639), 2, + anon_sym_RBRACE, + STATE(4641), 2, sym_line_comment, sym_block_comment, - [152954] = 4, + [152997] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7813), 1, anon_sym_LBRACE, - STATE(4640), 2, + STATE(4642), 2, sym_line_comment, sym_block_comment, - [152968] = 4, + [153011] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5524), 1, + ACTIONS(5520), 1, anon_sym_LBRACE, - STATE(4641), 2, + STATE(4643), 2, sym_line_comment, sym_block_comment, - [152982] = 4, + [153025] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7815), 1, - anon_sym_RBRACE, - STATE(4642), 2, + anon_sym_DOT, + STATE(4644), 2, sym_line_comment, sym_block_comment, - [152996] = 4, + [153039] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6029), 1, + ACTIONS(6035), 1, anon_sym_COLON_EQ, - STATE(4643), 2, + STATE(4645), 2, sym_line_comment, sym_block_comment, - [153010] = 4, + [153053] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7817), 1, anon_sym_RBRACE, - STATE(4644), 2, + STATE(4646), 2, sym_line_comment, sym_block_comment, - [153024] = 4, + [153067] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7819), 1, - anon_sym_RBRACK, - STATE(4645), 2, + anon_sym_RBRACE, + STATE(4647), 2, sym_line_comment, sym_block_comment, - [153038] = 4, + [153081] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7821), 1, - anon_sym_RBRACE, - STATE(4646), 2, + anon_sym_RBRACK, + STATE(4648), 2, sym_line_comment, sym_block_comment, - [153052] = 4, + [153095] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7823), 1, - anon_sym_RBRACE, - STATE(4647), 2, + anon_sym_RBRACK, + STATE(4649), 2, sym_line_comment, sym_block_comment, - [153066] = 4, + [153109] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7825), 1, anon_sym_RBRACE, - STATE(4648), 2, + STATE(4650), 2, sym_line_comment, sym_block_comment, - [153080] = 4, + [153123] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7827), 1, - anon_sym_RBRACK, - STATE(4649), 2, + ACTIONS(1470), 1, + anon_sym_RPAREN, + STATE(4651), 2, sym_line_comment, sym_block_comment, - [153094] = 4, + [153137] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7829), 1, + ACTIONS(7827), 1, anon_sym_RBRACK, - STATE(4650), 2, + STATE(4652), 2, sym_line_comment, sym_block_comment, - [153108] = 4, + [153151] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(917), 1, + ACTIONS(7829), 1, anon_sym_RBRACE, - STATE(4651), 2, + STATE(4653), 2, sym_line_comment, sym_block_comment, - [153122] = 4, + [153165] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7831), 1, anon_sym_RBRACE, - STATE(4652), 2, + STATE(4654), 2, sym_line_comment, sym_block_comment, - [153136] = 4, + [153179] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7833), 1, anon_sym_DOT, - STATE(4653), 2, - sym_line_comment, - sym_block_comment, - [153150] = 4, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5020), 1, - sym_identifier, - STATE(4654), 2, + STATE(4655), 2, sym_line_comment, sym_block_comment, - [153164] = 4, + [153193] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7835), 1, anon_sym_RBRACE, - STATE(4655), 2, - sym_line_comment, - sym_block_comment, - [153178] = 4, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(7837), 1, - anon_sym_PIPE, STATE(4656), 2, sym_line_comment, sym_block_comment, - [153192] = 4, + [153207] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7839), 1, + ACTIONS(7837), 1, anon_sym_RBRACE, STATE(4657), 2, sym_line_comment, sym_block_comment, - [153206] = 4, + [153221] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1607), 1, - anon_sym_RPAREN, + ACTIONS(7839), 1, + anon_sym_RBRACE, STATE(4658), 2, sym_line_comment, sym_block_comment, - [153220] = 4, + [153235] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -319862,157 +320012,157 @@ static const uint16_t ts_small_parse_table[] = { STATE(4659), 2, sym_line_comment, sym_block_comment, - [153234] = 4, + [153249] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(883), 1, - anon_sym_RBRACE, + ACTIONS(5020), 1, + sym_identifier, STATE(4660), 2, sym_line_comment, sym_block_comment, - [153248] = 4, + [153263] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7843), 1, + ACTIONS(899), 1, anon_sym_RBRACE, STATE(4661), 2, sym_line_comment, sym_block_comment, - [153262] = 4, + [153277] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7845), 1, - anon_sym_RBRACK, + ACTIONS(885), 1, + anon_sym_RBRACE, STATE(4662), 2, sym_line_comment, sym_block_comment, - [153276] = 4, + [153291] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7847), 1, + ACTIONS(7843), 1, anon_sym_RBRACE, STATE(4663), 2, sym_line_comment, sym_block_comment, - [153290] = 4, + [153305] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(929), 1, - anon_sym_RBRACE, + ACTIONS(7845), 1, + anon_sym_PIPE, STATE(4664), 2, sym_line_comment, sym_block_comment, - [153304] = 4, + [153319] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7849), 1, - anon_sym_DOT, + ACTIONS(7847), 1, + anon_sym_RBRACE, STATE(4665), 2, sym_line_comment, sym_block_comment, - [153318] = 4, + [153333] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7415), 1, - anon_sym_RPAREN, + ACTIONS(7849), 1, + anon_sym_RBRACK, STATE(4666), 2, sym_line_comment, sym_block_comment, - [153332] = 4, + [153347] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(911), 1, - anon_sym_RBRACE, + ACTIONS(7851), 1, + anon_sym_DOT, STATE(4667), 2, sym_line_comment, sym_block_comment, - [153346] = 4, + [153361] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7851), 1, - anon_sym_RBRACE, + ACTIONS(7415), 1, + anon_sym_RPAREN, STATE(4668), 2, sym_line_comment, sym_block_comment, - [153360] = 4, + [153375] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7853), 1, - sym_identifier, + ACTIONS(1484), 1, + anon_sym_RPAREN, STATE(4669), 2, sym_line_comment, sym_block_comment, - [153374] = 4, + [153389] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1478), 1, - anon_sym_RPAREN, + ACTIONS(7853), 1, + anon_sym_RBRACE, STATE(4670), 2, sym_line_comment, sym_block_comment, - [153388] = 4, - ACTIONS(497), 1, + [153403] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7855), 1, - aux_sym_shebang_token1, + sym_identifier, STATE(4671), 2, sym_line_comment, sym_block_comment, - [153402] = 4, + [153417] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7857), 1, - anon_sym_DOT, + anon_sym_RBRACE, STATE(4672), 2, sym_line_comment, sym_block_comment, - [153416] = 4, - ACTIONS(3), 1, + [153431] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(7859), 1, - anon_sym_RBRACE, + aux_sym_shebang_token1, STATE(4673), 2, sym_line_comment, sym_block_comment, - [153430] = 4, + [153445] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7861), 1, - anon_sym_RBRACE, + anon_sym_DOT, STATE(4674), 2, sym_line_comment, sym_block_comment, - [153444] = 4, + [153459] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -320022,237 +320172,237 @@ static const uint16_t ts_small_parse_table[] = { STATE(4675), 2, sym_line_comment, sym_block_comment, - [153458] = 4, + [153473] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7865), 1, + ACTIONS(935), 1, anon_sym_RBRACE, STATE(4676), 2, sym_line_comment, sym_block_comment, - [153472] = 4, + [153487] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1605), 1, - anon_sym_RPAREN, + ACTIONS(7865), 1, + anon_sym_RBRACE, STATE(4677), 2, sym_line_comment, sym_block_comment, - [153486] = 4, + [153501] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7867), 1, - anon_sym_RBRACK, + ACTIONS(1472), 1, + anon_sym_RPAREN, STATE(4678), 2, sym_line_comment, sym_block_comment, - [153500] = 4, + [153515] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7869), 1, + ACTIONS(7867), 1, anon_sym_RBRACK, STATE(4679), 2, sym_line_comment, sym_block_comment, - [153514] = 4, + [153529] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7871), 1, - anon_sym_RBRACE, + ACTIONS(7869), 1, + anon_sym_RBRACK, STATE(4680), 2, sym_line_comment, sym_block_comment, - [153528] = 4, + [153543] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7873), 1, - anon_sym_EQ, + ACTIONS(7871), 1, + anon_sym_RBRACE, STATE(4681), 2, sym_line_comment, sym_block_comment, - [153542] = 4, + [153557] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7875), 1, + ACTIONS(7873), 1, anon_sym_RBRACE, STATE(4682), 2, sym_line_comment, sym_block_comment, - [153556] = 4, + [153571] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7877), 1, - anon_sym_RBRACE, + ACTIONS(7875), 1, + anon_sym_EQ, STATE(4683), 2, sym_line_comment, sym_block_comment, - [153570] = 4, + [153585] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7879), 1, + ACTIONS(7877), 1, anon_sym_RBRACE, STATE(4684), 2, sym_line_comment, sym_block_comment, - [153584] = 4, + [153599] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7881), 1, + ACTIONS(7879), 1, anon_sym_RBRACE, STATE(4685), 2, sym_line_comment, sym_block_comment, - [153598] = 4, + [153613] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7883), 1, + ACTIONS(7881), 1, anon_sym_RBRACE, STATE(4686), 2, sym_line_comment, sym_block_comment, - [153612] = 4, + [153627] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7885), 1, + ACTIONS(7883), 1, anon_sym_RBRACE, STATE(4687), 2, sym_line_comment, sym_block_comment, - [153626] = 4, + [153641] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7887), 1, + ACTIONS(7885), 1, anon_sym_RBRACE, STATE(4688), 2, sym_line_comment, sym_block_comment, - [153640] = 4, + [153655] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7889), 1, - anon_sym_RBRACK, + ACTIONS(7887), 1, + anon_sym_RBRACE, STATE(4689), 2, sym_line_comment, sym_block_comment, - [153654] = 4, + [153669] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7891), 1, + ACTIONS(7889), 1, anon_sym_RBRACE, STATE(4690), 2, sym_line_comment, sym_block_comment, - [153668] = 4, + [153683] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7893), 1, + ACTIONS(7891), 1, anon_sym_RBRACK, STATE(4691), 2, sym_line_comment, sym_block_comment, - [153682] = 4, + [153697] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7895), 1, - anon_sym_RBRACE, + ACTIONS(7893), 1, + anon_sym_RBRACK, STATE(4692), 2, sym_line_comment, sym_block_comment, - [153696] = 4, + [153711] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7897), 1, - sym_identifier, + ACTIONS(929), 1, + anon_sym_RBRACE, STATE(4693), 2, sym_line_comment, sym_block_comment, - [153710] = 4, + [153725] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(905), 1, - anon_sym_RBRACE, + ACTIONS(7895), 1, + anon_sym_RBRACK, STATE(4694), 2, sym_line_comment, sym_block_comment, - [153724] = 4, + [153739] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7899), 1, - anon_sym_LPAREN, + ACTIONS(7897), 1, + sym_identifier, STATE(4695), 2, sym_line_comment, sym_block_comment, - [153738] = 4, + [153753] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(897), 1, + ACTIONS(7899), 1, anon_sym_RBRACE, STATE(4696), 2, sym_line_comment, sym_block_comment, - [153752] = 4, + [153767] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7901), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, STATE(4697), 2, sym_line_comment, sym_block_comment, - [153766] = 4, + [153781] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7903), 1, - anon_sym_RBRACK, + anon_sym_RBRACE, STATE(4698), 2, sym_line_comment, sym_block_comment, - [153780] = 4, + [153795] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -320262,7 +320412,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4699), 2, sym_line_comment, sym_block_comment, - [153794] = 4, + [153809] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -320272,7 +320422,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4700), 2, sym_line_comment, sym_block_comment, - [153808] = 4, + [153823] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -320282,7 +320432,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4701), 2, sym_line_comment, sym_block_comment, - [153822] = 4, + [153837] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -320292,67 +320442,67 @@ static const uint16_t ts_small_parse_table[] = { STATE(4702), 2, sym_line_comment, sym_block_comment, - [153836] = 4, + [153851] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7913), 1, - anon_sym_RBRACK, + anon_sym_RBRACE, STATE(4703), 2, sym_line_comment, sym_block_comment, - [153850] = 4, + [153865] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6498), 1, + ACTIONS(7915), 1, anon_sym_RBRACE, STATE(4704), 2, sym_line_comment, sym_block_comment, - [153864] = 4, + [153879] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7915), 1, - ts_builtin_sym_end, + ACTIONS(7917), 1, + anon_sym_RBRACK, STATE(4705), 2, sym_line_comment, sym_block_comment, - [153878] = 4, + [153893] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7917), 1, - sym_int_literal, + ACTIONS(6502), 1, + anon_sym_RBRACE, STATE(4706), 2, sym_line_comment, sym_block_comment, - [153892] = 4, + [153907] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7919), 1, - anon_sym_LBRACE, + ts_builtin_sym_end, STATE(4707), 2, sym_line_comment, sym_block_comment, - [153906] = 4, + [153921] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7921), 1, - anon_sym_LPAREN, + sym_int_literal, STATE(4708), 2, sym_line_comment, sym_block_comment, - [153920] = 4, + [153935] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -320362,17 +320512,17 @@ static const uint16_t ts_small_parse_table[] = { STATE(4709), 2, sym_line_comment, sym_block_comment, - [153934] = 4, + [153949] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7925), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, STATE(4710), 2, sym_line_comment, sym_block_comment, - [153948] = 4, + [153963] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -320382,7 +320532,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4711), 2, sym_line_comment, sym_block_comment, - [153962] = 4, + [153977] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -320392,57 +320542,57 @@ static const uint16_t ts_small_parse_table[] = { STATE(4712), 2, sym_line_comment, sym_block_comment, - [153976] = 4, + [153991] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7931), 1, - anon_sym_LPAREN, + anon_sym_LBRACE, STATE(4713), 2, sym_line_comment, sym_block_comment, - [153990] = 4, + [154005] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7933), 1, - anon_sym_LBRACE, + anon_sym_RBRACE, STATE(4714), 2, sym_line_comment, sym_block_comment, - [154004] = 4, + [154019] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(891), 1, - anon_sym_RBRACE, + ACTIONS(7935), 1, + anon_sym_LPAREN, STATE(4715), 2, sym_line_comment, sym_block_comment, - [154018] = 4, + [154033] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7935), 1, + ACTIONS(901), 1, anon_sym_RBRACE, STATE(4716), 2, sym_line_comment, sym_block_comment, - [154032] = 4, + [154047] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7937), 1, - anon_sym_LPAREN, + anon_sym_RBRACE, STATE(4717), 2, sym_line_comment, sym_block_comment, - [154046] = 4, + [154061] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -320452,137 +320602,137 @@ static const uint16_t ts_small_parse_table[] = { STATE(4718), 2, sym_line_comment, sym_block_comment, - [154060] = 4, + [154075] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7941), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, STATE(4719), 2, sym_line_comment, sym_block_comment, - [154074] = 4, + [154089] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7943), 1, - sym_identifier, + anon_sym_RBRACE, STATE(4720), 2, sym_line_comment, sym_block_comment, - [154088] = 4, + [154103] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7945), 1, - anon_sym_LPAREN, + anon_sym_RBRACE, STATE(4721), 2, sym_line_comment, sym_block_comment, - [154102] = 4, - ACTIONS(497), 1, + [154117] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(499), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7947), 1, - aux_sym_hash_statement_token1, + sym_identifier, STATE(4722), 2, sym_line_comment, sym_block_comment, - [154116] = 4, + [154131] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7949), 1, - anon_sym_LBRACE, + anon_sym_LPAREN, STATE(4723), 2, sym_line_comment, sym_block_comment, - [154130] = 4, - ACTIONS(3), 1, + [154145] = 4, + ACTIONS(497), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(499), 1, anon_sym_SLASH_STAR, ACTIONS(7951), 1, - anon_sym_RBRACE, + aux_sym_hash_statement_token1, STATE(4724), 2, sym_line_comment, sym_block_comment, - [154144] = 4, + [154159] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7953), 1, - anon_sym_LPAREN, + anon_sym_LBRACE, STATE(4725), 2, sym_line_comment, sym_block_comment, - [154158] = 4, + [154173] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7955), 1, - anon_sym_RBRACE, + anon_sym_LBRACE, STATE(4726), 2, sym_line_comment, sym_block_comment, - [154172] = 4, + [154187] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7957), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, STATE(4727), 2, sym_line_comment, sym_block_comment, - [154186] = 4, + [154201] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7959), 1, - anon_sym_RBRACE, + ACTIONS(1486), 1, + anon_sym_RPAREN, STATE(4728), 2, sym_line_comment, sym_block_comment, - [154200] = 4, + [154215] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7961), 1, - anon_sym_LPAREN, + ACTIONS(7959), 1, + anon_sym_RBRACE, STATE(4729), 2, sym_line_comment, sym_block_comment, - [154214] = 4, + [154229] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1480), 1, - anon_sym_RPAREN, + ACTIONS(7961), 1, + anon_sym_RBRACE, STATE(4730), 2, sym_line_comment, sym_block_comment, - [154228] = 4, + [154243] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7963), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, STATE(4731), 2, sym_line_comment, sym_block_comment, - [154242] = 4, + [154257] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -320592,17 +320742,17 @@ static const uint16_t ts_small_parse_table[] = { STATE(4732), 2, sym_line_comment, sym_block_comment, - [154256] = 4, + [154271] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7967), 1, - anon_sym_LPAREN, + sym_identifier, STATE(4733), 2, sym_line_comment, sym_block_comment, - [154270] = 4, + [154285] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -320612,37 +320762,37 @@ static const uint16_t ts_small_parse_table[] = { STATE(4734), 2, sym_line_comment, sym_block_comment, - [154284] = 4, + [154299] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7971), 1, - sym_identifier, + anon_sym_LPAREN, STATE(4735), 2, sym_line_comment, sym_block_comment, - [154298] = 4, + [154313] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1601), 1, + ACTIONS(1609), 1, anon_sym_RPAREN, STATE(4736), 2, sym_line_comment, sym_block_comment, - [154312] = 4, + [154327] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7973), 1, - anon_sym_LPAREN, + anon_sym_RBRACE, STATE(4737), 2, sym_line_comment, sym_block_comment, - [154326] = 4, + [154341] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, @@ -320652,7136 +320802,7158 @@ static const uint16_t ts_small_parse_table[] = { STATE(4738), 2, sym_line_comment, sym_block_comment, - [154340] = 4, + [154355] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(901), 1, - anon_sym_RBRACE, + ACTIONS(7977), 1, + anon_sym_LPAREN, STATE(4739), 2, sym_line_comment, sym_block_comment, - [154354] = 4, + [154369] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7977), 1, + ACTIONS(7979), 1, anon_sym_RBRACE, STATE(4740), 2, sym_line_comment, sym_block_comment, - [154368] = 4, + [154383] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7979), 1, - anon_sym_LPAREN, + ACTIONS(909), 1, + anon_sym_RBRACE, STATE(4741), 2, sym_line_comment, sym_block_comment, - [154382] = 4, + [154397] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7981), 1, + ACTIONS(945), 1, anon_sym_RBRACE, STATE(4742), 2, sym_line_comment, sym_block_comment, - [154396] = 4, + [154411] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7983), 1, - anon_sym_RBRACE, + ACTIONS(7981), 1, + anon_sym_LPAREN, STATE(4743), 2, sym_line_comment, sym_block_comment, - [154410] = 4, + [154425] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7985), 1, - sym_identifier, + ACTIONS(7983), 1, + anon_sym_RBRACE, STATE(4744), 2, sym_line_comment, sym_block_comment, - [154424] = 4, + [154439] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7987), 1, - anon_sym_LPAREN, + ACTIONS(7985), 1, + anon_sym_RBRACE, STATE(4745), 2, sym_line_comment, sym_block_comment, - [154438] = 4, + [154453] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7989), 1, + ACTIONS(7987), 1, sym_identifier, STATE(4746), 2, sym_line_comment, sym_block_comment, - [154452] = 4, + [154467] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7991), 1, - anon_sym_RBRACE, + ACTIONS(7989), 1, + anon_sym_LPAREN, STATE(4747), 2, sym_line_comment, sym_block_comment, - [154466] = 4, + [154481] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7993), 1, - anon_sym_RBRACE, + ACTIONS(7991), 1, + sym_identifier, STATE(4748), 2, sym_line_comment, sym_block_comment, - [154480] = 4, + [154495] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4974), 1, - sym_identifier, + ACTIONS(7993), 1, + anon_sym_RBRACE, STATE(4749), 2, sym_line_comment, sym_block_comment, - [154494] = 4, + [154509] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7194), 1, - sym_identifier, + ACTIONS(933), 1, + anon_sym_RBRACE, STATE(4750), 2, sym_line_comment, sym_block_comment, - [154508] = 4, + [154523] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7995), 1, - anon_sym_RBRACK, + ACTIONS(4972), 1, + sym_identifier, STATE(4751), 2, sym_line_comment, sym_block_comment, - [154522] = 4, + [154537] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(935), 1, - anon_sym_RBRACE, + ACTIONS(7221), 1, + sym_identifier, STATE(4752), 2, sym_line_comment, sym_block_comment, - [154536] = 4, + [154551] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7997), 1, - sym_identifier, + ACTIONS(7995), 1, + anon_sym_RBRACE, STATE(4753), 2, sym_line_comment, sym_block_comment, - [154550] = 4, + [154565] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(887), 1, - anon_sym_RBRACE, + ACTIONS(7997), 1, + anon_sym_RBRACK, STATE(4754), 2, sym_line_comment, sym_block_comment, - [154564] = 4, + [154579] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7999), 1, - anon_sym_RBRACE, + sym_identifier, STATE(4755), 2, sym_line_comment, sym_block_comment, - [154578] = 4, + [154593] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(8001), 1, - anon_sym_RBRACK, + anon_sym_RBRACE, STATE(4756), 2, sym_line_comment, sym_block_comment, - [154592] = 4, + [154607] = 4, ACTIONS(3), 1, anon_sym_SLASH_SLASH, ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(907), 1, + ACTIONS(8003), 1, anon_sym_RBRACE, STATE(4757), 2, sym_line_comment, sym_block_comment, - [154606] = 1, - ACTIONS(8003), 1, - ts_builtin_sym_end, - [154610] = 1, + [154621] = 4, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(923), 1, + anon_sym_RBRACE, + STATE(4758), 2, + sym_line_comment, + sym_block_comment, + [154635] = 4, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(937), 1, + anon_sym_RBRACE, + STATE(4759), 2, + sym_line_comment, + sym_block_comment, + [154649] = 1, ACTIONS(8005), 1, ts_builtin_sym_end, - [154614] = 1, + [154653] = 1, ACTIONS(8007), 1, ts_builtin_sym_end, + [154657] = 1, + ACTIONS(8009), 1, + ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(1649)] = 0, - [SMALL_STATE(1650)] = 103, - [SMALL_STATE(1651)] = 196, - [SMALL_STATE(1652)] = 323, - [SMALL_STATE(1653)] = 418, - [SMALL_STATE(1654)] = 509, - [SMALL_STATE(1655)] = 610, - [SMALL_STATE(1656)] = 703, - [SMALL_STATE(1657)] = 794, - [SMALL_STATE(1658)] = 911, - [SMALL_STATE(1659)] = 1028, - [SMALL_STATE(1660)] = 1123, - [SMALL_STATE(1661)] = 1214, - [SMALL_STATE(1662)] = 1309, - [SMALL_STATE(1663)] = 1429, - [SMALL_STATE(1664)] = 1503, - [SMALL_STATE(1665)] = 1577, - [SMALL_STATE(1666)] = 1655, - [SMALL_STATE(1667)] = 1733, - [SMALL_STATE(1668)] = 1822, - [SMALL_STATE(1669)] = 1895, - [SMALL_STATE(1670)] = 1968, - [SMALL_STATE(1671)] = 2041, - [SMALL_STATE(1672)] = 2114, - [SMALL_STATE(1673)] = 2189, - [SMALL_STATE(1674)] = 2264, - [SMALL_STATE(1675)] = 2339, - [SMALL_STATE(1676)] = 2470, - [SMALL_STATE(1677)] = 2563, - [SMALL_STATE(1678)] = 2656, - [SMALL_STATE(1679)] = 2757, - [SMALL_STATE(1680)] = 2830, - [SMALL_STATE(1681)] = 2929, - [SMALL_STATE(1682)] = 3060, - [SMALL_STATE(1683)] = 3153, - [SMALL_STATE(1684)] = 3244, - [SMALL_STATE(1685)] = 3321, - [SMALL_STATE(1686)] = 3396, - [SMALL_STATE(1687)] = 3485, - [SMALL_STATE(1688)] = 3558, - [SMALL_STATE(1689)] = 3631, - [SMALL_STATE(1690)] = 3704, - [SMALL_STATE(1691)] = 3793, - [SMALL_STATE(1692)] = 3866, - [SMALL_STATE(1693)] = 3939, - [SMALL_STATE(1694)] = 4012, - [SMALL_STATE(1695)] = 4085, - [SMALL_STATE(1696)] = 4158, - [SMALL_STATE(1697)] = 4231, - [SMALL_STATE(1698)] = 4304, - [SMALL_STATE(1699)] = 4377, - [SMALL_STATE(1700)] = 4450, - [SMALL_STATE(1701)] = 4565, - [SMALL_STATE(1702)] = 4638, - [SMALL_STATE(1703)] = 4753, - [SMALL_STATE(1704)] = 4868, - [SMALL_STATE(1705)] = 4941, - [SMALL_STATE(1706)] = 5014, - [SMALL_STATE(1707)] = 5087, - [SMALL_STATE(1708)] = 5162, - [SMALL_STATE(1709)] = 5235, - [SMALL_STATE(1710)] = 5310, - [SMALL_STATE(1711)] = 5385, - [SMALL_STATE(1712)] = 5457, - [SMALL_STATE(1713)] = 5529, - [SMALL_STATE(1714)] = 5601, - [SMALL_STATE(1715)] = 5677, - [SMALL_STATE(1716)] = 5749, - [SMALL_STATE(1717)] = 5821, - [SMALL_STATE(1718)] = 5893, - [SMALL_STATE(1719)] = 5965, - [SMALL_STATE(1720)] = 6037, - [SMALL_STATE(1721)] = 6109, - [SMALL_STATE(1722)] = 6185, - [SMALL_STATE(1723)] = 6257, - [SMALL_STATE(1724)] = 6329, - [SMALL_STATE(1725)] = 6401, - [SMALL_STATE(1726)] = 6473, - [SMALL_STATE(1727)] = 6545, - [SMALL_STATE(1728)] = 6617, - [SMALL_STATE(1729)] = 6689, - [SMALL_STATE(1730)] = 6761, - [SMALL_STATE(1731)] = 6833, - [SMALL_STATE(1732)] = 6905, - [SMALL_STATE(1733)] = 6977, - [SMALL_STATE(1734)] = 7051, - [SMALL_STATE(1735)] = 7123, - [SMALL_STATE(1736)] = 7197, - [SMALL_STATE(1737)] = 7269, - [SMALL_STATE(1738)] = 7341, - [SMALL_STATE(1739)] = 7413, - [SMALL_STATE(1740)] = 7485, - [SMALL_STATE(1741)] = 7557, - [SMALL_STATE(1742)] = 7629, - [SMALL_STATE(1743)] = 7701, - [SMALL_STATE(1744)] = 7773, - [SMALL_STATE(1745)] = 7845, - [SMALL_STATE(1746)] = 7917, - [SMALL_STATE(1747)] = 7989, - [SMALL_STATE(1748)] = 8061, - [SMALL_STATE(1749)] = 8133, - [SMALL_STATE(1750)] = 8205, - [SMALL_STATE(1751)] = 8277, - [SMALL_STATE(1752)] = 8349, - [SMALL_STATE(1753)] = 8423, - [SMALL_STATE(1754)] = 8495, - [SMALL_STATE(1755)] = 8567, - [SMALL_STATE(1756)] = 8639, - [SMALL_STATE(1757)] = 8711, - [SMALL_STATE(1758)] = 8783, - [SMALL_STATE(1759)] = 8855, - [SMALL_STATE(1760)] = 8927, - [SMALL_STATE(1761)] = 8999, - [SMALL_STATE(1762)] = 9073, - [SMALL_STATE(1763)] = 9147, - [SMALL_STATE(1764)] = 9219, - [SMALL_STATE(1765)] = 9291, - [SMALL_STATE(1766)] = 9365, - [SMALL_STATE(1767)] = 9437, - [SMALL_STATE(1768)] = 9511, - [SMALL_STATE(1769)] = 9583, - [SMALL_STATE(1770)] = 9655, - [SMALL_STATE(1771)] = 9729, - [SMALL_STATE(1772)] = 9803, - [SMALL_STATE(1773)] = 9875, - [SMALL_STATE(1774)] = 9947, - [SMALL_STATE(1775)] = 10019, - [SMALL_STATE(1776)] = 10091, - [SMALL_STATE(1777)] = 10163, - [SMALL_STATE(1778)] = 10235, - [SMALL_STATE(1779)] = 10307, - [SMALL_STATE(1780)] = 10379, - [SMALL_STATE(1781)] = 10451, - [SMALL_STATE(1782)] = 10523, - [SMALL_STATE(1783)] = 10595, - [SMALL_STATE(1784)] = 10667, - [SMALL_STATE(1785)] = 10739, - [SMALL_STATE(1786)] = 10811, - [SMALL_STATE(1787)] = 10883, - [SMALL_STATE(1788)] = 10955, - [SMALL_STATE(1789)] = 11027, - [SMALL_STATE(1790)] = 11099, - [SMALL_STATE(1791)] = 11171, - [SMALL_STATE(1792)] = 11243, - [SMALL_STATE(1793)] = 11315, - [SMALL_STATE(1794)] = 11387, - [SMALL_STATE(1795)] = 11459, - [SMALL_STATE(1796)] = 11532, - [SMALL_STATE(1797)] = 11635, - [SMALL_STATE(1798)] = 11758, - [SMALL_STATE(1799)] = 11831, - [SMALL_STATE(1800)] = 11904, - [SMALL_STATE(1801)] = 11995, - [SMALL_STATE(1802)] = 12086, - [SMALL_STATE(1803)] = 12205, - [SMALL_STATE(1804)] = 12296, - [SMALL_STATE(1805)] = 12415, - [SMALL_STATE(1806)] = 12534, - [SMALL_STATE(1807)] = 12657, - [SMALL_STATE(1808)] = 12776, - [SMALL_STATE(1809)] = 12849, - [SMALL_STATE(1810)] = 12944, - [SMALL_STATE(1811)] = 13039, - [SMALL_STATE(1812)] = 13144, - [SMALL_STATE(1813)] = 13247, - [SMALL_STATE(1814)] = 13342, - [SMALL_STATE(1815)] = 13435, - [SMALL_STATE(1816)] = 13560, - [SMALL_STATE(1817)] = 13633, - [SMALL_STATE(1818)] = 13706, - [SMALL_STATE(1819)] = 13797, - [SMALL_STATE(1820)] = 13892, - [SMALL_STATE(1821)] = 13987, - [SMALL_STATE(1822)] = 14082, - [SMALL_STATE(1823)] = 14173, - [SMALL_STATE(1824)] = 14266, - [SMALL_STATE(1825)] = 14371, - [SMALL_STATE(1826)] = 14462, - [SMALL_STATE(1827)] = 14532, - [SMALL_STATE(1828)] = 14602, - [SMALL_STATE(1829)] = 14672, - [SMALL_STATE(1830)] = 14742, - [SMALL_STATE(1831)] = 14812, - [SMALL_STATE(1832)] = 14882, - [SMALL_STATE(1833)] = 14952, - [SMALL_STATE(1834)] = 15022, - [SMALL_STATE(1835)] = 15092, - [SMALL_STATE(1836)] = 15162, - [SMALL_STATE(1837)] = 15232, - [SMALL_STATE(1838)] = 15302, - [SMALL_STATE(1839)] = 15372, - [SMALL_STATE(1840)] = 15442, - [SMALL_STATE(1841)] = 15512, - [SMALL_STATE(1842)] = 15582, - [SMALL_STATE(1843)] = 15652, - [SMALL_STATE(1844)] = 15722, - [SMALL_STATE(1845)] = 15792, - [SMALL_STATE(1846)] = 15862, - [SMALL_STATE(1847)] = 15932, - [SMALL_STATE(1848)] = 16002, - [SMALL_STATE(1849)] = 16072, - [SMALL_STATE(1850)] = 16142, - [SMALL_STATE(1851)] = 16234, - [SMALL_STATE(1852)] = 16328, - [SMALL_STATE(1853)] = 16430, - [SMALL_STATE(1854)] = 16534, - [SMALL_STATE(1855)] = 16628, - [SMALL_STATE(1856)] = 16698, - [SMALL_STATE(1857)] = 16792, - [SMALL_STATE(1858)] = 16862, - [SMALL_STATE(1859)] = 16932, - [SMALL_STATE(1860)] = 17002, - [SMALL_STATE(1861)] = 17072, - [SMALL_STATE(1862)] = 17142, - [SMALL_STATE(1863)] = 17212, - [SMALL_STATE(1864)] = 17282, - [SMALL_STATE(1865)] = 17352, - [SMALL_STATE(1866)] = 17422, - [SMALL_STATE(1867)] = 17492, - [SMALL_STATE(1868)] = 17562, - [SMALL_STATE(1869)] = 17632, - [SMALL_STATE(1870)] = 17702, - [SMALL_STATE(1871)] = 17772, - [SMALL_STATE(1872)] = 17842, - [SMALL_STATE(1873)] = 17912, - [SMALL_STATE(1874)] = 17982, - [SMALL_STATE(1875)] = 18052, - [SMALL_STATE(1876)] = 18122, - [SMALL_STATE(1877)] = 18192, - [SMALL_STATE(1878)] = 18262, - [SMALL_STATE(1879)] = 18334, - [SMALL_STATE(1880)] = 18404, - [SMALL_STATE(1881)] = 18476, - [SMALL_STATE(1882)] = 18546, - [SMALL_STATE(1883)] = 18616, - [SMALL_STATE(1884)] = 18686, - [SMALL_STATE(1885)] = 18756, - [SMALL_STATE(1886)] = 18826, - [SMALL_STATE(1887)] = 18896, - [SMALL_STATE(1888)] = 18968, - [SMALL_STATE(1889)] = 19040, - [SMALL_STATE(1890)] = 19110, - [SMALL_STATE(1891)] = 19180, - [SMALL_STATE(1892)] = 19250, - [SMALL_STATE(1893)] = 19320, - [SMALL_STATE(1894)] = 19390, - [SMALL_STATE(1895)] = 19464, - [SMALL_STATE(1896)] = 19534, - [SMALL_STATE(1897)] = 19604, - [SMALL_STATE(1898)] = 19674, - [SMALL_STATE(1899)] = 19744, - [SMALL_STATE(1900)] = 19814, - [SMALL_STATE(1901)] = 19884, - [SMALL_STATE(1902)] = 19954, - [SMALL_STATE(1903)] = 20024, - [SMALL_STATE(1904)] = 20094, - [SMALL_STATE(1905)] = 20168, - [SMALL_STATE(1906)] = 20238, - [SMALL_STATE(1907)] = 20308, - [SMALL_STATE(1908)] = 20378, - [SMALL_STATE(1909)] = 20448, - [SMALL_STATE(1910)] = 20518, - [SMALL_STATE(1911)] = 20588, - [SMALL_STATE(1912)] = 20658, - [SMALL_STATE(1913)] = 20728, - [SMALL_STATE(1914)] = 20798, - [SMALL_STATE(1915)] = 20868, - [SMALL_STATE(1916)] = 20938, - [SMALL_STATE(1917)] = 21008, - [SMALL_STATE(1918)] = 21078, - [SMALL_STATE(1919)] = 21148, - [SMALL_STATE(1920)] = 21218, - [SMALL_STATE(1921)] = 21288, - [SMALL_STATE(1922)] = 21358, - [SMALL_STATE(1923)] = 21428, - [SMALL_STATE(1924)] = 21506, - [SMALL_STATE(1925)] = 21576, - [SMALL_STATE(1926)] = 21646, - [SMALL_STATE(1927)] = 21716, - [SMALL_STATE(1928)] = 21786, - [SMALL_STATE(1929)] = 21856, - [SMALL_STATE(1930)] = 21926, - [SMALL_STATE(1931)] = 21996, - [SMALL_STATE(1932)] = 22066, - [SMALL_STATE(1933)] = 22136, - [SMALL_STATE(1934)] = 22206, - [SMALL_STATE(1935)] = 22276, - [SMALL_STATE(1936)] = 22346, - [SMALL_STATE(1937)] = 22416, - [SMALL_STATE(1938)] = 22486, - [SMALL_STATE(1939)] = 22556, - [SMALL_STATE(1940)] = 22628, - [SMALL_STATE(1941)] = 22746, - [SMALL_STATE(1942)] = 22864, - [SMALL_STATE(1943)] = 22982, - [SMALL_STATE(1944)] = 23052, - [SMALL_STATE(1945)] = 23122, - [SMALL_STATE(1946)] = 23196, - [SMALL_STATE(1947)] = 23270, - [SMALL_STATE(1948)] = 23388, - [SMALL_STATE(1949)] = 23458, - [SMALL_STATE(1950)] = 23529, - [SMALL_STATE(1951)] = 23600, - [SMALL_STATE(1952)] = 23671, - [SMALL_STATE(1953)] = 23788, - [SMALL_STATE(1954)] = 23865, - [SMALL_STATE(1955)] = 23936, - [SMALL_STATE(1956)] = 24005, - [SMALL_STATE(1957)] = 24122, - [SMALL_STATE(1958)] = 24189, - [SMALL_STATE(1959)] = 24260, - [SMALL_STATE(1960)] = 24377, - [SMALL_STATE(1961)] = 24494, - [SMALL_STATE(1962)] = 24565, - [SMALL_STATE(1963)] = 24633, - [SMALL_STATE(1964)] = 24701, - [SMALL_STATE(1965)] = 24769, - [SMALL_STATE(1966)] = 24837, - [SMALL_STATE(1967)] = 24905, - [SMALL_STATE(1968)] = 24973, - [SMALL_STATE(1969)] = 25041, - [SMALL_STATE(1970)] = 25109, - [SMALL_STATE(1971)] = 25177, - [SMALL_STATE(1972)] = 25245, - [SMALL_STATE(1973)] = 25313, - [SMALL_STATE(1974)] = 25381, - [SMALL_STATE(1975)] = 25449, - [SMALL_STATE(1976)] = 25517, - [SMALL_STATE(1977)] = 25585, - [SMALL_STATE(1978)] = 25653, - [SMALL_STATE(1979)] = 25721, - [SMALL_STATE(1980)] = 25789, - [SMALL_STATE(1981)] = 25857, - [SMALL_STATE(1982)] = 25925, - [SMALL_STATE(1983)] = 25993, - [SMALL_STATE(1984)] = 26061, - [SMALL_STATE(1985)] = 26129, - [SMALL_STATE(1986)] = 26197, - [SMALL_STATE(1987)] = 26265, - [SMALL_STATE(1988)] = 26333, - [SMALL_STATE(1989)] = 26401, - [SMALL_STATE(1990)] = 26469, - [SMALL_STATE(1991)] = 26537, - [SMALL_STATE(1992)] = 26605, - [SMALL_STATE(1993)] = 26673, - [SMALL_STATE(1994)] = 26741, - [SMALL_STATE(1995)] = 26811, - [SMALL_STATE(1996)] = 26879, - [SMALL_STATE(1997)] = 26947, - [SMALL_STATE(1998)] = 27015, - [SMALL_STATE(1999)] = 27083, - [SMALL_STATE(2000)] = 27151, - [SMALL_STATE(2001)] = 27219, - [SMALL_STATE(2002)] = 27287, - [SMALL_STATE(2003)] = 27355, - [SMALL_STATE(2004)] = 27423, - [SMALL_STATE(2005)] = 27491, - [SMALL_STATE(2006)] = 27559, - [SMALL_STATE(2007)] = 27627, - [SMALL_STATE(2008)] = 27695, - [SMALL_STATE(2009)] = 27763, - [SMALL_STATE(2010)] = 27831, - [SMALL_STATE(2011)] = 27899, - [SMALL_STATE(2012)] = 27967, - [SMALL_STATE(2013)] = 28035, - [SMALL_STATE(2014)] = 28103, - [SMALL_STATE(2015)] = 28171, - [SMALL_STATE(2016)] = 28239, - [SMALL_STATE(2017)] = 28307, - [SMALL_STATE(2018)] = 28375, - [SMALL_STATE(2019)] = 28443, - [SMALL_STATE(2020)] = 28511, - [SMALL_STATE(2021)] = 28579, - [SMALL_STATE(2022)] = 28647, - [SMALL_STATE(2023)] = 28715, - [SMALL_STATE(2024)] = 28783, - [SMALL_STATE(2025)] = 28851, - [SMALL_STATE(2026)] = 28919, - [SMALL_STATE(2027)] = 28987, - [SMALL_STATE(2028)] = 29055, - [SMALL_STATE(2029)] = 29123, - [SMALL_STATE(2030)] = 29191, - [SMALL_STATE(2031)] = 29259, - [SMALL_STATE(2032)] = 29327, - [SMALL_STATE(2033)] = 29395, - [SMALL_STATE(2034)] = 29463, - [SMALL_STATE(2035)] = 29531, - [SMALL_STATE(2036)] = 29599, - [SMALL_STATE(2037)] = 29667, - [SMALL_STATE(2038)] = 29735, - [SMALL_STATE(2039)] = 29803, - [SMALL_STATE(2040)] = 29871, - [SMALL_STATE(2041)] = 29941, - [SMALL_STATE(2042)] = 30011, - [SMALL_STATE(2043)] = 30079, - [SMALL_STATE(2044)] = 30147, - [SMALL_STATE(2045)] = 30215, - [SMALL_STATE(2046)] = 30283, - [SMALL_STATE(2047)] = 30351, - [SMALL_STATE(2048)] = 30419, - [SMALL_STATE(2049)] = 30487, - [SMALL_STATE(2050)] = 30555, - [SMALL_STATE(2051)] = 30623, - [SMALL_STATE(2052)] = 30691, - [SMALL_STATE(2053)] = 30759, - [SMALL_STATE(2054)] = 30827, - [SMALL_STATE(2055)] = 30897, - [SMALL_STATE(2056)] = 30965, - [SMALL_STATE(2057)] = 31033, - [SMALL_STATE(2058)] = 31101, - [SMALL_STATE(2059)] = 31169, - [SMALL_STATE(2060)] = 31237, - [SMALL_STATE(2061)] = 31305, - [SMALL_STATE(2062)] = 31373, - [SMALL_STATE(2063)] = 31441, - [SMALL_STATE(2064)] = 31509, - [SMALL_STATE(2065)] = 31581, - [SMALL_STATE(2066)] = 31649, - [SMALL_STATE(2067)] = 31717, - [SMALL_STATE(2068)] = 31785, - [SMALL_STATE(2069)] = 31853, - [SMALL_STATE(2070)] = 31921, - [SMALL_STATE(2071)] = 31989, - [SMALL_STATE(2072)] = 32057, - [SMALL_STATE(2073)] = 32125, - [SMALL_STATE(2074)] = 32193, - [SMALL_STATE(2075)] = 32261, - [SMALL_STATE(2076)] = 32329, - [SMALL_STATE(2077)] = 32397, - [SMALL_STATE(2078)] = 32465, - [SMALL_STATE(2079)] = 32533, - [SMALL_STATE(2080)] = 32601, - [SMALL_STATE(2081)] = 32671, - [SMALL_STATE(2082)] = 32739, - [SMALL_STATE(2083)] = 32809, - [SMALL_STATE(2084)] = 32877, - [SMALL_STATE(2085)] = 32947, - [SMALL_STATE(2086)] = 33015, - [SMALL_STATE(2087)] = 33083, - [SMALL_STATE(2088)] = 33151, - [SMALL_STATE(2089)] = 33219, - [SMALL_STATE(2090)] = 33287, - [SMALL_STATE(2091)] = 33355, - [SMALL_STATE(2092)] = 33423, - [SMALL_STATE(2093)] = 33491, - [SMALL_STATE(2094)] = 33559, - [SMALL_STATE(2095)] = 33627, - [SMALL_STATE(2096)] = 33699, - [SMALL_STATE(2097)] = 33767, - [SMALL_STATE(2098)] = 33835, - [SMALL_STATE(2099)] = 33903, - [SMALL_STATE(2100)] = 33971, - [SMALL_STATE(2101)] = 34039, - [SMALL_STATE(2102)] = 34107, - [SMALL_STATE(2103)] = 34175, - [SMALL_STATE(2104)] = 34245, - [SMALL_STATE(2105)] = 34313, - [SMALL_STATE(2106)] = 34381, - [SMALL_STATE(2107)] = 34449, - [SMALL_STATE(2108)] = 34517, - [SMALL_STATE(2109)] = 34587, - [SMALL_STATE(2110)] = 34655, - [SMALL_STATE(2111)] = 34723, - [SMALL_STATE(2112)] = 34791, - [SMALL_STATE(2113)] = 34859, - [SMALL_STATE(2114)] = 34927, - [SMALL_STATE(2115)] = 34995, - [SMALL_STATE(2116)] = 35063, - [SMALL_STATE(2117)] = 35131, - [SMALL_STATE(2118)] = 35199, - [SMALL_STATE(2119)] = 35267, - [SMALL_STATE(2120)] = 35335, - [SMALL_STATE(2121)] = 35403, - [SMALL_STATE(2122)] = 35473, - [SMALL_STATE(2123)] = 35541, - [SMALL_STATE(2124)] = 35611, - [SMALL_STATE(2125)] = 35679, - [SMALL_STATE(2126)] = 35747, - [SMALL_STATE(2127)] = 35815, - [SMALL_STATE(2128)] = 35885, - [SMALL_STATE(2129)] = 35953, - [SMALL_STATE(2130)] = 36021, - [SMALL_STATE(2131)] = 36089, - [SMALL_STATE(2132)] = 36157, - [SMALL_STATE(2133)] = 36225, - [SMALL_STATE(2134)] = 36293, - [SMALL_STATE(2135)] = 36361, - [SMALL_STATE(2136)] = 36429, - [SMALL_STATE(2137)] = 36497, - [SMALL_STATE(2138)] = 36565, - [SMALL_STATE(2139)] = 36633, - [SMALL_STATE(2140)] = 36701, - [SMALL_STATE(2141)] = 36769, - [SMALL_STATE(2142)] = 36837, - [SMALL_STATE(2143)] = 36905, - [SMALL_STATE(2144)] = 36977, - [SMALL_STATE(2145)] = 37045, - [SMALL_STATE(2146)] = 37117, - [SMALL_STATE(2147)] = 37185, - [SMALL_STATE(2148)] = 37253, - [SMALL_STATE(2149)] = 37321, - [SMALL_STATE(2150)] = 37389, - [SMALL_STATE(2151)] = 37457, - [SMALL_STATE(2152)] = 37525, - [SMALL_STATE(2153)] = 37593, - [SMALL_STATE(2154)] = 37661, - [SMALL_STATE(2155)] = 37729, - [SMALL_STATE(2156)] = 37797, - [SMALL_STATE(2157)] = 37865, - [SMALL_STATE(2158)] = 37933, - [SMALL_STATE(2159)] = 38001, - [SMALL_STATE(2160)] = 38069, - [SMALL_STATE(2161)] = 38137, - [SMALL_STATE(2162)] = 38209, - [SMALL_STATE(2163)] = 38281, - [SMALL_STATE(2164)] = 38349, - [SMALL_STATE(2165)] = 38417, - [SMALL_STATE(2166)] = 38485, - [SMALL_STATE(2167)] = 38553, - [SMALL_STATE(2168)] = 38621, - [SMALL_STATE(2169)] = 38689, - [SMALL_STATE(2170)] = 38757, - [SMALL_STATE(2171)] = 38825, - [SMALL_STATE(2172)] = 38892, - [SMALL_STATE(2173)] = 38959, - [SMALL_STATE(2174)] = 39026, - [SMALL_STATE(2175)] = 39093, - [SMALL_STATE(2176)] = 39160, - [SMALL_STATE(2177)] = 39242, - [SMALL_STATE(2178)] = 39312, - [SMALL_STATE(2179)] = 39394, - [SMALL_STATE(2180)] = 39476, - [SMALL_STATE(2181)] = 39545, - [SMALL_STATE(2182)] = 39614, - [SMALL_STATE(2183)] = 39685, - [SMALL_STATE(2184)] = 39751, - [SMALL_STATE(2185)] = 39815, - [SMALL_STATE(2186)] = 39883, - [SMALL_STATE(2187)] = 39947, - [SMALL_STATE(2188)] = 40011, - [SMALL_STATE(2189)] = 40075, - [SMALL_STATE(2190)] = 40145, - [SMALL_STATE(2191)] = 40211, - [SMALL_STATE(2192)] = 40275, - [SMALL_STATE(2193)] = 40341, - [SMALL_STATE(2194)] = 40407, - [SMALL_STATE(2195)] = 40471, - [SMALL_STATE(2196)] = 40535, - [SMALL_STATE(2197)] = 40599, - [SMALL_STATE(2198)] = 40663, - [SMALL_STATE(2199)] = 40727, - [SMALL_STATE(2200)] = 40791, - [SMALL_STATE(2201)] = 40855, - [SMALL_STATE(2202)] = 40967, - [SMALL_STATE(2203)] = 41030, - [SMALL_STATE(2204)] = 41093, - [SMALL_STATE(2205)] = 41156, - [SMALL_STATE(2206)] = 41219, - [SMALL_STATE(2207)] = 41282, - [SMALL_STATE(2208)] = 41345, - [SMALL_STATE(2209)] = 41410, - [SMALL_STATE(2210)] = 41473, - [SMALL_STATE(2211)] = 41536, - [SMALL_STATE(2212)] = 41599, - [SMALL_STATE(2213)] = 41662, - [SMALL_STATE(2214)] = 41725, - [SMALL_STATE(2215)] = 41788, - [SMALL_STATE(2216)] = 41851, - [SMALL_STATE(2217)] = 41956, - [SMALL_STATE(2218)] = 42019, - [SMALL_STATE(2219)] = 42082, - [SMALL_STATE(2220)] = 42145, - [SMALL_STATE(2221)] = 42208, - [SMALL_STATE(2222)] = 42271, - [SMALL_STATE(2223)] = 42334, - [SMALL_STATE(2224)] = 42397, - [SMALL_STATE(2225)] = 42462, - [SMALL_STATE(2226)] = 42525, - [SMALL_STATE(2227)] = 42608, - [SMALL_STATE(2228)] = 42671, - [SMALL_STATE(2229)] = 42734, - [SMALL_STATE(2230)] = 42797, - [SMALL_STATE(2231)] = 42860, - [SMALL_STATE(2232)] = 42923, - [SMALL_STATE(2233)] = 43006, - [SMALL_STATE(2234)] = 43069, - [SMALL_STATE(2235)] = 43132, - [SMALL_STATE(2236)] = 43195, - [SMALL_STATE(2237)] = 43258, - [SMALL_STATE(2238)] = 43321, - [SMALL_STATE(2239)] = 43384, - [SMALL_STATE(2240)] = 43447, - [SMALL_STATE(2241)] = 43510, - [SMALL_STATE(2242)] = 43573, - [SMALL_STATE(2243)] = 43638, - [SMALL_STATE(2244)] = 43701, + [SMALL_STATE(1650)] = 0, + [SMALL_STATE(1651)] = 95, + [SMALL_STATE(1652)] = 186, + [SMALL_STATE(1653)] = 289, + [SMALL_STATE(1654)] = 380, + [SMALL_STATE(1655)] = 473, + [SMALL_STATE(1656)] = 564, + [SMALL_STATE(1657)] = 691, + [SMALL_STATE(1658)] = 808, + [SMALL_STATE(1659)] = 925, + [SMALL_STATE(1660)] = 1020, + [SMALL_STATE(1661)] = 1121, + [SMALL_STATE(1662)] = 1214, + [SMALL_STATE(1663)] = 1309, + [SMALL_STATE(1664)] = 1383, + [SMALL_STATE(1665)] = 1503, + [SMALL_STATE(1666)] = 1581, + [SMALL_STATE(1667)] = 1655, + [SMALL_STATE(1668)] = 1733, + [SMALL_STATE(1669)] = 1832, + [SMALL_STATE(1670)] = 1923, + [SMALL_STATE(1671)] = 1996, + [SMALL_STATE(1672)] = 2089, + [SMALL_STATE(1673)] = 2162, + [SMALL_STATE(1674)] = 2235, + [SMALL_STATE(1675)] = 2308, + [SMALL_STATE(1676)] = 2381, + [SMALL_STATE(1677)] = 2512, + [SMALL_STATE(1678)] = 2585, + [SMALL_STATE(1679)] = 2674, + [SMALL_STATE(1680)] = 2747, + [SMALL_STATE(1681)] = 2840, + [SMALL_STATE(1682)] = 2941, + [SMALL_STATE(1683)] = 3018, + [SMALL_STATE(1684)] = 3091, + [SMALL_STATE(1685)] = 3184, + [SMALL_STATE(1686)] = 3259, + [SMALL_STATE(1687)] = 3332, + [SMALL_STATE(1688)] = 3447, + [SMALL_STATE(1689)] = 3522, + [SMALL_STATE(1690)] = 3595, + [SMALL_STATE(1691)] = 3684, + [SMALL_STATE(1692)] = 3773, + [SMALL_STATE(1693)] = 3888, + [SMALL_STATE(1694)] = 3963, + [SMALL_STATE(1695)] = 4036, + [SMALL_STATE(1696)] = 4151, + [SMALL_STATE(1697)] = 4226, + [SMALL_STATE(1698)] = 4301, + [SMALL_STATE(1699)] = 4374, + [SMALL_STATE(1700)] = 4447, + [SMALL_STATE(1701)] = 4522, + [SMALL_STATE(1702)] = 4597, + [SMALL_STATE(1703)] = 4670, + [SMALL_STATE(1704)] = 4743, + [SMALL_STATE(1705)] = 4816, + [SMALL_STATE(1706)] = 4947, + [SMALL_STATE(1707)] = 5020, + [SMALL_STATE(1708)] = 5093, + [SMALL_STATE(1709)] = 5166, + [SMALL_STATE(1710)] = 5239, + [SMALL_STATE(1711)] = 5312, + [SMALL_STATE(1712)] = 5385, + [SMALL_STATE(1713)] = 5459, + [SMALL_STATE(1714)] = 5533, + [SMALL_STATE(1715)] = 5605, + [SMALL_STATE(1716)] = 5677, + [SMALL_STATE(1717)] = 5749, + [SMALL_STATE(1718)] = 5821, + [SMALL_STATE(1719)] = 5893, + [SMALL_STATE(1720)] = 5965, + [SMALL_STATE(1721)] = 6037, + [SMALL_STATE(1722)] = 6109, + [SMALL_STATE(1723)] = 6181, + [SMALL_STATE(1724)] = 6253, + [SMALL_STATE(1725)] = 6325, + [SMALL_STATE(1726)] = 6397, + [SMALL_STATE(1727)] = 6469, + [SMALL_STATE(1728)] = 6541, + [SMALL_STATE(1729)] = 6613, + [SMALL_STATE(1730)] = 6685, + [SMALL_STATE(1731)] = 6757, + [SMALL_STATE(1732)] = 6829, + [SMALL_STATE(1733)] = 6901, + [SMALL_STATE(1734)] = 6973, + [SMALL_STATE(1735)] = 7045, + [SMALL_STATE(1736)] = 7121, + [SMALL_STATE(1737)] = 7193, + [SMALL_STATE(1738)] = 7265, + [SMALL_STATE(1739)] = 7337, + [SMALL_STATE(1740)] = 7409, + [SMALL_STATE(1741)] = 7481, + [SMALL_STATE(1742)] = 7553, + [SMALL_STATE(1743)] = 7627, + [SMALL_STATE(1744)] = 7699, + [SMALL_STATE(1745)] = 7771, + [SMALL_STATE(1746)] = 7843, + [SMALL_STATE(1747)] = 7915, + [SMALL_STATE(1748)] = 7987, + [SMALL_STATE(1749)] = 8059, + [SMALL_STATE(1750)] = 8131, + [SMALL_STATE(1751)] = 8207, + [SMALL_STATE(1752)] = 8279, + [SMALL_STATE(1753)] = 8351, + [SMALL_STATE(1754)] = 8423, + [SMALL_STATE(1755)] = 8495, + [SMALL_STATE(1756)] = 8567, + [SMALL_STATE(1757)] = 8639, + [SMALL_STATE(1758)] = 8711, + [SMALL_STATE(1759)] = 8783, + [SMALL_STATE(1760)] = 8855, + [SMALL_STATE(1761)] = 8927, + [SMALL_STATE(1762)] = 8999, + [SMALL_STATE(1763)] = 9071, + [SMALL_STATE(1764)] = 9145, + [SMALL_STATE(1765)] = 9217, + [SMALL_STATE(1766)] = 9289, + [SMALL_STATE(1767)] = 9361, + [SMALL_STATE(1768)] = 9435, + [SMALL_STATE(1769)] = 9507, + [SMALL_STATE(1770)] = 9579, + [SMALL_STATE(1771)] = 9651, + [SMALL_STATE(1772)] = 9723, + [SMALL_STATE(1773)] = 9795, + [SMALL_STATE(1774)] = 9867, + [SMALL_STATE(1775)] = 9939, + [SMALL_STATE(1776)] = 10011, + [SMALL_STATE(1777)] = 10083, + [SMALL_STATE(1778)] = 10155, + [SMALL_STATE(1779)] = 10229, + [SMALL_STATE(1780)] = 10303, + [SMALL_STATE(1781)] = 10375, + [SMALL_STATE(1782)] = 10447, + [SMALL_STATE(1783)] = 10519, + [SMALL_STATE(1784)] = 10593, + [SMALL_STATE(1785)] = 10665, + [SMALL_STATE(1786)] = 10737, + [SMALL_STATE(1787)] = 10809, + [SMALL_STATE(1788)] = 10881, + [SMALL_STATE(1789)] = 10953, + [SMALL_STATE(1790)] = 11025, + [SMALL_STATE(1791)] = 11099, + [SMALL_STATE(1792)] = 11171, + [SMALL_STATE(1793)] = 11243, + [SMALL_STATE(1794)] = 11315, + [SMALL_STATE(1795)] = 11387, + [SMALL_STATE(1796)] = 11459, + [SMALL_STATE(1797)] = 11532, + [SMALL_STATE(1798)] = 11635, + [SMALL_STATE(1799)] = 11708, + [SMALL_STATE(1800)] = 11801, + [SMALL_STATE(1801)] = 11892, + [SMALL_STATE(1802)] = 12011, + [SMALL_STATE(1803)] = 12102, + [SMALL_STATE(1804)] = 12221, + [SMALL_STATE(1805)] = 12340, + [SMALL_STATE(1806)] = 12459, + [SMALL_STATE(1807)] = 12550, + [SMALL_STATE(1808)] = 12623, + [SMALL_STATE(1809)] = 12696, + [SMALL_STATE(1810)] = 12769, + [SMALL_STATE(1811)] = 12864, + [SMALL_STATE(1812)] = 12955, + [SMALL_STATE(1813)] = 13078, + [SMALL_STATE(1814)] = 13151, + [SMALL_STATE(1815)] = 13246, + [SMALL_STATE(1816)] = 13341, + [SMALL_STATE(1817)] = 13434, + [SMALL_STATE(1818)] = 13525, + [SMALL_STATE(1819)] = 13650, + [SMALL_STATE(1820)] = 13773, + [SMALL_STATE(1821)] = 13868, + [SMALL_STATE(1822)] = 13963, + [SMALL_STATE(1823)] = 14058, + [SMALL_STATE(1824)] = 14163, + [SMALL_STATE(1825)] = 14268, + [SMALL_STATE(1826)] = 14359, + [SMALL_STATE(1827)] = 14462, + [SMALL_STATE(1828)] = 14532, + [SMALL_STATE(1829)] = 14602, + [SMALL_STATE(1830)] = 14672, + [SMALL_STATE(1831)] = 14742, + [SMALL_STATE(1832)] = 14812, + [SMALL_STATE(1833)] = 14882, + [SMALL_STATE(1834)] = 14952, + [SMALL_STATE(1835)] = 15022, + [SMALL_STATE(1836)] = 15092, + [SMALL_STATE(1837)] = 15162, + [SMALL_STATE(1838)] = 15232, + [SMALL_STATE(1839)] = 15302, + [SMALL_STATE(1840)] = 15372, + [SMALL_STATE(1841)] = 15442, + [SMALL_STATE(1842)] = 15534, + [SMALL_STATE(1843)] = 15628, + [SMALL_STATE(1844)] = 15730, + [SMALL_STATE(1845)] = 15834, + [SMALL_STATE(1846)] = 15928, + [SMALL_STATE(1847)] = 16022, + [SMALL_STATE(1848)] = 16092, + [SMALL_STATE(1849)] = 16166, + [SMALL_STATE(1850)] = 16236, + [SMALL_STATE(1851)] = 16306, + [SMALL_STATE(1852)] = 16378, + [SMALL_STATE(1853)] = 16448, + [SMALL_STATE(1854)] = 16518, + [SMALL_STATE(1855)] = 16588, + [SMALL_STATE(1856)] = 16658, + [SMALL_STATE(1857)] = 16728, + [SMALL_STATE(1858)] = 16798, + [SMALL_STATE(1859)] = 16870, + [SMALL_STATE(1860)] = 16942, + [SMALL_STATE(1861)] = 17012, + [SMALL_STATE(1862)] = 17082, + [SMALL_STATE(1863)] = 17152, + [SMALL_STATE(1864)] = 17222, + [SMALL_STATE(1865)] = 17292, + [SMALL_STATE(1866)] = 17362, + [SMALL_STATE(1867)] = 17432, + [SMALL_STATE(1868)] = 17502, + [SMALL_STATE(1869)] = 17572, + [SMALL_STATE(1870)] = 17642, + [SMALL_STATE(1871)] = 17712, + [SMALL_STATE(1872)] = 17782, + [SMALL_STATE(1873)] = 17852, + [SMALL_STATE(1874)] = 17922, + [SMALL_STATE(1875)] = 17992, + [SMALL_STATE(1876)] = 18062, + [SMALL_STATE(1877)] = 18132, + [SMALL_STATE(1878)] = 18202, + [SMALL_STATE(1879)] = 18272, + [SMALL_STATE(1880)] = 18342, + [SMALL_STATE(1881)] = 18412, + [SMALL_STATE(1882)] = 18482, + [SMALL_STATE(1883)] = 18552, + [SMALL_STATE(1884)] = 18622, + [SMALL_STATE(1885)] = 18692, + [SMALL_STATE(1886)] = 18770, + [SMALL_STATE(1887)] = 18844, + [SMALL_STATE(1888)] = 18916, + [SMALL_STATE(1889)] = 18986, + [SMALL_STATE(1890)] = 19056, + [SMALL_STATE(1891)] = 19126, + [SMALL_STATE(1892)] = 19200, + [SMALL_STATE(1893)] = 19270, + [SMALL_STATE(1894)] = 19388, + [SMALL_STATE(1895)] = 19458, + [SMALL_STATE(1896)] = 19528, + [SMALL_STATE(1897)] = 19598, + [SMALL_STATE(1898)] = 19668, + [SMALL_STATE(1899)] = 19738, + [SMALL_STATE(1900)] = 19808, + [SMALL_STATE(1901)] = 19926, + [SMALL_STATE(1902)] = 19996, + [SMALL_STATE(1903)] = 20066, + [SMALL_STATE(1904)] = 20136, + [SMALL_STATE(1905)] = 20206, + [SMALL_STATE(1906)] = 20276, + [SMALL_STATE(1907)] = 20350, + [SMALL_STATE(1908)] = 20420, + [SMALL_STATE(1909)] = 20490, + [SMALL_STATE(1910)] = 20560, + [SMALL_STATE(1911)] = 20630, + [SMALL_STATE(1912)] = 20700, + [SMALL_STATE(1913)] = 20770, + [SMALL_STATE(1914)] = 20840, + [SMALL_STATE(1915)] = 20910, + [SMALL_STATE(1916)] = 20980, + [SMALL_STATE(1917)] = 21050, + [SMALL_STATE(1918)] = 21168, + [SMALL_STATE(1919)] = 21286, + [SMALL_STATE(1920)] = 21356, + [SMALL_STATE(1921)] = 21426, + [SMALL_STATE(1922)] = 21496, + [SMALL_STATE(1923)] = 21566, + [SMALL_STATE(1924)] = 21636, + [SMALL_STATE(1925)] = 21706, + [SMALL_STATE(1926)] = 21776, + [SMALL_STATE(1927)] = 21846, + [SMALL_STATE(1928)] = 21916, + [SMALL_STATE(1929)] = 21986, + [SMALL_STATE(1930)] = 22056, + [SMALL_STATE(1931)] = 22126, + [SMALL_STATE(1932)] = 22196, + [SMALL_STATE(1933)] = 22266, + [SMALL_STATE(1934)] = 22338, + [SMALL_STATE(1935)] = 22408, + [SMALL_STATE(1936)] = 22478, + [SMALL_STATE(1937)] = 22548, + [SMALL_STATE(1938)] = 22618, + [SMALL_STATE(1939)] = 22688, + [SMALL_STATE(1940)] = 22758, + [SMALL_STATE(1941)] = 22828, + [SMALL_STATE(1942)] = 22898, + [SMALL_STATE(1943)] = 22968, + [SMALL_STATE(1944)] = 23038, + [SMALL_STATE(1945)] = 23108, + [SMALL_STATE(1946)] = 23178, + [SMALL_STATE(1947)] = 23248, + [SMALL_STATE(1948)] = 23318, + [SMALL_STATE(1949)] = 23388, + [SMALL_STATE(1950)] = 23458, + [SMALL_STATE(1951)] = 23529, + [SMALL_STATE(1952)] = 23600, + [SMALL_STATE(1953)] = 23717, + [SMALL_STATE(1954)] = 23834, + [SMALL_STATE(1955)] = 23951, + [SMALL_STATE(1956)] = 24018, + [SMALL_STATE(1957)] = 24089, + [SMALL_STATE(1958)] = 24160, + [SMALL_STATE(1959)] = 24229, + [SMALL_STATE(1960)] = 24306, + [SMALL_STATE(1961)] = 24423, + [SMALL_STATE(1962)] = 24494, + [SMALL_STATE(1963)] = 24565, + [SMALL_STATE(1964)] = 24633, + [SMALL_STATE(1965)] = 24701, + [SMALL_STATE(1966)] = 24769, + [SMALL_STATE(1967)] = 24837, + [SMALL_STATE(1968)] = 24905, + [SMALL_STATE(1969)] = 24973, + [SMALL_STATE(1970)] = 25041, + [SMALL_STATE(1971)] = 25109, + [SMALL_STATE(1972)] = 25177, + [SMALL_STATE(1973)] = 25245, + [SMALL_STATE(1974)] = 25313, + [SMALL_STATE(1975)] = 25381, + [SMALL_STATE(1976)] = 25449, + [SMALL_STATE(1977)] = 25517, + [SMALL_STATE(1978)] = 25585, + [SMALL_STATE(1979)] = 25653, + [SMALL_STATE(1980)] = 25721, + [SMALL_STATE(1981)] = 25789, + [SMALL_STATE(1982)] = 25857, + [SMALL_STATE(1983)] = 25925, + [SMALL_STATE(1984)] = 25993, + [SMALL_STATE(1985)] = 26061, + [SMALL_STATE(1986)] = 26129, + [SMALL_STATE(1987)] = 26197, + [SMALL_STATE(1988)] = 26265, + [SMALL_STATE(1989)] = 26333, + [SMALL_STATE(1990)] = 26401, + [SMALL_STATE(1991)] = 26469, + [SMALL_STATE(1992)] = 26537, + [SMALL_STATE(1993)] = 26605, + [SMALL_STATE(1994)] = 26675, + [SMALL_STATE(1995)] = 26743, + [SMALL_STATE(1996)] = 26811, + [SMALL_STATE(1997)] = 26879, + [SMALL_STATE(1998)] = 26947, + [SMALL_STATE(1999)] = 27015, + [SMALL_STATE(2000)] = 27083, + [SMALL_STATE(2001)] = 27151, + [SMALL_STATE(2002)] = 27219, + [SMALL_STATE(2003)] = 27287, + [SMALL_STATE(2004)] = 27355, + [SMALL_STATE(2005)] = 27423, + [SMALL_STATE(2006)] = 27491, + [SMALL_STATE(2007)] = 27559, + [SMALL_STATE(2008)] = 27631, + [SMALL_STATE(2009)] = 27699, + [SMALL_STATE(2010)] = 27767, + [SMALL_STATE(2011)] = 27835, + [SMALL_STATE(2012)] = 27903, + [SMALL_STATE(2013)] = 27971, + [SMALL_STATE(2014)] = 28039, + [SMALL_STATE(2015)] = 28107, + [SMALL_STATE(2016)] = 28175, + [SMALL_STATE(2017)] = 28243, + [SMALL_STATE(2018)] = 28311, + [SMALL_STATE(2019)] = 28379, + [SMALL_STATE(2020)] = 28447, + [SMALL_STATE(2021)] = 28515, + [SMALL_STATE(2022)] = 28583, + [SMALL_STATE(2023)] = 28651, + [SMALL_STATE(2024)] = 28719, + [SMALL_STATE(2025)] = 28787, + [SMALL_STATE(2026)] = 28855, + [SMALL_STATE(2027)] = 28923, + [SMALL_STATE(2028)] = 28991, + [SMALL_STATE(2029)] = 29059, + [SMALL_STATE(2030)] = 29127, + [SMALL_STATE(2031)] = 29195, + [SMALL_STATE(2032)] = 29263, + [SMALL_STATE(2033)] = 29331, + [SMALL_STATE(2034)] = 29399, + [SMALL_STATE(2035)] = 29467, + [SMALL_STATE(2036)] = 29537, + [SMALL_STATE(2037)] = 29605, + [SMALL_STATE(2038)] = 29675, + [SMALL_STATE(2039)] = 29745, + [SMALL_STATE(2040)] = 29813, + [SMALL_STATE(2041)] = 29881, + [SMALL_STATE(2042)] = 29949, + [SMALL_STATE(2043)] = 30019, + [SMALL_STATE(2044)] = 30089, + [SMALL_STATE(2045)] = 30157, + [SMALL_STATE(2046)] = 30229, + [SMALL_STATE(2047)] = 30297, + [SMALL_STATE(2048)] = 30369, + [SMALL_STATE(2049)] = 30437, + [SMALL_STATE(2050)] = 30505, + [SMALL_STATE(2051)] = 30573, + [SMALL_STATE(2052)] = 30641, + [SMALL_STATE(2053)] = 30709, + [SMALL_STATE(2054)] = 30777, + [SMALL_STATE(2055)] = 30845, + [SMALL_STATE(2056)] = 30915, + [SMALL_STATE(2057)] = 30983, + [SMALL_STATE(2058)] = 31051, + [SMALL_STATE(2059)] = 31119, + [SMALL_STATE(2060)] = 31187, + [SMALL_STATE(2061)] = 31255, + [SMALL_STATE(2062)] = 31323, + [SMALL_STATE(2063)] = 31391, + [SMALL_STATE(2064)] = 31459, + [SMALL_STATE(2065)] = 31527, + [SMALL_STATE(2066)] = 31595, + [SMALL_STATE(2067)] = 31663, + [SMALL_STATE(2068)] = 31731, + [SMALL_STATE(2069)] = 31799, + [SMALL_STATE(2070)] = 31867, + [SMALL_STATE(2071)] = 31935, + [SMALL_STATE(2072)] = 32003, + [SMALL_STATE(2073)] = 32071, + [SMALL_STATE(2074)] = 32139, + [SMALL_STATE(2075)] = 32207, + [SMALL_STATE(2076)] = 32275, + [SMALL_STATE(2077)] = 32343, + [SMALL_STATE(2078)] = 32411, + [SMALL_STATE(2079)] = 32479, + [SMALL_STATE(2080)] = 32547, + [SMALL_STATE(2081)] = 32615, + [SMALL_STATE(2082)] = 32683, + [SMALL_STATE(2083)] = 32751, + [SMALL_STATE(2084)] = 32819, + [SMALL_STATE(2085)] = 32887, + [SMALL_STATE(2086)] = 32955, + [SMALL_STATE(2087)] = 33023, + [SMALL_STATE(2088)] = 33091, + [SMALL_STATE(2089)] = 33159, + [SMALL_STATE(2090)] = 33227, + [SMALL_STATE(2091)] = 33295, + [SMALL_STATE(2092)] = 33363, + [SMALL_STATE(2093)] = 33431, + [SMALL_STATE(2094)] = 33499, + [SMALL_STATE(2095)] = 33567, + [SMALL_STATE(2096)] = 33635, + [SMALL_STATE(2097)] = 33703, + [SMALL_STATE(2098)] = 33771, + [SMALL_STATE(2099)] = 33839, + [SMALL_STATE(2100)] = 33907, + [SMALL_STATE(2101)] = 33975, + [SMALL_STATE(2102)] = 34043, + [SMALL_STATE(2103)] = 34111, + [SMALL_STATE(2104)] = 34181, + [SMALL_STATE(2105)] = 34251, + [SMALL_STATE(2106)] = 34319, + [SMALL_STATE(2107)] = 34387, + [SMALL_STATE(2108)] = 34455, + [SMALL_STATE(2109)] = 34523, + [SMALL_STATE(2110)] = 34591, + [SMALL_STATE(2111)] = 34659, + [SMALL_STATE(2112)] = 34727, + [SMALL_STATE(2113)] = 34795, + [SMALL_STATE(2114)] = 34863, + [SMALL_STATE(2115)] = 34931, + [SMALL_STATE(2116)] = 34999, + [SMALL_STATE(2117)] = 35067, + [SMALL_STATE(2118)] = 35135, + [SMALL_STATE(2119)] = 35203, + [SMALL_STATE(2120)] = 35271, + [SMALL_STATE(2121)] = 35339, + [SMALL_STATE(2122)] = 35407, + [SMALL_STATE(2123)] = 35475, + [SMALL_STATE(2124)] = 35543, + [SMALL_STATE(2125)] = 35611, + [SMALL_STATE(2126)] = 35679, + [SMALL_STATE(2127)] = 35747, + [SMALL_STATE(2128)] = 35815, + [SMALL_STATE(2129)] = 35883, + [SMALL_STATE(2130)] = 35951, + [SMALL_STATE(2131)] = 36019, + [SMALL_STATE(2132)] = 36091, + [SMALL_STATE(2133)] = 36159, + [SMALL_STATE(2134)] = 36227, + [SMALL_STATE(2135)] = 36295, + [SMALL_STATE(2136)] = 36363, + [SMALL_STATE(2137)] = 36433, + [SMALL_STATE(2138)] = 36501, + [SMALL_STATE(2139)] = 36569, + [SMALL_STATE(2140)] = 36637, + [SMALL_STATE(2141)] = 36707, + [SMALL_STATE(2142)] = 36775, + [SMALL_STATE(2143)] = 36843, + [SMALL_STATE(2144)] = 36911, + [SMALL_STATE(2145)] = 36979, + [SMALL_STATE(2146)] = 37047, + [SMALL_STATE(2147)] = 37115, + [SMALL_STATE(2148)] = 37183, + [SMALL_STATE(2149)] = 37251, + [SMALL_STATE(2150)] = 37319, + [SMALL_STATE(2151)] = 37387, + [SMALL_STATE(2152)] = 37455, + [SMALL_STATE(2153)] = 37527, + [SMALL_STATE(2154)] = 37599, + [SMALL_STATE(2155)] = 37667, + [SMALL_STATE(2156)] = 37735, + [SMALL_STATE(2157)] = 37803, + [SMALL_STATE(2158)] = 37871, + [SMALL_STATE(2159)] = 37939, + [SMALL_STATE(2160)] = 38007, + [SMALL_STATE(2161)] = 38075, + [SMALL_STATE(2162)] = 38143, + [SMALL_STATE(2163)] = 38211, + [SMALL_STATE(2164)] = 38279, + [SMALL_STATE(2165)] = 38347, + [SMALL_STATE(2166)] = 38415, + [SMALL_STATE(2167)] = 38485, + [SMALL_STATE(2168)] = 38553, + [SMALL_STATE(2169)] = 38621, + [SMALL_STATE(2170)] = 38689, + [SMALL_STATE(2171)] = 38757, + [SMALL_STATE(2172)] = 38825, + [SMALL_STATE(2173)] = 38892, + [SMALL_STATE(2174)] = 38959, + [SMALL_STATE(2175)] = 39026, + [SMALL_STATE(2176)] = 39093, + [SMALL_STATE(2177)] = 39160, + [SMALL_STATE(2178)] = 39242, + [SMALL_STATE(2179)] = 39324, + [SMALL_STATE(2180)] = 39406, + [SMALL_STATE(2181)] = 39476, + [SMALL_STATE(2182)] = 39547, + [SMALL_STATE(2183)] = 39616, + [SMALL_STATE(2184)] = 39685, + [SMALL_STATE(2185)] = 39749, + [SMALL_STATE(2186)] = 39813, + [SMALL_STATE(2187)] = 39881, + [SMALL_STATE(2188)] = 39945, + [SMALL_STATE(2189)] = 40009, + [SMALL_STATE(2190)] = 40075, + [SMALL_STATE(2191)] = 40139, + [SMALL_STATE(2192)] = 40203, + [SMALL_STATE(2193)] = 40269, + [SMALL_STATE(2194)] = 40335, + [SMALL_STATE(2195)] = 40399, + [SMALL_STATE(2196)] = 40463, + [SMALL_STATE(2197)] = 40527, + [SMALL_STATE(2198)] = 40591, + [SMALL_STATE(2199)] = 40703, + [SMALL_STATE(2200)] = 40767, + [SMALL_STATE(2201)] = 40831, + [SMALL_STATE(2202)] = 40897, + [SMALL_STATE(2203)] = 40962, + [SMALL_STATE(2204)] = 41025, + [SMALL_STATE(2205)] = 41088, + [SMALL_STATE(2206)] = 41151, + [SMALL_STATE(2207)] = 41256, + [SMALL_STATE(2208)] = 41319, + [SMALL_STATE(2209)] = 41382, + [SMALL_STATE(2210)] = 41445, + [SMALL_STATE(2211)] = 41508, + [SMALL_STATE(2212)] = 41571, + [SMALL_STATE(2213)] = 41634, + [SMALL_STATE(2214)] = 41697, + [SMALL_STATE(2215)] = 41760, + [SMALL_STATE(2216)] = 41823, + [SMALL_STATE(2217)] = 41886, + [SMALL_STATE(2218)] = 41949, + [SMALL_STATE(2219)] = 42012, + [SMALL_STATE(2220)] = 42075, + [SMALL_STATE(2221)] = 42138, + [SMALL_STATE(2222)] = 42201, + [SMALL_STATE(2223)] = 42264, + [SMALL_STATE(2224)] = 42369, + [SMALL_STATE(2225)] = 42432, + [SMALL_STATE(2226)] = 42495, + [SMALL_STATE(2227)] = 42558, + [SMALL_STATE(2228)] = 42621, + [SMALL_STATE(2229)] = 42686, + [SMALL_STATE(2230)] = 42751, + [SMALL_STATE(2231)] = 42814, + [SMALL_STATE(2232)] = 42877, + [SMALL_STATE(2233)] = 42940, + [SMALL_STATE(2234)] = 43003, + [SMALL_STATE(2235)] = 43066, + [SMALL_STATE(2236)] = 43129, + [SMALL_STATE(2237)] = 43192, + [SMALL_STATE(2238)] = 43255, + [SMALL_STATE(2239)] = 43318, + [SMALL_STATE(2240)] = 43381, + [SMALL_STATE(2241)] = 43444, + [SMALL_STATE(2242)] = 43507, + [SMALL_STATE(2243)] = 43570, + [SMALL_STATE(2244)] = 43653, [SMALL_STATE(2245)] = 43764, - [SMALL_STATE(2246)] = 43827, - [SMALL_STATE(2247)] = 43890, - [SMALL_STATE(2248)] = 43955, - [SMALL_STATE(2249)] = 44018, - [SMALL_STATE(2250)] = 44081, - [SMALL_STATE(2251)] = 44144, - [SMALL_STATE(2252)] = 44207, - [SMALL_STATE(2253)] = 44270, - [SMALL_STATE(2254)] = 44333, - [SMALL_STATE(2255)] = 44444, - [SMALL_STATE(2256)] = 44535, - [SMALL_STATE(2257)] = 44598, - [SMALL_STATE(2258)] = 44661, - [SMALL_STATE(2259)] = 44750, - [SMALL_STATE(2260)] = 44813, - [SMALL_STATE(2261)] = 44876, - [SMALL_STATE(2262)] = 44939, - [SMALL_STATE(2263)] = 45002, - [SMALL_STATE(2264)] = 45065, - [SMALL_STATE(2265)] = 45128, - [SMALL_STATE(2266)] = 45191, - [SMALL_STATE(2267)] = 45254, - [SMALL_STATE(2268)] = 45317, - [SMALL_STATE(2269)] = 45380, - [SMALL_STATE(2270)] = 45445, - [SMALL_STATE(2271)] = 45508, - [SMALL_STATE(2272)] = 45571, - [SMALL_STATE(2273)] = 45634, - [SMALL_STATE(2274)] = 45697, - [SMALL_STATE(2275)] = 45760, - [SMALL_STATE(2276)] = 45823, - [SMALL_STATE(2277)] = 45906, - [SMALL_STATE(2278)] = 45969, - [SMALL_STATE(2279)] = 46032, - [SMALL_STATE(2280)] = 46095, - [SMALL_STATE(2281)] = 46158, - [SMALL_STATE(2282)] = 46221, - [SMALL_STATE(2283)] = 46284, - [SMALL_STATE(2284)] = 46347, - [SMALL_STATE(2285)] = 46452, - [SMALL_STATE(2286)] = 46515, - [SMALL_STATE(2287)] = 46578, - [SMALL_STATE(2288)] = 46641, - [SMALL_STATE(2289)] = 46704, - [SMALL_STATE(2290)] = 46767, - [SMALL_STATE(2291)] = 46830, - [SMALL_STATE(2292)] = 46893, - [SMALL_STATE(2293)] = 46956, - [SMALL_STATE(2294)] = 47019, - [SMALL_STATE(2295)] = 47082, - [SMALL_STATE(2296)] = 47145, - [SMALL_STATE(2297)] = 47208, - [SMALL_STATE(2298)] = 47271, - [SMALL_STATE(2299)] = 47334, - [SMALL_STATE(2300)] = 47397, - [SMALL_STATE(2301)] = 47460, - [SMALL_STATE(2302)] = 47523, - [SMALL_STATE(2303)] = 47604, - [SMALL_STATE(2304)] = 47669, - [SMALL_STATE(2305)] = 47732, - [SMALL_STATE(2306)] = 47795, - [SMALL_STATE(2307)] = 47858, - [SMALL_STATE(2308)] = 47921, - [SMALL_STATE(2309)] = 47984, - [SMALL_STATE(2310)] = 48047, - [SMALL_STATE(2311)] = 48110, - [SMALL_STATE(2312)] = 48173, - [SMALL_STATE(2313)] = 48236, - [SMALL_STATE(2314)] = 48299, - [SMALL_STATE(2315)] = 48362, - [SMALL_STATE(2316)] = 48425, - [SMALL_STATE(2317)] = 48488, - [SMALL_STATE(2318)] = 48578, - [SMALL_STATE(2319)] = 48642, - [SMALL_STATE(2320)] = 48724, - [SMALL_STATE(2321)] = 48808, - [SMALL_STATE(2322)] = 48912, - [SMALL_STATE(2323)] = 49016, - [SMALL_STATE(2324)] = 49078, - [SMALL_STATE(2325)] = 49160, - [SMALL_STATE(2326)] = 49244, - [SMALL_STATE(2327)] = 49326, - [SMALL_STATE(2328)] = 49388, - [SMALL_STATE(2329)] = 49450, - [SMALL_STATE(2330)] = 49514, - [SMALL_STATE(2331)] = 49618, - [SMALL_STATE(2332)] = 49706, - [SMALL_STATE(2333)] = 49768, - [SMALL_STATE(2334)] = 49872, - [SMALL_STATE(2335)] = 49952, - [SMALL_STATE(2336)] = 50036, - [SMALL_STATE(2337)] = 50145, - [SMALL_STATE(2338)] = 50210, - [SMALL_STATE(2339)] = 50275, - [SMALL_STATE(2340)] = 50337, - [SMALL_STATE(2341)] = 50399, - [SMALL_STATE(2342)] = 50461, - [SMALL_STATE(2343)] = 50567, - [SMALL_STATE(2344)] = 50629, - [SMALL_STATE(2345)] = 50705, - [SMALL_STATE(2346)] = 50781, - [SMALL_STATE(2347)] = 50857, - [SMALL_STATE(2348)] = 50919, - [SMALL_STATE(2349)] = 50978, - [SMALL_STATE(2350)] = 51037, - [SMALL_STATE(2351)] = 51096, - [SMALL_STATE(2352)] = 51197, - [SMALL_STATE(2353)] = 51298, - [SMALL_STATE(2354)] = 51357, - [SMALL_STATE(2355)] = 51416, - [SMALL_STATE(2356)] = 51533, - [SMALL_STATE(2357)] = 51592, - [SMALL_STATE(2358)] = 51651, - [SMALL_STATE(2359)] = 51714, - [SMALL_STATE(2360)] = 51773, - [SMALL_STATE(2361)] = 51836, - [SMALL_STATE(2362)] = 51953, - [SMALL_STATE(2363)] = 52012, - [SMALL_STATE(2364)] = 52091, - [SMALL_STATE(2365)] = 52168, - [SMALL_STATE(2366)] = 52285, - [SMALL_STATE(2367)] = 52364, - [SMALL_STATE(2368)] = 52423, - [SMALL_STATE(2369)] = 52484, - [SMALL_STATE(2370)] = 52569, - [SMALL_STATE(2371)] = 52628, - [SMALL_STATE(2372)] = 52687, - [SMALL_STATE(2373)] = 52746, - [SMALL_STATE(2374)] = 52833, - [SMALL_STATE(2375)] = 52950, - [SMALL_STATE(2376)] = 53009, - [SMALL_STATE(2377)] = 53088, - [SMALL_STATE(2378)] = 53147, - [SMALL_STATE(2379)] = 53234, - [SMALL_STATE(2380)] = 53313, - [SMALL_STATE(2381)] = 53392, - [SMALL_STATE(2382)] = 53451, - [SMALL_STATE(2383)] = 53510, - [SMALL_STATE(2384)] = 53569, - [SMALL_STATE(2385)] = 53628, - [SMALL_STATE(2386)] = 53687, - [SMALL_STATE(2387)] = 53746, - [SMALL_STATE(2388)] = 53805, - [SMALL_STATE(2389)] = 53864, - [SMALL_STATE(2390)] = 53981, - [SMALL_STATE(2391)] = 54040, - [SMALL_STATE(2392)] = 54099, - [SMALL_STATE(2393)] = 54158, - [SMALL_STATE(2394)] = 54243, - [SMALL_STATE(2395)] = 54322, - [SMALL_STATE(2396)] = 54399, - [SMALL_STATE(2397)] = 54458, - [SMALL_STATE(2398)] = 54517, - [SMALL_STATE(2399)] = 54576, - [SMALL_STATE(2400)] = 54635, - [SMALL_STATE(2401)] = 54694, - [SMALL_STATE(2402)] = 54753, - [SMALL_STATE(2403)] = 54812, - [SMALL_STATE(2404)] = 54871, - [SMALL_STATE(2405)] = 54930, - [SMALL_STATE(2406)] = 54989, - [SMALL_STATE(2407)] = 55050, - [SMALL_STATE(2408)] = 55109, - [SMALL_STATE(2409)] = 55168, - [SMALL_STATE(2410)] = 55227, - [SMALL_STATE(2411)] = 55286, - [SMALL_STATE(2412)] = 55345, - [SMALL_STATE(2413)] = 55404, - [SMALL_STATE(2414)] = 55507, - [SMALL_STATE(2415)] = 55566, - [SMALL_STATE(2416)] = 55625, - [SMALL_STATE(2417)] = 55684, - [SMALL_STATE(2418)] = 55801, - [SMALL_STATE(2419)] = 55860, - [SMALL_STATE(2420)] = 55919, - [SMALL_STATE(2421)] = 55978, - [SMALL_STATE(2422)] = 56037, - [SMALL_STATE(2423)] = 56098, - [SMALL_STATE(2424)] = 56157, - [SMALL_STATE(2425)] = 56216, - [SMALL_STATE(2426)] = 56275, - [SMALL_STATE(2427)] = 56334, - [SMALL_STATE(2428)] = 56393, - [SMALL_STATE(2429)] = 56452, - [SMALL_STATE(2430)] = 56511, - [SMALL_STATE(2431)] = 56570, - [SMALL_STATE(2432)] = 56629, - [SMALL_STATE(2433)] = 56746, - [SMALL_STATE(2434)] = 56863, - [SMALL_STATE(2435)] = 56922, - [SMALL_STATE(2436)] = 56981, - [SMALL_STATE(2437)] = 57040, - [SMALL_STATE(2438)] = 57099, - [SMALL_STATE(2439)] = 57158, - [SMALL_STATE(2440)] = 57217, - [SMALL_STATE(2441)] = 57276, - [SMALL_STATE(2442)] = 57335, - [SMALL_STATE(2443)] = 57436, - [SMALL_STATE(2444)] = 57537, - [SMALL_STATE(2445)] = 57596, - [SMALL_STATE(2446)] = 57655, - [SMALL_STATE(2447)] = 57714, - [SMALL_STATE(2448)] = 57773, - [SMALL_STATE(2449)] = 57832, - [SMALL_STATE(2450)] = 57891, - [SMALL_STATE(2451)] = 57950, - [SMALL_STATE(2452)] = 58009, - [SMALL_STATE(2453)] = 58068, - [SMALL_STATE(2454)] = 58185, - [SMALL_STATE(2455)] = 58244, - [SMALL_STATE(2456)] = 58307, - [SMALL_STATE(2457)] = 58424, - [SMALL_STATE(2458)] = 58487, - [SMALL_STATE(2459)] = 58546, - [SMALL_STATE(2460)] = 58605, - [SMALL_STATE(2461)] = 58664, - [SMALL_STATE(2462)] = 58723, - [SMALL_STATE(2463)] = 58782, - [SMALL_STATE(2464)] = 58841, - [SMALL_STATE(2465)] = 58900, - [SMALL_STATE(2466)] = 58959, - [SMALL_STATE(2467)] = 59018, - [SMALL_STATE(2468)] = 59077, - [SMALL_STATE(2469)] = 59136, - [SMALL_STATE(2470)] = 59195, - [SMALL_STATE(2471)] = 59254, - [SMALL_STATE(2472)] = 59313, - [SMALL_STATE(2473)] = 59372, - [SMALL_STATE(2474)] = 59473, - [SMALL_STATE(2475)] = 59532, - [SMALL_STATE(2476)] = 59591, - [SMALL_STATE(2477)] = 59708, - [SMALL_STATE(2478)] = 59825, - [SMALL_STATE(2479)] = 59884, - [SMALL_STATE(2480)] = 59985, - [SMALL_STATE(2481)] = 60102, - [SMALL_STATE(2482)] = 60202, - [SMALL_STATE(2483)] = 60300, - [SMALL_STATE(2484)] = 60360, - [SMALL_STATE(2485)] = 60420, - [SMALL_STATE(2486)] = 60504, - [SMALL_STATE(2487)] = 60592, - [SMALL_STATE(2488)] = 60688, - [SMALL_STATE(2489)] = 60786, - [SMALL_STATE(2490)] = 60874, - [SMALL_STATE(2491)] = 60962, - [SMALL_STATE(2492)] = 61050, - [SMALL_STATE(2493)] = 61138, - [SMALL_STATE(2494)] = 61234, - [SMALL_STATE(2495)] = 61344, - [SMALL_STATE(2496)] = 61406, - [SMALL_STATE(2497)] = 61516, - [SMALL_STATE(2498)] = 61610, - [SMALL_STATE(2499)] = 61698, - [SMALL_STATE(2500)] = 61782, - [SMALL_STATE(2501)] = 61842, - [SMALL_STATE(2502)] = 61902, - [SMALL_STATE(2503)] = 61982, - [SMALL_STATE(2504)] = 62042, - [SMALL_STATE(2505)] = 62102, - [SMALL_STATE(2506)] = 62162, - [SMALL_STATE(2507)] = 62262, - [SMALL_STATE(2508)] = 62362, - [SMALL_STATE(2509)] = 62474, - [SMALL_STATE(2510)] = 62586, - [SMALL_STATE(2511)] = 62680, - [SMALL_STATE(2512)] = 62774, - [SMALL_STATE(2513)] = 62834, - [SMALL_STATE(2514)] = 62928, - [SMALL_STATE(2515)] = 63028, - [SMALL_STATE(2516)] = 63108, - [SMALL_STATE(2517)] = 63168, - [SMALL_STATE(2518)] = 63248, - [SMALL_STATE(2519)] = 63307, - [SMALL_STATE(2520)] = 63364, - [SMALL_STATE(2521)] = 63457, - [SMALL_STATE(2522)] = 63542, - [SMALL_STATE(2523)] = 63599, - [SMALL_STATE(2524)] = 63684, - [SMALL_STATE(2525)] = 63779, - [SMALL_STATE(2526)] = 63866, - [SMALL_STATE(2527)] = 63949, - [SMALL_STATE(2528)] = 64006, - [SMALL_STATE(2529)] = 64065, - [SMALL_STATE(2530)] = 64122, - [SMALL_STATE(2531)] = 64179, - [SMALL_STATE(2532)] = 64236, - [SMALL_STATE(2533)] = 64293, - [SMALL_STATE(2534)] = 64350, - [SMALL_STATE(2535)] = 64407, - [SMALL_STATE(2536)] = 64464, - [SMALL_STATE(2537)] = 64521, - [SMALL_STATE(2538)] = 64632, - [SMALL_STATE(2539)] = 64689, - [SMALL_STATE(2540)] = 64746, - [SMALL_STATE(2541)] = 64803, - [SMALL_STATE(2542)] = 64860, - [SMALL_STATE(2543)] = 64917, - [SMALL_STATE(2544)] = 64974, - [SMALL_STATE(2545)] = 65031, - [SMALL_STATE(2546)] = 65088, - [SMALL_STATE(2547)] = 65145, - [SMALL_STATE(2548)] = 65202, - [SMALL_STATE(2549)] = 65259, - [SMALL_STATE(2550)] = 65372, - [SMALL_STATE(2551)] = 65429, - [SMALL_STATE(2552)] = 65486, - [SMALL_STATE(2553)] = 65543, - [SMALL_STATE(2554)] = 65600, - [SMALL_STATE(2555)] = 65657, - [SMALL_STATE(2556)] = 65764, - [SMALL_STATE(2557)] = 65871, - [SMALL_STATE(2558)] = 65928, - [SMALL_STATE(2559)] = 65985, - [SMALL_STATE(2560)] = 66042, - [SMALL_STATE(2561)] = 66099, - [SMALL_STATE(2562)] = 66210, - [SMALL_STATE(2563)] = 66267, - [SMALL_STATE(2564)] = 66324, - [SMALL_STATE(2565)] = 66381, - [SMALL_STATE(2566)] = 66440, - [SMALL_STATE(2567)] = 66497, - [SMALL_STATE(2568)] = 66558, - [SMALL_STATE(2569)] = 66619, - [SMALL_STATE(2570)] = 66676, - [SMALL_STATE(2571)] = 66733, - [SMALL_STATE(2572)] = 66790, - [SMALL_STATE(2573)] = 66847, - [SMALL_STATE(2574)] = 66958, - [SMALL_STATE(2575)] = 67015, - [SMALL_STATE(2576)] = 67072, - [SMALL_STATE(2577)] = 67129, - [SMALL_STATE(2578)] = 67186, - [SMALL_STATE(2579)] = 67277, - [SMALL_STATE(2580)] = 67334, - [SMALL_STATE(2581)] = 67391, - [SMALL_STATE(2582)] = 67448, - [SMALL_STATE(2583)] = 67505, - [SMALL_STATE(2584)] = 67562, - [SMALL_STATE(2585)] = 67619, - [SMALL_STATE(2586)] = 67676, - [SMALL_STATE(2587)] = 67733, - [SMALL_STATE(2588)] = 67818, - [SMALL_STATE(2589)] = 67875, - [SMALL_STATE(2590)] = 67932, - [SMALL_STATE(2591)] = 67989, - [SMALL_STATE(2592)] = 68046, - [SMALL_STATE(2593)] = 68103, - [SMALL_STATE(2594)] = 68160, - [SMALL_STATE(2595)] = 68241, - [SMALL_STATE(2596)] = 68298, - [SMALL_STATE(2597)] = 68355, - [SMALL_STATE(2598)] = 68412, - [SMALL_STATE(2599)] = 68469, - [SMALL_STATE(2600)] = 68526, - [SMALL_STATE(2601)] = 68583, - [SMALL_STATE(2602)] = 68640, - [SMALL_STATE(2603)] = 68697, - [SMALL_STATE(2604)] = 68754, - [SMALL_STATE(2605)] = 68811, - [SMALL_STATE(2606)] = 68868, - [SMALL_STATE(2607)] = 68925, - [SMALL_STATE(2608)] = 68982, - [SMALL_STATE(2609)] = 69039, - [SMALL_STATE(2610)] = 69096, - [SMALL_STATE(2611)] = 69153, - [SMALL_STATE(2612)] = 69210, - [SMALL_STATE(2613)] = 69267, - [SMALL_STATE(2614)] = 69324, - [SMALL_STATE(2615)] = 69381, - [SMALL_STATE(2616)] = 69438, - [SMALL_STATE(2617)] = 69495, - [SMALL_STATE(2618)] = 69552, - [SMALL_STATE(2619)] = 69609, - [SMALL_STATE(2620)] = 69666, - [SMALL_STATE(2621)] = 69723, - [SMALL_STATE(2622)] = 69780, - [SMALL_STATE(2623)] = 69877, - [SMALL_STATE(2624)] = 69964, - [SMALL_STATE(2625)] = 70051, - [SMALL_STATE(2626)] = 70162, - [SMALL_STATE(2627)] = 70219, - [SMALL_STATE(2628)] = 70276, - [SMALL_STATE(2629)] = 70333, - [SMALL_STATE(2630)] = 70440, - [SMALL_STATE(2631)] = 70499, - [SMALL_STATE(2632)] = 70558, - [SMALL_STATE(2633)] = 70615, - [SMALL_STATE(2634)] = 70672, - [SMALL_STATE(2635)] = 70731, - [SMALL_STATE(2636)] = 70788, - [SMALL_STATE(2637)] = 70869, - [SMALL_STATE(2638)] = 70926, - [SMALL_STATE(2639)] = 71011, - [SMALL_STATE(2640)] = 71102, - [SMALL_STATE(2641)] = 71195, - [SMALL_STATE(2642)] = 71280, - [SMALL_STATE(2643)] = 71387, - [SMALL_STATE(2644)] = 71448, - [SMALL_STATE(2645)] = 71555, - [SMALL_STATE(2646)] = 71640, - [SMALL_STATE(2647)] = 71699, - [SMALL_STATE(2648)] = 71756, - [SMALL_STATE(2649)] = 71817, - [SMALL_STATE(2650)] = 71874, - [SMALL_STATE(2651)] = 71931, - [SMALL_STATE(2652)] = 72037, - [SMALL_STATE(2653)] = 72143, - [SMALL_STATE(2654)] = 72251, - [SMALL_STATE(2655)] = 72357, - [SMALL_STATE(2656)] = 72467, - [SMALL_STATE(2657)] = 72573, - [SMALL_STATE(2658)] = 72681, - [SMALL_STATE(2659)] = 72789, - [SMALL_STATE(2660)] = 72899, - [SMALL_STATE(2661)] = 73009, - [SMALL_STATE(2662)] = 73119, - [SMALL_STATE(2663)] = 73227, - [SMALL_STATE(2664)] = 73335, - [SMALL_STATE(2665)] = 73445, - [SMALL_STATE(2666)] = 73553, - [SMALL_STATE(2667)] = 73661, - [SMALL_STATE(2668)] = 73723, - [SMALL_STATE(2669)] = 73829, - [SMALL_STATE(2670)] = 73937, - [SMALL_STATE(2671)] = 74047, - [SMALL_STATE(2672)] = 74157, - [SMALL_STATE(2673)] = 74267, - [SMALL_STATE(2674)] = 74377, - [SMALL_STATE(2675)] = 74487, - [SMALL_STATE(2676)] = 74549, - [SMALL_STATE(2677)] = 74607, - [SMALL_STATE(2678)] = 74667, - [SMALL_STATE(2679)] = 74775, - [SMALL_STATE(2680)] = 74885, - [SMALL_STATE(2681)] = 74995, - [SMALL_STATE(2682)] = 75103, - [SMALL_STATE(2683)] = 75211, - [SMALL_STATE(2684)] = 75267, - [SMALL_STATE(2685)] = 75325, - [SMALL_STATE(2686)] = 75433, - [SMALL_STATE(2687)] = 75541, - [SMALL_STATE(2688)] = 75597, - [SMALL_STATE(2689)] = 75653, - [SMALL_STATE(2690)] = 75709, - [SMALL_STATE(2691)] = 75817, - [SMALL_STATE(2692)] = 75927, - [SMALL_STATE(2693)] = 75985, - [SMALL_STATE(2694)] = 76040, - [SMALL_STATE(2695)] = 76095, - [SMALL_STATE(2696)] = 76196, - [SMALL_STATE(2697)] = 76297, - [SMALL_STATE(2698)] = 76398, - [SMALL_STATE(2699)] = 76453, - [SMALL_STATE(2700)] = 76558, - [SMALL_STATE(2701)] = 76613, - [SMALL_STATE(2702)] = 76668, - [SMALL_STATE(2703)] = 76773, - [SMALL_STATE(2704)] = 76878, - [SMALL_STATE(2705)] = 76983, - [SMALL_STATE(2706)] = 77084, - [SMALL_STATE(2707)] = 77189, - [SMALL_STATE(2708)] = 77294, - [SMALL_STATE(2709)] = 77395, - [SMALL_STATE(2710)] = 77452, - [SMALL_STATE(2711)] = 77507, - [SMALL_STATE(2712)] = 77612, - [SMALL_STATE(2713)] = 77667, - [SMALL_STATE(2714)] = 77772, - [SMALL_STATE(2715)] = 77877, - [SMALL_STATE(2716)] = 77982, - [SMALL_STATE(2717)] = 78087, - [SMALL_STATE(2718)] = 78142, - [SMALL_STATE(2719)] = 78247, - [SMALL_STATE(2720)] = 78302, - [SMALL_STATE(2721)] = 78357, - [SMALL_STATE(2722)] = 78462, - [SMALL_STATE(2723)] = 78517, - [SMALL_STATE(2724)] = 78572, - [SMALL_STATE(2725)] = 78629, - [SMALL_STATE(2726)] = 78730, - [SMALL_STATE(2727)] = 78785, - [SMALL_STATE(2728)] = 78840, - [SMALL_STATE(2729)] = 78895, - [SMALL_STATE(2730)] = 78950, - [SMALL_STATE(2731)] = 79005, - [SMALL_STATE(2732)] = 79110, - [SMALL_STATE(2733)] = 79215, - [SMALL_STATE(2734)] = 79272, - [SMALL_STATE(2735)] = 79327, - [SMALL_STATE(2736)] = 79382, - [SMALL_STATE(2737)] = 79437, - [SMALL_STATE(2738)] = 79542, - [SMALL_STATE(2739)] = 79647, - [SMALL_STATE(2740)] = 79702, - [SMALL_STATE(2741)] = 79757, - [SMALL_STATE(2742)] = 79812, - [SMALL_STATE(2743)] = 79867, - [SMALL_STATE(2744)] = 79922, - [SMALL_STATE(2745)] = 79977, - [SMALL_STATE(2746)] = 80060, - [SMALL_STATE(2747)] = 80115, - [SMALL_STATE(2748)] = 80170, - [SMALL_STATE(2749)] = 80225, - [SMALL_STATE(2750)] = 80308, - [SMALL_STATE(2751)] = 80363, - [SMALL_STATE(2752)] = 80464, - [SMALL_STATE(2753)] = 80565, - [SMALL_STATE(2754)] = 80620, - [SMALL_STATE(2755)] = 80675, - [SMALL_STATE(2756)] = 80730, - [SMALL_STATE(2757)] = 80821, - [SMALL_STATE(2758)] = 80876, - [SMALL_STATE(2759)] = 80981, - [SMALL_STATE(2760)] = 81070, - [SMALL_STATE(2761)] = 81175, - [SMALL_STATE(2762)] = 81280, - [SMALL_STATE(2763)] = 81335, - [SMALL_STATE(2764)] = 81418, - [SMALL_STATE(2765)] = 81473, - [SMALL_STATE(2766)] = 81528, - [SMALL_STATE(2767)] = 81583, - [SMALL_STATE(2768)] = 81638, - [SMALL_STATE(2769)] = 81693, - [SMALL_STATE(2770)] = 81772, - [SMALL_STATE(2771)] = 81827, - [SMALL_STATE(2772)] = 81882, - [SMALL_STATE(2773)] = 81987, - [SMALL_STATE(2774)] = 82042, - [SMALL_STATE(2775)] = 82097, - [SMALL_STATE(2776)] = 82152, - [SMALL_STATE(2777)] = 82207, - [SMALL_STATE(2778)] = 82262, - [SMALL_STATE(2779)] = 82317, - [SMALL_STATE(2780)] = 82372, - [SMALL_STATE(2781)] = 82427, - [SMALL_STATE(2782)] = 82532, - [SMALL_STATE(2783)] = 82591, - [SMALL_STATE(2784)] = 82674, - [SMALL_STATE(2785)] = 82729, - [SMALL_STATE(2786)] = 82784, - [SMALL_STATE(2787)] = 82839, - [SMALL_STATE(2788)] = 82894, - [SMALL_STATE(2789)] = 82999, - [SMALL_STATE(2790)] = 83054, - [SMALL_STATE(2791)] = 83109, - [SMALL_STATE(2792)] = 83164, - [SMALL_STATE(2793)] = 83219, - [SMALL_STATE(2794)] = 83274, - [SMALL_STATE(2795)] = 83329, - [SMALL_STATE(2796)] = 83434, - [SMALL_STATE(2797)] = 83489, - [SMALL_STATE(2798)] = 83544, - [SMALL_STATE(2799)] = 83649, - [SMALL_STATE(2800)] = 83750, - [SMALL_STATE(2801)] = 83805, - [SMALL_STATE(2802)] = 83860, - [SMALL_STATE(2803)] = 83917, - [SMALL_STATE(2804)] = 84022, - [SMALL_STATE(2805)] = 84127, - [SMALL_STATE(2806)] = 84184, - [SMALL_STATE(2807)] = 84289, - [SMALL_STATE(2808)] = 84372, - [SMALL_STATE(2809)] = 84427, - [SMALL_STATE(2810)] = 84528, - [SMALL_STATE(2811)] = 84583, - [SMALL_STATE(2812)] = 84640, - [SMALL_STATE(2813)] = 84697, - [SMALL_STATE(2814)] = 84752, - [SMALL_STATE(2815)] = 84807, - [SMALL_STATE(2816)] = 84912, - [SMALL_STATE(2817)] = 85017, - [SMALL_STATE(2818)] = 85118, - [SMALL_STATE(2819)] = 85173, - [SMALL_STATE(2820)] = 85278, - [SMALL_STATE(2821)] = 85337, - [SMALL_STATE(2822)] = 85392, - [SMALL_STATE(2823)] = 85447, - [SMALL_STATE(2824)] = 85548, - [SMALL_STATE(2825)] = 85603, - [SMALL_STATE(2826)] = 85658, - [SMALL_STATE(2827)] = 85763, - [SMALL_STATE(2828)] = 85822, - [SMALL_STATE(2829)] = 85927, - [SMALL_STATE(2830)] = 86016, - [SMALL_STATE(2831)] = 86071, - [SMALL_STATE(2832)] = 86176, - [SMALL_STATE(2833)] = 86281, - [SMALL_STATE(2834)] = 86336, - [SMALL_STATE(2835)] = 86391, - [SMALL_STATE(2836)] = 86446, - [SMALL_STATE(2837)] = 86551, - [SMALL_STATE(2838)] = 86606, - [SMALL_STATE(2839)] = 86661, - [SMALL_STATE(2840)] = 86716, - [SMALL_STATE(2841)] = 86771, - [SMALL_STATE(2842)] = 86876, - [SMALL_STATE(2843)] = 86959, - [SMALL_STATE(2844)] = 87014, - [SMALL_STATE(2845)] = 87093, - [SMALL_STATE(2846)] = 87150, - [SMALL_STATE(2847)] = 87241, - [SMALL_STATE(2848)] = 87342, - [SMALL_STATE(2849)] = 87399, - [SMALL_STATE(2850)] = 87456, - [SMALL_STATE(2851)] = 87561, - [SMALL_STATE(2852)] = 87666, - [SMALL_STATE(2853)] = 87723, - [SMALL_STATE(2854)] = 87824, - [SMALL_STATE(2855)] = 87879, - [SMALL_STATE(2856)] = 87934, - [SMALL_STATE(2857)] = 87989, - [SMALL_STATE(2858)] = 88094, - [SMALL_STATE(2859)] = 88151, - [SMALL_STATE(2860)] = 88252, - [SMALL_STATE(2861)] = 88307, - [SMALL_STATE(2862)] = 88412, - [SMALL_STATE(2863)] = 88517, - [SMALL_STATE(2864)] = 88622, - [SMALL_STATE(2865)] = 88727, - [SMALL_STATE(2866)] = 88786, - [SMALL_STATE(2867)] = 88843, - [SMALL_STATE(2868)] = 88898, - [SMALL_STATE(2869)] = 88953, - [SMALL_STATE(2870)] = 89058, - [SMALL_STATE(2871)] = 89163, - [SMALL_STATE(2872)] = 89218, - [SMALL_STATE(2873)] = 89319, - [SMALL_STATE(2874)] = 89424, - [SMALL_STATE(2875)] = 89479, - [SMALL_STATE(2876)] = 89534, - [SMALL_STATE(2877)] = 89589, - [SMALL_STATE(2878)] = 89694, - [SMALL_STATE(2879)] = 89799, - [SMALL_STATE(2880)] = 89854, - [SMALL_STATE(2881)] = 89959, - [SMALL_STATE(2882)] = 90014, - [SMALL_STATE(2883)] = 90070, - [SMALL_STATE(2884)] = 90166, - [SMALL_STATE(2885)] = 90268, - [SMALL_STATE(2886)] = 90370, - [SMALL_STATE(2887)] = 90464, - [SMALL_STATE(2888)] = 90566, - [SMALL_STATE(2889)] = 90668, - [SMALL_STATE(2890)] = 90724, - [SMALL_STATE(2891)] = 90826, - [SMALL_STATE(2892)] = 90928, - [SMALL_STATE(2893)] = 91030, - [SMALL_STATE(2894)] = 91132, - [SMALL_STATE(2895)] = 91188, - [SMALL_STATE(2896)] = 91290, - [SMALL_STATE(2897)] = 91344, - [SMALL_STATE(2898)] = 91446, - [SMALL_STATE(2899)] = 91500, - [SMALL_STATE(2900)] = 91602, - [SMALL_STATE(2901)] = 91662, - [SMALL_STATE(2902)] = 91764, - [SMALL_STATE(2903)] = 91860, - [SMALL_STATE(2904)] = 91954, - [SMALL_STATE(2905)] = 92056, - [SMALL_STATE(2906)] = 92116, - [SMALL_STATE(2907)] = 92218, - [SMALL_STATE(2908)] = 92320, - [SMALL_STATE(2909)] = 92422, - [SMALL_STATE(2910)] = 92524, - [SMALL_STATE(2911)] = 92579, - [SMALL_STATE(2912)] = 92632, - [SMALL_STATE(2913)] = 92685, - [SMALL_STATE(2914)] = 92740, - [SMALL_STATE(2915)] = 92829, - [SMALL_STATE(2916)] = 92882, - [SMALL_STATE(2917)] = 92935, - [SMALL_STATE(2918)] = 92990, - [SMALL_STATE(2919)] = 93043, - [SMALL_STATE(2920)] = 93098, - [SMALL_STATE(2921)] = 93151, - [SMALL_STATE(2922)] = 93204, - [SMALL_STATE(2923)] = 93257, - [SMALL_STATE(2924)] = 93310, - [SMALL_STATE(2925)] = 93363, - [SMALL_STATE(2926)] = 93416, - [SMALL_STATE(2927)] = 93469, - [SMALL_STATE(2928)] = 93524, - [SMALL_STATE(2929)] = 93579, - [SMALL_STATE(2930)] = 93632, - [SMALL_STATE(2931)] = 93685, - [SMALL_STATE(2932)] = 93738, - [SMALL_STATE(2933)] = 93791, - [SMALL_STATE(2934)] = 93846, - [SMALL_STATE(2935)] = 93899, - [SMALL_STATE(2936)] = 93954, - [SMALL_STATE(2937)] = 94007, - [SMALL_STATE(2938)] = 94060, - [SMALL_STATE(2939)] = 94113, - [SMALL_STATE(2940)] = 94168, - [SMALL_STATE(2941)] = 94221, - [SMALL_STATE(2942)] = 94276, - [SMALL_STATE(2943)] = 94329, - [SMALL_STATE(2944)] = 94382, - [SMALL_STATE(2945)] = 94435, - [SMALL_STATE(2946)] = 94488, - [SMALL_STATE(2947)] = 94541, - [SMALL_STATE(2948)] = 94594, - [SMALL_STATE(2949)] = 94683, - [SMALL_STATE(2950)] = 94738, - [SMALL_STATE(2951)] = 94827, - [SMALL_STATE(2952)] = 94916, - [SMALL_STATE(2953)] = 94971, - [SMALL_STATE(2954)] = 95026, - [SMALL_STATE(2955)] = 95115, - [SMALL_STATE(2956)] = 95168, - [SMALL_STATE(2957)] = 95263, - [SMALL_STATE(2958)] = 95352, - [SMALL_STATE(2959)] = 95407, - [SMALL_STATE(2960)] = 95460, - [SMALL_STATE(2961)] = 95514, - [SMALL_STATE(2962)] = 95570, - [SMALL_STATE(2963)] = 95626, - [SMALL_STATE(2964)] = 95682, - [SMALL_STATE(2965)] = 95736, - [SMALL_STATE(2966)] = 95790, - [SMALL_STATE(2967)] = 95844, - [SMALL_STATE(2968)] = 95900, - [SMALL_STATE(2969)] = 95956, - [SMALL_STATE(2970)] = 96010, - [SMALL_STATE(2971)] = 96064, - [SMALL_STATE(2972)] = 96118, - [SMALL_STATE(2973)] = 96172, - [SMALL_STATE(2974)] = 96226, - [SMALL_STATE(2975)] = 96280, - [SMALL_STATE(2976)] = 96336, - [SMALL_STATE(2977)] = 96390, - [SMALL_STATE(2978)] = 96444, - [SMALL_STATE(2979)] = 96498, - [SMALL_STATE(2980)] = 96554, - [SMALL_STATE(2981)] = 96608, - [SMALL_STATE(2982)] = 96664, - [SMALL_STATE(2983)] = 96718, - [SMALL_STATE(2984)] = 96772, - [SMALL_STATE(2985)] = 96826, - [SMALL_STATE(2986)] = 96882, - [SMALL_STATE(2987)] = 96936, - [SMALL_STATE(2988)] = 96990, - [SMALL_STATE(2989)] = 97046, - [SMALL_STATE(2990)] = 97100, - [SMALL_STATE(2991)] = 97154, - [SMALL_STATE(2992)] = 97208, - [SMALL_STATE(2993)] = 97262, - [SMALL_STATE(2994)] = 97318, - [SMALL_STATE(2995)] = 97374, - [SMALL_STATE(2996)] = 97428, - [SMALL_STATE(2997)] = 97482, - [SMALL_STATE(2998)] = 97536, - [SMALL_STATE(2999)] = 97592, - [SMALL_STATE(3000)] = 97646, - [SMALL_STATE(3001)] = 97700, - [SMALL_STATE(3002)] = 97756, - [SMALL_STATE(3003)] = 97812, - [SMALL_STATE(3004)] = 97866, - [SMALL_STATE(3005)] = 97920, - [SMALL_STATE(3006)] = 97976, - [SMALL_STATE(3007)] = 98030, - [SMALL_STATE(3008)] = 98084, - [SMALL_STATE(3009)] = 98140, - [SMALL_STATE(3010)] = 98194, - [SMALL_STATE(3011)] = 98250, - [SMALL_STATE(3012)] = 98304, - [SMALL_STATE(3013)] = 98358, - [SMALL_STATE(3014)] = 98412, - [SMALL_STATE(3015)] = 98468, - [SMALL_STATE(3016)] = 98522, - [SMALL_STATE(3017)] = 98578, - [SMALL_STATE(3018)] = 98634, - [SMALL_STATE(3019)] = 98688, - [SMALL_STATE(3020)] = 98742, - [SMALL_STATE(3021)] = 98798, - [SMALL_STATE(3022)] = 98854, - [SMALL_STATE(3023)] = 98908, - [SMALL_STATE(3024)] = 98962, - [SMALL_STATE(3025)] = 99016, - [SMALL_STATE(3026)] = 99072, - [SMALL_STATE(3027)] = 99126, - [SMALL_STATE(3028)] = 99182, - [SMALL_STATE(3029)] = 99238, - [SMALL_STATE(3030)] = 99292, - [SMALL_STATE(3031)] = 99348, - [SMALL_STATE(3032)] = 99402, - [SMALL_STATE(3033)] = 99456, - [SMALL_STATE(3034)] = 99510, - [SMALL_STATE(3035)] = 99566, - [SMALL_STATE(3036)] = 99655, - [SMALL_STATE(3037)] = 99744, - [SMALL_STATE(3038)] = 99830, - [SMALL_STATE(3039)] = 99916, - [SMALL_STATE(3040)] = 99976, - [SMALL_STATE(3041)] = 100062, - [SMALL_STATE(3042)] = 100148, - [SMALL_STATE(3043)] = 100234, - [SMALL_STATE(3044)] = 100320, - [SMALL_STATE(3045)] = 100406, - [SMALL_STATE(3046)] = 100492, - [SMALL_STATE(3047)] = 100578, - [SMALL_STATE(3048)] = 100664, - [SMALL_STATE(3049)] = 100750, - [SMALL_STATE(3050)] = 100836, - [SMALL_STATE(3051)] = 100922, - [SMALL_STATE(3052)] = 101008, - [SMALL_STATE(3053)] = 101094, - [SMALL_STATE(3054)] = 101180, - [SMALL_STATE(3055)] = 101266, - [SMALL_STATE(3056)] = 101352, - [SMALL_STATE(3057)] = 101438, - [SMALL_STATE(3058)] = 101524, - [SMALL_STATE(3059)] = 101610, - [SMALL_STATE(3060)] = 101696, - [SMALL_STATE(3061)] = 101782, - [SMALL_STATE(3062)] = 101868, - [SMALL_STATE(3063)] = 101954, - [SMALL_STATE(3064)] = 102040, - [SMALL_STATE(3065)] = 102126, - [SMALL_STATE(3066)] = 102212, - [SMALL_STATE(3067)] = 102298, - [SMALL_STATE(3068)] = 102384, - [SMALL_STATE(3069)] = 102470, - [SMALL_STATE(3070)] = 102556, - [SMALL_STATE(3071)] = 102642, - [SMALL_STATE(3072)] = 102728, - [SMALL_STATE(3073)] = 102814, - [SMALL_STATE(3074)] = 102900, - [SMALL_STATE(3075)] = 102986, - [SMALL_STATE(3076)] = 103069, - [SMALL_STATE(3077)] = 103152, - [SMALL_STATE(3078)] = 103235, - [SMALL_STATE(3079)] = 103318, - [SMALL_STATE(3080)] = 103401, - [SMALL_STATE(3081)] = 103484, - [SMALL_STATE(3082)] = 103567, - [SMALL_STATE(3083)] = 103650, - [SMALL_STATE(3084)] = 103733, - [SMALL_STATE(3085)] = 103816, - [SMALL_STATE(3086)] = 103899, - [SMALL_STATE(3087)] = 103982, - [SMALL_STATE(3088)] = 104065, - [SMALL_STATE(3089)] = 104148, - [SMALL_STATE(3090)] = 104231, - [SMALL_STATE(3091)] = 104314, - [SMALL_STATE(3092)] = 104397, - [SMALL_STATE(3093)] = 104480, - [SMALL_STATE(3094)] = 104563, - [SMALL_STATE(3095)] = 104646, - [SMALL_STATE(3096)] = 104729, - [SMALL_STATE(3097)] = 104812, - [SMALL_STATE(3098)] = 104895, - [SMALL_STATE(3099)] = 104978, - [SMALL_STATE(3100)] = 105061, - [SMALL_STATE(3101)] = 105144, - [SMALL_STATE(3102)] = 105227, - [SMALL_STATE(3103)] = 105310, - [SMALL_STATE(3104)] = 105393, - [SMALL_STATE(3105)] = 105476, - [SMALL_STATE(3106)] = 105559, - [SMALL_STATE(3107)] = 105642, - [SMALL_STATE(3108)] = 105725, - [SMALL_STATE(3109)] = 105808, - [SMALL_STATE(3110)] = 105891, - [SMALL_STATE(3111)] = 105974, - [SMALL_STATE(3112)] = 106057, - [SMALL_STATE(3113)] = 106140, - [SMALL_STATE(3114)] = 106223, - [SMALL_STATE(3115)] = 106306, - [SMALL_STATE(3116)] = 106389, - [SMALL_STATE(3117)] = 106472, - [SMALL_STATE(3118)] = 106555, - [SMALL_STATE(3119)] = 106638, - [SMALL_STATE(3120)] = 106721, - [SMALL_STATE(3121)] = 106804, - [SMALL_STATE(3122)] = 106887, - [SMALL_STATE(3123)] = 106970, - [SMALL_STATE(3124)] = 107053, - [SMALL_STATE(3125)] = 107136, - [SMALL_STATE(3126)] = 107219, - [SMALL_STATE(3127)] = 107302, - [SMALL_STATE(3128)] = 107385, - [SMALL_STATE(3129)] = 107468, - [SMALL_STATE(3130)] = 107551, - [SMALL_STATE(3131)] = 107634, - [SMALL_STATE(3132)] = 107717, - [SMALL_STATE(3133)] = 107800, - [SMALL_STATE(3134)] = 107883, - [SMALL_STATE(3135)] = 107966, - [SMALL_STATE(3136)] = 108049, - [SMALL_STATE(3137)] = 108132, - [SMALL_STATE(3138)] = 108215, - [SMALL_STATE(3139)] = 108298, - [SMALL_STATE(3140)] = 108381, - [SMALL_STATE(3141)] = 108464, - [SMALL_STATE(3142)] = 108547, - [SMALL_STATE(3143)] = 108630, - [SMALL_STATE(3144)] = 108713, - [SMALL_STATE(3145)] = 108796, - [SMALL_STATE(3146)] = 108879, - [SMALL_STATE(3147)] = 108962, - [SMALL_STATE(3148)] = 109045, - [SMALL_STATE(3149)] = 109128, - [SMALL_STATE(3150)] = 109211, - [SMALL_STATE(3151)] = 109294, - [SMALL_STATE(3152)] = 109377, - [SMALL_STATE(3153)] = 109460, - [SMALL_STATE(3154)] = 109543, - [SMALL_STATE(3155)] = 109626, - [SMALL_STATE(3156)] = 109709, - [SMALL_STATE(3157)] = 109792, - [SMALL_STATE(3158)] = 109875, - [SMALL_STATE(3159)] = 109958, - [SMALL_STATE(3160)] = 110041, - [SMALL_STATE(3161)] = 110124, - [SMALL_STATE(3162)] = 110207, - [SMALL_STATE(3163)] = 110290, - [SMALL_STATE(3164)] = 110373, - [SMALL_STATE(3165)] = 110456, - [SMALL_STATE(3166)] = 110539, - [SMALL_STATE(3167)] = 110622, - [SMALL_STATE(3168)] = 110705, - [SMALL_STATE(3169)] = 110788, - [SMALL_STATE(3170)] = 110871, - [SMALL_STATE(3171)] = 110954, - [SMALL_STATE(3172)] = 111037, - [SMALL_STATE(3173)] = 111120, - [SMALL_STATE(3174)] = 111203, - [SMALL_STATE(3175)] = 111286, - [SMALL_STATE(3176)] = 111369, - [SMALL_STATE(3177)] = 111452, - [SMALL_STATE(3178)] = 111535, - [SMALL_STATE(3179)] = 111618, - [SMALL_STATE(3180)] = 111701, - [SMALL_STATE(3181)] = 111784, - [SMALL_STATE(3182)] = 111867, - [SMALL_STATE(3183)] = 111950, - [SMALL_STATE(3184)] = 112033, - [SMALL_STATE(3185)] = 112116, - [SMALL_STATE(3186)] = 112199, - [SMALL_STATE(3187)] = 112282, - [SMALL_STATE(3188)] = 112365, - [SMALL_STATE(3189)] = 112448, - [SMALL_STATE(3190)] = 112531, - [SMALL_STATE(3191)] = 112614, - [SMALL_STATE(3192)] = 112697, - [SMALL_STATE(3193)] = 112780, - [SMALL_STATE(3194)] = 112863, - [SMALL_STATE(3195)] = 112946, - [SMALL_STATE(3196)] = 113029, - [SMALL_STATE(3197)] = 113112, - [SMALL_STATE(3198)] = 113195, - [SMALL_STATE(3199)] = 113278, - [SMALL_STATE(3200)] = 113361, - [SMALL_STATE(3201)] = 113444, - [SMALL_STATE(3202)] = 113527, - [SMALL_STATE(3203)] = 113610, - [SMALL_STATE(3204)] = 113693, - [SMALL_STATE(3205)] = 113776, - [SMALL_STATE(3206)] = 113859, - [SMALL_STATE(3207)] = 113942, - [SMALL_STATE(3208)] = 114025, - [SMALL_STATE(3209)] = 114108, - [SMALL_STATE(3210)] = 114191, - [SMALL_STATE(3211)] = 114274, - [SMALL_STATE(3212)] = 114357, - [SMALL_STATE(3213)] = 114440, - [SMALL_STATE(3214)] = 114523, - [SMALL_STATE(3215)] = 114606, - [SMALL_STATE(3216)] = 114689, - [SMALL_STATE(3217)] = 114772, - [SMALL_STATE(3218)] = 114855, - [SMALL_STATE(3219)] = 114938, - [SMALL_STATE(3220)] = 115021, - [SMALL_STATE(3221)] = 115104, - [SMALL_STATE(3222)] = 115187, - [SMALL_STATE(3223)] = 115270, - [SMALL_STATE(3224)] = 115353, - [SMALL_STATE(3225)] = 115436, - [SMALL_STATE(3226)] = 115519, - [SMALL_STATE(3227)] = 115602, - [SMALL_STATE(3228)] = 115685, - [SMALL_STATE(3229)] = 115768, - [SMALL_STATE(3230)] = 115851, - [SMALL_STATE(3231)] = 115934, - [SMALL_STATE(3232)] = 116017, - [SMALL_STATE(3233)] = 116100, - [SMALL_STATE(3234)] = 116183, - [SMALL_STATE(3235)] = 116266, - [SMALL_STATE(3236)] = 116349, - [SMALL_STATE(3237)] = 116432, - [SMALL_STATE(3238)] = 116515, - [SMALL_STATE(3239)] = 116598, - [SMALL_STATE(3240)] = 116681, - [SMALL_STATE(3241)] = 116764, - [SMALL_STATE(3242)] = 116847, - [SMALL_STATE(3243)] = 116930, - [SMALL_STATE(3244)] = 117013, - [SMALL_STATE(3245)] = 117096, - [SMALL_STATE(3246)] = 117179, - [SMALL_STATE(3247)] = 117262, - [SMALL_STATE(3248)] = 117345, - [SMALL_STATE(3249)] = 117428, - [SMALL_STATE(3250)] = 117511, - [SMALL_STATE(3251)] = 117594, - [SMALL_STATE(3252)] = 117677, - [SMALL_STATE(3253)] = 117760, - [SMALL_STATE(3254)] = 117843, - [SMALL_STATE(3255)] = 117926, - [SMALL_STATE(3256)] = 118009, - [SMALL_STATE(3257)] = 118092, - [SMALL_STATE(3258)] = 118175, - [SMALL_STATE(3259)] = 118258, - [SMALL_STATE(3260)] = 118341, - [SMALL_STATE(3261)] = 118424, - [SMALL_STATE(3262)] = 118507, - [SMALL_STATE(3263)] = 118590, - [SMALL_STATE(3264)] = 118673, - [SMALL_STATE(3265)] = 118756, - [SMALL_STATE(3266)] = 118839, - [SMALL_STATE(3267)] = 118922, - [SMALL_STATE(3268)] = 119005, - [SMALL_STATE(3269)] = 119088, - [SMALL_STATE(3270)] = 119171, - [SMALL_STATE(3271)] = 119254, - [SMALL_STATE(3272)] = 119337, - [SMALL_STATE(3273)] = 119420, - [SMALL_STATE(3274)] = 119503, - [SMALL_STATE(3275)] = 119586, - [SMALL_STATE(3276)] = 119669, - [SMALL_STATE(3277)] = 119752, - [SMALL_STATE(3278)] = 119835, - [SMALL_STATE(3279)] = 119918, - [SMALL_STATE(3280)] = 120001, - [SMALL_STATE(3281)] = 120084, - [SMALL_STATE(3282)] = 120167, - [SMALL_STATE(3283)] = 120250, - [SMALL_STATE(3284)] = 120333, - [SMALL_STATE(3285)] = 120416, - [SMALL_STATE(3286)] = 120499, - [SMALL_STATE(3287)] = 120582, - [SMALL_STATE(3288)] = 120665, - [SMALL_STATE(3289)] = 120748, - [SMALL_STATE(3290)] = 120831, - [SMALL_STATE(3291)] = 120914, - [SMALL_STATE(3292)] = 120997, - [SMALL_STATE(3293)] = 121080, - [SMALL_STATE(3294)] = 121163, - [SMALL_STATE(3295)] = 121246, - [SMALL_STATE(3296)] = 121329, - [SMALL_STATE(3297)] = 121412, - [SMALL_STATE(3298)] = 121495, - [SMALL_STATE(3299)] = 121578, - [SMALL_STATE(3300)] = 121661, - [SMALL_STATE(3301)] = 121744, - [SMALL_STATE(3302)] = 121827, - [SMALL_STATE(3303)] = 121910, - [SMALL_STATE(3304)] = 121993, - [SMALL_STATE(3305)] = 122076, - [SMALL_STATE(3306)] = 122159, - [SMALL_STATE(3307)] = 122242, - [SMALL_STATE(3308)] = 122325, - [SMALL_STATE(3309)] = 122408, - [SMALL_STATE(3310)] = 122491, - [SMALL_STATE(3311)] = 122574, - [SMALL_STATE(3312)] = 122657, - [SMALL_STATE(3313)] = 122740, - [SMALL_STATE(3314)] = 122823, - [SMALL_STATE(3315)] = 122906, - [SMALL_STATE(3316)] = 122989, - [SMALL_STATE(3317)] = 123072, - [SMALL_STATE(3318)] = 123155, - [SMALL_STATE(3319)] = 123238, - [SMALL_STATE(3320)] = 123321, - [SMALL_STATE(3321)] = 123404, - [SMALL_STATE(3322)] = 123487, - [SMALL_STATE(3323)] = 123570, - [SMALL_STATE(3324)] = 123653, - [SMALL_STATE(3325)] = 123736, - [SMALL_STATE(3326)] = 123819, - [SMALL_STATE(3327)] = 123902, - [SMALL_STATE(3328)] = 123985, - [SMALL_STATE(3329)] = 124068, - [SMALL_STATE(3330)] = 124151, - [SMALL_STATE(3331)] = 124234, - [SMALL_STATE(3332)] = 124317, - [SMALL_STATE(3333)] = 124400, - [SMALL_STATE(3334)] = 124483, - [SMALL_STATE(3335)] = 124566, - [SMALL_STATE(3336)] = 124649, - [SMALL_STATE(3337)] = 124732, - [SMALL_STATE(3338)] = 124815, - [SMALL_STATE(3339)] = 124898, - [SMALL_STATE(3340)] = 124981, - [SMALL_STATE(3341)] = 125064, - [SMALL_STATE(3342)] = 125147, - [SMALL_STATE(3343)] = 125215, - [SMALL_STATE(3344)] = 125283, - [SMALL_STATE(3345)] = 125357, - [SMALL_STATE(3346)] = 125425, - [SMALL_STATE(3347)] = 125493, - [SMALL_STATE(3348)] = 125561, - [SMALL_STATE(3349)] = 125629, - [SMALL_STATE(3350)] = 125697, - [SMALL_STATE(3351)] = 125765, - [SMALL_STATE(3352)] = 125833, - [SMALL_STATE(3353)] = 125901, - [SMALL_STATE(3354)] = 125969, - [SMALL_STATE(3355)] = 126037, - [SMALL_STATE(3356)] = 126105, - [SMALL_STATE(3357)] = 126179, - [SMALL_STATE(3358)] = 126247, - [SMALL_STATE(3359)] = 126316, - [SMALL_STATE(3360)] = 126353, - [SMALL_STATE(3361)] = 126390, - [SMALL_STATE(3362)] = 126427, - [SMALL_STATE(3363)] = 126464, - [SMALL_STATE(3364)] = 126501, - [SMALL_STATE(3365)] = 126538, - [SMALL_STATE(3366)] = 126571, - [SMALL_STATE(3367)] = 126604, - [SMALL_STATE(3368)] = 126637, - [SMALL_STATE(3369)] = 126684, - [SMALL_STATE(3370)] = 126731, - [SMALL_STATE(3371)] = 126764, - [SMALL_STATE(3372)] = 126797, - [SMALL_STATE(3373)] = 126844, - [SMALL_STATE(3374)] = 126895, - [SMALL_STATE(3375)] = 126925, - [SMALL_STATE(3376)] = 126959, - [SMALL_STATE(3377)] = 126989, - [SMALL_STATE(3378)] = 127023, - [SMALL_STATE(3379)] = 127053, - [SMALL_STATE(3380)] = 127089, - [SMALL_STATE(3381)] = 127120, - [SMALL_STATE(3382)] = 127151, - [SMALL_STATE(3383)] = 127184, - [SMALL_STATE(3384)] = 127217, - [SMALL_STATE(3385)] = 127250, - [SMALL_STATE(3386)] = 127283, - [SMALL_STATE(3387)] = 127316, - [SMALL_STATE(3388)] = 127349, - [SMALL_STATE(3389)] = 127382, - [SMALL_STATE(3390)] = 127412, - [SMALL_STATE(3391)] = 127444, - [SMALL_STATE(3392)] = 127492, - [SMALL_STATE(3393)] = 127522, - [SMALL_STATE(3394)] = 127570, - [SMALL_STATE(3395)] = 127616, - [SMALL_STATE(3396)] = 127663, - [SMALL_STATE(3397)] = 127710, - [SMALL_STATE(3398)] = 127745, - [SMALL_STATE(3399)] = 127774, - [SMALL_STATE(3400)] = 127809, - [SMALL_STATE(3401)] = 127856, - [SMALL_STATE(3402)] = 127903, - [SMALL_STATE(3403)] = 127950, - [SMALL_STATE(3404)] = 127979, - [SMALL_STATE(3405)] = 128026, - [SMALL_STATE(3406)] = 128073, - [SMALL_STATE(3407)] = 128108, - [SMALL_STATE(3408)] = 128137, - [SMALL_STATE(3409)] = 128184, - [SMALL_STATE(3410)] = 128231, - [SMALL_STATE(3411)] = 128278, - [SMALL_STATE(3412)] = 128325, - [SMALL_STATE(3413)] = 128372, - [SMALL_STATE(3414)] = 128419, - [SMALL_STATE(3415)] = 128454, - [SMALL_STATE(3416)] = 128501, - [SMALL_STATE(3417)] = 128536, - [SMALL_STATE(3418)] = 128583, - [SMALL_STATE(3419)] = 128612, - [SMALL_STATE(3420)] = 128659, - [SMALL_STATE(3421)] = 128706, - [SMALL_STATE(3422)] = 128753, - [SMALL_STATE(3423)] = 128782, - [SMALL_STATE(3424)] = 128829, - [SMALL_STATE(3425)] = 128876, - [SMALL_STATE(3426)] = 128923, - [SMALL_STATE(3427)] = 128958, - [SMALL_STATE(3428)] = 129005, - [SMALL_STATE(3429)] = 129040, - [SMALL_STATE(3430)] = 129071, - [SMALL_STATE(3431)] = 129118, - [SMALL_STATE(3432)] = 129165, - [SMALL_STATE(3433)] = 129210, - [SMALL_STATE(3434)] = 129257, - [SMALL_STATE(3435)] = 129286, - [SMALL_STATE(3436)] = 129333, - [SMALL_STATE(3437)] = 129362, - [SMALL_STATE(3438)] = 129393, - [SMALL_STATE(3439)] = 129428, - [SMALL_STATE(3440)] = 129475, - [SMALL_STATE(3441)] = 129522, - [SMALL_STATE(3442)] = 129548, - [SMALL_STATE(3443)] = 129574, - [SMALL_STATE(3444)] = 129600, - [SMALL_STATE(3445)] = 129630, - [SMALL_STATE(3446)] = 129662, - [SMALL_STATE(3447)] = 129689, - [SMALL_STATE(3448)] = 129720, - [SMALL_STATE(3449)] = 129747, - [SMALL_STATE(3450)] = 129771, - [SMALL_STATE(3451)] = 129795, - [SMALL_STATE(3452)] = 129823, - [SMALL_STATE(3453)] = 129847, - [SMALL_STATE(3454)] = 129871, - [SMALL_STATE(3455)] = 129895, - [SMALL_STATE(3456)] = 129919, - [SMALL_STATE(3457)] = 129947, - [SMALL_STATE(3458)] = 129971, - [SMALL_STATE(3459)] = 129995, - [SMALL_STATE(3460)] = 130019, - [SMALL_STATE(3461)] = 130043, - [SMALL_STATE(3462)] = 130067, - [SMALL_STATE(3463)] = 130091, - [SMALL_STATE(3464)] = 130115, - [SMALL_STATE(3465)] = 130139, - [SMALL_STATE(3466)] = 130163, - [SMALL_STATE(3467)] = 130187, - [SMALL_STATE(3468)] = 130211, - [SMALL_STATE(3469)] = 130241, - [SMALL_STATE(3470)] = 130265, - [SMALL_STATE(3471)] = 130289, - [SMALL_STATE(3472)] = 130313, - [SMALL_STATE(3473)] = 130337, - [SMALL_STATE(3474)] = 130361, - [SMALL_STATE(3475)] = 130400, - [SMALL_STATE(3476)] = 130429, - [SMALL_STATE(3477)] = 130456, - [SMALL_STATE(3478)] = 130482, - [SMALL_STATE(3479)] = 130516, - [SMALL_STATE(3480)] = 130550, - [SMALL_STATE(3481)] = 130572, - [SMALL_STATE(3482)] = 130608, - [SMALL_STATE(3483)] = 130636, - [SMALL_STATE(3484)] = 130670, - [SMALL_STATE(3485)] = 130704, - [SMALL_STATE(3486)] = 130738, - [SMALL_STATE(3487)] = 130766, - [SMALL_STATE(3488)] = 130800, - [SMALL_STATE(3489)] = 130834, - [SMALL_STATE(3490)] = 130868, - [SMALL_STATE(3491)] = 130902, - [SMALL_STATE(3492)] = 130926, - [SMALL_STATE(3493)] = 130960, - [SMALL_STATE(3494)] = 130994, - [SMALL_STATE(3495)] = 131028, - [SMALL_STATE(3496)] = 131051, - [SMALL_STATE(3497)] = 131072, - [SMALL_STATE(3498)] = 131093, - [SMALL_STATE(3499)] = 131116, - [SMALL_STATE(3500)] = 131137, - [SMALL_STATE(3501)] = 131158, - [SMALL_STATE(3502)] = 131181, - [SMALL_STATE(3503)] = 131210, - [SMALL_STATE(3504)] = 131231, - [SMALL_STATE(3505)] = 131266, - [SMALL_STATE(3506)] = 131287, - [SMALL_STATE(3507)] = 131312, - [SMALL_STATE(3508)] = 131333, - [SMALL_STATE(3509)] = 131354, - [SMALL_STATE(3510)] = 131379, - [SMALL_STATE(3511)] = 131400, - [SMALL_STATE(3512)] = 131423, - [SMALL_STATE(3513)] = 131451, - [SMALL_STATE(3514)] = 131479, - [SMALL_STATE(3515)] = 131503, - [SMALL_STATE(3516)] = 131531, - [SMALL_STATE(3517)] = 131563, - [SMALL_STATE(3518)] = 131591, - [SMALL_STATE(3519)] = 131619, - [SMALL_STATE(3520)] = 131647, - [SMALL_STATE(3521)] = 131675, - [SMALL_STATE(3522)] = 131705, - [SMALL_STATE(3523)] = 131733, - [SMALL_STATE(3524)] = 131753, - [SMALL_STATE(3525)] = 131781, - [SMALL_STATE(3526)] = 131809, - [SMALL_STATE(3527)] = 131837, - [SMALL_STATE(3528)] = 131865, - [SMALL_STATE(3529)] = 131893, - [SMALL_STATE(3530)] = 131921, - [SMALL_STATE(3531)] = 131949, - [SMALL_STATE(3532)] = 131977, - [SMALL_STATE(3533)] = 132005, - [SMALL_STATE(3534)] = 132035, - [SMALL_STATE(3535)] = 132063, - [SMALL_STATE(3536)] = 132091, - [SMALL_STATE(3537)] = 132123, - [SMALL_STATE(3538)] = 132151, - [SMALL_STATE(3539)] = 132179, - [SMALL_STATE(3540)] = 132207, - [SMALL_STATE(3541)] = 132227, - [SMALL_STATE(3542)] = 132255, - [SMALL_STATE(3543)] = 132283, - [SMALL_STATE(3544)] = 132311, - [SMALL_STATE(3545)] = 132331, - [SMALL_STATE(3546)] = 132360, - [SMALL_STATE(3547)] = 132389, - [SMALL_STATE(3548)] = 132418, - [SMALL_STATE(3549)] = 132447, - [SMALL_STATE(3550)] = 132476, - [SMALL_STATE(3551)] = 132505, - [SMALL_STATE(3552)] = 132534, - [SMALL_STATE(3553)] = 132563, - [SMALL_STATE(3554)] = 132592, - [SMALL_STATE(3555)] = 132621, - [SMALL_STATE(3556)] = 132644, - [SMALL_STATE(3557)] = 132673, - [SMALL_STATE(3558)] = 132702, - [SMALL_STATE(3559)] = 132731, - [SMALL_STATE(3560)] = 132760, - [SMALL_STATE(3561)] = 132789, - [SMALL_STATE(3562)] = 132818, - [SMALL_STATE(3563)] = 132847, - [SMALL_STATE(3564)] = 132876, - [SMALL_STATE(3565)] = 132905, - [SMALL_STATE(3566)] = 132934, - [SMALL_STATE(3567)] = 132963, - [SMALL_STATE(3568)] = 132992, - [SMALL_STATE(3569)] = 133021, - [SMALL_STATE(3570)] = 133050, - [SMALL_STATE(3571)] = 133079, - [SMALL_STATE(3572)] = 133108, - [SMALL_STATE(3573)] = 133137, - [SMALL_STATE(3574)] = 133160, - [SMALL_STATE(3575)] = 133189, - [SMALL_STATE(3576)] = 133212, - [SMALL_STATE(3577)] = 133241, - [SMALL_STATE(3578)] = 133270, - [SMALL_STATE(3579)] = 133297, - [SMALL_STATE(3580)] = 133324, - [SMALL_STATE(3581)] = 133353, - [SMALL_STATE(3582)] = 133382, - [SMALL_STATE(3583)] = 133411, - [SMALL_STATE(3584)] = 133440, - [SMALL_STATE(3585)] = 133461, - [SMALL_STATE(3586)] = 133490, - [SMALL_STATE(3587)] = 133513, - [SMALL_STATE(3588)] = 133534, - [SMALL_STATE(3589)] = 133563, - [SMALL_STATE(3590)] = 133592, - [SMALL_STATE(3591)] = 133621, - [SMALL_STATE(3592)] = 133650, - [SMALL_STATE(3593)] = 133673, - [SMALL_STATE(3594)] = 133702, - [SMALL_STATE(3595)] = 133731, - [SMALL_STATE(3596)] = 133754, - [SMALL_STATE(3597)] = 133783, - [SMALL_STATE(3598)] = 133812, - [SMALL_STATE(3599)] = 133841, - [SMALL_STATE(3600)] = 133870, - [SMALL_STATE(3601)] = 133899, - [SMALL_STATE(3602)] = 133928, - [SMALL_STATE(3603)] = 133957, - [SMALL_STATE(3604)] = 133986, - [SMALL_STATE(3605)] = 134015, - [SMALL_STATE(3606)] = 134044, - [SMALL_STATE(3607)] = 134073, - [SMALL_STATE(3608)] = 134102, - [SMALL_STATE(3609)] = 134131, - [SMALL_STATE(3610)] = 134160, - [SMALL_STATE(3611)] = 134189, - [SMALL_STATE(3612)] = 134218, - [SMALL_STATE(3613)] = 134247, - [SMALL_STATE(3614)] = 134276, - [SMALL_STATE(3615)] = 134305, - [SMALL_STATE(3616)] = 134334, - [SMALL_STATE(3617)] = 134363, - [SMALL_STATE(3618)] = 134392, - [SMALL_STATE(3619)] = 134421, - [SMALL_STATE(3620)] = 134450, - [SMALL_STATE(3621)] = 134479, - [SMALL_STATE(3622)] = 134500, - [SMALL_STATE(3623)] = 134529, - [SMALL_STATE(3624)] = 134558, - [SMALL_STATE(3625)] = 134587, - [SMALL_STATE(3626)] = 134616, - [SMALL_STATE(3627)] = 134645, - [SMALL_STATE(3628)] = 134674, - [SMALL_STATE(3629)] = 134703, - [SMALL_STATE(3630)] = 134732, - [SMALL_STATE(3631)] = 134761, - [SMALL_STATE(3632)] = 134790, - [SMALL_STATE(3633)] = 134819, - [SMALL_STATE(3634)] = 134848, - [SMALL_STATE(3635)] = 134871, - [SMALL_STATE(3636)] = 134900, - [SMALL_STATE(3637)] = 134929, - [SMALL_STATE(3638)] = 134958, - [SMALL_STATE(3639)] = 134987, - [SMALL_STATE(3640)] = 135016, - [SMALL_STATE(3641)] = 135045, - [SMALL_STATE(3642)] = 135072, - [SMALL_STATE(3643)] = 135101, - [SMALL_STATE(3644)] = 135130, - [SMALL_STATE(3645)] = 135159, - [SMALL_STATE(3646)] = 135188, - [SMALL_STATE(3647)] = 135217, - [SMALL_STATE(3648)] = 135246, - [SMALL_STATE(3649)] = 135275, - [SMALL_STATE(3650)] = 135304, - [SMALL_STATE(3651)] = 135333, - [SMALL_STATE(3652)] = 135356, - [SMALL_STATE(3653)] = 135379, - [SMALL_STATE(3654)] = 135408, - [SMALL_STATE(3655)] = 135437, - [SMALL_STATE(3656)] = 135466, - [SMALL_STATE(3657)] = 135495, - [SMALL_STATE(3658)] = 135524, + [SMALL_STATE(2246)] = 43847, + [SMALL_STATE(2247)] = 43910, + [SMALL_STATE(2248)] = 43973, + [SMALL_STATE(2249)] = 44036, + [SMALL_STATE(2250)] = 44099, + [SMALL_STATE(2251)] = 44162, + [SMALL_STATE(2252)] = 44225, + [SMALL_STATE(2253)] = 44288, + [SMALL_STATE(2254)] = 44379, + [SMALL_STATE(2255)] = 44468, + [SMALL_STATE(2256)] = 44531, + [SMALL_STATE(2257)] = 44594, + [SMALL_STATE(2258)] = 44677, + [SMALL_STATE(2259)] = 44740, + [SMALL_STATE(2260)] = 44803, + [SMALL_STATE(2261)] = 44866, + [SMALL_STATE(2262)] = 44929, + [SMALL_STATE(2263)] = 45010, + [SMALL_STATE(2264)] = 45073, + [SMALL_STATE(2265)] = 45136, + [SMALL_STATE(2266)] = 45199, + [SMALL_STATE(2267)] = 45262, + [SMALL_STATE(2268)] = 45325, + [SMALL_STATE(2269)] = 45388, + [SMALL_STATE(2270)] = 45451, + [SMALL_STATE(2271)] = 45514, + [SMALL_STATE(2272)] = 45577, + [SMALL_STATE(2273)] = 45640, + [SMALL_STATE(2274)] = 45703, + [SMALL_STATE(2275)] = 45766, + [SMALL_STATE(2276)] = 45829, + [SMALL_STATE(2277)] = 45892, + [SMALL_STATE(2278)] = 45955, + [SMALL_STATE(2279)] = 46018, + [SMALL_STATE(2280)] = 46081, + [SMALL_STATE(2281)] = 46144, + [SMALL_STATE(2282)] = 46207, + [SMALL_STATE(2283)] = 46270, + [SMALL_STATE(2284)] = 46333, + [SMALL_STATE(2285)] = 46396, + [SMALL_STATE(2286)] = 46459, + [SMALL_STATE(2287)] = 46522, + [SMALL_STATE(2288)] = 46585, + [SMALL_STATE(2289)] = 46648, + [SMALL_STATE(2290)] = 46711, + [SMALL_STATE(2291)] = 46774, + [SMALL_STATE(2292)] = 46837, + [SMALL_STATE(2293)] = 46900, + [SMALL_STATE(2294)] = 46963, + [SMALL_STATE(2295)] = 47026, + [SMALL_STATE(2296)] = 47089, + [SMALL_STATE(2297)] = 47152, + [SMALL_STATE(2298)] = 47217, + [SMALL_STATE(2299)] = 47280, + [SMALL_STATE(2300)] = 47343, + [SMALL_STATE(2301)] = 47406, + [SMALL_STATE(2302)] = 47469, + [SMALL_STATE(2303)] = 47532, + [SMALL_STATE(2304)] = 47595, + [SMALL_STATE(2305)] = 47658, + [SMALL_STATE(2306)] = 47721, + [SMALL_STATE(2307)] = 47784, + [SMALL_STATE(2308)] = 47847, + [SMALL_STATE(2309)] = 47910, + [SMALL_STATE(2310)] = 47973, + [SMALL_STATE(2311)] = 48038, + [SMALL_STATE(2312)] = 48101, + [SMALL_STATE(2313)] = 48166, + [SMALL_STATE(2314)] = 48229, + [SMALL_STATE(2315)] = 48292, + [SMALL_STATE(2316)] = 48355, + [SMALL_STATE(2317)] = 48418, + [SMALL_STATE(2318)] = 48480, + [SMALL_STATE(2319)] = 48542, + [SMALL_STATE(2320)] = 48624, + [SMALL_STATE(2321)] = 48728, + [SMALL_STATE(2322)] = 48792, + [SMALL_STATE(2323)] = 48876, + [SMALL_STATE(2324)] = 48980, + [SMALL_STATE(2325)] = 49064, + [SMALL_STATE(2326)] = 49152, + [SMALL_STATE(2327)] = 49216, + [SMALL_STATE(2328)] = 49300, + [SMALL_STATE(2329)] = 49382, + [SMALL_STATE(2330)] = 49462, + [SMALL_STATE(2331)] = 49544, + [SMALL_STATE(2332)] = 49634, + [SMALL_STATE(2333)] = 49738, + [SMALL_STATE(2334)] = 49842, + [SMALL_STATE(2335)] = 49904, + [SMALL_STATE(2336)] = 49966, + [SMALL_STATE(2337)] = 50031, + [SMALL_STATE(2338)] = 50096, + [SMALL_STATE(2339)] = 50205, + [SMALL_STATE(2340)] = 50267, + [SMALL_STATE(2341)] = 50329, + [SMALL_STATE(2342)] = 50391, + [SMALL_STATE(2343)] = 50467, + [SMALL_STATE(2344)] = 50529, + [SMALL_STATE(2345)] = 50605, + [SMALL_STATE(2346)] = 50667, + [SMALL_STATE(2347)] = 50773, + [SMALL_STATE(2348)] = 50849, + [SMALL_STATE(2349)] = 50908, + [SMALL_STATE(2350)] = 50967, + [SMALL_STATE(2351)] = 51068, + [SMALL_STATE(2352)] = 51127, + [SMALL_STATE(2353)] = 51228, + [SMALL_STATE(2354)] = 51287, + [SMALL_STATE(2355)] = 51346, + [SMALL_STATE(2356)] = 51405, + [SMALL_STATE(2357)] = 51464, + [SMALL_STATE(2358)] = 51523, + [SMALL_STATE(2359)] = 51582, + [SMALL_STATE(2360)] = 51641, + [SMALL_STATE(2361)] = 51700, + [SMALL_STATE(2362)] = 51759, + [SMALL_STATE(2363)] = 51818, + [SMALL_STATE(2364)] = 51877, + [SMALL_STATE(2365)] = 51936, + [SMALL_STATE(2366)] = 51997, + [SMALL_STATE(2367)] = 52056, + [SMALL_STATE(2368)] = 52115, + [SMALL_STATE(2369)] = 52174, + [SMALL_STATE(2370)] = 52233, + [SMALL_STATE(2371)] = 52292, + [SMALL_STATE(2372)] = 52351, + [SMALL_STATE(2373)] = 52410, + [SMALL_STATE(2374)] = 52469, + [SMALL_STATE(2375)] = 52528, + [SMALL_STATE(2376)] = 52587, + [SMALL_STATE(2377)] = 52704, + [SMALL_STATE(2378)] = 52763, + [SMALL_STATE(2379)] = 52822, + [SMALL_STATE(2380)] = 52881, + [SMALL_STATE(2381)] = 52940, + [SMALL_STATE(2382)] = 52999, + [SMALL_STATE(2383)] = 53058, + [SMALL_STATE(2384)] = 53117, + [SMALL_STATE(2385)] = 53176, + [SMALL_STATE(2386)] = 53277, + [SMALL_STATE(2387)] = 53394, + [SMALL_STATE(2388)] = 53453, + [SMALL_STATE(2389)] = 53512, + [SMALL_STATE(2390)] = 53629, + [SMALL_STATE(2391)] = 53688, + [SMALL_STATE(2392)] = 53805, + [SMALL_STATE(2393)] = 53864, + [SMALL_STATE(2394)] = 53923, + [SMALL_STATE(2395)] = 53986, + [SMALL_STATE(2396)] = 54049, + [SMALL_STATE(2397)] = 54108, + [SMALL_STATE(2398)] = 54187, + [SMALL_STATE(2399)] = 54266, + [SMALL_STATE(2400)] = 54327, + [SMALL_STATE(2401)] = 54386, + [SMALL_STATE(2402)] = 54445, + [SMALL_STATE(2403)] = 54532, + [SMALL_STATE(2404)] = 54591, + [SMALL_STATE(2405)] = 54650, + [SMALL_STATE(2406)] = 54709, + [SMALL_STATE(2407)] = 54768, + [SMALL_STATE(2408)] = 54827, + [SMALL_STATE(2409)] = 54930, + [SMALL_STATE(2410)] = 54989, + [SMALL_STATE(2411)] = 55048, + [SMALL_STATE(2412)] = 55107, + [SMALL_STATE(2413)] = 55166, + [SMALL_STATE(2414)] = 55225, + [SMALL_STATE(2415)] = 55284, + [SMALL_STATE(2416)] = 55369, + [SMALL_STATE(2417)] = 55448, + [SMALL_STATE(2418)] = 55507, + [SMALL_STATE(2419)] = 55624, + [SMALL_STATE(2420)] = 55701, + [SMALL_STATE(2421)] = 55760, + [SMALL_STATE(2422)] = 55819, + [SMALL_STATE(2423)] = 55878, + [SMALL_STATE(2424)] = 55955, + [SMALL_STATE(2425)] = 56034, + [SMALL_STATE(2426)] = 56119, + [SMALL_STATE(2427)] = 56178, + [SMALL_STATE(2428)] = 56295, + [SMALL_STATE(2429)] = 56382, + [SMALL_STATE(2430)] = 56461, + [SMALL_STATE(2431)] = 56540, + [SMALL_STATE(2432)] = 56599, + [SMALL_STATE(2433)] = 56658, + [SMALL_STATE(2434)] = 56717, + [SMALL_STATE(2435)] = 56780, + [SMALL_STATE(2436)] = 56841, + [SMALL_STATE(2437)] = 56900, + [SMALL_STATE(2438)] = 56959, + [SMALL_STATE(2439)] = 57018, + [SMALL_STATE(2440)] = 57077, + [SMALL_STATE(2441)] = 57136, + [SMALL_STATE(2442)] = 57195, + [SMALL_STATE(2443)] = 57254, + [SMALL_STATE(2444)] = 57317, + [SMALL_STATE(2445)] = 57376, + [SMALL_STATE(2446)] = 57493, + [SMALL_STATE(2447)] = 57552, + [SMALL_STATE(2448)] = 57611, + [SMALL_STATE(2449)] = 57670, + [SMALL_STATE(2450)] = 57729, + [SMALL_STATE(2451)] = 57788, + [SMALL_STATE(2452)] = 57847, + [SMALL_STATE(2453)] = 57906, + [SMALL_STATE(2454)] = 57965, + [SMALL_STATE(2455)] = 58024, + [SMALL_STATE(2456)] = 58141, + [SMALL_STATE(2457)] = 58200, + [SMALL_STATE(2458)] = 58259, + [SMALL_STATE(2459)] = 58318, + [SMALL_STATE(2460)] = 58419, + [SMALL_STATE(2461)] = 58520, + [SMALL_STATE(2462)] = 58579, + [SMALL_STATE(2463)] = 58638, + [SMALL_STATE(2464)] = 58755, + [SMALL_STATE(2465)] = 58814, + [SMALL_STATE(2466)] = 58873, + [SMALL_STATE(2467)] = 58932, + [SMALL_STATE(2468)] = 58991, + [SMALL_STATE(2469)] = 59108, + [SMALL_STATE(2470)] = 59167, + [SMALL_STATE(2471)] = 59226, + [SMALL_STATE(2472)] = 59343, + [SMALL_STATE(2473)] = 59402, + [SMALL_STATE(2474)] = 59461, + [SMALL_STATE(2475)] = 59562, + [SMALL_STATE(2476)] = 59679, + [SMALL_STATE(2477)] = 59796, + [SMALL_STATE(2478)] = 59855, + [SMALL_STATE(2479)] = 59914, + [SMALL_STATE(2480)] = 59973, + [SMALL_STATE(2481)] = 60032, + [SMALL_STATE(2482)] = 60092, + [SMALL_STATE(2483)] = 60172, + [SMALL_STATE(2484)] = 60232, + [SMALL_STATE(2485)] = 60320, + [SMALL_STATE(2486)] = 60408, + [SMALL_STATE(2487)] = 60504, + [SMALL_STATE(2488)] = 60598, + [SMALL_STATE(2489)] = 60686, + [SMALL_STATE(2490)] = 60770, + [SMALL_STATE(2491)] = 60882, + [SMALL_STATE(2492)] = 60994, + [SMALL_STATE(2493)] = 61078, + [SMALL_STATE(2494)] = 61166, + [SMALL_STATE(2495)] = 61262, + [SMALL_STATE(2496)] = 61360, + [SMALL_STATE(2497)] = 61448, + [SMALL_STATE(2498)] = 61536, + [SMALL_STATE(2499)] = 61616, + [SMALL_STATE(2500)] = 61676, + [SMALL_STATE(2501)] = 61736, + [SMALL_STATE(2502)] = 61796, + [SMALL_STATE(2503)] = 61856, + [SMALL_STATE(2504)] = 61954, + [SMALL_STATE(2505)] = 62014, + [SMALL_STATE(2506)] = 62074, + [SMALL_STATE(2507)] = 62174, + [SMALL_STATE(2508)] = 62274, + [SMALL_STATE(2509)] = 62368, + [SMALL_STATE(2510)] = 62468, + [SMALL_STATE(2511)] = 62568, + [SMALL_STATE(2512)] = 62628, + [SMALL_STATE(2513)] = 62722, + [SMALL_STATE(2514)] = 62816, + [SMALL_STATE(2515)] = 62926, + [SMALL_STATE(2516)] = 63036, + [SMALL_STATE(2517)] = 63098, + [SMALL_STATE(2518)] = 63178, + [SMALL_STATE(2519)] = 63263, + [SMALL_STATE(2520)] = 63320, + [SMALL_STATE(2521)] = 63379, + [SMALL_STATE(2522)] = 63490, + [SMALL_STATE(2523)] = 63547, + [SMALL_STATE(2524)] = 63604, + [SMALL_STATE(2525)] = 63661, + [SMALL_STATE(2526)] = 63718, + [SMALL_STATE(2527)] = 63775, + [SMALL_STATE(2528)] = 63832, + [SMALL_STATE(2529)] = 63891, + [SMALL_STATE(2530)] = 63948, + [SMALL_STATE(2531)] = 64005, + [SMALL_STATE(2532)] = 64062, + [SMALL_STATE(2533)] = 64173, + [SMALL_STATE(2534)] = 64260, + [SMALL_STATE(2535)] = 64347, + [SMALL_STATE(2536)] = 64444, + [SMALL_STATE(2537)] = 64525, + [SMALL_STATE(2538)] = 64610, + [SMALL_STATE(2539)] = 64701, + [SMALL_STATE(2540)] = 64758, + [SMALL_STATE(2541)] = 64851, + [SMALL_STATE(2542)] = 64908, + [SMALL_STATE(2543)] = 64993, + [SMALL_STATE(2544)] = 65078, + [SMALL_STATE(2545)] = 65135, + [SMALL_STATE(2546)] = 65230, + [SMALL_STATE(2547)] = 65291, + [SMALL_STATE(2548)] = 65378, + [SMALL_STATE(2549)] = 65461, + [SMALL_STATE(2550)] = 65518, + [SMALL_STATE(2551)] = 65575, + [SMALL_STATE(2552)] = 65632, + [SMALL_STATE(2553)] = 65745, + [SMALL_STATE(2554)] = 65802, + [SMALL_STATE(2555)] = 65859, + [SMALL_STATE(2556)] = 65916, + [SMALL_STATE(2557)] = 65973, + [SMALL_STATE(2558)] = 66030, + [SMALL_STATE(2559)] = 66091, + [SMALL_STATE(2560)] = 66148, + [SMALL_STATE(2561)] = 66207, + [SMALL_STATE(2562)] = 66318, + [SMALL_STATE(2563)] = 66375, + [SMALL_STATE(2564)] = 66486, + [SMALL_STATE(2565)] = 66543, + [SMALL_STATE(2566)] = 66600, + [SMALL_STATE(2567)] = 66707, + [SMALL_STATE(2568)] = 66814, + [SMALL_STATE(2569)] = 66871, + [SMALL_STATE(2570)] = 66928, + [SMALL_STATE(2571)] = 66985, + [SMALL_STATE(2572)] = 67042, + [SMALL_STATE(2573)] = 67099, + [SMALL_STATE(2574)] = 67156, + [SMALL_STATE(2575)] = 67213, + [SMALL_STATE(2576)] = 67270, + [SMALL_STATE(2577)] = 67327, + [SMALL_STATE(2578)] = 67386, + [SMALL_STATE(2579)] = 67443, + [SMALL_STATE(2580)] = 67500, + [SMALL_STATE(2581)] = 67557, + [SMALL_STATE(2582)] = 67618, + [SMALL_STATE(2583)] = 67679, + [SMALL_STATE(2584)] = 67736, + [SMALL_STATE(2585)] = 67793, + [SMALL_STATE(2586)] = 67850, + [SMALL_STATE(2587)] = 67907, + [SMALL_STATE(2588)] = 67964, + [SMALL_STATE(2589)] = 68021, + [SMALL_STATE(2590)] = 68078, + [SMALL_STATE(2591)] = 68135, + [SMALL_STATE(2592)] = 68192, + [SMALL_STATE(2593)] = 68249, + [SMALL_STATE(2594)] = 68306, + [SMALL_STATE(2595)] = 68363, + [SMALL_STATE(2596)] = 68420, + [SMALL_STATE(2597)] = 68477, + [SMALL_STATE(2598)] = 68534, + [SMALL_STATE(2599)] = 68591, + [SMALL_STATE(2600)] = 68648, + [SMALL_STATE(2601)] = 68705, + [SMALL_STATE(2602)] = 68762, + [SMALL_STATE(2603)] = 68819, + [SMALL_STATE(2604)] = 68876, + [SMALL_STATE(2605)] = 68983, + [SMALL_STATE(2606)] = 69040, + [SMALL_STATE(2607)] = 69097, + [SMALL_STATE(2608)] = 69154, + [SMALL_STATE(2609)] = 69213, + [SMALL_STATE(2610)] = 69270, + [SMALL_STATE(2611)] = 69327, + [SMALL_STATE(2612)] = 69384, + [SMALL_STATE(2613)] = 69441, + [SMALL_STATE(2614)] = 69498, + [SMALL_STATE(2615)] = 69555, + [SMALL_STATE(2616)] = 69612, + [SMALL_STATE(2617)] = 69669, + [SMALL_STATE(2618)] = 69726, + [SMALL_STATE(2619)] = 69783, + [SMALL_STATE(2620)] = 69840, + [SMALL_STATE(2621)] = 69897, + [SMALL_STATE(2622)] = 69954, + [SMALL_STATE(2623)] = 70011, + [SMALL_STATE(2624)] = 70096, + [SMALL_STATE(2625)] = 70153, + [SMALL_STATE(2626)] = 70210, + [SMALL_STATE(2627)] = 70295, + [SMALL_STATE(2628)] = 70352, + [SMALL_STATE(2629)] = 70445, + [SMALL_STATE(2630)] = 70502, + [SMALL_STATE(2631)] = 70559, + [SMALL_STATE(2632)] = 70666, + [SMALL_STATE(2633)] = 70757, + [SMALL_STATE(2634)] = 70814, + [SMALL_STATE(2635)] = 70871, + [SMALL_STATE(2636)] = 70928, + [SMALL_STATE(2637)] = 70985, + [SMALL_STATE(2638)] = 71042, + [SMALL_STATE(2639)] = 71099, + [SMALL_STATE(2640)] = 71156, + [SMALL_STATE(2641)] = 71213, + [SMALL_STATE(2642)] = 71272, + [SMALL_STATE(2643)] = 71329, + [SMALL_STATE(2644)] = 71386, + [SMALL_STATE(2645)] = 71493, + [SMALL_STATE(2646)] = 71550, + [SMALL_STATE(2647)] = 71607, + [SMALL_STATE(2648)] = 71664, + [SMALL_STATE(2649)] = 71721, + [SMALL_STATE(2650)] = 71780, + [SMALL_STATE(2651)] = 71861, + [SMALL_STATE(2652)] = 71971, + [SMALL_STATE(2653)] = 72081, + [SMALL_STATE(2654)] = 72137, + [SMALL_STATE(2655)] = 72245, + [SMALL_STATE(2656)] = 72355, + [SMALL_STATE(2657)] = 72463, + [SMALL_STATE(2658)] = 72573, + [SMALL_STATE(2659)] = 72679, + [SMALL_STATE(2660)] = 72735, + [SMALL_STATE(2661)] = 72791, + [SMALL_STATE(2662)] = 72899, + [SMALL_STATE(2663)] = 72957, + [SMALL_STATE(2664)] = 73065, + [SMALL_STATE(2665)] = 73173, + [SMALL_STATE(2666)] = 73231, + [SMALL_STATE(2667)] = 73293, + [SMALL_STATE(2668)] = 73403, + [SMALL_STATE(2669)] = 73509, + [SMALL_STATE(2670)] = 73619, + [SMALL_STATE(2671)] = 73729, + [SMALL_STATE(2672)] = 73785, + [SMALL_STATE(2673)] = 73895, + [SMALL_STATE(2674)] = 74003, + [SMALL_STATE(2675)] = 74111, + [SMALL_STATE(2676)] = 74171, + [SMALL_STATE(2677)] = 74281, + [SMALL_STATE(2678)] = 74391, + [SMALL_STATE(2679)] = 74499, + [SMALL_STATE(2680)] = 74609, + [SMALL_STATE(2681)] = 74671, + [SMALL_STATE(2682)] = 74779, + [SMALL_STATE(2683)] = 74889, + [SMALL_STATE(2684)] = 74995, + [SMALL_STATE(2685)] = 75103, + [SMALL_STATE(2686)] = 75211, + [SMALL_STATE(2687)] = 75319, + [SMALL_STATE(2688)] = 75427, + [SMALL_STATE(2689)] = 75535, + [SMALL_STATE(2690)] = 75641, + [SMALL_STATE(2691)] = 75747, + [SMALL_STATE(2692)] = 75857, + [SMALL_STATE(2693)] = 75915, + [SMALL_STATE(2694)] = 75970, + [SMALL_STATE(2695)] = 76025, + [SMALL_STATE(2696)] = 76130, + [SMALL_STATE(2697)] = 76185, + [SMALL_STATE(2698)] = 76240, + [SMALL_STATE(2699)] = 76329, + [SMALL_STATE(2700)] = 76430, + [SMALL_STATE(2701)] = 76535, + [SMALL_STATE(2702)] = 76592, + [SMALL_STATE(2703)] = 76647, + [SMALL_STATE(2704)] = 76702, + [SMALL_STATE(2705)] = 76807, + [SMALL_STATE(2706)] = 76908, + [SMALL_STATE(2707)] = 76963, + [SMALL_STATE(2708)] = 77068, + [SMALL_STATE(2709)] = 77173, + [SMALL_STATE(2710)] = 77278, + [SMALL_STATE(2711)] = 77337, + [SMALL_STATE(2712)] = 77442, + [SMALL_STATE(2713)] = 77547, + [SMALL_STATE(2714)] = 77602, + [SMALL_STATE(2715)] = 77707, + [SMALL_STATE(2716)] = 77766, + [SMALL_STATE(2717)] = 77871, + [SMALL_STATE(2718)] = 77926, + [SMALL_STATE(2719)] = 77981, + [SMALL_STATE(2720)] = 78082, + [SMALL_STATE(2721)] = 78137, + [SMALL_STATE(2722)] = 78192, + [SMALL_STATE(2723)] = 78247, + [SMALL_STATE(2724)] = 78302, + [SMALL_STATE(2725)] = 78357, + [SMALL_STATE(2726)] = 78412, + [SMALL_STATE(2727)] = 78467, + [SMALL_STATE(2728)] = 78522, + [SMALL_STATE(2729)] = 78627, + [SMALL_STATE(2730)] = 78732, + [SMALL_STATE(2731)] = 78833, + [SMALL_STATE(2732)] = 78938, + [SMALL_STATE(2733)] = 78993, + [SMALL_STATE(2734)] = 79048, + [SMALL_STATE(2735)] = 79131, + [SMALL_STATE(2736)] = 79236, + [SMALL_STATE(2737)] = 79319, + [SMALL_STATE(2738)] = 79374, + [SMALL_STATE(2739)] = 79429, + [SMALL_STATE(2740)] = 79534, + [SMALL_STATE(2741)] = 79589, + [SMALL_STATE(2742)] = 79644, + [SMALL_STATE(2743)] = 79699, + [SMALL_STATE(2744)] = 79754, + [SMALL_STATE(2745)] = 79809, + [SMALL_STATE(2746)] = 79864, + [SMALL_STATE(2747)] = 79919, + [SMALL_STATE(2748)] = 80002, + [SMALL_STATE(2749)] = 80057, + [SMALL_STATE(2750)] = 80158, + [SMALL_STATE(2751)] = 80213, + [SMALL_STATE(2752)] = 80268, + [SMALL_STATE(2753)] = 80323, + [SMALL_STATE(2754)] = 80378, + [SMALL_STATE(2755)] = 80433, + [SMALL_STATE(2756)] = 80538, + [SMALL_STATE(2757)] = 80629, + [SMALL_STATE(2758)] = 80684, + [SMALL_STATE(2759)] = 80773, + [SMALL_STATE(2760)] = 80878, + [SMALL_STATE(2761)] = 80983, + [SMALL_STATE(2762)] = 81066, + [SMALL_STATE(2763)] = 81121, + [SMALL_STATE(2764)] = 81176, + [SMALL_STATE(2765)] = 81255, + [SMALL_STATE(2766)] = 81310, + [SMALL_STATE(2767)] = 81365, + [SMALL_STATE(2768)] = 81420, + [SMALL_STATE(2769)] = 81475, + [SMALL_STATE(2770)] = 81530, + [SMALL_STATE(2771)] = 81635, + [SMALL_STATE(2772)] = 81692, + [SMALL_STATE(2773)] = 81747, + [SMALL_STATE(2774)] = 81852, + [SMALL_STATE(2775)] = 81907, + [SMALL_STATE(2776)] = 81962, + [SMALL_STATE(2777)] = 82017, + [SMALL_STATE(2778)] = 82072, + [SMALL_STATE(2779)] = 82127, + [SMALL_STATE(2780)] = 82232, + [SMALL_STATE(2781)] = 82287, + [SMALL_STATE(2782)] = 82392, + [SMALL_STATE(2783)] = 82447, + [SMALL_STATE(2784)] = 82502, + [SMALL_STATE(2785)] = 82607, + [SMALL_STATE(2786)] = 82708, + [SMALL_STATE(2787)] = 82813, + [SMALL_STATE(2788)] = 82868, + [SMALL_STATE(2789)] = 82923, + [SMALL_STATE(2790)] = 82978, + [SMALL_STATE(2791)] = 83083, + [SMALL_STATE(2792)] = 83138, + [SMALL_STATE(2793)] = 83193, + [SMALL_STATE(2794)] = 83248, + [SMALL_STATE(2795)] = 83303, + [SMALL_STATE(2796)] = 83358, + [SMALL_STATE(2797)] = 83413, + [SMALL_STATE(2798)] = 83468, + [SMALL_STATE(2799)] = 83569, + [SMALL_STATE(2800)] = 83624, + [SMALL_STATE(2801)] = 83679, + [SMALL_STATE(2802)] = 83736, + [SMALL_STATE(2803)] = 83791, + [SMALL_STATE(2804)] = 83846, + [SMALL_STATE(2805)] = 83903, + [SMALL_STATE(2806)] = 84004, + [SMALL_STATE(2807)] = 84109, + [SMALL_STATE(2808)] = 84166, + [SMALL_STATE(2809)] = 84221, + [SMALL_STATE(2810)] = 84322, + [SMALL_STATE(2811)] = 84427, + [SMALL_STATE(2812)] = 84482, + [SMALL_STATE(2813)] = 84537, + [SMALL_STATE(2814)] = 84592, + [SMALL_STATE(2815)] = 84649, + [SMALL_STATE(2816)] = 84704, + [SMALL_STATE(2817)] = 84809, + [SMALL_STATE(2818)] = 84864, + [SMALL_STATE(2819)] = 84969, + [SMALL_STATE(2820)] = 85024, + [SMALL_STATE(2821)] = 85129, + [SMALL_STATE(2822)] = 85184, + [SMALL_STATE(2823)] = 85239, + [SMALL_STATE(2824)] = 85340, + [SMALL_STATE(2825)] = 85431, + [SMALL_STATE(2826)] = 85486, + [SMALL_STATE(2827)] = 85541, + [SMALL_STATE(2828)] = 85596, + [SMALL_STATE(2829)] = 85651, + [SMALL_STATE(2830)] = 85756, + [SMALL_STATE(2831)] = 85861, + [SMALL_STATE(2832)] = 85966, + [SMALL_STATE(2833)] = 86049, + [SMALL_STATE(2834)] = 86104, + [SMALL_STATE(2835)] = 86159, + [SMALL_STATE(2836)] = 86264, + [SMALL_STATE(2837)] = 86319, + [SMALL_STATE(2838)] = 86424, + [SMALL_STATE(2839)] = 86479, + [SMALL_STATE(2840)] = 86584, + [SMALL_STATE(2841)] = 86689, + [SMALL_STATE(2842)] = 86772, + [SMALL_STATE(2843)] = 86873, + [SMALL_STATE(2844)] = 86978, + [SMALL_STATE(2845)] = 87083, + [SMALL_STATE(2846)] = 87188, + [SMALL_STATE(2847)] = 87243, + [SMALL_STATE(2848)] = 87322, + [SMALL_STATE(2849)] = 87427, + [SMALL_STATE(2850)] = 87482, + [SMALL_STATE(2851)] = 87539, + [SMALL_STATE(2852)] = 87596, + [SMALL_STATE(2853)] = 87701, + [SMALL_STATE(2854)] = 87756, + [SMALL_STATE(2855)] = 87811, + [SMALL_STATE(2856)] = 87866, + [SMALL_STATE(2857)] = 87921, + [SMALL_STATE(2858)] = 87976, + [SMALL_STATE(2859)] = 88081, + [SMALL_STATE(2860)] = 88182, + [SMALL_STATE(2861)] = 88239, + [SMALL_STATE(2862)] = 88294, + [SMALL_STATE(2863)] = 88395, + [SMALL_STATE(2864)] = 88452, + [SMALL_STATE(2865)] = 88507, + [SMALL_STATE(2866)] = 88612, + [SMALL_STATE(2867)] = 88669, + [SMALL_STATE(2868)] = 88728, + [SMALL_STATE(2869)] = 88785, + [SMALL_STATE(2870)] = 88886, + [SMALL_STATE(2871)] = 88941, + [SMALL_STATE(2872)] = 89046, + [SMALL_STATE(2873)] = 89151, + [SMALL_STATE(2874)] = 89252, + [SMALL_STATE(2875)] = 89357, + [SMALL_STATE(2876)] = 89416, + [SMALL_STATE(2877)] = 89521, + [SMALL_STATE(2878)] = 89626, + [SMALL_STATE(2879)] = 89731, + [SMALL_STATE(2880)] = 89788, + [SMALL_STATE(2881)] = 89843, + [SMALL_STATE(2882)] = 89944, + [SMALL_STATE(2883)] = 90040, + [SMALL_STATE(2884)] = 90142, + [SMALL_STATE(2885)] = 90198, + [SMALL_STATE(2886)] = 90300, + [SMALL_STATE(2887)] = 90402, + [SMALL_STATE(2888)] = 90504, + [SMALL_STATE(2889)] = 90598, + [SMALL_STATE(2890)] = 90700, + [SMALL_STATE(2891)] = 90802, + [SMALL_STATE(2892)] = 90862, + [SMALL_STATE(2893)] = 90918, + [SMALL_STATE(2894)] = 91014, + [SMALL_STATE(2895)] = 91116, + [SMALL_STATE(2896)] = 91170, + [SMALL_STATE(2897)] = 91224, + [SMALL_STATE(2898)] = 91326, + [SMALL_STATE(2899)] = 91428, + [SMALL_STATE(2900)] = 91530, + [SMALL_STATE(2901)] = 91632, + [SMALL_STATE(2902)] = 91692, + [SMALL_STATE(2903)] = 91794, + [SMALL_STATE(2904)] = 91850, + [SMALL_STATE(2905)] = 91952, + [SMALL_STATE(2906)] = 92054, + [SMALL_STATE(2907)] = 92156, + [SMALL_STATE(2908)] = 92258, + [SMALL_STATE(2909)] = 92360, + [SMALL_STATE(2910)] = 92454, + [SMALL_STATE(2911)] = 92507, + [SMALL_STATE(2912)] = 92560, + [SMALL_STATE(2913)] = 92613, + [SMALL_STATE(2914)] = 92702, + [SMALL_STATE(2915)] = 92791, + [SMALL_STATE(2916)] = 92844, + [SMALL_STATE(2917)] = 92897, + [SMALL_STATE(2918)] = 92950, + [SMALL_STATE(2919)] = 93003, + [SMALL_STATE(2920)] = 93092, + [SMALL_STATE(2921)] = 93181, + [SMALL_STATE(2922)] = 93234, + [SMALL_STATE(2923)] = 93287, + [SMALL_STATE(2924)] = 93340, + [SMALL_STATE(2925)] = 93395, + [SMALL_STATE(2926)] = 93448, + [SMALL_STATE(2927)] = 93501, + [SMALL_STATE(2928)] = 93554, + [SMALL_STATE(2929)] = 93607, + [SMALL_STATE(2930)] = 93662, + [SMALL_STATE(2931)] = 93715, + [SMALL_STATE(2932)] = 93768, + [SMALL_STATE(2933)] = 93821, + [SMALL_STATE(2934)] = 93880, + [SMALL_STATE(2935)] = 93935, + [SMALL_STATE(2936)] = 93990, + [SMALL_STATE(2937)] = 94043, + [SMALL_STATE(2938)] = 94096, + [SMALL_STATE(2939)] = 94185, + [SMALL_STATE(2940)] = 94240, + [SMALL_STATE(2941)] = 94293, + [SMALL_STATE(2942)] = 94346, + [SMALL_STATE(2943)] = 94399, + [SMALL_STATE(2944)] = 94452, + [SMALL_STATE(2945)] = 94507, + [SMALL_STATE(2946)] = 94560, + [SMALL_STATE(2947)] = 94615, + [SMALL_STATE(2948)] = 94668, + [SMALL_STATE(2949)] = 94763, + [SMALL_STATE(2950)] = 94818, + [SMALL_STATE(2951)] = 94873, + [SMALL_STATE(2952)] = 94962, + [SMALL_STATE(2953)] = 95017, + [SMALL_STATE(2954)] = 95070, + [SMALL_STATE(2955)] = 95125, + [SMALL_STATE(2956)] = 95180, + [SMALL_STATE(2957)] = 95233, + [SMALL_STATE(2958)] = 95288, + [SMALL_STATE(2959)] = 95341, + [SMALL_STATE(2960)] = 95394, + [SMALL_STATE(2961)] = 95449, + [SMALL_STATE(2962)] = 95503, + [SMALL_STATE(2963)] = 95559, + [SMALL_STATE(2964)] = 95613, + [SMALL_STATE(2965)] = 95667, + [SMALL_STATE(2966)] = 95723, + [SMALL_STATE(2967)] = 95777, + [SMALL_STATE(2968)] = 95833, + [SMALL_STATE(2969)] = 95889, + [SMALL_STATE(2970)] = 95943, + [SMALL_STATE(2971)] = 95997, + [SMALL_STATE(2972)] = 96051, + [SMALL_STATE(2973)] = 96105, + [SMALL_STATE(2974)] = 96161, + [SMALL_STATE(2975)] = 96215, + [SMALL_STATE(2976)] = 96271, + [SMALL_STATE(2977)] = 96325, + [SMALL_STATE(2978)] = 96381, + [SMALL_STATE(2979)] = 96435, + [SMALL_STATE(2980)] = 96491, + [SMALL_STATE(2981)] = 96545, + [SMALL_STATE(2982)] = 96599, + [SMALL_STATE(2983)] = 96653, + [SMALL_STATE(2984)] = 96707, + [SMALL_STATE(2985)] = 96761, + [SMALL_STATE(2986)] = 96815, + [SMALL_STATE(2987)] = 96871, + [SMALL_STATE(2988)] = 96927, + [SMALL_STATE(2989)] = 96981, + [SMALL_STATE(2990)] = 97035, + [SMALL_STATE(2991)] = 97089, + [SMALL_STATE(2992)] = 97143, + [SMALL_STATE(2993)] = 97197, + [SMALL_STATE(2994)] = 97253, + [SMALL_STATE(2995)] = 97307, + [SMALL_STATE(2996)] = 97361, + [SMALL_STATE(2997)] = 97417, + [SMALL_STATE(2998)] = 97471, + [SMALL_STATE(2999)] = 97527, + [SMALL_STATE(3000)] = 97581, + [SMALL_STATE(3001)] = 97637, + [SMALL_STATE(3002)] = 97693, + [SMALL_STATE(3003)] = 97749, + [SMALL_STATE(3004)] = 97803, + [SMALL_STATE(3005)] = 97857, + [SMALL_STATE(3006)] = 97913, + [SMALL_STATE(3007)] = 97967, + [SMALL_STATE(3008)] = 98021, + [SMALL_STATE(3009)] = 98075, + [SMALL_STATE(3010)] = 98131, + [SMALL_STATE(3011)] = 98185, + [SMALL_STATE(3012)] = 98241, + [SMALL_STATE(3013)] = 98297, + [SMALL_STATE(3014)] = 98351, + [SMALL_STATE(3015)] = 98405, + [SMALL_STATE(3016)] = 98461, + [SMALL_STATE(3017)] = 98515, + [SMALL_STATE(3018)] = 98571, + [SMALL_STATE(3019)] = 98625, + [SMALL_STATE(3020)] = 98679, + [SMALL_STATE(3021)] = 98733, + [SMALL_STATE(3022)] = 98787, + [SMALL_STATE(3023)] = 98843, + [SMALL_STATE(3024)] = 98899, + [SMALL_STATE(3025)] = 98953, + [SMALL_STATE(3026)] = 99007, + [SMALL_STATE(3027)] = 99061, + [SMALL_STATE(3028)] = 99115, + [SMALL_STATE(3029)] = 99171, + [SMALL_STATE(3030)] = 99225, + [SMALL_STATE(3031)] = 99281, + [SMALL_STATE(3032)] = 99335, + [SMALL_STATE(3033)] = 99389, + [SMALL_STATE(3034)] = 99443, + [SMALL_STATE(3035)] = 99499, + [SMALL_STATE(3036)] = 99553, + [SMALL_STATE(3037)] = 99609, + [SMALL_STATE(3038)] = 99698, + [SMALL_STATE(3039)] = 99787, + [SMALL_STATE(3040)] = 99873, + [SMALL_STATE(3041)] = 99959, + [SMALL_STATE(3042)] = 100045, + [SMALL_STATE(3043)] = 100131, + [SMALL_STATE(3044)] = 100217, + [SMALL_STATE(3045)] = 100303, + [SMALL_STATE(3046)] = 100389, + [SMALL_STATE(3047)] = 100475, + [SMALL_STATE(3048)] = 100561, + [SMALL_STATE(3049)] = 100647, + [SMALL_STATE(3050)] = 100707, + [SMALL_STATE(3051)] = 100793, + [SMALL_STATE(3052)] = 100879, + [SMALL_STATE(3053)] = 100965, + [SMALL_STATE(3054)] = 101051, + [SMALL_STATE(3055)] = 101137, + [SMALL_STATE(3056)] = 101223, + [SMALL_STATE(3057)] = 101309, + [SMALL_STATE(3058)] = 101395, + [SMALL_STATE(3059)] = 101481, + [SMALL_STATE(3060)] = 101567, + [SMALL_STATE(3061)] = 101653, + [SMALL_STATE(3062)] = 101739, + [SMALL_STATE(3063)] = 101825, + [SMALL_STATE(3064)] = 101911, + [SMALL_STATE(3065)] = 101997, + [SMALL_STATE(3066)] = 102083, + [SMALL_STATE(3067)] = 102169, + [SMALL_STATE(3068)] = 102255, + [SMALL_STATE(3069)] = 102341, + [SMALL_STATE(3070)] = 102427, + [SMALL_STATE(3071)] = 102513, + [SMALL_STATE(3072)] = 102599, + [SMALL_STATE(3073)] = 102685, + [SMALL_STATE(3074)] = 102771, + [SMALL_STATE(3075)] = 102857, + [SMALL_STATE(3076)] = 102943, + [SMALL_STATE(3077)] = 103029, + [SMALL_STATE(3078)] = 103112, + [SMALL_STATE(3079)] = 103195, + [SMALL_STATE(3080)] = 103278, + [SMALL_STATE(3081)] = 103361, + [SMALL_STATE(3082)] = 103444, + [SMALL_STATE(3083)] = 103527, + [SMALL_STATE(3084)] = 103610, + [SMALL_STATE(3085)] = 103693, + [SMALL_STATE(3086)] = 103776, + [SMALL_STATE(3087)] = 103859, + [SMALL_STATE(3088)] = 103942, + [SMALL_STATE(3089)] = 104025, + [SMALL_STATE(3090)] = 104108, + [SMALL_STATE(3091)] = 104191, + [SMALL_STATE(3092)] = 104274, + [SMALL_STATE(3093)] = 104357, + [SMALL_STATE(3094)] = 104440, + [SMALL_STATE(3095)] = 104523, + [SMALL_STATE(3096)] = 104606, + [SMALL_STATE(3097)] = 104689, + [SMALL_STATE(3098)] = 104772, + [SMALL_STATE(3099)] = 104855, + [SMALL_STATE(3100)] = 104938, + [SMALL_STATE(3101)] = 105021, + [SMALL_STATE(3102)] = 105104, + [SMALL_STATE(3103)] = 105187, + [SMALL_STATE(3104)] = 105270, + [SMALL_STATE(3105)] = 105353, + [SMALL_STATE(3106)] = 105436, + [SMALL_STATE(3107)] = 105519, + [SMALL_STATE(3108)] = 105602, + [SMALL_STATE(3109)] = 105685, + [SMALL_STATE(3110)] = 105768, + [SMALL_STATE(3111)] = 105851, + [SMALL_STATE(3112)] = 105934, + [SMALL_STATE(3113)] = 106017, + [SMALL_STATE(3114)] = 106100, + [SMALL_STATE(3115)] = 106183, + [SMALL_STATE(3116)] = 106266, + [SMALL_STATE(3117)] = 106349, + [SMALL_STATE(3118)] = 106432, + [SMALL_STATE(3119)] = 106515, + [SMALL_STATE(3120)] = 106598, + [SMALL_STATE(3121)] = 106681, + [SMALL_STATE(3122)] = 106764, + [SMALL_STATE(3123)] = 106847, + [SMALL_STATE(3124)] = 106930, + [SMALL_STATE(3125)] = 107013, + [SMALL_STATE(3126)] = 107096, + [SMALL_STATE(3127)] = 107179, + [SMALL_STATE(3128)] = 107262, + [SMALL_STATE(3129)] = 107345, + [SMALL_STATE(3130)] = 107428, + [SMALL_STATE(3131)] = 107511, + [SMALL_STATE(3132)] = 107594, + [SMALL_STATE(3133)] = 107677, + [SMALL_STATE(3134)] = 107760, + [SMALL_STATE(3135)] = 107843, + [SMALL_STATE(3136)] = 107926, + [SMALL_STATE(3137)] = 108009, + [SMALL_STATE(3138)] = 108092, + [SMALL_STATE(3139)] = 108175, + [SMALL_STATE(3140)] = 108258, + [SMALL_STATE(3141)] = 108341, + [SMALL_STATE(3142)] = 108424, + [SMALL_STATE(3143)] = 108507, + [SMALL_STATE(3144)] = 108590, + [SMALL_STATE(3145)] = 108673, + [SMALL_STATE(3146)] = 108756, + [SMALL_STATE(3147)] = 108839, + [SMALL_STATE(3148)] = 108922, + [SMALL_STATE(3149)] = 109005, + [SMALL_STATE(3150)] = 109088, + [SMALL_STATE(3151)] = 109171, + [SMALL_STATE(3152)] = 109254, + [SMALL_STATE(3153)] = 109337, + [SMALL_STATE(3154)] = 109420, + [SMALL_STATE(3155)] = 109503, + [SMALL_STATE(3156)] = 109586, + [SMALL_STATE(3157)] = 109669, + [SMALL_STATE(3158)] = 109752, + [SMALL_STATE(3159)] = 109835, + [SMALL_STATE(3160)] = 109918, + [SMALL_STATE(3161)] = 110001, + [SMALL_STATE(3162)] = 110084, + [SMALL_STATE(3163)] = 110167, + [SMALL_STATE(3164)] = 110250, + [SMALL_STATE(3165)] = 110333, + [SMALL_STATE(3166)] = 110416, + [SMALL_STATE(3167)] = 110499, + [SMALL_STATE(3168)] = 110582, + [SMALL_STATE(3169)] = 110665, + [SMALL_STATE(3170)] = 110748, + [SMALL_STATE(3171)] = 110831, + [SMALL_STATE(3172)] = 110914, + [SMALL_STATE(3173)] = 110997, + [SMALL_STATE(3174)] = 111080, + [SMALL_STATE(3175)] = 111163, + [SMALL_STATE(3176)] = 111246, + [SMALL_STATE(3177)] = 111329, + [SMALL_STATE(3178)] = 111412, + [SMALL_STATE(3179)] = 111495, + [SMALL_STATE(3180)] = 111578, + [SMALL_STATE(3181)] = 111661, + [SMALL_STATE(3182)] = 111744, + [SMALL_STATE(3183)] = 111827, + [SMALL_STATE(3184)] = 111910, + [SMALL_STATE(3185)] = 111993, + [SMALL_STATE(3186)] = 112076, + [SMALL_STATE(3187)] = 112159, + [SMALL_STATE(3188)] = 112242, + [SMALL_STATE(3189)] = 112325, + [SMALL_STATE(3190)] = 112408, + [SMALL_STATE(3191)] = 112491, + [SMALL_STATE(3192)] = 112574, + [SMALL_STATE(3193)] = 112657, + [SMALL_STATE(3194)] = 112740, + [SMALL_STATE(3195)] = 112823, + [SMALL_STATE(3196)] = 112906, + [SMALL_STATE(3197)] = 112989, + [SMALL_STATE(3198)] = 113072, + [SMALL_STATE(3199)] = 113155, + [SMALL_STATE(3200)] = 113238, + [SMALL_STATE(3201)] = 113321, + [SMALL_STATE(3202)] = 113404, + [SMALL_STATE(3203)] = 113487, + [SMALL_STATE(3204)] = 113570, + [SMALL_STATE(3205)] = 113653, + [SMALL_STATE(3206)] = 113736, + [SMALL_STATE(3207)] = 113819, + [SMALL_STATE(3208)] = 113902, + [SMALL_STATE(3209)] = 113985, + [SMALL_STATE(3210)] = 114068, + [SMALL_STATE(3211)] = 114151, + [SMALL_STATE(3212)] = 114234, + [SMALL_STATE(3213)] = 114317, + [SMALL_STATE(3214)] = 114400, + [SMALL_STATE(3215)] = 114483, + [SMALL_STATE(3216)] = 114566, + [SMALL_STATE(3217)] = 114649, + [SMALL_STATE(3218)] = 114732, + [SMALL_STATE(3219)] = 114815, + [SMALL_STATE(3220)] = 114898, + [SMALL_STATE(3221)] = 114981, + [SMALL_STATE(3222)] = 115064, + [SMALL_STATE(3223)] = 115147, + [SMALL_STATE(3224)] = 115230, + [SMALL_STATE(3225)] = 115313, + [SMALL_STATE(3226)] = 115396, + [SMALL_STATE(3227)] = 115479, + [SMALL_STATE(3228)] = 115562, + [SMALL_STATE(3229)] = 115645, + [SMALL_STATE(3230)] = 115728, + [SMALL_STATE(3231)] = 115811, + [SMALL_STATE(3232)] = 115894, + [SMALL_STATE(3233)] = 115977, + [SMALL_STATE(3234)] = 116060, + [SMALL_STATE(3235)] = 116143, + [SMALL_STATE(3236)] = 116226, + [SMALL_STATE(3237)] = 116309, + [SMALL_STATE(3238)] = 116392, + [SMALL_STATE(3239)] = 116475, + [SMALL_STATE(3240)] = 116558, + [SMALL_STATE(3241)] = 116641, + [SMALL_STATE(3242)] = 116724, + [SMALL_STATE(3243)] = 116807, + [SMALL_STATE(3244)] = 116890, + [SMALL_STATE(3245)] = 116973, + [SMALL_STATE(3246)] = 117056, + [SMALL_STATE(3247)] = 117139, + [SMALL_STATE(3248)] = 117222, + [SMALL_STATE(3249)] = 117305, + [SMALL_STATE(3250)] = 117388, + [SMALL_STATE(3251)] = 117471, + [SMALL_STATE(3252)] = 117554, + [SMALL_STATE(3253)] = 117637, + [SMALL_STATE(3254)] = 117720, + [SMALL_STATE(3255)] = 117803, + [SMALL_STATE(3256)] = 117886, + [SMALL_STATE(3257)] = 117969, + [SMALL_STATE(3258)] = 118052, + [SMALL_STATE(3259)] = 118135, + [SMALL_STATE(3260)] = 118218, + [SMALL_STATE(3261)] = 118301, + [SMALL_STATE(3262)] = 118384, + [SMALL_STATE(3263)] = 118467, + [SMALL_STATE(3264)] = 118550, + [SMALL_STATE(3265)] = 118633, + [SMALL_STATE(3266)] = 118716, + [SMALL_STATE(3267)] = 118799, + [SMALL_STATE(3268)] = 118882, + [SMALL_STATE(3269)] = 118965, + [SMALL_STATE(3270)] = 119048, + [SMALL_STATE(3271)] = 119131, + [SMALL_STATE(3272)] = 119214, + [SMALL_STATE(3273)] = 119297, + [SMALL_STATE(3274)] = 119380, + [SMALL_STATE(3275)] = 119463, + [SMALL_STATE(3276)] = 119546, + [SMALL_STATE(3277)] = 119629, + [SMALL_STATE(3278)] = 119712, + [SMALL_STATE(3279)] = 119795, + [SMALL_STATE(3280)] = 119878, + [SMALL_STATE(3281)] = 119961, + [SMALL_STATE(3282)] = 120044, + [SMALL_STATE(3283)] = 120127, + [SMALL_STATE(3284)] = 120210, + [SMALL_STATE(3285)] = 120293, + [SMALL_STATE(3286)] = 120376, + [SMALL_STATE(3287)] = 120459, + [SMALL_STATE(3288)] = 120542, + [SMALL_STATE(3289)] = 120625, + [SMALL_STATE(3290)] = 120708, + [SMALL_STATE(3291)] = 120791, + [SMALL_STATE(3292)] = 120874, + [SMALL_STATE(3293)] = 120957, + [SMALL_STATE(3294)] = 121040, + [SMALL_STATE(3295)] = 121123, + [SMALL_STATE(3296)] = 121206, + [SMALL_STATE(3297)] = 121289, + [SMALL_STATE(3298)] = 121372, + [SMALL_STATE(3299)] = 121455, + [SMALL_STATE(3300)] = 121538, + [SMALL_STATE(3301)] = 121621, + [SMALL_STATE(3302)] = 121704, + [SMALL_STATE(3303)] = 121787, + [SMALL_STATE(3304)] = 121870, + [SMALL_STATE(3305)] = 121953, + [SMALL_STATE(3306)] = 122036, + [SMALL_STATE(3307)] = 122119, + [SMALL_STATE(3308)] = 122202, + [SMALL_STATE(3309)] = 122285, + [SMALL_STATE(3310)] = 122368, + [SMALL_STATE(3311)] = 122451, + [SMALL_STATE(3312)] = 122534, + [SMALL_STATE(3313)] = 122617, + [SMALL_STATE(3314)] = 122700, + [SMALL_STATE(3315)] = 122783, + [SMALL_STATE(3316)] = 122866, + [SMALL_STATE(3317)] = 122949, + [SMALL_STATE(3318)] = 123032, + [SMALL_STATE(3319)] = 123115, + [SMALL_STATE(3320)] = 123198, + [SMALL_STATE(3321)] = 123281, + [SMALL_STATE(3322)] = 123364, + [SMALL_STATE(3323)] = 123447, + [SMALL_STATE(3324)] = 123530, + [SMALL_STATE(3325)] = 123613, + [SMALL_STATE(3326)] = 123696, + [SMALL_STATE(3327)] = 123779, + [SMALL_STATE(3328)] = 123862, + [SMALL_STATE(3329)] = 123945, + [SMALL_STATE(3330)] = 124028, + [SMALL_STATE(3331)] = 124111, + [SMALL_STATE(3332)] = 124194, + [SMALL_STATE(3333)] = 124277, + [SMALL_STATE(3334)] = 124360, + [SMALL_STATE(3335)] = 124443, + [SMALL_STATE(3336)] = 124526, + [SMALL_STATE(3337)] = 124609, + [SMALL_STATE(3338)] = 124692, + [SMALL_STATE(3339)] = 124775, + [SMALL_STATE(3340)] = 124858, + [SMALL_STATE(3341)] = 124941, + [SMALL_STATE(3342)] = 125024, + [SMALL_STATE(3343)] = 125107, + [SMALL_STATE(3344)] = 125190, + [SMALL_STATE(3345)] = 125258, + [SMALL_STATE(3346)] = 125326, + [SMALL_STATE(3347)] = 125400, + [SMALL_STATE(3348)] = 125468, + [SMALL_STATE(3349)] = 125542, + [SMALL_STATE(3350)] = 125610, + [SMALL_STATE(3351)] = 125678, + [SMALL_STATE(3352)] = 125746, + [SMALL_STATE(3353)] = 125814, + [SMALL_STATE(3354)] = 125882, + [SMALL_STATE(3355)] = 125950, + [SMALL_STATE(3356)] = 126018, + [SMALL_STATE(3357)] = 126086, + [SMALL_STATE(3358)] = 126154, + [SMALL_STATE(3359)] = 126222, + [SMALL_STATE(3360)] = 126290, + [SMALL_STATE(3361)] = 126359, + [SMALL_STATE(3362)] = 126396, + [SMALL_STATE(3363)] = 126433, + [SMALL_STATE(3364)] = 126470, + [SMALL_STATE(3365)] = 126507, + [SMALL_STATE(3366)] = 126544, + [SMALL_STATE(3367)] = 126581, + [SMALL_STATE(3368)] = 126628, + [SMALL_STATE(3369)] = 126661, + [SMALL_STATE(3370)] = 126694, + [SMALL_STATE(3371)] = 126741, + [SMALL_STATE(3372)] = 126792, + [SMALL_STATE(3373)] = 126825, + [SMALL_STATE(3374)] = 126858, + [SMALL_STATE(3375)] = 126891, + [SMALL_STATE(3376)] = 126938, + [SMALL_STATE(3377)] = 126972, + [SMALL_STATE(3378)] = 127006, + [SMALL_STATE(3379)] = 127036, + [SMALL_STATE(3380)] = 127072, + [SMALL_STATE(3381)] = 127102, + [SMALL_STATE(3382)] = 127132, + [SMALL_STATE(3383)] = 127165, + [SMALL_STATE(3384)] = 127198, + [SMALL_STATE(3385)] = 127231, + [SMALL_STATE(3386)] = 127264, + [SMALL_STATE(3387)] = 127295, + [SMALL_STATE(3388)] = 127328, + [SMALL_STATE(3389)] = 127359, + [SMALL_STATE(3390)] = 127392, + [SMALL_STATE(3391)] = 127425, + [SMALL_STATE(3392)] = 127455, + [SMALL_STATE(3393)] = 127487, + [SMALL_STATE(3394)] = 127535, + [SMALL_STATE(3395)] = 127583, + [SMALL_STATE(3396)] = 127613, + [SMALL_STATE(3397)] = 127659, + [SMALL_STATE(3398)] = 127706, + [SMALL_STATE(3399)] = 127753, + [SMALL_STATE(3400)] = 127782, + [SMALL_STATE(3401)] = 127829, + [SMALL_STATE(3402)] = 127864, + [SMALL_STATE(3403)] = 127899, + [SMALL_STATE(3404)] = 127946, + [SMALL_STATE(3405)] = 127993, + [SMALL_STATE(3406)] = 128040, + [SMALL_STATE(3407)] = 128075, + [SMALL_STATE(3408)] = 128104, + [SMALL_STATE(3409)] = 128151, + [SMALL_STATE(3410)] = 128198, + [SMALL_STATE(3411)] = 128227, + [SMALL_STATE(3412)] = 128274, + [SMALL_STATE(3413)] = 128321, + [SMALL_STATE(3414)] = 128368, + [SMALL_STATE(3415)] = 128415, + [SMALL_STATE(3416)] = 128450, + [SMALL_STATE(3417)] = 128497, + [SMALL_STATE(3418)] = 128526, + [SMALL_STATE(3419)] = 128561, + [SMALL_STATE(3420)] = 128608, + [SMALL_STATE(3421)] = 128637, + [SMALL_STATE(3422)] = 128684, + [SMALL_STATE(3423)] = 128731, + [SMALL_STATE(3424)] = 128778, + [SMALL_STATE(3425)] = 128813, + [SMALL_STATE(3426)] = 128860, + [SMALL_STATE(3427)] = 128907, + [SMALL_STATE(3428)] = 128954, + [SMALL_STATE(3429)] = 128989, + [SMALL_STATE(3430)] = 129036, + [SMALL_STATE(3431)] = 129083, + [SMALL_STATE(3432)] = 129130, + [SMALL_STATE(3433)] = 129175, + [SMALL_STATE(3434)] = 129222, + [SMALL_STATE(3435)] = 129253, + [SMALL_STATE(3436)] = 129300, + [SMALL_STATE(3437)] = 129329, + [SMALL_STATE(3438)] = 129376, + [SMALL_STATE(3439)] = 129407, + [SMALL_STATE(3440)] = 129436, + [SMALL_STATE(3441)] = 129483, + [SMALL_STATE(3442)] = 129518, + [SMALL_STATE(3443)] = 129565, + [SMALL_STATE(3444)] = 129591, + [SMALL_STATE(3445)] = 129617, + [SMALL_STATE(3446)] = 129643, + [SMALL_STATE(3447)] = 129673, + [SMALL_STATE(3448)] = 129705, + [SMALL_STATE(3449)] = 129732, + [SMALL_STATE(3450)] = 129763, + [SMALL_STATE(3451)] = 129790, + [SMALL_STATE(3452)] = 129814, + [SMALL_STATE(3453)] = 129838, + [SMALL_STATE(3454)] = 129862, + [SMALL_STATE(3455)] = 129886, + [SMALL_STATE(3456)] = 129910, + [SMALL_STATE(3457)] = 129934, + [SMALL_STATE(3458)] = 129958, + [SMALL_STATE(3459)] = 129986, + [SMALL_STATE(3460)] = 130010, + [SMALL_STATE(3461)] = 130034, + [SMALL_STATE(3462)] = 130058, + [SMALL_STATE(3463)] = 130082, + [SMALL_STATE(3464)] = 130106, + [SMALL_STATE(3465)] = 130130, + [SMALL_STATE(3466)] = 130158, + [SMALL_STATE(3467)] = 130182, + [SMALL_STATE(3468)] = 130206, + [SMALL_STATE(3469)] = 130230, + [SMALL_STATE(3470)] = 130254, + [SMALL_STATE(3471)] = 130284, + [SMALL_STATE(3472)] = 130308, + [SMALL_STATE(3473)] = 130332, + [SMALL_STATE(3474)] = 130356, + [SMALL_STATE(3475)] = 130380, + [SMALL_STATE(3476)] = 130404, + [SMALL_STATE(3477)] = 130433, + [SMALL_STATE(3478)] = 130472, + [SMALL_STATE(3479)] = 130499, + [SMALL_STATE(3480)] = 130525, + [SMALL_STATE(3481)] = 130559, + [SMALL_STATE(3482)] = 130595, + [SMALL_STATE(3483)] = 130623, + [SMALL_STATE(3484)] = 130645, + [SMALL_STATE(3485)] = 130679, + [SMALL_STATE(3486)] = 130713, + [SMALL_STATE(3487)] = 130747, + [SMALL_STATE(3488)] = 130781, + [SMALL_STATE(3489)] = 130815, + [SMALL_STATE(3490)] = 130849, + [SMALL_STATE(3491)] = 130883, + [SMALL_STATE(3492)] = 130911, + [SMALL_STATE(3493)] = 130935, + [SMALL_STATE(3494)] = 130969, + [SMALL_STATE(3495)] = 131003, + [SMALL_STATE(3496)] = 131037, + [SMALL_STATE(3497)] = 131071, + [SMALL_STATE(3498)] = 131092, + [SMALL_STATE(3499)] = 131115, + [SMALL_STATE(3500)] = 131136, + [SMALL_STATE(3501)] = 131159, + [SMALL_STATE(3502)] = 131180, + [SMALL_STATE(3503)] = 131201, + [SMALL_STATE(3504)] = 131224, + [SMALL_STATE(3505)] = 131245, + [SMALL_STATE(3506)] = 131266, + [SMALL_STATE(3507)] = 131295, + [SMALL_STATE(3508)] = 131320, + [SMALL_STATE(3509)] = 131341, + [SMALL_STATE(3510)] = 131362, + [SMALL_STATE(3511)] = 131397, + [SMALL_STATE(3512)] = 131422, + [SMALL_STATE(3513)] = 131443, + [SMALL_STATE(3514)] = 131466, + [SMALL_STATE(3515)] = 131494, + [SMALL_STATE(3516)] = 131522, + [SMALL_STATE(3517)] = 131550, + [SMALL_STATE(3518)] = 131578, + [SMALL_STATE(3519)] = 131606, + [SMALL_STATE(3520)] = 131634, + [SMALL_STATE(3521)] = 131662, + [SMALL_STATE(3522)] = 131690, + [SMALL_STATE(3523)] = 131710, + [SMALL_STATE(3524)] = 131730, + [SMALL_STATE(3525)] = 131760, + [SMALL_STATE(3526)] = 131790, + [SMALL_STATE(3527)] = 131818, + [SMALL_STATE(3528)] = 131846, + [SMALL_STATE(3529)] = 131874, + [SMALL_STATE(3530)] = 131902, + [SMALL_STATE(3531)] = 131930, + [SMALL_STATE(3532)] = 131958, + [SMALL_STATE(3533)] = 131986, + [SMALL_STATE(3534)] = 132014, + [SMALL_STATE(3535)] = 132038, + [SMALL_STATE(3536)] = 132066, + [SMALL_STATE(3537)] = 132094, + [SMALL_STATE(3538)] = 132122, + [SMALL_STATE(3539)] = 132154, + [SMALL_STATE(3540)] = 132182, + [SMALL_STATE(3541)] = 132214, + [SMALL_STATE(3542)] = 132242, + [SMALL_STATE(3543)] = 132270, + [SMALL_STATE(3544)] = 132290, + [SMALL_STATE(3545)] = 132318, + [SMALL_STATE(3546)] = 132346, + [SMALL_STATE(3547)] = 132374, + [SMALL_STATE(3548)] = 132403, + [SMALL_STATE(3549)] = 132432, + [SMALL_STATE(3550)] = 132461, + [SMALL_STATE(3551)] = 132490, + [SMALL_STATE(3552)] = 132519, + [SMALL_STATE(3553)] = 132548, + [SMALL_STATE(3554)] = 132577, + [SMALL_STATE(3555)] = 132606, + [SMALL_STATE(3556)] = 132635, + [SMALL_STATE(3557)] = 132658, + [SMALL_STATE(3558)] = 132687, + [SMALL_STATE(3559)] = 132716, + [SMALL_STATE(3560)] = 132745, + [SMALL_STATE(3561)] = 132774, + [SMALL_STATE(3562)] = 132803, + [SMALL_STATE(3563)] = 132832, + [SMALL_STATE(3564)] = 132861, + [SMALL_STATE(3565)] = 132890, + [SMALL_STATE(3566)] = 132919, + [SMALL_STATE(3567)] = 132948, + [SMALL_STATE(3568)] = 132977, + [SMALL_STATE(3569)] = 133006, + [SMALL_STATE(3570)] = 133035, + [SMALL_STATE(3571)] = 133064, + [SMALL_STATE(3572)] = 133093, + [SMALL_STATE(3573)] = 133116, + [SMALL_STATE(3574)] = 133145, + [SMALL_STATE(3575)] = 133174, + [SMALL_STATE(3576)] = 133203, + [SMALL_STATE(3577)] = 133232, + [SMALL_STATE(3578)] = 133255, + [SMALL_STATE(3579)] = 133284, + [SMALL_STATE(3580)] = 133313, + [SMALL_STATE(3581)] = 133340, + [SMALL_STATE(3582)] = 133367, + [SMALL_STATE(3583)] = 133396, + [SMALL_STATE(3584)] = 133425, + [SMALL_STATE(3585)] = 133454, + [SMALL_STATE(3586)] = 133483, + [SMALL_STATE(3587)] = 133506, + [SMALL_STATE(3588)] = 133527, + [SMALL_STATE(3589)] = 133548, + [SMALL_STATE(3590)] = 133577, + [SMALL_STATE(3591)] = 133606, + [SMALL_STATE(3592)] = 133635, + [SMALL_STATE(3593)] = 133664, + [SMALL_STATE(3594)] = 133693, + [SMALL_STATE(3595)] = 133722, + [SMALL_STATE(3596)] = 133751, + [SMALL_STATE(3597)] = 133780, + [SMALL_STATE(3598)] = 133809, + [SMALL_STATE(3599)] = 133832, + [SMALL_STATE(3600)] = 133861, + [SMALL_STATE(3601)] = 133890, + [SMALL_STATE(3602)] = 133919, + [SMALL_STATE(3603)] = 133948, + [SMALL_STATE(3604)] = 133977, + [SMALL_STATE(3605)] = 134006, + [SMALL_STATE(3606)] = 134035, + [SMALL_STATE(3607)] = 134064, + [SMALL_STATE(3608)] = 134087, + [SMALL_STATE(3609)] = 134116, + [SMALL_STATE(3610)] = 134145, + [SMALL_STATE(3611)] = 134174, + [SMALL_STATE(3612)] = 134203, + [SMALL_STATE(3613)] = 134232, + [SMALL_STATE(3614)] = 134261, + [SMALL_STATE(3615)] = 134290, + [SMALL_STATE(3616)] = 134319, + [SMALL_STATE(3617)] = 134348, + [SMALL_STATE(3618)] = 134377, + [SMALL_STATE(3619)] = 134406, + [SMALL_STATE(3620)] = 134435, + [SMALL_STATE(3621)] = 134464, + [SMALL_STATE(3622)] = 134493, + [SMALL_STATE(3623)] = 134522, + [SMALL_STATE(3624)] = 134551, + [SMALL_STATE(3625)] = 134572, + [SMALL_STATE(3626)] = 134601, + [SMALL_STATE(3627)] = 134630, + [SMALL_STATE(3628)] = 134659, + [SMALL_STATE(3629)] = 134688, + [SMALL_STATE(3630)] = 134717, + [SMALL_STATE(3631)] = 134746, + [SMALL_STATE(3632)] = 134775, + [SMALL_STATE(3633)] = 134804, + [SMALL_STATE(3634)] = 134833, + [SMALL_STATE(3635)] = 134862, + [SMALL_STATE(3636)] = 134885, + [SMALL_STATE(3637)] = 134914, + [SMALL_STATE(3638)] = 134943, + [SMALL_STATE(3639)] = 134972, + [SMALL_STATE(3640)] = 135001, + [SMALL_STATE(3641)] = 135030, + [SMALL_STATE(3642)] = 135059, + [SMALL_STATE(3643)] = 135088, + [SMALL_STATE(3644)] = 135115, + [SMALL_STATE(3645)] = 135144, + [SMALL_STATE(3646)] = 135173, + [SMALL_STATE(3647)] = 135202, + [SMALL_STATE(3648)] = 135231, + [SMALL_STATE(3649)] = 135260, + [SMALL_STATE(3650)] = 135289, + [SMALL_STATE(3651)] = 135318, + [SMALL_STATE(3652)] = 135347, + [SMALL_STATE(3653)] = 135376, + [SMALL_STATE(3654)] = 135399, + [SMALL_STATE(3655)] = 135428, + [SMALL_STATE(3656)] = 135457, + [SMALL_STATE(3657)] = 135486, + [SMALL_STATE(3658)] = 135515, [SMALL_STATE(3659)] = 135544, - [SMALL_STATE(3660)] = 135568, - [SMALL_STATE(3661)] = 135592, - [SMALL_STATE(3662)] = 135618, - [SMALL_STATE(3663)] = 135640, - [SMALL_STATE(3664)] = 135664, - [SMALL_STATE(3665)] = 135690, - [SMALL_STATE(3666)] = 135712, - [SMALL_STATE(3667)] = 135734, - [SMALL_STATE(3668)] = 135758, - [SMALL_STATE(3669)] = 135780, - [SMALL_STATE(3670)] = 135802, - [SMALL_STATE(3671)] = 135822, - [SMALL_STATE(3672)] = 135848, - [SMALL_STATE(3673)] = 135870, - [SMALL_STATE(3674)] = 135896, - [SMALL_STATE(3675)] = 135914, - [SMALL_STATE(3676)] = 135932, - [SMALL_STATE(3677)] = 135950, - [SMALL_STATE(3678)] = 135970, - [SMALL_STATE(3679)] = 135990, - [SMALL_STATE(3680)] = 136016, - [SMALL_STATE(3681)] = 136040, - [SMALL_STATE(3682)] = 136058, - [SMALL_STATE(3683)] = 136076, - [SMALL_STATE(3684)] = 136096, - [SMALL_STATE(3685)] = 136120, - [SMALL_STATE(3686)] = 136144, - [SMALL_STATE(3687)] = 136168, - [SMALL_STATE(3688)] = 136186, - [SMALL_STATE(3689)] = 136212, - [SMALL_STATE(3690)] = 136232, - [SMALL_STATE(3691)] = 136253, - [SMALL_STATE(3692)] = 136274, - [SMALL_STATE(3693)] = 136297, - [SMALL_STATE(3694)] = 136318, - [SMALL_STATE(3695)] = 136339, - [SMALL_STATE(3696)] = 136362, - [SMALL_STATE(3697)] = 136383, - [SMALL_STATE(3698)] = 136404, - [SMALL_STATE(3699)] = 136425, - [SMALL_STATE(3700)] = 136448, - [SMALL_STATE(3701)] = 136469, - [SMALL_STATE(3702)] = 136490, - [SMALL_STATE(3703)] = 136511, - [SMALL_STATE(3704)] = 136532, - [SMALL_STATE(3705)] = 136555, - [SMALL_STATE(3706)] = 136574, - [SMALL_STATE(3707)] = 136595, - [SMALL_STATE(3708)] = 136614, - [SMALL_STATE(3709)] = 136635, - [SMALL_STATE(3710)] = 136656, - [SMALL_STATE(3711)] = 136677, - [SMALL_STATE(3712)] = 136700, - [SMALL_STATE(3713)] = 136723, - [SMALL_STATE(3714)] = 136742, - [SMALL_STATE(3715)] = 136763, - [SMALL_STATE(3716)] = 136782, - [SMALL_STATE(3717)] = 136803, - [SMALL_STATE(3718)] = 136826, - [SMALL_STATE(3719)] = 136847, - [SMALL_STATE(3720)] = 136868, - [SMALL_STATE(3721)] = 136885, - [SMALL_STATE(3722)] = 136904, - [SMALL_STATE(3723)] = 136925, - [SMALL_STATE(3724)] = 136948, - [SMALL_STATE(3725)] = 136969, - [SMALL_STATE(3726)] = 136986, - [SMALL_STATE(3727)] = 137003, - [SMALL_STATE(3728)] = 137020, - [SMALL_STATE(3729)] = 137041, - [SMALL_STATE(3730)] = 137062, - [SMALL_STATE(3731)] = 137083, - [SMALL_STATE(3732)] = 137104, - [SMALL_STATE(3733)] = 137125, - [SMALL_STATE(3734)] = 137148, - [SMALL_STATE(3735)] = 137169, - [SMALL_STATE(3736)] = 137190, - [SMALL_STATE(3737)] = 137209, - [SMALL_STATE(3738)] = 137232, - [SMALL_STATE(3739)] = 137253, - [SMALL_STATE(3740)] = 137276, - [SMALL_STATE(3741)] = 137299, - [SMALL_STATE(3742)] = 137322, - [SMALL_STATE(3743)] = 137339, - [SMALL_STATE(3744)] = 137356, - [SMALL_STATE(3745)] = 137377, - [SMALL_STATE(3746)] = 137398, - [SMALL_STATE(3747)] = 137421, - [SMALL_STATE(3748)] = 137442, - [SMALL_STATE(3749)] = 137463, - [SMALL_STATE(3750)] = 137486, - [SMALL_STATE(3751)] = 137505, - [SMALL_STATE(3752)] = 137526, - [SMALL_STATE(3753)] = 137547, - [SMALL_STATE(3754)] = 137568, - [SMALL_STATE(3755)] = 137591, - [SMALL_STATE(3756)] = 137608, - [SMALL_STATE(3757)] = 137625, - [SMALL_STATE(3758)] = 137648, - [SMALL_STATE(3759)] = 137669, - [SMALL_STATE(3760)] = 137688, - [SMALL_STATE(3761)] = 137709, - [SMALL_STATE(3762)] = 137726, - [SMALL_STATE(3763)] = 137749, - [SMALL_STATE(3764)] = 137770, - [SMALL_STATE(3765)] = 137791, - [SMALL_STATE(3766)] = 137812, - [SMALL_STATE(3767)] = 137833, - [SMALL_STATE(3768)] = 137854, - [SMALL_STATE(3769)] = 137875, - [SMALL_STATE(3770)] = 137898, - [SMALL_STATE(3771)] = 137919, - [SMALL_STATE(3772)] = 137942, - [SMALL_STATE(3773)] = 137965, - [SMALL_STATE(3774)] = 137984, - [SMALL_STATE(3775)] = 138007, - [SMALL_STATE(3776)] = 138028, - [SMALL_STATE(3777)] = 138047, - [SMALL_STATE(3778)] = 138068, - [SMALL_STATE(3779)] = 138089, - [SMALL_STATE(3780)] = 138110, - [SMALL_STATE(3781)] = 138131, - [SMALL_STATE(3782)] = 138152, - [SMALL_STATE(3783)] = 138173, - [SMALL_STATE(3784)] = 138194, - [SMALL_STATE(3785)] = 138215, - [SMALL_STATE(3786)] = 138236, - [SMALL_STATE(3787)] = 138257, - [SMALL_STATE(3788)] = 138278, - [SMALL_STATE(3789)] = 138295, - [SMALL_STATE(3790)] = 138312, - [SMALL_STATE(3791)] = 138331, - [SMALL_STATE(3792)] = 138352, - [SMALL_STATE(3793)] = 138373, - [SMALL_STATE(3794)] = 138390, - [SMALL_STATE(3795)] = 138411, - [SMALL_STATE(3796)] = 138428, - [SMALL_STATE(3797)] = 138445, - [SMALL_STATE(3798)] = 138462, - [SMALL_STATE(3799)] = 138483, - [SMALL_STATE(3800)] = 138506, - [SMALL_STATE(3801)] = 138525, - [SMALL_STATE(3802)] = 138542, - [SMALL_STATE(3803)] = 138559, - [SMALL_STATE(3804)] = 138580, - [SMALL_STATE(3805)] = 138597, - [SMALL_STATE(3806)] = 138618, - [SMALL_STATE(3807)] = 138635, - [SMALL_STATE(3808)] = 138652, - [SMALL_STATE(3809)] = 138675, - [SMALL_STATE(3810)] = 138692, - [SMALL_STATE(3811)] = 138709, - [SMALL_STATE(3812)] = 138726, - [SMALL_STATE(3813)] = 138749, - [SMALL_STATE(3814)] = 138770, - [SMALL_STATE(3815)] = 138793, - [SMALL_STATE(3816)] = 138814, - [SMALL_STATE(3817)] = 138831, - [SMALL_STATE(3818)] = 138852, - [SMALL_STATE(3819)] = 138875, - [SMALL_STATE(3820)] = 138896, - [SMALL_STATE(3821)] = 138919, - [SMALL_STATE(3822)] = 138940, - [SMALL_STATE(3823)] = 138961, - [SMALL_STATE(3824)] = 138982, - [SMALL_STATE(3825)] = 139005, - [SMALL_STATE(3826)] = 139026, - [SMALL_STATE(3827)] = 139047, - [SMALL_STATE(3828)] = 139068, - [SMALL_STATE(3829)] = 139089, - [SMALL_STATE(3830)] = 139110, - [SMALL_STATE(3831)] = 139131, - [SMALL_STATE(3832)] = 139154, - [SMALL_STATE(3833)] = 139175, - [SMALL_STATE(3834)] = 139196, - [SMALL_STATE(3835)] = 139217, - [SMALL_STATE(3836)] = 139238, - [SMALL_STATE(3837)] = 139259, - [SMALL_STATE(3838)] = 139280, - [SMALL_STATE(3839)] = 139303, - [SMALL_STATE(3840)] = 139324, - [SMALL_STATE(3841)] = 139345, - [SMALL_STATE(3842)] = 139366, - [SMALL_STATE(3843)] = 139383, - [SMALL_STATE(3844)] = 139400, - [SMALL_STATE(3845)] = 139421, - [SMALL_STATE(3846)] = 139440, - [SMALL_STATE(3847)] = 139459, - [SMALL_STATE(3848)] = 139480, - [SMALL_STATE(3849)] = 139501, - [SMALL_STATE(3850)] = 139522, - [SMALL_STATE(3851)] = 139543, - [SMALL_STATE(3852)] = 139564, - [SMALL_STATE(3853)] = 139585, - [SMALL_STATE(3854)] = 139606, - [SMALL_STATE(3855)] = 139629, - [SMALL_STATE(3856)] = 139650, - [SMALL_STATE(3857)] = 139671, - [SMALL_STATE(3858)] = 139694, - [SMALL_STATE(3859)] = 139717, - [SMALL_STATE(3860)] = 139738, - [SMALL_STATE(3861)] = 139759, - [SMALL_STATE(3862)] = 139780, - [SMALL_STATE(3863)] = 139801, - [SMALL_STATE(3864)] = 139822, - [SMALL_STATE(3865)] = 139843, - [SMALL_STATE(3866)] = 139864, - [SMALL_STATE(3867)] = 139884, - [SMALL_STATE(3868)] = 139904, - [SMALL_STATE(3869)] = 139924, - [SMALL_STATE(3870)] = 139944, - [SMALL_STATE(3871)] = 139964, - [SMALL_STATE(3872)] = 139984, - [SMALL_STATE(3873)] = 140004, - [SMALL_STATE(3874)] = 140024, - [SMALL_STATE(3875)] = 140044, - [SMALL_STATE(3876)] = 140064, - [SMALL_STATE(3877)] = 140084, - [SMALL_STATE(3878)] = 140104, - [SMALL_STATE(3879)] = 140124, - [SMALL_STATE(3880)] = 140144, - [SMALL_STATE(3881)] = 140164, - [SMALL_STATE(3882)] = 140184, - [SMALL_STATE(3883)] = 140204, - [SMALL_STATE(3884)] = 140224, - [SMALL_STATE(3885)] = 140244, - [SMALL_STATE(3886)] = 140264, - [SMALL_STATE(3887)] = 140284, - [SMALL_STATE(3888)] = 140302, - [SMALL_STATE(3889)] = 140322, - [SMALL_STATE(3890)] = 140342, - [SMALL_STATE(3891)] = 140362, - [SMALL_STATE(3892)] = 140382, - [SMALL_STATE(3893)] = 140402, - [SMALL_STATE(3894)] = 140420, - [SMALL_STATE(3895)] = 140438, - [SMALL_STATE(3896)] = 140458, - [SMALL_STATE(3897)] = 140478, - [SMALL_STATE(3898)] = 140498, - [SMALL_STATE(3899)] = 140518, - [SMALL_STATE(3900)] = 140538, - [SMALL_STATE(3901)] = 140558, - [SMALL_STATE(3902)] = 140578, - [SMALL_STATE(3903)] = 140598, - [SMALL_STATE(3904)] = 140618, - [SMALL_STATE(3905)] = 140638, - [SMALL_STATE(3906)] = 140658, - [SMALL_STATE(3907)] = 140678, - [SMALL_STATE(3908)] = 140698, - [SMALL_STATE(3909)] = 140718, - [SMALL_STATE(3910)] = 140734, - [SMALL_STATE(3911)] = 140754, - [SMALL_STATE(3912)] = 140770, - [SMALL_STATE(3913)] = 140790, - [SMALL_STATE(3914)] = 140810, - [SMALL_STATE(3915)] = 140830, - [SMALL_STATE(3916)] = 140850, - [SMALL_STATE(3917)] = 140870, - [SMALL_STATE(3918)] = 140890, - [SMALL_STATE(3919)] = 140910, - [SMALL_STATE(3920)] = 140930, - [SMALL_STATE(3921)] = 140950, - [SMALL_STATE(3922)] = 140968, - [SMALL_STATE(3923)] = 140988, - [SMALL_STATE(3924)] = 141008, - [SMALL_STATE(3925)] = 141028, - [SMALL_STATE(3926)] = 141048, - [SMALL_STATE(3927)] = 141068, - [SMALL_STATE(3928)] = 141088, - [SMALL_STATE(3929)] = 141108, - [SMALL_STATE(3930)] = 141128, - [SMALL_STATE(3931)] = 141148, - [SMALL_STATE(3932)] = 141168, - [SMALL_STATE(3933)] = 141188, - [SMALL_STATE(3934)] = 141208, - [SMALL_STATE(3935)] = 141228, - [SMALL_STATE(3936)] = 141248, - [SMALL_STATE(3937)] = 141268, - [SMALL_STATE(3938)] = 141288, - [SMALL_STATE(3939)] = 141308, - [SMALL_STATE(3940)] = 141328, - [SMALL_STATE(3941)] = 141348, - [SMALL_STATE(3942)] = 141368, - [SMALL_STATE(3943)] = 141384, - [SMALL_STATE(3944)] = 141404, - [SMALL_STATE(3945)] = 141424, - [SMALL_STATE(3946)] = 141444, - [SMALL_STATE(3947)] = 141464, - [SMALL_STATE(3948)] = 141484, - [SMALL_STATE(3949)] = 141504, - [SMALL_STATE(3950)] = 141524, - [SMALL_STATE(3951)] = 141544, - [SMALL_STATE(3952)] = 141564, - [SMALL_STATE(3953)] = 141584, - [SMALL_STATE(3954)] = 141604, - [SMALL_STATE(3955)] = 141624, - [SMALL_STATE(3956)] = 141644, - [SMALL_STATE(3957)] = 141664, - [SMALL_STATE(3958)] = 141684, - [SMALL_STATE(3959)] = 141702, - [SMALL_STATE(3960)] = 141718, - [SMALL_STATE(3961)] = 141738, - [SMALL_STATE(3962)] = 141754, - [SMALL_STATE(3963)] = 141774, - [SMALL_STATE(3964)] = 141794, - [SMALL_STATE(3965)] = 141814, - [SMALL_STATE(3966)] = 141834, - [SMALL_STATE(3967)] = 141854, - [SMALL_STATE(3968)] = 141874, - [SMALL_STATE(3969)] = 141890, - [SMALL_STATE(3970)] = 141910, - [SMALL_STATE(3971)] = 141930, - [SMALL_STATE(3972)] = 141950, - [SMALL_STATE(3973)] = 141970, - [SMALL_STATE(3974)] = 141990, - [SMALL_STATE(3975)] = 142010, - [SMALL_STATE(3976)] = 142026, - [SMALL_STATE(3977)] = 142044, - [SMALL_STATE(3978)] = 142060, - [SMALL_STATE(3979)] = 142080, - [SMALL_STATE(3980)] = 142100, - [SMALL_STATE(3981)] = 142120, - [SMALL_STATE(3982)] = 142138, - [SMALL_STATE(3983)] = 142158, - [SMALL_STATE(3984)] = 142176, - [SMALL_STATE(3985)] = 142196, - [SMALL_STATE(3986)] = 142216, - [SMALL_STATE(3987)] = 142236, - [SMALL_STATE(3988)] = 142256, - [SMALL_STATE(3989)] = 142272, - [SMALL_STATE(3990)] = 142292, - [SMALL_STATE(3991)] = 142308, - [SMALL_STATE(3992)] = 142326, - [SMALL_STATE(3993)] = 142346, - [SMALL_STATE(3994)] = 142366, - [SMALL_STATE(3995)] = 142386, - [SMALL_STATE(3996)] = 142406, - [SMALL_STATE(3997)] = 142426, - [SMALL_STATE(3998)] = 142444, - [SMALL_STATE(3999)] = 142464, - [SMALL_STATE(4000)] = 142484, - [SMALL_STATE(4001)] = 142504, - [SMALL_STATE(4002)] = 142524, - [SMALL_STATE(4003)] = 142544, - [SMALL_STATE(4004)] = 142564, - [SMALL_STATE(4005)] = 142584, - [SMALL_STATE(4006)] = 142604, - [SMALL_STATE(4007)] = 142624, - [SMALL_STATE(4008)] = 142642, - [SMALL_STATE(4009)] = 142662, - [SMALL_STATE(4010)] = 142682, - [SMALL_STATE(4011)] = 142702, - [SMALL_STATE(4012)] = 142722, - [SMALL_STATE(4013)] = 142740, - [SMALL_STATE(4014)] = 142760, - [SMALL_STATE(4015)] = 142780, - [SMALL_STATE(4016)] = 142798, - [SMALL_STATE(4017)] = 142818, - [SMALL_STATE(4018)] = 142838, - [SMALL_STATE(4019)] = 142858, - [SMALL_STATE(4020)] = 142876, - [SMALL_STATE(4021)] = 142892, - [SMALL_STATE(4022)] = 142912, - [SMALL_STATE(4023)] = 142932, - [SMALL_STATE(4024)] = 142952, - [SMALL_STATE(4025)] = 142972, - [SMALL_STATE(4026)] = 142988, - [SMALL_STATE(4027)] = 143008, - [SMALL_STATE(4028)] = 143028, - [SMALL_STATE(4029)] = 143048, - [SMALL_STATE(4030)] = 143068, - [SMALL_STATE(4031)] = 143088, - [SMALL_STATE(4032)] = 143108, - [SMALL_STATE(4033)] = 143128, - [SMALL_STATE(4034)] = 143148, - [SMALL_STATE(4035)] = 143168, - [SMALL_STATE(4036)] = 143188, - [SMALL_STATE(4037)] = 143206, - [SMALL_STATE(4038)] = 143226, - [SMALL_STATE(4039)] = 143246, - [SMALL_STATE(4040)] = 143266, - [SMALL_STATE(4041)] = 143286, - [SMALL_STATE(4042)] = 143306, - [SMALL_STATE(4043)] = 143326, - [SMALL_STATE(4044)] = 143346, - [SMALL_STATE(4045)] = 143366, - [SMALL_STATE(4046)] = 143386, - [SMALL_STATE(4047)] = 143406, - [SMALL_STATE(4048)] = 143426, - [SMALL_STATE(4049)] = 143442, - [SMALL_STATE(4050)] = 143462, - [SMALL_STATE(4051)] = 143482, - [SMALL_STATE(4052)] = 143502, - [SMALL_STATE(4053)] = 143522, - [SMALL_STATE(4054)] = 143542, - [SMALL_STATE(4055)] = 143562, - [SMALL_STATE(4056)] = 143582, - [SMALL_STATE(4057)] = 143600, - [SMALL_STATE(4058)] = 143620, - [SMALL_STATE(4059)] = 143640, - [SMALL_STATE(4060)] = 143658, - [SMALL_STATE(4061)] = 143678, - [SMALL_STATE(4062)] = 143698, - [SMALL_STATE(4063)] = 143718, - [SMALL_STATE(4064)] = 143738, - [SMALL_STATE(4065)] = 143758, - [SMALL_STATE(4066)] = 143778, - [SMALL_STATE(4067)] = 143798, - [SMALL_STATE(4068)] = 143818, - [SMALL_STATE(4069)] = 143838, - [SMALL_STATE(4070)] = 143858, - [SMALL_STATE(4071)] = 143878, - [SMALL_STATE(4072)] = 143898, - [SMALL_STATE(4073)] = 143918, - [SMALL_STATE(4074)] = 143938, - [SMALL_STATE(4075)] = 143958, - [SMALL_STATE(4076)] = 143974, - [SMALL_STATE(4077)] = 143990, - [SMALL_STATE(4078)] = 144010, - [SMALL_STATE(4079)] = 144030, - [SMALL_STATE(4080)] = 144050, - [SMALL_STATE(4081)] = 144070, - [SMALL_STATE(4082)] = 144090, - [SMALL_STATE(4083)] = 144106, - [SMALL_STATE(4084)] = 144126, - [SMALL_STATE(4085)] = 144146, - [SMALL_STATE(4086)] = 144166, - [SMALL_STATE(4087)] = 144184, - [SMALL_STATE(4088)] = 144202, - [SMALL_STATE(4089)] = 144222, - [SMALL_STATE(4090)] = 144242, - [SMALL_STATE(4091)] = 144262, - [SMALL_STATE(4092)] = 144282, - [SMALL_STATE(4093)] = 144302, - [SMALL_STATE(4094)] = 144322, - [SMALL_STATE(4095)] = 144342, - [SMALL_STATE(4096)] = 144362, - [SMALL_STATE(4097)] = 144382, - [SMALL_STATE(4098)] = 144402, - [SMALL_STATE(4099)] = 144422, - [SMALL_STATE(4100)] = 144442, - [SMALL_STATE(4101)] = 144460, - [SMALL_STATE(4102)] = 144480, - [SMALL_STATE(4103)] = 144500, - [SMALL_STATE(4104)] = 144520, - [SMALL_STATE(4105)] = 144540, - [SMALL_STATE(4106)] = 144560, - [SMALL_STATE(4107)] = 144580, - [SMALL_STATE(4108)] = 144600, - [SMALL_STATE(4109)] = 144620, - [SMALL_STATE(4110)] = 144640, - [SMALL_STATE(4111)] = 144655, - [SMALL_STATE(4112)] = 144672, - [SMALL_STATE(4113)] = 144689, - [SMALL_STATE(4114)] = 144706, - [SMALL_STATE(4115)] = 144723, - [SMALL_STATE(4116)] = 144740, - [SMALL_STATE(4117)] = 144757, - [SMALL_STATE(4118)] = 144774, - [SMALL_STATE(4119)] = 144791, - [SMALL_STATE(4120)] = 144808, - [SMALL_STATE(4121)] = 144825, - [SMALL_STATE(4122)] = 144842, - [SMALL_STATE(4123)] = 144859, - [SMALL_STATE(4124)] = 144876, - [SMALL_STATE(4125)] = 144891, - [SMALL_STATE(4126)] = 144908, - [SMALL_STATE(4127)] = 144925, - [SMALL_STATE(4128)] = 144942, - [SMALL_STATE(4129)] = 144959, - [SMALL_STATE(4130)] = 144976, - [SMALL_STATE(4131)] = 144993, - [SMALL_STATE(4132)] = 145010, - [SMALL_STATE(4133)] = 145025, - [SMALL_STATE(4134)] = 145042, - [SMALL_STATE(4135)] = 145059, - [SMALL_STATE(4136)] = 145076, - [SMALL_STATE(4137)] = 145093, - [SMALL_STATE(4138)] = 145110, - [SMALL_STATE(4139)] = 145127, - [SMALL_STATE(4140)] = 145144, - [SMALL_STATE(4141)] = 145161, - [SMALL_STATE(4142)] = 145178, - [SMALL_STATE(4143)] = 145195, - [SMALL_STATE(4144)] = 145212, - [SMALL_STATE(4145)] = 145229, - [SMALL_STATE(4146)] = 145246, - [SMALL_STATE(4147)] = 145263, - [SMALL_STATE(4148)] = 145280, - [SMALL_STATE(4149)] = 145297, - [SMALL_STATE(4150)] = 145314, - [SMALL_STATE(4151)] = 145331, - [SMALL_STATE(4152)] = 145348, - [SMALL_STATE(4153)] = 145363, - [SMALL_STATE(4154)] = 145380, - [SMALL_STATE(4155)] = 145397, - [SMALL_STATE(4156)] = 145414, - [SMALL_STATE(4157)] = 145431, - [SMALL_STATE(4158)] = 145448, - [SMALL_STATE(4159)] = 145465, - [SMALL_STATE(4160)] = 145482, - [SMALL_STATE(4161)] = 145499, - [SMALL_STATE(4162)] = 145516, - [SMALL_STATE(4163)] = 145533, - [SMALL_STATE(4164)] = 145550, - [SMALL_STATE(4165)] = 145567, - [SMALL_STATE(4166)] = 145582, - [SMALL_STATE(4167)] = 145599, - [SMALL_STATE(4168)] = 145616, - [SMALL_STATE(4169)] = 145633, - [SMALL_STATE(4170)] = 145650, - [SMALL_STATE(4171)] = 145667, - [SMALL_STATE(4172)] = 145684, - [SMALL_STATE(4173)] = 145701, - [SMALL_STATE(4174)] = 145718, - [SMALL_STATE(4175)] = 145735, - [SMALL_STATE(4176)] = 145752, - [SMALL_STATE(4177)] = 145769, - [SMALL_STATE(4178)] = 145786, - [SMALL_STATE(4179)] = 145803, - [SMALL_STATE(4180)] = 145820, - [SMALL_STATE(4181)] = 145835, - [SMALL_STATE(4182)] = 145852, - [SMALL_STATE(4183)] = 145869, - [SMALL_STATE(4184)] = 145886, - [SMALL_STATE(4185)] = 145901, - [SMALL_STATE(4186)] = 145918, - [SMALL_STATE(4187)] = 145935, - [SMALL_STATE(4188)] = 145952, - [SMALL_STATE(4189)] = 145969, - [SMALL_STATE(4190)] = 145986, - [SMALL_STATE(4191)] = 146001, - [SMALL_STATE(4192)] = 146018, - [SMALL_STATE(4193)] = 146035, - [SMALL_STATE(4194)] = 146052, - [SMALL_STATE(4195)] = 146069, - [SMALL_STATE(4196)] = 146086, - [SMALL_STATE(4197)] = 146101, - [SMALL_STATE(4198)] = 146118, - [SMALL_STATE(4199)] = 146135, - [SMALL_STATE(4200)] = 146152, - [SMALL_STATE(4201)] = 146169, - [SMALL_STATE(4202)] = 146186, - [SMALL_STATE(4203)] = 146203, - [SMALL_STATE(4204)] = 146220, - [SMALL_STATE(4205)] = 146235, - [SMALL_STATE(4206)] = 146250, - [SMALL_STATE(4207)] = 146267, - [SMALL_STATE(4208)] = 146284, - [SMALL_STATE(4209)] = 146301, - [SMALL_STATE(4210)] = 146318, - [SMALL_STATE(4211)] = 146335, - [SMALL_STATE(4212)] = 146352, - [SMALL_STATE(4213)] = 146369, - [SMALL_STATE(4214)] = 146386, - [SMALL_STATE(4215)] = 146403, - [SMALL_STATE(4216)] = 146420, - [SMALL_STATE(4217)] = 146437, - [SMALL_STATE(4218)] = 146454, - [SMALL_STATE(4219)] = 146471, - [SMALL_STATE(4220)] = 146488, - [SMALL_STATE(4221)] = 146503, - [SMALL_STATE(4222)] = 146520, - [SMALL_STATE(4223)] = 146537, - [SMALL_STATE(4224)] = 146554, - [SMALL_STATE(4225)] = 146571, - [SMALL_STATE(4226)] = 146588, - [SMALL_STATE(4227)] = 146605, - [SMALL_STATE(4228)] = 146622, - [SMALL_STATE(4229)] = 146639, - [SMALL_STATE(4230)] = 146656, - [SMALL_STATE(4231)] = 146673, - [SMALL_STATE(4232)] = 146690, - [SMALL_STATE(4233)] = 146707, - [SMALL_STATE(4234)] = 146724, - [SMALL_STATE(4235)] = 146739, - [SMALL_STATE(4236)] = 146756, - [SMALL_STATE(4237)] = 146773, - [SMALL_STATE(4238)] = 146790, - [SMALL_STATE(4239)] = 146807, - [SMALL_STATE(4240)] = 146824, - [SMALL_STATE(4241)] = 146841, - [SMALL_STATE(4242)] = 146858, - [SMALL_STATE(4243)] = 146875, - [SMALL_STATE(4244)] = 146892, - [SMALL_STATE(4245)] = 146909, - [SMALL_STATE(4246)] = 146926, - [SMALL_STATE(4247)] = 146943, - [SMALL_STATE(4248)] = 146960, - [SMALL_STATE(4249)] = 146977, - [SMALL_STATE(4250)] = 146994, - [SMALL_STATE(4251)] = 147011, - [SMALL_STATE(4252)] = 147028, - [SMALL_STATE(4253)] = 147045, - [SMALL_STATE(4254)] = 147062, - [SMALL_STATE(4255)] = 147079, - [SMALL_STATE(4256)] = 147096, - [SMALL_STATE(4257)] = 147113, - [SMALL_STATE(4258)] = 147130, - [SMALL_STATE(4259)] = 147147, - [SMALL_STATE(4260)] = 147164, - [SMALL_STATE(4261)] = 147179, - [SMALL_STATE(4262)] = 147196, - [SMALL_STATE(4263)] = 147213, - [SMALL_STATE(4264)] = 147230, - [SMALL_STATE(4265)] = 147247, - [SMALL_STATE(4266)] = 147264, - [SMALL_STATE(4267)] = 147281, - [SMALL_STATE(4268)] = 147298, - [SMALL_STATE(4269)] = 147315, - [SMALL_STATE(4270)] = 147332, - [SMALL_STATE(4271)] = 147349, - [SMALL_STATE(4272)] = 147366, - [SMALL_STATE(4273)] = 147383, - [SMALL_STATE(4274)] = 147400, - [SMALL_STATE(4275)] = 147417, - [SMALL_STATE(4276)] = 147434, - [SMALL_STATE(4277)] = 147451, - [SMALL_STATE(4278)] = 147468, - [SMALL_STATE(4279)] = 147485, - [SMALL_STATE(4280)] = 147502, - [SMALL_STATE(4281)] = 147519, - [SMALL_STATE(4282)] = 147536, - [SMALL_STATE(4283)] = 147553, - [SMALL_STATE(4284)] = 147570, - [SMALL_STATE(4285)] = 147585, - [SMALL_STATE(4286)] = 147602, - [SMALL_STATE(4287)] = 147619, - [SMALL_STATE(4288)] = 147636, - [SMALL_STATE(4289)] = 147653, - [SMALL_STATE(4290)] = 147670, - [SMALL_STATE(4291)] = 147687, - [SMALL_STATE(4292)] = 147704, - [SMALL_STATE(4293)] = 147721, - [SMALL_STATE(4294)] = 147738, - [SMALL_STATE(4295)] = 147755, - [SMALL_STATE(4296)] = 147772, - [SMALL_STATE(4297)] = 147787, - [SMALL_STATE(4298)] = 147804, - [SMALL_STATE(4299)] = 147821, - [SMALL_STATE(4300)] = 147836, - [SMALL_STATE(4301)] = 147851, - [SMALL_STATE(4302)] = 147868, - [SMALL_STATE(4303)] = 147885, - [SMALL_STATE(4304)] = 147902, - [SMALL_STATE(4305)] = 147919, - [SMALL_STATE(4306)] = 147936, - [SMALL_STATE(4307)] = 147953, - [SMALL_STATE(4308)] = 147970, - [SMALL_STATE(4309)] = 147987, - [SMALL_STATE(4310)] = 148004, - [SMALL_STATE(4311)] = 148021, - [SMALL_STATE(4312)] = 148038, - [SMALL_STATE(4313)] = 148055, - [SMALL_STATE(4314)] = 148072, - [SMALL_STATE(4315)] = 148089, - [SMALL_STATE(4316)] = 148106, - [SMALL_STATE(4317)] = 148123, - [SMALL_STATE(4318)] = 148140, - [SMALL_STATE(4319)] = 148157, - [SMALL_STATE(4320)] = 148174, - [SMALL_STATE(4321)] = 148191, - [SMALL_STATE(4322)] = 148206, - [SMALL_STATE(4323)] = 148223, - [SMALL_STATE(4324)] = 148240, - [SMALL_STATE(4325)] = 148255, - [SMALL_STATE(4326)] = 148272, - [SMALL_STATE(4327)] = 148289, - [SMALL_STATE(4328)] = 148306, - [SMALL_STATE(4329)] = 148321, - [SMALL_STATE(4330)] = 148338, - [SMALL_STATE(4331)] = 148355, - [SMALL_STATE(4332)] = 148370, - [SMALL_STATE(4333)] = 148387, - [SMALL_STATE(4334)] = 148404, - [SMALL_STATE(4335)] = 148421, - [SMALL_STATE(4336)] = 148438, - [SMALL_STATE(4337)] = 148453, - [SMALL_STATE(4338)] = 148470, - [SMALL_STATE(4339)] = 148485, - [SMALL_STATE(4340)] = 148502, - [SMALL_STATE(4341)] = 148519, - [SMALL_STATE(4342)] = 148534, - [SMALL_STATE(4343)] = 148551, - [SMALL_STATE(4344)] = 148568, - [SMALL_STATE(4345)] = 148585, - [SMALL_STATE(4346)] = 148602, - [SMALL_STATE(4347)] = 148617, - [SMALL_STATE(4348)] = 148632, - [SMALL_STATE(4349)] = 148649, - [SMALL_STATE(4350)] = 148666, - [SMALL_STATE(4351)] = 148683, - [SMALL_STATE(4352)] = 148700, - [SMALL_STATE(4353)] = 148717, - [SMALL_STATE(4354)] = 148732, - [SMALL_STATE(4355)] = 148749, - [SMALL_STATE(4356)] = 148766, - [SMALL_STATE(4357)] = 148783, - [SMALL_STATE(4358)] = 148800, - [SMALL_STATE(4359)] = 148815, - [SMALL_STATE(4360)] = 148832, - [SMALL_STATE(4361)] = 148847, - [SMALL_STATE(4362)] = 148864, - [SMALL_STATE(4363)] = 148881, - [SMALL_STATE(4364)] = 148898, - [SMALL_STATE(4365)] = 148915, - [SMALL_STATE(4366)] = 148932, - [SMALL_STATE(4367)] = 148949, - [SMALL_STATE(4368)] = 148966, - [SMALL_STATE(4369)] = 148983, - [SMALL_STATE(4370)] = 149000, - [SMALL_STATE(4371)] = 149017, - [SMALL_STATE(4372)] = 149034, - [SMALL_STATE(4373)] = 149051, - [SMALL_STATE(4374)] = 149068, - [SMALL_STATE(4375)] = 149085, - [SMALL_STATE(4376)] = 149102, - [SMALL_STATE(4377)] = 149119, - [SMALL_STATE(4378)] = 149136, - [SMALL_STATE(4379)] = 149153, - [SMALL_STATE(4380)] = 149170, - [SMALL_STATE(4381)] = 149187, - [SMALL_STATE(4382)] = 149204, - [SMALL_STATE(4383)] = 149221, - [SMALL_STATE(4384)] = 149236, - [SMALL_STATE(4385)] = 149253, - [SMALL_STATE(4386)] = 149270, - [SMALL_STATE(4387)] = 149287, - [SMALL_STATE(4388)] = 149304, - [SMALL_STATE(4389)] = 149321, - [SMALL_STATE(4390)] = 149338, - [SMALL_STATE(4391)] = 149355, - [SMALL_STATE(4392)] = 149372, - [SMALL_STATE(4393)] = 149389, - [SMALL_STATE(4394)] = 149406, - [SMALL_STATE(4395)] = 149423, - [SMALL_STATE(4396)] = 149440, - [SMALL_STATE(4397)] = 149457, - [SMALL_STATE(4398)] = 149474, - [SMALL_STATE(4399)] = 149491, - [SMALL_STATE(4400)] = 149508, - [SMALL_STATE(4401)] = 149525, - [SMALL_STATE(4402)] = 149542, - [SMALL_STATE(4403)] = 149559, - [SMALL_STATE(4404)] = 149576, - [SMALL_STATE(4405)] = 149593, - [SMALL_STATE(4406)] = 149610, - [SMALL_STATE(4407)] = 149627, - [SMALL_STATE(4408)] = 149644, - [SMALL_STATE(4409)] = 149661, - [SMALL_STATE(4410)] = 149678, - [SMALL_STATE(4411)] = 149695, - [SMALL_STATE(4412)] = 149712, - [SMALL_STATE(4413)] = 149729, - [SMALL_STATE(4414)] = 149746, - [SMALL_STATE(4415)] = 149763, - [SMALL_STATE(4416)] = 149780, - [SMALL_STATE(4417)] = 149797, - [SMALL_STATE(4418)] = 149814, - [SMALL_STATE(4419)] = 149829, - [SMALL_STATE(4420)] = 149846, - [SMALL_STATE(4421)] = 149863, - [SMALL_STATE(4422)] = 149880, - [SMALL_STATE(4423)] = 149897, - [SMALL_STATE(4424)] = 149914, - [SMALL_STATE(4425)] = 149931, - [SMALL_STATE(4426)] = 149948, - [SMALL_STATE(4427)] = 149965, - [SMALL_STATE(4428)] = 149980, - [SMALL_STATE(4429)] = 149997, - [SMALL_STATE(4430)] = 150014, - [SMALL_STATE(4431)] = 150028, - [SMALL_STATE(4432)] = 150042, - [SMALL_STATE(4433)] = 150056, - [SMALL_STATE(4434)] = 150070, - [SMALL_STATE(4435)] = 150084, - [SMALL_STATE(4436)] = 150098, - [SMALL_STATE(4437)] = 150112, - [SMALL_STATE(4438)] = 150126, - [SMALL_STATE(4439)] = 150140, - [SMALL_STATE(4440)] = 150154, - [SMALL_STATE(4441)] = 150168, - [SMALL_STATE(4442)] = 150182, - [SMALL_STATE(4443)] = 150196, - [SMALL_STATE(4444)] = 150210, - [SMALL_STATE(4445)] = 150224, - [SMALL_STATE(4446)] = 150238, - [SMALL_STATE(4447)] = 150252, - [SMALL_STATE(4448)] = 150266, - [SMALL_STATE(4449)] = 150280, - [SMALL_STATE(4450)] = 150294, - [SMALL_STATE(4451)] = 150308, - [SMALL_STATE(4452)] = 150322, - [SMALL_STATE(4453)] = 150336, - [SMALL_STATE(4454)] = 150350, - [SMALL_STATE(4455)] = 150364, - [SMALL_STATE(4456)] = 150378, - [SMALL_STATE(4457)] = 150392, - [SMALL_STATE(4458)] = 150406, - [SMALL_STATE(4459)] = 150420, - [SMALL_STATE(4460)] = 150434, - [SMALL_STATE(4461)] = 150448, - [SMALL_STATE(4462)] = 150462, - [SMALL_STATE(4463)] = 150476, - [SMALL_STATE(4464)] = 150490, - [SMALL_STATE(4465)] = 150504, - [SMALL_STATE(4466)] = 150518, - [SMALL_STATE(4467)] = 150532, - [SMALL_STATE(4468)] = 150546, - [SMALL_STATE(4469)] = 150560, - [SMALL_STATE(4470)] = 150574, - [SMALL_STATE(4471)] = 150588, - [SMALL_STATE(4472)] = 150602, - [SMALL_STATE(4473)] = 150616, - [SMALL_STATE(4474)] = 150630, - [SMALL_STATE(4475)] = 150644, - [SMALL_STATE(4476)] = 150658, - [SMALL_STATE(4477)] = 150672, - [SMALL_STATE(4478)] = 150686, - [SMALL_STATE(4479)] = 150700, - [SMALL_STATE(4480)] = 150714, - [SMALL_STATE(4481)] = 150728, - [SMALL_STATE(4482)] = 150742, - [SMALL_STATE(4483)] = 150756, - [SMALL_STATE(4484)] = 150770, - [SMALL_STATE(4485)] = 150784, - [SMALL_STATE(4486)] = 150798, - [SMALL_STATE(4487)] = 150812, - [SMALL_STATE(4488)] = 150826, - [SMALL_STATE(4489)] = 150840, - [SMALL_STATE(4490)] = 150854, - [SMALL_STATE(4491)] = 150868, - [SMALL_STATE(4492)] = 150882, - [SMALL_STATE(4493)] = 150896, - [SMALL_STATE(4494)] = 150910, - [SMALL_STATE(4495)] = 150924, - [SMALL_STATE(4496)] = 150938, - [SMALL_STATE(4497)] = 150952, - [SMALL_STATE(4498)] = 150966, - [SMALL_STATE(4499)] = 150980, - [SMALL_STATE(4500)] = 150994, - [SMALL_STATE(4501)] = 151008, - [SMALL_STATE(4502)] = 151022, - [SMALL_STATE(4503)] = 151036, - [SMALL_STATE(4504)] = 151050, - [SMALL_STATE(4505)] = 151064, - [SMALL_STATE(4506)] = 151078, - [SMALL_STATE(4507)] = 151092, - [SMALL_STATE(4508)] = 151106, - [SMALL_STATE(4509)] = 151120, - [SMALL_STATE(4510)] = 151134, - [SMALL_STATE(4511)] = 151148, - [SMALL_STATE(4512)] = 151162, - [SMALL_STATE(4513)] = 151176, - [SMALL_STATE(4514)] = 151190, - [SMALL_STATE(4515)] = 151204, - [SMALL_STATE(4516)] = 151218, - [SMALL_STATE(4517)] = 151232, - [SMALL_STATE(4518)] = 151246, - [SMALL_STATE(4519)] = 151260, - [SMALL_STATE(4520)] = 151274, - [SMALL_STATE(4521)] = 151288, - [SMALL_STATE(4522)] = 151302, - [SMALL_STATE(4523)] = 151316, - [SMALL_STATE(4524)] = 151330, - [SMALL_STATE(4525)] = 151344, - [SMALL_STATE(4526)] = 151358, - [SMALL_STATE(4527)] = 151372, - [SMALL_STATE(4528)] = 151386, - [SMALL_STATE(4529)] = 151400, - [SMALL_STATE(4530)] = 151414, - [SMALL_STATE(4531)] = 151428, - [SMALL_STATE(4532)] = 151442, - [SMALL_STATE(4533)] = 151456, - [SMALL_STATE(4534)] = 151470, - [SMALL_STATE(4535)] = 151484, - [SMALL_STATE(4536)] = 151498, - [SMALL_STATE(4537)] = 151512, - [SMALL_STATE(4538)] = 151526, - [SMALL_STATE(4539)] = 151540, - [SMALL_STATE(4540)] = 151554, - [SMALL_STATE(4541)] = 151568, - [SMALL_STATE(4542)] = 151582, - [SMALL_STATE(4543)] = 151596, - [SMALL_STATE(4544)] = 151610, - [SMALL_STATE(4545)] = 151624, - [SMALL_STATE(4546)] = 151638, - [SMALL_STATE(4547)] = 151652, - [SMALL_STATE(4548)] = 151666, - [SMALL_STATE(4549)] = 151680, - [SMALL_STATE(4550)] = 151694, - [SMALL_STATE(4551)] = 151708, - [SMALL_STATE(4552)] = 151722, - [SMALL_STATE(4553)] = 151736, - [SMALL_STATE(4554)] = 151750, - [SMALL_STATE(4555)] = 151764, - [SMALL_STATE(4556)] = 151778, - [SMALL_STATE(4557)] = 151792, - [SMALL_STATE(4558)] = 151806, - [SMALL_STATE(4559)] = 151820, - [SMALL_STATE(4560)] = 151834, - [SMALL_STATE(4561)] = 151848, - [SMALL_STATE(4562)] = 151862, - [SMALL_STATE(4563)] = 151876, - [SMALL_STATE(4564)] = 151890, - [SMALL_STATE(4565)] = 151904, - [SMALL_STATE(4566)] = 151918, - [SMALL_STATE(4567)] = 151932, - [SMALL_STATE(4568)] = 151946, - [SMALL_STATE(4569)] = 151960, - [SMALL_STATE(4570)] = 151974, - [SMALL_STATE(4571)] = 151988, - [SMALL_STATE(4572)] = 152002, - [SMALL_STATE(4573)] = 152016, - [SMALL_STATE(4574)] = 152030, - [SMALL_STATE(4575)] = 152044, - [SMALL_STATE(4576)] = 152058, - [SMALL_STATE(4577)] = 152072, - [SMALL_STATE(4578)] = 152086, - [SMALL_STATE(4579)] = 152100, - [SMALL_STATE(4580)] = 152114, - [SMALL_STATE(4581)] = 152128, - [SMALL_STATE(4582)] = 152142, - [SMALL_STATE(4583)] = 152156, - [SMALL_STATE(4584)] = 152170, - [SMALL_STATE(4585)] = 152184, - [SMALL_STATE(4586)] = 152198, - [SMALL_STATE(4587)] = 152212, - [SMALL_STATE(4588)] = 152226, - [SMALL_STATE(4589)] = 152240, - [SMALL_STATE(4590)] = 152254, - [SMALL_STATE(4591)] = 152268, - [SMALL_STATE(4592)] = 152282, - [SMALL_STATE(4593)] = 152296, - [SMALL_STATE(4594)] = 152310, - [SMALL_STATE(4595)] = 152324, - [SMALL_STATE(4596)] = 152338, - [SMALL_STATE(4597)] = 152352, - [SMALL_STATE(4598)] = 152366, - [SMALL_STATE(4599)] = 152380, - [SMALL_STATE(4600)] = 152394, - [SMALL_STATE(4601)] = 152408, - [SMALL_STATE(4602)] = 152422, - [SMALL_STATE(4603)] = 152436, - [SMALL_STATE(4604)] = 152450, - [SMALL_STATE(4605)] = 152464, - [SMALL_STATE(4606)] = 152478, - [SMALL_STATE(4607)] = 152492, - [SMALL_STATE(4608)] = 152506, - [SMALL_STATE(4609)] = 152520, - [SMALL_STATE(4610)] = 152534, - [SMALL_STATE(4611)] = 152548, - [SMALL_STATE(4612)] = 152562, - [SMALL_STATE(4613)] = 152576, - [SMALL_STATE(4614)] = 152590, - [SMALL_STATE(4615)] = 152604, - [SMALL_STATE(4616)] = 152618, - [SMALL_STATE(4617)] = 152632, - [SMALL_STATE(4618)] = 152646, - [SMALL_STATE(4619)] = 152660, - [SMALL_STATE(4620)] = 152674, - [SMALL_STATE(4621)] = 152688, - [SMALL_STATE(4622)] = 152702, - [SMALL_STATE(4623)] = 152716, - [SMALL_STATE(4624)] = 152730, - [SMALL_STATE(4625)] = 152744, - [SMALL_STATE(4626)] = 152758, - [SMALL_STATE(4627)] = 152772, - [SMALL_STATE(4628)] = 152786, - [SMALL_STATE(4629)] = 152800, - [SMALL_STATE(4630)] = 152814, - [SMALL_STATE(4631)] = 152828, - [SMALL_STATE(4632)] = 152842, - [SMALL_STATE(4633)] = 152856, - [SMALL_STATE(4634)] = 152870, - [SMALL_STATE(4635)] = 152884, - [SMALL_STATE(4636)] = 152898, - [SMALL_STATE(4637)] = 152912, - [SMALL_STATE(4638)] = 152926, - [SMALL_STATE(4639)] = 152940, - [SMALL_STATE(4640)] = 152954, - [SMALL_STATE(4641)] = 152968, - [SMALL_STATE(4642)] = 152982, - [SMALL_STATE(4643)] = 152996, - [SMALL_STATE(4644)] = 153010, - [SMALL_STATE(4645)] = 153024, - [SMALL_STATE(4646)] = 153038, - [SMALL_STATE(4647)] = 153052, - [SMALL_STATE(4648)] = 153066, - [SMALL_STATE(4649)] = 153080, - [SMALL_STATE(4650)] = 153094, - [SMALL_STATE(4651)] = 153108, - [SMALL_STATE(4652)] = 153122, - [SMALL_STATE(4653)] = 153136, - [SMALL_STATE(4654)] = 153150, - [SMALL_STATE(4655)] = 153164, - [SMALL_STATE(4656)] = 153178, - [SMALL_STATE(4657)] = 153192, - [SMALL_STATE(4658)] = 153206, - [SMALL_STATE(4659)] = 153220, - [SMALL_STATE(4660)] = 153234, - [SMALL_STATE(4661)] = 153248, - [SMALL_STATE(4662)] = 153262, - [SMALL_STATE(4663)] = 153276, - [SMALL_STATE(4664)] = 153290, - [SMALL_STATE(4665)] = 153304, - [SMALL_STATE(4666)] = 153318, - [SMALL_STATE(4667)] = 153332, - [SMALL_STATE(4668)] = 153346, - [SMALL_STATE(4669)] = 153360, - [SMALL_STATE(4670)] = 153374, - [SMALL_STATE(4671)] = 153388, - [SMALL_STATE(4672)] = 153402, - [SMALL_STATE(4673)] = 153416, - [SMALL_STATE(4674)] = 153430, - [SMALL_STATE(4675)] = 153444, - [SMALL_STATE(4676)] = 153458, - [SMALL_STATE(4677)] = 153472, - [SMALL_STATE(4678)] = 153486, - [SMALL_STATE(4679)] = 153500, - [SMALL_STATE(4680)] = 153514, - [SMALL_STATE(4681)] = 153528, - [SMALL_STATE(4682)] = 153542, - [SMALL_STATE(4683)] = 153556, - [SMALL_STATE(4684)] = 153570, - [SMALL_STATE(4685)] = 153584, - [SMALL_STATE(4686)] = 153598, - [SMALL_STATE(4687)] = 153612, - [SMALL_STATE(4688)] = 153626, - [SMALL_STATE(4689)] = 153640, - [SMALL_STATE(4690)] = 153654, - [SMALL_STATE(4691)] = 153668, - [SMALL_STATE(4692)] = 153682, - [SMALL_STATE(4693)] = 153696, - [SMALL_STATE(4694)] = 153710, - [SMALL_STATE(4695)] = 153724, - [SMALL_STATE(4696)] = 153738, - [SMALL_STATE(4697)] = 153752, - [SMALL_STATE(4698)] = 153766, - [SMALL_STATE(4699)] = 153780, - [SMALL_STATE(4700)] = 153794, - [SMALL_STATE(4701)] = 153808, - [SMALL_STATE(4702)] = 153822, - [SMALL_STATE(4703)] = 153836, - [SMALL_STATE(4704)] = 153850, - [SMALL_STATE(4705)] = 153864, - [SMALL_STATE(4706)] = 153878, - [SMALL_STATE(4707)] = 153892, - [SMALL_STATE(4708)] = 153906, - [SMALL_STATE(4709)] = 153920, - [SMALL_STATE(4710)] = 153934, - [SMALL_STATE(4711)] = 153948, - [SMALL_STATE(4712)] = 153962, - [SMALL_STATE(4713)] = 153976, - [SMALL_STATE(4714)] = 153990, - [SMALL_STATE(4715)] = 154004, - [SMALL_STATE(4716)] = 154018, - [SMALL_STATE(4717)] = 154032, - [SMALL_STATE(4718)] = 154046, - [SMALL_STATE(4719)] = 154060, - [SMALL_STATE(4720)] = 154074, - [SMALL_STATE(4721)] = 154088, - [SMALL_STATE(4722)] = 154102, - [SMALL_STATE(4723)] = 154116, - [SMALL_STATE(4724)] = 154130, - [SMALL_STATE(4725)] = 154144, - [SMALL_STATE(4726)] = 154158, - [SMALL_STATE(4727)] = 154172, - [SMALL_STATE(4728)] = 154186, - [SMALL_STATE(4729)] = 154200, - [SMALL_STATE(4730)] = 154214, - [SMALL_STATE(4731)] = 154228, - [SMALL_STATE(4732)] = 154242, - [SMALL_STATE(4733)] = 154256, - [SMALL_STATE(4734)] = 154270, - [SMALL_STATE(4735)] = 154284, - [SMALL_STATE(4736)] = 154298, - [SMALL_STATE(4737)] = 154312, - [SMALL_STATE(4738)] = 154326, - [SMALL_STATE(4739)] = 154340, - [SMALL_STATE(4740)] = 154354, - [SMALL_STATE(4741)] = 154368, - [SMALL_STATE(4742)] = 154382, - [SMALL_STATE(4743)] = 154396, - [SMALL_STATE(4744)] = 154410, - [SMALL_STATE(4745)] = 154424, - [SMALL_STATE(4746)] = 154438, - [SMALL_STATE(4747)] = 154452, - [SMALL_STATE(4748)] = 154466, - [SMALL_STATE(4749)] = 154480, - [SMALL_STATE(4750)] = 154494, - [SMALL_STATE(4751)] = 154508, - [SMALL_STATE(4752)] = 154522, - [SMALL_STATE(4753)] = 154536, - [SMALL_STATE(4754)] = 154550, - [SMALL_STATE(4755)] = 154564, - [SMALL_STATE(4756)] = 154578, - [SMALL_STATE(4757)] = 154592, - [SMALL_STATE(4758)] = 154606, - [SMALL_STATE(4759)] = 154610, - [SMALL_STATE(4760)] = 154614, + [SMALL_STATE(3660)] = 135567, + [SMALL_STATE(3661)] = 135587, + [SMALL_STATE(3662)] = 135611, + [SMALL_STATE(3663)] = 135635, + [SMALL_STATE(3664)] = 135657, + [SMALL_STATE(3665)] = 135679, + [SMALL_STATE(3666)] = 135703, + [SMALL_STATE(3667)] = 135729, + [SMALL_STATE(3668)] = 135751, + [SMALL_STATE(3669)] = 135773, + [SMALL_STATE(3670)] = 135797, + [SMALL_STATE(3671)] = 135819, + [SMALL_STATE(3672)] = 135843, + [SMALL_STATE(3673)] = 135869, + [SMALL_STATE(3674)] = 135895, + [SMALL_STATE(3675)] = 135917, + [SMALL_STATE(3676)] = 135935, + [SMALL_STATE(3677)] = 135961, + [SMALL_STATE(3678)] = 135979, + [SMALL_STATE(3679)] = 135997, + [SMALL_STATE(3680)] = 136017, + [SMALL_STATE(3681)] = 136037, + [SMALL_STATE(3682)] = 136063, + [SMALL_STATE(3683)] = 136083, + [SMALL_STATE(3684)] = 136101, + [SMALL_STATE(3685)] = 136119, + [SMALL_STATE(3686)] = 136139, + [SMALL_STATE(3687)] = 136163, + [SMALL_STATE(3688)] = 136187, + [SMALL_STATE(3689)] = 136211, + [SMALL_STATE(3690)] = 136229, + [SMALL_STATE(3691)] = 136255, + [SMALL_STATE(3692)] = 136275, + [SMALL_STATE(3693)] = 136296, + [SMALL_STATE(3694)] = 136317, + [SMALL_STATE(3695)] = 136338, + [SMALL_STATE(3696)] = 136361, + [SMALL_STATE(3697)] = 136382, + [SMALL_STATE(3698)] = 136403, + [SMALL_STATE(3699)] = 136424, + [SMALL_STATE(3700)] = 136445, + [SMALL_STATE(3701)] = 136466, + [SMALL_STATE(3702)] = 136487, + [SMALL_STATE(3703)] = 136510, + [SMALL_STATE(3704)] = 136531, + [SMALL_STATE(3705)] = 136552, + [SMALL_STATE(3706)] = 136573, + [SMALL_STATE(3707)] = 136596, + [SMALL_STATE(3708)] = 136615, + [SMALL_STATE(3709)] = 136636, + [SMALL_STATE(3710)] = 136655, + [SMALL_STATE(3711)] = 136676, + [SMALL_STATE(3712)] = 136697, + [SMALL_STATE(3713)] = 136718, + [SMALL_STATE(3714)] = 136741, + [SMALL_STATE(3715)] = 136758, + [SMALL_STATE(3716)] = 136777, + [SMALL_STATE(3717)] = 136800, + [SMALL_STATE(3718)] = 136823, + [SMALL_STATE(3719)] = 136844, + [SMALL_STATE(3720)] = 136865, + [SMALL_STATE(3721)] = 136884, + [SMALL_STATE(3722)] = 136905, + [SMALL_STATE(3723)] = 136926, + [SMALL_STATE(3724)] = 136943, + [SMALL_STATE(3725)] = 136960, + [SMALL_STATE(3726)] = 136981, + [SMALL_STATE(3727)] = 136998, + [SMALL_STATE(3728)] = 137015, + [SMALL_STATE(3729)] = 137034, + [SMALL_STATE(3730)] = 137057, + [SMALL_STATE(3731)] = 137078, + [SMALL_STATE(3732)] = 137099, + [SMALL_STATE(3733)] = 137120, + [SMALL_STATE(3734)] = 137141, + [SMALL_STATE(3735)] = 137164, + [SMALL_STATE(3736)] = 137185, + [SMALL_STATE(3737)] = 137206, + [SMALL_STATE(3738)] = 137227, + [SMALL_STATE(3739)] = 137246, + [SMALL_STATE(3740)] = 137269, + [SMALL_STATE(3741)] = 137292, + [SMALL_STATE(3742)] = 137313, + [SMALL_STATE(3743)] = 137334, + [SMALL_STATE(3744)] = 137355, + [SMALL_STATE(3745)] = 137372, + [SMALL_STATE(3746)] = 137389, + [SMALL_STATE(3747)] = 137412, + [SMALL_STATE(3748)] = 137435, + [SMALL_STATE(3749)] = 137458, + [SMALL_STATE(3750)] = 137479, + [SMALL_STATE(3751)] = 137500, + [SMALL_STATE(3752)] = 137519, + [SMALL_STATE(3753)] = 137542, + [SMALL_STATE(3754)] = 137563, + [SMALL_STATE(3755)] = 137584, + [SMALL_STATE(3756)] = 137605, + [SMALL_STATE(3757)] = 137628, + [SMALL_STATE(3758)] = 137645, + [SMALL_STATE(3759)] = 137666, + [SMALL_STATE(3760)] = 137689, + [SMALL_STATE(3761)] = 137710, + [SMALL_STATE(3762)] = 137731, + [SMALL_STATE(3763)] = 137754, + [SMALL_STATE(3764)] = 137773, + [SMALL_STATE(3765)] = 137794, + [SMALL_STATE(3766)] = 137811, + [SMALL_STATE(3767)] = 137832, + [SMALL_STATE(3768)] = 137853, + [SMALL_STATE(3769)] = 137874, + [SMALL_STATE(3770)] = 137895, + [SMALL_STATE(3771)] = 137918, + [SMALL_STATE(3772)] = 137937, + [SMALL_STATE(3773)] = 137956, + [SMALL_STATE(3774)] = 137977, + [SMALL_STATE(3775)] = 138000, + [SMALL_STATE(3776)] = 138023, + [SMALL_STATE(3777)] = 138046, + [SMALL_STATE(3778)] = 138067, + [SMALL_STATE(3779)] = 138088, + [SMALL_STATE(3780)] = 138109, + [SMALL_STATE(3781)] = 138130, + [SMALL_STATE(3782)] = 138151, + [SMALL_STATE(3783)] = 138172, + [SMALL_STATE(3784)] = 138189, + [SMALL_STATE(3785)] = 138210, + [SMALL_STATE(3786)] = 138231, + [SMALL_STATE(3787)] = 138252, + [SMALL_STATE(3788)] = 138273, + [SMALL_STATE(3789)] = 138294, + [SMALL_STATE(3790)] = 138315, + [SMALL_STATE(3791)] = 138332, + [SMALL_STATE(3792)] = 138351, + [SMALL_STATE(3793)] = 138372, + [SMALL_STATE(3794)] = 138393, + [SMALL_STATE(3795)] = 138410, + [SMALL_STATE(3796)] = 138427, + [SMALL_STATE(3797)] = 138446, + [SMALL_STATE(3798)] = 138463, + [SMALL_STATE(3799)] = 138480, + [SMALL_STATE(3800)] = 138497, + [SMALL_STATE(3801)] = 138518, + [SMALL_STATE(3802)] = 138541, + [SMALL_STATE(3803)] = 138562, + [SMALL_STATE(3804)] = 138579, + [SMALL_STATE(3805)] = 138596, + [SMALL_STATE(3806)] = 138619, + [SMALL_STATE(3807)] = 138636, + [SMALL_STATE(3808)] = 138653, + [SMALL_STATE(3809)] = 138674, + [SMALL_STATE(3810)] = 138691, + [SMALL_STATE(3811)] = 138714, + [SMALL_STATE(3812)] = 138731, + [SMALL_STATE(3813)] = 138748, + [SMALL_STATE(3814)] = 138769, + [SMALL_STATE(3815)] = 138786, + [SMALL_STATE(3816)] = 138807, + [SMALL_STATE(3817)] = 138830, + [SMALL_STATE(3818)] = 138851, + [SMALL_STATE(3819)] = 138874, + [SMALL_STATE(3820)] = 138897, + [SMALL_STATE(3821)] = 138918, + [SMALL_STATE(3822)] = 138939, + [SMALL_STATE(3823)] = 138960, + [SMALL_STATE(3824)] = 138983, + [SMALL_STATE(3825)] = 139004, + [SMALL_STATE(3826)] = 139025, + [SMALL_STATE(3827)] = 139046, + [SMALL_STATE(3828)] = 139067, + [SMALL_STATE(3829)] = 139090, + [SMALL_STATE(3830)] = 139111, + [SMALL_STATE(3831)] = 139132, + [SMALL_STATE(3832)] = 139153, + [SMALL_STATE(3833)] = 139174, + [SMALL_STATE(3834)] = 139195, + [SMALL_STATE(3835)] = 139216, + [SMALL_STATE(3836)] = 139239, + [SMALL_STATE(3837)] = 139260, + [SMALL_STATE(3838)] = 139281, + [SMALL_STATE(3839)] = 139298, + [SMALL_STATE(3840)] = 139319, + [SMALL_STATE(3841)] = 139342, + [SMALL_STATE(3842)] = 139363, + [SMALL_STATE(3843)] = 139384, + [SMALL_STATE(3844)] = 139405, + [SMALL_STATE(3845)] = 139422, + [SMALL_STATE(3846)] = 139443, + [SMALL_STATE(3847)] = 139464, + [SMALL_STATE(3848)] = 139485, + [SMALL_STATE(3849)] = 139506, + [SMALL_STATE(3850)] = 139525, + [SMALL_STATE(3851)] = 139546, + [SMALL_STATE(3852)] = 139567, + [SMALL_STATE(3853)] = 139586, + [SMALL_STATE(3854)] = 139609, + [SMALL_STATE(3855)] = 139630, + [SMALL_STATE(3856)] = 139653, + [SMALL_STATE(3857)] = 139674, + [SMALL_STATE(3858)] = 139695, + [SMALL_STATE(3859)] = 139716, + [SMALL_STATE(3860)] = 139737, + [SMALL_STATE(3861)] = 139758, + [SMALL_STATE(3862)] = 139779, + [SMALL_STATE(3863)] = 139800, + [SMALL_STATE(3864)] = 139821, + [SMALL_STATE(3865)] = 139844, + [SMALL_STATE(3866)] = 139865, + [SMALL_STATE(3867)] = 139886, + [SMALL_STATE(3868)] = 139907, + [SMALL_STATE(3869)] = 139927, + [SMALL_STATE(3870)] = 139943, + [SMALL_STATE(3871)] = 139963, + [SMALL_STATE(3872)] = 139983, + [SMALL_STATE(3873)] = 140003, + [SMALL_STATE(3874)] = 140023, + [SMALL_STATE(3875)] = 140043, + [SMALL_STATE(3876)] = 140063, + [SMALL_STATE(3877)] = 140083, + [SMALL_STATE(3878)] = 140103, + [SMALL_STATE(3879)] = 140123, + [SMALL_STATE(3880)] = 140143, + [SMALL_STATE(3881)] = 140163, + [SMALL_STATE(3882)] = 140183, + [SMALL_STATE(3883)] = 140203, + [SMALL_STATE(3884)] = 140223, + [SMALL_STATE(3885)] = 140243, + [SMALL_STATE(3886)] = 140263, + [SMALL_STATE(3887)] = 140283, + [SMALL_STATE(3888)] = 140303, + [SMALL_STATE(3889)] = 140319, + [SMALL_STATE(3890)] = 140337, + [SMALL_STATE(3891)] = 140357, + [SMALL_STATE(3892)] = 140377, + [SMALL_STATE(3893)] = 140397, + [SMALL_STATE(3894)] = 140417, + [SMALL_STATE(3895)] = 140435, + [SMALL_STATE(3896)] = 140453, + [SMALL_STATE(3897)] = 140473, + [SMALL_STATE(3898)] = 140493, + [SMALL_STATE(3899)] = 140513, + [SMALL_STATE(3900)] = 140533, + [SMALL_STATE(3901)] = 140553, + [SMALL_STATE(3902)] = 140573, + [SMALL_STATE(3903)] = 140593, + [SMALL_STATE(3904)] = 140613, + [SMALL_STATE(3905)] = 140633, + [SMALL_STATE(3906)] = 140653, + [SMALL_STATE(3907)] = 140673, + [SMALL_STATE(3908)] = 140693, + [SMALL_STATE(3909)] = 140713, + [SMALL_STATE(3910)] = 140733, + [SMALL_STATE(3911)] = 140753, + [SMALL_STATE(3912)] = 140773, + [SMALL_STATE(3913)] = 140793, + [SMALL_STATE(3914)] = 140813, + [SMALL_STATE(3915)] = 140829, + [SMALL_STATE(3916)] = 140849, + [SMALL_STATE(3917)] = 140865, + [SMALL_STATE(3918)] = 140885, + [SMALL_STATE(3919)] = 140905, + [SMALL_STATE(3920)] = 140925, + [SMALL_STATE(3921)] = 140945, + [SMALL_STATE(3922)] = 140963, + [SMALL_STATE(3923)] = 140983, + [SMALL_STATE(3924)] = 141003, + [SMALL_STATE(3925)] = 141023, + [SMALL_STATE(3926)] = 141043, + [SMALL_STATE(3927)] = 141063, + [SMALL_STATE(3928)] = 141083, + [SMALL_STATE(3929)] = 141103, + [SMALL_STATE(3930)] = 141123, + [SMALL_STATE(3931)] = 141143, + [SMALL_STATE(3932)] = 141163, + [SMALL_STATE(3933)] = 141183, + [SMALL_STATE(3934)] = 141203, + [SMALL_STATE(3935)] = 141223, + [SMALL_STATE(3936)] = 141243, + [SMALL_STATE(3937)] = 141263, + [SMALL_STATE(3938)] = 141283, + [SMALL_STATE(3939)] = 141303, + [SMALL_STATE(3940)] = 141323, + [SMALL_STATE(3941)] = 141343, + [SMALL_STATE(3942)] = 141363, + [SMALL_STATE(3943)] = 141383, + [SMALL_STATE(3944)] = 141403, + [SMALL_STATE(3945)] = 141419, + [SMALL_STATE(3946)] = 141439, + [SMALL_STATE(3947)] = 141459, + [SMALL_STATE(3948)] = 141479, + [SMALL_STATE(3949)] = 141499, + [SMALL_STATE(3950)] = 141519, + [SMALL_STATE(3951)] = 141539, + [SMALL_STATE(3952)] = 141559, + [SMALL_STATE(3953)] = 141579, + [SMALL_STATE(3954)] = 141599, + [SMALL_STATE(3955)] = 141619, + [SMALL_STATE(3956)] = 141639, + [SMALL_STATE(3957)] = 141659, + [SMALL_STATE(3958)] = 141679, + [SMALL_STATE(3959)] = 141697, + [SMALL_STATE(3960)] = 141717, + [SMALL_STATE(3961)] = 141733, + [SMALL_STATE(3962)] = 141753, + [SMALL_STATE(3963)] = 141769, + [SMALL_STATE(3964)] = 141789, + [SMALL_STATE(3965)] = 141809, + [SMALL_STATE(3966)] = 141829, + [SMALL_STATE(3967)] = 141849, + [SMALL_STATE(3968)] = 141869, + [SMALL_STATE(3969)] = 141889, + [SMALL_STATE(3970)] = 141909, + [SMALL_STATE(3971)] = 141925, + [SMALL_STATE(3972)] = 141945, + [SMALL_STATE(3973)] = 141965, + [SMALL_STATE(3974)] = 141985, + [SMALL_STATE(3975)] = 142005, + [SMALL_STATE(3976)] = 142025, + [SMALL_STATE(3977)] = 142045, + [SMALL_STATE(3978)] = 142065, + [SMALL_STATE(3979)] = 142083, + [SMALL_STATE(3980)] = 142103, + [SMALL_STATE(3981)] = 142119, + [SMALL_STATE(3982)] = 142137, + [SMALL_STATE(3983)] = 142157, + [SMALL_STATE(3984)] = 142177, + [SMALL_STATE(3985)] = 142197, + [SMALL_STATE(3986)] = 142215, + [SMALL_STATE(3987)] = 142235, + [SMALL_STATE(3988)] = 142255, + [SMALL_STATE(3989)] = 142275, + [SMALL_STATE(3990)] = 142295, + [SMALL_STATE(3991)] = 142315, + [SMALL_STATE(3992)] = 142331, + [SMALL_STATE(3993)] = 142349, + [SMALL_STATE(3994)] = 142369, + [SMALL_STATE(3995)] = 142389, + [SMALL_STATE(3996)] = 142409, + [SMALL_STATE(3997)] = 142429, + [SMALL_STATE(3998)] = 142449, + [SMALL_STATE(3999)] = 142469, + [SMALL_STATE(4000)] = 142489, + [SMALL_STATE(4001)] = 142509, + [SMALL_STATE(4002)] = 142529, + [SMALL_STATE(4003)] = 142549, + [SMALL_STATE(4004)] = 142569, + [SMALL_STATE(4005)] = 142587, + [SMALL_STATE(4006)] = 142607, + [SMALL_STATE(4007)] = 142627, + [SMALL_STATE(4008)] = 142647, + [SMALL_STATE(4009)] = 142667, + [SMALL_STATE(4010)] = 142687, + [SMALL_STATE(4011)] = 142707, + [SMALL_STATE(4012)] = 142725, + [SMALL_STATE(4013)] = 142745, + [SMALL_STATE(4014)] = 142765, + [SMALL_STATE(4015)] = 142783, + [SMALL_STATE(4016)] = 142803, + [SMALL_STATE(4017)] = 142823, + [SMALL_STATE(4018)] = 142843, + [SMALL_STATE(4019)] = 142863, + [SMALL_STATE(4020)] = 142883, + [SMALL_STATE(4021)] = 142903, + [SMALL_STATE(4022)] = 142921, + [SMALL_STATE(4023)] = 142941, + [SMALL_STATE(4024)] = 142961, + [SMALL_STATE(4025)] = 142979, + [SMALL_STATE(4026)] = 142995, + [SMALL_STATE(4027)] = 143015, + [SMALL_STATE(4028)] = 143035, + [SMALL_STATE(4029)] = 143055, + [SMALL_STATE(4030)] = 143075, + [SMALL_STATE(4031)] = 143095, + [SMALL_STATE(4032)] = 143115, + [SMALL_STATE(4033)] = 143131, + [SMALL_STATE(4034)] = 143151, + [SMALL_STATE(4035)] = 143171, + [SMALL_STATE(4036)] = 143191, + [SMALL_STATE(4037)] = 143211, + [SMALL_STATE(4038)] = 143231, + [SMALL_STATE(4039)] = 143249, + [SMALL_STATE(4040)] = 143269, + [SMALL_STATE(4041)] = 143289, + [SMALL_STATE(4042)] = 143309, + [SMALL_STATE(4043)] = 143329, + [SMALL_STATE(4044)] = 143349, + [SMALL_STATE(4045)] = 143369, + [SMALL_STATE(4046)] = 143389, + [SMALL_STATE(4047)] = 143409, + [SMALL_STATE(4048)] = 143429, + [SMALL_STATE(4049)] = 143449, + [SMALL_STATE(4050)] = 143469, + [SMALL_STATE(4051)] = 143489, + [SMALL_STATE(4052)] = 143509, + [SMALL_STATE(4053)] = 143529, + [SMALL_STATE(4054)] = 143549, + [SMALL_STATE(4055)] = 143569, + [SMALL_STATE(4056)] = 143585, + [SMALL_STATE(4057)] = 143603, + [SMALL_STATE(4058)] = 143623, + [SMALL_STATE(4059)] = 143641, + [SMALL_STATE(4060)] = 143661, + [SMALL_STATE(4061)] = 143681, + [SMALL_STATE(4062)] = 143701, + [SMALL_STATE(4063)] = 143721, + [SMALL_STATE(4064)] = 143741, + [SMALL_STATE(4065)] = 143761, + [SMALL_STATE(4066)] = 143781, + [SMALL_STATE(4067)] = 143801, + [SMALL_STATE(4068)] = 143821, + [SMALL_STATE(4069)] = 143841, + [SMALL_STATE(4070)] = 143861, + [SMALL_STATE(4071)] = 143881, + [SMALL_STATE(4072)] = 143901, + [SMALL_STATE(4073)] = 143921, + [SMALL_STATE(4074)] = 143941, + [SMALL_STATE(4075)] = 143957, + [SMALL_STATE(4076)] = 143977, + [SMALL_STATE(4077)] = 143997, + [SMALL_STATE(4078)] = 144017, + [SMALL_STATE(4079)] = 144037, + [SMALL_STATE(4080)] = 144053, + [SMALL_STATE(4081)] = 144073, + [SMALL_STATE(4082)] = 144093, + [SMALL_STATE(4083)] = 144113, + [SMALL_STATE(4084)] = 144133, + [SMALL_STATE(4085)] = 144153, + [SMALL_STATE(4086)] = 144173, + [SMALL_STATE(4087)] = 144189, + [SMALL_STATE(4088)] = 144209, + [SMALL_STATE(4089)] = 144227, + [SMALL_STATE(4090)] = 144247, + [SMALL_STATE(4091)] = 144267, + [SMALL_STATE(4092)] = 144285, + [SMALL_STATE(4093)] = 144305, + [SMALL_STATE(4094)] = 144325, + [SMALL_STATE(4095)] = 144345, + [SMALL_STATE(4096)] = 144365, + [SMALL_STATE(4097)] = 144385, + [SMALL_STATE(4098)] = 144405, + [SMALL_STATE(4099)] = 144425, + [SMALL_STATE(4100)] = 144445, + [SMALL_STATE(4101)] = 144465, + [SMALL_STATE(4102)] = 144483, + [SMALL_STATE(4103)] = 144503, + [SMALL_STATE(4104)] = 144523, + [SMALL_STATE(4105)] = 144543, + [SMALL_STATE(4106)] = 144563, + [SMALL_STATE(4107)] = 144583, + [SMALL_STATE(4108)] = 144603, + [SMALL_STATE(4109)] = 144623, + [SMALL_STATE(4110)] = 144643, + [SMALL_STATE(4111)] = 144663, + [SMALL_STATE(4112)] = 144683, + [SMALL_STATE(4113)] = 144700, + [SMALL_STATE(4114)] = 144717, + [SMALL_STATE(4115)] = 144734, + [SMALL_STATE(4116)] = 144751, + [SMALL_STATE(4117)] = 144768, + [SMALL_STATE(4118)] = 144785, + [SMALL_STATE(4119)] = 144802, + [SMALL_STATE(4120)] = 144819, + [SMALL_STATE(4121)] = 144836, + [SMALL_STATE(4122)] = 144853, + [SMALL_STATE(4123)] = 144870, + [SMALL_STATE(4124)] = 144887, + [SMALL_STATE(4125)] = 144904, + [SMALL_STATE(4126)] = 144921, + [SMALL_STATE(4127)] = 144938, + [SMALL_STATE(4128)] = 144955, + [SMALL_STATE(4129)] = 144972, + [SMALL_STATE(4130)] = 144987, + [SMALL_STATE(4131)] = 145004, + [SMALL_STATE(4132)] = 145021, + [SMALL_STATE(4133)] = 145038, + [SMALL_STATE(4134)] = 145055, + [SMALL_STATE(4135)] = 145072, + [SMALL_STATE(4136)] = 145089, + [SMALL_STATE(4137)] = 145106, + [SMALL_STATE(4138)] = 145123, + [SMALL_STATE(4139)] = 145140, + [SMALL_STATE(4140)] = 145157, + [SMALL_STATE(4141)] = 145172, + [SMALL_STATE(4142)] = 145189, + [SMALL_STATE(4143)] = 145206, + [SMALL_STATE(4144)] = 145223, + [SMALL_STATE(4145)] = 145240, + [SMALL_STATE(4146)] = 145257, + [SMALL_STATE(4147)] = 145274, + [SMALL_STATE(4148)] = 145291, + [SMALL_STATE(4149)] = 145308, + [SMALL_STATE(4150)] = 145325, + [SMALL_STATE(4151)] = 145342, + [SMALL_STATE(4152)] = 145359, + [SMALL_STATE(4153)] = 145376, + [SMALL_STATE(4154)] = 145391, + [SMALL_STATE(4155)] = 145408, + [SMALL_STATE(4156)] = 145425, + [SMALL_STATE(4157)] = 145442, + [SMALL_STATE(4158)] = 145459, + [SMALL_STATE(4159)] = 145476, + [SMALL_STATE(4160)] = 145493, + [SMALL_STATE(4161)] = 145510, + [SMALL_STATE(4162)] = 145527, + [SMALL_STATE(4163)] = 145544, + [SMALL_STATE(4164)] = 145561, + [SMALL_STATE(4165)] = 145576, + [SMALL_STATE(4166)] = 145593, + [SMALL_STATE(4167)] = 145610, + [SMALL_STATE(4168)] = 145627, + [SMALL_STATE(4169)] = 145644, + [SMALL_STATE(4170)] = 145661, + [SMALL_STATE(4171)] = 145678, + [SMALL_STATE(4172)] = 145695, + [SMALL_STATE(4173)] = 145712, + [SMALL_STATE(4174)] = 145729, + [SMALL_STATE(4175)] = 145746, + [SMALL_STATE(4176)] = 145763, + [SMALL_STATE(4177)] = 145780, + [SMALL_STATE(4178)] = 145797, + [SMALL_STATE(4179)] = 145814, + [SMALL_STATE(4180)] = 145831, + [SMALL_STATE(4181)] = 145848, + [SMALL_STATE(4182)] = 145863, + [SMALL_STATE(4183)] = 145880, + [SMALL_STATE(4184)] = 145897, + [SMALL_STATE(4185)] = 145914, + [SMALL_STATE(4186)] = 145929, + [SMALL_STATE(4187)] = 145946, + [SMALL_STATE(4188)] = 145963, + [SMALL_STATE(4189)] = 145980, + [SMALL_STATE(4190)] = 145995, + [SMALL_STATE(4191)] = 146012, + [SMALL_STATE(4192)] = 146029, + [SMALL_STATE(4193)] = 146046, + [SMALL_STATE(4194)] = 146063, + [SMALL_STATE(4195)] = 146078, + [SMALL_STATE(4196)] = 146095, + [SMALL_STATE(4197)] = 146112, + [SMALL_STATE(4198)] = 146129, + [SMALL_STATE(4199)] = 146146, + [SMALL_STATE(4200)] = 146163, + [SMALL_STATE(4201)] = 146180, + [SMALL_STATE(4202)] = 146197, + [SMALL_STATE(4203)] = 146214, + [SMALL_STATE(4204)] = 146231, + [SMALL_STATE(4205)] = 146248, + [SMALL_STATE(4206)] = 146265, + [SMALL_STATE(4207)] = 146280, + [SMALL_STATE(4208)] = 146297, + [SMALL_STATE(4209)] = 146314, + [SMALL_STATE(4210)] = 146331, + [SMALL_STATE(4211)] = 146348, + [SMALL_STATE(4212)] = 146363, + [SMALL_STATE(4213)] = 146380, + [SMALL_STATE(4214)] = 146397, + [SMALL_STATE(4215)] = 146414, + [SMALL_STATE(4216)] = 146431, + [SMALL_STATE(4217)] = 146448, + [SMALL_STATE(4218)] = 146465, + [SMALL_STATE(4219)] = 146482, + [SMALL_STATE(4220)] = 146499, + [SMALL_STATE(4221)] = 146516, + [SMALL_STATE(4222)] = 146531, + [SMALL_STATE(4223)] = 146548, + [SMALL_STATE(4224)] = 146565, + [SMALL_STATE(4225)] = 146582, + [SMALL_STATE(4226)] = 146599, + [SMALL_STATE(4227)] = 146616, + [SMALL_STATE(4228)] = 146633, + [SMALL_STATE(4229)] = 146650, + [SMALL_STATE(4230)] = 146667, + [SMALL_STATE(4231)] = 146684, + [SMALL_STATE(4232)] = 146699, + [SMALL_STATE(4233)] = 146716, + [SMALL_STATE(4234)] = 146733, + [SMALL_STATE(4235)] = 146750, + [SMALL_STATE(4236)] = 146767, + [SMALL_STATE(4237)] = 146784, + [SMALL_STATE(4238)] = 146801, + [SMALL_STATE(4239)] = 146818, + [SMALL_STATE(4240)] = 146835, + [SMALL_STATE(4241)] = 146852, + [SMALL_STATE(4242)] = 146869, + [SMALL_STATE(4243)] = 146886, + [SMALL_STATE(4244)] = 146903, + [SMALL_STATE(4245)] = 146920, + [SMALL_STATE(4246)] = 146937, + [SMALL_STATE(4247)] = 146954, + [SMALL_STATE(4248)] = 146971, + [SMALL_STATE(4249)] = 146988, + [SMALL_STATE(4250)] = 147005, + [SMALL_STATE(4251)] = 147022, + [SMALL_STATE(4252)] = 147039, + [SMALL_STATE(4253)] = 147056, + [SMALL_STATE(4254)] = 147073, + [SMALL_STATE(4255)] = 147090, + [SMALL_STATE(4256)] = 147107, + [SMALL_STATE(4257)] = 147124, + [SMALL_STATE(4258)] = 147141, + [SMALL_STATE(4259)] = 147158, + [SMALL_STATE(4260)] = 147175, + [SMALL_STATE(4261)] = 147192, + [SMALL_STATE(4262)] = 147207, + [SMALL_STATE(4263)] = 147224, + [SMALL_STATE(4264)] = 147241, + [SMALL_STATE(4265)] = 147258, + [SMALL_STATE(4266)] = 147275, + [SMALL_STATE(4267)] = 147292, + [SMALL_STATE(4268)] = 147309, + [SMALL_STATE(4269)] = 147326, + [SMALL_STATE(4270)] = 147343, + [SMALL_STATE(4271)] = 147360, + [SMALL_STATE(4272)] = 147377, + [SMALL_STATE(4273)] = 147394, + [SMALL_STATE(4274)] = 147411, + [SMALL_STATE(4275)] = 147428, + [SMALL_STATE(4276)] = 147445, + [SMALL_STATE(4277)] = 147462, + [SMALL_STATE(4278)] = 147479, + [SMALL_STATE(4279)] = 147496, + [SMALL_STATE(4280)] = 147513, + [SMALL_STATE(4281)] = 147530, + [SMALL_STATE(4282)] = 147547, + [SMALL_STATE(4283)] = 147564, + [SMALL_STATE(4284)] = 147581, + [SMALL_STATE(4285)] = 147598, + [SMALL_STATE(4286)] = 147613, + [SMALL_STATE(4287)] = 147630, + [SMALL_STATE(4288)] = 147647, + [SMALL_STATE(4289)] = 147664, + [SMALL_STATE(4290)] = 147681, + [SMALL_STATE(4291)] = 147698, + [SMALL_STATE(4292)] = 147715, + [SMALL_STATE(4293)] = 147732, + [SMALL_STATE(4294)] = 147749, + [SMALL_STATE(4295)] = 147766, + [SMALL_STATE(4296)] = 147783, + [SMALL_STATE(4297)] = 147800, + [SMALL_STATE(4298)] = 147815, + [SMALL_STATE(4299)] = 147832, + [SMALL_STATE(4300)] = 147849, + [SMALL_STATE(4301)] = 147864, + [SMALL_STATE(4302)] = 147879, + [SMALL_STATE(4303)] = 147896, + [SMALL_STATE(4304)] = 147913, + [SMALL_STATE(4305)] = 147930, + [SMALL_STATE(4306)] = 147947, + [SMALL_STATE(4307)] = 147964, + [SMALL_STATE(4308)] = 147981, + [SMALL_STATE(4309)] = 147998, + [SMALL_STATE(4310)] = 148015, + [SMALL_STATE(4311)] = 148032, + [SMALL_STATE(4312)] = 148049, + [SMALL_STATE(4313)] = 148066, + [SMALL_STATE(4314)] = 148083, + [SMALL_STATE(4315)] = 148100, + [SMALL_STATE(4316)] = 148117, + [SMALL_STATE(4317)] = 148134, + [SMALL_STATE(4318)] = 148151, + [SMALL_STATE(4319)] = 148168, + [SMALL_STATE(4320)] = 148185, + [SMALL_STATE(4321)] = 148202, + [SMALL_STATE(4322)] = 148219, + [SMALL_STATE(4323)] = 148234, + [SMALL_STATE(4324)] = 148251, + [SMALL_STATE(4325)] = 148268, + [SMALL_STATE(4326)] = 148285, + [SMALL_STATE(4327)] = 148302, + [SMALL_STATE(4328)] = 148317, + [SMALL_STATE(4329)] = 148332, + [SMALL_STATE(4330)] = 148347, + [SMALL_STATE(4331)] = 148364, + [SMALL_STATE(4332)] = 148381, + [SMALL_STATE(4333)] = 148396, + [SMALL_STATE(4334)] = 148413, + [SMALL_STATE(4335)] = 148430, + [SMALL_STATE(4336)] = 148447, + [SMALL_STATE(4337)] = 148464, + [SMALL_STATE(4338)] = 148479, + [SMALL_STATE(4339)] = 148496, + [SMALL_STATE(4340)] = 148511, + [SMALL_STATE(4341)] = 148528, + [SMALL_STATE(4342)] = 148545, + [SMALL_STATE(4343)] = 148560, + [SMALL_STATE(4344)] = 148577, + [SMALL_STATE(4345)] = 148594, + [SMALL_STATE(4346)] = 148609, + [SMALL_STATE(4347)] = 148626, + [SMALL_STATE(4348)] = 148641, + [SMALL_STATE(4349)] = 148658, + [SMALL_STATE(4350)] = 148675, + [SMALL_STATE(4351)] = 148692, + [SMALL_STATE(4352)] = 148709, + [SMALL_STATE(4353)] = 148726, + [SMALL_STATE(4354)] = 148743, + [SMALL_STATE(4355)] = 148760, + [SMALL_STATE(4356)] = 148775, + [SMALL_STATE(4357)] = 148792, + [SMALL_STATE(4358)] = 148809, + [SMALL_STATE(4359)] = 148826, + [SMALL_STATE(4360)] = 148841, + [SMALL_STATE(4361)] = 148858, + [SMALL_STATE(4362)] = 148873, + [SMALL_STATE(4363)] = 148890, + [SMALL_STATE(4364)] = 148907, + [SMALL_STATE(4365)] = 148924, + [SMALL_STATE(4366)] = 148941, + [SMALL_STATE(4367)] = 148958, + [SMALL_STATE(4368)] = 148975, + [SMALL_STATE(4369)] = 148992, + [SMALL_STATE(4370)] = 149009, + [SMALL_STATE(4371)] = 149026, + [SMALL_STATE(4372)] = 149043, + [SMALL_STATE(4373)] = 149060, + [SMALL_STATE(4374)] = 149077, + [SMALL_STATE(4375)] = 149094, + [SMALL_STATE(4376)] = 149111, + [SMALL_STATE(4377)] = 149128, + [SMALL_STATE(4378)] = 149145, + [SMALL_STATE(4379)] = 149162, + [SMALL_STATE(4380)] = 149179, + [SMALL_STATE(4381)] = 149196, + [SMALL_STATE(4382)] = 149213, + [SMALL_STATE(4383)] = 149230, + [SMALL_STATE(4384)] = 149247, + [SMALL_STATE(4385)] = 149264, + [SMALL_STATE(4386)] = 149281, + [SMALL_STATE(4387)] = 149298, + [SMALL_STATE(4388)] = 149315, + [SMALL_STATE(4389)] = 149332, + [SMALL_STATE(4390)] = 149347, + [SMALL_STATE(4391)] = 149364, + [SMALL_STATE(4392)] = 149381, + [SMALL_STATE(4393)] = 149398, + [SMALL_STATE(4394)] = 149415, + [SMALL_STATE(4395)] = 149432, + [SMALL_STATE(4396)] = 149449, + [SMALL_STATE(4397)] = 149466, + [SMALL_STATE(4398)] = 149483, + [SMALL_STATE(4399)] = 149500, + [SMALL_STATE(4400)] = 149517, + [SMALL_STATE(4401)] = 149534, + [SMALL_STATE(4402)] = 149551, + [SMALL_STATE(4403)] = 149568, + [SMALL_STATE(4404)] = 149585, + [SMALL_STATE(4405)] = 149602, + [SMALL_STATE(4406)] = 149619, + [SMALL_STATE(4407)] = 149636, + [SMALL_STATE(4408)] = 149653, + [SMALL_STATE(4409)] = 149670, + [SMALL_STATE(4410)] = 149687, + [SMALL_STATE(4411)] = 149704, + [SMALL_STATE(4412)] = 149721, + [SMALL_STATE(4413)] = 149738, + [SMALL_STATE(4414)] = 149755, + [SMALL_STATE(4415)] = 149772, + [SMALL_STATE(4416)] = 149789, + [SMALL_STATE(4417)] = 149806, + [SMALL_STATE(4418)] = 149823, + [SMALL_STATE(4419)] = 149840, + [SMALL_STATE(4420)] = 149855, + [SMALL_STATE(4421)] = 149872, + [SMALL_STATE(4422)] = 149889, + [SMALL_STATE(4423)] = 149906, + [SMALL_STATE(4424)] = 149923, + [SMALL_STATE(4425)] = 149940, + [SMALL_STATE(4426)] = 149957, + [SMALL_STATE(4427)] = 149974, + [SMALL_STATE(4428)] = 149991, + [SMALL_STATE(4429)] = 150006, + [SMALL_STATE(4430)] = 150023, + [SMALL_STATE(4431)] = 150040, + [SMALL_STATE(4432)] = 150057, + [SMALL_STATE(4433)] = 150071, + [SMALL_STATE(4434)] = 150085, + [SMALL_STATE(4435)] = 150099, + [SMALL_STATE(4436)] = 150113, + [SMALL_STATE(4437)] = 150127, + [SMALL_STATE(4438)] = 150141, + [SMALL_STATE(4439)] = 150155, + [SMALL_STATE(4440)] = 150169, + [SMALL_STATE(4441)] = 150183, + [SMALL_STATE(4442)] = 150197, + [SMALL_STATE(4443)] = 150211, + [SMALL_STATE(4444)] = 150225, + [SMALL_STATE(4445)] = 150239, + [SMALL_STATE(4446)] = 150253, + [SMALL_STATE(4447)] = 150267, + [SMALL_STATE(4448)] = 150281, + [SMALL_STATE(4449)] = 150295, + [SMALL_STATE(4450)] = 150309, + [SMALL_STATE(4451)] = 150323, + [SMALL_STATE(4452)] = 150337, + [SMALL_STATE(4453)] = 150351, + [SMALL_STATE(4454)] = 150365, + [SMALL_STATE(4455)] = 150379, + [SMALL_STATE(4456)] = 150393, + [SMALL_STATE(4457)] = 150407, + [SMALL_STATE(4458)] = 150421, + [SMALL_STATE(4459)] = 150435, + [SMALL_STATE(4460)] = 150449, + [SMALL_STATE(4461)] = 150463, + [SMALL_STATE(4462)] = 150477, + [SMALL_STATE(4463)] = 150491, + [SMALL_STATE(4464)] = 150505, + [SMALL_STATE(4465)] = 150519, + [SMALL_STATE(4466)] = 150533, + [SMALL_STATE(4467)] = 150547, + [SMALL_STATE(4468)] = 150561, + [SMALL_STATE(4469)] = 150575, + [SMALL_STATE(4470)] = 150589, + [SMALL_STATE(4471)] = 150603, + [SMALL_STATE(4472)] = 150617, + [SMALL_STATE(4473)] = 150631, + [SMALL_STATE(4474)] = 150645, + [SMALL_STATE(4475)] = 150659, + [SMALL_STATE(4476)] = 150673, + [SMALL_STATE(4477)] = 150687, + [SMALL_STATE(4478)] = 150701, + [SMALL_STATE(4479)] = 150715, + [SMALL_STATE(4480)] = 150729, + [SMALL_STATE(4481)] = 150743, + [SMALL_STATE(4482)] = 150757, + [SMALL_STATE(4483)] = 150771, + [SMALL_STATE(4484)] = 150785, + [SMALL_STATE(4485)] = 150799, + [SMALL_STATE(4486)] = 150813, + [SMALL_STATE(4487)] = 150827, + [SMALL_STATE(4488)] = 150841, + [SMALL_STATE(4489)] = 150855, + [SMALL_STATE(4490)] = 150869, + [SMALL_STATE(4491)] = 150883, + [SMALL_STATE(4492)] = 150897, + [SMALL_STATE(4493)] = 150911, + [SMALL_STATE(4494)] = 150925, + [SMALL_STATE(4495)] = 150939, + [SMALL_STATE(4496)] = 150953, + [SMALL_STATE(4497)] = 150967, + [SMALL_STATE(4498)] = 150981, + [SMALL_STATE(4499)] = 150995, + [SMALL_STATE(4500)] = 151009, + [SMALL_STATE(4501)] = 151023, + [SMALL_STATE(4502)] = 151037, + [SMALL_STATE(4503)] = 151051, + [SMALL_STATE(4504)] = 151065, + [SMALL_STATE(4505)] = 151079, + [SMALL_STATE(4506)] = 151093, + [SMALL_STATE(4507)] = 151107, + [SMALL_STATE(4508)] = 151121, + [SMALL_STATE(4509)] = 151135, + [SMALL_STATE(4510)] = 151149, + [SMALL_STATE(4511)] = 151163, + [SMALL_STATE(4512)] = 151177, + [SMALL_STATE(4513)] = 151191, + [SMALL_STATE(4514)] = 151205, + [SMALL_STATE(4515)] = 151219, + [SMALL_STATE(4516)] = 151233, + [SMALL_STATE(4517)] = 151247, + [SMALL_STATE(4518)] = 151261, + [SMALL_STATE(4519)] = 151275, + [SMALL_STATE(4520)] = 151289, + [SMALL_STATE(4521)] = 151303, + [SMALL_STATE(4522)] = 151317, + [SMALL_STATE(4523)] = 151331, + [SMALL_STATE(4524)] = 151345, + [SMALL_STATE(4525)] = 151359, + [SMALL_STATE(4526)] = 151373, + [SMALL_STATE(4527)] = 151387, + [SMALL_STATE(4528)] = 151401, + [SMALL_STATE(4529)] = 151415, + [SMALL_STATE(4530)] = 151429, + [SMALL_STATE(4531)] = 151443, + [SMALL_STATE(4532)] = 151457, + [SMALL_STATE(4533)] = 151471, + [SMALL_STATE(4534)] = 151485, + [SMALL_STATE(4535)] = 151499, + [SMALL_STATE(4536)] = 151513, + [SMALL_STATE(4537)] = 151527, + [SMALL_STATE(4538)] = 151541, + [SMALL_STATE(4539)] = 151555, + [SMALL_STATE(4540)] = 151569, + [SMALL_STATE(4541)] = 151583, + [SMALL_STATE(4542)] = 151597, + [SMALL_STATE(4543)] = 151611, + [SMALL_STATE(4544)] = 151625, + [SMALL_STATE(4545)] = 151639, + [SMALL_STATE(4546)] = 151653, + [SMALL_STATE(4547)] = 151667, + [SMALL_STATE(4548)] = 151681, + [SMALL_STATE(4549)] = 151695, + [SMALL_STATE(4550)] = 151709, + [SMALL_STATE(4551)] = 151723, + [SMALL_STATE(4552)] = 151737, + [SMALL_STATE(4553)] = 151751, + [SMALL_STATE(4554)] = 151765, + [SMALL_STATE(4555)] = 151779, + [SMALL_STATE(4556)] = 151793, + [SMALL_STATE(4557)] = 151807, + [SMALL_STATE(4558)] = 151821, + [SMALL_STATE(4559)] = 151835, + [SMALL_STATE(4560)] = 151849, + [SMALL_STATE(4561)] = 151863, + [SMALL_STATE(4562)] = 151877, + [SMALL_STATE(4563)] = 151891, + [SMALL_STATE(4564)] = 151905, + [SMALL_STATE(4565)] = 151919, + [SMALL_STATE(4566)] = 151933, + [SMALL_STATE(4567)] = 151947, + [SMALL_STATE(4568)] = 151961, + [SMALL_STATE(4569)] = 151975, + [SMALL_STATE(4570)] = 151989, + [SMALL_STATE(4571)] = 152003, + [SMALL_STATE(4572)] = 152017, + [SMALL_STATE(4573)] = 152031, + [SMALL_STATE(4574)] = 152045, + [SMALL_STATE(4575)] = 152059, + [SMALL_STATE(4576)] = 152073, + [SMALL_STATE(4577)] = 152087, + [SMALL_STATE(4578)] = 152101, + [SMALL_STATE(4579)] = 152115, + [SMALL_STATE(4580)] = 152129, + [SMALL_STATE(4581)] = 152143, + [SMALL_STATE(4582)] = 152157, + [SMALL_STATE(4583)] = 152171, + [SMALL_STATE(4584)] = 152185, + [SMALL_STATE(4585)] = 152199, + [SMALL_STATE(4586)] = 152213, + [SMALL_STATE(4587)] = 152227, + [SMALL_STATE(4588)] = 152241, + [SMALL_STATE(4589)] = 152255, + [SMALL_STATE(4590)] = 152269, + [SMALL_STATE(4591)] = 152283, + [SMALL_STATE(4592)] = 152297, + [SMALL_STATE(4593)] = 152311, + [SMALL_STATE(4594)] = 152325, + [SMALL_STATE(4595)] = 152339, + [SMALL_STATE(4596)] = 152353, + [SMALL_STATE(4597)] = 152367, + [SMALL_STATE(4598)] = 152381, + [SMALL_STATE(4599)] = 152395, + [SMALL_STATE(4600)] = 152409, + [SMALL_STATE(4601)] = 152423, + [SMALL_STATE(4602)] = 152437, + [SMALL_STATE(4603)] = 152451, + [SMALL_STATE(4604)] = 152465, + [SMALL_STATE(4605)] = 152479, + [SMALL_STATE(4606)] = 152493, + [SMALL_STATE(4607)] = 152507, + [SMALL_STATE(4608)] = 152521, + [SMALL_STATE(4609)] = 152535, + [SMALL_STATE(4610)] = 152549, + [SMALL_STATE(4611)] = 152563, + [SMALL_STATE(4612)] = 152577, + [SMALL_STATE(4613)] = 152591, + [SMALL_STATE(4614)] = 152605, + [SMALL_STATE(4615)] = 152619, + [SMALL_STATE(4616)] = 152633, + [SMALL_STATE(4617)] = 152647, + [SMALL_STATE(4618)] = 152661, + [SMALL_STATE(4619)] = 152675, + [SMALL_STATE(4620)] = 152689, + [SMALL_STATE(4621)] = 152703, + [SMALL_STATE(4622)] = 152717, + [SMALL_STATE(4623)] = 152731, + [SMALL_STATE(4624)] = 152745, + [SMALL_STATE(4625)] = 152759, + [SMALL_STATE(4626)] = 152773, + [SMALL_STATE(4627)] = 152787, + [SMALL_STATE(4628)] = 152801, + [SMALL_STATE(4629)] = 152815, + [SMALL_STATE(4630)] = 152829, + [SMALL_STATE(4631)] = 152843, + [SMALL_STATE(4632)] = 152857, + [SMALL_STATE(4633)] = 152871, + [SMALL_STATE(4634)] = 152885, + [SMALL_STATE(4635)] = 152899, + [SMALL_STATE(4636)] = 152913, + [SMALL_STATE(4637)] = 152927, + [SMALL_STATE(4638)] = 152941, + [SMALL_STATE(4639)] = 152955, + [SMALL_STATE(4640)] = 152969, + [SMALL_STATE(4641)] = 152983, + [SMALL_STATE(4642)] = 152997, + [SMALL_STATE(4643)] = 153011, + [SMALL_STATE(4644)] = 153025, + [SMALL_STATE(4645)] = 153039, + [SMALL_STATE(4646)] = 153053, + [SMALL_STATE(4647)] = 153067, + [SMALL_STATE(4648)] = 153081, + [SMALL_STATE(4649)] = 153095, + [SMALL_STATE(4650)] = 153109, + [SMALL_STATE(4651)] = 153123, + [SMALL_STATE(4652)] = 153137, + [SMALL_STATE(4653)] = 153151, + [SMALL_STATE(4654)] = 153165, + [SMALL_STATE(4655)] = 153179, + [SMALL_STATE(4656)] = 153193, + [SMALL_STATE(4657)] = 153207, + [SMALL_STATE(4658)] = 153221, + [SMALL_STATE(4659)] = 153235, + [SMALL_STATE(4660)] = 153249, + [SMALL_STATE(4661)] = 153263, + [SMALL_STATE(4662)] = 153277, + [SMALL_STATE(4663)] = 153291, + [SMALL_STATE(4664)] = 153305, + [SMALL_STATE(4665)] = 153319, + [SMALL_STATE(4666)] = 153333, + [SMALL_STATE(4667)] = 153347, + [SMALL_STATE(4668)] = 153361, + [SMALL_STATE(4669)] = 153375, + [SMALL_STATE(4670)] = 153389, + [SMALL_STATE(4671)] = 153403, + [SMALL_STATE(4672)] = 153417, + [SMALL_STATE(4673)] = 153431, + [SMALL_STATE(4674)] = 153445, + [SMALL_STATE(4675)] = 153459, + [SMALL_STATE(4676)] = 153473, + [SMALL_STATE(4677)] = 153487, + [SMALL_STATE(4678)] = 153501, + [SMALL_STATE(4679)] = 153515, + [SMALL_STATE(4680)] = 153529, + [SMALL_STATE(4681)] = 153543, + [SMALL_STATE(4682)] = 153557, + [SMALL_STATE(4683)] = 153571, + [SMALL_STATE(4684)] = 153585, + [SMALL_STATE(4685)] = 153599, + [SMALL_STATE(4686)] = 153613, + [SMALL_STATE(4687)] = 153627, + [SMALL_STATE(4688)] = 153641, + [SMALL_STATE(4689)] = 153655, + [SMALL_STATE(4690)] = 153669, + [SMALL_STATE(4691)] = 153683, + [SMALL_STATE(4692)] = 153697, + [SMALL_STATE(4693)] = 153711, + [SMALL_STATE(4694)] = 153725, + [SMALL_STATE(4695)] = 153739, + [SMALL_STATE(4696)] = 153753, + [SMALL_STATE(4697)] = 153767, + [SMALL_STATE(4698)] = 153781, + [SMALL_STATE(4699)] = 153795, + [SMALL_STATE(4700)] = 153809, + [SMALL_STATE(4701)] = 153823, + [SMALL_STATE(4702)] = 153837, + [SMALL_STATE(4703)] = 153851, + [SMALL_STATE(4704)] = 153865, + [SMALL_STATE(4705)] = 153879, + [SMALL_STATE(4706)] = 153893, + [SMALL_STATE(4707)] = 153907, + [SMALL_STATE(4708)] = 153921, + [SMALL_STATE(4709)] = 153935, + [SMALL_STATE(4710)] = 153949, + [SMALL_STATE(4711)] = 153963, + [SMALL_STATE(4712)] = 153977, + [SMALL_STATE(4713)] = 153991, + [SMALL_STATE(4714)] = 154005, + [SMALL_STATE(4715)] = 154019, + [SMALL_STATE(4716)] = 154033, + [SMALL_STATE(4717)] = 154047, + [SMALL_STATE(4718)] = 154061, + [SMALL_STATE(4719)] = 154075, + [SMALL_STATE(4720)] = 154089, + [SMALL_STATE(4721)] = 154103, + [SMALL_STATE(4722)] = 154117, + [SMALL_STATE(4723)] = 154131, + [SMALL_STATE(4724)] = 154145, + [SMALL_STATE(4725)] = 154159, + [SMALL_STATE(4726)] = 154173, + [SMALL_STATE(4727)] = 154187, + [SMALL_STATE(4728)] = 154201, + [SMALL_STATE(4729)] = 154215, + [SMALL_STATE(4730)] = 154229, + [SMALL_STATE(4731)] = 154243, + [SMALL_STATE(4732)] = 154257, + [SMALL_STATE(4733)] = 154271, + [SMALL_STATE(4734)] = 154285, + [SMALL_STATE(4735)] = 154299, + [SMALL_STATE(4736)] = 154313, + [SMALL_STATE(4737)] = 154327, + [SMALL_STATE(4738)] = 154341, + [SMALL_STATE(4739)] = 154355, + [SMALL_STATE(4740)] = 154369, + [SMALL_STATE(4741)] = 154383, + [SMALL_STATE(4742)] = 154397, + [SMALL_STATE(4743)] = 154411, + [SMALL_STATE(4744)] = 154425, + [SMALL_STATE(4745)] = 154439, + [SMALL_STATE(4746)] = 154453, + [SMALL_STATE(4747)] = 154467, + [SMALL_STATE(4748)] = 154481, + [SMALL_STATE(4749)] = 154495, + [SMALL_STATE(4750)] = 154509, + [SMALL_STATE(4751)] = 154523, + [SMALL_STATE(4752)] = 154537, + [SMALL_STATE(4753)] = 154551, + [SMALL_STATE(4754)] = 154565, + [SMALL_STATE(4755)] = 154579, + [SMALL_STATE(4756)] = 154593, + [SMALL_STATE(4757)] = 154607, + [SMALL_STATE(4758)] = 154621, + [SMALL_STATE(4759)] = 154635, + [SMALL_STATE(4760)] = 154649, + [SMALL_STATE(4761)] = 154653, + [SMALL_STATE(4762)] = 154657, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), - [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), + [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4673), [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4693), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4598), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4695), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3695), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4115), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4104), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3475), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4753), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3358), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4094), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4750), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4746), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4744), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4116), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4110), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3476), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4755), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4105), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4752), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3543), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4748), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4746), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4122), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4089), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3108), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3110), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3127), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4133), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4136), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4093), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3133), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3137), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4135), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4137), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3688), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4722), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4720), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3690), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4724), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4722), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), [127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), - [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4722), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), [131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2), [133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 3), [135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), - [137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(427), - [140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4115), - [143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(22), - [146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4104), - [149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(490), - [152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3475), - [155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4753), - [158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3358), - [161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(492), - [164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(503), - [167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4094), - [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4750), - [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3540), - [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2185), - [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4746), - [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4744), - [185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2950), - [188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(514), - [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(523), - [194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(528), - [197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4121), + [137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(409), + [140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4116), + [143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(35), + [146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4110), + [149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(494), + [152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3476), + [155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4755), + [158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3360), + [161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(530), + [164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(533), + [167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4105), + [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4752), + [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3543), + [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2186), + [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4748), + [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4746), + [185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2951), + [188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(574), + [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(581), + [194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(589), + [197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4124), [200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(180), - [203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(545), - [206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(633), - [209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(647), - [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(296), - [215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(666), - [218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(441), - [221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(305), - [224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(284), - [227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4122), - [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4089), - [233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(647), - [236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(751), - [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1624), - [242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3107), - [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3108), - [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3110), - [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3127), - [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(766), - [257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4133), - [260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4136), - [263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1515), - [266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1514), + [203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(604), + [206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(615), + [209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(628), + [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(270), + [215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(673), + [218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(399), + [221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(354), + [224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(287), + [227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4127), + [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4093), + [233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(628), + [236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(686), + [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1626), + [242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3110), + [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3112), + [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3133), + [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3137), + [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(698), + [257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4135), + [260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4137), + [263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1459), + [266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1460), [269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(66), - [272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3688), - [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(108), - [278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4722), - [281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4720), - [284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3344), - [287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3562), + [272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3690), + [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(109), + [278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4724), + [281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4722), + [284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3348), + [287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3559), [290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3563), - [293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3571), - [296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3572), - [299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4062), - [302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4055), + [293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3564), + [296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3567), + [299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4077), + [302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4076), [305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 4), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4297), - [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3484), - [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4171), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), - [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4296), + [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3486), + [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4170), + [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), + [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), - [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), - [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), - [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), - [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), - [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4291), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3936), - [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), - [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4280), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4270), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3586), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3592), - [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3661), - [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), - [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4587), - [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4588), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), + [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), + [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), + [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4286), + [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3943), + [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4281), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4272), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3598), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3607), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3672), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), + [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4589), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4590), [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), - [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), - [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), - [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), - [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), - [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), - [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), - [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), - [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), - [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), - [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 2), - [481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 3), + [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), + [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), + [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 3), + [481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 2), [483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_labeled_statement, 1), - [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4150), - [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3485), + [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4151), + [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), [491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), + [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), [495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 1), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4671), + [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4673), [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3694), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4329), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3488), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4142), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4323), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), - [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), - [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), - [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), - [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4330), + [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3496), + [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), + [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4143), + [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2951), + [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4324), + [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), + [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), + [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), + [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), + [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), - [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4420), - [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3964), - [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), - [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3107), - [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3552), - [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3551), - [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3550), - [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), - [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3966), - [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3967), - [563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fixed_array_creation, 3), - [565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fixed_array_creation, 3), - [567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_type, 1), - [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), - [571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_result_type, 1), - [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3090), - [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3848), - [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), - [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4332), - [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), - [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3312), - [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3321), - [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3266), - [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3105), - [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3156), - [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3164), - [599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_type, 1), - [601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_type, 1), - [603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation, 2), - [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3584), - [607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation, 2), - [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3311), - [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3760), - [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3304), - [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4198), - [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), - [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), - [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3293), - [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3284), - [625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 1, .production_id = 2), - [627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 1, .production_id = 2), - [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), - [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4389), - [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4517), - [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3479), - [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4134), + [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4421), + [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3966), + [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), + [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3110), + [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3553), + [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3552), + [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3551), + [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3550), + [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3968), + [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3969), + [563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_type, 1), + [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), + [567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_result_type, 1), + [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3092), + [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3845), + [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3314), + [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4334), + [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), + [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), + [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3323), + [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3103), + [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3267), + [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), + [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3206), + [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3210), + [595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation, 2), + [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), + [599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation, 2), + [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3310), + [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3760), + [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3307), + [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4201), + [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), + [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3295), + [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3286), + [617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fixed_array_creation, 3), + [619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fixed_array_creation, 3), + [621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 1, .production_id = 2), + [623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 1, .production_id = 2), + [625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_type, 1), + [627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_type, 1), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), + [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4410), + [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4519), + [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3484), + [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4136), [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4371), - [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), - [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), - [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), - [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4402), - [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), - [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), - [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), - [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), + [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), + [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), + [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), + [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), + [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), + [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), + [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), - [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), - [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4393), - [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3878), - [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), - [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), - [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), - [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), + [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4396), + [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3989), + [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), + [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), + [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), - [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), - [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4118), - [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), - [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3485), - [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4131), - [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), - [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), - [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), - [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), - [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), + [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4121), + [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), + [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4133), + [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), + [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), + [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), + [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4411), - [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), - [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), - [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), - [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4141), - [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4078), - [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), - [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), - [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), - [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), - [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), - [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), - [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), - [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), - [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4207), - [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), - [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4140), - [825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), - [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), - [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), - [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), - [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), - [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), - [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), - [847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), - [849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), - [851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), - [853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4320), - [855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4051), - [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), - [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), - [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), - [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), - [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), - [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), - [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), - [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), - [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), - [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), - [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), - [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), - [953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(1923), - [956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4118), - [959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(221), + [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), + [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), + [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4144), + [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4083), + [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), + [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), + [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), + [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), + [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), + [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4210), + [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3495), + [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4142), + [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), + [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), + [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), + [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), + [819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), + [821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), + [825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), + [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4321), + [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4050), + [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), + [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), + [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), + [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), + [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), + [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(1885), + [956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4121), + [959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(218), [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), - [964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(502), - [967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3485), - [970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(807), - [973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(757), - [976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4131), - [979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2185), - [982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2950), - [985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(756), - [988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(803), - [991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(802), - [994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4129), - [997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(337), - [1000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(753), - [1003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(798), - [1006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2060), - [1009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(245), + [964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(520), + [967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3487), + [970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(808), + [973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(758), + [976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4133), + [979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2186), + [982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2951), + [985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(757), + [988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(804), + [991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(803), + [994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4134), + [997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(333), + [1000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(754), + [1003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(799), + [1006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2062), + [1009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(264), [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), - [1014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(511), - [1017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(422), - [1020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(319), - [1023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(239), - [1026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4141), - [1029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4078), - [1032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2060), - [1035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2061), - [1038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(1624), - [1041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3107), - [1044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3108), - [1047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3110), - [1050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3127), - [1053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3559), - [1056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3556), - [1059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3554), - [1062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3609), - [1065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4077), - [1068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4074), - [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), - [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4287), - [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3493), - [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4120), - [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), - [1093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), - [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), - [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2770), - [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), - [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4292), - [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), - [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), - [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), - [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4276), - [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3998), - [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), - [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2778), - [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [1014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(522), + [1017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(423), + [1020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(317), + [1023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(297), + [1026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4144), + [1029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4083), + [1032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2062), + [1035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2063), + [1038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(1626), + [1041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3110), + [1044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3112), + [1047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3133), + [1050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3137), + [1053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3557), + [1056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3555), + [1059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3608), + [1062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3595), + [1065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4082), + [1068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4080), + [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), + [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4288), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), + [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4123), + [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [1093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), + [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), + [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), + [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), + [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4293), + [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), + [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), + [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4273), + [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4000), + [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), + [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), + [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), - [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), - [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), - [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), - [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), - [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), - [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), - [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), - [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), - [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [1199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2848), - [1202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4287), - [1205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(290), - [1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), - [1210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(589), - [1213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3493), - [1216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(731), - [1219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(707), - [1222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4120), - [1225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2185), - [1228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2950), - [1231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(397), - [1234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(725), - [1237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(724), - [1240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4283), - [1243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(367), - [1246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(704), - [1249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(722), - [1252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2770), - [1255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(280), - [1258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4292), - [1261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(590), - [1264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(408), - [1267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(307), - [1270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(265), - [1273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4276), - [1276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3998), - [1279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2770), - [1282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2778), - [1285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(1624), - [1288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3107), - [1291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3108), - [1294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3110), - [1297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3127), - [1300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3588), - [1303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3589), - [1306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3590), - [1309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3594), - [1312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4003), - [1315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4004), - [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), - [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4414), - [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [1326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), - [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4146), - [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [1338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), - [1340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), - [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4415), - [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [1350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), - [1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), - [1354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), - [1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), - [1358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), - [1360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), - [1362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3666), - [1364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3881), - [1366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), - [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [1370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), - [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), - [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), - [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), - [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), - [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), - [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4267), - [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3489), - [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4264), - [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), - [1404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), - [1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), - [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2362), - [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), - [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), - [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), - [1424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), - [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3668), - [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3920), - [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), - [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), - [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), - [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), - [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), - [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), - [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), - [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arms, 1), - [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), - [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [1482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1163), - [1485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(4389), - [1488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(250), - [1491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(472), - [1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [1496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3479), - [1499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(930), - [1502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(861), - [1505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(513), - [1508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(4134), - [1511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(2185), - [1514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(2950), - [1517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(860), - [1520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(920), - [1523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(919), - [1526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(4402), - [1529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(382), - [1532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(855), - [1535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(917), - [1538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1176), - [1541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(230), - [1544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(481), - [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(410), - [1550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(347), - [1553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(268), - [1556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(4393), - [1559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3878), - [1562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1176), - [1565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1180), - [1568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1624), - [1571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3107), - [1574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3108), - [1577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3110), - [1580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3127), - [1583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3598), - [1586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3599), - [1589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3600), - [1592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3601), - [1595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(4041), - [1598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3890), - [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), - [1613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 56), - [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2483), - [1617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4226), - [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), - [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), - [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), - [1625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), - [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), - [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4137), - [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), - [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), - [1637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4228), - [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [1643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), - [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2620), - [1647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), - [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [1651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [1655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), - [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4229), - [1659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4028), - [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), - [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3604), - [1665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3603), - [1667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3546), - [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3597), - [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4022), - [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4018), - [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3310), - [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3718), - [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3301), - [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4271), - [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), - [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), - [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), - [1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), - [1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3316), - [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3150), - [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3333), - [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3335), - [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3334), - [1703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 62), - [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 2), - [1707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 93), - [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), + [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), + [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), + [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), + [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), + [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), + [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [1193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2850), + [1196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4288), + [1199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(222), + [1202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), + [1204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(632), + [1207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3490), + [1210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(730), + [1213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(708), + [1216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4123), + [1219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2186), + [1222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2951), + [1225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(401), + [1228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(726), + [1231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(725), + [1234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4279), + [1237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(380), + [1240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(699), + [1243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(723), + [1246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2743), + [1249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(291), + [1252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4293), + [1255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(633), + [1258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(396), + [1261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(306), + [1264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(229), + [1267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4273), + [1270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4000), + [1273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2743), + [1276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2746), + [1279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(1626), + [1282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3110), + [1285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3112), + [1288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3133), + [1291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3137), + [1294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3589), + [1297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3590), + [1300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3591), + [1303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3594), + [1306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4005), + [1309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4006), + [1312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2516), + [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4269), + [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3489), + [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [1326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4264), + [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [1330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), + [1332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), + [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), + [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [1342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), + [1344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), + [1346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [1348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [1350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), + [1354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3670), + [1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3932), + [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [1360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), + [1362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [1366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), + [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), + [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), + [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), + [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), + [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4415), + [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [1388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), + [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4147), + [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), + [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), + [1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), + [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), + [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), + [1424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3668), + [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3879), + [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), + [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), + [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), + [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), + [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), + [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [1452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arms, 1), + [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), + [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [1490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1169), + [1493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(4410), + [1496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(233), + [1499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(481), + [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [1504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3484), + [1507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(924), + [1510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(862), + [1513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(547), + [1516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(4136), + [1519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(2186), + [1522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(2951), + [1525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(861), + [1528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(921), + [1531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(920), + [1534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(4404), + [1537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(358), + [1540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(856), + [1543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(918), + [1546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1272), + [1549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(246), + [1552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(495), + [1555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(430), + [1558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(347), + [1561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(223), + [1564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(4396), + [1567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3989), + [1570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1272), + [1573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1240), + [1576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1626), + [1579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3110), + [1582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3112), + [1585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3133), + [1588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3137), + [1591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3600), + [1594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3601), + [1597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3602), + [1600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3603), + [1603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(4043), + [1606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(3890), + [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), + [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3312), + [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3718), + [1617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3303), + [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4270), + [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), + [1625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), + [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3320), + [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), + [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3152), + [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3334), + [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3337), + [1637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3336), + [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [1641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 2), + [1643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), + [1645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 62), + [1647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511), + [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4223), + [1651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), + [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [1655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3488), + [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), + [1659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), + [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4141), + [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), + [1665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), + [1667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), + [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4225), + [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), + [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2635), + [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), + [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), + [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4226), + [1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4027), + [1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2636), + [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3605), + [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3548), + [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3599), + [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3597), + [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4022), + [1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4018), + [1707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 56), + [1709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 93), [1711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strictly_expression_list, 3), [1713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strictly_expression_list, 3), [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), - [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3232), + [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3234), [1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), - [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), - [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), - [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [1727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), + [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), + [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), + [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), + [1727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [1731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), - [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), - [1735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), - [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), - [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), - [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), + [1731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), + [1735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), + [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), + [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), + [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), + [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4374), - [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3220), - [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3213), - [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), - [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), + [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3222), + [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), + [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), + [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), [1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_statement, 1), [1757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_statement, 1), - [1759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), + [1759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), [1761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 1), - [1763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), - [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), - [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), - [1771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4303), - [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2484), - [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [1777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [1781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [1783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), - [1785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [1793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), - [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), - [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), - [1803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [1805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [1807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [1811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 28), - [1813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 28), - [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), - [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), - [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), - [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), - [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), - [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4202), - [1843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_append_statement, 3, .production_id = 31), - [1845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_append_statement, 3, .production_id = 31), - [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_in_expression, 3, .production_id = 31), - [1855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_in_expression, 3, .production_id = 31), - [1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_in_expression, 3, .production_id = 31), - [1859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_in_expression, 3, .production_id = 31), - [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [1763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), + [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), + [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2481), + [1769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [1773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [1775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [1781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [1783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [1785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), + [1787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [1789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), + [1791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4298), + [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), + [1795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [1803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [1805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [1807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), + [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [1813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), + [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), + [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), + [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), + [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4208), + [1831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spawn_expression, 2), + [1833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_spawn_expression, 2), + [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [1839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_go_expression, 2), + [1841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_go_expression, 2), + [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 28), + [1855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 28), + [1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_append_statement, 3, .production_id = 31), + [1863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_append_statement, 3, .production_id = 31), + [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 3), [1877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 3), - [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [1885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_expression, 2, .production_id = 3), - [1887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receive_expression, 2, .production_id = 3), - [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), - [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), - [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [1915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [1925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spawn_expression, 2), - [1937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_spawn_expression, 2), - [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), - [1941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutable_expression, 2), - [1943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutable_expression, 2), - [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3255), - [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3260), - [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [1951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2495), - [1954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4267), - [1957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(222), + [1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_in_expression, 3, .production_id = 31), + [1881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_in_expression, 3, .production_id = 31), + [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [1887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_in_expression, 3, .production_id = 31), + [1889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_in_expression, 3, .production_id = 31), + [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [1915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutable_expression, 2), + [1921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutable_expression, 2), + [1923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3249), + [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3263), + [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [1943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_expression, 2, .production_id = 3), + [1945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receive_expression, 2, .production_id = 3), + [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [1951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2516), + [1954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4269), + [1957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(269), [1960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), - [1962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(541), + [1962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(540), [1965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3489), - [1968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(889), - [1971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(892), + [1968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(933), + [1971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(947), [1974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4264), - [1977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2185), - [1980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2950), - [1983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(940), - [1986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(941), - [1989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(943), + [1977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2186), + [1980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2951), + [1983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(948), + [1986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(949), + [1989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(950), [1992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4290), - [1995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(386), - [1998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(944), - [2001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(945), - [2004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2362), - [2007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(262), - [2010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(536), - [2013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(395), - [2016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(355), - [2019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(273), - [2022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4303), - [2025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3920), - [2028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2362), - [2031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2375), - [2034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(1624), - [2037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3107), - [2040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3108), - [2043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3110), - [2046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3127), + [1995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(330), + [1998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(954), + [2001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(955), + [2004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2351), + [2007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(274), + [2010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(537), + [2013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(441), + [2016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(370), + [2019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(259), + [2022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4298), + [2025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3932), + [2028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2351), + [2031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2373), + [2034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(1626), + [2037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3110), + [2040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3112), + [2043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3133), + [2046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3137), [2049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3632), - [2052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3625), - [2055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3624), - [2058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3623), - [2061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3917), - [2064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3916), - [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_go_expression, 2), - [2071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_go_expression, 2), - [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2865), - [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), - [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [2117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), - [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), - [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), - [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [2147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1163), - [2150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4389), - [2153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(250), - [2156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), - [2158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(472), - [2161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3479), - [2164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(930), - [2167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(861), - [2170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4134), - [2173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(2185), - [2176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(2950), - [2179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(860), - [2182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(920), - [2185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(919), - [2188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4402), - [2191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(382), - [2194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(855), - [2197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(917), - [2200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1176), - [2203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(230), - [2206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(481), - [2209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(410), - [2212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(347), - [2215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(268), - [2218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4393), - [2221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3878), - [2224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1176), - [2227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1180), - [2230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1624), - [2233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3107), - [2236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3108), - [2239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3110), - [2242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3127), - [2245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3598), - [2248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3599), - [2251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3600), - [2254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3601), - [2257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4041), - [2260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3890), - [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [2271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), - [2273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), - [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), - [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), - [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), - [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), - [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), - [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), - [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), - [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), - [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), - [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), - [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [2361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(1326), - [2364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(4414), - [2367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(236), - [2370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), - [2372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(520), - [2375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3490), - [2378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(907), - [2381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(910), - [2384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(4146), - [2387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(2185), - [2390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(2950), - [2393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(914), - [2396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(915), - [2399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(916), - [2402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(4415), - [2405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(331), - [2408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(927), - [2411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(935), - [2414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(1320), - [2417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(232), - [2420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(518), - [2423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(399), - [2426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(313), - [2429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(277), - [2432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(4202), - [2435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3881), - [2438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(1320), - [2441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(1340), - [2444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(1624), - [2447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3107), - [2450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3108), - [2453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3110), - [2456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3127), - [2459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3583), - [2462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3582), - [2465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3581), - [2468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3580), - [2471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3883), - [2474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3891), - [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [2485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, .production_id = 22), - [2487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, .production_id = 22), - [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3769), - [2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, .production_id = 21), - [2493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, .production_id = 21), - [2495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1326), - [2498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4414), - [2501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(236), - [2504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(520), - [2507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3490), - [2510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(635), - [2513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(677), - [2516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), - [2518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4146), - [2521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(2185), - [2524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(2950), - [2527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(681), - [2530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(727), - [2533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(730), - [2536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4415), - [2539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(331), - [2542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(767), - [2545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(774), - [2548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1320), - [2551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(232), - [2554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(518), - [2557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(399), - [2560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(371), - [2563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(227), - [2566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4202), - [2569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3881), - [2572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1320), - [2575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1340), - [2578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1624), - [2581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3107), - [2584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3108), - [2587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3110), - [2590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3127), - [2593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3583), - [2596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3582), - [2599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3581), - [2602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3580), - [2605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3883), - [2608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3891), - [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [2625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_element_list, 1), - [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [2639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, .production_id = 65), - [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [2647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), - [2649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), - [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), - [2659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), - [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), - [2665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3007), - [2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), - [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4258), - [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3478), - [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [2681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), - [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), - [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), - [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [2697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), - [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), - [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), - [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), - [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), - [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4262), - [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3938), - [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), - [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), - [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), - [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), - [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), - [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), - [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), - [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), - [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), - [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), - [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), - [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2986), - [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3012), - [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), - [2761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), - [2763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_init_expression, 2), - [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_init_expression, 2), - [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), - [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 3, .production_id = 21), - [2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 3, .production_id = 21), - [2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3768), - [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), - [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2960), - [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 1, .production_id = 29), - [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), - [2785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3018), - [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), - [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2974), - [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__plain_type_without_special, 1), - [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__plain_type_without_special, 1), - [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), - [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), - [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), - [2821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), - [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), - [2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2966), - [2829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 1), - [2831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 1), - [2833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_reference_expression, 1), REDUCE(sym_type_reference_expression, 1), - [2836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_reference_expression, 1), REDUCE(sym_type_reference_expression, 1), - [2839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), - [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [2843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3032), - [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), - [2847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), - [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), - [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), - [2855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2990), - [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), - [2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2972), - [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), - [2863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2987), - [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [2867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2996), - [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 4, .production_id = 55), - [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 4, .production_id = 55), - [2873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3833), - [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), - [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), - [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 3), - [2883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 3), - [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_return_type, 4), - [2887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_return_type, 4), - [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_string_literal, 3), - [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_string_literal, 3), - [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 3), - [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 3), - [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), - [2905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), - [2907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 3), - [2909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 3), - [2911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector_expression, 3, .dynamic_precedence = -1, .production_id = 27), - [2913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector_expression, 3, .dynamic_precedence = -1, .production_id = 27), - [2915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_type_cast_expression, 3), - [2917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_type_cast_expression, 3), - [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [2925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), - [2927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [2933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), - [2935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), - [2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, .dynamic_precedence = 2), - [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, .dynamic_precedence = 2), - [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [2943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sql_expression, 3), - [2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sql_expression, 3), - [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lock_expression, 3, .production_id = 23), - [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lock_expression, 3, .production_id = 23), - [2953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), - [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_body, 3), - [2957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_body, 3), - [2959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), - [2961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), - [2963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), - [2966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), - [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 3), - [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 3), - [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), - [2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), - [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [2987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [2989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), - [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), - [2993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), - [2995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), - [2998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), - [3001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation, 3), - [3003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation, 3), - [3005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), - [3007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_block, 2, .production_id = 32), - [3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_or_block, 2, .production_id = 32), - [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), - [3013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), - [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), - [3017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), - [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fixed_array_type, 4, .production_id = 53), - [3021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fixed_array_type, 4, .production_id = 53), - [3023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 33), - [3025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 33), - [3027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, .dynamic_precedence = 2), - [3029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, .dynamic_precedence = 2), - [3031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 11), - [3033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 11), - [3035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer_body, 2), - [3037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer_body, 2), - [3039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), - [3041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4421), - [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [3047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3492), - [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [3053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4126), - [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [3057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), - [3059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), - [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), - [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [3069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), - [3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), - [3073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [3075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [3077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), - [3079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), - [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4425), - [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3899), - [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [3087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), - [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), - [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), - [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), - [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), - [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [3113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), - [3115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), - [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [3121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), - [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [3125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 3, .production_id = 15), - [3127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 3, .production_id = 15), - [3129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 4, .production_id = 47), - [3131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 4, .production_id = 47), - [3133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 4, .production_id = 48), - [3135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 4, .production_id = 48), - [3137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_type, 4, .production_id = 59), - [3139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_type, 4, .production_id = 59), - [3141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 49), - [3143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 49), - [3145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 50), - [3147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 50), - [3149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_reference_expression, 1), - [3151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_reference_expression, 1), - [3153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2), - [3155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2), - [3157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4119), - [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), - [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), - [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), - [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), - [3173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4139), - [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4095), - [3177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 3, .production_id = 52), - [3179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 3, .production_id = 52), - [3181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fixed_array_creation, 4), - [3183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fixed_array_creation, 4), - [3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 21), - [3187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, .production_id = 21), - [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 22), - [3191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, .production_id = 22), - [3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 4, .production_id = 56), - [3195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 4, .production_id = 56), - [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [3201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_init_expression, 3), - [3203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_init_expression, 3), - [3205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 4), - [3207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 4), - [3209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1), - [3211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1), - [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 4, .production_id = 58), - [3215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 4, .production_id = 58), - [3217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__content_block, 3), - [3219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__content_block, 3), - [3221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, .production_id = 34), - [3223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type, 3, .production_id = 34), - [3225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer, 2, .production_id = 10), - [3227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer, 2, .production_id = 10), - [3229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, .dynamic_precedence = 2, .production_id = 20), - [3231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, .dynamic_precedence = 2, .production_id = 20), - [3233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [3235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [3237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, .dynamic_precedence = -1, .production_id = 64), - [3239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, .dynamic_precedence = -1, .production_id = 64), - [3241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_block_expression, 2), - [3243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_or_block_expression, 2), - [3245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 9), - [3247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 9), - [3249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 4, .production_id = 66), - [3251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 4, .production_id = 66), - [3253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_return_type, 5), - [3255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_return_type, 5), - [3257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), - [3259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), - [3261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 4), - [3263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 4), - [3265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 2), - [3267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 2), - [3269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 2), - [3271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 2), - [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_propagation_expression, 2), - [3275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_result_propagation_expression, 2), - [3277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer_body, 3, .production_id = 70), - [3279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer_body, 3, .production_id = 70), - [3281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer_body, 3, .production_id = 71), - [3283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer_body, 3, .production_id = 71), - [3285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_type, 2), - [3287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_result_type, 2), - [3289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wrong_pointer_type, 2), - [3291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_wrong_pointer_type, 2), - [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_propagation_expression, 2), - [3295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_propagation_expression, 2), - [3297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, .production_id = 1), - [3299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, .production_id = 1), - [3301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dec_expression, 2), - [3303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dec_expression, 2), - [3305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inc_expression, 2), - [3307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inc_expression, 2), - [3309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_body, 2), - [3311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_body, 2), - [3313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 2, .production_id = 16), - [3315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 2, .production_id = 16), - [3317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 2), - [3319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 2), - [3321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_string_literal, 2), - [3323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_string_literal, 2), - [3325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__max_group, 1), - [3327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__max_group, 1), - [3329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), - [3331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), - [3333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_return_type, 3), - [3335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_return_type, 3), - [3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 5, .production_id = 83), - [3339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 5, .production_id = 83), - [3341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_branch, 2, .production_id = 88), - [3343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_branch, 2, .production_id = 88), - [3345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_branch, 2, .production_id = 32), - [3347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_branch, 2, .production_id = 32), - [3349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 5, .production_id = 89), - [3351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 5, .production_id = 89), - [3353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 5, .production_id = 56), - [3355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 5, .production_id = 56), - [3357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 5), - [3359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 5), - [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 5, .production_id = 58), - [3363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 5, .production_id = 58), - [3365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sql_expression, 2), - [3367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sql_expression, 2), - [3369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsafe_expression, 2), - [3371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsafe_expression, 2), - [3373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lock_expression, 2, .production_id = 7), - [3375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lock_expression, 2, .production_id = 7), - [3377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 4), - [3379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 4), - [3381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_atomic_type, 2), - [3383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_atomic_type, 2), - [3385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_thread_type, 2), - [3387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_thread_type, 2), - [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_channel_type, 2), - [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_channel_type, 2), - [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 5, .production_id = 52), - [3395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 5, .production_id = 52), - [3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 6, .production_id = 115), - [3399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 6, .production_id = 115), - [3401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shared_type, 2), - [3403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shared_type, 2), - [3405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 6, .production_id = 58), - [3407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 6, .production_id = 58), - [3409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_selector_expression, 4), - [3411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_selector_expression, 4), - [3413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [3415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [3417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_type, 2), - [3419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_type, 2), - [3421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_struct_type, 2), - [3423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_struct_type, 2), - [3425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_plain_type, 1), - [3427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_plain_type, 1), - [3429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_fetch, 2, .dynamic_precedence = -1), - [3431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_fetch, 2, .dynamic_precedence = -1), - [3433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_without_blocks, 1), - [3435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), - [3437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_with_blocks, 1), - [3439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_with_blocks, 1), - [3441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4256), - [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), - [3446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3306), - [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3763), - [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3262), - [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4306), - [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), - [3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), - [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), - [3460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3259), - [3462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), - [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3183), - [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), - [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3274), - [3470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3268), - [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), - [3474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3080), - [3476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3758), - [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), - [3480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4313), - [3482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), - [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), - [3486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), - [3488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3210), - [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), - [3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3092), - [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3228), - [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3196), - [3498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3222), - [3500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), - [3502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 1), - [3504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3861), - [3506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3327), - [3508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), - [3510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), - [3512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [3514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), - [3516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), - [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [3520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), - [3522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), - [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), - [3526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), - [3528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [3530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), - [3532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), - [3534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4275), - [3536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3330), - [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3331), - [3540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), - [3542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), - [3544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2), - [3546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 2), - [3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), - [3552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3300), - [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3247), - [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), - [3558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), - [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), - [3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), - [3564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), - [3566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), - [3568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3746), - [3570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_statement, 3, .production_id = 30), - [3572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_statement, 3, .production_id = 30), - [3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), - [3576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_definition, 3, .production_id = 38), - [3578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_definition, 3, .production_id = 38), - [3580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__global_var_value, 2, .production_id = 39), - [3582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__global_var_value, 2, .production_id = 39), - [3584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 4), - [3586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 4), - [3588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), - [3592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3832), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), - [3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4179), - [3598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), - [3600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), - [3602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), - [3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3238), - [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3244), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), - [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3227), - [3612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3234), - [3614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3236), - [3616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3745), - [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [3622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), - [3624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), - [3626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), - [3628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), - [3630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3217), - [3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3781), - [3634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3094), - [3636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4247), - [3638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [3640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), - [3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), - [3644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3091), - [3646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3088), - [3648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3339), - [3650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3182), - [3652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3181), - [3654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3178), - [3656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), - [3658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3200), - [3660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3691), - [3662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3138), - [3664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4419), - [3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), - [3668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), - [3670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), - [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3146), - [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3149), - [3676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3239), - [3678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3117), - [3680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3129), - [3682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3130), - [3684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), - [3686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3734), - [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3078), - [3690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), - [3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), - [3694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), - [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [3700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), - [3702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), - [3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), - [3706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), - [3708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), - [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), - [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4282), - [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3099), - [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), - [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), - [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [3724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument, 1), - [3726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_spread_expression, 2), - [3728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), - [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3322), - [3732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), - [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), - [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4246), - [3738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), - [3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), - [3742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), - [3744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), - [3746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3140), - [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3263), - [3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3168), - [3752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3162), - [3754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3160), - [3756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), - [3758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3692), - [3760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3264), - [3762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3265), - [3764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keyed_element, 3, .production_id = 85), - [3766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 1, .production_id = 18), - [3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2313), - [3770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3693), + [2052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3627), + [2055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3626), + [2058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3625), + [2061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3922), + [2064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3920), + [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), + [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), + [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [2105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(1328), + [2108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(4415), + [2111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(245), + [2114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), + [2116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(521), + [2119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3494), + [2122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(913), + [2125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(909), + [2128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(4147), + [2131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(2186), + [2134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(2951), + [2137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(966), + [2140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(899), + [2143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(896), + [2146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(4417), + [2149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(324), + [2152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(895), + [2155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(890), + [2158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(1322), + [2161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(224), + [2164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(519), + [2167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(438), + [2170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(312), + [2173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(283), + [2176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(4208), + [2179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3879), + [2182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(1322), + [2185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(1342), + [2188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(1626), + [2191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3110), + [2194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3112), + [2197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3133), + [2200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3137), + [2203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3585), + [2206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3584), + [2209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3583), + [2212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3582), + [2215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3880), + [2218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 2), SHIFT_REPEAT(3887), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [2235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), + [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), + [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2933), + [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), + [2255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2318), + [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [2271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2675), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [2279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [2281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), + [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [2289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), + [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, .production_id = 22), + [2305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, .production_id = 22), + [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3770), + [2309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1169), + [2312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4410), + [2315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(233), + [2318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), + [2320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(481), + [2323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3484), + [2326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(924), + [2329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(862), + [2332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4136), + [2335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(2186), + [2338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(2951), + [2341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(861), + [2344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(921), + [2347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(920), + [2350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4404), + [2353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(358), + [2356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(856), + [2359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(918), + [2362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1272), + [2365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(246), + [2368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(495), + [2371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(430), + [2374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(347), + [2377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(223), + [2380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4396), + [2383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3989), + [2386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1272), + [2389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1240), + [2392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1626), + [2395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3110), + [2398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3112), + [2401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3133), + [2404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3137), + [2407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3600), + [2410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3601), + [2413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3602), + [2416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3603), + [2419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4043), + [2422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3890), + [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, .production_id = 21), + [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, .production_id = 21), + [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), + [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), + [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), + [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), + [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), + [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [2465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1328), + [2468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4415), + [2471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(245), + [2474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(521), + [2477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3494), + [2480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(665), + [2483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(677), + [2486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), + [2488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4147), + [2491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(2186), + [2494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(2951), + [2497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(679), + [2500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(683), + [2503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(732), + [2506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4417), + [2509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(324), + [2512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(769), + [2515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(774), + [2518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1322), + [2521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(224), + [2524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(519), + [2527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(438), + [2530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(385), + [2533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(249), + [2536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4208), + [2539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3879), + [2542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1322), + [2545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1342), + [2548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1626), + [2551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3110), + [2554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3112), + [2557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3133), + [2560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3137), + [2563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3585), + [2566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3584), + [2569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3583), + [2572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3582), + [2575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3880), + [2578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3887), + [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [2597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_element_list, 1), + [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), + [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), + [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), + [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), + [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), + [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), + [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [2645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 4, .production_id = 55), + [2647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 4, .production_id = 55), + [2649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3698), + [2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), + [2653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), + [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), + [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [2665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), + [2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), + [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [2677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), + [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), + [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), + [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [2693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2972), + [2701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_init_expression, 2), + [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_init_expression, 2), + [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), + [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4262), + [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3480), + [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4132), + [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), + [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), + [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), + [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), + [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), + [2739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), + [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4276), + [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3942), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), + [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), + [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3008), + [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3031), + [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), + [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [2783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 1), + [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 1), + [2787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_reference_expression, 1), REDUCE(sym_type_reference_expression, 1), + [2790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_reference_expression, 1), REDUCE(sym_type_reference_expression, 1), + [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), + [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 3, .production_id = 21), + [2797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 3, .production_id = 21), + [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3769), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), + [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2988), + [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2984), + [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2990), + [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), + [2819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), + [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 1, .production_id = 29), + [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, .production_id = 65), + [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), + [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [2831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2989), + [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [2835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3020), + [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [2843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), + [2845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), + [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [2853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), + [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2961), + [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [2865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2974), + [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [2869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), + [2871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__plain_type_without_special, 1), + [2873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__plain_type_without_special, 1), + [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [2877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), + [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), + [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3013), + [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [2885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3019), + [2887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), + [2889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4427), + [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [2895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3493), + [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [2901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), + [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [2905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), + [2907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), + [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4430), + [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [2917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), + [2919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), + [2921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), + [2923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [2925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), + [2927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [2929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4424), + [2931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3868), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [2935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), + [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), + [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), + [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), + [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), + [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 3), + [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 3), + [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lock_expression, 3, .production_id = 23), + [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lock_expression, 3, .production_id = 23), + [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_string_literal, 3), + [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_string_literal, 3), + [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 3), + [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 3), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [2971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), + [2973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), + [2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), + [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [2989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [2991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [2997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), + [2999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), + [3001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector_expression, 3, .dynamic_precedence = -1, .production_id = 27), + [3003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector_expression, 3, .dynamic_precedence = -1, .production_id = 27), + [3005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_type_cast_expression, 3), + [3007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_type_cast_expression, 3), + [3009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), + [3011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), + [3013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sql_expression, 3), + [3015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sql_expression, 3), + [3017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 4), + [3019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 4), + [3021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), + [3023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), + [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [3031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_return_type, 5), + [3033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_return_type, 5), + [3035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2901), + [3037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 3), + [3039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 3), + [3041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_block, 2, .production_id = 32), + [3043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_or_block, 2, .production_id = 32), + [3045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), + [3047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), + [3049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), + [3051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), + [3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation, 3), + [3055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation, 3), + [3057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), + [3059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 33), + [3061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 33), + [3063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_type, 4, .production_id = 59), + [3065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_type, 4, .production_id = 59), + [3067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer_body, 2), + [3069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer_body, 2), + [3071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fixed_array_type, 4, .production_id = 53), + [3073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fixed_array_type, 4, .production_id = 53), + [3075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), + [3078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), + [3081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_body, 3), + [3083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_body, 3), + [3085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), + [3088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 31), REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), + [3091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 3), + [3093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 3), + [3095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), + [3097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), + [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_return_type, 4), + [3101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_return_type, 4), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [3109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 4, .production_id = 47), + [3111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 4, .production_id = 47), + [3113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 4, .production_id = 48), + [3115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 4, .production_id = 48), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), + [3125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), + [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [3131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [3133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), + [3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 49), + [3137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 49), + [3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 50), + [3141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 50), + [3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 3, .production_id = 15), + [3145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 3, .production_id = 15), + [3147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_reference_expression, 1), + [3149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_reference_expression, 1), + [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2), + [3153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2), + [3155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), + [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [3159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4122), + [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), + [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), + [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4139), + [3173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4097), + [3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 3, .production_id = 52), + [3177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 3, .production_id = 52), + [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fixed_array_creation, 4), + [3181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fixed_array_creation, 4), + [3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, .dynamic_precedence = 2, .production_id = 20), + [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, .dynamic_precedence = 2, .production_id = 20), + [3187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 21), + [3189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, .production_id = 21), + [3191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 22), + [3193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, .production_id = 22), + [3195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 4, .production_id = 56), + [3197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 4, .production_id = 56), + [3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 2), + [3201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 2), + [3203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1), + [3205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1), + [3207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_type, 2), + [3209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_result_type, 2), + [3211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wrong_pointer_type, 2), + [3213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_wrong_pointer_type, 2), + [3215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, .production_id = 1), + [3217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, .production_id = 1), + [3219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 4), + [3221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 4), + [3223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_body, 2), + [3225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_body, 2), + [3227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 2, .production_id = 16), + [3229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 2, .production_id = 16), + [3231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 4, .production_id = 58), + [3233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 4, .production_id = 58), + [3235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__content_block, 3), + [3237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__content_block, 3), + [3239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), + [3241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), + [3243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 11), + [3245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 11), + [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_return_type, 3), + [3249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_return_type, 3), + [3251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_init_expression, 3), + [3253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_init_expression, 3), + [3255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), + [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [3259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), + [3261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), + [3263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, .dynamic_precedence = -1, .production_id = 64), + [3265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, .dynamic_precedence = -1, .production_id = 64), + [3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 4, .production_id = 66), + [3269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 4, .production_id = 66), + [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__max_group, 1), + [3273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__max_group, 1), + [3275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer, 2, .production_id = 10), + [3277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer, 2, .production_id = 10), + [3279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), + [3281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), + [3283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), + [3285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 69), + [3287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer_body, 3, .production_id = 70), + [3289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer_body, 3, .production_id = 70), + [3291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer_body, 3, .production_id = 71), + [3293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer_body, 3, .production_id = 71), + [3295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_block_expression, 2), + [3297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_or_block_expression, 2), + [3299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 9), + [3301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 9), + [3303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_atomic_type, 2), + [3305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_atomic_type, 2), + [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_thread_type, 2), + [3309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_thread_type, 2), + [3311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_channel_type, 2), + [3313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_channel_type, 2), + [3315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shared_type, 2), + [3317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shared_type, 2), + [3319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_propagation_expression, 2), + [3321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_result_propagation_expression, 2), + [3323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_propagation_expression, 2), + [3325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_propagation_expression, 2), + [3327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dec_expression, 2), + [3329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dec_expression, 2), + [3331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inc_expression, 2), + [3333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inc_expression, 2), + [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 5, .production_id = 83), + [3337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 5, .production_id = 83), + [3339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_type, 2), + [3341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_type, 2), + [3343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_branch, 2, .production_id = 88), + [3345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_branch, 2, .production_id = 88), + [3347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_branch, 2, .production_id = 32), + [3349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_branch, 2, .production_id = 32), + [3351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 2), + [3353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 2), + [3355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 5, .production_id = 89), + [3357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 5, .production_id = 89), + [3359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_struct_type, 2), + [3361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_struct_type, 2), + [3363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 5, .production_id = 56), + [3365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 5, .production_id = 56), + [3367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [3369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [3371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_string_literal, 2), + [3373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_string_literal, 2), + [3375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_without_blocks, 1), + [3377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), + [3379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 2), + [3381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 2), + [3383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 5), + [3385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 5), + [3387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 5, .production_id = 58), + [3389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 5, .production_id = 58), + [3391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_plain_type, 1), + [3393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_plain_type, 1), + [3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_with_blocks, 1), + [3397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_with_blocks, 1), + [3399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4257), + [3402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, .production_id = 34), + [3404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type, 3, .production_id = 34), + [3406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, .dynamic_precedence = 2), + [3408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, .dynamic_precedence = 2), + [3410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, .dynamic_precedence = 2), + [3412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, .dynamic_precedence = 2), + [3414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sql_expression, 2), + [3416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sql_expression, 2), + [3418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsafe_expression, 2), + [3420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsafe_expression, 2), + [3422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lock_expression, 2, .production_id = 7), + [3424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lock_expression, 2, .production_id = 7), + [3426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 5, .production_id = 52), + [3428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 5, .production_id = 52), + [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 6, .production_id = 115), + [3432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 6, .production_id = 115), + [3434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_fetch, 2, .dynamic_precedence = -1), + [3436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_fetch, 2, .dynamic_precedence = -1), + [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 6, .production_id = 58), + [3440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 6, .production_id = 58), + [3442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_selector_expression, 4), + [3444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_selector_expression, 4), + [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 4), + [3448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 4), + [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), + [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3308), + [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3764), + [3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3262), + [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4307), + [3460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), + [3462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), + [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3256), + [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3248), + [3470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3185), + [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3276), + [3474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3270), + [3476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), + [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), + [3480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3080), + [3482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3761), + [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), + [3486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4315), + [3488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), + [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), + [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), + [3498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3094), + [3500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3230), + [3502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3197), + [3504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3224), + [3506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [3508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 1), + [3510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3861), + [3512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3329), + [3514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), + [3516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [3518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), + [3520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [3522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), + [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [3526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), + [3528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [3530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), + [3532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [3534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [3536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), + [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), + [3540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4277), + [3542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3332), + [3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3333), + [3546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), + [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2), + [3552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 2), + [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), + [3556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), + [3558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3284), + [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3277), + [3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [3564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3759), + [3566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), + [3568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), + [3572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [3574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 4), + [3576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 4), + [3578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), + [3580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), + [3582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__global_var_value, 2, .production_id = 39), + [3584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__global_var_value, 2, .production_id = 39), + [3586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_definition, 3, .production_id = 38), + [3588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_definition, 3, .production_id = 38), + [3590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_statement, 3, .production_id = 30), + [3592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_statement, 3, .production_id = 30), + [3594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3749), + [3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [3600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3834), + [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4184), + [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), + [3608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), + [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [3612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3239), + [3614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3246), + [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), + [3618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3213), + [3620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3236), + [3622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3237), + [3624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3736), + [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), + [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), + [3630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), + [3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), + [3634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), + [3636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), + [3638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3780), + [3640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3093), + [3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4250), + [3644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), + [3646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), + [3648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), + [3650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3090), + [3652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3082), + [3654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3340), + [3656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3180), + [3658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3163), + [3660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3132), + [3662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [3664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), + [3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3202), + [3668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3843), + [3670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3131), + [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4423), + [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [3676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [3678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [3680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3140), + [3682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3148), + [3684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3241), + [3686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3116), + [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3129), + [3690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3130), + [3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3735), + [3694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), + [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), + [3698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), + [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [3702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), + [3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), + [3706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [3708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), + [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), + [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3309), + [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), + [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), + [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), + [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4304), + [3726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3138), + [3728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3139), + [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), + [3732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3324), + [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3711), + [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3145), + [3738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4239), + [3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [3742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), + [3744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [3746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3142), + [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3141), + [3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3100), + [3752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3164), + [3754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3162), + [3756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3146), + [3758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3748), + [3760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), + [3762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keyed_element, 3, .production_id = 85), + [3764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_spread_expression, 2), + [3766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument, 1), + [3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3264), + [3770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3265), [3772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_keyed_element, 3, .production_id = 37), - [3774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3698), - [3776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), REDUCE(aux_sym_element_list_repeat1, 1), - [3779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(3968), - [3782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_element_list_repeat1, 1), - [3784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), - [3786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), - [3788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), - [3792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3815), - [3794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3288), - [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4361), - [3798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), - [3800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), - [3802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [3804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3287), - [3806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3286), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), - [3810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3271), - [3812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3299), - [3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3297), - [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [3820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3697), - [3822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3180), - [3824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4399), - [3826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), - [3828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), - [3830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), - [3832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), - [3834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3177), - [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [3838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), - [3840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3193), - [3842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3190), - [3844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), - [3846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), - [3848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), - [3850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4372), - [3853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [3855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3738), - [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [3861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), - [3863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), - [3865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), - [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [3871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 1, .production_id = 26), - [3873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3221), - [3875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 1, .production_id = 26), - [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), - [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [3881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), - [3883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), - [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), - [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [3899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4397), - [3901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3224), - [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), - [3905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [3909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3799), - [3911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3794), - [3913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), - [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [3917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), - [3919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), - [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [3929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [3933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3785), - [3935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 1), - [3937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 1), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_attribute, 1, .production_id = 6), - [3943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), - [3945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_attribute, 1), - [3947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_literal, 1), SHIFT(3155), - [3950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(3155), - [3953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), - [3955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), - [3957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), - [3959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3716), - [3961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3174), - [3963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), - [3965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), - [3967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), - [3969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [3971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3165), - [3973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3161), - [3975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3100), - [3977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3184), - [3979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), - [3981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), - [3983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2422), - [3985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3777), - [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), - [3989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), - [3991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), - [3993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), - [3995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3289), - [3997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3295), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), - [4001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3324), - [4003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3233), - [4005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3235), - [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), - [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_union_list_repeat1, 2), - [4011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 2), - [4013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 2), SHIFT_REPEAT(4656), - [4016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 2), SHIFT_REPEAT(3206), + [3774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 1, .production_id = 18), + [3776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), + [3778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3696), + [3780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), + [3782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [3786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), + [3788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3181), + [3790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4399), + [3792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [3794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), + [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), + [3798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), + [3800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3178), + [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [3804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), + [3806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3192), + [3808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3183), + [3810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3817), + [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3290), + [3818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4364), + [3820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [3822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), + [3824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [3826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3289), + [3828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3288), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [3832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3273), + [3834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3301), + [3836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3299), + [3838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), + [3840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), REDUCE(aux_sym_element_list_repeat1, 1), + [3843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(3970), + [3846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_element_list_repeat1, 1), + [3848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [3850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [3852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [3854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4372), + [3857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [3859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3742), + [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [3865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), + [3867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), + [3869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [3875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), + [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3801), + [3879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_interpolation_repeat1, 1, .production_id = 26), + [3881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3223), + [3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_interpolation_repeat1, 1, .production_id = 26), + [3885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), + [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [3889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), + [3891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), + [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [3907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4400), + [3909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3226), + [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), + [3913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), + [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [3917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 1), + [3919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 1), + [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [3923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), + [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [3927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [3929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [3939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), + [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [3943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3787), + [3945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3800), + [3947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_attribute, 1, .production_id = 6), + [3949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), + [3951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_literal, 1), SHIFT(3157), + [3954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_attribute, 1), + [3956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(3157), + [3959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [3961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), + [3963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3086), + [3965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3722), + [3967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), + [3969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), + [3971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), + [3973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), + [3975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [3977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3167), + [3979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3161), + [3981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3119), + [3983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3186), + [3985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3182), + [3987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3177), + [3989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2435), + [3991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3778), + [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), + [3995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), + [3997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), + [3999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), + [4001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3291), + [4003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3297), + [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [4007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3326), + [4009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3225), + [4011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3235), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [4015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2), + [4017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2), [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_union_list, 1), [4021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_union_list, 1), - [4023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_union_list, 1), SHIFT(4656), - [4026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3206), - [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2), - [4030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2), + [4023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_union_list, 1), SHIFT(4664), + [4026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3194), + [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strictly_expression_list, 4), + [4030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strictly_expression_list, 4), [4032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_union_list, 2), [4034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_union_list, 2), - [4036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_union_list, 2), SHIFT(4656), - [4039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strictly_expression_list, 4), - [4041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strictly_expression_list, 4), - [4043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(406), - [4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 82), - [4048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 82), - [4050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), - [4052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 98), - [4054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 98), - [4056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 67), - [4058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 67), - [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 144), - [4062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 144), - [4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 126), - [4066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 126), - [4068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 5, .production_id = 79), - [4070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 5, .production_id = 79), - [4072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 72), - [4074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 72), - [4076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 148), - [4078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 148), - [4080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 46), - [4082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 46), - [4084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 45), - [4086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 45), - [4088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2565), - [4090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3192), - [4092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3822), - [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3252), - [4096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4151), - [4098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), - [4100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), - [4102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), - [4104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3249), - [4106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3248), - [4108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3109), - [4110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3229), - [4112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), - [4114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3253), - [4116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, .production_id = 14), - [4118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3, .production_id = 14), - [4120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 128), - [4122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 128), - [4124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), + [4036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_union_list, 2), SHIFT(4664), + [4039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_union_list_repeat1, 2), + [4041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 2), + [4043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 2), SHIFT_REPEAT(4664), + [4046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 2), SHIFT_REPEAT(3194), + [4049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(406), + [4052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1), + [4054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), + [4056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 1), + [4058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1), + [4060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 1), + [4062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), + [4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, .production_id = 14), + [4066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3, .production_id = 14), + [4068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), + [4070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), + [4072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3240), + [4074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3822), + [4076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), + [4078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4155), + [4080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), + [4082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [4084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [4086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3251), + [4088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), + [4090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3111), + [4092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3231), + [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3271), + [4096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3255), + [4098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 45), + [4100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 45), + [4102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 46), + [4104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 46), + [4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 72), + [4108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 72), + [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 5, .production_id = 79), + [4112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 5, .production_id = 79), + [4114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 82), + [4116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 82), + [4118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 67), + [4120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 67), + [4122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 98), + [4124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 98), [4126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 99), [4128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 99), [4130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 102), [4132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 102), [4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 103), [4136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 103), - [4138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 139), - [4140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 139), - [4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 105), - [4144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 105), - [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 141), - [4148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 141), - [4150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 136), - [4152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 136), - [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_union_list_repeat1, 3), - [4156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 3), - [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 110), - [4160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 110), - [4162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 129), - [4164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 129), - [4166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 119), - [4168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 119), - [4170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1), - [4172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), - [4174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 1), - [4176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1), - [4178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 1), - [4180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 122), - [4182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 122), - [4184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 123), - [4186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 123), - [4188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 81), - [4190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 81), - [4192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 109), - [4194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 109), - [4196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 68), - [4198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 68), - [4200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 68), - [4202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 68), - [4204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 4, .production_id = 36), - [4206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 4, .production_id = 36), - [4208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 4, .production_id = 36), - [4210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 4, .production_id = 36), - [4212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 4, .production_id = 73), - [4214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 4, .production_id = 73), - [4216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), - [4218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), - [4220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), - [4222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), - [4224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), - [4226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 1), - [4228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_list, 1), - [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 73), - [4232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 73), - [4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 73), - [4236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 73), - [4238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, .production_id = 74), - [4240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 5, .production_id = 74), - [4242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 80), - [4244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 80), - [4246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_body, 3), - [4248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_body, 3), - [4250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 44), - [4252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 44), - [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 2), - [4256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 2), - [4258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 2), - [4260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 2), - [4262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_body, 3), - [4264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interface_body, 3), - [4266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 5), - [4268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 5), - [4270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, .production_id = 96), - [4272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 5, .production_id = 96), - [4274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 97), - [4276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 97), - [4278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, .production_id = 100), - [4280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 5, .production_id = 100), - [4282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 68), - [4284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 68), - [4286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 100), - [4288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 100), - [4290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 5, .production_id = 36), - [4292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 5, .production_id = 36), - [4294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 5, .production_id = 36), - [4296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 5, .production_id = 36), - [4298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 101), - [4300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 101), - [4302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, .production_id = 104), - [4304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 5, .production_id = 104), - [4306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 73), - [4308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 73), - [4310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 104), - [4312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 104), - [4314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 51), - [4316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 51), - [4318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, .production_id = 106), - [4320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 5, .production_id = 106), - [4322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 106), - [4324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 106), - [4326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 106), - [4328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 106), - [4330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_body, 2), - [4332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interface_body, 2), - [4334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 19), - [4336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 19), - [4338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), - [4340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_statement, 2), - [4342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defer_statement, 2), - [4344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label_reference, 1), - [4346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label_reference, 1), - [4348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 2), - [4350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 2), - [4352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 4, .production_id = 68), - [4354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 4, .production_id = 68), - [4356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_body, 2), - [4358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_body, 2), - [4360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [4362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [4364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [4366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [4368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, .production_id = 8), - [4370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, .production_id = 8), - [4372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 111), - [4374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 111), - [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 6, .production_id = 118), - [4378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 6, .production_id = 118), - [4380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 2, .production_id = 7), - [4382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 2, .production_id = 7), - [4384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 120), - [4386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 120), - [4388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_statement, 2), - [4390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_statement, 2), - [4392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 121), - [4394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 121), - [4396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 2), - [4398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 2), - [4400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2), - [4402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_list_repeat1, 2), - [4404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_list_repeat1, 2), SHIFT_REPEAT(3695), - [4407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 4, .production_id = 51), - [4409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 4, .production_id = 51), - [4411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 124), - [4413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 124), - [4415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 125), - [4417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 125), - [4419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 3), - [4421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 3), - [4423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 3), - [4425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 3), - [4427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_definition, 2, .production_id = 12), - [4429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_definition, 2, .production_id = 12), - [4431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_definition, 2, .production_id = 6), - [4433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_definition, 2, .production_id = 6), - [4435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 6, .production_id = 36), - [4437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 6, .production_id = 36), - [4439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 127), - [4441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 127), - [4443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 6, .production_id = 130), - [4445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 6, .production_id = 130), - [4447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 6, .production_id = 106), - [4449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 6, .production_id = 106), - [4451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, .production_id = 130), - [4453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, .production_id = 130), - [4455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 3, .production_id = 19), - [4457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 3, .production_id = 19), - [4459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, .production_id = 19), - [4461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, .production_id = 19), - [4463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, .production_id = 19), - [4465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, .production_id = 19), - [4467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_for_statement, 3, .production_id = 25), - [4469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_for_statement, 3, .production_id = 25), - [4471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 131), - [4473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 131), - [4475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 135), - [4477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 135), - [4479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 4, .production_id = 40), - [4481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 4, .production_id = 40), - [4483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 137), - [4485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 137), - [4487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 3, .production_id = 25), - [4489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 3, .production_id = 25), - [4491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asm_statement, 3), - [4493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_asm_statement, 3), - [4495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 138), - [4497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 138), - [4499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 140), - [4501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 140), - [4503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 4), - [4505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 4), - [4507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 142), - [4509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 142), - [4511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, .production_id = 28), - [4513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, .production_id = 28), - [4515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 3, .production_id = 35), - [4517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 3, .production_id = 35), - [4519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 143), - [4521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 143), - [4523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 3, .production_id = 36), - [4525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 3, .production_id = 36), - [4527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 4), - [4529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 4), - [4531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 145), - [4533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 145), - [4535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 3, .production_id = 36), - [4537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 3, .production_id = 36), - [4539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 146), - [4541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 146), - [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 147), - [4545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 147), - [4547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, .production_id = 149), - [4549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, .production_id = 149), - [4551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 9, .production_id = 150), - [4553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 9, .production_id = 150), - [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), - [4559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3722), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [4563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4159), - [4565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), - [4567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [4569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), - [4571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), - [4573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), - [4577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3121), - [4579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3120), - [4581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3119), - [4583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), - [4585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang, 2), - [4587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang, 2), - [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_clause, 2), - [4591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_clause, 2), - [4593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 1), - [4595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_list_repeat1, 1), - [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), - [4599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutability_modifiers, 1), - [4601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutability_modifiers, 1), - [4603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_clause, 3), - [4605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_clause, 3), - [4607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3), - [4609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 3), - [4611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), - [4613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3792), - [4615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3313), - [4617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), - [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), - [4621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), - [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), - [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), - [4631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), - [4633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), - [4635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), - [4637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), - [4639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [4641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [4645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), - [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [4649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4193), - [4651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3198), - [4653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3328), - [4655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), - [4657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), - [4659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3700), - [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3104), - [4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [4665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654), - [4667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), - [4669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [4673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), - [4675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), - [4677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), - [4679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), - [4681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), - [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), - [4685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), - [4687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4370), - [4689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3114), - [4691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3124), - [4693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), - [4695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), - [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3717), - [4699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label_definition, 2), - [4701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label_definition, 2), - [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3719), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [4715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), - [4717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), - [4719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [4138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 105), + [4140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 105), + [4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 110), + [4144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 110), + [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 119), + [4148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 119), + [4150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 122), + [4152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 122), + [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 123), + [4156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 123), + [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 126), + [4160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 126), + [4162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 128), + [4164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 128), + [4166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 129), + [4168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 129), + [4170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_union_list_repeat1, 3), + [4172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 3), + [4174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 136), + [4176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 136), + [4178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 139), + [4180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 139), + [4182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 141), + [4184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 141), + [4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 144), + [4188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 144), + [4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 148), + [4192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 148), + [4194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 6, .production_id = 36), + [4196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 6, .production_id = 36), + [4198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 68), + [4200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 68), + [4202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), + [4204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), + [4206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), + [4208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), + [4210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), + [4212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 1), + [4214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_list, 1), + [4216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 2), + [4218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 2), + [4220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 2), + [4222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 2), + [4224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_statement, 2), + [4226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defer_statement, 2), + [4228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label_reference, 1), + [4230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label_reference, 1), + [4232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 2), + [4234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 2), + [4236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 145), + [4238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 145), + [4240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [4242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [4244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [4246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [4248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, .production_id = 8), + [4250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, .production_id = 8), + [4252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 2, .production_id = 7), + [4254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 2, .production_id = 7), + [4256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_statement, 2), + [4258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_statement, 2), + [4260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 2), + [4262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 2), + [4264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2), + [4266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_list_repeat1, 2), + [4268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_list_repeat1, 2), SHIFT_REPEAT(3695), + [4271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 3), + [4273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 3), + [4275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [4277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 3), + [4279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 3), + [4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_definition, 2, .production_id = 12), + [4283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_definition, 2, .production_id = 12), + [4285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_definition, 2, .production_id = 6), + [4287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_definition, 2, .production_id = 6), + [4289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 3, .production_id = 19), + [4291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 3, .production_id = 19), + [4293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, .production_id = 19), + [4295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, .production_id = 19), + [4297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, .production_id = 19), + [4299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, .production_id = 19), + [4301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_for_statement, 3, .production_id = 25), + [4303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_for_statement, 3, .production_id = 25), + [4305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 146), + [4307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 146), + [4309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 3, .production_id = 25), + [4311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 3, .production_id = 25), + [4313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asm_statement, 3), + [4315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_asm_statement, 3), + [4317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 147), + [4319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 147), + [4321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, .production_id = 28), + [4323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, .production_id = 28), + [4325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 3, .production_id = 35), + [4327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 3, .production_id = 35), + [4329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 3, .production_id = 36), + [4331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 3, .production_id = 36), + [4333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 3, .production_id = 36), + [4335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 3, .production_id = 36), + [4337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 4), + [4339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 4), + [4341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 4), + [4343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 4), + [4345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 4, .production_id = 40), + [4347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 4, .production_id = 40), + [4349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, .production_id = 130), + [4351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, .production_id = 130), + [4353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 4, .production_id = 51), + [4355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 4, .production_id = 51), + [4357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_body, 2), + [4359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_body, 2), + [4361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 19), + [4363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 19), + [4365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_body, 2), + [4367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interface_body, 2), + [4369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 51), + [4371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 51), + [4373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 44), + [4375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 44), + [4377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 4, .production_id = 68), + [4379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 4, .production_id = 68), + [4381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 6, .production_id = 106), + [4383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 6, .production_id = 106), + [4385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 68), + [4387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 68), + [4389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 4, .production_id = 36), + [4391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 4, .production_id = 36), + [4393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 4, .production_id = 36), + [4395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 4, .production_id = 36), + [4397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 4, .production_id = 73), + [4399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 4, .production_id = 73), + [4401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 73), + [4403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 73), + [4405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 73), + [4407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 73), + [4409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, .production_id = 74), + [4411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 5, .production_id = 74), + [4413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 80), + [4415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 80), + [4417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 81), + [4419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 81), + [4421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_body, 3), + [4423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_body, 3), + [4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_body, 3), + [4427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interface_body, 3), + [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 5), + [4431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 5), + [4433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, .production_id = 96), + [4435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 5, .production_id = 96), + [4437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 97), + [4439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 97), + [4441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, .production_id = 100), + [4443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 5, .production_id = 100), + [4445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 68), + [4447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 68), + [4449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 100), + [4451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 100), + [4453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 5, .production_id = 36), + [4455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 5, .production_id = 36), + [4457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 5, .production_id = 36), + [4459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 5, .production_id = 36), + [4461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 101), + [4463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 101), + [4465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, .production_id = 104), + [4467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 5, .production_id = 104), + [4469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 73), + [4471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 73), + [4473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 104), + [4475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 104), + [4477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, .production_id = 106), + [4479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 5, .production_id = 106), + [4481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 106), + [4483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 106), + [4485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 106), + [4487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 106), + [4489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 109), + [4491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 109), + [4493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 111), + [4495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 111), + [4497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 6, .production_id = 118), + [4499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 6, .production_id = 118), + [4501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, .production_id = 149), + [4503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, .production_id = 149), + [4505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 120), + [4507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 120), + [4509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 121), + [4511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 121), + [4513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 6, .production_id = 130), + [4515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 6, .production_id = 130), + [4517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 143), + [4519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 143), + [4521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 142), + [4523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 142), + [4525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 125), + [4527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 125), + [4529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 140), + [4531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 140), + [4533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 127), + [4535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 127), + [4537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 138), + [4539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 138), + [4541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 137), + [4543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 137), + [4545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 124), + [4547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 124), + [4549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 135), + [4551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 135), + [4553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 9, .production_id = 150), + [4555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 9, .production_id = 150), + [4557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 131), + [4559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 131), + [4561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), + [4563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [4567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3730), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), + [4571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4161), + [4573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [4575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [4577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), + [4579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3104), + [4581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [4585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3122), + [4587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3121), + [4589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3115), + [4591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang, 2), + [4593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang, 2), + [4595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_clause, 3), + [4597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_clause, 3), + [4599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [4601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 1), + [4603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_list_repeat1, 1), + [4605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_clause, 2), + [4607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_clause, 2), + [4609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3), + [4611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 3), + [4613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutability_modifiers, 1), + [4615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutability_modifiers, 1), + [4617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), + [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3793), + [4621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3313), + [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), + [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [4631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [4635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), + [4637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), + [4639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), + [4641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), + [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), + [4645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [4649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [4651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), + [4653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [4655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4199), + [4657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), + [4659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3190), + [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), + [4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), + [4665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3697), + [4667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3106), + [4669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [4671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [4673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [4675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [4679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), + [4681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), + [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), + [4685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), + [4687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), + [4689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [4691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [4693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4370), + [4695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3107), + [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3109), + [4699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), + [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), + [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3717), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [4715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), + [4717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [4719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [4729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [4729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), [4731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), - [4733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [4733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [4753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3273), - [4755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3276), - [4757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), - [4759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3858), - [4761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [4763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), - [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), - [4767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [4785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), - [4787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [4789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [4795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), - [4797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), - [4799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4169), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [4823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3856), - [4825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3850), - [4827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), - [4833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 1), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), - [4845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_without_blocks_list, 1), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [4849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_without_blocks_list, 1), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), - [4853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 1), - [4855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [4871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 1), - [4873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), - [4875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), - [4877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4256), - [4880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 1, .production_id = 6), - [4882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), - [4884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3786), - [4886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), - [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), - [4892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2282), - [4894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), - [4896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), - [4898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), - [4900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3771), - [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [4904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), - [4906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2328), - [4908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_arm, 2), - [4910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_arm, 2), - [4912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [4914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4418), - [4916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 1), - [4918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 1), - [4920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3767), - [4922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3770), - [4924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 1), - [4926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 1), - [4928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_else_arm_clause, 2, .production_id = 32), - [4930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_else_arm_clause, 2, .production_id = 32), - [4932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 2, .production_id = 90), - [4934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 2, .production_id = 90), - [4936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 4, .production_id = 112), - [4938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3243), - [4940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), - [4942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), - [4944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), - [4946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2286), - [4948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), - [4950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), - [4952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [4954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), - [4956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4359), - [4958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), - [4960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3251), - [4962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), - [4964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [4966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3344), - [4968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), - [4970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), - [4972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutability_modifiers, 2), - [4974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutability_modifiers, 2), - [4976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2327), - [4978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2697), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), - [4982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), - [4984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2, .production_id = 18), - [4986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2, .production_id = 18), - [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), - [4990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), - [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), - [4994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [4751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), + [4753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), + [4755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3278), + [4757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3719), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [4761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label_definition, 2), + [4763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label_definition, 2), + [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), + [4767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [4773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), + [4775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), + [4777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [4783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [4785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [4787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [4795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3865), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), + [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), + [4813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3693), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [4817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), + [4819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), + [4821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), + [4837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 1), + [4839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), + [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), + [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [4859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 1), + [4861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), + [4863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_without_blocks_list, 1), + [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [4867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_without_blocks_list, 1), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [4877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), + [4879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 1, .production_id = 6), + [4881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4257), + [4884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 1), + [4886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), + [4888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), + [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3788), + [4892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [4896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), + [4898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240), + [4900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [4902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), + [4904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), + [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [4908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3774), + [4910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [4912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 1), + [4914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 1), + [4916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3768), + [4918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_arm, 2), + [4920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_arm, 2), + [4922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 2, .production_id = 90), + [4924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 2, .production_id = 90), + [4926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 4, .production_id = 112), + [4928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3245), + [4930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [4932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), + [4934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), + [4936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), + [4938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), + [4940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [4942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [4944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [4946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4357), + [4948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3252), + [4950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3253), + [4952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [4954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), + [4956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3348), + [4958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_else_arm_clause, 2, .production_id = 32), + [4960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_else_arm_clause, 2, .production_id = 32), + [4962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 1), + [4964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 1), + [4966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3773), + [4968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2302), + [4970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutability_modifiers, 2), + [4972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutability_modifiers, 2), + [4974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), + [4976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), + [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), + [4980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), + [4982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2, .production_id = 18), + [4984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2, .production_id = 18), + [4986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), + [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), + [4990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), + [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), + [4994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), [4996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [4998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [5000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3752), - [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [5006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), - [5008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2396), - [5010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), - [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [5016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [4998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), + [5000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), + [5002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3754), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [5008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2367), + [5010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2371), + [5012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), + [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), + [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), [5018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutability_modifiers, 3), [5020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutability_modifiers, 3), - [5022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 3, .production_id = 38), - [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), - [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), - [5028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3728), - [5030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3291), - [5032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [5034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), - [5036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), - [5038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), - [5040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), - [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [5044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), - [5046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), - [5048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2551), - [5050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2650), - [5052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [5054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), - [5056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), - [5058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4315), - [5060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3278), - [5062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3272), - [5064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), - [5066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), - [5070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [5072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [5074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), - [5076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [5078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), - [5080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), - [5082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), - [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [5088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [5092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [5094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), - [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [5118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3838), - [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [5128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), - [5130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [5142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3083), - [5144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3086), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [5152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), - [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [5158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), - [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [5162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), - [5164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2876), - [5166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), - [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [5172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), - [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [5176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [5186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), - [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [5190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), - [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [5194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), - [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [5206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), - [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), - [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), - [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [5222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), - [5224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), - [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [5228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), - [5230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), - [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [5240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2563), - [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [5244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 3, .production_id = 31), - [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [5252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), - [5254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), - [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [5258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), - [5260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), - [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [5282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), - [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [5286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [5288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), - [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [5292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2953), - [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [5308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__definite_range, 3, .production_id = 95), - [5310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), - [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [5314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), - [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), - [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [5322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), - [5324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2958), - [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [5330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2927), - [5332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2933), - [5334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 1), - [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), - [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), - [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [5344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2949), - [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [5354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), - [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [5358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_attribute, 2), - [5360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4300), - [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [5376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), - [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [5380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2939), - [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), - [5384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), - [5386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2952), - [5388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2928), - [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), - [5394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2886), - [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), - [5400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), - [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), - [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), - [5408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3039), - [5410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), - [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [5416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), - [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [5420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), - [5422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), - [5424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [5438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 3, .production_id = 95), - [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [5454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expression_list_repeat1, 2), - [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [5468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2902), - [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), - [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), - [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [5526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), - [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), - [5534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, .production_id = 63), - [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), - [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), - [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), - [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), - [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), - [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), - [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), - [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), - [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [5580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), - [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [5592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutable_identifier, 2), - [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), - [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), - [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), - [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), - [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [5610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3690), - [5612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3101), - [5614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2954), - [5616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2951), - [5618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), - [5620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3131), - [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3134), - [5624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3199), - [5626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3085), - [5628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), - [5630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3084), - [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), - [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), - [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), - [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), - [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), + [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [5024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 3, .production_id = 38), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), + [5028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3733), + [5030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [5034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2544), + [5036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), + [5038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), + [5042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3293), + [5044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), + [5046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), + [5048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), + [5050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), + [5052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), + [5054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2523), + [5056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), + [5058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [5060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4316), + [5062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3280), + [5064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3274), + [5066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), + [5068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), + [5070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), + [5072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), + [5074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [5076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [5078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), + [5080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), + [5082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), + [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), + [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [5090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [5094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), + [5096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), + [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [5120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3084), + [5122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3085), + [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [5128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3840), + [5130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2452), + [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), + [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [5152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3854), + [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [5158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), + [5160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2828), + [5162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [5168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [5172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [5176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [5188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), + [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [5192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [5194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), + [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), + [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [5218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3863), + [5220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3841), + [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [5224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [5228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [5232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), + [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [5236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), + [5238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), + [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [5254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 3, .production_id = 31), + [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [5258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [5260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2620), + [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [5266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), + [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [5286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [5290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [5292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), + [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [5296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2946), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [5310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2944), + [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [5314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__definite_range, 3, .production_id = 95), + [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [5326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2939), + [5328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), + [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [5332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_attribute, 2), + [5334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4301), + [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [5350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), + [5352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2952), + [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [5358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2949), + [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [5362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), + [5364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 1), + [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [5368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2957), + [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2929), + [5376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2954), + [5378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2960), + [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [5382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2955), + [5384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), + [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), + [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [5396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [5400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), + [5402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), + [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [5410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [5416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2888), + [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), + [5422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), + [5424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), + [5430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3049), + [5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [5458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2882), + [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [5480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 3, .production_id = 95), + [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), + [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [5488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expression_list_repeat1, 2), + [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [5492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, .production_id = 63), + [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [5530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2815), + [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [5534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), + [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), + [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), + [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), + [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), + [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), + [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [5580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), + [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [5590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutable_identifier, 2), + [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), + [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), + [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), + [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [5610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3692), + [5612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), + [5614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2938), + [5616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2919), + [5618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), + [5620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3134), + [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), + [5624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), + [5626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), + [5628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3083), + [5630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3087), + [5632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 2, .production_id = 24), + [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), + [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), + [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), [5656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_lambda, 3), - [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), - [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), - [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), - [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), - [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [5684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_lambda, 4), - [5686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_lambda, 5), - [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [5692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [5696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), - [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), - [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), - [5704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [5710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), - [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), - [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), - [5728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2903), - [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), - [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), - [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), - [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), - [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [5774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2883), - [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), - [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), - [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), - [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [5806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [5808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), - [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), - [5812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), - [5814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [5824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), - [5826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), - [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), - [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), - [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), - [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), - [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [5850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), - [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), - [5858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), - [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), - [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), + [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), + [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), + [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), + [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), + [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [5686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_lambda, 4), + [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [5690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_lambda, 5), + [5692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [5694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mut_is_clause, 2), + [5696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [5704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), + [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), + [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [5710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), + [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [5734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), + [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [5774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [5780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), + [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), + [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), + [5806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [5808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [5812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [5814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [5824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), + [5826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), + [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [5850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [5858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), + [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), - [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), - [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), - [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), - [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), - [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), - [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), - [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), - [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), - [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [5942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), - [5944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4225), - [5946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3977), - [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), - [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), - [5954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4025), - [5956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4185), - [5958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3504), - [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), - [5962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4296), - [5964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 4), - [5966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3), - [5968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), - [5970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), - [5972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), SHIFT_REPEAT(638), - [5975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(434), - [5978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3389), + [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), + [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), + [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), + [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), + [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [5946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2420), + [5948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4230), + [5950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3914), + [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), + [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), + [5958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4032), + [5960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4180), + [5962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3510), + [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [5966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4297), + [5968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3), + [5970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), + [5972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), + [5974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 4), + [5976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3391), + [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [5982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_without_blocks_list, 2), - [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [5988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_arm_statement, 1), - [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [5992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), - [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [5998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), SHIFT_REPEAT(2254), - [6001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_body_repeat1, 2), - [6003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), SHIFT_REPEAT(4517), - [6006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), SHIFT_REPEAT(4371), - [6009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2482), - [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [6013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), - [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), - [6025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [6027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [6035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3469), - [6037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributes_repeat1, 1), - [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), - [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [6049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), - [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [6063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [6065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [6073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [6075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [6079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), SHIFT_REPEAT(2482), - [6082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__struct_body_repeat1, 2), - [6084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), SHIFT_REPEAT(4517), - [6087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), SHIFT_REPEAT(4371), - [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), - [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [6100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributes_repeat1, 2), - [6102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributes_repeat1, 2), SHIFT_REPEAT(3344), - [6105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributes, 1), - [6107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver, 5, .production_id = 108), - [6109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver, 5, .production_id = 108), - [6111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 2, .production_id = 42), - [6113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), - [6115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver, 4, .production_id = 76), - [6117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver, 4, .production_id = 76), - [6119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 2, .production_id = 87), - [6121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 3, .production_id = 114), - [6123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_embedded_definition, 1), - [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), - [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), - [6129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), - [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), - [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), - [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), - [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4589), - [6141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3036), - [6143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifiers, 1), - [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), - [6147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3968), - [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), - [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), - [6153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 1, .production_id = 6), - [6155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), - [6157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 1), - [6159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3678), - [6161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 5, .production_id = 132), - [6163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_declaration, 1), - [6165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 3, .production_id = 113), - [6167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_path_repeat1, 2), - [6169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_path_repeat1, 2), SHIFT_REPEAT(4294), - [6172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 1), - [6174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4279), - [6176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4281), - [6178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 4, .production_id = 134), - [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4539), - [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), - [6184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4057), - [6186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4537), - [6188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_scope, 2), - [6190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_path, 2), - [6192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4294), - [6194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_declaration, 1, .production_id = 17), - [6196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_scope, 3), - [6198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_path, 1), - [6200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 3, .production_id = 84), - [6202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 1), - [6204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3683), - [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [6208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), - [6210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_selective_import_list_repeat1, 1), - [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), - [6214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_list_repeat1, 2), SHIFT_REPEAT(3480), - [6217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_element_list_repeat1, 2), - [6219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_list_repeat1, 2), SHIFT_REPEAT(533), - [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [5982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), SHIFT_REPEAT(640), + [5985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(394), + [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [5990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_without_blocks_list, 2), + [5992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_arm_statement, 1), + [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [5996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), + [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [6002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), SHIFT_REPEAT(2244), + [6005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_body_repeat1, 2), + [6007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), SHIFT_REPEAT(4519), + [6010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), SHIFT_REPEAT(4371), + [6013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), + [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [6025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), + [6027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [6037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [6041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), + [6043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributes_repeat1, 1), + [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [6049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [6063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [6065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [6073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [6075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [6079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [6081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), SHIFT_REPEAT(2503), + [6084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__struct_body_repeat1, 2), + [6086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), SHIFT_REPEAT(4519), + [6089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), SHIFT_REPEAT(4371), + [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), + [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [6104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributes_repeat1, 2), + [6106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributes_repeat1, 2), SHIFT_REPEAT(3348), + [6109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributes, 1), + [6111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver, 5, .production_id = 108), + [6113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver, 5, .production_id = 108), + [6115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 2, .production_id = 42), + [6117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), + [6119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver, 4, .production_id = 76), + [6121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver, 4, .production_id = 76), + [6123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 3, .production_id = 114), + [6125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 2, .production_id = 87), + [6127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_embedded_definition, 1), + [6129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3038), + [6131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifiers, 1), + [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), + [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), + [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), + [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), + [6143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), + [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), + [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4592), + [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), + [6151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3970), + [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), + [6157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 1, .production_id = 6), + [6159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), + [6161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 3, .production_id = 113), + [6163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_path_repeat1, 2), + [6165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_path_repeat1, 2), SHIFT_REPEAT(4294), + [6168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_declaration, 1), + [6170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 3, .production_id = 84), + [6172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 4, .production_id = 134), + [6174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 1), + [6176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), + [6178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 5, .production_id = 132), + [6180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 1), + [6182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4280), + [6184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4283), + [6186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_path, 1), + [6188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4294), + [6190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_scope, 2), + [6192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_declaration, 1, .production_id = 17), + [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4541), + [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), + [6198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3899), + [6200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4539), + [6202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_path, 2), + [6204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_scope, 3), + [6206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 1), + [6208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3682), + [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [6212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_list_repeat1, 2), SHIFT_REPEAT(3483), + [6215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_element_list_repeat1, 2), + [6217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_list_repeat1, 2), SHIFT_REPEAT(580), + [6220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_name, 1), + [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), [6224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_list, 1), - [6226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_name, 1), - [6228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), - [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4602), - [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), - [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), - [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), - [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4598), - [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), - [6242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifiers, 1), - [6244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3773), - [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), - [6248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), - [6250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), - [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), - [6254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2535), - [6256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3776), - [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), - [6260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [6262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), - [6264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), - [6266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), - [6268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), - [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), - [6272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3720), - [6274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), - [6276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), - [6278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207), - [6280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), - [6282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), - [6284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), - [6286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), - [6288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), - [6290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), + [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), + [6228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4604), + [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4602), + [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4601), + [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), + [6238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), + [6240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_selective_import_list_repeat1, 1), + [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), + [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), + [6246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifiers, 1), + [6248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3771), + [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), + [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), + [6254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), + [6256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3772), + [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), + [6260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), + [6262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), + [6264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2578), + [6266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), + [6268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), + [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [6272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), + [6274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3534), + [6276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3723), + [6278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), + [6280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), + [6282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), + [6284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), + [6286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), + [6288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [6290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [6294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), - [6296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), SHIFT_REPEAT(3776), - [6299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), SHIFT_REPEAT(3776), - [6302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), SHIFT_REPEAT(259), - [6305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), - [6307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), SHIFT_REPEAT(3773), - [6310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), SHIFT_REPEAT(3773), - [6313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), SHIFT_REPEAT(233), - [6316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), - [6318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), - [6320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), - [6322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), - [6324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3810), - [6326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_selective_import_list_repeat1, 2), SHIFT_REPEAT(3514), - [6329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_selective_import_list_repeat1, 2), - [6331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2854), - [6333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2855), - [6335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), - [6337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), - [6339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), - [6341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), - [6343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), - [6345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2621), - [6347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839), - [6349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), - [6351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2414), - [6353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), - [6355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), - [6357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2838), - [6359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(426), - [6362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2387), - [6364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), - [6366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), - [6368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), - [6370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), - [6372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), - [6374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2), - [6376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), - [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), - [6380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 1), - [6382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4088), - [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [6388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3704), - [6390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), - [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), - [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), - [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4519), - [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), - [6402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), - [6404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [6406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), - [6408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), - [6410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3761), - [6412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), - [6414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), - [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), - [6420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4220), - [6422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4635), - [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), - [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), - [6430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), - [6432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 1), - [6434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_attribute, 1, .production_id = 5), - [6436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), - [6438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 2), - [6440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), - [6442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4427), - [6444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__enum_body_repeat1, 1), - [6446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4124), - [6448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), - [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), - [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [6454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 2, .production_id = 86), - [6456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 4, .production_id = 133), + [6294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [6296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2575), + [6298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), SHIFT_REPEAT(3772), + [6301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), SHIFT_REPEAT(3772), + [6304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), SHIFT_REPEAT(248), + [6307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), + [6309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), SHIFT_REPEAT(3771), + [6312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), SHIFT_REPEAT(3771), + [6315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), SHIFT_REPEAT(241), + [6318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), + [6320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [6322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), + [6324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_selective_import_list_repeat1, 2), SHIFT_REPEAT(3534), + [6327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_selective_import_list_repeat1, 2), + [6329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2812), + [6331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2813), + [6333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), + [6335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), + [6337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), + [6339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2615), + [6341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), + [6343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), + [6345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), + [6347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [6349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2411), + [6351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), + [6353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2409), + [6355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), + [6357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), + [6359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), + [6361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2856), + [6363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(412), + [6366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), + [6368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), + [6370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), + [6372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), + [6374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), + [6376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2), + [6378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), + [6380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), + [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4708), + [6384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 1), + [6386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4089), + [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), + [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [6392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3706), + [6394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), + [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), + [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), + [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), + [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4518), + [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), + [6406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), + [6408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [6410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), + [6412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), + [6414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), + [6416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [6418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3765), + [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), + [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), + [6424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), + [6426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 2), + [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [6434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), + [6436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 1), + [6438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_attribute, 1, .production_id = 5), + [6440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4221), + [6442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4637), + [6444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3069), + [6446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4428), + [6448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__enum_body_repeat1, 1), + [6450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4129), + [6452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), + [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), [6458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), - [6460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_alias, 2), - [6462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2), SHIFT_REPEAT(63), - [6465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2), - [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [6469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), - [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [6473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [6475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4048), - [6477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4758), + [6460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 4, .production_id = 133), + [6462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 2, .production_id = 86), + [6464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_alias, 2), + [6466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2), SHIFT_REPEAT(63), + [6469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2), + [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [6473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [6475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4055), + [6477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4760), [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), - [6481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enum_body_repeat1, 2), SHIFT_REPEAT(3486), - [6484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enum_body_repeat1, 2), - [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), - [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [6492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4737), - [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), - [6498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 2), - [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), - [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4528), - [6504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 4, .production_id = 94), - [6506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 4, .production_id = 94), - [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [6510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_parameters_repeat1, 2), SHIFT_REPEAT(4286), - [6513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_parameters_repeat1, 2), - [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), - [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), - [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [6525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym___rcbr, 1), - [6527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym___rcbr, 1), - [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), - [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), - [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [6539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_import_list, 3), - [6541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 3), - [6543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 3), - [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), - [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), - [6551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4760), - [6553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), - [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [6557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4725), - [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), - [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [6567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4729), - [6569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 2), - [6571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 2), - [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [6577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4713), - [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), - [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [6591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_name, 1), - [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [6595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4708), - [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [6601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_import_list, 4), - [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [6615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 1), - [6617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_c_string_literal_repeat2, 1), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [6623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 1), - [6625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_c_string_literal_repeat1, 1), - [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), - [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4434), - [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), - [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [6639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4721), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4741), - [6647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_var_declaration_repeat1, 2), SHIFT_REPEAT(3035), - [6650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_var_declaration_repeat1, 2), - [6652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(3082), - [6655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), - [6657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2), SHIFT_REPEAT(4586), - [6660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2), - [6662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [6664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4695), - [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [6668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_comment_repeat1, 2), SHIFT_REPEAT(4048), - [6671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_comment_repeat1, 2), - [6673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 3), - [6675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4346), - [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), - [6685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4341), - [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [6689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), - [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), - [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), - [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), - [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [6705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4745), - [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [6485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4739), + [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [6489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enum_body_repeat1, 2), SHIFT_REPEAT(3491), + [6492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enum_body_repeat1, 2), + [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), + [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4528), + [6502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 2), + [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), + [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), + [6508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_parameters_repeat1, 2), SHIFT_REPEAT(4287), + [6511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_parameters_repeat1, 2), + [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [6515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 4, .production_id = 94), + [6517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 4, .production_id = 94), + [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), + [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), + [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [6535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 3), + [6537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 3), + [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [6543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_import_list, 3), + [6545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4762), + [6547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [6549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 2), + [6551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 2), + [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), + [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [6561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4727), + [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), + [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [6569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4731), + [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [6573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym___rcbr, 1), + [6575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym___rcbr, 1), + [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), + [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [6585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4715), + [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [6593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_name, 1), + [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [6599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4710), + [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [6607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_import_list, 4), + [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [6613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 1), + [6615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_c_string_literal_repeat2, 1), + [6617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 1), + [6619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_c_string_literal_repeat1, 1), + [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4441), + [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), + [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), + [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [6643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4723), + [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), + [6649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4743), + [6651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_var_declaration_repeat1, 2), SHIFT_REPEAT(3037), + [6654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_var_declaration_repeat1, 2), + [6656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(3315), + [6659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), + [6661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2), SHIFT_REPEAT(4588), + [6664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2), + [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [6668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4697), + [6670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_comment_repeat1, 2), SHIFT_REPEAT(4055), + [6673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_comment_repeat1, 2), + [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [6677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4347), + [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [6681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 3), + [6683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4342), + [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), + [6697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3353), + [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [6721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4717), - [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [6725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4733), - [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), - [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), - [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), - [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), - [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), - [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), - [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4316), - [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), - [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4403), - [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), - [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), - [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), - [6775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), - [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [6715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4747), + [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [6723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4735), + [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [6727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4719), + [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), + [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), + [6735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 5), + [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), + [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), + [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), + [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), + [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), + [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), + [6769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), + [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), [6779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition_list, 2), - [6781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), - [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), - [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), - [6791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), - [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [6795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat2, 2), SHIFT_REPEAT(4241), - [6798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_raw_string_literal_repeat2, 2), - [6800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat1, 2), SHIFT_REPEAT(4244), - [6803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_raw_string_literal_repeat1, 2), - [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), - [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), - [6813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), - [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), - [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4594), - [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [6823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), - [6825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), - [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), - [6831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 2), - [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [6835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameter, 1), - [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [6839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), - [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [6843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), - [6845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), - [6847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), - [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), - [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4530), - [6853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_lambda_repeat1, 2), SHIFT_REPEAT(4178), + [6781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [6785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 2), + [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), + [6789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), + [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [6797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat2, 2), SHIFT_REPEAT(4248), + [6800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_raw_string_literal_repeat2, 2), + [6802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat1, 2), SHIFT_REPEAT(4249), + [6805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_raw_string_literal_repeat1, 2), + [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [6813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4131), + [6815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4751), + [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [6829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), + [6831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), + [6833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2412), + [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), + [6841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), + [6843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameter, 1), + [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [6847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), + [6851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2362), + [6853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_lambda_repeat1, 2), SHIFT_REPEAT(4182), [6856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_short_lambda_repeat1, 2), - [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), - [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [6864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), - [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), - [6868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 3), - [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), - [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), - [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [6878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2275), - [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), - [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), - [6886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), - [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), - [6892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), - [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), - [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), - [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), - [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), - [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), - [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [6930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expression_list_repeat1, 2), SHIFT_REPEAT(323), - [6933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameters, 3), - [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), - [6937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 3), - [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [6941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), - [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), - [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), - [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [6949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), - [6951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), - [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [6961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), SHIFT_REPEAT(3356), - [6964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), - [6966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition_list, 1), - [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [6970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1, .production_id = 13), - [6972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(418), - [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), - [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [6979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), - [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [6983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 5), - [6985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameters, 5), - [6987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm_type, 1), - [6989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 1, .production_id = 57), - [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [6993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 2), - [6995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__plain_attribute, 1), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), - [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), - [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [7013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), - [7017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_definition_list_repeat1, 2), SHIFT_REPEAT(3884), - [7020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_definition_list_repeat1, 2), - [7022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), - [7024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), - [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [7030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [7032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [7034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(433), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [7041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [7049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overridable_operator, 1), - [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [7067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [7075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), SHIFT_REPEAT(954), - [7078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), - [7088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), - [7090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [7092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [7098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_comment_repeat1, 1), - [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), - [7102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4595), - [7104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), - [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), - [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [7110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [7112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(3671), - [7115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [7117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), - [7119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4749), - [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [7123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2), SHIFT_REPEAT(2956), - [7126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2), - [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), - [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), - [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), - [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), - [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [7154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), + [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), + [6864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 3), + [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), + [6868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), + [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), + [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4358), + [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), + [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [6882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), + [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [6886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), + [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [6892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4538), + [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), + [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), + [6900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729), + [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), + [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [6926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expression_list_repeat1, 2), SHIFT_REPEAT(342), + [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), + [6931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameters, 3), + [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), + [6935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 3), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), + [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4463), + [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [6949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), + [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [6955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2579), + [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [6961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), + [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [6965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), SHIFT_REPEAT(3346), + [6968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), + [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [6972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1, .production_id = 13), + [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [6976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [6978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(392), + [6981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition_list, 1), + [6983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), + [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4320), + [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), + [6989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameters, 5), + [6991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm_type, 1), + [6993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 1, .production_id = 57), + [6995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 2), + [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), + [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), + [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [7013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_definition_list_repeat1, 2), SHIFT_REPEAT(3883), + [7016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_definition_list_repeat1, 2), + [7018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2817), + [7020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [7022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [7024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), + [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [7030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [7032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__plain_attribute, 1), + [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [7038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [7040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [7042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), + [7044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [7046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), + [7048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(415), + [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), + [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [7067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overridable_operator, 1), + [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [7071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2855), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [7079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), SHIFT_REPEAT(820), + [7082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), + [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), + [7088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [7090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [7092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [7102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), + [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), + [7106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), + [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [7114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_comment_repeat1, 1), + [7116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(3673), + [7119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [7121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2), SHIFT_REPEAT(2948), + [7124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2), + [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), + [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), + [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [7150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), + [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), [7156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameters, 4), - [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), - [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), - [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [7168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 4), - [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [7172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), - [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [7176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(407), - [7179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_capture_list_repeat1, 2), SHIFT_REPEAT(3577), - [7182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_capture_list_repeat1, 2), - [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), - [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4638), - [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), - [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), - [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), - [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), - [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), - [7210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2), SHIFT_REPEAT(3673), - [7213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2), - [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), - [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), - [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [7160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), + [7162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), + [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), + [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [7174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 4), + [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [7178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_capture_list_repeat1, 2), SHIFT_REPEAT(3578), + [7181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_capture_list_repeat1, 2), + [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [7185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(407), + [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), + [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), + [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), + [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), + [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), + [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [7208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2), SHIFT_REPEAT(3676), + [7211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2), + [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), [7227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 2, .production_id = 57), - [7229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 2), - [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [7233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expression_list_repeat1, 2, .production_id = 116), - [7235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 4), - [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), - [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [7231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 2), + [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [7237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 4), + [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), - [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [7253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4654), - [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), - [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), - [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), + [7261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4660), + [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), - [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), - [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), - [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), - [7291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 78), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), - [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [7301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 3, .production_id = 77), - [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), - [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [7311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 75), - [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), - [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), - [7321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_expression, 1), - [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), - [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), + [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), + [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), + [7295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 78), + [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), + [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [7303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 3, .production_id = 77), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), + [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [7313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 75), + [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [7325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_expression, 1), + [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), + [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), + [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [7339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat2, 1), - [7341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_raw_string_literal_repeat2, 1), - [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [7347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat1, 1), - [7349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_raw_string_literal_repeat1, 1), - [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), - [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), - [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), - [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), - [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [7377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 4, .production_id = 107), - [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [7387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_value_attribute, 3, .production_id = 54), - [7389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_attribute, 3), - [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), - [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), - [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [7399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture, 2), - [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [7345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat2, 1), + [7347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_raw_string_literal_repeat2, 1), + [7349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat1, 1), + [7351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_raw_string_literal_repeat1, 1), + [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), + [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), + [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), + [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [7373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 4, .production_id = 107), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), + [7383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_value_attribute, 3, .production_id = 54), + [7385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_attribute, 3), + [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [7397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture, 2), + [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), + [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [7405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expression_list_repeat1, 2, .production_id = 116), [7407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 43), - [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), - [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), + [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), + [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), [7417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 42), - [7419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 41), - [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [7427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture, 1), - [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), - [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), - [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), - [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), - [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), - [7469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 2, .production_id = 24), - [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), - [7473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 5), - [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), - [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [7479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 3, .production_id = 60), - [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [7483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), - [7487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), - [7491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), - [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [7497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 6), - [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), - [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [7507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), - [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [7513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), - [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), - [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), - [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), - [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [7533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), - [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), - [7543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), + [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [7423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 41), + [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [7429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture, 1), + [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), + [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), + [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), + [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), + [7475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 5), + [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), + [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [7481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 6), + [7483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 3, .production_id = 60), + [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [7487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), + [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4425), + [7491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), + [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [7507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), + [7513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4615), + [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), + [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [7533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), + [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [7543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4663), + [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), - [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), - [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), - [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [7571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), - [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4607), - [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), - [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), - [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), - [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), - [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), - [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4553), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), - [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), - [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), - [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [7649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 117), - [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), - [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), - [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), - [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [7677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_backed_type, 2), + [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), + [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), + [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), + [7571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4653), + [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), + [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), + [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), + [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), + [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), + [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), + [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), + [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), + [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), + [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4350), + [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), + [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4552), + [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), + [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [7647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 117), + [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), + [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), + [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), + [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), - [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), - [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4732), - [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), - [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), - [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), - [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4748), - [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [7707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_else_arn_clause, 2), - [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), - [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [7715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3793), - [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), - [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), - [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), - [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), - [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4675), - [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4731), - [7733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), - [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), - [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), - [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), - [7747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 61), - [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [7751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), - [7763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_arm_statement, 2), - [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), - [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), - [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), - [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), - [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), - [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), - [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), - [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), - [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), - [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), - [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), - [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), - [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), - [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), - [7835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 4), - [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), - [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [7849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_receiver, 1), - [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [7855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4759), - [7857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), - [7859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), - [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [7865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [7869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), - [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [7877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 1), - [7879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [7883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), - [7887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), - [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [7893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), - [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), - [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), - [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [7915] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), - [7919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 92), - [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [7923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 91), - [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [7929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [7933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__select_arm_assignment_statement, 2), - [7935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), - [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [7947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), - [7949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_var_declaration, 3, .production_id = 35), - [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [7961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), - [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), - [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), - [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), - [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), - [8003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 2), - [8005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2), - [8007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3), + [7681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_backed_type, 2), + [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4740), + [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), + [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), + [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), + [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), + [7707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [7709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_else_arn_clause, 2), + [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), + [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [7717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3794), + [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), + [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), + [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4677), + [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4737), + [7733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), + [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), + [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), + [7743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 61), + [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [7751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [7761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_arm_statement, 2), + [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), + [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), + [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), + [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), + [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), + [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), + [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), + [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), + [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), + [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), + [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), + [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), + [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [7841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 4), + [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [7851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_receiver, 1), + [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [7857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), + [7859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4761), + [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), + [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), + [7865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [7869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [7877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [7879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 1), + [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [7883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [7887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), + [7893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), + [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [7919] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), + [7923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 92), + [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [7929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [7931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 91), + [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [7935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), + [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [7951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), + [7953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__select_arm_assignment_statement, 2), + [7955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_var_declaration, 3, .production_id = 35), + [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [7961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4332), + [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), + [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), + [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), + [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [8005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 2), + [8007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2), + [8009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3), }; #ifdef __cplusplus